* PrintDialog.cs: Add collation preview thumbnails. Fixes #80726. (forgot the changelog)
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
1 2007-06-01  Andreia Gaita  <avidigal@novell.com>
2
3         * PrintDialog.cs: Add collation preview thumbnails. Fixes #80726.
4
5 2007-06-01  Andreia Gaita  <avidigal@novell.com>
6
7         * ContainerControl.cs: 
8         Fire enter event for common ancestor if it is not a ContainerControl.
9         Send focus to the active_control and not the 'value', the active 
10         control might have been changed in one of the events fired.     
11         Definitely fixes #80159.
12
13 2007-06-01  Andreia Gaita  <avidigal@novell.com>
14
15         * DataGrid.cs: Finish editing when focus leave the datagrid. Fixes #80159.
16
17 2007-06-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 
18
19         * PropertyGrid.cs: Anchor the help description to the bottom of the
20           help panel and refactor SelectGridItem into a
21           SelectGridItemInternal that can be set to null (and update it to
22           clear the help texts when it is set to null). Set root item to null
23           when there's no SelectedObject. Fixes #80438.
24         * ScrollableControl.cs: In Recalculate we need to ResumeLayout(true)
25           when we're recalculating after a resize (only).
26
27 2007-05-31  Carlos Alberto Cortez <calberto.cortez@gmail.com>
28
29         * ListView.cs: Implement 2.0 RedrawItems method.
30
31 2007-05-31  Carlos Alberto Cortez <calberto.cortez@gmail.com>
32
33         * ListControl.cs: Disconnect PositionChanged and ItemChanged
34         handlers from previous data manager when DataSource is set to
35         null. Fixes #81771.
36
37 2007-05-31  Jackson Harper  <jackson@ximian.com>
38
39         * TextBoxBase.cs: These seem to be the correct values.
40
41 2007-05-31  Everaldo Canuto  <ecanuto@novell.com>
42
43         * FileDialog.cs: When close dialog with ok set filterindex using combobox
44         value. Fixes #81784.
45
46 2007-05-31  Jonathan Pobst  <monkey@jpobst.com>
47
48         * Control.cs: Implement 2.0 scaling methods.
49
50 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
51
52         * ProgressBar.cs, WebBrowserBase.cs, Control.cs, MaskedTextBox.cs,
53           MessageBox.cs, PropertyGrid.cs, RichTextBox.cs: Fix warnings and
54           corcompare issues.
55
56 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
57
58         * ProgressBar.cs: Implemented missing 2.0 members.
59
60 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
61
62         * Control.cs: Corcompare issues.
63         * MessageBox.cs: Implemented missing 2.0 functions.
64
65 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
66
67         * CheckedListBox.cs, ListBox.cs, ListControl.cs, ComboBox.cs:
68           Implemented more 2.0 members.
69
70 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
71
72         * Application.cs: Try to avoid NRE when Assembly.GetEntryAssembly is
73           null (strange, but it seems to happen when running unit tests).
74
75 2007-05-30  Andreia Gaita  <avidigal@novell.com>
76
77         * ContainerControl.cs: Set active_control even earlier, before 
78         firing any events, and undo it if validation returns false.
79
80 2007-05-30  Andreia Gaita  <avidigal@novell.com>
81
82         * ContainerControl.cs: Raise Validation and Enter/Leave events
83         even if there is no Form and set active_control earlier, just
84         before firing Enter events (toshok's patches). Fixes #80647.
85
86 2007-05-30  Jackson Harper  <jackson@ximian.com>
87
88         * TextControl.cs: Redid the pageup/pagedown a little to simplify
89         things and fix bug #81311.
90
91 2007-05-30  Jackson Harper  <jackson@ximian.com>
92
93         * X11Dnd.cs: Now that we have our own event loop, we need to
94         cancel when we get a mouseup but it won't be accepted.
95
96 2007-05-30  Chris Toshok  <toshok@ximian.com>
97
98         * DataGrid.cs (set_CurrentCell): guard against negative
99         column/row.
100
101         * DataGridColumnStyle.cs (CheckValidDataSource): just use the
102         array index syntax instead of looping over the property names.
103
104         * DataGridTextBoxColumn.cs: add a changed handler on the textbox,
105         and set IsInEditOrNavigateMode to false there.
106
107 2007-05-30  Jackson Harper  <jackson@ximian.com>
108
109         * TreeView.cs: Make sure we don't get a bad visible order when
110         setting to the top node.  Fixes some misc crashing in
111         ControlInspector.
112
113 2007-05-30  Andreia Gaita  <avidigal@novell.com>
114
115         * UserControl.cs: Add 2.0 AutoSizeMode
116
117 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
118
119         * DataGridTextBoxColumn.cs: Fix textbox horizontal offset.
120
121 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
122
123         * DataGridTextBoxColumn.cs: Fix textbox position to prevent override grid
124         lines. Fixes #80285. 
125
126 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
127
128         * DataGridColumnStyle.cs: Add char trimming column header text format. 
129
130 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
131
132         * DataGridColumnStyle.cs: Fix grid header arrow drawing over column name. 
133         Fixes #80147.
134
135 2007-05-29  Jackson Harper  <jackson@ximian.com>
136
137         * TreeNode.cs: Fix off by one on calculating whether or not a node
138         is visible.
139
140 2007-05-29  Jonathan Pobst  <monkey@jpobst.com>
141
142         * Control.cs: ResumeLayout(false) should recalculate anchor distances.
143         * ScrollableControl.cs: Force an UpdateDistances when we move the
144         scrollbars.
145         [Fixes bug #80605]
146
147 2007-05-29  Andreia Gaita  <avidigal@novell.com>
148
149         * PageSetupDialog.cs: Fix #80728 - Changing the printer doesn't
150         update the page setup screen.
151
152 2007-05-29  Andreia Gaita  <avidigal@novell.com>
153
154         * PageSetupDialog.cs: Fix landscape mode.
155
156 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
157
158         * SystemInformation.cs: Add 2.0 IconSizeVerticalSpacing and
159         IconSizeHorizontalSpacing.
160
161 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
162
163         * ListView.cs: The declaration of prev_tooltip_item should be inside
164         a NET_2_0 conditional (avoid a warning).
165
166 2007-05-28  Andreia Gaita  <avidigal@novell.com>
167
168         * PageSetupDialog.cs: Implement PrintPreview control to display
169         the preview thumbnail. Change unit conversion to use 
170         PrinterUnitConvert methods.
171         
172         Note: there is a huge bug in ms.net where the default margins are 
173         interpreted as centimeters (?), when in fact they are set in inches. When 
174         loading the page setup dialog initially (ms.net), the default margins 
175         are set to 1 inch, and the dialog shows them with value 10, when in fact 
176         it should be 25 (properly converted). Our dialog doesn't have this bug.
177         
178         * Theme.cs, ThemeWin32Classic.cs: Add a CPDrawBorder override for 
179         RectangleF.
180         * ControlPaint.cs: Add a DrawBorder internal method for RectangleF.
181
182 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
183
184         * ListView.cs:
185         * ListViewItem.cs: Implement 2.0 ToolTipText support for listview
186         items.
187
188 2007-05-28  Andreia Gaita  <avidigal@novell.com>
189
190         * X11Dnd.cs: A direct cast to VirtualKeys is not allowed from
191         an IntPtr on csc (it builds fine on mcs, could it be a compiler
192         bug?), convert the ptr to Int32 first.
193
194 2007-05-28  Jackson Harper  <jackson@ximian.com>
195
196         * X11Dnd.cs: Add a timer, so after drop, if a finish is not
197         recieved, we will exit the dnd tracking loop.
198
199 2007-05-28  Jackson Harper  <jackson@ximian.com>
200
201         * X11Dnd.cs: Keep tracking until the xdnd finished event is
202         recieved. TODO: I should probably stick a timer on the dropped
203         event, and finish the drag if the XDND Finished event never shows
204         (because some apps don't seem to send it).
205
206 2007-05-28  Everaldo Canuto  <ecanuto@novell.com>
207
208         * ToolBar.cs: Fix toolbar default width for button with image. Fixes
209         #81733.
210
211 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
212
213         * MonthCalendar.cs: Only mark the keypresses we actually handle as
214           handled.
215
216 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
217
218         * MonthCalendar.cs: Set the size after initializing all the relevant
219           variables. Fixes #81742.
220
221 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
222
223         * KeyEventArgs.cs: Fix typo.
224
225 2007-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
226
227         * DateTimePicker.cs: Changed exceptions thrown by MinDate and MaxDate
228         to match MS. Fixed MinDate to only accept value less than or equal
229         to MaxDate on 2.0 profile and less than MaxDate on 1.0 profile.
230         Removed TODO's that are now verified by unit tests.
231
232 2007-05-27  Gert Driesen  <drieseng@users.sourceforge.net>
233
234         * TreeNodeCollection.cs: Minor corrections to exceptions to match
235         MS.
236
237 2007-05-25  Jackson Harper  <jackson@ximian.com>
238
239         * X11Dnd.cs: Rework to make StartDrag a blocking call that runs
240         it's own message loop.
241         * XplatUIX11.cs: Remove some of the dnd hooks
242
243 2007-05-25  Gert Driesen  <drieseng@users.sourceforge.net>
244
245         * XplatUIX11.cs: Change MinimumWindowSize to {Width=0,Height=0}
246         instead of MinimizedWindowSize.
247
248 2007-05-25  Jackson Harper  <jackson@ximian.com>
249
250         * TextBoxBase.cs: Raise textchanged when cutting and pasting text.
251
252 2007-05-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
253
254         * KeyEventArgs.cs: Added SuppressKeyPress.
255         * Control.cs: Added support for SuppressKeyPress.
256
257 2007-05-24  Andreia Gaita  <avidigal@novell.com>
258
259         * NumericUpDown.cs: Refactor code to fix regressions on #79950 and
260         problems with PieChart. suppress_validation should not be a counter,
261         if there are several BeginInit calls, the first EndInit will 
262         activate validation. Fix exceptions thrown by set_Value.
263         * UpDownBase.cs: ValidateText only if it's the user editing it.
264
265 2007-05-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
266
267         * ListControl.cs: FilterItemOnProperty should return the filtered
268         item proeprty even if DataSource is null. The same applies for
269         GetItemText. Fixes #80427.
270
271 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
272
273         * Control.cs: If a control doesn't have a parent when it's Dock is
274         set, but it has children, it needs to do a layout.  Fixes some nested
275         controls issues.  [Fixes bug #81199]
276
277 2007-05-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
278
279         * ComboBox.cs: If there are few items in the drop down list, make it
280           the exact size the items need, no bigger. Fixes #81612.
281
282 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
283
284         * Application.cs: When we have captured the keyboard for a menu,
285         check for mouse down events in case we need to close the menu.
286         * Control.cs, Form.cs: Remove mouse down checks for menus.
287
288 2007-05-24  Jackson Harper  <jackson@ximian.com>
289
290         * TextControl.cs: Handle tabs in non multiline mode a little
291         differently.
292
293 2007-05-24  Jackson Harper  <jackson@ximian.com>
294
295         * TextControl.cs: We need to manually break apart tabbed text and
296         move the tabs, since the system.drawing tabbing mechanism relies
297         on tab stops.
298         * TextBoxBase.cs: Move the caret properly when the user enters a
299         tab.
300
301 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
302
303         * ContainerControl.cs: Don't check CanSelect before calling
304         ProcessMnemonic.
305         * ToolStrip.cs: Only do implicit mnemonics on MenuStrips.  Don't
306         release a KeyboardActive on click if it's not ours.
307
308 2007-05-23  Andreia Gaita  <avidigal@novell.com>
309
310         * ColumnHeader.cs: Add TypeConverter
311
312 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
313
314         * LinkLabel.cs: Implement LinkCollection.Add with Link parameter (2.0).
315
316 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
317
318         * LinkLabelLinkClickedEventArgs.cs, LinkLabel.cs: Implement Button property.
319
320 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
321
322         * LinkLabel.cs: Implement public Padding property.
323
324 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
325
326         * LinkLabel.cs: Implement public FlatStyle.
327
328 2007-05-23  Jonathan Pobst  <monkey@jpobst.com>
329
330         * Control.cs: Apply patch from George to call parent.PerformLayout
331         when Visible is changed.  [Fixes bugs #81118, 81718]
332
333 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
334
335         * MainMenu.cs, MenuAPI.cs: Implement Collapse event for MainMenu (2.0).
336
337 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
338
339         * ContextMenu.cs: Implement ProcessCmdKey with control parameter.
340
341 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
342
343         * ContextMenu.cs: Implement Collapse.
344
345 2007-05-23  Rolf Bjarne Kvinge <RKvinge@novell.com>
346
347         * ToolBarButton.cs: Implement Name.
348
349 2007-05-22  Everaldo Canuto  <ecanuto@novell.com>
350
351         * ToolBar.cs: Fix OnButtonDropDown to save item used in dropdown instead of
352         use current_item, it prevents some NRE. Fixes #81675.  
353
354 2007-05-22  Andreia Gaita  <avidigal@novell.com>
355
356         * NumericUpDown.cs: Fix PieChart by not returning from UpdateEditText
357         without updating the text.
358
359 2007-05-22  Jonathan Pobst  <monkey@jpobst.com>
360
361         * XplatUIWin32.cs: Plug a GDI leak caused by calling Font.ToHfont ()
362         without calling DeleteObject.  [Should fix bug #81709]
363
364 2007-05-22  Jackson Harper  <jackson@ximian.com>
365
366         * RichTextBox.cs: Set the line endings correctly, when flushing
367         RTF text.
368
369 2007-05-22  Gert Driesen  <drieseng@users.sourceforge.net>
370
371         * XplatUIX11.cs: MinimumWindowSize on X11 is actually
372          {Width=0,Height=0}.
373
374 2007-05-22  Jackson Harper  <jackson@ximian.com>
375
376         * TreeView.cs: Setting top with a null node should set to the very
377         top.
378
379 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
380
381         * Form.cs: ShowDialog: destroy the handle when message loop is
382           finished, matches MS behaviour. Refactor parts of WmClose into
383           RaiseCloseEvents, that only raises events if they haven't already
384           been raised. Fixes #81688 and #81521.
385         * Application.cs: Don't call close on the form when exiting a modal
386           loop, it will raise all the (Form)Closed/Closing events again if
387           WM_CLOSE has been sent earlier on, instead call RaiseCloseEvent,
388           which doesn'r raise any events it they have been raised before.
389
390 2007-05-22  Jonathan Pobst  <monkey@jpobst.com>
391
392         * Control.cs: Add OnPrint.
393         * ToolStrip.cs: Add GetChildAtPoint.
394         * ToolStripContainer.cs: Add OnRightToLeftChanged.
395         * ToolStripRenderer.cs: Make CreateMirrorImage internal.
396
397 2007-05-22  Everaldo Canuto  <ecanuto@novell.com>
398
399         * MenuAPI.cs: Prevent context menu to be typed as MainMenu. Fixes #81509.  
400
401 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
402
403         * InternalWindowManager.cs: ToolTipShow: Don't show tooltip if the form
404           isn't visible anymore. Fixes #81651.
405
406 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
407
408         * Control.cs: WmShowWindow: Update children's z-order after setting
409           their parent. SetParent may show the window, thereby corrupting
410           z-order, since the window will be shown on top.
411         * XplatUIWin32.cs: SetParent: don't call SetVisible on forms. Prevents
412           multiple (and redundant) WM_SHOWWINDOW messages.
413         * MdiWindowManager.cs: RaiseDeactivate: only raise after an Activate
414           event has already been raised.
415         * Form.cs: Change is_changing_visible_state to a counter, since
416           SetVisibleCore can be called recursively. CreateHandle: when
417           creating mdi children, send (De)Activated events.
418         * MdiClient.cs: Update use of is_changing_visible_state.
419         * Application.cs: OnThreadException: Surround exception handling with
420           try/finally to ensure we always reset the error-handling state
421           before leaving.
422
423 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
424
425         * ThemeWin32Classic.cs: DrawProgressBar: Avoid a DivideByZero exception
426           (#81704).
427
428 2007-05-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
429
430         * ListView.cs: Use Theme.ListViewHorizontalSpacing for List and
431         SmallIcon views, now that we have a standarized horizontal spacing.
432
433         * ThemeWin32Classic.cs: ListViewHorizontalSpacing now has a value of
434         4, just like the other views (Match .Net).
435
436 2007-05-21  Jonathan Pobst  <monkey@jpobst.com>
437
438         * Control.cs: Delay calculating anchor distances until we actually layout.
439         Always query the WM for the actual size and location it put us at instead of
440         only when we send negative values.
441         [Fixes bugs #81694, 81695]
442
443 2007-05-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
444
445         * Application.cs: Avoid a possible stack overflow when trying to exit
446           the application.
447
448 2007-05-19  Marek Safar  <marek.safar@gmail.com>
449
450         * Theme.cs (GetHatchBrush): A key uses internal value instead of formated
451         enum value.
452
453 2007-05-19  Andreia Gaita  <avidigal@novell.com>
454
455         * NumericUpDown.cs: Added 2.0 methods (spin acceleration)
456         * NumericUpDownAcceleration.cs, 
457           NumericUpDownAccelerationCollection.cs: Added 2.0
458           implementation.
459
460 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
461
462         * RichTextBox.cs: Recalculate the document after the ScrollBars
463         property is changed. Fixes bug #81681.
464
465 2007-05-18  Jonathan Pobst  <monkey@jpobst.com>
466
467         * DataObject.cs: Implement 2.0 methods.
468
469 2007-05-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
470
471         * ThemeWin32Classic.cs: Draw the check marks in ListViewItems
472         in the center of the checkbox, not in the left-top corner. 
473         Fixes #80037.
474
475 2007-05-18  Jackson Harper  <jackson@ximian.com>
476
477         * RichTextBox.cs: Recalculate the document after the scrollbars
478         property is changed.
479         * TextBoxBase.cs: ScrollBars is not a flags enum...This fixes
480         81486.
481
482 2007-05-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
483
484         * CreateParams.cs: Make HasWindowManager marginally faster.
485         * XplatUIX11.cs, Hwnd.cs: CreateWindow: Move the default location code
486           into Hwnd so that other drivers can use it as well.
487         * XplatUIWin32.cs: CreateWindow: If the window has a window manager get
488           the default location from Hwnd. Fixes MDI client windows always
489           showing up at (0,0) in Windows (Win32 won't set the default
490           location since the window styles aren't correct).
491
492 2007-05-18  Gert Driesen  <drieseng@users.sourceforge.net>
493
494         * TreeView.cs: Modified DoubleBuffered to just use the base
495         implementation.
496
497 2007-05-18  Jackson Harper  <jackson@ximian.com>
498
499         * TreeView.cs: Set the top node to the last child node when
500         expanding all
501         - When we get focus, if there is no selected node, use the top
502         node.
503
504 2007-05-18  Jonathan Pobst  <monkey@jpobst.com>
505
506         * KeysConverter.cs: Add CanConvertTo.
507         * LinkLabel.cs: Add some 2.0 constructors and properties to LinkLabel.Link.
508         * LinkConverter.cs: Added.
509
510 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
511
512         * Cursor.cs: Apply Sebastien patch from #81669 to open file in read mode,
513         it prevents error when file dont have write access. Fixes #81669 and #81667.  
514
515 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
516
517         * ThemeWin32Classic.cs: Check for ShowKeyboardCues true when draw toolbar 
518         button text. Fixes #79640.  
519
520 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
521
522         * Control.cs: According to MSDN controls created in the designer theres 
523         keyboard accelerators visible by default. So included check for design
524         in ShowKeyboardCuesInternal.  
525
526 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
527
528         * ThemeWin32Classic.cs: Check for ShowKeyboardCues true when draw combobox 
529         text. Fixes #81621.  
530
531 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
532
533         * Control.cs: ShowKeyboardCuesInternal add to expose ShowKeyboardCues
534         for 1.0, becuse ShowKeyboardCues is protected on 1.0.  
535
536 2007-05-17  Everaldo Canuto  <ecanuto@novell.com>
537
538         * Control.cs: Finish implementation of UI State using WmChangeUIState
539         to send WM_UPDATEUISTATE to all child controls. Some hack will be needed
540         in some controls to check for show_keyboard_cues to draw accell keys "_".  
541
542 2007-05-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>
543
544         * ListBox.cs: When calculating the horizontal scrollbar
545         in single column mode, don't use values less than 0 for
546         Maximum. Fixes #81474.
547
548 2007-05-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>
549
550         * ListBox.cs: Throw the some missing exceptions in
551         ListBox.ObjectCollection methods.
552
553 2007-05-17  Jackson Harper  <jackson@ximian.com>
554
555         * TextBoxBase.cs: Recalculate the document when the word wrap
556         value has changed. This fixes 81488.
557
558 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
559
560         * Clipboard.cs: Implement missing GetText overload.
561
562 2007-05-17  Chris Toshok  <toshok@ximian.com>
563
564         * Control.cs (CheckDataBindings): remove the binding_context arg
565         to binding.Check.
566
567         * CurrencyManager.cs (OnItemChanged): fix this now that
568         BindingManagerBase is fixed. also remove the comment telling where
569         the fix should go.  We set transfering_data to true/false around
570         the call to PushData to keep UpdateIsBinding from being called.
571         (ListChangedHandler): remove the extra OnMetaDataChanged call for
572         PropertyDescriptorAdded in the 1.1 case.  The extra call is
573         actually generated by System.Data generating 2 metadata changed
574         events of its own per column add.  The fix should go there.  Add a
575         comment to that affect in our test's Assert.Ignore.
576
577         * BindingManagerBase.cs: Rework PullData and PushData slightly.
578         we keep a boolean flag (transfering_data) that keeps us from
579         calling UpdateIsBinding multiple times if we re-enter either of
580         them.
581
582         * ControlBindingsCollection.cs (AddCore): remove the
583         binding_context arg to binding.Check.
584
585         * Binding.cs (IsBinding): don't check if we're binding here, just
586         return our cached value.  we update it in UpdateIsBinding.
587         (Check): don't take the binding_context arg, we'll just use our
588         control's.  Also, for some reason MS doesn't use the data member
589         field when getting the bindingmanager for this binding.  it just
590         uses the datasource.  Make this method callable multiple times,
591         and only do the is_null_desc stuff if manager.Position != -1 (so
592         we don't get an exception accessing manager.Current).
593         (UpdateIsBinding): move the code from IsBinding here.
594         (PositionChangedHandler): call Check here to we can initialize
595         things that require a non- -1 position.
596
597 2007-05-17  Everaldo Canuto  <ecanuto@novell.com>
598
599         * Form.cs: When alt keys is pressed send WM_CHANGEUISTATE to top level
600         control.
601
602 2007-05-17  Andreia Gaita  <avidigal@novell.com>
603
604         * TabControl.cs: Add 2.0 methods and events, including
605         OnEnter / OnLeave and raises it for tabpages (fixes #79869)
606         * TabPage.cs: Add 2.0 methods
607
608 2007-05-17  Everaldo Canuto  <ecanuto@novell.com>
609
610         * Control.cs: Implement WmUpdateUIState, show_focus_cues and
611         keyboard_cues is properly handled by message method.  
612
613 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
614
615         * TreeViewImageIndexConverter.cs: Add 2.0 methods.
616
617 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
618
619         * ToolStripTextBox.cs: Wire up new 2.0 Textbox methods/properties.
620
621 2007-05-16  Everaldo Canuto  <ecanuto@novell.com>
622
623         * Control.cs: 
624         - WmUpdateUIState added to handle state changes, it make call to
625         OnChangeUICues event.
626         - Fixed ShowKeyboardCues to check for MenuAccessKeysUnderlined in
627         SystemInformation.
628
629 2007-05-16  Jonathan Pobst  <monkey@jpobst.com>
630
631         * ImageKeyConverter.cs: Added.
632         * TreeViewImageKeyConverter.cs: Added.
633
634 2007-05-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
635         
636         * ToolTips.cs: Update Text if SetToolTip is called for a control
637         already showing the tooltip, as well as restarting its timer; show
638         tooltip if we are inside the control bounds by the time of calling
639         SetToolTip. Inside ShowTooltip remove the check to not show the 
640         tooltip again for the active control (it is allowed by .Net to 
641         show the tooltip on the same control multiple times).
642
643 2007-05-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
644
645         * MaskedTextBox.cs: Small fix for Text that fixes a broken test.
646
647 2007-05-16  Andreia Gaita <avidigal@novell.com> 
648
649         * ContainerControl.cs: only process tab key if there are no 
650         modifier keys present, otherwise the control does the 
651         tab processing, if it needs to. Fixes #81622
652         * TabControl.cs: Fixes calculation for which tab to select on
653         shift+ctrl+tab.
654
655 2007-05-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
656
657         * MaskedTextBox.cs: Small fix for Text that fixes a broken test.
658
659 2007-05-15  Jonathan Pobst  <monkey@jpobst.com>
660
661         * Control.cs: Make IsInputCharInternal to allow controls to
662         override it and still match MS API.
663         * TextBoxBase.cs: Override IsInputCharInternal and always
664         return true.
665         [Fixes bug #81616]
666
667 2007-05-15  Jackson Harper  <jackson@ximian.com>
668
669         * TextBox.cs: Disable some of the menu options when using a
670         readonly textbox.
671
672 2007-05-15  Jackson Harper  <jackson@ximian.com>
673
674         * TextBox.cs:
675         * TextBoxBase.cs:
676         * RichTextBox.cs: Some new 2.0 methods
677
678 2007-05-15  Gert Driesen  <drieseng@users.sourceforge.net>
679
680         * FileDialog.cs: On 1.0 profile, do not support multidotted 
681         extensions.
682
683 2007-05-14  Jackson Harper  <jackson@ximian.com>
684
685         * TextBoxBase.cs: Implement some of the new 2.0 methods.
686         * RichTextBox.cs: We need to override these methods on 2.0.
687         * MaskedTextBox.cs: These are implemented now
688         * TextControl.cs: This was off by one.
689
690 2007-05-14  Jackson Harper  <jackson@ximian.com>
691
692         * TextControl.cs: Because the line endings are including in the
693         text, we don't need to add them in anymore.
694
695 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
696
697         * ToolBar.cs: Fix autosize and get it working only after hadle is created,
698         also prevent redraw in set_autosize if handle is not created. Fixes #81523.
699
700 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
701
702         * ToolBar.cs: Adjust size to default size when button theres no text and
703         image, it fixes remaining issues from #81524.
704
705 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
706
707         * ToolBar.cs: 
708         - When not flat call redraw to recalculate sizes on creare handle to match
709         win32 behavior.
710         - Revert 77220 because it causes some regressions in toobar
711         button.
712
713 2007-05-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
714
715         * MaskedTextBox.cs: Update the base text whenever the text changes. MTB
716           now actually enters a usable state.
717
718 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
719
720         * ToolBar.cs: Check for handle created in redraw to prevent unneeded size
721         calculations, it reduces the size cauculation from 7 to 3 on a toolbar with
722         3 buttons.
723
724 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
725
726         * ToolBar.cs: Save default_size on create handle to use later for buttons
727         without text, needed to mimic win32 behavior.
728
729 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
730
731         * ToolBar.cs: Fix button layour to best fit width or height according to
732         vertical or not. Fixes #81524.
733
734 2007-05-10  Everaldo Canuto  <everaldo@simios.org>
735
736         * ToolBarButton.cs: When change style call ToolBar.Redraw to update
737         toolbar size info because different styles theres different sizes.
738         Fixes #81522.
739
740 2007-05-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
741
742         * ThemeWinClassic.cs: For .Net 2.0 don't draw any image
743         if we are using checkboxes, checked is true, and we have less
744         than two images in StateImageList; for the 1.1 in the same scenario
745         draw the first image if we have at least one image in StateImageList.
746         Fixes part of #81191.
747
748 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
749
750         * ToolStrip.cs, ToolStripManager.cs: We need to remove items from
751         the owner's Items collection on merge.
752
753 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
754
755         * ToolStrip.cs: Use new internal ToolStripItemCollection constructor.
756         * ToolStripItemCollection.cs: Lots of fixes to when events get called
757         and parent/owner gets changed based on gert's unit tests.
758
759 2007-05-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
760
761         * MaskedTextBox.cs: Started implementing parts of it.
762
763 2007-05-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
764
765         * ListView.cs: When clicking the checkbox on the items
766         take into account the double clicks even if we have only
767         one image in StateImageList (only for 1.0/1.1). Also 
768         generate an extra change of checked state when we receive
769         the second click on checkbox (match .Net behaviour). 
770         Fixes part of #81191.
771
772 2007-05-10  Everaldo Canuto  <everaldo@simios.org>
773
774         * ThemeWin32Classic.cs: Fix text rectangles in Tooltips.
775
776 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
777
778         * Form.cs: Move some of OnLoad to OnLoadInternal so it gets called
779         even if OnLoad is overriden and base.OnLoad is not called.
780         [Fixes bug #81582]
781
782 2007-05-10  Andreia Gaita  <avidigal@novell.com>
783
784         * TableLayoutSettings.cs: A big doh! fix and bowing down of head in 
785         shame. (I blame my ever-persisting and annoying cold)
786
787 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
788
789         * ListView.cs: Don't eat navigation keys.  Let them flow through to
790         KeyDown/KeyPress routines.  [Fixes bug #81569]
791
792 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
793
794         * ListView.cs: When handling keys for selecting the item based off
795         keyboard input, do not consider keys pressed with Alt or Control.  Also,
796         correctly handle keys when the Shift key is down. [Fixes bug #81578]
797
798 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
799
800         * Control.cs: When using UseWaitCursor, we have to store the requested
801         Cursor to use when UseWaitCursor is turned off.
802
803 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
804
805         * Control.cs: Implement PreProcessControlMessage.  Default IsInputChar
806         to false.
807         * Application.cs: Use PreProcessControlMessage instead of
808         PreProcessMessage.
809         * PreProcessControlMessage.cs: Make internal for 1.1.
810
811 2007-05-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
812
813         * Control.cs: Add InternalContains focus property, which hast the same
814         functionality of ContainsFocus, but also including implicit controls.
815         * ListViewItem.cs: Use InternalContainsFocus instead of ContainsFocus,
816         since we need to know if the focus is contained in our implicit
817         ItemControl when calculating Layout. Fixes part of #80888.
818
819 2007-05-08  Everaldo Canuto  <everaldo@simios.org>
820
821         * ToolTip.cs: Remove center form string alignment as it must be align to
822         left.
823
824 2007-05-08  Jonathan Pobst  <monkey@jpobst.com>
825
826         * ToolStripItemCollection.cs: Set the new item's parent and owner
827         in Insert like we do in Add.  [Fixes bug #81568]
828
829 2007-05-08  Jackson Harper  <jackson@ximian.com>
830
831         * TreeView.cs: GotFocus differences between 1.1 and 2.0.
832         - Off by one error in SetTop
833         - Disable DoubeBuffering
834         
835 2007-05-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
836
837         * ScrollableControl.cs: ScrollIControlntoView: we now only move the
838           control as much as necessary in order to make it entirely visible,
839           instead of centering the control in the container (matches MS
840           behaviour). CalculateCanvasSize: we need to take the current scroll
841           position into account when calculating the maximum canvas,
842           otherwise the following scenario will fail: resize so that the
843           scrollbars appear, use the scrollbars to scroll, resize again
844           smaller, and now the canvas size is too small. Recalculate: when
845           showing scrollbars make sure they start off at 0, and try to scroll
846           the active control into view. Fixes #79540. HandleScrollBar: don't
847           scroll anywhere if the scrollbar isn't visible.
848
849 2007-05-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
850
851         * ListView.cs: When focus changed, call Layout/Invalidate
852         in the focused item to update the selected state (should show
853         entire label when ListView is focused, and a part of it if is not).
854         * ListViewItem.cs: When doing layout for LargeIcon, take into account
855         for displaying the entire label not only the Focused state of the
856         item, but also the Focused state of the ListView (match .Net
857         behaviour).
858
859 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
860
861         * Control.cs: Stub CanRaiseEvents, IsMirrored, and NotifyClients.
862         Implement UseWaitCursor. 
863
864 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
865         Applying contributed patch from Sergey Volk.
866
867         * Clipboard.cs: Implement SetDataObject retry logic and new overload
868         of SetDataObject.
869         * XplatUIWin32.cs: Throw an ExternalException if the clipboard set fails.
870
871 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
872
873         * Control.cs: Implement DrawToBitmap.
874
875 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
876         Applying contributed patch from Stefan Noack.
877         
878         * Control.cs: Add [Get|Set]AutoSizeMode.
879
880 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
881
882         * MdiClient.cs: Unmerge menus when the last child is closed.
883
884 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
885
886         * ToolStrip.cs: Do not call BeginMerge on DropDowns.
887         * ToolStripManager.cs: Call Merge on DropDowns.
888         [Fixes bug #81477]
889
890 2007-05-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 
891
892         * XplatUIWin32.cs: Changed Win32CreateWindow to take enums instead of
893           uints.
894         * Form.cs: CreateParams: don't set WS_VISIBLE if we're changing
895           visibility. We can't create forms visible, since we have to set the
896           owner before making the form visible (otherwise Win32 will do
897           strange things with task bar icons). The problem is that we set the
898           internal is_visible to true before creating the control, so
899           is_changing_visible_state is the only way of determining if we're
900           in the process of creating the form due to setting Visible=true -
901           this works because SetVisibleCore explicitly makes the form
902           visibile afterwards anyways. Fixes #80775.
903
904 2007-05-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
905
906         * ThemeWin32Classic.cs: When drawing ListViewItems,
907         use StringTrimming.EllipsisCharacter if the view is Tile, Details,
908         or LargeIcon _and_ item is not focused (match .Net behaviour).
909
910 2007-05-04  Jonathan Pobst  <monkey@jpobst.com>
911
912         * Control.cs, Form.cs: Fix some obsolete method warnings.
913
914 2007-05-04  Jonathan Pobst  <monkey@jpobst.com>
915
916         * Control.cs: Implement GetChildAtPoint and OnParentCursorChanged.
917         * GetChildAtPointSkip.cs: Make internal for 1.1 profile.
918
919 2007-05-04  Andreia Gaita  <avidigal@novell.com>
920
921         * ContainerControl.cs: Fix active_control attribution when going
922         up the parent chain so that the first parent container gets the control
923         and the rest of the parent containers get the child containers (skips
924         non-containers). Fixes #80729
925
926 2007-05-04  Randolph Chung  <tausq@debian.org>
927
928         * FileDialog.cs: Implement the SupportMultiDottedExtensions property.
929         [Fixes bug #81499]
930
931 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
932
933         * XplatUIX11.cs: Add a TranslateWindowSizeToXWindowSize overload that
934           takes a size parameter, since the CreateParam's size isn't true for
935           minimized forms. Fixes #81518,
936
937 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
938
939         * Form.cs: Add OnDeactivateInternal.
940         * MdiClient.cs: Raise Deactivate event. Fixes #81409.
941
942 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
943
944         * DateTimePicker.cs: CalculateDropDownLocation: do a null check before
945           accessing the parent. Fixes #81508.
946
947 2007-05-03  Chris Toshok  <toshok@ximian.com>
948
949         * CurrencyManager.cs (CurrencyManager.ListChangeHandler): in the
950         2.0 block, pass listposition + 1 to ChangeRecordState when a row
951         was added before the current listposition.  Fixes the
952         TestInsertRowBeforeCurrent unit test.
953
954 2007-05-03  Jonathan Pobst  <monkey@jpobst.com>
955
956         * Application.cs: Add RaiseIdle.
957         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
958         XplatUIX11.cs: Implement RaiseIdle.
959
960 2007-05-02  Jonathan Pobst  <monkey@jpobst.com>
961         corcompare work: N - Z
962         * NotifyIcon.cs
963         * ProgressBar.cs
964         * RadionButton.cs
965         * ScrollableControl.cs
966         * SplitContainer.cs
967         * SplitterPanel.cs
968         * StatusBar.cs
969         * SystemInformation.cs
970         * TabControl.cs
971         * TableLayoutControlCollection.cs
972         * TableLayoutPanel.cs
973         * TabPage.cs
974         * ToolBar.cs
975         * ToolBarButton.cs
976         * ToolStrip.cs
977         * ToolStripComboBox.cs
978         * ToolStripContainer.cs
979         * ToolStripContentPanel.cs
980         * ToolStripDropDown.cs
981         * ToolStripDropDownItem.cs
982         * ToolStripDropDownMenu.cs
983         * ToolStripItem.cs
984         * ToolStripItemCollection.cs
985         * ToolStripMenuItem.cs
986         * ToolStripPanel.cs
987         * ToolStripSplitButton.cs
988         * ToolTip.cs
989         * TreeNode.cs
990         * TreeNodeCollection.cs
991         * TreeNodeMouseHoverEventArgs.cs
992         * TreeView.cs
993
994 2007-05-01  Everaldo Canuto  <everaldo@simios.org>
995
996         * ContextMenu.cs: Add public method Show with alignment property to 2.0
997         stuff. Thanks aatdark for the patch. 
998
999 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
1000
1001         * GridItem.cs: Implement 2.0 Tag property.
1002
1003 2007-05-01  Frederik Carlier <frederik.carlier@carlier-online.be> 
1004
1005         * TreeNodeCollection.cs: Fix ContainsKey and IndexOfKey methods to use
1006         count instead of Nodes.Length.  [Fixes bug #81448]
1007
1008 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
1009
1010         * ComboBox.cs: Fix paramName sent to ArgumentOutOfRangeException's.
1011         [Fixes bug #81506]
1012
1013 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
1014         corcompare work: A - M
1015         * BindingNavigator.cs
1016         * Button.cs
1017         * ButtonBase.cs
1018         * CheckBox.cs
1019         * Control.cs
1020         * FlowLayoutPanel.cs
1021         * Form.cs
1022         * Label.cs
1023         * LinkLabel.cs
1024         * ListView.cs
1025
1026 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
1027
1028         * Application.cs: Give toolstrips a chance to process mnemonics.
1029         * ToolStrip.cs, ToolStripDropDownButton.cs, ToolStripItem.cs,
1030         ToolStripItemTextRenderEventArgs.cs, ToolStripLabel.cs,
1031         ToolStripMenuItem.cs, ToolStripSplitButton.cs: Implement keyboard mnemonics.
1032
1033 2007-05-01  Jackson Harper  <jackson@ximian.com>
1034
1035         * TextBoxBase.cs: Better preferred height, FixedSingle gets the
1036         wider area too.
1037         - Don't set the BoundsSpecified
1038
1039 2007-04-30  Jonathan Pobst  <monkey@jpobst.com>
1040
1041         * Application.cs: When using the toolstrip shortcut mechanism, allow the
1042         message to pass through to a regular control if it hosted by a toolstrip.
1043         * ToolStrip.cs, ToolStripControlHost.cs, ToolStripDropDown.cs,
1044         ToolStripManager.cs: Enable keyboard navigation for ToolStrips.
1045
1046 2007-04-30  Jonathan Pobst  <monkey@jpobst.com>
1047
1048         * TextRenderer.cs: Use the flags argument when using the MeasureString
1049         fallback algorithm.
1050
1051 2007-04-30  Jonathan Pobst  <monkey@jpobst.com>
1052
1053         * MenuStrip.cs: Don't let multiple ToolStripSeparators get added to
1054         the MDI menu item.  [Fixes bug #81483]
1055
1056 2007-04-30  Gert Driesen  <drieseng@users.sourceforge.net>
1057
1058         * DataGridViewColumn.cs: Initialize value of headercell to zero-length
1059         string. When setting Name to null, use zero-length string instead.
1060
1061 2007-04-29  Andreia Gaita  <avidigal@novell.com>
1062
1063         * TabControl.cs: Implement missing 2.0 methods (SelectTab, 
1064         DeselectTab). Implement missing 2.0 TabPageCollection methods
1065         (Add, ContainsKey, RemoveByKey, IndexOfKey)
1066
1067 2007-04-29  Pedro Martínez Juliá  <pedromj@gmail.com>
1068
1069         * DataGridViewColumn.cs: Make HeaderText take preference over Name.
1070
1071 2007-04-29  Gert Driesen  <drieseng@users.sourceforge.net>
1072
1073         * RichTextBox.cs: In LoadFile, use StreamReader to read plain text.
1074         Fixes bug #81479. Include details of exception when LoadFile fails.
1075
1076 2007-04-28  Alan McGovern <alan.mcgovern@gmail.com>
1077
1078         * DrawListViewSubItemEventArgs.cs: Added missing setter
1079
1080 2007-04-27  Andreia Gaita  <avidigal@novell.com>
1081
1082         * ToolTip.cs: Add missing 2.0 properties. Implement 2.0 Show and 
1083         Hide methods (not complete). Implement missing 2.0 OnPopup event.
1084
1085 2007-04-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1086
1087         * ListView.cs: In ItemControl.OnMouseDown restore a pair of braces I
1088         removed in ly last commit (it was breaking the Label edit feature).
1089
1090         * ThemeWin32Classic.cs: When drawing a ListViewItem use
1091         StringAlignment.Near for LineAlignment (match .Net).
1092
1093 2007-04-27  Andreia Gaita  <avidigal@novell.com>
1094
1095         * TabControl.cs: Change SetTab so it adds the tabpage to the list
1096         of controls if it isn't already there - was blowing up when doing
1097         tabcontrol.TabPages[i]=new TabPage(). 
1098         SetTab now does a replace by removing the page at the index. 
1099         Add a new InsertTab method that inserts a page in a given index 
1100         instead of replacing. 
1101         Implements TabPageCollection.Insert(int, TabPage).
1102
1103 2007-04-27  Chris Toshok  <toshok@ximian.com>
1104
1105         * BindingManagerBase.cs: fill in CurrentItemChanged (and have an
1106         internal handler that can be invoked from our subclasses.)  Also,
1107         add a comment to PushData about how we need to fix it.
1108
1109         * CurrencyManager.cs: tons of changes here.  trying to get things
1110         matching the behavior of .net wrt event orders (ItemChanged,
1111         CurrentChanged, PositionChanged.)  I've implemented a private .net
1112         symbol (ChangeRecordState) that appears in stack traces because
1113         it's actually easier to do this than to effective inline all its
1114         various behaviors at every call site.
1115
1116         * RelatedPropertyManager.cs: guard against an exception here by
1117         not using parent.Current if the position is set to -1 (if the
1118         parent datasource is cleared, for instance).
1119
1120         * Binding.cs: don't parse data in PushData (this might be wrong,
1121         but it jives with MS's behavior.)  Also, don't call PushData when
1122         we get a CurrentChanged event.
1123
1124 2007-04-27  Andreia Gaita  <avidigal@novell.com>
1125
1126         * WebBrowser.cs,
1127           WebBrowserBase.cs,
1128           WebBrowserSiteBase.cs,
1129           HtmlDocument.cs: Added stubbed out classes, no real implementations 
1130           yet.
1131
1132 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
1133
1134         * MainMenu.cs: In draw method without parameters call draw method with 
1135         PaintEvent, another one (just rect) adjust rectangle and we dont need it
1136         as Rect property is already adjusted. Fixes #80694.
1137
1138 2007-04-27  Jonathan Pobst  <monkey@jpobst.com>
1139
1140         * Application.cs: Need to handle keyboard menu deselection here.
1141         * Control.cs: Use WM_SYSKEYUP instead of WM_SYSCOMMAND to start menu keyboard
1142         navigation, allowing keyboard to work on X11.
1143         * ToolStrip.cs: Don't worry about handling the Menu key here anymore.
1144
1145 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
1146
1147         * MenuAPI.cs: When deactivate menu verify if hotkey (_) is active and redraw
1148         menu bar. It fixes some drawing issues in menu bar.
1149
1150 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
1151
1152         * MenuAPI.cs: Remove unneeded "keynav_state = KeyNavState.Idle" before 
1153         Deactivate calls, Deactivate method already do it. Also ser ActiveTracker
1154         when <alt> key is pressed.
1155
1156 2007-04-26  Everaldo Canuto  <everaldo@simios.org>
1157
1158         * XplatUIX11.cs: Simplify SystrayRemove to be like other libraries,     Gtk as 
1159         example just set visible to false and make this prevent from other problems.
1160         In SystrayAdd always remove pending expose. Fixes #81072.
1161
1162 2007-04-26  Marek Safar  <marek.safar@gmail.com>
1163
1164         * TextBoxBase.cs (CaretMoved): Consider scroll maximum when scroll
1165         value is set.
1166
1167 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
1168
1169         * ListView.cs: Added three missing 2.0 events and corresponding
1170         EventHandlers. Added the OwnerDraw property.
1171         * DrawListViewColumnHeaderEventHandler.cs: fixed typo
1172
1173 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
1174
1175         * DrawListViewItemEventArgs.cs
1176         * DrawListViewSubItemEventArgs.cs: Brought classes up to 2.0 status.
1177
1178 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
1179
1180         * TextControl.cs: Fixed typo in constructor
1181
1182 2007-04-26  Jonathan Pobst  <monkey@jpobst.com>
1183
1184         * Application.cs: Create a shortcut path so that currently selected
1185         MenuStrips can intercept keyboard events without having focus.
1186         * Control.cs: Handle WM_SYSCOMMAND message to activate MenuStrips.
1187         * MenuStrip.cs, ToolStrip.cs, ToolStripDropDown.cs, ToolStripDropDownItem.cs,
1188         ToolStripItem.cs, ToolStripManager.cs, ToolStripMenuItem.cs: Support
1189         keyboard navigation (arrows, tab, enter, esc) on Windows.  Still need to
1190         generate WM_SYSCOMMAND message in X11 for other platforms.
1191         * ToolStripProfessionalRenderer.cs: ToolStripMenuItems need to be painted
1192         in OnRenderMenuItemBackground instead of OnRenderButtonBackground.
1193         * ToolStripSplitButton.cs: Add DefaultItem property.
1194         
1195 2007-04-26  Everaldo Canuto  <everaldo@simios.org>
1196
1197         * MainMenu.cs: In OnMenuChanged pass PaintEventArgs to Draw method, it
1198         fixes some menu draw problem on Windows with border diferent from default
1199         it also fixes #81403.
1200
1201 2007-04-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1202
1203         * Form.cs: Refactor WndProc into separate methods, just like Control is
1204           doing it.
1205
1206 2007-04-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1207
1208         * Control.cs: set_Text: move the call to the driver into a seperate
1209           virtual method so that Form can override it.
1210         * MaskedTextBox.cs: Corcompare fixes.
1211         * Form.cs: Override UpdateWindowText and only update the styles if the
1212           form has been shown (fixes #81405).
1213
1214 2007-04-25  Jonathan Pobst  <monkey@jpobst.com>
1215
1216         * Control.cs, Form.cs: Use the better supported WM_?BUTTONDOWN and
1217         WM_ACTIVATE messages instead of WM_MOUSEACTIVATE and
1218         WM_ACTIVATEAPP.  This fixes menus not disappearing on X11 when
1219         the form lost focus or another control was clicked.
1220
1221 2007-04-25  Gert Driesen  <drieseng@users.sourceforge.net>
1222
1223         * DataGrid.cs: Uncomment MakeTransparent calls since bug #80151 is
1224         fixed.
1225
1226 2007-04-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1227
1228         * DrawListViewColumnHeaderEventHandler.cs, DrawToolTipEventArgs.cs,
1229           DrawListViewItemEventHandler.cs,
1230           DrawListViewSubItemEventHandler.cs, DrawToolTipEventHandler.cs:
1231           Added.
1232         * X11Structs.cs: More ToString implementation.
1233
1234 2007-04-25  Jonathan Pobst  <monkey@jpobst.com>
1235
1236         * ToolStripDropDownItem.cs: Don't lazy create a DropDown in Dispose.
1237         * ToolStripOverflowButton.cs: Don't lazy create a DropDown in HasDropDownItems.
1238
1239 2007-04-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1240
1241         * Control.cs: Only raise OnVisibleChanged if we're not recreating the
1242           handle.
1243         * FormCollection.cs: Don't add a form if it's already in the
1244           collection.
1245         * Form.cs: Change ShowDialog () to call ShowDialog (owner) with a null
1246           according to behaviour and MSDN. The ownerWin32 is the active
1247           window at the moment when we call ShowDialog, not the context's
1248           main form (the context's main form may open another form that opens
1249           a form with ShowDialog, the win32 owner is the second form). Add
1250           and remove forms to the Application.OpenForms in other places to
1251           better match MS behaviour. Add an IsActive property that raises
1252           On(de)Activated only if the active state has changed (we were
1253           raising OnDeactivated before OnActivated while creating forms).
1254         * Application.cs: Refactor Enabling/Disabling of windows for modal
1255           dialog loops out to separate methods, and restore the thread
1256           context when we quit the method. Fixes #81407.
1257
1258 2007-04-25  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1259
1260         * ListView.cs: In ItemControl.HandleClicks, also fire 
1261         2.0 MouseClick or MouseDoubleClick events on the parent,
1262         not only the Click/DoubleClick events.
1263
1264 2007-04-24  Andreia Gaita  <avidigal@novell.com>
1265
1266         * TableLayoutSettings.cs: 
1267         - Added a GetControls method and a support structure to help the 
1268         TypeConverter to enumerate the controls for     serialization. 
1269         - Added a new serialization constructor. 
1270         - Added a isSerialized flag initialized to true on the 
1271         serialization constructor so that the TableLayoutPanel.LayoutSettings 
1272         setter does not throw the designed NotSupportedOperation exception
1273         when the object is built through deserialization.
1274         - Implemented GetObjectData
1275         
1276         * TableLayoutPanel.cs: Added check on LayoutSettings.
1277
1278 2007-04-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1279
1280         * ListView.cs: Report Click and DoubleClick events to the parent
1281         from ItemsMouseUp, instead of ItemsMouseDown. This prevents us
1282         from breaking the click count state when using dialog forms (Control
1283         reports the clicks in a similar fashion). In the previous behaviour
1284         the last WM_LBUTTONUP message in a  double click was sent to the
1285         ListView's form, instead of the ListView, which was breaking the click
1286         count for it. Fixes #80387.
1287
1288 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
1289
1290         * BindingNavigator.cs : fixed bugs revealed by new nunit tests
1291
1292 2007-04-24  Jonathan Pobst  <monkey@jpobst.com>
1293
1294         * ToolStripDropDownItem.cs: Lazy initialize the DropDown.  This prevents
1295         us from created dropdowns for menu items that do not have subitems.
1296         * ToolStripItem.cs, ToolStripProfessionalRenderer.cs, ToolStripSplitButton.cs:
1297         Check HasDropDownItems before calling DropDown so a dropdown will not be
1298         created if it isn't needed.
1299
1300 2007-04-24  Jackson Harper  <jackson@ximian.com>
1301
1302         * TreeView.cs: Set the first node to the selected node when we get
1303         focus if there is no selected node.
1304
1305 2007-04-24  Andreia Gaita  <avidigal@novell.com>
1306
1307         * MimeIcon.cs: remove using blocks so that image streams are
1308         not disposed of. Fixes #80151
1309
1310 2007-04-24  Jackson Harper  <jackson@ximian.com>
1311
1312         * TextBoxBase.cs: Fixup the height of textboxes when the control
1313         is created.
1314
1315 2007-04-24  Jonathan Pobst  <monkey@jpobst.com>
1316
1317         * ToolStrip.cs: Fully implement GetNextItem.  Call OnParentRightToLeftChanged
1318         for each ToolStripItem when the parent's RightToLeftChanged is called.
1319
1320 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1321
1322         * ComboBox.cs: Forward ContextMenu to the underlying textbox, if any.
1323           Fixes #80163.
1324         * Control.cs: Replace GetContextMenuInternal() with ContextMenuInternal
1325           property, so that the setter can be overriden too.
1326         * TextBox.cs: Change GetContextMenuInternal() to use
1327           ContextMenuInternal.
1328
1329 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1330
1331         * ThemeWin32Classic.cs: Use a black pen to draw checkboxes, fixes
1332           #81406.
1333
1334 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1335
1336         * ThemeWin32Classic.cs: Use a black pen to draw checkboxes, fixes
1337           #81406.
1338
1339 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1340
1341         * MaskedTextBox.cs: Commit this so nobody else starts working on it and
1342           avoid duplicate work. Mostily skeleton code, it's not working at
1343           all yet.
1344
1345 2007-04-20  Leszek Ciesielski <skolima@gmail.com>
1346
1347         * NotifyIcon.cs : stub for MouseClick event
1348         * Application.cs: stub for SetUnhandledExceptionMode
1349
1350 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
1351
1352         * BindingNavigator.cs : Initial (partial) implementation
1353
1354 2007-04-23  Jackson Harper  <jackson@ximian.com>
1355
1356         * TreeView.cs: Do not create the treeview's handle when setting
1357         the scroll position.
1358         - ExpandAll needs to compute the scrollbars so it knows which
1359         position to set the bar too.
1360         * TreeNode.cs: 
1361         * TreeNodeCollection.cs: Pass new flag to UpdateScrollBars
1362
1363 2007-04-23  Jackson Harper  <jackson@ximian.com>
1364
1365         * TextBoxBase.cs: Non multiline textboxes shouldn't take the enter
1366         key. Fixes #81408.
1367
1368 2007-04-23  Jonathan Pobst  <monkey@jpobst.com>
1369
1370         * ToolStripItem.cs: Make GetImageSize internal.
1371         * ToolStripMenuItem.cs: Use GetImageSize to determine the size we
1372         need to draw an item.  Fixes a reported issue where images on menus
1373         that were not 16x16 were drawing incorrectly.
1374
1375 2007-04-21  Miguel de Icaza  <miguel@novell.com>
1376
1377         * Padding.cs: Use the converter, fixes the resgen2 issue with
1378         XMLNotePad. 
1379
1380 2007-04-21  Jackson Harper  <jackson@ximian.com>
1381
1382         * TreeView.cs: Dont try to unhighlight the selected node if there
1383         isn't a selected node.
1384
1385 2007-04-21  Jackson Harper  <jackson@ximian.com>
1386
1387         * UpDownBase.cs:
1388         * TextBoxBase.cs:
1389         * ListView.cs:
1390         * ListBox.cs:
1391         * TreeView.cs: Use the InternalBorderStyle property to set the
1392         initial border style, this forces the client rectangle to be sized
1393         correctly.
1394
1395 2007-04-20  Jackson Harper  <jackson@ximian.com>
1396
1397         * TreeView.cs: Simplify scrolling to the last node after expanding
1398         all.
1399         - Fix some off by ones with setting the bottom.
1400
1401 2007-04-20  Jonathan Pobst  <monkey@jpobst.com>
1402
1403         * Control.cs: Use DefaultSize for Size, calculate ClientSize from
1404         that.  We were incorrectly doing it the other way around.  Also,
1405         update ClientSize if we change the BorderStyle before the control
1406         is created.
1407
1408 2007-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
1409
1410         * XplatUI.cs: Added Border3DSize, BorderSize, CaptionButtonSize,
1411         DoubleClickSize, DoubleClickTime and FixedFrameBorderSize. Renamed
1412         XplatUIDriver.Caption to CaptionHeight. Spaces to tabs.
1413         * XplatUIDriver.cs: Added Border3DSize, BorderSize, CaptionButtonSize,
1414         DoubleClickSize, DoubleClickTime and FixedFrameBorderSize. Renamed
1415         Caption to CaptionHeight.
1416         * XplatUIX11.cs: Renamed Caption to CaptionHeight.
1417         * Theme.cs: Modified Border3DSize, BorderSize, CaptionButtonSize
1418         and FixedFrameBorderSize to return value from current XplatUI driver.
1419         * XplatUIWin32.cs: Implemented Border3DSize, BorderSize,
1420         CaptionButtonSize, DragFullWindows, DoubleClickSize, DoubleClickTime
1421         and FixedFrameBorderSize using win32 API. Renamed Caption to
1422         CaptionHeight.
1423         * XplatUIOSX.cs: Renamed Caption to CaptionHeight.
1424         * SystemInformation.cs: Fixed typo in BorderSize.
1425
1426 2007-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
1427
1428         * XplatUI.cs: Added MenuAccessKeysUnderlined.
1429         * XplatUIDriver.cs: Added MenuAccessKeysUnderlined.
1430         * XplatUIX11.cs: Implemented MenuAccessKeysUnderlined by always
1431         returning false.
1432         * Theme.cs: Modified MenuAccessKeysUnderlined to return corresponding
1433         value from XplatUI driver.
1434         * XplatUIWin32.cs: Implemented MenuAccessKeysUnderlined using
1435         SystemParametersInfo.
1436         * ThemeWin32Classic.cs: Remove obsolete MenuAccessKeysUnderlined
1437         override.
1438         * XplatUIOSX.cs: Implemented MenuAccessKeysUnderlind by always
1439         returning false.
1440
1441 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1442
1443         * XplatUIX11.cs, Hwnd.cs: Remove warnings.
1444
1445 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1446
1447         * MessageBox.cs, XplatUIX11.cs, Hwnd.cs: Remove warnings.
1448
1449 2007-04-20  Jonathan Pobst  <monkey@jpobst.com>
1450
1451         * ToolStripManager.cs: Fix a reported InvalidCastException when unmerging
1452         MenuStrips that contain ToolStripSeparators.
1453
1454 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1455
1456         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Add
1457           DefineStdCursorBitmap.
1458         * Cursor.cs: Add an internal constructor so that the Cursor knows if it
1459           has been created off a standard cursor. This is used to get a
1460           bitmap of the standard cursor when Draw or DrawStretched is called
1461           in order to draw the cursor.
1462         * X11Structs.cs: Added XcursorImage and XcursorImages.
1463         * XplatUIX11.cs, XplatUIWin32.cs: Add and implement
1464           DefineStdCursorBitmap.
1465         * Cursors.cs: Update all relevant creations of Cursor to use the new
1466           internal constructor.
1467
1468 2007-04-19  Jackson Harper  <jackson@ximian.com>
1469
1470         * TextBox.cs: Move the has_been_focused into the base control, so
1471         some of the text adding methods can manipulate it (probably time
1472         for a better name for this flag too).
1473         - Call a new version of selectall that doesn't scroll
1474         * TextBoxBase.cs: When we append text, if the document is empty,
1475         don't scroll.  If the document has text already, we scroll to the
1476         end of the appended text.
1477         - When the text is changed, we reset the has_been_focused, so the
1478         next time the control gets focused, all the text is selected.
1479
1480 2007-04-19  Jackson Harper  <jackson@ximian.com>
1481
1482         * TextControl.cs: Move the margins to the document, add a method
1483         so the margin sizes can be updated.
1484         * TextBoxBase.cs: When the border style is changed, update the
1485         border sizes.
1486
1487 2007-04-19  Jonathan Pobst  <monkey@jpobst.com>
1488
1489         * Control.cs: Respect DefaultPadding.
1490         * GroupBox.cs: Implement DefaultPadding, DisplayRectangle takes
1491         padding into account.
1492         * ToolStrip.cs: Remove setting padding to DefaultPadding in constructor.        
1493
1494 2007-04-19  Jackson Harper  <jackson@ximian.com>
1495
1496         * TextControl.cs: Oops, we need to use the ClientRect not the
1497         bounds here.
1498
1499 2007-04-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1500
1501         * ListView.cs: In ItemControl.ItemsMouseDown, take into
1502         account the double clicks when CheckBoxes are used and
1503         the pointer is inside the checkbox. Fixes part of #81191.
1504
1505 2007-04-18  Jackson Harper  <jackson@ximian.com>
1506
1507         * TextControl.cs: Pressing the end key shouldn't move the caret
1508         past the line ending.
1509         * TextBoxBase.cs: We can still delete if we are in the line
1510         ending and the combine will just kill the existing line ending.
1511
1512 2007-04-18  Jackson Harper  <jackson@ximian.com>
1513
1514         * TextControl.cs: We can't move lines, then invalidate their
1515         bounds, we need to get the old bounds and combine that with the
1516         new bounds.
1517         * TextBoxBase.cs: Before combining two lines for a delete, we need
1518         to invalidate the area of the old line, since that will be moved
1519         in the combine operation.
1520
1521 2007-04-18  Everaldo Canuto  <everaldo@simios.org>
1522
1523         * LinkLabel.cs: In OnPaint invoke draw background to fix problems
1524         with transparent background. Fixes #80482.
1525
1526 2007-04-18  Jonathan Pobst  <monkey@jpobst.com>
1527
1528         * PictureBox.cs: Refresh on resize when SizeMode = Zoom.
1529         * ThemeWin32Classic.cs: Implement PictureBox.SizeMode = Zoom.
1530         [Fixes bug #81391]
1531
1532 2007-04-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1533
1534         * CreateParams.cs: Add a couple of helper methods and do a less string
1535           concatenation in ToString.
1536         * XplatUIX11.cs: Add an TranslateClientRectangleToXClientRectangle
1537           overload that takes a Control parameter, since this method may be
1538           called before a control is assigned to the hwnd (from
1539           CreateWindow), and update CreateWindow to use the new overload. In
1540           GetMenuOrigin subtract the title bar from the y position if the
1541           form has a window manager (since we're painting it and not X).
1542         * XplatUIWin32.cs: If we can get a form in GetMenuOrigin use the form's
1543           CreateParams to calculate the origin (since border sizes may vary).
1544           In ScreenToMenu only subtract the title height if we actually have
1545           a title.
1546         * MdiWindowManager.cs: Override MenuHeight to always return 0, since
1547           mdi children never have menus of themselves.
1548         * InternalWindowManager.cs: Implement menu handling like form does.
1549           Added GetMenuOrigin to calculate the menu origin, can't use the
1550           CreateParams from the form like normally since it's lying.
1551         * Hwnd.cs: Implement GetBorderSize better (in the sense more
1552           windows-like) and add Inflate and comparison operators to the
1553           Borders type. When calculating MenuOrigin and it's a form with a
1554           window manager, use the window manager to calculate it.
1555
1556 2007-04-17  Chris Toshok  <toshok@ximian.com>
1557
1558         * Control.cs (CreateControl): turns out in 2.0 we don't need this
1559         OnBindingContextChanged thing here.  It's only generated from
1560         ContainerControl.OnCreateControl.  Fixes a newly written unit test
1561         - BindingTest.BindingContextChangedTest4.
1562         
1563 2007-04-17  Jackson Harper  <jackson@ximian.com>
1564
1565         * ScrollBar.cs: When setting values, make sure the current
1566         position stays within the new values range.
1567
1568 2007-04-17  Chris Toshok  <toshok@ximian.com>
1569
1570         * Control.cs (CreateControl): talk about a bizarre corner case.
1571         Don't emit OnBindingContextChanged here if we're a parentless
1572         control (i.e. if we're a form.).  Fixes
1573         BindingTest.BindingContextChangedTest2.
1574
1575 2007-04-17  Everaldo Canuto  <everaldo@simios.org>
1576
1577         * ButtonBase.cs: Remove TextFormatFlags.WordBreak to mimic same behavior 
1578         from win32. Fixes #81255.
1579
1580 2007-04-17  Everaldo Canuto  <everaldo@simios.org>
1581
1582         * ThemeWin32Classic.cs: Remove text offset from DrawButtonText as it is
1583         already present in CalculateButtonTextAndImageLayout.
1584
1585 2007-04-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1586
1587         * XplatUIX11.cs: When setting min/max size for a window we need to
1588           translate the coordinates to x coordinates. Create an overload of
1589           SetWindowMinMax that takes a CreateParams handling this, and change
1590           SetWMStyles to call this function (can't use Control.FromHandle in
1591           the SetWindowMinMax to get the control/CreateParams from the handle
1592           because the handle might not have been assigned to the control
1593           yet). Fixes #81371.
1594
1595 2007-04-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1596
1597         * ListView.cs: In ItemControl.ItemMouseDown, don't change check state
1598         if StateImageList is non-null and it has less than two items (match MS
1599         behaviour). Also, in HandleNavKeys handle the Space key, calling
1600         the new ToggleItemsCheckState method, which tries to change the
1601         checked state of the selected items. Fixes part of #81191.
1602
1603 2007-04-16  Jackson Harper  <jackson@ximian.com>
1604
1605         * RichTextBox.cs: namespace cleanup.
1606
1607 2007-04-16  Everaldo Canuto  <everaldo@simios.org>
1608
1609         * XplatUIWin32.cs: Back last parameter to true in SetClipRegion.
1610
1611 2007-04-16  Everaldo Canuto  <everaldo@simios.org>
1612
1613         [Fixes #79447]
1614         * Control.cs: Call invalidate in set_Region.
1615
1616         * XplatUIX11.cs, XplatUIWin32.cs: Remove invalidate from SetClipRegion as
1617         it dont works here.
1618
1619 2007-04-16  Jackson Harper  <jackson@ximian.com>
1620
1621         * TextBoxBase.cs: When enter is pressed, we need to update all
1622         lines below the current.
1623
1624 2007-04-16  Jonathan Pobst  <jpobst@monkey.com>
1625
1626         * MdiClient.cs: Implement implicit menu merging for MDI
1627         children.  When a child form is active, if it has a menustrip
1628         and the parent form has a MainMenuStrip, automatically merge
1629         the menus.
1630
1631 2007-04-15  Andreia Gaita  <avidigal@novell.com>
1632
1633         * TabControl.cs: Refactored sizing methods to not repeat
1634         code all over the place. Tab bounds are now calculated
1635         as if alignment is top and single line, and only when 
1636         setting the bounds are the positions adjusted according
1637         to alignment. Replaced hardcoded positions, spacings and
1638         paddings by getting the values the ThemeEngine. 
1639         Fixes #79619.
1640         
1641         * Theme.cs: Change TabControl properties and methods so
1642         that all start with TabControl*. Added more properties
1643         to help remove hardcoded values on tabcontrol.
1644         Add CPDrawBorder3D declaration so the Theming classes
1645         can access it.
1646         
1647         * ThemeClearlooks.cs, ThemeNice.cs: Method signature changes from Theme.
1648
1649         * ThemeWin32Classic.cs: Rector TabControl out to the TabControlPainter
1650         on the Theming namespace, and call the appropriate methods here.
1651         Change CPDrawBorder3D to public.
1652
1653 2007-04-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1654
1655         * Control.cs: In WmRButtonUp, send the WM_CONTEXTMENU message to
1656         the control after firing the OnMouseUp event, instead of sending
1657         the message before the mentioned event. This is so we can match the
1658         MS behaviour. Fixes part of #80385.
1659
1660 2007-04-13  Jonathan Pobst  <monkey@jpobst.com>
1661
1662         * ToolStripItem.cs: Call the RightToLeftChanged event when setting the
1663         RightToLeft property.
1664
1665 2007-04-13  Jonathan Pobst  <monkey@jpobst.com>
1666
1667         * ToolStrip.cs: Add properties and internal methods to support merging.
1668         * ToolStripItem.cs: Add MergeAction and MergeIndex.
1669         * ToolStripItemCollection.cs: Add Insert and Remove methods that do
1670         not trigger reparenting or layouts.
1671         * ToolStripManager.cs: Add Merge and RevertMerge methods.
1672         * ToolStripOverflow.cs: Add a convenience method to find the ToolStrip that
1673         is hosting the overflow menu.
1674
1675 2007-04-13  Jackson Harper  <jackson@ximian.com>
1676
1677         * TextControl.cs: Set the line ending correctly for the first
1678         inserted line.
1679
1680 2007-04-13  Sebastien Pouliot  <sebastien@ximian.com>
1681
1682         * Theme.cs: Update GetMethod to get the new definition for 
1683         KnownColors.Update (and fix theme color updates).
1684
1685 2007-04-12  Everaldo Canuto  <everaldo@simios.org>
1686
1687         * MessageBox.cs: Fix some test and button position.
1688
1689 2007-04-12  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1690
1691         * Form.cs: Consider the implicit controls in
1692         GetRealChildAtPoint. We need it since this method
1693         is called on Form when handling the some messages in
1694         WndProc, and need to consider those implicit ones too.
1695         Fixes #80385.
1696
1697 2007-04-12  Jonathan Pobst  <monkey@jpobst.com>
1698
1699         * ToolStripMenuItem.cs: Display the ShortcutKeyDisplayString even
1700         if there are no ShortcutKeys set.
1701         * ToolStripProfessionalRenderer.cs: If an item has had its BackColor
1702         set, use it when painting.
1703
1704 2007-04-12  Jackson Harper  <jackson@ximian.com>
1705
1706         * TextControl.cs: Fix some off-by-one issues in line duplication
1707         and insertion in the undo manager. Also, overwrite the first tag
1708         of a line on insert, if it is just a zero lengthed tag. This
1709         prevents us from getting an extra stranded tag at the beginning of
1710         the first line.
1711
1712 2007-04-11  Everaldo Canuto  <everaldo@simios.org>
1713
1714         * Label.cs: Remove check for handle created in CalcAutoSize, we need 
1715         to calculated proper size including when handle was not created yet.
1716
1717 2007-04-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1718
1719         * MdiWindowManager.cs: When moving a form, allow the form to be moved
1720           when the mouse is outside of it's parent's client rectangle. Fixes
1721           #79982 (take 3, part 2).
1722
1723 2007-04-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1724
1725         * X11Structs.cs: Add a few ToString() overrides.
1726         * XplatUIX11.cs: Added GetTopLevelWindowLocation to try to calculate
1727           the window location in a window-manager independent way. Reworked
1728           FrameExtents, it now actually works. Reworked AddConfigureNotify
1729           and ReparentNotify handling to use GetTopLevelWindowLocation
1730           instead of the earlier, more hacky solution. Reworked SetWMStyles,
1731           hopefully for the better: we now set _NET_WM_WINDOW_TYPE* for all
1732           windows, DIALOG for modal windows, UTILITY for toolboxes and NORMAL
1733           for all other windows (fixes #81281 part 1), a toolwindow is hidden
1734           from the taskbar if it has a parent (fixes #81281 part 2 for kwin),
1735           and generally refactored to do as few calculations as possible
1736           inside the lock.
1737
1738 2007-04-09  Sebastien Pouliot  <sebastien@ximian.com>
1739
1740         * Theme.cs: Change "reflective-contract" between MWF and SD to 
1741         minimize # of calls, avoid Color serialization and avoid updating 
1742         every "known colors" each time a single one is updated.
1743
1744 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
1745
1746         * DataGridTextBoxColumn.cs: Only set IsInEditOrNavigateMode to false
1747         when not readonly and the text is explicitly set. Code style updates.
1748         * DataGridTableStyle.cs: Removed extra line.
1749         * DataGrid.cs: Code style updates. Removed extra whitespace.
1750         * DataGridColumnStyle.cs: Code style updates. Removed extra 
1751         whitespace.
1752
1753 2007-04-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1754
1755         * XplatUIX11.cs: Added comment that "fixes" #80021.
1756
1757 2007-04-09  Jackson Harper  <jackson@ximian.com>
1758
1759         * TextControl.cs: We don't need this -1 on the line count anymore.
1760
1761 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
1762
1763         * DataGridTextBoxColumn.cs: In Commit, use TypeConverter to convert
1764         entered value to underlying type, and convert it back to a string to
1765         apply formatting. Modified GetFormattedValue to use TypeConverter
1766         if available.
1767
1768 2007-04-08  Gert Driesen  <drieseng@users.sourceforge.net>
1769
1770         * ListViewItem.cs: Added null checks. Avoid duplicating code in ctors.
1771         Use SubItems property when we want to ensure there's at least one
1772         subitem. Modified SubItems property to ensure there's always at least
1773         one subitem. Avoid using ListViewSubItemCollection.AddRange to match
1774         the NRE's reported by MS.
1775
1776 2007-04-07  Gert Driesen  <drieseng@users.sourceforge.net>
1777
1778         * ProgressBar.cs: On 2.0 profile, default forecolor is Highlight. Added
1779         ResetForeColor override on 2.0. Fixed a few API compatibility issues.
1780         Spaces to tabs. Removed extra tabs.
1781
1782 2007-04-06  Jonathan Pobst  <monkey@jpobst.com>
1783
1784         * ToolStripSplitStackLayout.cs: If we run out of things to hide, don't
1785         infinite loop.  (Forgot to copy to the horizontal toolstrip case.)
1786
1787 2007-04-06  Jackson Harper  <jackson@ximian.com>
1788
1789         * TextBoxBase.cs: When a delete removes a line, recalculate all
1790         lines below that line (they need to get offsets setup correctly)
1791         and invalidate.
1792
1793 2007-04-05  Jackson Harper  <jackson@ximian.com>
1794
1795         * TextControl.cs: We need to invalidate across the width of the
1796         document when we are invalidating multiple lines.
1797         * TextBoxBase.cs: Don't delete into the line ending.
1798
1799 2007-04-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1800
1801         * ListView.cs: Restore the check for the MouseHover event
1802         in ListView. It looks like the ListView fires more than one MouseHover
1803         event when HoverSelection is true  _only_ in weird-corner scenarios, but
1804         in most of the cases it only fires one. Also, add the 2.0 ItemMouseHover
1805         event.
1806
1807 2007-04-05  Mike Kestner  <mkestner@novell.com>
1808
1809         * ListView.cs : raise MouseDown before updating selection.
1810         [Fixes #80373 tab 1&3]
1811
1812 2007-04-05  Jonathan Pobst  <monkey@jpobst.com>
1813
1814         * ToolStripRenderer.cs: Add static method to mirror image.
1815         * ToolStripProfessionalRenderer.cs: Support ImageTransparentColor
1816         and RightToLeftAutoMirrorImage.
1817         * ToolStripItem.cs: Remove MonoTODO from ImageTransparentColor.
1818
1819 2007-04-05  Jonathan Pobst  <monkey@jpobst.com>
1820
1821         * ToolStripSplitStackLayout.cs: Support Alignment property.
1822         * ToolStripItem.cs: Remove MonoTODO from the Alignment property.
1823
1824 2007-04-05  Jackson Harper  <jackson@ximian.com>
1825
1826         * TextControl.cs: Move around the line endings when crossing line
1827         boundaries.
1828         - When combining lines, strip the ending text off the first line.
1829
1830 2007-04-05  Jackson Harper  <jackson@ximian.com>
1831
1832         * TextControl.cs:
1833         * TextBoxBase.cs: Try to never move the cursor into the line
1834         ending.
1835         
1836 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
1837
1838         * ToolStripItem.cs: Make sure we aren't firing mouse events when
1839         the item is disabled.  Also add a few missing methods.
1840
1841 2007-04-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1842
1843         * ListView.cs: We don't need the MouseEnter/MouseLeave check
1844         to fire just one MouseHover event when HoverSelection is true, since
1845         .Net does fire more than one MouseHover event in that scenario. Also,
1846         fix the selection in HoverSelection, by invoking UpdateMultiSelect
1847         if MultiSelect is true, instead of only setting ListViewItem.Selected.
1848         Finally, we need to reset the Hover logic in MouseMove, even when we
1849         don't have a selected item.
1850
1851 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
1852
1853         * ToolStrip.cs: Add several missing methods, properties, and events.
1854
1855 2007-04-04  Chris Toshok  <toshok@ximian.com>
1856
1857         * DataGridTextBoxColumn.cs: set the bounds of the text box to
1858         (0,0,0,0) in Commit, as MS does.
1859
1860         * DataGrid.cs: call EndEdit() from Select() as microsoft does, and
1861         make sure we set CurrentRow on a row header click *before* calling
1862         Select.  This moves the current cell (and the textbox) to the new
1863         row.  The call to Select then hides the textbox, giving us the
1864         correct behavior.  Fixes #80362.
1865
1866         * CurrencyManager.cs (UpdateIsBinding): raise ItemChanged (-1).
1867         (ListChangedHandler): reorder the position/current changed events,
1868         and call UpdateIsBinding in the ItemAdded case.
1869
1870         * GridColumnStylesCollection.cs: add some columns events, one of
1871         which raises the CollectionChanged event.
1872
1873 2007-04-04  Jackson Harper  <jackson@ximian.com>
1874
1875         * TextControl.cs: When we delete multiple selection lines
1876         invalidate the selection area, don't need to do that for single
1877         lines because the final update view will handle it.
1878
1879 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
1880
1881         * Control.cs: When we CreateControl, we need to also create all of the
1882         control's children.  The child's OnLoad must also fire before the parent's
1883         OnLoad.  Fixes the toolbox size in PDN.
1884
1885 2007-04-04  Jackson Harper  <jackson@ximian.com>
1886
1887         * TextBoxBase.cs: When the user presses enter, insert a line
1888         ending into the text. (Maybe this would be a good spot for
1889         Environment.NewLine).
1890         * TextControl.cs: Remove undo manager hack, line endings get
1891         inserted properly now.
1892         
1893 2007-04-04  Everaldo Canuto  <everaldo@simios.org>
1894
1895         * MenuAPI.cs: 
1896         - Remove unneeded parameters in UpdateCursor.
1897         - Fix UpdateCursor to check if menu is active.
1898         - Call UpdateCursor when menu deactivate my click.
1899         [Fixes remaining issues from #80410]
1900
1901 2007-04-04  Everaldo Canuto  <everaldo@simios.org>
1902
1903         * Control.cs: GetRealChildAtPoint method added, it make an
1904         recursive child control search for the point. 
1905
1906         * Form.cs: Makes use of GetRealChildAtPoint in mouse event after closes
1907         menu.
1908
1909         * MenuAPI.cs: Makes use of GetRealChildAtPoint in UpdateCursor.
1910
1911 2007-04-03  Everaldo Canuto  <everaldo@simios.org>
1912
1913         * Form.cs: Fix mouse position when send back mouse event after closes
1914         menu.
1915
1916 2007-04-03  Everaldo Canuto  <everaldo@simios.org>
1917
1918         * Form.cs: Simplify the BUTTONDOWN for active tracker.
1919
1920 2007-04-03  Jonathan Pobst  <monkey@jpobst.com>
1921
1922         * Control.cs: Fix an issue where if a user resized a control inside
1923         a sizing method like OnResize, we would overwrite their explicit
1924         value.  Also, only call DefaultSize once in the constructor instead
1925         of 4 times.  Also, do not call SetBoundsCore from SetBounds if 
1926         nothing actually changed.
1927
1928 2007-04-03  Jackson Harper  <jackson@ximian.com>
1929
1930         * TextControl.cs: Don't attempt to copy text for lines with no
1931         text in them (technically this shouldn't happen, but we aren't
1932         always inserting line endings when we should be).
1933
1934 2007-04-03  Jackson Harper  <jackson@ximian.com>
1935
1936         * TextBoxBase.cs: Calculate the scrollbars before calculating the
1937         document, because this sets some of the document size properties
1938         that are needed.
1939
1940 2007-04-03  Jackson Harper  <jackson@ximian.com>
1941
1942         * TextBoxBase.cs: We need to calculate maximums even if this is
1943         not a multiline control, because the maxs are used for scrolling.
1944         - Display the caret after doing a page up/down, we need to
1945         manually display it because a proper CaretMoved event isn't
1946         triggered (this is because of the way the math is done to
1947         determine how far to scroll).
1948
1949 2007-04-03  Jonathan Pobst  <monkey@jpobst.com>
1950
1951         * ToolBar.cs: Fix some breakage caused by the SetBoundsCore change.
1952         (ToolBar was relying on SetBoundsCore to default the values sent 
1953         base off of BoundsSpecified.)
1954
1955 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1956
1957         * DateTimePicker.cs: Change Text so that when a null value or empty
1958           string is assigned to the test we always raise ValueChanged and
1959           TextChanged (earlier implementation would only raise ValueChanged
1960           if the current date value was different from DateTime.Now).
1961
1962 2007-04-03  Andreia Gaita <avidigal@novell.com> 
1963
1964         * ButtonBase: Call update after invalidation, fixes #80194
1965
1966 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1967
1968         * ThemeWin32Classic.cs: Draw StatusBar using double buffering. Fixes
1969           #79335.
1970
1971 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1972
1973         * XplatUIX11.cs: SetWMStyles: If the control is a form with
1974           FormBorderStyle = None, don't give the window any decorations.
1975           Fixes #81276.
1976
1977 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1978
1979         * XplatUI.cs, XplatUIDriver.cs: Updated CalculateWindowRect parameters.
1980         * CreateParams.cs: Fix IsSet, wasn't working correctly when the style
1981           to check for is a mix of several styles (such as WS_CAPTION for
1982           instance).
1983         * Control.cs: Don't paint an area bigger than the client area when
1984           painting the background colour. Add an internal GetCreateParams.
1985           Update calls to XplatUI.CalculateWindowRect due to API change.
1986         * XplatUIX11.cs: In PerformNCCalc set the initial size to the whole
1987           window's size, and handle WM_NCCALCSIZE in DefWndProc to calculate
1988           the size if it hasn't been handled by any windows. When creating
1989           and moving windows, X wants the location of the entire window, but
1990           the size of the client window, so add
1991           TranslateClientRectangleToXClientRectangle,
1992           TranslateWindowSizeToXWindowSIze and
1993           TranslatedXWindowSizeToWindowSize to cope with this, and call them
1994           before every window creation and move. Update CalculateWIndowRect
1995           to use Hwnd.GetWindowRect (one step towards removing DeriveStyles).
1996           In AddConfigureNotify don't do anything if the hwnd is a zombie
1997           (fixes the BadWindow we were getting while running the tests),
1998           always calculate the offsets when it's a parentless window, not
1999           only when reparented, and translate the window size, since we're
2000           getting the client size of the whole window, excluding entire
2001           window.
2002         * Theme.cs: Added BorderSizableSize.
2003         * XplatUIWin32.cs: Fix RECT Height and Width. Don't fake styles here
2004           anymore. Update calls to XplatUI.CalculateWindowRect due to API
2005           chang
2006         * Form.cs: Update calls to XplatUI.CalculateWindowRect due to API
2007           change. Fake the window styles here instead of in XplatUIWin32 so
2008           that all back-ends get the same window styles (and it's Form that's
2009           deciding when to use wm, not the Win32 backend anyways)
2010         * Hwnd.cs: Completely reworked GetWindowRectangle and
2011           GetClientRectangle - they are now passed a CreateParams and they
2012           only use Style and ExStyle to determine the rectangles (they should
2013           now work just like Win32AdjustWindowRectEx - though quite a few
2014           special cases are probably missing). They should also be 100%
2015           complimentary (i.e. GetWindowRectangle (GetClientRectangle (rect))
2016           == rect), and all numbers (borders, menu sizes) are taken from the
2017           current theme. Added a GetBorders helper function that will return
2018           the borders for any given CreateParams (including captions and
2019           menus), and GetBorderSize that returns the given border size only.
2020         * XplatUIOSX.cs: Update calls to CalculateWindowRect and
2021           Hwnd.GetClientRectangle.
2022
2023 2007-04-02  Chris Toshok  <toshok@ximian.com>
2024
2025         * DataGridBoolColumn.cs: rewrite things a bit, and fix up the
2026         logic between the values we present to the user and the values
2027         which are stored in the column's property.  Also, don't call
2028         GetPreferredSize - it's virtual. Along the way, fix bug #80965.
2029
2030 2007-04-02  Jackson Harper  <jackson@ximian.com>
2031
2032         * TextBoxBase.cs: Scroll faster!
2033
2034 2007-04-02  Jonathan Pobst  <monkey@jpobst.com>
2035
2036         * StatusStrip.cs: Layout fixes for PDN.
2037         * ToolStrip.cs: Set item's available to true, and placement to main when
2038         added.
2039         * ToolStripItem.cs: Fix an Available issue, check that Parent is really
2040         changing in setter before doing any work, add InternalVisible.
2041         * ToolStripPanel.cs: Remove unused variable to fix compiler warning.
2042         * ToolStripSplitStackLayout.cs: If we run out of things to hide, don't
2043         infinite loop.
2044
2045 2007-04-02  Jackson Harper  <jackson@ximian.com>
2046
2047         * TextBox.cs: LBUTTON does not make the textbox select all of it's
2048         text on focus.
2049
2050 2007-04-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2051
2052         * XplatUIWin32.cs: Use the previous change in SetParent for forms only.
2053           Makes ToolStripComboBoxes show up again.
2054
2055 2007-04-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2056
2057         * ListView.cs: Add a hover_pending field in ListView
2058         to fire just one OnMouseHover event for each MouseEnter/MouseLeave
2059         cycle (we are resetting the MouseHover logic in XplatUI
2060         to handle HoverSelection). Fixes #80429.
2061
2062 2007-04-02  Jackson Harper  <jackson@ximian.com>
2063
2064         * TextControl.cs: Make sure the attributes get set on the last
2065         tag.
2066         - Still have to do the end tag if we have stepped all the ways to
2067         the end.
2068
2069 2007-04-02  Sebastien Pouliot  <sebastien@ximian.com>
2070
2071         * XplatUIOSX.cs, XplatUIX11.cs, XplatUIX11GTK.cs: Remove dependency
2072         on an internal libgdiplus call when the information is already 
2073         available via the public API.
2074
2075 2007-04-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2076
2077         * Control.cs: Call ContainerControl.ChildControlRemoved whenever a
2078           control is removed from a control collecftion.
2079         * XplatUIX11.cs: The first location for toplevel form is (22, 22).
2080           Fixes FormPropertyTest (failed on rare occasions).
2081         * XplatUIWin32.cs: Add a workaround in SetParent for strange behaviour
2082           of Win32SetParent (when changing from no parent to a parent it
2083           might add the new parent's location in screen coordinates to this
2084           window's location).
2085         * Form.cs: Rework ChangingParent once again, now the handle is
2086           recreated whenever a FormWindowManager is added or removed (that is
2087           whenever a normal form is parented or abandoned). Also change
2088           CreateParams so that all non-toplevel windows always get the
2089           specified sice (StartupPosition is never considered for
2090           non-TopLevel forms).
2091         * ContainerControl.cs: Add ChildControlRemoved, the container control
2092           needs to be notified when a control is removed from it's
2093           collection, in the case the removed control is the active control.
2094
2095 2007-04-02  Jackson Harper  <jackson@ximian.com>
2096
2097         * RichTextBox.cs: Use the new methods for setting the font and
2098         color, these methods set the specified attribute without
2099         overriding the other attributes.
2100
2101 2007-04-02  Jonathan Pobst  <monkey@jpobst.com>
2102
2103         * ToolStripPanel.cs: Fixes for better layouts in PDN.
2104
2105 2007-03-31  Gert Driesen  <drieseng@users.sourceforge.net>
2106
2107         * TextBox.cs: Added internal ChangeBackColor method to special-case
2108         Color.Empty. Added check for invalid ScrollBars value.
2109         * TextBoxBase.cs: Added internal ChangeBackColor method.
2110         * RichTextBox.cs: Only set backcolor_set on 2.0 profile. Added
2111         internal ChangeBackColor method to special-case Color.Empty. Added
2112         check for invalid ScrollBars value.
2113
2114 2007-03-30  Everaldo Canuto  <everaldo@simios.org>
2115
2116         * MenuItem.cs: On invalidate prevent form to create handle. [Fixes #81272]
2117
2118 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
2119
2120         * ScollableControl.cs: Add HorizontalScroll and VerticalScroll properties.
2121         * ScrollProperties.cs, HScrollProperties.cs, VScrollProperties.cs: Added.
2122         [Based on submitted patch from Olivier Duff.]
2123
2124 2007-03-30  Jackson Harper  <jackson@ximian.com>
2125
2126         * TextBox.cs: Only select all on initial focus if the user has not
2127         specified a selection area.
2128
2129 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
2130
2131         * UserControl.cs: Override CreateParams.
2132
2133 2007-03-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2134
2135         [ Fixes #80995 ]
2136
2137         * XplatUI.cs, XplatUIDriver.cs: Updated CalculateWindowRect parameters.
2138         * CreateParams.cs: Fix IsSet, wasn't working correctly when the style to
2139           check for is a mix of several styles (such as WS_CAPTION for instance).
2140         * Control.cs: Don't paint an area bigger than the client area when painting
2141           the background colour. Add an internal GetCreateParams. Update calls to
2142           XplatUI.CalculateWindowRect due to API change.
2143         * XplatUIX11.cs: In PerformNCCalc set the initial size to the whole window's
2144           size, and handle WM_NCCALCSIZE in DefWndProc to calculate the size if it
2145           hasn't been handled by any windows. When creating and moving windows, X
2146           wants the location of the entire window, but the size of the client
2147           window, so add TranslateClientRectangleToXClientRectangle,
2148           TranslateWindowSizeToXWindowSIze and TranslatedXWindowSizeToWindowSize
2149           to cope with this, and call them before every window creation and move.
2150           Update CalculateWIndowRect to use Hwnd.GetWindowRect (one step towards
2151           removing DeriveStyles). In AddConfigureNotify don't do anything if the
2152           hwnd is a zombie (fixes the BadWindow we were getting while running the
2153           tests), always calculate the offsets when it's a parentless window, not
2154           only when reparented, and translate the window size, since we're getting
2155           the client size of the whole window, excluding entire window.
2156         * Theme.cs: Added BorderSizableSize.
2157         * XplatUIWin32.cs: Fix RECT Height and Width. Don't fake styles here
2158           anymore. Update calls to XplatUI.CalculateWindowRect due to API change.
2159         * Form.cs: Update calls to XplatUI.CalculateWindowRect due to API change.
2160           Fake the window styles here instead of in XplatUIWin32 so that all
2161           back-ends get the same window styles (and it's Form that's deciding when
2162           to use wm, not the Win32 backend anyways)
2163         * Hwnd.cs: Completely reworked GetWindowRectangle and GetClientRectangle -
2164           they are now passed a CreateParams and they only use Style and ExStyle
2165           to determine the rectangles (they should now work just like
2166           Win32AdjustWindowRectEx - though quite a few special cases are probably
2167           missing). They should also be 100% complimentary (i.e. GetWindowRectangle
2168           (GetClientRectangle (rect)) == rect), and all numbers (borders, menu
2169           sizes) are taken from the current theme. Added a GetBorders helper
2170           function that will return the borders for any given CreateParams
2171           (including captions and menus), and GetBorderSize that returns the given
2172           border size only.
2173         * XplatUIOSX.cs: Update calls to CalculateWindowRect and
2174           Hwnd.GetClientRectangle.
2175
2176 2007-03-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2177
2178         * Form.cs: Don't layout mdi children on MdiParent creation, the initial
2179           layout of the mdi children is handled by CreateParams. Fixes
2180           #79964,
2181
2182 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
2183
2184         * MenuAPI.cs: Make OnMouseDown returns a boolean to identify if event is
2185         processed.
2186
2187         * Form.cs: When active tracker mouse down is not processed, send event 
2188         back to control inside mouse position. [Fixes #81227]
2189
2190 2007-03-29  Jonathan Pobst  <monkey@jpobst.com>
2191
2192         * ComboBox.cs: Override the ComboListBox's ActivateOnShow property and
2193         remove WS_VISIBLE from CreateParams to prevent combobox dropdowns from
2194         stealing focus from the active form on Windows.  (Control will be made
2195         visible in ShowWindow.)
2196
2197 2007-03-29  Mike Kestner  <mkestner@novell.com>
2198
2199         * ImageList.cs : add internal Changed event.
2200         * ListView.cs : hook up to StateImageList.Changed to perform
2201         invalidations when the the state icon list changes. [Fixes #81191]
2202
2203 2007-03-29  Jonathan Pobst  <monkey@jpobst.com>
2204
2205         * ToolTip.cs: Override the ToolTipWindow's ActivateOnShow property
2206         to prevent tooltips from stealing focus from the active form on Windows.
2207
2208 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
2209
2210         * ThemeWin32Classic.cs: Small stetic fixes in notifyicon balloon. 
2211
2212         * ThemeClearlooks.cs: Implement notifyicon balloon for clearlooks theme.
2213
2214 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
2215
2216         * NotifyIcon.cs, ThemeWin32Classic.cs: Icon support added to notifyicon
2217         balloons.
2218
2219 2007-03-29  Jackson Harper  <jackson@ximian.com>
2220
2221         * TextControl.cs: When deleting text from non multiline textboxes,
2222         we need to update the entire document, because line offsets will
2223         be shifting.
2224
2225 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
2226
2227         * XplatUIX11.cs, ThemeWin32Classic.cs, Theme.cs: ShowBalloonWindow method
2228         added to theme, now we can create themes that uses diferent notify engines
2229         like notification-daemon from galago project or growl for Mac OS.
2230
2231 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
2232
2233         * NotifyIcon.cs: Prevent Balloon to show in task bar.
2234
2235 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
2236
2237         * XplatUIX11.cs: Prevent system to open more than one balloon.
2238
2239         * NotifyIcon.cs: Prevent system to open more than one balloon and remove
2240         some compiler warning messages.
2241
2242 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
2243
2244         [Fixes #79149]
2245
2246         * XplatUIX11.cs: Implement SystrayBalloon for X11 systems.
2247
2248         * ThemeWin32Classic.cs, Theme.cs: DrawBalloonWindow and BalloonWindowRect 
2249         implemented, this methods is used by NotifyIcon.BalloonWindow class.
2250
2251         * NotifyIcon.cs: BalloonWindow class added to support Balloon in X11 
2252         systems.
2253
2254 2007-03-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2255
2256         * ListViewItem.cs: Forgot to make Invalidate internal.
2257
2258 2007-03-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2259
2260         * ListView.cs: Add a InvalidateSelection method to
2261         invalidate methods which are currently selected, and call
2262         it when setting FullRowSelect and HideSelection, instead of
2263         calling Redraw.
2264
2265 2007-03-28  Chris Toshok  <toshok@ximian.com>
2266
2267         * XplatUIX11.cs (UnmapWindow): reindent this block.
2268
2269         * DataGrid.cs (UpdateSelectionAfterCursorMove): we need to update
2270         the selection_start if we're moving the selection (that is, not
2271         extending it). Fixes bug #80461.
2272
2273 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2274
2275         * ProgressBar.cs: Make the default MarqueeAnimationSpeed = 100.
2276         * ToolStripPanel.cs: Fix RowMargin, Renderer, RenderMode, and
2277         create private ControlCollection.
2278
2279 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2280
2281         * Control.cs: We need to call OnVisibleChanged for our implicit
2282         children as well as our normal children.  Fixes scrollbars in
2283         comboboxes not showing up.
2284
2285 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2286
2287         * Control.cs, Form.cs: Anywhere we call CreateHandle, we need to do
2288         the check for IsHandleCreated first.  The check in CreateHandle is not
2289         good enough because CreateHandle can be overriden, and the override 
2290         should not be called if the handle is already created.
2291
2292 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2293
2294         * ToolStrip.cs: Remove MonoTODO for tooltips.
2295         * ToolStripComboBox.cs: Fix MonoTODO for DropDownHeight and events.
2296         * ToolStripContainer.cs: Add custom ControlCollection class.
2297         * ToolStripContentPanel.cs: Fix Renderer setting to match MS behavior.
2298         * ToolStripDropDown.cs: Add some missing properties/methods.
2299         * ToolStripDropDownMenu.cs: Override OnLayout and SetDisplayedItems.
2300         * ToolStripItem.cs: Remove MonoTODO for tooltips.
2301         * ToolStripManager.cs: Add IsShortcutDefined.
2302         * ToolStripOverflow.cs: Override LayoutEngine.
2303         * ToolStripProgressBar.cs: Add MarqueeAnimationSpeed.
2304         * ToolStripSeparator.cs: Add ImageKey.
2305
2306 2007-03-28  Jackson Harper  <jackson@ximian.com>
2307
2308         * TextControl.cs: If a char delete removes a line ending, we need
2309         to update the ending style.
2310         - Make sure the line ending calcs get called.
2311
2312 2007-03-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2313
2314         * XplatUIX11.cs: CreateWindow: Remove old default form location code,
2315           it was making the new code not work. Fixed a typo in the new code
2316           as well. Fixes #79826.
2317
2318 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2319
2320         * XplatUIWin32.cs:
2321         - NIF_STATE and NIF_INFO added to NotifyIconFlags.
2322         - NOTIFYICONDATA properties sizes fixed, szTip is 128, not 64.
2323         - SystrayBalloon method implemented.
2324         [Add support for notifyicon balloon on win32, #79149]
2325
2326 2007-03-27  Mike Kestner  <mkestner@novell.com>
2327
2328         * ThemeWin32Classic.cs : update StateImageList selection to mirror
2329         the ms behavior when only one image is added to the list.
2330         [Fixes #81191]
2331
2332 2007-03-27  Jackson Harper  <jackson@ximian.com>
2333
2334         * TextControl.cs: Improvements to non multiline line ending
2335         drawing/measuing.
2336
2337 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2338
2339         * XplatUIX11.cs: Fix the time which tooltip is opened for NotifyIcon. 
2340
2341 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2342
2343         * NotifyIcon.cs: 
2344         - Balloon message handling added.
2345         - Call XplatUI.SystrayBalloon in ShowBalloonTip. 
2346
2347         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
2348         XplatUIOSX.cs, XplatUIX11-new.cs: ShowBalloonTip method renamed 
2349         to SystrayBalloon to me like other Systray method, also a
2350         handle parameter added.
2351
2352 2007-03-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2353
2354         * ListView.cs: Show scrollbars even when items.Count == 0
2355         but the columns Width is bigger than the ListView.Width.
2356         Also, when columns.Count == 0 set layout_wd and layout_ht
2357         to the ClientRectangle values, so we don't show any scrollbar
2358         in that case.
2359
2360 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2361
2362         * XplatUIStructs.cs: Balloon (NIN_BALLOON*) constants added.
2363
2364 2007-03-27  Jackson Harper  <jackson@ximian.com>
2365
2366         * RichTextBox.cs: The RTF library decodes the text properly for us
2367         now.
2368
2369 2007-03-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2370
2371         * ListView.cs: Display HeaderControl even when columns.Count == 0.
2372         * ThemeWin32Classic.cs: Use SystemBrushes.Control to draw the
2373         ListView header (HeaderControl), instead of Control.BackColor.
2374
2375 2007-03-27  Jonathan Pobst  <monkey@jpobst.com>
2376
2377         * Control.cs: Call OnVisibleChanged in SetVisibleCore for non-forms.
2378         Fixes tab control issues where controls would not show up because they
2379         never received their OnVisibleChanged call.
2380
2381 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2382
2383         * NotifyIcon.cs: Balloon events added (BalloonTipClicked, BalloonTipClosed,
2384         BalloonTipShown).
2385
2386 2007-03-27  Jonathan Pobst  <monkey@jpobst.com>
2387
2388         * Control.cs: We won't get a WM_SHOWWINDOW when we create a window that
2389         is maximized or minimized, so move CreateControl to Control.OnVisibleChanged.
2390         * Form.cs: After we set the form visible, send a fake WM_SHOWWINDOW if we
2391         are max or min.  Remove WS_VISIBLE from CreateParams unless we are recreating
2392         the handle.  Fix WindowState by using the internal variable until we are 
2393         sure that we've been shown.
2394         * XplatUIX11.cs: Do not generate a WM_SHOWWINDOW message if new form is
2395         max or min.
2396         [Fixes bug #81198]
2397
2398 2007-03-27  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2399
2400         * XplatUIX11.cs: Windows without WS_CAPTION can still get decorations
2401           (at least borders). Fixes #79386 on Linux (with a small difference
2402           in behaviour: when trying to resize a caption-less window metacity
2403           shows the sysmenu. Resizing is still possible though).
2404         * XplatUIWin32.cs: When setting window styles send request an extra
2405           WM_NCCALCSIZE when it's a form without title (due to no text and no
2406           caption), since Win32 seems to calculate it wrong the first time we
2407           get the message, though the second time things work as they should.
2408         * Form.cs: Reorder a few statements in ChangingParent, otherwise the
2409           newly reparented window might show up unparented. Update
2410           CreateParams to exclude WS_DLGFRAME if ControlBox is false and
2411           there's no title text. Fixes #79386.
2412
2413 2007-03-27  Mike Kestner  <mkestner@novell.com>
2414
2415         * ListBox.cs : don't perform invalidations if the handle hasn't been
2416         created.  [Fixes #80753]
2417
2418 2007-03-27  Mike Kestner  <mkestner@novell.com>
2419
2420         * ListBox.cs : don't adjust top item when SelectedIndex is set to -1.
2421         [Fixes #80428]
2422
2423 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
2424
2425         * XplatUIWin32.cs: Complete NOTIFYICONDATA structure, additional fields 
2426         needed to implement Balloon.
2427
2428 2007-03-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2429
2430         * ListViewItem.cs: In the constructors that take
2431         an array of strings, don't use ListViewSubItemCollection.AddRange
2432         method to add items, since we need to have a different behaviour (in
2433         the constructors we add an item for each null string, opposed to
2434         the behaviour of AddRange, which adds nothing).
2435
2436 2007-03-26  Andreia Gaita  <avidigal@novell.com>
2437
2438         * NumericUpDown.cs: Fix broken 1.1 api for ParseEditText
2439
2440 2007-03-26  Jackson Harper  <jackson@ximian.com>
2441
2442         * TextControl.cs: Draw and measure line endings when in non
2443         multiline mode.
2444         - When searching the text, count the end of the last line as a
2445         word boundary.
2446
2447 2007-03-26  Jackson Harper  <jackson@ximian.com>
2448
2449         * RichTextBox.cs: The selection_start and selection_end don't
2450         really track the correct tags for the selection. So we'll manually
2451         compute the correct tag here.
2452
2453 2007-03-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2454
2455         * ProgressBar.cs, ThemeWin32Classic.cs: Implemented drawing of Marquee
2456           and Continuous styles. Fixes #79469.
2457
2458 2007-03-26  Jonathan Pobst  <monkey@jpobst.com>
2459
2460         * ToolStrip.cs: Implement Tooltips.
2461         * ToolStripItem.cs: Create internal method for determining tooltip.
2462
2463 2007-03-26  Jonathan Pobst  <monkey@jpobst.com>
2464
2465         * PropertyGrid.cs: Hide a EditorBrowsable attribute from 1.1 API.
2466
2467 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
2468
2469         * NotifyIcon.cs: On disposing verify if icon is visible and hide it,
2470         it prevents a problem thak keeps icon visible after application 
2471         closes on win32.
2472
2473 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
2474
2475         * NotifyIcon.cs: Balloon properties and methods created.
2476
2477         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
2478         XplatUIOSX.cs, XplatUIX11-new.cs: Implement ShowBalloonTip method.
2479
2480 2007-03-25  Jonathan Pobst  <monkey@jpobst.com>
2481
2482         * ToolStripComboBox.cs: Default the ComboBox's FlatStyle to Popup.
2483
2484 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
2485
2486         * Control.cs: Make SetBoundsCore match MS better.  The BoundsSpecified
2487         parameter indicates which aspects were explicit/user-set.
2488         * ComboBox.cs, ListBox.cs: Call SetBoundsCore correctly. (no 0 parameters).
2489
2490 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
2491
2492         * ProgressBar.cs: Throw AOORE instead of AE for property Value (2.0).
2493         * ScrollBar.cs: Throw AOORE instead of AE for properties LargeChange,
2494         SmallChange, and Value (2.0).
2495         * Timer.cs: Throw AOORE instead of AE for property Interval (2.0).
2496
2497 2007-03-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2498
2499         * ListView.cs: Always set item_control.Width in LayoutDetails
2500         if View is Details. Setting it later in CalculateScrollBars
2501         in a not-so-corner scenario (the sum of columns width is
2502         not bigger than the ListView width when handle is created, and then
2503         that sum gets bigger by increasing the width of the columns)
2504         causes a very weird recursion path (which shouldn't be happening,
2505         since header_control sets it in CalculateScrollBars too). This bug
2506         appeared after Chris' fixes for handle created issues, so probably
2507         it's related to some handle-creation time.
2508
2509 2007-03-23  Chris Toshok  <toshok@ximian.com>
2510
2511         * DataGrid.cs (GetVisibleRowCount): increase the row count in the
2512         case where there's an add row, just so we don't end up in a case
2513         where it's not displayed (this happens when the row is partially
2514         obscured).  Fixes bug #79574.
2515
2516 2007-03-23  Jackson Harper  <jackson@ximian.com>
2517
2518         * TextControl.cs:
2519         * TextBoxBase.cs:
2520         * RichTextBox.cs: Preserve line endings in the lines text buffer,
2521         also added an enum that represents the line ending type. 
2522
2523 2007-03-23  Andreia Gaita  <avidigal@novell.com>
2524
2525         * NumericUpDown.cs: Fix logic so Text and Value properties are not
2526         messed with in every method call, but only from DownButton, 
2527         UpButton, UpdateEditText() and ValidateText. Fixes #80346
2528
2529 2007-03-23  Chris Toshok  <toshok@ximian.com>
2530
2531         * DataGridTextBoxColumn.cs (GetFormattedValue): don't try to
2532         format objects if the format spec is "".  Fixes bug #80889.
2533
2534 2007-03-22  Miguel de Icaza  <miguel@novell.com>
2535
2536         * ToolStripPanel.cs (Join): added stubs to build PDN3
2537
2538         * Control.cs (AutoScrollOffset): Add.
2539
2540         * SystemInformation.cs (MouseWheelScrollDelta): Expose this
2541         property, its only implemented for Win32, on X11 it defaults to
2542         some hardcoded value.
2543
2544         * ToolStripItem.cs (AllowDrop): Add property
2545
2546 2007-03-22  Mike Kestner  <mkestner@novell.com>
2547
2548         * ListView.cs : in FullRowSelect Details mode, only enable box
2549         selection if the user clicks over the "item" column outside of the
2550         text area.  Mmmmm, compatibility.  [Fixes #80374 subpart 7]
2551
2552 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2553
2554         * Control.cs: ChangeParent: Call Form's ChangingParent even if the
2555           handle is not created yet.
2556         * Form.cs: Select: Don't call CreateHandle if the handle is already
2557           created, avoids a stack overflow on Windows when we are recreating
2558           controls.
2559         * ScrollableControl.cs: Set the correct z-order for the scrollbars when
2560           they are made visible, and override AfterTopMostControl to keep
2561           them on top when other controls are brought to front.
2562           CalculateCanvas: Scrollbars are only visible if auto_scroll is true
2563           or force_*scroll_visible is true (old implementation always shows
2564           scrollbars when needed, no matter what auto_scroll was set to).
2565         * InternalWindowManager.cs: UpdateWindowDecorations: Add a
2566           IsHandleCreated check.
2567
2568 2007-03-22  Andreia Gaita  <avidigal@novell.com>
2569
2570         * DataGrid.cs: Implement Column and Row auto sizing when double-clicking on
2571         row or col separator.
2572         * DataGridTextBoxColumn.cs: Implement GetPreferredHeight and GetPreferredSize
2573
2574 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
2575
2576         * MenuAPI.cs: Remove unneeded check for grab_control in UpdateCursor.
2577
2578 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
2579
2580         * MenuAPI.cs: UpdateCursor method added, it is calling in OnMotion to update
2581         cursor for child controls. In ShowWindow and HideWindow now call SetCursor 
2582         every time. Fixes #80410.
2583
2584 2007-03-22  Chris Toshok  <toshok@ximian.com>
2585
2586         * BindingSource.cs (AddNew): partially implement.
2587
2588         remove a couple of NotImplementedException's
2589         to get bug #81148 closed.
2590
2591 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
2592
2593         [Fixes #80380]
2594         
2595         * Control.cs:
2596         - UpdateCursor method added to update the screen cursor.
2597         - GetAvailableCursor method added to return cursor for enabled tree,
2598         it searches for cursor on control and it's parent's for enabled control.
2599         - Call UpdateCursor method on setter of Cursor property.
2600         - On setter of Enabled call UpdateCursor when it is false, we need to
2601         change cursor to normal (or to this parent cursor) because cursor 
2602         setting theres no effect to disabled controls.
2603         - Some minor source changes to follow the coding style guidelines.
2604
2605         * XplatUIX11.cs: In MotionNotify only dispatch SET_CURSOR event for enabled 
2606         controls.
2607
2608 2007-03-22  Chris Toshok  <toshok@ximian.com>
2609
2610         * XplatUIX11.cs: ignore the BadPicture errors cairo+render
2611         generates.
2612
2613 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2614
2615         * XplatUIX11.cs: Implement default locations for forms.
2616         * Form.cs: Completely rework startup location for forms. Fixes #79964.
2617         * Hwnd.cs: Add previous_child_startup_location (to track the current
2618           startup location for any child forms of the current form) and
2619           previous_main_startup_location (to track the startup location for
2620           the current toplevel form).
2621
2622 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
2623
2624         * Control.cs: Don't trigger a layout if an implicit control is added
2625         that isn't visible.  Also, don't notify the owner when an implicit control
2626         is added.  (Owners shouldn't even know about their implicit controls.)
2627
2628 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
2629
2630         * ScrollableControl.cs: Add implicit controls with AddRangeImplicit
2631         to save some re-layouts.
2632
2633 2007-03-21  Everaldo Canuto  <everaldo@simios.org>
2634
2635         * MenuAPI.cs: In ProcessKeys returns false when key is not processed.
2636         [Fixes #81203]
2637
2638 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
2639
2640         * FlowLayoutSettings.cs, ToolStrip.cs, ToolStripPanel.cs,
2641         ToolStripPanelRow.cs: Lazy instantiate the LayoutEngine.
2642
2643 2007-03-21  Mike Kestner  <mkestner@novell.com>
2644
2645         * ListView.cs : disable selection update for non-left button clicks
2646         with mods and over selected items.  [Fixes #80524]
2647
2648 2007-03-20  Jackson Harper  <jackson@ximian.com>
2649
2650         * TextControl.cs:
2651         * TextBoxBase.cs: Allow different types of line endings. \r, \r\n,
2652         \r\r\n, \n.
2653
2654 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2655
2656         * ComboBox.cs: PreferredHeight seems to be ItemHeight + 6, but there is
2657           very probably a more complicated calculation there. Update the
2658           textbox' ForeColor and BackColor when the ComboBox' colors are
2659           changed. Change the border change in LayoutComboBox to only affect
2660           the textbox, not all the calculations there. Seems to fix most of
2661           #79436.
2662
2663 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2664
2665         * ComboBox.cs: Handle Home and End keys as well as all combinations of
2666           modifiers + navigation keys as input keys, enables advanced text
2667           selection in the combobox (like Shift+Left Arrow for instance).
2668           ComboTextBox now overrides Focused and returns whatever
2669           ComboBox.Focused returns, since it really should be focused
2670           whenever the ComboBox is. Fixes #80795. Also make the border around
2671           the text box one pixel bigger, as mentioned in #79436.
2672
2673 2007-03-20  Jackson Harper  <jackson@ximian.com>
2674
2675         * TreeView.cs: Don't offset the images, this was causing some
2676         artifacts when expanding/collapsing with images that were the
2677         exact height of the treenode.
2678
2679 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2680
2681         * TrackBar.cs: Query the theme for the correct value when the mouse
2682           moves and the thumb is pressed. 
2683         * Theme.cs: Added TrackBarValueFromMousePosition
2684         * ThemeWin32Classic.cs: Reworked TrackBar drawing. Earlier
2685           implementation was updating the trackbar value when drawing, now
2686           the drawing methods only draw. Fixes #80900. Refactored the
2687           calculations out to TrackBarValueFromMousePosition and
2688           GetTrackBarDrawingInfo, so that TrackBar can get the correct value
2689           according to the mouse position whenever it wants to. Changed the
2690           light coloured pen when drawing the thumb from ControlLight to
2691           ControlLightLight, because the ControlLight is the same colour as
2692           the background so the 3D effect is lost. 
2693
2694 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
2695
2696         * Form.cs: In ShowDialog uses MainForm as transient form when no form is
2697         defined. Fixes #80784.
2698
2699 2007-03-20  Marek Habersack  <mhabersack@novell.com>
2700
2701         * ContextMenuStrip.cs: align with the change introduced in
2702         revision 74664.
2703
2704 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
2705
2706         * XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs, 
2707         XplatUI.cs, Form.cs, ToolTip.cs: Remove unneeded parameter owner 
2708         in SetTopmost.
2709
2710 2007-03-19  Chris Toshok  <toshok@ximian.com>
2711
2712         * Control.cs (WmPaint): don't make use of the Handle property
2713         after an event is emitted, as the user could have closed the
2714         form/destroyed the control.  Store the Handle in a local variable
2715         and make use of that.  Fixes bug #80768.
2716
2717 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
2718
2719         * XplatUIX11.cs: Set _NET_WM_STATE_ABOVE on SetTopmost, it fixes Topmost
2720         behavior in X11 environments.
2721
2722 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
2723
2724         * Form.cs: Call SetTopmost in CreateHandle when window is topmost, its
2725         because on setter of topmost we dont call SetTopmost when handle is not
2726         created.
2727
2728 2007-03-20  Jackson Harper  <jackson@ximian.com>
2729
2730         * TextControl.cs: Need to use SelectionLength () not
2731         selection_length, since that var is reset to -1.
2732         - Draw the caret when we don't have focus.
2733         * TextBox.cs: The selectall actually doesn't occur until the first
2734         focus.
2735         * TextBoxBase.cs: Need to update the caret position after a
2736         selectall.
2737         
2738 2007-03-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2739
2740         * ListView.cs: Enable scrolling when using Tile view.
2741
2742 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
2743
2744         [Fixes #80902]
2745
2746         * XplatUIDriver.cs: Abstract SetOwner method created.
2747
2748         * XplatUIOSX.cs: Override SetOwner to prevent compilation errors method 
2749         must be implemented and was masked as todo.
2750
2751         * XplatUIWin32.cs: SetOwner implemented using SetWindowLong with 
2752         GWL_HWNDPARENT.
2753
2754         * XplatUIX11.cs: SetOwner implemented using same code from SetTopmost but 
2755         cheking for null owner to remove transient. The SetTopmost will be change
2756         on a decond step.
2757
2758         * Form.cs: In set_Owner and CreateHandle uses new SetOwner instead of
2759         SetTopmost. Now owned forms will work properly in win32 and X11.
2760
2761 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2762
2763         * MdiWindowManager.cs: Update function name.
2764         * Form.cs: After closing a form MdiParent is always null.
2765         * MdiClient.cs: Rename CloseChildForm to ChildFormClosed to explain
2766           better what it should do: necessary book-keeping when the form is
2767           closed, it should not close the form itself.
2768
2769 2007-03-19  Andreia Gaita  <avidigal@novell.com>
2770
2771         * ListViewItem.cs: Fix back and fore color. The subitems only
2772         use their own colors if they are set, otherwise use the listview's
2773         colors. Don't set default colors on constructor for subitem.
2774         Fixes #79315.
2775
2776 2007-03-19  Mike Kestner  <mkestner@novell.com>
2777
2778         * ListView.cs : make box selection for Details views with 
2779         FullRowSelect conform to MS behavior when clicking in the "item" 
2780         column and clicking outside the defined columns.
2781         [Fixes case 5-6 of #80374]
2782
2783 2007-03-19  Chris Toshok  <toshok@ximian.com>
2784
2785         * ScrollableControl.cs: create the controls from within the ctor,
2786         but don't actually add them until our handle is created.  this
2787         fixes a NRE possibility jpobst found (if you override OnLayout in
2788         a subclass, it's called before your ctor).  Also, add a
2789         IsHandleCreated guard to UpdateSizeGripVisibility as well.
2790
2791 2007-03-19  Jackson Harper  <jackson@ximian.com>
2792
2793         * TextBox.cs: Reduce the amount of invalidation we do.
2794         * TextBoxBase.cs: Make shortcuts enabled true by default, at least
2795         some of them are true by default on MS.
2796         - Add some functions to reduce the amount of invalidates we do.
2797         * TextControl.cs: Less invalidation.
2798
2799 2007-03-19  Chris Toshok  <toshok@ximian.com>
2800
2801         [ Fixes #81773, and *seems* to fix #81553 as well ]
2802
2803         * XplatUIX11.cs: remove the assignment of hwnd.zombie = true from
2804         AccumulateDestroyedHandles.  We need to do it *after* we send
2805         WM_DESTROY, as the user's code can access Control.Handle in
2806         OnHandleDestroyed, and this shouldn't cause a recreation.  Also,
2807         move the WM_DESTROY/zombie handling to before the call to
2808         XDestroyWindow.  For some reason without this ordering
2809         FormTest.RecreateHandle hangs.  This ordering is semantically
2810         equivalent, however, as XDestroyWindow is async anyway.
2811
2812 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
2813
2814         * RichTextBox.cs: Reset backcolor_set after setting default.
2815
2816 2007-03-19  Chris Toshok  <toshok@ximian.com>
2817
2818         * ScrollableControl.cs: the scroll position should not effect the
2819         canvas size.  commit patch from georgegiolfan@yahoo.com, which
2820         fixes some really bizarre behavior on resizing.  Fixes bug #80778.
2821         
2822 2007-03-19  Chris Toshok  <toshok@ximian.com>
2823
2824         * ScrollableControl.cs: clean this up a bit.  create the
2825         scrollbars in the ctor and just show/hide them as needed.  Also,
2826         make hscroll_visible/vscroll_visible internal to Recalculate, and
2827         just use hscrollbar.VisibleInternal/vscrollbar.VisibleInternal
2828         everywhere else.  This seems to fix the scrollbars appearing
2829         beneath the content for me (i have *no* idea why that is,
2830         however.)
2831
2832 2007-03-19  Jonathan Pobst  <monkey@jpobst.com>
2833
2834         * ToolStrip.cs: Don't call DoAutoSize when we change Dock.  Also, remove
2835         some redundacy for stuff in Anchor and Dock that base will take care of.
2836         [Fixes #80762]
2837
2838 2007-03-19  Mike Kestner  <mkestner@novell.com>
2839
2840         * ListView.cs : make box selection for Details views without 
2841         FullRowSelect dependent on the text bounds, not item bounds.
2842         * ListViewItem.cs : add an internal property to obtain the TextBounds
2843         in Details view.  [Fixes case 1-4 of #80374]
2844
2845 2007-03-19  Andreia Gaita  <avidigal@novell.com>
2846
2847         * PaintEventArgs.cs (Dispose): Only dispose of graphics object if
2848         we're < 2.0. #78448 && #80316
2849
2850 2007-03-19  Jonathan Pobst  <monkey@jpobst.com>
2851
2852         * FontDialog.cs: Don't crash when we switch to a new font that doesn't
2853         have the same style available as the previously selected one.  Also,
2854         support FixedPitchOnly property.  [Fixes bugs #80918, #80947]
2855
2856 2007-03-19  Jackson Harper  <jackson@ximian.com>
2857
2858         * TextControl.cs: Add an alignment property that all new lines
2859         will be given.
2860         - Make sure to use the align shift when calculating the line's X
2861         position.
2862         * TextBox.cs: Set the alignment on the document as well as on all
2863         the document lines.
2864
2865 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2866
2867         * Control.cs: ControlCollection.Add: Remove a couple of duplicated casts and
2868           throw if setting the parent of an mdichild that already has an
2869           mdiparent. Update signature for 2.0 profile. ProductName: If there's no
2870           AssemblyProductAttribute in the assembly, use the type's namespace (as
2871           MS seems to do). CreateControl: don't create the handle if the control
2872           is not visible (according to MS behaviour and spec).  SetTopLevel: Only
2873           create handle if the control is not a form. Change FocusInternal to
2874           virtual so that it can be overriden by Form.
2875         * TextBox.cs: Update call to FocusInternal.
2876         * Form.cs: Always create the handle when calling Focus on a MdiChild. The
2877           form is not a toplevel form when it's a mdi child, so update is_toplevel
2878           accordingly. ShowIcon/TransparencyKey: avoid creating the handle if it
2879           hasn't been created. Show (IWin32Window): Don't allow this overload for
2880           toplevel windows. CenterToParent/CenterToScreen/Select: create the
2881           handle as MS does. SetVisibleCore: if called on a MdiChild and the
2882           parent isn't visible yet, save the visibility and restore it when the
2883           parent is made visible.
2884         * ScrollableControl.cs: Refactor out scrollbar visibility code to separate
2885           methods, since the visibility of the scrollbars can be changed from
2886           several places, not only from AutoScroll.
2887           [Fixes #81179]
2888
2889 2007-03-19  Jackson Harper  <jackson@ximian.com>
2890
2891         * RichTextBox.cs: Enable shortcuts by default.
2892         * TextBoxBase.cs: Add conditional shortcuts.  
2893
2894 2007-03-19  Everaldo Canuto  <everaldo@simios.org>
2895
2896         * MenuItem.cs: Dont call OnDrawItem when OwnerDraw is false (#81182).  
2897
2898 2007-03-19  Chris Toshok  <toshok@ximian.com>
2899
2900         [ Fixes bug #80604]
2901         
2902         * XplatUIX11.cs (WaitForHwndMessage): change this to actually
2903         swallow the message we're waiting on, instead of delivering it, as
2904         this is only used for the WM_SHOWWINDOW raised from
2905         MapWindow/UnmapWindow, and the message needs to be generated
2906         (MapWindow, UnmapWindow): generate the WM_SHOWWINDOW message
2907         before doing the Map/Unmap.  Also make sure that the Hwnd is still
2908         alive after the message has been handled.
2909
2910         *before* the window is shown.
2911
2912         * Control.cs (CreateControl): guard a few more things inside the
2913         if (!is_created) block, as we might end up being called again -
2914         yay .net.
2915         (WmShowWindow): call CreateControl if we're showing the control.
2916
2917 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2918
2919         * Control.cs: Fix 2.0 signature for Invoke. Support invoking on
2920           controls without a handle if they have any parent with a handle. In
2921           Dispose add a check whether the handle is created or not before
2922           calling BeginInvoke, this removes the need of the extra disposing
2923           parameter (which was bogus anyway since it didn't prevent the
2924           invoke from happening, it only skipped the check for an existing
2925           handle, meaning that the invoke would call on an inexistent
2926           handle).
2927
2928 2007-03-19  Everaldo Canuto  <everaldo@simios.org>
2929
2930         * MessageBox.cs: Remove WS_POPUP from CreateParams style, with it form
2931         appears in taskbar.
2932
2933 2007-03-18  Everaldo Canuto  <everaldo@simios.org>
2934
2935         * MessageBox.cs:
2936         - Fixed a problem that dont show help button for messages with 3 buttons.
2937         - Refactory button size and position calculations, now dont use fixed 
2938         values, also fixed button sizes (#80043) and form's border space.
2939         - AddButton method created, now all other AddButton methods call this one.
2940         - Some other source code cosmetic changes.
2941
2942 2007-03-18  Jackson Harper  <jackson@ximian.com>
2943
2944         * RichTextBox.cs: Don't do this all fonts must match check if
2945         there is only one char selected.
2946
2947 2007-03-18  Jackson Harper  <jackson@ximian.com>
2948
2949         * TreeView.cs: ScrollWindow works properly now, so we don't need
2950         to screw around with the scroll area.  This fixes some artifacts
2951         when expanding and collapsing.
2952
2953 2007-03-18  Jackson Harper  <jackson@ximian.com>
2954
2955         * TextBoxBase.cs: Allow updating the selection position when the
2956         cursor is outside the textarea, but we have a capture.
2957         * TextControl.cs: A special case for when the cursor is outside
2958         the bounds of the TB.
2959         
2960 2007-03-18  Jackson Harper  <jackson@ximian.com>
2961
2962         * TextBoxBase.cs: Remove image pasting code for now.  There is no
2963         way to get an image on the clipboard right now anyways.
2964         * TextControl.cs:
2965         * RichTextBox.cs: Use the new RTF Picture class for pictures.
2966
2967 2007-03-18  Everaldo Canuto  <everaldo@simios.org>
2968
2969         * MessageBox.cs:
2970         - Set window properties in constructor intead of on CreateParams.
2971         - Remove topmost from Window ExStyle.
2972         - Set ShowInTaskbar to false.
2973         - Set form border to FixedDialog.
2974         - Some cosmetic changes and remove unneeded comments.
2975         - It fixes itens 2,3 and 4 of bug #80043.
2976
2977 2007-03-18  Gert Driesen  <drieseng@users.sourceforge.net>
2978
2979         * TextBoxBase.cs: In setter for ReadOnly, only chance BackColor if
2980         none was explicitly set. Fixes part of bug #79949.
2981
2982 2007-03-16  George Giolfan  <georgegiolfan@yahoo.com>
2983
2984         * ToolStripComboBox.cs: Add AutoComplete*.
2985
2986 2007-03-16  George Giolfan  <georgegiolfan@yahoo.com>
2987
2988         * ToolStripComboBox.cs: Add FlatStyle.
2989
2990 2007-03-16  Jonathan Pobst  <monkey@jpobst.com>
2991
2992         * ToolStrip.cs, ToolStripProfessionalRenderer.cs,
2993         ToolStripSplitStackLayout.cs: Implement some basic vertical toolbar support.
2994
2995 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2996
2997         * ButtonBase.cs, ToolStrip.cs, SendKeys.cs, TextRenderer.cs,
2998           CheckBox.cs, RadioButton.cs, BindingSource.cs,
2999           DataGridColumnStyle.cs: Remove warnings.
3000
3001 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3002
3003         * Menu.cs: MergeMenu: Check menu argument for null before looping over
3004           it.
3005         * MdiWindowManager.cs: Add IsVisiblePending to track the pending
3006           visibility of mdi child forms. FormSizeChangedHandler: update the
3007           maximized size if size has changed while maximized.
3008         * MdiClient.cs: SizeScrollbars/ArrangeWindows/ActivateChild: Avoid
3009           creating the handle.
3010         * InternalWindowManager.cs: UpdateBorderStyle/FormSizeChangedHandler:
3011           avoid creating the handle if not created.
3012         * XplatUI.cs: Update debug output.
3013         * XplatUIStructs.cs: Added ToString's for a couple of structs.
3014
3015 2007-03-16  Jonathan Pobst <monkey@jpobst.com>
3016
3017         * ContainerControl.cs: Give ToolStripManager the opportunity to handle
3018         ProcessCmdKey().
3019         * ToolStripDownItem.cs, ToolStripItem.cs, ToolStripItemCollection.cs, 
3020         ToolStripItemEventType.cs, ToolStripManager.cs, ToolStripMenuItem.cs:
3021         Implement keyboard shortcuts.
3022
3023 2007-03-15  Everaldo Canuto  <everaldo@simios.org>
3024
3025         * CommonDialog.cs: Set StartPosition to CenterScreen on form's constructor.
3026         Fixes #79560 and #80200, it also fix problem in FileDialog, SaveDialog, 
3027         ColorDialog and all derived classes.
3028
3029 2007-03-15  Everaldo Canuto  <everaldo@simios.org>
3030
3031         [ Fixes bug #79828 ]
3032
3033         * ToolBar.cs:
3034         - Rename ToolBarButtonInfor to ToolBarItem.
3035         - Add all layout and calculation stuff gtom ToolBarButton to ToolBarItem.
3036         - Maintain an array of ToolBarItem, used instead of ToolBarButton
3037         collection to be able add same button more than one time on a toolbar.
3038         - Refactory all properties and methods to use ToolBarItem. 
3039
3040         * ToolBarButton.cs: 
3041         - Remove all propeties and methods that is now in ToolBarItem.
3042         - Rectangle propery now gets the rectangle from first ToolBarItem to
3043         mimic win32 behavior.
3044         - Size calculation and layout methods also removed.
3045
3046         * ThemeWin32Classic.cs: Change all ToolBar drawing methods to receive
3047         ToolBarItem instead of ToolBarButton to right drawing buttons when
3048         same button/separator was added more than one time to ToolBar.
3049
3050         * ThemeNice.cs: Same as above. 
3051
3052 2007-03-15  Andreia Gaita  <avidigal@novell.com>
3053
3054         * XplatUIX11.cs: Fire extra MouseMove events right after
3055         MouseDown and MouseUp, emulating win32's <censored> behaviour
3056         for apps that rely on it.
3057
3058 2007-03-15  Jackson Harper  <jackson@ximian.com>
3059
3060         * TextControl.cs:
3061         * TextBoxBase.cs: On MS, a fixed single border is not in NC area,
3062         it is drawn on the controls client window and there is no NC
3063         area.
3064         - Set the background color to gray on 2.0 when we are readonly.
3065
3066 2007-03-15  Chris Toshok  <toshok@ximian.com>
3067
3068         [ Fixes bug #81144 ]
3069         
3070         * XplatUIX11.cs: implement VirtualScreen independently of
3071         WorkingArea, by querying the _NET_DESKTOP_GEOMETRY root window
3072         property.
3073
3074 2007-03-15  Chris Toshok  <toshok@ximian.com>
3075
3076         * Hwnd.cs: add an internal field for the cached_window_state.
3077
3078         * XplatUIX11.cs: cache the window state, invalidating the cache
3079         (and thus re-querying the X server) only when we see an update to
3080         the _NET_WM_STATE property.
3081
3082 2007-03-15  Chris Toshok  <toshok@ximian.com>
3083
3084         * BindingSource.cs: get a lot of the unit tests working.
3085
3086 2007-03-15  Jonathan Pobst  <monkey@jpobst.com>
3087
3088         * Control.cs: Modify UpdateStyles to store distances when bounds >=
3089         0 instead of just bounds > 0.  [Fixes bug #80912]
3090
3091 2007-03-15  Jonathan Pobst  <monkey@jpobst.com>
3092
3093         * ToolStrip.cs, ToolStripItem.cs: Implement several new properties
3094         and methods.
3095
3096 2007-03-15  Ivan N. Zlatev <contact@i-nz.net>
3097         
3098         * ComboBox.cs, Control.cs, XplatUIStructs.cs, XplatUIX11GTK.cs,
3099         XplatUIX11.cs, XplatUIWin32.cs, InternalWindowManager.cs,
3100         XplatUIOSX.cs, TextControl.cs: Replaces all uses of the custom
3101         WM_MOUSE_LEAVE with the system WM_MOUSELEAVE message.
3102
3103 2007-03-15  Chris Toshok  <toshok@ximian.com>
3104
3105         [ Fixes #81101 ]
3106         
3107         * Control.cs: add Ivan's fix for 81101, with a slight modification
3108         - you can set control.Target to null.
3109
3110 2007-03-14  Jonathan Pobst  <monkey@jpobst.com>
3111
3112         * ToolStripItem.cs: If our OwnerItem is null, we can't use 
3113         HideDropDown, use Hide instead to prevent an NRE.
3114         [Fixes bug #81147]
3115
3116 2007-03-14  Jackson Harper  <jackson@ximian.com>
3117
3118         * TextBoxBase.cs: Mess with the creation stuff a little. We need
3119         to calculate the document before the handle is created, in some
3120         cases. (Actually just one case).
3121
3122 2007-03-14  Jackson Harper  <jackson@ximian.com>
3123
3124         * TextBoxBase.cs: Need to display the caret after letting the base
3125         wndproc handle the focus methods, because the caret display
3126         methods check the focus state.
3127         - Try to display the caret after updating it's position with SelectWord.
3128         - Don't need to do an immediate update on this recalc, since there
3129         will be an invalidate anyways.
3130
3131 2007-03-14  Jackson Harper  <jackson@ximian.com>
3132
3133         * TreeView.cs: Some workarounds so that we can match event order a
3134         little better.
3135
3136 2007-03-14  Gert Driesen  <drieseng@users.sourceforge.net>
3137
3138         * ErrorProvider.cs: Invoke default ctor from 2.0-only ctor. Fixes bug
3139         #80803. Avoid NullReferenceException when Control does not have
3140         parent. Fixed different blinkstyle issues. Only subscribe to Tick
3141         event a single time. Only draw error icon when control is created and
3142         visible. Fixes failing unit tests.
3143
3144 2007-03-14  Andreia Gaita  <avidigal@novell.com>
3145
3146         * TabControl.cs: Add support for 2.0 Deselecting, Deselected and
3147         Selecting events. Fire Leave and Enter events when changing tabs.
3148
3149 2007-03-14  George Giolfan  <georgegiolfan@yahoo.com>
3150
3151         * TreeView.cs: Add TreeViewNodeSorter.
3152         * TreeNodeCollection.cs: Add sorter parameter to Sort method.
3153
3154 2007-03-14  Chris Toshok  <toshok@ximian.com>
3155
3156         * Form.cs: go ahead and remove the RecreateHandles that jpobst
3157         removed earlier and I had him add back it.  It turns out metacity
3158         *does* in fact handle the MOTIF_WM_HINTS property changing, it
3159         just doesn't redraw the window titlebar until you resize the
3160         window.  This also means we aren't recreating the entire window
3161         hierarchy on X when you change this property.  And it looks better
3162         on windows, too.
3163
3164 2007-03-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3165
3166         * ListViewItem.cs:
3167         * ListView.cs: Collecting selection information
3168         is now done in SelectedIndexCollection rather than in
3169         SelectedListViewItemCollection. This is done so we can
3170         have the selection information code in one single place
3171         (virtual mode selection information entirely depends on
3172         SelectedIndexCollection).
3173
3174 2007-03-13  Miguel de Icaza  <miguel@novell.com>
3175
3176         * ErrorProvider.cs: Add stubs for ISupportInitialize
3177
3178 2007-03-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3179
3180         * ListViewItem.cs: Trigger the ItemCheck and ItemChecked events
3181         in the right order with the right values, from the Checked property, 
3182         just as MS does (instead of triggering them from ListView).
3183
3184         * ListView.cs: Make OnItemCheck and OnItemChecked internal.
3185
3186 2007-03-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3187
3188         * ListView.cs: Implement ItemChecked 2.0 event. Also cast to 
3189         the correct handler in OnItemCheck method (ItemCheckEventHandler 
3190         instead of EventHandler). This used to throw an InvalidCastException.
3191
3192 2007-03-13  Jackson Harper  <jackson@ximian.com>
3193
3194         * TextBoxBase.cs: Calculate the document before the handle is
3195         created, so there isn't an extra invalidate called.
3196
3197 2007-03-13  Jonathan Pobst  <monkey@jpobst.com>
3198
3199         * Form.cs: Don't set owner in ShowDialog until we are sure
3200         that we aren't going to throw an exception.  [Fixes bug #80773]
3201
3202 2007-03-12  George Giolfan  <georgegiolfan@yahoo.com>
3203
3204         * TreeView.cs: Make it compile.
3205
3206 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3207
3208         * Control.cs: Another place we don't call SizeFromClientSize.
3209         * Form.cs: Another place we don't call SizeFromClientSize.
3210         [Fixes bug #81125]
3211
3212 2007-03-12  Jackson Harper  <jackson@ximian.com>
3213
3214         * TreeView.cs: Basically emulating some strangness here with
3215         exanding nodes and setting node positions when windows aren't
3216         created.
3217         - Also attempting to walk the node tree less than previously, and
3218         just use visible order calculations for determining offsets.
3219         - oops made scrolling backwards.
3220         * TreeNode.cs: We need to start nodes with a zero visible order,
3221         because the order calcs are based on the first nodes order.
3222
3223 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3224
3225         * Form.cs: Don't exit the program if RecreateHandle is called on
3226         the main form.
3227
3228 2007-03-12  Chris Toshok  <toshok@ximian.com>
3229
3230         * XEventQueue.cs: remove the use of PostQuitState.
3231
3232         * XplatUIX11.cs: remove the use of PostQuitState.  If we get a
3233         WM_QUIT message in GetMessage, return false (and if we're in the
3234         nested WaitForHwndMessage, repost the WM_QUIT message).
3235
3236 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3237
3238         * Form.cs: Don't call RecreateHandle when we change the MinimizeBox
3239         or the MaximizeBox properties.  [Part of bug #80640]
3240
3241 2007-03-12  Everaldo Canuto  <everaldo@simios.org>
3242
3243         * LinkLabel.cs: When calculate pieces make LinkArea empty if theres
3244         no links.
3245
3246 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3247
3248         * ToolStripItem.cs: Fix some tests I broke by checking Visible
3249         instead of visible.
3250
3251 2007-03-12  Gert Driesen  <drieseng@users.sourceforge.net>
3252
3253         * FileDialog.cs: Use text of File name combobox to determine what
3254         files the user selected. Added tokenizer to parse the file names.
3255         Fixes bug #81123.
3256
3257 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3258
3259         * Control.cs: We can't call SizeFromClientSize in the constructor,
3260         but we still need to do the same work, so make an internal version.
3261         [Fixes bug #80621]
3262
3263 2007-03-12  Jackson Harper  <jackson@ximian.com>
3264
3265         * TreeView.cs:
3266         * TreeNode.cs:
3267         * OpenTreeNodeEnumerator: Match MS better for IsVisible and
3268         IsExpanded.
3269
3270 2007-03-12  Jackson Harper  <jackson@ximian.com>
3271
3272         * TextBoxBase.cs: Now that the handles are being created a little
3273         later, we need to make sure that the document is recalculated when
3274         the handle is created.
3275
3276 2007-03-11  Everaldo Canuto  <everaldo@simios.org>
3277
3278         * Theme.cs: GetLinkFont abstract method added.
3279         
3280         * LinkLabel.cs: 
3281         - Remove CalcTrimRectangle, no longer needed.
3282         - Factor also remove, position issues must be fixed in libgdiplus.
3283         - Move GetPieceColor to ThemeWin32Classic.cs as it is theme related.
3284         - GetPieceFont, CreateLinkFont and link_font removed, theme must be 
3285         care about font used to draw links.
3286         - Set TabStop to true when control is "Selectable", control is selectable
3287         when have one or more links. Fixes #80501 (test case is also added).
3288         - Set the LinkArea values after links change, LinkArea values must be
3289         based in first link position and size, a test case was created.
3290         - Fix ControlStyles.Selectable value, now is based on LinkArea value, 
3291         the attribute must be true LinkArea.Length > 0. The same was applied to
3292         TabStop.
3293         
3294         * ThemeWin32Classic.cs: 
3295         - LinkLabelGetPieceColor and LinkLabelGetPieceFont created and used 
3296         in draw method.
3297         - Use CPDrawStringDisabled to draw disabled text instead of hard code 
3298         color change.
3299         - Draw focus rectangle for every parts focused, including parts that 
3300         is on another line, its because regions returns various rectangles
3301         and not only one. Needed to mimic W32 look.
3302         - Uses Graphics.Clip to delimite region painted, it mean that now 
3303         complete text is passed to DrawString, with this we solve layout
3304         issues without create another text renderer.
3305         - Uses Region.Intersect to fix some flickers problems, now only needed
3306         parts will redrawed.
3307         - This changes fixes #79614 and some other unreported issues, on Linux 
3308         some layout problems still remain, the problem is under 
3309         MeasureCharacterRanges but it is an libgdiplus bug.
3310
3311 2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
3312
3313         * TextBox.cs: Set for foreground color.
3314         * TextBoxBase.cs: Remove Invalidate when setting BackColor, since
3315         this is already done in Control.
3316
3317 2007-03-10  Jackson Harper  <jackson@ximian.com>
3318
3319         * TextBox.cs: Set the background color, but reset the
3320         backcolor_set flag which is just for the user setting the
3321         background color.
3322
3323 2007-03-09  Chris Toshok  <toshok@ximian.com>
3324
3325         * Control.cs: really remove the call to XplatUI.SetVisible from
3326         CreateHandle(), like I said I did when I merged the branch.
3327
3328         * BindingSource.cs: implement some more of this stuff.
3329
3330 2007-03-09  Jackson Harper  <jackson@ximian.com>
3331
3332         * TextBox.cs: Don't explicitly set our background colors.
3333         * TextControl.cs:
3334         * TextBoxBase.cs: Draw readonly text.
3335         - Need to invalidate when backcolor or readonly are changed.
3336         
3337 2007-03-09  Jackson Harper  <jackson@ximian.com>
3338
3339         * TextBoxBase.cs: Don't set the forecolor until the handle is
3340         created.
3341         - Do not raise OnPaint, and removed some old debug code.
3342
3343 2007-03-09  George Giolfan  <georgegiolfan@yahoo.com>
3344
3345         * ScrollableControl.cs: Fix mouse wheel scrolling.
3346
3347 2007-03-09  Jonathan Pobst  <monkey@jpobst.com>
3348
3349         * Control.cs: Wire up MouseDoubleClick event.
3350
3351 2007-03-09  Jonathan Pobst  <monkey@jpobst.com>
3352
3353         * ToolStrip.cs: Rework AutoSize to adjust height when docked to the
3354         top or bottom.
3355         * ToolStripItem.cs: Make Image drawing take ImageScaling into account.
3356         * ToolStripItemCollection.cs: Don't call owner.PerformLayout when a new
3357         item is added.  This logic was moved to ToolStrip.OnItemAdded.
3358         [Fixes bug #81090]
3359
3360 2007-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3361
3362         * ListVieItem.cs: SetIndex is only valid for 2.0 profile by now.
3363
3364 2007-03-08  Jackson Harper  <jackson@ximian.com>
3365
3366         * TreeView.cs: Show the correct image for selected node (this used
3367         to work, not sure how the code got deleted). Also implemented 2.0 feature
3368         SelectedImageKey.
3369
3370 2007-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3371
3372         * ListView.cs:
3373         * ListViewItem.cs: Cache index in items when retrieving them
3374         in VirtualMode.
3375
3376 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
3377
3378         * ToolStripItem.cs: Don't return the explicit_size if we are using 
3379         AutoSize.  Fixes invalidation issue when user has explicitly set a
3380         size and has AutoSize = true.
3381
3382 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
3383
3384         * XplatUIX11.cs: Hardcode FrameBorderSize value temporarily to fix MWF.
3385
3386 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
3387
3388         * DataGridView.cs: Remove event handler from DataView when a
3389         DataTable is used as DataSource.
3390
3391 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
3392
3393         * Control.cs: Create internal setter for client_size to allow it to be
3394         set without triggering resizing code.
3395         * Form.cs: Calculate client_size in constructor, only change client_size
3396         in FormBorderStyle property if Handle has been created.
3397         [Fixes #80574, #80791]
3398
3399 2007-03-08  George Giolfan  <georgegiolfan@yahoo.com>
3400
3401         * SystemInformation.cs: Add TerminalServerSession.
3402
3403 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
3404
3405         * TreeViewDrawMode.cs: Make internal for 1.1 to allow for consolidated
3406         TreeView code.
3407
3408 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
3409
3410         * XplatUIWin32.cs: The no_activate stuff was forcing us to create a
3411         Handle before we were supposed to.  Now checks ActivateOnShow property
3412         in Control.
3413         * Control.cs: Add internal ActivateOnShow property.
3414         * ComboBox.cs, Form.cs, MenuAPI.cs, ToolStripDropDown.cs: Return false
3415         for ActivateOnShow.
3416         * Hwnd.cs Remove no longer needed no_activate field.
3417
3418 2007-03-07  Jackson Harper  <jackson@ximian.com>
3419
3420         * TreeView.cs: Implement owner draw tree nodes.  And a couple more
3421         2.0 properties
3422         * DrawTreeNodeEventHandler.cs: Add
3423         * DrawTreeNodeEventArgs.cs: Correct default value.
3424         
3425 2007-03-07  Chris Toshok  <toshok@ximian.com>
3426
3427         * XplatUIWin32.cs: create InternalWndProc so that we're guaranteed
3428         to be called before NativeWindow.WndProc.  Put the HwndCreating
3429         magic there to hook up our Hwnd's to handles.
3430
3431 2007-03-07  Gert Driesen  <drieseng@users.sourceforge.net>
3432
3433         * DataGridView.cs: Comment out debug code.
3434
3435 2007-03-07  Chris Toshok  <toshok@ximian.com>
3436
3437         [merge -r72718:73765 from mwf-handle-branch, and include 2 changes
3438         to make the rest of the world happy]
3439
3440         * Control.cs (CreateHandle): there's no need to call
3441         XplatUI.SetVisible here, it's effectively done by
3442         XplatUI.CreateWindow on X now, and always was on windows.
3443
3444         * XplatUIX11.cs (WaitForHwndMessage): only use the PostQuitState
3445         shortcircuit out of the loop if we have a message loop running on
3446         this thread.
3447
3448         [Changelog from merge]
3449
3450         2007-03-05  Chris Toshok  <toshok@ximian.com>
3451
3452                 * Control.cs (AccessibilityNotifyClients): turns out in 1.1 this
3453                 causes handle creation.
3454
3455         2007-02-28  Chris Toshok  <toshok@ximian.com>
3456
3457                 * ApplicationContext.cs: Add a flag to make sure we only raise the
3458                 ThreadExit event once (ExitThreadCore can be indirectly called
3459                 from a few places.)  I don't like the additional flag, but it
3460                 makes the event ordering/count correct.
3461
3462                 * Application.cs (MWFThread.LoopCount): don't use an enumerator
3463                 without locking the collection.  An enumerator doesn't give us any
3464                 protection from modification anyway.  Lock the thread hash and
3465                 replace the complicated enumerator loop with a foreach.
3466                 (Application.CloseForms): make internal so it can be called from
3467                 ApplicationContext.  This should probably be moved to MWFThread.
3468                 (Application.ExitThread): don't call MWFThread.Current.Exit()
3469                 here.  just call XplatUI.PostQuitMessage.  We'll exit the thread
3470                 when the runloop exits (in response to WM_QUIT.)
3471                 (Application.RunLoop): add a comment (and check) for
3472                 context.MainForm being null after setting context.MainForm.Visible
3473                 = true.  This is because you're perfectly free to dispose of a
3474                 form in VisibilityChanged.  Chalk this up to another case where we
3475                 need to synchronously generate WM_ACTIVATE from Control.Show.
3476                 Also, add handling for WM_QUIT here so we'll exit the loop.
3477                 
3478                 * XplatUIX11.cs: clean up MapWindow and UnmapWindow a bit.  The
3479                 fact that we don't wait if we're only unmapping the whole_window
3480                 makes me a bit nervous, but it doesn't seem to cause any problems
3481                 yet.
3482
3483                 also, add a comment about the stupid, broken and wrong resetting
3484                 of PostQuitState to false in GetMessage().
3485
3486                 In PostQuitMessage, we need to add a WM_QUIT message to the
3487                 thread's queue.  We use the FosterParent to get the right
3488                 handle/hwnd/queue.
3489
3490                 Lastly, in SetVisible, we need to unmap both windows, since the
3491                 waiting only happens when we're unmapping the client window.  So
3492                 now, the *only* time we unmap just the whole_window is in the hack
3493                 for resizing a control to 0,0.
3494                 
3495         2007-02-21  Chris Toshok  <toshok@ximian.com>
3496
3497                 * Application.cs (CloseForms): rewrite this so that we don't
3498                 modify the list while we're traversing it.
3499
3500         2007-02-20  Chris Toshok  <toshok@ximian.com>
3501
3502                 * ListBox.cs (.ctor): move the Control.AddImplicits here instead
3503                 of OnHandleCreated.
3504                 (HorizontalScrollEvent): only call XplatUI.ScrollWindow if the
3505                 handle is created.  otherwise we'll create it here.
3506                 (VerticalScrollEvent): same here.
3507
3508                 * Application.cs (CloseForms): call Form.Dispose, don't post
3509                 WM_CLOSE_INTERNAL.
3510
3511                 * Form.cs (WndProc): we don't need to use CLOSE_INTERNAL
3512                 here. Application should Dispose() of the Form's.
3513
3514                 * XplatUIX11.cs (WaitForHwndMessage): break out of the loop on
3515                 WM_DESTROY as well.
3516                 (MapWindow,UnmapWindow): only actually do the waiting for
3517                 SHOWWINDOW if the control we're dealing with is a Form.
3518                 (CreateWindow): if the control isn't a form, SendMessage
3519                 WM_SHOWWINDOW here (if the WS_VISIBLE style is set).
3520
3521                 * Control.cs (SetVisibleCore): always use is_visible here, not
3522                 value.  If we use value, we can end up re-setting something
3523                 visible if, for instance, you do Control.Hide() in a delegate
3524                 attached to VisibleChanged as we do in FormTest.ShowDialogTest.
3525
3526         2007-02-20  Chris Toshok  <toshok@ximian.com>
3527
3528                 * XplatUIX11.cs (WaitForHwndMessage): we need to loop until we get
3529                 the message we need.  PeekMessage returning false should not be a
3530                 condition under which we exit the loop.
3531
3532         2007-02-15  Chris Toshok  <toshok@ximian.com>
3533
3534                 * Control.cs (Refresh): only refresh if we've got a handle and are
3535                 visible.
3536                 (CreateAccessibilityInstance): CreateControl() here.
3537                 (UpdateChildrenZOrder): complicate the code loop even more by
3538                 taking into account controls that haven't had their handle
3539                 created, and those that aren't visible.  But on the flip side,
3540                 simplify the code by splitting it into two loops.  one which
3541                 builds up the list of child controls we're interested in, and the
3542                 other that sets the z order of those children.
3543
3544         2007-02-14  Chris Toshok  <toshok@ximian.com>
3545
3546                 * Control.cs: Control.AccessibilityObject causes the control to be
3547                 created, not just the handle.
3548
3549         2007-02-14  Chris Toshok  <toshok@ximian.com>
3550
3551                 * Control.cs: rework UpdateChildrenZOrder to correctly handle the
3552                 problem on X where a window might have its handle created (and be
3553                 visible) while the window is unmapped.  calling XConfigureWindow
3554                 on an unmapped window is bad, and generates X errors.
3555
3556         2007-02-13  Chris Toshok  <toshok@ximian.com>
3557
3558                 * Control.cs (CreateHandle): don't loop over our children setting
3559                 their parent here.  do it when in WndProc when we're shown.
3560                 (UpdateChildrenZOrder): make this internal so we can call it from
3561                 ScrollableControl.
3562                 (WndProc): for WM_SHOWWINDOW, reparent the child control after
3563                 creating its handle.  Also, remove the calls to PerformLayout from
3564                 here.  they're done in ScrollableControl.OnVisibleChanged.  Also,
3565                 OnVisibleChanged only seems to be called directly here for the
3566                 toplevel control.  It's propagated down the window hierarchy by
3567                 calls to child.OnParentVisibleChanged.
3568                 (OnVisibleChanged): don't do layout here - it's done (oddly
3569                 enough, according to a glance at stack traces on ms.net..) in
3570                 ScrollableControl.
3571                 
3572                 * ScrollableControl.cs (OnVisibleChanged): make sure we update the
3573                 z order of our children before calling PerformLayout.
3574
3575         2007-02-12  Chris Toshok  <toshok@ximian.com>
3576
3577                 [big change, fixes #80020]
3578                 
3579                 * AccessibleObject.cs: we need to make owner internal again to fix
3580                 some of ControlAccessibleObject.
3581
3582                 * Control.cs: lots of changes here.  add support for WM_CREATE,
3583                 for which we generate OnHandleCreated.  Remove the OnHandleCreated
3584                 call from CreateHandle.  Also add support for WM_SHOWWINDOW where
3585                 we create child controls.  leave the MonoTODO's for the
3586                 accessibility calls, but fix the exceptions so the tests pass.
3587
3588                 Add the InvalidOperationExceptions to Invoke methods, and remove a
3589                 couple of InvokeInternal methods we aren't using.
3590                 
3591                 Also, add a couple of CreateHandle calls in places where we know
3592                 the handles are being created but our code doesn't reference
3593                 .Handle.
3594
3595                 Make SetVisibleCore call OnVisibleChange if the handle isn't
3596                 created.  If the handle is created, we rely on XplatUI.SetVisible
3597                 generating the event synchronously.
3598                 
3599                 Lastly, make sure we don't use this.Handle inside CreateHandle,
3600                 because we can call back into client (and that code can dispose of
3601                 the control).
3602
3603                 * XplatUIStructs.cs: misc/cleanup.
3604
3605                 * XplatUIX11.cs: Map/Unmap X events correspond to WM_SHOWWINDOW,
3606                 although we don't populate the wParam properly.
3607                 (CreateWindow): generate WM_CREATE.
3608                 (MapWindow,UnmapWindow): make these calls synchronous, at great
3609                 performance expense (particularly in the unmap case), to match
3610                 win32 behavior.
3611
3612                 * Form.cs (.ctor): remove the call to UpdateBounds. we don't need
3613                 to call it.
3614                 (set_MdiParent): don't recreate the handle unless it's been
3615                 created already.
3616                 
3617                 * MdiClient.cs (OnResize): don't InvalidateNC Parent.Handle unless
3618                 it's created.
3619
3620                 * NativeWindow.cs: this is probably the weirdest part of the
3621                 patch.  We need a way to link up the window being created to the
3622                 WM_CREATE message.  Since we can only be creating one window at a
3623                 time on a given thread, we keep track of a per-thread reference so
3624                 we can dispatch it properly.  We also need to keep track of the
3625                 Hwnd currently being created so that the win32 backend doesn't
3626                 have problems.
3627                 
3628                 * XplatUIWin32.cs: a similar change to the one we made in
3629                 NativeWindow.cs.
3630
3631 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
3632
3633         * ToolStripItem.cs: Make CalculatePreferredSize virtual.
3634         * ToolStripMenuItem.cs: Modify CalculatePreferredSize and OnPaint
3635         to draw the menu shortcut string.
3636
3637 2007-03-07  Jackson Harper  <jackson@ximian.com>
3638
3639         * TreeNode.cs: Add the 2.0 collapse method.
3640
3641 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
3642
3643         * DataGridViewColumn.cs: Fix HeaderText behaviour (Bug #80746).
3644
3645 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
3646
3647         * DataGridView.cs: Change DataSource will clear column and row
3648         lists. Call Invalidate() to reflect DataSource change.
3649
3650 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
3651
3652         * DataGridView.cs: Add rows when DataSource is System.Data.DataView
3653         and a new row is added to it.
3654
3655 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
3656
3657         * DataGridView.cs: Add columns when DataSource is en empty list but
3658         is a System.Data.DataView (from a System.Data.DataTable).
3659
3660 2007-03-06  Andreia Gaita  <avidigal@novell.com>
3661
3662         * Label.cs: Implement AutoEllipsis (2.0)
3663
3664 2007-03-06  Jackson Harper  <jackson@ximian.com>
3665
3666         * TreeView.cs: Implement 2.0 TopNode setter property.
3667         - Use a local var instead of the skipped_nodes field for computing
3668         how many nodes to skip.  Otherwise we won't scroll because the
3669         valuechanged handler checks if skipped_nodes is equal to the new
3670         value.
3671         - Implement 2.0 Sort method.
3672         - Add useless 2.0 DoubleBuffer property
3673         - Implement 2.0 LineColors property.  Lets you change the color of
3674         the lines in the tree. Terribly useful for creating non cohesive
3675         desktops.
3676         - Implement 2.0 image key feature.
3677
3678 2007-03-06  Jackson Harper  <jackson@ximian.com>
3679
3680         * TreeView.cs: We can't get the bounds of the nodes before raising
3681         the AfterSelect event, because that event could change the node's
3682         bounds (scrolling, font change, etc).
3683
3684 2007-03-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3685
3686         * XplatUIWin32.cs: When faking styles don't remove the WS_VISIBLE flag.
3687         * Form.cs: Don't recreate handle when creating FormWindowManager, just
3688           update window styles. In CreateParams us VisibleInternal instead of
3689           VIsible to get the actual visible flag set for this form.
3690         * FormWindowManager.cs: Activate the form whenever the mouse clicks on
3691           the nc area. Fixes #81042. Also fix HandleTitleBarDoubleClick to
3692           handle the case when the form is already maximized, in which case
3693           it should be restored. Fixes #81043.
3694
3695 2007-03-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3696
3697         * XplatUIX11.cs: Tool windows still get wm styles. Fixes toolwindows showing up with double decorations.
3698
3699 2007-03-05  Jackson Harper  <jackson@ximian.com>
3700
3701         * TreeViewHitTestInfo.cs: implement.
3702
3703 2007-03-05  Jackson Harper  <jackson@ximian.com>
3704
3705         * InternalWindowManager.cs: class status fix.
3706
3707 2007-03-05  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3708
3709         * InternalWindowManager.cs: All windows that have a parent
3710         are confined to their parent when they're being moved.
3711         Fixes #80822.
3712
3713 2007-03-04  Gert Driesen  <drieseng@users.sourceforge.net>
3714
3715         * SystemInformation.cs: Marked KeyboardDelay and KeyboardSpeed public
3716         on 2.0 profile. Fixes bug #81018. Small code formatting fixes.
3717
3718 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3719
3720         * ThemeWin32Classic.cs: ManagedWindowSetButtonLocations: Make all
3721           buttons invisible before deciding which ones should be visible
3722           (fixes minimize/maximize buttons showing up in toolwindows). Remove
3723           an unused variable.
3724         * InternalWindowManager.cs: Remove warning.
3725
3726 2007-03-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3727
3728         * ListView.cs: Add a check in ListViewItemCollection.RemoveAt
3729         to throw an InvalidOperationException is virtual mode is being used.
3730
3731 2007-03-02  Jonathan Pobst  <monkey@jpobst.com>
3732
3733         * SplitContainer.cs, SplitterPanel.cs, StatusStrip.cs, TableLayoutPanel.cs,
3734         ToolStrip.cs, ToolStripContainer.cs, ToolStripContentPanel.cs,
3735         ToolStripControlHost.cs, ToolStripDropDownItems.cs, ToolStripItem.cs,
3736         ToolStripMenuItem.cs, ToolStripOverflowButton.cs, ToolStripPanel.cs,
3737         ToolStripPanelRow.cs, ToolStripProfessionalRenderer.cs, ToolStripSplitButton.cs,
3738         ToolStripStatusLabel.cs, ToolStripTextBox.cs: Corcompare work.
3739
3740 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3741
3742         * XplatUI.cs: Fixed returning driver.KeyboardSpeed instead of
3743           driver.KeyboardDelay from XplatUI.KeyboardDelay 
3744         * XplatUIW      in32.cs: Implemented KeyboardSpeed/KeyboardDelay properties
3745           (patch by Sergey Volk)
3746
3747 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3748
3749         * ToolWindowManager.cs: Added, contains logic for
3750           tool windows.
3751         * CreateParams.cs: Add a few helper methods and an
3752           internal variable to know which control the CreateParams belongs
3753           to.
3754         * Control.cs: Call Form.ChangingParent when the
3755           parent is about to be changed.
3756         * XplatUIX11.cs: DeriveStyles (): Set
3757           caption_height for all windows that have captions and are children.
3758           Update to use ToolWindowManager instead of InternalWindowManager
3759           for ToolWindows.
3760         * XplatUIWin32.cs: Set fake window styles for all
3761           windows that have window managers.
3762         * MdiWindowManager.cs: Added MaximizedTitleButtons (buttons are
3763           now duplicated for mdi windows when they are
3764           maximized, first for the buttons the window itself has, then for
3765           the buttons that appear in the menu bar. Makes things a little
3766           easier). Updated UpdateWindowDecorations, SetWindowState and the
3767           mouse eventhandlers accordingly.
3768         * Form.cs: Add ChangingParent (), contains the
3769           logic of what should happen when the parent changes. In MdiParent
3770           don't set things that ChangingParent () is doing. When handling
3771           WM_CLOSE, we can close the form if there are any other modal forms
3772           and the current form is a descendent of the modal form.
3773         * InternalWindowManager.cs: A lot of refactoring,
3774           the title buttons are now extracted to a separate container class
3775           that takes care of all button code (clicks, tooltips, etc). Moved
3776           Iconic|Maximized|Normal Bounds properties to this class from
3777           MdiWindowManager, so that the window state logic can succeed for
3778           other than mdi wm's. Implemented general window state change logic.
3779           Moved CreateButtons to ThemeWin32Classic, since the theme might
3780           override which buttons are available when as well as the exact
3781           location.
3782         * FormWindowManager.cs: Added, contains logic for
3783           normal forms.
3784         * ThemeWin32Classic.cs: ManagedWindowSetButtonLocations now decides
3785           which buttons go where (and if they are at all visible). 
3786           Removed special handling of maximized windows, since they aren't special. 
3787           In DrawManagedWindowDecorations don't try to draw the text if it is
3788           empty.
3789         * MdiClient.cs: ArrangeIconicWindows: Don't  calculate any sizes, 
3790           use whatever the wm gives us.
3791
3792 2007-03-02  Jonathan Pobst  <monkey@jpobst.com>
3793
3794         * ButtonBase.cs: Add 2.0 properties.
3795         * Button.cs: Override Draw for 2.0.
3796         * Control.cs: Add Entered and Selected properties.
3797         * FlatButtonAppearance.cs, TextFormatFlags.cs, TextImageRelation.cs,
3798         TextRenderer.cs: Make internal for 1.1 to unify drawing code.
3799         * Theme.cs: New abstract functions for drawing Standard, Flat, Popup
3800         buttons.
3801         * ThemeWin32Classic.cs: Implement layout calculations for 2.0 buttons.
3802
3803 2007-03-01  Jonathan Pobst  <monkey@jpobst.com>
3804
3805         * XplatUIWin32.cs: Don't use 2.0 methods in 1.1 code.  :/
3806
3807 2007-03-01  Jonathan Pobst  <monkey@jpobst.com>
3808
3809         * XplatUIWin32.cs: Register a new class with Windows each time we get
3810         a new ClassStyle.  [Fixes bugs #79432, #80817]
3811         * Controls.cs: Set the correct ClassStyle in CreateParams.
3812         * ToolStripDropDown.cs: Don't request an invalid ClassStyle.
3813
3814 2007-03-01  Gert Driesen  <drieseng@users.sourceforge.net>
3815
3816         * ListView.cs: Add fireEvent argument to ReorderColumn since the
3817         ColumnReordered event must not be signaled when modifying DisplayIndex
3818         of a ColumnHeader. Added internal ReorderColumns method which takes
3819         care of drawing, and updating the internal DisplayIndex of the
3820         ColumnHeader. Added AddColumn method which is invoked from
3821         ColumnHeaderCollection when adding or inserting columns, and which
3822         ensures that reorder_columns_indices is kept in sync. Avoid redrawing
3823         after adding each ColumnHeader in ColumnHeaderCollection.AddRange.
3824         Recalculated dispay indices after removing a ColumnHeader.
3825         * ColumnHeader.cs: Save DisplayIndex separately from ListView to
3826         match MS. Allows last display index to be returned after ListView
3827         is disposed. Update actual location of ColumnHeader when DisplayIndex
3828         is modified.
3829
3830 2007-03-01  Everaldo Canuto  <everaldo@simios.org>
3831
3832         * LinkLabel.cs: Improve CalcTrimRectangle.
3833         
3834         * ThemeWin32Classic.cs: Fix some compilation problem under VS 2003.
3835
3836 2007-02-28  Everaldo Canuto  <everaldo@simios.org>
3837
3838         * LinkLabel.cs: Rename CalcMeasurementFactor as CalcTrimRectangle and
3839         get rectangle as a result value.
3840
3841 2007-02-28  Everaldo Canuto  <everaldo@simios.org>
3842
3843         * LinkLabel.cs: Theres some diferences between rectangle return from 
3844         MeasureCharacterRanges and the area used for DrawString to fix this 
3845         CalcMeasurementFactor method was created, it calcules the diferences
3846         to be use later to adjust rectangle in draw operations. Fixes #80473.
3847         
3848         * ThemeWin32Classic.cs: Use factor calculated by CalcMeasurementFactor
3849         to adjust draw rectangle.
3850
3851 2007-02-27  Everaldo Canuto  <everaldo@simios.org>
3852
3853         * ThemeWin32Classic.cs: In DrawLinkLabel draw focus rectangle before draw
3854         text and some other changes to reduce and optimize source code.
3855
3856 2007-02-27  Jonathan Pobst  <monkey@jpobst.com>
3857
3858         * RadioButton.cs: Implement 2.0 event.
3859         * RelatedImageListAttribute.cs: Implement new class.
3860
3861 2007-02-27  Everaldo Canuto  <everaldo@simios.org>
3862
3863         * MenuAPI.cs: Change keynav_state before call SelectItem. Fixes #80901.
3864
3865 2007-02-27  Jonathan Pobst  <monkey@jpobst.com>
3866
3867         * CheckBox.cs: Implement 2.0 functionality.
3868
3869 2007-02-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3870
3871         * ListView.cs: Refactor Add and AddRange methods of
3872         ListViewItemCollection, to not update the ListView
3873         everytime an item is added in AddRange. Also move the update
3874         code to a new CollectionChanged method, and call it
3875         from other methods that need it as well (this should also fix some
3876         bugs when Sorting is used).
3877
3878 2007-02-27  Jackson Harper  <jackson@ximian.com>
3879
3880         * TextControl.cs: Try to never let the caret stay in a non-text
3881         tag.
3882         * TextBoxBase.cs: Update the caret.
3883
3884 2007-02-26  Jonathan Pobst  <monkey@jpobst.com>
3885
3886         * XplatUIStructs.cs: Add some convenience methods for POINT structure.
3887         * XplatUIWin32.cs: Add some convenience methods for RECT structure,
3888         delete POINT structure, duplicate of one in XplatUIStructs.
3889         * TextRenderer.cs: Use XplatUIWin32.RECT instead of UXTheme.RECT.
3890
3891 2007-02-26  Gert Driesen  <drieseng@users.sourceforge.net>
3892
3893         * ListView.cs: Initialize LabelEditEventArgs after setting Text of
3894         edit box since otherwise the Label would immediately be set (even if
3895         the user did not modify the label). In OnKeyDown set Handled to true
3896         if Return or Escape was pressed. In ColumnHeaderCollection unlink
3897         columns that are to be removed. In ListViewItemCollection unlink items
3898         that are to be removed.
3899
3900 2007-02-24  Jonathan Pobst  <monkey@jpobst.com>
3901
3902         * TextRenderer.cs: If we set a GDI clip region, we need to clear
3903         it when we are done.  [Fixes bug #80949]
3904
3905 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
3906
3907         * Form.cs: Wrap checking ShowWithoutActivation in a NET_2_0 block.
3908
3909 2007-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3910
3911         * ListView.cs: I forgot to commit the changes for ListView 
3912         in my previous patch.
3913
3914 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
3915
3916         * Clipboard.cs: Partially implement an overload of SetDataObject.
3917         * Form.cs: Implement ShowWithoutActivation.
3918         * XPlatUIWin32.cs: Fix for WM_SHOWNOACTIVATE for forms.
3919
3920 2007-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3921
3922         This is a first set of changes to make the Virtual mode works,
3923         by avoiding the retrieval of ListViewItem instances until
3924         draw time.
3925
3926         * ListView.cs: Store item position in the ListView instead of the
3927         ListViewItem, this way we don't request the Bounds property of
3928         ListViewItem inside the ListView calculations, as well as cache the item
3929         size in item_size field. Store indexes instead of ListViewItem
3930         instances in the matrix used by icon view. Add a ItemMatrixLocation
3931         struct to hold the row and col info of the matrix info.
3932
3933         * ListViewItem.cs: Don't store the location anymore, and only cache
3934         the rectangles for GetBounds. Use the ListView.GetItemLocation
3935         method to retrieve the actual location.
3936
3937 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
3938
3939         * TextRenderer.cs: Add clipping support, thanks to George.
3940         [Fixes bug #80949]
3941
3942 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
3943
3944         * ListViewItem.cs: Cancel label edit when item is removed from 
3945         ListView.
3946         * ListView.cs: Move setting of focus to EndEdit. Fire BeforeLabelEdit
3947         event before the edit textbox is displayed.  Added CancelEdit method
3948         which is used end to editing while ignoring the value set by the
3949         user. In EndEdit, set focus to ListView to avoid losing focus to
3950         other controls. In ListViewItemCollection.Clear, cancel editing of
3951         any of the items.  In Remove, cancel editing of item being removed.
3952         Avoid udplicate code by modifing RemoveAt to invoke Remove.
3953
3954 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
3955
3956         * FileDialog.cs: Update FSEntry when move is successful. Fixes
3957         bug #80948.  
3958
3959 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
3960
3961         * MainMenu.cs: Change Draw method to take care about MenuOrigin to be 
3962         compatible with non X11 systems. Fixes #80901.
3963
3964 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
3965
3966         * ListView.cs: Added bool argument to UpdateMultiSelection to specify
3967         whether the item should be unselected and reselect. We do no want this
3968         when we're starting to edit the label. Do not fire the 
3969         SelectedIndexChanged event from ListView when its already been fired
3970         by modifying ListViewItem.Selected. Fixes bug #80943.
3971
3972 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
3973
3974         * TextRenderer.cs: Previos commit logic was backwards.
3975
3976 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
3977
3978         * TextRenderer.cs: Don't add padding on MeasureText if we were
3979         sent the NoPadding flag.
3980
3981 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
3982
3983         * ThemeWin32Classic.cs: Invert order of drawing operation with DrawImage
3984         after DrawButton. To prevent image overlaps button borders SetClip and 
3985         ResetClip added before and after draw image. Fixes #79129.
3986
3987 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
3988
3989         * FolderBrowserDialog.cs: Use ClientSize instead of Size to specify 
3990         window size, it fix problem when you run under win32 that theres
3991         Size diferent than ClientSize. Also fix controls size and positions
3992         to mimic Win32. Fixes #80837.
3993
3994 2007-02-22  Everaldo Canuto  <everaldo@simios.org>
3995
3996         * Form.cs: Handle WM_NCHITTEST and return HTMENU when point is on 
3997         menu area to fix some problems for non X11 systems. Fixes #80613.
3998
3999 2007-02-22  Jackson Harper  <jackson@ximian.com>
4000
4001         * TreeNode.cs: When a node is expanded, set its is_expanded flag
4002         even if it doesn't have any children.
4003
4004 2007-02-22  Jackson Harper  <jackson@ximian.com>
4005
4006         * TreeView.cs: Calculate the top node 'on the fly', this
4007         eliminates issues where you need to click on the tree before
4008         scrolling it to get the top node computed correctly.
4009         * TreeNodeCollection.cs: We don't need to mess with the top node
4010         anymore.
4011
4012 2007-02-22  Jackson Harper  <jackson@ximian.com>
4013
4014         * DataGridViewRow.cs: Fix typo so height can actually be set.
4015         Patch by Peter Grimm.
4016
4017 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
4018
4019         * FileDialog.cs: Fixed support for renaming files and directories.
4020         * ListView.cs: Do not lose focus when edit is canceled. Process
4021         Escape as regular key (to prevent closing of dialogs).
4022
4023 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
4024
4025         * ListView.cs: Removed TODO for LabelEdit. Removed extra tabs and
4026         spaces. Changed spaces to tabs. Removed unnecessary init of bools.
4027
4028 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
4029
4030         * FileDialog.cs: LabelEditEventArgs.Label now returns null when user
4031         did not modify label.
4032         * ListView.cs: Only set LabelEditEventArgs.Label if user actually
4033         modified the text. Reset Label when user presses Escape in edit mode.
4034         Move focus to ListView after having cancelled or finished editing the
4035         label.
4036
4037 2007-02-21  Gert Driesen  <drieseng@users.sourceforge.net>
4038
4039         * ComboBox.cs: Removed unnecessary initializations. Marked items field
4040         private. Clear textbox when Text is set to null and SelectedIndex is
4041         already -1.
4042         * FileDialog.cs: Removed unnecessary initializations. Removed 
4043         workarounds for ComboBox bugs that are now fixed. Modified
4044         DefaultExt, InitialDirectory and Title property to change null to
4045         zero-length string in getters. Avoid directly accessing fields.
4046
4047 2007-02-20  Jackson Harper  <jackson@ximian.com>
4048
4049         * TextControl.cs: Remove RecalAlignments call, that was some
4050         debugging leftovers.
4051         - Don't use the line indent when we shouldn't.
4052         * RichTextBox.cs: Add support for paragraph left indents.
4053
4054 2007-02-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4055
4056         * Control.cs: Fix BeginInvoke signature for 2.0 profile.
4057         Seems like the class status pages doesn't catch params differences.
4058
4059 2007-02-19  Gert Driesen  <drieseng@users.sourceforge.net>
4060
4061         * ComboBox.cs: Removed extra tabs. Changes spaces to tabs.
4062
4063 2007-02-19  Gert Driesen  <drieseng@users.sourceforge.net>
4064
4065         * ComboBox.cs: Setting Text should have no effect if item text of
4066         selected item exactly matches value. First lookup text using
4067         case-sensitive comparison, and fallback to case-insensitive comparison.
4068         FindString(Exact) returns -1 if search string is null. On 2.0 profile, 
4069         allow startIndex to be last index. Changed ArgumentOutOfRangeException
4070         paramname to match MS. Restart from first item if string is not found
4071         after startIndex. Fixed paramname of ArgumentNullException that is
4072         thrown for null value in ObjectCollection.Contains.
4073
4074 2007-02-19  Everaldo Canuto  <everaldo@simios.org>
4075
4076         * XplatUIStructs.cs: WM_XXX UISTATE elements uncommented.
4077
4078 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4079
4080         * ListControl.cs: In SelectedValue use value.Equals to compare for
4081         equality instead of ==, otherwise it will fail for strings.
4082         Fixes #80794.
4083
4084 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4085         
4086         * ComboBox.cs: Switch the order to ShowSelection and ActivateCaret,
4087         since the caret won't show up unless ShowSelection is true. 
4088         Fixes #80795.
4089
4090 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4091
4092         * Application.cs: When disabling all forms but the main form, do not
4093           disable any descendants of the main form (such as mdi children or
4094           other parented forms). Fixes #80822 on Windows.
4095         * Form.cs: If we have a parent, set the WS_CHILD style.
4096         * Control.cs: Update the window styles if the control whose parent has
4097           changed is a form (the WS_CHILD style has to be switched).
4098
4099 2007-02-19  Everaldo Canuto  <everaldo@simios.org>
4100
4101         * XplatUIStructs.cs: MsgUIState structure added.
4102
4103 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
4104
4105         * FileDialog.cs: Removed need for separate fileName field. On 2.0
4106         profile, do not check filename(s) for illegal character if filename(s)
4107         were set non-interactively but always check on 1.0 profile. Fixed NRE
4108          in DefaultExt and only strip off first leading dot. Improve exception
4109         message when invalid Filter is set. Do not ignore InitialDirectory if
4110         it does no exist. Store specified Title, and if empty use default
4111         title (depending on type of dialog). Added an internal DialogTitle 
4112         property for retrieving dialog title. Fixed logic of displayed dir to
4113         more closely match MS. Avoid setting ComboBox.Text to a zero-length 
4114         string as its buggy.
4115         * OpenFileDialog.cs: In OpenFile, throw ArgumentNullException if
4116         FileName is a zero-length string (it can never be null). Override 
4117         DialogTitle property to set default title of dialog box.
4118         * SaveFileDialog.cs: Override DialogTitle property to set default
4119         title of dialog box.
4120
4121 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
4122
4123         * FileDialog.cs: Modify default text of filename and filetype labels
4124         to match that of MS. Reset do_not_call_OnSelectedIndexChanged...
4125         after we've updated the SelectedIndex. Fixes part of bug #80887.
4126         * SaveFileDialog.cs: Set text of filetype label.
4127
4128 2007-02-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4129
4130         * LabelEditEventArgs.cs: New internal SetLabel method, to set the
4131         label field. Needed by latest Jackson's fixes for ListView.
4132
4133 2007-02-16  Andreia Gaita  <avidigal@novell.com>
4134
4135         * PrintPreviewControl/PrintPreviewDialog: Properly dispose of 
4136         print preview images.
4137
4138 2007-02-16  Jackson Harper  <jackson@ximian.com>
4139
4140         * ListView.cs: Make AfterLabelEdit work correctly.
4141         * FileDialog.cs: After changing the name of the folder, we have to
4142         make sure that it is created, or that we pop up an error because
4143         it already exists.
4144
4145 2007-02-16  Jackson Harper  <jackson@ximian.com>
4146
4147         * X11Dnd.cs: Implement aliases on mime handlers, so things like
4148         System.String are mapped to text.
4149         - Handle dataobjects, getting all the possible formats out of them
4150         - We dont need the drag event args before we give feedback. This
4151         allows feedback cursors to be immediate before selections have
4152         been converted.
4153
4154 2007-02-16  Jackson Harper  <jackson@ximian.com>
4155
4156         * TextBoxBase.cs: Modified the method for inserting images to
4157         taking a line and position instead of tag and position.
4158         * RichTextBox.cs: Handle PngBlip data by inserting the png image
4159         into the RTF file.
4160         * TextControl.cs: Allow images to be inserted as the first tag of
4161         a line.
4162         - Fix some off by one issues when we assume the first tag is a
4163         text tag, not an image tag.
4164
4165 2007-02-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4166
4167         * ListView.cs: Set focus to ListView when ItemControl gets a
4168         WM_RBUTTONDOWN message, to mimic .Net behaviour. 
4169         Fixes part of #80467.
4170
4171 2007-02-15  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4172
4173         * DateTimePicker.cs: Call RecreateHandle if the Format changes and
4174           validate Text input (if null or empty string reset Value to default
4175           value). Fixes #80830.
4176
4177 2007-02-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4178
4179         * ListView.cs: Set owner as null for columns and items when
4180         Dispose is invoked. Fixes #80607.
4181
4182 2007-02-14  Jonathan Pobst  <monkey@jpobst.com>
4183
4184         * ToolStrip.cs: Allow LayoutStyle.Flow, make sure to call OnOpening when
4185         showing DropDowns, don't show a Grip when doing Flow layout.
4186         [This fixes the toolbox in PDN 2.72.]
4187         * ToolStripItem.cs: Add Anchor property and some internal properties to
4188         reduces needed changes to FlowLayout.
4189         * ToolStripOverflow.cs: Remove unused variable.
4190         * ToolStripSplitStackLayout.cs: If a ToolStripItem isn't visible, don't
4191         use it in the layout calculations.
4192
4193 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
4194
4195         * ToolTip.cs: Add HotkeyPrefix.Hide to MeasureString format, it fix an issue
4196         reported in #79640.
4197         
4198         * ThemeWin32Classic.cs: Uses format for MeasureString in ToolTipSize to fiz
4199         size calculation.
4200
4201 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
4202
4203         * ToolBar.cs, ToolBarButton.cs: Revert and remove HotkeyPrefix from 
4204         MeasureString format, it can make button very large in some cases, it is
4205         strange but is what win32 do.
4206
4207 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
4208
4209         * ToolBar.cs, ToolBarButton.cs: Uses format in MeasureString to fix string 
4210         size calculation.
4211
4212         * ThemeWin32Classic.cs: Set HotkeyPrefix in toolbar text format to fix text
4213         rendering, the value is based on MenuAccessKeysUnderlined.
4214
4215 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
4216
4217         * Theme.cs: Change MenuAccessKeysUnderlined to "true" that is value used
4218         for most themes.
4219         
4220         * ThemeWin32Classic.cs: Override MenuAccessKeysUnderlined as false.
4221         
4222         * ThemeNice.cs, ThemeGtk.cs, ThemeClearlooks.cs: Remove always_draw_hotkeys
4223         and use MenuAccessKeysUnderlined instead.
4224
4225 2007-02-13  Andreia Gaita  <avidigal@novell.com>
4226
4227         * ContainerControl.cs: Focus fix for nunit treeview selection bug.
4228         A selected control would not get a Focus call if:
4229                 - the default active control of the container is the same as
4230                   the one that was selected
4231                 - we are switching from one container to another
4232         Under these conditions, the container being selected already has
4233         an active_control, which is the same as the one being activated, 
4234         so set_ActiveControl would always return and not send the Focus
4235         call. Fix to check if the currently active control of the container
4236         is actually focused.
4237
4238 2007-02-13  Jonathan Pobst  <monkey@jpobst.com>
4239
4240         * StatusStrip.cs: Implement the spring layout.
4241         * ToolStripControlHost.cs: Make sure the hosted control's visibility
4242         always matches the host.
4243         * ToolStripItem.cs: Write a more accurate layout for TextBeforeImage
4244         and TextAfterImage.
4245
4246 2007-02-13  Andreia Gaita  <avidigal@novell.com>
4247
4248         * Control.cs: Code reorganization only.
4249           - Reorganize the WndProc cases so that each case has it's own handling method, 
4250           to help with the no-line-numbering stack traces.
4251           - Formatting changes (it's vstudio's fault, really :p)
4252
4253 2007-02-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4254
4255         * MonthCalendar.cs: Switch to using Thread.CurrentCulture instead of
4256           Thread.CurrentUICulture to match DateTimePicker's (and MS)
4257           behaviour.
4258
4259 2007-02-12  Jackson Harper  <jackson@ximian.com>
4260
4261         * RichTextBox.cs:
4262         * TextBox.cs: By default we have a non multiline document
4263         - use the multiline property instead of the internal variable
4264         * TextBoxBase.cs: Treat multiline and non multiline the same in
4265         most places.
4266         - Use the documents multiline flag instead of tracking it ourself
4267         * TextControl.cs: Attempt at getting multiline to match MS
4268         behavior.  Lines now track an offset, which is either their X or Y
4269         offset depending on whether or not we are in multiline mode.
4270         - Update all the methods to understand that lines have an X value.
4271         - Fix crash in Undo::Duplicate when empty lines are deleted.
4272
4273 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
4274
4275         * Label.cs: CalcPreferredHeight and CalcPreferredWidth methods removed and 
4276         code moved to properties PreferredHeight and PreferredWidth. It solve the
4277         all problems when preferred sizes must be recalculated. Fixes #80801.
4278
4279 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
4280
4281         * Label.cs: Fix CalcPreferredHeight for 2.0 that must return only
4282         font height when compatible_text_rendering is false. Partially fix #80801.
4283
4284 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
4285
4286         * Form.cs: Fixed typo in exception message. Fixes bug #80779.
4287
4288 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
4289
4290         * Form.cs: Improved exception messages in ShowDialog.
4291
4292 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
4293
4294         * PrintDialog.cs: On 1.0 profile, throw ArgumentException in RunDialog if
4295         PrinterSettins has not been set. On 2.0 profile, initialize PrinterSettings
4296         if not set. Fixes bug #80764. Avoid accessing current_settings field
4297         directly.
4298
4299 2007-02-08  Everaldo Canuto  <everaldo@simios.org>
4300
4301         * Theme.cs: An new property MenuAccessKeysUnderlined added with default value
4302         false.
4303
4304         * SystemInformation.cs: An new property MenuAccessKeysUnderlined added, it is
4305         public in 2.0 and for easy maintenance and dont break compatibility it is 
4306         internal in 1.1.
4307         
4308 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
4309
4310         * ToolStripItem.cs: Implement using images from ImageList.
4311
4312 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4313
4314         * DateTimePicker.cs: Change default date-formatting culture from
4315           CurrentThread.CurrentUICulture to CurrentThread.CurrentCulture,
4316           seems to be the way MS does it.
4317
4318 2007-02-08  Andreia Gaita  <avidigal@novell.com>
4319
4320         * PrintPreviewControl.cs: rewrite toolbar code to fix #80725. Correct 6-up image 
4321         (the 6 was cut off on the right side)
4322
4323 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
4324
4325         * Form.cs: Tell MenuStrips to close when the form is clicked.
4326         * MenuStrip.cs, ToolStrip.cs, ToolStripControlHost.cs, 
4327         ToolStripDropDown.cs, ToolStripDropDownItem.cs, ToolStripItem.cs,
4328         ToolStripItemCollection.cs, ToolStripMenuItem.cs, ToolStripProfessionalRenderer.cs,
4329         ToolStripSplitButton.cs, ToolStripSplitStackLayout.cs: Add 
4330         support for Overflow, where items that do not fit are automatically
4331         reparented to a drop down menu.
4332         * ToolStripOverflow.cs, ToolStripOverflowButton.cs: Added.
4333         Also: fixes bug #80747.
4334
4335 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4336
4337         * ComboBox.cs: Remove warning (unused code).
4338         * ScrollableControl.cs: Remove warning for 1.1 profile.
4339
4340 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4341
4342         * Form.cs: Remove a warning.
4343
4344 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4345
4346         * DateTimePicker.cs: Fixed a NRE if CustomFormat was null. Handles the
4347           'g' specifier, not documented anywhere, but seems to always show up
4348           as a single space (might have something to do with the DateTime 'g'
4349           specifier, which is the era format, but since DateTimePicker can't
4350           go earlier than 1753 it wouldn't matter) . Fixed quote handling,
4351           won't crash if the format has an unmatched quote. Now shows
4352           single-character formats correctly. Fixes #80744.
4353
4354 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
4355
4356         * StatusStrip.cs: Stretch property needs to call base.Stretch,
4357         not this.Stretch to fix stack overflow. [Fixes bug #80760]
4358
4359 2007-02-07  Chris Toshok  <toshok@ximian.com>
4360
4361         * ThemeWin32Classic.cs (DrawButtonBase): don't clear to the
4362         background color.  it overwrites the background image we've
4363         already painted.  Fixes #80599.
4364
4365 2007-02-07  Chris Toshok  <toshok@ximian.com>
4366
4367         * DataGrid.cs: return immediately from Edit() when there are no
4368         columns.  Fixes #80662.
4369
4370 2007-02-07  Chris Toshok  <toshok@ximian.com>
4371
4372         * MessageBox.cs: fix #80625.  don't always show the Help button in
4373         2.0.  use the displayHelpButton parameter to determine if we
4374         should show it. Also, make the internal show_help field private.
4375
4376 2007-02-07  Chris Toshok  <toshok@ximian.com>
4377
4378         * Control.cs (SetVisibleCore): check in the proposed patch for
4379         80604, and set is_visible before calling CreateControl.
4380
4381 2007-02-07  Jonathan Pobst  <monkey@jpobst.com>
4382
4383         * ListView.cs: UseCompatibleStateImageBehavior setter changed from NIEX to 
4384         MonoInternalNote.  This is added automagically by VS2005, so let's not crash
4385         on it.
4386
4387 2007-02-06  Everaldo Canuto  <everaldo@simios.org>
4388
4389         * MenuAPI.cs: hotkey_active internal field added, it is required because
4390         we need to know when hotkeys must be draw, before this change a keystate
4391         Navigating was used but we can have menu in navigating state without
4392         hotkeys. Fixes #80694.
4393         
4394         * ThemeWin32Classic.cs: Only draw hot keys when hotkey_active is true.
4395
4396 2007-02-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4397
4398         * Control.cs: Handle WM_CAPTURECHANGED in 1.1 code as well, and change
4399           corresponding events and methods to be internal for 1.1 profile and
4400           public for 2.0 profile (required by SizeGrip).
4401         * Form.cs: Use SizeGrip as a virtual SizeGrip (and don't add it to the
4402           implicit control list). Don't set the size nor the location of the
4403           SizeGrip anymore as it's not needed.
4404         * SizeGrip.cs: Rewrote large parts, it now supports a virtual mode to
4405           draw directly on the captured control (fixes #80656). Removed
4406           ShowGrip (it wasn't used anywhere), redraw (always true), added
4407           GetDefaultSize and GetDefaultRectangle to calculate defaults.
4408         * ScrollableControl.cs: Make UpdateSIzeGripVisible internal so it can
4409           be called from SizeGrip.
4410
4411 2007-02-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4412
4413         * Timer.cs: Throw ArgumentException if Interval <= 0.
4414
4415 2007-02-05  Jackson Harper  <jackson@ximian.com>
4416
4417         * TreeView.cs: We need to check scrollbar visibility when window
4418         visibility is updated, because non visible trees don't ever add
4419         scrollbars.
4420         * Cursor.cs: We want the override cursor to be reset to NULL when
4421         we set current cursor to the default cursor.
4422
4423 2007-02-05  Jackson Harper  <jackson@ximian.com>
4424
4425         * TextControl.cs: Don't have crlfs when we are non multiline.
4426         - Consolidate the line position.
4427
4428 2007-02-05  Jackson Harper  <jackson@ximian.com>
4429
4430         * X11Keyboard.cs: BACK+CTRL gets a special char code.
4431
4432 2007-02-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4433
4434         * XplatUIX11.cs: Implemented WM_CAPTURECHANGED support, we're now
4435           handling LeaveNotify->NotifyUngrab in order to send
4436           WM_CAPTURECHANGED. However sometimes the NotifyUngrab arrives late
4437           after calling XUngrabPointer, so we call WindowUngrabbed directly
4438           from UngrabWindow in order to send WM_CAPTURECHANGED immediately.
4439         * Control.cs: Handle WM_CAPTURECHANGED in order to raise
4440           MouseCaptureChanged correctly. Also create handles if changing
4441           Capture (matches MS behaviour).
4442
4443 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4444
4445         * SizeGrip.cs: Make the last change 2.0 only.
4446
4447 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4448
4449         * SizeGrip.cs: If resizing and the capture is lost, revert any size
4450           changes to initial size (fixes #80597).
4451
4452 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4453
4454         * SizeGrip.cs: Use the normal icon for SizeGrip if it is disabled.
4455
4456 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4457
4458         * SizeGrip.cs: Only draw sizegrip if enabled (but always draw
4459           background) and only allow dragging if enabled. This way the
4460           sizegrip can be used to fill the open square that otherwise would
4461           have been shown in the bottom right corner of ScrollableControl
4462           when ScrollableControl is not suppose to support sizing.
4463         * ScrollableControl.cs: Create UpdateSizeGripVisible to decide when the
4464           sizegrip is shown and enabled, and hook up with necessary events.
4465
4466 2007-02-01  Chris Toshok  <toshok@ximian.com>
4467
4468         * DataGridTextBoxColumn.cs: clean up the
4469         GetFormattedString/GetColumnValueAtRow combination of functions.
4470         Also fix UpdateUI, and the initial state of
4471         IsInEditOrNavigateMode.
4472
4473         * DataGridTextBox.cs: don't chain up to base.OnMouseWheel - we
4474         aren't supposed to scroll the textbox here, we're supposed to
4475         scroll the datagrid.
4476
4477 2007-02-01  Chris Toshok  <toshok@ximian.com>
4478
4479         * ComboBox.cs: use vscrollbar_ctrl.Dock instead of explicitly
4480         setting the position.
4481
4482 2007-02-01  Chris Toshok  <toshok@ximian.com>
4483
4484         * DataGrid.cs (OnLeave): we can now do the CancelCurrentEdit thing
4485         here, since the most recent focus fixes keep us from generating
4486         the Leave event when our textbox gets focus.
4487         (Edit): we should be passing null for the column style's
4488         instantText parameter.
4489         
4490 2007-02-01  Jonathan Pobst  <monkey@jpobst.com>
4491
4492         * ToolStripDropDownItem.cs: Make sure DropDownOpening event is 
4493         raised.  Fixes menu text/icons not showing up in PDN.
4494
4495 2007-02-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4496
4497         * Control.cs: Remove code in constructor that makes every
4498         control with WS_CHILD set have initial location -1, -1.
4499
4500 2007-01-31  Jackson Harper  <jackson@ximian.com>
4501
4502         * X11Dnd.cs: Take the keyboard on init to reduce coupling with
4503         XplatUIX11.
4504         * XplatUIX11.cs: Give teh keyboard to teh dnd.
4505
4506 2007-01-31  Jackson Harper  <jackson@ximian.com>
4507
4508         * X11Dnd.cs: Use IDataObject instead of the DataObject class.
4509         - Remove some debug code.
4510
4511 2007-01-31  Jackson Harper  <jackson@ximian.com>
4512
4513         * XplatUIX11.cs: If you set the override cursor during a grab, it
4514         should actually override the grab cursor.  This comes into play
4515         when you are setting custom cursors in a DND feedback method.
4516
4517 2007-01-31  Jackson Harper  <jackson@ximian.com>
4518
4519         * X11Dnd.cs: Add support for handling the QueryContinue and
4520         GiveFeedback events.
4521         - Cancel drag and drop actions when the escape key is clicked.
4522         * XplatUIX11.cs: Let the dnd subsystem get key events, so that it
4523         can handle the ESCAPE key.
4524         - Allow dnd to swallow BUTTONUP messages if it needs to.  This is
4525         done when dnd events are continued after the button is released.
4526         - Add a new helper method so that dnd can translate key events.
4527
4528 2007-01-31  Alexander Olk  <alex.olk@googlemail.com>
4529
4530         * FileDialog.cs: Rewrite of Jacksons OnClickCancelButton patch to
4531         make it more obvious what is happening.
4532
4533 2007-01-30  Jackson Harper  <jackson@ximian.com>
4534
4535         * XplatUIX11.cs: Don't break when handling button release in drag
4536         and drop operations. We need that BUTTONUP message to get through
4537         so capture is released.
4538         * X11Dnd.cs: We don't need to manually grab the pointer anymore,
4539         this is handled automatically when the mouse is down.
4540
4541 2007-01-30  Jackson Harper  <jackson@ximian.com>
4542
4543         * FileDialog.cs: OnClickCancelButton gets called whenever the dialog
4544         is closed, so we need to make sure that we aren't changing the
4545         dialog result when the OK (Open or Save) button has been clicked
4546         and we are closing the window ourselves.  Note we don't need to
4547         worry about the cache being written in this case, because it was
4548         already done in the previous FilOk call.
4549
4550 2007-01-30  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4551         
4552         * DateTimePicker.cs: Remove a warning.
4553         * ComboBox.cs: Remove a couple of warnings.
4554
4555 2007-01-29  Chris Toshok  <toshok@ximian.com>
4556
4557         * XplatUIX11.cs: don't crash, and remove the icon if the user has
4558         set one, if SetIcon is passed a null icon.
4559
4560 2007-01-29  Andreia Gaita  <avidigal@novell.com>
4561
4562         * TextBox.cs: Redraw when the password characters changes
4563         * TextControl.cs: Check if textbox has a password char and draw 
4564         a line of password chars instead of the text in the line. LineTag gets 
4565         an extra Draw() method which allows document.Draw to override the text 
4566         that will be drawn. Removes 1024 char limitation on length of passworded 
4567         lines.
4568
4569 2007-01-29  Jackson Harper  <jackson@ximian.com>
4570
4571         * TextBoxBase.cs: Deleting sections of text is undoable.  Deleting
4572         single chars is not.
4573
4574 2007-01-28  Jonathan Pobst  <monkey@jpobst.com>
4575
4576         * TextRenderer.cs: Fix cutting off the bottom of letters like "j" by
4577         one pixel.  Fix a StackOverflowException caused by an overload wrongly
4578         calling itself.
4579
4580 2007-01-26  Everaldo Canuto  <everaldo@simios.org>
4581
4582         * MenuAPI.cs: Fixed kerboard grab problem when "enter"key is pressed,
4583         also remove ProcessArrowKey and put the code inside ProcessKeys.
4584
4585 2007-01-26  Jonathan Pobst  <monkey@jpobst.com>
4586
4587         * PaddingConverter.cs: Added.
4588
4589 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4590         
4591         * ThemeWin32Classic.cs: Only draw the text of a StatusBar if
4592         ShowPanels is false (fixes #80600). Only draw up to 127 characters
4593         of text (fixes #80601). For panels clip the text to draw to the
4594         panel (fixes #80603).
4595
4596 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4597
4598         * ComboBox.cs: Fixed implementation of ResetText.
4599
4600 2007-01-25  Jackson Harper  <jackson@ximian.com>
4601
4602         * TextControl.cs: For the last char of a line we need to use the
4603         line size, not that chars width, since it won't actually be
4604         computed since the right side of a char is based on the start of
4605         the left side of the next char, and the next char does not exist.
4606
4607 2007-01-25  Chris Toshok  <toshok@ximian.com>
4608
4609         * Splitter.cs: fix the new unit tests, and reindent some switch
4610         statements.
4611
4612 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4613
4614         * ComboBox.cs: Implemented 2.0 methods and events.
4615         * TextBoxBase.cs: Added OnTextUpdate, so that
4616         ComboBox.ComboTextBox can inform ComboBox of it.
4617
4618 2007-01-25  Jackson Harper  <jackson@ximian.com>
4619
4620         * TextControl.cs: Respect ShowSelection when deciding whether or
4621         not to display the caret, this allows comboboxes to have carets
4622         when the combotextbox does not have focus.
4623
4624 2007-01-25  Jackson Harper  <jackson@ximian.com>
4625
4626         * TextControl.cs: Add a Suspend/Resume for updating, basically the
4627         same as the Suspend/Resume for recalc, except this will do actual
4628         Invalidates.
4629         - New Undo manager, works much like the MS version.
4630         - Implemented Redo
4631         * TextBoxBase.cs: The Cut operation is undoable.
4632
4633 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4634         
4635         * TextBoxBase.cs: Don't antialias text. Makes it look way better
4636         on Windows (no difference on Linux).    
4637
4638 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4639
4640         * XplatUIWin32.cs: Set SWP_NOACTIVATE in RequestNCRecalc as well,
4641         we don't want to activate any windows. Fixes #79433.
4642
4643 2007-01-25  Jonathan Pobst  <monkey@jpobst.com>
4644
4645         - ButtonBase.cs: Fix capitalization of parameter: disposing.
4646         [Fixes bug #80609]
4647
4648 2007-01-25  Alexander Olk  <alex.olk@googlemail.com>
4649
4650         * FileDialog.cs:
4651         - Move to using System.ComponentModel.EventHandlerList
4652         - Replace Refresh with Invalidate
4653         - Clear the mime filecache on closing
4654         - Some other memory reducing work. After beeing closed FD now uses
4655           only about 300 KB for the fdo mime stuff plus the memory of the
4656           cached icons.
4657         * Mime.cs: Changed coding style and removed unnecessary commented
4658         code. Some more memory memory reducing work.
4659
4660 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4661
4662         * ComboBox.cs: Implemented FlatStyle and DropDownHeight, and added
4663         a few other missing 2.0 properties.
4664         * Theme.cs: Added DrawFlatStyleComboBox.
4665         * ThemeWin32Classic.cs: Implemented DrawFlatStyleComboBox.
4666
4667 2007-01-24  Chris Toshok  <toshok@ximian.com>
4668
4669         * XplatUIX11.cs: fix the wake_waiting logic - we always clear the
4670         wake_waiting flag, not just when there's data to be read.  if we
4671         don't, then future wakeup's won't reach us and we'll be doomed to
4672         wait for the entire 1 second timeout forever (unless there are X
4673         events to be had).
4674
4675 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
4676
4677         * ComboBox.cs: FindStringExactMaxException doesn't throw AOORE on 2.0
4678         until you pass Items.Count, not Items.Count - 1 like 1.1.
4679
4680 2007-01-24  Gert Driesen  <drieseng@users.sourceforge.net>
4681
4682         * ColumnHeader.cs: Fixed ParamName in ArgumentOutOfRangeException.
4683
4684 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
4685
4686         * ToolStripContainer.cs: The recent Dock fix exposed that I was
4687         adding the panels in the wrong order.
4688
4689 2007-01-24  Jackson Harper  <jackson@ximian.com>
4690
4691         * TextBoxBase.cs: When we move the caret we also need to move the
4692         selection, this fixes some random crashing after doing select
4693         text, unselect, delete a char, paste.
4694
4695 2007-01-24  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4696
4697         * Form.cs: Update SizeGrip's location even if it's not visible (fixes #80592).
4698
4699 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
4700
4701         * Control.cs: In OnParentBackgroundImageChanged remove conditions to call
4702         OnBackgroundImageChanged, it mimics win32 behavior. Fixes #80553. 
4703         * ToolBar.cs: Force redraw in BackgroundImageChanged.
4704
4705 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
4706
4707         * ToolBar.cs:
4708         - Implement support for vertical toolbars. Fixes #80539;
4709         - Call LayoutToolBar when resize, it fix some other problems in layout.
4710         - Rename requested_height to requested_size, as we can have width on it
4711         when toolbar is vertical.
4712         - Create a private property "Vertical" that uses Dock to verify when 
4713         toolbar is vertical or not.
4714         - Set ControlStyles when change Dock property.
4715         - Refactory in LayoutToolBar to have better variables names and to support
4716         vertical toolbars.
4717         - Fixes default value for ButtonSize when button count is equal zero, size
4718         must be (39, 36) test case writed.
4719
4720 2007-01-23  Chris Toshok  <toshok@ximian.com>
4721
4722         * Control.cs: fix the checks so that they work correctly for mdi
4723         parents/children.
4724
4725 2007-01-23  Chris Toshok  <toshok@ximian.com>
4726
4727         * Control.cs: ControlCollection seems to have super-secret
4728         abstraction breaking knowledge of Mdi containers.  allow MdiClient
4729         to add toplevel controls.
4730
4731 2007-01-23  Chris Toshok  <toshok@ximian.com>
4732
4733         * Control.cs: throw an ArgumentException if a toplevel control is
4734         added to our control collection from ControlCollection.Add, as
4735         well as from ControlCollection.IList.Add.  This fixes the
4736         ControlSetTopLevelTest.TestTopLevelAdd unit test.
4737
4738         Also, in ControlCollection.IList.Add, don't through an
4739         ArgumentNullException, throw an ArgumentException, when value ==
4740         null.  This matches MS.
4741
4742 2007-01-23  Chris Toshok  <toshok@ximian.com>
4743
4744         * BindingSource.cs: initial, incomplete, implementation of
4745         BindingSource.
4746
4747 2007-01-23  Jackson Harper  <jackson@ximian.com>
4748
4749         * TextControl.cs:
4750         * TextBoxBase.cs: Checking in some pieces of the undo stuff so
4751         that I can fix a broken unit test (TextBoxTest::ClearUndo)
4752         
4753 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
4754
4755         * ToolBar.cs: Add status fields to ToolBarButtonInfo.
4756
4757 2007-01-23  Andreia Gaita  <avidigal@novell.com>
4758
4759         * TreeNode.cs: Add new 2.0 ImageKey and SelectedImageKey properties.
4760         * TreeNodeCollection.cs: New Add() methods, ContainsKey and
4761         IndexOfKey() for 2.0
4762
4763 2007-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4764
4765         * XplatWin32.cs: In RequestNCRecalc call SetWindowPos with SWP_NOZORDER
4766         to prevent it from changing z-order.
4767         * MdiWindowManager.cs: Refactor part of SetWindowState to MdiClient, only
4768         leave UI updates in MdiWindowManager.
4769         * InternalWindowManager.cs: Check for 0 sized nc areas and make them
4770         1 sized (NC handling goes weird on Linux otherwise).
4771         * MdiClient.cs: Add missing ExStyle (WS_EX_CLIENTEDGE), so it's no longer
4772         necessary to handle WM_NCCALCSIZE anymore. This also made it possible to
4773         remove a few NCRequestRecalcs. Changed calculations in IconicBounds
4774         to use ClientSize of MdiClient instead of entire size. Refactored ActivateChild
4775         and SetWindowState(s) to allow for changing the size of an activated child
4776         before activating it (reduces a lot of flicker).
4777
4778 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
4779
4780         * Form.cs: Changing FormBorderStyle has different semantics based
4781         on whether the Form is visible or not.  If not visible, don't change
4782         the Size.  But InvalidateNC needs to be called to force the window
4783         to pick up the changes and redraw itself.  [Fixes bug #80574]
4784
4785 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
4786
4787         [Moma work]
4788         * ContainerControl.cs: ProcessCmdKey.
4789         * ErrorProvider.cs: new constructor.
4790         * Form.cs: fix AutoValidateEvent compiler warning.
4791         * Label.cs: fix OnAutoSizeChanged compiler warning.
4792         * MenuStrip.cs: fix CanOverflow compiler warning.
4793         * TabControl.cs: SelectTab, OnSelected methods, Selected event.
4794         * TextBox.cs: Dispose.
4795         * ToolStrip.cs: CanOverflow, re-enable double buffering.
4796         * ToolStripControlHost.cs: fix CausesValidation compiler warning.
4797         * ToolStripDropDown.cs: fix ContextStripMenu compiler warning.
4798         * ToolStripItem.cs: Overflow, RightToLeft properties.
4799
4800 2007-01-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4801
4802         * Form.cs: Move the layout of the main form to MdiWindowManager.
4803         * MdiWindowManager.cs: If WindowState changes from or to Maximized,
4804         do a layout of the main window to update MdiClient's client area to
4805         the right area. Fixes #80533. Remove the calculation of nc size, 
4806         it was just wrong and the correct one is the same as for 
4807         InternalWindowManager. 
4808
4809 2007-01-20  Jonathan Pobst  <monkey@jpobst.com>
4810
4811         * Control.cs: Setting Anchor or Dock needs to reset the other
4812         to its default.  [Fixes bug #80556]
4813
4814 2007-01-20  Chris Toshok  <toshok@ximian.com>
4815
4816         * CheckedListBox.cs: class status changes.
4817
4818         * ScrollableControl.cs: same.
4819
4820         * RichTextBox.cs: same.
4821
4822         * ContainerControl.cs: same.
4823
4824         * ListView.cs: same.
4825
4826         * NotifyIcon.cs: same.
4827
4828         * MenuStrip.cs: same.
4829
4830         * RadioButton.cs: same.
4831
4832         * CheckBox.cs: same.
4833
4834         * PrintPreviewDialog.cs: same.
4835
4836         * Form.cs: same.
4837
4838 2007-01-19  Jonathan Pobst  <monkey@jpobst.com>
4839
4840         * TreeNode.cs: Apply Alan's patch for Name property.
4841
4842 2007-01-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4843         
4844         * Form.cs: Implemented SizeGripStyle.
4845         * SizeGrip.cs: Check for minimum and maximum size for the
4846         control being resized and only resize if size has actually
4847         changed.
4848
4849 2007-01-19  Chris Toshok  <toshok@ximian.com>
4850
4851         * DataGridColumnStyle.cs: stop setting _readonly in the
4852         PropertyDescriptor setter.  fixes a unit test failure.
4853
4854         also, rename ParentReadOnly to TableStyleReadOnly, and have it
4855         just consult our table style (if we have one).  We don't need to
4856         consult the datagrid readonly attribute because that's passed in
4857         as the _ro arg to Edit.  this simplifies things a little.
4858         
4859         * DataGrid.cs: use CurrentColumn instead of
4860         current_cell.ColumnNumber just to simplify some of the code.
4861
4862         switch the order of some things in the CurrentCell setter to keep
4863         the previous cell from getting a textbox again -
4864         EnsureCellVisibility causes scrolling to happen, which calls Edit.
4865         So we need to set the new cell before calling it.
4866         
4867         call Edit in OnEnter, as does Microsoft.
4868         
4869         also, make sure the current table style isn't the one we create
4870         initially when checking to see if it's different than the one
4871         we're setting it to in BindColumns (this fixes #80421).
4872
4873         * GridTableStylesCollection.cs: table styles can have "" for a
4874         mapping name.  part of the fix for #80421.
4875
4876         * DataGridTextBoxColumn.cs: simplify the readonly calculation in
4877         Edit significantly.
4878
4879 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
4880
4881         * TextRenderer.cs: Rewrote to be complete-er, more MS-matching-er,
4882         and less GDI object leaky-er.
4883
4884 2007-01-18  Andreia Gaita  <avidigal@novell.com>
4885
4886         * LinkLabel.cs: Add opaque control style
4887
4888 2007-01-18  Jackson Harper  <jackson@ximian.com>
4889
4890         * TextControl.cs: Calculate width properly.
4891         - Don't store the tag's X offset, this can be figured out very
4892         easily.
4893         - When getting the caret tag make sure to get the last empty tag.
4894
4895 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
4896
4897         * Form.cs: Recalculate our size after setting a new FormBorderStyle.
4898         [Fixes bug #79959]
4899
4900         * Control.cs: Color.Empty shouldn't count for previous transparent
4901         redraw changes.
4902
4903 2007-01-18  Jackson Harper  <jackson@ximian.com>
4904
4905         * TextBox.cs:
4906         * RichTextBox.cs:
4907         * TextControl.cs: Starting to merge in some pieces of my older
4908         undo work.  Basically just some slight cleanup of the undo API.
4909
4910 2007-01-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4911
4912         * TrackBar.cs: Fix signature of RightToLeftLayout.
4913         * StatusBar.cs: Implemented missing 2.0 methods and attributes.
4914         * StatusBarPanel.cs: Implemented missing 2.0 methods and attributes.
4915         * Application.cs: Implemented UseWaitCursor.
4916
4917 2007-01-18  Jackson Harper  <jackson@ximian.com>
4918
4919         * TextControl.cs: We can't skip tags if any part of the tag is
4920         visible.
4921
4922 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
4923
4924         * ContainerControl.cs: Override OnLayout.
4925
4926 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
4927
4928         * NotifyIcon.cs: Add ContextMenuStrip and Tag properties.
4929
4930         * ContextMenuStrip.cs: Make sure context menu is shown on top of 
4931         everything else.
4932
4933 2007-01-18  Chris Toshok  <toshok@ximian.com>
4934
4935         * ContainerControl.cs: remove the partial handling of LBUTTONDOWN
4936         (leftover from the container_selected days, I'd wager).  fixes bug
4937         #80546.
4938
4939 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
4940
4941         * Control.cs: Apply patch from George to fix the new testcase on
4942         bug #80451.  We can't just check for Color.Transparent, we need 
4943         to check if the back color's alpha channel is < 255.
4944
4945 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
4946
4947         * Form.cs: Move setting show_icon = true to before the constructor
4948         so that the base constructor has that information when it calculates
4949         the form's size.  Was causing forms to be (6, 6) bigger than they
4950         were supposed to be.  Thanks for catching this Rolf!
4951
4952 2007-01-18  Jackson Harper  <jackson@ximian.com>
4953
4954         * TextControl.cs: When replacing a selection we need to invalidate
4955         from the initial selection start, because selection start is moved
4956         to the end of the replacement.
4957
4958 2007-01-18  Andreia Gaita  <avidigal@novell.com>
4959
4960         * LinkLabel.cs: Missing ControlStyles. Fixes #80482
4961
4962 2007-01-18  Chris Toshok  <toshok@ximian.com>
4963
4964         * DataGridTextBoxColumn.cs: fix most of the NotWorking unit tests
4965         I just added.
4966
4967 2007-01-17  Everaldo Canuto  <everaldo@simios.org>
4968
4969         * ToolBar.cs: Add layout methods to ToolBarButtonInfo class, every 
4970         layout methods and properties from ToolBarButton must be available
4971         into ToolBarButtonInfo.
4972
4973 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
4974
4975         * Control.cs: If the control has a transparent background, we
4976         need to refresh it when it moves and when it's parent's background
4977         image changes.  [Fixes bug #80451]
4978
4979 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
4980
4981         * XplatUIWin32.cs: Don't use 2.0 methods in 1.1 code!  Doh!
4982
4983 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
4984
4985         * XplatUIWin32.cs: Implement proper double buffering for Windows.
4986         [Fixes bug #80447, and probably speeds up things as well]
4987
4988 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4989
4990         * XplatUIX11.cs: Caption height for MDI children is 19, not 26.
4991         * XplatUIWin32.cs: We need to recalculate NC size after changing 
4992         window style to toolwindow (otherwise the client rectangle will be
4993         3 pixels to small for some reason).
4994         * MdiWindowManager.cs: Revert NC size calculations to match how
4995         they are calculated only based on window styles (to match
4996         Win32AdjustWindowRectEx, since otherwise when setting size or 
4997         location, Control will call Win32AdjustWindowRectEx to update client 
4998         size, which would provoke a paint, then we'd get a NCCALCSIZE and 
4999         calculate a different value of client size causing another paint 
5000         (and flickering))
5001         * InternalWindowManager.cs: When moving or resizing a window only
5002         update size or location if they actually changed.
5003         * ThemeWin32Classic.cs: ManagedWindowsBorderWidth is now 4 instead of 3
5004         (seems to match Windows behaviour better). Cleaned up 
5005         ManagedWindowDecorations to draw what's needed and nothing else
5006         (was drawing borders and lines where they shouldn't be)
5007         * Hwnd.cs: GetWindowRectangle now knows about MDI border sizes
5008         (style = 0xFFFF) and takes into account caption height when 
5009         calculating window rectangle.   
5010
5011 2007-01-16  Everaldo Canuto  <everaldo@simios.org>
5012
5013         * ToolBar.cs: Internal ToolBarButtonInfo class added, Because same button 
5014         can be added to toolbar multiple times, we need to maintain a list of 
5015         button information for each positions.
5016
5017 2007-01-16  Everaldo Canuto  <everaldo@simios.org>
5018
5019         * ToolBar.cs: Some small stetic changes.
5020
5021 2007-01-16  Jackson Harper  <jackson@ximian.com>
5022
5023         * TextBoxBase.cs: Use the new SuspendRecalc/ResumeRecalc methods
5024         that allow us to have nested recalc = false blocks.
5025         - Add paste support for images in the RichTextBox
5026         * RichTextBox.cs: flush the text after the color is changed, so
5027         the change takes effect.
5028         - Use SuspendRecalc
5029         - Some extra debugging info
5030         * TextControl.cs: Tags no longer track their length, it is just
5031         computed from the next tags length, this makes things a little
5032         simpler and reduces places that we have to track length changes.
5033         - Refactored the linetag class a little so we could make it
5034         a base class for different kinds of tags
5035         - Created a image tag, a tag that can have a single image inserted
5036         into it
5037         - Replace the norecalc flag with a Suspend/Resume Recalc pair, so
5038         that we can call suspend multiple times.
5039         - Add some debugging methods
5040
5041 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5042
5043         * MdiClient.cs: Add ActivatePreviousChild for 
5044         mdi child window navigation.
5045         * Form.cs: Use MdiClient.ActivateNextChild/
5046         ActivatePreviousChild instead of Form.SelectNextControl
5047         to select the next/previous child since 
5048         SelectNextControl doesn't do it in the same order
5049         as mdi children should do it.
5050
5051 2007-01-16  Chris Toshok  <toshok@ximian.com>
5052
5053         * Control.cs: remove container_selected field.
5054
5055 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5056
5057         * MdiClient.cs: Update main form's ActiveChild when
5058         updating keyboard focus for the mdi child.
5059
5060 2007-01-16  Jonathan Pobst  <jpobst@novell.com>
5061
5062         * Control.cs: PreferredSize fix.
5063
5064         * Form.cs: Add several 2.0 events, properties, and methods.
5065
5066 2007-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
5067
5068         * Form.cs: Provide meaningful message when MdiParent is assigned a
5069         Form that is not an MdiContainer.
5070
5071 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5072
5073         * MdiClient.cs: Update main form's ActiveChild when
5074         activating a mdi child.
5075
5076 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5077
5078         * MdiWindowManager.cs: Fix NRE when merging menus and main form
5079         doesn't have a menu.
5080
5081         * Form.cs: Request NCRecalc after creating a mdi child window.
5082         Implement mdi key handling (Ctrl+F4, Ctrl+Shift+F4, Ctrl+Tab, 
5083         Ctrl+Shift+Tab, Ctrl+F6 and Ctrl+Shift+F6).
5084         
5085         * MdiClient.cs: Add new method SendFocusToActiveChild that either
5086         sends keyboard focus to the active child, or to the MdiClient
5087         if there are no child forms.
5088         
5089 2007-01-15  Chris Toshok  <toshok@ximian.com>
5090
5091         * ListView.cs: drop the *Internal overrides, just do our work in
5092         ItemControl's WndProc instead.
5093
5094         * UpDownBase.cs: a few large changes.  Fix up the Selectable state
5095         of the various controls, and forward the events properly (in the
5096         same manner as MS) from the textbox to the UpDown.  Also the
5097         ActiveControl of the UpDownBase gets set properly now.  Finally,
5098         we don't call UpdateEditText from the ctor.  Fixes bug #79957.
5099
5100         * NumericUpDown.cs: set Text in the ctor.
5101
5102         * DomainUpDown.cs: call UpdateEditText in the ctor.
5103         
5104         * TextBox.cs: on ms.net, WM_LBUTTONDOWN sets focus on the textbox,
5105         so even a Selectable = false textbox can be focused if you click
5106         in it.  Go figure.
5107
5108         * Control.cs: remove On{Got,Lost}FocusInternal.  Subclasses can
5109         just add their handling in their respective WndProc's.  Also add
5110         an explicit FocusInternal method that doesn't consult CanFocus
5111         before calling Select(this).
5112
5113         * TextBoxBase.cs: deal with removal of the FocusInternal calls -
5114         do our work in WndProc instead.
5115
5116         * TabControl.cs: same.
5117
5118         * ComboBox.cs: same.
5119
5120 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
5121
5122         * Menu.cs: implement MergeItems and Replace for MenuMerge method.
5123         Fixes #80006.
5124
5125 2007-01-15 Carlos Alberto Cortez <calberto.cortez@gmail.com>
5126
5127         * ListViewItem.cs:
5128         * ThemeWin32Classic.cs: Don't draw the item text outside
5129         item bounds in Details view, as well as use trimming.
5130         Fixes bug #80376.
5131
5132 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
5133
5134         * Form.cs: Implement Form.ShowIcon.
5135         
5136         * XplatUIWin32.cs: Allow the SetIcon win32 call to set the icon to
5137         null, which when combined with the DlgModalFrame window style removes
5138         the icon from the title bar.
5139
5140 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
5141
5142         * Control.cs: Call OnMouseClick after OnClick. (2.0)
5143
5144 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
5145
5146         * MdiWindowManager.cs: In CreateMaximizedMenu fix a position of icon
5147         menu when mdi child windows theres a menu, uses insert to get icon
5148         at first position. Partially fix #80006.
5149
5150 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
5151
5152         * Clipboard.cs: Implement 2.0 methods.
5153
5154 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
5155
5156         * Menu.cs: Implement Insert method of MenuItemCollection class
5157         to fix MenuMerge.
5158
5159 2007-01-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5160
5161         * ListView.cs: Implement 2.0 FindItemWithText method.
5162
5163 2007-01-11  Everaldo Canuto  <everaldo@simios.org>
5164
5165         * Form.cs: When process WM_NCCALCSIZE message use ClienSize.Width
5166         to calculate menu bar size. Fixes #80290.
5167
5168 2007-01-11  Everaldo Canuto  <everaldo@simios.org>
5169
5170         * ThemeWin32Classic.cs: Fix position of menuitem check mark.
5171
5172 2007-01-11  Chris Toshok  <toshok@ximian.com>
5173
5174         * XplatUIX11.cs: don't send duplicate WM_ACTIVATE messages to the
5175         initial form.
5176
5177 2007-01-11  Chris Toshok  <toshok@ximian.com>
5178
5179         * LinkLabel.cs: make sure to call base.Select in our Select method
5180         if it turns out we're going to be selected (i.e. if we have a link
5181         that is going to receive focus).  That way our container's
5182         ActiveControl is updated properly.
5183
5184 2007-01-11  Chris Toshok  <toshok@ximian.com>
5185
5186         * LinkLabel.cs: turns out that LinkLabels are only Selectable if
5187         they have 1 or more links.  this fixes the crash gert reported.
5188
5189 2007-01-11  Andreia Gaita  <avidigal@novell.com>
5190
5191         * ContainerControl.cs: Remove ContainerSelected flag, not needed
5192         anymore.
5193
5194         * Control.cs (Controls.Add): Check if control to be added to the collection
5195         is a top level control, and throw an ArgumentException if it is.
5196         Remove ContainerSelectedFlag, not needed anymore.
5197
5198         * XplaUIWin32.cs (SetTopMost): Add flag SWP_NOACTIVATE so that setting the
5199         top most control doesn't activate the form. This fixes a problem in the
5200         MessageBox, where the default button wouldn't get focus because the form
5201         was activated before being Loaded - when the Owner is set, SetTopMost is
5202         called, and it would activate it.
5203
5204 2007-01-11  Jonathan Pobst  <jpobst@novell.com>
5205
5206         * Button.cs: When clicked and setting the parent form's DialogResult,
5207         use FindForm instead of Parent, since parent could be a container
5208         control and not the Form.  Fixes bug #80495.
5209
5210 2007-01-10  Chris Toshok  <toshok@ximian.com>
5211
5212         * Form.cs: move the call to SendControlFocus into the same
5213         is_loaded check.
5214
5215 2007-01-10  Chris Toshok  <toshok@ximian.com>
5216
5217         * UpDownBase.cs (.ctor): remove the ActiveControl assignment here.
5218         It breaks in the face of the new ActiveControl stuff, and should
5219         be unnecessary.
5220
5221         * Form.cs (WndProc): in the WM_ACTIVATE case, we need to set the
5222         activecontrol's focus if it's not already set, after we set
5223         ActiveControl, but before we call OnActivated.  Re-fixes #79667
5224         after the previous focus/active control fixes regressed it.
5225
5226         * Control.cs: reindent some code.
5227         
5228 2007-01-10  Chris Toshok  <toshok@ximian.com>
5229
5230         * Splitter.cs: clearing some outstanding changes from my tree.
5231         Replace all accesses (not writes) to the internal dock_style field
5232         with the Dock property.
5233
5234 2007-01-10  Chris Toshok  <toshok@ximian.com>
5235
5236         * Control.cs: make FireEnter, FireLeave, FireValidating, and
5237         FireValidated virtual.
5238
5239         * Form.cs: override and don't chain up calls to FireEnter and
5240         FireLeave.
5241
5242 2007-01-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5243
5244         * ListView.cs: Add more text padding space when using
5245         auto resize for columns (the previous value didn't work fine).
5246
5247         * ThemeWin32Classic.cs: Update text position inside columns,
5248         to match the appeareance of .Net.
5249
5250         * ColumnHeader.cs: When using auto resize, only the Width should
5251         depend on the sub items, not the Height. Also, set width after
5252         auto resizing (the value of Width should never remain as -1 or -2).
5253
5254 2007-01-10  Chris Toshok  <toshok@ximian.com>
5255
5256         * Application.cs: fix compilation errors when debug is enabled.
5257
5258 2007-01-10  Chris Toshok  <toshok@ximian.com>
5259
5260         * ContainerControl.cs (set_ActiveControl): rework this a bit (and
5261         add some nice ascii art pictures and explanation of the process).
5262         (GetMostDeeplyNestedActiveControl): new utility function we need
5263         because our ActiveControl can refer to a child container with its
5264         own ActiveControl.
5265
5266         * Form.cs (OnActivated): remove the call to SelectActiveControl
5267         from here, since you can override this method and not chain up,
5268         and winforms still sets the active control.
5269         (OnCreateControl): also remove the unnecessary SelectActiveControl
5270         call from here.
5271         (WndProc): it's actually called from the WM_ACTIVATE block, just
5272         before calling OnActivated.
5273
5274         * Control.cs (Select (Control)): move the call to XplatUI.SetFocus
5275         inside the else.  the ActiveControl setter will end up setting
5276         focus on @control.  This keeps us from setting it again (and
5277         generating an extra LostFocus/GotFocus pair).
5278         (Select (bool, bool)): reindent.
5279
5280 2007-01-10  Jonathan Pobst  <jpobst@novell.com>
5281
5282         * FlowLayoutPanel.cs, MenuStrip.cs, SplitContainer.cs, SplitterPanel.cs,
5283         StatusStrip.cs, TableLayoutPanel.cs, TableLayoutStyleCollection.cs,
5284         ToolStrip.cs, ToolStripComboBox.cs, ToolStripContainer.cs,
5285         ToolStripContentPanel.cs, ToolStripControlHost.cs, ToolStripDropDown.cs,
5286         ToolStripDropDownButton.cs, ToolStripDropDownItem.cs, ToolStripDropDownMenu.cs,
5287         ToolStripItem.cs, ToolStripMenuItem.cs, ToolStripPanel.cs, ToolStripPanelRow.cs,
5288         ToolStripSeparator.cs, ToolStripSplitButton.cs, ToolStripStatusLabel.cs
5289         ToolStripTextBox.cs: Another wave of corcompare work.
5290
5291 2007-01-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5292
5293         * ColumnHeader.cs: Implement 2.0 AutoResize method using
5294         the Width property.
5295
5296         * ListView.cs: Implement 2.0 AutoResizeColumn and AutoResizeColumns
5297         methods by callling Column.AutoResize method on columns.
5298
5299 2007-01-09  Jonathan Pobst  <monkey@jpobst.com>
5300
5301         * Control.cs: Provide proper implementations of PreferredSize
5302         and GetPreferredSize (2.0).
5303
5304 2007-01-09  Jonathan Pobst  <monkey@jpobst.com>
5305
5306         * Form.cs: Remove one character (!) to make my previous OnClosing
5307         stuff work for modal windows like MessageBox.
5308
5309 2007-01-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5310
5311         * ListView.cs:
5312         * ThemeWin32Classic.cs: Use ListView.GetReorderedColumn instead of
5313         ListView.Columns to get the last displayed column. Fixes #80452.
5314
5315 2007-01-09  Everaldo Canuto  <everaldo@simios.org>
5316
5317         * Label.cs, LinkLabel.cs: Source code identation fixes.
5318
5319 2007-01-08  Everaldo Canuto  <everaldo@simios.org>
5320
5321         * ToolBarButton.cs: Remove InvalidateBorder and use Invalidate instead,
5322         we dont need to invalidate only borders because when we invalidate four
5323         border lines the invalidate's generates a complete redraw of button, 
5324         because it now invalidate a complete rect some other redraws operations
5325         are fixed. Fixes #80196.
5326         
5327         * Theme.cs, ThemeNice.cs, ThemeClearLooks.cs, ThemeWin32Classic.cs:
5328         Remove ToolBarInvalidateEntireButton as it is not used.
5329
5330 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
5331         
5332         * Form.cs: Make sure that both OnClosing and OnFormClosing are
5333         called for 2.0 profile.
5334         * CloseReason.cs: Make class internal for 1.1.
5335
5336 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
5337
5338         * ToolStripManager.cs: Implement FindToolStrip functionality.
5339         * ToolStrip.cs: Register and unregister with ToolStripManager.
5340
5341 2007-01-07  Jonathan Pobst  <monkey@jpobst.com>
5342
5343         * Control.cs: This was messy.  2.0 moves much of ControlCollection
5344         to ArrangedElementCollection.  Implemented this with as few #if's as 
5345         possible (which is still too many).
5346
5347 2007-01-07  Jonathan Pobst  <monkey@jpobst.com>
5348
5349         * Control.cs: Implement SizeFromClientSize() [2.0].
5350
5351 2007-01-07  Everaldo Canuto  <everaldo@simios.org>
5352
5353         * Hwnd.cs: On GetClientRectangle add a new parameter border_static,
5354         use Theme.BorderSize to calculate area instead of static value 1, 
5355         by the way use new BorderStaticSize instead     Border3DSize when 
5356         border_static is true. Fixes #79537.
5357         
5358         * XplatUIOSX.cs: Fix call to GetClientRectangle. 
5359         
5360         * ThemeWin32Classic.cs: On CPDrawBorder3D dont draw inner border when
5361         it is not needed.
5362
5363 2007-01-06  Everaldo Canuto  <everaldo@simios.org>
5364
5365         * Hwnd.cs: Gives more code legibility to GetWindowRectangle.
5366
5367 2007-01-06  Everaldo Canuto  <everaldo@simios.org>
5368
5369         * Label.cs: Override CreateParams to use WS_EX_STATICEDGE instead of
5370         WS_EX_CLIENTEDGE in ExStyles when BorderStyle is Fixed3D, it is
5371         
5372         * Hwnd.cs: 
5373         - border_static field added, it will used to define when a control 
5374         theres 3D border but it must be static (thin).
5375         - In GetWindowRectangle use Theme.BorderSize to calculate area 
5376         instead of static value 1, by the way use new BorderStaticSize instead
5377         Border3DSize when border_static is true.
5378
5379         * XplatUIX11.cs, XplatUIOSX.cs: 
5380         - When WS_EX_STATICEDGE ExStyle is set define border_static as true.
5381         
5382         * Theme.cs: BorderStaticSize field added.
5383
5384 2007-01-05  Everaldo Canuto  <everaldo@simios.org>
5385
5386         * XplatUIX11.cs: Removed unused hwnd var in SetBorderStyle.
5387
5388 2007-01-05  Everaldo Canuto  <everaldo@simios.org>
5389
5390         * Control.cs: Under InternalBorderStyle call RecreateHangle to 
5391         mimic same behavior than win32 that set border only in CreateParams,
5392         it fix problems under CreateParams overrides. Fix #79442 and partial
5393         fix #79537.
5394         
5395         * XplatUIX11.cs: Dont set hwnd.border_style in SetBorderStyle instead
5396         of thi control you must call recreate handle. 
5397         
5398         * XplatUIWin32.cs: Remove all SetBorderStyle code, for win32 we dont
5399         need to do anything as RecreateHangle will take care about borders.
5400
5401 2007-01-05  Mike Kestner  <mkestner@novell.com>
5402
5403         * ListView.cs: hack to eliminate Lost/Got focus notifications on
5404         cycles between the ItemControl and parent.  Fixes #80388.
5405
5406 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
5407
5408         * Control.cs: Lazy init layout engine. Do not directly use 
5409         layout_engine since LayoutEngine may be overridden (on 2.0 profile).
5410
5411 2007-01-05  Chris Toshok  <toshok@ximian.com>
5412
5413         * DataGrid.cs: don't forceably rebind columns in SetDataSource
5414         unless our list manager has changed (i.e. unless we have reason to
5415         believe our columns have changed).  Fixes #80422.
5416         
5417         also, disable the call do BindColumns in
5418         OnListManagerMetaDataChanged.  this breaks this test in 2.0 (in
5419         1.1 the event isn't raised in response to a column addition on a
5420         table.)
5421
5422 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
5423
5424         * Control.cs: Move LayoutEngine.Layout to the OnLayout method, so
5425         that inheritors can not call it if they choose.  Fixes bug #80456.
5426
5427 2007-01-05  Andreia Gaita  <avidigal@novell.com>
5428
5429         * XplatUIWin32.cs: Initialize MSG.refobject at 0 so it 
5430         doesn't blow up with a null exception on marshalling.
5431         
5432 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
5433
5434         * Control.cs: Implement several 2.0 protected properties and methods.
5435         Ensure that all necessary events are being called when properties
5436         are set.
5437
5438 2007-01-05  Mike Kestner  <mkestner@novell.com>
5439
5440         * ListView.cs: implement PgUp/PgDn for Details view.  Also
5441         fixes First/LastVisibleIndex to use the item_control.ClientRect 
5442         instead of the parent control.  Fixes #80378.
5443
5444 2006-01-05  Atsushi Enomoto  <atsushi@ximian.com>
5445
5446         * PageSetupDialog.cs : cosmetic refactoring; use RegionInfo to
5447           determine whether to use yard-pound or not (bug #78399).
5448
5449 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
5450
5451         * FileDialog.cs: Sebastien fixed the libgdiplus png alpha
5452         problems. So it is time to bring back the old popupbutton colors.
5453
5454 2006-01-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5455
5456         * ColumnHeader.cs:
5457         * ListView.cs: Implement 2.0 ColumnHeader.DisplayIndex
5458         property by using the internal information of the
5459         columns order in ListView.
5460
5461 2007-01-04  Jonathan Pobst  <monkey@jpobst.com>
5462
5463         * CommonDialog.cs, Cursor.cs, ErrorProvider.cs, HelpProvider.cs:
5464         Add 2.0 Tag properties.
5465
5466         * LinkArea.cs: Add 2.0 ToString method.
5467
5468 2007-01-03  Chris Toshok  <toshok@ximian.com>
5469
5470         * DataGrid.cs: the Alt+0 handling was wrong, it should have been
5471         Ctrl+0.  Fixes bug #80367.  Also, don't eat the Delete keypress
5472         when we're editing, which fixes #80047.
5473
5474 2007-01-03  Chris Toshok  <toshok@ximian.com>
5475
5476         * Form.cs: apply patch contributed by Dominik Seichter.  fixes
5477         #80404.
5478
5479 2007-01-03  Jonathan Pobst  <monkey@jpobst.com>
5480
5481         * MenuStrip.cs, ToolStripMenuItem.cs: Add MdiWindowListItem
5482         property and implementation.
5483
5484         * Form.cs, MdiClient.cs, MdiWindowManager.cs: Add needed hooks
5485         for MdiWindowListItem property.
5486
5487         * ToolStripDropDown.cs: Don't consider hidden menu items while
5488         laying out the menu.
5489
5490 2007-01-03  Andreia Gaita  <avidigal@novell.com>
5491
5492         * SendKeys.cs: window handle is not needed in win32, so just
5493         get the active window for X after parsing keys and don't use
5494         it when building the message; it is passed by parameter to the 
5495         Xplat method and used there to build the message instead. Also,
5496         wait for events to be processed on SendWait, as opposed to Send,
5497         which doesn't wait :) Playing with threads and Send() completely 
5498         hangs on ms.net, only SendWait() works.
5499         
5500         XplatUIX11.cs
5501         X11Display.cs: Check for valid window handle.
5502
5503 2007-01-03  Jackson Harper  <jackson@ximian.com>
5504
5505         * TextControl.cs: Need to prevent wrap calculations when replacing
5506         text (this was there before i removed it accidently).
5507         - Don't update the cursor during the positioning, just set it to
5508         selection_start at the end of the operaion.
5509
5510 2007-01-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5511
5512         * Control.cs:
5513         * NotifyIcon.cs: corcompare work, no more X's in 1.1 class status.
5514         
5515 2007-01-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5516
5517         * MonthCalendar.cs: Added Click and DoubleClick events again,
5518         but this time they only hide Control's Click and DoubleClick.
5519         
5520 2007-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
5521
5522         * Theme.cs: Re-enabled DefaultFont change. Use const to refer to
5523         System.Drawing assembly. Spaces to tabs. Removed extra tabs.
5524
5525 2007-01-02  Jackson Harper  <jackson@ximian.com>
5526
5527         * TextBoxBase.cs: We move the caret with the split now, so we
5528         don't need to explicitly move the caret after splitting.  This
5529         fixes the caret bumping down an extra line on Enter.
5530
5531 2007-01-02  Miguel de Icaza  <miguel@novell.com>
5532
5533         * ContainerControl.cs: Add AutoValidateChanged event (for PDN
5534         2.72). 
5535
5536         * ScrollableControl.cs: Add Scroll event.
5537
5538 2007-01-02  Mike Kestner  <mkestner@novell.com>
5539
5540         * ListView.cs: one more try with help from georgegiolfan@yahoo.com 
5541         to fix all hdr height padding codepaths.  Fixes #80207.
5542
5543 2007-01-02  Chris Toshok  <toshok@ximian.com>
5544
5545         * StatusBar.cs (.ctor): remove the Anchor setting, as it's just
5546         setting it to the Control defaults anyway, and it being after the
5547         Dock set was screwing up layout.
5548         (set_Dock): don't short circuit out of setting base.Dock.  Also,
5549         no need to call UpdateStatusBar here, as it'll be re-layed out if
5550         it needs to be.
5551
5552 2007-01-02  Mike Kestner  <mkestner@novell.com>
5553
5554         * ListView.cs: patch from georgegiolfan@yahoo.com to add padding
5555         to header height for width == -1. Fixes the rest of #80207.
5556
5557 2007-01-02  Mike Kestner  <mkestner@novell.com>
5558
5559         * ListView.cs: rework the mouse event forwarding everaldo added
5560         to translate the coordinates to the parent control not
5561         raise the parent events until after we've done our work. Hover
5562         needs more work, in the case where HoverSelection is on, because
5563         the item control receives more than one MouseHover per Enter
5564         event, so we need to ensure only the "first" hover gets forwarded.
5565         Opening a minor bug for that.
5566
5567 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
5568
5569         * CheckedListBox.cs: Fixed SelectionMode to match MS.
5570         * ListControl.cs: Implemented AllowSelection property. Removed extra
5571         tabs.
5572         * ListBox.cs: Implemented AllowSelection property.
5573
5574 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
5575
5576         * MenuItem.cs: In MdiWindowClickHandler uses sender instead of
5577         SelectedItem, it prevent for errors when you must disable item
5578         before perform click. Fixes #80409.
5579
5580 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
5581
5582         * MenuAPI.cs: Prevent second level and beyond submenus to close
5583         until first level when move out side of popup.
5584         
5585 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
5586
5587         * MenuAPI.cs:
5588         - Down submenu positin in three pixels.
5589         - Closes sub menu when mouse leaves from menu. Fixes #80402.
5590
5591 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
5592
5593         * ThemeWin32Classic.cs:
5594         - Fix popup menu size adding one pixel on the top.
5595         - Down menu item border from two to one to mimic Win32.
5596         - Some source identation fixes. 
5597
5598 2007-01-01  Everaldo Canuto  <everaldo@simios.org>
5599
5600         * ThemeWin32Classic.cs: Use float numbers to calculate size and
5601         position of menu arrows, it fix wrong arrow size.
5602
5603 2007-01-01  Everaldo Canuto  <everaldo@simios.org>
5604
5605         * ThemeWin32Classic.cs: Uses CPDrawBorder3D to draw menu borders
5606         instead of line, it simplify draw operation and fix it using 3D
5607         borders to mimic Win32.
5608
5609 2007-01-01  Jonathan Pobst  <monkey@jpobst.com>
5610
5611         * StatusStrip.cs: Add implementation of the sizing grip.
5612
5613         * ToolStripRenderer.cs, ToolStripProfessionalRenderer.cs: Add
5614         StatusStrip rendering.
5615
5616 2006-12-31  Chris Toshok  <toshok@ximian.com>
5617
5618         * ToolBar.cs: don't assign to dock_style in the .ctor.  it doesn't
5619         override the layout style (anchor/dock) of the control.  assign to
5620         Dock instead.  Fixes bug #80416.
5621
5622         * ToolStrip.cs: same.
5623
5624 2006-12-31  Andreia Gaita  <avidigal@novell.com>
5625
5626         * ContainerControl.cs: Use ContainerSelected flag to check if 
5627         a Container is directly selected, or if Select is called on a 
5628         non-container. If a container is directly selected, focus events 
5629         should not be raised.
5630         Apply #80411 patch to throw exception on set_ActiveControl if 
5631         control is the same as the current one.
5632         
5633         * Control.cs: Use ContainerSelected flag (see above).
5634         Add invalidation check to raise event but not invalidate if 
5635         dimensions are 0.       
5636         Apply #80411 patch.
5637         
5638
5639 2006-12-31  Everaldo Canuto  <everaldo@simios.org>
5640
5641         * MenuAPI.cs: After click, dont close popup menu when menu is
5642         ContextMenu. Fixes #80399.
5643
5644 2006-12-30  Chris Toshok  <toshok@ximian.com>
5645
5646         * ContainerControl.cs: make sure we throw the exception if the
5647         container control doesn't contain the control we're setting
5648         ActiveControl to.
5649
5650 2006-12-30  Chris Toshok  <toshok@ximian.com>
5651
5652         * Control.cs (SetTopLevel): fix the exception raised by
5653         SetTopLevel for child controls.
5654         (set_Anchor): call UpdateDistances when setting the anchor type.
5655         This fixes bug #80336.
5656
5657 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
5658
5659         * Theme.cs: For now, revert back to 8pt font.
5660
5661 2006-12-29  Everaldo Canuto  <everaldo@simios.org>
5662
5663         * MenuAPI.cs: Set popup as active when open a ContextMenu. 
5664         Fixes #80395.
5665
5666 2006-12-29  Chris Toshok  <toshok@ximian.com>
5667
5668         * Control.cs: reorder the code in OnResize to give the same event
5669         ordering as MS.
5670
5671 2006-12-29  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5672
5673         * MdiClient.cs: Implemented MdiLayout for ArrangeIcons,
5674         TileHorizontally and TileVertically.
5675         
5676 2006-12-29  Alexander Olk  <alex.olk@googlemail.com>
5677
5678         * ColorDialog.cs, FileDialog.cs, FolderBrowserDialog.cs,
5679         FontDialog.cs, Mime.cs, MimeIcon.cs, OpenFileDialog.cs,
5680         SaveFileDialog.cs, ThemeClearlooks.cs, ThemeNics.cs:
5681         Corrected copyright and email adress.
5682
5683 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
5684
5685         * TreeNode.cs: On 2.0 profile, throw InvalidOperationException instead
5686         of Exception in FullPath property if no TreeView is associated with
5687         the TreeNode.
5688
5689 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
5690
5691         * Theme.cs: Marked default_font as private, and initialize it in ctor
5692         with MS Sans Sarif 8.25 on 1.0 profile, and SystemFonts.DefaultFont
5693         on 2.0 profile.
5694         * ThemeGtk.cs: Removed default_font intialization.
5695         * ThemeWin32Classic.cs: Removed default_font initialization.
5696
5697 2006-12-28  Chris Toshok  <toshok@ximian.com>
5698
5699         * Control.cs: fix a couple of place where we were creating handles
5700         more aggressively than we should be.  Fixes ControlRefresh unit
5701         tests.
5702
5703 2006-12-28  Chris Toshok  <toshok@ximian.com>
5704
5705         * Control.cs: contrary to what the comment said, Control.Dock does
5706         not supercede Control.Anchor - the last one you assign to decides
5707         the layout behavior.  so we need to keep track of which was the
5708         last set.  Also, fix some of the affected property arguments in
5709         PerformLayout calls, and remove an redundant parent.PerformLayout
5710         call in OnResized.
5711
5712         Add a VisibleInternal property, which returns is_visible.  We
5713         can/should get rid of all the usage of this field elsewhere.
5714
5715 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5716         
5717         * Control.cs: DoubleBuffered property reflects the OptimizedDoubleBuffer
5718         control style, not DoubleBuffer. Added UseDoubleBuffering property
5719         that indicates whether doublebuffering is enabled and supported.
5720         (comment from and code based on Gert Driesen's patch in #80324).
5721         Fixes #80324.
5722
5723 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5724         
5725         * Control.cs: Fixed a NRE.
5726
5727 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5728
5729         * TrackBar.cs: Fix SmallChange and LargeChange exceptions
5730         for 2.0.
5731
5732 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5733
5734         * Control.cs: Rewrote double buffering, now a seperate
5735         class handles all the buffering, no Graphics is disposed of
5736         until the painting is finished (earlier implementation 
5737         would crash if the control was resized in the OnPaint, 
5738         since it would cause the double buffer to be recreated
5739         and the old one disposed), a separate Graphics is 
5740         created for every paint (MS behaviour and anyways the state
5741         of the Graphics would have to be saved and restored otherwise)
5742         
5743         * XplatUIDriver.cs: 
5744         * XplatUIX11.cs:
5745         * XplatUI.cs: Added and implemented GetOffscreenGraphics 
5746         so that we can get the graphics for the back buffer without
5747         having to create a new one and remove the offscreen_dc parameter
5748         from CreateOffscreenDrawable and DestroyOffscreenDrawable.
5749         
5750 2006-12-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5751
5752         * ListView.cs: Add key-related 2.0 methods for CheckedItemCollection.
5753         Also make virtual all the key-related methods.
5754
5755         * ListViewItem.cs: Make virtual the key related methods for
5756         ListViewSubItemCollection.
5757
5758 2006-12-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5759
5760         * ListView.cs:
5761         * ListViewItem.cs:
5762         * ThemeWin32Classic.cs:
5763         * Theme.cs: Initial support for Tile view in ListView,
5764         as well as the implementation of the required bits for it (Item
5765         and Subitem).
5766
5767 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
5768
5769         * MonthCalendar.cs: On 2.0, throw ArgumentOutOfRangeException instead
5770         of ArgumentException in MaxSelectionCount, MaxDate and MinDate.
5771         Provide useful exception messages.
5772
5773 2006-12-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5774
5775         * TrackBar.cs: Remove a warning.
5776         * MonthCalendar.cs: Moved back to using Capture to hide the calendar
5777         when used by DateTimePicker, fixes #80287. This also requires that 
5778         MonthCalendar implements it's own drawing for the yearly updown control,
5779         otherwise the Capture tracking would be too complicated. Removed the Click 
5780         and DoubleClick events (according to comments they were hiding the base class
5781         event to prevent them from beeing fired - MSDN only says MonthCalendar doesn't
5782         raise these events, not that they cannot be raised. It is possible to raise 
5783         them by calling OnClick and OnDoubleClick). Added two internal fields in 
5784         HitTestInfo in order to track give more tracking info needed by MonthCalendar.
5785         * ThemeWin32Classic.cs: Implement drawing of MonthCalendar's updown part.
5786         * DateTimePicker.cs: Removed handling of MonthCalendar's LostFocus
5787         event, no longer needed.
5788         
5789 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
5790
5791         * ScrollableControl.cs: In AutoScrollMinSize, only set AutoScroll to
5792         true if new value differs from current value.
5793
5794 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
5795
5796         * Control.cs: ControlCollection.Count must be public. Fixed build of
5797         unit tests.
5798
5799 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
5800
5801         * ListView.cs: Redraw when FullRowSelect is changed. Fixes bug #80379.
5802
5803 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
5804
5805         * ComboBox.cs: Mergable=>MergableProperty. Fixes build.
5806
5807 2006-12-26  Everaldo Canuto  <everaldo@simios.org>
5808
5809         * Control.cs: Invalidates control including when Width and Height is 
5810         equal zero or is not visible, only Paint event must be care about 
5811         this. Fixes #79913.
5812
5813 2006-12-26  Chris Toshok  <toshok@ximian.com>
5814
5815         * CurrencyManager.cs, PropertyManager.cs, BindingManagerBase.cs:
5816         more corcompare work.
5817
5818         * DataGridView.cs: fix compiler warning.
5819
5820         * ColumnHeader.cs: some corcompare work, and also take the
5821         opportunity to make the internal fields private.
5822
5823         * ListView.cs: fix the fallout from the above field change.
5824
5825 2006-12-26  Jonathan Pobst  <monkey@jpobst.com>
5826
5827         * ToolStripButton.cs, ToolStripComboBox.cs, ToolStripControlHost.cs,
5828         ToolStripItem.cs, ToolStripProgressBar.cs, ToolStripSplitButton.cs,
5829         ToolStripTextBox.cs: Fixes to events and corcompare.
5830
5831 2006-12-26  Everaldo Canuto  <everaldo@simios.org>
5832
5833         * ListView.cs: Call owner.OnMousexx event to propagate events from
5834         item to ListView. Fixes #80367.
5835
5836 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
5837
5838         * ComboBox.cs: On 2.0, DropDownWidth throws ArgumentOutOfRangeException
5839         if value is less than one. ItemHeight should not be set to a value
5840         less than 1, and throw ArgumentOutOfRangeException on 2.0 profile. 
5841         Removed extra tabs.
5842
5843 2006-12-26  Jonathan Pobst  <monkey@jpobst.com>
5844
5845         * ToolStripMenuItem.cs: Add ShortcutDisplayString for Moma.
5846         * ToolStripStatusLabel.cs: Add Spring for Moma.
5847
5848 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
5849
5850         * DataGridView.cs: Fixed several NullReferenceException in On* methods.
5851         Fixed code formatting. Removed debug code.
5852         * DataGridViewTextBoxEditingControl.cs: Removed debug code.
5853
5854 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
5855
5856         * DataGridView.cs: Fixed GridColor, DefaultSize, DefaultCellStyle,
5857         RowHeadersDefaultStyle, RowHeadersWidth to match MS. Throw
5858         ArgumentOutOfRangeException if ColumnCount is negative. In 
5859         ColumnHeadersHeight, throw ArgumentOutOfRangeException if height is
5860         less than 4 or higher than 32768.
5861         * DataGridViewCellStyle.cs: Fixed default value for NullValue.
5862         Fixed FormatProvider to return CurrentCulture unless explicitly set.
5863         Fixed IsFormatProviderDefault to return true if FormatProvider has
5864         not been explicitly set.
5865
5866 2006-12-25  Chris Toshok  <toshok@ximian.com>
5867
5868         * Application.cs: add a couple of 2.0 events.
5869
5870 2006-12-25  Chris Toshok  <toshok@ximian.com>
5871
5872         * Control.cs: fix compiler warning.
5873
5874         * AxHost.cs: corcompare fixes.
5875
5876         * ApplicationContext.cs: corcompare fixes.
5877
5878 2006-12-25  Chris Toshok  <toshok@ximian.com>
5879
5880         * Control.cs: only update dist_right/dist_bottom if the
5881         width/height is > 0.  this fixes anchored controls being resized
5882         smaller until they disappear and then resized larger again.
5883
5884 2006-12-25  Chris Toshok  <toshok@ximian.com>
5885
5886         * Control.cs: a couple of changes.  Remove dist_left and dist_top,
5887         since they're nothing more than X/Left and Y/Top, respectively.
5888
5889         Also, move back to a per-control Bitmap/Graphics for
5890         DeviceContext, since using the static Hwnd.bmp/bmp_g is bad in the
5891         MT case.  Go with a tiny bitmap though, 1x1, instead of Width x
5892         Height.
5893
5894 2006-12-25  Miguel de Icaza  <miguel@novell.com>
5895
5896         * MessageBox.cs: Implemented overload that takes a new "bool
5897         displayHelpButton" by adding a new internal field "show_help".
5898         When clicked this will raise the HelpRequested on the owner or the
5899         main form. 
5900
5901         From: 007dbe3ff0ca4729a4f5fcd1d8ab2a2e.txt
5902         From: c935e12b95fe4dc1ae670e7f4dc5fd68.txt
5903
5904         * ListView.cs: Add support ColumnWidthChanged and
5905         ColumnWidthChanging. 
5906
5907         Add support for ColumnReordered event.
5908         (ReorderColumn): Add NET_2_0 specific support for cancelling the
5909         reorder.
5910
5911         Very nice codebase!
5912
5913         * TextBoxBase.cs (GetLineFromCharIndex): Implement this method.
5914
5915         This is used by report f4ae0a88a0a244558aaadf017c9b9efe.
5916
5917 2006-12-24  Chris Toshok  <toshok@ximian.com>
5918
5919         * GridTablesFactory.cs: 2.0 corcompare work.
5920
5921         * ToolStripContainer.cs: add "override" to
5922         ContextMenuStripChanged, and remove the local event object.
5923
5924         * ToolStripDropDown.cs: same with a couple properties.
5925
5926         * ToolStripPanel.cs: same with AutoSizeChanged event.
5927
5928         * TextBoxBase.cs: add "override" to AutoSizeChanged.
5929
5930         * Form.cs: add the remaining 2.0 events, and do some corcompare
5931         attribute work.
5932
5933         * DateTimePicker.cs: add "new" to padding.
5934
5935         * ButtonBase.cs: use Control's use_compatible_text_rendering.
5936
5937         * ToolStripContentPanel.cs: use base.AutoSizeChanged.
5938
5939         * DataGridView.cs: PaddingChanged is overridden.
5940
5941 2006-12-24  Chris Toshok  <toshok@ximian.com>
5942
5943         * Control.cs: corecompare work here too.
5944
5945         * DataGridViewElement.cs, DataGridView.cs,
5946         DataGridViewButtonCell.cs, DataGridViewRowCollection.cs,
5947         DataGridViewImageColumn.cs, DataGridViewComboBoxColumn.cs,
5948         DataGridViewImageCell.cs, DataGridViewCheckBoxCell.cs,
5949         DataGridViewHeaderCell.cs, DataGridViewCell.cs: more corcompare
5950         work.
5951
5952 2006-12-24  Miguel de Icaza  <miguel@novell.com>
5953
5954         * Control.cs: Switched the error message on the console for a
5955         todo.  A review of the code will have to cope with this anyways
5956         (since its a large feature, it is in our radar) and it was
5957         producing too much output when running PDN.
5958
5959         * ToolStripComboBox.cs: Set the text when the SelectedIndex
5960         changes.  Applications depend on this (PDN 2.72)
5961
5962 2006-12-23  Chris Toshok  <toshok@ximian.com>
5963
5964         * TableLayoutSettings.cs: finish up the corcompare work for this
5965         class.
5966
5967 2006-12-23  Chris Toshok  <toshok@ximian.com>
5968
5969         * Control.cs: make SetImplicitBounds internal, do some futzing
5970         with LayoutEngine so that it's available in 1.1, and remove the
5971         entire duplicated code mess from PerformLayout.  Use
5972         System.Windows.Forms.Layout.DefaultLayout instead.
5973
5974         * LayoutEngine.cs: make this class internal in 1.1, public in 2.0.
5975
5976 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
5977
5978         * Form.cs: Add MainMenuStrip property.
5979
5980 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
5981
5982         * Control.cs: Add ContextMenuStrip property and implementation.
5983         Fix ContextMenu implementation to show menu centered on control when
5984         activated using the keyboard instead of showing at screen (0,0).
5985
5986         * ToolStripDropDown.cs: Fix needed overload of Show ().
5987
5988 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
5989
5990         * Menu.cs: Name property added for 2.0 profile.
5991         
5992 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
5993
5994         * Menu.cs: Update information about FindMenuItem, method to be
5995         implemented soon.
5996
5997 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
5998
5999         * MenuAPI.cs: When deselect items deselect also selected subitems.
6000         
6001 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
6002
6003         * MenuAPI.cs: When hides menu set Wnd to null, it prevents
6004         FindSubItemByCoord to found itens that is not active, also an
6005         cheking added to FindSubItemByCoord to search for items only 
6006         in visible popup windows. Fixes #80274.
6007
6008 2006-12-22  Everaldo Canuto  <everaldo@simios.org>
6009
6010         * UserControl.cs: Remove MonoTodo and use InternalBorderStyle,
6011         internal property, it be care about change ExStyle. 
6012
6013 2006-12-22  Andreia Gaita  <avidigal@novell.com>
6014
6015         * ContainerControl.cs: set activeControl for parent forms up the 
6016         tree when the new activecontrol is a container.
6017         When validating the active control, if it is a container, also
6018         raise up the validation for it's active control. Fixes #80280
6019         
6020         * Control.cs: Add internal property flag and check to prevent
6021         Focus events from getting raised when Select() is called for
6022         a ContainerControl. There are still too many focus events being
6023         raised at the moment though.
6024         Cleaned up the code a bit.
6025
6026 2006-12-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6027
6028         * Control.cs: Added all missing 2.0 events.and
6029         fixed a couple of corcompare issues.
6030         * TrackBar.cs: Implemented missing 2.0 bits.
6031         * MonthCalendar.cs, 
6032         * DateTimePicker.cs, 
6033         * MdiClient.cs: Fixed some corcompare issues.
6034
6035 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
6036
6037         * ContextMenuStrip.cs, FlowLayoutPanel.cs, SplitContainer.cs,
6038         SplitterPanel.cs: corecompare work.
6039
6040 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
6041
6042         * ToolStripContainer.cs, ToolStripDropDown.cs, StatusStrip.cs:
6043         Clean up warnings for BackgroundImageChanged and PaddingChanged
6044         events now that they are implemented in Control.cs.
6045
6046 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
6047
6048         * Control.cs: Make sure layout_engine isn't null before using it (2.0).
6049         
6050         * TableLayoutControlCollection.cs, TableLayoutPanel.cs, TableLayoutCellPosition.cs,
6051         TableLayoutSettings.cs, TableLayoutStyleCollection.cs: Initial implementation
6052         of TableLayoutPanel and supporting cast.
6053
6054 2006-12-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6055
6056         * XplatUIWin32.cs: 
6057         - GrabWindow now confines the mouse pointer to the confine window.
6058         - Added Win32ClipCursor and Win32GetClipCursor.
6059
6060         * Control.cs: 
6061         - Added CaptureWithConfine to be able to capture and confine 
6062         mouse pointer.
6063         
6064         * InternalWindowManager.cs: 
6065         - Call CaptureWithConfine instead of Capture if we're an
6066         MdiChild (fixes #79982).
6067
6068 2006-12-21  Chris Toshok  <toshok@ximian.com>
6069
6070         * DataGrid.cs: guard against the initial state of selection, where
6071         selection_start == -1.  make sure we only select from index >= 0.
6072         Fixes bug #80291.
6073
6074 2006-12-21  Chris Toshok  <toshok@ximian.com>
6075
6076         * Control.cs: we don't need to be so draconian with
6077         UpdateDistances, and we thusly don't need to call it before
6078         calling PerformLayout in ResumeLayout.  Fixes bug #80289.
6079
6080 2006-12-21  Daniel Nauck  <dna@mono-project.de>
6081
6082         * ComboBox.cs,
6083         TextBox.cs: Implemented AutoComplete properties.
6084
6085 2006-12-20  Chris Toshok  <toshok@ximian.com>
6086
6087         * DataGridView*.cs: some corecompare work.
6088
6089 2006-12-20  Jackson Harper  <jackson@ximian.com>
6090
6091         * XplatUIX11.cs: We need to hide the caret when deleting it,
6092         otherwise you get carets left lying around everywhere.
6093         * TextBoxBase.cs: Kill then redraw the caret when scrolling.  This
6094         prevents getting some weird half drawn caret tracers when
6095         scrolling.
6096         * TextControl.cs: Attempt to reduce the number of times we need to
6097         recreate the caret.
6098
6099 2006-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
6100
6101         * MonthCalendar.cs: Fixed previous month button. Removed extra tabs.
6102
6103 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6104
6105         * DateTimePicker.cs:
6106         - Implemented missing 2.0 bits.
6107         - Changed some default values to match MS.
6108         
6109 2006-12-20  Jackson Harper  <jackson@ximian.com>
6110
6111         * TextBoxBase.cs: When changing the font across the document we
6112         can't recalculate after changing each line, since that will cahnge
6113         the line count.
6114         - PreferredHeight is a little different than i thought.
6115         - When backspacing, move the caret before we do the actual char
6116         delete, because when that delete crosses a wrap boundary the
6117         positional information will change.
6118
6119 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6120
6121         * Control.cs: Added some missing 2.0 bits: 
6122         BackgroundImageLayout, BackgroundImageLayoutChanged, 
6123         OnPaddingChanged, MouseClick, MouseDoubleClick, PaddingChanged and 
6124         add IBindableComponent and IDropTarget implementation.
6125         
6126         * MonthCalendar.cs: 
6127         - Added all missing 2.0 features:
6128         BackgroundImageLayout, RightToLeftLayout, 
6129         OnHandleDestroyed, RightToLeftLayoutChanged, 
6130         BackgroundImageLayoutChanged, MouseClick, MouseDoubleClick,
6131         PaddingChanged.
6132         - Rewrote all the BoldDate code, it was completely broken.
6133         - Fixed all the tests (the tests can now be re-enabled, the
6134         problems were not with the tests, but with the control, it was
6135         mostly broken).
6136         
6137         * DateTimePicker.cs: Changed the location where the 
6138         MonthCalendar is shown.
6139         
6140 2006-12-19  Chris Toshok  <toshok@ximian.com>
6141
6142         * DataGridView.cs: add IDropTarget implementation.
6143
6144         * ToolStripPanel.cs: add IDropTarget implementation.
6145
6146 2006-12-19  Jackson Harper  <jackson@ximian.com>
6147
6148         * TextControl.cs: soft now means something different than what it
6149         used to mean, we want to move the caret regardless of whether or
6150         not this break was soft (would we really have wanted the caret
6151         to not move with the break in the old context?)
6152         * TreeView.cs: Make sure we factor in the vert scrollbar when
6153         calculating the horizontal scrollbar's maximum.
6154
6155 2006-12-19  Andreia Gaita  <avidigal@novell.org>
6156
6157         * SendKeys.cs: Fix Send() behaviour, clear keys after sending,
6158         check for keywords in alternate casing, close bug #80049.
6159
6160 2006-12-19  Chris Toshok  <toshok@ximian.com>
6161
6162         * ToolStripItem.cs: add the implementation of the 4 IDropTarget
6163         methods (which all do nothing).
6164
6165         * IDropTarget.cs: add the 4 missing methods.
6166
6167 2006-12-19  Chris Toshok  <toshok@ximian.com>
6168
6169         * TableLayoutRowStyleCollection.cs: corcompare work.
6170         
6171         * TableLayoutSettings.cs: same.
6172
6173         * TableLayoutStyle.cs: same.
6174
6175         * TableLayoutColumnStyleCollection.cs: same.
6176
6177 2006-12-19  Jonathan Pobst  <monkey@jpobst.com>
6178
6179         * ColumnStyle.cs, RowStyle.cs, TableLayoutStyle.cs: Plumbing for
6180         TableLayoutPanel I've had in my local tree for way too long.
6181
6182 2006-12-19  Miguel de Icaza  <miguel@novell.com>
6183
6184         * TableLayoutSettings.cs: Finish the public API (still needs all
6185         the logic to update on changes). 
6186
6187         * TableLayoutPanelCellPosition.cs: new file.
6188         
6189         * TableLayoutRowStyleCollection.cs,
6190         TableLayoutColumnStyleCollection, TableLayoutStyle.cs,
6191         TableLayoutSettings.cs: Track the final 2.0 table api.
6192
6193 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6194
6195         * ColumnHeader.cs: Add Tag, Name, ImageKey, ImageIndex,
6196         and Image List 2.0 members for ColummnHeader.
6197         * ListView.cs: Add key-related 2.0 methods for
6198         ColumnHeaderCollection.
6199
6200 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
6201
6202         * ListViewItem.cs: Changed AddRange overloads to match MS: throw
6203         ArgumentNullException if items argument is null. Ignore null item in
6204         arrays. Removed extra tabs.
6205
6206 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
6207
6208         * MonthCalendar.cs: Fixed InvalidCastException.
6209
6210 2006-12-19  Jackson Harper  <jackson@ximian.com>
6211
6212         * TextControl.cs: Don't increment the position here.
6213         - When calculating char positions only add in the line break size
6214         for hard line breaks.
6215
6216 2006-12-19  Andreia Gaita  <avidigal@novell.org>
6217
6218         * SendKeys.cs: Changed some things to match ms.net behaviour
6219         when parsing shifted capital letters.
6220         
6221         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32, XplatUIOSX: 
6222         Add window handle as parameter to SendInput. X11 needs the 
6223         window handle, and the handle being passed      to it in the keys 
6224         queue is the active control handle (which windows needs), not 
6225         the window handle.
6226         
6227         XplatUIX11.cs, XplaUIX11-new.cs, X11Display: Implement SendInput 
6228         to support SendKeys on X.       
6229         
6230         * X11Keyboard: Implement helper method to lookup a linux keycode
6231         given the virtual keycode. Added table of keycode-2-virtualkey
6232         values to support this.
6233
6234 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6235
6236         * ListView.cs: Add support for SelectedIndexCollection
6237         and SelectedItemCollection 2.0 methods. Implement support
6238         for ImageKey too.
6239         * ListViewItem.cs: Add support for ListViewSubItemCollection
6240         2.0 methods. Also, fix an incorrect behavior of AddRange method
6241         (it shouldn't call Clear).
6242         * ThemeWin32Classic.cs: Support for ListView.ImageKey 2.0 property.
6243
6244 2006-12-19  Jackson Harper  <jackson@ximian.com>
6245
6246         * RichTextBox.cs: 
6247         * TextBoxBase.cs: New args for FormatText
6248         * TextControl.cs: Rewrote the main drawing method, this version
6249         feels a little easier to understand and debug to me.  Hopefully it
6250         does to others also
6251         - Fix FormatText to OR in the new formating values.  Added
6252         FormatSpecified param, basically this works in the same way as
6253         BoundsSpecified in Control.
6254         - Set the caret properties when the caret is positioned.
6255         - When wrapping text make sure that we calculate the width of the
6256         last character
6257         - when calculating alignments we might have wrapped down to the
6258         next line, so don't search for an individual tag, search for the
6259         end of the line
6260         - We need to invalidate the selection area when we replace the
6261         selection.
6262         
6263 2006-12-19  Daniel Nauck  <dna@mono-project.de>
6264
6265         * Application.cs: add Restart () 2.0 support
6266
6267 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
6268
6269         * MenuItem.cs: Invalidate menu item rectangle after change Enable
6270         property. Fixes #80268.
6271         
6272 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
6273
6274         * MenuAPI.cs: Dont trigger select event when closes top menu
6275         item. Fixes #80270.
6276
6277 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
6278
6279         * MenuAPI.cs: When you click on menuitem only trigger onselect
6280         event for top menu itens. Fixes #80271.
6281         
6282 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6283
6284         * MdiWindowManager.cs: Make IconicBounds depend on
6285         the bottom of MdiClient, not the top (fixes #80267)
6286         
6287 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6288
6289         * MdiClient.cs: Added missing 2.0 attribute
6290
6291 2006-12-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6292
6293         * ListViewItem.cs: Add Name and Tag 2.0 properties, as well
6294         as IndexOfKey, ContainsKey, RemoveByKey and indexer 2.0.
6295
6296 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
6297
6298         * MenuAPI.cs: Fix click when menuitem is not popup,
6299         this regression was caused by last commit (#80272).
6300
6301 2006-12-17  Everaldo Canuto  <everaldo@simios.org>
6302
6303         * MenuAPI.cs: When a non-toplevel menuitem is clicked dont
6304         fire click event or close menu. Fixes #80272.
6305
6306 2006-12-17  Daniel Nauck  <dna@mono-project.de>
6307
6308         * ListViewHitTestInfo.cs: add
6309
6310 2006-12-17  Daniel Nauck  <dna@mono-project.de>
6311
6312         * ButtonBase.cs: Added FlatButtonAppearance 2.0 support.
6313         * FlatButtonAppearance.cs: add
6314         * DockingAttribute.cs: add
6315
6316 2006-12-17  Chris Toshok  <toshok@ximian.com>
6317
6318         * DataGrid.cs: hook up MetaDataChanged event on the list manager,
6319         and rebind our columns when it does - this way, if you make
6320         changes to the DataTable (or set the Table attribute on a DataView
6321         after setting it as the DataGrid's DataSource, the changes are
6322         made visible.)  Fixes bug #80107.
6323
6324 2006-12-17  Daniel Nauck  <dna@mono-project.de>
6325
6326         * ListViewGroup.cs: add internal Location property for layouting.
6327         * Theme.cs: add abstract ListViewGroupHeight function.
6328         * ThemeWin32Classic.cs: implement ListViewGroupHeight function.
6329
6330 2006-12-16  Andreia Gaita  <avidigal@novell.com>
6331
6332         * TabControl.cs: Fixed checks for NET_2_0-specific exceptions.
6333         Added reset of selected index to 0 when adding first tab page.
6334         Fixes #80264
6335         
6336         * NumericUpDown.cs: Fix NET_2_0 check
6337
6338 2006-12-16  Daniel Nauck  <dna@mono-project.de>
6339
6340         * ListViewGroup.cs: fixed DefaultValueAttribute value
6341
6342 2006-12-16  Daniel Nauck  <dna@mono-project.de>
6343
6344         * AutoCompleteStringCollection.cs: add new AutoCompleteStringCollection 2.0 class
6345
6346 2006-12-15  Miguel de Icaza  <miguel@novell.com>
6347
6348         * Button.cs, ComboBox.cs, ScrollBar.cs, UserControl.cs,
6349         TextBoxBase.cs, ListView.cs, ContainerControl.cs,
6350         ScrollableControl.cs: Add a handful of methods that are
6351         overwritten in 2.0 
6352
6353 2006-12-15  Chris Toshok  <toshok@ximian.com>
6354
6355         * XplatUIWin32.cs: initial implementation of the Reversible
6356         drawing functions.  there are some problems.  DrawReversibleFrame
6357         doesn't seem to work at all for Dashed FrameStyle, and in the
6358         Thick case there are drawing errors at the corners (we probably
6359         need to bind Rectangle instead of doing moveto/lineto's.)
6360
6361 2006-12-16  Andreia Gaita  <avidigal@novell.com>
6362         
6363         * SendKeys.cs: Implemented. SendKeys uses a new method in XPlatUI, SendInput, 
6364         to send blocks of key messages. Send accumulates keys to send with Flush, 
6365         while SendWait sends all keys immediately.
6366                 
6367         * XplaUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs, 
6368         XplatUIX11.cs,  XplatUIX11-new.cs:
6369         - Define SendInput and stubs for OSX and X11, implements Win32 with a call
6370         to Win32 SendInput.
6371         - Added INPUT support structures to XplatUIWin32 for Win32SendInput
6372         
6373         Tests:  It seems ms.net is hooking the keyboard to implement this, so doing unit
6374         testing for ms.net on this class is very tricky, as the tests run too fast 
6375         to allow the hook to release, essentially freezing the keyboard and the 
6376         test. So, barring a win32 miracle, they'll be commited in the ms-notworking     
6377         category :p
6378
6379 2006-12-16  Daniel Nauck  <dna@mono-project.de>
6380
6381         * Padding.cs: fixed serialization compability to MS ("_var" field names),
6382                         added missing attributes.
6383  
6384 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6385
6386         * ListViewGroup.cs: Added missing attributes.
6387         * ListViewGroupCollection.cs: Added missing attributes.
6388
6389 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6390
6391         * ListViewItem.cs: fixed ListViewSubItem text property.
6392
6393 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6394         
6395         * Control.cs: Added missing 2.0 attributes
6396         
6397 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6398         
6399         * MdiClient.cs: Added missing 2.0 attribute.
6400         * MonthCalendar.cs: Added some missing 2.0 attributes 
6401         and properties.
6402         
6403 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6404
6405         * ListView.cs: implemented ListViewItemCollection Add 2.0 support.
6406
6407 2006-12-15  Jonathan Pobst  <monkey@jpobst.com>
6408
6409         * MainMenu.cs: Add the new 2.0 constructor to help out people
6410         using the MainMenu in VS2005.
6411
6412 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6413         
6414         * MdiChildContext.cs: Removed it, no longer used.
6415         * MdiClient.cs: Added missing 2.0 attributes.
6416         
6417 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6418         
6419         * InternalWindowManager.cs: Fix a NullRef with previous 
6420         changes for toolwindows.
6421         
6422 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6423
6424         * Control.cs: 
6425         - Added AfterTopMostControl to allow for certain controls 
6426         to always stay on top when normal controls are brought to 
6427         front.
6428         
6429         * XplatUIWin32.cs: 
6430         - (DrawInversibleRectangle): Get window rectangle from Win32 
6431         in stead of from control, since Win32 doesn't calculate
6432         screen coords correctly from control's Location if it 
6433         have docked siblings.
6434         
6435         * MdiWindowManager.cs:
6436         - Correct the control menu popup location when clicked on
6437         the maximized form icon. (fixes #80223.1)
6438         - Don't show moving rectangle if mouse hasn't moved from
6439         the original clicked point.
6440         - Removed FormGotFocus handler (not used).
6441         - Calculate the control buttons location from the main
6442         window's size and not client size (fixes #79770).
6443         - Form is now closed when the form icon is double-clicked
6444         (fixes #79775). 
6445         - Correct NCCalcSize numbers a little bit (fixes #80223.2)
6446         
6447         * InternalWindowManager.cs:
6448         - Moved some MDI-only methods to MdiWindowManager.
6449         - Removed unused properties and methods.
6450         - Unified method naming for methods handling wm messages.
6451         - Moved all message handling to seperate methods for
6452         each message.
6453         
6454         * ThemeWin32Classic.cs:
6455         - DrawManagedWindowDecorations now draws the title bar 
6456         with a gradient brush.
6457         - Add a CPDrawButtonInternal that allows us to specify
6458         light, normal and dark colors for the buttons (control 
6459         buttons for MDI children were drawn with the same light
6460         color as the background, therefore loosing the 3D effect).
6461         
6462         * SizeGrip.cs:
6463         - Add a CapturedControl property that is used to 
6464         determine the control to resize (defaults to parent). 
6465         Needed for MdiClient, since its SizeGrip's parent is
6466         MdiClient, but the control to resize is the main form.
6467         
6468         * MdiClient.cs:
6469         - Set SizeGrip's CapturedControl to the main form in order
6470         to resize the main form and not the MdiClient.
6471         - Override AfterTopMostControl to leave the scrollbars 
6472         always on top.
6473
6474 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6475
6476         * ListView.cs: fixed ListViewItemCollection AddRange and
6477                         implemented ListViewItemCollection AddRange 2.0 support.
6478
6479 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6480
6481         * ListViewGroup.cs: Add.
6482         * ListViewGroupCollection.cs: Add
6483         * ListView.cs: Add ListViewGroup (Group) and ShowGroups 2.0 support.
6484         * ListViewItem.cs: Add ListViewgroup (Group), ListViewGroups constructors and
6485                                 stub for ImageKey 2.0 support.
6486
6487 2006-12-14  Mike Kestner  <mkestner@novell.com>
6488
6489         * ListView.cs: add text padding to the autocalculation for columns
6490         of width -2.  Fixes #80207.
6491  
6492 2006-12-14  Mike Kestner  <mkestner@novell.com>
6493
6494         * ListView.cs: add some index guarding for partial row navigation 
6495         logic.  Fixes #80250.
6496
6497 2006-12-14  Mike Kestner  <mkestner@novell.com>
6498
6499         * ListView.cs: throw ArgumentExceptions when parented ListViewItems
6500         are added or inserted to the collection.  Fixes #81099.
6501
6502 2006-12-13  Everaldo Canuto  <everaldo@simios.org>
6503
6504         * MenuAPI.cs: Closes menu when right click out side of popup
6505         it fix problem in ContextMenu and MainMenu. Fixes #80252.
6506
6507 2006-12-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6508
6509         * ListViewItem.cs: Fix dumb error.
6510
6511         * ListView.cs: Add Find and ContainsKey methods in 
6512         ListViewItemCollection, and also return true for IsReadOnly
6513         and IsFixedSize (changes for 2.0). 
6514
6515 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
6516
6517         * Control.cs: Allow Region to be set to null.
6518
6519 2006-12-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6520
6521         * MdiWindowManager.cs: Remove unused (commented out) code.
6522         * Form.cs: When the MdiChild is maximized, the form needs 
6523         WM_NCMOUSELEAVE, so request it.
6524         * InternalWindowManager.cs: 
6525         - Added tooltips to control buttons.
6526         - Removed duplicated control button handling code.
6527         - Removed unused (commented out) code.
6528         
6529 2006-12-12  Everaldo Canuto  <everaldo@simios.org>
6530
6531         * MenuAPI.cs: Set cursor to default in popup menus, a XplatUI.SetCursor 
6532         was used because we must set cursor without trigger ChangeCursor event
6533         and without change Cursor control property. Fixes #79963.
6534
6535 2006-12-12  Andreia Gaita  <avidigal@novell.com>
6536         
6537         * Control.cs: Check if Region setter value is null, and ignore
6538
6539 2006-12-12  Jackson Harper  <jackson@ximian.com>
6540
6541         * TextControl.cs: We were almost always drawing one more line then
6542         needed, since the GetLineByPixel will return the last line found
6543         at that pixel. In most cases though, we were invalidating up to
6544         the junction between two lines.
6545         - Improve debug code.
6546
6547 2006-12-12  Chris Toshok  <toshok@ximian.com>
6548
6549         * XplatUI.cs: add static DrawReversibleFrame, DrawReversibleLine,
6550         and FillReversibleRectangle.
6551
6552         * XplatUIDriver.cs: add abstract DrawReversibleFrame, DrawReversibleLine,
6553         and FillReversibleRectangle.
6554
6555         * XplatUIWin32.cs: add stubs which do nothing for
6556         DrawReversibleFrame, DrawReversibleLine, and
6557         FillReversibleRectangle.
6558
6559         * XplatUIOSX.cs: add stubs which raise NIE for
6560         DrawReversibleFrame, DrawReversibleLine, and
6561         FillReversibleRectangle.
6562
6563         * XplatUIX11.cs: add working implementation for
6564         DrawReversibleFrame, DrawReversibleLine, and
6565         FillReversibleRectangle.
6566         
6567         * ControlPaint.cs: implement DrawReversibleFrame,
6568         DrawReversibleLine, and FillReversibleRectangle, by calling into
6569         the appropriate XplatUI method.
6570
6571 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6572
6573         * Form.cs: Make MdiClient have the focus even if it's
6574         not selectable, since it should receive WM_KEY* and WM_MOUSE 
6575         messages. Fixes #79907.
6576         
6577 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6578
6579         * Hwnd.cs: Save the CreateParams.ExStyle so that it can be
6580         queried after the window is created.
6581         
6582         * XplatUIX11.cs: Added SendParentNotify to implement 
6583         WM_PARENTNOTIFY logic. Fixes #79965.
6584         
6585         * Control.cs: Added MakeParam.
6586         
6587 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6588
6589         * MdiClient.cs: Resume Layout before setting window
6590         states (fixes #80201).
6591
6592 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6593
6594         * MenuAPI.cs: Deselect a menu item after performing
6595         the click (fixes #80197).
6596
6597 2006-12-11  Jackson Harper  <jackson@ximian.com>
6598
6599         * TextBoxBase.cs: We need to cap this value, since Maximum -
6600         ViewPortHeight can be less than zero.
6601         - Only do selection with the left mouse button.
6602         * TextBox.cs: Don't tell the world that we have a context menu.
6603         * Control.cs: New method so that we can control whether or not the
6604         context menu is visible outside MWF.
6605
6606 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
6607
6608         * ToolBarButton.cs: Fix text positon. 
6609
6610 2006-12-11  Miguel de Icaza  <miguel@novell.com>
6611
6612         * ProgressBar.cs (MarqueeAnimationSpeed): Add stub.
6613
6614         * Control.cs (DoubleBuffered): Add implementation.
6615
6616         * Application.cs (OpenForms): Add.
6617
6618 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
6619
6620         * Form.cs: Use opacity instead of Opactiy to determine if we need
6621         to set the WS_EX_LAYERED bit.  [Fixes bug #80185]
6622
6623 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
6624
6625         * Control.cs: Fix NRE if Control.Site was set to null.
6626
6627 2006-12-11  Chris Toshok  <toshok@ximian.com>
6628
6629         * Control.cs: ControlCollection.Remove should return if the arg is
6630         null, and ControlCollection.SetChildIndex should raise a ANE.
6631
6632 2006-12-11  Gert Driesen  <drieseng@users.sourceforge.net>
6633
6634         * Control.cs: Verify value set for Dock property. Code formatting
6635         updates.
6636
6637 2006-12-11  Jackson Harper  <jackson@ximian.com>
6638
6639         * TextControl.cs: Draw the caret and the selection when a flag is
6640         set on the owner.
6641         * TextBoxBase.cs: We want to draw the caret and the selection for
6642         TextBox but not for TextBoxBase.
6643         - If the window is resized and scrolling is no longer needed (the
6644         whole doc is visible) set the scroll position to zero.
6645         - The default SelectWord (the one TextBox uses) should move the
6646         caret to the end of the word.
6647         - SelectAll moves the caret to the end of the selection.
6648         * TextBox.cs: We don't selectall on focus, we just do it when the
6649         control is created.
6650         
6651 2006-12-11  Mike Kestner  <mkestner@novell.com>
6652
6653         * ComboBox.cs: stub in a 2.0 override for ProcessKeyEventArgs.
6654
6655 2006-12-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6656
6657         * ListView.cs: Add Insert, IndexOfKey, RemoveByKey and indexer 
6658         2.0 support.
6659         * ListViewItem.cs: Add Name 2.0 property.
6660
6661 2006-12-11  Andreia Gaita  <avidigal@novell.com>
6662
6663         * TabControl.cs: Set visibility on selected or default tab 
6664         when tabcontrol handle is created, so that it's contents
6665         actually show up (duh). Fixes #80193
6666         Don't redraw the control if there is no handle created, as
6667         the selected index might be completely invalid. Added some tests
6668         to check for this.
6669
6670 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
6671
6672         * ToolBar.cs: Uses maximun width and height of all buttons as 
6673         button rectangle when ButtonSize specified, it looks strange but
6674         is what happens in Win32. Fixes #80189.
6675
6676 2006-12-11  Jackson Harper  <jackson@ximian.com>
6677
6678         * TextControl.cs: Need to track undo levels ourself, since
6679         compound actions will mess them up.
6680
6681 2006-12-10  Andreia Gaita  <avidigal@novell.com>
6682
6683         * TabControl.cs: Raise SelectedIndexChanged for 1.1 if the
6684         SelectedIndex value is changed (even if it's not valid).
6685         Reset SelectedIndex to 0 when the handle is created and if
6686         the current index is invalid.
6687         Fixes SelectdeIndex unit tests and #80128
6688
6689 2006-12-08  Chris Toshok  <toshok@ximian.com>
6690
6691         * DataGrid.cs (set_CurrentCell): because EnsureCellVisibility
6692         calls EndEdit, it needs to be called before we set current_cell to
6693         its new value.  Otherwise, we end up committing the value in the
6694         textbox to the new cell as well.  Fixes bug #80160.
6695
6696 2006-12-08  Chris Toshok  <toshok@ximian.com>
6697
6698         * Form.cs (set_CancelButton): if the button's DialogResult is
6699         None, set it to Cancel.  Fixes bug 80180.
6700
6701 2006-12-08  Jackson Harper  <jackson@ximian.com>
6702
6703         * TextBoxBase.cs: Ugh, ClientSize can be 0,0 sometimes, so we need
6704         to watch ourselves when setting the canvas size and setting the
6705         scrollbar values.
6706
6707 2006-12-08  Chris Toshok  <toshok@ximian.com>
6708
6709         * DataGrid.cs: comment out the two MakeTransparent calls for the
6710         time being so people using trunk (and not 1.2.2) on windows can
6711         actually use the datagrid.  This deals with bug #80151.
6712
6713 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
6714
6715         * ThemeWin32Classic.cs: Change ButtonBase_DrawImage to use the
6716         Graphics.DrawImage (image, int, int, int, int) overload instead
6717         of Graphics.DrawImage (image, int, int).  GDI+ can't figure out
6718         the dpi difference and was blurring images it drew.
6719         [Fixes bug #79960]
6720
6721 2006-12-08  Chris Toshok  <toshok@ximian.com>
6722
6723         * ThemeWin32Classic.cs (DataGridPaintRows): handle case where
6724         rowcnt is 0 (such as with an empty datasource), and make sure we
6725         initialize not_usedarea.Y to cells.Y, so we don't draw over the
6726         other areas (caption, parent row, etc, etc).  Fixes bug #80095.
6727
6728 2006-12-08  Chris Toshok  <toshok@ximian.com>
6729
6730         * DataGridColumnStyle.cs (SetDataGrid): don't try to access a null
6731         grid.
6732
6733 2006-12-08  Chris Toshok  <toshok@ximian.com>
6734
6735         [ Fixes bug #80167 ]
6736         
6737         * ThemeWin32Classic.cs: don't draw the image if the button's flat
6738         style is FlatStyle.System.
6739
6740         * ButtonBase, ThemeClearlooks.cs, ThemeGtk.cs, ThemeNice.cs: make
6741         ButtonBase.flat_style private, and switch uses of it to the public
6742         property.
6743         
6744 2006-12-08  Chris Toshok  <toshok@ximian.com>
6745
6746         [ Fixes bug #80121 ]
6747         
6748         * ThemeWin32Classic.cs: center the caption text in the datagrid
6749         when we draw it.
6750
6751         * DataGrid.cs: lessen the amount we add to the caption height from
6752         6 to 2.  6 was making it huge.
6753
6754 2006-12-08  Andreia Gaita  <avidigal@novell.com>
6755
6756         * UpDownBase: Handle MouseWheel call directly instead of capturing
6757         the inner textbox's OnMouseWheel. Fixes #80166
6758
6759 2006-12-08  Jackson Harper  <jackson@ximian.com>
6760
6761         * TextControl.cs: We need to invalidate the textbox when we empty
6762         it (how had this not been discovered before?)
6763
6764 2006-12-08  Jackson Harper  <jackson@ximian.com>
6765
6766         * TextBoxBase.cs: Reworked the mouse down code so I could get it
6767         to behave like MS, we now ignore the eventargs.Click and just
6768         track state ourself, which we were already doing anyways.
6769         - Constrain the double click handler to the double click size.
6770         
6771 2006-12-08  Chris Toshok  <toshok@ximian.com>
6772
6773         * DataGrid.cs: the mousewheel code shouldn't try to scroll in a
6774         direction if that scrollbar isn't shown.  fixes bug #80158.
6775
6776 2006-12-08  Andreia Gaita  <avidigal@novell.com>
6777
6778         * NumericUpDown.cs: Update value on getter. Fixes #79950
6779
6780 2006-12-08  Chris Toshok  <toshok@ximian.com>
6781
6782         * MenuItem.cs: add back in the event cloning code.  I didn't know
6783         how to do it in the face of the EventHandlerList work i'd done
6784         last week.  Fixes bug #80183.
6785
6786 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
6787
6788         * Control.cs: Add an invalidate to the BackgroundImage setter.
6789         [Fixes 80184]
6790
6791 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
6792
6793         * ToolStrip*: Add some small properties reported by MoMA, fix event
6794         firing and default properties based off of unit tests, and add some
6795         attributes based off of the class status page.
6796
6797 2006-12-07  Jackson Harper  <jackson@ximian.com>
6798
6799         * TextBoxBase.cs: Take HideSelection into account when determining
6800         whether or not to show the selection.
6801         * RichTextBox.cs: After inserting the RTF into the document move
6802         the cursor to the beginning of the document.
6803
6804 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
6805
6806         * Control.cs: Remove static ArrayList "controls" which maintained
6807         a reference to every control created.
6808         * Application.cs: Create a static FormCollection to maintain a reference
6809         to every form created.  Use it in places that formerly enumerated through
6810         the controls one looking for forms.
6811         * Form.cs: Add and remove self from above FormCollection.
6812
6813 2006-12-07  Alexander Olk  <alex.olk@googlemail.com>
6814
6815         * MimeIcon.cs: gdk_pixbuf_save_to_buffer is part of libgdk-pixbuf,
6816           not libgdk (though it makes me wonder why I didn't have any
6817           problems)
6818
6819 2006-12-07  Chris Toshok  <toshok@ximian.com>
6820
6821         [ you had to know this was coming after that last commit...]
6822         
6823         * XplatUIX11.cs: implement the 3 Offscreen functions in terms of
6824         XPixmaps (CreateOffscreenDrawable maps to XCreatePixmap,
6825         DestroyOffscreenDrawable to FreePixmap, and BlitFromOffscreen to
6826         XCopyArea).
6827
6828 2006-12-07  Chris Toshok  <toshok@ximian.com>
6829
6830         * XplatUI.cs: add 3 calls (CreateOffscreenDrawable,
6831         DestroyOffscreenDrawable, and BlitFromOffscreen) that encompass
6832         all the behavior we need for double buffering.
6833
6834         * XplatUIDriver.cs: implement the 3 double buffer methods using a
6835         client side Bitmap, just like the old Control-based double buffer
6836         code did.  The methods are virtual, so each XplatUI driver
6837         subclass can replace the implementation to use a faster, platform
6838         specific approach.
6839
6840         * Control.cs: make use of the 3 Offscreen XplatUI calls in the
6841         double buffer code, and clean things up a bit in the process.
6842
6843 2006-12-06  Chris Toshok  <toshok@ximian.com>
6844
6845         * Control.cs: reindent WndProc.
6846
6847 2006-12-06  Chris Toshok  <toshok@ximian.com>
6848
6849         [ I wanna be like BenM when I grow up ]
6850         
6851         * Hwnd.cs: create a single static Graphics object on the static
6852         Bitmap we create.  use this for our text measurements.
6853
6854         * Control.cs (DeviceContext): stop using the backbuffer's dc_mem.
6855         This was causing us to allocate a backbuffer for every control,
6856         even when it wasn't flagged as double buffered.  Instead use the
6857         single graphics instance.  This might have implications for
6858         multithreaded applications.  If we run into problems we can switch
6859         to creating 1 Graphics per control, on the static Hwnd bitmap.
6860
6861         this change nets us a 7M savings in private dirty mappings when
6862         running FormsTest.exe.
6863
6864 2006-12-06  Chris Toshok  <toshok@ximian.com>
6865
6866         * ListView.cs: the BackgroundImage override is just to set
6867         attributes.  chain up to base.BackgroundImage.
6868
6869         * RichTextBox.cs: same.
6870
6871         * ToolBar.cs: same, but we need to also redraw the toolbar when it
6872         changes, so instead a handler for BackgroundImageChanged.
6873         
6874         * Control.cs: make background_image private.
6875
6876 2006-12-06  Chris Toshok  <toshok@ximian.com>
6877
6878         * ScrollBar.cs: change the assignment of cursor to Cursor.  not
6879         sure we even need this assignment, but roll with it for now.
6880
6881         * Control.cs: make the cursor field private.
6882
6883 2006-12-06  Chris Toshok  <toshok@ximian.com>
6884
6885         * Form.cs: we don't need to explicitly set ImeMode to
6886         ImeMode.NoControl - that's a natural fallout of Control.ImeMode's
6887         behavior in the face of ImeMode.Inherit.
6888
6889         * ButtonBase.cs: change DefaultImeMode to ImeMode.Disable, and
6890         change the ctor's assignment to use ImeMode instead of ime_mode.
6891
6892         * Control.cs (get_ImeMode): don't assume DefaultImeMode ==
6893         ImeModeInherit.  Only check for the parent's imemode (and return
6894         NoControl if there is no parent) if ime_Mode == ImeMode.Inherit.
6895         This fixes the button unit test, which sets both ImeMode and
6896         DefaultImeMode to ImeMode.Disable.
6897
6898         also make the ime_mode field private.
6899
6900 2006-12-06  Chris Toshok  <toshok@ximian.com>
6901
6902         * Control.cs: make control_style private.
6903
6904         * TextBoxBase.cs: fix the HandleClick override.  it was explicitly
6905         setting the styles to true, then setting them to false instead of
6906         reverting to their previous values.
6907
6908         also, call SetStyle on the scrollbars instead of using
6909         control_style directly.
6910
6911 2006-12-06  Jonathan Pobst  <monkey@jpobst.com>
6912
6913         * FormCollection.cs: Implement. [2.0]
6914
6915 2006-12-06  Chris Toshok  <toshok@ximian.com>
6916
6917         * Control.cs: make tab_stop private.
6918
6919         * Label.cs: set TabStop, not tab_stop.  reformat some event
6920         add/remove methods to make them more compact.
6921
6922 2006-12-06  Chris Toshok  <toshok@ximian.com>
6923
6924         * RadioButton.cs: fix TabStop handling.
6925
6926 2006-12-06  Chris Toshok  <toshok@ximian.com>
6927
6928         * TextBox.cs: remove the explicit assignments to has_focus.
6929         Control does that.
6930
6931         * ButtonBase.cs: remove the assignment to has_focus.  Control will
6932         manage that.
6933         
6934 2006-12-06  Chris Toshok  <toshok@ximian.com>
6935
6936         * ButtonBase.cs: remove all uses of is_enabled from this code.
6937         it's always true when any of the code containing the checks is
6938         executed.
6939
6940 2006-12-06  Chris Toshok  <toshok@ximian.com>
6941
6942         * ImageList.cs: reinstate the ShouldSerialize*/Reset* methods,
6943         with different semantics (some are present in both 1.1 and 2.0
6944         profiles) so that we match MS's behavior in our unit tests.
6945
6946 2006-12-06  Jackson Harper  <jackson@ximian.com>
6947
6948         * TextControl.cs: Make this operation undoable.
6949         * TextBoxBase.cs: Factor the border width into the preferred
6950         height.
6951         - implement Modified as per the spec.
6952
6953 2006-12-06  Chris Toshok  <toshok@ximian.com>
6954
6955         * Timer.cs, Control.cs, Menu.cs: make control_tag private.
6956
6957 2006-12-06  Chris Toshok  <toshok@ximian.com>
6958
6959         * Control.cs: make right_to_left and context_menu fields private.
6960
6961 2006-12-06  Chris Toshok  <toshok@ximian.com>
6962
6963         * AccessibleObject.cs, Control.cs, XplatUIX11GTK.cs,
6964         XplatUIX11.cs, Form.cs, RadioButton.cs, ScrollableControl.cs: make
6965         Control.child_controls private.  switch all uses over to
6966         Control.Controls.
6967
6968 2006-12-06  Chris Toshok  <toshok@ximian.com>
6969
6970         * System.Windows.Forms/GroupBox.cs,
6971         System.Windows.Forms/AccessibleObject.cs,
6972         System.Windows.Forms/ErrorProvider.cs,
6973         System.Windows.Forms/Control.cs,
6974         System.Windows.Forms/UpDownBase.cs,
6975         System.Windows.Forms/ScrollBar.cs,
6976         System.Windows.Forms/DateTimePicker.cs,
6977         System.Windows.Forms/Form.cs, System.Windows.Forms/Label.cs,
6978         System.Windows.Forms/ToolTip.cs,
6979         System.Windows.Forms/RadioButton.cs,
6980         System.Windows.Forms/LinkLabel.cs,
6981         System.Windows.Forms/Splitter.cs,
6982         System.Windows.Forms/TextBoxBase.cs,
6983         System.Windows.Forms/ToolStripTextBox.cs,
6984         System.Windows.Forms/ContainerControl.cs,
6985         System.Windows.Forms/ThemeWin32Classic.cs,
6986         System.Windows.Forms/SizeGrip.cs,
6987         System.Windows.Forms/ToolStripDropDown.cs,
6988         System.Windows.Forms/ScrollableControl.cs: Make Control.parent
6989         private.  switch all uses over to Control.Parent.
6990
6991 2006-12-06  Chris Toshok  <toshok@ximian.com>
6992
6993         * RichTextBox.cs: don't assign to has_focus in GotFocus/LostFocus.
6994         Control does this before calling emitting these events.
6995
6996         * TabControl.cs: same.
6997
6998         * ThemeWin32Classic.cs: use Control.ClientRectangle instead of
6999         Control.client_rect.
7000
7001         * ButtonBase.cs: use the ClientSize property instead of the
7002         client_size field.
7003
7004         * ScrollableControl.cs: same.
7005
7006         * Control.cs: another pass at making properties private.  also,
7007         move the initialization of tab_stop to the ctor.
7008
7009 2006-12-05  Andreia Gaita <avidigal@novell.com>
7010
7011         * TabControl.cs: Let the selected index be set freely if the 
7012         control handle is not yet created.
7013
7014 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
7015
7016         * Control.cs: Revert dist_top, dist_right, and dist_bottom to 
7017         internal until I can rewrite DefaultLayout.
7018         * ToolStrip.cs: Fix build error and some general cleaning.
7019         * ToolStripControlHost.cs, SplitterPanel.cs, DataGridView.cs:
7020         Fix build errors caused by making some of Control's fields private.
7021
7022 2006-12-05  Jackson Harper  <jackson@ximian.com>
7023
7024         * TextControl.cs: Redo Insert a little so that it use IndexOf
7025         instead of Split, this prevents it from messing up on things like
7026         \n\n\n. Also more effecient since the split array doesn't need to
7027         be created.
7028         * TextBoxBase.cs: AppendText doesnt handle multiline and non
7029         multiline text differently, this is the first of many fixes that
7030         will make multiline/non-multiline the same thing as far as the
7031         TextBoxBase is concerned.
7032         - Don't split the text and insert lines, this can lose some line
7033         endings (like is the last line a soft or hard break). Instead use
7034         the new Insert.
7035         - Fix an off by one when combining all the lines in the Text
7036         getter.
7037         - Remove separate multiline handling from the Text getter/setter.
7038
7039 2006-12-05  Chris Toshok  <toshok@ximian.com>
7040
7041         * ButtonBase.cs: a few changes:
7042
7043         - don't reinitialize internal Control fields in the ctor when they
7044         have the same values as Control sets them.
7045
7046         - don't set has_focus in OnGotFocus/OnLostFocus.  Control does
7047         this before calling those methods.
7048
7049         - we don't need to call Refresh for anything.  use Invalidate
7050         instead.
7051
7052         - OnEnabledChanged doesn't need to redraw at all - Control.cs
7053         calls Refresh in its OnEnabledChanged.
7054         
7055         - several of the events we were registered for in the ctor to
7056         redraw ourselves already include calls to Invalidate in the
7057         property setters that raise the events.  remove the extra
7058         invalidation.
7059
7060         - reformat a switch statement that was 83274658 columns wide.
7061         
7062 2006-12-05  Mike Kestner  <mkestner@novell.com>
7063
7064         * ComboBox.cs: fix a unit test regression from a TextBox
7065         SelectionLength return of -1 when there's no selection.  
7066
7067 2006-12-05  Chris Toshok  <toshok@ximian.com>
7068
7069         * Control.cs, Button.cs, ThemeGtk.cs, Form.cs, ListView.cs,
7070         ThemeWin32Classic.cs, SizeGrip.cs, ToolBar.cs: first pass at
7071         cleaning up some of the internal Control fields being used by
7072         subclasses.
7073
7074 2006-12-05  Mike Kestner  <mkestner@novell.com>
7075
7076         * ComboBox.cs: fix some Simple mode regressions.  Set Visible on the
7077         listbox after AddImplicit calls since it defaults to hidden. Add a 
7078         hack to preserve requested heights across DropDownStyle changes.
7079
7080 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
7081
7082         * PropertyGrid.cs: Hide FindFirstItem method from public API.
7083
7084 2006-12-05  Chris Toshok  <toshok@ximian.com>
7085
7086         * DataGridView.cs: fix compiler warnings.
7087
7088         * PrintControllerWithStatusDialog.cs: same.
7089
7090         * ToolBar.cs: same.
7091
7092         * FolderBrowserDialog.cs: same.
7093
7094         * Splitter.cs: same.
7095
7096         * DataGridViewComboBoxCell.cs: same.
7097
7098         * XplatUIWin32.cs: same.
7099
7100         * PictureBox.cs: same.
7101
7102         * Win32DnD.cs: same.
7103
7104         * PageSetupDialog.cs: same.
7105
7106         * FileDialog.cs: same.
7107
7108         * PrintDialog.cs: same.
7109
7110         * DataGridTextBoxColumn.cs: same.
7111
7112         * DrawTreeNodeEventArgs.cs: same (and fix corcompare)
7113
7114 2006-12-05  Chris Toshok  <toshok@ximian.com>
7115
7116         * TextBox.cs, CheckedListBox.cs, MonthCalendar.cs, Menu.cs,
7117         MainMenu.cs, ListView.cs, LabelEditTextBox.cs, ToolBar.cs: more
7118         System.ComponentModel.EventHandlerList work.
7119
7120 2006-12-05  Jonathan Chambers  <joncham@gmail.com>
7121
7122         * DrawTreeNodeEventArgs.cs: Added.
7123
7124 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7125         
7126         * InternalWindowManager.cs: Remove an unused field.
7127         
7128 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7129
7130         * InternalWindowManager.cs:
7131         - Save the point where the title bar is clicked.
7132         
7133         * MdiWindowManager.cs:
7134         - Only allow moving of the window as long as the 
7135         clicked point on the title bar does not get out of
7136         MdiClient's rectangle. Fixes #79982.
7137         
7138         * MdiClient.cs:
7139         - Added Horizontal/VerticalScrollbarVisible.
7140         - Simplified the scrollbar sizing algorithm.
7141         - Cache the difference in scrolled value in
7142         H/VBarValueChanged and move the calculation out
7143         of the for loop.
7144
7145 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7146
7147         * Control.cs: Make the Console.WriteLine in WndProc 
7148         write more info.
7149
7150 2006-12-05  Chris Toshok  <toshok@ximian.com>
7151
7152         * ToolStripManager.cs, ToolStripButton.cs,
7153         ToolStripContentPanel.cs, ToolStripComboBox.cs, ToolStrip.cs,
7154         ToolStripMenuItem.cs, ToolStripItem.cs, ToolStripControlHost.cs,
7155         ToolStripSplitButton.cs, ToolStripSeparator.cs,
7156         ToolStripRenderer.cs, ToolStripDropDownItem.cs,
7157         ToolStripProgressBar.cs, ToolStripContainer.cs,
7158         ToolStripTextBox.cs, ToolStripPanel.cs, ToolStripDropDown.cs: move
7159         to using System.ComponentModel.EventHandlerList.
7160
7161 2006-12-04  Chris Toshok  <toshok@ximian.com>
7162
7163         * LinkLabel.cs: fix up compiler warnings.
7164
7165         * TableLayoutSettings.cs: same.
7166
7167         * TreeView.cs: same.
7168
7169         * ToolBar.cs: same.
7170
7171         * TabControl.cs: same.
7172
7173         * RichTextBox.cs: same.
7174
7175         * ListViewItem.cs: same.
7176
7177         * PropertyGrid.cs: same.
7178
7179         * DataGridViewRowPostPaintEventArgs.cs: corcompare fix.
7180
7181         * ToolTip.cs same.
7182
7183         * TextRenderer.cs: fix up compiler warnings.
7184
7185         * Label.cs: same.
7186
7187         * Form.cs: corcompare fixes.
7188
7189         * PictureBox.cs: fix up compiler warnings.
7190
7191         * ImageListStreamer.cs: same.
7192
7193         * TrackBar.cs: corcompare fix.
7194
7195         * Control.cs: fix up compiler warnings.
7196
7197         * SplitterPanel.cs: same.
7198
7199         * NumericTextBox.cs: same.
7200
7201         * ImageList.cs: same.
7202
7203         * StatusStrip.cs: same.
7204
7205         * ProgressBar.cs: corcompare fix.
7206
7207         * ToolStripButton.cs: fix up compiler warnings.
7208
7209         * ToolStripStatusLabel.cs: same.
7210
7211         * ToolStripSplitButton.cs: same.
7212
7213         * ToolStripSeparator.cs: same.
7214
7215         * ToolStripProgressBar.cs: same.
7216
7217         * ToolStripDropDownMenu.cs: same
7218
7219         * ToolStripDropDown.cs: same.
7220
7221         * ToolStripDropDownButton.cs: same.
7222
7223         * ToolStrip.cs: same.
7224
7225         * ToolStripControlHost.cs: same.
7226
7227         * ToolStripContentPanel.cs: same.
7228
7229         * ToolStripDropDown.cs: same.
7230
7231         * ToolStripContainer.cs: same.
7232
7233         * ToolStripPanel.cs: same, and add "new" where we need it to work
7234         with the new ArrangedElementCollection.
7235
7236         * ToolStripItemCollection.cs: add "new" where we need it to work
7237         with the new ArrangedElementCollection.
7238
7239 2006-12-04  Andreia Gaita <avidigal@novell.com>
7240
7241         * TabControl.cs: Fix default tab selection to after TabControl
7242         gets focus and not before. Fixes #80128
7243
7244 2006-12-04  Chris Toshok  <toshok@ximian.com>
7245
7246         * DataGridTableStyle.cs: remove the gross calling of
7247         datagrid.Refresh from here.  It's a broken idea and it doesn't
7248         work anyway.
7249
7250         * DataGrid.cs: instead, just register/unregister from the
7251         DataGridTableStyle events in CurrentTableStyle.  we play it
7252         conservatively and EndEdit + CalcAreasAndInvalidate on any event,
7253         even though some would most likely not require it.  Fixes bug
7254         #80115 (and one portion of #80117 as a side effect).
7255
7256 2006-12-04  Chris Toshok  <toshok@ximian.com>
7257
7258         * DataGrid.cs (set_CaptionVisible): EndEdit before doing the work
7259         so the textbox (if any) goes away.  Fixes bug #80117.
7260
7261 2006-12-04  Chris Toshok  <toshok@ximian.com>
7262
7263         * DataGridColumnStyle.cs: set the column's readonly property
7264         initially based on the property descriptor's IsReadOnly.  Fixes
7265         bug #80044.
7266
7267 2006-12-04  Chris Toshok  <toshok@ximian.com>
7268
7269         * ComboBox.cs: wrap the dropdown style changing work in
7270         SuspendLayout/ResumeLayout.  Fixes bug #79968.
7271
7272 2006-12-04  Jackson Harper  <jackson@ximian.com>
7273
7274         * TextBoxBase.cs: Fix off by one, since these are one-based.
7275         * TextBox.cs: Select all the text when we get focus.  The TextBox
7276         does this but the RTB does not.
7277
7278 2006-12-04  Chris Toshok  <toshok@ximian.com>
7279
7280         * DataGridTextBoxColumn.cs: remove some spew.
7281
7282         * DataGridColumnStyle.cs (SetColumnValueAtRow): this seems right
7283         but some part of me is saying "it shouldn't be here.."  At any
7284         rate, it fixes bug #80046.  Call IEditableObject.EndEdit after
7285         setting the value.
7286
7287 2006-12-04  Chris Toshok  <toshok@ximian.com>
7288
7289         * DataGridColumnStyle.cs (SetDataGrid): call CheckValidDataSource
7290         to reassign the propertydescriptor.
7291
7292 2006-12-04  Jackson Harper  <jackson@ximian.com>
7293
7294         * TextBoxBase.cs:
7295         * TextControl.cs: Remove some unused variables.  Maybe this will
7296         patch things up between mike and I.
7297         - don't split lines less then one char wide, if the viewport is
7298         that small text won't be visible anyways.
7299         
7300 2006-12-04  Jackson Harper  <jackson@ximian.com>
7301
7302         * TextBoxBase.cs: Default selection length is -1, need to do some
7303         more testing on windows to see when this is used for the property.
7304         - Redid the Lines [] property to that we properly remove soft line
7305         breaks
7306         - added support for preserving carriage returns
7307         -  CanUndo is not a variable like 'is undo enabled' it just returns
7308         true if there is undo operations available.
7309         - AppendText doesn't need to grab the last tag itself anymore,
7310         this happens automatically when we move the cursor.
7311         * TextControl.cs: Add CompoundActions to the undo class. This
7312         allows combining the other operations into one big option.  ie a
7313         paste will combine { delete old, insert new, move cursor }
7314         - Add InsertString undo operation
7315         - New method for deleting multiline text
7316         - Add carriage returns to lines. So we can preserve carriage
7317         returns when text is 'roundtripped'
7318
7319 2006-12-04  Chris Toshok  <toshok@ximian.com>
7320
7321         * DataGrid.cs (CalcCellsArea): cells_area.Width/Height are at a
7322         minimum 0.  Fixes the scrollbar exception in bug #80136.
7323
7324 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7325
7326         * MdiClient.cs: 
7327         * MdiWindowManager: Removed unused fields and methods.
7328         
7329 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7330         
7331         * StatusBar.cs: Update all panels when a AutoSize=Contents
7332         panel needs updating.
7333         
7334         * StatusBarPanel.cs: Remove twidth and only use initialize.
7335         Fixes #80031.
7336                 
7337 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7338
7339         * Form.cs: When a form's MdiParent is set add it directly
7340         on top of the z-order in stead of relying on MdiClient's
7341         ActivateChild to do it. Fixes #80135.
7342         
7343         * MdiClient.cs: 
7344         - Remove original_order, mdi_child_list is already doing
7345         the same thing.
7346         - Create mdi_child_list on construction in
7347         stead of first use (avoids a few null checks).
7348
7349         * MenuItem.cs: Use an already existing list of mdi children
7350         to get the correct order of children and remove the other
7351         redundant list.
7352
7353 2006-12-04  Chris Toshok  <toshok@ximian.com>
7354
7355         * PropertyGridView.cs: cached_splitter_location is only used in
7356         !DOUBLEBUFFER code.
7357
7358         * PropertyGrid.cs: implement the ComComponentNameChanged event
7359         using Events, hoping that would fix the warning.  Looks like a
7360         compiler bug instead (#80144).
7361
7362         * PropertyManager.cs: remove unused method.
7363
7364 2006-11-04  Everaldo Canuto  <everaldo@simios.org>
7365
7366         * ThemeWin32Classic.cs: Dont draw arrow when menuitem on menubar, 
7367         include parentesis to fix expression evaluation. Fixes #79634.
7368
7369 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
7370         
7371         * MenuAPI.cs:
7372         - Changes to fix behavior in Menu control, some reported in #80097
7373         and other detected during behavior refactory like a select event
7374         problems.
7375         - Remove unneded "if's" conditions.
7376         - Created an internal to flag when popup is active in control, we need 
7377         it because in .NET you can have menu active but without popup active
7378         when you active menu using popup without visible items.
7379         - Mimic win32 behavior for Select and Popup events.  
7380         - Dont open popup menu when you dont have visible subitems.
7381         - Do nothing when click on disabled menu item.
7382         - Some small changes to follow the coding style guidelines.
7383         - Unselect menu only when another control gives focus. Fixes #80097.
7384         - Remove unused code.
7385         
7386         * MenuItem.cs: internal VisibleItems method to check if menu
7387         theres visible subitems, it will be usefull to fix some 
7388         behavior in Menu control.
7389         
7390 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
7391         
7392         * Timer.cs: Tag property for 2.0 profile.
7393         
7394 2006-12-01  Chris Toshok  <toshok@ximian.com>
7395
7396         [ after removing all warning suppressions, this cleans up over 100 warnings. ]
7397         
7398         * Win32DnD.cs: comment out some unused fields.
7399
7400         * XplatUIWin32.cs: comment out some unused pinvokes, and remove
7401         some unused properties/methods.
7402
7403         * XplatUIX11.cs: fix MousePosition so we override the base class's
7404         property instead of conflicting with it.
7405
7406         * PictureBox.cs: comment out some unused fields
7407
7408         * OSXStructs.cs: make some struct fields public.
7409
7410         * XplatUIOSX.cs: comment out some unused pinvokes, and fix
7411         MousePosition so we override the base class's property instead of
7412         conflicting with it.
7413
7414         * X11Dnd.cs: comment out some unused fields
7415
7416         * X11DesktopColors.cs: fix some struct field visibility to quiet
7417         the compiler.
7418
7419         * X11Dnd.cs: remove some debug code.
7420
7421         * ThemeClearlooks.cs: comment out unused field.
7422
7423         * ThemeNice.cs: mark some methods as overriding ThemeWin32Classic as needed.
7424
7425         * ThemeGtk.cs: comment out some unused pinvokes.
7426
7427         * Timer.cs: remove some unused fields.
7428
7429         * ThemeClearlooks.cs: comment out unused field.
7430
7431         * UpDownBase.cs: comment out unused field.
7432
7433         * DataObject.cs: comment out unused field.
7434
7435         * DataGridBoolColumn.cs: reomve unused field.
7436
7437         * DataGrid.cs: remove unused field.
7438
7439         * Cursor.cs: remove old ToBitmap code.
7440
7441         * ControlPaint.cs: remove unused method.
7442
7443         * ScrollBar.cs: remove unused fields.
7444
7445         * ComboBox.cs: remove unused field, and chain up to
7446         AccessibleObject ctor.
7447
7448         * ListBox.cs: remove unused field.
7449
7450         * ButtonBase.cs: wrap a couple fields in NET_2_0.
7451
7452         * GridEntry.cs: remove unused fields.
7453
7454         * Binding.cs: remove unused fields.
7455
7456         * AxHost.cs: remove unused method.
7457
7458         * ContainerControl.cs: remove unused field.
7459
7460         * ScrollableControl.cs: remove unused fields.
7461
7462 2006-12-01  Chris Toshok  <toshok@ximian.com>
7463
7464         * XplatUI.cs, XplatUIWin32.cs, XplatUIGTK.cs: nuke
7465         the Where/WhereString stuff.  it's easy enough to CWL
7466         Environment.StackTrace.
7467
7468         * XplatUIX11.cs: same, but also fix up a lot of mcs warnings about
7469         unused private fields.
7470
7471 2006-12-01  Jackson Harper  <jackson@ximian.com>
7472
7473         * TextControl.cs: Do not update the view while inserting multiline
7474         text. If we update the view we might wrap lines, before entering
7475         the new lines, which causes the new line insertion calculations to
7476         be totally fubared.
7477         - Remove an old TODO
7478         - Make debug output a little nicer
7479         
7480 2006-12-01  Chris Toshok  <toshok@ximian.com>
7481
7482         * ToolBar.cs: revert the ImeMode fix here and add an XXX comment.
7483
7484 2006-12-01  Chris Toshok  <toshok@ximian.com>
7485
7486         [ fix the majority of the CS0108 warnings we've been suppressing ]
7487         
7488         * TreeView.cs: mark BackgroundImageChanged as 'new'.
7489
7490         * ToolBar.cs: ImeMode just passes stuff to Control.  Rename Layout
7491         to "LayoutToolBar" to quiet mcs.
7492         
7493         * TabControl.cs: mark our ControlCollection class as 'new'.
7494
7495         * TextBoxBase.cs: mark some events as 'new'.
7496
7497         * Splitter.cs: TabStop is 'new'.
7498
7499         * ControlBindingsCollection.cs: mark a few methods as new since
7500         they change the visibility from protected to public.
7501
7502         * RadioButton.cs: DoubleClick -> base class, and remove unused
7503         HaveDoubleClick.
7504
7505         * MonthCalendar.cs: ImeMode property -> base class, and mark many
7506         events as new.
7507
7508         * NumericUpDown.cs: TextChanged -> base class.
7509
7510         * CheckedListBox.cs: mark our ObjectCollection class as new to
7511         quiet mcs.
7512
7513         * FolderBrowserDialog.cs: make HelpRequest event new and have it
7514         muck with the base class.
7515
7516         * StatusBar.cs: fix some mcs warnings about Update being the same
7517         name as a base class method.
7518
7519         * RichTextBox.cs: mark some events as new, and make them do things
7520         to the base class impl.
7521
7522         * UserControl.cs: mark TextChanged as new, and have it manipulate
7523         base.TextChanged.
7524
7525         * UpDownBase.cs: mark some things new.
7526
7527         * CheckBox.cs: mark DoubleClick "new", and add some text about
7528         what we need to look at.
7529
7530         * Panel.cs: make the events "new", and manipulate the base
7531         version.  these are just here for attributes.
7532
7533         * AccessibleObject.cs: make owner private.
7534
7535         * Control.cs: deal with AccessibleObject.owner being private.
7536         cache our own copy if we need it.
7537
7538         * Button.cs: add "new" to the DoubleClickEvent.
7539
7540         * ListBox.cs: no need to track our own has_focus here.  let
7541         Control.has_focus do it for us.  Also some other work to clear up
7542         warnings about not overriding base class methods of the same name.
7543         
7544         * ComboBox.cs: clear up some warnings about not override base
7545         class methods of the same name.
7546
7547 2006-12-01  Chris Toshok  <toshok@ximian.com>
7548
7549         * Form.cs: flag a few things as "new" to quiet some of the mcs
7550         warnings.
7551
7552         * AxHost.cs: same.
7553
7554         * PrintPreviewDialog.cs: same.
7555
7556         * DataGridView.cs: fix a ton of corcompare warnings.  not all, but
7557         now DGV isn't so horrible on the class status page.  also, move
7558         all events to using System.ComponentModel.EventHandlerList.  my
7559         wrists hurt.
7560
7561 2006-12-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7562
7563         * MdiWindowManager.cs:
7564         - Set form to active mdi child if shown,
7565         and update the active mdi child to the next 
7566         remaining child in the z-order if the form is hidden.
7567
7568         * Form.cs: 
7569         - Track if the form has been visible and if its 
7570         visibility is beeing changed, so that the MdiClient
7571         can properly decide the ActiveMdiChild. The MdiClient 
7572         cannot track this since the form can change visibility 
7573         before MdiClient is created.
7574
7575         * MdiClient.cs:
7576         - Don't activate anything of the parent form is changing
7577         its visibility.
7578         - Rework ActiveMdiChild to only return visible mdi 
7579         children and take into account several other corner 
7580         cases.
7581
7582 2006-12-01  Chris Toshok  <toshok@ximian.com>
7583
7584         * IBindableComponent.cs: new 2.0 interface.
7585
7586 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
7587
7588         * DataGrid.cs: Font for caption area is bold by default.
7589
7590 2006-12-01  Everaldo Canuto  <everaldo@simios.org>
7591
7592         * Menu.cs: Tag property for 2.0.
7593         
7594 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
7595
7596         * ThemeWin32Classic.cs: Adjust menu separator drawing. 
7597         
7598 2006-12-01  Chris Toshok  <toshok@ximian.com>
7599
7600         * TreeView.cs: doh, the Begin* events should be
7601         TreeViewCancelEventHandler.
7602
7603 2006-12-01  Chris Toshok  <toshok@ximian.com>
7604
7605         * Form.cs: Form.ControlCollection already stores off the
7606         form_owner field.  don't access the base class's internal "owner"
7607         field.
7608
7609         * Control.cs: make all the fields in Control.ControlCollection
7610         private.  there's no need for any internal fields here.
7611
7612 2006-12-01  Chris Toshok  <toshok@ximian.com>
7613
7614         * DataGrid.cs: call SetDataSource instead of CalcGridAreas in
7615         OnHandleCreated.  Fixes bug #80109.
7616
7617 2006-12-01  Chris Toshok  <toshok@ximian.com>
7618
7619         * Button.cs, PropertyGridTextBox.cs, ComboBox.cs,
7620         SplitContainer.cs, Control.cs, StatusStrip.cs,
7621         DataGridTableStyle.cs, MenuItem.cs, DomainUpDown.cs, ImageList.cs,
7622         NumericTextBox.cs, NumericUpDown.cs, Panel.cs, CommonDialog.cs,
7623         DataGrid.cs, ScrollBar.cs, TrackBar.cs, PictureBox.cs,
7624         DateTimePicker.cs, StatusBar.cs, Form.cs, PrintPreviewDialog.cs,
7625         Label.cs, UserControl.cs, CheckBox.cs, RadioButton.cs,
7626         LinkLabel.cs, ListControl.cs, PropertyGrid.cs, Splitter.cs,
7627         MenuStrip.cs, FolderBrowserDialog.cs, NotifyIcon.cs,
7628         TextBoxBase.cs, ListView.cs, DataGridBoolColumn.cs,
7629         PrintPreviewControl.cs, RichTextBox.cs, ListBox.cs, TabControl.cs,
7630         DataGridColumnStyle.cs, ContextMenu.cs, TreeView.cs:
7631
7632         do most of the work to convert our code over to use
7633         System.ComponentModel.Component.Events for
7634         adding/removing/dispatching events.
7635
7636
7637 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
7638
7639         * DataGridView.cs: Fix an ArgumentNullException reported 
7640         twice today in IRC.
7641
7642 2006-11-30  Mike Kestner  <mkestner@novell.com>
7643
7644         * ComboBox.cs: fix the scrollbar mouse event forwarding in the 
7645         grabbed listbox.  Fixes #80036 and #80101.
7646
7647 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
7648
7649         * Message.cs: Changed ToString() to match MS.
7650         
7651 2006-11-30  Jackson Harper  <jackson@ximian.com>
7652
7653         * TextBoxBase.cs: You can still change the selected text on a read
7654         only textbox.
7655         * TextControl.cs: Lower magic number for wrap calculations. This
7656         lets text get closer to the right (far) edge.
7657
7658 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
7659
7660         * Control.cs: Tweak 2.0 layout properties.
7661         * Form.cs: Switch ToolStripMenuTracker hooks to ToolStripManager.
7662         * TextRenderer.cs: Add a new overload.
7663         * ToolStrip*: Huge amount of changes and new features.
7664
7665 2006-11-30  Mike Kestner  <mkestner@novell.com>
7666
7667         * ComboBox.cs: fixes for LargeChange and Maximum to get the 
7668         scroll range correct.  Fixes #79994.
7669
7670 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
7671
7672         * MdiWindowManager.cs: Update main form's text when
7673         a form is closed. (fixes #80038)
7674         
7675 2006-11-30  Everaldo Canuto  <everaldo@simios.org>
7676
7677         * ToolBar.cs:
7678         - Fix an regression in ButtonSize.
7679         - Get ImeMode default value change to "Disable".
7680         - Get ShowTooltips default value change to true, default value is 
7681         "false" but after make a test in .NET we get "true" result as default.
7682         
7683 2006-11-29  Jonathan Pobst  <monkey@jpobst.com>
7684
7685         * ToolStripDropDown.cs: Fix for SupportsTransparency change.
7686
7687 2006-11-29  Chris Toshok  <toshok@ximian.com>
7688
7689         * XplatUIWin32.cs (GetWindowTransparency): check return value of
7690         GetLayeredWindowAttributes.  if it's 0, return 1.0, as
7691         SetWindowTransparency hasn't been called.
7692
7693 2006-11-29  Chris Toshok  <toshok@ximian.com>
7694
7695         * Form.cs (set_TransparencyKey): only call SetWindowTransparency
7696         if it's supported.
7697         (set_AllowTransparency): reorder things a little so that the
7698         WS_EX_LAYERED style is removed properly.
7699
7700 2006-11-29  Chris Toshok  <toshok@ximian.com>
7701
7702         [ totally cosmetic eye-candy feature, fixes bug #80089 ]
7703         
7704         * Form.cs: only call the XplatUI transparency method (get/set) if
7705         SupportsTransparency says it's supported. Otherwise fallback to
7706         doing nothing (in the set case) or returning the instance field we
7707         cache (in the get case).
7708
7709         * XplatUIStructs.cs: add TransparencySupport flag enum.
7710         
7711         * XplatUIDriver.cs: add abstract GetWindowTransparency, and track
7712         change to SupportsTransparency.
7713
7714         * XplatUIOSX.cs: stub out GetWindowTransparency, and return
7715         TransparencySupport.None from SupportsTransparency.
7716
7717         * XplatUIX11.cs: Stub out GetWindowTransparency, and return
7718         TransparencySupport.Set from SupportsTransparency.
7719
7720         * XplatUIWin32.cs: implement GetWindowTransparency calling
7721         GetLayeredWindowAttributes, and implement SupportsTransparency by
7722         checking whether or not both
7723         GetWindowTransparency/SetWindowTransparency are available
7724         entrypoints.  We need to do this since SetWindowTransparency is
7725         available as of win2k, but GetWindowTransparency requires winxp.
7726         yay win32 api.
7727
7728         * XplatUI.cs: Add GetWindowTransparency, and change
7729         SupportsTransparency to allow for either/both Get/Set.
7730
7731 2006-11-29  Chris Toshok  <toshok@ximian.com>
7732
7733         * DataGrid.cs: keep from going into an infinite loop redrawing a
7734         datagrid that has no datasource.  Fixes bug #80033.
7735
7736 2006-11-29  Chris Toshok  <toshok@ximian.com>
7737
7738         * MenuItem.cs: fix the NRE when we assign text (and therefore call
7739         Invalidate) before the mainmenu has been assigned to a control.
7740
7741 2006-11-29  Chris Toshok  <toshok@ximian.com>
7742
7743         * DataGrid.cs: detect when we should be double the double click
7744         row/column autosize stuff, although that codepath has yet to be
7745         written.  part of the work for bug #79891.
7746
7747 2006-11-29  Chris Toshok  <toshok@ximian.com>
7748
7749         * Binding.cs (SetControl): fix unit test.
7750
7751 2006-11-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7752
7753         * PageSetupDialog.cs: Validate the margins and set them in
7754         PageSettings. 
7755         * NumericTextBox.cs: New class to mimic the behavior of the
7756         textboxes used in the printing dialogs.
7757
7758 2006-11-29  Andreia Gaita  <avidigal@novell.com>
7759         
7760         * Form.cs: Revert previous change (remove call UpdateBounds
7761         from form constructor), because it messes with the handle creation
7762         order, and that one needs lots and lots of love.
7763         * PrintPreviewDialog.cs: Revert change to CreateHandle (add check
7764         for valid printer and throw InvalidPrinterException if document
7765         is set but printer not valid), adding a MonoTODO. Once 
7766         handle creation is done properly, we can put this back in.
7767
7768 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
7769
7770         * MenuItem.cs: Create a invalidate method for menu item, to be
7771         calling from set text, it make text changes to imadiate update
7772         on screen. Fixes #80013. 
7773         
7774 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
7775
7776         * ToolBar.cs: Fixes and simplify toolbar button layout, it 
7777         fixes bug #80070 and some other problem on toolbar buttons
7778         layout.
7779
7780 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
7781
7782         * ThemeWin32Classic.cs: Paint toolbar toggle button background 
7783         with dotted brush.      Fixes #79564
7784         
7785 2006-11-28  Andreia Gaita  <avidigal@novell.com>
7786
7787         * Form.cs: Removed call to UpdateBounds on Form
7788         constructor, it was causing a call to CreateHandle
7789         before it was supposed to.
7790         * PrintControllerWithStatusDialog: Applied patch
7791         by Chris Toshok to hide controller when there are
7792         no printers available.
7793         PrintDialog.cs: initialize printer settings to 
7794         null - correct DefaultValues test #5
7795         * PrintPreviewControl.cs: Move PrintController
7796         initialization to GeneratePreview
7797         * PrintPreviewDialog.cs: 
7798         - Remove Preview generation     from Document_set(). It is 
7799         called on OnPaint
7800         - Throw InvalidPrinterException on CreateHandle if
7801         a Document is set but there are no printers or 
7802         printer is not valid.
7803         * ThemeWin32Classic: don't paint PrintPreviewControl
7804         if there is nothing to paint    
7805
7806 2006-11-28  Miguel de Icaza  <miguel@novell.com>
7807
7808         * Form.cs: Add another popular method.
7809
7810         * TabPage.cs: ditto.
7811
7812 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7813
7814         * MenuItem.cs: Fixed a warning.
7815         * InternalWindowManager: Fixed a warning.
7816
7817 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7818
7819         * MenuItem.cs:
7820         - When cloning a menu also clone MdiList and clone the 
7821           window menu items properly (as the forms and menuitems
7822           are kept in an internal hashtable, these need updating 
7823           as well)
7824         - Rewrote the window menu code, menu items are added in the
7825           order the forms were added to their parent, and they are
7826           updated every time the window menu is shown (before the
7827           list was only generated once, in the current order of the
7828           forms, and would never be updated). A checkmark is shown
7829           next to the item corresponding to the active mdi child.
7830
7831 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7832
7833         * XplatUIStructs.cs: 
7834         - Added WM_NCMOUSEHOVER and WM_NCMOUSELEAVE.
7835         
7836         * XplatUIWin32.cs: 
7837         - Added TME_NONCLIENT to TMEFlags.
7838         - Handles WM_NCMOUSEMOVE in GetMessage to 
7839           generate WM_NCMOUSEHOVER and WM_NCMOUSELEAVE messages.
7840
7841         * MdiWindowManager:
7842         - Now merges mdi child menu to parent menu when maximized.
7843         - Recalculate NC areas of both mdi child and mdi parent. 
7844           Fixes #79757 (4).
7845           on window state and size changes.Fixes #79844 (3).
7846         - Handle WM_NCCALCSIZE to properly calculate borders.
7847
7848         * Form.cs:
7849         - Add/remove to the mdi containers list of mdi children 
7850           in the order they are added.
7851         - Pass on WM_NCLBUTTONUP, WM_NCMOUSEMOVE and WM_NCMOUSELEAVE 
7852           to the maximized mdi child.
7853         
7854         * InternalWindowManager.cs:
7855         - Only execute a click on the control buttons on the mouse up,
7856           not on the mouse down. Show the state of the button 
7857           (was only showing Normal state, never Pressed state). The
7858           pressed button now follows the mouse (if you click the Close 
7859           button and move the mouse over the Maximize button, the 
7860           Maximize button will be shown as pressed). Since Win32 does
7861           not generate WM_NCLBUTTONUP if you release the button outside
7862           of the nc area, we need to handle WM_NCMOUSELEAVE and treat
7863           it as a mouse up.
7864         
7865         * ThemeWin32Classic.cs:
7866         - Draw a missing border around mdi child forms. Fixes #79844 (2).
7867
7868         * MdiClient.cs:
7869         - Added a list of forms which contains the order the forms are
7870           added to the mdi parent.
7871         - Handle WM_NCPAINT to properly draw a 3D border. Fixes #79844 (2).
7872         - Handle WM_NCCALCSIZE to properly calculate the 3D border.
7873         - If the active form changes set the scrollbars to the top
7874           of the Z order, otherwise the form could hide them.
7875         - Scrollbars are now sized according to ClientSize, not 
7876           to Size, and they take into account the other scrollbar
7877           to determine maximum.
7878         
7879 2006-11-28  Rolf Bjarne Kvinge <RKvinge@novell.com>
7880         
7881         * XplatUI.cs:
7882         * XplatUIDriver.cs:
7883         * XplatUIX11.cs:
7884         * XplatUIWin32.cs:
7885         * XplatUIOSX.cs:
7886         - Added RequestAdditionalWM_NCMessages for windows to 
7887           opt in for WM_NCMOUSELEAVE and WM_NCMOUSEHOVER.
7888           Currently only implemented in XplatUIWin32.
7889
7890 2006-11-27  Chris Toshok  <toshok@ximian.com>
7891
7892         * Hwnd.cs: only add the hwnd to the windows hash in
7893         set_WholeWindow and set_ClientWindow if whole_window/client_window
7894         are not IntPtr.Zero.  also, remove the unused SetObjectWindow.
7895
7896 2006-11-27  Mike Kestner  <mkestner@novell.com>
7897
7898         * ComboBox.cs: remove redundant OnDropDown call.  It is called
7899         from the ComboListBox.ShowWindow code. Fixes #79969.
7900
7901 2006-11-27  Chris Toshok  <toshok@ximian.com>
7902
7903         * Hwnd.cs: remove the setters for ExposePending and
7904         NCExposePending - noone uses them.
7905
7906 2006-11-27  Jackson Harper  <jackson@ximian.com>
7907
7908         * TextControl.cs: new param for ReplaceSelection which determines
7909         whether we select the new selection, or set the cursor to the end
7910         of the new selection.
7911         * TextBoxBase.cs: Use new param for ReplaceSelection.  When
7912         pasting, select the new text.
7913         * RichTextBox.cs: Use new param for ReplaceSelection.
7914
7915 2006-11-27  Jackson Harper  <jackson@ximian.com>
7916
7917         * TextBoxBase.cs: Set the selection to the caret after the caret
7918         is moved, otherwise they get out of sync.
7919
7920 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
7921
7922         * ToolBar.cs: Fixe size of ToolBar when AutoSize is false,
7923         it fixes #80015
7924
7925 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
7926
7927         * ThemeWin32Classic.cs: 
7928         - Fix toolbar drop down arrow position.
7929         - Fix drop down appearance when ToolBar.Appearance is normal,
7930         it fixes #80018.
7931         
7932 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
7933
7934         * ProgressBar.cs: GetStyle fixes for 2.0 profile.
7935         * Control.cs: Same.
7936         * UpDownBase.cs: Same.
7937         * ButtonBase.cs: Same.
7938         * ScrollBar.cs: Same.
7939         * TrackBar.cs: Same.
7940         * PictureBox.cs: Same.
7941         * UserControl.cs: Same.
7942         * Label.cs: Same.
7943         * ListControl.cs: Same.
7944         * TextBoxBase.cs: Same.
7945         * ListView.cs: Same.
7946         * RichTextBox.cs: Same.
7947         * TreeView.cs: Same.
7948
7949 2006-11-25  Jordi Mas i Hernandez <jordimash@gmail.com>
7950
7951         * PrintDialog.cs:
7952         - Text label for where 
7953         - Text label comment was not shown
7954
7955 2006-11-23  Everaldo Canuto  <everaldo@simios.org>
7956
7957         * ThemeWin32Classic.cs: Fix toolbar drop down arrow size.
7958
7959 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
7960
7961         * InternalWindowManager.cs: 
7962         - Handle WM_PARENTNOTIFY to activate the form
7963         if any child control is clicked.
7964         - The form is only sizable if not minimized.
7965
7966         * MdiWindowManager.cs:
7967         - Save the IconicBounds if the form is moved.
7968         - Rework SetWindowState, now the window bounds 
7969         are stored only if the old window state is Normal.
7970         
7971         * MdiClient.cs:
7972         - In SetWindowStates store the old window state if 
7973         the window is maximized and restore window state if
7974         the window looses focus.
7975         - Don't handle any scrollbar value changes if 
7976         initializing the scroll bars. Fixes #79771.
7977         - Reworked ArrangeIconicWindows. Current algorithm
7978         tests bounds agains all other minimized windows, if
7979         any intersections create new bounds (going left to 
7980         right, bottom to top) and then test again. When 
7981         successful the bounds are saved and never computed
7982         again. Fixes #79774.
7983
7984 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
7985
7986         * InternalWindowManager.cs: Added HandleTitleBarUp.
7987
7988 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
7989
7990         * NumericUpDown.cs: In .NET 1.1, user entered text is still
7991         hexadecimal in ParseUserEdit.
7992
7993         
7994 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
7995
7996         * MdiWindowManager.cs: 
7997         - Handle a click on the form's icon to show the 
7998         system menu (when maximized). Fixes #79775.
7999         - Change the existing click handler for the form's
8000         icon when not maximized to show on MouseUp.
8001         Fixes #79776.
8002
8003         * Form.cs: In OnResize only layout the mdi child's
8004         parent if it actually has a parent. Might not if
8005         the window is closing.
8006
8007
8008 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
8009
8010         * MdiClient.cs: Ignore active MDI client for text of parent, if
8011         child has no text set.
8012
8013 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
8014
8015         * ToolBar.cs: Fixed ToString to match MS.
8016
8017 2006-11-22  Andreia Gaita  <avidigal@novell.com>
8018
8019         * NumericUpDown: 
8020         - Fix DecimalPlaces, Hexadecimal and ThousandsSeparator to 
8021         update inner values on set. Fixes #79966.
8022         - Override OnLostFocus to update value on NET 2. Fixes #79950.
8023         - Fix hexadecimal parsing.
8024         
8025         * UpDownBase: Override OnGotFocus and OnLostFocus to notify 
8026         parent. Fixes #79957
8027
8028 2006-11-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8029
8030         * Control.cs: After calling SetWindowsPos in SetBoundsCore 
8031         the actual size has to be queried, since if height /
8032         width is negative Win32 changes it to 0. 
8033         Fixes #79999 on Windows.
8034         
8035         * XplatUIX11.cs: Set height / width to 0 if negative
8036         in SetWindowPos. Fixes #79999 on Linux.
8037         
8038 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
8039
8040         * ThemeWin32Classic.cs: Fix text redenring when button is
8041         pressed.
8042
8043 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
8044
8045         * MenuAPI.cs: Fixes behavior when menu is opened by kerboard
8046         and later navigate by mouse. Fixes #79528.
8047
8048 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
8049
8050         * ToolBar.cs: Set default value for TabStop to false in
8051         constructor, it fixes remaining behavior of bug #79863.
8052
8053 2006-11-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8054
8055         * MdiWindowManager.cs:
8056         * InternalWindowManager.cs:
8057         - Moved a few methods specific to Mdi from 
8058         InternalWindowManager to MdiWindowManager.
8059         Fixes #79996.
8060         
8061 2006-11-21  Chris Toshok  <toshok@ximian.com>
8062
8063         * XplatUIOSX.cs: stub out InvalidateNC.
8064
8065         * XplatUIWin32.cs: implement InvalidateNC using the call I found
8066         at http://www.dotnet247.com/247reference/msgs/58/292037.aspx.
8067
8068         * XplatUIX11.cs: rename InvalidateWholeWindow to InvalidateNC.
8069
8070         * XplatUIDriver.cs: add InvalidateNC abstract method.
8071
8072         * XplatUI.cs: add InvalidateNC.
8073
8074 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
8075
8076         * ToolBar.cs: Invalidate complete button area when pressed status 
8077         was changed.
8078         * ToolButton.cs: Fix InvalidateBorder for DropDown buttons.
8079         * ThemeWin32Classic.cs: Increase vertical and horizontal position 
8080         by 1 when button is pressed.
8081
8082 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
8083
8084         * ToolButton.cs: Invalidate middle of DropDown button when
8085         ToolBar theres DropDownArrows.
8086         * ThemeWin32Classic.cs: Change position of DropDown arrow and
8087         fix DropDown drawing operations.
8088
8089 2006-11-20  Chris Toshok  <toshok@ximian.com>
8090
8091         * NativeWindow.cs: fix the formatting of functions ('{' on the
8092         following line), and enable the thread exception dialog.
8093
8094         * Application.cs: remove the duplicate exception catching from
8095         here.
8096
8097 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
8098
8099         * Toolbar.cs: Triggers button click event when click on icon
8100         of dropdown ToolBarButton. Fixes #79912.
8101         
8102 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8103
8104         * Theme.cs:
8105         * ThemeWin32Classic.cs:
8106         - Added a property WindowBorderFont to enable themeing
8107           of mdi child windows' Text.
8108           
8109 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8110
8111         * InternalWindowManager.cs:
8112         * Form.cs:
8113         * MdiClient.cs:
8114         * MdiWindowManager.cs: 
8115         - If mdi child is maximized, set mdi parent's
8116           text to "Parent - [Child]". Fixes #79770.
8117         - If there is any maximized mdi child windows, only the active 
8118           window (and any new windows) is maximized, the rest are normal.
8119         - On a WindowState change only save mdi child's window bounds 
8120           if the old window state was normal. Fixes #79774.
8121         - The scroll bars are now calculated on hopefully all
8122           necessary events. Fixed #79771 / #79844->6 / #79906.
8123         - MdiClient.SizeScrollBars() now takes into account docked 
8124           controls in the parent when calculating available space.
8125         - InternalWindowManager now always repaints the entire title
8126           area. Fixes #79844->1/4/5.
8127         - Added RequestNCRecalc on mdi child windowstate changes.
8128           Fixes #79772.
8129
8130 2006-11-20  Mike Kestner  <mkestner@novell.com>
8131
8132         * ComboBox.cs: setup LargeChange on the scrollbar. Invoke FireMouseUp
8133         in the MouseUp handler of the listbox and move the return handling
8134         code to FireMouseUp to avoid scrolling on ups.  Fixes #79952.
8135
8136 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
8137
8138         * Toolbar.cs: Ignore right mouse clicks in toolbar. Fixes #79855. 
8139
8140 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
8141
8142         * MimeIcon.cs: Seems that DllImports that were fine in 1.2 are not
8143           working in 1.2.x anymore. So, updated.
8144
8145 2006-11-19  Gert Driesen  <drieseng@users.sourceforge.net>
8146
8147         * NumericUpDown.cs: Use NegativeSign, NumberDecimalSeparator and
8148         NumberGroupSeparator of current culture instead of assuming en-US.
8149         Fixed bug #79967.
8150
8151 2006-11-17  Mike Kestner  <mkestner@novell.com>
8152
8153         * Control.cs: Add the concept of implicit bounds setting so that
8154         dock/undock round trips preserve explicitly set size/locations.
8155         Fixes #79313.
8156
8157 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
8158
8159         * FileDialog.cs: Trim all filters, otherwise DirInfo.GetFiles
8160           can't handle those filters. (Fixes bug #79961)
8161
8162 2006-11-17  Chris Toshok  <toshok@ximian.com>
8163
8164         [ fixes the exit/crashes associated with #79835.  it's clearly
8165         suboptimal though, we need to figure out a better way to solve
8166         this. ]
8167         
8168         * PrintPreviewControl.cs: deal with the new invalid printer
8169         exceptions.
8170
8171         * PageSetupDialog.cs: if the printer is invalid, pop up a dialog
8172         and return false (so CommonDialog.ShowDialog doesn't actually show
8173         the form.)
8174
8175         * PrintDialog.cs: enable/disable the Ok button depending on
8176         whether or not the printer is valid.
8177
8178         * CommonDialog.cs (ShowDialog): only actually show the form if
8179         RunDialog returns true.
8180
8181 2006-11-17  Jackson Harper  <jackson@ximian.com>
8182
8183         * TextControl.cs: When soft splitting a line, mark it as a soft
8184         split line. Also carry over the current line break to the next
8185         line.
8186
8187 2006-11-17  Chris Toshok  <toshok@ximian.com>
8188
8189         * XplatUIX11.cs: when scrolling a window with an invalid area, we
8190         only want to shift the part of the invalid area that overlaps the
8191         area we're scrolling.  we also don't want to clear the invalid
8192         area unless the invalid area was entirely contained within the
8193         scrolling area.
8194
8195 2006-11-16  Chris Toshok  <toshok@ximian.com>
8196
8197         * XplatUIX11.cs: remove the handling of the TimerEvent stuff, and
8198         also make sure to free the memory returned by XGetWindowProperty
8199         in GetText().
8200
8201         * X11Structs.cs: remove the TimerEvent stuff, it's unused.
8202
8203 2006-11-16  Chris Toshok  <toshok@ximian.com>
8204
8205         * XplatUI.cs: add a new super secret way to get at the totally
8206         unsupported X11 backend.
8207
8208 2006-11-16  Gert Driesen  <drieseng@users.sourceforge.net>
8209
8210         * NumericUpDown.cs: Allow lowercase letters when in hex-mode.
8211
8212 2006-11-16  Jackson Harper  <jackson@ximian.com>
8213
8214         * TreeView.cs: Allow more explicit setting of top node position
8215         for scrollbars. Slower algo, but more accurate.
8216         - CollapseAll should maintain the current top node.
8217         * TextBoxBase.cs: When positioning the caret, use the line, pos
8218         method, since the x, y method does not grab the correct tag, and
8219         the caret height never gets set correctly. (Maybe I should just do
8220         away with the caret having its own height, and always use the
8221         carets current tag for height).
8222
8223 2006-11-16  Jonathan Pobst  <monkey@jpobst.com
8224
8225         [Fixes 79778, 79923]
8226
8227         * XplatUIWin32.cs: Don't allow a parent to be set to IntPtr.Zero.
8228         Parent to the FosterParent instead.
8229
8230 2006-11-16  Jackson Harper  <jackson@ximian.com>
8231
8232         * TreeView.cs: Need to recalc the topnode when we expand or
8233         collapse. The scrolling methods can't handle this on their own,
8234         since they use differences between the last scroll position, and
8235         those difference get completely messed up since we are expanding
8236         nodes.  This problem should probably be fixed in the scrolling
8237         methods, so they can figure out exactly where they are, but this
8238         will slow things down a little.
8239         * ThemeWin32Classic.cs: Special case for groupboxes with empty
8240         strings, makes nunit-gui look a lot nicer.
8241
8242 2006-11-16  Chris Toshok  <toshok@ximian.com>
8243
8244         * XplatUIX11.cs: nasty, nasty, nasty changes required because of
8245         the broken multithreaded event handling we have in here.  File
8246         this entry under "Why we should move to the new X11 backend".
8247
8248         Any thread can make it into UpdateMessageQueue, which gets events
8249         from the X socket - some of which could belong to hwnds being
8250         managed by a different thread.  We can also have multiple threads
8251         in UpdateMessageQueue at the same time, with each one reading from
8252         the X socket.  This leads to many problems, with the following
8253         solutions:
8254
8255         We can't use hwnd.Queue.Enqueue anywhere in here and must use
8256         EnqueueLocked.
8257
8258         The MotionNotify compression we do can't work across threads
8259         (without locking the entire queue, perhaps) since we call
8260         hwnd.Queue.Peek, so we just punt and don't compress motion events
8261         unless the owning thread is the one which got the X event.
8262
8263         ConfigureNotify is another fun one, since it modifies the hwnd's
8264         bounds and then enqueues the event.  We add a lock to Hwnd which
8265         is held when setting configure_pending to true (and enqueuing the
8266         event).
8267
8268         There is a race wrt the wake socket.  we need to make sure that
8269         only 1 thread is waiting on that socket, or else a thread could
8270         sleep waiting for data that never comes.  It's difficult (but not
8271         impossible) to make happen, because it seems to require something
8272         like the following:
8273
8274             1. Thread 1 polls on wake_receive
8275         
8276             2. poll returns saying there's data to be read on
8277                wake_receive.
8278         
8279             3. Thread 2 polls on wake_receive and immediately returns
8280                saying there's data to be read.
8281
8282             4. Thread 2 reads the wakeup byte from wake_receive
8283
8284             5. Thread 1 attempts to read the wakeup byte from
8285                wake_receive.
8286
8287             6. Thread 2 exits (due to a form closing, perhaps).
8288
8289             7. Thread 1 blocks forever.
8290         
8291         Fun, eh?
8292
8293         Fixing the Expose handling isn't done yet, and the races inherent
8294         in that piece of code are responsible for the drawing mistakes you
8295         see when generating expose events in a MT app (like NPlot).  This
8296         one is the likely to be the hardest to bandaid, and it doesn't
8297         appear to cause anything but drawing problems.  The other issues
8298         caused apps to exit or hang.
8299
8300         * XEventQueue.cs: output some spew when Dequeue/Enqueue/Peek are
8301         called from a different thread than the one that should be calling
8302         these functions.
8303
8304         * Hwnd.cs: add some locks to be used by the XplatUIX11 code.
8305
8306 2006-11-15  Chris Toshok  <toshok@ximian.com>
8307
8308         * Application.cs: null out the context's MainForm when we exit
8309         RunLoop.  Fixes a newly checked in unit test as well as the last
8310         ODE from bug #79933.
8311
8312 2006-11-15  Chris Toshok  <toshok@ximian.com>
8313
8314         * Form.cs (set_Owner): allow a null value so we can clear the
8315         form's owner.
8316         (Dispose): set all our owned_form's Owner properties to null, and
8317         clear the owned_forms collection.
8318         (WM_CLOSE): clean up this a little bit.. still not right though.
8319
8320         * ApplicationContext.cs: OnMainFormClosed should only call
8321         ExitThreadCore if the main form isn't recreating.  Fixes unit
8322         test.
8323
8324 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
8325
8326         [Fixes 78346]
8327
8328         * ComboBox.cs: Set the Hwnd.no_activate flag for the ComboListBox.
8329
8330 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
8331
8332         [Fixes 79433]
8333
8334         * Hwnd.cs: Add a flag to show a window, but not activate it, to 
8335         keep popup window types from stealing focus from the main form
8336         on Windows.
8337
8338         * XPlatUIWin32.cs: Use SW_SHOWNOACTIVATE if above field is true.
8339
8340         * MenuAPI.cs: Set above flag to true.
8341
8342 2006-11-15  Chris Toshok  <toshok@ximian.com>
8343
8344         * XplatUIX11.cs: mimic win32 behavior on BUTTONUP events, where
8345         the button being released is not in wParam.
8346
8347 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
8348
8349         * Form.cs: Add the released button to MouseEventArgs.Button
8350         for the OnMouseUp call to the MenuTracker.  Fixes menu clicking
8351         on Win32.
8352
8353 2006-11-15  Chris Toshok  <toshok@ximian.com>
8354
8355         * XplatUIX11.cs: add (untested) a _NET_WM_NAME implementation of
8356         GetText().  untested because it's unused in our implementation.
8357         Control.Text always caches the text, even if
8358         ControlStyles.CacheText is not set.
8359
8360         fixes bug #79939.
8361
8362 2006-11-15  Chris Toshok  <toshok@ximian.com>
8363
8364         [ fixes #79933 ]
8365         
8366         * Form.cs: in Close() don't do anything after we send the WM_CLOSE
8367         message.  no hiding, no disposing.
8368
8369         in the WM_CLOSE handler, hide the form if it's modal.
8370
8371 2006-11-15  Chris Toshok  <toshok@ximian.com>
8372
8373         * XplatUIX11.cs: use AddExpose instead of sending a message.
8374         fixes textbox border drawing.
8375
8376 2006-11-15  Chris Toshok  <toshok@ximian.com>
8377
8378         * PropertyGridView.cs: keep from crashing on mouse move/down when
8379         the property grid is empty.
8380
8381 2006-11-14  Jackson Harper  <jackson@ximian.com>
8382
8383         * TextControl.cs: Make PageUp and PageDown more like the MS
8384         versions.
8385         * TextBoxBase.cs: When we set the text property position the
8386         cursor at the beginning of the document.
8387
8388 2006-11-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8389
8390         * Form.cs: if a mdi child's WindowState has changed
8391         before it's creation, it would display wrong control
8392         buttons.
8393         
8394 2006-11-14  Alexander Olk  <alex.olk@googlemail.com>
8395
8396         * TreeView.cs: De-uglify TreeView checkbox checkmarks.
8397           (Fixes bug #79927)
8398
8399 2006-11-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 
8400
8401         * XplatUIX11.cs: send a WM_NCPAINT on WM_NCCALCSIZE so that 
8402         the window gets to paint its borders even if the window is
8403         getting smaller.
8404         
8405         * Form.cs: on a WM_NCPAINT invalidate the entire menu, 
8406         otherwise the old control buttons would still be painted 
8407         if the window gets bigger.
8408         
8409         * PaintEventArgs.cs: add an internal method so that the clip 
8410         rectangle can be changed.
8411         
8412 2006-11-13  Chris Toshok  <toshok@ximian.com>
8413
8414         [ fixes bug #79745 ]
8415         
8416         * NotifyIcon.cs: lots of cleanup.
8417
8418         * X11Structs.cs: add an enum for XEMBED messages.
8419
8420         * XplatUIX11.cs: reindent one of the giant switch statements, it
8421         was taking up an additional tab stop, and this file is already way
8422         too wide for my laptop's screen.
8423
8424         Also, add handling for the XEmbed EMBEDDED_NOTIFY message.  When
8425         we get it, resize the hwnd to the WMNormalHints max_width/height.
8426
8427 2006-11-13  Jackson Harper  <jackson@ximian.com>
8428
8429         * TextBoxBase.cs: Compute the value changes for the mouse wheel
8430         teh simple way.
8431
8432 2006-11-13  Chris Toshok  <toshok@ximian.com>
8433
8434         * XplatUIX11.cs, XplatUIStructs.cs: kind of a gross fix for
8435         #79898.  force a reference to the Region to stick around so the
8436         unmanaged object isn't collected (rendering our handle in the MSG
8437         stale).
8438
8439 2006-11-13  Chris Toshok  <toshok@ximian.com>
8440
8441         * XplatUIX11.cs: fix #79917 for window managers which support
8442
8443         using XStoreName on the raw utf8, and we need to convert to
8444         COMPOUND_TEXT if it's non-latin1.
8445
8446 2006-11-13  Chris Toshok  <toshok@ximian.com>
8447
8448         * Form.cs (set_DialogResult): we need to set closing to false if
8449         we're setting our result to None.  fixes bug #79908.
8450
8451 2006-11-13  Jackson Harper  <jackson@ximian.com>
8452
8453         * TextControl.cs: When formatting text, compute the adjusted tag
8454         lengths correctly, using FindTag for the end tag instead of trying
8455         to figure it out outselves.
8456         * TreeNode.cs: Use ActualItemHeight, which is the actual height of
8457         the item, ItemHeight doesn't work, because trees with large
8458         imagelists use those for their height
8459         * TreeView.cs: ActualItemHeight factors in the image height
8460         - compute left edge of checkboxes correctly
8461         - when expanding/collapsing move the bottom down one pixel, so we
8462         aren't moving part of the node
8463
8464 2006-11-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8465
8466         * XplatUIX11.cs: The PaintEventArgs is also added to the drawing
8467         stack in PaintEventStart so that it won't get disposed by the gc
8468         before reaching PaintEventEnd.
8469
8470 2006-11-13  Jackson Harper  <jackson@ximian.com>
8471
8472         * TextBoxBase.cs: Don't select the word if we are on a line with
8473         no text.
8474         - We don't need to position the caret on mouse up, since the mouse
8475         move handler should be doing this
8476         - When double clicking a blank line, the caret is advanced to the
8477         next line.
8478
8479 2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
8480
8481         * TreeNodeCollection.cs: Avoid duplicating indexer code.
8482
8483 2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
8484
8485         * ColorDialog.cs: Reset size of dialog between calls to ShowDialog.
8486         Fixes part of bug #79910.
8487
8488 2006-11-11  Alexander Olk  <alex.olk@googlemail.com>
8489
8490         * ColorDialog.cs: Fix a NRE when adding a color to custom colors
8491           (bug #79903). Some minor string updates to match ms.
8492
8493 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
8494
8495         * FileDialog.cs: Don't add an extension if the filename
8496           already ends with that extension.
8497
8498 2006-11-10  Jackson Harper  <jackson@ximian.com>
8499
8500         * TreeView.cs: Use the currently highlighted node for the
8501         BeforeSelect event.
8502         * TextBoxBase.cs: There is no need to expand selection on
8503         MouseMove.
8504         - CanUndo means 'is there any undo operations', not 'is undo
8505         allowed on this textcontrol. Fixed ClearUndo unit test.
8506
8507 2006-11-10  Andreia Gaita  <shana.ufie@gmail.com>
8508
8509         * Button.cs: only perform click when button is Selectable (so as 
8510         not to activate default buttons when they're disabled)
8511         
8512         * Control.cs: Rewrite of the SelectNextControl and related 
8513         methods. HandleClick now selects next control if the current one
8514         is being disabled.
8515         
8516         * Form.cs: OnActivated selects next active control only if Load 
8517         has already occurred. If Load hasn't run, there's no point in 
8518         selecting here, Load might change the state of controls.
8519         
8520         * FocusTest.cs: Tests marked as working again for these fixes
8521
8522 2006-11-10  Chris Toshok  <toshok@ximian.com>
8523
8524         * XplatUIX11.cs: a couple of fixes.
8525
8526         - use XInternAtoms with almost all the atoms we need to register,
8527         instead of many, many calls to XInternAtom.  should help a bit on
8528         startup time, at the expense of making the code look a little
8529         worse.
8530
8531         - fall back to setting TransientFor on TOOLWINDOW's if their hwnd
8532         isn't reparented (which seems to be a clue that we're running fon
8533         compiz) and they have an Owner form.  This fixes the tool windows
8534         in paint.net when running under compiz.
8535
8536         - when setting the opacity of a window, support both the case
8537         where the window has been reparented and also when it hasn't been.
8538         Since compiz/beryl doesn't seem to reparent windows, and these are
8539         the only window managers which support translucency, I'm not sure
8540         why we need the hwnd.reparented case at all.. but leave it in.
8541         now we get translucent windows in paint.net under compiz/beryl.
8542
8543 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
8544
8545         * FileDialog.cs: Always return the value for FilterIndex that
8546           was set. Internally convert it to values that make sense.
8547
8548 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
8549         
8550         * ThemeWin32Classic.cs: Fix drowp down arrow borders.
8551
8552 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
8553
8554         * Toolbar.cs: Change default value of DropDownArrows to true, the 
8555         signature still using false to make it compatible with MS but the 
8556         initial value is true. Fixes #79855.
8557
8558 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
8559
8560         * MimeIcon.cs: Don't throw an exception on windows. Mime stuff is
8561           only available on Linux.
8562
8563 2006-11-09  Everaldo Canuto  <everaldo@simios.org>
8564
8565         * Toolbar.cs, ToolBarButton.cs: Fix wrong separator size and
8566         reduce number of calls to redraw method during toolbar creation.
8567
8568 2006-11-09  Mike Kestner  <mkestner@novell.com>
8569
8570         * ListView.cs : raise SelectedIndexChanged when an item is selected
8571         programmatically via the Item.Selected property.  Gert's nice 
8572         ListViewSelectedIndexChanged test fixture now runs clean.
8573
8574 2006-11-09  Mike Kestner  <mkestner@novell.com>
8575
8576         * ListView.cs : raise SelectedIndexChanged when a selected item is
8577         removed from the item collection using Remove or RemoveAt.
8578
8579 2006-11-09  Mike Kestner  <mkestner@novell.com>
8580
8581         * ListView.cs : raise SelectedIndexChanged once per selected item
8582         for compat with MS.  Fixes #79849+.
8583
8584 2006-11-09  Chris Toshok  <toshok@ximian.com>
8585
8586         * TabControl.cs: initialize row_count to 0, and set it to 1 when
8587         we need to (if we have any tab pages).  Fixes unit test.
8588
8589 2006-11-09  Chris Toshok  <toshok@ximian.com>
8590
8591         * Label.cs (CalcPreferredWidth): if Text == "", our preferred
8592         width is 0, not 3.  Fixes a unit test.
8593
8594 2006-11-09  Mike Kestner  <mkestner@novell.com>
8595
8596         * ListView.cs : use Implicit scrollbars so that focus isn't 
8597         stolen from the listview when they are clicked. Fixes #79850.
8598
8599 2006-11-09  Chris Toshok  <toshok@ximian.com>
8600
8601         * PropertyGridView.cs (OnPaint): only call DrawGridItems if we
8602         have a root item.  Fixes #79879.
8603
8604 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
8605
8606         * FileDialog.cs:
8607           - Fix ToString ()
8608           - An ArgumentException is now thrown if a wrong filter
8609             is applied (matches ms). The previous filter doesn't change
8610             anymore if an exception is thrown.
8611           - Changing the FileName property also affects FileNames
8612         * ColorDialog.cs: The length of the CustomColors array is always
8613           16. It doesn't matter if we use a smaller array or null to update
8614           or change the custom colors property.
8615         * FolderBrowserDialog.cs: Throw an InvalidEnumArgumentException if
8616           for RootFolder if we get a undefined value.
8617
8618 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8619
8620         * StatusBarPanel.cs: 
8621         - Width is set to MinWidth if Width is smaller than
8622         MinWidth. Fixes #79842.
8623         - MinWidth now always overrides Width (MSDN says MinWidth
8624         is set to Width when AutoSize = None, but they do not 
8625         behave like that).
8626         - Style has now the the correct default value.
8627         
8628 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8629  
8630         * TrackBar.cs: 
8631         - The control is completely invalidated on 
8632         Got/LostFocus to draw the focus rectangle correctly.
8633         - When AutoSize then height is always 45 (width for 
8634         vertical controls).
8635         
8636         * ThemeWin32Classic.cs: The TrackBar thumb is now centered
8637         on the mouse when moved and it doesn't move when grabbed
8638         until the mouse moves as well. Also fixed some wrong 
8639         calculations when clicking on the thumb (control thought
8640         click was outside of thumb and didn't grab it).
8641         Fixes some of the issues in #79718.
8642
8643 2006-11-08  Everaldo Canuto  <everaldo@simios.org>
8644
8645         * Toolbar.cs: Prevent disabled button to highlight. Fixes #79868.
8646
8647 2006-11-08  Chris Toshok  <toshok@ximian.com>
8648
8649         * PropertyGridView.cs: only call ToggleValue if the item is not
8650         readonly.
8651
8652 2006-11-08  Jackson Harper  <jackson@ximian.com>
8653
8654         * TextBoxBase.cs: The RichTextBox and textbox have very different
8655         word selection methods.  Implement the textbox's simple word
8656         selection here, and let the RichTextBox override and provide it's
8657         own.
8658         - Don't do extra selection on mouseup
8659         * RichTextBox.cs: Use the documents word selection algorithm, I
8660         think ideally, this function will be pulled into the
8661         RichTextBox.cs code someday.
8662
8663 2006-11-08  Chris Toshok  <toshok@ximian.com>
8664
8665         * RootGridEntry.cs: new class to represent GridItemType.Root.
8666
8667         * CategoryGridEntry.cs: reformat, and add boilerplate.
8668         
8669         * GridEntry.cs: remove the UIParent stuff - turns out .Parent
8670         returns the UI parent anyway, and we need special handling to
8671         implement the GetTarget method in the face of it.  Also, implement
8672         Select().
8673
8674         * PropertyGrid.cs, PropertyGridView.cs: a number of fixes.  create
8675         a root grid item, and use that instead of PropertyGrid.grid_items.
8676         Also, make use of TypeConverters (and add limitted support for
8677         ICustomTypeDescriptors) when initially populating the grid.
8678         Arrays now show up more or less properly.
8679
8680 2006-11-08  Chris Toshok  <toshok@ximian.com>
8681
8682         * Application.cs: set the modal dialog to non modal after we close
8683         it.  Fixes bug #79866.
8684
8685 2006-11-08  Jackson Harper  <jackson@ximian.com>
8686
8687         * TextControl.cs: When combining lines carry over the line end
8688         style from the end line.
8689         - Invalidate the selected area when setting it, if it is visible.
8690         * TextBoxBase.cs: Only rich text box can do full line selects.
8691         - Make sure to set the cursor position when there is a click,
8692         otherwise two clicks in separate areas could cause a large chunk
8693         to be selected.
8694
8695 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8696
8697         * Toolbar.cs: Release flat button borders when Toolbar lost focus. 
8698         Fixes #79863.
8699
8700 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8701
8702         * Toolbar.cs: Prevent toolbar to open more than one tooltip at same
8703         time. Remove tooltips when ToolButton click events.  Fixes #79856.
8704
8705 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8706
8707         * MenuAPI.cs: Ignore right click for menu actions and fixes
8708         menu border when clicked.  Fixes #79846.
8709
8710 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8711
8712         * XplatUIX11.cs, XplatUIX11.cs: Fix MouseRelease to only release
8713         MouseState after create wParam for message, this fixes mouse button 
8714         equal none in mouse up events.
8715         
8716 2006-11-07  Andreia Gaita  <shana.ufie@gmail.com>
8717
8718         * Control.cs : Focus() now calls Select to set the Container's
8719         Active Control and to give it focus. To avoid infinite recursion
8720         (because ActiveControl also calls Focus at one point), a check 
8721         is made in Focus with the help of a new internal variable
8722         is_focusing.
8723
8724 2006-11-07  Mike Kestner  <mkestner@novell.com>
8725
8726         * ListView.cs : raise OnSelectedIndexChanged in CreateHandle
8727         if there's a selection.  Fixes #79849.
8728
8729 2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
8730
8731         * PropertyGrid.cs: Avoid fixed height of help description label.
8732         Fixes part of bug #79829.
8733
8734 2006-11-07  Chris Toshok  <toshok@ximian.com>
8735
8736         * XplatUIX11.cs: fix #79790 again, by using the
8737         _NET_WM_STATE_SKIP_TASKBAR atom to implement Form.ShowInTaskbar.
8738
8739 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8740
8741         * ToolBar.cs: Fix left click checking.
8742
8743 2006-11-07  Chris Toshok  <toshok@ximian.com>
8744
8745         * ProgressBar.cs: fix a typo in ToString().  fixes a unit test.
8746
8747 2006-11-07  Chris Toshok  <toshok@ximian.com>
8748
8749         * RelatedPropertyManager.cs: set property_name in our ctor.  fixes
8750         PropertyManager unit tests.
8751
8752         * PropertyManager.cs: make property_name internal.
8753
8754 2006-11-07  Chris Toshok  <toshok@ximian.com>
8755
8756         * ButtonBase.cs: initialize base.ime_mode to ImeMode.Disable to
8757         pass a unit test.  Also, don't set image_index to anything in
8758         response to setting the ImageList property.
8759
8760 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8761
8762         * ToolBar.cs: Ignore click events when mouse button is not a
8763         left button, only accepts other button for dropdown menus.  
8764         Fixes #79854.
8765
8766 2006-11-07  Chris Toshok  <toshok@ximian.com>
8767
8768         * DataGrid.cs: make the back and parent row buttons a little less
8769         ugly.
8770
8771 2006-11-07  Jackson Harper  <jackson@ximian.com>
8772
8773         * TextBoxBase.cs: When converting to Text don't put line breaks in
8774         for soft line breaks.
8775         * TextControl.cs: There is an initial "fake" line in the document,
8776         this is now a soft break line, so that an extra line feed doesn't
8777         get added to the end of documents.
8778
8779 2006-11-07  Chris Toshok  <toshok@ximian.com>
8780
8781         [ fix bug #79778 ]
8782         
8783         * CurrencyManager.cs: if the list is readonly, don't bother
8784         checking if IBindingList.AllowNew is true.
8785
8786         * ThemeWin32Classic.cs (DataGridPaintParentRow): make this work
8787         for non-DataRowView datasources..  or rather, make it not crash.
8788         (DataGridPaintRelationRow): make sure we limit the row painting to
8789         the area not covered by the row header, and make our cell width at
8790         least large enough to cover the relation area.  This allows grids
8791         that have relations but no rows to render correctly.
8792         (DataGridPaintRowContents): same type of changes here.
8793         (SetDataSource): move back to always calling
8794         CalcAreasAndInvalidate.  this fixes a crash/drawing problem when
8795         navigating back through relations.
8796         (HitTest): handle the case where we have no cells but have
8797         relations.  Right now we generate a hit in cell 0 of whatever the
8798         row is, not sure if this is strictly correct, but it works for our
8799         purposes.
8800         
8801         * DataGrid.cs (EndEdit, CancelEdit): if we have no columns, don't
8802         bother doing anything.
8803
8804 2006-11-07  Jonathan Pobst  <monkey@jpobst.com>
8805
8806         * StatusStrip.cs, ToolStripStatusLabel.cs: By request, an
8807         early version of StatusStrip.  Not responsible for eaten
8808         application or firstborn children.
8809
8810 2006-11-06  Chris Toshok  <toshok@ximian.com>
8811
8812         * TabControl.cs: in OnGotFocusInternal/OnLostFocusInternal don't
8813         call GetTabRect with a -1 index.  Fixes #79847.
8814
8815 2006-11-06  Jackson Harper  <jackson@ximian.com>
8816
8817         * TreeNodeCollection.cs: Update scrollbars after clearing.
8818
8819 2006-11-06  Chris Toshok  <toshok@ximian.com>
8820
8821         * NumericUpDown.cs: fix the ToString method for some unit test
8822         love.
8823
8824 2006-11-06  Chris Toshok  <toshok@ximian.com>
8825
8826         * PropertyGrid.cs:
8827         - set the initial SelectedGridItem if we can.
8828
8829         - Exclude non-mergable properties only if we're merging > 1
8830         object.  Merging 1 object isn't really merging, obviously.
8831
8832         - Handle PropertySort.NoSort just like Alphabetical, which is
8833         wrong of course, but at least gets things on the screen.
8834         
8835         * PropertyGridView.cs:
8836         - Add method "FindFirstItem" which finds the first property grid
8837         item, so we can select it by default.
8838
8839         - make use of GridEntry.CanResetValue.
8840
8841         - Don't call RedrawBelowItemOnExpansion here anymore, the
8842         individual GridEntry's will do that.
8843
8844         - Remove the ITypeDescriptorContextImpl internal class.
8845         
8846         * GridEntry.cs:
8847         - this class needs to implement ITypeDescriptorContext, as it's
8848         what MS's PropertyDescriptorGridEntry does, which means we can
8849         remove the ITypeDescriptorContextImpl internal class from
8850         PropertyGrid.cs.  This fixes the crashing portion of bug #79829.
8851
8852         - keep a reference to our PropertyGridView, and move the call to
8853         RedrawBelowItemOnExpansion here from PGV.  This means
8854         programmaticly setting Expanded actually does something visible.
8855
8856         - add a CanResetValue() function which takes into account our
8857         possibly multiple "selected_objects" in the merged case.  Shifting
8858         PropertyGridView to use this method fixes another unreported
8859         crasher found running the test for #79829.
8860
8861         - when Top or Bounds is updated, make sure the PropertyGridTextBox
8862         is updated to reflect this.
8863
8864         * CategoryGridEntry.cs: the ctor takes the PGV now.
8865         
8866 2006-11-06  Jackson Harper  <jackson@ximian.com>
8867
8868         * TextControl.cs: These are 1 based.
8869         * TextBoxBase.cs: When setting the selected text, don't change the
8870         selected text tags, this is done by ReplaceText, just position the
8871         cursor at the end of the new text.
8872
8873 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
8874
8875         * ListView.cs: Allow label edit only when, when LabelEdit is
8876           set to true.
8877
8878 2006-11-06  Jackson Harper  <jackson@ximian.com>
8879
8880         * TextControl.cs: If a suitable wrapping position isn't found,
8881         just wrap right in the middle of a word.
8882
8883 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
8884
8885         * ListView.cs, ListViewItem.cs: Implement LabelEdit. Fixes
8886           bug #79820.
8887
8888 2006-11-06  Jackson Harper  <jackson@ximian.com>
8889
8890         * TreeView.cs: Can't use the VisibleCount property when setting
8891         scrollbar heights, because this doesn't take into account whether
8892         or not the horz scrollbar just came visible.
8893
8894 2006-11-05  Everaldo Canuto  <everaldo@simios.org>
8895
8896         * MenuAPI.cs: Deactivate menu on mouse up when menus it is already
8897         activated.  Fixes #79369, #79832.
8898
8899 2006-11-05  Alexander Olk  <alex.olk@googlemail.com>
8900
8901         * FileDialog.cs: *sigh* Because of recent runtime changes (r67043) I
8902           had to remove support for links that point to a directory. FileInfo
8903           returns no usefull information (means, the directory they point to)
8904           for such links. Replaced some empty string ("") with String.Empty.
8905
8906 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
8907
8908         * TreeNodeCollection.cs: To match MS, in 1.0 profile throw 
8909         NullReferenceException when attempting to remove node that is not in
8910         collection. Throw NullReferenceException when null is passed to 
8911         Remove. Allow first element of the collection to be removed. Fixes
8912         bug #79831.  In GetEnumerator ().Current return null if positioned 
8913         before the first element of the collection. In GetEnumerator ().Reset,
8914         position before first element of the collection.
8915
8916 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
8917
8918         * PropertyGrid.cs: To match MS, remove default title and description
8919         for panel. Fixed tooltips for Categorized and Alphabetic toolbar
8920         buttons.
8921
8922 2006-11-04  Chris Toshok  <toshok@ximian.com>
8923
8924         * Theme.cs: add a Clamp method, just for kicks.
8925
8926         * ThemeWin32Classic.cs: clamp all color components to [0..255].
8927
8928 2006-11-04  Chris Toshok  <toshok@ximian.com>
8929
8930         * Form.cs: if the form isn't visible, Close() does nothing.
8931
8932 2006-11-03  Chris Toshok  <toshok@ximian.com>
8933
8934         * Form.cs (Close): if the form is modal, don't Dispose of it, only
8935         Hide it.
8936         (WndProc): don't Dispose after handling the WM_CLOSE message.
8937
8938         * Application.cs (RunLoop): toplevels is a list of Forms, so treat
8939         them as such, instead of using casts from Control to Form.  Also,
8940         don't Dispose of the modal dialog when we fall out of the loop -
8941         Close() it instead.
8942
8943         fixes bug #79813.
8944
8945 2006-11-03  Chris Toshok  <toshok@ximian.com>
8946
8947         * Control.cs (Dispose): only go through the dispose thing if we're
8948         @disposing, and we haven't already been disposed.  Fixes bug
8949         #79814.
8950
8951         * Form.cs: no reason to call "base.Dispose()" here instead of
8952         "Dispose()".
8953
8954 2006-11-03  Mike Kestner  <mkestner@novell.com>
8955
8956         * ComboBox.cs : use ToString instead of casts in AddItem for
8957         sorting functionality.  Fixes #79812.
8958
8959 2006-11-03  Chris Toshok  <toshok@ximian.com>
8960
8961         * Application.cs: pave the way for actually using the thread
8962         exception dialog.  it's ifdefed out at the moment.
8963
8964 2006-11-03  Chris Toshok  <toshok@ximian.com>
8965
8966         * ThreadExceptionDialog.cs: until we get a better layout, actually
8967         hide the details textbox and label when we shouldn't see them.
8968
8969 2006-11-03  Jackson Harper  <jackson@ximian.com>
8970
8971         * TextBoxBase.cs: Don't bail from the scrollbar calcs for non
8972         multiline textboxes anymore.  This method also determines the
8973         width/height of a textboxes canvas area.
8974         - Sorta a revert of the last patch.  For multiline just position
8975         the controls, then bail.  This way the scrollbar width won't be
8976         altered.
8977
8978 2006-11-03  Everaldo Canuto  <everaldo@simios.org>
8979
8980         * ThemeWin32Classic.cs: Dont paint inner lines of 3D border when
8981         it dont need.  Fixes #79537.
8982
8983 2006-11-02  Jackson Harper  <jackson@ximian.com>
8984
8985         * X11Dnd.cs: We always allow copy, since XDND implies Copy.  Also
8986         send the status after firing the DndOver event.
8987
8988 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8989
8990         * TrackBar.cs: Now orientation only switches height / width if
8991         the control's handle is created (Win32 does it like this). Also 
8992         fixed a typo in ToString() for a test to pass, changed the 
8993         exception thrown in set_LargeChange and set_SmallChange to 
8994         match Win32 behaviour, and added TrackBar tests to the unit 
8995         tests.
8996
8997 2006-11-02  Chris Toshok  <toshok@ximian.com>
8998
8999         * XplatUIX11.cs: the atom we want is _NET_WM_STATE_SKIP_TASKBAR,
9000         not _NET_WM_STATE_NO_TASKBAR.
9001
9002 2006-11-02  Jackson Harper  <jackson@ximian.com>
9003
9004         * TextControl.cs: Increment count by one, since in the update view
9005         count - 1 is used.
9006
9007 2006-11-02  Jackson Harper  <jackson@ximian.com>
9008
9009         * TextBoxBase.cs: Use client rectangle not bounds for checking if
9010         the mouse is in the client rectangle (duh).
9011
9012 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9013         
9014         * TrackBar.cs: Fixed trackbar jumping around when clicking
9015         on it - the trackbar was not detecting correctly at which
9016         side of the thumb the click was done. (fixes #79718)
9017
9018 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
9019
9020         * ListBox.cs: scroll visible area when change SelectedIndex to
9021         a non visible area.  Fixes #79481.
9022
9023 2006-11-01  Jackson Harper  <jackson@ximian.com>
9024
9025         * TextControl.cs: When replacing the selection move the selection
9026         start/end/anchor to the end of the new text.
9027
9028 2006-11-01  Jackson Harper  <jackson@ximian.com>
9029
9030         * XplatUIWin32.cs: When setting the parent change the controls
9031         visibility to it's visibility flag, not to it's old parents
9032         visibility (.Visible walks the parent chain).
9033
9034 2006-11-01  Chris Toshok  <toshok@ximian.com>
9035
9036         * XplatUIX11.cs: revert the #79790 fix, as the simple.
9037         XSetTransientForHint fix breaks paint .net's tool windows.  more
9038         work needed for that one.
9039
9040 2006-11-01  Chris Toshok  <toshok@ximian.com>
9041
9042         * ScrollBar.cs: throw ArgumentException instead of Exception in
9043         LargeChange/SmallChange setters.  fixes unit tests.
9044
9045 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
9046
9047         * ContainerControl.cs: reverted rev.67183 (which was itself
9048         a reversion of rev.66853... eh).
9049         
9050         * Control.cs: Fixes Reflector hang by changing Focus() call
9051         to what it was before rev.66643 (calling Select() here sets 
9052         ActiveControl, which in some situations calls back Focus and 
9053         eventually does a stack overflow). Temp fix.    
9054         Changes to GetNextControl() to not look for children to select when
9055         parent cannot be selectable (so it looks for siblings instead)  
9056         
9057 2006-10-31  Mike Kestner  <mkestner@novell.com>
9058
9059         * CheckedListBox.cs : off by one error in returned index from
9060         ObjectCollection.Add.  Fixes #79758.
9061
9062 2006-10-31  Chris Toshok  <toshok@ximian.com>
9063
9064         * UpDownBase.cs: remove the OnGotFocusInternal/OnLostFocusInternal
9065         calls for the textbox/spinner, to keep from recursing to the point
9066         where we crash.  Fixes #79760.
9067
9068 2006-10-31  Chris Toshok  <toshok@ximian.com>
9069
9070         * ListControl.cs (set_SelectedValue): don't throw exceptions on
9071         null/"" value, just return.  matches ms's behavior and fixes some
9072         failing tests.
9073
9074 2006-10-31  Chris Toshok  <toshok@ximian.com>
9075
9076         * Control.cs (set_Capture): make a logic a little easier to
9077         follow.
9078
9079         * XplatUIX11.cs (CleanupCachedWindows): zero out the Grab window
9080         if it's being destroyed.  A necessary fix surely, but a bandaid
9081         also, to fix the stuck capture problem in bug #78413.
9082
9083 2006-10-31  Chris Toshok  <toshok@ximian.com>
9084
9085         * XplatUIX11.cs: fix a couple of compiler warnings, and follow the
9086         convention of clearing hwnd.ClientRect when we set the
9087         width/height (so it'll be recalculated by Hwnd).
9088
9089 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
9090
9091         * ContainerControl.cs: reversed Contains check from
9092         ActiveControl due to hanging problems. This fix
9093         partly regresses #79667 (button does not have
9094         initial focus), so this might be a symptom for 
9095         a larger parenting problem (set_ActiveControl
9096         is being called but the child control does
9097         not have the parent set yet?)   
9098         
9099 2006-10-31  Mike Kestner  <mkestner@novell.com>
9100
9101         * MenuAPI.cs : fix keynav when menu is click activated.
9102
9103 2006-10-31  Jonathan Pobst  <monkey@jpobst.com>
9104
9105         * ToolStrip*: Version 0.2.
9106
9107         * MenuStrip.cs: Version 0.1.
9108
9109         * Form.cs: Add a 2.0 MenuStrip tracker like the 1.1 Menu one.
9110
9111 2006-10-30  Chris Toshok  <toshok@ximian.com>
9112
9113         [ fixes the oversized notify icon issue in bug #79745 ]
9114         
9115         * NotifyIcon.cs: scale the icon down to the size we're given by
9116         the XplatUI layer (this would be faster if we did it once instead
9117         of whenever we paint..)  Also, remove the WM_NCPAINT handling,
9118         since it's never invoked.
9119
9120         * XplatUIX11.cs: the gnome and kde systrays use icons that are 24
9121         pixels high by default, so let's hardcode our systray icon to that
9122         size.  The SYSTEM_TRAY protocol should really have a way for
9123         client apps to query for the correct icon size.. but oh well.  A
9124         couple of patches to deal with the screwy client_window ==
9125         whole_window notifyicon stuff (we don't want to PerformNCCalc, for
9126         instance, and also make sure we don't XSelectInput twice).
9127
9128 2006-10-30  Chris Toshok  <toshok@ximian.com>
9129
9130         * Control.cs: ugh, the unit test fix (CH11, yesterday) breaks when
9131         recreating forms.  Control recreation is the bane of my existence.
9132         Fix it in a way that keeps everyone happy.
9133
9134 2006-10-30  Chris Toshok  <toshok@ximian.com>
9135
9136         * XplatUIX11.cs: use StructureNotifyMask on all whole_windows, not
9137         just non-CHILD ones.  otherwise sometimes scrollbars end up with
9138         client_windows not being resized to the proper size (ReportBuilder
9139         shows this extremely well).
9140
9141 2006-10-30  Chris Toshok  <toshok@ximian.com>
9142
9143         * XplatUIX11.cs (SetWMStyles): reinstate the XSetTransientForHint
9144         for non-WS_EX_APPWINDOW windows.  This is what keeps them from
9145         showing up in the gnome taskbar.  Fixes bug #79790.
9146
9147 2006-10-30  Chris Toshok  <toshok@ximian.com>
9148
9149         * ApplicationContext.cs: guard against a NRE.
9150
9151         * Application.cs: null out the old MainForm for the context, so we
9152         don't try to use it again once it's disposed.  Fixes bug #79783.
9153
9154 2006-10-30  Chris Toshok  <toshok@ximian.com>
9155
9156         * DataGrid.cs (set_DataSource, set_DataMember): if we have a
9157         BindingContext, set the data source directly, otherwise do the
9158         lazy approach - the actual ListManager will be created when we get
9159         a BindingContext. Fixes bug #79700.
9160
9161 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
9162
9163         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
9164           XplatUIX11.cs: Remove old 2 parameter SetVisible.
9165
9166         * Control.cs: Use the new 3 parameter SetVisible with activate = true.
9167
9168 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
9169
9170         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Add an overload
9171         of SetVisible that allows a window to be shown, but not activated.
9172         This is needed on Windows for MenuStrip, and can probably be used
9173         with MainMenu and ComboBox to fix the focus stealing issues on
9174         Windows.
9175
9176         * XplatUIOSX.cs, XplatUIX11.cs: Not needed, call existing SetVisible.
9177
9178 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
9179
9180         * PictureBox.cs: Fix the output of the ToString method.
9181
9182 2006-10-29  Chris Toshok  <toshok@ximian.com>
9183
9184         * Control.cs (get_TopLevelControl): fix bug #79781.
9185
9186 2006-10-29  Chris Toshok  <toshok@ximian.com>
9187
9188         * ListControl.cs (set_DataSource): throw Exception here, not
9189         ArgumentException, to match MS behavior.
9190
9191 2006-10-29  Chris Toshok  <toshok@ximian.com>
9192
9193         * Form.cs: remove the try-catch's around calls to GetWindowState.
9194         We can just check the return value.
9195
9196         * XplatUIX11.cs: don't throw exceptions from GetWindowState.
9197         Instead return -1.
9198
9199         * XplatUI.cs: Add note about additional return value for
9200         GetWindowState.
9201
9202 2006-10-29  Chris Toshok  <toshok@ximian.com>
9203
9204         * Control.cs (CreateHandle): when we create our handle, we also
9205         create the handles of our child controls.  Fixes one of the
9206         Control unit tests (CH11).
9207
9208 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
9209
9210         * MimeIcon.cs: If a gnome icon doesn't exist add a default icon.
9211
9212 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
9213
9214         * ThemeClearlooks.cs: A little speedup.
9215
9216 2006-10-27  Chris Toshok  <toshok@ximian.com>
9217
9218         * Control.cs: implement Control.FromChildHandle in a way that
9219         matches the docs (and fixes the failed test.)
9220
9221 2006-10-27  Chris Toshok  <toshok@ximian.com>
9222
9223         * DataGridTableStyle.cs: reproduce buggy MS behavior (with
9224         comments).
9225
9226         * DataGrid.cs: implement ResetForeColor such that the tests
9227         succeed.
9228         
9229 2006-10-27  Chris Toshok  <toshok@ximian.com>
9230
9231         * ToolBarButton.cs: setting text/tooltiptext to null results in it
9232         being set to "".  Fixes bug #79759.
9233
9234 2006-10-27  Jackson Harper  <jackson@ximian.com>
9235
9236         * TextControl.cs: We need to clear the entire selection area when
9237         setting the start, otherwise multiline selections are still
9238         visible.
9239
9240 2006-10-26  Chris Toshok  <toshok@ximian.com>
9241
9242         * PropertyGridView.cs: 
9243
9244         - ifdef all the code specific to the double
9245         buffer case, and provide some alternatives in the non-doublebuffer
9246         code, which makes heavy use of XplatUI.ScrollWindow to move things
9247         around without having to invalidate (and cause flicker).  There
9248         are still some drawing problems in the non-doublebuffered case, so
9249         DOUBLEBUFFER is defined by default.
9250
9251         - Fix the way dropdowns are handled.  now we explicitly watch for
9252         the events which might cause the dropdown to close, and break out
9253         of the nested event loop there.  This gets rid of all Capture
9254         code, at the expense of the Msg special casing.  Seems to work,
9255         though, and fixes bug #79743.
9256
9257 2006-10-27  Rolf Bjarne Kvinge <RKvinge@novell.com>
9258         * Control.cs: SetIsRecreating now recreates implicitly added
9259         child controls as well. Finally fixes #79629. The flag passed to 
9260         SetIsRecreating has also been removed since it wasn't used.
9261         
9262 2006-10-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9263
9264         * PageSetupDialog.cs: Clean some code, fix some bits, 
9265         add some checks, and add a printer sub-dialog.
9266
9267 2006-10-26  Chris Toshok  <toshok@ximian.com>
9268
9269         * PropertyGrid.cs: make set_SelectedObject call
9270         set_SelectedObjects, and move the duplicate logic to the
9271         SelectedObjects setter.  Also, raise SelectedObjectsChanged.
9272
9273         * PropertyGridView.cs: hide the textbox when we get a
9274         SelectedObjectsChanged event.
9275
9276         Fixes bug #79748.
9277
9278 2006-10-26  Chris Toshok  <toshok@ximian.com>
9279
9280         * PropertyGridView.cs: deal with the type converter not supporting
9281         GetStandardValues() or GetStandardValues() returning null, which
9282         is does in the default case.  Fixes #79742.
9283
9284 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
9285
9286         * CheckedListBox.cs: nunit no longer crashes when selecting 
9287         Project/Edit menu option
9288         
9289 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
9290
9291         * MenuAPI.cs: prevent ExecFocusedItem from blowing up if there
9292         is no menu selected. fixes #79739
9293
9294 2006-10-25  Chris Toshok  <toshok@ximian.com>
9295
9296         * PropertyGridView.cs: factor out the splitter invalidation code
9297         into the SplitterPercent setter, and for kicks implement the
9298         Ctrl-Left/Ctrl-Right handling that moves the splitter by a small
9299         amount in either direction.
9300
9301 2006-10-25  Chris Toshok  <toshok@ximian.com>
9302
9303         * PropertyGridView.cs: do some cleanup of the brush used to draw
9304         text - read only fields should be grayed out.  not sure how to do
9305         this with the textbox, though.  but the textbox's should also be
9306         readonly now at least.  Also, hide/show the textbox when resizing
9307         the control.
9308         
9309         * CursorConverter.cs: use System.Reflection when getting the
9310         properties of Cursors, as TypeDescriptor.GetProperties isn't
9311         returning static properties.
9312
9313 2006-10-25  Chris Toshok  <toshok@ximian.com>
9314
9315         * PropertyGridView.cs: factor out the up/down handling, and reuse
9316         it for page up/down.  also add End/Home support.
9317
9318 2006-10-25  Chris Toshok  <toshok@ximian.com>
9319
9320         * PropertyGridView.cs:
9321
9322         - ensure the selected grid item is visible in the scrolled area,
9323         fixes bug #79572.
9324
9325         - fix Keys.Down handling when you're on the last item in the
9326         propertygrid.
9327
9328 2006-10-25  Mike Kestner  <mkestner@novell.com>
9329
9330         * MenuAPI.cs : set the ActiveTracker for MainMenu non-popup 
9331         clicks too.  Fixes #79725.
9332
9333 2006-10-24  Chris Toshok  <toshok@ximian.com>
9334
9335         * PropertyGrid.cs: use property.Converter instead of
9336         TypeDescriptor.GetConverter(property.PropertyType), so we catch
9337         TypeConverters declared on the property as well as on the
9338         PropertyType.  Fixes bug #79678.
9339
9340 2006-10-24  Alexander Olk  <alex.olk@googlemail.com>
9341
9342         * MimeIcon.cs, Mime.cs:
9343           Fallback to the default platform handler if no shared mime info
9344           stuff exists (fixes #79693).
9345
9346 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
9347         * ContainerControl.cs: Incorrect contains check in ActiveControl 
9348         from previous fix (duh).
9349
9350 2006-10-20  Chris Toshok  <toshok@ximian.com>
9351
9352         * PropertyGridView.cs: the dropdown should be MIN(number of items
9353         in list, 15).  Fixes #79551.
9354
9355 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
9356         Fixes #79384, #79394, #79652, #79667
9357         * Application.cs: 
9358         
9359         - Modal windows are now destroyed in the proper order for windows
9360         
9361         * ContainerControl.cs:
9362         
9363         - ActiveControl setter has more conditions on when to return:
9364                 - if we're reselecting the active control, but it actually
9365                 didn't have focus (window hidden or some such), it runs
9366                 - if the active control being selected doesn't actually 
9367                 exist in the container, it returns
9368         
9369         * Form.cs
9370         
9371         - The ShowDialog now gets the current form as the owner when
9372         invoking without parameters, and correctly activates the owner 
9373         when returning
9374         
9375         * MessageBox.cs
9376         
9377         - MessageBox now catches the Escape key to exit
9378
9379 2006-10-20  Chris Toshok  <toshok@ximian.com>
9380
9381         * PropertyGridView.cs: fix a number of issues (bug #78565, and
9382         most of bug #79676):
9383
9384         - you can navigate around the property grid with the arrow keys.
9385
9386         - the dropdown is sized properly when the pg has a vertical
9387         scrollbar.
9388
9389         - fix the indentation for subentries, and properly select the
9390         entire label rect.
9391
9392         - fix the gray bar's drawing (only draw it to the last element,
9393         not for the height of the control.  Also make sure we draw that
9394         last horizontal grid line.
9395
9396         - use the same mechanism the datagrid uses wrt the editing textbox
9397         when scrolling/resizing/etc.  Namely, we hide it first, do the
9398         operation, then show it again (if it's still visible).
9399         
9400         - aggressively remove a lot of unnecessary refreshes (and also
9401         calls to Invalidate(). call more limited variants, and only redraw
9402         what we need.)
9403         
9404         * PropertyGrid.cs:
9405
9406         - when we're populating the merged collection, fill in the UI
9407         parent with either the passed in item, or the category item we
9408         create.
9409
9410         - remove the Refresh call from the BorderHelpControl.OnSizeChanged.
9411
9412         * GridItem.cs: drop some fully qualified names.
9413         
9414         * GridEntry.cs: add a "UIParent", which is basically the parent
9415         treenode.
9416
9417         * GridItemCollection.cs: add an IndexOf method.
9418
9419 2006-10-20  Mike Kestner  <mkestner@novell.com>
9420
9421         * MainMenu.cs : go back to Draw in OnMenuChanged.  Until we get
9422         a working win32 NC invalidation mechanism, we can't invalidate
9423         menus.  [Fixes #79705]
9424
9425 2006-10-20  Mike Kestner  <mkestner@novell.com>
9426
9427         * ListBox.cs : don't update the VScrollbar if the list is empty,
9428         just hide it.  [Fixes #79692]
9429
9430 2006-10-20  Jackson Harper  <jackson@ximian.com>
9431
9432         * RichTextBox.cs: Handle some special chars better, and don't skip
9433         the entire group when we encounter a special char that we don't
9434         handle correctly.
9435
9436 2006-10-18  Chris Toshok  <toshok@ximian.com>
9437
9438         * PropertyGridView.cs: address a number of issues from bug #79676,
9439         mostly of the cosmetic variety.
9440
9441         - The highlight rectangle for indented items not extends all the
9442         way to the left.
9443
9444         - Indented items aren't indented so much.
9445
9446         - the dropdown is properly sized width-wise if the pg has a
9447         vertical scrollbar.
9448
9449 2006-10-18  Chris Toshok  <toshok@ximian.com>
9450
9451         * XplatUIX11.cs (SystrayAdd): a rather convoluted change, but the
9452         systray stuff is rather convoluted to begin with.
9453
9454         systray icons are a single window for some reason (that I haven't
9455         figured out yet), and for them, client_window == whole_window.
9456         Given the way the tests are structured elsewhere to determine
9457         which paints are pending (client vs. nc), that situation will
9458         always yield PAINT, not NCPAINT.  So, if we have a pending
9459         nc_expose and no pending expose, remove the hwnd from the paint
9460         queue, and also set nc_expose_pending to false, to keep us from
9461         blocking further expose's adding the hwnd to the paint queue.
9462
9463         phew.  like i said, a rather convoluted change.  Fixes the
9464         notifyicon repaint issues in bug #79645.
9465
9466 2006-10-18  Chris Toshok  <toshok@ximian.com>
9467
9468         * Form.cs: when getting the backcolor of the form, don't get
9469         base.BackColor, as this allows parents to influence the background
9470         color.  This breaks mdi forms.  Instead, if the background_color
9471         is empty, return the default.
9472
9473 2006-10-18  Chris Toshok  <toshok@ximian.com>
9474
9475         * XplatUIX11.cs: change some debug ifdefs, and return XGetParent
9476         to being private instead of internal static.
9477
9478         * Control.cs: remove all the stupid ParentWaitingOnRecreation
9479         crap, it wasn't working for more deeply nested controls anyway,
9480         and we already have the is_recreating flag - use that instead.
9481         Before calling DestroyHandle in RecreateHandle, recurse through
9482         the control tree setting it to true.  this returns the recreate
9483         code to much of its original simplicity, while now guaranteeing we
9484         actually recreate everything we're supposed to.  This change gets
9485         fyireporting actually showing mdi children.
9486
9487 2006-10-17  Chris Toshok  <toshok@ximian.com>
9488
9489         * Form.cs: remove some debug spew, and collapse some duplicate
9490         code at the end of SetClientSizeCore.
9491
9492         * XplatUIX11.cs: 
9493         - add some more debug spew here too wrt Destroy handling.
9494         - don't call hwnd.Dispose in DestroyWindow, it's effectively done
9495         in Control's handling of WM_DESTROY.
9496         - Remove the handling of zombie window DestroyNotifies from the
9497         event loop - we don't need it.  Now the only DestroyNotifies we
9498         actually handle are ones generated by X.
9499         - When sending _NET_ACTIVE_WINDOW, the first param should be 1, to
9500         match gtk's (functioning) handling of this. This keep metacity
9501         from leaving droppings in the form of wm borders with no window
9502         contents all over the place.
9503
9504         * Control.cs:
9505         - add a bunch of debug spew wrt control recreation.
9506         - fix a bug where we weren't tracking Visible properly on
9507         recreated hwnds.
9508         - fixed the WM_PAINT double buffer handling to support re-entrant
9509         calls (yes, i know it's gross, but it's happening to us).
9510
9511 2006-10-17  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
9512         * ThemeWin32Classic.cs: changed drawing of selected days
9513         to make them look better.
9514
9515 2006-10-16  Chris Toshok  <toshok@ximian.com>
9516
9517         * Hwnd.cs: replace the user_data/client_dc/non_client_dc with
9518         drawing_stack.  Nuke the ClientDC/NonClientDC properties.
9519
9520         * XplatUIX11.cs: move away from using hwnd.client_dc and
9521         hwnd.non_client_dc and on to a stack of dc's (and in window's
9522         case, PAINTSTRUCT's), so we can deal with nested Paint calls
9523         without puking or not disposing of Graphics objects.
9524
9525         * XplatUIOSX.cs: same.
9526
9527         * XplatUIWin32.cs: same.
9528
9529 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
9530
9531         * FileDialog.cs: Don't call on_directory_changed inside
9532           OnSelectedIndexChanged (it changes the SelectedIndex too).
9533           Instead move it to OnSelectionChangeCommitted.
9534
9535 2006-10-13  Chris Toshok  <toshok@ximian.com>
9536
9537         * XplatUIX11.cs: more Destroy work.  the current code does the
9538         following things, in order:
9539
9540         1. Enumerates all handles of all controls at or below the one
9541         being destroyed, in pre-order.  As it is doing this, it marks the
9542         handles as zombie and clears all references to them.
9543         
9544         2. calls XDestroyWindow on the window passed in.
9545
9546         3. SendMessage's WM_DESTROY to all he handles in the accumulated
9547         list.
9548
9549 2006-10-13  Chris Toshok  <toshok@ximian.com>
9550
9551         * XplatUIX11.cs: set hwnd.zombie to true before calling
9552         SendMessage (WM_DESTROY).  this keeps us from marking the new
9553         window a zombie, and also keeps us from calling sendmessage at
9554         all.
9555
9556 2006-10-13  Jackson Harper  <jackson@ximian.com>
9557
9558         * TextControl.cs: Do not show the caret and selection at the same
9559         time.  Reduces ugliness by 35%.
9560
9561 2006-10-13  Chris Toshok  <toshok@ximian.com>
9562
9563         * XplatUIX11.cs (SendWMDestroyMessages): set the hwnd to be a
9564         zombie after we do the recursive call, so we actually do call
9565         SendMessage on the children controls.
9566         (GetMessage): if we find a pending paint event for a zombie hwnd,
9567         remove the hwnd from the paint queue, or else it will always be
9568         there (and we'll effectively loop infinitely)
9569
9570 2006-10-13  Mike Kestner  <mkestner@novell.com>
9571
9572         * MenuItem.cs : add Selected format under keynav too.
9573         Fixes #79528.
9574
9575 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
9576
9577         * PropertyGrid.cs: Fixed some NRE's and small difference between our
9578         implementation and that of MS.
9579
9580 2006-10-13  Chris Toshok  <toshok@ximian.com>
9581
9582         * Control.cs (OnInvalidated) only futz with the invalid_region if
9583         the control is double buffered.  this fixes the apparent hang in
9584         the ListView unit tests.  Someone needs to make the
9585         BeginEndUpdateTest not call OnInvalidated 15004 times, though..
9586
9587 2006-10-13  Chris Toshok  <toshok@ximian.com>
9588
9589         * PropertyGridView.cs:
9590
9591         - do a little refactoring so that only one place calls
9592         dropdown_form.Hide, and that is CloseDropDown.  make everywhere
9593         else call that.  Also make it Refresh, since there are redraw bugs
9594         otherwise (we should take a look at that...)
9595
9596         - do a little more refactoring work to share the body of code
9597         involved with the drop down.  it was duplicated in the code
9598         dealing with the listbox handling and in the code dealing with the
9599         UITypeEditors.
9600
9601         - add a Capture to the dropdown form's control once it's
9602         displayed, and add a MouseDown handler that checks to make sure
9603         the position is inside the control.  If it's not, close the
9604         dropdown.  This fixes #78190.
9605
9606         - in SetPropertyValueFromUITypeEditor, only call SetPropertyValue
9607         if the value is different than the initial value.
9608         
9609 2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>
9610
9611         * Control.cs: see #78650
9612         - Fixed GetNextControl for several cases:
9613                 - Changed FindFlatForward to return 
9614                 correct sibling control when more than one
9615                 control has same TabIndex as the currently 
9616                 focused one.
9617                 - Changed FindFlatBackward to loop children
9618                 from last to first and apply same logic as in
9619                 FindFlatForward
9620                 - Changed FindControlForward to search for
9621                 children when control is not a container
9622                 but has children, or search for siblings if
9623                 control is a container...
9624                 - Changed FindControlBackward   to continue
9625                 searching for child controls when hitting 
9626                 Panel-like parents
9627                 
9628         - Fixed Focus method to update ActiveControl
9629         (FocusTest.FocusSetsActive failure)
9630         
9631         * TabControl.cs:
9632         - Focus rectangle now refreshes when gaining
9633         or losing focus
9634         - Removed grab for Tab key on IsInputKey that 
9635         was keeping tab navigation from working (#78650)
9636
9637 2006-10-13  Chris Toshok  <toshok@ximian.com>
9638
9639         * PropertyGridView.cs:
9640         - Rewrite SetPropertyValue to loop over SelectedGridItem's
9641         SelectedObjects.
9642
9643         - Deal with GridItem.Value == null a few places.
9644
9645         * PropertyGrid.cs: 
9646         - replace the PopulateGridItemCollection with a pair of methods
9647         which compute the intersection of all the properties in the
9648         SelectedObjects array.  Fixes #79615.
9649
9650         - Throw ArgumentException from set_SelectedObjects if there's a
9651         null in the array.
9652
9653         - Add GetTarget method which can be used to traverse up the
9654         GridItem.Parent chain.  It depends on the assumption that
9655         selected_objects for different GridEntries are always in the same
9656         order (a safe assumption).  Use this method and loop over all the
9657         selected objects in the entry when calling RemoveValueChanged and
9658         AddValueChanged.
9659         
9660         * GridEntry.cs: Make this handle multiple selected objects.
9661         .Value returns null if not all the selected objects share the same
9662         value.
9663
9664 2006-10-12  Jonathan Pobst  <monkey@jpobst.com>
9665         * ToolStrip.cs, ToolStripButton.cs, ToolStripComboBox.cs,
9666           ToolStripControlHost.cs, ToolStripItem.cs, ToolStripLabel.cs,
9667           ToolStripProfessionalRenderer.cs, ToolStripProgressBar.cs,
9668           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs,
9669           ToolStripTextBox.cs: Add accessibility, fix attributes/API and
9670         add additional functionality.
9671
9672 2006-10-12  Mike Kestner  <mkestner@novell.com>
9673
9674         * ErrorProvider.cs : new ToolTipWindow ctor sig.
9675         * HelpProvider.cs : new ToolTipWindow ctor sig.
9676         * ToolTip.cs : remove ToolTip param from Window sig since it is
9677         not used.
9678         * ToolBar.cs : add tooltip support.  Fixes #79565.
9679
9680 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
9681
9682         * ComboBox.cs: move the events in set_SelectedIndex to 
9683         after the call to HighlightIndex in order to avoid 
9684         possible recursion and subsequent problems with the call
9685         to HighlightIndex and include a range check in 
9686         set_HighlightIndex. Fixes #79588
9687         
9688 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
9689
9690         * MonthCalendar.cs: When FirstDayOfWeek is default set firstday 
9691         to ui thread's settings instead of sunday. 
9692         * ThemeWin32Classic.cs: Localize the day string. Fixes #79563
9693
9694 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
9695
9696         * DateTimePicker.cs
9697         * MonthCalendar.cs
9698         * ThemeWin32Classic.cs: rewrote DateTimePicker to fix bug #78364
9699         and implement missing functionality (selecting different parts 
9700         of the date and edit them individually with the keyboard).
9701         
9702 2006-10-11  Chris Toshok  <toshok@ximian.com>
9703
9704         * Control.cs (OnInvalidated): fix NRE relating to last change.
9705
9706 2006-10-11  Chris Toshok  <toshok@ximian.com>
9707
9708         * XplatUIX11.cs (SetWMStyles): make sure we include the MAXIMIZED
9709         atoms in _NET_WM_STATE here if the window is maximized.  We need
9710         to do this because we're *replacing* the existing _NET_WM_STATE
9711         property, so those atoms will be lost otherwise, and any further
9712         call to GetWindowState will return Normal for a window which is
9713         actually maximized.  Fixes #79338.
9714
9715 2006-10-11  Jackson Harper  <jackson@ximian.com>
9716
9717         * TextControl.cs: Special case for setting selection end to
9718         selection start, we basically kill the anchor.
9719         - some todo comments.
9720
9721 2006-10-11  Chris Toshok  <toshok@ximian.com>
9722
9723         * Control.cs: switch to using an "invalid_region" to track which
9724         parts of the image buffer need updating.  This is more code than
9725         the simple fix from r66532.  That version just attempted to always
9726         fill the entire buffer on redraw, which turns out to be
9727         inefficient when invalidating small rectangles.  This version
9728         simply adds the invalid rectangle to the invalid region.  When we
9729         get any WM_PAINT message we see if it can be filled using the
9730         image buffer, and if it can't (if the paint event's clip rectangle
9731         is visible in the invalid region) we first fill the image buffer.
9732         So, the image buffer is still a cache, we just fill it lazily.
9733
9734         * PaintEventArgs.cs: remove the SetClipRectangle method, we don't
9735         need it any longer.
9736
9737 2006-10-11  Chris Toshok  <toshok@ximian.com>
9738
9739         * XplatUIX11.cs (SetWindowPos): we need to update both position as
9740         well as size after calling XMoveResizeWindow.  This keeps us from
9741         ignoring future SetWindowPos calls.  Fixes the disappearing
9742         DateTimePicker in the ToolBarDockExample from bug #72499.
9743
9744 2006-10-11  Chris Toshok  <toshok@ximian.com>
9745
9746         * TextBoxBase.cs: reorder things a bit when it comes to
9747         resizing-causing-recalculation.  we were recalculating the
9748         document when our position was changed, which shouldn't happen.
9749         We only care about size changes.  Clear up some more redundant
9750         recalculation calls while I'm at it.  This makes the toolbar dock
9751         example snappy when you're just dragging toolbars around (since it
9752         causes a relayout whenever you move one.)
9753
9754 2006-10-11  Chris Toshok  <toshok@ximian.com>
9755
9756         * ToolBarButton.cs (get_Rectangle): this only returns
9757         Rectangle.Empty if Visible == false, or Parent == null.
9758         Parent.Visible doesn't matter.
9759
9760 2006-10-10  Chris Toshok  <toshok@ximian.com>
9761
9762         * Control.cs, PaintEventArgs.cs: "internal set { .. }" isn't loved
9763         by .net 1.1, so switch to an internal method instead.
9764
9765 2006-10-10  Chris Toshok  <toshok@ximian.com>
9766
9767         * Control.cs (WM_PAINT): when a control is double buffered we draw
9768         initially to the ImageBuffer and then copy from there.  But when a
9769         parent control which has child controls is double buffered, the
9770         initial drawing doesn't encompass the entire ClientRectangle of
9771         the parent control, so we end up with uninitialized bits (this is
9772         easily seen by dragging the top toolbar in
9773         wf-apps/ToolBarDockExample to the right, quickly).  The fix is to
9774         manually set the ClipRectangle of the paint_event (only the one we
9775         use to populate the ImageBuffer) to ClientRectangle.  Fixes more
9776         of the nastiness in bug #72499.
9777
9778         * PaintEventArgs.cs: Add an internal setter for ClipRectangle,
9779         which we use in Control.cs's WM_PAINT handling.
9780
9781 2006-10-10  Jackson Harper  <jackson@ximian.com>
9782
9783         * TextBoxBase.cs: Finish off the autoscrolling stuff.
9784
9785 2006-10-10  Chris Toshok  <toshok@ximian.com>
9786
9787         * Cursor.cs: Apply a slightly different patch to the one suggested
9788         in #79609.
9789
9790 2006-10-10  Jackson Harper  <jackson@ximian.com>
9791
9792         * MenuItem.cs: Make sure to put the mdi child in the hashtable,
9793         not the parent form.
9794         * TextControl.cs: use difference in old line count vs new count to
9795         calculate how many lines were added, this takes into account soft
9796         line breaks properly.
9797
9798 2006-10-10  Chris Toshok  <toshok@ximian.com>
9799
9800         * LinkLabel.cs: don't call MeasureCharacterRanges against a
9801         rectangle located at 0,0 and the size of the text.  Use
9802         ClientRectangle instead.  This fixes rendering of non-left aligned
9803         link labels.
9804
9805 2006-10-10  Jackson Harper  <jackson@ximian.com>
9806
9807         * TextBoxBase.cs: When we set the selection start position the
9808         caret.
9809         * TextControl.cs: Need to update the caret when we decrement it to
9810         zero.
9811         - Make sure that the selection_visible flag gets reset to false if
9812         the selection isn't visible.  Before this you could get it set to
9813         visible by changing the selection start, then changing the end to
9814         equal the start.
9815
9816 2006-10-09  Jackson Harper  <jackson@ximian.com>
9817
9818         * TreeView.cs: Don't update scrollbars when we aren't visible.
9819         * TreeNodeCollection.cs: Only need to update scrollbars if being
9820         added to an expanded visible node or the root node.
9821
9822 2006-10-09  Chris Toshok  <toshok@ximian.com>
9823
9824         * XplatUIX11.cs (SendMessage): fix NRE.
9825
9826 2006-10-09  Jackson Harper  <jackson@ximian.com>
9827
9828         * TextBoxBase.cs: Implement horizontal autoscrolling.
9829         * TextControl.cs: Add a movement types that allows moving forward
9830         and backwards without wrapping.
9831
9832 2006-10-09  Mike Kestner  <mkestner@novell.com>
9833
9834         * ListViewItem.cs : layout changes for wrapped LargeIcon labels
9835         with focus "expansion" of labels.  Fixes #79532 and then some.
9836         * ThemeWin32Classic.cs : add LineLimit to ListView label format
9837         when wrapping.
9838
9839 2006-10-09  Jackson Harper  <jackson@ximian.com>
9840
9841         * TextBoxBase.cs: Set the default max values to MaxValue since
9842         we use the scrollbar for autoscrolling and the default value is
9843         100.  If we don't do this the caret won't keep up with typing
9844         after about 18 characters.
9845         * TextControl.cs: Make sure the selection is offset by the
9846         viewport x.  This fixes selection when using auto scrolling.
9847
9848 2006-10-07  Andreia Gaita <shana.ufie@gmail.com>
9849         
9850         * Form.cs: The active control should be selected after the 
9851         OnLoad so that any child control initialization that affects
9852         the selection is done. Fixes #79406
9853
9854 2006-10-06  Chris Toshok  <toshok@ximian.com>
9855
9856         * XplatUIX11.cs: This is perhaps a dangerous change, but it seems
9857         to have no evil effects.
9858
9859         - Stop selecting StructureNotifyMask on non-toplevel windows.
9860
9861           The only way children should be resized is by using the SWF api,
9862           and we already send WM_WINDOWPOSCHANGED messages in those cases.
9863           Toplevel windows can be interacted with via the window manager,
9864           and so we keep the input mask there.
9865
9866           The other event StructureNotifyMask gives us (that we care
9867           about) is DestroyNotify.  The code is already structured such
9868           that it assumes we won't be getting a DestroyNotify event for
9869           the window we pass to XDestroyWindow (which is what
9870           StructureNotifyMask is supposed to guarantee.)  So, that code
9871           shouldn't be affected by this either.
9872
9873         - Stop selecting VisibilityChangeMask altogether.
9874
9875           We weren't doing anything with the resulting events anyway.
9876         
9877         This vastly reduces the number of X requests and events we see
9878         when resizing/laying out a large ui.
9879
9880 2006-10-06  Chris Toshok  <toshok@ximian.com>
9881
9882         * ScrollableControl.cs (DisplayRectangle): we need to take into
9883         account the DockPadding regardless of whether or not auto_scroll
9884         == true.  rework this slightly to this effect, and fix bug #79606,
9885         and part of #72499 (you can now see the drag handles and drag
9886         toolbars around).
9887
9888 2006-10-06  Gert Driesen  <drieseng@users.souceforge.net>
9889
9890         * ListViewItem.cs: Collections of selected and checked items are now
9891         dynamically rebuilt. Whenever an item is (un)checked or (de)selected
9892         we mark the collection "dirty".
9893         * ListView.cs: Marked collections readonly. Modified UpdateSelection
9894         to only clear SelectedItems when a new item is selected and MultiSelect
9895         is enabled. CheckedItems and SelectedItems now subscribe to Changed
9896         event of ListViewItemCollection, and mark its list dirty whenever
9897         that event is fire. This allows us to return selected/checked items 
9898         in the same order as they are in the Items collection. This matches
9899         the MS behavior.
9900
9901 2006-10-06  Chris Toshok  <toshok@ximian.com>
9902
9903         * NotifyIcon.cs (HandleMouseUp): only show the context menu on
9904         right mouse clicks.  Fixes bug #79593.
9905
9906 2006-10-06  Chris Toshok  <toshok@ximian.com>
9907
9908         * Splitter.cs: doh, fix splitters that don't want to cancel the
9909         movement when you drag them.  Also, impose the limits on the
9910         values we send to the SplitterMovingEvent.  Fixes #79598.
9911
9912 2006-10-06  Jackson Harper  <jackson@ximian.com>
9913
9914         * TextBoxBase.cs: Ignore whether or not the scrollbar is enabled,
9915         since we use this for auto scrolling also.
9916
9917 2006-10-05  Chris Toshok  <toshok@ximian.com>
9918
9919         * DataGridBoolColumn.cs: Nuke the code from ConcedeFocus.  I'm
9920         beginning to think that most datagrid column types don't need this
9921         method.  Fixes bug #79392.
9922
9923 2006-10-05  Chris Toshok  <toshok@ximian.com>
9924
9925         * DataGrid.cs: move back to a more lazy scheme for creating the
9926         CurrencyManager, so we aren't updating it every time you set
9927         either DataSource or DataMember.  Also, don't call
9928         RecreateDataGridRows if the currency manager hasn't changed.
9929
9930 2006-10-05  Chris Toshok  <toshok@ximian.com>
9931
9932         * ComboBox.cs: by the time the OnSelectionChangeCommitted event is
9933         emitted, SelectedIndex should already be updated.  Fixes bug
9934         #78929.
9935
9936 2006-10-05  Jonathan Pobst  <monkey@jpobst.com>
9937
9938         * ToolStripComboBox.cs, ToolStripControlHost.cs, ToolStripProgressBar,
9939           ToolStripTextBox.cs: Initial commit.
9940         * ToolStripItem.cs: Fixes for OnLayout, BackColor, Parent.
9941
9942 2006-10-05  Jackson Harper  <jackson@ximian.com>
9943
9944         * TabControl.cs: We need to invalidate the tab control area when
9945         new ones are added (duh).
9946
9947 2006-10-03  Chris Toshok  <toshok@ximian.com>
9948
9949         * Form.cs (ProcessDialogKey): if the focused control is in this
9950         form and is a button, call its PerformClick method here.  Fixes
9951         #79534.
9952
9953 2006-10-04  Jackson Harper  <jackson@ximian.com>
9954
9955         * TabPage.cs: Ignore setting of Visible, and add an internal
9956         method for setting the controls visibility.  TabPage's Visible
9957         property is a little strange on MS, this seems to make us
9958         compatible, and fixes cases where people set all the tab pages to
9959         visible.
9960         * TabControl.cs: Use the new internal setting on tab pages
9961         visibility.
9962
9963 2006-10-03  Mike Kestner  <mkestner@novell.com>
9964
9965         * ComboBox.cs : raise Click on ComboTextBox clicks. Fixes #79555.
9966
9967 2006-10-03  Mike Kestner  <mkestner@novell.com>
9968
9969         * ListView.cs : use is_visible instead of Visible to check if 
9970         scrollbars should be placed/sized.  Also some max_wrap_width
9971         love for LargeIcon view.  [Fixes #79533]
9972
9973 2006-10-03  Atsushi Enomoto  <atsushi@ximian.com>
9974
9975         * TextControl.cs :
9976           Make set_TextAlign() do actually update the align. Fixed #78403.
9977
9978 2006-10-03  Chris Toshok  <toshok@ximian.com>
9979
9980         * DataGrid.cs: fix a crash when switching datasources if the
9981         vertical scrollbar is at someplace other than Value = 0.  Also,
9982         reduce the number of recalculation passes we do in SetDataSource
9983         from 2 to 1.
9984
9985 2006-10-03  Jackson Harper  <jackson@ximian.com>
9986
9987         * TextBoxBase.cs: Move the if value the same bail check up, we
9988         don't want to empty the document if it is already empty, this
9989         seems to severly mess up the caret.  TODO: I should probably fix
9990         the empty statement to update teh caret somehow.
9991
9992 2006-10-03  Chris Toshok  <toshok@ximian.com>
9993
9994         * ThemeWin32Classic.cs, DataGrid.cs: some changes so that the
9995         incredibly hacky Windows.Forms FAQ autosize rows entry (it uses
9996         reflection, an internal row type, properties on said type, etc.)
9997         will work with our datagrid.  Fixes #79531.
9998
9999 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
10000
10001         * FileDialog.cs: Don't crash if a path is not accessible
10002           (System.UnauthorizedAccessException). Fixes #79569.
10003         * MimeIcon.cs: Workaround for a Uri bug. Unix paths/files can have
10004           a ':' too. Return unknown icon for those paths/files.
10005
10006 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com>
10007
10008         * ToolTip.cs: Fix rare, but possible, NRE on MouseEnter when 
10009         GetContainerControl returns null.
10010
10011 2006-10-02  Chris Toshok  <toshok@ximian.com>
10012
10013         * XplatUIX11.cs (GetWindowState): use hwnd.client_window in the
10014         call to XGetWindowAttributes instead of "handle".  fixes an X
10015         error using notifyicon after the NotifyIconWindow to Form base
10016         class switch.
10017
10018 2006-10-02  Chris Toshok  <toshok@ximian.com>
10019
10020         * XplatUIX11.cs (QueryPointer): new function, encapsulating the
10021         server grab and looping we need to do to get down to the most
10022         deeply nested child window.
10023         (SetCursorPos): use QueryPointer instead of GetCursorPos, and call
10024         QueryPointer again after the WarpPointer so we can generate a
10025         proper (fake) MotionNotify event to be enqueued in the destination
10026         window's queue.
10027         (GetCursorPos): call QueryPointer.
10028
10029         Fixes #79556.
10030
10031 2006-10-02  Jackson Harper  <jackson@ximian.com>
10032
10033         * NotifyIcon.cs: Derive the notify icon from a form, so things
10034         like FindForm work on it.
10035         - Swallow the WM_CONTEXTMENU message, since that is generated on
10036         mouse down, and context menu is a mouse up kinda guy.  I believe
10037         the correct fix here is probably to make the notify icon entirely
10038         NC area, but this seems to work fine for anyone not manipulating
10039         WndProc.
10040
10041 2006-10-02  Jonathan Pobst  <monkey@jpobst.com>
10042
10043         * ToolStrip.cs, ToolStripButton.cs, ToolStripItem.cs,
10044           ToolStripItemCollection.cs, ToolStripLabel.cs,
10045           ToolStripProfessionalRenderer.cs, ToolStripRenderer.cs,
10046           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs:
10047           Initial implementation.
10048         * TextRenderer.cs: Provide padding to MeasureText.
10049
10050 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
10051
10052         * ButtonBase.cs: Fix CreateAccessibilityInstance to return an instance
10053         of ButtonBaseAccessibleObject. Fix bug #79552.
10054
10055 2006-10-02  Jackson Harper  <jackson@ximian.com>
10056
10057         * MdiWindowManager.cs: When maximizing use the containers client
10058         rect, not it's bounds, so nc area is accounted correctly.
10059         - Use the parent form's size for the menu position, since the
10060         client isn't always the full form size.
10061
10062 2006-10-01  Chris Toshok  <toshok@ximian.com>
10063
10064         * ScrollableControl.cs: make sure neither right_edge or
10065         bottom_edge are < 0, since they're used as LargeChange for the
10066         horiz/vert scrollbars respectively.  Fixes #79539.
10067
10068 2006-10-01  Chris Toshok  <toshok@ximian.com>
10069
10070         * NotifyIcon.cs: add NotifyIconWindow.InternalRecreateHandle, so
10071         the xplatuix11 code can cause us to destroy/recreate our handle.
10072
10073         * XplatUIX11.cs
10074         (SystrayAdd):
10075         - this code can be invoked many times for the same Hwnd.  Make
10076           sure we only destroy the client window once (the first time this
10077           method is called).  This fixes bug #79544.
10078         - Remove the call to the improperly bound XSync.  why we had two
10079           bindings to this, I will never know, but this call resulted in
10080           events being discarded from the queue(!).
10081         - correct a misunderstanding of _XEMBED_INFO - the second atom is
10082           not our current state but the state we wish to be in.  So, 0 if
10083           we don't want to be mapped.  Change it to 1.
10084         (SystrayRemove): The XEMBED spec makes mention of the fact that
10085         gtk doesn't support the reparent of client windows away from the
10086         embedder.  Looking at gtksocket-x11.c seems to agree with this.
10087         The only avenue we have for removing systray icons is to destroy
10088         them.  We don't want the handle to go away for good, though, so
10089         call InternalRecreateHandle on the NotifyIconWindow.  Fixes
10090         #79545.
10091         
10092 2006-10-01  Chris Toshok  <toshok@ximian.com>
10093
10094         * Form.cs (WndProc): inline the native_enabled variable usage into
10095         the cases in which it's used.  Fixes #79536.
10096
10097 2006-09-29  Mike Kestner  <mkestner@novell.com>
10098
10099         * ListView.cs : toggle the selection state for ctrl clicks in 
10100         multiselect mode. [Fixes #79417]
10101
10102 2006-09-29  Mike Kestner  <mkestner@novell.com>
10103
10104         * ListView.cs : kill CanMultiSelect and refactor the selection
10105         code to support multiselection in the absence of mod keys. Steal
10106         arrow/home/end keys by overriding InternalPreProcessMessage to
10107         restore regressed keynav behavior.
10108         [Fixes #79416]
10109
10110 2006-09-29  Jackson Harper  <jackson@ximian.com>
10111
10112         * MdiClient.cs: Repaint the titlebars when the active window is
10113         changed.
10114
10115 2006-09-29  Chris Toshok  <toshok@ximian.com>
10116
10117         * Application.cs: when entering a runloop with a modal, make sure
10118         the hwnd is enabled.  Fixes #79480.
10119
10120 2006-09-29  Chris Toshok  <toshok@ximian.com>
10121
10122         * DataGrid.cs (CurrentCell): if we try to navigate to the add row
10123         when ListManager.CanAddRows == false, bump us back one.
10124
10125         * DataGridColumnStyle.cs (ParentReadOnly): remove the
10126         listmanager.CanAddRows check.  This makes ArrayLists uneditable
10127         using a datagrid, which is not right.
10128         (SetColumnValueAtRow): call IEditable.BeginEdit if source[rowNum]
10129         is an IEditable, but call property_descriptor.SetValue regardless.
10130         fixes #79435.
10131
10132 2006-09-29  Chris Toshok  <toshok@ximian.com>
10133
10134         * DataGridBoolColumn.cs: we need to test equality in the face of
10135         possible null values (as is the case with the default NullValue).
10136         This patch keeps us from crashing in that case.
10137
10138 2006-09-29  Jackson Harper  <jackson@ximian.com>
10139
10140         * TreeNodeCollection.cs: Don't do a recalculate/updatescrollbars
10141         here, since it will get called for every node collection in the
10142         tree. This is now done in the treeview once the sorting is
10143         finished.
10144         * TreeView.cs: Recalculate the visible order, and update the
10145         scrollbars after sorting, set the top nope to the root so that the
10146         recalc actually works.
10147
10148 2006-09-29  Chris Toshok  <toshok@ximian.com>
10149
10150         * LinkLabel.cs: more handling of the default link collection in
10151         the face of LinkArea manipulation.  The default link collection
10152         contains 1 element (start=0,length=-1).  If the user sets LinkArea
10153         to anything and the links collection is the default, clear it.
10154         Then only add the link if its nonempty.  Fixes #79518.
10155
10156 2006-09-29  Chris Toshok  <toshok@ximian.com>
10157
10158         * LinkLabel.cs (CreatePiecesFromText): calculate the length of a
10159         piece correctly when we hit a '\n'.  Fixes #79517.
10160
10161 2006-09-29  Chris Toshok  <toshok@ximian.com>
10162
10163         * MimeIcon.cs, ThemeGtk.cs, X11DesktopColors.cs, XplatUIX11GTK.cs:
10164         change the binding of gdk_init_check to take two IntPtr's, and
10165         pass IntPtr.Zero for both of them.  Fixes #79520.
10166
10167 2006-09-29  Mike Kestner  <mkestner@novell.com>
10168
10169         * ComboBox.cs : raise TextChanged on ComboTextBox.TextChanged.
10170         [Fixes #78779]
10171
10172 2006-09-28  Jackson Harper  <jackson@ximian.com>
10173
10174         * XplatUIX11.cs: When translating NC messages make sure we go from
10175         whole window to screen, not client window to screen.
10176         * MdiClient.cs: Remove the calls to PaintWindowDecorations, this
10177         method doesn't exist
10178         - Skip over controls that aren't forms when arranging.
10179
10180 2006-09-28  Jackson Harper  <jackson@ximian.com>
10181
10182         * XplatUIWin32.cs: Clip the rect to the parent window.
10183         * XplatUIStructs.cs: Add clipping modes struct.
10184         * InternalWindowManager.cs: New private method that factors title
10185         bar heights in when calculating the pos of an NC mouse message.
10186         - Use SendMessage to force a paint when the form's size is changed
10187         instead of painting the decorations immediately.
10188         - Don't let the NC button click messages get to DefWndProc,
10189         because they will attempt to handle windowing themself, and this
10190         messes up z-order (it will put them in front of the scrollbars).
10191         * XplatUIX11.cs: Make sure that we don't reset window managers if
10192         we already have one (ie the window is an MDI window).
10193
10194 2006-09-28  Chris Toshok  <toshok@ximian.com>
10195
10196         * MainMenu.cs: fix #79405 by way of a disgusting hack.  all the
10197         menu code really needs going over.
10198
10199 2006-09-27  Chris Toshok  <toshok@ximian.com>
10200
10201         * XplatUIX11.cs (SetWMStyles): more metacity wonderment.  turns
10202         out metacity ignores the MAXIMIZE_HORZ/VERT messages unless the
10203         window is maximizable.  So, we need to make sure that even if we
10204         clear the border/wm frame of those functions, they're still
10205         available (basically, we remove the decoration without removing
10206         the function).  Half the fix for #79338.
10207
10208 2006-09-27  Chris Toshok  <toshok@ximian.com>
10209
10210         * DataGrid.cs (ProcessGridKey): implement Shift-Tab handling.
10211         Fixes bug #79515.
10212
10213 2006-09-27  Chris Toshok  <toshok@ximian.com>
10214
10215         * Splitter.cs: reorder things a bit so that we don't actually
10216         draw/move the splitter until after calling OnSplitterMoving.  This
10217         lets users cancel/disallow the movement by explicitly setting
10218         event.SplitX/SplitY.  Fixes #79372.
10219
10220 2006-09-27  Jackson Harper  <jackson@ximian.com>
10221
10222         * XplatUIX11.cs: Don't hide the caret when it is being destroyed,
10223         because it is most likely on a window being destroyed, and that
10224         will give us an X11 error.
10225
10226 2006-09-27  Chris Toshok  <toshok@ximian.com>
10227
10228         * PropertyGridView.cs: half of the fix for #78190.  Clicking on
10229         the dropdown button now toggles between showing and hiding the
10230         dropdown.  Also, get rid of dropdown_form_showing and just use
10231         dropdown_form.Visible.  We still don't do a grab, but I'll leave
10232         that part to someone who has handled Capture-fu before.
10233
10234 2006-09-27  Chris Toshok  <toshok@ximian.com>
10235
10236         * DataGrid.cs: return false if alt isn't pressed when '0' is
10237         pressed.  this keeps the '0' key from being swallowed, and fixes
10238         bug #79350.
10239
10240 2006-09-27  Chris Toshok  <toshok@ximian.com>
10241
10242         * ComboBox.cs: use Invalidate when scrolling the dropdown list.
10243         Calling Refresh (in response to a scrollbar event) screws up the
10244         scrollbar painting.  Fixes bug #78923.
10245
10246 2006-09-27  Chris Toshok  <toshok@ximian.com>
10247
10248         * Theme.cs (SystemResPool): make the "if hashtable[key] == null
10249         then insert into hashtable" blocks threadsafe.
10250
10251 2006-09-27  Chris Toshok  <toshok@ximian.com>
10252
10253         * MessageBox.cs (CreateParams): the styles should be |'ed with our
10254         baseclass's, since otherwise the
10255         ControlBox/MinimizeBox/MaximizeBox assignments above have no
10256         effect.  This gets the close button back in messageboxes.
10257
10258 2006-09-27  Chris Toshok  <toshok@ximian.com>
10259
10260         * XplatUIX11.cs: make StyleSet and ExStyleSet check == with the
10261         flag, not just != 0.  this makes flags that are actually multiple
10262         bits (like WS_CAPTION) work.  fixes bug #79508.
10263
10264 2006-09-27  Jordi Mas i Hernandez <jordimash@gmail.com>
10265
10266         * PageSetupDialog.cs: add support for getting and settings the 
10267         paper size, source and orientation.
10268
10269 2006-09-26  Chris Toshok  <toshok@ximian.com>
10270
10271         * XplatUIX11.cs (SetWMStyles): turns out when SYSMENU is not set
10272         and caption == "", we need to remove the resize handles as well as
10273         the title bar.
10274
10275         * Control.cs (set_Text): turns out that setting Text on a form
10276         should change the WM styles on the window, since if ControlBox ==
10277         false, the only way to get a window border is to have a non-""
10278         Text property.  check winforms/forms/text.cs for an example.  so,
10279         call both XplatUI.SetWindowStyle and XplatUI.Text here to properly
10280         update both window styles and title.  This fixes a lot of dialogs
10281         (including the preferences dialog in MonoCalendar.)
10282
10283 2006-09-26  Chris Toshok  <toshok@ximian.com>
10284
10285         * XplatUIWin32.cs (SetParent): if parent == IntPtr.Zero (and the
10286         control isn't a Form), call Win32ShowWindow to hide the window,
10287         but don't update the control Visible property.  When we reparent
10288         back to a parent control, call SetVisible in order for the
10289         window's visibility to be reinstated.
10290
10291         * XplatUIX11.cs (SetParent): if hwnd.parent == null, reparent to
10292         the FosterParent.
10293
10294         * Control.cs (ControlCollection.Remove): remove that value.Hide()
10295         call for good, since it breaks MonoCalendar (and other things I'm
10296         sure.) Also, set all_controls to null *after* the owner calls,
10297         which end up regenerating it.
10298         (ChangeParent): allow new_parent to be == null, passing
10299         IntPtr.Zero down to XplatUI.
10300
10301         this fixes #79294 the right way.
10302
10303 2006-09-26  Mike Kestner  <mkestner@novell.com>
10304
10305         * GridEntry.cs : internal SetParent method.
10306         * PropertyGrid.cs : attach to property changed on the proper
10307         target if we have a hierarchical grid with subobjects. Setup
10308         GridItem.Parent for hierarchical items.
10309         * PropertyGridView.cs : Set value on the correct target for
10310         hierarchical grids. [Fixes #78903]
10311
10312 2006-09-26  Chris Toshok  <toshok@ximian.com>
10313
10314         * Control.cs (ChildNeedsRecreating): this should return true if
10315         either we're being recreated and the child is in our list, or our
10316         parent is waiting for our recreation.
10317
10318 2006-09-26  Chris Toshok  <toshok@ximian.com>
10319
10320         * Control.cs (ControlCollection.Remove): reinstate the
10321         value.Hide() call as suggested in bug #79294.
10322
10323 2006-09-26  Sebastien Pouliot  <sebastien@ximian.com>
10324
10325         * XplatUIX11.cs: Fixed SetCursorPos to move the cursor to screen
10326         coordinates (versus a relative move).
10327
10328 2006-09-26  Chris Toshok  <toshok@ximian.com>
10329
10330         * Control.cs: rework child recreation a little bit.  It turns out
10331         that we race between the DestroyNotify the WM_DESTROY message.  If
10332         the parent gets its DestroyNotify before the child gets the
10333         WM_DESTROY message, the child ends up not recreating (since the
10334         parent finishes its recreation on DestroyNotify, and the child
10335         checks ParentIsRecreating.)
10336
10337         So, instead we store off a list of all the child controls which
10338         need to be recreated when the parent control starts to recreate
10339         itself.  Then, when child controls get their WM_DESTROY message we
10340         check to see if they're in the parent's pending recreation list,
10341         and if so, we recreate.  This removes all dependency on ordering
10342         from the code and fixes the initial MonoCalendar upgrade dialog.
10343         
10344 2006-09-26  Jackson Harper  <jackson@ximian.com>
10345
10346         * TextControl.cs: Use the Line to get the length of the line,
10347         since soft line breaks can change the end line.
10348
10349 2006-09-26  Chris Toshok  <toshok@ximian.com>
10350
10351         * Control.cs (ControlCollection.AddImplicit): don't add the
10352         control again if it's already in one of our lists.  This keeps us
10353         from adding controls over and over again for comboboxes when their
10354         handle gets recreated (as the combobox adds implicit controls in
10355         OnHandleCreated).  Fixes the X11 errors in bug #79480.
10356
10357 2006-09-26  Jackson Harper  <jackson@ximian.com>
10358
10359         * TextControl.cs: When deleting characters make sure that any
10360         orphaned zero lengthed tags get deleted.
10361         - Fix ToString for zero lengthed tags.
10362
10363 2006-09-25  Jackson Harper  <jackson@ximian.com>
10364
10365         * TextControl.cs: When getting a tag at the location there can be
10366         multiple tags at the same spot, these are 0-lengthed tags that
10367         appear when extra formatting has been stuck in a location.  We
10368         need to pull out the last of these 0 lengthed tags.
10369
10370 2006-09-25  Jackson Harper  <jackson@ximian.com>
10371
10372         * TextControl.cs: Fix print out in debug method.
10373         * TextBoxBase.cs: When text is set bail if we are setting to the
10374         previous value.
10375         
10376 2006-09-24  Alexander Olk  <alex.olk@googlemail.com>
10377
10378         * FontDialog.cs: Fixed the up/down arrow keys issue from bug #79478.
10379           It is now possible to change the selected index in a FontXXXListBox
10380           with the up and down arrow keys from the FontXXXTextBoxes.
10381           Also, send the FontXXXTextBox mouse wheel event to the corresponding
10382           FontXXXListBoxes to match ms.
10383
10384 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
10385
10386         * SystemInformation.cs: Return a clone of the theme's MenuFont because
10387         anyone can dispose it, anytime. All other properties returns enums, 
10388         structs or basic types so they don't need such tricks.
10389
10390 2006-09-22  Jackson Harper  <jackson@ximian.com>
10391
10392         * XplatUI.cs:
10393         * XplatUIWin32.cs:
10394         * Clipboard.cs:
10395         * DataFormats.cs:
10396         * XplatUIOSX.cs:
10397         * XplatUIDriver.cs: Update interface to add a primary selection
10398         flag, so the driver can use the primary selection buffer if
10399         needed.
10400         * XplatUIX11.cs: Allow the clipboard to retrieve from PRIMARY.
10401
10402         * RichTextBox.cs: We need to supply the data object to paste now
10403         (so we can choose to supply CLIPBOARD or PRIMARY).
10404         * TextBoxBase.cs: Supply data object to paste (see above).
10405         - Middle click uses the primary selection data object.
10406         
10407 2006-09-21  Chris Toshok  <toshok@ximian.com>
10408
10409         * XplatUIX11.cs: first little cleanup of the StyleSet (...) block
10410         of SetWMStyles.  It's still a rat's nest and is largely
10411         order-dependent which I dislike immensely.  This also fixes the X
10412         button disappearing from toplevel forms.
10413
10414 2006-09-21  Mike Kestner <mkestner@novell.com>
10415
10416         * ListBox.cs: move Jordi's click/dblclick raising code to the
10417         mouse up handler.
10418
10419 2006-09-21  Jordi Mas i Hernandez <jordimash@gmail.com>
10420
10421         * ListBox.cs: Fixes 79450
10422
10423 2006-09-21  Mike Kestner <mkestner@novell.com>
10424
10425         * TreeView.cs: guard against disposed conditions in UpdateScrollbars
10426         to deal with people updating the TreeNodeCollection after the tree
10427         is disposed.  "Fixes" 79330.
10428
10429 2006-09-20  Jackson Harper <jackson@ximian.com>
10430
10431         * TextControl.cs: Push the cursor record onto the undo stack
10432         before the delete action. This fixes 78651.
10433
10434 2006-09-20  Jonathan Chambers  <joncham@gmail.com>
10435
10436         * PropertyGridView.cs: Remove WindowStyles.WS_VISIBLE from
10437         CreateParams. Fixes 79329.
10438
10439 2006-09-19  Chris Toshok  <toshok@ximian.com>
10440
10441         * XplatUIX11.cs: a couple of blanket code massage passes to clean
10442         things up a bit.  First, get rid of the NetAtoms array (and the NA
10443         enum), and just embed the atoms as static fields.  Also, add a
10444         couple of functions (StyleSet and ExStyleSet) to clean up all the
10445         bitmask testing of styles.
10446
10447         * X11Structs.cs: remove the NA enum, not needed anymore.
10448         
10449 2006-09-19  Chris Toshok  <toshok@ximian.com>
10450
10451         * XplatUIX11.cs: apply Alexander's tool window fix for bug #79245
10452         (mapping them to _NET_WM_WINDOW_TYPE_UTILITY).  and add a little
10453         added cleanup to get MessageBox titles appearing again, which were
10454         broken by my earlier fix for caption-less/ControlBox-less windows.
10455
10456 2006-09-18  Jonathan Pobst <monkey@jpobst.com>
10457
10458         * ToolStripArrowRenderEventArgs.cs, ToolStripArrowRenderEventHandler.cs,
10459           ToolStripContentPanelRenderEventArgs.cs, ToolStripContentPanelRenderEventHandler.cs,
10460           ToolStripGripRenderEventArgs.cs, ToolStripGripRenderEventHandler.cs,
10461           ToolStripItemClickedEventArgs.cs, ToolStripItemClickedEventHandler.cs,
10462           ToolStripItemEventArgs.cs, ToolStripItemEventHandler.cs,
10463           ToolStripItemImageRenderEventArgs.cs, ToolStripItemImageRenderEventHandler.cs,
10464           ToolStripItemRenderEventArgs.cs, ToolStripItemRenderEventHandler.cs,
10465           ToolStripItemTextRenderEventArgs.cs, ToolStripItemTextRenderEventHandler.cs,
10466           ToolStripPanelRenderEventArgs.cs, ToolStripPanelRenderEventHandler.cs,
10467           ToolStripRenderEventArgs.cs, ToolStripRenderEventHandler.cs,
10468           ToolStripSeparatorRenderEventArgs.cs, ToolStripSeparatorRenderEventHandler.cs:
10469             Inital import.
10470         * ToolStripPanel.cs, ToolStripContentPanel.cs, ToolStripSeparator.cs,
10471           ToolStripButton.cs: Stubs needed for above.
10472         * ToolStrip.cs, ToolStripItem.cs: Stub a few variables/properties for above.
10473
10474 2006-09-15  Chris Toshok  <toshok@ximian.com>
10475
10476         * XplatUIX11.cs:
10477         - make the MessageQueues hashtable Synchronized.
10478         
10479         - SendMessage: if the Hwnd is owned by a different thread, use the
10480         AsyncMethod stuff to dispatch the SendMessage on the hwnd's
10481         thread.  Fixes bug #79201.
10482
10483 2006-09-15  Chris Toshok  <toshok@ximian.com>
10484
10485         * XplatUIX11.cs (SetWMStyles): rework the #79368 fix slightly.  If
10486         ControlBox == false, we disallow maximize/minimize/close.  If the
10487         form Caption is "" we also disallow move (and get rid of the Title
10488         decoration).  Unfortunately, regardless of how things are set,
10489         we're stuck with the Title and WM menu.
10490
10491 2006-09-15  Chris Toshok  <toshok@ximian.com>
10492
10493         * Application.cs: add locking around the static message_filters
10494         ArrayList, part of #79196.
10495
10496 2006-09-15  Chris Toshok  <toshok@ximian.com>
10497
10498         * XplatUIX11.cs (SetWMStyles): if Form.Text == "" and
10499         Form.ControlBox == false, the window has no titlebar nor resize
10500         handles.  fixes bug #79368.
10501
10502 2006-09-15  Chris Toshok  <toshok@ximian.com>
10503
10504         * TextBoxBase.cs: in CalculateScrollBars make sure LargeChange is
10505         >= 0.  Fixes bug #79370.
10506
10507 2006-09-15  Jonathan Pobst <monkey@jpobst.com>
10508         * FlowLayoutPanel.cs, FlowLayoutSettings.cs: Initial commit.
10509         * Control.cs:
10510             Add properties: LayoutEngine, Margin, DefaultMargin.
10511             Add method: GetPreferredSize.
10512             Move layout logic from PerformLayout to layout engines. 
10513
10514 2006-09-13  Chris Toshok  <toshok@ximian.com>
10515
10516         * XplatUIX11.cs: more destroy work.  Jackson pointed out that my
10517         fix for #79326 broke #78718, so this change addresses that.
10518
10519         - in SendWMDestroyMessages remove the call to
10520         CleanupCachedWindows, since we might be recreating the control and
10521         need to maintain the references to right Hwnd handles.  Also, set
10522         the zombie flag to true for each of the children in the hierarchy
10523         instead of calling hwnd.Dispose.  This will cause GetMessage to
10524         ignore all events for the window except for DestroyNotify.
10525
10526         - In GetMessage, ignore messages except for DestroyNotify for
10527         zombie hwnds.
10528         
10529         * Control.cs: revert the is_recreating fix from the last
10530         ChangeLog.  It's definitely "right", but it breaks switching from
10531         an MDI form to a non-MDI form.  Will need to revisit that.
10532
10533         * Hwnd.cs: add a zombie flag, which means "the
10534         client_window/whole_window handles are invalid, but we're waiting
10535         for the DestroyNotify event to come in for them".  Set the flag to
10536         false explicitly if setting WholeWindow/ClientWindow, and also
10537         when Disposing.
10538         
10539 2006-09-13  Chris Toshok  <toshok@ximian.com>
10540
10541         * XplatUIX11.cs: rework window destruction slightly.
10542
10543         - when destroying the windows associated with a control, we don't
10544         need 2 separate XDestroyWindow calls.  Just the one for the
10545         whole_window (or for client_window if whole_window is somehow
10546         IntPtr.Zero -- can this happen?) is enough.
10547
10548         - reworked SendWMDestroyMessages slightly, so we always dispose
10549         the child control hwnd's after sending the messages.
10550         
10551         - refactored out the ActiveWindow/FocusWindow/Caret clearing from
10552         the two places it was used (one was even using hwnd.Handle and the
10553         other hwnd.client_window.  ugh), adding another call in
10554         SendWMDestroyMessages.  We need this new call because now the
10555         DestroyNotify events in the queue will be ignored for the child
10556         controls (as their hwnd's were disposed, and the window id's
10557         removed from the hashtable in SendWMDestroyMessages.) fun, eh?
10558
10559         - this fixes bug #79326.
10560
10561 2006-09-13  Chris Toshok  <toshok@ximian.com>
10562
10563         * Control.cs: don't always set is_recreating to false at the end
10564         of RecreateHandle, since sometimes we're not done (and won't be
10565         until WndProc handles the WM_DESTROY message).  Also, set
10566         is_recreating to false in the WM_DESTROY handling code.  Part of
10567         the fix for bug #79326.
10568
10569 2006-09-13  Miguel de Icaza  <miguel@novell.com>
10570
10571         * X11DesktopColors.cs: Start the droppage of debugging messages.
10572
10573         * FileDialog.cs: Store the configuration file in ~/.mono/mwf_config
10574
10575 2006-09-13  Jonathan Pobst <monkey@jpobst.com>
10576
10577         * SplitContainer.cs, SplitterPanel.cs: Initial implementation [2.0].
10578
10579 2006-09-12  Chris Toshok  <toshok@ximian.com>
10580
10581         * DataGrid.cs (get_ListManager): if the list_manager is null, try
10582         to create it using SetDataSource.  Fixes bug #79151.
10583
10584 2006-09-11  Chris Toshok  <toshok@ximian.com>
10585
10586         * XEventQueue.cs: add a DispatchIdle property.
10587
10588         * XplatUIX11.cs (UpdateMessageQueue): only emit the Idle event if
10589         either the queue is null, or the queue has DispatchIdle set to
10590         true.
10591         (DoEvents): set queue.DispatchIdle to false around the
10592         peek/translate/dispatch message loop in this method.  This keeps
10593         Application.Doevents from emitting idle events.  Part of the fix
10594         for #78823.
10595
10596 2006-09-11  Chris Toshok  <toshok@ximian.com>
10597
10598         * DataGrid.cs (set_DataSource): make this work for both the
10599         winforms/datagrid test and ReportBuilder.  It seems as though when
10600         we've created a ListManager (or maybe it's if we have a
10601         BindingContext?), when we set the DataSource it clears the
10602         DataMember to "".  otherwise we reuse the datamember.  Fixes bug
10603         #79333.
10604
10605 2006-09-11  Chris Toshok  <toshok@ximian.com>
10606
10607         * XplatUIX11.cs: deal with queue being null, which happens in all
10608         the Clipboard functions.  Fixes one of the two problems mentioned
10609         in #78612.
10610
10611 2006-09-11  Chris Toshok  <toshok@ximian.com>
10612
10613         * MenuAPI.cs: rework OnMouseUp a bit so that releasing the mouse
10614         button on various spots (including outside the menu) works closer
10615         to MS, and doesn't crash.  Fixes #79343.
10616
10617 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
10618
10619         * ListView.cs: Do not initialize item_sorter in init. To match MS,
10620         return null for ListViewItemSorter if View is SmallIcon or LargeIcon
10621         and the internal comparer is set. When a new ListViewItemSorter is set,
10622         sort the items. Use Enum.IsDefined to verify whether a valid SortOrder
10623         was specified. No further processing is necessary if SortOrder is set
10624         to it's current value. If Sorting is modified to None, and View is
10625         neither SmallIcon nor LargeIcon then: on 2.0 profile set item_sorter
10626         (either custom or our internal ItemComparer) to null, on 1.0 profile
10627         only set item_sorter to null if its our internal IComparer. If Sorting
10628         is modified to Ascending or Descending, then use our internal IComparer
10629         if none is set, and if the current IComparer is our internal one then:
10630         on 2.0 profile always replace it with one for new Sorting, and on 1.0
10631         profile only use new Sorting if view is not SmallIcon or LargeIcon. Use
10632         Enum.IsDefined to verify whether a valid View value is specified in
10633         its setter. Automatically sort listview items when listview is
10634         created. In Sort, do nothing if ListView is not yet created, or if
10635         no item_sorter is set (no Sorting was set, Sorting was explicitly set
10636         to None or ListViewItemSorter was set to null). Added Sort overload
10637         taking a bool to indicate whether the ListView should be redrawn when
10638         items are sorted (we use this in ListViewItemCollection to avoid double
10639         redraws). Modified our internal IComparer to take the sort order into
10640         account. In Add and AddRange methods of ListViewItemCollection, also
10641         call Sort if Sorting is None (necessary for SmallIcon and LargeIcon
10642         view), but use overload with noredraw option to avoid double redraw.
10643         On 2.0 profile, throw NotSupportedException when setting CheckBoxes to
10644         true when View is Tile, and do the same when attempting to set View to
10645         Tile when CheckBoxes is true. Avoid maintaining separate ArrayLists
10646         for selected/checked indices, as it involves overhead when sorting is
10647         done while these collections are not used all that often. Instead
10648         we'll build the indices on demand. Modified IList implementation of
10649         CheckedIndexCollection to use public methods if object is int.
10650         Modified CheckedListViewItemCollection to hide checked items if
10651         ListView.CheckBoxes is false. Removed LAMESPEC remark in 
10652         ListViewItemCollection as the .NET SDK docs have been fixed. Modified
10653         IList implementation in SelectedIndexCollection to use public methods
10654         if object is int. Modified SelectedListViewItemCollection to hide
10655         selected items if listview is not yet created.
10656         * ListViewItem.cs: CheckedIndices list no longer needs to be
10657         maintained separately (see ListView changes). Also clone font, fixes
10658         test failure.
10659
10660 2006-09-11  Mike Kestner  <mkestner@novell.com>
10661
10662         * ComboBox.cs: if we are updating the contents of the currently
10663         selected index, refresh the control or the textbox selection.
10664         [Fixes #79066]
10665
10666 2006-09-11  Mike Kestner  <mkestner@novell.com>
10667
10668         * ComboBox.cs (UpdateBounds): use SetBounds not SetBoundsCore since 
10669         the 'specified' logic has been moved there.  This seems like a bug 
10670         in Control.cs, since our current SetBoundsCore completely ignores 
10671         the specified parameter.  Peter's commit seems to indicate that is 
10672         the way the MS control implementation works.  [Fixes #79325]
10673
10674 2006-09-10  Jonathan Chambers  <joncham@gmail.com>
10675
10676         * XplatUI.cs: Set default_class_name to be composed
10677         of current domain id. This allows MWF to be loaded in multiple
10678         domains on Win32.
10679
10680 2006-09-09  Miguel de Icaza  <miguel@novell.com>
10681
10682         * X11Keyboard.cs: If we are unable to obtain the input method, do
10683         not call CreateXic to create the input context.   Should fix
10684         #78944/79276.
10685
10686 2006-09-08  Alexander Olk  <alex.olk@googlemail.com>
10687
10688         * MimeIcon.cs: Rewrote major parts. Dropped KDE support for now.
10689           Simplified gnome support by adding more pinvokes to get the
10690           icon for a file or mime type.
10691
10692 2006-09-08  Jackson Harper  <jackson@ximian.com>
10693
10694         * MenuAPI.cs: Deslect popup context menu items before closing the
10695         window, so that you don't see the previously selected item
10696         selected when you reopen the menu.
10697         * TextControl.cs: Update the cursor position even if we don't have
10698         focus.  This fixes typing in things like the ComboBox.  I'm not
10699         totally sure we should always set the visibility if we don't have
10700         focus, but couldn't find any corner cases where the cursor showed
10701         up when it shouldn't.
10702
10703 2006-09-08  Chris Toshok  <toshok@ximian.com>
10704
10705         * X11Keyboard.cs: In UpdateKeyState vkey can be any integer, but
10706         our arrays are length 256.  & 0xff before indexing.  Fixes the
10707         crash in bug #78077.
10708         
10709 2006-09-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10710
10711         * ThemeWin32Classic.cs: 
10712         * DateTimePicker.cs: Draw check box if DateTimePicker.ShowCheckBox
10713         is true. Handle that check box too.
10714
10715 2006-09-07  Chris Toshok  <toshok@ximian.com>
10716
10717         * MenuAPI.cs: move the PerformClick call to OnMouseUp.  Fixes bug
10718         79244.
10719
10720 2006-09-07  Chris Toshok  <toshok@ximian.com>
10721
10722         * Control.cs: in set_BackColor only do the work if
10723         background_color != value.
10724
10725         * XplatUIX11.cs: move the clearing of invalid areas (both client
10726         and nc) to the same block of code where we set (nc_)expose_pending
10727         to false.  That is, move it from PaintEventEnd to PaintEventStart,
10728         so things that cause invalidates from within OnPaint will trigger
10729         another call to OnPaint.  Fixes bug #79262.
10730
10731 2006-09-07  Alexander Olk  <alex.olk@googlemail.com>
10732
10733         * Theme.cs: Use correct icon for UIIcon.PlacesPersonal
10734         * FileDialog.cs: Fix typo
10735
10736 2006-09-07  Jackson Harper  <jackson@ximian.com>
10737
10738         * ThemeWin32Classic.cs:  oops, forgot to commit.  Draw the images
10739         for tab pages if they have any.
10740
10741 2006-09-06  Mike Kestner  <mkestner@novell.com>
10742
10743         * Splitter.cs: use the "current" rect when finishing drag handle
10744         to avoid an artifact demonstrated by resedit.exe.  [Fixes #79251]
10745
10746 2006-09-06  Mike Kestner  <mkestner@novell.com>
10747
10748         * Splitter.cs: draw the drag handle at X or Y instead of 0 to deal
10749         support offset splitters. [Fixes #79298]
10750
10751 2006-09-06  Alexander Olk  <alex.olk@googlemail.com>
10752
10753         * Mime.cs: Fixed a bug that could override the global mime type
10754           result.
10755
10756 2006-09-05  Jackson Harper  <jackson@ximian.com>
10757
10758         * TabControl.cs: Better calculation method for setting the slider
10759         pos. Prevents crashes on really wide tabs.
10760         - Draw Image on tab pages if an image list is used.
10761
10762 2006-09-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10763
10764         * MonthCalendar.cs: When Font changes, the Size should be
10765         updated to fit the new font's space requirements.
10766
10767 2006-09-02  Alexander Olk  <alex.olk@googlemail.com>
10768
10769         * ListBox.cs: If the items are cleared with Items.Clear set
10770           top_index to 0.
10771
10772 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10773
10774         * MonthCalendar.cs: Handle arrow keys as input keys. Also
10775         fire DateChanged event instead of DateSelected event when
10776         the date was changed by keyboard interaction.
10777
10778 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10779
10780         * DateTimePicker.cs: Handle DateChanged for the associated
10781         month_calendar control, and set month_calendar.Font from 
10782         OnFontChanged method, as well as resize the height of the
10783         control when needed. Make PreferredHeight proportional.
10784
10785 2006-09-01  Chris Toshok  <toshok@ximian.com>
10786
10787         * DataGrid.cs: grr, stop overthinking the DataMember/DataSource
10788         properties.
10789
10790         * BindingContext.cs (HashKey.GetHashCode): use ^ instead of +.
10791
10792 2006-09-01  Peter Dennis Bartok  <pbartok@novell.com> 
10793
10794         * FileDialog.cs: Set ClientSize instead of window size, to allow space
10795           for decorations (Fixes #79219)
10796
10797 2006-09-01  Mike Kestner  <mkestner@novell.com>
10798
10799         * ComboBox.cs: first stab at sorting plus some selection handling
10800         fixes to bring us more in line with MS behavior.  Also switches back
10801         to index based selection.  Alternative patches for index-based 
10802         selection were provided by Jackson Harper, Carlos Alberto Cortez, 
10803         and latency@gmx.de on bug 78848.  I assume they were similar to this
10804         code I've had simmering in my tree forever.
10805         [Fixes #78848]
10806
10807 2006-09-01  Chris Toshok  <toshok@ximian.com>
10808
10809         * CurrencyManager.cs (ListChangedHandler): in the ItemAdded case,
10810         when setting list position guard against ending up with a -1 index
10811         (the other part of the fix for #78812).  Should probably make sure
10812         we don't need the analogous fix in the ItemDeleted case.
10813
10814         * DataGrid.cs:
10815         - in SetDataSource, work around the fact that the way
10816         OnBindingContextChanged is invoked will cause us to re-enter this
10817         method.  I'll remove the hack once I investigate
10818         OnBindingContextChanged.
10819
10820         - fix the logic in set_DataSource and set_DataMember (basically
10821         what to do if the other of the two is null.)
10822         
10823         - in OnListManagerItemChanged, we need to take into account the
10824         edit row when deciding whether or not to call RecreateDataGridRows
10825         (part of the fix for #78812).
10826
10827 2006-09-01  Jackson Harper  <jackson@ximian.com>
10828
10829         * Splitter.cs: Don't do anything if there is no control to affect
10830         (prevents us from crashing in weird tet cases).
10831         * TreeView.cs: Bounding box for the mouse movement reverting
10832         focus/selection back to previously selected node.  This matches
10833         MS, and makes the tree a lot more useable.
10834         * GroupBox.cs: Instead of drawing over the lines of the groupbox,
10835         use clipping so they are not drawn.  This fixes when the control
10836         is set to have a transparent background, or if it was over an
10837         image.
10838
10839 2006-09-01  Alexander Olk  <alex.olk@googlemail.com>
10840
10841         * MimeIcon.cs: Improved handling for reading default icons when
10842           using gnome (2.16 made it necessary). Check and read svg icons
10843           first, then 48x48 and then 32x32 icons.
10844
10845 2006-08-31  Chris Toshok  <toshok@ximian.com>
10846
10847         * DataGridTextBoxColumn.cs: only hide the textbox if it's still
10848         visible.
10849
10850         * DataGridTextBox.cs: Pass Tab's up to the datagrid by calling
10851         ProcessKeyPreview.  Fixes part of #77806.
10852
10853         * DataGrid.cs: big patch.
10854
10855         - revert the queueing up of DataSource/DataMember if inside
10856         BeginInit/EndInit calls.  That's not the way the datagrid achieves
10857         its delayed databinding.  Instead, call SetDataSource in
10858         OnBindingContextChanged.  This mimic's MS's behavior, and fixes
10859         #78811.
10860
10861         - Also, it wasn't mentioned in #78811, but the test case exhibits
10862         behavior that was lacking in our datagrid implementation - Columns
10863         that have mapping names that don't exist in the datasource's
10864         properties aren't shown.  Yuck.  To fix this I added the bound
10865         field to the column style, and basically any calculation to figure
10866         out anything about columns uses a loop to find the bound columns.
10867         still need to investigate if I can cache an array of the bound
10868         columns or if the indices must be the same.
10869
10870         - When setting CurrentCell, we no longer abort if the cell being
10871         edited was in the add row.  This fixes the other part of #77806.
10872
10873         - The new code also fixes #78807.
10874         
10875         * ThemeWin32Classic.cs: perpetrate the same disgusting
10876         column.bound field hack, and only render bound fields.
10877
10878 2006-08-31  Chris Toshok  <toshok@ximian.com>
10879
10880         * DataGridColumnStyle.cs: add bound field.  this field is true if
10881         the datasource has a property corresponding to the mapping name.
10882
10883         * DataGridTableStyle.cs: set the bound field on the column styles
10884         depending on whether or not we have a column for that property.
10885
10886 2006-08-31  Peter Dennis Bartok  <pbartok@novell.com> 
10887
10888         * Splitter.cs (SetBoundsCore): Don't ignore width/height of the 
10889           splitter control (fixes #79228)
10890
10891 2006-08-31  Chris Toshok  <toshok@ximian.com>
10892
10893         * DataGridColumnStyle.cs: we need to delay the assignment of
10894         property descriptor until the last possible moment due to the lazy
10895         databinding stuff in the datagrid.  Also, fix the exceptions
10896         thrown by CheckValidDataSource to match MS.
10897
10898 2006-08-31  Jackson Harper  <jackson@ximian.com>
10899
10900         * Form.cs: When activated select the active control, if there is
10901         no active control, we select the first control.
10902         * XplatUIX11.cs: If there is no focus control when we get a
10903         FocusIn event, find the toplevel form and activate it.  This
10904         occurs when you popup a window, it becomes the focus window, then
10905         you close that window, giving focus back to the main window.
10906
10907 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10908
10909         * MonthCalendar.cs: 
10910         * ThemeWin32Classic.cs: Cache Font in bold style, as well
10911         as StringFormat with Center alignments in MonthCalendar,
10912         instead of creating new ones when drawing the control. 
10913         Also, draw the month name in bold style.
10914
10915 2006-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
10916
10917         * Control.cs:
10918           - PerformLayout(): It would seem MS performs the fill even if the 
10919             control is not visible (part of #79218 fix)
10920           - ResetBackColor(): Use the setter to reset the color, to allow
10921             overriders to catch the change.
10922         * Form.cs:
10923           - .ctor: Call UpdateBounds to adjust client rectangle (part of #79218 fix)
10924           - CreateHandle(): dito (part of $79218 fix)
10925           - Don't set an icon if we have a dialog
10926         * ScrollableControl.cs:
10927           - set_AutoScrollMinSize: Setting the property enables AutoScroll (#79218)
10928           - ScrollIntoView(): No need to scroll if control is already visible
10929             (resolves fixme and fixes #79218)
10930
10931 2006-08-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10932
10933         * MonthCalendar.cs: Change proportions in SingleMonthSize
10934         to match the aspect of the original control.
10935
10936 2006-08-29  Alexander Olk  <alex.olk@googlemail.com>
10937
10938         * XplatUIX11.cs: Fix for a metacity/X problem where windows don't
10939           get updated when they get maximized.
10940
10941 2006-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
10942
10943         * XplatUIX11.cs: Handle windows with no border (Fixes part of #79160)
10944
10945 2006-08-29  Chris Toshok  <toshok@ximian.com>
10946
10947         * XplatUIX11.cs: when destroying the FocusWindow, send KILLFOCUS.
10948
10949 2006-08-29  Jackson Harper  <jackson@ximian.com>
10950
10951         * TreeView.cs: Need to track selected node and highlighted node,
10952         they aren't always the same thing, when the mouse is down on a
10953         node it is hilighted, but not selected yet.
10954         - Do the HideSelection stuff right
10955         - Need to focus on rbutton mouse down. And redraw selection when
10956         right click is mouse upped.
10957
10958 2006-08-29  Mike Kestner  <mkestner@novell.com>
10959
10960         * ThemeWin32Classic.cs: draw selections for columns in FullRowSelect
10961         when SubItems.Count < Columns.Count.  [Fixes #79167]
10962
10963 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com> 
10964
10965         * TextControl.cs (FindCursor): Fix math error (Fixes #78402)
10966
10967 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com>
10968
10969         * XplatUIX11.cs: Preempt the roundtrip for getting the location back
10970           from X. Only send based on ConfigureNotify if we don't have the
10971           correct location in hwnd (if the window manager moved us)
10972
10973 2006-08-28  Mike Kestner  <mkestner@novell.com>
10974
10975         * ListView.cs: remove a TODO. 
10976         * ThemeWin32Classic.cs: implement HideSelection support for ListView.
10977         [Fixes ListView part of #79166]
10978
10979 2006-08-28  Mike Kestner  <mkestner@novell.com>
10980
10981         * ListView.cs: move wheel handler to parent since it is focused
10982         instead of the item_control now.  [Fixes #79177]
10983
10984 2006-08-28  Mike Kestner  <mkestner@novell.com>
10985
10986         * ThemeWin32Classic.cs: only highlight subitems in fullrowselect
10987         when the control is focused. [Fixes #79171]
10988
10989 2006-08-28  Mike Kestner  <mkestner@novell.com>
10990
10991         * ListView.cs: size the item and header controls for empty and
10992         unscrollable views.
10993         * ThemeWin32Classic.cs: draw disabled backgrounds.
10994         [Fixes #79187]
10995
10996 2006-08-28  Chris Toshok  <toshok@ximian.com>
10997
10998         * Form.cs: remove unused "active_form" static field.
10999
11000         * Hwnd.cs: lock around accesses to static windows collection.
11001
11002         * Application.cs: lock threads in Exit ().
11003
11004 2006-08-28  Chris Toshok  <toshok@ximian.com>
11005
11006         * NativeWindow.cs: lock around accesses to window_collection.
11007         
11008 2006-08-28  Chris Toshok  <toshok@ximian.com>
11009
11010         * Control.cs: err, fix this the right way, by locking on controls
11011         when using it.  not by making it synchronized.
11012
11013 2006-08-28  Chris Toshok  <toshok@ximian.com>
11014
11015         * Control.cs: make the static "controls" field synchronized, as it
11016         gets updated from multiple threads.
11017
11018 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
11019
11020         * XplatUIX11.cs: PostQuitMessage is thread-specific not app-specific.
11021           Prevent other threads from exiting when calling thread sets quit state.
11022         * XEventQueue.cs: Added PostQuitState property
11023
11024 2006-08-27  Chris Toshok  <toshok@ximian.com>
11025
11026         * AsyncMethodData.cs: add a slot for the window handle.
11027
11028         * XplatUIX11.cs (SendAsyncMethod): send the event to the right
11029         window (the destination control's window, not the foster window).
11030
11031         * Control.cs (BeginInvokeInternal): store the window's handle in
11032         the AsyncMethodData.
11033         
11034
11035 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
11036
11037         * XplatUIX11.cs:
11038           - PostQuitMessage: Removed resetting S.D display handle, we might have
11039             another loop started after calling PostQuitMessage (Fixes #79119)
11040           - Created destructor to reset S.D handle
11041
11042 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com> 
11043
11044         * XplatUIX11.cs (SetCursor): Issue flush after setting the cursor (#79168)
11045
11046 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11047
11048         * TextControl.cs (Insert): Update the caret position even if we don't
11049           have a handle yet, just don't call the driver in that case.
11050         * TextBoxBase.cs (set_SelectedText): Set the Start and End selection
11051           to the end of the new selection text (Fixes #79184)
11052
11053 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11054
11055         * Form.cs (Activate): Only activate if the handle is created)
11056         * Control.c:
11057           - Mark window as invisible when it's disposed
11058           - Check if window handle is created when setting window visible, 
11059             instead of relying just on the is_created variable
11060           - Check if object is disposed when creating the control (Fixes #79155)
11061
11062 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11063
11064         * ScrollableWindow.cs (ScrollWindow): Don't actually perform layouting
11065           when allowing layout again. Otherwise we re-generate the anchoring 
11066           distance to the border again and actually alter what the user wanted
11067           This is ugly, it'd be better if we used DisplayRectangle instead of
11068           ClientRectangle for Control.UpdateDistances, but that causes us to
11069           have other problems (initial anchoring positons would be wrong)
11070           (Fixes #78835)
11071
11072 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11073
11074         * Control.cs:
11075           - The size and location setters shouldn't go directly to 
11076             SetBoundsCore, but to SetBounds, which triggers layout on the
11077             parent, then calls SetBoundsCore. (Related to fix for #78835)
11078           - SetBounds: Moved actual location update code into this function
11079             from SetBoundsCore, to match MS. Added call to PerformLayout if
11080             we have a parent (to trigger resizing of anchored parents if the 
11081             child size has changed (see testcase for #78835) 
11082         * ListBox.cs, Form.cs: Call SetBounds instead of SetBoundsCore to match 
11083           new control code
11084         * ScrollableControl.cs (CalculateCanvasSize): Use shortcut variable
11085
11086 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11087
11088         * XplatUIX11.cs: Don't reset the DisplayHandle that's stored in
11089           System.Drawing when a toplevel window gets closed; there might
11090           be other toplevel windows belonging to the same app (Fixes #78052)
11091
11092 2006-08-26  Alexander Olk  <alex.olk@googlemail.com>
11093
11094         * FileDialog.cs: After reading FileDialog settings from mwf_config
11095           use Desktop prefix only if a real folder doesn't exist anymore.
11096         * FontDialog.cs: Added char sets.
11097           It is now possible to select the font, size or style with the
11098           textboxes.
11099
11100 2006-08-25  Kornél Pál  <kornelpal@gmail.com>
11101
11102         * PrintPreviewDialog.cs: Use assembly name constants.
11103
11104 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11105
11106         * XplatUIWin32.cs (ScrollWindow): Use clipping rectangle arg (prevents
11107           scrollbar from whacking it's buttons)
11108
11109 2006-08-24  Chris Toshok  <toshok@ximian.com>
11110
11111         * ScrollableControl.cs: fix #78271.  There's a lot of misc stuff
11112         in this patch (aggregating setting Left/Top/Width/Height to
11113         setting Bounds on the scrollbars), but the crux of the fix is in
11114         Recalculate, where we scroll by the remaining scroll_position if
11115         we're hiding a scrollbar.  The 2*$5 reward in the comment is
11116         serious.
11117
11118 2006-08-24  Jackson Harper  <jackson@ximian.com>
11119
11120         * MdiClient.cs:
11121         * MdiWindowManager.cs: If the form is made a non-mdi window we
11122         need to remove the form closed event so that closing forms works
11123         correctly.
11124
11125 2006-08-24  Jackson Harper  <jackson@ximian.com>
11126
11127         * Control.cs: Make IsRecreating internal so that the driver can
11128         check it
11129         - Temporarily remove the Hide when controls are removed, its
11130         making a whole bunch of things not work because visibility isn't
11131         getting reset elsewhere correctly
11132         * Form.cs: Need to do a full handle recreation when the mdi parent
11133         is set.
11134         * XplatUIX11.cs: If we are recreating handles don't dispose the
11135         HWNDs.  What was happening is the handles were being recreated in
11136         SendWMDestroyMessages, but then flow continued on in that method
11137         and destroyed the new handles.
11138
11139 2006-08-23  Jackson Harper  <jackson@ximian.com>
11140
11141         * Form.cs: MdiClient is always at the back of the bus
11142         * Control.cs: When the order of items in the collection is changed
11143         we need to reset the all_controls array
11144         - do the same sorta setup thats done when adding a control when a
11145         control is set on the collection.
11146
11147 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11148
11149         * TextBoxBase.cs (get_Text): Return an empty array if our document
11150           is empty (fixes #79052)
11151
11152 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11153
11154         * Control.cs: We should call IsInputChar on only on WM_CHAR but not
11155           on WM_SYSCHAR messages (fixes #79053)
11156
11157 2006-08-23  Chris Toshok  <toshok@ximian.com>
11158
11159         * DataGrid.cs: fix flickering when scrolling vertically.
11160
11161 2006-08-23  Chris Toshok  <toshok@ximian.com>
11162
11163         * DataGrid.cs (EndEdit): only invalidate the row header when we
11164         need to.
11165
11166 2006-08-23  Chris Toshok  <toshok@ximian.com>
11167
11168         * ThemeWin32Classic.cs: fix the clip munging of the datagrid paint
11169         methods.  fixes the flicker when scrolling around.
11170
11171 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11172
11173         * FileDialog.cs: Making sure the control is created before we get a 
11174           chance to use it with BeginInvoke (Fixes #79096)
11175
11176 2006-08-23  Chris Toshok  <toshok@ximian.com>
11177
11178         * ThemeWin32Classic.cs (DataGridPaintRows): calculate the proper
11179         width to use when painting the rows.
11180
11181 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11182
11183         * TextBoxBase.cs:
11184           - Throw ArgumentException if a negative value is passed to SelectionLength
11185           - Update the selection end if start is moved. end needs to be always
11186             after start. (Fixes #79095)
11187           - Track selection length; MS keeps the selection length even if start
11188             is changed; reset on all other operations affection selection
11189
11190 2006-08-22  Jackson Harper  <jackson@ximian.com>
11191
11192         * TreeView.cs: Make sure both scrollbars get displayed and sized
11193         correctly when the other bar is visible.
11194         - Use the original clip rectangle for checking if the area between
11195         the two scrollbars is visible, not the viewport adjusted clipping
11196         rectangle.
11197
11198 2006-08-22  Jackson Harper  <jackson@ximian.com>
11199
11200         * Binding.cs: We don't use IsBinding because it requires the
11201         control to be created, which really shouldn't be necessary just to
11202         set a property on the control.
11203
11204 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11205
11206         * ComboBox.cs: Some CB.ObjectCollection methods must throw
11207         ArgumentNullReferenceException when the argument is null.
11208
11209 2006-08-21  Jackson Harper  <jackson@ximian.com>
11210
11211         * Timer.cs: Track the thread that the timer is started in (NOT
11212         CREATED), this way messages for it will only be triggered on its
11213         queue.
11214         * XEventQueue.cs: Track the timers here, this makes timers per
11215         thread, like MS.
11216         * XplatUIX11.cs: The timers are moved to the XEventQueue.
11217
11218 2006-08-19  Chris Toshok  <toshok@ximian.com>
11219
11220         * XplatUIX11.cs: after further communication with pdb, we get the
11221         best of both worlds.  SetZOrder working for un-Mapped windows, and
11222         no X errors for un-mapped windows.
11223
11224 2006-08-19  Chris Toshok  <toshok@ximian.com>
11225
11226         * XplatUIX11.cs (SetZOrder): remove the if (!hwnd.mapped) check,
11227         as it was causing pdn toolbars to not have the correct stacking.
11228
11229 2006-08-18  Mike Kestner  <mkestner@novell.com> 
11230
11231         * ListView.cs : guard against negative ClientArea.Width in scrollbar
11232         calculation.  Not sure why control should ever be setting a negative
11233         width though.  Fixes #78931.
11234
11235 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11236
11237         * ComboBox.cs: Throw ArgumentNullException when adding/modifyng
11238         null items in ObjectCollection class.
11239         * ListBox.cs.: Likewise.
11240
11241 2006-08-18  Atsushi Enomoto  <atsushi@ximian.com>
11242
11243         * ThemeNice.cs, ThemeClearlooks.cs : remove RadioButton_DrawFocus()
11244           as the base method in ThemeWin32Classic should work fine.
11245           Fixed bug #78607.
11246
11247 2006-08-18  Jackson Harper  <jackson@ximian.com>
11248
11249         * Binding.cs: When validating if the value entered doesn't convert
11250         properly reset to the old value.
11251         * RadioButton.cs: Don't fire click when we get focus.
11252
11253 2006-08-18  Jackson Harper  <jackson@ximian.com>
11254
11255         * FileDialog.cs: Paint the selection on the directory combobox the
11256         same way as on MS. 
11257
11258 2006-08-17  Jackson Harper  <jackson@ximian.com>
11259
11260         * ErrorProvider.cs: Don't allow the error control to be selected.
11261         * Control.cs: Don't send the SetFocus messages, the control
11262         activation will do this, and if we do it blindly here validation
11263         does not work.
11264
11265 2006-08-17  Jackson Harper  <jackson@ximian.com>
11266
11267         * Control.cs:
11268         * ContainerControl.cs: Make validation events fire in the correct
11269         order.  TODO: For some reason the first validation event is not
11270         getting fired.
11271
11272 2006-08-17  Mike Kestner  <mkestner@novell.com> 
11273
11274         * ComboBox.cs : some null guarding for ComboListBox.Scroll.
11275
11276 2006-08-17  Mike Kestner  <mkestner@novell.com> 
11277
11278         * ComboBox.cs : implement scroll wheel support for popped-down
11279         state. Fixes #78945. 
11280
11281 2006-08-17  Jackson Harper  <jackson@ximian.com>
11282
11283         * TreeView.cs: Specify treeview actions (old patch that didn't get
11284         committed for some reason).
11285         - Don't let the mouse wheel scroll us too far.  Just want to make
11286         the bottom node visible, not scroll it all the ways to the top.
11287
11288 2006-08-17  Jackson Harper  <jackson@ximian.com>
11289
11290         * XplatUIX11.cs: Mouse wheel events go to the focused window.
11291
11292 2006-08-17  Mike Kestner  <mkestner@novell.com> 
11293
11294         * ComboBox.cs : don't do mouseover selection in simple mode.
11295
11296 2006-08-16  Jackson Harper  <jackson@ximian.com>
11297
11298         * Form.cs: Fire the closing events for all the mdi child windows
11299         when a window is closed.  If the cancel args are set to true, the
11300         main window still gets the event fired, but it doesn't not close.
11301         * MdiWindowManager.cs: Do this closing cleanup in a Closed
11302         handler, instead of when the button is clicked, so cancelling the
11303         close works correctly.
11304         * ComboBox.cs: Send the mouse down to the scrollbar.
11305
11306 2006-08-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11307
11308         * ListBox.cs: When passing 'null' to SelectedItem,
11309         set SelectedIndex to -1, to unselect items. This is the
11310         observed behaviour in .Net.
11311
11312 2006-08-16  Peter Dennis Bartok  <pbartok@novell.com> 
11313
11314         * TextBoxBase.cs: Overriding HandleClick to get clicks in spite of
11315           MS flags saying there won't be any. (fixes #78800)
11316         * Control.cs (HandleClick): Made virtual
11317
11318 2006-08-16  Atsushi Enomoto  <atsushi@ximian.com>
11319
11320         * PageSetupDialog.cs : use Yard-Pound units only in en-GB and en-US
11321           cultures. Fixed bug #78399.
11322
11323 2006-08-16  Jackson Harper  <jackson@ximian.com>
11324
11325         * Form.cs: Use the MdiClients MdiChildren property to access
11326         MdiChildren instead of creating the array from the child controls.
11327         * MdiClient.cs: Maintain a separate array of the mdi children, so
11328         that insertion order is maintained when the Z-order is changed.
11329
11330 2006-08-16  Mike Kestner  <mkestner@novell.com> 
11331
11332         * ListView.cs : add an ItemComparer and default to it for sorting.
11333         Fixes #79076, but sorting needs a complete overhaul to be compat with
11334         MS.
11335
11336 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
11337
11338         * XplatUIX11.cs (SetZOrder): Fix debugging leftover (fixes #79080)
11339
11340 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
11341
11342         * Hwnd.cs (Mapped): Properly traverse the tree
11343
11344 2006-08-15  Chris Toshok  <toshok@ximian.com>
11345
11346         * Binding.cs: fix PullData/SetPropertyValue.  We don't want to
11347         pass manager.Current.GetType() to ParseData.  It has to be the
11348         property type.  So, hold off doing the ParseData until we're in
11349         SetPropertyValue where we know the type.  This fixes the crash in
11350         #78821 but the textbox is still empty.
11351
11352 2006-08-15  Chris Toshok  <toshok@ximian.com>
11353
11354         * DataGrid.cs:
11355         - when we're scrolling, only call Edit() again if the
11356         current cell is still unobscured. Fixes bug #78927.
11357         - when handling mousedown on a cell, ensure the cell is visible
11358         before calling Edit.
11359         - remove the properties from DataGridRow, and remove the
11360         DataGridParentRow class altogether.
11361         
11362
11363 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
11364
11365         * TextBoxBase.cs (set_Text): Don't use base.Text, instead just
11366           fire OnTextChanged by ourselves. There's no point calling base,
11367           we don't set the base value anywhere else. Fixes #78773.
11368
11369 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11370
11371         * ListBox.cs: Call CollectionChanged when modifying
11372         an item from Items indexer, to update the actual items
11373         in the list box.
11374
11375 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11376
11377         * PrintDialog.cs: Small fixes for focus and a pair of checks,
11378         to match .Net behaviour.
11379
11380 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
11381
11382         * XplatUIX11.cs (SetZOrder): Handle raising toplevel windows
11383
11384 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
11385
11386         * Control.cs: Handle BringToFront for toplevel windows (Fixes #78737)
11387
11388 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
11389
11390         * MessageBox.cs: Prevent potential NRE exception.
11391         * TextBoxBase.cs: AutoSize only applies if MultiLine is false. Fixes #78889
11392
11393 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
11394
11395         * MessageBox.cs: Calculate the owner of a messagebox, also make
11396           it topmost. Fixes #78753
11397
11398 2006-08-14  Chris Toshok  <toshok@ximian.com>
11399
11400         * XplatUIX11.cs: A couple of fixes so that metacity will let us
11401         programmatically move windows.  first, set the PPosition hint as
11402         well as the USPosition hint.  Second include some code from pdb
11403         that sets the window type to NORMAL when we set the transient for
11404         hint.  This is because, in the absence of a window type, metacity
11405         thinks any window with TransientFor set is a dialog, and refuses
11406         to let us move it programmatically.  fascists.
11407
11408 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
11409
11410         * XplatUIX11.cs: When setting normal hints, take into consideration
11411           an different hints previously set so we don't delete them (fixes #78866)
11412
11413 2006-08-12  Chris Toshok  <toshok@ximian.com>
11414
11415         * ToolBarButton.cs: make Layout return a boolean, if something to
11416         do with the button's layout changed.
11417
11418         * ToolBar.cs:
11419         - add another parameter to Redraw, @force, which all existing
11420           calls set to true.
11421         - make the Layout function return a boolean which is true if the
11422           layout has actually changed.  Redraw now uses this (and @force)
11423           to determine when to invalidate.  At present the only place
11424           where @force can be false is the call from OnResize, when
11425           background_image == null.  So, resizing a toolbar when the
11426           layout doesn't change results in no drawing.
11427
11428 2006-08-12  Chris Toshok  <toshok@ximian.com>
11429
11430         * ThemeWin32Classic.cs: fix the bottom right corner painting.  had
11431         the VScrollBar and HScrollbar reversed.  oops.
11432
11433         * DataGrid.cs: fix the logic that assigns sizes to the implicit
11434         scrollbars.  we were assigning them twice (once in
11435         Calc{Horiz,Vertical}Scrollbar, and once in CalcGridAreas),
11436         therefore causing two scrollbar resizes (and redraws?) to happen
11437         per grid resize.
11438
11439 2006-08-12  Chris Toshok  <toshok@ximian.com>
11440
11441         * ToolBarButton.cs: redraw the entire button if the theme tells us
11442         to.
11443
11444         * Theme.cs: add ToolBarInvalidateEntireButton.
11445
11446         * ThemeWin32Classic.cs: we don't need to redraw the entire toolbar
11447         buttons, just the border.
11448
11449         * ThemeNice.cs: redraw the entire toolbar button since we need to
11450         draw the highlight image.
11451
11452         * ThemeClearlooks.cs: the rounded corners of toolbar buttons mean
11453         we need to redraw the entire button (not just the border).
11454
11455 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
11456
11457         * TextBoxBase.cs (CalculateScrollbars): Set the proper thumb size
11458           for vertical bars. Fixes the mismatches shown by #78513
11459
11460 2006-08-11  Alexander Olk  <alex.olk@googlemail.com>
11461
11462         * FileDialog.cs: If a saved/remembered path doesn't exist
11463           anymore, fall back to "Desktop".
11464
11465 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
11466
11467         * Form.cs (CreateParams): Don't use Parent.Handle unless we have a
11468           parent. It's apparently legal to not have one
11469         * XplatUIX11.cs:
11470           - SetZOrder: Don't try to set Z-Order on an unmapped window
11471           - CreateWindow: 0,0 are legal coordinates for a window. don't move
11472             it unless the coordinates are negative
11473
11474 2006-08-10  Mike Kestner  <mkestner@novell.com>
11475
11476         * ListControl.cs: allow null for DataSource.  Clear DisplayMember
11477         when setting to null per msdn docs.  Fixes #78854.
11478
11479 2006-08-10  Chris Toshok  <toshok@ximian.com>
11480
11481         * Menu.cs, MainMenu.cs, MenuAPI.cs: get rid of most of the
11482         flickering by setting a clip rectangle on the Graphics when we
11483         need to redraw just a particular menuitem.  Also, rename "OnClick"
11484         to "OnMouseDown" to reflect what it actually is.
11485         
11486         * Form.cs: track the OnMouseDown change.
11487
11488 2006-08-10  Peter Dennis Bartok  <pbartok@novell.com>
11489
11490         * CommonDialog.cs: Properly inherit the CreateParams from the form
11491           and only change what we need. Fixes #78865
11492
11493 2006-08-10  Chris Toshok  <toshok@ximian.com>
11494
11495         * ToolBar.cs, ToolBarButton.cs: fix the redraw-on-highlight
11496         flickering in flat mode (and most of the flickering in general) by
11497         only invalidating the button border (and not the entire rectangle)
11498         when the state changes.  A couple of cases still flicker:
11499         ToggleButtons, and the dropdown arrow case when the user mouse
11500         ups.
11501
11502 2006-08-10  Alexander Olk  <alex.olk@googlemail.com>
11503
11504         * X11Keyboard.cs: Fixed handling of the Del key on the cursorblock
11505           for german keyboards. Numlock state shouldn't affect the behaviour
11506           of the Del key. Fixes bug #78291.
11507
11508 2006-08-10  Chris Toshok  <toshok@ximian.com>
11509
11510         * ListControl.cs: remove the items.Clear line from BindDataItems,
11511         as this is the first thing done by both subclasses in their
11512         SetItemsCore overrides.  Also, add a ItemChanged handler, and when
11513         passed -1, refresh the list.  This gets databinding working when
11514         the datasource is set on the list before the datasource is
11515         populated (as in wf-apps/ReportBuilder.)
11516
11517         * ComboBox.cs: remove the argument to BindDataItems.  This call
11518         should really go away, and be initiated by the ListControl code.
11519
11520         * ListBox.cs: same.
11521
11522 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
11523
11524         * TextControl.cs (Document.ctor): Initialize caret so we don't crash
11525           if no data is in the document when the control is displayed
11526
11527 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com> 
11528
11529         * TextBoxBase.cs: Don't try moving the caret if we don't have a window
11530           yes (fixes #78806)
11531         * TextControl.cs: 
11532           - PositionCaret: Allow positioning of caret but don't call methods 
11533             requiring a handle if the window isn't created yet
11534           - CharIndexToLineTag: Fix ending loop early error. Lines is 1 based
11535           - owner_HandleCreated: Don't position the caret, just update it's 
11536             location. User might have already set a different position
11537
11538 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
11539
11540         * XplatUIWin32.cs: Don't use the desktop as basis for foster-parented
11541           windows. Screws up the returned coordinates for child windows. 
11542           Fixes #78825. I'm hoping this doesn't break something, since the
11543           code was explicitly put in 8 months ago, but no bug was attached.
11544           Menus still seem to work properly.
11545
11546 2006-08-08  Chris Toshok  <toshok@ximian.com>
11547
11548         * DataGrid.cs: make BeginInit/EndInit actually do what they're
11549         supposed to do - delay data binding until the EndInit call.  Also,
11550         make the table style collection's CollectionChangeAction.Refresh
11551         work properly.
11552
11553         * GridTableStylesCollection.cs: raise a CollectionChangeEvent
11554         (with action = Refresh) when a consituent table's MappingName is
11555         changed.
11556
11557 2006-08-08  Chris Toshok  <toshok@ximian.com>
11558
11559         * ToolBarButton.cs: in set_Text, call Parent.Redraw, not
11560         Invalidate, since changing the text can change the size of the all
11561         toolbar buttons.
11562
11563 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
11564
11565         * Form.cs (AddOwnedForm): Still need to add the form to our listif
11566           we don't have it yet
11567
11568 2006-08-08  Chris Toshok  <toshok@ximian.com>
11569
11570         * PrintControllerWithStatusDialog.cs: don't .Close() the status
11571         dialog, as this causes X errors later on, since we actually
11572         destroy the window.  Instead, .Hide() it.
11573
11574 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
11575
11576         * ComboBox.cs: Added focus reflection for popup window
11577         * XplatUIX11.cs: 
11578           - Removed transient setting for non-app windows for now, not sure it
11579             was needed
11580           - Fixed logic checking if we have captions when deciding 
11581             override_redirect, WS_CAPTION is two bits and a 0 check was not
11582             sufficient
11583           - Removed the WINDOW_TYPE stuff, it was unneeded and making things
11584             complicated
11585         * Form.cs: 
11586           - AddOwnedForm: Don't just add the form to the list, call the property
11587             to ensure the driver is informed about the ownership as well
11588           - CreateHandle: Set the TopMost status in the driver if we have an owner
11589         * XplatUI.cs: Fixed debug statement
11590
11591 2006-08-08  Jonathan Pobst <monkey@jpobst.com>
11592         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
11593           GroupBoxRenderer.cs, ProgressBarRenderer.cs, RadioButtonRenderer.cs,
11594           ScrollBarRenderer.cs, TabRenderer.cs, TextBoxRenderer.cs, 
11595           TrackBarRenderer.cs: Make constructor private.
11596         * ProfessionalColors.cs, ProfessionalColorTable.cs: Fix misnamed properties.
11597         * ProfessionalColorTable.cs: Make properties virtual.
11598
11599 2006-08-06  Duncan Mak  <duncan@novell.com>
11600
11601         * NumericUpDown.cs (Value): Don't call OnValueChanged if the value
11602         is not changing.
11603
11604 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
11605         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
11606           GroupBoxRenderer.cs, ProfessionalColors.cs, ProfessionalColorTable.cs,
11607           ProgressBarRenderer.cs, RadioButtonRenderer.cs, ScrollBarRenderer.cs,
11608           TabRenderer.cs, TextBoxRenderer.cs, TextRenderer.cs, TrackBarRenderer.cs:
11609           Initial import of new 2.0 classes.
11610
11611 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
11612         * Application.cs: Add 2.0 VisualStyles properties.
11613
11614 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
11615         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
11616           XplatUIX11.cs: Create property to allow access to existing private
11617           variable "themes_enabled"
11618
11619 2006-08-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11620
11621         * ImageListStreamer.cs: generate the MemoryStreams with the exact BMP
11622         file size, as otherwise our class libraries fail using windows. Fixes
11623         bug #78759.
11624
11625 2006-08-04  Jackson Harper  <jackson@ximian.com>
11626
11627         * Form.cs:
11628         * XplatUIX11.cs: Move the toolwindow window manager creation into
11629         the X11 driver, this way on win32 we can let windows create/handle
11630         the toolwindows.
11631
11632 2006-08-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11633
11634         * PrintDialog.cs: Remove some redundant checks, add some others,
11635         clean some code, and move the focus to the text boxes when the
11636         values are incorrect.
11637
11638 2006-08-04  Alexander Olk  <alex.olk@googlemail.com>
11639
11640         * FontDialog.cs: Remove Form.MinimumSize. It's not needed.
11641
11642 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
11643
11644         * NumericUpDown.cs: Setting the Minimum and Maximum is now
11645           handled correctly. Fixes bug #79001.
11646
11647 2006-08-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11648
11649         * PrintDialog.cs: The "Copies" numeric up down must have
11650         set the Minimum property to 1; only if the value is bigger
11651         than 1, activate "Collate" check box. This is the behaviour of .Net.
11652         Also modify the Document elements only if it is not null.
11653
11654 2006-08-03  Jackson Harper  <jackson@ximian.com>
11655
11656         * TreeNodeCollection.cs: Fix copyto to use the correct nodes
11657         length. (We have a larger array then actual node count).
11658                 
11659 2006-08-03  Jackson Harper  <jackson@ximian.com>
11660
11661         * ComboBox.cs: Don't show selection by default.
11662         - The SelectAll isn't needed here, since the focus code should do
11663         that
11664         - DDL style lists to manual selection drawing, so when they
11665         get/lose focus they have to invalidate.
11666
11667 2006-08-03  Peter Dennis Bartok  <pbartok@novell.com>
11668
11669         * TextBoxBase.cs: Don't always show all selections by default.
11670
11671 2006-08-03  Jonathan Pobst  <monkey@jpobst.com>
11672         * ControlUpdateMode.cs, DataSourceUpdateMode.cs,
11673           HelpNavigator.cs, WebBrowserEncryptionLevel.cs:
11674           Fixed various typos.
11675
11676 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
11677
11678         * Control.cs: Removing the controls in a ControlCollection with
11679           Clear now hides the controls as expected. Fixes bug #78804. 
11680
11681 2006-08-03  Jackson Harper  <jackson@ximian.com>
11682
11683         * Control.cs: Revert previous focus patch, it breaks reflector.
11684
11685 2006-08-03  Jackson Harper  <jackson@ximian.com>
11686
11687         * ComboBox.cs: Cleanup selection and focus with the combobox.
11688         This also eliminates some duplicated keyboard code, since now
11689         everything is handled by the main class.
11690         - Make list selection work on mouse up instead of down, to match
11691         MS.
11692
11693 2006-08-02  Jackson Harper  <jackson@ximian.com>
11694
11695         * Control.cs: Setting focus needs to go through the whole
11696         selection mechanism.
11697
11698 2006-08-02  Chris Toshok  <toshok@ximian.com>
11699
11700         * PrintPreviewDialog.cs: change MinimumSize to use
11701         base.MinimumSize so it works.
11702
11703 2006-08-02  Peter Dennis Bartok  <pbartok@novell.com>
11704
11705         * TextControl.cs:
11706           - UpdateCaret: Added sanity check in case caret isn't defined yet
11707           - Line.Delete: Now updating selection and caret markers if we're
11708             transfering a node (Properly fixes #78323)
11709           - SetSelectionEnd: Added sanity check
11710         * TextBoxBase.cs: Removed broken attempt to fix #78323
11711
11712 2006-08-01  Chris Toshok  <toshok@ximian.com>
11713
11714         * PrintPreviewDialog.cs: the CancelEventArgs stuff surrounding the
11715         Close() call is handled in Form, not here.
11716
11717 2006-08-01  Chris Toshok  <toshok@ximian.com>
11718
11719         * Theme.cs, ThemeWin32Classic.cs: fix the PrintPreviewControl
11720         layout/rendering.
11721
11722         * PrintPreviewDialog.cs: add scrollbars, and add an image cache
11723         for sizes < 100% zoom.  The code now aggressively attempts to keep
11724         from calling document.Print (), and tries not to use the scaling
11725         g.DrawImage whenever possible (it still does if you scale to >
11726         100%, since usually that involves huge images).
11727
11728         * PrintPreviewControl.cs: hook up the close button.
11729
11730 2006-08-01  Jonathan Pobst  <monkey@jpobst.com>
11731         * ColumnClickEventHandler.cs, DrawItemEventHandler.cs,
11732           ItemChangedEventHandler.cs, ItemCheckEventHandler.cs,
11733           ItemDragEventHandler.cs, LabelEditEventHandler.cs,
11734           LinkClickedEventHandler.cs, LinkLabelLinkClickedEventHandler.cs,
11735           MeasureItemEventHandler.cs, MethodInvoker.cs, PaintEventHandler.cs,
11736           PropertyTabChangedEventHandler.cs, PropertyValueChangedEventHandler.cs,
11737           SelectedGridItemChangedEventHandler.cs, ToolBarButtonClickEventHandler.cs:
11738           Removed [Serializable] for 2.0 Event Handlers.
11739
11740 2006-07-31  Jackson Harper  <jackson@ximian.com>
11741
11742         * TextBoxBase.cs: Make ShowSelection invalidate when changed.
11743         * TextControl.cs: Uncomment out the body of this method.
11744
11745 2006-07-31  Alexander Olk  <alex.olk@googlemail.com>
11746
11747         * XplatUIX11.cs: Use the correct cursor shapes for arrow and default
11748           standard cursors.
11749
11750 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
11751
11752         * TextBoxBase.cs: Added internal property ShowSelection to allow controls
11753           that embed TextBox and need selections visible even if textbox is not
11754           focused to enforce that behaviour.
11755         * TextControl.cs (Draw): Use ShowSelection instead of has_focus to determine
11756           selection drawing
11757
11758 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
11759
11760         * TextControl.cs:
11761           - Added new SetSelectionStart/SetSelectionEnd overloads
11762           - Fixed viewport width assignment to be accurate
11763           - Adjusted alignment line shift calculations to allow cursor on right
11764             aligned lines to be always visible at the right border (like MS)
11765         * TextBoxBase.cs:
11766           - SetBoundsCore: Re-adjust caret location after resize (Fixes #78323)
11767           - TextBoxBase_SizeChanged: recalculating canvas on size changes
11768           - CalculateScrollBars: Use ViewPort size instead of window size, to
11769             properly consider space occupied by the border and scrollbars 
11770             (Fixes #78661)
11771           - hscroll_ValueChanged, vscroll_ValueChanged: Fixed scroll 
11772             calculations; no longer leaves artifacts
11773           - CaretMoved: Adjusted window scrolling to match MS and fixed several
11774             calculation bugs (Still missing right/center align calculations)
11775
11776 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com> 
11777
11778         * XPlatUIWin32.cs: Made ScrollRectEx a bit more flexible, and removed
11779           use of both scroll rect and clip rect, as they do the same.
11780
11781 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
11782
11783         * Control.cs (WM_CHAR WndProc): 2.0 profile allows changing the key 
11784           in the event handler (fixes #78912)
11785
11786 2006-07-31  Chris Toshok  <toshok@ximian.com>
11787
11788         * ThemeWin32Classic.cs: use grid.RowsCount here instead of
11789         grid.ListManager.Count, since grid.ListManager might be null.
11790         This of course begs the question "why are we drawing rows for a
11791         grid with no list manager (and therefor no rows)?"  Fixes the
11792         crash in bug #78929.
11793
11794 2006-07-31  Chris Toshok  <toshok@ximian.com>
11795
11796         * RelatedPropertyManager.cs: Don't always chain up to the parent
11797         ctor.  instead, call SetDataSource if the parent's position is !=
11798         -1.  Fixes the crash in #78822.
11799
11800 2006-07-31  Chris Toshok  <toshok@ximian.com>
11801
11802         * DataGrid.cs (get_ListManager): use field instead of property
11803         accessors for datasource and datamember.
11804         (RowsCount): make internal again.
11805         (OnMouseDown): end edits before resizing columns/rows.
11806         (OnMouseUp): restart edits after resizing columns/rows.
11807
11808 2006-07-30  Peter Dennis Bartok  <pbartok@novell.com>
11809
11810         * XplatUIX11.cs: Default cursor cannot be 0 or it will not get set.
11811           This fixes the situation where the last set cursor is displayed
11812           whenever the mouse is over scrollbars.
11813
11814 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11815
11816         * PrintDialog.cs: Fix the behaviour of PrinterSettings and
11817         Document properties, as well as initial values.
11818
11819 2006-07-29  Peter Dennis Bartok  <pbartok@novell.com>
11820
11821         * XplatUIWin32.cs (SetBorderStyle): Setting both border
11822           and ClientEdge results in a 3-pixel border, which is
11823           wrong.
11824
11825 2006-07-28  Jackson Harper  <jackson@ximian.com>
11826
11827         * TreeNodeCollection.cs: Fix the clear method.
11828         - Fix the Shrink also
11829
11830 2006-07-27  Jackson Harper  <jackson@ximian.com>
11831
11832         * TreeView.cs: Make sure the visible order is computed when we
11833         attempt to size the scrollbars (for trees that mess with the
11834         scrolling when they shouldn't.
11835         - Make sure to give the scrollbars valid values.
11836
11837 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
11838
11839         * XplatUIX11.cs: Move motion compression code to where it
11840           has less performance impact
11841
11842 2006-07-26  Jackson Harper  <jackson@ximian.com>
11843
11844         * UpDownBase.cs: When the control is selected make the child
11845         controls non selectable, so that a click on them won't do a
11846         focus/unfocus cycle.
11847         - Don't give focus to the text box when the spinner is selected.
11848         * XEventQueue.cs: Peek on both the x11 queue and the lock queue.
11849
11850 2006-07-26  Chris Toshok  <toshok@ximian.com>
11851
11852         * ThemeWin32Classic.cs: add print preview rendering.  I'm not
11853         satisfied with this solution.  If the bitmaps are small, we should
11854         just cache them in the PrintPreviewDialog and draw them here.
11855         Also, the layout is broken for the 2-up and 3-up cases.
11856
11857         * Theme.cs: add PrintPReviewControlPaint.
11858
11859         * PrintPreviewDialog.cs: first pass implementation.
11860
11861         * PrintPreviewControl.cs: first pass implementation.  No
11862         scrollbars yet.
11863
11864         * PrintDialog.cs: only validate fields if that particular portion
11865         of the UI is enabled.  Also, set the document's controller to a
11866         PrintControllerWithStatusDialog wrapping the document's print
11867         controller.
11868
11869         * PrintControllerWithStatusDialog.cs: if we're printing to a file,
11870         bring up a SaveFileDialog (i hope we don't want to match the
11871         behavior of the crappy windows file entry) and set the
11872         PrinterSettings.PrintFileName accordingly.
11873
11874 2006-07-26  Jackson Harper  <jackson@ximian.com>
11875
11876         * ContainerControl.cs: Add a field that disables auto selecting
11877         the next control in a container when the container is activated.
11878         * UpDownBase.cs: Don't select the text box when the up down is
11879         selected.
11880
11881 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
11882
11883         * XEventQueue.cs: Added methods for peeking (used for compression
11884           of successive events)
11885         * XplatUIX11.cs (GetMessage): We're now compressing consecutive
11886           mouse move events (fixes #78732)
11887
11888 2006-07-25  Jackson Harper  <jackson@ximian.com>
11889
11890         * UpDownBase.cs: Use an internal class for the textbox so that we
11891         can control focus.  the updown control should always have focus,
11892         if either the text area or the buttons are clicked.
11893         - Send the key messages to the textbox, since it never actually
11894         has focus
11895         - Activate and decativate the textbox caret.
11896
11897 2006-07-24  Jackson Harper  <jackson@ximian.com>
11898
11899         * Control.cs: Use the directed select when selecting a control,
11900         this way the container controls override will get called and the
11901         whole ActiveControl chain will get triggered.  TODO: probably need
11902         to make sure this gets done everywhere instead of the old
11903         Select(Control).
11904         * ContainerControl.cs: Implement the directed Select method to
11905         find and activate the correct child control.    
11906         
11907 2006-07-22  Mike Kestner  <mkestner@novell.com>
11908
11909         * Form.cs: use Control.MousePosition for NCLBUTTONDOWN in the menu
11910         menu handling code so that clicks without a grab work too.
11911         [Fixes #78914]
11912
11913 2006-07-22  Alexander Olk  <alex.olk@googlemail.com>
11914
11915         * FileDialog.cs: Enable the BackButton when dirstack has one element.
11916           Added some small optimizations.
11917
11918 2006-07-21  Matt Hargett  <matt@use.net>
11919
11920         * Control.cs: Implemented 2.0 MinimumSize/MaximumSize properties
11921
11922 2006-07-21  Peter Dennis Bartok  <pbartok@novell.com> 
11923
11924         * Control.cs (GetNextControl): Fixes to make all of Jackson's unit 
11925           tests pass and match MS in some strange border cases.
11926
11927 2006-07-21  Chris Toshok  <toshok@ximian.com>
11928
11929         * ThemeWin32Classic.cs: handle drawing of the relation links and
11930         parent row buttons.
11931
11932         * Theme.cs: change args to DataGridPaintParentRow.
11933
11934         * DataGrid.cs: Don't use controls for the relation links and
11935         parent buttons, so we have to handle all their interactions in
11936         MouseMove, MouseDown, MouseUp, etc.  Also, store a lot more stuff
11937         when we're navigating through child tables, so we can reinstate
11938         selection, expanded state, current cell, etc.
11939
11940 2006-07-20  Chris Toshok  <toshok@ximian.com>
11941
11942         * ToolBar.cs: When we redraw a button, for whatever reason,
11943         there's no reason to redraw the entire toolbar.  Also, don't call
11944         Control.Refresh from within Redraw, as it's much heavier than
11945         Invalidate (which is really what we want).
11946
11947 2006-07-20  Chris Toshok  <toshok@ximian.com>
11948
11949         * DataGrid.cs, CurrencyManager.cs, DataGridColumnStyle.cs,
11950         DataGridTextBoxColumn.cs, DataGridTextBox.cs,
11951         ThemeWin32Classic.cs, ListControl.cs: After staring at stack
11952         traces from within a debug IBindingList datasource
11953         (in mono/winforms/datagrid) for *days*, I've finally gotten things
11954         to work in a similar fashion.
11955
11956 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11957
11958         * ListBox.cs: Don't call Sort () when setting 
11959         the Sorted property to false (avoid an unnecessary sort).
11960
11961 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11962
11963         * ListControl.cs: DataSource should throw an ArgumentException
11964         instead of a normal exception when the argument is not of the 
11965         correct type.
11966
11967 2006-07-20  Mike Kestner  <mkestner@novell.com>
11968
11969         * Control.cs: add InternalPreProcessMessage to allow us to steal
11970         key events before MWF gets its paws on them.  Adapted from a
11971         suggestion by eno.
11972         * ToolBar.cs: add GotLostFocus handing for flat toolbars, with 
11973         up/down/left/right navigation. Override the new internal control
11974         method to steal the events since they never make it to WndProc.
11975         * ToolBarButton.cs: don't worry about pushed when setting hilight
11976         since the drawing code prefers pushed to hilight. Invalidate on 
11977         Hilight changes. Fixes #78547 and #78525.
11978
11979 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
11980
11981         * ScrollableControl.cs: Consider AutoScrollMinSize when calculating
11982           the canvas size. Fixes #78868
11983
11984 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com>
11985
11986         * Splitter.cs: Track requested split position until first layout
11987           is performed. Fixes #78871
11988
11989 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
11990
11991         * Application.cs: Removed code that forces 1.x for the version
11992           number if the version started with 0. Not sure why that code was
11993           there and I couldn't find any bugs that indicated we needed it.
11994           Fixes #78869
11995
11996 2006-07-20  Alexander Olk  <alex.olk@googlemail.com>
11997
11998         * ThemeWin32Classic.cs: Don't throw a NotImplementedException in
11999           ResetDefaults(), just write some output to the console until it's
12000           implemented. Fixes bug #78907 for now. Eliminated two warnings.
12001
12002 2006-07-19  Jonathan Chambers  <joncham@gmail.com>
12003
12004         * PropertyGridView.cs: set StartPosition of drop down forms
12005         so they appear in correct initial spot.  Fixes #78190.
12006
12007 2006-07-19  Mike Kestner  <mkestner@novell.com>
12008
12009         * ThemeWin32Classic.cs: use parent background color when drawing
12010         flat toolbars.  Restructure the conditionals to make sure non-flat
12011         non-Divider toolbars are filled too.  Fixes #78837.
12012
12013 2006-07-19  Mike Kestner  <mkestner@novell.com>
12014
12015         * ListBox.cs: Sort on collection changes even if the handle
12016         isn't created yet.  Fixes #78813.
12017
12018 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12019
12020         * ListControl.cs: DisplayMember should never be null,
12021         and now we assign String.Empty when null is passed to it (this
12022         is the .Net way).
12023
12024 2006-07-17  Mike Kestner  <mkestner@novell.com>
12025
12026         * ListViewItem.cs: restructure Font and subitem Font handling 
12027         to hold a specific font and refer back to owner on null.
12028         Fixes #78761.
12029
12030 2006-07-17  Mike Kestner  <mkestner@novell.com>
12031
12032         * ToolBar.cs: bandaid for side-effect of previous patch which was
12033         discarding explicit heights for non-AutoSize toolbars.  Need to
12034         extend my format tester to deal with AutoSize=false. Fixes #78864.
12035
12036 2006-07-15  Jackson Harper  <jackson@ximian.com>
12037
12038         * LabelEditTextBox.cs:
12039         * TreeView.cs: Use a new LabelEdit class for node editing, this
12040         class automatically 'closes' itself when it gets the enter key or
12041         loses focus.
12042         - Use the client rectangle when setting the trees scrollbars, so
12043         border style is taken into account.
12044         
12045 2006-07-14  Jackson Harper  <jackson@ximian.com>
12046
12047         * TreeNode.cs:
12048         * TreeView.cs: Make the editing work similar to MSs, firing the
12049         events correctly and ending edits correctly.
12050
12051 2006-07-14  Mike Kestner  <mkestner@novell.com>
12052
12053         * ToolBarButton.cs:
12054         * ToolBar.cs: layout restructuring and redraw enhancements to support
12055         formatting changes gracefully, like setting TextAlign, ImageList, 
12056         ButtonSize, and Appearance.  Handles explicit button sizing quirks
12057         of the MS controls.  Things like flat toolbars ignoring button size
12058         but becoming constant sized at the largest button's size.  Normal
12059         toolbars with an image set cannot be shrunk smaller than the image,
12060         but text can be clipped/ignored.
12061         * ThemeWin32Classic.cs: don't draw text if text_rect height or width
12062         is zero.  Seems like DrawString should be smart enough to not put
12063         anything on screen though. Also trim labels and ellipsize at the char
12064         boundary, not word.
12065         Fixes #78711 and #78483.
12066
12067 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
12068
12069         * FolderBrowserDialog.cs: Disable "New Folder" button and
12070           "New Folder" contextmenu menuitem if a folder like "My Computer"
12071           is selected.
12072
12073 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
12074
12075         * FileDialog.cs: Don't create a new folder in "MyComputer" folder.
12076         * FolderBrowserDialog.cs:
12077           - Use MWFConfig to store and read size and position settings
12078           - Added code to create a new folder (button or context menu).
12079             Use TreeView labeledit to change the name of the new folder.
12080
12081 2006-07-14  Jackson Harper  <jackson@ximian.com>
12082
12083         * TreeView.cs: Raise the OnAfterLabelEdit event correctly.  Also,
12084         when the tree is scrolled we end editing.
12085
12086 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
12087
12088         * ThemeWin32Classic.cs: Fixed position of CPDrawScrollButton Up and
12089           Down arrows
12090
12091 2006-07-14  Jonathan Pobst  <monkey@ipobst.com> 
12092
12093         WebBrowserProgressChangedEventHandler.cs, BindingCompleteEventArgs.cs,
12094         BindingCompleteEventHandler.cs, BindingManagerDataErrorEventArgs.cs,
12095         BindingManagerDataErrorEventHandler.cs, CacheVirtualItemsEventArgs.cs,
12096         CacheVirtualItemsEventHandler.cs, ColumnReorderedEventArgs.cs,
12097         ColumnReorderedEventHandler.cs, ColumnWidthChangedEventArgs.cs,
12098         ColumnWidthChangedEventHandler.cs, ColumnWidthChangingEventArgs.cs,
12099         ColumnWidthChangingEventHandler.cs, FormClosedEventArgs.cs,
12100         FormClosedEventHandler.cs, FormClosingEventArgs.cs,
12101         FormClosingEventHandler.cs, ItemCheckedEventArgs.cs,
12102         ItemCheckedEventHandler.cs, ListControlConvertEventArgs.cs,
12103         ListControlConvertEventHandler.cs, ListViewItemMouseHoverEventArgs.cs,
12104         ListViewItemMouseHoverEventHandler.cs, ListViewItemSelectionChangedEventArgs.cs,
12105         ListViewItemSelectionChangedEventHandler.cs,
12106         ListViewVirtualItemsSelectionRangeChangedEventArgs.cs,
12107         ListViewVirtualItemsSelectionRangeChangedEventHandler.cs,
12108         MaskInputRejectedEventArgs.cs, MaskInputRejectedEventHandler.cs,
12109         PopupEventArgs.cs, PopupEventHandler.cs, PreviewKeyDownEventArgs.cs,
12110         PreviewKeyDownEventHandler.cs, RetrieveVirtualItemEventArgs.cs,
12111         RetrieveVirtualItemEventHandler.cs, SearchForVirtualItemEventArgs.cs,
12112         SearchForVirtualItemEventHandler.cs, SplitterCancelEventArgs.cs,
12113         SplitterCancelEventHandler.cs, TabControlCancelEventArgs.cs, 
12114         TabControlCancelEventHandler.cs, TabControlEventArgs.cs, 
12115         TabControlEventHandler.cs, TableLayoutCellPaintEventArgs.cs,
12116         TableLayoutCellPaintEventHandler.cs, ToolStripDropDownClosedEventArgs.cs,
12117         ToolStripDropDownClosedEventHandler.cs, ToolStripDropDownClosingEventArgs.cs,
12118         ToolStripDropDownClosingEventHandler.cs, TreeNodeMouseClickEventArgs.cs,
12119         TreeNodeMouseClickEventHandler.cs, TreeNodeMouseHoverEventArgs.cs,
12120         TreeNodeMouseHoverEventHandler.cs, TypeValidationEventArgs.cs,
12121         TypeValidationEventHandler.cs, WebBrowserDocumentCompletedEventArgs.cs,
12122         WebBrowserDocumentCompletedEventHandler.cs, WebBrowserNavigatedEventArgs.cs,
12123         WebBrowserNavigatedEventHandler.cs, WebBrowserNavigatingEventArgs.cs,
12124         WebBrowserNavigatingEventHandler.cs, 
12125         WebBrowserProgressChangedEventArgs.cs: New 2.0 Event Handlers
12126
12127 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
12128
12129         MergeAction.cs, PowerLineStatus.cs, PowerState.cs, PreProcessControlState.cs,
12130         RichTextBoxLanguageOptions.cs, ScreenOrientation.cs, ScrollOrientation.cs,
12131         SearchDirectionHint.cs, SystemParameter.cs, TabControlAction.cs,
12132         TableLayoutPanelCellBorderStyle.cs, TextDataFormat.cs, TextImageRelation.cs,
12133         ToolStripDropDownCloseReason.cs, ToolStripDropDownDirection.cs,
12134         ToolStripGripDisplayStyle.cs, ToolStripGripStyle.cs,
12135         ToolStripItemAlignment.cs, ToolStripItemDisplayStyle.cs,
12136         ToolStripItemImageScaling.cs, ToolStripItemOverflow.cs,
12137         ToolStripItemPlacement.cs, ToolStripLayoutStyle.cs,
12138         ToolStripManagerRenderMode.cs, ToolStripRenderMode.cs,
12139         ToolStripStatusLabelBorderSides.cs, ToolStripTextDirection.cs,
12140         ToolTipIcon.cs, TreeNodeStates.cs, TreeViewDrawMode.cs,
12141         TreeViewHitTestLocations.cs, UnhandledExceptionMode.cs, ValidationConstraints.cs,
12142         WebBrowserEncryptionLevel.cs, WebBrowserReadyState.cs, WebBrowserRefreshOption.cs,
12143         ArrowDirection.cs, AutoCompleteMode.cs, AutoCompleteSource.cs, AutoSizeMode.cs,
12144         AutoValidate.cs, BatteryChargeStatus.cs, BindingCompleteContext.cs,
12145         BindingCompleteState.cs, CloseReason.cs, ColumnHeaderAutoResizeStyle.cs,
12146         ControlUpdateMode.cs, DataSourceUpdateMode.cs, DockingBehavior.cs,
12147         FixedPanel.cs, FlowDirection.cs, GetChildAtPointSkip.cs,
12148         HtmlElementInsertionOrientation.cs, InsertKeyMode.cs, ListViewHitTestLocations.cs,
12149         ListViewItemStates.cs, MaskFormat.cs: Added
12150
12151 2006-07-13  Jonathan Chambers  <joncham@gmail.com>
12152
12153         * PropertyGridView.cs: Fix keyboard navigation of drop down.
12154         Patch from eno for bug 78558.
12155         
12156 2006-07-13  Jackson Harper  <jackson@ximian.com>
12157
12158         * TreeView.cs: When an edit is finished make sure that the
12159         selected node is visible.
12160         - When setting the top/bottom use the scrollbars is_visible, so
12161         everything will be set correctly even if the tree isn't visible
12162         yet.
12163
12164 2006-07-13  Jackson Harper  <jackson@ximian.com>
12165
12166         * ComboBox.cs: Revert the item->index part of my previous patch.
12167         * TreeView.cs: Use LostFocus instead of Leave for detecting when
12168         the edit box has lost focus (duh).
12169         - Just make the edit box not visible when we get return, that will
12170         take the focus, which will call EndEdit
12171         * TreeNode.cs When we start editing, notify the treeview.
12172
12173 2006-07-12  Jackson Harper  <jackson@ximian.com>
12174
12175         * ComboBox.cs: Clear out old items before setting the item list.
12176         This prevents databound controls from having their items added
12177         twice.
12178         - Switch the combobox to use indices whereever possible instead of
12179         using Item's.  This allows usto navigate through lists that have
12180         more then one item with the same string value (ie a, b, b, a).
12181         - Scroll the listboxes scrollbar when a non visible item is
12182         highlighted
12183         - Allow keypress to cycle through all the possible values. For
12184         example if you have b1, b2, b3 and hold down the B key all the
12185         values will be cycled through.
12186         
12187 2006-07-12  Jackson Harper  <jackson@ximian.com>
12188
12189         * TextBoxBase.cs:
12190         * ListView.cs: Don't need to override SETFOCUS anymore, we can do
12191         this using the internal methods.
12192         * Control.cs: Add OnGotFocusInternal.  A new method that allows
12193         controls to "override" OnGotFocus and change focus behavior if
12194         needed.
12195         - Same thing for LostFocus
12196         * ComboBox.cs: Pass off focus to the text control properly.
12197
12198 2006-07-12  Alexander Olk  <alex.olk@googlemail.com>
12199
12200         * FileDialog.cs: Added GetFoldersOnly to MWFVFS
12201         * FolderBrowserDialog.cs: Almost a complete rewrite.
12202           - Better support for Environment.Specialfolders
12203           - Added support for MWFVFS
12204           - Made setting SelectedPath work
12205
12206 2006-07-12  Jackson Harper  <jackson@ximian.com>
12207
12208         * Control.cs: Optimze getting all the controls.
12209
12210 2006-07-11  Jackson Harper  <jackson@ximian.com>
12211
12212         * ContainerControl.cs: Override SETFOCUS in the container control,
12213         so that it is not selected on mouse click.
12214
12215 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com> 
12216
12217         * LinkLabel.cs: Hack to handle Shift-Tabbing to the linklabel. 
12218           Hopefully we will have a better way once all of focus is complete.
12219
12220 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com>
12221
12222         * ThemeWin32Classic.cs: Commented out some debug code and fixed
12223           a compile error with csc.
12224
12225 2006-07-11  Jackson Harper  <jackson@ximian.com>
12226
12227         * Control.cs: When hiding a control only select the next control
12228         if the current control was focused.
12229         - Don't handle enter/leave when setting/killing focus, this is
12230         done by the container control.
12231         - Remove is_selected, it's not needed anymore.
12232         - Add utility methods for selecting a child control, and for
12233         firing the Enter/Leave events.
12234         * ContainerControl.cs: When a control is activated fire the
12235         enter/leave events.
12236         - Don't wrap when processing the tab key, so that focus can be
12237         moved outside of the container.
12238         - Use the correct active control
12239
12240 2006-07-11  Jackson Harper  <jackson@ximian.com>
12241
12242         * ComboBox.cs: Remove some debug code that was blinding me.
12243         * UpDownBase.cs: These controls actually aren't implicit, they are
12244         visible to the user.
12245
12246 2006-07-10  Chris Toshok  <toshok@ximian.com>
12247
12248         * DataGrid.cs: move back to the is_adding boolean field.  god i
12249         hate this is_editing/is_adding/is_changing stuff.
12250
12251 2006-07-10  Chris Toshok  <toshok@ximian.com>
12252
12253         * DataGridTableStyle.cs: just check if the property type is bool.
12254         if it is, use DataGridBoolColumn, otherwise DataGridTextBoxColumn.
12255         Don't use CanRenderType.
12256
12257         * DataGridTextBoxColumn.cs: set the value to DBNull.Value, not "",
12258         if our text == NullText.  Remove CanRenderType.
12259
12260         * DataGridBoolColumn.cs: nuke CanRenderType.
12261
12262         * DataGrid.cs: reenable some code to end the current edit inside
12263         of set_CurrentCell.  This fixes the other 1.1.16 regression.
12264         Also, remove rowhdrs_maxheight and just use rowhdrs_area.Height.
12265         Also, remove the visible_row_count arg from CalcRowHeaders, since
12266         we don't need to worry about the actual height of the area.
12267
12268 2006-07-10  Chris Toshok  <toshok@ximian.com>
12269
12270         * DataGridTextBoxColumn.cs: if when we Commit we're in navigate
12271         mode, just return.
12272
12273         * DataGridTextBox.cs: change "isedit" to "isnavigating" to reflect
12274         the real sense of the IsInEditOrNavigateMode property (true =
12275         navigate, false = edit).  Also, update OnKeyPress to reflect this.
12276
12277         * DataGridTableStyle.cs (CreateColumnsForTable): even if the
12278         column style exists, we still need to set its property descriptor
12279         to match up with our list manager.
12280
12281 2006-07-10  Chris Toshok  <toshok@ximian.com>
12282
12283         * ThemeWin32Classic.cs: implement the new row/header painting
12284         approach.  The parent row painting will likely go away and
12285         replaced with label controls, but the rest seems to work ok (and
12286         efficiently).
12287
12288         * Theme.cs: change the way we draw datagrid rows.  we don't draw
12289         the row headers as a block now.  Instead we draw them in the
12290         normal draw-row loop.  Add some calls for drawing parent rows and
12291         relation rows.
12292
12293         * DataGridTableStyle.cs: add tons of ArgumentExceptions if this is
12294         a default table style.  Set the defaults from ThemeEngine.Current,
12295         not SystemColors.  Fix lots of misc issues with property setters.
12296
12297         * DataGrid.cs: move loads of style information out of this class
12298         as it's being duplicated with DataGridTableStyle.  keep track of a
12299         special DataGridTableStyle for the properties we used to mirror
12300         here.  Switch all the style properties to access this table style
12301         instead of instance fields of this class.  Also add a internal
12302         class to represent parent rows (more needs to be stored here, like
12303         the selection state from the parent table, as well as the
12304         expansion state.)  Also, for datasources with relations, do the
12305         right thing for collapse/expand, and add support for the
12306         navigation/parent row buttons.
12307
12308         Lastly, fix the crash in the 1.1.16 build.
12309
12310         * GridTableStylesCollection.cs: make the explicit interface
12311         implementations call the class's methods as opposed to duplicating
12312         them.
12313
12314         * DataGridTextBoxColumn.cs: set the x/y offset of the textfield to
12315         0 so the text doesn't jump around when we move the cursor.
12316
12317 2006-07-10  Jackson Harper  <jackson@ximian.com>
12318
12319         * TextBoxBase.cs:
12320         * ListBox.cs: Match MS's ToString (this makes debugging focus
12321         stuff infinitely easier).
12322
12323 2006-07-10  Jackson Harper  <jackson@ximian.com>
12324
12325         * Control.cs (SelectNextControl): When checking the control's
12326         parent use this instead of ctrl.parent so that null can be passed
12327         to SelectNextControl. (I have unit tests for this).
12328         - Remove unused var.
12329
12330 2006-07-10  Chris Toshok  <toshok@ximian.com>
12331
12332         * CurrencyManager.cs: correct one regression, the removal of the
12333         finalType field.  Also, add a MonoTODO on CanAddRows, implement
12334         Refresh() correctly, and fix some event emission in
12335         ListChangedHandler.
12336
12337 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
12338
12339         * FileDialog.cs: Don't use brackets for new folders if they exist
12340           under *nix. Instead use -(number of existing folders +1).
12341
12342 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
12343
12344         * FileDialog.cs:
12345           - Fixed really nasty bug #78771
12346           - Don't block the whole GUI when reading directories with a lot of
12347             entries. Use an other thread instead and call BeginInvoke to
12348             update the ListView in MWFFileView
12349
12350 2006-07-07  Chris Toshok  <toshok@ximian.com>
12351
12352         * Control.cs (Dispose): release any Capture when disposing.
12353
12354 2006-07-07  Chris Toshok  <toshok@ximian.com>
12355
12356         * LinkLabel.cs (Select): if we chain up to the parent, set
12357         focused_index to -1 so we'll search for the first available link
12358         the next time the user tabs into us.  Also, if the direction is
12359         backward and focused_index == -1, start the search from the last
12360         element.
12361
12362 2006-07-07  Chris Toshok  <toshok@ximian.com>
12363
12364         * LinkLabel.cs (CreatePiecesFromText): if the link's range piece
12365         is beyond the end of the text, don't do anything.
12366         (CreateLinkPieces): set our ControlStyles.Selectable based on
12367         whether or not we have any links.
12368         (Link.Invalidate): use a loop instead of foreach.
12369         (Link.set_Start): null out owner.sorted_links so it'll be
12370         recreated by CreateLinkPieces.
12371
12372 2006-07-06  Chris Toshok  <toshok@ximian.com>
12373
12374         * LinkLabel.cs: revert the SetStyle change.
12375
12376 2006-07-06  Chris Toshok  <toshok@ximian.com>
12377
12378         * LinkLabel.cs (.ctor): SetStyle Selectable to true.
12379         (OnEnableChanged): s/Refresh/Invalidate
12380         (OnGotFocus): if we have a focused index already, refocus it (so
12381         if we mouse out/in to the window it'll focus the right link).
12382         (OnKeyDown): move the tab handling out of here.
12383         (OnLostFocus): don't set focused_index to -1, so we can refocus it
12384         when we lose focus.
12385         (OnMouseDown): don't Capture here - Control handles it.  Also,
12386         focus the active link.
12387         (OnMouseUp): don't deal with Capture.
12388         (OnPaintBackgroundInternal): remove.
12389         (OnTextAlignChanged): CreateLinkPieces before calling the
12390         superclass's method.
12391         (OnTextChanged): call CreateLinkPieces before calling superclass's
12392         method.
12393         (ProcessDialogKey): handle Tab here, and call Select(bool,bool) to
12394         move around.
12395         (Select): implement this, moving the selection between different
12396         links, and call parent.SelectNextControl if we don't have another
12397         link to focus in the given direction.
12398         (CreateLinkPieces): call Invalidate instead of Refresh.
12399         
12400 2006-07-06  Chris Toshok  <toshok@ximian.com>
12401
12402         * ThemeWin32Classic.cs: DrawLinkLabel changes to accomodate the
12403         new LinkLabel internals.
12404
12405         * LinkLabel.cs: fairly major rewrite.  get rid of all the loops
12406         over pieces looking for active/focused/etc links.  also, deal with
12407         runs of text (and links) with embedded \n's in them, and use
12408         MeasureCharacterRanges instead of MeasureString to figure out the
12409         regions text occupies.  Lastly, do the usual s/Refresh/Invalidate
12410         two-step.
12411
12412 2006-07-04  Jackson Harper  <jackson@ximian.com>
12413
12414         * XplatUIX11.cs: Enable key auto repeat. If the user doesn't have
12415         XKB or key auto repeat, do it manually.  Without key auto repeat,
12416         when a key is held down we get key press, key release, key press,
12417         key release, ... with auto repeat we get key press, key press, key
12418         press ..., and then a release when the key is actually released.
12419
12420 2006-07-03  Jackson Harper  <jackson@ximian.com>
12421
12422         * TabControl.cs:
12423         * ThemeWin32Classic.cs: Tabs do not obey normal background color
12424         rules, they are always control color regardless of the background
12425         color.
12426
12427 2006-07-02  Alexander Olk  <alex.olk@googlemail.com>
12428
12429         * FileDialog.cs: Added internal class MWFConfig.
12430           Removed Registry support and replaced it with support for the new
12431           MWFConfig class. See MWFConfig comments for more information.
12432
12433 2006-06-30  Alexander Olk  <alex.olk@googlemail.com>
12434
12435         * ThemeWin32Classic.cs: Added RadioButton and CheckBox focus
12436           rectangle. Added some patches from eno from bug #78490 and fixed
12437           the arrow position for small up and down CPDrawScrollButtons.
12438
12439 2006-06-30  Jackson Harper  <jackson@ximian.com>
12440
12441         * InternalWindowManager.cs: Remove some debug code.
12442         * Form.cs: When an MdiParent is set to null, the window is
12443         "detatched" and becomes a normal window.
12444         * MdiClient.cs: Don't bring the new child form to the front until
12445         it is activated (setting it as active does this), this makes the
12446         previously active forms titlebar get redrawn as inactive.
12447
12448 2006-06-29  Peter Dennis Bartok  <pbartok@novell.com>
12449
12450         * PrintDialog.cs: Labels need a tab index too, otherwise they overlap
12451           with later controls
12452
12453 2006-06-29  Mike Kestner  <mkestner@novell.com>
12454
12455         * MenuAPI.cs: handle arrow keys in keynav state. Go active on down
12456         arrow in keynav state.  Fixes #78682.
12457
12458 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
12459
12460         * PrintDialog.cs: Reorder, relayout, remove extra code, set tab 
12461           order (fixes #78393)
12462
12463 2006-06-28  Jonathan Pobst  <monkey@ipobst.com>
12464
12465         * AccessibleRole.cs, AccessibleStates.cs, AnchorStyles.cs, 
12466           ArrangeDirection.cs, ArrangeStartingPosition.cs, ColorDepth.cs,
12467           ControlStyles.cs, DataGridViewImageCellLayout.cs, DrawMode.cs,
12468           FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs,
12469           GridItemType.cs, HelpNavigator.cs, ImeMode.cs, ItemActivation.cs,
12470           ItemBoundsPortion.cs, Keys.cs, ListViewAlignment.cs, 
12471           PictureBoxSizeMode.cs, PropertySort.cs, SelectionMode.cs,
12472           Shortcut.cs, SizeGripStyle.cs, SortOrder.cs, StructFormat.cs,
12473           TextFormatFlags.cs, ToolBarAppearance.cs, ToolBarButtonStyle.cs,
12474           ToolBarTextAlign.cs, View.cs: 2.0 Changes to existing 1.x
12475           enumerations (FlagsAttribute, SerializableAttribute, added/removed
12476           values)
12477
12478 2006-06-28  Mike Kestner  <mkestner@novell.com>
12479
12480         * ComboBox.cs: implement scroll wheel support. Fixes #78360.
12481
12482 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
12483
12484         * PropertyGrid.cs,
12485           PropertyGridTextBox.cs : explicitly set BackColor to differentiate
12486           item lines from other area (It also makes BackColor consistent and
12487           compatible with .NET). Fixed bug #78564.
12488
12489 2006-06-28  Jonathan Chambers  <jonathan.chambers@ansys.com>
12490
12491         * PropertyGrid.cs: refresh toolbar when PropertySort is set.
12492         Patch from Eno for #78555.
12493
12494 2006-06-27  Chris Toshok  <toshok@ximian.com>
12495
12496         * ThemeWin32Classic.cs: s/grid.grid_drawing/grid
12497
12498         * DataGridColumnStyle.cs: same.
12499
12500         * DataGrid.cs: Roll DataGridDrawingLogic.cs into this file.
12501         
12502         * DataGridDrawingLogic.cs: nuke.
12503
12504 2006-06-27  Chris Toshok  <toshok@ximian.com>
12505
12506         * DataGridTableStyle.cs: clean up the constructors, and build the
12507         list of child relations for this table.  I have no idea if this is
12508         where we should be doing it (it probably isn't), but since we're
12509         already iterating over the properties..
12510
12511         * DataGrid.cs: add row resizing.  for now we add a DataGridRow
12512         struct and array for keeping track of row information, similar to
12513         what's shown in a hack on
12514         http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx.
12515
12516         * Theme.cs: be consistent about the naming of DataGrid methods,
12517         prefering ColumnWidths and RowHeights over columnsWidths and
12518         RowsHeights.
12519
12520         * ThemeWin32Classic.cs: same, and also add support for variable
12521         sized rows (and the +/- expansion icons for related rows).
12522
12523 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
12524
12525         * TextBoxBase.cs: Applied Eno's patch from #78660
12526
12527 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
12528
12529         * Form.cs (ScaleCore): We don't want to scale our form if it's
12530           state is minimized or maximized, but we still need to scale our
12531           child windows. Also, added try/finally block to ensure layout
12532           gets reset (Fixes #78697)
12533
12534 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
12535
12536         * Control.cs: Added 2.0 Scale(SizeF) method (Fixes 78700)
12537
12538 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
12539
12540         * Form.cs: Fixed c+p error and added check to resize form if minimum
12541           size is bigger than current size (Fixes #78709)
12542
12543 2006-06-26  Peter Dennis Bartok  <pbartok@novell.com> 
12544
12545         * ThemeEngine.cs (..ctor): Properly use ToLower() (Fixes #78704)
12546
12547 2006-06-26  Mike Kestner  <mkestner@novell.com>
12548
12549         * ComboBox.cs: only do Keypress handling in the combo when there  
12550         are items in the collection. Fixes #78710.
12551
12552 2006-06-26  Chris Toshok  <toshok@ximian.com>
12553
12554         * Binding.cs: make this work bi-directionally.  also, clear up
12555         other mixups between Push/Pull Data (e.g. we're supposed to pull
12556         data when validating).
12557
12558         * BindingManagerBase.cs: trim some fully qualified collection
12559         types.
12560
12561         * PropertyManager.cs (get_IsSuspended): oops, fix this check.
12562
12563 2006-06-23  Chris Toshok  <toshok@ximian.com>
12564
12565         * PropertyManager.cs: It appears (according to the unit tests)
12566         that PropertyManager doesn't use
12567         PropertyDescriptor.AddValueChanged to track propery value changes
12568         in its datasource, but uses the same scheme as Binding, where it
12569         looks for a <Property>Changed event and binds to it.
12570
12571         Also, according to the docs, IsSuspended always returns false for
12572         a property manager with a non-null datasource.
12573
12574 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com> 
12575
12576         * Form.cs: (ShowDialog): If we're returning a forced cancel we still
12577           need to update the actual DialogResult. (Fixes #78613)
12578
12579 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com>
12580
12581         * Form.cs (ShowDialog): Release any captures before running the
12582           new message pump (fixes #78680)
12583
12584 2006-06-22  Mike Kestner  <mkestner@novell.com>
12585
12586         * ListView.cs: Layout column widths properly in details mode even 
12587         if HeaderStyle.None is set.  Fixes #78691.
12588
12589 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com>
12590
12591         * FileDialog.cs: Fixed taborder to match MS. Fixes #77873 partially.
12592
12593 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com> 
12594
12595         * Control.cs (ContainsFocus): Using new driver method to get focused
12596           window, instead of trying to use internal tracking var, which can
12597           recursion issues (Fixes #78685)
12598         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
12599           XplatUIWin32.cs: Added GetFocus method to return focused window
12600
12601 2006-06-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12602
12603         * ColorDialog.cs: when the mouse button is pressed inside the color
12604         matrix, don't let the cursor move out of it until the button is
12605         released, which is the behavior on windows. Changed 'colours' by
12606         'colors' to use the same word consistently.
12607
12608 2006-06-21  Chris Toshok  <toshok@ximian.com>
12609
12610         * DataGrid.cs: add in some basic navigation stuff (navigating to a
12611         child relation and back, using a stack).  Also, remove
12612         GetDataSource and the code that calls it - it's not needed.  Also,
12613         track CurrencyManager.ListName's removal.
12614
12615 2006-06-21  Chris Toshok  <toshok@ximian.com>
12616
12617         * CurrencyManager.cs: push some of the original type checking from
12618         BindingContext.CreateBindingManager to here, and remove some of
12619         the finalType stuff.  Need more tests to make sure I've got the
12620         ListName part right, and we might need more in SetDataSource.
12621
12622         * PropertyManager.cs: add a ctor that takes just the datasource,
12623         and no property name.  Make SetDataSource work with a null
12624         property_name, and make Current return the data_source if the
12625         property descriptor is null.  this makes 'string foo = "hi";
12626         BindingContext[foo].Current' return "hi" as it should.
12627
12628         * RelatedCurrencyManager.cs: make this code more generic - there's
12629         no reason the parent manager has to be CurrencyManager, and
12630         there's no reason to pass the DataRelation.  It suffices to use a
12631         BindingManagerBase and PropetyDescriptor.
12632
12633         * RelatedPropertyManager.cs: make a similar change here.
12634         
12635         * BindingContext.cs: make CreateBindingManager the beautiful, tiny
12636         flower I knew it could be.
12637
12638 2006-06-20  Chris Toshok  <toshok@ximian.com>
12639
12640         * PropertyManager.cs: the PropertyChangedHandler is invoked when
12641         data in the source has changed and we need to update the control,
12642         so s/PullData/PushData.
12643
12644         * CurrencyManager.cs: Refresh is meant to update the control from
12645         data in the datasource.  So, s/PullData/PushData.
12646
12647         * BindingContext.cs: add more ugliness (we weren't handling the
12648         case where data_source = DataTable and data_member = column_name).
12649
12650         * Binding.cs: fix PushData/PullData mixup.  Both are interpreted
12651         from the perspective of the datasource.  PullData pulls from the
12652         control, PushData pushes to the control.
12653
12654 2006-06-20  Chris Toshok  <toshok@ximian.com>
12655
12656         * BindingContext.cs: rewrite the CreateBindingManager code to
12657         handle navigation paths more or less properly.  This could
12658         definitely stand some more work, in particular to push the
12659         recursion up to the toplevel.  But that relies on fixes in other
12660         places (System.Data comes to mind).
12661
12662         Also, move to a flat hashtable (and encode the twolevel nature of
12663         the dictionary into the hash key).  This lets us implement the
12664         IEnumerable.GetEnumerator method.
12665
12666         * RelatedCurrencyManager.cs: new class.  Update our view based on
12667         our relation and our parent CurrencyManager's position.
12668
12669         * CurrencyManager.cs: split out some logic from the ctor into
12670         SetView, so it can be called from the new RelatedCurrencyManager
12671         subclass.
12672
12673         * RelatedPropertyManager.cs: new class.  Update our datasource
12674         based on the position of our parent CurrencyManager.
12675
12676         * PropertyManager.cs: split out some logic from the ctor into
12677         SetDataSource, so it can be called from the new RelatedDataSource
12678         subclass.  Also, make the Current getter return the value
12679         of the PropertyDescriptor, not the data_source.
12680
12681         * Binding.cs: no need to duplicate the string splitting code here.
12682
12683 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
12684
12685         * Control.cs:
12686           - set_Enabled: OnEnabledChanged is not called if the inherited state 
12687             of the control is not altered, even though  we might be changing the
12688             internal state of the control (#78458)
12689           - set_Enabled: (Re)Moved the enabling/disabling of the window to 
12690             OnEnabledChanged, to allow easy altering of any child window state
12691           - OnEnabledChanged: Added code to enable/disable driver window state
12692           - OnParentEnabledChanged: Instead of firing the event, call 
12693             OnEnabledChanged, which will fire the event and also a) set driver
12694             window state and pass the enabled state to any grandchildren (#78458)
12695
12696 2006-06-19  Jackson Harper  <jackson@ximian.com>
12697
12698         * InternalWindowManager.cs: We don't set the cursor explicitly
12699         thats done via the response to NCHITTESTs.
12700         - Don't need to adjust for titlebar heights anymore, the
12701         coordinates are coming in the correct coordinates now (see peters
12702         last patch).
12703
12704
12705 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
12706
12707         * XplatUIX11.cs (GetMessage): WM_NCxBUTTONx messages were wrongly
12708           being translated relative to whole window, instead of client window.
12709           That caused broken offsets on mouseclick (and caused gas for our
12710           InternalWindowManager)
12711
12712 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
12713
12714         * TextControl.cs:
12715           - MoveCaret: Implemented PgUp, PgDown, CtrlPgUp and CtrlPgDown
12716           - Undo(): Added replay of cursor move on DeleteChars action; added
12717             calling Undo() again if a recorded cursor move is invalid (to
12718             ensure that some action is performed on Undo)
12719         * TextBoxBase.cs (ProcessKey): Added handling of PgUp and PgDown (#78482)
12720
12721 2006-06-16  Jackson Harper  <jackson@ximian.com>
12722
12723         * MdiClient.cs: Instead of just sizing maximized windows when
12724         there is a resize we also have to adjust the Y of minimized
12725         windows, so they stay pinned to the bottom of the mdi container.
12726         - Eliminate separate tracking of the active control, we can just
12727         get this from the controls collection.
12728         - Paint the decorations for the newly activated titlebar so we get
12729         a pretty blue bar.
12730         * InternalWindowManager.cs:
12731         * ThemeWin32Classic.cs: Minimized windows get all three buttons
12732         even if they are a tool window.
12733         
12734 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
12735
12736         * TextControl.cs (Undo): Handle non-existent cursor locations in the
12737           undo buffer, these can happen when text was deleted and the cursor
12738           was recorded first. Since we will also have a recorded cursor
12739           after the delete this is not an issue. (Fixes #78651)
12740
12741 2006-06-14  Peter Dennis Bartok  <pbartok@novell.com> 
12742
12743         * AccessibleObject.cs: Remove dependence on Control.is_selected;
12744           instead properly track control states internally (allows us to
12745           remove is_selected from Control)
12746
12747 2006-06-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12748
12749         * ImageListStreamer.cs: correctly generate the 1bpp mask for images
12750         whose width is not a multiple of 8.
12751
12752 2006-06-13  Jackson Harper  <jackson@ximian.com>
12753
12754         * MdiClient.cs:  Only maximize the next child if the current one
12755         is maximized.
12756
12757 2006-06-13  Chris Toshok  <toshok@ximian.com>
12758
12759         * DataGridColumnStyle.cs: Invalidate the column when HeaderText is
12760         modified.  Also, guard against grid or grid_drawing being null in
12761         Invalidate.
12762
12763         * DataGrid.cs: Reformat tons of getters/setters.  In the
12764         DataMember setter, just call SetNewDataSource instead of
12765         duplicating some of its functionality.  In SetNewDataSource, don't
12766         check ListManager for null, since the property getter creates the
12767         object if needed.
12768
12769         * DataGridTableStyle.cs: don't set TableStyle or call
12770         SetDataGridInternal on the column here, it's done in
12771         GridColumnStylesCollection.Add.
12772
12773         * GridColumnStylesCollection.cs: fix all the explicit interface
12774         implementations to just call our methods.  Nuke AddInternal() and
12775         move the body of it to Add().  Also, add a call to
12776         column.SetDataGridInternal to Add().
12777
12778         * DataGridTextBoxColumn.cs (.ctors): call this() instead of
12779         base()+duplicate code.  Also, use the Format property instead of
12780         format to generate an Invalidate ala MS.  Lastly, create the
12781         textbox here, unconditionally.
12782         (set_Format): call Invalidate.
12783         (get_TextBox): no need to call EnsureTextBox.
12784         (Commit): remove the message box.
12785         (Edit) remove the call to EnsureTextBox.
12786         (EndEdit): call HideEditBox instead of ReleaseHostedControl.
12787         (EnterNullValue): no need to check textbox for null.
12788         (HideEditBox): no need to check textbox for null.
12789         (SetDataGridInColumn): add the textbox to the grid's controls.
12790         (EnsureTextBox): nuke.
12791         
12792 2006-06-13  Jackson Harper  <jackson@ximian.com>
12793
12794         * MdiWindowManager.cs: Hook up to the maximized menus paint event
12795         and redraw the buttons when needed. Unhook when the window is
12796         unmaximized.
12797         * MainMenu.cs: Add an internal Paint event, the mdi window manager
12798         needs this so that it can redraw its buttons when the menu is
12799         repainted.
12800         * InternalWindowManager.cs:
12801         * Form.cs: The method order has changed for DrawMaximizedButtons,
12802         so that it can be a PaintEventHandler.
12803         
12804 2006-06-13  Jackson Harper  <jackson@ximian.com>
12805
12806         * MdiClient.cs: When we close a maximized mdi window, the next mdi
12807         window is activated and maximized, even if it wasn't before.
12808         - When  a new window is activated repaint the decorations of the
12809         old one, so that it no longer has the Active "look" (the blue
12810         titlebar).
12811         * InternalWindowManager.cs: Open up CreateButtons to base classes
12812         so they can recreate the buttons on state changes.
12813         - If a window is maximized give it all three buttons
12814         * MdiWindowManager.cs: Create the titlebar buttons when the state
12815         is changed, this is needed because a toolwindow will not have all
12816         three buttons until it is maximized.
12817
12818 2006-06-13  Atsushi Enomoto  <atsushi@ximian.com>
12819
12820         * ProgressBar.cs : PerformStep() shouldn't exceed Maximum.
12821           Fixed bug #78609.
12822
12823 2006-06-12  Jackson Harper  <jackson@ximian.com>
12824
12825         * KeysConverter.cs: Make sure we handle the Ctrl special case
12826         if its the only key.
12827         
12828 2006-06-12  Jackson Harper  <jackson@ximian.com>
12829
12830         * Theme.cs: Add a method to get the size of a managed window
12831         toolbar button.
12832         * InternalWindowManager.cs: Remove the ButtonSize property, this
12833         should be retrieved from the theme.
12834         * MdiWindowManager.cs: Get the button size from the theme
12835         * ThemeWin32Classic.cs: Make the method to get the managed window
12836         titlebar button size public.
12837         - Handle the different button sizes of maximized toolwindows
12838         (should match any maximized window).
12839         - Get the titlebar height from the theme, not the WM (which gets
12840         it from the theme).
12841
12842 2006-06-12  Jackson Harper  <jackson@ximian.com>
12843
12844         * InternalWindowManager.cs: Handle NC Double Clicks, passing the
12845         event down to the mdi window manager.
12846         - Expose some extra stuff to base classes
12847         - Make sure to end the Capture on an NC Mouse up, so that we can
12848         get double clicks properly, and the sizing doens't stick.
12849         - When doing PointToClient contain it in the workable desktop
12850         area, this prevents windows from changing size when the cursor is
12851         pulled outside of the working area while sizing.
12852         * MdiWindowManager.cs: When we get a double click maximize the
12853         window.
12854         - Reset the cursor after handling mode changes.
12855
12856 2006-06-12  Peter Dennis Bartok  <pbartok@novell.com> 
12857
12858         * XplatUIX11.cs (WorkingArea): Read the actual workarea for the 
12859           current desktop, instead of just assuming a 0, 0 origin. This
12860           is needed for our internal window manager, to know the top
12861           margin of the desktop
12862
12863 2006-06-12  Chris Toshok  <toshok@ximian.com>
12864
12865         * DataGrid.cs (set_CurrentCell): concede focus as we move around.
12866         we need this to get rid of the selected background in the bool
12867         column.
12868         (CancelEditing): move the ConcedeFocus call to above the Abort
12869         call.  Also, set is_changing to false and invalidate the row
12870         header if we were changing before.
12871         (ProcessKeyPreviewInternal): remove, since noone outside this
12872         class calls it anymore.  Roll the code into ProcessKeyPreview.
12873         (EndEdit): remove the internal version.
12874         (InvalidateCurrentRowHeader): make private.
12875
12876         * DataGridBoolColumn.cs: simplify this class a bunch.  remove the
12877         Keys.Escape handling (and with it the last call to
12878         DataGrid.EndEdit from outside the class.)
12879
12880
12881 2006-06-12  Chris Toshok  <toshok@ximian.com>
12882
12883         * DataGridTextBox.cs (.ctor): isedit defaults to false.
12884         (OnKeyPress): set isedit to true.
12885         (ProcessKeyMessage): remove Keys.Enter handling from here.  it's
12886         already handled by the grid.
12887
12888         * DataGrid.cs (set_CurrentCell): more work here.  it's still not
12889         right.  ugh.
12890         (set_DataSource): SetDataSource always returns true, so stop
12891         putting it in an if statement.
12892         (EndEdit): get rid of some {}'s
12893         (ProcessGridKey): return true in case Keys.Escape.
12894         (ProcessKeyPreviewInternal): only handle KEYDOWN messages.
12895         (ConnectListManagerEvents,DisconnectListManagerEvents): connect to
12896         PositionChanged, stopped connecting to CurrentChanged.
12897         (GetDataSource): simplify this a bunch.
12898         (SetDataSource): change return type from bool to void.
12899         (OnListManagerPositionChanged): rename OnListManagerCurrentChanged
12900         to this, and make sure we don't set ListManager.Position inside
12901         set_CurrentCell.
12902         (OnListManagerItemChanged): if we're passed an actual index,
12903         redraw that row.
12904
12905         * CurrencyManager.cs (set_Position): don't call PullData here.
12906
12907 2006-06-09  Jackson Harper  <jackson@ximian.com>
12908
12909         * TreeNode.cs:  Recalculate the visible order before doing the
12910         Expand/Collapse Below calls, because those calls generate an
12911         expose.
12912         - Reduce calls to the TreeView property, which is mildly expensive
12913         by using a local var.
12914         * Form.cs: Layout the MDI child windows when creating the parent
12915         form.
12916         - Don't use the internal constructor anymore
12917         * MdiClient.cs: use the parent form width/height (if available)
12918         when laying out the child windows, we do this because the
12919         mdiclient isn't docked yet when the initial layout is done.
12920         - Don't need an internal constructor anymore.
12921
12922 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12923
12924         * FileDialog.cs: handle access errors when trying to create a folder
12925         or changing to a directory. No need to initialize out parameters.
12926
12927 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
12928
12929         * FileDialog.cs: Append a number when creating a new folder if the
12930           folder already exists (use parenthesis instead of square brackets)
12931
12932 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
12933
12934         * FileDialog.cs:
12935           - Disabled registry support for windows and added better registry
12936             error checking for other systems (need to investigate why it
12937             works perfectly on my system)
12938           - If a folder already exist show an error MessageBox instead of
12939             trying to create an indexed name.
12940           - Fixed a non intentional typo.
12941
12942 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12943
12944         * FileDialog.cs: (SetFileName) don't crash if CurrentRealFolder is null.
12945
12946 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
12947
12948         * FileDialog.cs: When creating a new folder don't crash if the
12949           folder already exists.
12950
12951 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
12952
12953         * FileDialog.cs: Allmost a complete rewrite.
12954           - added a "virtual" file system that handles the differences
12955             between unix and windows file systems (especially the directory
12956             structure). Moved most of the directory and file handling code
12957             into the vfs.
12958             Added vfs classes: MWFVFS, FileSystem, WinFileSystem,
12959             UnixFileSystem and FSEntry.
12960           - Recently used folder/directory, size, location and used file names
12961             (file name ComboBox) are now stored in the registry and get read
12962             before the dialog shows up (fixes part 6 of bug #78446).
12963           - Creation of new folders/directories is now possible (context menu
12964             or ToolBar). Added TextEntryDialog for this that fills in the gap
12965             until ListView.LabelEdit works.
12966           - Fixed cursor handling (bug #78527) and focus handling for
12967             PopupButtonPanel
12968           - Various "Search in" ComboBox enhancements. The content of the
12969             dropdown listbox now almost matches ms.
12970           - Changed the behaviour when the user switches to SpecialFolder
12971             Recent to show the ListView in View.Details.
12972           - Beside using the ToolBar to change the View property of the
12973             file ListView it is now possible to use the context menu too.
12974
12975 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
12976
12977         * ComboBox.cs: Don't create a new ObjectCollection when an item
12978           gets inserted. Just insert the item in the existing object_items
12979           ArrayList.
12980
12981 2006-06-08  Jackson Harper  <jackson@ximian.com>
12982
12983         * OpenTreeNodeEnumerator.cs: Fix to use the Parent property, so
12984         that the treeview and root node checks are done also, this fixes a
12985         regression i caused in the unit tests.
12986
12987 2006-06-07  Wade Berrier <wberrier@novell.com> 
12988
12989         * RichTextBox.cs: More ISO8859-1 -> unicode
12990
12991 2006-06-07  Mike Kestner  <mkestner@novell.com>
12992
12993         * ComboBox.cs : use items to hold highlight/selection so that
12994         collection insertions don't require synchronization.
12995
12996 2006-06-07  Jackson Harper  <jackson@ximian.com>
12997
12998         * InternalWindowManager.cs: Simplify (and FIX) the window sizing
12999         routine.  We now always keep the sized edge at the cursor instead
13000         of computing movement and adjusting rects.  There is one buglet
13001         with this method though when the cursor is moved over area that
13002         the window can not expand too (such as the toolbars on the desktop).
13003
13004 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13005
13006         * XplatUIX11.cs: (IsEnabled,IsVisible) the window handler can be null
13007         here. Fixes crash on startup in AlbumSurfer.
13008
13009 2006-06-07  Peter Dennis Bartok  <pbartok@novell.com> 
13010
13011         * RichTextBox.cs: Replaced embedded ISO8859-1 chars with proper unicode
13012           values
13013
13014 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13015
13016         * XplatUIX11.cs: call XPending and XNextEvent inside the same lock()
13017         statement to avoid calling XNextEvent which will block if another thread
13018         took the event that we were expecting. Fixes bug #78605.
13019
13020 2006-06-07  Mike Kestner  <mkestner@novell.com>
13021
13022         * ListView.cs : isolated checkbox clicking from the selection logic.
13023         Toggle check state on item doubleclicks.  Really fixes #78454 part2.
13024
13025 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13026
13027         * Form.cs: Check that the value passed to Form.DialogResult
13028         is a valid enum value.
13029
13030 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13031
13032         * FileDialog.cs: disable the up button when in 'Recently Used' or 'My
13033         Computer'. Clicking it in the network view goes to 'My Computer'.
13034         Added CIFS filesystem type. Display the mount point of filesystems.
13035         Avoid duplicate mount points (happens for me with CIFS);
13036
13037 2006-06-06  Jackson Harper  <jackson@ximian.com>
13038
13039         * InternalWindowManager.cs: Draw the maximized windows buttons
13040         when resizing.
13041
13042 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13043
13044         * Form.cs: when running a modal dialog, ignore WM_CLOSE requests for
13045         all other dialogs. Fixes bug #78585.
13046
13047 2006-06-06  Mike Kestner  <mkestner@novell.com>
13048
13049         * CheckedListBox.cs : apply CheckOnClick behavior to unchecking too.
13050         Only invalidate checkbox on checkstate changes to avoid flicker.
13051         * ListBox.cs : avoid unselect/select when clicking selected item.
13052         avoid reselection flicker for already multiselected items.
13053         Fixes #78382.
13054
13055 2006-06-06  Jackson Harper  <jackson@ximian.com>
13056
13057         * MdiWindowManager.cs: When the window is closed do an NCRecalc on
13058         the parent form so that the menu is removed if needed.
13059
13060 2006-06-06  Mike Kestner  <mkestner@novell.com>
13061
13062         * ListBox.cs : add ScrollWindow call to UpdateTopItem.  fix
13063         Prev/Next/PrevPage/NextPage/Home/End index calculation.  Fixes #78559.
13064
13065 2006-06-06  Mike Kestner  <mkestner@novell.com>
13066
13067         * CheckedListBox.cs : rebuild check collection on Add.  Fixes #78426.
13068
13069
13070 2006-06-06  Jackson Harper  <jackson@ximian.com>
13071
13072         * Control.cs: Use the property (instead of the field) to get the
13073         default cursor so it is instantiated correctly.
13074         * InternalWindowManager.cs: The OS doesn't give us an NCPAINT with
13075         resizes so we need to manually repaint the window decorations here.
13076         - Set the titlebar button locations as soon as they are created,
13077         otherwise they are not set correctly on win32.
13078         
13079 2006-06-06  Chris Toshok  <toshok@ximian.com>
13080
13081         * CurrencyManager.cs (set_Position): call PullData before
13082         OnCurrentChanged.
13083         (AddNew): after calling IBindingList.AddNew, update our
13084         listposition, and call OnCurrentChanged/OnPositionChanged (without
13085         calling PullData).
13086         (OnCurrentChanged): remove the call to PullData from here.
13087         (OnItemChanged): remove the call to PushData from here.
13088         (OnPositionChanged): change the test from == null to != null to
13089         match the other methods.
13090         (ListChangedHandler): the grossest part of the patch.  Implement
13091         this such that it passes the unit tests in CurrencyManagerTest and
13092         the output more or less matches that of MS's implementation.
13093  
13094 2006-06-06  Mike Kestner  <mkestner@novell.com>
13095
13096         * ListView.cs : only update check state on single click.
13097         * ThemeWin32Classic.cs : fix focus drawing for details view without
13098         fullrowselect.  Fixes #78454.
13099         * XplatUIX11.cs : fix for double click emission.
13100
13101 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
13102
13103         * PropertyGridView.cs : Applied Atsushi's patch to fix
13104         font dialog bug  (#78197).
13105
13106 2006-06-05  Jackson Harper  <jackson@ximian.com>
13107
13108         * TreeNode.cs: Compute the next node for expanding/collapsing
13109         correctly. We now factor in nodes without a NextNode
13110         correctly. (Fixes somes cases in nunit-gui).
13111         * InternalWindowManager.cs: Set the bounds when updating the
13112         virtual position of a tool window.
13113         
13114 2006-06-05  Chris Toshok  <toshok@ximian.com>
13115
13116         * DataGrid.cs: rename cached_currencymgr to list_manager.
13117         (set_CurrentCell): move SetCurrentCell code here, and clean it up
13118         some.
13119         (CurrentRow, CurrentColumn): single accessors so we can make the
13120         cursor movement code a lot easier to understand.
13121         (CurrentRowIndex): implement this in terms of CurrentRow.
13122         (BeginEdit): clean this up a bit.
13123         (CancelEditing): sort out the is_editing/is_changing/is_adding
13124         stuff a little.
13125         (EndEdit): minor changes.
13126         (OnKeyDown): add a comment about a (most likely) unnecessary
13127         check.
13128         (OnMouseDown): cancel editing when we click on a row header.  And
13129         use the CurrentRow setter, not CurrentCell.
13130         (ProcessDialogKey): directly call ProcessGridKey.
13131         (UpdateSelectionAfterCursorMove): factor out this common block of
13132         code (it's used everywhere that we move the cursor by updating row
13133         or column).
13134         (ProcessGridKey): pretty substantial overhaul.  Use the
13135         CurrentRow/CurrentColumn properties to make the code a lot more
13136         readable.  Only use the CurrentCell property when we have to
13137         modify both row and column at once.  Tab behavior is still broken,
13138         and Delete is untested.
13139         (Select): if we have no selected rows, set selection_start to
13140         @row.
13141         (EditCurrentCell): rename EditCell this.  It was only ever invoked
13142         with CurrentCell as the arg, so drop the arg and rename it.
13143
13144         * DataGridColumnStyle.cs: clean up the constructors a little, and
13145         drop CommonConstructor().
13146
13147         * DataGridTextBox.cs (.ctor): set accepts_return to true so we
13148         actually get notified when the user hits it.
13149         (ProcessKeyMessage): *substantially* simplify this method.
13150         There's no reason (that I can see) for the textbox to be making
13151         calls into the datagrid at all.  Remove all of them but the ones
13152         for Enter handling.  those will take some more work.
13153
13154         * DataGridTextBoxColumn.cs (ConcedeFocus): implement this by
13155         calling HideEditBox.
13156         (HideEditBox): if we have an active textbox, render it invisible
13157         without causing a re-layout of the datagrid.
13158
13159 2006-06-05  Mike Kestner  <mkestner@novell.com>
13160
13161         * ListView.cs : fix NRE crasher when focuseditem is cleared by
13162         collection changes by resetting it to Items[0].  Fixes #78587.
13163
13164 2006-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13165
13166         * MessageBox.cs: if the height of the text is larger than the icon_size,
13167         use that. Fixes bug #78575.
13168
13169 2006-06-05  Jackson Harper  <jackson@ximian.com>
13170
13171         * TreeView.cs: Fix line drawing when scrolling.  To do this each
13172         node is basically responsible for drawing its entire horizontal
13173         area.  When drawing a node it draws its parent node lines if
13174         needed.
13175         - Adjust the clip area to the viewport rectangle
13176         - Fix Left/Right key handling to match MS. (It expand/collapses
13177         and moves to parents/first child but does not move selection to
13178         sibling nodes).
13179         - Fix SetTop to work with new bound calculation code
13180         - When scrollbars are no longer needed we need to reset scrolling
13181         vars and recalculate the visible order so the redraw is correct
13182         * TreeNode.cs: We can't expand/collapse nodes with no children.
13183
13184 2006-06-03  John Luke  <john.luke@gmail.com> 
13185
13186         * X11DesktopColors.cs: dllimport the exact gtk and gdk versions
13187         so the colors work without dev packages
13188         
13189 2006-06-02  Peter Dennis Bartok  <pbartok@novell.com> 
13190
13191         * Control.cs 
13192           - Select: Implemented to just use activate. Seems to match MS 
13193             behaviour closest. Documented to only do actual control walking 
13194             based on it's parameters if in a container control so I moved 
13195             the code there.
13196           - Removed selection check logic from our internal Select() method
13197         * ContainerControl.cs:
13198           - Select: Moved selection logic from Control here, since MS documents
13199             that containers obey the bool arguments. No longer calling base
13200
13201 2006-06-02  Jackson Harper  <jackson@ximian.com>
13202
13203         * TreeView.cs: If the selected node isn't changed when we get
13204         focus update the previously selected node so that we see the
13205         selection box.
13206
13207 2006-06-02  Mike Kestner  <mkestner@novell.com>
13208
13209         * ComboBox.cs: restructure grab and general mouse event handling.
13210         Make the composite control raise mouse events like it was a single
13211         control for leaves/enters/motion/up/down events.  fix dropdown list
13212         coordinate mangling and refactor it into the scrollbar subclass to
13213         reduce code duplication.  Fixes #78282 #78361 and #78457.
13214
13215 2006-06-02  Mike Kestner  <mkestner@novell.com>
13216
13217         * ScrollBar.cs: remove Capture setting/clearing, as it happens
13218         automatically in the Control.WndProc.
13219
13220 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13221
13222         * FileDialog.cs: fix crash when running SharpChess, which sets the
13223         FilterIndex to 2 with only one Filter.
13224
13225 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13226
13227         * ToolBar.cs: add SizeSpecified property.
13228         * ToolBarButton.cs: when the ButtonSize is calculated by the container,
13229         try to figure out our real size, otherwise fallback to what the
13230         container says.
13231
13232 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
13233
13234         * XplatUIX11.cs (DefWndProc): WM_MOUSEWHEEL needs to be passed up
13235         * Control.cs (WndProc): MS always calls the DefWndProc to pass
13236           up the event
13237
13238 2006-06-01  Mike Kestner  <mkestner@novell.com>
13239
13240         * ListView.cs: revamp the focus management in ListView.  It still
13241         causes churn of LostFocus/GotFocus emissions on clicks, but it's
13242         better than not handling focus at all.  Will revisit when pdb feels
13243         the general focus handling is solid.  Fixes #78526.
13244
13245 2006-06-01  Jackson Harper  <jackson@ximian.com>
13246
13247         * TreeView.cs: Set the default border style in the constructor.
13248         - Move painting to use OnPaintInternal instead of capturing
13249         WM_PAINT, this is the correct way of doing things
13250         - UpdateBelow shouldn't invalidate the scrollbar area
13251         - Cap the top on update below in case the node was above the top
13252         of the viewport rectangle.
13253         - ExpandBelow and Collapse below need to obey Begin/End Update.
13254         * TreeNode.cs: Make is_expanded internal so the treenode
13255         collection can change it without firing the whole event chain.
13256         * TreeNodeCollection.cs: When clearing all the child nodes make
13257         sure to recalc the visible order.
13258         - Improve algo for remove the top node
13259
13260 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
13261
13262         * XplatUIX11.cs (SetFocus): Make sure we can handle re-entrancy due to
13263           SendMessage directly calling window procedures, which in turn might
13264           call SetFocus()
13265
13266 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com>
13267
13268         * Control.cs: Don't handle WM_SETFOCUS if the same window already
13269           has focus (works around X11 sending a FocusIn after our SetFocus)
13270         * XplatUIX11.cs: Send KILLFOCUS before setting SETFOCUS on new window
13271
13272 2006-06-01  Alexander Olk  <alex.olk@googlemail.com>
13273
13274         * Mime.cs: Fix for the NET_2_0 build.
13275           NameValueCollection needs StringComparer now.
13276
13277 2006-05-31  Chris Toshok  <toshok@ximian.com>
13278
13279         * DataGridDrawingLogic.cs (FromPixelToColumn): modify this to also
13280         return (via an out parameter) the starting X of the column.
13281         (UpdateVisibleColumn): track change to FromPixelToColumn.
13282         (HitTest): add a ColumnResize case here.
13283         (DrawResizeLine): new function, probably poorly named.
13284
13285         * DataGrid.cs (.ctor): get rid of cached_currencymgr_events.  We
13286         only need to keep one reference.
13287         (set_ListManager): same.
13288         (OnMouseDown): call HitTest instead of grid_drawing.HitTest.
13289         Also, add support for HitTestType.ColumnResize.
13290         (OnMouseMove): add column resize behavior here, and change the
13291         cursor to the correct one as we move around the datagrid.
13292         (OnMouseUp): terminate the column resize if we're resizing.
13293         (ProcessGridKey): from the MS docs, Alt-0 enters the null value
13294         for the current cell.
13295         (ConnectListManagerEvents): use cached_currencymgr.
13296         (DisconnectListManagerEvents): fill this in, using
13297         cached_currencymgr.
13298         (SetCurrentCell): remove cached_currencymgr_events handling.
13299         (SetDataMember): only call DisconnectListManagerEvents if
13300         cached_currencymgr is != null.
13301         (SetDataSource): same.
13302         (OnListManagerCurrentChanged): cached_currencymgr_events ->
13303         cached_currencymgr.
13304
13305 2006-05-31  Jackson Harper  <jackson@ximian.com>
13306
13307         * BindingManagerBase.cs: Remove somedebug code that creeped into
13308         SVN.
13309         * TreeNode.cs: We get the indent level dynamically right now, so
13310         don't track it as a member.
13311         * TreeNodeCollection.cs: Make sure all nodes added to the list
13312         have parents, treeviews/topnodes setup properly.
13313         - Don't attempt to track indent level.
13314
13315 2006-05-30  Jackson Harper  <jackson@ximian.com>
13316
13317         * BindingContext.cs: Create the currency manager tables here.
13318         This allows us to more easily create null tables (when bad data
13319         members are used), and more easily create related currency
13320         managers.
13321         * CurrencyManager.cs: All the table creation stuff is done by the
13322         binding context now.
13323         - Current should throw an exception if listposition is -1.
13324         - CancelCurrentEdit/EndCurrentEdit, do nothing if the list hasn't
13325         been bound yet.
13326
13327 2006-05-30  Mike Kestner  <mkestner@novell.com>
13328
13329         * ListView.cs: allow reexpansion of zero-width column headers.
13330         Fixes #78528.
13331
13332 2006-05-28  Chris Toshok  <toshok@ximian.com>
13333
13334         * CurrencyManager.cs (get_Current): after the late binding
13335         listposition = -1 fix, we need to guard against it here and return
13336         null, otherwise we raise an exception (which is swallowed
13337         elsewhere, and breaks datagrid databinding.)
13338
13339 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
13340
13341         * MenuAPI.cs (ProcessMenuKey): We can legally get msg types other
13342           than WM_SYSKEY, don't throw if get something unexpected (#78507)
13343
13344 2006-05-26  Jackson Harper  <jackson@ximian.com>
13345
13346         * ControlPaint.cs:
13347         * ThemeWin32Classic.cs: For color comparisons just use the ARGB
13348         values, it's faster and it's all we care about (we don't care if
13349         the names aren't equal).
13350         * KeyboardLayouts.cs: Eliminate some dead code.
13351         - Lazy init things
13352         * X11Keyboard.cs: Lazy init keyboard detection.
13353         - Cleanup access modifiers a little.
13354
13355 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
13356
13357         * XplatUIX11.cs: Once again, attempting to get layout just right.
13358
13359 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com> 
13360
13361         * LinkLabel.cs (CreateLinkPieces): Use MeasureString to calculate
13362           the sizes of each link section, that will result in sizes that
13363           match DrawString's layout (Fixes #78391)
13364
13365 2006-05-27  Alexander Olk  <alex.olk@googlemail.com>
13366
13367         * FileDialog.cs: If AddExtension property is true autocomplete the
13368           extensions in SaveFileDialog correctly. Fixes bug #78453.
13369           Set MyNetwork and MyComputer to "C:\" for windows. This should
13370           fix part 8 of bug #78446 for now.
13371
13372 2006-05-26  Chris Toshok  <toshok@ximian.com>
13373
13374         * DataGrid.cs (ColumnStartedEditing): fill these in.  for now just
13375         invalidate the current row header if we need to, but presumably
13376         we'll invalidate the row corrsponding to the bounds or
13377         editingControl.
13378         (GridHScrolled): switch back to this method, as it's part of the
13379         public api.  *sigh*.
13380         (GridVScrolled): same.
13381         (OnMouseWheel): hack up something that more or less works.  Call
13382         GridHScrolled/GridVScrolled directly, instead of duplicating much
13383         of their code here.
13384         (EnsureCellVisibility): reinstate a bunch of this code, since we
13385         can't just set the scrollbar Value and expect to do all the work
13386         in the ValueChanged handler.  Also, Call Update() after scrolling
13387         in one direction so the other XplatX11.ScrollWindow call has the
13388         proper stuff in the proper places.
13389         (EditCell): set is_editing to true before calling .Edit.
13390
13391         * DataGridTextBox.cs (set_IsInEditOrNavigateMode): just set it,
13392         don't bother comparing first.
13393         (OnKeyPress): call grid.ColumnStartedEditing before calling
13394         base.OnKeyPress.  this will set is_changing and invalidate the row
13395         header if necessary.
13396         (ProcessKeyMessage): for WM_CHAR messages, call
13397         ProcessKeyEventArgs directly.  swallow anything other than WM_CHAR
13398         and WM_KEYDOWN.
13399         
13400         * DataGridBoolColumn.cs (Edit): don't set is_editing to true here.
13401         it's done in the DataGrid.
13402         (NextState): call grid.ColumnStartedEditing, which takes care of
13403         invalidating the row header (and setting is_changing).
13404
13405         * DataGridTextBoxColumn.cs (Edit): don't set is_editing to true
13406         here.  it's done in the DataGrid.
13407
13408 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13409
13410         * Control.cs: allow changing the cursor when the mouse position is
13411         out of bounds but Capture is set.
13412         * LinkLabel.cs: handle the case when the mouse button is pressed on the
13413         linklabel but released somewhere else.
13414
13415 2006-05-25  Jackson Harper  <jackson@ximian.com>
13416
13417         * TreeView.cs: When we get focus if there is no selected node make
13418         it the top node
13419         - Remove some uneeded setup code from Draw.
13420         * TreeNodeCollection.cs: If the tree doesn't have a top node when
13421         a new node is inserted make the new node the top.
13422         * XplatUIX11.cs:
13423         * Timer.cs: Use Utc time so that no local time zone stuff needs to
13424         be used (should be faster).
13425         
13426 2006-05-25  Chris Toshok  <toshok@ximian.com>
13427
13428         * DataGrid.cs (EnsureCellVisibility): remove some code to fix a
13429         problem with the last commit.
13430
13431 2006-05-25  Chris Toshok  <toshok@ximian.com>
13432
13433         * DataGridTextBoxColumn.cs (ReleaseHostedControl): turns out we do
13434         need the invalidate call here, while scrolling right-to-left via
13435         the left arrow key (i.e. moving the editing cell while scrolling).
13436
13437         * DataGrid.cs (.ctor): remove the initialization of
13438         ctrl_pressed/shift_pressed.  We no longer track them using key
13439         up/down handlers, but by using Control.ModifierKeys.  Also, switch
13440         to using ValueChanged handlers on the scrollbars instead of
13441         Scrolled event handlers.  This simplifies a bunch of the scrolling
13442         code.
13443         (GridHValueChanged): rename from GridHScrolled, and change it to
13444         work with the new event args.
13445         (GridVValueChanged): same.
13446         (OnMouseDown): initialize ctrl_pressed/shift_pressed here.
13447         (OnMouseWheel): actually scroll the datagrid.  Don't change the
13448         selected cell.
13449         (ProcessGridKey): correct all the keyboard navigation stuff I
13450         could find.  Ctrl up/down/left/right/home/end work now.
13451         (EnsureCellVisibility): correct method name spelling.  Also,
13452         simplify this a touch by not explicitly calling the
13453         ScrollToRow/ScrollToColumnInPixels methods.  We just set the
13454         scrollbar value.
13455         (OnKeyUpDG): no need for this method now.
13456         
13457 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13458
13459         * LinkLabel.cs: display the OverrideCursor when hovering the label.
13460         Fixes bug #78392.
13461
13462 2006-05-25  Chris Toshok  <toshok@ximian.com>
13463
13464         * ThemeWin32Classic.cs: fix datagrid clipping problems caused by
13465         r61019.
13466
13467 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
13468
13469         * Application.cs: Moved setting of is_modal and closing to before
13470           we create the control, to allow the event handlers called as a
13471           result of creation affect closing. Also removed Gonzalo's previous
13472           change to setting DialogResult, the behaviour has been moved to 
13473           Form.ShowDialog()
13474         * Form.cs: 
13475           - ShowDialog(): Removed explicit creation of the form, let RunLoop
13476             handle it instead
13477           - ShowDialog(): If no dialog result is set, we need to return Cancel
13478           - WM_CLOSE: Fire Closing/Closed events, and reset dialog result if
13479             the close is cancelled
13480
13481 2006-05-25  Jackson Harper  <jackson@ximian.com>
13482
13483         * StatusBar.cs: We only need to update the sizes of the other
13484         panels when we have auto size contents.  Also we are only updating
13485         the contents of the panel, not the borders, so compensate for the
13486         border width (TODO: get this width from the theme somehow).
13487         * TreeView.cs: Scrollable is true by default
13488         - Use invalidate instead of refresh where needed
13489         - Factor the scrollable value into scrollbar updating
13490         - Update the scrollbars if the Scrollable property is altered
13491         - Update the selected node if its ImageIndex is changed
13492         - Handle null nodes in UpdateNode (mainly so we don't have to
13493         check if selected is null when updating it
13494         - Fix VisibleCount to use the ViewportRectangle so that scrollbars
13495         are factored into the visible count
13496         - Use VisibleCount for clarity in the code
13497         - When the font is changed we need to recurse through all the
13498         nodes and invalidate their sizes
13499         
13500 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13501
13502         * Application.cs: set the DialogResult to fixed when the main form is
13503         hidden or destroyed while being modal.
13504
13505 2006-05-25  Miguel de Icaza  <miguel@novell.com>
13506
13507         * Theme.cs: Use Tangoified messagebox icons. 
13508
13509         (GetSizedResourceImage): Also cope with width = 0 and do not
13510         trigger a warning in that case (0 means "give me your icon from
13511         the resouce, no special size needed).
13512
13513 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
13514
13515         * Application.cs: Leave runloop if the the main modal form is 
13516           hidden (fixes #78484)
13517
13518 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
13519
13520         * BindingContext.cs : reject null datasource in Contains() and
13521           Item[].
13522         * CurrencyManager.cs : check data_member validity when data_source
13523           is dataset. When it is late binding, the initial position is -1.
13524
13525 2006-05-24  Jackson Harper  <jackson@ximian.com>
13526
13527         * TreeNodeCollection.cs: Dont't recalculate the visible order on
13528         inserted nodes that aren't visible.  This changes the
13529         max_visible_order which confuses scrollbar settings.
13530         - Use the enumerator to get the prev node instead of duplicating
13531         code.
13532         * TreeView.cs: Use new method for setting scrollbar values
13533         - Don't set the bounds every time the scrollbar is updated
13534         - When updating below the root node use an invalidate instead of a
13535         refresh to prevent the child controls (scrollbars) from being
13536         refreshed. (UpdateBelow still needs to be reworked anyways).
13537         - Reenable SetBottom now that visible orders are set correctly,
13538         added some debug code incase we ever get bad values there again.
13539         - Set the scrollbar max to 2 less then the max value, this
13540         compensates for the max value being one above the node count, and
13541         for scrollbars adding one extra "notch".
13542         - When drawing image nodes if there is an imagelist we draw the
13543         first image in the list if the supplied image index is out of the
13544         image list's bounds.
13545         
13546 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
13547
13548         * XplatUIX11.cs: Don't blindly cache hwnd.ClientRect, reset it when 
13549           we receive a size change from the WM (Fixes #78503)
13550
13551 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com>
13552
13553         * XplatUIWin32.cs, XplatUIX11.cs: Refresh when setting the Clip 
13554           rectangle (Fixes #78501)
13555
13556 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
13557
13558         * ButtonBase.cs: 
13559           - Fixed MouseUp, MouseDown and MouseMove to treat mouseevent.Button 
13560             as a bitfield.
13561           - Fixed MouseMove to no longer switch pressed state unless the left
13562             mouse button is pressed. Atsushi provided the original patch (#78485)
13563           
13564 2006-05-24  Jackson Harper  <jackson@ximian.com>
13565
13566         * ScrollBar.cs: New internal methods that allow us to change a
13567         couple values on the scrollbar (the most common case is maximum
13568         and large change) without getting multiple invalidates.
13569
13570 2006-05-24  Chris Toshok  <toshok@ximian.com>
13571
13572         * DataGridBoolColumn.cs (Abort): revert back to the saved setting.
13573         (Edit): save off the original state in oldState, and set
13574         grid.is_editing to true.
13575         (OnKeyDown): abort editing if escape is pressed.  also, call
13576         NextState if space is pressed.
13577         (OnMouseDown): call NextState.
13578         (NextState): factor out shared code from OnKeyDown and OnMouseDown
13579         here.  Also, only invalidate the row header once (on the initial
13580         is_changing switch) to save on redraws.
13581
13582 2006-05-24  Chris Toshok  <toshok@ximian.com>
13583
13584         * DataGridTextBoxColumn.cs (Commit): only call SetColumnValueAtRow
13585         if the value in the cell is different than it was before.  This
13586         keeps us from triggering a layout when we move around a datarid
13587         with a highlighted cell.
13588         (Edit): suspend layout when creating/positining the text box, and
13589         resume passing false so we don't ever actually re-layout.
13590         (ReleaseHostedControl): same.
13591         (EnsureTextBox): reformat slightly, and set WordWrap to false.
13592
13593         * DataGridTextBox.cs (ProcessKeyMessage): it's not true that all
13594         control-key sequences should go to the datagrid - remove that
13595         lock.  Also, modify the conditions under which we move between
13596         cells when moving the cursor within a cell, and remove the "this"
13597         and "base" from field accesses.  We weren't even consistent, given
13598         they all were in the base class.
13599
13600 2006-05-24  Atsushi Enomoto  <atsushi@ximian.com>
13601
13602         * Binding.cs : (.ctor)
13603           An obvious NRE fix for BindingTest.CtorNullTest().
13604
13605 2006-05-23  Chris Toshok  <toshok@ximian.com>
13606
13607         * TextBoxBase.cs (get_Text): don't add a trailing newline, add
13608         them between lines.  This fixes some quirks editing cells in the
13609         datagrid.
13610
13611 2006-05-23  Jackson Harper  <jackson@ximian.com>
13612
13613         * TreeView.cs: Use begin/end update when doing expand/collapse all
13614         so that we don't get flicker on the scrollbar.
13615
13616 2006-05-23  Jackson Harper  <jackson@ximian.com>
13617
13618         * TreeNode.cs: Bounds are computed 'on the fly' now.  This allows
13619         treenode calculations to be independant of the painting code. To
13620         do this nodes track a visible order which is calculated by the
13621         treeview.
13622         - Call new methods for expanding/collapsing nodes.  These methods
13623         use scrollwindow so we don't have to update everything below the
13624         node.
13625         * TreeView.cs: Refactored drawing and scrolling code.  We don't
13626         need to update nodes when drawing anymore or calculate scrollbar
13627         stuff.
13628         - Added new methods for expanding/collapsing nodes. These methods
13629         use ScrollWindow so as to not have to redraw all the nodes below.
13630         * TreeNodeCollection.cs: Recalc visible order and scrollbars when
13631         we add/remove nodes or sort.
13632         - Handle removing the selected and the top node properly.
13633
13634 2006-05-23  Chris Toshok  <toshok@ximian.com>
13635
13636         * DataGridTextBoxColumn.cs (Edit): set grid.is_editing to true.
13637         maybe this should actually happen in the datagrid code?
13638         (EndEdit): no need to invalidate anything, given that
13639         ReleaseHostedControl causes the datagrid to relayout, which
13640         invalidates everything anyway.
13641
13642         * DataGrid.cs (set_CurrentCell): remove duplicate check (it's also
13643         in SetCurrentCell).
13644         (set_SelectionBackColor): call InvalidateSelection instead of
13645         Refresh.
13646         (set_SelectionForeColor): same.
13647         (BeginEdit): Flesh this out a bit.
13648         (CancelEditing): only do any of this if we're editing/adding.
13649         (EndEdit): same.
13650         (OnMouseDown): there's no need to cancel editing here, it's done
13651         in SetCurrentCell.
13652         (SetCurrentCell): only invalidate the current row header if it's a
13653         different row than the new one.
13654         (ShiftSelection): fix this to work like MS does.
13655         (ResetSelection): factor out the invalidation of selected_rows to
13656         InvalidateSelection.
13657         (SetDataSource): cancel any editing that's going on.
13658
13659         * DataGridColumnStyle.cs
13660         (IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing):
13661         call the non-interface version.
13662
13663         * ThemeWin32Classic.cs (DataGridPaintColumsHdrs): intersect the
13664         header rectangle with the clip rectangle so we don't redraw the
13665         entire header for just a small area.  Gets rid of the last flicker
13666         when horizontally scrolling.
13667         (DataGridPaintRow): same.
13668
13669 2006-05-23  Mike Kestner  <mkestner@novell.com>
13670
13671         * ListViewItem.cs: remove size for line hack from LargeIcon layout.
13672         * ThemeWin32Classic.cs: don't draw line.  it's really the top of a
13673         poorly placed checkbox on the MS control.  Fixes Alex's unfiled
13674         Critical bug report.
13675
13676 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
13677
13678         * PictureBox.cs: Fixed broken ControlStyles. Unit test no longer fails,
13679           and this fixes #78493
13680
13681 2006-05-23  Miguel de Icaza  <miguel@novell.com>
13682
13683         * Theme.cs (GetSizedResourceImage): Scale images if the proper
13684         size is not found.  
13685         
13686         * FileDialog.cs: Do not change the background for the side bar as
13687         it wont work nicely with the theme, and also reduces the artifacts
13688         in rendering the icons (which I want to fix too).
13689
13690         * MimeIcon.cs (ResourceImageLoader): Load images from assembly
13691         resources, not resgen resources. 
13692
13693         (PlatformDefaultHandler): Pull images using the new API.
13694
13695 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
13696
13697         * Hwnd.cs (Dispose): Remove any pending exposures. XEventQueue holds
13698           a reference to the hwnd and will not remove it unless there are
13699           no pending exposures (fixes #78341)
13700         * XplatUI.cs: Improved debug
13701
13702 2006-05-23  Atsushi Enomoto  <atsushi@ximian.com>
13703
13704         * MenuAPI.cs : don't handle OnClick event when it was not the left
13705           button. Fixed bug #78487.
13706
13707 2006-05-23  Mike Kestner  <mkestner@novell.com>
13708
13709         * MenuAPI.cs: fix placement of submenus for multi-row menu bars, and
13710         prefer submenus to the top menu for item lookup, to avoid popping down
13711         top-row items.
13712
13713 2006-05-23  Alexander Olk  <alex.olk@googlemail.com>
13714
13715         * ThemeWin32Classic.cs: Rewrote CPCPDrawScrollButton to drop
13716           Graphics.FillRectangle as the visual results are really bad (even
13717           on win). We now draw perfect arrows (and perfect shadows when the
13718           scrollbar is disabled). Simplified CPDrawGrid. CPDrawGrid now uses
13719           Pen.DashPattern to draw the dots of each line.
13720
13721 2006-05-22  Alexander Olk  <alex.olk@googlemail.com>
13722
13723         * FileDialog.cs: Update the filename combobox when navigating through
13724           the ListView with the cursor keys. Fixes part 7 of bug #78446.
13725
13726 2006-05-22  Mike Kestner  <mkestner@novell.com>
13727
13728         * ListView.cs: raise SelectedIndexChanged on keyboard selection.
13729         Fixes #78463.
13730
13731 2006-05-22  Mike Kestner  <mkestner@novell.com>
13732
13733         * ComboBox.cs: Refresh in EndUpdate to pick up all the dropped Paint
13734         requests. Fix a misspelled parameter and a copy paste exception error
13735         in Select.
13736
13737 2006-05-22  Peter Dennis Bartok  <pbartok@novell.com> 
13738
13739         * ThemeWin32Classic.cs: Changed DefaultFont emSize from 8.25 to 8
13740           to get the same width/height (5/13) on X11 as the default font has on
13741           win32. This means that our DefaultFont emSize is smaller than the 
13742           the MS SWF equivalent (even thought the width/height stays the same)
13743
13744 2006-05-20  Jackson Harper  <jackson@ximian.com>
13745
13746         * MdiClient.cs:
13747         * MdiWindowManager.cs:
13748         * InternalWindowManager.cs: Make sure to use the border width from
13749         the theme.
13750
13751 2006-05-20  Jordi Mas i Hernandez <jordimash@gmail.com>
13752
13753         * PrintDialog.cs: Implements printer details
13754
13755 2006-05-19  Alexander Olk  <alex.olk@googlemail.com>
13756
13757         * FileDialog.cs: Added focus handling for PopupButtonPanel.
13758           Fixes part 1 and 2 of bug #78446
13759
13760 2006-05-19  Peter Dennis Bartok  <pbartok@novell.com> 
13761
13762         * XplatUIX11.cs (SetWindowPos): Recalculate client area size on resizes
13763           instead of sticking to the first ever calculated value
13764
13765 2006-05-19  Mike Kestner  <mkestner@novell.com>
13766
13767         * ComboBox.cs: fix mouse motion selection to use MousePosition and
13768         PointToClient, since Capture is set. Fixes #78344.
13769
13770 2006-05-19  Mike Kestner  <mkestner@novell.com>
13771
13772         * ListView.cs: match MS behavior in Details view where items are not
13773         drawn if Columns.Count == 0. 
13774         * ThemeWin32Classic.cs: only highlight ListView selection if focused.
13775         Use a separate pen to draw the check, since changing the width affects
13776         the box as well.  Fixes #78454.
13777
13778 2006-05-18  Miguel de Icaza  <miguel@novell.com>
13779
13780         * ListView.cs: ArgumentOutOfRangeException, single versions of the
13781         exception should throw the name of the invalid argument.
13782
13783         * FileDialog.cs (OnClickOpenSaveButton): Avoid crash in open if
13784         there are no files listed. 
13785
13786 2006-05-18  Jackson Harper  <jackson@ximian.com>
13787
13788         * ThemeWin32Classic.cs: Don't use endcaps, they mess the drawing
13789         up.
13790
13791 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
13792
13793         * Control.cs: Brought back our old UpdateZOrder method as a private
13794           function and switched our calls from UpdateZOrder to the new one.
13795           This fixes the Paint.Net canvas disappearing bug.
13796
13797 2006-05-18  Jackson Harper  <jackson@ximian.com>
13798
13799         * Theme.cs:
13800         * ThemeWin32Classic.cs:
13801         * InternalWindowManager.cs: Move the drawing into the theme,
13802         expose everything the theme should need from the window manager.
13803
13804 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
13805
13806         * XplatUIX11.cs (DefWndProc): WM_SETCURSOR: Assign the return value 
13807           from the call to NativeWindow to avoid walking up the parent chain
13808           further than needed (speeds up setting cursors and avoids setting
13809           the wrong cursor if a parent has another cursor defined)
13810         * Cursor.cs: When loading an icon as cursor, MS uses the center of
13811           the icon as hotspot, not what's contained as hotspot in the icon
13812           file. This fixes the perceived drawing offset seen with Paint.Net
13813         
13814 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
13815
13816         * XplatUIX11.cs: 
13817           - Store the calculated rectangle in Hwnd object and use it when 
13818             setting the client size
13819           - Force Toolwindows to always be type Dock, to ensure they're on top
13820
13821 2006-05-18  Mike Kestner  <mkestner@novell.com>
13822
13823         * ComboBox.cs: first pass at ComboBox rework.  Layout is more
13824         consistent with MS positioning.  IntegralHeight, ItemHeight, Sizing.
13825         Correctly initialize textcontrol and ListBox on DropDownStyle changes. 
13826         Substantial refactoring to remove confusing nested classes. Coding
13827         standard and Get+Set->property refactorings.  Shift to index based
13828         highlighting in ComboListBox instead of constantly using IndexOf and
13829         Items[]. Add invalidations on resize for DropDownList to fix ugliness
13830         in FileDialog growth.  Draw borders manually since Simple mode needs
13831         to look like two independent controls.  Make listbox border
13832         conditional to DropDownStyle.  Improved OwnerDraw support.
13833
13834 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
13835
13836         * PaintEventArgs.cs: For 2.0, check for a null Graphics in the .ctor. 
13837         Don't set the disposed graphics to null, so we can throw the "right"
13838         exception if the graphics is reused later (added a flag to avoid 
13839         double disposing). Some behaviours are different under 2.0 and are
13840         filled under bug #78448.
13841
13842 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
13843
13844         * Control.cs: When double-buffering is enabled, we need to reset
13845           our graphics context between paint calls. Otherwise, any 
13846           transformations and other alterations on the context will 
13847           become cumulative (#77734)
13848
13849 2006-05-18  Mike Kestner  <mkestner@novell.com>
13850
13851         * ListView.cs: do focused item selection like MS on clicks. 
13852         Rework focus handling for ItemControl so LostFocus invalidates as
13853         well.
13854         * ThemeWin32Classic.cs: only draw focus rectangle for ListViewItems if
13855         the ListView ItemControl has focus.
13856
13857 2006-05-17  Peter Dennis Bartok  <pbartok@novell.com>
13858
13859         * XplatUIX11.cs: If client_window ends up being width or height zero
13860           due to border settings, move it off window inside whole_window (#78433)
13861
13862 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
13863
13864         * Mime.cs: Shrink the mime file cache correctly.
13865
13866 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
13867
13868         * ThemeWin32Classic.cs: Readded button focus drawing code. (#78429)
13869
13870 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
13871
13872         * XplatUIX11.cs (AddExpose): More sanity checks
13873
13874 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
13875
13876         * XplatUIX11.cs:
13877           - AddExpose: Don't add expose ranges outside the size of our
13878             window
13879           - Cast opacity values to Int32 to avoid crashes with certain
13880             values
13881           - Added disabled code paths that protect against illegal cross-
13882             thread painting (Developers.exe)
13883
13884 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
13885
13886         * ProgressBar.cs: Invalidate the control when it's resized
13887           since block size is based on control size. (#78388)
13888
13889 2006-05-16  Miguel de Icaza  <miguel@novell.com>
13890
13891         * DataGrid.cs (SetDataBinding): per the discussion on irc, instead
13892         of setting the incoming argument to the "reset" value, we set the
13893         this.datamember to string.empty (before we were invalidating the
13894         incoming data).   
13895
13896         Fixes 78420
13897
13898 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
13899
13900         * Form.cs: Only apply transparency settings after the form
13901           is created. (Fixes #77800)
13902
13903 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
13904
13905         * ApplicationContext.cs: Grab the HandleDestroyed event so
13906           we know when to fire OnMainFormClosed 
13907
13908 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
13909
13910         * Application.cs: Introduced sub-class to allow tracking of
13911           threads and centralized triggering of the event mess for
13912           ThreadExit, AppExit, etc..  (#76156)
13913
13914 2006-05-16  Alexander Olk  <alex.olk@googlemail.com>
13915
13916         * MimeIcon.cs:
13917           - Do not return a null icon index value for a mime subclass.
13918             Instead try the main mime type class too.
13919           - Seems that some newer distributions don't have a link to some
13920             gnome default icons anymore. So check the default gnome dir too.
13921           
13922
13923 2006-05-16  Jackson Harper  <jackson@ximian.com>
13924
13925         * MdiClient.cs: Don't paint the parent background image if we have
13926         our own background image.
13927
13928 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
13929
13930         * Control.cs:
13931           - PerformLayout: Do not shrink space filled by DockStyle.Fill
13932             controls, all filled controls are supposed to overlap (#78080)
13933           - UpdateZOrder is supposed to update the control's z-order in the
13934             parent's z-order chain. Fixed to behave like that
13935           - BringToFront: Removed obsolete code
13936           - SendToBack: Simplyfied
13937           - SetChildIndex: Trigger layout calculations when Z-order changes
13938             since layout is done by z-order
13939
13940 2006-05-16  Chris Toshok  <toshok@ximian.com>
13941
13942         [ fixes bug #78410 ]
13943         * DataGrid.cs (set_AlternatingBackColor): use
13944         grid_drawing.InvalidateCells instead of Refresh().
13945         (set_BackColor): call grid_drawing.InvalidateCells.
13946         (set_BackgroundColor): use Invalidate instead of Refresh.
13947
13948         * DataGridDrawingLogic.cs (InvalidateCells): new function, just
13949         invalidate the cell area.
13950
13951 2006-05-15  Chris Toshok  <toshok@ximian.com>
13952
13953         [ fixes bug #78011 ]
13954         * ThemeWin32Classic.cs (DataGridPaintRows): pass the clip argument
13955         on to DataGridPaintRow.
13956         (DataGridPaintRow): take a clip argument, and only draw the cells
13957         which intersect it.  same with the not_usedarea.
13958
13959         * Theme.cs (DataGridPaintRow) add @clip parameter.
13960
13961         * DataGrid.cs (ScrollToColumnInPixels): simplify, use
13962         XplatUI.ScrollWindow.
13963         (ScrollToRow): same.
13964
13965         * DataGridDrawingLogic.cs (UpdateVisibleColumn): fix corner case
13966         with last column which was causing a gray swath to appear with the
13967         XplatUI.ScrollWindow code.
13968
13969 2006-05-15  Chris Toshok  <toshok@ximian.com>
13970
13971         * ListBox.cs (HorizontalScrollEvent): in the non-multicolumn case,
13972         use XplatUI.ScrollWindow.
13973         (VerticalScrollEvent): use XplatUI.ScrollWindow.
13974
13975 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com> 
13976
13977         * TextBoxBase.cs: Added handling of middle-button paste for X11. (#78375)
13978
13979 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
13980
13981         * Cursors.cs: For X11, read NWSE and NESW cursors from our resource
13982           file since there are no equivalent X11 cursors
13983
13984 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
13985
13986         * MonthCalendar.cs : DateTimePicker should reflect selected date
13987           on mouse*up*, not mouse*down*. Fixed originally reported part of
13988           bug #76474.
13989
13990 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
13991
13992         * TabControl.cs : When argument index is equal or more than tab
13993           count, just ignore. Fixed bug #78395.
13994
13995 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
13996
13997         * Control.cs: Dispose all child controls when control is diposed (#78394)
13998
13999 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
14000
14001         * ColorDialog.cs: Finally it is possible to select the color with
14002           the text boxes
14003
14004 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
14005
14006         * PrintDialog.cs: Fix typo
14007
14008 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
14009
14010         * PrintDialog.cs: PrintDialog is not resizable
14011         * ThemeWin32Classic.cs: Draw non links in LinkLabel with the correct
14012           color. Made some ToolBar drawing methods protected virtual.
14013
14014 2006-05-13  Jordi Mas i Hernandez <jordimash@gmail.com>
14015
14016         * PrintDialog.cs: Implementation of the PrintDialog
14017
14018 2006-05-12  Chris Toshok  <toshok@ximian.com>
14019
14020         * ScrollBar.cs (set_Value): don't use Dirty/Invalidate to move the
14021         thumb, instead use MoveThumb.  This has the side effect of making
14022         most of the other thumb moving machinery use MoveThumb as well.
14023         (OnHandleCreated): pass false for @dirty to UpdateThumbPos, as we
14024         need to actually invalidate the rectangle where the new thumb will
14025         go.
14026         (MoveThumb): use XplatUI.ScrollWindow to move the thumb around.
14027         We force an Update() after, so it's not as fast as it could be,
14028         but at least there's zero flicker and no droppings.
14029         (OnMouseMoveSB): in the thumb dragging case, use MoveThumb.
14030         (UpdateThumbPos): add another argument (dirty), which says whether
14031         or not to calculate/add dirty regions which we later invalidate.
14032         For cases where we know we're going to use MoveThumb, we pass
14033         false for this.  Otherwise, pass true.
14034
14035 2006-05-12  Jackson Harper  <jackson@ximian.com>
14036
14037         * ThemeWin32Class.cs: Fixes for alignment and icon rendering in
14038         the status bar.
14039         
14040 2006-05-12  Peter Dennis Bartok  <pbartok@novell.com>
14041
14042         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new SetClipRegion
14043           and GetClipRegion methods and UserClipWontExposeParent property.
14044         * XplatUIWin32.cs: Implemented SetClipRegion/GetClipRegion methods,
14045           overriding UserClipWontExposeParent property, setting to false, since
14046           Win32 handles the required expose messages to draw our clipped parent
14047           areas internally
14048         * XplatUIX11.cs: Implemented SetClipRegion and GetClipRegion; updated
14049           PaintEventStart to set the user clip region if set.
14050         * Control.cs: 
14051           - Now internally tracking the Region for the control since we need to
14052             store it if the handle is not yet created and only set it when it
14053             becomes created. Before setting the region forced handle creation
14054           - Added code to draw the parents underneath a user-clipped region
14055         * Hwnd.cs: Added UserClip property
14056
14057 2006-05-12  Chris Toshok  <toshok@ximian.com>
14058
14059         * ScrollBar.cs (set_LargeChange): Refresh() -> InvalidateDirty()
14060         (set_Maximum): same.
14061         (set_Minimum): same.
14062         (set_SmallChange): same.
14063         (OnMouseUpSB): remove the call to refresh when releasing the
14064         thumb.  We shouldn't need it.
14065         
14066 2006-05-12  Miguel de Icaza  <miguel@novell.com>
14067
14068         * StatusBar.cs (UpdatePanel): If the panel being refreshes has the
14069         AutoSize set to None, we do not need to relayout everything, we
14070         just need to invalidate the current region.
14071
14072         (Draw): Do not draw the entire ClientArea, just redraw the
14073         clip area being passed.
14074
14075         * MdiClient.cs: Make MdiClient constructor with the Form argument
14076         internal. 
14077
14078 2006-05-12  Jackson Harper  <jackson@ximian.com>
14079
14080         * ThemeWin32Classic.cs (DrawToolBar): Flat toolbars get their
14081         parents background image,  but strangely not their own.
14082         - (DrawStatusBarPanel): Take into account horizontal alignment
14083         when drawing the strings and icons.
14084
14085 2006-05-12  Mike Kestner  <mkestner@novell.com>
14086
14087         * ListBox.cs: avoid invalidations for focus when the collection is
14088         empty. 
14089
14090 2006-05-12  Chris Toshok  <toshok@ximian.com>
14091
14092         * ScrollBar.cs (OnMouseMoveSB): when dragging the thumb, don't
14093         invalidate the entire thumb area.  Call InvalidateDirty which
14094         limits the redraw to the thumb itself and surrounding pixels.
14095
14096         * XplatUIX11.cs (ScrollWindow): optimize copying.
14097         
14098 2006-05-12  Chris Toshok  <toshok@ximian.com>
14099
14100         * DataGridDrawingLogic.cs: make CalcGridAreas non-reentrant.
14101         Figure out the positioning/layout in a single pass instead of
14102         multiple recursive invocations.  Speeds up the initial display of
14103         the data grid.  Also, make many things private that were
14104         originally public but unused outside this class.
14105
14106 2006-05-11  Jackson Harper  <jackson@ximian.com>
14107
14108         * MdiClient.cs: Improved layout code.
14109
14110 2006-05-11  Jonathan Chambers  <jonathan.chambers@ansys.com>
14111
14112         * PropertyGrid.cs : Only check GetPropertiesSupported for properties,
14113           not SelectedObject.
14114
14115 2006-05-11  Chris Toshok  <toshok@ximian.com>
14116
14117         * Hwnd.cs (Invalid): don't start off with Rectangle.Empty, as
14118         union of that will always be {0,0,width,height}.
14119
14120 2006-05-11  Jackson Harper  <jackson@ximian.com>
14121
14122         * Form.cs: Match MS's DefaultSize for forms (they must have
14123         changed the size in sp2).
14124
14125 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
14126
14127         * TextBoxBase.cs : implement CTRL+A (select all). Fixed bug #78368.
14128
14129 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
14130
14131         * TextControl.cs : Fixed bug #78109. This incorrect position
14132           comparison caused crash on automatic line split.
14133         * TextBoxBase.cs : reduce duplicate code.
14134
14135 2006-05-10  Jackson Harper  <jackson@ximian.com>
14136
14137         * MdiClient.cs: Active form is only sent to the back when using
14138         the Next form functionality, when a form is clicked the current
14139         active shouldn't be sent to the back.
14140         - Layout the mdi windows when the container is first made visible.
14141         * Form.cs: Give the MdiClient a ref to the containing form when we
14142         create it.
14143         
14144 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
14145
14146         * LinkLabel.cs : link_font could be uninitialized, so populate one
14147           before actual use. Fixed bug #78340.
14148
14149 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
14150
14151         * XplatUIX11.cs : clipboard format native value is IntPtr.
14152           Fixed bug #78283.
14153
14154 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
14155
14156         * Control.cs: 
14157           - Instead of showing context menus directly we send WM_CONTEXTMENU, 
14158             which is passed up the parent chain by DefWndProc
14159           - We now handle WM_CONTEXTMENU to display any menu, or pass it 
14160             to DefWndProc (#77956)
14161         * XplatUIX11.cs: Added handling of WM_CONTEXTMENU (pass up) to DefWndProc
14162
14163 2006-05-10  Jackson Harper  <jackson@ximian.com>
14164
14165         * MdiClient.cs: We need to remove the controls from the mdi
14166         collection, when we close the window.
14167         * MdiWindowManager.cs: Special handling of closing mdi windows.
14168         * InternalWindowManager.cs: Make the close method virtual so the
14169         mdi window manager can handle it specially.
14170
14171 2006-05-10  Jordi Mas i Hernandez <jordimash@gmail.com>
14172
14173         * DataGrid.cs:
14174           - Recalculate grid when the data source has changed
14175           - Matches styles provided by user from all data sources types
14176         * DataGridTableStyle.cs: For columns that provided by the user set the
14177         with the preferred value is there was unassigned.
14178         * CurrencyManager.cs: throw OnItemChanged event
14179
14180 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com> 
14181
14182         * PictureBox.cs: Don't animate until handle is created. Start animation
14183           when handle is created.
14184
14185 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
14186
14187         * XplatUIX11.cs, Hwnd.cs: Adopted Mike's patch from #77979 to match
14188           current codebase.
14189         * XEventQueue.cs: We don't need to provide the extra info
14190
14191 2006-05-10  Jackson Harper  <jackson@ximian.com>
14192
14193         * MdiClient.cs: If the mdi clients parent form has a background
14194         image set, we draw that background image for the mdi area's
14195         background.
14196
14197 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
14198
14199         * TextBoxBase.cs: Set IBeam cursor (#78347)
14200
14201 2006-05-10  Mike Kestner  <mkestner@novell.com>
14202
14203         * ToolBar.cs: fix some text padding issues with ButtonSize
14204         calculation. Update the default size to match MS documentation.
14205         * ToolBarButton.cs: use ToolBar.ButtonSize for layout of unspecified
14206         button size. Fixes #78296.
14207
14208 2006-05-10  Mike Kestner  <mkestner@novell.com>
14209
14210         * ListBox.cs: use is_visible for scrollbar positioning in case the
14211         control isn't on screen yet.  Fix off by one with Right vs Width
14212         usage.  Update Scrollbars in SetBoundsCore. Fixes #78188 and #78258.
14213         
14214 2006-05-10  Jackson Harper  <jackson@ximian.com>
14215
14216         * X11Dnd.cs: Drop to a control with another control on top of it.
14217         * ToolBar.cs: Work on a copy of the buttons list, so that it can
14218         be modified in click handlers. TODO: Look for similar problems in
14219         other controls.
14220
14221 2006-05-09  Jackson Harper  <jackson@ximian.com>
14222
14223         * Form.cs: Window managers need the old window state when setting
14224         window state now.
14225         * InternalWindowManager.cs: Allow the base mdi window manager to
14226         handle more of the MDI only stuff (like maximize buttons).
14227         * MdiWindowManager.cs: Fix some snafus in changing the window
14228         state.  Add all the menu functionality, for both popup and
14229         maximized menus.
14230         * MdiClient.cs: When a new form is selected the currently
14231         activated form is sent to the back, this matches MS.
14232         - Implement a new method to activate the next mdi child window.
14233
14234 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com>
14235
14236         * Control.cs: 
14237           - Added new InternalCapture method to allow controls to prevent
14238             the capture behaviour on the click handlers
14239           - Switched to use InternalCapture
14240         * ComboBox.cs:
14241           - Using InternalCapture to prevent mouse captures from being released
14242             on mouse button release (Fixes #78100)
14243         * XplatUIX11.cs (DeriveStyles): Now checks caption state and only
14244           returns Form borders if a caption is present. (Fixes #78310)
14245
14246 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com> 
14247
14248         * TreeNode.cs: Changed serialization .ctor to not require every field
14249           to be present. (#78265)
14250         * OwnerDrawPropertyBag.cs: Added serialization .ctor
14251
14252 2006-05-05  Alexander Olk  <alex.olk@googlemail.com>
14253
14254         * MimeIcon.cs: for is faster than foreach for strings.
14255
14256 2006-05-05  Mike Kestner  <mkestner@novell.com>
14257
14258         * CheckedListBox.cs: update check handling code to not use selected.
14259         * ListBox.cs: rewrite of mouse selection handling to correspond to MS
14260         behavior for visual feedback, motion response, shift/ctrl handling,
14261         and properly deal with all 4 selection modes. Updates to bounds
14262         handling logic.  Add scroll wheel support. [Fixes #77842]
14263
14264 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
14265
14266         * ListView.cs:
14267           - Moved adding of Implicit controls into .ctor. That way, subsequent
14268             creation of the controls will not cause them to think they are 
14269             toplevel windows (fixes #78200 header problem)
14270           - Added 2.0 ShowGroups and UseCompatibleStateImageBehaviour
14271           - Switched visibility setting of header control to use internal field
14272             to avoid triggering handle creation
14273           - Now checking if handle is created before causing a refresh when items
14274             are added (This makes us now match handle creation time with MS)
14275         * Splitter.cs: Removed loading of private splitter cursor, switched to
14276           Cursors version now that that is loading the right ones
14277         * Cursors.cs: Load proper splitter cursors from resources
14278         * Cursor.cs: Added second method of loading resource cursors for the 
14279           VS.Net users amongst us
14280
14281 2006-05-05  Mike Kestner  <mkestner@novell.com>
14282
14283         * ListView.cs: give header_control a minimum size based on the
14284         ListView size.
14285
14286 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
14287
14288         * XplatUIX11.cs: WS_EX_TOPMOST requires window to be on top. A dock
14289           window seems to do that with metacity, so set that type. (#78120)
14290
14291 2006-05-05  Mike Kestner  <mkestner@novell.com>
14292
14293         * ListViewItem.cs: fix Details mode checkbox layout bug.
14294         * ThemeWin32Classic.cs: draw a ListView column header for unused space
14295         at the end of the header, if it exists. [Fixes for #78200]
14296
14297 2006-05-04  Jackson Harper  <jackson@ximian.com>
14298
14299         * MdiClient.cs: Add a helper property to get the container form.
14300         * MdiWindowManager.cs: We have to make sure to use the menu origin
14301         when drawing the icons and buttons, this fixes maximized window
14302         icons/buttons on win32.
14303         * InternalWindowManager.cs: Reset the restore captions when a
14304         window goes from Maximized to Minimized and vice versa. Move the
14305         DrawMaximizedButtons into the MdiWindowManager source, tool
14306         windows can't be maximized. NOTE: This could use a little
14307         refactoring if time ever permits.
14308         
14309 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
14310
14311         * TextBox.cs: Add MWFCategoryAttributes
14312         * TextBoxBase.cs: Add MWFCategoryAttributes
14313         * Form.cs: Add MWFCategoryAttributes
14314
14315 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
14316
14317         * Control.cs: Add MWFCategoryAttributes
14318         * ScrollableControl.cs: Add MWFCategoryAttributes
14319
14320 2006-05-03  Alexander Olk  <alex.olk@googlemail.com>
14321
14322         * ThemeWin32Classic.cs: Draw the ToolBar top border only if
14323           Divider is true. Fix a little glitch in PropertyToolBar
14324           drawing code
14325
14326 2006-05-02  Peter Dennis Bartok  <pbartok@novell.com> 
14327
14328         * Control.cs:
14329           - Dispose: Call base.Dispose, this causes the disposed event
14330             to be fired (and probably other, more important stuff)
14331           - SetVisibleCore: Set is_visible to true after creating the
14332             window so that the window still gets created invisible (if
14333             WM_VISIBLE isn't set). That will cause the ShowWindow afterwards
14334             to generate a WM_ACTIVE message
14335         * Form.cs: Call Dispose when we want to destroy the window, instead of
14336           just destroying the handle (Dispose will do that for us)
14337         * XplatUIX11.cs:
14338           - RootWindow also needs a queue, so we can properly process the
14339             property change events from RootWindow (like Activate)
14340           - Generatic synthetic WM_ACTIVE message when the active window is
14341             being destroyed
14342
14343 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
14344
14345         * LinkLabel.cs: Trigger a recalc of our label dimensions when
14346           bounds are changed
14347
14348 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com>
14349
14350         * ThemeWin32Classic.cs (ButtonBase_DrawImage): Use the proper image
14351           for determining width and height (image might not be assigned if
14352           we're drawing an imagelist)
14353
14354 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
14355
14356         * XplatUI.cs, XplatUIDriver.cs: Added MenuHeight property
14357         * XplatUIWin32.cs: Overriding new MenuHeight property, retrieving
14358           height from system
14359         * Theme.cs: No longer returns hardcoded menu height, instead calls
14360           new driver method
14361         * Form.cs (OnLoad): Scaling happens before triggering Load events 
14362           on MS (# 78257)
14363
14364 2006-05-01  Mike Kestner  <mkestner@novell.com>
14365
14366         * MenuItem.cs: fix NRE for text == null.  Fixes #78250.
14367
14368 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com> 
14369
14370         * TextBoxBase.cs: Removed Fixme
14371         * RichTextBox.cs (set_RTF): Invalidate document after update (#78247)
14372
14373 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com>
14374
14375         * XplatUIX11.cs:
14376           - ScrollWindow: We were passing hwnd.ClientRectangle which returns
14377             the rectangle relative to the parent, considering borders. We
14378             don't really want that.
14379           - ScrollWindow: Fixed warning to be more understandable
14380         * TextBoxBase.cs: Fixed ScrollWindow calculations to consider our
14381           scrollbars and scroll only the visible area
14382         * RichTextBox.cs: Removed debug output
14383
14384 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
14385
14386         * NumericUpDown.cs (Text): Just use base
14387         * UpDownBase.cs: Ensure txtView is created before using it
14388
14389 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
14390
14391         * XplatUIX11.cs (SetWindowTransparency): Casting opacity to int before
14392           casting to IntPtr to avoid 64bit overflow errors
14393
14394 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
14395
14396         * Control.cs:
14397           - AllowDrop: Don't force handle creation.
14398           - CreateHandle: Added call to tell driver if we're allowed to drop
14399
14400 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
14401
14402         * FileDialog.cs: Remember the last directory not only for the
14403           current instance but also for new FileDialog instances.
14404
14405 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
14406         
14407         * XplatUIX11.cs: Forgot to set the queue on the foster parent. That
14408           broke sending async messages
14409
14410 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
14411
14412         * XplatUIX11.cs:
14413           - ScrollWindow: Fixed method. We finally generate expose events again
14414             for scrolled areas. This was causing 'garbage' when scrolling
14415             textbox and other controls that used ScrollWindow
14416           - Switched from using the regular queue for paint events to the MS 
14417             model of 'generating' paint events when the queue is empty.
14418             We use the new XQueueEvent.Paint subclass to store which windows
14419             need painting.
14420           - AddExpose now takes the x/y/width/height of the exposed area
14421             and inserts the window into the paint queue if not already there
14422           - InvalidateWholeWindow: Switched to use new AddExpose method
14423           - UpdateMessageQueue: Added which queue to monitor for paint events
14424           - DefWndProc: Added default handler for WM_PAINT and WM_NCPAINT in
14425             the unlikely case nothing above handles it. We reset the expose
14426             pending states to get them off the queue.
14427           - GetMessage: Now pulls a paint event if no other events are in the
14428             queue
14429           - Invalidate: Switched to new AddExpose method
14430           - PeekMessage: Updated to understand pending paint events
14431           - UpdateWindow: Fixed logic bug. We were only updating if the window
14432             didn't need updating. Also switched to sending WM_PAINT directly,
14433             like MS does.
14434         * XEventQueue.cs: Added Paint queue support. Allows enqueue/dequeue
14435           and random access Remove(). The random access is needed to handle
14436           UpdateWindow() where a WM_PAINT is sent directly without accessing
14437           the queue.
14438         * ScrollBar.cs: Added Update() calls to cause immediate updates to
14439           allow for better feedback when scrolling. Scrollbars are small and
14440           the immediate update should make it 'feel' more responsive without
14441           slowing things down. ScrollBar still needs it's invaliate logic
14442           updated to not always invalidate the whole bar on certain changes.
14443
14444 2006-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14445
14446         * Control.cs:
14447         (BackColor): if the control does not support a transparent background,
14448         return the default backcolor when the parent backcolor is transparent.
14449
14450 2006-04-28  Peter Dennis Bartok  <pbartok@novell.com>
14451
14452         * Application.cs: Updated to new StartLoop/GetMessage API
14453         * RichTextBox.cs: Provide some output on RTF parsing errors
14454         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs: Added
14455           new queue_id argument to GetMessage and PeekMessage to allow faster
14456           handling of per-thread queues in drivers.
14457         * Hwnd.cs: Added Queue tracking and property
14458         * MenuAPI.cs: Updated to new StartLoop/GetMessage API
14459         * XEventQueue.cs: Added thread trackingA
14460         * PropertyGridView.cs: Updated to new StartLoop/GetMessage API
14461         * XplatUIX11.cs:
14462           - Implemented new per-thread queue
14463           - GetMessage: Fixed return/break behaviour on several cases. We were
14464             returning stale messages in some cases, instead of just processing
14465             the next message
14466
14467 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
14468
14469         * PropertyGrid.cs: Call GetPropertiesSupported on TypeConverter.
14470
14471 2006-04-27  Peter Dennis Bartok  <pbartok@novell.com>
14472
14473         * ThemeWin32Classic.cs (DrawToolBar): Refactored, simplified the logic,
14474           fixed off-by-one comparisons between Width/Height and Right/Bottom.
14475
14476 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
14477
14478         * PropertyGridView.cs: Fix drop down width.
14479
14480 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
14481
14482         * ThemeWin32Classic.cs: Peter thinks that three additional lines are
14483           a mess in DrawToolBar, so I removed one of them.
14484
14485 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
14486
14487         * ThemeWin32Classic.cs: Draw the ToolBar border lines only if
14488           needed (clip). Otherwise we get artifacts.
14489
14490 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
14491
14492         * FixedSizeTextBox.cs: Added constructor to allow specifying which
14493           dimension is fixed
14494         * UpDownBase.cs: Set the spinner control to be fixed height vertical,
14495           and switched FixedSizeTextBox to only be fixed vertical (#78116)
14496         * Form.cs: Not applying the 'MS 0.08 fudge factor' for a given dimension
14497           if it matches the scale base font (avoids unneeded scaling)
14498
14499 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
14500
14501         * X11DesktopColors.cs: One gtk_init_check should be enough
14502
14503 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com> 
14504
14505         * TextBoxBase.cs: Moved Backspace handling into WM_CHAR block to
14506           match MS behaviour
14507
14508 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
14509
14510         * TextBoxBase.cs: 
14511           - Generate OnTextChanged for Backspace even if we're only deleting
14512             the current selection
14513           - When setting the Text property, only select all text if the
14514             control does not have focus when it is being set. Otherwise
14515             just place the cursor at the beginning of the control
14516
14517 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
14518
14519         * ThemeWin32Classic.cs: ToolBars get drawn with two lines at the top.
14520           Added a little helper to draw PropertyGrid ToolBar with a different
14521           border and a different BackColor.
14522         * PropertyGrid.cs: Some background parts didn't get painted with the
14523           correct background color. Added a class that helps us to draw the
14524           correct border for PropertyGridView and a class that helps us to
14525           draw ToolBars with a different backcolor
14526         * PropertyGridView.cs: Draw PlusMinus with the correct colors.
14527
14528 2006-04-25  Jonathan Chambers  <jonathan.chambers@ansys.com>
14529
14530         * PropertyGrid.cs: Bug 78196, font size, and splitter location.
14531         * PropertyGridView.cs: Bug 78196, font size, and splitter location.
14532
14533 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
14534
14535         * XplatUIWin32.cs (DIBtoImage): ORing instead of ANDing the alpha
14536           into the palette entries. Also, since we're working on a copy
14537           we needed to copy the palette back onto the bitmap.
14538         * Cursor.cs: Same fix as XplatUIWin32.cs.
14539
14540 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com>
14541
14542         * ImageListStreamer.cs: Need to read the var (or we're off)
14543
14544 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
14545
14546         * TextControl.cs, ComboBox.cs, CommonDialog.cs, Theme.cs, 
14547           XplatUIWin32.cs, RichTextBox.cs, ImageListStreamer.cs,
14548           TextBoxBase.cs: Unused var fixes
14549         * AxHost.cs: Small 2.0 fix
14550         * XplatUIX11.cs: Switched to IntPtr from int for XA_CARDINAL atoms 
14551           as it seems that is what at least Metacity expects. This will make
14552           icons show up on 64bit platforms. We still have some 64bit size
14553           issues, though, since the startup app window size still won't match.
14554
14555 2006-04-25  Mike Kestner  <mkestner@novell.com>
14556
14557         * *.cs: cleanup newly reported exception var unused warnings.
14558
14559 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
14560
14561         * ThemeWin32Classic.cs: Button image alignment now matches exactly
14562           ms
14563
14564 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
14565
14566         * ThemeWin32Classic.cs: Fixed drawing code for buttons with an
14567           image. The image position is always the same, no matter if the
14568           button is pressed or not.
14569
14570 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
14571
14572         * FileDialog.cs: SaveFileDialog shouldn't rely on a MWFFileView
14573           selection and set the correct filename for SaveFileDialog.
14574           Patch by Emery Conrad.
14575
14576 2006-04-24  Mike Kestner  <mkestner@novell.com>
14577
14578         * ListView.cs (LastVisibleIndex): when in List mode of Alignment.Left,
14579         check for item.X outside the ClientRect instead of item.Y. Fixes
14580         #78151.
14581
14582 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14583
14584         * ImageListStreamer.cs: some images store a wrong grow factor, so don't
14585         trust that value blindly and do some sanity check. Fixes bug #77814.
14586
14587 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14588
14589         * ImageListStreamer.cs: save the mask as a 1bpp image.
14590
14591 2006-04-21  Mike Kestner  <mkestner@novell.com>
14592
14593         * CheckedListBox.cs: maintain CheckStatus here. Use DrawItemState to
14594         pass Checked and Indeterminate to the Theme Engine. Improve
14595         encapsulation with ListBox.
14596         * ListBox.cs: Keep a StringFormat instead of calculating it every item
14597         draw. Kill ListBoxItem. Refactor away the ListBoxInfo and ListBoxItem
14598         nested types.  Move all CheckState functionality to CheckedListBox.
14599         Make IntegralHeight work like MS.  Rewrite of Layout engine.  Fix
14600         OwnerDrawVariable layout/rendering.  Fix multicolumn rendering.  Fix
14601         ScrollAlwaysVisible handling. Refactor "selected" collections to use a
14602         single base list. Fix scrollbar sizing and placement to mirror MS.
14603         * Theme.cs: remove CheckedListBoxCheckRectangle. It wasn't really
14604         used.
14605         * ThemeWin32Classic.cs: implement Indeterminate CheckState rendering
14606         for CheckedListBox by using new DrawItemState info.  Center the
14607         checkboxes on the items. Use new StringFormat property.
14608
14609 2006-04-18  Jackson Harper  <jackson@ximian.com>
14610
14611         * Form.cs: MdiChildren don't do default locations the same way as
14612         regular forms.  This prevents a crash when trying to position the
14613         mdi windows.
14614
14615 2006-04-17  Jonathan Chambers  <jonathan.chambers@ansys.com>
14616
14617         * PropertyGridTextBox.cs: Formatting, copyright
14618         * PropertiesTab.cs: Formatting
14619         * PropertyGrid.cs: Formatting
14620         * PropertyGridView.cs: Formatting, fix drop down, enabled double 
14621           click toggling of values
14622           
14623 2006-04-17  Peter Dennis Bartok  <pbartok@novell.com> 
14624
14625         * KeyPressEventArgs: Added 2.0 only setter for KeyChar
14626         * Control.cs (.ctor): verify_thread_handle is static, don't reset
14627           every time a control is created
14628         * Application.cs: Removed obsolete EnableRTLMirroring method
14629
14630 2006-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
14631
14632         * TabControl.cs: Avoid ArgumentOutOfRangeException when setting
14633         SelectedIndex to -1. Fixes bug #78121.
14634
14635 2006-04-17  Jackson Harper  <jackson@ximian.com>
14636
14637         * Binding.cs: Handle null values for Current and BindingContext.
14638         This occurs when binding is a little delayed.
14639         * CurrencyManager.cs: return null for Current when there are no
14640         items in the list.
14641         - Hookup to the listchanged event on the DataView and update
14642         bindings when the list is changed.  This fixes late binding of
14643         controls.
14644
14645 2006-04-17  Jackson Harper  <jackson@ximian.com>
14646
14647         * X11Dnd.cs:
14648         * XplatUIX11.cs: Drops should not create a mousedown. Patch by Tim
14649         Ringenbach.
14650
14651 2006-04-15  Alexander Olk  <alex.olk@googlemail.com>
14652
14653         * ThemeWin32Classic.cs: Draw disabled combo button in the correct
14654           place
14655         * ComboBox.cs: If the combobox is disabled call CPDrawComboButton
14656           with the correct ButtonState
14657
14658 2006-04-14  Peter Dennis Bartok  <pbartok@novell.com>
14659
14660         * XplatUIX11.cs: Improved distinguishing between window types to
14661           tell the WM a type closer to what the app wants (Fixes #78107)
14662
14663 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
14664
14665         * ThemeWin32Classic.cs: Fixed drawing of ContainerGrabHandle and
14666           GrabHandle
14667
14668 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
14669
14670         * ThemeWin32Classic.cs: Fixed size grip drawing and updated StatusBar
14671           drawing code to reflect the size grip changes
14672
14673 2006-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14674
14675         * ImageListStreamer.cs: fix handling of the mask that follows the main
14676         bitmap when deserializing and serialize it properly. The generated mask
14677         should better be a 1bpp image, but I'll do that later.
14678
14679 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
14680
14681         * FileDialog.cs: Show something in the DirComboBox on *nix if the
14682           path doesn't fit into some of our Current.Places
14683
14684 2006-04-13  Jackson Harper  <jackson@ximian.com>
14685
14686         * ComboBox.cs: Use borders instead of drawing our own decorations,
14687         try to obey correct rules for heights.
14688         * Theme.cs:
14689         * ThemeNice.cs:
14690         * ThemeClearLooks.cs:
14691         * ThemeWin32Classic.cs: Remove combobox decoration drawing code,
14692         this is now handled by borders.
14693         - Remove unused DrawListBoxDecorationSize method.
14694         
14695 2006-04-13  Mike Kestner  <mkestner@novell.com>
14696
14697         * MenuAPI.cs: null guarding for the disbled click check fixes crash
14698         reported by Alex.
14699
14700 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
14701
14702         * ThemeWin32Classic.cs: 
14703           - Fixed CPDrawStringDisabled
14704           - Corrected drawing of disabled menu items
14705           - Fixed drawing of disabled radio buttons (bug #78095)
14706           - Draw check in a disabled CheckBox with color ControlDark 
14707
14708 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
14709
14710         * Form.cs: Use the provided width when calculating the menu size;
14711           when being maximized we get WM_NCCALCSIZE before WM_WINDOWPOSCHANGED
14712           and ClientSize.Width won't be updated yet
14713         * Application.cs: Use Visible instead of Show() to make form visible,
14714           this way we create the handle later and menusize is considered
14715
14716 2006-04-12  Mike Kestner  <mkestner@novell.com>
14717
14718         * MenuAPI.cs: ignore clicks on disabled menu items. Thanks to Alex for
14719         reporting.
14720
14721 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
14722
14723         * TextBox.cs: Implemented context menu
14724
14725 2006-04-12  Mike Kestner  <mkestner@novell.com>
14726
14727         * ListView.cs: implement box selection. fixes #77838.
14728         * ThemeWin32Classic.cs: draw box select rect, remove a ResetClip.
14729
14730 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
14731
14732         * XplatUIX11.cs: Added setting of window type when transient window
14733           is created (metacity would move it otherwise)
14734         * X11Structs.cs: Added WINDOW_TYPE atoms
14735         * LinkLabel.cs: Override OnPaintBackgroundInternal and draw the
14736           background (the control is Opaque but still wants transparent
14737           backgrounds)
14738
14739 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
14740
14741         * Control.cs: Added OnPaintBackgroundInternal to allow controls
14742           that set Opaque but don't mean it (like all ButtonBase-derived
14743           controls) to still draw their background
14744         * ButtonBase.cs: Override OnPaintBackgroundInternal and draw
14745           the background
14746
14747 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
14748
14749         * Control.cs (PaintControlBackground): Set the graphics object
14750           on our PaintEvent to null to prevent it from being disposed
14751           when the PaintEvent gets disposed
14752
14753 2006-04-12  Alexander Olk  <alex.olk@googlemail.com>
14754
14755         * ThemeWin32Classic.cs: Use even more SystemBrushes and SystemPens
14756         * ThemeNice.cs, ThemeClearlooks.cs: fix typo
14757
14758 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
14759
14760         * Control.cs: 
14761           - Added transparency check to BackColor property. Transparent
14762             backgrounds are only allowed if the control styles permit it
14763           - Added recursive painting of parent control background and
14764             foreground if a control with a transparent backcolor is drawn
14765             (Thanks to Tim Ringenback for providing his 'hack' as a base
14766              for this patch) Fixes #77985 and #78026.
14767           - Added Opaque style check before calling OnPaintBackground, no
14768             need to draw the background if the control is opaque
14769           - Removed ControlAccessibleObject owner variable (inherited from
14770             base, no need to define again)
14771           - Added some documentation links explaining the drawing events
14772             and styles
14773
14774 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
14775
14776         * Splitter.cs (CalculateSplitPosition): Corrected the bad assumption
14777           that the affected control is the located at the left border of our
14778           parent (Fixes #77936)
14779
14780 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
14781
14782         * TextBoxBase.cs: When rendering disabled or readonly controls,
14783           draw the background with 'Control' instead of 'Window' color as
14784           long as the user hasn't specifically set a color
14785
14786 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
14787
14788         * TextBoxBase.cs: Don't try to shortcut by checking against base.Text
14789           since that won't be updated if the user types text (only if it's
14790           programatically set)
14791
14792 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
14793
14794         * ScrollableControl.cs: Calculate DisplayRect dynamically, so that
14795           layout changes do to app-triggered resizes will have the proper
14796           display rectangle for layout
14797
14798 2006-04-11  Alexander Olk  <alex.olk@googlemail.com>
14799
14800         * ThemeWin32Classic.cs:
14801           - Make use of the SystemBrushes and SystemPens wherever possible
14802           - Corrected some highlight colors
14803           - Corrected RadioButton and CheckBox FlatStyle.Flat and Popup
14804             drawing
14805         * Theme.cs: Added Empty field to CPColor struct
14806
14807 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
14808
14809         * ScrollabeControl.cs: We need to consider whether or not a scrollbar
14810           is displayed when calculating the display rectangle. Thanks to Mike
14811           for teaching me the err of my ways.
14812
14813 2006-04-10  Peter Dennis Bartok  <pbartok@novell.com>
14814
14815         * ScrollableControl.cs:
14816           - Rewrote DisplayRectangle code, now returning the proper x/y coords 
14817             (instead of 0,0) and we now return the real width/height instead of
14818             just the clientrectangle, adjusted for padding. The rectangle is
14819             now cached and created by the new CalculateDisplayRectangle method.
14820           - Created new CalculateDisplayRectange method, which basically does
14821             what get_DisplayRectangle() did originally, but now using the 
14822             right edge instead of DisplayRectangle to determine the size of
14823             our scrollbars
14824           - get_Canvas(): Fixed it to properly calculate canvas for 
14825             right/bottom controls which seem to be placed to the right/bottom
14826             of any controls that have a fixed location
14827           - Removed TODO that's taken care of
14828           - Removed NotImplementeds and attempted to implement AdjustFormScrollBars
14829             and SetDisplayRectLocation according to new MSDN2 docs
14830           - Added call to PerformLayout in OnVisibleChanged, MS causes a layout
14831             event when that is called, this is added for compatibility
14832           - ScrollControlIntoView(): Implemented.
14833           - Switched scrollbars to be implicit, they shouldn't be selectable
14834         * ContainerControl: Now that ScrollControlIntoView is implemented, we 
14835           call it when the active control is set/changed
14836         * ScrollBar.cs: Added support for generating Win32 scrollbar messages
14837         * ImplicitHScrollBar.cs, ImplicitVScrollBar.cs: Now setting new base
14838           implicit_control variable (used for native Win32 message generation)
14839         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Added new 
14840           HorizontalScrollBarHeight and VerticalScrollBarWidth properties
14841         * ThemeWin32Classic.cs: Now calling the driver for the scrollbar sizes
14842         * XplatUIStructs.cs: Added ScrollBarCommands enum
14843
14844 2006-04-10  Jackson Harper  <jackson@ximian.com>
14845
14846         * ButtonBase.cs:
14847         * CheckedListBox.cs:
14848         * ComboBox.cs:
14849         * DataGrid.cs:
14850         * DataGridView.cs:
14851         * Form.cs:
14852         * GroupBox.cs:
14853         * ListBox.cs:
14854         * PrintPreviewControl.cs:
14855         * ProgressBar.cs:
14856         * PropertyGrid.cs:
14857         * Splitter.cs:
14858         * StatusBar.cs:
14859         * TrackBar.cs:
14860         * UpDownBase.cs: Fixup base event overrides.
14861         
14862 2006-04-06  Mike Kestner  <mkestner@novell.com>
14863
14864         * ScrollBar.cs: fix "new event" declarations (#76509) and bounds check
14865         all user-initiated value changes to min <= value <= max-thumbsz+1.
14866         (set_Value): check for vert/horiz when calculating new thumb position.
14867         (LargeIncrement): bounds check to stop pos at max - thumb_size + 1
14868         like MS does.
14869         (OnMouseMoveSB): refactor the thumb dragging code and refine
14870         invalidation logic to reduce flicker.
14871         (SetEndPosition): bounds check to stop pos at max - thumb_size + 1
14872         (SmallIncrement): bounds check to stop pos at max - thumb_size + 1
14873         (UpdateThumbPosition): small code readability cleanup
14874
14875 2006-04-10  Alexander Olk  <alex.olk@googlemail.com>
14876
14877         * ThemeNice.cs: Small UI polishing. Draw borders a little bit
14878           different
14879
14880 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
14881
14882         * ThemeNice.cs: Use a better graphics effect when a button is pressed
14883
14884 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
14885
14886         * Theme.cs: Added GetDashPen and GetSizedPen to SystemResPool
14887         * ThemeWin32Classic.cs: Make use of the new SystemResPool methods.
14888           This dramatically reduces the number of Pen.Dispose calls. 
14889           Where possible call ResPool methods only once instead of calling it
14890           over and over again (for example for the same color).
14891
14892 2006-04-06  Mike Kestner  <mkestner@novell.com>
14893
14894         * TabControl.cs: fix for SelectedIndex updating on TabPage removals.
14895         Also remove an unused private field on the collection. Fixes #77972.
14896
14897 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
14898
14899         * ThemeNice.cs: Added ToolBar drawing code
14900
14901 2006-04-06  Mike Kestner  <mkestner@novell.com>
14902
14903         * Form.cs (ShowDialog): MS allows IWin32Window param to be a non-form.
14904         I'm assuming that means we need to look up the toplevel for the
14905         provided control. Fixes the crash trace in #77911 but exposes another
14906         crash in some strange reflection usage in NDocGui.
14907
14908 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
14909
14910         * ThemeNice.cs: Gave it a little silver touch and added Images
14911           method
14912         * FontDialog.cs: FontDialog is not resizable
14913         * FileDialg.cs: Added SizeGripStyle.Show
14914
14915 2006-04-05  Jackson Harper  <jackson@ximian.com>
14916
14917         * KeyboardLayouts.cs: Remove warning.
14918
14919 2006-04-05  Jackson Harper  <jackson@ximian.com>
14920
14921         * Control.cs: Enable OnPaintInternal so we can use it for drawing
14922         all of our controls instead of Paint +=.
14923         * ListBox.cs:
14924         * ListView.cs:
14925         * MenuAPI.cs:
14926         * MessageBox.cs:
14927         * NotifyIcon.cs:
14928         * ProgressBar.cs:
14929         * ScrollBar.cs:
14930         * Splitter.cs:
14931         * StatusBar.cs:
14932         * TabControl.cs:
14933         * TextBoxBase.cs:
14934         * ToolBar.cs:
14935         * TrackBar.cs:
14936         * UpDownBase.cs:
14937         * ComboBox.cs: Remove handling of WM_PAINT and WM_ERASEBKGND and
14938         use OnPaintInternal. Remove Width/Height and Visible checks in
14939         paint handler, this is done at a higher level now.
14940         * GroupBox.cs: Don't need to handle WM_ERASEBKGND anymore.
14941         * PaintEventArgs.cs: Add a handled flag so controls that don't
14942         want anymore painting after OnPaintInternal can make sure OnPaint
14943         isn't called.
14944
14945 2006-04-05  Mike Kestner  <mkestner@novell.com>
14946
14947         * Form.cs: fix the menu WndProc hacks to respect the native enabled
14948         state of the form, so that we don't process events when Modal dialogs
14949         are up. Fixes #77922.
14950
14951 2006-04-05  Alexander Olk  <alex.olk@googlemail.com>
14952
14953         * Mime.cs: Default for range length is 1 not 0. If set to 0 no match
14954           checking is done.
14955
14956 2006-04-05  Mike Kestner  <mkestner@novell.com>
14957
14958         * XplatUIX11.cs: fix typo in the EX_APPWINDOW transient patch.
14959
14960 2006-04-05  Mike Kestner  <mkestner@novell.com>
14961
14962         * ListView.cs (HeaderMouseMove): null guarding for the over column
14963         when setting up the drag_to_index.  Fixes #78015.
14964
14965 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com>
14966
14967         * XplatUIX11.cs: If WS_EX_APPWINDOW isn't set we don't want to show up
14968           in the taskbar. Transient windows seem to accomplish that.
14969
14970 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com> 
14971
14972         * Form.cs:
14973           - Re-enabled CreateParams.X/Y code for FormStartPosition
14974           - Added code for manual placement when creating the Control
14975           - Incomplete patch to treat MDI forms differently when
14976             setting the ClientSizeCore. (Still need to figure out handling
14977             x/y coords there)
14978         * XplatUIX11.cs:
14979           - When we're explicitly setting the X/Y position of a non-Child
14980             window, let the WM know. Metacity really wants this.
14981
14982 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
14983
14984         * ThemeNice.cs: Added CPDrawButton
14985
14986 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
14987
14988         * ThemeNice.cs: Changed the color for focused buttons and activated
14989           the arrows for small scroll buttons.
14990
14991 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
14992
14993         * ThemeWin32Classic.cs: Removed DrawFlatStyleButton, not needed
14994           anymore. Changed some method modifiers to protected (virtual)
14995         * ThemeClearlooks.cs: Updated to reflect the ThemeWin32Classic
14996           changes
14997         * ThemeNice.cs: Updated to reflect the ThemeWin32Classic changes.
14998           Updated drawing of menus, buttons and progressbars; added
14999           CPDrawBorder3D 
15000
15001 2006-04-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15002
15003         * ImageListStreamer.cs: implemented serialization/deserialization
15004         of the images.
15005
15006 2006-04-03  Alexander Olk  <alex.olk@googlemail.com>
15007
15008         * ThemeWin32Classic.cs:
15009           - Removed all the DrawFrameControl stuff; CPDrawButton,
15010             CPDrawCheckBox and CPDrawRadioButton are now handled directly
15011             inside the methods
15012           - Updated and corrected the drawing code of CPDrawButton,
15013             CPDrawCheckBox and CPDrawRadioButton to better match ms
15014           - Updated theme checkbox and radiobutton code to use the CP*
15015             methods
15016
15017 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
15018
15019         * XplatUIX11.cs: Enable clipping again now that the libgdiplus
15020           bug is fixed
15021
15022 2006-03-31  Jackson Harper  <jackson@ximian.com>
15023
15024         * XplatUIX11.cs: Somehow we get SETCURSORS for bad windows
15025         sometimes.
15026         * UpDownBase.cs: Don't CreateGraphics manually, use a
15027         Refresh. Ideally we would invalidate the correct areas here.
15028
15029 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
15030
15031         * XplatUIX11.cs: 
15032           - We now track the mapping state of windows. If a window (or 
15033             one of it's parents) is not mapped we no longer permit
15034             WM_PAINT messages to be generated since we'd otherwise get 
15035             lots of BadMatch X errors. Jackson did all the work figuring
15036             out the problem.
15037           - Destroying the caret if the window it's contained in is 
15038             destroyed. Can't use regular DestroyCaret method since it
15039             might fall into a drawing function (trying to remove the
15040             caret) and with that generate new BadMatch errors. Again,
15041             Jackson tracked this down.
15042           - Changed DestroyChildWindows to SendWMDestroyMessages, we now
15043             make sure we send the messages to all windows. (The old code
15044             would send the WM_DESTROY to the window, and then all child
15045             windows would be 'gone' because the WM_DESTROY handle lookup
15046             would no longer find the destroyed window)
15047         * Hwnd.cs: Added Mapping property to track mapping state of hwnd
15048         * X11Structs.cs: Added WindowType enum for MapWindow/UnmapWindow
15049
15050 2006-03-31  Jackson Harper  <jackson@ximian.com>
15051
15052         * ScrollableControl.cs: Dont recalc if we are not visible.
15053
15054 2006-03-31  Mike Kestner  <mkestner@novell.com>
15055
15056         * Control.cs (SetVisibleCore): move the CreateControl call up ahead of
15057         the visibility branch.
15058
15059 2006-03-31  Jackson Harper  <jackson@ximian.com>
15060
15061         * ScrollBar.cs: Cap values when incrementing/decrementing.
15062
15063 2006-03-31  Mike Kestner  <mkestner@novell.com>
15064
15065         * MenuAPI.cs: setup menu.tracker for popup/context menus.
15066         * ToolTip.cs: guard against timer expirations with no active control.
15067         Not sure why it happened.
15068
15069 2006-03-31  Mike Kestner  <mkestner@novell.com>
15070
15071         * ThemeWin32Classic.cs: add some horizontal padding space for the tip
15072         text.
15073         * ToolTip.cs: Position the tooltip based on where the cursor is at
15074         popup time, not at MouseEnter time.  Add a Down state so that we don't
15075         redisplay tips without a Leave. Use faked XplatUI.GetCursorInfo for
15076         positioning offset. Lookup DisplaySize at positioning time, since it
15077         can theoretically change during invocation.
15078         * XplatUIWin32.cs: fake GetCursorInfo until pdb can do it properly.
15079         * XplatUIX11.cs: fake GetCursorInfo until pdb can do it properly.
15080
15081 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
15082
15083         * ThemeWin32Classic.cs: Use CPDrawBorder3D to draw a GroupBox.
15084           Fixes behaviour when the Text property of the box is String.Empty
15085
15086 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com>
15087
15088         * XplatUIX11.cs: Only send mouseleave for our client windows, not
15089           for the whole window (otherwise we get WM_MOUSE_LEAVE twice for
15090           a window)
15091
15092 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
15093
15094         * FileDialog.cs: Visual enhancement for the popup buttons in 
15095           PopupButtonPanel
15096
15097 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
15098
15099         * ColorDialog.cs, FontDialog.cs: Make use of the updated 3D border
15100           code
15101
15102 2006-03-30  Alexander Olk  <alex.olk@googlemail.com>
15103
15104         * ThemeWin32Classic.cs: Updated MainMenu drawing of selected and
15105           highlighted menu items to match ms
15106
15107 2006-03-30  Peter Dennis Bartok  <pbartok@novell.com> 
15108
15109         * XplatUIX11.cs: Don't set a clip rectangle unless it's not empty
15110
15111 2006-03-30  Mike Kestner  <mkestner@novell.com>
15112
15113         * Menu.cs (SelectedItem): use new MenuItem.Selected prop.
15114         * MenuAPI.cs: use new MenuItem.Selected prop. redraw MainMenu when we
15115         go active to account for HotLight to Selected transition.
15116         * MenuItem.cs: add internal Selected prop. Fill out the Status
15117         property by calculating it from item info. Add HotLight,
15118         NoAccelerator, Checked, Grayed, and Disabled flags where appropriate.
15119
15120 2006-03-30  Mike Kestner  <mkestner@novell.com>
15121
15122         * MenuItem.cs: only emit DrawItem and MeasureItem for OwnerDraw.
15123
15124 2006-03-29  Jackson Harper  <jackson@ximian.com>
15125
15126         * Form.cs: Implement TODO.
15127
15128 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com> 
15129
15130         * PrintPreviewDialog.cs: Implemented missing methods and events; still
15131           missing proper dialog setup in the constructor
15132
15133 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com>
15134
15135         * ProgressBar.cs: Added 2.0 Style property that apps seem to use
15136         * Control.cs:
15137           - Implemented CheckForIllegalCrossThreadCalls, removed TODO
15138           - Fixed ResetBindings and removed TODO
15139           - Added check for cross-thread calls to get_Handle()
15140           - Added Marshaller attribute for set_Font to satisfy class status
15141         * FontDialog.cs: Removed TODOs that seemed implemented
15142         * UpDownBase.cs: Removed unneeded TODO and Fixme
15143         * MessageBox.cs: Implemented support for Default button and removed TODO
15144         * FileDialog.cs: Removed obsolete TODO
15145         * DomainUpDown.cs: Removed obsolete TODO
15146         * ButtonBase.cs: Removed obsolete TODO
15147         * XplatUIWin32.cs: Removed obsolete TODO
15148         * Form.cs:
15149           - Removed obsolete TODO
15150           - Calling CheckAcceptButton when the acceptbutton is changed to allow
15151             internal status updates
15152           - Making sure the active control is selected when the control is created
15153         * CurrencyManager.cs: Removed obsolete TODO
15154
15155 2006-03-29  Mike Kestner  <mkestner@novell.com>
15156
15157         * *.cs: fix remaining corcompare issues for 1.1 API with the exception
15158         of PrintPreviewDialog and RichTextBox.
15159
15160 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
15161
15162         * Theme.cs: Added a little helper to SystemResPool to get the Dark,
15163           DarkDark, Light and LightLight colors for a specific color
15164         * ThemeWin32Classic.cs:
15165           - Use Button drawing code to draw RadioButtons and CheckBoxes with
15166             Appearance = Button 
15167           - Make use of the new ResPool helper CPColor
15168           - Draw ProgressBar and StatusBar with correct 3D borders
15169
15170 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
15171
15172         * ColorDialog.cs: Return selected color. Fixes bug #77940.
15173
15174 2006-03-28  Mike Kestner  <mkestner@novell.com>
15175
15176         * ListView.cs: fix Icon layout to plan for scrollbar widths when
15177         calculating col/row counts.
15178
15179 2006-03-28  Mike Kestner  <mkestner@novell.com>
15180
15181         * ColumnHeader.cs:
15182         * ListView.cs:
15183         * ListViewItem.cs:
15184         * Menu.cs: 
15185         switch to explicit interface method implementation for some methods
15186         corcompare identifies as inconsistent with MS.
15187
15188 2006-03-28  Mike Kestner  <mkestner@novell.com>
15189
15190         * MainMenu.cs: 
15191         * Menu.cs:
15192         add a few missing methods from the class status output.
15193
15194 2006-03-28  Alexander Olk  <alex.olk@googlemail.com>
15195
15196         * ControlPaint.cs: Fixed ControlPaint.Light method. Results are now
15197           correct.
15198
15199 2006-03-28  Mike Kestner  <mkestner@novell.com>
15200
15201         * MenuAPI.cs: Deactivate on MainMenu item click. Fixes #77917.
15202
15203 2006-03-27  Mike Kestner  <mkestner@novell.com>
15204
15205         * ThemeWin32Classic.cs: Switch flat toolbars to use RaisedInner for
15206         the Hilight state to adapt to Alex's CPDrawBorder3D changes.
15207
15208 2006-03-27  Alexander Olk  <alex.olk@googlemail.com>
15209
15210         * ThemeWin32Classic.cs: Rewrote Button drawing code to match ms.
15211
15212 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
15213
15214         * ThemeWin32Classic.cs:
15215           - GroupBox: Inserted a little gap between the text and the lines
15216             on the right side
15217           - Made the code in CPDrawBorder3D more readable
15218           - Corrected the drawing location of the up and down arrows in 
15219             CPDrawScrollButton
15220
15221 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
15222
15223         * ControlPaint.cs: Corrected line widths in DrawBorder for
15224           ButtonBorderStyle Inset and Outset
15225
15226 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
15227
15228         * ThemeWin32Classic.cs:
15229           - Rewrote the totally broken CPDrawBorder3D method. That was
15230             one of the main problems for the terrific ThemeWin32Classic
15231             look
15232           - Updated and corrected Button drawing
15233           - Correct the dimensions of the SizeGrip to match ms ones
15234           - Removed a small drawing glitch in DrawComboBoxEditDecorations
15235         * XplatUIX11.cs: Draw borders with BorderStyle = Fixed3D with
15236           Border3DStyle.Sunken to match ms.
15237
15238 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
15239
15240         * ThemeWin32Classic.cs: First small part of the "de-uglify
15241           ThemeWin32Classic" effort, SizeGrip
15242
15243 2006-03-24  Jackson Harper  <jackson@ximian.com>
15244
15245         * XplatUIX11.cs: Give a max idle time of one second, this matches
15246         MS and forces an Idle event every second when there are no other
15247         events in the queue.
15248
15249 2006-03-24  Mike Kestner  <mkestner@novell.com>
15250
15251         * ListView.cs: Handle (Large|Small)ImageList == null more robustly.
15252         * ListView.Item.cs: fix layout issues with null image lists and images
15253         smaller than checkbox size.
15254         * ThemeWin32Classic.cs: Draw a 12 pixel line in ListView LargeIcon
15255         mode like MS does.  It's weird, but consistent.  ;-)
15256         Fixes #77890.
15257
15258 2006-03-24  Mike Kestner  <mkestner@novell.com>
15259
15260         * ListView.cs: Scroll wheel support for the item control.  Fixes
15261         #77839.
15262
15263 2006-03-23  Jackson Harper  <jackson@ximian.com>
15264
15265         * ScrollableControl.cs: Special case negative sized areas, not
15266         zero.
15267         * MonthCalendar.cs: Save the rect of the clicked date so we can
15268         use it for invalidation.
15269         - Try to cut down on the number of invalidates
15270         - Invalidate the rect the mouse is over and was over when moving
15271         the mouse, so we get the focus box following the cursor.
15272
15273 2006-03-23  Mike Kestner  <mkestner@novell.com>
15274
15275         * ThemeWin32Classic.cs: fix FullRowSelect selection background and
15276         focus rectangle drawing. Fixes #77835.
15277
15278 2006-03-23  Mike Kestner  <mkestner@novell.com>
15279
15280         * XplatUIX11.cs: rework the fix for #77828 by changing the order of
15281         the if and else if and reverting back to the original == check on the
15282         None conditional.
15283
15284 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
15285
15286         * FontDialog.cs: Update the example panel if the selected index of
15287           the fontListBox changes.
15288
15289 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
15290
15291         * FileDialog.cs: Make FileDialog remember which directory it was in
15292           last in the same execution.
15293
15294 2006-03-22  Mike Kestner  <mkestner@novell.com>
15295
15296         * FileDialog.cs: make the DropDownMenu on the toolbar display
15297         RadioChecks since they are mutually exclusive and that's what MS does.
15298
15299 2006-03-22  Mike Kestner  <mkestner@novell.com>
15300
15301         * Theme.cs: add Color param to CPDrawMenuGlyph.
15302         * ThemeWin32Classic.cs: do color specific menu glyph rendering so that
15303         checks and radio marks and arrows are visible on highlighted items.
15304         * ControlPaint.cs: update to use new Theme signature.
15305
15306 2006-03-22  Mike Kestner  <mkestner@novell.com>
15307
15308         * MenuAPI.cs: only process Enter and arrow keypresses if the tracker
15309         is active. Fixes #77870.
15310
15311 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
15312
15313         * FileDialog.cs: Corrected TabIndex order and set fileNameComboBox
15314           to be focused/selected after startup
15315
15316 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
15317
15318         * ColorDialog.cs: 
15319           - Corrected behaviour of Color, AllowFullOpen, FullOpen,
15320             CustomColors and ShowHelp properties
15321           - Some internal rewrites to get better results when using the
15322             ColorMatrix
15323
15324 2006-03-22  Mike Kestner  <mkestner@novell.com>
15325
15326         * ListView.cs: hook into Peter's new ResetMouseHover capability to fix
15327         HoverSelection.  Fixes #77836.
15328
15329 2006-03-22  Mike Kestner  <mkestner@novell.com>
15330
15331         * FileDialog.cs: bugfixes for the toolbar.  Use PushButtons instead of
15332         ToggleButtons.  (De)Sensitize the Back button around a stack count of
15333         1, not 0.  Update ButtonSize based on a pixel count of the win32
15334         control.  Adjust the toolbar size/location for new button size.
15335
15336 2006-03-22  Jackson Harper  <jackson@ximian.com>
15337
15338         * XplatUIX11.cs: Don't handle configurenotifys if PostQuitState is
15339         true.
15340         * ScrollBar.cs: When doing increments and decrements we need to
15341         set the Value property so that ValueChanged gets raised. A
15342         possible optimization here would be to make an internal SetValue
15343         that doesn't invalidate immediately.
15344         * ToolTip.cs: Tooltips get added to their container (when
15345         supplied) so they get disposed when the container is disposed.
15346         - Don't create tooltips for String.Empty. This prevents all these
15347         little 2-3 pixel windows from showing up when running nunit-gui
15348         and driving me mad.
15349         * Form.cs: Don't set topmost when setting the owner if the handles
15350         haven't been created yet.  The topmost set will happen when the
15351         handles are created.
15352
15353 2006-03-22  Peter Dennis Bartok  <pbartok@novell.com> 
15354
15355         * XplatUIX11.cs:
15356           - DeriveWindowStyles: Fixed typo in borderstyle generation (#77828)
15357           - SetVisible: Sending WINDOWPOSCHANGED for all controls when made 
15358             visible (to allow them to recalculate their sizes)
15359
15360 2006-03-21  Mike Kestner  <mkestner@novell.com>
15361
15362         * ThemeWin32Classic.cs: major refactoring of the ToolBar rendering
15363         methods. Removed a ton of redundant code.  Still not really happy with
15364         the border rendering, but I think that's mainly because of the
15365         ControlDarkDark being black instead of a dark grey. Depending on how 
15366         close we want to be, we might want to revisit those color choices.
15367         Among the new features added during the refactor were DropDownArrow
15368         pressed rendering, Disabled image rendering.  Proper flat appearance
15369         boundary rendering.  Removed the Divider and Wrapping dividers since I
15370         can't figure out any combination of themes and conditions to make the
15371         MS control draw a horizontal line on a toolbar despite what the
15372         Divider property docs indicate.
15373         * ToolBar.cs: rewrite the layout engine. Fixes numerous flicker
15374         conditions and incorrect layout.  Updated to coding standard.
15375         * ToolBarButton.cs: refactored layout and positioning code from
15376         ToolBar to here.  Invalidate wherever possible instead of forcing
15377         redraws of the whole toolbar. 
15378         (Known remaining issues: explicit ButtonSize smaller than provided
15379         images.)
15380
15381 2006-03-21  Mike Kestner  <mkestner@novell.com>
15382
15383         * ContextMenu.cs (Show): use the position parameter instead of just
15384         showing at the MousePosition.
15385
15386 2006-03-21  Jackson Harper  <jackson@ximian.com>
15387
15388         * TabControl.cs: Remove the call to ProcessKeyEventArgs and let
15389         control handle this.
15390         * TreeNodeCollection.cs: If we are clearing the root node we need
15391         to reset top_node so calcs can still happen.
15392         * ThemeWin32Classic.cs: This is a Flags so we need to check
15393         properly.
15394         
15395 2006-03-21  Jackson Harper  <jackson@ximian.com>
15396
15397         * DataGrid.cs: Create columns when the binding context has been
15398         changed.
15399         * X11Structs.cs: Keysyms are uints.
15400         - Add size to fix build.
15401
15402 2006-03-21  Peter Dennis Bartok  <pbartok@novell.com> 
15403
15404         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
15405           XplatUIOSX.cs: 
15406           - Added ResetMouseHover method to allow controls to retrigger
15407             hovering if they need it more than once
15408           - Implemented MouseHoverTime and MouseHoverSize properties
15409         * Timer.cs: Start() must reset the interval
15410         * SystemInformation.cs: Added 2.0 MouseHoverTime and MouseHoverSize
15411           properties
15412
15413 2006-03-21  Jackson Harper  <jackson@ximian.com>
15414
15415         * X11Keyboard.cs: improved layout detection. Move the nonchar
15416         tables into this file.
15417         * KeyboardLayouts.cs: Move the tables into resource files.
15418
15419 2006-03-21  Mike Kestner  <mkestner@novell.com>
15420
15421         * ListView.cs: use OnItemActivated to raise events. Fixes #77834.
15422
15423 2006-03-21  Alexander Olk  <alex.olk@googlemail.com>
15424
15425         * Mime.cs: Various speed optimizations. Looking up mime types
15426           is now 2 times faster than before
15427
15428 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com> 
15429
15430         * CreateParams.cs: Added internal menu field
15431         * Control.cs: 
15432           - Switched call order for UpdateBounds; now we always call
15433             the one that also takes ClientSize, and we're calculating the 
15434             client size via driver method in the others. The previous
15435             method of tracking client size by difference wasn't working
15436             for forms where even the starting client size wouldn't match
15437             the overall form size (due to borders) (Part of fix for #77729)
15438           - CreateParams(): Do not use parent.Handle unless the handle is
15439             already created. Causes havoc with Nexxia and throws off our
15440             creation of controls
15441         * XplatUIX11.cs:
15442           - Created new PerformNCCalc method to trigger WM_NCCALCSIZE message
15443           - Switched handling of ConfigureNotify over to new PerformNCCalc 
15444             method (consolidates code)
15445           - Changed RequestNCRecalc to use new PerformNCCalc method
15446           - Added calls to RequestNCRecalc when menus and borders are changed
15447             to allow app to set NC size. (Part of fix for #77729) This matches
15448             when MS send a WM_NCRECALC on Win32 windows.
15449           - Now sending WM_WINDOWPOSCHANGED when toplevel for is made visible
15450             (Part of fix for #77729). This matches what MS does, they also
15451             send that message when the form is made visible.
15452           - XException.GetMessage: Improved usability of X errors by including
15453             a translation of the window into Hwnd and Control class
15454           - Improved debug info for window creation, reparenting and destruction
15455           - Created helper method WindowIsMapped() [Currently not used]
15456         * XplatUIWin32.cs: Added ToString() debug helper to RECT structure
15457         * Form.cs:
15458           - CreateParams: Now setting our menu on the new internal menu field
15459           - SetClientSizeCore: Now passing cp.menu instead of ActiveMenu to
15460             avoid calculating the same property twice
15461         * Hwnd.cs:
15462           - Improved usability of ToString() for debugging purposes
15463           - GetWindowRectangle(): Now uses proper CalcMenuBarSize method to
15464             determine the height of the menu, instead of just the font. This
15465             required to also create a graphics context and to keep a bmp 
15466             around (for performance reasons)
15467
15468 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com>
15469
15470         * MenuAPI.cs: Added OnMouseUp method
15471         * Form.cs:
15472           - Now remembering the requested client size, avoids size errors
15473           - WndProc: Now handling WM_xBUTTONUP and passing it to MenuTracker
15474             instead of base if the menu is active. This is required due to
15475             control now capturing and releasing on down/up and it would
15476             prematurely release our menu capture
15477
15478 2006-03-17  Jackson Harper  <jackson@ximian.com>
15479
15480         * KeyboardLayouts.cs: Add the czech layouts.
15481
15482 2006-03-16  Jackson Harper  <jackson@ximian.com>
15483
15484         * Control.cs: Use the viewport space when sizing not the controls
15485         client size, so things like ScrollableControl that effect the
15486         viewport size (when scrollbars are added) are computed correctly.
15487         * BindingContext.cs: Cleanup to use the DataSourceEntrys instead
15488         of ManagerEntrys.
15489         - Handle creating BindingManagers for null data sources.
15490         * DataGrid.cs: Bind the cached_currencymgr_events to the real data
15491         source, otherwise when rows are added they are added to the 'fake'
15492         datasource and we will crash when trying to set the position in
15493         those rows.
15494         - Use Implicit scrollbars on the datagrid so they arent
15495         selectable.
15496         
15497 2006-03-16  Jackson Harper  <jackson@ximian.com>
15498
15499         * Binding.cs:
15500         * InternalWindowManager.cs:
15501         * MdiWindowManager.cs:
15502         * X11Keyboard.cs: I really want Mike to love me again (fix
15503         compiler warnings).
15504
15505 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com>
15506
15507         * DataGrid.cs:
15508           - OnMouseDown: Switch to editing mode when clicking on the cell
15509                          even if we're clicking on the cell that's currently 
15510                          selected
15511           - ProcessGridKey: Left/Right now wrap like MS.Net does
15512           - ProcessGridKey: Tab now knows to add a new row when tab is
15513                             pressed in the cell of the last column of the 
15514                             last row
15515           - ProcessGridKey: Enter now adds another row  if pressed in the last
15516                             row and selectes the new row, same column cell
15517           - ProcessGridKey: Home/End navigate columns, not rows, like 
15518                             originally implemented
15519           - Broke ProcessKeyPreview code out into an extra Internal method
15520             so it can be called from the edit code
15521         * DataGridTextBox.cs (ProcessKeyMessage):
15522           - Switched to accept Tab keypresses
15523           - Added F2 handling to allow jumping to the end of the edited cell
15524           - Added logic to allow moving caret left/right inside edited cell
15525             and making the edited cell jump when the caret hits cell borders
15526           - Tab and Enter are now passed to the datagrid after being handled
15527         * TextBoxBase.cs:
15528           - Removed capture code now that Control handles it
15529           - set_SelectionStart now ensures caret is visible
15530
15531 2006-03-16  Jackson Harper  <jackson@ximian.com>
15532
15533         * TrackBar.cs: Debackwards the increment/decrement for handling
15534         mouse clicks on the bar with vertical trackbars.
15535         * ThemeWin32Classic.cs: Draw vertical trackbars with 0 at the
15536         bottom to match MS.
15537
15538 2006-03-16  Mike Kestner  <mkestner@novell.com>
15539
15540         * ListView.cs: make shift/ctrl keyboard and mouse selection 
15541         consistent with the MS control. Fix a bug in
15542         SelectedListViewItemCollection.Clear that was pissing me off for the
15543         better part of a day because the collection was being altered
15544         underneath us as we walked the list.
15545
15546 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com> 
15547
15548         * Control.cs: Not sure how we could miss this so long, but it seems
15549           that MS.Net has Capture set all the way from before calling 
15550           OnMouseDown through sending the mouse events until after
15551           OnMouseUp. This will fix DataGrid's selection being set to end
15552           at the location of the MouseUp.
15553
15554 2006-03-15  Jackson Harper  <jackson@ximian.com>
15555
15556         * BindingContext.cs: Check the binding after its added so that it
15557           can initialize the binding managers and hookup to events.
15558         * Binding.cs: Data members seem to sometimes include rows/cols in
15559           the format Row.Column we now take this into account.
15560           - Hookup to the position changed event so we can update the
15561           control when the position has changed in the data set.
15562         * CurrencyManager.cs: Take into account the row/col naming
15563           convention when creating dataset tables.
15564         * BindingContext.cs: Using a newer better way of storing
15565           datasource/datamember pairs.  Hopefully this better matches MS for
15566           looking up binding managers.
15567
15568
15569 2006-03-15  Jackson Harper  <jackson@ximian.com>
15570
15571         * BindingContext.cs: The currency manager needs the data member
15572         name, if the member is a data set we use the name to find the
15573         correct table.
15574         * CurrencyManager.cs: When creating the list prefer an IList over
15575         an IListSource.
15576         - Attempt to create a DataTable from a DataSet (TODO: might need
15577         some better error checking here, although MS doesn't seem to have much)
15578         - If we have a DataTable create a view and use it as our list.
15579
15580 2006-03-15  Mike Kestner  <mkestner@novell.com>
15581
15582         * ListView.cs: keep a matrix of the icon mode layout to facilitate
15583         keyboard navigation. Support Up/Down/Left/Right selection correctly
15584         for all 4 View modes.
15585         * ListViewItem.cs: add internal row/col fields for icon layouts.
15586
15587 2006-03-15  Jackson Harper  <jackson@ximian.com>
15588
15589         * TabControl.cs: Redraw the tabs when we resize so their newly
15590         calculated sizes are drawn on screen.
15591         * X11Keyboard.cs: Begginnings of XIM support.  We also now support
15592         composite characters.
15593         * XplatUIX11.cs: Keyboard driver needs to know about focus changes
15594         - filter events so that composite characters can be created
15595         patches by peter
15596         * X11Structs.cs: Add XIMProperties enum.
15597
15598 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
15599
15600         * Control.cs (BringToFront, SendToBack): Don't use window or handle
15601           unless it's created
15602
15603 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
15604
15605         * Control.cs (PerformLayout): We don't need to consider visiblity
15606           for anchoring, only for docking. This fixes 'whacky' alignment
15607           in listbox and other controls that use implicit scrollbars after
15608           the previous PerformLayout patch
15609         * ListBox.cs: Switched to use implicit scrollbars
15610           
15611 2006-03-14  Mike Kestner  <mkestner@novell.com>
15612
15613         * ToolBar.cs: 
15614         * VScrollBar.cs:
15615         - chain up the "new event" overrides to base and use
15616         OnEvent to raise them.  Part of fix for bug #76509.
15617
15618 2006-03-14  Alexander Olk  <alex.olk@googlemail.com>
15619
15620         * FileDialog.cs: Do not select an item in the parent directory
15621           on backspace
15622
15623 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
15624
15625         * Control.cs (PerformLayout): It would seem that we considered
15626           invisible windows for our layout. Not quite the right thing
15627           to do. Now we don't any longer, thereby fixing bug #76889.
15628
15629 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
15630
15631         * Control.cs (CanFocus): I goofed. A control can have focus 
15632           even though it's not selectable. Made it match MS docs.
15633
15634 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
15635
15636         * ControlPaint.cs (DrawBorder3D): DrawBorder3D does not fill the
15637           center by default (fixes #76895)
15638         * ThemeWin32Classic.cs, ThemeNice.cs, ThemeClearlooks.cs: Replaced 
15639           all uses of Border3DSides.All with the explicit ORd together
15640           Left|Right|Top|Bottom because I assume that nobody was aware 
15641           that All also implies a center fill. Most places I checked had
15642           a fill right above.
15643         * ProgressBarStyle.cs: Added
15644
15645 2006-03-13  Mike Kestner  <mkestner@novell.com>
15646
15647         * ListView.cs: fix breakage in drag shadow header positioning 
15648         from Peter's csc compilation fix.
15649
15650 2006-03-13  Mike Kestner  <mkestner@novell.com>
15651
15652         * ListView.cs: fix NRE produced by backspacing twice in a focused
15653         FileDialog.
15654
15655 2006-03-13  Mike Kestner  <mkestner@novell.com>
15656
15657         * ListView.cs: proxy Key(Down|Up) from ItemControl to ListView.
15658
15659 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
15660
15661         * Hwnd.cs: Added fixed_size field to track windows whose size cannot
15662           be changed
15663         * XplatUIX11.cs: Now setting fixed_size on hwnd and if set, re-setting
15664           the allowed size before making programmatic size changes
15665
15666 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com> 
15667
15668         * XplatUIX11.cs: Don't call XSetWMNormalHints if no flags are 
15669           set, metacity is broken and will still use the emty sizes in 
15670           the struct. (Fix for #77089)
15671
15672 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
15673
15674         * XplatUIStructs.cs: Split WindowStyles into WindowStyles and 
15675           WindowExStyles and marked both enums as Flags
15676         * Form.cs, ComboBox.cs, ToolTip.cs, Control.cs, PropertyGridView.cs,
15677           NotifyIcon.cs, MenuAPI.cs, XplatUIOSX.cs, MonthCalendar.cs: Updated
15678           to match WindowStyles split
15679         * XplatUIX11.cs:
15680           - SetWMStyles: Added cehck to not apply WM attributes to Child windows
15681           - Updated to match WindowStyles split
15682         * XplatUIWin32.cs:
15683           - Fixed FosterParent creation, was using ExStyle on the Style field
15684             (This should help with Popup focus issues)
15685           - Updated to match WindowStyles split
15686
15687 2006-03-13  Jackson Harper  <jackson@ximian.com>
15688
15689         * MdiWindowManager.cs: Use the system menu height. Fixes some
15690         strange sizing issues.
15691
15692 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
15693
15694         * RichTextBox.cs: Need to scroll to caret after text is inserted (#77672)
15695         * TextBoxBase.cs:
15696           - Scroll to caret after inserting text (#77672)
15697           - Make scroll range one pixel higher, fixes off-by-one error (and
15698             makes underlines visible on the last line)
15699
15700 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com> 
15701
15702         * XplatUIX11.cs: Added call to new Keyboard.ResetKeyState to prevent
15703           the keyboard state from being stuck with keys in 'pressed' state when
15704           focus is switched away via keyboard
15705         * X11Keyboard.cs: Added new ResetKeyState method to allow drivers to
15706           reset the keyboard if no X11 KeyUp events are expected to come
15707         * X11Structs.cs: Switched type of Visible to bool to match driver
15708
15709 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
15710
15711         * TextControl.cs:
15712           - Switched caret to be just 1 pixel wide, matches MS and looks less
15713             clunky
15714           - Moved caret display 1 pixel down from the top of the control
15715             to improve view
15716           - InsertCharAtCharet: Update the selection start if moving the caret
15717             (fixes bug #77696; based on patch suggested by kazuki@panicode.com)
15718           - No longer always creating the caret when the caret methods are
15719             called. Only the actual ShowCaret/HideCaret will do that now
15720           - Only setting caret visible if the owner control has focus
15721           - UpdateView: Added invalidation-shortcut logic for center and right 
15722             aligned text. Previously we'd update all according to the left
15723             logic which caused drawing errors. Also fixed height of invalidated
15724             areas, now properly invalidating the whole area (was off-by-one)
15725           - owner_HandleCreated: Always generate the document when the
15726             handle is created; this ensures that 
15727         * TextBoxBase.cs:
15728           - Fixed situation where caret would disappear under the right
15729             window border, also improved scrolling behaviour on left-
15730             aligned textboxes
15731           - Fixed right-aligned textboxes to have a border to the
15732             right instead of the caret being under the right border
15733         * XplatUIX11.cs:
15734           - Switched from 'nested' to simple visible/not visible tracking 
15735             for caret (part of fix for #77671)
15736           - No longer passing through translated FocusIn/FocusOut messages
15737             since we were notifying too often and the wrong windows. Instead
15738             we just notify our focussed window of receiving or loosing focus
15739         * XplatUIWin32.cs: Switched from 'nested' show/hide 
15740           counting for caret to simple visible yes/no behaviour (part of 
15741           fix for #77671)
15742
15743 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
15744
15745         * Mime.cs: Remove debug code...
15746
15747 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
15748
15749         * MimeGenerated.cs: Removed
15750         * Mime.cs: Mime now reads the mime data (magic, globs, aliases
15751           and subclasses) from /usr/(local/)share/mime and
15752           $HOME/.local/share/mime.
15753
15754 2006-03-10  Jackson Harper  <jackson@ximian.com>
15755
15756         * MdiWindowManager.cs: Recalc the NC area when a window is
15757         maximized/restored so that the menu area is drawn on forms that
15758         don't have a menu.
15759
15760 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
15761
15762         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
15763           XplatUIX11.cs: Added RequestNCRecalc method to driver to allow
15764           us to force a WM_NCCALCRESIZE message being sent. This is needed
15765           for MDI maximizing.
15766
15767 2006-03-10  Jackson Harper  <jackson@ximian.com>
15768
15769         * Form.cs: We need to use the ActiveMenu when calculating menu
15770         height.
15771         - Fix nullref when the window manager hasn't been created yet.
15772         * Control.cs: Fix nullref when we try to bring a control to the
15773         front that has no parent.
15774         * MdiWindowManager.cs: Use the MaximizedMenu for calculating
15775         height.
15776         - Add a dummy item to the maximized menu so it always has the
15777         correct height. Otherwise when there are no menus we don't get our
15778         icon and buttons.
15779         
15780
15781 2006-03-10  Jackson Harper  <jackson@ximian.com>
15782
15783         * MenuAPI.cs: Make this available elsewhere. I need it in some MDI
15784         stuff.
15785         * Form.cs: Make the window_state internal so the window managers
15786         can track it.
15787         - When an MDI child is maximized let its window manager create the
15788         main menu (so it can add its icon).
15789         - Notify the window managers of state changes
15790         - Let the window manager paint its buttons and handle button
15791         clicks on the menu when it is maximized.
15792         * InternalWindowManager.cs: Move the prev_bounds into the mdi
15793         window manager, since tool windows don't use it, only mdi windows.
15794         - Tell the main form that we don't want it to handle NCPAINT
15795         itself to avoid extra painting.
15796         - Handle clicks on a maximized windows menu.
15797         - Handle window state changes
15798         - Handle minimize/maximize clicks correctly by setting the window state.
15799         * MdiWindowManager.cs: Add an icon menu that (the menu you get
15800         when clicking on the forms icon).
15801         - New method to create a forms maximized menu. This is its normal
15802         menu + an icon.
15803         - Handle window state changes.
15804         - Handle sizing of maximized windows.  Maximized windows are just
15805         drawn bigger then the parent visible area. All controls are still
15806         there, they are just outside the visible area (this matches windows).
15807         * MdiClient.cs: No scrollbars when a child window is maximized.
15808         - Let the children windows figure out how big they should be when
15809         sizing maximized windows.
15810         - Implement a version of ArrangeIconicWindows somewhat similar to
15811         Windows version.  There are some little differences, but I don't
15812         think any app will rely on the layout of minimized mdi windows.
15813
15814 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
15815
15816         * Padding.cs: Several fixes to allow compiling with csc 2.0
15817
15818 2006-03-09  Jackson Harper  <jackson@ximian.com>
15819
15820         * Menu.cs:
15821         * MenuItem.cs: Cheap hack so we can add items to the list without
15822         the events being raised.  This allows adding mdi items during
15823         drawing. TODO: Should probably find a better time to add the items.
15824
15825 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
15826
15827         * ThemeWin32Classic.cs:
15828           - CheckBox_DrawText: Added logic to not wrap if not enough space
15829             is available (Fix for bug #77727)
15830           - RadioButton_DrawText: Added logic not to wrap if not enough
15831             space is available (Fix for bug #77727). Also removed some
15832             duplicate code, DrawString always drawing the regular text
15833             before hitting the if statement.
15834
15835 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com> 
15836
15837         * XplatUIX11.cs: Handle an unmapped window state in SetWindowState
15838
15839 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
15840
15841         * PictureBox.cs: Implemented ISupportInitialize interface (fixes #77726)
15842         * ContainerControl.cs: Partial implementation of some 2.0 scaling
15843           methods. Moved the new 2.0 properties into alphabetical order with
15844           other properties and added MonoTODO tags
15845
15846 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
15847
15848         * AutoScaleMode.cs: Added. Fix build.
15849
15850 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
15851
15852         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
15853           XplatUIOSX.cs: Removed HWnd argument from CalcuateClientRect, not used
15854           and was requiring premature handle creation for calls from above
15855         * Form.cs, Control.cs: Removed handle arguments from calls to
15856           CalculateClientRect()
15857
15858 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
15859
15860         * ListView.cs (HeaderMouseMove): Fix csc compilation. 
15861           drag_column.column_rect is MarshalByRef and can't be used that way
15862
15863 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
15864
15865         * AxHost.cs: Added deserialization constructor for 
15866           AxHost+State (fixes 77743)
15867
15868 2006-03-09  Mike Kestner  <mkestner@novell.com>
15869
15870         * ListView.cs: 
15871         - Added column drag reordering for details view.
15872         - fixed behavior when mouse is dragged off column and
15873         AllowColumnReorder is false.
15874         * ColumnHeader.cs: clone the format too in Clone.
15875         * Theme.cs: add DrawListViewHeaderDragDetails method.
15876         * ThemeWin32Classic.cs:
15877         - impl new method for drawing drag column shadows and targets.
15878         - support column offset for details mode in DrawListViewItem.
15879
15880 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
15881
15882         * TextControl.cs: Reset the char_count when the document is cleared
15883           (Fixes bug reported on mono-winforms mailing list)
15884
15885 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
15886
15887         * TextBoxBase.cs: Honor the Handled state of KeyPress events. Instead
15888           of calling base we simply process the key ourselves, since both
15889           DefWindowProc and the handled method would set m.Result. 
15890           (Fixes #77732)
15891
15892 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
15893
15894         * Form.cs(ScaleCore): No longer calling base.ScaleCore since that
15895           method also moves the window; instead implemented a copy of
15896           Control.ScaleCore (Part of fix for #77456)
15897         * TextBoxBase.cs: 
15898           - Created new CreateGraphicsInternal method to allow providing
15899             a graphics context when no handle is created without triggering
15900             handle creation. (Part of fix for #77456)
15901           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
15902         * TextControl.cs: 
15903           - Switched Constructor to require TextBoxBase instead of Control (to
15904             allow uncast access to CreateGraphicsInternal)
15905           - Safeguarded use of owner.Handle property. No longer accessing it
15906             unless the handle is already created.
15907           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
15908           - Now triggering a recalc when owning control becomes visible
15909         * TextBox.cs, RichTextBox.cs: Switched to use new internal 
15910           TextBoxBase.CreateGraphicsInternal() method to avoid triggering
15911           premature handle creation (Part of fix for #77456)
15912         * Control.cs:
15913           - We now only destroy our double-buffering buffers when the
15914             control is resized or disposed, but not when visibility
15915             changes. (The code even re-created them twice every time)
15916           - Now requiring a redraw of the buffer on visibility changes
15917             (fixes bug 77654 part 2)
15918           - Not passing OnParentVisibleChanged up unless the control
15919             is visible
15920           - CanFocus: Fixed to match MS documentation
15921           - Focus: Fixed to return actual focus state and to check if
15922             setting focus is legal before setting it
15923
15924 2006-03-08  Peter Dennis Bartok  <pbartok@novell.com>
15925
15926         * ThemeWin32Classic.cs: TabPages cannot have focus. Determine
15927           when to draw focus rectangle by looking at parent focus and
15928           selected state instead. This fixes TabPages on Linux sometimes
15929           having none or multiple focus rectangles.
15930         * XplatUIX11.cs (SetFocus): 
15931           - Don't set the focus if the same window already has focus
15932           - Use SendMessage instead of PostMessage (like it's Win32
15933             equivalent) and send the WM_SETFOCUS before the WM_KILLFOCUS
15934             to match MS behaviour
15935         * TabControl.cs(SelectedIndex): Don't set Focus on TabPage, TabPages
15936           are not selectable.
15937
15938 2006-03-07  Jackson Harper  <jackson@ximian.com>
15939
15940         * PictureBox.cs: Revert line I accidently committed last week.
15941
15942 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
15943
15944         * Control.cs: 
15945           - Added new IsRecreating and ParentIsRecreating properties to
15946             allow testing if RecreateHandle has been called on ourselves
15947             or one of our parents
15948           - WndProc(WM_DESTROY): If our control handle is being recreated
15949             we immediately need to create the handle when receiving the
15950             destroy, that way our child windows find a valid parent handle
15951             when they themselves are being recreated upon WM_DESTROY receipt
15952             (fix for bug #77654 part 1)
15953         * XplatUIX11.cs:
15954           - DestroyWindow: WM_DESTROY must be sent to our own window before
15955             notifying any child windows. MS documents that child windows
15956             are still valid when WM_DESTROY is received. (Control now relies on
15957             this behaviour)
15958           - Added some fine-grain debug options
15959
15960 2006-03-06  Jackson Harper  <jackson@ximian.com>
15961
15962         * MdiClient.cs: Redid scrolling logic a bit to create a virtual
15963         box and base calculations off this.
15964         * MdiChildContext.cs:
15965         * MdiWindowManager.cs: Don't need to ensure scrollbars here
15966         anymore.
15967         
15968 2006-03-06  Peter Dennis Bartok  <pbartok@novell.com>
15969
15970         * Splitter.cs: In situations where the affected control is added
15971           to the parent's control list after the splitter, we would not
15972           populate affected. Now we try populating it on mousedown, if
15973           it's not already set, and force it to be re-set whenever our
15974           parent changes.
15975
15976 2006-03-03  Matt Hargett  <matt@use.net>
15977
15978         * Control.cs: implement Control.Padding
15979         * Padding.cs: -Padding.All returns -1 when constructing with the
15980         implicit default ctor
15981         -Padding.ToString() matches MS.NET
15982         * ContainerControl.cs: implement
15983         ContainerControl.AutoScaleDimensions
15984         * ListControl.cs: implement ListControl.FormattingEnabled
15985         * TextBox.cs: Implemented TextBox.UseSystemPasswordChar.
15986         * ButtonBase.cs:
15987         * TabPage.cs: Implement UseVisualStyleBackColor.
15988         * PictureBox.cs: Implement PictureBox.InitialImage.
15989
15990 2006-03-03  Mike Kestner  <mkestner@novell.com>
15991
15992         * ListView.cs: Refactor into HeaderControl and ItemControl. Fix new
15993         event declarations to proxy to base event.
15994         * ListViewItem.cs: update to use ItemControl.
15995         * Theme.cs: make DrawListViewHeader. s/DrawListView/DrawListViewItems.
15996         * ThemeWin32Classic.cs: update to new ListView theme API and fix
15997         column header label rendering for 0 width columns.
15998
15999 2006-03-03  Peter Dennis Bartok  <pbartok@novell.com>
16000
16001         * Control.cs (ControlCollection.SetChildIndex): Avoid using a call
16002           that causes the control to be created. Fixes #77476.
16003
16004 2006-03-02  Jackson Harper  <jackson@ximian.com>
16005
16006         * Hwnd.cs: Clear the nc pending when clearing the NC area, not the
16007         expose_pending.
16008
16009 2006-03-02  Peter Dennis Bartok  <pbartok@novell.com>
16010
16011         * Control.cs: Implemented 2.0 feature where OnClick has MouseEventArgs
16012           passed in for the EventArgs (fixes #77690)
16013
16014 2006-03-01  Jackson Harper  <jackson@ximian.com>
16015
16016         * ScrollBar.cs: Refresh afterbeing resized.
16017
16018 2006-02-28  Mike Kestner  <mkestner@novell.com>
16019
16020         * MenuAPI.cs: Call PerformPopup internal method to emit Popup.
16021         Clean up a tracker compile warning.
16022         * MenuItem.cs: add internal PerformPopup method.
16023         [Fixes #77457]
16024
16025 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
16026
16027         * TextBoxBase.cs (set_Text): Recalculate the document (causing an
16028           implicit expose) when the text is set to null
16029
16030 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com>
16031
16032         * RichTextBox.cs (FlushText): When newline is true, we always
16033           need to split the line, even if no text is on it and we may
16034           never eat newlines. (Fixes #77669)
16035
16036 2006-02-28  Mike Kestner  <mkestner@novell.com>
16037
16038         * ListView.cs: Add UpdateSelection internal method. Remove SelectItem 
16039         and set Selected instead.
16040         * ListViewItem.cs: Call owner.UpdateSelection to manipulate the 
16041         collections.
16042
16043 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
16044
16045         * ComboBox.cs: Allow setting SelectedIndex to -1. Fixes #77665
16046
16047 2006-02-28  Alexander Olk  <alex.olk@googlemail.com>
16048
16049         * FontDialog.cs:
16050           - Got rid of the panel. All controls are now directly added to
16051             the dialog form
16052           - It is now possible to set a font with the Font property
16053           - MinSize and MaxSize property do now what they should
16054           - ShowApply, ShowHelp, ShowColor, ShowEffects likewise
16055           - Searching and selecting a font with the font textbox works now,
16056             the same applies to the style and size textbox
16057           - Draw the correct 3D border in the example panel
16058           - Fixed a little mem leak (unused fonts didn't get disposed)
16059           - Many other internal updates/rewrites...
16060           - Fix typo
16061
16062 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
16063
16064         * TextControl.cs: 
16065           - InsertRTFFromStream: Added 'number of characters inserted' argument
16066           - set_SelectedRTF: Now using the number of characters to calculate
16067             the new location for the selection and cursor (x/y cannot be used
16068             due to potentially already wrapped text)
16069
16070 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com>
16071
16072         * TextControl.cs: Added property and implemented means to allow 
16073           disabling recalculation of a document (can be used to speed up
16074           multiple inserts and is needed to make RTF inserts predictable, see
16075           bug #77659)
16076         * RichTextBox.cs: Using the new NoRecalc property of Document to
16077           keep x/y insert locations predictable. Also makes it faster inserting
16078           large chunks of RTF
16079
16080 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
16081
16082         * Control.cs: Separated special WM_SYSKEYUP keyboard handling. That way
16083           it's easier for a child control to handle the other messages without
16084           having to duplicate the special functionality
16085         * TextBoxBase.cs
16086           - WndProc: Removed calling base handler for WM_KEYDOWN and added 
16087             code to handle processing the key ourselves, in order to get 
16088             access to the result of KeyEventArgs.Handled. We now only call 
16089             ProcessKey if they key hasn't been handled already. Fixes #77526.
16090           - set_Text: If null or empty string is given, just clear the 
16091             document. Fixes part of #77526
16092
16093 2006-02-27  Jackson Harper  <jackson@ximian.com>
16094
16095         * SizeGrip.cs: Paint the background color before painting the grip
16096         so things look right.
16097         * MdiClient.cs: Add the sizegrip when both scrollbars are used.
16098
16099 2006-02-27  Mike Kestner  <mkestner@novell.com>
16100
16101         * ListView.cs:
16102           - Restructure layout and invalidation model to remove a ton of
16103           flicker from the control and speed up performance in general.
16104           - Add manual column resize, flickers like crazy, but I already have
16105           some ideas on how I'll fix that. (#76822)
16106           - Merge the three Icon-based views into a single layout method.
16107           - Move item selection interaction logic from the item since 
16108           interaction with the collections is more appropriate to the view.
16109           - Deselection on non-item clicks.
16110         * ListViewItem.cs:
16111           - Encapsulate most of the layout. Add some internal props to trigger
16112           layout.  Move to a model where Items invalidate themselves instead
16113           of just invalidating the whole control every time something changes.
16114           - Invalidate on Text/Caption changes.
16115           - switch to an offset based layout model to avoid having to absolute
16116           position every element on item moves.
16117           - correct checkbox layout to conform to MS layout.
16118         * ThemeWin32Classic.cs:
16119           - refactor some column header drawing code.
16120           - fix string justification for column headers (#76821)
16121           - make SmallIcon labels top justified for compat with MS impl.
16122         * ThemeClearlooks.cs:
16123           - adjust to new ListViewItem internal checkbox bounds api.
16124
16125 2006-02-27  Jackson Harper  <jackson@ximian.com>
16126
16127         * Control.cs:  Change where implicit controls fall in the zorder.
16128         They are now on top of all children.
16129         - Synced AddImplicit code with Add
16130         - Removed unused enumerator.
16131         * SizeGrip.cs: Remove the TODO as its been TODONE.
16132
16133 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com> 
16134
16135         * TextControl.cs(Insert): Combine the last lines unless the insertion
16136           string ends with \n\n, otherwise we leave one line too many (Fixes
16137           something I noticed with the testapp for #77526; the bug itself was
16138           already fixed in the previous checkin)
16139
16140 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com>
16141
16142         * RichTextBox.cs:
16143           - SelectionColor and SelectionFont methods no longer set absolute
16144             styles. Instead, the keep font or color respectively (This 
16145             resolves a long-standing FIXME in the code)
16146           - When flushing RTF text, the insert code now considers text trailing
16147             behind the insertion point (Fixes the bug where when replacing
16148             the selected text via SelectedRTF the remainder of the line behind 
16149             the selection would stay on the first insertion line)
16150         * TextBoxBase.cs:
16151           - AppendText now updates the selection points after inserting text
16152           - AppendText now ensures that the last tag (sometimes 0-length) of
16153             the document is used for the style information (Fixes part of 
16154             bug #77220)
16155         * TextControl.cs:
16156           - Created new FontDefiniton class to allow describing partial style
16157             changes
16158           - StreamLine() now takes a lines argument, to allow it to decide
16159             whether an encountered zero-length tag is the last in the document
16160             (which must be kept to not loose the font/color contained in it,
16161             for later appends)
16162           - Created Combine() and Split() methods for Marker structs, to 
16163             support marker updates due to reformatted documents (soft line
16164             wraps)
16165           - Implemented Document.CaretTag setter
16166           - Fixed MoveCaret(CtrlEnd) handling, now moves to the last character
16167             of the last line (Not the cause, but also exposed by bug #77220)
16168           - Added LineTag argument to InsertString method, to allow callers
16169             to force a certain tag to be used (required to force use of the
16170             trailing zero-length tag of a document)
16171           - Now updating markers in Combine(), to avoid stale tag markers
16172           - Added some method descriptions to aid maintenance
16173           - Implemented new FormatText concept, allowing additive/subtractive
16174             formatting by only specifying the components that are to be 
16175             changed. This was needed for resolving the RTB.SelectedColor/
16176             RTB.SelectedFont fixmes
16177           - Added Break() support method to allow breaking up linetags (used
16178             for partial formatting)
16179           - Added GenerateTextFormat() method. It is used for partial 
16180             formatting and allows to generate a full font/color from given
16181             attributes and an existing tag.
16182
16183 2006-02-26  Jackson Harper  <jackson@ximian.com>
16184
16185         * XplatUIX11.cs:  Use the correct caption height.
16186         - Translate hittest coordinates to screen coords to match MS.
16187         * XplatUIWin32.cs: When we create MDI windows we need to reset
16188         some of the style flags, so we get a nice blank window, and can
16189         draw all the decorations ourselves.
16190         - Set a clipping rectangle on the non client paint event, the
16191         window manager drawing code needs one.
16192         * Form.cs: The window manager needs to know when the window state
16193         has been updated.
16194         * Hwnd.cs: The window manager stuff now does a proper NCCALC so we
16195         don't need to factor in border and title sizes in these
16196         methods. TODO: Remove the args and fix the call points.
16197         * InternalWindowManager.cs: Handle NCHITTEST and NCCALCAREA
16198         properly.
16199         - Let the driver set the cursors.
16200         - Improve active window handling
16201         - Correct sizes for title bars and buttons.
16202         - Match MS drawing better
16203         * MdiWindowManager.cs: We don't need to handle border style
16204         updates specially anymore.
16205         - Check for scrollbars when windows are done moving
16206         - Handle Active properly.
16207         * MimeIcon.cs: Don't crash when we can't load the GNOME stuff
16208         correctly. I am spewing the exception though, so we don't hide the
16209         bugs.
16210         
16211 2006-02-26  Pedro Martinez Julia  <pedromj@gmail.com>
16212
16213         * DataGridViewRowPostPaintEventArgs.cs,
16214           DataGridViewCellPaintingEventArgs.cs,
16215           DataGridViewRowCollection.cs,
16216           DataGridViewRowPrePaintEventArgs.cs,
16217           DataGridViewCell.cs: Clear a few warnings and implement a few
16218           exceptions that should be thrown.
16219
16220 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
16221
16222         * ScrollBar.cs (ctor): Explicitly set a cursor to avoid
16223           'inheriting' our parent's (non-default) cursor. (Part of
16224            the fix for #77479)
16225
16226 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com> 
16227
16228         * XplatUIX11.cs: Fixed cast to make csc happy
16229
16230 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
16231
16232         * Control.cs (WndProc): Only handle WM_SETCURSOR messages if
16233           it's for the client area (part of fix for #77479 and needed
16234           for MDI window cursor handling)
16235         * XplatUIX11.cs
16236           - DefWindowProc: Now handles the WM_SETCURSOR messages, setting
16237             the appropriate default cursors and also passing the message
16238             up the parent chain 
16239           - GetMessage: Now generating WM_NCHITTEST and WM_SETCURSOR even
16240             for non-client areas
16241
16242 2006-02-15  Jackson Harper  <jackson@ximian.com>
16243
16244         * XplatUIWin32.cs: Since we fake MDI dont tell Windows that this
16245         is a real MDI window
16246
16247 2006-02-14  Alexander Olk  <alex.olk@googlemail.com>
16248
16249         * X11DesktopColors.cs: Instead of checking the desktop session
16250           string for "KDE" check if it starts with "KDE"
16251
16252 2006-02-10  Jackson Harper  <jackson@ximian.com>
16253
16254         * XplatUIX11.cs: These should be unsigned (fixes crash on 32 bit
16255         systems).
16256
16257 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
16258
16259         * FileDialog.cs: Added Refresh to RunDialog to fix some drawing
16260           errors
16261         * ColorDialog.cs:
16262           - Got rid of the panel. All controls are now directly added to
16263             the dialog form
16264           - Changed to mono coding style
16265
16266 2006-02-10  Jackson Harper  <jackson@ximian.com>
16267
16268         * InternalWindowManager.cs: We don't need the set visibility to
16269         false hack anymore now that peter has written beautiful shutdown
16270         code.
16271
16272 2006-02-10  Peter Dennis Bartok  <pbartok@novell.com>
16273
16274         * XplatUIX11.cs: Ignore DestroyNotify messages for windows that
16275           where already explicitly destroyed
16276
16277 2006-02-10  Jackson Harper  <jackson@ximian.com>
16278
16279         * MdiClient.cs: Handle the case where windows are too high or to
16280         the left and we need scrollbars.
16281
16282 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
16283
16284         * MimeIcon.cs: Added some icons
16285         * FileDialog.cs:
16286           - Fixed bug #77477
16287           - Got rid of the panel. All controls are now directly added to
16288             the dialog form
16289           - Changed to mono coding style
16290           - On Linux "My Computer" and "My Network" will now show some
16291             more usefull information. A new class, MasterMount, gathers
16292             this information from /proc/mount. Updated MWFFileView to make
16293             use of this information
16294           - Fixed a bug that caused FileDialog to crash when
16295             ".recently_used" file had a zero size
16296           - FilterIndex does now what it should
16297           - Some Refactoring
16298         * OpenFileDialog.cs, SaveFileDialog.cs: Updated to reflect latest
16299             FileDialog changes
16300
16301 2006-02-09  Jackson Harper  <jackson@ximian.com>
16302
16303         * ComboBox.cs: Don't touch if null.
16304
16305 2006-02-09  Peter Dennis Bartok  <pbartok@novell.com>
16306
16307         * Cursor.cs: 64bit safeness fix
16308         * XplatUIX11.cs: Removed several unneeded and one moronic cast.
16309
16310 2006-02-09  Jackson Harper  <jackson@ximian.com>
16311
16312         * Form.cs: If a form is made into an MDI form update the styles so
16313         all the props can get set correctly.
16314         - Kill the mdi_container when we dont need it anymore.
16315         * InternalWindowManager.cs: Add missing NOT
16316
16317 2006-02-08  Jackson Harper  <jackson@ximian.com>
16318
16319         * InternalWindowManager.cs: Respek clipping when drawing MDi
16320         decorations.
16321
16322 2006-02-08  Jackson Harper  <jackson@ximian.com>
16323
16324         * Hwnd.cs: Add bits to track non client expose events.
16325         * XplatUIX11.cs: Track non client expose events on the hwnd. This
16326         gives us a proper invalid rect and will allow for some nice
16327         optimizations with NC client drawing
16328         - MDI windows are children windows, so move their style handling
16329         into the child window block.
16330         * InternalWindowManager.cs: Remove a state reset that was
16331         getting invoked at the wrong time. Fixes managed windows getting
16332         into a 'stuck' captured state.
16333
16334 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
16335
16336         * TextControl.cs (Document.ctor): Now initializing 
16337           selection_anchor. Fixes #77493
16338
16339 2006-02-07  Jackson Harper  <jackson@ximian.com>
16340
16341         * TrackBar.cs: The increment/decrements were backwards.
16342
16343 2006-02-07  Mike Kestner  <mkestner@novell.com>
16344
16345         * Theme*.cs : remove ThemeEngine.Current usage as it just points back
16346         to the instance itself.
16347
16348 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
16349
16350         * X11DesktopColors.cs, ThemeGtk.cs: The GObject structure is based
16351           on ulongs and pointers, the size differs between 32bit and 64bit
16352           systems. 
16353
16354 2006-02-07  Mike Kestner  <mkestner@novell.com>
16355
16356         * XplatUIX11.cs : force the WorkingArea away from XGetWindowProperty
16357         for 64 bit platforms to work around a metacity bug. 
16358
16359 2006-02-07  Jackson Harper  <jackson@ximian.com>
16360
16361         * TrackBar.cs: Process the input keys we need, and hookup to
16362         KeyDown instead of using WndProc, so we get key messages.
16363
16364 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com>
16365
16366         * XplatUIX11.cs: Atoms are only 32bit on the wire, no matter what
16367           machine we're on. 
16368         * X11Dnd.cs(SetAllowDrop): Since atoms are always 32bit on the wire
16369           we need to translate the XdndVersion atoms array before sending it
16370
16371 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com> 
16372
16373         * XplatUIX11.cs: 
16374           - The preceeding 64bit fixes had a bug: ChangeProperty expects the
16375             number of bits for the property, not the number of bytes. The
16376             change to provide IntPtr.Size broke 32bit. (64bit was also wrong
16377             but would not crash since it specified 8 bits instead of 4 bits)
16378           - More 64bit fixes: Switched all atoms from int to IntPtr (they are
16379             defined as XID -> long in the C headers)
16380           - Removed 'new IntPtr((int))' and '(IntPtr)' casts from all NetAtoms 
16381             references since those are now IntPtr to begin with
16382           - Switched all Atom.XXX 'int' casts to IntPtr casts
16383           - Fixed XGrabPointer DllImport signature to work for 64bit (cursor arg)
16384           - Fixed XInternAtom signature for 64bit, now returns an IntPtr
16385           - Added XChangeActivePointerGrab DllImport (for X11DnD)
16386         * X11Structs.cs:
16387           - Changed 'int' type for Atoms in XEvent structures to IntPtr
16388           - Changed atom in HoverStruct to be IntPtr
16389         * X11DnD.cs:
16390           - Removed local DllImports, switched code to use those from XplatUIX11
16391           - Removed/fixed casts related to the switch of Atom to be a IntPtr
16392
16393 2006-02-06  Mike Kestner  <mkestner@novell.com>
16394
16395         * XplatUIX11.cs : many more 64 bit pinvoke changes.  I've audited all the 
16396         method signatures in the import region.  There may still be some
16397         lingering struct marshaling issues, as I didn't drill down into those.
16398         Yet.
16399
16400 2006-02-06  Jackson Harper  <jackson@ximian.com>
16401
16402         * ComboBox.cs: Dont manually set the top_item, this is computed
16403         when the scrollbar position is set.
16404
16405 2006-02-06  Mike Kestner  <mkestner@novell.com>
16406
16407         * XplatUIX11.cs : 64 bit changes to XGetWindowProperty usage. Fixes
16408         startup crashes on amd64.  There's other fixes needed.  All pinvoke
16409         usage of Atom needs to be mapped to IntPtr for example.  And there are
16410         likely other int/long issues to be addressed.
16411
16412 2006-02-04  Alexander Olk  <alex.olk@googlemail.com>
16413
16414         * FileDialog.cs: One more...
16415
16416 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
16417
16418         * FileDialog.cs: Next try
16419
16420 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
16421
16422         * FileDialog.cs: First part of fix for #77464
16423
16424 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
16425
16426         * ButtonBase.cs, ContainerControl.cs, Forms.cs,
16427           ThemeWin32Classic.cs: Fix for #77458. Correct handling of
16428           AcceptButton border drawing.
16429
16430 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com> 
16431
16432         * Form.cs: Moved positioning of form after auto scaling is applied,
16433           otherwise it would possibly use wrong form size.
16434
16435 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com>
16436
16437         * Control.cs (RecreateHandle): No need to re-create any child
16438           controls, the child windows will get destroyed automatically by
16439           the windowing system or driver, and re-created when the handle
16440           is being accessed the first time. Fixes #77456
16441         * Form.cs: No longer setting the form to closing if the handle is 
16442           being recreated. This seems like the right thing to do, don't
16443           have a bug or testcase for this, though.
16444
16445 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
16446
16447         * FileDialog.cs: Suspend/Resume layouting when changing sizes of
16448           controls to avoid unwanted side effects
16449
16450 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com> 
16451
16452         * Control.cs: 
16453           - ScaleCore needs to scale the bounds, not the ClientSize of the 
16454             control. Fixes #77416.
16455           - DefaultSize is 0,0 for control
16456         * TextBoxBase.cs: 
16457           - DefaultSize is 100, 20
16458           - SetBoundsCore: Now enforcing the height, no matter if the provided
16459             height is more or less than the preferred one, as long as AutoSize
16460             is on
16461         * Form.cs: Apply documented fudge factor. Part of item 3 fix for #77416
16462
16463 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
16464
16465         * Control.cs:
16466           - ResumeLayout: Fixed logic when to call PerformLayout, we may not
16467             call unless both performLayout is true *and* we have a pending
16468             layout change
16469           - ResumeLayout: MS does not completely nest Suspend and Resume,
16470             they bottom out at 0, fixed our code to match that.
16471           - UpdateBounds/SetBoundsCore: Moved calling of UpdateDistances() to
16472             SetBoundsCore, we were updating even when we shouldn't. This fixes
16473             swf-anchors mis-anchoring when resizing the app fast and lots.
16474           - UpdateDistances: Now only setting the left and top distance if 
16475             we have a parent and are not suspended, this is based on
16476             a suggestion by Don Edvaldson in bug #77355.
16477           - OnVisibleChanged: Fixed logic when to create the control. We may
16478             not create the control if we have no parent or if it's not visible;
16479             switched to using Visible property instead of is_visible field 
16480             since the property also considers parent states. This fixes a bug
16481             when starting Paint.Net
16482
16483 2006-02-02  Jackson Harper  <jackson@ximian.com>
16484
16485         * Form.cs: If the forms handle hasn't been created yet don't call
16486         into xplatui to make it top most, just set the topmost flag on the
16487         form in CreateParams
16488         * XplatUIX11.cs: Handle WS_EX_TOPMOST.
16489
16490 2006-02-01  Jackson Harper  <jackson@ximian.com>
16491
16492         * ScrollableControl.cs: Refactored the Recalculate method a
16493         little, this wasn't handling all the variants of bottom and right
16494         bars needed to be added and added/removed based on their
16495         counterparts being added/removed (which changes the drawable
16496         size). Also we special case client widths and heights of 0 and
16497         don't add the scrollbar for those.
16498
16499 2006-02-01  Peter Dennis Bartok  <pbartok@novell.com>
16500
16501         * XplatUIX11.cs: 
16502           - Added method to get AbsoluteGeometry(); currently unused, but might
16503             be used in the future, if we try again to figure out toplevel
16504             coordinates with some more crappy window managers
16505           - Added FrameExtents() method to retrieve the WM set decoration size
16506           - Tried to fix up AddConfigureNotify and handling of ReparentNotify 
16507             to deal with at least KDE, FVWM and metacity (Fixes #77092)
16508         * Hwnd.cs: 
16509           - Added whacky_wm tracking var for metacity
16510           - Added logic to have default menu height if the actual menu height
16511             has not yet been calculated (part of fix for #77426)
16512         * Form.cs: Keep track whether client size has been set and re-set 
16513           it if a menu is added/removed afterwards (Fixes #77426)
16514
16515 2006-01-31  Jackson Harper  <jackson@ximian.com>
16516
16517         * Control.cs: When a new Site is set on the component attempt to
16518         pull the AmbientProperties from it.
16519
16520 2006-01-31  Peter Dennis Bartok  <pbartok@novell.com>
16521
16522         * ThemeWin32Classic.cs: Menu background is drawn in ColorMenu, not
16523           in the background of the owning form. Fixes #77332
16524
16525 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
16526
16527         * MimeIcon.cs: Fix for #77409
16528
16529 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
16530
16531         * XplatUIX11GTK.cs: Initial import
16532
16533 2006-01-31  Jordi Mas i Hernandez <jordimash@gmail.com>
16534
16535         * FixedSizeTextBox: fixes class signature
16536
16537 2006-01-30  Jackson Harper  <jackson@ximian.com>
16538
16539         * FixedSizeTextBox.cs: New internal class that represents a
16540         textBox that will not be scaled.
16541         * TreeView.cs:
16542         * ComboBox.cs:
16543         * UpDownBase.cs: Use the new FixedSizeTextBox instead of a
16544         standard TextBox.
16545                 
16546 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com> 
16547
16548         * XplatUIX11.cs: Retrieve default screen number instead of
16549           assuming 0. Attempted fix for #77318
16550
16551 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com>
16552
16553         * XplatUIWin32.cs: 
16554           - GetWindowPos: When a window is parented by FosterParent, use 
16555             the desktop instead of FosterParent as the base to get coordinates
16556           - CreateWindow: Don't make FosterParent the parent window for Popups
16557             if we don't want a taskbar entry, Popups automatically don't get one
16558         * Hwnd.cs: Need to call remove to actually remove the key from the
16559           hash table
16560
16561 2006-01-30  Mike Kestner  <mkestner@novell.com>
16562
16563         * MenuAPI.cs: adjust MainMenu item popup location to y=0.
16564
16565 2006-01-30  Jackson Harper  <jackson@ximian.com>
16566
16567         * TreeView.cs:
16568         * TreeNode.cs: Raise events no matter how the treenode is
16569         checked. Patch by Don Edvalson.
16570
16571 2006-01-30  Jackson Harper  <jackson@ximian.com>
16572
16573         * TreeNode.cs: Signature fix.
16574
16575 2006-01-29  Alexander Olk  <alex.olk@googlemail.com>
16576
16577         * ThemeClearlooks.cs: Fixed a crash in ProgressBar drawing.
16578
16579 2006-01-20  Mike Kestner  <mkestner@novell.com>
16580
16581         * Form.cs: Add ActiveTracker property to do Captures and perform mouse
16582         event forwarding when menus are active.
16583         * MenuAPI.cs: kill the GrabControl hack.  Use Form.ActiveTracker.
16584         Most of the patch is pdb's with a little rework.
16585
16586 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
16587
16588         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs: 
16589           Removed GetMenuDC and ReleaseMenuDC methods; replaced
16590           by PaintEventStart(handle, false) and PaintEventEnd(handle, false)
16591         * Form.cs: Changed WM_NCPAINT handler to use PaintEventStart and End
16592         * InternalWindowManager.cs: Added use of PaintEventStart/End to
16593           handling of WM_NCPAINT message, now passing the PaintEventArgs to
16594           the PaintWindowDecorations method
16595         * MainMenu.cs: Switched logic from GetMenuDC to PaintEventStart
16596         * MdiChildContext.cs: Switched logic from GetMenuDC to PaintEventStart
16597         * MenuAPI.cs: Made tracker window invisible
16598         * XplatUIWin32.cs:
16599           - Removed GetMenuDC and ReleaseMenuDC methods
16600           - Implemented the client=false path for PaintEventStart and
16601             PaintEventEnd
16602
16603 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
16604
16605         * XplatUIWin32.cs(SetBorderStyle): Fixed3D needs a border
16606         * XplatUIX11.cs(DeriveWindowStyles): Updated to match fixed Form
16607           styles
16608         * Form.cs: 
16609           - MaximizeBox, MinimizeBox: Recreate the handle when setting
16610             the style
16611           - CreateParams: Reworked the styles to match MS look'n'feel,
16612             removed automatic setting of MinimizeBox, MaximizeBox, etc. via
16613             the WS_OVERLAPPEDWINDOW style. This fixes #76823.
16614
16615 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
16616
16617         * XplatUIX11.cs(GetWindowState): Now throwing an exception when the 
16618           window is not mapped, since otherwise every form that's being 
16619           created is considered minimized, which is wrong.
16620         * Form.cs: Catching the exception and returning our internal value
16621           instead
16622
16623 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
16624
16625         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new driver method
16626           SetWindowMinMax() to have means to tell the driver about the minimum,
16627           maximum and maximized state window sizes. (Part of the fix for #76485)
16628         * Form.cs:
16629           - Implemented tracking of minimum and maximum window size, now calling
16630             new SetWindowMinMax() driver method to tell the driver (Part of the
16631             fix for #76485)
16632           - Finished handling of WM_GETMINMAXINFO method, now setting all values
16633             (Completes fix for #76485)
16634           - Calling new SetWindowMinMax driver method when the handle for a 
16635             form is created, to make sure the driver knows about it even if
16636             the values have been set before the window was created
16637           - Now eating the WM_WINDOWPOSCHANGED message if the form is minimized
16638             to avoid messing up our anchoring calculations (partial fix
16639             for #77355)
16640         * XplatUIStructs.cs: Added MINMAXINFO struct (moved from Win32 driver)
16641         * XplatUIX11.cs:
16642           - Added _NET_WM_STATE_HIDDEN property for detecting minimized state
16643           - Improved GetWindowState() to detect 'Minimized' state on Metacity 
16644             (and presumably other freedesktop.org compliant WMs). Left the
16645             assumption unmapped=minimized, needed for SetVisible to work.
16646           - Now setting the window state when creating windows
16647           - Fixed SetVisible to consider/set the window state when mapping
16648             a Form. We cannot set the state before it's mapped, and we cannot
16649             use Form.WindowState once it's mapped (since it would ask the
16650             driver and get 'normal'. Therefore, we grab the state before
16651             mapping, map, and then set state.
16652           - Implmemented SetWindowMinMax method; Metacity does not seem to
16653             honor the ZoomHints, though.
16654         * XplatUIWin32.cs:
16655           - Removed MINMAXINFO (moved to XplatUIStructs)
16656           - Added SetWindowMinMax stub (on Win32 the only way to set that
16657             information is in response to the WM_GETMINMAXINFO message, which
16658             is handled in Form.cs)
16659           - Added logic to SetVisible to set the proper window state when a 
16660             form is made visible (fixes #75720)
16661
16662 2006-01-26  Jackson Harper  <jackson@ximian.com>
16663
16664         * Control.cs (BeginInvoke): Automagically handle EventHandlers the
16665         same way we handle them with Invoke.
16666
16667 2006-01-25  Peter Dennis Bartok  <pbartok@novell.com> 
16668
16669         * Form.cs:
16670           - Added tracking of window state so CreateParams can return
16671             the appropriate style
16672           - Moved setting of WS_CAPTION style in CreateParams to allow
16673             styles without caption
16674         * DataGridTextBoxColumn.cs: We are now also creating the TextBox 
16675           control if the TextBox property is accessed. Fixes #77345
16676         * Control.cs:
16677           - get_Created: now uses is_disposed and is_created to determine
16678             return value (suggested by Jackson)
16679           - CreateHandle: No longer exits if the handle is being recreated
16680           - RecreateHandle: If the handle is not yet created call the 
16681             appropriate method to create either control or handle. If the
16682             control is already created CreateHandle will simply exit instead
16683             of just creating the handle
16684         * Hwnd.cs: Removed expose_pending tracking, no longer needed since we
16685           now SendMessage WM_DESTROY directly to the control when DestroyWindow
16686           is called.
16687         * XplatUIX11.cs: 
16688           - When DestroyWindow is called, instead of waiting for the 
16689             DestroyNotification from X11, we directly post it to the WndProc
16690             and immediately dispose the hwnd object.
16691             Same applies to DestroyChildWindows, and this obsoletes the
16692             expose_pending tracking. Contrary to Win32 behaviour we destroy our
16693             child windows before our own, to avoid X11 errors.
16694           - Removed the direct sending of WM_PAINT on UpdateWindow
16695         * XplatUIWin32.cs:
16696           - Reworked DoEvents and GetMessage to allow access to internal queue
16697             even when trying non-blocking access to the queue.  Fixes #77335. 
16698             Based on a patch suggestion by Don Edvalson. The new private
16699             GetMessage can now also be used as a backend for a PeekMessage
16700             frontend version.
16701         * XplatUI.cs: Improved debug output for CreateWindow
16702
16703 2006-01-25  Jackson Harper  <jackson@ximian.com>
16704
16705         * Help.cs: Allow param to be null. Patch by Don Edvalson.
16706
16707 2006-01-24  Jackson Harper  <jackson@ximian.com>
16708
16709         * ComboBox.cs: Clamp the max value set for the vertical scrollbar
16710         when we have a MaxDropItems lower then the selected index.
16711
16712 2006-01-24  Jackson Harper  <jackson@ximian.com>
16713
16714         * Control.cs: Don't allow selection of non visible controls, allow
16715         selection of controls without parents.
16716
16717 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
16718
16719         * ThemeWin32Classic.cs: Fixes Datagrid drawing issues
16720         * DataGridDrawingLogic.cs: Add editing row only when is necessary
16721
16722 2006-01-23  Jackson Harper  <jackson@ximian.com>
16723
16724         * UpDownBase.cs: Make the textbox handle all the selection and
16725         tabbing. This fixes tabing to updown controls.
16726
16727 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
16728
16729         * TextBoxBase.cs: fixes exception thown the object was null
16730
16731 2006-01-23  Jackson Harper  <jackson@ximian.com>
16732
16733         * ButtonBase.cs: Just use the base CreateParams. They set
16734         visibility and enabled correctly.
16735         * ComboBox.cs:
16736         * TrackBar.cs:
16737         * MonthCalendar.cs: Lets let the base set as much of the
16738         createparams as possible so we don't have duplicate code all over
16739         the place.
16740
16741 2006-01-22  Alexander Olk  <alex.olk@googlemail.com>
16742
16743         * ThemeGtk.cs: Added TrackBar and some experimental code to
16744           get double buffering back
16745
16746 2006-01-21  Jordi Mas i Hernandez <jordimash@gmail.com>
16747
16748         * DataGrid.cs: Allows row number set internally higher than the last
16749         when creating a new row. Restores the editing functionality.
16750
16751 2006-01-20  Mike Kestner  <mkestner@novell.com>
16752
16753         * MimeIcon.cs: delay Image creation until the icons are accessed
16754         instead of creating 190 scaled images on GnomeHandler startup.
16755
16756 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com> 
16757
16758         * TextBoxBase.cs (WndProc): When handling WM_KEYDOWN we need to
16759           first call base before processing the event. Fixes #77279
16760
16761 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com>
16762
16763         * XplatUIWin32.cs, Cursor.cs: Fixed code that wrongly assumed
16764           that the stride for the GDI bitmap would match the stride of
16765           a DIB or a Cursor.
16766
16767 2006-01-19  Alexander Olk  <alex.olk@googlemail.com>
16768
16769         * ThemeGtk.cs: Added ProgressBar, RadioButton, CheckBox
16770
16771 2006-01-19  Jackson Harper  <jackson@ximian.com>
16772
16773         * ComboBox.cs: Hookup the text controls keydown event so we get
16774         those when the text control has the focus.
16775
16776 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
16777
16778         * Label.cs: Now using the base events instead of defining new ones;
16779           this allows us to just call the base properties without having to
16780           duplicate all base property logic 
16781
16782 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
16783
16784         * Label.cs: A label by default is not a tabstop (Fixes one of our
16785           failing nunit tests)
16786
16787 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
16788
16789         * XplatUIWin32.cs: Fixed wrong DoEvents logic. Fixes #77282
16790         * XplatUIX11.cs: Removed WM_PAINT check from DoEvents. Fixes #77282
16791
16792 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
16793
16794         * Cursor.cs: Reimplemented creating cursor bitmaps without using
16795           the Bitmap(Stream) constructor which is semi-broken on MS GDI+.
16796           This fixes #77218
16797         * XplatUIWin32.cs: 
16798           - Reimplemented creating Bitmaps from DIBs since the Bitmap(Stream) 
16799             constructor creates images that can't be saved. Part of the fix
16800             for #76103
16801           - Added handling of CF_BITMAP as CF_DIB to clipboard code (Fixes #76103)
16802           - SetWindowState: Switched ShowWindow flags (part of an upcoming 
16803             bug fix for handling window state in forms properly)
16804
16805 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
16806
16807         * ThemeGtk.cs: Simplify ScrollBar drawing
16808
16809 2006-01-18  Jackson Harper  <jackson@ximian.com>
16810
16811         * Splitter.cs: Set the default dock style for the splitter control
16812         in the constructor.
16813
16814 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
16815
16816         * ThemeGtk.cs: Corrected StateType and ShadowType for
16817           gtk_paint_box
16818
16819 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
16820
16821         * Control.cs: Make use of Theme.DoubleBufferingSupported
16822         * ThemeGtk.cs:
16823           - Added drawing for flat style buttons
16824           - Added ScrollBar drawing
16825
16826 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
16827
16828         * ThemeClearlooks.cs: Removed some unneeded code.
16829         * ThemeGtk.cs: First part of ThemeGtk enhancements.
16830
16831 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
16832
16833         * LinkLabel.cs: We need to update the hover drawing when
16834           leaving the control as well.
16835
16836 2006-01-18  Jordi Mas i Hernandez <jordimash@gmail.com>
16837
16838         * DataGrid.cs: Clicking on non empty areas in the columns
16839            area was giving an exception
16840
16841 2006-01-17  Jackson Harper  <jackson@ximian.com>
16842
16843         * ThemeWin32Classic.cs:
16844         * ListView.cs: Do not draw/clip the headers when the header style
16845         is None.
16846
16847 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
16848
16849         * DataGrid.cs: Fixes 77260
16850         
16851 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
16852
16853         * DataGrid.cs: Clicking on a column on a empty grid was giving
16854           an exception
16855
16856 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
16857
16858         * DataGrid.cs (OnKeyDown): Don't use the array if it's empty
16859           or any keypress will crash the grid.
16860
16861 2006-01-17  Mike Kestner  <mkestner@novell.com>
16862
16863         * MainMenu.cs (OnMenuChanged): set Height=0 to cause relayout.
16864         * ThemeWin32Classic.cs (CalcItemSize): clear Height/Width for 
16865         invisible/previously-visible items.
16866         [Fixes #76909]
16867
16868 2006-01-17  Alexander Olk  <alex.olk@googlemail.com>
16869
16870         * ThemeClearlooks.cs:
16871         - Added CL_Draw_Button method; now other theme controls that are 
16872           not derived from button or do not have a button can draw buttons
16873           too
16874         - Updated ComboBox drawing
16875         - Beautified RadioButton drawing
16876         - Corrected drawing of bottom and left tabs
16877         - Beautified DateTimePicker and MonthCalendar
16878         - Added CPDrawButton and CPDrawRadioButton
16879
16880 2006-01-16  Jackson Harper  <jackson@ximian.com>
16881
16882         * ComboBox.cs: Set the initial value of the scrollbar to the
16883         current index. Reduce the numbers of refreshs and IndexOfs called.
16884
16885 2006-01-14  Alexander Olk  <alex.olk@googlemail.com>
16886
16887         * FileDialog.cs: When the file listview is focused hitting the
16888           backspace key moves the fileview to the parent directory
16889
16890 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
16891
16892         * Form.cs: 
16893           - Added RecreateHandle call when changing taskbar visibility to 
16894             trigger reparenting in Win32 driver (Fixes #75719)
16895           - If a window has minimize or maximize buttons, it cannot have
16896             a help button
16897         * XplatUIWin32.cs:
16898           - CreateWindow: When no WS_EX_APPWINDOW style is found we parent
16899             the toplevel form with FosterParent (A toolwindow not on the
16900             taskbar) (Fixes #75719)
16901           - Made FosterParent a toolwindow
16902
16903 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
16904
16905         * FileDialog.cs: Don't crash if InitialDirectory doesn't exist
16906
16907 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
16908
16909         * ToolTip.cs: If SetToolTip is called from a control and the mouse
16910           is currently over that control, make sure that tooltip_window.Text
16911           gets updated
16912
16913 2006-01-13  Mike Kestner  <mkestner@novell.com>
16914
16915         * MimeIcon.cs: size_t on lp64 fix for gdk_pixbuf_save_to_file extern.
16916
16917 2006-01-13  Jackson Harper  <jackson@ximian.com>
16918
16919         * TreeView.cs: On MS GetNodeAt never actually factors in the X
16920         value passed.  Also redraw the selected node when we recieve
16921         focus, so tabbing between trees works correctly.
16922
16923 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
16924
16925         * MimeIcon.cs: GnomeHandler: older gnome versions don't have
16926           ~/.gconf/%gconf-tree.xml, so use
16927           .gconf/desktop/gnome/interface/%gconf.xml
16928
16929 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
16930
16931         * TextControl.cs: Draw text in gray if control is disabled
16932
16933 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
16934
16935         * TreeView.cs: Draw the focus rectangle outside the highlight, to
16936           make sure it's always visible. Fixes #76680.
16937
16938 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
16939
16940         * TreeView.cs: Implemented Wheel scrolling. Fixes #76531
16941
16942 2006-01-13  Jonathan Chambers  <jonathan.chambers@ansys.com>
16943
16944         * PageSetupDialog.cs: Added.
16945         * PrintDialog.cs: Attributes.
16946         * PrintPreviewControl.cs: Updates.
16947         * PrintPreviewDialog.cs: Updates.
16948         
16949 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
16950
16951         * Control.cs: Undid my selection check fix, since it's not needed
16952         * TextBoxBase.cs:
16953           - Now considering the presence of hscroll/vscroll when sizing
16954             vscroll/hscroll respectively. Fixed bug #77077
16955           - Added Left/Up/Down/Right to IsInputKey list to prevent
16956             ContainerControl from stealing them. This fixes what I broke
16957             with my last checkin.
16958
16959 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com> 
16960
16961         * ScrollableControl.cs: Implemented dockpadding. Fixes #77166. And
16962           I finally understand how the property can be set without a setter :-)
16963
16964 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
16965
16966         * Application.cs:
16967           - Switched RunLoop to use static Message.Create to create a 
16968             Message object
16969           - Added PreProcessMessage call in runloop for keyboard events; this
16970             is part of the fix for #77219, I overlooked this originally in the
16971             MSDN doc for PreProcessMessage
16972         * Control.cs:
16973           - Removed call to PreProcessMessage from handling of keyboard 
16974             messages; it's supposed to be done in the message pump
16975           - Moved call to ProcessKeyEventArgs inside ProcessKeyMessage as
16976             per MSDN documentation.
16977           - IsInputChar: All chars are input chars by default; removed the 
16978             parent calling chain, MS does not document that
16979           - PreProcessMessage: If IsInputChar is true, we want to return false
16980             to allow dispatching of the message
16981           - When selecting the next control, now also check that we're not
16982             selecting ourselves again and therefore return a false positive.
16983         * TextBoxBase.cs:
16984           - Tried to match return values for IsInputKey and ProcessDialogKey
16985             to what MS returns; moved processing of our special keys outside
16986             ProcessDialogKey since MS does not seem to return true on those.
16987           - Moved code that previously was in ProcessDialogKey into new private
16988             ProcessKey method, which gets called upon receipt of WM_KEYDOWN
16989           - Reworked handling of WM_CHAR to not have to duplicate code from
16990             Control.cs anymore, instead we simply call down to base.
16991            
16992 2006-01-12  Jackson Harper  <jackson@ximian.com>
16993
16994         * ComboBox.cs: We always need to refresh the text area when
16995         EndUpdate is called. Fixes the combobox in the file dialog.
16996         * Control.cs: Don't create the creator_thread until the controls
16997         handle is created.  Also in InvokeRequired we check if the
16998         creator_thread is null. This gives the effect of InvokeRequired
16999         returning true if the controls handle is not created yet, and
17000         matches MS.
17001
17002 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
17003
17004         * XplatUI.cs:
17005           - Added StartLoop() driver method. This is used to allow drivers to
17006             prepare for an upcoming GetMessage/TranslateMessage/DispatchMessage
17007             loop for a particular thread
17008           - Added EndLoop() driver method. This is called once the message
17009             pump for the thread is shut down
17010           - Added SupportsTransparency method to allow the driver to indicate
17011             opacity support for windows
17012         * Form.cs:
17013           - Removed TODO attribute, completed AllowTransparency property
17014           - Added documented logic to Opacity
17015         * GroupBox.cs, Label.cs, LinkLabel.cs, PropertyGrid.cs, Control.cs,
17016           ButtonBase.cs, CheckedListBox.cs: Combined Jackson's and Miguel's
17017           versions of CompatibleTextRendering
17018         * X11Structs.cs: Added opacity atom to our atom enumeration
17019         * Hwnd.cs: Added opacity tracking (we need to track since the opacity
17020           of a form might be set before it's reparented by the WM, and we need
17021           the opacity value without calling up to Form)
17022         * XplatUIDriver.cs: Added StartLoop(), EndLoop() and 
17023           SupportsTransparency() driver methods
17024         * Application.cs: Now calling StartLoop and EndLoop driver methods
17025         * XplatUIX11.cs:
17026           - Added opacity atom registration
17027           - Added StartLoop()/EndLoop() methods. They're empty right now but
17028             will need to get implemented when we switch to a per-thread queue
17029           - Implemented SupportsTransparency() method
17030           - Implemented SetWindowTransparency() method
17031           - Added support for setting the opacity value when a window is
17032             reparented (since the opacity needs to be set on the WM frame)
17033         * XplatUIOSX.cs, XplatUIWin32.cs:
17034           - Added SupportsTransparency(), StartLoop() and EndLoop() methods
17035
17036 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
17037
17038         * ThemeClearlooks.cs: Don't crash if TabControl.Parent is null.
17039
17040 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
17041
17042         * FileDialog.cs: Added ToolTip for MWFFileView
17043         * MimeIcon.cs: Rewrote GnomeHandler.
17044           - Get currently used gnome icon theme from
17045             ($HOME)/.gconf/%gconf-tree.xml
17046           - Make use of inherited icon themes
17047           - Support SVG icon themes like Tango via librsvg
17048
17049 2006-01-12  Miguel de Icaza  <miguel@novell.com>
17050
17051         Revert's Jackson's revert which broke 2.0 builds.   Fix both
17052         builds. 
17053         
17054         * Application.cs: Move the use_compatible_text_rendering outside
17055         the NET_2_0 define.  If we ever need to use the
17056         use_compatible_text_rendering on the individual controls they will
17057         access the variable from the common shared code paths.
17058
17059 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
17060
17061         * XplatUI.cs:
17062           - Added more granular debug options
17063           - Added method to print both window text and id
17064           - Switched debug output to use new Window() debug method
17065           - Added IsEnabled() driver method
17066           - Added EnableWindow() driver method
17067         * Form.cs:
17068           - Removed end_modal; no longer needed, new loop handles termination
17069             via 'closing' variable
17070           - If form is modal, setting DialogResult will now initiate loop
17071             termination via 'closing' variable
17072           - Added support for is_enabled/WS_DISABLED to CreateParams
17073           - Close() now just send the WM_CLOSE message; the WM_CLOSE handler
17074             does all the work
17075           - Removed code that's now in RunLoop from ShowDialog()
17076           - Added various documented sanity checks to ShowDialog()
17077           - Added handling of WM_DESTROY message; we set 'closing' on getting
17078             the message to indicate the message pump to terminate
17079           - Added handling of new internal WM_CLOSE_INTERNAL message - it's
17080             send by the Application.ExitThread method. (We send the message
17081             to destroy the window after all other events have been
17082             processed through the queue, instead of destroying the handle 
17083             directly)
17084           - Moved code from Close() method to WM_CLOSE handler; added logic
17085             to only send close-related events if the form is not displayed
17086             modal
17087         * Splitter.cs (..ctor): Fixed typo in resource name
17088         * Control.cs:
17089           - DrawBackgroundImage: Explicitly selecting the wrap mode for the
17090             brush now
17091           - set_Cursor: Now only setting calling into XplatUI if the handle for
17092             the control is already created; this avoids implict handle creation
17093             or crashes if it's not created
17094           - set_Enabled: Now setting the enabled state via the new driver method
17095             instead of just tracking it
17096           - CreateParams: Added logic to set WS_DISABLED based on enabled state
17097           - CreateControl: Reordered event firing and method calls to more
17098             closely fire events in the order MS does. Now setting the
17099             enabled state in the driver when creating the control.
17100           - SetVisibleCore: Moved when the OnVisibleChanged event is fired to
17101             match MS order
17102         * FolderBrowserDialog.cs, MessageBox.cs, ButtonBase.cs, TrackBar.cs,
17103           MonthCalendar.cs: get_CreateParams: Added setting of WS_DISABLED 
17104         * XplatUIStructs.cs: Added internal WM_CLOSE_INTERNAL mesage id
17105         * Hwnd.cs:
17106           - Added tracking of window enabled state (get_Enabled/set_Enabled)
17107           - Added EnabledHwnd property to easily allow a driver to find the
17108             handle of the first enabled window in the parent chain (this is
17109             used by drivers to pass up input events of disabled windows)
17110         * XplatUIDriver.cs: Added IsEnabled() method
17111         * Application.cs:
17112           - Removed crude and obsolete exiting tracking variable
17113           - Removed internal ModalRun(); replaced by RunLoop()
17114           - Implemented private CloseForms() method to allow closing all 
17115             windows owned by a particular (or all) threads
17116           - Exit() now properly closes all windows without forcing the message
17117             pump to quit
17118           - Removed obsolete InternalExit() method
17119           - Changed Run() methods to use new RunLoop() message pump
17120           - Implemented new RunLoop() method for both modal and non-modal forms
17121         * CommonDialog.cs:
17122           - get_CreateParams: Added setting of WS_DISABLED
17123           - Simplified ShowDialog(); now all the work is done in RunLoop(),
17124             invoked via Form.ShowDialog()
17125         * NativeWindow.cs: We don't remove the window from the collection when
17126           the handle is destroyed; there might still be messages for it in the
17127           queue (mainly the resulting WM_DESTROY); instead it will be removed
17128           when Control calls InvalidateHandle in the WM_DESTROY handler
17129         * XplatUIX11.cs:
17130           - CreateWindow: Added logic to handle the WS_DISABLED window style
17131           - EnableWindow: Implemented based on Hwnd.Enabled
17132           - GetMessage: Reset PostQuitState so the method can be called again
17133           - Implemented support for disabled windows (passing messages to the
17134             first enabled parent) in handling all input messages
17135           - Added optimizations for handling Expose events
17136           - Implemeted new driver method IsEnabled()
17137           - Now always resetting paint pending tracking vars when we start paint
17138           - Re-implemented UpdateWindow via just sending a WM_PAINT message
17139         * XplatUIOSX.cs: Added IsEnabled method stub
17140         * XplatUIWin32.cs: Implemented new IsEnabled() method
17141
17142 2006-01-11  Jackson Harper  <jackson@ximian.com>
17143
17144         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
17145         LinkLabel.cs, PropertyGrid.cs: Unbreak 1.1 build. Consolidate the
17146         variables a little.
17147         * ColorDialog.cs: Clear out the old form before adding the new
17148         panel.  
17149
17150 2006-01-11  Jackson Harper  <jackson@ximian.com>
17151
17152         * X11Dnd.cs: Make sure to add all the text formats when adding
17153         strings to the data object.
17154         * TreeNodeCollection.cs: When adding to a sorted tree we need to
17155         do some redrawing too.  Also change the UpdateNode to an
17156         UpdateBelow so the newly added node gets painted.
17157         
17158 2006-01-11  Miguel de Icaza  <miguel@novell.com>
17159
17160         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
17161         LinkLabel.cs, PropertyGrid.cs: Implement the
17162         UseCompatibleTextRendering property for 2.x
17163
17164         * Application.cs (SetCompatibleTextRenderingDefault): Add. 
17165
17166 2006-01-11  Jackson Harper  <jackson@ximian.com>
17167
17168         * TreeView.cs: Use the property for setting the selected node so
17169         the correct events get raised.
17170         * TreeNode.cs: Update the tree when the fore/back colours of a
17171         node are set.
17172
17173 2006-01-10  Jackson Harper  <jackson@ximian.com>
17174
17175         * TreeView.cs: Allow setting SelectedNode to null.
17176
17177 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17178
17179         * Form.cs: Fix support for Form TransparencyKey and Opacity on Windows.
17180
17181 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17182
17183         * PrintControllerWithStatusDialog.cs: Update page number in dialog.
17184
17185 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17186
17187         * PrintDialog.cs: Added attributes and set default property values.
17188
17189 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17190
17191         * PrintControllerWithStatusDialog.cs: 
17192         Added PrintControllerWithStatusDialog.
17193
17194 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17195
17196         * XplatUI.cs, Form.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
17197         XplatUIWin32.cs: Added support for Form TransparencyKey and Opacity on Windows.
17198
17199 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17200
17201         * ComboBox.cs: Fix crash when there is no selected item (due to last commit)
17202
17203 2006-01-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
17204
17205         * ComboBox.cs: Added KeyDown event handler for processing arrow keys
17206         and PgUp/PgDown. Also, scroll to selected item upon dropdown. Bugs 76857 and 76788.
17207
17208 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
17209
17210         * MimeIcon.cs: Added internal class SVGUtil.
17211
17212 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
17213
17214         * FileDialog.cs: Don't crash if there are two files with the
17215           same name but different locations.
17216
17217 2006-01-08  John BouAntoun  <jba-mono@optusnet.com.au>
17218
17219         * MonthCalendar.cs: Fixed annoying rendering bug when selecting
17220         dates across multiple month grids. Used to not highlight entire 
17221         month, but does now.
17222         
17223 2006-01-06  Jackson Harper  <jackson@ximian.com>
17224
17225         * MonthCalendar.cs: Removed DoEvents call to prevent a running
17226         message loop. Change timer intervals to numbers that seem more
17227         natural.
17228
17229 2006-01-06  John BouAntoun  <jba-mono@optusnet.com.au>
17230
17231         * DateTimePicker.cs: Modified CalculateDropDownLocation to use the screen
17232           object for location info since screen object is now implemented.
17233
17234 2006-01-05  Jackson Harper  <jackson@ximian.com>
17235
17236         * AsyncMethodData.cs: Check if the call is complete before doing a WaitOne
17237         * AsyncMethodResult.cs: We no longer use a WeakReference for the
17238         AsyncMethodResult, this is because we ALWAYS want the
17239         ManualResetEvent to get set.
17240         * Control.cs: When disposing use an async invoke to call shutdown
17241         code, so that thigns don't block on the finalizer thread.  Also
17242         check if we even have a message loop before trying to send
17243         messages, if we don't then don't bother sending messages.
17244         - No more weak references for async methods
17245         * XplatUIDriver.cs: No more weak references for async methods.
17246
17247 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
17248
17249         * FontDialog.cs: Fix, don't throw an exception if FontFamily.Families
17250           returns two FontFamily with the same name
17251
17252 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
17253
17254         * ThemeWin32Classic.cs, ThemeClearlooks.cs: Dropped stupid scheme of 
17255           drawing disabled text. Instead using the ColorGrayText color
17256
17257 2006-01-04  Jackson Harper  <jackson@ximian.com>
17258
17259         * TreeNode.cs: redraw the node when its image index is changed.
17260
17261 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
17262
17263         * RichTextBox.cs: Same fix as last, just for SelectionColor. This
17264           time I checked there are no others like it.
17265
17266 2006-01-04  Jackson Harper  <jackson@ximian.com>
17267
17268         * AsyncMethodResult.cs: Use a ManualResetEvent instead of a mutex,
17269         this gives the behavoir I was looking for.
17270         * Control.cs: Special case Invoking EventHandlers, this matches MS
17271         and fixes part of bug #76326.
17272
17273 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
17274
17275         * ThemeClearlooks.cs, FileDialog.cs:
17276           - Reflect the latest Theme class changes
17277           - Remove Mono.Unix.Syscall.time in FileDialg and replace it 
17278             with DateTime
17279             
17280 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
17281
17282         * Theme.cs: Cache UI resource images and resize them if needed
17283
17284 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
17285
17286         * RichTextBox.cs: FormatText is 1-based, make it so when SelectionFont
17287           is called. This fixes the crash in Nexxia when setting the font
17288           attributes in the chat. [However, RTF needs a look-over to make sure
17289           that all SelectionXXX methods handle the special case that selection
17290           is empty and therefore the change must be applied to all text starting
17291           at the cursor/selection start]
17292
17293 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com> 
17294
17295         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
17296           XplatUIOSX.cs: Added SendMessage and PostMessage methods
17297         * X11Keyboard.cs: Switched to new way of calling PostMessage
17298
17299 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
17300
17301         * Theme.cs: Added theme interface for images to allow the theme to
17302           control what images are used for things like FileDialog, MessageBox
17303           icons, etc.
17304         * MessageBox.cs: Now uses the new Theme icon/image interfaces
17305
17306 2006-01-03  Alexander Olk  <alex.olk@googlemail.com>
17307
17308         * FileDialog.cs:
17309           - Removed some dead code
17310           - Opening a recently used file does work now
17311           - Small UI enhancements
17312           - Refactoring
17313
17314 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
17315
17316         * FileDialog.cs: Forgot too add __MonoCS__
17317
17318 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
17319
17320         * FileDialog.cs: We are able to read recently used files now let's
17321           go on and write them.
17322
17323 2006-01-01  Alexander Olk  <alex.olk@googlemail.com>
17324
17325         * FileDialog.cs: Breathe some life into "last open"/"recently used"
17326           button
17327         * MimeIcon.cs: Do a check for the top level media type also
17328
17329 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
17330
17331         * ThemeClearlooks.cs:
17332           - Added CPDrawStringDisabled
17333           - ButtonBase_DrawText: Workaround for a DrawString bug; cut off
17334             some chars if the text doesn't fit into text_rect
17335           - DrawListViewItem: If View = View.LargeIcon center the image;
17336             rewrote the drawing of ListViewItem.Text if View = 
17337             View.LargeIcon
17338
17339 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
17340
17341         * MimeIcon.cs: Use default KDE icon theme if there is no
17342           "48x48" directory for the current icon theme, fixes #77114
17343         * Mime.cs: Disable not working and actually not used code. 
17344         * ThemeWin32Classic.cs:
17345           - Replace "new SolidBrush" in GetControlBackBrush and
17346             GetControlForeBrush with ResPool.GetSolidBrush
17347           - Changed DrawListViewItem from private to protected virtual
17348         * FileDialog.cs:
17349           - Added form.MaximizeBox = true
17350           - Don't throw an exception if there is a broken symbolic link
17351
17352 2005-12-23  Jackson Harper  <jackson@ximian.com>
17353
17354         * TabControl.cs: Give the panels focus, keyboard navigation is
17355         fixed so this works correctly now.
17356         - We need these key events also.
17357         * ToolBar.cs: Remove some of the poor mans double buffering.
17358         
17359 2005-12-24  Alexander Olk  <alex.olk@googlemail.com>
17360
17361         * ComboBox.cs: The internal TextBox now returns the focus.
17362
17363 2005-12-23  Jackson Harper  <jackson@ximian.com>
17364
17365         * ThemeWin32Classic.cs:  Draw the text for all tab appearances.
17366
17367 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
17368
17369         * Control.cs: Removed debug code
17370         * XplatUIX11.cs: Changed DestroyChildWindows to also consider
17371           implicit children
17372
17373 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com> 
17374
17375         * Control.cs: When creating the control, update the Z-order after
17376           all it's children are created, too. (Fixes nexxia not showing
17377           picturebox bug)
17378
17379 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
17380
17381         * Control.cs: Do not update the anchoring distances if layout is
17382           suspended, instead do it once layout is resumed
17383
17384 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com> 
17385
17386         * Control.cs: 
17387           - After many hours of debugging, for both Jackson and
17388             myself, it turns out that it helps to set the parent of a control
17389             if you want to actually see it onscreen. In the spirit of that
17390             discovery, we're now setting the parent of the control and
17391             it's children when the control's handle is created. This fix
17392             will make Lutz Roeder's Reflector run happily. 
17393           - now just creating the handle instead of the whole control when
17394             getting a graphics context for the control.
17395
17396 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
17397
17398         * ScrollableControl.cs: When calculating the canvas, don't consider
17399           the scrollbar widths. Instead, predict if horizontal scrollbar
17400           will affect canvas when deciding on vertical display and vice versa.
17401
17402 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
17403
17404         * RichTextBox.cs: Set default RTF font for documents that don't
17405           have a font table (Fixes #77076)
17406
17407 2005-12-22  Jackson Harper  <jackson@ximian.com>
17408
17409         * TextBoxBase.cs: It's difficult to do, but you can have an empty
17410         clipboard. This prevents a NullRef in that case.
17411         * XplatUIX11.cs: Use CLIPBOARD not PRIMARY for our
17412         clipboard. PRIMARY is for the currently selected text only. (We
17413         should implement PRIMARY at some point.
17414
17415 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
17416
17417         * XplatUIWin32.cs: Fixed the TEXTMETRIC structure, we were calling
17418           a Unicode function with a structure that was defined in Ansi way.
17419           This fixes #76942.
17420
17421 2005-12-21  Jackson Harper  <jackson@ximian.com>
17422
17423         * StatusBar.cs: Statusbar handles its fore/back colours on it's
17424         on. Because thats how it rolls. (and this avoids it using ambient
17425         colours).
17426         * ThemeWin32Classic.cs: Use the proper back color for filling.
17427         * Menu.cs: Use the system menu bar color for drawing menu
17428         bars. Using the window back color will bring ambient colours into
17429         the picture.
17430
17431 2005-12-21  Alexander Olk  <alex.olk@googlemail.com>
17432
17433         * ColorDialog.cs: Fixed a memory leak that caused a SIGSEV. A lot of
17434           Bitmaps were created and not disposed.
17435
17436 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
17437
17438         * Control.cs (CreateControl): Don't do anything if the control is
17439           already created, otherwise we'd fire the OnCreated event more than
17440           once
17441
17442 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
17443
17444         * ComboBox.cs (FindStringCaseInsensitive): Don't search for emtpy strings,
17445           will always match. Instead return -1. Fixes #76464.
17446
17447 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
17448
17449         * TextControl.cs (RecalculateLine): Only wrap if the wrap point is
17450           neither the beginning nor the end of the line (Fixes bug #76479)
17451
17452 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
17453
17454         * Control.cs:
17455           - ControlNativeWindow.ControlFromHandle(): Now handling situation
17456             where handle is invalid
17457           - FromHandle(): Now using hashtable-based ControlFromHandle() lookup
17458             instead of slower linear search
17459         * NativeWindow.cs: Don't remove the window from the hashtable until
17460           after the driver has destroyed it (since the driver might use
17461           Control.FromHandle to lookup the control object
17462         * Hwnd.cs: Added DestroyPending property to track if a window is 
17463           already destroyed as far as the driver is concerned and only hasn't
17464           yet notified the control
17465         * XplatUIX11.cs:
17466           - Activate(): Check if the window is still valid before using the 
17467             handle
17468           - Implemented DestroyChildWindow() method to mark child windows as
17469             destroyed when a window is destroyed. This prevents situations 
17470             where we might call an X method based on queued events for a
17471             window that already has been destroyed but we haven't yet pulled
17472             the destroy method from the queue.
17473           - Added a call to the new DestroyChildWindow() method to the drivers
17474             DestroyWindow code. Also now marking the destroyed window itself
17475             as pending
17476
17477 2005-12-20  Jackson Harper  <jackson@ximian.com>
17478
17479         * StatusBar.cs:
17480         * StatusBarPanel.cs: Don't calculate panel sizes on draw
17481         anymore. Just do them when needed, also track the rects of panels
17482         so that we can optimize refreshing more in the future.
17483
17484 2005-12-20  Alexander Olk  <alex.olk@googlemail.com>
17485
17486         * ColorDialog.cs: Fixed focus drawing in small color controls
17487
17488 2005-12-19  Jackson Harper  <jackson@ximian.com>
17489
17490         * InternalWindowManager.cs:
17491         * MdiWindowManager.cs: Cleanup some coordinate system changes so
17492         moving windows works properly.
17493
17494 2005-12-19  Peter Dennis Bartok  <pbartok@novell.com> 
17495
17496         * Control.cs: 
17497           - Removed call to InitLayout() from SetBoundsCore(); doc says
17498             it's only called when a control is added to a container
17499           - Split InitLayout logic, moved to separate UpdateDistances() method
17500             since we need to perform those calculations more often than just
17501             when adding the control to a container. (Needed to fix #77022)
17502           - Now calling UpdateDistances() from UpdateBounds() (fixes #77022)
17503           - Reduced the OnBindingContextChanged events count, don't send them
17504             unless the control is created, we still aren't totally matching
17505             MS, but I can't quite figure out some of their rules
17506
17507 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
17508
17509         * ThemeClearlooks.cs: Corrected distance between ProgressBar
17510           stripes
17511
17512 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
17513
17514         * ThemeClearlooks.cs:
17515           - Updated ProgressBar drawing
17516           - Corrected drawing of ScrollBars and scroll buttons
17517           - Some temporary fixes for minor pixel artefacts
17518
17519 2005-12-18  Peter Dennis Bartok  <pbartok@novell.com> 
17520
17521         * Control.cs:
17522           - Reworked Controls.Add(), Controls.Remove() and set_Parent() to
17523             cause events to be sent in the same order as MS does.
17524           - Added ChangeParent() method to trigger various OnXXXChanged events
17525             that need to be fired when a parent changes (This is a reworking
17526             of the patch from r54254, with the X11 errors fixed)
17527           - Removed SuspendLayout()/ResumeLayout() calls from Controls.Clear()
17528             since on MS we get OnLayoutChanged events when calling Clear()
17529           - Changed Enabled property to consider parent state as well, if a
17530             parent is not enabled, the control will not be either
17531           - Changed Parent property to simply call Controls.Add() since that
17532             now does all the work required, this way we avoid code duplication
17533           - Threw in a few OnBindingsContextChanged calls to try and match
17534             when MS sends them. We seem to send a few too many, though.
17535           - Added call to CreateControl when adding the control to a parent.
17536             We were never calling CreateControl. Still needs some work, in
17537             some places we treat HandleCreated and ControlCreated as equal, 
17538             which is wrong
17539           - Removed obsolete commented out code from UpdateZOrder()
17540
17541 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
17542
17543         * ThemeClearlooks.cs: Updated TrackBar drawing.
17544
17545 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
17546
17547         * FileDialog.cs: Patch for #76901 by Atsushi Enomoto
17548
17549 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
17550
17551         * FileDialog.cs: Add the Help button and the open readonly
17552           checkbox only if needed
17553
17554 2005-12-16  Jackson Harper  <jackson@ximian.com>
17555
17556         * Control.cs: Make sure we have an active menu before trying to
17557         process commands on it. Prevents menu-less forms from crashing
17558         when Alt is pressed.
17559         * TreeNodeCollection.cs: Some fixes to prevent null refs. Patch by
17560         Dieter Bremes.
17561         * RichTextBox.cs: Expand statement to help out gmcs and fix the
17562         2.0 build.
17563
17564 2005-12-16  Jackson Harper  <jackson@ximian.com>
17565
17566         * InternalWindowManager.cs: Don't translate tool windows screen
17567         coordinates. This fixes windows 'bouncing' around when being moved.
17568
17569 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
17570
17571         * TextBoxBase.cs:
17572           - MaxLength now treats 2^31-1 equal to unlimited length (this is
17573             not quite MS compatible, MS uses that number only for single line
17574             and 2^32-1 for multi-line, but I figure it won't hurt keeping
17575             the limit at 2GB)
17576           - Now enforcing the MaxLength limit when entering characters
17577           - Added argument to internal Paste() method to track if it's called
17578             from programatically or via keyboard, since keyboard driven pastes
17579             need to enforce max-length
17580           - Added logic to Paste to only paste as many chars as MaxLength 
17581             allows
17582         * RichTextBox.cs: Updated to use new obey argument for internal Paste()
17583         * TextControl.cs:
17584           - Added Length property to return number of characters in document
17585           - Added private CharCount property which only tracks actual chars
17586             in the document (no linefeeds) and fires event when CharCount
17587             changes
17588           - Added tracking of character count to all methods that alter it
17589           - Added LengthChanged event to allow applications to subscribe
17590             to any changes to the document
17591
17592 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
17593
17594         * TextBox.cs: 
17595           - Removed local password_char field (moved to TextBoxBase)
17596           - Now setting the document's password var when password is
17597             set
17598         * TextBoxBase.cs:
17599           - Added password_char field (needed here so MultiLine can
17600             access it)
17601           - Added logic to MultiLine property setter to set the document's
17602             variable when password display is allowed
17603           - Removed debug code and made some debug code conditional
17604         * TextControl.cs:
17605           - Added RecalculatePasswordLine() method to handle special password
17606             char only lines
17607           - Added PasswordChar property, also added related tracking vars
17608           - Draw() method now uses local text var for grabbing text to draw,
17609             this var is set to line.text unless we're doing password display,
17610             then it is set to the pre-generated all-password-chars line
17611           - Added calling RecalculatePasswordLine() method for password lines
17612
17613 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
17614
17615         * Hwnd.cs: 
17616           - Added Reparented property to allow tracking of Window Manager
17617             reparenting actions (which affect X/Y calculations of toplevel 
17618             windows)
17619           - Made ToString() print window handles in hex
17620         * XplatUIX11.cs:
17621           - AddConfigureNotify(): Now uses reparented state off Hwnd to
17622             determine if X/Y needs offsetting
17623           - AddConfigureNotify(): Fixed offset calculations
17624           - Now adds ReparentNotify messages into the queue
17625           - Now processes ReparentNotify messages and causes a 
17626             WM_WINDOWPOSCHANGED message to be sent upstream if a window
17627             is reparented (as most likely it's X/Y coordinates are changed
17628             due to that)
17629
17630 2005-12-14  Jackson Harper  <jackson@ximian.com>
17631
17632         * XplatUIX11.cs: Tool windows still need to respek focus.
17633
17634 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
17635
17636         * Control.cs: Undid 54254 (causing XConfigure errors) so we can
17637           have a working release
17638
17639 2005-12-13  Jackson Harper  <jackson@ximian.com>
17640
17641         * Form.cs: Update styles after setting the border style regardless
17642         of whether or not the window is using a window manager.
17643
17644 2005-12-13  Jackson Harper  <jackson@ximian.com>
17645
17646         * Form.cs: We now hook into an internal window manager instead of just an
17647         MDI subsystem, this is so we can have properly behaving tool windows.
17648         * MdiClient.cs: Naming change, MdiChildContext is now WindowManager
17649         * InternalWindowManager.cs: New internal class that acts as a
17650         window manager for tool windows and as a base for mdi windows.
17651         * MdiWindowManager.cs: New class that acts as a window manager for
17652         mdi windows.
17653
17654 2005-12-12  Jackson Harper  <jackson@ximian.com>
17655
17656         * Control.cs: Updates so we match behavoir for for implicit
17657         controls. Fixes explosions in MDI.
17658
17659 2005-12-12  Jackson Harper  <jackson@ximian.com>
17660
17661         * Control.cs: Implement Invalidate (Region).
17662
17663 2005-12-12  Peter Dennis Bartok  <pbartok@novell.com> 
17664
17665         * Control.cs: 
17666           - Changed handling of Controls.Add/Controls.Remove to fire (almost) 
17667             the same events as MS does. MS fires events for each property 
17668             except, for unknown reasons, Cursor, when the control is reparented. 
17669             I can't seem to totally match add/remove since MS also fires some 
17670             VisibleChanged events, which makes no sense. Consolidated the
17671             parenting code into a separate method so it can be called from
17672             both Add and Remove. set_Parent no longer needs any special logic
17673             as it calls the parent's add method which implicitly fires
17674             all events
17675           - Removed some obsolete code and debug output
17676           - Enabled state is inherited from parents, if this is enabled
17677
17678 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com> 
17679
17680         * Form.cs: Removed commented out code
17681
17682 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com>
17683
17684         * Control.cs:
17685           - Added internal version of Invoke, with additional argument 
17686             indicating if we're calling it from a Dispose() handler. That
17687             way we can avoid BeginInvoke throwing an exception if we're
17688             calling for an already destroyed window.
17689           - Added a dispose argument to BeginInvokeInternal, and made the
17690             check if a valid window handle chain exists conditional on
17691             it not being a dispose call
17692           - Removed code in DestroyHandle to destroy our children. Since we
17693             now handle the WM_DESTROY message we will catch all our children
17694             being destroyed.
17695           - Now calling OnHandleDestroyed from our new WM_DESTROY handler
17696         * Form.cs:
17697           - Added a field to track the application context of the form.
17698           - No need to set closing variable as response to WM_CLOSE, instead
17699             we destroy the window. We also call PostQuitMessage if the form
17700             has an application context (which makes it the main app form,
17701             which, when closed terminates the app)
17702         * XplatUI.cs:
17703           - Dropped Exit() method, it's naming was confusing
17704           - Added PostQuitMessage() which causes GetMessage to return false
17705             once the message queue is empty
17706         * XplatUIDriver.cs, XplatUIWin32.cs: Dropped Exit(), added 
17707           PostQuitMessage()
17708         * XplatUIOSX.cs: Switched signature for Exit method since Exit() is
17709           no longer a valid XplatUI method, but left it in since it's used
17710           internally. Added empty PostQuitMessage() method.
17711         * MenuAPI.cs: Replaced call to Exit() with call to
17712           PostQuitMessage, even though this is probably no longer needed.
17713         * Hwnd.cs: Added 'pretty' ToString() to support debugging.
17714         * X11Structs.cs: Added pretty XEvent.ToString() to support debugging.
17715         * Application.cs:
17716           - Replaced call to XplatUI.Exit() with PostQuitMessage()
17717           - Removed old debug code that would call XplatUI for exception
17718             display, enabled standard exception handling (Still not enabled
17719             though, until NativeWindow's ExternalExceptionHandler define
17720             is removed
17721         * NativeWindow.cs:
17722           - Added internal method to allow control to update NativeWindow
17723             after a window has been destroyed
17724           - Added handling of already destroyed windows when calling i
17725             DestroyWindow
17726           - Added removal of handle from list on ReleaseHandle
17727         * XplatUIX11.cs:
17728           - Dropped GetMessageResult var and related code
17729           - Added PostQuitState to field to track if PostQuitMessage has been
17730             called
17731           - Dropped Exit() method
17732           - Added PostQuitMessage() method
17733           - GetMessage now will return false if PostQuitState is set and no
17734             more messages are in the queue.
17735           - Expose handler will no longer generate WM_PAINT messages if we are
17736             in PostQuitState since it's very likely any windows have already
17737             been destroyed, and since Hwnd won't get updated until we have
17738             processed the DestroyNotify we'd be causing X errors.
17739         
17740 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
17741
17742         * Control.cs(WndProc): Apparently I'm suffering from brain cloud.
17743           Thanks to Mike for pointing out the err of my ways.
17744
17745 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
17746
17747         * Control.cs(PreProcessMessage): Moved menu handling back, but
17748           after all other key handling, to match MS (who handles Menu in
17749           DefWndProc)
17750         * Menu.cs (WndProc): Removed my brainfart
17751
17752 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
17753
17754         * Control.cs(PreProcessMessage): Removed special menu handling 
17755         * Menu.cs (WndProc): Added handling of WM_SYSKEYUP for menu purposes.
17756
17757 2005-12-07  Mike Kestner  <mkestner@novell.com>
17758
17759         * Control.cs : special case SYSKEYUP so that we can adjust keynav
17760         state according in tracker.
17761         * Menu.cs : promote tracker field to base class and provide a tracker
17762         lookup capability.  Add/Remove shortcuts dynamically if the top menu
17763         has a tracker. Unparent items that are removed from the collection.
17764         * MenuAPI.cs : implement mnemonic, shortcut, and arrow-based keynav.
17765         * Theme*.cs: add always_show_hotkeys field to support configurability
17766         of mnemonic display.  win32 doesn't show mnemonics until Alt is
17767         pressed.
17768
17769 2005-12-07  Jackson Harper  <jackson@ximian.com>
17770
17771         * MdiChildContext.cs: Use Control.ResetCursor.
17772         * Control.cs: ResetCursor needs to set the property so that the
17773         correct XplatUI call gets made.
17774
17775 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
17776
17777         * Control.cs: More fixes to make our key events match MS. We
17778           were not setting the modifier state on KeyData, and we were
17779           not generating any events when Alt was pressed with a key
17780           since handling of WM_SYSxxx was missing for the OnKey methods.
17781
17782 2005-12-07  Jackson Harper  <jackson@ximian.com>
17783
17784         * MdiChildContext.cs: reenable the sizing code.
17785         - When the mouse leaves a window reset its cursor.
17786
17787 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
17788
17789         * ThemeClearlooks.cs: Reflect latest Hwnd changes
17790
17791 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
17792
17793         * Hwnd.cs: Now using the theme 3d bordersize to calculate
17794           widths of Fixed3D borders
17795
17796 2005-12-07  Jackson Harper  <jackson@ximian.com>
17797
17798         * MdiClient.cs: Fix warnings. Earn Mike's love.
17799
17800 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
17801
17802         * ThemeClearlooks.cs:
17803           - Adjusted mouse over button color
17804           - Added first parts of CheckBox drawing
17805           - Added correct color for selected text background
17806           - Fixed ComboBox drawing
17807           - Added CPDrawBorder3D and CPDrawBorder
17808
17809 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
17810
17811         * XplatUIX11.cs: Added call to XBell for AudibleAlert
17812
17813 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com> 
17814
17815         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
17816           XplatUIOSX.cs: Added AudibleAlert() method to have a means to
17817           alert users via sound. We could add an enum arg with different
17818           types of alerts in the future
17819
17820 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
17821
17822         * Control.cs: Fix behaviour problems pointed out by Mike
17823
17824 2005-12-05  Mike Kestner  <mkestner@novell.com>
17825
17826         * StatusBarPanel.cs: add Invalidate method and hook it into all the
17827         prop setters.  Calls parent.Refresh for now, but could be maybe be
17828         optimized with an internal method on StatusBar at some point.
17829         [Fixes #76513]
17830
17831 2005-12-05  Peter Dennis Bartok  <pbartok@novell.com> 
17832
17833         * RichTextBox.cs: Implemented get_SelectionColor
17834
17835 2005-12-05  Alexander Olk  <alex.olk@googlemail.com>
17836
17837         * ThemeClearlooks.cs:
17838           - Removed dead code
17839           - Draw black button border only if button is Form.AcceptButton
17840           - Draw correct button color for pressed RadioButton if the mouse 
17841             has entered the button
17842           - Updated ProgressBar drawing!
17843           - Updated CPDrawSizeGrip drawing
17844           - Updated StatusBarPanel drawing
17845
17846 2005-12-05  Mike Kestner  <mkestner@novell.com>
17847
17848         * Control.cs (PreProcessMessage): add Keys.Alt based on LParam value.
17849         * X11Keyboard.cs (SendKeyboardInput): formal lParam for alt mod.
17850
17851 2005-12-04  Alexander Olk  <alex.olk@googlemail.com>
17852
17853         * ThemeClearlooks.cs: Initial check-in, activate with
17854           export MONO_THEME=clearlooks
17855         * ThemeEngine.cs: Added ThemeClearlooks
17856
17857 2005-12-03  Mike Kestner  <mkestner@novell.com>
17858
17859         * MenuAPI.cs: deactivate menus prior to calling item.PerformClick.
17860         [Fixes #76897]
17861
17862 2005-12-02  Jackson Harper  <jackson@ximian.com>
17863
17864         * Form.cs: If the child form has no menu the default main menu is
17865         used as the active menu.
17866
17867 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com> 
17868
17869         * ListBox.cs: Check if any items exist before trying to resolve 
17870           coordinates into items
17871
17872 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
17873
17874         * ThemeWin32Classic.cs: Hatchbrush on Win32 seems to always use white
17875           as the second color for the background hatch
17876
17877 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
17878
17879         * TextBoxBase.cs: Now uses Jackson's new and improved ImplicitScrollbar
17880         * RichTextBox.cs: FormatText position arguments are 1-based, now making
17881           sure that what we pass to FormatText is always 1-based. Fixes #76885
17882
17883 2005-11-29  Miguel de Icaza  <miguel@novell.com>
17884
17885         * NumericUpDown.cs (EndInit): When we are done initializing,
17886         reflect any updates on the UI.
17887
17888 2005-12-02  Jackson Harper  <jackson@ximian.com>
17889
17890         * ImplicitHScrollBar.cs:
17891         * ImplicitVScrollBar.cs: New scrollbars that don't take focus from
17892         their container controls.
17893         * TreeView.cs: Use the new implicit scrollbars.
17894
17895 2005-12-02  Jackson Harper  <jackson@ximian.com>
17896
17897         * TreeView.cs: Make top_node internal so the TreeNodeCollections
17898         can play with it.
17899         * TreeNodeCollection.cs: If we remove the topnode we need to
17900         update topnode to the next node in line.
17901         - When clearing nodes go through the same process as removing
17902         them, so they get depareneted and checked if they are top node.
17903
17904 2005-12-01  Jackson Harper  <jackson@ximian.com>
17905
17906         * TreeView.cs: When imagelists are used the image area is
17907         selectable as well as the text.
17908         - If there are no selected nodes select the first one.
17909         * TreeNodeCollection.cs: Getting the TreeView is mildly expensive,
17910         so don't do it more then we need to.
17911
17912 2005-12-01  Jackson Harper  <jackson@ximian.com>
17913
17914         * ThemeWin32Classic.cs: Reimplement the scroll arrow drawing so
17915         that arrows can be scaled.
17916
17917 2005-12-01  Jackson Harper  <jackson@ximian.com>
17918
17919         * TreeNode.cs : Fixed bugs that caused FullPathTest + Traverse to
17920         fail. Patch by Dieter Bremes
17921
17922 2005-11-30  Jackson Harper  <jackson@ximian.com>
17923
17924         * Form.cs: Property is 2.0 only
17925         * PrintDialog.cs: Signature fix.
17926
17927 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
17928
17929         * TextControl.cs: 
17930           - No longer artificially moves text 2 pixels down (now that we have
17931             borders this is no longer needed)
17932           - Added calcs for left, hanging and right indent
17933
17934 2005-11-23  Mike Kestner  <mkestner@novell.com>
17935
17936         * Menu.cs: mark MenuChanged internal, since it's not exposed by MS.
17937
17938 2005-11-30  Jackson Harper  <jackson@ximian.com>
17939
17940         * MdiChildContext.cs: Set the cloned menus forms, as these don't
17941         get cloned as part of CloneMenu ().
17942         * Menu.cs: Make sure the parent of the items get set correctly
17943         when they are added.  And the owners are notified of the changes.
17944         * Form.cs: Create an ActiveMenu property, so that when MDI is used
17945         we can change the menu being displayed/handled by the form without
17946         changing the menu assosciated with the form.
17947         - Don't let Mdi children draw/handle menus.
17948         
17949 2005-11-30  Jackson Harper  <jackson@ximian.com>
17950
17951         * Menu.cs: Switch the MenuChanged method to OnMenuChanged and add
17952         a MenuChanged event. Just to make the API a little more
17953         consistent.
17954         * MainMenu.cs:
17955         * MenuItem.cs: Use the new OnMenuChanged
17956         * MdiChildContext.cs: Handle menu merging.
17957         * Form.cs: Implement MergedMenu.
17958         
17959 2005-11-30  Jackson Harper  <jackson@ximian.com>
17960
17961         * Menu.cs: We were misusing Add. Add goes behind the specified
17962         index according to the docs, and does not replace the specified
17963         index. So I added an Insert method.
17964
17965 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
17966
17967         * TextBoxBase.cs:  Implemented Ctrl-Ins (Copy), Shift-Ins (Paste) and
17968           Shift-Del (Cut), apparently Emacs uses these old Win 2.x keys. This
17969           is for Jackson
17970         * RichTextBox.cs: Added calls to base for DnD events
17971
17972 2005-11-28  Peter Dennis Bartok  <pbartok@novell.com>
17973
17974         * TextControl.cs:
17975           - Fixed drag-selection related crash; style fixes
17976           - Implemented undo class
17977             o Implemented method to capture document state for specified
17978               range in document tree
17979             o Implemented method to restore captured document state
17980             o Implemented cursor tracking
17981             o Implemented basic undo stack
17982           - Added undo cursor tracking to methods altering cursor location
17983           - Added undo tracking to selection deletion (still missing
17984             other text-altering hookups)
17985         * RichTextBox.cs:
17986           - Added SelectionLength property
17987           - Implemented CanPaste()
17988           - Implemented Paste()
17989           - Added missing protected methods
17990           - Fixed RTF->Document conversion; now uses font index 0 and color 
17991             index 0 as the default font for the parsed text
17992           - Fixed RTF<->Document font size translation
17993           - Fixed RTF generation, now properly handles cross-tag boundaries
17994             for single line selection
17995           - No longer always appends blank line to generated RTF
17996           - Removed TODOs
17997           - Added missing attributes
17998           - Hooked up undo-related methods
17999         * TextBoxBase.cs:
18000           - Implemented Copy()
18001           - Implemented Paste()
18002           - Implemented Cut()
18003           - Fixed caret mis-behaviour on backspace across line-boundaries
18004
18005 2005-11-29  Jackson Harper  <jackson@ximian.com>
18006
18007         * MdiClient.cs: Add a method for activating mdi children. Very
18008         basic right now. I imagine someday it might need more girth.
18009         * MenuItem.cs: Implement MDI lists. When mdilist is true the mdi
18010         children windows names are added to the menu item.
18011         * ThemeWin32Classic.cs: Draw the arrow if the item is an
18012         mdilist. This happens regardless of whether or not there are any
18013         mdi windows to see in the list, and according to my tests happens
18014         before the items are even added. Also happens if there isn't even
18015         an mdi client to get windows from.
18016
18017 2005-11-29  Alexander Olk  <alex.olk@googlemail.com>
18018
18019         * ThemeWin32Classic.cs: Make DrawFlatStyleRadioButton protected
18020         * ThemeNice.cs: Fix drawing of flatstyle radiobuttons
18021
18022 2005-11-29  Jordi Mas i Hernandez <jordimash@gmail.com>
18023
18024         * DataGridTableStyle.cs:
18025           - Create always the styles for the missing columns even if they are
18026             provided by the user (not default table style)
18027         * DataGrid.cs:
18028           - Fixes bug 76770
18029           - Fixes SetDataBinding (always re-attach source)
18030           - Fixes SetNewDataSource (only clear styles if they are not for 
18031             this source)
18032          -  Expands OnTableStylesCollectionChanged to handle style refresh 
18033             and remove properly
18034
18035 2005-11-29  Jackson Harper  <jackson@ximian.com>
18036
18037         * FileDialog.cs: Implement missing bits, remove some dead
18038         code.
18039         * FontDialog.cs: Implement missing Apply stuff, and ToString. Move
18040         creation of the panel so that the options set on the dialog are
18041         seen when the panel is created.
18042         * TreeView.cs: raise a click when items are clicked.
18043         
18044 2005-11-29  Jackson Harper  <jackson@ximian.com>
18045
18046         * MdiClient.cs: Pass some signature methods through to base.
18047
18048 2005-11-28  Jackson Harper  <jackson@ximian.com>
18049
18050         * ListView.cs: Raise the click event when items are clicked.
18051
18052 2005-11-28  Jackson Harper  <jackson@ximian.com>
18053
18054         * MdiClient.cs: Make this algorithm even more beautiful.  And fix
18055         a nullref.
18056
18057 2005-11-27  Alexander Olk  <alex.olk@googlemail.com>
18058
18059         * ThemeNice.cs: - Removed 1 pixel bitmaps
18060           - Use SmoothingMode.AntiAlias where it makes sense
18061             (ScrollButton arrow for example)
18062           - Enhanced Button focus drawing
18063           - Fixed ComboBox drawing (no artefacts anymore, focus
18064             rectangle is back again, reduced size of ComboButton, etc.)
18065           - Fixed RadioButton focus drawing for Appearence.Button
18066           - Slight ScrollButton redesign
18067           - Some LinearGradientBrush size fixes
18068           - GroupBoxes have now rounded edges
18069           - Fixed StatusBar drawing
18070
18071 2005-11-25  Alexander Olk  <alex.olk@googlemail.com>
18072
18073         * ThemeNice.cs: - Remove dead code
18074           - use correct background colors for menus, etc.
18075           - Fake pixel drawing with 1 pixel bitmaps
18076
18077 2005-11-24  Jackson Harper  <jackson@ximian.com>
18078
18079         * MdiClient.cs: Size the scrollbars when resizing the window.
18080         - Resize the maximized windows when the client is resized
18081         * Form.cs: Make the child context available
18082         
18083 2005-11-23  Jackson Harper  <jackson@ximian.com>
18084
18085         * MdiChildContext.cs: Don't size windows if they are maximized.
18086
18087 2005-11-23  Mike Kestner  <mkestner@novell.com>
18088
18089         * ContextMenu.cs: use MenuTracker.
18090         * Control.cs: remove menu handle usage.
18091         * Form.cs: remove menu handle usage.
18092         * Hwnd.cs: remove menu handle usage.
18093         * MainMenu.cs: Draw method moved here from MenuAPI.DrawMenuBar. Proxy
18094         motion and clicks to the new Tracker handlers.
18095         * Menu.cs: add sizing accessors, SelectedItem prop, kill CreateItems
18096         and handle usage.
18097         * MenuAPI.cs: refactored to combine popup and menubar event handling.
18098         Killed the MENU and MENUITEM data types and associated collections
18099         since we now keep the info on Menu and MenuItem. Expanded TRACKER into
18100         MenuTracker class that exposes the leftovers from the old MenuAPI
18101         static methods. Restructured Capture handling so that only one grab is
18102         done for the entire menu hierarchy instead of handing off grabs to
18103         submenus. Tracker now has an invisible control to Capture when active.
18104         * MenuItem.cs: add sizing accessors, kill Create
18105         and handle usage.
18106         * Theme.cs: remove menu handle and MENU(ITEM) usage.
18107         * ThemeWin32Classic.cs: use Menu/MenuItem sizing props instead of
18108         MENU(ITEM). remove menu handle usage, use Menu directly.
18109         * XplatUIDriver.cs: remove menu handle usage.
18110         * XplatUIOSX.cs: remove menu handle usage.
18111         * XplatUIWin32.cs: remove menu handle usage.
18112         * XplatUIX11.cs: remove menu handle usage.
18113
18114 2005-11-22  Jackson Harper  <jackson@ximian.com>
18115
18116         * Hwnd.cs: Don't compute the menu size for
18117         DefaultClientRectangle.
18118         - Reenable menu sizes being computed for GetClienRectangle.
18119         * Form.cs: Remove comment of trechery
18120         
18121 2005-11-22  Jackson Harper  <jackson@ximian.com>
18122
18123         * Hwnd.cs: The adjustments for the menu bar are made when it is
18124         attached to the form.
18125
18126 2005-11-19  Jackson Harper  <jackson@ximian.com>
18127
18128         * XplatUIX11.cs: Create an HGRN of the invalid area for WM_NCPAINT
18129         (just like on windows).
18130
18131 2005-11-19  Jackson Harper  <jackson@ximian.com>
18132
18133         * MdiChildContext.cs: Handle all the buttons ourselves. We can't
18134         use real buttons anymore because they are in non client area. The
18135         one TODO here is that I need to somehow invalidate a section of
18136         the non client area.
18137
18138 2005-11-18  Jackson Harper  <jackson@ximian.com>
18139
18140         * Control.cs: Put the enum check back in now that MDI doesnt have
18141         to use this to set border styles.
18142         * Form.cs: Only set mdi child windows borders if the handle has
18143         been created.
18144         * MdiChildContext.cs: Don't set the InternalBorderStyle, just pass
18145         this directly on to the driver.
18146         - Get the move start position before adjusting for the titlebar
18147         height, this fixes the windows "skipping" when they are first
18148         moved.
18149
18150 2005-11-18  Jackson Harper  <jackson@ximian.com>
18151
18152         * XplatUIX11.cs: Just compute the mdi borders separately as they
18153         don't totally match up with normal form borders.
18154
18155 2005-11-18  Jackson Harper  <jackson@ximian.com>
18156
18157         * Control.cs: Set WS_ styles for borders, so that the driver does
18158         not have to retrieve the control instance to figure out what kind
18159         of borders it should have.
18160         * Form.cs: Set the WS_EX_MDICHILD flag on mdi children, so the
18161         driver can know its an mdi child easily.
18162         * XplatUIX11.cs: Get the border styles and whether the window is
18163         MDI from the Styles and ExStyles params instead of having to get a
18164         control. This prevents a chicken and egg problem.       
18165
18166 2005-11-18  Jackson Harper  <jackson@ximian.com>
18167
18168         * MdiClient.cs: Fix typo so scrollbars show up correctly.
18169
18170 2005-11-18  Jackson Harper  <jackson@ximian.com>
18171
18172         * MdiClient.cs: Calculate when to add and remove scrollbars
18173         correctly.
18174         * MdiChildContext.cs: Adjust the y position to take the titlebar
18175         into account.
18176         - No height for FormBorderStyle.None
18177
18178 2005-11-18  Jackson Harper  <jackson@ximian.com>
18179
18180         * Control.cs: Allow non enum values to be used for
18181         InternalBorderStyle.  MDI does this to set a special border style.
18182         - New utility methods for converting points to/from client coords
18183         - Add the newly created control to the Controls collection before
18184         updating its style. This way UpdateStyle can walk the control
18185         heirarchy to find the control if needed.
18186         so I don't need to create a new Point object all the time.
18187         * Form.cs: Let MDI windows handle their border styles.
18188         - Set styles on MDI windows so the correct title style is derived.
18189         * MdiChildContext.cs: Move all the painting and window handling
18190         into the non client area.
18191         - Use correct sizing and put correct buttons on frames based on
18192         the FormBorderStyle.
18193         - Notify the mdi client about scrolling
18194         - Need to handle the buttons ourselves now, because they are all
18195         in non client areas and we can't add controls there.
18196         * MdiClient.cs: Halfway to scrolling, this implementation is
18197         somewhat broken though, we need to check to make sure other
18198         windows aren't causing scrolling before removing the bars. Also
18199         the bars need to be drawn on top, maybe I can switch implicit
18200         controls to be on top.
18201         * Hwnd.cs: caption_height and tool_caption_height are now
18202         properties of an hwnd, this way they can be set by the driver
18203         based on the type of window they are.  In X11 the window manager
18204         handles the decorations so caption_height is zero unless its an
18205         MDI window.
18206         - Add 3 pixel borders for MDI windows (0xFFFF).
18207         - Get rid of some code duplication, have DefaultClientRectanle
18208         just call GetClientRectangle.
18209         * XplatUIX11.cs: Pass caption_height and tool_caption_height to
18210         Hwnd now.
18211         - Set border styles differently for mdi windows.
18212         * XplatUIOSX.cs: Pass caption_height and tool_caption_height to
18213         Hwnd now.
18214         
18215 2005-11-15  Mike Kestner  <mkestner@novell.com>
18216
18217         * Menu.cs: when adding an item to the collection, if item is already 
18218         parented, remove it from the parent.
18219
18220 2005-11-13  Alexander Olk  <alex.olk@googlemail.com>
18221
18222         * X11DesktopColors.cs: Added KDE support
18223
18224 2005-11-11  Peter Dennis Bartok  <pbartok@novell.com>
18225
18226         * XplatUIWin32.cs: 
18227           - Clipboard methods now can translate Rtf format
18228           - No longer removes clipboard contents whenever a new format is added
18229             to allow placing multiple formats on the clipboard
18230         * Clipboard.cs: Clipboard now supports getting a IDataObject and
18231           will place all formats contained in it onto the clipboard. Also
18232           now cleans the clipboard before placing a new object onto it
18233         * RichTextBox.cs:
18234           - Implemented set_Rtf
18235           - Implemented set_SelectedRtf
18236           - Created InsertRTFFromStream() method to allow single code base
18237             for all properties and methods that insert RTF into document
18238           - Removed debug output
18239         * TextControl.cs:
18240           - Fixed Delete(int) to fix up line numbers
18241           - Fixed ReplaceSelection to combine start and end line
18242           - Fixed serious DeleteChars bug that would leave the document tree
18243             broken
18244           - Improved DumpTree with several logic checks to detect broken
18245             document trees
18246           - Removed debug lines
18247           - Fixed Caret.WordForward/WordBack moving code, now always also 
18248             updates caret.tag (fixes crash when word-selecting across tag
18249             boundaries via keyboard)
18250           - Added Insert() method for inserting multiline text into documents
18251           - Fixed DeleteChars() calculation errors that would cause a broken
18252             tag chain with multiple tag lines
18253           - DeleteChars() no longer crashes on multi-tag lines if not all tags
18254           - Split() no longer moves caret if split is at caret location
18255           - ReplaceSelection() now updates the cursor and re-displays it
18256           - ReplaceSelection() now uses new Insert() method to avoid code
18257             duplication
18258           - FormatText() can now handle formatting partial lines
18259         * TextBoxBase.cs:
18260           - Append now uses new TextControl.Insert() method (this avoids 
18261             duplicate code)
18262           - Implemented Ctrl-X (Cut) (
18263           - Implemented Ctrl-C (Copy)
18264           - Implemented Ctrl-V (Paste) (Still some bugs related to screen 
18265             regeneration when pasting text; roundtripping Copy&Paste within
18266             edit control still fails due to some calculation bugs in GenerateRTF)
18267           - The Delete key will now remove the current selection if it is visible
18268         * TextBox.cs: Removed debug lines
18269         * XplatUI.cs: Trigger initialization of DataFormats (which requires the
18270           driver to be initialized and can't therefore be done via a static ctor)
18271
18272 2005-11-10  Peter Dennis Bartok  <pbartok@novell.com>
18273
18274         * TextControl.cs: Added backend code for finding char arrays and strings
18275         * TextBoxBase.cs:
18276           - Added mouse wheel scroll support
18277           - Added support for VScroll and HScroll events
18278         * RichTextBox.cs:
18279           - Implemented all seven Find() variants
18280           - Implemented GetCharFromPosition()
18281           - Implemented GetCharIndexFromPosition()
18282           - Implemented GetLineFromIndex()
18283           - Implemented GetPositionFromCharIndex();
18284           - Implemented SaveFile for PlainText and UnicodeText
18285           - Fixed set_Font, now setting a new font applies that font to
18286             the whole document
18287           - Implemented generic Document to RTF converter
18288           - Implemented SaveFile for RichText format (still missing unicode
18289             conversion for non-ansi chars)
18290           - Implemented get_Rtf
18291           - Implemented get_SelectedRtf
18292
18293 2005-11-09  Peter Dennis Bartok  <pbartok@novell.com>
18294
18295         * Control.cs (WndProc): Call HandleClick after having sent OnMouseUp
18296           to allow any captures to be released before triggering OnClick. This
18297           way a click handler may capture the mouse without interference.
18298         * XplatUIX11.cs: Always send mouse messages to grab window if one exists.
18299           This way we send them even though X may not allow a grab (if the window
18300           isn't visible, for example)
18301
18302 2005-11-08  Pedro Martinez Julia <pedromj@gmail.com>
18303
18304         * DataGridViewRowEventArgs.cs: DataGridView implementation
18305         * DataGridViewElement.cs: DataGridView implementation
18306         * DataGridViewComboBoxCell.cs: DataGridView implementation
18307         * DataGridViewDataErrorContexts.cs: DataGridView implementation
18308         * DataGridViewCellErrorTextNeededEventArgs.cs: DataGridView implementation
18309         * DataGridViewColumnHeadersHeightSizeMode.cs: DataGridView implementation
18310         * ImageLayout.cs: DataGridView implementation
18311         * DataGridViewComboBoxColumn.cs: DataGridView implementation
18312         * DataGridViewCellMouseEventHandler.cs: DataGridView implementation
18313         * DataGridViewSelectionMode.cs: DataGridView implementation
18314         * IDataGridViewEditingControl.cs: DataGridView implementation
18315         * DataGridViewSortCompareEventHandler.cs: DataGridView implementation
18316         * DataGridViewCellStyleContentChangedEventHandler.cs: DataGridView implementation
18317         * DataGridViewAutoSizeModeEventHandler.cs: DataGridView implementation
18318         * DataGridViewColumnStateChangedEventHandler.cs: DataGridView implementation
18319         * DataGridViewColumnSortMode.cs: DataGridView implementation
18320         * DataGridView.cs: DataGridView implementation
18321         * DataGridViewRowStateChangedEventHandler.cs: DataGridView implementation
18322         * DataGridViewRowPostPaintEventArgs.cs: DataGridView implementation
18323         * DataGridViewDataErrorEventArgs.cs: DataGridView implementation
18324         * Padding.cs: DataGridView implementation
18325         * DataGridViewCellParsingEventArgs.cs: DataGridView implementation
18326         * DataGridViewCellStateChangedEventHandler.cs: DataGridView implementation
18327         * DataGridViewRowEventHandler.cs: DataGridView implementation
18328         * DataGridViewCellPaintingEventHandler.cs: DataGridView implementation
18329         * DataGridViewCellFormattingEventHandler.cs: DataGridView implementation
18330         * DataGridViewButtonCell.cs: DataGridView implementation
18331         * DataGridViewCellStyleContentChangedEventArgs.cs: DataGridView implementation
18332         * DataGridViewEditMode.cs: DataGridView implementation
18333         * DataGridViewCellValueEventArgs.cs: DataGridView implementation
18334         * DataGridViewRowCancelEventArgs.cs: DataGridView implementation
18335         * DataGridViewRowHeadersWidthSizeMode.cs: DataGridView implementation
18336         * DataGridViewCheckBoxColumn.cs: DataGridView implementation
18337         * DataGridViewCellToolTipTextNeededEventHandler.cs: DataGridView implementation
18338         * DataGridViewAutoSizeColumnsMode.cs: DataGridView implementation
18339         * DataGridViewCellEventHandler.cs: DataGridView implementation
18340         * DataGridViewEditingControlShowingEventHandler.cs: DataGridView implementation
18341         * DataGridViewCellStyleConverter.cs: DataGridView implementation
18342         * DataGridViewSelectedRowCollection.cs: DataGridView implementation
18343         * DataGridViewBindingCompleteEventHandler.cs: DataGridView implementation
18344         * DataGridViewColumnEventArgs.cs: DataGridView implementation
18345         * DataGridViewRowHeightInfoPushedEventHandler.cs: DataGridView implementation
18346         * DataGridViewRowContextMenuStripNeededEventHandler.cs: DataGridView implementation
18347         * QuestionEventArgs.cs: DataGridView implementation
18348         * IDataGridViewEditingCell.cs: DataGridView implementation
18349         * DataGridViewTriState.cs: DataGridView implementation
18350         * DataGridViewColumnDesignTimeVisibleAttribute.cs: DataGridView implementation
18351         * DataGridViewCellStateChangedEventArgs.cs: DataGridView implementation
18352         * DataGridViewColumnCollection.cs: DataGridView implementation
18353         * DataGridViewCellValueEventHandler.cs: DataGridView implementation
18354         * DataGridViewRowDividerDoubleClickEventHandler.cs: DataGridView implementation
18355         * DataGridViewCellFormattingEventArgs.cs: DataGridView implementation
18356         * DataGridViewColumn.cs: DataGridView implementation
18357         * DataGridViewCellBorderStyle.cs: DataGridView implementation
18358         * DataGridViewCellContextMenuStripNeededEventHandler.cs: DataGridView implementation
18359         * DataGridViewCellValidatingEventArgs.cs: DataGridView implementation
18360         * DataGridViewRow.cs: DataGridView implementation
18361         * DataGridViewImageCellLayout.cs: DataGridView implementation
18362         * DataGridViewImageCell.cs: DataGridView implementation
18363         * DataGridViewTopLeftHeaderCell.cs: DataGridView implementation
18364         * DataGridViewCheckBoxCell.cs: DataGridView implementation
18365         * DataGridViewHeaderCell.cs: DataGridView implementation
18366         * DataGridViewCellErrorTextNeededEventHandler.cs: DataGridView implementation
18367         * DataGridViewRowHeightInfoPushedEventArgs.cs: DataGridView implementation
18368         * DataGridViewAutoSizeColumnsModeEventHandler.cs: DataGridView implementation
18369         * DataGridViewTextBoxColumn.cs: DataGridView implementation
18370         * QuestionEventHandler.cs: DataGridView implementation
18371         * DataGridViewCellStyleScopes.cs: DataGridView implementation
18372         * DataGridViewSortCompareEventArgs.cs: DataGridView implementation
18373         * DataGridViewCellContextMenuStripNeededEventArgs.cs: DataGridView implementation
18374         * DataGridViewCell.cs: DataGridView implementation
18375         * DataGridViewCellEventArgs.cs: DataGridView implementation
18376         * DataGridViewClipboardCopyMode.cs: DataGridView implementation
18377         * DataGridViewCellStyle.cs: DataGridView implementation
18378         * DataGridViewColumnHeaderCell.cs: DataGridView implementation
18379         * DataGridViewRowPrePaintEventHandler.cs: DataGridView implementation
18380         * DataGridViewRowCancelEventHandler.cs: DataGridView implementation
18381         * TextFormatFlags.cs: DataGridView implementation
18382         * DataGridViewCellToolTipTextNeededEventArgs.cs: DataGridView implementation
18383         * DataGridViewDataErrorEventHandler.cs: DataGridView implementation
18384         * DataGridViewAdvancedCellBorderStyle.cs: DataGridView implementation
18385         * DataGridViewCellPaintingEventArgs.cs: DataGridView implementation
18386         * DataGridViewButtonColumn.cs: DataGridView implementation
18387         * DataGridViewRowsRemovedEventArgs.cs: DataGridView implementation
18388         * HandledMouseEventArgs.cs: DataGridView implementation
18389         * DataGridViewCellParsingEventHandler.cs: DataGridView implementation
18390         * DataGridViewColumnDividerDoubleClickEventHandler.cs: DataGridView implementation
18391         * DataGridViewCellMouseEventArgs.cs: DataGridView implementation
18392         * DataGridViewAutoSizeRowsMode.cs: DataGridView implementation
18393         * DataGridViewRowCollection.cs: DataGridView implementation
18394         * DataGridViewAdvancedBorderStyle.cs: DataGridView implementation
18395         * DataGridViewCellCancelEventHandler.cs: DataGridView implementation
18396         * DataGridViewHitTestType.cs: DataGridView implementation
18397         * DataGridViewAutoSizeModeEventArgs.cs: DataGridView implementation
18398         * DataGridViewColumnStateChangedEventArgs.cs: DataGridView implementation
18399         * DataGridViewColumnEventHandler.cs: DataGridView implementation
18400         * DataGridViewRowDividerDoubleClickEventArgs.cs: DataGridView implementation
18401         * DataGridViewAutoSizeRowMode.cs: DataGridView implementation
18402         * DataGridViewRowHeightInfoNeededEventArgs.cs: DataGridView implementation
18403         * DataGridViewRowsDeletedEventArgs.cs: DataGridView implementation
18404         * DataGridViewTextBoxEditingControl.cs: DataGridView implementation
18405         * DataGridViewContentAlignment.cs: DataGridView implementation
18406         * DataGridViewRowPostPaintEventHandler.cs: DataGridView implementation
18407         * DataGridViewComboBoxEditingControl.cs: DataGridView implementation
18408         * DataGridViewCellValidatingEventHandler.cs: DataGridView implementation
18409         * DataGridViewSelectedColumnCollection.cs: DataGridView implementation
18410         * DataGridViewPaintParts.cs: DataGridView implementation
18411         * DataGridViewCellCollection.cs: DataGridView implementation
18412         * DataGridViewRowsAddedEventArgs.cs: DataGridView implementation
18413         * DataGridViewImageColumn.cs: DataGridView implementation
18414         * DataGridViewRowsRemovedEventHandler.cs: DataGridView implementation
18415         * DataGridViewElementStates.cs: DataGridView implementation
18416         * DataGridViewRowHeightInfoNeededEventHandler.cs: DataGridView implementation
18417         * DataGridViewColumnDividerDoubleClickEventArgs.cs: DataGridView implementation
18418         * DataGridViewRowPrePaintEventArgs.cs: DataGridView implementation
18419         * DataGridViewRowStateChangedEventArgs.cs: DataGridView implementation
18420         * DataGridViewEditingControlShowingEventArgs.cs: DataGridView implementation
18421         * DataGridViewCellCancelEventArgs.cs: DataGridView implementation
18422         * DataGridViewRowHeaderCell.cs: DataGridView implementation
18423         * DataGridViewBindingCompleteEventArgs.cs: DataGridView implementation
18424         * DataGridViewTextBoxCell.cs: DataGridView implementation
18425         * DataGridViewBand.cs: DataGridView implementation
18426         * DataGridViewAutoSizeColumnModeEventArgs.cs: DataGridView implementation
18427         * DataGridViewHeaderBorderStyle.cs: DataGridView implementation
18428         * DataGridViewRowsAddedEventHandler.cs: DataGridView implementation
18429         * DataGridViewAutoSizeColumnMode.cs: DataGridView implementation
18430         * DataGridViewAutoSizeColumnModeEventHandler.cs: DataGridView implementation
18431         * DataGridViewAutoSizeColumnsModeEventArgs.cs: DataGridView implementation
18432         * DataGridViewRowErrorTextNeededEventHandler.cs: DataGridView implementation
18433         * DataGridViewSelectedCellCollection.cs: DataGridView implementation
18434         * DataGridViewRowContextMenuStripNeededEventArgs.cs: DataGridView implementation
18435         * DataGridViewRowErrorTextNeededEventArgs.cs: DataGridView implementation
18436         * DataGridViewComboBoxDisplayStyle.cs: DataGridView implementation
18437
18438 2005-11-08  Peter Dennis Bartok  <pbartok@novell.com>
18439
18440         * ThemeWin32Classic.cs: 
18441           - Draw the outside focus rectangle around buttons
18442           - Use CPDrawFocusRectangle to draw focus rectangles until Cairo
18443             doesn't use end caps for every dash of a line anymore. This
18444             workaround ignores the forecolor.
18445
18446 2005-11-08  Kornél Pál  <kornelpal@hotmail.com>
18447
18448         * ImageList.cs: Don't use ArgbColor with LayoutKind.Explicit as it isn't
18449           endian safe.
18450
18451 2005-11-07  Jackson Harper  <jackson@ximian.com>
18452
18453         * X11Dnd.cs: Set the X/Y positions on the DragEventArgs correctly.
18454
18455 2005-11-07  Jackson Harper  <jackson@ximian.com>
18456
18457         * ScrollableControl.cs: Calculate the maximum and change vars
18458         (more) correctly so that scrollbars appear as a sensible size.
18459
18460 2005-11-04  Jackson Harper  <jackson@ximian.com>
18461
18462         * TreeNodeCollection.cs: Refresh when nodes are cleared from the
18463         collection.
18464         * TreeView.cs: When the tree is sorted null out the top_node so
18465         that it is recalculated.
18466         - Use dotted lines instead of dashed lines to match MS better.
18467
18468 2005-11-04  Jordi Mas i Hernandez <jordimash@gmail.com>
18469
18470         * ListView.cs: 
18471           - Implements key search for items. Useful when browsing files with FileDialog
18472           - When changing view mode or when clear the items reset scrollbar positions
18473
18474 2005-11-04  Jackson Harper  <jackson@ximian.com>
18475
18476         * CurrencyManager.cs: Implement the MetaDataChanged event, the
18477         Reset method, and the CheckEmpty. CheckEmpty is just a total guess
18478         as to what the method may do as there is no real way of creating a
18479         derived CurrencyManager and calling the method. 
18480
18481 2005-11-03  Jackson Harper  <jackson@ximian.com>
18482
18483         * ThemeWin32Classic.cs: Implement ownerdrawing in the tab control
18484         * TabControl.cs: Add Ownerdrawing bits, add the UpdateTabSelection
18485         method which seems to just be used internally to refresh the tabs.
18486
18487 2005-11-03  Jackson Harper  <jackson@ximian.com>
18488
18489         * TabControl.cs: Implement the remove method. Fix some broken
18490         comments.
18491
18492 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
18493
18494         * DateTimePicker.cs:
18495           - Added missing DateTimePickerAccessibleObject class
18496           - Added missing events
18497           - Added OnFontChanged method
18498         * Form.cs: Added missing attributes
18499         * TreeView.cs: Added missing attributes
18500
18501 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com> 
18502
18503         * GridItemCollection.cs: Fix signatures
18504
18505 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
18506
18507         * XplatUI.cs: Updated build rev/date
18508         * ComboBox.cs, DataGridTextBoxColumn.cs Control.cs, 
18509           DataGridTableStyle.cs, DataGrid.cs, DateTimePicker.cs: Signature fixes
18510         * Application.cs: Trigger context-specific ExitThread events
18511
18512 2005-11-03  Jackson Harper  <jackson@ximian.com>
18513
18514         * Menu.cs:
18515         * MainMenu.cs:
18516         * GridTableStylesCollection.cs:
18517         * Timer.cs:
18518         * TabPage.cs:
18519         * HelpProvider.cs:
18520         * StatusBar.cs:
18521         * MonthCalendar.cs: Signature fixes
18522
18523 2005-11-03  Jackson Harper  <jackson@ximian.com>
18524
18525         * TreeNodeCollection.cs: Remove should not be virtual.
18526         * TreeView.cs: Implement the last of the missing methods.
18527
18528 2005-11-03  Jackson Harper  <jackson@ximian.com>
18529
18530         * TreeNodeConverter.cs: Implement to get off my class-status back.
18531
18532 2005-11-03  Jackson Harper  <jackson@ximian.com>
18533
18534         * TreeView.cs: Hookup the bits for drag and drop.
18535         * TreeNode.cs: Don't cache the tree_view or index anymore, now
18536         that nodes can be moved from tree to tree easily this just causes
18537         all sorts of problems.
18538         * TreeNodeCollection: Don't need to give treenodes an index and
18539         treeview anymore when they are added, these are computed on the
18540         fly. Also make sure to remove a node before its added.
18541
18542 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
18543
18544         * TextControl.cs:
18545           - Added CaretSelection enum
18546           - Added comparison methods to Marker struct, makes selection code
18547             more readable
18548           - Added SelectionStart and SelectionEnd as 'moveable' location for
18549             the CaretDirection enum and handler
18550           - Added selection_prev variable to track optimized invalidation for
18551             word and line selection
18552           - Added SelectionVisible property (returns true if there is a valid 
18553             selection)
18554           - Switched CaretHasFocus to only display the caret if there is no
18555             visible selection
18556           - Avoiding StringBuilder.ToString to retrieve a single char, instead
18557             using the direct character index; should be much faster
18558           - Added various conditional debug statements
18559           - Fixed invalidation calculation for selection ranges
18560           - Added ExpandSelection() method to support word and line selection
18561           - Switched SetSelectionToCaret to use new Marker compare overloads
18562           - Added central IsWordSeparator() method to determine word 
18563             separators/whitespace and FindWordSeparator() to streamline common
18564             usage of IsWordSeparator()
18565         * TextBoxBase.cs:
18566           - Removed unneeded grabbed variable, it was just mirroring
18567             Control.Capture
18568           - No longer firing OnTextChanged event when Text setter is called,
18569             since the base will fire the event for us
18570           - Added handling of Ctrl-Up/Down selection
18571           - Added handling of Shift-Cursorkey selection
18572           - Added handling for Ctrl-Delete and Ctrl-Backspace to remove
18573             words
18574           - Added handling of Shift and Ctrl-Shift-Home/End selection
18575           - Removed some debug output
18576           - Added handling for single/double/tripple-click to place caret/
18577             select word/select line respectively (Fixes bug #76031)
18578           - Added support for drag expansion of word/line selection
18579         * RichTextBox.cs: Handle GotFocus event to trigger redrawing of
18580           current selection
18581
18582 2005-11-02  Jackson Harper  <jackson@ximian.com>
18583
18584         * X11Dnd.cs: If the drag is going to and from a MWF window just
18585         copy the data instead of sending it out through the X Selection
18586         mechanism.
18587
18588 2005-11-02  Jackson Harper  <jackson@ximian.com>
18589
18590         * X11Dnd.cs:
18591         * XplatUIX11.cs: When in a drag we don't want motion notify
18592         messages to get passed on to the other controls. This prevents
18593         mouse move messages from showing up in the drag source.
18594
18595 2005-11-02  Jackson Harper  <jackson@ximian.com>
18596
18597         * X11Dnd.cs: Remove unneeded call to XAllowEvents.  Make sure that
18598         the correct button is release to end a drag.
18599         * XplatUIX11.cs: Make the button state internal so the drag system
18600         can access it.  Dragging needs to know about all button releases,
18601         not just left button.
18602
18603 2005-11-02  Miguel de Icaza  <miguel@novell.com>
18604
18605         * Form.cs (Icon): If the icon is null, reset the icon to the
18606         default value. 
18607
18608         * Cursor.cs: When writing the AND-mask bitmap do not include the
18609         number of colors, but hardcode those to two (black and white),
18610         fixes the loading of color cursors (Paint Dot Net).
18611
18612         * Form.cs: To debug, allow MONO_MWF_SCALING=disable variable to
18613         turn off autoscaling.
18614
18615         * Cursor.cs: Allow resource type to be 1 or 2 (from ImageMagic).
18616
18617 2005-11-02  Jackson Harper  <jackson@ximian.com>
18618
18619         * X11Dnd.cs: Make sure to send a status message if the pointer
18620         enters a control that can not accept a drop, otherwise the cursor
18621         isn't updated correctly. Also tried to compress the lines of code
18622         a bit.
18623
18624 2005-11-02  Jackson Harper  <jackson@ximian.com>
18625
18626         * X11Dnd.cs: Change cursors based on drag action. Also attempt to
18627         set actions correctly.  This isn't perfect as XDND and win32 have
18628         some differences on how you allow actions. I'll clear this up by
18629         adding a path for drag from MWF to MWF windows.
18630         * XplatUIX11.cs: Hook into the dnd system.
18631
18632 2005-11-02  Jordi Mas i Hernandez <jmas@softcatala.org>
18633
18634         * ListView.cs: Fixes scroll bar visibility. Hide them if they were
18635         previously shown but they are no longer need it. Very obvious when 
18636         browsing files with FileDialog.
18637
18638 2005-11-01  Peter Dennis Bartok  <pbartok@novell.com>
18639
18640         * Control.cs: We always need to call OnPaintBackground. We pretty much
18641           ignore AllPaintingInWmPaint and always do the painting there, whether 
18642           it's set or not, since we always ignore the WM_ERASEBKGND message 
18643           (which we don't generate on X11). This fixes #76616.
18644         * Panel.cs: Removed unneeded background painting. This happens properly
18645           in Control.cs already
18646
18647 2005-10-31  Mike Kestner  <mkestner@novell.com>
18648
18649         * Menu.cs: Add items to collection before setting their index.
18650         * MenuItem.cs : add range checking with ArgumentException like MS.
18651         [Fixes #76510]
18652
18653 2005-10-31  Jackson Harper  <jackson@ximian.com>
18654
18655         * ListBox.cs: Invalidate if the area is visible at all not just
18656         contained in the visible rect. Fixes unselection of semi visible
18657         items.
18658
18659 2005-10-31  Jackson Harper  <jackson@ximian.com>
18660
18661         * Control.cs: Consistently name the dnd methods. Make them
18662         internal so we can override them to match some MS behavoir
18663         internally.
18664         * Win32DnD.cs: Use the new consistent names.
18665
18666 2005-10-31  Jackson Harper  <jackson@ximian.com>
18667
18668         * TreeView.cs: Don't draw the selected node when we lose focus.
18669
18670 2005-10-31  Jackson Harper  <jackson@ximian.com>
18671
18672         * X11Dnd.cs: We still need to reset the state even though a full
18673         reset isn't being done, otherwise status's still get sent all over
18674         the place.
18675
18676 2005-10-31  Jackson Harper  <jackson@ximian.com>
18677
18678         * Control.cs: Make the dnd_aware flag internal so the dnd
18679         subsystem can check it. Catch exceptions thrown in dnd handlers to
18680         match MS behavoir.
18681         * Hwnd.cs: Add a flag for whether or not a window is dnd aware.
18682         * X11Dnd.cs: Handle null data in the converters. Set the XDND
18683         version when sending a XdndEnter. Use the control/hwnd dnd_aware
18684         flags to reduce the number of dnd enters/status's sent.
18685
18686 2005-10-31  Jackson Harper  <jackson@ximian.com>
18687
18688         * X11Dnd.cs: Don't need the sizeof here. Patch by Jordi Mas.
18689
18690 2005-10-31  Jordi Mas i Hernandez <jordi@ximian.com>
18691
18692         * PictureBox.cs: Fixes 76512
18693
18694 2005-10-28  Jackson Harper  <jackson@ximian.com>
18695
18696         * X11Dnd.cs: Early implementation to support winforms being a drag
18697         source for data on X11. Also restructured the converters so they
18698         can go both ways now.
18699         * XplatUIX11.cs: Tie ins to the the Dnd stuff.
18700         
18701 2005-10-27  Peter Dennis Bartok  <pbartok@novell.com>
18702
18703         * XplatUIX11.cs: Fixed FIXME - implemented ASCII encoding for XA_STRING
18704           clipboard requests
18705
18706 2005-10-27  Jackson Harper  <jackson@ximian.com>
18707
18708         * TreeNode.cs: Implement serialization so my DnD examples will work.
18709
18710 2005-10-24  Kornél Pál  <kornelpal@hotmail.com>
18711
18712         * ButtonBase.cs, ListView.cs, NotifyIcon.cs, PictureBox.cs, ToolBar.cs,
18713           TreeView.cs: Don't dispose objects that are not owned.
18714           
18715 2005-10-24  Peter Dennis Bartok  <pbartok@novell.com>
18716
18717         * Cursor.cs: Defaulting the Current cursor to Cursors.Default. We
18718           should retrieve the current cursor and report that, but XplatUI
18719           doesn't (yet) have an interface for that (and I'm not sure I even
18720           can, on X11)
18721         * XplatUIWin32.cs: Fixed override behaviour. The override is temporary,
18722           until any message loop processing is done (and the WM_SETCURSOR
18723           replaces the cursor to the proper one)
18724         * XplatUIX11.cs: 
18725           - Fixed override behaviour, we can't set the cursor globally on X11, 
18726             just for our windows.
18727           - Invalidating the System.Drawing X11 display handle when we are
18728             shutting down
18729         * Control.cs: Fix to make csc happy
18730
18731 2005-10-23  Peter Dennis Bartok  <pbartok@novell.com>
18732
18733         * TextBoxBase.cs: 
18734           - get_Text: Add last line (without trailing newline) to returned
18735             value (Fixes 76212)
18736           - get_TextLength: Count last line in returned length
18737           - ToString: Call Text property instead of duplicating code
18738
18739 2005-10-23  Kornél Pál  <kornelpal@hotmail.com>
18740
18741         * ImageList.cs: Dispose ImageAttributes objects.
18742
18743 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
18744
18745         * ImageList.cs: Use attribute constructors with less arguments where
18746           possible.
18747
18748 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
18749
18750         * ImageList.cs: Added lastKeyIndex field and use in IndexOfKey.
18751           Use typeof instead of strings when assembly is referenced. Added
18752           some more comments.
18753
18754 2005-10-21  Jackson Harper  <jackson@ximian.com>
18755
18756         * ListView.cs: Raise a double click event. Also tried to somewhat
18757         fix when the selectedindexchanged event is raised. Its still
18758         broken though.
18759
18760 2005-10-21  Jackson Harper  <jackson@ximian.com>
18761
18762         * TreeView.cs: New method to invalidate the plus minus area of a
18763         node without invalidating the whole node (maybe this can be used
18764         in some more places).
18765         * TreeNodeCollection.cs: When adding to an empty node we need to
18766         invalidate its plus minus area so the little block shows up.
18767         
18768 2005-10-21  Jackson Harper  <jackson@ximian.com>
18769
18770         * TreeView.cs: Make sure that when we invalidate a node the bounds
18771         are big enough to cover the selected box and the focus
18772         rectangle. Use a different colour for the lines connecting nodes
18773         so they show up with all themes.
18774
18775 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
18776
18777         * NativeWindow.cs: Don't call anything that could call into the driver,
18778           we might be on a different thread.
18779
18780 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com> 
18781
18782         * Control.cs(Dispose): Since Dispose might run on a different thread,
18783           make sure that we call methods that could call into the driver via
18784           invoke, to avoid thread issues
18785
18786 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
18787
18788         * XplatUI.cs: Removed finalizer
18789         * XplatUIX11.cs: Removed Destructor, was causing crashes due to X11
18790           not allowing to be called on the finalizer thread.
18791
18792 2005-10-21  Kornél Pál  <kornelpal@hotmail.com>
18793
18794         * ImageList.cs:
18795           - Reverted r51889 and r51891.
18796           - Added ImageListItem class that stores unmodified image items and image
18797             properties required to create list images until handle is created.
18798           - Added AddItem and moved image creation logic to AddItemInternal.
18799           - Added CreateHandle method that creates images based on unmodified items.
18800           - Added DestroyHandle that changes state to store unmodified items.
18801           - Add and AddStrip methods no more create handle.
18802           - ReduceColorDepth has no return value.
18803           - Dispose destroys handle.
18804           - Modified other methods to reflect the above changes.
18805           - Implemented key support.
18806           - Added profile 2.0 members and attributes.
18807           - Added private Reset and ShouldSerialize methods that provide the same
18808             behavior as MS.NET but the Visual Studio .NET designer seems to ignore
18809             them as they are private.
18810           - Added some more comments about implementation details.
18811
18812 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
18813
18814         * DataGrid.cs: Adds support for vertical scrolling using the mousewheel
18815
18816 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
18817
18818         * Binding.cs: No PushData/PullData if there is no binding (fixes crash)
18819
18820 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
18821
18822         * DataGridDrawingLogic.cs: Fixes column hit calcultation
18823         * DataGridColumnStyle.cs: Remove debug message
18824
18825 2005-10-20  Jackson Harper  <jackson@ximian.com>
18826
18827         * TreeView.cs: We can always get input keys regardless of whether
18828         or not editing is enabled. They are used for navigation.
18829
18830 2005-10-20  Jackson Harper  <jackson@ximian.com>
18831
18832         * TreeNode.cs: Use the viewport rect for determining if a node
18833         needs to be moved for visibility. Don't use Begin/End edit. This
18834         calls a full refresh when its done.
18835         * TreeView.cs: New SetBottom works correctly.  Make the viewport
18836         rect property internal so the treenodes can see it. When clicking
18837         on a node we need to ensure that its visible because it might just
18838         be partly visible when clicked.
18839
18840 2005-10-20  Jackson Harper  <jackson@ximian.com>
18841
18842         * TreeNodeCollection.cs: Remove debug code.
18843
18844 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
18845
18846         * Datagrid.cs: Implements column sorting in Datagrid
18847         * DataGridColumnStyle.cs: Implements column sorting in Datagrid
18848
18849 2005-10-20  Jackson Harper  <jackson@ximian.com>
18850
18851         * TreeNodeCollection.cs: Remove items properly. Update the correct
18852         area after removing them.
18853
18854 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
18855
18856         * Datagrid.cs: Should not call base.OnPaintBackground
18857
18858 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
18859
18860         * XplatUIX11.cs (GetMessage):
18861           - Now properly calculates NC_xBUTTONDOWN coordinates off the whole
18862             window instead of client window
18863           - Now properly calculates NC_xBUTTONUP message coordinates
18864           - ScreenToMenu now properly calculates it's coordinates of whole 
18865             window, since menus are in the whole window, not in the client
18866             window
18867           - Added WholeToScreen coordinate translation method
18868
18869 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com> 
18870
18871         * XplatUIX11.cs (GetMessage): Don't return in situations where we don't
18872           want to return a message, loop back to the beginning of the function
18873           and grab the next real message to process instead.
18874
18875 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
18876
18877         * Splitter.cs: Properly set limits if no filler control is used
18878
18879 2005-10-19  Jackson Harper  <jackson@ximian.com>
18880
18881         * ColorDialog.cs: Don't show the help button if it is not enabled
18882         instead of disabling it (this is what MS does). Don't create the
18883         panel until the dialog is run, otherwise the vars (such as
18884         ShowHelp) are not set yet.
18885
18886 2005-10-19  Jackson Harper  <jackson@ximian.com>
18887
18888         * TreeView.cs: Implement Begin/EndEdit more correctly so refreshes
18889         are reduced when adding nodes.
18890         * TreeNode.cs:
18891         * TreeNodeCollection.cs: Use UpdateNode instead of refreshing the
18892         tree.
18893         
18894 2005-10-19  Jackson Harper  <jackson@ximian.com>
18895
18896         * FolderBrowserDialog.cs: End editing our treeview so the window
18897         actually gets refreshed.
18898
18899 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
18900
18901         * Control.cs: Fixed logic flip on when to call OnPaintBackground. 
18902           Obsoleted handling of WM_ERASEBKGND, now always draws our background
18903           inside of WM_PAINT
18904
18905 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
18906
18907         * MenuAPI.cs: Returns after Hidding window
18908         * XplatUIX11.cs: Added TODO found while debugging menu issues
18909
18910 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
18911
18912         * XplatUIX11.cs: Do not re-map the whole window when it's size
18913           becomes non-zero unless it's supposed to be actually visible
18914
18915 2005-10-18  Jackson Harper  <jackson@ximian.com>
18916
18917         * TreeView.cs: We don't need to keep a count anymore.
18918         * TreeNodeCollection.cs: Fix off by one in RemoveAt, Insert can
18919         use the Grow method.
18920
18921 2005-10-18  Jackson Harper  <jackson@ximian.com>
18922
18923         * TreeNodeCollection.cs: Insert is not supported on arrays, so
18924         implement it manually here.
18925
18926 2005-10-18  Jackson Harper  <jackson@ximian.com>
18927
18928         * ImageList.cs: Dont kill the list when the colour depth is
18929         changed, just change the colour depth of all the images.
18930         - Same goes for setting the image size. Just resize them all
18931         instead of killing the list softly.
18932
18933 2005-10-18  Jackson Harper  <jackson@ximian.com>
18934
18935         * Control.cs: Don't invalidate empty rectangles.
18936
18937 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
18938
18939         * ListViewItem.cs:
18940           - Adds checked item to the Checked/Item lists (where empty before)
18941           - Do not add items to the Selected lists if they are already present
18942         * ListView.cs:
18943           - Fixes IsFixedSize, SyncRoot, IsReadOnly in many collections
18944           - When deleting items make sure that we delete them for the Selected
18945           and Checked list also.
18946
18947 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
18948
18949         * Label.cs: Dispose objects no longer used
18950         * ThemeWin32Classic.cs: Dispose objects no longer used
18951
18952 2005-10-18  Jackson Harper  <jackson@ximian.com>
18953
18954         * TabControl.cs: Don't refresh the whole control when the tabs are
18955         scrolled, we just need to refresh the tab area.
18956
18957 2005-10-17  Jackson Harper  <jackson@ximian.com>
18958
18959         * XplatUIX11.cs: Compress code a little bit. Only calculate the
18960         after handle when we need it.
18961
18962 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
18963
18964         * Control.cs: When the parent size changes, recalculate anchor 
18965           positions. Partial fix for #76462
18966
18967 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
18968
18969         * ThemeWin32Classic.cs: Make sure the picturebox has it's background 
18970           drawn. Fixes #76462
18971
18972 2005-10-17  Jackson Harper  <jackson@ximian.com>
18973
18974         * MonthCalendar.cs: Don't create the numeric up down until our
18975         handle is created. Otherwise our handle is created in the
18976         constructor and we don't know if we are a WS_CHILD or WS_POPUP
18977         yet.
18978
18979 2005-10-17  Jackson Harper  <jackson@ximian.com>
18980
18981         * TreeView.cs: Merge in patch by Rafael Teixeira to align strings
18982         correctly.
18983
18984 2005-10-17  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
18985         * TreeNode.cs : small logical fix (was using local var instead of field)
18986         
18987 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
18988
18989         * ThemeWin32Classic.cs: Fixes vert/horz scrollbar colours
18990
18991 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
18992
18993         * ThemeWin32Classic.cs: Fixes focus drawing in for non-flat/popup buttons
18994
18995 2005-10-16  Peter Dennis Bartok  <pbartok@novell.com> 
18996
18997         * Control.cs: 
18998           - Re-implemented anchoring code. My first version was really broken.
18999             This fixes bug #76033. Unlike the previous implementation we will
19000             no longer have round errors since all numbers are calculated from
19001             scratch every time. Removed various anchor-related obsolete vars.
19002           - InitLayout no longer causes layout event firing and layout to be 
19003             performed
19004
19005 2005-10-16  Jackson Harper  <jackson@ximian.com>
19006
19007         * Hwnd.cs: Compute invalid area correctly (fixes my last commit
19008         which was broken).
19009
19010 2005-10-16  Jackson Harper  <jackson@ximian.com>
19011
19012         * TabControl.cs: Remove debug code.
19013
19014 2005-10-16  Jackson Harper  <jackson@ximian.com>
19015
19016         * XEventQueue.cs: Increase the default queue size (very simple
19017         apps needed to grow the queue).
19018         * Hwnd.cs: No finalizer so we don't need to suppress
19019         finalization. Compute the invalid area manually so a new rectangle
19020         does not newto be created.
19021         * ScrollableControl.cs: Don't set any params (otherwise visibility
19022         isn't set correctly).
19023         * MdiChildContext.cs: New constructor takes the mdi parent so it
19024         doesn't have to be computed and avoids a crash on windows. Draw
19025         the window icon properly, and allow the text to be seen.
19026         * Form.cs: Use new MdiChildContext constructor. Make sure the
19027         child context isn't null in wndproc.
19028         * TabControl.cs: Don't set focus, this is muddling keyboard
19029         behavoir. Expand the tab rows when a window size increase will
19030         allow extra tabs to be seen. Don't allow tabs smaller than the
19031         width of a window to be scrolled out of view.
19032         * TreeNode.cs:
19033         * TreeView.cs: Use measure string to calculate a nodes width, the
19034         width is cached and only updated when the text or the font is
19035         changed. Don't check for expand/collapse clicks on the first level
19036         nodes if root lines are disabled.
19037         
19038 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
19039
19040         * TextBoxBase.cs: Fixes #76352 (passing tab key in a multiline textbox)
19041
19042 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
19043
19044         * DataGridBoolColumn.cs: fixes warning
19045
19046 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
19047
19048         * ControlPaint.cs: Fixes methods Dark, DarkDark, Light, LightLight
19049         to match more to match more precisely the MS Net behavior
19050
19051 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
19052
19053         * Hwnd.cs: Added field to track if window is mapped
19054         * XplatUIX11.cs: 
19055           - Unmap windows if they become 0-size, re-map when 
19056             they are >0 again; fixes #76035
19057           - Re-set our error handler after initializing X11Desktop
19058             to override any error handlers Gtk or whatever was called
19059             may have set.
19060
19061 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
19062
19063         * CheckedListBox.cs: Removed unused vars
19064         * ListView.cs: Fixed signatures
19065         * RichTextBox.cs: Removed unused vars
19066         * TextBoxBase.cs: Removed unused vars
19067         * XplatUIWin32.cs: Removed unused vars
19068         * XplatUIX11.cs: Removed unused vars
19069         * XplatUI.cs: Updated version and date to latest published
19070
19071 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
19072
19073         * Cursor.cs: Added private .ctor to work around a bug in
19074           resourceset (Thanks to Geoff Norton for the help on this)
19075         * SplitterEventArgs.cs: Made fields accessible so we don't
19076           waste boatloads of objects and can reuse the same one
19077           in Splitter
19078         * XplatUIWin32.cs(DrawReversibleLine): Now also considers
19079           any captions and borders when generating screen coordinates
19080         * Splitter.cs: Reimplemented control, now fully complete, uses
19081           rubberband drawing, supports and obeys all properties, has
19082           proper cursors
19083
19084 2005-10-13  Miguel de Icaza  <miguel@novell.com>
19085
19086         * Form.cs (Form): Setup default values for autoscale and
19087         autoscale_base_size;  Make these instance variables, not static
19088         variables. 
19089
19090         (OnLoad): on the first load, adjust the size of the form.
19091
19092 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
19093
19094         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added 
19095           width argument to DrawReversibleRectangle()
19096         * XplatUIWin32.cs, XplatUIX11.cs: 
19097           - Implemented width for DrawReversibleRectangle()
19098           - Added logic to DrawReversibleRectangle that recognizes a zero
19099             width or height and only draws a line in that situation
19100         
19101 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com> 
19102
19103         * XplatUI.cs, XplatUIDriver.cs: Added GetAutoScaleSize()
19104         * XplatUIOSX.cs: Stubbed GetAutoScaleSize() method
19105         * XplatUIWin32.cs, XplatUIX11.cs: Implemented GetAutoScaleSize()
19106           method (it uses our FosterParent window to get a graphics context)
19107
19108 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com>
19109
19110         * XplatUI.cs, XplatUIDriver.cs: Removed EraseWindowBackground 
19111           and SetWindowBackground methods
19112         * Control.cs:
19113           - Setting proper ControlStyles
19114           - We no longer call XplatUI.SetWindowBackground and XplatUI.
19115             EraseWindowBackground, instead we draw the window background
19116             ourselves in PaintControlBackground. This behaviour is
19117             required to match MS, where, when OnPaintBackground is not
19118             called, the background is not drawn.
19119           - Removed unneeded Refresh() in set_Text
19120         * Hwnd.cs: Dropped the ErasePending support. No longer needed
19121         * XplatUIX11.cs:
19122           - Created DeriveStyles method to translate from CreateParams to
19123             FormBorderStyle and TitleStyle, also handles BorderStyle (which
19124             matches FormBorderStyle enum values)
19125           - Consolidated SetHwndStyles and CalculateWindowRect border/title
19126             style calculations into single DeriveStyles method
19127           - Fixed CreateWindow to (finally) use Gravity. This prevents X11
19128             from redrawing the whole window on any resize or expose.
19129           - Fixed CreateWindow usage of SetWindowValuemask. Before not
19130             all styles were applied to our whole/client window appropriately
19131           - Removed EraseWindowBackground() and SetWindowBackground() methods
19132           - Removed handling of WM_ERASEBKGND message from DefWndProc, we
19133             no longer clear/redraw the background through X
19134           - Removed handling of erase_pending bit, we have no use for it (or
19135             so it seems)
19136         * XplatUIOSX.cs:
19137           - Removed generation and handling of WM_ERASEBKGND message
19138           - Removed EraseWindowBackground() and SetWindowBackground() methods
19139           - Removed handling of hwnd.ErasePending flag
19140         * XplatUIWin32.cs:
19141           - Removed EraseWindowBackground() and SetWindowBackground() methods
19142           - We no longer call EraseWindowBackground on PaintEventStart, we 
19143             ignore the fErase flag, erasing is handled in Control in the
19144             background handler
19145         * Button.cs, GroupBox.cs, Label.cs, CheckBox.cs, ProgressBar.cs,
19146           LinkLabel.cs, ListControl.cs, TabPage.cs, UpDownBase.cs,
19147           TextBoxBase.cs, TextBox.cs, ListView.cs, ButtonBase.cs, 
19148           CheckedListBox.cs, MdiClient.cs, Panel.cs, DataGrid.cs, 
19149           DataGridTextBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, 
19150           TabControl.cs, ScrollableControl.cs, ToolBar.cs, PictureBox.cs,
19151           DateTimePicker.cs, StatusBar.cs, MonthCalendar.cs: Setting proper ControlStyles
19152
19153 2005-10-12  Jonathan Chambers <jonathan.chambers@ansys.com>
19154
19155         * PropertyGrids.cs: Get sub properties
19156         * PropertyGridView.cs: Fix drawing code
19157
19158 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
19159
19160         * ListBox.cs: Fixes 76383
19161
19162 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
19163
19164         * DataGridTextBoxColumn.cs: Sets location and size before attachment
19165         * ThemeWin32Classic.cs: Fixes border drawing and calculations
19166         * DataGridDrawingLogic.cs: Fixes border drawing and calculations
19167
19168
19169 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
19170
19171         * ComboBox.cs: Fixes border drawing
19172
19173 2005-10-10  Miguel de Icaza  <miguel@novell.com>
19174
19175         * MimeIcon.cs: Ignore errors if the file can not be read.
19176
19177 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
19178
19179         * Theme.cs, ThemeWin32Classic.cs, ListBox.cs:
19180          - Fixed border calculations
19181          - Fixed horizontal scrolling in single column listboxes
19182          - Fixed drawing issues
19183
19184 2005-10-10  Peter Dennis Bartok  <pbartok@novell.com>
19185
19186         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched from BorderStyle to 
19187           FormBorderStyle enum
19188         * XplatUIX11.cs: Switched BorderStyle to FormBorderStyle, added 
19189           code to determine FormBorderStyles from CreateParams
19190         * Form.cs:
19191           - Fixed bug where we'd set the wrong window styles if we were
19192             not creating an MDI window
19193           - Added call to XplatUI.SetBorderStyle when form borders are set
19194         * Control.cs: Casting BorderStyles to accommodate changed XplatUI APIs
19195         * Hwnd.cs:
19196           - Removed obsolete edge style
19197           - Switched from BorderStyle to FormBorderStyle
19198         
19199 2005-10-10  Jackson Harper  <jackson@ximian.com>
19200
19201         * Form.cs: Use the property to get the window handle instead of
19202         accessing it directly. Prevents a null reference exception.
19203
19204 2005-10-10  Jackson Harper  <jackson@ximian.com>
19205
19206         * TreeView.cs: Don't adjust the rect given to DrawString now that
19207         our libgdiplus draws correctly.
19208
19209 2005-10-08  Jackson Harper  <jackson@ximian.com>
19210
19211         * TreeView.cs: Don't try to find the clicked on node if there are
19212         no nodes in the tree.
19213
19214 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
19215
19216         * RichTextBox.cs:
19217
19218           restore
19219
19220 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
19221
19222         * ImageListStreamer.cs, TreeView.cs, UpDownBase.cs, RichTextBox.cs,
19223           ColorDialog.cs, TextControl.cs, Panel.cs, MdiChildContext.cs,
19224           ErrorProvider.cs:
19225           Use ResPool for brushes and dispose System.Drawing objects that
19226           are not used anymore.
19227
19228 2005-10-07  Jackson Harper  <jackson@ximian.com>
19229
19230         * MdiChildContext.cs: Use the new borders instead of drawing them
19231         ourselves.
19232
19233 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
19234
19235         * Calling UpdateBounds after changing the window's BorderStyle 
19236         since the style can change the ClientSize
19237
19238 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19239
19240         * Control.cs: Made PaintControlBackground virtual
19241         * Panel.cs: Overriding PaintControlBackground instead of using paint
19242           event; paint event method was interfering with 'real' users of the
19243           event.
19244
19245 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
19246
19247         * ThemeWin32Classic.cs: remove border drawing since it is handled
19248         by the base control class now and was causing double border drawing.
19249
19250 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19251
19252         * Panel.cs: Redraw our background on paint. Not a pretty solution,
19253           but it does seem to match MS behaviour. This fixes bug #75324
19254
19255 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19256
19257         * XplatUIX11.cs: A better DrawReversibleRectangle version, however
19258           somewhat hackish looking
19259
19260 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
19261
19262         * TextBoxBase.cs:
19263           - We now accept Enter even if AcceptEnter is false, if the containing
19264             form does not have an AcceptButton configured (fixes bug #76355)
19265           - Calculations are now fixed to no longer use Width/Height, but
19266             ClientSize.Width/Height, since we now support borders (this was
19267             a result of fixing borders and therefore bug #76166)
19268           - We no longer show the horizontal scrollbar if TextBox.WordWrap is 
19269             true (fixes bug #76354)
19270         
19271 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19272
19273         * Control.cs: 
19274           - Defaulting BorderStyle and setting it in XplatUI when our window 
19275             is created
19276           - Added enum check to InternalBorderStyle setter
19277         * XplatUIX11.cs: 
19278           - Added drawing of window borders
19279           - Now properly calculates WM decorations offset for toplevel 
19280             windows (fixes bug #74763)
19281         * XplatUIWin32.cs: 
19282           - Implemented BorderStyles for windows (we're letting win32 draw 
19283             the border for us)
19284           - Fixed the signature for SetWindowLong
19285         * PictureBox.cs, DataGrid.cs, TextBoxBase.cs, ToolBar.cs, Panel.cs,
19286           ListBox.cs, Label.cs: Now uses Control.InternalBorderStyle for 
19287           setting borders
19288         * UpDownBase.cs: Remove drawing of borders, this is handled by
19289           the driver, outside the client area
19290         * ListView.cs: Removed bogus border calculations. The control should
19291           be oblivious to borders, since those are not part of the client
19292           area. 
19293         * X11DesktopColors.cs: Commented out (currently) unneeded variables
19294         * ThemeWin32Classic.cs: Removed border calculations from ListView 
19295           drawing code
19296
19297 2005-10-06  Jackson Harper  <jackson@ximian.com>
19298
19299         * MdiChildContext.cs: Clear out the old virtual position remove
19300         all the unneeded calls to CreateGraphics.
19301
19302 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
19303
19304         * TextControl.cs: Use proper color for highlighted text; fixes #76350
19305
19306 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
19307
19308         * Form.cs: 
19309           - Added loading and setting of our new default icon
19310           - Only set icon if window is already created
19311
19312 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19313
19314         * Label.cs:
19315           - Do not explicitly set the foreground and background colors, to
19316             allow inheriting from parents (fixes #76302)
19317           - Use Control's InternalBorderStyle property to deal with borders
19318
19319 2005-10-06  Jackson Harper  <jackson@ximian.com>
19320
19321         * MdiChildContext.cs: Use the new xplatui function to draw a
19322         reversible rect.
19323
19324 2005-10-06  Jackson Harper  <jackson@ximian.com>
19325
19326         * Form.cs: Add the parent before creating the child context cause
19327         we need the parent when setting up the child.
19328
19329 2005-10-06  Jackson Harper  <jackson@ximian.com>
19330
19331         * FolderBrowserDialog.cs: redo the tree population code so a
19332         second thread isn't used. Should be a lot faster and more stable
19333         now.
19334
19335 2005-10-05  Jackson Harper  <jackson@ximian.com>
19336
19337         * TreeView.cs: There are no expand/collapse boxes if the node has
19338         no children.
19339
19340 2005-10-05  Jackson Harper  <jackson@ximian.com>
19341
19342         * X11DesktopColors.cs: Get menu colours for the gtk theme.
19343
19344 2005-10-05  Alexander Olk  <alex.olk@googlemail.com>
19345
19346         * FileDialog.cs: Fix InitialDirectory
19347
19348 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
19349
19350         * ComboBox.cs:
19351                 - Fixes changing between styles
19352                 - Fixes simple mode
19353                 - Fixes last item crashing when navigating with keyboard
19354
19355 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
19356
19357         * LinkLabel.cs: Related to 76045. Stops the LinkLabel been drawn as a Label
19358
19359 2005-10-05  Jackson Harper  <jackson@ximian.com>
19360
19361         * TreeView.cs: If updating the root node do a full refresh.
19362         * TreeNode.cs: The root node should be expanded by default. Also
19363         added a utility prop to tell if we are the root node.
19364         * TreeNodeCollection.cs: Only refresh if the node we are being
19365         added to is expanded. Also added a comment on a potential
19366         optimization.
19367         
19368 2005-10-04  Peter Dennis Bartok  <pbartok@novell.com>
19369
19370         * Cursor.cs, Hwnd.cs: Added call to GC.SuppressFinalize() 
19371           in dispose method. Fixes #76330
19372
19373 2005-10-04  Jordi Mas i Hernandez <jordi@ximian.com>
19374
19375         * ListView.cs, ThemeWin32Classic.cs, ListViewItem.cs:
19376
19377                 - Implements vertical and horizontal scrolling using XplatUI
19378                 - Fixes keyboard navagation
19379                 - Fixes EnsureVisible
19380                 - Drawing fixes
19381                 - Handles and draws focus properly
19382
19383
19384 2005-10-04  Kornél Pál  <kornelpal@hotmail.com>
19385
19386         * ImageList.cs: Use upper case initials for internal fields. ImageStream:
19387           Create handle. NET_2_0: Destroy handle when value is null.
19388
19389 2005-10-03  Jackson Harper  <jackson@ximian.com>
19390
19391         * ScrollBar.cs: My last scrollbar patch was broken. This is a
19392         revert and a new patch to prevent the thumb from refreshing so
19393         much.
19394
19395 2005-10-02  Jackson Harper  <jackson@ximian.com>
19396
19397         * ScrollBar.cs: Don't update position if it hasn't actually
19398         changed. This occurs when you hold down the increment/decrement
19399         buttons and the thumb gets to the max/min.
19400
19401 2005-10-01  Jackson Harper  <jackson@ximian.com>
19402
19403         * Form.cs:
19404         * MdiChildContext.cs:
19405         * MdiClient.cs: Implement ActiveMdiChild in Form.
19406
19407 2005-10-01  Jordi Mas i Hernandez <jordi@ximian.com>
19408
19409         * ComboBox.cs: Include ComboBoxEdit flag for the edit item
19410
19411 2005-10-01  Peter Dennis Bartok  <pbartok@novell.com>
19412
19413         * X11DesktopColors.cs: Bow out gracefully if the Gtk libs cannot
19414           be found
19415
19416 2005-09-30  Jackson Harper  <jackson@ximian.com>
19417
19418         * ListBox.cs: Don't do a full refresh unless some data has
19419         actually changed.
19420
19421 2005-09-30  Jackson Harper  <jackson@ximian.com>
19422
19423         * TreeView.cs: Make sure that the checkboxes size is factored in
19424         even when not visible.
19425
19426 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
19427
19428         * FileDialog.cs: Fix Jordi's build break
19429
19430 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
19431
19432         * FileDialog.cs: 
19433                 - Use standard the Windows colours for the combobox as espected
19434                 - Dispose objects that use resouces when no longer need them
19435
19436 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
19437
19438         * X11DesktopColors.cs: Initial incomplete implementation
19439         * XplatUIX11.cs: Added call to initialize X11DesktopColors
19440
19441 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com>
19442
19443         * Theme.cs: 
19444           - Switched Theme color names to match the names defined in 
19445             System.Drawing.KnownColors. Life's hard enough, no need to make 
19446             it harder.
19447           - Added setters to all theme color properties so themes can set
19448             their color schemes. The setters also propagate the color changes
19449             to System.Drawing.KnownColors via reflection
19450         * ControlPaint.cs,  Label.cs, TextControl.cs, ToolTip.cs, ThemeNice.cs,
19451           ComboBox.cs, MdiChildContext.cs, TextBoxBase.cs, DateTimePicker.cs
19452           DataGridColumnStyle.cs, MonthCalendar.cs, TreeView.cs: Updated to
19453           use the new, more logical theme color names
19454         * XplatUIWin32.cs: Updated the GetSysColorIndex enum to include new
19455           post-NT colors
19456         * ThemeWin32Classic.cs:
19457           - Removed code to set the old classic Windows colors. Instead it
19458             now relies on the colors returned by System.Drawing.KnownColors
19459             which will be either modern static colors (Unix) or colors
19460             read from the user's configuration (Win32)
19461           - Updated to use the new, more logical theme color names
19462           - Switched DataGrid drawing code to use only Theme colors instead of
19463             a mix of System.Drawing.KnownColors and Theme colors
19464           - DrawFrameControl(): Removed code that fills the button area, the
19465             fill would overwrite any previous fill done by a control. This
19466             fixes bug #75338 
19467           - Added DrawReversibleRectangle() stub
19468         * ScrollableControl.cs: Set visible state to false when scrollbars
19469           are removed (pdn fix)
19470         * XplatUI.cs, XplatUIOSX.cs, XplatUIDriver.cs: Added 
19471           DrawReversibleRectangle() method to allow drawing primitive 
19472           'rubber bands'
19473         * XplatUIX11.cs: Implemented DrawReversibleRectangle()
19474
19475 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19476
19477         * ImageList.cs: Add(Icon): Create handle.
19478
19479 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
19480
19481         * ListView.cs:
19482         * ThemeWin32Classic.cs:
19483                 - Fixes detail mode
19484                 - Sets clippings
19485                 - Issues with drawing
19486
19487 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19488
19489         * ImageList.cs: Moved RecreateHandle back to ImageList as event
19490           source has to be the ImageList.
19491
19492 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19493
19494         * ImageList.cs: Add(Icon): Use Graphics.DrawIcon instead of Icon.ToBitmap.
19495
19496 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19497
19498         * ImageList.cs: ReduceColorDepth: Clean up pointer operations.
19499
19500 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19501
19502         * ImageList.cs: ImageCollection: Removed owner field as it is no more used.
19503
19504 2005-09-29  Jonathan Chambers <jonathan.chambers@ansys.com>
19505         * GridItem.cs: Fixed TODOs
19506         * GridItemCollection.cs: Added ICollection interface
19507
19508 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19509
19510         * ImageList.cs: Resize icons when needed.
19511
19512 2005-09-29  Jordi Mas i Hernandez <jordi@ximian.com>
19513
19514         * ListViewItem.cs
19515                 - Fixes GetBounds and returns on screen rects
19516         * ListView.cs:
19517                 - Fixes vertical and horzintal scrolling of items
19518         * ThemeWin32Classic.cs:
19519                 - Fixes drawing
19520                 
19521 2005-09-29  Raja R Harinath  <harinath@gmail.com>
19522
19523         * ImageList.cs (ImageStream) [NET_2_0]: Reflect re-factoring.
19524
19525 2005-09-29  Kornél Pál  <kornelpal@hotmail.com>
19526
19527         * ImageList.cs: Added comments about handle creation. Moved Handle,
19528           HandleCreated and OnRecreateHandle implementations to ImageCollection.
19529           Handle is created in Add methods.
19530
19531 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
19532          
19533         * DataGridDrawingLogic.cs: 
19534                 - Takes rows into account on Colum calculations
19535                 - Returns the column when clickig
19536         * DataGrid.cs:
19537                 - Fixes default HitTestInfo values
19538                 - Fixes HitTestInfo.ToString
19539                 - Fixes ResetBackColor          
19540         
19541 2005-09-28  Jackson Harper  <jackson@ximian.com>
19542
19543         * MdiChildContext.cs: Obey rules for fixed sized windows (no
19544         sizing or cursor changes). Also added some temp code to draw the
19545         titlebars text (Makes dev a little easier).
19546
19547 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
19548
19549         * ImageList.cs: AddStrip: Throw ArgumentException when Image is not a Bitmap.
19550
19551 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
19552          
19553         * ListBox.cs: Fixes bug 76253
19554
19555 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
19556
19557         * ImageList.cs: Added comments about the current implementation. Added
19558           ReduceColorDepth, IndexedColorDepths and GetNearestColor to can use
19559           Format32bppArgb to preserve transparency and can use Graphics.FromImage
19560           while using the specified ColorDepth. ReduceColorDepth uses unsafe code
19561           with Bitmap.LockBits for better performance. Revised the whole file to
19562           match MS.NET behaviour and provide better performance. Non-public
19563           interface members are calling public members even when they throw
19564           NotSupportedException for better maintainability. Moved ColorDepth,
19565           ImageSize, ImageStream and TransparentColor implementations to
19566           ImageCollection for better performance as these properties are not used
19567           by ImageList.
19568         * ImageListStreamer.cs: Added a new internal constructor that takes an
19569           ImageList.ImageCollection and serializes Images based on
19570           ImageCollection.ToArray(). Renamed ImageColorDepth to ColorDepth to
19571           match ImageList property name.
19572
19573 2005-09-28  Kazuki Oikawa <kazuki@panicode.com>
19574
19575         * ListBox.cs: Fixes IndexFromPoint for last item
19576
19577 2005-09-27  Jackson Harper  <jackson@ximian.com>
19578
19579         * Form.cs: Set the position of new mdi children correctly.
19580
19581 2005-09-27  Jackson Harper  <jackson@ximian.com>
19582
19583         * MdiClient.cs: New mdi children need to be added to the back of
19584         the controls collection so the zorder is set correctly. Also add a
19585         count of all the child windows that have been created.
19586
19587 2005-09-27  Jackson Harper  <jackson@ximian.com>
19588
19589         * Form.cs (CreateParams): Setup MDI forms correctly.
19590
19591 2005-09-27  Jackson Harper  <jackson@ximian.com>
19592
19593         * MdiChildContext.cs:
19594         * MonthCalendar.cs:
19595         * UpDownBase.cs:
19596         * ListBox.cs:
19597         * ListView.cs:
19598         * TextBoxBase.cs:
19599         * TreeView.cs:
19600         * ScrollableControl.cs:
19601         * ComboBox.cs: Add implicit controls using the new implict control
19602         functionality in ControlCollection. Also try to block multiple
19603         control add in a suspend/resume layout to save some cycles.
19604         
19605 2005-09-27  Jackson Harper  <jackson@ximian.com>
19606
19607         * Control.cs: Add functionality to the controls collection to add
19608         'implicit controls' these are controls that are created by the
19609         containing control but should not be exposed to the user. Such as
19610         scrollbars in the treeview.
19611         * Form.cs: The list var of the ControlsCollection is no longer
19612         available because of the potential of implicit controls getting
19613         ignored by someone accessing the list directly.
19614
19615 2005-09-26  Peter Dennis Bartok  <pbartok@novell.com>
19616
19617         * Control.cs: Fixed SetChildIndex; it no longer causes a child to
19618           loose it's parent. (Fixed bug introduced in r49103 when we added
19619           setting the child parent to null on Remove)
19620
19621 2005-09-26  Gert Driesen  <drieseng@users.sourceforge.net>
19622
19623         * DataGridBoolColumn.cs: Marked CheckState private to fix public API.
19624         * Splitter.cs: Added missing attributes for BorderStyle property.
19625         * TextBoxBase.cs: Marked Calculate* methods internal.
19626         * TextBox.cs: Fixed DefaultValue for PasswordChar property to match
19627         MS.NET.
19628
19629 2005-09-26  Jordi Mas i Hernandez <jordi@ximian.com>
19630          
19631         * ListBox.cs: Fixes navigation to the last item in multicolumn lists
19632
19633 2005-09-25  Jackson Harper  <jackson@ximian.com>
19634
19635         * TreeView.cs: Update the node bounds correctly regardless of
19636         whether the node is visible.
19637
19638 2005-09-25  Jackson Harper  <jackson@ximian.com>
19639
19640         * ImageList.cs: Don't dispose the image after it is added to the
19641         image list. Only reformat images that need to be resized.
19642
19643 2005-09-25  Jackson Harper  <jackson@ximian.com>
19644
19645         * ImageList.cs: Don't set the format when changing the image.
19646
19647 2005-09-25  Jackson Harper  <jackson@ximian.com>
19648
19649         * TreeView.cs: We can't just assume the node has a font. Use the
19650         treeviews font if no node font is available.
19651
19652 2005-09-25  Jackson Harper  <jackson@ximian.com>
19653
19654         * TreeView.cs: Allow the scrollbars to be reset with negative
19655         values.
19656         - Don't add scrollbars to negative sized windows.
19657
19658 2005-09-23  Jackson Harper  <jackson@ximian.com>
19659
19660         * XplatUIX11.cs: Update to use Mono.Posix.Native instead of plain
19661         old Mono.Posix. Also remove some stray code that shouldn't have
19662         been committed.
19663
19664 2005-09-23  Jackson Harper  <jackson@ximian.com>
19665
19666         * TreeView.cs: Attempt at proper sizing of the horizontal
19667         scrollbar. Also don't resize the scrollbars unless they are
19668         visible.
19669
19670 2005-09-23  Jackson Harper  <jackson@ximian.com>
19671
19672         * TreeView.cs: We don't need to expand the invalid area when the
19673         selection changes, as this is all drawn in the node's bounding
19674         box. The area needs to be expanded (previous typo was contracting
19675         it) when the focus rect moves.
19676
19677 2005-09-23  Jackson Harper  <jackson@ximian.com>
19678
19679         * TreeView.cs: Display the selection box under the correct
19680         circumstances. We were rendering white text with no selection box
19681         before.
19682
19683 2005-09-23  Peter Dennis Bartok  <pbartok@novell.com>
19684
19685         * TextControl.cs(Split): Now updates selection start/end if it points 
19686           into a line that's being split. Fixes a FIXME and bug #75258
19687
19688 2005-09-23  Jackson Harper  <jackson@ximian.com>
19689
19690         * Binding.cs:
19691         * ListControl.cs: Don't use the path when retrieving binding
19692         managers from the binding context. My bat sense tells me that the
19693         path is only used on insertion.
19694
19695 2005-09-22  Jackson Harper  <jackson@ximian.com>
19696
19697         * Splitter.cs: Set the cursor an easier way. (Thanks peter).
19698
19699 2005-09-22  Jackson Harper  <jackson@ximian.com>
19700
19701         * Splitter.cs: There are special cursors used for splitting.
19702         * XplatUIX11.cs: The VSplit and HSplit cursors were backwards.
19703
19704 2005-09-22  Jackson Harper  <jackson@ximian.com>
19705
19706         * Splitter.cs: Change the cursor appropriately when the splitter
19707         is moused over, so the user actually knows there is a splitter
19708         there.
19709
19710 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
19711
19712        * Label.cs : Fix ToString method to give same output as MS.NET
19713
19714 2005-09-22  Jackson Harper  <jackson@ximian.com>
19715
19716         * TreeView.cs: Create the scrollbars when the handle is created
19717         and add them right away, just make them invisble. Also account for
19718         the window being shrunk vertically to the point that the vert
19719         scrollbar needs to be added.
19720         - Remove some 0.5 adjustments to get around anti aliasing issues.
19721         
19722 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
19723          
19724         * MainMenu.cs: Fixes default value
19725         * MenuItem.cs: Fixes default value
19726
19727 2005-09-22  Kazuki Oikawa  <kazuki@panicode.com>
19728
19729         * AsyncMethodResult.cs: Fixes Control.Invoke is blocked infinitely.
19730
19731 2005-09-21  Jackson Harper  <jackson@ximian.com>
19732
19733         * Control.cs: Don't try to set the border style on the window if
19734         it hasn't been created. When the window is created the border
19735         style will be used.
19736
19737 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
19738
19739         * Control.cs (Update): Don't call XplatUI if we don't have a
19740           window handle yet
19741
19742 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
19743
19744         * ContainerControl.cs: Instead of throwing an exception, print
19745           a one-time warning about Validate not being implemented
19746         * XplatUIWin32.cs: Removed debug output
19747
19748 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
19749
19750         * Control.cs: Only set XplatUI background if we expect the windowing
19751           system to handle the background. This stops controls that draw their
19752           own background from flickering
19753
19754         * XplatUIX11.cs: Support custom visuals and colormaps for window 
19755           creation. This allows, amongst other things, using MWF X11 windows 
19756           with OpenGL.
19757
19758 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
19759
19760         * OpenFileDialog.cs, ContentsResizedEventArgs.cs, LibSupport.cs, GridItem.cs,
19761           CursorConverter.cs, SplitterEventHandler.cs, PropertyGridTextBox.cs,
19762           GridTablesFactory.cs, MethodInvoker.cs, AccessibleEvents.cs,
19763           SplitterEventArgs.cs, XplatUI.cs, Mime.cs, PropertySort.cs,
19764           TreeViewCancelEventHandler.cs, Form.cs, PropertyGridCommands.cs,
19765           IDataGridEditingService.cs, DateBoldEventHandler.cs, Label.cs,
19766           KeyboardLayouts.cs, TextControl.cs, ProgressBar.cs, ToolTip.cs,
19767           RadioButton.cs, OSFeature.cs, LinkLabel.cs, ColorDialog.cs,
19768           ThemeNice.cs, ErrorIconAlignment.cs, TreeNode.cs, MimeGenerated.cs,
19769           ComboBox.cs, DataGridTextBoxColumn.cs, ArrangeStartingPosition.cs,
19770           GridColumnStylesCollection.cs, 
19771           IDataGridColumnStyleEditingNotificationService.cs,
19772           PropertyGrid.cs, IFeatureSupport.cs, ICommandExecutor.cs,
19773           MdiLayout.cs, GridEntry.cs, ControlBindingsCollection.cs,
19774           GridTableStylesCollection.cs, TreeViewCancelEventArgs.cs, 
19775           TreeNodeCollection.cs, AmbientProperties.cs, 
19776           RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
19777           DataObject.cs, ErrorProvider.cs, Splitter.cs,
19778           DataGridLineStyle.cs, Shortcut.cs, Control.cs,
19779           FontDialog.cs, SecurityIDType.cs, GridItemType.cs,
19780           BindingMemberInfo.cs, DataGridCell.cs, MdiChildContext.cs,
19781           IRootGridEntry.cs, PropertyGridView.cs, DataGridParentRowsLabelStyle.cs,
19782           FolderBrowserDialog.cs, OpacityConverter.cs, HelpProvider.cs,
19783           IComponentEditorPageSite.cs, DataGridTableStyle.cs, NavigateEventArgs.cs,
19784           NotifyIcon.cs, ContentsResizedEventHandler.cs, MenuItem.cs,
19785           PropertyTabChangedEventHandler.cs, TextBoxBase.cs, OpenTreeNodeEnumerator.cs,
19786           SelectionMode.cs, TextBox.cs, ListBindingConverter.cs,
19787           FileDialog.cs, KeysConverter.cs, DomainUpDown.cs,
19788           DataFormats.cs, SaveFileDialog.cs, GridItemCollection.cs,
19789           ArrangeDirection.cs, FeatureSupport.cs, SelectionRangeConverter.cs,
19790           RichTextBoxScrollBars.cs, NodeLabelEditEventHandler.cs, TreeNodeConverter.cs,
19791           MimeIcon.cs, X11Structs.cs, PropertyGridEntry.cs,
19792           ImageList.cs, ThemeWin32Classic.cs, X11Keyboard.cs,
19793           CheckedListBox.cs, HelpNavigator.cs, DateTimePickerFormat.cs,
19794           MdiClient.cs, DataGridDrawingLogic.cs, DataGridBoolColumn.cs,
19795           NodeLabelEditEventArgs.cs, Screen.cs, PropertyManager.cs,
19796           ComponentModel.cs, PropertiesTab.cs, CurrencyManager.cs,
19797           SizeGrip.cs, DateBoldEventArgs.cs, X11Dnd.cs, Panel.cs,
19798           Hwnd.cs, OSXStructs.cs, DrawMode.cs, XplatUIDriver.cs,
19799           RichTextBox.cs, PropertyTabChangedEventArgs.cs, CommonDialog.cs,
19800           DataGrid.cs, XplatUIX11.cs, RichTextBoxStreamType.cs, Win32DnD.cs,
19801           ErrorBlinkStyle.cs, TreeViewEventHandler.cs,
19802           PropertyValueChangedEventHandler.cs, IFileReaderService.cs,
19803           DataGridTextBox.cs, SelectedGridItemChangedEventArgs.cs, ScrollBar.cs,
19804           ListBox.cs, TreeViewAction.cs, Help.cs, TrackBar.cs,
19805           AxHost.cs, PropertyValueChangedEventArgs.cs, XplatUIOSX.cs,
19806           RichTextBoxFinds.cs, UpDownEventArgs.cs, Cursors.cs,
19807           CategoryGridEntry.cs, RichTextBoxWordPunctuations.cs, DataGridColumnStyle.cs,
19808           SelectedGridItemChangedEventHandler.cs, DateTimePicker.cs, NavigateEventHandler.cs,
19809           Clipboard.cs, UpDownEventHandler.cs, MonthCalendar.cs,
19810           SendKeys.cs, DataGridPreferredColumnWidthTypeConverter.cs, TreeView.cs,
19811           ThreadExceptionDialog.cs, ImageListConverter.cs, XplatUIWin32.cs,
19812           TreeViewEventArgs.cs: Fixed whitespace and set eol-style:native attribute
19813
19814 2005-09-21  Jackson Harper  <jackson@ximian.com>
19815
19816         * TreeNode.cs: Call Before/After Expand not Collapse when
19817         expanding.
19818
19819 2005-09-20  Jackson Harper  <jackson@ximian.com>
19820         
19821         * XplatUIX11.cs: Use the more hand looking hand (in most themes).
19822
19823 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
19824          
19825         * ListViewItem.cs:
19826                 - Fixes bug 76120
19827                 - Fixes proper storing of subitems
19828                 - Fixes not updated items
19829
19830 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com>
19831
19832         * Control.cs, TextBoxBase.cs, TextControl.cs: Don't do certain
19833           things if our window handle isn't created yet. Also disabled 
19834           debug for TextBoxBase
19835
19836 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com> 
19837
19838         * MenuAPI.cs: Remove filtering of events to allow menu usage
19839
19840 2005-09-20  Miguel de Icaza  <miguel@novell.com>
19841
19842         * Cursor.cs: Allow null to be passed to Cursor.Current.
19843
19844 2005-09-20  Alexander Olk  <alex.olk@googlemail.com>
19845
19846         * ThemeWin32Classic.cs:
19847           - Change some private methods/fields to protected virtual so that 
19848             they can be accessed and overriden in derived classes
19849           - First refactoring of some methods. Derived themes now don't 
19850             need to duplicate the complete code from ThemeWin32Classic
19851         * ThemeNice.cs:
19852           - Added nice StatusBar
19853           - Derive from ThemeWin32Classic and not Theme
19854           - Removed duplicate ThemeWin32Classic code
19855
19856 2005-09-20  Miguel de Icaza  <miguel@novell.com>
19857
19858         * Control.cs (ControlCollection.Add): If the value null is passed
19859         the control is ignored. 
19860
19861         Optimize this loop.
19862
19863 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com> 
19864
19865         * MenuAPI.cs: Replaced Application.Run() with a loop that tracks
19866           PostQuitMessage state.
19867         * XplatUIWin32.cs: Removed bogus PostQuitMessage P/Invoke with HWND arg
19868
19869 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com>
19870
19871         * Application.cs: Our constructor will never get called, move 
19872           initialization to fields; fixes bug #75933
19873
19874 2005-09-19 Hisham Mardam Bey <hisham.mardambey@gmail.com>
19875
19876         * FileDialog.cs :
19877                 - Allow files to be selected properly using file name
19878                 combo box.
19879                 - Add ability to change diretory (absolute / relative)
19880                 using file name combo box.
19881
19882 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
19883          
19884         * ListBox.cs: 
19885                 - Fixes Multicolumn listboxes item wrong calculations
19886                 - Allows to click when only one item is in the listbox
19887                 - Fixes crash when no items using keyboard navigation
19888
19889 2005-09-16  Alexander Olk  <alex.olk@googlemail.com>
19890
19891         * ComboBox.cs: Reverted almost everything from the latest patch which
19892           broke ComboBox
19893
19894 2005-09-16  Kazuki Oikawa <kazuki@panicode.com>
19895         
19896         * ToolTip.cs:
19897                 - Fixed #Mtd2 of ToolTipTest.RemoveToolTipTest.
19898         * ComboBox.cs:
19899                 - When DropDownStyle is Simple, it does not show scrollbar 
19900                 to the last item of the list.
19901                 - When DropDownStyle is Simple, it crashed when the list was 
19902                 scrolled down with the down cursor key.
19903                 - Fixed a bug that when DropDownStyle is DropDownList, the 
19904                 selected item was not shown.
19905                 - The position of the selected item was not preserved when 
19906                 the next dropdown happened.
19907         * ThemeWin32Classic.cs:
19908                 - Items were wrapped at the right end.
19909         * CheckedListBox.cs:
19910                 - Fixed Add method
19911         * ListBox.cs:
19912                 - Items should be fully shown.
19913                 - When resizing and vertical scrollbar disappeared, the item 
19914                 of index 0 should be on the top of the list.
19915                 - GetItemRectangle should consider the size of ver. scrollbar
19916         * StatusBar.cs:
19917                 - SizingGrip area should not be allocated when it is not 
19918                 displayed.
19919                 - Now it reflects MinWidth of the containing panel and 
19920                 fixed a crash that happens when its width becomes so small.
19921
19922 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
19923
19924         * CheckedListBox.cs: Fixes bug 76028
19925         * ListBox.cs: Fixes bug 76028
19926
19927 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
19928
19929         * ThemeWin32Classic.cs: Sets clipping on DataGridPaintRowsHeaders
19930         * DataGridDrawingLogic.cs: fixes issues with Datagrid drawing
19931
19932 2005-09-12  Jordi Mas i Hernandez <jordi@ximian.com>
19933
19934         * XplatUIX11.cs: fixes System.NullReferenceException in some situations
19935
19936 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
19937
19938         * IRootGridEntry.cs: Changed namespace to PropertyGridInternal 
19939
19940 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
19941
19942         * IRootGridEntry.cs: Added
19943         * PropertyGridCommands.cs: Added
19944         * PropertiesTab.cs: Added missing methods and property
19945         * PropertyGridView.cs: Made class internal
19946         * PropertyGridTextBox.cs: Made class internal
19947
19948 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
19949
19950         * MimeIcon.cs: Try to check some other environment variables
19951           if "DESKTOP_SESSION" returns "default"
19952
19953 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
19954
19955         * ThemeNice.cs: Corrected background colors (e.g. menus)
19956         * ColorDialog.cs: Use correct background colors for controls
19957
19958 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
19959
19960         * ThemeNice.cs: Merged r49535 from ThemeWin32Classic
19961
19962 2005-09-08  Peter Dennis Bartok  <pbartok@novell.com>
19963
19964         * RichTextBox.cs: Added initial implementation
19965         * lang.cs: Removed. Was accidentally checked in long time ago
19966         * TODO: Removed. Contents were obsolete
19967
19968 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
19969                                                                                 
19970         * PropertiesTab.cs : Added
19971
19972 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
19973                                                                                 
19974         * PropertyGrid.cs : Update
19975         * PropertyGridView.cs : Update
19976         * System.Windows.Forms.resx : Added images and strings
19977
19978 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com> 
19979
19980         * ThemeNice.cs: Do not dispose Pens retrieved from ResPool
19981  
19982 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com>
19983
19984         * XplatUIX11.cs: Force a flush after Ungrab; if case the app enters
19985           a busy loop right after the Ungrab the X11 display is otherwise 
19986           blocked
19987
19988 2005-09-06  Jordi Mas i Hernandez <jordi@ximian.com>
19989
19990         * ThemeWin32Classic.cs: Optimise the use of clipping
19991
19992 2005-09-05  Jordi Mas i Hernandez <jordi@ximian.com>
19993
19994         * DataGrid.cs: fixes recursion bug
19995
19996 2005-09-03  Alexander Olk  <alex.olk@googlemail.com>
19997
19998         * ThemeNice.cs: 
19999           - Draw RadioButton and CheckBox Buttons with DrawButtonBase
20000           - Cleanup
20001
20002 2005-09-02  Alexander Olk  <alex.olk@googlemail.com>
20003
20004         * ThemeNice.cs: Draw nice ProgressBars
20005
20006 2005-09-01  Miguel de Icaza  <miguel@novell.com>
20007
20008         * VScrollBar.cs: Another buglet found by Aaron's tool. 
20009
20010         * ProgressBar.cs: Fix three recursive bugs found by Aaron Tomb's
20011         bug finder.
20012
20013 2005-08-30  Alexander Olk  <alex.olk@googlemail.com>
20014
20015         * ThemeNice.cs:
20016           - Added nicer menu drawing
20017           - Updated DrawTab
20018           - some refactoring
20019
20020 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
20021
20022         * CreateParams.cs (ToString): Made output match MS
20023         * Control.cs (Text): Don't set Text or Focus via XplatUI unless 
20024             handle is already created (to avoid forcing window creation)
20025         * XplatUIX11.cs: Set window text to caption after creating window,
20026           in case Text was set before window was created
20027         * Form.cs: Use this.Text instead of a static string as caption
20028
20029 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
20030
20031         * NotifyIcon.cs: Don't set the window to visible; this screws
20032           up Win32 (causes WM_NCPAINT to be sent on Win32, which calls
20033           OnPaint without a bitmap)
20034         * XplatUIX11.cs: Removed Visible optimization in AddExpose; doesn't 
20035           happen very often anyway; we could add the check to the WM_PAINT 
20036           event generation code
20037
20038 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
20039
20040         * NotifyIcon.cs: Fill the icon area with a background color, to 
20041           avoid 'residue' when transparent icons are drawn
20042         * XplatUIX11.cs:
20043           - Handle whole_window == client_window when destroying windows
20044           - SystrayAdd(): Set client_window to whole_window value to
20045             get mouse and other events passed to NotifyIcon
20046
20047 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
20048
20049         * Form.cs: Set proper default for Opacity property
20050         * NotifyIcon.cs:
20051           - ShowSystray(): Don't bother creating telling the OS
20052             about the systray item if no icon is provided
20053           - Now handles WM_NCPAINT message to deal with whole/client window
20054             split
20055           - Create window as visible to not get caught by Expose optimization
20056         * Hwnd.cs: Removed debug message
20057         * ComboBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, TabControl.cs,
20058           StatusBar.cs, TreeView.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched 
20059             PaintEventStart/End to use new client argument
20060         * TextBoxBase.cs:
20061           - Commented out debug messages
20062           - Switched PaintEventStart/End to use new client argument
20063         * XplatUI.cs: Added client window bool to PaintEventStart()/
20064           PaintEventEnd() calls, to support drawing in non-client areas
20065         * XplatUIDriver.cs: 
20066           - Added client window bool to PaintEventStart()/PaintEventEnd() 
20067             calls, to support drawing in non-client areas
20068           - Added conditional compile to allow using MWF BeginInvoke 
20069             on MS runtime
20070         * XplatUIX11.cs:
20071           - Added some conditional debug output
20072           - Fixed SystrayAdd() method to support new (for SystrayAdd, anyway)
20073             whole/client window split
20074           - Implemented handling of client argument to PaintEventStart()/End()
20075         * Control.cs:
20076           - Throw exception if BeginInvoke() is called and the window handle
20077             or one of the window's parent handles is not created
20078           - Added conditional compile to allow using MWF BeginInvoke on
20079             MS runtime
20080           - get_Parent(): Only sets parent if handle is created. This avoids
20081             forcing window handle creation when parent is set.
20082           - Now fires Layout and Parent changed events in proper order
20083           - Switched to use Handle instead of window.Handle for Z-Order setting,
20084             the get_Parent() patch above causes us to possibly get null for 'window'
20085           - Implemented handling of client argument to PaintEventStart()/End()
20086           - Now reports back to windows that WM_SETCURSOR was handled (to avoid
20087             default handling)
20088           - Now sends a Refresh() to all child windows when Refresh() is called
20089
20090 2005-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
20091
20092         * Form.cs: Added (non-functional) Opacity property
20093         * XplatUIWin32.cs (SystrayAdd): Removed bogus line of code
20094
20095 2005-08-29  Alexander Olk  <xenomorph2@onlinehome.de>
20096         * ThemeNice.cs: New theme for MWF, based on ThemWin32Classic
20097           use export MONO_THEME=nice to activate it.
20098           Currently supported controls:
20099           - Button
20100           - ComboBox
20101           - ScrollBar
20102           - TabControl (TabAlignment.Top only, other will follow)
20103         * ThemeEngine.cs: Add theme nice
20104         * ButtonBase.cs: Redraw button on MouseEnter and MouseLeave everytime,
20105           if enabled
20106
20107 2005-08-25  Jonathan Chambers  <jonathan.chambers@ansys.com> 
20108
20109         * Splitter.cs: Resize docked control and its neighbor.
20110
20111 2005-08-24  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
20112         -- Making Windows with Menus layout correctly --
20113         * Form.cs : The first leg of the fix
20114                 Menu setter - adjust Client Size as needed to make space for the menu
20115                 SetClientSizeCore - doesn't call base version to be able to pass the 
20116                         menu handle to XplatUI.CalculateWindowRect
20117         * Hwnd.cs: Fix for menu_height, now gets from MenuAPI.MENU
20118         * XplatUIX11.cs: The critical second leg of the fix
20119                 GetWindowPos needs to use a recalculated client_rect
20120                 so that resizing the window doesn't break layout of child controls. 
20121                 Also a more complete rule to avoid X Server roundtrips in SetWindowPos
20122                 Lots of \t\n killed
20123
20124 2005-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
20125
20126         * Label.cs: Now properly recalculates width and height on Font and Text
20127           changes if AutoSize is set
20128
20129 2005-08-19  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
20130         * TreeView.cs : Revamped drawing logic, and support for FullRowSelect
20131
20132 2005-08-19  Jordi Mas i Hernandez <jordi@ximian.com>
20133
20134         * ImageList.cs: Makes ToString method compatible with MS
20135
20136 2005-08-18  Jordi Mas i Hernandez <jordi@ximian.com>
20137
20138         * MenuAPI.cs: fixes bug 75716
20139
20140 2005-08-11 Umadevi S <sumadevi@novell.com>
20141         * Control.cs: Fixed Remove & RemoveAt to make the parent of the control null.
20142
20143 2005-08-11 Umadevi S <sumadevi@novell.com>
20144         * Contorl.cs: Fixed ResetRightToLeft and ResetImeMode to work correctly
20145
20146 2005-08-10  Umadevi S <sumadevi@novell.com>
20147         * CheckedListBox.cs: Fixed event firing on Adding to the CheckedListBox
20148
20149 2005-08-07  Jordi Mas i Hernandez <jordi@ximian.com>
20150
20151         * Menu.cs: fixes bug 75700
20152         * MenuAPI.cs: fixes navigation issues
20153
20154 2005-08-09  Umadevi S <sumadevi@novell.com>
20155         * CheckedListBox.cs - simple fix for GetItemChecked.
20156
20157 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
20158
20159         * ComboBox.cs: Serveral fixes
20160         * ListBox.cs: Serveral fixes
20161
20162 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
20163
20164         * ComboBox.cs: Fixes FindString methods and GetItemHeight
20165         * ListBox.cs: Fixes FindString methods
20166
20167 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
20168
20169         * DataGrid.cs: fixes bugs exposed by new tests
20170
20171 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com> 
20172
20173         * Mime.cs: Compile Mono assembly references only if compiling
20174           with Mono (Allows to build with VS.Net again)
20175
20176 2005-07-28  Marek Safar  <marek.safar@seznam.cz>
20177
20178         * Control.cs (PaintControlBackground): Draw background image
20179         corrrectly.
20180         (CheckForIllegalCrossThreadCalls): Stubbed.
20181         
20182         * Form.cs (OnCreateControl): Center when should be centered.
20183         
20184         * ThemeWin32Classic.cs (DrawPictureBox): Pass size.
20185
20186 2005-07-19  Jordi Mas i Hernandez <jordi@ximian.com>
20187
20188         * Binding.cs: Binding to properties should be case unsensitive
20189
20190 2005-07-18 vlindos@nucleusys.com
20191
20192         * DataGrid.cs: fixes setmember order
20193
20194 2005-07-07  Alexander Olk  <xenomorph2@onlinehome.de>
20195
20196         * MimeIcon.cs: added MimeIcon stuff (MimeIconEngine)
20197         * FileDialog.cs: FileDialog is now resizable and uses the new
20198           MimeIconEngine
20199
20200 2005-07-06  Jordi Mas i Hernandez <jordi@ximian.com>
20201
20202         * DataGridTextBoxColumn.cs: default value
20203         * GridColumnStylesCollection.cs: fixes event firing, checking MappingName
20204         * GridTableStylesCollection.cs: fixes checking MappingName
20205         * DataGridDrawingLogic.cs: fixes drawing logic issues
20206         * DataSourceHelper.cs: rewritten to make compatible with more data sources
20207         * DataGrid.cs: fixes    
20208
20209 2005-07-06  Alexander Olk  <xenomorph2@onlinehome.de>
20210
20211         * MimeGenerated.cs: Use case sensitive comparer for
20212           NameValueCollections
20213
20214 2005-07-01  Jordi Mas i Hernandez <jordi@ximian.com>
20215
20216         * DataGridTextBoxColumn.cs: bug fixes, code refactoring 
20217         * ThemeWin32Classic.cs: bug fixes, code refactoring
20218         * DataGridDrawingLogic.cs:  bug fixes, code refactoring
20219         * DataGrid.cs: bug fixes, code refactoring
20220         * DataGridTextBox.cs: bug fixes, code refactoring
20221         * DataGridColumnStyle.cs:  bug fixes, code refactoring
20222         * Theme.cs:  bug fixes, code refactoring
20223
20224 2005-07-01  Peter Bartok  <pbartok@novell.com> 
20225
20226         * TextControl.cs: Quick fix for the reported crash on ColorDialog
20227           and other text box usage
20228
20229 2005-07-01  Jackson Harper  <jackson@ximian.com>
20230
20231         * TabControl.cs: Make sure the bottom of the tab covers the pages
20232         border.
20233
20234 2005-06-30  Peter Bartok  <pbartok@novell.com> 
20235
20236         * Form.cs (ShowDialog): Assign owner of the dialog
20237         * TextBoxBase.cs: Always refresh caret size when deleting, caret
20238           might have been moved to a tag with different height
20239
20240 2005-06-30  Jackson Harper  <jackson@ximian.com>
20241
20242         * Form.cs: Don't create an infinite loop when setting focus
20243         * MenuItem.cs: Don't dirty the parents if we don't have any
20244
20245 2005-06-29  Ben Maurer  <bmaurer@ximian.com>
20246
20247         * LibSupport.cs: Rename
20248
20249 2005-06-29  Peter Bartok  <pbartok@novell.com>
20250
20251         * TextBoxBase.cs: Re-align caret after deleting a character
20252         * TextControl.cs:
20253           - DeleteChars(): Ensure that tag covers the provided position
20254           - StreamLine(): Drop reference for dropped tag
20255
20256 2005-06-29  Peter Bartok  <pbartok@novell.com> 
20257
20258         * TextControl.cs: 
20259           - Selections now work properly, anchoring at the initial location
20260             and properly extending in either direction (SetSelectionToCaret(),
20261             SetSelectionStart() and SetSelectionEnd())
20262           - No longer redraws the whole control on selection change, now
20263             calculates delta between previous and new selection and only
20264             invalidates/redraws that area
20265           - Fixed FindPos() math off-by-one errors
20266           - Changed DeleteChars() to verify the provided tag covers the
20267             provided position, selections may have a tag that doesn't cover
20268             the position if the selection is at a tag border
20269           - Fixed off-by-one errors in DeleteChars()
20270           - Added missing streamlining check in DeleteChars() to remove
20271             zero-length tags
20272           - Implemented Invalidate() method, now properly calculates exposures
20273             between two given lines/positions
20274           - Implemented SetSelection()
20275           - Obsoleted and removed FixupSelection()
20276           - Improved RecalculateDocument() logic, removing code duplication
20277
20278 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20279
20280         * LibSupport.cs: changes to match different input/output arguments.
20281
20282 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20283
20284         * LibSupport.cs: added libsupport.so init routine.
20285
20286 2005-06-29  Jordi Mas i Hernandez <jordi@ximian.com>
20287         
20288         * ControlBindingsCollection.cs
20289                 - Throws an exception on null datasource when adding
20290                 - Checks for duplicated bindings when adding
20291
20292 2005-06-28  Jackson Harper  <jackson@ximian.com>
20293
20294         * TreeView.cs (OnKeyDown): Support left and right properly
20295         (navigates as well as expanding and collapsing.
20296         - Add support for Multiply, this expands all the selected nodes
20297         children.
20298         - Fix some tabbing.
20299
20300 2005-06-28  Jackson Harper  <jackson@ximian.com>
20301
20302         * TreeView.cs: Implement keyboard navigation, currently supports,
20303         LEFT, RIGHT, UP, DOWN, PGUP, PGDOWN, HOME, END, ADD, SUBTRACT. Add
20304         support for toggling checkboxes with the space bar.
20305
20306 2005-06-28  Jackson Harper  <jackson@ximian.com>
20307
20308         * OpenTreeNodeEnumerator.cs: Don't move past the begining of the
20309         tree.
20310
20311 2005-06-28  Jackson Harper  <jackson@ximian.com>
20312
20313         * TreeView.cs: Add missing event.
20314
20315 2005-06-27  Peter Bartok  <pbartok@novell.com> 
20316
20317         * TextControl.cs:
20318           - Made line ending size configurable (now allows for counting 
20319             lineendings as \n or \r\n)
20320           - Added margin to viewport to keep caret visible on right side
20321           - Fixed translation routines for line/pos to documentpos to consider
20322             cr/lf when counting (Fixes RichTextBox.SelectionFont issues)
20323           - Fixed some line-endings to be unix style
20324           - Fixed Document.FormatText to perform it's calculations 1-based
20325           - Added descriptions for a few methods that might otherwise get 
20326             used wrong
20327           - Added NOTE section with some basic conventions to remember at 
20328             the top of the file
20329           - Major fixup for RichTextBox selection drawing:
20330             * Fixed crashes when multiple tags on a single line were selected
20331             * fixed selection box drawing not overlaying text
20332             * fixed bogus offset calculation for tags not starting at index 1
20333             * Switched behaviour from using multiple Substrings of a 
20334               StringBuilder.ToString() to using multiple 
20335               StringBuilder.ToString(start, length) statements, hoping this is
20336               faster (kept original version commented out in the code, in case
20337               original version was faster)
20338         * TextBox.cs (set_TextAlignment): TextBox always needs to wrap if 
20339           alignment != Left
20340         * TextBoxBase.cs (CalculateDocument): Made protected so RichTextBox can
20341           call it as well
20342
20343 2005-06-27  Jackson Harper  <jackson@ximian.com>
20344
20345         * TabControl.cs: Move to the left and right with the arrow
20346         keys. These keys don't cycle beyond first and last like
20347         tab. Refresh all the tabs when scrolling them to the left or
20348         right.
20349
20350 2005-06-27  Jackson Harper  <jackson@ximian.com>
20351
20352         * TabControl.cs:
20353           - ToString: Added method
20354           - CreateParams: Remove TODO and comment
20355           - OnKeyDown: Cycle through bounds properly.
20356           - SelectedIndex: Scroll to the right or left if we need to
20357           display the newly selected tab.
20358
20359 2005-06-23  Jackson Harper  <jackson@ximian.com>
20360
20361         * TabControl.cs: Stay in bounds when cycling. Make sure Handled is
20362         set.
20363
20364 2005-06-23  Jackson Harper  <jackson@ximian.com>
20365
20366         * TabControl.cs: Keyboard handling. We now support CTRL-TAB,
20367         CTRL-SHIFT-TAB, and HOME, END are there any others?
20368
20369 2005-06-23  Jackson Harper  <jackson@ximian.com>
20370
20371         * XplatUIX11.cs: Get the modifier keys from the keyboard driver.
20372
20373 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
20374         
20375         * DataGridTextBoxColumn.cs: fixes and enhancements
20376         * ThemeWin32Classic.cs: fixes and enhancements
20377         * DataGridBoolColumn.cs:  fixes and enhancements
20378         * DataGridDrawingLogic.cs:  fixes and enhancements
20379         * CurrencyManager.cs: fixes and enhancements
20380         * DataGrid.cs: fixes and enhancements
20381         * DataGridColumnStyle.cs:  fixes and enhancements
20382
20383 2005-06-22  Jackson Harper  <jackson@ximian.com>
20384
20385         * TabControl.cs: Add some missing methods that just call into the
20386         base. Make the TabPageCollection's IList interface behave in the
20387         same manner as the MS implementation.
20388
20389 2005-06-22  Peter Bartok  <pbartok@novell.com> 
20390
20391         * TextControl.cs: Added sanity check
20392         * TextBoxBase.cs: 
20393           - Fixed wrapping behaviour, don't set wrap on single line controls
20394             (this fixes the breakage of colordialog introduced in an earlier
20395              checkin)
20396           - Added rudimentary support for autoscrolling right-aligned controls
20397             (still needs fixing, also, center alignment scroll is missing)
20398
20399 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
20400         
20401         * ScrollBar.cs: Fixes thumbpos on Maximum values
20402
20403 2005-06-21  Jonathan Chambers <jonathan.chambers@ansys.com>
20404         
20405         * PropertyGridView.cs: Pass context information to UITypeEditors 
20406
20407 2005-06-21  Peter Bartok  <pbartok@novell.com> 
20408
20409         * TextBoxBase.cs:
20410           - Now calling PositionCaret with absolute space coordinates
20411           - Enabled vertical scrolling
20412           - Better tracking of scrollbar changes, tied into WidthChange
20413             event
20414           - Improved cursor tracking
20415           - Removed debug output
20416         * TextControl.cs:
20417           - PositionCaret coordinates are now works in absolute space, not 
20418             the canvas
20419           - Improved tracking of document size
20420           - Added events for width and height changes
20421
20422 2005-06-21  Peter Bartok  <pbartok@novell.com>
20423
20424         * Form.cs: Set focus to active control when form is activated
20425         * TextControl.cs: 
20426           - Added word-wrap functionality to RecalculateLine() 
20427           - Added some short function descriptions for VS.Net to aid in
20428             writing dependent controls
20429           - Added Caret property, returning the current coords of the caret
20430           - Added ViewPortWidth and ViewPortHeight properties
20431           - Added Wrap property
20432           - Added CaretMoved event
20433           - Removed some old debug code
20434           - Split() can now create soft splits
20435           - Added PreviousTag()/NextTag() to allow walking "tag-lists"
20436           - Added method to format existing text
20437           - Fixed size/alignment calculations to use viewport
20438           - RecalculateDocument now can handle changing line-numbers while
20439             calculating lines
20440
20441         * TextBox.cs:
20442           - Added some wrap logic, we don't wrap if alignment is not left
20443           - Added casts for scrollbar var, base class switched types to
20444             also support RichTextBoxA
20445           - Implemented handling of scrollbar visibility flags
20446
20447         * TextBoxBase.cs:
20448           - Switched scrollbars type to RichTextBoxScrollBars to support
20449             RichTextBox
20450           - Added tracking of canvas width/height
20451           - Switched scrollbars to be not selectable (to keep focus on text)
20452           - Added central CalculateDocument() method to handle all redraw
20453             requirements
20454           - Added ReadOnly support
20455           - Added WordWrap support
20456           - Fixed handling of Enter key (we now treat it as a DialogKey)
20457           - Fixed caret positioning when h or v scroll is not zero
20458           - Fixed placing/generation of vertical scrollbar
20459           - Added CalculateScrollBars() method to allow updating scrollbar
20460             limits and visibility
20461           - Fixed handling of horizontal scroll
20462           - Added handling of vertical scroll
20463           - Implemented auto-'jump' when caret moves to close to a left or
20464             right border and there is text to be scrolled into view (currently
20465             there's the potential for a stack overflow, until a bug in
20466             scrollbar is fixed)
20467
20468 2005-06-21  Geoff Norton  <gnorton@customerdna.com>
20469         
20470         * XplatUIOSX.cs: Initial implementation of WM_ERASEBKGND
20471
20472 2005-06-19  Alexander Olk  <xenomorph2@onlinehome.de>
20473
20474         * Mime.cs:
20475         - added inodes.
20476         - return application/x-zerosize for files with size zero
20477           (if no extension pattern matches).
20478         - check matches collection for strings too.
20479         - return only the first mime type if the name value
20480           collection has more than one mime type.
20481
20482 2005-06-18  Jonathan Chambers <jonathan.chambers@ansys.com>
20483         
20484         * PropertyGrid.cs: Cleaned up some TODOs
20485         * PropertyGridView.cs: Added support for UITypeEditors
20486
20487 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
20488         
20489         * DataGrid.cs: clears cached value
20490
20491 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
20492
20493         * DataGridTextBoxColumn.cs: new rows, speed improvements, fixes, readonly prop.
20494         * DataGridDrawingLogic.cs: new rows, speed improvements, fixes, readonly prop.
20495         * DataGrid.cs: new rows, speed improvements, fixes, readonly prop.
20496         * DataGridColumnStyle.cs: new rows, speed improvements, fixes, readonly prop.
20497         
20498 2005-06-16  Jordi Mas i Hernandez <jordi@ximian.com>
20499
20500         * ThemeWin32Classic.cs: fixes colour
20501
20502 2005-06-15  Peter Bartok  <pbartok@novell.com>
20503
20504         * MWFCategoryAttribute.cs: Added (Needed for PropertyGrid designer support)
20505         * MWFDescriptionAttribute.cs: Added (Needed for PropertyGrid designer support)
20506         * ButtonBase.cs: Added MWFCategory and MWFDescription attributes
20507         * Control.cs: Added some MWFCategory and MWFDescription attributes
20508         * ScrollBar.cs: Added some MWFCategory and MWFDescription attributes
20509
20510 2005-06-15  Alexander Olk  <xenomorph2@onlinehome.de>
20511
20512         * Mime.cs, MimeGenerated.cs: First draft of MWF mime stuff, see Mime.cs for
20513         usage
20514
20515 2005-06-14  Jordi Mas i Hernandez <jordi@ximian.com>
20516
20517         * DataGridTextBoxColumn.cs: default datagrid settings for Default Styles, fixes
20518         * DataGridTableStyle.cs: default datagrid settings for Default Styles, fixes
20519         * DataGridDrawingLogic.cs: default datagrid settings for Default Styles, fixes
20520         * DataGridBoolColumn.cs: default datagrid settings for Default Styles, fixes
20521         * DataGrid.cs: default datagrid settings for Default Styles, fixes
20522         * DataGridColumnStyle.cs: default datagrid settings for Default Styles, fixes
20523
20524 2005-06-13  Jackson Harper  <jackson@ximian.com>
20525
20526         * XplatUIX11.cs: Override SetAllowDrop on X11 so an error message
20527         isn't printed when the user enables dropping. (X11 does accept
20528         drops).
20529         
20530 2005-06-13  Jackson Harper  <jackson@ximian.com>
20531
20532         * TreeView.cs: Remove some TODOS.
20533
20534 2005-06-13  Jackson Harper  <jackson@ximian.com>
20535
20536         * Form.cs: Hook into the mdi framework.
20537         * MdiClient.cs: Use the base control collections add method so
20538         parents get setup correctly. Set the default back colour and dock
20539         style.
20540         * MdiChildContext.cs: New class, this bad actor handles an
20541         instance of an MDI window. Right now there is only basic
20542         support. You can drag, close, and resize windows. Minimize and
20543         Maximize are partially implemented.
20544
20545 2005-06-13  Jackson Harper  <jackson@ximian.com>
20546
20547         * XplatUIX11.cs: Mash numbers together properly, otherwise we get
20548         freaky when both vals are negative. NOTE: There are probably other
20549         places in XplatUIX11 that this needs to be done.
20550
20551 2005-06-13  Jordi Mas i Hernandez <jordi@ximian.com>
20552
20553         * DataGrid.cs: implement missing methods, move KeyboardNavigation
20554         * DataGridColumnStyle.cs: fixes signature
20555
20556 2005-06-12  Jackson Harper  <jackson@ximian.com>
20557
20558         * XplatUIX11.cs: Use sizing cursors similar to the ones on
20559         windows.
20560
20561 2005-06-11  Jackson Harper  <jackson@ximian.com>
20562
20563         * StatusBarPanel.cs: Signature cleanups. Implement
20564         BeginInit/EndInit.
20565
20566 2005-06-10  Jordi Mas i Hernandez <jordi@ximian.com>
20567
20568         * DataGridTextBoxColumn.cs: Honors aligment
20569         * GridColumnStylesCollection.cs: Contains is case unsensitive
20570         * GridTableStylesCollection.cs: several fixes
20571         * DataGridTableStyle.cs: default column creation
20572         * DataGridDrawingLogic.cs: fixes
20573         * CurrencyManager.cs: ListName property
20574         * DataGrid.cs: multiple styles support
20575         * DataGridColumnStyle.cs: fixes
20576         
20577
20578 2005-06-10  Peter Bartok  <pbartok@novell.com>
20579
20580         * Control.cs(Select): Moved SetFocus call to avoid potential
20581           loops if controls change the active control when getting focus
20582         * UpDownBase.cs: Fixes to allow proper keyboard focus after clicking
20583           the up/down buttons
20584
20585 2005-06-10  Matthias Felgner  <matthiasf@voelcker.ocm>
20586
20587         * ImageListConverter.cs: Implemented
20588
20589 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
20590
20591         * MonthCalendar.cs: Wired in NumericUpDown control for year
20592
20593 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
20594
20595         * MonthCalendar.cs: Removed MonoTodo attributes on Click and
20596           DoubleClick events, since they are not meant to be fired.
20597
20598 2005-06-09  Peter Bartok  <pbartok@novell.com>
20599
20600         * UpDownBase.cs, NumericUpDown.cs, DomainUpDown.cs: Integrated
20601           Jonathan's standalone controls into MWF, implemented missing
20602           events, attributes and methods; added xxxAccessible classes
20603         * AccessibleObject.cs: Made fields internal so other classes
20604           can change them if needed
20605
20606 2005-06-09  Jonathan Gilbert  <2a5gjx302@sneakemail.com>
20607
20608         * UpDownBase.cs: Complete implementation
20609         * NumericUpDown.cs: Complete implementation
20610         * DomainUpDown.cs: Complete implementation
20611
20612 2005-06-09  Jordi Mas i Hernandez <jordi@ximian.com>
20613
20614         * DataGridTextBoxColumn.cs: drawing fixes
20615         * DataGridCell.cs: fixes ToString method to match MSNet
20616         * DataGridTableStyle.cs: fixes
20617         * DataGridBoolColumn.cs: fixes, drawing
20618         * DataGridDrawingLogic.cs: fixes, new methods
20619         * DataGridTextBox.cs: Keyboard and fixes
20620         * DataGrid.cs:
20621                 - Keyboard navigation
20622                 - Scrolling fixes
20623                 - Row selection (single, multiple, deletion, etc)
20624                 - Lots of fixes
20625         
20626 2005-06-07  Jackson Harper  <jackson@ximian.com>
20627
20628         * ThemeWin32Classic.cs: Clear the background area when drawing
20629         buttons.
20630
20631 2005-06-06  Peter Bartok  <pbartok@novell.com>
20632
20633         * ImageListStreamer.cs: Fixed signature for GetData
20634         * CheckBox.cs: Fixed base class for CheckBoxAccessibleObject
20635         * ComboBox.cs:
20636           - Added missing ChildAccessibleObject class
20637           - Added missing OnXXXFocus overrides, switched to using those
20638             instead of the event handler
20639         * Control.cs:
20640           - Added Parent property for ControlAccessibleObject
20641           - Fixed signatures
20642           - Fixed attributes
20643           - Added ResetBindings()
20644         * ListBindingConverter.cs: Implemented some methods
20645         * ButtonBase.cs: Added missing ButtonBaseAccessibleObject class
20646         * ImageList.cs: Implemented basic handle scheme, removed TODOs
20647         * ContainerControl.cs: Fixed signature, now subscribing to the
20648           ControlRemoved event instead of overriding the handler, LAMESPEC
20649         * CurrencyManager.cs: Added missing attribute
20650         * MonthCalendar.cs: Added missing properties
20651
20652 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
20653
20654         * DataGridColumnStyle.cs: fixes for DataGridColumnStyle
20655         
20656 2005-06-06  Gaurav Vaish and Ankit Jain
20657
20658         * DataSourceHelper.cs: Gaurav Vaish and Ankit Jain patch for databinding
20659         * DataGrid.cs: Gaurav Vaish and Ankit Jain patch for databinding
20660         
20661 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
20662
20663         * Control.cs: fixes CreateParams Width / Height.
20664
20665 2005-06-05  Peter Bartok  <pbartok@novell.com>
20666
20667         * Win32DnD.cs: Removed compilation warnings
20668
20669 2005-06-05  Peter Bartok  <pbartok@novell.com>
20670
20671         * Control.cs (CreateParams): Since we don't know if one of the
20672           properties we use is overridden, lets make sure if we fail accessing
20673           we continue with a backup plan
20674
20675 2005-06-05  Peter Bartok  <pbartok@novell.com>
20676
20677         * Win32DnD.cs:
20678           - Removed debug output
20679           - Added MarshalAs attribute to ensure proper marshalling of FORMATETC
20680             struct
20681           - Plugged resource leak
20682         * XplatUIStructs.cs: Changed ClipboardFormats size to ushort, to match
20683           MS size
20684
20685 2005-06-05  Peter Bartok  <pbartok@novell.com>
20686
20687         * XplatUIWin32.cs: Removed DnD code
20688         * Win32DnD.cs: Implemented drop source and drop target functionality
20689
20690 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20691
20692         * UpDownBase.cs: remove duplicate addition of event, enable some code
20693         that was commented out.
20694         * NumericUpDown.cs: added missing attributes and Hexadecimal property.
20695         Validate input when a key is pressed. It works fine now for every
20696         combination of Hexadecimal. Only missing some drawing love when sharing
20697         space with other controls.
20698
20699 2005-06-04  Peter Bartok  <pbartok@novell.com>
20700
20701         * Control.cs:
20702           - We need to pass a window for DragDrop, so enable callback events
20703           - Added DnD callback events when being a DragSource
20704         * XplatUI.cs (StartDrag): Added window handle argument
20705         * XplatUIDriver.cs (StartDrag): Added window handle argument
20706         * QueryContinueDragEventArgs: Made fields internally accessible so
20707           drivers can set them
20708         * GiveFeedbackEventArgs: Made fields internally accessible so drivers
20709           can set them
20710
20711 2005-06-03  Jordi Mas i Hernandez <jordi@ximian.com>
20712
20713         * DataGridTextBoxColumn.cs: column text editing
20714         * DataGridTableStyle.cs: Respect columns styles created by the user
20715         * DataGridDrawingLogic.cs: lots of drawing fixes and enhanments
20716         * DataGridBoolColumn.cs: bool column editing
20717         * DataGrid.cs: fixes to scrolling, properties, etc
20718         * DataGridTextBox.cs: handle keyboard
20719         * DataGridColumnStyle.cs: fixes
20720
20721 2005-06-02  Jackson Harper  <jackson@ximian.com>
20722
20723         * ImageListStreamer.cs: Somewhat broken implementation of
20724         GetObjectData. The RLE needs some work to match MS properly.
20725
20726 2005-06-02  Jackson Harper  <jackson@ximian.com>
20727
20728         * X11Dnd.cs: Attempting to keep at least one file in MWF
20729         monostyled.
20730
20731 2005-06-02  Peter Bartok  <pbartok@novell.com>
20732
20733         * X11DnD.cs: Use Marshal.SizeOf instead of sizeof, no /unsafe required
20734           that way
20735
20736 2005-06-02  Peter Bartok  <pbartok@novell.com>
20737
20738         * Control.cs: Removed MonoTODO from DoDragDrop and added call to Xplat
20739         * XplatUI.cs: Added DoDragDrop() method
20740         * XplatUIDriver.cs: Added DoDragDrop() method
20741
20742 2005-06-02  Jackson Harper  <jackson@ximian.com>
20743
20744         * Splitter.cs: Implement BorderStyle.
20745
20746 2005-06-02  Jackson Harper  <jackson@ximian.com>
20747
20748         * XplatUIX11.cs: Tie into the X11Dnd subsystem.
20749         * X11Dnd.cs: New file. A subsystem that handles drag and drop on
20750         X11 using XDND.
20751
20752 2005-06-02  Peter Bartok  <pbartok@novell.com>
20753
20754         * DataObject.cs:
20755           - Added Data setter
20756           - Fixed broken insertion code for SetData, now also
20757             overwrites any existing entry of the same format name
20758         * Hwnd.cs: Added list of pointers that automatically gets
20759           freed when the window is disposed
20760         * XplatUI.cs: Call driver initialization method when loading
20761           a driver
20762         * Control.cs:
20763           - OnDragLeave takes EventArgs, not DragEventArgs
20764           - Added setting of WS_EX_ACCEPTFILES style when dropping is
20765             supported
20766           - Forces style update when drop state changes
20767         * XplatUIWin32.cs: Implemented Drag'n'Drop (as good as possible,
20768           not perfect since we cannot (yet) call the IDataObject.GetData()
20769           method, we keep getting 0x80004005 error, dunno why)
20770
20771 2005-06-02  Peter Bartok  <pbartok@novell.com>
20772
20773         * DragEventArgs.cs: Make fields internal so we can cache the
20774           object and re-set the fields from XplatUI
20775
20776 2005-06-02  Jackson Harper  <jackson@ximian.com>
20777
20778         * Control.cs: Add some internal methods so the DnD subsystem can
20779         raise DnD events. Also call into the driver when AllowDrop is set.
20780         * XplatUI.cs:
20781         * XplatUIDriver.cs: New method for setting whether or not a window
20782         is allowed to accept drag and drop messages.
20783                 
20784 2005-06-01  Jordi Mas i Hernandez <jordi@ximian.com>
20785         
20786         * ScrollBar.cs: Make sure that values sent in Scroll events
20787         are always between Maximum and Minimum.
20788
20789 2005-06-01  Marek Safar  <marek.safar@seznam.cz>
20790
20791         * Menu.cs: Call MenuChanged when menuitem visibility has been
20792         changed.
20793         * MenuItem.cs: Rebuild menu when item is (not) visible.
20794         * MainMenu.cs: MainMenu has special MenuChanged.
20795         * Theme.cs: Caption and FrameBorderSize are not fixed.
20796         * XplatUI.cs: Added CaptionHeight,FrameBorderSize.
20797         * XplatUIDriver.cs: Introduced Caption and FrameBorderSize.
20798         * XplatUIX11.cs,
20799         * XplatUIOSX: Caption and FrameBorderSize not implemented yet.
20800         * XplatUIWin32.cs: Get Caption and FrameBorderSize from system.
20801
20802 2005-05-30  Jackson Harper  <jackson@ximian.com>
20803
20804         * DataFormat.cs: We can't statically initialize this stuff because
20805         it calls into the xplatui and could create a loop. So we lazy init
20806         it.
20807
20808 2005-05-28  Jackson Harper  <jackson@ximian.com>
20809
20810         * Control.cs: Proper implementation of Product(Name/Version).
20811
20812 2005-05-27  Jackson Harper  <jackson@ximian.com>
20813
20814         * DataObject.cs: Dont crash if no data is found.
20815
20816 2005-05-26  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
20817         * MdiClient.cs: Add missing Localizable attribute to BackgroundImage property
20818                 as per status page, guessing it should be set to true
20819
20820 2005-05-26  Jordi Mas i Hernandez <jordi@ximian.com>
20821
20822         * DataGridTextBoxColumn.cs: Draws text and basic text formatting
20823         * DataGridTableStyle.cs: set proper formatting text, def header text
20824         * ThemeWin32Classic.cs: new themable paramaters
20825         * DataGridBoolColumn.cs: paint check box, get data, fixes
20826         * DataGridDrawingLogic.cs: huge improvements in painting, fixes, new methods
20827         * DataGrid.cs: fixes properties, implements vertical and horizontal scrolling
20828         * DataGridColumnStyle.cs: fixes
20829         * Theme.cs: new themable paramaters
20830                 
20831 2005-05-26  Peter Bartok  <pbartok@novell.com>
20832
20833         * ContainerControl.cs: Pass AdjustFormScrollbars() call on to base
20834
20835 2005-05-24 Jonathan S. Chambers <jonathan.chambers@ansys.com>
20836         * Control.cs: Fixed LowOrder and HighOrder to preserve sign.
20837
20838 2005-05-24  Peter Bartok  <pbartok@novell.com>
20839
20840         * OpenFileDialog.cs, Form.cs, Menu.cs, GroupBox.cs, UserControl.cs,
20841           Label.cs, DataGridTextBoxColumn.cs, PropertyGrid.cs, ErrorProvider.cs
20842           Splitter.cs, Control.cs, FontDialog.cs, TabPage.cs,
20843           FolderBrowserDialog.cs, HelpProvider.cs, DataGridTableStyle.cs,
20844           NotifyIcon.cs, FileDialog.cs, ListView.cs, SaveFileDialog.cs,
20845           ToolBarButton.cs, ImageList.cs, DataGridBoolColumn.cs, Panel.cs,
20846           DataGrid.cs, DataGridTextBox.cs, ListBox.cs, TrackBar.cs,
20847           AxHost.cs, TabControl.cs, ScrollableControl.cs, ToolBar.cs,
20848           DataGridColumnStyle.cs, PictureBox.cs, DateTimePicker.cs,
20849           StatusBar.cs, MonthCalendar.cs, TreeView.cs: Added
20850           missing attributes, etc
20851         * DataGridPreferredColumnWidthTypeConverter.cs: Added
20852
20853 2005-05-24  Peter Bartok  <pbartok@novell.com>
20854
20855         * Help.cs: Added, implemented trivial functions, throws up MessageBox
20856           when user tries to get help
20857         * DataObject.cs, DataFormats.cs, LinkArea.cs,
20858           SelectionRangeConverter.cs, Clipboard.cs : Removed unused variables
20859           to suppress warnings
20860         * XplatUIWin32.cs, XplatUIOSX.cs, XplatUIX11.cs: Removed unused code to
20861           avoid unreachable code warning
20862
20863 2005-05-20  Peter Bartok  <pbartok@novell.com>
20864
20865         * CursorConverter.cs (ConvertTo): Switched to use Cursor.GetObjectData
20866
20867 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
20868
20869         * DataGridTextBoxColumn.cs: Basic painting methods
20870         * DataGridTableStyle.cs: Set table style in the column
20871         * ThemeWin32Classic.cs: Use Theme for colors
20872         * DataGridDrawingLogic.cs: Implement more drawing
20873         * DataGrid.cs: drawing, theming, enhacements, fixes
20874         * DataGridColumnStyle.cs: fixes, drawing
20875         * Theme.cs: theming for Datagrid
20876
20877 2005-05-20  Peter Bartok  <pbartok@novell.com>
20878
20879         * Cursor.cs: Implemented GetObjectData() method
20880
20881 2005-05-20  Peter Bartok  <pbartok@novell.com>
20882
20883         * Cursors.cs: Added setting of cursor name
20884         * Cursor.cs:
20885           - Implemented constructors
20886           - Implemented Draw and DrawStretched
20887           - Implemented Current property
20888           - Implemented == and != operators
20889           - Implemented Dispose()
20890           - Implemented ToString
20891           - Added missing attributes
20892         * XplatUIX11.cs:
20893           - Added missing reset for OverrideCursor when DoEvents is called
20894           - Fixed creation of cursor, logic was wrong
20895         * XplatUIWin32.cs:
20896           - Added missing reset for OverrideCursor when DoEvents is called
20897           - Fixed creation of cursor, bit arrays were swapped
20898         * Clipboard.cs: Removed obsolete MonoTODO attribute
20899
20900 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
20901
20902         * ComboBox.cs: fixes OnSelectedItemChanged
20903         * ControlBindingsCollection.cs: fixes item range check
20904
20905 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
20906
20907         * UpDownBase.cs:
20908                 - Calc preferred height properly
20909                 - Implement missing properties
20910                 
20911         * NumericUpDown.cs: Implement missing events
20912
20913 2005-05-19  Jackson Harper  <jackson@ximian.com>
20914
20915         * TabControl.cs: New method that resizes the tab pages before
20916         redrawing them. This as needed as the control is double buffered
20917         and sizing will not be recalculated unless ResizeTabPages is
20918         called.
20919         * TabPage.cs: Set base.Text instead of Text in the constructor so
20920         that UpdateOwner does not get called. Use the new Redraw method of
20921         TabControl instead of Refresh so the sizing is recalculated.
20922         * ThemeWin32Classic.cs: Draw the text for button tabs.
20923
20924 2005-05-19  Jackson Harper  <jackson@ximian.com>
20925
20926         * Control.cs: Paint control background images. Fix typo where
20927         PaintControlBackground was not getting called correctly.
20928
20929 2005-05-19  Peter Bartok  <pbartok@novell.com>
20930
20931         * ScrollableControl.cs (DisplayRectangle): Undid my last change until
20932           I can investigate, apparently I broke FileDialog
20933
20934 2005-05-19  Marek Safar  <marek.safar@seznam.cz>
20935
20936         * AxHost.cs: Some simple properties.
20937         * Control.cs: window must be accessible after ctor.
20938         * Form.cs: Added TransparencyKey property.
20939         * TextBoxBase.cs: Implemented Clear. Text property can be null.
20940         * XplatUIWin32.cs: SetBorderStyle implemented.
20941
20942 2005-05-18  Peter Bartok  <pbartok@novell.com>
20943
20944         * DataObject.cs: Entries are not global but particular to the
20945           DataObject, now it behaves that way
20946         * XplatUIWin32.cs: Implemented Clipboard methods
20947         * Clipboard.cs: Implemented
20948         * ScrollableControl.cs (DisplayRectangle): Fixed calculation
20949         * XplatUIOSX.cs: Updated to final clipboard prototypes
20950         * XplatUIX11.cs: Implemented Clipboard methods
20951         * XplatUIDriver.cs: Updated to final clipboard prototypes
20952         * XplatUIStructs.cs:
20953           - Added BITMAPINFOHEADER struct
20954           - Added ClipboardFormats enum
20955         * X11Structs.cs:
20956           - Added ClipboardStruct
20957           - Added Atom enum items for clipboard types
20958           - Fixed atom types for Selection event structures
20959         * DataFormats.cs:
20960           - Added internal properties and methods for drivers to enumerate
20961             all known formats
20962           - Switched initialization method to allow drivers to assign their
20963             own IDs even for the MS predefined clipboard IDs
20964         * XplatUI.cs: Updated to final clipboard interface
20965
20966 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
20967         * PropertyGridView.cs: Fixed compiler warnings.
20968
20969 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
20970         * PropertyGrid.cs: Added some event calls
20971         * PropertyGridView.cs: Change drawing code to use double buffering
20972         * PropertyGridTextBox.cs: Changed Text property name
20973         * GridItem.cs: Added Bounds property.
20974         * GridEntry.cs: Added Bounds property.
20975
20976 2005-05-17  Lluis Sanchez Gual  <lluis@novell.com>
20977
20978         * Binding.cs: Use IsInstanceOfType instead of IsAssignableFrom
20979         since GetType() may not return the correct type if the object is
20980         a remoting proxy.
20981
20982 2005-05-17  Jordi Mas i Hernandez <jordi@ximian.com>
20983
20984         * TreeNodeCollection.cs: fixes get/set item ranges
20985         
20986 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
20987
20988         * ListBox.cs: Kazuki Oikawa's PreferredHeight and ItemHeight fixes
20989                 
20990 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
20991
20992         * ComboBox.cs: Fix item range comparation
20993         * ListView.cs: Fix item range comparation
20994
20995 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
20996
20997         * FontDialog.cs:
20998           - Clear example panel when OnPaint is called
20999           - Better solution for displaying the example panel text
21000           - Select default indexes in the ListBoxes
21001
21002 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
21003
21004         * XplatUIOSX.cs: Avoid painting into invisible views.  Fixes #74926
21005
21006 2005-05-11  Peter Bartok  <pbartok@novell.com>
21007
21008         * LinkArea.cs: Added and implemented LinkAreaTypeConverter class
21009         * SelectionRangeConverter.cs: Implemented
21010         * PropertyGrid.cs: Fixed attribute value
21011         * Control.cs:
21012           - Invoke(): Don't call Begin/EndInvoke if it is not neccessary
21013           - Added Sebastien Pouliot's CAS Stack Propagation fixes
21014         * XplatUIDriver.cs: Added new XplatUIDriverSupport class, for code
21015           that's common to all drivers. First methods to go there are
21016           Sebastien Pouliot's CAS Stack Propagation helper methods
21017         * XplatUIWin32.cs, XplatUIX11.cs, AsyncMethodData.cs: Fixes by
21018           Sebastien Pouliot for CAS Stack Propagation
21019
21020 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
21021
21022         * OSXStructs.cs:
21023           XplatUIOSX.cs: More cosmetic cleanup courtesy of Artyom Tyazhelov (Artyom.Tyazhelov@helmes.ee)
21024
21025 2005-05-12  Jordi Mas i Hernandez <jordi@ximian.com>
21026
21027         * DataGridTextBoxColumn.cs: fixed some members
21028         * GridColumnStylesCollection.cs: indexed column is case insensitive
21029         * DataGridTableStyle.cs: fixes
21030         * ThemeWin32Classic.cs: add new theme parameter
21031         * Theme.cs: add new theme parameter
21032         * DataGridDrawingLogic.cs: Datagrid's drawing logic
21033         * DataGrid.cs: fixes, new internal properties, etc.
21034         * DataGridColumnStyle.cs: allows to set grid value
21035         *
21036
21037 2005-05-10  Peter Bartok  <pbartok@novell.com>
21038
21039         * AccessibleObject.cs:
21040           - Removed MonoTODO attribute on help, method is correct
21041           - Fixed Bounds property
21042         * AxHost.cs: Moved MonoTODO
21043         * ButtonBase.cs: Now setting AccessibleObject properties
21044         * RadioButton.cs: Setting proper AccessibleObject role
21045         * CheckBox.cs: Setting proper AccessibleObject role
21046         * ControlBindingsCollection.cs: Added properties, methods and attributes
21047         * DataFormats.cs: Fixed awkward internal API, and changed to enable
21048           userdefined DataFormats.Format items as well
21049         * ListControl.cs: Removed data_member from the public eye
21050         * OpenFileDialog.cs:
21051           - Made class sealed
21052           - Added missing attributes
21053         * SaveFileDialog.cs: Added missing attributes
21054         * ImageListStreamer.cs: Fixed code that caused warnings
21055         * LinkLabel.cs: Removed unreachable code
21056         * TreeView.cs: Fixed code that caused warnings
21057         * PropertyGridView.cs: Fixed code that caused warnings
21058         * GridColumnStylesCollection.cs: Added missing attributes
21059         * GridTableStylesCollection: Added missing attribute
21060         * PropertyManager: Added .ctor
21061         * SecurityIDType: Added
21062         * DataObject.cs: Implemented class
21063         * LinkArea.cs: Added missing attribute
21064
21065 2005-05-11  Jordi Mas i Hernandez <jordi@ximian.com>
21066
21067         * RadioButton.cs: call base method to allow to fire OnClick event
21068         * UpDownBase.cs: OnMouseUp call base method
21069         * CheckedListBox.cs: call base method before returning
21070         * TrackBar.cs: call base method before returning
21071         
21072
21073 2005-05-10  Peter Bartok  <pbartok@novell.com>
21074
21075         * XplatUIX11.cs: Fix for #74902, check pending timers when peeking
21076           for messages
21077
21078 2005-05-10  Peter Bartok  <pbartok@novell.com>
21079
21080         * DataFormats.cs: Implemented
21081         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs,
21082           XplatUIX11.cs: Added Clipboard APIs
21083         * XplatUIWin32.cs: Implemented Clipboard APIs
21084         * FolderBrowserDialog.cs: Added missing event, attributes
21085
21086 2005-05-10  Jordi Mas i Hernandez <jordi@ximian.com>
21087
21088         * CheckBox.cs: call base method to allow to fire OnClick event
21089
21090 2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>
21091
21092         * XplatUI.cs: Use PlatformID.Unix under NET_2_0.
21093
21094 2005-05-06  Peter Bartok  <pbartok@novell.com>
21095
21096         * XplatUIX11.cs: Redid Jackson's fix, it was causing a busy loop
21097         * Screen.cs: Implemented
21098         * HelpNavigator.cs: Added
21099         * XplatUIWin32.cs: Added SystemParametersInfo call, fixed WorkArea
21100           property
21101         * HelpProvider.cs: Implemented all we can do until we have a CHM
21102           help library (which means that "What's This" does work now)
21103
21104 2005-05-06  Jackson Harper  <jackson@ximian.com>
21105
21106         * XplatUIX11.cs: Fix waking up the main loop.
21107                 
21108 2005-05-05  Peter Bartok  <pbartok@novell.com>
21109
21110         * XplatUI.cs: Updated revision
21111         * Form.cs: Removed enless loop
21112         * GroupBox.cs (OnPaint): Added call to base.OnPaint()
21113         * Label.cs (OnPaint): Added call to base.OnPaint()
21114         * ToolTip.cs: Made ToolTipWindow reusable for other controls
21115         * LinkLabel.cs (OnPaint): Added call to base.OnPaint()
21116         * UpDownBase.cs (OnPaint): Moved base.OnPaint() call to end of method
21117         * AxHost.cs: Added
21118         * ButtonBase.cs: Moved base.OnPaint() call to end of method
21119         * ThemeWin32Classic.cs: Replaced references to ToolTip with references
21120           to ToolTip.ToolTipWindow for drawing and size methods; this allows
21121           reuse of ToolTipWindow by other controls
21122         * SizeGrip.cs: Moved base.OnPaint() call to end of method
21123         * XplatUIX11.cs: Now clipping drawing area (experimental)
21124         * PictureBox.cs: Moved base.OnPaint() call to end of method
21125         * Theme.cs: Fixed ToolTip abstracts to match new format
21126         * ErrorProvider.cs: Implemented
21127
21128 2005-05-05  Jordi Mas i Hernandez <jordi@ximian.com>
21129
21130         * Label.cs: fire events using OnAutoSizeChanged and OnTextAlignChanged
21131         * LinkLabel.cs:
21132                 - Adds cursors
21133                 - Handles focus
21134                 - Implements LinkBehavior
21135                 - Fixes many issues
21136
21137 2005-05-03  Jackson Harper  <jackson@ximian.com>
21138
21139         * ListView.cs: Calculate the scrollbar positioning on resize and
21140         paint, so they get put in the correct place.
21141
21142 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
21143
21144         * ColorDialogs.cs: The small color panels are now handled by
21145           SmallColorControl. This fixes drawing of the focus rectangle
21146           and adds a 3D border.
21147
21148 2005-05-03  Peter Bartok  <pbartok@novell.com>
21149
21150         * Control.cs: Modified version of Jonathan Chamber's fix for
21151           double-buffering
21152
21153 2005-05-03  Jackson Harper  <jackson@ximian.com>
21154
21155         * ListView.cs: Remove redraw variable. Control now handles whether
21156         or not a redraw needs to be done, and will only raise the paint
21157         event if redrawing is needed.
21158
21159 2005-05-03  Jackson Harper  <jackson@ximian.com>
21160
21161         * Splitter.cs: No decorations for the splitter form. Cache the
21162         hatch brush.
21163
21164 2005-05-03  Jackson Harper  <jackson@ximian.com>
21165
21166         * TreeView.cs: Use dashed lines to connect nodes. Use the
21167         ControlPaint method for drawing the focus rect instead of doing
21168         that in treeview.
21169
21170 2005-05-02  Peter Bartok  <pbartok@novell.com>
21171
21172         * LinkLabel.cs: Fixed the fixes from r43566 and 43521
21173
21174 2005-04-29  Jackson Harper  <jackson@ximian.com>
21175
21176         * ThemeWin32Classic.cs: Don't clear the GC that will clear the
21177         entire image buffer. Just clear the clipping rectangle.
21178
21179 2005-04-29  Jackson Harper  <jackson@ximian.com>
21180
21181         * ThemeWin32Classic.cs: Don't draw list view items that are
21182         outside the clipping rectangle.
21183
21184 2005-04-29  Jordi Mas i Hernandez <jordi@ximian.com>
21185
21186         * ListBox.cs: added horizontal item scroll
21187
21188 2005-04-29  Jackson Harper  <jackson@ximian.com>
21189
21190         * ThemeWin32Classic.cs: Remove some old debug code that was
21191         causing flicker with the new double buffering code.
21192
21193 2005-04-29  John BouAntoun  <jba-mono@optusnet.com.au>
21194
21195         * MonthCalendar.cs, DateTimePicker.cs: Made monthcalendar dropdwon
21196         behave like combobox and comboboxlist (still not sure if this is
21197         correct though).
21198
21199 2005-04-28  Jackson Harper  <jackson@ximian.com>
21200
21201         * ThemeWin32Classic.cs: Don't fill the middle of progress
21202         bars. This fills areas outside of the clip bounds that don't need
21203         to be filled.
21204
21205 2005-04-28  Jackson Harper  <jackson@ximian.com>
21206
21207         * Control.cs: Don't expose functionality to touch the image buffers.
21208         * ProgressBar.cs:
21209         * ListView.cs: We do not need to (and no longer can) manipulate
21210         the image buffers directly. All of this is handled by Control.
21211
21212 2005-04-28  Peter Bartok  <pbartok@novell.com>
21213
21214         * RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
21215           RichTextBoxScrollBars.cs, RichTextBoxStreamType.cs,
21216           RichTextBoxFinds.cs, RichTextBoxWordPunctuations.cs: Added
21217
21218 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
21219
21220         * Combobox:
21221                 - Adjust control's height for non-simple comboboxes (bug fix)
21222                 - Remove dead code
21223         * MenuAPI.cs: remove unused var
21224         * ScrollBar.cs: remove unsed var
21225                  
21226         * ListBox.cs: unselect items when clearing
21227
21228 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
21229
21230         * ListControl.cs: honors OnPositionChanged and default Selected Item
21231         * ListBox.cs: unselect items when clearing
21232
21233 2005-04-27  Jackson Harper  <jackson@ximian.com>
21234
21235         * X11Keyboard.cs: Initialize a default keyboard and give a warning
21236         if a "correct" keyboard is not found. This will make us not crash,
21237         but might give some users bad keyboard layouts...seems to be the
21238         same thing rewind does.
21239
21240 2005-04-27  Jackson Harper  <jackson@ximian.com>
21241
21242         * BindingManagerBase.cs: Attach the current/position changed
21243         handlers to their respective events.
21244
21245 2005-04-27  Jackson Harper  <jackson@ximian.com>
21246
21247         * Control.cs: Make sure that the first WM_PAINT does a full draw,
21248         not just a blit.
21249         * ThemeWin32Classic.cs: Don't fill the background for picture
21250         boxes. This could overright user drawing.
21251         * ComboBox.cs: Just fill the clipping rect not the entire client
21252         rect when drawing the background. This prevents pieces of the
21253         image buffer from getting overwritten and is theoretically faster.
21254
21255 2005-04-26  Jordi Mas i Hernandez <jordi@ximian.com>
21256
21257         * ComboBox.cs: Databinding support fixes, fire missing events
21258         * ListControl.cs: implement missing methods and properties, fixes
21259         * ThemeWin32Classic.cs: Databiding support on Drawing
21260         * CheckedListBox.cs: Databinding support fixes, fire missing events
21261         * ListBox.cs: Databinding support fixes, fire missing events
21262         
21263 2005-04-25  Peter Bartok  <pbartok@novell.com>
21264
21265         * LinkLabel.cs: Length of LinkArea is not allowed to be negative
21266
21267 2005-04-25  Jackson Harper  <jackson@ximian.com>
21268
21269         * TreeView.cs: Use the horizontal scrollbars height not width when
21270         determining how much of the client area is available.
21271
21272 2005-04-25  Jackson Harper  <jackson@ximian.com>
21273
21274         * Control.cs: Double buffering is handled differently now. As per
21275         the spec, the extra buffer is created in the WM_PAINT message and
21276         passed down to the control's drawing code.
21277         * GroupBox.cs:
21278         * Label.cs:
21279         * CheckBox.cs:
21280         * ProgressBar.cs:
21281         * RadioButton.cs:
21282         * ColorDialog.cs:
21283         * ComboBox.cs:
21284         * PropertyGridView.cs:
21285         * UpDownBase.cs:
21286         * MessageBox.cs:
21287         * MenuAPI.cs:
21288         * ListView.cs:
21289         * ButtonBase.cs:
21290         * SizeGrip.cs:
21291         * ScrollBar.cs:
21292         * ListBox.cs:
21293         * TrackBar.cs:
21294         * ToolBar.cs:
21295         * PictureBox.cs:
21296         * DateTimePicker.cs:
21297         * StatusBar.cs:
21298         * TreeView.cs: Update to new double buffering system.
21299         * MonthCalendar.cs: Uncomment block, as Capture is now
21300         working. Update to new double buffering
21301         * LinkLabel.cs: Lazy init the link collection. Update to new double buffering
21302         * PaintEventArgs.cs: New internal method allows us to set the
21303         graphics object. This is used for double buffering.
21304         * ThemeWin32Classic.cs: Give the picture box drawing code a clip
21305         rectangle. The internal paint_area var has been removed from
21306         StatusBar. The clipping rect should be used instead.
21307         * Theme.cs: Give the PictureBox drawing method a clipping rect.
21308         * TabPage.cs: The RefreshTabs method was removed, so just call the
21309         tab controls Refresh method now.
21310         * TabControl.cs: Update to new double buffering. Make sure the
21311         handle is created before sizing the tab pages, otherwise we will
21312         get stuck in a loop.
21313
21314 2005-04-24  Borja Sanchez Zamorano <borsanza@gmail.com>
21315
21316         * LinkLabel.cs: Fix typo, bug #74719; patch
21317           from Borja Sanchez Zamorano
21318
21319 2005-04-22  Jackson Harper  <jackson@ximian.com>
21320
21321         * TreeNode.cs: Implement Handle stuff.
21322         * TreeView.cs: Utility methods so nodes can get/lookup by handle.
21323
21324 2005-04-22  Jordi Mas i Hernandez <jordi@ximian.com>
21325
21326         * DataGridTextBoxColumn.cs: call base constructors, fixes
21327         * GridColumnStylesCollection.cs: missing events, methods, and functionality
21328         * GridTableStylesCollection.cs: fixes, check duplicate mapping names
21329         * DataGridTableStyle.cs: implements create default column styles
21330         * DataGridBoolColumn.cs: which types can handle
21331         * DataGrid.cs: missing methods, fixes, new functionality
21332         * DataGridColumnStyle.cs: fixes
21333
21334 2005-04-20  Alexander Olk  <xenomorph2@onlinehome.de>
21335         * FolderBrowserDialog.cs:
21336         - Use a thread to fill the TreeView
21337         - Adjusted some sizes
21338
21339 2005-04-19  Peter Bartok  <pbartok@novell.com>
21340
21341         * LinkLabel.cs: (Re-)create the pieces when setting the Text
21342           property. Fixes #74360.
21343
21344 2005-04-19  Jackson Harper  <jackson@ximian.com>
21345
21346         * XEventQueue.cs: Lock when getting the lockqueue size.
21347         * PictureBox.cs: Call base OnPaint
21348         
21349 2005-04-19  Peter Bartok  <pbartok@novell.com>
21350
21351         * XplatUIX11.cs: Fixed bug introduced with the HWND rewrite, Async
21352           messages were no longer being processed (this broke BeginInvoke)
21353
21354           
21355 2005-04-18  Jackson Harper  <jackson@ximian.com>
21356
21357         * TreeView.cs: buglet that caused node images to get drawn
21358         regardless of whether or not they were in the clipping rectangle.
21359
21360 2005-04-18  Jackson Harper  <jackson@ximian.com>
21361
21362         * CurrencyManager.cs: There are four rules for GetItemProperties:
21363         - If the type is an array use the element type of the array
21364         - If the type is a typed list, use the type
21365         - If the list contains an Item property that is not an object, use
21366         that property
21367         - use the first element of the list if there are any elements in
21368         the list.
21369         
21370 2005-04-17  Jackson Harper  <jackson@ximian.oom>
21371
21372         * TreeView.cs: Calculate plus minus and checkbox bounds when there is a
21373         click. This handles offsets for scrolling properly and reduces
21374         memory. Also fixed GetNode to not offset now that TopNode works
21375         properly.
21376         * TreeNode.cs: No longer need to track the plus minus or checkbox bounds.
21377         
21378 2005-04-17  Jackson Harper  <jackson@ximian.com>
21379
21380         * CursorConverter.cs: Initial implementation.
21381
21382 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
21383
21384         * ListControl.cs: work towards complex data binding support on ListControl
21385         * CurrencyManager.cs: work towards complex data binding support on ListControl
21386         * ListBox.cs: work towards complex data binding support on ListControl
21387
21388
21389 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
21390
21391         * GridTableStylesCollection.cs: fixes name and constructor
21392         * DataGridTableStyle.cs: fixes
21393         * DataGridBoolColumn.cs: fixes names and constructors
21394         * DataGrid.cs: define methods and properties. Some init implementations
21395         * DataGridCell.cs: define methods and properties. Some init implementations
21396         * GridTablesFactory.cs: Define methods and properties
21397
21398 2005-04-15  Geoff Norton  <gnorton@customerdna.com>
21399
21400         * XplatUIOSX.cs:  Handle proper mouse tracking even if the current
21401         graphics port changes.  We still want the coordinates in global screen
21402         coordinates.
21403
21404 2005-04-14  Jackson Harper  <jackson@ximian.com>
21405
21406         * TreeView.cs: Handle clicks when plus minus is disabled. Don't
21407         check plus minus or checkbox clicks unless those features are enabled.
21408
21409 2005-04-14  Jackson Harper  <jackson@ximian.com>
21410
21411         * TreeView.cs: Add methods for setting the top and bottom visible
21412         nodes. TreeNode::EnsureVisible uses these methods.
21413         * TreeNode.cs: Implement EnsureVisible
21414
21415 2005-04-13  Jordi Mas i Hernandez <jordi@ximian.com>
21416
21417         * Form.cs: Pospone menu assignation if the window has not been created yet
21418         * XplatUIWin32.cs: Fixes Win32SetWindowPos, then does not change window
21419         size and position
21420
21421 2005-04-12  Jackson Harper  <jackson@ximian.com>
21422
21423         * TreeView.cs: Set the TopNode properly when scrolling
21424         occurs. This has the added benifit of reducing the amount of
21425         walking that needs to be done when drawing. Also removed an old
21426         misleading TODO.
21427         * OpenTreeNodeEnumerator.cs: Fix moving backwards.
21428         
21429 2005-04-11  Jordi Mas i Hernandez <jordi@ximian.com>
21430
21431         * Timer.cs: fixes interval setting when the timer is already enabled
21432         
21433 2005-04-10  Alexander Olk  <xenomorph2@onlinehome.de>
21434
21435         * FolderBrowserDialog.cs: First approach
21436
21437 2005-04-09  Peter Bartok  <pbartok@novell.com>
21438
21439         * FolderBrowserDialog: Added
21440
21441 2005-04-07  Jordi Mas i Hernandez <jordi@ximian.com>
21442
21443         * LinkLabel.cs: move drawing code into the theme
21444         * ThemeWin32Classic.cs: drawing code and painting background bugfix
21445         * Theme.cs: define DrawLinkLabel method
21446
21447 2005-04-05  Jackson Harper  <jackson@ximian.com>
21448
21449         * BindingContext.cs: Use weak references so these bad actors don't
21450         stay alive longer then they need to.
21451
21452 2005-04-05  Jackson Harper  <jackson@ximian.com>
21453
21454         * ListControl.cs: Basic implementation of complex databinding.
21455         * ComboBox.cs:
21456         * ListBox.cs: Add calls to ListControl databinding methods.
21457
21458 2005-04-05  Alexander Olk  <xenomorph2@onlinehome.de>
21459
21460         * FileDialog.cs:
21461           - Don't change PopupButtonState to Normal when the
21462             PopupButton gets pressed several times.
21463           - Renamed ButtonPanel to PopupButtonPanel
21464
21465 2005-04-05  Jordi Mas i Hernandez <jordi@ximian.com>
21466
21467         * ColorDialog.cs: Use cached objects instead of creating them
21468         * LinkLabel.cs: Use cached objects instead of creating them
21469         * Splitter.cs: Use cached objects instead of creating them
21470         * FontDialog.cs: Use cached objects instead of creating them
21471         * PropertyGridView.cs: Use cached objects instead of creating them
21472         * MessageBox.cs: Use cached objects instead of creating them
21473         * FileDialog.cs: Use cached objects instead of creating them
21474         * ThemeWin32Classic.cs: Use cached objects instead of creating them
21475         * TreeView.cs: Use cached objects instead of creating them
21476         
21477 2005-04-04  Jordi Mas i Hernandez <jordi@ximian.com>
21478
21479         * Control.cs: use Equals to compare the font since no == op
21480         * ScrollBar.cs: use Equals to compare the font since no == op
21481
21482 2005-04-04  Alexander Olk  <xenomorph2@onlinehome.de>
21483
21484         * SaveFileDialog.cs: Open stream in OpenFile with FileMode Create
21485
21486 2005-04-01  Jackson Harper  <jackson@ximian.com>
21487
21488         * Binding.cs: Implement IsBinding.
21489         * BindingManagerBase.cs:
21490         * PropertyManager.cs:
21491         * CurrencyManager.cs: Add IsSuspended property.
21492
21493 2005-04-01  Jackson Harper  <jackson@ximian.com>
21494
21495         * Binding.cs: Had some IsAssignableFrom calls backwards.
21496
21497 2005-04-01  Jackson Harper  <jackson@ximian.com>
21498
21499         * Binding.cs: Handle null data members when pulling data.
21500         * PropertyManager.cs: Handle the data member being a property that
21501         does not exist.
21502
21503 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
21504
21505         * DataGridTextBoxColumn.cs: fixes signature
21506         * DataGrid.cs: calls right constructor
21507
21508 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
21509
21510         * DataGridTextBoxColumn.cs: implements DataGridTextBoxColumn class
21511         * GridColumnStylesCollection.cs: implements GridColumnStylesCollection
21512         * GridTableStylesCollection.cs: implements GridTableStylesCollection
21513         * DataGridTableStyle.cs: implements DataGridTableStyle
21514         * DataGridBoolColumn.cs: implements DataGridBoolColumn
21515         * DataGridTextBox.cs: implements DataGridTextBox
21516         * DataGridColumnStyle.cs: implements DataGridColumnStyle
21517
21518 2005-03-31  Alexander Olk  <xenomorph2@onlinehome.de>
21519
21520         * FileDialog.cs: Added simple PopupButton class for ButtonPanel
21521
21522 2005-03-29  Peter Bartok  <pbartok@novell.com>
21523
21524         * Application.cs:
21525           - Properly implemented CompanyName property
21526           - Fixed LocalUserAppDataPath and UserAppDataPath, now properly
21527             returns a path that includes CompanyName, ProductName and
21528             Version (fixes bug #70330)
21529
21530 2005-03-29  Stefan Buehler  <sbuehler@gmx.ch>
21531
21532         * TabPage.cs: Don't use Owner.DisplayRectangle unless owner is valid,
21533           fixes bug #72588.
21534
21535 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
21536
21537         * FileDialog.cs, SaveFileDialog.cs OpenFileDialog.cs:
21538         
21539           - Added ReadOnly CheckBox
21540           - Further refactoring: moved some code from Open-/SaveFileDialog
21541             to FileDialog
21542
21543 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
21544
21545         * OpenFileDialog.cs: Fixed CheckFileExists
21546         * FileDialog.cs:
21547           Moved FileView and DirComboBox outside FileDialog class.
21548           They can now be used outside FileDialog
21549
21550 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
21551
21552         * FileDialog.cs: Added a contextmenu to change ShowHiddenFiles
21553         * SaveDialog.cs, OpenFileDialog.cs: Fixes for Reset() method
21554
21555 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
21556
21557         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
21558           - Added missing CreatePrompt property in SaveDialog
21559           - Overall SaveDialog handling should be better now
21560           - Added non standard ShowHiddenFiles property
21561           - Added extension, CreatePrompt and OverwritePrompt support in SaveDialog
21562           - Added InitialDirectory and RestoreDirectory support
21563
21564 2005-03-26  Alexander Olk  <xenomorph2@onlinehome.de>
21565
21566         * FileDialog.cs: Made dirComboBox usable
21567
21568 2005-03-24  Alexander Olk  <xenomorph2@onlinehome.de>
21569
21570         * FileDialog.cs: Added Filter support (case sensitiv)
21571
21572 2005-03-24  Jackson Harper  <jackson@ximian.com>
21573
21574         * TabControl.cs: Need a couple more pixels for the lines.
21575
21576 2005-03-23  Jackson Harper  <jackson@ximian.com>
21577
21578         * TabControl.cs: Give the tab page focus when it is selected.
21579
21580 2005-03-23  Jackson Harper  <jackson@ximian.com>
21581
21582         * TabControl.cs: Account for the drawing of tabs borders when
21583         invalidating. If the slider was clicked dont do click detection on
21584         the tabs.
21585
21586 2005-03-23  Jackson Harper  <jackson@ximian.com>
21587
21588         * TabControl.cs: Fix typo, emilinates an unneeded expose event.
21589
21590 2005-03-22  Jonathan Chambers  <jonathan.chambers@ansys.com>
21591
21592         * CategoryGridEntry.cs: Added
21593         * GridItem.cs: Added helper properties
21594         * PropertyGridTextBox.cs: Custom textbox control for PropertyGrid.
21595         * GridEntry.cs: Updated code for collection
21596         * PropertyGrid.cs: Cleaned up some formatting
21597         * PropertyGridView.cs: Added drop down functionality for enums.
21598         * GridItemCollection.cs: Added enumerator logic
21599         * PropertyGridEntry.cs: Added
21600
21601 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
21602
21603         * FileDialog.cs:
21604           - Removed unnecessary commented code
21605           - Fixed handling for entering the filename manually in the combobox
21606
21607 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
21608
21609         * FileDialog.cs, OpenFileDialog.cs: OpenFileDialog Multiselect now works
21610
21611 2005-03-18  Peter Bartok  <pbartok@novell.com>
21612
21613         * ThemeWin32Classic.cs: Moved listview column headers a bit, to avoid
21614           them being touching the border
21615
21616 2005-03-18  Peter Bartok  <pbartok@novell.com>
21617
21618         * TextControl.cs: Quick hack to center text better
21619
21620 2005-03-18  Peter Bartok  <pbartok@novell.com>
21621
21622         * ControlPaint.cs:
21623           - Don't throw NotImplemented exceptions, just print a notice once
21624             instead (requested by Miguel). This makes running existing SWF
21625             apps a bit easier
21626         * Control.cs:
21627           - Commented out Drag'N'Drop XplatUI call (no driver support yet)
21628           - Added context menu trigger on right click
21629         * Panel.cs: Trigger invalidate on resize
21630         * StatusBar.cs:
21631           - Removed old double-buffer drawing
21632           - Added ResizeRedraw style to force proper update of statusbar
21633         * ListView.cs:
21634           - Removed debug output
21635         * ThemeWin32Classic.cs:
21636           - Fixed drawing of status bar, now draws Text property if there
21637             are no defined panels
21638
21639 2005-03-18  Jackson Harper  <jackson@ximian.com>
21640
21641         * ImageList.cs: When the image stream is set pull all the images
21642         from it.
21643         * ImageListStreamer.cs: Implement reading image list streams.
21644
21645 2005-03-18  Peter Bartok  <pbartok@novell.com>
21646
21647         * ThemeWin32Classic.cs (DrawPictureBox):
21648           - Fixed calculations for centered drawing
21649           - Fixed drawing for normal mode, not scaling the image on normal
21650
21651 2005-03-18  Peter Bartok  <pbartok@novell.com>
21652
21653         * ComboBox.cs: Now also firing the OnKeyPress events for the embedded
21654           textbox
21655         * FileDialog.cs:
21656           - Made Open/Save button the accept button for FileDialog
21657           - Tied the cancel button to the IButtonControl cancel button
21658           - Save/Open now properly builds the pathname
21659           - Now handles user-entered text
21660           - Preventing crash on right-click if no item is selected
21661           - Fixed Text property, now uses contents of textbox
21662           - Fixed SelectedText property, now just returns the text part that
21663             is selected in the text box
21664
21665 2005-03-18  Jackson Harper  <jackson@ximian.com>
21666
21667         * ThemeWin32Classic.cs: Use the proper func for drawing the focus
21668         rect, make sure to de-adjust the interior rect after drawing the
21669         tab text.
21670
21671 2005-03-18  Peter Bartok  <pbartok@novell.com>
21672
21673         * MenuAPI.cs: Remove menu *before* executing selected action to
21674           prevent the menu from 'hanging around'
21675           
21676 2005-03-17  Geoff Norton  <gnorton@customerdna.com>
21677
21678         * XplatUIOSX.cs: Implemented WorkingArea property
21679
21680 2005-03-17  Peter Bartok  <pbartok@novell.com>
21681
21682         * XplatUIX11.cs: Fixed menu coord calculations
21683         * MenuAPI.cs: Now using new ScreenToMenu()/MenuToScreen() methods
21684           for calculating offsets
21685
21686 2005-03-17  Peter Bartok  <pbartok@novell.com>
21687
21688         * Hwnd.cs: Do not consider menu presence for default client
21689           rectangle location/size
21690         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs,
21691           XplatUIWin32.cs: Added MenuToScreen() and ScreenToMenu() coord
21692           translation functions
21693         * FileDialog.cs: Fixed (what I presume is a) typo
21694
21695 2005-03-17  Jonathan Gilbert  <logic@deltaq.org>
21696
21697         * XplatUIX11.cs: Added call to XInitThreads() to allow multi-threaded
21698           X access (avoids X-Async errors)
21699
21700 2005-03-16  Jackson Harper  <jackson@ximian.com>
21701
21702         * TabControl.cs: Raise the SelectedIndexChanged event.
21703
21704 2005-03-16  Alexander Olk  <xenomorph2@onlinehome.de>
21705
21706         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
21707           - Removed vertical ToolBar and replaced it with a custom panel
21708             (desktop and home button already work)
21709           - Added Help button (some controls get resized or relocated then)
21710           - Draw correct text depending on Open or Save.
21711           - Fixed some typos...
21712
21713 2005-03-16  Jordi Mas i Hernandez <jordi@ximian.com>
21714
21715         * ScrollBar.cs:
21716           - Only change Maximum and Minimum when need it (bug fix)
21717
21718 2005-03-15  Peter Bartok  <pbartok@novell.com>
21719
21720         * Form.cs: Use Handle for icon, to trigger creation if
21721           the window does not yet exist
21722         * Control.cs:
21723           - CanSelect: Slight performance improvement
21724           - Focus(): Preventing possible recursion
21725           - Invalidate(): Removed ControlStyle based clear flag setting
21726           - WM_PAINT: fixed logic for calling OnPaintBackground
21727           - WM_ERASEBKGND: Fixed logic, added call to new driver method
21728             EraseWindowBackground if the control doesn't paint background
21729         * XplatUIWin32.cs:
21730           - Moved EraseWindowBackground() method to internal methods
21731           - Removed unused WM_ERASEBKGND handling in GetMessage; msg never comes;
21732             is sent via SendMessage on BeginPaint call on Win32
21733         * XplatUIX11.cs:
21734           - Added EraseWindowBackground() method
21735           - No longer sends WM_ERASEBKGND on .Expose, but on call to
21736             PaintEventStart, which more closely matches Win32 behaviour
21737           - Fixed Invalidate() call, now updates new ErasePending Hwnd property
21738           - Fixed SetFocus() to properly deal with client and whole windows
21739         * Hwnd.cs: Added ErasePending property
21740         * XplatUIOSX.cs: Stubbed EraseWindowBackground() method
21741         * XplatUI.cs, XplatUIDriver.cs: Added EraseWindowBackground() method
21742
21743 2005-03-12  Geoff Norton  <gnorton@customerdna.com>
21744
21745         * XplatUIOSX.cs:
21746           - Fix hard loop when timers exist.
21747           - Fix bugs with middle and right click for 3 button mice.
21748
21749 2005-03-11  Peter Bartok  <pbartok@novell.com>
21750
21751         * XplatUIX11.cs:
21752           - get_WorkingArea: Need to call X directly, GetWindowPos only
21753             returns cached data now
21754           - Added sanity check to GetWindowPos hwnd usage
21755
21756 2005-03-11  Jackson Harper  <jackson@ximian.com>
21757
21758         * BindingManagerBase.cs: This method isn't used anymore as
21759         PullData now updates the data in the control.
21760
21761 2005-03-11  Jordi Mas i Hernandez <jordi@ximian.com>
21762
21763         * Form.cs: fixes menu drawing on X11
21764         * MenuAPI.cs:  fixes menu drawing on X11
21765
21766 2005-03-11  Peter Bartok  <pbartok@novell.com>
21767
21768         * Control.cs: Changed OnCreateControl behaviour based on a suggestion
21769           from Jonathan Gilbert; should fix bug #73606
21770         * XplatUIX11.cs: Fixed NC Mouse message coordinates, they need to be
21771           in Screen coordinates. Thanks, Jordi.
21772         * Form.cs: Added missing attribute
21773
21774 2005-03-11  Peter Bartok  <pbartok@novell.com>
21775
21776         * Form.cs:
21777           - Rudimentary Mdi support
21778           - Removed outdated FormParent code
21779           - Implemented lots of missing properties and methods, still missing
21780             transparency support
21781           - Added missing attributes
21782           - Implemented support for MaximumBounds
21783           - Added firing of various events
21784         * XplatUI.cs: Added SetIcon() method
21785         * XplatUIDriver.cs: Added SetIcon() abstract
21786         * XplatUIOSX.cs: Stubbed out SetIcon() method
21787         * XplatUIX11.cs:
21788           - Implemented SetIcon() support
21789           - Moved SetMenu() and SetBorderStyle() to proper alphabetical pos
21790           - Switched to unix line endings
21791         * XplatUIWin32.cs:
21792           - Made POINT internal so for can access it as part of MINMAX
21793           - Implemented SetIcon() support
21794           - Implemented support for CLIENTCREATESTRUCT (but might have to drop
21795             native Mdi support again, might have to go managed)
21796         * Control.cs: Now fires the StyleChanged event
21797         * MdiClient.cs: Added; still mostly empty
21798
21799 2005-03-10  Peter Bartok  <pbartok@novell.com>
21800
21801         * SaveFileDialog.cs: Added emtpy file
21802
21803 2005-03-08  Peter Bartok  <pbartok@novell.com>
21804
21805         * Control.cs: Fixed bug #73190; now invokes CreateControl (which
21806           in turn triggers OnCreateContro) when creating a handle for the
21807           first time.
21808         * TextControl.cs: Fixed endless loop in certain cases when
21809           replacing the current selection
21810
21811 2005-03-08  Jordi Mas i Hernandez <jordi@ximian.com>
21812
21813         * ScrollBar.cs:
21814           - Honors NewValue changes in Scroll events allowing apps to change it
21815           - Adds First and Last Scroll events
21816           - Fixes Thumb events
21817
21818 2005-03-07  Peter Bartok  <pbartok@novell.com>
21819
21820         * Hwnd.cs: Added DefaultClientRectangle property
21821         * XplatUI.cs: Now using the X11 driver Where() method, which provides
21822           more detailed debug information
21823         * XplatUIX11.cs:
21824           - Fixed size-change feedback loop, where we would pull an old size
21825             off the queue and mistakenly change our window's size to an
21826             earlier value
21827           - Now compressing ConfigureNotify events, to reduce looping and
21828             redraw issues
21829         * TextBoxBase.cs: Preventing crash when no text is set and ToString()
21830           is called
21831
21832 2005-03-07  Jackson Harper  <jackson@ximian.com>
21833
21834         * Binding.cs: Push data pushes from data -> property. Check if the
21835         property is readonly when attempting to set it.
21836
21837 2005-03-07  Jackson Harper  <jackson@ximian.com>
21838
21839         * Binding.cs: Format and parse data correctly. Use ASsignableFrom
21840         instead of IsSubclassOf. Pulling data now sets the value on the
21841         control.
21842         * PropertyManager.cs:
21843         * CurrencyManager.cs: Just need to pull data when updating now,
21844         because PullData will set the value on the control.
21845
21846 2005-03-04  Jackson Harper  <jackson@ximian.com>
21847
21848         * Binding.cs: Implement data type parsing and converting on pulled
21849         data. TODO: Are there more ways the data can be converted?
21850
21851 2005-03-04  Jackson Harper  <jackson@ximian.com>
21852
21853         * Binding.cs: Support <Property>IsNull checks. Also bind to the
21854         controls Validating method so we can repull the data when the
21855         control loses focus.
21856
21857 2005-03-03  Jordi Mas i Hernandez <jordi@ximian.com>
21858
21859         * ColumnHeader.cs:
21860           - Fixes null string format
21861           
21862         * ListView.cs:
21863           - Adds enum type checks
21864           - Fixes redrawing and recalc need after changing some properties
21865           - Fixes on focus_item set after the event
21866           - Fixes adding columns after the control has been created
21867           
21868         * ThemeWin32Classic.cs:
21869           - Fixes CheckBox focus rectangle
21870           - Fixes ColumnHeader drawing
21871
21872
21873 2005-03-03  Jackson Harper  <jackson@ximian.com>
21874
21875         * Binding.cs: Bind to <Property>Changed events so we can detect
21876         when properties are changed and update the data.
21877
21878 2005-03-02  Jordi Mas i Hernandez <jordi@ximian.com>
21879
21880         * ImageList.cs:
21881           - Changes 32-bit pixel format to Format32bppArgb to allow transparency
21882           - Fixes ImageList constructor with ImageList container
21883           - Fixes image scaling (wrong parameters at DrawImage)
21884
21885 2005-02-02  Jackson Harper  <jackson@ximian.com>
21886
21887         * Binding.cs: Make property searches case-insensitive. Eliminate
21888         some duplicated code.
21889
21890 2005-03-01  Jordi Mas i Hernandez <jordi@ximian.com>
21891
21892         * ComboBox.cs:
21893                 - Handle focus event
21894                 - Fix scrollbar events
21895                 - Discard highlighted item if remove it
21896                 - Fixes SelectedItem with strings
21897
21898 2005-03-01  Peter Bartok  <pbartok@novell.com>
21899
21900         * Control.cs:
21901           - Fixed Visible property, now follows (once again) parent chain
21902             to return false if any control in the chain is visible=false
21903           - Fixed OnParentVisibleChanged, now just calls OnVisibleChanged event
21904           - Fixed several places where is_visible instead of Visible was used
21905           - Implemented FIXME related to focus selection when setting focused
21906             control to be invisible
21907
21908         * XplatUIWin32.cs: Now using proper method to find out if window is
21909           visible. Thanks to Jordi for pointing it out
21910
21911 2005-02-28  Jordi Mas i Hernandez <jordi@ximian.com>
21912
21913         * ComboBox.cs: show/hide scrollbar instead of creating it
21914
21915 2005-02-27  Jackson Harper  <jackson@ximian.com>
21916
21917         * CurrencyManager.cs: Add PositionChanged stuff.
21918
21919 2005-02-27  Peter Bartok  <pbartok@novell.com>
21920
21921         * XplatUI.cs, XplatUIDriver.cs: Added new GetMenuOrigin() method
21922         * XplatUIOSX.cs: Added GetMenuOrigin() stub
21923         * XplatUIWin32.cs: Implemented GetMenuOrigin()
21924         * XplatUIX11.cs:
21925           - Implemented GetMenuDC()
21926           - Implemented GetMenuOrigin()
21927           - Implemented ReleaseMenuDC()
21928           - Implemented generation of WM_NCPAINT message
21929           - Implemented generation and handling of WM_NCCALCSIZE message
21930         * Form.cs: Added debug helper message for Jordi's menu work
21931         * Hwnd.cs:
21932           - Modified ClientRect property; added setter, fixed getter to handle
21933             setting of ClientRect
21934           - Added MenuOrigin property
21935
21936 2005-02-26  Peter Bartok  <pbartok@novell.com>
21937
21938         * XplatUIX11.cs:
21939           - Destroys the caret if a window that's being destroyed contains it
21940           - Ignores expose events coming from the X11 queue for windows that
21941             already are destroyed
21942           - Now uses the proper variable for handling DestroyNotify, before we
21943             marked the wrong window as destroyed
21944           - Improved/added some debug output
21945
21946 2005-02-26  Peter Bartok  <pbartok@novell.com>
21947
21948         * X11Keyboard.cs: Fixes to work on 64bit systems
21949
21950 2005-02-26  Peter Bartok  <pbartok@novell.com>
21951
21952         * Control.cs:
21953           - Now calling OnHandleDestroyed from DestroyHandle()
21954             instead of Dispose()
21955           - Removed bogus call to controls.Remove() from DestroyHandle()
21956
21957 2005-02-26  Peter Bartok  <pbartok@novell.com>
21958
21959         * Control.cs: Properly destroy child windows when our handle is
21960           destroyed
21961
21962 2005-02-25  Peter Bartok  <pbartok@novell.com>
21963
21964         * XplatUI.cs:
21965           - Added 'DriverDebug' define to allow tracing XplatUI API calls
21966           - Alphabetized Static Methods and Subclasses
21967
21968         * XplatUIX11.cs:
21969           - Added XException class to allow custom handling of X11 exceptions
21970           - Created custom X11 error handler, tied into XException class
21971           - Added support for MONO_XEXCEPTIONS env var to allow the user
21972             to either throw an exception on X errors or continue running
21973             after displaying the error
21974           - Added handling of DestroyNotify message
21975           - Added handler for CreateNotify message (still disabled)
21976           - Improved (tried to at least) Where method to provide file and lineno
21977         * X11Structs.cs:
21978           - Added XErrorHandler delegate
21979           - Added XRequest enumeration (to suppor translation of errors)
21980
21981 2005-02-25  Jackson Harper  <jackson@ximian.com>
21982
21983         * PropertyManager.cs: Implement editing features
21984         * CurrencyManager.cs:
21985         * Binding.cs: First attempt at UpdateIsBinding
21986         * BindingManagerBase.cs: Call UpdateIsBinding before
21987         pushing/pulling data.
21988
21989 2005-02-25  Jordi Mas i Hernandez <jordi@ximian.com>
21990
21991         * MenuAPI.cs: Respect disabled items
21992         * ThemeWin32Classic.cs
21993                 - Caches ImageAttributes creation for DrawImageDisabled
21994                 - Fixes vertical menu line drawing
21995                 - Draws disabled arrows in disable menu items
21996
21997 2005-02-24  Peter Bartok  <pbartok@novell.com>
21998
21999         * Hwnd.cs:
22000           - Added UserData property to allow associating arbitrary objects
22001             with the handle
22002           - Fixed leak; now removing Hwnd references from static windows array
22003         * XplatUIWin32.cs:
22004           - Fixed Graphics leak in PaintEventEnd
22005           - Removed usage of HandleData, switched over to Hwnd class
22006         * HandleData.cs: Removed, obsoleted by Hwnd.cs
22007
22008 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
22009
22010         * ThemeWin32Classic.cs: Adds Cliping to TrackBar drawing
22011         * ScrollBar.cs: Fixes bug
22012         * TrackBar.cs: removes death code, clipping, mimize refreshes,
22013          keyboard navigation enhancements
22014
22015 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
22016
22017         * Control.cs: Call DefWndProc at WM_PAINT only if UserPaint not defined
22018         * GroupBox.cs: Add control styles
22019         * Label.cs: Add control styles
22020         * UpDownBase.cs: Add control styles
22021         * ListBox.cs: Add control styles
22022         * XplatUIWin32.cs: Fixes wrong parameter order
22023
22024
22025 2005-02-23  Chris Bacon  <chris.bacon@docobo.co.uk>
22026
22027         * ListView.cs: Assign owner for ColumnHeader. Patch by Chris Bacon
22028
22029 2005-02-23  Jackson Harper  <jackson@ximian.com>
22030
22031         * PropertyManager.cs: Implement property binding. This doesn't
22032         seem to work yet though as (I think) there are some bugs in
22033         System.ComponentModel.PropertyDescriptor.
22034         * BindingContext.cs: Use new PropertyManager constructor.
22035
22036 2005-02-23  Jordi Mas i Hernandez <jordi@ximian.com>
22037
22038         * ProgressBar.cs: use clip region in ProgressBar
22039         * ThemeWin32Classic.cs: use clip region in ProgressBar
22040
22041 2004-02-22  Jackson Harper  <jackson@ximian.com>
22042
22043         * BindingsCollection.cs: Remove some debug code.
22044
22045 2005-02-22  Jackson Harper  <jackson@ximian.com>
22046
22047         * BindingContext.cs:
22048         * ControlBindingsCollection.cs:
22049         * CurrencyManager.cs:
22050         * Binding.cs:
22051         * BindingManagerBase.cs: Initial implementation
22052         * BindingsCollection.cs: Add an internal contains method that the
22053         BindingManagerBase uses to ensure bindings aren't added twice to
22054         the collection.
22055         * PropertyManager.cs: Stubbed out.
22056         * Control.cs:
22057         * ContainerControl.cs: Hook up databinding
22058         
22059 2005-02-22  Geoff Norton  <gnorton@customerdna.com>
22060
22061         * XplatUIOSX.cs:
22062           OSXStructs.cs: Refactored to handle the new Hwnd NC logic area.
22063           Fixed Invalidate/Update chain.
22064           Fixed tons of other minor bugs (this is almost a complete rewrite).
22065
22066 2005-02-22  Jordi Mas i Hernandez <jordi@ximian.com>
22067
22068         * ComboBox.cs: do subcontrol creation when the control is created
22069
22070 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
22071
22072         * Label.cs: fixes image drawing (image and imagelist)
22073         * ThemeWin32Classic.cs: cache brushes
22074         
22075 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
22076
22077         * Form.cs: Move menu drawing code to Theme class
22078         * ComboBox.cs: Move ComboBox drawing code to Theme class
22079         * MenuItem.cs: Move menu drawing code to Theme class
22080         * MenuAPI.cs: Move menu drawing code to Theme class
22081         * ThemeWin32Classic.cs: New methods
22082         * CheckedListBox.cs: Move CheckedListbox drawing code to Theme class
22083         * ListBox.cs: Move Listbox drawing code to Theme class
22084         * Theme.cs: New methods
22085
22086 2005-02-20  Peter Bartok  <pbartok@novell.com>
22087
22088         * Control.cs:
22089           - Fixed ProcessKeyEventArgs to also handle WM_SYSKEY messages (and
22090             only process mnemonics on those)
22091           - Fixed event sequence for key handling; first calling
22092             ProcessKeyEventArgs now
22093         * TextBoxBase.cs:
22094           - Removed WM_KEYDOWN hook, instead we now use ProcessDialogKey()
22095             for processing non-character keys
22096           - Fixed WM_CHAR to generate proper event sequence before processing
22097         * XplatUIWin32.cs: Added ALT key state to ModifierKeys property
22098           generation
22099
22100 2005-02-19  Peter Bartok  <pbartok@novell.com>
22101
22102         * UserControl.cs: Added TextChanged event; added attributes
22103         * SizeGrip.cs: Implemented resizing and optional display of grip
22104         * Form.cs: Fixed attribute
22105         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs:
22106           Changed meaning of ScrollWindow bool argument; instead of the
22107           clear attribute (which will be true usually anyway), it gives the
22108           option of moving child controls as well.
22109         * XplatUIX11.cs:
22110           - Changed to match new ScrollWindow argument
22111           - Fixed GetWindowPos/SetWindowPos behaviour for toplevel controls,
22112             now handles the implicit parent window a WM puts around us
22113         * ScrollableControl.cs: Implemented (not the prettiest, but it seems
22114           to work)
22115         * TextBoxBase.cs: Adjusted to new ScrollWindow arguments
22116         * TreeView.cs: Adjusted to new ScrollWindow arguments
22117
22118 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
22119
22120         * Form.cs: Menu integration with non-client area
22121         * MenuItem.cs: Menu integration with non-client area
22122         * MenuAPI.cs: Menu integration with non-client area
22123
22124 2005-02-18  Peter Bartok  <pbartok@novell.com>
22125
22126         * MethodInvoker.cs: Added
22127         * MdiLayout.cs: Added
22128         * SendKeys.cs: Started implementation
22129         * ErrorIconAlignment.cs: Added
22130
22131 2005-02-18  Peter Bartok  <pbartok@novell.com>
22132
22133         * XplatUIWin32.cs: Implemented SetMenu(); fixed GetMenuDC()
22134         * Form.cs: Added handling for Menu-related Non-client messages
22135
22136 2005-02-17  Peter Bartok  <pbartok@novell.com>
22137
22138         * UpDownBase.cs: Fixed typo, compilation errors
22139         * DomainUpDown.cs: Fixed attribute value
22140
22141 2005-02-16  Miguel de Icaza  <miguel@novell.com>
22142
22143         * UpDownBase.cs: Attach entry events.
22144         Propagate events.
22145         Add ForeColor property, Focused, InterceptArrowKeys (interception
22146         does not work yet).
22147
22148 2005-02-17  Jordi Mas i Hernandez <jordi@ximian.com>
22149
22150         * Form.cs:
22151                 - Redraw non client are on Setmenu
22152                 - Calc proper menu starting point
22153
22154 2005-02-17  Peter Bartok  <pbartok@novell.com>
22155
22156         * Application.cs: Fixed message_filter check
22157
22158 2005-02-17  Peter Bartok  <pbartok@novell.com>
22159
22160         * Application.cs: Now calls registered message filters
22161         * DockStyle.cs: Fixed attribute
22162         * Form.cs: Fixed attribute
22163         * Menu.cs: Fixed attribute
22164         * ToolTip.cs: Fixed attribute
22165         * TreeNode.cs: Added missing attributes and arranged in regions
22166         * PropertyGrid.cs: Fixed signatures
22167         * TreeNodeCollection.cs: Added attributes
22168         * Splitter.cs: Added missing attributes; arranged into regions
22169         * TabPage.cs: Added missing attributes; arranged into regions
22170         * TextBoxBase.cs: Added missing attributes
22171         * TextBox.cs: Added missing attributes
22172         * ArrangeDirection.cs: Added missing attributes
22173         * TreeNodeConverter.cs: Added stub (needed for TreeNode)
22174         * ToolBarButton.cs: Fixed attributes
22175         * AnchorStyles.cs: Fixed attribute
22176         * TrackBar.cs: Fixed attributes
22177         * TabControl.cs: Added missing attributes and arranged into regions
22178         * ToolBar.cs: Fixed attribute
22179         * StatusBar.cs: Fixed signature, organized into regions and added
22180           attributes
22181         * StatusBarPanel.cs: Fixed attributes
22182         * ContentsResizedEventArgs.cs: Implemented
22183         * ContentsResizedEventHandler.cs: Implemented
22184         * DateBoldEventArgs.cs: Implemented
22185         * DateBoldEventHandler.cs: Implemented
22186         * UpDownEventArgs.cs: Implemented
22187         * UpDownEventHandler.cs: Implemented
22188         
22189 2005-02-16  Jordi Mas i Hernandez <jordi@ximian.com>
22190
22191         * Form.cs: first Menu NC refactoring
22192         * MenuAPI.cs: first Menu NC refactoring
22193         
22194 2005-02-16  Peter Bartok  <pbartok@novell.com>
22195
22196         * ImeMode.cs: Added missing attributes
22197         * Menu.cs: Fixed attribute
22198         * GroupBox.cs: Fixed attribute
22199         * Label.cs: Fixed attribute
22200         * ColorDialog.cs (RunDialog): Removed TODO attribute
22201         * ComboBox.cs: Fixed attributes
22202         * ListControl.cs: Added missing attributes
22203         * PropertyGrid.cs: Fixed attributes
22204         * Control.cs: Fixed attributes
22205         * ListViewItem.cs: Added TypeConverter attribute
22206         * NotifyIcon.cs: Fixed attributes
22207         * ListView.cs: Fixed attributes
22208         * ButtonBase.cs: Fixed attribute
22209         * ImageList.cs: Added missing attributes
22210         * ContainerControl.cs: Fixed signature
22211         * CheckedListBox.cs: Fixed attribute; added missing attributes
22212         * Panel.cs: Fixed attributes
22213         * PropertyTabChangedEventArgs.cs: Added missing attribute
22214         * PropertyValueChangedEventArgs.cs: Added missing attribute
22215         * Binding.cs: Fixed attribute
22216         * ListViewItemConverter: Implemented ListViewSubItemConverter class
22217         * ListBox.cs: Fixed attribute; added missing attributes;
22218         * ScrollableControl.cs: Added missing attributes
22219         * PictureBox.cs: Added missing attributes; implemented missing property
22220         * DateTimePicker.cs: Added missing attributes
22221         * Theme.cs (ToolWindowCaptionHeight): Fixed type
22222         * MonthCalendar.cs: Fixed attributes
22223         * StatusBarPanel.cs: Added missing attributes
22224         * SystemInformation.cs (ToolWindowCaptionHeight): Fixed type
22225
22226 2005-02-16  Peter Bartok  <pbartok@novell.com>
22227
22228         * TextBoxBase.cs: The previous method to enforce height yet remember
22229           the requested high was less than ideal, this is an attempt to do
22230           it better.
22231         * Control.cs: Added comment about possible problem
22232         * Copyright: Updated format
22233         * GridItemType.cs: Fixed swapped values
22234
22235 2005-02-15  Jackson Harper  <jackson@ximian.com>
22236
22237         * BaseCollection.cs: Use property so we never access an
22238         uninitialized list. Also initialize the list in the property.
22239
22240 2005-02-15  Peter Bartok  <pbartok@novell.com>
22241
22242         * GroupBox.cs (ProcessMnemonic): Implemented
22243         * Label.cs (ProcessMnemonic): Implemented
22244         * ThemeWin32Classic.cs (DrawGroupBox): Added stringformat to show
22245           hotkeys
22246
22247 2005-02-15  Peter Bartok  <pbartok@novell.com>
22248
22249         * RadioButton.cs (ProcessMnemonic): Implemented
22250         * CheckBox.cs (ProcessMnemonic): Implemented
22251         * Control.cs:
22252           - Added handling of WM_SYSxxx keyboard messages to support mnemonic
22253             handling
22254           - Added internal method to allow calling ProcessMnemonic from other
22255             controls
22256         * ContainerControl.cs:
22257           - Started support for handling validation chain handling
22258           - Implemented ProcessMnemonic support
22259           - Added Select() call to Active, to make sure the active control
22260             receives focus
22261         * Form.cs: Setting toplevel flag for Forms (this was lost in the
22262           FormParent rewrite)
22263         * ThemeWin32Classic.cs:
22264           - DrawCheckBox(): Fixed stringformat to show hotkeys
22265           - DrawRadioButton(): Fixed stringformat to show hotkeys
22266         * CommonDialog.cs: Removed WndProc override, not needed
22267
22268 2005-02-14  Peter Bartok  <pbartok@novell.com>
22269
22270         * XplatUIX11.cs: Fixed NotImplemented exceptions for properties,
22271           missed those in the rewrite
22272
22273 2005-02-14  Miguel de Icaza  <miguel@novell.com>
22274
22275         * NumericUpDown.cs (Increment, ToString): Add.
22276         (DecimalPlaces): implement.
22277         
22278         Add attributes.
22279         
22280         * UpDownBase.cs: Add the designer attributes.
22281
22282 2005-02-13  Peter Bartok  <pbartok@novell.com>
22283
22284         * Panel.cs: Removed border_style, now in Control
22285         * XplatUIDriver.cs: Added SetBorderStyle, SetMenu, GetMenuDC and
22286           ReleaseMenuDC Methods; renmaed ReleaseWindow to UngrabWindow
22287
22288 2005-02-13  Peter Bartok  <pbartok@novell.com>
22289
22290         * MouseButtons.cs: Added missing attributes
22291         * XplatUIStructs.cs: Added enumeration for title styles
22292         * LeftRightAlignment.cs: Added missing attributes
22293         * Hwnd.cs: Switched to use client_window as handle (slower, but makes
22294           it compatible with Graphics.FromHwnd()
22295         * SelectedGridItemChangedEventArgs.cs: Fixed property type
22296         * Keys.cs: Added missing attributes
22297         * SelectionRange.cs: Added missing attributes
22298         * SelectionRangeConverter.cs: Added
22299         * XplatUI.cs:
22300           - Introduced SetBorderStyle, SetMenu, GetMenuDC and
22301             ReleaseMenuDC methods
22302           - Renamed ReleaseWindow to UngrabWindow
22303           - Added proper startup notice to allow version identification
22304         * Form.cs:
22305           - Added missing attributes
22306           - Removed FormParent concept
22307         * Label.cs: Removed border_style field, now in Control
22308         * RadioButton.cs: Now properly selects RadioButton when focus is
22309           received
22310         * ThemeGtk.cs: Fixed SetDisplay call to match new X11 behaviour
22311         * Control.cs:
22312           - Added missing attributes
22313           - Added borderstyle handling
22314           - Removed FormParent concept support
22315           - Fixed calls to XplatUI to match changed APIs
22316           - Fixed bug that would case us to use disposed Graphics objects
22317           - Removed unneeded internal methods
22318           - PerformLayout(): Fixed to handle DockStyle.Fill properly
22319           - SelectNextControl(): Fixed to properly check common parents
22320         * TextBoxBase.cs: Removed border_style field (now in Control)
22321         * MessageBox.cs:
22322           - Patch by Robert Thompson (rmt@corporatism.org): Added icon support,
22323             fixed calculations for form size
22324           - Added support for localized strings and icons
22325           - Improved form size calculations, added border
22326         * ListView.cs: Removed border_style field (now in Control)
22327         * X11Structs.cs: Moved several structs from X11 driver here
22328         * X11Keyboard.cs: Changed debug message
22329         * Application.cs: Removed FormParent concept support
22330         * CommonDialog.cs:
22331           - Resetting end_modal flag
22332           - Removed FormParent concept support
22333         * NativeWindow.cs: Removed FormParent concept support
22334         * XplatUIX11.cs: Rewritten, now using the new Hwnd class, implementing
22335           Client area and Non-Client whole window to allow support for WM_NC
22336           messages
22337         * XplatUIOSX.cs: Updated to match latest driver spec; added exception
22338           prevent using it until it supports Hwnd as per Geoff Norton's request
22339         * ToolBar.cs: Fixed drawing, was not doing proper drawing
22340         * PictureBox.cs: Removed border_style field, now in Control
22341         * XplatUIWin32.cs: Added new driver methods
22342
22343 2005-02-12  Peter Bartok  <pbartok@novell.com>
22344
22345         * OpacityConverter.cs: Implemented
22346         * Hwnd.cs: Internal class to support drivers that need to emulate
22347           client area/non-client area window behaviour
22348
22349 2005-02-11  Peter Bartok  <pbartok@novell.com>
22350
22351         * KeysConverter.cs: Implemented
22352
22353 2005-02-11  Jordi Mas i Hernandez <jordi@ximian.com>
22354
22355         * Menu.cs: fixes methods GetContextMenu, GetMainMenu, ToString
22356         * LinkLabel: Added missing attributes
22357         * MainMenu.cs: fixes ToString
22358         * MenuItem.cs: fixes methods GetContextMenu, GetMainMenu
22359         * ListBox.cs: fixes event position
22360         * TrackBar.cs: adds missing attributes and events
22361         
22362 2005-02-10  Jordi Mas i Hernandez <jordi@ximian.com>
22363
22364         * MenuItem.cs: Use SystemInformation and bug fixes
22365         * MenuAPI.cs: Use SystemInformation and bug fixes
22366
22367 2005-02-09  Jackson Harper  <jackson@ximian.com>
22368
22369         * X11Keyboard.cs: We ignore some keys, but still need to set/reset
22370         their keystate otherwise things like VK_MENU get stuck "on".
22371
22372 2005-02-09  Kazuki Oikawa <kazuki@panicode.com>
22373
22374         * ListBox.cs: Fixes AddRange bug
22375         
22376 2005-02-09  Jordi Mas i Hernandez <jordi@ximian.com>
22377
22378         * ProgressBar.cs
22379                 - Add missing attributes
22380                 - Add missing method
22381                 
22382         * CheckedListBox.cs: Added missing attributes
22383                 - Add missing attributes
22384                 - Remove extra method
22385         
22386         * ComboBox.cs: Added missing attributes
22387         * VScrollBar.cs: Added missing attributes
22388         * ScrollBar.cs:  Added missing attributes
22389         * ListBox.cs: Fixes signature, add missing consts
22390         * LinkArea.cs:   Added missing attributes
22391         
22392
22393 2005-02-08  Peter Bartok  <pbartok@novell.com>
22394
22395         * Menu.cs: Added missing attributes
22396         * MainMenu.cs: Added missing attributes
22397         * GroupBox.cs: Added missing attributes
22398         * Label.cs: Added missing attributes
22399         * CheckBox.cs: Implemented CheckBoxAccessibleObject class
22400         * ColorDialog.cs:
22401           - Added Instance and Options properties
22402           - Added missing attributes
22403         * Cursor.cs: Made Serializable
22404         * NotifyIcon: Added missing attributes
22405         * MenuItem.cs: Added missing attributes
22406         * TextBoxBase.cs: Implemented AppendText() and Select() methods
22407         * Panel.cs: Added Missing attributes
22408         * MonthCalendar.cs: Fixed CreateParams
22409
22410 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
22411         
22412         * LinkLabel.cs:
22413                 - Fixes signature
22414                 - Fixes issues with links
22415                 - Adds the class attributes
22416
22417 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
22418         
22419         * ComboBox.cs:
22420                 - Fixes button when no items available in dropdown
22421                 - Fixes repainting problems
22422                 - Adds the class attributes
22423                 
22424 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
22425
22426         * XplatUIOSX.cs: Detect the menu bar and title bar height from
22427         the current theme.  Cache these on startup.
22428
22429 2005-02-07  Jackson Harper  <jackson@ximian.com>
22430
22431         * ScrollBar.cs: Give the correct clipping rect to the theme. Dirty
22432         the scrollbar buttons when they are depressed.
22433
22434 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
22435
22436         * XplatUIOSX.cs: Really fix working at resolutions not 1024x768.
22437         Get the display size from the main displayid.  We currently dont
22438         support multiple display configurations.
22439
22440 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
22441
22442         * XplatUIOSX.cs: Ensure the window doesn't get stuck behind the statusbar.
22443
22444 2005-02-07  Miguel de Icaza  <miguel@novell.com>
22445
22446         * UpDownBase.cs: Add ReadOnly and UpDownAlign properties.
22447
22448 2005-02-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
22449
22450         * PropertyGrid.cs: Updated. Patch by Jonathan Chambers
22451
22452 2005-02-04  Jackson Harper  <jackson@ximian.com>
22453
22454         * ThemeWin32Classic.cs: Respect the clipping rect when
22455         drawing. Only fill the intersection of clips and rects so there
22456         isn't a lot of large fills.
22457         * ScrollBar.cs: Pass the correct clipping rect to the theme
22458         engine. Remove some debug code.
22459
22460 2005-02-05  John BouAntoun  <jba-mono@optusnet.com.au>
22461         
22462         * DateTimePicker.cs:
22463                 - Fixed crash on DateTime.Parse, use Constructor instead
22464
22465 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
22466         
22467         * MenuItem.cs:
22468         * MenuAPI.cs:
22469                 - Owner draw support (MeasureItem and DrawItem)
22470
22471 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
22472         
22473         *  Menu.cs:
22474                 - Implements FindMergePosition and MergeMenu functions (very poor documented)
22475                 - Fixes MenuItems.Add range
22476         * MenuItem.cs:
22477                 - MergeMenu and Clone and CloneMenu functions
22478
22479 2005-02-03  Jackson Harper  <jackson@ximian.com>
22480
22481         * ScrollBar.cs: Make abstract
22482         * ScrollableControl.cs: Create H/V scrollbars now that scrollbar
22483         is abstract.
22484
22485 2005-02-03  Jackson Harper  <jackson@ximian.com>
22486
22487         * ScrollBar.cs: First part of my scrollbar fixups. This removes
22488         all the unneeded refreshes and uses invalidates with properly
22489         computed rects.
22490
22491 2005-02-03  Peter Bartok  <pbartok@novell.com>
22492
22493         * ComponentModel.cs: Added
22494         * IDataGridEditingService.cs: Added
22495         * Timer.cs: Added missing attributes
22496         * ToolTip.cs: Added missing attributes
22497
22498 2005-02-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
22499
22500         * PropertyGridView.cs: Added. Patch by Jonathan Chambers
22501
22502 2005-02-03  Peter Bartok  <pbartok@novell.com>
22503
22504         * ListBox.cs: Added missing attributes
22505
22506 2005-02-03  Jordi Mas i Hernandez <jordi@ximian.com>
22507         
22508         * ListBox.cs:
22509                 - Fixes font height after font change
22510                 - Avoid generating unnecesary OnSelectedIndexChanged on clearing
22511                 
22512 2005-02-02  Peter Bartok  <pbartok@novell.com>
22513
22514         * HandleData.cs: Introduced static methods to allow class
22515           to be more self-contained and track it's own HandleData objects
22516         * XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs: Fixed usage of
22517           HandleData to use new static methods
22518
22519 2005-02-02  Jordi Mas i Hernandez <jordi@ximian.com>
22520
22521         * Combobox.cs:
22522                 - Fixes default size and PreferredHeight
22523                 - Missing events
22524                 - ObjectCollection.Insert implementation
22525                 
22526         * ListControl.cs
22527                 - Fixes signature
22528         * ListBox.cs:
22529                 - Several fixes
22530                 - ObjectCollection.Insert implementation
22531                 - No selection after clean
22532                 - Small fixes
22533
22534 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
22535
22536         * ThemeWin32Classic.cs: quick fix to comboboxbutton pushed painting
22537
22538 2005-02-01  Jordi Mas i Hernandez <jordi@ximian.com>
22539
22540         * Combobox.cs:
22541                 - Caches ItemHeight calculation for OwnerDrawVariable
22542                 - Handles dropdown properly
22543                 - Fixes several minor bugs
22544
22545 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
22546
22547         * ListBox.cs:
22548                 - Fixes 71946 and 71950
22549                 - Fixes changing Multicolumn on the fly
22550                 - Fixes keyboard navigation on Multicolumn listboxes
22551
22552 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
22553         
22554         * XplatUIOSX.cs: Call ExitToShell in our teardown to avoid a
22555         crash reporter log.
22556
22557 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
22558
22559         * XplatUIOSX.cs: Allow applications to actually exit.
22560
22561 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
22562
22563         * XplatUIOSX.cs: SetWindowStyle implemented.  Reposition views in
22564         their parent at creation time rather than lazily later.  Fixes a major
22565         regression we were experiencing.
22566
22567 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
22568
22569         * ThemeWin32Classic.cs: more date time picker painting fixes
22570         * DateTimePicker.cs: more monthcalendar drop down fixes
22571         * MonthCalendar.cs: more CreateParams fixes to ensure correct drop down
22572
22573 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
22574
22575         * ScrollBar.cs:
22576                 - When moving the thumb going outside the control should stop the moving
22577                 - Adds the firing of missing events
22578                 - Fixes no button show if Size is not specified
22579                 - End / Home keys for keyboard navigation
22580
22581 2005-01-30  Peter Bartok  <pbartok@novell.com>
22582
22583         * NotifyIcon.cs (CalculateIconRect): Removed debug output and added
22584           sanity check to prevent theoretical loop
22585         * XplatUIWin32.cs (SetVisible): Removed debug output
22586         * XplatUIX11.cs (SystrayChange): Added sanity check
22587         * ScrollableControl.cs (OnVisibleChanged): Now calls base method
22588         * Control.cs (OnVisibleChanged): Added workaround for ParentForm
22589           behaviour, valid until the X11 client window rewrite is done
22590         * TextBox.cs (ctor): Setting proper default foreground and background
22591           colors
22592
22593 2005-01-30      John BouAntoun  <jba-mono@optusnet.com.au>
22594
22595         * Theme: Added DrawDateTimePicker to interface
22596         * ThemeWin32Classic.cs: Added DrawDateTimePicker (incomplete)
22597         * DateTimePicker.cs: Created (still needs keys and painting code)
22598         * DateTimePickerFormat.cs: added
22599         * MonthCalendar.cs: fixed CreateParams for popup window mode
22600           
22601 2005-01-29  Peter Bartok  <pbartok@novell.com>
22602
22603         * ControlPaint.cs: Fixed luminace value returned on achromatic colors,
22604           this should also the calculations for ligher/darker
22605         * Theme.cs: Fixed defaults for ScrollBar widths/heights
22606
22607 2005-01-29  Peter Bartok  <pbartok@novell.com>
22608
22609         * ArrangeDirection.cs: Added
22610         * ArrangeStartingPositon.cs: Added
22611         * SystemInformation.cs: Implemented
22612         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
22613           XplatUIX11.cs, Theme.cs: Added/implemented new static properties
22614           used by SystemInformation class
22615         * X11Strucs.cs: Added XSizeHints structure
22616         * MenuAPI.cs:
22617           - Fixed CreateParams to make sure the menu window is always visible
22618           - TrackPopupMenu: Added check to make sure we don't draw the
22619             menu offscreen
22620
22621 2005-01-29  Peter Bartok  <pbartok@novell.com>
22622
22623         * HandleData.cs: Added method for altering invalid area
22624         * TextBoxBase.cs: Implemented TextLength
22625
22626 2005-01-28  Peter Bartok  <pbartok@novell.com>
22627
22628         * XplatUIX11.cs: Improvement over last patch, not sending
22629           the WM_PAINT directly anymore, instead we scroll any pending
22630           exposed areas and let the system pick out the WM_PAINT later
22631
22632 2005-01-28  Peter Bartok  <pbartok@novell.com>
22633
22634         * SWF.csproj: Deleted, no longer used. Instead,
22635           Managed.Windows.Forms/SWF.csproj should be used
22636         * XplatUIX11.cs: Instead of posting the WM_PAINT, we send it
22637           directly, to avoid a potential race condition with the next
22638           scroll
22639
22640 2005-01-28  Peter Bartok  <pbartok@novell.com>
22641
22642         * XplatUI.cs: Made class internal
22643
22644 2005-01-28  Jordi Mas i Hernandez <jordi@ximian.com>
22645
22646         * CheckedListBox.cs:
22647                 - Draw focus
22648                 - Fixed Drawing
22649                 - Missing methods and events
22650
22651 2005-01-27  Peter Bartok  <pbartok@novell.com>
22652
22653         * Application.cs (Run): Don't use form if we don't have one
22654
22655 2005-01-27  Peter Bartok  <pbartok@novell.com>
22656
22657         * TextBoxBase.cs (get_Lines): Fixed index off by one error
22658
22659 2005-01-27  Peter Bartok  <pbartok@novell.com>
22660
22661         * GridEntry.cs: Added; Patch by Jonathan S. Chambers
22662         * GridItem.cs: Added; Patch by Jonathan S. Chambers
22663         * GridItemCollection.cs: Added; Patch by Jonathan S. Chambers
22664         * GridItemType.cs: Added; Patch by Jonathan S. Chambers
22665         * PropertyGrid.cs: Added; Patch by Jonathan S. Chambers
22666         * PropertySort.cs: Added; Patch by Jonathan S. Chambers
22667         * PropertyTabChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
22668         * PropertyTabChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
22669         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
22670         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
22671         * SelectedGridItemChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
22672         * SelectedGridItemChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
22673
22674 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
22675
22676         * Combobox.cs:
22677                 - Draw focus on Simple Combobox
22678                 - Fixes drawing issues
22679                 - fixes 71834
22680
22681 2005-01-27  Peter Bartok  <pbartok@novell.com>
22682
22683         * Form.cs:
22684           - Place window in default location, instead of hardcoded 0/0
22685           - Send initial LocationChanged event
22686         * Control.cs:
22687           - UpdateBounds after creation to find out where the WM placed us
22688           - Make sure that if the ParentForm changes location the Form
22689             is notified
22690         * XplatUIX11.cs: XGetGeometry will not return the coords relative
22691             to the root, but to whatever the WM placed around us.
22692             Translate to root coordinates before returning toplevel
22693             coordinates
22694         * XplatUIWin32.cs: Removed debug output
22695         * XplatUIOSX.cs, XplatUI.cs, XplatUIDriver.cs: Added toplevel
22696           flag to GetWindowPos, to allow translation of coordinates on X11
22697
22698 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
22699
22700         * ListBox.cs: connect LostFocus Event
22701
22702 2005-01-27  Peter Bartok  <pbartok@novell.com>
22703
22704         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
22705           XplatUIX11.cs: Extended the Systray API
22706         * Form.cs: Removed debug output
22707         * Application.cs: Fixed focus assignment, always need to call
22708           XplatUI.Activate() since Form.Activate() has rules that may
22709           prevent activation
22710         * NotifyIcon.cs: Should be complete now
22711         * ToolTip.cs: Worked around possible timer bug
22712
22713 2005-01-27  Jackson Harper  <jackson@ximian.com>
22714
22715         * TabControl.cs:
22716         - Only invalidate the effected tabs when the
22717         selected index changes. This reduces drawing and gets rid of some
22718         flicker.
22719         - Only refresh if the tabs need to be shifted, otherwise only
22720         invalidate the slider button.
22721         - On windows the tabs are not filled to right if the slider is
22722         visible.
22723         
22724 2005-01-27  Jackson Harper  <jackson@ximian.com>
22725
22726         * TabControl.cs: Only refresh on mouseup if we are showing the
22727         slider. Also only invalidate the button whose state has changed.
22728
22729 2005-01-26  Peter Bartok  <pbartok@novell.com>
22730
22731         * XplatUI.cs, XplatUIDriver.cs: Added Systray methods
22732         * XplatUIWin32.cs: Implemented SystrayAdd(), SystrayChange()
22733           and SystrayRemove() methods
22734         * XplatUIOSX.cs: Stubbed Systray methods
22735         * XplatUIX11.cs:
22736           - Implemented SystrayAdd(), SystrayChange() and SystrayRemove()
22737             methods
22738           - Fixed broken XChangeProperty calls (marshalling messed up things)
22739         * X11Structs.cs: Added enums and structs required for Size hinting
22740         * NotifyIcon.cs: Added & implemented
22741
22742 2005-01-26  Jackson Harper  <jackson@ximian.com>
22743
22744         * TabControl.cs: Space vertically layed out tabs properly.
22745
22746 2005-01-26  Peter Bartok  <pbartok@novell.com>
22747
22748         * Form.cs (CreateClientParams): Always set the location to 0,0
22749           since we're a child window.
22750
22751         * Control.cs (SetVisibleCore): Always explicitly setting the location
22752           of a toplevel window, apparently X11 doesn't like to move windows
22753           while they're not mapped.
22754
22755 2005-01-26  Jackson Harper  <jackson@ximian.com>
22756
22757         * TabControl.cs: Implement FillToRight size mode with vertically
22758         rendered tabs.
22759
22760 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
22761
22762         * ControlPaint.cs, ThemeWin32Classic.cs
22763                 - Fixes DrawFocusRectangle
22764
22765 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
22766
22767         * MenuAPI.cs:
22768                 - MenuBar tracking only starts when item is first clicked
22769                 - Fixes menu hidding for multiple subitems
22770                 - Unselect item in MenuBar when item Executed
22771                 - Fixes bug 71495
22772
22773 2005-01-25  Jordi Mas i Hernandez <jordi@ximian.com>
22774
22775         * ListControl.cs:
22776                 - IsInputKey for ListBox
22777         * ListBox.cs:
22778                 - Focus item
22779                 - Shift and Control item selection
22780                 - Implement SelectionMode.MultiExtended
22781                 - Fixes RightToLeft
22782         * ComboBox.cs:
22783                 - IsInputKey implemented
22784                 - Do not generate OnTextChangedEdit on internal txt changes
22785                 
22786 2005-01-23  Peter Bartok  <pbartok@novell.com>
22787
22788         * AccessibleObject.cs: Partially implemented Select()
22789         * MonthCalendar.cs: Added missing attributes and events
22790         * Form.cs: Fixed CreateParams behaviour, now controls derived from
22791           form can properly override CreateParams.
22792         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
22793           XplatUIX11.cs: Dropped RefreshWindow method, not needed if
22794           Control performs Invalidate & Update
22795         * NativeWindow (CreateHandle): Added special handling for Form
22796           and Form.FormParent classes to allow overriding of From.CreateParams
22797         * Control.cs:
22798           - ControlNativeWindow: Renamed 'control' variable to more intuitive
22799             name 'owner'
22800           - ControlNativeWindow: Added Owner property
22801           - Removed usage of Refresh() on property changes, changed into
22802             Invalidate(), we need to wait until the queue is processed for
22803             updates, direct calls might cause problems if not all vars for
22804             Paint are initialized
22805           - Added call to UpdateStyles() when creating the window, to set any
22806             styles that CreateWindow might have ignored.
22807           - Added support for Form CreateParent overrides to UpdateStyles()
22808         * MessageBox.cs: Removed no longer needed FormParent override stuff,
22809           CreateParams are now properly overridable
22810         * CommonDialog.cs: Removed no longer needed FormParent override stuff,
22811           CreateParams are now properly overridable
22812
22813 2005-01-23  Miguel de Icaza  <miguel@ximian.com>
22814
22815         * UpDownBase.cs (ctor): Connect TextChanged in the entry to the
22816         OnTextBoxChanged.
22817
22818         Capture LostFocus and OnTextBoxChanged.  The later introduces a
22819         recursive invocation that I have not figured out yet.
22820
22821         Reset the timer when not using (it was accumulating).
22822
22823
22824         (OnTextBoxChanged): Set UserEdit to true here to track whether the
22825         user has made changes that require validation.
22826
22827         Reset changing to avoid loops.
22828
22829 2005-01-22  Miguel de Icaza  <miguel@ximian.com>
22830
22831         * NumericUpDown.cs: Display value at startup.
22832
22833         * UpDownBase.cs (Text): Do not call UpdateEditText here, only call
22834         ValidateEditText.
22835
22836         * NumericUpDown.cs: Minimum, Maximum, Text, Value properties
22837         filled in.  Added some basic parsing of text.
22838
22839         Still missing the OnXXX method overrides, and figuring out the
22840         events that must be emitted.
22841
22842         * UpDownBase.cs: Handle UserEdit on the Text property.
22843         
22844 2005-01-22  Jordi Mas i Hernandez <jordi@ximian.com>
22845
22846         * ComboBox.cs:
22847           - Fixes IntegralHeight
22848           - ToString method
22849
22850 2005-01-21  Jackson Harper  <jackson@ximian.com>
22851
22852         * TabControl.cs: Set the SelectedIndex property when SelectedTab
22853         is set so that the page visibility is updated and the tabs are
22854         sized correctly.
22855
22856 2005-01-21  Jackson Harper  <jackson@ximian.com>
22857
22858         * TabControl.cs: Use cliping rectangle for blitting. Give the
22859         theme the clipping rect so we can do clipping while
22860         drawing. Remove some debug code.
22861
22862 2005-01-21  Jackson Harper  <jackson@ximian.com>
22863
22864         * TabPage.cs: Add a new method so tab pages can force the tab
22865         control to recalculate the tab page sizes.
22866         * TabControl.cs: UpdateOwner needs to make the tab control recalc
22867         sizes.
22868
22869 2005-01-20  Jackson Harper  <jackson@ximian.com>
22870
22871         * ThemeWin32Classic.cs: Clip text to the staus bar panels rects.
22872
22873 2005-01-20  Jackson Harper  <jackson@ximian.com>
22874
22875         * TreeView.cs: Set the bounds for nodes properly. They were
22876         getting screwed up when checkboxes were not enabled, but images
22877         were.
22878
22879 2005-01-20  Jordi Mas i Hernandez <jordi@ximian.com>
22880
22881         * ListBox.cs:
22882                 - Owner draw support
22883                 - Fixes
22884                 
22885 2005-01-20  Jackson Harper  <jackson@ximian.com>
22886
22887         * XplatUIStructs.cs: More misc keys
22888         * X11Keyboard.cs: Ignore some control keys.
22889
22890 2005-01-20  Jackson Harper  <jackson@ximian.com>
22891
22892         * X11Structs.cs: Add the modmaps to the keymask struct and tabify.
22893         * X11Keyboard.cs: Set the AltGr mask when we get a key event.
22894
22895 2005-01-19  Peter Bartok  <pbartok@novell.com>
22896
22897         * Control.cs: Un-selecting the control when it is loosing focus
22898
22899 2005-01-19  Jackson Harper  <jackson@ximian.com>
22900
22901         * TreeView.cs: Hook up to the text controls leave event so we can
22902         end editing when the users clicks outside the text box.
22903         
22904 2005-01-19  Jackson Harper  <jackson@ximian.com>
22905
22906         * X11Keyboard.cs: Fix typo that was causing the wrong keycodes to
22907         get set in the conversion array.
22908
22909 2005-01-19  Peter Bartok  <pbartok@novell.com>
22910
22911         * Application.cs (ModalRun): Added a call to CreateControl to ensure
22912           focus is properly set
22913         * Button.cs:
22914           - Added missing attributes
22915           - removed styles, those are already set in the base class
22916         * ButtonBase.cs:
22917           - Added missing attributes
22918           - Added clip window styles
22919         * CheckBox.cs: Added missing attributes
22920         * CommonDialog.cs:
22921           - FormParentWindow.CreateParams: Added required clip styles
22922         * Form.cs (ProcessDialogKey): Fixed handling of Escape key, now
22923           also filters modifier keys
22924         * MessageBox.cs:
22925           - Added assignment of Accept and Cancel button to enable Enter
22926             and Esc keys in MessageBox dialogs
22927           - FormParentWindow.CreateParams: Added required clip styles
22928         * RadioButton.cs: Added missing attributes
22929         * TextControl.cs: No longer draws selection if control does not
22930           have focus
22931         * TextBoxBase.cs:
22932           - Now draws simple rectangle around test area to make it obvious
22933             there's a control. This is a hack until we properly support borders
22934           - A few simple fixes to support selections better, now erases selected
22935             text when typing, and resets selection when using movement keys
22936
22937 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
22938
22939         * UpDownBase.cs: Added some new properties.
22940
22941         * DomainUpDown.cs: Implement a lot to get my test working.
22942
22943 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
22944
22945         * XplatUIOSX.cs: Fix a minor bug to bring the close box back
22946
22947 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
22948
22949         * OSXStructs (WindowAttributes): Fixed csc complaints
22950
22951 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
22952
22953         * XplayUIOSX.cs:
22954           OSXStructs.cs: Initial refactor to move enums and consts into
22955           OSXStructs and use them in the driver for greater readability.
22956
22957 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
22958
22959         * XplatUIOSX.cs: Initial support for Standard Cursors.
22960         * OSXStructs.cs: Move our structs here; added ThemeCursor enum
22961
22962 2005-01-19  Jordi Mas i Hernandez <jordi@ximian.com>
22963
22964         * ComboBox.cs: ability to change style when the ctrl is already
22965         created, missing methods and events, bug fixes, signature fixes
22966
22967 2005-01-19  Peter Bartok  <pbartok@novell.com>
22968
22969         * Cursors.cs (ctor): Added ctor to fix signature
22970
22971 2005-01-18  Peter Bartok  <pbartok@novell.com>
22972
22973         * Button.cs: Implemented DoubleClick event
22974         * ButtonBase.cs:
22975           - Fixed keyboard handling to behave like MS, where the press of
22976             Spacebar is equivalent to a mousedown, and the key release is
22977             equivalent to mouseup. Now a spacebar push will give the same
22978             visual feedback like a mouse click.
22979           - Added missing attributes
22980           - Added ImeModeChanged event
22981           - Added support for generating DoubleClick event for derived classes
22982         * CheckBox.cs:
22983           - Implemented DoubleClick event
22984           - Added missing attributes
22985         * CommonDialog.cs: Added missing attribute
22986         * ContextMenu.cs: Added missing attributes
22987         * RadioButton.cs:
22988           - AutoChecked buttons do not allow to be unselected when clicked
22989             (otherwise we might end up with no selected buttons in a group)
22990           - Added missing attributes
22991           - Implemented DoubleClickEvent
22992         * ThreadExceptionDialog.cs: Enabled TextBox code
22993
22994 2005-01-18  Peter Bartok  <pbartok@novell.com>
22995
22996         * Form.cs: Removed debug output
22997         * Button.cs: Added support for DoubleClick method
22998
22999 2005-01-18  Peter Bartok  <pbartok@novell.com>
23000
23001         * Form.cs:
23002           - Added method to parent window that allows triggering size
23003             calculations when a menu is added/removed
23004           - set_Menu: Cleaned up mess from early days of Form and Control,
23005             now properly triggers a recalc when a menu is added/removed
23006           - Added case to select form itself as focused form if no child
23007             controls exist
23008           - Added PerformLayout call when showing dialog, to ensure properly
23009             placed controls
23010         * Control.cs:
23011           - Select(): Made internal so Form can access it
23012           - Focus(): Only call Xplat layer if required (avoids loop), and sets
23013             status
23014         * Application.cs (Run): Removed hack and calls PerformLayout instead
23015           to trigger calculation when Form becomes visible
23016
23017 2005-01-18  Jordi Mas i Hernandez <jordi@ximian.com>
23018
23019         * ComboBox.cs: fixes for ownerdraw
23020
23021 2005-01-18  Peter Bartok  <pbartok@novell.com>
23022
23023         * TextControl.cs:
23024           - Sentinel is no longer static, each Document gets it's own, this
23025             avoids locking or alternatively overwrite problems when more
23026             than one text control is used simultaneously.
23027           - Switched to use Hilight and HilightText brushes for text selection
23028
23029         * TextBoxBase.cs (PaintControl): Disabled AntiAliasing to improve looks
23030
23031 2005-01-18  Peter Bartok  <pbartok@novell.com>
23032
23033         * Control.cs:
23034           - Hooked up the following events:
23035                 o ControlAdded
23036                 o ControlRemoved
23037                 o HandleDestroyed
23038                 o ImeModeChanged
23039                 o ParentChanged
23040                 o TabStopChanged
23041                 o Invalidated
23042                 o SystemColorsChanged
23043                 o ParentFontChanged
23044                 o Move
23045           - Removed debug output
23046           - Added a call to the current theme's ResetDefaults when a color change
23047             is detected
23048         * Form.cs: Now setting the proper ImeMode
23049         * Theme.cs: Defined a method to force recreation of cached resources
23050           and rereading of system defaults (ResetDefaults())
23051         * ThemeWin32Classic.cs: Added ResetDefaults() stub
23052
23053 2005-01-17  Peter Bartok  <pbartok@novell.com>
23054
23055         * Control.cs: Added missing attributes
23056
23057 2005-01-17  Jackson Harper  <jackson@ximian.com>
23058
23059         * TreeNode.cs: Implement editing. Add missing properties selected
23060         and visible.
23061         * TreeView.cs: Implement node editing. Also some fixes to use
23062         Invalidate (invalid area) instead of Refresh when selecting.
23063
23064 2005-01-17  Peter Bartok  <pbartok@novell.com>
23065
23066         * Control.cs:
23067           - Implemented InvokeGotFocus() method
23068           - Implemented InvokeLostFocus() method
23069           - Implemented InvokePaint() method
23070           - Implemented InvokePaintBackground() method
23071           - Implemented InvokeClick() method
23072           - Implemented FindForm() method
23073           - Implemented RectangleToClient() method
23074           - Implemented ClientToRectangle() method
23075           - Implemented ResetBackColor() method
23076           - Implemented ResetCursor() method
23077           - Implemented ResetFont() method
23078           - Implemented ResteForeColor() method
23079           - Implemented ResetImeMode() method
23080           - Implemented ResetLeftToRight() method
23081           - Implemented ResetText() method
23082           - Implemented Scale() methods
23083           - Implemented ScaleCore() method
23084           - Implemented Update() method
23085           - Removed unused variables
23086           - Stubbed AccessibilityNotifyClients and
23087             ControlAccessibleObject.NotifyClients() methods (dunno what to do
23088             with those yet)
23089           - Now setting proper default for RightToLeft property
23090           - Fixed bug in SetClientSizeCore that would cause windows to get
23091             really big
23092           - Now sending Click/DoubleClick events
23093           - Now selecting controls when left mouse button is clicked on
23094             selectable control
23095         * AccessibleEvents.cs: Added
23096         * XplatUI.cs, XplatUIDriver.cs: Added UpdateWindow() method
23097         * XplatUIOSX.cs: Stubbed UpdateWindow() method
23098         * XplatUIWin32.cs: Implemented UpdateWindow() method
23099         * XplatUIX11.cs: Implemented UpdateWindow() method
23100         * Form.cs: Removed stray semicolon causing CS0162 warning
23101         * ThemeWin32Classic.cs: Fixed unused variable warnings
23102         * ScrollableControl.cs: Now calls base method for ScaleCore
23103         * ButtonBase.cs: Now disabling StandardClick and StandardDoubleClick
23104           style to avoid interference with internal click handler (which is
23105           different than standard Control click handling)
23106         * RadioButton.cs:
23107           - Now unchecks all sibling radio buttons when control is
23108             selected (Fixes #68756)
23109           - Removed internal tabstop variable, using the one inherited from
23110             Control
23111
23112 2005-01-17  Jackson Harper  <jackson@ximian.com>
23113
23114         * NavigateEventArgs.cs: Fix base type.
23115         * LinkLabel.cs: Sig fix
23116         
23117 2005-01-17  Jackson Harper  <jackson@ximian.com>
23118
23119         * TreeView.cs: Only invalidate the effected nodes bounds when
23120         selecting nodes.
23121
23122 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
23123
23124         * XplatUIWin32.cs: fixes Win32 marshaling
23125         * XplatUIX11.cs: fixes method signature
23126
23127 2005-01-17  Peter Bartok  <pbartok@novell.com>
23128
23129         * XplatUIX11.cs: Clean up resources when we no longer need them
23130
23131 2005-01-17  Peter Bartok  <pbartok@novell.com>
23132
23133         * XplatUI.cs, XplatUIDriver.cs: Added SetCursor(), ShowCursor(),
23134           OverrideCursor(), DefineCursor(), DefineStdCursor(), GetCursorInfo()
23135           and DestroyCursor() methods.
23136         * Cursor.cs: Partially implemented, now supports standard cursors;
23137           still contains some debug code
23138         * Cursors.cs: Implemented class
23139         * Control.cs:
23140           - WndProc(): Added handling of WM_SETCURSOR message, setting the
23141             appropriate cursor
23142           - Implemented Cursor property
23143           - Replaced break; with return; more straightforwar and possibly
23144             faster
23145           - Now properly setting the result for WM_HELP
23146         * X11Structs.cs: Added CursorFontShape enum
23147         * XplatUIStructs.cs:
23148           - Added StdCursor enum (to support DefineStdCursor() method)
23149           - Added HitTest enum (to support sending WM_SETCURSOR message)
23150         * XplatUIX11.cs:
23151           - Now sends the WM_SETCURSOR message
23152           - Implemented new cursor methods
23153         * XplatUIOSX.cs: Stubbed new cursor methods
23154         * XplatUIWin32.cs:
23155           - Implemented new cursor methods
23156           - Added GetSystemMetrics function and associated enumeration
23157
23158 2005-01-15  Peter Bartok  <pbartok@novell.com>
23159
23160         * Control.cs:
23161           - WndProc(): Now handles EnableNotifyMessage
23162           - SelectNextControl(): Fixed bug where if no child or sibling
23163             controls exist we looped endlessly
23164
23165 2005-01-14  Jackson Harper  <jackson@ximian.com>
23166
23167         * TreeView.cs: Recalculate the tab pages when a new one is added
23168         so that the proper bounding rects are created.
23169
23170 2005-01-14  Jackson Harper  <jackson@ximian.com>
23171
23172         * TreeView.cs: Draw a gray box instead of a grip in the lower
23173         right hand corner when there are both horizontal and vertical
23174         scroll bars.
23175
23176 2005-01-14  Jackson Harper  <jackson@ximian.com>
23177
23178         * Control.cs: When erasing backgrounds use FromHwnd instead of
23179         FromHdc when there is a NULL wparam. This occurs on the X driver.
23180         * XplatUIX11.cs: Set the wparam to NULL.
23181
23182 2005-01-13  Jackson Harper  <jackson@ximian.com>
23183
23184         * PictureBox.cs: Implement missing methods (except ToString, need
23185         to test that on windows) and events. When visibility is changed we
23186         need to redraw the image because the buffers are killed. When size
23187         is changed refresh if the sizemode needs it.
23188
23189 2005-01-13  Peter Bartok  <pbartok@novell.com>
23190
23191         * Control.cs (SelectNextControl): Was using wrong method to select
23192           a control
23193
23194 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
23195
23196         * ComboBox.cs: fixes dropstyle
23197
23198 2005-01-13  Peter Bartok  <pbartok@novell.com>
23199
23200         * Form.cs:
23201           - Implemented Select() override
23202           - Now handles WM_SETFOCUS/WM_KILLFOCUS messages
23203           - Now sets keyboard focus on startup
23204         * Control.cs (SelectNextControl): Now properly handles directed=true
23205         * TextBoxBase.cs:
23206           - WndProc: Now passes tab key on to base if AcceptTabChar=false
23207           - Added (really bad) focus rectangle (mostly for testing)
23208         * TextBox.cs: Added code to handle getting/loosing focus and invalidating
23209           to enforce redraw on focus changes
23210         * ContainerControl.cs:
23211           - Fixed detection of Shift-Tab key presses
23212           - Fixed traversal with arrow keys
23213         * XplatUIX11.cs: Implemented simulated keyboard focus; not sure if we're
23214           gonna keep this or if it's complete yet
23215         
23216 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
23217
23218         * ComboBox.cs: missing properties, fixes
23219
23220 2005-01-13  Peter Bartok  <pbartok@novell.com>
23221
23222         * Panel.cs (ctor): Setting Selectable window style to off
23223         * Splitter.cs (ctor): Setting Selectable window style to off
23224         * GroupBox.cs (ctor): Setting Selectable window style to off
23225         * Label.cs (ctor): Setting Selectable window style to off
23226
23227 2005-01-12  Miguel de Icaza  <miguel@ximian.com>
23228
23229         * UpDownBase.cs (InitTimer): If the timer has been already
23230         created, enable it.
23231
23232         Use a TextBox instead of a Label.
23233
23234 2005-01-12  Jackson Harper  <jackson@ximian.com>
23235
23236         * TreeView.cs: Refresh the tree after sorting the nodes. Always
23237         draw the connecting node lines (when ShowLines is true).
23238         * TreeNode.cs: The nodes index can now be updated. This is used
23239         when a node collection is sorted.
23240         * TreeNodeCollection.cs: Implement sorting. Nodes can be sorted on
23241         insert or an existing unsorted node collection can be sorted.
23242         
23243 2005-01-12  Peter Bartok  <pbartok@novell.com>
23244
23245         * ContainerControl.cs: Implemented ProcessDialogKeys()
23246
23247 2005-01-12  Peter Bartok  <pbartok@novell.com>
23248
23249         * Control.cs:
23250           - Implemented SelectNextControl() method
23251           - Several focus related bug fixes
23252           - Fixed Docking calculations to match MS documentation and
23253             behaviour
23254
23255 2005-01-12  Jordi Mas i Hernandez <jordi@ximian.com>
23256
23257         * ContainerControl.cs, ListControl.cs, ListBox.cs: keyboard navigation and
23258         bug fixes
23259
23260 2005-01-12  Peter Bartok  <pbartok@novell.com>
23261
23262         * Control.cs:
23263           - Fixed broken Contains() method
23264           - Implemented GetNextControl() method. Finally. This is the pre-
23265             requisite for focus handling.
23266
23267 2005-01-12  Peter Bartok  <pbartok@novell.com>
23268
23269         * OSXStrucs.cs: Added
23270
23271 2005-01-12  Peter Bartok  <pbartok@novell.com>
23272
23273         * XplatUIWin32.cs:
23274           - Removed PeekMessageFlags
23275           - Implemented SetWindowStyle() method
23276         * XplatUIStructs.cs: Added PeekMessageFlags
23277         * X11Structs: Added missing border_width field to XWindowChanges struct
23278         * XplatUIX11.cs:
23279           - PeekMessage: Now throws exception if flags which are not yet
23280             supported are passed
23281           - Implemented SetWindowStyle() method
23282           - Fixed SetZOrder to handle AfterHwnd properly
23283         * XplatUI.cs: Added SetWindowStyle() method
23284         * XplatUIDriver.cs: Added SetWindowStyle() abstract
23285         * Control.cs:
23286           - Implemented UpdateStyles() method
23287           - Implemented UpdateZOrder() method
23288         * XplatUIOSX.cs: Added SetWindowStyle() stub
23289
23290 2005-01-12  Geoff Norton  <gnorton@customerdna.com>
23291
23292         * XplatUIOSX.cs: Fix SetZOrder (this needs more testing with a 3
23293         button mouse).
23294
23295
23296 2005-01-11  Jackson Harper  <jackson@ximian.com>
23297
23298         * TreeView.cs: Still need to draw lines to siblings even if out of
23299         the current node is out of the clip.
23300
23301 2005-01-11  Jackson Harper  <jackson@ximian.com>
23302
23303         * TreeView.cs: When setting the hbar/vbar/grip position use
23304         SetBounds so that perform layout is only called once. Also suspend
23305         and resume layout so layout is only done once for all controls.
23306         - Removed some debug fluff
23307         * SizeGrip.cs: Call base implmentation in overriding methods.
23308         - When visibility is changed the drawing buffers are killed so we
23309         need to redraw.
23310
23311 2005-01-11  Jackson Harper  <jackson@ximian.com>
23312
23313         * TreeView.cs: Calculate the open node count while drawing. This
23314         saves us an entire tree traversal for every paint operation. Use
23315         a member var for the open node count so less vars are passed around.
23316
23317 2005-01-11  John BouAntoun  <jba-mono@optusnet.com.au>
23318
23319         * MonthCalendar.cs:
23320         - fixed selection to use mousemove, not mouse polling on timer
23321         * ThemeWin32Classic.cs
23322         - removed redundant unused variable "no_more_content"
23323         
23324 2005-01-11  Peter Bartok  <pbartok@novell.com>
23325
23326         * XplatUIX11.cs (DoEvents): Needs to return when no more events
23327           are pending, so it now calls PeekMessage instead of GetMessage;
23328           implemented a incomplete version of PeekMessage
23329         
23330 2005-01-11  Peter Bartok  <pbartok@novell.com>
23331
23332         * XplatUIWin32.cs: Switched P/Invokes to unicode charset to avoid
23333           I18n issues
23334         * TextBoxBase.cs: Added sending of TextChanged event
23335
23336 2005-01-10  Jackson Harper  <jackson@ximian.com>
23337
23338         * TreeView.cs: Try not to draw outside the clipping rectangle on
23339         each node element.
23340
23341 2005-01-10  Jordi Mas i Hernandez <jordi@ximian.com>
23342
23343         * ComboBox.cs: keyboard navigation, item navigation, bug fixes
23344
23345 2005-01-10  Jackson Harper  <jackson@ximian.com>
23346
23347         * TreeView.cs:
23348         - Implement fast scrolling. Now only the newly
23349         exposed nodes are drawn and the old image is moved using the
23350         XplatUI::ScrollWindow method.
23351         - Factor in height of nodes when calculating whether or not the
23352         node is in the clipping rect.
23353
23354 2005-01-10  Jackson Harper  <jackson@ximian.com>
23355
23356         * TreeNodeCollection.cs: Refresh the tree when a new node is added.
23357
23358 2005-01-10  Peter Bartok  <pbartok@novell.com>
23359
23360         * Application.cs: Added temporary hack to resolve all our resize
23361           required issues on startup. This will get fixed properly at
23362           some point in the future
23363
23364 2005-01-10  Jackson Harper  <jackson@ximian.com>
23365
23366         * SizeGrip.cs: New internal class that is used as a sizing
23367         grip control...hence the name.
23368
23369 2005-01-10  Peter Bartok  <pbartok@novell.com>
23370
23371         * Control.cs: Implemented proper TabIndex handling, now assigning
23372           a tabindex when a control is added to a container
23373         * GroupBox.cs (ctor): Now sets the Container style bit, required
23374           for Control.GetNextControl()
23375
23376 2005-01-09  Jackson Harper  <jackson@ximian.com>
23377
23378         * TextBoxBase.cs: Clear window when scrolling (fixes build).
23379
23380 2005-01-09  Peter Bartok <pbartok@novell.com>
23381
23382         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
23383           XplatUIX11.cs: Added ability to control ScrollWindow expose and
23384           an overload for ScrollWindow to allow only scrolling a rectangle
23385
23386 2005-01-09  Peter Bartok <pbartok@novell.com>
23387
23388         * Form.cs:
23389           - Implemented SetDesktopBounds method
23390           - Implemented SetDesktopLocation method
23391
23392 2005-01-08  Jackson Harper  <jackson@ximian.com>
23393
23394         * TreeView.cs: Only set the vbar's Maximum and LargeChange when
23395         the node count has changed, this removes to VScroll::Refresh calls
23396         when drawing.
23397
23398 2005-01-08  Geoff Norton  <gnorton@customerdna.com>
23399
23400         * XplatUIOSX.cs: Fix GetWindowState & SetWindowState
23401
23402 2005-01-07  Jackson Harper  <jackson@ximian.com>
23403
23404         * TreeNode.cs: Just update the single node when it is
23405         checked. Don't refresh after toggling, the Expand/Collapse already
23406         handles this.
23407         * TreeView.cs: Respect clipping a little more when drawing. Try
23408         not to redraw things that don't need to be redrawn. Just hide the
23409         scrollbars when they are no longer needed instead of removing
23410         them, so they don't have to be created again and again.
23411         
23412 2005-01-07  Geoff Norton  <gnorton@customerdna.com>
23413
23414         * XplatUIOSX.cs (SetCaretPos):  We need to translate the view
23415         coordinates to window space to place the caret properly, FIXED.
23416         Implement GetWindowState & SetWindowState
23417
23418 2005-01-06  Peter Bartok <pbartok@novell.com>
23419
23420         * Form.cs:
23421           - Implemented ClientSize property
23422           - Implemented DesktopBounds property
23423           - Implemented DesktopLocation property
23424           - Implemented IsRestrictedWindow property
23425           - Implemented Size property
23426           - Implemented TopLevel property
23427           - Implemented FormWindowState property
23428         * Control.cs:
23429           - Implemented GetTopLevel() method
23430           - Implemented SetTopLevel() method
23431         * X11Structs.cs (Atom):
23432           - Added AnyPropertyType definition
23433           - Added MapState definiton and updated XWindowAttribute struct
23434         * XplatUI.cs: Added GetWindowState() and SetWindowState() methods
23435         * XplatUIDriver.cs: Added GetWindowState() and SetWindowState() methods
23436         * XplatUIOSX.cs: Stubbed GetWindowState() and SetWindowState() methods
23437         * XplatUIWin32.cs:
23438           - Implemented GetWindowState() and SetWindowState() methods
23439           - Fixed Win32GetWindowLong return type
23440         * XplatUIX11.cs:
23441           - Introduced central function for sending NET_WM messages
23442           - Implemented GetWindowState() and SetWindowState() methods
23443         * TextBoxBase.cs (set_Lines):
23444           - Now uses Foreground color for text added via Text property (Duh!)
23445           - Added code to remember programmatically requested size (fixes
23446             behaviour when Multiline is set after Size)
23447           - Added AutoSize logic
23448
23449 2005-01-06  Jackson Harper  <jackson@ximian.com>
23450
23451         * TreeView.cs: Draw the image after the checkbox if checkboxes are enabled.
23452
23453 2005-01-06  Jackson Harper  <jackson@ximian.com>
23454
23455         * ListBox.cs: Don't allow the horizontal scrollbars maximum to be
23456         set to less then 0.
23457
23458 2005-01-06  Jackson Harper  <jackson@ximian.com>
23459
23460         * ScrollableControl.cs: Lazy init the scrollbars.
23461         
23462 2005-01-06  Jackson Harper  <jackson@ximian.com>
23463
23464         * Theme.cs: Speed up getting pens and solid brushes, by using
23465         their ARGB as a hash instead of tostring and not calling Contains.
23466
23467 2005-01-06  Peter Bartok <pbartok@novell.com>
23468
23469         * Form.cs:
23470           - Implemented OnActivated and OnDeactivate event trigger
23471           - Implemented Activate() method
23472           - Fixed ShowDialog() to activate the form that was active before
23473             the dialog was shown
23474         * XplatUIX11.cs:
23475           - Added global active_window var that tracks the currently active
23476             X11 window
23477           - Now always grabs Property changes from the root window to always
23478             catch changes on the active window property
23479           - Added code to PropertyNotify handler to send Active/Inactive
23480             messages when state changes. This puts X11 and Win32 en par on
23481             WM_ACTIVATE notifications (except for double notifications when
23482             the user clicks away from our modal window to another one of our
23483             windows)
23484
23485 2005-01-05  Jackson Harper  <jackson@ximian.com>
23486
23487         * ImageList.cs: Implment ctor
23488
23489 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
23490
23491         * XplatUIOSX.cs: Implement Activate/SetTopmost
23492
23493 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
23494
23495         * XplatUIOSX.cs: Implement SetZOrder, minor cleanup
23496
23497 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
23498
23499         * XplatUIOSX.cs: Implement GetActive/SetFocus.
23500
23501 2005-01-05  Peter Bartok <pbartok@novell.com>
23502
23503         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs,
23504           XplatUIOSX.cs: Added GetActive method to return the currently
23505           active window for the application (or null, if none is active)
23506         * Form.cs:
23507           - Implemented ActiveForm
23508           - Commented out owner assignment for modal dialogs (causes problems
23509             on Win32, since the owner will be disabled)
23510           - Reworked some Active/Focus handling (still incomplete)
23511         * CommonDialog.cs: Commented out owner assignment for modal dialogs
23512           (causes problems on Win32, since the owner will be disabled)
23513         * IWin32Window: Added ComVisible attribute
23514
23515 2005-01-05  Peter Bartok <pbartok@novell.com>
23516
23517         * ToolTip.cs (WndProc): Enable setting focus now that we have the
23518           required XplatUI functions.
23519
23520 2005-01-05  Peter Bartok <pbartok@novell.com>
23521
23522         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIDriver.cs,
23523           XplatUIX11.cs, X11Structs.cs, Form.cs: Framework code required
23524           to implement focus and activation handling; still incomplete and
23525           with debug output
23526
23527 2005-01-04  Peter Bartok <pbartok@novell.com>
23528
23529         * TextBoxBase.cs: Changed access level for Document property to
23530           match switch to internal for TextControl
23531
23532 2005-01-04  Peter Bartok <pbartok@novell.com>
23533
23534         * AccessibleObject: Added ComVisible attribute
23535
23536 2005-01-04  Jackson Harper  <jackson@ximian.com>
23537
23538         * X11Keyboard.cs: Remove unneeded var.
23539
23540 2005-01-04  Jackson Harper  <jackson@ximian.com>
23541
23542         * XplatUIX11.cs (DoEvents): Implement, Just cast aside all events
23543         but PAINT.
23544         * XplatUIX11.cs (GetMessage): Call Exit when we get an unknown
23545         ClientMessage. This makes apps exit cleanly (more often).
23546         
23547 2005-01-04  Jackson Harper  <jackson@ximian.com>
23548
23549         * TreeNode.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) for
23550         handling focus, return correct colors and fonts,
23551         * TreeView.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) to
23552         handle selection, horizontal scrolling, and mouse interaction.
23553
23554 2005-01-04  Peter Bartok <pbartok@novell.com>
23555
23556         * ICommandExecutor.cs: Added
23557         * IDataGridColumnStyleEditingNotificationService.cs: Added
23558         * IFeatureSupport.cs: Added
23559         * IFileReaderService.cs: Added
23560         * IDataObject.cs: Added ComVisible attribute
23561         * AmbientProperties.cs: Added
23562         * BaseCollection.cs: Added missing attributes
23563         * ListBindingConverter.cs: Added (stubbed, required for certain attributes)
23564         * BaseCollection.cs: Added missing attributes
23565         * Binding.cs: Added TypeConverter attribute
23566         * BindingContext.cs: Added DefaultEvent attribute
23567         * BindingsCollection.cs: Added DefaultEvent attribute
23568         * Button.cs: Added DefaultValue attribute
23569         * DragEventArgs.cs: Added ComVisible attribute
23570         * GiveFeedbackEventArgs.cs: Added ComVisible attribute
23571         * KeyEventArgs.cs: Added ComVisible attribute
23572         * KeyPressEventArgs.cs: Added ComVisible attribute
23573         * MouseEventArgs.cs: Added ComVisible attribute
23574         * NavigateEventArgs.cs: Added
23575         * NavigateEventHandler.cs: Added
23576         * FeatureSupport.cs: Added
23577         * OSFeature.cs: Added
23578         * Theme.cs: Added abstract Version property to support OSFeature
23579         * ThemeWin32Classic.cs: Added Version property to
23580           support OSFeature.Themes
23581         * ProgressBar.cs: Removed OnPaintBackground override, not required since
23582           the proper styles to avoid background drawing are set, also doesn't
23583           match MS signature
23584         * QueryAccessibilityHelpEventArgs.cs: Added ComVisible attribute
23585         * QueryContinueDragEventArgs.cs: Added ComVisible attribute
23586         * ScrollEventArgs.cs: Added ComVisible attribute
23587         * SplitterEventArgs.cs: Added ComVisible attribute
23588         * AccessibleSelection.cs: Added Flags attribute
23589         * Appearance.cs: Added ComVisible attribute
23590         * Border3DSide.cs: Added ComVisible attribute
23591         * Border3DStyle.cs: Added ComVisible attribute
23592         * BorderStyle.cs: Added ComVisible attribute
23593         * DragAction.cs: Added ComVisible attribute
23594         * ErrorBlinkStyle.cs: Added
23595         * ScrollEventType.cs: Added ComVisible attribute
23596         * AnchorStyles.cs: Added Editor attribute
23597         * DockStyle.cs: Added Editor attribute
23598         * HorizontalAlignment.cs: Added ComVisible attribute
23599         * HelpEventArgs.cs: Added ComVisible attribute
23600         * PaintEventArgs.cs: Added IDisposable
23601
23602 2005-01-04  Peter Bartok <pbartok@novell.com>
23603
23604         * TextControl.cs: Switched Line, LineTag and Document classes to
23605           internal
23606
23607 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
23608
23609         * ComboBox.cs, ThemeWin32Classic.cs, ListBox.cs, Theme.cs:
23610         Simple mode, fixes, IntegralHeight, etc.
23611
23612 2005-01-04  Peter Bartok <pbartok@novell.com>
23613
23614         * TextBoxBase.cs: Using proper font variable now
23615
23616 2005-01-04  Peter Bartok <pbartok@novell.com>
23617
23618         * Form.cs (ShowDialog): Set parent to owner, if provided
23619         * GroupBox.cs: Removed unused vars
23620         * TextControl.cs:
23621           - Added GetHashCode() for Document and LineTag classes
23622           - Removed unused variables
23623           - Added CharIndexToLineTag() and LineTagToCharIndex() methods
23624             to allow translation between continuous char position and line/pos
23625         * CheckBox.cs: Removed vars that are provided by base class
23626         * RadioButton.cs: Removed vars that are provided by base class, added
23627           new keyword where required
23628         * LinkLabel.cs: Added new keyword where required
23629         * Control.cs (WndProc): Removed unused variable
23630         * TextBoxBase.cs:
23631           - Finished SelectionLength property
23632           - Implemented SelectionStart property
23633           - Implemented Text property
23634           - Removed unused vars
23635         * MessageBox.cs: Added new keyword where required
23636         * TextBox.cs: Removed Text property code (now in TextBoxBase), fixed
23637           WndProc signature
23638         * MenuAPI.cs: Added new keyword where required
23639         * ButtonBase.cs: Removed vars that are provided by base class, added
23640           new keyword where required
23641         * ThemeWin32Classic.cs (DrawMonthCalendarDate): Now cast Math.Floor
23642           argument to double, to allow compiling with csc 2.0 (Atsushi ran
23643           into this)
23644         * Application.cs (Run): Now triggers the ThreadExit event
23645         * CommonDialog.cs: Added new keyword where required; now properly sets
23646           parent (owner) for dialog
23647         * XplatUIX11.cs: Commented out unused vars
23648         * StatusBar.cs: Fixed signature for Text property
23649         * TabPage.cs: Undid Jordi's removal of unused var, now using the var
23650
23651 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
23652
23653         * ComboBox.cs, TabPage.cs, MenuAPI.cs, ThemeWin32Classic.cs,
23654         TrackBar.cs, MonthCalendar.cs: remove unused vars
23655
23656 2005-01-03  Jackson Harper  <jackson@ximian.com>
23657
23658         * ThemeWin32Classic.cs:
23659         * X11Keyboard.cs: Remove unused vars.
23660
23661 2005-01-03  Peter Bartok  <pbartok@novell.com>
23662
23663         * TextBox.cs:
23664           - set_Text: Tied into TextControl
23665           - set_TextAlignment: Tied into TextControl
23666         * TextControl.cs:
23667           - Added alignment properties and implemented alignment handling
23668             and drawing (still has a bug, not generating proper expose events)
23669           - Added new Line() constructor to allow passing the line alignment
23670           - Fixed selection setting, properly handling end<start now
23671           - Added aligment considerations to RecalculateDocument()
23672         * TextBoxBase.cs:
23673           - Now properly enforces control height for single line controls
23674           - Added support for CharacterCasing
23675           - Added IsInputKey override
23676           - Fixed Keys.Enter logic
23677           - Added SetBoundsCore override
23678           - Fixed mouse selection handling
23679
23680 2005-01-03  Jackson Harper  <jackson@ximian.com>
23681
23682         * TreeView.cs:
23683           - Collapse and uncheck all nodes when CheckBoxes is disabled.
23684           - Checkboxes are always aligned to the bottom of the node,
23685           regardless of item height.
23686           - Use the node bounds to draw the text so we can center it when
23687           the item height is greater then the font height.
23688           - Node::Bounds are only the text part of the node.
23689         * TreeNode.cs: New method to combine collapsing and unchecking all
23690           nodes recursively.
23691
23692 2005-01-02  Jackson Harper  <jackson@ximian.com>
23693
23694         * TreeView.cs: Draw checkmarks, handle detecting check mark clicks
23695         * TreeNode.cs: Add a bounding box for the checkbox, refresh the
23696         tree when a check is changed. TODO: Only refresh the checked node.
23697
23698 2004-12-30  Jackson Harper  <jackson@ximian.com>
23699
23700         * TreeView.cs: Draw checkbox boxes when checkboxes are enabled.
23701         * TreeNode.cs: When collapsing make sure to never collapse the
23702         root node.
23703
23704 2004-12-29  Jackson Harper  <jackson@ximian.com>
23705
23706         * TreeView.cs: Align lines to the bottom of plus minus boxes properly.
23707         
23708 2004-12-28  Zoltan Varga  <vargaz@freemail.hu>
23709
23710         * X11Structs.cs X11Keyboard.cs XplatUIX11.cs: Fix 64 bit issues.
23711
23712 2004-12-28  Peter Bartok  <pbartok@novell.com>
23713
23714         * MessageBox.cs (get_CreateParams): Don't use owner var if it's
23715           not yet assigned
23716
23717 2004-12-28  Peter Bartok  <pbartok@novell.com>
23718
23719         * Control.cs (WndProc): Added WM_HELP handler, now generates
23720           HelpRequested event
23721         * Form.cs: Added HelpButton property and required support code
23722         * XplatUIStructs.cs: Added HELPINFO structure for WM_HELP handling
23723
23724 2004-12-28  Peter Bartok  <pbartok@novell.com>
23725
23726         * CommonDialog.cs:
23727           - Made DialogForm.owner variable internal
23728           - Added check to ensure owner form is set before setting
23729             owner properties in CreateParams
23730
23731 2004-12-28  Geoff Norton  <gnorton@customerdna.com>
23732
23733         * XplatUIOSX.cs: Implement mouse hovering.  Fix QDPoint struct to avoid
23734           swizzling.  Implement ClientToScreen and ScreenToClient.  Implement
23735           GetCursorPos.  Fix major visibility issues.  Rework the windowing
23736           system to support borderless/titleless windows (implements menus).
23737           Fix GetWindowPos.  Implement initial background color support for
23738           views.
23739
23740 2004-12-28  Peter Bartok  <pbartok@novell.com>
23741
23742         * Form.cs (get_CreateParams): Make sure we have an owner before using
23743           the owner variable. Implement proper default if no owner exists
23744
23745 2004-12-28  Peter Bartok  <pbartok@novell.com>
23746
23747         * In preparation for making Managed.Windows.Forms the default build target
23748           for System.Windows.Forms, the following stubbed files were added.
23749           Dialogs are currently being implemented by contributors and are only
23750           short-term place holders.
23751         * ColorDialog.cs: Initial check-in (minmal stub)
23752         * DataGrid.cs: Initial check-in (minimal stub)
23753         * DataGridLineStyle.cs: Initial check-in (minimal stub)
23754         * DataGridParentRowsLabelStyle.cs: Initial check-in (minimal stub)
23755         * DataGridTableStyle.cs: Initial check-in (minimal stub)
23756         * FontDialog.cs: Initial check-in (minimal stub)
23757         * FileDialog.cs: Initial check-in (minimal stub)
23758         * GridColumnStylesCollection.cs: Initial check-in (minimal stub)
23759         * GridTableStylesCollection.cs: Initial check-in (minimal stub)
23760         * OpenFileDialog: Initial check-in (minimal stub)
23761         * IComponentEditorPageSite.cs: Initial check-in
23762         * Splitter.cs: Initial check-in (for Jackson)
23763         * SplitterEventArgs.cs: Initial check-in (for Jackson)
23764         * SplitterEventHandler.cs: Initial check-in (for Jackson)
23765         * TextBox.cs: Initial check-in; still needs some wiring to
23766           TextControl backend
23767         * Form.cs: Implemented ControlBox property
23768         * MessageBox.cs: Added proper coding for Minimize/Maximize/ControlBox
23769         * CommonDialog.cs: Added proper coding for Minimize/Maximize/ControlBox
23770         * TextControl.cs: Added selection functionality; added todo header
23771         * TextBoxBase.cs:
23772           - Implemented Lines property
23773           - Implemented TextHeight property
23774           - Implemented SelectedText property
23775           - Implemented SelectionLength property
23776           - Implemented SelectAll method
23777           - Implemented ToString method
23778           - Removed and cleaned up some debug code
23779           - Implemented (still buggy) mouse text selection
23780
23781 2004-12-27  Jordi Mas i Hernandez <jordi@ximian.com>
23782
23783         * ComboBox.cs: Complete DropDownList implementation, fixes.
23784
23785 2004-12-26  Jordi Mas i Hernandez <jordi@ximian.com>
23786
23787         * ThemeWin32Classic, Theme.cs: ComboBox drawing methods
23788         * ComboBoxStyle.cs: ComboBoxStyle enum
23789         * ComboBox.cs: Initial work on ComboBox control
23790
23791 2004-12-21  Peter Bartok  <pbartok@novell.com>
23792
23793         * Control.cs (ctor, CreateParams): Moved setting of is_visible
23794           forward so that anything that creates a window gets the default,
23795           also no longer uses Visible property in CreateParams to avoid
23796           walking up the parent chain and possibly get the wrong visible
23797           status. Fixed IsVisible to no longer walk up to the parent.
23798
23799 2004-12-21  Peter Bartok  <pbartok@novell.com>
23800
23801         * Form.cs (ShowDialog): Unset modality for the proper window
23802  
23803 2004-12-20  Peter Bartok  <pbartok@novell.com>
23804
23805         * CommonDialog.cs: Initial check-in
23806
23807 2004-12-20  Peter Bartok  <pbartok@novell.com>
23808
23809         * Control.cs (Visible): Now uses the parent window instead of the
23810           client area window for the property
23811
23812         * Form.cs
23813           - ShowDialog(): Now uses the proper window for modality
23814           - The default visibility state for the form parent is now false. This
23815             will prevent the user from seeing all the changes to the form and
23816             its controls before the application hits Application.Run()
23817           - Removed some stale commented out code
23818
23819         * NativeWindow.cs:
23820           - Added FindWindow() method to have a method to check for existence
23821             of a window handle
23822           - Added ability to override default exception handling (for example
23823             when debugging with VS.Net; to do this the ExternalExceptionHandler
23824             define must be set
23825           - Removed some useless debug output
23826
23827         * XplatUIX11.cs:
23828           - Removed r37929 (SetModal patch from Ashwin Bharambe), was
23829             not working as expected
23830           - Implemented modal_window stack and checking for _WM_ACTIVE_WINDOW
23831             property to allow switching back to the modal window if focus is
23832             given to another one of our windows (Application Modal)
23833           - Now only sets override_redirect if we create a window
23834             without WS_CAPTION
23835           - Moved EventMask selection before mapping of newly created window
23836             so we can catch the map event as well
23837           - Implemented Activate() method via the _WM_ACTIVE_WINDOW property
23838           - Added various Atom related DllImports
23839           - Implemented Exit() method
23840           - .ctor() : No longer shows window if WS_VISIBLE is not defined
23841             in the CreateParams
23842
23843         * MessageBox.cs: Now properly deals with the FormParent window by
23844           providing an override the FormParent CreateParams property to
23845           set as POPUP instead of OVERLAPPED window.
23846
23847 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
23848
23849         * XplatUIOSX.cs: Implement DestroyWindow.  Implement ScrollWindow
23850         Minor code cleanup.
23851
23852 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
23853         
23854         * XplatUIOSX.cs (SetModal): Implement this method on OSX.
23855
23856 2004-12-18  Peter Bartok  <pbartok@novell.com>
23857
23858         * XplatUIX11.cs (SetModal): Applied patch from Ashwin Bharambe,
23859           implementing SetModal() method
23860
23861 2004-12-18  Peter Bartok  <pbartok@novell.com>
23862
23863         * X11Structs.cs (XGCValues): Fixed type of function element
23864         * XplatUI.cs: Added ScrollWindow() method
23865         * XplatUIDriver.cs: Added ScrollWindow() abstract
23866         * XplatUIWin32.cs: Implemented ScrollWindow() method
23867         * XplatUIX11.cs: Implemented ScrollWindow() method
23868         * XplatUIOSX.cs: Stubbed out ScrollWindow() method
23869
23870 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
23871
23872         * XplatUIOSX.cs:  Fix cursor to use an Invert instead of drawing it
23873         Some more keyboard support (INCOMPLETE)
23874
23875 2004-12-17  Peter Bartok  <pbartok@novell.com>
23876
23877         * TextControl.cs:
23878         - Added color attribute to line tags.
23879         - Added color argument to all functions dealing with tags
23880         - Added color argument support to various functions
23881         - Fixed miss-calculation of baseline/shift in certain circumstances
23882
23883         * TextBoxBase.cs: Added new color option to test code
23884
23885 2004-12-17  Jackson Harper  <jackson@ximian.com>
23886
23887         * TreeNode.cs:
23888         * MonthCalendar.cs: Signature fixes
23889
23890 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
23891
23892         * XplatUIOSX.cs: Find the missing caret; caret was dissappearing after a
23893         keyboard event moved it.  Create a new graphics context for each paint resolves this
23894
23895 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
23896
23897         * XplatUIOSX.cs: Fix hard cpu eat on loop with existing timers,
23898         Make caret exist and go blink blink.  Initial keyboard support.
23899         Fix exception handler, Add Invalidate support.  Change way RefreshWindow
23900         works.
23901
23902 2004-12-17  Jackson Harper  <jackson@ximian.com>
23903
23904         * XplatUIStructs.cs: Updated set of virtual keycodes.
23905         * KeyboardLayouts.cs: SCROLL_LOCK is now SCROLL
23906
23907 2004-12-17  Jackson Harper  <jackson@ximian.com>
23908
23909         * XplatUIX11.cs: Prune old keyboard code.
23910
23911 2004-12-17  Jackson Harper  <jackson@ximian.com>
23912
23913         * XplatUIX11.cs: When generating mouse wparams get the modifier
23914         keys from the ModifierKeys property.
23915
23916 2004-12-17  Jackson Harper  <jackson@ximian.com>
23917
23918         * X11Keyboard.cs: Send up/down input when generating
23919         messages. Remove some unused vars.
23920
23921 2004-12-17  Jackson Harper  <jackson@ximian.com>
23922
23923         * TabControl.cs:
23924         * TreeView.cs: get rid of warnings.
23925
23926 2004-12-17  Jackson Harper  <jackson@ximian.com>
23927
23928         * XplatUIStructs.cs: Fix a couple wrong virtual keycodes.
23929
23930 2004-12-17  Jordi Mas i Hernandez <jordi@ximian.com>
23931
23932         * ListBox.cs: bug fixes, changes for CheckedListBox.cs
23933           CheckedListBox.cs: Implementation
23934
23935 2004-12-17  Peter Bartok  <pbartok@novell.com>
23936
23937         * TextControl.cs (RecalculateLine): Fixed baseline aligning calcs
23938
23939 2004-12-16  Peter Bartok  <pbartok@novell.com>
23940
23941         * TextControl.cs:
23942           - InsertCharAtCaret(): Fixed start pos fixup
23943           - CaretLine_get: No longer derives the line from the tag, the tag
23944             could be stale if lines in the document have been added or deleted
23945           - RebalanceAfterDelete(): Fixed bug in balancing code
23946           - RebalanceAfterAdd(): Fixed really stupid bug in balancing code
23947           - Line.Streamline(): Now can also elminate leading empty tags
23948           - DumpTree(): Added a few more tests and prevented exception on
23949             uninitialized data
23950           - Added Debug section for Combining lines
23951           - Delete(): Now copies all remaining properties of a line
23952           
23953         * TextBoxBase.cs:
23954           - Left mousebutton now sets the caret (and middle button still acts
23955             as formatting tester, which must go away soon)
23956           - Added Debug section for Deleting/Combining lines
23957           - Fixed calculations for UpdateView after Combining lines
23958
23959 2004-12-16  Peter Bartok  <pbartok@novell.com>
23960
23961         * TextControl.cs: Now properly aligns text on a baseline, using the
23962           new XplatUI.GetFontMetrics() method. Simplified several calculations
23963         * TextBoxBase.cs: Moved #endif to allow compiling if Debug is not
23964           defined
23965
23966 2004-12-16  Peter Bartok  <pbartok@novell.com>
23967
23968         * XplatUI.cs: Added GetFontMetrics() method
23969         * XplatUIDriver.cs: Added GetFontMetrics() abstract
23970         * XplatUIX11.cs: Implemented GetFontMetrics() method, now calls
23971           into libgdiplus, our private GetFontMetrics function
23972         * XplatUIOSX.cs: Implemented GetFontMetrics() method, same as X11
23973         * XplatUIWin32.cs: Implemented GetFontMetrics() method
23974
23975 2004-12-16  Jackson Harper  <jackson@ximain.com>
23976
23977         * XplatUIStruct.cs: Add enum for dead keys
23978         * X11Keyboard.cs: Map and unmap dead keys.
23979
23980 2004-12-16  Jackson Harper  <jackson@ximian.com>
23981
23982         * X11Keyboard.cs: Detect and use the num lock mask.
23983
23984 2004-12-16  Peter Bartok  <pbartok@novell.com>
23985
23986         * Control.cs (CreateGraphics): Added check to make sure the
23987           handle of the window exists before calling Graphics.FromHwnd()
23988
23989 2004-12-16  Peter Bartok  <pbartok@novell.com>
23990
23991         * TextBoxBase.cs: Initial check-in. DO NOT TRY TO USE THIS YET. It
23992           contains a lot of code that's not supposed to be there for the
23993           real thing, but required for developing/testing the textbox
23994           backend.
23995
23996 2004-12-16  Peter Bartok  <pbartok@novell.com>
23997
23998         * TextControl.cs:
23999         - Fixed Streamline method
24000         - Added FindTag method to Line
24001         - Added DumpTree method for debugging
24002         - Added DecrementLines() method for deleting lines
24003         - Fixed UpdateView to update the cursor to end-of-line on single-line
24004           updates
24005         - Added PositionCaret() method
24006         - Fixed MoveCaret(LineDown) to move into the last line, too
24007         - Added InsertChar overload
24008         - Fixed InsertChar tag offset calculations
24009         - Added DeleteChar() method
24010         - Added Combine() method for folding lines
24011         - Fixed Delete() method, no longer allocates wasted Line object and
24012           now copies all properties when swapping nodes
24013         - Delete() method now updates document line counter
24014
24015 2004-12-15  Jackson Harper  <jackson@ximian.com>
24016
24017         * XplatUIX11.cs: Get the modifier keys from the keyboard driver
24018         * X11Keyboard.cs: Expose the currently selected modifier keys
24019         through a property.
24020
24021 2004-12-15  Peter Bartok  <pbartok@novell.com>
24022
24023         * TextControl.cs: Initial check-in. Still incomplete
24024
24025 2004-12-15  Jackson Harper  <jackson@ximian.com>
24026
24027         * TreeNode.cs:
24028         * TreeView.cs: Fix build on csc (second time today ;-))
24029
24030 2004-12-15  Jackson Harper  <jackson@ximian.com>
24031
24032         * TreeView.cs: Store the treenodes plus/minus box bounds when it
24033         is calculated and use this for click testing.
24034         * TreeNode.cs: Add functionality to store the nodes plus minus box bounds.
24035
24036 2004-12-15  Jackson Harper  <jackson@ximian.com>
24037
24038         * TreeView.cs: Pass the nodes image index to the image list when
24039         drawing that image.
24040
24041 2004-12-15  Jackson Harper  <jackson@ximian.com>
24042
24043         * X11Keyboard.cs: Set messages hwnd.
24044         * XplatUIX11.cs: Pass proper hwnd wot keyboard driver. Set hwnd on
24045         post_message calls.
24046
24047 2004-12-15  Jackson Harper  <jackson@ximian.com>
24048
24049         * X11Keyboard.cs: Fix to compile with csc.
24050         
24051 2004-12-15  Jackson Harper  <jackson@ximian.com>
24052
24053         * X11Structs.cs: Add key mask values
24054         * XplatUIStruct.cs: Add keyboard event flags, and keyboard definitions
24055         * X11Keyboard.cs: New file - Extrapolates and interpolates key
24056         down/up foo into WM_CHAR foo
24057         * KeyboardLayouts.cs: Common keyboard layouts
24058         * XplatUIX11.cs: Add the keyboard driver. Add functionality to
24059         post messages into the main queue.
24060
24061 2004-12-13  Jordi Mas i Hernandez <jordi@ximian.com>
24062
24063         * Button.cs: implement ProcessMnemonic
24064         * ThemeWin32Classic.cs: use ResPool (caching) instead of creating
24065           brushes everytime
24066         * Control.cs: fixes IsMnemonic (support for &&, case insensitive, etc)
24067         * ButtonBase.cs: Show HotkeyPrefix (not the &)
24068
24069 2004-12-12  John BouAntoun  <jba-mon@optusnet.com.au>
24070         
24071         * MonthCalendar.cs: Implemented click-hold for next/previous month
24072           and date selection
24073           
24074 2004-12-11  Peter Bartok  <pbartok@novell.com>
24075
24076         * X11Structs.cs:
24077           - Added XKeyboardState (moved from XplatUIX11.cs)
24078           - Added XCreateGC related enums and structures
24079           - Added GXFunction for XSetFunction
24080
24081         * XplatUIStructs.cs: Added missing WS_EX_xxx definitions
24082
24083         * XplatUI.cs: Added CreateCaret(), DestroyCaret(), SetCaretPos() and
24084           CaretVisible() calls
24085
24086         * ToolTip.cs: Added code to prevent stealing focus from app windows
24087
24088         * XplatUIDriver.cs: Added abstracts for caret functions (CreateCaret,
24089           DestroyCaret, SetCaretPos and CaretVisible)
24090
24091         * XplatUIX11.cs:
24092           - Added implementation for caret functions
24093           - Moved hover variables into a struct, to make it a bit easier
24094             on the eyes and to debug
24095           - Removed XKeyboardState (moved to XplatUIX11.cs)
24096           - Moved Keyboard properties into the properties region
24097
24098         * Control.cs (get_Region): Control.CreateGraphics is the appropriate
24099           call to get a graphics context for our control
24100
24101         * XplatUIOSX.cs: Added empty overrides for the new caret functions
24102
24103         * TreeView.cs: Fixed bug. No matter what color was set it would always
24104           return SystemColors.Window
24105
24106         * XplatUIWin32.cs: Implemented caret overrides
24107
24108 2004-12-10  Jordi Mas i Hernandez <jordi@ximian.com>
24109
24110         * ListBox.cs: fire events, implement missing methods and properties,
24111         sorting.
24112
24113 2004-12-10  John BouAntoun <jba-mono@optusnet.com.au>
24114
24115         * MonthCalendar.cs: invalidation bug fixing
24116         * ThemeWin32Classic.cs: paint fixing
24117
24118 2004-12-09  Geoff Norton  <gnorton@customerdna.com>
24119
24120         * XplatUIOSX.cs: Refactor to pass the real hwnd into Graphics.FromHwnd, we
24121         prepare the CGContextRef there now.
24122
24123 2004-12-09  John BouAntoun <jba-mono@optusnet.com.au>
24124
24125         * MonthCalendar.cs:
24126           - optimisationL only invalidate areas that have changed
24127         * ThemeWin32Classic.cs:
24128           - only paint parts that intersect with clip_area
24129
24130 2004-12-09  Peter Bartok  <pbartok@novell.com>
24131
24132         * Application.cs: Undid changes from r37004 which cause problems
24133         on X11
24134
24135 2004-12-09  Ravindra  <rkumar@novell.com>
24136
24137         * ToolBar.cs: Added support for displaying ContextMenu
24138         attached to a button on ToolBar.
24139         * ToolBarButton.cs: Uncomment/fixed the DropDownMenu
24140         property.
24141
24142 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
24143
24144         * Label.cs: autosize works in text change and removes unnecessary
24145         invalidate
24146
24147 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
24148
24149         * ThemeWin32Classic.cs, XplatUIOSX.cs, XplatUIWin32.cs:
24150         remove warnings
24151
24152 2004-12-08  Geoff Norton  <gnorton@customerdna.com>
24153
24154         * XplatUIOSX.cs: Added mouse move/click/grab support
24155         Remove some debugging WriteLines not needed anymore.
24156         Add window resizing/positioning.
24157         Fix visibility on reparenting.
24158
24159 2004-12-08  Peter Bartok  <pbartok@novell.com>
24160
24161         * XplatUIOSX.cs: Added Idle event, now compiles on VS.Net
24162
24163 2004-12-07  Geoff Norton  <gnorton@customerdna.com>
24164
24165         * XplatUIOSX.cs: Initial checkin
24166         * XplatUI.cs: Use the Quartz driver if the environment is set to use it
24167
24168 2004-12-03  Ravindra <rkumar@novell.com>
24169
24170         * ListView.cs: Added some keybindings and fixed scrolling.
24171         ScrollBars listen to ValueChanged event instead of Scroll
24172         Event. This would let us take care of all changes being
24173         done in the scrollbars' values programmatically or manually.
24174         * ListView.cs (CanMultiselect): Added a check for shift key.
24175         * ListView.cs (EnsureVisible): Fixed. Do proper scrolling.
24176         * ListViewItem.cs (Clone): Fixed. We need to make a copy
24177         of ListViewSubItemCollection as well.
24178
24179 2004-12-06  Peter Bartok <pbartok@novell.com>
24180
24181         * Control.cs (Parent): Added check and exception to prevent
24182         circular parenting
24183
24184 2004-12-03  Jordi Mas i Hernandez <jordi@ximian.com>
24185
24186         * ListBox.cs: implemented clipping, selection single and multiple,
24187         bug fixing
24188
24189 2004-12-03  Ravindra <rkumar@novell.com>
24190
24191         * ListView.cs (ListView_KeyDown):
24192         * ListView.cs (ListView_KeyUp): Fixed multiple selection handling
24193         when CTRL key is pressed.
24194         * ListViewItem.cs (Selected): Fixed setting the property.
24195
24196 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
24197
24198         * Application.cs (OnThreadException): Use ThreadExceptionDialog.
24199
24200         * Form.cs: Add ActiveForm, FormBorderStyle, MaximizeBox,
24201         MinimizeBox, ShowInTaskbar, TopMost properties.
24202
24203         * ThreadExceptionDialog.cs: Implemented (disabled TextBox until
24204         will be implemented).
24205
24206 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
24207
24208         * OwnerDrawPropertyBag.cs: New internal parameterless ctor.
24209
24210         * TreeNode.cs: Implemented ICloneable, Fixed to pass my simple
24211         tests.
24212         
24213         * TreeNodeCollection.cs: Add exception throwing for Add,AddRange.
24214         
24215         * TreeView.cs: BackColor is Colors.Window.
24216
24217 2004-12-01  Jackson Harper  <jackson@ximian.com>
24218
24219         * TreeView.cs: When resizing the tree if the user is making it
24220         smaller we don't get expose events, so we need to handle adding
24221         the horizontal scrollbar in the size changed handler as well as
24222         the expose handler.
24223
24224 2004-12-02  Jordi Mas i Hernandez <jordi@ximian.com>
24225
24226         * DrawItemState.cs: fixes wrong enum values
24227
24228 2004-12-01  Jackson Harper  <jackson@ximian.com>
24229
24230         * TreeView.cs: Resize the hbar as well as the vbar on resize.
24231
24232 2004-12-01  Jackson Harper  <jackson@ximian.com>
24233
24234         * NodeLabelEditEventArgs.cs:
24235         * NodeLabelEditEventHandler.cs:
24236         * OpenTreeNodeEnumerator.cs:
24237         * TreeNode.cs:
24238         * TreeNodeCollection.cs:
24239         * TreeView.cs:
24240         * TreeViewAction.cs:
24241         * TreeViewCancelEventArgs.cs:
24242         * TreeViewCancelEventHandler.cs:
24243         * TreeViewEventArgs.cs:
24244         * TreeViewEventHandler.cs: Initial implementation.
24245
24246 2004-12-01  Ravindra <rkumar@novell.com>
24247
24248         * ListView.cs (CalculateListView): Fixed scrolling related
24249         calculations. Also, removed some debug statements from other
24250         places.
24251         * ListViewItem.cs: Changed access to 'selected' instance variable
24252         from private to internal.
24253         * ThemeWin32Classic.cs (DrawListViewItem): Fixed SubItem drawing.
24254
24255 2004-12-01  Jordi Mas i Hernandez <jordi@ximian.com>
24256
24257         * ThemeWin32Classic.cs: remove cache of brush and pens for
24258         specific controls and use the global system, fixes scrollbutton
24259         bugs (for small sizes, disabled, etc)
24260         
24261         * ScrollBar.cs: does not show the thumb for very small controls
24262         (as MS) and allow smaller buttons that the regular size
24263
24264 2004-12-01  Miguel de Icaza  <miguel@ximian.com>
24265
24266         * UpDownBase.cs: Add abstract methods for the interface.
24267         Add new virtual methods (need to be hooked up to TextEntry when it
24268         exists).
24269         Add override methods for most features.
24270         Computes the size, forces the height of the text entry.
24271
24272         * NumericUpDown.cs: Put here the current testing code.
24273
24274         * Set eol-style property on all files that do not have mixed line
24275         endings, to minimize the future problems.  There are still a few
24276         files with mixed endings, and someone should choose whether they
24277         want to move it or not.
24278
24279 2004-11-30  Jordi Mas i Hernandez <jordi@ximian.com>
24280
24281         * MonthCalendar.cs, ListView.cs: use Theme colours instead of
24282         System.Colors
24283         
24284 2004-11-30  Ravindra <rkumar@novell.com>
24285
24286         * ThemeWin32Classic.cs (DrawListViewItem): Fixed selected item
24287         drawing and replaced use of SystemColors by theme colors.
24288         * ListView.cs (ListView_Paint): Fixed painting done during scrolling.
24289         * ListView.cs (ListViewItemCollection.Add): Throw exception when
24290         same ListViewItem is being added more than once.
24291
24292 2004-11-30  John BouAntoun <jba-mono@optusnet.com.au>
24293
24294         * MonthCalendar.cs:
24295           - ControlStyles love to make the control not flicker
24296           
24297 2004-11-30  Peter Bartok  <pbartok@novell.com>
24298
24299         * CharacterCasing.cs: Added
24300
24301 2004-11-29  Peter Bartok  <pbartok@novell.com>
24302
24303         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
24304           TreeViewAction.cs, TreeViewEventArgs.cs: Removed new files.
24305           I am removing these files as they conflict with already completed
24306           work. While it is fantastic to get contributions to MWF, I
24307           respectfully ask that everyone please coordinate their contributions
24308           through mono-winforms-list or #mono-winforms at this time. We're
24309           explicitly avoiding stubbing and don't want controls that don't have
24310           their basic functionality implemented in svn. Please also see
24311           http://www.mono-project.com/contributing/winforms.html
24312
24313
24314 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
24315
24316         * Application.cs (ModalRun): Don't hang after exit.
24317
24318         * Theme.cs: New TreeViewDefaultSize property.
24319
24320         * ThemeWin32Classic.cs: Replaced hardcoded defaultWindowBackColor
24321         with less hardcoded SystemColors constant.
24322         Implemented TreeViewDefaultSize.
24323
24324         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
24325         TreeViewAction.cs, TreeViewEventArgs.cs: New files.
24326
24327
24328 2004-11-29  John BouAntoun <jba-mono@optusnet.com.au>
24329
24330         * MonthCalendar.cs:
24331           - Fix NextMonthDate and PrevMonthDate click moving calendar
24332
24333 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
24334
24335         * MonthCalendar.cs:
24336           - Fix usage of ScrollChange Property when scrolling months
24337
24338 2004-11-26  Jordi Mas i Hernandez <jordi@ximian.com>
24339
24340         * Menu.cs, MainMenu.cs, MenuItem.cs, MenuAPI.cs
24341          - Fixes menu destroying
24342          - Support adding and removing items on already created menus
24343
24344 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
24345
24346         * MonthCalendar.cs:
24347           - Re-worked all bolded dates handling to match win32
24348         * ThemeWin32Classic.cs:
24349           - Fixed rendering with bolded dates
24350
24351 2004-11-25  Jordi Mas i Hernandez <jordi@ximian.com>
24352
24353         * ListBox.cs, Theme.cs, ThemeWin32Classic.cs:
24354         - Horizontal scroolbar
24355         - Multicolumn
24356         - Fixes
24357
24358
24359 2004-11-25  John BouAntoun <jba-mono@optusnet.com.au>
24360
24361         * MonthCalendar.cs:
24362           - Fix Usage of MaxSelectionCount from SelectionRange
24363           - Fixed Shift + Cursor Selection
24364           - Fixed Shift + (Pg up/Pg dn, Home/End) selection
24365           - Fixed normal cursor selection to be compat with win32
24366           - Fixed Shift + Mouse Click selection
24367
24368 2004-11-24  Peter Bartok <pbartok@novell.com>
24369
24370         * XplatUI.cs (DispatchMessage): Switched to return IntPtr
24371         * XplatUIDriver.cs (DispatchMessage): Switched to return IntPtr
24372         * XplatUIX11.cs:
24373           - CreatedKeyBoardMsg now updates keystate with Alt key
24374           - Added workaround for timer crash to CheckTimers, Jackson will
24375             develop a proper fix and check in later
24376           - Implemented DispatchMessage
24377           - Removed calling the native window proc from GetMessage (call
24378             now moved to DispatchMessage)
24379
24380         * KeyEventArgs.cs (Constructor): Now combines modifierkeys into
24381           the keydata (Fixes bug #69831)
24382
24383         * XplatUIWin32.cs:
24384           - (DispatchMessage): Switched to return IntPtr
24385           - Added DllImport for SetFocus
24386
24387 2004-11-24  Ravindra <rkumar@novell.com>
24388
24389         * ThemeWin32Classic.cs: Fixed ListView border and checkbox
24390         background drawing.
24391         * ListViewItem.cs: Fixed various properties, calculations
24392         and Clone() method. Fixed ListViewSubItemCollection.Clear() method.
24393         * ListView.cs: Fixed calculations, BackColor, ForeColor properties
24394         and some internal properties. Fixed MouseDown handler and Paint
24395         method.
24396
24397 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
24398
24399         * MonthCalendar.cs: Add TitleMonth ContextMenu handling
24400
24401 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
24402
24403         * ContainerControl.cs: correct accidental check in of local changes
24404
24405 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
24406
24407         * ThemeWin32Classic.cs:
24408                 - Fixed Drawing Last month in grid (sometimes not showing)
24409         * MonthCalendar.cs:
24410                 - Fixed title width calculation bug (makeing title small)
24411
24412 2004-11-23  Peter Bartok <pbartok@novell.com>
24413
24414         * XplatUIX11.cs:
24415           - Added generation of WM_MOUSEHOVER event
24416           - Added missing assignment of async_method atom
24417           - Fixed WM_ERASEBKGND; now only redraws the exposed area
24418
24419 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
24420
24421         * ThemeWin32Classic.cs:
24422                 - Fixed Drawing of today circle when showtodaycircle not set
24423                 - fixed drawing of first and last month in the grid (gay dates)
24424         * MonthCalendar.cs:
24425                 - Fixed Drawing of today circle
24426                 - Fixed drawing of grady dates
24427                 - Fixed HitTest for today link when ShowToday set to false
24428                 - Fixed DefaultSize to obey ShowToday
24429
24430 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
24431
24432         * ThemeWin32Classic.cs: Fixed DrawMonthCalendar and private support methods
24433         * System.Windows.Forms/Theme.cs
24434         * MonthCalendar.cs: added for MonthCalendar
24435         * SelectionRange.cs: added for MonthCalendar
24436         * Day.cs: added for MonthCalendar: added for MonthCalendar
24437         * DateRangeEventArgs.cs: added for MonthCalendar
24438         * DateRangeEventHandler.cs: added for MonthCalendar
24439
24440 2004-11-22  Ravindra <rkumar@novell.com>
24441
24442         * ThemeWin32Classic.cs: Fixed ListViewDrawing with 'UseItemStyleForSubItems'
24443         property.
24444
24445 2004-11-22  Miguel de Icaza  <miguel@ximian.com>
24446
24447         * UpDownBase.cs (InitTimer): Use prehistoric C# 1.0 notation for
24448         event handler.
24449         
24450         * NumericUpDown.cs: Added new implementation.
24451         * UpDownBase.cs: Added new implementation.
24452
24453         * XplatUIWin32.cs (KeyboardSpeed, KeyboardDelay): added default
24454         implementations.
24455         
24456         * XplatUIX11.cs (KeyboardSpeed, KeyboardDelay): added default
24457         implementations.
24458
24459         * XplatUIDriver.cs ((KeyboardSpeed, KeyboardDelay): added new
24460         methods.
24461
24462 2004-11-21  Miguel de Icaza  <miguel@ximian.com>
24463
24464         * Timer.cs  (Dispose): Should call the base dispose when
24465         overriding.
24466
24467 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
24468
24469         * ScrollBar.cs: updates thumb position when max, min or increment
24470         is changed
24471
24472 2004-11-21  Ravindra <rkumar@novell.com>
24473
24474         * ListView.cs: Implemented item selection, activation and
24475         column header style. Fixed properties to do a redraw, if
24476         required. Added support for MouseHover, DoubleClick, KeyDown
24477         and KeyUp event handling and some minor fixes.
24478         * ListViewItem.cs: Fixed constructor.
24479         * ThemeWin32Classic.cs: Improved drawing for ListView.
24480
24481 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
24482
24483         * ThemeWin32Classic.cs: initial listbox drawing code
24484         * DrawMode.cs: new enumerator
24485         * ListControl.cs: stubbed class
24486         * ListBox.cs: initial implementation
24487         * Theme.cs: new methods definitions
24488         * SelectionMode.cs: new enumerator
24489
24490 2004-11-17  Peter Bartok  <pbartok@novell.com>
24491
24492         * XplatUIWin32.cs: Added double-click events to the class style
24493         * Control.cs (WndProc):
24494           - Added handling of click-count to MouseDown/ MouseUp events.
24495           - Added handling of middle and right mouse buttons
24496           - Removed old debug code
24497
24498 2004-11-17  Jackson Harper  <jackson@ximian.com>
24499
24500         * XplatUIX11.cs: Use the new Mono.Unix namespace.
24501
24502 2004-11-17  Ravindra <rkumar@novell.com>
24503
24504         * ListView.cs: Added event handling for MouseMove/Up/Down.
24505         * ColumnHeader.cs: Added a read-only internal property 'Pressed'.
24506         * ThemeWin32Classic.cs: We need to clear the graphics context and
24507         draw column header in a proper state.
24508
24509
24510 2004-11-17  Jordi Mas i Hernandez <jordi@ximian.com>
24511
24512         *  Menu.cs: fixes signature
24513
24514 2004-11-16  Peter Bartok  <pbartok@novell.com>
24515
24516         * XplatUIX11.cs (GetMessage): Implemented generation of
24517           double click mouse messages
24518
24519 2004-11-12  Jordi Mas i Hernandez <jordi@ximian.com>
24520
24521         *  Form.cs, MainMenu.cs, MenuAPI.cs: tracker should be for tracking session
24522         not by menu
24523
24524 2004-11-11  Peter Bartok  <pbartok@novell.com>
24525
24526         * HandleData.cs: Added Visible property
24527         * XplatUIX11.cs (IsVisible): Now uses Visible property from
24528           HandleData
24529         * XplatUIX11.cs: Removed old debug leftovers
24530         * XplatUIX11.cs (DefWndProc): Added WM_ERASEBKGND handler
24531         * Control.cs (WndProc): Removed old debug leftovers,
24532           streamlined handling of WM_WINDOWPOSCHANGED, removed un-
24533           needed WM_SIZE handling
24534
24535 2004-11-11  Jackson Harper  <jackson@ximian.com>
24536
24537         * OwnerDrawPropertyBag.cs:
24538         * TreeViewImageIndexConverter.cs: Initial implementation
24539
24540 2004-11-10  Jackson Harper  <jackson@ximian.com>
24541
24542         * ThemeWin32Classic.cs:
24543         * TabControl.cs: instead of moving tabs by the slider pos just
24544         start drawing at the tab that is offset by the slider. This way
24545         scrolling always moves by exactly one tab.
24546
24547 2004-11-10  Jackson Harper  <jackson@ximian.com>
24548
24549         * TabControl.cs: You can only scroll left when the slider has
24550         already ben moved right.
24551         
24552 2004-11-10  Jackson Harper  <jackson@ximian.com>
24553
24554         * ThemeWin32Classic.cs: Do not draw the selected tab if its not in
24555         the clip area.
24556         
24557 2004-11-10  Jackson Harper  <jackson@ximian.com>
24558
24559         * ThemeWin32Classic.cs: Don't bother drawing tabs outside of the
24560         clip area.
24561         
24562 2004-11-09  Jackson Harper  <jackson@ximian.com>
24563
24564         * TabControl.cs (CalcXPos): New helper method so we can determine
24565         the proper place to start drawing vertical tabs.
24566         * ThemeWin32Classic.cs (DrawTab): Draw right aligned tabs.
24567         
24568 2004-11-09  Jackson Harper  <jackson@ximian.com>
24569
24570         * TabControl.cs: Calculate sizing and rects for left aligned tabs.
24571         * ThemeWin32Classic.cs (GetTabControl*ScrollRect): Only handle Top
24572         and Bottom, left and right are illegal values for this and
24573         multiline is enabled when the alignment is set to left or right.
24574         (DrawTab): Each alignment block should draw the text itself now
24575         because Left requires special love. Also add rendering for Left
24576         aligned tabs.
24577         
24578 2004-11-09  Jordi Mas i Hernandez <jordi@ximian.com>
24579
24580         *  Form.cs, MainMenu.cs, MenuAPI.cs: fixes menu navigation, fixes popups,
24581         does not destroy the windows, removes debugging messages
24582
24583 2004-11-09  jba  <jba-mono@optusnet.com.au>
24584
24585         * ThemeWin32Classic.cs
24586         (DrawButtonBase): Fix verticle text rect clipping in windows
24587         (DrawCheckBox): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
24588         rendering and incorrect text rect clipping
24589         (DrawRadioButton): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
24590         rendering and incorrect text rect clipping
24591         
24592 2004-11-08  Jackson Harper  <jackson@ximian.com>
24593
24594         * ThemeWin32Classic.cs (DrawTabControl): Render tabs from top to
24595         bottom when they are bottom aligned so the bottoms of the tabs get
24596         displayed.
24597         * TabControl.cs (DropRow): Move rows up instead of down when the
24598         tab control is bottom aligned.
24599
24600 2004-11-08 13:59  pbartok
24601
24602         * XplatUIX11.cs:
24603           - Added handling for various window styles
24604           - Added handling for popup windows
24605           - Added SetTopmost handling
24606
24607 2004-11-08 13:55  pbartok
24608
24609         * XplatUIWin32.cs:
24610           - Added argument to SetTopmost method
24611           - Fixed broken ClientToScreen function
24612
24613 2004-11-08 13:53  pbartok
24614
24615         * XplatUIStructs.cs:
24616           - Added missing WS_EX styles
24617
24618 2004-11-08 13:53  pbartok
24619
24620         * XplatUI.cs, XplatUIDriver.cs:
24621           - Added argument to SetTopmost
24622
24623 2004-11-08 13:52  pbartok
24624
24625         * X11Structs.cs:
24626           - Added XSetWindowAttributes structure
24627           - Improved XWindowAttributes structure
24628           - Added SetWindowValuemask enum
24629           - Added window creation arguments enum
24630           - Added gravity enum
24631           - Added Motif hints structure
24632           - Added various Motif flags and enums
24633           - Added PropertyMode enum for property functions
24634
24635 2004-11-08 13:50  pbartok
24636
24637         * Form.cs:
24638           - Fixed arguments for updated SetTopmost method
24639
24640 2004-11-08 13:49  pbartok
24641
24642         * ToolTip.cs:
24643           - Fixed arguments for updated SetTopmost function
24644           - Fixed usage of PointToClient
24645
24646 2004-11-08 13:44  pbartok
24647
24648         * MenuAPI.cs:
24649           - Added Clipping of children and siblings
24650
24651 2004-11-08 13:41  pbartok
24652
24653         * MainMenu.cs:
24654           - Removed SetMenuBarWindow call. We do this in Form.cs
24655
24656 2004-11-08 13:40  jackson
24657
24658         * TabControl.cs, Theme.cs, ThemeWin32Classic.cs: Render the little
24659           scrolling jimmi in the correct location with bottom aligned tabs
24660
24661 2004-11-08 13:36  pbartok
24662
24663         * ContainerControl.cs:
24664           - Implemented BindingContext
24665           - Implemented ParentForm
24666
24667 2004-11-08 12:46  jackson
24668
24669         * TabControl.cs: Put bottom rendered tabs in the right location
24670
24671 2004-11-08 07:15  jordi
24672
24673         * ScrollBar.cs, ThemeWin32Classic.cs: fixes vertical scrollbar and
24674           removes dead code
24675
24676 2004-11-05 17:30  jackson
24677
24678         * TabControl.cs: When selected tabs are expanded make sure they
24679           don't go beyond the edges of the tab control
24680
24681 2004-11-05 14:57  jackson
24682
24683         * TabControl.cs: Reset show_slider so if the control is resized to
24684           a size where it is no longer needed it's not displayed anymore
24685
24686 2004-11-05 13:16  jackson
24687
24688         * TabControl.cs: Make tab pages non visible when added to the
24689           control
24690
24691 2004-11-05 12:42  jackson
24692
24693         * TabControl.cs: Implement SizeMode.FillToRight
24694
24695 2004-11-05 12:16  jackson
24696
24697         * Control.cs: Do not call CreateHandle if the handle is already
24698           created
24699
24700 2004-11-05 11:46  jackson
24701
24702         * TabControl.cs: Remove superflous call to CalcTabRows
24703
24704 2004-11-05 09:07  jackson
24705
24706         * XplatUIX11.cs: Update for Mono.Posix changes
24707
24708 2004-11-05 07:00  ravindra
24709
24710         * ListView.cs, ListViewItem.cs: Implemented some methods and fixed
24711           scrolling.
24712
24713 2004-11-04 22:47  jba
24714
24715         * ThemeWin32Classic.cs:
24716           - Fix Button rendering for FlatStyle = Flat or Popup
24717           - Fix RadioButton and CheckBox rendering when Appearance = Button
24718             (normal and flatstyle).
24719           - Correct outer rectangle color when drawing focus rectangle
24720           - Adjust button bounds to be 1 px smaller when focused
24721           - Make button not draw sunken 3d border when pushed (windows compat)
24722           - Fix CPDrawBorder3D to not make bottom right hand corner rounded
24723           - Offset the text in RadioButton and Checkbox when being rendered as
24724           a button.
24725           - Hover and Click behaviour for Colored FlatStyle.Flat and Popup
24726           radiobuttons
24727           - Fixed disabled rendering for colored flatstyle radiobuttons (both)
24728           - Fixed disabled text rendering for normally rendered radiobuttons
24729
24730 2004-11-04 10:26  jackson
24731
24732         * TabControl.cs: Recalculate tab rows when resizing
24733
24734 2004-11-04 07:47  jordi
24735
24736         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs:
24737           collection completion, drawing issues, missing features
24738
24739 2004-11-04 05:03  ravindra
24740
24741         * ScrollBar.cs:
24742                 - We need to recalculate the Thumb area when
24743                 LargeChange/maximum/minimum values are changed.
24744           - We set the 'pos' in UpdatePos() method to minimum, if it's less
24745                 than minimum. This is required to handle the case if large_change is
24746                 more than max, and use LargeChange property instead of large_change
24747                 variable.
24748           - We return max+1 when large_change is more than max, like MS does.
24749
24750 2004-11-04 04:29  ravindra
24751
24752         * ColumnHeader.cs, ListView.cs, ListViewItem.cs:
24753                 - Changed default value signatures (prefixed all with ListView).
24754                 - Fixed/implemented layout LargeIcon, SmallIcon and List views for
24755                 ListView.
24756           - Fixed calculations for ListViewItem and implemented Clone()
24757           method.
24758
24759 2004-11-04 04:26  ravindra
24760
24761         * Theme.cs, ThemeWin32Classic.cs:
24762                 - Changed default ListView values signatures (prefixed all with
24763                 ListView).
24764           - Fixed default size values for VScrollBar and HScrollBar.
24765                 - Fixed DrawListViewItem method.
24766
24767 2004-11-04 04:05  ravindra
24768
24769         * ColumnHeaderStyle.cs: Typo. It should be Nonclickable.
24770
24771 2004-11-04 04:04  ravindra
24772
24773         * ImageList.cs: Implemented the missing overload for Draw method.
24774
24775 2004-11-03 19:29  jackson
24776
24777         * TabControl.cs: Handle dropping rows on selection properly
24778
24779 2004-11-03 11:59  jackson
24780
24781         * TabControl.cs: remove debug code
24782
24783 2004-11-03 11:52  jackson
24784
24785         * TabControl.cs, ThemeWin32Classic.cs: Initial implementation of
24786           the scrolly widgerywoo
24787
24788 2004-11-02 13:52  jackson
24789
24790         * TabControl.cs: Resize the tab pages and tabs when the tab control
24791           is resized
24792
24793 2004-11-02 13:40  jackson
24794
24795         * TabControl.cs, ThemeWin32Classic.cs: Move the row with the
24796           selected tab to the bottom
24797
24798 2004-11-02 13:39  jackson
24799
24800         * TabPage.cs: Store the tab pages row
24801
24802 2004-11-02 12:33  jordi
24803
24804         * MenuItem.cs: fixes handle creation
24805
24806 2004-11-02 11:42  jackson
24807
24808         * TabControl.cs: signature fix
24809
24810 2004-11-02 08:56  jackson
24811
24812         * TabControl.cs: Calculate whether the tab is on an edge properly.
24813           Remove top secret debugging code
24814
24815 2004-11-01 19:57  jackson
24816
24817         * TabControl.cs: Add click handling, and proper sizing
24818
24819 2004-11-01 19:47  jackson
24820
24821         * Theme.cs, ThemeWin32Classic.cs: New rendering and sizing code for
24822           tab controls
24823
24824 2004-11-01 19:39  jackson
24825
24826         * TabPage.cs: add internal property to store the bounds of a tab
24827           page
24828
24829 2004-10-30 04:23  ravindra
24830
24831         * Theme.cs, ThemeWin32Classic.cs: Drawing ListView and some default
24832           values.
24833
24834 2004-10-30 04:21  ravindra
24835
24836         * ListView.cs, ListViewItem.cs: Added support for scrolling and
24837           fixed calculations.
24838
24839 2004-10-30 03:06  pbartok
24840
24841         * XplatUIX11.cs:
24842           - Removed extension of DllImported libs
24843
24844 2004-10-29 09:55  jordi
24845
24846         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: Menu key
24847           navigation, itemcollection completion, menu fixes
24848
24849 2004-10-27 22:58  pbartok
24850
24851         * XplatUIX11.cs:
24852           - Now throws a nice error message when no X display could be opened
24853
24854 2004-10-26 13:51  jordi
24855
24856         * ListView.cs: removes warning
24857
24858 2004-10-26 03:55  ravindra
24859
24860         * ColumnHeader.cs, ListView.cs, ListViewItem.cs,
24861           ThemeWin32Classic.cs: Some formatting for my last checkins.
24862
24863 2004-10-26 03:36  ravindra
24864
24865         * ThemeWin32Classic.cs: Implemented DetailView drawing for ListView
24866           control and default values.
24867
24868 2004-10-26 03:35  ravindra
24869
24870         * Theme.cs: Added some default values for ListView control.
24871
24872 2004-10-26 03:33  ravindra
24873
24874         * ToolBar.cs: ToolBar should use the user specified button size, if
24875           there is any. Added a size_specified flag for the same.
24876
24877 2004-10-26 03:33  ravindra
24878
24879         * ColumnHeader.cs: Added some internal members and calculations for
24880           ColumnHeader.
24881
24882 2004-10-26 03:32  ravindra
24883
24884         * ListViewItem.cs: Calculations for ListViewItem.
24885
24886 2004-10-26 03:31  ravindra
24887
24888         * ListView.cs: Added some internal members and calculations for
24889           ListView.
24890
24891 2004-10-22 13:31  jordi
24892
24893         * MenuAPI.cs: speedup menus drawing
24894
24895 2004-10-22 13:16  jackson
24896
24897         * XplatUIX11.cs: Make sure to update exposed regions when adding an
24898           expose event
24899
24900 2004-10-22 11:49  jackson
24901
24902         * Control.cs: oops
24903
24904 2004-10-22 11:41  jackson
24905
24906         * Control.cs: Check to see if the window should have its background
24907           repainted by X when drawing.
24908
24909 2004-10-22 11:31  jackson
24910
24911         * XplatUIX11.cs: When invalidating areas only use XClearArea if
24912           clear is true, this way we do not get flicker from X repainting the
24913           background
24914
24915 2004-10-22 11:28  jackson
24916
24917         * XEventQueue.cs: Queue properly
24918
24919 2004-10-21 09:38  jackson
24920
24921         * XEventQueue.cs: Fix access modifier
24922
24923 2004-10-21 09:36  jackson
24924
24925         * XEventQueue.cs: Don't loose messages
24926
24927 2004-10-21 09:22  jackson
24928
24929         * XEventQueue.cs: Don't loose messages
24930
24931 2004-10-20 04:15  jordi
24932
24933         * BootMode.cs: enum need it by SystemInfo
24934
24935 2004-10-19 21:58  pbartok
24936
24937         * XplatUIWin32.cs:
24938           - Small sanity check
24939
24940 2004-10-19 21:56  pbartok
24941
24942         * Form.cs:
24943           - Added private FormParentWindow class which acts as the container
24944             for our form and as the non-client area where menus are drawn
24945           - Added/Moved required tie-ins to Jordi's menus
24946           - Fixed/Implemented the FormStartPosition functionality
24947
24948 2004-10-19 21:52  pbartok
24949
24950         * Control.cs:
24951           - Removed unneeded locals
24952           - Added code to all size and location properties to understand and
24953             deal with the parent container of Form
24954
24955 2004-10-19 21:33  pbartok
24956
24957         * Application.cs:
24958           - Fixed to deal with new Form subclasses for menus
24959
24960 2004-10-19 17:48  jackson
24961
24962         * XEventQueue.cs: commit correct version of file
24963
24964 2004-10-19 16:50  jackson
24965
24966         * XEventQueue.cs, XplatUIX11.cs: New optimized event queue
24967
24968 2004-10-19 16:15  jordi
24969
24970         * MenuAPI.cs: MenuBarCalcSize returns the height
24971
24972 2004-10-19 08:31  pbartok
24973
24974         * Control.cs:
24975           - Added missing call to PreProcessMessage before calling OnXXXKey
24976           methods
24977
24978 2004-10-19 00:04  ravindra
24979
24980         * ToolTip.cs: Fixed constructor.
24981
24982 2004-10-18 09:31  jordi
24983
24984         * MenuAPI.cs: menuitems in menubars do not have shortcuts
24985
24986 2004-10-18 09:26  jordi
24987
24988         * MenuItem.cs: fixes MenuItem class signature
24989
24990 2004-10-18 08:56  jordi
24991
24992         * MenuAPI.cs: prevents windows from showing in the taskbar
24993
24994 2004-10-18 00:28  ravindra
24995
24996         * ToolTip.cs: Suppressed a warning message.
24997
24998 2004-10-18 00:27  ravindra
24999
25000         * Control.cs: Default value of visible property must be true.
25001
25002 2004-10-17 23:19  pbartok
25003
25004         * ToolTip.cs:
25005           - Complete implementation
25006
25007 2004-10-17 23:19  pbartok
25008
25009         * XplatUIX11.cs:
25010           - Added EnableWindow method
25011           - Added SetModal stub
25012           - Added generation of WM_ACTIVATE message (still needs testing)
25013           - Added SetTopMost stub
25014           - Changes to deal with VirtualKeys being moved to XplatUIStructs.cs
25015
25016 2004-10-17 23:17  pbartok
25017
25018         * XplatUIWin32.cs:
25019           - Removed VirtualKeys to XplatUIStructs
25020           - Implemented SetTopMost method
25021           - Implemented EnableWindow method
25022           - Bugfix in ScreenToClient()
25023           - Bugfixes in ClientToScreen()
25024
25025 2004-10-17 22:51  pbartok
25026
25027         * XplatUIStructs.cs:
25028           - Added WS_EX styles to WindowStyles enumeration
25029
25030 2004-10-17 22:50  pbartok
25031
25032         * XplatUI.cs, XplatUIDriver.cs:
25033           - Added method for enabling/disabling windows
25034           - Added method for setting window modality
25035           - Added method for setting topmost window
25036
25037 2004-10-17 22:49  pbartok
25038
25039         * ThemeWin32Classic.cs:
25040           - Added ToolTip drawing code
25041
25042 2004-10-17 22:49  pbartok
25043
25044         * Theme.cs:
25045           - Added ToolTip abstracts
25046
25047 2004-10-17 22:47  pbartok
25048
25049         * Form.cs:
25050           - Fixed Form.ControlCollection to handle owner relations
25051           - Added Owner/OwnedForms handling
25052           - Implemented Z-Ordering for owned forms
25053           - Removed unneeded private overload of ShowDialog
25054           - Fixed ShowDialog, added the X11 incarnation of modal handling (or
25055             so I hope)
25056           - Fixed Close(), had wrong default
25057           - Added firing of OnLoad event
25058           - Added some commented out debug code for Ownership handling
25059
25060 2004-10-17 22:16  pbartok
25061
25062         * Control.cs:
25063           - Fixed/implemented flat list of controls
25064
25065 2004-10-17 22:14  pbartok
25066
25067         * Application.cs:
25068           - Added code to simulate modal dialogs on Win32
25069
25070 2004-10-17 16:11  jordi
25071
25072         * ScrollBar.cs: disabled scrollbar should not honor any keyboard or
25073           mouse event
25074
25075 2004-10-17 13:39  jordi
25076
25077         * MenuAPI.cs: menu drawing fixes
25078
25079 2004-10-15 09:10  ravindra
25080
25081         * StructFormat.cs: General Enum.
25082
25083 2004-10-15 09:09  ravindra
25084
25085         * SizeGripStyle.cs: Enum for Form.
25086
25087 2004-10-15 09:08  ravindra
25088
25089         * Theme.cs, ThemeWin32Classic.cs: Added ColumnHeaderHeight property
25090           in Theme for ListView.
25091
25092 2004-10-15 09:06  ravindra
25093
25094         * ColumnHeader.cs: Flushing some formatting changes.
25095
25096 2004-10-15 09:05  ravindra
25097
25098         * ListViewItem.cs: Implemented GetBounds method and fixed coding
25099           style.
25100
25101 2004-10-15 09:03  ravindra
25102
25103         * ListView.cs: Implemented Paint method and fixed coding style.
25104
25105 2004-10-15 07:34  jordi
25106
25107         * MenuAPI.cs: fix for X11
25108
25109 2004-10-15 07:32  ravindra
25110
25111         * ButtonBase.cs, CheckBox.cs, RadioButton.cs:
25112                 - Renamed Paint() method to Draw() for clarity. Also, moved
25113                 DrawImage() to OnPaint().
25114
25115 2004-10-15 07:25  ravindra
25116
25117         * CheckBox.cs, RadioButton.cs:
25118                 - Removed Redraw (), we get it from ButtonBase.
25119                 - Implemented Paint (), to do class specific painting.
25120
25121 2004-10-15 07:16  ravindra
25122
25123         * ButtonBase.cs:
25124                 - Redraw () is not virtual now.
25125                 - Added an internal virtual method Paint (), so that
25126                 derived classes can do their painting on their own.
25127                 - Modified OnPaint () to call Paint ().
25128
25129 2004-10-15 06:43  jordi
25130
25131         * ContextMenu.cs, DrawItemEventHandler.cs, Form.cs, MainMenu.cs,
25132           MenuAPI.cs, MenuItem.cs: menu work, mainmenu, subitems, etc
25133
25134 2004-10-15 00:30  ravindra
25135
25136         * MessageBox.cs:
25137                 - MessageBox on windows does not have min/max buttons.
25138                 This change in CreateParams fixes this on Windows. We
25139                 still need to implement this windowstyle behavior in
25140                 our X11 driver.
25141
25142 2004-10-14 05:14  ravindra
25143
25144         * ToolBar.cs:
25145                 - Changed Redraw () to do a Refresh () always.
25146                 - Fixed the MouseMove event handling when mouse is pressed,
25147                 ie drag event handling.
25148                 - Replaced the usage of ToolBarButton.Pressed property to
25149                 ToolBarButton.pressed internal variable.
25150
25151 2004-10-14 05:10  ravindra
25152
25153         * ToolBarButton.cs:
25154                 - Added an internal member 'inside' to handle mouse move
25155                 with mouse pressed ie mouse drag event.
25156                 - Changed 'Pressed' property to return true only when
25157                 'inside' and 'pressed' are both true.
25158                 - Some coding style love.
25159
25160 2004-10-14 00:17  ravindra
25161
25162         * Form.cs: Fixed class signature. ShowDialog (Control) is not a
25163           public method.
25164
25165 2004-10-14 00:15  ravindra
25166
25167         * ButtonBase.cs: Redraw () related improvements.
25168
25169 2004-10-14 00:14  ravindra
25170
25171         * MessageBox.cs: Moved InitFormSize () out of Paint method and
25172           removed unnecessary calls to Button.Show () method.
25173
25174 2004-10-13 17:50  pbartok
25175
25176         * XplatUIX11.cs:
25177           - Formatting fix
25178           - Removed destroying of window until we solve the problem of X
25179             destroying the window before us on shutdown
25180
25181 2004-10-13 16:32  pbartok
25182
25183         * ButtonBase.cs:
25184           - Now Redraws on MouseUp for FlatStyle Flat and Popup
25185
25186 2004-10-13 14:18  pbartok
25187
25188         * XplatUIX11.cs:
25189           - Added code to destroy the X window
25190
25191 2004-10-13 14:18  pbartok
25192
25193         * XplatUIWin32.cs:
25194           - Added code to destroy a window
25195
25196 2004-10-13 14:12  pbartok
25197
25198         * ButtonBase.cs:
25199           - Added the Redraw on Resize that got dropped in the last rev
25200
25201 2004-10-13 09:06  pbartok
25202
25203         * ThemeWin32Classic.cs:
25204           - Path from John BouAntoun:
25205             * Fix check rendering (centre correctly for normal style, offset
25206               correctly for FlatStyle).
25207             * Fix border color usage (use backcolor) for FlatStyle.Popup
25208             * Use checkbox.Capture instead of checkbox.is_pressed when
25209               rendering flatstyle states.
25210
25211 2004-10-12 21:48  pbartok
25212
25213         * ThemeWin32Classic.cs:
25214           - Removed all occurences of SystemColors and replaced them with the
25215             matching theme color
25216
25217 2004-10-12 21:41  pbartok
25218
25219         * ThemeWin32Classic.cs:
25220           - From John BouAntoun: Added an overload to CPDrawBorder3D to allow
25221             him using the function for flatstyle drawing
25222           - Changed functions to use the new version of CPDrawBorder3D
25223
25224 2004-10-12 21:15  pbartok
25225
25226         * ControlPaint.cs:
25227           - Fixed Dark(), DarkDark(), Light() and LightLight() methods to
25228             match MS documentation. They need to return defined colors if the
25229             passed color matches the configured control color. Thanks to John
25230             BouAntoun for pointing this out.
25231
25232 2004-10-12 20:57  pbartok
25233
25234         * Control.cs:
25235           - Fix from John BouAntoun: Raise ForeColorChanged event when text
25236             color is changed
25237
25238 2004-10-12 20:46  pbartok
25239
25240         * CheckBox.cs:
25241           - Fix from John BouAntoun: Now properly sets the Appearance property
25242
25243 2004-10-12 20:45  pbartok
25244
25245         * ThemeWin32Classic.cs:
25246           - Fixes from John BouAntoun: now handles forecolors and backcolors
25247             for flatstyle rendered controls much better; It also fixes normal
25248             checkbox rendering when pushed or disabled.
25249
25250 2004-10-08 02:50  jordi
25251
25252         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: more menu
25253           work
25254
25255 2004-10-07 08:56  jordi
25256
25257         * ThemeWin32Classic.cs: Removes deletion of cached brushes
25258
25259 2004-10-06 03:59  jordi
25260
25261         * Control.cs, StatusBar.cs, ThemeWin32Classic.cs, ToolBar.cs,
25262           XplatUIWin32.cs: removes warnings from compilation
25263
25264 2004-10-05 12:23  jackson
25265
25266         * RadioButton.cs: Fix ctor
25267
25268 2004-10-05 11:10  pbartok
25269
25270         * MessageBox.cs:
25271           - Partial implementation by Benjamin Dasnois
25272
25273 2004-10-05 10:15  jackson
25274
25275         * ThemeWin32Classic.cs: Improve rendering of the radio button patch
25276           by John BouAntoun
25277
25278 2004-10-05 03:07  ravindra
25279
25280         * ToolBar.cs:
25281                 - Removed a private method, Draw ().
25282                 - Fixed the ButtonDropDown event handling.
25283                 - Fixed MouseMove event handling.
25284
25285 2004-10-05 03:04  ravindra
25286
25287         * ThemeWin32Classic.cs:
25288                 - Added DrawListView method and ListViewDefaultSize property.
25289                 - Changed ControlPaint method calls to CPDrawXXX wherever possible.
25290                 - Changed DOS style CRLF to Unix format (dos2unix).
25291
25292 2004-10-05 03:03  ravindra
25293
25294         * Theme.cs:
25295                 - Added DrawListView method and ListViewDefaultSize property.
25296
25297 2004-10-05 02:42  ravindra
25298
25299         * ToolBarButton.cs: Added an internal member dd_pressed to handle
25300           clicks on DropDown arrow.
25301
25302 2004-10-04 22:56  jackson
25303
25304         * ButtonBase.cs, Label.cs, MenuAPI.cs, ProgressBar.cs,
25305           ScrollBar.cs, StatusBar.cs, ToolBar.cs, TrackBar.cs: Let the base
25306           Control handle the buffers, derived classes should not have to
25307           CreateBuffers themselves.
25308
25309 2004-10-04 21:20  jackson
25310
25311         * StatusBar.cs: The control handles resizing the buffers now.
25312
25313 2004-10-04 21:18  jackson
25314
25315         * Control.cs: When resizing the buffers should be invalidated. This
25316           should be handled in Control not in derived classes.
25317
25318 2004-10-04 14:45  jackson
25319
25320         * TabPage.cs: oops
25321
25322 2004-10-04 02:14  pbartok
25323
25324         * LeftRightAlignment.cs:
25325           - Initial check-in
25326
25327 2004-10-04 01:09  jordi
25328
25329         * ThemeWin32Classic.cs: fixes right button position causing right
25330           button not showing on horizontal scrollbars
25331
25332 2004-10-02 13:12  pbartok
25333
25334         * XplatUIX11.cs:
25335           - Simplified the Invalidate method by using an X call instead of
25336             generating the expose ourselves
25337           - Added an expose when the window background is changed
25338           - Implemented ClientToScreen method
25339
25340 2004-10-02 13:08  pbartok
25341
25342         * XplatUIWin32.cs:
25343           - Added Win32EnableWindow method (test for implementing modal
25344           dialogs)
25345           - Added ClientToScreen method and imports
25346
25347 2004-10-02 13:07  pbartok
25348
25349         * XplatUI.cs, XplatUIDriver.cs:
25350           - Added ClientToScreen coordinate translation method
25351
25352 2004-10-02 13:06  pbartok
25353
25354         * KeyPressEventArgs.cs:
25355           - Fixed access level for constructor
25356
25357 2004-10-02 13:06  pbartok
25358
25359         * NativeWindow.cs:
25360           - Changed access level for the window_collection hash table
25361
25362 2004-10-02 13:05  pbartok
25363
25364         * Form.cs:
25365           - Added KeyPreview property
25366           - Added Menu property (still incomplete, pending Jordi's menu work)
25367           - Implemented ProcessCmdKey
25368           - Implemented ProcessDialogKey
25369           - Implemented ProcessKeyPreview
25370
25371 2004-10-02 13:02  pbartok
25372
25373         * Control.cs:
25374           - Added private method to get the Control object from the window
25375           handle
25376           - Implemented ContextMenu property
25377           - Implemented PointToScreen
25378           - Implemented PreProcessMessage
25379           - Implemented IsInputChar
25380           - Implemented IsInputKey
25381           - Implemented ProcessCmdKey
25382           - Completed ProcessKeyEventArgs
25383           - Fixed message loop to call the proper chain of functions on key
25384           events
25385           - Implemented ProcessDialogChar
25386           - Implemented ProcessDialogKey
25387           - Implemented ProcessKeyMessage
25388           - Implemented ProcessKeyPreview
25389           - Added RaiseDragEvent stub (MS internal method)
25390           - Added RaiseKeyEvent stub (MS internal method)
25391           - Added RaiseMouseEvent stub (MS Internal method)
25392           - Added RaisePaintEvent stub (MS Internal method)
25393           - Added ResetMouseEventArgs stub (MS Internal method)
25394           - Implemented RtlTranslateAlignment
25395           - Implemented RtlTranslateContent
25396           - Implemented RtlTranslateHorizontal
25397           - Implemented RtlTranslateLeftRight
25398           - Added generation of KeyPress event
25399
25400 2004-10-02 05:57  ravindra
25401
25402         * ListViewItem.cs: Added attributes.
25403
25404 2004-10-02 05:32  ravindra
25405
25406         * ListView.cs: Added attributes.
25407
25408 2004-10-01 11:53  jackson
25409
25410         * Form.cs: Implement the Close method so work on MessageBox can
25411           continue.
25412
25413 2004-09-30 14:06  pbartok
25414
25415         * XplatUIX11.cs:
25416           - Bug fixes
25417
25418 2004-09-30 11:34  jackson
25419
25420         * RadioButton.cs: Fix typo. Patch by John BouAntoun.
25421
25422 2004-09-30 07:26  ravindra
25423
25424         * ListViewItemConverter.cs: Converter for ListViewItem.
25425
25426 2004-09-30 07:26  ravindra
25427
25428         * SortOrder.cs: Enum for ListView control.
25429
25430 2004-09-30 07:25  ravindra
25431
25432         * ColumnHeader.cs: Supporting class for ListView control.
25433
25434 2004-09-30 07:24  ravindra
25435
25436         * ListView.cs, ListViewItem.cs: Initial implementation.
25437
25438 2004-09-30 07:20  ravindra
25439
25440         * ItemActivation.cs: Enum for ListView Control.
25441
25442 2004-09-29 20:29  pbartok
25443
25444         * XplatUIX11.cs:
25445           - Added lookup of pixel value for background color; tries to get a
25446             color 'close' to the requested color, it avoids having to create a
25447             colormap.  Depending on the display this could mean the used color
25448             is slightly off the desired color. Might have to change it to a more
25449             resource intensive colormap approach, but it will work as a
25450           workaround to avoid red screens.
25451
25452 2004-09-29 14:27  jackson
25453
25454         * XplatUIX11.cs: Set the X DisplayHandle in System.Drawing
25455
25456 2004-09-28 12:44  pbartok
25457
25458         * ButtonBase.cs, CheckBox.cs, ControlPaint.cs, GroupBox.cs,
25459           HScrollBar.cs, Label.cs, LinkLabel.cs, Panel.cs, PictureBox.cs,
25460           ProgressBar.cs, RadioButton.cs, ScrollBar.cs, StatusBar.cs,
25461           Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs, ToolBar.cs,
25462           TrackBar.cs, VScrollBar.cs:
25463           - Streamlined Theme interfaces:
25464             * Each DrawXXX method for a control now is passed the object for
25465               the control to be drawn in order to allow accessing any state the
25466               theme might require
25467
25468             * ControlPaint methods for the theme now have a CP prefix to avoid
25469               name clashes with the Draw methods for controls
25470
25471             * Every control now retrieves it's DefaultSize from the current
25472             theme
25473
25474 2004-09-28 12:17  jackson
25475
25476         * Button.cs: Do not redraw OnClick MouseUp/Down will handle the
25477           drawing
25478
25479 2004-09-24 14:57  jackson
25480
25481         * XplatUIX11.cs: Don't lock/enqueue/dequeue for unhandled messages.
25482           Gives us a nice little performance boost.
25483
25484 2004-09-24 12:02  jackson
25485
25486         * TabAlignment.cs, TabAppearance.cs, TabControl.cs, TabDrawMode.cs,
25487           TabPage.cs, TabSizeMode.cs: Partial implementation of the Tab
25488           Control and supporting classes. Initial checkin
25489
25490 2004-09-23 13:08  jackson
25491
25492         * Form.cs: Temp build fixage
25493
25494 2004-09-23 01:39  ravindra
25495
25496         * ItemChangedEventArgs.cs, ItemChangedEventHandler.cs,
25497           ItemCheckEventArgs.cs, ItemCheckEventHandler.cs,
25498           ItemDragEventArgs.cs, ItemDragEventHandler.cs,
25499           LabelEditEventArgs.cs, LabelEditEventHandler.cs: EventArgs and
25500           EventHandlers needed by ListView Control.
25501
25502 2004-09-22 14:12  pbartok
25503
25504         * ScrollableControl.cs:
25505           - Implemented DockPadding property
25506           - Implemented AutoScroll property
25507           - Implemented AutoScrollMargin property
25508           - Implemented AutoScrollMinSize property
25509           - Implemented AutoScrollPosition property
25510           - Implemented DisplayRectangle property (still incomplete)
25511           - Implemented CreateParams property
25512           - Implemented HScroll property
25513           - Implemented VScroll property
25514           - Implemented OnVisibleChanged property
25515
25516 2004-09-22 14:09  pbartok
25517
25518         * Form.cs:
25519           - Added Form.ControllCollection class
25520           - Added handling for Form owners: Owner, OwnedForms, AddOwnedForm,
25521             RemoveOwnedForm (still incomplete, missing on-top and common
25522             minimize/maximize behaviour)
25523           - Added StartPosition property (still incomplete, does not use when
25524             creating the form)
25525           - Added ShowDialog() methods (still incomplete, missing forcing the
25526             dialog modal)
25527
25528 2004-09-22 14:05  pbartok
25529
25530         * Application.cs:
25531           - Added message loop for modal dialogs
25532
25533 2004-09-22 14:02  pbartok
25534
25535         * GroupBox.cs:
25536           - Fixed wrong types for events
25537
25538 2004-09-22 14:00  pbartok
25539
25540         * Shortcut.cs, FormWindowState.cs:
25541           - Fixed wrong values
25542
25543 2004-09-22 12:01  jackson
25544
25545         * Control.cs: Text is never null
25546
25547 2004-09-20 22:14  pbartok
25548
25549         * XplatUIWin32.cs:
25550           - Fixed accessibility level for Idle handler
25551
25552 2004-09-20 18:54  jackson
25553
25554         * Application.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
25555           XplatUIX11.cs: New message loop that uses poll so we don't get a
25556           busy loop
25557
25558 2004-09-17 10:43  pbartok
25559
25560         * ScrollBar.cs:
25561           - Fixed behaviour of arrow buttons. Now properly behaves like
25562             Buttons (and like Microsoft's scrollbar arrow buttons)
25563
25564 2004-09-17 10:14  pbartok
25565
25566         * ScrollBar.cs:
25567           - Added missing release of keyboard/mouse capture
25568
25569 2004-09-17 06:18  jordi
25570
25571         * ContextMenu.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs,
25572           Theme.cs: Very early menu support
25573
25574 2004-09-16 17:45  pbartok
25575
25576         * XplatUIWin32.cs:
25577           - Fixed sending a window to the front
25578           - Added overload for SetWindowPos to avoid casting
25579
25580 2004-09-16 17:44  pbartok
25581
25582         * Control.cs:
25583           - Added SendToBack and BringToFront methods
25584
25585 2004-09-16 07:00  ravindra
25586
25587         * Copyright: Added Novell URL.
25588
25589 2004-09-16 07:00  ravindra
25590
25591         * ToolBar.cs: Invalidate should be done before redrawing.
25592
25593 2004-09-15 21:19  ravindra
25594
25595         * ColumnHeaderStyle.cs: Enum for ListView Control.
25596
25597 2004-09-15 21:18  ravindra
25598
25599         * ColumnClickEventArgs.cs, ColumnClickEventHandler.cs: Event for
25600           ListView Control.
25601
25602 2004-09-13 18:26  jackson
25603
25604         * Timer.cs, XplatUIX11.cs: Remove test code so timers are updated
25605           properly
25606
25607 2004-09-13 18:13  jackson
25608
25609         * Timer.cs, X11Structs.cs, XplatUIX11.cs: Timers are now handled in
25610           a second thread and post messages into the main threads message
25611           queue. This makes timing much more consistent. Both win2K and XP
25612           have a minimum timer value of 15 milliseconds, so we now do this
25613           too.
25614
25615 2004-09-13 15:18  pbartok
25616
25617         * X11Structs.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
25618           XplatUIX11.cs:
25619           - Added Z-Ordering methods
25620
25621 2004-09-13 10:56  pbartok
25622
25623         * Form.cs:
25624           - Fixed #region names
25625           - Moved properties and methods into their proper #regions
25626
25627 2004-09-13 10:51  pbartok
25628
25629         * Form.cs:
25630           - Added Accept and CancelButton properties
25631           - Added ProcessDialogKey() method
25632
25633 2004-09-13 08:18  pbartok
25634
25635         * IWindowTarget.cs:
25636           - Initial check-in
25637
25638 2004-09-10 21:50  pbartok
25639
25640         * Control.cs:
25641           - Added DoDragDrop() [incomplete]
25642           - Properly implemented 'Visible' handling
25643           - Added SetVisibleCore()
25644           - Implemented FindChildAtPoint()
25645           - Implemented GetContainerControl()
25646           - Implemented Hide()
25647
25648 2004-09-10 19:28  pbartok
25649
25650         * Control.cs:
25651           - Moved methods into their appropriate #regions
25652           - Reordered methods within regions alphabetically
25653
25654 2004-09-10 18:57  pbartok
25655
25656         * XplatUIX11.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
25657           - Added method to retrieve text from window
25658
25659 2004-09-10 18:56  pbartok
25660
25661         * Control.cs:
25662           - Moved some internal functions into the internal region
25663           - Implemented FontHeight
25664           - Implemented RenderRightToLeft
25665           - Implemented ResizeRedraw
25666           - Implemented ShowFocusCues
25667           - Implemented ShowKeyboardCues
25668           - Implemented FromChildHandle
25669           - Implemented FromHandle
25670           - Implemented IsMnemonic
25671           - Implemented ReflectMessage
25672           - All public and protected Static Methods are now complete
25673
25674 2004-09-10 16:54  pbartok
25675
25676         * Control.cs:
25677           - Implemented remaining missing public instance properties
25678           - Alphabetized some out of order properties
25679
25680 2004-09-10 05:51  ravindra
25681
25682         * PictureBox.cs: Added a check for null image.
25683
25684 2004-09-10 00:59  jordi
25685
25686         * GroupBox.cs: remove cvs tag
25687
25688 2004-09-09 05:25  ravindra
25689
25690         * ToolBar.cs: Make redraw accessible from ToolBarButton.
25691
25692 2004-09-09 05:23  ravindra
25693
25694         * ToolBarButton.cs: Changes in ToolBarButton need to make it's
25695           parent redraw.
25696
25697 2004-09-09 02:28  pbartok
25698
25699         * ThemeWin32Classic.cs:
25700           - Improve disabled string look
25701
25702 2004-09-09 01:15  jordi
25703
25704         * MeasureItemEventArgs.cs, MeasureItemEventHandler.cs: measureitem
25705           args and handler
25706
25707 2004-09-08 23:56  ravindra
25708
25709         * ItemBoundsPortion.cs: It's enum, not a class!
25710
25711 2004-09-08 23:47  ravindra
25712
25713         * FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs:
25714           Enums for Form.
25715
25716 2004-09-08 21:13  ravindra
25717
25718         * ItemBoundsPortion.cs, ListViewAlignment.cs, View.cs: Enums for
25719           ListView control.
25720
25721 2004-09-08 21:03  ravindra
25722
25723         * ThemeWin32Classic.cs: PictureBox would not draw a null image to
25724           avoid crash.
25725
25726 2004-09-08 21:01  ravindra
25727
25728         * ScrollableControl.cs: Removed unreachable code.
25729
25730 2004-09-08 06:45  jordi
25731
25732         * MenuMerge.cs, Shortcut.cs: enumerations need it by menus
25733
25734 2004-09-08 01:00  jackson
25735
25736         * XplatUIX11.cs: Only run the timers when updating the message
25737           queue. This effectively gives X messages a higher priority then
25738           timer messages. Timers still need love though
25739
25740 2004-09-07 14:01  jackson
25741
25742         * XplatUIX11.cs: Do not call XDestroyWindow, X has already done
25743           this for us and the handle is no longer valid.
25744
25745 2004-09-07 13:59  jackson
25746
25747         * HandleData.cs, XplatUIX11.cs: First steps towards a new X event
25748           loop that manages to not crash. TODO: Add poll and cleanup timers
25749
25750 2004-09-07 11:12  jordi
25751
25752         * GroupBox.cs, Theme.cs, ThemeWin32Classic.cs: GroupBox control
25753
25754 2004-09-07 03:40  jordi
25755
25756         * Label.cs, LinkLabel.cs, Theme.cs, ThemeWin32Classic.cs: LinkLabel
25757           fixes, methods, multiple links
25758
25759 2004-09-06 06:55  jordi
25760
25761         * Control.cs: Caches ClientRectangle rectangle value
25762
25763 2004-09-05 02:03  jordi
25764
25765         * ScrollBar.cs, ThemeWin32Classic.cs: fixes bugs, adds flashing on
25766           certain situations
25767
25768 2004-09-04 11:10  jordi
25769
25770         * Label.cs: Refresh when font changed
25771
25772 2004-09-02 16:24  pbartok
25773
25774         * Control.cs:
25775           - Added sanity check to creation of double buffer bitmap
25776
25777 2004-09-02 16:24  pbartok
25778
25779         * ButtonBase.cs:
25780           - Fixed selection of text color
25781           - Fixed handling of resize event; now properly recreates double
25782             buffering bitmap
25783           - Added missing assignment of TextAlignment
25784           - Added proper default for TextAlignment
25785
25786 2004-09-02 14:26  pbartok
25787
25788         * RadioButton.cs:
25789           - Added missing RadioButton.RadioButtonAccessibleObject class
25790
25791 2004-09-02 14:26  pbartok
25792
25793         * Control.cs:
25794           - Added missing Control.ControlAccessibleObject class
25795           - Started to implement Select()ion mechanisms, still very incomplete
25796
25797 2004-09-02 14:25  pbartok
25798
25799         * AccessibleObject.cs:
25800           - Added missing methods
25801
25802 2004-09-02 14:23  pbartok
25803
25804         * AccessibleNavigation.cs, AccessibleSelection.cs:
25805           - Initial check-in
25806
25807 2004-09-02 10:32  jordi
25808
25809         * Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: implements resource
25810           pool for pens, brushes, and hatchbruses
25811
25812 2004-09-01 15:30  jackson
25813
25814         * StatusBar.cs: Fix typo
25815
25816 2004-09-01 14:44  pbartok
25817
25818         * RadioButton.cs:
25819           - Fixed state
25820
25821 2004-09-01 14:39  pbartok
25822
25823         * Button.cs, RadioButton.cs:
25824           - Functional initial check-in
25825
25826 2004-09-01 14:01  pbartok
25827
25828         * CheckBox.cs:
25829           - Added missing default
25830           - Added missing region mark
25831
25832 2004-09-01 09:10  jordi
25833
25834         * Label.cs: fixes method signatures, new methods, events, fixes
25835           autosize
25836
25837 2004-09-01 07:19  jordi
25838
25839         * Control.cs: Init string variables with an empty object
25840
25841 2004-09-01 04:20  jordi
25842
25843         * Control.cs: fires OnFontChanged event
25844
25845 2004-08-31 20:07  pbartok
25846
25847         * ButtonBase.cs:
25848           - Enabled display of strings
25849
25850 2004-08-31 20:05  pbartok
25851
25852         * Form.cs:
25853           - Added (partial) implementation of DialogResult; rest needs to be
25854             implemented when the modal loop code is done
25855
25856 2004-08-31 19:55  pbartok
25857
25858         * CheckBox.cs:
25859           - Fixed to match the removal of the needs_redraw concept
25860
25861 2004-08-31 19:55  pbartok
25862
25863         * ButtonBase.cs:
25864           - Removed the rather odd split between 'needs redraw' and redrawing
25865           - Now handles the events that require regeneration (ambient
25866             properties and size)
25867
25868 2004-08-31 19:41  pbartok
25869
25870         * Control.cs:
25871           - Added firing of BackColorChanged event
25872           - Added TopLevelControl property
25873           - Fixed handling of WM_ERASEBKGRND message
25874
25875 2004-08-31 12:49  pbartok
25876
25877         * ButtonBase.cs:
25878           - Removed debug
25879           - Minor fixes
25880
25881 2004-08-31 12:48  pbartok
25882
25883         * CheckBox.cs:
25884           - Finished (famous last words)
25885
25886 2004-08-31 04:35  jordi
25887
25888         * ScrollBar.cs: adds autorepeat timer, uses a single timer, fixes
25889           scrolling bugs, adds new methods
25890
25891 2004-08-30 14:42  pbartok
25892
25893         * CheckBox.cs:
25894           - Implemented CheckBox drawing code
25895
25896 2004-08-30 14:42  pbartok
25897
25898         * ButtonBase.cs:
25899           - Made Redraw() and CheckRedraw() virtual
25900           - Improved mouse up/down/move logic to properly track buttons
25901
25902 2004-08-30 09:44  pbartok
25903
25904         * CheckBox.cs:
25905           - Updated to fix broken build. Not complete yet.
25906
25907 2004-08-30 09:28  pbartok
25908
25909         * CheckState.cs:
25910           - Initial checkin
25911
25912 2004-08-30 09:17  pbartok
25913
25914         * Appearance.cs:
25915           - Initial check-in
25916
25917 2004-08-27 16:12  ravindra
25918
25919         * ToolBarButton.cs: Added TypeConverter attribute.
25920
25921 2004-08-27 16:07  ravindra
25922
25923         * ImageIndexConverter.cs: Implemented.
25924
25925 2004-08-27 14:17  pbartok
25926
25927         * Control.cs:
25928           - Removed unneeded stack vars
25929           - First attempt to fix sizing issues when layout is suspended
25930
25931 2004-08-25 15:35  jordi
25932
25933         * ScrollBar.cs: more fixes to scrollbar
25934
25935 2004-08-25 14:04  ravindra
25936
25937         * Theme.cs, ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs:
25938           Added the missing divider code and grip for ToolBar Control.
25939
25940 2004-08-25 13:20  pbartok
25941
25942         * Control.cs:
25943           - Control now properly passes the ambient background color to child
25944             controls
25945
25946 2004-08-25 13:20  jordi
25947
25948         * ScrollBar.cs: small bug fix regarding bar position
25949
25950 2004-08-25 12:33  pbartok
25951
25952         * Timer.cs:
25953           - Now only calls SetTimer or KillTimer if the enabled state has
25954           changed
25955
25956 2004-08-25 12:33  pbartok
25957
25958         * XplatUIWin32.cs:
25959           - Fixed timer handling, now seems to work
25960           - Improved error message for window creation
25961
25962 2004-08-25 12:32  pbartok
25963
25964         * Control.cs:
25965           - Fixed generation of MouseUp message
25966
25967 2004-08-25 12:29  jordi
25968
25969         * ProgressBar.cs, ThemeWin32Classic.cs: new methods, properties,
25970           and fixes for progressbar
25971
25972 2004-08-24 18:43  ravindra
25973
25974         * ThemeWin32Classic.cs, ToolBar.cs: Fixed wrapping related issues
25975           in ToolBar control.
25976
25977 2004-08-24 17:15  pbartok
25978
25979         * Panel.cs:
25980           - Added #region
25981           - Added missing events
25982           - Alphabetized
25983
25984 2004-08-24 17:14  pbartok
25985
25986         * StatusBar.cs, PictureBox.cs:
25987           - Now uses Control's CreateParams
25988
25989 2004-08-24 16:36  pbartok
25990
25991         * XplatUIX11.cs:
25992           - Fixed background color handling
25993           - Fixed sending of enter/leave events on a grab
25994
25995 2004-08-24 16:35  pbartok
25996
25997         * X11Structs.cs:
25998           - Refined definitions for CrossingEvent
25999
26000 2004-08-24 12:37  jordi
26001
26002         * ScrollBar.cs, Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: fixes
26003           formmating, methods signature, and adds missing events
26004
26005 2004-08-24 12:24  jordi
26006
26007         * Control.cs: fire OnEnabledChanged event
26008
26009 2004-08-24 11:17  pbartok
26010
26011         * XplatUIWin32.cs:
26012           - Implemented SetTimer() and KillTimer()
26013
26014 2004-08-24 11:16  pbartok
26015
26016         * XplatUIX11.cs:
26017           - Now uses Remove instead of Add to kill the timer
26018
26019 2004-08-24 10:16  jackson
26020
26021         * PictureBox.cs, Theme.cs, ThemeWin32Classic.cs: Handle drawing
26022           picture boxes in the theme now. Draw picture box borders and obey
26023           sizing modes
26024
26025 2004-08-24 05:49  jackson
26026
26027         * Timer.cs: Remove top secret debugging code
26028
26029 2004-08-24 05:34  jackson
26030
26031         * PictureBox.cs: Temp hack to make picture boxes draw their full
26032           image
26033
26034 2004-08-24 05:29  jackson
26035
26036         * Timer.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
26037           XplatUIX11.cs: Move timers to the driver level. On X they are
26038           queued by the driver and checked on idle.
26039
26040 2004-08-24 01:07  jackson
26041
26042         * XplatUIX11.cs: Use a queue for async messages instead of passing
26043           them as ClientMessages since that was totally broken. Also simply
26044           check for events and return an idle message if none are found. This
26045           gives us an idle handler, and prevents deadlocking when no messages
26046           are in the queue.
26047
26048 2004-08-23 18:19  ravindra
26049
26050         * XplatUIWin32.cs: Removed the unwanted destructor.
26051
26052 2004-08-23 17:27  pbartok
26053
26054         * ButtonBase.cs:
26055           - Finishing touches. Works now, just needs some optimizations.
26056
26057 2004-08-23 16:53  jordi
26058
26059         * ScrollBar.cs: small fix
26060
26061 2004-08-23 16:45  pbartok
26062
26063         * Application.cs:
26064           - Removed debug output
26065           - Simplifications
26066
26067 2004-08-23 16:43  jordi
26068
26069         * ScrollBar.cs: [no log message]
26070
26071 2004-08-23 16:10  pbartok
26072
26073         * Form.cs:
26074           - Fixed handling of WM_CLOSE message
26075           - Removed debug output
26076
26077 2004-08-23 16:09  pbartok
26078
26079         * Application.cs:
26080           - Added handling of Idle event
26081           - Added handling of form closing
26082           - Fixed reporting of MessageLoop property
26083           - Removed some unneeded code, should provide a bit of a speedup
26084
26085 2004-08-23 15:22  pbartok
26086
26087         * Control.cs:
26088           - Added InitLayout() method
26089           - Added code to properly perform layout when Anchor or Dock property
26090             is changed
26091           - Changed 'interpretation' of ResumeLayout. MS seems to have a
26092             LAMESPEC, tried to do it in a way that makes sense
26093
26094 2004-08-23 14:10  jordi
26095
26096         * HScrollBar.cs, ScrollBar.cs, TrackBar.cs, VScrollBar.cs: fixes
26097           properties and methods
26098
26099 2004-08-23 13:55  pbartok
26100
26101         * Control.cs:
26102           - Properly fixed Jordi's last fix
26103           - Now uses Cursor's Position property instead of calling XplatUI
26104           directly
26105
26106 2004-08-23 13:44  jordi
26107
26108         * PaintEventHandler.cs: Adding missing attribute
26109
26110 2004-08-23 13:39  pbartok
26111
26112         * Cursor.cs:
26113           - Implemented Position property
26114
26115 2004-08-23 13:39  pbartok
26116
26117         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
26118           - Added method to move mouse cursor
26119
26120 2004-08-23 13:39  pbartok
26121
26122         * XplatUIX11.cs:
26123           - Fixed setting of background color
26124           - Added method to move mouse cursor
26125
26126 2004-08-23 13:16  jordi
26127
26128         * Control.cs: avoids null exception
26129
26130 2004-08-22 17:46  jackson
26131
26132         * PictureBox.cs, PictureBoxSizeMode.cs: Initial implementation of
26133           PictureBox
26134
26135 2004-08-22 17:40  jackson
26136
26137         * XplatUIX11.cs: Add some missing locks
26138
26139 2004-08-22 15:10  pbartok
26140
26141         * Control.cs, Form.cs:
26142           - Removed OverlappedWindow style from Control, instead it's default
26143             now is child
26144           - Made form windows OverlappedWindow by default
26145
26146 2004-08-22 13:34  jackson
26147
26148         * ScrollBar.cs: Update the position through the Value property so
26149           the OnValueChanged event is raised.
26150
26151 2004-08-22 12:04  pbartok
26152
26153         * SWF.csproj:
26154           - Added Cursor.cs and UserControl.cs
26155
26156 2004-08-22 12:03  pbartok
26157
26158         * Cursor.cs:
26159           - Started implementation, not usable yet
26160
26161 2004-08-22 12:00  pbartok
26162
26163         * UserControl.cs:
26164           - Implemented UserControl (complete)
26165
26166 2004-08-21 19:20  ravindra
26167
26168         * ToolBar.cs: Correcting the formatting mess of VS.NET.
26169
26170 2004-08-21 18:49  ravindra
26171
26172         * ToolBar.cs: Probably this completes the missing attributes in
26173           toolbar control.
26174
26175 2004-08-21 18:03  ravindra
26176
26177         * ToolBar.cs, ToolBarButton.cs, ToolBarButtonClickEventArgs.cs:
26178           Fixed toolbar control signatures.
26179
26180 2004-08-21 16:32  pbartok
26181
26182         * LinkLabel.cs:
26183           - Signature Fixes
26184
26185 2004-08-21 16:30  pbartok
26186
26187         * Label.cs:
26188           - Signature fixes
26189
26190 2004-08-21 16:19  pbartok
26191
26192         * Control.cs, Label.cs:
26193           - Signature fixes
26194
26195 2004-08-21 15:57  pbartok
26196
26197         * ButtonBase.cs:
26198           - Added loads of debug output for development
26199           - Fixed typo in method name
26200
26201 2004-08-21 15:52  pbartok
26202
26203         * ToolBarButtonClickEventArgs.cs:
26204           - Added missing base class
26205
26206 2004-08-21 14:53  pbartok
26207
26208         * Control.cs:
26209           - Updated to match new GrabWindow signature
26210
26211 2004-08-21 14:51  pbartok
26212
26213         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26214           - Added method to get default display size
26215
26216 2004-08-21 14:23  pbartok
26217
26218         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26219           - Added method to query current grab state
26220           - Added argument to allow confining a grab to a window
26221
26222 2004-08-21 14:22  pbartok
26223
26224         * Keys.cs:
26225           - Added [Flags] attribute so that modifiers can be used in bitwise
26226           ops
26227
26228 2004-08-21 14:21  pbartok
26229
26230         * TrackBar.cs, ScrollBar.cs:
26231           - Replaced direct XplatUI calls with their Control counterpart
26232
26233 2004-08-21 13:32  pbartok
26234
26235         * Control.cs:
26236           - Implemented Created property
26237
26238 2004-08-21 13:28  pbartok
26239
26240         * Control.cs:
26241           - Implemented ContainsFocus
26242
26243 2004-08-21 13:26  pbartok
26244
26245         * Control.cs:
26246           - Implemented CausesValidation
26247
26248 2004-08-21 13:21  pbartok
26249
26250         * Control.cs:
26251           - Implemented CanFocus
26252           - Implemented CanSelect
26253           - Implemented Capture
26254
26255 2004-08-21 12:35  pbartok
26256
26257         * XplatUIWin32.cs:
26258           - Fixed bug with Async message handling
26259           - Implemented getting the ModifierKeys
26260
26261 2004-08-21 12:32  jackson
26262
26263         * AsyncMethodResult.cs: Make sure we have the mutex before we
26264           release it. Fixes BeginInvoke on windows
26265
26266 2004-08-21 11:31  pbartok
26267
26268         * XplatUIWin32.cs, XplatUIX11.cs:
26269           - Drivers now return proper mouse state
26270
26271 2004-08-21 10:54  jackson
26272
26273         * Control.cs: Implement EndInvoke
26274
26275 2004-08-21 10:48  jackson
26276
26277         * Timer.cs: Remove unneeded finalizer
26278
26279 2004-08-20 19:52  ravindra
26280
26281         * ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs: Improvments
26282           in mouse event handling in the ToolBar control.
26283
26284 2004-08-20 19:50  ravindra
26285
26286         * ImageList.cs: Changed draw method to use the arguments passed in
26287           to draw the image.
26288
26289 2004-08-20 18:58  pbartok
26290
26291         * XplatUIStructs.cs:
26292           - Added private message for async communication
26293
26294 2004-08-20 17:38  ravindra
26295
26296         * Control.cs: Made RightToLeft property virtual and removed a
26297           Console.WriteLine.
26298
26299 2004-08-20 14:39  jordi
26300
26301         * ThemeGtk.cs: use style_attach
26302
26303 2004-08-20 14:39  pbartok
26304
26305         * XplatUIWin32.cs:
26306           - Added jackson's Async code from X11 to Win32
26307
26308 2004-08-20 14:09  pbartok
26309
26310         * SWF.csproj:
26311           - Added all new files
26312
26313 2004-08-20 14:09  pbartok
26314
26315         * Control.cs:
26316           - Added call to set window background color
26317
26318 2004-08-20 14:03  pbartok
26319
26320         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
26321           - Added method for setting the window background
26322
26323 2004-08-20 14:02  pbartok
26324
26325         * XplatUIWin32.cs:
26326           - Added method for setting the background color
26327           - Added handling for erasing the window background
26328
26329 2004-08-20 13:45  jordi
26330
26331         * TrackBar.cs: fixes timer, new properties and methods
26332
26333 2004-08-20 13:34  jackson
26334
26335         * ScrollBar.cs: Use the SWF timer so callbacks are run in the
26336           correct thread
26337
26338 2004-08-20 13:22  jackson
26339
26340         * Timer.cs: Timer Tick events are now handed through Controls Async
26341           mechanism so the callbacks are executed in the same thread as X
26342
26343 2004-08-20 13:19  jackson
26344
26345         * XplatUIDriver.cs: Expose functionality to send async messages
26346           through the driver
26347
26348 2004-08-20 13:18  jackson
26349
26350         * Control.cs: Implement Begininvoke
26351
26352 2004-08-20 13:14  jackson
26353
26354         * XplatUI.cs, XplatUIWin32.cs: Expose functionality to send async
26355           messages through the driver
26356
26357 2004-08-20 13:12  jackson
26358
26359         * XplatUIX11.cs: Lock before all X operations. Also added Async
26360           method functionality through XSendEvent
26361
26362 2004-08-20 13:11  jackson
26363
26364         * X11Structs.cs: Use IntPtrs for ClientMessage extra data (TODO:
26365           This will screw up on 64 bit systems)
26366
26367 2004-08-20 13:10  jackson
26368
26369         * AsyncMethodData.cs, AsyncMethodResult.cs: Classes for sending
26370           Async messages through X/Win32
26371
26372 2004-08-19 19:39  pbartok
26373
26374         * XplatUIX11.cs:
26375           - Updated code to match new HandleData.DeviceContext type
26376
26377 2004-08-19 19:38  pbartok
26378
26379         * HandleData.cs:
26380           - Made DeviceContext a generic object to allow usage from various
26381           drivers
26382           - Added support for queueing Windows messages
26383
26384 2004-08-19 19:37  pbartok
26385
26386         * XplatUIWin32.cs:
26387           - Added generation of MouseEnter, MouseLeave and MouseHover events
26388           - Added cleanup on EndPaint
26389
26390 2004-08-19 19:17  pbartok
26391
26392         * Control.cs:
26393           - Added handling of WM_MOUSEHOVER
26394           - Worked around 'bug' in Win32 WM_MOUSE_ENTER/WM_MOUSE_LEAVE driver
26395           code
26396
26397 2004-08-19 18:55  jordi
26398
26399         * ThemeGtk.cs: fixes button order
26400
26401 2004-08-19 18:12  jordi
26402
26403         * Theme.cs, ThemeWin32Classic.cs: fixes methods signature
26404
26405 2004-08-19 17:09  pbartok
26406
26407         * Control.cs:
26408           - Added Right property
26409           - Added RightToLeft property
26410
26411 2004-08-19 16:27  jordi
26412
26413         * ThemeGtk.cs: experimental GTK theme support
26414
26415 2004-08-19 16:26  jordi
26416
26417         * ITheme.cs, Theme.cs: move themes from an interface to a class
26418
26419 2004-08-19 16:25  jordi
26420
26421         * Control.cs, ScrollBar.cs, ThemeEngine.cs, ThemeWin32Classic.cs:
26422           theme enhancaments
26423
26424 2004-08-19 16:04  pbartok
26425
26426         * XplatUIX11.cs:
26427           - Added colormap basics
26428           - Added a way to re-initialize with a different display handle
26429           - Fixed setting of the window background color
26430           - Added various X11 imports related to colors and colormaps
26431
26432 2004-08-19 15:51  pbartok
26433
26434         * X11Structs.cs:
26435           - Removed packing hints (Paolo suggested this a while back)
26436           - fixed colormap type
26437           - Added default Atom types
26438           - Added Screen and color structs and enums
26439
26440 2004-08-19 15:39  pbartok
26441
26442         * ImageList.cs:
26443           - Added missing Draw() method
26444           - Added missing RecreateHandle event
26445
26446 2004-08-19 15:30  pbartok
26447
26448         * Form.cs:
26449           - Added handling of WM_CLOSE
26450
26451 2004-08-18 13:16  jordi
26452
26453         * ITheme.cs, ThemeWin32Classic.cs, XplatUIWin32.cs: Move colors to
26454           a table
26455
26456 2004-08-18 09:56  jordi
26457
26458         * ScrollBar.cs: fixes to scrollbar: steps and multiple timers
26459
26460 2004-08-17 15:31  ravindra
26461
26462         * SWF.csproj: Updated project.
26463
26464 2004-08-17 15:25  pbartok
26465
26466         * Control.cs:
26467           - Drawing improvement; don't call UpdateBounds if we are not visible
26468             (or have been minimized)
26469
26470 2004-08-17 15:24  pbartok
26471
26472         * XplatUIWin32.cs:
26473           - Finished IsVisible
26474           - Added Win32GetWindowPlacement
26475
26476 2004-08-17 15:08  jackson
26477
26478         * Panel.cs: Initial checkin of the Panel
26479
26480 2004-08-17 14:25  pbartok
26481
26482         * Control.cs:
26483           - Fixed broken handling of default window sizes
26484
26485 2004-08-17 13:29  jackson
26486
26487         * ThemeWin32Classic.cs: Don't use KnownColor to create colours. It
26488           has a large startup time.
26489
26490 2004-08-17 10:25  jackson
26491
26492         * HandleData.cs: union areas properly
26493
26494 2004-08-17 10:12  jackson
26495
26496         * HandleData.cs: union areas properly
26497
26498 2004-08-16 20:00  ravindra
26499
26500         * ToolBar.cs, ToolBarButton.cs: Added attributes.
26501
26502 2004-08-16 18:48  ravindra
26503
26504         * ToolBar.cs: Added attributes.
26505
26506 2004-08-16 17:17  ravindra
26507
26508         * SWF.csproj: Updated project.
26509
26510 2004-08-16 17:16  jackson
26511
26512         * XplatUIX11.cs: Check for more expose events before sending a
26513           WM_PAINT so they can all be grouped together. This makes dragging a
26514           window across another window redraw in a sane way.
26515
26516 2004-08-16 15:47  pbartok
26517
26518         * Control.cs:
26519           - Added handling of WM_MOUSE_ENTER & WM_MOUSE_LEAVE to
26520             support OnMouseEnter/Leave()
26521           - Added WS_CLIPSIBLINGS and WS_CLIPCHILDREN window styles to improve
26522             exposure handling
26523
26524 2004-08-16 15:46  pbartok
26525
26526         * XplatUIStructs.cs, XplatUIX11.cs:
26527           - Added WM_MOUSE_ENTER & WM_MOUSE_LEAVE to support
26528           OnMouseEnter/Leave()
26529
26530 2004-08-16 15:34  jackson
26531
26532         * XplatUIX11.cs: Group multiple expose events in HandleData, make
26533           sure messages get the message field set to WM_NULL if they are not
26534           handled.
26535
26536 2004-08-16 15:24  jackson
26537
26538         * HandleData.cs: HandleData is used for storing message information
26539           for window handles
26540
26541 2004-08-15 17:23  ravindra
26542
26543         * ColorDepth.cs: Added attribute.
26544
26545 2004-08-15 17:23  ravindra
26546
26547         * SWF.csproj: Updated project for ToolBar Control.
26548
26549 2004-08-15 17:20  ravindra
26550
26551         * ITheme.cs, ThemeWin32Classic.cs: Changes to Theme for ToolBar
26552           control and also dos2unix format.
26553
26554 2004-08-15 17:13  ravindra
26555
26556         * ToolBar.cs, ToolBarAppearance.cs, ToolBarButton.cs,
26557           ToolBarButtonClickEventArgs.cs,
26558           ToolBarButtonClickEventHandler.cs, ToolBarButtonStyle.cs,
26559           ToolBarTextAlign.cs: First Implementation of ToolBar control.
26560
26561 2004-08-15 15:31  pbartok
26562
26563         * ButtonBase.cs:
26564           - First (mostly) working version
26565
26566 2004-08-13 16:15  pbartok
26567
26568         * Control.cs:
26569           - Fixed Anchor default
26570
26571 2004-08-13 15:43  pbartok
26572
26573         * Control.cs:
26574           - Changed GetCursorPos signature
26575
26576 2004-08-13 15:42  pbartok
26577
26578         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
26579           - Changed signature for GetCursorPos
26580
26581 2004-08-13 15:25  pbartok
26582
26583         * XplatUIX11.cs:
26584           - Cleanup
26585           - Fixed resizing/exposure handling
26586
26587 2004-08-13 15:22  jordi
26588
26589         * ThemeWin32Classic.cs: removes redundant code and fixes issues
26590           with tickposition
26591
26592 2004-08-13 14:55  jordi
26593
26594         * TrackBar.cs: change from wndproc to events
26595
26596 2004-08-13 13:00  jordi
26597
26598         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
26599           XplatUIX11.cs: implements PointToClient (ScreenToClient)
26600
26601 2004-08-13 12:53  pbartok
26602
26603         * XplatUIWin32.cs:
26604           - Changed GetWindowPos to also provide client area size
26605           - Fixed broken prototypes for several win32 functions
26606
26607 2004-08-13 12:53  pbartok
26608
26609         * XplatUI.cs, XplatUIDriver.cs:
26610           - Changed GetWindowPos to also provide client area size
26611
26612 2004-08-13 12:52  pbartok
26613
26614         * XplatUIX11.cs:
26615           - Added generation of WM_POSCHANGED
26616           - Changed GetWindowPos to also provide client area size
26617
26618 2004-08-13 12:52  pbartok
26619
26620         * Control.cs:
26621           - Added Dispose() and destructor
26622           - Fixed resizing and bounds calculation
26623           - Fixed Layout
26624           - Added memory savings for invisible windows
26625
26626 2004-08-13 12:46  jordi
26627
26628         * TrackBar.cs: adds timer and grap window
26629
26630 2004-08-13 10:25  jackson
26631
26632         * Timer.cs: SWF Timer
26633
26634 2004-08-12 16:59  pbartok
26635
26636         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26637           - Implemented method to get current mouse position
26638
26639 2004-08-12 14:29  jordi
26640
26641         * ITheme.cs, ThemeWin32Classic.cs, TrackBar.cs: Trackbar
26642           enhancement, fix mouse problems, highli thumb, etc
26643
26644 2004-08-12 13:31  pbartok
26645
26646         * Control.cs:
26647           - Fixed Anchoring bugs
26648
26649 2004-08-12 13:01  jackson
26650
26651         * StatusBar.cs: Don't forget things
26652
26653 2004-08-12 12:54  jackson
26654
26655         * ThemeWin32Classic.cs: Handle owner draw status bars
26656
26657 2004-08-12 12:54  jackson
26658
26659         * StatusBar.cs: Implement missing properties, events, and methods.
26660           Handle mouse clicking
26661
26662 2004-08-12 10:19  jackson
26663
26664         * StatusBarPanelClickEventArgs.cs,
26665           StatusBarPanelClickEventHandler.cs: Classes for handling status
26666           bar panel click events
26667
26668 2004-08-12 10:10  jackson
26669
26670         * Control.cs: Add missing properties
26671
26672 2004-08-12 09:46  pbartok
26673
26674         * BindingsManagerBase.cs:
26675           - Name changed to BindingManagerBase.cs
26676
26677 2004-08-12 09:25  jordi
26678
26679         * ScrollableControl.cs: calls ctrlbase instead of exeception
26680
26681 2004-08-11 16:28  pbartok
26682
26683         * InputLanguageChangingEventArgs.cs:
26684           - Never check in before compiling. Fixes the last check-in
26685
26686 2004-08-11 16:26  pbartok
26687
26688         * InputLanguageChangingEventArgs.cs:
26689           - More signature fixes
26690
26691 2004-08-11 16:20  pbartok
26692
26693         * BindingManagerBase.cs, BindingMemberInfo.cs, ContainerControl.cs,
26694           Control.cs, ControlEventArgs.cs, ControlPaint.cs, Form.cs,
26695           ImageListStreamer.cs, InputLanguage.cs,
26696           InputLanguageChangedEventArgs.cs,
26697           InputLanguageChangingEventArgs.cs, Keys.cs, LayoutEventArgs.cs,
26698           LinkArea.cs, Message.cs, MouseEventArgs.cs, NativeWindow.cs,
26699           ScrollEventArgs.cs, ScrollableControl.cs, XplatUI.cs,
26700           XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26701           - Signature fixes
26702
26703 2004-08-11 16:16  pbartok
26704
26705         * Application.cs:
26706           - Fixed Signature
26707           - Added .Net 1.1 method
26708
26709 2004-08-11 15:25  pbartok
26710
26711         * SWF.csproj:
26712           - Fixed BindingManagerBase.cs filename
26713
26714 2004-08-11 15:22  pbartok
26715
26716         * BindingManagerBase.cs:
26717           - Was checked in with wrong filename
26718
26719 2004-08-11 14:50  pbartok
26720
26721         * SWF.csproj:
26722           - Updated
26723
26724 2004-08-11 13:41  jordi
26725
26726         * XplatUIWin32.cs: Fixes ClientRect
26727
26728 2004-08-11 13:19  pbartok
26729
26730         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
26731           XplatUIX11.cs:
26732           - We had SetWindowPos and MoveWindow to set window positions and
26733             size, removed MoveWindow. We have GetWindowPos, so it made sense to
26734             keep SetWindowPos as matching counterpart
26735           - Added some X11 sanity checking
26736
26737 2004-08-11 12:59  pbartok
26738
26739         * Control.cs:
26740           - Major cleanup of my SetBounds/SetBoundsCore/UpdateBounds mess
26741             (It seems that SetBounds is just a front for SetBoundsCore and
26742              SetBoundsCore updates the underlying window system and
26743              UpdateBounds is responsible for updating the variables associated
26744              with the Control and sending the events)
26745           - Major cleanup of Size handling; we now have two sizes, client_size
26746             and bounds. Bounds defines the window with decorations, client_size
26747             without them.
26748
26749 2004-08-11 12:55  pbartok
26750
26751         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26752           - Added method to calculate difference between decorated window and
26753             raw client area
26754
26755 2004-08-11 12:54  pbartok
26756
26757         * Label.cs:
26758           - Forcing redraw on resize
26759
26760 2004-08-11 11:43  pbartok
26761
26762         * ImageList.cs:
26763           - Removed disposing of the actual images when the list is disposed
26764
26765 2004-08-11 09:13  pbartok
26766
26767         * Control.cs:
26768           - Now properly reparents windows
26769
26770 2004-08-11 08:37  pbartok
26771
26772         * Control.cs:
26773           - Duh!
26774
26775 2004-08-11 07:47  pbartok
26776
26777         * Control.cs:
26778           - Rewrote the collection stuff. Might not be as fast now, not
26779             keeping the number of children around and accessible directly, but
26780             it's more straightforward
26781
26782 2004-08-11 07:44  pbartok
26783
26784         * AccessibleObject.cs:
26785           - Fixed to match ControlCollection rewrite
26786
26787 2004-08-11 07:43  pbartok
26788
26789         * ImageList.cs:
26790           - Added missing creation of the collection list
26791
26792 2004-08-10 20:08  jackson
26793
26794         * StatusBar.cs: Get the paint message from WndProc
26795
26796 2004-08-10 19:31  jackson
26797
26798         * ThemeWin32Classic.cs: Create Brushes as little as possible
26799
26800 2004-08-10 19:20  jackson
26801
26802         * UICues.cs: Add Flags attribute
26803
26804 2004-08-10 19:19  jackson
26805
26806         * StatusBarPanel.cs: Signature cleanup
26807
26808 2004-08-10 19:10  jackson
26809
26810         * StatusBarDrawItemEventArgs.cs, StatusBarDrawItemEventHandler.cs:
26811           Initial implementation of status bar item drawing
26812
26813 2004-08-10 17:27  jordi
26814
26815         * TrackBar.cs: add missing methods, properties, and restructure to
26816           hide extra ones
26817
26818 2004-08-10 16:24  jackson
26819
26820         * AccessibleStates.cs, Border3DSide.cs, Border3DStyle.cs,
26821           ButtonState.cs, ControlStyles.cs, DragDropEffects.cs: Add flags
26822           attribute
26823
26824 2004-08-10 13:21  jordi
26825
26826         * ITheme.cs, ScrollBar.cs, ThemeWin32Classic.cs: scrollbar
26827           enhancements and standarize on win colors defaults
26828
26829 2004-08-10 12:52  jackson
26830
26831         * DrawItemEventArgs.cs, DrawItemState.cs, ITheme.cs,
26832           ThemeWin32Classic.cs: Implement DrawItem functionality
26833
26834 2004-08-10 12:47  jordi
26835
26836         * XplatUIWin32.cs: Calls InvalidateRect before UpdateWindow
26837
26838 2004-08-10 12:32  jordi
26839
26840         * Control.cs: throw ontextchange event
26841
26842 2004-08-10 11:43  pbartok
26843
26844         * Control.cs:
26845           - Added more to the still unfinished Dock/Anchor layout code
26846
26847 2004-08-10 11:39  pbartok
26848
26849         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
26850           - Added GetWindowPos method
26851
26852 2004-08-10 11:36  pbartok
26853
26854         * XplatUIWin32.cs:
26855           - Implemented several methods
26856
26857 2004-08-10 09:47  jackson
26858
26859         * TrackBar.cs: Allow control to handle buffering
26860
26861 2004-08-10 09:41  jackson
26862
26863         * ProgressBar.cs, ScrollBar.cs: Allow control to handle buffering
26864
26865 2004-08-10 09:24  jackson
26866
26867         * Label.cs, LinkLabel.cs: Let Control handle buffering.
26868
26869 2004-08-10 09:09  jackson
26870
26871         * StatusBar.cs: Let Control handle all the buffering.
26872
26873 2004-08-10 09:08  jackson
26874
26875         * Control.cs: Control will now handle the buffering code, so each
26876           control does not have to implement this.
26877
26878 2004-08-10 08:34  jackson
26879
26880         * XplatUIDriver.cs: Use default colors from the theme
26881
26882 2004-08-09 17:12  pbartok
26883
26884         * ImageList.cs:
26885           - Fixed several bugs Ravindra pointed out
26886
26887 2004-08-09 16:11  pbartok
26888
26889         * Control.cs:
26890           - Added incomplete dock layout code
26891           - Added support for mouse wheel
26892
26893 2004-08-09 16:09  pbartok
26894
26895         * XplatUIX11.cs:
26896           - Added handling for middle and right mousebutton
26897           - Added handling for mouse wheel
26898           - Added handling for key state and mouse state and position
26899           - Now properly generates WM_xBUTTONx messages and WM_MOUSEWHEEL
26900           messages
26901
26902 2004-08-09 15:40  jackson
26903
26904         * StatusBarPanel.cs, StatusBarPanelAutoSize.cs,
26905           StatusBarPanelBorderStyle.cs, StatusBarPanelStyle.cs: Initial
26906           checkin
26907
26908 2004-08-09 15:37  jackson
26909
26910         * StatusBar.cs: Initial implementation of StatusBar
26911
26912 2004-08-09 15:36  jackson
26913
26914         * ITheme.cs: Add support for drawing status bar and getting status
26915           bar item sizes
26916
26917 2004-08-09 15:35  pbartok
26918
26919         * MouseButtons.cs:
26920           - Fixed values
26921
26922 2004-08-09 15:34  jackson
26923
26924         * ThemeWin32Classic.cs: Add support for drawing status bar and get
26925           status bar item sizes
26926
26927 2004-08-09 15:21  jackson
26928
26929         * ThemeWin32Classic.cs: Use known colors for default control
26930           colours
26931
26932 2004-08-09 15:12  jackson
26933
26934         * ThemeWin32Classic.cs: Make the default font static, it is static
26935           in control so this doesn't change functionality and creating fonts
26936           is sloooooow.
26937
26938 2004-08-09 14:56  pbartok
26939
26940         * X11Structs.cs:
26941           - Added GrabMode enum
26942
26943 2004-08-09 14:55  pbartok
26944
26945         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26946           - Removed Run method, was only required for initial development
26947
26948 2004-08-09 14:51  pbartok
26949
26950         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26951           - Implemented GrabWindow/ReleaseWindow methods to allow pointer
26952           capture
26953
26954 2004-08-09 13:48  pbartok
26955
26956         * XplatUIX11.cs:
26957           - Fixed default sizing for child windows
26958
26959 2004-08-09 12:56  pbartok
26960
26961         * XplatUIX11.cs:
26962           - Added generation of WM_DESTROY message
26963           - Added handling of window manager induced shutdown
26964
26965 2004-08-09 11:31  jackson
26966
26967         * ThemeWin32Classic.cs: New names for control properties
26968
26969 2004-08-09 11:25  jackson
26970
26971         * Control.cs: Use new color names
26972
26973 2004-08-09 11:02  jackson
26974
26975         * XplatUI.cs: Get default window properties from the theme
26976
26977 2004-08-09 11:01  jackson
26978
26979         * ITheme.cs: The theme engine now controls default window
26980           properties
26981
26982 2004-08-09 11:00  jackson
26983
26984         * ThemeWin32Classic.cs: Add default window color properties
26985
26986 2004-08-09 10:17  jackson
26987
26988         * ThemeWin32Classic.cs: Use correct default back color
26989
26990 2004-08-09 10:05  jackson
26991
26992         * XplatUIWin32.cs, XplatUIX11.cs: These properties are handled by
26993           the theme now.
26994
26995 2004-08-09 09:56  jackson
26996
26997         * XplatUI.cs: Remove defaults, these are handled by the theme now.
26998
26999 2004-08-09 09:54  jackson
27000
27001         * Control.cs: Get default properties from the theme.
27002
27003 2004-08-09 09:53  jackson
27004
27005         * ITheme.cs: Themes now handle default control properties
27006
27007 2004-08-09 09:53  jackson
27008
27009         * ThemeWin32Classic.cs: Themes now handle default control
27010           properties so coloring will be consistent
27011
27012 2004-08-08 16:54  jordi
27013
27014         * ITheme.cs, ThemeWin32Classic.cs: Label BorderStyles
27015
27016 2004-08-08 15:08  jordi
27017
27018         * XplatUIX11.cs: fixes keyboard crash
27019
27020 2004-08-08 13:47  jordi
27021
27022         * Label.cs: add cvs header info
27023
27024 2004-08-08 12:09  jackson
27025
27026         * ThemeWin32Classic.cs: Add pen_buttonface
27027
27028 2004-08-08 11:52  jordi
27029
27030         * Label.cs, LinkLabel.cs: [no log message]
27031
27032 2004-08-08 11:34  jordi
27033
27034         * ThemeWin32Classic.cs: Use Windows Standard Colours
27035
27036 2004-08-07 17:32  jordi
27037
27038         * TrackBar.cs: throw exceptions of invalid enums values
27039
27040 2004-08-07 17:31  jordi
27041
27042         * Label.cs, LinkLabel.cs, ThemeWin32Classic.cs: fixes label bug and
27043           draw method name
27044
27045 2004-08-07 16:56  jackson
27046
27047         * HorizontalAlignment.cs: Initial checkin
27048
27049 2004-08-07 13:16  jordi
27050
27051         * Label.cs, LinkLabel.cs: throw exceptions, fixes events, missing
27052           methods
27053
27054 2004-08-07 13:05  jordi
27055
27056         * ITheme.cs, ThemeWin32Classic.cs: Theme colour support and
27057           GetSysColor defines
27058
27059 2004-08-06 18:01  pbartok
27060
27061         * ThemeWin32Classic.cs:
27062           - Fixed some rounding issues with float/int
27063
27064 2004-08-06 18:00  jackson
27065
27066         * DockStyle.cs, AnchorStyles.cs:
27067
27068                   Add flags and serializable attributes.
27069
27070 2004-08-06 17:46  pbartok
27071
27072         * XplatUIX11.cs:
27073           - Implemented GetParent
27074
27075 2004-08-06 17:18  pbartok
27076
27077         * TrackBar.cs:
27078           - Fixed some rounding issues with float/int
27079
27080 2004-08-06 17:17  pbartok
27081
27082         * X11Structs.cs, XplatUIX11.cs:
27083           - Fixed Refresh and Invalidate
27084
27085 2004-08-06 15:30  pbartok
27086
27087         * Control.cs, X11Structs.cs, XplatUIX11.cs:
27088           - Fixed recursive loop when resizing
27089           - Improved/fixed redrawing on expose messages
27090
27091 2004-08-06 09:53  jordi
27092
27093         * Control.cs, X11Structs.cs, XplatUIWin32.cs, XplatUIX11.cs: X11
27094           keyboard navigation
27095
27096 2004-08-06 08:02  pbartok
27097
27098         * X11Structs.cs, XplatUIX11.cs:
27099           - Fixed reparenting
27100           - Fixed window border creation
27101
27102 2004-08-05 15:38  pbartok
27103
27104         * XplatUIX11.cs:
27105           - Attempted fix for reparenting problems
27106
27107 2004-08-04 15:14  pbartok
27108
27109         * Control.cs:
27110           - Fixed Invalidation bug (calculated wrong client area)
27111           - Added ClientSize setter
27112
27113 2004-08-04 15:13  pbartok
27114
27115         * Form.cs:
27116           - Added AutoScale properties
27117
27118 2004-08-04 15:13  pbartok
27119
27120         * SWF.csproj:
27121           - Added latest files
27122
27123 2004-08-04 14:11  pbartok
27124
27125         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
27126           XplatUIX11.cs:
27127           - Added Invalidate handling
27128
27129 2004-08-03 17:09  jordi
27130
27131         * XplatUIDriver.cs: fixes spelling mistake
27132
27133 2004-07-27 09:53  jordi
27134
27135         * TrackBar.cs: fixes trackbar events, def classname, methods
27136           signature
27137
27138 2004-07-27 09:29  jordi
27139
27140         * ScrollBar.cs: fixes scrollbar events
27141
27142 2004-07-27 04:38  jordi
27143
27144         * Control.cs: changes to be able to run winforms samples
27145
27146 2004-07-26 11:42  jordi
27147
27148         * ControlPaint.cs, ITheme.cs, ProgressBar.cs, ScrollBar.cs,
27149           ThemeEngine.cs, ThemeWin32Classic.cs, TrackBar.cs: Theme support
27150
27151 2004-07-26 05:41  jordi
27152
27153         * MessageBox.cs, MessageBoxButtons.cs, MessageBoxDefaultButton.cs,
27154           MessageBoxIcon.cs, MessageBoxOptions.cs: initial messagebox
27155           implementation
27156
27157 2004-07-22 09:22  jordi
27158
27159         * LinkLabel.cs, LinkLabelLinkClickedEventHandler.cs: link label:
27160           check link overlapping, implement events, and fixes
27161
27162 2004-07-21 10:28  jordi
27163
27164         * DialogResult.cs, IButtonControl.cs: fixes comments filenames
27165
27166 2004-07-21 10:19  jordi
27167
27168         * DialogResult.cs, IButtonControl.cs, Label.cs, LinkArea.cs,
27169           LinkBehavior.cs, LinkClickedEventArgs.cs, LinkLabel.cs,
27170           LinkLabelLinkClickedEventArgs.cs,
27171           LinkLabelLinkClickedEventHandler.cs, LinkState.cs,
27172           XplatUIWin32.cs, LinkClickedEventHandler.cs: LinkLabel control
27173           implementation
27174
27175 2004-07-19 13:09  jordi
27176
27177         * Control.cs, Label.cs: label control re-written: added missing
27178           functionlity, events, and properties
27179
27180 2004-07-19 10:49  jordi
27181
27182         * Control.cs: fixes SetBounds logic
27183
27184 2004-07-19 01:29  jordi
27185
27186         * Control.cs: Call RefreshWindow only if the window has created
27187
27188 2004-07-15 14:05  pbartok
27189
27190         * ColorDepth.cs, ImageList.cs, ImageListStreamer.cs, SWF.csproj:
27191           - Implemented ImageList and ImageList.ImageCollection classes
27192           - Added ColorDepth enumeration
27193           - Updated SWF VS.Net project
27194
27195 2004-07-15 11:06  jordi
27196
27197         * XplatUIStructs.cs: added MsgButons enum
27198
27199 2004-07-15 11:03  jordi
27200
27201         * Control.cs: added basic mouse handeling events
27202
27203 2004-07-15 03:38  jordi
27204
27205         * Orientation.cs, TickStyle.cs, TrackBar.cs: Horizontal and
27206           Vertical TrackBar control implementation
27207
27208 2004-07-13 09:33  jordi
27209
27210         * HScrollBar.cs, VScrollBar.cs: vertical and hort. classes commit
27211
27212 2004-07-13 09:31  jordi
27213
27214         * Control.cs, Form.cs: commit: new properties and fixes form size
27215           problems
27216
27217 2004-07-09 14:13  miguel
27218
27219         * ProgressBar.cs: Spelling
27220
27221 2004-07-09 11:25  pbartok
27222
27223         * ProgressBar.cs:
27224           - Removed usage of Rectangle for drawing. Miguel pointed out it's
27225           faster
27226
27227 2004-07-09 11:17  miguel
27228
27229         * ProgressBar.cs: 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
27230
27231                 * ProgressBar.cs: Fixed spelling for `block'
27232
27233                 drawProgressBar: renamed to `DrawProgressBar' to follow the coding
27234                 style guidelines.
27235
27236                 Avoid using the += on rect.X, that exposed a bug in the compiler.
27237
27238 2004-07-08 23:21  pbartok
27239
27240         * AccessibleObject.cs, AccessibleRole.cs, AccessibleStates.cs,
27241           AnchorStyles.cs, Application.cs, ApplicationContext.cs,
27242           BaseCollection.cs, Binding.cs, BindingContext.cs,
27243           BindingMemberInfo.cs, BindingsCollection.cs,
27244           BindingsManagerBase.cs, Border3DSide.cs, Border3DStyle.cs,
27245           BorderStyle.cs, BoundsSpecified.cs, ButtonBorderStyle.cs,
27246           ButtonState.cs, CaptionButton.cs, CheckBox.cs,
27247           ContainerControl.cs, Control.cs, ControlEventArgs.cs,
27248           ControlEventHandler.cs, ControlPaint.cs, ControlStyles.cs,
27249           ConvertEventArgs.cs, ConvertEventHandler.cs, Copyright,
27250           CreateParams.cs, DockStyle.cs, DragAction.cs, DragDropEffects.cs,
27251           DragEventArgs.cs, DragEventHandler.cs, FlatStyle.cs, Form.cs,
27252           FrameStyle.cs, GiveFeedbackEventArgs.cs,
27253           GiveFeedbackEventHandler.cs, HelpEventArgs.cs,
27254           HelpEventHandler.cs, IContainerControl.cs, IDataObject.cs,
27255           IMessageFilter.cs, IWin32Window.cs, ImeMode.cs, InputLanguage.cs,
27256           InputLanguageChangedEventArgs.cs,
27257           InputLanguageChangedEventHandler.cs,
27258           InputLanguageChangingEventArgs.cs,
27259           InputLanguageChangingEventHandler.cs, InputLanguageCollection.cs,
27260           InvalidateEventArgs.cs, InvalidateEventHandler.cs,
27261           KeyEventArgs.cs, KeyEventHandler.cs, KeyPressEventArgs.cs,
27262           KeyPressEventHandler.cs, Keys.cs, Label.cs, LayoutEventArgs.cs,
27263           LayoutEventHandler.cs, MenuGlyph.cs, Message.cs, MouseButtons.cs,
27264           MouseEventArgs.cs, MouseEventHandler.cs, NativeWindow.cs,
27265           PaintEventArgs.cs, PaintEventHandler.cs, ProgressBar.cs,
27266           QueryAccessibilityHelpEventArgs.cs,
27267           QueryAccessibilityHelpEventHandler.cs,
27268           QueryContinueDragEventArgs.cs, QueryContinueDragEventHandler.cs,
27269           RightToLeft.cs, SWF.csproj, SWF.csproj.user, ScrollBar.cs,
27270           ScrollBars.cs, ScrollButton.cs, ScrollEventArgs.cs,
27271           ScrollEventHandler.cs, ScrollEventType.cs, ScrollableControl.cs,
27272           TODO, TODOAttribute.cs, UICues.cs, UICuesEventArgs.cs,
27273           UICuesEventHandler.cs, X11Structs.cs, XplatUI.cs,
27274           XplatUIDriver.cs, XplatUIStructs.cs, XplatUIWin32.cs,
27275           XplatUIX11.cs, lang.cs:
27276           - Initial check-in
27277
27278