* ColorDialog.cs: Reset size of dialog between calls to ShowDialog.
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
1 2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * ColorDialog.cs: Reset size of dialog between calls to ShowDialog.
4         Fixes part of bug #79910.
5
6 2006-11-11  Alexander Olk  <alex.olk@googlemail.com>
7
8         * ColorDialog.cs: Fix a NRE when adding a color to custom colors
9           (bug #79903). Some minor string updates to match ms.
10
11 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
12
13         * FileDialog.cs: Don't add an extension if the filename
14           already ends with that extension.
15
16 2006-11-10  Jackson Harper  <jackson@ximian.com>
17
18         * TreeView.cs: Use the currently highlighted node for the
19         BeforeSelect event.
20         * TextBoxBase.cs: There is no need to expand selection on
21         MouseMove.
22         - CanUndo means 'is there any undo operations', not 'is undo
23         allowed on this textcontrol. Fixed ClearUndo unit test.
24
25 2006-11-10  Andreia Gaita  <shana.ufie@gmail.com>
26
27         * Button.cs: only perform click when button is Selectable (so as 
28         not to activate default buttons when they're disabled)
29         
30         * Control.cs: Rewrite of the SelectNextControl and related 
31         methods. HandleClick now selects next control if the current one
32         is being disabled.
33         
34         * Form.cs: OnActivated selects next active control only if Load 
35         has already occurred. If Load hasn't run, there's no point in 
36         selecting here, Load might change the state of controls.
37         
38         * FocusTest.cs: Tests marked as working again for these fixes
39
40 2006-11-10  Chris Toshok  <toshok@ximian.com>
41
42         * XplatUIX11.cs: a couple of fixes.
43
44         - use XInternAtoms with almost all the atoms we need to register,
45         instead of many, many calls to XInternAtom.  should help a bit on
46         startup time, at the expense of making the code look a little
47         worse.
48
49         - fall back to setting TransientFor on TOOLWINDOW's if their hwnd
50         isn't reparented (which seems to be a clue that we're running fon
51         compiz) and they have an Owner form.  This fixes the tool windows
52         in paint.net when running under compiz.
53
54         - when setting the opacity of a window, support both the case
55         where the window has been reparented and also when it hasn't been.
56         Since compiz/beryl doesn't seem to reparent windows, and these are
57         the only window managers which support translucency, I'm not sure
58         why we need the hwnd.reparented case at all.. but leave it in.
59         now we get translucent windows in paint.net under compiz/beryl.
60
61 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
62
63         * FileDialog.cs: Always return the value for FilterIndex that
64           was set. Internally convert it to values that make sense.
65
66 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
67         
68         * ThemeWin32Classic.cs: Fix drowp down arrow borders.
69
70 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
71
72         * Toolbar.cs: Change default value of DropDownArrows to true, the 
73         signature still using false to make it compatible with MS but the 
74         initial value is true. Fixes #79855.
75
76 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
77
78         * MimeIcon.cs: Don't throw an exception on windows. Mime stuff is
79           only available on Linux.
80
81 2006-11-09  Everaldo Canuto  <everaldo@simios.org>
82
83         * Toolbar.cs, ToolBarButton.cs: Fix wrong separator size and
84         reduce number of calls to redraw method during toolbar creation.
85
86 2006-11-09  Mike Kestner  <mkestner@novell.com>
87
88         * ListView.cs : raise SelectedIndexChanged when an item is selected
89         programmatically via the Item.Selected property.  Gert's nice 
90         ListViewSelectedIndexChanged test fixture now runs clean.
91
92 2006-11-09  Mike Kestner  <mkestner@novell.com>
93
94         * ListView.cs : raise SelectedIndexChanged when a selected item is
95         removed from the item collection using Remove or RemoveAt.
96
97 2006-11-09  Mike Kestner  <mkestner@novell.com>
98
99         * ListView.cs : raise SelectedIndexChanged once per selected item
100         for compat with MS.  Fixes #79849+.
101
102 2006-11-09  Chris Toshok  <toshok@ximian.com>
103
104         * TabControl.cs: initialize row_count to 0, and set it to 1 when
105         we need to (if we have any tab pages).  Fixes unit test.
106
107 2006-11-09  Chris Toshok  <toshok@ximian.com>
108
109         * Label.cs (CalcPreferredWidth): if Text == "", our preferred
110         width is 0, not 3.  Fixes a unit test.
111
112 2006-11-09  Mike Kestner  <mkestner@novell.com>
113
114         * ListView.cs : use Implicit scrollbars so that focus isn't 
115         stolen from the listview when they are clicked. Fixes #79850.
116
117 2006-11-09  Chris Toshok  <toshok@ximian.com>
118
119         * PropertyGridView.cs (OnPaint): only call DrawGridItems if we
120         have a root item.  Fixes #79879.
121
122 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
123
124         * FileDialog.cs:
125           - Fix ToString ()
126           - An ArgumentException is now thrown if a wrong filter
127             is applied (matches ms). The previous filter doesn't change
128             anymore if an exception is thrown.
129           - Changing the FileName property also affects FileNames
130         * ColorDialog.cs: The length of the CustomColors array is always
131           16. It doesn't matter if we use a smaller array or null to update
132           or change the custom colors property.
133         * FolderBrowserDialog.cs: Throw an InvalidEnumArgumentException if
134           for RootFolder if we get a undefined value.
135
136 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
137
138         * StatusBarPanel.cs: 
139         - Width is set to MinWidth if Width is smaller than
140         MinWidth. Fixes #79842.
141         - MinWidth now always overrides Width (MSDN says MinWidth
142         is set to Width when AutoSize = None, but they do not 
143         behave like that).
144         - Style has now the the correct default value.
145         
146 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
147  
148         * TrackBar.cs: 
149         - The control is completely invalidated on 
150         Got/LostFocus to draw the focus rectangle correctly.
151         - When AutoSize then height is always 45 (width for 
152         vertical controls).
153         
154         * ThemeWin32Classic.cs: The TrackBar thumb is now centered
155         on the mouse when moved and it doesn't move when grabbed
156         until the mouse moves as well. Also fixed some wrong 
157         calculations when clicking on the thumb (control thought
158         click was outside of thumb and didn't grab it).
159         Fixes some of the issues in #79718.
160
161 2006-11-08  Everaldo Canuto  <everaldo@simios.org>
162
163         * Toolbar.cs: Prevent disabled button to highlight. Fixes #79868.
164
165 2006-11-08  Chris Toshok  <toshok@ximian.com>
166
167         * PropertyGridView.cs: only call ToggleValue if the item is not
168         readonly.
169
170 2006-11-08  Jackson Harper  <jackson@ximian.com>
171
172         * TextBoxBase.cs: The RichTextBox and textbox have very different
173         word selection methods.  Implement the textbox's simple word
174         selection here, and let the RichTextBox override and provide it's
175         own.
176         - Don't do extra selection on mouseup
177         * RichTextBox.cs: Use the documents word selection algorithm, I
178         think ideally, this function will be pulled into the
179         RichTextBox.cs code someday.
180
181 2006-11-08  Chris Toshok  <toshok@ximian.com>
182
183         * RootGridEntry.cs: new class to represent GridItemType.Root.
184
185         * CategoryGridEntry.cs: reformat, and add boilerplate.
186         
187         * GridEntry.cs: remove the UIParent stuff - turns out .Parent
188         returns the UI parent anyway, and we need special handling to
189         implement the GetTarget method in the face of it.  Also, implement
190         Select().
191
192         * PropertyGrid.cs, PropertyGridView.cs: a number of fixes.  create
193         a root grid item, and use that instead of PropertyGrid.grid_items.
194         Also, make use of TypeConverters (and add limitted support for
195         ICustomTypeDescriptors) when initially populating the grid.
196         Arrays now show up more or less properly.
197
198 2006-11-08  Chris Toshok  <toshok@ximian.com>
199
200         * Application.cs: set the modal dialog to non modal after we close
201         it.  Fixes bug #79866.
202
203 2006-11-08  Jackson Harper  <jackson@ximian.com>
204
205         * TextControl.cs: When combining lines carry over the line end
206         style from the end line.
207         - Invalidate the selected area when setting it, if it is visible.
208         * TextBoxBase.cs: Only rich text box can do full line selects.
209         - Make sure to set the cursor position when there is a click,
210         otherwise two clicks in separate areas could cause a large chunk
211         to be selected.
212
213 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
214
215         * Toolbar.cs: Release flat button borders when Toolbar lost focus. 
216         Fixes #79863.
217
218 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
219
220         * Toolbar.cs: Prevent toolbar to open more than one tooltip at same
221         time. Remove tooltips when ToolButton click events.  Fixes #79856.
222
223 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
224
225         * MenuAPI.cs: Ignore right click for menu actions and fixes
226         menu border when clicked.  Fixes #79846.
227
228 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
229
230         * XplatUIX11.cs, XplatUIX11.cs: Fix MouseRelease to only release
231         MouseState after create wParam for message, this fixes mouse button 
232         equal none in mouse up events.
233         
234 2006-11-07  Andreia Gaita  <shana.ufie@gmail.com>
235
236         * Control.cs : Focus() now calls Select to set the Container's
237         Active Control and to give it focus. To avoid infinite recursion
238         (because ActiveControl also calls Focus at one point), a check 
239         is made in Focus with the help of a new internal variable
240         is_focusing.
241
242 2006-11-07  Mike Kestner  <mkestner@novell.com>
243
244         * ListView.cs : raise OnSelectedIndexChanged in CreateHandle
245         if there's a selection.  Fixes #79849.
246
247 2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
248
249         * PropertyGrid.cs: Avoid fixed height of help description label.
250         Fixes part of bug #79829.
251
252 2006-11-07  Chris Toshok  <toshok@ximian.com>
253
254         * XplatUIX11.cs: fix #79790 again, by using the
255         _NET_WM_STATE_SKIP_TASKBAR atom to implement Form.ShowInTaskbar.
256
257 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
258
259         * ToolBar.cs: Fix left click checking.
260
261 2006-11-07  Chris Toshok  <toshok@ximian.com>
262
263         * ProgressBar.cs: fix a typo in ToString().  fixes a unit test.
264
265 2006-11-07  Chris Toshok  <toshok@ximian.com>
266
267         * RelatedPropertyManager.cs: set property_name in our ctor.  fixes
268         PropertyManager unit tests.
269
270         * PropertyManager.cs: make property_name internal.
271
272 2006-11-07  Chris Toshok  <toshok@ximian.com>
273
274         * ButtonBase.cs: initialize base.ime_mode to ImeMode.Disable to
275         pass a unit test.  Also, don't set image_index to anything in
276         response to setting the ImageList property.
277
278 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
279
280         * ToolBar.cs: Ignore click events when mouse button is not a
281         left button, only accepts other button for dropdown menus.  
282         Fixes #79854.
283
284 2006-11-07  Chris Toshok  <toshok@ximian.com>
285
286         * DataGrid.cs: make the back and parent row buttons a little less
287         ugly.
288
289 2006-11-07  Jackson Harper  <jackson@ximian.com>
290
291         * TextBoxBase.cs: When converting to Text don't put line breaks in
292         for soft line breaks.
293         * TextControl.cs: There is an initial "fake" line in the document,
294         this is now a soft break line, so that an extra line feed doesn't
295         get added to the end of documents.
296
297 2006-11-07  Chris Toshok  <toshok@ximian.com>
298
299         [ fix bug #79778 ]
300         
301         * CurrencyManager.cs: if the list is readonly, don't bother
302         checking if IBindingList.AllowNew is true.
303
304         * ThemeWin32Classic.cs (DataGridPaintParentRow): make this work
305         for non-DataRowView datasources..  or rather, make it not crash.
306         (DataGridPaintRelationRow): make sure we limit the row painting to
307         the area not covered by the row header, and make our cell width at
308         least large enough to cover the relation area.  This allows grids
309         that have relations but no rows to render correctly.
310         (DataGridPaintRowContents): same type of changes here.
311         (SetDataSource): move back to always calling
312         CalcAreasAndInvalidate.  this fixes a crash/drawing problem when
313         navigating back through relations.
314         (HitTest): handle the case where we have no cells but have
315         relations.  Right now we generate a hit in cell 0 of whatever the
316         row is, not sure if this is strictly correct, but it works for our
317         purposes.
318         
319         * DataGrid.cs (EndEdit, CancelEdit): if we have no columns, don't
320         bother doing anything.
321
322 2006-11-07  Jonathan Pobst  <monkey@jpobst.com>
323
324         * StatusStrip.cs, ToolStripStatusLabel.cs: By request, an
325         early version of StatusStrip.  Not responsible for eaten
326         application or firstborn children.
327
328 2006-11-06  Chris Toshok  <toshok@ximian.com>
329
330         * TabControl.cs: in OnGotFocusInternal/OnLostFocusInternal don't
331         call GetTabRect with a -1 index.  Fixes #79847.
332
333 2006-11-06  Jackson Harper  <jackson@ximian.com>
334
335         * TreeNodeCollection.cs: Update scrollbars after clearing.
336
337 2006-11-06  Chris Toshok  <toshok@ximian.com>
338
339         * NumericUpDown.cs: fix the ToString method for some unit test
340         love.
341
342 2006-11-06  Chris Toshok  <toshok@ximian.com>
343
344         * PropertyGrid.cs:
345         - set the initial SelectedGridItem if we can.
346
347         - Exclude non-mergable properties only if we're merging > 1
348         object.  Merging 1 object isn't really merging, obviously.
349
350         - Handle PropertySort.NoSort just like Alphabetical, which is
351         wrong of course, but at least gets things on the screen.
352         
353         * PropertyGridView.cs:
354         - Add method "FindFirstItem" which finds the first property grid
355         item, so we can select it by default.
356
357         - make use of GridEntry.CanResetValue.
358
359         - Don't call RedrawBelowItemOnExpansion here anymore, the
360         individual GridEntry's will do that.
361
362         - Remove the ITypeDescriptorContextImpl internal class.
363         
364         * GridEntry.cs:
365         - this class needs to implement ITypeDescriptorContext, as it's
366         what MS's PropertyDescriptorGridEntry does, which means we can
367         remove the ITypeDescriptorContextImpl internal class from
368         PropertyGrid.cs.  This fixes the crashing portion of bug #79829.
369
370         - keep a reference to our PropertyGridView, and move the call to
371         RedrawBelowItemOnExpansion here from PGV.  This means
372         programmaticly setting Expanded actually does something visible.
373
374         - add a CanResetValue() function which takes into account our
375         possibly multiple "selected_objects" in the merged case.  Shifting
376         PropertyGridView to use this method fixes another unreported
377         crasher found running the test for #79829.
378
379         - when Top or Bounds is updated, make sure the PropertyGridTextBox
380         is updated to reflect this.
381
382         * CategoryGridEntry.cs: the ctor takes the PGV now.
383         
384 2006-11-06  Jackson Harper  <jackson@ximian.com>
385
386         * TextControl.cs: These are 1 based.
387         * TextBoxBase.cs: When setting the selected text, don't change the
388         selected text tags, this is done by ReplaceText, just position the
389         cursor at the end of the new text.
390
391 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
392
393         * ListView.cs: Allow label edit only when, when LabelEdit is
394           set to true.
395
396 2006-11-06  Jackson Harper  <jackson@ximian.com>
397
398         * TextControl.cs: If a suitable wrapping position isn't found,
399         just wrap right in the middle of a word.
400
401 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
402
403         * ListView.cs, ListViewItem.cs: Implement LabelEdit. Fixes
404           bug #79820.
405
406 2006-11-06  Jackson Harper  <jackson@ximian.com>
407
408         * TreeView.cs: Can't use the VisibleCount property when setting
409         scrollbar heights, because this doesn't take into account whether
410         or not the horz scrollbar just came visible.
411
412 2006-11-05  Everaldo Canuto  <everaldo@simios.org>
413
414         * MenuAPI.cs: Deactivate menu on mouse up when menus it is already
415         activated.  Fixes #79369, #79832.
416
417 2006-11-05  Alexander Olk  <alex.olk@googlemail.com>
418
419         * FileDialog.cs: *sigh* Because of recent runtime changes (r67043) I
420           had to remove support for links that point to a directory. FileInfo
421           returns no usefull information (means, the directory they point to)
422           for such links. Replaced some empty string ("") with String.Empty.
423
424 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
425
426         * TreeNodeCollection.cs: To match MS, in 1.0 profile throw 
427         NullReferenceException when attempting to remove node that is not in
428         collection. Throw NullReferenceException when null is passed to 
429         Remove. Allow first element of the collection to be removed. Fixes
430         bug #79831.  In GetEnumerator ().Current return null if positioned 
431         before the first element of the collection. In GetEnumerator ().Reset,
432         position before first element of the collection.
433
434 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
435
436         * PropertyGrid.cs: To match MS, remove default title and description
437         for panel. Fixed tooltips for Categorized and Alphabetic toolbar
438         buttons.
439
440 2006-11-04  Chris Toshok  <toshok@ximian.com>
441
442         * Theme.cs: add a Clamp method, just for kicks.
443
444         * ThemeWin32Classic.cs: clamp all color components to [0..255].
445
446 2006-11-04  Chris Toshok  <toshok@ximian.com>
447
448         * Form.cs: if the form isn't visible, Close() does nothing.
449
450 2006-11-03  Chris Toshok  <toshok@ximian.com>
451
452         * Form.cs (Close): if the form is modal, don't Dispose of it, only
453         Hide it.
454         (WndProc): don't Dispose after handling the WM_CLOSE message.
455
456         * Application.cs (RunLoop): toplevels is a list of Forms, so treat
457         them as such, instead of using casts from Control to Form.  Also,
458         don't Dispose of the modal dialog when we fall out of the loop -
459         Close() it instead.
460
461         fixes bug #79813.
462
463 2006-11-03  Chris Toshok  <toshok@ximian.com>
464
465         * Control.cs (Dispose): only go through the dispose thing if we're
466         @disposing, and we haven't already been disposed.  Fixes bug
467         #79814.
468
469         * Form.cs: no reason to call "base.Dispose()" here instead of
470         "Dispose()".
471
472 2006-11-03  Mike Kestner  <mkestner@novell.com>
473
474         * ComboBox.cs : use ToString instead of casts in AddItem for
475         sorting functionality.  Fixes #79812.
476
477 2006-11-03  Chris Toshok  <toshok@ximian.com>
478
479         * Application.cs: pave the way for actually using the thread
480         exception dialog.  it's ifdefed out at the moment.
481
482 2006-11-03  Chris Toshok  <toshok@ximian.com>
483
484         * ThreadExceptionDialog.cs: until we get a better layout, actually
485         hide the details textbox and label when we shouldn't see them.
486
487 2006-11-03  Jackson Harper  <jackson@ximian.com>
488
489         * TextBoxBase.cs: Don't bail from the scrollbar calcs for non
490         multiline textboxes anymore.  This method also determines the
491         width/height of a textboxes canvas area.
492         - Sorta a revert of the last patch.  For multiline just position
493         the controls, then bail.  This way the scrollbar width won't be
494         altered.
495
496 2006-11-03  Everaldo Canuto  <everaldo@simios.org>
497
498         * ThemeWin32Classic.cs: Dont paint inner lines of 3D border when
499         it dont need.  Fixes #79537.
500
501 2006-11-02  Jackson Harper  <jackson@ximian.com>
502
503         * X11Dnd.cs: We always allow copy, since XDND implies Copy.  Also
504         send the status after firing the DndOver event.
505
506 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
507
508         * TrackBar.cs: Now orientation only switches height / width if
509         the control's handle is created (Win32 does it like this). Also 
510         fixed a typo in ToString() for a test to pass, changed the 
511         exception thrown in set_LargeChange and set_SmallChange to 
512         match Win32 behaviour, and added TrackBar tests to the unit 
513         tests.
514
515 2006-11-02  Chris Toshok  <toshok@ximian.com>
516
517         * XplatUIX11.cs: the atom we want is _NET_WM_STATE_SKIP_TASKBAR,
518         not _NET_WM_STATE_NO_TASKBAR.
519
520 2006-11-02  Jackson Harper  <jackson@ximian.com>
521
522         * TextControl.cs: Increment count by one, since in the update view
523         count - 1 is used.
524
525 2006-11-02  Jackson Harper  <jackson@ximian.com>
526
527         * TextBoxBase.cs: Use client rectangle not bounds for checking if
528         the mouse is in the client rectangle (duh).
529
530 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
531         
532         * TrackBar.cs: Fixed trackbar jumping around when clicking
533         on it - the trackbar was not detecting correctly at which
534         side of the thumb the click was done. (fixes #79718)
535
536 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
537
538         * ListBox.cs: scroll visible area when change SelectedIndex to
539         a non visible area.  Fixes #79481.
540
541 2006-11-01  Jackson Harper  <jackson@ximian.com>
542
543         * TextControl.cs: When replacing the selection move the selection
544         start/end/anchor to the end of the new text.
545
546 2006-11-01  Jackson Harper  <jackson@ximian.com>
547
548         * XplatUIWin32.cs: When setting the parent change the controls
549         visibility to it's visibility flag, not to it's old parents
550         visibility (.Visible walks the parent chain).
551
552 2006-11-01  Chris Toshok  <toshok@ximian.com>
553
554         * XplatUIX11.cs: revert the #79790 fix, as the simple.
555         XSetTransientForHint fix breaks paint .net's tool windows.  more
556         work needed for that one.
557
558 2006-11-01  Chris Toshok  <toshok@ximian.com>
559
560         * ScrollBar.cs: throw ArgumentException instead of Exception in
561         LargeChange/SmallChange setters.  fixes unit tests.
562
563 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
564
565         * ContainerControl.cs: reverted rev.67183 (which was itself
566         a reversion of rev.66853... eh).
567         
568         * Control.cs: Fixes Reflector hang by changing Focus() call
569         to what it was before rev.66643 (calling Select() here sets 
570         ActiveControl, which in some situations calls back Focus and 
571         eventually does a stack overflow). Temp fix.    
572         Changes to GetNextControl() to not look for children to select when
573         parent cannot be selectable (so it looks for siblings instead)  
574         
575 2006-10-31  Mike Kestner  <mkestner@novell.com>
576
577         * CheckedListBox.cs : off by one error in returned index from
578         ObjectCollection.Add.  Fixes #79758.
579
580 2006-10-31  Chris Toshok  <toshok@ximian.com>
581
582         * UpDownBase.cs: remove the OnGotFocusInternal/OnLostFocusInternal
583         calls for the textbox/spinner, to keep from recursing to the point
584         where we crash.  Fixes #79760.
585
586 2006-10-31  Chris Toshok  <toshok@ximian.com>
587
588         * ListControl.cs (set_SelectedValue): don't throw exceptions on
589         null/"" value, just return.  matches ms's behavior and fixes some
590         failing tests.
591
592 2006-10-31  Chris Toshok  <toshok@ximian.com>
593
594         * Control.cs (set_Capture): make a logic a little easier to
595         follow.
596
597         * XplatUIX11.cs (CleanupCachedWindows): zero out the Grab window
598         if it's being destroyed.  A necessary fix surely, but a bandaid
599         also, to fix the stuck capture problem in bug #78413.
600
601 2006-10-31  Chris Toshok  <toshok@ximian.com>
602
603         * XplatUIX11.cs: fix a couple of compiler warnings, and follow the
604         convention of clearing hwnd.ClientRect when we set the
605         width/height (so it'll be recalculated by Hwnd).
606
607 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
608
609         * ContainerControl.cs: reversed Contains check from
610         ActiveControl due to hanging problems. This fix
611         partly regresses #79667 (button does not have
612         initial focus), so this might be a symptom for 
613         a larger parenting problem (set_ActiveControl
614         is being called but the child control does
615         not have the parent set yet?)   
616         
617 2006-10-31  Mike Kestner  <mkestner@novell.com>
618
619         * MenuAPI.cs : fix keynav when menu is click activated.
620
621 2006-10-31  Jonathan Pobst  <monkey@jpobst.com>
622
623         * ToolStrip*: Version 0.2.
624
625         * MenuStrip.cs: Version 0.1.
626
627         * Form.cs: Add a 2.0 MenuStrip tracker like the 1.1 Menu one.
628
629 2006-10-30  Chris Toshok  <toshok@ximian.com>
630
631         [ fixes the oversized notify icon issue in bug #79745 ]
632         
633         * NotifyIcon.cs: scale the icon down to the size we're given by
634         the XplatUI layer (this would be faster if we did it once instead
635         of whenever we paint..)  Also, remove the WM_NCPAINT handling,
636         since it's never invoked.
637
638         * XplatUIX11.cs: the gnome and kde systrays use icons that are 24
639         pixels high by default, so let's hardcode our systray icon to that
640         size.  The SYSTEM_TRAY protocol should really have a way for
641         client apps to query for the correct icon size.. but oh well.  A
642         couple of patches to deal with the screwy client_window ==
643         whole_window notifyicon stuff (we don't want to PerformNCCalc, for
644         instance, and also make sure we don't XSelectInput twice).
645
646 2006-10-30  Chris Toshok  <toshok@ximian.com>
647
648         * Control.cs: ugh, the unit test fix (CH11, yesterday) breaks when
649         recreating forms.  Control recreation is the bane of my existence.
650         Fix it in a way that keeps everyone happy.
651
652 2006-10-30  Chris Toshok  <toshok@ximian.com>
653
654         * XplatUIX11.cs: use StructureNotifyMask on all whole_windows, not
655         just non-CHILD ones.  otherwise sometimes scrollbars end up with
656         client_windows not being resized to the proper size (ReportBuilder
657         shows this extremely well).
658
659 2006-10-30  Chris Toshok  <toshok@ximian.com>
660
661         * XplatUIX11.cs (SetWMStyles): reinstate the XSetTransientForHint
662         for non-WS_EX_APPWINDOW windows.  This is what keeps them from
663         showing up in the gnome taskbar.  Fixes bug #79790.
664
665 2006-10-30  Chris Toshok  <toshok@ximian.com>
666
667         * ApplicationContext.cs: guard against a NRE.
668
669         * Application.cs: null out the old MainForm for the context, so we
670         don't try to use it again once it's disposed.  Fixes bug #79783.
671
672 2006-10-30  Chris Toshok  <toshok@ximian.com>
673
674         * DataGrid.cs (set_DataSource, set_DataMember): if we have a
675         BindingContext, set the data source directly, otherwise do the
676         lazy approach - the actual ListManager will be created when we get
677         a BindingContext. Fixes bug #79700.
678
679 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
680
681         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
682           XplatUIX11.cs: Remove old 2 parameter SetVisible.
683
684         * Control.cs: Use the new 3 parameter SetVisible with activate = true.
685
686 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
687
688         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Add an overload
689         of SetVisible that allows a window to be shown, but not activated.
690         This is needed on Windows for MenuStrip, and can probably be used
691         with MainMenu and ComboBox to fix the focus stealing issues on
692         Windows.
693
694         * XplatUIOSX.cs, XplatUIX11.cs: Not needed, call existing SetVisible.
695
696 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
697
698         * PictureBox.cs: Fix the output of the ToString method.
699
700 2006-10-29  Chris Toshok  <toshok@ximian.com>
701
702         * Control.cs (get_TopLevelControl): fix bug #79781.
703
704 2006-10-29  Chris Toshok  <toshok@ximian.com>
705
706         * ListControl.cs (set_DataSource): throw Exception here, not
707         ArgumentException, to match MS behavior.
708
709 2006-10-29  Chris Toshok  <toshok@ximian.com>
710
711         * Form.cs: remove the try-catch's around calls to GetWindowState.
712         We can just check the return value.
713
714         * XplatUIX11.cs: don't throw exceptions from GetWindowState.
715         Instead return -1.
716
717         * XplatUI.cs: Add note about additional return value for
718         GetWindowState.
719
720 2006-10-29  Chris Toshok  <toshok@ximian.com>
721
722         * Control.cs (CreateHandle): when we create our handle, we also
723         create the handles of our child controls.  Fixes one of the
724         Control unit tests (CH11).
725
726 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
727
728         * MimeIcon.cs: If a gnome icon doesn't exist add a default icon.
729
730 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
731
732         * ThemeClearlooks.cs: A little speedup.
733
734 2006-10-27  Chris Toshok  <toshok@ximian.com>
735
736         * Control.cs: implement Control.FromChildHandle in a way that
737         matches the docs (and fixes the failed test.)
738
739 2006-10-27  Chris Toshok  <toshok@ximian.com>
740
741         * DataGridTableStyle.cs: reproduce buggy MS behavior (with
742         comments).
743
744         * DataGrid.cs: implement ResetForeColor such that the tests
745         succeed.
746         
747 2006-10-27  Chris Toshok  <toshok@ximian.com>
748
749         * ToolBarButton.cs: setting text/tooltiptext to null results in it
750         being set to "".  Fixes bug #79759.
751
752 2006-10-27  Jackson Harper  <jackson@ximian.com>
753
754         * TextControl.cs: We need to clear the entire selection area when
755         setting the start, otherwise multiline selections are still
756         visible.
757
758 2006-10-26  Chris Toshok  <toshok@ximian.com>
759
760         * PropertyGridView.cs: 
761
762         - ifdef all the code specific to the double
763         buffer case, and provide some alternatives in the non-doublebuffer
764         code, which makes heavy use of XplatUI.ScrollWindow to move things
765         around without having to invalidate (and cause flicker).  There
766         are still some drawing problems in the non-doublebuffered case, so
767         DOUBLEBUFFER is defined by default.
768
769         - Fix the way dropdowns are handled.  now we explicitly watch for
770         the events which might cause the dropdown to close, and break out
771         of the nested event loop there.  This gets rid of all Capture
772         code, at the expense of the Msg special casing.  Seems to work,
773         though, and fixes bug #79743.
774
775 2006-10-27  Rolf Bjarne Kvinge <RKvinge@novell.com>
776         * Control.cs: SetIsRecreating now recreates implicitly added
777         child controls as well. Finally fixes #79629. The flag passed to 
778         SetIsRecreating has also been removed since it wasn't used.
779         
780 2006-10-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
781
782         * PageSetupDialog.cs: Clean some code, fix some bits, 
783         add some checks, and add a printer sub-dialog.
784
785 2006-10-26  Chris Toshok  <toshok@ximian.com>
786
787         * PropertyGrid.cs: make set_SelectedObject call
788         set_SelectedObjects, and move the duplicate logic to the
789         SelectedObjects setter.  Also, raise SelectedObjectsChanged.
790
791         * PropertyGridView.cs: hide the textbox when we get a
792         SelectedObjectsChanged event.
793
794         Fixes bug #79748.
795
796 2006-10-26  Chris Toshok  <toshok@ximian.com>
797
798         * PropertyGridView.cs: deal with the type converter not supporting
799         GetStandardValues() or GetStandardValues() returning null, which
800         is does in the default case.  Fixes #79742.
801
802 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
803
804         * CheckedListBox.cs: nunit no longer crashes when selecting 
805         Project/Edit menu option
806         
807 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
808
809         * MenuAPI.cs: prevent ExecFocusedItem from blowing up if there
810         is no menu selected. fixes #79739
811
812 2006-10-25  Chris Toshok  <toshok@ximian.com>
813
814         * PropertyGridView.cs: factor out the splitter invalidation code
815         into the SplitterPercent setter, and for kicks implement the
816         Ctrl-Left/Ctrl-Right handling that moves the splitter by a small
817         amount in either direction.
818
819 2006-10-25  Chris Toshok  <toshok@ximian.com>
820
821         * PropertyGridView.cs: do some cleanup of the brush used to draw
822         text - read only fields should be grayed out.  not sure how to do
823         this with the textbox, though.  but the textbox's should also be
824         readonly now at least.  Also, hide/show the textbox when resizing
825         the control.
826         
827         * CursorConverter.cs: use System.Reflection when getting the
828         properties of Cursors, as TypeDescriptor.GetProperties isn't
829         returning static properties.
830
831 2006-10-25  Chris Toshok  <toshok@ximian.com>
832
833         * PropertyGridView.cs: factor out the up/down handling, and reuse
834         it for page up/down.  also add End/Home support.
835
836 2006-10-25  Chris Toshok  <toshok@ximian.com>
837
838         * PropertyGridView.cs:
839
840         - ensure the selected grid item is visible in the scrolled area,
841         fixes bug #79572.
842
843         - fix Keys.Down handling when you're on the last item in the
844         propertygrid.
845
846 2006-10-25  Mike Kestner  <mkestner@novell.com>
847
848         * MenuAPI.cs : set the ActiveTracker for MainMenu non-popup 
849         clicks too.  Fixes #79725.
850
851 2006-10-24  Chris Toshok  <toshok@ximian.com>
852
853         * PropertyGrid.cs: use property.Converter instead of
854         TypeDescriptor.GetConverter(property.PropertyType), so we catch
855         TypeConverters declared on the property as well as on the
856         PropertyType.  Fixes bug #79678.
857
858 2006-10-24  Alexander Olk  <alex.olk@googlemail.com>
859
860         * MimeIcon.cs, Mime.cs:
861           Fallback to the default platform handler if no shared mime info
862           stuff exists (fixes #79693).
863
864 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
865         * ContainerControl.cs: Incorrect contains check in ActiveControl 
866         from previous fix (duh).
867
868 2006-10-20  Chris Toshok  <toshok@ximian.com>
869
870         * PropertyGridView.cs: the dropdown should be MIN(number of items
871         in list, 15).  Fixes #79551.
872
873 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
874         Fixes #79384, #79394, #79652, #79667
875         * Application.cs: 
876         
877         - Modal windows are now destroyed in the proper order for windows
878         
879         * ContainerControl.cs:
880         
881         - ActiveControl setter has more conditions on when to return:
882                 - if we're reselecting the active control, but it actually
883                 didn't have focus (window hidden or some such), it runs
884                 - if the active control being selected doesn't actually 
885                 exist in the container, it returns
886         
887         * Form.cs
888         
889         - The ShowDialog now gets the current form as the owner when
890         invoking without parameters, and correctly activates the owner 
891         when returning
892         
893         * MessageBox.cs
894         
895         - MessageBox now catches the Escape key to exit
896
897 2006-10-20  Chris Toshok  <toshok@ximian.com>
898
899         * PropertyGridView.cs: fix a number of issues (bug #78565, and
900         most of bug #79676):
901
902         - you can navigate around the property grid with the arrow keys.
903
904         - the dropdown is sized properly when the pg has a vertical
905         scrollbar.
906
907         - fix the indentation for subentries, and properly select the
908         entire label rect.
909
910         - fix the gray bar's drawing (only draw it to the last element,
911         not for the height of the control.  Also make sure we draw that
912         last horizontal grid line.
913
914         - use the same mechanism the datagrid uses wrt the editing textbox
915         when scrolling/resizing/etc.  Namely, we hide it first, do the
916         operation, then show it again (if it's still visible).
917         
918         - aggressively remove a lot of unnecessary refreshes (and also
919         calls to Invalidate(). call more limited variants, and only redraw
920         what we need.)
921         
922         * PropertyGrid.cs:
923
924         - when we're populating the merged collection, fill in the UI
925         parent with either the passed in item, or the category item we
926         create.
927
928         - remove the Refresh call from the BorderHelpControl.OnSizeChanged.
929
930         * GridItem.cs: drop some fully qualified names.
931         
932         * GridEntry.cs: add a "UIParent", which is basically the parent
933         treenode.
934
935         * GridItemCollection.cs: add an IndexOf method.
936
937 2006-10-20  Mike Kestner  <mkestner@novell.com>
938
939         * MainMenu.cs : go back to Draw in OnMenuChanged.  Until we get
940         a working win32 NC invalidation mechanism, we can't invalidate
941         menus.  [Fixes #79705]
942
943 2006-10-20  Mike Kestner  <mkestner@novell.com>
944
945         * ListBox.cs : don't update the VScrollbar if the list is empty,
946         just hide it.  [Fixes #79692]
947
948 2006-10-20  Jackson Harper  <jackson@ximian.com>
949
950         * RichTextBox.cs: Handle some special chars better, and don't skip
951         the entire group when we encounter a special char that we don't
952         handle correctly.
953
954 2006-10-18  Chris Toshok  <toshok@ximian.com>
955
956         * PropertyGridView.cs: address a number of issues from bug #79676,
957         mostly of the cosmetic variety.
958
959         - The highlight rectangle for indented items not extends all the
960         way to the left.
961
962         - Indented items aren't indented so much.
963
964         - the dropdown is properly sized width-wise if the pg has a
965         vertical scrollbar.
966
967 2006-10-18  Chris Toshok  <toshok@ximian.com>
968
969         * XplatUIX11.cs (SystrayAdd): a rather convoluted change, but the
970         systray stuff is rather convoluted to begin with.
971
972         systray icons are a single window for some reason (that I haven't
973         figured out yet), and for them, client_window == whole_window.
974         Given the way the tests are structured elsewhere to determine
975         which paints are pending (client vs. nc), that situation will
976         always yield PAINT, not NCPAINT.  So, if we have a pending
977         nc_expose and no pending expose, remove the hwnd from the paint
978         queue, and also set nc_expose_pending to false, to keep us from
979         blocking further expose's adding the hwnd to the paint queue.
980
981         phew.  like i said, a rather convoluted change.  Fixes the
982         notifyicon repaint issues in bug #79645.
983
984 2006-10-18  Chris Toshok  <toshok@ximian.com>
985
986         * Form.cs: when getting the backcolor of the form, don't get
987         base.BackColor, as this allows parents to influence the background
988         color.  This breaks mdi forms.  Instead, if the background_color
989         is empty, return the default.
990
991 2006-10-18  Chris Toshok  <toshok@ximian.com>
992
993         * XplatUIX11.cs: change some debug ifdefs, and return XGetParent
994         to being private instead of internal static.
995
996         * Control.cs: remove all the stupid ParentWaitingOnRecreation
997         crap, it wasn't working for more deeply nested controls anyway,
998         and we already have the is_recreating flag - use that instead.
999         Before calling DestroyHandle in RecreateHandle, recurse through
1000         the control tree setting it to true.  this returns the recreate
1001         code to much of its original simplicity, while now guaranteeing we
1002         actually recreate everything we're supposed to.  This change gets
1003         fyireporting actually showing mdi children.
1004
1005 2006-10-17  Chris Toshok  <toshok@ximian.com>
1006
1007         * Form.cs: remove some debug spew, and collapse some duplicate
1008         code at the end of SetClientSizeCore.
1009
1010         * XplatUIX11.cs: 
1011         - add some more debug spew here too wrt Destroy handling.
1012         - don't call hwnd.Dispose in DestroyWindow, it's effectively done
1013         in Control's handling of WM_DESTROY.
1014         - Remove the handling of zombie window DestroyNotifies from the
1015         event loop - we don't need it.  Now the only DestroyNotifies we
1016         actually handle are ones generated by X.
1017         - When sending _NET_ACTIVE_WINDOW, the first param should be 1, to
1018         match gtk's (functioning) handling of this. This keep metacity
1019         from leaving droppings in the form of wm borders with no window
1020         contents all over the place.
1021
1022         * Control.cs:
1023         - add a bunch of debug spew wrt control recreation.
1024         - fix a bug where we weren't tracking Visible properly on
1025         recreated hwnds.
1026         - fixed the WM_PAINT double buffer handling to support re-entrant
1027         calls (yes, i know it's gross, but it's happening to us).
1028
1029 2006-10-17  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
1030         * ThemeWin32Classic.cs: changed drawing of selected days
1031         to make them look better.
1032
1033 2006-10-16  Chris Toshok  <toshok@ximian.com>
1034
1035         * Hwnd.cs: replace the user_data/client_dc/non_client_dc with
1036         drawing_stack.  Nuke the ClientDC/NonClientDC properties.
1037
1038         * XplatUIX11.cs: move away from using hwnd.client_dc and
1039         hwnd.non_client_dc and on to a stack of dc's (and in window's
1040         case, PAINTSTRUCT's), so we can deal with nested Paint calls
1041         without puking or not disposing of Graphics objects.
1042
1043         * XplatUIOSX.cs: same.
1044
1045         * XplatUIWin32.cs: same.
1046
1047 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
1048
1049         * FileDialog.cs: Don't call on_directory_changed inside
1050           OnSelectedIndexChanged (it changes the SelectedIndex too).
1051           Instead move it to OnSelectionChangeCommitted.
1052
1053 2006-10-13  Chris Toshok  <toshok@ximian.com>
1054
1055         * XplatUIX11.cs: more Destroy work.  the current code does the
1056         following things, in order:
1057
1058         1. Enumerates all handles of all controls at or below the one
1059         being destroyed, in pre-order.  As it is doing this, it marks the
1060         handles as zombie and clears all references to them.
1061         
1062         2. calls XDestroyWindow on the window passed in.
1063
1064         3. SendMessage's WM_DESTROY to all he handles in the accumulated
1065         list.
1066
1067 2006-10-13  Chris Toshok  <toshok@ximian.com>
1068
1069         * XplatUIX11.cs: set hwnd.zombie to true before calling
1070         SendMessage (WM_DESTROY).  this keeps us from marking the new
1071         window a zombie, and also keeps us from calling sendmessage at
1072         all.
1073
1074 2006-10-13  Jackson Harper  <jackson@ximian.com>
1075
1076         * TextControl.cs: Do not show the caret and selection at the same
1077         time.  Reduces ugliness by 35%.
1078
1079 2006-10-13  Chris Toshok  <toshok@ximian.com>
1080
1081         * XplatUIX11.cs (SendWMDestroyMessages): set the hwnd to be a
1082         zombie after we do the recursive call, so we actually do call
1083         SendMessage on the children controls.
1084         (GetMessage): if we find a pending paint event for a zombie hwnd,
1085         remove the hwnd from the paint queue, or else it will always be
1086         there (and we'll effectively loop infinitely)
1087
1088 2006-10-13  Mike Kestner  <mkestner@novell.com>
1089
1090         * MenuItem.cs : add Selected format under keynav too.
1091         Fixes #79528.
1092
1093 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
1094
1095         * PropertyGrid.cs: Fixed some NRE's and small difference between our
1096         implementation and that of MS.
1097
1098 2006-10-13  Chris Toshok  <toshok@ximian.com>
1099
1100         * Control.cs (OnInvalidated) only futz with the invalid_region if
1101         the control is double buffered.  this fixes the apparent hang in
1102         the ListView unit tests.  Someone needs to make the
1103         BeginEndUpdateTest not call OnInvalidated 15004 times, though..
1104
1105 2006-10-13  Chris Toshok  <toshok@ximian.com>
1106
1107         * PropertyGridView.cs:
1108
1109         - do a little refactoring so that only one place calls
1110         dropdown_form.Hide, and that is CloseDropDown.  make everywhere
1111         else call that.  Also make it Refresh, since there are redraw bugs
1112         otherwise (we should take a look at that...)
1113
1114         - do a little more refactoring work to share the body of code
1115         involved with the drop down.  it was duplicated in the code
1116         dealing with the listbox handling and in the code dealing with the
1117         UITypeEditors.
1118
1119         - add a Capture to the dropdown form's control once it's
1120         displayed, and add a MouseDown handler that checks to make sure
1121         the position is inside the control.  If it's not, close the
1122         dropdown.  This fixes #78190.
1123
1124         - in SetPropertyValueFromUITypeEditor, only call SetPropertyValue
1125         if the value is different than the initial value.
1126         
1127 2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>
1128
1129         * Control.cs: see #78650
1130         - Fixed GetNextControl for several cases:
1131                 - Changed FindFlatForward to return 
1132                 correct sibling control when more than one
1133                 control has same TabIndex as the currently 
1134                 focused one.
1135                 - Changed FindFlatBackward to loop children
1136                 from last to first and apply same logic as in
1137                 FindFlatForward
1138                 - Changed FindControlForward to search for
1139                 children when control is not a container
1140                 but has children, or search for siblings if
1141                 control is a container...
1142                 - Changed FindControlBackward   to continue
1143                 searching for child controls when hitting 
1144                 Panel-like parents
1145                 
1146         - Fixed Focus method to update ActiveControl
1147         (FocusTest.FocusSetsActive failure)
1148         
1149         * TabControl.cs:
1150         - Focus rectangle now refreshes when gaining
1151         or losing focus
1152         - Removed grab for Tab key on IsInputKey that 
1153         was keeping tab navigation from working (#78650)
1154
1155 2006-10-13  Chris Toshok  <toshok@ximian.com>
1156
1157         * PropertyGridView.cs:
1158         - Rewrite SetPropertyValue to loop over SelectedGridItem's
1159         SelectedObjects.
1160
1161         - Deal with GridItem.Value == null a few places.
1162
1163         * PropertyGrid.cs: 
1164         - replace the PopulateGridItemCollection with a pair of methods
1165         which compute the intersection of all the properties in the
1166         SelectedObjects array.  Fixes #79615.
1167
1168         - Throw ArgumentException from set_SelectedObjects if there's a
1169         null in the array.
1170
1171         - Add GetTarget method which can be used to traverse up the
1172         GridItem.Parent chain.  It depends on the assumption that
1173         selected_objects for different GridEntries are always in the same
1174         order (a safe assumption).  Use this method and loop over all the
1175         selected objects in the entry when calling RemoveValueChanged and
1176         AddValueChanged.
1177         
1178         * GridEntry.cs: Make this handle multiple selected objects.
1179         .Value returns null if not all the selected objects share the same
1180         value.
1181
1182 2006-10-12  Jonathan Pobst  <monkey@jpobst.com>
1183         * ToolStrip.cs, ToolStripButton.cs, ToolStripComboBox.cs,
1184           ToolStripControlHost.cs, ToolStripItem.cs, ToolStripLabel.cs,
1185           ToolStripProfessionalRenderer.cs, ToolStripProgressBar.cs,
1186           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs,
1187           ToolStripTextBox.cs: Add accessibility, fix attributes/API and
1188         add additional functionality.
1189
1190 2006-10-12  Mike Kestner  <mkestner@novell.com>
1191
1192         * ErrorProvider.cs : new ToolTipWindow ctor sig.
1193         * HelpProvider.cs : new ToolTipWindow ctor sig.
1194         * ToolTip.cs : remove ToolTip param from Window sig since it is
1195         not used.
1196         * ToolBar.cs : add tooltip support.  Fixes #79565.
1197
1198 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
1199
1200         * ComboBox.cs: move the events in set_SelectedIndex to 
1201         after the call to HighlightIndex in order to avoid 
1202         possible recursion and subsequent problems with the call
1203         to HighlightIndex and include a range check in 
1204         set_HighlightIndex. Fixes #79588
1205         
1206 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
1207
1208         * MonthCalendar.cs: When FirstDayOfWeek is default set firstday 
1209         to ui thread's settings instead of sunday. 
1210         * ThemeWin32Classic.cs: Localize the day string. Fixes #79563
1211
1212 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
1213
1214         * DateTimePicker.cs
1215         * MonthCalendar.cs
1216         * ThemeWin32Classic.cs: rewrote DateTimePicker to fix bug #78364
1217         and implement missing functionality (selecting different parts 
1218         of the date and edit them individually with the keyboard).
1219         
1220 2006-10-11  Chris Toshok  <toshok@ximian.com>
1221
1222         * Control.cs (OnInvalidated): fix NRE relating to last change.
1223
1224 2006-10-11  Chris Toshok  <toshok@ximian.com>
1225
1226         * XplatUIX11.cs (SetWMStyles): make sure we include the MAXIMIZED
1227         atoms in _NET_WM_STATE here if the window is maximized.  We need
1228         to do this because we're *replacing* the existing _NET_WM_STATE
1229         property, so those atoms will be lost otherwise, and any further
1230         call to GetWindowState will return Normal for a window which is
1231         actually maximized.  Fixes #79338.
1232
1233 2006-10-11  Jackson Harper  <jackson@ximian.com>
1234
1235         * TextControl.cs: Special case for setting selection end to
1236         selection start, we basically kill the anchor.
1237         - some todo comments.
1238
1239 2006-10-11  Chris Toshok  <toshok@ximian.com>
1240
1241         * Control.cs: switch to using an "invalid_region" to track which
1242         parts of the image buffer need updating.  This is more code than
1243         the simple fix from r66532.  That version just attempted to always
1244         fill the entire buffer on redraw, which turns out to be
1245         inefficient when invalidating small rectangles.  This version
1246         simply adds the invalid rectangle to the invalid region.  When we
1247         get any WM_PAINT message we see if it can be filled using the
1248         image buffer, and if it can't (if the paint event's clip rectangle
1249         is visible in the invalid region) we first fill the image buffer.
1250         So, the image buffer is still a cache, we just fill it lazily.
1251
1252         * PaintEventArgs.cs: remove the SetClipRectangle method, we don't
1253         need it any longer.
1254
1255 2006-10-11  Chris Toshok  <toshok@ximian.com>
1256
1257         * XplatUIX11.cs (SetWindowPos): we need to update both position as
1258         well as size after calling XMoveResizeWindow.  This keeps us from
1259         ignoring future SetWindowPos calls.  Fixes the disappearing
1260         DateTimePicker in the ToolBarDockExample from bug #72499.
1261
1262 2006-10-11  Chris Toshok  <toshok@ximian.com>
1263
1264         * TextBoxBase.cs: reorder things a bit when it comes to
1265         resizing-causing-recalculation.  we were recalculating the
1266         document when our position was changed, which shouldn't happen.
1267         We only care about size changes.  Clear up some more redundant
1268         recalculation calls while I'm at it.  This makes the toolbar dock
1269         example snappy when you're just dragging toolbars around (since it
1270         causes a relayout whenever you move one.)
1271
1272 2006-10-11  Chris Toshok  <toshok@ximian.com>
1273
1274         * ToolBarButton.cs (get_Rectangle): this only returns
1275         Rectangle.Empty if Visible == false, or Parent == null.
1276         Parent.Visible doesn't matter.
1277
1278 2006-10-10  Chris Toshok  <toshok@ximian.com>
1279
1280         * Control.cs, PaintEventArgs.cs: "internal set { .. }" isn't loved
1281         by .net 1.1, so switch to an internal method instead.
1282
1283 2006-10-10  Chris Toshok  <toshok@ximian.com>
1284
1285         * Control.cs (WM_PAINT): when a control is double buffered we draw
1286         initially to the ImageBuffer and then copy from there.  But when a
1287         parent control which has child controls is double buffered, the
1288         initial drawing doesn't encompass the entire ClientRectangle of
1289         the parent control, so we end up with uninitialized bits (this is
1290         easily seen by dragging the top toolbar in
1291         wf-apps/ToolBarDockExample to the right, quickly).  The fix is to
1292         manually set the ClipRectangle of the paint_event (only the one we
1293         use to populate the ImageBuffer) to ClientRectangle.  Fixes more
1294         of the nastiness in bug #72499.
1295
1296         * PaintEventArgs.cs: Add an internal setter for ClipRectangle,
1297         which we use in Control.cs's WM_PAINT handling.
1298
1299 2006-10-10  Jackson Harper  <jackson@ximian.com>
1300
1301         * TextBoxBase.cs: Finish off the autoscrolling stuff.
1302
1303 2006-10-10  Chris Toshok  <toshok@ximian.com>
1304
1305         * Cursor.cs: Apply a slightly different patch to the one suggested
1306         in #79609.
1307
1308 2006-10-10  Jackson Harper  <jackson@ximian.com>
1309
1310         * MenuItem.cs: Make sure to put the mdi child in the hashtable,
1311         not the parent form.
1312         * TextControl.cs: use difference in old line count vs new count to
1313         calculate how many lines were added, this takes into account soft
1314         line breaks properly.
1315
1316 2006-10-10  Chris Toshok  <toshok@ximian.com>
1317
1318         * LinkLabel.cs: don't call MeasureCharacterRanges against a
1319         rectangle located at 0,0 and the size of the text.  Use
1320         ClientRectangle instead.  This fixes rendering of non-left aligned
1321         link labels.
1322
1323 2006-10-10  Jackson Harper  <jackson@ximian.com>
1324
1325         * TextBoxBase.cs: When we set the selection start position the
1326         caret.
1327         * TextControl.cs: Need to update the caret when we decrement it to
1328         zero.
1329         - Make sure that the selection_visible flag gets reset to false if
1330         the selection isn't visible.  Before this you could get it set to
1331         visible by changing the selection start, then changing the end to
1332         equal the start.
1333
1334 2006-10-09  Jackson Harper  <jackson@ximian.com>
1335
1336         * TreeView.cs: Don't update scrollbars when we aren't visible.
1337         * TreeNodeCollection.cs: Only need to update scrollbars if being
1338         added to an expanded visible node or the root node.
1339
1340 2006-10-09  Chris Toshok  <toshok@ximian.com>
1341
1342         * XplatUIX11.cs (SendMessage): fix NRE.
1343
1344 2006-10-09  Jackson Harper  <jackson@ximian.com>
1345
1346         * TextBoxBase.cs: Implement horizontal autoscrolling.
1347         * TextControl.cs: Add a movement types that allows moving forward
1348         and backwards without wrapping.
1349
1350 2006-10-09  Mike Kestner  <mkestner@novell.com>
1351
1352         * ListViewItem.cs : layout changes for wrapped LargeIcon labels
1353         with focus "expansion" of labels.  Fixes #79532 and then some.
1354         * ThemeWin32Classic.cs : add LineLimit to ListView label format
1355         when wrapping.
1356
1357 2006-10-09  Jackson Harper  <jackson@ximian.com>
1358
1359         * TextBoxBase.cs: Set the default max values to MaxValue since
1360         we use the scrollbar for autoscrolling and the default value is
1361         100.  If we don't do this the caret won't keep up with typing
1362         after about 18 characters.
1363         * TextControl.cs: Make sure the selection is offset by the
1364         viewport x.  This fixes selection when using auto scrolling.
1365
1366 2006-10-07  Andreia Gaita <shana.ufie@gmail.com>
1367         
1368         * Form.cs: The active control should be selected after the 
1369         OnLoad so that any child control initialization that affects
1370         the selection is done. Fixes #79406
1371
1372 2006-10-06  Chris Toshok  <toshok@ximian.com>
1373
1374         * XplatUIX11.cs: This is perhaps a dangerous change, but it seems
1375         to have no evil effects.
1376
1377         - Stop selecting StructureNotifyMask on non-toplevel windows.
1378
1379           The only way children should be resized is by using the SWF api,
1380           and we already send WM_WINDOWPOSCHANGED messages in those cases.
1381           Toplevel windows can be interacted with via the window manager,
1382           and so we keep the input mask there.
1383
1384           The other event StructureNotifyMask gives us (that we care
1385           about) is DestroyNotify.  The code is already structured such
1386           that it assumes we won't be getting a DestroyNotify event for
1387           the window we pass to XDestroyWindow (which is what
1388           StructureNotifyMask is supposed to guarantee.)  So, that code
1389           shouldn't be affected by this either.
1390
1391         - Stop selecting VisibilityChangeMask altogether.
1392
1393           We weren't doing anything with the resulting events anyway.
1394         
1395         This vastly reduces the number of X requests and events we see
1396         when resizing/laying out a large ui.
1397
1398 2006-10-06  Chris Toshok  <toshok@ximian.com>
1399
1400         * ScrollableControl.cs (DisplayRectangle): we need to take into
1401         account the DockPadding regardless of whether or not auto_scroll
1402         == true.  rework this slightly to this effect, and fix bug #79606,
1403         and part of #72499 (you can now see the drag handles and drag
1404         toolbars around).
1405
1406 2006-10-06  Gert Driesen  <drieseng@users.souceforge.net>
1407
1408         * ListViewItem.cs: Collections of selected and checked items are now
1409         dynamically rebuilt. Whenever an item is (un)checked or (de)selected
1410         we mark the collection "dirty".
1411         * ListView.cs: Marked collections readonly. Modified UpdateSelection
1412         to only clear SelectedItems when a new item is selected and MultiSelect
1413         is enabled. CheckedItems and SelectedItems now subscribe to Changed
1414         event of ListViewItemCollection, and mark its list dirty whenever
1415         that event is fire. This allows us to return selected/checked items 
1416         in the same order as they are in the Items collection. This matches
1417         the MS behavior.
1418
1419 2006-10-06  Chris Toshok  <toshok@ximian.com>
1420
1421         * NotifyIcon.cs (HandleMouseUp): only show the context menu on
1422         right mouse clicks.  Fixes bug #79593.
1423
1424 2006-10-06  Chris Toshok  <toshok@ximian.com>
1425
1426         * Splitter.cs: doh, fix splitters that don't want to cancel the
1427         movement when you drag them.  Also, impose the limits on the
1428         values we send to the SplitterMovingEvent.  Fixes #79598.
1429
1430 2006-10-06  Jackson Harper  <jackson@ximian.com>
1431
1432         * TextBoxBase.cs: Ignore whether or not the scrollbar is enabled,
1433         since we use this for auto scrolling also.
1434
1435 2006-10-05  Chris Toshok  <toshok@ximian.com>
1436
1437         * DataGridBoolColumn.cs: Nuke the code from ConcedeFocus.  I'm
1438         beginning to think that most datagrid column types don't need this
1439         method.  Fixes bug #79392.
1440
1441 2006-10-05  Chris Toshok  <toshok@ximian.com>
1442
1443         * DataGrid.cs: move back to a more lazy scheme for creating the
1444         CurrencyManager, so we aren't updating it every time you set
1445         either DataSource or DataMember.  Also, don't call
1446         RecreateDataGridRows if the currency manager hasn't changed.
1447
1448 2006-10-05  Chris Toshok  <toshok@ximian.com>
1449
1450         * ComboBox.cs: by the time the OnSelectionChangeCommitted event is
1451         emitted, SelectedIndex should already be updated.  Fixes bug
1452         #78929.
1453
1454 2006-10-05  Jonathan Pobst  <monkey@jpobst.com>
1455
1456         * ToolStripComboBox.cs, ToolStripControlHost.cs, ToolStripProgressBar,
1457           ToolStripTextBox.cs: Initial commit.
1458         * ToolStripItem.cs: Fixes for OnLayout, BackColor, Parent.
1459
1460 2006-10-05  Jackson Harper  <jackson@ximian.com>
1461
1462         * TabControl.cs: We need to invalidate the tab control area when
1463         new ones are added (duh).
1464
1465 2006-10-03  Chris Toshok  <toshok@ximian.com>
1466
1467         * Form.cs (ProcessDialogKey): if the focused control is in this
1468         form and is a button, call its PerformClick method here.  Fixes
1469         #79534.
1470
1471 2006-10-04  Jackson Harper  <jackson@ximian.com>
1472
1473         * TabPage.cs: Ignore setting of Visible, and add an internal
1474         method for setting the controls visibility.  TabPage's Visible
1475         property is a little strange on MS, this seems to make us
1476         compatible, and fixes cases where people set all the tab pages to
1477         visible.
1478         * TabControl.cs: Use the new internal setting on tab pages
1479         visibility.
1480
1481 2006-10-03  Mike Kestner  <mkestner@novell.com>
1482
1483         * ComboBox.cs : raise Click on ComboTextBox clicks. Fixes #79555.
1484
1485 2006-10-03  Mike Kestner  <mkestner@novell.com>
1486
1487         * ListView.cs : use is_visible instead of Visible to check if 
1488         scrollbars should be placed/sized.  Also some max_wrap_width
1489         love for LargeIcon view.  [Fixes #79533]
1490
1491 2006-10-03  Atsushi Enomoto  <atsushi@ximian.com>
1492
1493         * TextControl.cs :
1494           Make set_TextAlign() do actually update the align. Fixed #78403.
1495
1496 2006-10-03  Chris Toshok  <toshok@ximian.com>
1497
1498         * DataGrid.cs: fix a crash when switching datasources if the
1499         vertical scrollbar is at someplace other than Value = 0.  Also,
1500         reduce the number of recalculation passes we do in SetDataSource
1501         from 2 to 1.
1502
1503 2006-10-03  Jackson Harper  <jackson@ximian.com>
1504
1505         * TextBoxBase.cs: Move the if value the same bail check up, we
1506         don't want to empty the document if it is already empty, this
1507         seems to severly mess up the caret.  TODO: I should probably fix
1508         the empty statement to update teh caret somehow.
1509
1510 2006-10-03  Chris Toshok  <toshok@ximian.com>
1511
1512         * ThemeWin32Classic.cs, DataGrid.cs: some changes so that the
1513         incredibly hacky Windows.Forms FAQ autosize rows entry (it uses
1514         reflection, an internal row type, properties on said type, etc.)
1515         will work with our datagrid.  Fixes #79531.
1516
1517 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
1518
1519         * FileDialog.cs: Don't crash if a path is not accessible
1520           (System.UnauthorizedAccessException). Fixes #79569.
1521         * MimeIcon.cs: Workaround for a Uri bug. Unix paths/files can have
1522           a ':' too. Return unknown icon for those paths/files.
1523
1524 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com>
1525
1526         * ToolTip.cs: Fix rare, but possible, NRE on MouseEnter when 
1527         GetContainerControl returns null.
1528
1529 2006-10-02  Chris Toshok  <toshok@ximian.com>
1530
1531         * XplatUIX11.cs (GetWindowState): use hwnd.client_window in the
1532         call to XGetWindowAttributes instead of "handle".  fixes an X
1533         error using notifyicon after the NotifyIconWindow to Form base
1534         class switch.
1535
1536 2006-10-02  Chris Toshok  <toshok@ximian.com>
1537
1538         * XplatUIX11.cs (QueryPointer): new function, encapsulating the
1539         server grab and looping we need to do to get down to the most
1540         deeply nested child window.
1541         (SetCursorPos): use QueryPointer instead of GetCursorPos, and call
1542         QueryPointer again after the WarpPointer so we can generate a
1543         proper (fake) MotionNotify event to be enqueued in the destination
1544         window's queue.
1545         (GetCursorPos): call QueryPointer.
1546
1547         Fixes #79556.
1548
1549 2006-10-02  Jackson Harper  <jackson@ximian.com>
1550
1551         * NotifyIcon.cs: Derive the notify icon from a form, so things
1552         like FindForm work on it.
1553         - Swallow the WM_CONTEXTMENU message, since that is generated on
1554         mouse down, and context menu is a mouse up kinda guy.  I believe
1555         the correct fix here is probably to make the notify icon entirely
1556         NC area, but this seems to work fine for anyone not manipulating
1557         WndProc.
1558
1559 2006-10-02  Jonathan Pobst  <monkey@jpobst.com>
1560
1561         * ToolStrip.cs, ToolStripButton.cs, ToolStripItem.cs,
1562           ToolStripItemCollection.cs, ToolStripLabel.cs,
1563           ToolStripProfessionalRenderer.cs, ToolStripRenderer.cs,
1564           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs:
1565           Initial implementation.
1566         * TextRenderer.cs: Provide padding to MeasureText.
1567
1568 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
1569
1570         * ButtonBase.cs: Fix CreateAccessibilityInstance to return an instance
1571         of ButtonBaseAccessibleObject. Fix bug #79552.
1572
1573 2006-10-02  Jackson Harper  <jackson@ximian.com>
1574
1575         * MdiWindowManager.cs: When maximizing use the containers client
1576         rect, not it's bounds, so nc area is accounted correctly.
1577         - Use the parent form's size for the menu position, since the
1578         client isn't always the full form size.
1579
1580 2006-10-01  Chris Toshok  <toshok@ximian.com>
1581
1582         * ScrollableControl.cs: make sure neither right_edge or
1583         bottom_edge are < 0, since they're used as LargeChange for the
1584         horiz/vert scrollbars respectively.  Fixes #79539.
1585
1586 2006-10-01  Chris Toshok  <toshok@ximian.com>
1587
1588         * NotifyIcon.cs: add NotifyIconWindow.InternalRecreateHandle, so
1589         the xplatuix11 code can cause us to destroy/recreate our handle.
1590
1591         * XplatUIX11.cs
1592         (SystrayAdd):
1593         - this code can be invoked many times for the same Hwnd.  Make
1594           sure we only destroy the client window once (the first time this
1595           method is called).  This fixes bug #79544.
1596         - Remove the call to the improperly bound XSync.  why we had two
1597           bindings to this, I will never know, but this call resulted in
1598           events being discarded from the queue(!).
1599         - correct a misunderstanding of _XEMBED_INFO - the second atom is
1600           not our current state but the state we wish to be in.  So, 0 if
1601           we don't want to be mapped.  Change it to 1.
1602         (SystrayRemove): The XEMBED spec makes mention of the fact that
1603         gtk doesn't support the reparent of client windows away from the
1604         embedder.  Looking at gtksocket-x11.c seems to agree with this.
1605         The only avenue we have for removing systray icons is to destroy
1606         them.  We don't want the handle to go away for good, though, so
1607         call InternalRecreateHandle on the NotifyIconWindow.  Fixes
1608         #79545.
1609         
1610 2006-10-01  Chris Toshok  <toshok@ximian.com>
1611
1612         * Form.cs (WndProc): inline the native_enabled variable usage into
1613         the cases in which it's used.  Fixes #79536.
1614
1615 2006-09-29  Mike Kestner  <mkestner@novell.com>
1616
1617         * ListView.cs : toggle the selection state for ctrl clicks in 
1618         multiselect mode. [Fixes #79417]
1619
1620 2006-09-29  Mike Kestner  <mkestner@novell.com>
1621
1622         * ListView.cs : kill CanMultiSelect and refactor the selection
1623         code to support multiselection in the absence of mod keys. Steal
1624         arrow/home/end keys by overriding InternalPreProcessMessage to
1625         restore regressed keynav behavior.
1626         [Fixes #79416]
1627
1628 2006-09-29  Jackson Harper  <jackson@ximian.com>
1629
1630         * MdiClient.cs: Repaint the titlebars when the active window is
1631         changed.
1632
1633 2006-09-29  Chris Toshok  <toshok@ximian.com>
1634
1635         * Application.cs: when entering a runloop with a modal, make sure
1636         the hwnd is enabled.  Fixes #79480.
1637
1638 2006-09-29  Chris Toshok  <toshok@ximian.com>
1639
1640         * DataGrid.cs (CurrentCell): if we try to navigate to the add row
1641         when ListManager.CanAddRows == false, bump us back one.
1642
1643         * DataGridColumnStyle.cs (ParentReadOnly): remove the
1644         listmanager.CanAddRows check.  This makes ArrayLists uneditable
1645         using a datagrid, which is not right.
1646         (SetColumnValueAtRow): call IEditable.BeginEdit if source[rowNum]
1647         is an IEditable, but call property_descriptor.SetValue regardless.
1648         fixes #79435.
1649
1650 2006-09-29  Chris Toshok  <toshok@ximian.com>
1651
1652         * DataGridBoolColumn.cs: we need to test equality in the face of
1653         possible null values (as is the case with the default NullValue).
1654         This patch keeps us from crashing in that case.
1655
1656 2006-09-29  Jackson Harper  <jackson@ximian.com>
1657
1658         * TreeNodeCollection.cs: Don't do a recalculate/updatescrollbars
1659         here, since it will get called for every node collection in the
1660         tree. This is now done in the treeview once the sorting is
1661         finished.
1662         * TreeView.cs: Recalculate the visible order, and update the
1663         scrollbars after sorting, set the top nope to the root so that the
1664         recalc actually works.
1665
1666 2006-09-29  Chris Toshok  <toshok@ximian.com>
1667
1668         * LinkLabel.cs: more handling of the default link collection in
1669         the face of LinkArea manipulation.  The default link collection
1670         contains 1 element (start=0,length=-1).  If the user sets LinkArea
1671         to anything and the links collection is the default, clear it.
1672         Then only add the link if its nonempty.  Fixes #79518.
1673
1674 2006-09-29  Chris Toshok  <toshok@ximian.com>
1675
1676         * LinkLabel.cs (CreatePiecesFromText): calculate the length of a
1677         piece correctly when we hit a '\n'.  Fixes #79517.
1678
1679 2006-09-29  Chris Toshok  <toshok@ximian.com>
1680
1681         * MimeIcon.cs, ThemeGtk.cs, X11DesktopColors.cs, XplatUIX11GTK.cs:
1682         change the binding of gdk_init_check to take two IntPtr's, and
1683         pass IntPtr.Zero for both of them.  Fixes #79520.
1684
1685 2006-09-29  Mike Kestner  <mkestner@novell.com>
1686
1687         * ComboBox.cs : raise TextChanged on ComboTextBox.TextChanged.
1688         [Fixes #78779]
1689
1690 2006-09-28  Jackson Harper  <jackson@ximian.com>
1691
1692         * XplatUIX11.cs: When translating NC messages make sure we go from
1693         whole window to screen, not client window to screen.
1694         * MdiClient.cs: Remove the calls to PaintWindowDecorations, this
1695         method doesn't exist
1696         - Skip over controls that aren't forms when arranging.
1697
1698 2006-09-28  Jackson Harper  <jackson@ximian.com>
1699
1700         * XplatUIWin32.cs: Clip the rect to the parent window.
1701         * XplatUIStructs.cs: Add clipping modes struct.
1702         * InternalWindowManager.cs: New private method that factors title
1703         bar heights in when calculating the pos of an NC mouse message.
1704         - Use SendMessage to force a paint when the form's size is changed
1705         instead of painting the decorations immediately.
1706         - Don't let the NC button click messages get to DefWndProc,
1707         because they will attempt to handle windowing themself, and this
1708         messes up z-order (it will put them in front of the scrollbars).
1709         * XplatUIX11.cs: Make sure that we don't reset window managers if
1710         we already have one (ie the window is an MDI window).
1711
1712 2006-09-28  Chris Toshok  <toshok@ximian.com>
1713
1714         * MainMenu.cs: fix #79405 by way of a disgusting hack.  all the
1715         menu code really needs going over.
1716
1717 2006-09-27  Chris Toshok  <toshok@ximian.com>
1718
1719         * XplatUIX11.cs (SetWMStyles): more metacity wonderment.  turns
1720         out metacity ignores the MAXIMIZE_HORZ/VERT messages unless the
1721         window is maximizable.  So, we need to make sure that even if we
1722         clear the border/wm frame of those functions, they're still
1723         available (basically, we remove the decoration without removing
1724         the function).  Half the fix for #79338.
1725
1726 2006-09-27  Chris Toshok  <toshok@ximian.com>
1727
1728         * DataGrid.cs (ProcessGridKey): implement Shift-Tab handling.
1729         Fixes bug #79515.
1730
1731 2006-09-27  Chris Toshok  <toshok@ximian.com>
1732
1733         * Splitter.cs: reorder things a bit so that we don't actually
1734         draw/move the splitter until after calling OnSplitterMoving.  This
1735         lets users cancel/disallow the movement by explicitly setting
1736         event.SplitX/SplitY.  Fixes #79372.
1737
1738 2006-09-27  Jackson Harper  <jackson@ximian.com>
1739
1740         * XplatUIX11.cs: Don't hide the caret when it is being destroyed,
1741         because it is most likely on a window being destroyed, and that
1742         will give us an X11 error.
1743
1744 2006-09-27  Chris Toshok  <toshok@ximian.com>
1745
1746         * PropertyGridView.cs: half of the fix for #78190.  Clicking on
1747         the dropdown button now toggles between showing and hiding the
1748         dropdown.  Also, get rid of dropdown_form_showing and just use
1749         dropdown_form.Visible.  We still don't do a grab, but I'll leave
1750         that part to someone who has handled Capture-fu before.
1751
1752 2006-09-27  Chris Toshok  <toshok@ximian.com>
1753
1754         * DataGrid.cs: return false if alt isn't pressed when '0' is
1755         pressed.  this keeps the '0' key from being swallowed, and fixes
1756         bug #79350.
1757
1758 2006-09-27  Chris Toshok  <toshok@ximian.com>
1759
1760         * ComboBox.cs: use Invalidate when scrolling the dropdown list.
1761         Calling Refresh (in response to a scrollbar event) screws up the
1762         scrollbar painting.  Fixes bug #78923.
1763
1764 2006-09-27  Chris Toshok  <toshok@ximian.com>
1765
1766         * Theme.cs (SystemResPool): make the "if hashtable[key] == null
1767         then insert into hashtable" blocks threadsafe.
1768
1769 2006-09-27  Chris Toshok  <toshok@ximian.com>
1770
1771         * MessageBox.cs (CreateParams): the styles should be |'ed with our
1772         baseclass's, since otherwise the
1773         ControlBox/MinimizeBox/MaximizeBox assignments above have no
1774         effect.  This gets the close button back in messageboxes.
1775
1776 2006-09-27  Chris Toshok  <toshok@ximian.com>
1777
1778         * XplatUIX11.cs: make StyleSet and ExStyleSet check == with the
1779         flag, not just != 0.  this makes flags that are actually multiple
1780         bits (like WS_CAPTION) work.  fixes bug #79508.
1781
1782 2006-09-27  Jordi Mas i Hernandez <jordimash@gmail.com>
1783
1784         * PageSetupDialog.cs: add support for getting and settings the 
1785         paper size, source and orientation.
1786
1787 2006-09-26  Chris Toshok  <toshok@ximian.com>
1788
1789         * XplatUIX11.cs (SetWMStyles): turns out when SYSMENU is not set
1790         and caption == "", we need to remove the resize handles as well as
1791         the title bar.
1792
1793         * Control.cs (set_Text): turns out that setting Text on a form
1794         should change the WM styles on the window, since if ControlBox ==
1795         false, the only way to get a window border is to have a non-""
1796         Text property.  check winforms/forms/text.cs for an example.  so,
1797         call both XplatUI.SetWindowStyle and XplatUI.Text here to properly
1798         update both window styles and title.  This fixes a lot of dialogs
1799         (including the preferences dialog in MonoCalendar.)
1800
1801 2006-09-26  Chris Toshok  <toshok@ximian.com>
1802
1803         * XplatUIWin32.cs (SetParent): if parent == IntPtr.Zero (and the
1804         control isn't a Form), call Win32ShowWindow to hide the window,
1805         but don't update the control Visible property.  When we reparent
1806         back to a parent control, call SetVisible in order for the
1807         window's visibility to be reinstated.
1808
1809         * XplatUIX11.cs (SetParent): if hwnd.parent == null, reparent to
1810         the FosterParent.
1811
1812         * Control.cs (ControlCollection.Remove): remove that value.Hide()
1813         call for good, since it breaks MonoCalendar (and other things I'm
1814         sure.) Also, set all_controls to null *after* the owner calls,
1815         which end up regenerating it.
1816         (ChangeParent): allow new_parent to be == null, passing
1817         IntPtr.Zero down to XplatUI.
1818
1819         this fixes #79294 the right way.
1820
1821 2006-09-26  Mike Kestner  <mkestner@novell.com>
1822
1823         * GridEntry.cs : internal SetParent method.
1824         * PropertyGrid.cs : attach to property changed on the proper
1825         target if we have a hierarchical grid with subobjects. Setup
1826         GridItem.Parent for hierarchical items.
1827         * PropertyGridView.cs : Set value on the correct target for
1828         hierarchical grids. [Fixes #78903]
1829
1830 2006-09-26  Chris Toshok  <toshok@ximian.com>
1831
1832         * Control.cs (ChildNeedsRecreating): this should return true if
1833         either we're being recreated and the child is in our list, or our
1834         parent is waiting for our recreation.
1835
1836 2006-09-26  Chris Toshok  <toshok@ximian.com>
1837
1838         * Control.cs (ControlCollection.Remove): reinstate the
1839         value.Hide() call as suggested in bug #79294.
1840
1841 2006-09-26  Sebastien Pouliot  <sebastien@ximian.com>
1842
1843         * XplatUIX11.cs: Fixed SetCursorPos to move the cursor to screen
1844         coordinates (versus a relative move).
1845
1846 2006-09-26  Chris Toshok  <toshok@ximian.com>
1847
1848         * Control.cs: rework child recreation a little bit.  It turns out
1849         that we race between the DestroyNotify the WM_DESTROY message.  If
1850         the parent gets its DestroyNotify before the child gets the
1851         WM_DESTROY message, the child ends up not recreating (since the
1852         parent finishes its recreation on DestroyNotify, and the child
1853         checks ParentIsRecreating.)
1854
1855         So, instead we store off a list of all the child controls which
1856         need to be recreated when the parent control starts to recreate
1857         itself.  Then, when child controls get their WM_DESTROY message we
1858         check to see if they're in the parent's pending recreation list,
1859         and if so, we recreate.  This removes all dependency on ordering
1860         from the code and fixes the initial MonoCalendar upgrade dialog.
1861         
1862 2006-09-26  Jackson Harper  <jackson@ximian.com>
1863
1864         * TextControl.cs: Use the Line to get the length of the line,
1865         since soft line breaks can change the end line.
1866
1867 2006-09-26  Chris Toshok  <toshok@ximian.com>
1868
1869         * Control.cs (ControlCollection.AddImplicit): don't add the
1870         control again if it's already in one of our lists.  This keeps us
1871         from adding controls over and over again for comboboxes when their
1872         handle gets recreated (as the combobox adds implicit controls in
1873         OnHandleCreated).  Fixes the X11 errors in bug #79480.
1874
1875 2006-09-26  Jackson Harper  <jackson@ximian.com>
1876
1877         * TextControl.cs: When deleting characters make sure that any
1878         orphaned zero lengthed tags get deleted.
1879         - Fix ToString for zero lengthed tags.
1880
1881 2006-09-25  Jackson Harper  <jackson@ximian.com>
1882
1883         * TextControl.cs: When getting a tag at the location there can be
1884         multiple tags at the same spot, these are 0-lengthed tags that
1885         appear when extra formatting has been stuck in a location.  We
1886         need to pull out the last of these 0 lengthed tags.
1887
1888 2006-09-25  Jackson Harper  <jackson@ximian.com>
1889
1890         * TextControl.cs: Fix print out in debug method.
1891         * TextBoxBase.cs: When text is set bail if we are setting to the
1892         previous value.
1893         
1894 2006-09-24  Alexander Olk  <alex.olk@googlemail.com>
1895
1896         * FontDialog.cs: Fixed the up/down arrow keys issue from bug #79478.
1897           It is now possible to change the selected index in a FontXXXListBox
1898           with the up and down arrow keys from the FontXXXTextBoxes.
1899           Also, send the FontXXXTextBox mouse wheel event to the corresponding
1900           FontXXXListBoxes to match ms.
1901
1902 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
1903
1904         * SystemInformation.cs: Return a clone of the theme's MenuFont because
1905         anyone can dispose it, anytime. All other properties returns enums, 
1906         structs or basic types so they don't need such tricks.
1907
1908 2006-09-22  Jackson Harper  <jackson@ximian.com>
1909
1910         * XplatUI.cs:
1911         * XplatUIWin32.cs:
1912         * Clipboard.cs:
1913         * DataFormats.cs:
1914         * XplatUIOSX.cs:
1915         * XplatUIDriver.cs: Update interface to add a primary selection
1916         flag, so the driver can use the primary selection buffer if
1917         needed.
1918         * XplatUIX11.cs: Allow the clipboard to retrieve from PRIMARY.
1919
1920         * RichTextBox.cs: We need to supply the data object to paste now
1921         (so we can choose to supply CLIPBOARD or PRIMARY).
1922         * TextBoxBase.cs: Supply data object to paste (see above).
1923         - Middle click uses the primary selection data object.
1924         
1925 2006-09-21  Chris Toshok  <toshok@ximian.com>
1926
1927         * XplatUIX11.cs: first little cleanup of the StyleSet (...) block
1928         of SetWMStyles.  It's still a rat's nest and is largely
1929         order-dependent which I dislike immensely.  This also fixes the X
1930         button disappearing from toplevel forms.
1931
1932 2006-09-21  Mike Kestner <mkestner@novell.com>
1933
1934         * ListBox.cs: move Jordi's click/dblclick raising code to the
1935         mouse up handler.
1936
1937 2006-09-21  Jordi Mas i Hernandez <jordimash@gmail.com>
1938
1939         * ListBox.cs: Fixes 79450
1940
1941 2006-09-21  Mike Kestner <mkestner@novell.com>
1942
1943         * TreeView.cs: guard against disposed conditions in UpdateScrollbars
1944         to deal with people updating the TreeNodeCollection after the tree
1945         is disposed.  "Fixes" 79330.
1946
1947 2006-09-20  Jackson Harper <jackson@ximian.com>
1948
1949         * TextControl.cs: Push the cursor record onto the undo stack
1950         before the delete action. This fixes 78651.
1951
1952 2006-09-20  Jonathan Chambers  <joncham@gmail.com>
1953
1954         * PropertyGridView.cs: Remove WindowStyles.WS_VISIBLE from
1955         CreateParams. Fixes 79329.
1956
1957 2006-09-19  Chris Toshok  <toshok@ximian.com>
1958
1959         * XplatUIX11.cs: a couple of blanket code massage passes to clean
1960         things up a bit.  First, get rid of the NetAtoms array (and the NA
1961         enum), and just embed the atoms as static fields.  Also, add a
1962         couple of functions (StyleSet and ExStyleSet) to clean up all the
1963         bitmask testing of styles.
1964
1965         * X11Structs.cs: remove the NA enum, not needed anymore.
1966         
1967 2006-09-19  Chris Toshok  <toshok@ximian.com>
1968
1969         * XplatUIX11.cs: apply Alexander's tool window fix for bug #79245
1970         (mapping them to _NET_WM_WINDOW_TYPE_UTILITY).  and add a little
1971         added cleanup to get MessageBox titles appearing again, which were
1972         broken by my earlier fix for caption-less/ControlBox-less windows.
1973
1974 2006-09-18  Jonathan Pobst <monkey@jpobst.com>
1975
1976         * ToolStripArrowRenderEventArgs.cs, ToolStripArrowRenderEventHandler.cs,
1977           ToolStripContentPanelRenderEventArgs.cs, ToolStripContentPanelRenderEventHandler.cs,
1978           ToolStripGripRenderEventArgs.cs, ToolStripGripRenderEventHandler.cs,
1979           ToolStripItemClickedEventArgs.cs, ToolStripItemClickedEventHandler.cs,
1980           ToolStripItemEventArgs.cs, ToolStripItemEventHandler.cs,
1981           ToolStripItemImageRenderEventArgs.cs, ToolStripItemImageRenderEventHandler.cs,
1982           ToolStripItemRenderEventArgs.cs, ToolStripItemRenderEventHandler.cs,
1983           ToolStripItemTextRenderEventArgs.cs, ToolStripItemTextRenderEventHandler.cs,
1984           ToolStripPanelRenderEventArgs.cs, ToolStripPanelRenderEventHandler.cs,
1985           ToolStripRenderEventArgs.cs, ToolStripRenderEventHandler.cs,
1986           ToolStripSeparatorRenderEventArgs.cs, ToolStripSeparatorRenderEventHandler.cs:
1987             Inital import.
1988         * ToolStripPanel.cs, ToolStripContentPanel.cs, ToolStripSeparator.cs,
1989           ToolStripButton.cs: Stubs needed for above.
1990         * ToolStrip.cs, ToolStripItem.cs: Stub a few variables/properties for above.
1991
1992 2006-09-15  Chris Toshok  <toshok@ximian.com>
1993
1994         * XplatUIX11.cs:
1995         - make the MessageQueues hashtable Synchronized.
1996         
1997         - SendMessage: if the Hwnd is owned by a different thread, use the
1998         AsyncMethod stuff to dispatch the SendMessage on the hwnd's
1999         thread.  Fixes bug #79201.
2000
2001 2006-09-15  Chris Toshok  <toshok@ximian.com>
2002
2003         * XplatUIX11.cs (SetWMStyles): rework the #79368 fix slightly.  If
2004         ControlBox == false, we disallow maximize/minimize/close.  If the
2005         form Caption is "" we also disallow move (and get rid of the Title
2006         decoration).  Unfortunately, regardless of how things are set,
2007         we're stuck with the Title and WM menu.
2008
2009 2006-09-15  Chris Toshok  <toshok@ximian.com>
2010
2011         * Application.cs: add locking around the static message_filters
2012         ArrayList, part of #79196.
2013
2014 2006-09-15  Chris Toshok  <toshok@ximian.com>
2015
2016         * XplatUIX11.cs (SetWMStyles): if Form.Text == "" and
2017         Form.ControlBox == false, the window has no titlebar nor resize
2018         handles.  fixes bug #79368.
2019
2020 2006-09-15  Chris Toshok  <toshok@ximian.com>
2021
2022         * TextBoxBase.cs: in CalculateScrollBars make sure LargeChange is
2023         >= 0.  Fixes bug #79370.
2024
2025 2006-09-15  Jonathan Pobst <monkey@jpobst.com>
2026         * FlowLayoutPanel.cs, FlowLayoutSettings.cs: Initial commit.
2027         * Control.cs:
2028             Add properties: LayoutEngine, Margin, DefaultMargin.
2029             Add method: GetPreferredSize.
2030             Move layout logic from PerformLayout to layout engines. 
2031
2032 2006-09-13  Chris Toshok  <toshok@ximian.com>
2033
2034         * XplatUIX11.cs: more destroy work.  Jackson pointed out that my
2035         fix for #79326 broke #78718, so this change addresses that.
2036
2037         - in SendWMDestroyMessages remove the call to
2038         CleanupCachedWindows, since we might be recreating the control and
2039         need to maintain the references to right Hwnd handles.  Also, set
2040         the zombie flag to true for each of the children in the hierarchy
2041         instead of calling hwnd.Dispose.  This will cause GetMessage to
2042         ignore all events for the window except for DestroyNotify.
2043
2044         - In GetMessage, ignore messages except for DestroyNotify for
2045         zombie hwnds.
2046         
2047         * Control.cs: revert the is_recreating fix from the last
2048         ChangeLog.  It's definitely "right", but it breaks switching from
2049         an MDI form to a non-MDI form.  Will need to revisit that.
2050
2051         * Hwnd.cs: add a zombie flag, which means "the
2052         client_window/whole_window handles are invalid, but we're waiting
2053         for the DestroyNotify event to come in for them".  Set the flag to
2054         false explicitly if setting WholeWindow/ClientWindow, and also
2055         when Disposing.
2056         
2057 2006-09-13  Chris Toshok  <toshok@ximian.com>
2058
2059         * XplatUIX11.cs: rework window destruction slightly.
2060
2061         - when destroying the windows associated with a control, we don't
2062         need 2 separate XDestroyWindow calls.  Just the one for the
2063         whole_window (or for client_window if whole_window is somehow
2064         IntPtr.Zero -- can this happen?) is enough.
2065
2066         - reworked SendWMDestroyMessages slightly, so we always dispose
2067         the child control hwnd's after sending the messages.
2068         
2069         - refactored out the ActiveWindow/FocusWindow/Caret clearing from
2070         the two places it was used (one was even using hwnd.Handle and the
2071         other hwnd.client_window.  ugh), adding another call in
2072         SendWMDestroyMessages.  We need this new call because now the
2073         DestroyNotify events in the queue will be ignored for the child
2074         controls (as their hwnd's were disposed, and the window id's
2075         removed from the hashtable in SendWMDestroyMessages.) fun, eh?
2076
2077         - this fixes bug #79326.
2078
2079 2006-09-13  Chris Toshok  <toshok@ximian.com>
2080
2081         * Control.cs: don't always set is_recreating to false at the end
2082         of RecreateHandle, since sometimes we're not done (and won't be
2083         until WndProc handles the WM_DESTROY message).  Also, set
2084         is_recreating to false in the WM_DESTROY handling code.  Part of
2085         the fix for bug #79326.
2086
2087 2006-09-13  Miguel de Icaza  <miguel@novell.com>
2088
2089         * X11DesktopColors.cs: Start the droppage of debugging messages.
2090
2091         * FileDialog.cs: Store the configuration file in ~/.mono/mwf_config
2092
2093 2006-09-13  Jonathan Pobst <monkey@jpobst.com>
2094
2095         * SplitContainer.cs, SplitterPanel.cs: Initial implementation [2.0].
2096
2097 2006-09-12  Chris Toshok  <toshok@ximian.com>
2098
2099         * DataGrid.cs (get_ListManager): if the list_manager is null, try
2100         to create it using SetDataSource.  Fixes bug #79151.
2101
2102 2006-09-11  Chris Toshok  <toshok@ximian.com>
2103
2104         * XEventQueue.cs: add a DispatchIdle property.
2105
2106         * XplatUIX11.cs (UpdateMessageQueue): only emit the Idle event if
2107         either the queue is null, or the queue has DispatchIdle set to
2108         true.
2109         (DoEvents): set queue.DispatchIdle to false around the
2110         peek/translate/dispatch message loop in this method.  This keeps
2111         Application.Doevents from emitting idle events.  Part of the fix
2112         for #78823.
2113
2114 2006-09-11  Chris Toshok  <toshok@ximian.com>
2115
2116         * DataGrid.cs (set_DataSource): make this work for both the
2117         winforms/datagrid test and ReportBuilder.  It seems as though when
2118         we've created a ListManager (or maybe it's if we have a
2119         BindingContext?), when we set the DataSource it clears the
2120         DataMember to "".  otherwise we reuse the datamember.  Fixes bug
2121         #79333.
2122
2123 2006-09-11  Chris Toshok  <toshok@ximian.com>
2124
2125         * XplatUIX11.cs: deal with queue being null, which happens in all
2126         the Clipboard functions.  Fixes one of the two problems mentioned
2127         in #78612.
2128
2129 2006-09-11  Chris Toshok  <toshok@ximian.com>
2130
2131         * MenuAPI.cs: rework OnMouseUp a bit so that releasing the mouse
2132         button on various spots (including outside the menu) works closer
2133         to MS, and doesn't crash.  Fixes #79343.
2134
2135 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
2136
2137         * ListView.cs: Do not initialize item_sorter in init. To match MS,
2138         return null for ListViewItemSorter if View is SmallIcon or LargeIcon
2139         and the internal comparer is set. When a new ListViewItemSorter is set,
2140         sort the items. Use Enum.IsDefined to verify whether a valid SortOrder
2141         was specified. No further processing is necessary if SortOrder is set
2142         to it's current value. If Sorting is modified to None, and View is
2143         neither SmallIcon nor LargeIcon then: on 2.0 profile set item_sorter
2144         (either custom or our internal ItemComparer) to null, on 1.0 profile
2145         only set item_sorter to null if its our internal IComparer. If Sorting
2146         is modified to Ascending or Descending, then use our internal IComparer
2147         if none is set, and if the current IComparer is our internal one then:
2148         on 2.0 profile always replace it with one for new Sorting, and on 1.0
2149         profile only use new Sorting if view is not SmallIcon or LargeIcon. Use
2150         Enum.IsDefined to verify whether a valid View value is specified in
2151         its setter. Automatically sort listview items when listview is
2152         created. In Sort, do nothing if ListView is not yet created, or if
2153         no item_sorter is set (no Sorting was set, Sorting was explicitly set
2154         to None or ListViewItemSorter was set to null). Added Sort overload
2155         taking a bool to indicate whether the ListView should be redrawn when
2156         items are sorted (we use this in ListViewItemCollection to avoid double
2157         redraws). Modified our internal IComparer to take the sort order into
2158         account. In Add and AddRange methods of ListViewItemCollection, also
2159         call Sort if Sorting is None (necessary for SmallIcon and LargeIcon
2160         view), but use overload with noredraw option to avoid double redraw.
2161         On 2.0 profile, throw NotSupportedException when setting CheckBoxes to
2162         true when View is Tile, and do the same when attempting to set View to
2163         Tile when CheckBoxes is true. Avoid maintaining separate ArrayLists
2164         for selected/checked indices, as it involves overhead when sorting is
2165         done while these collections are not used all that often. Instead
2166         we'll build the indices on demand. Modified IList implementation of
2167         CheckedIndexCollection to use public methods if object is int.
2168         Modified CheckedListViewItemCollection to hide checked items if
2169         ListView.CheckBoxes is false. Removed LAMESPEC remark in 
2170         ListViewItemCollection as the .NET SDK docs have been fixed. Modified
2171         IList implementation in SelectedIndexCollection to use public methods
2172         if object is int. Modified SelectedListViewItemCollection to hide
2173         selected items if listview is not yet created.
2174         * ListViewItem.cs: CheckedIndices list no longer needs to be
2175         maintained separately (see ListView changes). Also clone font, fixes
2176         test failure.
2177
2178 2006-09-11  Mike Kestner  <mkestner@novell.com>
2179
2180         * ComboBox.cs: if we are updating the contents of the currently
2181         selected index, refresh the control or the textbox selection.
2182         [Fixes #79066]
2183
2184 2006-09-11  Mike Kestner  <mkestner@novell.com>
2185
2186         * ComboBox.cs (UpdateBounds): use SetBounds not SetBoundsCore since 
2187         the 'specified' logic has been moved there.  This seems like a bug 
2188         in Control.cs, since our current SetBoundsCore completely ignores 
2189         the specified parameter.  Peter's commit seems to indicate that is 
2190         the way the MS control implementation works.  [Fixes #79325]
2191
2192 2006-09-10  Jonathan Chambers  <joncham@gmail.com>
2193
2194         * XplatUI.cs: Set default_class_name to be composed
2195         of current domain id. This allows MWF to be loaded in multiple
2196         domains on Win32.
2197
2198 2006-09-09  Miguel de Icaza  <miguel@novell.com>
2199
2200         * X11Keyboard.cs: If we are unable to obtain the input method, do
2201         not call CreateXic to create the input context.   Should fix
2202         #78944/79276.
2203
2204 2006-09-08  Alexander Olk  <alex.olk@googlemail.com>
2205
2206         * MimeIcon.cs: Rewrote major parts. Dropped KDE support for now.
2207           Simplified gnome support by adding more pinvokes to get the
2208           icon for a file or mime type.
2209
2210 2006-09-08  Jackson Harper  <jackson@ximian.com>
2211
2212         * MenuAPI.cs: Deslect popup context menu items before closing the
2213         window, so that you don't see the previously selected item
2214         selected when you reopen the menu.
2215         * TextControl.cs: Update the cursor position even if we don't have
2216         focus.  This fixes typing in things like the ComboBox.  I'm not
2217         totally sure we should always set the visibility if we don't have
2218         focus, but couldn't find any corner cases where the cursor showed
2219         up when it shouldn't.
2220
2221 2006-09-08  Chris Toshok  <toshok@ximian.com>
2222
2223         * X11Keyboard.cs: In UpdateKeyState vkey can be any integer, but
2224         our arrays are length 256.  & 0xff before indexing.  Fixes the
2225         crash in bug #78077.
2226         
2227 2006-09-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2228
2229         * ThemeWin32Classic.cs: 
2230         * DateTimePicker.cs: Draw check box if DateTimePicker.ShowCheckBox
2231         is true. Handle that check box too.
2232
2233 2006-09-07  Chris Toshok  <toshok@ximian.com>
2234
2235         * MenuAPI.cs: move the PerformClick call to OnMouseUp.  Fixes bug
2236         79244.
2237
2238 2006-09-07  Chris Toshok  <toshok@ximian.com>
2239
2240         * Control.cs: in set_BackColor only do the work if
2241         background_color != value.
2242
2243         * XplatUIX11.cs: move the clearing of invalid areas (both client
2244         and nc) to the same block of code where we set (nc_)expose_pending
2245         to false.  That is, move it from PaintEventEnd to PaintEventStart,
2246         so things that cause invalidates from within OnPaint will trigger
2247         another call to OnPaint.  Fixes bug #79262.
2248
2249 2006-09-07  Alexander Olk  <alex.olk@googlemail.com>
2250
2251         * Theme.cs: Use correct icon for UIIcon.PlacesPersonal
2252         * FileDialog.cs: Fix typo
2253
2254 2006-09-07  Jackson Harper  <jackson@ximian.com>
2255
2256         * ThemeWin32Classic.cs:  oops, forgot to commit.  Draw the images
2257         for tab pages if they have any.
2258
2259 2006-09-06  Mike Kestner  <mkestner@novell.com>
2260
2261         * Splitter.cs: use the "current" rect when finishing drag handle
2262         to avoid an artifact demonstrated by resedit.exe.  [Fixes #79251]
2263
2264 2006-09-06  Mike Kestner  <mkestner@novell.com>
2265
2266         * Splitter.cs: draw the drag handle at X or Y instead of 0 to deal
2267         support offset splitters. [Fixes #79298]
2268
2269 2006-09-06  Alexander Olk  <alex.olk@googlemail.com>
2270
2271         * Mime.cs: Fixed a bug that could override the global mime type
2272           result.
2273
2274 2006-09-05  Jackson Harper  <jackson@ximian.com>
2275
2276         * TabControl.cs: Better calculation method for setting the slider
2277         pos. Prevents crashes on really wide tabs.
2278         - Draw Image on tab pages if an image list is used.
2279
2280 2006-09-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2281
2282         * MonthCalendar.cs: When Font changes, the Size should be
2283         updated to fit the new font's space requirements.
2284
2285 2006-09-02  Alexander Olk  <alex.olk@googlemail.com>
2286
2287         * ListBox.cs: If the items are cleared with Items.Clear set
2288           top_index to 0.
2289
2290 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2291
2292         * MonthCalendar.cs: Handle arrow keys as input keys. Also
2293         fire DateChanged event instead of DateSelected event when
2294         the date was changed by keyboard interaction.
2295
2296 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2297
2298         * DateTimePicker.cs: Handle DateChanged for the associated
2299         month_calendar control, and set month_calendar.Font from 
2300         OnFontChanged method, as well as resize the height of the
2301         control when needed. Make PreferredHeight proportional.
2302
2303 2006-09-01  Chris Toshok  <toshok@ximian.com>
2304
2305         * DataGrid.cs: grr, stop overthinking the DataMember/DataSource
2306         properties.
2307
2308         * BindingContext.cs (HashKey.GetHashCode): use ^ instead of +.
2309
2310 2006-09-01  Peter Dennis Bartok  <pbartok@novell.com> 
2311
2312         * FileDialog.cs: Set ClientSize instead of window size, to allow space
2313           for decorations (Fixes #79219)
2314
2315 2006-09-01  Mike Kestner  <mkestner@novell.com>
2316
2317         * ComboBox.cs: first stab at sorting plus some selection handling
2318         fixes to bring us more in line with MS behavior.  Also switches back
2319         to index based selection.  Alternative patches for index-based 
2320         selection were provided by Jackson Harper, Carlos Alberto Cortez, 
2321         and latency@gmx.de on bug 78848.  I assume they were similar to this
2322         code I've had simmering in my tree forever.
2323         [Fixes #78848]
2324
2325 2006-09-01  Chris Toshok  <toshok@ximian.com>
2326
2327         * CurrencyManager.cs (ListChangedHandler): in the ItemAdded case,
2328         when setting list position guard against ending up with a -1 index
2329         (the other part of the fix for #78812).  Should probably make sure
2330         we don't need the analogous fix in the ItemDeleted case.
2331
2332         * DataGrid.cs:
2333         - in SetDataSource, work around the fact that the way
2334         OnBindingContextChanged is invoked will cause us to re-enter this
2335         method.  I'll remove the hack once I investigate
2336         OnBindingContextChanged.
2337
2338         - fix the logic in set_DataSource and set_DataMember (basically
2339         what to do if the other of the two is null.)
2340         
2341         - in OnListManagerItemChanged, we need to take into account the
2342         edit row when deciding whether or not to call RecreateDataGridRows
2343         (part of the fix for #78812).
2344
2345 2006-09-01  Jackson Harper  <jackson@ximian.com>
2346
2347         * Splitter.cs: Don't do anything if there is no control to affect
2348         (prevents us from crashing in weird tet cases).
2349         * TreeView.cs: Bounding box for the mouse movement reverting
2350         focus/selection back to previously selected node.  This matches
2351         MS, and makes the tree a lot more useable.
2352         * GroupBox.cs: Instead of drawing over the lines of the groupbox,
2353         use clipping so they are not drawn.  This fixes when the control
2354         is set to have a transparent background, or if it was over an
2355         image.
2356
2357 2006-09-01  Alexander Olk  <alex.olk@googlemail.com>
2358
2359         * MimeIcon.cs: Improved handling for reading default icons when
2360           using gnome (2.16 made it necessary). Check and read svg icons
2361           first, then 48x48 and then 32x32 icons.
2362
2363 2006-08-31  Chris Toshok  <toshok@ximian.com>
2364
2365         * DataGridTextBoxColumn.cs: only hide the textbox if it's still
2366         visible.
2367
2368         * DataGridTextBox.cs: Pass Tab's up to the datagrid by calling
2369         ProcessKeyPreview.  Fixes part of #77806.
2370
2371         * DataGrid.cs: big patch.
2372
2373         - revert the queueing up of DataSource/DataMember if inside
2374         BeginInit/EndInit calls.  That's not the way the datagrid achieves
2375         its delayed databinding.  Instead, call SetDataSource in
2376         OnBindingContextChanged.  This mimic's MS's behavior, and fixes
2377         #78811.
2378
2379         - Also, it wasn't mentioned in #78811, but the test case exhibits
2380         behavior that was lacking in our datagrid implementation - Columns
2381         that have mapping names that don't exist in the datasource's
2382         properties aren't shown.  Yuck.  To fix this I added the bound
2383         field to the column style, and basically any calculation to figure
2384         out anything about columns uses a loop to find the bound columns.
2385         still need to investigate if I can cache an array of the bound
2386         columns or if the indices must be the same.
2387
2388         - When setting CurrentCell, we no longer abort if the cell being
2389         edited was in the add row.  This fixes the other part of #77806.
2390
2391         - The new code also fixes #78807.
2392         
2393         * ThemeWin32Classic.cs: perpetrate the same disgusting
2394         column.bound field hack, and only render bound fields.
2395
2396 2006-08-31  Chris Toshok  <toshok@ximian.com>
2397
2398         * DataGridColumnStyle.cs: add bound field.  this field is true if
2399         the datasource has a property corresponding to the mapping name.
2400
2401         * DataGridTableStyle.cs: set the bound field on the column styles
2402         depending on whether or not we have a column for that property.
2403
2404 2006-08-31  Peter Dennis Bartok  <pbartok@novell.com> 
2405
2406         * Splitter.cs (SetBoundsCore): Don't ignore width/height of the 
2407           splitter control (fixes #79228)
2408
2409 2006-08-31  Chris Toshok  <toshok@ximian.com>
2410
2411         * DataGridColumnStyle.cs: we need to delay the assignment of
2412         property descriptor until the last possible moment due to the lazy
2413         databinding stuff in the datagrid.  Also, fix the exceptions
2414         thrown by CheckValidDataSource to match MS.
2415
2416 2006-08-31  Jackson Harper  <jackson@ximian.com>
2417
2418         * Form.cs: When activated select the active control, if there is
2419         no active control, we select the first control.
2420         * XplatUIX11.cs: If there is no focus control when we get a
2421         FocusIn event, find the toplevel form and activate it.  This
2422         occurs when you popup a window, it becomes the focus window, then
2423         you close that window, giving focus back to the main window.
2424
2425 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2426
2427         * MonthCalendar.cs: 
2428         * ThemeWin32Classic.cs: Cache Font in bold style, as well
2429         as StringFormat with Center alignments in MonthCalendar,
2430         instead of creating new ones when drawing the control. 
2431         Also, draw the month name in bold style.
2432
2433 2006-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
2434
2435         * Control.cs:
2436           - PerformLayout(): It would seem MS performs the fill even if the 
2437             control is not visible (part of #79218 fix)
2438           - ResetBackColor(): Use the setter to reset the color, to allow
2439             overriders to catch the change.
2440         * Form.cs:
2441           - .ctor: Call UpdateBounds to adjust client rectangle (part of #79218 fix)
2442           - CreateHandle(): dito (part of $79218 fix)
2443           - Don't set an icon if we have a dialog
2444         * ScrollableControl.cs:
2445           - set_AutoScrollMinSize: Setting the property enables AutoScroll (#79218)
2446           - ScrollIntoView(): No need to scroll if control is already visible
2447             (resolves fixme and fixes #79218)
2448
2449 2006-08-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2450
2451         * MonthCalendar.cs: Change proportions in SingleMonthSize
2452         to match the aspect of the original control.
2453
2454 2006-08-29  Alexander Olk  <alex.olk@googlemail.com>
2455
2456         * XplatUIX11.cs: Fix for a metacity/X problem where windows don't
2457           get updated when they get maximized.
2458
2459 2006-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
2460
2461         * XplatUIX11.cs: Handle windows with no border (Fixes part of #79160)
2462
2463 2006-08-29  Chris Toshok  <toshok@ximian.com>
2464
2465         * XplatUIX11.cs: when destroying the FocusWindow, send KILLFOCUS.
2466
2467 2006-08-29  Jackson Harper  <jackson@ximian.com>
2468
2469         * TreeView.cs: Need to track selected node and highlighted node,
2470         they aren't always the same thing, when the mouse is down on a
2471         node it is hilighted, but not selected yet.
2472         - Do the HideSelection stuff right
2473         - Need to focus on rbutton mouse down. And redraw selection when
2474         right click is mouse upped.
2475
2476 2006-08-29  Mike Kestner  <mkestner@novell.com>
2477
2478         * ThemeWin32Classic.cs: draw selections for columns in FullRowSelect
2479         when SubItems.Count < Columns.Count.  [Fixes #79167]
2480
2481 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com> 
2482
2483         * TextControl.cs (FindCursor): Fix math error (Fixes #78402)
2484
2485 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com>
2486
2487         * XplatUIX11.cs: Preempt the roundtrip for getting the location back
2488           from X. Only send based on ConfigureNotify if we don't have the
2489           correct location in hwnd (if the window manager moved us)
2490
2491 2006-08-28  Mike Kestner  <mkestner@novell.com>
2492
2493         * ListView.cs: remove a TODO. 
2494         * ThemeWin32Classic.cs: implement HideSelection support for ListView.
2495         [Fixes ListView part of #79166]
2496
2497 2006-08-28  Mike Kestner  <mkestner@novell.com>
2498
2499         * ListView.cs: move wheel handler to parent since it is focused
2500         instead of the item_control now.  [Fixes #79177]
2501
2502 2006-08-28  Mike Kestner  <mkestner@novell.com>
2503
2504         * ThemeWin32Classic.cs: only highlight subitems in fullrowselect
2505         when the control is focused. [Fixes #79171]
2506
2507 2006-08-28  Mike Kestner  <mkestner@novell.com>
2508
2509         * ListView.cs: size the item and header controls for empty and
2510         unscrollable views.
2511         * ThemeWin32Classic.cs: draw disabled backgrounds.
2512         [Fixes #79187]
2513
2514 2006-08-28  Chris Toshok  <toshok@ximian.com>
2515
2516         * Form.cs: remove unused "active_form" static field.
2517
2518         * Hwnd.cs: lock around accesses to static windows collection.
2519
2520         * Application.cs: lock threads in Exit ().
2521
2522 2006-08-28  Chris Toshok  <toshok@ximian.com>
2523
2524         * NativeWindow.cs: lock around accesses to window_collection.
2525         
2526 2006-08-28  Chris Toshok  <toshok@ximian.com>
2527
2528         * Control.cs: err, fix this the right way, by locking on controls
2529         when using it.  not by making it synchronized.
2530
2531 2006-08-28  Chris Toshok  <toshok@ximian.com>
2532
2533         * Control.cs: make the static "controls" field synchronized, as it
2534         gets updated from multiple threads.
2535
2536 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
2537
2538         * XplatUIX11.cs: PostQuitMessage is thread-specific not app-specific.
2539           Prevent other threads from exiting when calling thread sets quit state.
2540         * XEventQueue.cs: Added PostQuitState property
2541
2542 2006-08-27  Chris Toshok  <toshok@ximian.com>
2543
2544         * AsyncMethodData.cs: add a slot for the window handle.
2545
2546         * XplatUIX11.cs (SendAsyncMethod): send the event to the right
2547         window (the destination control's window, not the foster window).
2548
2549         * Control.cs (BeginInvokeInternal): store the window's handle in
2550         the AsyncMethodData.
2551         
2552
2553 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
2554
2555         * XplatUIX11.cs:
2556           - PostQuitMessage: Removed resetting S.D display handle, we might have
2557             another loop started after calling PostQuitMessage (Fixes #79119)
2558           - Created destructor to reset S.D handle
2559
2560 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com> 
2561
2562         * XplatUIX11.cs (SetCursor): Issue flush after setting the cursor (#79168)
2563
2564 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
2565
2566         * TextControl.cs (Insert): Update the caret position even if we don't
2567           have a handle yet, just don't call the driver in that case.
2568         * TextBoxBase.cs (set_SelectedText): Set the Start and End selection
2569           to the end of the new selection text (Fixes #79184)
2570
2571 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
2572
2573         * Form.cs (Activate): Only activate if the handle is created)
2574         * Control.c:
2575           - Mark window as invisible when it's disposed
2576           - Check if window handle is created when setting window visible, 
2577             instead of relying just on the is_created variable
2578           - Check if object is disposed when creating the control (Fixes #79155)
2579
2580 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
2581
2582         * ScrollableWindow.cs (ScrollWindow): Don't actually perform layouting
2583           when allowing layout again. Otherwise we re-generate the anchoring 
2584           distance to the border again and actually alter what the user wanted
2585           This is ugly, it'd be better if we used DisplayRectangle instead of
2586           ClientRectangle for Control.UpdateDistances, but that causes us to
2587           have other problems (initial anchoring positons would be wrong)
2588           (Fixes #78835)
2589
2590 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
2591
2592         * Control.cs:
2593           - The size and location setters shouldn't go directly to 
2594             SetBoundsCore, but to SetBounds, which triggers layout on the
2595             parent, then calls SetBoundsCore. (Related to fix for #78835)
2596           - SetBounds: Moved actual location update code into this function
2597             from SetBoundsCore, to match MS. Added call to PerformLayout if
2598             we have a parent (to trigger resizing of anchored parents if the 
2599             child size has changed (see testcase for #78835) 
2600         * ListBox.cs, Form.cs: Call SetBounds instead of SetBoundsCore to match 
2601           new control code
2602         * ScrollableControl.cs (CalculateCanvasSize): Use shortcut variable
2603
2604 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
2605
2606         * XplatUIX11.cs: Don't reset the DisplayHandle that's stored in
2607           System.Drawing when a toplevel window gets closed; there might
2608           be other toplevel windows belonging to the same app (Fixes #78052)
2609
2610 2006-08-26  Alexander Olk  <alex.olk@googlemail.com>
2611
2612         * FileDialog.cs: After reading FileDialog settings from mwf_config
2613           use Desktop prefix only if a real folder doesn't exist anymore.
2614         * FontDialog.cs: Added char sets.
2615           It is now possible to select the font, size or style with the
2616           textboxes.
2617
2618 2006-08-25  Kornél Pál  <kornelpal@gmail.com>
2619
2620         * PrintPreviewDialog.cs: Use assembly name constants.
2621
2622 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
2623
2624         * XplatUIWin32.cs (ScrollWindow): Use clipping rectangle arg (prevents
2625           scrollbar from whacking it's buttons)
2626
2627 2006-08-24  Chris Toshok  <toshok@ximian.com>
2628
2629         * ScrollableControl.cs: fix #78271.  There's a lot of misc stuff
2630         in this patch (aggregating setting Left/Top/Width/Height to
2631         setting Bounds on the scrollbars), but the crux of the fix is in
2632         Recalculate, where we scroll by the remaining scroll_position if
2633         we're hiding a scrollbar.  The 2*$5 reward in the comment is
2634         serious.
2635
2636 2006-08-24  Jackson Harper  <jackson@ximian.com>
2637
2638         * MdiClient.cs:
2639         * MdiWindowManager.cs: If the form is made a non-mdi window we
2640         need to remove the form closed event so that closing forms works
2641         correctly.
2642
2643 2006-08-24  Jackson Harper  <jackson@ximian.com>
2644
2645         * Control.cs: Make IsRecreating internal so that the driver can
2646         check it
2647         - Temporarily remove the Hide when controls are removed, its
2648         making a whole bunch of things not work because visibility isn't
2649         getting reset elsewhere correctly
2650         * Form.cs: Need to do a full handle recreation when the mdi parent
2651         is set.
2652         * XplatUIX11.cs: If we are recreating handles don't dispose the
2653         HWNDs.  What was happening is the handles were being recreated in
2654         SendWMDestroyMessages, but then flow continued on in that method
2655         and destroyed the new handles.
2656
2657 2006-08-23  Jackson Harper  <jackson@ximian.com>
2658
2659         * Form.cs: MdiClient is always at the back of the bus
2660         * Control.cs: When the order of items in the collection is changed
2661         we need to reset the all_controls array
2662         - do the same sorta setup thats done when adding a control when a
2663         control is set on the collection.
2664
2665 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
2666
2667         * TextBoxBase.cs (get_Text): Return an empty array if our document
2668           is empty (fixes #79052)
2669
2670 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
2671
2672         * Control.cs: We should call IsInputChar on only on WM_CHAR but not
2673           on WM_SYSCHAR messages (fixes #79053)
2674
2675 2006-08-23  Chris Toshok  <toshok@ximian.com>
2676
2677         * DataGrid.cs: fix flickering when scrolling vertically.
2678
2679 2006-08-23  Chris Toshok  <toshok@ximian.com>
2680
2681         * DataGrid.cs (EndEdit): only invalidate the row header when we
2682         need to.
2683
2684 2006-08-23  Chris Toshok  <toshok@ximian.com>
2685
2686         * ThemeWin32Classic.cs: fix the clip munging of the datagrid paint
2687         methods.  fixes the flicker when scrolling around.
2688
2689 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
2690
2691         * FileDialog.cs: Making sure the control is created before we get a 
2692           chance to use it with BeginInvoke (Fixes #79096)
2693
2694 2006-08-23  Chris Toshok  <toshok@ximian.com>
2695
2696         * ThemeWin32Classic.cs (DataGridPaintRows): calculate the proper
2697         width to use when painting the rows.
2698
2699 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
2700
2701         * TextBoxBase.cs:
2702           - Throw ArgumentException if a negative value is passed to SelectionLength
2703           - Update the selection end if start is moved. end needs to be always
2704             after start. (Fixes #79095)
2705           - Track selection length; MS keeps the selection length even if start
2706             is changed; reset on all other operations affection selection
2707
2708 2006-08-22  Jackson Harper  <jackson@ximian.com>
2709
2710         * TreeView.cs: Make sure both scrollbars get displayed and sized
2711         correctly when the other bar is visible.
2712         - Use the original clip rectangle for checking if the area between
2713         the two scrollbars is visible, not the viewport adjusted clipping
2714         rectangle.
2715
2716 2006-08-22  Jackson Harper  <jackson@ximian.com>
2717
2718         * Binding.cs: We don't use IsBinding because it requires the
2719         control to be created, which really shouldn't be necessary just to
2720         set a property on the control.
2721
2722 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2723
2724         * ComboBox.cs: Some CB.ObjectCollection methods must throw
2725         ArgumentNullReferenceException when the argument is null.
2726
2727 2006-08-21  Jackson Harper  <jackson@ximian.com>
2728
2729         * Timer.cs: Track the thread that the timer is started in (NOT
2730         CREATED), this way messages for it will only be triggered on its
2731         queue.
2732         * XEventQueue.cs: Track the timers here, this makes timers per
2733         thread, like MS.
2734         * XplatUIX11.cs: The timers are moved to the XEventQueue.
2735
2736 2006-08-19  Chris Toshok  <toshok@ximian.com>
2737
2738         * XplatUIX11.cs: after further communication with pdb, we get the
2739         best of both worlds.  SetZOrder working for un-Mapped windows, and
2740         no X errors for un-mapped windows.
2741
2742 2006-08-19  Chris Toshok  <toshok@ximian.com>
2743
2744         * XplatUIX11.cs (SetZOrder): remove the if (!hwnd.mapped) check,
2745         as it was causing pdn toolbars to not have the correct stacking.
2746
2747 2006-08-18  Mike Kestner  <mkestner@novell.com> 
2748
2749         * ListView.cs : guard against negative ClientArea.Width in scrollbar
2750         calculation.  Not sure why control should ever be setting a negative
2751         width though.  Fixes #78931.
2752
2753 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2754
2755         * ComboBox.cs: Throw ArgumentNullException when adding/modifyng
2756         null items in ObjectCollection class.
2757         * ListBox.cs.: Likewise.
2758
2759 2006-08-18  Atsushi Enomoto  <atsushi@ximian.com>
2760
2761         * ThemeNice.cs, ThemeClearlooks.cs : remove RadioButton_DrawFocus()
2762           as the base method in ThemeWin32Classic should work fine.
2763           Fixed bug #78607.
2764
2765 2006-08-18  Jackson Harper  <jackson@ximian.com>
2766
2767         * Binding.cs: When validating if the value entered doesn't convert
2768         properly reset to the old value.
2769         * RadioButton.cs: Don't fire click when we get focus.
2770
2771 2006-08-18  Jackson Harper  <jackson@ximian.com>
2772
2773         * FileDialog.cs: Paint the selection on the directory combobox the
2774         same way as on MS. 
2775
2776 2006-08-17  Jackson Harper  <jackson@ximian.com>
2777
2778         * ErrorProvider.cs: Don't allow the error control to be selected.
2779         * Control.cs: Don't send the SetFocus messages, the control
2780         activation will do this, and if we do it blindly here validation
2781         does not work.
2782
2783 2006-08-17  Jackson Harper  <jackson@ximian.com>
2784
2785         * Control.cs:
2786         * ContainerControl.cs: Make validation events fire in the correct
2787         order.  TODO: For some reason the first validation event is not
2788         getting fired.
2789
2790 2006-08-17  Mike Kestner  <mkestner@novell.com> 
2791
2792         * ComboBox.cs : some null guarding for ComboListBox.Scroll.
2793
2794 2006-08-17  Mike Kestner  <mkestner@novell.com> 
2795
2796         * ComboBox.cs : implement scroll wheel support for popped-down
2797         state. Fixes #78945. 
2798
2799 2006-08-17  Jackson Harper  <jackson@ximian.com>
2800
2801         * TreeView.cs: Specify treeview actions (old patch that didn't get
2802         committed for some reason).
2803         - Don't let the mouse wheel scroll us too far.  Just want to make
2804         the bottom node visible, not scroll it all the ways to the top.
2805
2806 2006-08-17  Jackson Harper  <jackson@ximian.com>
2807
2808         * XplatUIX11.cs: Mouse wheel events go to the focused window.
2809
2810 2006-08-17  Mike Kestner  <mkestner@novell.com> 
2811
2812         * ComboBox.cs : don't do mouseover selection in simple mode.
2813
2814 2006-08-16  Jackson Harper  <jackson@ximian.com>
2815
2816         * Form.cs: Fire the closing events for all the mdi child windows
2817         when a window is closed.  If the cancel args are set to true, the
2818         main window still gets the event fired, but it doesn't not close.
2819         * MdiWindowManager.cs: Do this closing cleanup in a Closed
2820         handler, instead of when the button is clicked, so cancelling the
2821         close works correctly.
2822         * ComboBox.cs: Send the mouse down to the scrollbar.
2823
2824 2006-08-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2825
2826         * ListBox.cs: When passing 'null' to SelectedItem,
2827         set SelectedIndex to -1, to unselect items. This is the
2828         observed behaviour in .Net.
2829
2830 2006-08-16  Peter Dennis Bartok  <pbartok@novell.com> 
2831
2832         * TextBoxBase.cs: Overriding HandleClick to get clicks in spite of
2833           MS flags saying there won't be any. (fixes #78800)
2834         * Control.cs (HandleClick): Made virtual
2835
2836 2006-08-16  Atsushi Enomoto  <atsushi@ximian.com>
2837
2838         * PageSetupDialog.cs : use Yard-Pound units only in en-GB and en-US
2839           cultures. Fixed bug #78399.
2840
2841 2006-08-16  Jackson Harper  <jackson@ximian.com>
2842
2843         * Form.cs: Use the MdiClients MdiChildren property to access
2844         MdiChildren instead of creating the array from the child controls.
2845         * MdiClient.cs: Maintain a separate array of the mdi children, so
2846         that insertion order is maintained when the Z-order is changed.
2847
2848 2006-08-16  Mike Kestner  <mkestner@novell.com> 
2849
2850         * ListView.cs : add an ItemComparer and default to it for sorting.
2851         Fixes #79076, but sorting needs a complete overhaul to be compat with
2852         MS.
2853
2854 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
2855
2856         * XplatUIX11.cs (SetZOrder): Fix debugging leftover (fixes #79080)
2857
2858 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
2859
2860         * Hwnd.cs (Mapped): Properly traverse the tree
2861
2862 2006-08-15  Chris Toshok  <toshok@ximian.com>
2863
2864         * Binding.cs: fix PullData/SetPropertyValue.  We don't want to
2865         pass manager.Current.GetType() to ParseData.  It has to be the
2866         property type.  So, hold off doing the ParseData until we're in
2867         SetPropertyValue where we know the type.  This fixes the crash in
2868         #78821 but the textbox is still empty.
2869
2870 2006-08-15  Chris Toshok  <toshok@ximian.com>
2871
2872         * DataGrid.cs:
2873         - when we're scrolling, only call Edit() again if the
2874         current cell is still unobscured. Fixes bug #78927.
2875         - when handling mousedown on a cell, ensure the cell is visible
2876         before calling Edit.
2877         - remove the properties from DataGridRow, and remove the
2878         DataGridParentRow class altogether.
2879         
2880
2881 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
2882
2883         * TextBoxBase.cs (set_Text): Don't use base.Text, instead just
2884           fire OnTextChanged by ourselves. There's no point calling base,
2885           we don't set the base value anywhere else. Fixes #78773.
2886
2887 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2888
2889         * ListBox.cs: Call CollectionChanged when modifying
2890         an item from Items indexer, to update the actual items
2891         in the list box.
2892
2893 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2894
2895         * PrintDialog.cs: Small fixes for focus and a pair of checks,
2896         to match .Net behaviour.
2897
2898 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
2899
2900         * XplatUIX11.cs (SetZOrder): Handle raising toplevel windows
2901
2902 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
2903
2904         * Control.cs: Handle BringToFront for toplevel windows (Fixes #78737)
2905
2906 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
2907
2908         * MessageBox.cs: Prevent potential NRE exception.
2909         * TextBoxBase.cs: AutoSize only applies if MultiLine is false. Fixes #78889
2910
2911 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
2912
2913         * MessageBox.cs: Calculate the owner of a messagebox, also make
2914           it topmost. Fixes #78753
2915
2916 2006-08-14  Chris Toshok  <toshok@ximian.com>
2917
2918         * XplatUIX11.cs: A couple of fixes so that metacity will let us
2919         programmatically move windows.  first, set the PPosition hint as
2920         well as the USPosition hint.  Second include some code from pdb
2921         that sets the window type to NORMAL when we set the transient for
2922         hint.  This is because, in the absence of a window type, metacity
2923         thinks any window with TransientFor set is a dialog, and refuses
2924         to let us move it programmatically.  fascists.
2925
2926 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
2927
2928         * XplatUIX11.cs: When setting normal hints, take into consideration
2929           an different hints previously set so we don't delete them (fixes #78866)
2930
2931 2006-08-12  Chris Toshok  <toshok@ximian.com>
2932
2933         * ToolBarButton.cs: make Layout return a boolean, if something to
2934         do with the button's layout changed.
2935
2936         * ToolBar.cs:
2937         - add another parameter to Redraw, @force, which all existing
2938           calls set to true.
2939         - make the Layout function return a boolean which is true if the
2940           layout has actually changed.  Redraw now uses this (and @force)
2941           to determine when to invalidate.  At present the only place
2942           where @force can be false is the call from OnResize, when
2943           background_image == null.  So, resizing a toolbar when the
2944           layout doesn't change results in no drawing.
2945
2946 2006-08-12  Chris Toshok  <toshok@ximian.com>
2947
2948         * ThemeWin32Classic.cs: fix the bottom right corner painting.  had
2949         the VScrollBar and HScrollbar reversed.  oops.
2950
2951         * DataGrid.cs: fix the logic that assigns sizes to the implicit
2952         scrollbars.  we were assigning them twice (once in
2953         Calc{Horiz,Vertical}Scrollbar, and once in CalcGridAreas),
2954         therefore causing two scrollbar resizes (and redraws?) to happen
2955         per grid resize.
2956
2957 2006-08-12  Chris Toshok  <toshok@ximian.com>
2958
2959         * ToolBarButton.cs: redraw the entire button if the theme tells us
2960         to.
2961
2962         * Theme.cs: add ToolBarInvalidateEntireButton.
2963
2964         * ThemeWin32Classic.cs: we don't need to redraw the entire toolbar
2965         buttons, just the border.
2966
2967         * ThemeNice.cs: redraw the entire toolbar button since we need to
2968         draw the highlight image.
2969
2970         * ThemeClearlooks.cs: the rounded corners of toolbar buttons mean
2971         we need to redraw the entire button (not just the border).
2972
2973 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
2974
2975         * TextBoxBase.cs (CalculateScrollbars): Set the proper thumb size
2976           for vertical bars. Fixes the mismatches shown by #78513
2977
2978 2006-08-11  Alexander Olk  <alex.olk@googlemail.com>
2979
2980         * FileDialog.cs: If a saved/remembered path doesn't exist
2981           anymore, fall back to "Desktop".
2982
2983 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
2984
2985         * Form.cs (CreateParams): Don't use Parent.Handle unless we have a
2986           parent. It's apparently legal to not have one
2987         * XplatUIX11.cs:
2988           - SetZOrder: Don't try to set Z-Order on an unmapped window
2989           - CreateWindow: 0,0 are legal coordinates for a window. don't move
2990             it unless the coordinates are negative
2991
2992 2006-08-10  Mike Kestner  <mkestner@novell.com>
2993
2994         * ListControl.cs: allow null for DataSource.  Clear DisplayMember
2995         when setting to null per msdn docs.  Fixes #78854.
2996
2997 2006-08-10  Chris Toshok  <toshok@ximian.com>
2998
2999         * Menu.cs, MainMenu.cs, MenuAPI.cs: get rid of most of the
3000         flickering by setting a clip rectangle on the Graphics when we
3001         need to redraw just a particular menuitem.  Also, rename "OnClick"
3002         to "OnMouseDown" to reflect what it actually is.
3003         
3004         * Form.cs: track the OnMouseDown change.
3005
3006 2006-08-10  Peter Dennis Bartok  <pbartok@novell.com>
3007
3008         * CommonDialog.cs: Properly inherit the CreateParams from the form
3009           and only change what we need. Fixes #78865
3010
3011 2006-08-10  Chris Toshok  <toshok@ximian.com>
3012
3013         * ToolBar.cs, ToolBarButton.cs: fix the redraw-on-highlight
3014         flickering in flat mode (and most of the flickering in general) by
3015         only invalidating the button border (and not the entire rectangle)
3016         when the state changes.  A couple of cases still flicker:
3017         ToggleButtons, and the dropdown arrow case when the user mouse
3018         ups.
3019
3020 2006-08-10  Alexander Olk  <alex.olk@googlemail.com>
3021
3022         * X11Keyboard.cs: Fixed handling of the Del key on the cursorblock
3023           for german keyboards. Numlock state shouldn't affect the behaviour
3024           of the Del key. Fixes bug #78291.
3025
3026 2006-08-10  Chris Toshok  <toshok@ximian.com>
3027
3028         * ListControl.cs: remove the items.Clear line from BindDataItems,
3029         as this is the first thing done by both subclasses in their
3030         SetItemsCore overrides.  Also, add a ItemChanged handler, and when
3031         passed -1, refresh the list.  This gets databinding working when
3032         the datasource is set on the list before the datasource is
3033         populated (as in wf-apps/ReportBuilder.)
3034
3035         * ComboBox.cs: remove the argument to BindDataItems.  This call
3036         should really go away, and be initiated by the ListControl code.
3037
3038         * ListBox.cs: same.
3039
3040 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
3041
3042         * TextControl.cs (Document.ctor): Initialize caret so we don't crash
3043           if no data is in the document when the control is displayed
3044
3045 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com> 
3046
3047         * TextBoxBase.cs: Don't try moving the caret if we don't have a window
3048           yes (fixes #78806)
3049         * TextControl.cs: 
3050           - PositionCaret: Allow positioning of caret but don't call methods 
3051             requiring a handle if the window isn't created yet
3052           - CharIndexToLineTag: Fix ending loop early error. Lines is 1 based
3053           - owner_HandleCreated: Don't position the caret, just update it's 
3054             location. User might have already set a different position
3055
3056 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
3057
3058         * XplatUIWin32.cs: Don't use the desktop as basis for foster-parented
3059           windows. Screws up the returned coordinates for child windows. 
3060           Fixes #78825. I'm hoping this doesn't break something, since the
3061           code was explicitly put in 8 months ago, but no bug was attached.
3062           Menus still seem to work properly.
3063
3064 2006-08-08  Chris Toshok  <toshok@ximian.com>
3065
3066         * DataGrid.cs: make BeginInit/EndInit actually do what they're
3067         supposed to do - delay data binding until the EndInit call.  Also,
3068         make the table style collection's CollectionChangeAction.Refresh
3069         work properly.
3070
3071         * GridTableStylesCollection.cs: raise a CollectionChangeEvent
3072         (with action = Refresh) when a consituent table's MappingName is
3073         changed.
3074
3075 2006-08-08  Chris Toshok  <toshok@ximian.com>
3076
3077         * ToolBarButton.cs: in set_Text, call Parent.Redraw, not
3078         Invalidate, since changing the text can change the size of the all
3079         toolbar buttons.
3080
3081 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
3082
3083         * Form.cs (AddOwnedForm): Still need to add the form to our listif
3084           we don't have it yet
3085
3086 2006-08-08  Chris Toshok  <toshok@ximian.com>
3087
3088         * PrintControllerWithStatusDialog.cs: don't .Close() the status
3089         dialog, as this causes X errors later on, since we actually
3090         destroy the window.  Instead, .Hide() it.
3091
3092 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
3093
3094         * ComboBox.cs: Added focus reflection for popup window
3095         * XplatUIX11.cs: 
3096           - Removed transient setting for non-app windows for now, not sure it
3097             was needed
3098           - Fixed logic checking if we have captions when deciding 
3099             override_redirect, WS_CAPTION is two bits and a 0 check was not
3100             sufficient
3101           - Removed the WINDOW_TYPE stuff, it was unneeded and making things
3102             complicated
3103         * Form.cs: 
3104           - AddOwnedForm: Don't just add the form to the list, call the property
3105             to ensure the driver is informed about the ownership as well
3106           - CreateHandle: Set the TopMost status in the driver if we have an owner
3107         * XplatUI.cs: Fixed debug statement
3108
3109 2006-08-08  Jonathan Pobst <monkey@jpobst.com>
3110         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
3111           GroupBoxRenderer.cs, ProgressBarRenderer.cs, RadioButtonRenderer.cs,
3112           ScrollBarRenderer.cs, TabRenderer.cs, TextBoxRenderer.cs, 
3113           TrackBarRenderer.cs: Make constructor private.
3114         * ProfessionalColors.cs, ProfessionalColorTable.cs: Fix misnamed properties.
3115         * ProfessionalColorTable.cs: Make properties virtual.
3116
3117 2006-08-06  Duncan Mak  <duncan@novell.com>
3118
3119         * NumericUpDown.cs (Value): Don't call OnValueChanged if the value
3120         is not changing.
3121
3122 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
3123         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
3124           GroupBoxRenderer.cs, ProfessionalColors.cs, ProfessionalColorTable.cs,
3125           ProgressBarRenderer.cs, RadioButtonRenderer.cs, ScrollBarRenderer.cs,
3126           TabRenderer.cs, TextBoxRenderer.cs, TextRenderer.cs, TrackBarRenderer.cs:
3127           Initial import of new 2.0 classes.
3128
3129 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
3130         * Application.cs: Add 2.0 VisualStyles properties.
3131
3132 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
3133         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
3134           XplatUIX11.cs: Create property to allow access to existing private
3135           variable "themes_enabled"
3136
3137 2006-08-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3138
3139         * ImageListStreamer.cs: generate the MemoryStreams with the exact BMP
3140         file size, as otherwise our class libraries fail using windows. Fixes
3141         bug #78759.
3142
3143 2006-08-04  Jackson Harper  <jackson@ximian.com>
3144
3145         * Form.cs:
3146         * XplatUIX11.cs: Move the toolwindow window manager creation into
3147         the X11 driver, this way on win32 we can let windows create/handle
3148         the toolwindows.
3149
3150 2006-08-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3151
3152         * PrintDialog.cs: Remove some redundant checks, add some others,
3153         clean some code, and move the focus to the text boxes when the
3154         values are incorrect.
3155
3156 2006-08-04  Alexander Olk  <alex.olk@googlemail.com>
3157
3158         * FontDialog.cs: Remove Form.MinimumSize. It's not needed.
3159
3160 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
3161
3162         * NumericUpDown.cs: Setting the Minimum and Maximum is now
3163           handled correctly. Fixes bug #79001.
3164
3165 2006-08-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3166
3167         * PrintDialog.cs: The "Copies" numeric up down must have
3168         set the Minimum property to 1; only if the value is bigger
3169         than 1, activate "Collate" check box. This is the behaviour of .Net.
3170         Also modify the Document elements only if it is not null.
3171
3172 2006-08-03  Jackson Harper  <jackson@ximian.com>
3173
3174         * TreeNodeCollection.cs: Fix copyto to use the correct nodes
3175         length. (We have a larger array then actual node count).
3176                 
3177 2006-08-03  Jackson Harper  <jackson@ximian.com>
3178
3179         * ComboBox.cs: Don't show selection by default.
3180         - The SelectAll isn't needed here, since the focus code should do
3181         that
3182         - DDL style lists to manual selection drawing, so when they
3183         get/lose focus they have to invalidate.
3184
3185 2006-08-03  Peter Dennis Bartok  <pbartok@novell.com>
3186
3187         * TextBoxBase.cs: Don't always show all selections by default.
3188
3189 2006-08-03  Jonathan Pobst  <monkey@jpobst.com>
3190         * ControlUpdateMode.cs, DataSourceUpdateMode.cs,
3191           HelpNavigator.cs, WebBrowserEncryptionLevel.cs:
3192           Fixed various typos.
3193
3194 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
3195
3196         * Control.cs: Removing the controls in a ControlCollection with
3197           Clear now hides the controls as expected. Fixes bug #78804. 
3198
3199 2006-08-03  Jackson Harper  <jackson@ximian.com>
3200
3201         * Control.cs: Revert previous focus patch, it breaks reflector.
3202
3203 2006-08-03  Jackson Harper  <jackson@ximian.com>
3204
3205         * ComboBox.cs: Cleanup selection and focus with the combobox.
3206         This also eliminates some duplicated keyboard code, since now
3207         everything is handled by the main class.
3208         - Make list selection work on mouse up instead of down, to match
3209         MS.
3210
3211 2006-08-02  Jackson Harper  <jackson@ximian.com>
3212
3213         * Control.cs: Setting focus needs to go through the whole
3214         selection mechanism.
3215
3216 2006-08-02  Chris Toshok  <toshok@ximian.com>
3217
3218         * PrintPreviewDialog.cs: change MinimumSize to use
3219         base.MinimumSize so it works.
3220
3221 2006-08-02  Peter Dennis Bartok  <pbartok@novell.com>
3222
3223         * TextControl.cs:
3224           - UpdateCaret: Added sanity check in case caret isn't defined yet
3225           - Line.Delete: Now updating selection and caret markers if we're
3226             transfering a node (Properly fixes #78323)
3227           - SetSelectionEnd: Added sanity check
3228         * TextBoxBase.cs: Removed broken attempt to fix #78323
3229
3230 2006-08-01  Chris Toshok  <toshok@ximian.com>
3231
3232         * PrintPreviewDialog.cs: the CancelEventArgs stuff surrounding the
3233         Close() call is handled in Form, not here.
3234
3235 2006-08-01  Chris Toshok  <toshok@ximian.com>
3236
3237         * Theme.cs, ThemeWin32Classic.cs: fix the PrintPreviewControl
3238         layout/rendering.
3239
3240         * PrintPreviewDialog.cs: add scrollbars, and add an image cache
3241         for sizes < 100% zoom.  The code now aggressively attempts to keep
3242         from calling document.Print (), and tries not to use the scaling
3243         g.DrawImage whenever possible (it still does if you scale to >
3244         100%, since usually that involves huge images).
3245
3246         * PrintPreviewControl.cs: hook up the close button.
3247
3248 2006-08-01  Jonathan Pobst  <monkey@jpobst.com>
3249         * ColumnClickEventHandler.cs, DrawItemEventHandler.cs,
3250           ItemChangedEventHandler.cs, ItemCheckEventHandler.cs,
3251           ItemDragEventHandler.cs, LabelEditEventHandler.cs,
3252           LinkClickedEventHandler.cs, LinkLabelLinkClickedEventHandler.cs,
3253           MeasureItemEventHandler.cs, MethodInvoker.cs, PaintEventHandler.cs,
3254           PropertyTabChangedEventHandler.cs, PropertyValueChangedEventHandler.cs,
3255           SelectedGridItemChangedEventHandler.cs, ToolBarButtonClickEventHandler.cs:
3256           Removed [Serializable] for 2.0 Event Handlers.
3257
3258 2006-07-31  Jackson Harper  <jackson@ximian.com>
3259
3260         * TextBoxBase.cs: Make ShowSelection invalidate when changed.
3261         * TextControl.cs: Uncomment out the body of this method.
3262
3263 2006-07-31  Alexander Olk  <alex.olk@googlemail.com>
3264
3265         * XplatUIX11.cs: Use the correct cursor shapes for arrow and default
3266           standard cursors.
3267
3268 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
3269
3270         * TextBoxBase.cs: Added internal property ShowSelection to allow controls
3271           that embed TextBox and need selections visible even if textbox is not
3272           focused to enforce that behaviour.
3273         * TextControl.cs (Draw): Use ShowSelection instead of has_focus to determine
3274           selection drawing
3275
3276 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
3277
3278         * TextControl.cs:
3279           - Added new SetSelectionStart/SetSelectionEnd overloads
3280           - Fixed viewport width assignment to be accurate
3281           - Adjusted alignment line shift calculations to allow cursor on right
3282             aligned lines to be always visible at the right border (like MS)
3283         * TextBoxBase.cs:
3284           - SetBoundsCore: Re-adjust caret location after resize (Fixes #78323)
3285           - TextBoxBase_SizeChanged: recalculating canvas on size changes
3286           - CalculateScrollBars: Use ViewPort size instead of window size, to
3287             properly consider space occupied by the border and scrollbars 
3288             (Fixes #78661)
3289           - hscroll_ValueChanged, vscroll_ValueChanged: Fixed scroll 
3290             calculations; no longer leaves artifacts
3291           - CaretMoved: Adjusted window scrolling to match MS and fixed several
3292             calculation bugs (Still missing right/center align calculations)
3293
3294 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com> 
3295
3296         * XPlatUIWin32.cs: Made ScrollRectEx a bit more flexible, and removed
3297           use of both scroll rect and clip rect, as they do the same.
3298
3299 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
3300
3301         * Control.cs (WM_CHAR WndProc): 2.0 profile allows changing the key 
3302           in the event handler (fixes #78912)
3303
3304 2006-07-31  Chris Toshok  <toshok@ximian.com>
3305
3306         * ThemeWin32Classic.cs: use grid.RowsCount here instead of
3307         grid.ListManager.Count, since grid.ListManager might be null.
3308         This of course begs the question "why are we drawing rows for a
3309         grid with no list manager (and therefor no rows)?"  Fixes the
3310         crash in bug #78929.
3311
3312 2006-07-31  Chris Toshok  <toshok@ximian.com>
3313
3314         * RelatedPropertyManager.cs: Don't always chain up to the parent
3315         ctor.  instead, call SetDataSource if the parent's position is !=
3316         -1.  Fixes the crash in #78822.
3317
3318 2006-07-31  Chris Toshok  <toshok@ximian.com>
3319
3320         * DataGrid.cs (get_ListManager): use field instead of property
3321         accessors for datasource and datamember.
3322         (RowsCount): make internal again.
3323         (OnMouseDown): end edits before resizing columns/rows.
3324         (OnMouseUp): restart edits after resizing columns/rows.
3325
3326 2006-07-30  Peter Dennis Bartok  <pbartok@novell.com>
3327
3328         * XplatUIX11.cs: Default cursor cannot be 0 or it will not get set.
3329           This fixes the situation where the last set cursor is displayed
3330           whenever the mouse is over scrollbars.
3331
3332 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3333
3334         * PrintDialog.cs: Fix the behaviour of PrinterSettings and
3335         Document properties, as well as initial values.
3336
3337 2006-07-29  Peter Dennis Bartok  <pbartok@novell.com>
3338
3339         * XplatUIWin32.cs (SetBorderStyle): Setting both border
3340           and ClientEdge results in a 3-pixel border, which is
3341           wrong.
3342
3343 2006-07-28  Jackson Harper  <jackson@ximian.com>
3344
3345         * TreeNodeCollection.cs: Fix the clear method.
3346         - Fix the Shrink also
3347
3348 2006-07-27  Jackson Harper  <jackson@ximian.com>
3349
3350         * TreeView.cs: Make sure the visible order is computed when we
3351         attempt to size the scrollbars (for trees that mess with the
3352         scrolling when they shouldn't.
3353         - Make sure to give the scrollbars valid values.
3354
3355 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
3356
3357         * XplatUIX11.cs: Move motion compression code to where it
3358           has less performance impact
3359
3360 2006-07-26  Jackson Harper  <jackson@ximian.com>
3361
3362         * UpDownBase.cs: When the control is selected make the child
3363         controls non selectable, so that a click on them won't do a
3364         focus/unfocus cycle.
3365         - Don't give focus to the text box when the spinner is selected.
3366         * XEventQueue.cs: Peek on both the x11 queue and the lock queue.
3367
3368 2006-07-26  Chris Toshok  <toshok@ximian.com>
3369
3370         * ThemeWin32Classic.cs: add print preview rendering.  I'm not
3371         satisfied with this solution.  If the bitmaps are small, we should
3372         just cache them in the PrintPreviewDialog and draw them here.
3373         Also, the layout is broken for the 2-up and 3-up cases.
3374
3375         * Theme.cs: add PrintPReviewControlPaint.
3376
3377         * PrintPreviewDialog.cs: first pass implementation.
3378
3379         * PrintPreviewControl.cs: first pass implementation.  No
3380         scrollbars yet.
3381
3382         * PrintDialog.cs: only validate fields if that particular portion
3383         of the UI is enabled.  Also, set the document's controller to a
3384         PrintControllerWithStatusDialog wrapping the document's print
3385         controller.
3386
3387         * PrintControllerWithStatusDialog.cs: if we're printing to a file,
3388         bring up a SaveFileDialog (i hope we don't want to match the
3389         behavior of the crappy windows file entry) and set the
3390         PrinterSettings.PrintFileName accordingly.
3391
3392 2006-07-26  Jackson Harper  <jackson@ximian.com>
3393
3394         * ContainerControl.cs: Add a field that disables auto selecting
3395         the next control in a container when the container is activated.
3396         * UpDownBase.cs: Don't select the text box when the up down is
3397         selected.
3398
3399 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
3400
3401         * XEventQueue.cs: Added methods for peeking (used for compression
3402           of successive events)
3403         * XplatUIX11.cs (GetMessage): We're now compressing consecutive
3404           mouse move events (fixes #78732)
3405
3406 2006-07-25  Jackson Harper  <jackson@ximian.com>
3407
3408         * UpDownBase.cs: Use an internal class for the textbox so that we
3409         can control focus.  the updown control should always have focus,
3410         if either the text area or the buttons are clicked.
3411         - Send the key messages to the textbox, since it never actually
3412         has focus
3413         - Activate and decativate the textbox caret.
3414
3415 2006-07-24  Jackson Harper  <jackson@ximian.com>
3416
3417         * Control.cs: Use the directed select when selecting a control,
3418         this way the container controls override will get called and the
3419         whole ActiveControl chain will get triggered.  TODO: probably need
3420         to make sure this gets done everywhere instead of the old
3421         Select(Control).
3422         * ContainerControl.cs: Implement the directed Select method to
3423         find and activate the correct child control.    
3424         
3425 2006-07-22  Mike Kestner  <mkestner@novell.com>
3426
3427         * Form.cs: use Control.MousePosition for NCLBUTTONDOWN in the menu
3428         menu handling code so that clicks without a grab work too.
3429         [Fixes #78914]
3430
3431 2006-07-22  Alexander Olk  <alex.olk@googlemail.com>
3432
3433         * FileDialog.cs: Enable the BackButton when dirstack has one element.
3434           Added some small optimizations.
3435
3436 2006-07-21  Matt Hargett  <matt@use.net>
3437
3438         * Control.cs: Implemented 2.0 MinimumSize/MaximumSize properties
3439
3440 2006-07-21  Peter Dennis Bartok  <pbartok@novell.com> 
3441
3442         * Control.cs (GetNextControl): Fixes to make all of Jackson's unit 
3443           tests pass and match MS in some strange border cases.
3444
3445 2006-07-21  Chris Toshok  <toshok@ximian.com>
3446
3447         * ThemeWin32Classic.cs: handle drawing of the relation links and
3448         parent row buttons.
3449
3450         * Theme.cs: change args to DataGridPaintParentRow.
3451
3452         * DataGrid.cs: Don't use controls for the relation links and
3453         parent buttons, so we have to handle all their interactions in
3454         MouseMove, MouseDown, MouseUp, etc.  Also, store a lot more stuff
3455         when we're navigating through child tables, so we can reinstate
3456         selection, expanded state, current cell, etc.
3457
3458 2006-07-20  Chris Toshok  <toshok@ximian.com>
3459
3460         * ToolBar.cs: When we redraw a button, for whatever reason,
3461         there's no reason to redraw the entire toolbar.  Also, don't call
3462         Control.Refresh from within Redraw, as it's much heavier than
3463         Invalidate (which is really what we want).
3464
3465 2006-07-20  Chris Toshok  <toshok@ximian.com>
3466
3467         * DataGrid.cs, CurrencyManager.cs, DataGridColumnStyle.cs,
3468         DataGridTextBoxColumn.cs, DataGridTextBox.cs,
3469         ThemeWin32Classic.cs, ListControl.cs: After staring at stack
3470         traces from within a debug IBindingList datasource
3471         (in mono/winforms/datagrid) for *days*, I've finally gotten things
3472         to work in a similar fashion.
3473
3474 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3475
3476         * ListBox.cs: Don't call Sort () when setting 
3477         the Sorted property to false (avoid an unnecessary sort).
3478
3479 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3480
3481         * ListControl.cs: DataSource should throw an ArgumentException
3482         instead of a normal exception when the argument is not of the 
3483         correct type.
3484
3485 2006-07-20  Mike Kestner  <mkestner@novell.com>
3486
3487         * Control.cs: add InternalPreProcessMessage to allow us to steal
3488         key events before MWF gets its paws on them.  Adapted from a
3489         suggestion by eno.
3490         * ToolBar.cs: add GotLostFocus handing for flat toolbars, with 
3491         up/down/left/right navigation. Override the new internal control
3492         method to steal the events since they never make it to WndProc.
3493         * ToolBarButton.cs: don't worry about pushed when setting hilight
3494         since the drawing code prefers pushed to hilight. Invalidate on 
3495         Hilight changes. Fixes #78547 and #78525.
3496
3497 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
3498
3499         * ScrollableControl.cs: Consider AutoScrollMinSize when calculating
3500           the canvas size. Fixes #78868
3501
3502 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com>
3503
3504         * Splitter.cs: Track requested split position until first layout
3505           is performed. Fixes #78871
3506
3507 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
3508
3509         * Application.cs: Removed code that forces 1.x for the version
3510           number if the version started with 0. Not sure why that code was
3511           there and I couldn't find any bugs that indicated we needed it.
3512           Fixes #78869
3513
3514 2006-07-20  Alexander Olk  <alex.olk@googlemail.com>
3515
3516         * ThemeWin32Classic.cs: Don't throw a NotImplementedException in
3517           ResetDefaults(), just write some output to the console until it's
3518           implemented. Fixes bug #78907 for now. Eliminated two warnings.
3519
3520 2006-07-19  Jonathan Chambers  <joncham@gmail.com>
3521
3522         * PropertyGridView.cs: set StartPosition of drop down forms
3523         so they appear in correct initial spot.  Fixes #78190.
3524
3525 2006-07-19  Mike Kestner  <mkestner@novell.com>
3526
3527         * ThemeWin32Classic.cs: use parent background color when drawing
3528         flat toolbars.  Restructure the conditionals to make sure non-flat
3529         non-Divider toolbars are filled too.  Fixes #78837.
3530
3531 2006-07-19  Mike Kestner  <mkestner@novell.com>
3532
3533         * ListBox.cs: Sort on collection changes even if the handle
3534         isn't created yet.  Fixes #78813.
3535
3536 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3537
3538         * ListControl.cs: DisplayMember should never be null,
3539         and now we assign String.Empty when null is passed to it (this
3540         is the .Net way).
3541
3542 2006-07-17  Mike Kestner  <mkestner@novell.com>
3543
3544         * ListViewItem.cs: restructure Font and subitem Font handling 
3545         to hold a specific font and refer back to owner on null.
3546         Fixes #78761.
3547
3548 2006-07-17  Mike Kestner  <mkestner@novell.com>
3549
3550         * ToolBar.cs: bandaid for side-effect of previous patch which was
3551         discarding explicit heights for non-AutoSize toolbars.  Need to
3552         extend my format tester to deal with AutoSize=false. Fixes #78864.
3553
3554 2006-07-15  Jackson Harper  <jackson@ximian.com>
3555
3556         * LabelEditTextBox.cs:
3557         * TreeView.cs: Use a new LabelEdit class for node editing, this
3558         class automatically 'closes' itself when it gets the enter key or
3559         loses focus.
3560         - Use the client rectangle when setting the trees scrollbars, so
3561         border style is taken into account.
3562         
3563 2006-07-14  Jackson Harper  <jackson@ximian.com>
3564
3565         * TreeNode.cs:
3566         * TreeView.cs: Make the editing work similar to MSs, firing the
3567         events correctly and ending edits correctly.
3568
3569 2006-07-14  Mike Kestner  <mkestner@novell.com>
3570
3571         * ToolBarButton.cs:
3572         * ToolBar.cs: layout restructuring and redraw enhancements to support
3573         formatting changes gracefully, like setting TextAlign, ImageList, 
3574         ButtonSize, and Appearance.  Handles explicit button sizing quirks
3575         of the MS controls.  Things like flat toolbars ignoring button size
3576         but becoming constant sized at the largest button's size.  Normal
3577         toolbars with an image set cannot be shrunk smaller than the image,
3578         but text can be clipped/ignored.
3579         * ThemeWin32Classic.cs: don't draw text if text_rect height or width
3580         is zero.  Seems like DrawString should be smart enough to not put
3581         anything on screen though. Also trim labels and ellipsize at the char
3582         boundary, not word.
3583         Fixes #78711 and #78483.
3584
3585 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
3586
3587         * FolderBrowserDialog.cs: Disable "New Folder" button and
3588           "New Folder" contextmenu menuitem if a folder like "My Computer"
3589           is selected.
3590
3591 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
3592
3593         * FileDialog.cs: Don't create a new folder in "MyComputer" folder.
3594         * FolderBrowserDialog.cs:
3595           - Use MWFConfig to store and read size and position settings
3596           - Added code to create a new folder (button or context menu).
3597             Use TreeView labeledit to change the name of the new folder.
3598
3599 2006-07-14  Jackson Harper  <jackson@ximian.com>
3600
3601         * TreeView.cs: Raise the OnAfterLabelEdit event correctly.  Also,
3602         when the tree is scrolled we end editing.
3603
3604 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
3605
3606         * ThemeWin32Classic.cs: Fixed position of CPDrawScrollButton Up and
3607           Down arrows
3608
3609 2006-07-14  Jonathan Pobst  <monkey@ipobst.com> 
3610
3611         WebBrowserProgressChangedEventHandler.cs, BindingCompleteEventArgs.cs,
3612         BindingCompleteEventHandler.cs, BindingManagerDataErrorEventArgs.cs,
3613         BindingManagerDataErrorEventHandler.cs, CacheVirtualItemsEventArgs.cs,
3614         CacheVirtualItemsEventHandler.cs, ColumnReorderedEventArgs.cs,
3615         ColumnReorderedEventHandler.cs, ColumnWidthChangedEventArgs.cs,
3616         ColumnWidthChangedEventHandler.cs, ColumnWidthChangingEventArgs.cs,
3617         ColumnWidthChangingEventHandler.cs, FormClosedEventArgs.cs,
3618         FormClosedEventHandler.cs, FormClosingEventArgs.cs,
3619         FormClosingEventHandler.cs, ItemCheckedEventArgs.cs,
3620         ItemCheckedEventHandler.cs, ListControlConvertEventArgs.cs,
3621         ListControlConvertEventHandler.cs, ListViewItemMouseHoverEventArgs.cs,
3622         ListViewItemMouseHoverEventHandler.cs, ListViewItemSelectionChangedEventArgs.cs,
3623         ListViewItemSelectionChangedEventHandler.cs,
3624         ListViewVirtualItemsSelectionRangeChangedEventArgs.cs,
3625         ListViewVirtualItemsSelectionRangeChangedEventHandler.cs,
3626         MaskInputRejectedEventArgs.cs, MaskInputRejectedEventHandler.cs,
3627         PopupEventArgs.cs, PopupEventHandler.cs, PreviewKeyDownEventArgs.cs,
3628         PreviewKeyDownEventHandler.cs, RetrieveVirtualItemEventArgs.cs,
3629         RetrieveVirtualItemEventHandler.cs, SearchForVirtualItemEventArgs.cs,
3630         SearchForVirtualItemEventHandler.cs, SplitterCancelEventArgs.cs,
3631         SplitterCancelEventHandler.cs, TabControlCancelEventArgs.cs, 
3632         TabControlCancelEventHandler.cs, TabControlEventArgs.cs, 
3633         TabControlEventHandler.cs, TableLayoutCellPaintEventArgs.cs,
3634         TableLayoutCellPaintEventHandler.cs, ToolStripDropDownClosedEventArgs.cs,
3635         ToolStripDropDownClosedEventHandler.cs, ToolStripDropDownClosingEventArgs.cs,
3636         ToolStripDropDownClosingEventHandler.cs, TreeNodeMouseClickEventArgs.cs,
3637         TreeNodeMouseClickEventHandler.cs, TreeNodeMouseHoverEventArgs.cs,
3638         TreeNodeMouseHoverEventHandler.cs, TypeValidationEventArgs.cs,
3639         TypeValidationEventHandler.cs, WebBrowserDocumentCompletedEventArgs.cs,
3640         WebBrowserDocumentCompletedEventHandler.cs, WebBrowserNavigatedEventArgs.cs,
3641         WebBrowserNavigatedEventHandler.cs, WebBrowserNavigatingEventArgs.cs,
3642         WebBrowserNavigatingEventHandler.cs, 
3643         WebBrowserProgressChangedEventArgs.cs: New 2.0 Event Handlers
3644
3645 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
3646
3647         MergeAction.cs, PowerLineStatus.cs, PowerState.cs, PreProcessControlState.cs,
3648         RichTextBoxLanguageOptions.cs, ScreenOrientation.cs, ScrollOrientation.cs,
3649         SearchDirectionHint.cs, SystemParameter.cs, TabControlAction.cs,
3650         TableLayoutPanelCellBorderStyle.cs, TextDataFormat.cs, TextImageRelation.cs,
3651         ToolStripDropDownCloseReason.cs, ToolStripDropDownDirection.cs,
3652         ToolStripGripDisplayStyle.cs, ToolStripGripStyle.cs,
3653         ToolStripItemAlignment.cs, ToolStripItemDisplayStyle.cs,
3654         ToolStripItemImageScaling.cs, ToolStripItemOverflow.cs,
3655         ToolStripItemPlacement.cs, ToolStripLayoutStyle.cs,
3656         ToolStripManagerRenderMode.cs, ToolStripRenderMode.cs,
3657         ToolStripStatusLabelBorderSides.cs, ToolStripTextDirection.cs,
3658         ToolTipIcon.cs, TreeNodeStates.cs, TreeViewDrawMode.cs,
3659         TreeViewHitTestLocations.cs, UnhandledExceptionMode.cs, ValidationConstraints.cs,
3660         WebBrowserEncryptionLevel.cs, WebBrowserReadyState.cs, WebBrowserRefreshOption.cs,
3661         ArrowDirection.cs, AutoCompleteMode.cs, AutoCompleteSource.cs, AutoSizeMode.cs,
3662         AutoValidate.cs, BatteryChargeStatus.cs, BindingCompleteContext.cs,
3663         BindingCompleteState.cs, CloseReason.cs, ColumnHeaderAutoResizeStyle.cs,
3664         ControlUpdateMode.cs, DataSourceUpdateMode.cs, DockingBehavior.cs,
3665         FixedPanel.cs, FlowDirection.cs, GetChildAtPointSkip.cs,
3666         HtmlElementInsertionOrientation.cs, InsertKeyMode.cs, ListViewHitTestLocations.cs,
3667         ListViewItemStates.cs, MaskFormat.cs: Added
3668
3669 2006-07-13  Jonathan Chambers  <joncham@gmail.com>
3670
3671         * PropertyGridView.cs: Fix keyboard navigation of drop down.
3672         Patch from eno for bug 78558.
3673         
3674 2006-07-13  Jackson Harper  <jackson@ximian.com>
3675
3676         * TreeView.cs: When an edit is finished make sure that the
3677         selected node is visible.
3678         - When setting the top/bottom use the scrollbars is_visible, so
3679         everything will be set correctly even if the tree isn't visible
3680         yet.
3681
3682 2006-07-13  Jackson Harper  <jackson@ximian.com>
3683
3684         * ComboBox.cs: Revert the item->index part of my previous patch.
3685         * TreeView.cs: Use LostFocus instead of Leave for detecting when
3686         the edit box has lost focus (duh).
3687         - Just make the edit box not visible when we get return, that will
3688         take the focus, which will call EndEdit
3689         * TreeNode.cs When we start editing, notify the treeview.
3690
3691 2006-07-12  Jackson Harper  <jackson@ximian.com>
3692
3693         * ComboBox.cs: Clear out old items before setting the item list.
3694         This prevents databound controls from having their items added
3695         twice.
3696         - Switch the combobox to use indices whereever possible instead of
3697         using Item's.  This allows usto navigate through lists that have
3698         more then one item with the same string value (ie a, b, b, a).
3699         - Scroll the listboxes scrollbar when a non visible item is
3700         highlighted
3701         - Allow keypress to cycle through all the possible values. For
3702         example if you have b1, b2, b3 and hold down the B key all the
3703         values will be cycled through.
3704         
3705 2006-07-12  Jackson Harper  <jackson@ximian.com>
3706
3707         * TextBoxBase.cs:
3708         * ListView.cs: Don't need to override SETFOCUS anymore, we can do
3709         this using the internal methods.
3710         * Control.cs: Add OnGotFocusInternal.  A new method that allows
3711         controls to "override" OnGotFocus and change focus behavior if
3712         needed.
3713         - Same thing for LostFocus
3714         * ComboBox.cs: Pass off focus to the text control properly.
3715
3716 2006-07-12  Alexander Olk  <alex.olk@googlemail.com>
3717
3718         * FileDialog.cs: Added GetFoldersOnly to MWFVFS
3719         * FolderBrowserDialog.cs: Almost a complete rewrite.
3720           - Better support for Environment.Specialfolders
3721           - Added support for MWFVFS
3722           - Made setting SelectedPath work
3723
3724 2006-07-12  Jackson Harper  <jackson@ximian.com>
3725
3726         * Control.cs: Optimze getting all the controls.
3727
3728 2006-07-11  Jackson Harper  <jackson@ximian.com>
3729
3730         * ContainerControl.cs: Override SETFOCUS in the container control,
3731         so that it is not selected on mouse click.
3732
3733 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com> 
3734
3735         * LinkLabel.cs: Hack to handle Shift-Tabbing to the linklabel. 
3736           Hopefully we will have a better way once all of focus is complete.
3737
3738 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com>
3739
3740         * ThemeWin32Classic.cs: Commented out some debug code and fixed
3741           a compile error with csc.
3742
3743 2006-07-11  Jackson Harper  <jackson@ximian.com>
3744
3745         * Control.cs: When hiding a control only select the next control
3746         if the current control was focused.
3747         - Don't handle enter/leave when setting/killing focus, this is
3748         done by the container control.
3749         - Remove is_selected, it's not needed anymore.
3750         - Add utility methods for selecting a child control, and for
3751         firing the Enter/Leave events.
3752         * ContainerControl.cs: When a control is activated fire the
3753         enter/leave events.
3754         - Don't wrap when processing the tab key, so that focus can be
3755         moved outside of the container.
3756         - Use the correct active control
3757
3758 2006-07-11  Jackson Harper  <jackson@ximian.com>
3759
3760         * ComboBox.cs: Remove some debug code that was blinding me.
3761         * UpDownBase.cs: These controls actually aren't implicit, they are
3762         visible to the user.
3763
3764 2006-07-10  Chris Toshok  <toshok@ximian.com>
3765
3766         * DataGrid.cs: move back to the is_adding boolean field.  god i
3767         hate this is_editing/is_adding/is_changing stuff.
3768
3769 2006-07-10  Chris Toshok  <toshok@ximian.com>
3770
3771         * DataGridTableStyle.cs: just check if the property type is bool.
3772         if it is, use DataGridBoolColumn, otherwise DataGridTextBoxColumn.
3773         Don't use CanRenderType.
3774
3775         * DataGridTextBoxColumn.cs: set the value to DBNull.Value, not "",
3776         if our text == NullText.  Remove CanRenderType.
3777
3778         * DataGridBoolColumn.cs: nuke CanRenderType.
3779
3780         * DataGrid.cs: reenable some code to end the current edit inside
3781         of set_CurrentCell.  This fixes the other 1.1.16 regression.
3782         Also, remove rowhdrs_maxheight and just use rowhdrs_area.Height.
3783         Also, remove the visible_row_count arg from CalcRowHeaders, since
3784         we don't need to worry about the actual height of the area.
3785
3786 2006-07-10  Chris Toshok  <toshok@ximian.com>
3787
3788         * DataGridTextBoxColumn.cs: if when we Commit we're in navigate
3789         mode, just return.
3790
3791         * DataGridTextBox.cs: change "isedit" to "isnavigating" to reflect
3792         the real sense of the IsInEditOrNavigateMode property (true =
3793         navigate, false = edit).  Also, update OnKeyPress to reflect this.
3794
3795         * DataGridTableStyle.cs (CreateColumnsForTable): even if the
3796         column style exists, we still need to set its property descriptor
3797         to match up with our list manager.
3798
3799 2006-07-10  Chris Toshok  <toshok@ximian.com>
3800
3801         * ThemeWin32Classic.cs: implement the new row/header painting
3802         approach.  The parent row painting will likely go away and
3803         replaced with label controls, but the rest seems to work ok (and
3804         efficiently).
3805
3806         * Theme.cs: change the way we draw datagrid rows.  we don't draw
3807         the row headers as a block now.  Instead we draw them in the
3808         normal draw-row loop.  Add some calls for drawing parent rows and
3809         relation rows.
3810
3811         * DataGridTableStyle.cs: add tons of ArgumentExceptions if this is
3812         a default table style.  Set the defaults from ThemeEngine.Current,
3813         not SystemColors.  Fix lots of misc issues with property setters.
3814
3815         * DataGrid.cs: move loads of style information out of this class
3816         as it's being duplicated with DataGridTableStyle.  keep track of a
3817         special DataGridTableStyle for the properties we used to mirror
3818         here.  Switch all the style properties to access this table style
3819         instead of instance fields of this class.  Also add a internal
3820         class to represent parent rows (more needs to be stored here, like
3821         the selection state from the parent table, as well as the
3822         expansion state.)  Also, for datasources with relations, do the
3823         right thing for collapse/expand, and add support for the
3824         navigation/parent row buttons.
3825
3826         Lastly, fix the crash in the 1.1.16 build.
3827
3828         * GridTableStylesCollection.cs: make the explicit interface
3829         implementations call the class's methods as opposed to duplicating
3830         them.
3831
3832         * DataGridTextBoxColumn.cs: set the x/y offset of the textfield to
3833         0 so the text doesn't jump around when we move the cursor.
3834
3835 2006-07-10  Jackson Harper  <jackson@ximian.com>
3836
3837         * TextBoxBase.cs:
3838         * ListBox.cs: Match MS's ToString (this makes debugging focus
3839         stuff infinitely easier).
3840
3841 2006-07-10  Jackson Harper  <jackson@ximian.com>
3842
3843         * Control.cs (SelectNextControl): When checking the control's
3844         parent use this instead of ctrl.parent so that null can be passed
3845         to SelectNextControl. (I have unit tests for this).
3846         - Remove unused var.
3847
3848 2006-07-10  Chris Toshok  <toshok@ximian.com>
3849
3850         * CurrencyManager.cs: correct one regression, the removal of the
3851         finalType field.  Also, add a MonoTODO on CanAddRows, implement
3852         Refresh() correctly, and fix some event emission in
3853         ListChangedHandler.
3854
3855 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
3856
3857         * FileDialog.cs: Don't use brackets for new folders if they exist
3858           under *nix. Instead use -(number of existing folders +1).
3859
3860 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
3861
3862         * FileDialog.cs:
3863           - Fixed really nasty bug #78771
3864           - Don't block the whole GUI when reading directories with a lot of
3865             entries. Use an other thread instead and call BeginInvoke to
3866             update the ListView in MWFFileView
3867
3868 2006-07-07  Chris Toshok  <toshok@ximian.com>
3869
3870         * Control.cs (Dispose): release any Capture when disposing.
3871
3872 2006-07-07  Chris Toshok  <toshok@ximian.com>
3873
3874         * LinkLabel.cs (Select): if we chain up to the parent, set
3875         focused_index to -1 so we'll search for the first available link
3876         the next time the user tabs into us.  Also, if the direction is
3877         backward and focused_index == -1, start the search from the last
3878         element.
3879
3880 2006-07-07  Chris Toshok  <toshok@ximian.com>
3881
3882         * LinkLabel.cs (CreatePiecesFromText): if the link's range piece
3883         is beyond the end of the text, don't do anything.
3884         (CreateLinkPieces): set our ControlStyles.Selectable based on
3885         whether or not we have any links.
3886         (Link.Invalidate): use a loop instead of foreach.
3887         (Link.set_Start): null out owner.sorted_links so it'll be
3888         recreated by CreateLinkPieces.
3889
3890 2006-07-06  Chris Toshok  <toshok@ximian.com>
3891
3892         * LinkLabel.cs: revert the SetStyle change.
3893
3894 2006-07-06  Chris Toshok  <toshok@ximian.com>
3895
3896         * LinkLabel.cs (.ctor): SetStyle Selectable to true.
3897         (OnEnableChanged): s/Refresh/Invalidate
3898         (OnGotFocus): if we have a focused index already, refocus it (so
3899         if we mouse out/in to the window it'll focus the right link).
3900         (OnKeyDown): move the tab handling out of here.
3901         (OnLostFocus): don't set focused_index to -1, so we can refocus it
3902         when we lose focus.
3903         (OnMouseDown): don't Capture here - Control handles it.  Also,
3904         focus the active link.
3905         (OnMouseUp): don't deal with Capture.
3906         (OnPaintBackgroundInternal): remove.
3907         (OnTextAlignChanged): CreateLinkPieces before calling the
3908         superclass's method.
3909         (OnTextChanged): call CreateLinkPieces before calling superclass's
3910         method.
3911         (ProcessDialogKey): handle Tab here, and call Select(bool,bool) to
3912         move around.
3913         (Select): implement this, moving the selection between different
3914         links, and call parent.SelectNextControl if we don't have another
3915         link to focus in the given direction.
3916         (CreateLinkPieces): call Invalidate instead of Refresh.
3917         
3918 2006-07-06  Chris Toshok  <toshok@ximian.com>
3919
3920         * ThemeWin32Classic.cs: DrawLinkLabel changes to accomodate the
3921         new LinkLabel internals.
3922
3923         * LinkLabel.cs: fairly major rewrite.  get rid of all the loops
3924         over pieces looking for active/focused/etc links.  also, deal with
3925         runs of text (and links) with embedded \n's in them, and use
3926         MeasureCharacterRanges instead of MeasureString to figure out the
3927         regions text occupies.  Lastly, do the usual s/Refresh/Invalidate
3928         two-step.
3929
3930 2006-07-04  Jackson Harper  <jackson@ximian.com>
3931
3932         * XplatUIX11.cs: Enable key auto repeat. If the user doesn't have
3933         XKB or key auto repeat, do it manually.  Without key auto repeat,
3934         when a key is held down we get key press, key release, key press,
3935         key release, ... with auto repeat we get key press, key press, key
3936         press ..., and then a release when the key is actually released.
3937
3938 2006-07-03  Jackson Harper  <jackson@ximian.com>
3939
3940         * TabControl.cs:
3941         * ThemeWin32Classic.cs: Tabs do not obey normal background color
3942         rules, they are always control color regardless of the background
3943         color.
3944
3945 2006-07-02  Alexander Olk  <alex.olk@googlemail.com>
3946
3947         * FileDialog.cs: Added internal class MWFConfig.
3948           Removed Registry support and replaced it with support for the new
3949           MWFConfig class. See MWFConfig comments for more information.
3950
3951 2006-06-30  Alexander Olk  <alex.olk@googlemail.com>
3952
3953         * ThemeWin32Classic.cs: Added RadioButton and CheckBox focus
3954           rectangle. Added some patches from eno from bug #78490 and fixed
3955           the arrow position for small up and down CPDrawScrollButtons.
3956
3957 2006-06-30  Jackson Harper  <jackson@ximian.com>
3958
3959         * InternalWindowManager.cs: Remove some debug code.
3960         * Form.cs: When an MdiParent is set to null, the window is
3961         "detatched" and becomes a normal window.
3962         * MdiClient.cs: Don't bring the new child form to the front until
3963         it is activated (setting it as active does this), this makes the
3964         previously active forms titlebar get redrawn as inactive.
3965
3966 2006-06-29  Peter Dennis Bartok  <pbartok@novell.com>
3967
3968         * PrintDialog.cs: Labels need a tab index too, otherwise they overlap
3969           with later controls
3970
3971 2006-06-29  Mike Kestner  <mkestner@novell.com>
3972
3973         * MenuAPI.cs: handle arrow keys in keynav state. Go active on down
3974         arrow in keynav state.  Fixes #78682.
3975
3976 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
3977
3978         * PrintDialog.cs: Reorder, relayout, remove extra code, set tab 
3979           order (fixes #78393)
3980
3981 2006-06-28  Jonathan Pobst  <monkey@ipobst.com>
3982
3983         * AccessibleRole.cs, AccessibleStates.cs, AnchorStyles.cs, 
3984           ArrangeDirection.cs, ArrangeStartingPosition.cs, ColorDepth.cs,
3985           ControlStyles.cs, DataGridViewImageCellLayout.cs, DrawMode.cs,
3986           FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs,
3987           GridItemType.cs, HelpNavigator.cs, ImeMode.cs, ItemActivation.cs,
3988           ItemBoundsPortion.cs, Keys.cs, ListViewAlignment.cs, 
3989           PictureBoxSizeMode.cs, PropertySort.cs, SelectionMode.cs,
3990           Shortcut.cs, SizeGripStyle.cs, SortOrder.cs, StructFormat.cs,
3991           TextFormatFlags.cs, ToolBarAppearance.cs, ToolBarButtonStyle.cs,
3992           ToolBarTextAlign.cs, View.cs: 2.0 Changes to existing 1.x
3993           enumerations (FlagsAttribute, SerializableAttribute, added/removed
3994           values)
3995
3996 2006-06-28  Mike Kestner  <mkestner@novell.com>
3997
3998         * ComboBox.cs: implement scroll wheel support. Fixes #78360.
3999
4000 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
4001
4002         * PropertyGrid.cs,
4003           PropertyGridTextBox.cs : explicitly set BackColor to differentiate
4004           item lines from other area (It also makes BackColor consistent and
4005           compatible with .NET). Fixed bug #78564.
4006
4007 2006-06-28  Jonathan Chambers  <jonathan.chambers@ansys.com>
4008
4009         * PropertyGrid.cs: refresh toolbar when PropertySort is set.
4010         Patch from Eno for #78555.
4011
4012 2006-06-27  Chris Toshok  <toshok@ximian.com>
4013
4014         * ThemeWin32Classic.cs: s/grid.grid_drawing/grid
4015
4016         * DataGridColumnStyle.cs: same.
4017
4018         * DataGrid.cs: Roll DataGridDrawingLogic.cs into this file.
4019         
4020         * DataGridDrawingLogic.cs: nuke.
4021
4022 2006-06-27  Chris Toshok  <toshok@ximian.com>
4023
4024         * DataGridTableStyle.cs: clean up the constructors, and build the
4025         list of child relations for this table.  I have no idea if this is
4026         where we should be doing it (it probably isn't), but since we're
4027         already iterating over the properties..
4028
4029         * DataGrid.cs: add row resizing.  for now we add a DataGridRow
4030         struct and array for keeping track of row information, similar to
4031         what's shown in a hack on
4032         http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx.
4033
4034         * Theme.cs: be consistent about the naming of DataGrid methods,
4035         prefering ColumnWidths and RowHeights over columnsWidths and
4036         RowsHeights.
4037
4038         * ThemeWin32Classic.cs: same, and also add support for variable
4039         sized rows (and the +/- expansion icons for related rows).
4040
4041 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
4042
4043         * TextBoxBase.cs: Applied Eno's patch from #78660
4044
4045 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
4046
4047         * Form.cs (ScaleCore): We don't want to scale our form if it's
4048           state is minimized or maximized, but we still need to scale our
4049           child windows. Also, added try/finally block to ensure layout
4050           gets reset (Fixes #78697)
4051
4052 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
4053
4054         * Control.cs: Added 2.0 Scale(SizeF) method (Fixes 78700)
4055
4056 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
4057
4058         * Form.cs: Fixed c+p error and added check to resize form if minimum
4059           size is bigger than current size (Fixes #78709)
4060
4061 2006-06-26  Peter Dennis Bartok  <pbartok@novell.com> 
4062
4063         * ThemeEngine.cs (..ctor): Properly use ToLower() (Fixes #78704)
4064
4065 2006-06-26  Mike Kestner  <mkestner@novell.com>
4066
4067         * ComboBox.cs: only do Keypress handling in the combo when there  
4068         are items in the collection. Fixes #78710.
4069
4070 2006-06-26  Chris Toshok  <toshok@ximian.com>
4071
4072         * Binding.cs: make this work bi-directionally.  also, clear up
4073         other mixups between Push/Pull Data (e.g. we're supposed to pull
4074         data when validating).
4075
4076         * BindingManagerBase.cs: trim some fully qualified collection
4077         types.
4078
4079         * PropertyManager.cs (get_IsSuspended): oops, fix this check.
4080
4081 2006-06-23  Chris Toshok  <toshok@ximian.com>
4082
4083         * PropertyManager.cs: It appears (according to the unit tests)
4084         that PropertyManager doesn't use
4085         PropertyDescriptor.AddValueChanged to track propery value changes
4086         in its datasource, but uses the same scheme as Binding, where it
4087         looks for a <Property>Changed event and binds to it.
4088
4089         Also, according to the docs, IsSuspended always returns false for
4090         a property manager with a non-null datasource.
4091
4092 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com> 
4093
4094         * Form.cs: (ShowDialog): If we're returning a forced cancel we still
4095           need to update the actual DialogResult. (Fixes #78613)
4096
4097 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com>
4098
4099         * Form.cs (ShowDialog): Release any captures before running the
4100           new message pump (fixes #78680)
4101
4102 2006-06-22  Mike Kestner  <mkestner@novell.com>
4103
4104         * ListView.cs: Layout column widths properly in details mode even 
4105         if HeaderStyle.None is set.  Fixes #78691.
4106
4107 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com>
4108
4109         * FileDialog.cs: Fixed taborder to match MS. Fixes #77873 partially.
4110
4111 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com> 
4112
4113         * Control.cs (ContainsFocus): Using new driver method to get focused
4114           window, instead of trying to use internal tracking var, which can
4115           recursion issues (Fixes #78685)
4116         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
4117           XplatUIWin32.cs: Added GetFocus method to return focused window
4118
4119 2006-06-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4120
4121         * ColorDialog.cs: when the mouse button is pressed inside the color
4122         matrix, don't let the cursor move out of it until the button is
4123         released, which is the behavior on windows. Changed 'colours' by
4124         'colors' to use the same word consistently.
4125
4126 2006-06-21  Chris Toshok  <toshok@ximian.com>
4127
4128         * DataGrid.cs: add in some basic navigation stuff (navigating to a
4129         child relation and back, using a stack).  Also, remove
4130         GetDataSource and the code that calls it - it's not needed.  Also,
4131         track CurrencyManager.ListName's removal.
4132
4133 2006-06-21  Chris Toshok  <toshok@ximian.com>
4134
4135         * CurrencyManager.cs: push some of the original type checking from
4136         BindingContext.CreateBindingManager to here, and remove some of
4137         the finalType stuff.  Need more tests to make sure I've got the
4138         ListName part right, and we might need more in SetDataSource.
4139
4140         * PropertyManager.cs: add a ctor that takes just the datasource,
4141         and no property name.  Make SetDataSource work with a null
4142         property_name, and make Current return the data_source if the
4143         property descriptor is null.  this makes 'string foo = "hi";
4144         BindingContext[foo].Current' return "hi" as it should.
4145
4146         * RelatedCurrencyManager.cs: make this code more generic - there's
4147         no reason the parent manager has to be CurrencyManager, and
4148         there's no reason to pass the DataRelation.  It suffices to use a
4149         BindingManagerBase and PropetyDescriptor.
4150
4151         * RelatedPropertyManager.cs: make a similar change here.
4152         
4153         * BindingContext.cs: make CreateBindingManager the beautiful, tiny
4154         flower I knew it could be.
4155
4156 2006-06-20  Chris Toshok  <toshok@ximian.com>
4157
4158         * PropertyManager.cs: the PropertyChangedHandler is invoked when
4159         data in the source has changed and we need to update the control,
4160         so s/PullData/PushData.
4161
4162         * CurrencyManager.cs: Refresh is meant to update the control from
4163         data in the datasource.  So, s/PullData/PushData.
4164
4165         * BindingContext.cs: add more ugliness (we weren't handling the
4166         case where data_source = DataTable and data_member = column_name).
4167
4168         * Binding.cs: fix PushData/PullData mixup.  Both are interpreted
4169         from the perspective of the datasource.  PullData pulls from the
4170         control, PushData pushes to the control.
4171
4172 2006-06-20  Chris Toshok  <toshok@ximian.com>
4173
4174         * BindingContext.cs: rewrite the CreateBindingManager code to
4175         handle navigation paths more or less properly.  This could
4176         definitely stand some more work, in particular to push the
4177         recursion up to the toplevel.  But that relies on fixes in other
4178         places (System.Data comes to mind).
4179
4180         Also, move to a flat hashtable (and encode the twolevel nature of
4181         the dictionary into the hash key).  This lets us implement the
4182         IEnumerable.GetEnumerator method.
4183
4184         * RelatedCurrencyManager.cs: new class.  Update our view based on
4185         our relation and our parent CurrencyManager's position.
4186
4187         * CurrencyManager.cs: split out some logic from the ctor into
4188         SetView, so it can be called from the new RelatedCurrencyManager
4189         subclass.
4190
4191         * RelatedPropertyManager.cs: new class.  Update our datasource
4192         based on the position of our parent CurrencyManager.
4193
4194         * PropertyManager.cs: split out some logic from the ctor into
4195         SetDataSource, so it can be called from the new RelatedDataSource
4196         subclass.  Also, make the Current getter return the value
4197         of the PropertyDescriptor, not the data_source.
4198
4199         * Binding.cs: no need to duplicate the string splitting code here.
4200
4201 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
4202
4203         * Control.cs:
4204           - set_Enabled: OnEnabledChanged is not called if the inherited state 
4205             of the control is not altered, even though  we might be changing the
4206             internal state of the control (#78458)
4207           - set_Enabled: (Re)Moved the enabling/disabling of the window to 
4208             OnEnabledChanged, to allow easy altering of any child window state
4209           - OnEnabledChanged: Added code to enable/disable driver window state
4210           - OnParentEnabledChanged: Instead of firing the event, call 
4211             OnEnabledChanged, which will fire the event and also a) set driver
4212             window state and pass the enabled state to any grandchildren (#78458)
4213
4214 2006-06-19  Jackson Harper  <jackson@ximian.com>
4215
4216         * InternalWindowManager.cs: We don't set the cursor explicitly
4217         thats done via the response to NCHITTESTs.
4218         - Don't need to adjust for titlebar heights anymore, the
4219         coordinates are coming in the correct coordinates now (see peters
4220         last patch).
4221
4222
4223 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
4224
4225         * XplatUIX11.cs (GetMessage): WM_NCxBUTTONx messages were wrongly
4226           being translated relative to whole window, instead of client window.
4227           That caused broken offsets on mouseclick (and caused gas for our
4228           InternalWindowManager)
4229
4230 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
4231
4232         * TextControl.cs:
4233           - MoveCaret: Implemented PgUp, PgDown, CtrlPgUp and CtrlPgDown
4234           - Undo(): Added replay of cursor move on DeleteChars action; added
4235             calling Undo() again if a recorded cursor move is invalid (to
4236             ensure that some action is performed on Undo)
4237         * TextBoxBase.cs (ProcessKey): Added handling of PgUp and PgDown (#78482)
4238
4239 2006-06-16  Jackson Harper  <jackson@ximian.com>
4240
4241         * MdiClient.cs: Instead of just sizing maximized windows when
4242         there is a resize we also have to adjust the Y of minimized
4243         windows, so they stay pinned to the bottom of the mdi container.
4244         - Eliminate separate tracking of the active control, we can just
4245         get this from the controls collection.
4246         - Paint the decorations for the newly activated titlebar so we get
4247         a pretty blue bar.
4248         * InternalWindowManager.cs:
4249         * ThemeWin32Classic.cs: Minimized windows get all three buttons
4250         even if they are a tool window.
4251         
4252 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
4253
4254         * TextControl.cs (Undo): Handle non-existent cursor locations in the
4255           undo buffer, these can happen when text was deleted and the cursor
4256           was recorded first. Since we will also have a recorded cursor
4257           after the delete this is not an issue. (Fixes #78651)
4258
4259 2006-06-14  Peter Dennis Bartok  <pbartok@novell.com> 
4260
4261         * AccessibleObject.cs: Remove dependence on Control.is_selected;
4262           instead properly track control states internally (allows us to
4263           remove is_selected from Control)
4264
4265 2006-06-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4266
4267         * ImageListStreamer.cs: correctly generate the 1bpp mask for images
4268         whose width is not a multiple of 8.
4269
4270 2006-06-13  Jackson Harper  <jackson@ximian.com>
4271
4272         * MdiClient.cs:  Only maximize the next child if the current one
4273         is maximized.
4274
4275 2006-06-13  Chris Toshok  <toshok@ximian.com>
4276
4277         * DataGridColumnStyle.cs: Invalidate the column when HeaderText is
4278         modified.  Also, guard against grid or grid_drawing being null in
4279         Invalidate.
4280
4281         * DataGrid.cs: Reformat tons of getters/setters.  In the
4282         DataMember setter, just call SetNewDataSource instead of
4283         duplicating some of its functionality.  In SetNewDataSource, don't
4284         check ListManager for null, since the property getter creates the
4285         object if needed.
4286
4287         * DataGridTableStyle.cs: don't set TableStyle or call
4288         SetDataGridInternal on the column here, it's done in
4289         GridColumnStylesCollection.Add.
4290
4291         * GridColumnStylesCollection.cs: fix all the explicit interface
4292         implementations to just call our methods.  Nuke AddInternal() and
4293         move the body of it to Add().  Also, add a call to
4294         column.SetDataGridInternal to Add().
4295
4296         * DataGridTextBoxColumn.cs (.ctors): call this() instead of
4297         base()+duplicate code.  Also, use the Format property instead of
4298         format to generate an Invalidate ala MS.  Lastly, create the
4299         textbox here, unconditionally.
4300         (set_Format): call Invalidate.
4301         (get_TextBox): no need to call EnsureTextBox.
4302         (Commit): remove the message box.
4303         (Edit) remove the call to EnsureTextBox.
4304         (EndEdit): call HideEditBox instead of ReleaseHostedControl.
4305         (EnterNullValue): no need to check textbox for null.
4306         (HideEditBox): no need to check textbox for null.
4307         (SetDataGridInColumn): add the textbox to the grid's controls.
4308         (EnsureTextBox): nuke.
4309         
4310 2006-06-13  Jackson Harper  <jackson@ximian.com>
4311
4312         * MdiWindowManager.cs: Hook up to the maximized menus paint event
4313         and redraw the buttons when needed. Unhook when the window is
4314         unmaximized.
4315         * MainMenu.cs: Add an internal Paint event, the mdi window manager
4316         needs this so that it can redraw its buttons when the menu is
4317         repainted.
4318         * InternalWindowManager.cs:
4319         * Form.cs: The method order has changed for DrawMaximizedButtons,
4320         so that it can be a PaintEventHandler.
4321         
4322 2006-06-13  Jackson Harper  <jackson@ximian.com>
4323
4324         * MdiClient.cs: When we close a maximized mdi window, the next mdi
4325         window is activated and maximized, even if it wasn't before.
4326         - When  a new window is activated repaint the decorations of the
4327         old one, so that it no longer has the Active "look" (the blue
4328         titlebar).
4329         * InternalWindowManager.cs: Open up CreateButtons to base classes
4330         so they can recreate the buttons on state changes.
4331         - If a window is maximized give it all three buttons
4332         * MdiWindowManager.cs: Create the titlebar buttons when the state
4333         is changed, this is needed because a toolwindow will not have all
4334         three buttons until it is maximized.
4335
4336 2006-06-13  Atsushi Enomoto  <atsushi@ximian.com>
4337
4338         * ProgressBar.cs : PerformStep() shouldn't exceed Maximum.
4339           Fixed bug #78609.
4340
4341 2006-06-12  Jackson Harper  <jackson@ximian.com>
4342
4343         * KeysConverter.cs: Make sure we handle the Ctrl special case
4344         if its the only key.
4345         
4346 2006-06-12  Jackson Harper  <jackson@ximian.com>
4347
4348         * Theme.cs: Add a method to get the size of a managed window
4349         toolbar button.
4350         * InternalWindowManager.cs: Remove the ButtonSize property, this
4351         should be retrieved from the theme.
4352         * MdiWindowManager.cs: Get the button size from the theme
4353         * ThemeWin32Classic.cs: Make the method to get the managed window
4354         titlebar button size public.
4355         - Handle the different button sizes of maximized toolwindows
4356         (should match any maximized window).
4357         - Get the titlebar height from the theme, not the WM (which gets
4358         it from the theme).
4359
4360 2006-06-12  Jackson Harper  <jackson@ximian.com>
4361
4362         * InternalWindowManager.cs: Handle NC Double Clicks, passing the
4363         event down to the mdi window manager.
4364         - Expose some extra stuff to base classes
4365         - Make sure to end the Capture on an NC Mouse up, so that we can
4366         get double clicks properly, and the sizing doens't stick.
4367         - When doing PointToClient contain it in the workable desktop
4368         area, this prevents windows from changing size when the cursor is
4369         pulled outside of the working area while sizing.
4370         * MdiWindowManager.cs: When we get a double click maximize the
4371         window.
4372         - Reset the cursor after handling mode changes.
4373
4374 2006-06-12  Peter Dennis Bartok  <pbartok@novell.com> 
4375
4376         * XplatUIX11.cs (WorkingArea): Read the actual workarea for the 
4377           current desktop, instead of just assuming a 0, 0 origin. This
4378           is needed for our internal window manager, to know the top
4379           margin of the desktop
4380
4381 2006-06-12  Chris Toshok  <toshok@ximian.com>
4382
4383         * DataGrid.cs (set_CurrentCell): concede focus as we move around.
4384         we need this to get rid of the selected background in the bool
4385         column.
4386         (CancelEditing): move the ConcedeFocus call to above the Abort
4387         call.  Also, set is_changing to false and invalidate the row
4388         header if we were changing before.
4389         (ProcessKeyPreviewInternal): remove, since noone outside this
4390         class calls it anymore.  Roll the code into ProcessKeyPreview.
4391         (EndEdit): remove the internal version.
4392         (InvalidateCurrentRowHeader): make private.
4393
4394         * DataGridBoolColumn.cs: simplify this class a bunch.  remove the
4395         Keys.Escape handling (and with it the last call to
4396         DataGrid.EndEdit from outside the class.)
4397
4398
4399 2006-06-12  Chris Toshok  <toshok@ximian.com>
4400
4401         * DataGridTextBox.cs (.ctor): isedit defaults to false.
4402         (OnKeyPress): set isedit to true.
4403         (ProcessKeyMessage): remove Keys.Enter handling from here.  it's
4404         already handled by the grid.
4405
4406         * DataGrid.cs (set_CurrentCell): more work here.  it's still not
4407         right.  ugh.
4408         (set_DataSource): SetDataSource always returns true, so stop
4409         putting it in an if statement.
4410         (EndEdit): get rid of some {}'s
4411         (ProcessGridKey): return true in case Keys.Escape.
4412         (ProcessKeyPreviewInternal): only handle KEYDOWN messages.
4413         (ConnectListManagerEvents,DisconnectListManagerEvents): connect to
4414         PositionChanged, stopped connecting to CurrentChanged.
4415         (GetDataSource): simplify this a bunch.
4416         (SetDataSource): change return type from bool to void.
4417         (OnListManagerPositionChanged): rename OnListManagerCurrentChanged
4418         to this, and make sure we don't set ListManager.Position inside
4419         set_CurrentCell.
4420         (OnListManagerItemChanged): if we're passed an actual index,
4421         redraw that row.
4422
4423         * CurrencyManager.cs (set_Position): don't call PullData here.
4424
4425 2006-06-09  Jackson Harper  <jackson@ximian.com>
4426
4427         * TreeNode.cs:  Recalculate the visible order before doing the
4428         Expand/Collapse Below calls, because those calls generate an
4429         expose.
4430         - Reduce calls to the TreeView property, which is mildly expensive
4431         by using a local var.
4432         * Form.cs: Layout the MDI child windows when creating the parent
4433         form.
4434         - Don't use the internal constructor anymore
4435         * MdiClient.cs: use the parent form width/height (if available)
4436         when laying out the child windows, we do this because the
4437         mdiclient isn't docked yet when the initial layout is done.
4438         - Don't need an internal constructor anymore.
4439
4440 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4441
4442         * FileDialog.cs: handle access errors when trying to create a folder
4443         or changing to a directory. No need to initialize out parameters.
4444
4445 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
4446
4447         * FileDialog.cs: Append a number when creating a new folder if the
4448           folder already exists (use parenthesis instead of square brackets)
4449
4450 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
4451
4452         * FileDialog.cs:
4453           - Disabled registry support for windows and added better registry
4454             error checking for other systems (need to investigate why it
4455             works perfectly on my system)
4456           - If a folder already exist show an error MessageBox instead of
4457             trying to create an indexed name.
4458           - Fixed a non intentional typo.
4459
4460 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4461
4462         * FileDialog.cs: (SetFileName) don't crash if CurrentRealFolder is null.
4463
4464 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
4465
4466         * FileDialog.cs: When creating a new folder don't crash if the
4467           folder already exists.
4468
4469 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
4470
4471         * FileDialog.cs: Allmost a complete rewrite.
4472           - added a "virtual" file system that handles the differences
4473             between unix and windows file systems (especially the directory
4474             structure). Moved most of the directory and file handling code
4475             into the vfs.
4476             Added vfs classes: MWFVFS, FileSystem, WinFileSystem,
4477             UnixFileSystem and FSEntry.
4478           - Recently used folder/directory, size, location and used file names
4479             (file name ComboBox) are now stored in the registry and get read
4480             before the dialog shows up (fixes part 6 of bug #78446).
4481           - Creation of new folders/directories is now possible (context menu
4482             or ToolBar). Added TextEntryDialog for this that fills in the gap
4483             until ListView.LabelEdit works.
4484           - Fixed cursor handling (bug #78527) and focus handling for
4485             PopupButtonPanel
4486           - Various "Search in" ComboBox enhancements. The content of the
4487             dropdown listbox now almost matches ms.
4488           - Changed the behaviour when the user switches to SpecialFolder
4489             Recent to show the ListView in View.Details.
4490           - Beside using the ToolBar to change the View property of the
4491             file ListView it is now possible to use the context menu too.
4492
4493 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
4494
4495         * ComboBox.cs: Don't create a new ObjectCollection when an item
4496           gets inserted. Just insert the item in the existing object_items
4497           ArrayList.
4498
4499 2006-06-08  Jackson Harper  <jackson@ximian.com>
4500
4501         * OpenTreeNodeEnumerator.cs: Fix to use the Parent property, so
4502         that the treeview and root node checks are done also, this fixes a
4503         regression i caused in the unit tests.
4504
4505 2006-06-07  Wade Berrier <wberrier@novell.com> 
4506
4507         * RichTextBox.cs: More ISO8859-1 -> unicode
4508
4509 2006-06-07  Mike Kestner  <mkestner@novell.com>
4510
4511         * ComboBox.cs : use items to hold highlight/selection so that
4512         collection insertions don't require synchronization.
4513
4514 2006-06-07  Jackson Harper  <jackson@ximian.com>
4515
4516         * InternalWindowManager.cs: Simplify (and FIX) the window sizing
4517         routine.  We now always keep the sized edge at the cursor instead
4518         of computing movement and adjusting rects.  There is one buglet
4519         with this method though when the cursor is moved over area that
4520         the window can not expand too (such as the toolbars on the desktop).
4521
4522 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4523
4524         * XplatUIX11.cs: (IsEnabled,IsVisible) the window handler can be null
4525         here. Fixes crash on startup in AlbumSurfer.
4526
4527 2006-06-07  Peter Dennis Bartok  <pbartok@novell.com> 
4528
4529         * RichTextBox.cs: Replaced embedded ISO8859-1 chars with proper unicode
4530           values
4531
4532 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4533
4534         * XplatUIX11.cs: call XPending and XNextEvent inside the same lock()
4535         statement to avoid calling XNextEvent which will block if another thread
4536         took the event that we were expecting. Fixes bug #78605.
4537
4538 2006-06-07  Mike Kestner  <mkestner@novell.com>
4539
4540         * ListView.cs : isolated checkbox clicking from the selection logic.
4541         Toggle check state on item doubleclicks.  Really fixes #78454 part2.
4542
4543 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4544
4545         * Form.cs: Check that the value passed to Form.DialogResult
4546         is a valid enum value.
4547
4548 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4549
4550         * FileDialog.cs: disable the up button when in 'Recently Used' or 'My
4551         Computer'. Clicking it in the network view goes to 'My Computer'.
4552         Added CIFS filesystem type. Display the mount point of filesystems.
4553         Avoid duplicate mount points (happens for me with CIFS);
4554
4555 2006-06-06  Jackson Harper  <jackson@ximian.com>
4556
4557         * InternalWindowManager.cs: Draw the maximized windows buttons
4558         when resizing.
4559
4560 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4561
4562         * Form.cs: when running a modal dialog, ignore WM_CLOSE requests for
4563         all other dialogs. Fixes bug #78585.
4564
4565 2006-06-06  Mike Kestner  <mkestner@novell.com>
4566
4567         * CheckedListBox.cs : apply CheckOnClick behavior to unchecking too.
4568         Only invalidate checkbox on checkstate changes to avoid flicker.
4569         * ListBox.cs : avoid unselect/select when clicking selected item.
4570         avoid reselection flicker for already multiselected items.
4571         Fixes #78382.
4572
4573 2006-06-06  Jackson Harper  <jackson@ximian.com>
4574
4575         * MdiWindowManager.cs: When the window is closed do an NCRecalc on
4576         the parent form so that the menu is removed if needed.
4577
4578 2006-06-06  Mike Kestner  <mkestner@novell.com>
4579
4580         * ListBox.cs : add ScrollWindow call to UpdateTopItem.  fix
4581         Prev/Next/PrevPage/NextPage/Home/End index calculation.  Fixes #78559.
4582
4583 2006-06-06  Mike Kestner  <mkestner@novell.com>
4584
4585         * CheckedListBox.cs : rebuild check collection on Add.  Fixes #78426.
4586
4587
4588 2006-06-06  Jackson Harper  <jackson@ximian.com>
4589
4590         * Control.cs: Use the property (instead of the field) to get the
4591         default cursor so it is instantiated correctly.
4592         * InternalWindowManager.cs: The OS doesn't give us an NCPAINT with
4593         resizes so we need to manually repaint the window decorations here.
4594         - Set the titlebar button locations as soon as they are created,
4595         otherwise they are not set correctly on win32.
4596         
4597 2006-06-06  Chris Toshok  <toshok@ximian.com>
4598
4599         * CurrencyManager.cs (set_Position): call PullData before
4600         OnCurrentChanged.
4601         (AddNew): after calling IBindingList.AddNew, update our
4602         listposition, and call OnCurrentChanged/OnPositionChanged (without
4603         calling PullData).
4604         (OnCurrentChanged): remove the call to PullData from here.
4605         (OnItemChanged): remove the call to PushData from here.
4606         (OnPositionChanged): change the test from == null to != null to
4607         match the other methods.
4608         (ListChangedHandler): the grossest part of the patch.  Implement
4609         this such that it passes the unit tests in CurrencyManagerTest and
4610         the output more or less matches that of MS's implementation.
4611  
4612 2006-06-06  Mike Kestner  <mkestner@novell.com>
4613
4614         * ListView.cs : only update check state on single click.
4615         * ThemeWin32Classic.cs : fix focus drawing for details view without
4616         fullrowselect.  Fixes #78454.
4617         * XplatUIX11.cs : fix for double click emission.
4618
4619 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
4620
4621         * PropertyGridView.cs : Applied Atsushi's patch to fix
4622         font dialog bug  (#78197).
4623
4624 2006-06-05  Jackson Harper  <jackson@ximian.com>
4625
4626         * TreeNode.cs: Compute the next node for expanding/collapsing
4627         correctly. We now factor in nodes without a NextNode
4628         correctly. (Fixes somes cases in nunit-gui).
4629         * InternalWindowManager.cs: Set the bounds when updating the
4630         virtual position of a tool window.
4631         
4632 2006-06-05  Chris Toshok  <toshok@ximian.com>
4633
4634         * DataGrid.cs: rename cached_currencymgr to list_manager.
4635         (set_CurrentCell): move SetCurrentCell code here, and clean it up
4636         some.
4637         (CurrentRow, CurrentColumn): single accessors so we can make the
4638         cursor movement code a lot easier to understand.
4639         (CurrentRowIndex): implement this in terms of CurrentRow.
4640         (BeginEdit): clean this up a bit.
4641         (CancelEditing): sort out the is_editing/is_changing/is_adding
4642         stuff a little.
4643         (EndEdit): minor changes.
4644         (OnKeyDown): add a comment about a (most likely) unnecessary
4645         check.
4646         (OnMouseDown): cancel editing when we click on a row header.  And
4647         use the CurrentRow setter, not CurrentCell.
4648         (ProcessDialogKey): directly call ProcessGridKey.
4649         (UpdateSelectionAfterCursorMove): factor out this common block of
4650         code (it's used everywhere that we move the cursor by updating row
4651         or column).
4652         (ProcessGridKey): pretty substantial overhaul.  Use the
4653         CurrentRow/CurrentColumn properties to make the code a lot more
4654         readable.  Only use the CurrentCell property when we have to
4655         modify both row and column at once.  Tab behavior is still broken,
4656         and Delete is untested.
4657         (Select): if we have no selected rows, set selection_start to
4658         @row.
4659         (EditCurrentCell): rename EditCell this.  It was only ever invoked
4660         with CurrentCell as the arg, so drop the arg and rename it.
4661
4662         * DataGridColumnStyle.cs: clean up the constructors a little, and
4663         drop CommonConstructor().
4664
4665         * DataGridTextBox.cs (.ctor): set accepts_return to true so we
4666         actually get notified when the user hits it.
4667         (ProcessKeyMessage): *substantially* simplify this method.
4668         There's no reason (that I can see) for the textbox to be making
4669         calls into the datagrid at all.  Remove all of them but the ones
4670         for Enter handling.  those will take some more work.
4671
4672         * DataGridTextBoxColumn.cs (ConcedeFocus): implement this by
4673         calling HideEditBox.
4674         (HideEditBox): if we have an active textbox, render it invisible
4675         without causing a re-layout of the datagrid.
4676
4677 2006-06-05  Mike Kestner  <mkestner@novell.com>
4678
4679         * ListView.cs : fix NRE crasher when focuseditem is cleared by
4680         collection changes by resetting it to Items[0].  Fixes #78587.
4681
4682 2006-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4683
4684         * MessageBox.cs: if the height of the text is larger than the icon_size,
4685         use that. Fixes bug #78575.
4686
4687 2006-06-05  Jackson Harper  <jackson@ximian.com>
4688
4689         * TreeView.cs: Fix line drawing when scrolling.  To do this each
4690         node is basically responsible for drawing its entire horizontal
4691         area.  When drawing a node it draws its parent node lines if
4692         needed.
4693         - Adjust the clip area to the viewport rectangle
4694         - Fix Left/Right key handling to match MS. (It expand/collapses
4695         and moves to parents/first child but does not move selection to
4696         sibling nodes).
4697         - Fix SetTop to work with new bound calculation code
4698         - When scrollbars are no longer needed we need to reset scrolling
4699         vars and recalculate the visible order so the redraw is correct
4700         * TreeNode.cs: We can't expand/collapse nodes with no children.
4701
4702 2006-06-03  John Luke  <john.luke@gmail.com> 
4703
4704         * X11DesktopColors.cs: dllimport the exact gtk and gdk versions
4705         so the colors work without dev packages
4706         
4707 2006-06-02  Peter Dennis Bartok  <pbartok@novell.com> 
4708
4709         * Control.cs 
4710           - Select: Implemented to just use activate. Seems to match MS 
4711             behaviour closest. Documented to only do actual control walking 
4712             based on it's parameters if in a container control so I moved 
4713             the code there.
4714           - Removed selection check logic from our internal Select() method
4715         * ContainerControl.cs:
4716           - Select: Moved selection logic from Control here, since MS documents
4717             that containers obey the bool arguments. No longer calling base
4718
4719 2006-06-02  Jackson Harper  <jackson@ximian.com>
4720
4721         * TreeView.cs: If the selected node isn't changed when we get
4722         focus update the previously selected node so that we see the
4723         selection box.
4724
4725 2006-06-02  Mike Kestner  <mkestner@novell.com>
4726
4727         * ComboBox.cs: restructure grab and general mouse event handling.
4728         Make the composite control raise mouse events like it was a single
4729         control for leaves/enters/motion/up/down events.  fix dropdown list
4730         coordinate mangling and refactor it into the scrollbar subclass to
4731         reduce code duplication.  Fixes #78282 #78361 and #78457.
4732
4733 2006-06-02  Mike Kestner  <mkestner@novell.com>
4734
4735         * ScrollBar.cs: remove Capture setting/clearing, as it happens
4736         automatically in the Control.WndProc.
4737
4738 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4739
4740         * FileDialog.cs: fix crash when running SharpChess, which sets the
4741         FilterIndex to 2 with only one Filter.
4742
4743 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4744
4745         * ToolBar.cs: add SizeSpecified property.
4746         * ToolBarButton.cs: when the ButtonSize is calculated by the container,
4747         try to figure out our real size, otherwise fallback to what the
4748         container says.
4749
4750 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
4751
4752         * XplatUIX11.cs (DefWndProc): WM_MOUSEWHEEL needs to be passed up
4753         * Control.cs (WndProc): MS always calls the DefWndProc to pass
4754           up the event
4755
4756 2006-06-01  Mike Kestner  <mkestner@novell.com>
4757
4758         * ListView.cs: revamp the focus management in ListView.  It still
4759         causes churn of LostFocus/GotFocus emissions on clicks, but it's
4760         better than not handling focus at all.  Will revisit when pdb feels
4761         the general focus handling is solid.  Fixes #78526.
4762
4763 2006-06-01  Jackson Harper  <jackson@ximian.com>
4764
4765         * TreeView.cs: Set the default border style in the constructor.
4766         - Move painting to use OnPaintInternal instead of capturing
4767         WM_PAINT, this is the correct way of doing things
4768         - UpdateBelow shouldn't invalidate the scrollbar area
4769         - Cap the top on update below in case the node was above the top
4770         of the viewport rectangle.
4771         - ExpandBelow and Collapse below need to obey Begin/End Update.
4772         * TreeNode.cs: Make is_expanded internal so the treenode
4773         collection can change it without firing the whole event chain.
4774         * TreeNodeCollection.cs: When clearing all the child nodes make
4775         sure to recalc the visible order.
4776         - Improve algo for remove the top node
4777
4778 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
4779
4780         * XplatUIX11.cs (SetFocus): Make sure we can handle re-entrancy due to
4781           SendMessage directly calling window procedures, which in turn might
4782           call SetFocus()
4783
4784 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com>
4785
4786         * Control.cs: Don't handle WM_SETFOCUS if the same window already
4787           has focus (works around X11 sending a FocusIn after our SetFocus)
4788         * XplatUIX11.cs: Send KILLFOCUS before setting SETFOCUS on new window
4789
4790 2006-06-01  Alexander Olk  <alex.olk@googlemail.com>
4791
4792         * Mime.cs: Fix for the NET_2_0 build.
4793           NameValueCollection needs StringComparer now.
4794
4795 2006-05-31  Chris Toshok  <toshok@ximian.com>
4796
4797         * DataGridDrawingLogic.cs (FromPixelToColumn): modify this to also
4798         return (via an out parameter) the starting X of the column.
4799         (UpdateVisibleColumn): track change to FromPixelToColumn.
4800         (HitTest): add a ColumnResize case here.
4801         (DrawResizeLine): new function, probably poorly named.
4802
4803         * DataGrid.cs (.ctor): get rid of cached_currencymgr_events.  We
4804         only need to keep one reference.
4805         (set_ListManager): same.
4806         (OnMouseDown): call HitTest instead of grid_drawing.HitTest.
4807         Also, add support for HitTestType.ColumnResize.
4808         (OnMouseMove): add column resize behavior here, and change the
4809         cursor to the correct one as we move around the datagrid.
4810         (OnMouseUp): terminate the column resize if we're resizing.
4811         (ProcessGridKey): from the MS docs, Alt-0 enters the null value
4812         for the current cell.
4813         (ConnectListManagerEvents): use cached_currencymgr.
4814         (DisconnectListManagerEvents): fill this in, using
4815         cached_currencymgr.
4816         (SetCurrentCell): remove cached_currencymgr_events handling.
4817         (SetDataMember): only call DisconnectListManagerEvents if
4818         cached_currencymgr is != null.
4819         (SetDataSource): same.
4820         (OnListManagerCurrentChanged): cached_currencymgr_events ->
4821         cached_currencymgr.
4822
4823 2006-05-31  Jackson Harper  <jackson@ximian.com>
4824
4825         * BindingManagerBase.cs: Remove somedebug code that creeped into
4826         SVN.
4827         * TreeNode.cs: We get the indent level dynamically right now, so
4828         don't track it as a member.
4829         * TreeNodeCollection.cs: Make sure all nodes added to the list
4830         have parents, treeviews/topnodes setup properly.
4831         - Don't attempt to track indent level.
4832
4833 2006-05-30  Jackson Harper  <jackson@ximian.com>
4834
4835         * BindingContext.cs: Create the currency manager tables here.
4836         This allows us to more easily create null tables (when bad data
4837         members are used), and more easily create related currency
4838         managers.
4839         * CurrencyManager.cs: All the table creation stuff is done by the
4840         binding context now.
4841         - Current should throw an exception if listposition is -1.
4842         - CancelCurrentEdit/EndCurrentEdit, do nothing if the list hasn't
4843         been bound yet.
4844
4845 2006-05-30  Mike Kestner  <mkestner@novell.com>
4846
4847         * ListView.cs: allow reexpansion of zero-width column headers.
4848         Fixes #78528.
4849
4850 2006-05-28  Chris Toshok  <toshok@ximian.com>
4851
4852         * CurrencyManager.cs (get_Current): after the late binding
4853         listposition = -1 fix, we need to guard against it here and return
4854         null, otherwise we raise an exception (which is swallowed
4855         elsewhere, and breaks datagrid databinding.)
4856
4857 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
4858
4859         * MenuAPI.cs (ProcessMenuKey): We can legally get msg types other
4860           than WM_SYSKEY, don't throw if get something unexpected (#78507)
4861
4862 2006-05-26  Jackson Harper  <jackson@ximian.com>
4863
4864         * ControlPaint.cs:
4865         * ThemeWin32Classic.cs: For color comparisons just use the ARGB
4866         values, it's faster and it's all we care about (we don't care if
4867         the names aren't equal).
4868         * KeyboardLayouts.cs: Eliminate some dead code.
4869         - Lazy init things
4870         * X11Keyboard.cs: Lazy init keyboard detection.
4871         - Cleanup access modifiers a little.
4872
4873 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
4874
4875         * XplatUIX11.cs: Once again, attempting to get layout just right.
4876
4877 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com> 
4878
4879         * LinkLabel.cs (CreateLinkPieces): Use MeasureString to calculate
4880           the sizes of each link section, that will result in sizes that
4881           match DrawString's layout (Fixes #78391)
4882
4883 2006-05-27  Alexander Olk  <alex.olk@googlemail.com>
4884
4885         * FileDialog.cs: If AddExtension property is true autocomplete the
4886           extensions in SaveFileDialog correctly. Fixes bug #78453.
4887           Set MyNetwork and MyComputer to "C:\" for windows. This should
4888           fix part 8 of bug #78446 for now.
4889
4890 2006-05-26  Chris Toshok  <toshok@ximian.com>
4891
4892         * DataGrid.cs (ColumnStartedEditing): fill these in.  for now just
4893         invalidate the current row header if we need to, but presumably
4894         we'll invalidate the row corrsponding to the bounds or
4895         editingControl.
4896         (GridHScrolled): switch back to this method, as it's part of the
4897         public api.  *sigh*.
4898         (GridVScrolled): same.
4899         (OnMouseWheel): hack up something that more or less works.  Call
4900         GridHScrolled/GridVScrolled directly, instead of duplicating much
4901         of their code here.
4902         (EnsureCellVisibility): reinstate a bunch of this code, since we
4903         can't just set the scrollbar Value and expect to do all the work
4904         in the ValueChanged handler.  Also, Call Update() after scrolling
4905         in one direction so the other XplatX11.ScrollWindow call has the
4906         proper stuff in the proper places.
4907         (EditCell): set is_editing to true before calling .Edit.
4908
4909         * DataGridTextBox.cs (set_IsInEditOrNavigateMode): just set it,
4910         don't bother comparing first.
4911         (OnKeyPress): call grid.ColumnStartedEditing before calling
4912         base.OnKeyPress.  this will set is_changing and invalidate the row
4913         header if necessary.
4914         (ProcessKeyMessage): for WM_CHAR messages, call
4915         ProcessKeyEventArgs directly.  swallow anything other than WM_CHAR
4916         and WM_KEYDOWN.
4917         
4918         * DataGridBoolColumn.cs (Edit): don't set is_editing to true here.
4919         it's done in the DataGrid.
4920         (NextState): call grid.ColumnStartedEditing, which takes care of
4921         invalidating the row header (and setting is_changing).
4922
4923         * DataGridTextBoxColumn.cs (Edit): don't set is_editing to true
4924         here.  it's done in the DataGrid.
4925
4926 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4927
4928         * Control.cs: allow changing the cursor when the mouse position is
4929         out of bounds but Capture is set.
4930         * LinkLabel.cs: handle the case when the mouse button is pressed on the
4931         linklabel but released somewhere else.
4932
4933 2006-05-25  Jackson Harper  <jackson@ximian.com>
4934
4935         * TreeView.cs: When we get focus if there is no selected node make
4936         it the top node
4937         - Remove some uneeded setup code from Draw.
4938         * TreeNodeCollection.cs: If the tree doesn't have a top node when
4939         a new node is inserted make the new node the top.
4940         * XplatUIX11.cs:
4941         * Timer.cs: Use Utc time so that no local time zone stuff needs to
4942         be used (should be faster).
4943         
4944 2006-05-25  Chris Toshok  <toshok@ximian.com>
4945
4946         * DataGrid.cs (EnsureCellVisibility): remove some code to fix a
4947         problem with the last commit.
4948
4949 2006-05-25  Chris Toshok  <toshok@ximian.com>
4950
4951         * DataGridTextBoxColumn.cs (ReleaseHostedControl): turns out we do
4952         need the invalidate call here, while scrolling right-to-left via
4953         the left arrow key (i.e. moving the editing cell while scrolling).
4954
4955         * DataGrid.cs (.ctor): remove the initialization of
4956         ctrl_pressed/shift_pressed.  We no longer track them using key
4957         up/down handlers, but by using Control.ModifierKeys.  Also, switch
4958         to using ValueChanged handlers on the scrollbars instead of
4959         Scrolled event handlers.  This simplifies a bunch of the scrolling
4960         code.
4961         (GridHValueChanged): rename from GridHScrolled, and change it to
4962         work with the new event args.
4963         (GridVValueChanged): same.
4964         (OnMouseDown): initialize ctrl_pressed/shift_pressed here.
4965         (OnMouseWheel): actually scroll the datagrid.  Don't change the
4966         selected cell.
4967         (ProcessGridKey): correct all the keyboard navigation stuff I
4968         could find.  Ctrl up/down/left/right/home/end work now.
4969         (EnsureCellVisibility): correct method name spelling.  Also,
4970         simplify this a touch by not explicitly calling the
4971         ScrollToRow/ScrollToColumnInPixels methods.  We just set the
4972         scrollbar value.
4973         (OnKeyUpDG): no need for this method now.
4974         
4975 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4976
4977         * LinkLabel.cs: display the OverrideCursor when hovering the label.
4978         Fixes bug #78392.
4979
4980 2006-05-25  Chris Toshok  <toshok@ximian.com>
4981
4982         * ThemeWin32Classic.cs: fix datagrid clipping problems caused by
4983         r61019.
4984
4985 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
4986
4987         * Application.cs: Moved setting of is_modal and closing to before
4988           we create the control, to allow the event handlers called as a
4989           result of creation affect closing. Also removed Gonzalo's previous
4990           change to setting DialogResult, the behaviour has been moved to 
4991           Form.ShowDialog()
4992         * Form.cs: 
4993           - ShowDialog(): Removed explicit creation of the form, let RunLoop
4994             handle it instead
4995           - ShowDialog(): If no dialog result is set, we need to return Cancel
4996           - WM_CLOSE: Fire Closing/Closed events, and reset dialog result if
4997             the close is cancelled
4998
4999 2006-05-25  Jackson Harper  <jackson@ximian.com>
5000
5001         * StatusBar.cs: We only need to update the sizes of the other
5002         panels when we have auto size contents.  Also we are only updating
5003         the contents of the panel, not the borders, so compensate for the
5004         border width (TODO: get this width from the theme somehow).
5005         * TreeView.cs: Scrollable is true by default
5006         - Use invalidate instead of refresh where needed
5007         - Factor the scrollable value into scrollbar updating
5008         - Update the scrollbars if the Scrollable property is altered
5009         - Update the selected node if its ImageIndex is changed
5010         - Handle null nodes in UpdateNode (mainly so we don't have to
5011         check if selected is null when updating it
5012         - Fix VisibleCount to use the ViewportRectangle so that scrollbars
5013         are factored into the visible count
5014         - Use VisibleCount for clarity in the code
5015         - When the font is changed we need to recurse through all the
5016         nodes and invalidate their sizes
5017         
5018 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5019
5020         * Application.cs: set the DialogResult to fixed when the main form is
5021         hidden or destroyed while being modal.
5022
5023 2006-05-25  Miguel de Icaza  <miguel@novell.com>
5024
5025         * Theme.cs: Use Tangoified messagebox icons. 
5026
5027         (GetSizedResourceImage): Also cope with width = 0 and do not
5028         trigger a warning in that case (0 means "give me your icon from
5029         the resouce, no special size needed).
5030
5031 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
5032
5033         * Application.cs: Leave runloop if the the main modal form is 
5034           hidden (fixes #78484)
5035
5036 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
5037
5038         * BindingContext.cs : reject null datasource in Contains() and
5039           Item[].
5040         * CurrencyManager.cs : check data_member validity when data_source
5041           is dataset. When it is late binding, the initial position is -1.
5042
5043 2006-05-24  Jackson Harper  <jackson@ximian.com>
5044
5045         * TreeNodeCollection.cs: Dont't recalculate the visible order on
5046         inserted nodes that aren't visible.  This changes the
5047         max_visible_order which confuses scrollbar settings.
5048         - Use the enumerator to get the prev node instead of duplicating
5049         code.
5050         * TreeView.cs: Use new method for setting scrollbar values
5051         - Don't set the bounds every time the scrollbar is updated
5052         - When updating below the root node use an invalidate instead of a
5053         refresh to prevent the child controls (scrollbars) from being
5054         refreshed. (UpdateBelow still needs to be reworked anyways).
5055         - Reenable SetBottom now that visible orders are set correctly,
5056         added some debug code incase we ever get bad values there again.
5057         - Set the scrollbar max to 2 less then the max value, this
5058         compensates for the max value being one above the node count, and
5059         for scrollbars adding one extra "notch".
5060         - When drawing image nodes if there is an imagelist we draw the
5061         first image in the list if the supplied image index is out of the
5062         image list's bounds.
5063         
5064 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
5065
5066         * XplatUIX11.cs: Don't blindly cache hwnd.ClientRect, reset it when 
5067           we receive a size change from the WM (Fixes #78503)
5068
5069 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com>
5070
5071         * XplatUIWin32.cs, XplatUIX11.cs: Refresh when setting the Clip 
5072           rectangle (Fixes #78501)
5073
5074 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
5075
5076         * ButtonBase.cs: 
5077           - Fixed MouseUp, MouseDown and MouseMove to treat mouseevent.Button 
5078             as a bitfield.
5079           - Fixed MouseMove to no longer switch pressed state unless the left
5080             mouse button is pressed. Atsushi provided the original patch (#78485)
5081           
5082 2006-05-24  Jackson Harper  <jackson@ximian.com>
5083
5084         * ScrollBar.cs: New internal methods that allow us to change a
5085         couple values on the scrollbar (the most common case is maximum
5086         and large change) without getting multiple invalidates.
5087
5088 2006-05-24  Chris Toshok  <toshok@ximian.com>
5089
5090         * DataGridBoolColumn.cs (Abort): revert back to the saved setting.
5091         (Edit): save off the original state in oldState, and set
5092         grid.is_editing to true.
5093         (OnKeyDown): abort editing if escape is pressed.  also, call
5094         NextState if space is pressed.
5095         (OnMouseDown): call NextState.
5096         (NextState): factor out shared code from OnKeyDown and OnMouseDown
5097         here.  Also, only invalidate the row header once (on the initial
5098         is_changing switch) to save on redraws.
5099
5100 2006-05-24  Chris Toshok  <toshok@ximian.com>
5101
5102         * DataGridTextBoxColumn.cs (Commit): only call SetColumnValueAtRow
5103         if the value in the cell is different than it was before.  This
5104         keeps us from triggering a layout when we move around a datarid
5105         with a highlighted cell.
5106         (Edit): suspend layout when creating/positining the text box, and
5107         resume passing false so we don't ever actually re-layout.
5108         (ReleaseHostedControl): same.
5109         (EnsureTextBox): reformat slightly, and set WordWrap to false.
5110
5111         * DataGridTextBox.cs (ProcessKeyMessage): it's not true that all
5112         control-key sequences should go to the datagrid - remove that
5113         lock.  Also, modify the conditions under which we move between
5114         cells when moving the cursor within a cell, and remove the "this"
5115         and "base" from field accesses.  We weren't even consistent, given
5116         they all were in the base class.
5117
5118 2006-05-24  Atsushi Enomoto  <atsushi@ximian.com>
5119
5120         * Binding.cs : (.ctor)
5121           An obvious NRE fix for BindingTest.CtorNullTest().
5122
5123 2006-05-23  Chris Toshok  <toshok@ximian.com>
5124
5125         * TextBoxBase.cs (get_Text): don't add a trailing newline, add
5126         them between lines.  This fixes some quirks editing cells in the
5127         datagrid.
5128
5129 2006-05-23  Jackson Harper  <jackson@ximian.com>
5130
5131         * TreeView.cs: Use begin/end update when doing expand/collapse all
5132         so that we don't get flicker on the scrollbar.
5133
5134 2006-05-23  Jackson Harper  <jackson@ximian.com>
5135
5136         * TreeNode.cs: Bounds are computed 'on the fly' now.  This allows
5137         treenode calculations to be independant of the painting code. To
5138         do this nodes track a visible order which is calculated by the
5139         treeview.
5140         - Call new methods for expanding/collapsing nodes.  These methods
5141         use scrollwindow so we don't have to update everything below the
5142         node.
5143         * TreeView.cs: Refactored drawing and scrolling code.  We don't
5144         need to update nodes when drawing anymore or calculate scrollbar
5145         stuff.
5146         - Added new methods for expanding/collapsing nodes. These methods
5147         use ScrollWindow so as to not have to redraw all the nodes below.
5148         * TreeNodeCollection.cs: Recalc visible order and scrollbars when
5149         we add/remove nodes or sort.
5150         - Handle removing the selected and the top node properly.
5151
5152 2006-05-23  Chris Toshok  <toshok@ximian.com>
5153
5154         * DataGridTextBoxColumn.cs (Edit): set grid.is_editing to true.
5155         maybe this should actually happen in the datagrid code?
5156         (EndEdit): no need to invalidate anything, given that
5157         ReleaseHostedControl causes the datagrid to relayout, which
5158         invalidates everything anyway.
5159
5160         * DataGrid.cs (set_CurrentCell): remove duplicate check (it's also
5161         in SetCurrentCell).
5162         (set_SelectionBackColor): call InvalidateSelection instead of
5163         Refresh.
5164         (set_SelectionForeColor): same.
5165         (BeginEdit): Flesh this out a bit.
5166         (CancelEditing): only do any of this if we're editing/adding.
5167         (EndEdit): same.
5168         (OnMouseDown): there's no need to cancel editing here, it's done
5169         in SetCurrentCell.
5170         (SetCurrentCell): only invalidate the current row header if it's a
5171         different row than the new one.
5172         (ShiftSelection): fix this to work like MS does.
5173         (ResetSelection): factor out the invalidation of selected_rows to
5174         InvalidateSelection.
5175         (SetDataSource): cancel any editing that's going on.
5176
5177         * DataGridColumnStyle.cs
5178         (IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing):
5179         call the non-interface version.
5180
5181         * ThemeWin32Classic.cs (DataGridPaintColumsHdrs): intersect the
5182         header rectangle with the clip rectangle so we don't redraw the
5183         entire header for just a small area.  Gets rid of the last flicker
5184         when horizontally scrolling.
5185         (DataGridPaintRow): same.
5186
5187 2006-05-23  Mike Kestner  <mkestner@novell.com>
5188
5189         * ListViewItem.cs: remove size for line hack from LargeIcon layout.
5190         * ThemeWin32Classic.cs: don't draw line.  it's really the top of a
5191         poorly placed checkbox on the MS control.  Fixes Alex's unfiled
5192         Critical bug report.
5193
5194 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
5195
5196         * PictureBox.cs: Fixed broken ControlStyles. Unit test no longer fails,
5197           and this fixes #78493
5198
5199 2006-05-23  Miguel de Icaza  <miguel@novell.com>
5200
5201         * Theme.cs (GetSizedResourceImage): Scale images if the proper
5202         size is not found.  
5203         
5204         * FileDialog.cs: Do not change the background for the side bar as
5205         it wont work nicely with the theme, and also reduces the artifacts
5206         in rendering the icons (which I want to fix too).
5207
5208         * MimeIcon.cs (ResourceImageLoader): Load images from assembly
5209         resources, not resgen resources. 
5210
5211         (PlatformDefaultHandler): Pull images using the new API.
5212
5213 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
5214
5215         * Hwnd.cs (Dispose): Remove any pending exposures. XEventQueue holds
5216           a reference to the hwnd and will not remove it unless there are
5217           no pending exposures (fixes #78341)
5218         * XplatUI.cs: Improved debug
5219
5220 2006-05-23  Atsushi Enomoto  <atsushi@ximian.com>
5221
5222         * MenuAPI.cs : don't handle OnClick event when it was not the left
5223           button. Fixed bug #78487.
5224
5225 2006-05-23  Mike Kestner  <mkestner@novell.com>
5226
5227         * MenuAPI.cs: fix placement of submenus for multi-row menu bars, and
5228         prefer submenus to the top menu for item lookup, to avoid popping down
5229         top-row items.
5230
5231 2006-05-23  Alexander Olk  <alex.olk@googlemail.com>
5232
5233         * ThemeWin32Classic.cs: Rewrote CPCPDrawScrollButton to drop
5234           Graphics.FillRectangle as the visual results are really bad (even
5235           on win). We now draw perfect arrows (and perfect shadows when the
5236           scrollbar is disabled). Simplified CPDrawGrid. CPDrawGrid now uses
5237           Pen.DashPattern to draw the dots of each line.
5238
5239 2006-05-22  Alexander Olk  <alex.olk@googlemail.com>
5240
5241         * FileDialog.cs: Update the filename combobox when navigating through
5242           the ListView with the cursor keys. Fixes part 7 of bug #78446.
5243
5244 2006-05-22  Mike Kestner  <mkestner@novell.com>
5245
5246         * ListView.cs: raise SelectedIndexChanged on keyboard selection.
5247         Fixes #78463.
5248
5249 2006-05-22  Mike Kestner  <mkestner@novell.com>
5250
5251         * ComboBox.cs: Refresh in EndUpdate to pick up all the dropped Paint
5252         requests. Fix a misspelled parameter and a copy paste exception error
5253         in Select.
5254
5255 2006-05-22  Peter Dennis Bartok  <pbartok@novell.com> 
5256
5257         * ThemeWin32Classic.cs: Changed DefaultFont emSize from 8.25 to 8
5258           to get the same width/height (5/13) on X11 as the default font has on
5259           win32. This means that our DefaultFont emSize is smaller than the 
5260           the MS SWF equivalent (even thought the width/height stays the same)
5261
5262 2006-05-20  Jackson Harper  <jackson@ximian.com>
5263
5264         * MdiClient.cs:
5265         * MdiWindowManager.cs:
5266         * InternalWindowManager.cs: Make sure to use the border width from
5267         the theme.
5268
5269 2006-05-20  Jordi Mas i Hernandez <jordimash@gmail.com>
5270
5271         * PrintDialog.cs: Implements printer details
5272
5273 2006-05-19  Alexander Olk  <alex.olk@googlemail.com>
5274
5275         * FileDialog.cs: Added focus handling for PopupButtonPanel.
5276           Fixes part 1 and 2 of bug #78446
5277
5278 2006-05-19  Peter Dennis Bartok  <pbartok@novell.com> 
5279
5280         * XplatUIX11.cs (SetWindowPos): Recalculate client area size on resizes
5281           instead of sticking to the first ever calculated value
5282
5283 2006-05-19  Mike Kestner  <mkestner@novell.com>
5284
5285         * ComboBox.cs: fix mouse motion selection to use MousePosition and
5286         PointToClient, since Capture is set. Fixes #78344.
5287
5288 2006-05-19  Mike Kestner  <mkestner@novell.com>
5289
5290         * ListView.cs: match MS behavior in Details view where items are not
5291         drawn if Columns.Count == 0. 
5292         * ThemeWin32Classic.cs: only highlight ListView selection if focused.
5293         Use a separate pen to draw the check, since changing the width affects
5294         the box as well.  Fixes #78454.
5295
5296 2006-05-18  Miguel de Icaza  <miguel@novell.com>
5297
5298         * ListView.cs: ArgumentOutOfRangeException, single versions of the
5299         exception should throw the name of the invalid argument.
5300
5301         * FileDialog.cs (OnClickOpenSaveButton): Avoid crash in open if
5302         there are no files listed. 
5303
5304 2006-05-18  Jackson Harper  <jackson@ximian.com>
5305
5306         * ThemeWin32Classic.cs: Don't use endcaps, they mess the drawing
5307         up.
5308
5309 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
5310
5311         * Control.cs: Brought back our old UpdateZOrder method as a private
5312           function and switched our calls from UpdateZOrder to the new one.
5313           This fixes the Paint.Net canvas disappearing bug.
5314
5315 2006-05-18  Jackson Harper  <jackson@ximian.com>
5316
5317         * Theme.cs:
5318         * ThemeWin32Classic.cs:
5319         * InternalWindowManager.cs: Move the drawing into the theme,
5320         expose everything the theme should need from the window manager.
5321
5322 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
5323
5324         * XplatUIX11.cs (DefWndProc): WM_SETCURSOR: Assign the return value 
5325           from the call to NativeWindow to avoid walking up the parent chain
5326           further than needed (speeds up setting cursors and avoids setting
5327           the wrong cursor if a parent has another cursor defined)
5328         * Cursor.cs: When loading an icon as cursor, MS uses the center of
5329           the icon as hotspot, not what's contained as hotspot in the icon
5330           file. This fixes the perceived drawing offset seen with Paint.Net
5331         
5332 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
5333
5334         * XplatUIX11.cs: 
5335           - Store the calculated rectangle in Hwnd object and use it when 
5336             setting the client size
5337           - Force Toolwindows to always be type Dock, to ensure they're on top
5338
5339 2006-05-18  Mike Kestner  <mkestner@novell.com>
5340
5341         * ComboBox.cs: first pass at ComboBox rework.  Layout is more
5342         consistent with MS positioning.  IntegralHeight, ItemHeight, Sizing.
5343         Correctly initialize textcontrol and ListBox on DropDownStyle changes. 
5344         Substantial refactoring to remove confusing nested classes. Coding
5345         standard and Get+Set->property refactorings.  Shift to index based
5346         highlighting in ComboListBox instead of constantly using IndexOf and
5347         Items[]. Add invalidations on resize for DropDownList to fix ugliness
5348         in FileDialog growth.  Draw borders manually since Simple mode needs
5349         to look like two independent controls.  Make listbox border
5350         conditional to DropDownStyle.  Improved OwnerDraw support.
5351
5352 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
5353
5354         * PaintEventArgs.cs: For 2.0, check for a null Graphics in the .ctor. 
5355         Don't set the disposed graphics to null, so we can throw the "right"
5356         exception if the graphics is reused later (added a flag to avoid 
5357         double disposing). Some behaviours are different under 2.0 and are
5358         filled under bug #78448.
5359
5360 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
5361
5362         * Control.cs: When double-buffering is enabled, we need to reset
5363           our graphics context between paint calls. Otherwise, any 
5364           transformations and other alterations on the context will 
5365           become cumulative (#77734)
5366
5367 2006-05-18  Mike Kestner  <mkestner@novell.com>
5368
5369         * ListView.cs: do focused item selection like MS on clicks. 
5370         Rework focus handling for ItemControl so LostFocus invalidates as
5371         well.
5372         * ThemeWin32Classic.cs: only draw focus rectangle for ListViewItems if
5373         the ListView ItemControl has focus.
5374
5375 2006-05-17  Peter Dennis Bartok  <pbartok@novell.com>
5376
5377         * XplatUIX11.cs: If client_window ends up being width or height zero
5378           due to border settings, move it off window inside whole_window (#78433)
5379
5380 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
5381
5382         * Mime.cs: Shrink the mime file cache correctly.
5383
5384 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
5385
5386         * ThemeWin32Classic.cs: Readded button focus drawing code. (#78429)
5387
5388 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
5389
5390         * XplatUIX11.cs (AddExpose): More sanity checks
5391
5392 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
5393
5394         * XplatUIX11.cs:
5395           - AddExpose: Don't add expose ranges outside the size of our
5396             window
5397           - Cast opacity values to Int32 to avoid crashes with certain
5398             values
5399           - Added disabled code paths that protect against illegal cross-
5400             thread painting (Developers.exe)
5401
5402 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
5403
5404         * ProgressBar.cs: Invalidate the control when it's resized
5405           since block size is based on control size. (#78388)
5406
5407 2006-05-16  Miguel de Icaza  <miguel@novell.com>
5408
5409         * DataGrid.cs (SetDataBinding): per the discussion on irc, instead
5410         of setting the incoming argument to the "reset" value, we set the
5411         this.datamember to string.empty (before we were invalidating the
5412         incoming data).   
5413
5414         Fixes 78420
5415
5416 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
5417
5418         * Form.cs: Only apply transparency settings after the form
5419           is created. (Fixes #77800)
5420
5421 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
5422
5423         * ApplicationContext.cs: Grab the HandleDestroyed event so
5424           we know when to fire OnMainFormClosed 
5425
5426 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
5427
5428         * Application.cs: Introduced sub-class to allow tracking of
5429           threads and centralized triggering of the event mess for
5430           ThreadExit, AppExit, etc..  (#76156)
5431
5432 2006-05-16  Alexander Olk  <alex.olk@googlemail.com>
5433
5434         * MimeIcon.cs:
5435           - Do not return a null icon index value for a mime subclass.
5436             Instead try the main mime type class too.
5437           - Seems that some newer distributions don't have a link to some
5438             gnome default icons anymore. So check the default gnome dir too.
5439           
5440
5441 2006-05-16  Jackson Harper  <jackson@ximian.com>
5442
5443         * MdiClient.cs: Don't paint the parent background image if we have
5444         our own background image.
5445
5446 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
5447
5448         * Control.cs:
5449           - PerformLayout: Do not shrink space filled by DockStyle.Fill
5450             controls, all filled controls are supposed to overlap (#78080)
5451           - UpdateZOrder is supposed to update the control's z-order in the
5452             parent's z-order chain. Fixed to behave like that
5453           - BringToFront: Removed obsolete code
5454           - SendToBack: Simplyfied
5455           - SetChildIndex: Trigger layout calculations when Z-order changes
5456             since layout is done by z-order
5457
5458 2006-05-16  Chris Toshok  <toshok@ximian.com>
5459
5460         [ fixes bug #78410 ]
5461         * DataGrid.cs (set_AlternatingBackColor): use
5462         grid_drawing.InvalidateCells instead of Refresh().
5463         (set_BackColor): call grid_drawing.InvalidateCells.
5464         (set_BackgroundColor): use Invalidate instead of Refresh.
5465
5466         * DataGridDrawingLogic.cs (InvalidateCells): new function, just
5467         invalidate the cell area.
5468
5469 2006-05-15  Chris Toshok  <toshok@ximian.com>
5470
5471         [ fixes bug #78011 ]
5472         * ThemeWin32Classic.cs (DataGridPaintRows): pass the clip argument
5473         on to DataGridPaintRow.
5474         (DataGridPaintRow): take a clip argument, and only draw the cells
5475         which intersect it.  same with the not_usedarea.
5476
5477         * Theme.cs (DataGridPaintRow) add @clip parameter.
5478
5479         * DataGrid.cs (ScrollToColumnInPixels): simplify, use
5480         XplatUI.ScrollWindow.
5481         (ScrollToRow): same.
5482
5483         * DataGridDrawingLogic.cs (UpdateVisibleColumn): fix corner case
5484         with last column which was causing a gray swath to appear with the
5485         XplatUI.ScrollWindow code.
5486
5487 2006-05-15  Chris Toshok  <toshok@ximian.com>
5488
5489         * ListBox.cs (HorizontalScrollEvent): in the non-multicolumn case,
5490         use XplatUI.ScrollWindow.
5491         (VerticalScrollEvent): use XplatUI.ScrollWindow.
5492
5493 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com> 
5494
5495         * TextBoxBase.cs: Added handling of middle-button paste for X11. (#78375)
5496
5497 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
5498
5499         * Cursors.cs: For X11, read NWSE and NESW cursors from our resource
5500           file since there are no equivalent X11 cursors
5501
5502 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
5503
5504         * MonthCalendar.cs : DateTimePicker should reflect selected date
5505           on mouse*up*, not mouse*down*. Fixed originally reported part of
5506           bug #76474.
5507
5508 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
5509
5510         * TabControl.cs : When argument index is equal or more than tab
5511           count, just ignore. Fixed bug #78395.
5512
5513 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
5514
5515         * Control.cs: Dispose all child controls when control is diposed (#78394)
5516
5517 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
5518
5519         * ColorDialog.cs: Finally it is possible to select the color with
5520           the text boxes
5521
5522 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
5523
5524         * PrintDialog.cs: Fix typo
5525
5526 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
5527
5528         * PrintDialog.cs: PrintDialog is not resizable
5529         * ThemeWin32Classic.cs: Draw non links in LinkLabel with the correct
5530           color. Made some ToolBar drawing methods protected virtual.
5531
5532 2006-05-13  Jordi Mas i Hernandez <jordimash@gmail.com>
5533
5534         * PrintDialog.cs: Implementation of the PrintDialog
5535
5536 2006-05-12  Chris Toshok  <toshok@ximian.com>
5537
5538         * ScrollBar.cs (set_Value): don't use Dirty/Invalidate to move the
5539         thumb, instead use MoveThumb.  This has the side effect of making
5540         most of the other thumb moving machinery use MoveThumb as well.
5541         (OnHandleCreated): pass false for @dirty to UpdateThumbPos, as we
5542         need to actually invalidate the rectangle where the new thumb will
5543         go.
5544         (MoveThumb): use XplatUI.ScrollWindow to move the thumb around.
5545         We force an Update() after, so it's not as fast as it could be,
5546         but at least there's zero flicker and no droppings.
5547         (OnMouseMoveSB): in the thumb dragging case, use MoveThumb.
5548         (UpdateThumbPos): add another argument (dirty), which says whether
5549         or not to calculate/add dirty regions which we later invalidate.
5550         For cases where we know we're going to use MoveThumb, we pass
5551         false for this.  Otherwise, pass true.
5552
5553 2006-05-12  Jackson Harper  <jackson@ximian.com>
5554
5555         * ThemeWin32Class.cs: Fixes for alignment and icon rendering in
5556         the status bar.
5557         
5558 2006-05-12  Peter Dennis Bartok  <pbartok@novell.com>
5559
5560         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new SetClipRegion
5561           and GetClipRegion methods and UserClipWontExposeParent property.
5562         * XplatUIWin32.cs: Implemented SetClipRegion/GetClipRegion methods,
5563           overriding UserClipWontExposeParent property, setting to false, since
5564           Win32 handles the required expose messages to draw our clipped parent
5565           areas internally
5566         * XplatUIX11.cs: Implemented SetClipRegion and GetClipRegion; updated
5567           PaintEventStart to set the user clip region if set.
5568         * Control.cs: 
5569           - Now internally tracking the Region for the control since we need to
5570             store it if the handle is not yet created and only set it when it
5571             becomes created. Before setting the region forced handle creation
5572           - Added code to draw the parents underneath a user-clipped region
5573         * Hwnd.cs: Added UserClip property
5574
5575 2006-05-12  Chris Toshok  <toshok@ximian.com>
5576
5577         * ScrollBar.cs (set_LargeChange): Refresh() -> InvalidateDirty()
5578         (set_Maximum): same.
5579         (set_Minimum): same.
5580         (set_SmallChange): same.
5581         (OnMouseUpSB): remove the call to refresh when releasing the
5582         thumb.  We shouldn't need it.
5583         
5584 2006-05-12  Miguel de Icaza  <miguel@novell.com>
5585
5586         * StatusBar.cs (UpdatePanel): If the panel being refreshes has the
5587         AutoSize set to None, we do not need to relayout everything, we
5588         just need to invalidate the current region.
5589
5590         (Draw): Do not draw the entire ClientArea, just redraw the
5591         clip area being passed.
5592
5593         * MdiClient.cs: Make MdiClient constructor with the Form argument
5594         internal. 
5595
5596 2006-05-12  Jackson Harper  <jackson@ximian.com>
5597
5598         * ThemeWin32Classic.cs (DrawToolBar): Flat toolbars get their
5599         parents background image,  but strangely not their own.
5600         - (DrawStatusBarPanel): Take into account horizontal alignment
5601         when drawing the strings and icons.
5602
5603 2006-05-12  Mike Kestner  <mkestner@novell.com>
5604
5605         * ListBox.cs: avoid invalidations for focus when the collection is
5606         empty. 
5607
5608 2006-05-12  Chris Toshok  <toshok@ximian.com>
5609
5610         * ScrollBar.cs (OnMouseMoveSB): when dragging the thumb, don't
5611         invalidate the entire thumb area.  Call InvalidateDirty which
5612         limits the redraw to the thumb itself and surrounding pixels.
5613
5614         * XplatUIX11.cs (ScrollWindow): optimize copying.
5615         
5616 2006-05-12  Chris Toshok  <toshok@ximian.com>
5617
5618         * DataGridDrawingLogic.cs: make CalcGridAreas non-reentrant.
5619         Figure out the positioning/layout in a single pass instead of
5620         multiple recursive invocations.  Speeds up the initial display of
5621         the data grid.  Also, make many things private that were
5622         originally public but unused outside this class.
5623
5624 2006-05-11  Jackson Harper  <jackson@ximian.com>
5625
5626         * MdiClient.cs: Improved layout code.
5627
5628 2006-05-11  Jonathan Chambers  <jonathan.chambers@ansys.com>
5629
5630         * PropertyGrid.cs : Only check GetPropertiesSupported for properties,
5631           not SelectedObject.
5632
5633 2006-05-11  Chris Toshok  <toshok@ximian.com>
5634
5635         * Hwnd.cs (Invalid): don't start off with Rectangle.Empty, as
5636         union of that will always be {0,0,width,height}.
5637
5638 2006-05-11  Jackson Harper  <jackson@ximian.com>
5639
5640         * Form.cs: Match MS's DefaultSize for forms (they must have
5641         changed the size in sp2).
5642
5643 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
5644
5645         * TextBoxBase.cs : implement CTRL+A (select all). Fixed bug #78368.
5646
5647 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
5648
5649         * TextControl.cs : Fixed bug #78109. This incorrect position
5650           comparison caused crash on automatic line split.
5651         * TextBoxBase.cs : reduce duplicate code.
5652
5653 2006-05-10  Jackson Harper  <jackson@ximian.com>
5654
5655         * MdiClient.cs: Active form is only sent to the back when using
5656         the Next form functionality, when a form is clicked the current
5657         active shouldn't be sent to the back.
5658         - Layout the mdi windows when the container is first made visible.
5659         * Form.cs: Give the MdiClient a ref to the containing form when we
5660         create it.
5661         
5662 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
5663
5664         * LinkLabel.cs : link_font could be uninitialized, so populate one
5665           before actual use. Fixed bug #78340.
5666
5667 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
5668
5669         * XplatUIX11.cs : clipboard format native value is IntPtr.
5670           Fixed bug #78283.
5671
5672 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
5673
5674         * Control.cs: 
5675           - Instead of showing context menus directly we send WM_CONTEXTMENU, 
5676             which is passed up the parent chain by DefWndProc
5677           - We now handle WM_CONTEXTMENU to display any menu, or pass it 
5678             to DefWndProc (#77956)
5679         * XplatUIX11.cs: Added handling of WM_CONTEXTMENU (pass up) to DefWndProc
5680
5681 2006-05-10  Jackson Harper  <jackson@ximian.com>
5682
5683         * MdiClient.cs: We need to remove the controls from the mdi
5684         collection, when we close the window.
5685         * MdiWindowManager.cs: Special handling of closing mdi windows.
5686         * InternalWindowManager.cs: Make the close method virtual so the
5687         mdi window manager can handle it specially.
5688
5689 2006-05-10  Jordi Mas i Hernandez <jordimash@gmail.com>
5690
5691         * DataGrid.cs:
5692           - Recalculate grid when the data source has changed
5693           - Matches styles provided by user from all data sources types
5694         * DataGridTableStyle.cs: For columns that provided by the user set the
5695         with the preferred value is there was unassigned.
5696         * CurrencyManager.cs: throw OnItemChanged event
5697
5698 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com> 
5699
5700         * PictureBox.cs: Don't animate until handle is created. Start animation
5701           when handle is created.
5702
5703 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
5704
5705         * XplatUIX11.cs, Hwnd.cs: Adopted Mike's patch from #77979 to match
5706           current codebase.
5707         * XEventQueue.cs: We don't need to provide the extra info
5708
5709 2006-05-10  Jackson Harper  <jackson@ximian.com>
5710
5711         * MdiClient.cs: If the mdi clients parent form has a background
5712         image set, we draw that background image for the mdi area's
5713         background.
5714
5715 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
5716
5717         * TextBoxBase.cs: Set IBeam cursor (#78347)
5718
5719 2006-05-10  Mike Kestner  <mkestner@novell.com>
5720
5721         * ToolBar.cs: fix some text padding issues with ButtonSize
5722         calculation. Update the default size to match MS documentation.
5723         * ToolBarButton.cs: use ToolBar.ButtonSize for layout of unspecified
5724         button size. Fixes #78296.
5725
5726 2006-05-10  Mike Kestner  <mkestner@novell.com>
5727
5728         * ListBox.cs: use is_visible for scrollbar positioning in case the
5729         control isn't on screen yet.  Fix off by one with Right vs Width
5730         usage.  Update Scrollbars in SetBoundsCore. Fixes #78188 and #78258.
5731         
5732 2006-05-10  Jackson Harper  <jackson@ximian.com>
5733
5734         * X11Dnd.cs: Drop to a control with another control on top of it.
5735         * ToolBar.cs: Work on a copy of the buttons list, so that it can
5736         be modified in click handlers. TODO: Look for similar problems in
5737         other controls.
5738
5739 2006-05-09  Jackson Harper  <jackson@ximian.com>
5740
5741         * Form.cs: Window managers need the old window state when setting
5742         window state now.
5743         * InternalWindowManager.cs: Allow the base mdi window manager to
5744         handle more of the MDI only stuff (like maximize buttons).
5745         * MdiWindowManager.cs: Fix some snafus in changing the window
5746         state.  Add all the menu functionality, for both popup and
5747         maximized menus.
5748         * MdiClient.cs: When a new form is selected the currently
5749         activated form is sent to the back, this matches MS.
5750         - Implement a new method to activate the next mdi child window.
5751
5752 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com>
5753
5754         * Control.cs: 
5755           - Added new InternalCapture method to allow controls to prevent
5756             the capture behaviour on the click handlers
5757           - Switched to use InternalCapture
5758         * ComboBox.cs:
5759           - Using InternalCapture to prevent mouse captures from being released
5760             on mouse button release (Fixes #78100)
5761         * XplatUIX11.cs (DeriveStyles): Now checks caption state and only
5762           returns Form borders if a caption is present. (Fixes #78310)
5763
5764 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com> 
5765
5766         * TreeNode.cs: Changed serialization .ctor to not require every field
5767           to be present. (#78265)
5768         * OwnerDrawPropertyBag.cs: Added serialization .ctor
5769
5770 2006-05-05  Alexander Olk  <alex.olk@googlemail.com>
5771
5772         * MimeIcon.cs: for is faster than foreach for strings.
5773
5774 2006-05-05  Mike Kestner  <mkestner@novell.com>
5775
5776         * CheckedListBox.cs: update check handling code to not use selected.
5777         * ListBox.cs: rewrite of mouse selection handling to correspond to MS
5778         behavior for visual feedback, motion response, shift/ctrl handling,
5779         and properly deal with all 4 selection modes. Updates to bounds
5780         handling logic.  Add scroll wheel support. [Fixes #77842]
5781
5782 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
5783
5784         * ListView.cs:
5785           - Moved adding of Implicit controls into .ctor. That way, subsequent
5786             creation of the controls will not cause them to think they are 
5787             toplevel windows (fixes #78200 header problem)
5788           - Added 2.0 ShowGroups and UseCompatibleStateImageBehaviour
5789           - Switched visibility setting of header control to use internal field
5790             to avoid triggering handle creation
5791           - Now checking if handle is created before causing a refresh when items
5792             are added (This makes us now match handle creation time with MS)
5793         * Splitter.cs: Removed loading of private splitter cursor, switched to
5794           Cursors version now that that is loading the right ones
5795         * Cursors.cs: Load proper splitter cursors from resources
5796         * Cursor.cs: Added second method of loading resource cursors for the 
5797           VS.Net users amongst us
5798
5799 2006-05-05  Mike Kestner  <mkestner@novell.com>
5800
5801         * ListView.cs: give header_control a minimum size based on the
5802         ListView size.
5803
5804 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
5805
5806         * XplatUIX11.cs: WS_EX_TOPMOST requires window to be on top. A dock
5807           window seems to do that with metacity, so set that type. (#78120)
5808
5809 2006-05-05  Mike Kestner  <mkestner@novell.com>
5810
5811         * ListViewItem.cs: fix Details mode checkbox layout bug.
5812         * ThemeWin32Classic.cs: draw a ListView column header for unused space
5813         at the end of the header, if it exists. [Fixes for #78200]
5814
5815 2006-05-04  Jackson Harper  <jackson@ximian.com>
5816
5817         * MdiClient.cs: Add a helper property to get the container form.
5818         * MdiWindowManager.cs: We have to make sure to use the menu origin
5819         when drawing the icons and buttons, this fixes maximized window
5820         icons/buttons on win32.
5821         * InternalWindowManager.cs: Reset the restore captions when a
5822         window goes from Maximized to Minimized and vice versa. Move the
5823         DrawMaximizedButtons into the MdiWindowManager source, tool
5824         windows can't be maximized. NOTE: This could use a little
5825         refactoring if time ever permits.
5826         
5827 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
5828
5829         * TextBox.cs: Add MWFCategoryAttributes
5830         * TextBoxBase.cs: Add MWFCategoryAttributes
5831         * Form.cs: Add MWFCategoryAttributes
5832
5833 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
5834
5835         * Control.cs: Add MWFCategoryAttributes
5836         * ScrollableControl.cs: Add MWFCategoryAttributes
5837
5838 2006-05-03  Alexander Olk  <alex.olk@googlemail.com>
5839
5840         * ThemeWin32Classic.cs: Draw the ToolBar top border only if
5841           Divider is true. Fix a little glitch in PropertyToolBar
5842           drawing code
5843
5844 2006-05-02  Peter Dennis Bartok  <pbartok@novell.com> 
5845
5846         * Control.cs:
5847           - Dispose: Call base.Dispose, this causes the disposed event
5848             to be fired (and probably other, more important stuff)
5849           - SetVisibleCore: Set is_visible to true after creating the
5850             window so that the window still gets created invisible (if
5851             WM_VISIBLE isn't set). That will cause the ShowWindow afterwards
5852             to generate a WM_ACTIVE message
5853         * Form.cs: Call Dispose when we want to destroy the window, instead of
5854           just destroying the handle (Dispose will do that for us)
5855         * XplatUIX11.cs:
5856           - RootWindow also needs a queue, so we can properly process the
5857             property change events from RootWindow (like Activate)
5858           - Generatic synthetic WM_ACTIVE message when the active window is
5859             being destroyed
5860
5861 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
5862
5863         * LinkLabel.cs: Trigger a recalc of our label dimensions when
5864           bounds are changed
5865
5866 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com>
5867
5868         * ThemeWin32Classic.cs (ButtonBase_DrawImage): Use the proper image
5869           for determining width and height (image might not be assigned if
5870           we're drawing an imagelist)
5871
5872 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
5873
5874         * XplatUI.cs, XplatUIDriver.cs: Added MenuHeight property
5875         * XplatUIWin32.cs: Overriding new MenuHeight property, retrieving
5876           height from system
5877         * Theme.cs: No longer returns hardcoded menu height, instead calls
5878           new driver method
5879         * Form.cs (OnLoad): Scaling happens before triggering Load events 
5880           on MS (# 78257)
5881
5882 2006-05-01  Mike Kestner  <mkestner@novell.com>
5883
5884         * MenuItem.cs: fix NRE for text == null.  Fixes #78250.
5885
5886 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com> 
5887
5888         * TextBoxBase.cs: Removed Fixme
5889         * RichTextBox.cs (set_RTF): Invalidate document after update (#78247)
5890
5891 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com>
5892
5893         * XplatUIX11.cs:
5894           - ScrollWindow: We were passing hwnd.ClientRectangle which returns
5895             the rectangle relative to the parent, considering borders. We
5896             don't really want that.
5897           - ScrollWindow: Fixed warning to be more understandable
5898         * TextBoxBase.cs: Fixed ScrollWindow calculations to consider our
5899           scrollbars and scroll only the visible area
5900         * RichTextBox.cs: Removed debug output
5901
5902 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
5903
5904         * NumericUpDown.cs (Text): Just use base
5905         * UpDownBase.cs: Ensure txtView is created before using it
5906
5907 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
5908
5909         * XplatUIX11.cs (SetWindowTransparency): Casting opacity to int before
5910           casting to IntPtr to avoid 64bit overflow errors
5911
5912 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
5913
5914         * Control.cs:
5915           - AllowDrop: Don't force handle creation.
5916           - CreateHandle: Added call to tell driver if we're allowed to drop
5917
5918 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
5919
5920         * FileDialog.cs: Remember the last directory not only for the
5921           current instance but also for new FileDialog instances.
5922
5923 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
5924         
5925         * XplatUIX11.cs: Forgot to set the queue on the foster parent. That
5926           broke sending async messages
5927
5928 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
5929
5930         * XplatUIX11.cs:
5931           - ScrollWindow: Fixed method. We finally generate expose events again
5932             for scrolled areas. This was causing 'garbage' when scrolling
5933             textbox and other controls that used ScrollWindow
5934           - Switched from using the regular queue for paint events to the MS 
5935             model of 'generating' paint events when the queue is empty.
5936             We use the new XQueueEvent.Paint subclass to store which windows
5937             need painting.
5938           - AddExpose now takes the x/y/width/height of the exposed area
5939             and inserts the window into the paint queue if not already there
5940           - InvalidateWholeWindow: Switched to use new AddExpose method
5941           - UpdateMessageQueue: Added which queue to monitor for paint events
5942           - DefWndProc: Added default handler for WM_PAINT and WM_NCPAINT in
5943             the unlikely case nothing above handles it. We reset the expose
5944             pending states to get them off the queue.
5945           - GetMessage: Now pulls a paint event if no other events are in the
5946             queue
5947           - Invalidate: Switched to new AddExpose method
5948           - PeekMessage: Updated to understand pending paint events
5949           - UpdateWindow: Fixed logic bug. We were only updating if the window
5950             didn't need updating. Also switched to sending WM_PAINT directly,
5951             like MS does.
5952         * XEventQueue.cs: Added Paint queue support. Allows enqueue/dequeue
5953           and random access Remove(). The random access is needed to handle
5954           UpdateWindow() where a WM_PAINT is sent directly without accessing
5955           the queue.
5956         * ScrollBar.cs: Added Update() calls to cause immediate updates to
5957           allow for better feedback when scrolling. Scrollbars are small and
5958           the immediate update should make it 'feel' more responsive without
5959           slowing things down. ScrollBar still needs it's invaliate logic
5960           updated to not always invalidate the whole bar on certain changes.
5961
5962 2006-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5963
5964         * Control.cs:
5965         (BackColor): if the control does not support a transparent background,
5966         return the default backcolor when the parent backcolor is transparent.
5967
5968 2006-04-28  Peter Dennis Bartok  <pbartok@novell.com>
5969
5970         * Application.cs: Updated to new StartLoop/GetMessage API
5971         * RichTextBox.cs: Provide some output on RTF parsing errors
5972         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs: Added
5973           new queue_id argument to GetMessage and PeekMessage to allow faster
5974           handling of per-thread queues in drivers.
5975         * Hwnd.cs: Added Queue tracking and property
5976         * MenuAPI.cs: Updated to new StartLoop/GetMessage API
5977         * XEventQueue.cs: Added thread trackingA
5978         * PropertyGridView.cs: Updated to new StartLoop/GetMessage API
5979         * XplatUIX11.cs:
5980           - Implemented new per-thread queue
5981           - GetMessage: Fixed return/break behaviour on several cases. We were
5982             returning stale messages in some cases, instead of just processing
5983             the next message
5984
5985 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
5986
5987         * PropertyGrid.cs: Call GetPropertiesSupported on TypeConverter.
5988
5989 2006-04-27  Peter Dennis Bartok  <pbartok@novell.com>
5990
5991         * ThemeWin32Classic.cs (DrawToolBar): Refactored, simplified the logic,
5992           fixed off-by-one comparisons between Width/Height and Right/Bottom.
5993
5994 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
5995
5996         * PropertyGridView.cs: Fix drop down width.
5997
5998 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
5999
6000         * ThemeWin32Classic.cs: Peter thinks that three additional lines are
6001           a mess in DrawToolBar, so I removed one of them.
6002
6003 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
6004
6005         * ThemeWin32Classic.cs: Draw the ToolBar border lines only if
6006           needed (clip). Otherwise we get artifacts.
6007
6008 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
6009
6010         * FixedSizeTextBox.cs: Added constructor to allow specifying which
6011           dimension is fixed
6012         * UpDownBase.cs: Set the spinner control to be fixed height vertical,
6013           and switched FixedSizeTextBox to only be fixed vertical (#78116)
6014         * Form.cs: Not applying the 'MS 0.08 fudge factor' for a given dimension
6015           if it matches the scale base font (avoids unneeded scaling)
6016
6017 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
6018
6019         * X11DesktopColors.cs: One gtk_init_check should be enough
6020
6021 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com> 
6022
6023         * TextBoxBase.cs: Moved Backspace handling into WM_CHAR block to
6024           match MS behaviour
6025
6026 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
6027
6028         * TextBoxBase.cs: 
6029           - Generate OnTextChanged for Backspace even if we're only deleting
6030             the current selection
6031           - When setting the Text property, only select all text if the
6032             control does not have focus when it is being set. Otherwise
6033             just place the cursor at the beginning of the control
6034
6035 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
6036
6037         * ThemeWin32Classic.cs: ToolBars get drawn with two lines at the top.
6038           Added a little helper to draw PropertyGrid ToolBar with a different
6039           border and a different BackColor.
6040         * PropertyGrid.cs: Some background parts didn't get painted with the
6041           correct background color. Added a class that helps us to draw the
6042           correct border for PropertyGridView and a class that helps us to
6043           draw ToolBars with a different backcolor
6044         * PropertyGridView.cs: Draw PlusMinus with the correct colors.
6045
6046 2006-04-25  Jonathan Chambers  <jonathan.chambers@ansys.com>
6047
6048         * PropertyGrid.cs: Bug 78196, font size, and splitter location.
6049         * PropertyGridView.cs: Bug 78196, font size, and splitter location.
6050
6051 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
6052
6053         * XplatUIWin32.cs (DIBtoImage): ORing instead of ANDing the alpha
6054           into the palette entries. Also, since we're working on a copy
6055           we needed to copy the palette back onto the bitmap.
6056         * Cursor.cs: Same fix as XplatUIWin32.cs.
6057
6058 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com>
6059
6060         * ImageListStreamer.cs: Need to read the var (or we're off)
6061
6062 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
6063
6064         * TextControl.cs, ComboBox.cs, CommonDialog.cs, Theme.cs, 
6065           XplatUIWin32.cs, RichTextBox.cs, ImageListStreamer.cs,
6066           TextBoxBase.cs: Unused var fixes
6067         * AxHost.cs: Small 2.0 fix
6068         * XplatUIX11.cs: Switched to IntPtr from int for XA_CARDINAL atoms 
6069           as it seems that is what at least Metacity expects. This will make
6070           icons show up on 64bit platforms. We still have some 64bit size
6071           issues, though, since the startup app window size still won't match.
6072
6073 2006-04-25  Mike Kestner  <mkestner@novell.com>
6074
6075         * *.cs: cleanup newly reported exception var unused warnings.
6076
6077 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
6078
6079         * ThemeWin32Classic.cs: Button image alignment now matches exactly
6080           ms
6081
6082 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
6083
6084         * ThemeWin32Classic.cs: Fixed drawing code for buttons with an
6085           image. The image position is always the same, no matter if the
6086           button is pressed or not.
6087
6088 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
6089
6090         * FileDialog.cs: SaveFileDialog shouldn't rely on a MWFFileView
6091           selection and set the correct filename for SaveFileDialog.
6092           Patch by Emery Conrad.
6093
6094 2006-04-24  Mike Kestner  <mkestner@novell.com>
6095
6096         * ListView.cs (LastVisibleIndex): when in List mode of Alignment.Left,
6097         check for item.X outside the ClientRect instead of item.Y. Fixes
6098         #78151.
6099
6100 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6101
6102         * ImageListStreamer.cs: some images store a wrong grow factor, so don't
6103         trust that value blindly and do some sanity check. Fixes bug #77814.
6104
6105 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6106
6107         * ImageListStreamer.cs: save the mask as a 1bpp image.
6108
6109 2006-04-21  Mike Kestner  <mkestner@novell.com>
6110
6111         * CheckedListBox.cs: maintain CheckStatus here. Use DrawItemState to
6112         pass Checked and Indeterminate to the Theme Engine. Improve
6113         encapsulation with ListBox.
6114         * ListBox.cs: Keep a StringFormat instead of calculating it every item
6115         draw. Kill ListBoxItem. Refactor away the ListBoxInfo and ListBoxItem
6116         nested types.  Move all CheckState functionality to CheckedListBox.
6117         Make IntegralHeight work like MS.  Rewrite of Layout engine.  Fix
6118         OwnerDrawVariable layout/rendering.  Fix multicolumn rendering.  Fix
6119         ScrollAlwaysVisible handling. Refactor "selected" collections to use a
6120         single base list. Fix scrollbar sizing and placement to mirror MS.
6121         * Theme.cs: remove CheckedListBoxCheckRectangle. It wasn't really
6122         used.
6123         * ThemeWin32Classic.cs: implement Indeterminate CheckState rendering
6124         for CheckedListBox by using new DrawItemState info.  Center the
6125         checkboxes on the items. Use new StringFormat property.
6126
6127 2006-04-18  Jackson Harper  <jackson@ximian.com>
6128
6129         * Form.cs: MdiChildren don't do default locations the same way as
6130         regular forms.  This prevents a crash when trying to position the
6131         mdi windows.
6132
6133 2006-04-17  Jonathan Chambers  <jonathan.chambers@ansys.com>
6134
6135         * PropertyGridTextBox.cs: Formatting, copyright
6136         * PropertiesTab.cs: Formatting
6137         * PropertyGrid.cs: Formatting
6138         * PropertyGridView.cs: Formatting, fix drop down, enabled double 
6139           click toggling of values
6140           
6141 2006-04-17  Peter Dennis Bartok  <pbartok@novell.com> 
6142
6143         * KeyPressEventArgs: Added 2.0 only setter for KeyChar
6144         * Control.cs (.ctor): verify_thread_handle is static, don't reset
6145           every time a control is created
6146         * Application.cs: Removed obsolete EnableRTLMirroring method
6147
6148 2006-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
6149
6150         * TabControl.cs: Avoid ArgumentOutOfRangeException when setting
6151         SelectedIndex to -1. Fixes bug #78121.
6152
6153 2006-04-17  Jackson Harper  <jackson@ximian.com>
6154
6155         * Binding.cs: Handle null values for Current and BindingContext.
6156         This occurs when binding is a little delayed.
6157         * CurrencyManager.cs: return null for Current when there are no
6158         items in the list.
6159         - Hookup to the listchanged event on the DataView and update
6160         bindings when the list is changed.  This fixes late binding of
6161         controls.
6162
6163 2006-04-17  Jackson Harper  <jackson@ximian.com>
6164
6165         * X11Dnd.cs:
6166         * XplatUIX11.cs: Drops should not create a mousedown. Patch by Tim
6167         Ringenbach.
6168
6169 2006-04-15  Alexander Olk  <alex.olk@googlemail.com>
6170
6171         * ThemeWin32Classic.cs: Draw disabled combo button in the correct
6172           place
6173         * ComboBox.cs: If the combobox is disabled call CPDrawComboButton
6174           with the correct ButtonState
6175
6176 2006-04-14  Peter Dennis Bartok  <pbartok@novell.com>
6177
6178         * XplatUIX11.cs: Improved distinguishing between window types to
6179           tell the WM a type closer to what the app wants (Fixes #78107)
6180
6181 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
6182
6183         * ThemeWin32Classic.cs: Fixed drawing of ContainerGrabHandle and
6184           GrabHandle
6185
6186 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
6187
6188         * ThemeWin32Classic.cs: Fixed size grip drawing and updated StatusBar
6189           drawing code to reflect the size grip changes
6190
6191 2006-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6192
6193         * ImageListStreamer.cs: fix handling of the mask that follows the main
6194         bitmap when deserializing and serialize it properly. The generated mask
6195         should better be a 1bpp image, but I'll do that later.
6196
6197 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
6198
6199         * FileDialog.cs: Show something in the DirComboBox on *nix if the
6200           path doesn't fit into some of our Current.Places
6201
6202 2006-04-13  Jackson Harper  <jackson@ximian.com>
6203
6204         * ComboBox.cs: Use borders instead of drawing our own decorations,
6205         try to obey correct rules for heights.
6206         * Theme.cs:
6207         * ThemeNice.cs:
6208         * ThemeClearLooks.cs:
6209         * ThemeWin32Classic.cs: Remove combobox decoration drawing code,
6210         this is now handled by borders.
6211         - Remove unused DrawListBoxDecorationSize method.
6212         
6213 2006-04-13  Mike Kestner  <mkestner@novell.com>
6214
6215         * MenuAPI.cs: null guarding for the disbled click check fixes crash
6216         reported by Alex.
6217
6218 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
6219
6220         * ThemeWin32Classic.cs: 
6221           - Fixed CPDrawStringDisabled
6222           - Corrected drawing of disabled menu items
6223           - Fixed drawing of disabled radio buttons (bug #78095)
6224           - Draw check in a disabled CheckBox with color ControlDark 
6225
6226 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
6227
6228         * Form.cs: Use the provided width when calculating the menu size;
6229           when being maximized we get WM_NCCALCSIZE before WM_WINDOWPOSCHANGED
6230           and ClientSize.Width won't be updated yet
6231         * Application.cs: Use Visible instead of Show() to make form visible,
6232           this way we create the handle later and menusize is considered
6233
6234 2006-04-12  Mike Kestner  <mkestner@novell.com>
6235
6236         * MenuAPI.cs: ignore clicks on disabled menu items. Thanks to Alex for
6237         reporting.
6238
6239 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
6240
6241         * TextBox.cs: Implemented context menu
6242
6243 2006-04-12  Mike Kestner  <mkestner@novell.com>
6244
6245         * ListView.cs: implement box selection. fixes #77838.
6246         * ThemeWin32Classic.cs: draw box select rect, remove a ResetClip.
6247
6248 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
6249
6250         * XplatUIX11.cs: Added setting of window type when transient window
6251           is created (metacity would move it otherwise)
6252         * X11Structs.cs: Added WINDOW_TYPE atoms
6253         * LinkLabel.cs: Override OnPaintBackgroundInternal and draw the
6254           background (the control is Opaque but still wants transparent
6255           backgrounds)
6256
6257 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
6258
6259         * Control.cs: Added OnPaintBackgroundInternal to allow controls
6260           that set Opaque but don't mean it (like all ButtonBase-derived
6261           controls) to still draw their background
6262         * ButtonBase.cs: Override OnPaintBackgroundInternal and draw
6263           the background
6264
6265 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
6266
6267         * Control.cs (PaintControlBackground): Set the graphics object
6268           on our PaintEvent to null to prevent it from being disposed
6269           when the PaintEvent gets disposed
6270
6271 2006-04-12  Alexander Olk  <alex.olk@googlemail.com>
6272
6273         * ThemeWin32Classic.cs: Use even more SystemBrushes and SystemPens
6274         * ThemeNice.cs, ThemeClearlooks.cs: fix typo
6275
6276 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
6277
6278         * Control.cs: 
6279           - Added transparency check to BackColor property. Transparent
6280             backgrounds are only allowed if the control styles permit it
6281           - Added recursive painting of parent control background and
6282             foreground if a control with a transparent backcolor is drawn
6283             (Thanks to Tim Ringenback for providing his 'hack' as a base
6284              for this patch) Fixes #77985 and #78026.
6285           - Added Opaque style check before calling OnPaintBackground, no
6286             need to draw the background if the control is opaque
6287           - Removed ControlAccessibleObject owner variable (inherited from
6288             base, no need to define again)
6289           - Added some documentation links explaining the drawing events
6290             and styles
6291
6292 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
6293
6294         * Splitter.cs (CalculateSplitPosition): Corrected the bad assumption
6295           that the affected control is the located at the left border of our
6296           parent (Fixes #77936)
6297
6298 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
6299
6300         * TextBoxBase.cs: When rendering disabled or readonly controls,
6301           draw the background with 'Control' instead of 'Window' color as
6302           long as the user hasn't specifically set a color
6303
6304 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
6305
6306         * TextBoxBase.cs: Don't try to shortcut by checking against base.Text
6307           since that won't be updated if the user types text (only if it's
6308           programatically set)
6309
6310 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
6311
6312         * ScrollableControl.cs: Calculate DisplayRect dynamically, so that
6313           layout changes do to app-triggered resizes will have the proper
6314           display rectangle for layout
6315
6316 2006-04-11  Alexander Olk  <alex.olk@googlemail.com>
6317
6318         * ThemeWin32Classic.cs:
6319           - Make use of the SystemBrushes and SystemPens wherever possible
6320           - Corrected some highlight colors
6321           - Corrected RadioButton and CheckBox FlatStyle.Flat and Popup
6322             drawing
6323         * Theme.cs: Added Empty field to CPColor struct
6324
6325 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
6326
6327         * ScrollabeControl.cs: We need to consider whether or not a scrollbar
6328           is displayed when calculating the display rectangle. Thanks to Mike
6329           for teaching me the err of my ways.
6330
6331 2006-04-10  Peter Dennis Bartok  <pbartok@novell.com>
6332
6333         * ScrollableControl.cs:
6334           - Rewrote DisplayRectangle code, now returning the proper x/y coords 
6335             (instead of 0,0) and we now return the real width/height instead of
6336             just the clientrectangle, adjusted for padding. The rectangle is
6337             now cached and created by the new CalculateDisplayRectangle method.
6338           - Created new CalculateDisplayRectange method, which basically does
6339             what get_DisplayRectangle() did originally, but now using the 
6340             right edge instead of DisplayRectangle to determine the size of
6341             our scrollbars
6342           - get_Canvas(): Fixed it to properly calculate canvas for 
6343             right/bottom controls which seem to be placed to the right/bottom
6344             of any controls that have a fixed location
6345           - Removed TODO that's taken care of
6346           - Removed NotImplementeds and attempted to implement AdjustFormScrollBars
6347             and SetDisplayRectLocation according to new MSDN2 docs
6348           - Added call to PerformLayout in OnVisibleChanged, MS causes a layout
6349             event when that is called, this is added for compatibility
6350           - ScrollControlIntoView(): Implemented.
6351           - Switched scrollbars to be implicit, they shouldn't be selectable
6352         * ContainerControl: Now that ScrollControlIntoView is implemented, we 
6353           call it when the active control is set/changed
6354         * ScrollBar.cs: Added support for generating Win32 scrollbar messages
6355         * ImplicitHScrollBar.cs, ImplicitVScrollBar.cs: Now setting new base
6356           implicit_control variable (used for native Win32 message generation)
6357         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Added new 
6358           HorizontalScrollBarHeight and VerticalScrollBarWidth properties
6359         * ThemeWin32Classic.cs: Now calling the driver for the scrollbar sizes
6360         * XplatUIStructs.cs: Added ScrollBarCommands enum
6361
6362 2006-04-10  Jackson Harper  <jackson@ximian.com>
6363
6364         * ButtonBase.cs:
6365         * CheckedListBox.cs:
6366         * ComboBox.cs:
6367         * DataGrid.cs:
6368         * DataGridView.cs:
6369         * Form.cs:
6370         * GroupBox.cs:
6371         * ListBox.cs:
6372         * PrintPreviewControl.cs:
6373         * ProgressBar.cs:
6374         * PropertyGrid.cs:
6375         * Splitter.cs:
6376         * StatusBar.cs:
6377         * TrackBar.cs:
6378         * UpDownBase.cs: Fixup base event overrides.
6379         
6380 2006-04-06  Mike Kestner  <mkestner@novell.com>
6381
6382         * ScrollBar.cs: fix "new event" declarations (#76509) and bounds check
6383         all user-initiated value changes to min <= value <= max-thumbsz+1.
6384         (set_Value): check for vert/horiz when calculating new thumb position.
6385         (LargeIncrement): bounds check to stop pos at max - thumb_size + 1
6386         like MS does.
6387         (OnMouseMoveSB): refactor the thumb dragging code and refine
6388         invalidation logic to reduce flicker.
6389         (SetEndPosition): bounds check to stop pos at max - thumb_size + 1
6390         (SmallIncrement): bounds check to stop pos at max - thumb_size + 1
6391         (UpdateThumbPosition): small code readability cleanup
6392
6393 2006-04-10  Alexander Olk  <alex.olk@googlemail.com>
6394
6395         * ThemeNice.cs: Small UI polishing. Draw borders a little bit
6396           different
6397
6398 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
6399
6400         * ThemeNice.cs: Use a better graphics effect when a button is pressed
6401
6402 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
6403
6404         * Theme.cs: Added GetDashPen and GetSizedPen to SystemResPool
6405         * ThemeWin32Classic.cs: Make use of the new SystemResPool methods.
6406           This dramatically reduces the number of Pen.Dispose calls. 
6407           Where possible call ResPool methods only once instead of calling it
6408           over and over again (for example for the same color).
6409
6410 2006-04-06  Mike Kestner  <mkestner@novell.com>
6411
6412         * TabControl.cs: fix for SelectedIndex updating on TabPage removals.
6413         Also remove an unused private field on the collection. Fixes #77972.
6414
6415 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
6416
6417         * ThemeNice.cs: Added ToolBar drawing code
6418
6419 2006-04-06  Mike Kestner  <mkestner@novell.com>
6420
6421         * Form.cs (ShowDialog): MS allows IWin32Window param to be a non-form.
6422         I'm assuming that means we need to look up the toplevel for the
6423         provided control. Fixes the crash trace in #77911 but exposes another
6424         crash in some strange reflection usage in NDocGui.
6425
6426 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
6427
6428         * ThemeNice.cs: Gave it a little silver touch and added Images
6429           method
6430         * FontDialog.cs: FontDialog is not resizable
6431         * FileDialg.cs: Added SizeGripStyle.Show
6432
6433 2006-04-05  Jackson Harper  <jackson@ximian.com>
6434
6435         * KeyboardLayouts.cs: Remove warning.
6436
6437 2006-04-05  Jackson Harper  <jackson@ximian.com>
6438
6439         * Control.cs: Enable OnPaintInternal so we can use it for drawing
6440         all of our controls instead of Paint +=.
6441         * ListBox.cs:
6442         * ListView.cs:
6443         * MenuAPI.cs:
6444         * MessageBox.cs:
6445         * NotifyIcon.cs:
6446         * ProgressBar.cs:
6447         * ScrollBar.cs:
6448         * Splitter.cs:
6449         * StatusBar.cs:
6450         * TabControl.cs:
6451         * TextBoxBase.cs:
6452         * ToolBar.cs:
6453         * TrackBar.cs:
6454         * UpDownBase.cs:
6455         * ComboBox.cs: Remove handling of WM_PAINT and WM_ERASEBKGND and
6456         use OnPaintInternal. Remove Width/Height and Visible checks in
6457         paint handler, this is done at a higher level now.
6458         * GroupBox.cs: Don't need to handle WM_ERASEBKGND anymore.
6459         * PaintEventArgs.cs: Add a handled flag so controls that don't
6460         want anymore painting after OnPaintInternal can make sure OnPaint
6461         isn't called.
6462
6463 2006-04-05  Mike Kestner  <mkestner@novell.com>
6464
6465         * Form.cs: fix the menu WndProc hacks to respect the native enabled
6466         state of the form, so that we don't process events when Modal dialogs
6467         are up. Fixes #77922.
6468
6469 2006-04-05  Alexander Olk  <alex.olk@googlemail.com>
6470
6471         * Mime.cs: Default for range length is 1 not 0. If set to 0 no match
6472           checking is done.
6473
6474 2006-04-05  Mike Kestner  <mkestner@novell.com>
6475
6476         * XplatUIX11.cs: fix typo in the EX_APPWINDOW transient patch.
6477
6478 2006-04-05  Mike Kestner  <mkestner@novell.com>
6479
6480         * ListView.cs (HeaderMouseMove): null guarding for the over column
6481         when setting up the drag_to_index.  Fixes #78015.
6482
6483 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com>
6484
6485         * XplatUIX11.cs: If WS_EX_APPWINDOW isn't set we don't want to show up
6486           in the taskbar. Transient windows seem to accomplish that.
6487
6488 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com> 
6489
6490         * Form.cs:
6491           - Re-enabled CreateParams.X/Y code for FormStartPosition
6492           - Added code for manual placement when creating the Control
6493           - Incomplete patch to treat MDI forms differently when
6494             setting the ClientSizeCore. (Still need to figure out handling
6495             x/y coords there)
6496         * XplatUIX11.cs:
6497           - When we're explicitly setting the X/Y position of a non-Child
6498             window, let the WM know. Metacity really wants this.
6499
6500 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
6501
6502         * ThemeNice.cs: Added CPDrawButton
6503
6504 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
6505
6506         * ThemeNice.cs: Changed the color for focused buttons and activated
6507           the arrows for small scroll buttons.
6508
6509 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
6510
6511         * ThemeWin32Classic.cs: Removed DrawFlatStyleButton, not needed
6512           anymore. Changed some method modifiers to protected (virtual)
6513         * ThemeClearlooks.cs: Updated to reflect the ThemeWin32Classic
6514           changes
6515         * ThemeNice.cs: Updated to reflect the ThemeWin32Classic changes.
6516           Updated drawing of menus, buttons and progressbars; added
6517           CPDrawBorder3D 
6518
6519 2006-04-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6520
6521         * ImageListStreamer.cs: implemented serialization/deserialization
6522         of the images.
6523
6524 2006-04-03  Alexander Olk  <alex.olk@googlemail.com>
6525
6526         * ThemeWin32Classic.cs:
6527           - Removed all the DrawFrameControl stuff; CPDrawButton,
6528             CPDrawCheckBox and CPDrawRadioButton are now handled directly
6529             inside the methods
6530           - Updated and corrected the drawing code of CPDrawButton,
6531             CPDrawCheckBox and CPDrawRadioButton to better match ms
6532           - Updated theme checkbox and radiobutton code to use the CP*
6533             methods
6534
6535 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
6536
6537         * XplatUIX11.cs: Enable clipping again now that the libgdiplus
6538           bug is fixed
6539
6540 2006-03-31  Jackson Harper  <jackson@ximian.com>
6541
6542         * XplatUIX11.cs: Somehow we get SETCURSORS for bad windows
6543         sometimes.
6544         * UpDownBase.cs: Don't CreateGraphics manually, use a
6545         Refresh. Ideally we would invalidate the correct areas here.
6546
6547 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
6548
6549         * XplatUIX11.cs: 
6550           - We now track the mapping state of windows. If a window (or 
6551             one of it's parents) is not mapped we no longer permit
6552             WM_PAINT messages to be generated since we'd otherwise get 
6553             lots of BadMatch X errors. Jackson did all the work figuring
6554             out the problem.
6555           - Destroying the caret if the window it's contained in is 
6556             destroyed. Can't use regular DestroyCaret method since it
6557             might fall into a drawing function (trying to remove the
6558             caret) and with that generate new BadMatch errors. Again,
6559             Jackson tracked this down.
6560           - Changed DestroyChildWindows to SendWMDestroyMessages, we now
6561             make sure we send the messages to all windows. (The old code
6562             would send the WM_DESTROY to the window, and then all child
6563             windows would be 'gone' because the WM_DESTROY handle lookup
6564             would no longer find the destroyed window)
6565         * Hwnd.cs: Added Mapping property to track mapping state of hwnd
6566         * X11Structs.cs: Added WindowType enum for MapWindow/UnmapWindow
6567
6568 2006-03-31  Jackson Harper  <jackson@ximian.com>
6569
6570         * ScrollableControl.cs: Dont recalc if we are not visible.
6571
6572 2006-03-31  Mike Kestner  <mkestner@novell.com>
6573
6574         * Control.cs (SetVisibleCore): move the CreateControl call up ahead of
6575         the visibility branch.
6576
6577 2006-03-31  Jackson Harper  <jackson@ximian.com>
6578
6579         * ScrollBar.cs: Cap values when incrementing/decrementing.
6580
6581 2006-03-31  Mike Kestner  <mkestner@novell.com>
6582
6583         * MenuAPI.cs: setup menu.tracker for popup/context menus.
6584         * ToolTip.cs: guard against timer expirations with no active control.
6585         Not sure why it happened.
6586
6587 2006-03-31  Mike Kestner  <mkestner@novell.com>
6588
6589         * ThemeWin32Classic.cs: add some horizontal padding space for the tip
6590         text.
6591         * ToolTip.cs: Position the tooltip based on where the cursor is at
6592         popup time, not at MouseEnter time.  Add a Down state so that we don't
6593         redisplay tips without a Leave. Use faked XplatUI.GetCursorInfo for
6594         positioning offset. Lookup DisplaySize at positioning time, since it
6595         can theoretically change during invocation.
6596         * XplatUIWin32.cs: fake GetCursorInfo until pdb can do it properly.
6597         * XplatUIX11.cs: fake GetCursorInfo until pdb can do it properly.
6598
6599 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
6600
6601         * ThemeWin32Classic.cs: Use CPDrawBorder3D to draw a GroupBox.
6602           Fixes behaviour when the Text property of the box is String.Empty
6603
6604 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com>
6605
6606         * XplatUIX11.cs: Only send mouseleave for our client windows, not
6607           for the whole window (otherwise we get WM_MOUSE_LEAVE twice for
6608           a window)
6609
6610 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
6611
6612         * FileDialog.cs: Visual enhancement for the popup buttons in 
6613           PopupButtonPanel
6614
6615 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
6616
6617         * ColorDialog.cs, FontDialog.cs: Make use of the updated 3D border
6618           code
6619
6620 2006-03-30  Alexander Olk  <alex.olk@googlemail.com>
6621
6622         * ThemeWin32Classic.cs: Updated MainMenu drawing of selected and
6623           highlighted menu items to match ms
6624
6625 2006-03-30  Peter Dennis Bartok  <pbartok@novell.com> 
6626
6627         * XplatUIX11.cs: Don't set a clip rectangle unless it's not empty
6628
6629 2006-03-30  Mike Kestner  <mkestner@novell.com>
6630
6631         * Menu.cs (SelectedItem): use new MenuItem.Selected prop.
6632         * MenuAPI.cs: use new MenuItem.Selected prop. redraw MainMenu when we
6633         go active to account for HotLight to Selected transition.
6634         * MenuItem.cs: add internal Selected prop. Fill out the Status
6635         property by calculating it from item info. Add HotLight,
6636         NoAccelerator, Checked, Grayed, and Disabled flags where appropriate.
6637
6638 2006-03-30  Mike Kestner  <mkestner@novell.com>
6639
6640         * MenuItem.cs: only emit DrawItem and MeasureItem for OwnerDraw.
6641
6642 2006-03-29  Jackson Harper  <jackson@ximian.com>
6643
6644         * Form.cs: Implement TODO.
6645
6646 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com> 
6647
6648         * PrintPreviewDialog.cs: Implemented missing methods and events; still
6649           missing proper dialog setup in the constructor
6650
6651 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com>
6652
6653         * ProgressBar.cs: Added 2.0 Style property that apps seem to use
6654         * Control.cs:
6655           - Implemented CheckForIllegalCrossThreadCalls, removed TODO
6656           - Fixed ResetBindings and removed TODO
6657           - Added check for cross-thread calls to get_Handle()
6658           - Added Marshaller attribute for set_Font to satisfy class status
6659         * FontDialog.cs: Removed TODOs that seemed implemented
6660         * UpDownBase.cs: Removed unneeded TODO and Fixme
6661         * MessageBox.cs: Implemented support for Default button and removed TODO
6662         * FileDialog.cs: Removed obsolete TODO
6663         * DomainUpDown.cs: Removed obsolete TODO
6664         * ButtonBase.cs: Removed obsolete TODO
6665         * XplatUIWin32.cs: Removed obsolete TODO
6666         * Form.cs:
6667           - Removed obsolete TODO
6668           - Calling CheckAcceptButton when the acceptbutton is changed to allow
6669             internal status updates
6670           - Making sure the active control is selected when the control is created
6671         * CurrencyManager.cs: Removed obsolete TODO
6672
6673 2006-03-29  Mike Kestner  <mkestner@novell.com>
6674
6675         * *.cs: fix remaining corcompare issues for 1.1 API with the exception
6676         of PrintPreviewDialog and RichTextBox.
6677
6678 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
6679
6680         * Theme.cs: Added a little helper to SystemResPool to get the Dark,
6681           DarkDark, Light and LightLight colors for a specific color
6682         * ThemeWin32Classic.cs:
6683           - Use Button drawing code to draw RadioButtons and CheckBoxes with
6684             Appearance = Button 
6685           - Make use of the new ResPool helper CPColor
6686           - Draw ProgressBar and StatusBar with correct 3D borders
6687
6688 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
6689
6690         * ColorDialog.cs: Return selected color. Fixes bug #77940.
6691
6692 2006-03-28  Mike Kestner  <mkestner@novell.com>
6693
6694         * ListView.cs: fix Icon layout to plan for scrollbar widths when
6695         calculating col/row counts.
6696
6697 2006-03-28  Mike Kestner  <mkestner@novell.com>
6698
6699         * ColumnHeader.cs:
6700         * ListView.cs:
6701         * ListViewItem.cs:
6702         * Menu.cs: 
6703         switch to explicit interface method implementation for some methods
6704         corcompare identifies as inconsistent with MS.
6705
6706 2006-03-28  Mike Kestner  <mkestner@novell.com>
6707
6708         * MainMenu.cs: 
6709         * Menu.cs:
6710         add a few missing methods from the class status output.
6711
6712 2006-03-28  Alexander Olk  <alex.olk@googlemail.com>
6713
6714         * ControlPaint.cs: Fixed ControlPaint.Light method. Results are now
6715           correct.
6716
6717 2006-03-28  Mike Kestner  <mkestner@novell.com>
6718
6719         * MenuAPI.cs: Deactivate on MainMenu item click. Fixes #77917.
6720
6721 2006-03-27  Mike Kestner  <mkestner@novell.com>
6722
6723         * ThemeWin32Classic.cs: Switch flat toolbars to use RaisedInner for
6724         the Hilight state to adapt to Alex's CPDrawBorder3D changes.
6725
6726 2006-03-27  Alexander Olk  <alex.olk@googlemail.com>
6727
6728         * ThemeWin32Classic.cs: Rewrote Button drawing code to match ms.
6729
6730 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
6731
6732         * ThemeWin32Classic.cs:
6733           - GroupBox: Inserted a little gap between the text and the lines
6734             on the right side
6735           - Made the code in CPDrawBorder3D more readable
6736           - Corrected the drawing location of the up and down arrows in 
6737             CPDrawScrollButton
6738
6739 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
6740
6741         * ControlPaint.cs: Corrected line widths in DrawBorder for
6742           ButtonBorderStyle Inset and Outset
6743
6744 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
6745
6746         * ThemeWin32Classic.cs:
6747           - Rewrote the totally broken CPDrawBorder3D method. That was
6748             one of the main problems for the terrific ThemeWin32Classic
6749             look
6750           - Updated and corrected Button drawing
6751           - Correct the dimensions of the SizeGrip to match ms ones
6752           - Removed a small drawing glitch in DrawComboBoxEditDecorations
6753         * XplatUIX11.cs: Draw borders with BorderStyle = Fixed3D with
6754           Border3DStyle.Sunken to match ms.
6755
6756 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
6757
6758         * ThemeWin32Classic.cs: First small part of the "de-uglify
6759           ThemeWin32Classic" effort, SizeGrip
6760
6761 2006-03-24  Jackson Harper  <jackson@ximian.com>
6762
6763         * XplatUIX11.cs: Give a max idle time of one second, this matches
6764         MS and forces an Idle event every second when there are no other
6765         events in the queue.
6766
6767 2006-03-24  Mike Kestner  <mkestner@novell.com>
6768
6769         * ListView.cs: Handle (Large|Small)ImageList == null more robustly.
6770         * ListView.Item.cs: fix layout issues with null image lists and images
6771         smaller than checkbox size.
6772         * ThemeWin32Classic.cs: Draw a 12 pixel line in ListView LargeIcon
6773         mode like MS does.  It's weird, but consistent.  ;-)
6774         Fixes #77890.
6775
6776 2006-03-24  Mike Kestner  <mkestner@novell.com>
6777
6778         * ListView.cs: Scroll wheel support for the item control.  Fixes
6779         #77839.
6780
6781 2006-03-23  Jackson Harper  <jackson@ximian.com>
6782
6783         * ScrollableControl.cs: Special case negative sized areas, not
6784         zero.
6785         * MonthCalendar.cs: Save the rect of the clicked date so we can
6786         use it for invalidation.
6787         - Try to cut down on the number of invalidates
6788         - Invalidate the rect the mouse is over and was over when moving
6789         the mouse, so we get the focus box following the cursor.
6790
6791 2006-03-23  Mike Kestner  <mkestner@novell.com>
6792
6793         * ThemeWin32Classic.cs: fix FullRowSelect selection background and
6794         focus rectangle drawing. Fixes #77835.
6795
6796 2006-03-23  Mike Kestner  <mkestner@novell.com>
6797
6798         * XplatUIX11.cs: rework the fix for #77828 by changing the order of
6799         the if and else if and reverting back to the original == check on the
6800         None conditional.
6801
6802 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
6803
6804         * FontDialog.cs: Update the example panel if the selected index of
6805           the fontListBox changes.
6806
6807 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
6808
6809         * FileDialog.cs: Make FileDialog remember which directory it was in
6810           last in the same execution.
6811
6812 2006-03-22  Mike Kestner  <mkestner@novell.com>
6813
6814         * FileDialog.cs: make the DropDownMenu on the toolbar display
6815         RadioChecks since they are mutually exclusive and that's what MS does.
6816
6817 2006-03-22  Mike Kestner  <mkestner@novell.com>
6818
6819         * Theme.cs: add Color param to CPDrawMenuGlyph.
6820         * ThemeWin32Classic.cs: do color specific menu glyph rendering so that
6821         checks and radio marks and arrows are visible on highlighted items.
6822         * ControlPaint.cs: update to use new Theme signature.
6823
6824 2006-03-22  Mike Kestner  <mkestner@novell.com>
6825
6826         * MenuAPI.cs: only process Enter and arrow keypresses if the tracker
6827         is active. Fixes #77870.
6828
6829 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
6830
6831         * FileDialog.cs: Corrected TabIndex order and set fileNameComboBox
6832           to be focused/selected after startup
6833
6834 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
6835
6836         * ColorDialog.cs: 
6837           - Corrected behaviour of Color, AllowFullOpen, FullOpen,
6838             CustomColors and ShowHelp properties
6839           - Some internal rewrites to get better results when using the
6840             ColorMatrix
6841
6842 2006-03-22  Mike Kestner  <mkestner@novell.com>
6843
6844         * ListView.cs: hook into Peter's new ResetMouseHover capability to fix
6845         HoverSelection.  Fixes #77836.
6846
6847 2006-03-22  Mike Kestner  <mkestner@novell.com>
6848
6849         * FileDialog.cs: bugfixes for the toolbar.  Use PushButtons instead of
6850         ToggleButtons.  (De)Sensitize the Back button around a stack count of
6851         1, not 0.  Update ButtonSize based on a pixel count of the win32
6852         control.  Adjust the toolbar size/location for new button size.
6853
6854 2006-03-22  Jackson Harper  <jackson@ximian.com>
6855
6856         * XplatUIX11.cs: Don't handle configurenotifys if PostQuitState is
6857         true.
6858         * ScrollBar.cs: When doing increments and decrements we need to
6859         set the Value property so that ValueChanged gets raised. A
6860         possible optimization here would be to make an internal SetValue
6861         that doesn't invalidate immediately.
6862         * ToolTip.cs: Tooltips get added to their container (when
6863         supplied) so they get disposed when the container is disposed.
6864         - Don't create tooltips for String.Empty. This prevents all these
6865         little 2-3 pixel windows from showing up when running nunit-gui
6866         and driving me mad.
6867         * Form.cs: Don't set topmost when setting the owner if the handles
6868         haven't been created yet.  The topmost set will happen when the
6869         handles are created.
6870
6871 2006-03-22  Peter Dennis Bartok  <pbartok@novell.com> 
6872
6873         * XplatUIX11.cs:
6874           - DeriveWindowStyles: Fixed typo in borderstyle generation (#77828)
6875           - SetVisible: Sending WINDOWPOSCHANGED for all controls when made 
6876             visible (to allow them to recalculate their sizes)
6877
6878 2006-03-21  Mike Kestner  <mkestner@novell.com>
6879
6880         * ThemeWin32Classic.cs: major refactoring of the ToolBar rendering
6881         methods. Removed a ton of redundant code.  Still not really happy with
6882         the border rendering, but I think that's mainly because of the
6883         ControlDarkDark being black instead of a dark grey. Depending on how 
6884         close we want to be, we might want to revisit those color choices.
6885         Among the new features added during the refactor were DropDownArrow
6886         pressed rendering, Disabled image rendering.  Proper flat appearance
6887         boundary rendering.  Removed the Divider and Wrapping dividers since I
6888         can't figure out any combination of themes and conditions to make the
6889         MS control draw a horizontal line on a toolbar despite what the
6890         Divider property docs indicate.
6891         * ToolBar.cs: rewrite the layout engine. Fixes numerous flicker
6892         conditions and incorrect layout.  Updated to coding standard.
6893         * ToolBarButton.cs: refactored layout and positioning code from
6894         ToolBar to here.  Invalidate wherever possible instead of forcing
6895         redraws of the whole toolbar. 
6896         (Known remaining issues: explicit ButtonSize smaller than provided
6897         images.)
6898
6899 2006-03-21  Mike Kestner  <mkestner@novell.com>
6900
6901         * ContextMenu.cs (Show): use the position parameter instead of just
6902         showing at the MousePosition.
6903
6904 2006-03-21  Jackson Harper  <jackson@ximian.com>
6905
6906         * TabControl.cs: Remove the call to ProcessKeyEventArgs and let
6907         control handle this.
6908         * TreeNodeCollection.cs: If we are clearing the root node we need
6909         to reset top_node so calcs can still happen.
6910         * ThemeWin32Classic.cs: This is a Flags so we need to check
6911         properly.
6912         
6913 2006-03-21  Jackson Harper  <jackson@ximian.com>
6914
6915         * DataGrid.cs: Create columns when the binding context has been
6916         changed.
6917         * X11Structs.cs: Keysyms are uints.
6918         - Add size to fix build.
6919
6920 2006-03-21  Peter Dennis Bartok  <pbartok@novell.com> 
6921
6922         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
6923           XplatUIOSX.cs: 
6924           - Added ResetMouseHover method to allow controls to retrigger
6925             hovering if they need it more than once
6926           - Implemented MouseHoverTime and MouseHoverSize properties
6927         * Timer.cs: Start() must reset the interval
6928         * SystemInformation.cs: Added 2.0 MouseHoverTime and MouseHoverSize
6929           properties
6930
6931 2006-03-21  Jackson Harper  <jackson@ximian.com>
6932
6933         * X11Keyboard.cs: improved layout detection. Move the nonchar
6934         tables into this file.
6935         * KeyboardLayouts.cs: Move the tables into resource files.
6936
6937 2006-03-21  Mike Kestner  <mkestner@novell.com>
6938
6939         * ListView.cs: use OnItemActivated to raise events. Fixes #77834.
6940
6941 2006-03-21  Alexander Olk  <alex.olk@googlemail.com>
6942
6943         * Mime.cs: Various speed optimizations. Looking up mime types
6944           is now 2 times faster than before
6945
6946 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com> 
6947
6948         * CreateParams.cs: Added internal menu field
6949         * Control.cs: 
6950           - Switched call order for UpdateBounds; now we always call
6951             the one that also takes ClientSize, and we're calculating the 
6952             client size via driver method in the others. The previous
6953             method of tracking client size by difference wasn't working
6954             for forms where even the starting client size wouldn't match
6955             the overall form size (due to borders) (Part of fix for #77729)
6956           - CreateParams(): Do not use parent.Handle unless the handle is
6957             already created. Causes havoc with Nexxia and throws off our
6958             creation of controls
6959         * XplatUIX11.cs:
6960           - Created new PerformNCCalc method to trigger WM_NCCALCSIZE message
6961           - Switched handling of ConfigureNotify over to new PerformNCCalc 
6962             method (consolidates code)
6963           - Changed RequestNCRecalc to use new PerformNCCalc method
6964           - Added calls to RequestNCRecalc when menus and borders are changed
6965             to allow app to set NC size. (Part of fix for #77729) This matches
6966             when MS send a WM_NCRECALC on Win32 windows.
6967           - Now sending WM_WINDOWPOSCHANGED when toplevel for is made visible
6968             (Part of fix for #77729). This matches what MS does, they also
6969             send that message when the form is made visible.
6970           - XException.GetMessage: Improved usability of X errors by including
6971             a translation of the window into Hwnd and Control class
6972           - Improved debug info for window creation, reparenting and destruction
6973           - Created helper method WindowIsMapped() [Currently not used]
6974         * XplatUIWin32.cs: Added ToString() debug helper to RECT structure
6975         * Form.cs:
6976           - CreateParams: Now setting our menu on the new internal menu field
6977           - SetClientSizeCore: Now passing cp.menu instead of ActiveMenu to
6978             avoid calculating the same property twice
6979         * Hwnd.cs:
6980           - Improved usability of ToString() for debugging purposes
6981           - GetWindowRectangle(): Now uses proper CalcMenuBarSize method to
6982             determine the height of the menu, instead of just the font. This
6983             required to also create a graphics context and to keep a bmp 
6984             around (for performance reasons)
6985
6986 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com>
6987
6988         * MenuAPI.cs: Added OnMouseUp method
6989         * Form.cs:
6990           - Now remembering the requested client size, avoids size errors
6991           - WndProc: Now handling WM_xBUTTONUP and passing it to MenuTracker
6992             instead of base if the menu is active. This is required due to
6993             control now capturing and releasing on down/up and it would
6994             prematurely release our menu capture
6995
6996 2006-03-17  Jackson Harper  <jackson@ximian.com>
6997
6998         * KeyboardLayouts.cs: Add the czech layouts.
6999
7000 2006-03-16  Jackson Harper  <jackson@ximian.com>
7001
7002         * Control.cs: Use the viewport space when sizing not the controls
7003         client size, so things like ScrollableControl that effect the
7004         viewport size (when scrollbars are added) are computed correctly.
7005         * BindingContext.cs: Cleanup to use the DataSourceEntrys instead
7006         of ManagerEntrys.
7007         - Handle creating BindingManagers for null data sources.
7008         * DataGrid.cs: Bind the cached_currencymgr_events to the real data
7009         source, otherwise when rows are added they are added to the 'fake'
7010         datasource and we will crash when trying to set the position in
7011         those rows.
7012         - Use Implicit scrollbars on the datagrid so they arent
7013         selectable.
7014         
7015 2006-03-16  Jackson Harper  <jackson@ximian.com>
7016
7017         * Binding.cs:
7018         * InternalWindowManager.cs:
7019         * MdiWindowManager.cs:
7020         * X11Keyboard.cs: I really want Mike to love me again (fix
7021         compiler warnings).
7022
7023 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com>
7024
7025         * DataGrid.cs:
7026           - OnMouseDown: Switch to editing mode when clicking on the cell
7027                          even if we're clicking on the cell that's currently 
7028                          selected
7029           - ProcessGridKey: Left/Right now wrap like MS.Net does
7030           - ProcessGridKey: Tab now knows to add a new row when tab is
7031                             pressed in the cell of the last column of the 
7032                             last row
7033           - ProcessGridKey: Enter now adds another row  if pressed in the last
7034                             row and selectes the new row, same column cell
7035           - ProcessGridKey: Home/End navigate columns, not rows, like 
7036                             originally implemented
7037           - Broke ProcessKeyPreview code out into an extra Internal method
7038             so it can be called from the edit code
7039         * DataGridTextBox.cs (ProcessKeyMessage):
7040           - Switched to accept Tab keypresses
7041           - Added F2 handling to allow jumping to the end of the edited cell
7042           - Added logic to allow moving caret left/right inside edited cell
7043             and making the edited cell jump when the caret hits cell borders
7044           - Tab and Enter are now passed to the datagrid after being handled
7045         * TextBoxBase.cs:
7046           - Removed capture code now that Control handles it
7047           - set_SelectionStart now ensures caret is visible
7048
7049 2006-03-16  Jackson Harper  <jackson@ximian.com>
7050
7051         * TrackBar.cs: Debackwards the increment/decrement for handling
7052         mouse clicks on the bar with vertical trackbars.
7053         * ThemeWin32Classic.cs: Draw vertical trackbars with 0 at the
7054         bottom to match MS.
7055
7056 2006-03-16  Mike Kestner  <mkestner@novell.com>
7057
7058         * ListView.cs: make shift/ctrl keyboard and mouse selection 
7059         consistent with the MS control. Fix a bug in
7060         SelectedListViewItemCollection.Clear that was pissing me off for the
7061         better part of a day because the collection was being altered
7062         underneath us as we walked the list.
7063
7064 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com> 
7065
7066         * Control.cs: Not sure how we could miss this so long, but it seems
7067           that MS.Net has Capture set all the way from before calling 
7068           OnMouseDown through sending the mouse events until after
7069           OnMouseUp. This will fix DataGrid's selection being set to end
7070           at the location of the MouseUp.
7071
7072 2006-03-15  Jackson Harper  <jackson@ximian.com>
7073
7074         * BindingContext.cs: Check the binding after its added so that it
7075           can initialize the binding managers and hookup to events.
7076         * Binding.cs: Data members seem to sometimes include rows/cols in
7077           the format Row.Column we now take this into account.
7078           - Hookup to the position changed event so we can update the
7079           control when the position has changed in the data set.
7080         * CurrencyManager.cs: Take into account the row/col naming
7081           convention when creating dataset tables.
7082         * BindingContext.cs: Using a newer better way of storing
7083           datasource/datamember pairs.  Hopefully this better matches MS for
7084           looking up binding managers.
7085
7086
7087 2006-03-15  Jackson Harper  <jackson@ximian.com>
7088
7089         * BindingContext.cs: The currency manager needs the data member
7090         name, if the member is a data set we use the name to find the
7091         correct table.
7092         * CurrencyManager.cs: When creating the list prefer an IList over
7093         an IListSource.
7094         - Attempt to create a DataTable from a DataSet (TODO: might need
7095         some better error checking here, although MS doesn't seem to have much)
7096         - If we have a DataTable create a view and use it as our list.
7097
7098 2006-03-15  Mike Kestner  <mkestner@novell.com>
7099
7100         * ListView.cs: keep a matrix of the icon mode layout to facilitate
7101         keyboard navigation. Support Up/Down/Left/Right selection correctly
7102         for all 4 View modes.
7103         * ListViewItem.cs: add internal row/col fields for icon layouts.
7104
7105 2006-03-15  Jackson Harper  <jackson@ximian.com>
7106
7107         * TabControl.cs: Redraw the tabs when we resize so their newly
7108         calculated sizes are drawn on screen.
7109         * X11Keyboard.cs: Begginnings of XIM support.  We also now support
7110         composite characters.
7111         * XplatUIX11.cs: Keyboard driver needs to know about focus changes
7112         - filter events so that composite characters can be created
7113         patches by peter
7114         * X11Structs.cs: Add XIMProperties enum.
7115
7116 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
7117
7118         * Control.cs (BringToFront, SendToBack): Don't use window or handle
7119           unless it's created
7120
7121 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
7122
7123         * Control.cs (PerformLayout): We don't need to consider visiblity
7124           for anchoring, only for docking. This fixes 'whacky' alignment
7125           in listbox and other controls that use implicit scrollbars after
7126           the previous PerformLayout patch
7127         * ListBox.cs: Switched to use implicit scrollbars
7128           
7129 2006-03-14  Mike Kestner  <mkestner@novell.com>
7130
7131         * ToolBar.cs: 
7132         * VScrollBar.cs:
7133         - chain up the "new event" overrides to base and use
7134         OnEvent to raise them.  Part of fix for bug #76509.
7135
7136 2006-03-14  Alexander Olk  <alex.olk@googlemail.com>
7137
7138         * FileDialog.cs: Do not select an item in the parent directory
7139           on backspace
7140
7141 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
7142
7143         * Control.cs (PerformLayout): It would seem that we considered
7144           invisible windows for our layout. Not quite the right thing
7145           to do. Now we don't any longer, thereby fixing bug #76889.
7146
7147 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
7148
7149         * Control.cs (CanFocus): I goofed. A control can have focus 
7150           even though it's not selectable. Made it match MS docs.
7151
7152 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
7153
7154         * ControlPaint.cs (DrawBorder3D): DrawBorder3D does not fill the
7155           center by default (fixes #76895)
7156         * ThemeWin32Classic.cs, ThemeNice.cs, ThemeClearlooks.cs: Replaced 
7157           all uses of Border3DSides.All with the explicit ORd together
7158           Left|Right|Top|Bottom because I assume that nobody was aware 
7159           that All also implies a center fill. Most places I checked had
7160           a fill right above.
7161         * ProgressBarStyle.cs: Added
7162
7163 2006-03-13  Mike Kestner  <mkestner@novell.com>
7164
7165         * ListView.cs: fix breakage in drag shadow header positioning 
7166         from Peter's csc compilation fix.
7167
7168 2006-03-13  Mike Kestner  <mkestner@novell.com>
7169
7170         * ListView.cs: fix NRE produced by backspacing twice in a focused
7171         FileDialog.
7172
7173 2006-03-13  Mike Kestner  <mkestner@novell.com>
7174
7175         * ListView.cs: proxy Key(Down|Up) from ItemControl to ListView.
7176
7177 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
7178
7179         * Hwnd.cs: Added fixed_size field to track windows whose size cannot
7180           be changed
7181         * XplatUIX11.cs: Now setting fixed_size on hwnd and if set, re-setting
7182           the allowed size before making programmatic size changes
7183
7184 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com> 
7185
7186         * XplatUIX11.cs: Don't call XSetWMNormalHints if no flags are 
7187           set, metacity is broken and will still use the emty sizes in 
7188           the struct. (Fix for #77089)
7189
7190 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
7191
7192         * XplatUIStructs.cs: Split WindowStyles into WindowStyles and 
7193           WindowExStyles and marked both enums as Flags
7194         * Form.cs, ComboBox.cs, ToolTip.cs, Control.cs, PropertyGridView.cs,
7195           NotifyIcon.cs, MenuAPI.cs, XplatUIOSX.cs, MonthCalendar.cs: Updated
7196           to match WindowStyles split
7197         * XplatUIX11.cs:
7198           - SetWMStyles: Added cehck to not apply WM attributes to Child windows
7199           - Updated to match WindowStyles split
7200         * XplatUIWin32.cs:
7201           - Fixed FosterParent creation, was using ExStyle on the Style field
7202             (This should help with Popup focus issues)
7203           - Updated to match WindowStyles split
7204
7205 2006-03-13  Jackson Harper  <jackson@ximian.com>
7206
7207         * MdiWindowManager.cs: Use the system menu height. Fixes some
7208         strange sizing issues.
7209
7210 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
7211
7212         * RichTextBox.cs: Need to scroll to caret after text is inserted (#77672)
7213         * TextBoxBase.cs:
7214           - Scroll to caret after inserting text (#77672)
7215           - Make scroll range one pixel higher, fixes off-by-one error (and
7216             makes underlines visible on the last line)
7217
7218 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com> 
7219
7220         * XplatUIX11.cs: Added call to new Keyboard.ResetKeyState to prevent
7221           the keyboard state from being stuck with keys in 'pressed' state when
7222           focus is switched away via keyboard
7223         * X11Keyboard.cs: Added new ResetKeyState method to allow drivers to
7224           reset the keyboard if no X11 KeyUp events are expected to come
7225         * X11Structs.cs: Switched type of Visible to bool to match driver
7226
7227 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
7228
7229         * TextControl.cs:
7230           - Switched caret to be just 1 pixel wide, matches MS and looks less
7231             clunky
7232           - Moved caret display 1 pixel down from the top of the control
7233             to improve view
7234           - InsertCharAtCharet: Update the selection start if moving the caret
7235             (fixes bug #77696; based on patch suggested by kazuki@panicode.com)
7236           - No longer always creating the caret when the caret methods are
7237             called. Only the actual ShowCaret/HideCaret will do that now
7238           - Only setting caret visible if the owner control has focus
7239           - UpdateView: Added invalidation-shortcut logic for center and right 
7240             aligned text. Previously we'd update all according to the left
7241             logic which caused drawing errors. Also fixed height of invalidated
7242             areas, now properly invalidating the whole area (was off-by-one)
7243           - owner_HandleCreated: Always generate the document when the
7244             handle is created; this ensures that 
7245         * TextBoxBase.cs:
7246           - Fixed situation where caret would disappear under the right
7247             window border, also improved scrolling behaviour on left-
7248             aligned textboxes
7249           - Fixed right-aligned textboxes to have a border to the
7250             right instead of the caret being under the right border
7251         * XplatUIX11.cs:
7252           - Switched from 'nested' to simple visible/not visible tracking 
7253             for caret (part of fix for #77671)
7254           - No longer passing through translated FocusIn/FocusOut messages
7255             since we were notifying too often and the wrong windows. Instead
7256             we just notify our focussed window of receiving or loosing focus
7257         * XplatUIWin32.cs: Switched from 'nested' show/hide 
7258           counting for caret to simple visible yes/no behaviour (part of 
7259           fix for #77671)
7260
7261 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
7262
7263         * Mime.cs: Remove debug code...
7264
7265 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
7266
7267         * MimeGenerated.cs: Removed
7268         * Mime.cs: Mime now reads the mime data (magic, globs, aliases
7269           and subclasses) from /usr/(local/)share/mime and
7270           $HOME/.local/share/mime.
7271
7272 2006-03-10  Jackson Harper  <jackson@ximian.com>
7273
7274         * MdiWindowManager.cs: Recalc the NC area when a window is
7275         maximized/restored so that the menu area is drawn on forms that
7276         don't have a menu.
7277
7278 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
7279
7280         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
7281           XplatUIX11.cs: Added RequestNCRecalc method to driver to allow
7282           us to force a WM_NCCALCRESIZE message being sent. This is needed
7283           for MDI maximizing.
7284
7285 2006-03-10  Jackson Harper  <jackson@ximian.com>
7286
7287         * Form.cs: We need to use the ActiveMenu when calculating menu
7288         height.
7289         - Fix nullref when the window manager hasn't been created yet.
7290         * Control.cs: Fix nullref when we try to bring a control to the
7291         front that has no parent.
7292         * MdiWindowManager.cs: Use the MaximizedMenu for calculating
7293         height.
7294         - Add a dummy item to the maximized menu so it always has the
7295         correct height. Otherwise when there are no menus we don't get our
7296         icon and buttons.
7297         
7298
7299 2006-03-10  Jackson Harper  <jackson@ximian.com>
7300
7301         * MenuAPI.cs: Make this available elsewhere. I need it in some MDI
7302         stuff.
7303         * Form.cs: Make the window_state internal so the window managers
7304         can track it.
7305         - When an MDI child is maximized let its window manager create the
7306         main menu (so it can add its icon).
7307         - Notify the window managers of state changes
7308         - Let the window manager paint its buttons and handle button
7309         clicks on the menu when it is maximized.
7310         * InternalWindowManager.cs: Move the prev_bounds into the mdi
7311         window manager, since tool windows don't use it, only mdi windows.
7312         - Tell the main form that we don't want it to handle NCPAINT
7313         itself to avoid extra painting.
7314         - Handle clicks on a maximized windows menu.
7315         - Handle window state changes
7316         - Handle minimize/maximize clicks correctly by setting the window state.
7317         * MdiWindowManager.cs: Add an icon menu that (the menu you get
7318         when clicking on the forms icon).
7319         - New method to create a forms maximized menu. This is its normal
7320         menu + an icon.
7321         - Handle window state changes.
7322         - Handle sizing of maximized windows.  Maximized windows are just
7323         drawn bigger then the parent visible area. All controls are still
7324         there, they are just outside the visible area (this matches windows).
7325         * MdiClient.cs: No scrollbars when a child window is maximized.
7326         - Let the children windows figure out how big they should be when
7327         sizing maximized windows.
7328         - Implement a version of ArrangeIconicWindows somewhat similar to
7329         Windows version.  There are some little differences, but I don't
7330         think any app will rely on the layout of minimized mdi windows.
7331
7332 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
7333
7334         * Padding.cs: Several fixes to allow compiling with csc 2.0
7335
7336 2006-03-09  Jackson Harper  <jackson@ximian.com>
7337
7338         * Menu.cs:
7339         * MenuItem.cs: Cheap hack so we can add items to the list without
7340         the events being raised.  This allows adding mdi items during
7341         drawing. TODO: Should probably find a better time to add the items.
7342
7343 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
7344
7345         * ThemeWin32Classic.cs:
7346           - CheckBox_DrawText: Added logic to not wrap if not enough space
7347             is available (Fix for bug #77727)
7348           - RadioButton_DrawText: Added logic not to wrap if not enough
7349             space is available (Fix for bug #77727). Also removed some
7350             duplicate code, DrawString always drawing the regular text
7351             before hitting the if statement.
7352
7353 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com> 
7354
7355         * XplatUIX11.cs: Handle an unmapped window state in SetWindowState
7356
7357 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
7358
7359         * PictureBox.cs: Implemented ISupportInitialize interface (fixes #77726)
7360         * ContainerControl.cs: Partial implementation of some 2.0 scaling
7361           methods. Moved the new 2.0 properties into alphabetical order with
7362           other properties and added MonoTODO tags
7363
7364 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
7365
7366         * AutoScaleMode.cs: Added. Fix build.
7367
7368 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
7369
7370         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
7371           XplatUIOSX.cs: Removed HWnd argument from CalcuateClientRect, not used
7372           and was requiring premature handle creation for calls from above
7373         * Form.cs, Control.cs: Removed handle arguments from calls to
7374           CalculateClientRect()
7375
7376 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
7377
7378         * ListView.cs (HeaderMouseMove): Fix csc compilation. 
7379           drag_column.column_rect is MarshalByRef and can't be used that way
7380
7381 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
7382
7383         * AxHost.cs: Added deserialization constructor for 
7384           AxHost+State (fixes 77743)
7385
7386 2006-03-09  Mike Kestner  <mkestner@novell.com>
7387
7388         * ListView.cs: 
7389         - Added column drag reordering for details view.
7390         - fixed behavior when mouse is dragged off column and
7391         AllowColumnReorder is false.
7392         * ColumnHeader.cs: clone the format too in Clone.
7393         * Theme.cs: add DrawListViewHeaderDragDetails method.
7394         * ThemeWin32Classic.cs:
7395         - impl new method for drawing drag column shadows and targets.
7396         - support column offset for details mode in DrawListViewItem.
7397
7398 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
7399
7400         * TextControl.cs: Reset the char_count when the document is cleared
7401           (Fixes bug reported on mono-winforms mailing list)
7402
7403 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
7404
7405         * TextBoxBase.cs: Honor the Handled state of KeyPress events. Instead
7406           of calling base we simply process the key ourselves, since both
7407           DefWindowProc and the handled method would set m.Result. 
7408           (Fixes #77732)
7409
7410 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
7411
7412         * Form.cs(ScaleCore): No longer calling base.ScaleCore since that
7413           method also moves the window; instead implemented a copy of
7414           Control.ScaleCore (Part of fix for #77456)
7415         * TextBoxBase.cs: 
7416           - Created new CreateGraphicsInternal method to allow providing
7417             a graphics context when no handle is created without triggering
7418             handle creation. (Part of fix for #77456)
7419           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
7420         * TextControl.cs: 
7421           - Switched Constructor to require TextBoxBase instead of Control (to
7422             allow uncast access to CreateGraphicsInternal)
7423           - Safeguarded use of owner.Handle property. No longer accessing it
7424             unless the handle is already created.
7425           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
7426           - Now triggering a recalc when owning control becomes visible
7427         * TextBox.cs, RichTextBox.cs: Switched to use new internal 
7428           TextBoxBase.CreateGraphicsInternal() method to avoid triggering
7429           premature handle creation (Part of fix for #77456)
7430         * Control.cs:
7431           - We now only destroy our double-buffering buffers when the
7432             control is resized or disposed, but not when visibility
7433             changes. (The code even re-created them twice every time)
7434           - Now requiring a redraw of the buffer on visibility changes
7435             (fixes bug 77654 part 2)
7436           - Not passing OnParentVisibleChanged up unless the control
7437             is visible
7438           - CanFocus: Fixed to match MS documentation
7439           - Focus: Fixed to return actual focus state and to check if
7440             setting focus is legal before setting it
7441
7442 2006-03-08  Peter Dennis Bartok  <pbartok@novell.com>
7443
7444         * ThemeWin32Classic.cs: TabPages cannot have focus. Determine
7445           when to draw focus rectangle by looking at parent focus and
7446           selected state instead. This fixes TabPages on Linux sometimes
7447           having none or multiple focus rectangles.
7448         * XplatUIX11.cs (SetFocus): 
7449           - Don't set the focus if the same window already has focus
7450           - Use SendMessage instead of PostMessage (like it's Win32
7451             equivalent) and send the WM_SETFOCUS before the WM_KILLFOCUS
7452             to match MS behaviour
7453         * TabControl.cs(SelectedIndex): Don't set Focus on TabPage, TabPages
7454           are not selectable.
7455
7456 2006-03-07  Jackson Harper  <jackson@ximian.com>
7457
7458         * PictureBox.cs: Revert line I accidently committed last week.
7459
7460 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
7461
7462         * Control.cs: 
7463           - Added new IsRecreating and ParentIsRecreating properties to
7464             allow testing if RecreateHandle has been called on ourselves
7465             or one of our parents
7466           - WndProc(WM_DESTROY): If our control handle is being recreated
7467             we immediately need to create the handle when receiving the
7468             destroy, that way our child windows find a valid parent handle
7469             when they themselves are being recreated upon WM_DESTROY receipt
7470             (fix for bug #77654 part 1)
7471         * XplatUIX11.cs:
7472           - DestroyWindow: WM_DESTROY must be sent to our own window before
7473             notifying any child windows. MS documents that child windows
7474             are still valid when WM_DESTROY is received. (Control now relies on
7475             this behaviour)
7476           - Added some fine-grain debug options
7477
7478 2006-03-06  Jackson Harper  <jackson@ximian.com>
7479
7480         * MdiClient.cs: Redid scrolling logic a bit to create a virtual
7481         box and base calculations off this.
7482         * MdiChildContext.cs:
7483         * MdiWindowManager.cs: Don't need to ensure scrollbars here
7484         anymore.
7485         
7486 2006-03-06  Peter Dennis Bartok  <pbartok@novell.com>
7487
7488         * Splitter.cs: In situations where the affected control is added
7489           to the parent's control list after the splitter, we would not
7490           populate affected. Now we try populating it on mousedown, if
7491           it's not already set, and force it to be re-set whenever our
7492           parent changes.
7493
7494 2006-03-03  Matt Hargett  <matt@use.net>
7495
7496         * Control.cs: implement Control.Padding
7497         * Padding.cs: -Padding.All returns -1 when constructing with the
7498         implicit default ctor
7499         -Padding.ToString() matches MS.NET
7500         * ContainerControl.cs: implement
7501         ContainerControl.AutoScaleDimensions
7502         * ListControl.cs: implement ListControl.FormattingEnabled
7503         * TextBox.cs: Implemented TextBox.UseSystemPasswordChar.
7504         * ButtonBase.cs:
7505         * TabPage.cs: Implement UseVisualStyleBackColor.
7506         * PictureBox.cs: Implement PictureBox.InitialImage.
7507
7508 2006-03-03  Mike Kestner  <mkestner@novell.com>
7509
7510         * ListView.cs: Refactor into HeaderControl and ItemControl. Fix new
7511         event declarations to proxy to base event.
7512         * ListViewItem.cs: update to use ItemControl.
7513         * Theme.cs: make DrawListViewHeader. s/DrawListView/DrawListViewItems.
7514         * ThemeWin32Classic.cs: update to new ListView theme API and fix
7515         column header label rendering for 0 width columns.
7516
7517 2006-03-03  Peter Dennis Bartok  <pbartok@novell.com>
7518
7519         * Control.cs (ControlCollection.SetChildIndex): Avoid using a call
7520           that causes the control to be created. Fixes #77476.
7521
7522 2006-03-02  Jackson Harper  <jackson@ximian.com>
7523
7524         * Hwnd.cs: Clear the nc pending when clearing the NC area, not the
7525         expose_pending.
7526
7527 2006-03-02  Peter Dennis Bartok  <pbartok@novell.com>
7528
7529         * Control.cs: Implemented 2.0 feature where OnClick has MouseEventArgs
7530           passed in for the EventArgs (fixes #77690)
7531
7532 2006-03-01  Jackson Harper  <jackson@ximian.com>
7533
7534         * ScrollBar.cs: Refresh afterbeing resized.
7535
7536 2006-02-28  Mike Kestner  <mkestner@novell.com>
7537
7538         * MenuAPI.cs: Call PerformPopup internal method to emit Popup.
7539         Clean up a tracker compile warning.
7540         * MenuItem.cs: add internal PerformPopup method.
7541         [Fixes #77457]
7542
7543 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
7544
7545         * TextBoxBase.cs (set_Text): Recalculate the document (causing an
7546           implicit expose) when the text is set to null
7547
7548 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com>
7549
7550         * RichTextBox.cs (FlushText): When newline is true, we always
7551           need to split the line, even if no text is on it and we may
7552           never eat newlines. (Fixes #77669)
7553
7554 2006-02-28  Mike Kestner  <mkestner@novell.com>
7555
7556         * ListView.cs: Add UpdateSelection internal method. Remove SelectItem 
7557         and set Selected instead.
7558         * ListViewItem.cs: Call owner.UpdateSelection to manipulate the 
7559         collections.
7560
7561 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
7562
7563         * ComboBox.cs: Allow setting SelectedIndex to -1. Fixes #77665
7564
7565 2006-02-28  Alexander Olk  <alex.olk@googlemail.com>
7566
7567         * FontDialog.cs:
7568           - Got rid of the panel. All controls are now directly added to
7569             the dialog form
7570           - It is now possible to set a font with the Font property
7571           - MinSize and MaxSize property do now what they should
7572           - ShowApply, ShowHelp, ShowColor, ShowEffects likewise
7573           - Searching and selecting a font with the font textbox works now,
7574             the same applies to the style and size textbox
7575           - Draw the correct 3D border in the example panel
7576           - Fixed a little mem leak (unused fonts didn't get disposed)
7577           - Many other internal updates/rewrites...
7578           - Fix typo
7579
7580 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
7581
7582         * TextControl.cs: 
7583           - InsertRTFFromStream: Added 'number of characters inserted' argument
7584           - set_SelectedRTF: Now using the number of characters to calculate
7585             the new location for the selection and cursor (x/y cannot be used
7586             due to potentially already wrapped text)
7587
7588 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com>
7589
7590         * TextControl.cs: Added property and implemented means to allow 
7591           disabling recalculation of a document (can be used to speed up
7592           multiple inserts and is needed to make RTF inserts predictable, see
7593           bug #77659)
7594         * RichTextBox.cs: Using the new NoRecalc property of Document to
7595           keep x/y insert locations predictable. Also makes it faster inserting
7596           large chunks of RTF
7597
7598 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
7599
7600         * Control.cs: Separated special WM_SYSKEYUP keyboard handling. That way
7601           it's easier for a child control to handle the other messages without
7602           having to duplicate the special functionality
7603         * TextBoxBase.cs
7604           - WndProc: Removed calling base handler for WM_KEYDOWN and added 
7605             code to handle processing the key ourselves, in order to get 
7606             access to the result of KeyEventArgs.Handled. We now only call 
7607             ProcessKey if they key hasn't been handled already. Fixes #77526.
7608           - set_Text: If null or empty string is given, just clear the 
7609             document. Fixes part of #77526
7610
7611 2006-02-27  Jackson Harper  <jackson@ximian.com>
7612
7613         * SizeGrip.cs: Paint the background color before painting the grip
7614         so things look right.
7615         * MdiClient.cs: Add the sizegrip when both scrollbars are used.
7616
7617 2006-02-27  Mike Kestner  <mkestner@novell.com>
7618
7619         * ListView.cs:
7620           - Restructure layout and invalidation model to remove a ton of
7621           flicker from the control and speed up performance in general.
7622           - Add manual column resize, flickers like crazy, but I already have
7623           some ideas on how I'll fix that. (#76822)
7624           - Merge the three Icon-based views into a single layout method.
7625           - Move item selection interaction logic from the item since 
7626           interaction with the collections is more appropriate to the view.
7627           - Deselection on non-item clicks.
7628         * ListViewItem.cs:
7629           - Encapsulate most of the layout. Add some internal props to trigger
7630           layout.  Move to a model where Items invalidate themselves instead
7631           of just invalidating the whole control every time something changes.
7632           - Invalidate on Text/Caption changes.
7633           - switch to an offset based layout model to avoid having to absolute
7634           position every element on item moves.
7635           - correct checkbox layout to conform to MS layout.
7636         * ThemeWin32Classic.cs:
7637           - refactor some column header drawing code.
7638           - fix string justification for column headers (#76821)
7639           - make SmallIcon labels top justified for compat with MS impl.
7640         * ThemeClearlooks.cs:
7641           - adjust to new ListViewItem internal checkbox bounds api.
7642
7643 2006-02-27  Jackson Harper  <jackson@ximian.com>
7644
7645         * Control.cs:  Change where implicit controls fall in the zorder.
7646         They are now on top of all children.
7647         - Synced AddImplicit code with Add
7648         - Removed unused enumerator.
7649         * SizeGrip.cs: Remove the TODO as its been TODONE.
7650
7651 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com> 
7652
7653         * TextControl.cs(Insert): Combine the last lines unless the insertion
7654           string ends with \n\n, otherwise we leave one line too many (Fixes
7655           something I noticed with the testapp for #77526; the bug itself was
7656           already fixed in the previous checkin)
7657
7658 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com>
7659
7660         * RichTextBox.cs:
7661           - SelectionColor and SelectionFont methods no longer set absolute
7662             styles. Instead, the keep font or color respectively (This 
7663             resolves a long-standing FIXME in the code)
7664           - When flushing RTF text, the insert code now considers text trailing
7665             behind the insertion point (Fixes the bug where when replacing
7666             the selected text via SelectedRTF the remainder of the line behind 
7667             the selection would stay on the first insertion line)
7668         * TextBoxBase.cs:
7669           - AppendText now updates the selection points after inserting text
7670           - AppendText now ensures that the last tag (sometimes 0-length) of
7671             the document is used for the style information (Fixes part of 
7672             bug #77220)
7673         * TextControl.cs:
7674           - Created new FontDefiniton class to allow describing partial style
7675             changes
7676           - StreamLine() now takes a lines argument, to allow it to decide
7677             whether an encountered zero-length tag is the last in the document
7678             (which must be kept to not loose the font/color contained in it,
7679             for later appends)
7680           - Created Combine() and Split() methods for Marker structs, to 
7681             support marker updates due to reformatted documents (soft line
7682             wraps)
7683           - Implemented Document.CaretTag setter
7684           - Fixed MoveCaret(CtrlEnd) handling, now moves to the last character
7685             of the last line (Not the cause, but also exposed by bug #77220)
7686           - Added LineTag argument to InsertString method, to allow callers
7687             to force a certain tag to be used (required to force use of the
7688             trailing zero-length tag of a document)
7689           - Now updating markers in Combine(), to avoid stale tag markers
7690           - Added some method descriptions to aid maintenance
7691           - Implemented new FormatText concept, allowing additive/subtractive
7692             formatting by only specifying the components that are to be 
7693             changed. This was needed for resolving the RTB.SelectedColor/
7694             RTB.SelectedFont fixmes
7695           - Added Break() support method to allow breaking up linetags (used
7696             for partial formatting)
7697           - Added GenerateTextFormat() method. It is used for partial 
7698             formatting and allows to generate a full font/color from given
7699             attributes and an existing tag.
7700
7701 2006-02-26  Jackson Harper  <jackson@ximian.com>
7702
7703         * XplatUIX11.cs:  Use the correct caption height.
7704         - Translate hittest coordinates to screen coords to match MS.
7705         * XplatUIWin32.cs: When we create MDI windows we need to reset
7706         some of the style flags, so we get a nice blank window, and can
7707         draw all the decorations ourselves.
7708         - Set a clipping rectangle on the non client paint event, the
7709         window manager drawing code needs one.
7710         * Form.cs: The window manager needs to know when the window state
7711         has been updated.
7712         * Hwnd.cs: The window manager stuff now does a proper NCCALC so we
7713         don't need to factor in border and title sizes in these
7714         methods. TODO: Remove the args and fix the call points.
7715         * InternalWindowManager.cs: Handle NCHITTEST and NCCALCAREA
7716         properly.
7717         - Let the driver set the cursors.
7718         - Improve active window handling
7719         - Correct sizes for title bars and buttons.
7720         - Match MS drawing better
7721         * MdiWindowManager.cs: We don't need to handle border style
7722         updates specially anymore.
7723         - Check for scrollbars when windows are done moving
7724         - Handle Active properly.
7725         * MimeIcon.cs: Don't crash when we can't load the GNOME stuff
7726         correctly. I am spewing the exception though, so we don't hide the
7727         bugs.
7728         
7729 2006-02-26  Pedro Martinez Julia  <pedromj@gmail.com>
7730
7731         * DataGridViewRowPostPaintEventArgs.cs,
7732           DataGridViewCellPaintingEventArgs.cs,
7733           DataGridViewRowCollection.cs,
7734           DataGridViewRowPrePaintEventArgs.cs,
7735           DataGridViewCell.cs: Clear a few warnings and implement a few
7736           exceptions that should be thrown.
7737
7738 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
7739
7740         * ScrollBar.cs (ctor): Explicitly set a cursor to avoid
7741           'inheriting' our parent's (non-default) cursor. (Part of
7742            the fix for #77479)
7743
7744 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com> 
7745
7746         * XplatUIX11.cs: Fixed cast to make csc happy
7747
7748 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
7749
7750         * Control.cs (WndProc): Only handle WM_SETCURSOR messages if
7751           it's for the client area (part of fix for #77479 and needed
7752           for MDI window cursor handling)
7753         * XplatUIX11.cs
7754           - DefWindowProc: Now handles the WM_SETCURSOR messages, setting
7755             the appropriate default cursors and also passing the message
7756             up the parent chain 
7757           - GetMessage: Now generating WM_NCHITTEST and WM_SETCURSOR even
7758             for non-client areas
7759
7760 2006-02-15  Jackson Harper  <jackson@ximian.com>
7761
7762         * XplatUIWin32.cs: Since we fake MDI dont tell Windows that this
7763         is a real MDI window
7764
7765 2006-02-14  Alexander Olk  <alex.olk@googlemail.com>
7766
7767         * X11DesktopColors.cs: Instead of checking the desktop session
7768           string for "KDE" check if it starts with "KDE"
7769
7770 2006-02-10  Jackson Harper  <jackson@ximian.com>
7771
7772         * XplatUIX11.cs: These should be unsigned (fixes crash on 32 bit
7773         systems).
7774
7775 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
7776
7777         * FileDialog.cs: Added Refresh to RunDialog to fix some drawing
7778           errors
7779         * ColorDialog.cs:
7780           - Got rid of the panel. All controls are now directly added to
7781             the dialog form
7782           - Changed to mono coding style
7783
7784 2006-02-10  Jackson Harper  <jackson@ximian.com>
7785
7786         * InternalWindowManager.cs: We don't need the set visibility to
7787         false hack anymore now that peter has written beautiful shutdown
7788         code.
7789
7790 2006-02-10  Peter Dennis Bartok  <pbartok@novell.com>
7791
7792         * XplatUIX11.cs: Ignore DestroyNotify messages for windows that
7793           where already explicitly destroyed
7794
7795 2006-02-10  Jackson Harper  <jackson@ximian.com>
7796
7797         * MdiClient.cs: Handle the case where windows are too high or to
7798         the left and we need scrollbars.
7799
7800 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
7801
7802         * MimeIcon.cs: Added some icons
7803         * FileDialog.cs:
7804           - Fixed bug #77477
7805           - Got rid of the panel. All controls are now directly added to
7806             the dialog form
7807           - Changed to mono coding style
7808           - On Linux "My Computer" and "My Network" will now show some
7809             more usefull information. A new class, MasterMount, gathers
7810             this information from /proc/mount. Updated MWFFileView to make
7811             use of this information
7812           - Fixed a bug that caused FileDialog to crash when
7813             ".recently_used" file had a zero size
7814           - FilterIndex does now what it should
7815           - Some Refactoring
7816         * OpenFileDialog.cs, SaveFileDialog.cs: Updated to reflect latest
7817             FileDialog changes
7818
7819 2006-02-09  Jackson Harper  <jackson@ximian.com>
7820
7821         * ComboBox.cs: Don't touch if null.
7822
7823 2006-02-09  Peter Dennis Bartok  <pbartok@novell.com>
7824
7825         * Cursor.cs: 64bit safeness fix
7826         * XplatUIX11.cs: Removed several unneeded and one moronic cast.
7827
7828 2006-02-09  Jackson Harper  <jackson@ximian.com>
7829
7830         * Form.cs: If a form is made into an MDI form update the styles so
7831         all the props can get set correctly.
7832         - Kill the mdi_container when we dont need it anymore.
7833         * InternalWindowManager.cs: Add missing NOT
7834
7835 2006-02-08  Jackson Harper  <jackson@ximian.com>
7836
7837         * InternalWindowManager.cs: Respek clipping when drawing MDi
7838         decorations.
7839
7840 2006-02-08  Jackson Harper  <jackson@ximian.com>
7841
7842         * Hwnd.cs: Add bits to track non client expose events.
7843         * XplatUIX11.cs: Track non client expose events on the hwnd. This
7844         gives us a proper invalid rect and will allow for some nice
7845         optimizations with NC client drawing
7846         - MDI windows are children windows, so move their style handling
7847         into the child window block.
7848         * InternalWindowManager.cs: Remove a state reset that was
7849         getting invoked at the wrong time. Fixes managed windows getting
7850         into a 'stuck' captured state.
7851
7852 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
7853
7854         * TextControl.cs (Document.ctor): Now initializing 
7855           selection_anchor. Fixes #77493
7856
7857 2006-02-07  Jackson Harper  <jackson@ximian.com>
7858
7859         * TrackBar.cs: The increment/decrements were backwards.
7860
7861 2006-02-07  Mike Kestner  <mkestner@novell.com>
7862
7863         * Theme*.cs : remove ThemeEngine.Current usage as it just points back
7864         to the instance itself.
7865
7866 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
7867
7868         * X11DesktopColors.cs, ThemeGtk.cs: The GObject structure is based
7869           on ulongs and pointers, the size differs between 32bit and 64bit
7870           systems. 
7871
7872 2006-02-07  Mike Kestner  <mkestner@novell.com>
7873
7874         * XplatUIX11.cs : force the WorkingArea away from XGetWindowProperty
7875         for 64 bit platforms to work around a metacity bug. 
7876
7877 2006-02-07  Jackson Harper  <jackson@ximian.com>
7878
7879         * TrackBar.cs: Process the input keys we need, and hookup to
7880         KeyDown instead of using WndProc, so we get key messages.
7881
7882 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com>
7883
7884         * XplatUIX11.cs: Atoms are only 32bit on the wire, no matter what
7885           machine we're on. 
7886         * X11Dnd.cs(SetAllowDrop): Since atoms are always 32bit on the wire
7887           we need to translate the XdndVersion atoms array before sending it
7888
7889 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com> 
7890
7891         * XplatUIX11.cs: 
7892           - The preceeding 64bit fixes had a bug: ChangeProperty expects the
7893             number of bits for the property, not the number of bytes. The
7894             change to provide IntPtr.Size broke 32bit. (64bit was also wrong
7895             but would not crash since it specified 8 bits instead of 4 bits)
7896           - More 64bit fixes: Switched all atoms from int to IntPtr (they are
7897             defined as XID -> long in the C headers)
7898           - Removed 'new IntPtr((int))' and '(IntPtr)' casts from all NetAtoms 
7899             references since those are now IntPtr to begin with
7900           - Switched all Atom.XXX 'int' casts to IntPtr casts
7901           - Fixed XGrabPointer DllImport signature to work for 64bit (cursor arg)
7902           - Fixed XInternAtom signature for 64bit, now returns an IntPtr
7903           - Added XChangeActivePointerGrab DllImport (for X11DnD)
7904         * X11Structs.cs:
7905           - Changed 'int' type for Atoms in XEvent structures to IntPtr
7906           - Changed atom in HoverStruct to be IntPtr
7907         * X11DnD.cs:
7908           - Removed local DllImports, switched code to use those from XplatUIX11
7909           - Removed/fixed casts related to the switch of Atom to be a IntPtr
7910
7911 2006-02-06  Mike Kestner  <mkestner@novell.com>
7912
7913         * XplatUIX11.cs : many more 64 bit pinvoke changes.  I've audited all the 
7914         method signatures in the import region.  There may still be some
7915         lingering struct marshaling issues, as I didn't drill down into those.
7916         Yet.
7917
7918 2006-02-06  Jackson Harper  <jackson@ximian.com>
7919
7920         * ComboBox.cs: Dont manually set the top_item, this is computed
7921         when the scrollbar position is set.
7922
7923 2006-02-06  Mike Kestner  <mkestner@novell.com>
7924
7925         * XplatUIX11.cs : 64 bit changes to XGetWindowProperty usage. Fixes
7926         startup crashes on amd64.  There's other fixes needed.  All pinvoke
7927         usage of Atom needs to be mapped to IntPtr for example.  And there are
7928         likely other int/long issues to be addressed.
7929
7930 2006-02-04  Alexander Olk  <alex.olk@googlemail.com>
7931
7932         * FileDialog.cs: One more...
7933
7934 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
7935
7936         * FileDialog.cs: Next try
7937
7938 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
7939
7940         * FileDialog.cs: First part of fix for #77464
7941
7942 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
7943
7944         * ButtonBase.cs, ContainerControl.cs, Forms.cs,
7945           ThemeWin32Classic.cs: Fix for #77458. Correct handling of
7946           AcceptButton border drawing.
7947
7948 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com> 
7949
7950         * Form.cs: Moved positioning of form after auto scaling is applied,
7951           otherwise it would possibly use wrong form size.
7952
7953 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com>
7954
7955         * Control.cs (RecreateHandle): No need to re-create any child
7956           controls, the child windows will get destroyed automatically by
7957           the windowing system or driver, and re-created when the handle
7958           is being accessed the first time. Fixes #77456
7959         * Form.cs: No longer setting the form to closing if the handle is 
7960           being recreated. This seems like the right thing to do, don't
7961           have a bug or testcase for this, though.
7962
7963 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
7964
7965         * FileDialog.cs: Suspend/Resume layouting when changing sizes of
7966           controls to avoid unwanted side effects
7967
7968 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com> 
7969
7970         * Control.cs: 
7971           - ScaleCore needs to scale the bounds, not the ClientSize of the 
7972             control. Fixes #77416.
7973           - DefaultSize is 0,0 for control
7974         * TextBoxBase.cs: 
7975           - DefaultSize is 100, 20
7976           - SetBoundsCore: Now enforcing the height, no matter if the provided
7977             height is more or less than the preferred one, as long as AutoSize
7978             is on
7979         * Form.cs: Apply documented fudge factor. Part of item 3 fix for #77416
7980
7981 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
7982
7983         * Control.cs:
7984           - ResumeLayout: Fixed logic when to call PerformLayout, we may not
7985             call unless both performLayout is true *and* we have a pending
7986             layout change
7987           - ResumeLayout: MS does not completely nest Suspend and Resume,
7988             they bottom out at 0, fixed our code to match that.
7989           - UpdateBounds/SetBoundsCore: Moved calling of UpdateDistances() to
7990             SetBoundsCore, we were updating even when we shouldn't. This fixes
7991             swf-anchors mis-anchoring when resizing the app fast and lots.
7992           - UpdateDistances: Now only setting the left and top distance if 
7993             we have a parent and are not suspended, this is based on
7994             a suggestion by Don Edvaldson in bug #77355.
7995           - OnVisibleChanged: Fixed logic when to create the control. We may
7996             not create the control if we have no parent or if it's not visible;
7997             switched to using Visible property instead of is_visible field 
7998             since the property also considers parent states. This fixes a bug
7999             when starting Paint.Net
8000
8001 2006-02-02  Jackson Harper  <jackson@ximian.com>
8002
8003         * Form.cs: If the forms handle hasn't been created yet don't call
8004         into xplatui to make it top most, just set the topmost flag on the
8005         form in CreateParams
8006         * XplatUIX11.cs: Handle WS_EX_TOPMOST.
8007
8008 2006-02-01  Jackson Harper  <jackson@ximian.com>
8009
8010         * ScrollableControl.cs: Refactored the Recalculate method a
8011         little, this wasn't handling all the variants of bottom and right
8012         bars needed to be added and added/removed based on their
8013         counterparts being added/removed (which changes the drawable
8014         size). Also we special case client widths and heights of 0 and
8015         don't add the scrollbar for those.
8016
8017 2006-02-01  Peter Dennis Bartok  <pbartok@novell.com>
8018
8019         * XplatUIX11.cs: 
8020           - Added method to get AbsoluteGeometry(); currently unused, but might
8021             be used in the future, if we try again to figure out toplevel
8022             coordinates with some more crappy window managers
8023           - Added FrameExtents() method to retrieve the WM set decoration size
8024           - Tried to fix up AddConfigureNotify and handling of ReparentNotify 
8025             to deal with at least KDE, FVWM and metacity (Fixes #77092)
8026         * Hwnd.cs: 
8027           - Added whacky_wm tracking var for metacity
8028           - Added logic to have default menu height if the actual menu height
8029             has not yet been calculated (part of fix for #77426)
8030         * Form.cs: Keep track whether client size has been set and re-set 
8031           it if a menu is added/removed afterwards (Fixes #77426)
8032
8033 2006-01-31  Jackson Harper  <jackson@ximian.com>
8034
8035         * Control.cs: When a new Site is set on the component attempt to
8036         pull the AmbientProperties from it.
8037
8038 2006-01-31  Peter Dennis Bartok  <pbartok@novell.com>
8039
8040         * ThemeWin32Classic.cs: Menu background is drawn in ColorMenu, not
8041           in the background of the owning form. Fixes #77332
8042
8043 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
8044
8045         * MimeIcon.cs: Fix for #77409
8046
8047 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
8048
8049         * XplatUIX11GTK.cs: Initial import
8050
8051 2006-01-31  Jordi Mas i Hernandez <jordimash@gmail.com>
8052
8053         * FixedSizeTextBox: fixes class signature
8054
8055 2006-01-30  Jackson Harper  <jackson@ximian.com>
8056
8057         * FixedSizeTextBox.cs: New internal class that represents a
8058         textBox that will not be scaled.
8059         * TreeView.cs:
8060         * ComboBox.cs:
8061         * UpDownBase.cs: Use the new FixedSizeTextBox instead of a
8062         standard TextBox.
8063                 
8064 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com> 
8065
8066         * XplatUIX11.cs: Retrieve default screen number instead of
8067           assuming 0. Attempted fix for #77318
8068
8069 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com>
8070
8071         * XplatUIWin32.cs: 
8072           - GetWindowPos: When a window is parented by FosterParent, use 
8073             the desktop instead of FosterParent as the base to get coordinates
8074           - CreateWindow: Don't make FosterParent the parent window for Popups
8075             if we don't want a taskbar entry, Popups automatically don't get one
8076         * Hwnd.cs: Need to call remove to actually remove the key from the
8077           hash table
8078
8079 2006-01-30  Mike Kestner  <mkestner@novell.com>
8080
8081         * MenuAPI.cs: adjust MainMenu item popup location to y=0.
8082
8083 2006-01-30  Jackson Harper  <jackson@ximian.com>
8084
8085         * TreeView.cs:
8086         * TreeNode.cs: Raise events no matter how the treenode is
8087         checked. Patch by Don Edvalson.
8088
8089 2006-01-30  Jackson Harper  <jackson@ximian.com>
8090
8091         * TreeNode.cs: Signature fix.
8092
8093 2006-01-29  Alexander Olk  <alex.olk@googlemail.com>
8094
8095         * ThemeClearlooks.cs: Fixed a crash in ProgressBar drawing.
8096
8097 2006-01-20  Mike Kestner  <mkestner@novell.com>
8098
8099         * Form.cs: Add ActiveTracker property to do Captures and perform mouse
8100         event forwarding when menus are active.
8101         * MenuAPI.cs: kill the GrabControl hack.  Use Form.ActiveTracker.
8102         Most of the patch is pdb's with a little rework.
8103
8104 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
8105
8106         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs: 
8107           Removed GetMenuDC and ReleaseMenuDC methods; replaced
8108           by PaintEventStart(handle, false) and PaintEventEnd(handle, false)
8109         * Form.cs: Changed WM_NCPAINT handler to use PaintEventStart and End
8110         * InternalWindowManager.cs: Added use of PaintEventStart/End to
8111           handling of WM_NCPAINT message, now passing the PaintEventArgs to
8112           the PaintWindowDecorations method
8113         * MainMenu.cs: Switched logic from GetMenuDC to PaintEventStart
8114         * MdiChildContext.cs: Switched logic from GetMenuDC to PaintEventStart
8115         * MenuAPI.cs: Made tracker window invisible
8116         * XplatUIWin32.cs:
8117           - Removed GetMenuDC and ReleaseMenuDC methods
8118           - Implemented the client=false path for PaintEventStart and
8119             PaintEventEnd
8120
8121 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
8122
8123         * XplatUIWin32.cs(SetBorderStyle): Fixed3D needs a border
8124         * XplatUIX11.cs(DeriveWindowStyles): Updated to match fixed Form
8125           styles
8126         * Form.cs: 
8127           - MaximizeBox, MinimizeBox: Recreate the handle when setting
8128             the style
8129           - CreateParams: Reworked the styles to match MS look'n'feel,
8130             removed automatic setting of MinimizeBox, MaximizeBox, etc. via
8131             the WS_OVERLAPPEDWINDOW style. This fixes #76823.
8132
8133 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
8134
8135         * XplatUIX11.cs(GetWindowState): Now throwing an exception when the 
8136           window is not mapped, since otherwise every form that's being 
8137           created is considered minimized, which is wrong.
8138         * Form.cs: Catching the exception and returning our internal value
8139           instead
8140
8141 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
8142
8143         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new driver method
8144           SetWindowMinMax() to have means to tell the driver about the minimum,
8145           maximum and maximized state window sizes. (Part of the fix for #76485)
8146         * Form.cs:
8147           - Implemented tracking of minimum and maximum window size, now calling
8148             new SetWindowMinMax() driver method to tell the driver (Part of the
8149             fix for #76485)
8150           - Finished handling of WM_GETMINMAXINFO method, now setting all values
8151             (Completes fix for #76485)
8152           - Calling new SetWindowMinMax driver method when the handle for a 
8153             form is created, to make sure the driver knows about it even if
8154             the values have been set before the window was created
8155           - Now eating the WM_WINDOWPOSCHANGED message if the form is minimized
8156             to avoid messing up our anchoring calculations (partial fix
8157             for #77355)
8158         * XplatUIStructs.cs: Added MINMAXINFO struct (moved from Win32 driver)
8159         * XplatUIX11.cs:
8160           - Added _NET_WM_STATE_HIDDEN property for detecting minimized state
8161           - Improved GetWindowState() to detect 'Minimized' state on Metacity 
8162             (and presumably other freedesktop.org compliant WMs). Left the
8163             assumption unmapped=minimized, needed for SetVisible to work.
8164           - Now setting the window state when creating windows
8165           - Fixed SetVisible to consider/set the window state when mapping
8166             a Form. We cannot set the state before it's mapped, and we cannot
8167             use Form.WindowState once it's mapped (since it would ask the
8168             driver and get 'normal'. Therefore, we grab the state before
8169             mapping, map, and then set state.
8170           - Implmemented SetWindowMinMax method; Metacity does not seem to
8171             honor the ZoomHints, though.
8172         * XplatUIWin32.cs:
8173           - Removed MINMAXINFO (moved to XplatUIStructs)
8174           - Added SetWindowMinMax stub (on Win32 the only way to set that
8175             information is in response to the WM_GETMINMAXINFO message, which
8176             is handled in Form.cs)
8177           - Added logic to SetVisible to set the proper window state when a 
8178             form is made visible (fixes #75720)
8179
8180 2006-01-26  Jackson Harper  <jackson@ximian.com>
8181
8182         * Control.cs (BeginInvoke): Automagically handle EventHandlers the
8183         same way we handle them with Invoke.
8184
8185 2006-01-25  Peter Dennis Bartok  <pbartok@novell.com> 
8186
8187         * Form.cs:
8188           - Added tracking of window state so CreateParams can return
8189             the appropriate style
8190           - Moved setting of WS_CAPTION style in CreateParams to allow
8191             styles without caption
8192         * DataGridTextBoxColumn.cs: We are now also creating the TextBox 
8193           control if the TextBox property is accessed. Fixes #77345
8194         * Control.cs:
8195           - get_Created: now uses is_disposed and is_created to determine
8196             return value (suggested by Jackson)
8197           - CreateHandle: No longer exits if the handle is being recreated
8198           - RecreateHandle: If the handle is not yet created call the 
8199             appropriate method to create either control or handle. If the
8200             control is already created CreateHandle will simply exit instead
8201             of just creating the handle
8202         * Hwnd.cs: Removed expose_pending tracking, no longer needed since we
8203           now SendMessage WM_DESTROY directly to the control when DestroyWindow
8204           is called.
8205         * XplatUIX11.cs: 
8206           - When DestroyWindow is called, instead of waiting for the 
8207             DestroyNotification from X11, we directly post it to the WndProc
8208             and immediately dispose the hwnd object.
8209             Same applies to DestroyChildWindows, and this obsoletes the
8210             expose_pending tracking. Contrary to Win32 behaviour we destroy our
8211             child windows before our own, to avoid X11 errors.
8212           - Removed the direct sending of WM_PAINT on UpdateWindow
8213         * XplatUIWin32.cs:
8214           - Reworked DoEvents and GetMessage to allow access to internal queue
8215             even when trying non-blocking access to the queue.  Fixes #77335. 
8216             Based on a patch suggestion by Don Edvalson. The new private
8217             GetMessage can now also be used as a backend for a PeekMessage
8218             frontend version.
8219         * XplatUI.cs: Improved debug output for CreateWindow
8220
8221 2006-01-25  Jackson Harper  <jackson@ximian.com>
8222
8223         * Help.cs: Allow param to be null. Patch by Don Edvalson.
8224
8225 2006-01-24  Jackson Harper  <jackson@ximian.com>
8226
8227         * ComboBox.cs: Clamp the max value set for the vertical scrollbar
8228         when we have a MaxDropItems lower then the selected index.
8229
8230 2006-01-24  Jackson Harper  <jackson@ximian.com>
8231
8232         * Control.cs: Don't allow selection of non visible controls, allow
8233         selection of controls without parents.
8234
8235 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
8236
8237         * ThemeWin32Classic.cs: Fixes Datagrid drawing issues
8238         * DataGridDrawingLogic.cs: Add editing row only when is necessary
8239
8240 2006-01-23  Jackson Harper  <jackson@ximian.com>
8241
8242         * UpDownBase.cs: Make the textbox handle all the selection and
8243         tabbing. This fixes tabing to updown controls.
8244
8245 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
8246
8247         * TextBoxBase.cs: fixes exception thown the object was null
8248
8249 2006-01-23  Jackson Harper  <jackson@ximian.com>
8250
8251         * ButtonBase.cs: Just use the base CreateParams. They set
8252         visibility and enabled correctly.
8253         * ComboBox.cs:
8254         * TrackBar.cs:
8255         * MonthCalendar.cs: Lets let the base set as much of the
8256         createparams as possible so we don't have duplicate code all over
8257         the place.
8258
8259 2006-01-22  Alexander Olk  <alex.olk@googlemail.com>
8260
8261         * ThemeGtk.cs: Added TrackBar and some experimental code to
8262           get double buffering back
8263
8264 2006-01-21  Jordi Mas i Hernandez <jordimash@gmail.com>
8265
8266         * DataGrid.cs: Allows row number set internally higher than the last
8267         when creating a new row. Restores the editing functionality.
8268
8269 2006-01-20  Mike Kestner  <mkestner@novell.com>
8270
8271         * MimeIcon.cs: delay Image creation until the icons are accessed
8272         instead of creating 190 scaled images on GnomeHandler startup.
8273
8274 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com> 
8275
8276         * TextBoxBase.cs (WndProc): When handling WM_KEYDOWN we need to
8277           first call base before processing the event. Fixes #77279
8278
8279 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com>
8280
8281         * XplatUIWin32.cs, Cursor.cs: Fixed code that wrongly assumed
8282           that the stride for the GDI bitmap would match the stride of
8283           a DIB or a Cursor.
8284
8285 2006-01-19  Alexander Olk  <alex.olk@googlemail.com>
8286
8287         * ThemeGtk.cs: Added ProgressBar, RadioButton, CheckBox
8288
8289 2006-01-19  Jackson Harper  <jackson@ximian.com>
8290
8291         * ComboBox.cs: Hookup the text controls keydown event so we get
8292         those when the text control has the focus.
8293
8294 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
8295
8296         * Label.cs: Now using the base events instead of defining new ones;
8297           this allows us to just call the base properties without having to
8298           duplicate all base property logic 
8299
8300 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
8301
8302         * Label.cs: A label by default is not a tabstop (Fixes one of our
8303           failing nunit tests)
8304
8305 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
8306
8307         * XplatUIWin32.cs: Fixed wrong DoEvents logic. Fixes #77282
8308         * XplatUIX11.cs: Removed WM_PAINT check from DoEvents. Fixes #77282
8309
8310 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
8311
8312         * Cursor.cs: Reimplemented creating cursor bitmaps without using
8313           the Bitmap(Stream) constructor which is semi-broken on MS GDI+.
8314           This fixes #77218
8315         * XplatUIWin32.cs: 
8316           - Reimplemented creating Bitmaps from DIBs since the Bitmap(Stream) 
8317             constructor creates images that can't be saved. Part of the fix
8318             for #76103
8319           - Added handling of CF_BITMAP as CF_DIB to clipboard code (Fixes #76103)
8320           - SetWindowState: Switched ShowWindow flags (part of an upcoming 
8321             bug fix for handling window state in forms properly)
8322
8323 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
8324
8325         * ThemeGtk.cs: Simplify ScrollBar drawing
8326
8327 2006-01-18  Jackson Harper  <jackson@ximian.com>
8328
8329         * Splitter.cs: Set the default dock style for the splitter control
8330         in the constructor.
8331
8332 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
8333
8334         * ThemeGtk.cs: Corrected StateType and ShadowType for
8335           gtk_paint_box
8336
8337 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
8338
8339         * Control.cs: Make use of Theme.DoubleBufferingSupported
8340         * ThemeGtk.cs:
8341           - Added drawing for flat style buttons
8342           - Added ScrollBar drawing
8343
8344 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
8345
8346         * ThemeClearlooks.cs: Removed some unneeded code.
8347         * ThemeGtk.cs: First part of ThemeGtk enhancements.
8348
8349 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
8350
8351         * LinkLabel.cs: We need to update the hover drawing when
8352           leaving the control as well.
8353
8354 2006-01-18  Jordi Mas i Hernandez <jordimash@gmail.com>
8355
8356         * DataGrid.cs: Clicking on non empty areas in the columns
8357            area was giving an exception
8358
8359 2006-01-17  Jackson Harper  <jackson@ximian.com>
8360
8361         * ThemeWin32Classic.cs:
8362         * ListView.cs: Do not draw/clip the headers when the header style
8363         is None.
8364
8365 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
8366
8367         * DataGrid.cs: Fixes 77260
8368         
8369 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
8370
8371         * DataGrid.cs: Clicking on a column on a empty grid was giving
8372           an exception
8373
8374 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
8375
8376         * DataGrid.cs (OnKeyDown): Don't use the array if it's empty
8377           or any keypress will crash the grid.
8378
8379 2006-01-17  Mike Kestner  <mkestner@novell.com>
8380
8381         * MainMenu.cs (OnMenuChanged): set Height=0 to cause relayout.
8382         * ThemeWin32Classic.cs (CalcItemSize): clear Height/Width for 
8383         invisible/previously-visible items.
8384         [Fixes #76909]
8385
8386 2006-01-17  Alexander Olk  <alex.olk@googlemail.com>
8387
8388         * ThemeClearlooks.cs:
8389         - Added CL_Draw_Button method; now other theme controls that are 
8390           not derived from button or do not have a button can draw buttons
8391           too
8392         - Updated ComboBox drawing
8393         - Beautified RadioButton drawing
8394         - Corrected drawing of bottom and left tabs
8395         - Beautified DateTimePicker and MonthCalendar
8396         - Added CPDrawButton and CPDrawRadioButton
8397
8398 2006-01-16  Jackson Harper  <jackson@ximian.com>
8399
8400         * ComboBox.cs: Set the initial value of the scrollbar to the
8401         current index. Reduce the numbers of refreshs and IndexOfs called.
8402
8403 2006-01-14  Alexander Olk  <alex.olk@googlemail.com>
8404
8405         * FileDialog.cs: When the file listview is focused hitting the
8406           backspace key moves the fileview to the parent directory
8407
8408 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
8409
8410         * Form.cs: 
8411           - Added RecreateHandle call when changing taskbar visibility to 
8412             trigger reparenting in Win32 driver (Fixes #75719)
8413           - If a window has minimize or maximize buttons, it cannot have
8414             a help button
8415         * XplatUIWin32.cs:
8416           - CreateWindow: When no WS_EX_APPWINDOW style is found we parent
8417             the toplevel form with FosterParent (A toolwindow not on the
8418             taskbar) (Fixes #75719)
8419           - Made FosterParent a toolwindow
8420
8421 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
8422
8423         * FileDialog.cs: Don't crash if InitialDirectory doesn't exist
8424
8425 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
8426
8427         * ToolTip.cs: If SetToolTip is called from a control and the mouse
8428           is currently over that control, make sure that tooltip_window.Text
8429           gets updated
8430
8431 2006-01-13  Mike Kestner  <mkestner@novell.com>
8432
8433         * MimeIcon.cs: size_t on lp64 fix for gdk_pixbuf_save_to_file extern.
8434
8435 2006-01-13  Jackson Harper  <jackson@ximian.com>
8436
8437         * TreeView.cs: On MS GetNodeAt never actually factors in the X
8438         value passed.  Also redraw the selected node when we recieve
8439         focus, so tabbing between trees works correctly.
8440
8441 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
8442
8443         * MimeIcon.cs: GnomeHandler: older gnome versions don't have
8444           ~/.gconf/%gconf-tree.xml, so use
8445           .gconf/desktop/gnome/interface/%gconf.xml
8446
8447 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
8448
8449         * TextControl.cs: Draw text in gray if control is disabled
8450
8451 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
8452
8453         * TreeView.cs: Draw the focus rectangle outside the highlight, to
8454           make sure it's always visible. Fixes #76680.
8455
8456 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
8457
8458         * TreeView.cs: Implemented Wheel scrolling. Fixes #76531
8459
8460 2006-01-13  Jonathan Chambers  <jonathan.chambers@ansys.com>
8461
8462         * PageSetupDialog.cs: Added.
8463         * PrintDialog.cs: Attributes.
8464         * PrintPreviewControl.cs: Updates.
8465         * PrintPreviewDialog.cs: Updates.
8466         
8467 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
8468
8469         * Control.cs: Undid my selection check fix, since it's not needed
8470         * TextBoxBase.cs:
8471           - Now considering the presence of hscroll/vscroll when sizing
8472             vscroll/hscroll respectively. Fixed bug #77077
8473           - Added Left/Up/Down/Right to IsInputKey list to prevent
8474             ContainerControl from stealing them. This fixes what I broke
8475             with my last checkin.
8476
8477 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com> 
8478
8479         * ScrollableControl.cs: Implemented dockpadding. Fixes #77166. And
8480           I finally understand how the property can be set without a setter :-)
8481
8482 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
8483
8484         * Application.cs:
8485           - Switched RunLoop to use static Message.Create to create a 
8486             Message object
8487           - Added PreProcessMessage call in runloop for keyboard events; this
8488             is part of the fix for #77219, I overlooked this originally in the
8489             MSDN doc for PreProcessMessage
8490         * Control.cs:
8491           - Removed call to PreProcessMessage from handling of keyboard 
8492             messages; it's supposed to be done in the message pump
8493           - Moved call to ProcessKeyEventArgs inside ProcessKeyMessage as
8494             per MSDN documentation.
8495           - IsInputChar: All chars are input chars by default; removed the 
8496             parent calling chain, MS does not document that
8497           - PreProcessMessage: If IsInputChar is true, we want to return false
8498             to allow dispatching of the message
8499           - When selecting the next control, now also check that we're not
8500             selecting ourselves again and therefore return a false positive.
8501         * TextBoxBase.cs:
8502           - Tried to match return values for IsInputKey and ProcessDialogKey
8503             to what MS returns; moved processing of our special keys outside
8504             ProcessDialogKey since MS does not seem to return true on those.
8505           - Moved code that previously was in ProcessDialogKey into new private
8506             ProcessKey method, which gets called upon receipt of WM_KEYDOWN
8507           - Reworked handling of WM_CHAR to not have to duplicate code from
8508             Control.cs anymore, instead we simply call down to base.
8509            
8510 2006-01-12  Jackson Harper  <jackson@ximian.com>
8511
8512         * ComboBox.cs: We always need to refresh the text area when
8513         EndUpdate is called. Fixes the combobox in the file dialog.
8514         * Control.cs: Don't create the creator_thread until the controls
8515         handle is created.  Also in InvokeRequired we check if the
8516         creator_thread is null. This gives the effect of InvokeRequired
8517         returning true if the controls handle is not created yet, and
8518         matches MS.
8519
8520 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
8521
8522         * XplatUI.cs:
8523           - Added StartLoop() driver method. This is used to allow drivers to
8524             prepare for an upcoming GetMessage/TranslateMessage/DispatchMessage
8525             loop for a particular thread
8526           - Added EndLoop() driver method. This is called once the message
8527             pump for the thread is shut down
8528           - Added SupportsTransparency method to allow the driver to indicate
8529             opacity support for windows
8530         * Form.cs:
8531           - Removed TODO attribute, completed AllowTransparency property
8532           - Added documented logic to Opacity
8533         * GroupBox.cs, Label.cs, LinkLabel.cs, PropertyGrid.cs, Control.cs,
8534           ButtonBase.cs, CheckedListBox.cs: Combined Jackson's and Miguel's
8535           versions of CompatibleTextRendering
8536         * X11Structs.cs: Added opacity atom to our atom enumeration
8537         * Hwnd.cs: Added opacity tracking (we need to track since the opacity
8538           of a form might be set before it's reparented by the WM, and we need
8539           the opacity value without calling up to Form)
8540         * XplatUIDriver.cs: Added StartLoop(), EndLoop() and 
8541           SupportsTransparency() driver methods
8542         * Application.cs: Now calling StartLoop and EndLoop driver methods
8543         * XplatUIX11.cs:
8544           - Added opacity atom registration
8545           - Added StartLoop()/EndLoop() methods. They're empty right now but
8546             will need to get implemented when we switch to a per-thread queue
8547           - Implemented SupportsTransparency() method
8548           - Implemented SetWindowTransparency() method
8549           - Added support for setting the opacity value when a window is
8550             reparented (since the opacity needs to be set on the WM frame)
8551         * XplatUIOSX.cs, XplatUIWin32.cs:
8552           - Added SupportsTransparency(), StartLoop() and EndLoop() methods
8553
8554 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
8555
8556         * ThemeClearlooks.cs: Don't crash if TabControl.Parent is null.
8557
8558 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
8559
8560         * FileDialog.cs: Added ToolTip for MWFFileView
8561         * MimeIcon.cs: Rewrote GnomeHandler.
8562           - Get currently used gnome icon theme from
8563             ($HOME)/.gconf/%gconf-tree.xml
8564           - Make use of inherited icon themes
8565           - Support SVG icon themes like Tango via librsvg
8566
8567 2006-01-12  Miguel de Icaza  <miguel@novell.com>
8568
8569         Revert's Jackson's revert which broke 2.0 builds.   Fix both
8570         builds. 
8571         
8572         * Application.cs: Move the use_compatible_text_rendering outside
8573         the NET_2_0 define.  If we ever need to use the
8574         use_compatible_text_rendering on the individual controls they will
8575         access the variable from the common shared code paths.
8576
8577 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
8578
8579         * XplatUI.cs:
8580           - Added more granular debug options
8581           - Added method to print both window text and id
8582           - Switched debug output to use new Window() debug method
8583           - Added IsEnabled() driver method
8584           - Added EnableWindow() driver method
8585         * Form.cs:
8586           - Removed end_modal; no longer needed, new loop handles termination
8587             via 'closing' variable
8588           - If form is modal, setting DialogResult will now initiate loop
8589             termination via 'closing' variable
8590           - Added support for is_enabled/WS_DISABLED to CreateParams
8591           - Close() now just send the WM_CLOSE message; the WM_CLOSE handler
8592             does all the work
8593           - Removed code that's now in RunLoop from ShowDialog()
8594           - Added various documented sanity checks to ShowDialog()
8595           - Added handling of WM_DESTROY message; we set 'closing' on getting
8596             the message to indicate the message pump to terminate
8597           - Added handling of new internal WM_CLOSE_INTERNAL message - it's
8598             send by the Application.ExitThread method. (We send the message
8599             to destroy the window after all other events have been
8600             processed through the queue, instead of destroying the handle 
8601             directly)
8602           - Moved code from Close() method to WM_CLOSE handler; added logic
8603             to only send close-related events if the form is not displayed
8604             modal
8605         * Splitter.cs (..ctor): Fixed typo in resource name
8606         * Control.cs:
8607           - DrawBackgroundImage: Explicitly selecting the wrap mode for the
8608             brush now
8609           - set_Cursor: Now only setting calling into XplatUI if the handle for
8610             the control is already created; this avoids implict handle creation
8611             or crashes if it's not created
8612           - set_Enabled: Now setting the enabled state via the new driver method
8613             instead of just tracking it
8614           - CreateParams: Added logic to set WS_DISABLED based on enabled state
8615           - CreateControl: Reordered event firing and method calls to more
8616             closely fire events in the order MS does. Now setting the
8617             enabled state in the driver when creating the control.
8618           - SetVisibleCore: Moved when the OnVisibleChanged event is fired to
8619             match MS order
8620         * FolderBrowserDialog.cs, MessageBox.cs, ButtonBase.cs, TrackBar.cs,
8621           MonthCalendar.cs: get_CreateParams: Added setting of WS_DISABLED 
8622         * XplatUIStructs.cs: Added internal WM_CLOSE_INTERNAL mesage id
8623         * Hwnd.cs:
8624           - Added tracking of window enabled state (get_Enabled/set_Enabled)
8625           - Added EnabledHwnd property to easily allow a driver to find the
8626             handle of the first enabled window in the parent chain (this is
8627             used by drivers to pass up input events of disabled windows)
8628         * XplatUIDriver.cs: Added IsEnabled() method
8629         * Application.cs:
8630           - Removed crude and obsolete exiting tracking variable
8631           - Removed internal ModalRun(); replaced by RunLoop()
8632           - Implemented private CloseForms() method to allow closing all 
8633             windows owned by a particular (or all) threads
8634           - Exit() now properly closes all windows without forcing the message
8635             pump to quit
8636           - Removed obsolete InternalExit() method
8637           - Changed Run() methods to use new RunLoop() message pump
8638           - Implemented new RunLoop() method for both modal and non-modal forms
8639         * CommonDialog.cs:
8640           - get_CreateParams: Added setting of WS_DISABLED
8641           - Simplified ShowDialog(); now all the work is done in RunLoop(),
8642             invoked via Form.ShowDialog()
8643         * NativeWindow.cs: We don't remove the window from the collection when
8644           the handle is destroyed; there might still be messages for it in the
8645           queue (mainly the resulting WM_DESTROY); instead it will be removed
8646           when Control calls InvalidateHandle in the WM_DESTROY handler
8647         * XplatUIX11.cs:
8648           - CreateWindow: Added logic to handle the WS_DISABLED window style
8649           - EnableWindow: Implemented based on Hwnd.Enabled
8650           - GetMessage: Reset PostQuitState so the method can be called again
8651           - Implemented support for disabled windows (passing messages to the
8652             first enabled parent) in handling all input messages
8653           - Added optimizations for handling Expose events
8654           - Implemeted new driver method IsEnabled()
8655           - Now always resetting paint pending tracking vars when we start paint
8656           - Re-implemented UpdateWindow via just sending a WM_PAINT message
8657         * XplatUIOSX.cs: Added IsEnabled method stub
8658         * XplatUIWin32.cs: Implemented new IsEnabled() method
8659
8660 2006-01-11  Jackson Harper  <jackson@ximian.com>
8661
8662         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
8663         LinkLabel.cs, PropertyGrid.cs: Unbreak 1.1 build. Consolidate the
8664         variables a little.
8665         * ColorDialog.cs: Clear out the old form before adding the new
8666         panel.  
8667
8668 2006-01-11  Jackson Harper  <jackson@ximian.com>
8669
8670         * X11Dnd.cs: Make sure to add all the text formats when adding
8671         strings to the data object.
8672         * TreeNodeCollection.cs: When adding to a sorted tree we need to
8673         do some redrawing too.  Also change the UpdateNode to an
8674         UpdateBelow so the newly added node gets painted.
8675         
8676 2006-01-11  Miguel de Icaza  <miguel@novell.com>
8677
8678         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
8679         LinkLabel.cs, PropertyGrid.cs: Implement the
8680         UseCompatibleTextRendering property for 2.x
8681
8682         * Application.cs (SetCompatibleTextRenderingDefault): Add. 
8683
8684 2006-01-11  Jackson Harper  <jackson@ximian.com>
8685
8686         * TreeView.cs: Use the property for setting the selected node so
8687         the correct events get raised.
8688         * TreeNode.cs: Update the tree when the fore/back colours of a
8689         node are set.
8690
8691 2006-01-10  Jackson Harper  <jackson@ximian.com>
8692
8693         * TreeView.cs: Allow setting SelectedNode to null.
8694
8695 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
8696
8697         * Form.cs: Fix support for Form TransparencyKey and Opacity on Windows.
8698
8699 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
8700
8701         * PrintControllerWithStatusDialog.cs: Update page number in dialog.
8702
8703 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
8704
8705         * PrintDialog.cs: Added attributes and set default property values.
8706
8707 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
8708
8709         * PrintControllerWithStatusDialog.cs: 
8710         Added PrintControllerWithStatusDialog.
8711
8712 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
8713
8714         * XplatUI.cs, Form.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
8715         XplatUIWin32.cs: Added support for Form TransparencyKey and Opacity on Windows.
8716
8717 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
8718
8719         * ComboBox.cs: Fix crash when there is no selected item (due to last commit)
8720
8721 2006-01-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
8722
8723         * ComboBox.cs: Added KeyDown event handler for processing arrow keys
8724         and PgUp/PgDown. Also, scroll to selected item upon dropdown. Bugs 76857 and 76788.
8725
8726 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
8727
8728         * MimeIcon.cs: Added internal class SVGUtil.
8729
8730 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
8731
8732         * FileDialog.cs: Don't crash if there are two files with the
8733           same name but different locations.
8734
8735 2006-01-08  John BouAntoun  <jba-mono@optusnet.com.au>
8736
8737         * MonthCalendar.cs: Fixed annoying rendering bug when selecting
8738         dates across multiple month grids. Used to not highlight entire 
8739         month, but does now.
8740         
8741 2006-01-06  Jackson Harper  <jackson@ximian.com>
8742
8743         * MonthCalendar.cs: Removed DoEvents call to prevent a running
8744         message loop. Change timer intervals to numbers that seem more
8745         natural.
8746
8747 2006-01-06  John BouAntoun  <jba-mono@optusnet.com.au>
8748
8749         * DateTimePicker.cs: Modified CalculateDropDownLocation to use the screen
8750           object for location info since screen object is now implemented.
8751
8752 2006-01-05  Jackson Harper  <jackson@ximian.com>
8753
8754         * AsyncMethodData.cs: Check if the call is complete before doing a WaitOne
8755         * AsyncMethodResult.cs: We no longer use a WeakReference for the
8756         AsyncMethodResult, this is because we ALWAYS want the
8757         ManualResetEvent to get set.
8758         * Control.cs: When disposing use an async invoke to call shutdown
8759         code, so that thigns don't block on the finalizer thread.  Also
8760         check if we even have a message loop before trying to send
8761         messages, if we don't then don't bother sending messages.
8762         - No more weak references for async methods
8763         * XplatUIDriver.cs: No more weak references for async methods.
8764
8765 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
8766
8767         * FontDialog.cs: Fix, don't throw an exception if FontFamily.Families
8768           returns two FontFamily with the same name
8769
8770 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
8771
8772         * ThemeWin32Classic.cs, ThemeClearlooks.cs: Dropped stupid scheme of 
8773           drawing disabled text. Instead using the ColorGrayText color
8774
8775 2006-01-04  Jackson Harper  <jackson@ximian.com>
8776
8777         * TreeNode.cs: redraw the node when its image index is changed.
8778
8779 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
8780
8781         * RichTextBox.cs: Same fix as last, just for SelectionColor. This
8782           time I checked there are no others like it.
8783
8784 2006-01-04  Jackson Harper  <jackson@ximian.com>
8785
8786         * AsyncMethodResult.cs: Use a ManualResetEvent instead of a mutex,
8787         this gives the behavoir I was looking for.
8788         * Control.cs: Special case Invoking EventHandlers, this matches MS
8789         and fixes part of bug #76326.
8790
8791 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
8792
8793         * ThemeClearlooks.cs, FileDialog.cs:
8794           - Reflect the latest Theme class changes
8795           - Remove Mono.Unix.Syscall.time in FileDialg and replace it 
8796             with DateTime
8797             
8798 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
8799
8800         * Theme.cs: Cache UI resource images and resize them if needed
8801
8802 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
8803
8804         * RichTextBox.cs: FormatText is 1-based, make it so when SelectionFont
8805           is called. This fixes the crash in Nexxia when setting the font
8806           attributes in the chat. [However, RTF needs a look-over to make sure
8807           that all SelectionXXX methods handle the special case that selection
8808           is empty and therefore the change must be applied to all text starting
8809           at the cursor/selection start]
8810
8811 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com> 
8812
8813         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
8814           XplatUIOSX.cs: Added SendMessage and PostMessage methods
8815         * X11Keyboard.cs: Switched to new way of calling PostMessage
8816
8817 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
8818
8819         * Theme.cs: Added theme interface for images to allow the theme to
8820           control what images are used for things like FileDialog, MessageBox
8821           icons, etc.
8822         * MessageBox.cs: Now uses the new Theme icon/image interfaces
8823
8824 2006-01-03  Alexander Olk  <alex.olk@googlemail.com>
8825
8826         * FileDialog.cs:
8827           - Removed some dead code
8828           - Opening a recently used file does work now
8829           - Small UI enhancements
8830           - Refactoring
8831
8832 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
8833
8834         * FileDialog.cs: Forgot too add __MonoCS__
8835
8836 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
8837
8838         * FileDialog.cs: We are able to read recently used files now let's
8839           go on and write them.
8840
8841 2006-01-01  Alexander Olk  <alex.olk@googlemail.com>
8842
8843         * FileDialog.cs: Breathe some life into "last open"/"recently used"
8844           button
8845         * MimeIcon.cs: Do a check for the top level media type also
8846
8847 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
8848
8849         * ThemeClearlooks.cs:
8850           - Added CPDrawStringDisabled
8851           - ButtonBase_DrawText: Workaround for a DrawString bug; cut off
8852             some chars if the text doesn't fit into text_rect
8853           - DrawListViewItem: If View = View.LargeIcon center the image;
8854             rewrote the drawing of ListViewItem.Text if View = 
8855             View.LargeIcon
8856
8857 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
8858
8859         * MimeIcon.cs: Use default KDE icon theme if there is no
8860           "48x48" directory for the current icon theme, fixes #77114
8861         * Mime.cs: Disable not working and actually not used code. 
8862         * ThemeWin32Classic.cs:
8863           - Replace "new SolidBrush" in GetControlBackBrush and
8864             GetControlForeBrush with ResPool.GetSolidBrush
8865           - Changed DrawListViewItem from private to protected virtual
8866         * FileDialog.cs:
8867           - Added form.MaximizeBox = true
8868           - Don't throw an exception if there is a broken symbolic link
8869
8870 2005-12-23  Jackson Harper  <jackson@ximian.com>
8871
8872         * TabControl.cs: Give the panels focus, keyboard navigation is
8873         fixed so this works correctly now.
8874         - We need these key events also.
8875         * ToolBar.cs: Remove some of the poor mans double buffering.
8876         
8877 2005-12-24  Alexander Olk  <alex.olk@googlemail.com>
8878
8879         * ComboBox.cs: The internal TextBox now returns the focus.
8880
8881 2005-12-23  Jackson Harper  <jackson@ximian.com>
8882
8883         * ThemeWin32Classic.cs:  Draw the text for all tab appearances.
8884
8885 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
8886
8887         * Control.cs: Removed debug code
8888         * XplatUIX11.cs: Changed DestroyChildWindows to also consider
8889           implicit children
8890
8891 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com> 
8892
8893         * Control.cs: When creating the control, update the Z-order after
8894           all it's children are created, too. (Fixes nexxia not showing
8895           picturebox bug)
8896
8897 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
8898
8899         * Control.cs: Do not update the anchoring distances if layout is
8900           suspended, instead do it once layout is resumed
8901
8902 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com> 
8903
8904         * Control.cs: 
8905           - After many hours of debugging, for both Jackson and
8906             myself, it turns out that it helps to set the parent of a control
8907             if you want to actually see it onscreen. In the spirit of that
8908             discovery, we're now setting the parent of the control and
8909             it's children when the control's handle is created. This fix
8910             will make Lutz Roeder's Reflector run happily. 
8911           - now just creating the handle instead of the whole control when
8912             getting a graphics context for the control.
8913
8914 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
8915
8916         * ScrollableControl.cs: When calculating the canvas, don't consider
8917           the scrollbar widths. Instead, predict if horizontal scrollbar
8918           will affect canvas when deciding on vertical display and vice versa.
8919
8920 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
8921
8922         * RichTextBox.cs: Set default RTF font for documents that don't
8923           have a font table (Fixes #77076)
8924
8925 2005-12-22  Jackson Harper  <jackson@ximian.com>
8926
8927         * TextBoxBase.cs: It's difficult to do, but you can have an empty
8928         clipboard. This prevents a NullRef in that case.
8929         * XplatUIX11.cs: Use CLIPBOARD not PRIMARY for our
8930         clipboard. PRIMARY is for the currently selected text only. (We
8931         should implement PRIMARY at some point.
8932
8933 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
8934
8935         * XplatUIWin32.cs: Fixed the TEXTMETRIC structure, we were calling
8936           a Unicode function with a structure that was defined in Ansi way.
8937           This fixes #76942.
8938
8939 2005-12-21  Jackson Harper  <jackson@ximian.com>
8940
8941         * StatusBar.cs: Statusbar handles its fore/back colours on it's
8942         on. Because thats how it rolls. (and this avoids it using ambient
8943         colours).
8944         * ThemeWin32Classic.cs: Use the proper back color for filling.
8945         * Menu.cs: Use the system menu bar color for drawing menu
8946         bars. Using the window back color will bring ambient colours into
8947         the picture.
8948
8949 2005-12-21  Alexander Olk  <alex.olk@googlemail.com>
8950
8951         * ColorDialog.cs: Fixed a memory leak that caused a SIGSEV. A lot of
8952           Bitmaps were created and not disposed.
8953
8954 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
8955
8956         * Control.cs (CreateControl): Don't do anything if the control is
8957           already created, otherwise we'd fire the OnCreated event more than
8958           once
8959
8960 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
8961
8962         * ComboBox.cs (FindStringCaseInsensitive): Don't search for emtpy strings,
8963           will always match. Instead return -1. Fixes #76464.
8964
8965 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
8966
8967         * TextControl.cs (RecalculateLine): Only wrap if the wrap point is
8968           neither the beginning nor the end of the line (Fixes bug #76479)
8969
8970 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
8971
8972         * Control.cs:
8973           - ControlNativeWindow.ControlFromHandle(): Now handling situation
8974             where handle is invalid
8975           - FromHandle(): Now using hashtable-based ControlFromHandle() lookup
8976             instead of slower linear search
8977         * NativeWindow.cs: Don't remove the window from the hashtable until
8978           after the driver has destroyed it (since the driver might use
8979           Control.FromHandle to lookup the control object
8980         * Hwnd.cs: Added DestroyPending property to track if a window is 
8981           already destroyed as far as the driver is concerned and only hasn't
8982           yet notified the control
8983         * XplatUIX11.cs:
8984           - Activate(): Check if the window is still valid before using the 
8985             handle
8986           - Implemented DestroyChildWindow() method to mark child windows as
8987             destroyed when a window is destroyed. This prevents situations 
8988             where we might call an X method based on queued events for a
8989             window that already has been destroyed but we haven't yet pulled
8990             the destroy method from the queue.
8991           - Added a call to the new DestroyChildWindow() method to the drivers
8992             DestroyWindow code. Also now marking the destroyed window itself
8993             as pending
8994
8995 2005-12-20  Jackson Harper  <jackson@ximian.com>
8996
8997         * StatusBar.cs:
8998         * StatusBarPanel.cs: Don't calculate panel sizes on draw
8999         anymore. Just do them when needed, also track the rects of panels
9000         so that we can optimize refreshing more in the future.
9001
9002 2005-12-20  Alexander Olk  <alex.olk@googlemail.com>
9003
9004         * ColorDialog.cs: Fixed focus drawing in small color controls
9005
9006 2005-12-19  Jackson Harper  <jackson@ximian.com>
9007
9008         * InternalWindowManager.cs:
9009         * MdiWindowManager.cs: Cleanup some coordinate system changes so
9010         moving windows works properly.
9011
9012 2005-12-19  Peter Dennis Bartok  <pbartok@novell.com> 
9013
9014         * Control.cs: 
9015           - Removed call to InitLayout() from SetBoundsCore(); doc says
9016             it's only called when a control is added to a container
9017           - Split InitLayout logic, moved to separate UpdateDistances() method
9018             since we need to perform those calculations more often than just
9019             when adding the control to a container. (Needed to fix #77022)
9020           - Now calling UpdateDistances() from UpdateBounds() (fixes #77022)
9021           - Reduced the OnBindingContextChanged events count, don't send them
9022             unless the control is created, we still aren't totally matching
9023             MS, but I can't quite figure out some of their rules
9024
9025 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
9026
9027         * ThemeClearlooks.cs: Corrected distance between ProgressBar
9028           stripes
9029
9030 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
9031
9032         * ThemeClearlooks.cs:
9033           - Updated ProgressBar drawing
9034           - Corrected drawing of ScrollBars and scroll buttons
9035           - Some temporary fixes for minor pixel artefacts
9036
9037 2005-12-18  Peter Dennis Bartok  <pbartok@novell.com> 
9038
9039         * Control.cs:
9040           - Reworked Controls.Add(), Controls.Remove() and set_Parent() to
9041             cause events to be sent in the same order as MS does.
9042           - Added ChangeParent() method to trigger various OnXXXChanged events
9043             that need to be fired when a parent changes (This is a reworking
9044             of the patch from r54254, with the X11 errors fixed)
9045           - Removed SuspendLayout()/ResumeLayout() calls from Controls.Clear()
9046             since on MS we get OnLayoutChanged events when calling Clear()
9047           - Changed Enabled property to consider parent state as well, if a
9048             parent is not enabled, the control will not be either
9049           - Changed Parent property to simply call Controls.Add() since that
9050             now does all the work required, this way we avoid code duplication
9051           - Threw in a few OnBindingsContextChanged calls to try and match
9052             when MS sends them. We seem to send a few too many, though.
9053           - Added call to CreateControl when adding the control to a parent.
9054             We were never calling CreateControl. Still needs some work, in
9055             some places we treat HandleCreated and ControlCreated as equal, 
9056             which is wrong
9057           - Removed obsolete commented out code from UpdateZOrder()
9058
9059 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
9060
9061         * ThemeClearlooks.cs: Updated TrackBar drawing.
9062
9063 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
9064
9065         * FileDialog.cs: Patch for #76901 by Atsushi Enomoto
9066
9067 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
9068
9069         * FileDialog.cs: Add the Help button and the open readonly
9070           checkbox only if needed
9071
9072 2005-12-16  Jackson Harper  <jackson@ximian.com>
9073
9074         * Control.cs: Make sure we have an active menu before trying to
9075         process commands on it. Prevents menu-less forms from crashing
9076         when Alt is pressed.
9077         * TreeNodeCollection.cs: Some fixes to prevent null refs. Patch by
9078         Dieter Bremes.
9079         * RichTextBox.cs: Expand statement to help out gmcs and fix the
9080         2.0 build.
9081
9082 2005-12-16  Jackson Harper  <jackson@ximian.com>
9083
9084         * InternalWindowManager.cs: Don't translate tool windows screen
9085         coordinates. This fixes windows 'bouncing' around when being moved.
9086
9087 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
9088
9089         * TextBoxBase.cs:
9090           - MaxLength now treats 2^31-1 equal to unlimited length (this is
9091             not quite MS compatible, MS uses that number only for single line
9092             and 2^32-1 for multi-line, but I figure it won't hurt keeping
9093             the limit at 2GB)
9094           - Now enforcing the MaxLength limit when entering characters
9095           - Added argument to internal Paste() method to track if it's called
9096             from programatically or via keyboard, since keyboard driven pastes
9097             need to enforce max-length
9098           - Added logic to Paste to only paste as many chars as MaxLength 
9099             allows
9100         * RichTextBox.cs: Updated to use new obey argument for internal Paste()
9101         * TextControl.cs:
9102           - Added Length property to return number of characters in document
9103           - Added private CharCount property which only tracks actual chars
9104             in the document (no linefeeds) and fires event when CharCount
9105             changes
9106           - Added tracking of character count to all methods that alter it
9107           - Added LengthChanged event to allow applications to subscribe
9108             to any changes to the document
9109
9110 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
9111
9112         * TextBox.cs: 
9113           - Removed local password_char field (moved to TextBoxBase)
9114           - Now setting the document's password var when password is
9115             set
9116         * TextBoxBase.cs:
9117           - Added password_char field (needed here so MultiLine can
9118             access it)
9119           - Added logic to MultiLine property setter to set the document's
9120             variable when password display is allowed
9121           - Removed debug code and made some debug code conditional
9122         * TextControl.cs:
9123           - Added RecalculatePasswordLine() method to handle special password
9124             char only lines
9125           - Added PasswordChar property, also added related tracking vars
9126           - Draw() method now uses local text var for grabbing text to draw,
9127             this var is set to line.text unless we're doing password display,
9128             then it is set to the pre-generated all-password-chars line
9129           - Added calling RecalculatePasswordLine() method for password lines
9130
9131 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
9132
9133         * Hwnd.cs: 
9134           - Added Reparented property to allow tracking of Window Manager
9135             reparenting actions (which affect X/Y calculations of toplevel 
9136             windows)
9137           - Made ToString() print window handles in hex
9138         * XplatUIX11.cs:
9139           - AddConfigureNotify(): Now uses reparented state off Hwnd to
9140             determine if X/Y needs offsetting
9141           - AddConfigureNotify(): Fixed offset calculations
9142           - Now adds ReparentNotify messages into the queue
9143           - Now processes ReparentNotify messages and causes a 
9144             WM_WINDOWPOSCHANGED message to be sent upstream if a window
9145             is reparented (as most likely it's X/Y coordinates are changed
9146             due to that)
9147
9148 2005-12-14  Jackson Harper  <jackson@ximian.com>
9149
9150         * XplatUIX11.cs: Tool windows still need to respek focus.
9151
9152 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
9153
9154         * Control.cs: Undid 54254 (causing XConfigure errors) so we can
9155           have a working release
9156
9157 2005-12-13  Jackson Harper  <jackson@ximian.com>
9158
9159         * Form.cs: Update styles after setting the border style regardless
9160         of whether or not the window is using a window manager.
9161
9162 2005-12-13  Jackson Harper  <jackson@ximian.com>
9163
9164         * Form.cs: We now hook into an internal window manager instead of just an
9165         MDI subsystem, this is so we can have properly behaving tool windows.
9166         * MdiClient.cs: Naming change, MdiChildContext is now WindowManager
9167         * InternalWindowManager.cs: New internal class that acts as a
9168         window manager for tool windows and as a base for mdi windows.
9169         * MdiWindowManager.cs: New class that acts as a window manager for
9170         mdi windows.
9171
9172 2005-12-12  Jackson Harper  <jackson@ximian.com>
9173
9174         * Control.cs: Updates so we match behavoir for for implicit
9175         controls. Fixes explosions in MDI.
9176
9177 2005-12-12  Jackson Harper  <jackson@ximian.com>
9178
9179         * Control.cs: Implement Invalidate (Region).
9180
9181 2005-12-12  Peter Dennis Bartok  <pbartok@novell.com> 
9182
9183         * Control.cs: 
9184           - Changed handling of Controls.Add/Controls.Remove to fire (almost) 
9185             the same events as MS does. MS fires events for each property 
9186             except, for unknown reasons, Cursor, when the control is reparented. 
9187             I can't seem to totally match add/remove since MS also fires some 
9188             VisibleChanged events, which makes no sense. Consolidated the
9189             parenting code into a separate method so it can be called from
9190             both Add and Remove. set_Parent no longer needs any special logic
9191             as it calls the parent's add method which implicitly fires
9192             all events
9193           - Removed some obsolete code and debug output
9194           - Enabled state is inherited from parents, if this is enabled
9195
9196 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com> 
9197
9198         * Form.cs: Removed commented out code
9199
9200 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com>
9201
9202         * Control.cs:
9203           - Added internal version of Invoke, with additional argument 
9204             indicating if we're calling it from a Dispose() handler. That
9205             way we can avoid BeginInvoke throwing an exception if we're
9206             calling for an already destroyed window.
9207           - Added a dispose argument to BeginInvokeInternal, and made the
9208             check if a valid window handle chain exists conditional on
9209             it not being a dispose call
9210           - Removed code in DestroyHandle to destroy our children. Since we
9211             now handle the WM_DESTROY message we will catch all our children
9212             being destroyed.
9213           - Now calling OnHandleDestroyed from our new WM_DESTROY handler
9214         * Form.cs:
9215           - Added a field to track the application context of the form.
9216           - No need to set closing variable as response to WM_CLOSE, instead
9217             we destroy the window. We also call PostQuitMessage if the form
9218             has an application context (which makes it the main app form,
9219             which, when closed terminates the app)
9220         * XplatUI.cs:
9221           - Dropped Exit() method, it's naming was confusing
9222           - Added PostQuitMessage() which causes GetMessage to return false
9223             once the message queue is empty
9224         * XplatUIDriver.cs, XplatUIWin32.cs: Dropped Exit(), added 
9225           PostQuitMessage()
9226         * XplatUIOSX.cs: Switched signature for Exit method since Exit() is
9227           no longer a valid XplatUI method, but left it in since it's used
9228           internally. Added empty PostQuitMessage() method.
9229         * MenuAPI.cs: Replaced call to Exit() with call to
9230           PostQuitMessage, even though this is probably no longer needed.
9231         * Hwnd.cs: Added 'pretty' ToString() to support debugging.
9232         * X11Structs.cs: Added pretty XEvent.ToString() to support debugging.
9233         * Application.cs:
9234           - Replaced call to XplatUI.Exit() with PostQuitMessage()
9235           - Removed old debug code that would call XplatUI for exception
9236             display, enabled standard exception handling (Still not enabled
9237             though, until NativeWindow's ExternalExceptionHandler define
9238             is removed
9239         * NativeWindow.cs:
9240           - Added internal method to allow control to update NativeWindow
9241             after a window has been destroyed
9242           - Added handling of already destroyed windows when calling i
9243             DestroyWindow
9244           - Added removal of handle from list on ReleaseHandle
9245         * XplatUIX11.cs:
9246           - Dropped GetMessageResult var and related code
9247           - Added PostQuitState to field to track if PostQuitMessage has been
9248             called
9249           - Dropped Exit() method
9250           - Added PostQuitMessage() method
9251           - GetMessage now will return false if PostQuitState is set and no
9252             more messages are in the queue.
9253           - Expose handler will no longer generate WM_PAINT messages if we are
9254             in PostQuitState since it's very likely any windows have already
9255             been destroyed, and since Hwnd won't get updated until we have
9256             processed the DestroyNotify we'd be causing X errors.
9257         
9258 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
9259
9260         * Control.cs(WndProc): Apparently I'm suffering from brain cloud.
9261           Thanks to Mike for pointing out the err of my ways.
9262
9263 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
9264
9265         * Control.cs(PreProcessMessage): Moved menu handling back, but
9266           after all other key handling, to match MS (who handles Menu in
9267           DefWndProc)
9268         * Menu.cs (WndProc): Removed my brainfart
9269
9270 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
9271
9272         * Control.cs(PreProcessMessage): Removed special menu handling 
9273         * Menu.cs (WndProc): Added handling of WM_SYSKEYUP for menu purposes.
9274
9275 2005-12-07  Mike Kestner  <mkestner@novell.com>
9276
9277         * Control.cs : special case SYSKEYUP so that we can adjust keynav
9278         state according in tracker.
9279         * Menu.cs : promote tracker field to base class and provide a tracker
9280         lookup capability.  Add/Remove shortcuts dynamically if the top menu
9281         has a tracker. Unparent items that are removed from the collection.
9282         * MenuAPI.cs : implement mnemonic, shortcut, and arrow-based keynav.
9283         * Theme*.cs: add always_show_hotkeys field to support configurability
9284         of mnemonic display.  win32 doesn't show mnemonics until Alt is
9285         pressed.
9286
9287 2005-12-07  Jackson Harper  <jackson@ximian.com>
9288
9289         * MdiChildContext.cs: Use Control.ResetCursor.
9290         * Control.cs: ResetCursor needs to set the property so that the
9291         correct XplatUI call gets made.
9292
9293 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
9294
9295         * Control.cs: More fixes to make our key events match MS. We
9296           were not setting the modifier state on KeyData, and we were
9297           not generating any events when Alt was pressed with a key
9298           since handling of WM_SYSxxx was missing for the OnKey methods.
9299
9300 2005-12-07  Jackson Harper  <jackson@ximian.com>
9301
9302         * MdiChildContext.cs: reenable the sizing code.
9303         - When the mouse leaves a window reset its cursor.
9304
9305 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
9306
9307         * ThemeClearlooks.cs: Reflect latest Hwnd changes
9308
9309 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
9310
9311         * Hwnd.cs: Now using the theme 3d bordersize to calculate
9312           widths of Fixed3D borders
9313
9314 2005-12-07  Jackson Harper  <jackson@ximian.com>
9315
9316         * MdiClient.cs: Fix warnings. Earn Mike's love.
9317
9318 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
9319
9320         * ThemeClearlooks.cs:
9321           - Adjusted mouse over button color
9322           - Added first parts of CheckBox drawing
9323           - Added correct color for selected text background
9324           - Fixed ComboBox drawing
9325           - Added CPDrawBorder3D and CPDrawBorder
9326
9327 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
9328
9329         * XplatUIX11.cs: Added call to XBell for AudibleAlert
9330
9331 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com> 
9332
9333         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
9334           XplatUIOSX.cs: Added AudibleAlert() method to have a means to
9335           alert users via sound. We could add an enum arg with different
9336           types of alerts in the future
9337
9338 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
9339
9340         * Control.cs: Fix behaviour problems pointed out by Mike
9341
9342 2005-12-05  Mike Kestner  <mkestner@novell.com>
9343
9344         * StatusBarPanel.cs: add Invalidate method and hook it into all the
9345         prop setters.  Calls parent.Refresh for now, but could be maybe be
9346         optimized with an internal method on StatusBar at some point.
9347         [Fixes #76513]
9348
9349 2005-12-05  Peter Dennis Bartok  <pbartok@novell.com> 
9350
9351         * RichTextBox.cs: Implemented get_SelectionColor
9352
9353 2005-12-05  Alexander Olk  <alex.olk@googlemail.com>
9354
9355         * ThemeClearlooks.cs:
9356           - Removed dead code
9357           - Draw black button border only if button is Form.AcceptButton
9358           - Draw correct button color for pressed RadioButton if the mouse 
9359             has entered the button
9360           - Updated ProgressBar drawing!
9361           - Updated CPDrawSizeGrip drawing
9362           - Updated StatusBarPanel drawing
9363
9364 2005-12-05  Mike Kestner  <mkestner@novell.com>
9365
9366         * Control.cs (PreProcessMessage): add Keys.Alt based on LParam value.
9367         * X11Keyboard.cs (SendKeyboardInput): formal lParam for alt mod.
9368
9369 2005-12-04  Alexander Olk  <alex.olk@googlemail.com>
9370
9371         * ThemeClearlooks.cs: Initial check-in, activate with
9372           export MONO_THEME=clearlooks
9373         * ThemeEngine.cs: Added ThemeClearlooks
9374
9375 2005-12-03  Mike Kestner  <mkestner@novell.com>
9376
9377         * MenuAPI.cs: deactivate menus prior to calling item.PerformClick.
9378         [Fixes #76897]
9379
9380 2005-12-02  Jackson Harper  <jackson@ximian.com>
9381
9382         * Form.cs: If the child form has no menu the default main menu is
9383         used as the active menu.
9384
9385 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com> 
9386
9387         * ListBox.cs: Check if any items exist before trying to resolve 
9388           coordinates into items
9389
9390 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
9391
9392         * ThemeWin32Classic.cs: Hatchbrush on Win32 seems to always use white
9393           as the second color for the background hatch
9394
9395 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
9396
9397         * TextBoxBase.cs: Now uses Jackson's new and improved ImplicitScrollbar
9398         * RichTextBox.cs: FormatText position arguments are 1-based, now making
9399           sure that what we pass to FormatText is always 1-based. Fixes #76885
9400
9401 2005-11-29  Miguel de Icaza  <miguel@novell.com>
9402
9403         * NumericUpDown.cs (EndInit): When we are done initializing,
9404         reflect any updates on the UI.
9405
9406 2005-12-02  Jackson Harper  <jackson@ximian.com>
9407
9408         * ImplicitHScrollBar.cs:
9409         * ImplicitVScrollBar.cs: New scrollbars that don't take focus from
9410         their container controls.
9411         * TreeView.cs: Use the new implicit scrollbars.
9412
9413 2005-12-02  Jackson Harper  <jackson@ximian.com>
9414
9415         * TreeView.cs: Make top_node internal so the TreeNodeCollections
9416         can play with it.
9417         * TreeNodeCollection.cs: If we remove the topnode we need to
9418         update topnode to the next node in line.
9419         - When clearing nodes go through the same process as removing
9420         them, so they get depareneted and checked if they are top node.
9421
9422 2005-12-01  Jackson Harper  <jackson@ximian.com>
9423
9424         * TreeView.cs: When imagelists are used the image area is
9425         selectable as well as the text.
9426         - If there are no selected nodes select the first one.
9427         * TreeNodeCollection.cs: Getting the TreeView is mildly expensive,
9428         so don't do it more then we need to.
9429
9430 2005-12-01  Jackson Harper  <jackson@ximian.com>
9431
9432         * ThemeWin32Classic.cs: Reimplement the scroll arrow drawing so
9433         that arrows can be scaled.
9434
9435 2005-12-01  Jackson Harper  <jackson@ximian.com>
9436
9437         * TreeNode.cs : Fixed bugs that caused FullPathTest + Traverse to
9438         fail. Patch by Dieter Bremes
9439
9440 2005-11-30  Jackson Harper  <jackson@ximian.com>
9441
9442         * Form.cs: Property is 2.0 only
9443         * PrintDialog.cs: Signature fix.
9444
9445 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
9446
9447         * TextControl.cs: 
9448           - No longer artificially moves text 2 pixels down (now that we have
9449             borders this is no longer needed)
9450           - Added calcs for left, hanging and right indent
9451
9452 2005-11-23  Mike Kestner  <mkestner@novell.com>
9453
9454         * Menu.cs: mark MenuChanged internal, since it's not exposed by MS.
9455
9456 2005-11-30  Jackson Harper  <jackson@ximian.com>
9457
9458         * MdiChildContext.cs: Set the cloned menus forms, as these don't
9459         get cloned as part of CloneMenu ().
9460         * Menu.cs: Make sure the parent of the items get set correctly
9461         when they are added.  And the owners are notified of the changes.
9462         * Form.cs: Create an ActiveMenu property, so that when MDI is used
9463         we can change the menu being displayed/handled by the form without
9464         changing the menu assosciated with the form.
9465         - Don't let Mdi children draw/handle menus.
9466         
9467 2005-11-30  Jackson Harper  <jackson@ximian.com>
9468
9469         * Menu.cs: Switch the MenuChanged method to OnMenuChanged and add
9470         a MenuChanged event. Just to make the API a little more
9471         consistent.
9472         * MainMenu.cs:
9473         * MenuItem.cs: Use the new OnMenuChanged
9474         * MdiChildContext.cs: Handle menu merging.
9475         * Form.cs: Implement MergedMenu.
9476         
9477 2005-11-30  Jackson Harper  <jackson@ximian.com>
9478
9479         * Menu.cs: We were misusing Add. Add goes behind the specified
9480         index according to the docs, and does not replace the specified
9481         index. So I added an Insert method.
9482
9483 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
9484
9485         * TextBoxBase.cs:  Implemented Ctrl-Ins (Copy), Shift-Ins (Paste) and
9486           Shift-Del (Cut), apparently Emacs uses these old Win 2.x keys. This
9487           is for Jackson
9488         * RichTextBox.cs: Added calls to base for DnD events
9489
9490 2005-11-28  Peter Dennis Bartok  <pbartok@novell.com>
9491
9492         * TextControl.cs:
9493           - Fixed drag-selection related crash; style fixes
9494           - Implemented undo class
9495             o Implemented method to capture document state for specified
9496               range in document tree
9497             o Implemented method to restore captured document state
9498             o Implemented cursor tracking
9499             o Implemented basic undo stack
9500           - Added undo cursor tracking to methods altering cursor location
9501           - Added undo tracking to selection deletion (still missing
9502             other text-altering hookups)
9503         * RichTextBox.cs:
9504           - Added SelectionLength property
9505           - Implemented CanPaste()
9506           - Implemented Paste()
9507           - Added missing protected methods
9508           - Fixed RTF->Document conversion; now uses font index 0 and color 
9509             index 0 as the default font for the parsed text
9510           - Fixed RTF<->Document font size translation
9511           - Fixed RTF generation, now properly handles cross-tag boundaries
9512             for single line selection
9513           - No longer always appends blank line to generated RTF
9514           - Removed TODOs
9515           - Added missing attributes
9516           - Hooked up undo-related methods
9517         * TextBoxBase.cs:
9518           - Implemented Copy()
9519           - Implemented Paste()
9520           - Implemented Cut()
9521           - Fixed caret mis-behaviour on backspace across line-boundaries
9522
9523 2005-11-29  Jackson Harper  <jackson@ximian.com>
9524
9525         * MdiClient.cs: Add a method for activating mdi children. Very
9526         basic right now. I imagine someday it might need more girth.
9527         * MenuItem.cs: Implement MDI lists. When mdilist is true the mdi
9528         children windows names are added to the menu item.
9529         * ThemeWin32Classic.cs: Draw the arrow if the item is an
9530         mdilist. This happens regardless of whether or not there are any
9531         mdi windows to see in the list, and according to my tests happens
9532         before the items are even added. Also happens if there isn't even
9533         an mdi client to get windows from.
9534
9535 2005-11-29  Alexander Olk  <alex.olk@googlemail.com>
9536
9537         * ThemeWin32Classic.cs: Make DrawFlatStyleRadioButton protected
9538         * ThemeNice.cs: Fix drawing of flatstyle radiobuttons
9539
9540 2005-11-29  Jordi Mas i Hernandez <jordimash@gmail.com>
9541
9542         * DataGridTableStyle.cs:
9543           - Create always the styles for the missing columns even if they are
9544             provided by the user (not default table style)
9545         * DataGrid.cs:
9546           - Fixes bug 76770
9547           - Fixes SetDataBinding (always re-attach source)
9548           - Fixes SetNewDataSource (only clear styles if they are not for 
9549             this source)
9550          -  Expands OnTableStylesCollectionChanged to handle style refresh 
9551             and remove properly
9552
9553 2005-11-29  Jackson Harper  <jackson@ximian.com>
9554
9555         * FileDialog.cs: Implement missing bits, remove some dead
9556         code.
9557         * FontDialog.cs: Implement missing Apply stuff, and ToString. Move
9558         creation of the panel so that the options set on the dialog are
9559         seen when the panel is created.
9560         * TreeView.cs: raise a click when items are clicked.
9561         
9562 2005-11-29  Jackson Harper  <jackson@ximian.com>
9563
9564         * MdiClient.cs: Pass some signature methods through to base.
9565
9566 2005-11-28  Jackson Harper  <jackson@ximian.com>
9567
9568         * ListView.cs: Raise the click event when items are clicked.
9569
9570 2005-11-28  Jackson Harper  <jackson@ximian.com>
9571
9572         * MdiClient.cs: Make this algorithm even more beautiful.  And fix
9573         a nullref.
9574
9575 2005-11-27  Alexander Olk  <alex.olk@googlemail.com>
9576
9577         * ThemeNice.cs: - Removed 1 pixel bitmaps
9578           - Use SmoothingMode.AntiAlias where it makes sense
9579             (ScrollButton arrow for example)
9580           - Enhanced Button focus drawing
9581           - Fixed ComboBox drawing (no artefacts anymore, focus
9582             rectangle is back again, reduced size of ComboButton, etc.)
9583           - Fixed RadioButton focus drawing for Appearence.Button
9584           - Slight ScrollButton redesign
9585           - Some LinearGradientBrush size fixes
9586           - GroupBoxes have now rounded edges
9587           - Fixed StatusBar drawing
9588
9589 2005-11-25  Alexander Olk  <alex.olk@googlemail.com>
9590
9591         * ThemeNice.cs: - Remove dead code
9592           - use correct background colors for menus, etc.
9593           - Fake pixel drawing with 1 pixel bitmaps
9594
9595 2005-11-24  Jackson Harper  <jackson@ximian.com>
9596
9597         * MdiClient.cs: Size the scrollbars when resizing the window.
9598         - Resize the maximized windows when the client is resized
9599         * Form.cs: Make the child context available
9600         
9601 2005-11-23  Jackson Harper  <jackson@ximian.com>
9602
9603         * MdiChildContext.cs: Don't size windows if they are maximized.
9604
9605 2005-11-23  Mike Kestner  <mkestner@novell.com>
9606
9607         * ContextMenu.cs: use MenuTracker.
9608         * Control.cs: remove menu handle usage.
9609         * Form.cs: remove menu handle usage.
9610         * Hwnd.cs: remove menu handle usage.
9611         * MainMenu.cs: Draw method moved here from MenuAPI.DrawMenuBar. Proxy
9612         motion and clicks to the new Tracker handlers.
9613         * Menu.cs: add sizing accessors, SelectedItem prop, kill CreateItems
9614         and handle usage.
9615         * MenuAPI.cs: refactored to combine popup and menubar event handling.
9616         Killed the MENU and MENUITEM data types and associated collections
9617         since we now keep the info on Menu and MenuItem. Expanded TRACKER into
9618         MenuTracker class that exposes the leftovers from the old MenuAPI
9619         static methods. Restructured Capture handling so that only one grab is
9620         done for the entire menu hierarchy instead of handing off grabs to
9621         submenus. Tracker now has an invisible control to Capture when active.
9622         * MenuItem.cs: add sizing accessors, kill Create
9623         and handle usage.
9624         * Theme.cs: remove menu handle and MENU(ITEM) usage.
9625         * ThemeWin32Classic.cs: use Menu/MenuItem sizing props instead of
9626         MENU(ITEM). remove menu handle usage, use Menu directly.
9627         * XplatUIDriver.cs: remove menu handle usage.
9628         * XplatUIOSX.cs: remove menu handle usage.
9629         * XplatUIWin32.cs: remove menu handle usage.
9630         * XplatUIX11.cs: remove menu handle usage.
9631
9632 2005-11-22  Jackson Harper  <jackson@ximian.com>
9633
9634         * Hwnd.cs: Don't compute the menu size for
9635         DefaultClientRectangle.
9636         - Reenable menu sizes being computed for GetClienRectangle.
9637         * Form.cs: Remove comment of trechery
9638         
9639 2005-11-22  Jackson Harper  <jackson@ximian.com>
9640
9641         * Hwnd.cs: The adjustments for the menu bar are made when it is
9642         attached to the form.
9643
9644 2005-11-19  Jackson Harper  <jackson@ximian.com>
9645
9646         * XplatUIX11.cs: Create an HGRN of the invalid area for WM_NCPAINT
9647         (just like on windows).
9648
9649 2005-11-19  Jackson Harper  <jackson@ximian.com>
9650
9651         * MdiChildContext.cs: Handle all the buttons ourselves. We can't
9652         use real buttons anymore because they are in non client area. The
9653         one TODO here is that I need to somehow invalidate a section of
9654         the non client area.
9655
9656 2005-11-18  Jackson Harper  <jackson@ximian.com>
9657
9658         * Control.cs: Put the enum check back in now that MDI doesnt have
9659         to use this to set border styles.
9660         * Form.cs: Only set mdi child windows borders if the handle has
9661         been created.
9662         * MdiChildContext.cs: Don't set the InternalBorderStyle, just pass
9663         this directly on to the driver.
9664         - Get the move start position before adjusting for the titlebar
9665         height, this fixes the windows "skipping" when they are first
9666         moved.
9667
9668 2005-11-18  Jackson Harper  <jackson@ximian.com>
9669
9670         * XplatUIX11.cs: Just compute the mdi borders separately as they
9671         don't totally match up with normal form borders.
9672
9673 2005-11-18  Jackson Harper  <jackson@ximian.com>
9674
9675         * Control.cs: Set WS_ styles for borders, so that the driver does
9676         not have to retrieve the control instance to figure out what kind
9677         of borders it should have.
9678         * Form.cs: Set the WS_EX_MDICHILD flag on mdi children, so the
9679         driver can know its an mdi child easily.
9680         * XplatUIX11.cs: Get the border styles and whether the window is
9681         MDI from the Styles and ExStyles params instead of having to get a
9682         control. This prevents a chicken and egg problem.       
9683
9684 2005-11-18  Jackson Harper  <jackson@ximian.com>
9685
9686         * MdiClient.cs: Fix typo so scrollbars show up correctly.
9687
9688 2005-11-18  Jackson Harper  <jackson@ximian.com>
9689
9690         * MdiClient.cs: Calculate when to add and remove scrollbars
9691         correctly.
9692         * MdiChildContext.cs: Adjust the y position to take the titlebar
9693         into account.
9694         - No height for FormBorderStyle.None
9695
9696 2005-11-18  Jackson Harper  <jackson@ximian.com>
9697
9698         * Control.cs: Allow non enum values to be used for
9699         InternalBorderStyle.  MDI does this to set a special border style.
9700         - New utility methods for converting points to/from client coords
9701         - Add the newly created control to the Controls collection before
9702         updating its style. This way UpdateStyle can walk the control
9703         heirarchy to find the control if needed.
9704         so I don't need to create a new Point object all the time.
9705         * Form.cs: Let MDI windows handle their border styles.
9706         - Set styles on MDI windows so the correct title style is derived.
9707         * MdiChildContext.cs: Move all the painting and window handling
9708         into the non client area.
9709         - Use correct sizing and put correct buttons on frames based on
9710         the FormBorderStyle.
9711         - Notify the mdi client about scrolling
9712         - Need to handle the buttons ourselves now, because they are all
9713         in non client areas and we can't add controls there.
9714         * MdiClient.cs: Halfway to scrolling, this implementation is
9715         somewhat broken though, we need to check to make sure other
9716         windows aren't causing scrolling before removing the bars. Also
9717         the bars need to be drawn on top, maybe I can switch implicit
9718         controls to be on top.
9719         * Hwnd.cs: caption_height and tool_caption_height are now
9720         properties of an hwnd, this way they can be set by the driver
9721         based on the type of window they are.  In X11 the window manager
9722         handles the decorations so caption_height is zero unless its an
9723         MDI window.
9724         - Add 3 pixel borders for MDI windows (0xFFFF).
9725         - Get rid of some code duplication, have DefaultClientRectanle
9726         just call GetClientRectangle.
9727         * XplatUIX11.cs: Pass caption_height and tool_caption_height to
9728         Hwnd now.
9729         - Set border styles differently for mdi windows.
9730         * XplatUIOSX.cs: Pass caption_height and tool_caption_height to
9731         Hwnd now.
9732         
9733 2005-11-15  Mike Kestner  <mkestner@novell.com>
9734
9735         * Menu.cs: when adding an item to the collection, if item is already 
9736         parented, remove it from the parent.
9737
9738 2005-11-13  Alexander Olk  <alex.olk@googlemail.com>
9739
9740         * X11DesktopColors.cs: Added KDE support
9741
9742 2005-11-11  Peter Dennis Bartok  <pbartok@novell.com>
9743
9744         * XplatUIWin32.cs: 
9745           - Clipboard methods now can translate Rtf format
9746           - No longer removes clipboard contents whenever a new format is added
9747             to allow placing multiple formats on the clipboard
9748         * Clipboard.cs: Clipboard now supports getting a IDataObject and
9749           will place all formats contained in it onto the clipboard. Also
9750           now cleans the clipboard before placing a new object onto it
9751         * RichTextBox.cs:
9752           - Implemented set_Rtf
9753           - Implemented set_SelectedRtf
9754           - Created InsertRTFFromStream() method to allow single code base
9755             for all properties and methods that insert RTF into document
9756           - Removed debug output
9757         * TextControl.cs:
9758           - Fixed Delete(int) to fix up line numbers
9759           - Fixed ReplaceSelection to combine start and end line
9760           - Fixed serious DeleteChars bug that would leave the document tree
9761             broken
9762           - Improved DumpTree with several logic checks to detect broken
9763             document trees
9764           - Removed debug lines
9765           - Fixed Caret.WordForward/WordBack moving code, now always also 
9766             updates caret.tag (fixes crash when word-selecting across tag
9767             boundaries via keyboard)
9768           - Added Insert() method for inserting multiline text into documents
9769           - Fixed DeleteChars() calculation errors that would cause a broken
9770             tag chain with multiple tag lines
9771           - DeleteChars() no longer crashes on multi-tag lines if not all tags
9772           - Split() no longer moves caret if split is at caret location
9773           - ReplaceSelection() now updates the cursor and re-displays it
9774           - ReplaceSelection() now uses new Insert() method to avoid code
9775             duplication
9776           - FormatText() can now handle formatting partial lines
9777         * TextBoxBase.cs:
9778           - Append now uses new TextControl.Insert() method (this avoids 
9779             duplicate code)
9780           - Implemented Ctrl-X (Cut) (
9781           - Implemented Ctrl-C (Copy)
9782           - Implemented Ctrl-V (Paste) (Still some bugs related to screen 
9783             regeneration when pasting text; roundtripping Copy&Paste within
9784             edit control still fails due to some calculation bugs in GenerateRTF)
9785           - The Delete key will now remove the current selection if it is visible
9786         * TextBox.cs: Removed debug lines
9787         * XplatUI.cs: Trigger initialization of DataFormats (which requires the
9788           driver to be initialized and can't therefore be done via a static ctor)
9789
9790 2005-11-10  Peter Dennis Bartok  <pbartok@novell.com>
9791
9792         * TextControl.cs: Added backend code for finding char arrays and strings
9793         * TextBoxBase.cs:
9794           - Added mouse wheel scroll support
9795           - Added support for VScroll and HScroll events
9796         * RichTextBox.cs:
9797           - Implemented all seven Find() variants
9798           - Implemented GetCharFromPosition()
9799           - Implemented GetCharIndexFromPosition()
9800           - Implemented GetLineFromIndex()
9801           - Implemented GetPositionFromCharIndex();
9802           - Implemented SaveFile for PlainText and UnicodeText
9803           - Fixed set_Font, now setting a new font applies that font to
9804             the whole document
9805           - Implemented generic Document to RTF converter
9806           - Implemented SaveFile for RichText format (still missing unicode
9807             conversion for non-ansi chars)
9808           - Implemented get_Rtf
9809           - Implemented get_SelectedRtf
9810
9811 2005-11-09  Peter Dennis Bartok  <pbartok@novell.com>
9812
9813         * Control.cs (WndProc): Call HandleClick after having sent OnMouseUp
9814           to allow any captures to be released before triggering OnClick. This
9815           way a click handler may capture the mouse without interference.
9816         * XplatUIX11.cs: Always send mouse messages to grab window if one exists.
9817           This way we send them even though X may not allow a grab (if the window
9818           isn't visible, for example)
9819
9820 2005-11-08  Pedro Martinez Julia <pedromj@gmail.com>
9821
9822         * DataGridViewRowEventArgs.cs: DataGridView implementation
9823         * DataGridViewElement.cs: DataGridView implementation
9824         * DataGridViewComboBoxCell.cs: DataGridView implementation
9825         * DataGridViewDataErrorContexts.cs: DataGridView implementation
9826         * DataGridViewCellErrorTextNeededEventArgs.cs: DataGridView implementation
9827         * DataGridViewColumnHeadersHeightSizeMode.cs: DataGridView implementation
9828         * ImageLayout.cs: DataGridView implementation
9829         * DataGridViewComboBoxColumn.cs: DataGridView implementation
9830         * DataGridViewCellMouseEventHandler.cs: DataGridView implementation
9831         * DataGridViewSelectionMode.cs: DataGridView implementation
9832         * IDataGridViewEditingControl.cs: DataGridView implementation
9833         * DataGridViewSortCompareEventHandler.cs: DataGridView implementation
9834         * DataGridViewCellStyleContentChangedEventHandler.cs: DataGridView implementation
9835         * DataGridViewAutoSizeModeEventHandler.cs: DataGridView implementation
9836         * DataGridViewColumnStateChangedEventHandler.cs: DataGridView implementation
9837         * DataGridViewColumnSortMode.cs: DataGridView implementation
9838         * DataGridView.cs: DataGridView implementation
9839         * DataGridViewRowStateChangedEventHandler.cs: DataGridView implementation
9840         * DataGridViewRowPostPaintEventArgs.cs: DataGridView implementation
9841         * DataGridViewDataErrorEventArgs.cs: DataGridView implementation
9842         * Padding.cs: DataGridView implementation
9843         * DataGridViewCellParsingEventArgs.cs: DataGridView implementation
9844         * DataGridViewCellStateChangedEventHandler.cs: DataGridView implementation
9845         * DataGridViewRowEventHandler.cs: DataGridView implementation
9846         * DataGridViewCellPaintingEventHandler.cs: DataGridView implementation
9847         * DataGridViewCellFormattingEventHandler.cs: DataGridView implementation
9848         * DataGridViewButtonCell.cs: DataGridView implementation
9849         * DataGridViewCellStyleContentChangedEventArgs.cs: DataGridView implementation
9850         * DataGridViewEditMode.cs: DataGridView implementation
9851         * DataGridViewCellValueEventArgs.cs: DataGridView implementation
9852         * DataGridViewRowCancelEventArgs.cs: DataGridView implementation
9853         * DataGridViewRowHeadersWidthSizeMode.cs: DataGridView implementation
9854         * DataGridViewCheckBoxColumn.cs: DataGridView implementation
9855         * DataGridViewCellToolTipTextNeededEventHandler.cs: DataGridView implementation
9856         * DataGridViewAutoSizeColumnsMode.cs: DataGridView implementation
9857         * DataGridViewCellEventHandler.cs: DataGridView implementation
9858         * DataGridViewEditingControlShowingEventHandler.cs: DataGridView implementation
9859         * DataGridViewCellStyleConverter.cs: DataGridView implementation
9860         * DataGridViewSelectedRowCollection.cs: DataGridView implementation
9861         * DataGridViewBindingCompleteEventHandler.cs: DataGridView implementation
9862         * DataGridViewColumnEventArgs.cs: DataGridView implementation
9863         * DataGridViewRowHeightInfoPushedEventHandler.cs: DataGridView implementation
9864         * DataGridViewRowContextMenuStripNeededEventHandler.cs: DataGridView implementation
9865         * QuestionEventArgs.cs: DataGridView implementation
9866         * IDataGridViewEditingCell.cs: DataGridView implementation
9867         * DataGridViewTriState.cs: DataGridView implementation
9868         * DataGridViewColumnDesignTimeVisibleAttribute.cs: DataGridView implementation
9869         * DataGridViewCellStateChangedEventArgs.cs: DataGridView implementation
9870         * DataGridViewColumnCollection.cs: DataGridView implementation
9871         * DataGridViewCellValueEventHandler.cs: DataGridView implementation
9872         * DataGridViewRowDividerDoubleClickEventHandler.cs: DataGridView implementation
9873         * DataGridViewCellFormattingEventArgs.cs: DataGridView implementation
9874         * DataGridViewColumn.cs: DataGridView implementation
9875         * DataGridViewCellBorderStyle.cs: DataGridView implementation
9876         * DataGridViewCellContextMenuStripNeededEventHandler.cs: DataGridView implementation
9877         * DataGridViewCellValidatingEventArgs.cs: DataGridView implementation
9878         * DataGridViewRow.cs: DataGridView implementation
9879         * DataGridViewImageCellLayout.cs: DataGridView implementation
9880         * DataGridViewImageCell.cs: DataGridView implementation
9881         * DataGridViewTopLeftHeaderCell.cs: DataGridView implementation
9882         * DataGridViewCheckBoxCell.cs: DataGridView implementation
9883         * DataGridViewHeaderCell.cs: DataGridView implementation
9884         * DataGridViewCellErrorTextNeededEventHandler.cs: DataGridView implementation
9885         * DataGridViewRowHeightInfoPushedEventArgs.cs: DataGridView implementation
9886         * DataGridViewAutoSizeColumnsModeEventHandler.cs: DataGridView implementation
9887         * DataGridViewTextBoxColumn.cs: DataGridView implementation
9888         * QuestionEventHandler.cs: DataGridView implementation
9889         * DataGridViewCellStyleScopes.cs: DataGridView implementation
9890         * DataGridViewSortCompareEventArgs.cs: DataGridView implementation
9891         * DataGridViewCellContextMenuStripNeededEventArgs.cs: DataGridView implementation
9892         * DataGridViewCell.cs: DataGridView implementation
9893         * DataGridViewCellEventArgs.cs: DataGridView implementation
9894         * DataGridViewClipboardCopyMode.cs: DataGridView implementation
9895         * DataGridViewCellStyle.cs: DataGridView implementation
9896         * DataGridViewColumnHeaderCell.cs: DataGridView implementation
9897         * DataGridViewRowPrePaintEventHandler.cs: DataGridView implementation
9898         * DataGridViewRowCancelEventHandler.cs: DataGridView implementation
9899         * TextFormatFlags.cs: DataGridView implementation
9900         * DataGridViewCellToolTipTextNeededEventArgs.cs: DataGridView implementation
9901         * DataGridViewDataErrorEventHandler.cs: DataGridView implementation
9902         * DataGridViewAdvancedCellBorderStyle.cs: DataGridView implementation
9903         * DataGridViewCellPaintingEventArgs.cs: DataGridView implementation
9904         * DataGridViewButtonColumn.cs: DataGridView implementation
9905         * DataGridViewRowsRemovedEventArgs.cs: DataGridView implementation
9906         * HandledMouseEventArgs.cs: DataGridView implementation
9907         * DataGridViewCellParsingEventHandler.cs: DataGridView implementation
9908         * DataGridViewColumnDividerDoubleClickEventHandler.cs: DataGridView implementation
9909         * DataGridViewCellMouseEventArgs.cs: DataGridView implementation
9910         * DataGridViewAutoSizeRowsMode.cs: DataGridView implementation
9911         * DataGridViewRowCollection.cs: DataGridView implementation
9912         * DataGridViewAdvancedBorderStyle.cs: DataGridView implementation
9913         * DataGridViewCellCancelEventHandler.cs: DataGridView implementation
9914         * DataGridViewHitTestType.cs: DataGridView implementation
9915         * DataGridViewAutoSizeModeEventArgs.cs: DataGridView implementation
9916         * DataGridViewColumnStateChangedEventArgs.cs: DataGridView implementation
9917         * DataGridViewColumnEventHandler.cs: DataGridView implementation
9918         * DataGridViewRowDividerDoubleClickEventArgs.cs: DataGridView implementation
9919         * DataGridViewAutoSizeRowMode.cs: DataGridView implementation
9920         * DataGridViewRowHeightInfoNeededEventArgs.cs: DataGridView implementation
9921         * DataGridViewRowsDeletedEventArgs.cs: DataGridView implementation
9922         * DataGridViewTextBoxEditingControl.cs: DataGridView implementation
9923         * DataGridViewContentAlignment.cs: DataGridView implementation
9924         * DataGridViewRowPostPaintEventHandler.cs: DataGridView implementation
9925         * DataGridViewComboBoxEditingControl.cs: DataGridView implementation
9926         * DataGridViewCellValidatingEventHandler.cs: DataGridView implementation
9927         * DataGridViewSelectedColumnCollection.cs: DataGridView implementation
9928         * DataGridViewPaintParts.cs: DataGridView implementation
9929         * DataGridViewCellCollection.cs: DataGridView implementation
9930         * DataGridViewRowsAddedEventArgs.cs: DataGridView implementation
9931         * DataGridViewImageColumn.cs: DataGridView implementation
9932         * DataGridViewRowsRemovedEventHandler.cs: DataGridView implementation
9933         * DataGridViewElementStates.cs: DataGridView implementation
9934         * DataGridViewRowHeightInfoNeededEventHandler.cs: DataGridView implementation
9935         * DataGridViewColumnDividerDoubleClickEventArgs.cs: DataGridView implementation
9936         * DataGridViewRowPrePaintEventArgs.cs: DataGridView implementation
9937         * DataGridViewRowStateChangedEventArgs.cs: DataGridView implementation
9938         * DataGridViewEditingControlShowingEventArgs.cs: DataGridView implementation
9939         * DataGridViewCellCancelEventArgs.cs: DataGridView implementation
9940         * DataGridViewRowHeaderCell.cs: DataGridView implementation
9941         * DataGridViewBindingCompleteEventArgs.cs: DataGridView implementation
9942         * DataGridViewTextBoxCell.cs: DataGridView implementation
9943         * DataGridViewBand.cs: DataGridView implementation
9944         * DataGridViewAutoSizeColumnModeEventArgs.cs: DataGridView implementation
9945         * DataGridViewHeaderBorderStyle.cs: DataGridView implementation
9946         * DataGridViewRowsAddedEventHandler.cs: DataGridView implementation
9947         * DataGridViewAutoSizeColumnMode.cs: DataGridView implementation
9948         * DataGridViewAutoSizeColumnModeEventHandler.cs: DataGridView implementation
9949         * DataGridViewAutoSizeColumnsModeEventArgs.cs: DataGridView implementation
9950         * DataGridViewRowErrorTextNeededEventHandler.cs: DataGridView implementation
9951         * DataGridViewSelectedCellCollection.cs: DataGridView implementation
9952         * DataGridViewRowContextMenuStripNeededEventArgs.cs: DataGridView implementation
9953         * DataGridViewRowErrorTextNeededEventArgs.cs: DataGridView implementation
9954         * DataGridViewComboBoxDisplayStyle.cs: DataGridView implementation
9955
9956 2005-11-08  Peter Dennis Bartok  <pbartok@novell.com>
9957
9958         * ThemeWin32Classic.cs: 
9959           - Draw the outside focus rectangle around buttons
9960           - Use CPDrawFocusRectangle to draw focus rectangles until Cairo
9961             doesn't use end caps for every dash of a line anymore. This
9962             workaround ignores the forecolor.
9963
9964 2005-11-08  Kornél Pál  <kornelpal@hotmail.com>
9965
9966         * ImageList.cs: Don't use ArgbColor with LayoutKind.Explicit as it isn't
9967           endian safe.
9968
9969 2005-11-07  Jackson Harper  <jackson@ximian.com>
9970
9971         * X11Dnd.cs: Set the X/Y positions on the DragEventArgs correctly.
9972
9973 2005-11-07  Jackson Harper  <jackson@ximian.com>
9974
9975         * ScrollableControl.cs: Calculate the maximum and change vars
9976         (more) correctly so that scrollbars appear as a sensible size.
9977
9978 2005-11-04  Jackson Harper  <jackson@ximian.com>
9979
9980         * TreeNodeCollection.cs: Refresh when nodes are cleared from the
9981         collection.
9982         * TreeView.cs: When the tree is sorted null out the top_node so
9983         that it is recalculated.
9984         - Use dotted lines instead of dashed lines to match MS better.
9985
9986 2005-11-04  Jordi Mas i Hernandez <jordimash@gmail.com>
9987
9988         * ListView.cs: 
9989           - Implements key search for items. Useful when browsing files with FileDialog
9990           - When changing view mode or when clear the items reset scrollbar positions
9991
9992 2005-11-04  Jackson Harper  <jackson@ximian.com>
9993
9994         * CurrencyManager.cs: Implement the MetaDataChanged event, the
9995         Reset method, and the CheckEmpty. CheckEmpty is just a total guess
9996         as to what the method may do as there is no real way of creating a
9997         derived CurrencyManager and calling the method. 
9998
9999 2005-11-03  Jackson Harper  <jackson@ximian.com>
10000
10001         * ThemeWin32Classic.cs: Implement ownerdrawing in the tab control
10002         * TabControl.cs: Add Ownerdrawing bits, add the UpdateTabSelection
10003         method which seems to just be used internally to refresh the tabs.
10004
10005 2005-11-03  Jackson Harper  <jackson@ximian.com>
10006
10007         * TabControl.cs: Implement the remove method. Fix some broken
10008         comments.
10009
10010 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
10011
10012         * DateTimePicker.cs:
10013           - Added missing DateTimePickerAccessibleObject class
10014           - Added missing events
10015           - Added OnFontChanged method
10016         * Form.cs: Added missing attributes
10017         * TreeView.cs: Added missing attributes
10018
10019 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com> 
10020
10021         * GridItemCollection.cs: Fix signatures
10022
10023 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
10024
10025         * XplatUI.cs: Updated build rev/date
10026         * ComboBox.cs, DataGridTextBoxColumn.cs Control.cs, 
10027           DataGridTableStyle.cs, DataGrid.cs, DateTimePicker.cs: Signature fixes
10028         * Application.cs: Trigger context-specific ExitThread events
10029
10030 2005-11-03  Jackson Harper  <jackson@ximian.com>
10031
10032         * Menu.cs:
10033         * MainMenu.cs:
10034         * GridTableStylesCollection.cs:
10035         * Timer.cs:
10036         * TabPage.cs:
10037         * HelpProvider.cs:
10038         * StatusBar.cs:
10039         * MonthCalendar.cs: Signature fixes
10040
10041 2005-11-03  Jackson Harper  <jackson@ximian.com>
10042
10043         * TreeNodeCollection.cs: Remove should not be virtual.
10044         * TreeView.cs: Implement the last of the missing methods.
10045
10046 2005-11-03  Jackson Harper  <jackson@ximian.com>
10047
10048         * TreeNodeConverter.cs: Implement to get off my class-status back.
10049
10050 2005-11-03  Jackson Harper  <jackson@ximian.com>
10051
10052         * TreeView.cs: Hookup the bits for drag and drop.
10053         * TreeNode.cs: Don't cache the tree_view or index anymore, now
10054         that nodes can be moved from tree to tree easily this just causes
10055         all sorts of problems.
10056         * TreeNodeCollection: Don't need to give treenodes an index and
10057         treeview anymore when they are added, these are computed on the
10058         fly. Also make sure to remove a node before its added.
10059
10060 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
10061
10062         * TextControl.cs:
10063           - Added CaretSelection enum
10064           - Added comparison methods to Marker struct, makes selection code
10065             more readable
10066           - Added SelectionStart and SelectionEnd as 'moveable' location for
10067             the CaretDirection enum and handler
10068           - Added selection_prev variable to track optimized invalidation for
10069             word and line selection
10070           - Added SelectionVisible property (returns true if there is a valid 
10071             selection)
10072           - Switched CaretHasFocus to only display the caret if there is no
10073             visible selection
10074           - Avoiding StringBuilder.ToString to retrieve a single char, instead
10075             using the direct character index; should be much faster
10076           - Added various conditional debug statements
10077           - Fixed invalidation calculation for selection ranges
10078           - Added ExpandSelection() method to support word and line selection
10079           - Switched SetSelectionToCaret to use new Marker compare overloads
10080           - Added central IsWordSeparator() method to determine word 
10081             separators/whitespace and FindWordSeparator() to streamline common
10082             usage of IsWordSeparator()
10083         * TextBoxBase.cs:
10084           - Removed unneeded grabbed variable, it was just mirroring
10085             Control.Capture
10086           - No longer firing OnTextChanged event when Text setter is called,
10087             since the base will fire the event for us
10088           - Added handling of Ctrl-Up/Down selection
10089           - Added handling of Shift-Cursorkey selection
10090           - Added handling for Ctrl-Delete and Ctrl-Backspace to remove
10091             words
10092           - Added handling of Shift and Ctrl-Shift-Home/End selection
10093           - Removed some debug output
10094           - Added handling for single/double/tripple-click to place caret/
10095             select word/select line respectively (Fixes bug #76031)
10096           - Added support for drag expansion of word/line selection
10097         * RichTextBox.cs: Handle GotFocus event to trigger redrawing of
10098           current selection
10099
10100 2005-11-02  Jackson Harper  <jackson@ximian.com>
10101
10102         * X11Dnd.cs: If the drag is going to and from a MWF window just
10103         copy the data instead of sending it out through the X Selection
10104         mechanism.
10105
10106 2005-11-02  Jackson Harper  <jackson@ximian.com>
10107
10108         * X11Dnd.cs:
10109         * XplatUIX11.cs: When in a drag we don't want motion notify
10110         messages to get passed on to the other controls. This prevents
10111         mouse move messages from showing up in the drag source.
10112
10113 2005-11-02  Jackson Harper  <jackson@ximian.com>
10114
10115         * X11Dnd.cs: Remove unneeded call to XAllowEvents.  Make sure that
10116         the correct button is release to end a drag.
10117         * XplatUIX11.cs: Make the button state internal so the drag system
10118         can access it.  Dragging needs to know about all button releases,
10119         not just left button.
10120
10121 2005-11-02  Miguel de Icaza  <miguel@novell.com>
10122
10123         * Form.cs (Icon): If the icon is null, reset the icon to the
10124         default value. 
10125
10126         * Cursor.cs: When writing the AND-mask bitmap do not include the
10127         number of colors, but hardcode those to two (black and white),
10128         fixes the loading of color cursors (Paint Dot Net).
10129
10130         * Form.cs: To debug, allow MONO_MWF_SCALING=disable variable to
10131         turn off autoscaling.
10132
10133         * Cursor.cs: Allow resource type to be 1 or 2 (from ImageMagic).
10134
10135 2005-11-02  Jackson Harper  <jackson@ximian.com>
10136
10137         * X11Dnd.cs: Make sure to send a status message if the pointer
10138         enters a control that can not accept a drop, otherwise the cursor
10139         isn't updated correctly. Also tried to compress the lines of code
10140         a bit.
10141
10142 2005-11-02  Jackson Harper  <jackson@ximian.com>
10143
10144         * X11Dnd.cs: Change cursors based on drag action. Also attempt to
10145         set actions correctly.  This isn't perfect as XDND and win32 have
10146         some differences on how you allow actions. I'll clear this up by
10147         adding a path for drag from MWF to MWF windows.
10148         * XplatUIX11.cs: Hook into the dnd system.
10149
10150 2005-11-02  Jordi Mas i Hernandez <jmas@softcatala.org>
10151
10152         * ListView.cs: Fixes scroll bar visibility. Hide them if they were
10153         previously shown but they are no longer need it. Very obvious when 
10154         browsing files with FileDialog.
10155
10156 2005-11-01  Peter Dennis Bartok  <pbartok@novell.com>
10157
10158         * Control.cs: We always need to call OnPaintBackground. We pretty much
10159           ignore AllPaintingInWmPaint and always do the painting there, whether 
10160           it's set or not, since we always ignore the WM_ERASEBKGND message 
10161           (which we don't generate on X11). This fixes #76616.
10162         * Panel.cs: Removed unneeded background painting. This happens properly
10163           in Control.cs already
10164
10165 2005-10-31  Mike Kestner  <mkestner@novell.com>
10166
10167         * Menu.cs: Add items to collection before setting their index.
10168         * MenuItem.cs : add range checking with ArgumentException like MS.
10169         [Fixes #76510]
10170
10171 2005-10-31  Jackson Harper  <jackson@ximian.com>
10172
10173         * ListBox.cs: Invalidate if the area is visible at all not just
10174         contained in the visible rect. Fixes unselection of semi visible
10175         items.
10176
10177 2005-10-31  Jackson Harper  <jackson@ximian.com>
10178
10179         * Control.cs: Consistently name the dnd methods. Make them
10180         internal so we can override them to match some MS behavoir
10181         internally.
10182         * Win32DnD.cs: Use the new consistent names.
10183
10184 2005-10-31  Jackson Harper  <jackson@ximian.com>
10185
10186         * TreeView.cs: Don't draw the selected node when we lose focus.
10187
10188 2005-10-31  Jackson Harper  <jackson@ximian.com>
10189
10190         * X11Dnd.cs: We still need to reset the state even though a full
10191         reset isn't being done, otherwise status's still get sent all over
10192         the place.
10193
10194 2005-10-31  Jackson Harper  <jackson@ximian.com>
10195
10196         * Control.cs: Make the dnd_aware flag internal so the dnd
10197         subsystem can check it. Catch exceptions thrown in dnd handlers to
10198         match MS behavoir.
10199         * Hwnd.cs: Add a flag for whether or not a window is dnd aware.
10200         * X11Dnd.cs: Handle null data in the converters. Set the XDND
10201         version when sending a XdndEnter. Use the control/hwnd dnd_aware
10202         flags to reduce the number of dnd enters/status's sent.
10203
10204 2005-10-31  Jackson Harper  <jackson@ximian.com>
10205
10206         * X11Dnd.cs: Don't need the sizeof here. Patch by Jordi Mas.
10207
10208 2005-10-31  Jordi Mas i Hernandez <jordi@ximian.com>
10209
10210         * PictureBox.cs: Fixes 76512
10211
10212 2005-10-28  Jackson Harper  <jackson@ximian.com>
10213
10214         * X11Dnd.cs: Early implementation to support winforms being a drag
10215         source for data on X11. Also restructured the converters so they
10216         can go both ways now.
10217         * XplatUIX11.cs: Tie ins to the the Dnd stuff.
10218         
10219 2005-10-27  Peter Dennis Bartok  <pbartok@novell.com>
10220
10221         * XplatUIX11.cs: Fixed FIXME - implemented ASCII encoding for XA_STRING
10222           clipboard requests
10223
10224 2005-10-27  Jackson Harper  <jackson@ximian.com>
10225
10226         * TreeNode.cs: Implement serialization so my DnD examples will work.
10227
10228 2005-10-24  Kornél Pál  <kornelpal@hotmail.com>
10229
10230         * ButtonBase.cs, ListView.cs, NotifyIcon.cs, PictureBox.cs, ToolBar.cs,
10231           TreeView.cs: Don't dispose objects that are not owned.
10232           
10233 2005-10-24  Peter Dennis Bartok  <pbartok@novell.com>
10234
10235         * Cursor.cs: Defaulting the Current cursor to Cursors.Default. We
10236           should retrieve the current cursor and report that, but XplatUI
10237           doesn't (yet) have an interface for that (and I'm not sure I even
10238           can, on X11)
10239         * XplatUIWin32.cs: Fixed override behaviour. The override is temporary,
10240           until any message loop processing is done (and the WM_SETCURSOR
10241           replaces the cursor to the proper one)
10242         * XplatUIX11.cs: 
10243           - Fixed override behaviour, we can't set the cursor globally on X11, 
10244             just for our windows.
10245           - Invalidating the System.Drawing X11 display handle when we are
10246             shutting down
10247         * Control.cs: Fix to make csc happy
10248
10249 2005-10-23  Peter Dennis Bartok  <pbartok@novell.com>
10250
10251         * TextBoxBase.cs: 
10252           - get_Text: Add last line (without trailing newline) to returned
10253             value (Fixes 76212)
10254           - get_TextLength: Count last line in returned length
10255           - ToString: Call Text property instead of duplicating code
10256
10257 2005-10-23  Kornél Pál  <kornelpal@hotmail.com>
10258
10259         * ImageList.cs: Dispose ImageAttributes objects.
10260
10261 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
10262
10263         * ImageList.cs: Use attribute constructors with less arguments where
10264           possible.
10265
10266 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
10267
10268         * ImageList.cs: Added lastKeyIndex field and use in IndexOfKey.
10269           Use typeof instead of strings when assembly is referenced. Added
10270           some more comments.
10271
10272 2005-10-21  Jackson Harper  <jackson@ximian.com>
10273
10274         * ListView.cs: Raise a double click event. Also tried to somewhat
10275         fix when the selectedindexchanged event is raised. Its still
10276         broken though.
10277
10278 2005-10-21  Jackson Harper  <jackson@ximian.com>
10279
10280         * TreeView.cs: New method to invalidate the plus minus area of a
10281         node without invalidating the whole node (maybe this can be used
10282         in some more places).
10283         * TreeNodeCollection.cs: When adding to an empty node we need to
10284         invalidate its plus minus area so the little block shows up.
10285         
10286 2005-10-21  Jackson Harper  <jackson@ximian.com>
10287
10288         * TreeView.cs: Make sure that when we invalidate a node the bounds
10289         are big enough to cover the selected box and the focus
10290         rectangle. Use a different colour for the lines connecting nodes
10291         so they show up with all themes.
10292
10293 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
10294
10295         * NativeWindow.cs: Don't call anything that could call into the driver,
10296           we might be on a different thread.
10297
10298 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com> 
10299
10300         * Control.cs(Dispose): Since Dispose might run on a different thread,
10301           make sure that we call methods that could call into the driver via
10302           invoke, to avoid thread issues
10303
10304 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
10305
10306         * XplatUI.cs: Removed finalizer
10307         * XplatUIX11.cs: Removed Destructor, was causing crashes due to X11
10308           not allowing to be called on the finalizer thread.
10309
10310 2005-10-21  Kornél Pál  <kornelpal@hotmail.com>
10311
10312         * ImageList.cs:
10313           - Reverted r51889 and r51891.
10314           - Added ImageListItem class that stores unmodified image items and image
10315             properties required to create list images until handle is created.
10316           - Added AddItem and moved image creation logic to AddItemInternal.
10317           - Added CreateHandle method that creates images based on unmodified items.
10318           - Added DestroyHandle that changes state to store unmodified items.
10319           - Add and AddStrip methods no more create handle.
10320           - ReduceColorDepth has no return value.
10321           - Dispose destroys handle.
10322           - Modified other methods to reflect the above changes.
10323           - Implemented key support.
10324           - Added profile 2.0 members and attributes.
10325           - Added private Reset and ShouldSerialize methods that provide the same
10326             behavior as MS.NET but the Visual Studio .NET designer seems to ignore
10327             them as they are private.
10328           - Added some more comments about implementation details.
10329
10330 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
10331
10332         * DataGrid.cs: Adds support for vertical scrolling using the mousewheel
10333
10334 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
10335
10336         * Binding.cs: No PushData/PullData if there is no binding (fixes crash)
10337
10338 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
10339
10340         * DataGridDrawingLogic.cs: Fixes column hit calcultation
10341         * DataGridColumnStyle.cs: Remove debug message
10342
10343 2005-10-20  Jackson Harper  <jackson@ximian.com>
10344
10345         * TreeView.cs: We can always get input keys regardless of whether
10346         or not editing is enabled. They are used for navigation.
10347
10348 2005-10-20  Jackson Harper  <jackson@ximian.com>
10349
10350         * TreeNode.cs: Use the viewport rect for determining if a node
10351         needs to be moved for visibility. Don't use Begin/End edit. This
10352         calls a full refresh when its done.
10353         * TreeView.cs: New SetBottom works correctly.  Make the viewport
10354         rect property internal so the treenodes can see it. When clicking
10355         on a node we need to ensure that its visible because it might just
10356         be partly visible when clicked.
10357
10358 2005-10-20  Jackson Harper  <jackson@ximian.com>
10359
10360         * TreeNodeCollection.cs: Remove debug code.
10361
10362 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
10363
10364         * Datagrid.cs: Implements column sorting in Datagrid
10365         * DataGridColumnStyle.cs: Implements column sorting in Datagrid
10366
10367 2005-10-20  Jackson Harper  <jackson@ximian.com>
10368
10369         * TreeNodeCollection.cs: Remove items properly. Update the correct
10370         area after removing them.
10371
10372 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
10373
10374         * Datagrid.cs: Should not call base.OnPaintBackground
10375
10376 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
10377
10378         * XplatUIX11.cs (GetMessage):
10379           - Now properly calculates NC_xBUTTONDOWN coordinates off the whole
10380             window instead of client window
10381           - Now properly calculates NC_xBUTTONUP message coordinates
10382           - ScreenToMenu now properly calculates it's coordinates of whole 
10383             window, since menus are in the whole window, not in the client
10384             window
10385           - Added WholeToScreen coordinate translation method
10386
10387 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com> 
10388
10389         * XplatUIX11.cs (GetMessage): Don't return in situations where we don't
10390           want to return a message, loop back to the beginning of the function
10391           and grab the next real message to process instead.
10392
10393 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
10394
10395         * Splitter.cs: Properly set limits if no filler control is used
10396
10397 2005-10-19  Jackson Harper  <jackson@ximian.com>
10398
10399         * ColorDialog.cs: Don't show the help button if it is not enabled
10400         instead of disabling it (this is what MS does). Don't create the
10401         panel until the dialog is run, otherwise the vars (such as
10402         ShowHelp) are not set yet.
10403
10404 2005-10-19  Jackson Harper  <jackson@ximian.com>
10405
10406         * TreeView.cs: Implement Begin/EndEdit more correctly so refreshes
10407         are reduced when adding nodes.
10408         * TreeNode.cs:
10409         * TreeNodeCollection.cs: Use UpdateNode instead of refreshing the
10410         tree.
10411         
10412 2005-10-19  Jackson Harper  <jackson@ximian.com>
10413
10414         * FolderBrowserDialog.cs: End editing our treeview so the window
10415         actually gets refreshed.
10416
10417 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
10418
10419         * Control.cs: Fixed logic flip on when to call OnPaintBackground. 
10420           Obsoleted handling of WM_ERASEBKGND, now always draws our background
10421           inside of WM_PAINT
10422
10423 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
10424
10425         * MenuAPI.cs: Returns after Hidding window
10426         * XplatUIX11.cs: Added TODO found while debugging menu issues
10427
10428 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
10429
10430         * XplatUIX11.cs: Do not re-map the whole window when it's size
10431           becomes non-zero unless it's supposed to be actually visible
10432
10433 2005-10-18  Jackson Harper  <jackson@ximian.com>
10434
10435         * TreeView.cs: We don't need to keep a count anymore.
10436         * TreeNodeCollection.cs: Fix off by one in RemoveAt, Insert can
10437         use the Grow method.
10438
10439 2005-10-18  Jackson Harper  <jackson@ximian.com>
10440
10441         * TreeNodeCollection.cs: Insert is not supported on arrays, so
10442         implement it manually here.
10443
10444 2005-10-18  Jackson Harper  <jackson@ximian.com>
10445
10446         * ImageList.cs: Dont kill the list when the colour depth is
10447         changed, just change the colour depth of all the images.
10448         - Same goes for setting the image size. Just resize them all
10449         instead of killing the list softly.
10450
10451 2005-10-18  Jackson Harper  <jackson@ximian.com>
10452
10453         * Control.cs: Don't invalidate empty rectangles.
10454
10455 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
10456
10457         * ListViewItem.cs:
10458           - Adds checked item to the Checked/Item lists (where empty before)
10459           - Do not add items to the Selected lists if they are already present
10460         * ListView.cs:
10461           - Fixes IsFixedSize, SyncRoot, IsReadOnly in many collections
10462           - When deleting items make sure that we delete them for the Selected
10463           and Checked list also.
10464
10465 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
10466
10467         * Label.cs: Dispose objects no longer used
10468         * ThemeWin32Classic.cs: Dispose objects no longer used
10469
10470 2005-10-18  Jackson Harper  <jackson@ximian.com>
10471
10472         * TabControl.cs: Don't refresh the whole control when the tabs are
10473         scrolled, we just need to refresh the tab area.
10474
10475 2005-10-17  Jackson Harper  <jackson@ximian.com>
10476
10477         * XplatUIX11.cs: Compress code a little bit. Only calculate the
10478         after handle when we need it.
10479
10480 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
10481
10482         * Control.cs: When the parent size changes, recalculate anchor 
10483           positions. Partial fix for #76462
10484
10485 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
10486
10487         * ThemeWin32Classic.cs: Make sure the picturebox has it's background 
10488           drawn. Fixes #76462
10489
10490 2005-10-17  Jackson Harper  <jackson@ximian.com>
10491
10492         * MonthCalendar.cs: Don't create the numeric up down until our
10493         handle is created. Otherwise our handle is created in the
10494         constructor and we don't know if we are a WS_CHILD or WS_POPUP
10495         yet.
10496
10497 2005-10-17  Jackson Harper  <jackson@ximian.com>
10498
10499         * TreeView.cs: Merge in patch by Rafael Teixeira to align strings
10500         correctly.
10501
10502 2005-10-17  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
10503         * TreeNode.cs : small logical fix (was using local var instead of field)
10504         
10505 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
10506
10507         * ThemeWin32Classic.cs: Fixes vert/horz scrollbar colours
10508
10509 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
10510
10511         * ThemeWin32Classic.cs: Fixes focus drawing in for non-flat/popup buttons
10512
10513 2005-10-16  Peter Dennis Bartok  <pbartok@novell.com> 
10514
10515         * Control.cs: 
10516           - Re-implemented anchoring code. My first version was really broken.
10517             This fixes bug #76033. Unlike the previous implementation we will
10518             no longer have round errors since all numbers are calculated from
10519             scratch every time. Removed various anchor-related obsolete vars.
10520           - InitLayout no longer causes layout event firing and layout to be 
10521             performed
10522
10523 2005-10-16  Jackson Harper  <jackson@ximian.com>
10524
10525         * Hwnd.cs: Compute invalid area correctly (fixes my last commit
10526         which was broken).
10527
10528 2005-10-16  Jackson Harper  <jackson@ximian.com>
10529
10530         * TabControl.cs: Remove debug code.
10531
10532 2005-10-16  Jackson Harper  <jackson@ximian.com>
10533
10534         * XEventQueue.cs: Increase the default queue size (very simple
10535         apps needed to grow the queue).
10536         * Hwnd.cs: No finalizer so we don't need to suppress
10537         finalization. Compute the invalid area manually so a new rectangle
10538         does not newto be created.
10539         * ScrollableControl.cs: Don't set any params (otherwise visibility
10540         isn't set correctly).
10541         * MdiChildContext.cs: New constructor takes the mdi parent so it
10542         doesn't have to be computed and avoids a crash on windows. Draw
10543         the window icon properly, and allow the text to be seen.
10544         * Form.cs: Use new MdiChildContext constructor. Make sure the
10545         child context isn't null in wndproc.
10546         * TabControl.cs: Don't set focus, this is muddling keyboard
10547         behavoir. Expand the tab rows when a window size increase will
10548         allow extra tabs to be seen. Don't allow tabs smaller than the
10549         width of a window to be scrolled out of view.
10550         * TreeNode.cs:
10551         * TreeView.cs: Use measure string to calculate a nodes width, the
10552         width is cached and only updated when the text or the font is
10553         changed. Don't check for expand/collapse clicks on the first level
10554         nodes if root lines are disabled.
10555         
10556 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
10557
10558         * TextBoxBase.cs: Fixes #76352 (passing tab key in a multiline textbox)
10559
10560 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
10561
10562         * DataGridBoolColumn.cs: fixes warning
10563
10564 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
10565
10566         * ControlPaint.cs: Fixes methods Dark, DarkDark, Light, LightLight
10567         to match more to match more precisely the MS Net behavior
10568
10569 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
10570
10571         * Hwnd.cs: Added field to track if window is mapped
10572         * XplatUIX11.cs: 
10573           - Unmap windows if they become 0-size, re-map when 
10574             they are >0 again; fixes #76035
10575           - Re-set our error handler after initializing X11Desktop
10576             to override any error handlers Gtk or whatever was called
10577             may have set.
10578
10579 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
10580
10581         * CheckedListBox.cs: Removed unused vars
10582         * ListView.cs: Fixed signatures
10583         * RichTextBox.cs: Removed unused vars
10584         * TextBoxBase.cs: Removed unused vars
10585         * XplatUIWin32.cs: Removed unused vars
10586         * XplatUIX11.cs: Removed unused vars
10587         * XplatUI.cs: Updated version and date to latest published
10588
10589 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
10590
10591         * Cursor.cs: Added private .ctor to work around a bug in
10592           resourceset (Thanks to Geoff Norton for the help on this)
10593         * SplitterEventArgs.cs: Made fields accessible so we don't
10594           waste boatloads of objects and can reuse the same one
10595           in Splitter
10596         * XplatUIWin32.cs(DrawReversibleLine): Now also considers
10597           any captions and borders when generating screen coordinates
10598         * Splitter.cs: Reimplemented control, now fully complete, uses
10599           rubberband drawing, supports and obeys all properties, has
10600           proper cursors
10601
10602 2005-10-13  Miguel de Icaza  <miguel@novell.com>
10603
10604         * Form.cs (Form): Setup default values for autoscale and
10605         autoscale_base_size;  Make these instance variables, not static
10606         variables. 
10607
10608         (OnLoad): on the first load, adjust the size of the form.
10609
10610 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
10611
10612         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added 
10613           width argument to DrawReversibleRectangle()
10614         * XplatUIWin32.cs, XplatUIX11.cs: 
10615           - Implemented width for DrawReversibleRectangle()
10616           - Added logic to DrawReversibleRectangle that recognizes a zero
10617             width or height and only draws a line in that situation
10618         
10619 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com> 
10620
10621         * XplatUI.cs, XplatUIDriver.cs: Added GetAutoScaleSize()
10622         * XplatUIOSX.cs: Stubbed GetAutoScaleSize() method
10623         * XplatUIWin32.cs, XplatUIX11.cs: Implemented GetAutoScaleSize()
10624           method (it uses our FosterParent window to get a graphics context)
10625
10626 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com>
10627
10628         * XplatUI.cs, XplatUIDriver.cs: Removed EraseWindowBackground 
10629           and SetWindowBackground methods
10630         * Control.cs:
10631           - Setting proper ControlStyles
10632           - We no longer call XplatUI.SetWindowBackground and XplatUI.
10633             EraseWindowBackground, instead we draw the window background
10634             ourselves in PaintControlBackground. This behaviour is
10635             required to match MS, where, when OnPaintBackground is not
10636             called, the background is not drawn.
10637           - Removed unneeded Refresh() in set_Text
10638         * Hwnd.cs: Dropped the ErasePending support. No longer needed
10639         * XplatUIX11.cs:
10640           - Created DeriveStyles method to translate from CreateParams to
10641             FormBorderStyle and TitleStyle, also handles BorderStyle (which
10642             matches FormBorderStyle enum values)
10643           - Consolidated SetHwndStyles and CalculateWindowRect border/title
10644             style calculations into single DeriveStyles method
10645           - Fixed CreateWindow to (finally) use Gravity. This prevents X11
10646             from redrawing the whole window on any resize or expose.
10647           - Fixed CreateWindow usage of SetWindowValuemask. Before not
10648             all styles were applied to our whole/client window appropriately
10649           - Removed EraseWindowBackground() and SetWindowBackground() methods
10650           - Removed handling of WM_ERASEBKGND message from DefWndProc, we
10651             no longer clear/redraw the background through X
10652           - Removed handling of erase_pending bit, we have no use for it (or
10653             so it seems)
10654         * XplatUIOSX.cs:
10655           - Removed generation and handling of WM_ERASEBKGND message
10656           - Removed EraseWindowBackground() and SetWindowBackground() methods
10657           - Removed handling of hwnd.ErasePending flag
10658         * XplatUIWin32.cs:
10659           - Removed EraseWindowBackground() and SetWindowBackground() methods
10660           - We no longer call EraseWindowBackground on PaintEventStart, we 
10661             ignore the fErase flag, erasing is handled in Control in the
10662             background handler
10663         * Button.cs, GroupBox.cs, Label.cs, CheckBox.cs, ProgressBar.cs,
10664           LinkLabel.cs, ListControl.cs, TabPage.cs, UpDownBase.cs,
10665           TextBoxBase.cs, TextBox.cs, ListView.cs, ButtonBase.cs, 
10666           CheckedListBox.cs, MdiClient.cs, Panel.cs, DataGrid.cs, 
10667           DataGridTextBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, 
10668           TabControl.cs, ScrollableControl.cs, ToolBar.cs, PictureBox.cs,
10669           DateTimePicker.cs, StatusBar.cs, MonthCalendar.cs: Setting proper ControlStyles
10670
10671 2005-10-12  Jonathan Chambers <jonathan.chambers@ansys.com>
10672
10673         * PropertyGrids.cs: Get sub properties
10674         * PropertyGridView.cs: Fix drawing code
10675
10676 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
10677
10678         * ListBox.cs: Fixes 76383
10679
10680 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
10681
10682         * DataGridTextBoxColumn.cs: Sets location and size before attachment
10683         * ThemeWin32Classic.cs: Fixes border drawing and calculations
10684         * DataGridDrawingLogic.cs: Fixes border drawing and calculations
10685
10686
10687 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
10688
10689         * ComboBox.cs: Fixes border drawing
10690
10691 2005-10-10  Miguel de Icaza  <miguel@novell.com>
10692
10693         * MimeIcon.cs: Ignore errors if the file can not be read.
10694
10695 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
10696
10697         * Theme.cs, ThemeWin32Classic.cs, ListBox.cs:
10698          - Fixed border calculations
10699          - Fixed horizontal scrolling in single column listboxes
10700          - Fixed drawing issues
10701
10702 2005-10-10  Peter Dennis Bartok  <pbartok@novell.com>
10703
10704         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched from BorderStyle to 
10705           FormBorderStyle enum
10706         * XplatUIX11.cs: Switched BorderStyle to FormBorderStyle, added 
10707           code to determine FormBorderStyles from CreateParams
10708         * Form.cs:
10709           - Fixed bug where we'd set the wrong window styles if we were
10710             not creating an MDI window
10711           - Added call to XplatUI.SetBorderStyle when form borders are set
10712         * Control.cs: Casting BorderStyles to accommodate changed XplatUI APIs
10713         * Hwnd.cs:
10714           - Removed obsolete edge style
10715           - Switched from BorderStyle to FormBorderStyle
10716         
10717 2005-10-10  Jackson Harper  <jackson@ximian.com>
10718
10719         * Form.cs: Use the property to get the window handle instead of
10720         accessing it directly. Prevents a null reference exception.
10721
10722 2005-10-10  Jackson Harper  <jackson@ximian.com>
10723
10724         * TreeView.cs: Don't adjust the rect given to DrawString now that
10725         our libgdiplus draws correctly.
10726
10727 2005-10-08  Jackson Harper  <jackson@ximian.com>
10728
10729         * TreeView.cs: Don't try to find the clicked on node if there are
10730         no nodes in the tree.
10731
10732 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
10733
10734         * RichTextBox.cs:
10735
10736           restore
10737
10738 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
10739
10740         * ImageListStreamer.cs, TreeView.cs, UpDownBase.cs, RichTextBox.cs,
10741           ColorDialog.cs, TextControl.cs, Panel.cs, MdiChildContext.cs,
10742           ErrorProvider.cs:
10743           Use ResPool for brushes and dispose System.Drawing objects that
10744           are not used anymore.
10745
10746 2005-10-07  Jackson Harper  <jackson@ximian.com>
10747
10748         * MdiChildContext.cs: Use the new borders instead of drawing them
10749         ourselves.
10750
10751 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
10752
10753         * Calling UpdateBounds after changing the window's BorderStyle 
10754         since the style can change the ClientSize
10755
10756 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
10757
10758         * Control.cs: Made PaintControlBackground virtual
10759         * Panel.cs: Overriding PaintControlBackground instead of using paint
10760           event; paint event method was interfering with 'real' users of the
10761           event.
10762
10763 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
10764
10765         * ThemeWin32Classic.cs: remove border drawing since it is handled
10766         by the base control class now and was causing double border drawing.
10767
10768 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
10769
10770         * Panel.cs: Redraw our background on paint. Not a pretty solution,
10771           but it does seem to match MS behaviour. This fixes bug #75324
10772
10773 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
10774
10775         * XplatUIX11.cs: A better DrawReversibleRectangle version, however
10776           somewhat hackish looking
10777
10778 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
10779
10780         * TextBoxBase.cs:
10781           - We now accept Enter even if AcceptEnter is false, if the containing
10782             form does not have an AcceptButton configured (fixes bug #76355)
10783           - Calculations are now fixed to no longer use Width/Height, but
10784             ClientSize.Width/Height, since we now support borders (this was
10785             a result of fixing borders and therefore bug #76166)
10786           - We no longer show the horizontal scrollbar if TextBox.WordWrap is 
10787             true (fixes bug #76354)
10788         
10789 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
10790
10791         * Control.cs: 
10792           - Defaulting BorderStyle and setting it in XplatUI when our window 
10793             is created
10794           - Added enum check to InternalBorderStyle setter
10795         * XplatUIX11.cs: 
10796           - Added drawing of window borders
10797           - Now properly calculates WM decorations offset for toplevel 
10798             windows (fixes bug #74763)
10799         * XplatUIWin32.cs: 
10800           - Implemented BorderStyles for windows (we're letting win32 draw 
10801             the border for us)
10802           - Fixed the signature for SetWindowLong
10803         * PictureBox.cs, DataGrid.cs, TextBoxBase.cs, ToolBar.cs, Panel.cs,
10804           ListBox.cs, Label.cs: Now uses Control.InternalBorderStyle for 
10805           setting borders
10806         * UpDownBase.cs: Remove drawing of borders, this is handled by
10807           the driver, outside the client area
10808         * ListView.cs: Removed bogus border calculations. The control should
10809           be oblivious to borders, since those are not part of the client
10810           area. 
10811         * X11DesktopColors.cs: Commented out (currently) unneeded variables
10812         * ThemeWin32Classic.cs: Removed border calculations from ListView 
10813           drawing code
10814
10815 2005-10-06  Jackson Harper  <jackson@ximian.com>
10816
10817         * MdiChildContext.cs: Clear out the old virtual position remove
10818         all the unneeded calls to CreateGraphics.
10819
10820 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
10821
10822         * TextControl.cs: Use proper color for highlighted text; fixes #76350
10823
10824 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
10825
10826         * Form.cs: 
10827           - Added loading and setting of our new default icon
10828           - Only set icon if window is already created
10829
10830 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
10831
10832         * Label.cs:
10833           - Do not explicitly set the foreground and background colors, to
10834             allow inheriting from parents (fixes #76302)
10835           - Use Control's InternalBorderStyle property to deal with borders
10836
10837 2005-10-06  Jackson Harper  <jackson@ximian.com>
10838
10839         * MdiChildContext.cs: Use the new xplatui function to draw a
10840         reversible rect.
10841
10842 2005-10-06  Jackson Harper  <jackson@ximian.com>
10843
10844         * Form.cs: Add the parent before creating the child context cause
10845         we need the parent when setting up the child.
10846
10847 2005-10-06  Jackson Harper  <jackson@ximian.com>
10848
10849         * FolderBrowserDialog.cs: redo the tree population code so a
10850         second thread isn't used. Should be a lot faster and more stable
10851         now.
10852
10853 2005-10-05  Jackson Harper  <jackson@ximian.com>
10854
10855         * TreeView.cs: There are no expand/collapse boxes if the node has
10856         no children.
10857
10858 2005-10-05  Jackson Harper  <jackson@ximian.com>
10859
10860         * X11DesktopColors.cs: Get menu colours for the gtk theme.
10861
10862 2005-10-05  Alexander Olk  <alex.olk@googlemail.com>
10863
10864         * FileDialog.cs: Fix InitialDirectory
10865
10866 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
10867
10868         * ComboBox.cs:
10869                 - Fixes changing between styles
10870                 - Fixes simple mode
10871                 - Fixes last item crashing when navigating with keyboard
10872
10873 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
10874
10875         * LinkLabel.cs: Related to 76045. Stops the LinkLabel been drawn as a Label
10876
10877 2005-10-05  Jackson Harper  <jackson@ximian.com>
10878
10879         * TreeView.cs: If updating the root node do a full refresh.
10880         * TreeNode.cs: The root node should be expanded by default. Also
10881         added a utility prop to tell if we are the root node.
10882         * TreeNodeCollection.cs: Only refresh if the node we are being
10883         added to is expanded. Also added a comment on a potential
10884         optimization.
10885         
10886 2005-10-04  Peter Dennis Bartok  <pbartok@novell.com>
10887
10888         * Cursor.cs, Hwnd.cs: Added call to GC.SuppressFinalize() 
10889           in dispose method. Fixes #76330
10890
10891 2005-10-04  Jordi Mas i Hernandez <jordi@ximian.com>
10892
10893         * ListView.cs, ThemeWin32Classic.cs, ListViewItem.cs:
10894
10895                 - Implements vertical and horizontal scrolling using XplatUI
10896                 - Fixes keyboard navagation
10897                 - Fixes EnsureVisible
10898                 - Drawing fixes
10899                 - Handles and draws focus properly
10900
10901
10902 2005-10-04  Kornél Pál  <kornelpal@hotmail.com>
10903
10904         * ImageList.cs: Use upper case initials for internal fields. ImageStream:
10905           Create handle. NET_2_0: Destroy handle when value is null.
10906
10907 2005-10-03  Jackson Harper  <jackson@ximian.com>
10908
10909         * ScrollBar.cs: My last scrollbar patch was broken. This is a
10910         revert and a new patch to prevent the thumb from refreshing so
10911         much.
10912
10913 2005-10-02  Jackson Harper  <jackson@ximian.com>
10914
10915         * ScrollBar.cs: Don't update position if it hasn't actually
10916         changed. This occurs when you hold down the increment/decrement
10917         buttons and the thumb gets to the max/min.
10918
10919 2005-10-01  Jackson Harper  <jackson@ximian.com>
10920
10921         * Form.cs:
10922         * MdiChildContext.cs:
10923         * MdiClient.cs: Implement ActiveMdiChild in Form.
10924
10925 2005-10-01  Jordi Mas i Hernandez <jordi@ximian.com>
10926
10927         * ComboBox.cs: Include ComboBoxEdit flag for the edit item
10928
10929 2005-10-01  Peter Dennis Bartok  <pbartok@novell.com>
10930
10931         * X11DesktopColors.cs: Bow out gracefully if the Gtk libs cannot
10932           be found
10933
10934 2005-09-30  Jackson Harper  <jackson@ximian.com>
10935
10936         * ListBox.cs: Don't do a full refresh unless some data has
10937         actually changed.
10938
10939 2005-09-30  Jackson Harper  <jackson@ximian.com>
10940
10941         * TreeView.cs: Make sure that the checkboxes size is factored in
10942         even when not visible.
10943
10944 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
10945
10946         * FileDialog.cs: Fix Jordi's build break
10947
10948 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
10949
10950         * FileDialog.cs: 
10951                 - Use standard the Windows colours for the combobox as espected
10952                 - Dispose objects that use resouces when no longer need them
10953
10954 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
10955
10956         * X11DesktopColors.cs: Initial incomplete implementation
10957         * XplatUIX11.cs: Added call to initialize X11DesktopColors
10958
10959 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com>
10960
10961         * Theme.cs: 
10962           - Switched Theme color names to match the names defined in 
10963             System.Drawing.KnownColors. Life's hard enough, no need to make 
10964             it harder.
10965           - Added setters to all theme color properties so themes can set
10966             their color schemes. The setters also propagate the color changes
10967             to System.Drawing.KnownColors via reflection
10968         * ControlPaint.cs,  Label.cs, TextControl.cs, ToolTip.cs, ThemeNice.cs,
10969           ComboBox.cs, MdiChildContext.cs, TextBoxBase.cs, DateTimePicker.cs
10970           DataGridColumnStyle.cs, MonthCalendar.cs, TreeView.cs: Updated to
10971           use the new, more logical theme color names
10972         * XplatUIWin32.cs: Updated the GetSysColorIndex enum to include new
10973           post-NT colors
10974         * ThemeWin32Classic.cs:
10975           - Removed code to set the old classic Windows colors. Instead it
10976             now relies on the colors returned by System.Drawing.KnownColors
10977             which will be either modern static colors (Unix) or colors
10978             read from the user's configuration (Win32)
10979           - Updated to use the new, more logical theme color names
10980           - Switched DataGrid drawing code to use only Theme colors instead of
10981             a mix of System.Drawing.KnownColors and Theme colors
10982           - DrawFrameControl(): Removed code that fills the button area, the
10983             fill would overwrite any previous fill done by a control. This
10984             fixes bug #75338 
10985           - Added DrawReversibleRectangle() stub
10986         * ScrollableControl.cs: Set visible state to false when scrollbars
10987           are removed (pdn fix)
10988         * XplatUI.cs, XplatUIOSX.cs, XplatUIDriver.cs: Added 
10989           DrawReversibleRectangle() method to allow drawing primitive 
10990           'rubber bands'
10991         * XplatUIX11.cs: Implemented DrawReversibleRectangle()
10992
10993 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
10994
10995         * ImageList.cs: Add(Icon): Create handle.
10996
10997 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
10998
10999         * ListView.cs:
11000         * ThemeWin32Classic.cs:
11001                 - Fixes detail mode
11002                 - Sets clippings
11003                 - Issues with drawing
11004
11005 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
11006
11007         * ImageList.cs: Moved RecreateHandle back to ImageList as event
11008           source has to be the ImageList.
11009
11010 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
11011
11012         * ImageList.cs: Add(Icon): Use Graphics.DrawIcon instead of Icon.ToBitmap.
11013
11014 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
11015
11016         * ImageList.cs: ReduceColorDepth: Clean up pointer operations.
11017
11018 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
11019
11020         * ImageList.cs: ImageCollection: Removed owner field as it is no more used.
11021
11022 2005-09-29  Jonathan Chambers <jonathan.chambers@ansys.com>
11023         * GridItem.cs: Fixed TODOs
11024         * GridItemCollection.cs: Added ICollection interface
11025
11026 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
11027
11028         * ImageList.cs: Resize icons when needed.
11029
11030 2005-09-29  Jordi Mas i Hernandez <jordi@ximian.com>
11031
11032         * ListViewItem.cs
11033                 - Fixes GetBounds and returns on screen rects
11034         * ListView.cs:
11035                 - Fixes vertical and horzintal scrolling of items
11036         * ThemeWin32Classic.cs:
11037                 - Fixes drawing
11038                 
11039 2005-09-29  Raja R Harinath  <harinath@gmail.com>
11040
11041         * ImageList.cs (ImageStream) [NET_2_0]: Reflect re-factoring.
11042
11043 2005-09-29  Kornél Pál  <kornelpal@hotmail.com>
11044
11045         * ImageList.cs: Added comments about handle creation. Moved Handle,
11046           HandleCreated and OnRecreateHandle implementations to ImageCollection.
11047           Handle is created in Add methods.
11048
11049 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
11050          
11051         * DataGridDrawingLogic.cs: 
11052                 - Takes rows into account on Colum calculations
11053                 - Returns the column when clickig
11054         * DataGrid.cs:
11055                 - Fixes default HitTestInfo values
11056                 - Fixes HitTestInfo.ToString
11057                 - Fixes ResetBackColor          
11058         
11059 2005-09-28  Jackson Harper  <jackson@ximian.com>
11060
11061         * MdiChildContext.cs: Obey rules for fixed sized windows (no
11062         sizing or cursor changes). Also added some temp code to draw the
11063         titlebars text (Makes dev a little easier).
11064
11065 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
11066
11067         * ImageList.cs: AddStrip: Throw ArgumentException when Image is not a Bitmap.
11068
11069 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
11070          
11071         * ListBox.cs: Fixes bug 76253
11072
11073 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
11074
11075         * ImageList.cs: Added comments about the current implementation. Added
11076           ReduceColorDepth, IndexedColorDepths and GetNearestColor to can use
11077           Format32bppArgb to preserve transparency and can use Graphics.FromImage
11078           while using the specified ColorDepth. ReduceColorDepth uses unsafe code
11079           with Bitmap.LockBits for better performance. Revised the whole file to
11080           match MS.NET behaviour and provide better performance. Non-public
11081           interface members are calling public members even when they throw
11082           NotSupportedException for better maintainability. Moved ColorDepth,
11083           ImageSize, ImageStream and TransparentColor implementations to
11084           ImageCollection for better performance as these properties are not used
11085           by ImageList.
11086         * ImageListStreamer.cs: Added a new internal constructor that takes an
11087           ImageList.ImageCollection and serializes Images based on
11088           ImageCollection.ToArray(). Renamed ImageColorDepth to ColorDepth to
11089           match ImageList property name.
11090
11091 2005-09-28  Kazuki Oikawa <kazuki@panicode.com>
11092
11093         * ListBox.cs: Fixes IndexFromPoint for last item
11094
11095 2005-09-27  Jackson Harper  <jackson@ximian.com>
11096
11097         * Form.cs: Set the position of new mdi children correctly.
11098
11099 2005-09-27  Jackson Harper  <jackson@ximian.com>
11100
11101         * MdiClient.cs: New mdi children need to be added to the back of
11102         the controls collection so the zorder is set correctly. Also add a
11103         count of all the child windows that have been created.
11104
11105 2005-09-27  Jackson Harper  <jackson@ximian.com>
11106
11107         * Form.cs (CreateParams): Setup MDI forms correctly.
11108
11109 2005-09-27  Jackson Harper  <jackson@ximian.com>
11110
11111         * MdiChildContext.cs:
11112         * MonthCalendar.cs:
11113         * UpDownBase.cs:
11114         * ListBox.cs:
11115         * ListView.cs:
11116         * TextBoxBase.cs:
11117         * TreeView.cs:
11118         * ScrollableControl.cs:
11119         * ComboBox.cs: Add implicit controls using the new implict control
11120         functionality in ControlCollection. Also try to block multiple
11121         control add in a suspend/resume layout to save some cycles.
11122         
11123 2005-09-27  Jackson Harper  <jackson@ximian.com>
11124
11125         * Control.cs: Add functionality to the controls collection to add
11126         'implicit controls' these are controls that are created by the
11127         containing control but should not be exposed to the user. Such as
11128         scrollbars in the treeview.
11129         * Form.cs: The list var of the ControlsCollection is no longer
11130         available because of the potential of implicit controls getting
11131         ignored by someone accessing the list directly.
11132
11133 2005-09-26  Peter Dennis Bartok  <pbartok@novell.com>
11134
11135         * Control.cs: Fixed SetChildIndex; it no longer causes a child to
11136           loose it's parent. (Fixed bug introduced in r49103 when we added
11137           setting the child parent to null on Remove)
11138
11139 2005-09-26  Gert Driesen  <drieseng@users.sourceforge.net>
11140
11141         * DataGridBoolColumn.cs: Marked CheckState private to fix public API.
11142         * Splitter.cs: Added missing attributes for BorderStyle property.
11143         * TextBoxBase.cs: Marked Calculate* methods internal.
11144         * TextBox.cs: Fixed DefaultValue for PasswordChar property to match
11145         MS.NET.
11146
11147 2005-09-26  Jordi Mas i Hernandez <jordi@ximian.com>
11148          
11149         * ListBox.cs: Fixes navigation to the last item in multicolumn lists
11150
11151 2005-09-25  Jackson Harper  <jackson@ximian.com>
11152
11153         * TreeView.cs: Update the node bounds correctly regardless of
11154         whether the node is visible.
11155
11156 2005-09-25  Jackson Harper  <jackson@ximian.com>
11157
11158         * ImageList.cs: Don't dispose the image after it is added to the
11159         image list. Only reformat images that need to be resized.
11160
11161 2005-09-25  Jackson Harper  <jackson@ximian.com>
11162
11163         * ImageList.cs: Don't set the format when changing the image.
11164
11165 2005-09-25  Jackson Harper  <jackson@ximian.com>
11166
11167         * TreeView.cs: We can't just assume the node has a font. Use the
11168         treeviews font if no node font is available.
11169
11170 2005-09-25  Jackson Harper  <jackson@ximian.com>
11171
11172         * TreeView.cs: Allow the scrollbars to be reset with negative
11173         values.
11174         - Don't add scrollbars to negative sized windows.
11175
11176 2005-09-23  Jackson Harper  <jackson@ximian.com>
11177
11178         * XplatUIX11.cs: Update to use Mono.Posix.Native instead of plain
11179         old Mono.Posix. Also remove some stray code that shouldn't have
11180         been committed.
11181
11182 2005-09-23  Jackson Harper  <jackson@ximian.com>
11183
11184         * TreeView.cs: Attempt at proper sizing of the horizontal
11185         scrollbar. Also don't resize the scrollbars unless they are
11186         visible.
11187
11188 2005-09-23  Jackson Harper  <jackson@ximian.com>
11189
11190         * TreeView.cs: We don't need to expand the invalid area when the
11191         selection changes, as this is all drawn in the node's bounding
11192         box. The area needs to be expanded (previous typo was contracting
11193         it) when the focus rect moves.
11194
11195 2005-09-23  Jackson Harper  <jackson@ximian.com>
11196
11197         * TreeView.cs: Display the selection box under the correct
11198         circumstances. We were rendering white text with no selection box
11199         before.
11200
11201 2005-09-23  Peter Dennis Bartok  <pbartok@novell.com>
11202
11203         * TextControl.cs(Split): Now updates selection start/end if it points 
11204           into a line that's being split. Fixes a FIXME and bug #75258
11205
11206 2005-09-23  Jackson Harper  <jackson@ximian.com>
11207
11208         * Binding.cs:
11209         * ListControl.cs: Don't use the path when retrieving binding
11210         managers from the binding context. My bat sense tells me that the
11211         path is only used on insertion.
11212
11213 2005-09-22  Jackson Harper  <jackson@ximian.com>
11214
11215         * Splitter.cs: Set the cursor an easier way. (Thanks peter).
11216
11217 2005-09-22  Jackson Harper  <jackson@ximian.com>
11218
11219         * Splitter.cs: There are special cursors used for splitting.
11220         * XplatUIX11.cs: The VSplit and HSplit cursors were backwards.
11221
11222 2005-09-22  Jackson Harper  <jackson@ximian.com>
11223
11224         * Splitter.cs: Change the cursor appropriately when the splitter
11225         is moused over, so the user actually knows there is a splitter
11226         there.
11227
11228 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
11229
11230        * Label.cs : Fix ToString method to give same output as MS.NET
11231
11232 2005-09-22  Jackson Harper  <jackson@ximian.com>
11233
11234         * TreeView.cs: Create the scrollbars when the handle is created
11235         and add them right away, just make them invisble. Also account for
11236         the window being shrunk vertically to the point that the vert
11237         scrollbar needs to be added.
11238         - Remove some 0.5 adjustments to get around anti aliasing issues.
11239         
11240 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
11241          
11242         * MainMenu.cs: Fixes default value
11243         * MenuItem.cs: Fixes default value
11244
11245 2005-09-22  Kazuki Oikawa  <kazuki@panicode.com>
11246
11247         * AsyncMethodResult.cs: Fixes Control.Invoke is blocked infinitely.
11248
11249 2005-09-21  Jackson Harper  <jackson@ximian.com>
11250
11251         * Control.cs: Don't try to set the border style on the window if
11252         it hasn't been created. When the window is created the border
11253         style will be used.
11254
11255 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
11256
11257         * Control.cs (Update): Don't call XplatUI if we don't have a
11258           window handle yet
11259
11260 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
11261
11262         * ContainerControl.cs: Instead of throwing an exception, print
11263           a one-time warning about Validate not being implemented
11264         * XplatUIWin32.cs: Removed debug output
11265
11266 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
11267
11268         * Control.cs: Only set XplatUI background if we expect the windowing
11269           system to handle the background. This stops controls that draw their
11270           own background from flickering
11271
11272         * XplatUIX11.cs: Support custom visuals and colormaps for window 
11273           creation. This allows, amongst other things, using MWF X11 windows 
11274           with OpenGL.
11275
11276 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
11277
11278         * OpenFileDialog.cs, ContentsResizedEventArgs.cs, LibSupport.cs, GridItem.cs,
11279           CursorConverter.cs, SplitterEventHandler.cs, PropertyGridTextBox.cs,
11280           GridTablesFactory.cs, MethodInvoker.cs, AccessibleEvents.cs,
11281           SplitterEventArgs.cs, XplatUI.cs, Mime.cs, PropertySort.cs,
11282           TreeViewCancelEventHandler.cs, Form.cs, PropertyGridCommands.cs,
11283           IDataGridEditingService.cs, DateBoldEventHandler.cs, Label.cs,
11284           KeyboardLayouts.cs, TextControl.cs, ProgressBar.cs, ToolTip.cs,
11285           RadioButton.cs, OSFeature.cs, LinkLabel.cs, ColorDialog.cs,
11286           ThemeNice.cs, ErrorIconAlignment.cs, TreeNode.cs, MimeGenerated.cs,
11287           ComboBox.cs, DataGridTextBoxColumn.cs, ArrangeStartingPosition.cs,
11288           GridColumnStylesCollection.cs, 
11289           IDataGridColumnStyleEditingNotificationService.cs,
11290           PropertyGrid.cs, IFeatureSupport.cs, ICommandExecutor.cs,
11291           MdiLayout.cs, GridEntry.cs, ControlBindingsCollection.cs,
11292           GridTableStylesCollection.cs, TreeViewCancelEventArgs.cs, 
11293           TreeNodeCollection.cs, AmbientProperties.cs, 
11294           RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
11295           DataObject.cs, ErrorProvider.cs, Splitter.cs,
11296           DataGridLineStyle.cs, Shortcut.cs, Control.cs,
11297           FontDialog.cs, SecurityIDType.cs, GridItemType.cs,
11298           BindingMemberInfo.cs, DataGridCell.cs, MdiChildContext.cs,
11299           IRootGridEntry.cs, PropertyGridView.cs, DataGridParentRowsLabelStyle.cs,
11300           FolderBrowserDialog.cs, OpacityConverter.cs, HelpProvider.cs,
11301           IComponentEditorPageSite.cs, DataGridTableStyle.cs, NavigateEventArgs.cs,
11302           NotifyIcon.cs, ContentsResizedEventHandler.cs, MenuItem.cs,
11303           PropertyTabChangedEventHandler.cs, TextBoxBase.cs, OpenTreeNodeEnumerator.cs,
11304           SelectionMode.cs, TextBox.cs, ListBindingConverter.cs,
11305           FileDialog.cs, KeysConverter.cs, DomainUpDown.cs,
11306           DataFormats.cs, SaveFileDialog.cs, GridItemCollection.cs,
11307           ArrangeDirection.cs, FeatureSupport.cs, SelectionRangeConverter.cs,
11308           RichTextBoxScrollBars.cs, NodeLabelEditEventHandler.cs, TreeNodeConverter.cs,
11309           MimeIcon.cs, X11Structs.cs, PropertyGridEntry.cs,
11310           ImageList.cs, ThemeWin32Classic.cs, X11Keyboard.cs,
11311           CheckedListBox.cs, HelpNavigator.cs, DateTimePickerFormat.cs,
11312           MdiClient.cs, DataGridDrawingLogic.cs, DataGridBoolColumn.cs,
11313           NodeLabelEditEventArgs.cs, Screen.cs, PropertyManager.cs,
11314           ComponentModel.cs, PropertiesTab.cs, CurrencyManager.cs,
11315           SizeGrip.cs, DateBoldEventArgs.cs, X11Dnd.cs, Panel.cs,
11316           Hwnd.cs, OSXStructs.cs, DrawMode.cs, XplatUIDriver.cs,
11317           RichTextBox.cs, PropertyTabChangedEventArgs.cs, CommonDialog.cs,
11318           DataGrid.cs, XplatUIX11.cs, RichTextBoxStreamType.cs, Win32DnD.cs,
11319           ErrorBlinkStyle.cs, TreeViewEventHandler.cs,
11320           PropertyValueChangedEventHandler.cs, IFileReaderService.cs,
11321           DataGridTextBox.cs, SelectedGridItemChangedEventArgs.cs, ScrollBar.cs,
11322           ListBox.cs, TreeViewAction.cs, Help.cs, TrackBar.cs,
11323           AxHost.cs, PropertyValueChangedEventArgs.cs, XplatUIOSX.cs,
11324           RichTextBoxFinds.cs, UpDownEventArgs.cs, Cursors.cs,
11325           CategoryGridEntry.cs, RichTextBoxWordPunctuations.cs, DataGridColumnStyle.cs,
11326           SelectedGridItemChangedEventHandler.cs, DateTimePicker.cs, NavigateEventHandler.cs,
11327           Clipboard.cs, UpDownEventHandler.cs, MonthCalendar.cs,
11328           SendKeys.cs, DataGridPreferredColumnWidthTypeConverter.cs, TreeView.cs,
11329           ThreadExceptionDialog.cs, ImageListConverter.cs, XplatUIWin32.cs,
11330           TreeViewEventArgs.cs: Fixed whitespace and set eol-style:native attribute
11331
11332 2005-09-21  Jackson Harper  <jackson@ximian.com>
11333
11334         * TreeNode.cs: Call Before/After Expand not Collapse when
11335         expanding.
11336
11337 2005-09-20  Jackson Harper  <jackson@ximian.com>
11338         
11339         * XplatUIX11.cs: Use the more hand looking hand (in most themes).
11340
11341 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
11342          
11343         * ListViewItem.cs:
11344                 - Fixes bug 76120
11345                 - Fixes proper storing of subitems
11346                 - Fixes not updated items
11347
11348 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com>
11349
11350         * Control.cs, TextBoxBase.cs, TextControl.cs: Don't do certain
11351           things if our window handle isn't created yet. Also disabled 
11352           debug for TextBoxBase
11353
11354 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com> 
11355
11356         * MenuAPI.cs: Remove filtering of events to allow menu usage
11357
11358 2005-09-20  Miguel de Icaza  <miguel@novell.com>
11359
11360         * Cursor.cs: Allow null to be passed to Cursor.Current.
11361
11362 2005-09-20  Alexander Olk  <alex.olk@googlemail.com>
11363
11364         * ThemeWin32Classic.cs:
11365           - Change some private methods/fields to protected virtual so that 
11366             they can be accessed and overriden in derived classes
11367           - First refactoring of some methods. Derived themes now don't 
11368             need to duplicate the complete code from ThemeWin32Classic
11369         * ThemeNice.cs:
11370           - Added nice StatusBar
11371           - Derive from ThemeWin32Classic and not Theme
11372           - Removed duplicate ThemeWin32Classic code
11373
11374 2005-09-20  Miguel de Icaza  <miguel@novell.com>
11375
11376         * Control.cs (ControlCollection.Add): If the value null is passed
11377         the control is ignored. 
11378
11379         Optimize this loop.
11380
11381 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com> 
11382
11383         * MenuAPI.cs: Replaced Application.Run() with a loop that tracks
11384           PostQuitMessage state.
11385         * XplatUIWin32.cs: Removed bogus PostQuitMessage P/Invoke with HWND arg
11386
11387 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com>
11388
11389         * Application.cs: Our constructor will never get called, move 
11390           initialization to fields; fixes bug #75933
11391
11392 2005-09-19 Hisham Mardam Bey <hisham.mardambey@gmail.com>
11393
11394         * FileDialog.cs :
11395                 - Allow files to be selected properly using file name
11396                 combo box.
11397                 - Add ability to change diretory (absolute / relative)
11398                 using file name combo box.
11399
11400 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
11401          
11402         * ListBox.cs: 
11403                 - Fixes Multicolumn listboxes item wrong calculations
11404                 - Allows to click when only one item is in the listbox
11405                 - Fixes crash when no items using keyboard navigation
11406
11407 2005-09-16  Alexander Olk  <alex.olk@googlemail.com>
11408
11409         * ComboBox.cs: Reverted almost everything from the latest patch which
11410           broke ComboBox
11411
11412 2005-09-16  Kazuki Oikawa <kazuki@panicode.com>
11413         
11414         * ToolTip.cs:
11415                 - Fixed #Mtd2 of ToolTipTest.RemoveToolTipTest.
11416         * ComboBox.cs:
11417                 - When DropDownStyle is Simple, it does not show scrollbar 
11418                 to the last item of the list.
11419                 - When DropDownStyle is Simple, it crashed when the list was 
11420                 scrolled down with the down cursor key.
11421                 - Fixed a bug that when DropDownStyle is DropDownList, the 
11422                 selected item was not shown.
11423                 - The position of the selected item was not preserved when 
11424                 the next dropdown happened.
11425         * ThemeWin32Classic.cs:
11426                 - Items were wrapped at the right end.
11427         * CheckedListBox.cs:
11428                 - Fixed Add method
11429         * ListBox.cs:
11430                 - Items should be fully shown.
11431                 - When resizing and vertical scrollbar disappeared, the item 
11432                 of index 0 should be on the top of the list.
11433                 - GetItemRectangle should consider the size of ver. scrollbar
11434         * StatusBar.cs:
11435                 - SizingGrip area should not be allocated when it is not 
11436                 displayed.
11437                 - Now it reflects MinWidth of the containing panel and 
11438                 fixed a crash that happens when its width becomes so small.
11439
11440 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
11441
11442         * CheckedListBox.cs: Fixes bug 76028
11443         * ListBox.cs: Fixes bug 76028
11444
11445 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
11446
11447         * ThemeWin32Classic.cs: Sets clipping on DataGridPaintRowsHeaders
11448         * DataGridDrawingLogic.cs: fixes issues with Datagrid drawing
11449
11450 2005-09-12  Jordi Mas i Hernandez <jordi@ximian.com>
11451
11452         * XplatUIX11.cs: fixes System.NullReferenceException in some situations
11453
11454 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
11455
11456         * IRootGridEntry.cs: Changed namespace to PropertyGridInternal 
11457
11458 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
11459
11460         * IRootGridEntry.cs: Added
11461         * PropertyGridCommands.cs: Added
11462         * PropertiesTab.cs: Added missing methods and property
11463         * PropertyGridView.cs: Made class internal
11464         * PropertyGridTextBox.cs: Made class internal
11465
11466 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
11467
11468         * MimeIcon.cs: Try to check some other environment variables
11469           if "DESKTOP_SESSION" returns "default"
11470
11471 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
11472
11473         * ThemeNice.cs: Corrected background colors (e.g. menus)
11474         * ColorDialog.cs: Use correct background colors for controls
11475
11476 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
11477
11478         * ThemeNice.cs: Merged r49535 from ThemeWin32Classic
11479
11480 2005-09-08  Peter Dennis Bartok  <pbartok@novell.com>
11481
11482         * RichTextBox.cs: Added initial implementation
11483         * lang.cs: Removed. Was accidentally checked in long time ago
11484         * TODO: Removed. Contents were obsolete
11485
11486 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
11487                                                                                 
11488         * PropertiesTab.cs : Added
11489
11490 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
11491                                                                                 
11492         * PropertyGrid.cs : Update
11493         * PropertyGridView.cs : Update
11494         * System.Windows.Forms.resx : Added images and strings
11495
11496 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com> 
11497
11498         * ThemeNice.cs: Do not dispose Pens retrieved from ResPool
11499  
11500 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com>
11501
11502         * XplatUIX11.cs: Force a flush after Ungrab; if case the app enters
11503           a busy loop right after the Ungrab the X11 display is otherwise 
11504           blocked
11505
11506 2005-09-06  Jordi Mas i Hernandez <jordi@ximian.com>
11507
11508         * ThemeWin32Classic.cs: Optimise the use of clipping
11509
11510 2005-09-05  Jordi Mas i Hernandez <jordi@ximian.com>
11511
11512         * DataGrid.cs: fixes recursion bug
11513
11514 2005-09-03  Alexander Olk  <alex.olk@googlemail.com>
11515
11516         * ThemeNice.cs: 
11517           - Draw RadioButton and CheckBox Buttons with DrawButtonBase
11518           - Cleanup
11519
11520 2005-09-02  Alexander Olk  <alex.olk@googlemail.com>
11521
11522         * ThemeNice.cs: Draw nice ProgressBars
11523
11524 2005-09-01  Miguel de Icaza  <miguel@novell.com>
11525
11526         * VScrollBar.cs: Another buglet found by Aaron's tool. 
11527
11528         * ProgressBar.cs: Fix three recursive bugs found by Aaron Tomb's
11529         bug finder.
11530
11531 2005-08-30  Alexander Olk  <alex.olk@googlemail.com>
11532
11533         * ThemeNice.cs:
11534           - Added nicer menu drawing
11535           - Updated DrawTab
11536           - some refactoring
11537
11538 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
11539
11540         * CreateParams.cs (ToString): Made output match MS
11541         * Control.cs (Text): Don't set Text or Focus via XplatUI unless 
11542             handle is already created (to avoid forcing window creation)
11543         * XplatUIX11.cs: Set window text to caption after creating window,
11544           in case Text was set before window was created
11545         * Form.cs: Use this.Text instead of a static string as caption
11546
11547 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
11548
11549         * NotifyIcon.cs: Don't set the window to visible; this screws
11550           up Win32 (causes WM_NCPAINT to be sent on Win32, which calls
11551           OnPaint without a bitmap)
11552         * XplatUIX11.cs: Removed Visible optimization in AddExpose; doesn't 
11553           happen very often anyway; we could add the check to the WM_PAINT 
11554           event generation code
11555
11556 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
11557
11558         * NotifyIcon.cs: Fill the icon area with a background color, to 
11559           avoid 'residue' when transparent icons are drawn
11560         * XplatUIX11.cs:
11561           - Handle whole_window == client_window when destroying windows
11562           - SystrayAdd(): Set client_window to whole_window value to
11563             get mouse and other events passed to NotifyIcon
11564
11565 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
11566
11567         * Form.cs: Set proper default for Opacity property
11568         * NotifyIcon.cs:
11569           - ShowSystray(): Don't bother creating telling the OS
11570             about the systray item if no icon is provided
11571           - Now handles WM_NCPAINT message to deal with whole/client window
11572             split
11573           - Create window as visible to not get caught by Expose optimization
11574         * Hwnd.cs: Removed debug message
11575         * ComboBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, TabControl.cs,
11576           StatusBar.cs, TreeView.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched 
11577             PaintEventStart/End to use new client argument
11578         * TextBoxBase.cs:
11579           - Commented out debug messages
11580           - Switched PaintEventStart/End to use new client argument
11581         * XplatUI.cs: Added client window bool to PaintEventStart()/
11582           PaintEventEnd() calls, to support drawing in non-client areas
11583         * XplatUIDriver.cs: 
11584           - Added client window bool to PaintEventStart()/PaintEventEnd() 
11585             calls, to support drawing in non-client areas
11586           - Added conditional compile to allow using MWF BeginInvoke 
11587             on MS runtime
11588         * XplatUIX11.cs:
11589           - Added some conditional debug output
11590           - Fixed SystrayAdd() method to support new (for SystrayAdd, anyway)
11591             whole/client window split
11592           - Implemented handling of client argument to PaintEventStart()/End()
11593         * Control.cs:
11594           - Throw exception if BeginInvoke() is called and the window handle
11595             or one of the window's parent handles is not created
11596           - Added conditional compile to allow using MWF BeginInvoke on
11597             MS runtime
11598           - get_Parent(): Only sets parent if handle is created. This avoids
11599             forcing window handle creation when parent is set.
11600           - Now fires Layout and Parent changed events in proper order
11601           - Switched to use Handle instead of window.Handle for Z-Order setting,
11602             the get_Parent() patch above causes us to possibly get null for 'window'
11603           - Implemented handling of client argument to PaintEventStart()/End()
11604           - Now reports back to windows that WM_SETCURSOR was handled (to avoid
11605             default handling)
11606           - Now sends a Refresh() to all child windows when Refresh() is called
11607
11608 2005-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
11609
11610         * Form.cs: Added (non-functional) Opacity property
11611         * XplatUIWin32.cs (SystrayAdd): Removed bogus line of code
11612
11613 2005-08-29  Alexander Olk  <xenomorph2@onlinehome.de>
11614         * ThemeNice.cs: New theme for MWF, based on ThemWin32Classic
11615           use export MONO_THEME=nice to activate it.
11616           Currently supported controls:
11617           - Button
11618           - ComboBox
11619           - ScrollBar
11620           - TabControl (TabAlignment.Top only, other will follow)
11621         * ThemeEngine.cs: Add theme nice
11622         * ButtonBase.cs: Redraw button on MouseEnter and MouseLeave everytime,
11623           if enabled
11624
11625 2005-08-25  Jonathan Chambers  <jonathan.chambers@ansys.com> 
11626
11627         * Splitter.cs: Resize docked control and its neighbor.
11628
11629 2005-08-24  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
11630         -- Making Windows with Menus layout correctly --
11631         * Form.cs : The first leg of the fix
11632                 Menu setter - adjust Client Size as needed to make space for the menu
11633                 SetClientSizeCore - doesn't call base version to be able to pass the 
11634                         menu handle to XplatUI.CalculateWindowRect
11635         * Hwnd.cs: Fix for menu_height, now gets from MenuAPI.MENU
11636         * XplatUIX11.cs: The critical second leg of the fix
11637                 GetWindowPos needs to use a recalculated client_rect
11638                 so that resizing the window doesn't break layout of child controls. 
11639                 Also a more complete rule to avoid X Server roundtrips in SetWindowPos
11640                 Lots of \t\n killed
11641
11642 2005-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11643
11644         * Label.cs: Now properly recalculates width and height on Font and Text
11645           changes if AutoSize is set
11646
11647 2005-08-19  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
11648         * TreeView.cs : Revamped drawing logic, and support for FullRowSelect
11649
11650 2005-08-19  Jordi Mas i Hernandez <jordi@ximian.com>
11651
11652         * ImageList.cs: Makes ToString method compatible with MS
11653
11654 2005-08-18  Jordi Mas i Hernandez <jordi@ximian.com>
11655
11656         * MenuAPI.cs: fixes bug 75716
11657
11658 2005-08-11 Umadevi S <sumadevi@novell.com>
11659         * Control.cs: Fixed Remove & RemoveAt to make the parent of the control null.
11660
11661 2005-08-11 Umadevi S <sumadevi@novell.com>
11662         * Contorl.cs: Fixed ResetRightToLeft and ResetImeMode to work correctly
11663
11664 2005-08-10  Umadevi S <sumadevi@novell.com>
11665         * CheckedListBox.cs: Fixed event firing on Adding to the CheckedListBox
11666
11667 2005-08-07  Jordi Mas i Hernandez <jordi@ximian.com>
11668
11669         * Menu.cs: fixes bug 75700
11670         * MenuAPI.cs: fixes navigation issues
11671
11672 2005-08-09  Umadevi S <sumadevi@novell.com>
11673         * CheckedListBox.cs - simple fix for GetItemChecked.
11674
11675 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
11676
11677         * ComboBox.cs: Serveral fixes
11678         * ListBox.cs: Serveral fixes
11679
11680 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
11681
11682         * ComboBox.cs: Fixes FindString methods and GetItemHeight
11683         * ListBox.cs: Fixes FindString methods
11684
11685 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
11686
11687         * DataGrid.cs: fixes bugs exposed by new tests
11688
11689 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com> 
11690
11691         * Mime.cs: Compile Mono assembly references only if compiling
11692           with Mono (Allows to build with VS.Net again)
11693
11694 2005-07-28  Marek Safar  <marek.safar@seznam.cz>
11695
11696         * Control.cs (PaintControlBackground): Draw background image
11697         corrrectly.
11698         (CheckForIllegalCrossThreadCalls): Stubbed.
11699         
11700         * Form.cs (OnCreateControl): Center when should be centered.
11701         
11702         * ThemeWin32Classic.cs (DrawPictureBox): Pass size.
11703
11704 2005-07-19  Jordi Mas i Hernandez <jordi@ximian.com>
11705
11706         * Binding.cs: Binding to properties should be case unsensitive
11707
11708 2005-07-18 vlindos@nucleusys.com
11709
11710         * DataGrid.cs: fixes setmember order
11711
11712 2005-07-07  Alexander Olk  <xenomorph2@onlinehome.de>
11713
11714         * MimeIcon.cs: added MimeIcon stuff (MimeIconEngine)
11715         * FileDialog.cs: FileDialog is now resizable and uses the new
11716           MimeIconEngine
11717
11718 2005-07-06  Jordi Mas i Hernandez <jordi@ximian.com>
11719
11720         * DataGridTextBoxColumn.cs: default value
11721         * GridColumnStylesCollection.cs: fixes event firing, checking MappingName
11722         * GridTableStylesCollection.cs: fixes checking MappingName
11723         * DataGridDrawingLogic.cs: fixes drawing logic issues
11724         * DataSourceHelper.cs: rewritten to make compatible with more data sources
11725         * DataGrid.cs: fixes    
11726
11727 2005-07-06  Alexander Olk  <xenomorph2@onlinehome.de>
11728
11729         * MimeGenerated.cs: Use case sensitive comparer for
11730           NameValueCollections
11731
11732 2005-07-01  Jordi Mas i Hernandez <jordi@ximian.com>
11733
11734         * DataGridTextBoxColumn.cs: bug fixes, code refactoring 
11735         * ThemeWin32Classic.cs: bug fixes, code refactoring
11736         * DataGridDrawingLogic.cs:  bug fixes, code refactoring
11737         * DataGrid.cs: bug fixes, code refactoring
11738         * DataGridTextBox.cs: bug fixes, code refactoring
11739         * DataGridColumnStyle.cs:  bug fixes, code refactoring
11740         * Theme.cs:  bug fixes, code refactoring
11741
11742 2005-07-01  Peter Bartok  <pbartok@novell.com> 
11743
11744         * TextControl.cs: Quick fix for the reported crash on ColorDialog
11745           and other text box usage
11746
11747 2005-07-01  Jackson Harper  <jackson@ximian.com>
11748
11749         * TabControl.cs: Make sure the bottom of the tab covers the pages
11750         border.
11751
11752 2005-06-30  Peter Bartok  <pbartok@novell.com> 
11753
11754         * Form.cs (ShowDialog): Assign owner of the dialog
11755         * TextBoxBase.cs: Always refresh caret size when deleting, caret
11756           might have been moved to a tag with different height
11757
11758 2005-06-30  Jackson Harper  <jackson@ximian.com>
11759
11760         * Form.cs: Don't create an infinite loop when setting focus
11761         * MenuItem.cs: Don't dirty the parents if we don't have any
11762
11763 2005-06-29  Ben Maurer  <bmaurer@ximian.com>
11764
11765         * LibSupport.cs: Rename
11766
11767 2005-06-29  Peter Bartok  <pbartok@novell.com>
11768
11769         * TextBoxBase.cs: Re-align caret after deleting a character
11770         * TextControl.cs:
11771           - DeleteChars(): Ensure that tag covers the provided position
11772           - StreamLine(): Drop reference for dropped tag
11773
11774 2005-06-29  Peter Bartok  <pbartok@novell.com> 
11775
11776         * TextControl.cs: 
11777           - Selections now work properly, anchoring at the initial location
11778             and properly extending in either direction (SetSelectionToCaret(),
11779             SetSelectionStart() and SetSelectionEnd())
11780           - No longer redraws the whole control on selection change, now
11781             calculates delta between previous and new selection and only
11782             invalidates/redraws that area
11783           - Fixed FindPos() math off-by-one errors
11784           - Changed DeleteChars() to verify the provided tag covers the
11785             provided position, selections may have a tag that doesn't cover
11786             the position if the selection is at a tag border
11787           - Fixed off-by-one errors in DeleteChars()
11788           - Added missing streamlining check in DeleteChars() to remove
11789             zero-length tags
11790           - Implemented Invalidate() method, now properly calculates exposures
11791             between two given lines/positions
11792           - Implemented SetSelection()
11793           - Obsoleted and removed FixupSelection()
11794           - Improved RecalculateDocument() logic, removing code duplication
11795
11796 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11797
11798         * LibSupport.cs: changes to match different input/output arguments.
11799
11800 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11801
11802         * LibSupport.cs: added libsupport.so init routine.
11803
11804 2005-06-29  Jordi Mas i Hernandez <jordi@ximian.com>
11805         
11806         * ControlBindingsCollection.cs
11807                 - Throws an exception on null datasource when adding
11808                 - Checks for duplicated bindings when adding
11809
11810 2005-06-28  Jackson Harper  <jackson@ximian.com>
11811
11812         * TreeView.cs (OnKeyDown): Support left and right properly
11813         (navigates as well as expanding and collapsing.
11814         - Add support for Multiply, this expands all the selected nodes
11815         children.
11816         - Fix some tabbing.
11817
11818 2005-06-28  Jackson Harper  <jackson@ximian.com>
11819
11820         * TreeView.cs: Implement keyboard navigation, currently supports,
11821         LEFT, RIGHT, UP, DOWN, PGUP, PGDOWN, HOME, END, ADD, SUBTRACT. Add
11822         support for toggling checkboxes with the space bar.
11823
11824 2005-06-28  Jackson Harper  <jackson@ximian.com>
11825
11826         * OpenTreeNodeEnumerator.cs: Don't move past the begining of the
11827         tree.
11828
11829 2005-06-28  Jackson Harper  <jackson@ximian.com>
11830
11831         * TreeView.cs: Add missing event.
11832
11833 2005-06-27  Peter Bartok  <pbartok@novell.com> 
11834
11835         * TextControl.cs:
11836           - Made line ending size configurable (now allows for counting 
11837             lineendings as \n or \r\n)
11838           - Added margin to viewport to keep caret visible on right side
11839           - Fixed translation routines for line/pos to documentpos to consider
11840             cr/lf when counting (Fixes RichTextBox.SelectionFont issues)
11841           - Fixed some line-endings to be unix style
11842           - Fixed Document.FormatText to perform it's calculations 1-based
11843           - Added descriptions for a few methods that might otherwise get 
11844             used wrong
11845           - Added NOTE section with some basic conventions to remember at 
11846             the top of the file
11847           - Major fixup for RichTextBox selection drawing:
11848             * Fixed crashes when multiple tags on a single line were selected
11849             * fixed selection box drawing not overlaying text
11850             * fixed bogus offset calculation for tags not starting at index 1
11851             * Switched behaviour from using multiple Substrings of a 
11852               StringBuilder.ToString() to using multiple 
11853               StringBuilder.ToString(start, length) statements, hoping this is
11854               faster (kept original version commented out in the code, in case
11855               original version was faster)
11856         * TextBox.cs (set_TextAlignment): TextBox always needs to wrap if 
11857           alignment != Left
11858         * TextBoxBase.cs (CalculateDocument): Made protected so RichTextBox can
11859           call it as well
11860
11861 2005-06-27  Jackson Harper  <jackson@ximian.com>
11862
11863         * TabControl.cs: Move to the left and right with the arrow
11864         keys. These keys don't cycle beyond first and last like
11865         tab. Refresh all the tabs when scrolling them to the left or
11866         right.
11867
11868 2005-06-27  Jackson Harper  <jackson@ximian.com>
11869
11870         * TabControl.cs:
11871           - ToString: Added method
11872           - CreateParams: Remove TODO and comment
11873           - OnKeyDown: Cycle through bounds properly.
11874           - SelectedIndex: Scroll to the right or left if we need to
11875           display the newly selected tab.
11876
11877 2005-06-23  Jackson Harper  <jackson@ximian.com>
11878
11879         * TabControl.cs: Stay in bounds when cycling. Make sure Handled is
11880         set.
11881
11882 2005-06-23  Jackson Harper  <jackson@ximian.com>
11883
11884         * TabControl.cs: Keyboard handling. We now support CTRL-TAB,
11885         CTRL-SHIFT-TAB, and HOME, END are there any others?
11886
11887 2005-06-23  Jackson Harper  <jackson@ximian.com>
11888
11889         * XplatUIX11.cs: Get the modifier keys from the keyboard driver.
11890
11891 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
11892         
11893         * DataGridTextBoxColumn.cs: fixes and enhancements
11894         * ThemeWin32Classic.cs: fixes and enhancements
11895         * DataGridBoolColumn.cs:  fixes and enhancements
11896         * DataGridDrawingLogic.cs:  fixes and enhancements
11897         * CurrencyManager.cs: fixes and enhancements
11898         * DataGrid.cs: fixes and enhancements
11899         * DataGridColumnStyle.cs:  fixes and enhancements
11900
11901 2005-06-22  Jackson Harper  <jackson@ximian.com>
11902
11903         * TabControl.cs: Add some missing methods that just call into the
11904         base. Make the TabPageCollection's IList interface behave in the
11905         same manner as the MS implementation.
11906
11907 2005-06-22  Peter Bartok  <pbartok@novell.com> 
11908
11909         * TextControl.cs: Added sanity check
11910         * TextBoxBase.cs: 
11911           - Fixed wrapping behaviour, don't set wrap on single line controls
11912             (this fixes the breakage of colordialog introduced in an earlier
11913              checkin)
11914           - Added rudimentary support for autoscrolling right-aligned controls
11915             (still needs fixing, also, center alignment scroll is missing)
11916
11917 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
11918         
11919         * ScrollBar.cs: Fixes thumbpos on Maximum values
11920
11921 2005-06-21  Jonathan Chambers <jonathan.chambers@ansys.com>
11922         
11923         * PropertyGridView.cs: Pass context information to UITypeEditors 
11924
11925 2005-06-21  Peter Bartok  <pbartok@novell.com> 
11926
11927         * TextBoxBase.cs:
11928           - Now calling PositionCaret with absolute space coordinates
11929           - Enabled vertical scrolling
11930           - Better tracking of scrollbar changes, tied into WidthChange
11931             event
11932           - Improved cursor tracking
11933           - Removed debug output
11934         * TextControl.cs:
11935           - PositionCaret coordinates are now works in absolute space, not 
11936             the canvas
11937           - Improved tracking of document size
11938           - Added events for width and height changes
11939
11940 2005-06-21  Peter Bartok  <pbartok@novell.com>
11941
11942         * Form.cs: Set focus to active control when form is activated
11943         * TextControl.cs: 
11944           - Added word-wrap functionality to RecalculateLine() 
11945           - Added some short function descriptions for VS.Net to aid in
11946             writing dependent controls
11947           - Added Caret property, returning the current coords of the caret
11948           - Added ViewPortWidth and ViewPortHeight properties
11949           - Added Wrap property
11950           - Added CaretMoved event
11951           - Removed some old debug code
11952           - Split() can now create soft splits
11953           - Added PreviousTag()/NextTag() to allow walking "tag-lists"
11954           - Added method to format existing text
11955           - Fixed size/alignment calculations to use viewport
11956           - RecalculateDocument now can handle changing line-numbers while
11957             calculating lines
11958
11959         * TextBox.cs:
11960           - Added some wrap logic, we don't wrap if alignment is not left
11961           - Added casts for scrollbar var, base class switched types to
11962             also support RichTextBoxA
11963           - Implemented handling of scrollbar visibility flags
11964
11965         * TextBoxBase.cs:
11966           - Switched scrollbars type to RichTextBoxScrollBars to support
11967             RichTextBox
11968           - Added tracking of canvas width/height
11969           - Switched scrollbars to be not selectable (to keep focus on text)
11970           - Added central CalculateDocument() method to handle all redraw
11971             requirements
11972           - Added ReadOnly support
11973           - Added WordWrap support
11974           - Fixed handling of Enter key (we now treat it as a DialogKey)
11975           - Fixed caret positioning when h or v scroll is not zero
11976           - Fixed placing/generation of vertical scrollbar
11977           - Added CalculateScrollBars() method to allow updating scrollbar
11978             limits and visibility
11979           - Fixed handling of horizontal scroll
11980           - Added handling of vertical scroll
11981           - Implemented auto-'jump' when caret moves to close to a left or
11982             right border and there is text to be scrolled into view (currently
11983             there's the potential for a stack overflow, until a bug in
11984             scrollbar is fixed)
11985
11986 2005-06-21  Geoff Norton  <gnorton@customerdna.com>
11987         
11988         * XplatUIOSX.cs: Initial implementation of WM_ERASEBKGND
11989
11990 2005-06-19  Alexander Olk  <xenomorph2@onlinehome.de>
11991
11992         * Mime.cs:
11993         - added inodes.
11994         - return application/x-zerosize for files with size zero
11995           (if no extension pattern matches).
11996         - check matches collection for strings too.
11997         - return only the first mime type if the name value
11998           collection has more than one mime type.
11999
12000 2005-06-18  Jonathan Chambers <jonathan.chambers@ansys.com>
12001         
12002         * PropertyGrid.cs: Cleaned up some TODOs
12003         * PropertyGridView.cs: Added support for UITypeEditors
12004
12005 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
12006         
12007         * DataGrid.cs: clears cached value
12008
12009 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
12010
12011         * DataGridTextBoxColumn.cs: new rows, speed improvements, fixes, readonly prop.
12012         * DataGridDrawingLogic.cs: new rows, speed improvements, fixes, readonly prop.
12013         * DataGrid.cs: new rows, speed improvements, fixes, readonly prop.
12014         * DataGridColumnStyle.cs: new rows, speed improvements, fixes, readonly prop.
12015         
12016 2005-06-16  Jordi Mas i Hernandez <jordi@ximian.com>
12017
12018         * ThemeWin32Classic.cs: fixes colour
12019
12020 2005-06-15  Peter Bartok  <pbartok@novell.com>
12021
12022         * MWFCategoryAttribute.cs: Added (Needed for PropertyGrid designer support)
12023         * MWFDescriptionAttribute.cs: Added (Needed for PropertyGrid designer support)
12024         * ButtonBase.cs: Added MWFCategory and MWFDescription attributes
12025         * Control.cs: Added some MWFCategory and MWFDescription attributes
12026         * ScrollBar.cs: Added some MWFCategory and MWFDescription attributes
12027
12028 2005-06-15  Alexander Olk  <xenomorph2@onlinehome.de>
12029
12030         * Mime.cs, MimeGenerated.cs: First draft of MWF mime stuff, see Mime.cs for
12031         usage
12032
12033 2005-06-14  Jordi Mas i Hernandez <jordi@ximian.com>
12034
12035         * DataGridTextBoxColumn.cs: default datagrid settings for Default Styles, fixes
12036         * DataGridTableStyle.cs: default datagrid settings for Default Styles, fixes
12037         * DataGridDrawingLogic.cs: default datagrid settings for Default Styles, fixes
12038         * DataGridBoolColumn.cs: default datagrid settings for Default Styles, fixes
12039         * DataGrid.cs: default datagrid settings for Default Styles, fixes
12040         * DataGridColumnStyle.cs: default datagrid settings for Default Styles, fixes
12041
12042 2005-06-13  Jackson Harper  <jackson@ximian.com>
12043
12044         * XplatUIX11.cs: Override SetAllowDrop on X11 so an error message
12045         isn't printed when the user enables dropping. (X11 does accept
12046         drops).
12047         
12048 2005-06-13  Jackson Harper  <jackson@ximian.com>
12049
12050         * TreeView.cs: Remove some TODOS.
12051
12052 2005-06-13  Jackson Harper  <jackson@ximian.com>
12053
12054         * Form.cs: Hook into the mdi framework.
12055         * MdiClient.cs: Use the base control collections add method so
12056         parents get setup correctly. Set the default back colour and dock
12057         style.
12058         * MdiChildContext.cs: New class, this bad actor handles an
12059         instance of an MDI window. Right now there is only basic
12060         support. You can drag, close, and resize windows. Minimize and
12061         Maximize are partially implemented.
12062
12063 2005-06-13  Jackson Harper  <jackson@ximian.com>
12064
12065         * XplatUIX11.cs: Mash numbers together properly, otherwise we get
12066         freaky when both vals are negative. NOTE: There are probably other
12067         places in XplatUIX11 that this needs to be done.
12068
12069 2005-06-13  Jordi Mas i Hernandez <jordi@ximian.com>
12070
12071         * DataGrid.cs: implement missing methods, move KeyboardNavigation
12072         * DataGridColumnStyle.cs: fixes signature
12073
12074 2005-06-12  Jackson Harper  <jackson@ximian.com>
12075
12076         * XplatUIX11.cs: Use sizing cursors similar to the ones on
12077         windows.
12078
12079 2005-06-11  Jackson Harper  <jackson@ximian.com>
12080
12081         * StatusBarPanel.cs: Signature cleanups. Implement
12082         BeginInit/EndInit.
12083
12084 2005-06-10  Jordi Mas i Hernandez <jordi@ximian.com>
12085
12086         * DataGridTextBoxColumn.cs: Honors aligment
12087         * GridColumnStylesCollection.cs: Contains is case unsensitive
12088         * GridTableStylesCollection.cs: several fixes
12089         * DataGridTableStyle.cs: default column creation
12090         * DataGridDrawingLogic.cs: fixes
12091         * CurrencyManager.cs: ListName property
12092         * DataGrid.cs: multiple styles support
12093         * DataGridColumnStyle.cs: fixes
12094         
12095
12096 2005-06-10  Peter Bartok  <pbartok@novell.com>
12097
12098         * Control.cs(Select): Moved SetFocus call to avoid potential
12099           loops if controls change the active control when getting focus
12100         * UpDownBase.cs: Fixes to allow proper keyboard focus after clicking
12101           the up/down buttons
12102
12103 2005-06-10  Matthias Felgner  <matthiasf@voelcker.ocm>
12104
12105         * ImageListConverter.cs: Implemented
12106
12107 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
12108
12109         * MonthCalendar.cs: Wired in NumericUpDown control for year
12110
12111 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
12112
12113         * MonthCalendar.cs: Removed MonoTodo attributes on Click and
12114           DoubleClick events, since they are not meant to be fired.
12115
12116 2005-06-09  Peter Bartok  <pbartok@novell.com>
12117
12118         * UpDownBase.cs, NumericUpDown.cs, DomainUpDown.cs: Integrated
12119           Jonathan's standalone controls into MWF, implemented missing
12120           events, attributes and methods; added xxxAccessible classes
12121         * AccessibleObject.cs: Made fields internal so other classes
12122           can change them if needed
12123
12124 2005-06-09  Jonathan Gilbert  <2a5gjx302@sneakemail.com>
12125
12126         * UpDownBase.cs: Complete implementation
12127         * NumericUpDown.cs: Complete implementation
12128         * DomainUpDown.cs: Complete implementation
12129
12130 2005-06-09  Jordi Mas i Hernandez <jordi@ximian.com>
12131
12132         * DataGridTextBoxColumn.cs: drawing fixes
12133         * DataGridCell.cs: fixes ToString method to match MSNet
12134         * DataGridTableStyle.cs: fixes
12135         * DataGridBoolColumn.cs: fixes, drawing
12136         * DataGridDrawingLogic.cs: fixes, new methods
12137         * DataGridTextBox.cs: Keyboard and fixes
12138         * DataGrid.cs:
12139                 - Keyboard navigation
12140                 - Scrolling fixes
12141                 - Row selection (single, multiple, deletion, etc)
12142                 - Lots of fixes
12143         
12144 2005-06-07  Jackson Harper  <jackson@ximian.com>
12145
12146         * ThemeWin32Classic.cs: Clear the background area when drawing
12147         buttons.
12148
12149 2005-06-06  Peter Bartok  <pbartok@novell.com>
12150
12151         * ImageListStreamer.cs: Fixed signature for GetData
12152         * CheckBox.cs: Fixed base class for CheckBoxAccessibleObject
12153         * ComboBox.cs:
12154           - Added missing ChildAccessibleObject class
12155           - Added missing OnXXXFocus overrides, switched to using those
12156             instead of the event handler
12157         * Control.cs:
12158           - Added Parent property for ControlAccessibleObject
12159           - Fixed signatures
12160           - Fixed attributes
12161           - Added ResetBindings()
12162         * ListBindingConverter.cs: Implemented some methods
12163         * ButtonBase.cs: Added missing ButtonBaseAccessibleObject class
12164         * ImageList.cs: Implemented basic handle scheme, removed TODOs
12165         * ContainerControl.cs: Fixed signature, now subscribing to the
12166           ControlRemoved event instead of overriding the handler, LAMESPEC
12167         * CurrencyManager.cs: Added missing attribute
12168         * MonthCalendar.cs: Added missing properties
12169
12170 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
12171
12172         * DataGridColumnStyle.cs: fixes for DataGridColumnStyle
12173         
12174 2005-06-06  Gaurav Vaish and Ankit Jain
12175
12176         * DataSourceHelper.cs: Gaurav Vaish and Ankit Jain patch for databinding
12177         * DataGrid.cs: Gaurav Vaish and Ankit Jain patch for databinding
12178         
12179 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
12180
12181         * Control.cs: fixes CreateParams Width / Height.
12182
12183 2005-06-05  Peter Bartok  <pbartok@novell.com>
12184
12185         * Win32DnD.cs: Removed compilation warnings
12186
12187 2005-06-05  Peter Bartok  <pbartok@novell.com>
12188
12189         * Control.cs (CreateParams): Since we don't know if one of the
12190           properties we use is overridden, lets make sure if we fail accessing
12191           we continue with a backup plan
12192
12193 2005-06-05  Peter Bartok  <pbartok@novell.com>
12194
12195         * Win32DnD.cs:
12196           - Removed debug output
12197           - Added MarshalAs attribute to ensure proper marshalling of FORMATETC
12198             struct
12199           - Plugged resource leak
12200         * XplatUIStructs.cs: Changed ClipboardFormats size to ushort, to match
12201           MS size
12202
12203 2005-06-05  Peter Bartok  <pbartok@novell.com>
12204
12205         * XplatUIWin32.cs: Removed DnD code
12206         * Win32DnD.cs: Implemented drop source and drop target functionality
12207
12208 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12209
12210         * UpDownBase.cs: remove duplicate addition of event, enable some code
12211         that was commented out.
12212         * NumericUpDown.cs: added missing attributes and Hexadecimal property.
12213         Validate input when a key is pressed. It works fine now for every
12214         combination of Hexadecimal. Only missing some drawing love when sharing
12215         space with other controls.
12216
12217 2005-06-04  Peter Bartok  <pbartok@novell.com>
12218
12219         * Control.cs:
12220           - We need to pass a window for DragDrop, so enable callback events
12221           - Added DnD callback events when being a DragSource
12222         * XplatUI.cs (StartDrag): Added window handle argument
12223         * XplatUIDriver.cs (StartDrag): Added window handle argument
12224         * QueryContinueDragEventArgs: Made fields internally accessible so
12225           drivers can set them
12226         * GiveFeedbackEventArgs: Made fields internally accessible so drivers
12227           can set them
12228
12229 2005-06-03  Jordi Mas i Hernandez <jordi@ximian.com>
12230
12231         * DataGridTextBoxColumn.cs: column text editing
12232         * DataGridTableStyle.cs: Respect columns styles created by the user
12233         * DataGridDrawingLogic.cs: lots of drawing fixes and enhanments
12234         * DataGridBoolColumn.cs: bool column editing
12235         * DataGrid.cs: fixes to scrolling, properties, etc
12236         * DataGridTextBox.cs: handle keyboard
12237         * DataGridColumnStyle.cs: fixes
12238
12239 2005-06-02  Jackson Harper  <jackson@ximian.com>
12240
12241         * ImageListStreamer.cs: Somewhat broken implementation of
12242         GetObjectData. The RLE needs some work to match MS properly.
12243
12244 2005-06-02  Jackson Harper  <jackson@ximian.com>
12245
12246         * X11Dnd.cs: Attempting to keep at least one file in MWF
12247         monostyled.
12248
12249 2005-06-02  Peter Bartok  <pbartok@novell.com>
12250
12251         * X11DnD.cs: Use Marshal.SizeOf instead of sizeof, no /unsafe required
12252           that way
12253
12254 2005-06-02  Peter Bartok  <pbartok@novell.com>
12255
12256         * Control.cs: Removed MonoTODO from DoDragDrop and added call to Xplat
12257         * XplatUI.cs: Added DoDragDrop() method
12258         * XplatUIDriver.cs: Added DoDragDrop() method
12259
12260 2005-06-02  Jackson Harper  <jackson@ximian.com>
12261
12262         * Splitter.cs: Implement BorderStyle.
12263
12264 2005-06-02  Jackson Harper  <jackson@ximian.com>
12265
12266         * XplatUIX11.cs: Tie into the X11Dnd subsystem.
12267         * X11Dnd.cs: New file. A subsystem that handles drag and drop on
12268         X11 using XDND.
12269
12270 2005-06-02  Peter Bartok  <pbartok@novell.com>
12271
12272         * DataObject.cs:
12273           - Added Data setter
12274           - Fixed broken insertion code for SetData, now also
12275             overwrites any existing entry of the same format name
12276         * Hwnd.cs: Added list of pointers that automatically gets
12277           freed when the window is disposed
12278         * XplatUI.cs: Call driver initialization method when loading
12279           a driver
12280         * Control.cs:
12281           - OnDragLeave takes EventArgs, not DragEventArgs
12282           - Added setting of WS_EX_ACCEPTFILES style when dropping is
12283             supported
12284           - Forces style update when drop state changes
12285         * XplatUIWin32.cs: Implemented Drag'n'Drop (as good as possible,
12286           not perfect since we cannot (yet) call the IDataObject.GetData()
12287           method, we keep getting 0x80004005 error, dunno why)
12288
12289 2005-06-02  Peter Bartok  <pbartok@novell.com>
12290
12291         * DragEventArgs.cs: Make fields internal so we can cache the
12292           object and re-set the fields from XplatUI
12293
12294 2005-06-02  Jackson Harper  <jackson@ximian.com>
12295
12296         * Control.cs: Add some internal methods so the DnD subsystem can
12297         raise DnD events. Also call into the driver when AllowDrop is set.
12298         * XplatUI.cs:
12299         * XplatUIDriver.cs: New method for setting whether or not a window
12300         is allowed to accept drag and drop messages.
12301                 
12302 2005-06-01  Jordi Mas i Hernandez <jordi@ximian.com>
12303         
12304         * ScrollBar.cs: Make sure that values sent in Scroll events
12305         are always between Maximum and Minimum.
12306
12307 2005-06-01  Marek Safar  <marek.safar@seznam.cz>
12308
12309         * Menu.cs: Call MenuChanged when menuitem visibility has been
12310         changed.
12311         * MenuItem.cs: Rebuild menu when item is (not) visible.
12312         * MainMenu.cs: MainMenu has special MenuChanged.
12313         * Theme.cs: Caption and FrameBorderSize are not fixed.
12314         * XplatUI.cs: Added CaptionHeight,FrameBorderSize.
12315         * XplatUIDriver.cs: Introduced Caption and FrameBorderSize.
12316         * XplatUIX11.cs,
12317         * XplatUIOSX: Caption and FrameBorderSize not implemented yet.
12318         * XplatUIWin32.cs: Get Caption and FrameBorderSize from system.
12319
12320 2005-05-30  Jackson Harper  <jackson@ximian.com>
12321
12322         * DataFormat.cs: We can't statically initialize this stuff because
12323         it calls into the xplatui and could create a loop. So we lazy init
12324         it.
12325
12326 2005-05-28  Jackson Harper  <jackson@ximian.com>
12327
12328         * Control.cs: Proper implementation of Product(Name/Version).
12329
12330 2005-05-27  Jackson Harper  <jackson@ximian.com>
12331
12332         * DataObject.cs: Dont crash if no data is found.
12333
12334 2005-05-26  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
12335         * MdiClient.cs: Add missing Localizable attribute to BackgroundImage property
12336                 as per status page, guessing it should be set to true
12337
12338 2005-05-26  Jordi Mas i Hernandez <jordi@ximian.com>
12339
12340         * DataGridTextBoxColumn.cs: Draws text and basic text formatting
12341         * DataGridTableStyle.cs: set proper formatting text, def header text
12342         * ThemeWin32Classic.cs: new themable paramaters
12343         * DataGridBoolColumn.cs: paint check box, get data, fixes
12344         * DataGridDrawingLogic.cs: huge improvements in painting, fixes, new methods
12345         * DataGrid.cs: fixes properties, implements vertical and horizontal scrolling
12346         * DataGridColumnStyle.cs: fixes
12347         * Theme.cs: new themable paramaters
12348                 
12349 2005-05-26  Peter Bartok  <pbartok@novell.com>
12350
12351         * ContainerControl.cs: Pass AdjustFormScrollbars() call on to base
12352
12353 2005-05-24 Jonathan S. Chambers <jonathan.chambers@ansys.com>
12354         * Control.cs: Fixed LowOrder and HighOrder to preserve sign.
12355
12356 2005-05-24  Peter Bartok  <pbartok@novell.com>
12357
12358         * OpenFileDialog.cs, Form.cs, Menu.cs, GroupBox.cs, UserControl.cs,
12359           Label.cs, DataGridTextBoxColumn.cs, PropertyGrid.cs, ErrorProvider.cs
12360           Splitter.cs, Control.cs, FontDialog.cs, TabPage.cs,
12361           FolderBrowserDialog.cs, HelpProvider.cs, DataGridTableStyle.cs,
12362           NotifyIcon.cs, FileDialog.cs, ListView.cs, SaveFileDialog.cs,
12363           ToolBarButton.cs, ImageList.cs, DataGridBoolColumn.cs, Panel.cs,
12364           DataGrid.cs, DataGridTextBox.cs, ListBox.cs, TrackBar.cs,
12365           AxHost.cs, TabControl.cs, ScrollableControl.cs, ToolBar.cs,
12366           DataGridColumnStyle.cs, PictureBox.cs, DateTimePicker.cs,
12367           StatusBar.cs, MonthCalendar.cs, TreeView.cs: Added
12368           missing attributes, etc
12369         * DataGridPreferredColumnWidthTypeConverter.cs: Added
12370
12371 2005-05-24  Peter Bartok  <pbartok@novell.com>
12372
12373         * Help.cs: Added, implemented trivial functions, throws up MessageBox
12374           when user tries to get help
12375         * DataObject.cs, DataFormats.cs, LinkArea.cs,
12376           SelectionRangeConverter.cs, Clipboard.cs : Removed unused variables
12377           to suppress warnings
12378         * XplatUIWin32.cs, XplatUIOSX.cs, XplatUIX11.cs: Removed unused code to
12379           avoid unreachable code warning
12380
12381 2005-05-20  Peter Bartok  <pbartok@novell.com>
12382
12383         * CursorConverter.cs (ConvertTo): Switched to use Cursor.GetObjectData
12384
12385 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
12386
12387         * DataGridTextBoxColumn.cs: Basic painting methods
12388         * DataGridTableStyle.cs: Set table style in the column
12389         * ThemeWin32Classic.cs: Use Theme for colors
12390         * DataGridDrawingLogic.cs: Implement more drawing
12391         * DataGrid.cs: drawing, theming, enhacements, fixes
12392         * DataGridColumnStyle.cs: fixes, drawing
12393         * Theme.cs: theming for Datagrid
12394
12395 2005-05-20  Peter Bartok  <pbartok@novell.com>
12396
12397         * Cursor.cs: Implemented GetObjectData() method
12398
12399 2005-05-20  Peter Bartok  <pbartok@novell.com>
12400
12401         * Cursors.cs: Added setting of cursor name
12402         * Cursor.cs:
12403           - Implemented constructors
12404           - Implemented Draw and DrawStretched
12405           - Implemented Current property
12406           - Implemented == and != operators
12407           - Implemented Dispose()
12408           - Implemented ToString
12409           - Added missing attributes
12410         * XplatUIX11.cs:
12411           - Added missing reset for OverrideCursor when DoEvents is called
12412           - Fixed creation of cursor, logic was wrong
12413         * XplatUIWin32.cs:
12414           - Added missing reset for OverrideCursor when DoEvents is called
12415           - Fixed creation of cursor, bit arrays were swapped
12416         * Clipboard.cs: Removed obsolete MonoTODO attribute
12417
12418 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
12419
12420         * ComboBox.cs: fixes OnSelectedItemChanged
12421         * ControlBindingsCollection.cs: fixes item range check
12422
12423 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
12424
12425         * UpDownBase.cs:
12426                 - Calc preferred height properly
12427                 - Implement missing properties
12428                 
12429         * NumericUpDown.cs: Implement missing events
12430
12431 2005-05-19  Jackson Harper  <jackson@ximian.com>
12432
12433         * TabControl.cs: New method that resizes the tab pages before
12434         redrawing them. This as needed as the control is double buffered
12435         and sizing will not be recalculated unless ResizeTabPages is
12436         called.
12437         * TabPage.cs: Set base.Text instead of Text in the constructor so
12438         that UpdateOwner does not get called. Use the new Redraw method of
12439         TabControl instead of Refresh so the sizing is recalculated.
12440         * ThemeWin32Classic.cs: Draw the text for button tabs.
12441
12442 2005-05-19  Jackson Harper  <jackson@ximian.com>
12443
12444         * Control.cs: Paint control background images. Fix typo where
12445         PaintControlBackground was not getting called correctly.
12446
12447 2005-05-19  Peter Bartok  <pbartok@novell.com>
12448
12449         * ScrollableControl.cs (DisplayRectangle): Undid my last change until
12450           I can investigate, apparently I broke FileDialog
12451
12452 2005-05-19  Marek Safar  <marek.safar@seznam.cz>
12453
12454         * AxHost.cs: Some simple properties.
12455         * Control.cs: window must be accessible after ctor.
12456         * Form.cs: Added TransparencyKey property.
12457         * TextBoxBase.cs: Implemented Clear. Text property can be null.
12458         * XplatUIWin32.cs: SetBorderStyle implemented.
12459
12460 2005-05-18  Peter Bartok  <pbartok@novell.com>
12461
12462         * DataObject.cs: Entries are not global but particular to the
12463           DataObject, now it behaves that way
12464         * XplatUIWin32.cs: Implemented Clipboard methods
12465         * Clipboard.cs: Implemented
12466         * ScrollableControl.cs (DisplayRectangle): Fixed calculation
12467         * XplatUIOSX.cs: Updated to final clipboard prototypes
12468         * XplatUIX11.cs: Implemented Clipboard methods
12469         * XplatUIDriver.cs: Updated to final clipboard prototypes
12470         * XplatUIStructs.cs:
12471           - Added BITMAPINFOHEADER struct
12472           - Added ClipboardFormats enum
12473         * X11Structs.cs:
12474           - Added ClipboardStruct
12475           - Added Atom enum items for clipboard types
12476           - Fixed atom types for Selection event structures
12477         * DataFormats.cs:
12478           - Added internal properties and methods for drivers to enumerate
12479             all known formats
12480           - Switched initialization method to allow drivers to assign their
12481             own IDs even for the MS predefined clipboard IDs
12482         * XplatUI.cs: Updated to final clipboard interface
12483
12484 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
12485         * PropertyGridView.cs: Fixed compiler warnings.
12486
12487 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
12488         * PropertyGrid.cs: Added some event calls
12489         * PropertyGridView.cs: Change drawing code to use double buffering
12490         * PropertyGridTextBox.cs: Changed Text property name
12491         * GridItem.cs: Added Bounds property.
12492         * GridEntry.cs: Added Bounds property.
12493
12494 2005-05-17  Lluis Sanchez Gual  <lluis@novell.com>
12495
12496         * Binding.cs: Use IsInstanceOfType instead of IsAssignableFrom
12497         since GetType() may not return the correct type if the object is
12498         a remoting proxy.
12499
12500 2005-05-17  Jordi Mas i Hernandez <jordi@ximian.com>
12501
12502         * TreeNodeCollection.cs: fixes get/set item ranges
12503         
12504 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
12505
12506         * ListBox.cs: Kazuki Oikawa's PreferredHeight and ItemHeight fixes
12507                 
12508 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
12509
12510         * ComboBox.cs: Fix item range comparation
12511         * ListView.cs: Fix item range comparation
12512
12513 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
12514
12515         * FontDialog.cs:
12516           - Clear example panel when OnPaint is called
12517           - Better solution for displaying the example panel text
12518           - Select default indexes in the ListBoxes
12519
12520 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
12521
12522         * XplatUIOSX.cs: Avoid painting into invisible views.  Fixes #74926
12523
12524 2005-05-11  Peter Bartok  <pbartok@novell.com>
12525
12526         * LinkArea.cs: Added and implemented LinkAreaTypeConverter class
12527         * SelectionRangeConverter.cs: Implemented
12528         * PropertyGrid.cs: Fixed attribute value
12529         * Control.cs:
12530           - Invoke(): Don't call Begin/EndInvoke if it is not neccessary
12531           - Added Sebastien Pouliot's CAS Stack Propagation fixes
12532         * XplatUIDriver.cs: Added new XplatUIDriverSupport class, for code
12533           that's common to all drivers. First methods to go there are
12534           Sebastien Pouliot's CAS Stack Propagation helper methods
12535         * XplatUIWin32.cs, XplatUIX11.cs, AsyncMethodData.cs: Fixes by
12536           Sebastien Pouliot for CAS Stack Propagation
12537
12538 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
12539
12540         * OSXStructs.cs:
12541           XplatUIOSX.cs: More cosmetic cleanup courtesy of Artyom Tyazhelov (Artyom.Tyazhelov@helmes.ee)
12542
12543 2005-05-12  Jordi Mas i Hernandez <jordi@ximian.com>
12544
12545         * DataGridTextBoxColumn.cs: fixed some members
12546         * GridColumnStylesCollection.cs: indexed column is case insensitive
12547         * DataGridTableStyle.cs: fixes
12548         * ThemeWin32Classic.cs: add new theme parameter
12549         * Theme.cs: add new theme parameter
12550         * DataGridDrawingLogic.cs: Datagrid's drawing logic
12551         * DataGrid.cs: fixes, new internal properties, etc.
12552         * DataGridColumnStyle.cs: allows to set grid value
12553         *
12554
12555 2005-05-10  Peter Bartok  <pbartok@novell.com>
12556
12557         * AccessibleObject.cs:
12558           - Removed MonoTODO attribute on help, method is correct
12559           - Fixed Bounds property
12560         * AxHost.cs: Moved MonoTODO
12561         * ButtonBase.cs: Now setting AccessibleObject properties
12562         * RadioButton.cs: Setting proper AccessibleObject role
12563         * CheckBox.cs: Setting proper AccessibleObject role
12564         * ControlBindingsCollection.cs: Added properties, methods and attributes
12565         * DataFormats.cs: Fixed awkward internal API, and changed to enable
12566           userdefined DataFormats.Format items as well
12567         * ListControl.cs: Removed data_member from the public eye
12568         * OpenFileDialog.cs:
12569           - Made class sealed
12570           - Added missing attributes
12571         * SaveFileDialog.cs: Added missing attributes
12572         * ImageListStreamer.cs: Fixed code that caused warnings
12573         * LinkLabel.cs: Removed unreachable code
12574         * TreeView.cs: Fixed code that caused warnings
12575         * PropertyGridView.cs: Fixed code that caused warnings
12576         * GridColumnStylesCollection.cs: Added missing attributes
12577         * GridTableStylesCollection: Added missing attribute
12578         * PropertyManager: Added .ctor
12579         * SecurityIDType: Added
12580         * DataObject.cs: Implemented class
12581         * LinkArea.cs: Added missing attribute
12582
12583 2005-05-11  Jordi Mas i Hernandez <jordi@ximian.com>
12584
12585         * RadioButton.cs: call base method to allow to fire OnClick event
12586         * UpDownBase.cs: OnMouseUp call base method
12587         * CheckedListBox.cs: call base method before returning
12588         * TrackBar.cs: call base method before returning
12589         
12590
12591 2005-05-10  Peter Bartok  <pbartok@novell.com>
12592
12593         * XplatUIX11.cs: Fix for #74902, check pending timers when peeking
12594           for messages
12595
12596 2005-05-10  Peter Bartok  <pbartok@novell.com>
12597
12598         * DataFormats.cs: Implemented
12599         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs,
12600           XplatUIX11.cs: Added Clipboard APIs
12601         * XplatUIWin32.cs: Implemented Clipboard APIs
12602         * FolderBrowserDialog.cs: Added missing event, attributes
12603
12604 2005-05-10  Jordi Mas i Hernandez <jordi@ximian.com>
12605
12606         * CheckBox.cs: call base method to allow to fire OnClick event
12607
12608 2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>
12609
12610         * XplatUI.cs: Use PlatformID.Unix under NET_2_0.
12611
12612 2005-05-06  Peter Bartok  <pbartok@novell.com>
12613
12614         * XplatUIX11.cs: Redid Jackson's fix, it was causing a busy loop
12615         * Screen.cs: Implemented
12616         * HelpNavigator.cs: Added
12617         * XplatUIWin32.cs: Added SystemParametersInfo call, fixed WorkArea
12618           property
12619         * HelpProvider.cs: Implemented all we can do until we have a CHM
12620           help library (which means that "What's This" does work now)
12621
12622 2005-05-06  Jackson Harper  <jackson@ximian.com>
12623
12624         * XplatUIX11.cs: Fix waking up the main loop.
12625                 
12626 2005-05-05  Peter Bartok  <pbartok@novell.com>
12627
12628         * XplatUI.cs: Updated revision
12629         * Form.cs: Removed enless loop
12630         * GroupBox.cs (OnPaint): Added call to base.OnPaint()
12631         * Label.cs (OnPaint): Added call to base.OnPaint()
12632         * ToolTip.cs: Made ToolTipWindow reusable for other controls
12633         * LinkLabel.cs (OnPaint): Added call to base.OnPaint()
12634         * UpDownBase.cs (OnPaint): Moved base.OnPaint() call to end of method
12635         * AxHost.cs: Added
12636         * ButtonBase.cs: Moved base.OnPaint() call to end of method
12637         * ThemeWin32Classic.cs: Replaced references to ToolTip with references
12638           to ToolTip.ToolTipWindow for drawing and size methods; this allows
12639           reuse of ToolTipWindow by other controls
12640         * SizeGrip.cs: Moved base.OnPaint() call to end of method
12641         * XplatUIX11.cs: Now clipping drawing area (experimental)
12642         * PictureBox.cs: Moved base.OnPaint() call to end of method
12643         * Theme.cs: Fixed ToolTip abstracts to match new format
12644         * ErrorProvider.cs: Implemented
12645
12646 2005-05-05  Jordi Mas i Hernandez <jordi@ximian.com>
12647
12648         * Label.cs: fire events using OnAutoSizeChanged and OnTextAlignChanged
12649         * LinkLabel.cs:
12650                 - Adds cursors
12651                 - Handles focus
12652                 - Implements LinkBehavior
12653                 - Fixes many issues
12654
12655 2005-05-03  Jackson Harper  <jackson@ximian.com>
12656
12657         * ListView.cs: Calculate the scrollbar positioning on resize and
12658         paint, so they get put in the correct place.
12659
12660 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
12661
12662         * ColorDialogs.cs: The small color panels are now handled by
12663           SmallColorControl. This fixes drawing of the focus rectangle
12664           and adds a 3D border.
12665
12666 2005-05-03  Peter Bartok  <pbartok@novell.com>
12667
12668         * Control.cs: Modified version of Jonathan Chamber's fix for
12669           double-buffering
12670
12671 2005-05-03  Jackson Harper  <jackson@ximian.com>
12672
12673         * ListView.cs: Remove redraw variable. Control now handles whether
12674         or not a redraw needs to be done, and will only raise the paint
12675         event if redrawing is needed.
12676
12677 2005-05-03  Jackson Harper  <jackson@ximian.com>
12678
12679         * Splitter.cs: No decorations for the splitter form. Cache the
12680         hatch brush.
12681
12682 2005-05-03  Jackson Harper  <jackson@ximian.com>
12683
12684         * TreeView.cs: Use dashed lines to connect nodes. Use the
12685         ControlPaint method for drawing the focus rect instead of doing
12686         that in treeview.
12687
12688 2005-05-02  Peter Bartok  <pbartok@novell.com>
12689
12690         * LinkLabel.cs: Fixed the fixes from r43566 and 43521
12691
12692 2005-04-29  Jackson Harper  <jackson@ximian.com>
12693
12694         * ThemeWin32Classic.cs: Don't clear the GC that will clear the
12695         entire image buffer. Just clear the clipping rectangle.
12696
12697 2005-04-29  Jackson Harper  <jackson@ximian.com>
12698
12699         * ThemeWin32Classic.cs: Don't draw list view items that are
12700         outside the clipping rectangle.
12701
12702 2005-04-29  Jordi Mas i Hernandez <jordi@ximian.com>
12703
12704         * ListBox.cs: added horizontal item scroll
12705
12706 2005-04-29  Jackson Harper  <jackson@ximian.com>
12707
12708         * ThemeWin32Classic.cs: Remove some old debug code that was
12709         causing flicker with the new double buffering code.
12710
12711 2005-04-29  John BouAntoun  <jba-mono@optusnet.com.au>
12712
12713         * MonthCalendar.cs, DateTimePicker.cs: Made monthcalendar dropdwon
12714         behave like combobox and comboboxlist (still not sure if this is
12715         correct though).
12716
12717 2005-04-28  Jackson Harper  <jackson@ximian.com>
12718
12719         * ThemeWin32Classic.cs: Don't fill the middle of progress
12720         bars. This fills areas outside of the clip bounds that don't need
12721         to be filled.
12722
12723 2005-04-28  Jackson Harper  <jackson@ximian.com>
12724
12725         * Control.cs: Don't expose functionality to touch the image buffers.
12726         * ProgressBar.cs:
12727         * ListView.cs: We do not need to (and no longer can) manipulate
12728         the image buffers directly. All of this is handled by Control.
12729
12730 2005-04-28  Peter Bartok  <pbartok@novell.com>
12731
12732         * RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
12733           RichTextBoxScrollBars.cs, RichTextBoxStreamType.cs,
12734           RichTextBoxFinds.cs, RichTextBoxWordPunctuations.cs: Added
12735
12736 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
12737
12738         * Combobox:
12739                 - Adjust control's height for non-simple comboboxes (bug fix)
12740                 - Remove dead code
12741         * MenuAPI.cs: remove unused var
12742         * ScrollBar.cs: remove unsed var
12743                  
12744         * ListBox.cs: unselect items when clearing
12745
12746 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
12747
12748         * ListControl.cs: honors OnPositionChanged and default Selected Item
12749         * ListBox.cs: unselect items when clearing
12750
12751 2005-04-27  Jackson Harper  <jackson@ximian.com>
12752
12753         * X11Keyboard.cs: Initialize a default keyboard and give a warning
12754         if a "correct" keyboard is not found. This will make us not crash,
12755         but might give some users bad keyboard layouts...seems to be the
12756         same thing rewind does.
12757
12758 2005-04-27  Jackson Harper  <jackson@ximian.com>
12759
12760         * BindingManagerBase.cs: Attach the current/position changed
12761         handlers to their respective events.
12762
12763 2005-04-27  Jackson Harper  <jackson@ximian.com>
12764
12765         * Control.cs: Make sure that the first WM_PAINT does a full draw,
12766         not just a blit.
12767         * ThemeWin32Classic.cs: Don't fill the background for picture
12768         boxes. This could overright user drawing.
12769         * ComboBox.cs: Just fill the clipping rect not the entire client
12770         rect when drawing the background. This prevents pieces of the
12771         image buffer from getting overwritten and is theoretically faster.
12772
12773 2005-04-26  Jordi Mas i Hernandez <jordi@ximian.com>
12774
12775         * ComboBox.cs: Databinding support fixes, fire missing events
12776         * ListControl.cs: implement missing methods and properties, fixes
12777         * ThemeWin32Classic.cs: Databiding support on Drawing
12778         * CheckedListBox.cs: Databinding support fixes, fire missing events
12779         * ListBox.cs: Databinding support fixes, fire missing events
12780         
12781 2005-04-25  Peter Bartok  <pbartok@novell.com>
12782
12783         * LinkLabel.cs: Length of LinkArea is not allowed to be negative
12784
12785 2005-04-25  Jackson Harper  <jackson@ximian.com>
12786
12787         * TreeView.cs: Use the horizontal scrollbars height not width when
12788         determining how much of the client area is available.
12789
12790 2005-04-25  Jackson Harper  <jackson@ximian.com>
12791
12792         * Control.cs: Double buffering is handled differently now. As per
12793         the spec, the extra buffer is created in the WM_PAINT message and
12794         passed down to the control's drawing code.
12795         * GroupBox.cs:
12796         * Label.cs:
12797         * CheckBox.cs:
12798         * ProgressBar.cs:
12799         * RadioButton.cs:
12800         * ColorDialog.cs:
12801         * ComboBox.cs:
12802         * PropertyGridView.cs:
12803         * UpDownBase.cs:
12804         * MessageBox.cs:
12805         * MenuAPI.cs:
12806         * ListView.cs:
12807         * ButtonBase.cs:
12808         * SizeGrip.cs:
12809         * ScrollBar.cs:
12810         * ListBox.cs:
12811         * TrackBar.cs:
12812         * ToolBar.cs:
12813         * PictureBox.cs:
12814         * DateTimePicker.cs:
12815         * StatusBar.cs:
12816         * TreeView.cs: Update to new double buffering system.
12817         * MonthCalendar.cs: Uncomment block, as Capture is now
12818         working. Update to new double buffering
12819         * LinkLabel.cs: Lazy init the link collection. Update to new double buffering
12820         * PaintEventArgs.cs: New internal method allows us to set the
12821         graphics object. This is used for double buffering.
12822         * ThemeWin32Classic.cs: Give the picture box drawing code a clip
12823         rectangle. The internal paint_area var has been removed from
12824         StatusBar. The clipping rect should be used instead.
12825         * Theme.cs: Give the PictureBox drawing method a clipping rect.
12826         * TabPage.cs: The RefreshTabs method was removed, so just call the
12827         tab controls Refresh method now.
12828         * TabControl.cs: Update to new double buffering. Make sure the
12829         handle is created before sizing the tab pages, otherwise we will
12830         get stuck in a loop.
12831
12832 2005-04-24  Borja Sanchez Zamorano <borsanza@gmail.com>
12833
12834         * LinkLabel.cs: Fix typo, bug #74719; patch
12835           from Borja Sanchez Zamorano
12836
12837 2005-04-22  Jackson Harper  <jackson@ximian.com>
12838
12839         * TreeNode.cs: Implement Handle stuff.
12840         * TreeView.cs: Utility methods so nodes can get/lookup by handle.
12841
12842 2005-04-22  Jordi Mas i Hernandez <jordi@ximian.com>
12843
12844         * DataGridTextBoxColumn.cs: call base constructors, fixes
12845         * GridColumnStylesCollection.cs: missing events, methods, and functionality
12846         * GridTableStylesCollection.cs: fixes, check duplicate mapping names
12847         * DataGridTableStyle.cs: implements create default column styles
12848         * DataGridBoolColumn.cs: which types can handle
12849         * DataGrid.cs: missing methods, fixes, new functionality
12850         * DataGridColumnStyle.cs: fixes
12851
12852 2005-04-20  Alexander Olk  <xenomorph2@onlinehome.de>
12853         * FolderBrowserDialog.cs:
12854         - Use a thread to fill the TreeView
12855         - Adjusted some sizes
12856
12857 2005-04-19  Peter Bartok  <pbartok@novell.com>
12858
12859         * LinkLabel.cs: (Re-)create the pieces when setting the Text
12860           property. Fixes #74360.
12861
12862 2005-04-19  Jackson Harper  <jackson@ximian.com>
12863
12864         * XEventQueue.cs: Lock when getting the lockqueue size.
12865         * PictureBox.cs: Call base OnPaint
12866         
12867 2005-04-19  Peter Bartok  <pbartok@novell.com>
12868
12869         * XplatUIX11.cs: Fixed bug introduced with the HWND rewrite, Async
12870           messages were no longer being processed (this broke BeginInvoke)
12871
12872           
12873 2005-04-18  Jackson Harper  <jackson@ximian.com>
12874
12875         * TreeView.cs: buglet that caused node images to get drawn
12876         regardless of whether or not they were in the clipping rectangle.
12877
12878 2005-04-18  Jackson Harper  <jackson@ximian.com>
12879
12880         * CurrencyManager.cs: There are four rules for GetItemProperties:
12881         - If the type is an array use the element type of the array
12882         - If the type is a typed list, use the type
12883         - If the list contains an Item property that is not an object, use
12884         that property
12885         - use the first element of the list if there are any elements in
12886         the list.
12887         
12888 2005-04-17  Jackson Harper  <jackson@ximian.oom>
12889
12890         * TreeView.cs: Calculate plus minus and checkbox bounds when there is a
12891         click. This handles offsets for scrolling properly and reduces
12892         memory. Also fixed GetNode to not offset now that TopNode works
12893         properly.
12894         * TreeNode.cs: No longer need to track the plus minus or checkbox bounds.
12895         
12896 2005-04-17  Jackson Harper  <jackson@ximian.com>
12897
12898         * CursorConverter.cs: Initial implementation.
12899
12900 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
12901
12902         * ListControl.cs: work towards complex data binding support on ListControl
12903         * CurrencyManager.cs: work towards complex data binding support on ListControl
12904         * ListBox.cs: work towards complex data binding support on ListControl
12905
12906
12907 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
12908
12909         * GridTableStylesCollection.cs: fixes name and constructor
12910         * DataGridTableStyle.cs: fixes
12911         * DataGridBoolColumn.cs: fixes names and constructors
12912         * DataGrid.cs: define methods and properties. Some init implementations
12913         * DataGridCell.cs: define methods and properties. Some init implementations
12914         * GridTablesFactory.cs: Define methods and properties
12915
12916 2005-04-15  Geoff Norton  <gnorton@customerdna.com>
12917
12918         * XplatUIOSX.cs:  Handle proper mouse tracking even if the current
12919         graphics port changes.  We still want the coordinates in global screen
12920         coordinates.
12921
12922 2005-04-14  Jackson Harper  <jackson@ximian.com>
12923
12924         * TreeView.cs: Handle clicks when plus minus is disabled. Don't
12925         check plus minus or checkbox clicks unless those features are enabled.
12926
12927 2005-04-14  Jackson Harper  <jackson@ximian.com>
12928
12929         * TreeView.cs: Add methods for setting the top and bottom visible
12930         nodes. TreeNode::EnsureVisible uses these methods.
12931         * TreeNode.cs: Implement EnsureVisible
12932
12933 2005-04-13  Jordi Mas i Hernandez <jordi@ximian.com>
12934
12935         * Form.cs: Pospone menu assignation if the window has not been created yet
12936         * XplatUIWin32.cs: Fixes Win32SetWindowPos, then does not change window
12937         size and position
12938
12939 2005-04-12  Jackson Harper  <jackson@ximian.com>
12940
12941         * TreeView.cs: Set the TopNode properly when scrolling
12942         occurs. This has the added benifit of reducing the amount of
12943         walking that needs to be done when drawing. Also removed an old
12944         misleading TODO.
12945         * OpenTreeNodeEnumerator.cs: Fix moving backwards.
12946         
12947 2005-04-11  Jordi Mas i Hernandez <jordi@ximian.com>
12948
12949         * Timer.cs: fixes interval setting when the timer is already enabled
12950         
12951 2005-04-10  Alexander Olk  <xenomorph2@onlinehome.de>
12952
12953         * FolderBrowserDialog.cs: First approach
12954
12955 2005-04-09  Peter Bartok  <pbartok@novell.com>
12956
12957         * FolderBrowserDialog: Added
12958
12959 2005-04-07  Jordi Mas i Hernandez <jordi@ximian.com>
12960
12961         * LinkLabel.cs: move drawing code into the theme
12962         * ThemeWin32Classic.cs: drawing code and painting background bugfix
12963         * Theme.cs: define DrawLinkLabel method
12964
12965 2005-04-05  Jackson Harper  <jackson@ximian.com>
12966
12967         * BindingContext.cs: Use weak references so these bad actors don't
12968         stay alive longer then they need to.
12969
12970 2005-04-05  Jackson Harper  <jackson@ximian.com>
12971
12972         * ListControl.cs: Basic implementation of complex databinding.
12973         * ComboBox.cs:
12974         * ListBox.cs: Add calls to ListControl databinding methods.
12975
12976 2005-04-05  Alexander Olk  <xenomorph2@onlinehome.de>
12977
12978         * FileDialog.cs:
12979           - Don't change PopupButtonState to Normal when the
12980             PopupButton gets pressed several times.
12981           - Renamed ButtonPanel to PopupButtonPanel
12982
12983 2005-04-05  Jordi Mas i Hernandez <jordi@ximian.com>
12984
12985         * ColorDialog.cs: Use cached objects instead of creating them
12986         * LinkLabel.cs: Use cached objects instead of creating them
12987         * Splitter.cs: Use cached objects instead of creating them
12988         * FontDialog.cs: Use cached objects instead of creating them
12989         * PropertyGridView.cs: Use cached objects instead of creating them
12990         * MessageBox.cs: Use cached objects instead of creating them
12991         * FileDialog.cs: Use cached objects instead of creating them
12992         * ThemeWin32Classic.cs: Use cached objects instead of creating them
12993         * TreeView.cs: Use cached objects instead of creating them
12994         
12995 2005-04-04  Jordi Mas i Hernandez <jordi@ximian.com>
12996
12997         * Control.cs: use Equals to compare the font since no == op
12998         * ScrollBar.cs: use Equals to compare the font since no == op
12999
13000 2005-04-04  Alexander Olk  <xenomorph2@onlinehome.de>
13001
13002         * SaveFileDialog.cs: Open stream in OpenFile with FileMode Create
13003
13004 2005-04-01  Jackson Harper  <jackson@ximian.com>
13005
13006         * Binding.cs: Implement IsBinding.
13007         * BindingManagerBase.cs:
13008         * PropertyManager.cs:
13009         * CurrencyManager.cs: Add IsSuspended property.
13010
13011 2005-04-01  Jackson Harper  <jackson@ximian.com>
13012
13013         * Binding.cs: Had some IsAssignableFrom calls backwards.
13014
13015 2005-04-01  Jackson Harper  <jackson@ximian.com>
13016
13017         * Binding.cs: Handle null data members when pulling data.
13018         * PropertyManager.cs: Handle the data member being a property that
13019         does not exist.
13020
13021 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
13022
13023         * DataGridTextBoxColumn.cs: fixes signature
13024         * DataGrid.cs: calls right constructor
13025
13026 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
13027
13028         * DataGridTextBoxColumn.cs: implements DataGridTextBoxColumn class
13029         * GridColumnStylesCollection.cs: implements GridColumnStylesCollection
13030         * GridTableStylesCollection.cs: implements GridTableStylesCollection
13031         * DataGridTableStyle.cs: implements DataGridTableStyle
13032         * DataGridBoolColumn.cs: implements DataGridBoolColumn
13033         * DataGridTextBox.cs: implements DataGridTextBox
13034         * DataGridColumnStyle.cs: implements DataGridColumnStyle
13035
13036 2005-03-31  Alexander Olk  <xenomorph2@onlinehome.de>
13037
13038         * FileDialog.cs: Added simple PopupButton class for ButtonPanel
13039
13040 2005-03-29  Peter Bartok  <pbartok@novell.com>
13041
13042         * Application.cs:
13043           - Properly implemented CompanyName property
13044           - Fixed LocalUserAppDataPath and UserAppDataPath, now properly
13045             returns a path that includes CompanyName, ProductName and
13046             Version (fixes bug #70330)
13047
13048 2005-03-29  Stefan Buehler  <sbuehler@gmx.ch>
13049
13050         * TabPage.cs: Don't use Owner.DisplayRectangle unless owner is valid,
13051           fixes bug #72588.
13052
13053 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
13054
13055         * FileDialog.cs, SaveFileDialog.cs OpenFileDialog.cs:
13056         
13057           - Added ReadOnly CheckBox
13058           - Further refactoring: moved some code from Open-/SaveFileDialog
13059             to FileDialog
13060
13061 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
13062
13063         * OpenFileDialog.cs: Fixed CheckFileExists
13064         * FileDialog.cs:
13065           Moved FileView and DirComboBox outside FileDialog class.
13066           They can now be used outside FileDialog
13067
13068 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
13069
13070         * FileDialog.cs: Added a contextmenu to change ShowHiddenFiles
13071         * SaveDialog.cs, OpenFileDialog.cs: Fixes for Reset() method
13072
13073 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
13074
13075         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
13076           - Added missing CreatePrompt property in SaveDialog
13077           - Overall SaveDialog handling should be better now
13078           - Added non standard ShowHiddenFiles property
13079           - Added extension, CreatePrompt and OverwritePrompt support in SaveDialog
13080           - Added InitialDirectory and RestoreDirectory support
13081
13082 2005-03-26  Alexander Olk  <xenomorph2@onlinehome.de>
13083
13084         * FileDialog.cs: Made dirComboBox usable
13085
13086 2005-03-24  Alexander Olk  <xenomorph2@onlinehome.de>
13087
13088         * FileDialog.cs: Added Filter support (case sensitiv)
13089
13090 2005-03-24  Jackson Harper  <jackson@ximian.com>
13091
13092         * TabControl.cs: Need a couple more pixels for the lines.
13093
13094 2005-03-23  Jackson Harper  <jackson@ximian.com>
13095
13096         * TabControl.cs: Give the tab page focus when it is selected.
13097
13098 2005-03-23  Jackson Harper  <jackson@ximian.com>
13099
13100         * TabControl.cs: Account for the drawing of tabs borders when
13101         invalidating. If the slider was clicked dont do click detection on
13102         the tabs.
13103
13104 2005-03-23  Jackson Harper  <jackson@ximian.com>
13105
13106         * TabControl.cs: Fix typo, emilinates an unneeded expose event.
13107
13108 2005-03-22  Jonathan Chambers  <jonathan.chambers@ansys.com>
13109
13110         * CategoryGridEntry.cs: Added
13111         * GridItem.cs: Added helper properties
13112         * PropertyGridTextBox.cs: Custom textbox control for PropertyGrid.
13113         * GridEntry.cs: Updated code for collection
13114         * PropertyGrid.cs: Cleaned up some formatting
13115         * PropertyGridView.cs: Added drop down functionality for enums.
13116         * GridItemCollection.cs: Added enumerator logic
13117         * PropertyGridEntry.cs: Added
13118
13119 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
13120
13121         * FileDialog.cs:
13122           - Removed unnecessary commented code
13123           - Fixed handling for entering the filename manually in the combobox
13124
13125 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
13126
13127         * FileDialog.cs, OpenFileDialog.cs: OpenFileDialog Multiselect now works
13128
13129 2005-03-18  Peter Bartok  <pbartok@novell.com>
13130
13131         * ThemeWin32Classic.cs: Moved listview column headers a bit, to avoid
13132           them being touching the border
13133
13134 2005-03-18  Peter Bartok  <pbartok@novell.com>
13135
13136         * TextControl.cs: Quick hack to center text better
13137
13138 2005-03-18  Peter Bartok  <pbartok@novell.com>
13139
13140         * ControlPaint.cs:
13141           - Don't throw NotImplemented exceptions, just print a notice once
13142             instead (requested by Miguel). This makes running existing SWF
13143             apps a bit easier
13144         * Control.cs:
13145           - Commented out Drag'N'Drop XplatUI call (no driver support yet)
13146           - Added context menu trigger on right click
13147         * Panel.cs: Trigger invalidate on resize
13148         * StatusBar.cs:
13149           - Removed old double-buffer drawing
13150           - Added ResizeRedraw style to force proper update of statusbar
13151         * ListView.cs:
13152           - Removed debug output
13153         * ThemeWin32Classic.cs:
13154           - Fixed drawing of status bar, now draws Text property if there
13155             are no defined panels
13156
13157 2005-03-18  Jackson Harper  <jackson@ximian.com>
13158
13159         * ImageList.cs: When the image stream is set pull all the images
13160         from it.
13161         * ImageListStreamer.cs: Implement reading image list streams.
13162
13163 2005-03-18  Peter Bartok  <pbartok@novell.com>
13164
13165         * ThemeWin32Classic.cs (DrawPictureBox):
13166           - Fixed calculations for centered drawing
13167           - Fixed drawing for normal mode, not scaling the image on normal
13168
13169 2005-03-18  Peter Bartok  <pbartok@novell.com>
13170
13171         * ComboBox.cs: Now also firing the OnKeyPress events for the embedded
13172           textbox
13173         * FileDialog.cs:
13174           - Made Open/Save button the accept button for FileDialog
13175           - Tied the cancel button to the IButtonControl cancel button
13176           - Save/Open now properly builds the pathname
13177           - Now handles user-entered text
13178           - Preventing crash on right-click if no item is selected
13179           - Fixed Text property, now uses contents of textbox
13180           - Fixed SelectedText property, now just returns the text part that
13181             is selected in the text box
13182
13183 2005-03-18  Jackson Harper  <jackson@ximian.com>
13184
13185         * ThemeWin32Classic.cs: Use the proper func for drawing the focus
13186         rect, make sure to de-adjust the interior rect after drawing the
13187         tab text.
13188
13189 2005-03-18  Peter Bartok  <pbartok@novell.com>
13190
13191         * MenuAPI.cs: Remove menu *before* executing selected action to
13192           prevent the menu from 'hanging around'
13193           
13194 2005-03-17  Geoff Norton  <gnorton@customerdna.com>
13195
13196         * XplatUIOSX.cs: Implemented WorkingArea property
13197
13198 2005-03-17  Peter Bartok  <pbartok@novell.com>
13199
13200         * XplatUIX11.cs: Fixed menu coord calculations
13201         * MenuAPI.cs: Now using new ScreenToMenu()/MenuToScreen() methods
13202           for calculating offsets
13203
13204 2005-03-17  Peter Bartok  <pbartok@novell.com>
13205
13206         * Hwnd.cs: Do not consider menu presence for default client
13207           rectangle location/size
13208         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs,
13209           XplatUIWin32.cs: Added MenuToScreen() and ScreenToMenu() coord
13210           translation functions
13211         * FileDialog.cs: Fixed (what I presume is a) typo
13212
13213 2005-03-17  Jonathan Gilbert  <logic@deltaq.org>
13214
13215         * XplatUIX11.cs: Added call to XInitThreads() to allow multi-threaded
13216           X access (avoids X-Async errors)
13217
13218 2005-03-16  Jackson Harper  <jackson@ximian.com>
13219
13220         * TabControl.cs: Raise the SelectedIndexChanged event.
13221
13222 2005-03-16  Alexander Olk  <xenomorph2@onlinehome.de>
13223
13224         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
13225           - Removed vertical ToolBar and replaced it with a custom panel
13226             (desktop and home button already work)
13227           - Added Help button (some controls get resized or relocated then)
13228           - Draw correct text depending on Open or Save.
13229           - Fixed some typos...
13230
13231 2005-03-16  Jordi Mas i Hernandez <jordi@ximian.com>
13232
13233         * ScrollBar.cs:
13234           - Only change Maximum and Minimum when need it (bug fix)
13235
13236 2005-03-15  Peter Bartok  <pbartok@novell.com>
13237
13238         * Form.cs: Use Handle for icon, to trigger creation if
13239           the window does not yet exist
13240         * Control.cs:
13241           - CanSelect: Slight performance improvement
13242           - Focus(): Preventing possible recursion
13243           - Invalidate(): Removed ControlStyle based clear flag setting
13244           - WM_PAINT: fixed logic for calling OnPaintBackground
13245           - WM_ERASEBKGND: Fixed logic, added call to new driver method
13246             EraseWindowBackground if the control doesn't paint background
13247         * XplatUIWin32.cs:
13248           - Moved EraseWindowBackground() method to internal methods
13249           - Removed unused WM_ERASEBKGND handling in GetMessage; msg never comes;
13250             is sent via SendMessage on BeginPaint call on Win32
13251         * XplatUIX11.cs:
13252           - Added EraseWindowBackground() method
13253           - No longer sends WM_ERASEBKGND on .Expose, but on call to
13254             PaintEventStart, which more closely matches Win32 behaviour
13255           - Fixed Invalidate() call, now updates new ErasePending Hwnd property
13256           - Fixed SetFocus() to properly deal with client and whole windows
13257         * Hwnd.cs: Added ErasePending property
13258         * XplatUIOSX.cs: Stubbed EraseWindowBackground() method
13259         * XplatUI.cs, XplatUIDriver.cs: Added EraseWindowBackground() method
13260
13261 2005-03-12  Geoff Norton  <gnorton@customerdna.com>
13262
13263         * XplatUIOSX.cs:
13264           - Fix hard loop when timers exist.
13265           - Fix bugs with middle and right click for 3 button mice.
13266
13267 2005-03-11  Peter Bartok  <pbartok@novell.com>
13268
13269         * XplatUIX11.cs:
13270           - get_WorkingArea: Need to call X directly, GetWindowPos only
13271             returns cached data now
13272           - Added sanity check to GetWindowPos hwnd usage
13273
13274 2005-03-11  Jackson Harper  <jackson@ximian.com>
13275
13276         * BindingManagerBase.cs: This method isn't used anymore as
13277         PullData now updates the data in the control.
13278
13279 2005-03-11  Jordi Mas i Hernandez <jordi@ximian.com>
13280
13281         * Form.cs: fixes menu drawing on X11
13282         * MenuAPI.cs:  fixes menu drawing on X11
13283
13284 2005-03-11  Peter Bartok  <pbartok@novell.com>
13285
13286         * Control.cs: Changed OnCreateControl behaviour based on a suggestion
13287           from Jonathan Gilbert; should fix bug #73606
13288         * XplatUIX11.cs: Fixed NC Mouse message coordinates, they need to be
13289           in Screen coordinates. Thanks, Jordi.
13290         * Form.cs: Added missing attribute
13291
13292 2005-03-11  Peter Bartok  <pbartok@novell.com>
13293
13294         * Form.cs:
13295           - Rudimentary Mdi support
13296           - Removed outdated FormParent code
13297           - Implemented lots of missing properties and methods, still missing
13298             transparency support
13299           - Added missing attributes
13300           - Implemented support for MaximumBounds
13301           - Added firing of various events
13302         * XplatUI.cs: Added SetIcon() method
13303         * XplatUIDriver.cs: Added SetIcon() abstract
13304         * XplatUIOSX.cs: Stubbed out SetIcon() method
13305         * XplatUIX11.cs:
13306           - Implemented SetIcon() support
13307           - Moved SetMenu() and SetBorderStyle() to proper alphabetical pos
13308           - Switched to unix line endings
13309         * XplatUIWin32.cs:
13310           - Made POINT internal so for can access it as part of MINMAX
13311           - Implemented SetIcon() support
13312           - Implemented support for CLIENTCREATESTRUCT (but might have to drop
13313             native Mdi support again, might have to go managed)
13314         * Control.cs: Now fires the StyleChanged event
13315         * MdiClient.cs: Added; still mostly empty
13316
13317 2005-03-10  Peter Bartok  <pbartok@novell.com>
13318
13319         * SaveFileDialog.cs: Added emtpy file
13320
13321 2005-03-08  Peter Bartok  <pbartok@novell.com>
13322
13323         * Control.cs: Fixed bug #73190; now invokes CreateControl (which
13324           in turn triggers OnCreateContro) when creating a handle for the
13325           first time.
13326         * TextControl.cs: Fixed endless loop in certain cases when
13327           replacing the current selection
13328
13329 2005-03-08  Jordi Mas i Hernandez <jordi@ximian.com>
13330
13331         * ScrollBar.cs:
13332           - Honors NewValue changes in Scroll events allowing apps to change it
13333           - Adds First and Last Scroll events
13334           - Fixes Thumb events
13335
13336 2005-03-07  Peter Bartok  <pbartok@novell.com>
13337
13338         * Hwnd.cs: Added DefaultClientRectangle property
13339         * XplatUI.cs: Now using the X11 driver Where() method, which provides
13340           more detailed debug information
13341         * XplatUIX11.cs:
13342           - Fixed size-change feedback loop, where we would pull an old size
13343             off the queue and mistakenly change our window's size to an
13344             earlier value
13345           - Now compressing ConfigureNotify events, to reduce looping and
13346             redraw issues
13347         * TextBoxBase.cs: Preventing crash when no text is set and ToString()
13348           is called
13349
13350 2005-03-07  Jackson Harper  <jackson@ximian.com>
13351
13352         * Binding.cs: Push data pushes from data -> property. Check if the
13353         property is readonly when attempting to set it.
13354
13355 2005-03-07  Jackson Harper  <jackson@ximian.com>
13356
13357         * Binding.cs: Format and parse data correctly. Use ASsignableFrom
13358         instead of IsSubclassOf. Pulling data now sets the value on the
13359         control.
13360         * PropertyManager.cs:
13361         * CurrencyManager.cs: Just need to pull data when updating now,
13362         because PullData will set the value on the control.
13363
13364 2005-03-04  Jackson Harper  <jackson@ximian.com>
13365
13366         * Binding.cs: Implement data type parsing and converting on pulled
13367         data. TODO: Are there more ways the data can be converted?
13368
13369 2005-03-04  Jackson Harper  <jackson@ximian.com>
13370
13371         * Binding.cs: Support <Property>IsNull checks. Also bind to the
13372         controls Validating method so we can repull the data when the
13373         control loses focus.
13374
13375 2005-03-03  Jordi Mas i Hernandez <jordi@ximian.com>
13376
13377         * ColumnHeader.cs:
13378           - Fixes null string format
13379           
13380         * ListView.cs:
13381           - Adds enum type checks
13382           - Fixes redrawing and recalc need after changing some properties
13383           - Fixes on focus_item set after the event
13384           - Fixes adding columns after the control has been created
13385           
13386         * ThemeWin32Classic.cs:
13387           - Fixes CheckBox focus rectangle
13388           - Fixes ColumnHeader drawing
13389
13390
13391 2005-03-03  Jackson Harper  <jackson@ximian.com>
13392
13393         * Binding.cs: Bind to <Property>Changed events so we can detect
13394         when properties are changed and update the data.
13395
13396 2005-03-02  Jordi Mas i Hernandez <jordi@ximian.com>
13397
13398         * ImageList.cs:
13399           - Changes 32-bit pixel format to Format32bppArgb to allow transparency
13400           - Fixes ImageList constructor with ImageList container
13401           - Fixes image scaling (wrong parameters at DrawImage)
13402
13403 2005-02-02  Jackson Harper  <jackson@ximian.com>
13404
13405         * Binding.cs: Make property searches case-insensitive. Eliminate
13406         some duplicated code.
13407
13408 2005-03-01  Jordi Mas i Hernandez <jordi@ximian.com>
13409
13410         * ComboBox.cs:
13411                 - Handle focus event
13412                 - Fix scrollbar events
13413                 - Discard highlighted item if remove it
13414                 - Fixes SelectedItem with strings
13415
13416 2005-03-01  Peter Bartok  <pbartok@novell.com>
13417
13418         * Control.cs:
13419           - Fixed Visible property, now follows (once again) parent chain
13420             to return false if any control in the chain is visible=false
13421           - Fixed OnParentVisibleChanged, now just calls OnVisibleChanged event
13422           - Fixed several places where is_visible instead of Visible was used
13423           - Implemented FIXME related to focus selection when setting focused
13424             control to be invisible
13425
13426         * XplatUIWin32.cs: Now using proper method to find out if window is
13427           visible. Thanks to Jordi for pointing it out
13428
13429 2005-02-28  Jordi Mas i Hernandez <jordi@ximian.com>
13430
13431         * ComboBox.cs: show/hide scrollbar instead of creating it
13432
13433 2005-02-27  Jackson Harper  <jackson@ximian.com>
13434
13435         * CurrencyManager.cs: Add PositionChanged stuff.
13436
13437 2005-02-27  Peter Bartok  <pbartok@novell.com>
13438
13439         * XplatUI.cs, XplatUIDriver.cs: Added new GetMenuOrigin() method
13440         * XplatUIOSX.cs: Added GetMenuOrigin() stub
13441         * XplatUIWin32.cs: Implemented GetMenuOrigin()
13442         * XplatUIX11.cs:
13443           - Implemented GetMenuDC()
13444           - Implemented GetMenuOrigin()
13445           - Implemented ReleaseMenuDC()
13446           - Implemented generation of WM_NCPAINT message
13447           - Implemented generation and handling of WM_NCCALCSIZE message
13448         * Form.cs: Added debug helper message for Jordi's menu work
13449         * Hwnd.cs:
13450           - Modified ClientRect property; added setter, fixed getter to handle
13451             setting of ClientRect
13452           - Added MenuOrigin property
13453
13454 2005-02-26  Peter Bartok  <pbartok@novell.com>
13455
13456         * XplatUIX11.cs:
13457           - Destroys the caret if a window that's being destroyed contains it
13458           - Ignores expose events coming from the X11 queue for windows that
13459             already are destroyed
13460           - Now uses the proper variable for handling DestroyNotify, before we
13461             marked the wrong window as destroyed
13462           - Improved/added some debug output
13463
13464 2005-02-26  Peter Bartok  <pbartok@novell.com>
13465
13466         * X11Keyboard.cs: Fixes to work on 64bit systems
13467
13468 2005-02-26  Peter Bartok  <pbartok@novell.com>
13469
13470         * Control.cs:
13471           - Now calling OnHandleDestroyed from DestroyHandle()
13472             instead of Dispose()
13473           - Removed bogus call to controls.Remove() from DestroyHandle()
13474
13475 2005-02-26  Peter Bartok  <pbartok@novell.com>
13476
13477         * Control.cs: Properly destroy child windows when our handle is
13478           destroyed
13479
13480 2005-02-25  Peter Bartok  <pbartok@novell.com>
13481
13482         * XplatUI.cs:
13483           - Added 'DriverDebug' define to allow tracing XplatUI API calls
13484           - Alphabetized Static Methods and Subclasses
13485
13486         * XplatUIX11.cs:
13487           - Added XException class to allow custom handling of X11 exceptions
13488           - Created custom X11 error handler, tied into XException class
13489           - Added support for MONO_XEXCEPTIONS env var to allow the user
13490             to either throw an exception on X errors or continue running
13491             after displaying the error
13492           - Added handling of DestroyNotify message
13493           - Added handler for CreateNotify message (still disabled)
13494           - Improved (tried to at least) Where method to provide file and lineno
13495         * X11Structs.cs:
13496           - Added XErrorHandler delegate
13497           - Added XRequest enumeration (to suppor translation of errors)
13498
13499 2005-02-25  Jackson Harper  <jackson@ximian.com>
13500
13501         * PropertyManager.cs: Implement editing features
13502         * CurrencyManager.cs:
13503         * Binding.cs: First attempt at UpdateIsBinding
13504         * BindingManagerBase.cs: Call UpdateIsBinding before
13505         pushing/pulling data.
13506
13507 2005-02-25  Jordi Mas i Hernandez <jordi@ximian.com>
13508
13509         * MenuAPI.cs: Respect disabled items
13510         * ThemeWin32Classic.cs
13511                 - Caches ImageAttributes creation for DrawImageDisabled
13512                 - Fixes vertical menu line drawing
13513                 - Draws disabled arrows in disable menu items
13514
13515 2005-02-24  Peter Bartok  <pbartok@novell.com>
13516
13517         * Hwnd.cs:
13518           - Added UserData property to allow associating arbitrary objects
13519             with the handle
13520           - Fixed leak; now removing Hwnd references from static windows array
13521         * XplatUIWin32.cs:
13522           - Fixed Graphics leak in PaintEventEnd
13523           - Removed usage of HandleData, switched over to Hwnd class
13524         * HandleData.cs: Removed, obsoleted by Hwnd.cs
13525
13526 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
13527
13528         * ThemeWin32Classic.cs: Adds Cliping to TrackBar drawing
13529         * ScrollBar.cs: Fixes bug
13530         * TrackBar.cs: removes death code, clipping, mimize refreshes,
13531          keyboard navigation enhancements
13532
13533 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
13534
13535         * Control.cs: Call DefWndProc at WM_PAINT only if UserPaint not defined
13536         * GroupBox.cs: Add control styles
13537         * Label.cs: Add control styles
13538         * UpDownBase.cs: Add control styles
13539         * ListBox.cs: Add control styles
13540         * XplatUIWin32.cs: Fixes wrong parameter order
13541
13542
13543 2005-02-23  Chris Bacon  <chris.bacon@docobo.co.uk>
13544
13545         * ListView.cs: Assign owner for ColumnHeader. Patch by Chris Bacon
13546
13547 2005-02-23  Jackson Harper  <jackson@ximian.com>
13548
13549         * PropertyManager.cs: Implement property binding. This doesn't
13550         seem to work yet though as (I think) there are some bugs in
13551         System.ComponentModel.PropertyDescriptor.
13552         * BindingContext.cs: Use new PropertyManager constructor.
13553
13554 2005-02-23  Jordi Mas i Hernandez <jordi@ximian.com>
13555
13556         * ProgressBar.cs: use clip region in ProgressBar
13557         * ThemeWin32Classic.cs: use clip region in ProgressBar
13558
13559 2004-02-22  Jackson Harper  <jackson@ximian.com>
13560
13561         * BindingsCollection.cs: Remove some debug code.
13562
13563 2005-02-22  Jackson Harper  <jackson@ximian.com>
13564
13565         * BindingContext.cs:
13566         * ControlBindingsCollection.cs:
13567         * CurrencyManager.cs:
13568         * Binding.cs:
13569         * BindingManagerBase.cs: Initial implementation
13570         * BindingsCollection.cs: Add an internal contains method that the
13571         BindingManagerBase uses to ensure bindings aren't added twice to
13572         the collection.
13573         * PropertyManager.cs: Stubbed out.
13574         * Control.cs:
13575         * ContainerControl.cs: Hook up databinding
13576         
13577 2005-02-22  Geoff Norton  <gnorton@customerdna.com>
13578
13579         * XplatUIOSX.cs:
13580           OSXStructs.cs: Refactored to handle the new Hwnd NC logic area.
13581           Fixed Invalidate/Update chain.
13582           Fixed tons of other minor bugs (this is almost a complete rewrite).
13583
13584 2005-02-22  Jordi Mas i Hernandez <jordi@ximian.com>
13585
13586         * ComboBox.cs: do subcontrol creation when the control is created
13587
13588 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
13589
13590         * Label.cs: fixes image drawing (image and imagelist)
13591         * ThemeWin32Classic.cs: cache brushes
13592         
13593 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
13594
13595         * Form.cs: Move menu drawing code to Theme class
13596         * ComboBox.cs: Move ComboBox drawing code to Theme class
13597         * MenuItem.cs: Move menu drawing code to Theme class
13598         * MenuAPI.cs: Move menu drawing code to Theme class
13599         * ThemeWin32Classic.cs: New methods
13600         * CheckedListBox.cs: Move CheckedListbox drawing code to Theme class
13601         * ListBox.cs: Move Listbox drawing code to Theme class
13602         * Theme.cs: New methods
13603
13604 2005-02-20  Peter Bartok  <pbartok@novell.com>
13605
13606         * Control.cs:
13607           - Fixed ProcessKeyEventArgs to also handle WM_SYSKEY messages (and
13608             only process mnemonics on those)
13609           - Fixed event sequence for key handling; first calling
13610             ProcessKeyEventArgs now
13611         * TextBoxBase.cs:
13612           - Removed WM_KEYDOWN hook, instead we now use ProcessDialogKey()
13613             for processing non-character keys
13614           - Fixed WM_CHAR to generate proper event sequence before processing
13615         * XplatUIWin32.cs: Added ALT key state to ModifierKeys property
13616           generation
13617
13618 2005-02-19  Peter Bartok  <pbartok@novell.com>
13619
13620         * UserControl.cs: Added TextChanged event; added attributes
13621         * SizeGrip.cs: Implemented resizing and optional display of grip
13622         * Form.cs: Fixed attribute
13623         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs:
13624           Changed meaning of ScrollWindow bool argument; instead of the
13625           clear attribute (which will be true usually anyway), it gives the
13626           option of moving child controls as well.
13627         * XplatUIX11.cs:
13628           - Changed to match new ScrollWindow argument
13629           - Fixed GetWindowPos/SetWindowPos behaviour for toplevel controls,
13630             now handles the implicit parent window a WM puts around us
13631         * ScrollableControl.cs: Implemented (not the prettiest, but it seems
13632           to work)
13633         * TextBoxBase.cs: Adjusted to new ScrollWindow arguments
13634         * TreeView.cs: Adjusted to new ScrollWindow arguments
13635
13636 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
13637
13638         * Form.cs: Menu integration with non-client area
13639         * MenuItem.cs: Menu integration with non-client area
13640         * MenuAPI.cs: Menu integration with non-client area
13641
13642 2005-02-18  Peter Bartok  <pbartok@novell.com>
13643
13644         * MethodInvoker.cs: Added
13645         * MdiLayout.cs: Added
13646         * SendKeys.cs: Started implementation
13647         * ErrorIconAlignment.cs: Added
13648
13649 2005-02-18  Peter Bartok  <pbartok@novell.com>
13650
13651         * XplatUIWin32.cs: Implemented SetMenu(); fixed GetMenuDC()
13652         * Form.cs: Added handling for Menu-related Non-client messages
13653
13654 2005-02-17  Peter Bartok  <pbartok@novell.com>
13655
13656         * UpDownBase.cs: Fixed typo, compilation errors
13657         * DomainUpDown.cs: Fixed attribute value
13658
13659 2005-02-16  Miguel de Icaza  <miguel@novell.com>
13660
13661         * UpDownBase.cs: Attach entry events.
13662         Propagate events.
13663         Add ForeColor property, Focused, InterceptArrowKeys (interception
13664         does not work yet).
13665
13666 2005-02-17  Jordi Mas i Hernandez <jordi@ximian.com>
13667
13668         * Form.cs:
13669                 - Redraw non client are on Setmenu
13670                 - Calc proper menu starting point
13671
13672 2005-02-17  Peter Bartok  <pbartok@novell.com>
13673
13674         * Application.cs: Fixed message_filter check
13675
13676 2005-02-17  Peter Bartok  <pbartok@novell.com>
13677
13678         * Application.cs: Now calls registered message filters
13679         * DockStyle.cs: Fixed attribute
13680         * Form.cs: Fixed attribute
13681         * Menu.cs: Fixed attribute
13682         * ToolTip.cs: Fixed attribute
13683         * TreeNode.cs: Added missing attributes and arranged in regions
13684         * PropertyGrid.cs: Fixed signatures
13685         * TreeNodeCollection.cs: Added attributes
13686         * Splitter.cs: Added missing attributes; arranged into regions
13687         * TabPage.cs: Added missing attributes; arranged into regions
13688         * TextBoxBase.cs: Added missing attributes
13689         * TextBox.cs: Added missing attributes
13690         * ArrangeDirection.cs: Added missing attributes
13691         * TreeNodeConverter.cs: Added stub (needed for TreeNode)
13692         * ToolBarButton.cs: Fixed attributes
13693         * AnchorStyles.cs: Fixed attribute
13694         * TrackBar.cs: Fixed attributes
13695         * TabControl.cs: Added missing attributes and arranged into regions
13696         * ToolBar.cs: Fixed attribute
13697         * StatusBar.cs: Fixed signature, organized into regions and added
13698           attributes
13699         * StatusBarPanel.cs: Fixed attributes
13700         * ContentsResizedEventArgs.cs: Implemented
13701         * ContentsResizedEventHandler.cs: Implemented
13702         * DateBoldEventArgs.cs: Implemented
13703         * DateBoldEventHandler.cs: Implemented
13704         * UpDownEventArgs.cs: Implemented
13705         * UpDownEventHandler.cs: Implemented
13706         
13707 2005-02-16  Jordi Mas i Hernandez <jordi@ximian.com>
13708
13709         * Form.cs: first Menu NC refactoring
13710         * MenuAPI.cs: first Menu NC refactoring
13711         
13712 2005-02-16  Peter Bartok  <pbartok@novell.com>
13713
13714         * ImeMode.cs: Added missing attributes
13715         * Menu.cs: Fixed attribute
13716         * GroupBox.cs: Fixed attribute
13717         * Label.cs: Fixed attribute
13718         * ColorDialog.cs (RunDialog): Removed TODO attribute
13719         * ComboBox.cs: Fixed attributes
13720         * ListControl.cs: Added missing attributes
13721         * PropertyGrid.cs: Fixed attributes
13722         * Control.cs: Fixed attributes
13723         * ListViewItem.cs: Added TypeConverter attribute
13724         * NotifyIcon.cs: Fixed attributes
13725         * ListView.cs: Fixed attributes
13726         * ButtonBase.cs: Fixed attribute
13727         * ImageList.cs: Added missing attributes
13728         * ContainerControl.cs: Fixed signature
13729         * CheckedListBox.cs: Fixed attribute; added missing attributes
13730         * Panel.cs: Fixed attributes
13731         * PropertyTabChangedEventArgs.cs: Added missing attribute
13732         * PropertyValueChangedEventArgs.cs: Added missing attribute
13733         * Binding.cs: Fixed attribute
13734         * ListViewItemConverter: Implemented ListViewSubItemConverter class
13735         * ListBox.cs: Fixed attribute; added missing attributes;
13736         * ScrollableControl.cs: Added missing attributes
13737         * PictureBox.cs: Added missing attributes; implemented missing property
13738         * DateTimePicker.cs: Added missing attributes
13739         * Theme.cs (ToolWindowCaptionHeight): Fixed type
13740         * MonthCalendar.cs: Fixed attributes
13741         * StatusBarPanel.cs: Added missing attributes
13742         * SystemInformation.cs (ToolWindowCaptionHeight): Fixed type
13743
13744 2005-02-16  Peter Bartok  <pbartok@novell.com>
13745
13746         * TextBoxBase.cs: The previous method to enforce height yet remember
13747           the requested high was less than ideal, this is an attempt to do
13748           it better.
13749         * Control.cs: Added comment about possible problem
13750         * Copyright: Updated format
13751         * GridItemType.cs: Fixed swapped values
13752
13753 2005-02-15  Jackson Harper  <jackson@ximian.com>
13754
13755         * BaseCollection.cs: Use property so we never access an
13756         uninitialized list. Also initialize the list in the property.
13757
13758 2005-02-15  Peter Bartok  <pbartok@novell.com>
13759
13760         * GroupBox.cs (ProcessMnemonic): Implemented
13761         * Label.cs (ProcessMnemonic): Implemented
13762         * ThemeWin32Classic.cs (DrawGroupBox): Added stringformat to show
13763           hotkeys
13764
13765 2005-02-15  Peter Bartok  <pbartok@novell.com>
13766
13767         * RadioButton.cs (ProcessMnemonic): Implemented
13768         * CheckBox.cs (ProcessMnemonic): Implemented
13769         * Control.cs:
13770           - Added handling of WM_SYSxxx keyboard messages to support mnemonic
13771             handling
13772           - Added internal method to allow calling ProcessMnemonic from other
13773             controls
13774         * ContainerControl.cs:
13775           - Started support for handling validation chain handling
13776           - Implemented ProcessMnemonic support
13777           - Added Select() call to Active, to make sure the active control
13778             receives focus
13779         * Form.cs: Setting toplevel flag for Forms (this was lost in the
13780           FormParent rewrite)
13781         * ThemeWin32Classic.cs:
13782           - DrawCheckBox(): Fixed stringformat to show hotkeys
13783           - DrawRadioButton(): Fixed stringformat to show hotkeys
13784         * CommonDialog.cs: Removed WndProc override, not needed
13785
13786 2005-02-14  Peter Bartok  <pbartok@novell.com>
13787
13788         * XplatUIX11.cs: Fixed NotImplemented exceptions for properties,
13789           missed those in the rewrite
13790
13791 2005-02-14  Miguel de Icaza  <miguel@novell.com>
13792
13793         * NumericUpDown.cs (Increment, ToString): Add.
13794         (DecimalPlaces): implement.
13795         
13796         Add attributes.
13797         
13798         * UpDownBase.cs: Add the designer attributes.
13799
13800 2005-02-13  Peter Bartok  <pbartok@novell.com>
13801
13802         * Panel.cs: Removed border_style, now in Control
13803         * XplatUIDriver.cs: Added SetBorderStyle, SetMenu, GetMenuDC and
13804           ReleaseMenuDC Methods; renmaed ReleaseWindow to UngrabWindow
13805
13806 2005-02-13  Peter Bartok  <pbartok@novell.com>
13807
13808         * MouseButtons.cs: Added missing attributes
13809         * XplatUIStructs.cs: Added enumeration for title styles
13810         * LeftRightAlignment.cs: Added missing attributes
13811         * Hwnd.cs: Switched to use client_window as handle (slower, but makes
13812           it compatible with Graphics.FromHwnd()
13813         * SelectedGridItemChangedEventArgs.cs: Fixed property type
13814         * Keys.cs: Added missing attributes
13815         * SelectionRange.cs: Added missing attributes
13816         * SelectionRangeConverter.cs: Added
13817         * XplatUI.cs:
13818           - Introduced SetBorderStyle, SetMenu, GetMenuDC and
13819             ReleaseMenuDC methods
13820           - Renamed ReleaseWindow to UngrabWindow
13821           - Added proper startup notice to allow version identification
13822         * Form.cs:
13823           - Added missing attributes
13824           - Removed FormParent concept
13825         * Label.cs: Removed border_style field, now in Control
13826         * RadioButton.cs: Now properly selects RadioButton when focus is
13827           received
13828         * ThemeGtk.cs: Fixed SetDisplay call to match new X11 behaviour
13829         * Control.cs:
13830           - Added missing attributes
13831           - Added borderstyle handling
13832           - Removed FormParent concept support
13833           - Fixed calls to XplatUI to match changed APIs
13834           - Fixed bug that would case us to use disposed Graphics objects
13835           - Removed unneeded internal methods
13836           - PerformLayout(): Fixed to handle DockStyle.Fill properly
13837           - SelectNextControl(): Fixed to properly check common parents
13838         * TextBoxBase.cs: Removed border_style field (now in Control)
13839         * MessageBox.cs:
13840           - Patch by Robert Thompson (rmt@corporatism.org): Added icon support,
13841             fixed calculations for form size
13842           - Added support for localized strings and icons
13843           - Improved form size calculations, added border
13844         * ListView.cs: Removed border_style field (now in Control)
13845         * X11Structs.cs: Moved several structs from X11 driver here
13846         * X11Keyboard.cs: Changed debug message
13847         * Application.cs: Removed FormParent concept support
13848         * CommonDialog.cs:
13849           - Resetting end_modal flag
13850           - Removed FormParent concept support
13851         * NativeWindow.cs: Removed FormParent concept support
13852         * XplatUIX11.cs: Rewritten, now using the new Hwnd class, implementing
13853           Client area and Non-Client whole window to allow support for WM_NC
13854           messages
13855         * XplatUIOSX.cs: Updated to match latest driver spec; added exception
13856           prevent using it until it supports Hwnd as per Geoff Norton's request
13857         * ToolBar.cs: Fixed drawing, was not doing proper drawing
13858         * PictureBox.cs: Removed border_style field, now in Control
13859         * XplatUIWin32.cs: Added new driver methods
13860
13861 2005-02-12  Peter Bartok  <pbartok@novell.com>
13862
13863         * OpacityConverter.cs: Implemented
13864         * Hwnd.cs: Internal class to support drivers that need to emulate
13865           client area/non-client area window behaviour
13866
13867 2005-02-11  Peter Bartok  <pbartok@novell.com>
13868
13869         * KeysConverter.cs: Implemented
13870
13871 2005-02-11  Jordi Mas i Hernandez <jordi@ximian.com>
13872
13873         * Menu.cs: fixes methods GetContextMenu, GetMainMenu, ToString
13874         * LinkLabel: Added missing attributes
13875         * MainMenu.cs: fixes ToString
13876         * MenuItem.cs: fixes methods GetContextMenu, GetMainMenu
13877         * ListBox.cs: fixes event position
13878         * TrackBar.cs: adds missing attributes and events
13879         
13880 2005-02-10  Jordi Mas i Hernandez <jordi@ximian.com>
13881
13882         * MenuItem.cs: Use SystemInformation and bug fixes
13883         * MenuAPI.cs: Use SystemInformation and bug fixes
13884
13885 2005-02-09  Jackson Harper  <jackson@ximian.com>
13886
13887         * X11Keyboard.cs: We ignore some keys, but still need to set/reset
13888         their keystate otherwise things like VK_MENU get stuck "on".
13889
13890 2005-02-09  Kazuki Oikawa <kazuki@panicode.com>
13891
13892         * ListBox.cs: Fixes AddRange bug
13893         
13894 2005-02-09  Jordi Mas i Hernandez <jordi@ximian.com>
13895
13896         * ProgressBar.cs
13897                 - Add missing attributes
13898                 - Add missing method
13899                 
13900         * CheckedListBox.cs: Added missing attributes
13901                 - Add missing attributes
13902                 - Remove extra method
13903         
13904         * ComboBox.cs: Added missing attributes
13905         * VScrollBar.cs: Added missing attributes
13906         * ScrollBar.cs:  Added missing attributes
13907         * ListBox.cs: Fixes signature, add missing consts
13908         * LinkArea.cs:   Added missing attributes
13909         
13910
13911 2005-02-08  Peter Bartok  <pbartok@novell.com>
13912
13913         * Menu.cs: Added missing attributes
13914         * MainMenu.cs: Added missing attributes
13915         * GroupBox.cs: Added missing attributes
13916         * Label.cs: Added missing attributes
13917         * CheckBox.cs: Implemented CheckBoxAccessibleObject class
13918         * ColorDialog.cs:
13919           - Added Instance and Options properties
13920           - Added missing attributes
13921         * Cursor.cs: Made Serializable
13922         * NotifyIcon: Added missing attributes
13923         * MenuItem.cs: Added missing attributes
13924         * TextBoxBase.cs: Implemented AppendText() and Select() methods
13925         * Panel.cs: Added Missing attributes
13926         * MonthCalendar.cs: Fixed CreateParams
13927
13928 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
13929         
13930         * LinkLabel.cs:
13931                 - Fixes signature
13932                 - Fixes issues with links
13933                 - Adds the class attributes
13934
13935 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
13936         
13937         * ComboBox.cs:
13938                 - Fixes button when no items available in dropdown
13939                 - Fixes repainting problems
13940                 - Adds the class attributes
13941                 
13942 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
13943
13944         * XplatUIOSX.cs: Detect the menu bar and title bar height from
13945         the current theme.  Cache these on startup.
13946
13947 2005-02-07  Jackson Harper  <jackson@ximian.com>
13948
13949         * ScrollBar.cs: Give the correct clipping rect to the theme. Dirty
13950         the scrollbar buttons when they are depressed.
13951
13952 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
13953
13954         * XplatUIOSX.cs: Really fix working at resolutions not 1024x768.
13955         Get the display size from the main displayid.  We currently dont
13956         support multiple display configurations.
13957
13958 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
13959
13960         * XplatUIOSX.cs: Ensure the window doesn't get stuck behind the statusbar.
13961
13962 2005-02-07  Miguel de Icaza  <miguel@novell.com>
13963
13964         * UpDownBase.cs: Add ReadOnly and UpDownAlign properties.
13965
13966 2005-02-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
13967
13968         * PropertyGrid.cs: Updated. Patch by Jonathan Chambers
13969
13970 2005-02-04  Jackson Harper  <jackson@ximian.com>
13971
13972         * ThemeWin32Classic.cs: Respect the clipping rect when
13973         drawing. Only fill the intersection of clips and rects so there
13974         isn't a lot of large fills.
13975         * ScrollBar.cs: Pass the correct clipping rect to the theme
13976         engine. Remove some debug code.
13977
13978 2005-02-05  John BouAntoun  <jba-mono@optusnet.com.au>
13979         
13980         * DateTimePicker.cs:
13981                 - Fixed crash on DateTime.Parse, use Constructor instead
13982
13983 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
13984         
13985         * MenuItem.cs:
13986         * MenuAPI.cs:
13987                 - Owner draw support (MeasureItem and DrawItem)
13988
13989 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
13990         
13991         *  Menu.cs:
13992                 - Implements FindMergePosition and MergeMenu functions (very poor documented)
13993                 - Fixes MenuItems.Add range
13994         * MenuItem.cs:
13995                 - MergeMenu and Clone and CloneMenu functions
13996
13997 2005-02-03  Jackson Harper  <jackson@ximian.com>
13998
13999         * ScrollBar.cs: Make abstract
14000         * ScrollableControl.cs: Create H/V scrollbars now that scrollbar
14001         is abstract.
14002
14003 2005-02-03  Jackson Harper  <jackson@ximian.com>
14004
14005         * ScrollBar.cs: First part of my scrollbar fixups. This removes
14006         all the unneeded refreshes and uses invalidates with properly
14007         computed rects.
14008
14009 2005-02-03  Peter Bartok  <pbartok@novell.com>
14010
14011         * ComponentModel.cs: Added
14012         * IDataGridEditingService.cs: Added
14013         * Timer.cs: Added missing attributes
14014         * ToolTip.cs: Added missing attributes
14015
14016 2005-02-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
14017
14018         * PropertyGridView.cs: Added. Patch by Jonathan Chambers
14019
14020 2005-02-03  Peter Bartok  <pbartok@novell.com>
14021
14022         * ListBox.cs: Added missing attributes
14023
14024 2005-02-03  Jordi Mas i Hernandez <jordi@ximian.com>
14025         
14026         * ListBox.cs:
14027                 - Fixes font height after font change
14028                 - Avoid generating unnecesary OnSelectedIndexChanged on clearing
14029                 
14030 2005-02-02  Peter Bartok  <pbartok@novell.com>
14031
14032         * HandleData.cs: Introduced static methods to allow class
14033           to be more self-contained and track it's own HandleData objects
14034         * XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs: Fixed usage of
14035           HandleData to use new static methods
14036
14037 2005-02-02  Jordi Mas i Hernandez <jordi@ximian.com>
14038
14039         * Combobox.cs:
14040                 - Fixes default size and PreferredHeight
14041                 - Missing events
14042                 - ObjectCollection.Insert implementation
14043                 
14044         * ListControl.cs
14045                 - Fixes signature
14046         * ListBox.cs:
14047                 - Several fixes
14048                 - ObjectCollection.Insert implementation
14049                 - No selection after clean
14050                 - Small fixes
14051
14052 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
14053
14054         * ThemeWin32Classic.cs: quick fix to comboboxbutton pushed painting
14055
14056 2005-02-01  Jordi Mas i Hernandez <jordi@ximian.com>
14057
14058         * Combobox.cs:
14059                 - Caches ItemHeight calculation for OwnerDrawVariable
14060                 - Handles dropdown properly
14061                 - Fixes several minor bugs
14062
14063 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
14064
14065         * ListBox.cs:
14066                 - Fixes 71946 and 71950
14067                 - Fixes changing Multicolumn on the fly
14068                 - Fixes keyboard navigation on Multicolumn listboxes
14069
14070 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
14071         
14072         * XplatUIOSX.cs: Call ExitToShell in our teardown to avoid a
14073         crash reporter log.
14074
14075 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
14076
14077         * XplatUIOSX.cs: Allow applications to actually exit.
14078
14079 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
14080
14081         * XplatUIOSX.cs: SetWindowStyle implemented.  Reposition views in
14082         their parent at creation time rather than lazily later.  Fixes a major
14083         regression we were experiencing.
14084
14085 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
14086
14087         * ThemeWin32Classic.cs: more date time picker painting fixes
14088         * DateTimePicker.cs: more monthcalendar drop down fixes
14089         * MonthCalendar.cs: more CreateParams fixes to ensure correct drop down
14090
14091 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
14092
14093         * ScrollBar.cs:
14094                 - When moving the thumb going outside the control should stop the moving
14095                 - Adds the firing of missing events
14096                 - Fixes no button show if Size is not specified
14097                 - End / Home keys for keyboard navigation
14098
14099 2005-01-30  Peter Bartok  <pbartok@novell.com>
14100
14101         * NotifyIcon.cs (CalculateIconRect): Removed debug output and added
14102           sanity check to prevent theoretical loop
14103         * XplatUIWin32.cs (SetVisible): Removed debug output
14104         * XplatUIX11.cs (SystrayChange): Added sanity check
14105         * ScrollableControl.cs (OnVisibleChanged): Now calls base method
14106         * Control.cs (OnVisibleChanged): Added workaround for ParentForm
14107           behaviour, valid until the X11 client window rewrite is done
14108         * TextBox.cs (ctor): Setting proper default foreground and background
14109           colors
14110
14111 2005-01-30      John BouAntoun  <jba-mono@optusnet.com.au>
14112
14113         * Theme: Added DrawDateTimePicker to interface
14114         * ThemeWin32Classic.cs: Added DrawDateTimePicker (incomplete)
14115         * DateTimePicker.cs: Created (still needs keys and painting code)
14116         * DateTimePickerFormat.cs: added
14117         * MonthCalendar.cs: fixed CreateParams for popup window mode
14118           
14119 2005-01-29  Peter Bartok  <pbartok@novell.com>
14120
14121         * ControlPaint.cs: Fixed luminace value returned on achromatic colors,
14122           this should also the calculations for ligher/darker
14123         * Theme.cs: Fixed defaults for ScrollBar widths/heights
14124
14125 2005-01-29  Peter Bartok  <pbartok@novell.com>
14126
14127         * ArrangeDirection.cs: Added
14128         * ArrangeStartingPositon.cs: Added
14129         * SystemInformation.cs: Implemented
14130         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
14131           XplatUIX11.cs, Theme.cs: Added/implemented new static properties
14132           used by SystemInformation class
14133         * X11Strucs.cs: Added XSizeHints structure
14134         * MenuAPI.cs:
14135           - Fixed CreateParams to make sure the menu window is always visible
14136           - TrackPopupMenu: Added check to make sure we don't draw the
14137             menu offscreen
14138
14139 2005-01-29  Peter Bartok  <pbartok@novell.com>
14140
14141         * HandleData.cs: Added method for altering invalid area
14142         * TextBoxBase.cs: Implemented TextLength
14143
14144 2005-01-28  Peter Bartok  <pbartok@novell.com>
14145
14146         * XplatUIX11.cs: Improvement over last patch, not sending
14147           the WM_PAINT directly anymore, instead we scroll any pending
14148           exposed areas and let the system pick out the WM_PAINT later
14149
14150 2005-01-28  Peter Bartok  <pbartok@novell.com>
14151
14152         * SWF.csproj: Deleted, no longer used. Instead,
14153           Managed.Windows.Forms/SWF.csproj should be used
14154         * XplatUIX11.cs: Instead of posting the WM_PAINT, we send it
14155           directly, to avoid a potential race condition with the next
14156           scroll
14157
14158 2005-01-28  Peter Bartok  <pbartok@novell.com>
14159
14160         * XplatUI.cs: Made class internal
14161
14162 2005-01-28  Jordi Mas i Hernandez <jordi@ximian.com>
14163
14164         * CheckedListBox.cs:
14165                 - Draw focus
14166                 - Fixed Drawing
14167                 - Missing methods and events
14168
14169 2005-01-27  Peter Bartok  <pbartok@novell.com>
14170
14171         * Application.cs (Run): Don't use form if we don't have one
14172
14173 2005-01-27  Peter Bartok  <pbartok@novell.com>
14174
14175         * TextBoxBase.cs (get_Lines): Fixed index off by one error
14176
14177 2005-01-27  Peter Bartok  <pbartok@novell.com>
14178
14179         * GridEntry.cs: Added; Patch by Jonathan S. Chambers
14180         * GridItem.cs: Added; Patch by Jonathan S. Chambers
14181         * GridItemCollection.cs: Added; Patch by Jonathan S. Chambers
14182         * GridItemType.cs: Added; Patch by Jonathan S. Chambers
14183         * PropertyGrid.cs: Added; Patch by Jonathan S. Chambers
14184         * PropertySort.cs: Added; Patch by Jonathan S. Chambers
14185         * PropertyTabChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
14186         * PropertyTabChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
14187         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
14188         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
14189         * SelectedGridItemChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
14190         * SelectedGridItemChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
14191
14192 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
14193
14194         * Combobox.cs:
14195                 - Draw focus on Simple Combobox
14196                 - Fixes drawing issues
14197                 - fixes 71834
14198
14199 2005-01-27  Peter Bartok  <pbartok@novell.com>
14200
14201         * Form.cs:
14202           - Place window in default location, instead of hardcoded 0/0
14203           - Send initial LocationChanged event
14204         * Control.cs:
14205           - UpdateBounds after creation to find out where the WM placed us
14206           - Make sure that if the ParentForm changes location the Form
14207             is notified
14208         * XplatUIX11.cs: XGetGeometry will not return the coords relative
14209             to the root, but to whatever the WM placed around us.
14210             Translate to root coordinates before returning toplevel
14211             coordinates
14212         * XplatUIWin32.cs: Removed debug output
14213         * XplatUIOSX.cs, XplatUI.cs, XplatUIDriver.cs: Added toplevel
14214           flag to GetWindowPos, to allow translation of coordinates on X11
14215
14216 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
14217
14218         * ListBox.cs: connect LostFocus Event
14219
14220 2005-01-27  Peter Bartok  <pbartok@novell.com>
14221
14222         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
14223           XplatUIX11.cs: Extended the Systray API
14224         * Form.cs: Removed debug output
14225         * Application.cs: Fixed focus assignment, always need to call
14226           XplatUI.Activate() since Form.Activate() has rules that may
14227           prevent activation
14228         * NotifyIcon.cs: Should be complete now
14229         * ToolTip.cs: Worked around possible timer bug
14230
14231 2005-01-27  Jackson Harper  <jackson@ximian.com>
14232
14233         * TabControl.cs:
14234         - Only invalidate the effected tabs when the
14235         selected index changes. This reduces drawing and gets rid of some
14236         flicker.
14237         - Only refresh if the tabs need to be shifted, otherwise only
14238         invalidate the slider button.
14239         - On windows the tabs are not filled to right if the slider is
14240         visible.
14241         
14242 2005-01-27  Jackson Harper  <jackson@ximian.com>
14243
14244         * TabControl.cs: Only refresh on mouseup if we are showing the
14245         slider. Also only invalidate the button whose state has changed.
14246
14247 2005-01-26  Peter Bartok  <pbartok@novell.com>
14248
14249         * XplatUI.cs, XplatUIDriver.cs: Added Systray methods
14250         * XplatUIWin32.cs: Implemented SystrayAdd(), SystrayChange()
14251           and SystrayRemove() methods
14252         * XplatUIOSX.cs: Stubbed Systray methods
14253         * XplatUIX11.cs:
14254           - Implemented SystrayAdd(), SystrayChange() and SystrayRemove()
14255             methods
14256           - Fixed broken XChangeProperty calls (marshalling messed up things)
14257         * X11Structs.cs: Added enums and structs required for Size hinting
14258         * NotifyIcon.cs: Added & implemented
14259
14260 2005-01-26  Jackson Harper  <jackson@ximian.com>
14261
14262         * TabControl.cs: Space vertically layed out tabs properly.
14263
14264 2005-01-26  Peter Bartok  <pbartok@novell.com>
14265
14266         * Form.cs (CreateClientParams): Always set the location to 0,0
14267           since we're a child window.
14268
14269         * Control.cs (SetVisibleCore): Always explicitly setting the location
14270           of a toplevel window, apparently X11 doesn't like to move windows
14271           while they're not mapped.
14272
14273 2005-01-26  Jackson Harper  <jackson@ximian.com>
14274
14275         * TabControl.cs: Implement FillToRight size mode with vertically
14276         rendered tabs.
14277
14278 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
14279
14280         * ControlPaint.cs, ThemeWin32Classic.cs
14281                 - Fixes DrawFocusRectangle
14282
14283 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
14284
14285         * MenuAPI.cs:
14286                 - MenuBar tracking only starts when item is first clicked
14287                 - Fixes menu hidding for multiple subitems
14288                 - Unselect item in MenuBar when item Executed
14289                 - Fixes bug 71495
14290
14291 2005-01-25  Jordi Mas i Hernandez <jordi@ximian.com>
14292
14293         * ListControl.cs:
14294                 - IsInputKey for ListBox
14295         * ListBox.cs:
14296                 - Focus item
14297                 - Shift and Control item selection
14298                 - Implement SelectionMode.MultiExtended
14299                 - Fixes RightToLeft
14300         * ComboBox.cs:
14301                 - IsInputKey implemented
14302                 - Do not generate OnTextChangedEdit on internal txt changes
14303                 
14304 2005-01-23  Peter Bartok  <pbartok@novell.com>
14305
14306         * AccessibleObject.cs: Partially implemented Select()
14307         * MonthCalendar.cs: Added missing attributes and events
14308         * Form.cs: Fixed CreateParams behaviour, now controls derived from
14309           form can properly override CreateParams.
14310         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
14311           XplatUIX11.cs: Dropped RefreshWindow method, not needed if
14312           Control performs Invalidate & Update
14313         * NativeWindow (CreateHandle): Added special handling for Form
14314           and Form.FormParent classes to allow overriding of From.CreateParams
14315         * Control.cs:
14316           - ControlNativeWindow: Renamed 'control' variable to more intuitive
14317             name 'owner'
14318           - ControlNativeWindow: Added Owner property
14319           - Removed usage of Refresh() on property changes, changed into
14320             Invalidate(), we need to wait until the queue is processed for
14321             updates, direct calls might cause problems if not all vars for
14322             Paint are initialized
14323           - Added call to UpdateStyles() when creating the window, to set any
14324             styles that CreateWindow might have ignored.
14325           - Added support for Form CreateParent overrides to UpdateStyles()
14326         * MessageBox.cs: Removed no longer needed FormParent override stuff,
14327           CreateParams are now properly overridable
14328         * CommonDialog.cs: Removed no longer needed FormParent override stuff,
14329           CreateParams are now properly overridable
14330
14331 2005-01-23  Miguel de Icaza  <miguel@ximian.com>
14332
14333         * UpDownBase.cs (ctor): Connect TextChanged in the entry to the
14334         OnTextBoxChanged.
14335
14336         Capture LostFocus and OnTextBoxChanged.  The later introduces a
14337         recursive invocation that I have not figured out yet.
14338
14339         Reset the timer when not using (it was accumulating).
14340
14341
14342         (OnTextBoxChanged): Set UserEdit to true here to track whether the
14343         user has made changes that require validation.
14344
14345         Reset changing to avoid loops.
14346
14347 2005-01-22  Miguel de Icaza  <miguel@ximian.com>
14348
14349         * NumericUpDown.cs: Display value at startup.
14350
14351         * UpDownBase.cs (Text): Do not call UpdateEditText here, only call
14352         ValidateEditText.
14353
14354         * NumericUpDown.cs: Minimum, Maximum, Text, Value properties
14355         filled in.  Added some basic parsing of text.
14356
14357         Still missing the OnXXX method overrides, and figuring out the
14358         events that must be emitted.
14359
14360         * UpDownBase.cs: Handle UserEdit on the Text property.
14361         
14362 2005-01-22  Jordi Mas i Hernandez <jordi@ximian.com>
14363
14364         * ComboBox.cs:
14365           - Fixes IntegralHeight
14366           - ToString method
14367
14368 2005-01-21  Jackson Harper  <jackson@ximian.com>
14369
14370         * TabControl.cs: Set the SelectedIndex property when SelectedTab
14371         is set so that the page visibility is updated and the tabs are
14372         sized correctly.
14373
14374 2005-01-21  Jackson Harper  <jackson@ximian.com>
14375
14376         * TabControl.cs: Use cliping rectangle for blitting. Give the
14377         theme the clipping rect so we can do clipping while
14378         drawing. Remove some debug code.
14379
14380 2005-01-21  Jackson Harper  <jackson@ximian.com>
14381
14382         * TabPage.cs: Add a new method so tab pages can force the tab
14383         control to recalculate the tab page sizes.
14384         * TabControl.cs: UpdateOwner needs to make the tab control recalc
14385         sizes.
14386
14387 2005-01-20  Jackson Harper  <jackson@ximian.com>
14388
14389         * ThemeWin32Classic.cs: Clip text to the staus bar panels rects.
14390
14391 2005-01-20  Jackson Harper  <jackson@ximian.com>
14392
14393         * TreeView.cs: Set the bounds for nodes properly. They were
14394         getting screwed up when checkboxes were not enabled, but images
14395         were.
14396
14397 2005-01-20  Jordi Mas i Hernandez <jordi@ximian.com>
14398
14399         * ListBox.cs:
14400                 - Owner draw support
14401                 - Fixes
14402                 
14403 2005-01-20  Jackson Harper  <jackson@ximian.com>
14404
14405         * XplatUIStructs.cs: More misc keys
14406         * X11Keyboard.cs: Ignore some control keys.
14407
14408 2005-01-20  Jackson Harper  <jackson@ximian.com>
14409
14410         * X11Structs.cs: Add the modmaps to the keymask struct and tabify.
14411         * X11Keyboard.cs: Set the AltGr mask when we get a key event.
14412
14413 2005-01-19  Peter Bartok  <pbartok@novell.com>
14414
14415         * Control.cs: Un-selecting the control when it is loosing focus
14416
14417 2005-01-19  Jackson Harper  <jackson@ximian.com>
14418
14419         * TreeView.cs: Hook up to the text controls leave event so we can
14420         end editing when the users clicks outside the text box.
14421         
14422 2005-01-19  Jackson Harper  <jackson@ximian.com>
14423
14424         * X11Keyboard.cs: Fix typo that was causing the wrong keycodes to
14425         get set in the conversion array.
14426
14427 2005-01-19  Peter Bartok  <pbartok@novell.com>
14428
14429         * Application.cs (ModalRun): Added a call to CreateControl to ensure
14430           focus is properly set
14431         * Button.cs:
14432           - Added missing attributes
14433           - removed styles, those are already set in the base class
14434         * ButtonBase.cs:
14435           - Added missing attributes
14436           - Added clip window styles
14437         * CheckBox.cs: Added missing attributes
14438         * CommonDialog.cs:
14439           - FormParentWindow.CreateParams: Added required clip styles
14440         * Form.cs (ProcessDialogKey): Fixed handling of Escape key, now
14441           also filters modifier keys
14442         * MessageBox.cs:
14443           - Added assignment of Accept and Cancel button to enable Enter
14444             and Esc keys in MessageBox dialogs
14445           - FormParentWindow.CreateParams: Added required clip styles
14446         * RadioButton.cs: Added missing attributes
14447         * TextControl.cs: No longer draws selection if control does not
14448           have focus
14449         * TextBoxBase.cs:
14450           - Now draws simple rectangle around test area to make it obvious
14451             there's a control. This is a hack until we properly support borders
14452           - A few simple fixes to support selections better, now erases selected
14453             text when typing, and resets selection when using movement keys
14454
14455 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
14456
14457         * UpDownBase.cs: Added some new properties.
14458
14459         * DomainUpDown.cs: Implement a lot to get my test working.
14460
14461 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
14462
14463         * XplatUIOSX.cs: Fix a minor bug to bring the close box back
14464
14465 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
14466
14467         * OSXStructs (WindowAttributes): Fixed csc complaints
14468
14469 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
14470
14471         * XplayUIOSX.cs:
14472           OSXStructs.cs: Initial refactor to move enums and consts into
14473           OSXStructs and use them in the driver for greater readability.
14474
14475 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
14476
14477         * XplatUIOSX.cs: Initial support for Standard Cursors.
14478         * OSXStructs.cs: Move our structs here; added ThemeCursor enum
14479
14480 2005-01-19  Jordi Mas i Hernandez <jordi@ximian.com>
14481
14482         * ComboBox.cs: ability to change style when the ctrl is already
14483         created, missing methods and events, bug fixes, signature fixes
14484
14485 2005-01-19  Peter Bartok  <pbartok@novell.com>
14486
14487         * Cursors.cs (ctor): Added ctor to fix signature
14488
14489 2005-01-18  Peter Bartok  <pbartok@novell.com>
14490
14491         * Button.cs: Implemented DoubleClick event
14492         * ButtonBase.cs:
14493           - Fixed keyboard handling to behave like MS, where the press of
14494             Spacebar is equivalent to a mousedown, and the key release is
14495             equivalent to mouseup. Now a spacebar push will give the same
14496             visual feedback like a mouse click.
14497           - Added missing attributes
14498           - Added ImeModeChanged event
14499           - Added support for generating DoubleClick event for derived classes
14500         * CheckBox.cs:
14501           - Implemented DoubleClick event
14502           - Added missing attributes
14503         * CommonDialog.cs: Added missing attribute
14504         * ContextMenu.cs: Added missing attributes
14505         * RadioButton.cs:
14506           - AutoChecked buttons do not allow to be unselected when clicked
14507             (otherwise we might end up with no selected buttons in a group)
14508           - Added missing attributes
14509           - Implemented DoubleClickEvent
14510         * ThreadExceptionDialog.cs: Enabled TextBox code
14511
14512 2005-01-18  Peter Bartok  <pbartok@novell.com>
14513
14514         * Form.cs: Removed debug output
14515         * Button.cs: Added support for DoubleClick method
14516
14517 2005-01-18  Peter Bartok  <pbartok@novell.com>
14518
14519         * Form.cs:
14520           - Added method to parent window that allows triggering size
14521             calculations when a menu is added/removed
14522           - set_Menu: Cleaned up mess from early days of Form and Control,
14523             now properly triggers a recalc when a menu is added/removed
14524           - Added case to select form itself as focused form if no child
14525             controls exist
14526           - Added PerformLayout call when showing dialog, to ensure properly
14527             placed controls
14528         * Control.cs:
14529           - Select(): Made internal so Form can access it
14530           - Focus(): Only call Xplat layer if required (avoids loop), and sets
14531             status
14532         * Application.cs (Run): Removed hack and calls PerformLayout instead
14533           to trigger calculation when Form becomes visible
14534
14535 2005-01-18  Jordi Mas i Hernandez <jordi@ximian.com>
14536
14537         * ComboBox.cs: fixes for ownerdraw
14538
14539 2005-01-18  Peter Bartok  <pbartok@novell.com>
14540
14541         * TextControl.cs:
14542           - Sentinel is no longer static, each Document gets it's own, this
14543             avoids locking or alternatively overwrite problems when more
14544             than one text control is used simultaneously.
14545           - Switched to use Hilight and HilightText brushes for text selection
14546
14547         * TextBoxBase.cs (PaintControl): Disabled AntiAliasing to improve looks
14548
14549 2005-01-18  Peter Bartok  <pbartok@novell.com>
14550
14551         * Control.cs:
14552           - Hooked up the following events:
14553                 o ControlAdded
14554                 o ControlRemoved
14555                 o HandleDestroyed
14556                 o ImeModeChanged
14557                 o ParentChanged
14558                 o TabStopChanged
14559                 o Invalidated
14560                 o SystemColorsChanged
14561                 o ParentFontChanged
14562                 o Move
14563           - Removed debug output
14564           - Added a call to the current theme's ResetDefaults when a color change
14565             is detected
14566         * Form.cs: Now setting the proper ImeMode
14567         * Theme.cs: Defined a method to force recreation of cached resources
14568           and rereading of system defaults (ResetDefaults())
14569         * ThemeWin32Classic.cs: Added ResetDefaults() stub
14570
14571 2005-01-17  Peter Bartok  <pbartok@novell.com>
14572
14573         * Control.cs: Added missing attributes
14574
14575 2005-01-17  Jackson Harper  <jackson@ximian.com>
14576
14577         * TreeNode.cs: Implement editing. Add missing properties selected
14578         and visible.
14579         * TreeView.cs: Implement node editing. Also some fixes to use
14580         Invalidate (invalid area) instead of Refresh when selecting.
14581
14582 2005-01-17  Peter Bartok  <pbartok@novell.com>
14583
14584         * Control.cs:
14585           - Implemented InvokeGotFocus() method
14586           - Implemented InvokeLostFocus() method
14587           - Implemented InvokePaint() method
14588           - Implemented InvokePaintBackground() method
14589           - Implemented InvokeClick() method
14590           - Implemented FindForm() method
14591           - Implemented RectangleToClient() method
14592           - Implemented ClientToRectangle() method
14593           - Implemented ResetBackColor() method
14594           - Implemented ResetCursor() method
14595           - Implemented ResetFont() method
14596           - Implemented ResteForeColor() method
14597           - Implemented ResetImeMode() method
14598           - Implemented ResetLeftToRight() method
14599           - Implemented ResetText() method
14600           - Implemented Scale() methods
14601           - Implemented ScaleCore() method
14602           - Implemented Update() method
14603           - Removed unused variables
14604           - Stubbed AccessibilityNotifyClients and
14605             ControlAccessibleObject.NotifyClients() methods (dunno what to do
14606             with those yet)
14607           - Now setting proper default for RightToLeft property
14608           - Fixed bug in SetClientSizeCore that would cause windows to get
14609             really big
14610           - Now sending Click/DoubleClick events
14611           - Now selecting controls when left mouse button is clicked on
14612             selectable control
14613         * AccessibleEvents.cs: Added
14614         * XplatUI.cs, XplatUIDriver.cs: Added UpdateWindow() method
14615         * XplatUIOSX.cs: Stubbed UpdateWindow() method
14616         * XplatUIWin32.cs: Implemented UpdateWindow() method
14617         * XplatUIX11.cs: Implemented UpdateWindow() method
14618         * Form.cs: Removed stray semicolon causing CS0162 warning
14619         * ThemeWin32Classic.cs: Fixed unused variable warnings
14620         * ScrollableControl.cs: Now calls base method for ScaleCore
14621         * ButtonBase.cs: Now disabling StandardClick and StandardDoubleClick
14622           style to avoid interference with internal click handler (which is
14623           different than standard Control click handling)
14624         * RadioButton.cs:
14625           - Now unchecks all sibling radio buttons when control is
14626             selected (Fixes #68756)
14627           - Removed internal tabstop variable, using the one inherited from
14628             Control
14629
14630 2005-01-17  Jackson Harper  <jackson@ximian.com>
14631
14632         * NavigateEventArgs.cs: Fix base type.
14633         * LinkLabel.cs: Sig fix
14634         
14635 2005-01-17  Jackson Harper  <jackson@ximian.com>
14636
14637         * TreeView.cs: Only invalidate the effected nodes bounds when
14638         selecting nodes.
14639
14640 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
14641
14642         * XplatUIWin32.cs: fixes Win32 marshaling
14643         * XplatUIX11.cs: fixes method signature
14644
14645 2005-01-17  Peter Bartok  <pbartok@novell.com>
14646
14647         * XplatUIX11.cs: Clean up resources when we no longer need them
14648
14649 2005-01-17  Peter Bartok  <pbartok@novell.com>
14650
14651         * XplatUI.cs, XplatUIDriver.cs: Added SetCursor(), ShowCursor(),
14652           OverrideCursor(), DefineCursor(), DefineStdCursor(), GetCursorInfo()
14653           and DestroyCursor() methods.
14654         * Cursor.cs: Partially implemented, now supports standard cursors;
14655           still contains some debug code
14656         * Cursors.cs: Implemented class
14657         * Control.cs:
14658           - WndProc(): Added handling of WM_SETCURSOR message, setting the
14659             appropriate cursor
14660           - Implemented Cursor property
14661           - Replaced break; with return; more straightforwar and possibly
14662             faster
14663           - Now properly setting the result for WM_HELP
14664         * X11Structs.cs: Added CursorFontShape enum
14665         * XplatUIStructs.cs:
14666           - Added StdCursor enum (to support DefineStdCursor() method)
14667           - Added HitTest enum (to support sending WM_SETCURSOR message)
14668         * XplatUIX11.cs:
14669           - Now sends the WM_SETCURSOR message
14670           - Implemented new cursor methods
14671         * XplatUIOSX.cs: Stubbed new cursor methods
14672         * XplatUIWin32.cs:
14673           - Implemented new cursor methods
14674           - Added GetSystemMetrics function and associated enumeration
14675
14676 2005-01-15  Peter Bartok  <pbartok@novell.com>
14677
14678         * Control.cs:
14679           - WndProc(): Now handles EnableNotifyMessage
14680           - SelectNextControl(): Fixed bug where if no child or sibling
14681             controls exist we looped endlessly
14682
14683 2005-01-14  Jackson Harper  <jackson@ximian.com>
14684
14685         * TreeView.cs: Recalculate the tab pages when a new one is added
14686         so that the proper bounding rects are created.
14687
14688 2005-01-14  Jackson Harper  <jackson@ximian.com>
14689
14690         * TreeView.cs: Draw a gray box instead of a grip in the lower
14691         right hand corner when there are both horizontal and vertical
14692         scroll bars.
14693
14694 2005-01-14  Jackson Harper  <jackson@ximian.com>
14695
14696         * Control.cs: When erasing backgrounds use FromHwnd instead of
14697         FromHdc when there is a NULL wparam. This occurs on the X driver.
14698         * XplatUIX11.cs: Set the wparam to NULL.
14699
14700 2005-01-13  Jackson Harper  <jackson@ximian.com>
14701
14702         * PictureBox.cs: Implement missing methods (except ToString, need
14703         to test that on windows) and events. When visibility is changed we
14704         need to redraw the image because the buffers are killed. When size
14705         is changed refresh if the sizemode needs it.
14706
14707 2005-01-13  Peter Bartok  <pbartok@novell.com>
14708
14709         * Control.cs (SelectNextControl): Was using wrong method to select
14710           a control
14711
14712 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
14713
14714         * ComboBox.cs: fixes dropstyle
14715
14716 2005-01-13  Peter Bartok  <pbartok@novell.com>
14717
14718         * Form.cs:
14719           - Implemented Select() override
14720           - Now handles WM_SETFOCUS/WM_KILLFOCUS messages
14721           - Now sets keyboard focus on startup
14722         * Control.cs (SelectNextControl): Now properly handles directed=true
14723         * TextBoxBase.cs:
14724           - WndProc: Now passes tab key on to base if AcceptTabChar=false
14725           - Added (really bad) focus rectangle (mostly for testing)
14726         * TextBox.cs: Added code to handle getting/loosing focus and invalidating
14727           to enforce redraw on focus changes
14728         * ContainerControl.cs:
14729           - Fixed detection of Shift-Tab key presses
14730           - Fixed traversal with arrow keys
14731         * XplatUIX11.cs: Implemented simulated keyboard focus; not sure if we're
14732           gonna keep this or if it's complete yet
14733         
14734 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
14735
14736         * ComboBox.cs: missing properties, fixes
14737
14738 2005-01-13  Peter Bartok  <pbartok@novell.com>
14739
14740         * Panel.cs (ctor): Setting Selectable window style to off
14741         * Splitter.cs (ctor): Setting Selectable window style to off
14742         * GroupBox.cs (ctor): Setting Selectable window style to off
14743         * Label.cs (ctor): Setting Selectable window style to off
14744
14745 2005-01-12  Miguel de Icaza  <miguel@ximian.com>
14746
14747         * UpDownBase.cs (InitTimer): If the timer has been already
14748         created, enable it.
14749
14750         Use a TextBox instead of a Label.
14751
14752 2005-01-12  Jackson Harper  <jackson@ximian.com>
14753
14754         * TreeView.cs: Refresh the tree after sorting the nodes. Always
14755         draw the connecting node lines (when ShowLines is true).
14756         * TreeNode.cs: The nodes index can now be updated. This is used
14757         when a node collection is sorted.
14758         * TreeNodeCollection.cs: Implement sorting. Nodes can be sorted on
14759         insert or an existing unsorted node collection can be sorted.
14760         
14761 2005-01-12  Peter Bartok  <pbartok@novell.com>
14762
14763         * ContainerControl.cs: Implemented ProcessDialogKeys()
14764
14765 2005-01-12  Peter Bartok  <pbartok@novell.com>
14766
14767         * Control.cs:
14768           - Implemented SelectNextControl() method
14769           - Several focus related bug fixes
14770           - Fixed Docking calculations to match MS documentation and
14771             behaviour
14772
14773 2005-01-12  Jordi Mas i Hernandez <jordi@ximian.com>
14774
14775         * ContainerControl.cs, ListControl.cs, ListBox.cs: keyboard navigation and
14776         bug fixes
14777
14778 2005-01-12  Peter Bartok  <pbartok@novell.com>
14779
14780         * Control.cs:
14781           - Fixed broken Contains() method
14782           - Implemented GetNextControl() method. Finally. This is the pre-
14783             requisite for focus handling.
14784
14785 2005-01-12  Peter Bartok  <pbartok@novell.com>
14786
14787         * OSXStrucs.cs: Added
14788
14789 2005-01-12  Peter Bartok  <pbartok@novell.com>
14790
14791         * XplatUIWin32.cs:
14792           - Removed PeekMessageFlags
14793           - Implemented SetWindowStyle() method
14794         * XplatUIStructs.cs: Added PeekMessageFlags
14795         * X11Structs: Added missing border_width field to XWindowChanges struct
14796         * XplatUIX11.cs:
14797           - PeekMessage: Now throws exception if flags which are not yet
14798             supported are passed
14799           - Implemented SetWindowStyle() method
14800           - Fixed SetZOrder to handle AfterHwnd properly
14801         * XplatUI.cs: Added SetWindowStyle() method
14802         * XplatUIDriver.cs: Added SetWindowStyle() abstract
14803         * Control.cs:
14804           - Implemented UpdateStyles() method
14805           - Implemented UpdateZOrder() method
14806         * XplatUIOSX.cs: Added SetWindowStyle() stub
14807
14808 2005-01-12  Geoff Norton  <gnorton@customerdna.com>
14809
14810         * XplatUIOSX.cs: Fix SetZOrder (this needs more testing with a 3
14811         button mouse).
14812
14813
14814 2005-01-11  Jackson Harper  <jackson@ximian.com>
14815
14816         * TreeView.cs: Still need to draw lines to siblings even if out of
14817         the current node is out of the clip.
14818
14819 2005-01-11  Jackson Harper  <jackson@ximian.com>
14820
14821         * TreeView.cs: When setting the hbar/vbar/grip position use
14822         SetBounds so that perform layout is only called once. Also suspend
14823         and resume layout so layout is only done once for all controls.
14824         - Removed some debug fluff
14825         * SizeGrip.cs: Call base implmentation in overriding methods.
14826         - When visibility is changed the drawing buffers are killed so we
14827         need to redraw.
14828
14829 2005-01-11  Jackson Harper  <jackson@ximian.com>
14830
14831         * TreeView.cs: Calculate the open node count while drawing. This
14832         saves us an entire tree traversal for every paint operation. Use
14833         a member var for the open node count so less vars are passed around.
14834
14835 2005-01-11  John BouAntoun  <jba-mono@optusnet.com.au>
14836
14837         * MonthCalendar.cs:
14838         - fixed selection to use mousemove, not mouse polling on timer
14839         * ThemeWin32Classic.cs
14840         - removed redundant unused variable "no_more_content"
14841         
14842 2005-01-11  Peter Bartok  <pbartok@novell.com>
14843
14844         * XplatUIX11.cs (DoEvents): Needs to return when no more events
14845           are pending, so it now calls PeekMessage instead of GetMessage;
14846           implemented a incomplete version of PeekMessage
14847         
14848 2005-01-11  Peter Bartok  <pbartok@novell.com>
14849
14850         * XplatUIWin32.cs: Switched P/Invokes to unicode charset to avoid
14851           I18n issues
14852         * TextBoxBase.cs: Added sending of TextChanged event
14853
14854 2005-01-10  Jackson Harper  <jackson@ximian.com>
14855
14856         * TreeView.cs: Try not to draw outside the clipping rectangle on
14857         each node element.
14858
14859 2005-01-10  Jordi Mas i Hernandez <jordi@ximian.com>
14860
14861         * ComboBox.cs: keyboard navigation, item navigation, bug fixes
14862
14863 2005-01-10  Jackson Harper  <jackson@ximian.com>
14864
14865         * TreeView.cs:
14866         - Implement fast scrolling. Now only the newly
14867         exposed nodes are drawn and the old image is moved using the
14868         XplatUI::ScrollWindow method.
14869         - Factor in height of nodes when calculating whether or not the
14870         node is in the clipping rect.
14871
14872 2005-01-10  Jackson Harper  <jackson@ximian.com>
14873
14874         * TreeNodeCollection.cs: Refresh the tree when a new node is added.
14875
14876 2005-01-10  Peter Bartok  <pbartok@novell.com>
14877
14878         * Application.cs: Added temporary hack to resolve all our resize
14879           required issues on startup. This will get fixed properly at
14880           some point in the future
14881
14882 2005-01-10  Jackson Harper  <jackson@ximian.com>
14883
14884         * SizeGrip.cs: New internal class that is used as a sizing
14885         grip control...hence the name.
14886
14887 2005-01-10  Peter Bartok  <pbartok@novell.com>
14888
14889         * Control.cs: Implemented proper TabIndex handling, now assigning
14890           a tabindex when a control is added to a container
14891         * GroupBox.cs (ctor): Now sets the Container style bit, required
14892           for Control.GetNextControl()
14893
14894 2005-01-09  Jackson Harper  <jackson@ximian.com>
14895
14896         * TextBoxBase.cs: Clear window when scrolling (fixes build).
14897
14898 2005-01-09  Peter Bartok <pbartok@novell.com>
14899
14900         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
14901           XplatUIX11.cs: Added ability to control ScrollWindow expose and
14902           an overload for ScrollWindow to allow only scrolling a rectangle
14903
14904 2005-01-09  Peter Bartok <pbartok@novell.com>
14905
14906         * Form.cs:
14907           - Implemented SetDesktopBounds method
14908           - Implemented SetDesktopLocation method
14909
14910 2005-01-08  Jackson Harper  <jackson@ximian.com>
14911
14912         * TreeView.cs: Only set the vbar's Maximum and LargeChange when
14913         the node count has changed, this removes to VScroll::Refresh calls
14914         when drawing.
14915
14916 2005-01-08  Geoff Norton  <gnorton@customerdna.com>
14917
14918         * XplatUIOSX.cs: Fix GetWindowState & SetWindowState
14919
14920 2005-01-07  Jackson Harper  <jackson@ximian.com>
14921
14922         * TreeNode.cs: Just update the single node when it is
14923         checked. Don't refresh after toggling, the Expand/Collapse already
14924         handles this.
14925         * TreeView.cs: Respect clipping a little more when drawing. Try
14926         not to redraw things that don't need to be redrawn. Just hide the
14927         scrollbars when they are no longer needed instead of removing
14928         them, so they don't have to be created again and again.
14929         
14930 2005-01-07  Geoff Norton  <gnorton@customerdna.com>
14931
14932         * XplatUIOSX.cs (SetCaretPos):  We need to translate the view
14933         coordinates to window space to place the caret properly, FIXED.
14934         Implement GetWindowState & SetWindowState
14935
14936 2005-01-06  Peter Bartok <pbartok@novell.com>
14937
14938         * Form.cs:
14939           - Implemented ClientSize property
14940           - Implemented DesktopBounds property
14941           - Implemented DesktopLocation property
14942           - Implemented IsRestrictedWindow property
14943           - Implemented Size property
14944           - Implemented TopLevel property
14945           - Implemented FormWindowState property
14946         * Control.cs:
14947           - Implemented GetTopLevel() method
14948           - Implemented SetTopLevel() method
14949         * X11Structs.cs (Atom):
14950           - Added AnyPropertyType definition
14951           - Added MapState definiton and updated XWindowAttribute struct
14952         * XplatUI.cs: Added GetWindowState() and SetWindowState() methods
14953         * XplatUIDriver.cs: Added GetWindowState() and SetWindowState() methods
14954         * XplatUIOSX.cs: Stubbed GetWindowState() and SetWindowState() methods
14955         * XplatUIWin32.cs:
14956           - Implemented GetWindowState() and SetWindowState() methods
14957           - Fixed Win32GetWindowLong return type
14958         * XplatUIX11.cs:
14959           - Introduced central function for sending NET_WM messages
14960           - Implemented GetWindowState() and SetWindowState() methods
14961         * TextBoxBase.cs (set_Lines):
14962           - Now uses Foreground color for text added via Text property (Duh!)
14963           - Added code to remember programmatically requested size (fixes
14964             behaviour when Multiline is set after Size)
14965           - Added AutoSize logic
14966
14967 2005-01-06  Jackson Harper  <jackson@ximian.com>
14968
14969         * TreeView.cs: Draw the image after the checkbox if checkboxes are enabled.
14970
14971 2005-01-06  Jackson Harper  <jackson@ximian.com>
14972
14973         * ListBox.cs: Don't allow the horizontal scrollbars maximum to be
14974         set to less then 0.
14975
14976 2005-01-06  Jackson Harper  <jackson@ximian.com>
14977
14978         * ScrollableControl.cs: Lazy init the scrollbars.
14979         
14980 2005-01-06  Jackson Harper  <jackson@ximian.com>
14981
14982         * Theme.cs: Speed up getting pens and solid brushes, by using
14983         their ARGB as a hash instead of tostring and not calling Contains.
14984
14985 2005-01-06  Peter Bartok <pbartok@novell.com>
14986
14987         * Form.cs:
14988           - Implemented OnActivated and OnDeactivate event trigger
14989           - Implemented Activate() method
14990           - Fixed ShowDialog() to activate the form that was active before
14991             the dialog was shown
14992         * XplatUIX11.cs:
14993           - Added global active_window var that tracks the currently active
14994             X11 window
14995           - Now always grabs Property changes from the root window to always
14996             catch changes on the active window property
14997           - Added code to PropertyNotify handler to send Active/Inactive
14998             messages when state changes. This puts X11 and Win32 en par on
14999             WM_ACTIVATE notifications (except for double notifications when
15000             the user clicks away from our modal window to another one of our
15001             windows)
15002
15003 2005-01-05  Jackson Harper  <jackson@ximian.com>
15004
15005         * ImageList.cs: Implment ctor
15006
15007 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
15008
15009         * XplatUIOSX.cs: Implement Activate/SetTopmost
15010
15011 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
15012
15013         * XplatUIOSX.cs: Implement SetZOrder, minor cleanup
15014
15015 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
15016
15017         * XplatUIOSX.cs: Implement GetActive/SetFocus.
15018
15019 2005-01-05  Peter Bartok <pbartok@novell.com>
15020
15021         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs,
15022           XplatUIOSX.cs: Added GetActive method to return the currently
15023           active window for the application (or null, if none is active)
15024         * Form.cs:
15025           - Implemented ActiveForm
15026           - Commented out owner assignment for modal dialogs (causes problems
15027             on Win32, since the owner will be disabled)
15028           - Reworked some Active/Focus handling (still incomplete)
15029         * CommonDialog.cs: Commented out owner assignment for modal dialogs
15030           (causes problems on Win32, since the owner will be disabled)
15031         * IWin32Window: Added ComVisible attribute
15032
15033 2005-01-05  Peter Bartok <pbartok@novell.com>
15034
15035         * ToolTip.cs (WndProc): Enable setting focus now that we have the
15036           required XplatUI functions.
15037
15038 2005-01-05  Peter Bartok <pbartok@novell.com>
15039
15040         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIDriver.cs,
15041           XplatUIX11.cs, X11Structs.cs, Form.cs: Framework code required
15042           to implement focus and activation handling; still incomplete and
15043           with debug output
15044
15045 2005-01-04  Peter Bartok <pbartok@novell.com>
15046
15047         * TextBoxBase.cs: Changed access level for Document property to
15048           match switch to internal for TextControl
15049
15050 2005-01-04  Peter Bartok <pbartok@novell.com>
15051
15052         * AccessibleObject: Added ComVisible attribute
15053
15054 2005-01-04  Jackson Harper  <jackson@ximian.com>
15055
15056         * X11Keyboard.cs: Remove unneeded var.
15057
15058 2005-01-04  Jackson Harper  <jackson@ximian.com>
15059
15060         * XplatUIX11.cs (DoEvents): Implement, Just cast aside all events
15061         but PAINT.
15062         * XplatUIX11.cs (GetMessage): Call Exit when we get an unknown
15063         ClientMessage. This makes apps exit cleanly (more often).
15064         
15065 2005-01-04  Jackson Harper  <jackson@ximian.com>
15066
15067         * TreeNode.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) for
15068         handling focus, return correct colors and fonts,
15069         * TreeView.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) to
15070         handle selection, horizontal scrolling, and mouse interaction.
15071
15072 2005-01-04  Peter Bartok <pbartok@novell.com>
15073
15074         * ICommandExecutor.cs: Added
15075         * IDataGridColumnStyleEditingNotificationService.cs: Added
15076         * IFeatureSupport.cs: Added
15077         * IFileReaderService.cs: Added
15078         * IDataObject.cs: Added ComVisible attribute
15079         * AmbientProperties.cs: Added
15080         * BaseCollection.cs: Added missing attributes
15081         * ListBindingConverter.cs: Added (stubbed, required for certain attributes)
15082         * BaseCollection.cs: Added missing attributes
15083         * Binding.cs: Added TypeConverter attribute
15084         * BindingContext.cs: Added DefaultEvent attribute
15085         * BindingsCollection.cs: Added DefaultEvent attribute
15086         * Button.cs: Added DefaultValue attribute
15087         * DragEventArgs.cs: Added ComVisible attribute
15088         * GiveFeedbackEventArgs.cs: Added ComVisible attribute
15089         * KeyEventArgs.cs: Added ComVisible attribute
15090         * KeyPressEventArgs.cs: Added ComVisible attribute
15091         * MouseEventArgs.cs: Added ComVisible attribute
15092         * NavigateEventArgs.cs: Added
15093         * NavigateEventHandler.cs: Added
15094         * FeatureSupport.cs: Added
15095         * OSFeature.cs: Added
15096         * Theme.cs: Added abstract Version property to support OSFeature
15097         * ThemeWin32Classic.cs: Added Version property to
15098           support OSFeature.Themes
15099         * ProgressBar.cs: Removed OnPaintBackground override, not required since
15100           the proper styles to avoid background drawing are set, also doesn't
15101           match MS signature
15102         * QueryAccessibilityHelpEventArgs.cs: Added ComVisible attribute
15103         * QueryContinueDragEventArgs.cs: Added ComVisible attribute
15104         * ScrollEventArgs.cs: Added ComVisible attribute
15105         * SplitterEventArgs.cs: Added ComVisible attribute
15106         * AccessibleSelection.cs: Added Flags attribute
15107         * Appearance.cs: Added ComVisible attribute
15108         * Border3DSide.cs: Added ComVisible attribute
15109         * Border3DStyle.cs: Added ComVisible attribute
15110         * BorderStyle.cs: Added ComVisible attribute
15111         * DragAction.cs: Added ComVisible attribute
15112         * ErrorBlinkStyle.cs: Added
15113         * ScrollEventType.cs: Added ComVisible attribute
15114         * AnchorStyles.cs: Added Editor attribute
15115         * DockStyle.cs: Added Editor attribute
15116         * HorizontalAlignment.cs: Added ComVisible attribute
15117         * HelpEventArgs.cs: Added ComVisible attribute
15118         * PaintEventArgs.cs: Added IDisposable
15119
15120 2005-01-04  Peter Bartok <pbartok@novell.com>
15121
15122         * TextControl.cs: Switched Line, LineTag and Document classes to
15123           internal
15124
15125 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
15126
15127         * ComboBox.cs, ThemeWin32Classic.cs, ListBox.cs, Theme.cs:
15128         Simple mode, fixes, IntegralHeight, etc.
15129
15130 2005-01-04  Peter Bartok <pbartok@novell.com>
15131
15132         * TextBoxBase.cs: Using proper font variable now
15133
15134 2005-01-04  Peter Bartok <pbartok@novell.com>
15135
15136         * Form.cs (ShowDialog): Set parent to owner, if provided
15137         * GroupBox.cs: Removed unused vars
15138         * TextControl.cs:
15139           - Added GetHashCode() for Document and LineTag classes
15140           - Removed unused variables
15141           - Added CharIndexToLineTag() and LineTagToCharIndex() methods
15142             to allow translation between continuous char position and line/pos
15143         * CheckBox.cs: Removed vars that are provided by base class
15144         * RadioButton.cs: Removed vars that are provided by base class, added
15145           new keyword where required
15146         * LinkLabel.cs: Added new keyword where required
15147         * Control.cs (WndProc): Removed unused variable
15148         * TextBoxBase.cs:
15149           - Finished SelectionLength property
15150           - Implemented SelectionStart property
15151           - Implemented Text property
15152           - Removed unused vars
15153         * MessageBox.cs: Added new keyword where required
15154         * TextBox.cs: Removed Text property code (now in TextBoxBase), fixed
15155           WndProc signature
15156         * MenuAPI.cs: Added new keyword where required
15157         * ButtonBase.cs: Removed vars that are provided by base class, added
15158           new keyword where required
15159         * ThemeWin32Classic.cs (DrawMonthCalendarDate): Now cast Math.Floor
15160           argument to double, to allow compiling with csc 2.0 (Atsushi ran
15161           into this)
15162         * Application.cs (Run): Now triggers the ThreadExit event
15163         * CommonDialog.cs: Added new keyword where required; now properly sets
15164           parent (owner) for dialog
15165         * XplatUIX11.cs: Commented out unused vars
15166         * StatusBar.cs: Fixed signature for Text property
15167         * TabPage.cs: Undid Jordi's removal of unused var, now using the var
15168
15169 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
15170
15171         * ComboBox.cs, TabPage.cs, MenuAPI.cs, ThemeWin32Classic.cs,
15172         TrackBar.cs, MonthCalendar.cs: remove unused vars
15173
15174 2005-01-03  Jackson Harper  <jackson@ximian.com>
15175
15176         * ThemeWin32Classic.cs:
15177         * X11Keyboard.cs: Remove unused vars.
15178
15179 2005-01-03  Peter Bartok  <pbartok@novell.com>
15180
15181         * TextBox.cs:
15182           - set_Text: Tied into TextControl
15183           - set_TextAlignment: Tied into TextControl
15184         * TextControl.cs:
15185           - Added alignment properties and implemented alignment handling
15186             and drawing (still has a bug, not generating proper expose events)
15187           - Added new Line() constructor to allow passing the line alignment
15188           - Fixed selection setting, properly handling end<start now
15189           - Added aligment considerations to RecalculateDocument()
15190         * TextBoxBase.cs:
15191           - Now properly enforces control height for single line controls
15192           - Added support for CharacterCasing
15193           - Added IsInputKey override
15194           - Fixed Keys.Enter logic
15195           - Added SetBoundsCore override
15196           - Fixed mouse selection handling
15197
15198 2005-01-03  Jackson Harper  <jackson@ximian.com>
15199
15200         * TreeView.cs:
15201           - Collapse and uncheck all nodes when CheckBoxes is disabled.
15202           - Checkboxes are always aligned to the bottom of the node,
15203           regardless of item height.
15204           - Use the node bounds to draw the text so we can center it when
15205           the item height is greater then the font height.
15206           - Node::Bounds are only the text part of the node.
15207         * TreeNode.cs: New method to combine collapsing and unchecking all
15208           nodes recursively.
15209
15210 2005-01-02  Jackson Harper  <jackson@ximian.com>
15211
15212         * TreeView.cs: Draw checkmarks, handle detecting check mark clicks
15213         * TreeNode.cs: Add a bounding box for the checkbox, refresh the
15214         tree when a check is changed. TODO: Only refresh the checked node.
15215
15216 2004-12-30  Jackson Harper  <jackson@ximian.com>
15217
15218         * TreeView.cs: Draw checkbox boxes when checkboxes are enabled.
15219         * TreeNode.cs: When collapsing make sure to never collapse the
15220         root node.
15221
15222 2004-12-29  Jackson Harper  <jackson@ximian.com>
15223
15224         * TreeView.cs: Align lines to the bottom of plus minus boxes properly.
15225         
15226 2004-12-28  Zoltan Varga  <vargaz@freemail.hu>
15227
15228         * X11Structs.cs X11Keyboard.cs XplatUIX11.cs: Fix 64 bit issues.
15229
15230 2004-12-28  Peter Bartok  <pbartok@novell.com>
15231
15232         * MessageBox.cs (get_CreateParams): Don't use owner var if it's
15233           not yet assigned
15234
15235 2004-12-28  Peter Bartok  <pbartok@novell.com>
15236
15237         * Control.cs (WndProc): Added WM_HELP handler, now generates
15238           HelpRequested event
15239         * Form.cs: Added HelpButton property and required support code
15240         * XplatUIStructs.cs: Added HELPINFO structure for WM_HELP handling
15241
15242 2004-12-28  Peter Bartok  <pbartok@novell.com>
15243
15244         * CommonDialog.cs:
15245           - Made DialogForm.owner variable internal
15246           - Added check to ensure owner form is set before setting
15247             owner properties in CreateParams
15248
15249 2004-12-28  Geoff Norton  <gnorton@customerdna.com>
15250
15251         * XplatUIOSX.cs: Implement mouse hovering.  Fix QDPoint struct to avoid
15252           swizzling.  Implement ClientToScreen and ScreenToClient.  Implement
15253           GetCursorPos.  Fix major visibility issues.  Rework the windowing
15254           system to support borderless/titleless windows (implements menus).
15255           Fix GetWindowPos.  Implement initial background color support for
15256           views.
15257
15258 2004-12-28  Peter Bartok  <pbartok@novell.com>
15259
15260         * Form.cs (get_CreateParams): Make sure we have an owner before using
15261           the owner variable. Implement proper default if no owner exists
15262
15263 2004-12-28  Peter Bartok  <pbartok@novell.com>
15264
15265         * In preparation for making Managed.Windows.Forms the default build target
15266           for System.Windows.Forms, the following stubbed files were added.
15267           Dialogs are currently being implemented by contributors and are only
15268           short-term place holders.
15269         * ColorDialog.cs: Initial check-in (minmal stub)
15270         * DataGrid.cs: Initial check-in (minimal stub)
15271         * DataGridLineStyle.cs: Initial check-in (minimal stub)
15272         * DataGridParentRowsLabelStyle.cs: Initial check-in (minimal stub)
15273         * DataGridTableStyle.cs: Initial check-in (minimal stub)
15274         * FontDialog.cs: Initial check-in (minimal stub)
15275         * FileDialog.cs: Initial check-in (minimal stub)
15276         * GridColumnStylesCollection.cs: Initial check-in (minimal stub)
15277         * GridTableStylesCollection.cs: Initial check-in (minimal stub)
15278         * OpenFileDialog: Initial check-in (minimal stub)
15279         * IComponentEditorPageSite.cs: Initial check-in
15280         * Splitter.cs: Initial check-in (for Jackson)
15281         * SplitterEventArgs.cs: Initial check-in (for Jackson)
15282         * SplitterEventHandler.cs: Initial check-in (for Jackson)
15283         * TextBox.cs: Initial check-in; still needs some wiring to
15284           TextControl backend
15285         * Form.cs: Implemented ControlBox property
15286         * MessageBox.cs: Added proper coding for Minimize/Maximize/ControlBox
15287         * CommonDialog.cs: Added proper coding for Minimize/Maximize/ControlBox
15288         * TextControl.cs: Added selection functionality; added todo header
15289         * TextBoxBase.cs:
15290           - Implemented Lines property
15291           - Implemented TextHeight property
15292           - Implemented SelectedText property
15293           - Implemented SelectionLength property
15294           - Implemented SelectAll method
15295           - Implemented ToString method
15296           - Removed and cleaned up some debug code
15297           - Implemented (still buggy) mouse text selection
15298
15299 2004-12-27  Jordi Mas i Hernandez <jordi@ximian.com>
15300
15301         * ComboBox.cs: Complete DropDownList implementation, fixes.
15302
15303 2004-12-26  Jordi Mas i Hernandez <jordi@ximian.com>
15304
15305         * ThemeWin32Classic, Theme.cs: ComboBox drawing methods
15306         * ComboBoxStyle.cs: ComboBoxStyle enum
15307         * ComboBox.cs: Initial work on ComboBox control
15308
15309 2004-12-21  Peter Bartok  <pbartok@novell.com>
15310
15311         * Control.cs (ctor, CreateParams): Moved setting of is_visible
15312           forward so that anything that creates a window gets the default,
15313           also no longer uses Visible property in CreateParams to avoid
15314           walking up the parent chain and possibly get the wrong visible
15315           status. Fixed IsVisible to no longer walk up to the parent.
15316
15317 2004-12-21  Peter Bartok  <pbartok@novell.com>
15318
15319         * Form.cs (ShowDialog): Unset modality for the proper window
15320  
15321 2004-12-20  Peter Bartok  <pbartok@novell.com>
15322
15323         * CommonDialog.cs: Initial check-in
15324
15325 2004-12-20  Peter Bartok  <pbartok@novell.com>
15326
15327         * Control.cs (Visible): Now uses the parent window instead of the
15328           client area window for the property
15329
15330         * Form.cs
15331           - ShowDialog(): Now uses the proper window for modality
15332           - The default visibility state for the form parent is now false. This
15333             will prevent the user from seeing all the changes to the form and
15334             its controls before the application hits Application.Run()
15335           - Removed some stale commented out code
15336
15337         * NativeWindow.cs:
15338           - Added FindWindow() method to have a method to check for existence
15339             of a window handle
15340           - Added ability to override default exception handling (for example
15341             when debugging with VS.Net; to do this the ExternalExceptionHandler
15342             define must be set
15343           - Removed some useless debug output
15344
15345         * XplatUIX11.cs:
15346           - Removed r37929 (SetModal patch from Ashwin Bharambe), was
15347             not working as expected
15348           - Implemented modal_window stack and checking for _WM_ACTIVE_WINDOW
15349             property to allow switching back to the modal window if focus is
15350             given to another one of our windows (Application Modal)
15351           - Now only sets override_redirect if we create a window
15352             without WS_CAPTION
15353           - Moved EventMask selection before mapping of newly created window
15354             so we can catch the map event as well
15355           - Implemented Activate() method via the _WM_ACTIVE_WINDOW property
15356           - Added various Atom related DllImports
15357           - Implemented Exit() method
15358           - .ctor() : No longer shows window if WS_VISIBLE is not defined
15359             in the CreateParams
15360
15361         * MessageBox.cs: Now properly deals with the FormParent window by
15362           providing an override the FormParent CreateParams property to
15363           set as POPUP instead of OVERLAPPED window.
15364
15365 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
15366
15367         * XplatUIOSX.cs: Implement DestroyWindow.  Implement ScrollWindow
15368         Minor code cleanup.
15369
15370 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
15371         
15372         * XplatUIOSX.cs (SetModal): Implement this method on OSX.
15373
15374 2004-12-18  Peter Bartok  <pbartok@novell.com>
15375
15376         * XplatUIX11.cs (SetModal): Applied patch from Ashwin Bharambe,
15377           implementing SetModal() method
15378
15379 2004-12-18  Peter Bartok  <pbartok@novell.com>
15380
15381         * X11Structs.cs (XGCValues): Fixed type of function element
15382         * XplatUI.cs: Added ScrollWindow() method
15383         * XplatUIDriver.cs: Added ScrollWindow() abstract
15384         * XplatUIWin32.cs: Implemented ScrollWindow() method
15385         * XplatUIX11.cs: Implemented ScrollWindow() method
15386         * XplatUIOSX.cs: Stubbed out ScrollWindow() method
15387
15388 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
15389
15390         * XplatUIOSX.cs:  Fix cursor to use an Invert instead of drawing it
15391         Some more keyboard support (INCOMPLETE)
15392
15393 2004-12-17  Peter Bartok  <pbartok@novell.com>
15394
15395         * TextControl.cs:
15396         - Added color attribute to line tags.
15397         - Added color argument to all functions dealing with tags
15398         - Added color argument support to various functions
15399         - Fixed miss-calculation of baseline/shift in certain circumstances
15400
15401         * TextBoxBase.cs: Added new color option to test code
15402
15403 2004-12-17  Jackson Harper  <jackson@ximian.com>
15404
15405         * TreeNode.cs:
15406         * MonthCalendar.cs: Signature fixes
15407
15408 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
15409
15410         * XplatUIOSX.cs: Find the missing caret; caret was dissappearing after a
15411         keyboard event moved it.  Create a new graphics context for each paint resolves this
15412
15413 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
15414
15415         * XplatUIOSX.cs: Fix hard cpu eat on loop with existing timers,
15416         Make caret exist and go blink blink.  Initial keyboard support.
15417         Fix exception handler, Add Invalidate support.  Change way RefreshWindow
15418         works.
15419
15420 2004-12-17  Jackson Harper  <jackson@ximian.com>
15421
15422         * XplatUIStructs.cs: Updated set of virtual keycodes.
15423         * KeyboardLayouts.cs: SCROLL_LOCK is now SCROLL
15424
15425 2004-12-17  Jackson Harper  <jackson@ximian.com>
15426
15427         * XplatUIX11.cs: Prune old keyboard code.
15428
15429 2004-12-17  Jackson Harper  <jackson@ximian.com>
15430
15431         * XplatUIX11.cs: When generating mouse wparams get the modifier
15432         keys from the ModifierKeys property.
15433
15434 2004-12-17  Jackson Harper  <jackson@ximian.com>
15435
15436         * X11Keyboard.cs: Send up/down input when generating
15437         messages. Remove some unused vars.
15438
15439 2004-12-17  Jackson Harper  <jackson@ximian.com>
15440
15441         * TabControl.cs:
15442         * TreeView.cs: get rid of warnings.
15443
15444 2004-12-17  Jackson Harper  <jackson@ximian.com>
15445
15446         * XplatUIStructs.cs: Fix a couple wrong virtual keycodes.
15447
15448 2004-12-17  Jordi Mas i Hernandez <jordi@ximian.com>
15449
15450         * ListBox.cs: bug fixes, changes for CheckedListBox.cs
15451           CheckedListBox.cs: Implementation
15452
15453 2004-12-17  Peter Bartok  <pbartok@novell.com>
15454
15455         * TextControl.cs (RecalculateLine): Fixed baseline aligning calcs
15456
15457 2004-12-16  Peter Bartok  <pbartok@novell.com>
15458
15459         * TextControl.cs:
15460           - InsertCharAtCaret(): Fixed start pos fixup
15461           - CaretLine_get: No longer derives the line from the tag, the tag
15462             could be stale if lines in the document have been added or deleted
15463           - RebalanceAfterDelete(): Fixed bug in balancing code
15464           - RebalanceAfterAdd(): Fixed really stupid bug in balancing code
15465           - Line.Streamline(): Now can also elminate leading empty tags
15466           - DumpTree(): Added a few more tests and prevented exception on
15467             uninitialized data
15468           - Added Debug section for Combining lines
15469           - Delete(): Now copies all remaining properties of a line
15470           
15471         * TextBoxBase.cs:
15472           - Left mousebutton now sets the caret (and middle button still acts
15473             as formatting tester, which must go away soon)
15474           - Added Debug section for Deleting/Combining lines
15475           - Fixed calculations for UpdateView after Combining lines
15476
15477 2004-12-16  Peter Bartok  <pbartok@novell.com>
15478
15479         * TextControl.cs: Now properly aligns text on a baseline, using the
15480           new XplatUI.GetFontMetrics() method. Simplified several calculations
15481         * TextBoxBase.cs: Moved #endif to allow compiling if Debug is not
15482           defined
15483
15484 2004-12-16  Peter Bartok  <pbartok@novell.com>
15485
15486         * XplatUI.cs: Added GetFontMetrics() method
15487         * XplatUIDriver.cs: Added GetFontMetrics() abstract
15488         * XplatUIX11.cs: Implemented GetFontMetrics() method, now calls
15489           into libgdiplus, our private GetFontMetrics function
15490         * XplatUIOSX.cs: Implemented GetFontMetrics() method, same as X11
15491         * XplatUIWin32.cs: Implemented GetFontMetrics() method
15492
15493 2004-12-16  Jackson Harper  <jackson@ximain.com>
15494
15495         * XplatUIStruct.cs: Add enum for dead keys
15496         * X11Keyboard.cs: Map and unmap dead keys.
15497
15498 2004-12-16  Jackson Harper  <jackson@ximian.com>
15499
15500         * X11Keyboard.cs: Detect and use the num lock mask.
15501
15502 2004-12-16  Peter Bartok  <pbartok@novell.com>
15503
15504         * Control.cs (CreateGraphics): Added check to make sure the
15505           handle of the window exists before calling Graphics.FromHwnd()
15506
15507 2004-12-16  Peter Bartok  <pbartok@novell.com>
15508
15509         * TextBoxBase.cs: Initial check-in. DO NOT TRY TO USE THIS YET. It
15510           contains a lot of code that's not supposed to be there for the
15511           real thing, but required for developing/testing the textbox
15512           backend.
15513
15514 2004-12-16  Peter Bartok  <pbartok@novell.com>
15515
15516         * TextControl.cs:
15517         - Fixed Streamline method
15518         - Added FindTag method to Line
15519         - Added DumpTree method for debugging
15520         - Added DecrementLines() method for deleting lines
15521         - Fixed UpdateView to update the cursor to end-of-line on single-line
15522           updates
15523         - Added PositionCaret() method
15524         - Fixed MoveCaret(LineDown) to move into the last line, too
15525         - Added InsertChar overload
15526         - Fixed InsertChar tag offset calculations
15527         - Added DeleteChar() method
15528         - Added Combine() method for folding lines
15529         - Fixed Delete() method, no longer allocates wasted Line object and
15530           now copies all properties when swapping nodes
15531         - Delete() method now updates document line counter
15532
15533 2004-12-15  Jackson Harper  <jackson@ximian.com>
15534
15535         * XplatUIX11.cs: Get the modifier keys from the keyboard driver
15536         * X11Keyboard.cs: Expose the currently selected modifier keys
15537         through a property.
15538
15539 2004-12-15  Peter Bartok  <pbartok@novell.com>
15540
15541         * TextControl.cs: Initial check-in. Still incomplete
15542
15543 2004-12-15  Jackson Harper  <jackson@ximian.com>
15544
15545         * TreeNode.cs:
15546         * TreeView.cs: Fix build on csc (second time today ;-))
15547
15548 2004-12-15  Jackson Harper  <jackson@ximian.com>
15549
15550         * TreeView.cs: Store the treenodes plus/minus box bounds when it
15551         is calculated and use this for click testing.
15552         * TreeNode.cs: Add functionality to store the nodes plus minus box bounds.
15553
15554 2004-12-15  Jackson Harper  <jackson@ximian.com>
15555
15556         * TreeView.cs: Pass the nodes image index to the image list when
15557         drawing that image.
15558
15559 2004-12-15  Jackson Harper  <jackson@ximian.com>
15560
15561         * X11Keyboard.cs: Set messages hwnd.
15562         * XplatUIX11.cs: Pass proper hwnd wot keyboard driver. Set hwnd on
15563         post_message calls.
15564
15565 2004-12-15  Jackson Harper  <jackson@ximian.com>
15566
15567         * X11Keyboard.cs: Fix to compile with csc.
15568         
15569 2004-12-15  Jackson Harper  <jackson@ximian.com>
15570
15571         * X11Structs.cs: Add key mask values
15572         * XplatUIStruct.cs: Add keyboard event flags, and keyboard definitions
15573         * X11Keyboard.cs: New file - Extrapolates and interpolates key
15574         down/up foo into WM_CHAR foo
15575         * KeyboardLayouts.cs: Common keyboard layouts
15576         * XplatUIX11.cs: Add the keyboard driver. Add functionality to
15577         post messages into the main queue.
15578
15579 2004-12-13  Jordi Mas i Hernandez <jordi@ximian.com>
15580
15581         * Button.cs: implement ProcessMnemonic
15582         * ThemeWin32Classic.cs: use ResPool (caching) instead of creating
15583           brushes everytime
15584         * Control.cs: fixes IsMnemonic (support for &&, case insensitive, etc)
15585         * ButtonBase.cs: Show HotkeyPrefix (not the &)
15586
15587 2004-12-12  John BouAntoun  <jba-mon@optusnet.com.au>
15588         
15589         * MonthCalendar.cs: Implemented click-hold for next/previous month
15590           and date selection
15591           
15592 2004-12-11  Peter Bartok  <pbartok@novell.com>
15593
15594         * X11Structs.cs:
15595           - Added XKeyboardState (moved from XplatUIX11.cs)
15596           - Added XCreateGC related enums and structures
15597           - Added GXFunction for XSetFunction
15598
15599         * XplatUIStructs.cs: Added missing WS_EX_xxx definitions
15600
15601         * XplatUI.cs: Added CreateCaret(), DestroyCaret(), SetCaretPos() and
15602           CaretVisible() calls
15603
15604         * ToolTip.cs: Added code to prevent stealing focus from app windows
15605
15606         * XplatUIDriver.cs: Added abstracts for caret functions (CreateCaret,
15607           DestroyCaret, SetCaretPos and CaretVisible)
15608
15609         * XplatUIX11.cs:
15610           - Added implementation for caret functions
15611           - Moved hover variables into a struct, to make it a bit easier
15612             on the eyes and to debug
15613           - Removed XKeyboardState (moved to XplatUIX11.cs)
15614           - Moved Keyboard properties into the properties region
15615
15616         * Control.cs (get_Region): Control.CreateGraphics is the appropriate
15617           call to get a graphics context for our control
15618
15619         * XplatUIOSX.cs: Added empty overrides for the new caret functions
15620
15621         * TreeView.cs: Fixed bug. No matter what color was set it would always
15622           return SystemColors.Window
15623
15624         * XplatUIWin32.cs: Implemented caret overrides
15625
15626 2004-12-10  Jordi Mas i Hernandez <jordi@ximian.com>
15627
15628         * ListBox.cs: fire events, implement missing methods and properties,
15629         sorting.
15630
15631 2004-12-10  John BouAntoun <jba-mono@optusnet.com.au>
15632
15633         * MonthCalendar.cs: invalidation bug fixing
15634         * ThemeWin32Classic.cs: paint fixing
15635
15636 2004-12-09  Geoff Norton  <gnorton@customerdna.com>
15637
15638         * XplatUIOSX.cs: Refactor to pass the real hwnd into Graphics.FromHwnd, we
15639         prepare the CGContextRef there now.
15640
15641 2004-12-09  John BouAntoun <jba-mono@optusnet.com.au>
15642
15643         * MonthCalendar.cs:
15644           - optimisationL only invalidate areas that have changed
15645         * ThemeWin32Classic.cs:
15646           - only paint parts that intersect with clip_area
15647
15648 2004-12-09  Peter Bartok  <pbartok@novell.com>
15649
15650         * Application.cs: Undid changes from r37004 which cause problems
15651         on X11
15652
15653 2004-12-09  Ravindra  <rkumar@novell.com>
15654
15655         * ToolBar.cs: Added support for displaying ContextMenu
15656         attached to a button on ToolBar.
15657         * ToolBarButton.cs: Uncomment/fixed the DropDownMenu
15658         property.
15659
15660 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
15661
15662         * Label.cs: autosize works in text change and removes unnecessary
15663         invalidate
15664
15665 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
15666
15667         * ThemeWin32Classic.cs, XplatUIOSX.cs, XplatUIWin32.cs:
15668         remove warnings
15669
15670 2004-12-08  Geoff Norton  <gnorton@customerdna.com>
15671
15672         * XplatUIOSX.cs: Added mouse move/click/grab support
15673         Remove some debugging WriteLines not needed anymore.
15674         Add window resizing/positioning.
15675         Fix visibility on reparenting.
15676
15677 2004-12-08  Peter Bartok  <pbartok@novell.com>
15678
15679         * XplatUIOSX.cs: Added Idle event, now compiles on VS.Net
15680
15681 2004-12-07  Geoff Norton  <gnorton@customerdna.com>
15682
15683         * XplatUIOSX.cs: Initial checkin
15684         * XplatUI.cs: Use the Quartz driver if the environment is set to use it
15685
15686 2004-12-03  Ravindra <rkumar@novell.com>
15687
15688         * ListView.cs: Added some keybindings and fixed scrolling.
15689         ScrollBars listen to ValueChanged event instead of Scroll
15690         Event. This would let us take care of all changes being
15691         done in the scrollbars' values programmatically or manually.
15692         * ListView.cs (CanMultiselect): Added a check for shift key.
15693         * ListView.cs (EnsureVisible): Fixed. Do proper scrolling.
15694         * ListViewItem.cs (Clone): Fixed. We need to make a copy
15695         of ListViewSubItemCollection as well.
15696
15697 2004-12-06  Peter Bartok <pbartok@novell.com>
15698
15699         * Control.cs (Parent): Added check and exception to prevent
15700         circular parenting
15701
15702 2004-12-03  Jordi Mas i Hernandez <jordi@ximian.com>
15703
15704         * ListBox.cs: implemented clipping, selection single and multiple,
15705         bug fixing
15706
15707 2004-12-03  Ravindra <rkumar@novell.com>
15708
15709         * ListView.cs (ListView_KeyDown):
15710         * ListView.cs (ListView_KeyUp): Fixed multiple selection handling
15711         when CTRL key is pressed.
15712         * ListViewItem.cs (Selected): Fixed setting the property.
15713
15714 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
15715
15716         * Application.cs (OnThreadException): Use ThreadExceptionDialog.
15717
15718         * Form.cs: Add ActiveForm, FormBorderStyle, MaximizeBox,
15719         MinimizeBox, ShowInTaskbar, TopMost properties.
15720
15721         * ThreadExceptionDialog.cs: Implemented (disabled TextBox until
15722         will be implemented).
15723
15724 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
15725
15726         * OwnerDrawPropertyBag.cs: New internal parameterless ctor.
15727
15728         * TreeNode.cs: Implemented ICloneable, Fixed to pass my simple
15729         tests.
15730         
15731         * TreeNodeCollection.cs: Add exception throwing for Add,AddRange.
15732         
15733         * TreeView.cs: BackColor is Colors.Window.
15734
15735 2004-12-01  Jackson Harper  <jackson@ximian.com>
15736
15737         * TreeView.cs: When resizing the tree if the user is making it
15738         smaller we don't get expose events, so we need to handle adding
15739         the horizontal scrollbar in the size changed handler as well as
15740         the expose handler.
15741
15742 2004-12-02  Jordi Mas i Hernandez <jordi@ximian.com>
15743
15744         * DrawItemState.cs: fixes wrong enum values
15745
15746 2004-12-01  Jackson Harper  <jackson@ximian.com>
15747
15748         * TreeView.cs: Resize the hbar as well as the vbar on resize.
15749
15750 2004-12-01  Jackson Harper  <jackson@ximian.com>
15751
15752         * NodeLabelEditEventArgs.cs:
15753         * NodeLabelEditEventHandler.cs:
15754         * OpenTreeNodeEnumerator.cs:
15755         * TreeNode.cs:
15756         * TreeNodeCollection.cs:
15757         * TreeView.cs:
15758         * TreeViewAction.cs:
15759         * TreeViewCancelEventArgs.cs:
15760         * TreeViewCancelEventHandler.cs:
15761         * TreeViewEventArgs.cs:
15762         * TreeViewEventHandler.cs: Initial implementation.
15763
15764 2004-12-01  Ravindra <rkumar@novell.com>
15765
15766         * ListView.cs (CalculateListView): Fixed scrolling related
15767         calculations. Also, removed some debug statements from other
15768         places.
15769         * ListViewItem.cs: Changed access to 'selected' instance variable
15770         from private to internal.
15771         * ThemeWin32Classic.cs (DrawListViewItem): Fixed SubItem drawing.
15772
15773 2004-12-01  Jordi Mas i Hernandez <jordi@ximian.com>
15774
15775         * ThemeWin32Classic.cs: remove cache of brush and pens for
15776         specific controls and use the global system, fixes scrollbutton
15777         bugs (for small sizes, disabled, etc)
15778         
15779         * ScrollBar.cs: does not show the thumb for very small controls
15780         (as MS) and allow smaller buttons that the regular size
15781
15782 2004-12-01  Miguel de Icaza  <miguel@ximian.com>
15783
15784         * UpDownBase.cs: Add abstract methods for the interface.
15785         Add new virtual methods (need to be hooked up to TextEntry when it
15786         exists).
15787         Add override methods for most features.
15788         Computes the size, forces the height of the text entry.
15789
15790         * NumericUpDown.cs: Put here the current testing code.
15791
15792         * Set eol-style property on all files that do not have mixed line
15793         endings, to minimize the future problems.  There are still a few
15794         files with mixed endings, and someone should choose whether they
15795         want to move it or not.
15796
15797 2004-11-30  Jordi Mas i Hernandez <jordi@ximian.com>
15798
15799         * MonthCalendar.cs, ListView.cs: use Theme colours instead of
15800         System.Colors
15801         
15802 2004-11-30  Ravindra <rkumar@novell.com>
15803
15804         * ThemeWin32Classic.cs (DrawListViewItem): Fixed selected item
15805         drawing and replaced use of SystemColors by theme colors.
15806         * ListView.cs (ListView_Paint): Fixed painting done during scrolling.
15807         * ListView.cs (ListViewItemCollection.Add): Throw exception when
15808         same ListViewItem is being added more than once.
15809
15810 2004-11-30  John BouAntoun <jba-mono@optusnet.com.au>
15811
15812         * MonthCalendar.cs:
15813           - ControlStyles love to make the control not flicker
15814           
15815 2004-11-30  Peter Bartok  <pbartok@novell.com>
15816
15817         * CharacterCasing.cs: Added
15818
15819 2004-11-29  Peter Bartok  <pbartok@novell.com>
15820
15821         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
15822           TreeViewAction.cs, TreeViewEventArgs.cs: Removed new files.
15823           I am removing these files as they conflict with already completed
15824           work. While it is fantastic to get contributions to MWF, I
15825           respectfully ask that everyone please coordinate their contributions
15826           through mono-winforms-list or #mono-winforms at this time. We're
15827           explicitly avoiding stubbing and don't want controls that don't have
15828           their basic functionality implemented in svn. Please also see
15829           http://www.mono-project.com/contributing/winforms.html
15830
15831
15832 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
15833
15834         * Application.cs (ModalRun): Don't hang after exit.
15835
15836         * Theme.cs: New TreeViewDefaultSize property.
15837
15838         * ThemeWin32Classic.cs: Replaced hardcoded defaultWindowBackColor
15839         with less hardcoded SystemColors constant.
15840         Implemented TreeViewDefaultSize.
15841
15842         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
15843         TreeViewAction.cs, TreeViewEventArgs.cs: New files.
15844
15845
15846 2004-11-29  John BouAntoun <jba-mono@optusnet.com.au>
15847
15848         * MonthCalendar.cs:
15849           - Fix NextMonthDate and PrevMonthDate click moving calendar
15850
15851 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
15852
15853         * MonthCalendar.cs:
15854           - Fix usage of ScrollChange Property when scrolling months
15855
15856 2004-11-26  Jordi Mas i Hernandez <jordi@ximian.com>
15857
15858         * Menu.cs, MainMenu.cs, MenuItem.cs, MenuAPI.cs
15859          - Fixes menu destroying
15860          - Support adding and removing items on already created menus
15861
15862 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
15863
15864         * MonthCalendar.cs:
15865           - Re-worked all bolded dates handling to match win32
15866         * ThemeWin32Classic.cs:
15867           - Fixed rendering with bolded dates
15868
15869 2004-11-25  Jordi Mas i Hernandez <jordi@ximian.com>
15870
15871         * ListBox.cs, Theme.cs, ThemeWin32Classic.cs:
15872         - Horizontal scroolbar
15873         - Multicolumn
15874         - Fixes
15875
15876
15877 2004-11-25  John BouAntoun <jba-mono@optusnet.com.au>
15878
15879         * MonthCalendar.cs:
15880           - Fix Usage of MaxSelectionCount from SelectionRange
15881           - Fixed Shift + Cursor Selection
15882           - Fixed Shift + (Pg up/Pg dn, Home/End) selection
15883           - Fixed normal cursor selection to be compat with win32
15884           - Fixed Shift + Mouse Click selection
15885
15886 2004-11-24  Peter Bartok <pbartok@novell.com>
15887
15888         * XplatUI.cs (DispatchMessage): Switched to return IntPtr
15889         * XplatUIDriver.cs (DispatchMessage): Switched to return IntPtr
15890         * XplatUIX11.cs:
15891           - CreatedKeyBoardMsg now updates keystate with Alt key
15892           - Added workaround for timer crash to CheckTimers, Jackson will
15893             develop a proper fix and check in later
15894           - Implemented DispatchMessage
15895           - Removed calling the native window proc from GetMessage (call
15896             now moved to DispatchMessage)
15897
15898         * KeyEventArgs.cs (Constructor): Now combines modifierkeys into
15899           the keydata (Fixes bug #69831)
15900
15901         * XplatUIWin32.cs:
15902           - (DispatchMessage): Switched to return IntPtr
15903           - Added DllImport for SetFocus
15904
15905 2004-11-24  Ravindra <rkumar@novell.com>
15906
15907         * ThemeWin32Classic.cs: Fixed ListView border and checkbox
15908         background drawing.
15909         * ListViewItem.cs: Fixed various properties, calculations
15910         and Clone() method. Fixed ListViewSubItemCollection.Clear() method.
15911         * ListView.cs: Fixed calculations, BackColor, ForeColor properties
15912         and some internal properties. Fixed MouseDown handler and Paint
15913         method.
15914
15915 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
15916
15917         * MonthCalendar.cs: Add TitleMonth ContextMenu handling
15918
15919 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
15920
15921         * ContainerControl.cs: correct accidental check in of local changes
15922
15923 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
15924
15925         * ThemeWin32Classic.cs:
15926                 - Fixed Drawing Last month in grid (sometimes not showing)
15927         * MonthCalendar.cs:
15928                 - Fixed title width calculation bug (makeing title small)
15929
15930 2004-11-23  Peter Bartok <pbartok@novell.com>
15931
15932         * XplatUIX11.cs:
15933           - Added generation of WM_MOUSEHOVER event
15934           - Added missing assignment of async_method atom
15935           - Fixed WM_ERASEBKGND; now only redraws the exposed area
15936
15937 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
15938
15939         * ThemeWin32Classic.cs:
15940                 - Fixed Drawing of today circle when showtodaycircle not set
15941                 - fixed drawing of first and last month in the grid (gay dates)
15942         * MonthCalendar.cs:
15943                 - Fixed Drawing of today circle
15944                 - Fixed drawing of grady dates
15945                 - Fixed HitTest for today link when ShowToday set to false
15946                 - Fixed DefaultSize to obey ShowToday
15947
15948 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
15949
15950         * ThemeWin32Classic.cs: Fixed DrawMonthCalendar and private support methods
15951         * System.Windows.Forms/Theme.cs
15952         * MonthCalendar.cs: added for MonthCalendar
15953         * SelectionRange.cs: added for MonthCalendar
15954         * Day.cs: added for MonthCalendar: added for MonthCalendar
15955         * DateRangeEventArgs.cs: added for MonthCalendar
15956         * DateRangeEventHandler.cs: added for MonthCalendar
15957
15958 2004-11-22  Ravindra <rkumar@novell.com>
15959
15960         * ThemeWin32Classic.cs: Fixed ListViewDrawing with 'UseItemStyleForSubItems'
15961         property.
15962
15963 2004-11-22  Miguel de Icaza  <miguel@ximian.com>
15964
15965         * UpDownBase.cs (InitTimer): Use prehistoric C# 1.0 notation for
15966         event handler.
15967         
15968         * NumericUpDown.cs: Added new implementation.
15969         * UpDownBase.cs: Added new implementation.
15970
15971         * XplatUIWin32.cs (KeyboardSpeed, KeyboardDelay): added default
15972         implementations.
15973         
15974         * XplatUIX11.cs (KeyboardSpeed, KeyboardDelay): added default
15975         implementations.
15976
15977         * XplatUIDriver.cs ((KeyboardSpeed, KeyboardDelay): added new
15978         methods.
15979
15980 2004-11-21  Miguel de Icaza  <miguel@ximian.com>
15981
15982         * Timer.cs  (Dispose): Should call the base dispose when
15983         overriding.
15984
15985 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
15986
15987         * ScrollBar.cs: updates thumb position when max, min or increment
15988         is changed
15989
15990 2004-11-21  Ravindra <rkumar@novell.com>
15991
15992         * ListView.cs: Implemented item selection, activation and
15993         column header style. Fixed properties to do a redraw, if
15994         required. Added support for MouseHover, DoubleClick, KeyDown
15995         and KeyUp event handling and some minor fixes.
15996         * ListViewItem.cs: Fixed constructor.
15997         * ThemeWin32Classic.cs: Improved drawing for ListView.
15998
15999 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
16000
16001         * ThemeWin32Classic.cs: initial listbox drawing code
16002         * DrawMode.cs: new enumerator
16003         * ListControl.cs: stubbed class
16004         * ListBox.cs: initial implementation
16005         * Theme.cs: new methods definitions
16006         * SelectionMode.cs: new enumerator
16007
16008 2004-11-17  Peter Bartok  <pbartok@novell.com>
16009
16010         * XplatUIWin32.cs: Added double-click events to the class style
16011         * Control.cs (WndProc):
16012           - Added handling of click-count to MouseDown/ MouseUp events.
16013           - Added handling of middle and right mouse buttons
16014           - Removed old debug code
16015
16016 2004-11-17  Jackson Harper  <jackson@ximian.com>
16017
16018         * XplatUIX11.cs: Use the new Mono.Unix namespace.
16019
16020 2004-11-17  Ravindra <rkumar@novell.com>
16021
16022         * ListView.cs: Added event handling for MouseMove/Up/Down.
16023         * ColumnHeader.cs: Added a read-only internal property 'Pressed'.
16024         * ThemeWin32Classic.cs: We need to clear the graphics context and
16025         draw column header in a proper state.
16026
16027
16028 2004-11-17  Jordi Mas i Hernandez <jordi@ximian.com>
16029
16030         *  Menu.cs: fixes signature
16031
16032 2004-11-16  Peter Bartok  <pbartok@novell.com>
16033
16034         * XplatUIX11.cs (GetMessage): Implemented generation of
16035           double click mouse messages
16036
16037 2004-11-12  Jordi Mas i Hernandez <jordi@ximian.com>
16038
16039         *  Form.cs, MainMenu.cs, MenuAPI.cs: tracker should be for tracking session
16040         not by menu
16041
16042 2004-11-11  Peter Bartok  <pbartok@novell.com>
16043
16044         * HandleData.cs: Added Visible property
16045         * XplatUIX11.cs (IsVisible): Now uses Visible property from
16046           HandleData
16047         * XplatUIX11.cs: Removed old debug leftovers
16048         * XplatUIX11.cs (DefWndProc): Added WM_ERASEBKGND handler
16049         * Control.cs (WndProc): Removed old debug leftovers,
16050           streamlined handling of WM_WINDOWPOSCHANGED, removed un-
16051           needed WM_SIZE handling
16052
16053 2004-11-11  Jackson Harper  <jackson@ximian.com>
16054
16055         * OwnerDrawPropertyBag.cs:
16056         * TreeViewImageIndexConverter.cs: Initial implementation
16057
16058 2004-11-10  Jackson Harper  <jackson@ximian.com>
16059
16060         * ThemeWin32Classic.cs:
16061         * TabControl.cs: instead of moving tabs by the slider pos just
16062         start drawing at the tab that is offset by the slider. This way
16063         scrolling always moves by exactly one tab.
16064
16065 2004-11-10  Jackson Harper  <jackson@ximian.com>
16066
16067         * TabControl.cs: You can only scroll left when the slider has
16068         already ben moved right.
16069         
16070 2004-11-10  Jackson Harper  <jackson@ximian.com>
16071
16072         * ThemeWin32Classic.cs: Do not draw the selected tab if its not in
16073         the clip area.
16074         
16075 2004-11-10  Jackson Harper  <jackson@ximian.com>
16076
16077         * ThemeWin32Classic.cs: Don't bother drawing tabs outside of the
16078         clip area.
16079         
16080 2004-11-09  Jackson Harper  <jackson@ximian.com>
16081
16082         * TabControl.cs (CalcXPos): New helper method so we can determine
16083         the proper place to start drawing vertical tabs.
16084         * ThemeWin32Classic.cs (DrawTab): Draw right aligned tabs.
16085         
16086 2004-11-09  Jackson Harper  <jackson@ximian.com>
16087
16088         * TabControl.cs: Calculate sizing and rects for left aligned tabs.
16089         * ThemeWin32Classic.cs (GetTabControl*ScrollRect): Only handle Top
16090         and Bottom, left and right are illegal values for this and
16091         multiline is enabled when the alignment is set to left or right.
16092         (DrawTab): Each alignment block should draw the text itself now
16093         because Left requires special love. Also add rendering for Left
16094         aligned tabs.
16095         
16096 2004-11-09  Jordi Mas i Hernandez <jordi@ximian.com>
16097
16098         *  Form.cs, MainMenu.cs, MenuAPI.cs: fixes menu navigation, fixes popups,
16099         does not destroy the windows, removes debugging messages
16100
16101 2004-11-09  jba  <jba-mono@optusnet.com.au>
16102
16103         * ThemeWin32Classic.cs
16104         (DrawButtonBase): Fix verticle text rect clipping in windows
16105         (DrawCheckBox): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
16106         rendering and incorrect text rect clipping
16107         (DrawRadioButton): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
16108         rendering and incorrect text rect clipping
16109         
16110 2004-11-08  Jackson Harper  <jackson@ximian.com>
16111
16112         * ThemeWin32Classic.cs (DrawTabControl): Render tabs from top to
16113         bottom when they are bottom aligned so the bottoms of the tabs get
16114         displayed.
16115         * TabControl.cs (DropRow): Move rows up instead of down when the
16116         tab control is bottom aligned.
16117
16118 2004-11-08 13:59  pbartok
16119
16120         * XplatUIX11.cs:
16121           - Added handling for various window styles
16122           - Added handling for popup windows
16123           - Added SetTopmost handling
16124
16125 2004-11-08 13:55  pbartok
16126
16127         * XplatUIWin32.cs:
16128           - Added argument to SetTopmost method
16129           - Fixed broken ClientToScreen function
16130
16131 2004-11-08 13:53  pbartok
16132
16133         * XplatUIStructs.cs:
16134           - Added missing WS_EX styles
16135
16136 2004-11-08 13:53  pbartok
16137
16138         * XplatUI.cs, XplatUIDriver.cs:
16139           - Added argument to SetTopmost
16140
16141 2004-11-08 13:52  pbartok
16142
16143         * X11Structs.cs:
16144           - Added XSetWindowAttributes structure
16145           - Improved XWindowAttributes structure
16146           - Added SetWindowValuemask enum
16147           - Added window creation arguments enum
16148           - Added gravity enum
16149           - Added Motif hints structure
16150           - Added various Motif flags and enums
16151           - Added PropertyMode enum for property functions
16152
16153 2004-11-08 13:50  pbartok
16154
16155         * Form.cs:
16156           - Fixed arguments for updated SetTopmost method
16157
16158 2004-11-08 13:49  pbartok
16159
16160         * ToolTip.cs:
16161           - Fixed arguments for updated SetTopmost function
16162           - Fixed usage of PointToClient
16163
16164 2004-11-08 13:44  pbartok
16165
16166         * MenuAPI.cs:
16167           - Added Clipping of children and siblings
16168
16169 2004-11-08 13:41  pbartok
16170
16171         * MainMenu.cs:
16172           - Removed SetMenuBarWindow call. We do this in Form.cs
16173
16174 2004-11-08 13:40  jackson
16175
16176         * TabControl.cs, Theme.cs, ThemeWin32Classic.cs: Render the little
16177           scrolling jimmi in the correct location with bottom aligned tabs
16178
16179 2004-11-08 13:36  pbartok
16180
16181         * ContainerControl.cs:
16182           - Implemented BindingContext
16183           - Implemented ParentForm
16184
16185 2004-11-08 12:46  jackson
16186
16187         * TabControl.cs: Put bottom rendered tabs in the right location
16188
16189 2004-11-08 07:15  jordi
16190
16191         * ScrollBar.cs, ThemeWin32Classic.cs: fixes vertical scrollbar and
16192           removes dead code
16193
16194 2004-11-05 17:30  jackson
16195
16196         * TabControl.cs: When selected tabs are expanded make sure they
16197           don't go beyond the edges of the tab control
16198
16199 2004-11-05 14:57  jackson
16200
16201         * TabControl.cs: Reset show_slider so if the control is resized to
16202           a size where it is no longer needed it's not displayed anymore
16203
16204 2004-11-05 13:16  jackson
16205
16206         * TabControl.cs: Make tab pages non visible when added to the
16207           control
16208
16209 2004-11-05 12:42  jackson
16210
16211         * TabControl.cs: Implement SizeMode.FillToRight
16212
16213 2004-11-05 12:16  jackson
16214
16215         * Control.cs: Do not call CreateHandle if the handle is already
16216           created
16217
16218 2004-11-05 11:46  jackson
16219
16220         * TabControl.cs: Remove superflous call to CalcTabRows
16221
16222 2004-11-05 09:07  jackson
16223
16224         * XplatUIX11.cs: Update for Mono.Posix changes
16225
16226 2004-11-05 07:00  ravindra
16227
16228         * ListView.cs, ListViewItem.cs: Implemented some methods and fixed
16229           scrolling.
16230
16231 2004-11-04 22:47  jba
16232
16233         * ThemeWin32Classic.cs:
16234           - Fix Button rendering for FlatStyle = Flat or Popup
16235           - Fix RadioButton and CheckBox rendering when Appearance = Button
16236             (normal and flatstyle).
16237           - Correct outer rectangle color when drawing focus rectangle
16238           - Adjust button bounds to be 1 px smaller when focused
16239           - Make button not draw sunken 3d border when pushed (windows compat)
16240           - Fix CPDrawBorder3D to not make bottom right hand corner rounded
16241           - Offset the text in RadioButton and Checkbox when being rendered as
16242           a button.
16243           - Hover and Click behaviour for Colored FlatStyle.Flat and Popup
16244           radiobuttons
16245           - Fixed disabled rendering for colored flatstyle radiobuttons (both)
16246           - Fixed disabled text rendering for normally rendered radiobuttons
16247
16248 2004-11-04 10:26  jackson
16249
16250         * TabControl.cs: Recalculate tab rows when resizing
16251
16252 2004-11-04 07:47  jordi
16253
16254         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs:
16255           collection completion, drawing issues, missing features
16256
16257 2004-11-04 05:03  ravindra
16258
16259         * ScrollBar.cs:
16260                 - We need to recalculate the Thumb area when
16261                 LargeChange/maximum/minimum values are changed.
16262           - We set the 'pos' in UpdatePos() method to minimum, if it's less
16263                 than minimum. This is required to handle the case if large_change is
16264                 more than max, and use LargeChange property instead of large_change
16265                 variable.
16266           - We return max+1 when large_change is more than max, like MS does.
16267
16268 2004-11-04 04:29  ravindra
16269
16270         * ColumnHeader.cs, ListView.cs, ListViewItem.cs:
16271                 - Changed default value signatures (prefixed all with ListView).
16272                 - Fixed/implemented layout LargeIcon, SmallIcon and List views for
16273                 ListView.
16274           - Fixed calculations for ListViewItem and implemented Clone()
16275           method.
16276
16277 2004-11-04 04:26  ravindra
16278
16279         * Theme.cs, ThemeWin32Classic.cs:
16280                 - Changed default ListView values signatures (prefixed all with
16281                 ListView).
16282           - Fixed default size values for VScrollBar and HScrollBar.
16283                 - Fixed DrawListViewItem method.
16284
16285 2004-11-04 04:05  ravindra
16286
16287         * ColumnHeaderStyle.cs: Typo. It should be Nonclickable.
16288
16289 2004-11-04 04:04  ravindra
16290
16291         * ImageList.cs: Implemented the missing overload for Draw method.
16292
16293 2004-11-03 19:29  jackson
16294
16295         * TabControl.cs: Handle dropping rows on selection properly
16296
16297 2004-11-03 11:59  jackson
16298
16299         * TabControl.cs: remove debug code
16300
16301 2004-11-03 11:52  jackson
16302
16303         * TabControl.cs, ThemeWin32Classic.cs: Initial implementation of
16304           the scrolly widgerywoo
16305
16306 2004-11-02 13:52  jackson
16307
16308         * TabControl.cs: Resize the tab pages and tabs when the tab control
16309           is resized
16310
16311 2004-11-02 13:40  jackson
16312
16313         * TabControl.cs, ThemeWin32Classic.cs: Move the row with the
16314           selected tab to the bottom
16315
16316 2004-11-02 13:39  jackson
16317
16318         * TabPage.cs: Store the tab pages row
16319
16320 2004-11-02 12:33  jordi
16321
16322         * MenuItem.cs: fixes handle creation
16323
16324 2004-11-02 11:42  jackson
16325
16326         * TabControl.cs: signature fix
16327
16328 2004-11-02 08:56  jackson
16329
16330         * TabControl.cs: Calculate whether the tab is on an edge properly.
16331           Remove top secret debugging code
16332
16333 2004-11-01 19:57  jackson
16334
16335         * TabControl.cs: Add click handling, and proper sizing
16336
16337 2004-11-01 19:47  jackson
16338
16339         * Theme.cs, ThemeWin32Classic.cs: New rendering and sizing code for
16340           tab controls
16341
16342 2004-11-01 19:39  jackson
16343
16344         * TabPage.cs: add internal property to store the bounds of a tab
16345           page
16346
16347 2004-10-30 04:23  ravindra
16348
16349         * Theme.cs, ThemeWin32Classic.cs: Drawing ListView and some default
16350           values.
16351
16352 2004-10-30 04:21  ravindra
16353
16354         * ListView.cs, ListViewItem.cs: Added support for scrolling and
16355           fixed calculations.
16356
16357 2004-10-30 03:06  pbartok
16358
16359         * XplatUIX11.cs:
16360           - Removed extension of DllImported libs
16361
16362 2004-10-29 09:55  jordi
16363
16364         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: Menu key
16365           navigation, itemcollection completion, menu fixes
16366
16367 2004-10-27 22:58  pbartok
16368
16369         * XplatUIX11.cs:
16370           - Now throws a nice error message when no X display could be opened
16371
16372 2004-10-26 13:51  jordi
16373
16374         * ListView.cs: removes warning
16375
16376 2004-10-26 03:55  ravindra
16377
16378         * ColumnHeader.cs, ListView.cs, ListViewItem.cs,
16379           ThemeWin32Classic.cs: Some formatting for my last checkins.
16380
16381 2004-10-26 03:36  ravindra
16382
16383         * ThemeWin32Classic.cs: Implemented DetailView drawing for ListView
16384           control and default values.
16385
16386 2004-10-26 03:35  ravindra
16387
16388         * Theme.cs: Added some default values for ListView control.
16389
16390 2004-10-26 03:33  ravindra
16391
16392         * ToolBar.cs: ToolBar should use the user specified button size, if
16393           there is any. Added a size_specified flag for the same.
16394
16395 2004-10-26 03:33  ravindra
16396
16397         * ColumnHeader.cs: Added some internal members and calculations for
16398           ColumnHeader.
16399
16400 2004-10-26 03:32  ravindra
16401
16402         * ListViewItem.cs: Calculations for ListViewItem.
16403
16404 2004-10-26 03:31  ravindra
16405
16406         * ListView.cs: Added some internal members and calculations for
16407           ListView.
16408
16409 2004-10-22 13:31  jordi
16410
16411         * MenuAPI.cs: speedup menus drawing
16412
16413 2004-10-22 13:16  jackson
16414
16415         * XplatUIX11.cs: Make sure to update exposed regions when adding an
16416           expose event
16417
16418 2004-10-22 11:49  jackson
16419
16420         * Control.cs: oops
16421
16422 2004-10-22 11:41  jackson
16423
16424         * Control.cs: Check to see if the window should have its background
16425           repainted by X when drawing.
16426
16427 2004-10-22 11:31  jackson
16428
16429         * XplatUIX11.cs: When invalidating areas only use XClearArea if
16430           clear is true, this way we do not get flicker from X repainting the
16431           background
16432
16433 2004-10-22 11:28  jackson
16434
16435         * XEventQueue.cs: Queue properly
16436
16437 2004-10-21 09:38  jackson
16438
16439         * XEventQueue.cs: Fix access modifier
16440
16441 2004-10-21 09:36  jackson
16442
16443         * XEventQueue.cs: Don't loose messages
16444
16445 2004-10-21 09:22  jackson
16446
16447         * XEventQueue.cs: Don't loose messages
16448
16449 2004-10-20 04:15  jordi
16450
16451         * BootMode.cs: enum need it by SystemInfo
16452
16453 2004-10-19 21:58  pbartok
16454
16455         * XplatUIWin32.cs:
16456           - Small sanity check
16457
16458 2004-10-19 21:56  pbartok
16459
16460         * Form.cs:
16461           - Added private FormParentWindow class which acts as the container
16462             for our form and as the non-client area where menus are drawn
16463           - Added/Moved required tie-ins to Jordi's menus
16464           - Fixed/Implemented the FormStartPosition functionality
16465
16466 2004-10-19 21:52  pbartok
16467
16468         * Control.cs:
16469           - Removed unneeded locals
16470           - Added code to all size and location properties to understand and
16471             deal with the parent container of Form
16472
16473 2004-10-19 21:33  pbartok
16474
16475         * Application.cs:
16476           - Fixed to deal with new Form subclasses for menus
16477
16478 2004-10-19 17:48  jackson
16479
16480         * XEventQueue.cs: commit correct version of file
16481
16482 2004-10-19 16:50  jackson
16483
16484         * XEventQueue.cs, XplatUIX11.cs: New optimized event queue
16485
16486 2004-10-19 16:15  jordi
16487
16488         * MenuAPI.cs: MenuBarCalcSize returns the height
16489
16490 2004-10-19 08:31  pbartok
16491
16492         * Control.cs:
16493           - Added missing call to PreProcessMessage before calling OnXXXKey
16494           methods
16495
16496 2004-10-19 00:04  ravindra
16497
16498         * ToolTip.cs: Fixed constructor.
16499
16500 2004-10-18 09:31  jordi
16501
16502         * MenuAPI.cs: menuitems in menubars do not have shortcuts
16503
16504 2004-10-18 09:26  jordi
16505
16506         * MenuItem.cs: fixes MenuItem class signature
16507
16508 2004-10-18 08:56  jordi
16509
16510         * MenuAPI.cs: prevents windows from showing in the taskbar
16511
16512 2004-10-18 00:28  ravindra
16513
16514         * ToolTip.cs: Suppressed a warning message.
16515
16516 2004-10-18 00:27  ravindra
16517
16518         * Control.cs: Default value of visible property must be true.
16519
16520 2004-10-17 23:19  pbartok
16521
16522         * ToolTip.cs:
16523           - Complete implementation
16524
16525 2004-10-17 23:19  pbartok
16526
16527         * XplatUIX11.cs:
16528           - Added EnableWindow method
16529           - Added SetModal stub
16530           - Added generation of WM_ACTIVATE message (still needs testing)
16531           - Added SetTopMost stub
16532           - Changes to deal with VirtualKeys being moved to XplatUIStructs.cs
16533
16534 2004-10-17 23:17  pbartok
16535
16536         * XplatUIWin32.cs:
16537           - Removed VirtualKeys to XplatUIStructs
16538           - Implemented SetTopMost method
16539           - Implemented EnableWindow method
16540           - Bugfix in ScreenToClient()
16541           - Bugfixes in ClientToScreen()
16542
16543 2004-10-17 22:51  pbartok
16544
16545         * XplatUIStructs.cs:
16546           - Added WS_EX styles to WindowStyles enumeration
16547
16548 2004-10-17 22:50  pbartok
16549
16550         * XplatUI.cs, XplatUIDriver.cs:
16551           - Added method for enabling/disabling windows
16552           - Added method for setting window modality
16553           - Added method for setting topmost window
16554
16555 2004-10-17 22:49  pbartok
16556
16557         * ThemeWin32Classic.cs:
16558           - Added ToolTip drawing code
16559
16560 2004-10-17 22:49  pbartok
16561
16562         * Theme.cs:
16563           - Added ToolTip abstracts
16564
16565 2004-10-17 22:47  pbartok
16566
16567         * Form.cs:
16568           - Fixed Form.ControlCollection to handle owner relations
16569           - Added Owner/OwnedForms handling
16570           - Implemented Z-Ordering for owned forms
16571           - Removed unneeded private overload of ShowDialog
16572           - Fixed ShowDialog, added the X11 incarnation of modal handling (or
16573             so I hope)
16574           - Fixed Close(), had wrong default
16575           - Added firing of OnLoad event
16576           - Added some commented out debug code for Ownership handling
16577
16578 2004-10-17 22:16  pbartok
16579
16580         * Control.cs:
16581           - Fixed/implemented flat list of controls
16582
16583 2004-10-17 22:14  pbartok
16584
16585         * Application.cs:
16586           - Added code to simulate modal dialogs on Win32
16587
16588 2004-10-17 16:11  jordi
16589
16590         * ScrollBar.cs: disabled scrollbar should not honor any keyboard or
16591           mouse event
16592
16593 2004-10-17 13:39  jordi
16594
16595         * MenuAPI.cs: menu drawing fixes
16596
16597 2004-10-15 09:10  ravindra
16598
16599         * StructFormat.cs: General Enum.
16600
16601 2004-10-15 09:09  ravindra
16602
16603         * SizeGripStyle.cs: Enum for Form.
16604
16605 2004-10-15 09:08  ravindra
16606
16607         * Theme.cs, ThemeWin32Classic.cs: Added ColumnHeaderHeight property
16608           in Theme for ListView.
16609
16610 2004-10-15 09:06  ravindra
16611
16612         * ColumnHeader.cs: Flushing some formatting changes.
16613
16614 2004-10-15 09:05  ravindra
16615
16616         * ListViewItem.cs: Implemented GetBounds method and fixed coding
16617           style.
16618
16619 2004-10-15 09:03  ravindra
16620
16621         * ListView.cs: Implemented Paint method and fixed coding style.
16622
16623 2004-10-15 07:34  jordi
16624
16625         * MenuAPI.cs: fix for X11
16626
16627 2004-10-15 07:32  ravindra
16628
16629         * ButtonBase.cs, CheckBox.cs, RadioButton.cs:
16630                 - Renamed Paint() method to Draw() for clarity. Also, moved
16631                 DrawImage() to OnPaint().
16632
16633 2004-10-15 07:25  ravindra
16634
16635         * CheckBox.cs, RadioButton.cs:
16636                 - Removed Redraw (), we get it from ButtonBase.
16637                 - Implemented Paint (), to do class specific painting.
16638
16639 2004-10-15 07:16  ravindra
16640
16641         * ButtonBase.cs:
16642                 - Redraw () is not virtual now.
16643                 - Added an internal virtual method Paint (), so that
16644                 derived classes can do their painting on their own.
16645                 - Modified OnPaint () to call Paint ().
16646
16647 2004-10-15 06:43  jordi
16648
16649         * ContextMenu.cs, DrawItemEventHandler.cs, Form.cs, MainMenu.cs,
16650           MenuAPI.cs, MenuItem.cs: menu work, mainmenu, subitems, etc
16651
16652 2004-10-15 00:30  ravindra
16653
16654         * MessageBox.cs:
16655                 - MessageBox on windows does not have min/max buttons.
16656                 This change in CreateParams fixes this on Windows. We
16657                 still need to implement this windowstyle behavior in
16658                 our X11 driver.
16659
16660 2004-10-14 05:14  ravindra
16661
16662         * ToolBar.cs:
16663                 - Changed Redraw () to do a Refresh () always.
16664                 - Fixed the MouseMove event handling when mouse is pressed,
16665                 ie drag event handling.
16666                 - Replaced the usage of ToolBarButton.Pressed property to
16667                 ToolBarButton.pressed internal variable.
16668
16669 2004-10-14 05:10  ravindra
16670
16671         * ToolBarButton.cs:
16672                 - Added an internal member 'inside' to handle mouse move
16673                 with mouse pressed ie mouse drag event.
16674                 - Changed 'Pressed' property to return true only when
16675                 'inside' and 'pressed' are both true.
16676                 - Some coding style love.
16677
16678 2004-10-14 00:17  ravindra
16679
16680         * Form.cs: Fixed class signature. ShowDialog (Control) is not a
16681           public method.
16682
16683 2004-10-14 00:15  ravindra
16684
16685         * ButtonBase.cs: Redraw () related improvements.
16686
16687 2004-10-14 00:14  ravindra
16688
16689         * MessageBox.cs: Moved InitFormSize () out of Paint method and
16690           removed unnecessary calls to Button.Show () method.
16691
16692 2004-10-13 17:50  pbartok
16693
16694         * XplatUIX11.cs:
16695           - Formatting fix
16696           - Removed destroying of window until we solve the problem of X
16697             destroying the window before us on shutdown
16698
16699 2004-10-13 16:32  pbartok
16700
16701         * ButtonBase.cs:
16702           - Now Redraws on MouseUp for FlatStyle Flat and Popup
16703
16704 2004-10-13 14:18  pbartok
16705
16706         * XplatUIX11.cs:
16707           - Added code to destroy the X window
16708
16709 2004-10-13 14:18  pbartok
16710
16711         * XplatUIWin32.cs:
16712           - Added code to destroy a window
16713
16714 2004-10-13 14:12  pbartok
16715
16716         * ButtonBase.cs:
16717           - Added the Redraw on Resize that got dropped in the last rev
16718
16719 2004-10-13 09:06  pbartok
16720
16721         * ThemeWin32Classic.cs:
16722           - Path from John BouAntoun:
16723             * Fix check rendering (centre correctly for normal style, offset
16724               correctly for FlatStyle).
16725             * Fix border color usage (use backcolor) for FlatStyle.Popup
16726             * Use checkbox.Capture instead of checkbox.is_pressed when
16727               rendering flatstyle states.
16728
16729 2004-10-12 21:48  pbartok
16730
16731         * ThemeWin32Classic.cs:
16732           - Removed all occurences of SystemColors and replaced them with the
16733             matching theme color
16734
16735 2004-10-12 21:41  pbartok
16736
16737         * ThemeWin32Classic.cs:
16738           - From John BouAntoun: Added an overload to CPDrawBorder3D to allow
16739             him using the function for flatstyle drawing
16740           - Changed functions to use the new version of CPDrawBorder3D
16741
16742 2004-10-12 21:15  pbartok
16743
16744         * ControlPaint.cs:
16745           - Fixed Dark(), DarkDark(), Light() and LightLight() methods to
16746             match MS documentation. They need to return defined colors if the
16747             passed color matches the configured control color. Thanks to John
16748             BouAntoun for pointing this out.
16749
16750 2004-10-12 20:57  pbartok
16751
16752         * Control.cs:
16753           - Fix from John BouAntoun: Raise ForeColorChanged event when text
16754             color is changed
16755
16756 2004-10-12 20:46  pbartok
16757
16758         * CheckBox.cs:
16759           - Fix from John BouAntoun: Now properly sets the Appearance property
16760
16761 2004-10-12 20:45  pbartok
16762
16763         * ThemeWin32Classic.cs:
16764           - Fixes from John BouAntoun: now handles forecolors and backcolors
16765             for flatstyle rendered controls much better; It also fixes normal
16766             checkbox rendering when pushed or disabled.
16767
16768 2004-10-08 02:50  jordi
16769
16770         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: more menu
16771           work
16772
16773 2004-10-07 08:56  jordi
16774
16775         * ThemeWin32Classic.cs: Removes deletion of cached brushes
16776
16777 2004-10-06 03:59  jordi
16778
16779         * Control.cs, StatusBar.cs, ThemeWin32Classic.cs, ToolBar.cs,
16780           XplatUIWin32.cs: removes warnings from compilation
16781
16782 2004-10-05 12:23  jackson
16783
16784         * RadioButton.cs: Fix ctor
16785
16786 2004-10-05 11:10  pbartok
16787
16788         * MessageBox.cs:
16789           - Partial implementation by Benjamin Dasnois
16790
16791 2004-10-05 10:15  jackson
16792
16793         * ThemeWin32Classic.cs: Improve rendering of the radio button patch
16794           by John BouAntoun
16795
16796 2004-10-05 03:07  ravindra
16797
16798         * ToolBar.cs:
16799                 - Removed a private method, Draw ().
16800                 - Fixed the ButtonDropDown event handling.
16801                 - Fixed MouseMove event handling.
16802
16803 2004-10-05 03:04  ravindra
16804
16805         * ThemeWin32Classic.cs:
16806                 - Added DrawListView method and ListViewDefaultSize property.
16807                 - Changed ControlPaint method calls to CPDrawXXX wherever possible.
16808                 - Changed DOS style CRLF to Unix format (dos2unix).
16809
16810 2004-10-05 03:03  ravindra
16811
16812         * Theme.cs:
16813                 - Added DrawListView method and ListViewDefaultSize property.
16814
16815 2004-10-05 02:42  ravindra
16816
16817         * ToolBarButton.cs: Added an internal member dd_pressed to handle
16818           clicks on DropDown arrow.
16819
16820 2004-10-04 22:56  jackson
16821
16822         * ButtonBase.cs, Label.cs, MenuAPI.cs, ProgressBar.cs,
16823           ScrollBar.cs, StatusBar.cs, ToolBar.cs, TrackBar.cs: Let the base
16824           Control handle the buffers, derived classes should not have to
16825           CreateBuffers themselves.
16826
16827 2004-10-04 21:20  jackson
16828
16829         * StatusBar.cs: The control handles resizing the buffers now.
16830
16831 2004-10-04 21:18  jackson
16832
16833         * Control.cs: When resizing the buffers should be invalidated. This
16834           should be handled in Control not in derived classes.
16835
16836 2004-10-04 14:45  jackson
16837
16838         * TabPage.cs: oops
16839
16840 2004-10-04 02:14  pbartok
16841
16842         * LeftRightAlignment.cs:
16843           - Initial check-in
16844
16845 2004-10-04 01:09  jordi
16846
16847         * ThemeWin32Classic.cs: fixes right button position causing right
16848           button not showing on horizontal scrollbars
16849
16850 2004-10-02 13:12  pbartok
16851
16852         * XplatUIX11.cs:
16853           - Simplified the Invalidate method by using an X call instead of
16854             generating the expose ourselves
16855           - Added an expose when the window background is changed
16856           - Implemented ClientToScreen method
16857
16858 2004-10-02 13:08  pbartok
16859
16860         * XplatUIWin32.cs:
16861           - Added Win32EnableWindow method (test for implementing modal
16862           dialogs)
16863           - Added ClientToScreen method and imports
16864
16865 2004-10-02 13:07  pbartok
16866
16867         * XplatUI.cs, XplatUIDriver.cs:
16868           - Added ClientToScreen coordinate translation method
16869
16870 2004-10-02 13:06  pbartok
16871
16872         * KeyPressEventArgs.cs:
16873           - Fixed access level for constructor
16874
16875 2004-10-02 13:06  pbartok
16876
16877         * NativeWindow.cs:
16878           - Changed access level for the window_collection hash table
16879
16880 2004-10-02 13:05  pbartok
16881
16882         * Form.cs:
16883           - Added KeyPreview property
16884           - Added Menu property (still incomplete, pending Jordi's menu work)
16885           - Implemented ProcessCmdKey
16886           - Implemented ProcessDialogKey
16887           - Implemented ProcessKeyPreview
16888
16889 2004-10-02 13:02  pbartok
16890
16891         * Control.cs:
16892           - Added private method to get the Control object from the window
16893           handle
16894           - Implemented ContextMenu property
16895           - Implemented PointToScreen
16896           - Implemented PreProcessMessage
16897           - Implemented IsInputChar
16898           - Implemented IsInputKey
16899           - Implemented ProcessCmdKey
16900           - Completed ProcessKeyEventArgs
16901           - Fixed message loop to call the proper chain of functions on key
16902           events
16903           - Implemented ProcessDialogChar
16904           - Implemented ProcessDialogKey
16905           - Implemented ProcessKeyMessage
16906           - Implemented ProcessKeyPreview
16907           - Added RaiseDragEvent stub (MS internal method)
16908           - Added RaiseKeyEvent stub (MS internal method)
16909           - Added RaiseMouseEvent stub (MS Internal method)
16910           - Added RaisePaintEvent stub (MS Internal method)
16911           - Added ResetMouseEventArgs stub (MS Internal method)
16912           - Implemented RtlTranslateAlignment
16913           - Implemented RtlTranslateContent
16914           - Implemented RtlTranslateHorizontal
16915           - Implemented RtlTranslateLeftRight
16916           - Added generation of KeyPress event
16917
16918 2004-10-02 05:57  ravindra
16919
16920         * ListViewItem.cs: Added attributes.
16921
16922 2004-10-02 05:32  ravindra
16923
16924         * ListView.cs: Added attributes.
16925
16926 2004-10-01 11:53  jackson
16927
16928         * Form.cs: Implement the Close method so work on MessageBox can
16929           continue.
16930
16931 2004-09-30 14:06  pbartok
16932
16933         * XplatUIX11.cs:
16934           - Bug fixes
16935
16936 2004-09-30 11:34  jackson
16937
16938         * RadioButton.cs: Fix typo. Patch by John BouAntoun.
16939
16940 2004-09-30 07:26  ravindra
16941
16942         * ListViewItemConverter.cs: Converter for ListViewItem.
16943
16944 2004-09-30 07:26  ravindra
16945
16946         * SortOrder.cs: Enum for ListView control.
16947
16948 2004-09-30 07:25  ravindra
16949
16950         * ColumnHeader.cs: Supporting class for ListView control.
16951
16952 2004-09-30 07:24  ravindra
16953
16954         * ListView.cs, ListViewItem.cs: Initial implementation.
16955
16956 2004-09-30 07:20  ravindra
16957
16958         * ItemActivation.cs: Enum for ListView Control.
16959
16960 2004-09-29 20:29  pbartok
16961
16962         * XplatUIX11.cs:
16963           - Added lookup of pixel value for background color; tries to get a
16964             color 'close' to the requested color, it avoids having to create a
16965             colormap.  Depending on the display this could mean the used color
16966             is slightly off the desired color. Might have to change it to a more
16967             resource intensive colormap approach, but it will work as a
16968           workaround to avoid red screens.
16969
16970 2004-09-29 14:27  jackson
16971
16972         * XplatUIX11.cs: Set the X DisplayHandle in System.Drawing
16973
16974 2004-09-28 12:44  pbartok
16975
16976         * ButtonBase.cs, CheckBox.cs, ControlPaint.cs, GroupBox.cs,
16977           HScrollBar.cs, Label.cs, LinkLabel.cs, Panel.cs, PictureBox.cs,
16978           ProgressBar.cs, RadioButton.cs, ScrollBar.cs, StatusBar.cs,
16979           Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs, ToolBar.cs,
16980           TrackBar.cs, VScrollBar.cs:
16981           - Streamlined Theme interfaces:
16982             * Each DrawXXX method for a control now is passed the object for
16983               the control to be drawn in order to allow accessing any state the
16984               theme might require
16985
16986             * ControlPaint methods for the theme now have a CP prefix to avoid
16987               name clashes with the Draw methods for controls
16988
16989             * Every control now retrieves it's DefaultSize from the current
16990             theme
16991
16992 2004-09-28 12:17  jackson
16993
16994         * Button.cs: Do not redraw OnClick MouseUp/Down will handle the
16995           drawing
16996
16997 2004-09-24 14:57  jackson
16998
16999         * XplatUIX11.cs: Don't lock/enqueue/dequeue for unhandled messages.
17000           Gives us a nice little performance boost.
17001
17002 2004-09-24 12:02  jackson
17003
17004         * TabAlignment.cs, TabAppearance.cs, TabControl.cs, TabDrawMode.cs,
17005           TabPage.cs, TabSizeMode.cs: Partial implementation of the Tab
17006           Control and supporting classes. Initial checkin
17007
17008 2004-09-23 13:08  jackson
17009
17010         * Form.cs: Temp build fixage
17011
17012 2004-09-23 01:39  ravindra
17013
17014         * ItemChangedEventArgs.cs, ItemChangedEventHandler.cs,
17015           ItemCheckEventArgs.cs, ItemCheckEventHandler.cs,
17016           ItemDragEventArgs.cs, ItemDragEventHandler.cs,
17017           LabelEditEventArgs.cs, LabelEditEventHandler.cs: EventArgs and
17018           EventHandlers needed by ListView Control.
17019
17020 2004-09-22 14:12  pbartok
17021
17022         * ScrollableControl.cs:
17023           - Implemented DockPadding property
17024           - Implemented AutoScroll property
17025           - Implemented AutoScrollMargin property
17026           - Implemented AutoScrollMinSize property
17027           - Implemented AutoScrollPosition property
17028           - Implemented DisplayRectangle property (still incomplete)
17029           - Implemented CreateParams property
17030           - Implemented HScroll property
17031           - Implemented VScroll property
17032           - Implemented OnVisibleChanged property
17033
17034 2004-09-22 14:09  pbartok
17035
17036         * Form.cs:
17037           - Added Form.ControllCollection class
17038           - Added handling for Form owners: Owner, OwnedForms, AddOwnedForm,
17039             RemoveOwnedForm (still incomplete, missing on-top and common
17040             minimize/maximize behaviour)
17041           - Added StartPosition property (still incomplete, does not use when
17042             creating the form)
17043           - Added ShowDialog() methods (still incomplete, missing forcing the
17044             dialog modal)
17045
17046 2004-09-22 14:05  pbartok
17047
17048         * Application.cs:
17049           - Added message loop for modal dialogs
17050
17051 2004-09-22 14:02  pbartok
17052
17053         * GroupBox.cs:
17054           - Fixed wrong types for events
17055
17056 2004-09-22 14:00  pbartok
17057
17058         * Shortcut.cs, FormWindowState.cs:
17059           - Fixed wrong values
17060
17061 2004-09-22 12:01  jackson
17062
17063         * Control.cs: Text is never null
17064
17065 2004-09-20 22:14  pbartok
17066
17067         * XplatUIWin32.cs:
17068           - Fixed accessibility level for Idle handler
17069
17070 2004-09-20 18:54  jackson
17071
17072         * Application.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
17073           XplatUIX11.cs: New message loop that uses poll so we don't get a
17074           busy loop
17075
17076 2004-09-17 10:43  pbartok
17077
17078         * ScrollBar.cs:
17079           - Fixed behaviour of arrow buttons. Now properly behaves like
17080             Buttons (and like Microsoft's scrollbar arrow buttons)
17081
17082 2004-09-17 10:14  pbartok
17083
17084         * ScrollBar.cs:
17085           - Added missing release of keyboard/mouse capture
17086
17087 2004-09-17 06:18  jordi
17088
17089         * ContextMenu.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs,
17090           Theme.cs: Very early menu support
17091
17092 2004-09-16 17:45  pbartok
17093
17094         * XplatUIWin32.cs:
17095           - Fixed sending a window to the front
17096           - Added overload for SetWindowPos to avoid casting
17097
17098 2004-09-16 17:44  pbartok
17099
17100         * Control.cs:
17101           - Added SendToBack and BringToFront methods
17102
17103 2004-09-16 07:00  ravindra
17104
17105         * Copyright: Added Novell URL.
17106
17107 2004-09-16 07:00  ravindra
17108
17109         * ToolBar.cs: Invalidate should be done before redrawing.
17110
17111 2004-09-15 21:19  ravindra
17112
17113         * ColumnHeaderStyle.cs: Enum for ListView Control.
17114
17115 2004-09-15 21:18  ravindra
17116
17117         * ColumnClickEventArgs.cs, ColumnClickEventHandler.cs: Event for
17118           ListView Control.
17119
17120 2004-09-13 18:26  jackson
17121
17122         * Timer.cs, XplatUIX11.cs: Remove test code so timers are updated
17123           properly
17124
17125 2004-09-13 18:13  jackson
17126
17127         * Timer.cs, X11Structs.cs, XplatUIX11.cs: Timers are now handled in
17128           a second thread and post messages into the main threads message
17129           queue. This makes timing much more consistent. Both win2K and XP
17130           have a minimum timer value of 15 milliseconds, so we now do this
17131           too.
17132
17133 2004-09-13 15:18  pbartok
17134
17135         * X11Structs.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
17136           XplatUIX11.cs:
17137           - Added Z-Ordering methods
17138
17139 2004-09-13 10:56  pbartok
17140
17141         * Form.cs:
17142           - Fixed #region names
17143           - Moved properties and methods into their proper #regions
17144
17145 2004-09-13 10:51  pbartok
17146
17147         * Form.cs:
17148           - Added Accept and CancelButton properties
17149           - Added ProcessDialogKey() method
17150
17151 2004-09-13 08:18  pbartok
17152
17153         * IWindowTarget.cs:
17154           - Initial check-in
17155
17156 2004-09-10 21:50  pbartok
17157
17158         * Control.cs:
17159           - Added DoDragDrop() [incomplete]
17160           - Properly implemented 'Visible' handling
17161           - Added SetVisibleCore()
17162           - Implemented FindChildAtPoint()
17163           - Implemented GetContainerControl()
17164           - Implemented Hide()
17165
17166 2004-09-10 19:28  pbartok
17167
17168         * Control.cs:
17169           - Moved methods into their appropriate #regions
17170           - Reordered methods within regions alphabetically
17171
17172 2004-09-10 18:57  pbartok
17173
17174         * XplatUIX11.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
17175           - Added method to retrieve text from window
17176
17177 2004-09-10 18:56  pbartok
17178
17179         * Control.cs:
17180           - Moved some internal functions into the internal region
17181           - Implemented FontHeight
17182           - Implemented RenderRightToLeft
17183           - Implemented ResizeRedraw
17184           - Implemented ShowFocusCues
17185           - Implemented ShowKeyboardCues
17186           - Implemented FromChildHandle
17187           - Implemented FromHandle
17188           - Implemented IsMnemonic
17189           - Implemented ReflectMessage
17190           - All public and protected Static Methods are now complete
17191
17192 2004-09-10 16:54  pbartok
17193
17194         * Control.cs:
17195           - Implemented remaining missing public instance properties
17196           - Alphabetized some out of order properties
17197
17198 2004-09-10 05:51  ravindra
17199
17200         * PictureBox.cs: Added a check for null image.
17201
17202 2004-09-10 00:59  jordi
17203
17204         * GroupBox.cs: remove cvs tag
17205
17206 2004-09-09 05:25  ravindra
17207
17208         * ToolBar.cs: Make redraw accessible from ToolBarButton.
17209
17210 2004-09-09 05:23  ravindra
17211
17212         * ToolBarButton.cs: Changes in ToolBarButton need to make it's
17213           parent redraw.
17214
17215 2004-09-09 02:28  pbartok
17216
17217         * ThemeWin32Classic.cs:
17218           - Improve disabled string look
17219
17220 2004-09-09 01:15  jordi
17221
17222         * MeasureItemEventArgs.cs, MeasureItemEventHandler.cs: measureitem
17223           args and handler
17224
17225 2004-09-08 23:56  ravindra
17226
17227         * ItemBoundsPortion.cs: It's enum, not a class!
17228
17229 2004-09-08 23:47  ravindra
17230
17231         * FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs:
17232           Enums for Form.
17233
17234 2004-09-08 21:13  ravindra
17235
17236         * ItemBoundsPortion.cs, ListViewAlignment.cs, View.cs: Enums for
17237           ListView control.
17238
17239 2004-09-08 21:03  ravindra
17240
17241         * ThemeWin32Classic.cs: PictureBox would not draw a null image to
17242           avoid crash.
17243
17244 2004-09-08 21:01  ravindra
17245
17246         * ScrollableControl.cs: Removed unreachable code.
17247
17248 2004-09-08 06:45  jordi
17249
17250         * MenuMerge.cs, Shortcut.cs: enumerations need it by menus
17251
17252 2004-09-08 01:00  jackson
17253
17254         * XplatUIX11.cs: Only run the timers when updating the message
17255           queue. This effectively gives X messages a higher priority then
17256           timer messages. Timers still need love though
17257
17258 2004-09-07 14:01  jackson
17259
17260         * XplatUIX11.cs: Do not call XDestroyWindow, X has already done
17261           this for us and the handle is no longer valid.
17262
17263 2004-09-07 13:59  jackson
17264
17265         * HandleData.cs, XplatUIX11.cs: First steps towards a new X event
17266           loop that manages to not crash. TODO: Add poll and cleanup timers
17267
17268 2004-09-07 11:12  jordi
17269
17270         * GroupBox.cs, Theme.cs, ThemeWin32Classic.cs: GroupBox control
17271
17272 2004-09-07 03:40  jordi
17273
17274         * Label.cs, LinkLabel.cs, Theme.cs, ThemeWin32Classic.cs: LinkLabel
17275           fixes, methods, multiple links
17276
17277 2004-09-06 06:55  jordi
17278
17279         * Control.cs: Caches ClientRectangle rectangle value
17280
17281 2004-09-05 02:03  jordi
17282
17283         * ScrollBar.cs, ThemeWin32Classic.cs: fixes bugs, adds flashing on
17284           certain situations
17285
17286 2004-09-04 11:10  jordi
17287
17288         * Label.cs: Refresh when font changed
17289
17290 2004-09-02 16:24  pbartok
17291
17292         * Control.cs:
17293           - Added sanity check to creation of double buffer bitmap
17294
17295 2004-09-02 16:24  pbartok
17296
17297         * ButtonBase.cs:
17298           - Fixed selection of text color
17299           - Fixed handling of resize event; now properly recreates double
17300             buffering bitmap
17301           - Added missing assignment of TextAlignment
17302           - Added proper default for TextAlignment
17303
17304 2004-09-02 14:26  pbartok
17305
17306         * RadioButton.cs:
17307           - Added missing RadioButton.RadioButtonAccessibleObject class
17308
17309 2004-09-02 14:26  pbartok
17310
17311         * Control.cs:
17312           - Added missing Control.ControlAccessibleObject class
17313           - Started to implement Select()ion mechanisms, still very incomplete
17314
17315 2004-09-02 14:25  pbartok
17316
17317         * AccessibleObject.cs:
17318           - Added missing methods
17319
17320 2004-09-02 14:23  pbartok
17321
17322         * AccessibleNavigation.cs, AccessibleSelection.cs:
17323           - Initial check-in
17324
17325 2004-09-02 10:32  jordi
17326
17327         * Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: implements resource
17328           pool for pens, brushes, and hatchbruses
17329
17330 2004-09-01 15:30  jackson
17331
17332         * StatusBar.cs: Fix typo
17333
17334 2004-09-01 14:44  pbartok
17335
17336         * RadioButton.cs:
17337           - Fixed state
17338
17339 2004-09-01 14:39  pbartok
17340
17341         * Button.cs, RadioButton.cs:
17342           - Functional initial check-in
17343
17344 2004-09-01 14:01  pbartok
17345
17346         * CheckBox.cs:
17347           - Added missing default
17348           - Added missing region mark
17349
17350 2004-09-01 09:10  jordi
17351
17352         * Label.cs: fixes method signatures, new methods, events, fixes
17353           autosize
17354
17355 2004-09-01 07:19  jordi
17356
17357         * Control.cs: Init string variables with an empty object
17358
17359 2004-09-01 04:20  jordi
17360
17361         * Control.cs: fires OnFontChanged event
17362
17363 2004-08-31 20:07  pbartok
17364
17365         * ButtonBase.cs:
17366           - Enabled display of strings
17367
17368 2004-08-31 20:05  pbartok
17369
17370         * Form.cs:
17371           - Added (partial) implementation of DialogResult; rest needs to be
17372             implemented when the modal loop code is done
17373
17374 2004-08-31 19:55  pbartok
17375
17376         * CheckBox.cs:
17377           - Fixed to match the removal of the needs_redraw concept
17378
17379 2004-08-31 19:55  pbartok
17380
17381         * ButtonBase.cs:
17382           - Removed the rather odd split between 'needs redraw' and redrawing
17383           - Now handles the events that require regeneration (ambient
17384             properties and size)
17385
17386 2004-08-31 19:41  pbartok
17387
17388         * Control.cs:
17389           - Added firing of BackColorChanged event
17390           - Added TopLevelControl property
17391           - Fixed handling of WM_ERASEBKGRND message
17392
17393 2004-08-31 12:49  pbartok
17394
17395         * ButtonBase.cs:
17396           - Removed debug
17397           - Minor fixes
17398
17399 2004-08-31 12:48  pbartok
17400
17401         * CheckBox.cs:
17402           - Finished (famous last words)
17403
17404 2004-08-31 04:35  jordi
17405
17406         * ScrollBar.cs: adds autorepeat timer, uses a single timer, fixes
17407           scrolling bugs, adds new methods
17408
17409 2004-08-30 14:42  pbartok
17410
17411         * CheckBox.cs:
17412           - Implemented CheckBox drawing code
17413
17414 2004-08-30 14:42  pbartok
17415
17416         * ButtonBase.cs:
17417           - Made Redraw() and CheckRedraw() virtual
17418           - Improved mouse up/down/move logic to properly track buttons
17419
17420 2004-08-30 09:44  pbartok
17421
17422         * CheckBox.cs:
17423           - Updated to fix broken build. Not complete yet.
17424
17425 2004-08-30 09:28  pbartok
17426
17427         * CheckState.cs:
17428           - Initial checkin
17429
17430 2004-08-30 09:17  pbartok
17431
17432         * Appearance.cs:
17433           - Initial check-in
17434
17435 2004-08-27 16:12  ravindra
17436
17437         * ToolBarButton.cs: Added TypeConverter attribute.
17438
17439 2004-08-27 16:07  ravindra
17440
17441         * ImageIndexConverter.cs: Implemented.
17442
17443 2004-08-27 14:17  pbartok
17444
17445         * Control.cs:
17446           - Removed unneeded stack vars
17447           - First attempt to fix sizing issues when layout is suspended
17448
17449 2004-08-25 15:35  jordi
17450
17451         * ScrollBar.cs: more fixes to scrollbar
17452
17453 2004-08-25 14:04  ravindra
17454
17455         * Theme.cs, ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs:
17456           Added the missing divider code and grip for ToolBar Control.
17457
17458 2004-08-25 13:20  pbartok
17459
17460         * Control.cs:
17461           - Control now properly passes the ambient background color to child
17462             controls
17463
17464 2004-08-25 13:20  jordi
17465
17466         * ScrollBar.cs: small bug fix regarding bar position
17467
17468 2004-08-25 12:33  pbartok
17469
17470         * Timer.cs:
17471           - Now only calls SetTimer or KillTimer if the enabled state has
17472           changed
17473
17474 2004-08-25 12:33  pbartok
17475
17476         * XplatUIWin32.cs:
17477           - Fixed timer handling, now seems to work
17478           - Improved error message for window creation
17479
17480 2004-08-25 12:32  pbartok
17481
17482         * Control.cs:
17483           - Fixed generation of MouseUp message
17484
17485 2004-08-25 12:29  jordi
17486
17487         * ProgressBar.cs, ThemeWin32Classic.cs: new methods, properties,
17488           and fixes for progressbar
17489
17490 2004-08-24 18:43  ravindra
17491
17492         * ThemeWin32Classic.cs, ToolBar.cs: Fixed wrapping related issues
17493           in ToolBar control.
17494
17495 2004-08-24 17:15  pbartok
17496
17497         * Panel.cs:
17498           - Added #region
17499           - Added missing events
17500           - Alphabetized
17501
17502 2004-08-24 17:14  pbartok
17503
17504         * StatusBar.cs, PictureBox.cs:
17505           - Now uses Control's CreateParams
17506
17507 2004-08-24 16:36  pbartok
17508
17509         * XplatUIX11.cs:
17510           - Fixed background color handling
17511           - Fixed sending of enter/leave events on a grab
17512
17513 2004-08-24 16:35  pbartok
17514
17515         * X11Structs.cs:
17516           - Refined definitions for CrossingEvent
17517
17518 2004-08-24 12:37  jordi
17519
17520         * ScrollBar.cs, Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: fixes
17521           formmating, methods signature, and adds missing events
17522
17523 2004-08-24 12:24  jordi
17524
17525         * Control.cs: fire OnEnabledChanged event
17526
17527 2004-08-24 11:17  pbartok
17528
17529         * XplatUIWin32.cs:
17530           - Implemented SetTimer() and KillTimer()
17531
17532 2004-08-24 11:16  pbartok
17533
17534         * XplatUIX11.cs:
17535           - Now uses Remove instead of Add to kill the timer
17536
17537 2004-08-24 10:16  jackson
17538
17539         * PictureBox.cs, Theme.cs, ThemeWin32Classic.cs: Handle drawing
17540           picture boxes in the theme now. Draw picture box borders and obey
17541           sizing modes
17542
17543 2004-08-24 05:49  jackson
17544
17545         * Timer.cs: Remove top secret debugging code
17546
17547 2004-08-24 05:34  jackson
17548
17549         * PictureBox.cs: Temp hack to make picture boxes draw their full
17550           image
17551
17552 2004-08-24 05:29  jackson
17553
17554         * Timer.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
17555           XplatUIX11.cs: Move timers to the driver level. On X they are
17556           queued by the driver and checked on idle.
17557
17558 2004-08-24 01:07  jackson
17559
17560         * XplatUIX11.cs: Use a queue for async messages instead of passing
17561           them as ClientMessages since that was totally broken. Also simply
17562           check for events and return an idle message if none are found. This
17563           gives us an idle handler, and prevents deadlocking when no messages
17564           are in the queue.
17565
17566 2004-08-23 18:19  ravindra
17567
17568         * XplatUIWin32.cs: Removed the unwanted destructor.
17569
17570 2004-08-23 17:27  pbartok
17571
17572         * ButtonBase.cs:
17573           - Finishing touches. Works now, just needs some optimizations.
17574
17575 2004-08-23 16:53  jordi
17576
17577         * ScrollBar.cs: small fix
17578
17579 2004-08-23 16:45  pbartok
17580
17581         * Application.cs:
17582           - Removed debug output
17583           - Simplifications
17584
17585 2004-08-23 16:43  jordi
17586
17587         * ScrollBar.cs: [no log message]
17588
17589 2004-08-23 16:10  pbartok
17590
17591         * Form.cs:
17592           - Fixed handling of WM_CLOSE message
17593           - Removed debug output
17594
17595 2004-08-23 16:09  pbartok
17596
17597         * Application.cs:
17598           - Added handling of Idle event
17599           - Added handling of form closing
17600           - Fixed reporting of MessageLoop property
17601           - Removed some unneeded code, should provide a bit of a speedup
17602
17603 2004-08-23 15:22  pbartok
17604
17605         * Control.cs:
17606           - Added InitLayout() method
17607           - Added code to properly perform layout when Anchor or Dock property
17608             is changed
17609           - Changed 'interpretation' of ResumeLayout. MS seems to have a
17610             LAMESPEC, tried to do it in a way that makes sense
17611
17612 2004-08-23 14:10  jordi
17613
17614         * HScrollBar.cs, ScrollBar.cs, TrackBar.cs, VScrollBar.cs: fixes
17615           properties and methods
17616
17617 2004-08-23 13:55  pbartok
17618
17619         * Control.cs:
17620           - Properly fixed Jordi's last fix
17621           - Now uses Cursor's Position property instead of calling XplatUI
17622           directly
17623
17624 2004-08-23 13:44  jordi
17625
17626         * PaintEventHandler.cs: Adding missing attribute
17627
17628 2004-08-23 13:39  pbartok
17629
17630         * Cursor.cs:
17631           - Implemented Position property
17632
17633 2004-08-23 13:39  pbartok
17634
17635         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
17636           - Added method to move mouse cursor
17637
17638 2004-08-23 13:39  pbartok
17639
17640         * XplatUIX11.cs:
17641           - Fixed setting of background color
17642           - Added method to move mouse cursor
17643
17644 2004-08-23 13:16  jordi
17645
17646         * Control.cs: avoids null exception
17647
17648 2004-08-22 17:46  jackson
17649
17650         * PictureBox.cs, PictureBoxSizeMode.cs: Initial implementation of
17651           PictureBox
17652
17653 2004-08-22 17:40  jackson
17654
17655         * XplatUIX11.cs: Add some missing locks
17656
17657 2004-08-22 15:10  pbartok
17658
17659         * Control.cs, Form.cs:
17660           - Removed OverlappedWindow style from Control, instead it's default
17661             now is child
17662           - Made form windows OverlappedWindow by default
17663
17664 2004-08-22 13:34  jackson
17665
17666         * ScrollBar.cs: Update the position through the Value property so
17667           the OnValueChanged event is raised.
17668
17669 2004-08-22 12:04  pbartok
17670
17671         * SWF.csproj:
17672           - Added Cursor.cs and UserControl.cs
17673
17674 2004-08-22 12:03  pbartok
17675
17676         * Cursor.cs:
17677           - Started implementation, not usable yet
17678
17679 2004-08-22 12:00  pbartok
17680
17681         * UserControl.cs:
17682           - Implemented UserControl (complete)
17683
17684 2004-08-21 19:20  ravindra
17685
17686         * ToolBar.cs: Correcting the formatting mess of VS.NET.
17687
17688 2004-08-21 18:49  ravindra
17689
17690         * ToolBar.cs: Probably this completes the missing attributes in
17691           toolbar control.
17692
17693 2004-08-21 18:03  ravindra
17694
17695         * ToolBar.cs, ToolBarButton.cs, ToolBarButtonClickEventArgs.cs:
17696           Fixed toolbar control signatures.
17697
17698 2004-08-21 16:32  pbartok
17699
17700         * LinkLabel.cs:
17701           - Signature Fixes
17702
17703 2004-08-21 16:30  pbartok
17704
17705         * Label.cs:
17706           - Signature fixes
17707
17708 2004-08-21 16:19  pbartok
17709
17710         * Control.cs, Label.cs:
17711           - Signature fixes
17712
17713 2004-08-21 15:57  pbartok
17714
17715         * ButtonBase.cs:
17716           - Added loads of debug output for development
17717           - Fixed typo in method name
17718
17719 2004-08-21 15:52  pbartok
17720
17721         * ToolBarButtonClickEventArgs.cs:
17722           - Added missing base class
17723
17724 2004-08-21 14:53  pbartok
17725
17726         * Control.cs:
17727           - Updated to match new GrabWindow signature
17728
17729 2004-08-21 14:51  pbartok
17730
17731         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
17732           - Added method to get default display size
17733
17734 2004-08-21 14:23  pbartok
17735
17736         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
17737           - Added method to query current grab state
17738           - Added argument to allow confining a grab to a window
17739
17740 2004-08-21 14:22  pbartok
17741
17742         * Keys.cs:
17743           - Added [Flags] attribute so that modifiers can be used in bitwise
17744           ops
17745
17746 2004-08-21 14:21  pbartok
17747
17748         * TrackBar.cs, ScrollBar.cs:
17749           - Replaced direct XplatUI calls with their Control counterpart
17750
17751 2004-08-21 13:32  pbartok
17752
17753         * Control.cs:
17754           - Implemented Created property
17755
17756 2004-08-21 13:28  pbartok
17757
17758         * Control.cs:
17759           - Implemented ContainsFocus
17760
17761 2004-08-21 13:26  pbartok
17762
17763         * Control.cs:
17764           - Implemented CausesValidation
17765
17766 2004-08-21 13:21  pbartok
17767
17768         * Control.cs:
17769           - Implemented CanFocus
17770           - Implemented CanSelect
17771           - Implemented Capture
17772
17773 2004-08-21 12:35  pbartok
17774
17775         * XplatUIWin32.cs:
17776           - Fixed bug with Async message handling
17777           - Implemented getting the ModifierKeys
17778
17779 2004-08-21 12:32  jackson
17780
17781         * AsyncMethodResult.cs: Make sure we have the mutex before we
17782           release it. Fixes BeginInvoke on windows
17783
17784 2004-08-21 11:31  pbartok
17785
17786         * XplatUIWin32.cs, XplatUIX11.cs:
17787           - Drivers now return proper mouse state
17788
17789 2004-08-21 10:54  jackson
17790
17791         * Control.cs: Implement EndInvoke
17792
17793 2004-08-21 10:48  jackson
17794
17795         * Timer.cs: Remove unneeded finalizer
17796
17797 2004-08-20 19:52  ravindra
17798
17799         * ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs: Improvments
17800           in mouse event handling in the ToolBar control.
17801
17802 2004-08-20 19:50  ravindra
17803
17804         * ImageList.cs: Changed draw method to use the arguments passed in
17805           to draw the image.
17806
17807 2004-08-20 18:58  pbartok
17808
17809         * XplatUIStructs.cs:
17810           - Added private message for async communication
17811
17812 2004-08-20 17:38  ravindra
17813
17814         * Control.cs: Made RightToLeft property virtual and removed a
17815           Console.WriteLine.
17816
17817 2004-08-20 14:39  jordi
17818
17819         * ThemeGtk.cs: use style_attach
17820
17821 2004-08-20 14:39  pbartok
17822
17823         * XplatUIWin32.cs:
17824           - Added jackson's Async code from X11 to Win32
17825
17826 2004-08-20 14:09  pbartok
17827
17828         * SWF.csproj:
17829           - Added all new files
17830
17831 2004-08-20 14:09  pbartok
17832
17833         * Control.cs:
17834           - Added call to set window background color
17835
17836 2004-08-20 14:03  pbartok
17837
17838         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
17839           - Added method for setting the window background
17840
17841 2004-08-20 14:02  pbartok
17842
17843         * XplatUIWin32.cs:
17844           - Added method for setting the background color
17845           - Added handling for erasing the window background
17846
17847 2004-08-20 13:45  jordi
17848
17849         * TrackBar.cs: fixes timer, new properties and methods
17850
17851 2004-08-20 13:34  jackson
17852
17853         * ScrollBar.cs: Use the SWF timer so callbacks are run in the
17854           correct thread
17855
17856 2004-08-20 13:22  jackson
17857
17858         * Timer.cs: Timer Tick events are now handed through Controls Async
17859           mechanism so the callbacks are executed in the same thread as X
17860
17861 2004-08-20 13:19  jackson
17862
17863         * XplatUIDriver.cs: Expose functionality to send async messages
17864           through the driver
17865
17866 2004-08-20 13:18  jackson
17867
17868         * Control.cs: Implement Begininvoke
17869
17870 2004-08-20 13:14  jackson
17871
17872         * XplatUI.cs, XplatUIWin32.cs: Expose functionality to send async
17873           messages through the driver
17874
17875 2004-08-20 13:12  jackson
17876
17877         * XplatUIX11.cs: Lock before all X operations. Also added Async
17878           method functionality through XSendEvent
17879
17880 2004-08-20 13:11  jackson
17881
17882         * X11Structs.cs: Use IntPtrs for ClientMessage extra data (TODO:
17883           This will screw up on 64 bit systems)
17884
17885 2004-08-20 13:10  jackson
17886
17887         * AsyncMethodData.cs, AsyncMethodResult.cs: Classes for sending
17888           Async messages through X/Win32
17889
17890 2004-08-19 19:39  pbartok
17891
17892         * XplatUIX11.cs:
17893           - Updated code to match new HandleData.DeviceContext type
17894
17895 2004-08-19 19:38  pbartok
17896
17897         * HandleData.cs:
17898           - Made DeviceContext a generic object to allow usage from various
17899           drivers
17900           - Added support for queueing Windows messages
17901
17902 2004-08-19 19:37  pbartok
17903
17904         * XplatUIWin32.cs:
17905           - Added generation of MouseEnter, MouseLeave and MouseHover events
17906           - Added cleanup on EndPaint
17907
17908 2004-08-19 19:17  pbartok
17909
17910         * Control.cs:
17911           - Added handling of WM_MOUSEHOVER
17912           - Worked around 'bug' in Win32 WM_MOUSE_ENTER/WM_MOUSE_LEAVE driver
17913           code
17914
17915 2004-08-19 18:55  jordi
17916
17917         * ThemeGtk.cs: fixes button order
17918
17919 2004-08-19 18:12  jordi
17920
17921         * Theme.cs, ThemeWin32Classic.cs: fixes methods signature
17922
17923 2004-08-19 17:09  pbartok
17924
17925         * Control.cs:
17926           - Added Right property
17927           - Added RightToLeft property
17928
17929 2004-08-19 16:27  jordi
17930
17931         * ThemeGtk.cs: experimental GTK theme support
17932
17933 2004-08-19 16:26  jordi
17934
17935         * ITheme.cs, Theme.cs: move themes from an interface to a class
17936
17937 2004-08-19 16:25  jordi
17938
17939         * Control.cs, ScrollBar.cs, ThemeEngine.cs, ThemeWin32Classic.cs:
17940           theme enhancaments
17941
17942 2004-08-19 16:04  pbartok
17943
17944         * XplatUIX11.cs:
17945           - Added colormap basics
17946           - Added a way to re-initialize with a different display handle
17947           - Fixed setting of the window background color
17948           - Added various X11 imports related to colors and colormaps
17949
17950 2004-08-19 15:51  pbartok
17951
17952         * X11Structs.cs:
17953           - Removed packing hints (Paolo suggested this a while back)
17954           - fixed colormap type
17955           - Added default Atom types
17956           - Added Screen and color structs and enums
17957
17958 2004-08-19 15:39  pbartok
17959
17960         * ImageList.cs:
17961           - Added missing Draw() method
17962           - Added missing RecreateHandle event
17963
17964 2004-08-19 15:30  pbartok
17965
17966         * Form.cs:
17967           - Added handling of WM_CLOSE
17968
17969 2004-08-18 13:16  jordi
17970
17971         * ITheme.cs, ThemeWin32Classic.cs, XplatUIWin32.cs: Move colors to
17972           a table
17973
17974 2004-08-18 09:56  jordi
17975
17976         * ScrollBar.cs: fixes to scrollbar: steps and multiple timers
17977
17978 2004-08-17 15:31  ravindra
17979
17980         * SWF.csproj: Updated project.
17981
17982 2004-08-17 15:25  pbartok
17983
17984         * Control.cs:
17985           - Drawing improvement; don't call UpdateBounds if we are not visible
17986             (or have been minimized)
17987
17988 2004-08-17 15:24  pbartok
17989
17990         * XplatUIWin32.cs:
17991           - Finished IsVisible
17992           - Added Win32GetWindowPlacement
17993
17994 2004-08-17 15:08  jackson
17995
17996         * Panel.cs: Initial checkin of the Panel
17997
17998 2004-08-17 14:25  pbartok
17999
18000         * Control.cs:
18001           - Fixed broken handling of default window sizes
18002
18003 2004-08-17 13:29  jackson
18004
18005         * ThemeWin32Classic.cs: Don't use KnownColor to create colours. It
18006           has a large startup time.
18007
18008 2004-08-17 10:25  jackson
18009
18010         * HandleData.cs: union areas properly
18011
18012 2004-08-17 10:12  jackson
18013
18014         * HandleData.cs: union areas properly
18015
18016 2004-08-16 20:00  ravindra
18017
18018         * ToolBar.cs, ToolBarButton.cs: Added attributes.
18019
18020 2004-08-16 18:48  ravindra
18021
18022         * ToolBar.cs: Added attributes.
18023
18024 2004-08-16 17:17  ravindra
18025
18026         * SWF.csproj: Updated project.
18027
18028 2004-08-16 17:16  jackson
18029
18030         * XplatUIX11.cs: Check for more expose events before sending a
18031           WM_PAINT so they can all be grouped together. This makes dragging a
18032           window across another window redraw in a sane way.
18033
18034 2004-08-16 15:47  pbartok
18035
18036         * Control.cs:
18037           - Added handling of WM_MOUSE_ENTER & WM_MOUSE_LEAVE to
18038             support OnMouseEnter/Leave()
18039           - Added WS_CLIPSIBLINGS and WS_CLIPCHILDREN window styles to improve
18040             exposure handling
18041
18042 2004-08-16 15:46  pbartok
18043
18044         * XplatUIStructs.cs, XplatUIX11.cs:
18045           - Added WM_MOUSE_ENTER & WM_MOUSE_LEAVE to support
18046           OnMouseEnter/Leave()
18047
18048 2004-08-16 15:34  jackson
18049
18050         * XplatUIX11.cs: Group multiple expose events in HandleData, make
18051           sure messages get the message field set to WM_NULL if they are not
18052           handled.
18053
18054 2004-08-16 15:24  jackson
18055
18056         * HandleData.cs: HandleData is used for storing message information
18057           for window handles
18058
18059 2004-08-15 17:23  ravindra
18060
18061         * ColorDepth.cs: Added attribute.
18062
18063 2004-08-15 17:23  ravindra
18064
18065         * SWF.csproj: Updated project for ToolBar Control.
18066
18067 2004-08-15 17:20  ravindra
18068
18069         * ITheme.cs, ThemeWin32Classic.cs: Changes to Theme for ToolBar
18070           control and also dos2unix format.
18071
18072 2004-08-15 17:13  ravindra
18073
18074         * ToolBar.cs, ToolBarAppearance.cs, ToolBarButton.cs,
18075           ToolBarButtonClickEventArgs.cs,
18076           ToolBarButtonClickEventHandler.cs, ToolBarButtonStyle.cs,
18077           ToolBarTextAlign.cs: First Implementation of ToolBar control.
18078
18079 2004-08-15 15:31  pbartok
18080
18081         * ButtonBase.cs:
18082           - First (mostly) working version
18083
18084 2004-08-13 16:15  pbartok
18085
18086         * Control.cs:
18087           - Fixed Anchor default
18088
18089 2004-08-13 15:43  pbartok
18090
18091         * Control.cs:
18092           - Changed GetCursorPos signature
18093
18094 2004-08-13 15:42  pbartok
18095
18096         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
18097           - Changed signature for GetCursorPos
18098
18099 2004-08-13 15:25  pbartok
18100
18101         * XplatUIX11.cs:
18102           - Cleanup
18103           - Fixed resizing/exposure handling
18104
18105 2004-08-13 15:22  jordi
18106
18107         * ThemeWin32Classic.cs: removes redundant code and fixes issues
18108           with tickposition
18109
18110 2004-08-13 14:55  jordi
18111
18112         * TrackBar.cs: change from wndproc to events
18113
18114 2004-08-13 13:00  jordi
18115
18116         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
18117           XplatUIX11.cs: implements PointToClient (ScreenToClient)
18118
18119 2004-08-13 12:53  pbartok
18120
18121         * XplatUIWin32.cs:
18122           - Changed GetWindowPos to also provide client area size
18123           - Fixed broken prototypes for several win32 functions
18124
18125 2004-08-13 12:53  pbartok
18126
18127         * XplatUI.cs, XplatUIDriver.cs:
18128           - Changed GetWindowPos to also provide client area size
18129
18130 2004-08-13 12:52  pbartok
18131
18132         * XplatUIX11.cs:
18133           - Added generation of WM_POSCHANGED
18134           - Changed GetWindowPos to also provide client area size
18135
18136 2004-08-13 12:52  pbartok
18137
18138         * Control.cs:
18139           - Added Dispose() and destructor
18140           - Fixed resizing and bounds calculation
18141           - Fixed Layout
18142           - Added memory savings for invisible windows
18143
18144 2004-08-13 12:46  jordi
18145
18146         * TrackBar.cs: adds timer and grap window
18147
18148 2004-08-13 10:25  jackson
18149
18150         * Timer.cs: SWF Timer
18151
18152 2004-08-12 16:59  pbartok
18153
18154         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
18155           - Implemented method to get current mouse position
18156
18157 2004-08-12 14:29  jordi
18158
18159         * ITheme.cs, ThemeWin32Classic.cs, TrackBar.cs: Trackbar
18160           enhancement, fix mouse problems, highli thumb, etc
18161
18162 2004-08-12 13:31  pbartok
18163
18164         * Control.cs:
18165           - Fixed Anchoring bugs
18166
18167 2004-08-12 13:01  jackson
18168
18169         * StatusBar.cs: Don't forget things
18170
18171 2004-08-12 12:54  jackson
18172
18173         * ThemeWin32Classic.cs: Handle owner draw status bars
18174
18175 2004-08-12 12:54  jackson
18176
18177         * StatusBar.cs: Implement missing properties, events, and methods.
18178           Handle mouse clicking
18179
18180 2004-08-12 10:19  jackson
18181
18182         * StatusBarPanelClickEventArgs.cs,
18183           StatusBarPanelClickEventHandler.cs: Classes for handling status
18184           bar panel click events
18185
18186 2004-08-12 10:10  jackson
18187
18188         * Control.cs: Add missing properties
18189
18190 2004-08-12 09:46  pbartok
18191
18192         * BindingsManagerBase.cs:
18193           - Name changed to BindingManagerBase.cs
18194
18195 2004-08-12 09:25  jordi
18196
18197         * ScrollableControl.cs: calls ctrlbase instead of exeception
18198
18199 2004-08-11 16:28  pbartok
18200
18201         * InputLanguageChangingEventArgs.cs:
18202           - Never check in before compiling. Fixes the last check-in
18203
18204 2004-08-11 16:26  pbartok
18205
18206         * InputLanguageChangingEventArgs.cs:
18207           - More signature fixes
18208
18209 2004-08-11 16:20  pbartok
18210
18211         * BindingManagerBase.cs, BindingMemberInfo.cs, ContainerControl.cs,
18212           Control.cs, ControlEventArgs.cs, ControlPaint.cs, Form.cs,
18213           ImageListStreamer.cs, InputLanguage.cs,
18214           InputLanguageChangedEventArgs.cs,
18215           InputLanguageChangingEventArgs.cs, Keys.cs, LayoutEventArgs.cs,
18216           LinkArea.cs, Message.cs, MouseEventArgs.cs, NativeWindow.cs,
18217           ScrollEventArgs.cs, ScrollableControl.cs, XplatUI.cs,
18218           XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
18219           - Signature fixes
18220
18221 2004-08-11 16:16  pbartok
18222
18223         * Application.cs:
18224           - Fixed Signature
18225           - Added .Net 1.1 method
18226
18227 2004-08-11 15:25  pbartok
18228
18229         * SWF.csproj:
18230           - Fixed BindingManagerBase.cs filename
18231
18232 2004-08-11 15:22  pbartok
18233
18234         * BindingManagerBase.cs:
18235           - Was checked in with wrong filename
18236
18237 2004-08-11 14:50  pbartok
18238
18239         * SWF.csproj:
18240           - Updated
18241
18242 2004-08-11 13:41  jordi
18243
18244         * XplatUIWin32.cs: Fixes ClientRect
18245
18246 2004-08-11 13:19  pbartok
18247
18248         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
18249           XplatUIX11.cs:
18250           - We had SetWindowPos and MoveWindow to set window positions and
18251             size, removed MoveWindow. We have GetWindowPos, so it made sense to
18252             keep SetWindowPos as matching counterpart
18253           - Added some X11 sanity checking
18254
18255 2004-08-11 12:59  pbartok
18256
18257         * Control.cs:
18258           - Major cleanup of my SetBounds/SetBoundsCore/UpdateBounds mess
18259             (It seems that SetBounds is just a front for SetBoundsCore and
18260              SetBoundsCore updates the underlying window system and
18261              UpdateBounds is responsible for updating the variables associated
18262              with the Control and sending the events)
18263           - Major cleanup of Size handling; we now have two sizes, client_size
18264             and bounds. Bounds defines the window with decorations, client_size
18265             without them.
18266
18267 2004-08-11 12:55  pbartok
18268
18269         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
18270           - Added method to calculate difference between decorated window and
18271             raw client area
18272
18273 2004-08-11 12:54  pbartok
18274
18275         * Label.cs:
18276           - Forcing redraw on resize
18277
18278 2004-08-11 11:43  pbartok
18279
18280         * ImageList.cs:
18281           - Removed disposing of the actual images when the list is disposed
18282
18283 2004-08-11 09:13  pbartok
18284
18285         * Control.cs:
18286           - Now properly reparents windows
18287
18288 2004-08-11 08:37  pbartok
18289
18290         * Control.cs:
18291           - Duh!
18292
18293 2004-08-11 07:47  pbartok
18294
18295         * Control.cs:
18296           - Rewrote the collection stuff. Might not be as fast now, not
18297             keeping the number of children around and accessible directly, but
18298             it's more straightforward
18299
18300 2004-08-11 07:44  pbartok
18301
18302         * AccessibleObject.cs:
18303           - Fixed to match ControlCollection rewrite
18304
18305 2004-08-11 07:43  pbartok
18306
18307         * ImageList.cs:
18308           - Added missing creation of the collection list
18309
18310 2004-08-10 20:08  jackson
18311
18312         * StatusBar.cs: Get the paint message from WndProc
18313
18314 2004-08-10 19:31  jackson
18315
18316         * ThemeWin32Classic.cs: Create Brushes as little as possible
18317
18318 2004-08-10 19:20  jackson
18319
18320         * UICues.cs: Add Flags attribute
18321
18322 2004-08-10 19:19  jackson
18323
18324         * StatusBarPanel.cs: Signature cleanup
18325
18326 2004-08-10 19:10  jackson
18327
18328         * StatusBarDrawItemEventArgs.cs, StatusBarDrawItemEventHandler.cs:
18329           Initial implementation of status bar item drawing
18330
18331 2004-08-10 17:27  jordi
18332
18333         * TrackBar.cs: add missing methods, properties, and restructure to
18334           hide extra ones
18335
18336 2004-08-10 16:24  jackson
18337
18338         * AccessibleStates.cs, Border3DSide.cs, Border3DStyle.cs,
18339           ButtonState.cs, ControlStyles.cs, DragDropEffects.cs: Add flags
18340           attribute
18341
18342 2004-08-10 13:21  jordi
18343
18344         * ITheme.cs, ScrollBar.cs, ThemeWin32Classic.cs: scrollbar
18345           enhancements and standarize on win colors defaults
18346
18347 2004-08-10 12:52  jackson
18348
18349         * DrawItemEventArgs.cs, DrawItemState.cs, ITheme.cs,
18350           ThemeWin32Classic.cs: Implement DrawItem functionality
18351
18352 2004-08-10 12:47  jordi
18353
18354         * XplatUIWin32.cs: Calls InvalidateRect before UpdateWindow
18355
18356 2004-08-10 12:32  jordi
18357
18358         * Control.cs: throw ontextchange event
18359
18360 2004-08-10 11:43  pbartok
18361
18362         * Control.cs:
18363           - Added more to the still unfinished Dock/Anchor layout code
18364
18365 2004-08-10 11:39  pbartok
18366
18367         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
18368           - Added GetWindowPos method
18369
18370 2004-08-10 11:36  pbartok
18371
18372         * XplatUIWin32.cs:
18373           - Implemented several methods
18374
18375 2004-08-10 09:47  jackson
18376
18377         * TrackBar.cs: Allow control to handle buffering
18378
18379 2004-08-10 09:41  jackson
18380
18381         * ProgressBar.cs, ScrollBar.cs: Allow control to handle buffering
18382
18383 2004-08-10 09:24  jackson
18384
18385         * Label.cs, LinkLabel.cs: Let Control handle buffering.
18386
18387 2004-08-10 09:09  jackson
18388
18389         * StatusBar.cs: Let Control handle all the buffering.
18390
18391 2004-08-10 09:08  jackson
18392
18393         * Control.cs: Control will now handle the buffering code, so each
18394           control does not have to implement this.
18395
18396 2004-08-10 08:34  jackson
18397
18398         * XplatUIDriver.cs: Use default colors from the theme
18399
18400 2004-08-09 17:12  pbartok
18401
18402         * ImageList.cs:
18403           - Fixed several bugs Ravindra pointed out
18404
18405 2004-08-09 16:11  pbartok
18406
18407         * Control.cs:
18408           - Added incomplete dock layout code
18409           - Added support for mouse wheel
18410
18411 2004-08-09 16:09  pbartok
18412
18413         * XplatUIX11.cs:
18414           - Added handling for middle and right mousebutton
18415           - Added handling for mouse wheel
18416           - Added handling for key state and mouse state and position
18417           - Now properly generates WM_xBUTTONx messages and WM_MOUSEWHEEL
18418           messages
18419
18420 2004-08-09 15:40  jackson
18421
18422         * StatusBarPanel.cs, StatusBarPanelAutoSize.cs,
18423           StatusBarPanelBorderStyle.cs, StatusBarPanelStyle.cs: Initial
18424           checkin
18425
18426 2004-08-09 15:37  jackson
18427
18428         * StatusBar.cs: Initial implementation of StatusBar
18429
18430 2004-08-09 15:36  jackson
18431
18432         * ITheme.cs: Add support for drawing status bar and getting status
18433           bar item sizes
18434
18435 2004-08-09 15:35  pbartok
18436
18437         * MouseButtons.cs:
18438           - Fixed values
18439
18440 2004-08-09 15:34  jackson
18441
18442         * ThemeWin32Classic.cs: Add support for drawing status bar and get
18443           status bar item sizes
18444
18445 2004-08-09 15:21  jackson
18446
18447         * ThemeWin32Classic.cs: Use known colors for default control
18448           colours
18449
18450 2004-08-09 15:12  jackson
18451
18452         * ThemeWin32Classic.cs: Make the default font static, it is static
18453           in control so this doesn't change functionality and creating fonts
18454           is sloooooow.
18455
18456 2004-08-09 14:56  pbartok
18457
18458         * X11Structs.cs:
18459           - Added GrabMode enum
18460
18461 2004-08-09 14:55  pbartok
18462
18463         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
18464           - Removed Run method, was only required for initial development
18465
18466 2004-08-09 14:51  pbartok
18467
18468         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
18469           - Implemented GrabWindow/ReleaseWindow methods to allow pointer
18470           capture
18471
18472 2004-08-09 13:48  pbartok
18473
18474         * XplatUIX11.cs:
18475           - Fixed default sizing for child windows
18476
18477 2004-08-09 12:56  pbartok
18478
18479         * XplatUIX11.cs:
18480           - Added generation of WM_DESTROY message
18481           - Added handling of window manager induced shutdown
18482
18483 2004-08-09 11:31  jackson
18484
18485         * ThemeWin32Classic.cs: New names for control properties
18486
18487 2004-08-09 11:25  jackson
18488
18489         * Control.cs: Use new color names
18490
18491 2004-08-09 11:02  jackson
18492
18493         * XplatUI.cs: Get default window properties from the theme
18494
18495 2004-08-09 11:01  jackson
18496
18497         * ITheme.cs: The theme engine now controls default window
18498           properties
18499
18500 2004-08-09 11:00  jackson
18501
18502         * ThemeWin32Classic.cs: Add default window color properties
18503
18504 2004-08-09 10:17  jackson
18505
18506         * ThemeWin32Classic.cs: Use correct default back color
18507
18508 2004-08-09 10:05  jackson
18509
18510         * XplatUIWin32.cs, XplatUIX11.cs: These properties are handled by
18511           the theme now.
18512
18513 2004-08-09 09:56  jackson
18514
18515         * XplatUI.cs: Remove defaults, these are handled by the theme now.
18516
18517 2004-08-09 09:54  jackson
18518
18519         * Control.cs: Get default properties from the theme.
18520
18521 2004-08-09 09:53  jackson
18522
18523         * ITheme.cs: Themes now handle default control properties
18524
18525 2004-08-09 09:53  jackson
18526
18527         * ThemeWin32Classic.cs: Themes now handle default control
18528           properties so coloring will be consistent
18529
18530 2004-08-08 16:54  jordi
18531
18532         * ITheme.cs, ThemeWin32Classic.cs: Label BorderStyles
18533
18534 2004-08-08 15:08  jordi
18535
18536         * XplatUIX11.cs: fixes keyboard crash
18537
18538 2004-08-08 13:47  jordi
18539
18540         * Label.cs: add cvs header info
18541
18542 2004-08-08 12:09  jackson
18543
18544         * ThemeWin32Classic.cs: Add pen_buttonface
18545
18546 2004-08-08 11:52  jordi
18547
18548         * Label.cs, LinkLabel.cs: [no log message]
18549
18550 2004-08-08 11:34  jordi
18551
18552         * ThemeWin32Classic.cs: Use Windows Standard Colours
18553
18554 2004-08-07 17:32  jordi
18555
18556         * TrackBar.cs: throw exceptions of invalid enums values
18557
18558 2004-08-07 17:31  jordi
18559
18560         * Label.cs, LinkLabel.cs, ThemeWin32Classic.cs: fixes label bug and
18561           draw method name
18562
18563 2004-08-07 16:56  jackson
18564
18565         * HorizontalAlignment.cs: Initial checkin
18566
18567 2004-08-07 13:16  jordi
18568
18569         * Label.cs, LinkLabel.cs: throw exceptions, fixes events, missing
18570           methods
18571
18572 2004-08-07 13:05  jordi
18573
18574         * ITheme.cs, ThemeWin32Classic.cs: Theme colour support and
18575           GetSysColor defines
18576
18577 2004-08-06 18:01  pbartok
18578
18579         * ThemeWin32Classic.cs:
18580           - Fixed some rounding issues with float/int
18581
18582 2004-08-06 18:00  jackson
18583
18584         * DockStyle.cs, AnchorStyles.cs:
18585
18586                   Add flags and serializable attributes.
18587
18588 2004-08-06 17:46  pbartok
18589
18590         * XplatUIX11.cs:
18591           - Implemented GetParent
18592
18593 2004-08-06 17:18  pbartok
18594
18595         * TrackBar.cs:
18596           - Fixed some rounding issues with float/int
18597
18598 2004-08-06 17:17  pbartok
18599
18600         * X11Structs.cs, XplatUIX11.cs:
18601           - Fixed Refresh and Invalidate
18602
18603 2004-08-06 15:30  pbartok
18604
18605         * Control.cs, X11Structs.cs, XplatUIX11.cs:
18606           - Fixed recursive loop when resizing
18607           - Improved/fixed redrawing on expose messages
18608
18609 2004-08-06 09:53  jordi
18610
18611         * Control.cs, X11Structs.cs, XplatUIWin32.cs, XplatUIX11.cs: X11
18612           keyboard navigation
18613
18614 2004-08-06 08:02  pbartok
18615
18616         * X11Structs.cs, XplatUIX11.cs:
18617           - Fixed reparenting
18618           - Fixed window border creation
18619
18620 2004-08-05 15:38  pbartok
18621
18622         * XplatUIX11.cs:
18623           - Attempted fix for reparenting problems
18624
18625 2004-08-04 15:14  pbartok
18626
18627         * Control.cs:
18628           - Fixed Invalidation bug (calculated wrong client area)
18629           - Added ClientSize setter
18630
18631 2004-08-04 15:13  pbartok
18632
18633         * Form.cs:
18634           - Added AutoScale properties
18635
18636 2004-08-04 15:13  pbartok
18637
18638         * SWF.csproj:
18639           - Added latest files
18640
18641 2004-08-04 14:11  pbartok
18642
18643         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
18644           XplatUIX11.cs:
18645           - Added Invalidate handling
18646
18647 2004-08-03 17:09  jordi
18648
18649         * XplatUIDriver.cs: fixes spelling mistake
18650
18651 2004-07-27 09:53  jordi
18652
18653         * TrackBar.cs: fixes trackbar events, def classname, methods
18654           signature
18655
18656 2004-07-27 09:29  jordi
18657
18658         * ScrollBar.cs: fixes scrollbar events
18659
18660 2004-07-27 04:38  jordi
18661
18662         * Control.cs: changes to be able to run winforms samples
18663
18664 2004-07-26 11:42  jordi
18665
18666         * ControlPaint.cs, ITheme.cs, ProgressBar.cs, ScrollBar.cs,
18667           ThemeEngine.cs, ThemeWin32Classic.cs, TrackBar.cs: Theme support
18668
18669 2004-07-26 05:41  jordi
18670
18671         * MessageBox.cs, MessageBoxButtons.cs, MessageBoxDefaultButton.cs,
18672           MessageBoxIcon.cs, MessageBoxOptions.cs: initial messagebox
18673           implementation
18674
18675 2004-07-22 09:22  jordi
18676
18677         * LinkLabel.cs, LinkLabelLinkClickedEventHandler.cs: link label:
18678           check link overlapping, implement events, and fixes
18679
18680 2004-07-21 10:28  jordi
18681
18682         * DialogResult.cs, IButtonControl.cs: fixes comments filenames
18683
18684 2004-07-21 10:19  jordi
18685
18686         * DialogResult.cs, IButtonControl.cs, Label.cs, LinkArea.cs,
18687           LinkBehavior.cs, LinkClickedEventArgs.cs, LinkLabel.cs,
18688           LinkLabelLinkClickedEventArgs.cs,
18689           LinkLabelLinkClickedEventHandler.cs, LinkState.cs,
18690           XplatUIWin32.cs, LinkClickedEventHandler.cs: LinkLabel control
18691           implementation
18692
18693 2004-07-19 13:09  jordi
18694
18695         * Control.cs, Label.cs: label control re-written: added missing
18696           functionlity, events, and properties
18697
18698 2004-07-19 10:49  jordi
18699
18700         * Control.cs: fixes SetBounds logic
18701
18702 2004-07-19 01:29  jordi
18703
18704         * Control.cs: Call RefreshWindow only if the window has created
18705
18706 2004-07-15 14:05  pbartok
18707
18708         * ColorDepth.cs, ImageList.cs, ImageListStreamer.cs, SWF.csproj:
18709           - Implemented ImageList and ImageList.ImageCollection classes
18710           - Added ColorDepth enumeration
18711           - Updated SWF VS.Net project
18712
18713 2004-07-15 11:06  jordi
18714
18715         * XplatUIStructs.cs: added MsgButons enum
18716
18717 2004-07-15 11:03  jordi
18718
18719         * Control.cs: added basic mouse handeling events
18720
18721 2004-07-15 03:38  jordi
18722
18723         * Orientation.cs, TickStyle.cs, TrackBar.cs: Horizontal and
18724           Vertical TrackBar control implementation
18725
18726 2004-07-13 09:33  jordi
18727
18728         * HScrollBar.cs, VScrollBar.cs: vertical and hort. classes commit
18729
18730 2004-07-13 09:31  jordi
18731
18732         * Control.cs, Form.cs: commit: new properties and fixes form size
18733           problems
18734
18735 2004-07-09 14:13  miguel
18736
18737         * ProgressBar.cs: Spelling
18738
18739 2004-07-09 11:25  pbartok
18740
18741         * ProgressBar.cs:
18742           - Removed usage of Rectangle for drawing. Miguel pointed out it's
18743           faster
18744
18745 2004-07-09 11:17  miguel
18746
18747         * ProgressBar.cs: 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
18748
18749                 * ProgressBar.cs: Fixed spelling for `block'
18750
18751                 drawProgressBar: renamed to `DrawProgressBar' to follow the coding
18752                 style guidelines.
18753
18754                 Avoid using the += on rect.X, that exposed a bug in the compiler.
18755
18756 2004-07-08 23:21  pbartok
18757
18758         * AccessibleObject.cs, AccessibleRole.cs, AccessibleStates.cs,
18759           AnchorStyles.cs, Application.cs, ApplicationContext.cs,
18760           BaseCollection.cs, Binding.cs, BindingContext.cs,
18761           BindingMemberInfo.cs, BindingsCollection.cs,
18762           BindingsManagerBase.cs, Border3DSide.cs, Border3DStyle.cs,
18763           BorderStyle.cs, BoundsSpecified.cs, ButtonBorderStyle.cs,
18764           ButtonState.cs, CaptionButton.cs, CheckBox.cs,
18765           ContainerControl.cs, Control.cs, ControlEventArgs.cs,
18766           ControlEventHandler.cs, ControlPaint.cs, ControlStyles.cs,
18767           ConvertEventArgs.cs, ConvertEventHandler.cs, Copyright,
18768           CreateParams.cs, DockStyle.cs, DragAction.cs, DragDropEffects.cs,
18769           DragEventArgs.cs, DragEventHandler.cs, FlatStyle.cs, Form.cs,
18770           FrameStyle.cs, GiveFeedbackEventArgs.cs,
18771           GiveFeedbackEventHandler.cs, HelpEventArgs.cs,
18772           HelpEventHandler.cs, IContainerControl.cs, IDataObject.cs,
18773           IMessageFilter.cs, IWin32Window.cs, ImeMode.cs, InputLanguage.cs,
18774           InputLanguageChangedEventArgs.cs,
18775           InputLanguageChangedEventHandler.cs,
18776           InputLanguageChangingEventArgs.cs,
18777           InputLanguageChangingEventHandler.cs, InputLanguageCollection.cs,
18778           InvalidateEventArgs.cs, InvalidateEventHandler.cs,
18779           KeyEventArgs.cs, KeyEventHandler.cs, KeyPressEventArgs.cs,
18780           KeyPressEventHandler.cs, Keys.cs, Label.cs, LayoutEventArgs.cs,
18781           LayoutEventHandler.cs, MenuGlyph.cs, Message.cs, MouseButtons.cs,
18782           MouseEventArgs.cs, MouseEventHandler.cs, NativeWindow.cs,
18783           PaintEventArgs.cs, PaintEventHandler.cs, ProgressBar.cs,
18784           QueryAccessibilityHelpEventArgs.cs,
18785           QueryAccessibilityHelpEventHandler.cs,
18786           QueryContinueDragEventArgs.cs, QueryContinueDragEventHandler.cs,
18787           RightToLeft.cs, SWF.csproj, SWF.csproj.user, ScrollBar.cs,
18788           ScrollBars.cs, ScrollButton.cs, ScrollEventArgs.cs,
18789           ScrollEventHandler.cs, ScrollEventType.cs, ScrollableControl.cs,
18790           TODO, TODOAttribute.cs, UICues.cs, UICuesEventArgs.cs,
18791           UICuesEventHandler.cs, X11Structs.cs, XplatUI.cs,
18792           XplatUIDriver.cs, XplatUIStructs.cs, XplatUIWin32.cs,
18793           XplatUIX11.cs, lang.cs:
18794           - Initial check-in
18795