- We need to invalidate the selection area when we replace the
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
1 2006-12-19  Jackson Harper  <jackson@ximian.com>
2
3         * RichTextBox.cs: 
4         * TextBoxBase.cs: New args for FormatText
5         * TextControl.cs: Rewrote the main drawing method, this version
6         feels a little easier to understand and debug to me.  Hopefully it
7         does to others also
8         - Fix FormatText to OR in the new formating values.  Added
9         FormatSpecified param, basically this works in the same way as
10         BoundsSpecified in Control.
11         - Set the caret properties when the caret is positioned.
12         - When wrapping text make sure that we calculate the width of the
13         last character
14         - when calculating alignments we might have wrapped down to the
15         next line, so don't search for an individual tag, search for the
16         end of the line
17         - We need to invalidate the selection area when we replace the
18         selection.
19         
20 2006-12-19  Daniel Nauck  <dna@mono-project.de>
21
22         * Application.cs: add Restart () 2.0 support
23
24 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
25
26         * MenuItem.cs: Invalidate menu item rectangle after change Enable
27         property. Fixes #80268.
28         
29 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
30
31         * MenuAPI.cs: Dont trigger select event when closes top menu
32         item. Fixes #80270.
33
34 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
35
36         * MenuAPI.cs: When you click on menuitem only trigger onselect
37         event for top menu itens. Fixes #80271.
38         
39 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
40
41         * MdiWindowManager.cs: Make IconicBounds depend on
42         the bottom of MdiClient, not the top (fixes #80267)
43         
44 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
45
46         * MdiClient.cs: Added missing 2.0 attribute
47
48 2006-12-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
49
50         * ListViewItem.cs: Add Name and Tag 2.0 properties, as well
51         as IndexOfKey, ContainsKey, RemoveByKey and indexer 2.0.
52
53 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
54
55         * MenuAPI.cs: Fix click when menuitem is not popup,
56         this regression was caused by last commit (#80272).
57
58 2006-12-17  Everaldo Canuto  <everaldo@simios.org>
59
60         * MenuAPI.cs: When a non-toplevel menuitem is clicked dont
61         fire click event or close menu. Fixes #80272.
62
63 2006-12-17  Daniel Nauck  <dna@mono-project.de>
64
65         * ListViewHitTestInfo.cs: add
66
67 2006-12-17  Daniel Nauck  <dna@mono-project.de>
68
69         * ButtonBase.cs: Added FlatButtonAppearance 2.0 support.
70         * FlatButtonAppearance.cs: add
71         * DockingAttribute.cs: add
72
73 2006-12-17  Chris Toshok  <toshok@ximian.com>
74
75         * DataGrid.cs: hook up MetaDataChanged event on the list manager,
76         and rebind our columns when it does - this way, if you make
77         changes to the DataTable (or set the Table attribute on a DataView
78         after setting it as the DataGrid's DataSource, the changes are
79         made visible.)  Fixes bug #80107.
80
81 2006-12-17  Daniel Nauck  <dna@mono-project.de>
82
83         * ListViewGroup.cs: add internal Location property for layouting.
84         * Theme.cs: add abstract ListViewGroupHeight function.
85         * ThemeWin32Classic.cs: implement ListViewGroupHeight function.
86
87 2006-12-16  Andreia Gaita  <avidigal@novell.com>
88
89         * TabControl.cs: Fixed checks for NET_2_0-specific exceptions.
90         Added reset of selected index to 0 when adding first tab page.
91         Fixes #80264
92         
93         * NumericUpDown.cs: Fix NET_2_0 check
94
95 2006-12-16  Daniel Nauck  <dna@mono-project.de>
96
97         * ListViewGroup.cs: fixed DefaultValueAttribute value
98
99 2006-12-16  Daniel Nauck  <dna@mono-project.de>
100
101         * AutoCompleteStringCollection.cs: add new AutoCompleteStringCollection 2.0 class
102
103 2006-12-15  Miguel de Icaza  <miguel@novell.com>
104
105         * Button.cs, ComboBox.cs, ScrollBar.cs, UserControl.cs,
106         TextBoxBase.cs, ListView.cs, ContainerControl.cs,
107         ScrollableControl.cs: Add a handful of methods that are
108         overwritten in 2.0 
109
110 2006-12-15  Chris Toshok  <toshok@ximian.com>
111
112         * XplatUIWin32.cs: initial implementation of the Reversible
113         drawing functions.  there are some problems.  DrawReversibleFrame
114         doesn't seem to work at all for Dashed FrameStyle, and in the
115         Thick case there are drawing errors at the corners (we probably
116         need to bind Rectangle instead of doing moveto/lineto's.)
117
118 2006-12-16  Andreia Gaita  <avidigal@novell.com>
119         
120         * SendKeys.cs: Implemented. SendKeys uses a new method in XPlatUI, SendInput, 
121         to send blocks of key messages. Send accumulates keys to send with Flush, 
122         while SendWait sends all keys immediately.
123                 
124         * XplaUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs, 
125         XplatUIX11.cs,  XplatUIX11-new.cs:
126         - Define SendInput and stubs for OSX and X11, implements Win32 with a call
127         to Win32 SendInput.
128         - Added INPUT support structures to XplatUIWin32 for Win32SendInput
129         
130         Tests:  It seems ms.net is hooking the keyboard to implement this, so doing unit
131         testing for ms.net on this class is very tricky, as the tests run too fast 
132         to allow the hook to release, essentially freezing the keyboard and the 
133         test. So, barring a win32 miracle, they'll be commited in the ms-notworking     
134         category :p
135
136 2006-12-16  Daniel Nauck  <dna@mono-project.de>
137
138         * Padding.cs: fixed serialization compability to MS ("_var" field names),
139                         added missing attributes.
140  
141 2006-12-15  Daniel Nauck  <dna@mono-project.de>
142
143         * ListViewGroup.cs: Added missing attributes.
144         * ListViewGroupCollection.cs: Added missing attributes.
145
146 2006-12-15  Daniel Nauck  <dna@mono-project.de>
147
148         * ListViewItem.cs: fixed ListViewSubItem text property.
149
150 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
151         
152         * Control.cs: Added missing 2.0 attributes
153         
154 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
155         
156         * MdiClient.cs: Added missing 2.0 attribute.
157         * MonthCalendar.cs: Added some missing 2.0 attributes 
158         and properties.
159         
160 2006-12-15  Daniel Nauck  <dna@mono-project.de>
161
162         * ListView.cs: implemented ListViewItemCollection Add 2.0 support.
163
164 2006-12-15  Jonathan Pobst  <monkey@jpobst.com>
165
166         * MainMenu.cs: Add the new 2.0 constructor to help out people
167         using the MainMenu in VS2005.
168
169 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
170         
171         * MdiChildContext.cs: Removed it, no longer used.
172         * MdiClient.cs: Added missing 2.0 attributes.
173         
174 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
175         
176         * InternalWindowManager.cs: Fix a NullRef with previous 
177         changes for toolwindows.
178         
179 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
180
181         * Control.cs: 
182         - Added AfterTopMostControl to allow for certain controls 
183         to always stay on top when normal controls are brought to 
184         front.
185         
186         * XplatUIWin32.cs: 
187         - (DrawInversibleRectangle): Get window rectangle from Win32 
188         in stead of from control, since Win32 doesn't calculate
189         screen coords correctly from control's Location if it 
190         have docked siblings.
191         
192         * MdiWindowManager.cs:
193         - Correct the control menu popup location when clicked on
194         the maximized form icon. (fixes #80223.1)
195         - Don't show moving rectangle if mouse hasn't moved from
196         the original clicked point.
197         - Removed FormGotFocus handler (not used).
198         - Calculate the control buttons location from the main
199         window's size and not client size (fixes #79770).
200         - Form is now closed when the form icon is double-clicked
201         (fixes #79775). 
202         - Correct NCCalcSize numbers a little bit (fixes #80223.2)
203         
204         * InternalWindowManager.cs:
205         - Moved some MDI-only methods to MdiWindowManager.
206         - Removed unused properties and methods.
207         - Unified method naming for methods handling wm messages.
208         - Moved all message handling to seperate methods for
209         each message.
210         
211         * ThemeWin32Classic.cs:
212         - DrawManagedWindowDecorations now draws the title bar 
213         with a gradient brush.
214         - Add a CPDrawButtonInternal that allows us to specify
215         light, normal and dark colors for the buttons (control 
216         buttons for MDI children were drawn with the same light
217         color as the background, therefore loosing the 3D effect).
218         
219         * SizeGrip.cs:
220         - Add a CapturedControl property that is used to 
221         determine the control to resize (defaults to parent). 
222         Needed for MdiClient, since its SizeGrip's parent is
223         MdiClient, but the control to resize is the main form.
224         
225         * MdiClient.cs:
226         - Set SizeGrip's CapturedControl to the main form in order
227         to resize the main form and not the MdiClient.
228         - Override AfterTopMostControl to leave the scrollbars 
229         always on top.
230
231 2006-12-15  Daniel Nauck  <dna@mono-project.de>
232
233         * ListView.cs: fixed ListViewItemCollection AddRange and
234                         implemented ListViewItemCollection AddRange 2.0 support.
235
236 2006-12-15  Daniel Nauck  <dna@mono-project.de>
237
238         * ListViewGroup.cs: Add.
239         * ListViewGroupCollection.cs: Add
240         * ListView.cs: Add ListViewGroup (Group) and ShowGroups 2.0 support.
241         * ListViewItem.cs: Add ListViewgroup (Group), ListViewGroups constructors and
242                                 stub for ImageKey 2.0 support.
243
244 2006-12-14  Mike Kestner  <mkestner@novell.com>
245
246         * ListView.cs: add text padding to the autocalculation for columns
247         of width -2.  Fixes #80207.
248  
249 2006-12-14  Mike Kestner  <mkestner@novell.com>
250
251         * ListView.cs: add some index guarding for partial row navigation 
252         logic.  Fixes #80250.
253
254 2006-12-14  Mike Kestner  <mkestner@novell.com>
255
256         * ListView.cs: throw ArgumentExceptions when parented ListViewItems
257         are added or inserted to the collection.  Fixes #81099.
258
259 2006-12-13  Everaldo Canuto  <everaldo@simios.org>
260
261         * MenuAPI.cs: Closes menu when right click out side of popup
262         it fix problem in ContextMenu and MainMenu. Fixes #80252.
263
264 2006-12-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
265
266         * ListViewItem.cs: Fix dumb error.
267
268         * ListView.cs: Add Find and ContainsKey methods in 
269         ListViewItemCollection, and also return true for IsReadOnly
270         and IsFixedSize (changes for 2.0). 
271
272 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
273
274         * Control.cs: Allow Region to be set to null.
275
276 2006-12-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
277
278         * MdiWindowManager.cs: Remove unused (commented out) code.
279         * Form.cs: When the MdiChild is maximized, the form needs 
280         WM_NCMOUSELEAVE, so request it.
281         * InternalWindowManager.cs: 
282         - Added tooltips to control buttons.
283         - Removed duplicated control button handling code.
284         - Removed unused (commented out) code.
285         
286 2006-12-12  Everaldo Canuto  <everaldo@simios.org>
287
288         * MenuAPI.cs: Set cursor to default in popup menus, a XplatUI.SetCursor 
289         was used because we must set cursor without trigger ChangeCursor event
290         and without change Cursor control property. Fixes #79963.
291
292 2006-12-12  Andreia Gaita  <avidigal@novell.com>
293         
294         * Control.cs: Check if Region setter value is null, and ignore
295
296 2006-12-12  Jackson Harper  <jackson@ximian.com>
297
298         * TextControl.cs: We were almost always drawing one more line then
299         needed, since the GetLineByPixel will return the last line found
300         at that pixel. In most cases though, we were invalidating up to
301         the junction between two lines.
302         - Improve debug code.
303
304 2006-12-12  Chris Toshok  <toshok@ximian.com>
305
306         * XplatUI.cs: add static DrawReversibleFrame, DrawReversibleLine,
307         and FillReversibleRectangle.
308
309         * XplatUIDriver.cs: add abstract DrawReversibleFrame, DrawReversibleLine,
310         and FillReversibleRectangle.
311
312         * XplatUIWin32.cs: add stubs which do nothing for
313         DrawReversibleFrame, DrawReversibleLine, and
314         FillReversibleRectangle.
315
316         * XplatUIOSX.cs: add stubs which raise NIE for
317         DrawReversibleFrame, DrawReversibleLine, and
318         FillReversibleRectangle.
319
320         * XplatUIX11.cs: add working implementation for
321         DrawReversibleFrame, DrawReversibleLine, and
322         FillReversibleRectangle.
323         
324         * ControlPaint.cs: implement DrawReversibleFrame,
325         DrawReversibleLine, and FillReversibleRectangle, by calling into
326         the appropriate XplatUI method.
327
328 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
329
330         * Form.cs: Make MdiClient have the focus even if it's
331         not selectable, since it should receive WM_KEY* and WM_MOUSE 
332         messages. Fixes #79907.
333         
334 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
335
336         * Hwnd.cs: Save the CreateParams.ExStyle so that it can be
337         queried after the window is created.
338         
339         * XplatUIX11.cs: Added SendParentNotify to implement 
340         WM_PARENTNOTIFY logic. Fixes #79965.
341         
342         * Control.cs: Added MakeParam.
343         
344 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
345
346         * MdiClient.cs: Resume Layout before setting window
347         states (fixes #80201).
348
349 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
350
351         * MenuAPI.cs: Deselect a menu item after performing
352         the click (fixes #80197).
353
354 2006-12-11  Jackson Harper  <jackson@ximian.com>
355
356         * TextBoxBase.cs: We need to cap this value, since Maximum -
357         ViewPortHeight can be less than zero.
358         - Only do selection with the left mouse button.
359         * TextBox.cs: Don't tell the world that we have a context menu.
360         * Control.cs: New method so that we can control whether or not the
361         context menu is visible outside MWF.
362
363 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
364
365         * ToolBarButton.cs: Fix text positon. 
366
367 2006-12-11  Miguel de Icaza  <miguel@novell.com>
368
369         * ProgressBar.cs (MarqueeAnimationSpeed): Add stub.
370
371         * Control.cs (DoubleBuffered): Add implementation.
372
373         * Application.cs (OpenForms): Add.
374
375 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
376
377         * Form.cs: Use opacity instead of Opactiy to determine if we need
378         to set the WS_EX_LAYERED bit.  [Fixes bug #80185]
379
380 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
381
382         * Control.cs: Fix NRE if Control.Site was set to null.
383
384 2006-12-11  Chris Toshok  <toshok@ximian.com>
385
386         * Control.cs: ControlCollection.Remove should return if the arg is
387         null, and ControlCollection.SetChildIndex should raise a ANE.
388
389 2006-12-11  Gert Driesen  <drieseng@users.sourceforge.net>
390
391         * Control.cs: Verify value set for Dock property. Code formatting
392         updates.
393
394 2006-12-11  Jackson Harper  <jackson@ximian.com>
395
396         * TextControl.cs: Draw the caret and the selection when a flag is
397         set on the owner.
398         * TextBoxBase.cs: We want to draw the caret and the selection for
399         TextBox but not for TextBoxBase.
400         - If the window is resized and scrolling is no longer needed (the
401         whole doc is visible) set the scroll position to zero.
402         - The default SelectWord (the one TextBox uses) should move the
403         caret to the end of the word.
404         - SelectAll moves the caret to the end of the selection.
405         * TextBox.cs: We don't selectall on focus, we just do it when the
406         control is created.
407         
408 2006-12-11  Mike Kestner  <mkestner@novell.com>
409
410         * ComboBox.cs: stub in a 2.0 override for ProcessKeyEventArgs.
411
412 2006-12-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
413
414         * ListView.cs: Add Insert, IndexOfKey, RemoveByKey and indexer 
415         2.0 support.
416         * ListViewItem.cs: Add Name 2.0 property.
417
418 2006-12-11  Andreia Gaita  <avidigal@novell.com>
419
420         * TabControl.cs: Set visibility on selected or default tab 
421         when tabcontrol handle is created, so that it's contents
422         actually show up (duh). Fixes #80193
423         Don't redraw the control if there is no handle created, as
424         the selected index might be completely invalid. Added some tests
425         to check for this.
426
427 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
428
429         * ToolBar.cs: Uses maximun width and height of all buttons as 
430         button rectangle when ButtonSize specified, it looks strange but
431         is what happens in Win32. Fixes #80189.
432
433 2006-12-11  Jackson Harper  <jackson@ximian.com>
434
435         * TextControl.cs: Need to track undo levels ourself, since
436         compound actions will mess them up.
437
438 2006-12-10  Andreia Gaita  <avidigal@novell.com>
439
440         * TabControl.cs: Raise SelectedIndexChanged for 1.1 if the
441         SelectedIndex value is changed (even if it's not valid).
442         Reset SelectedIndex to 0 when the handle is created and if
443         the current index is invalid.
444         Fixes SelectdeIndex unit tests and #80128
445
446 2006-12-08  Chris Toshok  <toshok@ximian.com>
447
448         * DataGrid.cs (set_CurrentCell): because EnsureCellVisibility
449         calls EndEdit, it needs to be called before we set current_cell to
450         its new value.  Otherwise, we end up committing the value in the
451         textbox to the new cell as well.  Fixes bug #80160.
452
453 2006-12-08  Chris Toshok  <toshok@ximian.com>
454
455         * Form.cs (set_CancelButton): if the button's DialogResult is
456         None, set it to Cancel.  Fixes bug 80180.
457
458 2006-12-08  Jackson Harper  <jackson@ximian.com>
459
460         * TextBoxBase.cs: Ugh, ClientSize can be 0,0 sometimes, so we need
461         to watch ourselves when setting the canvas size and setting the
462         scrollbar values.
463
464 2006-12-08  Chris Toshok  <toshok@ximian.com>
465
466         * DataGrid.cs: comment out the two MakeTransparent calls for the
467         time being so people using trunk (and not 1.2.2) on windows can
468         actually use the datagrid.  This deals with bug #80151.
469
470 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
471
472         * ThemeWin32Classic.cs: Change ButtonBase_DrawImage to use the
473         Graphics.DrawImage (image, int, int, int, int) overload instead
474         of Graphics.DrawImage (image, int, int).  GDI+ can't figure out
475         the dpi difference and was blurring images it drew.
476         [Fixes bug #79960]
477
478 2006-12-08  Chris Toshok  <toshok@ximian.com>
479
480         * ThemeWin32Classic.cs (DataGridPaintRows): handle case where
481         rowcnt is 0 (such as with an empty datasource), and make sure we
482         initialize not_usedarea.Y to cells.Y, so we don't draw over the
483         other areas (caption, parent row, etc, etc).  Fixes bug #80095.
484
485 2006-12-08  Chris Toshok  <toshok@ximian.com>
486
487         * DataGridColumnStyle.cs (SetDataGrid): don't try to access a null
488         grid.
489
490 2006-12-08  Chris Toshok  <toshok@ximian.com>
491
492         [ Fixes bug #80167 ]
493         
494         * ThemeWin32Classic.cs: don't draw the image if the button's flat
495         style is FlatStyle.System.
496
497         * ButtonBase, ThemeClearlooks.cs, ThemeGtk.cs, ThemeNice.cs: make
498         ButtonBase.flat_style private, and switch uses of it to the public
499         property.
500         
501 2006-12-08  Chris Toshok  <toshok@ximian.com>
502
503         [ Fixes bug #80121 ]
504         
505         * ThemeWin32Classic.cs: center the caption text in the datagrid
506         when we draw it.
507
508         * DataGrid.cs: lessen the amount we add to the caption height from
509         6 to 2.  6 was making it huge.
510
511 2006-12-08  Andreia Gaita  <avidigal@novell.com>
512
513         * UpDownBase: Handle MouseWheel call directly instead of capturing
514         the inner textbox's OnMouseWheel. Fixes #80166
515
516 2006-12-08  Jackson Harper  <jackson@ximian.com>
517
518         * TextControl.cs: We need to invalidate the textbox when we empty
519         it (how had this not been discovered before?)
520
521 2006-12-08  Jackson Harper  <jackson@ximian.com>
522
523         * TextBoxBase.cs: Reworked the mouse down code so I could get it
524         to behave like MS, we now ignore the eventargs.Click and just
525         track state ourself, which we were already doing anyways.
526         - Constrain the double click handler to the double click size.
527         
528 2006-12-08  Chris Toshok  <toshok@ximian.com>
529
530         * DataGrid.cs: the mousewheel code shouldn't try to scroll in a
531         direction if that scrollbar isn't shown.  fixes bug #80158.
532
533 2006-12-08  Andreia Gaita  <avidigal@novell.com>
534
535         * NumericUpDown.cs: Update value on getter. Fixes #79950
536
537 2006-12-08  Chris Toshok  <toshok@ximian.com>
538
539         * MenuItem.cs: add back in the event cloning code.  I didn't know
540         how to do it in the face of the EventHandlerList work i'd done
541         last week.  Fixes bug #80183.
542
543 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
544
545         * Control.cs: Add an invalidate to the BackgroundImage setter.
546         [Fixes 80184]
547
548 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
549
550         * ToolStrip*: Add some small properties reported by MoMA, fix event
551         firing and default properties based off of unit tests, and add some
552         attributes based off of the class status page.
553
554 2006-12-07  Jackson Harper  <jackson@ximian.com>
555
556         * TextBoxBase.cs: Take HideSelection into account when determining
557         whether or not to show the selection.
558         * RichTextBox.cs: After inserting the RTF into the document move
559         the cursor to the beginning of the document.
560
561 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
562
563         * Control.cs: Remove static ArrayList "controls" which maintained
564         a reference to every control created.
565         * Application.cs: Create a static FormCollection to maintain a reference
566         to every form created.  Use it in places that formerly enumerated through
567         the controls one looking for forms.
568         * Form.cs: Add and remove self from above FormCollection.
569
570 2006-12-07  Alexander Olk  <alex.olk@googlemail.com>
571
572         * MimeIcon.cs: gdk_pixbuf_save_to_buffer is part of libgdk-pixbuf,
573           not libgdk (though it makes me wonder why I didn't have any
574           problems)
575
576 2006-12-07  Chris Toshok  <toshok@ximian.com>
577
578         [ you had to know this was coming after that last commit...]
579         
580         * XplatUIX11.cs: implement the 3 Offscreen functions in terms of
581         XPixmaps (CreateOffscreenDrawable maps to XCreatePixmap,
582         DestroyOffscreenDrawable to FreePixmap, and BlitFromOffscreen to
583         XCopyArea).
584
585 2006-12-07  Chris Toshok  <toshok@ximian.com>
586
587         * XplatUI.cs: add 3 calls (CreateOffscreenDrawable,
588         DestroyOffscreenDrawable, and BlitFromOffscreen) that encompass
589         all the behavior we need for double buffering.
590
591         * XplatUIDriver.cs: implement the 3 double buffer methods using a
592         client side Bitmap, just like the old Control-based double buffer
593         code did.  The methods are virtual, so each XplatUI driver
594         subclass can replace the implementation to use a faster, platform
595         specific approach.
596
597         * Control.cs: make use of the 3 Offscreen XplatUI calls in the
598         double buffer code, and clean things up a bit in the process.
599
600 2006-12-06  Chris Toshok  <toshok@ximian.com>
601
602         * Control.cs: reindent WndProc.
603
604 2006-12-06  Chris Toshok  <toshok@ximian.com>
605
606         [ I wanna be like BenM when I grow up ]
607         
608         * Hwnd.cs: create a single static Graphics object on the static
609         Bitmap we create.  use this for our text measurements.
610
611         * Control.cs (DeviceContext): stop using the backbuffer's dc_mem.
612         This was causing us to allocate a backbuffer for every control,
613         even when it wasn't flagged as double buffered.  Instead use the
614         single graphics instance.  This might have implications for
615         multithreaded applications.  If we run into problems we can switch
616         to creating 1 Graphics per control, on the static Hwnd bitmap.
617
618         this change nets us a 7M savings in private dirty mappings when
619         running FormsTest.exe.
620
621 2006-12-06  Chris Toshok  <toshok@ximian.com>
622
623         * ListView.cs: the BackgroundImage override is just to set
624         attributes.  chain up to base.BackgroundImage.
625
626         * RichTextBox.cs: same.
627
628         * ToolBar.cs: same, but we need to also redraw the toolbar when it
629         changes, so instead a handler for BackgroundImageChanged.
630         
631         * Control.cs: make background_image private.
632
633 2006-12-06  Chris Toshok  <toshok@ximian.com>
634
635         * ScrollBar.cs: change the assignment of cursor to Cursor.  not
636         sure we even need this assignment, but roll with it for now.
637
638         * Control.cs: make the cursor field private.
639
640 2006-12-06  Chris Toshok  <toshok@ximian.com>
641
642         * Form.cs: we don't need to explicitly set ImeMode to
643         ImeMode.NoControl - that's a natural fallout of Control.ImeMode's
644         behavior in the face of ImeMode.Inherit.
645
646         * ButtonBase.cs: change DefaultImeMode to ImeMode.Disable, and
647         change the ctor's assignment to use ImeMode instead of ime_mode.
648
649         * Control.cs (get_ImeMode): don't assume DefaultImeMode ==
650         ImeModeInherit.  Only check for the parent's imemode (and return
651         NoControl if there is no parent) if ime_Mode == ImeMode.Inherit.
652         This fixes the button unit test, which sets both ImeMode and
653         DefaultImeMode to ImeMode.Disable.
654
655         also make the ime_mode field private.
656
657 2006-12-06  Chris Toshok  <toshok@ximian.com>
658
659         * Control.cs: make control_style private.
660
661         * TextBoxBase.cs: fix the HandleClick override.  it was explicitly
662         setting the styles to true, then setting them to false instead of
663         reverting to their previous values.
664
665         also, call SetStyle on the scrollbars instead of using
666         control_style directly.
667
668 2006-12-06  Jonathan Pobst  <monkey@jpobst.com>
669
670         * FormCollection.cs: Implement. [2.0]
671
672 2006-12-06  Chris Toshok  <toshok@ximian.com>
673
674         * Control.cs: make tab_stop private.
675
676         * Label.cs: set TabStop, not tab_stop.  reformat some event
677         add/remove methods to make them more compact.
678
679 2006-12-06  Chris Toshok  <toshok@ximian.com>
680
681         * RadioButton.cs: fix TabStop handling.
682
683 2006-12-06  Chris Toshok  <toshok@ximian.com>
684
685         * TextBox.cs: remove the explicit assignments to has_focus.
686         Control does that.
687
688         * ButtonBase.cs: remove the assignment to has_focus.  Control will
689         manage that.
690         
691 2006-12-06  Chris Toshok  <toshok@ximian.com>
692
693         * ButtonBase.cs: remove all uses of is_enabled from this code.
694         it's always true when any of the code containing the checks is
695         executed.
696
697 2006-12-06  Chris Toshok  <toshok@ximian.com>
698
699         * ImageList.cs: reinstate the ShouldSerialize*/Reset* methods,
700         with different semantics (some are present in both 1.1 and 2.0
701         profiles) so that we match MS's behavior in our unit tests.
702
703 2006-12-06  Jackson Harper  <jackson@ximian.com>
704
705         * TextControl.cs: Make this operation undoable.
706         * TextBoxBase.cs: Factor the border width into the preferred
707         height.
708         - implement Modified as per the spec.
709
710 2006-12-06  Chris Toshok  <toshok@ximian.com>
711
712         * Timer.cs, Control.cs, Menu.cs: make control_tag private.
713
714 2006-12-06  Chris Toshok  <toshok@ximian.com>
715
716         * Control.cs: make right_to_left and context_menu fields private.
717
718 2006-12-06  Chris Toshok  <toshok@ximian.com>
719
720         * AccessibleObject.cs, Control.cs, XplatUIX11GTK.cs,
721         XplatUIX11.cs, Form.cs, RadioButton.cs, ScrollableControl.cs: make
722         Control.child_controls private.  switch all uses over to
723         Control.Controls.
724
725 2006-12-06  Chris Toshok  <toshok@ximian.com>
726
727         * System.Windows.Forms/GroupBox.cs,
728         System.Windows.Forms/AccessibleObject.cs,
729         System.Windows.Forms/ErrorProvider.cs,
730         System.Windows.Forms/Control.cs,
731         System.Windows.Forms/UpDownBase.cs,
732         System.Windows.Forms/ScrollBar.cs,
733         System.Windows.Forms/DateTimePicker.cs,
734         System.Windows.Forms/Form.cs, System.Windows.Forms/Label.cs,
735         System.Windows.Forms/ToolTip.cs,
736         System.Windows.Forms/RadioButton.cs,
737         System.Windows.Forms/LinkLabel.cs,
738         System.Windows.Forms/Splitter.cs,
739         System.Windows.Forms/TextBoxBase.cs,
740         System.Windows.Forms/ToolStripTextBox.cs,
741         System.Windows.Forms/ContainerControl.cs,
742         System.Windows.Forms/ThemeWin32Classic.cs,
743         System.Windows.Forms/SizeGrip.cs,
744         System.Windows.Forms/ToolStripDropDown.cs,
745         System.Windows.Forms/ScrollableControl.cs: Make Control.parent
746         private.  switch all uses over to Control.Parent.
747
748 2006-12-06  Chris Toshok  <toshok@ximian.com>
749
750         * RichTextBox.cs: don't assign to has_focus in GotFocus/LostFocus.
751         Control does this before calling emitting these events.
752
753         * TabControl.cs: same.
754
755         * ThemeWin32Classic.cs: use Control.ClientRectangle instead of
756         Control.client_rect.
757
758         * ButtonBase.cs: use the ClientSize property instead of the
759         client_size field.
760
761         * ScrollableControl.cs: same.
762
763         * Control.cs: another pass at making properties private.  also,
764         move the initialization of tab_stop to the ctor.
765
766 2006-12-05  Andreia Gaita <avidigal@novell.com>
767
768         * TabControl.cs: Let the selected index be set freely if the 
769         control handle is not yet created.
770
771 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
772
773         * Control.cs: Revert dist_top, dist_right, and dist_bottom to 
774         internal until I can rewrite DefaultLayout.
775         * ToolStrip.cs: Fix build error and some general cleaning.
776         * ToolStripControlHost.cs, SplitterPanel.cs, DataGridView.cs:
777         Fix build errors caused by making some of Control's fields private.
778
779 2006-12-05  Jackson Harper  <jackson@ximian.com>
780
781         * TextControl.cs: Redo Insert a little so that it use IndexOf
782         instead of Split, this prevents it from messing up on things like
783         \n\n\n. Also more effecient since the split array doesn't need to
784         be created.
785         * TextBoxBase.cs: AppendText doesnt handle multiline and non
786         multiline text differently, this is the first of many fixes that
787         will make multiline/non-multiline the same thing as far as the
788         TextBoxBase is concerned.
789         - Don't split the text and insert lines, this can lose some line
790         endings (like is the last line a soft or hard break). Instead use
791         the new Insert.
792         - Fix an off by one when combining all the lines in the Text
793         getter.
794         - Remove separate multiline handling from the Text getter/setter.
795
796 2006-12-05  Chris Toshok  <toshok@ximian.com>
797
798         * ButtonBase.cs: a few changes:
799
800         - don't reinitialize internal Control fields in the ctor when they
801         have the same values as Control sets them.
802
803         - don't set has_focus in OnGotFocus/OnLostFocus.  Control does
804         this before calling those methods.
805
806         - we don't need to call Refresh for anything.  use Invalidate
807         instead.
808
809         - OnEnabledChanged doesn't need to redraw at all - Control.cs
810         calls Refresh in its OnEnabledChanged.
811         
812         - several of the events we were registered for in the ctor to
813         redraw ourselves already include calls to Invalidate in the
814         property setters that raise the events.  remove the extra
815         invalidation.
816
817         - reformat a switch statement that was 83274658 columns wide.
818         
819 2006-12-05  Mike Kestner  <mkestner@novell.com>
820
821         * ComboBox.cs: fix a unit test regression from a TextBox
822         SelectionLength return of -1 when there's no selection.  
823
824 2006-12-05  Chris Toshok  <toshok@ximian.com>
825
826         * Control.cs, Button.cs, ThemeGtk.cs, Form.cs, ListView.cs,
827         ThemeWin32Classic.cs, SizeGrip.cs, ToolBar.cs: first pass at
828         cleaning up some of the internal Control fields being used by
829         subclasses.
830
831 2006-12-05  Mike Kestner  <mkestner@novell.com>
832
833         * ComboBox.cs: fix some Simple mode regressions.  Set Visible on the
834         listbox after AddImplicit calls since it defaults to hidden. Add a 
835         hack to preserve requested heights across DropDownStyle changes.
836
837 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
838
839         * PropertyGrid.cs: Hide FindFirstItem method from public API.
840
841 2006-12-05  Chris Toshok  <toshok@ximian.com>
842
843         * DataGridView.cs: fix compiler warnings.
844
845         * PrintControllerWithStatusDialog.cs: same.
846
847         * ToolBar.cs: same.
848
849         * FolderBrowserDialog.cs: same.
850
851         * Splitter.cs: same.
852
853         * DataGridViewComboBoxCell.cs: same.
854
855         * XplatUIWin32.cs: same.
856
857         * PictureBox.cs: same.
858
859         * Win32DnD.cs: same.
860
861         * PageSetupDialog.cs: same.
862
863         * FileDialog.cs: same.
864
865         * PrintDialog.cs: same.
866
867         * DataGridTextBoxColumn.cs: same.
868
869         * DrawTreeNodeEventArgs.cs: same (and fix corcompare)
870
871 2006-12-05  Chris Toshok  <toshok@ximian.com>
872
873         * TextBox.cs, CheckedListBox.cs, MonthCalendar.cs, Menu.cs,
874         MainMenu.cs, ListView.cs, LabelEditTextBox.cs, ToolBar.cs: more
875         System.ComponentModel.EventHandlerList work.
876
877 2006-12-05  Jonathan Chambers  <joncham@gmail.com>
878
879         * DrawTreeNodeEventArgs.cs: Added.
880
881 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
882         
883         * InternalWindowManager.cs: Remove an unused field.
884         
885 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
886
887         * InternalWindowManager.cs:
888         - Save the point where the title bar is clicked.
889         
890         * MdiWindowManager.cs:
891         - Only allow moving of the window as long as the 
892         clicked point on the title bar does not get out of
893         MdiClient's rectangle. Fixes #79982.
894         
895         * MdiClient.cs:
896         - Added Horizontal/VerticalScrollbarVisible.
897         - Simplified the scrollbar sizing algorithm.
898         - Cache the difference in scrolled value in
899         H/VBarValueChanged and move the calculation out
900         of the for loop.
901
902 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
903
904         * Control.cs: Make the Console.WriteLine in WndProc 
905         write more info.
906
907 2006-12-05  Chris Toshok  <toshok@ximian.com>
908
909         * ToolStripManager.cs, ToolStripButton.cs,
910         ToolStripContentPanel.cs, ToolStripComboBox.cs, ToolStrip.cs,
911         ToolStripMenuItem.cs, ToolStripItem.cs, ToolStripControlHost.cs,
912         ToolStripSplitButton.cs, ToolStripSeparator.cs,
913         ToolStripRenderer.cs, ToolStripDropDownItem.cs,
914         ToolStripProgressBar.cs, ToolStripContainer.cs,
915         ToolStripTextBox.cs, ToolStripPanel.cs, ToolStripDropDown.cs: move
916         to using System.ComponentModel.EventHandlerList.
917
918 2006-12-04  Chris Toshok  <toshok@ximian.com>
919
920         * LinkLabel.cs: fix up compiler warnings.
921
922         * TableLayoutSettings.cs: same.
923
924         * TreeView.cs: same.
925
926         * ToolBar.cs: same.
927
928         * TabControl.cs: same.
929
930         * RichTextBox.cs: same.
931
932         * ListViewItem.cs: same.
933
934         * PropertyGrid.cs: same.
935
936         * DataGridViewRowPostPaintEventArgs.cs: corcompare fix.
937
938         * ToolTip.cs same.
939
940         * TextRenderer.cs: fix up compiler warnings.
941
942         * Label.cs: same.
943
944         * Form.cs: corcompare fixes.
945
946         * PictureBox.cs: fix up compiler warnings.
947
948         * ImageListStreamer.cs: same.
949
950         * TrackBar.cs: corcompare fix.
951
952         * Control.cs: fix up compiler warnings.
953
954         * SplitterPanel.cs: same.
955
956         * NumericTextBox.cs: same.
957
958         * ImageList.cs: same.
959
960         * StatusStrip.cs: same.
961
962         * ProgressBar.cs: corcompare fix.
963
964         * ToolStripButton.cs: fix up compiler warnings.
965
966         * ToolStripStatusLabel.cs: same.
967
968         * ToolStripSplitButton.cs: same.
969
970         * ToolStripSeparator.cs: same.
971
972         * ToolStripProgressBar.cs: same.
973
974         * ToolStripDropDownMenu.cs: same
975
976         * ToolStripDropDown.cs: same.
977
978         * ToolStripDropDownButton.cs: same.
979
980         * ToolStrip.cs: same.
981
982         * ToolStripControlHost.cs: same.
983
984         * ToolStripContentPanel.cs: same.
985
986         * ToolStripDropDown.cs: same.
987
988         * ToolStripContainer.cs: same.
989
990         * ToolStripPanel.cs: same, and add "new" where we need it to work
991         with the new ArrangedElementCollection.
992
993         * ToolStripItemCollection.cs: add "new" where we need it to work
994         with the new ArrangedElementCollection.
995
996 2006-12-04  Andreia Gaita <avidigal@novell.com>
997
998         * TabControl.cs: Fix default tab selection to after TabControl
999         gets focus and not before. Fixes #80128
1000
1001 2006-12-04  Chris Toshok  <toshok@ximian.com>
1002
1003         * DataGridTableStyle.cs: remove the gross calling of
1004         datagrid.Refresh from here.  It's a broken idea and it doesn't
1005         work anyway.
1006
1007         * DataGrid.cs: instead, just register/unregister from the
1008         DataGridTableStyle events in CurrentTableStyle.  we play it
1009         conservatively and EndEdit + CalcAreasAndInvalidate on any event,
1010         even though some would most likely not require it.  Fixes bug
1011         #80115 (and one portion of #80117 as a side effect).
1012
1013 2006-12-04  Chris Toshok  <toshok@ximian.com>
1014
1015         * DataGrid.cs (set_CaptionVisible): EndEdit before doing the work
1016         so the textbox (if any) goes away.  Fixes bug #80117.
1017
1018 2006-12-04  Chris Toshok  <toshok@ximian.com>
1019
1020         * DataGridColumnStyle.cs: set the column's readonly property
1021         initially based on the property descriptor's IsReadOnly.  Fixes
1022         bug #80044.
1023
1024 2006-12-04  Chris Toshok  <toshok@ximian.com>
1025
1026         * ComboBox.cs: wrap the dropdown style changing work in
1027         SuspendLayout/ResumeLayout.  Fixes bug #79968.
1028
1029 2006-12-04  Jackson Harper  <jackson@ximian.com>
1030
1031         * TextBoxBase.cs: Fix off by one, since these are one-based.
1032         * TextBox.cs: Select all the text when we get focus.  The TextBox
1033         does this but the RTB does not.
1034
1035 2006-12-04  Chris Toshok  <toshok@ximian.com>
1036
1037         * DataGridTextBoxColumn.cs: remove some spew.
1038
1039         * DataGridColumnStyle.cs (SetColumnValueAtRow): this seems right
1040         but some part of me is saying "it shouldn't be here.."  At any
1041         rate, it fixes bug #80046.  Call IEditableObject.EndEdit after
1042         setting the value.
1043
1044 2006-12-04  Chris Toshok  <toshok@ximian.com>
1045
1046         * DataGridColumnStyle.cs (SetDataGrid): call CheckValidDataSource
1047         to reassign the propertydescriptor.
1048
1049 2006-12-04  Jackson Harper  <jackson@ximian.com>
1050
1051         * TextBoxBase.cs:
1052         * TextControl.cs: Remove some unused variables.  Maybe this will
1053         patch things up between mike and I.
1054         - don't split lines less then one char wide, if the viewport is
1055         that small text won't be visible anyways.
1056         
1057 2006-12-04  Jackson Harper  <jackson@ximian.com>
1058
1059         * TextBoxBase.cs: Default selection length is -1, need to do some
1060         more testing on windows to see when this is used for the property.
1061         - Redid the Lines [] property to that we properly remove soft line
1062         breaks
1063         - added support for preserving carriage returns
1064         -  CanUndo is not a variable like 'is undo enabled' it just returns
1065         true if there is undo operations available.
1066         - AppendText doesn't need to grab the last tag itself anymore,
1067         this happens automatically when we move the cursor.
1068         * TextControl.cs: Add CompoundActions to the undo class. This
1069         allows combining the other operations into one big option.  ie a
1070         paste will combine { delete old, insert new, move cursor }
1071         - Add InsertString undo operation
1072         - New method for deleting multiline text
1073         - Add carriage returns to lines. So we can preserve carriage
1074         returns when text is 'roundtripped'
1075
1076 2006-12-04  Chris Toshok  <toshok@ximian.com>
1077
1078         * DataGrid.cs (CalcCellsArea): cells_area.Width/Height are at a
1079         minimum 0.  Fixes the scrollbar exception in bug #80136.
1080
1081 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1082
1083         * MdiClient.cs: 
1084         * MdiWindowManager: Removed unused fields and methods.
1085         
1086 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1087         
1088         * StatusBar.cs: Update all panels when a AutoSize=Contents
1089         panel needs updating.
1090         
1091         * StatusBarPanel.cs: Remove twidth and only use initialize.
1092         Fixes #80031.
1093                 
1094 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1095
1096         * Form.cs: When a form's MdiParent is set add it directly
1097         on top of the z-order in stead of relying on MdiClient's
1098         ActivateChild to do it. Fixes #80135.
1099         
1100         * MdiClient.cs: 
1101         - Remove original_order, mdi_child_list is already doing
1102         the same thing.
1103         - Create mdi_child_list on construction in
1104         stead of first use (avoids a few null checks).
1105
1106         * MenuItem.cs: Use an already existing list of mdi children
1107         to get the correct order of children and remove the other
1108         redundant list.
1109
1110 2006-12-04  Chris Toshok  <toshok@ximian.com>
1111
1112         * PropertyGridView.cs: cached_splitter_location is only used in
1113         !DOUBLEBUFFER code.
1114
1115         * PropertyGrid.cs: implement the ComComponentNameChanged event
1116         using Events, hoping that would fix the warning.  Looks like a
1117         compiler bug instead (#80144).
1118
1119         * PropertyManager.cs: remove unused method.
1120
1121 2006-11-04  Everaldo Canuto  <everaldo@simios.org>
1122
1123         * ThemeWin32Classic.cs: Dont draw arrow when menuitem on menubar, 
1124         include parentesis to fix expression evaluation. Fixes #79634.
1125
1126 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
1127         
1128         * MenuAPI.cs:
1129         - Changes to fix behavior in Menu control, some reported in #80097
1130         and other detected during behavior refactory like a select event
1131         problems.
1132         - Remove unneded "if's" conditions.
1133         - Created an internal to flag when popup is active in control, we need 
1134         it because in .NET you can have menu active but without popup active
1135         when you active menu using popup without visible items.
1136         - Mimic win32 behavior for Select and Popup events.  
1137         - Dont open popup menu when you dont have visible subitems.
1138         - Do nothing when click on disabled menu item.
1139         - Some small changes to follow the coding style guidelines.
1140         - Unselect menu only when another control gives focus. Fixes #80097.
1141         - Remove unused code.
1142         
1143         * MenuItem.cs: internal VisibleItems method to check if menu
1144         theres visible subitems, it will be usefull to fix some 
1145         behavior in Menu control.
1146         
1147 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
1148         
1149         * Timer.cs: Tag property for 2.0 profile.
1150         
1151 2006-12-01  Chris Toshok  <toshok@ximian.com>
1152
1153         [ after removing all warning suppressions, this cleans up over 100 warnings. ]
1154         
1155         * Win32DnD.cs: comment out some unused fields.
1156
1157         * XplatUIWin32.cs: comment out some unused pinvokes, and remove
1158         some unused properties/methods.
1159
1160         * XplatUIX11.cs: fix MousePosition so we override the base class's
1161         property instead of conflicting with it.
1162
1163         * PictureBox.cs: comment out some unused fields
1164
1165         * OSXStructs.cs: make some struct fields public.
1166
1167         * XplatUIOSX.cs: comment out some unused pinvokes, and fix
1168         MousePosition so we override the base class's property instead of
1169         conflicting with it.
1170
1171         * X11Dnd.cs: comment out some unused fields
1172
1173         * X11DesktopColors.cs: fix some struct field visibility to quiet
1174         the compiler.
1175
1176         * X11Dnd.cs: remove some debug code.
1177
1178         * ThemeClearlooks.cs: comment out unused field.
1179
1180         * ThemeNice.cs: mark some methods as overriding ThemeWin32Classic as needed.
1181
1182         * ThemeGtk.cs: comment out some unused pinvokes.
1183
1184         * Timer.cs: remove some unused fields.
1185
1186         * ThemeClearlooks.cs: comment out unused field.
1187
1188         * UpDownBase.cs: comment out unused field.
1189
1190         * DataObject.cs: comment out unused field.
1191
1192         * DataGridBoolColumn.cs: reomve unused field.
1193
1194         * DataGrid.cs: remove unused field.
1195
1196         * Cursor.cs: remove old ToBitmap code.
1197
1198         * ControlPaint.cs: remove unused method.
1199
1200         * ScrollBar.cs: remove unused fields.
1201
1202         * ComboBox.cs: remove unused field, and chain up to
1203         AccessibleObject ctor.
1204
1205         * ListBox.cs: remove unused field.
1206
1207         * ButtonBase.cs: wrap a couple fields in NET_2_0.
1208
1209         * GridEntry.cs: remove unused fields.
1210
1211         * Binding.cs: remove unused fields.
1212
1213         * AxHost.cs: remove unused method.
1214
1215         * ContainerControl.cs: remove unused field.
1216
1217         * ScrollableControl.cs: remove unused fields.
1218
1219 2006-12-01  Chris Toshok  <toshok@ximian.com>
1220
1221         * XplatUI.cs, XplatUIWin32.cs, XplatUIGTK.cs: nuke
1222         the Where/WhereString stuff.  it's easy enough to CWL
1223         Environment.StackTrace.
1224
1225         * XplatUIX11.cs: same, but also fix up a lot of mcs warnings about
1226         unused private fields.
1227
1228 2006-12-01  Jackson Harper  <jackson@ximian.com>
1229
1230         * TextControl.cs: Do not update the view while inserting multiline
1231         text. If we update the view we might wrap lines, before entering
1232         the new lines, which causes the new line insertion calculations to
1233         be totally fubared.
1234         - Remove an old TODO
1235         - Make debug output a little nicer
1236         
1237 2006-12-01  Chris Toshok  <toshok@ximian.com>
1238
1239         * ToolBar.cs: revert the ImeMode fix here and add an XXX comment.
1240
1241 2006-12-01  Chris Toshok  <toshok@ximian.com>
1242
1243         [ fix the majority of the CS0108 warnings we've been suppressing ]
1244         
1245         * TreeView.cs: mark BackgroundImageChanged as 'new'.
1246
1247         * ToolBar.cs: ImeMode just passes stuff to Control.  Rename Layout
1248         to "LayoutToolBar" to quiet mcs.
1249         
1250         * TabControl.cs: mark our ControlCollection class as 'new'.
1251
1252         * TextBoxBase.cs: mark some events as 'new'.
1253
1254         * Splitter.cs: TabStop is 'new'.
1255
1256         * ControlBindingsCollection.cs: mark a few methods as new since
1257         they change the visibility from protected to public.
1258
1259         * RadioButton.cs: DoubleClick -> base class, and remove unused
1260         HaveDoubleClick.
1261
1262         * MonthCalendar.cs: ImeMode property -> base class, and mark many
1263         events as new.
1264
1265         * NumericUpDown.cs: TextChanged -> base class.
1266
1267         * CheckedListBox.cs: mark our ObjectCollection class as new to
1268         quiet mcs.
1269
1270         * FolderBrowserDialog.cs: make HelpRequest event new and have it
1271         muck with the base class.
1272
1273         * StatusBar.cs: fix some mcs warnings about Update being the same
1274         name as a base class method.
1275
1276         * RichTextBox.cs: mark some events as new, and make them do things
1277         to the base class impl.
1278
1279         * UserControl.cs: mark TextChanged as new, and have it manipulate
1280         base.TextChanged.
1281
1282         * UpDownBase.cs: mark some things new.
1283
1284         * CheckBox.cs: mark DoubleClick "new", and add some text about
1285         what we need to look at.
1286
1287         * Panel.cs: make the events "new", and manipulate the base
1288         version.  these are just here for attributes.
1289
1290         * AccessibleObject.cs: make owner private.
1291
1292         * Control.cs: deal with AccessibleObject.owner being private.
1293         cache our own copy if we need it.
1294
1295         * Button.cs: add "new" to the DoubleClickEvent.
1296
1297         * ListBox.cs: no need to track our own has_focus here.  let
1298         Control.has_focus do it for us.  Also some other work to clear up
1299         warnings about not overriding base class methods of the same name.
1300         
1301         * ComboBox.cs: clear up some warnings about not override base
1302         class methods of the same name.
1303
1304 2006-12-01  Chris Toshok  <toshok@ximian.com>
1305
1306         * Form.cs: flag a few things as "new" to quiet some of the mcs
1307         warnings.
1308
1309         * AxHost.cs: same.
1310
1311         * PrintPreviewDialog.cs: same.
1312
1313         * DataGridView.cs: fix a ton of corcompare warnings.  not all, but
1314         now DGV isn't so horrible on the class status page.  also, move
1315         all events to using System.ComponentModel.EventHandlerList.  my
1316         wrists hurt.
1317
1318 2006-12-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1319
1320         * MdiWindowManager.cs:
1321         - Set form to active mdi child if shown,
1322         and update the active mdi child to the next 
1323         remaining child in the z-order if the form is hidden.
1324
1325         * Form.cs: 
1326         - Track if the form has been visible and if its 
1327         visibility is beeing changed, so that the MdiClient
1328         can properly decide the ActiveMdiChild. The MdiClient 
1329         cannot track this since the form can change visibility 
1330         before MdiClient is created.
1331
1332         * MdiClient.cs:
1333         - Don't activate anything of the parent form is changing
1334         its visibility.
1335         - Rework ActiveMdiChild to only return visible mdi 
1336         children and take into account several other corner 
1337         cases.
1338
1339 2006-12-01  Chris Toshok  <toshok@ximian.com>
1340
1341         * IBindableComponent.cs: new 2.0 interface.
1342
1343 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
1344
1345         * DataGrid.cs: Font for caption area is bold by default.
1346
1347 2006-12-01  Everaldo Canuto  <everaldo@simios.org>
1348
1349         * Menu.cs: Tag property for 2.0.
1350         
1351 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
1352
1353         * ThemeWin32Classic.cs: Adjust menu separator drawing. 
1354         
1355 2006-12-01  Chris Toshok  <toshok@ximian.com>
1356
1357         * TreeView.cs: doh, the Begin* events should be
1358         TreeViewCancelEventHandler.
1359
1360 2006-12-01  Chris Toshok  <toshok@ximian.com>
1361
1362         * Form.cs: Form.ControlCollection already stores off the
1363         form_owner field.  don't access the base class's internal "owner"
1364         field.
1365
1366         * Control.cs: make all the fields in Control.ControlCollection
1367         private.  there's no need for any internal fields here.
1368
1369 2006-12-01  Chris Toshok  <toshok@ximian.com>
1370
1371         * DataGrid.cs: call SetDataSource instead of CalcGridAreas in
1372         OnHandleCreated.  Fixes bug #80109.
1373
1374 2006-12-01  Chris Toshok  <toshok@ximian.com>
1375
1376         * Button.cs, PropertyGridTextBox.cs, ComboBox.cs,
1377         SplitContainer.cs, Control.cs, StatusStrip.cs,
1378         DataGridTableStyle.cs, MenuItem.cs, DomainUpDown.cs, ImageList.cs,
1379         NumericTextBox.cs, NumericUpDown.cs, Panel.cs, CommonDialog.cs,
1380         DataGrid.cs, ScrollBar.cs, TrackBar.cs, PictureBox.cs,
1381         DateTimePicker.cs, StatusBar.cs, Form.cs, PrintPreviewDialog.cs,
1382         Label.cs, UserControl.cs, CheckBox.cs, RadioButton.cs,
1383         LinkLabel.cs, ListControl.cs, PropertyGrid.cs, Splitter.cs,
1384         MenuStrip.cs, FolderBrowserDialog.cs, NotifyIcon.cs,
1385         TextBoxBase.cs, ListView.cs, DataGridBoolColumn.cs,
1386         PrintPreviewControl.cs, RichTextBox.cs, ListBox.cs, TabControl.cs,
1387         DataGridColumnStyle.cs, ContextMenu.cs, TreeView.cs:
1388
1389         do most of the work to convert our code over to use
1390         System.ComponentModel.Component.Events for
1391         adding/removing/dispatching events.
1392
1393
1394 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
1395
1396         * DataGridView.cs: Fix an ArgumentNullException reported 
1397         twice today in IRC.
1398
1399 2006-11-30  Mike Kestner  <mkestner@novell.com>
1400
1401         * ComboBox.cs: fix the scrollbar mouse event forwarding in the 
1402         grabbed listbox.  Fixes #80036 and #80101.
1403
1404 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
1405
1406         * Message.cs: Changed ToString() to match MS.
1407         
1408 2006-11-30  Jackson Harper  <jackson@ximian.com>
1409
1410         * TextBoxBase.cs: You can still change the selected text on a read
1411         only textbox.
1412         * TextControl.cs: Lower magic number for wrap calculations. This
1413         lets text get closer to the right (far) edge.
1414
1415 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
1416
1417         * Control.cs: Tweak 2.0 layout properties.
1418         * Form.cs: Switch ToolStripMenuTracker hooks to ToolStripManager.
1419         * TextRenderer.cs: Add a new overload.
1420         * ToolStrip*: Huge amount of changes and new features.
1421
1422 2006-11-30  Mike Kestner  <mkestner@novell.com>
1423
1424         * ComboBox.cs: fixes for LargeChange and Maximum to get the 
1425         scroll range correct.  Fixes #79994.
1426
1427 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
1428
1429         * MdiWindowManager.cs: Update main form's text when
1430         a form is closed. (fixes #80038)
1431         
1432 2006-11-30  Everaldo Canuto  <everaldo@simios.org>
1433
1434         * ToolBar.cs:
1435         - Fix an regression in ButtonSize.
1436         - Get ImeMode default value change to "Disable".
1437         - Get ShowTooltips default value change to true, default value is 
1438         "false" but after make a test in .NET we get "true" result as default.
1439         
1440 2006-11-29  Jonathan Pobst  <monkey@jpobst.com>
1441
1442         * ToolStripDropDown.cs: Fix for SupportsTransparency change.
1443
1444 2006-11-29  Chris Toshok  <toshok@ximian.com>
1445
1446         * XplatUIWin32.cs (GetWindowTransparency): check return value of
1447         GetLayeredWindowAttributes.  if it's 0, return 1.0, as
1448         SetWindowTransparency hasn't been called.
1449
1450 2006-11-29  Chris Toshok  <toshok@ximian.com>
1451
1452         * Form.cs (set_TransparencyKey): only call SetWindowTransparency
1453         if it's supported.
1454         (set_AllowTransparency): reorder things a little so that the
1455         WS_EX_LAYERED style is removed properly.
1456
1457 2006-11-29  Chris Toshok  <toshok@ximian.com>
1458
1459         [ totally cosmetic eye-candy feature, fixes bug #80089 ]
1460         
1461         * Form.cs: only call the XplatUI transparency method (get/set) if
1462         SupportsTransparency says it's supported. Otherwise fallback to
1463         doing nothing (in the set case) or returning the instance field we
1464         cache (in the get case).
1465
1466         * XplatUIStructs.cs: add TransparencySupport flag enum.
1467         
1468         * XplatUIDriver.cs: add abstract GetWindowTransparency, and track
1469         change to SupportsTransparency.
1470
1471         * XplatUIOSX.cs: stub out GetWindowTransparency, and return
1472         TransparencySupport.None from SupportsTransparency.
1473
1474         * XplatUIX11.cs: Stub out GetWindowTransparency, and return
1475         TransparencySupport.Set from SupportsTransparency.
1476
1477         * XplatUIWin32.cs: implement GetWindowTransparency calling
1478         GetLayeredWindowAttributes, and implement SupportsTransparency by
1479         checking whether or not both
1480         GetWindowTransparency/SetWindowTransparency are available
1481         entrypoints.  We need to do this since SetWindowTransparency is
1482         available as of win2k, but GetWindowTransparency requires winxp.
1483         yay win32 api.
1484
1485         * XplatUI.cs: Add GetWindowTransparency, and change
1486         SupportsTransparency to allow for either/both Get/Set.
1487
1488 2006-11-29  Chris Toshok  <toshok@ximian.com>
1489
1490         * DataGrid.cs: keep from going into an infinite loop redrawing a
1491         datagrid that has no datasource.  Fixes bug #80033.
1492
1493 2006-11-29  Chris Toshok  <toshok@ximian.com>
1494
1495         * MenuItem.cs: fix the NRE when we assign text (and therefore call
1496         Invalidate) before the mainmenu has been assigned to a control.
1497
1498 2006-11-29  Chris Toshok  <toshok@ximian.com>
1499
1500         * DataGrid.cs: detect when we should be double the double click
1501         row/column autosize stuff, although that codepath has yet to be
1502         written.  part of the work for bug #79891.
1503
1504 2006-11-29  Chris Toshok  <toshok@ximian.com>
1505
1506         * Binding.cs (SetControl): fix unit test.
1507
1508 2006-11-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1509
1510         * PageSetupDialog.cs: Validate the margins and set them in
1511         PageSettings. 
1512         * NumericTextBox.cs: New class to mimic the behavior of the
1513         textboxes used in the printing dialogs.
1514
1515 2006-11-29  Andreia Gaita  <avidigal@novell.com>
1516         
1517         * Form.cs: Revert previous change (remove call UpdateBounds
1518         from form constructor), because it messes with the handle creation
1519         order, and that one needs lots and lots of love.
1520         * PrintPreviewDialog.cs: Revert change to CreateHandle (add check
1521         for valid printer and throw InvalidPrinterException if document
1522         is set but printer not valid), adding a MonoTODO. Once 
1523         handle creation is done properly, we can put this back in.
1524
1525 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
1526
1527         * MenuItem.cs: Create a invalidate method for menu item, to be
1528         calling from set text, it make text changes to imadiate update
1529         on screen. Fixes #80013. 
1530         
1531 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
1532
1533         * ToolBar.cs: Fixes and simplify toolbar button layout, it 
1534         fixes bug #80070 and some other problem on toolbar buttons
1535         layout.
1536
1537 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
1538
1539         * ThemeWin32Classic.cs: Paint toolbar toggle button background 
1540         with dotted brush.      Fixes #79564
1541         
1542 2006-11-28  Andreia Gaita  <avidigal@novell.com>
1543
1544         * Form.cs: Removed call to UpdateBounds on Form
1545         constructor, it was causing a call to CreateHandle
1546         before it was supposed to.
1547         * PrintControllerWithStatusDialog: Applied patch
1548         by Chris Toshok to hide controller when there are
1549         no printers available.
1550         PrintDialog.cs: initialize printer settings to 
1551         null - correct DefaultValues test #5
1552         * PrintPreviewControl.cs: Move PrintController
1553         initialization to GeneratePreview
1554         * PrintPreviewDialog.cs: 
1555         - Remove Preview generation     from Document_set(). It is 
1556         called on OnPaint
1557         - Throw InvalidPrinterException on CreateHandle if
1558         a Document is set but there are no printers or 
1559         printer is not valid.
1560         * ThemeWin32Classic: don't paint PrintPreviewControl
1561         if there is nothing to paint    
1562
1563 2006-11-28  Miguel de Icaza  <miguel@novell.com>
1564
1565         * Form.cs: Add another popular method.
1566
1567         * TabPage.cs: ditto.
1568
1569 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1570
1571         * MenuItem.cs: Fixed a warning.
1572         * InternalWindowManager: Fixed a warning.
1573
1574 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1575
1576         * MenuItem.cs:
1577         - When cloning a menu also clone MdiList and clone the 
1578           window menu items properly (as the forms and menuitems
1579           are kept in an internal hashtable, these need updating 
1580           as well)
1581         - Rewrote the window menu code, menu items are added in the
1582           order the forms were added to their parent, and they are
1583           updated every time the window menu is shown (before the
1584           list was only generated once, in the current order of the
1585           forms, and would never be updated). A checkmark is shown
1586           next to the item corresponding to the active mdi child.
1587
1588 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1589
1590         * XplatUIStructs.cs: 
1591         - Added WM_NCMOUSEHOVER and WM_NCMOUSELEAVE.
1592         
1593         * XplatUIWin32.cs: 
1594         - Added TME_NONCLIENT to TMEFlags.
1595         - Handles WM_NCMOUSEMOVE in GetMessage to 
1596           generate WM_NCMOUSEHOVER and WM_NCMOUSELEAVE messages.
1597
1598         * MdiWindowManager:
1599         - Now merges mdi child menu to parent menu when maximized.
1600         - Recalculate NC areas of both mdi child and mdi parent. 
1601           Fixes #79757 (4).
1602           on window state and size changes.Fixes #79844 (3).
1603         - Handle WM_NCCALCSIZE to properly calculate borders.
1604
1605         * Form.cs:
1606         - Add/remove to the mdi containers list of mdi children 
1607           in the order they are added.
1608         - Pass on WM_NCLBUTTONUP, WM_NCMOUSEMOVE and WM_NCMOUSELEAVE 
1609           to the maximized mdi child.
1610         
1611         * InternalWindowManager.cs:
1612         - Only execute a click on the control buttons on the mouse up,
1613           not on the mouse down. Show the state of the button 
1614           (was only showing Normal state, never Pressed state). The
1615           pressed button now follows the mouse (if you click the Close 
1616           button and move the mouse over the Maximize button, the 
1617           Maximize button will be shown as pressed). Since Win32 does
1618           not generate WM_NCLBUTTONUP if you release the button outside
1619           of the nc area, we need to handle WM_NCMOUSELEAVE and treat
1620           it as a mouse up.
1621         
1622         * ThemeWin32Classic.cs:
1623         - Draw a missing border around mdi child forms. Fixes #79844 (2).
1624
1625         * MdiClient.cs:
1626         - Added a list of forms which contains the order the forms are
1627           added to the mdi parent.
1628         - Handle WM_NCPAINT to properly draw a 3D border. Fixes #79844 (2).
1629         - Handle WM_NCCALCSIZE to properly calculate the 3D border.
1630         - If the active form changes set the scrollbars to the top
1631           of the Z order, otherwise the form could hide them.
1632         - Scrollbars are now sized according to ClientSize, not 
1633           to Size, and they take into account the other scrollbar
1634           to determine maximum.
1635         
1636 2006-11-28  Rolf Bjarne Kvinge <RKvinge@novell.com>
1637         
1638         * XplatUI.cs:
1639         * XplatUIDriver.cs:
1640         * XplatUIX11.cs:
1641         * XplatUIWin32.cs:
1642         * XplatUIOSX.cs:
1643         - Added RequestAdditionalWM_NCMessages for windows to 
1644           opt in for WM_NCMOUSELEAVE and WM_NCMOUSEHOVER.
1645           Currently only implemented in XplatUIWin32.
1646
1647 2006-11-27  Chris Toshok  <toshok@ximian.com>
1648
1649         * Hwnd.cs: only add the hwnd to the windows hash in
1650         set_WholeWindow and set_ClientWindow if whole_window/client_window
1651         are not IntPtr.Zero.  also, remove the unused SetObjectWindow.
1652
1653 2006-11-27  Mike Kestner  <mkestner@novell.com>
1654
1655         * ComboBox.cs: remove redundant OnDropDown call.  It is called
1656         from the ComboListBox.ShowWindow code. Fixes #79969.
1657
1658 2006-11-27  Chris Toshok  <toshok@ximian.com>
1659
1660         * Hwnd.cs: remove the setters for ExposePending and
1661         NCExposePending - noone uses them.
1662
1663 2006-11-27  Jackson Harper  <jackson@ximian.com>
1664
1665         * TextControl.cs: new param for ReplaceSelection which determines
1666         whether we select the new selection, or set the cursor to the end
1667         of the new selection.
1668         * TextBoxBase.cs: Use new param for ReplaceSelection.  When
1669         pasting, select the new text.
1670         * RichTextBox.cs: Use new param for ReplaceSelection.
1671
1672 2006-11-27  Jackson Harper  <jackson@ximian.com>
1673
1674         * TextBoxBase.cs: Set the selection to the caret after the caret
1675         is moved, otherwise they get out of sync.
1676
1677 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
1678
1679         * ToolBar.cs: Fixe size of ToolBar when AutoSize is false,
1680         it fixes #80015
1681
1682 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
1683
1684         * ThemeWin32Classic.cs: 
1685         - Fix toolbar drop down arrow position.
1686         - Fix drop down appearance when ToolBar.Appearance is normal,
1687         it fixes #80018.
1688         
1689 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
1690
1691         * ProgressBar.cs: GetStyle fixes for 2.0 profile.
1692         * Control.cs: Same.
1693         * UpDownBase.cs: Same.
1694         * ButtonBase.cs: Same.
1695         * ScrollBar.cs: Same.
1696         * TrackBar.cs: Same.
1697         * PictureBox.cs: Same.
1698         * UserControl.cs: Same.
1699         * Label.cs: Same.
1700         * ListControl.cs: Same.
1701         * TextBoxBase.cs: Same.
1702         * ListView.cs: Same.
1703         * RichTextBox.cs: Same.
1704         * TreeView.cs: Same.
1705
1706 2006-11-25  Jordi Mas i Hernandez <jordimash@gmail.com>
1707
1708         * PrintDialog.cs:
1709         - Text label for where 
1710         - Text label comment was not shown
1711
1712 2006-11-23  Everaldo Canuto  <everaldo@simios.org>
1713
1714         * ThemeWin32Classic.cs: Fix toolbar drop down arrow size.
1715
1716 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
1717
1718         * InternalWindowManager.cs: 
1719         - Handle WM_PARENTNOTIFY to activate the form
1720         if any child control is clicked.
1721         - The form is only sizable if not minimized.
1722
1723         * MdiWindowManager.cs:
1724         - Save the IconicBounds if the form is moved.
1725         - Rework SetWindowState, now the window bounds 
1726         are stored only if the old window state is Normal.
1727         
1728         * MdiClient.cs:
1729         - In SetWindowStates store the old window state if 
1730         the window is maximized and restore window state if
1731         the window looses focus.
1732         - Don't handle any scrollbar value changes if 
1733         initializing the scroll bars. Fixes #79771.
1734         - Reworked ArrangeIconicWindows. Current algorithm
1735         tests bounds agains all other minimized windows, if
1736         any intersections create new bounds (going left to 
1737         right, bottom to top) and then test again. When 
1738         successful the bounds are saved and never computed
1739         again. Fixes #79774.
1740
1741 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
1742
1743         * InternalWindowManager.cs: Added HandleTitleBarUp.
1744
1745 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
1746
1747         * NumericUpDown.cs: In .NET 1.1, user entered text is still
1748         hexadecimal in ParseUserEdit.
1749
1750         
1751 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
1752
1753         * MdiWindowManager.cs: 
1754         - Handle a click on the form's icon to show the 
1755         system menu (when maximized). Fixes #79775.
1756         - Change the existing click handler for the form's
1757         icon when not maximized to show on MouseUp.
1758         Fixes #79776.
1759
1760         * Form.cs: In OnResize only layout the mdi child's
1761         parent if it actually has a parent. Might not if
1762         the window is closing.
1763
1764
1765 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
1766
1767         * MdiClient.cs: Ignore active MDI client for text of parent, if
1768         child has no text set.
1769
1770 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
1771
1772         * ToolBar.cs: Fixed ToString to match MS.
1773
1774 2006-11-22  Andreia Gaita  <avidigal@novell.com>
1775
1776         * NumericUpDown: 
1777         - Fix DecimalPlaces, Hexadecimal and ThousandsSeparator to 
1778         update inner values on set. Fixes #79966.
1779         - Override OnLostFocus to update value on NET 2. Fixes #79950.
1780         - Fix hexadecimal parsing.
1781         
1782         * UpDownBase: Override OnGotFocus and OnLostFocus to notify 
1783         parent. Fixes #79957
1784
1785 2006-11-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1786
1787         * Control.cs: After calling SetWindowsPos in SetBoundsCore 
1788         the actual size has to be queried, since if height /
1789         width is negative Win32 changes it to 0. 
1790         Fixes #79999 on Windows.
1791         
1792         * XplatUIX11.cs: Set height / width to 0 if negative
1793         in SetWindowPos. Fixes #79999 on Linux.
1794         
1795 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
1796
1797         * ThemeWin32Classic.cs: Fix text redenring when button is
1798         pressed.
1799
1800 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
1801
1802         * MenuAPI.cs: Fixes behavior when menu is opened by kerboard
1803         and later navigate by mouse. Fixes #79528.
1804
1805 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
1806
1807         * ToolBar.cs: Set default value for TabStop to false in
1808         constructor, it fixes remaining behavior of bug #79863.
1809
1810 2006-11-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1811
1812         * MdiWindowManager.cs:
1813         * InternalWindowManager.cs:
1814         - Moved a few methods specific to Mdi from 
1815         InternalWindowManager to MdiWindowManager.
1816         Fixes #79996.
1817         
1818 2006-11-21  Chris Toshok  <toshok@ximian.com>
1819
1820         * XplatUIOSX.cs: stub out InvalidateNC.
1821
1822         * XplatUIWin32.cs: implement InvalidateNC using the call I found
1823         at http://www.dotnet247.com/247reference/msgs/58/292037.aspx.
1824
1825         * XplatUIX11.cs: rename InvalidateWholeWindow to InvalidateNC.
1826
1827         * XplatUIDriver.cs: add InvalidateNC abstract method.
1828
1829         * XplatUI.cs: add InvalidateNC.
1830
1831 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
1832
1833         * ToolBar.cs: Invalidate complete button area when pressed status 
1834         was changed.
1835         * ToolButton.cs: Fix InvalidateBorder for DropDown buttons.
1836         * ThemeWin32Classic.cs: Increase vertical and horizontal position 
1837         by 1 when button is pressed.
1838
1839 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
1840
1841         * ToolButton.cs: Invalidate middle of DropDown button when
1842         ToolBar theres DropDownArrows.
1843         * ThemeWin32Classic.cs: Change position of DropDown arrow and
1844         fix DropDown drawing operations.
1845
1846 2006-11-20  Chris Toshok  <toshok@ximian.com>
1847
1848         * NativeWindow.cs: fix the formatting of functions ('{' on the
1849         following line), and enable the thread exception dialog.
1850
1851         * Application.cs: remove the duplicate exception catching from
1852         here.
1853
1854 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
1855
1856         * Toolbar.cs: Triggers button click event when click on icon
1857         of dropdown ToolBarButton. Fixes #79912.
1858         
1859 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1860
1861         * Theme.cs:
1862         * ThemeWin32Classic.cs:
1863         - Added a property WindowBorderFont to enable themeing
1864           of mdi child windows' Text.
1865           
1866 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1867
1868         * InternalWindowManager.cs:
1869         * Form.cs:
1870         * MdiClient.cs:
1871         * MdiWindowManager.cs: 
1872         - If mdi child is maximized, set mdi parent's
1873           text to "Parent - [Child]". Fixes #79770.
1874         - If there is any maximized mdi child windows, only the active 
1875           window (and any new windows) is maximized, the rest are normal.
1876         - On a WindowState change only save mdi child's window bounds 
1877           if the old window state was normal. Fixes #79774.
1878         - The scroll bars are now calculated on hopefully all
1879           necessary events. Fixed #79771 / #79844->6 / #79906.
1880         - MdiClient.SizeScrollBars() now takes into account docked 
1881           controls in the parent when calculating available space.
1882         - InternalWindowManager now always repaints the entire title
1883           area. Fixes #79844->1/4/5.
1884         - Added RequestNCRecalc on mdi child windowstate changes.
1885           Fixes #79772.
1886
1887 2006-11-20  Mike Kestner  <mkestner@novell.com>
1888
1889         * ComboBox.cs: setup LargeChange on the scrollbar. Invoke FireMouseUp
1890         in the MouseUp handler of the listbox and move the return handling
1891         code to FireMouseUp to avoid scrolling on ups.  Fixes #79952.
1892
1893 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
1894
1895         * Toolbar.cs: Ignore right mouse clicks in toolbar. Fixes #79855. 
1896
1897 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
1898
1899         * MimeIcon.cs: Seems that DllImports that were fine in 1.2 are not
1900           working in 1.2.x anymore. So, updated.
1901
1902 2006-11-19  Gert Driesen  <drieseng@users.sourceforge.net>
1903
1904         * NumericUpDown.cs: Use NegativeSign, NumberDecimalSeparator and
1905         NumberGroupSeparator of current culture instead of assuming en-US.
1906         Fixed bug #79967.
1907
1908 2006-11-17  Mike Kestner  <mkestner@novell.com>
1909
1910         * Control.cs: Add the concept of implicit bounds setting so that
1911         dock/undock round trips preserve explicitly set size/locations.
1912         Fixes #79313.
1913
1914 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
1915
1916         * FileDialog.cs: Trim all filters, otherwise DirInfo.GetFiles
1917           can't handle those filters. (Fixes bug #79961)
1918
1919 2006-11-17  Chris Toshok  <toshok@ximian.com>
1920
1921         [ fixes the exit/crashes associated with #79835.  it's clearly
1922         suboptimal though, we need to figure out a better way to solve
1923         this. ]
1924         
1925         * PrintPreviewControl.cs: deal with the new invalid printer
1926         exceptions.
1927
1928         * PageSetupDialog.cs: if the printer is invalid, pop up a dialog
1929         and return false (so CommonDialog.ShowDialog doesn't actually show
1930         the form.)
1931
1932         * PrintDialog.cs: enable/disable the Ok button depending on
1933         whether or not the printer is valid.
1934
1935         * CommonDialog.cs (ShowDialog): only actually show the form if
1936         RunDialog returns true.
1937
1938 2006-11-17  Jackson Harper  <jackson@ximian.com>
1939
1940         * TextControl.cs: When soft splitting a line, mark it as a soft
1941         split line. Also carry over the current line break to the next
1942         line.
1943
1944 2006-11-17  Chris Toshok  <toshok@ximian.com>
1945
1946         * XplatUIX11.cs: when scrolling a window with an invalid area, we
1947         only want to shift the part of the invalid area that overlaps the
1948         area we're scrolling.  we also don't want to clear the invalid
1949         area unless the invalid area was entirely contained within the
1950         scrolling area.
1951
1952 2006-11-16  Chris Toshok  <toshok@ximian.com>
1953
1954         * XplatUIX11.cs: remove the handling of the TimerEvent stuff, and
1955         also make sure to free the memory returned by XGetWindowProperty
1956         in GetText().
1957
1958         * X11Structs.cs: remove the TimerEvent stuff, it's unused.
1959
1960 2006-11-16  Chris Toshok  <toshok@ximian.com>
1961
1962         * XplatUI.cs: add a new super secret way to get at the totally
1963         unsupported X11 backend.
1964
1965 2006-11-16  Gert Driesen  <drieseng@users.sourceforge.net>
1966
1967         * NumericUpDown.cs: Allow lowercase letters when in hex-mode.
1968
1969 2006-11-16  Jackson Harper  <jackson@ximian.com>
1970
1971         * TreeView.cs: Allow more explicit setting of top node position
1972         for scrollbars. Slower algo, but more accurate.
1973         - CollapseAll should maintain the current top node.
1974         * TextBoxBase.cs: When positioning the caret, use the line, pos
1975         method, since the x, y method does not grab the correct tag, and
1976         the caret height never gets set correctly. (Maybe I should just do
1977         away with the caret having its own height, and always use the
1978         carets current tag for height).
1979
1980 2006-11-16  Jonathan Pobst  <monkey@jpobst.com
1981
1982         [Fixes 79778, 79923]
1983
1984         * XplatUIWin32.cs: Don't allow a parent to be set to IntPtr.Zero.
1985         Parent to the FosterParent instead.
1986
1987 2006-11-16  Jackson Harper  <jackson@ximian.com>
1988
1989         * TreeView.cs: Need to recalc the topnode when we expand or
1990         collapse. The scrolling methods can't handle this on their own,
1991         since they use differences between the last scroll position, and
1992         those difference get completely messed up since we are expanding
1993         nodes.  This problem should probably be fixed in the scrolling
1994         methods, so they can figure out exactly where they are, but this
1995         will slow things down a little.
1996         * ThemeWin32Classic.cs: Special case for groupboxes with empty
1997         strings, makes nunit-gui look a lot nicer.
1998
1999 2006-11-16  Chris Toshok  <toshok@ximian.com>
2000
2001         * XplatUIX11.cs: nasty, nasty, nasty changes required because of
2002         the broken multithreaded event handling we have in here.  File
2003         this entry under "Why we should move to the new X11 backend".
2004
2005         Any thread can make it into UpdateMessageQueue, which gets events
2006         from the X socket - some of which could belong to hwnds being
2007         managed by a different thread.  We can also have multiple threads
2008         in UpdateMessageQueue at the same time, with each one reading from
2009         the X socket.  This leads to many problems, with the following
2010         solutions:
2011
2012         We can't use hwnd.Queue.Enqueue anywhere in here and must use
2013         EnqueueLocked.
2014
2015         The MotionNotify compression we do can't work across threads
2016         (without locking the entire queue, perhaps) since we call
2017         hwnd.Queue.Peek, so we just punt and don't compress motion events
2018         unless the owning thread is the one which got the X event.
2019
2020         ConfigureNotify is another fun one, since it modifies the hwnd's
2021         bounds and then enqueues the event.  We add a lock to Hwnd which
2022         is held when setting configure_pending to true (and enqueuing the
2023         event).
2024
2025         There is a race wrt the wake socket.  we need to make sure that
2026         only 1 thread is waiting on that socket, or else a thread could
2027         sleep waiting for data that never comes.  It's difficult (but not
2028         impossible) to make happen, because it seems to require something
2029         like the following:
2030
2031             1. Thread 1 polls on wake_receive
2032         
2033             2. poll returns saying there's data to be read on
2034                wake_receive.
2035         
2036             3. Thread 2 polls on wake_receive and immediately returns
2037                saying there's data to be read.
2038
2039             4. Thread 2 reads the wakeup byte from wake_receive
2040
2041             5. Thread 1 attempts to read the wakeup byte from
2042                wake_receive.
2043
2044             6. Thread 2 exits (due to a form closing, perhaps).
2045
2046             7. Thread 1 blocks forever.
2047         
2048         Fun, eh?
2049
2050         Fixing the Expose handling isn't done yet, and the races inherent
2051         in that piece of code are responsible for the drawing mistakes you
2052         see when generating expose events in a MT app (like NPlot).  This
2053         one is the likely to be the hardest to bandaid, and it doesn't
2054         appear to cause anything but drawing problems.  The other issues
2055         caused apps to exit or hang.
2056
2057         * XEventQueue.cs: output some spew when Dequeue/Enqueue/Peek are
2058         called from a different thread than the one that should be calling
2059         these functions.
2060
2061         * Hwnd.cs: add some locks to be used by the XplatUIX11 code.
2062
2063 2006-11-15  Chris Toshok  <toshok@ximian.com>
2064
2065         * Application.cs: null out the context's MainForm when we exit
2066         RunLoop.  Fixes a newly checked in unit test as well as the last
2067         ODE from bug #79933.
2068
2069 2006-11-15  Chris Toshok  <toshok@ximian.com>
2070
2071         * Form.cs (set_Owner): allow a null value so we can clear the
2072         form's owner.
2073         (Dispose): set all our owned_form's Owner properties to null, and
2074         clear the owned_forms collection.
2075         (WM_CLOSE): clean up this a little bit.. still not right though.
2076
2077         * ApplicationContext.cs: OnMainFormClosed should only call
2078         ExitThreadCore if the main form isn't recreating.  Fixes unit
2079         test.
2080
2081 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
2082
2083         [Fixes 78346]
2084
2085         * ComboBox.cs: Set the Hwnd.no_activate flag for the ComboListBox.
2086
2087 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
2088
2089         [Fixes 79433]
2090
2091         * Hwnd.cs: Add a flag to show a window, but not activate it, to 
2092         keep popup window types from stealing focus from the main form
2093         on Windows.
2094
2095         * XPlatUIWin32.cs: Use SW_SHOWNOACTIVATE if above field is true.
2096
2097         * MenuAPI.cs: Set above flag to true.
2098
2099 2006-11-15  Chris Toshok  <toshok@ximian.com>
2100
2101         * XplatUIX11.cs: mimic win32 behavior on BUTTONUP events, where
2102         the button being released is not in wParam.
2103
2104 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
2105
2106         * Form.cs: Add the released button to MouseEventArgs.Button
2107         for the OnMouseUp call to the MenuTracker.  Fixes menu clicking
2108         on Win32.
2109
2110 2006-11-15  Chris Toshok  <toshok@ximian.com>
2111
2112         * XplatUIX11.cs: add (untested) a _NET_WM_NAME implementation of
2113         GetText().  untested because it's unused in our implementation.
2114         Control.Text always caches the text, even if
2115         ControlStyles.CacheText is not set.
2116
2117         fixes bug #79939.
2118
2119 2006-11-15  Chris Toshok  <toshok@ximian.com>
2120
2121         [ fixes #79933 ]
2122         
2123         * Form.cs: in Close() don't do anything after we send the WM_CLOSE
2124         message.  no hiding, no disposing.
2125
2126         in the WM_CLOSE handler, hide the form if it's modal.
2127
2128 2006-11-15  Chris Toshok  <toshok@ximian.com>
2129
2130         * XplatUIX11.cs: use AddExpose instead of sending a message.
2131         fixes textbox border drawing.
2132
2133 2006-11-15  Chris Toshok  <toshok@ximian.com>
2134
2135         * PropertyGridView.cs: keep from crashing on mouse move/down when
2136         the property grid is empty.
2137
2138 2006-11-14  Jackson Harper  <jackson@ximian.com>
2139
2140         * TextControl.cs: Make PageUp and PageDown more like the MS
2141         versions.
2142         * TextBoxBase.cs: When we set the text property position the
2143         cursor at the beginning of the document.
2144
2145 2006-11-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2146
2147         * Form.cs: if a mdi child's WindowState has changed
2148         before it's creation, it would display wrong control
2149         buttons.
2150         
2151 2006-11-14  Alexander Olk  <alex.olk@googlemail.com>
2152
2153         * TreeView.cs: De-uglify TreeView checkbox checkmarks.
2154           (Fixes bug #79927)
2155
2156 2006-11-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2157
2158         * XplatUIX11.cs: send a WM_NCPAINT on WM_NCCALCSIZE so that 
2159         the window gets to paint its borders even if the window is
2160         getting smaller.
2161         
2162         * Form.cs: on a WM_NCPAINT invalidate the entire menu, 
2163         otherwise the old control buttons would still be painted 
2164         if the window gets bigger.
2165         
2166         * PaintEventArgs.cs: add an internal method so that the clip 
2167         rectangle can be changed.
2168         
2169 2006-11-13  Chris Toshok  <toshok@ximian.com>
2170
2171         [ fixes bug #79745 ]
2172         
2173         * NotifyIcon.cs: lots of cleanup.
2174
2175         * X11Structs.cs: add an enum for XEMBED messages.
2176
2177         * XplatUIX11.cs: reindent one of the giant switch statements, it
2178         was taking up an additional tab stop, and this file is already way
2179         too wide for my laptop's screen.
2180
2181         Also, add handling for the XEmbed EMBEDDED_NOTIFY message.  When
2182         we get it, resize the hwnd to the WMNormalHints max_width/height.
2183
2184 2006-11-13  Jackson Harper  <jackson@ximian.com>
2185
2186         * TextBoxBase.cs: Compute the value changes for the mouse wheel
2187         teh simple way.
2188
2189 2006-11-13  Chris Toshok  <toshok@ximian.com>
2190
2191         * XplatUIX11.cs, XplatUIStructs.cs: kind of a gross fix for
2192         #79898.  force a reference to the Region to stick around so the
2193         unmanaged object isn't collected (rendering our handle in the MSG
2194         stale).
2195
2196 2006-11-13  Chris Toshok  <toshok@ximian.com>
2197
2198         * XplatUIX11.cs: fix #79917 for window managers which support
2199
2200         using XStoreName on the raw utf8, and we need to convert to
2201         COMPOUND_TEXT if it's non-latin1.
2202
2203 2006-11-13  Chris Toshok  <toshok@ximian.com>
2204
2205         * Form.cs (set_DialogResult): we need to set closing to false if
2206         we're setting our result to None.  fixes bug #79908.
2207
2208 2006-11-13  Jackson Harper  <jackson@ximian.com>
2209
2210         * TextControl.cs: When formatting text, compute the adjusted tag
2211         lengths correctly, using FindTag for the end tag instead of trying
2212         to figure it out outselves.
2213         * TreeNode.cs: Use ActualItemHeight, which is the actual height of
2214         the item, ItemHeight doesn't work, because trees with large
2215         imagelists use those for their height
2216         * TreeView.cs: ActualItemHeight factors in the image height
2217         - compute left edge of checkboxes correctly
2218         - when expanding/collapsing move the bottom down one pixel, so we
2219         aren't moving part of the node
2220
2221 2006-11-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2222
2223         * XplatUIX11.cs: The PaintEventArgs is also added to the drawing
2224         stack in PaintEventStart so that it won't get disposed by the gc
2225         before reaching PaintEventEnd.
2226
2227 2006-11-13  Jackson Harper  <jackson@ximian.com>
2228
2229         * TextBoxBase.cs: Don't select the word if we are on a line with
2230         no text.
2231         - We don't need to position the caret on mouse up, since the mouse
2232         move handler should be doing this
2233         - When double clicking a blank line, the caret is advanced to the
2234         next line.
2235
2236 2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
2237
2238         * TreeNodeCollection.cs: Avoid duplicating indexer code.
2239
2240 2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
2241
2242         * ColorDialog.cs: Reset size of dialog between calls to ShowDialog.
2243         Fixes part of bug #79910.
2244
2245 2006-11-11  Alexander Olk  <alex.olk@googlemail.com>
2246
2247         * ColorDialog.cs: Fix a NRE when adding a color to custom colors
2248           (bug #79903). Some minor string updates to match ms.
2249
2250 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
2251
2252         * FileDialog.cs: Don't add an extension if the filename
2253           already ends with that extension.
2254
2255 2006-11-10  Jackson Harper  <jackson@ximian.com>
2256
2257         * TreeView.cs: Use the currently highlighted node for the
2258         BeforeSelect event.
2259         * TextBoxBase.cs: There is no need to expand selection on
2260         MouseMove.
2261         - CanUndo means 'is there any undo operations', not 'is undo
2262         allowed on this textcontrol. Fixed ClearUndo unit test.
2263
2264 2006-11-10  Andreia Gaita  <shana.ufie@gmail.com>
2265
2266         * Button.cs: only perform click when button is Selectable (so as 
2267         not to activate default buttons when they're disabled)
2268         
2269         * Control.cs: Rewrite of the SelectNextControl and related 
2270         methods. HandleClick now selects next control if the current one
2271         is being disabled.
2272         
2273         * Form.cs: OnActivated selects next active control only if Load 
2274         has already occurred. If Load hasn't run, there's no point in 
2275         selecting here, Load might change the state of controls.
2276         
2277         * FocusTest.cs: Tests marked as working again for these fixes
2278
2279 2006-11-10  Chris Toshok  <toshok@ximian.com>
2280
2281         * XplatUIX11.cs: a couple of fixes.
2282
2283         - use XInternAtoms with almost all the atoms we need to register,
2284         instead of many, many calls to XInternAtom.  should help a bit on
2285         startup time, at the expense of making the code look a little
2286         worse.
2287
2288         - fall back to setting TransientFor on TOOLWINDOW's if their hwnd
2289         isn't reparented (which seems to be a clue that we're running fon
2290         compiz) and they have an Owner form.  This fixes the tool windows
2291         in paint.net when running under compiz.
2292
2293         - when setting the opacity of a window, support both the case
2294         where the window has been reparented and also when it hasn't been.
2295         Since compiz/beryl doesn't seem to reparent windows, and these are
2296         the only window managers which support translucency, I'm not sure
2297         why we need the hwnd.reparented case at all.. but leave it in.
2298         now we get translucent windows in paint.net under compiz/beryl.
2299
2300 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
2301
2302         * FileDialog.cs: Always return the value for FilterIndex that
2303           was set. Internally convert it to values that make sense.
2304
2305 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
2306         
2307         * ThemeWin32Classic.cs: Fix drowp down arrow borders.
2308
2309 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
2310
2311         * Toolbar.cs: Change default value of DropDownArrows to true, the 
2312         signature still using false to make it compatible with MS but the 
2313         initial value is true. Fixes #79855.
2314
2315 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
2316
2317         * MimeIcon.cs: Don't throw an exception on windows. Mime stuff is
2318           only available on Linux.
2319
2320 2006-11-09  Everaldo Canuto  <everaldo@simios.org>
2321
2322         * Toolbar.cs, ToolBarButton.cs: Fix wrong separator size and
2323         reduce number of calls to redraw method during toolbar creation.
2324
2325 2006-11-09  Mike Kestner  <mkestner@novell.com>
2326
2327         * ListView.cs : raise SelectedIndexChanged when an item is selected
2328         programmatically via the Item.Selected property.  Gert's nice 
2329         ListViewSelectedIndexChanged test fixture now runs clean.
2330
2331 2006-11-09  Mike Kestner  <mkestner@novell.com>
2332
2333         * ListView.cs : raise SelectedIndexChanged when a selected item is
2334         removed from the item collection using Remove or RemoveAt.
2335
2336 2006-11-09  Mike Kestner  <mkestner@novell.com>
2337
2338         * ListView.cs : raise SelectedIndexChanged once per selected item
2339         for compat with MS.  Fixes #79849+.
2340
2341 2006-11-09  Chris Toshok  <toshok@ximian.com>
2342
2343         * TabControl.cs: initialize row_count to 0, and set it to 1 when
2344         we need to (if we have any tab pages).  Fixes unit test.
2345
2346 2006-11-09  Chris Toshok  <toshok@ximian.com>
2347
2348         * Label.cs (CalcPreferredWidth): if Text == "", our preferred
2349         width is 0, not 3.  Fixes a unit test.
2350
2351 2006-11-09  Mike Kestner  <mkestner@novell.com>
2352
2353         * ListView.cs : use Implicit scrollbars so that focus isn't 
2354         stolen from the listview when they are clicked. Fixes #79850.
2355
2356 2006-11-09  Chris Toshok  <toshok@ximian.com>
2357
2358         * PropertyGridView.cs (OnPaint): only call DrawGridItems if we
2359         have a root item.  Fixes #79879.
2360
2361 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
2362
2363         * FileDialog.cs:
2364           - Fix ToString ()
2365           - An ArgumentException is now thrown if a wrong filter
2366             is applied (matches ms). The previous filter doesn't change
2367             anymore if an exception is thrown.
2368           - Changing the FileName property also affects FileNames
2369         * ColorDialog.cs: The length of the CustomColors array is always
2370           16. It doesn't matter if we use a smaller array or null to update
2371           or change the custom colors property.
2372         * FolderBrowserDialog.cs: Throw an InvalidEnumArgumentException if
2373           for RootFolder if we get a undefined value.
2374
2375 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2376
2377         * StatusBarPanel.cs: 
2378         - Width is set to MinWidth if Width is smaller than
2379         MinWidth. Fixes #79842.
2380         - MinWidth now always overrides Width (MSDN says MinWidth
2381         is set to Width when AutoSize = None, but they do not 
2382         behave like that).
2383         - Style has now the the correct default value.
2384         
2385 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2386  
2387         * TrackBar.cs: 
2388         - The control is completely invalidated on 
2389         Got/LostFocus to draw the focus rectangle correctly.
2390         - When AutoSize then height is always 45 (width for 
2391         vertical controls).
2392         
2393         * ThemeWin32Classic.cs: The TrackBar thumb is now centered
2394         on the mouse when moved and it doesn't move when grabbed
2395         until the mouse moves as well. Also fixed some wrong 
2396         calculations when clicking on the thumb (control thought
2397         click was outside of thumb and didn't grab it).
2398         Fixes some of the issues in #79718.
2399
2400 2006-11-08  Everaldo Canuto  <everaldo@simios.org>
2401
2402         * Toolbar.cs: Prevent disabled button to highlight. Fixes #79868.
2403
2404 2006-11-08  Chris Toshok  <toshok@ximian.com>
2405
2406         * PropertyGridView.cs: only call ToggleValue if the item is not
2407         readonly.
2408
2409 2006-11-08  Jackson Harper  <jackson@ximian.com>
2410
2411         * TextBoxBase.cs: The RichTextBox and textbox have very different
2412         word selection methods.  Implement the textbox's simple word
2413         selection here, and let the RichTextBox override and provide it's
2414         own.
2415         - Don't do extra selection on mouseup
2416         * RichTextBox.cs: Use the documents word selection algorithm, I
2417         think ideally, this function will be pulled into the
2418         RichTextBox.cs code someday.
2419
2420 2006-11-08  Chris Toshok  <toshok@ximian.com>
2421
2422         * RootGridEntry.cs: new class to represent GridItemType.Root.
2423
2424         * CategoryGridEntry.cs: reformat, and add boilerplate.
2425         
2426         * GridEntry.cs: remove the UIParent stuff - turns out .Parent
2427         returns the UI parent anyway, and we need special handling to
2428         implement the GetTarget method in the face of it.  Also, implement
2429         Select().
2430
2431         * PropertyGrid.cs, PropertyGridView.cs: a number of fixes.  create
2432         a root grid item, and use that instead of PropertyGrid.grid_items.
2433         Also, make use of TypeConverters (and add limitted support for
2434         ICustomTypeDescriptors) when initially populating the grid.
2435         Arrays now show up more or less properly.
2436
2437 2006-11-08  Chris Toshok  <toshok@ximian.com>
2438
2439         * Application.cs: set the modal dialog to non modal after we close
2440         it.  Fixes bug #79866.
2441
2442 2006-11-08  Jackson Harper  <jackson@ximian.com>
2443
2444         * TextControl.cs: When combining lines carry over the line end
2445         style from the end line.
2446         - Invalidate the selected area when setting it, if it is visible.
2447         * TextBoxBase.cs: Only rich text box can do full line selects.
2448         - Make sure to set the cursor position when there is a click,
2449         otherwise two clicks in separate areas could cause a large chunk
2450         to be selected.
2451
2452 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2453
2454         * Toolbar.cs: Release flat button borders when Toolbar lost focus. 
2455         Fixes #79863.
2456
2457 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2458
2459         * Toolbar.cs: Prevent toolbar to open more than one tooltip at same
2460         time. Remove tooltips when ToolButton click events.  Fixes #79856.
2461
2462 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2463
2464         * MenuAPI.cs: Ignore right click for menu actions and fixes
2465         menu border when clicked.  Fixes #79846.
2466
2467 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2468
2469         * XplatUIX11.cs, XplatUIX11.cs: Fix MouseRelease to only release
2470         MouseState after create wParam for message, this fixes mouse button 
2471         equal none in mouse up events.
2472         
2473 2006-11-07  Andreia Gaita  <shana.ufie@gmail.com>
2474
2475         * Control.cs : Focus() now calls Select to set the Container's
2476         Active Control and to give it focus. To avoid infinite recursion
2477         (because ActiveControl also calls Focus at one point), a check 
2478         is made in Focus with the help of a new internal variable
2479         is_focusing.
2480
2481 2006-11-07  Mike Kestner  <mkestner@novell.com>
2482
2483         * ListView.cs : raise OnSelectedIndexChanged in CreateHandle
2484         if there's a selection.  Fixes #79849.
2485
2486 2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
2487
2488         * PropertyGrid.cs: Avoid fixed height of help description label.
2489         Fixes part of bug #79829.
2490
2491 2006-11-07  Chris Toshok  <toshok@ximian.com>
2492
2493         * XplatUIX11.cs: fix #79790 again, by using the
2494         _NET_WM_STATE_SKIP_TASKBAR atom to implement Form.ShowInTaskbar.
2495
2496 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2497
2498         * ToolBar.cs: Fix left click checking.
2499
2500 2006-11-07  Chris Toshok  <toshok@ximian.com>
2501
2502         * ProgressBar.cs: fix a typo in ToString().  fixes a unit test.
2503
2504 2006-11-07  Chris Toshok  <toshok@ximian.com>
2505
2506         * RelatedPropertyManager.cs: set property_name in our ctor.  fixes
2507         PropertyManager unit tests.
2508
2509         * PropertyManager.cs: make property_name internal.
2510
2511 2006-11-07  Chris Toshok  <toshok@ximian.com>
2512
2513         * ButtonBase.cs: initialize base.ime_mode to ImeMode.Disable to
2514         pass a unit test.  Also, don't set image_index to anything in
2515         response to setting the ImageList property.
2516
2517 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2518
2519         * ToolBar.cs: Ignore click events when mouse button is not a
2520         left button, only accepts other button for dropdown menus.  
2521         Fixes #79854.
2522
2523 2006-11-07  Chris Toshok  <toshok@ximian.com>
2524
2525         * DataGrid.cs: make the back and parent row buttons a little less
2526         ugly.
2527
2528 2006-11-07  Jackson Harper  <jackson@ximian.com>
2529
2530         * TextBoxBase.cs: When converting to Text don't put line breaks in
2531         for soft line breaks.
2532         * TextControl.cs: There is an initial "fake" line in the document,
2533         this is now a soft break line, so that an extra line feed doesn't
2534         get added to the end of documents.
2535
2536 2006-11-07  Chris Toshok  <toshok@ximian.com>
2537
2538         [ fix bug #79778 ]
2539         
2540         * CurrencyManager.cs: if the list is readonly, don't bother
2541         checking if IBindingList.AllowNew is true.
2542
2543         * ThemeWin32Classic.cs (DataGridPaintParentRow): make this work
2544         for non-DataRowView datasources..  or rather, make it not crash.
2545         (DataGridPaintRelationRow): make sure we limit the row painting to
2546         the area not covered by the row header, and make our cell width at
2547         least large enough to cover the relation area.  This allows grids
2548         that have relations but no rows to render correctly.
2549         (DataGridPaintRowContents): same type of changes here.
2550         (SetDataSource): move back to always calling
2551         CalcAreasAndInvalidate.  this fixes a crash/drawing problem when
2552         navigating back through relations.
2553         (HitTest): handle the case where we have no cells but have
2554         relations.  Right now we generate a hit in cell 0 of whatever the
2555         row is, not sure if this is strictly correct, but it works for our
2556         purposes.
2557         
2558         * DataGrid.cs (EndEdit, CancelEdit): if we have no columns, don't
2559         bother doing anything.
2560
2561 2006-11-07  Jonathan Pobst  <monkey@jpobst.com>
2562
2563         * StatusStrip.cs, ToolStripStatusLabel.cs: By request, an
2564         early version of StatusStrip.  Not responsible for eaten
2565         application or firstborn children.
2566
2567 2006-11-06  Chris Toshok  <toshok@ximian.com>
2568
2569         * TabControl.cs: in OnGotFocusInternal/OnLostFocusInternal don't
2570         call GetTabRect with a -1 index.  Fixes #79847.
2571
2572 2006-11-06  Jackson Harper  <jackson@ximian.com>
2573
2574         * TreeNodeCollection.cs: Update scrollbars after clearing.
2575
2576 2006-11-06  Chris Toshok  <toshok@ximian.com>
2577
2578         * NumericUpDown.cs: fix the ToString method for some unit test
2579         love.
2580
2581 2006-11-06  Chris Toshok  <toshok@ximian.com>
2582
2583         * PropertyGrid.cs:
2584         - set the initial SelectedGridItem if we can.
2585
2586         - Exclude non-mergable properties only if we're merging > 1
2587         object.  Merging 1 object isn't really merging, obviously.
2588
2589         - Handle PropertySort.NoSort just like Alphabetical, which is
2590         wrong of course, but at least gets things on the screen.
2591         
2592         * PropertyGridView.cs:
2593         - Add method "FindFirstItem" which finds the first property grid
2594         item, so we can select it by default.
2595
2596         - make use of GridEntry.CanResetValue.
2597
2598         - Don't call RedrawBelowItemOnExpansion here anymore, the
2599         individual GridEntry's will do that.
2600
2601         - Remove the ITypeDescriptorContextImpl internal class.
2602         
2603         * GridEntry.cs:
2604         - this class needs to implement ITypeDescriptorContext, as it's
2605         what MS's PropertyDescriptorGridEntry does, which means we can
2606         remove the ITypeDescriptorContextImpl internal class from
2607         PropertyGrid.cs.  This fixes the crashing portion of bug #79829.
2608
2609         - keep a reference to our PropertyGridView, and move the call to
2610         RedrawBelowItemOnExpansion here from PGV.  This means
2611         programmaticly setting Expanded actually does something visible.
2612
2613         - add a CanResetValue() function which takes into account our
2614         possibly multiple "selected_objects" in the merged case.  Shifting
2615         PropertyGridView to use this method fixes another unreported
2616         crasher found running the test for #79829.
2617
2618         - when Top or Bounds is updated, make sure the PropertyGridTextBox
2619         is updated to reflect this.
2620
2621         * CategoryGridEntry.cs: the ctor takes the PGV now.
2622         
2623 2006-11-06  Jackson Harper  <jackson@ximian.com>
2624
2625         * TextControl.cs: These are 1 based.
2626         * TextBoxBase.cs: When setting the selected text, don't change the
2627         selected text tags, this is done by ReplaceText, just position the
2628         cursor at the end of the new text.
2629
2630 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
2631
2632         * ListView.cs: Allow label edit only when, when LabelEdit is
2633           set to true.
2634
2635 2006-11-06  Jackson Harper  <jackson@ximian.com>
2636
2637         * TextControl.cs: If a suitable wrapping position isn't found,
2638         just wrap right in the middle of a word.
2639
2640 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
2641
2642         * ListView.cs, ListViewItem.cs: Implement LabelEdit. Fixes
2643           bug #79820.
2644
2645 2006-11-06  Jackson Harper  <jackson@ximian.com>
2646
2647         * TreeView.cs: Can't use the VisibleCount property when setting
2648         scrollbar heights, because this doesn't take into account whether
2649         or not the horz scrollbar just came visible.
2650
2651 2006-11-05  Everaldo Canuto  <everaldo@simios.org>
2652
2653         * MenuAPI.cs: Deactivate menu on mouse up when menus it is already
2654         activated.  Fixes #79369, #79832.
2655
2656 2006-11-05  Alexander Olk  <alex.olk@googlemail.com>
2657
2658         * FileDialog.cs: *sigh* Because of recent runtime changes (r67043) I
2659           had to remove support for links that point to a directory. FileInfo
2660           returns no usefull information (means, the directory they point to)
2661           for such links. Replaced some empty string ("") with String.Empty.
2662
2663 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
2664
2665         * TreeNodeCollection.cs: To match MS, in 1.0 profile throw 
2666         NullReferenceException when attempting to remove node that is not in
2667         collection. Throw NullReferenceException when null is passed to 
2668         Remove. Allow first element of the collection to be removed. Fixes
2669         bug #79831.  In GetEnumerator ().Current return null if positioned 
2670         before the first element of the collection. In GetEnumerator ().Reset,
2671         position before first element of the collection.
2672
2673 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
2674
2675         * PropertyGrid.cs: To match MS, remove default title and description
2676         for panel. Fixed tooltips for Categorized and Alphabetic toolbar
2677         buttons.
2678
2679 2006-11-04  Chris Toshok  <toshok@ximian.com>
2680
2681         * Theme.cs: add a Clamp method, just for kicks.
2682
2683         * ThemeWin32Classic.cs: clamp all color components to [0..255].
2684
2685 2006-11-04  Chris Toshok  <toshok@ximian.com>
2686
2687         * Form.cs: if the form isn't visible, Close() does nothing.
2688
2689 2006-11-03  Chris Toshok  <toshok@ximian.com>
2690
2691         * Form.cs (Close): if the form is modal, don't Dispose of it, only
2692         Hide it.
2693         (WndProc): don't Dispose after handling the WM_CLOSE message.
2694
2695         * Application.cs (RunLoop): toplevels is a list of Forms, so treat
2696         them as such, instead of using casts from Control to Form.  Also,
2697         don't Dispose of the modal dialog when we fall out of the loop -
2698         Close() it instead.
2699
2700         fixes bug #79813.
2701
2702 2006-11-03  Chris Toshok  <toshok@ximian.com>
2703
2704         * Control.cs (Dispose): only go through the dispose thing if we're
2705         @disposing, and we haven't already been disposed.  Fixes bug
2706         #79814.
2707
2708         * Form.cs: no reason to call "base.Dispose()" here instead of
2709         "Dispose()".
2710
2711 2006-11-03  Mike Kestner  <mkestner@novell.com>
2712
2713         * ComboBox.cs : use ToString instead of casts in AddItem for
2714         sorting functionality.  Fixes #79812.
2715
2716 2006-11-03  Chris Toshok  <toshok@ximian.com>
2717
2718         * Application.cs: pave the way for actually using the thread
2719         exception dialog.  it's ifdefed out at the moment.
2720
2721 2006-11-03  Chris Toshok  <toshok@ximian.com>
2722
2723         * ThreadExceptionDialog.cs: until we get a better layout, actually
2724         hide the details textbox and label when we shouldn't see them.
2725
2726 2006-11-03  Jackson Harper  <jackson@ximian.com>
2727
2728         * TextBoxBase.cs: Don't bail from the scrollbar calcs for non
2729         multiline textboxes anymore.  This method also determines the
2730         width/height of a textboxes canvas area.
2731         - Sorta a revert of the last patch.  For multiline just position
2732         the controls, then bail.  This way the scrollbar width won't be
2733         altered.
2734
2735 2006-11-03  Everaldo Canuto  <everaldo@simios.org>
2736
2737         * ThemeWin32Classic.cs: Dont paint inner lines of 3D border when
2738         it dont need.  Fixes #79537.
2739
2740 2006-11-02  Jackson Harper  <jackson@ximian.com>
2741
2742         * X11Dnd.cs: We always allow copy, since XDND implies Copy.  Also
2743         send the status after firing the DndOver event.
2744
2745 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2746
2747         * TrackBar.cs: Now orientation only switches height / width if
2748         the control's handle is created (Win32 does it like this). Also 
2749         fixed a typo in ToString() for a test to pass, changed the 
2750         exception thrown in set_LargeChange and set_SmallChange to 
2751         match Win32 behaviour, and added TrackBar tests to the unit 
2752         tests.
2753
2754 2006-11-02  Chris Toshok  <toshok@ximian.com>
2755
2756         * XplatUIX11.cs: the atom we want is _NET_WM_STATE_SKIP_TASKBAR,
2757         not _NET_WM_STATE_NO_TASKBAR.
2758
2759 2006-11-02  Jackson Harper  <jackson@ximian.com>
2760
2761         * TextControl.cs: Increment count by one, since in the update view
2762         count - 1 is used.
2763
2764 2006-11-02  Jackson Harper  <jackson@ximian.com>
2765
2766         * TextBoxBase.cs: Use client rectangle not bounds for checking if
2767         the mouse is in the client rectangle (duh).
2768
2769 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2770         
2771         * TrackBar.cs: Fixed trackbar jumping around when clicking
2772         on it - the trackbar was not detecting correctly at which
2773         side of the thumb the click was done. (fixes #79718)
2774
2775 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
2776
2777         * ListBox.cs: scroll visible area when change SelectedIndex to
2778         a non visible area.  Fixes #79481.
2779
2780 2006-11-01  Jackson Harper  <jackson@ximian.com>
2781
2782         * TextControl.cs: When replacing the selection move the selection
2783         start/end/anchor to the end of the new text.
2784
2785 2006-11-01  Jackson Harper  <jackson@ximian.com>
2786
2787         * XplatUIWin32.cs: When setting the parent change the controls
2788         visibility to it's visibility flag, not to it's old parents
2789         visibility (.Visible walks the parent chain).
2790
2791 2006-11-01  Chris Toshok  <toshok@ximian.com>
2792
2793         * XplatUIX11.cs: revert the #79790 fix, as the simple.
2794         XSetTransientForHint fix breaks paint .net's tool windows.  more
2795         work needed for that one.
2796
2797 2006-11-01  Chris Toshok  <toshok@ximian.com>
2798
2799         * ScrollBar.cs: throw ArgumentException instead of Exception in
2800         LargeChange/SmallChange setters.  fixes unit tests.
2801
2802 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
2803
2804         * ContainerControl.cs: reverted rev.67183 (which was itself
2805         a reversion of rev.66853... eh).
2806         
2807         * Control.cs: Fixes Reflector hang by changing Focus() call
2808         to what it was before rev.66643 (calling Select() here sets 
2809         ActiveControl, which in some situations calls back Focus and 
2810         eventually does a stack overflow). Temp fix.    
2811         Changes to GetNextControl() to not look for children to select when
2812         parent cannot be selectable (so it looks for siblings instead)  
2813         
2814 2006-10-31  Mike Kestner  <mkestner@novell.com>
2815
2816         * CheckedListBox.cs : off by one error in returned index from
2817         ObjectCollection.Add.  Fixes #79758.
2818
2819 2006-10-31  Chris Toshok  <toshok@ximian.com>
2820
2821         * UpDownBase.cs: remove the OnGotFocusInternal/OnLostFocusInternal
2822         calls for the textbox/spinner, to keep from recursing to the point
2823         where we crash.  Fixes #79760.
2824
2825 2006-10-31  Chris Toshok  <toshok@ximian.com>
2826
2827         * ListControl.cs (set_SelectedValue): don't throw exceptions on
2828         null/"" value, just return.  matches ms's behavior and fixes some
2829         failing tests.
2830
2831 2006-10-31  Chris Toshok  <toshok@ximian.com>
2832
2833         * Control.cs (set_Capture): make a logic a little easier to
2834         follow.
2835
2836         * XplatUIX11.cs (CleanupCachedWindows): zero out the Grab window
2837         if it's being destroyed.  A necessary fix surely, but a bandaid
2838         also, to fix the stuck capture problem in bug #78413.
2839
2840 2006-10-31  Chris Toshok  <toshok@ximian.com>
2841
2842         * XplatUIX11.cs: fix a couple of compiler warnings, and follow the
2843         convention of clearing hwnd.ClientRect when we set the
2844         width/height (so it'll be recalculated by Hwnd).
2845
2846 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
2847
2848         * ContainerControl.cs: reversed Contains check from
2849         ActiveControl due to hanging problems. This fix
2850         partly regresses #79667 (button does not have
2851         initial focus), so this might be a symptom for 
2852         a larger parenting problem (set_ActiveControl
2853         is being called but the child control does
2854         not have the parent set yet?)   
2855         
2856 2006-10-31  Mike Kestner  <mkestner@novell.com>
2857
2858         * MenuAPI.cs : fix keynav when menu is click activated.
2859
2860 2006-10-31  Jonathan Pobst  <monkey@jpobst.com>
2861
2862         * ToolStrip*: Version 0.2.
2863
2864         * MenuStrip.cs: Version 0.1.
2865
2866         * Form.cs: Add a 2.0 MenuStrip tracker like the 1.1 Menu one.
2867
2868 2006-10-30  Chris Toshok  <toshok@ximian.com>
2869
2870         [ fixes the oversized notify icon issue in bug #79745 ]
2871         
2872         * NotifyIcon.cs: scale the icon down to the size we're given by
2873         the XplatUI layer (this would be faster if we did it once instead
2874         of whenever we paint..)  Also, remove the WM_NCPAINT handling,
2875         since it's never invoked.
2876
2877         * XplatUIX11.cs: the gnome and kde systrays use icons that are 24
2878         pixels high by default, so let's hardcode our systray icon to that
2879         size.  The SYSTEM_TRAY protocol should really have a way for
2880         client apps to query for the correct icon size.. but oh well.  A
2881         couple of patches to deal with the screwy client_window ==
2882         whole_window notifyicon stuff (we don't want to PerformNCCalc, for
2883         instance, and also make sure we don't XSelectInput twice).
2884
2885 2006-10-30  Chris Toshok  <toshok@ximian.com>
2886
2887         * Control.cs: ugh, the unit test fix (CH11, yesterday) breaks when
2888         recreating forms.  Control recreation is the bane of my existence.
2889         Fix it in a way that keeps everyone happy.
2890
2891 2006-10-30  Chris Toshok  <toshok@ximian.com>
2892
2893         * XplatUIX11.cs: use StructureNotifyMask on all whole_windows, not
2894         just non-CHILD ones.  otherwise sometimes scrollbars end up with
2895         client_windows not being resized to the proper size (ReportBuilder
2896         shows this extremely well).
2897
2898 2006-10-30  Chris Toshok  <toshok@ximian.com>
2899
2900         * XplatUIX11.cs (SetWMStyles): reinstate the XSetTransientForHint
2901         for non-WS_EX_APPWINDOW windows.  This is what keeps them from
2902         showing up in the gnome taskbar.  Fixes bug #79790.
2903
2904 2006-10-30  Chris Toshok  <toshok@ximian.com>
2905
2906         * ApplicationContext.cs: guard against a NRE.
2907
2908         * Application.cs: null out the old MainForm for the context, so we
2909         don't try to use it again once it's disposed.  Fixes bug #79783.
2910
2911 2006-10-30  Chris Toshok  <toshok@ximian.com>
2912
2913         * DataGrid.cs (set_DataSource, set_DataMember): if we have a
2914         BindingContext, set the data source directly, otherwise do the
2915         lazy approach - the actual ListManager will be created when we get
2916         a BindingContext. Fixes bug #79700.
2917
2918 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
2919
2920         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
2921           XplatUIX11.cs: Remove old 2 parameter SetVisible.
2922
2923         * Control.cs: Use the new 3 parameter SetVisible with activate = true.
2924
2925 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
2926
2927         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Add an overload
2928         of SetVisible that allows a window to be shown, but not activated.
2929         This is needed on Windows for MenuStrip, and can probably be used
2930         with MainMenu and ComboBox to fix the focus stealing issues on
2931         Windows.
2932
2933         * XplatUIOSX.cs, XplatUIX11.cs: Not needed, call existing SetVisible.
2934
2935 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
2936
2937         * PictureBox.cs: Fix the output of the ToString method.
2938
2939 2006-10-29  Chris Toshok  <toshok@ximian.com>
2940
2941         * Control.cs (get_TopLevelControl): fix bug #79781.
2942
2943 2006-10-29  Chris Toshok  <toshok@ximian.com>
2944
2945         * ListControl.cs (set_DataSource): throw Exception here, not
2946         ArgumentException, to match MS behavior.
2947
2948 2006-10-29  Chris Toshok  <toshok@ximian.com>
2949
2950         * Form.cs: remove the try-catch's around calls to GetWindowState.
2951         We can just check the return value.
2952
2953         * XplatUIX11.cs: don't throw exceptions from GetWindowState.
2954         Instead return -1.
2955
2956         * XplatUI.cs: Add note about additional return value for
2957         GetWindowState.
2958
2959 2006-10-29  Chris Toshok  <toshok@ximian.com>
2960
2961         * Control.cs (CreateHandle): when we create our handle, we also
2962         create the handles of our child controls.  Fixes one of the
2963         Control unit tests (CH11).
2964
2965 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
2966
2967         * MimeIcon.cs: If a gnome icon doesn't exist add a default icon.
2968
2969 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
2970
2971         * ThemeClearlooks.cs: A little speedup.
2972
2973 2006-10-27  Chris Toshok  <toshok@ximian.com>
2974
2975         * Control.cs: implement Control.FromChildHandle in a way that
2976         matches the docs (and fixes the failed test.)
2977
2978 2006-10-27  Chris Toshok  <toshok@ximian.com>
2979
2980         * DataGridTableStyle.cs: reproduce buggy MS behavior (with
2981         comments).
2982
2983         * DataGrid.cs: implement ResetForeColor such that the tests
2984         succeed.
2985         
2986 2006-10-27  Chris Toshok  <toshok@ximian.com>
2987
2988         * ToolBarButton.cs: setting text/tooltiptext to null results in it
2989         being set to "".  Fixes bug #79759.
2990
2991 2006-10-27  Jackson Harper  <jackson@ximian.com>
2992
2993         * TextControl.cs: We need to clear the entire selection area when
2994         setting the start, otherwise multiline selections are still
2995         visible.
2996
2997 2006-10-26  Chris Toshok  <toshok@ximian.com>
2998
2999         * PropertyGridView.cs: 
3000
3001         - ifdef all the code specific to the double
3002         buffer case, and provide some alternatives in the non-doublebuffer
3003         code, which makes heavy use of XplatUI.ScrollWindow to move things
3004         around without having to invalidate (and cause flicker).  There
3005         are still some drawing problems in the non-doublebuffered case, so
3006         DOUBLEBUFFER is defined by default.
3007
3008         - Fix the way dropdowns are handled.  now we explicitly watch for
3009         the events which might cause the dropdown to close, and break out
3010         of the nested event loop there.  This gets rid of all Capture
3011         code, at the expense of the Msg special casing.  Seems to work,
3012         though, and fixes bug #79743.
3013
3014 2006-10-27  Rolf Bjarne Kvinge <RKvinge@novell.com>
3015         * Control.cs: SetIsRecreating now recreates implicitly added
3016         child controls as well. Finally fixes #79629. The flag passed to 
3017         SetIsRecreating has also been removed since it wasn't used.
3018         
3019 2006-10-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3020
3021         * PageSetupDialog.cs: Clean some code, fix some bits, 
3022         add some checks, and add a printer sub-dialog.
3023
3024 2006-10-26  Chris Toshok  <toshok@ximian.com>
3025
3026         * PropertyGrid.cs: make set_SelectedObject call
3027         set_SelectedObjects, and move the duplicate logic to the
3028         SelectedObjects setter.  Also, raise SelectedObjectsChanged.
3029
3030         * PropertyGridView.cs: hide the textbox when we get a
3031         SelectedObjectsChanged event.
3032
3033         Fixes bug #79748.
3034
3035 2006-10-26  Chris Toshok  <toshok@ximian.com>
3036
3037         * PropertyGridView.cs: deal with the type converter not supporting
3038         GetStandardValues() or GetStandardValues() returning null, which
3039         is does in the default case.  Fixes #79742.
3040
3041 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
3042
3043         * CheckedListBox.cs: nunit no longer crashes when selecting 
3044         Project/Edit menu option
3045         
3046 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
3047
3048         * MenuAPI.cs: prevent ExecFocusedItem from blowing up if there
3049         is no menu selected. fixes #79739
3050
3051 2006-10-25  Chris Toshok  <toshok@ximian.com>
3052
3053         * PropertyGridView.cs: factor out the splitter invalidation code
3054         into the SplitterPercent setter, and for kicks implement the
3055         Ctrl-Left/Ctrl-Right handling that moves the splitter by a small
3056         amount in either direction.
3057
3058 2006-10-25  Chris Toshok  <toshok@ximian.com>
3059
3060         * PropertyGridView.cs: do some cleanup of the brush used to draw
3061         text - read only fields should be grayed out.  not sure how to do
3062         this with the textbox, though.  but the textbox's should also be
3063         readonly now at least.  Also, hide/show the textbox when resizing
3064         the control.
3065         
3066         * CursorConverter.cs: use System.Reflection when getting the
3067         properties of Cursors, as TypeDescriptor.GetProperties isn't
3068         returning static properties.
3069
3070 2006-10-25  Chris Toshok  <toshok@ximian.com>
3071
3072         * PropertyGridView.cs: factor out the up/down handling, and reuse
3073         it for page up/down.  also add End/Home support.
3074
3075 2006-10-25  Chris Toshok  <toshok@ximian.com>
3076
3077         * PropertyGridView.cs:
3078
3079         - ensure the selected grid item is visible in the scrolled area,
3080         fixes bug #79572.
3081
3082         - fix Keys.Down handling when you're on the last item in the
3083         propertygrid.
3084
3085 2006-10-25  Mike Kestner  <mkestner@novell.com>
3086
3087         * MenuAPI.cs : set the ActiveTracker for MainMenu non-popup 
3088         clicks too.  Fixes #79725.
3089
3090 2006-10-24  Chris Toshok  <toshok@ximian.com>
3091
3092         * PropertyGrid.cs: use property.Converter instead of
3093         TypeDescriptor.GetConverter(property.PropertyType), so we catch
3094         TypeConverters declared on the property as well as on the
3095         PropertyType.  Fixes bug #79678.
3096
3097 2006-10-24  Alexander Olk  <alex.olk@googlemail.com>
3098
3099         * MimeIcon.cs, Mime.cs:
3100           Fallback to the default platform handler if no shared mime info
3101           stuff exists (fixes #79693).
3102
3103 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
3104         * ContainerControl.cs: Incorrect contains check in ActiveControl 
3105         from previous fix (duh).
3106
3107 2006-10-20  Chris Toshok  <toshok@ximian.com>
3108
3109         * PropertyGridView.cs: the dropdown should be MIN(number of items
3110         in list, 15).  Fixes #79551.
3111
3112 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
3113         Fixes #79384, #79394, #79652, #79667
3114         * Application.cs: 
3115         
3116         - Modal windows are now destroyed in the proper order for windows
3117         
3118         * ContainerControl.cs:
3119         
3120         - ActiveControl setter has more conditions on when to return:
3121                 - if we're reselecting the active control, but it actually
3122                 didn't have focus (window hidden or some such), it runs
3123                 - if the active control being selected doesn't actually 
3124                 exist in the container, it returns
3125         
3126         * Form.cs
3127         
3128         - The ShowDialog now gets the current form as the owner when
3129         invoking without parameters, and correctly activates the owner 
3130         when returning
3131         
3132         * MessageBox.cs
3133         
3134         - MessageBox now catches the Escape key to exit
3135
3136 2006-10-20  Chris Toshok  <toshok@ximian.com>
3137
3138         * PropertyGridView.cs: fix a number of issues (bug #78565, and
3139         most of bug #79676):
3140
3141         - you can navigate around the property grid with the arrow keys.
3142
3143         - the dropdown is sized properly when the pg has a vertical
3144         scrollbar.
3145
3146         - fix the indentation for subentries, and properly select the
3147         entire label rect.
3148
3149         - fix the gray bar's drawing (only draw it to the last element,
3150         not for the height of the control.  Also make sure we draw that
3151         last horizontal grid line.
3152
3153         - use the same mechanism the datagrid uses wrt the editing textbox
3154         when scrolling/resizing/etc.  Namely, we hide it first, do the
3155         operation, then show it again (if it's still visible).
3156         
3157         - aggressively remove a lot of unnecessary refreshes (and also
3158         calls to Invalidate(). call more limited variants, and only redraw
3159         what we need.)
3160         
3161         * PropertyGrid.cs:
3162
3163         - when we're populating the merged collection, fill in the UI
3164         parent with either the passed in item, or the category item we
3165         create.
3166
3167         - remove the Refresh call from the BorderHelpControl.OnSizeChanged.
3168
3169         * GridItem.cs: drop some fully qualified names.
3170         
3171         * GridEntry.cs: add a "UIParent", which is basically the parent
3172         treenode.
3173
3174         * GridItemCollection.cs: add an IndexOf method.
3175
3176 2006-10-20  Mike Kestner  <mkestner@novell.com>
3177
3178         * MainMenu.cs : go back to Draw in OnMenuChanged.  Until we get
3179         a working win32 NC invalidation mechanism, we can't invalidate
3180         menus.  [Fixes #79705]
3181
3182 2006-10-20  Mike Kestner  <mkestner@novell.com>
3183
3184         * ListBox.cs : don't update the VScrollbar if the list is empty,
3185         just hide it.  [Fixes #79692]
3186
3187 2006-10-20  Jackson Harper  <jackson@ximian.com>
3188
3189         * RichTextBox.cs: Handle some special chars better, and don't skip
3190         the entire group when we encounter a special char that we don't
3191         handle correctly.
3192
3193 2006-10-18  Chris Toshok  <toshok@ximian.com>
3194
3195         * PropertyGridView.cs: address a number of issues from bug #79676,
3196         mostly of the cosmetic variety.
3197
3198         - The highlight rectangle for indented items not extends all the
3199         way to the left.
3200
3201         - Indented items aren't indented so much.
3202
3203         - the dropdown is properly sized width-wise if the pg has a
3204         vertical scrollbar.
3205
3206 2006-10-18  Chris Toshok  <toshok@ximian.com>
3207
3208         * XplatUIX11.cs (SystrayAdd): a rather convoluted change, but the
3209         systray stuff is rather convoluted to begin with.
3210
3211         systray icons are a single window for some reason (that I haven't
3212         figured out yet), and for them, client_window == whole_window.
3213         Given the way the tests are structured elsewhere to determine
3214         which paints are pending (client vs. nc), that situation will
3215         always yield PAINT, not NCPAINT.  So, if we have a pending
3216         nc_expose and no pending expose, remove the hwnd from the paint
3217         queue, and also set nc_expose_pending to false, to keep us from
3218         blocking further expose's adding the hwnd to the paint queue.
3219
3220         phew.  like i said, a rather convoluted change.  Fixes the
3221         notifyicon repaint issues in bug #79645.
3222
3223 2006-10-18  Chris Toshok  <toshok@ximian.com>
3224
3225         * Form.cs: when getting the backcolor of the form, don't get
3226         base.BackColor, as this allows parents to influence the background
3227         color.  This breaks mdi forms.  Instead, if the background_color
3228         is empty, return the default.
3229
3230 2006-10-18  Chris Toshok  <toshok@ximian.com>
3231
3232         * XplatUIX11.cs: change some debug ifdefs, and return XGetParent
3233         to being private instead of internal static.
3234
3235         * Control.cs: remove all the stupid ParentWaitingOnRecreation
3236         crap, it wasn't working for more deeply nested controls anyway,
3237         and we already have the is_recreating flag - use that instead.
3238         Before calling DestroyHandle in RecreateHandle, recurse through
3239         the control tree setting it to true.  this returns the recreate
3240         code to much of its original simplicity, while now guaranteeing we
3241         actually recreate everything we're supposed to.  This change gets
3242         fyireporting actually showing mdi children.
3243
3244 2006-10-17  Chris Toshok  <toshok@ximian.com>
3245
3246         * Form.cs: remove some debug spew, and collapse some duplicate
3247         code at the end of SetClientSizeCore.
3248
3249         * XplatUIX11.cs: 
3250         - add some more debug spew here too wrt Destroy handling.
3251         - don't call hwnd.Dispose in DestroyWindow, it's effectively done
3252         in Control's handling of WM_DESTROY.
3253         - Remove the handling of zombie window DestroyNotifies from the
3254         event loop - we don't need it.  Now the only DestroyNotifies we
3255         actually handle are ones generated by X.
3256         - When sending _NET_ACTIVE_WINDOW, the first param should be 1, to
3257         match gtk's (functioning) handling of this. This keep metacity
3258         from leaving droppings in the form of wm borders with no window
3259         contents all over the place.
3260
3261         * Control.cs:
3262         - add a bunch of debug spew wrt control recreation.
3263         - fix a bug where we weren't tracking Visible properly on
3264         recreated hwnds.
3265         - fixed the WM_PAINT double buffer handling to support re-entrant
3266         calls (yes, i know it's gross, but it's happening to us).
3267
3268 2006-10-17  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
3269         * ThemeWin32Classic.cs: changed drawing of selected days
3270         to make them look better.
3271
3272 2006-10-16  Chris Toshok  <toshok@ximian.com>
3273
3274         * Hwnd.cs: replace the user_data/client_dc/non_client_dc with
3275         drawing_stack.  Nuke the ClientDC/NonClientDC properties.
3276
3277         * XplatUIX11.cs: move away from using hwnd.client_dc and
3278         hwnd.non_client_dc and on to a stack of dc's (and in window's
3279         case, PAINTSTRUCT's), so we can deal with nested Paint calls
3280         without puking or not disposing of Graphics objects.
3281
3282         * XplatUIOSX.cs: same.
3283
3284         * XplatUIWin32.cs: same.
3285
3286 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
3287
3288         * FileDialog.cs: Don't call on_directory_changed inside
3289           OnSelectedIndexChanged (it changes the SelectedIndex too).
3290           Instead move it to OnSelectionChangeCommitted.
3291
3292 2006-10-13  Chris Toshok  <toshok@ximian.com>
3293
3294         * XplatUIX11.cs: more Destroy work.  the current code does the
3295         following things, in order:
3296
3297         1. Enumerates all handles of all controls at or below the one
3298         being destroyed, in pre-order.  As it is doing this, it marks the
3299         handles as zombie and clears all references to them.
3300         
3301         2. calls XDestroyWindow on the window passed in.
3302
3303         3. SendMessage's WM_DESTROY to all he handles in the accumulated
3304         list.
3305
3306 2006-10-13  Chris Toshok  <toshok@ximian.com>
3307
3308         * XplatUIX11.cs: set hwnd.zombie to true before calling
3309         SendMessage (WM_DESTROY).  this keeps us from marking the new
3310         window a zombie, and also keeps us from calling sendmessage at
3311         all.
3312
3313 2006-10-13  Jackson Harper  <jackson@ximian.com>
3314
3315         * TextControl.cs: Do not show the caret and selection at the same
3316         time.  Reduces ugliness by 35%.
3317
3318 2006-10-13  Chris Toshok  <toshok@ximian.com>
3319
3320         * XplatUIX11.cs (SendWMDestroyMessages): set the hwnd to be a
3321         zombie after we do the recursive call, so we actually do call
3322         SendMessage on the children controls.
3323         (GetMessage): if we find a pending paint event for a zombie hwnd,
3324         remove the hwnd from the paint queue, or else it will always be
3325         there (and we'll effectively loop infinitely)
3326
3327 2006-10-13  Mike Kestner  <mkestner@novell.com>
3328
3329         * MenuItem.cs : add Selected format under keynav too.
3330         Fixes #79528.
3331
3332 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
3333
3334         * PropertyGrid.cs: Fixed some NRE's and small difference between our
3335         implementation and that of MS.
3336
3337 2006-10-13  Chris Toshok  <toshok@ximian.com>
3338
3339         * Control.cs (OnInvalidated) only futz with the invalid_region if
3340         the control is double buffered.  this fixes the apparent hang in
3341         the ListView unit tests.  Someone needs to make the
3342         BeginEndUpdateTest not call OnInvalidated 15004 times, though..
3343
3344 2006-10-13  Chris Toshok  <toshok@ximian.com>
3345
3346         * PropertyGridView.cs:
3347
3348         - do a little refactoring so that only one place calls
3349         dropdown_form.Hide, and that is CloseDropDown.  make everywhere
3350         else call that.  Also make it Refresh, since there are redraw bugs
3351         otherwise (we should take a look at that...)
3352
3353         - do a little more refactoring work to share the body of code
3354         involved with the drop down.  it was duplicated in the code
3355         dealing with the listbox handling and in the code dealing with the
3356         UITypeEditors.
3357
3358         - add a Capture to the dropdown form's control once it's
3359         displayed, and add a MouseDown handler that checks to make sure
3360         the position is inside the control.  If it's not, close the
3361         dropdown.  This fixes #78190.
3362
3363         - in SetPropertyValueFromUITypeEditor, only call SetPropertyValue
3364         if the value is different than the initial value.
3365         
3366 2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>
3367
3368         * Control.cs: see #78650
3369         - Fixed GetNextControl for several cases:
3370                 - Changed FindFlatForward to return 
3371                 correct sibling control when more than one
3372                 control has same TabIndex as the currently 
3373                 focused one.
3374                 - Changed FindFlatBackward to loop children
3375                 from last to first and apply same logic as in
3376                 FindFlatForward
3377                 - Changed FindControlForward to search for
3378                 children when control is not a container
3379                 but has children, or search for siblings if
3380                 control is a container...
3381                 - Changed FindControlBackward   to continue
3382                 searching for child controls when hitting 
3383                 Panel-like parents
3384                 
3385         - Fixed Focus method to update ActiveControl
3386         (FocusTest.FocusSetsActive failure)
3387         
3388         * TabControl.cs:
3389         - Focus rectangle now refreshes when gaining
3390         or losing focus
3391         - Removed grab for Tab key on IsInputKey that 
3392         was keeping tab navigation from working (#78650)
3393
3394 2006-10-13  Chris Toshok  <toshok@ximian.com>
3395
3396         * PropertyGridView.cs:
3397         - Rewrite SetPropertyValue to loop over SelectedGridItem's
3398         SelectedObjects.
3399
3400         - Deal with GridItem.Value == null a few places.
3401
3402         * PropertyGrid.cs: 
3403         - replace the PopulateGridItemCollection with a pair of methods
3404         which compute the intersection of all the properties in the
3405         SelectedObjects array.  Fixes #79615.
3406
3407         - Throw ArgumentException from set_SelectedObjects if there's a
3408         null in the array.
3409
3410         - Add GetTarget method which can be used to traverse up the
3411         GridItem.Parent chain.  It depends on the assumption that
3412         selected_objects for different GridEntries are always in the same
3413         order (a safe assumption).  Use this method and loop over all the
3414         selected objects in the entry when calling RemoveValueChanged and
3415         AddValueChanged.
3416         
3417         * GridEntry.cs: Make this handle multiple selected objects.
3418         .Value returns null if not all the selected objects share the same
3419         value.
3420
3421 2006-10-12  Jonathan Pobst  <monkey@jpobst.com>
3422         * ToolStrip.cs, ToolStripButton.cs, ToolStripComboBox.cs,
3423           ToolStripControlHost.cs, ToolStripItem.cs, ToolStripLabel.cs,
3424           ToolStripProfessionalRenderer.cs, ToolStripProgressBar.cs,
3425           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs,
3426           ToolStripTextBox.cs: Add accessibility, fix attributes/API and
3427         add additional functionality.
3428
3429 2006-10-12  Mike Kestner  <mkestner@novell.com>
3430
3431         * ErrorProvider.cs : new ToolTipWindow ctor sig.
3432         * HelpProvider.cs : new ToolTipWindow ctor sig.
3433         * ToolTip.cs : remove ToolTip param from Window sig since it is
3434         not used.
3435         * ToolBar.cs : add tooltip support.  Fixes #79565.
3436
3437 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
3438
3439         * ComboBox.cs: move the events in set_SelectedIndex to 
3440         after the call to HighlightIndex in order to avoid 
3441         possible recursion and subsequent problems with the call
3442         to HighlightIndex and include a range check in 
3443         set_HighlightIndex. Fixes #79588
3444         
3445 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
3446
3447         * MonthCalendar.cs: When FirstDayOfWeek is default set firstday 
3448         to ui thread's settings instead of sunday. 
3449         * ThemeWin32Classic.cs: Localize the day string. Fixes #79563
3450
3451 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
3452
3453         * DateTimePicker.cs
3454         * MonthCalendar.cs
3455         * ThemeWin32Classic.cs: rewrote DateTimePicker to fix bug #78364
3456         and implement missing functionality (selecting different parts 
3457         of the date and edit them individually with the keyboard).
3458         
3459 2006-10-11  Chris Toshok  <toshok@ximian.com>
3460
3461         * Control.cs (OnInvalidated): fix NRE relating to last change.
3462
3463 2006-10-11  Chris Toshok  <toshok@ximian.com>
3464
3465         * XplatUIX11.cs (SetWMStyles): make sure we include the MAXIMIZED
3466         atoms in _NET_WM_STATE here if the window is maximized.  We need
3467         to do this because we're *replacing* the existing _NET_WM_STATE
3468         property, so those atoms will be lost otherwise, and any further
3469         call to GetWindowState will return Normal for a window which is
3470         actually maximized.  Fixes #79338.
3471
3472 2006-10-11  Jackson Harper  <jackson@ximian.com>
3473
3474         * TextControl.cs: Special case for setting selection end to
3475         selection start, we basically kill the anchor.
3476         - some todo comments.
3477
3478 2006-10-11  Chris Toshok  <toshok@ximian.com>
3479
3480         * Control.cs: switch to using an "invalid_region" to track which
3481         parts of the image buffer need updating.  This is more code than
3482         the simple fix from r66532.  That version just attempted to always
3483         fill the entire buffer on redraw, which turns out to be
3484         inefficient when invalidating small rectangles.  This version
3485         simply adds the invalid rectangle to the invalid region.  When we
3486         get any WM_PAINT message we see if it can be filled using the
3487         image buffer, and if it can't (if the paint event's clip rectangle
3488         is visible in the invalid region) we first fill the image buffer.
3489         So, the image buffer is still a cache, we just fill it lazily.
3490
3491         * PaintEventArgs.cs: remove the SetClipRectangle method, we don't
3492         need it any longer.
3493
3494 2006-10-11  Chris Toshok  <toshok@ximian.com>
3495
3496         * XplatUIX11.cs (SetWindowPos): we need to update both position as
3497         well as size after calling XMoveResizeWindow.  This keeps us from
3498         ignoring future SetWindowPos calls.  Fixes the disappearing
3499         DateTimePicker in the ToolBarDockExample from bug #72499.
3500
3501 2006-10-11  Chris Toshok  <toshok@ximian.com>
3502
3503         * TextBoxBase.cs: reorder things a bit when it comes to
3504         resizing-causing-recalculation.  we were recalculating the
3505         document when our position was changed, which shouldn't happen.
3506         We only care about size changes.  Clear up some more redundant
3507         recalculation calls while I'm at it.  This makes the toolbar dock
3508         example snappy when you're just dragging toolbars around (since it
3509         causes a relayout whenever you move one.)
3510
3511 2006-10-11  Chris Toshok  <toshok@ximian.com>
3512
3513         * ToolBarButton.cs (get_Rectangle): this only returns
3514         Rectangle.Empty if Visible == false, or Parent == null.
3515         Parent.Visible doesn't matter.
3516
3517 2006-10-10  Chris Toshok  <toshok@ximian.com>
3518
3519         * Control.cs, PaintEventArgs.cs: "internal set { .. }" isn't loved
3520         by .net 1.1, so switch to an internal method instead.
3521
3522 2006-10-10  Chris Toshok  <toshok@ximian.com>
3523
3524         * Control.cs (WM_PAINT): when a control is double buffered we draw
3525         initially to the ImageBuffer and then copy from there.  But when a
3526         parent control which has child controls is double buffered, the
3527         initial drawing doesn't encompass the entire ClientRectangle of
3528         the parent control, so we end up with uninitialized bits (this is
3529         easily seen by dragging the top toolbar in
3530         wf-apps/ToolBarDockExample to the right, quickly).  The fix is to
3531         manually set the ClipRectangle of the paint_event (only the one we
3532         use to populate the ImageBuffer) to ClientRectangle.  Fixes more
3533         of the nastiness in bug #72499.
3534
3535         * PaintEventArgs.cs: Add an internal setter for ClipRectangle,
3536         which we use in Control.cs's WM_PAINT handling.
3537
3538 2006-10-10  Jackson Harper  <jackson@ximian.com>
3539
3540         * TextBoxBase.cs: Finish off the autoscrolling stuff.
3541
3542 2006-10-10  Chris Toshok  <toshok@ximian.com>
3543
3544         * Cursor.cs: Apply a slightly different patch to the one suggested
3545         in #79609.
3546
3547 2006-10-10  Jackson Harper  <jackson@ximian.com>
3548
3549         * MenuItem.cs: Make sure to put the mdi child in the hashtable,
3550         not the parent form.
3551         * TextControl.cs: use difference in old line count vs new count to
3552         calculate how many lines were added, this takes into account soft
3553         line breaks properly.
3554
3555 2006-10-10  Chris Toshok  <toshok@ximian.com>
3556
3557         * LinkLabel.cs: don't call MeasureCharacterRanges against a
3558         rectangle located at 0,0 and the size of the text.  Use
3559         ClientRectangle instead.  This fixes rendering of non-left aligned
3560         link labels.
3561
3562 2006-10-10  Jackson Harper  <jackson@ximian.com>
3563
3564         * TextBoxBase.cs: When we set the selection start position the
3565         caret.
3566         * TextControl.cs: Need to update the caret when we decrement it to
3567         zero.
3568         - Make sure that the selection_visible flag gets reset to false if
3569         the selection isn't visible.  Before this you could get it set to
3570         visible by changing the selection start, then changing the end to
3571         equal the start.
3572
3573 2006-10-09  Jackson Harper  <jackson@ximian.com>
3574
3575         * TreeView.cs: Don't update scrollbars when we aren't visible.
3576         * TreeNodeCollection.cs: Only need to update scrollbars if being
3577         added to an expanded visible node or the root node.
3578
3579 2006-10-09  Chris Toshok  <toshok@ximian.com>
3580
3581         * XplatUIX11.cs (SendMessage): fix NRE.
3582
3583 2006-10-09  Jackson Harper  <jackson@ximian.com>
3584
3585         * TextBoxBase.cs: Implement horizontal autoscrolling.
3586         * TextControl.cs: Add a movement types that allows moving forward
3587         and backwards without wrapping.
3588
3589 2006-10-09  Mike Kestner  <mkestner@novell.com>
3590
3591         * ListViewItem.cs : layout changes for wrapped LargeIcon labels
3592         with focus "expansion" of labels.  Fixes #79532 and then some.
3593         * ThemeWin32Classic.cs : add LineLimit to ListView label format
3594         when wrapping.
3595
3596 2006-10-09  Jackson Harper  <jackson@ximian.com>
3597
3598         * TextBoxBase.cs: Set the default max values to MaxValue since
3599         we use the scrollbar for autoscrolling and the default value is
3600         100.  If we don't do this the caret won't keep up with typing
3601         after about 18 characters.
3602         * TextControl.cs: Make sure the selection is offset by the
3603         viewport x.  This fixes selection when using auto scrolling.
3604
3605 2006-10-07  Andreia Gaita <shana.ufie@gmail.com>
3606         
3607         * Form.cs: The active control should be selected after the 
3608         OnLoad so that any child control initialization that affects
3609         the selection is done. Fixes #79406
3610
3611 2006-10-06  Chris Toshok  <toshok@ximian.com>
3612
3613         * XplatUIX11.cs: This is perhaps a dangerous change, but it seems
3614         to have no evil effects.
3615
3616         - Stop selecting StructureNotifyMask on non-toplevel windows.
3617
3618           The only way children should be resized is by using the SWF api,
3619           and we already send WM_WINDOWPOSCHANGED messages in those cases.
3620           Toplevel windows can be interacted with via the window manager,
3621           and so we keep the input mask there.
3622
3623           The other event StructureNotifyMask gives us (that we care
3624           about) is DestroyNotify.  The code is already structured such
3625           that it assumes we won't be getting a DestroyNotify event for
3626           the window we pass to XDestroyWindow (which is what
3627           StructureNotifyMask is supposed to guarantee.)  So, that code
3628           shouldn't be affected by this either.
3629
3630         - Stop selecting VisibilityChangeMask altogether.
3631
3632           We weren't doing anything with the resulting events anyway.
3633         
3634         This vastly reduces the number of X requests and events we see
3635         when resizing/laying out a large ui.
3636
3637 2006-10-06  Chris Toshok  <toshok@ximian.com>
3638
3639         * ScrollableControl.cs (DisplayRectangle): we need to take into
3640         account the DockPadding regardless of whether or not auto_scroll
3641         == true.  rework this slightly to this effect, and fix bug #79606,
3642         and part of #72499 (you can now see the drag handles and drag
3643         toolbars around).
3644
3645 2006-10-06  Gert Driesen  <drieseng@users.souceforge.net>
3646
3647         * ListViewItem.cs: Collections of selected and checked items are now
3648         dynamically rebuilt. Whenever an item is (un)checked or (de)selected
3649         we mark the collection "dirty".
3650         * ListView.cs: Marked collections readonly. Modified UpdateSelection
3651         to only clear SelectedItems when a new item is selected and MultiSelect
3652         is enabled. CheckedItems and SelectedItems now subscribe to Changed
3653         event of ListViewItemCollection, and mark its list dirty whenever
3654         that event is fire. This allows us to return selected/checked items 
3655         in the same order as they are in the Items collection. This matches
3656         the MS behavior.
3657
3658 2006-10-06  Chris Toshok  <toshok@ximian.com>
3659
3660         * NotifyIcon.cs (HandleMouseUp): only show the context menu on
3661         right mouse clicks.  Fixes bug #79593.
3662
3663 2006-10-06  Chris Toshok  <toshok@ximian.com>
3664
3665         * Splitter.cs: doh, fix splitters that don't want to cancel the
3666         movement when you drag them.  Also, impose the limits on the
3667         values we send to the SplitterMovingEvent.  Fixes #79598.
3668
3669 2006-10-06  Jackson Harper  <jackson@ximian.com>
3670
3671         * TextBoxBase.cs: Ignore whether or not the scrollbar is enabled,
3672         since we use this for auto scrolling also.
3673
3674 2006-10-05  Chris Toshok  <toshok@ximian.com>
3675
3676         * DataGridBoolColumn.cs: Nuke the code from ConcedeFocus.  I'm
3677         beginning to think that most datagrid column types don't need this
3678         method.  Fixes bug #79392.
3679
3680 2006-10-05  Chris Toshok  <toshok@ximian.com>
3681
3682         * DataGrid.cs: move back to a more lazy scheme for creating the
3683         CurrencyManager, so we aren't updating it every time you set
3684         either DataSource or DataMember.  Also, don't call
3685         RecreateDataGridRows if the currency manager hasn't changed.
3686
3687 2006-10-05  Chris Toshok  <toshok@ximian.com>
3688
3689         * ComboBox.cs: by the time the OnSelectionChangeCommitted event is
3690         emitted, SelectedIndex should already be updated.  Fixes bug
3691         #78929.
3692
3693 2006-10-05  Jonathan Pobst  <monkey@jpobst.com>
3694
3695         * ToolStripComboBox.cs, ToolStripControlHost.cs, ToolStripProgressBar,
3696           ToolStripTextBox.cs: Initial commit.
3697         * ToolStripItem.cs: Fixes for OnLayout, BackColor, Parent.
3698
3699 2006-10-05  Jackson Harper  <jackson@ximian.com>
3700
3701         * TabControl.cs: We need to invalidate the tab control area when
3702         new ones are added (duh).
3703
3704 2006-10-03  Chris Toshok  <toshok@ximian.com>
3705
3706         * Form.cs (ProcessDialogKey): if the focused control is in this
3707         form and is a button, call its PerformClick method here.  Fixes
3708         #79534.
3709
3710 2006-10-04  Jackson Harper  <jackson@ximian.com>
3711
3712         * TabPage.cs: Ignore setting of Visible, and add an internal
3713         method for setting the controls visibility.  TabPage's Visible
3714         property is a little strange on MS, this seems to make us
3715         compatible, and fixes cases where people set all the tab pages to
3716         visible.
3717         * TabControl.cs: Use the new internal setting on tab pages
3718         visibility.
3719
3720 2006-10-03  Mike Kestner  <mkestner@novell.com>
3721
3722         * ComboBox.cs : raise Click on ComboTextBox clicks. Fixes #79555.
3723
3724 2006-10-03  Mike Kestner  <mkestner@novell.com>
3725
3726         * ListView.cs : use is_visible instead of Visible to check if 
3727         scrollbars should be placed/sized.  Also some max_wrap_width
3728         love for LargeIcon view.  [Fixes #79533]
3729
3730 2006-10-03  Atsushi Enomoto  <atsushi@ximian.com>
3731
3732         * TextControl.cs :
3733           Make set_TextAlign() do actually update the align. Fixed #78403.
3734
3735 2006-10-03  Chris Toshok  <toshok@ximian.com>
3736
3737         * DataGrid.cs: fix a crash when switching datasources if the
3738         vertical scrollbar is at someplace other than Value = 0.  Also,
3739         reduce the number of recalculation passes we do in SetDataSource
3740         from 2 to 1.
3741
3742 2006-10-03  Jackson Harper  <jackson@ximian.com>
3743
3744         * TextBoxBase.cs: Move the if value the same bail check up, we
3745         don't want to empty the document if it is already empty, this
3746         seems to severly mess up the caret.  TODO: I should probably fix
3747         the empty statement to update teh caret somehow.
3748
3749 2006-10-03  Chris Toshok  <toshok@ximian.com>
3750
3751         * ThemeWin32Classic.cs, DataGrid.cs: some changes so that the
3752         incredibly hacky Windows.Forms FAQ autosize rows entry (it uses
3753         reflection, an internal row type, properties on said type, etc.)
3754         will work with our datagrid.  Fixes #79531.
3755
3756 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
3757
3758         * FileDialog.cs: Don't crash if a path is not accessible
3759           (System.UnauthorizedAccessException). Fixes #79569.
3760         * MimeIcon.cs: Workaround for a Uri bug. Unix paths/files can have
3761           a ':' too. Return unknown icon for those paths/files.
3762
3763 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com>
3764
3765         * ToolTip.cs: Fix rare, but possible, NRE on MouseEnter when 
3766         GetContainerControl returns null.
3767
3768 2006-10-02  Chris Toshok  <toshok@ximian.com>
3769
3770         * XplatUIX11.cs (GetWindowState): use hwnd.client_window in the
3771         call to XGetWindowAttributes instead of "handle".  fixes an X
3772         error using notifyicon after the NotifyIconWindow to Form base
3773         class switch.
3774
3775 2006-10-02  Chris Toshok  <toshok@ximian.com>
3776
3777         * XplatUIX11.cs (QueryPointer): new function, encapsulating the
3778         server grab and looping we need to do to get down to the most
3779         deeply nested child window.
3780         (SetCursorPos): use QueryPointer instead of GetCursorPos, and call
3781         QueryPointer again after the WarpPointer so we can generate a
3782         proper (fake) MotionNotify event to be enqueued in the destination
3783         window's queue.
3784         (GetCursorPos): call QueryPointer.
3785
3786         Fixes #79556.
3787
3788 2006-10-02  Jackson Harper  <jackson@ximian.com>
3789
3790         * NotifyIcon.cs: Derive the notify icon from a form, so things
3791         like FindForm work on it.
3792         - Swallow the WM_CONTEXTMENU message, since that is generated on
3793         mouse down, and context menu is a mouse up kinda guy.  I believe
3794         the correct fix here is probably to make the notify icon entirely
3795         NC area, but this seems to work fine for anyone not manipulating
3796         WndProc.
3797
3798 2006-10-02  Jonathan Pobst  <monkey@jpobst.com>
3799
3800         * ToolStrip.cs, ToolStripButton.cs, ToolStripItem.cs,
3801           ToolStripItemCollection.cs, ToolStripLabel.cs,
3802           ToolStripProfessionalRenderer.cs, ToolStripRenderer.cs,
3803           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs:
3804           Initial implementation.
3805         * TextRenderer.cs: Provide padding to MeasureText.
3806
3807 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
3808
3809         * ButtonBase.cs: Fix CreateAccessibilityInstance to return an instance
3810         of ButtonBaseAccessibleObject. Fix bug #79552.
3811
3812 2006-10-02  Jackson Harper  <jackson@ximian.com>
3813
3814         * MdiWindowManager.cs: When maximizing use the containers client
3815         rect, not it's bounds, so nc area is accounted correctly.
3816         - Use the parent form's size for the menu position, since the
3817         client isn't always the full form size.
3818
3819 2006-10-01  Chris Toshok  <toshok@ximian.com>
3820
3821         * ScrollableControl.cs: make sure neither right_edge or
3822         bottom_edge are < 0, since they're used as LargeChange for the
3823         horiz/vert scrollbars respectively.  Fixes #79539.
3824
3825 2006-10-01  Chris Toshok  <toshok@ximian.com>
3826
3827         * NotifyIcon.cs: add NotifyIconWindow.InternalRecreateHandle, so
3828         the xplatuix11 code can cause us to destroy/recreate our handle.
3829
3830         * XplatUIX11.cs
3831         (SystrayAdd):
3832         - this code can be invoked many times for the same Hwnd.  Make
3833           sure we only destroy the client window once (the first time this
3834           method is called).  This fixes bug #79544.
3835         - Remove the call to the improperly bound XSync.  why we had two
3836           bindings to this, I will never know, but this call resulted in
3837           events being discarded from the queue(!).
3838         - correct a misunderstanding of _XEMBED_INFO - the second atom is
3839           not our current state but the state we wish to be in.  So, 0 if
3840           we don't want to be mapped.  Change it to 1.
3841         (SystrayRemove): The XEMBED spec makes mention of the fact that
3842         gtk doesn't support the reparent of client windows away from the
3843         embedder.  Looking at gtksocket-x11.c seems to agree with this.
3844         The only avenue we have for removing systray icons is to destroy
3845         them.  We don't want the handle to go away for good, though, so
3846         call InternalRecreateHandle on the NotifyIconWindow.  Fixes
3847         #79545.
3848         
3849 2006-10-01  Chris Toshok  <toshok@ximian.com>
3850
3851         * Form.cs (WndProc): inline the native_enabled variable usage into
3852         the cases in which it's used.  Fixes #79536.
3853
3854 2006-09-29  Mike Kestner  <mkestner@novell.com>
3855
3856         * ListView.cs : toggle the selection state for ctrl clicks in 
3857         multiselect mode. [Fixes #79417]
3858
3859 2006-09-29  Mike Kestner  <mkestner@novell.com>
3860
3861         * ListView.cs : kill CanMultiSelect and refactor the selection
3862         code to support multiselection in the absence of mod keys. Steal
3863         arrow/home/end keys by overriding InternalPreProcessMessage to
3864         restore regressed keynav behavior.
3865         [Fixes #79416]
3866
3867 2006-09-29  Jackson Harper  <jackson@ximian.com>
3868
3869         * MdiClient.cs: Repaint the titlebars when the active window is
3870         changed.
3871
3872 2006-09-29  Chris Toshok  <toshok@ximian.com>
3873
3874         * Application.cs: when entering a runloop with a modal, make sure
3875         the hwnd is enabled.  Fixes #79480.
3876
3877 2006-09-29  Chris Toshok  <toshok@ximian.com>
3878
3879         * DataGrid.cs (CurrentCell): if we try to navigate to the add row
3880         when ListManager.CanAddRows == false, bump us back one.
3881
3882         * DataGridColumnStyle.cs (ParentReadOnly): remove the
3883         listmanager.CanAddRows check.  This makes ArrayLists uneditable
3884         using a datagrid, which is not right.
3885         (SetColumnValueAtRow): call IEditable.BeginEdit if source[rowNum]
3886         is an IEditable, but call property_descriptor.SetValue regardless.
3887         fixes #79435.
3888
3889 2006-09-29  Chris Toshok  <toshok@ximian.com>
3890
3891         * DataGridBoolColumn.cs: we need to test equality in the face of
3892         possible null values (as is the case with the default NullValue).
3893         This patch keeps us from crashing in that case.
3894
3895 2006-09-29  Jackson Harper  <jackson@ximian.com>
3896
3897         * TreeNodeCollection.cs: Don't do a recalculate/updatescrollbars
3898         here, since it will get called for every node collection in the
3899         tree. This is now done in the treeview once the sorting is
3900         finished.
3901         * TreeView.cs: Recalculate the visible order, and update the
3902         scrollbars after sorting, set the top nope to the root so that the
3903         recalc actually works.
3904
3905 2006-09-29  Chris Toshok  <toshok@ximian.com>
3906
3907         * LinkLabel.cs: more handling of the default link collection in
3908         the face of LinkArea manipulation.  The default link collection
3909         contains 1 element (start=0,length=-1).  If the user sets LinkArea
3910         to anything and the links collection is the default, clear it.
3911         Then only add the link if its nonempty.  Fixes #79518.
3912
3913 2006-09-29  Chris Toshok  <toshok@ximian.com>
3914
3915         * LinkLabel.cs (CreatePiecesFromText): calculate the length of a
3916         piece correctly when we hit a '\n'.  Fixes #79517.
3917
3918 2006-09-29  Chris Toshok  <toshok@ximian.com>
3919
3920         * MimeIcon.cs, ThemeGtk.cs, X11DesktopColors.cs, XplatUIX11GTK.cs:
3921         change the binding of gdk_init_check to take two IntPtr's, and
3922         pass IntPtr.Zero for both of them.  Fixes #79520.
3923
3924 2006-09-29  Mike Kestner  <mkestner@novell.com>
3925
3926         * ComboBox.cs : raise TextChanged on ComboTextBox.TextChanged.
3927         [Fixes #78779]
3928
3929 2006-09-28  Jackson Harper  <jackson@ximian.com>
3930
3931         * XplatUIX11.cs: When translating NC messages make sure we go from
3932         whole window to screen, not client window to screen.
3933         * MdiClient.cs: Remove the calls to PaintWindowDecorations, this
3934         method doesn't exist
3935         - Skip over controls that aren't forms when arranging.
3936
3937 2006-09-28  Jackson Harper  <jackson@ximian.com>
3938
3939         * XplatUIWin32.cs: Clip the rect to the parent window.
3940         * XplatUIStructs.cs: Add clipping modes struct.
3941         * InternalWindowManager.cs: New private method that factors title
3942         bar heights in when calculating the pos of an NC mouse message.
3943         - Use SendMessage to force a paint when the form's size is changed
3944         instead of painting the decorations immediately.
3945         - Don't let the NC button click messages get to DefWndProc,
3946         because they will attempt to handle windowing themself, and this
3947         messes up z-order (it will put them in front of the scrollbars).
3948         * XplatUIX11.cs: Make sure that we don't reset window managers if
3949         we already have one (ie the window is an MDI window).
3950
3951 2006-09-28  Chris Toshok  <toshok@ximian.com>
3952
3953         * MainMenu.cs: fix #79405 by way of a disgusting hack.  all the
3954         menu code really needs going over.
3955
3956 2006-09-27  Chris Toshok  <toshok@ximian.com>
3957
3958         * XplatUIX11.cs (SetWMStyles): more metacity wonderment.  turns
3959         out metacity ignores the MAXIMIZE_HORZ/VERT messages unless the
3960         window is maximizable.  So, we need to make sure that even if we
3961         clear the border/wm frame of those functions, they're still
3962         available (basically, we remove the decoration without removing
3963         the function).  Half the fix for #79338.
3964
3965 2006-09-27  Chris Toshok  <toshok@ximian.com>
3966
3967         * DataGrid.cs (ProcessGridKey): implement Shift-Tab handling.
3968         Fixes bug #79515.
3969
3970 2006-09-27  Chris Toshok  <toshok@ximian.com>
3971
3972         * Splitter.cs: reorder things a bit so that we don't actually
3973         draw/move the splitter until after calling OnSplitterMoving.  This
3974         lets users cancel/disallow the movement by explicitly setting
3975         event.SplitX/SplitY.  Fixes #79372.
3976
3977 2006-09-27  Jackson Harper  <jackson@ximian.com>
3978
3979         * XplatUIX11.cs: Don't hide the caret when it is being destroyed,
3980         because it is most likely on a window being destroyed, and that
3981         will give us an X11 error.
3982
3983 2006-09-27  Chris Toshok  <toshok@ximian.com>
3984
3985         * PropertyGridView.cs: half of the fix for #78190.  Clicking on
3986         the dropdown button now toggles between showing and hiding the
3987         dropdown.  Also, get rid of dropdown_form_showing and just use
3988         dropdown_form.Visible.  We still don't do a grab, but I'll leave
3989         that part to someone who has handled Capture-fu before.
3990
3991 2006-09-27  Chris Toshok  <toshok@ximian.com>
3992
3993         * DataGrid.cs: return false if alt isn't pressed when '0' is
3994         pressed.  this keeps the '0' key from being swallowed, and fixes
3995         bug #79350.
3996
3997 2006-09-27  Chris Toshok  <toshok@ximian.com>
3998
3999         * ComboBox.cs: use Invalidate when scrolling the dropdown list.
4000         Calling Refresh (in response to a scrollbar event) screws up the
4001         scrollbar painting.  Fixes bug #78923.
4002
4003 2006-09-27  Chris Toshok  <toshok@ximian.com>
4004
4005         * Theme.cs (SystemResPool): make the "if hashtable[key] == null
4006         then insert into hashtable" blocks threadsafe.
4007
4008 2006-09-27  Chris Toshok  <toshok@ximian.com>
4009
4010         * MessageBox.cs (CreateParams): the styles should be |'ed with our
4011         baseclass's, since otherwise the
4012         ControlBox/MinimizeBox/MaximizeBox assignments above have no
4013         effect.  This gets the close button back in messageboxes.
4014
4015 2006-09-27  Chris Toshok  <toshok@ximian.com>
4016
4017         * XplatUIX11.cs: make StyleSet and ExStyleSet check == with the
4018         flag, not just != 0.  this makes flags that are actually multiple
4019         bits (like WS_CAPTION) work.  fixes bug #79508.
4020
4021 2006-09-27  Jordi Mas i Hernandez <jordimash@gmail.com>
4022
4023         * PageSetupDialog.cs: add support for getting and settings the 
4024         paper size, source and orientation.
4025
4026 2006-09-26  Chris Toshok  <toshok@ximian.com>
4027
4028         * XplatUIX11.cs (SetWMStyles): turns out when SYSMENU is not set
4029         and caption == "", we need to remove the resize handles as well as
4030         the title bar.
4031
4032         * Control.cs (set_Text): turns out that setting Text on a form
4033         should change the WM styles on the window, since if ControlBox ==
4034         false, the only way to get a window border is to have a non-""
4035         Text property.  check winforms/forms/text.cs for an example.  so,
4036         call both XplatUI.SetWindowStyle and XplatUI.Text here to properly
4037         update both window styles and title.  This fixes a lot of dialogs
4038         (including the preferences dialog in MonoCalendar.)
4039
4040 2006-09-26  Chris Toshok  <toshok@ximian.com>
4041
4042         * XplatUIWin32.cs (SetParent): if parent == IntPtr.Zero (and the
4043         control isn't a Form), call Win32ShowWindow to hide the window,
4044         but don't update the control Visible property.  When we reparent
4045         back to a parent control, call SetVisible in order for the
4046         window's visibility to be reinstated.
4047
4048         * XplatUIX11.cs (SetParent): if hwnd.parent == null, reparent to
4049         the FosterParent.
4050
4051         * Control.cs (ControlCollection.Remove): remove that value.Hide()
4052         call for good, since it breaks MonoCalendar (and other things I'm
4053         sure.) Also, set all_controls to null *after* the owner calls,
4054         which end up regenerating it.
4055         (ChangeParent): allow new_parent to be == null, passing
4056         IntPtr.Zero down to XplatUI.
4057
4058         this fixes #79294 the right way.
4059
4060 2006-09-26  Mike Kestner  <mkestner@novell.com>
4061
4062         * GridEntry.cs : internal SetParent method.
4063         * PropertyGrid.cs : attach to property changed on the proper
4064         target if we have a hierarchical grid with subobjects. Setup
4065         GridItem.Parent for hierarchical items.
4066         * PropertyGridView.cs : Set value on the correct target for
4067         hierarchical grids. [Fixes #78903]
4068
4069 2006-09-26  Chris Toshok  <toshok@ximian.com>
4070
4071         * Control.cs (ChildNeedsRecreating): this should return true if
4072         either we're being recreated and the child is in our list, or our
4073         parent is waiting for our recreation.
4074
4075 2006-09-26  Chris Toshok  <toshok@ximian.com>
4076
4077         * Control.cs (ControlCollection.Remove): reinstate the
4078         value.Hide() call as suggested in bug #79294.
4079
4080 2006-09-26  Sebastien Pouliot  <sebastien@ximian.com>
4081
4082         * XplatUIX11.cs: Fixed SetCursorPos to move the cursor to screen
4083         coordinates (versus a relative move).
4084
4085 2006-09-26  Chris Toshok  <toshok@ximian.com>
4086
4087         * Control.cs: rework child recreation a little bit.  It turns out
4088         that we race between the DestroyNotify the WM_DESTROY message.  If
4089         the parent gets its DestroyNotify before the child gets the
4090         WM_DESTROY message, the child ends up not recreating (since the
4091         parent finishes its recreation on DestroyNotify, and the child
4092         checks ParentIsRecreating.)
4093
4094         So, instead we store off a list of all the child controls which
4095         need to be recreated when the parent control starts to recreate
4096         itself.  Then, when child controls get their WM_DESTROY message we
4097         check to see if they're in the parent's pending recreation list,
4098         and if so, we recreate.  This removes all dependency on ordering
4099         from the code and fixes the initial MonoCalendar upgrade dialog.
4100         
4101 2006-09-26  Jackson Harper  <jackson@ximian.com>
4102
4103         * TextControl.cs: Use the Line to get the length of the line,
4104         since soft line breaks can change the end line.
4105
4106 2006-09-26  Chris Toshok  <toshok@ximian.com>
4107
4108         * Control.cs (ControlCollection.AddImplicit): don't add the
4109         control again if it's already in one of our lists.  This keeps us
4110         from adding controls over and over again for comboboxes when their
4111         handle gets recreated (as the combobox adds implicit controls in
4112         OnHandleCreated).  Fixes the X11 errors in bug #79480.
4113
4114 2006-09-26  Jackson Harper  <jackson@ximian.com>
4115
4116         * TextControl.cs: When deleting characters make sure that any
4117         orphaned zero lengthed tags get deleted.
4118         - Fix ToString for zero lengthed tags.
4119
4120 2006-09-25  Jackson Harper  <jackson@ximian.com>
4121
4122         * TextControl.cs: When getting a tag at the location there can be
4123         multiple tags at the same spot, these are 0-lengthed tags that
4124         appear when extra formatting has been stuck in a location.  We
4125         need to pull out the last of these 0 lengthed tags.
4126
4127 2006-09-25  Jackson Harper  <jackson@ximian.com>
4128
4129         * TextControl.cs: Fix print out in debug method.
4130         * TextBoxBase.cs: When text is set bail if we are setting to the
4131         previous value.
4132         
4133 2006-09-24  Alexander Olk  <alex.olk@googlemail.com>
4134
4135         * FontDialog.cs: Fixed the up/down arrow keys issue from bug #79478.
4136           It is now possible to change the selected index in a FontXXXListBox
4137           with the up and down arrow keys from the FontXXXTextBoxes.
4138           Also, send the FontXXXTextBox mouse wheel event to the corresponding
4139           FontXXXListBoxes to match ms.
4140
4141 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
4142
4143         * SystemInformation.cs: Return a clone of the theme's MenuFont because
4144         anyone can dispose it, anytime. All other properties returns enums, 
4145         structs or basic types so they don't need such tricks.
4146
4147 2006-09-22  Jackson Harper  <jackson@ximian.com>
4148
4149         * XplatUI.cs:
4150         * XplatUIWin32.cs:
4151         * Clipboard.cs:
4152         * DataFormats.cs:
4153         * XplatUIOSX.cs:
4154         * XplatUIDriver.cs: Update interface to add a primary selection
4155         flag, so the driver can use the primary selection buffer if
4156         needed.
4157         * XplatUIX11.cs: Allow the clipboard to retrieve from PRIMARY.
4158
4159         * RichTextBox.cs: We need to supply the data object to paste now
4160         (so we can choose to supply CLIPBOARD or PRIMARY).
4161         * TextBoxBase.cs: Supply data object to paste (see above).
4162         - Middle click uses the primary selection data object.
4163         
4164 2006-09-21  Chris Toshok  <toshok@ximian.com>
4165
4166         * XplatUIX11.cs: first little cleanup of the StyleSet (...) block
4167         of SetWMStyles.  It's still a rat's nest and is largely
4168         order-dependent which I dislike immensely.  This also fixes the X
4169         button disappearing from toplevel forms.
4170
4171 2006-09-21  Mike Kestner <mkestner@novell.com>
4172
4173         * ListBox.cs: move Jordi's click/dblclick raising code to the
4174         mouse up handler.
4175
4176 2006-09-21  Jordi Mas i Hernandez <jordimash@gmail.com>
4177
4178         * ListBox.cs: Fixes 79450
4179
4180 2006-09-21  Mike Kestner <mkestner@novell.com>
4181
4182         * TreeView.cs: guard against disposed conditions in UpdateScrollbars
4183         to deal with people updating the TreeNodeCollection after the tree
4184         is disposed.  "Fixes" 79330.
4185
4186 2006-09-20  Jackson Harper <jackson@ximian.com>
4187
4188         * TextControl.cs: Push the cursor record onto the undo stack
4189         before the delete action. This fixes 78651.
4190
4191 2006-09-20  Jonathan Chambers  <joncham@gmail.com>
4192
4193         * PropertyGridView.cs: Remove WindowStyles.WS_VISIBLE from
4194         CreateParams. Fixes 79329.
4195
4196 2006-09-19  Chris Toshok  <toshok@ximian.com>
4197
4198         * XplatUIX11.cs: a couple of blanket code massage passes to clean
4199         things up a bit.  First, get rid of the NetAtoms array (and the NA
4200         enum), and just embed the atoms as static fields.  Also, add a
4201         couple of functions (StyleSet and ExStyleSet) to clean up all the
4202         bitmask testing of styles.
4203
4204         * X11Structs.cs: remove the NA enum, not needed anymore.
4205         
4206 2006-09-19  Chris Toshok  <toshok@ximian.com>
4207
4208         * XplatUIX11.cs: apply Alexander's tool window fix for bug #79245
4209         (mapping them to _NET_WM_WINDOW_TYPE_UTILITY).  and add a little
4210         added cleanup to get MessageBox titles appearing again, which were
4211         broken by my earlier fix for caption-less/ControlBox-less windows.
4212
4213 2006-09-18  Jonathan Pobst <monkey@jpobst.com>
4214
4215         * ToolStripArrowRenderEventArgs.cs, ToolStripArrowRenderEventHandler.cs,
4216           ToolStripContentPanelRenderEventArgs.cs, ToolStripContentPanelRenderEventHandler.cs,
4217           ToolStripGripRenderEventArgs.cs, ToolStripGripRenderEventHandler.cs,
4218           ToolStripItemClickedEventArgs.cs, ToolStripItemClickedEventHandler.cs,
4219           ToolStripItemEventArgs.cs, ToolStripItemEventHandler.cs,
4220           ToolStripItemImageRenderEventArgs.cs, ToolStripItemImageRenderEventHandler.cs,
4221           ToolStripItemRenderEventArgs.cs, ToolStripItemRenderEventHandler.cs,
4222           ToolStripItemTextRenderEventArgs.cs, ToolStripItemTextRenderEventHandler.cs,
4223           ToolStripPanelRenderEventArgs.cs, ToolStripPanelRenderEventHandler.cs,
4224           ToolStripRenderEventArgs.cs, ToolStripRenderEventHandler.cs,
4225           ToolStripSeparatorRenderEventArgs.cs, ToolStripSeparatorRenderEventHandler.cs:
4226             Inital import.
4227         * ToolStripPanel.cs, ToolStripContentPanel.cs, ToolStripSeparator.cs,
4228           ToolStripButton.cs: Stubs needed for above.
4229         * ToolStrip.cs, ToolStripItem.cs: Stub a few variables/properties for above.
4230
4231 2006-09-15  Chris Toshok  <toshok@ximian.com>
4232
4233         * XplatUIX11.cs:
4234         - make the MessageQueues hashtable Synchronized.
4235         
4236         - SendMessage: if the Hwnd is owned by a different thread, use the
4237         AsyncMethod stuff to dispatch the SendMessage on the hwnd's
4238         thread.  Fixes bug #79201.
4239
4240 2006-09-15  Chris Toshok  <toshok@ximian.com>
4241
4242         * XplatUIX11.cs (SetWMStyles): rework the #79368 fix slightly.  If
4243         ControlBox == false, we disallow maximize/minimize/close.  If the
4244         form Caption is "" we also disallow move (and get rid of the Title
4245         decoration).  Unfortunately, regardless of how things are set,
4246         we're stuck with the Title and WM menu.
4247
4248 2006-09-15  Chris Toshok  <toshok@ximian.com>
4249
4250         * Application.cs: add locking around the static message_filters
4251         ArrayList, part of #79196.
4252
4253 2006-09-15  Chris Toshok  <toshok@ximian.com>
4254
4255         * XplatUIX11.cs (SetWMStyles): if Form.Text == "" and
4256         Form.ControlBox == false, the window has no titlebar nor resize
4257         handles.  fixes bug #79368.
4258
4259 2006-09-15  Chris Toshok  <toshok@ximian.com>
4260
4261         * TextBoxBase.cs: in CalculateScrollBars make sure LargeChange is
4262         >= 0.  Fixes bug #79370.
4263
4264 2006-09-15  Jonathan Pobst <monkey@jpobst.com>
4265         * FlowLayoutPanel.cs, FlowLayoutSettings.cs: Initial commit.
4266         * Control.cs:
4267             Add properties: LayoutEngine, Margin, DefaultMargin.
4268             Add method: GetPreferredSize.
4269             Move layout logic from PerformLayout to layout engines. 
4270
4271 2006-09-13  Chris Toshok  <toshok@ximian.com>
4272
4273         * XplatUIX11.cs: more destroy work.  Jackson pointed out that my
4274         fix for #79326 broke #78718, so this change addresses that.
4275
4276         - in SendWMDestroyMessages remove the call to
4277         CleanupCachedWindows, since we might be recreating the control and
4278         need to maintain the references to right Hwnd handles.  Also, set
4279         the zombie flag to true for each of the children in the hierarchy
4280         instead of calling hwnd.Dispose.  This will cause GetMessage to
4281         ignore all events for the window except for DestroyNotify.
4282
4283         - In GetMessage, ignore messages except for DestroyNotify for
4284         zombie hwnds.
4285         
4286         * Control.cs: revert the is_recreating fix from the last
4287         ChangeLog.  It's definitely "right", but it breaks switching from
4288         an MDI form to a non-MDI form.  Will need to revisit that.
4289
4290         * Hwnd.cs: add a zombie flag, which means "the
4291         client_window/whole_window handles are invalid, but we're waiting
4292         for the DestroyNotify event to come in for them".  Set the flag to
4293         false explicitly if setting WholeWindow/ClientWindow, and also
4294         when Disposing.
4295         
4296 2006-09-13  Chris Toshok  <toshok@ximian.com>
4297
4298         * XplatUIX11.cs: rework window destruction slightly.
4299
4300         - when destroying the windows associated with a control, we don't
4301         need 2 separate XDestroyWindow calls.  Just the one for the
4302         whole_window (or for client_window if whole_window is somehow
4303         IntPtr.Zero -- can this happen?) is enough.
4304
4305         - reworked SendWMDestroyMessages slightly, so we always dispose
4306         the child control hwnd's after sending the messages.
4307         
4308         - refactored out the ActiveWindow/FocusWindow/Caret clearing from
4309         the two places it was used (one was even using hwnd.Handle and the
4310         other hwnd.client_window.  ugh), adding another call in
4311         SendWMDestroyMessages.  We need this new call because now the
4312         DestroyNotify events in the queue will be ignored for the child
4313         controls (as their hwnd's were disposed, and the window id's
4314         removed from the hashtable in SendWMDestroyMessages.) fun, eh?
4315
4316         - this fixes bug #79326.
4317
4318 2006-09-13  Chris Toshok  <toshok@ximian.com>
4319
4320         * Control.cs: don't always set is_recreating to false at the end
4321         of RecreateHandle, since sometimes we're not done (and won't be
4322         until WndProc handles the WM_DESTROY message).  Also, set
4323         is_recreating to false in the WM_DESTROY handling code.  Part of
4324         the fix for bug #79326.
4325
4326 2006-09-13  Miguel de Icaza  <miguel@novell.com>
4327
4328         * X11DesktopColors.cs: Start the droppage of debugging messages.
4329
4330         * FileDialog.cs: Store the configuration file in ~/.mono/mwf_config
4331
4332 2006-09-13  Jonathan Pobst <monkey@jpobst.com>
4333
4334         * SplitContainer.cs, SplitterPanel.cs: Initial implementation [2.0].
4335
4336 2006-09-12  Chris Toshok  <toshok@ximian.com>
4337
4338         * DataGrid.cs (get_ListManager): if the list_manager is null, try
4339         to create it using SetDataSource.  Fixes bug #79151.
4340
4341 2006-09-11  Chris Toshok  <toshok@ximian.com>
4342
4343         * XEventQueue.cs: add a DispatchIdle property.
4344
4345         * XplatUIX11.cs (UpdateMessageQueue): only emit the Idle event if
4346         either the queue is null, or the queue has DispatchIdle set to
4347         true.
4348         (DoEvents): set queue.DispatchIdle to false around the
4349         peek/translate/dispatch message loop in this method.  This keeps
4350         Application.Doevents from emitting idle events.  Part of the fix
4351         for #78823.
4352
4353 2006-09-11  Chris Toshok  <toshok@ximian.com>
4354
4355         * DataGrid.cs (set_DataSource): make this work for both the
4356         winforms/datagrid test and ReportBuilder.  It seems as though when
4357         we've created a ListManager (or maybe it's if we have a
4358         BindingContext?), when we set the DataSource it clears the
4359         DataMember to "".  otherwise we reuse the datamember.  Fixes bug
4360         #79333.
4361
4362 2006-09-11  Chris Toshok  <toshok@ximian.com>
4363
4364         * XplatUIX11.cs: deal with queue being null, which happens in all
4365         the Clipboard functions.  Fixes one of the two problems mentioned
4366         in #78612.
4367
4368 2006-09-11  Chris Toshok  <toshok@ximian.com>
4369
4370         * MenuAPI.cs: rework OnMouseUp a bit so that releasing the mouse
4371         button on various spots (including outside the menu) works closer
4372         to MS, and doesn't crash.  Fixes #79343.
4373
4374 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
4375
4376         * ListView.cs: Do not initialize item_sorter in init. To match MS,
4377         return null for ListViewItemSorter if View is SmallIcon or LargeIcon
4378         and the internal comparer is set. When a new ListViewItemSorter is set,
4379         sort the items. Use Enum.IsDefined to verify whether a valid SortOrder
4380         was specified. No further processing is necessary if SortOrder is set
4381         to it's current value. If Sorting is modified to None, and View is
4382         neither SmallIcon nor LargeIcon then: on 2.0 profile set item_sorter
4383         (either custom or our internal ItemComparer) to null, on 1.0 profile
4384         only set item_sorter to null if its our internal IComparer. If Sorting
4385         is modified to Ascending or Descending, then use our internal IComparer
4386         if none is set, and if the current IComparer is our internal one then:
4387         on 2.0 profile always replace it with one for new Sorting, and on 1.0
4388         profile only use new Sorting if view is not SmallIcon or LargeIcon. Use
4389         Enum.IsDefined to verify whether a valid View value is specified in
4390         its setter. Automatically sort listview items when listview is
4391         created. In Sort, do nothing if ListView is not yet created, or if
4392         no item_sorter is set (no Sorting was set, Sorting was explicitly set
4393         to None or ListViewItemSorter was set to null). Added Sort overload
4394         taking a bool to indicate whether the ListView should be redrawn when
4395         items are sorted (we use this in ListViewItemCollection to avoid double
4396         redraws). Modified our internal IComparer to take the sort order into
4397         account. In Add and AddRange methods of ListViewItemCollection, also
4398         call Sort if Sorting is None (necessary for SmallIcon and LargeIcon
4399         view), but use overload with noredraw option to avoid double redraw.
4400         On 2.0 profile, throw NotSupportedException when setting CheckBoxes to
4401         true when View is Tile, and do the same when attempting to set View to
4402         Tile when CheckBoxes is true. Avoid maintaining separate ArrayLists
4403         for selected/checked indices, as it involves overhead when sorting is
4404         done while these collections are not used all that often. Instead
4405         we'll build the indices on demand. Modified IList implementation of
4406         CheckedIndexCollection to use public methods if object is int.
4407         Modified CheckedListViewItemCollection to hide checked items if
4408         ListView.CheckBoxes is false. Removed LAMESPEC remark in 
4409         ListViewItemCollection as the .NET SDK docs have been fixed. Modified
4410         IList implementation in SelectedIndexCollection to use public methods
4411         if object is int. Modified SelectedListViewItemCollection to hide
4412         selected items if listview is not yet created.
4413         * ListViewItem.cs: CheckedIndices list no longer needs to be
4414         maintained separately (see ListView changes). Also clone font, fixes
4415         test failure.
4416
4417 2006-09-11  Mike Kestner  <mkestner@novell.com>
4418
4419         * ComboBox.cs: if we are updating the contents of the currently
4420         selected index, refresh the control or the textbox selection.
4421         [Fixes #79066]
4422
4423 2006-09-11  Mike Kestner  <mkestner@novell.com>
4424
4425         * ComboBox.cs (UpdateBounds): use SetBounds not SetBoundsCore since 
4426         the 'specified' logic has been moved there.  This seems like a bug 
4427         in Control.cs, since our current SetBoundsCore completely ignores 
4428         the specified parameter.  Peter's commit seems to indicate that is 
4429         the way the MS control implementation works.  [Fixes #79325]
4430
4431 2006-09-10  Jonathan Chambers  <joncham@gmail.com>
4432
4433         * XplatUI.cs: Set default_class_name to be composed
4434         of current domain id. This allows MWF to be loaded in multiple
4435         domains on Win32.
4436
4437 2006-09-09  Miguel de Icaza  <miguel@novell.com>
4438
4439         * X11Keyboard.cs: If we are unable to obtain the input method, do
4440         not call CreateXic to create the input context.   Should fix
4441         #78944/79276.
4442
4443 2006-09-08  Alexander Olk  <alex.olk@googlemail.com>
4444
4445         * MimeIcon.cs: Rewrote major parts. Dropped KDE support for now.
4446           Simplified gnome support by adding more pinvokes to get the
4447           icon for a file or mime type.
4448
4449 2006-09-08  Jackson Harper  <jackson@ximian.com>
4450
4451         * MenuAPI.cs: Deslect popup context menu items before closing the
4452         window, so that you don't see the previously selected item
4453         selected when you reopen the menu.
4454         * TextControl.cs: Update the cursor position even if we don't have
4455         focus.  This fixes typing in things like the ComboBox.  I'm not
4456         totally sure we should always set the visibility if we don't have
4457         focus, but couldn't find any corner cases where the cursor showed
4458         up when it shouldn't.
4459
4460 2006-09-08  Chris Toshok  <toshok@ximian.com>
4461
4462         * X11Keyboard.cs: In UpdateKeyState vkey can be any integer, but
4463         our arrays are length 256.  & 0xff before indexing.  Fixes the
4464         crash in bug #78077.
4465         
4466 2006-09-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4467
4468         * ThemeWin32Classic.cs: 
4469         * DateTimePicker.cs: Draw check box if DateTimePicker.ShowCheckBox
4470         is true. Handle that check box too.
4471
4472 2006-09-07  Chris Toshok  <toshok@ximian.com>
4473
4474         * MenuAPI.cs: move the PerformClick call to OnMouseUp.  Fixes bug
4475         79244.
4476
4477 2006-09-07  Chris Toshok  <toshok@ximian.com>
4478
4479         * Control.cs: in set_BackColor only do the work if
4480         background_color != value.
4481
4482         * XplatUIX11.cs: move the clearing of invalid areas (both client
4483         and nc) to the same block of code where we set (nc_)expose_pending
4484         to false.  That is, move it from PaintEventEnd to PaintEventStart,
4485         so things that cause invalidates from within OnPaint will trigger
4486         another call to OnPaint.  Fixes bug #79262.
4487
4488 2006-09-07  Alexander Olk  <alex.olk@googlemail.com>
4489
4490         * Theme.cs: Use correct icon for UIIcon.PlacesPersonal
4491         * FileDialog.cs: Fix typo
4492
4493 2006-09-07  Jackson Harper  <jackson@ximian.com>
4494
4495         * ThemeWin32Classic.cs:  oops, forgot to commit.  Draw the images
4496         for tab pages if they have any.
4497
4498 2006-09-06  Mike Kestner  <mkestner@novell.com>
4499
4500         * Splitter.cs: use the "current" rect when finishing drag handle
4501         to avoid an artifact demonstrated by resedit.exe.  [Fixes #79251]
4502
4503 2006-09-06  Mike Kestner  <mkestner@novell.com>
4504
4505         * Splitter.cs: draw the drag handle at X or Y instead of 0 to deal
4506         support offset splitters. [Fixes #79298]
4507
4508 2006-09-06  Alexander Olk  <alex.olk@googlemail.com>
4509
4510         * Mime.cs: Fixed a bug that could override the global mime type
4511           result.
4512
4513 2006-09-05  Jackson Harper  <jackson@ximian.com>
4514
4515         * TabControl.cs: Better calculation method for setting the slider
4516         pos. Prevents crashes on really wide tabs.
4517         - Draw Image on tab pages if an image list is used.
4518
4519 2006-09-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4520
4521         * MonthCalendar.cs: When Font changes, the Size should be
4522         updated to fit the new font's space requirements.
4523
4524 2006-09-02  Alexander Olk  <alex.olk@googlemail.com>
4525
4526         * ListBox.cs: If the items are cleared with Items.Clear set
4527           top_index to 0.
4528
4529 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4530
4531         * MonthCalendar.cs: Handle arrow keys as input keys. Also
4532         fire DateChanged event instead of DateSelected event when
4533         the date was changed by keyboard interaction.
4534
4535 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4536
4537         * DateTimePicker.cs: Handle DateChanged for the associated
4538         month_calendar control, and set month_calendar.Font from 
4539         OnFontChanged method, as well as resize the height of the
4540         control when needed. Make PreferredHeight proportional.
4541
4542 2006-09-01  Chris Toshok  <toshok@ximian.com>
4543
4544         * DataGrid.cs: grr, stop overthinking the DataMember/DataSource
4545         properties.
4546
4547         * BindingContext.cs (HashKey.GetHashCode): use ^ instead of +.
4548
4549 2006-09-01  Peter Dennis Bartok  <pbartok@novell.com> 
4550
4551         * FileDialog.cs: Set ClientSize instead of window size, to allow space
4552           for decorations (Fixes #79219)
4553
4554 2006-09-01  Mike Kestner  <mkestner@novell.com>
4555
4556         * ComboBox.cs: first stab at sorting plus some selection handling
4557         fixes to bring us more in line with MS behavior.  Also switches back
4558         to index based selection.  Alternative patches for index-based 
4559         selection were provided by Jackson Harper, Carlos Alberto Cortez, 
4560         and latency@gmx.de on bug 78848.  I assume they were similar to this
4561         code I've had simmering in my tree forever.
4562         [Fixes #78848]
4563
4564 2006-09-01  Chris Toshok  <toshok@ximian.com>
4565
4566         * CurrencyManager.cs (ListChangedHandler): in the ItemAdded case,
4567         when setting list position guard against ending up with a -1 index
4568         (the other part of the fix for #78812).  Should probably make sure
4569         we don't need the analogous fix in the ItemDeleted case.
4570
4571         * DataGrid.cs:
4572         - in SetDataSource, work around the fact that the way
4573         OnBindingContextChanged is invoked will cause us to re-enter this
4574         method.  I'll remove the hack once I investigate
4575         OnBindingContextChanged.
4576
4577         - fix the logic in set_DataSource and set_DataMember (basically
4578         what to do if the other of the two is null.)
4579         
4580         - in OnListManagerItemChanged, we need to take into account the
4581         edit row when deciding whether or not to call RecreateDataGridRows
4582         (part of the fix for #78812).
4583
4584 2006-09-01  Jackson Harper  <jackson@ximian.com>
4585
4586         * Splitter.cs: Don't do anything if there is no control to affect
4587         (prevents us from crashing in weird tet cases).
4588         * TreeView.cs: Bounding box for the mouse movement reverting
4589         focus/selection back to previously selected node.  This matches
4590         MS, and makes the tree a lot more useable.
4591         * GroupBox.cs: Instead of drawing over the lines of the groupbox,
4592         use clipping so they are not drawn.  This fixes when the control
4593         is set to have a transparent background, or if it was over an
4594         image.
4595
4596 2006-09-01  Alexander Olk  <alex.olk@googlemail.com>
4597
4598         * MimeIcon.cs: Improved handling for reading default icons when
4599           using gnome (2.16 made it necessary). Check and read svg icons
4600           first, then 48x48 and then 32x32 icons.
4601
4602 2006-08-31  Chris Toshok  <toshok@ximian.com>
4603
4604         * DataGridTextBoxColumn.cs: only hide the textbox if it's still
4605         visible.
4606
4607         * DataGridTextBox.cs: Pass Tab's up to the datagrid by calling
4608         ProcessKeyPreview.  Fixes part of #77806.
4609
4610         * DataGrid.cs: big patch.
4611
4612         - revert the queueing up of DataSource/DataMember if inside
4613         BeginInit/EndInit calls.  That's not the way the datagrid achieves
4614         its delayed databinding.  Instead, call SetDataSource in
4615         OnBindingContextChanged.  This mimic's MS's behavior, and fixes
4616         #78811.
4617
4618         - Also, it wasn't mentioned in #78811, but the test case exhibits
4619         behavior that was lacking in our datagrid implementation - Columns
4620         that have mapping names that don't exist in the datasource's
4621         properties aren't shown.  Yuck.  To fix this I added the bound
4622         field to the column style, and basically any calculation to figure
4623         out anything about columns uses a loop to find the bound columns.
4624         still need to investigate if I can cache an array of the bound
4625         columns or if the indices must be the same.
4626
4627         - When setting CurrentCell, we no longer abort if the cell being
4628         edited was in the add row.  This fixes the other part of #77806.
4629
4630         - The new code also fixes #78807.
4631         
4632         * ThemeWin32Classic.cs: perpetrate the same disgusting
4633         column.bound field hack, and only render bound fields.
4634
4635 2006-08-31  Chris Toshok  <toshok@ximian.com>
4636
4637         * DataGridColumnStyle.cs: add bound field.  this field is true if
4638         the datasource has a property corresponding to the mapping name.
4639
4640         * DataGridTableStyle.cs: set the bound field on the column styles
4641         depending on whether or not we have a column for that property.
4642
4643 2006-08-31  Peter Dennis Bartok  <pbartok@novell.com> 
4644
4645         * Splitter.cs (SetBoundsCore): Don't ignore width/height of the 
4646           splitter control (fixes #79228)
4647
4648 2006-08-31  Chris Toshok  <toshok@ximian.com>
4649
4650         * DataGridColumnStyle.cs: we need to delay the assignment of
4651         property descriptor until the last possible moment due to the lazy
4652         databinding stuff in the datagrid.  Also, fix the exceptions
4653         thrown by CheckValidDataSource to match MS.
4654
4655 2006-08-31  Jackson Harper  <jackson@ximian.com>
4656
4657         * Form.cs: When activated select the active control, if there is
4658         no active control, we select the first control.
4659         * XplatUIX11.cs: If there is no focus control when we get a
4660         FocusIn event, find the toplevel form and activate it.  This
4661         occurs when you popup a window, it becomes the focus window, then
4662         you close that window, giving focus back to the main window.
4663
4664 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4665
4666         * MonthCalendar.cs: 
4667         * ThemeWin32Classic.cs: Cache Font in bold style, as well
4668         as StringFormat with Center alignments in MonthCalendar,
4669         instead of creating new ones when drawing the control. 
4670         Also, draw the month name in bold style.
4671
4672 2006-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
4673
4674         * Control.cs:
4675           - PerformLayout(): It would seem MS performs the fill even if the 
4676             control is not visible (part of #79218 fix)
4677           - ResetBackColor(): Use the setter to reset the color, to allow
4678             overriders to catch the change.
4679         * Form.cs:
4680           - .ctor: Call UpdateBounds to adjust client rectangle (part of #79218 fix)
4681           - CreateHandle(): dito (part of $79218 fix)
4682           - Don't set an icon if we have a dialog
4683         * ScrollableControl.cs:
4684           - set_AutoScrollMinSize: Setting the property enables AutoScroll (#79218)
4685           - ScrollIntoView(): No need to scroll if control is already visible
4686             (resolves fixme and fixes #79218)
4687
4688 2006-08-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4689
4690         * MonthCalendar.cs: Change proportions in SingleMonthSize
4691         to match the aspect of the original control.
4692
4693 2006-08-29  Alexander Olk  <alex.olk@googlemail.com>
4694
4695         * XplatUIX11.cs: Fix for a metacity/X problem where windows don't
4696           get updated when they get maximized.
4697
4698 2006-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
4699
4700         * XplatUIX11.cs: Handle windows with no border (Fixes part of #79160)
4701
4702 2006-08-29  Chris Toshok  <toshok@ximian.com>
4703
4704         * XplatUIX11.cs: when destroying the FocusWindow, send KILLFOCUS.
4705
4706 2006-08-29  Jackson Harper  <jackson@ximian.com>
4707
4708         * TreeView.cs: Need to track selected node and highlighted node,
4709         they aren't always the same thing, when the mouse is down on a
4710         node it is hilighted, but not selected yet.
4711         - Do the HideSelection stuff right
4712         - Need to focus on rbutton mouse down. And redraw selection when
4713         right click is mouse upped.
4714
4715 2006-08-29  Mike Kestner  <mkestner@novell.com>
4716
4717         * ThemeWin32Classic.cs: draw selections for columns in FullRowSelect
4718         when SubItems.Count < Columns.Count.  [Fixes #79167]
4719
4720 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com> 
4721
4722         * TextControl.cs (FindCursor): Fix math error (Fixes #78402)
4723
4724 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com>
4725
4726         * XplatUIX11.cs: Preempt the roundtrip for getting the location back
4727           from X. Only send based on ConfigureNotify if we don't have the
4728           correct location in hwnd (if the window manager moved us)
4729
4730 2006-08-28  Mike Kestner  <mkestner@novell.com>
4731
4732         * ListView.cs: remove a TODO. 
4733         * ThemeWin32Classic.cs: implement HideSelection support for ListView.
4734         [Fixes ListView part of #79166]
4735
4736 2006-08-28  Mike Kestner  <mkestner@novell.com>
4737
4738         * ListView.cs: move wheel handler to parent since it is focused
4739         instead of the item_control now.  [Fixes #79177]
4740
4741 2006-08-28  Mike Kestner  <mkestner@novell.com>
4742
4743         * ThemeWin32Classic.cs: only highlight subitems in fullrowselect
4744         when the control is focused. [Fixes #79171]
4745
4746 2006-08-28  Mike Kestner  <mkestner@novell.com>
4747
4748         * ListView.cs: size the item and header controls for empty and
4749         unscrollable views.
4750         * ThemeWin32Classic.cs: draw disabled backgrounds.
4751         [Fixes #79187]
4752
4753 2006-08-28  Chris Toshok  <toshok@ximian.com>
4754
4755         * Form.cs: remove unused "active_form" static field.
4756
4757         * Hwnd.cs: lock around accesses to static windows collection.
4758
4759         * Application.cs: lock threads in Exit ().
4760
4761 2006-08-28  Chris Toshok  <toshok@ximian.com>
4762
4763         * NativeWindow.cs: lock around accesses to window_collection.
4764         
4765 2006-08-28  Chris Toshok  <toshok@ximian.com>
4766
4767         * Control.cs: err, fix this the right way, by locking on controls
4768         when using it.  not by making it synchronized.
4769
4770 2006-08-28  Chris Toshok  <toshok@ximian.com>
4771
4772         * Control.cs: make the static "controls" field synchronized, as it
4773         gets updated from multiple threads.
4774
4775 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
4776
4777         * XplatUIX11.cs: PostQuitMessage is thread-specific not app-specific.
4778           Prevent other threads from exiting when calling thread sets quit state.
4779         * XEventQueue.cs: Added PostQuitState property
4780
4781 2006-08-27  Chris Toshok  <toshok@ximian.com>
4782
4783         * AsyncMethodData.cs: add a slot for the window handle.
4784
4785         * XplatUIX11.cs (SendAsyncMethod): send the event to the right
4786         window (the destination control's window, not the foster window).
4787
4788         * Control.cs (BeginInvokeInternal): store the window's handle in
4789         the AsyncMethodData.
4790         
4791
4792 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
4793
4794         * XplatUIX11.cs:
4795           - PostQuitMessage: Removed resetting S.D display handle, we might have
4796             another loop started after calling PostQuitMessage (Fixes #79119)
4797           - Created destructor to reset S.D handle
4798
4799 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com> 
4800
4801         * XplatUIX11.cs (SetCursor): Issue flush after setting the cursor (#79168)
4802
4803 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
4804
4805         * TextControl.cs (Insert): Update the caret position even if we don't
4806           have a handle yet, just don't call the driver in that case.
4807         * TextBoxBase.cs (set_SelectedText): Set the Start and End selection
4808           to the end of the new selection text (Fixes #79184)
4809
4810 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
4811
4812         * Form.cs (Activate): Only activate if the handle is created)
4813         * Control.c:
4814           - Mark window as invisible when it's disposed
4815           - Check if window handle is created when setting window visible, 
4816             instead of relying just on the is_created variable
4817           - Check if object is disposed when creating the control (Fixes #79155)
4818
4819 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
4820
4821         * ScrollableWindow.cs (ScrollWindow): Don't actually perform layouting
4822           when allowing layout again. Otherwise we re-generate the anchoring 
4823           distance to the border again and actually alter what the user wanted
4824           This is ugly, it'd be better if we used DisplayRectangle instead of
4825           ClientRectangle for Control.UpdateDistances, but that causes us to
4826           have other problems (initial anchoring positons would be wrong)
4827           (Fixes #78835)
4828
4829 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
4830
4831         * Control.cs:
4832           - The size and location setters shouldn't go directly to 
4833             SetBoundsCore, but to SetBounds, which triggers layout on the
4834             parent, then calls SetBoundsCore. (Related to fix for #78835)
4835           - SetBounds: Moved actual location update code into this function
4836             from SetBoundsCore, to match MS. Added call to PerformLayout if
4837             we have a parent (to trigger resizing of anchored parents if the 
4838             child size has changed (see testcase for #78835) 
4839         * ListBox.cs, Form.cs: Call SetBounds instead of SetBoundsCore to match 
4840           new control code
4841         * ScrollableControl.cs (CalculateCanvasSize): Use shortcut variable
4842
4843 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
4844
4845         * XplatUIX11.cs: Don't reset the DisplayHandle that's stored in
4846           System.Drawing when a toplevel window gets closed; there might
4847           be other toplevel windows belonging to the same app (Fixes #78052)
4848
4849 2006-08-26  Alexander Olk  <alex.olk@googlemail.com>
4850
4851         * FileDialog.cs: After reading FileDialog settings from mwf_config
4852           use Desktop prefix only if a real folder doesn't exist anymore.
4853         * FontDialog.cs: Added char sets.
4854           It is now possible to select the font, size or style with the
4855           textboxes.
4856
4857 2006-08-25  Kornél Pál  <kornelpal@gmail.com>
4858
4859         * PrintPreviewDialog.cs: Use assembly name constants.
4860
4861 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
4862
4863         * XplatUIWin32.cs (ScrollWindow): Use clipping rectangle arg (prevents
4864           scrollbar from whacking it's buttons)
4865
4866 2006-08-24  Chris Toshok  <toshok@ximian.com>
4867
4868         * ScrollableControl.cs: fix #78271.  There's a lot of misc stuff
4869         in this patch (aggregating setting Left/Top/Width/Height to
4870         setting Bounds on the scrollbars), but the crux of the fix is in
4871         Recalculate, where we scroll by the remaining scroll_position if
4872         we're hiding a scrollbar.  The 2*$5 reward in the comment is
4873         serious.
4874
4875 2006-08-24  Jackson Harper  <jackson@ximian.com>
4876
4877         * MdiClient.cs:
4878         * MdiWindowManager.cs: If the form is made a non-mdi window we
4879         need to remove the form closed event so that closing forms works
4880         correctly.
4881
4882 2006-08-24  Jackson Harper  <jackson@ximian.com>
4883
4884         * Control.cs: Make IsRecreating internal so that the driver can
4885         check it
4886         - Temporarily remove the Hide when controls are removed, its
4887         making a whole bunch of things not work because visibility isn't
4888         getting reset elsewhere correctly
4889         * Form.cs: Need to do a full handle recreation when the mdi parent
4890         is set.
4891         * XplatUIX11.cs: If we are recreating handles don't dispose the
4892         HWNDs.  What was happening is the handles were being recreated in
4893         SendWMDestroyMessages, but then flow continued on in that method
4894         and destroyed the new handles.
4895
4896 2006-08-23  Jackson Harper  <jackson@ximian.com>
4897
4898         * Form.cs: MdiClient is always at the back of the bus
4899         * Control.cs: When the order of items in the collection is changed
4900         we need to reset the all_controls array
4901         - do the same sorta setup thats done when adding a control when a
4902         control is set on the collection.
4903
4904 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
4905
4906         * TextBoxBase.cs (get_Text): Return an empty array if our document
4907           is empty (fixes #79052)
4908
4909 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
4910
4911         * Control.cs: We should call IsInputChar on only on WM_CHAR but not
4912           on WM_SYSCHAR messages (fixes #79053)
4913
4914 2006-08-23  Chris Toshok  <toshok@ximian.com>
4915
4916         * DataGrid.cs: fix flickering when scrolling vertically.
4917
4918 2006-08-23  Chris Toshok  <toshok@ximian.com>
4919
4920         * DataGrid.cs (EndEdit): only invalidate the row header when we
4921         need to.
4922
4923 2006-08-23  Chris Toshok  <toshok@ximian.com>
4924
4925         * ThemeWin32Classic.cs: fix the clip munging of the datagrid paint
4926         methods.  fixes the flicker when scrolling around.
4927
4928 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
4929
4930         * FileDialog.cs: Making sure the control is created before we get a 
4931           chance to use it with BeginInvoke (Fixes #79096)
4932
4933 2006-08-23  Chris Toshok  <toshok@ximian.com>
4934
4935         * ThemeWin32Classic.cs (DataGridPaintRows): calculate the proper
4936         width to use when painting the rows.
4937
4938 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
4939
4940         * TextBoxBase.cs:
4941           - Throw ArgumentException if a negative value is passed to SelectionLength
4942           - Update the selection end if start is moved. end needs to be always
4943             after start. (Fixes #79095)
4944           - Track selection length; MS keeps the selection length even if start
4945             is changed; reset on all other operations affection selection
4946
4947 2006-08-22  Jackson Harper  <jackson@ximian.com>
4948
4949         * TreeView.cs: Make sure both scrollbars get displayed and sized
4950         correctly when the other bar is visible.
4951         - Use the original clip rectangle for checking if the area between
4952         the two scrollbars is visible, not the viewport adjusted clipping
4953         rectangle.
4954
4955 2006-08-22  Jackson Harper  <jackson@ximian.com>
4956
4957         * Binding.cs: We don't use IsBinding because it requires the
4958         control to be created, which really shouldn't be necessary just to
4959         set a property on the control.
4960
4961 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4962
4963         * ComboBox.cs: Some CB.ObjectCollection methods must throw
4964         ArgumentNullReferenceException when the argument is null.
4965
4966 2006-08-21  Jackson Harper  <jackson@ximian.com>
4967
4968         * Timer.cs: Track the thread that the timer is started in (NOT
4969         CREATED), this way messages for it will only be triggered on its
4970         queue.
4971         * XEventQueue.cs: Track the timers here, this makes timers per
4972         thread, like MS.
4973         * XplatUIX11.cs: The timers are moved to the XEventQueue.
4974
4975 2006-08-19  Chris Toshok  <toshok@ximian.com>
4976
4977         * XplatUIX11.cs: after further communication with pdb, we get the
4978         best of both worlds.  SetZOrder working for un-Mapped windows, and
4979         no X errors for un-mapped windows.
4980
4981 2006-08-19  Chris Toshok  <toshok@ximian.com>
4982
4983         * XplatUIX11.cs (SetZOrder): remove the if (!hwnd.mapped) check,
4984         as it was causing pdn toolbars to not have the correct stacking.
4985
4986 2006-08-18  Mike Kestner  <mkestner@novell.com> 
4987
4988         * ListView.cs : guard against negative ClientArea.Width in scrollbar
4989         calculation.  Not sure why control should ever be setting a negative
4990         width though.  Fixes #78931.
4991
4992 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4993
4994         * ComboBox.cs: Throw ArgumentNullException when adding/modifyng
4995         null items in ObjectCollection class.
4996         * ListBox.cs.: Likewise.
4997
4998 2006-08-18  Atsushi Enomoto  <atsushi@ximian.com>
4999
5000         * ThemeNice.cs, ThemeClearlooks.cs : remove RadioButton_DrawFocus()
5001           as the base method in ThemeWin32Classic should work fine.
5002           Fixed bug #78607.
5003
5004 2006-08-18  Jackson Harper  <jackson@ximian.com>
5005
5006         * Binding.cs: When validating if the value entered doesn't convert
5007         properly reset to the old value.
5008         * RadioButton.cs: Don't fire click when we get focus.
5009
5010 2006-08-18  Jackson Harper  <jackson@ximian.com>
5011
5012         * FileDialog.cs: Paint the selection on the directory combobox the
5013         same way as on MS. 
5014
5015 2006-08-17  Jackson Harper  <jackson@ximian.com>
5016
5017         * ErrorProvider.cs: Don't allow the error control to be selected.
5018         * Control.cs: Don't send the SetFocus messages, the control
5019         activation will do this, and if we do it blindly here validation
5020         does not work.
5021
5022 2006-08-17  Jackson Harper  <jackson@ximian.com>
5023
5024         * Control.cs:
5025         * ContainerControl.cs: Make validation events fire in the correct
5026         order.  TODO: For some reason the first validation event is not
5027         getting fired.
5028
5029 2006-08-17  Mike Kestner  <mkestner@novell.com> 
5030
5031         * ComboBox.cs : some null guarding for ComboListBox.Scroll.
5032
5033 2006-08-17  Mike Kestner  <mkestner@novell.com> 
5034
5035         * ComboBox.cs : implement scroll wheel support for popped-down
5036         state. Fixes #78945. 
5037
5038 2006-08-17  Jackson Harper  <jackson@ximian.com>
5039
5040         * TreeView.cs: Specify treeview actions (old patch that didn't get
5041         committed for some reason).
5042         - Don't let the mouse wheel scroll us too far.  Just want to make
5043         the bottom node visible, not scroll it all the ways to the top.
5044
5045 2006-08-17  Jackson Harper  <jackson@ximian.com>
5046
5047         * XplatUIX11.cs: Mouse wheel events go to the focused window.
5048
5049 2006-08-17  Mike Kestner  <mkestner@novell.com> 
5050
5051         * ComboBox.cs : don't do mouseover selection in simple mode.
5052
5053 2006-08-16  Jackson Harper  <jackson@ximian.com>
5054
5055         * Form.cs: Fire the closing events for all the mdi child windows
5056         when a window is closed.  If the cancel args are set to true, the
5057         main window still gets the event fired, but it doesn't not close.
5058         * MdiWindowManager.cs: Do this closing cleanup in a Closed
5059         handler, instead of when the button is clicked, so cancelling the
5060         close works correctly.
5061         * ComboBox.cs: Send the mouse down to the scrollbar.
5062
5063 2006-08-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5064
5065         * ListBox.cs: When passing 'null' to SelectedItem,
5066         set SelectedIndex to -1, to unselect items. This is the
5067         observed behaviour in .Net.
5068
5069 2006-08-16  Peter Dennis Bartok  <pbartok@novell.com> 
5070
5071         * TextBoxBase.cs: Overriding HandleClick to get clicks in spite of
5072           MS flags saying there won't be any. (fixes #78800)
5073         * Control.cs (HandleClick): Made virtual
5074
5075 2006-08-16  Atsushi Enomoto  <atsushi@ximian.com>
5076
5077         * PageSetupDialog.cs : use Yard-Pound units only in en-GB and en-US
5078           cultures. Fixed bug #78399.
5079
5080 2006-08-16  Jackson Harper  <jackson@ximian.com>
5081
5082         * Form.cs: Use the MdiClients MdiChildren property to access
5083         MdiChildren instead of creating the array from the child controls.
5084         * MdiClient.cs: Maintain a separate array of the mdi children, so
5085         that insertion order is maintained when the Z-order is changed.
5086
5087 2006-08-16  Mike Kestner  <mkestner@novell.com> 
5088
5089         * ListView.cs : add an ItemComparer and default to it for sorting.
5090         Fixes #79076, but sorting needs a complete overhaul to be compat with
5091         MS.
5092
5093 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
5094
5095         * XplatUIX11.cs (SetZOrder): Fix debugging leftover (fixes #79080)
5096
5097 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
5098
5099         * Hwnd.cs (Mapped): Properly traverse the tree
5100
5101 2006-08-15  Chris Toshok  <toshok@ximian.com>
5102
5103         * Binding.cs: fix PullData/SetPropertyValue.  We don't want to
5104         pass manager.Current.GetType() to ParseData.  It has to be the
5105         property type.  So, hold off doing the ParseData until we're in
5106         SetPropertyValue where we know the type.  This fixes the crash in
5107         #78821 but the textbox is still empty.
5108
5109 2006-08-15  Chris Toshok  <toshok@ximian.com>
5110
5111         * DataGrid.cs:
5112         - when we're scrolling, only call Edit() again if the
5113         current cell is still unobscured. Fixes bug #78927.
5114         - when handling mousedown on a cell, ensure the cell is visible
5115         before calling Edit.
5116         - remove the properties from DataGridRow, and remove the
5117         DataGridParentRow class altogether.
5118         
5119
5120 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
5121
5122         * TextBoxBase.cs (set_Text): Don't use base.Text, instead just
5123           fire OnTextChanged by ourselves. There's no point calling base,
5124           we don't set the base value anywhere else. Fixes #78773.
5125
5126 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5127
5128         * ListBox.cs: Call CollectionChanged when modifying
5129         an item from Items indexer, to update the actual items
5130         in the list box.
5131
5132 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5133
5134         * PrintDialog.cs: Small fixes for focus and a pair of checks,
5135         to match .Net behaviour.
5136
5137 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
5138
5139         * XplatUIX11.cs (SetZOrder): Handle raising toplevel windows
5140
5141 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
5142
5143         * Control.cs: Handle BringToFront for toplevel windows (Fixes #78737)
5144
5145 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
5146
5147         * MessageBox.cs: Prevent potential NRE exception.
5148         * TextBoxBase.cs: AutoSize only applies if MultiLine is false. Fixes #78889
5149
5150 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
5151
5152         * MessageBox.cs: Calculate the owner of a messagebox, also make
5153           it topmost. Fixes #78753
5154
5155 2006-08-14  Chris Toshok  <toshok@ximian.com>
5156
5157         * XplatUIX11.cs: A couple of fixes so that metacity will let us
5158         programmatically move windows.  first, set the PPosition hint as
5159         well as the USPosition hint.  Second include some code from pdb
5160         that sets the window type to NORMAL when we set the transient for
5161         hint.  This is because, in the absence of a window type, metacity
5162         thinks any window with TransientFor set is a dialog, and refuses
5163         to let us move it programmatically.  fascists.
5164
5165 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
5166
5167         * XplatUIX11.cs: When setting normal hints, take into consideration
5168           an different hints previously set so we don't delete them (fixes #78866)
5169
5170 2006-08-12  Chris Toshok  <toshok@ximian.com>
5171
5172         * ToolBarButton.cs: make Layout return a boolean, if something to
5173         do with the button's layout changed.
5174
5175         * ToolBar.cs:
5176         - add another parameter to Redraw, @force, which all existing
5177           calls set to true.
5178         - make the Layout function return a boolean which is true if the
5179           layout has actually changed.  Redraw now uses this (and @force)
5180           to determine when to invalidate.  At present the only place
5181           where @force can be false is the call from OnResize, when
5182           background_image == null.  So, resizing a toolbar when the
5183           layout doesn't change results in no drawing.
5184
5185 2006-08-12  Chris Toshok  <toshok@ximian.com>
5186
5187         * ThemeWin32Classic.cs: fix the bottom right corner painting.  had
5188         the VScrollBar and HScrollbar reversed.  oops.
5189
5190         * DataGrid.cs: fix the logic that assigns sizes to the implicit
5191         scrollbars.  we were assigning them twice (once in
5192         Calc{Horiz,Vertical}Scrollbar, and once in CalcGridAreas),
5193         therefore causing two scrollbar resizes (and redraws?) to happen
5194         per grid resize.
5195
5196 2006-08-12  Chris Toshok  <toshok@ximian.com>
5197
5198         * ToolBarButton.cs: redraw the entire button if the theme tells us
5199         to.
5200
5201         * Theme.cs: add ToolBarInvalidateEntireButton.
5202
5203         * ThemeWin32Classic.cs: we don't need to redraw the entire toolbar
5204         buttons, just the border.
5205
5206         * ThemeNice.cs: redraw the entire toolbar button since we need to
5207         draw the highlight image.
5208
5209         * ThemeClearlooks.cs: the rounded corners of toolbar buttons mean
5210         we need to redraw the entire button (not just the border).
5211
5212 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
5213
5214         * TextBoxBase.cs (CalculateScrollbars): Set the proper thumb size
5215           for vertical bars. Fixes the mismatches shown by #78513
5216
5217 2006-08-11  Alexander Olk  <alex.olk@googlemail.com>
5218
5219         * FileDialog.cs: If a saved/remembered path doesn't exist
5220           anymore, fall back to "Desktop".
5221
5222 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
5223
5224         * Form.cs (CreateParams): Don't use Parent.Handle unless we have a
5225           parent. It's apparently legal to not have one
5226         * XplatUIX11.cs:
5227           - SetZOrder: Don't try to set Z-Order on an unmapped window
5228           - CreateWindow: 0,0 are legal coordinates for a window. don't move
5229             it unless the coordinates are negative
5230
5231 2006-08-10  Mike Kestner  <mkestner@novell.com>
5232
5233         * ListControl.cs: allow null for DataSource.  Clear DisplayMember
5234         when setting to null per msdn docs.  Fixes #78854.
5235
5236 2006-08-10  Chris Toshok  <toshok@ximian.com>
5237
5238         * Menu.cs, MainMenu.cs, MenuAPI.cs: get rid of most of the
5239         flickering by setting a clip rectangle on the Graphics when we
5240         need to redraw just a particular menuitem.  Also, rename "OnClick"
5241         to "OnMouseDown" to reflect what it actually is.
5242         
5243         * Form.cs: track the OnMouseDown change.
5244
5245 2006-08-10  Peter Dennis Bartok  <pbartok@novell.com>
5246
5247         * CommonDialog.cs: Properly inherit the CreateParams from the form
5248           and only change what we need. Fixes #78865
5249
5250 2006-08-10  Chris Toshok  <toshok@ximian.com>
5251
5252         * ToolBar.cs, ToolBarButton.cs: fix the redraw-on-highlight
5253         flickering in flat mode (and most of the flickering in general) by
5254         only invalidating the button border (and not the entire rectangle)
5255         when the state changes.  A couple of cases still flicker:
5256         ToggleButtons, and the dropdown arrow case when the user mouse
5257         ups.
5258
5259 2006-08-10  Alexander Olk  <alex.olk@googlemail.com>
5260
5261         * X11Keyboard.cs: Fixed handling of the Del key on the cursorblock
5262           for german keyboards. Numlock state shouldn't affect the behaviour
5263           of the Del key. Fixes bug #78291.
5264
5265 2006-08-10  Chris Toshok  <toshok@ximian.com>
5266
5267         * ListControl.cs: remove the items.Clear line from BindDataItems,
5268         as this is the first thing done by both subclasses in their
5269         SetItemsCore overrides.  Also, add a ItemChanged handler, and when
5270         passed -1, refresh the list.  This gets databinding working when
5271         the datasource is set on the list before the datasource is
5272         populated (as in wf-apps/ReportBuilder.)
5273
5274         * ComboBox.cs: remove the argument to BindDataItems.  This call
5275         should really go away, and be initiated by the ListControl code.
5276
5277         * ListBox.cs: same.
5278
5279 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
5280
5281         * TextControl.cs (Document.ctor): Initialize caret so we don't crash
5282           if no data is in the document when the control is displayed
5283
5284 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com> 
5285
5286         * TextBoxBase.cs: Don't try moving the caret if we don't have a window
5287           yes (fixes #78806)
5288         * TextControl.cs: 
5289           - PositionCaret: Allow positioning of caret but don't call methods 
5290             requiring a handle if the window isn't created yet
5291           - CharIndexToLineTag: Fix ending loop early error. Lines is 1 based
5292           - owner_HandleCreated: Don't position the caret, just update it's 
5293             location. User might have already set a different position
5294
5295 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
5296
5297         * XplatUIWin32.cs: Don't use the desktop as basis for foster-parented
5298           windows. Screws up the returned coordinates for child windows. 
5299           Fixes #78825. I'm hoping this doesn't break something, since the
5300           code was explicitly put in 8 months ago, but no bug was attached.
5301           Menus still seem to work properly.
5302
5303 2006-08-08  Chris Toshok  <toshok@ximian.com>
5304
5305         * DataGrid.cs: make BeginInit/EndInit actually do what they're
5306         supposed to do - delay data binding until the EndInit call.  Also,
5307         make the table style collection's CollectionChangeAction.Refresh
5308         work properly.
5309
5310         * GridTableStylesCollection.cs: raise a CollectionChangeEvent
5311         (with action = Refresh) when a consituent table's MappingName is
5312         changed.
5313
5314 2006-08-08  Chris Toshok  <toshok@ximian.com>
5315
5316         * ToolBarButton.cs: in set_Text, call Parent.Redraw, not
5317         Invalidate, since changing the text can change the size of the all
5318         toolbar buttons.
5319
5320 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
5321
5322         * Form.cs (AddOwnedForm): Still need to add the form to our listif
5323           we don't have it yet
5324
5325 2006-08-08  Chris Toshok  <toshok@ximian.com>
5326
5327         * PrintControllerWithStatusDialog.cs: don't .Close() the status
5328         dialog, as this causes X errors later on, since we actually
5329         destroy the window.  Instead, .Hide() it.
5330
5331 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
5332
5333         * ComboBox.cs: Added focus reflection for popup window
5334         * XplatUIX11.cs: 
5335           - Removed transient setting for non-app windows for now, not sure it
5336             was needed
5337           - Fixed logic checking if we have captions when deciding 
5338             override_redirect, WS_CAPTION is two bits and a 0 check was not
5339             sufficient
5340           - Removed the WINDOW_TYPE stuff, it was unneeded and making things
5341             complicated
5342         * Form.cs: 
5343           - AddOwnedForm: Don't just add the form to the list, call the property
5344             to ensure the driver is informed about the ownership as well
5345           - CreateHandle: Set the TopMost status in the driver if we have an owner
5346         * XplatUI.cs: Fixed debug statement
5347
5348 2006-08-08  Jonathan Pobst <monkey@jpobst.com>
5349         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
5350           GroupBoxRenderer.cs, ProgressBarRenderer.cs, RadioButtonRenderer.cs,
5351           ScrollBarRenderer.cs, TabRenderer.cs, TextBoxRenderer.cs, 
5352           TrackBarRenderer.cs: Make constructor private.
5353         * ProfessionalColors.cs, ProfessionalColorTable.cs: Fix misnamed properties.
5354         * ProfessionalColorTable.cs: Make properties virtual.
5355
5356 2006-08-06  Duncan Mak  <duncan@novell.com>
5357
5358         * NumericUpDown.cs (Value): Don't call OnValueChanged if the value
5359         is not changing.
5360
5361 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
5362         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
5363           GroupBoxRenderer.cs, ProfessionalColors.cs, ProfessionalColorTable.cs,
5364           ProgressBarRenderer.cs, RadioButtonRenderer.cs, ScrollBarRenderer.cs,
5365           TabRenderer.cs, TextBoxRenderer.cs, TextRenderer.cs, TrackBarRenderer.cs:
5366           Initial import of new 2.0 classes.
5367
5368 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
5369         * Application.cs: Add 2.0 VisualStyles properties.
5370
5371 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
5372         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
5373           XplatUIX11.cs: Create property to allow access to existing private
5374           variable "themes_enabled"
5375
5376 2006-08-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5377
5378         * ImageListStreamer.cs: generate the MemoryStreams with the exact BMP
5379         file size, as otherwise our class libraries fail using windows. Fixes
5380         bug #78759.
5381
5382 2006-08-04  Jackson Harper  <jackson@ximian.com>
5383
5384         * Form.cs:
5385         * XplatUIX11.cs: Move the toolwindow window manager creation into
5386         the X11 driver, this way on win32 we can let windows create/handle
5387         the toolwindows.
5388
5389 2006-08-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5390
5391         * PrintDialog.cs: Remove some redundant checks, add some others,
5392         clean some code, and move the focus to the text boxes when the
5393         values are incorrect.
5394
5395 2006-08-04  Alexander Olk  <alex.olk@googlemail.com>
5396
5397         * FontDialog.cs: Remove Form.MinimumSize. It's not needed.
5398
5399 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
5400
5401         * NumericUpDown.cs: Setting the Minimum and Maximum is now
5402           handled correctly. Fixes bug #79001.
5403
5404 2006-08-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5405
5406         * PrintDialog.cs: The "Copies" numeric up down must have
5407         set the Minimum property to 1; only if the value is bigger
5408         than 1, activate "Collate" check box. This is the behaviour of .Net.
5409         Also modify the Document elements only if it is not null.
5410
5411 2006-08-03  Jackson Harper  <jackson@ximian.com>
5412
5413         * TreeNodeCollection.cs: Fix copyto to use the correct nodes
5414         length. (We have a larger array then actual node count).
5415                 
5416 2006-08-03  Jackson Harper  <jackson@ximian.com>
5417
5418         * ComboBox.cs: Don't show selection by default.
5419         - The SelectAll isn't needed here, since the focus code should do
5420         that
5421         - DDL style lists to manual selection drawing, so when they
5422         get/lose focus they have to invalidate.
5423
5424 2006-08-03  Peter Dennis Bartok  <pbartok@novell.com>
5425
5426         * TextBoxBase.cs: Don't always show all selections by default.
5427
5428 2006-08-03  Jonathan Pobst  <monkey@jpobst.com>
5429         * ControlUpdateMode.cs, DataSourceUpdateMode.cs,
5430           HelpNavigator.cs, WebBrowserEncryptionLevel.cs:
5431           Fixed various typos.
5432
5433 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
5434
5435         * Control.cs: Removing the controls in a ControlCollection with
5436           Clear now hides the controls as expected. Fixes bug #78804. 
5437
5438 2006-08-03  Jackson Harper  <jackson@ximian.com>
5439
5440         * Control.cs: Revert previous focus patch, it breaks reflector.
5441
5442 2006-08-03  Jackson Harper  <jackson@ximian.com>
5443
5444         * ComboBox.cs: Cleanup selection and focus with the combobox.
5445         This also eliminates some duplicated keyboard code, since now
5446         everything is handled by the main class.
5447         - Make list selection work on mouse up instead of down, to match
5448         MS.
5449
5450 2006-08-02  Jackson Harper  <jackson@ximian.com>
5451
5452         * Control.cs: Setting focus needs to go through the whole
5453         selection mechanism.
5454
5455 2006-08-02  Chris Toshok  <toshok@ximian.com>
5456
5457         * PrintPreviewDialog.cs: change MinimumSize to use
5458         base.MinimumSize so it works.
5459
5460 2006-08-02  Peter Dennis Bartok  <pbartok@novell.com>
5461
5462         * TextControl.cs:
5463           - UpdateCaret: Added sanity check in case caret isn't defined yet
5464           - Line.Delete: Now updating selection and caret markers if we're
5465             transfering a node (Properly fixes #78323)
5466           - SetSelectionEnd: Added sanity check
5467         * TextBoxBase.cs: Removed broken attempt to fix #78323
5468
5469 2006-08-01  Chris Toshok  <toshok@ximian.com>
5470
5471         * PrintPreviewDialog.cs: the CancelEventArgs stuff surrounding the
5472         Close() call is handled in Form, not here.
5473
5474 2006-08-01  Chris Toshok  <toshok@ximian.com>
5475
5476         * Theme.cs, ThemeWin32Classic.cs: fix the PrintPreviewControl
5477         layout/rendering.
5478
5479         * PrintPreviewDialog.cs: add scrollbars, and add an image cache
5480         for sizes < 100% zoom.  The code now aggressively attempts to keep
5481         from calling document.Print (), and tries not to use the scaling
5482         g.DrawImage whenever possible (it still does if you scale to >
5483         100%, since usually that involves huge images).
5484
5485         * PrintPreviewControl.cs: hook up the close button.
5486
5487 2006-08-01  Jonathan Pobst  <monkey@jpobst.com>
5488         * ColumnClickEventHandler.cs, DrawItemEventHandler.cs,
5489           ItemChangedEventHandler.cs, ItemCheckEventHandler.cs,
5490           ItemDragEventHandler.cs, LabelEditEventHandler.cs,
5491           LinkClickedEventHandler.cs, LinkLabelLinkClickedEventHandler.cs,
5492           MeasureItemEventHandler.cs, MethodInvoker.cs, PaintEventHandler.cs,
5493           PropertyTabChangedEventHandler.cs, PropertyValueChangedEventHandler.cs,
5494           SelectedGridItemChangedEventHandler.cs, ToolBarButtonClickEventHandler.cs:
5495           Removed [Serializable] for 2.0 Event Handlers.
5496
5497 2006-07-31  Jackson Harper  <jackson@ximian.com>
5498
5499         * TextBoxBase.cs: Make ShowSelection invalidate when changed.
5500         * TextControl.cs: Uncomment out the body of this method.
5501
5502 2006-07-31  Alexander Olk  <alex.olk@googlemail.com>
5503
5504         * XplatUIX11.cs: Use the correct cursor shapes for arrow and default
5505           standard cursors.
5506
5507 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
5508
5509         * TextBoxBase.cs: Added internal property ShowSelection to allow controls
5510           that embed TextBox and need selections visible even if textbox is not
5511           focused to enforce that behaviour.
5512         * TextControl.cs (Draw): Use ShowSelection instead of has_focus to determine
5513           selection drawing
5514
5515 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
5516
5517         * TextControl.cs:
5518           - Added new SetSelectionStart/SetSelectionEnd overloads
5519           - Fixed viewport width assignment to be accurate
5520           - Adjusted alignment line shift calculations to allow cursor on right
5521             aligned lines to be always visible at the right border (like MS)
5522         * TextBoxBase.cs:
5523           - SetBoundsCore: Re-adjust caret location after resize (Fixes #78323)
5524           - TextBoxBase_SizeChanged: recalculating canvas on size changes
5525           - CalculateScrollBars: Use ViewPort size instead of window size, to
5526             properly consider space occupied by the border and scrollbars 
5527             (Fixes #78661)
5528           - hscroll_ValueChanged, vscroll_ValueChanged: Fixed scroll 
5529             calculations; no longer leaves artifacts
5530           - CaretMoved: Adjusted window scrolling to match MS and fixed several
5531             calculation bugs (Still missing right/center align calculations)
5532
5533 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com> 
5534
5535         * XPlatUIWin32.cs: Made ScrollRectEx a bit more flexible, and removed
5536           use of both scroll rect and clip rect, as they do the same.
5537
5538 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
5539
5540         * Control.cs (WM_CHAR WndProc): 2.0 profile allows changing the key 
5541           in the event handler (fixes #78912)
5542
5543 2006-07-31  Chris Toshok  <toshok@ximian.com>
5544
5545         * ThemeWin32Classic.cs: use grid.RowsCount here instead of
5546         grid.ListManager.Count, since grid.ListManager might be null.
5547         This of course begs the question "why are we drawing rows for a
5548         grid with no list manager (and therefor no rows)?"  Fixes the
5549         crash in bug #78929.
5550
5551 2006-07-31  Chris Toshok  <toshok@ximian.com>
5552
5553         * RelatedPropertyManager.cs: Don't always chain up to the parent
5554         ctor.  instead, call SetDataSource if the parent's position is !=
5555         -1.  Fixes the crash in #78822.
5556
5557 2006-07-31  Chris Toshok  <toshok@ximian.com>
5558
5559         * DataGrid.cs (get_ListManager): use field instead of property
5560         accessors for datasource and datamember.
5561         (RowsCount): make internal again.
5562         (OnMouseDown): end edits before resizing columns/rows.
5563         (OnMouseUp): restart edits after resizing columns/rows.
5564
5565 2006-07-30  Peter Dennis Bartok  <pbartok@novell.com>
5566
5567         * XplatUIX11.cs: Default cursor cannot be 0 or it will not get set.
5568           This fixes the situation where the last set cursor is displayed
5569           whenever the mouse is over scrollbars.
5570
5571 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5572
5573         * PrintDialog.cs: Fix the behaviour of PrinterSettings and
5574         Document properties, as well as initial values.
5575
5576 2006-07-29  Peter Dennis Bartok  <pbartok@novell.com>
5577
5578         * XplatUIWin32.cs (SetBorderStyle): Setting both border
5579           and ClientEdge results in a 3-pixel border, which is
5580           wrong.
5581
5582 2006-07-28  Jackson Harper  <jackson@ximian.com>
5583
5584         * TreeNodeCollection.cs: Fix the clear method.
5585         - Fix the Shrink also
5586
5587 2006-07-27  Jackson Harper  <jackson@ximian.com>
5588
5589         * TreeView.cs: Make sure the visible order is computed when we
5590         attempt to size the scrollbars (for trees that mess with the
5591         scrolling when they shouldn't.
5592         - Make sure to give the scrollbars valid values.
5593
5594 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
5595
5596         * XplatUIX11.cs: Move motion compression code to where it
5597           has less performance impact
5598
5599 2006-07-26  Jackson Harper  <jackson@ximian.com>
5600
5601         * UpDownBase.cs: When the control is selected make the child
5602         controls non selectable, so that a click on them won't do a
5603         focus/unfocus cycle.
5604         - Don't give focus to the text box when the spinner is selected.
5605         * XEventQueue.cs: Peek on both the x11 queue and the lock queue.
5606
5607 2006-07-26  Chris Toshok  <toshok@ximian.com>
5608
5609         * ThemeWin32Classic.cs: add print preview rendering.  I'm not
5610         satisfied with this solution.  If the bitmaps are small, we should
5611         just cache them in the PrintPreviewDialog and draw them here.
5612         Also, the layout is broken for the 2-up and 3-up cases.
5613
5614         * Theme.cs: add PrintPReviewControlPaint.
5615
5616         * PrintPreviewDialog.cs: first pass implementation.
5617
5618         * PrintPreviewControl.cs: first pass implementation.  No
5619         scrollbars yet.
5620
5621         * PrintDialog.cs: only validate fields if that particular portion
5622         of the UI is enabled.  Also, set the document's controller to a
5623         PrintControllerWithStatusDialog wrapping the document's print
5624         controller.
5625
5626         * PrintControllerWithStatusDialog.cs: if we're printing to a file,
5627         bring up a SaveFileDialog (i hope we don't want to match the
5628         behavior of the crappy windows file entry) and set the
5629         PrinterSettings.PrintFileName accordingly.
5630
5631 2006-07-26  Jackson Harper  <jackson@ximian.com>
5632
5633         * ContainerControl.cs: Add a field that disables auto selecting
5634         the next control in a container when the container is activated.
5635         * UpDownBase.cs: Don't select the text box when the up down is
5636         selected.
5637
5638 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
5639
5640         * XEventQueue.cs: Added methods for peeking (used for compression
5641           of successive events)
5642         * XplatUIX11.cs (GetMessage): We're now compressing consecutive
5643           mouse move events (fixes #78732)
5644
5645 2006-07-25  Jackson Harper  <jackson@ximian.com>
5646
5647         * UpDownBase.cs: Use an internal class for the textbox so that we
5648         can control focus.  the updown control should always have focus,
5649         if either the text area or the buttons are clicked.
5650         - Send the key messages to the textbox, since it never actually
5651         has focus
5652         - Activate and decativate the textbox caret.
5653
5654 2006-07-24  Jackson Harper  <jackson@ximian.com>
5655
5656         * Control.cs: Use the directed select when selecting a control,
5657         this way the container controls override will get called and the
5658         whole ActiveControl chain will get triggered.  TODO: probably need
5659         to make sure this gets done everywhere instead of the old
5660         Select(Control).
5661         * ContainerControl.cs: Implement the directed Select method to
5662         find and activate the correct child control.    
5663         
5664 2006-07-22  Mike Kestner  <mkestner@novell.com>
5665
5666         * Form.cs: use Control.MousePosition for NCLBUTTONDOWN in the menu
5667         menu handling code so that clicks without a grab work too.
5668         [Fixes #78914]
5669
5670 2006-07-22  Alexander Olk  <alex.olk@googlemail.com>
5671
5672         * FileDialog.cs: Enable the BackButton when dirstack has one element.
5673           Added some small optimizations.
5674
5675 2006-07-21  Matt Hargett  <matt@use.net>
5676
5677         * Control.cs: Implemented 2.0 MinimumSize/MaximumSize properties
5678
5679 2006-07-21  Peter Dennis Bartok  <pbartok@novell.com> 
5680
5681         * Control.cs (GetNextControl): Fixes to make all of Jackson's unit 
5682           tests pass and match MS in some strange border cases.
5683
5684 2006-07-21  Chris Toshok  <toshok@ximian.com>
5685
5686         * ThemeWin32Classic.cs: handle drawing of the relation links and
5687         parent row buttons.
5688
5689         * Theme.cs: change args to DataGridPaintParentRow.
5690
5691         * DataGrid.cs: Don't use controls for the relation links and
5692         parent buttons, so we have to handle all their interactions in
5693         MouseMove, MouseDown, MouseUp, etc.  Also, store a lot more stuff
5694         when we're navigating through child tables, so we can reinstate
5695         selection, expanded state, current cell, etc.
5696
5697 2006-07-20  Chris Toshok  <toshok@ximian.com>
5698
5699         * ToolBar.cs: When we redraw a button, for whatever reason,
5700         there's no reason to redraw the entire toolbar.  Also, don't call
5701         Control.Refresh from within Redraw, as it's much heavier than
5702         Invalidate (which is really what we want).
5703
5704 2006-07-20  Chris Toshok  <toshok@ximian.com>
5705
5706         * DataGrid.cs, CurrencyManager.cs, DataGridColumnStyle.cs,
5707         DataGridTextBoxColumn.cs, DataGridTextBox.cs,
5708         ThemeWin32Classic.cs, ListControl.cs: After staring at stack
5709         traces from within a debug IBindingList datasource
5710         (in mono/winforms/datagrid) for *days*, I've finally gotten things
5711         to work in a similar fashion.
5712
5713 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5714
5715         * ListBox.cs: Don't call Sort () when setting 
5716         the Sorted property to false (avoid an unnecessary sort).
5717
5718 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5719
5720         * ListControl.cs: DataSource should throw an ArgumentException
5721         instead of a normal exception when the argument is not of the 
5722         correct type.
5723
5724 2006-07-20  Mike Kestner  <mkestner@novell.com>
5725
5726         * Control.cs: add InternalPreProcessMessage to allow us to steal
5727         key events before MWF gets its paws on them.  Adapted from a
5728         suggestion by eno.
5729         * ToolBar.cs: add GotLostFocus handing for flat toolbars, with 
5730         up/down/left/right navigation. Override the new internal control
5731         method to steal the events since they never make it to WndProc.
5732         * ToolBarButton.cs: don't worry about pushed when setting hilight
5733         since the drawing code prefers pushed to hilight. Invalidate on 
5734         Hilight changes. Fixes #78547 and #78525.
5735
5736 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
5737
5738         * ScrollableControl.cs: Consider AutoScrollMinSize when calculating
5739           the canvas size. Fixes #78868
5740
5741 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com>
5742
5743         * Splitter.cs: Track requested split position until first layout
5744           is performed. Fixes #78871
5745
5746 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
5747
5748         * Application.cs: Removed code that forces 1.x for the version
5749           number if the version started with 0. Not sure why that code was
5750           there and I couldn't find any bugs that indicated we needed it.
5751           Fixes #78869
5752
5753 2006-07-20  Alexander Olk  <alex.olk@googlemail.com>
5754
5755         * ThemeWin32Classic.cs: Don't throw a NotImplementedException in
5756           ResetDefaults(), just write some output to the console until it's
5757           implemented. Fixes bug #78907 for now. Eliminated two warnings.
5758
5759 2006-07-19  Jonathan Chambers  <joncham@gmail.com>
5760
5761         * PropertyGridView.cs: set StartPosition of drop down forms
5762         so they appear in correct initial spot.  Fixes #78190.
5763
5764 2006-07-19  Mike Kestner  <mkestner@novell.com>
5765
5766         * ThemeWin32Classic.cs: use parent background color when drawing
5767         flat toolbars.  Restructure the conditionals to make sure non-flat
5768         non-Divider toolbars are filled too.  Fixes #78837.
5769
5770 2006-07-19  Mike Kestner  <mkestner@novell.com>
5771
5772         * ListBox.cs: Sort on collection changes even if the handle
5773         isn't created yet.  Fixes #78813.
5774
5775 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5776
5777         * ListControl.cs: DisplayMember should never be null,
5778         and now we assign String.Empty when null is passed to it (this
5779         is the .Net way).
5780
5781 2006-07-17  Mike Kestner  <mkestner@novell.com>
5782
5783         * ListViewItem.cs: restructure Font and subitem Font handling 
5784         to hold a specific font and refer back to owner on null.
5785         Fixes #78761.
5786
5787 2006-07-17  Mike Kestner  <mkestner@novell.com>
5788
5789         * ToolBar.cs: bandaid for side-effect of previous patch which was
5790         discarding explicit heights for non-AutoSize toolbars.  Need to
5791         extend my format tester to deal with AutoSize=false. Fixes #78864.
5792
5793 2006-07-15  Jackson Harper  <jackson@ximian.com>
5794
5795         * LabelEditTextBox.cs:
5796         * TreeView.cs: Use a new LabelEdit class for node editing, this
5797         class automatically 'closes' itself when it gets the enter key or
5798         loses focus.
5799         - Use the client rectangle when setting the trees scrollbars, so
5800         border style is taken into account.
5801         
5802 2006-07-14  Jackson Harper  <jackson@ximian.com>
5803
5804         * TreeNode.cs:
5805         * TreeView.cs: Make the editing work similar to MSs, firing the
5806         events correctly and ending edits correctly.
5807
5808 2006-07-14  Mike Kestner  <mkestner@novell.com>
5809
5810         * ToolBarButton.cs:
5811         * ToolBar.cs: layout restructuring and redraw enhancements to support
5812         formatting changes gracefully, like setting TextAlign, ImageList, 
5813         ButtonSize, and Appearance.  Handles explicit button sizing quirks
5814         of the MS controls.  Things like flat toolbars ignoring button size
5815         but becoming constant sized at the largest button's size.  Normal
5816         toolbars with an image set cannot be shrunk smaller than the image,
5817         but text can be clipped/ignored.
5818         * ThemeWin32Classic.cs: don't draw text if text_rect height or width
5819         is zero.  Seems like DrawString should be smart enough to not put
5820         anything on screen though. Also trim labels and ellipsize at the char
5821         boundary, not word.
5822         Fixes #78711 and #78483.
5823
5824 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
5825
5826         * FolderBrowserDialog.cs: Disable "New Folder" button and
5827           "New Folder" contextmenu menuitem if a folder like "My Computer"
5828           is selected.
5829
5830 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
5831
5832         * FileDialog.cs: Don't create a new folder in "MyComputer" folder.
5833         * FolderBrowserDialog.cs:
5834           - Use MWFConfig to store and read size and position settings
5835           - Added code to create a new folder (button or context menu).
5836             Use TreeView labeledit to change the name of the new folder.
5837
5838 2006-07-14  Jackson Harper  <jackson@ximian.com>
5839
5840         * TreeView.cs: Raise the OnAfterLabelEdit event correctly.  Also,
5841         when the tree is scrolled we end editing.
5842
5843 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
5844
5845         * ThemeWin32Classic.cs: Fixed position of CPDrawScrollButton Up and
5846           Down arrows
5847
5848 2006-07-14  Jonathan Pobst  <monkey@ipobst.com> 
5849
5850         WebBrowserProgressChangedEventHandler.cs, BindingCompleteEventArgs.cs,
5851         BindingCompleteEventHandler.cs, BindingManagerDataErrorEventArgs.cs,
5852         BindingManagerDataErrorEventHandler.cs, CacheVirtualItemsEventArgs.cs,
5853         CacheVirtualItemsEventHandler.cs, ColumnReorderedEventArgs.cs,
5854         ColumnReorderedEventHandler.cs, ColumnWidthChangedEventArgs.cs,
5855         ColumnWidthChangedEventHandler.cs, ColumnWidthChangingEventArgs.cs,
5856         ColumnWidthChangingEventHandler.cs, FormClosedEventArgs.cs,
5857         FormClosedEventHandler.cs, FormClosingEventArgs.cs,
5858         FormClosingEventHandler.cs, ItemCheckedEventArgs.cs,
5859         ItemCheckedEventHandler.cs, ListControlConvertEventArgs.cs,
5860         ListControlConvertEventHandler.cs, ListViewItemMouseHoverEventArgs.cs,
5861         ListViewItemMouseHoverEventHandler.cs, ListViewItemSelectionChangedEventArgs.cs,
5862         ListViewItemSelectionChangedEventHandler.cs,
5863         ListViewVirtualItemsSelectionRangeChangedEventArgs.cs,
5864         ListViewVirtualItemsSelectionRangeChangedEventHandler.cs,
5865         MaskInputRejectedEventArgs.cs, MaskInputRejectedEventHandler.cs,
5866         PopupEventArgs.cs, PopupEventHandler.cs, PreviewKeyDownEventArgs.cs,
5867         PreviewKeyDownEventHandler.cs, RetrieveVirtualItemEventArgs.cs,
5868         RetrieveVirtualItemEventHandler.cs, SearchForVirtualItemEventArgs.cs,
5869         SearchForVirtualItemEventHandler.cs, SplitterCancelEventArgs.cs,
5870         SplitterCancelEventHandler.cs, TabControlCancelEventArgs.cs, 
5871         TabControlCancelEventHandler.cs, TabControlEventArgs.cs, 
5872         TabControlEventHandler.cs, TableLayoutCellPaintEventArgs.cs,
5873         TableLayoutCellPaintEventHandler.cs, ToolStripDropDownClosedEventArgs.cs,
5874         ToolStripDropDownClosedEventHandler.cs, ToolStripDropDownClosingEventArgs.cs,
5875         ToolStripDropDownClosingEventHandler.cs, TreeNodeMouseClickEventArgs.cs,
5876         TreeNodeMouseClickEventHandler.cs, TreeNodeMouseHoverEventArgs.cs,
5877         TreeNodeMouseHoverEventHandler.cs, TypeValidationEventArgs.cs,
5878         TypeValidationEventHandler.cs, WebBrowserDocumentCompletedEventArgs.cs,
5879         WebBrowserDocumentCompletedEventHandler.cs, WebBrowserNavigatedEventArgs.cs,
5880         WebBrowserNavigatedEventHandler.cs, WebBrowserNavigatingEventArgs.cs,
5881         WebBrowserNavigatingEventHandler.cs, 
5882         WebBrowserProgressChangedEventArgs.cs: New 2.0 Event Handlers
5883
5884 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
5885
5886         MergeAction.cs, PowerLineStatus.cs, PowerState.cs, PreProcessControlState.cs,
5887         RichTextBoxLanguageOptions.cs, ScreenOrientation.cs, ScrollOrientation.cs,
5888         SearchDirectionHint.cs, SystemParameter.cs, TabControlAction.cs,
5889         TableLayoutPanelCellBorderStyle.cs, TextDataFormat.cs, TextImageRelation.cs,
5890         ToolStripDropDownCloseReason.cs, ToolStripDropDownDirection.cs,
5891         ToolStripGripDisplayStyle.cs, ToolStripGripStyle.cs,
5892         ToolStripItemAlignment.cs, ToolStripItemDisplayStyle.cs,
5893         ToolStripItemImageScaling.cs, ToolStripItemOverflow.cs,
5894         ToolStripItemPlacement.cs, ToolStripLayoutStyle.cs,
5895         ToolStripManagerRenderMode.cs, ToolStripRenderMode.cs,
5896         ToolStripStatusLabelBorderSides.cs, ToolStripTextDirection.cs,
5897         ToolTipIcon.cs, TreeNodeStates.cs, TreeViewDrawMode.cs,
5898         TreeViewHitTestLocations.cs, UnhandledExceptionMode.cs, ValidationConstraints.cs,
5899         WebBrowserEncryptionLevel.cs, WebBrowserReadyState.cs, WebBrowserRefreshOption.cs,
5900         ArrowDirection.cs, AutoCompleteMode.cs, AutoCompleteSource.cs, AutoSizeMode.cs,
5901         AutoValidate.cs, BatteryChargeStatus.cs, BindingCompleteContext.cs,
5902         BindingCompleteState.cs, CloseReason.cs, ColumnHeaderAutoResizeStyle.cs,
5903         ControlUpdateMode.cs, DataSourceUpdateMode.cs, DockingBehavior.cs,
5904         FixedPanel.cs, FlowDirection.cs, GetChildAtPointSkip.cs,
5905         HtmlElementInsertionOrientation.cs, InsertKeyMode.cs, ListViewHitTestLocations.cs,
5906         ListViewItemStates.cs, MaskFormat.cs: Added
5907
5908 2006-07-13  Jonathan Chambers  <joncham@gmail.com>
5909
5910         * PropertyGridView.cs: Fix keyboard navigation of drop down.
5911         Patch from eno for bug 78558.
5912         
5913 2006-07-13  Jackson Harper  <jackson@ximian.com>
5914
5915         * TreeView.cs: When an edit is finished make sure that the
5916         selected node is visible.
5917         - When setting the top/bottom use the scrollbars is_visible, so
5918         everything will be set correctly even if the tree isn't visible
5919         yet.
5920
5921 2006-07-13  Jackson Harper  <jackson@ximian.com>
5922
5923         * ComboBox.cs: Revert the item->index part of my previous patch.
5924         * TreeView.cs: Use LostFocus instead of Leave for detecting when
5925         the edit box has lost focus (duh).
5926         - Just make the edit box not visible when we get return, that will
5927         take the focus, which will call EndEdit
5928         * TreeNode.cs When we start editing, notify the treeview.
5929
5930 2006-07-12  Jackson Harper  <jackson@ximian.com>
5931
5932         * ComboBox.cs: Clear out old items before setting the item list.
5933         This prevents databound controls from having their items added
5934         twice.
5935         - Switch the combobox to use indices whereever possible instead of
5936         using Item's.  This allows usto navigate through lists that have
5937         more then one item with the same string value (ie a, b, b, a).
5938         - Scroll the listboxes scrollbar when a non visible item is
5939         highlighted
5940         - Allow keypress to cycle through all the possible values. For
5941         example if you have b1, b2, b3 and hold down the B key all the
5942         values will be cycled through.
5943         
5944 2006-07-12  Jackson Harper  <jackson@ximian.com>
5945
5946         * TextBoxBase.cs:
5947         * ListView.cs: Don't need to override SETFOCUS anymore, we can do
5948         this using the internal methods.
5949         * Control.cs: Add OnGotFocusInternal.  A new method that allows
5950         controls to "override" OnGotFocus and change focus behavior if
5951         needed.
5952         - Same thing for LostFocus
5953         * ComboBox.cs: Pass off focus to the text control properly.
5954
5955 2006-07-12  Alexander Olk  <alex.olk@googlemail.com>
5956
5957         * FileDialog.cs: Added GetFoldersOnly to MWFVFS
5958         * FolderBrowserDialog.cs: Almost a complete rewrite.
5959           - Better support for Environment.Specialfolders
5960           - Added support for MWFVFS
5961           - Made setting SelectedPath work
5962
5963 2006-07-12  Jackson Harper  <jackson@ximian.com>
5964
5965         * Control.cs: Optimze getting all the controls.
5966
5967 2006-07-11  Jackson Harper  <jackson@ximian.com>
5968
5969         * ContainerControl.cs: Override SETFOCUS in the container control,
5970         so that it is not selected on mouse click.
5971
5972 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com> 
5973
5974         * LinkLabel.cs: Hack to handle Shift-Tabbing to the linklabel. 
5975           Hopefully we will have a better way once all of focus is complete.
5976
5977 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com>
5978
5979         * ThemeWin32Classic.cs: Commented out some debug code and fixed
5980           a compile error with csc.
5981
5982 2006-07-11  Jackson Harper  <jackson@ximian.com>
5983
5984         * Control.cs: When hiding a control only select the next control
5985         if the current control was focused.
5986         - Don't handle enter/leave when setting/killing focus, this is
5987         done by the container control.
5988         - Remove is_selected, it's not needed anymore.
5989         - Add utility methods for selecting a child control, and for
5990         firing the Enter/Leave events.
5991         * ContainerControl.cs: When a control is activated fire the
5992         enter/leave events.
5993         - Don't wrap when processing the tab key, so that focus can be
5994         moved outside of the container.
5995         - Use the correct active control
5996
5997 2006-07-11  Jackson Harper  <jackson@ximian.com>
5998
5999         * ComboBox.cs: Remove some debug code that was blinding me.
6000         * UpDownBase.cs: These controls actually aren't implicit, they are
6001         visible to the user.
6002
6003 2006-07-10  Chris Toshok  <toshok@ximian.com>
6004
6005         * DataGrid.cs: move back to the is_adding boolean field.  god i
6006         hate this is_editing/is_adding/is_changing stuff.
6007
6008 2006-07-10  Chris Toshok  <toshok@ximian.com>
6009
6010         * DataGridTableStyle.cs: just check if the property type is bool.
6011         if it is, use DataGridBoolColumn, otherwise DataGridTextBoxColumn.
6012         Don't use CanRenderType.
6013
6014         * DataGridTextBoxColumn.cs: set the value to DBNull.Value, not "",
6015         if our text == NullText.  Remove CanRenderType.
6016
6017         * DataGridBoolColumn.cs: nuke CanRenderType.
6018
6019         * DataGrid.cs: reenable some code to end the current edit inside
6020         of set_CurrentCell.  This fixes the other 1.1.16 regression.
6021         Also, remove rowhdrs_maxheight and just use rowhdrs_area.Height.
6022         Also, remove the visible_row_count arg from CalcRowHeaders, since
6023         we don't need to worry about the actual height of the area.
6024
6025 2006-07-10  Chris Toshok  <toshok@ximian.com>
6026
6027         * DataGridTextBoxColumn.cs: if when we Commit we're in navigate
6028         mode, just return.
6029
6030         * DataGridTextBox.cs: change "isedit" to "isnavigating" to reflect
6031         the real sense of the IsInEditOrNavigateMode property (true =
6032         navigate, false = edit).  Also, update OnKeyPress to reflect this.
6033
6034         * DataGridTableStyle.cs (CreateColumnsForTable): even if the
6035         column style exists, we still need to set its property descriptor
6036         to match up with our list manager.
6037
6038 2006-07-10  Chris Toshok  <toshok@ximian.com>
6039
6040         * ThemeWin32Classic.cs: implement the new row/header painting
6041         approach.  The parent row painting will likely go away and
6042         replaced with label controls, but the rest seems to work ok (and
6043         efficiently).
6044
6045         * Theme.cs: change the way we draw datagrid rows.  we don't draw
6046         the row headers as a block now.  Instead we draw them in the
6047         normal draw-row loop.  Add some calls for drawing parent rows and
6048         relation rows.
6049
6050         * DataGridTableStyle.cs: add tons of ArgumentExceptions if this is
6051         a default table style.  Set the defaults from ThemeEngine.Current,
6052         not SystemColors.  Fix lots of misc issues with property setters.
6053
6054         * DataGrid.cs: move loads of style information out of this class
6055         as it's being duplicated with DataGridTableStyle.  keep track of a
6056         special DataGridTableStyle for the properties we used to mirror
6057         here.  Switch all the style properties to access this table style
6058         instead of instance fields of this class.  Also add a internal
6059         class to represent parent rows (more needs to be stored here, like
6060         the selection state from the parent table, as well as the
6061         expansion state.)  Also, for datasources with relations, do the
6062         right thing for collapse/expand, and add support for the
6063         navigation/parent row buttons.
6064
6065         Lastly, fix the crash in the 1.1.16 build.
6066
6067         * GridTableStylesCollection.cs: make the explicit interface
6068         implementations call the class's methods as opposed to duplicating
6069         them.
6070
6071         * DataGridTextBoxColumn.cs: set the x/y offset of the textfield to
6072         0 so the text doesn't jump around when we move the cursor.
6073
6074 2006-07-10  Jackson Harper  <jackson@ximian.com>
6075
6076         * TextBoxBase.cs:
6077         * ListBox.cs: Match MS's ToString (this makes debugging focus
6078         stuff infinitely easier).
6079
6080 2006-07-10  Jackson Harper  <jackson@ximian.com>
6081
6082         * Control.cs (SelectNextControl): When checking the control's
6083         parent use this instead of ctrl.parent so that null can be passed
6084         to SelectNextControl. (I have unit tests for this).
6085         - Remove unused var.
6086
6087 2006-07-10  Chris Toshok  <toshok@ximian.com>
6088
6089         * CurrencyManager.cs: correct one regression, the removal of the
6090         finalType field.  Also, add a MonoTODO on CanAddRows, implement
6091         Refresh() correctly, and fix some event emission in
6092         ListChangedHandler.
6093
6094 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
6095
6096         * FileDialog.cs: Don't use brackets for new folders if they exist
6097           under *nix. Instead use -(number of existing folders +1).
6098
6099 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
6100
6101         * FileDialog.cs:
6102           - Fixed really nasty bug #78771
6103           - Don't block the whole GUI when reading directories with a lot of
6104             entries. Use an other thread instead and call BeginInvoke to
6105             update the ListView in MWFFileView
6106
6107 2006-07-07  Chris Toshok  <toshok@ximian.com>
6108
6109         * Control.cs (Dispose): release any Capture when disposing.
6110
6111 2006-07-07  Chris Toshok  <toshok@ximian.com>
6112
6113         * LinkLabel.cs (Select): if we chain up to the parent, set
6114         focused_index to -1 so we'll search for the first available link
6115         the next time the user tabs into us.  Also, if the direction is
6116         backward and focused_index == -1, start the search from the last
6117         element.
6118
6119 2006-07-07  Chris Toshok  <toshok@ximian.com>
6120
6121         * LinkLabel.cs (CreatePiecesFromText): if the link's range piece
6122         is beyond the end of the text, don't do anything.
6123         (CreateLinkPieces): set our ControlStyles.Selectable based on
6124         whether or not we have any links.
6125         (Link.Invalidate): use a loop instead of foreach.
6126         (Link.set_Start): null out owner.sorted_links so it'll be
6127         recreated by CreateLinkPieces.
6128
6129 2006-07-06  Chris Toshok  <toshok@ximian.com>
6130
6131         * LinkLabel.cs: revert the SetStyle change.
6132
6133 2006-07-06  Chris Toshok  <toshok@ximian.com>
6134
6135         * LinkLabel.cs (.ctor): SetStyle Selectable to true.
6136         (OnEnableChanged): s/Refresh/Invalidate
6137         (OnGotFocus): if we have a focused index already, refocus it (so
6138         if we mouse out/in to the window it'll focus the right link).
6139         (OnKeyDown): move the tab handling out of here.
6140         (OnLostFocus): don't set focused_index to -1, so we can refocus it
6141         when we lose focus.
6142         (OnMouseDown): don't Capture here - Control handles it.  Also,
6143         focus the active link.
6144         (OnMouseUp): don't deal with Capture.
6145         (OnPaintBackgroundInternal): remove.
6146         (OnTextAlignChanged): CreateLinkPieces before calling the
6147         superclass's method.
6148         (OnTextChanged): call CreateLinkPieces before calling superclass's
6149         method.
6150         (ProcessDialogKey): handle Tab here, and call Select(bool,bool) to
6151         move around.
6152         (Select): implement this, moving the selection between different
6153         links, and call parent.SelectNextControl if we don't have another
6154         link to focus in the given direction.
6155         (CreateLinkPieces): call Invalidate instead of Refresh.
6156         
6157 2006-07-06  Chris Toshok  <toshok@ximian.com>
6158
6159         * ThemeWin32Classic.cs: DrawLinkLabel changes to accomodate the
6160         new LinkLabel internals.
6161
6162         * LinkLabel.cs: fairly major rewrite.  get rid of all the loops
6163         over pieces looking for active/focused/etc links.  also, deal with
6164         runs of text (and links) with embedded \n's in them, and use
6165         MeasureCharacterRanges instead of MeasureString to figure out the
6166         regions text occupies.  Lastly, do the usual s/Refresh/Invalidate
6167         two-step.
6168
6169 2006-07-04  Jackson Harper  <jackson@ximian.com>
6170
6171         * XplatUIX11.cs: Enable key auto repeat. If the user doesn't have
6172         XKB or key auto repeat, do it manually.  Without key auto repeat,
6173         when a key is held down we get key press, key release, key press,
6174         key release, ... with auto repeat we get key press, key press, key
6175         press ..., and then a release when the key is actually released.
6176
6177 2006-07-03  Jackson Harper  <jackson@ximian.com>
6178
6179         * TabControl.cs:
6180         * ThemeWin32Classic.cs: Tabs do not obey normal background color
6181         rules, they are always control color regardless of the background
6182         color.
6183
6184 2006-07-02  Alexander Olk  <alex.olk@googlemail.com>
6185
6186         * FileDialog.cs: Added internal class MWFConfig.
6187           Removed Registry support and replaced it with support for the new
6188           MWFConfig class. See MWFConfig comments for more information.
6189
6190 2006-06-30  Alexander Olk  <alex.olk@googlemail.com>
6191
6192         * ThemeWin32Classic.cs: Added RadioButton and CheckBox focus
6193           rectangle. Added some patches from eno from bug #78490 and fixed
6194           the arrow position for small up and down CPDrawScrollButtons.
6195
6196 2006-06-30  Jackson Harper  <jackson@ximian.com>
6197
6198         * InternalWindowManager.cs: Remove some debug code.
6199         * Form.cs: When an MdiParent is set to null, the window is
6200         "detatched" and becomes a normal window.
6201         * MdiClient.cs: Don't bring the new child form to the front until
6202         it is activated (setting it as active does this), this makes the
6203         previously active forms titlebar get redrawn as inactive.
6204
6205 2006-06-29  Peter Dennis Bartok  <pbartok@novell.com>
6206
6207         * PrintDialog.cs: Labels need a tab index too, otherwise they overlap
6208           with later controls
6209
6210 2006-06-29  Mike Kestner  <mkestner@novell.com>
6211
6212         * MenuAPI.cs: handle arrow keys in keynav state. Go active on down
6213         arrow in keynav state.  Fixes #78682.
6214
6215 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
6216
6217         * PrintDialog.cs: Reorder, relayout, remove extra code, set tab 
6218           order (fixes #78393)
6219
6220 2006-06-28  Jonathan Pobst  <monkey@ipobst.com>
6221
6222         * AccessibleRole.cs, AccessibleStates.cs, AnchorStyles.cs, 
6223           ArrangeDirection.cs, ArrangeStartingPosition.cs, ColorDepth.cs,
6224           ControlStyles.cs, DataGridViewImageCellLayout.cs, DrawMode.cs,
6225           FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs,
6226           GridItemType.cs, HelpNavigator.cs, ImeMode.cs, ItemActivation.cs,
6227           ItemBoundsPortion.cs, Keys.cs, ListViewAlignment.cs, 
6228           PictureBoxSizeMode.cs, PropertySort.cs, SelectionMode.cs,
6229           Shortcut.cs, SizeGripStyle.cs, SortOrder.cs, StructFormat.cs,
6230           TextFormatFlags.cs, ToolBarAppearance.cs, ToolBarButtonStyle.cs,
6231           ToolBarTextAlign.cs, View.cs: 2.0 Changes to existing 1.x
6232           enumerations (FlagsAttribute, SerializableAttribute, added/removed
6233           values)
6234
6235 2006-06-28  Mike Kestner  <mkestner@novell.com>
6236
6237         * ComboBox.cs: implement scroll wheel support. Fixes #78360.
6238
6239 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
6240
6241         * PropertyGrid.cs,
6242           PropertyGridTextBox.cs : explicitly set BackColor to differentiate
6243           item lines from other area (It also makes BackColor consistent and
6244           compatible with .NET). Fixed bug #78564.
6245
6246 2006-06-28  Jonathan Chambers  <jonathan.chambers@ansys.com>
6247
6248         * PropertyGrid.cs: refresh toolbar when PropertySort is set.
6249         Patch from Eno for #78555.
6250
6251 2006-06-27  Chris Toshok  <toshok@ximian.com>
6252
6253         * ThemeWin32Classic.cs: s/grid.grid_drawing/grid
6254
6255         * DataGridColumnStyle.cs: same.
6256
6257         * DataGrid.cs: Roll DataGridDrawingLogic.cs into this file.
6258         
6259         * DataGridDrawingLogic.cs: nuke.
6260
6261 2006-06-27  Chris Toshok  <toshok@ximian.com>
6262
6263         * DataGridTableStyle.cs: clean up the constructors, and build the
6264         list of child relations for this table.  I have no idea if this is
6265         where we should be doing it (it probably isn't), but since we're
6266         already iterating over the properties..
6267
6268         * DataGrid.cs: add row resizing.  for now we add a DataGridRow
6269         struct and array for keeping track of row information, similar to
6270         what's shown in a hack on
6271         http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx.
6272
6273         * Theme.cs: be consistent about the naming of DataGrid methods,
6274         prefering ColumnWidths and RowHeights over columnsWidths and
6275         RowsHeights.
6276
6277         * ThemeWin32Classic.cs: same, and also add support for variable
6278         sized rows (and the +/- expansion icons for related rows).
6279
6280 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
6281
6282         * TextBoxBase.cs: Applied Eno's patch from #78660
6283
6284 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
6285
6286         * Form.cs (ScaleCore): We don't want to scale our form if it's
6287           state is minimized or maximized, but we still need to scale our
6288           child windows. Also, added try/finally block to ensure layout
6289           gets reset (Fixes #78697)
6290
6291 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
6292
6293         * Control.cs: Added 2.0 Scale(SizeF) method (Fixes 78700)
6294
6295 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
6296
6297         * Form.cs: Fixed c+p error and added check to resize form if minimum
6298           size is bigger than current size (Fixes #78709)
6299
6300 2006-06-26  Peter Dennis Bartok  <pbartok@novell.com> 
6301
6302         * ThemeEngine.cs (..ctor): Properly use ToLower() (Fixes #78704)
6303
6304 2006-06-26  Mike Kestner  <mkestner@novell.com>
6305
6306         * ComboBox.cs: only do Keypress handling in the combo when there  
6307         are items in the collection. Fixes #78710.
6308
6309 2006-06-26  Chris Toshok  <toshok@ximian.com>
6310
6311         * Binding.cs: make this work bi-directionally.  also, clear up
6312         other mixups between Push/Pull Data (e.g. we're supposed to pull
6313         data when validating).
6314
6315         * BindingManagerBase.cs: trim some fully qualified collection
6316         types.
6317
6318         * PropertyManager.cs (get_IsSuspended): oops, fix this check.
6319
6320 2006-06-23  Chris Toshok  <toshok@ximian.com>
6321
6322         * PropertyManager.cs: It appears (according to the unit tests)
6323         that PropertyManager doesn't use
6324         PropertyDescriptor.AddValueChanged to track propery value changes
6325         in its datasource, but uses the same scheme as Binding, where it
6326         looks for a <Property>Changed event and binds to it.
6327
6328         Also, according to the docs, IsSuspended always returns false for
6329         a property manager with a non-null datasource.
6330
6331 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com> 
6332
6333         * Form.cs: (ShowDialog): If we're returning a forced cancel we still
6334           need to update the actual DialogResult. (Fixes #78613)
6335
6336 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com>
6337
6338         * Form.cs (ShowDialog): Release any captures before running the
6339           new message pump (fixes #78680)
6340
6341 2006-06-22  Mike Kestner  <mkestner@novell.com>
6342
6343         * ListView.cs: Layout column widths properly in details mode even 
6344         if HeaderStyle.None is set.  Fixes #78691.
6345
6346 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com>
6347
6348         * FileDialog.cs: Fixed taborder to match MS. Fixes #77873 partially.
6349
6350 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com> 
6351
6352         * Control.cs (ContainsFocus): Using new driver method to get focused
6353           window, instead of trying to use internal tracking var, which can
6354           recursion issues (Fixes #78685)
6355         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
6356           XplatUIWin32.cs: Added GetFocus method to return focused window
6357
6358 2006-06-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6359
6360         * ColorDialog.cs: when the mouse button is pressed inside the color
6361         matrix, don't let the cursor move out of it until the button is
6362         released, which is the behavior on windows. Changed 'colours' by
6363         'colors' to use the same word consistently.
6364
6365 2006-06-21  Chris Toshok  <toshok@ximian.com>
6366
6367         * DataGrid.cs: add in some basic navigation stuff (navigating to a
6368         child relation and back, using a stack).  Also, remove
6369         GetDataSource and the code that calls it - it's not needed.  Also,
6370         track CurrencyManager.ListName's removal.
6371
6372 2006-06-21  Chris Toshok  <toshok@ximian.com>
6373
6374         * CurrencyManager.cs: push some of the original type checking from
6375         BindingContext.CreateBindingManager to here, and remove some of
6376         the finalType stuff.  Need more tests to make sure I've got the
6377         ListName part right, and we might need more in SetDataSource.
6378
6379         * PropertyManager.cs: add a ctor that takes just the datasource,
6380         and no property name.  Make SetDataSource work with a null
6381         property_name, and make Current return the data_source if the
6382         property descriptor is null.  this makes 'string foo = "hi";
6383         BindingContext[foo].Current' return "hi" as it should.
6384
6385         * RelatedCurrencyManager.cs: make this code more generic - there's
6386         no reason the parent manager has to be CurrencyManager, and
6387         there's no reason to pass the DataRelation.  It suffices to use a
6388         BindingManagerBase and PropetyDescriptor.
6389
6390         * RelatedPropertyManager.cs: make a similar change here.
6391         
6392         * BindingContext.cs: make CreateBindingManager the beautiful, tiny
6393         flower I knew it could be.
6394
6395 2006-06-20  Chris Toshok  <toshok@ximian.com>
6396
6397         * PropertyManager.cs: the PropertyChangedHandler is invoked when
6398         data in the source has changed and we need to update the control,
6399         so s/PullData/PushData.
6400
6401         * CurrencyManager.cs: Refresh is meant to update the control from
6402         data in the datasource.  So, s/PullData/PushData.
6403
6404         * BindingContext.cs: add more ugliness (we weren't handling the
6405         case where data_source = DataTable and data_member = column_name).
6406
6407         * Binding.cs: fix PushData/PullData mixup.  Both are interpreted
6408         from the perspective of the datasource.  PullData pulls from the
6409         control, PushData pushes to the control.
6410
6411 2006-06-20  Chris Toshok  <toshok@ximian.com>
6412
6413         * BindingContext.cs: rewrite the CreateBindingManager code to
6414         handle navigation paths more or less properly.  This could
6415         definitely stand some more work, in particular to push the
6416         recursion up to the toplevel.  But that relies on fixes in other
6417         places (System.Data comes to mind).
6418
6419         Also, move to a flat hashtable (and encode the twolevel nature of
6420         the dictionary into the hash key).  This lets us implement the
6421         IEnumerable.GetEnumerator method.
6422
6423         * RelatedCurrencyManager.cs: new class.  Update our view based on
6424         our relation and our parent CurrencyManager's position.
6425
6426         * CurrencyManager.cs: split out some logic from the ctor into
6427         SetView, so it can be called from the new RelatedCurrencyManager
6428         subclass.
6429
6430         * RelatedPropertyManager.cs: new class.  Update our datasource
6431         based on the position of our parent CurrencyManager.
6432
6433         * PropertyManager.cs: split out some logic from the ctor into
6434         SetDataSource, so it can be called from the new RelatedDataSource
6435         subclass.  Also, make the Current getter return the value
6436         of the PropertyDescriptor, not the data_source.
6437
6438         * Binding.cs: no need to duplicate the string splitting code here.
6439
6440 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
6441
6442         * Control.cs:
6443           - set_Enabled: OnEnabledChanged is not called if the inherited state 
6444             of the control is not altered, even though  we might be changing the
6445             internal state of the control (#78458)
6446           - set_Enabled: (Re)Moved the enabling/disabling of the window to 
6447             OnEnabledChanged, to allow easy altering of any child window state
6448           - OnEnabledChanged: Added code to enable/disable driver window state
6449           - OnParentEnabledChanged: Instead of firing the event, call 
6450             OnEnabledChanged, which will fire the event and also a) set driver
6451             window state and pass the enabled state to any grandchildren (#78458)
6452
6453 2006-06-19  Jackson Harper  <jackson@ximian.com>
6454
6455         * InternalWindowManager.cs: We don't set the cursor explicitly
6456         thats done via the response to NCHITTESTs.
6457         - Don't need to adjust for titlebar heights anymore, the
6458         coordinates are coming in the correct coordinates now (see peters
6459         last patch).
6460
6461
6462 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
6463
6464         * XplatUIX11.cs (GetMessage): WM_NCxBUTTONx messages were wrongly
6465           being translated relative to whole window, instead of client window.
6466           That caused broken offsets on mouseclick (and caused gas for our
6467           InternalWindowManager)
6468
6469 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
6470
6471         * TextControl.cs:
6472           - MoveCaret: Implemented PgUp, PgDown, CtrlPgUp and CtrlPgDown
6473           - Undo(): Added replay of cursor move on DeleteChars action; added
6474             calling Undo() again if a recorded cursor move is invalid (to
6475             ensure that some action is performed on Undo)
6476         * TextBoxBase.cs (ProcessKey): Added handling of PgUp and PgDown (#78482)
6477
6478 2006-06-16  Jackson Harper  <jackson@ximian.com>
6479
6480         * MdiClient.cs: Instead of just sizing maximized windows when
6481         there is a resize we also have to adjust the Y of minimized
6482         windows, so they stay pinned to the bottom of the mdi container.
6483         - Eliminate separate tracking of the active control, we can just
6484         get this from the controls collection.
6485         - Paint the decorations for the newly activated titlebar so we get
6486         a pretty blue bar.
6487         * InternalWindowManager.cs:
6488         * ThemeWin32Classic.cs: Minimized windows get all three buttons
6489         even if they are a tool window.
6490         
6491 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
6492
6493         * TextControl.cs (Undo): Handle non-existent cursor locations in the
6494           undo buffer, these can happen when text was deleted and the cursor
6495           was recorded first. Since we will also have a recorded cursor
6496           after the delete this is not an issue. (Fixes #78651)
6497
6498 2006-06-14  Peter Dennis Bartok  <pbartok@novell.com> 
6499
6500         * AccessibleObject.cs: Remove dependence on Control.is_selected;
6501           instead properly track control states internally (allows us to
6502           remove is_selected from Control)
6503
6504 2006-06-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6505
6506         * ImageListStreamer.cs: correctly generate the 1bpp mask for images
6507         whose width is not a multiple of 8.
6508
6509 2006-06-13  Jackson Harper  <jackson@ximian.com>
6510
6511         * MdiClient.cs:  Only maximize the next child if the current one
6512         is maximized.
6513
6514 2006-06-13  Chris Toshok  <toshok@ximian.com>
6515
6516         * DataGridColumnStyle.cs: Invalidate the column when HeaderText is
6517         modified.  Also, guard against grid or grid_drawing being null in
6518         Invalidate.
6519
6520         * DataGrid.cs: Reformat tons of getters/setters.  In the
6521         DataMember setter, just call SetNewDataSource instead of
6522         duplicating some of its functionality.  In SetNewDataSource, don't
6523         check ListManager for null, since the property getter creates the
6524         object if needed.
6525
6526         * DataGridTableStyle.cs: don't set TableStyle or call
6527         SetDataGridInternal on the column here, it's done in
6528         GridColumnStylesCollection.Add.
6529
6530         * GridColumnStylesCollection.cs: fix all the explicit interface
6531         implementations to just call our methods.  Nuke AddInternal() and
6532         move the body of it to Add().  Also, add a call to
6533         column.SetDataGridInternal to Add().
6534
6535         * DataGridTextBoxColumn.cs (.ctors): call this() instead of
6536         base()+duplicate code.  Also, use the Format property instead of
6537         format to generate an Invalidate ala MS.  Lastly, create the
6538         textbox here, unconditionally.
6539         (set_Format): call Invalidate.
6540         (get_TextBox): no need to call EnsureTextBox.
6541         (Commit): remove the message box.
6542         (Edit) remove the call to EnsureTextBox.
6543         (EndEdit): call HideEditBox instead of ReleaseHostedControl.
6544         (EnterNullValue): no need to check textbox for null.
6545         (HideEditBox): no need to check textbox for null.
6546         (SetDataGridInColumn): add the textbox to the grid's controls.
6547         (EnsureTextBox): nuke.
6548         
6549 2006-06-13  Jackson Harper  <jackson@ximian.com>
6550
6551         * MdiWindowManager.cs: Hook up to the maximized menus paint event
6552         and redraw the buttons when needed. Unhook when the window is
6553         unmaximized.
6554         * MainMenu.cs: Add an internal Paint event, the mdi window manager
6555         needs this so that it can redraw its buttons when the menu is
6556         repainted.
6557         * InternalWindowManager.cs:
6558         * Form.cs: The method order has changed for DrawMaximizedButtons,
6559         so that it can be a PaintEventHandler.
6560         
6561 2006-06-13  Jackson Harper  <jackson@ximian.com>
6562
6563         * MdiClient.cs: When we close a maximized mdi window, the next mdi
6564         window is activated and maximized, even if it wasn't before.
6565         - When  a new window is activated repaint the decorations of the
6566         old one, so that it no longer has the Active "look" (the blue
6567         titlebar).
6568         * InternalWindowManager.cs: Open up CreateButtons to base classes
6569         so they can recreate the buttons on state changes.
6570         - If a window is maximized give it all three buttons
6571         * MdiWindowManager.cs: Create the titlebar buttons when the state
6572         is changed, this is needed because a toolwindow will not have all
6573         three buttons until it is maximized.
6574
6575 2006-06-13  Atsushi Enomoto  <atsushi@ximian.com>
6576
6577         * ProgressBar.cs : PerformStep() shouldn't exceed Maximum.
6578           Fixed bug #78609.
6579
6580 2006-06-12  Jackson Harper  <jackson@ximian.com>
6581
6582         * KeysConverter.cs: Make sure we handle the Ctrl special case
6583         if its the only key.
6584         
6585 2006-06-12  Jackson Harper  <jackson@ximian.com>
6586
6587         * Theme.cs: Add a method to get the size of a managed window
6588         toolbar button.
6589         * InternalWindowManager.cs: Remove the ButtonSize property, this
6590         should be retrieved from the theme.
6591         * MdiWindowManager.cs: Get the button size from the theme
6592         * ThemeWin32Classic.cs: Make the method to get the managed window
6593         titlebar button size public.
6594         - Handle the different button sizes of maximized toolwindows
6595         (should match any maximized window).
6596         - Get the titlebar height from the theme, not the WM (which gets
6597         it from the theme).
6598
6599 2006-06-12  Jackson Harper  <jackson@ximian.com>
6600
6601         * InternalWindowManager.cs: Handle NC Double Clicks, passing the
6602         event down to the mdi window manager.
6603         - Expose some extra stuff to base classes
6604         - Make sure to end the Capture on an NC Mouse up, so that we can
6605         get double clicks properly, and the sizing doens't stick.
6606         - When doing PointToClient contain it in the workable desktop
6607         area, this prevents windows from changing size when the cursor is
6608         pulled outside of the working area while sizing.
6609         * MdiWindowManager.cs: When we get a double click maximize the
6610         window.
6611         - Reset the cursor after handling mode changes.
6612
6613 2006-06-12  Peter Dennis Bartok  <pbartok@novell.com> 
6614
6615         * XplatUIX11.cs (WorkingArea): Read the actual workarea for the 
6616           current desktop, instead of just assuming a 0, 0 origin. This
6617           is needed for our internal window manager, to know the top
6618           margin of the desktop
6619
6620 2006-06-12  Chris Toshok  <toshok@ximian.com>
6621
6622         * DataGrid.cs (set_CurrentCell): concede focus as we move around.
6623         we need this to get rid of the selected background in the bool
6624         column.
6625         (CancelEditing): move the ConcedeFocus call to above the Abort
6626         call.  Also, set is_changing to false and invalidate the row
6627         header if we were changing before.
6628         (ProcessKeyPreviewInternal): remove, since noone outside this
6629         class calls it anymore.  Roll the code into ProcessKeyPreview.
6630         (EndEdit): remove the internal version.
6631         (InvalidateCurrentRowHeader): make private.
6632
6633         * DataGridBoolColumn.cs: simplify this class a bunch.  remove the
6634         Keys.Escape handling (and with it the last call to
6635         DataGrid.EndEdit from outside the class.)
6636
6637
6638 2006-06-12  Chris Toshok  <toshok@ximian.com>
6639
6640         * DataGridTextBox.cs (.ctor): isedit defaults to false.
6641         (OnKeyPress): set isedit to true.
6642         (ProcessKeyMessage): remove Keys.Enter handling from here.  it's
6643         already handled by the grid.
6644
6645         * DataGrid.cs (set_CurrentCell): more work here.  it's still not
6646         right.  ugh.
6647         (set_DataSource): SetDataSource always returns true, so stop
6648         putting it in an if statement.
6649         (EndEdit): get rid of some {}'s
6650         (ProcessGridKey): return true in case Keys.Escape.
6651         (ProcessKeyPreviewInternal): only handle KEYDOWN messages.
6652         (ConnectListManagerEvents,DisconnectListManagerEvents): connect to
6653         PositionChanged, stopped connecting to CurrentChanged.
6654         (GetDataSource): simplify this a bunch.
6655         (SetDataSource): change return type from bool to void.
6656         (OnListManagerPositionChanged): rename OnListManagerCurrentChanged
6657         to this, and make sure we don't set ListManager.Position inside
6658         set_CurrentCell.
6659         (OnListManagerItemChanged): if we're passed an actual index,
6660         redraw that row.
6661
6662         * CurrencyManager.cs (set_Position): don't call PullData here.
6663
6664 2006-06-09  Jackson Harper  <jackson@ximian.com>
6665
6666         * TreeNode.cs:  Recalculate the visible order before doing the
6667         Expand/Collapse Below calls, because those calls generate an
6668         expose.
6669         - Reduce calls to the TreeView property, which is mildly expensive
6670         by using a local var.
6671         * Form.cs: Layout the MDI child windows when creating the parent
6672         form.
6673         - Don't use the internal constructor anymore
6674         * MdiClient.cs: use the parent form width/height (if available)
6675         when laying out the child windows, we do this because the
6676         mdiclient isn't docked yet when the initial layout is done.
6677         - Don't need an internal constructor anymore.
6678
6679 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6680
6681         * FileDialog.cs: handle access errors when trying to create a folder
6682         or changing to a directory. No need to initialize out parameters.
6683
6684 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
6685
6686         * FileDialog.cs: Append a number when creating a new folder if the
6687           folder already exists (use parenthesis instead of square brackets)
6688
6689 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
6690
6691         * FileDialog.cs:
6692           - Disabled registry support for windows and added better registry
6693             error checking for other systems (need to investigate why it
6694             works perfectly on my system)
6695           - If a folder already exist show an error MessageBox instead of
6696             trying to create an indexed name.
6697           - Fixed a non intentional typo.
6698
6699 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6700
6701         * FileDialog.cs: (SetFileName) don't crash if CurrentRealFolder is null.
6702
6703 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
6704
6705         * FileDialog.cs: When creating a new folder don't crash if the
6706           folder already exists.
6707
6708 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
6709
6710         * FileDialog.cs: Allmost a complete rewrite.
6711           - added a "virtual" file system that handles the differences
6712             between unix and windows file systems (especially the directory
6713             structure). Moved most of the directory and file handling code
6714             into the vfs.
6715             Added vfs classes: MWFVFS, FileSystem, WinFileSystem,
6716             UnixFileSystem and FSEntry.
6717           - Recently used folder/directory, size, location and used file names
6718             (file name ComboBox) are now stored in the registry and get read
6719             before the dialog shows up (fixes part 6 of bug #78446).
6720           - Creation of new folders/directories is now possible (context menu
6721             or ToolBar). Added TextEntryDialog for this that fills in the gap
6722             until ListView.LabelEdit works.
6723           - Fixed cursor handling (bug #78527) and focus handling for
6724             PopupButtonPanel
6725           - Various "Search in" ComboBox enhancements. The content of the
6726             dropdown listbox now almost matches ms.
6727           - Changed the behaviour when the user switches to SpecialFolder
6728             Recent to show the ListView in View.Details.
6729           - Beside using the ToolBar to change the View property of the
6730             file ListView it is now possible to use the context menu too.
6731
6732 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
6733
6734         * ComboBox.cs: Don't create a new ObjectCollection when an item
6735           gets inserted. Just insert the item in the existing object_items
6736           ArrayList.
6737
6738 2006-06-08  Jackson Harper  <jackson@ximian.com>
6739
6740         * OpenTreeNodeEnumerator.cs: Fix to use the Parent property, so
6741         that the treeview and root node checks are done also, this fixes a
6742         regression i caused in the unit tests.
6743
6744 2006-06-07  Wade Berrier <wberrier@novell.com> 
6745
6746         * RichTextBox.cs: More ISO8859-1 -> unicode
6747
6748 2006-06-07  Mike Kestner  <mkestner@novell.com>
6749
6750         * ComboBox.cs : use items to hold highlight/selection so that
6751         collection insertions don't require synchronization.
6752
6753 2006-06-07  Jackson Harper  <jackson@ximian.com>
6754
6755         * InternalWindowManager.cs: Simplify (and FIX) the window sizing
6756         routine.  We now always keep the sized edge at the cursor instead
6757         of computing movement and adjusting rects.  There is one buglet
6758         with this method though when the cursor is moved over area that
6759         the window can not expand too (such as the toolbars on the desktop).
6760
6761 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6762
6763         * XplatUIX11.cs: (IsEnabled,IsVisible) the window handler can be null
6764         here. Fixes crash on startup in AlbumSurfer.
6765
6766 2006-06-07  Peter Dennis Bartok  <pbartok@novell.com> 
6767
6768         * RichTextBox.cs: Replaced embedded ISO8859-1 chars with proper unicode
6769           values
6770
6771 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6772
6773         * XplatUIX11.cs: call XPending and XNextEvent inside the same lock()
6774         statement to avoid calling XNextEvent which will block if another thread
6775         took the event that we were expecting. Fixes bug #78605.
6776
6777 2006-06-07  Mike Kestner  <mkestner@novell.com>
6778
6779         * ListView.cs : isolated checkbox clicking from the selection logic.
6780         Toggle check state on item doubleclicks.  Really fixes #78454 part2.
6781
6782 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6783
6784         * Form.cs: Check that the value passed to Form.DialogResult
6785         is a valid enum value.
6786
6787 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6788
6789         * FileDialog.cs: disable the up button when in 'Recently Used' or 'My
6790         Computer'. Clicking it in the network view goes to 'My Computer'.
6791         Added CIFS filesystem type. Display the mount point of filesystems.
6792         Avoid duplicate mount points (happens for me with CIFS);
6793
6794 2006-06-06  Jackson Harper  <jackson@ximian.com>
6795
6796         * InternalWindowManager.cs: Draw the maximized windows buttons
6797         when resizing.
6798
6799 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6800
6801         * Form.cs: when running a modal dialog, ignore WM_CLOSE requests for
6802         all other dialogs. Fixes bug #78585.
6803
6804 2006-06-06  Mike Kestner  <mkestner@novell.com>
6805
6806         * CheckedListBox.cs : apply CheckOnClick behavior to unchecking too.
6807         Only invalidate checkbox on checkstate changes to avoid flicker.
6808         * ListBox.cs : avoid unselect/select when clicking selected item.
6809         avoid reselection flicker for already multiselected items.
6810         Fixes #78382.
6811
6812 2006-06-06  Jackson Harper  <jackson@ximian.com>
6813
6814         * MdiWindowManager.cs: When the window is closed do an NCRecalc on
6815         the parent form so that the menu is removed if needed.
6816
6817 2006-06-06  Mike Kestner  <mkestner@novell.com>
6818
6819         * ListBox.cs : add ScrollWindow call to UpdateTopItem.  fix
6820         Prev/Next/PrevPage/NextPage/Home/End index calculation.  Fixes #78559.
6821
6822 2006-06-06  Mike Kestner  <mkestner@novell.com>
6823
6824         * CheckedListBox.cs : rebuild check collection on Add.  Fixes #78426.
6825
6826
6827 2006-06-06  Jackson Harper  <jackson@ximian.com>
6828
6829         * Control.cs: Use the property (instead of the field) to get the
6830         default cursor so it is instantiated correctly.
6831         * InternalWindowManager.cs: The OS doesn't give us an NCPAINT with
6832         resizes so we need to manually repaint the window decorations here.
6833         - Set the titlebar button locations as soon as they are created,
6834         otherwise they are not set correctly on win32.
6835         
6836 2006-06-06  Chris Toshok  <toshok@ximian.com>
6837
6838         * CurrencyManager.cs (set_Position): call PullData before
6839         OnCurrentChanged.
6840         (AddNew): after calling IBindingList.AddNew, update our
6841         listposition, and call OnCurrentChanged/OnPositionChanged (without
6842         calling PullData).
6843         (OnCurrentChanged): remove the call to PullData from here.
6844         (OnItemChanged): remove the call to PushData from here.
6845         (OnPositionChanged): change the test from == null to != null to
6846         match the other methods.
6847         (ListChangedHandler): the grossest part of the patch.  Implement
6848         this such that it passes the unit tests in CurrencyManagerTest and
6849         the output more or less matches that of MS's implementation.
6850  
6851 2006-06-06  Mike Kestner  <mkestner@novell.com>
6852
6853         * ListView.cs : only update check state on single click.
6854         * ThemeWin32Classic.cs : fix focus drawing for details view without
6855         fullrowselect.  Fixes #78454.
6856         * XplatUIX11.cs : fix for double click emission.
6857
6858 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
6859
6860         * PropertyGridView.cs : Applied Atsushi's patch to fix
6861         font dialog bug  (#78197).
6862
6863 2006-06-05  Jackson Harper  <jackson@ximian.com>
6864
6865         * TreeNode.cs: Compute the next node for expanding/collapsing
6866         correctly. We now factor in nodes without a NextNode
6867         correctly. (Fixes somes cases in nunit-gui).
6868         * InternalWindowManager.cs: Set the bounds when updating the
6869         virtual position of a tool window.
6870         
6871 2006-06-05  Chris Toshok  <toshok@ximian.com>
6872
6873         * DataGrid.cs: rename cached_currencymgr to list_manager.
6874         (set_CurrentCell): move SetCurrentCell code here, and clean it up
6875         some.
6876         (CurrentRow, CurrentColumn): single accessors so we can make the
6877         cursor movement code a lot easier to understand.
6878         (CurrentRowIndex): implement this in terms of CurrentRow.
6879         (BeginEdit): clean this up a bit.
6880         (CancelEditing): sort out the is_editing/is_changing/is_adding
6881         stuff a little.
6882         (EndEdit): minor changes.
6883         (OnKeyDown): add a comment about a (most likely) unnecessary
6884         check.
6885         (OnMouseDown): cancel editing when we click on a row header.  And
6886         use the CurrentRow setter, not CurrentCell.
6887         (ProcessDialogKey): directly call ProcessGridKey.
6888         (UpdateSelectionAfterCursorMove): factor out this common block of
6889         code (it's used everywhere that we move the cursor by updating row
6890         or column).
6891         (ProcessGridKey): pretty substantial overhaul.  Use the
6892         CurrentRow/CurrentColumn properties to make the code a lot more
6893         readable.  Only use the CurrentCell property when we have to
6894         modify both row and column at once.  Tab behavior is still broken,
6895         and Delete is untested.
6896         (Select): if we have no selected rows, set selection_start to
6897         @row.
6898         (EditCurrentCell): rename EditCell this.  It was only ever invoked
6899         with CurrentCell as the arg, so drop the arg and rename it.
6900
6901         * DataGridColumnStyle.cs: clean up the constructors a little, and
6902         drop CommonConstructor().
6903
6904         * DataGridTextBox.cs (.ctor): set accepts_return to true so we
6905         actually get notified when the user hits it.
6906         (ProcessKeyMessage): *substantially* simplify this method.
6907         There's no reason (that I can see) for the textbox to be making
6908         calls into the datagrid at all.  Remove all of them but the ones
6909         for Enter handling.  those will take some more work.
6910
6911         * DataGridTextBoxColumn.cs (ConcedeFocus): implement this by
6912         calling HideEditBox.
6913         (HideEditBox): if we have an active textbox, render it invisible
6914         without causing a re-layout of the datagrid.
6915
6916 2006-06-05  Mike Kestner  <mkestner@novell.com>
6917
6918         * ListView.cs : fix NRE crasher when focuseditem is cleared by
6919         collection changes by resetting it to Items[0].  Fixes #78587.
6920
6921 2006-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6922
6923         * MessageBox.cs: if the height of the text is larger than the icon_size,
6924         use that. Fixes bug #78575.
6925
6926 2006-06-05  Jackson Harper  <jackson@ximian.com>
6927
6928         * TreeView.cs: Fix line drawing when scrolling.  To do this each
6929         node is basically responsible for drawing its entire horizontal
6930         area.  When drawing a node it draws its parent node lines if
6931         needed.
6932         - Adjust the clip area to the viewport rectangle
6933         - Fix Left/Right key handling to match MS. (It expand/collapses
6934         and moves to parents/first child but does not move selection to
6935         sibling nodes).
6936         - Fix SetTop to work with new bound calculation code
6937         - When scrollbars are no longer needed we need to reset scrolling
6938         vars and recalculate the visible order so the redraw is correct
6939         * TreeNode.cs: We can't expand/collapse nodes with no children.
6940
6941 2006-06-03  John Luke  <john.luke@gmail.com> 
6942
6943         * X11DesktopColors.cs: dllimport the exact gtk and gdk versions
6944         so the colors work without dev packages
6945         
6946 2006-06-02  Peter Dennis Bartok  <pbartok@novell.com> 
6947
6948         * Control.cs 
6949           - Select: Implemented to just use activate. Seems to match MS 
6950             behaviour closest. Documented to only do actual control walking 
6951             based on it's parameters if in a container control so I moved 
6952             the code there.
6953           - Removed selection check logic from our internal Select() method
6954         * ContainerControl.cs:
6955           - Select: Moved selection logic from Control here, since MS documents
6956             that containers obey the bool arguments. No longer calling base
6957
6958 2006-06-02  Jackson Harper  <jackson@ximian.com>
6959
6960         * TreeView.cs: If the selected node isn't changed when we get
6961         focus update the previously selected node so that we see the
6962         selection box.
6963
6964 2006-06-02  Mike Kestner  <mkestner@novell.com>
6965
6966         * ComboBox.cs: restructure grab and general mouse event handling.
6967         Make the composite control raise mouse events like it was a single
6968         control for leaves/enters/motion/up/down events.  fix dropdown list
6969         coordinate mangling and refactor it into the scrollbar subclass to
6970         reduce code duplication.  Fixes #78282 #78361 and #78457.
6971
6972 2006-06-02  Mike Kestner  <mkestner@novell.com>
6973
6974         * ScrollBar.cs: remove Capture setting/clearing, as it happens
6975         automatically in the Control.WndProc.
6976
6977 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6978
6979         * FileDialog.cs: fix crash when running SharpChess, which sets the
6980         FilterIndex to 2 with only one Filter.
6981
6982 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6983
6984         * ToolBar.cs: add SizeSpecified property.
6985         * ToolBarButton.cs: when the ButtonSize is calculated by the container,
6986         try to figure out our real size, otherwise fallback to what the
6987         container says.
6988
6989 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
6990
6991         * XplatUIX11.cs (DefWndProc): WM_MOUSEWHEEL needs to be passed up
6992         * Control.cs (WndProc): MS always calls the DefWndProc to pass
6993           up the event
6994
6995 2006-06-01  Mike Kestner  <mkestner@novell.com>
6996
6997         * ListView.cs: revamp the focus management in ListView.  It still
6998         causes churn of LostFocus/GotFocus emissions on clicks, but it's
6999         better than not handling focus at all.  Will revisit when pdb feels
7000         the general focus handling is solid.  Fixes #78526.
7001
7002 2006-06-01  Jackson Harper  <jackson@ximian.com>
7003
7004         * TreeView.cs: Set the default border style in the constructor.
7005         - Move painting to use OnPaintInternal instead of capturing
7006         WM_PAINT, this is the correct way of doing things
7007         - UpdateBelow shouldn't invalidate the scrollbar area
7008         - Cap the top on update below in case the node was above the top
7009         of the viewport rectangle.
7010         - ExpandBelow and Collapse below need to obey Begin/End Update.
7011         * TreeNode.cs: Make is_expanded internal so the treenode
7012         collection can change it without firing the whole event chain.
7013         * TreeNodeCollection.cs: When clearing all the child nodes make
7014         sure to recalc the visible order.
7015         - Improve algo for remove the top node
7016
7017 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
7018
7019         * XplatUIX11.cs (SetFocus): Make sure we can handle re-entrancy due to
7020           SendMessage directly calling window procedures, which in turn might
7021           call SetFocus()
7022
7023 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com>
7024
7025         * Control.cs: Don't handle WM_SETFOCUS if the same window already
7026           has focus (works around X11 sending a FocusIn after our SetFocus)
7027         * XplatUIX11.cs: Send KILLFOCUS before setting SETFOCUS on new window
7028
7029 2006-06-01  Alexander Olk  <alex.olk@googlemail.com>
7030
7031         * Mime.cs: Fix for the NET_2_0 build.
7032           NameValueCollection needs StringComparer now.
7033
7034 2006-05-31  Chris Toshok  <toshok@ximian.com>
7035
7036         * DataGridDrawingLogic.cs (FromPixelToColumn): modify this to also
7037         return (via an out parameter) the starting X of the column.
7038         (UpdateVisibleColumn): track change to FromPixelToColumn.
7039         (HitTest): add a ColumnResize case here.
7040         (DrawResizeLine): new function, probably poorly named.
7041
7042         * DataGrid.cs (.ctor): get rid of cached_currencymgr_events.  We
7043         only need to keep one reference.
7044         (set_ListManager): same.
7045         (OnMouseDown): call HitTest instead of grid_drawing.HitTest.
7046         Also, add support for HitTestType.ColumnResize.
7047         (OnMouseMove): add column resize behavior here, and change the
7048         cursor to the correct one as we move around the datagrid.
7049         (OnMouseUp): terminate the column resize if we're resizing.
7050         (ProcessGridKey): from the MS docs, Alt-0 enters the null value
7051         for the current cell.
7052         (ConnectListManagerEvents): use cached_currencymgr.
7053         (DisconnectListManagerEvents): fill this in, using
7054         cached_currencymgr.
7055         (SetCurrentCell): remove cached_currencymgr_events handling.
7056         (SetDataMember): only call DisconnectListManagerEvents if
7057         cached_currencymgr is != null.
7058         (SetDataSource): same.
7059         (OnListManagerCurrentChanged): cached_currencymgr_events ->
7060         cached_currencymgr.
7061
7062 2006-05-31  Jackson Harper  <jackson@ximian.com>
7063
7064         * BindingManagerBase.cs: Remove somedebug code that creeped into
7065         SVN.
7066         * TreeNode.cs: We get the indent level dynamically right now, so
7067         don't track it as a member.
7068         * TreeNodeCollection.cs: Make sure all nodes added to the list
7069         have parents, treeviews/topnodes setup properly.
7070         - Don't attempt to track indent level.
7071
7072 2006-05-30  Jackson Harper  <jackson@ximian.com>
7073
7074         * BindingContext.cs: Create the currency manager tables here.
7075         This allows us to more easily create null tables (when bad data
7076         members are used), and more easily create related currency
7077         managers.
7078         * CurrencyManager.cs: All the table creation stuff is done by the
7079         binding context now.
7080         - Current should throw an exception if listposition is -1.
7081         - CancelCurrentEdit/EndCurrentEdit, do nothing if the list hasn't
7082         been bound yet.
7083
7084 2006-05-30  Mike Kestner  <mkestner@novell.com>
7085
7086         * ListView.cs: allow reexpansion of zero-width column headers.
7087         Fixes #78528.
7088
7089 2006-05-28  Chris Toshok  <toshok@ximian.com>
7090
7091         * CurrencyManager.cs (get_Current): after the late binding
7092         listposition = -1 fix, we need to guard against it here and return
7093         null, otherwise we raise an exception (which is swallowed
7094         elsewhere, and breaks datagrid databinding.)
7095
7096 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
7097
7098         * MenuAPI.cs (ProcessMenuKey): We can legally get msg types other
7099           than WM_SYSKEY, don't throw if get something unexpected (#78507)
7100
7101 2006-05-26  Jackson Harper  <jackson@ximian.com>
7102
7103         * ControlPaint.cs:
7104         * ThemeWin32Classic.cs: For color comparisons just use the ARGB
7105         values, it's faster and it's all we care about (we don't care if
7106         the names aren't equal).
7107         * KeyboardLayouts.cs: Eliminate some dead code.
7108         - Lazy init things
7109         * X11Keyboard.cs: Lazy init keyboard detection.
7110         - Cleanup access modifiers a little.
7111
7112 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
7113
7114         * XplatUIX11.cs: Once again, attempting to get layout just right.
7115
7116 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com> 
7117
7118         * LinkLabel.cs (CreateLinkPieces): Use MeasureString to calculate
7119           the sizes of each link section, that will result in sizes that
7120           match DrawString's layout (Fixes #78391)
7121
7122 2006-05-27  Alexander Olk  <alex.olk@googlemail.com>
7123
7124         * FileDialog.cs: If AddExtension property is true autocomplete the
7125           extensions in SaveFileDialog correctly. Fixes bug #78453.
7126           Set MyNetwork and MyComputer to "C:\" for windows. This should
7127           fix part 8 of bug #78446 for now.
7128
7129 2006-05-26  Chris Toshok  <toshok@ximian.com>
7130
7131         * DataGrid.cs (ColumnStartedEditing): fill these in.  for now just
7132         invalidate the current row header if we need to, but presumably
7133         we'll invalidate the row corrsponding to the bounds or
7134         editingControl.
7135         (GridHScrolled): switch back to this method, as it's part of the
7136         public api.  *sigh*.
7137         (GridVScrolled): same.
7138         (OnMouseWheel): hack up something that more or less works.  Call
7139         GridHScrolled/GridVScrolled directly, instead of duplicating much
7140         of their code here.
7141         (EnsureCellVisibility): reinstate a bunch of this code, since we
7142         can't just set the scrollbar Value and expect to do all the work
7143         in the ValueChanged handler.  Also, Call Update() after scrolling
7144         in one direction so the other XplatX11.ScrollWindow call has the
7145         proper stuff in the proper places.
7146         (EditCell): set is_editing to true before calling .Edit.
7147
7148         * DataGridTextBox.cs (set_IsInEditOrNavigateMode): just set it,
7149         don't bother comparing first.
7150         (OnKeyPress): call grid.ColumnStartedEditing before calling
7151         base.OnKeyPress.  this will set is_changing and invalidate the row
7152         header if necessary.
7153         (ProcessKeyMessage): for WM_CHAR messages, call
7154         ProcessKeyEventArgs directly.  swallow anything other than WM_CHAR
7155         and WM_KEYDOWN.
7156         
7157         * DataGridBoolColumn.cs (Edit): don't set is_editing to true here.
7158         it's done in the DataGrid.
7159         (NextState): call grid.ColumnStartedEditing, which takes care of
7160         invalidating the row header (and setting is_changing).
7161
7162         * DataGridTextBoxColumn.cs (Edit): don't set is_editing to true
7163         here.  it's done in the DataGrid.
7164
7165 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7166
7167         * Control.cs: allow changing the cursor when the mouse position is
7168         out of bounds but Capture is set.
7169         * LinkLabel.cs: handle the case when the mouse button is pressed on the
7170         linklabel but released somewhere else.
7171
7172 2006-05-25  Jackson Harper  <jackson@ximian.com>
7173
7174         * TreeView.cs: When we get focus if there is no selected node make
7175         it the top node
7176         - Remove some uneeded setup code from Draw.
7177         * TreeNodeCollection.cs: If the tree doesn't have a top node when
7178         a new node is inserted make the new node the top.
7179         * XplatUIX11.cs:
7180         * Timer.cs: Use Utc time so that no local time zone stuff needs to
7181         be used (should be faster).
7182         
7183 2006-05-25  Chris Toshok  <toshok@ximian.com>
7184
7185         * DataGrid.cs (EnsureCellVisibility): remove some code to fix a
7186         problem with the last commit.
7187
7188 2006-05-25  Chris Toshok  <toshok@ximian.com>
7189
7190         * DataGridTextBoxColumn.cs (ReleaseHostedControl): turns out we do
7191         need the invalidate call here, while scrolling right-to-left via
7192         the left arrow key (i.e. moving the editing cell while scrolling).
7193
7194         * DataGrid.cs (.ctor): remove the initialization of
7195         ctrl_pressed/shift_pressed.  We no longer track them using key
7196         up/down handlers, but by using Control.ModifierKeys.  Also, switch
7197         to using ValueChanged handlers on the scrollbars instead of
7198         Scrolled event handlers.  This simplifies a bunch of the scrolling
7199         code.
7200         (GridHValueChanged): rename from GridHScrolled, and change it to
7201         work with the new event args.
7202         (GridVValueChanged): same.
7203         (OnMouseDown): initialize ctrl_pressed/shift_pressed here.
7204         (OnMouseWheel): actually scroll the datagrid.  Don't change the
7205         selected cell.
7206         (ProcessGridKey): correct all the keyboard navigation stuff I
7207         could find.  Ctrl up/down/left/right/home/end work now.
7208         (EnsureCellVisibility): correct method name spelling.  Also,
7209         simplify this a touch by not explicitly calling the
7210         ScrollToRow/ScrollToColumnInPixels methods.  We just set the
7211         scrollbar value.
7212         (OnKeyUpDG): no need for this method now.
7213         
7214 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7215
7216         * LinkLabel.cs: display the OverrideCursor when hovering the label.
7217         Fixes bug #78392.
7218
7219 2006-05-25  Chris Toshok  <toshok@ximian.com>
7220
7221         * ThemeWin32Classic.cs: fix datagrid clipping problems caused by
7222         r61019.
7223
7224 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
7225
7226         * Application.cs: Moved setting of is_modal and closing to before
7227           we create the control, to allow the event handlers called as a
7228           result of creation affect closing. Also removed Gonzalo's previous
7229           change to setting DialogResult, the behaviour has been moved to 
7230           Form.ShowDialog()
7231         * Form.cs: 
7232           - ShowDialog(): Removed explicit creation of the form, let RunLoop
7233             handle it instead
7234           - ShowDialog(): If no dialog result is set, we need to return Cancel
7235           - WM_CLOSE: Fire Closing/Closed events, and reset dialog result if
7236             the close is cancelled
7237
7238 2006-05-25  Jackson Harper  <jackson@ximian.com>
7239
7240         * StatusBar.cs: We only need to update the sizes of the other
7241         panels when we have auto size contents.  Also we are only updating
7242         the contents of the panel, not the borders, so compensate for the
7243         border width (TODO: get this width from the theme somehow).
7244         * TreeView.cs: Scrollable is true by default
7245         - Use invalidate instead of refresh where needed
7246         - Factor the scrollable value into scrollbar updating
7247         - Update the scrollbars if the Scrollable property is altered
7248         - Update the selected node if its ImageIndex is changed
7249         - Handle null nodes in UpdateNode (mainly so we don't have to
7250         check if selected is null when updating it
7251         - Fix VisibleCount to use the ViewportRectangle so that scrollbars
7252         are factored into the visible count
7253         - Use VisibleCount for clarity in the code
7254         - When the font is changed we need to recurse through all the
7255         nodes and invalidate their sizes
7256         
7257 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7258
7259         * Application.cs: set the DialogResult to fixed when the main form is
7260         hidden or destroyed while being modal.
7261
7262 2006-05-25  Miguel de Icaza  <miguel@novell.com>
7263
7264         * Theme.cs: Use Tangoified messagebox icons. 
7265
7266         (GetSizedResourceImage): Also cope with width = 0 and do not
7267         trigger a warning in that case (0 means "give me your icon from
7268         the resouce, no special size needed).
7269
7270 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
7271
7272         * Application.cs: Leave runloop if the the main modal form is 
7273           hidden (fixes #78484)
7274
7275 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
7276
7277         * BindingContext.cs : reject null datasource in Contains() and
7278           Item[].
7279         * CurrencyManager.cs : check data_member validity when data_source
7280           is dataset. When it is late binding, the initial position is -1.
7281
7282 2006-05-24  Jackson Harper  <jackson@ximian.com>
7283
7284         * TreeNodeCollection.cs: Dont't recalculate the visible order on
7285         inserted nodes that aren't visible.  This changes the
7286         max_visible_order which confuses scrollbar settings.
7287         - Use the enumerator to get the prev node instead of duplicating
7288         code.
7289         * TreeView.cs: Use new method for setting scrollbar values
7290         - Don't set the bounds every time the scrollbar is updated
7291         - When updating below the root node use an invalidate instead of a
7292         refresh to prevent the child controls (scrollbars) from being
7293         refreshed. (UpdateBelow still needs to be reworked anyways).
7294         - Reenable SetBottom now that visible orders are set correctly,
7295         added some debug code incase we ever get bad values there again.
7296         - Set the scrollbar max to 2 less then the max value, this
7297         compensates for the max value being one above the node count, and
7298         for scrollbars adding one extra "notch".
7299         - When drawing image nodes if there is an imagelist we draw the
7300         first image in the list if the supplied image index is out of the
7301         image list's bounds.
7302         
7303 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
7304
7305         * XplatUIX11.cs: Don't blindly cache hwnd.ClientRect, reset it when 
7306           we receive a size change from the WM (Fixes #78503)
7307
7308 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com>
7309
7310         * XplatUIWin32.cs, XplatUIX11.cs: Refresh when setting the Clip 
7311           rectangle (Fixes #78501)
7312
7313 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
7314
7315         * ButtonBase.cs: 
7316           - Fixed MouseUp, MouseDown and MouseMove to treat mouseevent.Button 
7317             as a bitfield.
7318           - Fixed MouseMove to no longer switch pressed state unless the left
7319             mouse button is pressed. Atsushi provided the original patch (#78485)
7320           
7321 2006-05-24  Jackson Harper  <jackson@ximian.com>
7322
7323         * ScrollBar.cs: New internal methods that allow us to change a
7324         couple values on the scrollbar (the most common case is maximum
7325         and large change) without getting multiple invalidates.
7326
7327 2006-05-24  Chris Toshok  <toshok@ximian.com>
7328
7329         * DataGridBoolColumn.cs (Abort): revert back to the saved setting.
7330         (Edit): save off the original state in oldState, and set
7331         grid.is_editing to true.
7332         (OnKeyDown): abort editing if escape is pressed.  also, call
7333         NextState if space is pressed.
7334         (OnMouseDown): call NextState.
7335         (NextState): factor out shared code from OnKeyDown and OnMouseDown
7336         here.  Also, only invalidate the row header once (on the initial
7337         is_changing switch) to save on redraws.
7338
7339 2006-05-24  Chris Toshok  <toshok@ximian.com>
7340
7341         * DataGridTextBoxColumn.cs (Commit): only call SetColumnValueAtRow
7342         if the value in the cell is different than it was before.  This
7343         keeps us from triggering a layout when we move around a datarid
7344         with a highlighted cell.
7345         (Edit): suspend layout when creating/positining the text box, and
7346         resume passing false so we don't ever actually re-layout.
7347         (ReleaseHostedControl): same.
7348         (EnsureTextBox): reformat slightly, and set WordWrap to false.
7349
7350         * DataGridTextBox.cs (ProcessKeyMessage): it's not true that all
7351         control-key sequences should go to the datagrid - remove that
7352         lock.  Also, modify the conditions under which we move between
7353         cells when moving the cursor within a cell, and remove the "this"
7354         and "base" from field accesses.  We weren't even consistent, given
7355         they all were in the base class.
7356
7357 2006-05-24  Atsushi Enomoto  <atsushi@ximian.com>
7358
7359         * Binding.cs : (.ctor)
7360           An obvious NRE fix for BindingTest.CtorNullTest().
7361
7362 2006-05-23  Chris Toshok  <toshok@ximian.com>
7363
7364         * TextBoxBase.cs (get_Text): don't add a trailing newline, add
7365         them between lines.  This fixes some quirks editing cells in the
7366         datagrid.
7367
7368 2006-05-23  Jackson Harper  <jackson@ximian.com>
7369
7370         * TreeView.cs: Use begin/end update when doing expand/collapse all
7371         so that we don't get flicker on the scrollbar.
7372
7373 2006-05-23  Jackson Harper  <jackson@ximian.com>
7374
7375         * TreeNode.cs: Bounds are computed 'on the fly' now.  This allows
7376         treenode calculations to be independant of the painting code. To
7377         do this nodes track a visible order which is calculated by the
7378         treeview.
7379         - Call new methods for expanding/collapsing nodes.  These methods
7380         use scrollwindow so we don't have to update everything below the
7381         node.
7382         * TreeView.cs: Refactored drawing and scrolling code.  We don't
7383         need to update nodes when drawing anymore or calculate scrollbar
7384         stuff.
7385         - Added new methods for expanding/collapsing nodes. These methods
7386         use ScrollWindow so as to not have to redraw all the nodes below.
7387         * TreeNodeCollection.cs: Recalc visible order and scrollbars when
7388         we add/remove nodes or sort.
7389         - Handle removing the selected and the top node properly.
7390
7391 2006-05-23  Chris Toshok  <toshok@ximian.com>
7392
7393         * DataGridTextBoxColumn.cs (Edit): set grid.is_editing to true.
7394         maybe this should actually happen in the datagrid code?
7395         (EndEdit): no need to invalidate anything, given that
7396         ReleaseHostedControl causes the datagrid to relayout, which
7397         invalidates everything anyway.
7398
7399         * DataGrid.cs (set_CurrentCell): remove duplicate check (it's also
7400         in SetCurrentCell).
7401         (set_SelectionBackColor): call InvalidateSelection instead of
7402         Refresh.
7403         (set_SelectionForeColor): same.
7404         (BeginEdit): Flesh this out a bit.
7405         (CancelEditing): only do any of this if we're editing/adding.
7406         (EndEdit): same.
7407         (OnMouseDown): there's no need to cancel editing here, it's done
7408         in SetCurrentCell.
7409         (SetCurrentCell): only invalidate the current row header if it's a
7410         different row than the new one.
7411         (ShiftSelection): fix this to work like MS does.
7412         (ResetSelection): factor out the invalidation of selected_rows to
7413         InvalidateSelection.
7414         (SetDataSource): cancel any editing that's going on.
7415
7416         * DataGridColumnStyle.cs
7417         (IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing):
7418         call the non-interface version.
7419
7420         * ThemeWin32Classic.cs (DataGridPaintColumsHdrs): intersect the
7421         header rectangle with the clip rectangle so we don't redraw the
7422         entire header for just a small area.  Gets rid of the last flicker
7423         when horizontally scrolling.
7424         (DataGridPaintRow): same.
7425
7426 2006-05-23  Mike Kestner  <mkestner@novell.com>
7427
7428         * ListViewItem.cs: remove size for line hack from LargeIcon layout.
7429         * ThemeWin32Classic.cs: don't draw line.  it's really the top of a
7430         poorly placed checkbox on the MS control.  Fixes Alex's unfiled
7431         Critical bug report.
7432
7433 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
7434
7435         * PictureBox.cs: Fixed broken ControlStyles. Unit test no longer fails,
7436           and this fixes #78493
7437
7438 2006-05-23  Miguel de Icaza  <miguel@novell.com>
7439
7440         * Theme.cs (GetSizedResourceImage): Scale images if the proper
7441         size is not found.  
7442         
7443         * FileDialog.cs: Do not change the background for the side bar as
7444         it wont work nicely with the theme, and also reduces the artifacts
7445         in rendering the icons (which I want to fix too).
7446
7447         * MimeIcon.cs (ResourceImageLoader): Load images from assembly
7448         resources, not resgen resources. 
7449
7450         (PlatformDefaultHandler): Pull images using the new API.
7451
7452 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
7453
7454         * Hwnd.cs (Dispose): Remove any pending exposures. XEventQueue holds
7455           a reference to the hwnd and will not remove it unless there are
7456           no pending exposures (fixes #78341)
7457         * XplatUI.cs: Improved debug
7458
7459 2006-05-23  Atsushi Enomoto  <atsushi@ximian.com>
7460
7461         * MenuAPI.cs : don't handle OnClick event when it was not the left
7462           button. Fixed bug #78487.
7463
7464 2006-05-23  Mike Kestner  <mkestner@novell.com>
7465
7466         * MenuAPI.cs: fix placement of submenus for multi-row menu bars, and
7467         prefer submenus to the top menu for item lookup, to avoid popping down
7468         top-row items.
7469
7470 2006-05-23  Alexander Olk  <alex.olk@googlemail.com>
7471
7472         * ThemeWin32Classic.cs: Rewrote CPCPDrawScrollButton to drop
7473           Graphics.FillRectangle as the visual results are really bad (even
7474           on win). We now draw perfect arrows (and perfect shadows when the
7475           scrollbar is disabled). Simplified CPDrawGrid. CPDrawGrid now uses
7476           Pen.DashPattern to draw the dots of each line.
7477
7478 2006-05-22  Alexander Olk  <alex.olk@googlemail.com>
7479
7480         * FileDialog.cs: Update the filename combobox when navigating through
7481           the ListView with the cursor keys. Fixes part 7 of bug #78446.
7482
7483 2006-05-22  Mike Kestner  <mkestner@novell.com>
7484
7485         * ListView.cs: raise SelectedIndexChanged on keyboard selection.
7486         Fixes #78463.
7487
7488 2006-05-22  Mike Kestner  <mkestner@novell.com>
7489
7490         * ComboBox.cs: Refresh in EndUpdate to pick up all the dropped Paint
7491         requests. Fix a misspelled parameter and a copy paste exception error
7492         in Select.
7493
7494 2006-05-22  Peter Dennis Bartok  <pbartok@novell.com> 
7495
7496         * ThemeWin32Classic.cs: Changed DefaultFont emSize from 8.25 to 8
7497           to get the same width/height (5/13) on X11 as the default font has on
7498           win32. This means that our DefaultFont emSize is smaller than the 
7499           the MS SWF equivalent (even thought the width/height stays the same)
7500
7501 2006-05-20  Jackson Harper  <jackson@ximian.com>
7502
7503         * MdiClient.cs:
7504         * MdiWindowManager.cs:
7505         * InternalWindowManager.cs: Make sure to use the border width from
7506         the theme.
7507
7508 2006-05-20  Jordi Mas i Hernandez <jordimash@gmail.com>
7509
7510         * PrintDialog.cs: Implements printer details
7511
7512 2006-05-19  Alexander Olk  <alex.olk@googlemail.com>
7513
7514         * FileDialog.cs: Added focus handling for PopupButtonPanel.
7515           Fixes part 1 and 2 of bug #78446
7516
7517 2006-05-19  Peter Dennis Bartok  <pbartok@novell.com> 
7518
7519         * XplatUIX11.cs (SetWindowPos): Recalculate client area size on resizes
7520           instead of sticking to the first ever calculated value
7521
7522 2006-05-19  Mike Kestner  <mkestner@novell.com>
7523
7524         * ComboBox.cs: fix mouse motion selection to use MousePosition and
7525         PointToClient, since Capture is set. Fixes #78344.
7526
7527 2006-05-19  Mike Kestner  <mkestner@novell.com>
7528
7529         * ListView.cs: match MS behavior in Details view where items are not
7530         drawn if Columns.Count == 0. 
7531         * ThemeWin32Classic.cs: only highlight ListView selection if focused.
7532         Use a separate pen to draw the check, since changing the width affects
7533         the box as well.  Fixes #78454.
7534
7535 2006-05-18  Miguel de Icaza  <miguel@novell.com>
7536
7537         * ListView.cs: ArgumentOutOfRangeException, single versions of the
7538         exception should throw the name of the invalid argument.
7539
7540         * FileDialog.cs (OnClickOpenSaveButton): Avoid crash in open if
7541         there are no files listed. 
7542
7543 2006-05-18  Jackson Harper  <jackson@ximian.com>
7544
7545         * ThemeWin32Classic.cs: Don't use endcaps, they mess the drawing
7546         up.
7547
7548 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
7549
7550         * Control.cs: Brought back our old UpdateZOrder method as a private
7551           function and switched our calls from UpdateZOrder to the new one.
7552           This fixes the Paint.Net canvas disappearing bug.
7553
7554 2006-05-18  Jackson Harper  <jackson@ximian.com>
7555
7556         * Theme.cs:
7557         * ThemeWin32Classic.cs:
7558         * InternalWindowManager.cs: Move the drawing into the theme,
7559         expose everything the theme should need from the window manager.
7560
7561 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
7562
7563         * XplatUIX11.cs (DefWndProc): WM_SETCURSOR: Assign the return value 
7564           from the call to NativeWindow to avoid walking up the parent chain
7565           further than needed (speeds up setting cursors and avoids setting
7566           the wrong cursor if a parent has another cursor defined)
7567         * Cursor.cs: When loading an icon as cursor, MS uses the center of
7568           the icon as hotspot, not what's contained as hotspot in the icon
7569           file. This fixes the perceived drawing offset seen with Paint.Net
7570         
7571 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
7572
7573         * XplatUIX11.cs: 
7574           - Store the calculated rectangle in Hwnd object and use it when 
7575             setting the client size
7576           - Force Toolwindows to always be type Dock, to ensure they're on top
7577
7578 2006-05-18  Mike Kestner  <mkestner@novell.com>
7579
7580         * ComboBox.cs: first pass at ComboBox rework.  Layout is more
7581         consistent with MS positioning.  IntegralHeight, ItemHeight, Sizing.
7582         Correctly initialize textcontrol and ListBox on DropDownStyle changes. 
7583         Substantial refactoring to remove confusing nested classes. Coding
7584         standard and Get+Set->property refactorings.  Shift to index based
7585         highlighting in ComboListBox instead of constantly using IndexOf and
7586         Items[]. Add invalidations on resize for DropDownList to fix ugliness
7587         in FileDialog growth.  Draw borders manually since Simple mode needs
7588         to look like two independent controls.  Make listbox border
7589         conditional to DropDownStyle.  Improved OwnerDraw support.
7590
7591 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
7592
7593         * PaintEventArgs.cs: For 2.0, check for a null Graphics in the .ctor. 
7594         Don't set the disposed graphics to null, so we can throw the "right"
7595         exception if the graphics is reused later (added a flag to avoid 
7596         double disposing). Some behaviours are different under 2.0 and are
7597         filled under bug #78448.
7598
7599 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
7600
7601         * Control.cs: When double-buffering is enabled, we need to reset
7602           our graphics context between paint calls. Otherwise, any 
7603           transformations and other alterations on the context will 
7604           become cumulative (#77734)
7605
7606 2006-05-18  Mike Kestner  <mkestner@novell.com>
7607
7608         * ListView.cs: do focused item selection like MS on clicks. 
7609         Rework focus handling for ItemControl so LostFocus invalidates as
7610         well.
7611         * ThemeWin32Classic.cs: only draw focus rectangle for ListViewItems if
7612         the ListView ItemControl has focus.
7613
7614 2006-05-17  Peter Dennis Bartok  <pbartok@novell.com>
7615
7616         * XplatUIX11.cs: If client_window ends up being width or height zero
7617           due to border settings, move it off window inside whole_window (#78433)
7618
7619 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
7620
7621         * Mime.cs: Shrink the mime file cache correctly.
7622
7623 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
7624
7625         * ThemeWin32Classic.cs: Readded button focus drawing code. (#78429)
7626
7627 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
7628
7629         * XplatUIX11.cs (AddExpose): More sanity checks
7630
7631 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
7632
7633         * XplatUIX11.cs:
7634           - AddExpose: Don't add expose ranges outside the size of our
7635             window
7636           - Cast opacity values to Int32 to avoid crashes with certain
7637             values
7638           - Added disabled code paths that protect against illegal cross-
7639             thread painting (Developers.exe)
7640
7641 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
7642
7643         * ProgressBar.cs: Invalidate the control when it's resized
7644           since block size is based on control size. (#78388)
7645
7646 2006-05-16  Miguel de Icaza  <miguel@novell.com>
7647
7648         * DataGrid.cs (SetDataBinding): per the discussion on irc, instead
7649         of setting the incoming argument to the "reset" value, we set the
7650         this.datamember to string.empty (before we were invalidating the
7651         incoming data).   
7652
7653         Fixes 78420
7654
7655 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
7656
7657         * Form.cs: Only apply transparency settings after the form
7658           is created. (Fixes #77800)
7659
7660 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
7661
7662         * ApplicationContext.cs: Grab the HandleDestroyed event so
7663           we know when to fire OnMainFormClosed 
7664
7665 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
7666
7667         * Application.cs: Introduced sub-class to allow tracking of
7668           threads and centralized triggering of the event mess for
7669           ThreadExit, AppExit, etc..  (#76156)
7670
7671 2006-05-16  Alexander Olk  <alex.olk@googlemail.com>
7672
7673         * MimeIcon.cs:
7674           - Do not return a null icon index value for a mime subclass.
7675             Instead try the main mime type class too.
7676           - Seems that some newer distributions don't have a link to some
7677             gnome default icons anymore. So check the default gnome dir too.
7678           
7679
7680 2006-05-16  Jackson Harper  <jackson@ximian.com>
7681
7682         * MdiClient.cs: Don't paint the parent background image if we have
7683         our own background image.
7684
7685 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
7686
7687         * Control.cs:
7688           - PerformLayout: Do not shrink space filled by DockStyle.Fill
7689             controls, all filled controls are supposed to overlap (#78080)
7690           - UpdateZOrder is supposed to update the control's z-order in the
7691             parent's z-order chain. Fixed to behave like that
7692           - BringToFront: Removed obsolete code
7693           - SendToBack: Simplyfied
7694           - SetChildIndex: Trigger layout calculations when Z-order changes
7695             since layout is done by z-order
7696
7697 2006-05-16  Chris Toshok  <toshok@ximian.com>
7698
7699         [ fixes bug #78410 ]
7700         * DataGrid.cs (set_AlternatingBackColor): use
7701         grid_drawing.InvalidateCells instead of Refresh().
7702         (set_BackColor): call grid_drawing.InvalidateCells.
7703         (set_BackgroundColor): use Invalidate instead of Refresh.
7704
7705         * DataGridDrawingLogic.cs (InvalidateCells): new function, just
7706         invalidate the cell area.
7707
7708 2006-05-15  Chris Toshok  <toshok@ximian.com>
7709
7710         [ fixes bug #78011 ]
7711         * ThemeWin32Classic.cs (DataGridPaintRows): pass the clip argument
7712         on to DataGridPaintRow.
7713         (DataGridPaintRow): take a clip argument, and only draw the cells
7714         which intersect it.  same with the not_usedarea.
7715
7716         * Theme.cs (DataGridPaintRow) add @clip parameter.
7717
7718         * DataGrid.cs (ScrollToColumnInPixels): simplify, use
7719         XplatUI.ScrollWindow.
7720         (ScrollToRow): same.
7721
7722         * DataGridDrawingLogic.cs (UpdateVisibleColumn): fix corner case
7723         with last column which was causing a gray swath to appear with the
7724         XplatUI.ScrollWindow code.
7725
7726 2006-05-15  Chris Toshok  <toshok@ximian.com>
7727
7728         * ListBox.cs (HorizontalScrollEvent): in the non-multicolumn case,
7729         use XplatUI.ScrollWindow.
7730         (VerticalScrollEvent): use XplatUI.ScrollWindow.
7731
7732 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com> 
7733
7734         * TextBoxBase.cs: Added handling of middle-button paste for X11. (#78375)
7735
7736 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
7737
7738         * Cursors.cs: For X11, read NWSE and NESW cursors from our resource
7739           file since there are no equivalent X11 cursors
7740
7741 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
7742
7743         * MonthCalendar.cs : DateTimePicker should reflect selected date
7744           on mouse*up*, not mouse*down*. Fixed originally reported part of
7745           bug #76474.
7746
7747 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
7748
7749         * TabControl.cs : When argument index is equal or more than tab
7750           count, just ignore. Fixed bug #78395.
7751
7752 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
7753
7754         * Control.cs: Dispose all child controls when control is diposed (#78394)
7755
7756 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
7757
7758         * ColorDialog.cs: Finally it is possible to select the color with
7759           the text boxes
7760
7761 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
7762
7763         * PrintDialog.cs: Fix typo
7764
7765 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
7766
7767         * PrintDialog.cs: PrintDialog is not resizable
7768         * ThemeWin32Classic.cs: Draw non links in LinkLabel with the correct
7769           color. Made some ToolBar drawing methods protected virtual.
7770
7771 2006-05-13  Jordi Mas i Hernandez <jordimash@gmail.com>
7772
7773         * PrintDialog.cs: Implementation of the PrintDialog
7774
7775 2006-05-12  Chris Toshok  <toshok@ximian.com>
7776
7777         * ScrollBar.cs (set_Value): don't use Dirty/Invalidate to move the
7778         thumb, instead use MoveThumb.  This has the side effect of making
7779         most of the other thumb moving machinery use MoveThumb as well.
7780         (OnHandleCreated): pass false for @dirty to UpdateThumbPos, as we
7781         need to actually invalidate the rectangle where the new thumb will
7782         go.
7783         (MoveThumb): use XplatUI.ScrollWindow to move the thumb around.
7784         We force an Update() after, so it's not as fast as it could be,
7785         but at least there's zero flicker and no droppings.
7786         (OnMouseMoveSB): in the thumb dragging case, use MoveThumb.
7787         (UpdateThumbPos): add another argument (dirty), which says whether
7788         or not to calculate/add dirty regions which we later invalidate.
7789         For cases where we know we're going to use MoveThumb, we pass
7790         false for this.  Otherwise, pass true.
7791
7792 2006-05-12  Jackson Harper  <jackson@ximian.com>
7793
7794         * ThemeWin32Class.cs: Fixes for alignment and icon rendering in
7795         the status bar.
7796         
7797 2006-05-12  Peter Dennis Bartok  <pbartok@novell.com>
7798
7799         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new SetClipRegion
7800           and GetClipRegion methods and UserClipWontExposeParent property.
7801         * XplatUIWin32.cs: Implemented SetClipRegion/GetClipRegion methods,
7802           overriding UserClipWontExposeParent property, setting to false, since
7803           Win32 handles the required expose messages to draw our clipped parent
7804           areas internally
7805         * XplatUIX11.cs: Implemented SetClipRegion and GetClipRegion; updated
7806           PaintEventStart to set the user clip region if set.
7807         * Control.cs: 
7808           - Now internally tracking the Region for the control since we need to
7809             store it if the handle is not yet created and only set it when it
7810             becomes created. Before setting the region forced handle creation
7811           - Added code to draw the parents underneath a user-clipped region
7812         * Hwnd.cs: Added UserClip property
7813
7814 2006-05-12  Chris Toshok  <toshok@ximian.com>
7815
7816         * ScrollBar.cs (set_LargeChange): Refresh() -> InvalidateDirty()
7817         (set_Maximum): same.
7818         (set_Minimum): same.
7819         (set_SmallChange): same.
7820         (OnMouseUpSB): remove the call to refresh when releasing the
7821         thumb.  We shouldn't need it.
7822         
7823 2006-05-12  Miguel de Icaza  <miguel@novell.com>
7824
7825         * StatusBar.cs (UpdatePanel): If the panel being refreshes has the
7826         AutoSize set to None, we do not need to relayout everything, we
7827         just need to invalidate the current region.
7828
7829         (Draw): Do not draw the entire ClientArea, just redraw the
7830         clip area being passed.
7831
7832         * MdiClient.cs: Make MdiClient constructor with the Form argument
7833         internal. 
7834
7835 2006-05-12  Jackson Harper  <jackson@ximian.com>
7836
7837         * ThemeWin32Classic.cs (DrawToolBar): Flat toolbars get their
7838         parents background image,  but strangely not their own.
7839         - (DrawStatusBarPanel): Take into account horizontal alignment
7840         when drawing the strings and icons.
7841
7842 2006-05-12  Mike Kestner  <mkestner@novell.com>
7843
7844         * ListBox.cs: avoid invalidations for focus when the collection is
7845         empty. 
7846
7847 2006-05-12  Chris Toshok  <toshok@ximian.com>
7848
7849         * ScrollBar.cs (OnMouseMoveSB): when dragging the thumb, don't
7850         invalidate the entire thumb area.  Call InvalidateDirty which
7851         limits the redraw to the thumb itself and surrounding pixels.
7852
7853         * XplatUIX11.cs (ScrollWindow): optimize copying.
7854         
7855 2006-05-12  Chris Toshok  <toshok@ximian.com>
7856
7857         * DataGridDrawingLogic.cs: make CalcGridAreas non-reentrant.
7858         Figure out the positioning/layout in a single pass instead of
7859         multiple recursive invocations.  Speeds up the initial display of
7860         the data grid.  Also, make many things private that were
7861         originally public but unused outside this class.
7862
7863 2006-05-11  Jackson Harper  <jackson@ximian.com>
7864
7865         * MdiClient.cs: Improved layout code.
7866
7867 2006-05-11  Jonathan Chambers  <jonathan.chambers@ansys.com>
7868
7869         * PropertyGrid.cs : Only check GetPropertiesSupported for properties,
7870           not SelectedObject.
7871
7872 2006-05-11  Chris Toshok  <toshok@ximian.com>
7873
7874         * Hwnd.cs (Invalid): don't start off with Rectangle.Empty, as
7875         union of that will always be {0,0,width,height}.
7876
7877 2006-05-11  Jackson Harper  <jackson@ximian.com>
7878
7879         * Form.cs: Match MS's DefaultSize for forms (they must have
7880         changed the size in sp2).
7881
7882 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
7883
7884         * TextBoxBase.cs : implement CTRL+A (select all). Fixed bug #78368.
7885
7886 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
7887
7888         * TextControl.cs : Fixed bug #78109. This incorrect position
7889           comparison caused crash on automatic line split.
7890         * TextBoxBase.cs : reduce duplicate code.
7891
7892 2006-05-10  Jackson Harper  <jackson@ximian.com>
7893
7894         * MdiClient.cs: Active form is only sent to the back when using
7895         the Next form functionality, when a form is clicked the current
7896         active shouldn't be sent to the back.
7897         - Layout the mdi windows when the container is first made visible.
7898         * Form.cs: Give the MdiClient a ref to the containing form when we
7899         create it.
7900         
7901 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
7902
7903         * LinkLabel.cs : link_font could be uninitialized, so populate one
7904           before actual use. Fixed bug #78340.
7905
7906 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
7907
7908         * XplatUIX11.cs : clipboard format native value is IntPtr.
7909           Fixed bug #78283.
7910
7911 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
7912
7913         * Control.cs: 
7914           - Instead of showing context menus directly we send WM_CONTEXTMENU, 
7915             which is passed up the parent chain by DefWndProc
7916           - We now handle WM_CONTEXTMENU to display any menu, or pass it 
7917             to DefWndProc (#77956)
7918         * XplatUIX11.cs: Added handling of WM_CONTEXTMENU (pass up) to DefWndProc
7919
7920 2006-05-10  Jackson Harper  <jackson@ximian.com>
7921
7922         * MdiClient.cs: We need to remove the controls from the mdi
7923         collection, when we close the window.
7924         * MdiWindowManager.cs: Special handling of closing mdi windows.
7925         * InternalWindowManager.cs: Make the close method virtual so the
7926         mdi window manager can handle it specially.
7927
7928 2006-05-10  Jordi Mas i Hernandez <jordimash@gmail.com>
7929
7930         * DataGrid.cs:
7931           - Recalculate grid when the data source has changed
7932           - Matches styles provided by user from all data sources types
7933         * DataGridTableStyle.cs: For columns that provided by the user set the
7934         with the preferred value is there was unassigned.
7935         * CurrencyManager.cs: throw OnItemChanged event
7936
7937 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com> 
7938
7939         * PictureBox.cs: Don't animate until handle is created. Start animation
7940           when handle is created.
7941
7942 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
7943
7944         * XplatUIX11.cs, Hwnd.cs: Adopted Mike's patch from #77979 to match
7945           current codebase.
7946         * XEventQueue.cs: We don't need to provide the extra info
7947
7948 2006-05-10  Jackson Harper  <jackson@ximian.com>
7949
7950         * MdiClient.cs: If the mdi clients parent form has a background
7951         image set, we draw that background image for the mdi area's
7952         background.
7953
7954 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
7955
7956         * TextBoxBase.cs: Set IBeam cursor (#78347)
7957
7958 2006-05-10  Mike Kestner  <mkestner@novell.com>
7959
7960         * ToolBar.cs: fix some text padding issues with ButtonSize
7961         calculation. Update the default size to match MS documentation.
7962         * ToolBarButton.cs: use ToolBar.ButtonSize for layout of unspecified
7963         button size. Fixes #78296.
7964
7965 2006-05-10  Mike Kestner  <mkestner@novell.com>
7966
7967         * ListBox.cs: use is_visible for scrollbar positioning in case the
7968         control isn't on screen yet.  Fix off by one with Right vs Width
7969         usage.  Update Scrollbars in SetBoundsCore. Fixes #78188 and #78258.
7970         
7971 2006-05-10  Jackson Harper  <jackson@ximian.com>
7972
7973         * X11Dnd.cs: Drop to a control with another control on top of it.
7974         * ToolBar.cs: Work on a copy of the buttons list, so that it can
7975         be modified in click handlers. TODO: Look for similar problems in
7976         other controls.
7977
7978 2006-05-09  Jackson Harper  <jackson@ximian.com>
7979
7980         * Form.cs: Window managers need the old window state when setting
7981         window state now.
7982         * InternalWindowManager.cs: Allow the base mdi window manager to
7983         handle more of the MDI only stuff (like maximize buttons).
7984         * MdiWindowManager.cs: Fix some snafus in changing the window
7985         state.  Add all the menu functionality, for both popup and
7986         maximized menus.
7987         * MdiClient.cs: When a new form is selected the currently
7988         activated form is sent to the back, this matches MS.
7989         - Implement a new method to activate the next mdi child window.
7990
7991 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com>
7992
7993         * Control.cs: 
7994           - Added new InternalCapture method to allow controls to prevent
7995             the capture behaviour on the click handlers
7996           - Switched to use InternalCapture
7997         * ComboBox.cs:
7998           - Using InternalCapture to prevent mouse captures from being released
7999             on mouse button release (Fixes #78100)
8000         * XplatUIX11.cs (DeriveStyles): Now checks caption state and only
8001           returns Form borders if a caption is present. (Fixes #78310)
8002
8003 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com> 
8004
8005         * TreeNode.cs: Changed serialization .ctor to not require every field
8006           to be present. (#78265)
8007         * OwnerDrawPropertyBag.cs: Added serialization .ctor
8008
8009 2006-05-05  Alexander Olk  <alex.olk@googlemail.com>
8010
8011         * MimeIcon.cs: for is faster than foreach for strings.
8012
8013 2006-05-05  Mike Kestner  <mkestner@novell.com>
8014
8015         * CheckedListBox.cs: update check handling code to not use selected.
8016         * ListBox.cs: rewrite of mouse selection handling to correspond to MS
8017         behavior for visual feedback, motion response, shift/ctrl handling,
8018         and properly deal with all 4 selection modes. Updates to bounds
8019         handling logic.  Add scroll wheel support. [Fixes #77842]
8020
8021 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
8022
8023         * ListView.cs:
8024           - Moved adding of Implicit controls into .ctor. That way, subsequent
8025             creation of the controls will not cause them to think they are 
8026             toplevel windows (fixes #78200 header problem)
8027           - Added 2.0 ShowGroups and UseCompatibleStateImageBehaviour
8028           - Switched visibility setting of header control to use internal field
8029             to avoid triggering handle creation
8030           - Now checking if handle is created before causing a refresh when items
8031             are added (This makes us now match handle creation time with MS)
8032         * Splitter.cs: Removed loading of private splitter cursor, switched to
8033           Cursors version now that that is loading the right ones
8034         * Cursors.cs: Load proper splitter cursors from resources
8035         * Cursor.cs: Added second method of loading resource cursors for the 
8036           VS.Net users amongst us
8037
8038 2006-05-05  Mike Kestner  <mkestner@novell.com>
8039
8040         * ListView.cs: give header_control a minimum size based on the
8041         ListView size.
8042
8043 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
8044
8045         * XplatUIX11.cs: WS_EX_TOPMOST requires window to be on top. A dock
8046           window seems to do that with metacity, so set that type. (#78120)
8047
8048 2006-05-05  Mike Kestner  <mkestner@novell.com>
8049
8050         * ListViewItem.cs: fix Details mode checkbox layout bug.
8051         * ThemeWin32Classic.cs: draw a ListView column header for unused space
8052         at the end of the header, if it exists. [Fixes for #78200]
8053
8054 2006-05-04  Jackson Harper  <jackson@ximian.com>
8055
8056         * MdiClient.cs: Add a helper property to get the container form.
8057         * MdiWindowManager.cs: We have to make sure to use the menu origin
8058         when drawing the icons and buttons, this fixes maximized window
8059         icons/buttons on win32.
8060         * InternalWindowManager.cs: Reset the restore captions when a
8061         window goes from Maximized to Minimized and vice versa. Move the
8062         DrawMaximizedButtons into the MdiWindowManager source, tool
8063         windows can't be maximized. NOTE: This could use a little
8064         refactoring if time ever permits.
8065         
8066 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
8067
8068         * TextBox.cs: Add MWFCategoryAttributes
8069         * TextBoxBase.cs: Add MWFCategoryAttributes
8070         * Form.cs: Add MWFCategoryAttributes
8071
8072 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
8073
8074         * Control.cs: Add MWFCategoryAttributes
8075         * ScrollableControl.cs: Add MWFCategoryAttributes
8076
8077 2006-05-03  Alexander Olk  <alex.olk@googlemail.com>
8078
8079         * ThemeWin32Classic.cs: Draw the ToolBar top border only if
8080           Divider is true. Fix a little glitch in PropertyToolBar
8081           drawing code
8082
8083 2006-05-02  Peter Dennis Bartok  <pbartok@novell.com> 
8084
8085         * Control.cs:
8086           - Dispose: Call base.Dispose, this causes the disposed event
8087             to be fired (and probably other, more important stuff)
8088           - SetVisibleCore: Set is_visible to true after creating the
8089             window so that the window still gets created invisible (if
8090             WM_VISIBLE isn't set). That will cause the ShowWindow afterwards
8091             to generate a WM_ACTIVE message
8092         * Form.cs: Call Dispose when we want to destroy the window, instead of
8093           just destroying the handle (Dispose will do that for us)
8094         * XplatUIX11.cs:
8095           - RootWindow also needs a queue, so we can properly process the
8096             property change events from RootWindow (like Activate)
8097           - Generatic synthetic WM_ACTIVE message when the active window is
8098             being destroyed
8099
8100 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
8101
8102         * LinkLabel.cs: Trigger a recalc of our label dimensions when
8103           bounds are changed
8104
8105 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com>
8106
8107         * ThemeWin32Classic.cs (ButtonBase_DrawImage): Use the proper image
8108           for determining width and height (image might not be assigned if
8109           we're drawing an imagelist)
8110
8111 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
8112
8113         * XplatUI.cs, XplatUIDriver.cs: Added MenuHeight property
8114         * XplatUIWin32.cs: Overriding new MenuHeight property, retrieving
8115           height from system
8116         * Theme.cs: No longer returns hardcoded menu height, instead calls
8117           new driver method
8118         * Form.cs (OnLoad): Scaling happens before triggering Load events 
8119           on MS (# 78257)
8120
8121 2006-05-01  Mike Kestner  <mkestner@novell.com>
8122
8123         * MenuItem.cs: fix NRE for text == null.  Fixes #78250.
8124
8125 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com> 
8126
8127         * TextBoxBase.cs: Removed Fixme
8128         * RichTextBox.cs (set_RTF): Invalidate document after update (#78247)
8129
8130 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com>
8131
8132         * XplatUIX11.cs:
8133           - ScrollWindow: We were passing hwnd.ClientRectangle which returns
8134             the rectangle relative to the parent, considering borders. We
8135             don't really want that.
8136           - ScrollWindow: Fixed warning to be more understandable
8137         * TextBoxBase.cs: Fixed ScrollWindow calculations to consider our
8138           scrollbars and scroll only the visible area
8139         * RichTextBox.cs: Removed debug output
8140
8141 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
8142
8143         * NumericUpDown.cs (Text): Just use base
8144         * UpDownBase.cs: Ensure txtView is created before using it
8145
8146 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
8147
8148         * XplatUIX11.cs (SetWindowTransparency): Casting opacity to int before
8149           casting to IntPtr to avoid 64bit overflow errors
8150
8151 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
8152
8153         * Control.cs:
8154           - AllowDrop: Don't force handle creation.
8155           - CreateHandle: Added call to tell driver if we're allowed to drop
8156
8157 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
8158
8159         * FileDialog.cs: Remember the last directory not only for the
8160           current instance but also for new FileDialog instances.
8161
8162 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
8163         
8164         * XplatUIX11.cs: Forgot to set the queue on the foster parent. That
8165           broke sending async messages
8166
8167 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
8168
8169         * XplatUIX11.cs:
8170           - ScrollWindow: Fixed method. We finally generate expose events again
8171             for scrolled areas. This was causing 'garbage' when scrolling
8172             textbox and other controls that used ScrollWindow
8173           - Switched from using the regular queue for paint events to the MS 
8174             model of 'generating' paint events when the queue is empty.
8175             We use the new XQueueEvent.Paint subclass to store which windows
8176             need painting.
8177           - AddExpose now takes the x/y/width/height of the exposed area
8178             and inserts the window into the paint queue if not already there
8179           - InvalidateWholeWindow: Switched to use new AddExpose method
8180           - UpdateMessageQueue: Added which queue to monitor for paint events
8181           - DefWndProc: Added default handler for WM_PAINT and WM_NCPAINT in
8182             the unlikely case nothing above handles it. We reset the expose
8183             pending states to get them off the queue.
8184           - GetMessage: Now pulls a paint event if no other events are in the
8185             queue
8186           - Invalidate: Switched to new AddExpose method
8187           - PeekMessage: Updated to understand pending paint events
8188           - UpdateWindow: Fixed logic bug. We were only updating if the window
8189             didn't need updating. Also switched to sending WM_PAINT directly,
8190             like MS does.
8191         * XEventQueue.cs: Added Paint queue support. Allows enqueue/dequeue
8192           and random access Remove(). The random access is needed to handle
8193           UpdateWindow() where a WM_PAINT is sent directly without accessing
8194           the queue.
8195         * ScrollBar.cs: Added Update() calls to cause immediate updates to
8196           allow for better feedback when scrolling. Scrollbars are small and
8197           the immediate update should make it 'feel' more responsive without
8198           slowing things down. ScrollBar still needs it's invaliate logic
8199           updated to not always invalidate the whole bar on certain changes.
8200
8201 2006-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8202
8203         * Control.cs:
8204         (BackColor): if the control does not support a transparent background,
8205         return the default backcolor when the parent backcolor is transparent.
8206
8207 2006-04-28  Peter Dennis Bartok  <pbartok@novell.com>
8208
8209         * Application.cs: Updated to new StartLoop/GetMessage API
8210         * RichTextBox.cs: Provide some output on RTF parsing errors
8211         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs: Added
8212           new queue_id argument to GetMessage and PeekMessage to allow faster
8213           handling of per-thread queues in drivers.
8214         * Hwnd.cs: Added Queue tracking and property
8215         * MenuAPI.cs: Updated to new StartLoop/GetMessage API
8216         * XEventQueue.cs: Added thread trackingA
8217         * PropertyGridView.cs: Updated to new StartLoop/GetMessage API
8218         * XplatUIX11.cs:
8219           - Implemented new per-thread queue
8220           - GetMessage: Fixed return/break behaviour on several cases. We were
8221             returning stale messages in some cases, instead of just processing
8222             the next message
8223
8224 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
8225
8226         * PropertyGrid.cs: Call GetPropertiesSupported on TypeConverter.
8227
8228 2006-04-27  Peter Dennis Bartok  <pbartok@novell.com>
8229
8230         * ThemeWin32Classic.cs (DrawToolBar): Refactored, simplified the logic,
8231           fixed off-by-one comparisons between Width/Height and Right/Bottom.
8232
8233 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
8234
8235         * PropertyGridView.cs: Fix drop down width.
8236
8237 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
8238
8239         * ThemeWin32Classic.cs: Peter thinks that three additional lines are
8240           a mess in DrawToolBar, so I removed one of them.
8241
8242 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
8243
8244         * ThemeWin32Classic.cs: Draw the ToolBar border lines only if
8245           needed (clip). Otherwise we get artifacts.
8246
8247 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
8248
8249         * FixedSizeTextBox.cs: Added constructor to allow specifying which
8250           dimension is fixed
8251         * UpDownBase.cs: Set the spinner control to be fixed height vertical,
8252           and switched FixedSizeTextBox to only be fixed vertical (#78116)
8253         * Form.cs: Not applying the 'MS 0.08 fudge factor' for a given dimension
8254           if it matches the scale base font (avoids unneeded scaling)
8255
8256 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
8257
8258         * X11DesktopColors.cs: One gtk_init_check should be enough
8259
8260 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com> 
8261
8262         * TextBoxBase.cs: Moved Backspace handling into WM_CHAR block to
8263           match MS behaviour
8264
8265 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
8266
8267         * TextBoxBase.cs: 
8268           - Generate OnTextChanged for Backspace even if we're only deleting
8269             the current selection
8270           - When setting the Text property, only select all text if the
8271             control does not have focus when it is being set. Otherwise
8272             just place the cursor at the beginning of the control
8273
8274 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
8275
8276         * ThemeWin32Classic.cs: ToolBars get drawn with two lines at the top.
8277           Added a little helper to draw PropertyGrid ToolBar with a different
8278           border and a different BackColor.
8279         * PropertyGrid.cs: Some background parts didn't get painted with the
8280           correct background color. Added a class that helps us to draw the
8281           correct border for PropertyGridView and a class that helps us to
8282           draw ToolBars with a different backcolor
8283         * PropertyGridView.cs: Draw PlusMinus with the correct colors.
8284
8285 2006-04-25  Jonathan Chambers  <jonathan.chambers@ansys.com>
8286
8287         * PropertyGrid.cs: Bug 78196, font size, and splitter location.
8288         * PropertyGridView.cs: Bug 78196, font size, and splitter location.
8289
8290 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
8291
8292         * XplatUIWin32.cs (DIBtoImage): ORing instead of ANDing the alpha
8293           into the palette entries. Also, since we're working on a copy
8294           we needed to copy the palette back onto the bitmap.
8295         * Cursor.cs: Same fix as XplatUIWin32.cs.
8296
8297 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com>
8298
8299         * ImageListStreamer.cs: Need to read the var (or we're off)
8300
8301 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
8302
8303         * TextControl.cs, ComboBox.cs, CommonDialog.cs, Theme.cs, 
8304           XplatUIWin32.cs, RichTextBox.cs, ImageListStreamer.cs,
8305           TextBoxBase.cs: Unused var fixes
8306         * AxHost.cs: Small 2.0 fix
8307         * XplatUIX11.cs: Switched to IntPtr from int for XA_CARDINAL atoms 
8308           as it seems that is what at least Metacity expects. This will make
8309           icons show up on 64bit platforms. We still have some 64bit size
8310           issues, though, since the startup app window size still won't match.
8311
8312 2006-04-25  Mike Kestner  <mkestner@novell.com>
8313
8314         * *.cs: cleanup newly reported exception var unused warnings.
8315
8316 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
8317
8318         * ThemeWin32Classic.cs: Button image alignment now matches exactly
8319           ms
8320
8321 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
8322
8323         * ThemeWin32Classic.cs: Fixed drawing code for buttons with an
8324           image. The image position is always the same, no matter if the
8325           button is pressed or not.
8326
8327 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
8328
8329         * FileDialog.cs: SaveFileDialog shouldn't rely on a MWFFileView
8330           selection and set the correct filename for SaveFileDialog.
8331           Patch by Emery Conrad.
8332
8333 2006-04-24  Mike Kestner  <mkestner@novell.com>
8334
8335         * ListView.cs (LastVisibleIndex): when in List mode of Alignment.Left,
8336         check for item.X outside the ClientRect instead of item.Y. Fixes
8337         #78151.
8338
8339 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8340
8341         * ImageListStreamer.cs: some images store a wrong grow factor, so don't
8342         trust that value blindly and do some sanity check. Fixes bug #77814.
8343
8344 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8345
8346         * ImageListStreamer.cs: save the mask as a 1bpp image.
8347
8348 2006-04-21  Mike Kestner  <mkestner@novell.com>
8349
8350         * CheckedListBox.cs: maintain CheckStatus here. Use DrawItemState to
8351         pass Checked and Indeterminate to the Theme Engine. Improve
8352         encapsulation with ListBox.
8353         * ListBox.cs: Keep a StringFormat instead of calculating it every item
8354         draw. Kill ListBoxItem. Refactor away the ListBoxInfo and ListBoxItem
8355         nested types.  Move all CheckState functionality to CheckedListBox.
8356         Make IntegralHeight work like MS.  Rewrite of Layout engine.  Fix
8357         OwnerDrawVariable layout/rendering.  Fix multicolumn rendering.  Fix
8358         ScrollAlwaysVisible handling. Refactor "selected" collections to use a
8359         single base list. Fix scrollbar sizing and placement to mirror MS.
8360         * Theme.cs: remove CheckedListBoxCheckRectangle. It wasn't really
8361         used.
8362         * ThemeWin32Classic.cs: implement Indeterminate CheckState rendering
8363         for CheckedListBox by using new DrawItemState info.  Center the
8364         checkboxes on the items. Use new StringFormat property.
8365
8366 2006-04-18  Jackson Harper  <jackson@ximian.com>
8367
8368         * Form.cs: MdiChildren don't do default locations the same way as
8369         regular forms.  This prevents a crash when trying to position the
8370         mdi windows.
8371
8372 2006-04-17  Jonathan Chambers  <jonathan.chambers@ansys.com>
8373
8374         * PropertyGridTextBox.cs: Formatting, copyright
8375         * PropertiesTab.cs: Formatting
8376         * PropertyGrid.cs: Formatting
8377         * PropertyGridView.cs: Formatting, fix drop down, enabled double 
8378           click toggling of values
8379           
8380 2006-04-17  Peter Dennis Bartok  <pbartok@novell.com> 
8381
8382         * KeyPressEventArgs: Added 2.0 only setter for KeyChar
8383         * Control.cs (.ctor): verify_thread_handle is static, don't reset
8384           every time a control is created
8385         * Application.cs: Removed obsolete EnableRTLMirroring method
8386
8387 2006-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
8388
8389         * TabControl.cs: Avoid ArgumentOutOfRangeException when setting
8390         SelectedIndex to -1. Fixes bug #78121.
8391
8392 2006-04-17  Jackson Harper  <jackson@ximian.com>
8393
8394         * Binding.cs: Handle null values for Current and BindingContext.
8395         This occurs when binding is a little delayed.
8396         * CurrencyManager.cs: return null for Current when there are no
8397         items in the list.
8398         - Hookup to the listchanged event on the DataView and update
8399         bindings when the list is changed.  This fixes late binding of
8400         controls.
8401
8402 2006-04-17  Jackson Harper  <jackson@ximian.com>
8403
8404         * X11Dnd.cs:
8405         * XplatUIX11.cs: Drops should not create a mousedown. Patch by Tim
8406         Ringenbach.
8407
8408 2006-04-15  Alexander Olk  <alex.olk@googlemail.com>
8409
8410         * ThemeWin32Classic.cs: Draw disabled combo button in the correct
8411           place
8412         * ComboBox.cs: If the combobox is disabled call CPDrawComboButton
8413           with the correct ButtonState
8414
8415 2006-04-14  Peter Dennis Bartok  <pbartok@novell.com>
8416
8417         * XplatUIX11.cs: Improved distinguishing between window types to
8418           tell the WM a type closer to what the app wants (Fixes #78107)
8419
8420 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
8421
8422         * ThemeWin32Classic.cs: Fixed drawing of ContainerGrabHandle and
8423           GrabHandle
8424
8425 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
8426
8427         * ThemeWin32Classic.cs: Fixed size grip drawing and updated StatusBar
8428           drawing code to reflect the size grip changes
8429
8430 2006-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8431
8432         * ImageListStreamer.cs: fix handling of the mask that follows the main
8433         bitmap when deserializing and serialize it properly. The generated mask
8434         should better be a 1bpp image, but I'll do that later.
8435
8436 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
8437
8438         * FileDialog.cs: Show something in the DirComboBox on *nix if the
8439           path doesn't fit into some of our Current.Places
8440
8441 2006-04-13  Jackson Harper  <jackson@ximian.com>
8442
8443         * ComboBox.cs: Use borders instead of drawing our own decorations,
8444         try to obey correct rules for heights.
8445         * Theme.cs:
8446         * ThemeNice.cs:
8447         * ThemeClearLooks.cs:
8448         * ThemeWin32Classic.cs: Remove combobox decoration drawing code,
8449         this is now handled by borders.
8450         - Remove unused DrawListBoxDecorationSize method.
8451         
8452 2006-04-13  Mike Kestner  <mkestner@novell.com>
8453
8454         * MenuAPI.cs: null guarding for the disbled click check fixes crash
8455         reported by Alex.
8456
8457 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
8458
8459         * ThemeWin32Classic.cs: 
8460           - Fixed CPDrawStringDisabled
8461           - Corrected drawing of disabled menu items
8462           - Fixed drawing of disabled radio buttons (bug #78095)
8463           - Draw check in a disabled CheckBox with color ControlDark 
8464
8465 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
8466
8467         * Form.cs: Use the provided width when calculating the menu size;
8468           when being maximized we get WM_NCCALCSIZE before WM_WINDOWPOSCHANGED
8469           and ClientSize.Width won't be updated yet
8470         * Application.cs: Use Visible instead of Show() to make form visible,
8471           this way we create the handle later and menusize is considered
8472
8473 2006-04-12  Mike Kestner  <mkestner@novell.com>
8474
8475         * MenuAPI.cs: ignore clicks on disabled menu items. Thanks to Alex for
8476         reporting.
8477
8478 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
8479
8480         * TextBox.cs: Implemented context menu
8481
8482 2006-04-12  Mike Kestner  <mkestner@novell.com>
8483
8484         * ListView.cs: implement box selection. fixes #77838.
8485         * ThemeWin32Classic.cs: draw box select rect, remove a ResetClip.
8486
8487 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
8488
8489         * XplatUIX11.cs: Added setting of window type when transient window
8490           is created (metacity would move it otherwise)
8491         * X11Structs.cs: Added WINDOW_TYPE atoms
8492         * LinkLabel.cs: Override OnPaintBackgroundInternal and draw the
8493           background (the control is Opaque but still wants transparent
8494           backgrounds)
8495
8496 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
8497
8498         * Control.cs: Added OnPaintBackgroundInternal to allow controls
8499           that set Opaque but don't mean it (like all ButtonBase-derived
8500           controls) to still draw their background
8501         * ButtonBase.cs: Override OnPaintBackgroundInternal and draw
8502           the background
8503
8504 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
8505
8506         * Control.cs (PaintControlBackground): Set the graphics object
8507           on our PaintEvent to null to prevent it from being disposed
8508           when the PaintEvent gets disposed
8509
8510 2006-04-12  Alexander Olk  <alex.olk@googlemail.com>
8511
8512         * ThemeWin32Classic.cs: Use even more SystemBrushes and SystemPens
8513         * ThemeNice.cs, ThemeClearlooks.cs: fix typo
8514
8515 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
8516
8517         * Control.cs: 
8518           - Added transparency check to BackColor property. Transparent
8519             backgrounds are only allowed if the control styles permit it
8520           - Added recursive painting of parent control background and
8521             foreground if a control with a transparent backcolor is drawn
8522             (Thanks to Tim Ringenback for providing his 'hack' as a base
8523              for this patch) Fixes #77985 and #78026.
8524           - Added Opaque style check before calling OnPaintBackground, no
8525             need to draw the background if the control is opaque
8526           - Removed ControlAccessibleObject owner variable (inherited from
8527             base, no need to define again)
8528           - Added some documentation links explaining the drawing events
8529             and styles
8530
8531 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
8532
8533         * Splitter.cs (CalculateSplitPosition): Corrected the bad assumption
8534           that the affected control is the located at the left border of our
8535           parent (Fixes #77936)
8536
8537 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
8538
8539         * TextBoxBase.cs: When rendering disabled or readonly controls,
8540           draw the background with 'Control' instead of 'Window' color as
8541           long as the user hasn't specifically set a color
8542
8543 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
8544
8545         * TextBoxBase.cs: Don't try to shortcut by checking against base.Text
8546           since that won't be updated if the user types text (only if it's
8547           programatically set)
8548
8549 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
8550
8551         * ScrollableControl.cs: Calculate DisplayRect dynamically, so that
8552           layout changes do to app-triggered resizes will have the proper
8553           display rectangle for layout
8554
8555 2006-04-11  Alexander Olk  <alex.olk@googlemail.com>
8556
8557         * ThemeWin32Classic.cs:
8558           - Make use of the SystemBrushes and SystemPens wherever possible
8559           - Corrected some highlight colors
8560           - Corrected RadioButton and CheckBox FlatStyle.Flat and Popup
8561             drawing
8562         * Theme.cs: Added Empty field to CPColor struct
8563
8564 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
8565
8566         * ScrollabeControl.cs: We need to consider whether or not a scrollbar
8567           is displayed when calculating the display rectangle. Thanks to Mike
8568           for teaching me the err of my ways.
8569
8570 2006-04-10  Peter Dennis Bartok  <pbartok@novell.com>
8571
8572         * ScrollableControl.cs:
8573           - Rewrote DisplayRectangle code, now returning the proper x/y coords 
8574             (instead of 0,0) and we now return the real width/height instead of
8575             just the clientrectangle, adjusted for padding. The rectangle is
8576             now cached and created by the new CalculateDisplayRectangle method.
8577           - Created new CalculateDisplayRectange method, which basically does
8578             what get_DisplayRectangle() did originally, but now using the 
8579             right edge instead of DisplayRectangle to determine the size of
8580             our scrollbars
8581           - get_Canvas(): Fixed it to properly calculate canvas for 
8582             right/bottom controls which seem to be placed to the right/bottom
8583             of any controls that have a fixed location
8584           - Removed TODO that's taken care of
8585           - Removed NotImplementeds and attempted to implement AdjustFormScrollBars
8586             and SetDisplayRectLocation according to new MSDN2 docs
8587           - Added call to PerformLayout in OnVisibleChanged, MS causes a layout
8588             event when that is called, this is added for compatibility
8589           - ScrollControlIntoView(): Implemented.
8590           - Switched scrollbars to be implicit, they shouldn't be selectable
8591         * ContainerControl: Now that ScrollControlIntoView is implemented, we 
8592           call it when the active control is set/changed
8593         * ScrollBar.cs: Added support for generating Win32 scrollbar messages
8594         * ImplicitHScrollBar.cs, ImplicitVScrollBar.cs: Now setting new base
8595           implicit_control variable (used for native Win32 message generation)
8596         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Added new 
8597           HorizontalScrollBarHeight and VerticalScrollBarWidth properties
8598         * ThemeWin32Classic.cs: Now calling the driver for the scrollbar sizes
8599         * XplatUIStructs.cs: Added ScrollBarCommands enum
8600
8601 2006-04-10  Jackson Harper  <jackson@ximian.com>
8602
8603         * ButtonBase.cs:
8604         * CheckedListBox.cs:
8605         * ComboBox.cs:
8606         * DataGrid.cs:
8607         * DataGridView.cs:
8608         * Form.cs:
8609         * GroupBox.cs:
8610         * ListBox.cs:
8611         * PrintPreviewControl.cs:
8612         * ProgressBar.cs:
8613         * PropertyGrid.cs:
8614         * Splitter.cs:
8615         * StatusBar.cs:
8616         * TrackBar.cs:
8617         * UpDownBase.cs: Fixup base event overrides.
8618         
8619 2006-04-06  Mike Kestner  <mkestner@novell.com>
8620
8621         * ScrollBar.cs: fix "new event" declarations (#76509) and bounds check
8622         all user-initiated value changes to min <= value <= max-thumbsz+1.
8623         (set_Value): check for vert/horiz when calculating new thumb position.
8624         (LargeIncrement): bounds check to stop pos at max - thumb_size + 1
8625         like MS does.
8626         (OnMouseMoveSB): refactor the thumb dragging code and refine
8627         invalidation logic to reduce flicker.
8628         (SetEndPosition): bounds check to stop pos at max - thumb_size + 1
8629         (SmallIncrement): bounds check to stop pos at max - thumb_size + 1
8630         (UpdateThumbPosition): small code readability cleanup
8631
8632 2006-04-10  Alexander Olk  <alex.olk@googlemail.com>
8633
8634         * ThemeNice.cs: Small UI polishing. Draw borders a little bit
8635           different
8636
8637 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
8638
8639         * ThemeNice.cs: Use a better graphics effect when a button is pressed
8640
8641 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
8642
8643         * Theme.cs: Added GetDashPen and GetSizedPen to SystemResPool
8644         * ThemeWin32Classic.cs: Make use of the new SystemResPool methods.
8645           This dramatically reduces the number of Pen.Dispose calls. 
8646           Where possible call ResPool methods only once instead of calling it
8647           over and over again (for example for the same color).
8648
8649 2006-04-06  Mike Kestner  <mkestner@novell.com>
8650
8651         * TabControl.cs: fix for SelectedIndex updating on TabPage removals.
8652         Also remove an unused private field on the collection. Fixes #77972.
8653
8654 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
8655
8656         * ThemeNice.cs: Added ToolBar drawing code
8657
8658 2006-04-06  Mike Kestner  <mkestner@novell.com>
8659
8660         * Form.cs (ShowDialog): MS allows IWin32Window param to be a non-form.
8661         I'm assuming that means we need to look up the toplevel for the
8662         provided control. Fixes the crash trace in #77911 but exposes another
8663         crash in some strange reflection usage in NDocGui.
8664
8665 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
8666
8667         * ThemeNice.cs: Gave it a little silver touch and added Images
8668           method
8669         * FontDialog.cs: FontDialog is not resizable
8670         * FileDialg.cs: Added SizeGripStyle.Show
8671
8672 2006-04-05  Jackson Harper  <jackson@ximian.com>
8673
8674         * KeyboardLayouts.cs: Remove warning.
8675
8676 2006-04-05  Jackson Harper  <jackson@ximian.com>
8677
8678         * Control.cs: Enable OnPaintInternal so we can use it for drawing
8679         all of our controls instead of Paint +=.
8680         * ListBox.cs:
8681         * ListView.cs:
8682         * MenuAPI.cs:
8683         * MessageBox.cs:
8684         * NotifyIcon.cs:
8685         * ProgressBar.cs:
8686         * ScrollBar.cs:
8687         * Splitter.cs:
8688         * StatusBar.cs:
8689         * TabControl.cs:
8690         * TextBoxBase.cs:
8691         * ToolBar.cs:
8692         * TrackBar.cs:
8693         * UpDownBase.cs:
8694         * ComboBox.cs: Remove handling of WM_PAINT and WM_ERASEBKGND and
8695         use OnPaintInternal. Remove Width/Height and Visible checks in
8696         paint handler, this is done at a higher level now.
8697         * GroupBox.cs: Don't need to handle WM_ERASEBKGND anymore.
8698         * PaintEventArgs.cs: Add a handled flag so controls that don't
8699         want anymore painting after OnPaintInternal can make sure OnPaint
8700         isn't called.
8701
8702 2006-04-05  Mike Kestner  <mkestner@novell.com>
8703
8704         * Form.cs: fix the menu WndProc hacks to respect the native enabled
8705         state of the form, so that we don't process events when Modal dialogs
8706         are up. Fixes #77922.
8707
8708 2006-04-05  Alexander Olk  <alex.olk@googlemail.com>
8709
8710         * Mime.cs: Default for range length is 1 not 0. If set to 0 no match
8711           checking is done.
8712
8713 2006-04-05  Mike Kestner  <mkestner@novell.com>
8714
8715         * XplatUIX11.cs: fix typo in the EX_APPWINDOW transient patch.
8716
8717 2006-04-05  Mike Kestner  <mkestner@novell.com>
8718
8719         * ListView.cs (HeaderMouseMove): null guarding for the over column
8720         when setting up the drag_to_index.  Fixes #78015.
8721
8722 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com>
8723
8724         * XplatUIX11.cs: If WS_EX_APPWINDOW isn't set we don't want to show up
8725           in the taskbar. Transient windows seem to accomplish that.
8726
8727 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com> 
8728
8729         * Form.cs:
8730           - Re-enabled CreateParams.X/Y code for FormStartPosition
8731           - Added code for manual placement when creating the Control
8732           - Incomplete patch to treat MDI forms differently when
8733             setting the ClientSizeCore. (Still need to figure out handling
8734             x/y coords there)
8735         * XplatUIX11.cs:
8736           - When we're explicitly setting the X/Y position of a non-Child
8737             window, let the WM know. Metacity really wants this.
8738
8739 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
8740
8741         * ThemeNice.cs: Added CPDrawButton
8742
8743 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
8744
8745         * ThemeNice.cs: Changed the color for focused buttons and activated
8746           the arrows for small scroll buttons.
8747
8748 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
8749
8750         * ThemeWin32Classic.cs: Removed DrawFlatStyleButton, not needed
8751           anymore. Changed some method modifiers to protected (virtual)
8752         * ThemeClearlooks.cs: Updated to reflect the ThemeWin32Classic
8753           changes
8754         * ThemeNice.cs: Updated to reflect the ThemeWin32Classic changes.
8755           Updated drawing of menus, buttons and progressbars; added
8756           CPDrawBorder3D 
8757
8758 2006-04-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8759
8760         * ImageListStreamer.cs: implemented serialization/deserialization
8761         of the images.
8762
8763 2006-04-03  Alexander Olk  <alex.olk@googlemail.com>
8764
8765         * ThemeWin32Classic.cs:
8766           - Removed all the DrawFrameControl stuff; CPDrawButton,
8767             CPDrawCheckBox and CPDrawRadioButton are now handled directly
8768             inside the methods
8769           - Updated and corrected the drawing code of CPDrawButton,
8770             CPDrawCheckBox and CPDrawRadioButton to better match ms
8771           - Updated theme checkbox and radiobutton code to use the CP*
8772             methods
8773
8774 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
8775
8776         * XplatUIX11.cs: Enable clipping again now that the libgdiplus
8777           bug is fixed
8778
8779 2006-03-31  Jackson Harper  <jackson@ximian.com>
8780
8781         * XplatUIX11.cs: Somehow we get SETCURSORS for bad windows
8782         sometimes.
8783         * UpDownBase.cs: Don't CreateGraphics manually, use a
8784         Refresh. Ideally we would invalidate the correct areas here.
8785
8786 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
8787
8788         * XplatUIX11.cs: 
8789           - We now track the mapping state of windows. If a window (or 
8790             one of it's parents) is not mapped we no longer permit
8791             WM_PAINT messages to be generated since we'd otherwise get 
8792             lots of BadMatch X errors. Jackson did all the work figuring
8793             out the problem.
8794           - Destroying the caret if the window it's contained in is 
8795             destroyed. Can't use regular DestroyCaret method since it
8796             might fall into a drawing function (trying to remove the
8797             caret) and with that generate new BadMatch errors. Again,
8798             Jackson tracked this down.
8799           - Changed DestroyChildWindows to SendWMDestroyMessages, we now
8800             make sure we send the messages to all windows. (The old code
8801             would send the WM_DESTROY to the window, and then all child
8802             windows would be 'gone' because the WM_DESTROY handle lookup
8803             would no longer find the destroyed window)
8804         * Hwnd.cs: Added Mapping property to track mapping state of hwnd
8805         * X11Structs.cs: Added WindowType enum for MapWindow/UnmapWindow
8806
8807 2006-03-31  Jackson Harper  <jackson@ximian.com>
8808
8809         * ScrollableControl.cs: Dont recalc if we are not visible.
8810
8811 2006-03-31  Mike Kestner  <mkestner@novell.com>
8812
8813         * Control.cs (SetVisibleCore): move the CreateControl call up ahead of
8814         the visibility branch.
8815
8816 2006-03-31  Jackson Harper  <jackson@ximian.com>
8817
8818         * ScrollBar.cs: Cap values when incrementing/decrementing.
8819
8820 2006-03-31  Mike Kestner  <mkestner@novell.com>
8821
8822         * MenuAPI.cs: setup menu.tracker for popup/context menus.
8823         * ToolTip.cs: guard against timer expirations with no active control.
8824         Not sure why it happened.
8825
8826 2006-03-31  Mike Kestner  <mkestner@novell.com>
8827
8828         * ThemeWin32Classic.cs: add some horizontal padding space for the tip
8829         text.
8830         * ToolTip.cs: Position the tooltip based on where the cursor is at
8831         popup time, not at MouseEnter time.  Add a Down state so that we don't
8832         redisplay tips without a Leave. Use faked XplatUI.GetCursorInfo for
8833         positioning offset. Lookup DisplaySize at positioning time, since it
8834         can theoretically change during invocation.
8835         * XplatUIWin32.cs: fake GetCursorInfo until pdb can do it properly.
8836         * XplatUIX11.cs: fake GetCursorInfo until pdb can do it properly.
8837
8838 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
8839
8840         * ThemeWin32Classic.cs: Use CPDrawBorder3D to draw a GroupBox.
8841           Fixes behaviour when the Text property of the box is String.Empty
8842
8843 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com>
8844
8845         * XplatUIX11.cs: Only send mouseleave for our client windows, not
8846           for the whole window (otherwise we get WM_MOUSE_LEAVE twice for
8847           a window)
8848
8849 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
8850
8851         * FileDialog.cs: Visual enhancement for the popup buttons in 
8852           PopupButtonPanel
8853
8854 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
8855
8856         * ColorDialog.cs, FontDialog.cs: Make use of the updated 3D border
8857           code
8858
8859 2006-03-30  Alexander Olk  <alex.olk@googlemail.com>
8860
8861         * ThemeWin32Classic.cs: Updated MainMenu drawing of selected and
8862           highlighted menu items to match ms
8863
8864 2006-03-30  Peter Dennis Bartok  <pbartok@novell.com> 
8865
8866         * XplatUIX11.cs: Don't set a clip rectangle unless it's not empty
8867
8868 2006-03-30  Mike Kestner  <mkestner@novell.com>
8869
8870         * Menu.cs (SelectedItem): use new MenuItem.Selected prop.
8871         * MenuAPI.cs: use new MenuItem.Selected prop. redraw MainMenu when we
8872         go active to account for HotLight to Selected transition.
8873         * MenuItem.cs: add internal Selected prop. Fill out the Status
8874         property by calculating it from item info. Add HotLight,
8875         NoAccelerator, Checked, Grayed, and Disabled flags where appropriate.
8876
8877 2006-03-30  Mike Kestner  <mkestner@novell.com>
8878
8879         * MenuItem.cs: only emit DrawItem and MeasureItem for OwnerDraw.
8880
8881 2006-03-29  Jackson Harper  <jackson@ximian.com>
8882
8883         * Form.cs: Implement TODO.
8884
8885 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com> 
8886
8887         * PrintPreviewDialog.cs: Implemented missing methods and events; still
8888           missing proper dialog setup in the constructor
8889
8890 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com>
8891
8892         * ProgressBar.cs: Added 2.0 Style property that apps seem to use
8893         * Control.cs:
8894           - Implemented CheckForIllegalCrossThreadCalls, removed TODO
8895           - Fixed ResetBindings and removed TODO
8896           - Added check for cross-thread calls to get_Handle()
8897           - Added Marshaller attribute for set_Font to satisfy class status
8898         * FontDialog.cs: Removed TODOs that seemed implemented
8899         * UpDownBase.cs: Removed unneeded TODO and Fixme
8900         * MessageBox.cs: Implemented support for Default button and removed TODO
8901         * FileDialog.cs: Removed obsolete TODO
8902         * DomainUpDown.cs: Removed obsolete TODO
8903         * ButtonBase.cs: Removed obsolete TODO
8904         * XplatUIWin32.cs: Removed obsolete TODO
8905         * Form.cs:
8906           - Removed obsolete TODO
8907           - Calling CheckAcceptButton when the acceptbutton is changed to allow
8908             internal status updates
8909           - Making sure the active control is selected when the control is created
8910         * CurrencyManager.cs: Removed obsolete TODO
8911
8912 2006-03-29  Mike Kestner  <mkestner@novell.com>
8913
8914         * *.cs: fix remaining corcompare issues for 1.1 API with the exception
8915         of PrintPreviewDialog and RichTextBox.
8916
8917 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
8918
8919         * Theme.cs: Added a little helper to SystemResPool to get the Dark,
8920           DarkDark, Light and LightLight colors for a specific color
8921         * ThemeWin32Classic.cs:
8922           - Use Button drawing code to draw RadioButtons and CheckBoxes with
8923             Appearance = Button 
8924           - Make use of the new ResPool helper CPColor
8925           - Draw ProgressBar and StatusBar with correct 3D borders
8926
8927 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
8928
8929         * ColorDialog.cs: Return selected color. Fixes bug #77940.
8930
8931 2006-03-28  Mike Kestner  <mkestner@novell.com>
8932
8933         * ListView.cs: fix Icon layout to plan for scrollbar widths when
8934         calculating col/row counts.
8935
8936 2006-03-28  Mike Kestner  <mkestner@novell.com>
8937
8938         * ColumnHeader.cs:
8939         * ListView.cs:
8940         * ListViewItem.cs:
8941         * Menu.cs: 
8942         switch to explicit interface method implementation for some methods
8943         corcompare identifies as inconsistent with MS.
8944
8945 2006-03-28  Mike Kestner  <mkestner@novell.com>
8946
8947         * MainMenu.cs: 
8948         * Menu.cs:
8949         add a few missing methods from the class status output.
8950
8951 2006-03-28  Alexander Olk  <alex.olk@googlemail.com>
8952
8953         * ControlPaint.cs: Fixed ControlPaint.Light method. Results are now
8954           correct.
8955
8956 2006-03-28  Mike Kestner  <mkestner@novell.com>
8957
8958         * MenuAPI.cs: Deactivate on MainMenu item click. Fixes #77917.
8959
8960 2006-03-27  Mike Kestner  <mkestner@novell.com>
8961
8962         * ThemeWin32Classic.cs: Switch flat toolbars to use RaisedInner for
8963         the Hilight state to adapt to Alex's CPDrawBorder3D changes.
8964
8965 2006-03-27  Alexander Olk  <alex.olk@googlemail.com>
8966
8967         * ThemeWin32Classic.cs: Rewrote Button drawing code to match ms.
8968
8969 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
8970
8971         * ThemeWin32Classic.cs:
8972           - GroupBox: Inserted a little gap between the text and the lines
8973             on the right side
8974           - Made the code in CPDrawBorder3D more readable
8975           - Corrected the drawing location of the up and down arrows in 
8976             CPDrawScrollButton
8977
8978 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
8979
8980         * ControlPaint.cs: Corrected line widths in DrawBorder for
8981           ButtonBorderStyle Inset and Outset
8982
8983 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
8984
8985         * ThemeWin32Classic.cs:
8986           - Rewrote the totally broken CPDrawBorder3D method. That was
8987             one of the main problems for the terrific ThemeWin32Classic
8988             look
8989           - Updated and corrected Button drawing
8990           - Correct the dimensions of the SizeGrip to match ms ones
8991           - Removed a small drawing glitch in DrawComboBoxEditDecorations
8992         * XplatUIX11.cs: Draw borders with BorderStyle = Fixed3D with
8993           Border3DStyle.Sunken to match ms.
8994
8995 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
8996
8997         * ThemeWin32Classic.cs: First small part of the "de-uglify
8998           ThemeWin32Classic" effort, SizeGrip
8999
9000 2006-03-24  Jackson Harper  <jackson@ximian.com>
9001
9002         * XplatUIX11.cs: Give a max idle time of one second, this matches
9003         MS and forces an Idle event every second when there are no other
9004         events in the queue.
9005
9006 2006-03-24  Mike Kestner  <mkestner@novell.com>
9007
9008         * ListView.cs: Handle (Large|Small)ImageList == null more robustly.
9009         * ListView.Item.cs: fix layout issues with null image lists and images
9010         smaller than checkbox size.
9011         * ThemeWin32Classic.cs: Draw a 12 pixel line in ListView LargeIcon
9012         mode like MS does.  It's weird, but consistent.  ;-)
9013         Fixes #77890.
9014
9015 2006-03-24  Mike Kestner  <mkestner@novell.com>
9016
9017         * ListView.cs: Scroll wheel support for the item control.  Fixes
9018         #77839.
9019
9020 2006-03-23  Jackson Harper  <jackson@ximian.com>
9021
9022         * ScrollableControl.cs: Special case negative sized areas, not
9023         zero.
9024         * MonthCalendar.cs: Save the rect of the clicked date so we can
9025         use it for invalidation.
9026         - Try to cut down on the number of invalidates
9027         - Invalidate the rect the mouse is over and was over when moving
9028         the mouse, so we get the focus box following the cursor.
9029
9030 2006-03-23  Mike Kestner  <mkestner@novell.com>
9031
9032         * ThemeWin32Classic.cs: fix FullRowSelect selection background and
9033         focus rectangle drawing. Fixes #77835.
9034
9035 2006-03-23  Mike Kestner  <mkestner@novell.com>
9036
9037         * XplatUIX11.cs: rework the fix for #77828 by changing the order of
9038         the if and else if and reverting back to the original == check on the
9039         None conditional.
9040
9041 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
9042
9043         * FontDialog.cs: Update the example panel if the selected index of
9044           the fontListBox changes.
9045
9046 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
9047
9048         * FileDialog.cs: Make FileDialog remember which directory it was in
9049           last in the same execution.
9050
9051 2006-03-22  Mike Kestner  <mkestner@novell.com>
9052
9053         * FileDialog.cs: make the DropDownMenu on the toolbar display
9054         RadioChecks since they are mutually exclusive and that's what MS does.
9055
9056 2006-03-22  Mike Kestner  <mkestner@novell.com>
9057
9058         * Theme.cs: add Color param to CPDrawMenuGlyph.
9059         * ThemeWin32Classic.cs: do color specific menu glyph rendering so that
9060         checks and radio marks and arrows are visible on highlighted items.
9061         * ControlPaint.cs: update to use new Theme signature.
9062
9063 2006-03-22  Mike Kestner  <mkestner@novell.com>
9064
9065         * MenuAPI.cs: only process Enter and arrow keypresses if the tracker
9066         is active. Fixes #77870.
9067
9068 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
9069
9070         * FileDialog.cs: Corrected TabIndex order and set fileNameComboBox
9071           to be focused/selected after startup
9072
9073 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
9074
9075         * ColorDialog.cs: 
9076           - Corrected behaviour of Color, AllowFullOpen, FullOpen,
9077             CustomColors and ShowHelp properties
9078           - Some internal rewrites to get better results when using the
9079             ColorMatrix
9080
9081 2006-03-22  Mike Kestner  <mkestner@novell.com>
9082
9083         * ListView.cs: hook into Peter's new ResetMouseHover capability to fix
9084         HoverSelection.  Fixes #77836.
9085
9086 2006-03-22  Mike Kestner  <mkestner@novell.com>
9087
9088         * FileDialog.cs: bugfixes for the toolbar.  Use PushButtons instead of
9089         ToggleButtons.  (De)Sensitize the Back button around a stack count of
9090         1, not 0.  Update ButtonSize based on a pixel count of the win32
9091         control.  Adjust the toolbar size/location for new button size.
9092
9093 2006-03-22  Jackson Harper  <jackson@ximian.com>
9094
9095         * XplatUIX11.cs: Don't handle configurenotifys if PostQuitState is
9096         true.
9097         * ScrollBar.cs: When doing increments and decrements we need to
9098         set the Value property so that ValueChanged gets raised. A
9099         possible optimization here would be to make an internal SetValue
9100         that doesn't invalidate immediately.
9101         * ToolTip.cs: Tooltips get added to their container (when
9102         supplied) so they get disposed when the container is disposed.
9103         - Don't create tooltips for String.Empty. This prevents all these
9104         little 2-3 pixel windows from showing up when running nunit-gui
9105         and driving me mad.
9106         * Form.cs: Don't set topmost when setting the owner if the handles
9107         haven't been created yet.  The topmost set will happen when the
9108         handles are created.
9109
9110 2006-03-22  Peter Dennis Bartok  <pbartok@novell.com> 
9111
9112         * XplatUIX11.cs:
9113           - DeriveWindowStyles: Fixed typo in borderstyle generation (#77828)
9114           - SetVisible: Sending WINDOWPOSCHANGED for all controls when made 
9115             visible (to allow them to recalculate their sizes)
9116
9117 2006-03-21  Mike Kestner  <mkestner@novell.com>
9118
9119         * ThemeWin32Classic.cs: major refactoring of the ToolBar rendering
9120         methods. Removed a ton of redundant code.  Still not really happy with
9121         the border rendering, but I think that's mainly because of the
9122         ControlDarkDark being black instead of a dark grey. Depending on how 
9123         close we want to be, we might want to revisit those color choices.
9124         Among the new features added during the refactor were DropDownArrow
9125         pressed rendering, Disabled image rendering.  Proper flat appearance
9126         boundary rendering.  Removed the Divider and Wrapping dividers since I
9127         can't figure out any combination of themes and conditions to make the
9128         MS control draw a horizontal line on a toolbar despite what the
9129         Divider property docs indicate.
9130         * ToolBar.cs: rewrite the layout engine. Fixes numerous flicker
9131         conditions and incorrect layout.  Updated to coding standard.
9132         * ToolBarButton.cs: refactored layout and positioning code from
9133         ToolBar to here.  Invalidate wherever possible instead of forcing
9134         redraws of the whole toolbar. 
9135         (Known remaining issues: explicit ButtonSize smaller than provided
9136         images.)
9137
9138 2006-03-21  Mike Kestner  <mkestner@novell.com>
9139
9140         * ContextMenu.cs (Show): use the position parameter instead of just
9141         showing at the MousePosition.
9142
9143 2006-03-21  Jackson Harper  <jackson@ximian.com>
9144
9145         * TabControl.cs: Remove the call to ProcessKeyEventArgs and let
9146         control handle this.
9147         * TreeNodeCollection.cs: If we are clearing the root node we need
9148         to reset top_node so calcs can still happen.
9149         * ThemeWin32Classic.cs: This is a Flags so we need to check
9150         properly.
9151         
9152 2006-03-21  Jackson Harper  <jackson@ximian.com>
9153
9154         * DataGrid.cs: Create columns when the binding context has been
9155         changed.
9156         * X11Structs.cs: Keysyms are uints.
9157         - Add size to fix build.
9158
9159 2006-03-21  Peter Dennis Bartok  <pbartok@novell.com> 
9160
9161         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
9162           XplatUIOSX.cs: 
9163           - Added ResetMouseHover method to allow controls to retrigger
9164             hovering if they need it more than once
9165           - Implemented MouseHoverTime and MouseHoverSize properties
9166         * Timer.cs: Start() must reset the interval
9167         * SystemInformation.cs: Added 2.0 MouseHoverTime and MouseHoverSize
9168           properties
9169
9170 2006-03-21  Jackson Harper  <jackson@ximian.com>
9171
9172         * X11Keyboard.cs: improved layout detection. Move the nonchar
9173         tables into this file.
9174         * KeyboardLayouts.cs: Move the tables into resource files.
9175
9176 2006-03-21  Mike Kestner  <mkestner@novell.com>
9177
9178         * ListView.cs: use OnItemActivated to raise events. Fixes #77834.
9179
9180 2006-03-21  Alexander Olk  <alex.olk@googlemail.com>
9181
9182         * Mime.cs: Various speed optimizations. Looking up mime types
9183           is now 2 times faster than before
9184
9185 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com> 
9186
9187         * CreateParams.cs: Added internal menu field
9188         * Control.cs: 
9189           - Switched call order for UpdateBounds; now we always call
9190             the one that also takes ClientSize, and we're calculating the 
9191             client size via driver method in the others. The previous
9192             method of tracking client size by difference wasn't working
9193             for forms where even the starting client size wouldn't match
9194             the overall form size (due to borders) (Part of fix for #77729)
9195           - CreateParams(): Do not use parent.Handle unless the handle is
9196             already created. Causes havoc with Nexxia and throws off our
9197             creation of controls
9198         * XplatUIX11.cs:
9199           - Created new PerformNCCalc method to trigger WM_NCCALCSIZE message
9200           - Switched handling of ConfigureNotify over to new PerformNCCalc 
9201             method (consolidates code)
9202           - Changed RequestNCRecalc to use new PerformNCCalc method
9203           - Added calls to RequestNCRecalc when menus and borders are changed
9204             to allow app to set NC size. (Part of fix for #77729) This matches
9205             when MS send a WM_NCRECALC on Win32 windows.
9206           - Now sending WM_WINDOWPOSCHANGED when toplevel for is made visible
9207             (Part of fix for #77729). This matches what MS does, they also
9208             send that message when the form is made visible.
9209           - XException.GetMessage: Improved usability of X errors by including
9210             a translation of the window into Hwnd and Control class
9211           - Improved debug info for window creation, reparenting and destruction
9212           - Created helper method WindowIsMapped() [Currently not used]
9213         * XplatUIWin32.cs: Added ToString() debug helper to RECT structure
9214         * Form.cs:
9215           - CreateParams: Now setting our menu on the new internal menu field
9216           - SetClientSizeCore: Now passing cp.menu instead of ActiveMenu to
9217             avoid calculating the same property twice
9218         * Hwnd.cs:
9219           - Improved usability of ToString() for debugging purposes
9220           - GetWindowRectangle(): Now uses proper CalcMenuBarSize method to
9221             determine the height of the menu, instead of just the font. This
9222             required to also create a graphics context and to keep a bmp 
9223             around (for performance reasons)
9224
9225 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com>
9226
9227         * MenuAPI.cs: Added OnMouseUp method
9228         * Form.cs:
9229           - Now remembering the requested client size, avoids size errors
9230           - WndProc: Now handling WM_xBUTTONUP and passing it to MenuTracker
9231             instead of base if the menu is active. This is required due to
9232             control now capturing and releasing on down/up and it would
9233             prematurely release our menu capture
9234
9235 2006-03-17  Jackson Harper  <jackson@ximian.com>
9236
9237         * KeyboardLayouts.cs: Add the czech layouts.
9238
9239 2006-03-16  Jackson Harper  <jackson@ximian.com>
9240
9241         * Control.cs: Use the viewport space when sizing not the controls
9242         client size, so things like ScrollableControl that effect the
9243         viewport size (when scrollbars are added) are computed correctly.
9244         * BindingContext.cs: Cleanup to use the DataSourceEntrys instead
9245         of ManagerEntrys.
9246         - Handle creating BindingManagers for null data sources.
9247         * DataGrid.cs: Bind the cached_currencymgr_events to the real data
9248         source, otherwise when rows are added they are added to the 'fake'
9249         datasource and we will crash when trying to set the position in
9250         those rows.
9251         - Use Implicit scrollbars on the datagrid so they arent
9252         selectable.
9253         
9254 2006-03-16  Jackson Harper  <jackson@ximian.com>
9255
9256         * Binding.cs:
9257         * InternalWindowManager.cs:
9258         * MdiWindowManager.cs:
9259         * X11Keyboard.cs: I really want Mike to love me again (fix
9260         compiler warnings).
9261
9262 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com>
9263
9264         * DataGrid.cs:
9265           - OnMouseDown: Switch to editing mode when clicking on the cell
9266                          even if we're clicking on the cell that's currently 
9267                          selected
9268           - ProcessGridKey: Left/Right now wrap like MS.Net does
9269           - ProcessGridKey: Tab now knows to add a new row when tab is
9270                             pressed in the cell of the last column of the 
9271                             last row
9272           - ProcessGridKey: Enter now adds another row  if pressed in the last
9273                             row and selectes the new row, same column cell
9274           - ProcessGridKey: Home/End navigate columns, not rows, like 
9275                             originally implemented
9276           - Broke ProcessKeyPreview code out into an extra Internal method
9277             so it can be called from the edit code
9278         * DataGridTextBox.cs (ProcessKeyMessage):
9279           - Switched to accept Tab keypresses
9280           - Added F2 handling to allow jumping to the end of the edited cell
9281           - Added logic to allow moving caret left/right inside edited cell
9282             and making the edited cell jump when the caret hits cell borders
9283           - Tab and Enter are now passed to the datagrid after being handled
9284         * TextBoxBase.cs:
9285           - Removed capture code now that Control handles it
9286           - set_SelectionStart now ensures caret is visible
9287
9288 2006-03-16  Jackson Harper  <jackson@ximian.com>
9289
9290         * TrackBar.cs: Debackwards the increment/decrement for handling
9291         mouse clicks on the bar with vertical trackbars.
9292         * ThemeWin32Classic.cs: Draw vertical trackbars with 0 at the
9293         bottom to match MS.
9294
9295 2006-03-16  Mike Kestner  <mkestner@novell.com>
9296
9297         * ListView.cs: make shift/ctrl keyboard and mouse selection 
9298         consistent with the MS control. Fix a bug in
9299         SelectedListViewItemCollection.Clear that was pissing me off for the
9300         better part of a day because the collection was being altered
9301         underneath us as we walked the list.
9302
9303 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com> 
9304
9305         * Control.cs: Not sure how we could miss this so long, but it seems
9306           that MS.Net has Capture set all the way from before calling 
9307           OnMouseDown through sending the mouse events until after
9308           OnMouseUp. This will fix DataGrid's selection being set to end
9309           at the location of the MouseUp.
9310
9311 2006-03-15  Jackson Harper  <jackson@ximian.com>
9312
9313         * BindingContext.cs: Check the binding after its added so that it
9314           can initialize the binding managers and hookup to events.
9315         * Binding.cs: Data members seem to sometimes include rows/cols in
9316           the format Row.Column we now take this into account.
9317           - Hookup to the position changed event so we can update the
9318           control when the position has changed in the data set.
9319         * CurrencyManager.cs: Take into account the row/col naming
9320           convention when creating dataset tables.
9321         * BindingContext.cs: Using a newer better way of storing
9322           datasource/datamember pairs.  Hopefully this better matches MS for
9323           looking up binding managers.
9324
9325
9326 2006-03-15  Jackson Harper  <jackson@ximian.com>
9327
9328         * BindingContext.cs: The currency manager needs the data member
9329         name, if the member is a data set we use the name to find the
9330         correct table.
9331         * CurrencyManager.cs: When creating the list prefer an IList over
9332         an IListSource.
9333         - Attempt to create a DataTable from a DataSet (TODO: might need
9334         some better error checking here, although MS doesn't seem to have much)
9335         - If we have a DataTable create a view and use it as our list.
9336
9337 2006-03-15  Mike Kestner  <mkestner@novell.com>
9338
9339         * ListView.cs: keep a matrix of the icon mode layout to facilitate
9340         keyboard navigation. Support Up/Down/Left/Right selection correctly
9341         for all 4 View modes.
9342         * ListViewItem.cs: add internal row/col fields for icon layouts.
9343
9344 2006-03-15  Jackson Harper  <jackson@ximian.com>
9345
9346         * TabControl.cs: Redraw the tabs when we resize so their newly
9347         calculated sizes are drawn on screen.
9348         * X11Keyboard.cs: Begginnings of XIM support.  We also now support
9349         composite characters.
9350         * XplatUIX11.cs: Keyboard driver needs to know about focus changes
9351         - filter events so that composite characters can be created
9352         patches by peter
9353         * X11Structs.cs: Add XIMProperties enum.
9354
9355 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
9356
9357         * Control.cs (BringToFront, SendToBack): Don't use window or handle
9358           unless it's created
9359
9360 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
9361
9362         * Control.cs (PerformLayout): We don't need to consider visiblity
9363           for anchoring, only for docking. This fixes 'whacky' alignment
9364           in listbox and other controls that use implicit scrollbars after
9365           the previous PerformLayout patch
9366         * ListBox.cs: Switched to use implicit scrollbars
9367           
9368 2006-03-14  Mike Kestner  <mkestner@novell.com>
9369
9370         * ToolBar.cs: 
9371         * VScrollBar.cs:
9372         - chain up the "new event" overrides to base and use
9373         OnEvent to raise them.  Part of fix for bug #76509.
9374
9375 2006-03-14  Alexander Olk  <alex.olk@googlemail.com>
9376
9377         * FileDialog.cs: Do not select an item in the parent directory
9378           on backspace
9379
9380 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
9381
9382         * Control.cs (PerformLayout): It would seem that we considered
9383           invisible windows for our layout. Not quite the right thing
9384           to do. Now we don't any longer, thereby fixing bug #76889.
9385
9386 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
9387
9388         * Control.cs (CanFocus): I goofed. A control can have focus 
9389           even though it's not selectable. Made it match MS docs.
9390
9391 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
9392
9393         * ControlPaint.cs (DrawBorder3D): DrawBorder3D does not fill the
9394           center by default (fixes #76895)
9395         * ThemeWin32Classic.cs, ThemeNice.cs, ThemeClearlooks.cs: Replaced 
9396           all uses of Border3DSides.All with the explicit ORd together
9397           Left|Right|Top|Bottom because I assume that nobody was aware 
9398           that All also implies a center fill. Most places I checked had
9399           a fill right above.
9400         * ProgressBarStyle.cs: Added
9401
9402 2006-03-13  Mike Kestner  <mkestner@novell.com>
9403
9404         * ListView.cs: fix breakage in drag shadow header positioning 
9405         from Peter's csc compilation fix.
9406
9407 2006-03-13  Mike Kestner  <mkestner@novell.com>
9408
9409         * ListView.cs: fix NRE produced by backspacing twice in a focused
9410         FileDialog.
9411
9412 2006-03-13  Mike Kestner  <mkestner@novell.com>
9413
9414         * ListView.cs: proxy Key(Down|Up) from ItemControl to ListView.
9415
9416 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
9417
9418         * Hwnd.cs: Added fixed_size field to track windows whose size cannot
9419           be changed
9420         * XplatUIX11.cs: Now setting fixed_size on hwnd and if set, re-setting
9421           the allowed size before making programmatic size changes
9422
9423 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com> 
9424
9425         * XplatUIX11.cs: Don't call XSetWMNormalHints if no flags are 
9426           set, metacity is broken and will still use the emty sizes in 
9427           the struct. (Fix for #77089)
9428
9429 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
9430
9431         * XplatUIStructs.cs: Split WindowStyles into WindowStyles and 
9432           WindowExStyles and marked both enums as Flags
9433         * Form.cs, ComboBox.cs, ToolTip.cs, Control.cs, PropertyGridView.cs,
9434           NotifyIcon.cs, MenuAPI.cs, XplatUIOSX.cs, MonthCalendar.cs: Updated
9435           to match WindowStyles split
9436         * XplatUIX11.cs:
9437           - SetWMStyles: Added cehck to not apply WM attributes to Child windows
9438           - Updated to match WindowStyles split
9439         * XplatUIWin32.cs:
9440           - Fixed FosterParent creation, was using ExStyle on the Style field
9441             (This should help with Popup focus issues)
9442           - Updated to match WindowStyles split
9443
9444 2006-03-13  Jackson Harper  <jackson@ximian.com>
9445
9446         * MdiWindowManager.cs: Use the system menu height. Fixes some
9447         strange sizing issues.
9448
9449 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
9450
9451         * RichTextBox.cs: Need to scroll to caret after text is inserted (#77672)
9452         * TextBoxBase.cs:
9453           - Scroll to caret after inserting text (#77672)
9454           - Make scroll range one pixel higher, fixes off-by-one error (and
9455             makes underlines visible on the last line)
9456
9457 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com> 
9458
9459         * XplatUIX11.cs: Added call to new Keyboard.ResetKeyState to prevent
9460           the keyboard state from being stuck with keys in 'pressed' state when
9461           focus is switched away via keyboard
9462         * X11Keyboard.cs: Added new ResetKeyState method to allow drivers to
9463           reset the keyboard if no X11 KeyUp events are expected to come
9464         * X11Structs.cs: Switched type of Visible to bool to match driver
9465
9466 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
9467
9468         * TextControl.cs:
9469           - Switched caret to be just 1 pixel wide, matches MS and looks less
9470             clunky
9471           - Moved caret display 1 pixel down from the top of the control
9472             to improve view
9473           - InsertCharAtCharet: Update the selection start if moving the caret
9474             (fixes bug #77696; based on patch suggested by kazuki@panicode.com)
9475           - No longer always creating the caret when the caret methods are
9476             called. Only the actual ShowCaret/HideCaret will do that now
9477           - Only setting caret visible if the owner control has focus
9478           - UpdateView: Added invalidation-shortcut logic for center and right 
9479             aligned text. Previously we'd update all according to the left
9480             logic which caused drawing errors. Also fixed height of invalidated
9481             areas, now properly invalidating the whole area (was off-by-one)
9482           - owner_HandleCreated: Always generate the document when the
9483             handle is created; this ensures that 
9484         * TextBoxBase.cs:
9485           - Fixed situation where caret would disappear under the right
9486             window border, also improved scrolling behaviour on left-
9487             aligned textboxes
9488           - Fixed right-aligned textboxes to have a border to the
9489             right instead of the caret being under the right border
9490         * XplatUIX11.cs:
9491           - Switched from 'nested' to simple visible/not visible tracking 
9492             for caret (part of fix for #77671)
9493           - No longer passing through translated FocusIn/FocusOut messages
9494             since we were notifying too often and the wrong windows. Instead
9495             we just notify our focussed window of receiving or loosing focus
9496         * XplatUIWin32.cs: Switched from 'nested' show/hide 
9497           counting for caret to simple visible yes/no behaviour (part of 
9498           fix for #77671)
9499
9500 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
9501
9502         * Mime.cs: Remove debug code...
9503
9504 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
9505
9506         * MimeGenerated.cs: Removed
9507         * Mime.cs: Mime now reads the mime data (magic, globs, aliases
9508           and subclasses) from /usr/(local/)share/mime and
9509           $HOME/.local/share/mime.
9510
9511 2006-03-10  Jackson Harper  <jackson@ximian.com>
9512
9513         * MdiWindowManager.cs: Recalc the NC area when a window is
9514         maximized/restored so that the menu area is drawn on forms that
9515         don't have a menu.
9516
9517 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
9518
9519         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
9520           XplatUIX11.cs: Added RequestNCRecalc method to driver to allow
9521           us to force a WM_NCCALCRESIZE message being sent. This is needed
9522           for MDI maximizing.
9523
9524 2006-03-10  Jackson Harper  <jackson@ximian.com>
9525
9526         * Form.cs: We need to use the ActiveMenu when calculating menu
9527         height.
9528         - Fix nullref when the window manager hasn't been created yet.
9529         * Control.cs: Fix nullref when we try to bring a control to the
9530         front that has no parent.
9531         * MdiWindowManager.cs: Use the MaximizedMenu for calculating
9532         height.
9533         - Add a dummy item to the maximized menu so it always has the
9534         correct height. Otherwise when there are no menus we don't get our
9535         icon and buttons.
9536         
9537
9538 2006-03-10  Jackson Harper  <jackson@ximian.com>
9539
9540         * MenuAPI.cs: Make this available elsewhere. I need it in some MDI
9541         stuff.
9542         * Form.cs: Make the window_state internal so the window managers
9543         can track it.
9544         - When an MDI child is maximized let its window manager create the
9545         main menu (so it can add its icon).
9546         - Notify the window managers of state changes
9547         - Let the window manager paint its buttons and handle button
9548         clicks on the menu when it is maximized.
9549         * InternalWindowManager.cs: Move the prev_bounds into the mdi
9550         window manager, since tool windows don't use it, only mdi windows.
9551         - Tell the main form that we don't want it to handle NCPAINT
9552         itself to avoid extra painting.
9553         - Handle clicks on a maximized windows menu.
9554         - Handle window state changes
9555         - Handle minimize/maximize clicks correctly by setting the window state.
9556         * MdiWindowManager.cs: Add an icon menu that (the menu you get
9557         when clicking on the forms icon).
9558         - New method to create a forms maximized menu. This is its normal
9559         menu + an icon.
9560         - Handle window state changes.
9561         - Handle sizing of maximized windows.  Maximized windows are just
9562         drawn bigger then the parent visible area. All controls are still
9563         there, they are just outside the visible area (this matches windows).
9564         * MdiClient.cs: No scrollbars when a child window is maximized.
9565         - Let the children windows figure out how big they should be when
9566         sizing maximized windows.
9567         - Implement a version of ArrangeIconicWindows somewhat similar to
9568         Windows version.  There are some little differences, but I don't
9569         think any app will rely on the layout of minimized mdi windows.
9570
9571 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
9572
9573         * Padding.cs: Several fixes to allow compiling with csc 2.0
9574
9575 2006-03-09  Jackson Harper  <jackson@ximian.com>
9576
9577         * Menu.cs:
9578         * MenuItem.cs: Cheap hack so we can add items to the list without
9579         the events being raised.  This allows adding mdi items during
9580         drawing. TODO: Should probably find a better time to add the items.
9581
9582 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
9583
9584         * ThemeWin32Classic.cs:
9585           - CheckBox_DrawText: Added logic to not wrap if not enough space
9586             is available (Fix for bug #77727)
9587           - RadioButton_DrawText: Added logic not to wrap if not enough
9588             space is available (Fix for bug #77727). Also removed some
9589             duplicate code, DrawString always drawing the regular text
9590             before hitting the if statement.
9591
9592 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com> 
9593
9594         * XplatUIX11.cs: Handle an unmapped window state in SetWindowState
9595
9596 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
9597
9598         * PictureBox.cs: Implemented ISupportInitialize interface (fixes #77726)
9599         * ContainerControl.cs: Partial implementation of some 2.0 scaling
9600           methods. Moved the new 2.0 properties into alphabetical order with
9601           other properties and added MonoTODO tags
9602
9603 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
9604
9605         * AutoScaleMode.cs: Added. Fix build.
9606
9607 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
9608
9609         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
9610           XplatUIOSX.cs: Removed HWnd argument from CalcuateClientRect, not used
9611           and was requiring premature handle creation for calls from above
9612         * Form.cs, Control.cs: Removed handle arguments from calls to
9613           CalculateClientRect()
9614
9615 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
9616
9617         * ListView.cs (HeaderMouseMove): Fix csc compilation. 
9618           drag_column.column_rect is MarshalByRef and can't be used that way
9619
9620 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
9621
9622         * AxHost.cs: Added deserialization constructor for 
9623           AxHost+State (fixes 77743)
9624
9625 2006-03-09  Mike Kestner  <mkestner@novell.com>
9626
9627         * ListView.cs: 
9628         - Added column drag reordering for details view.
9629         - fixed behavior when mouse is dragged off column and
9630         AllowColumnReorder is false.
9631         * ColumnHeader.cs: clone the format too in Clone.
9632         * Theme.cs: add DrawListViewHeaderDragDetails method.
9633         * ThemeWin32Classic.cs:
9634         - impl new method for drawing drag column shadows and targets.
9635         - support column offset for details mode in DrawListViewItem.
9636
9637 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
9638
9639         * TextControl.cs: Reset the char_count when the document is cleared
9640           (Fixes bug reported on mono-winforms mailing list)
9641
9642 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
9643
9644         * TextBoxBase.cs: Honor the Handled state of KeyPress events. Instead
9645           of calling base we simply process the key ourselves, since both
9646           DefWindowProc and the handled method would set m.Result. 
9647           (Fixes #77732)
9648
9649 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
9650
9651         * Form.cs(ScaleCore): No longer calling base.ScaleCore since that
9652           method also moves the window; instead implemented a copy of
9653           Control.ScaleCore (Part of fix for #77456)
9654         * TextBoxBase.cs: 
9655           - Created new CreateGraphicsInternal method to allow providing
9656             a graphics context when no handle is created without triggering
9657             handle creation. (Part of fix for #77456)
9658           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
9659         * TextControl.cs: 
9660           - Switched Constructor to require TextBoxBase instead of Control (to
9661             allow uncast access to CreateGraphicsInternal)
9662           - Safeguarded use of owner.Handle property. No longer accessing it
9663             unless the handle is already created.
9664           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
9665           - Now triggering a recalc when owning control becomes visible
9666         * TextBox.cs, RichTextBox.cs: Switched to use new internal 
9667           TextBoxBase.CreateGraphicsInternal() method to avoid triggering
9668           premature handle creation (Part of fix for #77456)
9669         * Control.cs:
9670           - We now only destroy our double-buffering buffers when the
9671             control is resized or disposed, but not when visibility
9672             changes. (The code even re-created them twice every time)
9673           - Now requiring a redraw of the buffer on visibility changes
9674             (fixes bug 77654 part 2)
9675           - Not passing OnParentVisibleChanged up unless the control
9676             is visible
9677           - CanFocus: Fixed to match MS documentation
9678           - Focus: Fixed to return actual focus state and to check if
9679             setting focus is legal before setting it
9680
9681 2006-03-08  Peter Dennis Bartok  <pbartok@novell.com>
9682
9683         * ThemeWin32Classic.cs: TabPages cannot have focus. Determine
9684           when to draw focus rectangle by looking at parent focus and
9685           selected state instead. This fixes TabPages on Linux sometimes
9686           having none or multiple focus rectangles.
9687         * XplatUIX11.cs (SetFocus): 
9688           - Don't set the focus if the same window already has focus
9689           - Use SendMessage instead of PostMessage (like it's Win32
9690             equivalent) and send the WM_SETFOCUS before the WM_KILLFOCUS
9691             to match MS behaviour
9692         * TabControl.cs(SelectedIndex): Don't set Focus on TabPage, TabPages
9693           are not selectable.
9694
9695 2006-03-07  Jackson Harper  <jackson@ximian.com>
9696
9697         * PictureBox.cs: Revert line I accidently committed last week.
9698
9699 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
9700
9701         * Control.cs: 
9702           - Added new IsRecreating and ParentIsRecreating properties to
9703             allow testing if RecreateHandle has been called on ourselves
9704             or one of our parents
9705           - WndProc(WM_DESTROY): If our control handle is being recreated
9706             we immediately need to create the handle when receiving the
9707             destroy, that way our child windows find a valid parent handle
9708             when they themselves are being recreated upon WM_DESTROY receipt
9709             (fix for bug #77654 part 1)
9710         * XplatUIX11.cs:
9711           - DestroyWindow: WM_DESTROY must be sent to our own window before
9712             notifying any child windows. MS documents that child windows
9713             are still valid when WM_DESTROY is received. (Control now relies on
9714             this behaviour)
9715           - Added some fine-grain debug options
9716
9717 2006-03-06  Jackson Harper  <jackson@ximian.com>
9718
9719         * MdiClient.cs: Redid scrolling logic a bit to create a virtual
9720         box and base calculations off this.
9721         * MdiChildContext.cs:
9722         * MdiWindowManager.cs: Don't need to ensure scrollbars here
9723         anymore.
9724         
9725 2006-03-06  Peter Dennis Bartok  <pbartok@novell.com>
9726
9727         * Splitter.cs: In situations where the affected control is added
9728           to the parent's control list after the splitter, we would not
9729           populate affected. Now we try populating it on mousedown, if
9730           it's not already set, and force it to be re-set whenever our
9731           parent changes.
9732
9733 2006-03-03  Matt Hargett  <matt@use.net>
9734
9735         * Control.cs: implement Control.Padding
9736         * Padding.cs: -Padding.All returns -1 when constructing with the
9737         implicit default ctor
9738         -Padding.ToString() matches MS.NET
9739         * ContainerControl.cs: implement
9740         ContainerControl.AutoScaleDimensions
9741         * ListControl.cs: implement ListControl.FormattingEnabled
9742         * TextBox.cs: Implemented TextBox.UseSystemPasswordChar.
9743         * ButtonBase.cs:
9744         * TabPage.cs: Implement UseVisualStyleBackColor.
9745         * PictureBox.cs: Implement PictureBox.InitialImage.
9746
9747 2006-03-03  Mike Kestner  <mkestner@novell.com>
9748
9749         * ListView.cs: Refactor into HeaderControl and ItemControl. Fix new
9750         event declarations to proxy to base event.
9751         * ListViewItem.cs: update to use ItemControl.
9752         * Theme.cs: make DrawListViewHeader. s/DrawListView/DrawListViewItems.
9753         * ThemeWin32Classic.cs: update to new ListView theme API and fix
9754         column header label rendering for 0 width columns.
9755
9756 2006-03-03  Peter Dennis Bartok  <pbartok@novell.com>
9757
9758         * Control.cs (ControlCollection.SetChildIndex): Avoid using a call
9759           that causes the control to be created. Fixes #77476.
9760
9761 2006-03-02  Jackson Harper  <jackson@ximian.com>
9762
9763         * Hwnd.cs: Clear the nc pending when clearing the NC area, not the
9764         expose_pending.
9765
9766 2006-03-02  Peter Dennis Bartok  <pbartok@novell.com>
9767
9768         * Control.cs: Implemented 2.0 feature where OnClick has MouseEventArgs
9769           passed in for the EventArgs (fixes #77690)
9770
9771 2006-03-01  Jackson Harper  <jackson@ximian.com>
9772
9773         * ScrollBar.cs: Refresh afterbeing resized.
9774
9775 2006-02-28  Mike Kestner  <mkestner@novell.com>
9776
9777         * MenuAPI.cs: Call PerformPopup internal method to emit Popup.
9778         Clean up a tracker compile warning.
9779         * MenuItem.cs: add internal PerformPopup method.
9780         [Fixes #77457]
9781
9782 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
9783
9784         * TextBoxBase.cs (set_Text): Recalculate the document (causing an
9785           implicit expose) when the text is set to null
9786
9787 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com>
9788
9789         * RichTextBox.cs (FlushText): When newline is true, we always
9790           need to split the line, even if no text is on it and we may
9791           never eat newlines. (Fixes #77669)
9792
9793 2006-02-28  Mike Kestner  <mkestner@novell.com>
9794
9795         * ListView.cs: Add UpdateSelection internal method. Remove SelectItem 
9796         and set Selected instead.
9797         * ListViewItem.cs: Call owner.UpdateSelection to manipulate the 
9798         collections.
9799
9800 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
9801
9802         * ComboBox.cs: Allow setting SelectedIndex to -1. Fixes #77665
9803
9804 2006-02-28  Alexander Olk  <alex.olk@googlemail.com>
9805
9806         * FontDialog.cs:
9807           - Got rid of the panel. All controls are now directly added to
9808             the dialog form
9809           - It is now possible to set a font with the Font property
9810           - MinSize and MaxSize property do now what they should
9811           - ShowApply, ShowHelp, ShowColor, ShowEffects likewise
9812           - Searching and selecting a font with the font textbox works now,
9813             the same applies to the style and size textbox
9814           - Draw the correct 3D border in the example panel
9815           - Fixed a little mem leak (unused fonts didn't get disposed)
9816           - Many other internal updates/rewrites...
9817           - Fix typo
9818
9819 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
9820
9821         * TextControl.cs: 
9822           - InsertRTFFromStream: Added 'number of characters inserted' argument
9823           - set_SelectedRTF: Now using the number of characters to calculate
9824             the new location for the selection and cursor (x/y cannot be used
9825             due to potentially already wrapped text)
9826
9827 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com>
9828
9829         * TextControl.cs: Added property and implemented means to allow 
9830           disabling recalculation of a document (can be used to speed up
9831           multiple inserts and is needed to make RTF inserts predictable, see
9832           bug #77659)
9833         * RichTextBox.cs: Using the new NoRecalc property of Document to
9834           keep x/y insert locations predictable. Also makes it faster inserting
9835           large chunks of RTF
9836
9837 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
9838
9839         * Control.cs: Separated special WM_SYSKEYUP keyboard handling. That way
9840           it's easier for a child control to handle the other messages without
9841           having to duplicate the special functionality
9842         * TextBoxBase.cs
9843           - WndProc: Removed calling base handler for WM_KEYDOWN and added 
9844             code to handle processing the key ourselves, in order to get 
9845             access to the result of KeyEventArgs.Handled. We now only call 
9846             ProcessKey if they key hasn't been handled already. Fixes #77526.
9847           - set_Text: If null or empty string is given, just clear the 
9848             document. Fixes part of #77526
9849
9850 2006-02-27  Jackson Harper  <jackson@ximian.com>
9851
9852         * SizeGrip.cs: Paint the background color before painting the grip
9853         so things look right.
9854         * MdiClient.cs: Add the sizegrip when both scrollbars are used.
9855
9856 2006-02-27  Mike Kestner  <mkestner@novell.com>
9857
9858         * ListView.cs:
9859           - Restructure layout and invalidation model to remove a ton of
9860           flicker from the control and speed up performance in general.
9861           - Add manual column resize, flickers like crazy, but I already have
9862           some ideas on how I'll fix that. (#76822)
9863           - Merge the three Icon-based views into a single layout method.
9864           - Move item selection interaction logic from the item since 
9865           interaction with the collections is more appropriate to the view.
9866           - Deselection on non-item clicks.
9867         * ListViewItem.cs:
9868           - Encapsulate most of the layout. Add some internal props to trigger
9869           layout.  Move to a model where Items invalidate themselves instead
9870           of just invalidating the whole control every time something changes.
9871           - Invalidate on Text/Caption changes.
9872           - switch to an offset based layout model to avoid having to absolute
9873           position every element on item moves.
9874           - correct checkbox layout to conform to MS layout.
9875         * ThemeWin32Classic.cs:
9876           - refactor some column header drawing code.
9877           - fix string justification for column headers (#76821)
9878           - make SmallIcon labels top justified for compat with MS impl.
9879         * ThemeClearlooks.cs:
9880           - adjust to new ListViewItem internal checkbox bounds api.
9881
9882 2006-02-27  Jackson Harper  <jackson@ximian.com>
9883
9884         * Control.cs:  Change where implicit controls fall in the zorder.
9885         They are now on top of all children.
9886         - Synced AddImplicit code with Add
9887         - Removed unused enumerator.
9888         * SizeGrip.cs: Remove the TODO as its been TODONE.
9889
9890 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com> 
9891
9892         * TextControl.cs(Insert): Combine the last lines unless the insertion
9893           string ends with \n\n, otherwise we leave one line too many (Fixes
9894           something I noticed with the testapp for #77526; the bug itself was
9895           already fixed in the previous checkin)
9896
9897 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com>
9898
9899         * RichTextBox.cs:
9900           - SelectionColor and SelectionFont methods no longer set absolute
9901             styles. Instead, the keep font or color respectively (This 
9902             resolves a long-standing FIXME in the code)
9903           - When flushing RTF text, the insert code now considers text trailing
9904             behind the insertion point (Fixes the bug where when replacing
9905             the selected text via SelectedRTF the remainder of the line behind 
9906             the selection would stay on the first insertion line)
9907         * TextBoxBase.cs:
9908           - AppendText now updates the selection points after inserting text
9909           - AppendText now ensures that the last tag (sometimes 0-length) of
9910             the document is used for the style information (Fixes part of 
9911             bug #77220)
9912         * TextControl.cs:
9913           - Created new FontDefiniton class to allow describing partial style
9914             changes
9915           - StreamLine() now takes a lines argument, to allow it to decide
9916             whether an encountered zero-length tag is the last in the document
9917             (which must be kept to not loose the font/color contained in it,
9918             for later appends)
9919           - Created Combine() and Split() methods for Marker structs, to 
9920             support marker updates due to reformatted documents (soft line
9921             wraps)
9922           - Implemented Document.CaretTag setter
9923           - Fixed MoveCaret(CtrlEnd) handling, now moves to the last character
9924             of the last line (Not the cause, but also exposed by bug #77220)
9925           - Added LineTag argument to InsertString method, to allow callers
9926             to force a certain tag to be used (required to force use of the
9927             trailing zero-length tag of a document)
9928           - Now updating markers in Combine(), to avoid stale tag markers
9929           - Added some method descriptions to aid maintenance
9930           - Implemented new FormatText concept, allowing additive/subtractive
9931             formatting by only specifying the components that are to be 
9932             changed. This was needed for resolving the RTB.SelectedColor/
9933             RTB.SelectedFont fixmes
9934           - Added Break() support method to allow breaking up linetags (used
9935             for partial formatting)
9936           - Added GenerateTextFormat() method. It is used for partial 
9937             formatting and allows to generate a full font/color from given
9938             attributes and an existing tag.
9939
9940 2006-02-26  Jackson Harper  <jackson@ximian.com>
9941
9942         * XplatUIX11.cs:  Use the correct caption height.
9943         - Translate hittest coordinates to screen coords to match MS.
9944         * XplatUIWin32.cs: When we create MDI windows we need to reset
9945         some of the style flags, so we get a nice blank window, and can
9946         draw all the decorations ourselves.
9947         - Set a clipping rectangle on the non client paint event, the
9948         window manager drawing code needs one.
9949         * Form.cs: The window manager needs to know when the window state
9950         has been updated.
9951         * Hwnd.cs: The window manager stuff now does a proper NCCALC so we
9952         don't need to factor in border and title sizes in these
9953         methods. TODO: Remove the args and fix the call points.
9954         * InternalWindowManager.cs: Handle NCHITTEST and NCCALCAREA
9955         properly.
9956         - Let the driver set the cursors.
9957         - Improve active window handling
9958         - Correct sizes for title bars and buttons.
9959         - Match MS drawing better
9960         * MdiWindowManager.cs: We don't need to handle border style
9961         updates specially anymore.
9962         - Check for scrollbars when windows are done moving
9963         - Handle Active properly.
9964         * MimeIcon.cs: Don't crash when we can't load the GNOME stuff
9965         correctly. I am spewing the exception though, so we don't hide the
9966         bugs.
9967         
9968 2006-02-26  Pedro Martinez Julia  <pedromj@gmail.com>
9969
9970         * DataGridViewRowPostPaintEventArgs.cs,
9971           DataGridViewCellPaintingEventArgs.cs,
9972           DataGridViewRowCollection.cs,
9973           DataGridViewRowPrePaintEventArgs.cs,
9974           DataGridViewCell.cs: Clear a few warnings and implement a few
9975           exceptions that should be thrown.
9976
9977 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
9978
9979         * ScrollBar.cs (ctor): Explicitly set a cursor to avoid
9980           'inheriting' our parent's (non-default) cursor. (Part of
9981            the fix for #77479)
9982
9983 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com> 
9984
9985         * XplatUIX11.cs: Fixed cast to make csc happy
9986
9987 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
9988
9989         * Control.cs (WndProc): Only handle WM_SETCURSOR messages if
9990           it's for the client area (part of fix for #77479 and needed
9991           for MDI window cursor handling)
9992         * XplatUIX11.cs
9993           - DefWindowProc: Now handles the WM_SETCURSOR messages, setting
9994             the appropriate default cursors and also passing the message
9995             up the parent chain 
9996           - GetMessage: Now generating WM_NCHITTEST and WM_SETCURSOR even
9997             for non-client areas
9998
9999 2006-02-15  Jackson Harper  <jackson@ximian.com>
10000
10001         * XplatUIWin32.cs: Since we fake MDI dont tell Windows that this
10002         is a real MDI window
10003
10004 2006-02-14  Alexander Olk  <alex.olk@googlemail.com>
10005
10006         * X11DesktopColors.cs: Instead of checking the desktop session
10007           string for "KDE" check if it starts with "KDE"
10008
10009 2006-02-10  Jackson Harper  <jackson@ximian.com>
10010
10011         * XplatUIX11.cs: These should be unsigned (fixes crash on 32 bit
10012         systems).
10013
10014 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
10015
10016         * FileDialog.cs: Added Refresh to RunDialog to fix some drawing
10017           errors
10018         * ColorDialog.cs:
10019           - Got rid of the panel. All controls are now directly added to
10020             the dialog form
10021           - Changed to mono coding style
10022
10023 2006-02-10  Jackson Harper  <jackson@ximian.com>
10024
10025         * InternalWindowManager.cs: We don't need the set visibility to
10026         false hack anymore now that peter has written beautiful shutdown
10027         code.
10028
10029 2006-02-10  Peter Dennis Bartok  <pbartok@novell.com>
10030
10031         * XplatUIX11.cs: Ignore DestroyNotify messages for windows that
10032           where already explicitly destroyed
10033
10034 2006-02-10  Jackson Harper  <jackson@ximian.com>
10035
10036         * MdiClient.cs: Handle the case where windows are too high or to
10037         the left and we need scrollbars.
10038
10039 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
10040
10041         * MimeIcon.cs: Added some icons
10042         * FileDialog.cs:
10043           - Fixed bug #77477
10044           - Got rid of the panel. All controls are now directly added to
10045             the dialog form
10046           - Changed to mono coding style
10047           - On Linux "My Computer" and "My Network" will now show some
10048             more usefull information. A new class, MasterMount, gathers
10049             this information from /proc/mount. Updated MWFFileView to make
10050             use of this information
10051           - Fixed a bug that caused FileDialog to crash when
10052             ".recently_used" file had a zero size
10053           - FilterIndex does now what it should
10054           - Some Refactoring
10055         * OpenFileDialog.cs, SaveFileDialog.cs: Updated to reflect latest
10056             FileDialog changes
10057
10058 2006-02-09  Jackson Harper  <jackson@ximian.com>
10059
10060         * ComboBox.cs: Don't touch if null.
10061
10062 2006-02-09  Peter Dennis Bartok  <pbartok@novell.com>
10063
10064         * Cursor.cs: 64bit safeness fix
10065         * XplatUIX11.cs: Removed several unneeded and one moronic cast.
10066
10067 2006-02-09  Jackson Harper  <jackson@ximian.com>
10068
10069         * Form.cs: If a form is made into an MDI form update the styles so
10070         all the props can get set correctly.
10071         - Kill the mdi_container when we dont need it anymore.
10072         * InternalWindowManager.cs: Add missing NOT
10073
10074 2006-02-08  Jackson Harper  <jackson@ximian.com>
10075
10076         * InternalWindowManager.cs: Respek clipping when drawing MDi
10077         decorations.
10078
10079 2006-02-08  Jackson Harper  <jackson@ximian.com>
10080
10081         * Hwnd.cs: Add bits to track non client expose events.
10082         * XplatUIX11.cs: Track non client expose events on the hwnd. This
10083         gives us a proper invalid rect and will allow for some nice
10084         optimizations with NC client drawing
10085         - MDI windows are children windows, so move their style handling
10086         into the child window block.
10087         * InternalWindowManager.cs: Remove a state reset that was
10088         getting invoked at the wrong time. Fixes managed windows getting
10089         into a 'stuck' captured state.
10090
10091 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
10092
10093         * TextControl.cs (Document.ctor): Now initializing 
10094           selection_anchor. Fixes #77493
10095
10096 2006-02-07  Jackson Harper  <jackson@ximian.com>
10097
10098         * TrackBar.cs: The increment/decrements were backwards.
10099
10100 2006-02-07  Mike Kestner  <mkestner@novell.com>
10101
10102         * Theme*.cs : remove ThemeEngine.Current usage as it just points back
10103         to the instance itself.
10104
10105 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
10106
10107         * X11DesktopColors.cs, ThemeGtk.cs: The GObject structure is based
10108           on ulongs and pointers, the size differs between 32bit and 64bit
10109           systems. 
10110
10111 2006-02-07  Mike Kestner  <mkestner@novell.com>
10112
10113         * XplatUIX11.cs : force the WorkingArea away from XGetWindowProperty
10114         for 64 bit platforms to work around a metacity bug. 
10115
10116 2006-02-07  Jackson Harper  <jackson@ximian.com>
10117
10118         * TrackBar.cs: Process the input keys we need, and hookup to
10119         KeyDown instead of using WndProc, so we get key messages.
10120
10121 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com>
10122
10123         * XplatUIX11.cs: Atoms are only 32bit on the wire, no matter what
10124           machine we're on. 
10125         * X11Dnd.cs(SetAllowDrop): Since atoms are always 32bit on the wire
10126           we need to translate the XdndVersion atoms array before sending it
10127
10128 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com> 
10129
10130         * XplatUIX11.cs: 
10131           - The preceeding 64bit fixes had a bug: ChangeProperty expects the
10132             number of bits for the property, not the number of bytes. The
10133             change to provide IntPtr.Size broke 32bit. (64bit was also wrong
10134             but would not crash since it specified 8 bits instead of 4 bits)
10135           - More 64bit fixes: Switched all atoms from int to IntPtr (they are
10136             defined as XID -> long in the C headers)
10137           - Removed 'new IntPtr((int))' and '(IntPtr)' casts from all NetAtoms 
10138             references since those are now IntPtr to begin with
10139           - Switched all Atom.XXX 'int' casts to IntPtr casts
10140           - Fixed XGrabPointer DllImport signature to work for 64bit (cursor arg)
10141           - Fixed XInternAtom signature for 64bit, now returns an IntPtr
10142           - Added XChangeActivePointerGrab DllImport (for X11DnD)
10143         * X11Structs.cs:
10144           - Changed 'int' type for Atoms in XEvent structures to IntPtr
10145           - Changed atom in HoverStruct to be IntPtr
10146         * X11DnD.cs:
10147           - Removed local DllImports, switched code to use those from XplatUIX11
10148           - Removed/fixed casts related to the switch of Atom to be a IntPtr
10149
10150 2006-02-06  Mike Kestner  <mkestner@novell.com>
10151
10152         * XplatUIX11.cs : many more 64 bit pinvoke changes.  I've audited all the 
10153         method signatures in the import region.  There may still be some
10154         lingering struct marshaling issues, as I didn't drill down into those.
10155         Yet.
10156
10157 2006-02-06  Jackson Harper  <jackson@ximian.com>
10158
10159         * ComboBox.cs: Dont manually set the top_item, this is computed
10160         when the scrollbar position is set.
10161
10162 2006-02-06  Mike Kestner  <mkestner@novell.com>
10163
10164         * XplatUIX11.cs : 64 bit changes to XGetWindowProperty usage. Fixes
10165         startup crashes on amd64.  There's other fixes needed.  All pinvoke
10166         usage of Atom needs to be mapped to IntPtr for example.  And there are
10167         likely other int/long issues to be addressed.
10168
10169 2006-02-04  Alexander Olk  <alex.olk@googlemail.com>
10170
10171         * FileDialog.cs: One more...
10172
10173 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
10174
10175         * FileDialog.cs: Next try
10176
10177 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
10178
10179         * FileDialog.cs: First part of fix for #77464
10180
10181 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
10182
10183         * ButtonBase.cs, ContainerControl.cs, Forms.cs,
10184           ThemeWin32Classic.cs: Fix for #77458. Correct handling of
10185           AcceptButton border drawing.
10186
10187 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com> 
10188
10189         * Form.cs: Moved positioning of form after auto scaling is applied,
10190           otherwise it would possibly use wrong form size.
10191
10192 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com>
10193
10194         * Control.cs (RecreateHandle): No need to re-create any child
10195           controls, the child windows will get destroyed automatically by
10196           the windowing system or driver, and re-created when the handle
10197           is being accessed the first time. Fixes #77456
10198         * Form.cs: No longer setting the form to closing if the handle is 
10199           being recreated. This seems like the right thing to do, don't
10200           have a bug or testcase for this, though.
10201
10202 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
10203
10204         * FileDialog.cs: Suspend/Resume layouting when changing sizes of
10205           controls to avoid unwanted side effects
10206
10207 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com> 
10208
10209         * Control.cs: 
10210           - ScaleCore needs to scale the bounds, not the ClientSize of the 
10211             control. Fixes #77416.
10212           - DefaultSize is 0,0 for control
10213         * TextBoxBase.cs: 
10214           - DefaultSize is 100, 20
10215           - SetBoundsCore: Now enforcing the height, no matter if the provided
10216             height is more or less than the preferred one, as long as AutoSize
10217             is on
10218         * Form.cs: Apply documented fudge factor. Part of item 3 fix for #77416
10219
10220 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
10221
10222         * Control.cs:
10223           - ResumeLayout: Fixed logic when to call PerformLayout, we may not
10224             call unless both performLayout is true *and* we have a pending
10225             layout change
10226           - ResumeLayout: MS does not completely nest Suspend and Resume,
10227             they bottom out at 0, fixed our code to match that.
10228           - UpdateBounds/SetBoundsCore: Moved calling of UpdateDistances() to
10229             SetBoundsCore, we were updating even when we shouldn't. This fixes
10230             swf-anchors mis-anchoring when resizing the app fast and lots.
10231           - UpdateDistances: Now only setting the left and top distance if 
10232             we have a parent and are not suspended, this is based on
10233             a suggestion by Don Edvaldson in bug #77355.
10234           - OnVisibleChanged: Fixed logic when to create the control. We may
10235             not create the control if we have no parent or if it's not visible;
10236             switched to using Visible property instead of is_visible field 
10237             since the property also considers parent states. This fixes a bug
10238             when starting Paint.Net
10239
10240 2006-02-02  Jackson Harper  <jackson@ximian.com>
10241
10242         * Form.cs: If the forms handle hasn't been created yet don't call
10243         into xplatui to make it top most, just set the topmost flag on the
10244         form in CreateParams
10245         * XplatUIX11.cs: Handle WS_EX_TOPMOST.
10246
10247 2006-02-01  Jackson Harper  <jackson@ximian.com>
10248
10249         * ScrollableControl.cs: Refactored the Recalculate method a
10250         little, this wasn't handling all the variants of bottom and right
10251         bars needed to be added and added/removed based on their
10252         counterparts being added/removed (which changes the drawable
10253         size). Also we special case client widths and heights of 0 and
10254         don't add the scrollbar for those.
10255
10256 2006-02-01  Peter Dennis Bartok  <pbartok@novell.com>
10257
10258         * XplatUIX11.cs: 
10259           - Added method to get AbsoluteGeometry(); currently unused, but might
10260             be used in the future, if we try again to figure out toplevel
10261             coordinates with some more crappy window managers
10262           - Added FrameExtents() method to retrieve the WM set decoration size
10263           - Tried to fix up AddConfigureNotify and handling of ReparentNotify 
10264             to deal with at least KDE, FVWM and metacity (Fixes #77092)
10265         * Hwnd.cs: 
10266           - Added whacky_wm tracking var for metacity
10267           - Added logic to have default menu height if the actual menu height
10268             has not yet been calculated (part of fix for #77426)
10269         * Form.cs: Keep track whether client size has been set and re-set 
10270           it if a menu is added/removed afterwards (Fixes #77426)
10271
10272 2006-01-31  Jackson Harper  <jackson@ximian.com>
10273
10274         * Control.cs: When a new Site is set on the component attempt to
10275         pull the AmbientProperties from it.
10276
10277 2006-01-31  Peter Dennis Bartok  <pbartok@novell.com>
10278
10279         * ThemeWin32Classic.cs: Menu background is drawn in ColorMenu, not
10280           in the background of the owning form. Fixes #77332
10281
10282 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
10283
10284         * MimeIcon.cs: Fix for #77409
10285
10286 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
10287
10288         * XplatUIX11GTK.cs: Initial import
10289
10290 2006-01-31  Jordi Mas i Hernandez <jordimash@gmail.com>
10291
10292         * FixedSizeTextBox: fixes class signature
10293
10294 2006-01-30  Jackson Harper  <jackson@ximian.com>
10295
10296         * FixedSizeTextBox.cs: New internal class that represents a
10297         textBox that will not be scaled.
10298         * TreeView.cs:
10299         * ComboBox.cs:
10300         * UpDownBase.cs: Use the new FixedSizeTextBox instead of a
10301         standard TextBox.
10302                 
10303 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com> 
10304
10305         * XplatUIX11.cs: Retrieve default screen number instead of
10306           assuming 0. Attempted fix for #77318
10307
10308 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com>
10309
10310         * XplatUIWin32.cs: 
10311           - GetWindowPos: When a window is parented by FosterParent, use 
10312             the desktop instead of FosterParent as the base to get coordinates
10313           - CreateWindow: Don't make FosterParent the parent window for Popups
10314             if we don't want a taskbar entry, Popups automatically don't get one
10315         * Hwnd.cs: Need to call remove to actually remove the key from the
10316           hash table
10317
10318 2006-01-30  Mike Kestner  <mkestner@novell.com>
10319
10320         * MenuAPI.cs: adjust MainMenu item popup location to y=0.
10321
10322 2006-01-30  Jackson Harper  <jackson@ximian.com>
10323
10324         * TreeView.cs:
10325         * TreeNode.cs: Raise events no matter how the treenode is
10326         checked. Patch by Don Edvalson.
10327
10328 2006-01-30  Jackson Harper  <jackson@ximian.com>
10329
10330         * TreeNode.cs: Signature fix.
10331
10332 2006-01-29  Alexander Olk  <alex.olk@googlemail.com>
10333
10334         * ThemeClearlooks.cs: Fixed a crash in ProgressBar drawing.
10335
10336 2006-01-20  Mike Kestner  <mkestner@novell.com>
10337
10338         * Form.cs: Add ActiveTracker property to do Captures and perform mouse
10339         event forwarding when menus are active.
10340         * MenuAPI.cs: kill the GrabControl hack.  Use Form.ActiveTracker.
10341         Most of the patch is pdb's with a little rework.
10342
10343 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
10344
10345         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs: 
10346           Removed GetMenuDC and ReleaseMenuDC methods; replaced
10347           by PaintEventStart(handle, false) and PaintEventEnd(handle, false)
10348         * Form.cs: Changed WM_NCPAINT handler to use PaintEventStart and End
10349         * InternalWindowManager.cs: Added use of PaintEventStart/End to
10350           handling of WM_NCPAINT message, now passing the PaintEventArgs to
10351           the PaintWindowDecorations method
10352         * MainMenu.cs: Switched logic from GetMenuDC to PaintEventStart
10353         * MdiChildContext.cs: Switched logic from GetMenuDC to PaintEventStart
10354         * MenuAPI.cs: Made tracker window invisible
10355         * XplatUIWin32.cs:
10356           - Removed GetMenuDC and ReleaseMenuDC methods
10357           - Implemented the client=false path for PaintEventStart and
10358             PaintEventEnd
10359
10360 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
10361
10362         * XplatUIWin32.cs(SetBorderStyle): Fixed3D needs a border
10363         * XplatUIX11.cs(DeriveWindowStyles): Updated to match fixed Form
10364           styles
10365         * Form.cs: 
10366           - MaximizeBox, MinimizeBox: Recreate the handle when setting
10367             the style
10368           - CreateParams: Reworked the styles to match MS look'n'feel,
10369             removed automatic setting of MinimizeBox, MaximizeBox, etc. via
10370             the WS_OVERLAPPEDWINDOW style. This fixes #76823.
10371
10372 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
10373
10374         * XplatUIX11.cs(GetWindowState): Now throwing an exception when the 
10375           window is not mapped, since otherwise every form that's being 
10376           created is considered minimized, which is wrong.
10377         * Form.cs: Catching the exception and returning our internal value
10378           instead
10379
10380 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
10381
10382         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new driver method
10383           SetWindowMinMax() to have means to tell the driver about the minimum,
10384           maximum and maximized state window sizes. (Part of the fix for #76485)
10385         * Form.cs:
10386           - Implemented tracking of minimum and maximum window size, now calling
10387             new SetWindowMinMax() driver method to tell the driver (Part of the
10388             fix for #76485)
10389           - Finished handling of WM_GETMINMAXINFO method, now setting all values
10390             (Completes fix for #76485)
10391           - Calling new SetWindowMinMax driver method when the handle for a 
10392             form is created, to make sure the driver knows about it even if
10393             the values have been set before the window was created
10394           - Now eating the WM_WINDOWPOSCHANGED message if the form is minimized
10395             to avoid messing up our anchoring calculations (partial fix
10396             for #77355)
10397         * XplatUIStructs.cs: Added MINMAXINFO struct (moved from Win32 driver)
10398         * XplatUIX11.cs:
10399           - Added _NET_WM_STATE_HIDDEN property for detecting minimized state
10400           - Improved GetWindowState() to detect 'Minimized' state on Metacity 
10401             (and presumably other freedesktop.org compliant WMs). Left the
10402             assumption unmapped=minimized, needed for SetVisible to work.
10403           - Now setting the window state when creating windows
10404           - Fixed SetVisible to consider/set the window state when mapping
10405             a Form. We cannot set the state before it's mapped, and we cannot
10406             use Form.WindowState once it's mapped (since it would ask the
10407             driver and get 'normal'. Therefore, we grab the state before
10408             mapping, map, and then set state.
10409           - Implmemented SetWindowMinMax method; Metacity does not seem to
10410             honor the ZoomHints, though.
10411         * XplatUIWin32.cs:
10412           - Removed MINMAXINFO (moved to XplatUIStructs)
10413           - Added SetWindowMinMax stub (on Win32 the only way to set that
10414             information is in response to the WM_GETMINMAXINFO message, which
10415             is handled in Form.cs)
10416           - Added logic to SetVisible to set the proper window state when a 
10417             form is made visible (fixes #75720)
10418
10419 2006-01-26  Jackson Harper  <jackson@ximian.com>
10420
10421         * Control.cs (BeginInvoke): Automagically handle EventHandlers the
10422         same way we handle them with Invoke.
10423
10424 2006-01-25  Peter Dennis Bartok  <pbartok@novell.com> 
10425
10426         * Form.cs:
10427           - Added tracking of window state so CreateParams can return
10428             the appropriate style
10429           - Moved setting of WS_CAPTION style in CreateParams to allow
10430             styles without caption
10431         * DataGridTextBoxColumn.cs: We are now also creating the TextBox 
10432           control if the TextBox property is accessed. Fixes #77345
10433         * Control.cs:
10434           - get_Created: now uses is_disposed and is_created to determine
10435             return value (suggested by Jackson)
10436           - CreateHandle: No longer exits if the handle is being recreated
10437           - RecreateHandle: If the handle is not yet created call the 
10438             appropriate method to create either control or handle. If the
10439             control is already created CreateHandle will simply exit instead
10440             of just creating the handle
10441         * Hwnd.cs: Removed expose_pending tracking, no longer needed since we
10442           now SendMessage WM_DESTROY directly to the control when DestroyWindow
10443           is called.
10444         * XplatUIX11.cs: 
10445           - When DestroyWindow is called, instead of waiting for the 
10446             DestroyNotification from X11, we directly post it to the WndProc
10447             and immediately dispose the hwnd object.
10448             Same applies to DestroyChildWindows, and this obsoletes the
10449             expose_pending tracking. Contrary to Win32 behaviour we destroy our
10450             child windows before our own, to avoid X11 errors.
10451           - Removed the direct sending of WM_PAINT on UpdateWindow
10452         * XplatUIWin32.cs:
10453           - Reworked DoEvents and GetMessage to allow access to internal queue
10454             even when trying non-blocking access to the queue.  Fixes #77335. 
10455             Based on a patch suggestion by Don Edvalson. The new private
10456             GetMessage can now also be used as a backend for a PeekMessage
10457             frontend version.
10458         * XplatUI.cs: Improved debug output for CreateWindow
10459
10460 2006-01-25  Jackson Harper  <jackson@ximian.com>
10461
10462         * Help.cs: Allow param to be null. Patch by Don Edvalson.
10463
10464 2006-01-24  Jackson Harper  <jackson@ximian.com>
10465
10466         * ComboBox.cs: Clamp the max value set for the vertical scrollbar
10467         when we have a MaxDropItems lower then the selected index.
10468
10469 2006-01-24  Jackson Harper  <jackson@ximian.com>
10470
10471         * Control.cs: Don't allow selection of non visible controls, allow
10472         selection of controls without parents.
10473
10474 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
10475
10476         * ThemeWin32Classic.cs: Fixes Datagrid drawing issues
10477         * DataGridDrawingLogic.cs: Add editing row only when is necessary
10478
10479 2006-01-23  Jackson Harper  <jackson@ximian.com>
10480
10481         * UpDownBase.cs: Make the textbox handle all the selection and
10482         tabbing. This fixes tabing to updown controls.
10483
10484 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
10485
10486         * TextBoxBase.cs: fixes exception thown the object was null
10487
10488 2006-01-23  Jackson Harper  <jackson@ximian.com>
10489
10490         * ButtonBase.cs: Just use the base CreateParams. They set
10491         visibility and enabled correctly.
10492         * ComboBox.cs:
10493         * TrackBar.cs:
10494         * MonthCalendar.cs: Lets let the base set as much of the
10495         createparams as possible so we don't have duplicate code all over
10496         the place.
10497
10498 2006-01-22  Alexander Olk  <alex.olk@googlemail.com>
10499
10500         * ThemeGtk.cs: Added TrackBar and some experimental code to
10501           get double buffering back
10502
10503 2006-01-21  Jordi Mas i Hernandez <jordimash@gmail.com>
10504
10505         * DataGrid.cs: Allows row number set internally higher than the last
10506         when creating a new row. Restores the editing functionality.
10507
10508 2006-01-20  Mike Kestner  <mkestner@novell.com>
10509
10510         * MimeIcon.cs: delay Image creation until the icons are accessed
10511         instead of creating 190 scaled images on GnomeHandler startup.
10512
10513 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com> 
10514
10515         * TextBoxBase.cs (WndProc): When handling WM_KEYDOWN we need to
10516           first call base before processing the event. Fixes #77279
10517
10518 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com>
10519
10520         * XplatUIWin32.cs, Cursor.cs: Fixed code that wrongly assumed
10521           that the stride for the GDI bitmap would match the stride of
10522           a DIB or a Cursor.
10523
10524 2006-01-19  Alexander Olk  <alex.olk@googlemail.com>
10525
10526         * ThemeGtk.cs: Added ProgressBar, RadioButton, CheckBox
10527
10528 2006-01-19  Jackson Harper  <jackson@ximian.com>
10529
10530         * ComboBox.cs: Hookup the text controls keydown event so we get
10531         those when the text control has the focus.
10532
10533 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
10534
10535         * Label.cs: Now using the base events instead of defining new ones;
10536           this allows us to just call the base properties without having to
10537           duplicate all base property logic 
10538
10539 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
10540
10541         * Label.cs: A label by default is not a tabstop (Fixes one of our
10542           failing nunit tests)
10543
10544 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
10545
10546         * XplatUIWin32.cs: Fixed wrong DoEvents logic. Fixes #77282
10547         * XplatUIX11.cs: Removed WM_PAINT check from DoEvents. Fixes #77282
10548
10549 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
10550
10551         * Cursor.cs: Reimplemented creating cursor bitmaps without using
10552           the Bitmap(Stream) constructor which is semi-broken on MS GDI+.
10553           This fixes #77218
10554         * XplatUIWin32.cs: 
10555           - Reimplemented creating Bitmaps from DIBs since the Bitmap(Stream) 
10556             constructor creates images that can't be saved. Part of the fix
10557             for #76103
10558           - Added handling of CF_BITMAP as CF_DIB to clipboard code (Fixes #76103)
10559           - SetWindowState: Switched ShowWindow flags (part of an upcoming 
10560             bug fix for handling window state in forms properly)
10561
10562 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
10563
10564         * ThemeGtk.cs: Simplify ScrollBar drawing
10565
10566 2006-01-18  Jackson Harper  <jackson@ximian.com>
10567
10568         * Splitter.cs: Set the default dock style for the splitter control
10569         in the constructor.
10570
10571 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
10572
10573         * ThemeGtk.cs: Corrected StateType and ShadowType for
10574           gtk_paint_box
10575
10576 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
10577
10578         * Control.cs: Make use of Theme.DoubleBufferingSupported
10579         * ThemeGtk.cs:
10580           - Added drawing for flat style buttons
10581           - Added ScrollBar drawing
10582
10583 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
10584
10585         * ThemeClearlooks.cs: Removed some unneeded code.
10586         * ThemeGtk.cs: First part of ThemeGtk enhancements.
10587
10588 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
10589
10590         * LinkLabel.cs: We need to update the hover drawing when
10591           leaving the control as well.
10592
10593 2006-01-18  Jordi Mas i Hernandez <jordimash@gmail.com>
10594
10595         * DataGrid.cs: Clicking on non empty areas in the columns
10596            area was giving an exception
10597
10598 2006-01-17  Jackson Harper  <jackson@ximian.com>
10599
10600         * ThemeWin32Classic.cs:
10601         * ListView.cs: Do not draw/clip the headers when the header style
10602         is None.
10603
10604 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
10605
10606         * DataGrid.cs: Fixes 77260
10607         
10608 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
10609
10610         * DataGrid.cs: Clicking on a column on a empty grid was giving
10611           an exception
10612
10613 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
10614
10615         * DataGrid.cs (OnKeyDown): Don't use the array if it's empty
10616           or any keypress will crash the grid.
10617
10618 2006-01-17  Mike Kestner  <mkestner@novell.com>
10619
10620         * MainMenu.cs (OnMenuChanged): set Height=0 to cause relayout.
10621         * ThemeWin32Classic.cs (CalcItemSize): clear Height/Width for 
10622         invisible/previously-visible items.
10623         [Fixes #76909]
10624
10625 2006-01-17  Alexander Olk  <alex.olk@googlemail.com>
10626
10627         * ThemeClearlooks.cs:
10628         - Added CL_Draw_Button method; now other theme controls that are 
10629           not derived from button or do not have a button can draw buttons
10630           too
10631         - Updated ComboBox drawing
10632         - Beautified RadioButton drawing
10633         - Corrected drawing of bottom and left tabs
10634         - Beautified DateTimePicker and MonthCalendar
10635         - Added CPDrawButton and CPDrawRadioButton
10636
10637 2006-01-16  Jackson Harper  <jackson@ximian.com>
10638
10639         * ComboBox.cs: Set the initial value of the scrollbar to the
10640         current index. Reduce the numbers of refreshs and IndexOfs called.
10641
10642 2006-01-14  Alexander Olk  <alex.olk@googlemail.com>
10643
10644         * FileDialog.cs: When the file listview is focused hitting the
10645           backspace key moves the fileview to the parent directory
10646
10647 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
10648
10649         * Form.cs: 
10650           - Added RecreateHandle call when changing taskbar visibility to 
10651             trigger reparenting in Win32 driver (Fixes #75719)
10652           - If a window has minimize or maximize buttons, it cannot have
10653             a help button
10654         * XplatUIWin32.cs:
10655           - CreateWindow: When no WS_EX_APPWINDOW style is found we parent
10656             the toplevel form with FosterParent (A toolwindow not on the
10657             taskbar) (Fixes #75719)
10658           - Made FosterParent a toolwindow
10659
10660 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
10661
10662         * FileDialog.cs: Don't crash if InitialDirectory doesn't exist
10663
10664 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
10665
10666         * ToolTip.cs: If SetToolTip is called from a control and the mouse
10667           is currently over that control, make sure that tooltip_window.Text
10668           gets updated
10669
10670 2006-01-13  Mike Kestner  <mkestner@novell.com>
10671
10672         * MimeIcon.cs: size_t on lp64 fix for gdk_pixbuf_save_to_file extern.
10673
10674 2006-01-13  Jackson Harper  <jackson@ximian.com>
10675
10676         * TreeView.cs: On MS GetNodeAt never actually factors in the X
10677         value passed.  Also redraw the selected node when we recieve
10678         focus, so tabbing between trees works correctly.
10679
10680 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
10681
10682         * MimeIcon.cs: GnomeHandler: older gnome versions don't have
10683           ~/.gconf/%gconf-tree.xml, so use
10684           .gconf/desktop/gnome/interface/%gconf.xml
10685
10686 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
10687
10688         * TextControl.cs: Draw text in gray if control is disabled
10689
10690 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
10691
10692         * TreeView.cs: Draw the focus rectangle outside the highlight, to
10693           make sure it's always visible. Fixes #76680.
10694
10695 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
10696
10697         * TreeView.cs: Implemented Wheel scrolling. Fixes #76531
10698
10699 2006-01-13  Jonathan Chambers  <jonathan.chambers@ansys.com>
10700
10701         * PageSetupDialog.cs: Added.
10702         * PrintDialog.cs: Attributes.
10703         * PrintPreviewControl.cs: Updates.
10704         * PrintPreviewDialog.cs: Updates.
10705         
10706 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
10707
10708         * Control.cs: Undid my selection check fix, since it's not needed
10709         * TextBoxBase.cs:
10710           - Now considering the presence of hscroll/vscroll when sizing
10711             vscroll/hscroll respectively. Fixed bug #77077
10712           - Added Left/Up/Down/Right to IsInputKey list to prevent
10713             ContainerControl from stealing them. This fixes what I broke
10714             with my last checkin.
10715
10716 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com> 
10717
10718         * ScrollableControl.cs: Implemented dockpadding. Fixes #77166. And
10719           I finally understand how the property can be set without a setter :-)
10720
10721 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
10722
10723         * Application.cs:
10724           - Switched RunLoop to use static Message.Create to create a 
10725             Message object
10726           - Added PreProcessMessage call in runloop for keyboard events; this
10727             is part of the fix for #77219, I overlooked this originally in the
10728             MSDN doc for PreProcessMessage
10729         * Control.cs:
10730           - Removed call to PreProcessMessage from handling of keyboard 
10731             messages; it's supposed to be done in the message pump
10732           - Moved call to ProcessKeyEventArgs inside ProcessKeyMessage as
10733             per MSDN documentation.
10734           - IsInputChar: All chars are input chars by default; removed the 
10735             parent calling chain, MS does not document that
10736           - PreProcessMessage: If IsInputChar is true, we want to return false
10737             to allow dispatching of the message
10738           - When selecting the next control, now also check that we're not
10739             selecting ourselves again and therefore return a false positive.
10740         * TextBoxBase.cs:
10741           - Tried to match return values for IsInputKey and ProcessDialogKey
10742             to what MS returns; moved processing of our special keys outside
10743             ProcessDialogKey since MS does not seem to return true on those.
10744           - Moved code that previously was in ProcessDialogKey into new private
10745             ProcessKey method, which gets called upon receipt of WM_KEYDOWN
10746           - Reworked handling of WM_CHAR to not have to duplicate code from
10747             Control.cs anymore, instead we simply call down to base.
10748            
10749 2006-01-12  Jackson Harper  <jackson@ximian.com>
10750
10751         * ComboBox.cs: We always need to refresh the text area when
10752         EndUpdate is called. Fixes the combobox in the file dialog.
10753         * Control.cs: Don't create the creator_thread until the controls
10754         handle is created.  Also in InvokeRequired we check if the
10755         creator_thread is null. This gives the effect of InvokeRequired
10756         returning true if the controls handle is not created yet, and
10757         matches MS.
10758
10759 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
10760
10761         * XplatUI.cs:
10762           - Added StartLoop() driver method. This is used to allow drivers to
10763             prepare for an upcoming GetMessage/TranslateMessage/DispatchMessage
10764             loop for a particular thread
10765           - Added EndLoop() driver method. This is called once the message
10766             pump for the thread is shut down
10767           - Added SupportsTransparency method to allow the driver to indicate
10768             opacity support for windows
10769         * Form.cs:
10770           - Removed TODO attribute, completed AllowTransparency property
10771           - Added documented logic to Opacity
10772         * GroupBox.cs, Label.cs, LinkLabel.cs, PropertyGrid.cs, Control.cs,
10773           ButtonBase.cs, CheckedListBox.cs: Combined Jackson's and Miguel's
10774           versions of CompatibleTextRendering
10775         * X11Structs.cs: Added opacity atom to our atom enumeration
10776         * Hwnd.cs: Added opacity tracking (we need to track since the opacity
10777           of a form might be set before it's reparented by the WM, and we need
10778           the opacity value without calling up to Form)
10779         * XplatUIDriver.cs: Added StartLoop(), EndLoop() and 
10780           SupportsTransparency() driver methods
10781         * Application.cs: Now calling StartLoop and EndLoop driver methods
10782         * XplatUIX11.cs:
10783           - Added opacity atom registration
10784           - Added StartLoop()/EndLoop() methods. They're empty right now but
10785             will need to get implemented when we switch to a per-thread queue
10786           - Implemented SupportsTransparency() method
10787           - Implemented SetWindowTransparency() method
10788           - Added support for setting the opacity value when a window is
10789             reparented (since the opacity needs to be set on the WM frame)
10790         * XplatUIOSX.cs, XplatUIWin32.cs:
10791           - Added SupportsTransparency(), StartLoop() and EndLoop() methods
10792
10793 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
10794
10795         * ThemeClearlooks.cs: Don't crash if TabControl.Parent is null.
10796
10797 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
10798
10799         * FileDialog.cs: Added ToolTip for MWFFileView
10800         * MimeIcon.cs: Rewrote GnomeHandler.
10801           - Get currently used gnome icon theme from
10802             ($HOME)/.gconf/%gconf-tree.xml
10803           - Make use of inherited icon themes
10804           - Support SVG icon themes like Tango via librsvg
10805
10806 2006-01-12  Miguel de Icaza  <miguel@novell.com>
10807
10808         Revert's Jackson's revert which broke 2.0 builds.   Fix both
10809         builds. 
10810         
10811         * Application.cs: Move the use_compatible_text_rendering outside
10812         the NET_2_0 define.  If we ever need to use the
10813         use_compatible_text_rendering on the individual controls they will
10814         access the variable from the common shared code paths.
10815
10816 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
10817
10818         * XplatUI.cs:
10819           - Added more granular debug options
10820           - Added method to print both window text and id
10821           - Switched debug output to use new Window() debug method
10822           - Added IsEnabled() driver method
10823           - Added EnableWindow() driver method
10824         * Form.cs:
10825           - Removed end_modal; no longer needed, new loop handles termination
10826             via 'closing' variable
10827           - If form is modal, setting DialogResult will now initiate loop
10828             termination via 'closing' variable
10829           - Added support for is_enabled/WS_DISABLED to CreateParams
10830           - Close() now just send the WM_CLOSE message; the WM_CLOSE handler
10831             does all the work
10832           - Removed code that's now in RunLoop from ShowDialog()
10833           - Added various documented sanity checks to ShowDialog()
10834           - Added handling of WM_DESTROY message; we set 'closing' on getting
10835             the message to indicate the message pump to terminate
10836           - Added handling of new internal WM_CLOSE_INTERNAL message - it's
10837             send by the Application.ExitThread method. (We send the message
10838             to destroy the window after all other events have been
10839             processed through the queue, instead of destroying the handle 
10840             directly)
10841           - Moved code from Close() method to WM_CLOSE handler; added logic
10842             to only send close-related events if the form is not displayed
10843             modal
10844         * Splitter.cs (..ctor): Fixed typo in resource name
10845         * Control.cs:
10846           - DrawBackgroundImage: Explicitly selecting the wrap mode for the
10847             brush now
10848           - set_Cursor: Now only setting calling into XplatUI if the handle for
10849             the control is already created; this avoids implict handle creation
10850             or crashes if it's not created
10851           - set_Enabled: Now setting the enabled state via the new driver method
10852             instead of just tracking it
10853           - CreateParams: Added logic to set WS_DISABLED based on enabled state
10854           - CreateControl: Reordered event firing and method calls to more
10855             closely fire events in the order MS does. Now setting the
10856             enabled state in the driver when creating the control.
10857           - SetVisibleCore: Moved when the OnVisibleChanged event is fired to
10858             match MS order
10859         * FolderBrowserDialog.cs, MessageBox.cs, ButtonBase.cs, TrackBar.cs,
10860           MonthCalendar.cs: get_CreateParams: Added setting of WS_DISABLED 
10861         * XplatUIStructs.cs: Added internal WM_CLOSE_INTERNAL mesage id
10862         * Hwnd.cs:
10863           - Added tracking of window enabled state (get_Enabled/set_Enabled)
10864           - Added EnabledHwnd property to easily allow a driver to find the
10865             handle of the first enabled window in the parent chain (this is
10866             used by drivers to pass up input events of disabled windows)
10867         * XplatUIDriver.cs: Added IsEnabled() method
10868         * Application.cs:
10869           - Removed crude and obsolete exiting tracking variable
10870           - Removed internal ModalRun(); replaced by RunLoop()
10871           - Implemented private CloseForms() method to allow closing all 
10872             windows owned by a particular (or all) threads
10873           - Exit() now properly closes all windows without forcing the message
10874             pump to quit
10875           - Removed obsolete InternalExit() method
10876           - Changed Run() methods to use new RunLoop() message pump
10877           - Implemented new RunLoop() method for both modal and non-modal forms
10878         * CommonDialog.cs:
10879           - get_CreateParams: Added setting of WS_DISABLED
10880           - Simplified ShowDialog(); now all the work is done in RunLoop(),
10881             invoked via Form.ShowDialog()
10882         * NativeWindow.cs: We don't remove the window from the collection when
10883           the handle is destroyed; there might still be messages for it in the
10884           queue (mainly the resulting WM_DESTROY); instead it will be removed
10885           when Control calls InvalidateHandle in the WM_DESTROY handler
10886         * XplatUIX11.cs:
10887           - CreateWindow: Added logic to handle the WS_DISABLED window style
10888           - EnableWindow: Implemented based on Hwnd.Enabled
10889           - GetMessage: Reset PostQuitState so the method can be called again
10890           - Implemented support for disabled windows (passing messages to the
10891             first enabled parent) in handling all input messages
10892           - Added optimizations for handling Expose events
10893           - Implemeted new driver method IsEnabled()
10894           - Now always resetting paint pending tracking vars when we start paint
10895           - Re-implemented UpdateWindow via just sending a WM_PAINT message
10896         * XplatUIOSX.cs: Added IsEnabled method stub
10897         * XplatUIWin32.cs: Implemented new IsEnabled() method
10898
10899 2006-01-11  Jackson Harper  <jackson@ximian.com>
10900
10901         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
10902         LinkLabel.cs, PropertyGrid.cs: Unbreak 1.1 build. Consolidate the
10903         variables a little.
10904         * ColorDialog.cs: Clear out the old form before adding the new
10905         panel.  
10906
10907 2006-01-11  Jackson Harper  <jackson@ximian.com>
10908
10909         * X11Dnd.cs: Make sure to add all the text formats when adding
10910         strings to the data object.
10911         * TreeNodeCollection.cs: When adding to a sorted tree we need to
10912         do some redrawing too.  Also change the UpdateNode to an
10913         UpdateBelow so the newly added node gets painted.
10914         
10915 2006-01-11  Miguel de Icaza  <miguel@novell.com>
10916
10917         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
10918         LinkLabel.cs, PropertyGrid.cs: Implement the
10919         UseCompatibleTextRendering property for 2.x
10920
10921         * Application.cs (SetCompatibleTextRenderingDefault): Add. 
10922
10923 2006-01-11  Jackson Harper  <jackson@ximian.com>
10924
10925         * TreeView.cs: Use the property for setting the selected node so
10926         the correct events get raised.
10927         * TreeNode.cs: Update the tree when the fore/back colours of a
10928         node are set.
10929
10930 2006-01-10  Jackson Harper  <jackson@ximian.com>
10931
10932         * TreeView.cs: Allow setting SelectedNode to null.
10933
10934 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
10935
10936         * Form.cs: Fix support for Form TransparencyKey and Opacity on Windows.
10937
10938 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
10939
10940         * PrintControllerWithStatusDialog.cs: Update page number in dialog.
10941
10942 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
10943
10944         * PrintDialog.cs: Added attributes and set default property values.
10945
10946 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
10947
10948         * PrintControllerWithStatusDialog.cs: 
10949         Added PrintControllerWithStatusDialog.
10950
10951 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
10952
10953         * XplatUI.cs, Form.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
10954         XplatUIWin32.cs: Added support for Form TransparencyKey and Opacity on Windows.
10955
10956 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
10957
10958         * ComboBox.cs: Fix crash when there is no selected item (due to last commit)
10959
10960 2006-01-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
10961
10962         * ComboBox.cs: Added KeyDown event handler for processing arrow keys
10963         and PgUp/PgDown. Also, scroll to selected item upon dropdown. Bugs 76857 and 76788.
10964
10965 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
10966
10967         * MimeIcon.cs: Added internal class SVGUtil.
10968
10969 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
10970
10971         * FileDialog.cs: Don't crash if there are two files with the
10972           same name but different locations.
10973
10974 2006-01-08  John BouAntoun  <jba-mono@optusnet.com.au>
10975
10976         * MonthCalendar.cs: Fixed annoying rendering bug when selecting
10977         dates across multiple month grids. Used to not highlight entire 
10978         month, but does now.
10979         
10980 2006-01-06  Jackson Harper  <jackson@ximian.com>
10981
10982         * MonthCalendar.cs: Removed DoEvents call to prevent a running
10983         message loop. Change timer intervals to numbers that seem more
10984         natural.
10985
10986 2006-01-06  John BouAntoun  <jba-mono@optusnet.com.au>
10987
10988         * DateTimePicker.cs: Modified CalculateDropDownLocation to use the screen
10989           object for location info since screen object is now implemented.
10990
10991 2006-01-05  Jackson Harper  <jackson@ximian.com>
10992
10993         * AsyncMethodData.cs: Check if the call is complete before doing a WaitOne
10994         * AsyncMethodResult.cs: We no longer use a WeakReference for the
10995         AsyncMethodResult, this is because we ALWAYS want the
10996         ManualResetEvent to get set.
10997         * Control.cs: When disposing use an async invoke to call shutdown
10998         code, so that thigns don't block on the finalizer thread.  Also
10999         check if we even have a message loop before trying to send
11000         messages, if we don't then don't bother sending messages.
11001         - No more weak references for async methods
11002         * XplatUIDriver.cs: No more weak references for async methods.
11003
11004 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
11005
11006         * FontDialog.cs: Fix, don't throw an exception if FontFamily.Families
11007           returns two FontFamily with the same name
11008
11009 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
11010
11011         * ThemeWin32Classic.cs, ThemeClearlooks.cs: Dropped stupid scheme of 
11012           drawing disabled text. Instead using the ColorGrayText color
11013
11014 2006-01-04  Jackson Harper  <jackson@ximian.com>
11015
11016         * TreeNode.cs: redraw the node when its image index is changed.
11017
11018 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
11019
11020         * RichTextBox.cs: Same fix as last, just for SelectionColor. This
11021           time I checked there are no others like it.
11022
11023 2006-01-04  Jackson Harper  <jackson@ximian.com>
11024
11025         * AsyncMethodResult.cs: Use a ManualResetEvent instead of a mutex,
11026         this gives the behavoir I was looking for.
11027         * Control.cs: Special case Invoking EventHandlers, this matches MS
11028         and fixes part of bug #76326.
11029
11030 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
11031
11032         * ThemeClearlooks.cs, FileDialog.cs:
11033           - Reflect the latest Theme class changes
11034           - Remove Mono.Unix.Syscall.time in FileDialg and replace it 
11035             with DateTime
11036             
11037 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
11038
11039         * Theme.cs: Cache UI resource images and resize them if needed
11040
11041 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
11042
11043         * RichTextBox.cs: FormatText is 1-based, make it so when SelectionFont
11044           is called. This fixes the crash in Nexxia when setting the font
11045           attributes in the chat. [However, RTF needs a look-over to make sure
11046           that all SelectionXXX methods handle the special case that selection
11047           is empty and therefore the change must be applied to all text starting
11048           at the cursor/selection start]
11049
11050 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com> 
11051
11052         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
11053           XplatUIOSX.cs: Added SendMessage and PostMessage methods
11054         * X11Keyboard.cs: Switched to new way of calling PostMessage
11055
11056 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
11057
11058         * Theme.cs: Added theme interface for images to allow the theme to
11059           control what images are used for things like FileDialog, MessageBox
11060           icons, etc.
11061         * MessageBox.cs: Now uses the new Theme icon/image interfaces
11062
11063 2006-01-03  Alexander Olk  <alex.olk@googlemail.com>
11064
11065         * FileDialog.cs:
11066           - Removed some dead code
11067           - Opening a recently used file does work now
11068           - Small UI enhancements
11069           - Refactoring
11070
11071 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
11072
11073         * FileDialog.cs: Forgot too add __MonoCS__
11074
11075 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
11076
11077         * FileDialog.cs: We are able to read recently used files now let's
11078           go on and write them.
11079
11080 2006-01-01  Alexander Olk  <alex.olk@googlemail.com>
11081
11082         * FileDialog.cs: Breathe some life into "last open"/"recently used"
11083           button
11084         * MimeIcon.cs: Do a check for the top level media type also
11085
11086 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
11087
11088         * ThemeClearlooks.cs:
11089           - Added CPDrawStringDisabled
11090           - ButtonBase_DrawText: Workaround for a DrawString bug; cut off
11091             some chars if the text doesn't fit into text_rect
11092           - DrawListViewItem: If View = View.LargeIcon center the image;
11093             rewrote the drawing of ListViewItem.Text if View = 
11094             View.LargeIcon
11095
11096 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
11097
11098         * MimeIcon.cs: Use default KDE icon theme if there is no
11099           "48x48" directory for the current icon theme, fixes #77114
11100         * Mime.cs: Disable not working and actually not used code. 
11101         * ThemeWin32Classic.cs:
11102           - Replace "new SolidBrush" in GetControlBackBrush and
11103             GetControlForeBrush with ResPool.GetSolidBrush
11104           - Changed DrawListViewItem from private to protected virtual
11105         * FileDialog.cs:
11106           - Added form.MaximizeBox = true
11107           - Don't throw an exception if there is a broken symbolic link
11108
11109 2005-12-23  Jackson Harper  <jackson@ximian.com>
11110
11111         * TabControl.cs: Give the panels focus, keyboard navigation is
11112         fixed so this works correctly now.
11113         - We need these key events also.
11114         * ToolBar.cs: Remove some of the poor mans double buffering.
11115         
11116 2005-12-24  Alexander Olk  <alex.olk@googlemail.com>
11117
11118         * ComboBox.cs: The internal TextBox now returns the focus.
11119
11120 2005-12-23  Jackson Harper  <jackson@ximian.com>
11121
11122         * ThemeWin32Classic.cs:  Draw the text for all tab appearances.
11123
11124 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
11125
11126         * Control.cs: Removed debug code
11127         * XplatUIX11.cs: Changed DestroyChildWindows to also consider
11128           implicit children
11129
11130 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com> 
11131
11132         * Control.cs: When creating the control, update the Z-order after
11133           all it's children are created, too. (Fixes nexxia not showing
11134           picturebox bug)
11135
11136 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
11137
11138         * Control.cs: Do not update the anchoring distances if layout is
11139           suspended, instead do it once layout is resumed
11140
11141 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com> 
11142
11143         * Control.cs: 
11144           - After many hours of debugging, for both Jackson and
11145             myself, it turns out that it helps to set the parent of a control
11146             if you want to actually see it onscreen. In the spirit of that
11147             discovery, we're now setting the parent of the control and
11148             it's children when the control's handle is created. This fix
11149             will make Lutz Roeder's Reflector run happily. 
11150           - now just creating the handle instead of the whole control when
11151             getting a graphics context for the control.
11152
11153 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
11154
11155         * ScrollableControl.cs: When calculating the canvas, don't consider
11156           the scrollbar widths. Instead, predict if horizontal scrollbar
11157           will affect canvas when deciding on vertical display and vice versa.
11158
11159 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
11160
11161         * RichTextBox.cs: Set default RTF font for documents that don't
11162           have a font table (Fixes #77076)
11163
11164 2005-12-22  Jackson Harper  <jackson@ximian.com>
11165
11166         * TextBoxBase.cs: It's difficult to do, but you can have an empty
11167         clipboard. This prevents a NullRef in that case.
11168         * XplatUIX11.cs: Use CLIPBOARD not PRIMARY for our
11169         clipboard. PRIMARY is for the currently selected text only. (We
11170         should implement PRIMARY at some point.
11171
11172 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
11173
11174         * XplatUIWin32.cs: Fixed the TEXTMETRIC structure, we were calling
11175           a Unicode function with a structure that was defined in Ansi way.
11176           This fixes #76942.
11177
11178 2005-12-21  Jackson Harper  <jackson@ximian.com>
11179
11180         * StatusBar.cs: Statusbar handles its fore/back colours on it's
11181         on. Because thats how it rolls. (and this avoids it using ambient
11182         colours).
11183         * ThemeWin32Classic.cs: Use the proper back color for filling.
11184         * Menu.cs: Use the system menu bar color for drawing menu
11185         bars. Using the window back color will bring ambient colours into
11186         the picture.
11187
11188 2005-12-21  Alexander Olk  <alex.olk@googlemail.com>
11189
11190         * ColorDialog.cs: Fixed a memory leak that caused a SIGSEV. A lot of
11191           Bitmaps were created and not disposed.
11192
11193 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
11194
11195         * Control.cs (CreateControl): Don't do anything if the control is
11196           already created, otherwise we'd fire the OnCreated event more than
11197           once
11198
11199 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
11200
11201         * ComboBox.cs (FindStringCaseInsensitive): Don't search for emtpy strings,
11202           will always match. Instead return -1. Fixes #76464.
11203
11204 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
11205
11206         * TextControl.cs (RecalculateLine): Only wrap if the wrap point is
11207           neither the beginning nor the end of the line (Fixes bug #76479)
11208
11209 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
11210
11211         * Control.cs:
11212           - ControlNativeWindow.ControlFromHandle(): Now handling situation
11213             where handle is invalid
11214           - FromHandle(): Now using hashtable-based ControlFromHandle() lookup
11215             instead of slower linear search
11216         * NativeWindow.cs: Don't remove the window from the hashtable until
11217           after the driver has destroyed it (since the driver might use
11218           Control.FromHandle to lookup the control object
11219         * Hwnd.cs: Added DestroyPending property to track if a window is 
11220           already destroyed as far as the driver is concerned and only hasn't
11221           yet notified the control
11222         * XplatUIX11.cs:
11223           - Activate(): Check if the window is still valid before using the 
11224             handle
11225           - Implemented DestroyChildWindow() method to mark child windows as
11226             destroyed when a window is destroyed. This prevents situations 
11227             where we might call an X method based on queued events for a
11228             window that already has been destroyed but we haven't yet pulled
11229             the destroy method from the queue.
11230           - Added a call to the new DestroyChildWindow() method to the drivers
11231             DestroyWindow code. Also now marking the destroyed window itself
11232             as pending
11233
11234 2005-12-20  Jackson Harper  <jackson@ximian.com>
11235
11236         * StatusBar.cs:
11237         * StatusBarPanel.cs: Don't calculate panel sizes on draw
11238         anymore. Just do them when needed, also track the rects of panels
11239         so that we can optimize refreshing more in the future.
11240
11241 2005-12-20  Alexander Olk  <alex.olk@googlemail.com>
11242
11243         * ColorDialog.cs: Fixed focus drawing in small color controls
11244
11245 2005-12-19  Jackson Harper  <jackson@ximian.com>
11246
11247         * InternalWindowManager.cs:
11248         * MdiWindowManager.cs: Cleanup some coordinate system changes so
11249         moving windows works properly.
11250
11251 2005-12-19  Peter Dennis Bartok  <pbartok@novell.com> 
11252
11253         * Control.cs: 
11254           - Removed call to InitLayout() from SetBoundsCore(); doc says
11255             it's only called when a control is added to a container
11256           - Split InitLayout logic, moved to separate UpdateDistances() method
11257             since we need to perform those calculations more often than just
11258             when adding the control to a container. (Needed to fix #77022)
11259           - Now calling UpdateDistances() from UpdateBounds() (fixes #77022)
11260           - Reduced the OnBindingContextChanged events count, don't send them
11261             unless the control is created, we still aren't totally matching
11262             MS, but I can't quite figure out some of their rules
11263
11264 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
11265
11266         * ThemeClearlooks.cs: Corrected distance between ProgressBar
11267           stripes
11268
11269 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
11270
11271         * ThemeClearlooks.cs:
11272           - Updated ProgressBar drawing
11273           - Corrected drawing of ScrollBars and scroll buttons
11274           - Some temporary fixes for minor pixel artefacts
11275
11276 2005-12-18  Peter Dennis Bartok  <pbartok@novell.com> 
11277
11278         * Control.cs:
11279           - Reworked Controls.Add(), Controls.Remove() and set_Parent() to
11280             cause events to be sent in the same order as MS does.
11281           - Added ChangeParent() method to trigger various OnXXXChanged events
11282             that need to be fired when a parent changes (This is a reworking
11283             of the patch from r54254, with the X11 errors fixed)
11284           - Removed SuspendLayout()/ResumeLayout() calls from Controls.Clear()
11285             since on MS we get OnLayoutChanged events when calling Clear()
11286           - Changed Enabled property to consider parent state as well, if a
11287             parent is not enabled, the control will not be either
11288           - Changed Parent property to simply call Controls.Add() since that
11289             now does all the work required, this way we avoid code duplication
11290           - Threw in a few OnBindingsContextChanged calls to try and match
11291             when MS sends them. We seem to send a few too many, though.
11292           - Added call to CreateControl when adding the control to a parent.
11293             We were never calling CreateControl. Still needs some work, in
11294             some places we treat HandleCreated and ControlCreated as equal, 
11295             which is wrong
11296           - Removed obsolete commented out code from UpdateZOrder()
11297
11298 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
11299
11300         * ThemeClearlooks.cs: Updated TrackBar drawing.
11301
11302 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
11303
11304         * FileDialog.cs: Patch for #76901 by Atsushi Enomoto
11305
11306 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
11307
11308         * FileDialog.cs: Add the Help button and the open readonly
11309           checkbox only if needed
11310
11311 2005-12-16  Jackson Harper  <jackson@ximian.com>
11312
11313         * Control.cs: Make sure we have an active menu before trying to
11314         process commands on it. Prevents menu-less forms from crashing
11315         when Alt is pressed.
11316         * TreeNodeCollection.cs: Some fixes to prevent null refs. Patch by
11317         Dieter Bremes.
11318         * RichTextBox.cs: Expand statement to help out gmcs and fix the
11319         2.0 build.
11320
11321 2005-12-16  Jackson Harper  <jackson@ximian.com>
11322
11323         * InternalWindowManager.cs: Don't translate tool windows screen
11324         coordinates. This fixes windows 'bouncing' around when being moved.
11325
11326 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
11327
11328         * TextBoxBase.cs:
11329           - MaxLength now treats 2^31-1 equal to unlimited length (this is
11330             not quite MS compatible, MS uses that number only for single line
11331             and 2^32-1 for multi-line, but I figure it won't hurt keeping
11332             the limit at 2GB)
11333           - Now enforcing the MaxLength limit when entering characters
11334           - Added argument to internal Paste() method to track if it's called
11335             from programatically or via keyboard, since keyboard driven pastes
11336             need to enforce max-length
11337           - Added logic to Paste to only paste as many chars as MaxLength 
11338             allows
11339         * RichTextBox.cs: Updated to use new obey argument for internal Paste()
11340         * TextControl.cs:
11341           - Added Length property to return number of characters in document
11342           - Added private CharCount property which only tracks actual chars
11343             in the document (no linefeeds) and fires event when CharCount
11344             changes
11345           - Added tracking of character count to all methods that alter it
11346           - Added LengthChanged event to allow applications to subscribe
11347             to any changes to the document
11348
11349 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
11350
11351         * TextBox.cs: 
11352           - Removed local password_char field (moved to TextBoxBase)
11353           - Now setting the document's password var when password is
11354             set
11355         * TextBoxBase.cs:
11356           - Added password_char field (needed here so MultiLine can
11357             access it)
11358           - Added logic to MultiLine property setter to set the document's
11359             variable when password display is allowed
11360           - Removed debug code and made some debug code conditional
11361         * TextControl.cs:
11362           - Added RecalculatePasswordLine() method to handle special password
11363             char only lines
11364           - Added PasswordChar property, also added related tracking vars
11365           - Draw() method now uses local text var for grabbing text to draw,
11366             this var is set to line.text unless we're doing password display,
11367             then it is set to the pre-generated all-password-chars line
11368           - Added calling RecalculatePasswordLine() method for password lines
11369
11370 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
11371
11372         * Hwnd.cs: 
11373           - Added Reparented property to allow tracking of Window Manager
11374             reparenting actions (which affect X/Y calculations of toplevel 
11375             windows)
11376           - Made ToString() print window handles in hex
11377         * XplatUIX11.cs:
11378           - AddConfigureNotify(): Now uses reparented state off Hwnd to
11379             determine if X/Y needs offsetting
11380           - AddConfigureNotify(): Fixed offset calculations
11381           - Now adds ReparentNotify messages into the queue
11382           - Now processes ReparentNotify messages and causes a 
11383             WM_WINDOWPOSCHANGED message to be sent upstream if a window
11384             is reparented (as most likely it's X/Y coordinates are changed
11385             due to that)
11386
11387 2005-12-14  Jackson Harper  <jackson@ximian.com>
11388
11389         * XplatUIX11.cs: Tool windows still need to respek focus.
11390
11391 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
11392
11393         * Control.cs: Undid 54254 (causing XConfigure errors) so we can
11394           have a working release
11395
11396 2005-12-13  Jackson Harper  <jackson@ximian.com>
11397
11398         * Form.cs: Update styles after setting the border style regardless
11399         of whether or not the window is using a window manager.
11400
11401 2005-12-13  Jackson Harper  <jackson@ximian.com>
11402
11403         * Form.cs: We now hook into an internal window manager instead of just an
11404         MDI subsystem, this is so we can have properly behaving tool windows.
11405         * MdiClient.cs: Naming change, MdiChildContext is now WindowManager
11406         * InternalWindowManager.cs: New internal class that acts as a
11407         window manager for tool windows and as a base for mdi windows.
11408         * MdiWindowManager.cs: New class that acts as a window manager for
11409         mdi windows.
11410
11411 2005-12-12  Jackson Harper  <jackson@ximian.com>
11412
11413         * Control.cs: Updates so we match behavoir for for implicit
11414         controls. Fixes explosions in MDI.
11415
11416 2005-12-12  Jackson Harper  <jackson@ximian.com>
11417
11418         * Control.cs: Implement Invalidate (Region).
11419
11420 2005-12-12  Peter Dennis Bartok  <pbartok@novell.com> 
11421
11422         * Control.cs: 
11423           - Changed handling of Controls.Add/Controls.Remove to fire (almost) 
11424             the same events as MS does. MS fires events for each property 
11425             except, for unknown reasons, Cursor, when the control is reparented. 
11426             I can't seem to totally match add/remove since MS also fires some 
11427             VisibleChanged events, which makes no sense. Consolidated the
11428             parenting code into a separate method so it can be called from
11429             both Add and Remove. set_Parent no longer needs any special logic
11430             as it calls the parent's add method which implicitly fires
11431             all events
11432           - Removed some obsolete code and debug output
11433           - Enabled state is inherited from parents, if this is enabled
11434
11435 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com> 
11436
11437         * Form.cs: Removed commented out code
11438
11439 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com>
11440
11441         * Control.cs:
11442           - Added internal version of Invoke, with additional argument 
11443             indicating if we're calling it from a Dispose() handler. That
11444             way we can avoid BeginInvoke throwing an exception if we're
11445             calling for an already destroyed window.
11446           - Added a dispose argument to BeginInvokeInternal, and made the
11447             check if a valid window handle chain exists conditional on
11448             it not being a dispose call
11449           - Removed code in DestroyHandle to destroy our children. Since we
11450             now handle the WM_DESTROY message we will catch all our children
11451             being destroyed.
11452           - Now calling OnHandleDestroyed from our new WM_DESTROY handler
11453         * Form.cs:
11454           - Added a field to track the application context of the form.
11455           - No need to set closing variable as response to WM_CLOSE, instead
11456             we destroy the window. We also call PostQuitMessage if the form
11457             has an application context (which makes it the main app form,
11458             which, when closed terminates the app)
11459         * XplatUI.cs:
11460           - Dropped Exit() method, it's naming was confusing
11461           - Added PostQuitMessage() which causes GetMessage to return false
11462             once the message queue is empty
11463         * XplatUIDriver.cs, XplatUIWin32.cs: Dropped Exit(), added 
11464           PostQuitMessage()
11465         * XplatUIOSX.cs: Switched signature for Exit method since Exit() is
11466           no longer a valid XplatUI method, but left it in since it's used
11467           internally. Added empty PostQuitMessage() method.
11468         * MenuAPI.cs: Replaced call to Exit() with call to
11469           PostQuitMessage, even though this is probably no longer needed.
11470         * Hwnd.cs: Added 'pretty' ToString() to support debugging.
11471         * X11Structs.cs: Added pretty XEvent.ToString() to support debugging.
11472         * Application.cs:
11473           - Replaced call to XplatUI.Exit() with PostQuitMessage()
11474           - Removed old debug code that would call XplatUI for exception
11475             display, enabled standard exception handling (Still not enabled
11476             though, until NativeWindow's ExternalExceptionHandler define
11477             is removed
11478         * NativeWindow.cs:
11479           - Added internal method to allow control to update NativeWindow
11480             after a window has been destroyed
11481           - Added handling of already destroyed windows when calling i
11482             DestroyWindow
11483           - Added removal of handle from list on ReleaseHandle
11484         * XplatUIX11.cs:
11485           - Dropped GetMessageResult var and related code
11486           - Added PostQuitState to field to track if PostQuitMessage has been
11487             called
11488           - Dropped Exit() method
11489           - Added PostQuitMessage() method
11490           - GetMessage now will return false if PostQuitState is set and no
11491             more messages are in the queue.
11492           - Expose handler will no longer generate WM_PAINT messages if we are
11493             in PostQuitState since it's very likely any windows have already
11494             been destroyed, and since Hwnd won't get updated until we have
11495             processed the DestroyNotify we'd be causing X errors.
11496         
11497 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
11498
11499         * Control.cs(WndProc): Apparently I'm suffering from brain cloud.
11500           Thanks to Mike for pointing out the err of my ways.
11501
11502 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
11503
11504         * Control.cs(PreProcessMessage): Moved menu handling back, but
11505           after all other key handling, to match MS (who handles Menu in
11506           DefWndProc)
11507         * Menu.cs (WndProc): Removed my brainfart
11508
11509 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
11510
11511         * Control.cs(PreProcessMessage): Removed special menu handling 
11512         * Menu.cs (WndProc): Added handling of WM_SYSKEYUP for menu purposes.
11513
11514 2005-12-07  Mike Kestner  <mkestner@novell.com>
11515
11516         * Control.cs : special case SYSKEYUP so that we can adjust keynav
11517         state according in tracker.
11518         * Menu.cs : promote tracker field to base class and provide a tracker
11519         lookup capability.  Add/Remove shortcuts dynamically if the top menu
11520         has a tracker. Unparent items that are removed from the collection.
11521         * MenuAPI.cs : implement mnemonic, shortcut, and arrow-based keynav.
11522         * Theme*.cs: add always_show_hotkeys field to support configurability
11523         of mnemonic display.  win32 doesn't show mnemonics until Alt is
11524         pressed.
11525
11526 2005-12-07  Jackson Harper  <jackson@ximian.com>
11527
11528         * MdiChildContext.cs: Use Control.ResetCursor.
11529         * Control.cs: ResetCursor needs to set the property so that the
11530         correct XplatUI call gets made.
11531
11532 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
11533
11534         * Control.cs: More fixes to make our key events match MS. We
11535           were not setting the modifier state on KeyData, and we were
11536           not generating any events when Alt was pressed with a key
11537           since handling of WM_SYSxxx was missing for the OnKey methods.
11538
11539 2005-12-07  Jackson Harper  <jackson@ximian.com>
11540
11541         * MdiChildContext.cs: reenable the sizing code.
11542         - When the mouse leaves a window reset its cursor.
11543
11544 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
11545
11546         * ThemeClearlooks.cs: Reflect latest Hwnd changes
11547
11548 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
11549
11550         * Hwnd.cs: Now using the theme 3d bordersize to calculate
11551           widths of Fixed3D borders
11552
11553 2005-12-07  Jackson Harper  <jackson@ximian.com>
11554
11555         * MdiClient.cs: Fix warnings. Earn Mike's love.
11556
11557 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
11558
11559         * ThemeClearlooks.cs:
11560           - Adjusted mouse over button color
11561           - Added first parts of CheckBox drawing
11562           - Added correct color for selected text background
11563           - Fixed ComboBox drawing
11564           - Added CPDrawBorder3D and CPDrawBorder
11565
11566 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
11567
11568         * XplatUIX11.cs: Added call to XBell for AudibleAlert
11569
11570 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com> 
11571
11572         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
11573           XplatUIOSX.cs: Added AudibleAlert() method to have a means to
11574           alert users via sound. We could add an enum arg with different
11575           types of alerts in the future
11576
11577 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
11578
11579         * Control.cs: Fix behaviour problems pointed out by Mike
11580
11581 2005-12-05  Mike Kestner  <mkestner@novell.com>
11582
11583         * StatusBarPanel.cs: add Invalidate method and hook it into all the
11584         prop setters.  Calls parent.Refresh for now, but could be maybe be
11585         optimized with an internal method on StatusBar at some point.
11586         [Fixes #76513]
11587
11588 2005-12-05  Peter Dennis Bartok  <pbartok@novell.com> 
11589
11590         * RichTextBox.cs: Implemented get_SelectionColor
11591
11592 2005-12-05  Alexander Olk  <alex.olk@googlemail.com>
11593
11594         * ThemeClearlooks.cs:
11595           - Removed dead code
11596           - Draw black button border only if button is Form.AcceptButton
11597           - Draw correct button color for pressed RadioButton if the mouse 
11598             has entered the button
11599           - Updated ProgressBar drawing!
11600           - Updated CPDrawSizeGrip drawing
11601           - Updated StatusBarPanel drawing
11602
11603 2005-12-05  Mike Kestner  <mkestner@novell.com>
11604
11605         * Control.cs (PreProcessMessage): add Keys.Alt based on LParam value.
11606         * X11Keyboard.cs (SendKeyboardInput): formal lParam for alt mod.
11607
11608 2005-12-04  Alexander Olk  <alex.olk@googlemail.com>
11609
11610         * ThemeClearlooks.cs: Initial check-in, activate with
11611           export MONO_THEME=clearlooks
11612         * ThemeEngine.cs: Added ThemeClearlooks
11613
11614 2005-12-03  Mike Kestner  <mkestner@novell.com>
11615
11616         * MenuAPI.cs: deactivate menus prior to calling item.PerformClick.
11617         [Fixes #76897]
11618
11619 2005-12-02  Jackson Harper  <jackson@ximian.com>
11620
11621         * Form.cs: If the child form has no menu the default main menu is
11622         used as the active menu.
11623
11624 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com> 
11625
11626         * ListBox.cs: Check if any items exist before trying to resolve 
11627           coordinates into items
11628
11629 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
11630
11631         * ThemeWin32Classic.cs: Hatchbrush on Win32 seems to always use white
11632           as the second color for the background hatch
11633
11634 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
11635
11636         * TextBoxBase.cs: Now uses Jackson's new and improved ImplicitScrollbar
11637         * RichTextBox.cs: FormatText position arguments are 1-based, now making
11638           sure that what we pass to FormatText is always 1-based. Fixes #76885
11639
11640 2005-11-29  Miguel de Icaza  <miguel@novell.com>
11641
11642         * NumericUpDown.cs (EndInit): When we are done initializing,
11643         reflect any updates on the UI.
11644
11645 2005-12-02  Jackson Harper  <jackson@ximian.com>
11646
11647         * ImplicitHScrollBar.cs:
11648         * ImplicitVScrollBar.cs: New scrollbars that don't take focus from
11649         their container controls.
11650         * TreeView.cs: Use the new implicit scrollbars.
11651
11652 2005-12-02  Jackson Harper  <jackson@ximian.com>
11653
11654         * TreeView.cs: Make top_node internal so the TreeNodeCollections
11655         can play with it.
11656         * TreeNodeCollection.cs: If we remove the topnode we need to
11657         update topnode to the next node in line.
11658         - When clearing nodes go through the same process as removing
11659         them, so they get depareneted and checked if they are top node.
11660
11661 2005-12-01  Jackson Harper  <jackson@ximian.com>
11662
11663         * TreeView.cs: When imagelists are used the image area is
11664         selectable as well as the text.
11665         - If there are no selected nodes select the first one.
11666         * TreeNodeCollection.cs: Getting the TreeView is mildly expensive,
11667         so don't do it more then we need to.
11668
11669 2005-12-01  Jackson Harper  <jackson@ximian.com>
11670
11671         * ThemeWin32Classic.cs: Reimplement the scroll arrow drawing so
11672         that arrows can be scaled.
11673
11674 2005-12-01  Jackson Harper  <jackson@ximian.com>
11675
11676         * TreeNode.cs : Fixed bugs that caused FullPathTest + Traverse to
11677         fail. Patch by Dieter Bremes
11678
11679 2005-11-30  Jackson Harper  <jackson@ximian.com>
11680
11681         * Form.cs: Property is 2.0 only
11682         * PrintDialog.cs: Signature fix.
11683
11684 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
11685
11686         * TextControl.cs: 
11687           - No longer artificially moves text 2 pixels down (now that we have
11688             borders this is no longer needed)
11689           - Added calcs for left, hanging and right indent
11690
11691 2005-11-23  Mike Kestner  <mkestner@novell.com>
11692
11693         * Menu.cs: mark MenuChanged internal, since it's not exposed by MS.
11694
11695 2005-11-30  Jackson Harper  <jackson@ximian.com>
11696
11697         * MdiChildContext.cs: Set the cloned menus forms, as these don't
11698         get cloned as part of CloneMenu ().
11699         * Menu.cs: Make sure the parent of the items get set correctly
11700         when they are added.  And the owners are notified of the changes.
11701         * Form.cs: Create an ActiveMenu property, so that when MDI is used
11702         we can change the menu being displayed/handled by the form without
11703         changing the menu assosciated with the form.
11704         - Don't let Mdi children draw/handle menus.
11705         
11706 2005-11-30  Jackson Harper  <jackson@ximian.com>
11707
11708         * Menu.cs: Switch the MenuChanged method to OnMenuChanged and add
11709         a MenuChanged event. Just to make the API a little more
11710         consistent.
11711         * MainMenu.cs:
11712         * MenuItem.cs: Use the new OnMenuChanged
11713         * MdiChildContext.cs: Handle menu merging.
11714         * Form.cs: Implement MergedMenu.
11715         
11716 2005-11-30  Jackson Harper  <jackson@ximian.com>
11717
11718         * Menu.cs: We were misusing Add. Add goes behind the specified
11719         index according to the docs, and does not replace the specified
11720         index. So I added an Insert method.
11721
11722 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
11723
11724         * TextBoxBase.cs:  Implemented Ctrl-Ins (Copy), Shift-Ins (Paste) and
11725           Shift-Del (Cut), apparently Emacs uses these old Win 2.x keys. This
11726           is for Jackson
11727         * RichTextBox.cs: Added calls to base for DnD events
11728
11729 2005-11-28  Peter Dennis Bartok  <pbartok@novell.com>
11730
11731         * TextControl.cs:
11732           - Fixed drag-selection related crash; style fixes
11733           - Implemented undo class
11734             o Implemented method to capture document state for specified
11735               range in document tree
11736             o Implemented method to restore captured document state
11737             o Implemented cursor tracking
11738             o Implemented basic undo stack
11739           - Added undo cursor tracking to methods altering cursor location
11740           - Added undo tracking to selection deletion (still missing
11741             other text-altering hookups)
11742         * RichTextBox.cs:
11743           - Added SelectionLength property
11744           - Implemented CanPaste()
11745           - Implemented Paste()
11746           - Added missing protected methods
11747           - Fixed RTF->Document conversion; now uses font index 0 and color 
11748             index 0 as the default font for the parsed text
11749           - Fixed RTF<->Document font size translation
11750           - Fixed RTF generation, now properly handles cross-tag boundaries
11751             for single line selection
11752           - No longer always appends blank line to generated RTF
11753           - Removed TODOs
11754           - Added missing attributes
11755           - Hooked up undo-related methods
11756         * TextBoxBase.cs:
11757           - Implemented Copy()
11758           - Implemented Paste()
11759           - Implemented Cut()
11760           - Fixed caret mis-behaviour on backspace across line-boundaries
11761
11762 2005-11-29  Jackson Harper  <jackson@ximian.com>
11763
11764         * MdiClient.cs: Add a method for activating mdi children. Very
11765         basic right now. I imagine someday it might need more girth.
11766         * MenuItem.cs: Implement MDI lists. When mdilist is true the mdi
11767         children windows names are added to the menu item.
11768         * ThemeWin32Classic.cs: Draw the arrow if the item is an
11769         mdilist. This happens regardless of whether or not there are any
11770         mdi windows to see in the list, and according to my tests happens
11771         before the items are even added. Also happens if there isn't even
11772         an mdi client to get windows from.
11773
11774 2005-11-29  Alexander Olk  <alex.olk@googlemail.com>
11775
11776         * ThemeWin32Classic.cs: Make DrawFlatStyleRadioButton protected
11777         * ThemeNice.cs: Fix drawing of flatstyle radiobuttons
11778
11779 2005-11-29  Jordi Mas i Hernandez <jordimash@gmail.com>
11780
11781         * DataGridTableStyle.cs:
11782           - Create always the styles for the missing columns even if they are
11783             provided by the user (not default table style)
11784         * DataGrid.cs:
11785           - Fixes bug 76770
11786           - Fixes SetDataBinding (always re-attach source)
11787           - Fixes SetNewDataSource (only clear styles if they are not for 
11788             this source)
11789          -  Expands OnTableStylesCollectionChanged to handle style refresh 
11790             and remove properly
11791
11792 2005-11-29  Jackson Harper  <jackson@ximian.com>
11793
11794         * FileDialog.cs: Implement missing bits, remove some dead
11795         code.
11796         * FontDialog.cs: Implement missing Apply stuff, and ToString. Move
11797         creation of the panel so that the options set on the dialog are
11798         seen when the panel is created.
11799         * TreeView.cs: raise a click when items are clicked.
11800         
11801 2005-11-29  Jackson Harper  <jackson@ximian.com>
11802
11803         * MdiClient.cs: Pass some signature methods through to base.
11804
11805 2005-11-28  Jackson Harper  <jackson@ximian.com>
11806
11807         * ListView.cs: Raise the click event when items are clicked.
11808
11809 2005-11-28  Jackson Harper  <jackson@ximian.com>
11810
11811         * MdiClient.cs: Make this algorithm even more beautiful.  And fix
11812         a nullref.
11813
11814 2005-11-27  Alexander Olk  <alex.olk@googlemail.com>
11815
11816         * ThemeNice.cs: - Removed 1 pixel bitmaps
11817           - Use SmoothingMode.AntiAlias where it makes sense
11818             (ScrollButton arrow for example)
11819           - Enhanced Button focus drawing
11820           - Fixed ComboBox drawing (no artefacts anymore, focus
11821             rectangle is back again, reduced size of ComboButton, etc.)
11822           - Fixed RadioButton focus drawing for Appearence.Button
11823           - Slight ScrollButton redesign
11824           - Some LinearGradientBrush size fixes
11825           - GroupBoxes have now rounded edges
11826           - Fixed StatusBar drawing
11827
11828 2005-11-25  Alexander Olk  <alex.olk@googlemail.com>
11829
11830         * ThemeNice.cs: - Remove dead code
11831           - use correct background colors for menus, etc.
11832           - Fake pixel drawing with 1 pixel bitmaps
11833
11834 2005-11-24  Jackson Harper  <jackson@ximian.com>
11835
11836         * MdiClient.cs: Size the scrollbars when resizing the window.
11837         - Resize the maximized windows when the client is resized
11838         * Form.cs: Make the child context available
11839         
11840 2005-11-23  Jackson Harper  <jackson@ximian.com>
11841
11842         * MdiChildContext.cs: Don't size windows if they are maximized.
11843
11844 2005-11-23  Mike Kestner  <mkestner@novell.com>
11845
11846         * ContextMenu.cs: use MenuTracker.
11847         * Control.cs: remove menu handle usage.
11848         * Form.cs: remove menu handle usage.
11849         * Hwnd.cs: remove menu handle usage.
11850         * MainMenu.cs: Draw method moved here from MenuAPI.DrawMenuBar. Proxy
11851         motion and clicks to the new Tracker handlers.
11852         * Menu.cs: add sizing accessors, SelectedItem prop, kill CreateItems
11853         and handle usage.
11854         * MenuAPI.cs: refactored to combine popup and menubar event handling.
11855         Killed the MENU and MENUITEM data types and associated collections
11856         since we now keep the info on Menu and MenuItem. Expanded TRACKER into
11857         MenuTracker class that exposes the leftovers from the old MenuAPI
11858         static methods. Restructured Capture handling so that only one grab is
11859         done for the entire menu hierarchy instead of handing off grabs to
11860         submenus. Tracker now has an invisible control to Capture when active.
11861         * MenuItem.cs: add sizing accessors, kill Create
11862         and handle usage.
11863         * Theme.cs: remove menu handle and MENU(ITEM) usage.
11864         * ThemeWin32Classic.cs: use Menu/MenuItem sizing props instead of
11865         MENU(ITEM). remove menu handle usage, use Menu directly.
11866         * XplatUIDriver.cs: remove menu handle usage.
11867         * XplatUIOSX.cs: remove menu handle usage.
11868         * XplatUIWin32.cs: remove menu handle usage.
11869         * XplatUIX11.cs: remove menu handle usage.
11870
11871 2005-11-22  Jackson Harper  <jackson@ximian.com>
11872
11873         * Hwnd.cs: Don't compute the menu size for
11874         DefaultClientRectangle.
11875         - Reenable menu sizes being computed for GetClienRectangle.
11876         * Form.cs: Remove comment of trechery
11877         
11878 2005-11-22  Jackson Harper  <jackson@ximian.com>
11879
11880         * Hwnd.cs: The adjustments for the menu bar are made when it is
11881         attached to the form.
11882
11883 2005-11-19  Jackson Harper  <jackson@ximian.com>
11884
11885         * XplatUIX11.cs: Create an HGRN of the invalid area for WM_NCPAINT
11886         (just like on windows).
11887
11888 2005-11-19  Jackson Harper  <jackson@ximian.com>
11889
11890         * MdiChildContext.cs: Handle all the buttons ourselves. We can't
11891         use real buttons anymore because they are in non client area. The
11892         one TODO here is that I need to somehow invalidate a section of
11893         the non client area.
11894
11895 2005-11-18  Jackson Harper  <jackson@ximian.com>
11896
11897         * Control.cs: Put the enum check back in now that MDI doesnt have
11898         to use this to set border styles.
11899         * Form.cs: Only set mdi child windows borders if the handle has
11900         been created.
11901         * MdiChildContext.cs: Don't set the InternalBorderStyle, just pass
11902         this directly on to the driver.
11903         - Get the move start position before adjusting for the titlebar
11904         height, this fixes the windows "skipping" when they are first
11905         moved.
11906
11907 2005-11-18  Jackson Harper  <jackson@ximian.com>
11908
11909         * XplatUIX11.cs: Just compute the mdi borders separately as they
11910         don't totally match up with normal form borders.
11911
11912 2005-11-18  Jackson Harper  <jackson@ximian.com>
11913
11914         * Control.cs: Set WS_ styles for borders, so that the driver does
11915         not have to retrieve the control instance to figure out what kind
11916         of borders it should have.
11917         * Form.cs: Set the WS_EX_MDICHILD flag on mdi children, so the
11918         driver can know its an mdi child easily.
11919         * XplatUIX11.cs: Get the border styles and whether the window is
11920         MDI from the Styles and ExStyles params instead of having to get a
11921         control. This prevents a chicken and egg problem.       
11922
11923 2005-11-18  Jackson Harper  <jackson@ximian.com>
11924
11925         * MdiClient.cs: Fix typo so scrollbars show up correctly.
11926
11927 2005-11-18  Jackson Harper  <jackson@ximian.com>
11928
11929         * MdiClient.cs: Calculate when to add and remove scrollbars
11930         correctly.
11931         * MdiChildContext.cs: Adjust the y position to take the titlebar
11932         into account.
11933         - No height for FormBorderStyle.None
11934
11935 2005-11-18  Jackson Harper  <jackson@ximian.com>
11936
11937         * Control.cs: Allow non enum values to be used for
11938         InternalBorderStyle.  MDI does this to set a special border style.
11939         - New utility methods for converting points to/from client coords
11940         - Add the newly created control to the Controls collection before
11941         updating its style. This way UpdateStyle can walk the control
11942         heirarchy to find the control if needed.
11943         so I don't need to create a new Point object all the time.
11944         * Form.cs: Let MDI windows handle their border styles.
11945         - Set styles on MDI windows so the correct title style is derived.
11946         * MdiChildContext.cs: Move all the painting and window handling
11947         into the non client area.
11948         - Use correct sizing and put correct buttons on frames based on
11949         the FormBorderStyle.
11950         - Notify the mdi client about scrolling
11951         - Need to handle the buttons ourselves now, because they are all
11952         in non client areas and we can't add controls there.
11953         * MdiClient.cs: Halfway to scrolling, this implementation is
11954         somewhat broken though, we need to check to make sure other
11955         windows aren't causing scrolling before removing the bars. Also
11956         the bars need to be drawn on top, maybe I can switch implicit
11957         controls to be on top.
11958         * Hwnd.cs: caption_height and tool_caption_height are now
11959         properties of an hwnd, this way they can be set by the driver
11960         based on the type of window they are.  In X11 the window manager
11961         handles the decorations so caption_height is zero unless its an
11962         MDI window.
11963         - Add 3 pixel borders for MDI windows (0xFFFF).
11964         - Get rid of some code duplication, have DefaultClientRectanle
11965         just call GetClientRectangle.
11966         * XplatUIX11.cs: Pass caption_height and tool_caption_height to
11967         Hwnd now.
11968         - Set border styles differently for mdi windows.
11969         * XplatUIOSX.cs: Pass caption_height and tool_caption_height to
11970         Hwnd now.
11971         
11972 2005-11-15  Mike Kestner  <mkestner@novell.com>
11973
11974         * Menu.cs: when adding an item to the collection, if item is already 
11975         parented, remove it from the parent.
11976
11977 2005-11-13  Alexander Olk  <alex.olk@googlemail.com>
11978
11979         * X11DesktopColors.cs: Added KDE support
11980
11981 2005-11-11  Peter Dennis Bartok  <pbartok@novell.com>
11982
11983         * XplatUIWin32.cs: 
11984           - Clipboard methods now can translate Rtf format
11985           - No longer removes clipboard contents whenever a new format is added
11986             to allow placing multiple formats on the clipboard
11987         * Clipboard.cs: Clipboard now supports getting a IDataObject and
11988           will place all formats contained in it onto the clipboard. Also
11989           now cleans the clipboard before placing a new object onto it
11990         * RichTextBox.cs:
11991           - Implemented set_Rtf
11992           - Implemented set_SelectedRtf
11993           - Created InsertRTFFromStream() method to allow single code base
11994             for all properties and methods that insert RTF into document
11995           - Removed debug output
11996         * TextControl.cs:
11997           - Fixed Delete(int) to fix up line numbers
11998           - Fixed ReplaceSelection to combine start and end line
11999           - Fixed serious DeleteChars bug that would leave the document tree
12000             broken
12001           - Improved DumpTree with several logic checks to detect broken
12002             document trees
12003           - Removed debug lines
12004           - Fixed Caret.WordForward/WordBack moving code, now always also 
12005             updates caret.tag (fixes crash when word-selecting across tag
12006             boundaries via keyboard)
12007           - Added Insert() method for inserting multiline text into documents
12008           - Fixed DeleteChars() calculation errors that would cause a broken
12009             tag chain with multiple tag lines
12010           - DeleteChars() no longer crashes on multi-tag lines if not all tags
12011           - Split() no longer moves caret if split is at caret location
12012           - ReplaceSelection() now updates the cursor and re-displays it
12013           - ReplaceSelection() now uses new Insert() method to avoid code
12014             duplication
12015           - FormatText() can now handle formatting partial lines
12016         * TextBoxBase.cs:
12017           - Append now uses new TextControl.Insert() method (this avoids 
12018             duplicate code)
12019           - Implemented Ctrl-X (Cut) (
12020           - Implemented Ctrl-C (Copy)
12021           - Implemented Ctrl-V (Paste) (Still some bugs related to screen 
12022             regeneration when pasting text; roundtripping Copy&Paste within
12023             edit control still fails due to some calculation bugs in GenerateRTF)
12024           - The Delete key will now remove the current selection if it is visible
12025         * TextBox.cs: Removed debug lines
12026         * XplatUI.cs: Trigger initialization of DataFormats (which requires the
12027           driver to be initialized and can't therefore be done via a static ctor)
12028
12029 2005-11-10  Peter Dennis Bartok  <pbartok@novell.com>
12030
12031         * TextControl.cs: Added backend code for finding char arrays and strings
12032         * TextBoxBase.cs:
12033           - Added mouse wheel scroll support
12034           - Added support for VScroll and HScroll events
12035         * RichTextBox.cs:
12036           - Implemented all seven Find() variants
12037           - Implemented GetCharFromPosition()
12038           - Implemented GetCharIndexFromPosition()
12039           - Implemented GetLineFromIndex()
12040           - Implemented GetPositionFromCharIndex();
12041           - Implemented SaveFile for PlainText and UnicodeText
12042           - Fixed set_Font, now setting a new font applies that font to
12043             the whole document
12044           - Implemented generic Document to RTF converter
12045           - Implemented SaveFile for RichText format (still missing unicode
12046             conversion for non-ansi chars)
12047           - Implemented get_Rtf
12048           - Implemented get_SelectedRtf
12049
12050 2005-11-09  Peter Dennis Bartok  <pbartok@novell.com>
12051
12052         * Control.cs (WndProc): Call HandleClick after having sent OnMouseUp
12053           to allow any captures to be released before triggering OnClick. This
12054           way a click handler may capture the mouse without interference.
12055         * XplatUIX11.cs: Always send mouse messages to grab window if one exists.
12056           This way we send them even though X may not allow a grab (if the window
12057           isn't visible, for example)
12058
12059 2005-11-08  Pedro Martinez Julia <pedromj@gmail.com>
12060
12061         * DataGridViewRowEventArgs.cs: DataGridView implementation
12062         * DataGridViewElement.cs: DataGridView implementation
12063         * DataGridViewComboBoxCell.cs: DataGridView implementation
12064         * DataGridViewDataErrorContexts.cs: DataGridView implementation
12065         * DataGridViewCellErrorTextNeededEventArgs.cs: DataGridView implementation
12066         * DataGridViewColumnHeadersHeightSizeMode.cs: DataGridView implementation
12067         * ImageLayout.cs: DataGridView implementation
12068         * DataGridViewComboBoxColumn.cs: DataGridView implementation
12069         * DataGridViewCellMouseEventHandler.cs: DataGridView implementation
12070         * DataGridViewSelectionMode.cs: DataGridView implementation
12071         * IDataGridViewEditingControl.cs: DataGridView implementation
12072         * DataGridViewSortCompareEventHandler.cs: DataGridView implementation
12073         * DataGridViewCellStyleContentChangedEventHandler.cs: DataGridView implementation
12074         * DataGridViewAutoSizeModeEventHandler.cs: DataGridView implementation
12075         * DataGridViewColumnStateChangedEventHandler.cs: DataGridView implementation
12076         * DataGridViewColumnSortMode.cs: DataGridView implementation
12077         * DataGridView.cs: DataGridView implementation
12078         * DataGridViewRowStateChangedEventHandler.cs: DataGridView implementation
12079         * DataGridViewRowPostPaintEventArgs.cs: DataGridView implementation
12080         * DataGridViewDataErrorEventArgs.cs: DataGridView implementation
12081         * Padding.cs: DataGridView implementation
12082         * DataGridViewCellParsingEventArgs.cs: DataGridView implementation
12083         * DataGridViewCellStateChangedEventHandler.cs: DataGridView implementation
12084         * DataGridViewRowEventHandler.cs: DataGridView implementation
12085         * DataGridViewCellPaintingEventHandler.cs: DataGridView implementation
12086         * DataGridViewCellFormattingEventHandler.cs: DataGridView implementation
12087         * DataGridViewButtonCell.cs: DataGridView implementation
12088         * DataGridViewCellStyleContentChangedEventArgs.cs: DataGridView implementation
12089         * DataGridViewEditMode.cs: DataGridView implementation
12090         * DataGridViewCellValueEventArgs.cs: DataGridView implementation
12091         * DataGridViewRowCancelEventArgs.cs: DataGridView implementation
12092         * DataGridViewRowHeadersWidthSizeMode.cs: DataGridView implementation
12093         * DataGridViewCheckBoxColumn.cs: DataGridView implementation
12094         * DataGridViewCellToolTipTextNeededEventHandler.cs: DataGridView implementation
12095         * DataGridViewAutoSizeColumnsMode.cs: DataGridView implementation
12096         * DataGridViewCellEventHandler.cs: DataGridView implementation
12097         * DataGridViewEditingControlShowingEventHandler.cs: DataGridView implementation
12098         * DataGridViewCellStyleConverter.cs: DataGridView implementation
12099         * DataGridViewSelectedRowCollection.cs: DataGridView implementation
12100         * DataGridViewBindingCompleteEventHandler.cs: DataGridView implementation
12101         * DataGridViewColumnEventArgs.cs: DataGridView implementation
12102         * DataGridViewRowHeightInfoPushedEventHandler.cs: DataGridView implementation
12103         * DataGridViewRowContextMenuStripNeededEventHandler.cs: DataGridView implementation
12104         * QuestionEventArgs.cs: DataGridView implementation
12105         * IDataGridViewEditingCell.cs: DataGridView implementation
12106         * DataGridViewTriState.cs: DataGridView implementation
12107         * DataGridViewColumnDesignTimeVisibleAttribute.cs: DataGridView implementation
12108         * DataGridViewCellStateChangedEventArgs.cs: DataGridView implementation
12109         * DataGridViewColumnCollection.cs: DataGridView implementation
12110         * DataGridViewCellValueEventHandler.cs: DataGridView implementation
12111         * DataGridViewRowDividerDoubleClickEventHandler.cs: DataGridView implementation
12112         * DataGridViewCellFormattingEventArgs.cs: DataGridView implementation
12113         * DataGridViewColumn.cs: DataGridView implementation
12114         * DataGridViewCellBorderStyle.cs: DataGridView implementation
12115         * DataGridViewCellContextMenuStripNeededEventHandler.cs: DataGridView implementation
12116         * DataGridViewCellValidatingEventArgs.cs: DataGridView implementation
12117         * DataGridViewRow.cs: DataGridView implementation
12118         * DataGridViewImageCellLayout.cs: DataGridView implementation
12119         * DataGridViewImageCell.cs: DataGridView implementation
12120         * DataGridViewTopLeftHeaderCell.cs: DataGridView implementation
12121         * DataGridViewCheckBoxCell.cs: DataGridView implementation
12122         * DataGridViewHeaderCell.cs: DataGridView implementation
12123         * DataGridViewCellErrorTextNeededEventHandler.cs: DataGridView implementation
12124         * DataGridViewRowHeightInfoPushedEventArgs.cs: DataGridView implementation
12125         * DataGridViewAutoSizeColumnsModeEventHandler.cs: DataGridView implementation
12126         * DataGridViewTextBoxColumn.cs: DataGridView implementation
12127         * QuestionEventHandler.cs: DataGridView implementation
12128         * DataGridViewCellStyleScopes.cs: DataGridView implementation
12129         * DataGridViewSortCompareEventArgs.cs: DataGridView implementation
12130         * DataGridViewCellContextMenuStripNeededEventArgs.cs: DataGridView implementation
12131         * DataGridViewCell.cs: DataGridView implementation
12132         * DataGridViewCellEventArgs.cs: DataGridView implementation
12133         * DataGridViewClipboardCopyMode.cs: DataGridView implementation
12134         * DataGridViewCellStyle.cs: DataGridView implementation
12135         * DataGridViewColumnHeaderCell.cs: DataGridView implementation
12136         * DataGridViewRowPrePaintEventHandler.cs: DataGridView implementation
12137         * DataGridViewRowCancelEventHandler.cs: DataGridView implementation
12138         * TextFormatFlags.cs: DataGridView implementation
12139         * DataGridViewCellToolTipTextNeededEventArgs.cs: DataGridView implementation
12140         * DataGridViewDataErrorEventHandler.cs: DataGridView implementation
12141         * DataGridViewAdvancedCellBorderStyle.cs: DataGridView implementation
12142         * DataGridViewCellPaintingEventArgs.cs: DataGridView implementation
12143         * DataGridViewButtonColumn.cs: DataGridView implementation
12144         * DataGridViewRowsRemovedEventArgs.cs: DataGridView implementation
12145         * HandledMouseEventArgs.cs: DataGridView implementation
12146         * DataGridViewCellParsingEventHandler.cs: DataGridView implementation
12147         * DataGridViewColumnDividerDoubleClickEventHandler.cs: DataGridView implementation
12148         * DataGridViewCellMouseEventArgs.cs: DataGridView implementation
12149         * DataGridViewAutoSizeRowsMode.cs: DataGridView implementation
12150         * DataGridViewRowCollection.cs: DataGridView implementation
12151         * DataGridViewAdvancedBorderStyle.cs: DataGridView implementation
12152         * DataGridViewCellCancelEventHandler.cs: DataGridView implementation
12153         * DataGridViewHitTestType.cs: DataGridView implementation
12154         * DataGridViewAutoSizeModeEventArgs.cs: DataGridView implementation
12155         * DataGridViewColumnStateChangedEventArgs.cs: DataGridView implementation
12156         * DataGridViewColumnEventHandler.cs: DataGridView implementation
12157         * DataGridViewRowDividerDoubleClickEventArgs.cs: DataGridView implementation
12158         * DataGridViewAutoSizeRowMode.cs: DataGridView implementation
12159         * DataGridViewRowHeightInfoNeededEventArgs.cs: DataGridView implementation
12160         * DataGridViewRowsDeletedEventArgs.cs: DataGridView implementation
12161         * DataGridViewTextBoxEditingControl.cs: DataGridView implementation
12162         * DataGridViewContentAlignment.cs: DataGridView implementation
12163         * DataGridViewRowPostPaintEventHandler.cs: DataGridView implementation
12164         * DataGridViewComboBoxEditingControl.cs: DataGridView implementation
12165         * DataGridViewCellValidatingEventHandler.cs: DataGridView implementation
12166         * DataGridViewSelectedColumnCollection.cs: DataGridView implementation
12167         * DataGridViewPaintParts.cs: DataGridView implementation
12168         * DataGridViewCellCollection.cs: DataGridView implementation
12169         * DataGridViewRowsAddedEventArgs.cs: DataGridView implementation
12170         * DataGridViewImageColumn.cs: DataGridView implementation
12171         * DataGridViewRowsRemovedEventHandler.cs: DataGridView implementation
12172         * DataGridViewElementStates.cs: DataGridView implementation
12173         * DataGridViewRowHeightInfoNeededEventHandler.cs: DataGridView implementation
12174         * DataGridViewColumnDividerDoubleClickEventArgs.cs: DataGridView implementation
12175         * DataGridViewRowPrePaintEventArgs.cs: DataGridView implementation
12176         * DataGridViewRowStateChangedEventArgs.cs: DataGridView implementation
12177         * DataGridViewEditingControlShowingEventArgs.cs: DataGridView implementation
12178         * DataGridViewCellCancelEventArgs.cs: DataGridView implementation
12179         * DataGridViewRowHeaderCell.cs: DataGridView implementation
12180         * DataGridViewBindingCompleteEventArgs.cs: DataGridView implementation
12181         * DataGridViewTextBoxCell.cs: DataGridView implementation
12182         * DataGridViewBand.cs: DataGridView implementation
12183         * DataGridViewAutoSizeColumnModeEventArgs.cs: DataGridView implementation
12184         * DataGridViewHeaderBorderStyle.cs: DataGridView implementation
12185         * DataGridViewRowsAddedEventHandler.cs: DataGridView implementation
12186         * DataGridViewAutoSizeColumnMode.cs: DataGridView implementation
12187         * DataGridViewAutoSizeColumnModeEventHandler.cs: DataGridView implementation
12188         * DataGridViewAutoSizeColumnsModeEventArgs.cs: DataGridView implementation
12189         * DataGridViewRowErrorTextNeededEventHandler.cs: DataGridView implementation
12190         * DataGridViewSelectedCellCollection.cs: DataGridView implementation
12191         * DataGridViewRowContextMenuStripNeededEventArgs.cs: DataGridView implementation
12192         * DataGridViewRowErrorTextNeededEventArgs.cs: DataGridView implementation
12193         * DataGridViewComboBoxDisplayStyle.cs: DataGridView implementation
12194
12195 2005-11-08  Peter Dennis Bartok  <pbartok@novell.com>
12196
12197         * ThemeWin32Classic.cs: 
12198           - Draw the outside focus rectangle around buttons
12199           - Use CPDrawFocusRectangle to draw focus rectangles until Cairo
12200             doesn't use end caps for every dash of a line anymore. This
12201             workaround ignores the forecolor.
12202
12203 2005-11-08  Kornél Pál  <kornelpal@hotmail.com>
12204
12205         * ImageList.cs: Don't use ArgbColor with LayoutKind.Explicit as it isn't
12206           endian safe.
12207
12208 2005-11-07  Jackson Harper  <jackson@ximian.com>
12209
12210         * X11Dnd.cs: Set the X/Y positions on the DragEventArgs correctly.
12211
12212 2005-11-07  Jackson Harper  <jackson@ximian.com>
12213
12214         * ScrollableControl.cs: Calculate the maximum and change vars
12215         (more) correctly so that scrollbars appear as a sensible size.
12216
12217 2005-11-04  Jackson Harper  <jackson@ximian.com>
12218
12219         * TreeNodeCollection.cs: Refresh when nodes are cleared from the
12220         collection.
12221         * TreeView.cs: When the tree is sorted null out the top_node so
12222         that it is recalculated.
12223         - Use dotted lines instead of dashed lines to match MS better.
12224
12225 2005-11-04  Jordi Mas i Hernandez <jordimash@gmail.com>
12226
12227         * ListView.cs: 
12228           - Implements key search for items. Useful when browsing files with FileDialog
12229           - When changing view mode or when clear the items reset scrollbar positions
12230
12231 2005-11-04  Jackson Harper  <jackson@ximian.com>
12232
12233         * CurrencyManager.cs: Implement the MetaDataChanged event, the
12234         Reset method, and the CheckEmpty. CheckEmpty is just a total guess
12235         as to what the method may do as there is no real way of creating a
12236         derived CurrencyManager and calling the method. 
12237
12238 2005-11-03  Jackson Harper  <jackson@ximian.com>
12239
12240         * ThemeWin32Classic.cs: Implement ownerdrawing in the tab control
12241         * TabControl.cs: Add Ownerdrawing bits, add the UpdateTabSelection
12242         method which seems to just be used internally to refresh the tabs.
12243
12244 2005-11-03  Jackson Harper  <jackson@ximian.com>
12245
12246         * TabControl.cs: Implement the remove method. Fix some broken
12247         comments.
12248
12249 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
12250
12251         * DateTimePicker.cs:
12252           - Added missing DateTimePickerAccessibleObject class
12253           - Added missing events
12254           - Added OnFontChanged method
12255         * Form.cs: Added missing attributes
12256         * TreeView.cs: Added missing attributes
12257
12258 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com> 
12259
12260         * GridItemCollection.cs: Fix signatures
12261
12262 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
12263
12264         * XplatUI.cs: Updated build rev/date
12265         * ComboBox.cs, DataGridTextBoxColumn.cs Control.cs, 
12266           DataGridTableStyle.cs, DataGrid.cs, DateTimePicker.cs: Signature fixes
12267         * Application.cs: Trigger context-specific ExitThread events
12268
12269 2005-11-03  Jackson Harper  <jackson@ximian.com>
12270
12271         * Menu.cs:
12272         * MainMenu.cs:
12273         * GridTableStylesCollection.cs:
12274         * Timer.cs:
12275         * TabPage.cs:
12276         * HelpProvider.cs:
12277         * StatusBar.cs:
12278         * MonthCalendar.cs: Signature fixes
12279
12280 2005-11-03  Jackson Harper  <jackson@ximian.com>
12281
12282         * TreeNodeCollection.cs: Remove should not be virtual.
12283         * TreeView.cs: Implement the last of the missing methods.
12284
12285 2005-11-03  Jackson Harper  <jackson@ximian.com>
12286
12287         * TreeNodeConverter.cs: Implement to get off my class-status back.
12288
12289 2005-11-03  Jackson Harper  <jackson@ximian.com>
12290
12291         * TreeView.cs: Hookup the bits for drag and drop.
12292         * TreeNode.cs: Don't cache the tree_view or index anymore, now
12293         that nodes can be moved from tree to tree easily this just causes
12294         all sorts of problems.
12295         * TreeNodeCollection: Don't need to give treenodes an index and
12296         treeview anymore when they are added, these are computed on the
12297         fly. Also make sure to remove a node before its added.
12298
12299 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
12300
12301         * TextControl.cs:
12302           - Added CaretSelection enum
12303           - Added comparison methods to Marker struct, makes selection code
12304             more readable
12305           - Added SelectionStart and SelectionEnd as 'moveable' location for
12306             the CaretDirection enum and handler
12307           - Added selection_prev variable to track optimized invalidation for
12308             word and line selection
12309           - Added SelectionVisible property (returns true if there is a valid 
12310             selection)
12311           - Switched CaretHasFocus to only display the caret if there is no
12312             visible selection
12313           - Avoiding StringBuilder.ToString to retrieve a single char, instead
12314             using the direct character index; should be much faster
12315           - Added various conditional debug statements
12316           - Fixed invalidation calculation for selection ranges
12317           - Added ExpandSelection() method to support word and line selection
12318           - Switched SetSelectionToCaret to use new Marker compare overloads
12319           - Added central IsWordSeparator() method to determine word 
12320             separators/whitespace and FindWordSeparator() to streamline common
12321             usage of IsWordSeparator()
12322         * TextBoxBase.cs:
12323           - Removed unneeded grabbed variable, it was just mirroring
12324             Control.Capture
12325           - No longer firing OnTextChanged event when Text setter is called,
12326             since the base will fire the event for us
12327           - Added handling of Ctrl-Up/Down selection
12328           - Added handling of Shift-Cursorkey selection
12329           - Added handling for Ctrl-Delete and Ctrl-Backspace to remove
12330             words
12331           - Added handling of Shift and Ctrl-Shift-Home/End selection
12332           - Removed some debug output
12333           - Added handling for single/double/tripple-click to place caret/
12334             select word/select line respectively (Fixes bug #76031)
12335           - Added support for drag expansion of word/line selection
12336         * RichTextBox.cs: Handle GotFocus event to trigger redrawing of
12337           current selection
12338
12339 2005-11-02  Jackson Harper  <jackson@ximian.com>
12340
12341         * X11Dnd.cs: If the drag is going to and from a MWF window just
12342         copy the data instead of sending it out through the X Selection
12343         mechanism.
12344
12345 2005-11-02  Jackson Harper  <jackson@ximian.com>
12346
12347         * X11Dnd.cs:
12348         * XplatUIX11.cs: When in a drag we don't want motion notify
12349         messages to get passed on to the other controls. This prevents
12350         mouse move messages from showing up in the drag source.
12351
12352 2005-11-02  Jackson Harper  <jackson@ximian.com>
12353
12354         * X11Dnd.cs: Remove unneeded call to XAllowEvents.  Make sure that
12355         the correct button is release to end a drag.
12356         * XplatUIX11.cs: Make the button state internal so the drag system
12357         can access it.  Dragging needs to know about all button releases,
12358         not just left button.
12359
12360 2005-11-02  Miguel de Icaza  <miguel@novell.com>
12361
12362         * Form.cs (Icon): If the icon is null, reset the icon to the
12363         default value. 
12364
12365         * Cursor.cs: When writing the AND-mask bitmap do not include the
12366         number of colors, but hardcode those to two (black and white),
12367         fixes the loading of color cursors (Paint Dot Net).
12368
12369         * Form.cs: To debug, allow MONO_MWF_SCALING=disable variable to
12370         turn off autoscaling.
12371
12372         * Cursor.cs: Allow resource type to be 1 or 2 (from ImageMagic).
12373
12374 2005-11-02  Jackson Harper  <jackson@ximian.com>
12375
12376         * X11Dnd.cs: Make sure to send a status message if the pointer
12377         enters a control that can not accept a drop, otherwise the cursor
12378         isn't updated correctly. Also tried to compress the lines of code
12379         a bit.
12380
12381 2005-11-02  Jackson Harper  <jackson@ximian.com>
12382
12383         * X11Dnd.cs: Change cursors based on drag action. Also attempt to
12384         set actions correctly.  This isn't perfect as XDND and win32 have
12385         some differences on how you allow actions. I'll clear this up by
12386         adding a path for drag from MWF to MWF windows.
12387         * XplatUIX11.cs: Hook into the dnd system.
12388
12389 2005-11-02  Jordi Mas i Hernandez <jmas@softcatala.org>
12390
12391         * ListView.cs: Fixes scroll bar visibility. Hide them if they were
12392         previously shown but they are no longer need it. Very obvious when 
12393         browsing files with FileDialog.
12394
12395 2005-11-01  Peter Dennis Bartok  <pbartok@novell.com>
12396
12397         * Control.cs: We always need to call OnPaintBackground. We pretty much
12398           ignore AllPaintingInWmPaint and always do the painting there, whether 
12399           it's set or not, since we always ignore the WM_ERASEBKGND message 
12400           (which we don't generate on X11). This fixes #76616.
12401         * Panel.cs: Removed unneeded background painting. This happens properly
12402           in Control.cs already
12403
12404 2005-10-31  Mike Kestner  <mkestner@novell.com>
12405
12406         * Menu.cs: Add items to collection before setting their index.
12407         * MenuItem.cs : add range checking with ArgumentException like MS.
12408         [Fixes #76510]
12409
12410 2005-10-31  Jackson Harper  <jackson@ximian.com>
12411
12412         * ListBox.cs: Invalidate if the area is visible at all not just
12413         contained in the visible rect. Fixes unselection of semi visible
12414         items.
12415
12416 2005-10-31  Jackson Harper  <jackson@ximian.com>
12417
12418         * Control.cs: Consistently name the dnd methods. Make them
12419         internal so we can override them to match some MS behavoir
12420         internally.
12421         * Win32DnD.cs: Use the new consistent names.
12422
12423 2005-10-31  Jackson Harper  <jackson@ximian.com>
12424
12425         * TreeView.cs: Don't draw the selected node when we lose focus.
12426
12427 2005-10-31  Jackson Harper  <jackson@ximian.com>
12428
12429         * X11Dnd.cs: We still need to reset the state even though a full
12430         reset isn't being done, otherwise status's still get sent all over
12431         the place.
12432
12433 2005-10-31  Jackson Harper  <jackson@ximian.com>
12434
12435         * Control.cs: Make the dnd_aware flag internal so the dnd
12436         subsystem can check it. Catch exceptions thrown in dnd handlers to
12437         match MS behavoir.
12438         * Hwnd.cs: Add a flag for whether or not a window is dnd aware.
12439         * X11Dnd.cs: Handle null data in the converters. Set the XDND
12440         version when sending a XdndEnter. Use the control/hwnd dnd_aware
12441         flags to reduce the number of dnd enters/status's sent.
12442
12443 2005-10-31  Jackson Harper  <jackson@ximian.com>
12444
12445         * X11Dnd.cs: Don't need the sizeof here. Patch by Jordi Mas.
12446
12447 2005-10-31  Jordi Mas i Hernandez <jordi@ximian.com>
12448
12449         * PictureBox.cs: Fixes 76512
12450
12451 2005-10-28  Jackson Harper  <jackson@ximian.com>
12452
12453         * X11Dnd.cs: Early implementation to support winforms being a drag
12454         source for data on X11. Also restructured the converters so they
12455         can go both ways now.
12456         * XplatUIX11.cs: Tie ins to the the Dnd stuff.
12457         
12458 2005-10-27  Peter Dennis Bartok  <pbartok@novell.com>
12459
12460         * XplatUIX11.cs: Fixed FIXME - implemented ASCII encoding for XA_STRING
12461           clipboard requests
12462
12463 2005-10-27  Jackson Harper  <jackson@ximian.com>
12464
12465         * TreeNode.cs: Implement serialization so my DnD examples will work.
12466
12467 2005-10-24  Kornél Pál  <kornelpal@hotmail.com>
12468
12469         * ButtonBase.cs, ListView.cs, NotifyIcon.cs, PictureBox.cs, ToolBar.cs,
12470           TreeView.cs: Don't dispose objects that are not owned.
12471           
12472 2005-10-24  Peter Dennis Bartok  <pbartok@novell.com>
12473
12474         * Cursor.cs: Defaulting the Current cursor to Cursors.Default. We
12475           should retrieve the current cursor and report that, but XplatUI
12476           doesn't (yet) have an interface for that (and I'm not sure I even
12477           can, on X11)
12478         * XplatUIWin32.cs: Fixed override behaviour. The override is temporary,
12479           until any message loop processing is done (and the WM_SETCURSOR
12480           replaces the cursor to the proper one)
12481         * XplatUIX11.cs: 
12482           - Fixed override behaviour, we can't set the cursor globally on X11, 
12483             just for our windows.
12484           - Invalidating the System.Drawing X11 display handle when we are
12485             shutting down
12486         * Control.cs: Fix to make csc happy
12487
12488 2005-10-23  Peter Dennis Bartok  <pbartok@novell.com>
12489
12490         * TextBoxBase.cs: 
12491           - get_Text: Add last line (without trailing newline) to returned
12492             value (Fixes 76212)
12493           - get_TextLength: Count last line in returned length
12494           - ToString: Call Text property instead of duplicating code
12495
12496 2005-10-23  Kornél Pál  <kornelpal@hotmail.com>
12497
12498         * ImageList.cs: Dispose ImageAttributes objects.
12499
12500 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
12501
12502         * ImageList.cs: Use attribute constructors with less arguments where
12503           possible.
12504
12505 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
12506
12507         * ImageList.cs: Added lastKeyIndex field and use in IndexOfKey.
12508           Use typeof instead of strings when assembly is referenced. Added
12509           some more comments.
12510
12511 2005-10-21  Jackson Harper  <jackson@ximian.com>
12512
12513         * ListView.cs: Raise a double click event. Also tried to somewhat
12514         fix when the selectedindexchanged event is raised. Its still
12515         broken though.
12516
12517 2005-10-21  Jackson Harper  <jackson@ximian.com>
12518
12519         * TreeView.cs: New method to invalidate the plus minus area of a
12520         node without invalidating the whole node (maybe this can be used
12521         in some more places).
12522         * TreeNodeCollection.cs: When adding to an empty node we need to
12523         invalidate its plus minus area so the little block shows up.
12524         
12525 2005-10-21  Jackson Harper  <jackson@ximian.com>
12526
12527         * TreeView.cs: Make sure that when we invalidate a node the bounds
12528         are big enough to cover the selected box and the focus
12529         rectangle. Use a different colour for the lines connecting nodes
12530         so they show up with all themes.
12531
12532 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
12533
12534         * NativeWindow.cs: Don't call anything that could call into the driver,
12535           we might be on a different thread.
12536
12537 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com> 
12538
12539         * Control.cs(Dispose): Since Dispose might run on a different thread,
12540           make sure that we call methods that could call into the driver via
12541           invoke, to avoid thread issues
12542
12543 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
12544
12545         * XplatUI.cs: Removed finalizer
12546         * XplatUIX11.cs: Removed Destructor, was causing crashes due to X11
12547           not allowing to be called on the finalizer thread.
12548
12549 2005-10-21  Kornél Pál  <kornelpal@hotmail.com>
12550
12551         * ImageList.cs:
12552           - Reverted r51889 and r51891.
12553           - Added ImageListItem class that stores unmodified image items and image
12554             properties required to create list images until handle is created.
12555           - Added AddItem and moved image creation logic to AddItemInternal.
12556           - Added CreateHandle method that creates images based on unmodified items.
12557           - Added DestroyHandle that changes state to store unmodified items.
12558           - Add and AddStrip methods no more create handle.
12559           - ReduceColorDepth has no return value.
12560           - Dispose destroys handle.
12561           - Modified other methods to reflect the above changes.
12562           - Implemented key support.
12563           - Added profile 2.0 members and attributes.
12564           - Added private Reset and ShouldSerialize methods that provide the same
12565             behavior as MS.NET but the Visual Studio .NET designer seems to ignore
12566             them as they are private.
12567           - Added some more comments about implementation details.
12568
12569 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
12570
12571         * DataGrid.cs: Adds support for vertical scrolling using the mousewheel
12572
12573 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
12574
12575         * Binding.cs: No PushData/PullData if there is no binding (fixes crash)
12576
12577 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
12578
12579         * DataGridDrawingLogic.cs: Fixes column hit calcultation
12580         * DataGridColumnStyle.cs: Remove debug message
12581
12582 2005-10-20  Jackson Harper  <jackson@ximian.com>
12583
12584         * TreeView.cs: We can always get input keys regardless of whether
12585         or not editing is enabled. They are used for navigation.
12586
12587 2005-10-20  Jackson Harper  <jackson@ximian.com>
12588
12589         * TreeNode.cs: Use the viewport rect for determining if a node
12590         needs to be moved for visibility. Don't use Begin/End edit. This
12591         calls a full refresh when its done.
12592         * TreeView.cs: New SetBottom works correctly.  Make the viewport
12593         rect property internal so the treenodes can see it. When clicking
12594         on a node we need to ensure that its visible because it might just
12595         be partly visible when clicked.
12596
12597 2005-10-20  Jackson Harper  <jackson@ximian.com>
12598
12599         * TreeNodeCollection.cs: Remove debug code.
12600
12601 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
12602
12603         * Datagrid.cs: Implements column sorting in Datagrid
12604         * DataGridColumnStyle.cs: Implements column sorting in Datagrid
12605
12606 2005-10-20  Jackson Harper  <jackson@ximian.com>
12607
12608         * TreeNodeCollection.cs: Remove items properly. Update the correct
12609         area after removing them.
12610
12611 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
12612
12613         * Datagrid.cs: Should not call base.OnPaintBackground
12614
12615 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
12616
12617         * XplatUIX11.cs (GetMessage):
12618           - Now properly calculates NC_xBUTTONDOWN coordinates off the whole
12619             window instead of client window
12620           - Now properly calculates NC_xBUTTONUP message coordinates
12621           - ScreenToMenu now properly calculates it's coordinates of whole 
12622             window, since menus are in the whole window, not in the client
12623             window
12624           - Added WholeToScreen coordinate translation method
12625
12626 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com> 
12627
12628         * XplatUIX11.cs (GetMessage): Don't return in situations where we don't
12629           want to return a message, loop back to the beginning of the function
12630           and grab the next real message to process instead.
12631
12632 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
12633
12634         * Splitter.cs: Properly set limits if no filler control is used
12635
12636 2005-10-19  Jackson Harper  <jackson@ximian.com>
12637
12638         * ColorDialog.cs: Don't show the help button if it is not enabled
12639         instead of disabling it (this is what MS does). Don't create the
12640         panel until the dialog is run, otherwise the vars (such as
12641         ShowHelp) are not set yet.
12642
12643 2005-10-19  Jackson Harper  <jackson@ximian.com>
12644
12645         * TreeView.cs: Implement Begin/EndEdit more correctly so refreshes
12646         are reduced when adding nodes.
12647         * TreeNode.cs:
12648         * TreeNodeCollection.cs: Use UpdateNode instead of refreshing the
12649         tree.
12650         
12651 2005-10-19  Jackson Harper  <jackson@ximian.com>
12652
12653         * FolderBrowserDialog.cs: End editing our treeview so the window
12654         actually gets refreshed.
12655
12656 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
12657
12658         * Control.cs: Fixed logic flip on when to call OnPaintBackground. 
12659           Obsoleted handling of WM_ERASEBKGND, now always draws our background
12660           inside of WM_PAINT
12661
12662 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
12663
12664         * MenuAPI.cs: Returns after Hidding window
12665         * XplatUIX11.cs: Added TODO found while debugging menu issues
12666
12667 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
12668
12669         * XplatUIX11.cs: Do not re-map the whole window when it's size
12670           becomes non-zero unless it's supposed to be actually visible
12671
12672 2005-10-18  Jackson Harper  <jackson@ximian.com>
12673
12674         * TreeView.cs: We don't need to keep a count anymore.
12675         * TreeNodeCollection.cs: Fix off by one in RemoveAt, Insert can
12676         use the Grow method.
12677
12678 2005-10-18  Jackson Harper  <jackson@ximian.com>
12679
12680         * TreeNodeCollection.cs: Insert is not supported on arrays, so
12681         implement it manually here.
12682
12683 2005-10-18  Jackson Harper  <jackson@ximian.com>
12684
12685         * ImageList.cs: Dont kill the list when the colour depth is
12686         changed, just change the colour depth of all the images.
12687         - Same goes for setting the image size. Just resize them all
12688         instead of killing the list softly.
12689
12690 2005-10-18  Jackson Harper  <jackson@ximian.com>
12691
12692         * Control.cs: Don't invalidate empty rectangles.
12693
12694 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
12695
12696         * ListViewItem.cs:
12697           - Adds checked item to the Checked/Item lists (where empty before)
12698           - Do not add items to the Selected lists if they are already present
12699         * ListView.cs:
12700           - Fixes IsFixedSize, SyncRoot, IsReadOnly in many collections
12701           - When deleting items make sure that we delete them for the Selected
12702           and Checked list also.
12703
12704 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
12705
12706         * Label.cs: Dispose objects no longer used
12707         * ThemeWin32Classic.cs: Dispose objects no longer used
12708
12709 2005-10-18  Jackson Harper  <jackson@ximian.com>
12710
12711         * TabControl.cs: Don't refresh the whole control when the tabs are
12712         scrolled, we just need to refresh the tab area.
12713
12714 2005-10-17  Jackson Harper  <jackson@ximian.com>
12715
12716         * XplatUIX11.cs: Compress code a little bit. Only calculate the
12717         after handle when we need it.
12718
12719 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
12720
12721         * Control.cs: When the parent size changes, recalculate anchor 
12722           positions. Partial fix for #76462
12723
12724 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
12725
12726         * ThemeWin32Classic.cs: Make sure the picturebox has it's background 
12727           drawn. Fixes #76462
12728
12729 2005-10-17  Jackson Harper  <jackson@ximian.com>
12730
12731         * MonthCalendar.cs: Don't create the numeric up down until our
12732         handle is created. Otherwise our handle is created in the
12733         constructor and we don't know if we are a WS_CHILD or WS_POPUP
12734         yet.
12735
12736 2005-10-17  Jackson Harper  <jackson@ximian.com>
12737
12738         * TreeView.cs: Merge in patch by Rafael Teixeira to align strings
12739         correctly.
12740
12741 2005-10-17  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
12742         * TreeNode.cs : small logical fix (was using local var instead of field)
12743         
12744 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
12745
12746         * ThemeWin32Classic.cs: Fixes vert/horz scrollbar colours
12747
12748 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
12749
12750         * ThemeWin32Classic.cs: Fixes focus drawing in for non-flat/popup buttons
12751
12752 2005-10-16  Peter Dennis Bartok  <pbartok@novell.com> 
12753
12754         * Control.cs: 
12755           - Re-implemented anchoring code. My first version was really broken.
12756             This fixes bug #76033. Unlike the previous implementation we will
12757             no longer have round errors since all numbers are calculated from
12758             scratch every time. Removed various anchor-related obsolete vars.
12759           - InitLayout no longer causes layout event firing and layout to be 
12760             performed
12761
12762 2005-10-16  Jackson Harper  <jackson@ximian.com>
12763
12764         * Hwnd.cs: Compute invalid area correctly (fixes my last commit
12765         which was broken).
12766
12767 2005-10-16  Jackson Harper  <jackson@ximian.com>
12768
12769         * TabControl.cs: Remove debug code.
12770
12771 2005-10-16  Jackson Harper  <jackson@ximian.com>
12772
12773         * XEventQueue.cs: Increase the default queue size (very simple
12774         apps needed to grow the queue).
12775         * Hwnd.cs: No finalizer so we don't need to suppress
12776         finalization. Compute the invalid area manually so a new rectangle
12777         does not newto be created.
12778         * ScrollableControl.cs: Don't set any params (otherwise visibility
12779         isn't set correctly).
12780         * MdiChildContext.cs: New constructor takes the mdi parent so it
12781         doesn't have to be computed and avoids a crash on windows. Draw
12782         the window icon properly, and allow the text to be seen.
12783         * Form.cs: Use new MdiChildContext constructor. Make sure the
12784         child context isn't null in wndproc.
12785         * TabControl.cs: Don't set focus, this is muddling keyboard
12786         behavoir. Expand the tab rows when a window size increase will
12787         allow extra tabs to be seen. Don't allow tabs smaller than the
12788         width of a window to be scrolled out of view.
12789         * TreeNode.cs:
12790         * TreeView.cs: Use measure string to calculate a nodes width, the
12791         width is cached and only updated when the text or the font is
12792         changed. Don't check for expand/collapse clicks on the first level
12793         nodes if root lines are disabled.
12794         
12795 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
12796
12797         * TextBoxBase.cs: Fixes #76352 (passing tab key in a multiline textbox)
12798
12799 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
12800
12801         * DataGridBoolColumn.cs: fixes warning
12802
12803 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
12804
12805         * ControlPaint.cs: Fixes methods Dark, DarkDark, Light, LightLight
12806         to match more to match more precisely the MS Net behavior
12807
12808 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
12809
12810         * Hwnd.cs: Added field to track if window is mapped
12811         * XplatUIX11.cs: 
12812           - Unmap windows if they become 0-size, re-map when 
12813             they are >0 again; fixes #76035
12814           - Re-set our error handler after initializing X11Desktop
12815             to override any error handlers Gtk or whatever was called
12816             may have set.
12817
12818 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
12819
12820         * CheckedListBox.cs: Removed unused vars
12821         * ListView.cs: Fixed signatures
12822         * RichTextBox.cs: Removed unused vars
12823         * TextBoxBase.cs: Removed unused vars
12824         * XplatUIWin32.cs: Removed unused vars
12825         * XplatUIX11.cs: Removed unused vars
12826         * XplatUI.cs: Updated version and date to latest published
12827
12828 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
12829
12830         * Cursor.cs: Added private .ctor to work around a bug in
12831           resourceset (Thanks to Geoff Norton for the help on this)
12832         * SplitterEventArgs.cs: Made fields accessible so we don't
12833           waste boatloads of objects and can reuse the same one
12834           in Splitter
12835         * XplatUIWin32.cs(DrawReversibleLine): Now also considers
12836           any captions and borders when generating screen coordinates
12837         * Splitter.cs: Reimplemented control, now fully complete, uses
12838           rubberband drawing, supports and obeys all properties, has
12839           proper cursors
12840
12841 2005-10-13  Miguel de Icaza  <miguel@novell.com>
12842
12843         * Form.cs (Form): Setup default values for autoscale and
12844         autoscale_base_size;  Make these instance variables, not static
12845         variables. 
12846
12847         (OnLoad): on the first load, adjust the size of the form.
12848
12849 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
12850
12851         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added 
12852           width argument to DrawReversibleRectangle()
12853         * XplatUIWin32.cs, XplatUIX11.cs: 
12854           - Implemented width for DrawReversibleRectangle()
12855           - Added logic to DrawReversibleRectangle that recognizes a zero
12856             width or height and only draws a line in that situation
12857         
12858 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com> 
12859
12860         * XplatUI.cs, XplatUIDriver.cs: Added GetAutoScaleSize()
12861         * XplatUIOSX.cs: Stubbed GetAutoScaleSize() method
12862         * XplatUIWin32.cs, XplatUIX11.cs: Implemented GetAutoScaleSize()
12863           method (it uses our FosterParent window to get a graphics context)
12864
12865 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com>
12866
12867         * XplatUI.cs, XplatUIDriver.cs: Removed EraseWindowBackground 
12868           and SetWindowBackground methods
12869         * Control.cs:
12870           - Setting proper ControlStyles
12871           - We no longer call XplatUI.SetWindowBackground and XplatUI.
12872             EraseWindowBackground, instead we draw the window background
12873             ourselves in PaintControlBackground. This behaviour is
12874             required to match MS, where, when OnPaintBackground is not
12875             called, the background is not drawn.
12876           - Removed unneeded Refresh() in set_Text
12877         * Hwnd.cs: Dropped the ErasePending support. No longer needed
12878         * XplatUIX11.cs:
12879           - Created DeriveStyles method to translate from CreateParams to
12880             FormBorderStyle and TitleStyle, also handles BorderStyle (which
12881             matches FormBorderStyle enum values)
12882           - Consolidated SetHwndStyles and CalculateWindowRect border/title
12883             style calculations into single DeriveStyles method
12884           - Fixed CreateWindow to (finally) use Gravity. This prevents X11
12885             from redrawing the whole window on any resize or expose.
12886           - Fixed CreateWindow usage of SetWindowValuemask. Before not
12887             all styles were applied to our whole/client window appropriately
12888           - Removed EraseWindowBackground() and SetWindowBackground() methods
12889           - Removed handling of WM_ERASEBKGND message from DefWndProc, we
12890             no longer clear/redraw the background through X
12891           - Removed handling of erase_pending bit, we have no use for it (or
12892             so it seems)
12893         * XplatUIOSX.cs:
12894           - Removed generation and handling of WM_ERASEBKGND message
12895           - Removed EraseWindowBackground() and SetWindowBackground() methods
12896           - Removed handling of hwnd.ErasePending flag
12897         * XplatUIWin32.cs:
12898           - Removed EraseWindowBackground() and SetWindowBackground() methods
12899           - We no longer call EraseWindowBackground on PaintEventStart, we 
12900             ignore the fErase flag, erasing is handled in Control in the
12901             background handler
12902         * Button.cs, GroupBox.cs, Label.cs, CheckBox.cs, ProgressBar.cs,
12903           LinkLabel.cs, ListControl.cs, TabPage.cs, UpDownBase.cs,
12904           TextBoxBase.cs, TextBox.cs, ListView.cs, ButtonBase.cs, 
12905           CheckedListBox.cs, MdiClient.cs, Panel.cs, DataGrid.cs, 
12906           DataGridTextBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, 
12907           TabControl.cs, ScrollableControl.cs, ToolBar.cs, PictureBox.cs,
12908           DateTimePicker.cs, StatusBar.cs, MonthCalendar.cs: Setting proper ControlStyles
12909
12910 2005-10-12  Jonathan Chambers <jonathan.chambers@ansys.com>
12911
12912         * PropertyGrids.cs: Get sub properties
12913         * PropertyGridView.cs: Fix drawing code
12914
12915 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
12916
12917         * ListBox.cs: Fixes 76383
12918
12919 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
12920
12921         * DataGridTextBoxColumn.cs: Sets location and size before attachment
12922         * ThemeWin32Classic.cs: Fixes border drawing and calculations
12923         * DataGridDrawingLogic.cs: Fixes border drawing and calculations
12924
12925
12926 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
12927
12928         * ComboBox.cs: Fixes border drawing
12929
12930 2005-10-10  Miguel de Icaza  <miguel@novell.com>
12931
12932         * MimeIcon.cs: Ignore errors if the file can not be read.
12933
12934 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
12935
12936         * Theme.cs, ThemeWin32Classic.cs, ListBox.cs:
12937          - Fixed border calculations
12938          - Fixed horizontal scrolling in single column listboxes
12939          - Fixed drawing issues
12940
12941 2005-10-10  Peter Dennis Bartok  <pbartok@novell.com>
12942
12943         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched from BorderStyle to 
12944           FormBorderStyle enum
12945         * XplatUIX11.cs: Switched BorderStyle to FormBorderStyle, added 
12946           code to determine FormBorderStyles from CreateParams
12947         * Form.cs:
12948           - Fixed bug where we'd set the wrong window styles if we were
12949             not creating an MDI window
12950           - Added call to XplatUI.SetBorderStyle when form borders are set
12951         * Control.cs: Casting BorderStyles to accommodate changed XplatUI APIs
12952         * Hwnd.cs:
12953           - Removed obsolete edge style
12954           - Switched from BorderStyle to FormBorderStyle
12955         
12956 2005-10-10  Jackson Harper  <jackson@ximian.com>
12957
12958         * Form.cs: Use the property to get the window handle instead of
12959         accessing it directly. Prevents a null reference exception.
12960
12961 2005-10-10  Jackson Harper  <jackson@ximian.com>
12962
12963         * TreeView.cs: Don't adjust the rect given to DrawString now that
12964         our libgdiplus draws correctly.
12965
12966 2005-10-08  Jackson Harper  <jackson@ximian.com>
12967
12968         * TreeView.cs: Don't try to find the clicked on node if there are
12969         no nodes in the tree.
12970
12971 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
12972
12973         * RichTextBox.cs:
12974
12975           restore
12976
12977 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
12978
12979         * ImageListStreamer.cs, TreeView.cs, UpDownBase.cs, RichTextBox.cs,
12980           ColorDialog.cs, TextControl.cs, Panel.cs, MdiChildContext.cs,
12981           ErrorProvider.cs:
12982           Use ResPool for brushes and dispose System.Drawing objects that
12983           are not used anymore.
12984
12985 2005-10-07  Jackson Harper  <jackson@ximian.com>
12986
12987         * MdiChildContext.cs: Use the new borders instead of drawing them
12988         ourselves.
12989
12990 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
12991
12992         * Calling UpdateBounds after changing the window's BorderStyle 
12993         since the style can change the ClientSize
12994
12995 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
12996
12997         * Control.cs: Made PaintControlBackground virtual
12998         * Panel.cs: Overriding PaintControlBackground instead of using paint
12999           event; paint event method was interfering with 'real' users of the
13000           event.
13001
13002 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
13003
13004         * ThemeWin32Classic.cs: remove border drawing since it is handled
13005         by the base control class now and was causing double border drawing.
13006
13007 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
13008
13009         * Panel.cs: Redraw our background on paint. Not a pretty solution,
13010           but it does seem to match MS behaviour. This fixes bug #75324
13011
13012 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
13013
13014         * XplatUIX11.cs: A better DrawReversibleRectangle version, however
13015           somewhat hackish looking
13016
13017 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
13018
13019         * TextBoxBase.cs:
13020           - We now accept Enter even if AcceptEnter is false, if the containing
13021             form does not have an AcceptButton configured (fixes bug #76355)
13022           - Calculations are now fixed to no longer use Width/Height, but
13023             ClientSize.Width/Height, since we now support borders (this was
13024             a result of fixing borders and therefore bug #76166)
13025           - We no longer show the horizontal scrollbar if TextBox.WordWrap is 
13026             true (fixes bug #76354)
13027         
13028 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
13029
13030         * Control.cs: 
13031           - Defaulting BorderStyle and setting it in XplatUI when our window 
13032             is created
13033           - Added enum check to InternalBorderStyle setter
13034         * XplatUIX11.cs: 
13035           - Added drawing of window borders
13036           - Now properly calculates WM decorations offset for toplevel 
13037             windows (fixes bug #74763)
13038         * XplatUIWin32.cs: 
13039           - Implemented BorderStyles for windows (we're letting win32 draw 
13040             the border for us)
13041           - Fixed the signature for SetWindowLong
13042         * PictureBox.cs, DataGrid.cs, TextBoxBase.cs, ToolBar.cs, Panel.cs,
13043           ListBox.cs, Label.cs: Now uses Control.InternalBorderStyle for 
13044           setting borders
13045         * UpDownBase.cs: Remove drawing of borders, this is handled by
13046           the driver, outside the client area
13047         * ListView.cs: Removed bogus border calculations. The control should
13048           be oblivious to borders, since those are not part of the client
13049           area. 
13050         * X11DesktopColors.cs: Commented out (currently) unneeded variables
13051         * ThemeWin32Classic.cs: Removed border calculations from ListView 
13052           drawing code
13053
13054 2005-10-06  Jackson Harper  <jackson@ximian.com>
13055
13056         * MdiChildContext.cs: Clear out the old virtual position remove
13057         all the unneeded calls to CreateGraphics.
13058
13059 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
13060
13061         * TextControl.cs: Use proper color for highlighted text; fixes #76350
13062
13063 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
13064
13065         * Form.cs: 
13066           - Added loading and setting of our new default icon
13067           - Only set icon if window is already created
13068
13069 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
13070
13071         * Label.cs:
13072           - Do not explicitly set the foreground and background colors, to
13073             allow inheriting from parents (fixes #76302)
13074           - Use Control's InternalBorderStyle property to deal with borders
13075
13076 2005-10-06  Jackson Harper  <jackson@ximian.com>
13077
13078         * MdiChildContext.cs: Use the new xplatui function to draw a
13079         reversible rect.
13080
13081 2005-10-06  Jackson Harper  <jackson@ximian.com>
13082
13083         * Form.cs: Add the parent before creating the child context cause
13084         we need the parent when setting up the child.
13085
13086 2005-10-06  Jackson Harper  <jackson@ximian.com>
13087
13088         * FolderBrowserDialog.cs: redo the tree population code so a
13089         second thread isn't used. Should be a lot faster and more stable
13090         now.
13091
13092 2005-10-05  Jackson Harper  <jackson@ximian.com>
13093
13094         * TreeView.cs: There are no expand/collapse boxes if the node has
13095         no children.
13096
13097 2005-10-05  Jackson Harper  <jackson@ximian.com>
13098
13099         * X11DesktopColors.cs: Get menu colours for the gtk theme.
13100
13101 2005-10-05  Alexander Olk  <alex.olk@googlemail.com>
13102
13103         * FileDialog.cs: Fix InitialDirectory
13104
13105 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
13106
13107         * ComboBox.cs:
13108                 - Fixes changing between styles
13109                 - Fixes simple mode
13110                 - Fixes last item crashing when navigating with keyboard
13111
13112 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
13113
13114         * LinkLabel.cs: Related to 76045. Stops the LinkLabel been drawn as a Label
13115
13116 2005-10-05  Jackson Harper  <jackson@ximian.com>
13117
13118         * TreeView.cs: If updating the root node do a full refresh.
13119         * TreeNode.cs: The root node should be expanded by default. Also
13120         added a utility prop to tell if we are the root node.
13121         * TreeNodeCollection.cs: Only refresh if the node we are being
13122         added to is expanded. Also added a comment on a potential
13123         optimization.
13124         
13125 2005-10-04  Peter Dennis Bartok  <pbartok@novell.com>
13126
13127         * Cursor.cs, Hwnd.cs: Added call to GC.SuppressFinalize() 
13128           in dispose method. Fixes #76330
13129
13130 2005-10-04  Jordi Mas i Hernandez <jordi@ximian.com>
13131
13132         * ListView.cs, ThemeWin32Classic.cs, ListViewItem.cs:
13133
13134                 - Implements vertical and horizontal scrolling using XplatUI
13135                 - Fixes keyboard navagation
13136                 - Fixes EnsureVisible
13137                 - Drawing fixes
13138                 - Handles and draws focus properly
13139
13140
13141 2005-10-04  Kornél Pál  <kornelpal@hotmail.com>
13142
13143         * ImageList.cs: Use upper case initials for internal fields. ImageStream:
13144           Create handle. NET_2_0: Destroy handle when value is null.
13145
13146 2005-10-03  Jackson Harper  <jackson@ximian.com>
13147
13148         * ScrollBar.cs: My last scrollbar patch was broken. This is a
13149         revert and a new patch to prevent the thumb from refreshing so
13150         much.
13151
13152 2005-10-02  Jackson Harper  <jackson@ximian.com>
13153
13154         * ScrollBar.cs: Don't update position if it hasn't actually
13155         changed. This occurs when you hold down the increment/decrement
13156         buttons and the thumb gets to the max/min.
13157
13158 2005-10-01  Jackson Harper  <jackson@ximian.com>
13159
13160         * Form.cs:
13161         * MdiChildContext.cs:
13162         * MdiClient.cs: Implement ActiveMdiChild in Form.
13163
13164 2005-10-01  Jordi Mas i Hernandez <jordi@ximian.com>
13165
13166         * ComboBox.cs: Include ComboBoxEdit flag for the edit item
13167
13168 2005-10-01  Peter Dennis Bartok  <pbartok@novell.com>
13169
13170         * X11DesktopColors.cs: Bow out gracefully if the Gtk libs cannot
13171           be found
13172
13173 2005-09-30  Jackson Harper  <jackson@ximian.com>
13174
13175         * ListBox.cs: Don't do a full refresh unless some data has
13176         actually changed.
13177
13178 2005-09-30  Jackson Harper  <jackson@ximian.com>
13179
13180         * TreeView.cs: Make sure that the checkboxes size is factored in
13181         even when not visible.
13182
13183 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
13184
13185         * FileDialog.cs: Fix Jordi's build break
13186
13187 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
13188
13189         * FileDialog.cs: 
13190                 - Use standard the Windows colours for the combobox as espected
13191                 - Dispose objects that use resouces when no longer need them
13192
13193 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
13194
13195         * X11DesktopColors.cs: Initial incomplete implementation
13196         * XplatUIX11.cs: Added call to initialize X11DesktopColors
13197
13198 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com>
13199
13200         * Theme.cs: 
13201           - Switched Theme color names to match the names defined in 
13202             System.Drawing.KnownColors. Life's hard enough, no need to make 
13203             it harder.
13204           - Added setters to all theme color properties so themes can set
13205             their color schemes. The setters also propagate the color changes
13206             to System.Drawing.KnownColors via reflection
13207         * ControlPaint.cs,  Label.cs, TextControl.cs, ToolTip.cs, ThemeNice.cs,
13208           ComboBox.cs, MdiChildContext.cs, TextBoxBase.cs, DateTimePicker.cs
13209           DataGridColumnStyle.cs, MonthCalendar.cs, TreeView.cs: Updated to
13210           use the new, more logical theme color names
13211         * XplatUIWin32.cs: Updated the GetSysColorIndex enum to include new
13212           post-NT colors
13213         * ThemeWin32Classic.cs:
13214           - Removed code to set the old classic Windows colors. Instead it
13215             now relies on the colors returned by System.Drawing.KnownColors
13216             which will be either modern static colors (Unix) or colors
13217             read from the user's configuration (Win32)
13218           - Updated to use the new, more logical theme color names
13219           - Switched DataGrid drawing code to use only Theme colors instead of
13220             a mix of System.Drawing.KnownColors and Theme colors
13221           - DrawFrameControl(): Removed code that fills the button area, the
13222             fill would overwrite any previous fill done by a control. This
13223             fixes bug #75338 
13224           - Added DrawReversibleRectangle() stub
13225         * ScrollableControl.cs: Set visible state to false when scrollbars
13226           are removed (pdn fix)
13227         * XplatUI.cs, XplatUIOSX.cs, XplatUIDriver.cs: Added 
13228           DrawReversibleRectangle() method to allow drawing primitive 
13229           'rubber bands'
13230         * XplatUIX11.cs: Implemented DrawReversibleRectangle()
13231
13232 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13233
13234         * ImageList.cs: Add(Icon): Create handle.
13235
13236 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
13237
13238         * ListView.cs:
13239         * ThemeWin32Classic.cs:
13240                 - Fixes detail mode
13241                 - Sets clippings
13242                 - Issues with drawing
13243
13244 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13245
13246         * ImageList.cs: Moved RecreateHandle back to ImageList as event
13247           source has to be the ImageList.
13248
13249 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13250
13251         * ImageList.cs: Add(Icon): Use Graphics.DrawIcon instead of Icon.ToBitmap.
13252
13253 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13254
13255         * ImageList.cs: ReduceColorDepth: Clean up pointer operations.
13256
13257 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13258
13259         * ImageList.cs: ImageCollection: Removed owner field as it is no more used.
13260
13261 2005-09-29  Jonathan Chambers <jonathan.chambers@ansys.com>
13262         * GridItem.cs: Fixed TODOs
13263         * GridItemCollection.cs: Added ICollection interface
13264
13265 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13266
13267         * ImageList.cs: Resize icons when needed.
13268
13269 2005-09-29  Jordi Mas i Hernandez <jordi@ximian.com>
13270
13271         * ListViewItem.cs
13272                 - Fixes GetBounds and returns on screen rects
13273         * ListView.cs:
13274                 - Fixes vertical and horzintal scrolling of items
13275         * ThemeWin32Classic.cs:
13276                 - Fixes drawing
13277                 
13278 2005-09-29  Raja R Harinath  <harinath@gmail.com>
13279
13280         * ImageList.cs (ImageStream) [NET_2_0]: Reflect re-factoring.
13281
13282 2005-09-29  Kornél Pál  <kornelpal@hotmail.com>
13283
13284         * ImageList.cs: Added comments about handle creation. Moved Handle,
13285           HandleCreated and OnRecreateHandle implementations to ImageCollection.
13286           Handle is created in Add methods.
13287
13288 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
13289          
13290         * DataGridDrawingLogic.cs: 
13291                 - Takes rows into account on Colum calculations
13292                 - Returns the column when clickig
13293         * DataGrid.cs:
13294                 - Fixes default HitTestInfo values
13295                 - Fixes HitTestInfo.ToString
13296                 - Fixes ResetBackColor          
13297         
13298 2005-09-28  Jackson Harper  <jackson@ximian.com>
13299
13300         * MdiChildContext.cs: Obey rules for fixed sized windows (no
13301         sizing or cursor changes). Also added some temp code to draw the
13302         titlebars text (Makes dev a little easier).
13303
13304 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
13305
13306         * ImageList.cs: AddStrip: Throw ArgumentException when Image is not a Bitmap.
13307
13308 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
13309          
13310         * ListBox.cs: Fixes bug 76253
13311
13312 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
13313
13314         * ImageList.cs: Added comments about the current implementation. Added
13315           ReduceColorDepth, IndexedColorDepths and GetNearestColor to can use
13316           Format32bppArgb to preserve transparency and can use Graphics.FromImage
13317           while using the specified ColorDepth. ReduceColorDepth uses unsafe code
13318           with Bitmap.LockBits for better performance. Revised the whole file to
13319           match MS.NET behaviour and provide better performance. Non-public
13320           interface members are calling public members even when they throw
13321           NotSupportedException for better maintainability. Moved ColorDepth,
13322           ImageSize, ImageStream and TransparentColor implementations to
13323           ImageCollection for better performance as these properties are not used
13324           by ImageList.
13325         * ImageListStreamer.cs: Added a new internal constructor that takes an
13326           ImageList.ImageCollection and serializes Images based on
13327           ImageCollection.ToArray(). Renamed ImageColorDepth to ColorDepth to
13328           match ImageList property name.
13329
13330 2005-09-28  Kazuki Oikawa <kazuki@panicode.com>
13331
13332         * ListBox.cs: Fixes IndexFromPoint for last item
13333
13334 2005-09-27  Jackson Harper  <jackson@ximian.com>
13335
13336         * Form.cs: Set the position of new mdi children correctly.
13337
13338 2005-09-27  Jackson Harper  <jackson@ximian.com>
13339
13340         * MdiClient.cs: New mdi children need to be added to the back of
13341         the controls collection so the zorder is set correctly. Also add a
13342         count of all the child windows that have been created.
13343
13344 2005-09-27  Jackson Harper  <jackson@ximian.com>
13345
13346         * Form.cs (CreateParams): Setup MDI forms correctly.
13347
13348 2005-09-27  Jackson Harper  <jackson@ximian.com>
13349
13350         * MdiChildContext.cs:
13351         * MonthCalendar.cs:
13352         * UpDownBase.cs:
13353         * ListBox.cs:
13354         * ListView.cs:
13355         * TextBoxBase.cs:
13356         * TreeView.cs:
13357         * ScrollableControl.cs:
13358         * ComboBox.cs: Add implicit controls using the new implict control
13359         functionality in ControlCollection. Also try to block multiple
13360         control add in a suspend/resume layout to save some cycles.
13361         
13362 2005-09-27  Jackson Harper  <jackson@ximian.com>
13363
13364         * Control.cs: Add functionality to the controls collection to add
13365         'implicit controls' these are controls that are created by the
13366         containing control but should not be exposed to the user. Such as
13367         scrollbars in the treeview.
13368         * Form.cs: The list var of the ControlsCollection is no longer
13369         available because of the potential of implicit controls getting
13370         ignored by someone accessing the list directly.
13371
13372 2005-09-26  Peter Dennis Bartok  <pbartok@novell.com>
13373
13374         * Control.cs: Fixed SetChildIndex; it no longer causes a child to
13375           loose it's parent. (Fixed bug introduced in r49103 when we added
13376           setting the child parent to null on Remove)
13377
13378 2005-09-26  Gert Driesen  <drieseng@users.sourceforge.net>
13379
13380         * DataGridBoolColumn.cs: Marked CheckState private to fix public API.
13381         * Splitter.cs: Added missing attributes for BorderStyle property.
13382         * TextBoxBase.cs: Marked Calculate* methods internal.
13383         * TextBox.cs: Fixed DefaultValue for PasswordChar property to match
13384         MS.NET.
13385
13386 2005-09-26  Jordi Mas i Hernandez <jordi@ximian.com>
13387          
13388         * ListBox.cs: Fixes navigation to the last item in multicolumn lists
13389
13390 2005-09-25  Jackson Harper  <jackson@ximian.com>
13391
13392         * TreeView.cs: Update the node bounds correctly regardless of
13393         whether the node is visible.
13394
13395 2005-09-25  Jackson Harper  <jackson@ximian.com>
13396
13397         * ImageList.cs: Don't dispose the image after it is added to the
13398         image list. Only reformat images that need to be resized.
13399
13400 2005-09-25  Jackson Harper  <jackson@ximian.com>
13401
13402         * ImageList.cs: Don't set the format when changing the image.
13403
13404 2005-09-25  Jackson Harper  <jackson@ximian.com>
13405
13406         * TreeView.cs: We can't just assume the node has a font. Use the
13407         treeviews font if no node font is available.
13408
13409 2005-09-25  Jackson Harper  <jackson@ximian.com>
13410
13411         * TreeView.cs: Allow the scrollbars to be reset with negative
13412         values.
13413         - Don't add scrollbars to negative sized windows.
13414
13415 2005-09-23  Jackson Harper  <jackson@ximian.com>
13416
13417         * XplatUIX11.cs: Update to use Mono.Posix.Native instead of plain
13418         old Mono.Posix. Also remove some stray code that shouldn't have
13419         been committed.
13420
13421 2005-09-23  Jackson Harper  <jackson@ximian.com>
13422
13423         * TreeView.cs: Attempt at proper sizing of the horizontal
13424         scrollbar. Also don't resize the scrollbars unless they are
13425         visible.
13426
13427 2005-09-23  Jackson Harper  <jackson@ximian.com>
13428
13429         * TreeView.cs: We don't need to expand the invalid area when the
13430         selection changes, as this is all drawn in the node's bounding
13431         box. The area needs to be expanded (previous typo was contracting
13432         it) when the focus rect moves.
13433
13434 2005-09-23  Jackson Harper  <jackson@ximian.com>
13435
13436         * TreeView.cs: Display the selection box under the correct
13437         circumstances. We were rendering white text with no selection box
13438         before.
13439
13440 2005-09-23  Peter Dennis Bartok  <pbartok@novell.com>
13441
13442         * TextControl.cs(Split): Now updates selection start/end if it points 
13443           into a line that's being split. Fixes a FIXME and bug #75258
13444
13445 2005-09-23  Jackson Harper  <jackson@ximian.com>
13446
13447         * Binding.cs:
13448         * ListControl.cs: Don't use the path when retrieving binding
13449         managers from the binding context. My bat sense tells me that the
13450         path is only used on insertion.
13451
13452 2005-09-22  Jackson Harper  <jackson@ximian.com>
13453
13454         * Splitter.cs: Set the cursor an easier way. (Thanks peter).
13455
13456 2005-09-22  Jackson Harper  <jackson@ximian.com>
13457
13458         * Splitter.cs: There are special cursors used for splitting.
13459         * XplatUIX11.cs: The VSplit and HSplit cursors were backwards.
13460
13461 2005-09-22  Jackson Harper  <jackson@ximian.com>
13462
13463         * Splitter.cs: Change the cursor appropriately when the splitter
13464         is moused over, so the user actually knows there is a splitter
13465         there.
13466
13467 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
13468
13469        * Label.cs : Fix ToString method to give same output as MS.NET
13470
13471 2005-09-22  Jackson Harper  <jackson@ximian.com>
13472
13473         * TreeView.cs: Create the scrollbars when the handle is created
13474         and add them right away, just make them invisble. Also account for
13475         the window being shrunk vertically to the point that the vert
13476         scrollbar needs to be added.
13477         - Remove some 0.5 adjustments to get around anti aliasing issues.
13478         
13479 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
13480          
13481         * MainMenu.cs: Fixes default value
13482         * MenuItem.cs: Fixes default value
13483
13484 2005-09-22  Kazuki Oikawa  <kazuki@panicode.com>
13485
13486         * AsyncMethodResult.cs: Fixes Control.Invoke is blocked infinitely.
13487
13488 2005-09-21  Jackson Harper  <jackson@ximian.com>
13489
13490         * Control.cs: Don't try to set the border style on the window if
13491         it hasn't been created. When the window is created the border
13492         style will be used.
13493
13494 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
13495
13496         * Control.cs (Update): Don't call XplatUI if we don't have a
13497           window handle yet
13498
13499 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
13500
13501         * ContainerControl.cs: Instead of throwing an exception, print
13502           a one-time warning about Validate not being implemented
13503         * XplatUIWin32.cs: Removed debug output
13504
13505 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
13506
13507         * Control.cs: Only set XplatUI background if we expect the windowing
13508           system to handle the background. This stops controls that draw their
13509           own background from flickering
13510
13511         * XplatUIX11.cs: Support custom visuals and colormaps for window 
13512           creation. This allows, amongst other things, using MWF X11 windows 
13513           with OpenGL.
13514
13515 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
13516
13517         * OpenFileDialog.cs, ContentsResizedEventArgs.cs, LibSupport.cs, GridItem.cs,
13518           CursorConverter.cs, SplitterEventHandler.cs, PropertyGridTextBox.cs,
13519           GridTablesFactory.cs, MethodInvoker.cs, AccessibleEvents.cs,
13520           SplitterEventArgs.cs, XplatUI.cs, Mime.cs, PropertySort.cs,
13521           TreeViewCancelEventHandler.cs, Form.cs, PropertyGridCommands.cs,
13522           IDataGridEditingService.cs, DateBoldEventHandler.cs, Label.cs,
13523           KeyboardLayouts.cs, TextControl.cs, ProgressBar.cs, ToolTip.cs,
13524           RadioButton.cs, OSFeature.cs, LinkLabel.cs, ColorDialog.cs,
13525           ThemeNice.cs, ErrorIconAlignment.cs, TreeNode.cs, MimeGenerated.cs,
13526           ComboBox.cs, DataGridTextBoxColumn.cs, ArrangeStartingPosition.cs,
13527           GridColumnStylesCollection.cs, 
13528           IDataGridColumnStyleEditingNotificationService.cs,
13529           PropertyGrid.cs, IFeatureSupport.cs, ICommandExecutor.cs,
13530           MdiLayout.cs, GridEntry.cs, ControlBindingsCollection.cs,
13531           GridTableStylesCollection.cs, TreeViewCancelEventArgs.cs, 
13532           TreeNodeCollection.cs, AmbientProperties.cs, 
13533           RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
13534           DataObject.cs, ErrorProvider.cs, Splitter.cs,
13535           DataGridLineStyle.cs, Shortcut.cs, Control.cs,
13536           FontDialog.cs, SecurityIDType.cs, GridItemType.cs,
13537           BindingMemberInfo.cs, DataGridCell.cs, MdiChildContext.cs,
13538           IRootGridEntry.cs, PropertyGridView.cs, DataGridParentRowsLabelStyle.cs,
13539           FolderBrowserDialog.cs, OpacityConverter.cs, HelpProvider.cs,
13540           IComponentEditorPageSite.cs, DataGridTableStyle.cs, NavigateEventArgs.cs,
13541           NotifyIcon.cs, ContentsResizedEventHandler.cs, MenuItem.cs,
13542           PropertyTabChangedEventHandler.cs, TextBoxBase.cs, OpenTreeNodeEnumerator.cs,
13543           SelectionMode.cs, TextBox.cs, ListBindingConverter.cs,
13544           FileDialog.cs, KeysConverter.cs, DomainUpDown.cs,
13545           DataFormats.cs, SaveFileDialog.cs, GridItemCollection.cs,
13546           ArrangeDirection.cs, FeatureSupport.cs, SelectionRangeConverter.cs,
13547           RichTextBoxScrollBars.cs, NodeLabelEditEventHandler.cs, TreeNodeConverter.cs,
13548           MimeIcon.cs, X11Structs.cs, PropertyGridEntry.cs,
13549           ImageList.cs, ThemeWin32Classic.cs, X11Keyboard.cs,
13550           CheckedListBox.cs, HelpNavigator.cs, DateTimePickerFormat.cs,
13551           MdiClient.cs, DataGridDrawingLogic.cs, DataGridBoolColumn.cs,
13552           NodeLabelEditEventArgs.cs, Screen.cs, PropertyManager.cs,
13553           ComponentModel.cs, PropertiesTab.cs, CurrencyManager.cs,
13554           SizeGrip.cs, DateBoldEventArgs.cs, X11Dnd.cs, Panel.cs,
13555           Hwnd.cs, OSXStructs.cs, DrawMode.cs, XplatUIDriver.cs,
13556           RichTextBox.cs, PropertyTabChangedEventArgs.cs, CommonDialog.cs,
13557           DataGrid.cs, XplatUIX11.cs, RichTextBoxStreamType.cs, Win32DnD.cs,
13558           ErrorBlinkStyle.cs, TreeViewEventHandler.cs,
13559           PropertyValueChangedEventHandler.cs, IFileReaderService.cs,
13560           DataGridTextBox.cs, SelectedGridItemChangedEventArgs.cs, ScrollBar.cs,
13561           ListBox.cs, TreeViewAction.cs, Help.cs, TrackBar.cs,
13562           AxHost.cs, PropertyValueChangedEventArgs.cs, XplatUIOSX.cs,
13563           RichTextBoxFinds.cs, UpDownEventArgs.cs, Cursors.cs,
13564           CategoryGridEntry.cs, RichTextBoxWordPunctuations.cs, DataGridColumnStyle.cs,
13565           SelectedGridItemChangedEventHandler.cs, DateTimePicker.cs, NavigateEventHandler.cs,
13566           Clipboard.cs, UpDownEventHandler.cs, MonthCalendar.cs,
13567           SendKeys.cs, DataGridPreferredColumnWidthTypeConverter.cs, TreeView.cs,
13568           ThreadExceptionDialog.cs, ImageListConverter.cs, XplatUIWin32.cs,
13569           TreeViewEventArgs.cs: Fixed whitespace and set eol-style:native attribute
13570
13571 2005-09-21  Jackson Harper  <jackson@ximian.com>
13572
13573         * TreeNode.cs: Call Before/After Expand not Collapse when
13574         expanding.
13575
13576 2005-09-20  Jackson Harper  <jackson@ximian.com>
13577         
13578         * XplatUIX11.cs: Use the more hand looking hand (in most themes).
13579
13580 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
13581          
13582         * ListViewItem.cs:
13583                 - Fixes bug 76120
13584                 - Fixes proper storing of subitems
13585                 - Fixes not updated items
13586
13587 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com>
13588
13589         * Control.cs, TextBoxBase.cs, TextControl.cs: Don't do certain
13590           things if our window handle isn't created yet. Also disabled 
13591           debug for TextBoxBase
13592
13593 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com> 
13594
13595         * MenuAPI.cs: Remove filtering of events to allow menu usage
13596
13597 2005-09-20  Miguel de Icaza  <miguel@novell.com>
13598
13599         * Cursor.cs: Allow null to be passed to Cursor.Current.
13600
13601 2005-09-20  Alexander Olk  <alex.olk@googlemail.com>
13602
13603         * ThemeWin32Classic.cs:
13604           - Change some private methods/fields to protected virtual so that 
13605             they can be accessed and overriden in derived classes
13606           - First refactoring of some methods. Derived themes now don't 
13607             need to duplicate the complete code from ThemeWin32Classic
13608         * ThemeNice.cs:
13609           - Added nice StatusBar
13610           - Derive from ThemeWin32Classic and not Theme
13611           - Removed duplicate ThemeWin32Classic code
13612
13613 2005-09-20  Miguel de Icaza  <miguel@novell.com>
13614
13615         * Control.cs (ControlCollection.Add): If the value null is passed
13616         the control is ignored. 
13617
13618         Optimize this loop.
13619
13620 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com> 
13621
13622         * MenuAPI.cs: Replaced Application.Run() with a loop that tracks
13623           PostQuitMessage state.
13624         * XplatUIWin32.cs: Removed bogus PostQuitMessage P/Invoke with HWND arg
13625
13626 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com>
13627
13628         * Application.cs: Our constructor will never get called, move 
13629           initialization to fields; fixes bug #75933
13630
13631 2005-09-19 Hisham Mardam Bey <hisham.mardambey@gmail.com>
13632
13633         * FileDialog.cs :
13634                 - Allow files to be selected properly using file name
13635                 combo box.
13636                 - Add ability to change diretory (absolute / relative)
13637                 using file name combo box.
13638
13639 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
13640          
13641         * ListBox.cs: 
13642                 - Fixes Multicolumn listboxes item wrong calculations
13643                 - Allows to click when only one item is in the listbox
13644                 - Fixes crash when no items using keyboard navigation
13645
13646 2005-09-16  Alexander Olk  <alex.olk@googlemail.com>
13647
13648         * ComboBox.cs: Reverted almost everything from the latest patch which
13649           broke ComboBox
13650
13651 2005-09-16  Kazuki Oikawa <kazuki@panicode.com>
13652         
13653         * ToolTip.cs:
13654                 - Fixed #Mtd2 of ToolTipTest.RemoveToolTipTest.
13655         * ComboBox.cs:
13656                 - When DropDownStyle is Simple, it does not show scrollbar 
13657                 to the last item of the list.
13658                 - When DropDownStyle is Simple, it crashed when the list was 
13659                 scrolled down with the down cursor key.
13660                 - Fixed a bug that when DropDownStyle is DropDownList, the 
13661                 selected item was not shown.
13662                 - The position of the selected item was not preserved when 
13663                 the next dropdown happened.
13664         * ThemeWin32Classic.cs:
13665                 - Items were wrapped at the right end.
13666         * CheckedListBox.cs:
13667                 - Fixed Add method
13668         * ListBox.cs:
13669                 - Items should be fully shown.
13670                 - When resizing and vertical scrollbar disappeared, the item 
13671                 of index 0 should be on the top of the list.
13672                 - GetItemRectangle should consider the size of ver. scrollbar
13673         * StatusBar.cs:
13674                 - SizingGrip area should not be allocated when it is not 
13675                 displayed.
13676                 - Now it reflects MinWidth of the containing panel and 
13677                 fixed a crash that happens when its width becomes so small.
13678
13679 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
13680
13681         * CheckedListBox.cs: Fixes bug 76028
13682         * ListBox.cs: Fixes bug 76028
13683
13684 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
13685
13686         * ThemeWin32Classic.cs: Sets clipping on DataGridPaintRowsHeaders
13687         * DataGridDrawingLogic.cs: fixes issues with Datagrid drawing
13688
13689 2005-09-12  Jordi Mas i Hernandez <jordi@ximian.com>
13690
13691         * XplatUIX11.cs: fixes System.NullReferenceException in some situations
13692
13693 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
13694
13695         * IRootGridEntry.cs: Changed namespace to PropertyGridInternal 
13696
13697 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
13698
13699         * IRootGridEntry.cs: Added
13700         * PropertyGridCommands.cs: Added
13701         * PropertiesTab.cs: Added missing methods and property
13702         * PropertyGridView.cs: Made class internal
13703         * PropertyGridTextBox.cs: Made class internal
13704
13705 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
13706
13707         * MimeIcon.cs: Try to check some other environment variables
13708           if "DESKTOP_SESSION" returns "default"
13709
13710 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
13711
13712         * ThemeNice.cs: Corrected background colors (e.g. menus)
13713         * ColorDialog.cs: Use correct background colors for controls
13714
13715 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
13716
13717         * ThemeNice.cs: Merged r49535 from ThemeWin32Classic
13718
13719 2005-09-08  Peter Dennis Bartok  <pbartok@novell.com>
13720
13721         * RichTextBox.cs: Added initial implementation
13722         * lang.cs: Removed. Was accidentally checked in long time ago
13723         * TODO: Removed. Contents were obsolete
13724
13725 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
13726                                                                                 
13727         * PropertiesTab.cs : Added
13728
13729 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
13730                                                                                 
13731         * PropertyGrid.cs : Update
13732         * PropertyGridView.cs : Update
13733         * System.Windows.Forms.resx : Added images and strings
13734
13735 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com> 
13736
13737         * ThemeNice.cs: Do not dispose Pens retrieved from ResPool
13738  
13739 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com>
13740
13741         * XplatUIX11.cs: Force a flush after Ungrab; if case the app enters
13742           a busy loop right after the Ungrab the X11 display is otherwise 
13743           blocked
13744
13745 2005-09-06  Jordi Mas i Hernandez <jordi@ximian.com>
13746
13747         * ThemeWin32Classic.cs: Optimise the use of clipping
13748
13749 2005-09-05  Jordi Mas i Hernandez <jordi@ximian.com>
13750
13751         * DataGrid.cs: fixes recursion bug
13752
13753 2005-09-03  Alexander Olk  <alex.olk@googlemail.com>
13754
13755         * ThemeNice.cs: 
13756           - Draw RadioButton and CheckBox Buttons with DrawButtonBase
13757           - Cleanup
13758
13759 2005-09-02  Alexander Olk  <alex.olk@googlemail.com>
13760
13761         * ThemeNice.cs: Draw nice ProgressBars
13762
13763 2005-09-01  Miguel de Icaza  <miguel@novell.com>
13764
13765         * VScrollBar.cs: Another buglet found by Aaron's tool. 
13766
13767         * ProgressBar.cs: Fix three recursive bugs found by Aaron Tomb's
13768         bug finder.
13769
13770 2005-08-30  Alexander Olk  <alex.olk@googlemail.com>
13771
13772         * ThemeNice.cs:
13773           - Added nicer menu drawing
13774           - Updated DrawTab
13775           - some refactoring
13776
13777 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
13778
13779         * CreateParams.cs (ToString): Made output match MS
13780         * Control.cs (Text): Don't set Text or Focus via XplatUI unless 
13781             handle is already created (to avoid forcing window creation)
13782         * XplatUIX11.cs: Set window text to caption after creating window,
13783           in case Text was set before window was created
13784         * Form.cs: Use this.Text instead of a static string as caption
13785
13786 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
13787
13788         * NotifyIcon.cs: Don't set the window to visible; this screws
13789           up Win32 (causes WM_NCPAINT to be sent on Win32, which calls
13790           OnPaint without a bitmap)
13791         * XplatUIX11.cs: Removed Visible optimization in AddExpose; doesn't 
13792           happen very often anyway; we could add the check to the WM_PAINT 
13793           event generation code
13794
13795 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
13796
13797         * NotifyIcon.cs: Fill the icon area with a background color, to 
13798           avoid 'residue' when transparent icons are drawn
13799         * XplatUIX11.cs:
13800           - Handle whole_window == client_window when destroying windows
13801           - SystrayAdd(): Set client_window to whole_window value to
13802             get mouse and other events passed to NotifyIcon
13803
13804 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
13805
13806         * Form.cs: Set proper default for Opacity property
13807         * NotifyIcon.cs:
13808           - ShowSystray(): Don't bother creating telling the OS
13809             about the systray item if no icon is provided
13810           - Now handles WM_NCPAINT message to deal with whole/client window
13811             split
13812           - Create window as visible to not get caught by Expose optimization
13813         * Hwnd.cs: Removed debug message
13814         * ComboBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, TabControl.cs,
13815           StatusBar.cs, TreeView.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched 
13816             PaintEventStart/End to use new client argument
13817         * TextBoxBase.cs:
13818           - Commented out debug messages
13819           - Switched PaintEventStart/End to use new client argument
13820         * XplatUI.cs: Added client window bool to PaintEventStart()/
13821           PaintEventEnd() calls, to support drawing in non-client areas
13822         * XplatUIDriver.cs: 
13823           - Added client window bool to PaintEventStart()/PaintEventEnd() 
13824             calls, to support drawing in non-client areas
13825           - Added conditional compile to allow using MWF BeginInvoke 
13826             on MS runtime
13827         * XplatUIX11.cs:
13828           - Added some conditional debug output
13829           - Fixed SystrayAdd() method to support new (for SystrayAdd, anyway)
13830             whole/client window split
13831           - Implemented handling of client argument to PaintEventStart()/End()
13832         * Control.cs:
13833           - Throw exception if BeginInvoke() is called and the window handle
13834             or one of the window's parent handles is not created
13835           - Added conditional compile to allow using MWF BeginInvoke on
13836             MS runtime
13837           - get_Parent(): Only sets parent if handle is created. This avoids
13838             forcing window handle creation when parent is set.
13839           - Now fires Layout and Parent changed events in proper order
13840           - Switched to use Handle instead of window.Handle for Z-Order setting,
13841             the get_Parent() patch above causes us to possibly get null for 'window'
13842           - Implemented handling of client argument to PaintEventStart()/End()
13843           - Now reports back to windows that WM_SETCURSOR was handled (to avoid
13844             default handling)
13845           - Now sends a Refresh() to all child windows when Refresh() is called
13846
13847 2005-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
13848
13849         * Form.cs: Added (non-functional) Opacity property
13850         * XplatUIWin32.cs (SystrayAdd): Removed bogus line of code
13851
13852 2005-08-29  Alexander Olk  <xenomorph2@onlinehome.de>
13853         * ThemeNice.cs: New theme for MWF, based on ThemWin32Classic
13854           use export MONO_THEME=nice to activate it.
13855           Currently supported controls:
13856           - Button
13857           - ComboBox
13858           - ScrollBar
13859           - TabControl (TabAlignment.Top only, other will follow)
13860         * ThemeEngine.cs: Add theme nice
13861         * ButtonBase.cs: Redraw button on MouseEnter and MouseLeave everytime,
13862           if enabled
13863
13864 2005-08-25  Jonathan Chambers  <jonathan.chambers@ansys.com> 
13865
13866         * Splitter.cs: Resize docked control and its neighbor.
13867
13868 2005-08-24  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
13869         -- Making Windows with Menus layout correctly --
13870         * Form.cs : The first leg of the fix
13871                 Menu setter - adjust Client Size as needed to make space for the menu
13872                 SetClientSizeCore - doesn't call base version to be able to pass the 
13873                         menu handle to XplatUI.CalculateWindowRect
13874         * Hwnd.cs: Fix for menu_height, now gets from MenuAPI.MENU
13875         * XplatUIX11.cs: The critical second leg of the fix
13876                 GetWindowPos needs to use a recalculated client_rect
13877                 so that resizing the window doesn't break layout of child controls. 
13878                 Also a more complete rule to avoid X Server roundtrips in SetWindowPos
13879                 Lots of \t\n killed
13880
13881 2005-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
13882
13883         * Label.cs: Now properly recalculates width and height on Font and Text
13884           changes if AutoSize is set
13885
13886 2005-08-19  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
13887         * TreeView.cs : Revamped drawing logic, and support for FullRowSelect
13888
13889 2005-08-19  Jordi Mas i Hernandez <jordi@ximian.com>
13890
13891         * ImageList.cs: Makes ToString method compatible with MS
13892
13893 2005-08-18  Jordi Mas i Hernandez <jordi@ximian.com>
13894
13895         * MenuAPI.cs: fixes bug 75716
13896
13897 2005-08-11 Umadevi S <sumadevi@novell.com>
13898         * Control.cs: Fixed Remove & RemoveAt to make the parent of the control null.
13899
13900 2005-08-11 Umadevi S <sumadevi@novell.com>
13901         * Contorl.cs: Fixed ResetRightToLeft and ResetImeMode to work correctly
13902
13903 2005-08-10  Umadevi S <sumadevi@novell.com>
13904         * CheckedListBox.cs: Fixed event firing on Adding to the CheckedListBox
13905
13906 2005-08-07  Jordi Mas i Hernandez <jordi@ximian.com>
13907
13908         * Menu.cs: fixes bug 75700
13909         * MenuAPI.cs: fixes navigation issues
13910
13911 2005-08-09  Umadevi S <sumadevi@novell.com>
13912         * CheckedListBox.cs - simple fix for GetItemChecked.
13913
13914 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
13915
13916         * ComboBox.cs: Serveral fixes
13917         * ListBox.cs: Serveral fixes
13918
13919 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
13920
13921         * ComboBox.cs: Fixes FindString methods and GetItemHeight
13922         * ListBox.cs: Fixes FindString methods
13923
13924 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
13925
13926         * DataGrid.cs: fixes bugs exposed by new tests
13927
13928 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com> 
13929
13930         * Mime.cs: Compile Mono assembly references only if compiling
13931           with Mono (Allows to build with VS.Net again)
13932
13933 2005-07-28  Marek Safar  <marek.safar@seznam.cz>
13934
13935         * Control.cs (PaintControlBackground): Draw background image
13936         corrrectly.
13937         (CheckForIllegalCrossThreadCalls): Stubbed.
13938         
13939         * Form.cs (OnCreateControl): Center when should be centered.
13940         
13941         * ThemeWin32Classic.cs (DrawPictureBox): Pass size.
13942
13943 2005-07-19  Jordi Mas i Hernandez <jordi@ximian.com>
13944
13945         * Binding.cs: Binding to properties should be case unsensitive
13946
13947 2005-07-18 vlindos@nucleusys.com
13948
13949         * DataGrid.cs: fixes setmember order
13950
13951 2005-07-07  Alexander Olk  <xenomorph2@onlinehome.de>
13952
13953         * MimeIcon.cs: added MimeIcon stuff (MimeIconEngine)
13954         * FileDialog.cs: FileDialog is now resizable and uses the new
13955           MimeIconEngine
13956
13957 2005-07-06  Jordi Mas i Hernandez <jordi@ximian.com>
13958
13959         * DataGridTextBoxColumn.cs: default value
13960         * GridColumnStylesCollection.cs: fixes event firing, checking MappingName
13961         * GridTableStylesCollection.cs: fixes checking MappingName
13962         * DataGridDrawingLogic.cs: fixes drawing logic issues
13963         * DataSourceHelper.cs: rewritten to make compatible with more data sources
13964         * DataGrid.cs: fixes    
13965
13966 2005-07-06  Alexander Olk  <xenomorph2@onlinehome.de>
13967
13968         * MimeGenerated.cs: Use case sensitive comparer for
13969           NameValueCollections
13970
13971 2005-07-01  Jordi Mas i Hernandez <jordi@ximian.com>
13972
13973         * DataGridTextBoxColumn.cs: bug fixes, code refactoring 
13974         * ThemeWin32Classic.cs: bug fixes, code refactoring
13975         * DataGridDrawingLogic.cs:  bug fixes, code refactoring
13976         * DataGrid.cs: bug fixes, code refactoring
13977         * DataGridTextBox.cs: bug fixes, code refactoring
13978         * DataGridColumnStyle.cs:  bug fixes, code refactoring
13979         * Theme.cs:  bug fixes, code refactoring
13980
13981 2005-07-01  Peter Bartok  <pbartok@novell.com> 
13982
13983         * TextControl.cs: Quick fix for the reported crash on ColorDialog
13984           and other text box usage
13985
13986 2005-07-01  Jackson Harper  <jackson@ximian.com>
13987
13988         * TabControl.cs: Make sure the bottom of the tab covers the pages
13989         border.
13990
13991 2005-06-30  Peter Bartok  <pbartok@novell.com> 
13992
13993         * Form.cs (ShowDialog): Assign owner of the dialog
13994         * TextBoxBase.cs: Always refresh caret size when deleting, caret
13995           might have been moved to a tag with different height
13996
13997 2005-06-30  Jackson Harper  <jackson@ximian.com>
13998
13999         * Form.cs: Don't create an infinite loop when setting focus
14000         * MenuItem.cs: Don't dirty the parents if we don't have any
14001
14002 2005-06-29  Ben Maurer  <bmaurer@ximian.com>
14003
14004         * LibSupport.cs: Rename
14005
14006 2005-06-29  Peter Bartok  <pbartok@novell.com>
14007
14008         * TextBoxBase.cs: Re-align caret after deleting a character
14009         * TextControl.cs:
14010           - DeleteChars(): Ensure that tag covers the provided position
14011           - StreamLine(): Drop reference for dropped tag
14012
14013 2005-06-29  Peter Bartok  <pbartok@novell.com> 
14014
14015         * TextControl.cs: 
14016           - Selections now work properly, anchoring at the initial location
14017             and properly extending in either direction (SetSelectionToCaret(),
14018             SetSelectionStart() and SetSelectionEnd())
14019           - No longer redraws the whole control on selection change, now
14020             calculates delta between previous and new selection and only
14021             invalidates/redraws that area
14022           - Fixed FindPos() math off-by-one errors
14023           - Changed DeleteChars() to verify the provided tag covers the
14024             provided position, selections may have a tag that doesn't cover
14025             the position if the selection is at a tag border
14026           - Fixed off-by-one errors in DeleteChars()
14027           - Added missing streamlining check in DeleteChars() to remove
14028             zero-length tags
14029           - Implemented Invalidate() method, now properly calculates exposures
14030             between two given lines/positions
14031           - Implemented SetSelection()
14032           - Obsoleted and removed FixupSelection()
14033           - Improved RecalculateDocument() logic, removing code duplication
14034
14035 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14036
14037         * LibSupport.cs: changes to match different input/output arguments.
14038
14039 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14040
14041         * LibSupport.cs: added libsupport.so init routine.
14042
14043 2005-06-29  Jordi Mas i Hernandez <jordi@ximian.com>
14044         
14045         * ControlBindingsCollection.cs
14046                 - Throws an exception on null datasource when adding
14047                 - Checks for duplicated bindings when adding
14048
14049 2005-06-28  Jackson Harper  <jackson@ximian.com>
14050
14051         * TreeView.cs (OnKeyDown): Support left and right properly
14052         (navigates as well as expanding and collapsing.
14053         - Add support for Multiply, this expands all the selected nodes
14054         children.
14055         - Fix some tabbing.
14056
14057 2005-06-28  Jackson Harper  <jackson@ximian.com>
14058
14059         * TreeView.cs: Implement keyboard navigation, currently supports,
14060         LEFT, RIGHT, UP, DOWN, PGUP, PGDOWN, HOME, END, ADD, SUBTRACT. Add
14061         support for toggling checkboxes with the space bar.
14062
14063 2005-06-28  Jackson Harper  <jackson@ximian.com>
14064
14065         * OpenTreeNodeEnumerator.cs: Don't move past the begining of the
14066         tree.
14067
14068 2005-06-28  Jackson Harper  <jackson@ximian.com>
14069
14070         * TreeView.cs: Add missing event.
14071
14072 2005-06-27  Peter Bartok  <pbartok@novell.com> 
14073
14074         * TextControl.cs:
14075           - Made line ending size configurable (now allows for counting 
14076             lineendings as \n or \r\n)
14077           - Added margin to viewport to keep caret visible on right side
14078           - Fixed translation routines for line/pos to documentpos to consider
14079             cr/lf when counting (Fixes RichTextBox.SelectionFont issues)
14080           - Fixed some line-endings to be unix style
14081           - Fixed Document.FormatText to perform it's calculations 1-based
14082           - Added descriptions for a few methods that might otherwise get 
14083             used wrong
14084           - Added NOTE section with some basic conventions to remember at 
14085             the top of the file
14086           - Major fixup for RichTextBox selection drawing:
14087             * Fixed crashes when multiple tags on a single line were selected
14088             * fixed selection box drawing not overlaying text
14089             * fixed bogus offset calculation for tags not starting at index 1
14090             * Switched behaviour from using multiple Substrings of a 
14091               StringBuilder.ToString() to using multiple 
14092               StringBuilder.ToString(start, length) statements, hoping this is
14093               faster (kept original version commented out in the code, in case
14094               original version was faster)
14095         * TextBox.cs (set_TextAlignment): TextBox always needs to wrap if 
14096           alignment != Left
14097         * TextBoxBase.cs (CalculateDocument): Made protected so RichTextBox can
14098           call it as well
14099
14100 2005-06-27  Jackson Harper  <jackson@ximian.com>
14101
14102         * TabControl.cs: Move to the left and right with the arrow
14103         keys. These keys don't cycle beyond first and last like
14104         tab. Refresh all the tabs when scrolling them to the left or
14105         right.
14106
14107 2005-06-27  Jackson Harper  <jackson@ximian.com>
14108
14109         * TabControl.cs:
14110           - ToString: Added method
14111           - CreateParams: Remove TODO and comment
14112           - OnKeyDown: Cycle through bounds properly.
14113           - SelectedIndex: Scroll to the right or left if we need to
14114           display the newly selected tab.
14115
14116 2005-06-23  Jackson Harper  <jackson@ximian.com>
14117
14118         * TabControl.cs: Stay in bounds when cycling. Make sure Handled is
14119         set.
14120
14121 2005-06-23  Jackson Harper  <jackson@ximian.com>
14122
14123         * TabControl.cs: Keyboard handling. We now support CTRL-TAB,
14124         CTRL-SHIFT-TAB, and HOME, END are there any others?
14125
14126 2005-06-23  Jackson Harper  <jackson@ximian.com>
14127
14128         * XplatUIX11.cs: Get the modifier keys from the keyboard driver.
14129
14130 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
14131         
14132         * DataGridTextBoxColumn.cs: fixes and enhancements
14133         * ThemeWin32Classic.cs: fixes and enhancements
14134         * DataGridBoolColumn.cs:  fixes and enhancements
14135         * DataGridDrawingLogic.cs:  fixes and enhancements
14136         * CurrencyManager.cs: fixes and enhancements
14137         * DataGrid.cs: fixes and enhancements
14138         * DataGridColumnStyle.cs:  fixes and enhancements
14139
14140 2005-06-22  Jackson Harper  <jackson@ximian.com>
14141
14142         * TabControl.cs: Add some missing methods that just call into the
14143         base. Make the TabPageCollection's IList interface behave in the
14144         same manner as the MS implementation.
14145
14146 2005-06-22  Peter Bartok  <pbartok@novell.com> 
14147
14148         * TextControl.cs: Added sanity check
14149         * TextBoxBase.cs: 
14150           - Fixed wrapping behaviour, don't set wrap on single line controls
14151             (this fixes the breakage of colordialog introduced in an earlier
14152              checkin)
14153           - Added rudimentary support for autoscrolling right-aligned controls
14154             (still needs fixing, also, center alignment scroll is missing)
14155
14156 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
14157         
14158         * ScrollBar.cs: Fixes thumbpos on Maximum values
14159
14160 2005-06-21  Jonathan Chambers <jonathan.chambers@ansys.com>
14161         
14162         * PropertyGridView.cs: Pass context information to UITypeEditors 
14163
14164 2005-06-21  Peter Bartok  <pbartok@novell.com> 
14165
14166         * TextBoxBase.cs:
14167           - Now calling PositionCaret with absolute space coordinates
14168           - Enabled vertical scrolling
14169           - Better tracking of scrollbar changes, tied into WidthChange
14170             event
14171           - Improved cursor tracking
14172           - Removed debug output
14173         * TextControl.cs:
14174           - PositionCaret coordinates are now works in absolute space, not 
14175             the canvas
14176           - Improved tracking of document size
14177           - Added events for width and height changes
14178
14179 2005-06-21  Peter Bartok  <pbartok@novell.com>
14180
14181         * Form.cs: Set focus to active control when form is activated
14182         * TextControl.cs: 
14183           - Added word-wrap functionality to RecalculateLine() 
14184           - Added some short function descriptions for VS.Net to aid in
14185             writing dependent controls
14186           - Added Caret property, returning the current coords of the caret
14187           - Added ViewPortWidth and ViewPortHeight properties
14188           - Added Wrap property
14189           - Added CaretMoved event
14190           - Removed some old debug code
14191           - Split() can now create soft splits
14192           - Added PreviousTag()/NextTag() to allow walking "tag-lists"
14193           - Added method to format existing text
14194           - Fixed size/alignment calculations to use viewport
14195           - RecalculateDocument now can handle changing line-numbers while
14196             calculating lines
14197
14198         * TextBox.cs:
14199           - Added some wrap logic, we don't wrap if alignment is not left
14200           - Added casts for scrollbar var, base class switched types to
14201             also support RichTextBoxA
14202           - Implemented handling of scrollbar visibility flags
14203
14204         * TextBoxBase.cs:
14205           - Switched scrollbars type to RichTextBoxScrollBars to support
14206             RichTextBox
14207           - Added tracking of canvas width/height
14208           - Switched scrollbars to be not selectable (to keep focus on text)
14209           - Added central CalculateDocument() method to handle all redraw
14210             requirements
14211           - Added ReadOnly support
14212           - Added WordWrap support
14213           - Fixed handling of Enter key (we now treat it as a DialogKey)
14214           - Fixed caret positioning when h or v scroll is not zero
14215           - Fixed placing/generation of vertical scrollbar
14216           - Added CalculateScrollBars() method to allow updating scrollbar
14217             limits and visibility
14218           - Fixed handling of horizontal scroll
14219           - Added handling of vertical scroll
14220           - Implemented auto-'jump' when caret moves to close to a left or
14221             right border and there is text to be scrolled into view (currently
14222             there's the potential for a stack overflow, until a bug in
14223             scrollbar is fixed)
14224
14225 2005-06-21  Geoff Norton  <gnorton@customerdna.com>
14226         
14227         * XplatUIOSX.cs: Initial implementation of WM_ERASEBKGND
14228
14229 2005-06-19  Alexander Olk  <xenomorph2@onlinehome.de>
14230
14231         * Mime.cs:
14232         - added inodes.
14233         - return application/x-zerosize for files with size zero
14234           (if no extension pattern matches).
14235         - check matches collection for strings too.
14236         - return only the first mime type if the name value
14237           collection has more than one mime type.
14238
14239 2005-06-18  Jonathan Chambers <jonathan.chambers@ansys.com>
14240         
14241         * PropertyGrid.cs: Cleaned up some TODOs
14242         * PropertyGridView.cs: Added support for UITypeEditors
14243
14244 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
14245         
14246         * DataGrid.cs: clears cached value
14247
14248 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
14249
14250         * DataGridTextBoxColumn.cs: new rows, speed improvements, fixes, readonly prop.
14251         * DataGridDrawingLogic.cs: new rows, speed improvements, fixes, readonly prop.
14252         * DataGrid.cs: new rows, speed improvements, fixes, readonly prop.
14253         * DataGridColumnStyle.cs: new rows, speed improvements, fixes, readonly prop.
14254         
14255 2005-06-16  Jordi Mas i Hernandez <jordi@ximian.com>
14256
14257         * ThemeWin32Classic.cs: fixes colour
14258
14259 2005-06-15  Peter Bartok  <pbartok@novell.com>
14260
14261         * MWFCategoryAttribute.cs: Added (Needed for PropertyGrid designer support)
14262         * MWFDescriptionAttribute.cs: Added (Needed for PropertyGrid designer support)
14263         * ButtonBase.cs: Added MWFCategory and MWFDescription attributes
14264         * Control.cs: Added some MWFCategory and MWFDescription attributes
14265         * ScrollBar.cs: Added some MWFCategory and MWFDescription attributes
14266
14267 2005-06-15  Alexander Olk  <xenomorph2@onlinehome.de>
14268
14269         * Mime.cs, MimeGenerated.cs: First draft of MWF mime stuff, see Mime.cs for
14270         usage
14271
14272 2005-06-14  Jordi Mas i Hernandez <jordi@ximian.com>
14273
14274         * DataGridTextBoxColumn.cs: default datagrid settings for Default Styles, fixes
14275         * DataGridTableStyle.cs: default datagrid settings for Default Styles, fixes
14276         * DataGridDrawingLogic.cs: default datagrid settings for Default Styles, fixes
14277         * DataGridBoolColumn.cs: default datagrid settings for Default Styles, fixes
14278         * DataGrid.cs: default datagrid settings for Default Styles, fixes
14279         * DataGridColumnStyle.cs: default datagrid settings for Default Styles, fixes
14280
14281 2005-06-13  Jackson Harper  <jackson@ximian.com>
14282
14283         * XplatUIX11.cs: Override SetAllowDrop on X11 so an error message
14284         isn't printed when the user enables dropping. (X11 does accept
14285         drops).
14286         
14287 2005-06-13  Jackson Harper  <jackson@ximian.com>
14288
14289         * TreeView.cs: Remove some TODOS.
14290
14291 2005-06-13  Jackson Harper  <jackson@ximian.com>
14292
14293         * Form.cs: Hook into the mdi framework.
14294         * MdiClient.cs: Use the base control collections add method so
14295         parents get setup correctly. Set the default back colour and dock
14296         style.
14297         * MdiChildContext.cs: New class, this bad actor handles an
14298         instance of an MDI window. Right now there is only basic
14299         support. You can drag, close, and resize windows. Minimize and
14300         Maximize are partially implemented.
14301
14302 2005-06-13  Jackson Harper  <jackson@ximian.com>
14303
14304         * XplatUIX11.cs: Mash numbers together properly, otherwise we get
14305         freaky when both vals are negative. NOTE: There are probably other
14306         places in XplatUIX11 that this needs to be done.
14307
14308 2005-06-13  Jordi Mas i Hernandez <jordi@ximian.com>
14309
14310         * DataGrid.cs: implement missing methods, move KeyboardNavigation
14311         * DataGridColumnStyle.cs: fixes signature
14312
14313 2005-06-12  Jackson Harper  <jackson@ximian.com>
14314
14315         * XplatUIX11.cs: Use sizing cursors similar to the ones on
14316         windows.
14317
14318 2005-06-11  Jackson Harper  <jackson@ximian.com>
14319
14320         * StatusBarPanel.cs: Signature cleanups. Implement
14321         BeginInit/EndInit.
14322
14323 2005-06-10  Jordi Mas i Hernandez <jordi@ximian.com>
14324
14325         * DataGridTextBoxColumn.cs: Honors aligment
14326         * GridColumnStylesCollection.cs: Contains is case unsensitive
14327         * GridTableStylesCollection.cs: several fixes
14328         * DataGridTableStyle.cs: default column creation
14329         * DataGridDrawingLogic.cs: fixes
14330         * CurrencyManager.cs: ListName property
14331         * DataGrid.cs: multiple styles support
14332         * DataGridColumnStyle.cs: fixes
14333         
14334
14335 2005-06-10  Peter Bartok  <pbartok@novell.com>
14336
14337         * Control.cs(Select): Moved SetFocus call to avoid potential
14338           loops if controls change the active control when getting focus
14339         * UpDownBase.cs: Fixes to allow proper keyboard focus after clicking
14340           the up/down buttons
14341
14342 2005-06-10  Matthias Felgner  <matthiasf@voelcker.ocm>
14343
14344         * ImageListConverter.cs: Implemented
14345
14346 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
14347
14348         * MonthCalendar.cs: Wired in NumericUpDown control for year
14349
14350 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
14351
14352         * MonthCalendar.cs: Removed MonoTodo attributes on Click and
14353           DoubleClick events, since they are not meant to be fired.
14354
14355 2005-06-09  Peter Bartok  <pbartok@novell.com>
14356
14357         * UpDownBase.cs, NumericUpDown.cs, DomainUpDown.cs: Integrated
14358           Jonathan's standalone controls into MWF, implemented missing
14359           events, attributes and methods; added xxxAccessible classes
14360         * AccessibleObject.cs: Made fields internal so other classes
14361           can change them if needed
14362
14363 2005-06-09  Jonathan Gilbert  <2a5gjx302@sneakemail.com>
14364
14365         * UpDownBase.cs: Complete implementation
14366         * NumericUpDown.cs: Complete implementation
14367         * DomainUpDown.cs: Complete implementation
14368
14369 2005-06-09  Jordi Mas i Hernandez <jordi@ximian.com>
14370
14371         * DataGridTextBoxColumn.cs: drawing fixes
14372         * DataGridCell.cs: fixes ToString method to match MSNet
14373         * DataGridTableStyle.cs: fixes
14374         * DataGridBoolColumn.cs: fixes, drawing
14375         * DataGridDrawingLogic.cs: fixes, new methods
14376         * DataGridTextBox.cs: Keyboard and fixes
14377         * DataGrid.cs:
14378                 - Keyboard navigation
14379                 - Scrolling fixes
14380                 - Row selection (single, multiple, deletion, etc)
14381                 - Lots of fixes
14382         
14383 2005-06-07  Jackson Harper  <jackson@ximian.com>
14384
14385         * ThemeWin32Classic.cs: Clear the background area when drawing
14386         buttons.
14387
14388 2005-06-06  Peter Bartok  <pbartok@novell.com>
14389
14390         * ImageListStreamer.cs: Fixed signature for GetData
14391         * CheckBox.cs: Fixed base class for CheckBoxAccessibleObject
14392         * ComboBox.cs:
14393           - Added missing ChildAccessibleObject class
14394           - Added missing OnXXXFocus overrides, switched to using those
14395             instead of the event handler
14396         * Control.cs:
14397           - Added Parent property for ControlAccessibleObject
14398           - Fixed signatures
14399           - Fixed attributes
14400           - Added ResetBindings()
14401         * ListBindingConverter.cs: Implemented some methods
14402         * ButtonBase.cs: Added missing ButtonBaseAccessibleObject class
14403         * ImageList.cs: Implemented basic handle scheme, removed TODOs
14404         * ContainerControl.cs: Fixed signature, now subscribing to the
14405           ControlRemoved event instead of overriding the handler, LAMESPEC
14406         * CurrencyManager.cs: Added missing attribute
14407         * MonthCalendar.cs: Added missing properties
14408
14409 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
14410
14411         * DataGridColumnStyle.cs: fixes for DataGridColumnStyle
14412         
14413 2005-06-06  Gaurav Vaish and Ankit Jain
14414
14415         * DataSourceHelper.cs: Gaurav Vaish and Ankit Jain patch for databinding
14416         * DataGrid.cs: Gaurav Vaish and Ankit Jain patch for databinding
14417         
14418 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
14419
14420         * Control.cs: fixes CreateParams Width / Height.
14421
14422 2005-06-05  Peter Bartok  <pbartok@novell.com>
14423
14424         * Win32DnD.cs: Removed compilation warnings
14425
14426 2005-06-05  Peter Bartok  <pbartok@novell.com>
14427
14428         * Control.cs (CreateParams): Since we don't know if one of the
14429           properties we use is overridden, lets make sure if we fail accessing
14430           we continue with a backup plan
14431
14432 2005-06-05  Peter Bartok  <pbartok@novell.com>
14433
14434         * Win32DnD.cs:
14435           - Removed debug output
14436           - Added MarshalAs attribute to ensure proper marshalling of FORMATETC
14437             struct
14438           - Plugged resource leak
14439         * XplatUIStructs.cs: Changed ClipboardFormats size to ushort, to match
14440           MS size
14441
14442 2005-06-05  Peter Bartok  <pbartok@novell.com>
14443
14444         * XplatUIWin32.cs: Removed DnD code
14445         * Win32DnD.cs: Implemented drop source and drop target functionality
14446
14447 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14448
14449         * UpDownBase.cs: remove duplicate addition of event, enable some code
14450         that was commented out.
14451         * NumericUpDown.cs: added missing attributes and Hexadecimal property.
14452         Validate input when a key is pressed. It works fine now for every
14453         combination of Hexadecimal. Only missing some drawing love when sharing
14454         space with other controls.
14455
14456 2005-06-04  Peter Bartok  <pbartok@novell.com>
14457
14458         * Control.cs:
14459           - We need to pass a window for DragDrop, so enable callback events
14460           - Added DnD callback events when being a DragSource
14461         * XplatUI.cs (StartDrag): Added window handle argument
14462         * XplatUIDriver.cs (StartDrag): Added window handle argument
14463         * QueryContinueDragEventArgs: Made fields internally accessible so
14464           drivers can set them
14465         * GiveFeedbackEventArgs: Made fields internally accessible so drivers
14466           can set them
14467
14468 2005-06-03  Jordi Mas i Hernandez <jordi@ximian.com>
14469
14470         * DataGridTextBoxColumn.cs: column text editing
14471         * DataGridTableStyle.cs: Respect columns styles created by the user
14472         * DataGridDrawingLogic.cs: lots of drawing fixes and enhanments
14473         * DataGridBoolColumn.cs: bool column editing
14474         * DataGrid.cs: fixes to scrolling, properties, etc
14475         * DataGridTextBox.cs: handle keyboard
14476         * DataGridColumnStyle.cs: fixes
14477
14478 2005-06-02  Jackson Harper  <jackson@ximian.com>
14479
14480         * ImageListStreamer.cs: Somewhat broken implementation of
14481         GetObjectData. The RLE needs some work to match MS properly.
14482
14483 2005-06-02  Jackson Harper  <jackson@ximian.com>
14484
14485         * X11Dnd.cs: Attempting to keep at least one file in MWF
14486         monostyled.
14487
14488 2005-06-02  Peter Bartok  <pbartok@novell.com>
14489
14490         * X11DnD.cs: Use Marshal.SizeOf instead of sizeof, no /unsafe required
14491           that way
14492
14493 2005-06-02  Peter Bartok  <pbartok@novell.com>
14494
14495         * Control.cs: Removed MonoTODO from DoDragDrop and added call to Xplat
14496         * XplatUI.cs: Added DoDragDrop() method
14497         * XplatUIDriver.cs: Added DoDragDrop() method
14498
14499 2005-06-02  Jackson Harper  <jackson@ximian.com>
14500
14501         * Splitter.cs: Implement BorderStyle.
14502
14503 2005-06-02  Jackson Harper  <jackson@ximian.com>
14504
14505         * XplatUIX11.cs: Tie into the X11Dnd subsystem.
14506         * X11Dnd.cs: New file. A subsystem that handles drag and drop on
14507         X11 using XDND.
14508
14509 2005-06-02  Peter Bartok  <pbartok@novell.com>
14510
14511         * DataObject.cs:
14512           - Added Data setter
14513           - Fixed broken insertion code for SetData, now also
14514             overwrites any existing entry of the same format name
14515         * Hwnd.cs: Added list of pointers that automatically gets
14516           freed when the window is disposed
14517         * XplatUI.cs: Call driver initialization method when loading
14518           a driver
14519         * Control.cs:
14520           - OnDragLeave takes EventArgs, not DragEventArgs
14521           - Added setting of WS_EX_ACCEPTFILES style when dropping is
14522             supported
14523           - Forces style update when drop state changes
14524         * XplatUIWin32.cs: Implemented Drag'n'Drop (as good as possible,
14525           not perfect since we cannot (yet) call the IDataObject.GetData()
14526           method, we keep getting 0x80004005 error, dunno why)
14527
14528 2005-06-02  Peter Bartok  <pbartok@novell.com>
14529
14530         * DragEventArgs.cs: Make fields internal so we can cache the
14531           object and re-set the fields from XplatUI
14532
14533 2005-06-02  Jackson Harper  <jackson@ximian.com>
14534
14535         * Control.cs: Add some internal methods so the DnD subsystem can
14536         raise DnD events. Also call into the driver when AllowDrop is set.
14537         * XplatUI.cs:
14538         * XplatUIDriver.cs: New method for setting whether or not a window
14539         is allowed to accept drag and drop messages.
14540                 
14541 2005-06-01  Jordi Mas i Hernandez <jordi@ximian.com>
14542         
14543         * ScrollBar.cs: Make sure that values sent in Scroll events
14544         are always between Maximum and Minimum.
14545
14546 2005-06-01  Marek Safar  <marek.safar@seznam.cz>
14547
14548         * Menu.cs: Call MenuChanged when menuitem visibility has been
14549         changed.
14550         * MenuItem.cs: Rebuild menu when item is (not) visible.
14551         * MainMenu.cs: MainMenu has special MenuChanged.
14552         * Theme.cs: Caption and FrameBorderSize are not fixed.
14553         * XplatUI.cs: Added CaptionHeight,FrameBorderSize.
14554         * XplatUIDriver.cs: Introduced Caption and FrameBorderSize.
14555         * XplatUIX11.cs,
14556         * XplatUIOSX: Caption and FrameBorderSize not implemented yet.
14557         * XplatUIWin32.cs: Get Caption and FrameBorderSize from system.
14558
14559 2005-05-30  Jackson Harper  <jackson@ximian.com>
14560
14561         * DataFormat.cs: We can't statically initialize this stuff because
14562         it calls into the xplatui and could create a loop. So we lazy init
14563         it.
14564
14565 2005-05-28  Jackson Harper  <jackson@ximian.com>
14566
14567         * Control.cs: Proper implementation of Product(Name/Version).
14568
14569 2005-05-27  Jackson Harper  <jackson@ximian.com>
14570
14571         * DataObject.cs: Dont crash if no data is found.
14572
14573 2005-05-26  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
14574         * MdiClient.cs: Add missing Localizable attribute to BackgroundImage property
14575                 as per status page, guessing it should be set to true
14576
14577 2005-05-26  Jordi Mas i Hernandez <jordi@ximian.com>
14578
14579         * DataGridTextBoxColumn.cs: Draws text and basic text formatting
14580         * DataGridTableStyle.cs: set proper formatting text, def header text
14581         * ThemeWin32Classic.cs: new themable paramaters
14582         * DataGridBoolColumn.cs: paint check box, get data, fixes
14583         * DataGridDrawingLogic.cs: huge improvements in painting, fixes, new methods
14584         * DataGrid.cs: fixes properties, implements vertical and horizontal scrolling
14585         * DataGridColumnStyle.cs: fixes
14586         * Theme.cs: new themable paramaters
14587                 
14588 2005-05-26  Peter Bartok  <pbartok@novell.com>
14589
14590         * ContainerControl.cs: Pass AdjustFormScrollbars() call on to base
14591
14592 2005-05-24 Jonathan S. Chambers <jonathan.chambers@ansys.com>
14593         * Control.cs: Fixed LowOrder and HighOrder to preserve sign.
14594
14595 2005-05-24  Peter Bartok  <pbartok@novell.com>
14596
14597         * OpenFileDialog.cs, Form.cs, Menu.cs, GroupBox.cs, UserControl.cs,
14598           Label.cs, DataGridTextBoxColumn.cs, PropertyGrid.cs, ErrorProvider.cs
14599           Splitter.cs, Control.cs, FontDialog.cs, TabPage.cs,
14600           FolderBrowserDialog.cs, HelpProvider.cs, DataGridTableStyle.cs,
14601           NotifyIcon.cs, FileDialog.cs, ListView.cs, SaveFileDialog.cs,
14602           ToolBarButton.cs, ImageList.cs, DataGridBoolColumn.cs, Panel.cs,
14603           DataGrid.cs, DataGridTextBox.cs, ListBox.cs, TrackBar.cs,
14604           AxHost.cs, TabControl.cs, ScrollableControl.cs, ToolBar.cs,
14605           DataGridColumnStyle.cs, PictureBox.cs, DateTimePicker.cs,
14606           StatusBar.cs, MonthCalendar.cs, TreeView.cs: Added
14607           missing attributes, etc
14608         * DataGridPreferredColumnWidthTypeConverter.cs: Added
14609
14610 2005-05-24  Peter Bartok  <pbartok@novell.com>
14611
14612         * Help.cs: Added, implemented trivial functions, throws up MessageBox
14613           when user tries to get help
14614         * DataObject.cs, DataFormats.cs, LinkArea.cs,
14615           SelectionRangeConverter.cs, Clipboard.cs : Removed unused variables
14616           to suppress warnings
14617         * XplatUIWin32.cs, XplatUIOSX.cs, XplatUIX11.cs: Removed unused code to
14618           avoid unreachable code warning
14619
14620 2005-05-20  Peter Bartok  <pbartok@novell.com>
14621
14622         * CursorConverter.cs (ConvertTo): Switched to use Cursor.GetObjectData
14623
14624 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
14625
14626         * DataGridTextBoxColumn.cs: Basic painting methods
14627         * DataGridTableStyle.cs: Set table style in the column
14628         * ThemeWin32Classic.cs: Use Theme for colors
14629         * DataGridDrawingLogic.cs: Implement more drawing
14630         * DataGrid.cs: drawing, theming, enhacements, fixes
14631         * DataGridColumnStyle.cs: fixes, drawing
14632         * Theme.cs: theming for Datagrid
14633
14634 2005-05-20  Peter Bartok  <pbartok@novell.com>
14635
14636         * Cursor.cs: Implemented GetObjectData() method
14637
14638 2005-05-20  Peter Bartok  <pbartok@novell.com>
14639
14640         * Cursors.cs: Added setting of cursor name
14641         * Cursor.cs:
14642           - Implemented constructors
14643           - Implemented Draw and DrawStretched
14644           - Implemented Current property
14645           - Implemented == and != operators
14646           - Implemented Dispose()
14647           - Implemented ToString
14648           - Added missing attributes
14649         * XplatUIX11.cs:
14650           - Added missing reset for OverrideCursor when DoEvents is called
14651           - Fixed creation of cursor, logic was wrong
14652         * XplatUIWin32.cs:
14653           - Added missing reset for OverrideCursor when DoEvents is called
14654           - Fixed creation of cursor, bit arrays were swapped
14655         * Clipboard.cs: Removed obsolete MonoTODO attribute
14656
14657 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
14658
14659         * ComboBox.cs: fixes OnSelectedItemChanged
14660         * ControlBindingsCollection.cs: fixes item range check
14661
14662 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
14663
14664         * UpDownBase.cs:
14665                 - Calc preferred height properly
14666                 - Implement missing properties
14667                 
14668         * NumericUpDown.cs: Implement missing events
14669
14670 2005-05-19  Jackson Harper  <jackson@ximian.com>
14671
14672         * TabControl.cs: New method that resizes the tab pages before
14673         redrawing them. This as needed as the control is double buffered
14674         and sizing will not be recalculated unless ResizeTabPages is
14675         called.
14676         * TabPage.cs: Set base.Text instead of Text in the constructor so
14677         that UpdateOwner does not get called. Use the new Redraw method of
14678         TabControl instead of Refresh so the sizing is recalculated.
14679         * ThemeWin32Classic.cs: Draw the text for button tabs.
14680
14681 2005-05-19  Jackson Harper  <jackson@ximian.com>
14682
14683         * Control.cs: Paint control background images. Fix typo where
14684         PaintControlBackground was not getting called correctly.
14685
14686 2005-05-19  Peter Bartok  <pbartok@novell.com>
14687
14688         * ScrollableControl.cs (DisplayRectangle): Undid my last change until
14689           I can investigate, apparently I broke FileDialog
14690
14691 2005-05-19  Marek Safar  <marek.safar@seznam.cz>
14692
14693         * AxHost.cs: Some simple properties.
14694         * Control.cs: window must be accessible after ctor.
14695         * Form.cs: Added TransparencyKey property.
14696         * TextBoxBase.cs: Implemented Clear. Text property can be null.
14697         * XplatUIWin32.cs: SetBorderStyle implemented.
14698
14699 2005-05-18  Peter Bartok  <pbartok@novell.com>
14700
14701         * DataObject.cs: Entries are not global but particular to the
14702           DataObject, now it behaves that way
14703         * XplatUIWin32.cs: Implemented Clipboard methods
14704         * Clipboard.cs: Implemented
14705         * ScrollableControl.cs (DisplayRectangle): Fixed calculation
14706         * XplatUIOSX.cs: Updated to final clipboard prototypes
14707         * XplatUIX11.cs: Implemented Clipboard methods
14708         * XplatUIDriver.cs: Updated to final clipboard prototypes
14709         * XplatUIStructs.cs:
14710           - Added BITMAPINFOHEADER struct
14711           - Added ClipboardFormats enum
14712         * X11Structs.cs:
14713           - Added ClipboardStruct
14714           - Added Atom enum items for clipboard types
14715           - Fixed atom types for Selection event structures
14716         * DataFormats.cs:
14717           - Added internal properties and methods for drivers to enumerate
14718             all known formats
14719           - Switched initialization method to allow drivers to assign their
14720             own IDs even for the MS predefined clipboard IDs
14721         * XplatUI.cs: Updated to final clipboard interface
14722
14723 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
14724         * PropertyGridView.cs: Fixed compiler warnings.
14725
14726 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
14727         * PropertyGrid.cs: Added some event calls
14728         * PropertyGridView.cs: Change drawing code to use double buffering
14729         * PropertyGridTextBox.cs: Changed Text property name
14730         * GridItem.cs: Added Bounds property.
14731         * GridEntry.cs: Added Bounds property.
14732
14733 2005-05-17  Lluis Sanchez Gual  <lluis@novell.com>
14734
14735         * Binding.cs: Use IsInstanceOfType instead of IsAssignableFrom
14736         since GetType() may not return the correct type if the object is
14737         a remoting proxy.
14738
14739 2005-05-17  Jordi Mas i Hernandez <jordi@ximian.com>
14740
14741         * TreeNodeCollection.cs: fixes get/set item ranges
14742         
14743 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
14744
14745         * ListBox.cs: Kazuki Oikawa's PreferredHeight and ItemHeight fixes
14746                 
14747 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
14748
14749         * ComboBox.cs: Fix item range comparation
14750         * ListView.cs: Fix item range comparation
14751
14752 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
14753
14754         * FontDialog.cs:
14755           - Clear example panel when OnPaint is called
14756           - Better solution for displaying the example panel text
14757           - Select default indexes in the ListBoxes
14758
14759 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
14760
14761         * XplatUIOSX.cs: Avoid painting into invisible views.  Fixes #74926
14762
14763 2005-05-11  Peter Bartok  <pbartok@novell.com>
14764
14765         * LinkArea.cs: Added and implemented LinkAreaTypeConverter class
14766         * SelectionRangeConverter.cs: Implemented
14767         * PropertyGrid.cs: Fixed attribute value
14768         * Control.cs:
14769           - Invoke(): Don't call Begin/EndInvoke if it is not neccessary
14770           - Added Sebastien Pouliot's CAS Stack Propagation fixes
14771         * XplatUIDriver.cs: Added new XplatUIDriverSupport class, for code
14772           that's common to all drivers. First methods to go there are
14773           Sebastien Pouliot's CAS Stack Propagation helper methods
14774         * XplatUIWin32.cs, XplatUIX11.cs, AsyncMethodData.cs: Fixes by
14775           Sebastien Pouliot for CAS Stack Propagation
14776
14777 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
14778
14779         * OSXStructs.cs:
14780           XplatUIOSX.cs: More cosmetic cleanup courtesy of Artyom Tyazhelov (Artyom.Tyazhelov@helmes.ee)
14781
14782 2005-05-12  Jordi Mas i Hernandez <jordi@ximian.com>
14783
14784         * DataGridTextBoxColumn.cs: fixed some members
14785         * GridColumnStylesCollection.cs: indexed column is case insensitive
14786         * DataGridTableStyle.cs: fixes
14787         * ThemeWin32Classic.cs: add new theme parameter
14788         * Theme.cs: add new theme parameter
14789         * DataGridDrawingLogic.cs: Datagrid's drawing logic
14790         * DataGrid.cs: fixes, new internal properties, etc.
14791         * DataGridColumnStyle.cs: allows to set grid value
14792         *
14793
14794 2005-05-10  Peter Bartok  <pbartok@novell.com>
14795
14796         * AccessibleObject.cs:
14797           - Removed MonoTODO attribute on help, method is correct
14798           - Fixed Bounds property
14799         * AxHost.cs: Moved MonoTODO
14800         * ButtonBase.cs: Now setting AccessibleObject properties
14801         * RadioButton.cs: Setting proper AccessibleObject role
14802         * CheckBox.cs: Setting proper AccessibleObject role
14803         * ControlBindingsCollection.cs: Added properties, methods and attributes
14804         * DataFormats.cs: Fixed awkward internal API, and changed to enable
14805           userdefined DataFormats.Format items as well
14806         * ListControl.cs: Removed data_member from the public eye
14807         * OpenFileDialog.cs:
14808           - Made class sealed
14809           - Added missing attributes
14810         * SaveFileDialog.cs: Added missing attributes
14811         * ImageListStreamer.cs: Fixed code that caused warnings
14812         * LinkLabel.cs: Removed unreachable code
14813         * TreeView.cs: Fixed code that caused warnings
14814         * PropertyGridView.cs: Fixed code that caused warnings
14815         * GridColumnStylesCollection.cs: Added missing attributes
14816         * GridTableStylesCollection: Added missing attribute
14817         * PropertyManager: Added .ctor
14818         * SecurityIDType: Added
14819         * DataObject.cs: Implemented class
14820         * LinkArea.cs: Added missing attribute
14821
14822 2005-05-11  Jordi Mas i Hernandez <jordi@ximian.com>
14823
14824         * RadioButton.cs: call base method to allow to fire OnClick event
14825         * UpDownBase.cs: OnMouseUp call base method
14826         * CheckedListBox.cs: call base method before returning
14827         * TrackBar.cs: call base method before returning
14828         
14829
14830 2005-05-10  Peter Bartok  <pbartok@novell.com>
14831
14832         * XplatUIX11.cs: Fix for #74902, check pending timers when peeking
14833           for messages
14834
14835 2005-05-10  Peter Bartok  <pbartok@novell.com>
14836
14837         * DataFormats.cs: Implemented
14838         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs,
14839           XplatUIX11.cs: Added Clipboard APIs
14840         * XplatUIWin32.cs: Implemented Clipboard APIs
14841         * FolderBrowserDialog.cs: Added missing event, attributes
14842
14843 2005-05-10  Jordi Mas i Hernandez <jordi@ximian.com>
14844
14845         * CheckBox.cs: call base method to allow to fire OnClick event
14846
14847 2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>
14848
14849         * XplatUI.cs: Use PlatformID.Unix under NET_2_0.
14850
14851 2005-05-06  Peter Bartok  <pbartok@novell.com>
14852
14853         * XplatUIX11.cs: Redid Jackson's fix, it was causing a busy loop
14854         * Screen.cs: Implemented
14855         * HelpNavigator.cs: Added
14856         * XplatUIWin32.cs: Added SystemParametersInfo call, fixed WorkArea
14857           property
14858         * HelpProvider.cs: Implemented all we can do until we have a CHM
14859           help library (which means that "What's This" does work now)
14860
14861 2005-05-06  Jackson Harper  <jackson@ximian.com>
14862
14863         * XplatUIX11.cs: Fix waking up the main loop.
14864                 
14865 2005-05-05  Peter Bartok  <pbartok@novell.com>
14866
14867         * XplatUI.cs: Updated revision
14868         * Form.cs: Removed enless loop
14869         * GroupBox.cs (OnPaint): Added call to base.OnPaint()
14870         * Label.cs (OnPaint): Added call to base.OnPaint()
14871         * ToolTip.cs: Made ToolTipWindow reusable for other controls
14872         * LinkLabel.cs (OnPaint): Added call to base.OnPaint()
14873         * UpDownBase.cs (OnPaint): Moved base.OnPaint() call to end of method
14874         * AxHost.cs: Added
14875         * ButtonBase.cs: Moved base.OnPaint() call to end of method
14876         * ThemeWin32Classic.cs: Replaced references to ToolTip with references
14877           to ToolTip.ToolTipWindow for drawing and size methods; this allows
14878           reuse of ToolTipWindow by other controls
14879         * SizeGrip.cs: Moved base.OnPaint() call to end of method
14880         * XplatUIX11.cs: Now clipping drawing area (experimental)
14881         * PictureBox.cs: Moved base.OnPaint() call to end of method
14882         * Theme.cs: Fixed ToolTip abstracts to match new format
14883         * ErrorProvider.cs: Implemented
14884
14885 2005-05-05  Jordi Mas i Hernandez <jordi@ximian.com>
14886
14887         * Label.cs: fire events using OnAutoSizeChanged and OnTextAlignChanged
14888         * LinkLabel.cs:
14889                 - Adds cursors
14890                 - Handles focus
14891                 - Implements LinkBehavior
14892                 - Fixes many issues
14893
14894 2005-05-03  Jackson Harper  <jackson@ximian.com>
14895
14896         * ListView.cs: Calculate the scrollbar positioning on resize and
14897         paint, so they get put in the correct place.
14898
14899 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
14900
14901         * ColorDialogs.cs: The small color panels are now handled by
14902           SmallColorControl. This fixes drawing of the focus rectangle
14903           and adds a 3D border.
14904
14905 2005-05-03  Peter Bartok  <pbartok@novell.com>
14906
14907         * Control.cs: Modified version of Jonathan Chamber's fix for
14908           double-buffering
14909
14910 2005-05-03  Jackson Harper  <jackson@ximian.com>
14911
14912         * ListView.cs: Remove redraw variable. Control now handles whether
14913         or not a redraw needs to be done, and will only raise the paint
14914         event if redrawing is needed.
14915
14916 2005-05-03  Jackson Harper  <jackson@ximian.com>
14917
14918         * Splitter.cs: No decorations for the splitter form. Cache the
14919         hatch brush.
14920
14921 2005-05-03  Jackson Harper  <jackson@ximian.com>
14922
14923         * TreeView.cs: Use dashed lines to connect nodes. Use the
14924         ControlPaint method for drawing the focus rect instead of doing
14925         that in treeview.
14926
14927 2005-05-02  Peter Bartok  <pbartok@novell.com>
14928
14929         * LinkLabel.cs: Fixed the fixes from r43566 and 43521
14930
14931 2005-04-29  Jackson Harper  <jackson@ximian.com>
14932
14933         * ThemeWin32Classic.cs: Don't clear the GC that will clear the
14934         entire image buffer. Just clear the clipping rectangle.
14935
14936 2005-04-29  Jackson Harper  <jackson@ximian.com>
14937
14938         * ThemeWin32Classic.cs: Don't draw list view items that are
14939         outside the clipping rectangle.
14940
14941 2005-04-29  Jordi Mas i Hernandez <jordi@ximian.com>
14942
14943         * ListBox.cs: added horizontal item scroll
14944
14945 2005-04-29  Jackson Harper  <jackson@ximian.com>
14946
14947         * ThemeWin32Classic.cs: Remove some old debug code that was
14948         causing flicker with the new double buffering code.
14949
14950 2005-04-29  John BouAntoun  <jba-mono@optusnet.com.au>
14951
14952         * MonthCalendar.cs, DateTimePicker.cs: Made monthcalendar dropdwon
14953         behave like combobox and comboboxlist (still not sure if this is
14954         correct though).
14955
14956 2005-04-28  Jackson Harper  <jackson@ximian.com>
14957
14958         * ThemeWin32Classic.cs: Don't fill the middle of progress
14959         bars. This fills areas outside of the clip bounds that don't need
14960         to be filled.
14961
14962 2005-04-28  Jackson Harper  <jackson@ximian.com>
14963
14964         * Control.cs: Don't expose functionality to touch the image buffers.
14965         * ProgressBar.cs:
14966         * ListView.cs: We do not need to (and no longer can) manipulate
14967         the image buffers directly. All of this is handled by Control.
14968
14969 2005-04-28  Peter Bartok  <pbartok@novell.com>
14970
14971         * RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
14972           RichTextBoxScrollBars.cs, RichTextBoxStreamType.cs,
14973           RichTextBoxFinds.cs, RichTextBoxWordPunctuations.cs: Added
14974
14975 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
14976
14977         * Combobox:
14978                 - Adjust control's height for non-simple comboboxes (bug fix)
14979                 - Remove dead code
14980         * MenuAPI.cs: remove unused var
14981         * ScrollBar.cs: remove unsed var
14982                  
14983         * ListBox.cs: unselect items when clearing
14984
14985 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
14986
14987         * ListControl.cs: honors OnPositionChanged and default Selected Item
14988         * ListBox.cs: unselect items when clearing
14989
14990 2005-04-27  Jackson Harper  <jackson@ximian.com>
14991
14992         * X11Keyboard.cs: Initialize a default keyboard and give a warning
14993         if a "correct" keyboard is not found. This will make us not crash,
14994         but might give some users bad keyboard layouts...seems to be the
14995         same thing rewind does.
14996
14997 2005-04-27  Jackson Harper  <jackson@ximian.com>
14998
14999         * BindingManagerBase.cs: Attach the current/position changed
15000         handlers to their respective events.
15001
15002 2005-04-27  Jackson Harper  <jackson@ximian.com>
15003
15004         * Control.cs: Make sure that the first WM_PAINT does a full draw,
15005         not just a blit.
15006         * ThemeWin32Classic.cs: Don't fill the background for picture
15007         boxes. This could overright user drawing.
15008         * ComboBox.cs: Just fill the clipping rect not the entire client
15009         rect when drawing the background. This prevents pieces of the
15010         image buffer from getting overwritten and is theoretically faster.
15011
15012 2005-04-26  Jordi Mas i Hernandez <jordi@ximian.com>
15013
15014         * ComboBox.cs: Databinding support fixes, fire missing events
15015         * ListControl.cs: implement missing methods and properties, fixes
15016         * ThemeWin32Classic.cs: Databiding support on Drawing
15017         * CheckedListBox.cs: Databinding support fixes, fire missing events
15018         * ListBox.cs: Databinding support fixes, fire missing events
15019         
15020 2005-04-25  Peter Bartok  <pbartok@novell.com>
15021
15022         * LinkLabel.cs: Length of LinkArea is not allowed to be negative
15023
15024 2005-04-25  Jackson Harper  <jackson@ximian.com>
15025
15026         * TreeView.cs: Use the horizontal scrollbars height not width when
15027         determining how much of the client area is available.
15028
15029 2005-04-25  Jackson Harper  <jackson@ximian.com>
15030
15031         * Control.cs: Double buffering is handled differently now. As per
15032         the spec, the extra buffer is created in the WM_PAINT message and
15033         passed down to the control's drawing code.
15034         * GroupBox.cs:
15035         * Label.cs:
15036         * CheckBox.cs:
15037         * ProgressBar.cs:
15038         * RadioButton.cs:
15039         * ColorDialog.cs:
15040         * ComboBox.cs:
15041         * PropertyGridView.cs:
15042         * UpDownBase.cs:
15043         * MessageBox.cs:
15044         * MenuAPI.cs:
15045         * ListView.cs:
15046         * ButtonBase.cs:
15047         * SizeGrip.cs:
15048         * ScrollBar.cs:
15049         * ListBox.cs:
15050         * TrackBar.cs:
15051         * ToolBar.cs:
15052         * PictureBox.cs:
15053         * DateTimePicker.cs:
15054         * StatusBar.cs:
15055         * TreeView.cs: Update to new double buffering system.
15056         * MonthCalendar.cs: Uncomment block, as Capture is now
15057         working. Update to new double buffering
15058         * LinkLabel.cs: Lazy init the link collection. Update to new double buffering
15059         * PaintEventArgs.cs: New internal method allows us to set the
15060         graphics object. This is used for double buffering.
15061         * ThemeWin32Classic.cs: Give the picture box drawing code a clip
15062         rectangle. The internal paint_area var has been removed from
15063         StatusBar. The clipping rect should be used instead.
15064         * Theme.cs: Give the PictureBox drawing method a clipping rect.
15065         * TabPage.cs: The RefreshTabs method was removed, so just call the
15066         tab controls Refresh method now.
15067         * TabControl.cs: Update to new double buffering. Make sure the
15068         handle is created before sizing the tab pages, otherwise we will
15069         get stuck in a loop.
15070
15071 2005-04-24  Borja Sanchez Zamorano <borsanza@gmail.com>
15072
15073         * LinkLabel.cs: Fix typo, bug #74719; patch
15074           from Borja Sanchez Zamorano
15075
15076 2005-04-22  Jackson Harper  <jackson@ximian.com>
15077
15078         * TreeNode.cs: Implement Handle stuff.
15079         * TreeView.cs: Utility methods so nodes can get/lookup by handle.
15080
15081 2005-04-22  Jordi Mas i Hernandez <jordi@ximian.com>
15082
15083         * DataGridTextBoxColumn.cs: call base constructors, fixes
15084         * GridColumnStylesCollection.cs: missing events, methods, and functionality
15085         * GridTableStylesCollection.cs: fixes, check duplicate mapping names
15086         * DataGridTableStyle.cs: implements create default column styles
15087         * DataGridBoolColumn.cs: which types can handle
15088         * DataGrid.cs: missing methods, fixes, new functionality
15089         * DataGridColumnStyle.cs: fixes
15090
15091 2005-04-20  Alexander Olk  <xenomorph2@onlinehome.de>
15092         * FolderBrowserDialog.cs:
15093         - Use a thread to fill the TreeView
15094         - Adjusted some sizes
15095
15096 2005-04-19  Peter Bartok  <pbartok@novell.com>
15097
15098         * LinkLabel.cs: (Re-)create the pieces when setting the Text
15099           property. Fixes #74360.
15100
15101 2005-04-19  Jackson Harper  <jackson@ximian.com>
15102
15103         * XEventQueue.cs: Lock when getting the lockqueue size.
15104         * PictureBox.cs: Call base OnPaint
15105         
15106 2005-04-19  Peter Bartok  <pbartok@novell.com>
15107
15108         * XplatUIX11.cs: Fixed bug introduced with the HWND rewrite, Async
15109           messages were no longer being processed (this broke BeginInvoke)
15110
15111           
15112 2005-04-18  Jackson Harper  <jackson@ximian.com>
15113
15114         * TreeView.cs: buglet that caused node images to get drawn
15115         regardless of whether or not they were in the clipping rectangle.
15116
15117 2005-04-18  Jackson Harper  <jackson@ximian.com>
15118
15119         * CurrencyManager.cs: There are four rules for GetItemProperties:
15120         - If the type is an array use the element type of the array
15121         - If the type is a typed list, use the type
15122         - If the list contains an Item property that is not an object, use
15123         that property
15124         - use the first element of the list if there are any elements in
15125         the list.
15126         
15127 2005-04-17  Jackson Harper  <jackson@ximian.oom>
15128
15129         * TreeView.cs: Calculate plus minus and checkbox bounds when there is a
15130         click. This handles offsets for scrolling properly and reduces
15131         memory. Also fixed GetNode to not offset now that TopNode works
15132         properly.
15133         * TreeNode.cs: No longer need to track the plus minus or checkbox bounds.
15134         
15135 2005-04-17  Jackson Harper  <jackson@ximian.com>
15136
15137         * CursorConverter.cs: Initial implementation.
15138
15139 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
15140
15141         * ListControl.cs: work towards complex data binding support on ListControl
15142         * CurrencyManager.cs: work towards complex data binding support on ListControl
15143         * ListBox.cs: work towards complex data binding support on ListControl
15144
15145
15146 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
15147
15148         * GridTableStylesCollection.cs: fixes name and constructor
15149         * DataGridTableStyle.cs: fixes
15150         * DataGridBoolColumn.cs: fixes names and constructors
15151         * DataGrid.cs: define methods and properties. Some init implementations
15152         * DataGridCell.cs: define methods and properties. Some init implementations
15153         * GridTablesFactory.cs: Define methods and properties
15154
15155 2005-04-15  Geoff Norton  <gnorton@customerdna.com>
15156
15157         * XplatUIOSX.cs:  Handle proper mouse tracking even if the current
15158         graphics port changes.  We still want the coordinates in global screen
15159         coordinates.
15160
15161 2005-04-14  Jackson Harper  <jackson@ximian.com>
15162
15163         * TreeView.cs: Handle clicks when plus minus is disabled. Don't
15164         check plus minus or checkbox clicks unless those features are enabled.
15165
15166 2005-04-14  Jackson Harper  <jackson@ximian.com>
15167
15168         * TreeView.cs: Add methods for setting the top and bottom visible
15169         nodes. TreeNode::EnsureVisible uses these methods.
15170         * TreeNode.cs: Implement EnsureVisible
15171
15172 2005-04-13  Jordi Mas i Hernandez <jordi@ximian.com>
15173
15174         * Form.cs: Pospone menu assignation if the window has not been created yet
15175         * XplatUIWin32.cs: Fixes Win32SetWindowPos, then does not change window
15176         size and position
15177
15178 2005-04-12  Jackson Harper  <jackson@ximian.com>
15179
15180         * TreeView.cs: Set the TopNode properly when scrolling
15181         occurs. This has the added benifit of reducing the amount of
15182         walking that needs to be done when drawing. Also removed an old
15183         misleading TODO.
15184         * OpenTreeNodeEnumerator.cs: Fix moving backwards.
15185         
15186 2005-04-11  Jordi Mas i Hernandez <jordi@ximian.com>
15187
15188         * Timer.cs: fixes interval setting when the timer is already enabled
15189         
15190 2005-04-10  Alexander Olk  <xenomorph2@onlinehome.de>
15191
15192         * FolderBrowserDialog.cs: First approach
15193
15194 2005-04-09  Peter Bartok  <pbartok@novell.com>
15195
15196         * FolderBrowserDialog: Added
15197
15198 2005-04-07  Jordi Mas i Hernandez <jordi@ximian.com>
15199
15200         * LinkLabel.cs: move drawing code into the theme
15201         * ThemeWin32Classic.cs: drawing code and painting background bugfix
15202         * Theme.cs: define DrawLinkLabel method
15203
15204 2005-04-05  Jackson Harper  <jackson@ximian.com>
15205
15206         * BindingContext.cs: Use weak references so these bad actors don't
15207         stay alive longer then they need to.
15208
15209 2005-04-05  Jackson Harper  <jackson@ximian.com>
15210
15211         * ListControl.cs: Basic implementation of complex databinding.
15212         * ComboBox.cs:
15213         * ListBox.cs: Add calls to ListControl databinding methods.
15214
15215 2005-04-05  Alexander Olk  <xenomorph2@onlinehome.de>
15216
15217         * FileDialog.cs:
15218           - Don't change PopupButtonState to Normal when the
15219             PopupButton gets pressed several times.
15220           - Renamed ButtonPanel to PopupButtonPanel
15221
15222 2005-04-05  Jordi Mas i Hernandez <jordi@ximian.com>
15223
15224         * ColorDialog.cs: Use cached objects instead of creating them
15225         * LinkLabel.cs: Use cached objects instead of creating them
15226         * Splitter.cs: Use cached objects instead of creating them
15227         * FontDialog.cs: Use cached objects instead of creating them
15228         * PropertyGridView.cs: Use cached objects instead of creating them
15229         * MessageBox.cs: Use cached objects instead of creating them
15230         * FileDialog.cs: Use cached objects instead of creating them
15231         * ThemeWin32Classic.cs: Use cached objects instead of creating them
15232         * TreeView.cs: Use cached objects instead of creating them
15233         
15234 2005-04-04  Jordi Mas i Hernandez <jordi@ximian.com>
15235
15236         * Control.cs: use Equals to compare the font since no == op
15237         * ScrollBar.cs: use Equals to compare the font since no == op
15238
15239 2005-04-04  Alexander Olk  <xenomorph2@onlinehome.de>
15240
15241         * SaveFileDialog.cs: Open stream in OpenFile with FileMode Create
15242
15243 2005-04-01  Jackson Harper  <jackson@ximian.com>
15244
15245         * Binding.cs: Implement IsBinding.
15246         * BindingManagerBase.cs:
15247         * PropertyManager.cs:
15248         * CurrencyManager.cs: Add IsSuspended property.
15249
15250 2005-04-01  Jackson Harper  <jackson@ximian.com>
15251
15252         * Binding.cs: Had some IsAssignableFrom calls backwards.
15253
15254 2005-04-01  Jackson Harper  <jackson@ximian.com>
15255
15256         * Binding.cs: Handle null data members when pulling data.
15257         * PropertyManager.cs: Handle the data member being a property that
15258         does not exist.
15259
15260 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
15261
15262         * DataGridTextBoxColumn.cs: fixes signature
15263         * DataGrid.cs: calls right constructor
15264
15265 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
15266
15267         * DataGridTextBoxColumn.cs: implements DataGridTextBoxColumn class
15268         * GridColumnStylesCollection.cs: implements GridColumnStylesCollection
15269         * GridTableStylesCollection.cs: implements GridTableStylesCollection
15270         * DataGridTableStyle.cs: implements DataGridTableStyle
15271         * DataGridBoolColumn.cs: implements DataGridBoolColumn
15272         * DataGridTextBox.cs: implements DataGridTextBox
15273         * DataGridColumnStyle.cs: implements DataGridColumnStyle
15274
15275 2005-03-31  Alexander Olk  <xenomorph2@onlinehome.de>
15276
15277         * FileDialog.cs: Added simple PopupButton class for ButtonPanel
15278
15279 2005-03-29  Peter Bartok  <pbartok@novell.com>
15280
15281         * Application.cs:
15282           - Properly implemented CompanyName property
15283           - Fixed LocalUserAppDataPath and UserAppDataPath, now properly
15284             returns a path that includes CompanyName, ProductName and
15285             Version (fixes bug #70330)
15286
15287 2005-03-29  Stefan Buehler  <sbuehler@gmx.ch>
15288
15289         * TabPage.cs: Don't use Owner.DisplayRectangle unless owner is valid,
15290           fixes bug #72588.
15291
15292 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
15293
15294         * FileDialog.cs, SaveFileDialog.cs OpenFileDialog.cs:
15295         
15296           - Added ReadOnly CheckBox
15297           - Further refactoring: moved some code from Open-/SaveFileDialog
15298             to FileDialog
15299
15300 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
15301
15302         * OpenFileDialog.cs: Fixed CheckFileExists
15303         * FileDialog.cs:
15304           Moved FileView and DirComboBox outside FileDialog class.
15305           They can now be used outside FileDialog
15306
15307 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
15308
15309         * FileDialog.cs: Added a contextmenu to change ShowHiddenFiles
15310         * SaveDialog.cs, OpenFileDialog.cs: Fixes for Reset() method
15311
15312 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
15313
15314         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
15315           - Added missing CreatePrompt property in SaveDialog
15316           - Overall SaveDialog handling should be better now
15317           - Added non standard ShowHiddenFiles property
15318           - Added extension, CreatePrompt and OverwritePrompt support in SaveDialog
15319           - Added InitialDirectory and RestoreDirectory support
15320
15321 2005-03-26  Alexander Olk  <xenomorph2@onlinehome.de>
15322
15323         * FileDialog.cs: Made dirComboBox usable
15324
15325 2005-03-24  Alexander Olk  <xenomorph2@onlinehome.de>
15326
15327         * FileDialog.cs: Added Filter support (case sensitiv)
15328
15329 2005-03-24  Jackson Harper  <jackson@ximian.com>
15330
15331         * TabControl.cs: Need a couple more pixels for the lines.
15332
15333 2005-03-23  Jackson Harper  <jackson@ximian.com>
15334
15335         * TabControl.cs: Give the tab page focus when it is selected.
15336
15337 2005-03-23  Jackson Harper  <jackson@ximian.com>
15338
15339         * TabControl.cs: Account for the drawing of tabs borders when
15340         invalidating. If the slider was clicked dont do click detection on
15341         the tabs.
15342
15343 2005-03-23  Jackson Harper  <jackson@ximian.com>
15344
15345         * TabControl.cs: Fix typo, emilinates an unneeded expose event.
15346
15347 2005-03-22  Jonathan Chambers  <jonathan.chambers@ansys.com>
15348
15349         * CategoryGridEntry.cs: Added
15350         * GridItem.cs: Added helper properties
15351         * PropertyGridTextBox.cs: Custom textbox control for PropertyGrid.
15352         * GridEntry.cs: Updated code for collection
15353         * PropertyGrid.cs: Cleaned up some formatting
15354         * PropertyGridView.cs: Added drop down functionality for enums.
15355         * GridItemCollection.cs: Added enumerator logic
15356         * PropertyGridEntry.cs: Added
15357
15358 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
15359
15360         * FileDialog.cs:
15361           - Removed unnecessary commented code
15362           - Fixed handling for entering the filename manually in the combobox
15363
15364 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
15365
15366         * FileDialog.cs, OpenFileDialog.cs: OpenFileDialog Multiselect now works
15367
15368 2005-03-18  Peter Bartok  <pbartok@novell.com>
15369
15370         * ThemeWin32Classic.cs: Moved listview column headers a bit, to avoid
15371           them being touching the border
15372
15373 2005-03-18  Peter Bartok  <pbartok@novell.com>
15374
15375         * TextControl.cs: Quick hack to center text better
15376
15377 2005-03-18  Peter Bartok  <pbartok@novell.com>
15378
15379         * ControlPaint.cs:
15380           - Don't throw NotImplemented exceptions, just print a notice once
15381             instead (requested by Miguel). This makes running existing SWF
15382             apps a bit easier
15383         * Control.cs:
15384           - Commented out Drag'N'Drop XplatUI call (no driver support yet)
15385           - Added context menu trigger on right click
15386         * Panel.cs: Trigger invalidate on resize
15387         * StatusBar.cs:
15388           - Removed old double-buffer drawing
15389           - Added ResizeRedraw style to force proper update of statusbar
15390         * ListView.cs:
15391           - Removed debug output
15392         * ThemeWin32Classic.cs:
15393           - Fixed drawing of status bar, now draws Text property if there
15394             are no defined panels
15395
15396 2005-03-18  Jackson Harper  <jackson@ximian.com>
15397
15398         * ImageList.cs: When the image stream is set pull all the images
15399         from it.
15400         * ImageListStreamer.cs: Implement reading image list streams.
15401
15402 2005-03-18  Peter Bartok  <pbartok@novell.com>
15403
15404         * ThemeWin32Classic.cs (DrawPictureBox):
15405           - Fixed calculations for centered drawing
15406           - Fixed drawing for normal mode, not scaling the image on normal
15407
15408 2005-03-18  Peter Bartok  <pbartok@novell.com>
15409
15410         * ComboBox.cs: Now also firing the OnKeyPress events for the embedded
15411           textbox
15412         * FileDialog.cs:
15413           - Made Open/Save button the accept button for FileDialog
15414           - Tied the cancel button to the IButtonControl cancel button
15415           - Save/Open now properly builds the pathname
15416           - Now handles user-entered text
15417           - Preventing crash on right-click if no item is selected
15418           - Fixed Text property, now uses contents of textbox
15419           - Fixed SelectedText property, now just returns the text part that
15420             is selected in the text box
15421
15422 2005-03-18  Jackson Harper  <jackson@ximian.com>
15423
15424         * ThemeWin32Classic.cs: Use the proper func for drawing the focus
15425         rect, make sure to de-adjust the interior rect after drawing the
15426         tab text.
15427
15428 2005-03-18  Peter Bartok  <pbartok@novell.com>
15429
15430         * MenuAPI.cs: Remove menu *before* executing selected action to
15431           prevent the menu from 'hanging around'
15432           
15433 2005-03-17  Geoff Norton  <gnorton@customerdna.com>
15434
15435         * XplatUIOSX.cs: Implemented WorkingArea property
15436
15437 2005-03-17  Peter Bartok  <pbartok@novell.com>
15438
15439         * XplatUIX11.cs: Fixed menu coord calculations
15440         * MenuAPI.cs: Now using new ScreenToMenu()/MenuToScreen() methods
15441           for calculating offsets
15442
15443 2005-03-17  Peter Bartok  <pbartok@novell.com>
15444
15445         * Hwnd.cs: Do not consider menu presence for default client
15446           rectangle location/size
15447         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs,
15448           XplatUIWin32.cs: Added MenuToScreen() and ScreenToMenu() coord
15449           translation functions
15450         * FileDialog.cs: Fixed (what I presume is a) typo
15451
15452 2005-03-17  Jonathan Gilbert  <logic@deltaq.org>
15453
15454         * XplatUIX11.cs: Added call to XInitThreads() to allow multi-threaded
15455           X access (avoids X-Async errors)
15456
15457 2005-03-16  Jackson Harper  <jackson@ximian.com>
15458
15459         * TabControl.cs: Raise the SelectedIndexChanged event.
15460
15461 2005-03-16  Alexander Olk  <xenomorph2@onlinehome.de>
15462
15463         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
15464           - Removed vertical ToolBar and replaced it with a custom panel
15465             (desktop and home button already work)
15466           - Added Help button (some controls get resized or relocated then)
15467           - Draw correct text depending on Open or Save.
15468           - Fixed some typos...
15469
15470 2005-03-16  Jordi Mas i Hernandez <jordi@ximian.com>
15471
15472         * ScrollBar.cs:
15473           - Only change Maximum and Minimum when need it (bug fix)
15474
15475 2005-03-15  Peter Bartok  <pbartok@novell.com>
15476
15477         * Form.cs: Use Handle for icon, to trigger creation if
15478           the window does not yet exist
15479         * Control.cs:
15480           - CanSelect: Slight performance improvement
15481           - Focus(): Preventing possible recursion
15482           - Invalidate(): Removed ControlStyle based clear flag setting
15483           - WM_PAINT: fixed logic for calling OnPaintBackground
15484           - WM_ERASEBKGND: Fixed logic, added call to new driver method
15485             EraseWindowBackground if the control doesn't paint background
15486         * XplatUIWin32.cs:
15487           - Moved EraseWindowBackground() method to internal methods
15488           - Removed unused WM_ERASEBKGND handling in GetMessage; msg never comes;
15489             is sent via SendMessage on BeginPaint call on Win32
15490         * XplatUIX11.cs:
15491           - Added EraseWindowBackground() method
15492           - No longer sends WM_ERASEBKGND on .Expose, but on call to
15493             PaintEventStart, which more closely matches Win32 behaviour
15494           - Fixed Invalidate() call, now updates new ErasePending Hwnd property
15495           - Fixed SetFocus() to properly deal with client and whole windows
15496         * Hwnd.cs: Added ErasePending property
15497         * XplatUIOSX.cs: Stubbed EraseWindowBackground() method
15498         * XplatUI.cs, XplatUIDriver.cs: Added EraseWindowBackground() method
15499
15500 2005-03-12  Geoff Norton  <gnorton@customerdna.com>
15501
15502         * XplatUIOSX.cs:
15503           - Fix hard loop when timers exist.
15504           - Fix bugs with middle and right click for 3 button mice.
15505
15506 2005-03-11  Peter Bartok  <pbartok@novell.com>
15507
15508         * XplatUIX11.cs:
15509           - get_WorkingArea: Need to call X directly, GetWindowPos only
15510             returns cached data now
15511           - Added sanity check to GetWindowPos hwnd usage
15512
15513 2005-03-11  Jackson Harper  <jackson@ximian.com>
15514
15515         * BindingManagerBase.cs: This method isn't used anymore as
15516         PullData now updates the data in the control.
15517
15518 2005-03-11  Jordi Mas i Hernandez <jordi@ximian.com>
15519
15520         * Form.cs: fixes menu drawing on X11
15521         * MenuAPI.cs:  fixes menu drawing on X11
15522
15523 2005-03-11  Peter Bartok  <pbartok@novell.com>
15524
15525         * Control.cs: Changed OnCreateControl behaviour based on a suggestion
15526           from Jonathan Gilbert; should fix bug #73606
15527         * XplatUIX11.cs: Fixed NC Mouse message coordinates, they need to be
15528           in Screen coordinates. Thanks, Jordi.
15529         * Form.cs: Added missing attribute
15530
15531 2005-03-11  Peter Bartok  <pbartok@novell.com>
15532
15533         * Form.cs:
15534           - Rudimentary Mdi support
15535           - Removed outdated FormParent code
15536           - Implemented lots of missing properties and methods, still missing
15537             transparency support
15538           - Added missing attributes
15539           - Implemented support for MaximumBounds
15540           - Added firing of various events
15541         * XplatUI.cs: Added SetIcon() method
15542         * XplatUIDriver.cs: Added SetIcon() abstract
15543         * XplatUIOSX.cs: Stubbed out SetIcon() method
15544         * XplatUIX11.cs:
15545           - Implemented SetIcon() support
15546           - Moved SetMenu() and SetBorderStyle() to proper alphabetical pos
15547           - Switched to unix line endings
15548         * XplatUIWin32.cs:
15549           - Made POINT internal so for can access it as part of MINMAX
15550           - Implemented SetIcon() support
15551           - Implemented support for CLIENTCREATESTRUCT (but might have to drop
15552             native Mdi support again, might have to go managed)
15553         * Control.cs: Now fires the StyleChanged event
15554         * MdiClient.cs: Added; still mostly empty
15555
15556 2005-03-10  Peter Bartok  <pbartok@novell.com>
15557
15558         * SaveFileDialog.cs: Added emtpy file
15559
15560 2005-03-08  Peter Bartok  <pbartok@novell.com>
15561
15562         * Control.cs: Fixed bug #73190; now invokes CreateControl (which
15563           in turn triggers OnCreateContro) when creating a handle for the
15564           first time.
15565         * TextControl.cs: Fixed endless loop in certain cases when
15566           replacing the current selection
15567
15568 2005-03-08  Jordi Mas i Hernandez <jordi@ximian.com>
15569
15570         * ScrollBar.cs:
15571           - Honors NewValue changes in Scroll events allowing apps to change it
15572           - Adds First and Last Scroll events
15573           - Fixes Thumb events
15574
15575 2005-03-07  Peter Bartok  <pbartok@novell.com>
15576
15577         * Hwnd.cs: Added DefaultClientRectangle property
15578         * XplatUI.cs: Now using the X11 driver Where() method, which provides
15579           more detailed debug information
15580         * XplatUIX11.cs:
15581           - Fixed size-change feedback loop, where we would pull an old size
15582             off the queue and mistakenly change our window's size to an
15583             earlier value
15584           - Now compressing ConfigureNotify events, to reduce looping and
15585             redraw issues
15586         * TextBoxBase.cs: Preventing crash when no text is set and ToString()
15587           is called
15588
15589 2005-03-07  Jackson Harper  <jackson@ximian.com>
15590
15591         * Binding.cs: Push data pushes from data -> property. Check if the
15592         property is readonly when attempting to set it.
15593
15594 2005-03-07  Jackson Harper  <jackson@ximian.com>
15595
15596         * Binding.cs: Format and parse data correctly. Use ASsignableFrom
15597         instead of IsSubclassOf. Pulling data now sets the value on the
15598         control.
15599         * PropertyManager.cs:
15600         * CurrencyManager.cs: Just need to pull data when updating now,
15601         because PullData will set the value on the control.
15602
15603 2005-03-04  Jackson Harper  <jackson@ximian.com>
15604
15605         * Binding.cs: Implement data type parsing and converting on pulled
15606         data. TODO: Are there more ways the data can be converted?
15607
15608 2005-03-04  Jackson Harper  <jackson@ximian.com>
15609
15610         * Binding.cs: Support <Property>IsNull checks. Also bind to the
15611         controls Validating method so we can repull the data when the
15612         control loses focus.
15613
15614 2005-03-03  Jordi Mas i Hernandez <jordi@ximian.com>
15615
15616         * ColumnHeader.cs:
15617           - Fixes null string format
15618           
15619         * ListView.cs:
15620           - Adds enum type checks
15621           - Fixes redrawing and recalc need after changing some properties
15622           - Fixes on focus_item set after the event
15623           - Fixes adding columns after the control has been created
15624           
15625         * ThemeWin32Classic.cs:
15626           - Fixes CheckBox focus rectangle
15627           - Fixes ColumnHeader drawing
15628
15629
15630 2005-03-03  Jackson Harper  <jackson@ximian.com>
15631
15632         * Binding.cs: Bind to <Property>Changed events so we can detect
15633         when properties are changed and update the data.
15634
15635 2005-03-02  Jordi Mas i Hernandez <jordi@ximian.com>
15636
15637         * ImageList.cs:
15638           - Changes 32-bit pixel format to Format32bppArgb to allow transparency
15639           - Fixes ImageList constructor with ImageList container
15640           - Fixes image scaling (wrong parameters at DrawImage)
15641
15642 2005-02-02  Jackson Harper  <jackson@ximian.com>
15643
15644         * Binding.cs: Make property searches case-insensitive. Eliminate
15645         some duplicated code.
15646
15647 2005-03-01  Jordi Mas i Hernandez <jordi@ximian.com>
15648
15649         * ComboBox.cs:
15650                 - Handle focus event
15651                 - Fix scrollbar events
15652                 - Discard highlighted item if remove it
15653                 - Fixes SelectedItem with strings
15654
15655 2005-03-01  Peter Bartok  <pbartok@novell.com>
15656
15657         * Control.cs:
15658           - Fixed Visible property, now follows (once again) parent chain
15659             to return false if any control in the chain is visible=false
15660           - Fixed OnParentVisibleChanged, now just calls OnVisibleChanged event
15661           - Fixed several places where is_visible instead of Visible was used
15662           - Implemented FIXME related to focus selection when setting focused
15663             control to be invisible
15664
15665         * XplatUIWin32.cs: Now using proper method to find out if window is
15666           visible. Thanks to Jordi for pointing it out
15667
15668 2005-02-28  Jordi Mas i Hernandez <jordi@ximian.com>
15669
15670         * ComboBox.cs: show/hide scrollbar instead of creating it
15671
15672 2005-02-27  Jackson Harper  <jackson@ximian.com>
15673
15674         * CurrencyManager.cs: Add PositionChanged stuff.
15675
15676 2005-02-27  Peter Bartok  <pbartok@novell.com>
15677
15678         * XplatUI.cs, XplatUIDriver.cs: Added new GetMenuOrigin() method
15679         * XplatUIOSX.cs: Added GetMenuOrigin() stub
15680         * XplatUIWin32.cs: Implemented GetMenuOrigin()
15681         * XplatUIX11.cs:
15682           - Implemented GetMenuDC()
15683           - Implemented GetMenuOrigin()
15684           - Implemented ReleaseMenuDC()
15685           - Implemented generation of WM_NCPAINT message
15686           - Implemented generation and handling of WM_NCCALCSIZE message
15687         * Form.cs: Added debug helper message for Jordi's menu work
15688         * Hwnd.cs:
15689           - Modified ClientRect property; added setter, fixed getter to handle
15690             setting of ClientRect
15691           - Added MenuOrigin property
15692
15693 2005-02-26  Peter Bartok  <pbartok@novell.com>
15694
15695         * XplatUIX11.cs:
15696           - Destroys the caret if a window that's being destroyed contains it
15697           - Ignores expose events coming from the X11 queue for windows that
15698             already are destroyed
15699           - Now uses the proper variable for handling DestroyNotify, before we
15700             marked the wrong window as destroyed
15701           - Improved/added some debug output
15702
15703 2005-02-26  Peter Bartok  <pbartok@novell.com>
15704
15705         * X11Keyboard.cs: Fixes to work on 64bit systems
15706
15707 2005-02-26  Peter Bartok  <pbartok@novell.com>
15708
15709         * Control.cs:
15710           - Now calling OnHandleDestroyed from DestroyHandle()
15711             instead of Dispose()
15712           - Removed bogus call to controls.Remove() from DestroyHandle()
15713
15714 2005-02-26  Peter Bartok  <pbartok@novell.com>
15715
15716         * Control.cs: Properly destroy child windows when our handle is
15717           destroyed
15718
15719 2005-02-25  Peter Bartok  <pbartok@novell.com>
15720
15721         * XplatUI.cs:
15722           - Added 'DriverDebug' define to allow tracing XplatUI API calls
15723           - Alphabetized Static Methods and Subclasses
15724
15725         * XplatUIX11.cs:
15726           - Added XException class to allow custom handling of X11 exceptions
15727           - Created custom X11 error handler, tied into XException class
15728           - Added support for MONO_XEXCEPTIONS env var to allow the user
15729             to either throw an exception on X errors or continue running
15730             after displaying the error
15731           - Added handling of DestroyNotify message
15732           - Added handler for CreateNotify message (still disabled)
15733           - Improved (tried to at least) Where method to provide file and lineno
15734         * X11Structs.cs:
15735           - Added XErrorHandler delegate
15736           - Added XRequest enumeration (to suppor translation of errors)
15737
15738 2005-02-25  Jackson Harper  <jackson@ximian.com>
15739
15740         * PropertyManager.cs: Implement editing features
15741         * CurrencyManager.cs:
15742         * Binding.cs: First attempt at UpdateIsBinding
15743         * BindingManagerBase.cs: Call UpdateIsBinding before
15744         pushing/pulling data.
15745
15746 2005-02-25  Jordi Mas i Hernandez <jordi@ximian.com>
15747
15748         * MenuAPI.cs: Respect disabled items
15749         * ThemeWin32Classic.cs
15750                 - Caches ImageAttributes creation for DrawImageDisabled
15751                 - Fixes vertical menu line drawing
15752                 - Draws disabled arrows in disable menu items
15753
15754 2005-02-24  Peter Bartok  <pbartok@novell.com>
15755
15756         * Hwnd.cs:
15757           - Added UserData property to allow associating arbitrary objects
15758             with the handle
15759           - Fixed leak; now removing Hwnd references from static windows array
15760         * XplatUIWin32.cs:
15761           - Fixed Graphics leak in PaintEventEnd
15762           - Removed usage of HandleData, switched over to Hwnd class
15763         * HandleData.cs: Removed, obsoleted by Hwnd.cs
15764
15765 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
15766
15767         * ThemeWin32Classic.cs: Adds Cliping to TrackBar drawing
15768         * ScrollBar.cs: Fixes bug
15769         * TrackBar.cs: removes death code, clipping, mimize refreshes,
15770          keyboard navigation enhancements
15771
15772 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
15773
15774         * Control.cs: Call DefWndProc at WM_PAINT only if UserPaint not defined
15775         * GroupBox.cs: Add control styles
15776         * Label.cs: Add control styles
15777         * UpDownBase.cs: Add control styles
15778         * ListBox.cs: Add control styles
15779         * XplatUIWin32.cs: Fixes wrong parameter order
15780
15781
15782 2005-02-23  Chris Bacon  <chris.bacon@docobo.co.uk>
15783
15784         * ListView.cs: Assign owner for ColumnHeader. Patch by Chris Bacon
15785
15786 2005-02-23  Jackson Harper  <jackson@ximian.com>
15787
15788         * PropertyManager.cs: Implement property binding. This doesn't
15789         seem to work yet though as (I think) there are some bugs in
15790         System.ComponentModel.PropertyDescriptor.
15791         * BindingContext.cs: Use new PropertyManager constructor.
15792
15793 2005-02-23  Jordi Mas i Hernandez <jordi@ximian.com>
15794
15795         * ProgressBar.cs: use clip region in ProgressBar
15796         * ThemeWin32Classic.cs: use clip region in ProgressBar
15797
15798 2004-02-22  Jackson Harper  <jackson@ximian.com>
15799
15800         * BindingsCollection.cs: Remove some debug code.
15801
15802 2005-02-22  Jackson Harper  <jackson@ximian.com>
15803
15804         * BindingContext.cs:
15805         * ControlBindingsCollection.cs:
15806         * CurrencyManager.cs:
15807         * Binding.cs:
15808         * BindingManagerBase.cs: Initial implementation
15809         * BindingsCollection.cs: Add an internal contains method that the
15810         BindingManagerBase uses to ensure bindings aren't added twice to
15811         the collection.
15812         * PropertyManager.cs: Stubbed out.
15813         * Control.cs:
15814         * ContainerControl.cs: Hook up databinding
15815         
15816 2005-02-22  Geoff Norton  <gnorton@customerdna.com>
15817
15818         * XplatUIOSX.cs:
15819           OSXStructs.cs: Refactored to handle the new Hwnd NC logic area.
15820           Fixed Invalidate/Update chain.
15821           Fixed tons of other minor bugs (this is almost a complete rewrite).
15822
15823 2005-02-22  Jordi Mas i Hernandez <jordi@ximian.com>
15824
15825         * ComboBox.cs: do subcontrol creation when the control is created
15826
15827 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
15828
15829         * Label.cs: fixes image drawing (image and imagelist)
15830         * ThemeWin32Classic.cs: cache brushes
15831         
15832 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
15833
15834         * Form.cs: Move menu drawing code to Theme class
15835         * ComboBox.cs: Move ComboBox drawing code to Theme class
15836         * MenuItem.cs: Move menu drawing code to Theme class
15837         * MenuAPI.cs: Move menu drawing code to Theme class
15838         * ThemeWin32Classic.cs: New methods
15839         * CheckedListBox.cs: Move CheckedListbox drawing code to Theme class
15840         * ListBox.cs: Move Listbox drawing code to Theme class
15841         * Theme.cs: New methods
15842
15843 2005-02-20  Peter Bartok  <pbartok@novell.com>
15844
15845         * Control.cs:
15846           - Fixed ProcessKeyEventArgs to also handle WM_SYSKEY messages (and
15847             only process mnemonics on those)
15848           - Fixed event sequence for key handling; first calling
15849             ProcessKeyEventArgs now
15850         * TextBoxBase.cs:
15851           - Removed WM_KEYDOWN hook, instead we now use ProcessDialogKey()
15852             for processing non-character keys
15853           - Fixed WM_CHAR to generate proper event sequence before processing
15854         * XplatUIWin32.cs: Added ALT key state to ModifierKeys property
15855           generation
15856
15857 2005-02-19  Peter Bartok  <pbartok@novell.com>
15858
15859         * UserControl.cs: Added TextChanged event; added attributes
15860         * SizeGrip.cs: Implemented resizing and optional display of grip
15861         * Form.cs: Fixed attribute
15862         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs:
15863           Changed meaning of ScrollWindow bool argument; instead of the
15864           clear attribute (which will be true usually anyway), it gives the
15865           option of moving child controls as well.
15866         * XplatUIX11.cs:
15867           - Changed to match new ScrollWindow argument
15868           - Fixed GetWindowPos/SetWindowPos behaviour for toplevel controls,
15869             now handles the implicit parent window a WM puts around us
15870         * ScrollableControl.cs: Implemented (not the prettiest, but it seems
15871           to work)
15872         * TextBoxBase.cs: Adjusted to new ScrollWindow arguments
15873         * TreeView.cs: Adjusted to new ScrollWindow arguments
15874
15875 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
15876
15877         * Form.cs: Menu integration with non-client area
15878         * MenuItem.cs: Menu integration with non-client area
15879         * MenuAPI.cs: Menu integration with non-client area
15880
15881 2005-02-18  Peter Bartok  <pbartok@novell.com>
15882
15883         * MethodInvoker.cs: Added
15884         * MdiLayout.cs: Added
15885         * SendKeys.cs: Started implementation
15886         * ErrorIconAlignment.cs: Added
15887
15888 2005-02-18  Peter Bartok  <pbartok@novell.com>
15889
15890         * XplatUIWin32.cs: Implemented SetMenu(); fixed GetMenuDC()
15891         * Form.cs: Added handling for Menu-related Non-client messages
15892
15893 2005-02-17  Peter Bartok  <pbartok@novell.com>
15894
15895         * UpDownBase.cs: Fixed typo, compilation errors
15896         * DomainUpDown.cs: Fixed attribute value
15897
15898 2005-02-16  Miguel de Icaza  <miguel@novell.com>
15899
15900         * UpDownBase.cs: Attach entry events.
15901         Propagate events.
15902         Add ForeColor property, Focused, InterceptArrowKeys (interception
15903         does not work yet).
15904
15905 2005-02-17  Jordi Mas i Hernandez <jordi@ximian.com>
15906
15907         * Form.cs:
15908                 - Redraw non client are on Setmenu
15909                 - Calc proper menu starting point
15910
15911 2005-02-17  Peter Bartok  <pbartok@novell.com>
15912
15913         * Application.cs: Fixed message_filter check
15914
15915 2005-02-17  Peter Bartok  <pbartok@novell.com>
15916
15917         * Application.cs: Now calls registered message filters
15918         * DockStyle.cs: Fixed attribute
15919         * Form.cs: Fixed attribute
15920         * Menu.cs: Fixed attribute
15921         * ToolTip.cs: Fixed attribute
15922         * TreeNode.cs: Added missing attributes and arranged in regions
15923         * PropertyGrid.cs: Fixed signatures
15924         * TreeNodeCollection.cs: Added attributes
15925         * Splitter.cs: Added missing attributes; arranged into regions
15926         * TabPage.cs: Added missing attributes; arranged into regions
15927         * TextBoxBase.cs: Added missing attributes
15928         * TextBox.cs: Added missing attributes
15929         * ArrangeDirection.cs: Added missing attributes
15930         * TreeNodeConverter.cs: Added stub (needed for TreeNode)
15931         * ToolBarButton.cs: Fixed attributes
15932         * AnchorStyles.cs: Fixed attribute
15933         * TrackBar.cs: Fixed attributes
15934         * TabControl.cs: Added missing attributes and arranged into regions
15935         * ToolBar.cs: Fixed attribute
15936         * StatusBar.cs: Fixed signature, organized into regions and added
15937           attributes
15938         * StatusBarPanel.cs: Fixed attributes
15939         * ContentsResizedEventArgs.cs: Implemented
15940         * ContentsResizedEventHandler.cs: Implemented
15941         * DateBoldEventArgs.cs: Implemented
15942         * DateBoldEventHandler.cs: Implemented
15943         * UpDownEventArgs.cs: Implemented
15944         * UpDownEventHandler.cs: Implemented
15945         
15946 2005-02-16  Jordi Mas i Hernandez <jordi@ximian.com>
15947
15948         * Form.cs: first Menu NC refactoring
15949         * MenuAPI.cs: first Menu NC refactoring
15950         
15951 2005-02-16  Peter Bartok  <pbartok@novell.com>
15952
15953         * ImeMode.cs: Added missing attributes
15954         * Menu.cs: Fixed attribute
15955         * GroupBox.cs: Fixed attribute
15956         * Label.cs: Fixed attribute
15957         * ColorDialog.cs (RunDialog): Removed TODO attribute
15958         * ComboBox.cs: Fixed attributes
15959         * ListControl.cs: Added missing attributes
15960         * PropertyGrid.cs: Fixed attributes
15961         * Control.cs: Fixed attributes
15962         * ListViewItem.cs: Added TypeConverter attribute
15963         * NotifyIcon.cs: Fixed attributes
15964         * ListView.cs: Fixed attributes
15965         * ButtonBase.cs: Fixed attribute
15966         * ImageList.cs: Added missing attributes
15967         * ContainerControl.cs: Fixed signature
15968         * CheckedListBox.cs: Fixed attribute; added missing attributes
15969         * Panel.cs: Fixed attributes
15970         * PropertyTabChangedEventArgs.cs: Added missing attribute
15971         * PropertyValueChangedEventArgs.cs: Added missing attribute
15972         * Binding.cs: Fixed attribute
15973         * ListViewItemConverter: Implemented ListViewSubItemConverter class
15974         * ListBox.cs: Fixed attribute; added missing attributes;
15975         * ScrollableControl.cs: Added missing attributes
15976         * PictureBox.cs: Added missing attributes; implemented missing property
15977         * DateTimePicker.cs: Added missing attributes
15978         * Theme.cs (ToolWindowCaptionHeight): Fixed type
15979         * MonthCalendar.cs: Fixed attributes
15980         * StatusBarPanel.cs: Added missing attributes
15981         * SystemInformation.cs (ToolWindowCaptionHeight): Fixed type
15982
15983 2005-02-16  Peter Bartok  <pbartok@novell.com>
15984
15985         * TextBoxBase.cs: The previous method to enforce height yet remember
15986           the requested high was less than ideal, this is an attempt to do
15987           it better.
15988         * Control.cs: Added comment about possible problem
15989         * Copyright: Updated format
15990         * GridItemType.cs: Fixed swapped values
15991
15992 2005-02-15  Jackson Harper  <jackson@ximian.com>
15993
15994         * BaseCollection.cs: Use property so we never access an
15995         uninitialized list. Also initialize the list in the property.
15996
15997 2005-02-15  Peter Bartok  <pbartok@novell.com>
15998
15999         * GroupBox.cs (ProcessMnemonic): Implemented
16000         * Label.cs (ProcessMnemonic): Implemented
16001         * ThemeWin32Classic.cs (DrawGroupBox): Added stringformat to show
16002           hotkeys
16003
16004 2005-02-15  Peter Bartok  <pbartok@novell.com>
16005
16006         * RadioButton.cs (ProcessMnemonic): Implemented
16007         * CheckBox.cs (ProcessMnemonic): Implemented
16008         * Control.cs:
16009           - Added handling of WM_SYSxxx keyboard messages to support mnemonic
16010             handling
16011           - Added internal method to allow calling ProcessMnemonic from other
16012             controls
16013         * ContainerControl.cs:
16014           - Started support for handling validation chain handling
16015           - Implemented ProcessMnemonic support
16016           - Added Select() call to Active, to make sure the active control
16017             receives focus
16018         * Form.cs: Setting toplevel flag for Forms (this was lost in the
16019           FormParent rewrite)
16020         * ThemeWin32Classic.cs:
16021           - DrawCheckBox(): Fixed stringformat to show hotkeys
16022           - DrawRadioButton(): Fixed stringformat to show hotkeys
16023         * CommonDialog.cs: Removed WndProc override, not needed
16024
16025 2005-02-14  Peter Bartok  <pbartok@novell.com>
16026
16027         * XplatUIX11.cs: Fixed NotImplemented exceptions for properties,
16028           missed those in the rewrite
16029
16030 2005-02-14  Miguel de Icaza  <miguel@novell.com>
16031
16032         * NumericUpDown.cs (Increment, ToString): Add.
16033         (DecimalPlaces): implement.
16034         
16035         Add attributes.
16036         
16037         * UpDownBase.cs: Add the designer attributes.
16038
16039 2005-02-13  Peter Bartok  <pbartok@novell.com>
16040
16041         * Panel.cs: Removed border_style, now in Control
16042         * XplatUIDriver.cs: Added SetBorderStyle, SetMenu, GetMenuDC and
16043           ReleaseMenuDC Methods; renmaed ReleaseWindow to UngrabWindow
16044
16045 2005-02-13  Peter Bartok  <pbartok@novell.com>
16046
16047         * MouseButtons.cs: Added missing attributes
16048         * XplatUIStructs.cs: Added enumeration for title styles
16049         * LeftRightAlignment.cs: Added missing attributes
16050         * Hwnd.cs: Switched to use client_window as handle (slower, but makes
16051           it compatible with Graphics.FromHwnd()
16052         * SelectedGridItemChangedEventArgs.cs: Fixed property type
16053         * Keys.cs: Added missing attributes
16054         * SelectionRange.cs: Added missing attributes
16055         * SelectionRangeConverter.cs: Added
16056         * XplatUI.cs:
16057           - Introduced SetBorderStyle, SetMenu, GetMenuDC and
16058             ReleaseMenuDC methods
16059           - Renamed ReleaseWindow to UngrabWindow
16060           - Added proper startup notice to allow version identification
16061         * Form.cs:
16062           - Added missing attributes
16063           - Removed FormParent concept
16064         * Label.cs: Removed border_style field, now in Control
16065         * RadioButton.cs: Now properly selects RadioButton when focus is
16066           received
16067         * ThemeGtk.cs: Fixed SetDisplay call to match new X11 behaviour
16068         * Control.cs:
16069           - Added missing attributes
16070           - Added borderstyle handling
16071           - Removed FormParent concept support
16072           - Fixed calls to XplatUI to match changed APIs
16073           - Fixed bug that would case us to use disposed Graphics objects
16074           - Removed unneeded internal methods
16075           - PerformLayout(): Fixed to handle DockStyle.Fill properly
16076           - SelectNextControl(): Fixed to properly check common parents
16077         * TextBoxBase.cs: Removed border_style field (now in Control)
16078         * MessageBox.cs:
16079           - Patch by Robert Thompson (rmt@corporatism.org): Added icon support,
16080             fixed calculations for form size
16081           - Added support for localized strings and icons
16082           - Improved form size calculations, added border
16083         * ListView.cs: Removed border_style field (now in Control)
16084         * X11Structs.cs: Moved several structs from X11 driver here
16085         * X11Keyboard.cs: Changed debug message
16086         * Application.cs: Removed FormParent concept support
16087         * CommonDialog.cs:
16088           - Resetting end_modal flag
16089           - Removed FormParent concept support
16090         * NativeWindow.cs: Removed FormParent concept support
16091         * XplatUIX11.cs: Rewritten, now using the new Hwnd class, implementing
16092           Client area and Non-Client whole window to allow support for WM_NC
16093           messages
16094         * XplatUIOSX.cs: Updated to match latest driver spec; added exception
16095           prevent using it until it supports Hwnd as per Geoff Norton's request
16096         * ToolBar.cs: Fixed drawing, was not doing proper drawing
16097         * PictureBox.cs: Removed border_style field, now in Control
16098         * XplatUIWin32.cs: Added new driver methods
16099
16100 2005-02-12  Peter Bartok  <pbartok@novell.com>
16101
16102         * OpacityConverter.cs: Implemented
16103         * Hwnd.cs: Internal class to support drivers that need to emulate
16104           client area/non-client area window behaviour
16105
16106 2005-02-11  Peter Bartok  <pbartok@novell.com>
16107
16108         * KeysConverter.cs: Implemented
16109
16110 2005-02-11  Jordi Mas i Hernandez <jordi@ximian.com>
16111
16112         * Menu.cs: fixes methods GetContextMenu, GetMainMenu, ToString
16113         * LinkLabel: Added missing attributes
16114         * MainMenu.cs: fixes ToString
16115         * MenuItem.cs: fixes methods GetContextMenu, GetMainMenu
16116         * ListBox.cs: fixes event position
16117         * TrackBar.cs: adds missing attributes and events
16118         
16119 2005-02-10  Jordi Mas i Hernandez <jordi@ximian.com>
16120
16121         * MenuItem.cs: Use SystemInformation and bug fixes
16122         * MenuAPI.cs: Use SystemInformation and bug fixes
16123
16124 2005-02-09  Jackson Harper  <jackson@ximian.com>
16125
16126         * X11Keyboard.cs: We ignore some keys, but still need to set/reset
16127         their keystate otherwise things like VK_MENU get stuck "on".
16128
16129 2005-02-09  Kazuki Oikawa <kazuki@panicode.com>
16130
16131         * ListBox.cs: Fixes AddRange bug
16132         
16133 2005-02-09  Jordi Mas i Hernandez <jordi@ximian.com>
16134
16135         * ProgressBar.cs
16136                 - Add missing attributes
16137                 - Add missing method
16138                 
16139         * CheckedListBox.cs: Added missing attributes
16140                 - Add missing attributes
16141                 - Remove extra method
16142         
16143         * ComboBox.cs: Added missing attributes
16144         * VScrollBar.cs: Added missing attributes
16145         * ScrollBar.cs:  Added missing attributes
16146         * ListBox.cs: Fixes signature, add missing consts
16147         * LinkArea.cs:   Added missing attributes
16148         
16149
16150 2005-02-08  Peter Bartok  <pbartok@novell.com>
16151
16152         * Menu.cs: Added missing attributes
16153         * MainMenu.cs: Added missing attributes
16154         * GroupBox.cs: Added missing attributes
16155         * Label.cs: Added missing attributes
16156         * CheckBox.cs: Implemented CheckBoxAccessibleObject class
16157         * ColorDialog.cs:
16158           - Added Instance and Options properties
16159           - Added missing attributes
16160         * Cursor.cs: Made Serializable
16161         * NotifyIcon: Added missing attributes
16162         * MenuItem.cs: Added missing attributes
16163         * TextBoxBase.cs: Implemented AppendText() and Select() methods
16164         * Panel.cs: Added Missing attributes
16165         * MonthCalendar.cs: Fixed CreateParams
16166
16167 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
16168         
16169         * LinkLabel.cs:
16170                 - Fixes signature
16171                 - Fixes issues with links
16172                 - Adds the class attributes
16173
16174 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
16175         
16176         * ComboBox.cs:
16177                 - Fixes button when no items available in dropdown
16178                 - Fixes repainting problems
16179                 - Adds the class attributes
16180                 
16181 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
16182
16183         * XplatUIOSX.cs: Detect the menu bar and title bar height from
16184         the current theme.  Cache these on startup.
16185
16186 2005-02-07  Jackson Harper  <jackson@ximian.com>
16187
16188         * ScrollBar.cs: Give the correct clipping rect to the theme. Dirty
16189         the scrollbar buttons when they are depressed.
16190
16191 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
16192
16193         * XplatUIOSX.cs: Really fix working at resolutions not 1024x768.
16194         Get the display size from the main displayid.  We currently dont
16195         support multiple display configurations.
16196
16197 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
16198
16199         * XplatUIOSX.cs: Ensure the window doesn't get stuck behind the statusbar.
16200
16201 2005-02-07  Miguel de Icaza  <miguel@novell.com>
16202
16203         * UpDownBase.cs: Add ReadOnly and UpDownAlign properties.
16204
16205 2005-02-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
16206
16207         * PropertyGrid.cs: Updated. Patch by Jonathan Chambers
16208
16209 2005-02-04  Jackson Harper  <jackson@ximian.com>
16210
16211         * ThemeWin32Classic.cs: Respect the clipping rect when
16212         drawing. Only fill the intersection of clips and rects so there
16213         isn't a lot of large fills.
16214         * ScrollBar.cs: Pass the correct clipping rect to the theme
16215         engine. Remove some debug code.
16216
16217 2005-02-05  John BouAntoun  <jba-mono@optusnet.com.au>
16218         
16219         * DateTimePicker.cs:
16220                 - Fixed crash on DateTime.Parse, use Constructor instead
16221
16222 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
16223         
16224         * MenuItem.cs:
16225         * MenuAPI.cs:
16226                 - Owner draw support (MeasureItem and DrawItem)
16227
16228 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
16229         
16230         *  Menu.cs:
16231                 - Implements FindMergePosition and MergeMenu functions (very poor documented)
16232                 - Fixes MenuItems.Add range
16233         * MenuItem.cs:
16234                 - MergeMenu and Clone and CloneMenu functions
16235
16236 2005-02-03  Jackson Harper  <jackson@ximian.com>
16237
16238         * ScrollBar.cs: Make abstract
16239         * ScrollableControl.cs: Create H/V scrollbars now that scrollbar
16240         is abstract.
16241
16242 2005-02-03  Jackson Harper  <jackson@ximian.com>
16243
16244         * ScrollBar.cs: First part of my scrollbar fixups. This removes
16245         all the unneeded refreshes and uses invalidates with properly
16246         computed rects.
16247
16248 2005-02-03  Peter Bartok  <pbartok@novell.com>
16249
16250         * ComponentModel.cs: Added
16251         * IDataGridEditingService.cs: Added
16252         * Timer.cs: Added missing attributes
16253         * ToolTip.cs: Added missing attributes
16254
16255 2005-02-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
16256
16257         * PropertyGridView.cs: Added. Patch by Jonathan Chambers
16258
16259 2005-02-03  Peter Bartok  <pbartok@novell.com>
16260
16261         * ListBox.cs: Added missing attributes
16262
16263 2005-02-03  Jordi Mas i Hernandez <jordi@ximian.com>
16264         
16265         * ListBox.cs:
16266                 - Fixes font height after font change
16267                 - Avoid generating unnecesary OnSelectedIndexChanged on clearing
16268                 
16269 2005-02-02  Peter Bartok  <pbartok@novell.com>
16270
16271         * HandleData.cs: Introduced static methods to allow class
16272           to be more self-contained and track it's own HandleData objects
16273         * XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs: Fixed usage of
16274           HandleData to use new static methods
16275
16276 2005-02-02  Jordi Mas i Hernandez <jordi@ximian.com>
16277
16278         * Combobox.cs:
16279                 - Fixes default size and PreferredHeight
16280                 - Missing events
16281                 - ObjectCollection.Insert implementation
16282                 
16283         * ListControl.cs
16284                 - Fixes signature
16285         * ListBox.cs:
16286                 - Several fixes
16287                 - ObjectCollection.Insert implementation
16288                 - No selection after clean
16289                 - Small fixes
16290
16291 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
16292
16293         * ThemeWin32Classic.cs: quick fix to comboboxbutton pushed painting
16294
16295 2005-02-01  Jordi Mas i Hernandez <jordi@ximian.com>
16296
16297         * Combobox.cs:
16298                 - Caches ItemHeight calculation for OwnerDrawVariable
16299                 - Handles dropdown properly
16300                 - Fixes several minor bugs
16301
16302 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
16303
16304         * ListBox.cs:
16305                 - Fixes 71946 and 71950
16306                 - Fixes changing Multicolumn on the fly
16307                 - Fixes keyboard navigation on Multicolumn listboxes
16308
16309 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
16310         
16311         * XplatUIOSX.cs: Call ExitToShell in our teardown to avoid a
16312         crash reporter log.
16313
16314 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
16315
16316         * XplatUIOSX.cs: Allow applications to actually exit.
16317
16318 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
16319
16320         * XplatUIOSX.cs: SetWindowStyle implemented.  Reposition views in
16321         their parent at creation time rather than lazily later.  Fixes a major
16322         regression we were experiencing.
16323
16324 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
16325
16326         * ThemeWin32Classic.cs: more date time picker painting fixes
16327         * DateTimePicker.cs: more monthcalendar drop down fixes
16328         * MonthCalendar.cs: more CreateParams fixes to ensure correct drop down
16329
16330 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
16331
16332         * ScrollBar.cs:
16333                 - When moving the thumb going outside the control should stop the moving
16334                 - Adds the firing of missing events
16335                 - Fixes no button show if Size is not specified
16336                 - End / Home keys for keyboard navigation
16337
16338 2005-01-30  Peter Bartok  <pbartok@novell.com>
16339
16340         * NotifyIcon.cs (CalculateIconRect): Removed debug output and added
16341           sanity check to prevent theoretical loop
16342         * XplatUIWin32.cs (SetVisible): Removed debug output
16343         * XplatUIX11.cs (SystrayChange): Added sanity check
16344         * ScrollableControl.cs (OnVisibleChanged): Now calls base method
16345         * Control.cs (OnVisibleChanged): Added workaround for ParentForm
16346           behaviour, valid until the X11 client window rewrite is done
16347         * TextBox.cs (ctor): Setting proper default foreground and background
16348           colors
16349
16350 2005-01-30      John BouAntoun  <jba-mono@optusnet.com.au>
16351
16352         * Theme: Added DrawDateTimePicker to interface
16353         * ThemeWin32Classic.cs: Added DrawDateTimePicker (incomplete)
16354         * DateTimePicker.cs: Created (still needs keys and painting code)
16355         * DateTimePickerFormat.cs: added
16356         * MonthCalendar.cs: fixed CreateParams for popup window mode
16357           
16358 2005-01-29  Peter Bartok  <pbartok@novell.com>
16359
16360         * ControlPaint.cs: Fixed luminace value returned on achromatic colors,
16361           this should also the calculations for ligher/darker
16362         * Theme.cs: Fixed defaults for ScrollBar widths/heights
16363
16364 2005-01-29  Peter Bartok  <pbartok@novell.com>
16365
16366         * ArrangeDirection.cs: Added
16367         * ArrangeStartingPositon.cs: Added
16368         * SystemInformation.cs: Implemented
16369         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
16370           XplatUIX11.cs, Theme.cs: Added/implemented new static properties
16371           used by SystemInformation class
16372         * X11Strucs.cs: Added XSizeHints structure
16373         * MenuAPI.cs:
16374           - Fixed CreateParams to make sure the menu window is always visible
16375           - TrackPopupMenu: Added check to make sure we don't draw the
16376             menu offscreen
16377
16378 2005-01-29  Peter Bartok  <pbartok@novell.com>
16379
16380         * HandleData.cs: Added method for altering invalid area
16381         * TextBoxBase.cs: Implemented TextLength
16382
16383 2005-01-28  Peter Bartok  <pbartok@novell.com>
16384
16385         * XplatUIX11.cs: Improvement over last patch, not sending
16386           the WM_PAINT directly anymore, instead we scroll any pending
16387           exposed areas and let the system pick out the WM_PAINT later
16388
16389 2005-01-28  Peter Bartok  <pbartok@novell.com>
16390
16391         * SWF.csproj: Deleted, no longer used. Instead,
16392           Managed.Windows.Forms/SWF.csproj should be used
16393         * XplatUIX11.cs: Instead of posting the WM_PAINT, we send it
16394           directly, to avoid a potential race condition with the next
16395           scroll
16396
16397 2005-01-28  Peter Bartok  <pbartok@novell.com>
16398
16399         * XplatUI.cs: Made class internal
16400
16401 2005-01-28  Jordi Mas i Hernandez <jordi@ximian.com>
16402
16403         * CheckedListBox.cs:
16404                 - Draw focus
16405                 - Fixed Drawing
16406                 - Missing methods and events
16407
16408 2005-01-27  Peter Bartok  <pbartok@novell.com>
16409
16410         * Application.cs (Run): Don't use form if we don't have one
16411
16412 2005-01-27  Peter Bartok  <pbartok@novell.com>
16413
16414         * TextBoxBase.cs (get_Lines): Fixed index off by one error
16415
16416 2005-01-27  Peter Bartok  <pbartok@novell.com>
16417
16418         * GridEntry.cs: Added; Patch by Jonathan S. Chambers
16419         * GridItem.cs: Added; Patch by Jonathan S. Chambers
16420         * GridItemCollection.cs: Added; Patch by Jonathan S. Chambers
16421         * GridItemType.cs: Added; Patch by Jonathan S. Chambers
16422         * PropertyGrid.cs: Added; Patch by Jonathan S. Chambers
16423         * PropertySort.cs: Added; Patch by Jonathan S. Chambers
16424         * PropertyTabChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
16425         * PropertyTabChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
16426         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
16427         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
16428         * SelectedGridItemChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
16429         * SelectedGridItemChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
16430
16431 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
16432
16433         * Combobox.cs:
16434                 - Draw focus on Simple Combobox
16435                 - Fixes drawing issues
16436                 - fixes 71834
16437
16438 2005-01-27  Peter Bartok  <pbartok@novell.com>
16439
16440         * Form.cs:
16441           - Place window in default location, instead of hardcoded 0/0
16442           - Send initial LocationChanged event
16443         * Control.cs:
16444           - UpdateBounds after creation to find out where the WM placed us
16445           - Make sure that if the ParentForm changes location the Form
16446             is notified
16447         * XplatUIX11.cs: XGetGeometry will not return the coords relative
16448             to the root, but to whatever the WM placed around us.
16449             Translate to root coordinates before returning toplevel
16450             coordinates
16451         * XplatUIWin32.cs: Removed debug output
16452         * XplatUIOSX.cs, XplatUI.cs, XplatUIDriver.cs: Added toplevel
16453           flag to GetWindowPos, to allow translation of coordinates on X11
16454
16455 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
16456
16457         * ListBox.cs: connect LostFocus Event
16458
16459 2005-01-27  Peter Bartok  <pbartok@novell.com>
16460
16461         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
16462           XplatUIX11.cs: Extended the Systray API
16463         * Form.cs: Removed debug output
16464         * Application.cs: Fixed focus assignment, always need to call
16465           XplatUI.Activate() since Form.Activate() has rules that may
16466           prevent activation
16467         * NotifyIcon.cs: Should be complete now
16468         * ToolTip.cs: Worked around possible timer bug
16469
16470 2005-01-27  Jackson Harper  <jackson@ximian.com>
16471
16472         * TabControl.cs:
16473         - Only invalidate the effected tabs when the
16474         selected index changes. This reduces drawing and gets rid of some
16475         flicker.
16476         - Only refresh if the tabs need to be shifted, otherwise only
16477         invalidate the slider button.
16478         - On windows the tabs are not filled to right if the slider is
16479         visible.
16480         
16481 2005-01-27  Jackson Harper  <jackson@ximian.com>
16482
16483         * TabControl.cs: Only refresh on mouseup if we are showing the
16484         slider. Also only invalidate the button whose state has changed.
16485
16486 2005-01-26  Peter Bartok  <pbartok@novell.com>
16487
16488         * XplatUI.cs, XplatUIDriver.cs: Added Systray methods
16489         * XplatUIWin32.cs: Implemented SystrayAdd(), SystrayChange()
16490           and SystrayRemove() methods
16491         * XplatUIOSX.cs: Stubbed Systray methods
16492         * XplatUIX11.cs:
16493           - Implemented SystrayAdd(), SystrayChange() and SystrayRemove()
16494             methods
16495           - Fixed broken XChangeProperty calls (marshalling messed up things)
16496         * X11Structs.cs: Added enums and structs required for Size hinting
16497         * NotifyIcon.cs: Added & implemented
16498
16499 2005-01-26  Jackson Harper  <jackson@ximian.com>
16500
16501         * TabControl.cs: Space vertically layed out tabs properly.
16502
16503 2005-01-26  Peter Bartok  <pbartok@novell.com>
16504
16505         * Form.cs (CreateClientParams): Always set the location to 0,0
16506           since we're a child window.
16507
16508         * Control.cs (SetVisibleCore): Always explicitly setting the location
16509           of a toplevel window, apparently X11 doesn't like to move windows
16510           while they're not mapped.
16511
16512 2005-01-26  Jackson Harper  <jackson@ximian.com>
16513
16514         * TabControl.cs: Implement FillToRight size mode with vertically
16515         rendered tabs.
16516
16517 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
16518
16519         * ControlPaint.cs, ThemeWin32Classic.cs
16520                 - Fixes DrawFocusRectangle
16521
16522 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
16523
16524         * MenuAPI.cs:
16525                 - MenuBar tracking only starts when item is first clicked
16526                 - Fixes menu hidding for multiple subitems
16527                 - Unselect item in MenuBar when item Executed
16528                 - Fixes bug 71495
16529
16530 2005-01-25  Jordi Mas i Hernandez <jordi@ximian.com>
16531
16532         * ListControl.cs:
16533                 - IsInputKey for ListBox
16534         * ListBox.cs:
16535                 - Focus item
16536                 - Shift and Control item selection
16537                 - Implement SelectionMode.MultiExtended
16538                 - Fixes RightToLeft
16539         * ComboBox.cs:
16540                 - IsInputKey implemented
16541                 - Do not generate OnTextChangedEdit on internal txt changes
16542                 
16543 2005-01-23  Peter Bartok  <pbartok@novell.com>
16544
16545         * AccessibleObject.cs: Partially implemented Select()
16546         * MonthCalendar.cs: Added missing attributes and events
16547         * Form.cs: Fixed CreateParams behaviour, now controls derived from
16548           form can properly override CreateParams.
16549         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
16550           XplatUIX11.cs: Dropped RefreshWindow method, not needed if
16551           Control performs Invalidate & Update
16552         * NativeWindow (CreateHandle): Added special handling for Form
16553           and Form.FormParent classes to allow overriding of From.CreateParams
16554         * Control.cs:
16555           - ControlNativeWindow: Renamed 'control' variable to more intuitive
16556             name 'owner'
16557           - ControlNativeWindow: Added Owner property
16558           - Removed usage of Refresh() on property changes, changed into
16559             Invalidate(), we need to wait until the queue is processed for
16560             updates, direct calls might cause problems if not all vars for
16561             Paint are initialized
16562           - Added call to UpdateStyles() when creating the window, to set any
16563             styles that CreateWindow might have ignored.
16564           - Added support for Form CreateParent overrides to UpdateStyles()
16565         * MessageBox.cs: Removed no longer needed FormParent override stuff,
16566           CreateParams are now properly overridable
16567         * CommonDialog.cs: Removed no longer needed FormParent override stuff,
16568           CreateParams are now properly overridable
16569
16570 2005-01-23  Miguel de Icaza  <miguel@ximian.com>
16571
16572         * UpDownBase.cs (ctor): Connect TextChanged in the entry to the
16573         OnTextBoxChanged.
16574
16575         Capture LostFocus and OnTextBoxChanged.  The later introduces a
16576         recursive invocation that I have not figured out yet.
16577
16578         Reset the timer when not using (it was accumulating).
16579
16580
16581         (OnTextBoxChanged): Set UserEdit to true here to track whether the
16582         user has made changes that require validation.
16583
16584         Reset changing to avoid loops.
16585
16586 2005-01-22  Miguel de Icaza  <miguel@ximian.com>
16587
16588         * NumericUpDown.cs: Display value at startup.
16589
16590         * UpDownBase.cs (Text): Do not call UpdateEditText here, only call
16591         ValidateEditText.
16592
16593         * NumericUpDown.cs: Minimum, Maximum, Text, Value properties
16594         filled in.  Added some basic parsing of text.
16595
16596         Still missing the OnXXX method overrides, and figuring out the
16597         events that must be emitted.
16598
16599         * UpDownBase.cs: Handle UserEdit on the Text property.
16600         
16601 2005-01-22  Jordi Mas i Hernandez <jordi@ximian.com>
16602
16603         * ComboBox.cs:
16604           - Fixes IntegralHeight
16605           - ToString method
16606
16607 2005-01-21  Jackson Harper  <jackson@ximian.com>
16608
16609         * TabControl.cs: Set the SelectedIndex property when SelectedTab
16610         is set so that the page visibility is updated and the tabs are
16611         sized correctly.
16612
16613 2005-01-21  Jackson Harper  <jackson@ximian.com>
16614
16615         * TabControl.cs: Use cliping rectangle for blitting. Give the
16616         theme the clipping rect so we can do clipping while
16617         drawing. Remove some debug code.
16618
16619 2005-01-21  Jackson Harper  <jackson@ximian.com>
16620
16621         * TabPage.cs: Add a new method so tab pages can force the tab
16622         control to recalculate the tab page sizes.
16623         * TabControl.cs: UpdateOwner needs to make the tab control recalc
16624         sizes.
16625
16626 2005-01-20  Jackson Harper  <jackson@ximian.com>
16627
16628         * ThemeWin32Classic.cs: Clip text to the staus bar panels rects.
16629
16630 2005-01-20  Jackson Harper  <jackson@ximian.com>
16631
16632         * TreeView.cs: Set the bounds for nodes properly. They were
16633         getting screwed up when checkboxes were not enabled, but images
16634         were.
16635
16636 2005-01-20  Jordi Mas i Hernandez <jordi@ximian.com>
16637
16638         * ListBox.cs:
16639                 - Owner draw support
16640                 - Fixes
16641                 
16642 2005-01-20  Jackson Harper  <jackson@ximian.com>
16643
16644         * XplatUIStructs.cs: More misc keys
16645         * X11Keyboard.cs: Ignore some control keys.
16646
16647 2005-01-20  Jackson Harper  <jackson@ximian.com>
16648
16649         * X11Structs.cs: Add the modmaps to the keymask struct and tabify.
16650         * X11Keyboard.cs: Set the AltGr mask when we get a key event.
16651
16652 2005-01-19  Peter Bartok  <pbartok@novell.com>
16653
16654         * Control.cs: Un-selecting the control when it is loosing focus
16655
16656 2005-01-19  Jackson Harper  <jackson@ximian.com>
16657
16658         * TreeView.cs: Hook up to the text controls leave event so we can
16659         end editing when the users clicks outside the text box.
16660         
16661 2005-01-19  Jackson Harper  <jackson@ximian.com>
16662
16663         * X11Keyboard.cs: Fix typo that was causing the wrong keycodes to
16664         get set in the conversion array.
16665
16666 2005-01-19  Peter Bartok  <pbartok@novell.com>
16667
16668         * Application.cs (ModalRun): Added a call to CreateControl to ensure
16669           focus is properly set
16670         * Button.cs:
16671           - Added missing attributes
16672           - removed styles, those are already set in the base class
16673         * ButtonBase.cs:
16674           - Added missing attributes
16675           - Added clip window styles
16676         * CheckBox.cs: Added missing attributes
16677         * CommonDialog.cs:
16678           - FormParentWindow.CreateParams: Added required clip styles
16679         * Form.cs (ProcessDialogKey): Fixed handling of Escape key, now
16680           also filters modifier keys
16681         * MessageBox.cs:
16682           - Added assignment of Accept and Cancel button to enable Enter
16683             and Esc keys in MessageBox dialogs
16684           - FormParentWindow.CreateParams: Added required clip styles
16685         * RadioButton.cs: Added missing attributes
16686         * TextControl.cs: No longer draws selection if control does not
16687           have focus
16688         * TextBoxBase.cs:
16689           - Now draws simple rectangle around test area to make it obvious
16690             there's a control. This is a hack until we properly support borders
16691           - A few simple fixes to support selections better, now erases selected
16692             text when typing, and resets selection when using movement keys
16693
16694 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
16695
16696         * UpDownBase.cs: Added some new properties.
16697
16698         * DomainUpDown.cs: Implement a lot to get my test working.
16699
16700 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
16701
16702         * XplatUIOSX.cs: Fix a minor bug to bring the close box back
16703
16704 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
16705
16706         * OSXStructs (WindowAttributes): Fixed csc complaints
16707
16708 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
16709
16710         * XplayUIOSX.cs:
16711           OSXStructs.cs: Initial refactor to move enums and consts into
16712           OSXStructs and use them in the driver for greater readability.
16713
16714 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
16715
16716         * XplatUIOSX.cs: Initial support for Standard Cursors.
16717         * OSXStructs.cs: Move our structs here; added ThemeCursor enum
16718
16719 2005-01-19  Jordi Mas i Hernandez <jordi@ximian.com>
16720
16721         * ComboBox.cs: ability to change style when the ctrl is already
16722         created, missing methods and events, bug fixes, signature fixes
16723
16724 2005-01-19  Peter Bartok  <pbartok@novell.com>
16725
16726         * Cursors.cs (ctor): Added ctor to fix signature
16727
16728 2005-01-18  Peter Bartok  <pbartok@novell.com>
16729
16730         * Button.cs: Implemented DoubleClick event
16731         * ButtonBase.cs:
16732           - Fixed keyboard handling to behave like MS, where the press of
16733             Spacebar is equivalent to a mousedown, and the key release is
16734             equivalent to mouseup. Now a spacebar push will give the same
16735             visual feedback like a mouse click.
16736           - Added missing attributes
16737           - Added ImeModeChanged event
16738           - Added support for generating DoubleClick event for derived classes
16739         * CheckBox.cs:
16740           - Implemented DoubleClick event
16741           - Added missing attributes
16742         * CommonDialog.cs: Added missing attribute
16743         * ContextMenu.cs: Added missing attributes
16744         * RadioButton.cs:
16745           - AutoChecked buttons do not allow to be unselected when clicked
16746             (otherwise we might end up with no selected buttons in a group)
16747           - Added missing attributes
16748           - Implemented DoubleClickEvent
16749         * ThreadExceptionDialog.cs: Enabled TextBox code
16750
16751 2005-01-18  Peter Bartok  <pbartok@novell.com>
16752
16753         * Form.cs: Removed debug output
16754         * Button.cs: Added support for DoubleClick method
16755
16756 2005-01-18  Peter Bartok  <pbartok@novell.com>
16757
16758         * Form.cs:
16759           - Added method to parent window that allows triggering size
16760             calculations when a menu is added/removed
16761           - set_Menu: Cleaned up mess from early days of Form and Control,
16762             now properly triggers a recalc when a menu is added/removed
16763           - Added case to select form itself as focused form if no child
16764             controls exist
16765           - Added PerformLayout call when showing dialog, to ensure properly
16766             placed controls
16767         * Control.cs:
16768           - Select(): Made internal so Form can access it
16769           - Focus(): Only call Xplat layer if required (avoids loop), and sets
16770             status
16771         * Application.cs (Run): Removed hack and calls PerformLayout instead
16772           to trigger calculation when Form becomes visible
16773
16774 2005-01-18  Jordi Mas i Hernandez <jordi@ximian.com>
16775
16776         * ComboBox.cs: fixes for ownerdraw
16777
16778 2005-01-18  Peter Bartok  <pbartok@novell.com>
16779
16780         * TextControl.cs:
16781           - Sentinel is no longer static, each Document gets it's own, this
16782             avoids locking or alternatively overwrite problems when more
16783             than one text control is used simultaneously.
16784           - Switched to use Hilight and HilightText brushes for text selection
16785
16786         * TextBoxBase.cs (PaintControl): Disabled AntiAliasing to improve looks
16787
16788 2005-01-18  Peter Bartok  <pbartok@novell.com>
16789
16790         * Control.cs:
16791           - Hooked up the following events:
16792                 o ControlAdded
16793                 o ControlRemoved
16794                 o HandleDestroyed
16795                 o ImeModeChanged
16796                 o ParentChanged
16797                 o TabStopChanged
16798                 o Invalidated
16799                 o SystemColorsChanged
16800                 o ParentFontChanged
16801                 o Move
16802           - Removed debug output
16803           - Added a call to the current theme's ResetDefaults when a color change
16804             is detected
16805         * Form.cs: Now setting the proper ImeMode
16806         * Theme.cs: Defined a method to force recreation of cached resources
16807           and rereading of system defaults (ResetDefaults())
16808         * ThemeWin32Classic.cs: Added ResetDefaults() stub
16809
16810 2005-01-17  Peter Bartok  <pbartok@novell.com>
16811
16812         * Control.cs: Added missing attributes
16813
16814 2005-01-17  Jackson Harper  <jackson@ximian.com>
16815
16816         * TreeNode.cs: Implement editing. Add missing properties selected
16817         and visible.
16818         * TreeView.cs: Implement node editing. Also some fixes to use
16819         Invalidate (invalid area) instead of Refresh when selecting.
16820
16821 2005-01-17  Peter Bartok  <pbartok@novell.com>
16822
16823         * Control.cs:
16824           - Implemented InvokeGotFocus() method
16825           - Implemented InvokeLostFocus() method
16826           - Implemented InvokePaint() method
16827           - Implemented InvokePaintBackground() method
16828           - Implemented InvokeClick() method
16829           - Implemented FindForm() method
16830           - Implemented RectangleToClient() method
16831           - Implemented ClientToRectangle() method
16832           - Implemented ResetBackColor() method
16833           - Implemented ResetCursor() method
16834           - Implemented ResetFont() method
16835           - Implemented ResteForeColor() method
16836           - Implemented ResetImeMode() method
16837           - Implemented ResetLeftToRight() method
16838           - Implemented ResetText() method
16839           - Implemented Scale() methods
16840           - Implemented ScaleCore() method
16841           - Implemented Update() method
16842           - Removed unused variables
16843           - Stubbed AccessibilityNotifyClients and
16844             ControlAccessibleObject.NotifyClients() methods (dunno what to do
16845             with those yet)
16846           - Now setting proper default for RightToLeft property
16847           - Fixed bug in SetClientSizeCore that would cause windows to get
16848             really big
16849           - Now sending Click/DoubleClick events
16850           - Now selecting controls when left mouse button is clicked on
16851             selectable control
16852         * AccessibleEvents.cs: Added
16853         * XplatUI.cs, XplatUIDriver.cs: Added UpdateWindow() method
16854         * XplatUIOSX.cs: Stubbed UpdateWindow() method
16855         * XplatUIWin32.cs: Implemented UpdateWindow() method
16856         * XplatUIX11.cs: Implemented UpdateWindow() method
16857         * Form.cs: Removed stray semicolon causing CS0162 warning
16858         * ThemeWin32Classic.cs: Fixed unused variable warnings
16859         * ScrollableControl.cs: Now calls base method for ScaleCore
16860         * ButtonBase.cs: Now disabling StandardClick and StandardDoubleClick
16861           style to avoid interference with internal click handler (which is
16862           different than standard Control click handling)
16863         * RadioButton.cs:
16864           - Now unchecks all sibling radio buttons when control is
16865             selected (Fixes #68756)
16866           - Removed internal tabstop variable, using the one inherited from
16867             Control
16868
16869 2005-01-17  Jackson Harper  <jackson@ximian.com>
16870
16871         * NavigateEventArgs.cs: Fix base type.
16872         * LinkLabel.cs: Sig fix
16873         
16874 2005-01-17  Jackson Harper  <jackson@ximian.com>
16875
16876         * TreeView.cs: Only invalidate the effected nodes bounds when
16877         selecting nodes.
16878
16879 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
16880
16881         * XplatUIWin32.cs: fixes Win32 marshaling
16882         * XplatUIX11.cs: fixes method signature
16883
16884 2005-01-17  Peter Bartok  <pbartok@novell.com>
16885
16886         * XplatUIX11.cs: Clean up resources when we no longer need them
16887
16888 2005-01-17  Peter Bartok  <pbartok@novell.com>
16889
16890         * XplatUI.cs, XplatUIDriver.cs: Added SetCursor(), ShowCursor(),
16891           OverrideCursor(), DefineCursor(), DefineStdCursor(), GetCursorInfo()
16892           and DestroyCursor() methods.
16893         * Cursor.cs: Partially implemented, now supports standard cursors;
16894           still contains some debug code
16895         * Cursors.cs: Implemented class
16896         * Control.cs:
16897           - WndProc(): Added handling of WM_SETCURSOR message, setting the
16898             appropriate cursor
16899           - Implemented Cursor property
16900           - Replaced break; with return; more straightforwar and possibly
16901             faster
16902           - Now properly setting the result for WM_HELP
16903         * X11Structs.cs: Added CursorFontShape enum
16904         * XplatUIStructs.cs:
16905           - Added StdCursor enum (to support DefineStdCursor() method)
16906           - Added HitTest enum (to support sending WM_SETCURSOR message)
16907         * XplatUIX11.cs:
16908           - Now sends the WM_SETCURSOR message
16909           - Implemented new cursor methods
16910         * XplatUIOSX.cs: Stubbed new cursor methods
16911         * XplatUIWin32.cs:
16912           - Implemented new cursor methods
16913           - Added GetSystemMetrics function and associated enumeration
16914
16915 2005-01-15  Peter Bartok  <pbartok@novell.com>
16916
16917         * Control.cs:
16918           - WndProc(): Now handles EnableNotifyMessage
16919           - SelectNextControl(): Fixed bug where if no child or sibling
16920             controls exist we looped endlessly
16921
16922 2005-01-14  Jackson Harper  <jackson@ximian.com>
16923
16924         * TreeView.cs: Recalculate the tab pages when a new one is added
16925         so that the proper bounding rects are created.
16926
16927 2005-01-14  Jackson Harper  <jackson@ximian.com>
16928
16929         * TreeView.cs: Draw a gray box instead of a grip in the lower
16930         right hand corner when there are both horizontal and vertical
16931         scroll bars.
16932
16933 2005-01-14  Jackson Harper  <jackson@ximian.com>
16934
16935         * Control.cs: When erasing backgrounds use FromHwnd instead of
16936         FromHdc when there is a NULL wparam. This occurs on the X driver.
16937         * XplatUIX11.cs: Set the wparam to NULL.
16938
16939 2005-01-13  Jackson Harper  <jackson@ximian.com>
16940
16941         * PictureBox.cs: Implement missing methods (except ToString, need
16942         to test that on windows) and events. When visibility is changed we
16943         need to redraw the image because the buffers are killed. When size
16944         is changed refresh if the sizemode needs it.
16945
16946 2005-01-13  Peter Bartok  <pbartok@novell.com>
16947
16948         * Control.cs (SelectNextControl): Was using wrong method to select
16949           a control
16950
16951 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
16952
16953         * ComboBox.cs: fixes dropstyle
16954
16955 2005-01-13  Peter Bartok  <pbartok@novell.com>
16956
16957         * Form.cs:
16958           - Implemented Select() override
16959           - Now handles WM_SETFOCUS/WM_KILLFOCUS messages
16960           - Now sets keyboard focus on startup
16961         * Control.cs (SelectNextControl): Now properly handles directed=true
16962         * TextBoxBase.cs:
16963           - WndProc: Now passes tab key on to base if AcceptTabChar=false
16964           - Added (really bad) focus rectangle (mostly for testing)
16965         * TextBox.cs: Added code to handle getting/loosing focus and invalidating
16966           to enforce redraw on focus changes
16967         * ContainerControl.cs:
16968           - Fixed detection of Shift-Tab key presses
16969           - Fixed traversal with arrow keys
16970         * XplatUIX11.cs: Implemented simulated keyboard focus; not sure if we're
16971           gonna keep this or if it's complete yet
16972         
16973 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
16974
16975         * ComboBox.cs: missing properties, fixes
16976
16977 2005-01-13  Peter Bartok  <pbartok@novell.com>
16978
16979         * Panel.cs (ctor): Setting Selectable window style to off
16980         * Splitter.cs (ctor): Setting Selectable window style to off
16981         * GroupBox.cs (ctor): Setting Selectable window style to off
16982         * Label.cs (ctor): Setting Selectable window style to off
16983
16984 2005-01-12  Miguel de Icaza  <miguel@ximian.com>
16985
16986         * UpDownBase.cs (InitTimer): If the timer has been already
16987         created, enable it.
16988
16989         Use a TextBox instead of a Label.
16990
16991 2005-01-12  Jackson Harper  <jackson@ximian.com>
16992
16993         * TreeView.cs: Refresh the tree after sorting the nodes. Always
16994         draw the connecting node lines (when ShowLines is true).
16995         * TreeNode.cs: The nodes index can now be updated. This is used
16996         when a node collection is sorted.
16997         * TreeNodeCollection.cs: Implement sorting. Nodes can be sorted on
16998         insert or an existing unsorted node collection can be sorted.
16999         
17000 2005-01-12  Peter Bartok  <pbartok@novell.com>
17001
17002         * ContainerControl.cs: Implemented ProcessDialogKeys()
17003
17004 2005-01-12  Peter Bartok  <pbartok@novell.com>
17005
17006         * Control.cs:
17007           - Implemented SelectNextControl() method
17008           - Several focus related bug fixes
17009           - Fixed Docking calculations to match MS documentation and
17010             behaviour
17011
17012 2005-01-12  Jordi Mas i Hernandez <jordi@ximian.com>
17013
17014         * ContainerControl.cs, ListControl.cs, ListBox.cs: keyboard navigation and
17015         bug fixes
17016
17017 2005-01-12  Peter Bartok  <pbartok@novell.com>
17018
17019         * Control.cs:
17020           - Fixed broken Contains() method
17021           - Implemented GetNextControl() method. Finally. This is the pre-
17022             requisite for focus handling.
17023
17024 2005-01-12  Peter Bartok  <pbartok@novell.com>
17025
17026         * OSXStrucs.cs: Added
17027
17028 2005-01-12  Peter Bartok  <pbartok@novell.com>
17029
17030         * XplatUIWin32.cs:
17031           - Removed PeekMessageFlags
17032           - Implemented SetWindowStyle() method
17033         * XplatUIStructs.cs: Added PeekMessageFlags
17034         * X11Structs: Added missing border_width field to XWindowChanges struct
17035         * XplatUIX11.cs:
17036           - PeekMessage: Now throws exception if flags which are not yet
17037             supported are passed
17038           - Implemented SetWindowStyle() method
17039           - Fixed SetZOrder to handle AfterHwnd properly
17040         * XplatUI.cs: Added SetWindowStyle() method
17041         * XplatUIDriver.cs: Added SetWindowStyle() abstract
17042         * Control.cs:
17043           - Implemented UpdateStyles() method
17044           - Implemented UpdateZOrder() method
17045         * XplatUIOSX.cs: Added SetWindowStyle() stub
17046
17047 2005-01-12  Geoff Norton  <gnorton@customerdna.com>
17048
17049         * XplatUIOSX.cs: Fix SetZOrder (this needs more testing with a 3
17050         button mouse).
17051
17052
17053 2005-01-11  Jackson Harper  <jackson@ximian.com>
17054
17055         * TreeView.cs: Still need to draw lines to siblings even if out of
17056         the current node is out of the clip.
17057
17058 2005-01-11  Jackson Harper  <jackson@ximian.com>
17059
17060         * TreeView.cs: When setting the hbar/vbar/grip position use
17061         SetBounds so that perform layout is only called once. Also suspend
17062         and resume layout so layout is only done once for all controls.
17063         - Removed some debug fluff
17064         * SizeGrip.cs: Call base implmentation in overriding methods.
17065         - When visibility is changed the drawing buffers are killed so we
17066         need to redraw.
17067
17068 2005-01-11  Jackson Harper  <jackson@ximian.com>
17069
17070         * TreeView.cs: Calculate the open node count while drawing. This
17071         saves us an entire tree traversal for every paint operation. Use
17072         a member var for the open node count so less vars are passed around.
17073
17074 2005-01-11  John BouAntoun  <jba-mono@optusnet.com.au>
17075
17076         * MonthCalendar.cs:
17077         - fixed selection to use mousemove, not mouse polling on timer
17078         * ThemeWin32Classic.cs
17079         - removed redundant unused variable "no_more_content"
17080         
17081 2005-01-11  Peter Bartok  <pbartok@novell.com>
17082
17083         * XplatUIX11.cs (DoEvents): Needs to return when no more events
17084           are pending, so it now calls PeekMessage instead of GetMessage;
17085           implemented a incomplete version of PeekMessage
17086         
17087 2005-01-11  Peter Bartok  <pbartok@novell.com>
17088
17089         * XplatUIWin32.cs: Switched P/Invokes to unicode charset to avoid
17090           I18n issues
17091         * TextBoxBase.cs: Added sending of TextChanged event
17092
17093 2005-01-10  Jackson Harper  <jackson@ximian.com>
17094
17095         * TreeView.cs: Try not to draw outside the clipping rectangle on
17096         each node element.
17097
17098 2005-01-10  Jordi Mas i Hernandez <jordi@ximian.com>
17099
17100         * ComboBox.cs: keyboard navigation, item navigation, bug fixes
17101
17102 2005-01-10  Jackson Harper  <jackson@ximian.com>
17103
17104         * TreeView.cs:
17105         - Implement fast scrolling. Now only the newly
17106         exposed nodes are drawn and the old image is moved using the
17107         XplatUI::ScrollWindow method.
17108         - Factor in height of nodes when calculating whether or not the
17109         node is in the clipping rect.
17110
17111 2005-01-10  Jackson Harper  <jackson@ximian.com>
17112
17113         * TreeNodeCollection.cs: Refresh the tree when a new node is added.
17114
17115 2005-01-10  Peter Bartok  <pbartok@novell.com>
17116
17117         * Application.cs: Added temporary hack to resolve all our resize
17118           required issues on startup. This will get fixed properly at
17119           some point in the future
17120
17121 2005-01-10  Jackson Harper  <jackson@ximian.com>
17122
17123         * SizeGrip.cs: New internal class that is used as a sizing
17124         grip control...hence the name.
17125
17126 2005-01-10  Peter Bartok  <pbartok@novell.com>
17127
17128         * Control.cs: Implemented proper TabIndex handling, now assigning
17129           a tabindex when a control is added to a container
17130         * GroupBox.cs (ctor): Now sets the Container style bit, required
17131           for Control.GetNextControl()
17132
17133 2005-01-09  Jackson Harper  <jackson@ximian.com>
17134
17135         * TextBoxBase.cs: Clear window when scrolling (fixes build).
17136
17137 2005-01-09  Peter Bartok <pbartok@novell.com>
17138
17139         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
17140           XplatUIX11.cs: Added ability to control ScrollWindow expose and
17141           an overload for ScrollWindow to allow only scrolling a rectangle
17142
17143 2005-01-09  Peter Bartok <pbartok@novell.com>
17144
17145         * Form.cs:
17146           - Implemented SetDesktopBounds method
17147           - Implemented SetDesktopLocation method
17148
17149 2005-01-08  Jackson Harper  <jackson@ximian.com>
17150
17151         * TreeView.cs: Only set the vbar's Maximum and LargeChange when
17152         the node count has changed, this removes to VScroll::Refresh calls
17153         when drawing.
17154
17155 2005-01-08  Geoff Norton  <gnorton@customerdna.com>
17156
17157         * XplatUIOSX.cs: Fix GetWindowState & SetWindowState
17158
17159 2005-01-07  Jackson Harper  <jackson@ximian.com>
17160
17161         * TreeNode.cs: Just update the single node when it is
17162         checked. Don't refresh after toggling, the Expand/Collapse already
17163         handles this.
17164         * TreeView.cs: Respect clipping a little more when drawing. Try
17165         not to redraw things that don't need to be redrawn. Just hide the
17166         scrollbars when they are no longer needed instead of removing
17167         them, so they don't have to be created again and again.
17168         
17169 2005-01-07  Geoff Norton  <gnorton@customerdna.com>
17170
17171         * XplatUIOSX.cs (SetCaretPos):  We need to translate the view
17172         coordinates to window space to place the caret properly, FIXED.
17173         Implement GetWindowState & SetWindowState
17174
17175 2005-01-06  Peter Bartok <pbartok@novell.com>
17176
17177         * Form.cs:
17178           - Implemented ClientSize property
17179           - Implemented DesktopBounds property
17180           - Implemented DesktopLocation property
17181           - Implemented IsRestrictedWindow property
17182           - Implemented Size property
17183           - Implemented TopLevel property
17184           - Implemented FormWindowState property
17185         * Control.cs:
17186           - Implemented GetTopLevel() method
17187           - Implemented SetTopLevel() method
17188         * X11Structs.cs (Atom):
17189           - Added AnyPropertyType definition
17190           - Added MapState definiton and updated XWindowAttribute struct
17191         * XplatUI.cs: Added GetWindowState() and SetWindowState() methods
17192         * XplatUIDriver.cs: Added GetWindowState() and SetWindowState() methods
17193         * XplatUIOSX.cs: Stubbed GetWindowState() and SetWindowState() methods
17194         * XplatUIWin32.cs:
17195           - Implemented GetWindowState() and SetWindowState() methods
17196           - Fixed Win32GetWindowLong return type
17197         * XplatUIX11.cs:
17198           - Introduced central function for sending NET_WM messages
17199           - Implemented GetWindowState() and SetWindowState() methods
17200         * TextBoxBase.cs (set_Lines):
17201           - Now uses Foreground color for text added via Text property (Duh!)
17202           - Added code to remember programmatically requested size (fixes
17203             behaviour when Multiline is set after Size)
17204           - Added AutoSize logic
17205
17206 2005-01-06  Jackson Harper  <jackson@ximian.com>
17207
17208         * TreeView.cs: Draw the image after the checkbox if checkboxes are enabled.
17209
17210 2005-01-06  Jackson Harper  <jackson@ximian.com>
17211
17212         * ListBox.cs: Don't allow the horizontal scrollbars maximum to be
17213         set to less then 0.
17214
17215 2005-01-06  Jackson Harper  <jackson@ximian.com>
17216
17217         * ScrollableControl.cs: Lazy init the scrollbars.
17218         
17219 2005-01-06  Jackson Harper  <jackson@ximian.com>
17220
17221         * Theme.cs: Speed up getting pens and solid brushes, by using
17222         their ARGB as a hash instead of tostring and not calling Contains.
17223
17224 2005-01-06  Peter Bartok <pbartok@novell.com>
17225
17226         * Form.cs:
17227           - Implemented OnActivated and OnDeactivate event trigger
17228           - Implemented Activate() method
17229           - Fixed ShowDialog() to activate the form that was active before
17230             the dialog was shown
17231         * XplatUIX11.cs:
17232           - Added global active_window var that tracks the currently active
17233             X11 window
17234           - Now always grabs Property changes from the root window to always
17235             catch changes on the active window property
17236           - Added code to PropertyNotify handler to send Active/Inactive
17237             messages when state changes. This puts X11 and Win32 en par on
17238             WM_ACTIVATE notifications (except for double notifications when
17239             the user clicks away from our modal window to another one of our
17240             windows)
17241
17242 2005-01-05  Jackson Harper  <jackson@ximian.com>
17243
17244         * ImageList.cs: Implment ctor
17245
17246 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
17247
17248         * XplatUIOSX.cs: Implement Activate/SetTopmost
17249
17250 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
17251
17252         * XplatUIOSX.cs: Implement SetZOrder, minor cleanup
17253
17254 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
17255
17256         * XplatUIOSX.cs: Implement GetActive/SetFocus.
17257
17258 2005-01-05  Peter Bartok <pbartok@novell.com>
17259
17260         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs,
17261           XplatUIOSX.cs: Added GetActive method to return the currently
17262           active window for the application (or null, if none is active)
17263         * Form.cs:
17264           - Implemented ActiveForm
17265           - Commented out owner assignment for modal dialogs (causes problems
17266             on Win32, since the owner will be disabled)
17267           - Reworked some Active/Focus handling (still incomplete)
17268         * CommonDialog.cs: Commented out owner assignment for modal dialogs
17269           (causes problems on Win32, since the owner will be disabled)
17270         * IWin32Window: Added ComVisible attribute
17271
17272 2005-01-05  Peter Bartok <pbartok@novell.com>
17273
17274         * ToolTip.cs (WndProc): Enable setting focus now that we have the
17275           required XplatUI functions.
17276
17277 2005-01-05  Peter Bartok <pbartok@novell.com>
17278
17279         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIDriver.cs,
17280           XplatUIX11.cs, X11Structs.cs, Form.cs: Framework code required
17281           to implement focus and activation handling; still incomplete and
17282           with debug output
17283
17284 2005-01-04  Peter Bartok <pbartok@novell.com>
17285
17286         * TextBoxBase.cs: Changed access level for Document property to
17287           match switch to internal for TextControl
17288
17289 2005-01-04  Peter Bartok <pbartok@novell.com>
17290
17291         * AccessibleObject: Added ComVisible attribute
17292
17293 2005-01-04  Jackson Harper  <jackson@ximian.com>
17294
17295         * X11Keyboard.cs: Remove unneeded var.
17296
17297 2005-01-04  Jackson Harper  <jackson@ximian.com>
17298
17299         * XplatUIX11.cs (DoEvents): Implement, Just cast aside all events
17300         but PAINT.
17301         * XplatUIX11.cs (GetMessage): Call Exit when we get an unknown
17302         ClientMessage. This makes apps exit cleanly (more often).
17303         
17304 2005-01-04  Jackson Harper  <jackson@ximian.com>
17305
17306         * TreeNode.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) for
17307         handling focus, return correct colors and fonts,
17308         * TreeView.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) to
17309         handle selection, horizontal scrolling, and mouse interaction.
17310
17311 2005-01-04  Peter Bartok <pbartok@novell.com>
17312
17313         * ICommandExecutor.cs: Added
17314         * IDataGridColumnStyleEditingNotificationService.cs: Added
17315         * IFeatureSupport.cs: Added
17316         * IFileReaderService.cs: Added
17317         * IDataObject.cs: Added ComVisible attribute
17318         * AmbientProperties.cs: Added
17319         * BaseCollection.cs: Added missing attributes
17320         * ListBindingConverter.cs: Added (stubbed, required for certain attributes)
17321         * BaseCollection.cs: Added missing attributes
17322         * Binding.cs: Added TypeConverter attribute
17323         * BindingContext.cs: Added DefaultEvent attribute
17324         * BindingsCollection.cs: Added DefaultEvent attribute
17325         * Button.cs: Added DefaultValue attribute
17326         * DragEventArgs.cs: Added ComVisible attribute
17327         * GiveFeedbackEventArgs.cs: Added ComVisible attribute
17328         * KeyEventArgs.cs: Added ComVisible attribute
17329         * KeyPressEventArgs.cs: Added ComVisible attribute
17330         * MouseEventArgs.cs: Added ComVisible attribute
17331         * NavigateEventArgs.cs: Added
17332         * NavigateEventHandler.cs: Added
17333         * FeatureSupport.cs: Added
17334         * OSFeature.cs: Added
17335         * Theme.cs: Added abstract Version property to support OSFeature
17336         * ThemeWin32Classic.cs: Added Version property to
17337           support OSFeature.Themes
17338         * ProgressBar.cs: Removed OnPaintBackground override, not required since
17339           the proper styles to avoid background drawing are set, also doesn't
17340           match MS signature
17341         * QueryAccessibilityHelpEventArgs.cs: Added ComVisible attribute
17342         * QueryContinueDragEventArgs.cs: Added ComVisible attribute
17343         * ScrollEventArgs.cs: Added ComVisible attribute
17344         * SplitterEventArgs.cs: Added ComVisible attribute
17345         * AccessibleSelection.cs: Added Flags attribute
17346         * Appearance.cs: Added ComVisible attribute
17347         * Border3DSide.cs: Added ComVisible attribute
17348         * Border3DStyle.cs: Added ComVisible attribute
17349         * BorderStyle.cs: Added ComVisible attribute
17350         * DragAction.cs: Added ComVisible attribute
17351         * ErrorBlinkStyle.cs: Added
17352         * ScrollEventType.cs: Added ComVisible attribute
17353         * AnchorStyles.cs: Added Editor attribute
17354         * DockStyle.cs: Added Editor attribute
17355         * HorizontalAlignment.cs: Added ComVisible attribute
17356         * HelpEventArgs.cs: Added ComVisible attribute
17357         * PaintEventArgs.cs: Added IDisposable
17358
17359 2005-01-04  Peter Bartok <pbartok@novell.com>
17360
17361         * TextControl.cs: Switched Line, LineTag and Document classes to
17362           internal
17363
17364 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
17365
17366         * ComboBox.cs, ThemeWin32Classic.cs, ListBox.cs, Theme.cs:
17367         Simple mode, fixes, IntegralHeight, etc.
17368
17369 2005-01-04  Peter Bartok <pbartok@novell.com>
17370
17371         * TextBoxBase.cs: Using proper font variable now
17372
17373 2005-01-04  Peter Bartok <pbartok@novell.com>
17374
17375         * Form.cs (ShowDialog): Set parent to owner, if provided
17376         * GroupBox.cs: Removed unused vars
17377         * TextControl.cs:
17378           - Added GetHashCode() for Document and LineTag classes
17379           - Removed unused variables
17380           - Added CharIndexToLineTag() and LineTagToCharIndex() methods
17381             to allow translation between continuous char position and line/pos
17382         * CheckBox.cs: Removed vars that are provided by base class
17383         * RadioButton.cs: Removed vars that are provided by base class, added
17384           new keyword where required
17385         * LinkLabel.cs: Added new keyword where required
17386         * Control.cs (WndProc): Removed unused variable
17387         * TextBoxBase.cs:
17388           - Finished SelectionLength property
17389           - Implemented SelectionStart property
17390           - Implemented Text property
17391           - Removed unused vars
17392         * MessageBox.cs: Added new keyword where required
17393         * TextBox.cs: Removed Text property code (now in TextBoxBase), fixed
17394           WndProc signature
17395         * MenuAPI.cs: Added new keyword where required
17396         * ButtonBase.cs: Removed vars that are provided by base class, added
17397           new keyword where required
17398         * ThemeWin32Classic.cs (DrawMonthCalendarDate): Now cast Math.Floor
17399           argument to double, to allow compiling with csc 2.0 (Atsushi ran
17400           into this)
17401         * Application.cs (Run): Now triggers the ThreadExit event
17402         * CommonDialog.cs: Added new keyword where required; now properly sets
17403           parent (owner) for dialog
17404         * XplatUIX11.cs: Commented out unused vars
17405         * StatusBar.cs: Fixed signature for Text property
17406         * TabPage.cs: Undid Jordi's removal of unused var, now using the var
17407
17408 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
17409
17410         * ComboBox.cs, TabPage.cs, MenuAPI.cs, ThemeWin32Classic.cs,
17411         TrackBar.cs, MonthCalendar.cs: remove unused vars
17412
17413 2005-01-03  Jackson Harper  <jackson@ximian.com>
17414
17415         * ThemeWin32Classic.cs:
17416         * X11Keyboard.cs: Remove unused vars.
17417
17418 2005-01-03  Peter Bartok  <pbartok@novell.com>
17419
17420         * TextBox.cs:
17421           - set_Text: Tied into TextControl
17422           - set_TextAlignment: Tied into TextControl
17423         * TextControl.cs:
17424           - Added alignment properties and implemented alignment handling
17425             and drawing (still has a bug, not generating proper expose events)
17426           - Added new Line() constructor to allow passing the line alignment
17427           - Fixed selection setting, properly handling end<start now
17428           - Added aligment considerations to RecalculateDocument()
17429         * TextBoxBase.cs:
17430           - Now properly enforces control height for single line controls
17431           - Added support for CharacterCasing
17432           - Added IsInputKey override
17433           - Fixed Keys.Enter logic
17434           - Added SetBoundsCore override
17435           - Fixed mouse selection handling
17436
17437 2005-01-03  Jackson Harper  <jackson@ximian.com>
17438
17439         * TreeView.cs:
17440           - Collapse and uncheck all nodes when CheckBoxes is disabled.
17441           - Checkboxes are always aligned to the bottom of the node,
17442           regardless of item height.
17443           - Use the node bounds to draw the text so we can center it when
17444           the item height is greater then the font height.
17445           - Node::Bounds are only the text part of the node.
17446         * TreeNode.cs: New method to combine collapsing and unchecking all
17447           nodes recursively.
17448
17449 2005-01-02  Jackson Harper  <jackson@ximian.com>
17450
17451         * TreeView.cs: Draw checkmarks, handle detecting check mark clicks
17452         * TreeNode.cs: Add a bounding box for the checkbox, refresh the
17453         tree when a check is changed. TODO: Only refresh the checked node.
17454
17455 2004-12-30  Jackson Harper  <jackson@ximian.com>
17456
17457         * TreeView.cs: Draw checkbox boxes when checkboxes are enabled.
17458         * TreeNode.cs: When collapsing make sure to never collapse the
17459         root node.
17460
17461 2004-12-29  Jackson Harper  <jackson@ximian.com>
17462
17463         * TreeView.cs: Align lines to the bottom of plus minus boxes properly.
17464         
17465 2004-12-28  Zoltan Varga  <vargaz@freemail.hu>
17466
17467         * X11Structs.cs X11Keyboard.cs XplatUIX11.cs: Fix 64 bit issues.
17468
17469 2004-12-28  Peter Bartok  <pbartok@novell.com>
17470
17471         * MessageBox.cs (get_CreateParams): Don't use owner var if it's
17472           not yet assigned
17473
17474 2004-12-28  Peter Bartok  <pbartok@novell.com>
17475
17476         * Control.cs (WndProc): Added WM_HELP handler, now generates
17477           HelpRequested event
17478         * Form.cs: Added HelpButton property and required support code
17479         * XplatUIStructs.cs: Added HELPINFO structure for WM_HELP handling
17480
17481 2004-12-28  Peter Bartok  <pbartok@novell.com>
17482
17483         * CommonDialog.cs:
17484           - Made DialogForm.owner variable internal
17485           - Added check to ensure owner form is set before setting
17486             owner properties in CreateParams
17487
17488 2004-12-28  Geoff Norton  <gnorton@customerdna.com>
17489
17490         * XplatUIOSX.cs: Implement mouse hovering.  Fix QDPoint struct to avoid
17491           swizzling.  Implement ClientToScreen and ScreenToClient.  Implement
17492           GetCursorPos.  Fix major visibility issues.  Rework the windowing
17493           system to support borderless/titleless windows (implements menus).
17494           Fix GetWindowPos.  Implement initial background color support for
17495           views.
17496
17497 2004-12-28  Peter Bartok  <pbartok@novell.com>
17498
17499         * Form.cs (get_CreateParams): Make sure we have an owner before using
17500           the owner variable. Implement proper default if no owner exists
17501
17502 2004-12-28  Peter Bartok  <pbartok@novell.com>
17503
17504         * In preparation for making Managed.Windows.Forms the default build target
17505           for System.Windows.Forms, the following stubbed files were added.
17506           Dialogs are currently being implemented by contributors and are only
17507           short-term place holders.
17508         * ColorDialog.cs: Initial check-in (minmal stub)
17509         * DataGrid.cs: Initial check-in (minimal stub)
17510         * DataGridLineStyle.cs: Initial check-in (minimal stub)
17511         * DataGridParentRowsLabelStyle.cs: Initial check-in (minimal stub)
17512         * DataGridTableStyle.cs: Initial check-in (minimal stub)
17513         * FontDialog.cs: Initial check-in (minimal stub)
17514         * FileDialog.cs: Initial check-in (minimal stub)
17515         * GridColumnStylesCollection.cs: Initial check-in (minimal stub)
17516         * GridTableStylesCollection.cs: Initial check-in (minimal stub)
17517         * OpenFileDialog: Initial check-in (minimal stub)
17518         * IComponentEditorPageSite.cs: Initial check-in
17519         * Splitter.cs: Initial check-in (for Jackson)
17520         * SplitterEventArgs.cs: Initial check-in (for Jackson)
17521         * SplitterEventHandler.cs: Initial check-in (for Jackson)
17522         * TextBox.cs: Initial check-in; still needs some wiring to
17523           TextControl backend
17524         * Form.cs: Implemented ControlBox property
17525         * MessageBox.cs: Added proper coding for Minimize/Maximize/ControlBox
17526         * CommonDialog.cs: Added proper coding for Minimize/Maximize/ControlBox
17527         * TextControl.cs: Added selection functionality; added todo header
17528         * TextBoxBase.cs:
17529           - Implemented Lines property
17530           - Implemented TextHeight property
17531           - Implemented SelectedText property
17532           - Implemented SelectionLength property
17533           - Implemented SelectAll method
17534           - Implemented ToString method
17535           - Removed and cleaned up some debug code
17536           - Implemented (still buggy) mouse text selection
17537
17538 2004-12-27  Jordi Mas i Hernandez <jordi@ximian.com>
17539
17540         * ComboBox.cs: Complete DropDownList implementation, fixes.
17541
17542 2004-12-26  Jordi Mas i Hernandez <jordi@ximian.com>
17543
17544         * ThemeWin32Classic, Theme.cs: ComboBox drawing methods
17545         * ComboBoxStyle.cs: ComboBoxStyle enum
17546         * ComboBox.cs: Initial work on ComboBox control
17547
17548 2004-12-21  Peter Bartok  <pbartok@novell.com>
17549
17550         * Control.cs (ctor, CreateParams): Moved setting of is_visible
17551           forward so that anything that creates a window gets the default,
17552           also no longer uses Visible property in CreateParams to avoid
17553           walking up the parent chain and possibly get the wrong visible
17554           status. Fixed IsVisible to no longer walk up to the parent.
17555
17556 2004-12-21  Peter Bartok  <pbartok@novell.com>
17557
17558         * Form.cs (ShowDialog): Unset modality for the proper window
17559  
17560 2004-12-20  Peter Bartok  <pbartok@novell.com>
17561
17562         * CommonDialog.cs: Initial check-in
17563
17564 2004-12-20  Peter Bartok  <pbartok@novell.com>
17565
17566         * Control.cs (Visible): Now uses the parent window instead of the
17567           client area window for the property
17568
17569         * Form.cs
17570           - ShowDialog(): Now uses the proper window for modality
17571           - The default visibility state for the form parent is now false. This
17572             will prevent the user from seeing all the changes to the form and
17573             its controls before the application hits Application.Run()
17574           - Removed some stale commented out code
17575
17576         * NativeWindow.cs:
17577           - Added FindWindow() method to have a method to check for existence
17578             of a window handle
17579           - Added ability to override default exception handling (for example
17580             when debugging with VS.Net; to do this the ExternalExceptionHandler
17581             define must be set
17582           - Removed some useless debug output
17583
17584         * XplatUIX11.cs:
17585           - Removed r37929 (SetModal patch from Ashwin Bharambe), was
17586             not working as expected
17587           - Implemented modal_window stack and checking for _WM_ACTIVE_WINDOW
17588             property to allow switching back to the modal window if focus is
17589             given to another one of our windows (Application Modal)
17590           - Now only sets override_redirect if we create a window
17591             without WS_CAPTION
17592           - Moved EventMask selection before mapping of newly created window
17593             so we can catch the map event as well
17594           - Implemented Activate() method via the _WM_ACTIVE_WINDOW property
17595           - Added various Atom related DllImports
17596           - Implemented Exit() method
17597           - .ctor() : No longer shows window if WS_VISIBLE is not defined
17598             in the CreateParams
17599
17600         * MessageBox.cs: Now properly deals with the FormParent window by
17601           providing an override the FormParent CreateParams property to
17602           set as POPUP instead of OVERLAPPED window.
17603
17604 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
17605
17606         * XplatUIOSX.cs: Implement DestroyWindow.  Implement ScrollWindow
17607         Minor code cleanup.
17608
17609 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
17610         
17611         * XplatUIOSX.cs (SetModal): Implement this method on OSX.
17612
17613 2004-12-18  Peter Bartok  <pbartok@novell.com>
17614
17615         * XplatUIX11.cs (SetModal): Applied patch from Ashwin Bharambe,
17616           implementing SetModal() method
17617
17618 2004-12-18  Peter Bartok  <pbartok@novell.com>
17619
17620         * X11Structs.cs (XGCValues): Fixed type of function element
17621         * XplatUI.cs: Added ScrollWindow() method
17622         * XplatUIDriver.cs: Added ScrollWindow() abstract
17623         * XplatUIWin32.cs: Implemented ScrollWindow() method
17624         * XplatUIX11.cs: Implemented ScrollWindow() method
17625         * XplatUIOSX.cs: Stubbed out ScrollWindow() method
17626
17627 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
17628
17629         * XplatUIOSX.cs:  Fix cursor to use an Invert instead of drawing it
17630         Some more keyboard support (INCOMPLETE)
17631
17632 2004-12-17  Peter Bartok  <pbartok@novell.com>
17633
17634         * TextControl.cs:
17635         - Added color attribute to line tags.
17636         - Added color argument to all functions dealing with tags
17637         - Added color argument support to various functions
17638         - Fixed miss-calculation of baseline/shift in certain circumstances
17639
17640         * TextBoxBase.cs: Added new color option to test code
17641
17642 2004-12-17  Jackson Harper  <jackson@ximian.com>
17643
17644         * TreeNode.cs:
17645         * MonthCalendar.cs: Signature fixes
17646
17647 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
17648
17649         * XplatUIOSX.cs: Find the missing caret; caret was dissappearing after a
17650         keyboard event moved it.  Create a new graphics context for each paint resolves this
17651
17652 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
17653
17654         * XplatUIOSX.cs: Fix hard cpu eat on loop with existing timers,
17655         Make caret exist and go blink blink.  Initial keyboard support.
17656         Fix exception handler, Add Invalidate support.  Change way RefreshWindow
17657         works.
17658
17659 2004-12-17  Jackson Harper  <jackson@ximian.com>
17660
17661         * XplatUIStructs.cs: Updated set of virtual keycodes.
17662         * KeyboardLayouts.cs: SCROLL_LOCK is now SCROLL
17663
17664 2004-12-17  Jackson Harper  <jackson@ximian.com>
17665
17666         * XplatUIX11.cs: Prune old keyboard code.
17667
17668 2004-12-17  Jackson Harper  <jackson@ximian.com>
17669
17670         * XplatUIX11.cs: When generating mouse wparams get the modifier
17671         keys from the ModifierKeys property.
17672
17673 2004-12-17  Jackson Harper  <jackson@ximian.com>
17674
17675         * X11Keyboard.cs: Send up/down input when generating
17676         messages. Remove some unused vars.
17677
17678 2004-12-17  Jackson Harper  <jackson@ximian.com>
17679
17680         * TabControl.cs:
17681         * TreeView.cs: get rid of warnings.
17682
17683 2004-12-17  Jackson Harper  <jackson@ximian.com>
17684
17685         * XplatUIStructs.cs: Fix a couple wrong virtual keycodes.
17686
17687 2004-12-17  Jordi Mas i Hernandez <jordi@ximian.com>
17688
17689         * ListBox.cs: bug fixes, changes for CheckedListBox.cs
17690           CheckedListBox.cs: Implementation
17691
17692 2004-12-17  Peter Bartok  <pbartok@novell.com>
17693
17694         * TextControl.cs (RecalculateLine): Fixed baseline aligning calcs
17695
17696 2004-12-16  Peter Bartok  <pbartok@novell.com>
17697
17698         * TextControl.cs:
17699           - InsertCharAtCaret(): Fixed start pos fixup
17700           - CaretLine_get: No longer derives the line from the tag, the tag
17701             could be stale if lines in the document have been added or deleted
17702           - RebalanceAfterDelete(): Fixed bug in balancing code
17703           - RebalanceAfterAdd(): Fixed really stupid bug in balancing code
17704           - Line.Streamline(): Now can also elminate leading empty tags
17705           - DumpTree(): Added a few more tests and prevented exception on
17706             uninitialized data
17707           - Added Debug section for Combining lines
17708           - Delete(): Now copies all remaining properties of a line
17709           
17710         * TextBoxBase.cs:
17711           - Left mousebutton now sets the caret (and middle button still acts
17712             as formatting tester, which must go away soon)
17713           - Added Debug section for Deleting/Combining lines
17714           - Fixed calculations for UpdateView after Combining lines
17715
17716 2004-12-16  Peter Bartok  <pbartok@novell.com>
17717
17718         * TextControl.cs: Now properly aligns text on a baseline, using the
17719           new XplatUI.GetFontMetrics() method. Simplified several calculations
17720         * TextBoxBase.cs: Moved #endif to allow compiling if Debug is not
17721           defined
17722
17723 2004-12-16  Peter Bartok  <pbartok@novell.com>
17724
17725         * XplatUI.cs: Added GetFontMetrics() method
17726         * XplatUIDriver.cs: Added GetFontMetrics() abstract
17727         * XplatUIX11.cs: Implemented GetFontMetrics() method, now calls
17728           into libgdiplus, our private GetFontMetrics function
17729         * XplatUIOSX.cs: Implemented GetFontMetrics() method, same as X11
17730         * XplatUIWin32.cs: Implemented GetFontMetrics() method
17731
17732 2004-12-16  Jackson Harper  <jackson@ximain.com>
17733
17734         * XplatUIStruct.cs: Add enum for dead keys
17735         * X11Keyboard.cs: Map and unmap dead keys.
17736
17737 2004-12-16  Jackson Harper  <jackson@ximian.com>
17738
17739         * X11Keyboard.cs: Detect and use the num lock mask.
17740
17741 2004-12-16  Peter Bartok  <pbartok@novell.com>
17742
17743         * Control.cs (CreateGraphics): Added check to make sure the
17744           handle of the window exists before calling Graphics.FromHwnd()
17745
17746 2004-12-16  Peter Bartok  <pbartok@novell.com>
17747
17748         * TextBoxBase.cs: Initial check-in. DO NOT TRY TO USE THIS YET. It
17749           contains a lot of code that's not supposed to be there for the
17750           real thing, but required for developing/testing the textbox
17751           backend.
17752
17753 2004-12-16  Peter Bartok  <pbartok@novell.com>
17754
17755         * TextControl.cs:
17756         - Fixed Streamline method
17757         - Added FindTag method to Line
17758         - Added DumpTree method for debugging
17759         - Added DecrementLines() method for deleting lines
17760         - Fixed UpdateView to update the cursor to end-of-line on single-line
17761           updates
17762         - Added PositionCaret() method
17763         - Fixed MoveCaret(LineDown) to move into the last line, too
17764         - Added InsertChar overload
17765         - Fixed InsertChar tag offset calculations
17766         - Added DeleteChar() method
17767         - Added Combine() method for folding lines
17768         - Fixed Delete() method, no longer allocates wasted Line object and
17769           now copies all properties when swapping nodes
17770         - Delete() method now updates document line counter
17771
17772 2004-12-15  Jackson Harper  <jackson@ximian.com>
17773
17774         * XplatUIX11.cs: Get the modifier keys from the keyboard driver
17775         * X11Keyboard.cs: Expose the currently selected modifier keys
17776         through a property.
17777
17778 2004-12-15  Peter Bartok  <pbartok@novell.com>
17779
17780         * TextControl.cs: Initial check-in. Still incomplete
17781
17782 2004-12-15  Jackson Harper  <jackson@ximian.com>
17783
17784         * TreeNode.cs:
17785         * TreeView.cs: Fix build on csc (second time today ;-))
17786
17787 2004-12-15  Jackson Harper  <jackson@ximian.com>
17788
17789         * TreeView.cs: Store the treenodes plus/minus box bounds when it
17790         is calculated and use this for click testing.
17791         * TreeNode.cs: Add functionality to store the nodes plus minus box bounds.
17792
17793 2004-12-15  Jackson Harper  <jackson@ximian.com>
17794
17795         * TreeView.cs: Pass the nodes image index to the image list when
17796         drawing that image.
17797
17798 2004-12-15  Jackson Harper  <jackson@ximian.com>
17799
17800         * X11Keyboard.cs: Set messages hwnd.
17801         * XplatUIX11.cs: Pass proper hwnd wot keyboard driver. Set hwnd on
17802         post_message calls.
17803
17804 2004-12-15  Jackson Harper  <jackson@ximian.com>
17805
17806         * X11Keyboard.cs: Fix to compile with csc.
17807         
17808 2004-12-15  Jackson Harper  <jackson@ximian.com>
17809
17810         * X11Structs.cs: Add key mask values
17811         * XplatUIStruct.cs: Add keyboard event flags, and keyboard definitions
17812         * X11Keyboard.cs: New file - Extrapolates and interpolates key
17813         down/up foo into WM_CHAR foo
17814         * KeyboardLayouts.cs: Common keyboard layouts
17815         * XplatUIX11.cs: Add the keyboard driver. Add functionality to
17816         post messages into the main queue.
17817
17818 2004-12-13  Jordi Mas i Hernandez <jordi@ximian.com>
17819
17820         * Button.cs: implement ProcessMnemonic
17821         * ThemeWin32Classic.cs: use ResPool (caching) instead of creating
17822           brushes everytime
17823         * Control.cs: fixes IsMnemonic (support for &&, case insensitive, etc)
17824         * ButtonBase.cs: Show HotkeyPrefix (not the &)
17825
17826 2004-12-12  John BouAntoun  <jba-mon@optusnet.com.au>
17827         
17828         * MonthCalendar.cs: Implemented click-hold for next/previous month
17829           and date selection
17830           
17831 2004-12-11  Peter Bartok  <pbartok@novell.com>
17832
17833         * X11Structs.cs:
17834           - Added XKeyboardState (moved from XplatUIX11.cs)
17835           - Added XCreateGC related enums and structures
17836           - Added GXFunction for XSetFunction
17837
17838         * XplatUIStructs.cs: Added missing WS_EX_xxx definitions
17839
17840         * XplatUI.cs: Added CreateCaret(), DestroyCaret(), SetCaretPos() and
17841           CaretVisible() calls
17842
17843         * ToolTip.cs: Added code to prevent stealing focus from app windows
17844
17845         * XplatUIDriver.cs: Added abstracts for caret functions (CreateCaret,
17846           DestroyCaret, SetCaretPos and CaretVisible)
17847
17848         * XplatUIX11.cs:
17849           - Added implementation for caret functions
17850           - Moved hover variables into a struct, to make it a bit easier
17851             on the eyes and to debug
17852           - Removed XKeyboardState (moved to XplatUIX11.cs)
17853           - Moved Keyboard properties into the properties region
17854
17855         * Control.cs (get_Region): Control.CreateGraphics is the appropriate
17856           call to get a graphics context for our control
17857
17858         * XplatUIOSX.cs: Added empty overrides for the new caret functions
17859
17860         * TreeView.cs: Fixed bug. No matter what color was set it would always
17861           return SystemColors.Window
17862
17863         * XplatUIWin32.cs: Implemented caret overrides
17864
17865 2004-12-10  Jordi Mas i Hernandez <jordi@ximian.com>
17866
17867         * ListBox.cs: fire events, implement missing methods and properties,
17868         sorting.
17869
17870 2004-12-10  John BouAntoun <jba-mono@optusnet.com.au>
17871
17872         * MonthCalendar.cs: invalidation bug fixing
17873         * ThemeWin32Classic.cs: paint fixing
17874
17875 2004-12-09  Geoff Norton  <gnorton@customerdna.com>
17876
17877         * XplatUIOSX.cs: Refactor to pass the real hwnd into Graphics.FromHwnd, we
17878         prepare the CGContextRef there now.
17879
17880 2004-12-09  John BouAntoun <jba-mono@optusnet.com.au>
17881
17882         * MonthCalendar.cs:
17883           - optimisationL only invalidate areas that have changed
17884         * ThemeWin32Classic.cs:
17885           - only paint parts that intersect with clip_area
17886
17887 2004-12-09  Peter Bartok  <pbartok@novell.com>
17888
17889         * Application.cs: Undid changes from r37004 which cause problems
17890         on X11
17891
17892 2004-12-09  Ravindra  <rkumar@novell.com>
17893
17894         * ToolBar.cs: Added support for displaying ContextMenu
17895         attached to a button on ToolBar.
17896         * ToolBarButton.cs: Uncomment/fixed the DropDownMenu
17897         property.
17898
17899 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
17900
17901         * Label.cs: autosize works in text change and removes unnecessary
17902         invalidate
17903
17904 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
17905
17906         * ThemeWin32Classic.cs, XplatUIOSX.cs, XplatUIWin32.cs:
17907         remove warnings
17908
17909 2004-12-08  Geoff Norton  <gnorton@customerdna.com>
17910
17911         * XplatUIOSX.cs: Added mouse move/click/grab support
17912         Remove some debugging WriteLines not needed anymore.
17913         Add window resizing/positioning.
17914         Fix visibility on reparenting.
17915
17916 2004-12-08  Peter Bartok  <pbartok@novell.com>
17917
17918         * XplatUIOSX.cs: Added Idle event, now compiles on VS.Net
17919
17920 2004-12-07  Geoff Norton  <gnorton@customerdna.com>
17921
17922         * XplatUIOSX.cs: Initial checkin
17923         * XplatUI.cs: Use the Quartz driver if the environment is set to use it
17924
17925 2004-12-03  Ravindra <rkumar@novell.com>
17926
17927         * ListView.cs: Added some keybindings and fixed scrolling.
17928         ScrollBars listen to ValueChanged event instead of Scroll
17929         Event. This would let us take care of all changes being
17930         done in the scrollbars' values programmatically or manually.
17931         * ListView.cs (CanMultiselect): Added a check for shift key.
17932         * ListView.cs (EnsureVisible): Fixed. Do proper scrolling.
17933         * ListViewItem.cs (Clone): Fixed. We need to make a copy
17934         of ListViewSubItemCollection as well.
17935
17936 2004-12-06  Peter Bartok <pbartok@novell.com>
17937
17938         * Control.cs (Parent): Added check and exception to prevent
17939         circular parenting
17940
17941 2004-12-03  Jordi Mas i Hernandez <jordi@ximian.com>
17942
17943         * ListBox.cs: implemented clipping, selection single and multiple,
17944         bug fixing
17945
17946 2004-12-03  Ravindra <rkumar@novell.com>
17947
17948         * ListView.cs (ListView_KeyDown):
17949         * ListView.cs (ListView_KeyUp): Fixed multiple selection handling
17950         when CTRL key is pressed.
17951         * ListViewItem.cs (Selected): Fixed setting the property.
17952
17953 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
17954
17955         * Application.cs (OnThreadException): Use ThreadExceptionDialog.
17956
17957         * Form.cs: Add ActiveForm, FormBorderStyle, MaximizeBox,
17958         MinimizeBox, ShowInTaskbar, TopMost properties.
17959
17960         * ThreadExceptionDialog.cs: Implemented (disabled TextBox until
17961         will be implemented).
17962
17963 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
17964
17965         * OwnerDrawPropertyBag.cs: New internal parameterless ctor.
17966
17967         * TreeNode.cs: Implemented ICloneable, Fixed to pass my simple
17968         tests.
17969         
17970         * TreeNodeCollection.cs: Add exception throwing for Add,AddRange.
17971         
17972         * TreeView.cs: BackColor is Colors.Window.
17973
17974 2004-12-01  Jackson Harper  <jackson@ximian.com>
17975
17976         * TreeView.cs: When resizing the tree if the user is making it
17977         smaller we don't get expose events, so we need to handle adding
17978         the horizontal scrollbar in the size changed handler as well as
17979         the expose handler.
17980
17981 2004-12-02  Jordi Mas i Hernandez <jordi@ximian.com>
17982
17983         * DrawItemState.cs: fixes wrong enum values
17984
17985 2004-12-01  Jackson Harper  <jackson@ximian.com>
17986
17987         * TreeView.cs: Resize the hbar as well as the vbar on resize.
17988
17989 2004-12-01  Jackson Harper  <jackson@ximian.com>
17990
17991         * NodeLabelEditEventArgs.cs:
17992         * NodeLabelEditEventHandler.cs:
17993         * OpenTreeNodeEnumerator.cs:
17994         * TreeNode.cs:
17995         * TreeNodeCollection.cs:
17996         * TreeView.cs:
17997         * TreeViewAction.cs:
17998         * TreeViewCancelEventArgs.cs:
17999         * TreeViewCancelEventHandler.cs:
18000         * TreeViewEventArgs.cs:
18001         * TreeViewEventHandler.cs: Initial implementation.
18002
18003 2004-12-01  Ravindra <rkumar@novell.com>
18004
18005         * ListView.cs (CalculateListView): Fixed scrolling related
18006         calculations. Also, removed some debug statements from other
18007         places.
18008         * ListViewItem.cs: Changed access to 'selected' instance variable
18009         from private to internal.
18010         * ThemeWin32Classic.cs (DrawListViewItem): Fixed SubItem drawing.
18011
18012 2004-12-01  Jordi Mas i Hernandez <jordi@ximian.com>
18013
18014         * ThemeWin32Classic.cs: remove cache of brush and pens for
18015         specific controls and use the global system, fixes scrollbutton
18016         bugs (for small sizes, disabled, etc)
18017         
18018         * ScrollBar.cs: does not show the thumb for very small controls
18019         (as MS) and allow smaller buttons that the regular size
18020
18021 2004-12-01  Miguel de Icaza  <miguel@ximian.com>
18022
18023         * UpDownBase.cs: Add abstract methods for the interface.
18024         Add new virtual methods (need to be hooked up to TextEntry when it
18025         exists).
18026         Add override methods for most features.
18027         Computes the size, forces the height of the text entry.
18028
18029         * NumericUpDown.cs: Put here the current testing code.
18030
18031         * Set eol-style property on all files that do not have mixed line
18032         endings, to minimize the future problems.  There are still a few
18033         files with mixed endings, and someone should choose whether they
18034         want to move it or not.
18035
18036 2004-11-30  Jordi Mas i Hernandez <jordi@ximian.com>
18037
18038         * MonthCalendar.cs, ListView.cs: use Theme colours instead of
18039         System.Colors
18040         
18041 2004-11-30  Ravindra <rkumar@novell.com>
18042
18043         * ThemeWin32Classic.cs (DrawListViewItem): Fixed selected item
18044         drawing and replaced use of SystemColors by theme colors.
18045         * ListView.cs (ListView_Paint): Fixed painting done during scrolling.
18046         * ListView.cs (ListViewItemCollection.Add): Throw exception when
18047         same ListViewItem is being added more than once.
18048
18049 2004-11-30  John BouAntoun <jba-mono@optusnet.com.au>
18050
18051         * MonthCalendar.cs:
18052           - ControlStyles love to make the control not flicker
18053           
18054 2004-11-30  Peter Bartok  <pbartok@novell.com>
18055
18056         * CharacterCasing.cs: Added
18057
18058 2004-11-29  Peter Bartok  <pbartok@novell.com>
18059
18060         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
18061           TreeViewAction.cs, TreeViewEventArgs.cs: Removed new files.
18062           I am removing these files as they conflict with already completed
18063           work. While it is fantastic to get contributions to MWF, I
18064           respectfully ask that everyone please coordinate their contributions
18065           through mono-winforms-list or #mono-winforms at this time. We're
18066           explicitly avoiding stubbing and don't want controls that don't have
18067           their basic functionality implemented in svn. Please also see
18068           http://www.mono-project.com/contributing/winforms.html
18069
18070
18071 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
18072
18073         * Application.cs (ModalRun): Don't hang after exit.
18074
18075         * Theme.cs: New TreeViewDefaultSize property.
18076
18077         * ThemeWin32Classic.cs: Replaced hardcoded defaultWindowBackColor
18078         with less hardcoded SystemColors constant.
18079         Implemented TreeViewDefaultSize.
18080
18081         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
18082         TreeViewAction.cs, TreeViewEventArgs.cs: New files.
18083
18084
18085 2004-11-29  John BouAntoun <jba-mono@optusnet.com.au>
18086
18087         * MonthCalendar.cs:
18088           - Fix NextMonthDate and PrevMonthDate click moving calendar
18089
18090 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
18091
18092         * MonthCalendar.cs:
18093           - Fix usage of ScrollChange Property when scrolling months
18094
18095 2004-11-26  Jordi Mas i Hernandez <jordi@ximian.com>
18096
18097         * Menu.cs, MainMenu.cs, MenuItem.cs, MenuAPI.cs
18098          - Fixes menu destroying
18099          - Support adding and removing items on already created menus
18100
18101 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
18102
18103         * MonthCalendar.cs:
18104           - Re-worked all bolded dates handling to match win32
18105         * ThemeWin32Classic.cs:
18106           - Fixed rendering with bolded dates
18107
18108 2004-11-25  Jordi Mas i Hernandez <jordi@ximian.com>
18109
18110         * ListBox.cs, Theme.cs, ThemeWin32Classic.cs:
18111         - Horizontal scroolbar
18112         - Multicolumn
18113         - Fixes
18114
18115
18116 2004-11-25  John BouAntoun <jba-mono@optusnet.com.au>
18117
18118         * MonthCalendar.cs:
18119           - Fix Usage of MaxSelectionCount from SelectionRange
18120           - Fixed Shift + Cursor Selection
18121           - Fixed Shift + (Pg up/Pg dn, Home/End) selection
18122           - Fixed normal cursor selection to be compat with win32
18123           - Fixed Shift + Mouse Click selection
18124
18125 2004-11-24  Peter Bartok <pbartok@novell.com>
18126
18127         * XplatUI.cs (DispatchMessage): Switched to return IntPtr
18128         * XplatUIDriver.cs (DispatchMessage): Switched to return IntPtr
18129         * XplatUIX11.cs:
18130           - CreatedKeyBoardMsg now updates keystate with Alt key
18131           - Added workaround for timer crash to CheckTimers, Jackson will
18132             develop a proper fix and check in later
18133           - Implemented DispatchMessage
18134           - Removed calling the native window proc from GetMessage (call
18135             now moved to DispatchMessage)
18136
18137         * KeyEventArgs.cs (Constructor): Now combines modifierkeys into
18138           the keydata (Fixes bug #69831)
18139
18140         * XplatUIWin32.cs:
18141           - (DispatchMessage): Switched to return IntPtr
18142           - Added DllImport for SetFocus
18143
18144 2004-11-24  Ravindra <rkumar@novell.com>
18145
18146         * ThemeWin32Classic.cs: Fixed ListView border and checkbox
18147         background drawing.
18148         * ListViewItem.cs: Fixed various properties, calculations
18149         and Clone() method. Fixed ListViewSubItemCollection.Clear() method.
18150         * ListView.cs: Fixed calculations, BackColor, ForeColor properties
18151         and some internal properties. Fixed MouseDown handler and Paint
18152         method.
18153
18154 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
18155
18156         * MonthCalendar.cs: Add TitleMonth ContextMenu handling
18157
18158 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
18159
18160         * ContainerControl.cs: correct accidental check in of local changes
18161
18162 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
18163
18164         * ThemeWin32Classic.cs:
18165                 - Fixed Drawing Last month in grid (sometimes not showing)
18166         * MonthCalendar.cs:
18167                 - Fixed title width calculation bug (makeing title small)
18168
18169 2004-11-23  Peter Bartok <pbartok@novell.com>
18170
18171         * XplatUIX11.cs:
18172           - Added generation of WM_MOUSEHOVER event
18173           - Added missing assignment of async_method atom
18174           - Fixed WM_ERASEBKGND; now only redraws the exposed area
18175
18176 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
18177
18178         * ThemeWin32Classic.cs:
18179                 - Fixed Drawing of today circle when showtodaycircle not set
18180                 - fixed drawing of first and last month in the grid (gay dates)
18181         * MonthCalendar.cs:
18182                 - Fixed Drawing of today circle
18183                 - Fixed drawing of grady dates
18184                 - Fixed HitTest for today link when ShowToday set to false
18185                 - Fixed DefaultSize to obey ShowToday
18186
18187 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
18188
18189         * ThemeWin32Classic.cs: Fixed DrawMonthCalendar and private support methods
18190         * System.Windows.Forms/Theme.cs
18191         * MonthCalendar.cs: added for MonthCalendar
18192         * SelectionRange.cs: added for MonthCalendar
18193         * Day.cs: added for MonthCalendar: added for MonthCalendar
18194         * DateRangeEventArgs.cs: added for MonthCalendar
18195         * DateRangeEventHandler.cs: added for MonthCalendar
18196
18197 2004-11-22  Ravindra <rkumar@novell.com>
18198
18199         * ThemeWin32Classic.cs: Fixed ListViewDrawing with 'UseItemStyleForSubItems'
18200         property.
18201
18202 2004-11-22  Miguel de Icaza  <miguel@ximian.com>
18203
18204         * UpDownBase.cs (InitTimer): Use prehistoric C# 1.0 notation for
18205         event handler.
18206         
18207         * NumericUpDown.cs: Added new implementation.
18208         * UpDownBase.cs: Added new implementation.
18209
18210         * XplatUIWin32.cs (KeyboardSpeed, KeyboardDelay): added default
18211         implementations.
18212         
18213         * XplatUIX11.cs (KeyboardSpeed, KeyboardDelay): added default
18214         implementations.
18215
18216         * XplatUIDriver.cs ((KeyboardSpeed, KeyboardDelay): added new
18217         methods.
18218
18219 2004-11-21  Miguel de Icaza  <miguel@ximian.com>
18220
18221         * Timer.cs  (Dispose): Should call the base dispose when
18222         overriding.
18223
18224 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
18225
18226         * ScrollBar.cs: updates thumb position when max, min or increment
18227         is changed
18228
18229 2004-11-21  Ravindra <rkumar@novell.com>
18230
18231         * ListView.cs: Implemented item selection, activation and
18232         column header style. Fixed properties to do a redraw, if
18233         required. Added support for MouseHover, DoubleClick, KeyDown
18234         and KeyUp event handling and some minor fixes.
18235         * ListViewItem.cs: Fixed constructor.
18236         * ThemeWin32Classic.cs: Improved drawing for ListView.
18237
18238 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
18239
18240         * ThemeWin32Classic.cs: initial listbox drawing code
18241         * DrawMode.cs: new enumerator
18242         * ListControl.cs: stubbed class
18243         * ListBox.cs: initial implementation
18244         * Theme.cs: new methods definitions
18245         * SelectionMode.cs: new enumerator
18246
18247 2004-11-17  Peter Bartok  <pbartok@novell.com>
18248
18249         * XplatUIWin32.cs: Added double-click events to the class style
18250         * Control.cs (WndProc):
18251           - Added handling of click-count to MouseDown/ MouseUp events.
18252           - Added handling of middle and right mouse buttons
18253           - Removed old debug code
18254
18255 2004-11-17  Jackson Harper  <jackson@ximian.com>
18256
18257         * XplatUIX11.cs: Use the new Mono.Unix namespace.
18258
18259 2004-11-17  Ravindra <rkumar@novell.com>
18260
18261         * ListView.cs: Added event handling for MouseMove/Up/Down.
18262         * ColumnHeader.cs: Added a read-only internal property 'Pressed'.
18263         * ThemeWin32Classic.cs: We need to clear the graphics context and
18264         draw column header in a proper state.
18265
18266
18267 2004-11-17  Jordi Mas i Hernandez <jordi@ximian.com>
18268
18269         *  Menu.cs: fixes signature
18270
18271 2004-11-16  Peter Bartok  <pbartok@novell.com>
18272
18273         * XplatUIX11.cs (GetMessage): Implemented generation of
18274           double click mouse messages
18275
18276 2004-11-12  Jordi Mas i Hernandez <jordi@ximian.com>
18277
18278         *  Form.cs, MainMenu.cs, MenuAPI.cs: tracker should be for tracking session
18279         not by menu
18280
18281 2004-11-11  Peter Bartok  <pbartok@novell.com>
18282
18283         * HandleData.cs: Added Visible property
18284         * XplatUIX11.cs (IsVisible): Now uses Visible property from
18285           HandleData
18286         * XplatUIX11.cs: Removed old debug leftovers
18287         * XplatUIX11.cs (DefWndProc): Added WM_ERASEBKGND handler
18288         * Control.cs (WndProc): Removed old debug leftovers,
18289           streamlined handling of WM_WINDOWPOSCHANGED, removed un-
18290           needed WM_SIZE handling
18291
18292 2004-11-11  Jackson Harper  <jackson@ximian.com>
18293
18294         * OwnerDrawPropertyBag.cs:
18295         * TreeViewImageIndexConverter.cs: Initial implementation
18296
18297 2004-11-10  Jackson Harper  <jackson@ximian.com>
18298
18299         * ThemeWin32Classic.cs:
18300         * TabControl.cs: instead of moving tabs by the slider pos just
18301         start drawing at the tab that is offset by the slider. This way
18302         scrolling always moves by exactly one tab.
18303
18304 2004-11-10  Jackson Harper  <jackson@ximian.com>
18305
18306         * TabControl.cs: You can only scroll left when the slider has
18307         already ben moved right.
18308         
18309 2004-11-10  Jackson Harper  <jackson@ximian.com>
18310
18311         * ThemeWin32Classic.cs: Do not draw the selected tab if its not in
18312         the clip area.
18313         
18314 2004-11-10  Jackson Harper  <jackson@ximian.com>
18315
18316         * ThemeWin32Classic.cs: Don't bother drawing tabs outside of the
18317         clip area.
18318         
18319 2004-11-09  Jackson Harper  <jackson@ximian.com>
18320
18321         * TabControl.cs (CalcXPos): New helper method so we can determine
18322         the proper place to start drawing vertical tabs.
18323         * ThemeWin32Classic.cs (DrawTab): Draw right aligned tabs.
18324         
18325 2004-11-09  Jackson Harper  <jackson@ximian.com>
18326
18327         * TabControl.cs: Calculate sizing and rects for left aligned tabs.
18328         * ThemeWin32Classic.cs (GetTabControl*ScrollRect): Only handle Top
18329         and Bottom, left and right are illegal values for this and
18330         multiline is enabled when the alignment is set to left or right.
18331         (DrawTab): Each alignment block should draw the text itself now
18332         because Left requires special love. Also add rendering for Left
18333         aligned tabs.
18334         
18335 2004-11-09  Jordi Mas i Hernandez <jordi@ximian.com>
18336
18337         *  Form.cs, MainMenu.cs, MenuAPI.cs: fixes menu navigation, fixes popups,
18338         does not destroy the windows, removes debugging messages
18339
18340 2004-11-09  jba  <jba-mono@optusnet.com.au>
18341
18342         * ThemeWin32Classic.cs
18343         (DrawButtonBase): Fix verticle text rect clipping in windows
18344         (DrawCheckBox): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
18345         rendering and incorrect text rect clipping
18346         (DrawRadioButton): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
18347         rendering and incorrect text rect clipping
18348         
18349 2004-11-08  Jackson Harper  <jackson@ximian.com>
18350
18351         * ThemeWin32Classic.cs (DrawTabControl): Render tabs from top to
18352         bottom when they are bottom aligned so the bottoms of the tabs get
18353         displayed.
18354         * TabControl.cs (DropRow): Move rows up instead of down when the
18355         tab control is bottom aligned.
18356
18357 2004-11-08 13:59  pbartok
18358
18359         * XplatUIX11.cs:
18360           - Added handling for various window styles
18361           - Added handling for popup windows
18362           - Added SetTopmost handling
18363
18364 2004-11-08 13:55  pbartok
18365
18366         * XplatUIWin32.cs:
18367           - Added argument to SetTopmost method
18368           - Fixed broken ClientToScreen function
18369
18370 2004-11-08 13:53  pbartok
18371
18372         * XplatUIStructs.cs:
18373           - Added missing WS_EX styles
18374
18375 2004-11-08 13:53  pbartok
18376
18377         * XplatUI.cs, XplatUIDriver.cs:
18378           - Added argument to SetTopmost
18379
18380 2004-11-08 13:52  pbartok
18381
18382         * X11Structs.cs:
18383           - Added XSetWindowAttributes structure
18384           - Improved XWindowAttributes structure
18385           - Added SetWindowValuemask enum
18386           - Added window creation arguments enum
18387           - Added gravity enum
18388           - Added Motif hints structure
18389           - Added various Motif flags and enums
18390           - Added PropertyMode enum for property functions
18391
18392 2004-11-08 13:50  pbartok
18393
18394         * Form.cs:
18395           - Fixed arguments for updated SetTopmost method
18396
18397 2004-11-08 13:49  pbartok
18398
18399         * ToolTip.cs:
18400           - Fixed arguments for updated SetTopmost function
18401           - Fixed usage of PointToClient
18402
18403 2004-11-08 13:44  pbartok
18404
18405         * MenuAPI.cs:
18406           - Added Clipping of children and siblings
18407
18408 2004-11-08 13:41  pbartok
18409
18410         * MainMenu.cs:
18411           - Removed SetMenuBarWindow call. We do this in Form.cs
18412
18413 2004-11-08 13:40  jackson
18414
18415         * TabControl.cs, Theme.cs, ThemeWin32Classic.cs: Render the little
18416           scrolling jimmi in the correct location with bottom aligned tabs
18417
18418 2004-11-08 13:36  pbartok
18419
18420         * ContainerControl.cs:
18421           - Implemented BindingContext
18422           - Implemented ParentForm
18423
18424 2004-11-08 12:46  jackson
18425
18426         * TabControl.cs: Put bottom rendered tabs in the right location
18427
18428 2004-11-08 07:15  jordi
18429
18430         * ScrollBar.cs, ThemeWin32Classic.cs: fixes vertical scrollbar and
18431           removes dead code
18432
18433 2004-11-05 17:30  jackson
18434
18435         * TabControl.cs: When selected tabs are expanded make sure they
18436           don't go beyond the edges of the tab control
18437
18438 2004-11-05 14:57  jackson
18439
18440         * TabControl.cs: Reset show_slider so if the control is resized to
18441           a size where it is no longer needed it's not displayed anymore
18442
18443 2004-11-05 13:16  jackson
18444
18445         * TabControl.cs: Make tab pages non visible when added to the
18446           control
18447
18448 2004-11-05 12:42  jackson
18449
18450         * TabControl.cs: Implement SizeMode.FillToRight
18451
18452 2004-11-05 12:16  jackson
18453
18454         * Control.cs: Do not call CreateHandle if the handle is already
18455           created
18456
18457 2004-11-05 11:46  jackson
18458
18459         * TabControl.cs: Remove superflous call to CalcTabRows
18460
18461 2004-11-05 09:07  jackson
18462
18463         * XplatUIX11.cs: Update for Mono.Posix changes
18464
18465 2004-11-05 07:00  ravindra
18466
18467         * ListView.cs, ListViewItem.cs: Implemented some methods and fixed
18468           scrolling.
18469
18470 2004-11-04 22:47  jba
18471
18472         * ThemeWin32Classic.cs:
18473           - Fix Button rendering for FlatStyle = Flat or Popup
18474           - Fix RadioButton and CheckBox rendering when Appearance = Button
18475             (normal and flatstyle).
18476           - Correct outer rectangle color when drawing focus rectangle
18477           - Adjust button bounds to be 1 px smaller when focused
18478           - Make button not draw sunken 3d border when pushed (windows compat)
18479           - Fix CPDrawBorder3D to not make bottom right hand corner rounded
18480           - Offset the text in RadioButton and Checkbox when being rendered as
18481           a button.
18482           - Hover and Click behaviour for Colored FlatStyle.Flat and Popup
18483           radiobuttons
18484           - Fixed disabled rendering for colored flatstyle radiobuttons (both)
18485           - Fixed disabled text rendering for normally rendered radiobuttons
18486
18487 2004-11-04 10:26  jackson
18488
18489         * TabControl.cs: Recalculate tab rows when resizing
18490
18491 2004-11-04 07:47  jordi
18492
18493         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs:
18494           collection completion, drawing issues, missing features
18495
18496 2004-11-04 05:03  ravindra
18497
18498         * ScrollBar.cs:
18499                 - We need to recalculate the Thumb area when
18500                 LargeChange/maximum/minimum values are changed.
18501           - We set the 'pos' in UpdatePos() method to minimum, if it's less
18502                 than minimum. This is required to handle the case if large_change is
18503                 more than max, and use LargeChange property instead of large_change
18504                 variable.
18505           - We return max+1 when large_change is more than max, like MS does.
18506
18507 2004-11-04 04:29  ravindra
18508
18509         * ColumnHeader.cs, ListView.cs, ListViewItem.cs:
18510                 - Changed default value signatures (prefixed all with ListView).
18511                 - Fixed/implemented layout LargeIcon, SmallIcon and List views for
18512                 ListView.
18513           - Fixed calculations for ListViewItem and implemented Clone()
18514           method.
18515
18516 2004-11-04 04:26  ravindra
18517
18518         * Theme.cs, ThemeWin32Classic.cs:
18519                 - Changed default ListView values signatures (prefixed all with
18520                 ListView).
18521           - Fixed default size values for VScrollBar and HScrollBar.
18522                 - Fixed DrawListViewItem method.
18523
18524 2004-11-04 04:05  ravindra
18525
18526         * ColumnHeaderStyle.cs: Typo. It should be Nonclickable.
18527
18528 2004-11-04 04:04  ravindra
18529
18530         * ImageList.cs: Implemented the missing overload for Draw method.
18531
18532 2004-11-03 19:29  jackson
18533
18534         * TabControl.cs: Handle dropping rows on selection properly
18535
18536 2004-11-03 11:59  jackson
18537
18538         * TabControl.cs: remove debug code
18539
18540 2004-11-03 11:52  jackson
18541
18542         * TabControl.cs, ThemeWin32Classic.cs: Initial implementation of
18543           the scrolly widgerywoo
18544
18545 2004-11-02 13:52  jackson
18546
18547         * TabControl.cs: Resize the tab pages and tabs when the tab control
18548           is resized
18549
18550 2004-11-02 13:40  jackson
18551
18552         * TabControl.cs, ThemeWin32Classic.cs: Move the row with the
18553           selected tab to the bottom
18554
18555 2004-11-02 13:39  jackson
18556
18557         * TabPage.cs: Store the tab pages row
18558
18559 2004-11-02 12:33  jordi
18560
18561         * MenuItem.cs: fixes handle creation
18562
18563 2004-11-02 11:42  jackson
18564
18565         * TabControl.cs: signature fix
18566
18567 2004-11-02 08:56  jackson
18568
18569         * TabControl.cs: Calculate whether the tab is on an edge properly.
18570           Remove top secret debugging code
18571
18572 2004-11-01 19:57  jackson
18573
18574         * TabControl.cs: Add click handling, and proper sizing
18575
18576 2004-11-01 19:47  jackson
18577
18578         * Theme.cs, ThemeWin32Classic.cs: New rendering and sizing code for
18579           tab controls
18580
18581 2004-11-01 19:39  jackson
18582
18583         * TabPage.cs: add internal property to store the bounds of a tab
18584           page
18585
18586 2004-10-30 04:23  ravindra
18587
18588         * Theme.cs, ThemeWin32Classic.cs: Drawing ListView and some default
18589           values.
18590
18591 2004-10-30 04:21  ravindra
18592
18593         * ListView.cs, ListViewItem.cs: Added support for scrolling and
18594           fixed calculations.
18595
18596 2004-10-30 03:06  pbartok
18597
18598         * XplatUIX11.cs:
18599           - Removed extension of DllImported libs
18600
18601 2004-10-29 09:55  jordi
18602
18603         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: Menu key
18604           navigation, itemcollection completion, menu fixes
18605
18606 2004-10-27 22:58  pbartok
18607
18608         * XplatUIX11.cs:
18609           - Now throws a nice error message when no X display could be opened
18610
18611 2004-10-26 13:51  jordi
18612
18613         * ListView.cs: removes warning
18614
18615 2004-10-26 03:55  ravindra
18616
18617         * ColumnHeader.cs, ListView.cs, ListViewItem.cs,
18618           ThemeWin32Classic.cs: Some formatting for my last checkins.
18619
18620 2004-10-26 03:36  ravindra
18621
18622         * ThemeWin32Classic.cs: Implemented DetailView drawing for ListView
18623           control and default values.
18624
18625 2004-10-26 03:35  ravindra
18626
18627         * Theme.cs: Added some default values for ListView control.
18628
18629 2004-10-26 03:33  ravindra
18630
18631         * ToolBar.cs: ToolBar should use the user specified button size, if
18632           there is any. Added a size_specified flag for the same.
18633
18634 2004-10-26 03:33  ravindra
18635
18636         * ColumnHeader.cs: Added some internal members and calculations for
18637           ColumnHeader.
18638
18639 2004-10-26 03:32  ravindra
18640
18641         * ListViewItem.cs: Calculations for ListViewItem.
18642
18643 2004-10-26 03:31  ravindra
18644
18645         * ListView.cs: Added some internal members and calculations for
18646           ListView.
18647
18648 2004-10-22 13:31  jordi
18649
18650         * MenuAPI.cs: speedup menus drawing
18651
18652 2004-10-22 13:16  jackson
18653
18654         * XplatUIX11.cs: Make sure to update exposed regions when adding an
18655           expose event
18656
18657 2004-10-22 11:49  jackson
18658
18659         * Control.cs: oops
18660
18661 2004-10-22 11:41  jackson
18662
18663         * Control.cs: Check to see if the window should have its background
18664           repainted by X when drawing.
18665
18666 2004-10-22 11:31  jackson
18667
18668         * XplatUIX11.cs: When invalidating areas only use XClearArea if
18669           clear is true, this way we do not get flicker from X repainting the
18670           background
18671
18672 2004-10-22 11:28  jackson
18673
18674         * XEventQueue.cs: Queue properly
18675
18676 2004-10-21 09:38  jackson
18677
18678         * XEventQueue.cs: Fix access modifier
18679
18680 2004-10-21 09:36  jackson
18681
18682         * XEventQueue.cs: Don't loose messages
18683
18684 2004-10-21 09:22  jackson
18685
18686         * XEventQueue.cs: Don't loose messages
18687
18688 2004-10-20 04:15  jordi
18689
18690         * BootMode.cs: enum need it by SystemInfo
18691
18692 2004-10-19 21:58  pbartok
18693
18694         * XplatUIWin32.cs:
18695           - Small sanity check
18696
18697 2004-10-19 21:56  pbartok
18698
18699         * Form.cs:
18700           - Added private FormParentWindow class which acts as the container
18701             for our form and as the non-client area where menus are drawn
18702           - Added/Moved required tie-ins to Jordi's menus
18703           - Fixed/Implemented the FormStartPosition functionality
18704
18705 2004-10-19 21:52  pbartok
18706
18707         * Control.cs:
18708           - Removed unneeded locals
18709           - Added code to all size and location properties to understand and
18710             deal with the parent container of Form
18711
18712 2004-10-19 21:33  pbartok
18713
18714         * Application.cs:
18715           - Fixed to deal with new Form subclasses for menus
18716
18717 2004-10-19 17:48  jackson
18718
18719         * XEventQueue.cs: commit correct version of file
18720
18721 2004-10-19 16:50  jackson
18722
18723         * XEventQueue.cs, XplatUIX11.cs: New optimized event queue
18724
18725 2004-10-19 16:15  jordi
18726
18727         * MenuAPI.cs: MenuBarCalcSize returns the height
18728
18729 2004-10-19 08:31  pbartok
18730
18731         * Control.cs:
18732           - Added missing call to PreProcessMessage before calling OnXXXKey
18733           methods
18734
18735 2004-10-19 00:04  ravindra
18736
18737         * ToolTip.cs: Fixed constructor.
18738
18739 2004-10-18 09:31  jordi
18740
18741         * MenuAPI.cs: menuitems in menubars do not have shortcuts
18742
18743 2004-10-18 09:26  jordi
18744
18745         * MenuItem.cs: fixes MenuItem class signature
18746
18747 2004-10-18 08:56  jordi
18748
18749         * MenuAPI.cs: prevents windows from showing in the taskbar
18750
18751 2004-10-18 00:28  ravindra
18752
18753         * ToolTip.cs: Suppressed a warning message.
18754
18755 2004-10-18 00:27  ravindra
18756
18757         * Control.cs: Default value of visible property must be true.
18758
18759 2004-10-17 23:19  pbartok
18760
18761         * ToolTip.cs:
18762           - Complete implementation
18763
18764 2004-10-17 23:19  pbartok
18765
18766         * XplatUIX11.cs:
18767           - Added EnableWindow method
18768           - Added SetModal stub
18769           - Added generation of WM_ACTIVATE message (still needs testing)
18770           - Added SetTopMost stub
18771           - Changes to deal with VirtualKeys being moved to XplatUIStructs.cs
18772
18773 2004-10-17 23:17  pbartok
18774
18775         * XplatUIWin32.cs:
18776           - Removed VirtualKeys to XplatUIStructs
18777           - Implemented SetTopMost method
18778           - Implemented EnableWindow method
18779           - Bugfix in ScreenToClient()
18780           - Bugfixes in ClientToScreen()
18781
18782 2004-10-17 22:51  pbartok
18783
18784         * XplatUIStructs.cs:
18785           - Added WS_EX styles to WindowStyles enumeration
18786
18787 2004-10-17 22:50  pbartok
18788
18789         * XplatUI.cs, XplatUIDriver.cs:
18790           - Added method for enabling/disabling windows
18791           - Added method for setting window modality
18792           - Added method for setting topmost window
18793
18794 2004-10-17 22:49  pbartok
18795
18796         * ThemeWin32Classic.cs:
18797           - Added ToolTip drawing code
18798
18799 2004-10-17 22:49  pbartok
18800
18801         * Theme.cs:
18802           - Added ToolTip abstracts
18803
18804 2004-10-17 22:47  pbartok
18805
18806         * Form.cs:
18807           - Fixed Form.ControlCollection to handle owner relations
18808           - Added Owner/OwnedForms handling
18809           - Implemented Z-Ordering for owned forms
18810           - Removed unneeded private overload of ShowDialog
18811           - Fixed ShowDialog, added the X11 incarnation of modal handling (or
18812             so I hope)
18813           - Fixed Close(), had wrong default
18814           - Added firing of OnLoad event
18815           - Added some commented out debug code for Ownership handling
18816
18817 2004-10-17 22:16  pbartok
18818
18819         * Control.cs:
18820           - Fixed/implemented flat list of controls
18821
18822 2004-10-17 22:14  pbartok
18823
18824         * Application.cs:
18825           - Added code to simulate modal dialogs on Win32
18826
18827 2004-10-17 16:11  jordi
18828
18829         * ScrollBar.cs: disabled scrollbar should not honor any keyboard or
18830           mouse event
18831
18832 2004-10-17 13:39  jordi
18833
18834         * MenuAPI.cs: menu drawing fixes
18835
18836 2004-10-15 09:10  ravindra
18837
18838         * StructFormat.cs: General Enum.
18839
18840 2004-10-15 09:09  ravindra
18841
18842         * SizeGripStyle.cs: Enum for Form.
18843
18844 2004-10-15 09:08  ravindra
18845
18846         * Theme.cs, ThemeWin32Classic.cs: Added ColumnHeaderHeight property
18847           in Theme for ListView.
18848
18849 2004-10-15 09:06  ravindra
18850
18851         * ColumnHeader.cs: Flushing some formatting changes.
18852
18853 2004-10-15 09:05  ravindra
18854
18855         * ListViewItem.cs: Implemented GetBounds method and fixed coding
18856           style.
18857
18858 2004-10-15 09:03  ravindra
18859
18860         * ListView.cs: Implemented Paint method and fixed coding style.
18861
18862 2004-10-15 07:34  jordi
18863
18864         * MenuAPI.cs: fix for X11
18865
18866 2004-10-15 07:32  ravindra
18867
18868         * ButtonBase.cs, CheckBox.cs, RadioButton.cs:
18869                 - Renamed Paint() method to Draw() for clarity. Also, moved
18870                 DrawImage() to OnPaint().
18871
18872 2004-10-15 07:25  ravindra
18873
18874         * CheckBox.cs, RadioButton.cs:
18875                 - Removed Redraw (), we get it from ButtonBase.
18876                 - Implemented Paint (), to do class specific painting.
18877
18878 2004-10-15 07:16  ravindra
18879
18880         * ButtonBase.cs:
18881                 - Redraw () is not virtual now.
18882                 - Added an internal virtual method Paint (), so that
18883                 derived classes can do their painting on their own.
18884                 - Modified OnPaint () to call Paint ().
18885
18886 2004-10-15 06:43  jordi
18887
18888         * ContextMenu.cs, DrawItemEventHandler.cs, Form.cs, MainMenu.cs,
18889           MenuAPI.cs, MenuItem.cs: menu work, mainmenu, subitems, etc
18890
18891 2004-10-15 00:30  ravindra
18892
18893         * MessageBox.cs:
18894                 - MessageBox on windows does not have min/max buttons.
18895                 This change in CreateParams fixes this on Windows. We
18896                 still need to implement this windowstyle behavior in
18897                 our X11 driver.
18898
18899 2004-10-14 05:14  ravindra
18900
18901         * ToolBar.cs:
18902                 - Changed Redraw () to do a Refresh () always.
18903                 - Fixed the MouseMove event handling when mouse is pressed,
18904                 ie drag event handling.
18905                 - Replaced the usage of ToolBarButton.Pressed property to
18906                 ToolBarButton.pressed internal variable.
18907
18908 2004-10-14 05:10  ravindra
18909
18910         * ToolBarButton.cs:
18911                 - Added an internal member 'inside' to handle mouse move
18912                 with mouse pressed ie mouse drag event.
18913                 - Changed 'Pressed' property to return true only when
18914                 'inside' and 'pressed' are both true.
18915                 - Some coding style love.
18916
18917 2004-10-14 00:17  ravindra
18918
18919         * Form.cs: Fixed class signature. ShowDialog (Control) is not a
18920           public method.
18921
18922 2004-10-14 00:15  ravindra
18923
18924         * ButtonBase.cs: Redraw () related improvements.
18925
18926 2004-10-14 00:14  ravindra
18927
18928         * MessageBox.cs: Moved InitFormSize () out of Paint method and
18929           removed unnecessary calls to Button.Show () method.
18930
18931 2004-10-13 17:50  pbartok
18932
18933         * XplatUIX11.cs:
18934           - Formatting fix
18935           - Removed destroying of window until we solve the problem of X
18936             destroying the window before us on shutdown
18937
18938 2004-10-13 16:32  pbartok
18939
18940         * ButtonBase.cs:
18941           - Now Redraws on MouseUp for FlatStyle Flat and Popup
18942
18943 2004-10-13 14:18  pbartok
18944
18945         * XplatUIX11.cs:
18946           - Added code to destroy the X window
18947
18948 2004-10-13 14:18  pbartok
18949
18950         * XplatUIWin32.cs:
18951           - Added code to destroy a window
18952
18953 2004-10-13 14:12  pbartok
18954
18955         * ButtonBase.cs:
18956           - Added the Redraw on Resize that got dropped in the last rev
18957
18958 2004-10-13 09:06  pbartok
18959
18960         * ThemeWin32Classic.cs:
18961           - Path from John BouAntoun:
18962             * Fix check rendering (centre correctly for normal style, offset
18963               correctly for FlatStyle).
18964             * Fix border color usage (use backcolor) for FlatStyle.Popup
18965             * Use checkbox.Capture instead of checkbox.is_pressed when
18966               rendering flatstyle states.
18967
18968 2004-10-12 21:48  pbartok
18969
18970         * ThemeWin32Classic.cs:
18971           - Removed all occurences of SystemColors and replaced them with the
18972             matching theme color
18973
18974 2004-10-12 21:41  pbartok
18975
18976         * ThemeWin32Classic.cs:
18977           - From John BouAntoun: Added an overload to CPDrawBorder3D to allow
18978             him using the function for flatstyle drawing
18979           - Changed functions to use the new version of CPDrawBorder3D
18980
18981 2004-10-12 21:15  pbartok
18982
18983         * ControlPaint.cs:
18984           - Fixed Dark(), DarkDark(), Light() and LightLight() methods to
18985             match MS documentation. They need to return defined colors if the
18986             passed color matches the configured control color. Thanks to John
18987             BouAntoun for pointing this out.
18988
18989 2004-10-12 20:57  pbartok
18990
18991         * Control.cs:
18992           - Fix from John BouAntoun: Raise ForeColorChanged event when text
18993             color is changed
18994
18995 2004-10-12 20:46  pbartok
18996
18997         * CheckBox.cs:
18998           - Fix from John BouAntoun: Now properly sets the Appearance property
18999
19000 2004-10-12 20:45  pbartok
19001
19002         * ThemeWin32Classic.cs:
19003           - Fixes from John BouAntoun: now handles forecolors and backcolors
19004             for flatstyle rendered controls much better; It also fixes normal
19005             checkbox rendering when pushed or disabled.
19006
19007 2004-10-08 02:50  jordi
19008
19009         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: more menu
19010           work
19011
19012 2004-10-07 08:56  jordi
19013
19014         * ThemeWin32Classic.cs: Removes deletion of cached brushes
19015
19016 2004-10-06 03:59  jordi
19017
19018         * Control.cs, StatusBar.cs, ThemeWin32Classic.cs, ToolBar.cs,
19019           XplatUIWin32.cs: removes warnings from compilation
19020
19021 2004-10-05 12:23  jackson
19022
19023         * RadioButton.cs: Fix ctor
19024
19025 2004-10-05 11:10  pbartok
19026
19027         * MessageBox.cs:
19028           - Partial implementation by Benjamin Dasnois
19029
19030 2004-10-05 10:15  jackson
19031
19032         * ThemeWin32Classic.cs: Improve rendering of the radio button patch
19033           by John BouAntoun
19034
19035 2004-10-05 03:07  ravindra
19036
19037         * ToolBar.cs:
19038                 - Removed a private method, Draw ().
19039                 - Fixed the ButtonDropDown event handling.
19040                 - Fixed MouseMove event handling.
19041
19042 2004-10-05 03:04  ravindra
19043
19044         * ThemeWin32Classic.cs:
19045                 - Added DrawListView method and ListViewDefaultSize property.
19046                 - Changed ControlPaint method calls to CPDrawXXX wherever possible.
19047                 - Changed DOS style CRLF to Unix format (dos2unix).
19048
19049 2004-10-05 03:03  ravindra
19050
19051         * Theme.cs:
19052                 - Added DrawListView method and ListViewDefaultSize property.
19053
19054 2004-10-05 02:42  ravindra
19055
19056         * ToolBarButton.cs: Added an internal member dd_pressed to handle
19057           clicks on DropDown arrow.
19058
19059 2004-10-04 22:56  jackson
19060
19061         * ButtonBase.cs, Label.cs, MenuAPI.cs, ProgressBar.cs,
19062           ScrollBar.cs, StatusBar.cs, ToolBar.cs, TrackBar.cs: Let the base
19063           Control handle the buffers, derived classes should not have to
19064           CreateBuffers themselves.
19065
19066 2004-10-04 21:20  jackson
19067
19068         * StatusBar.cs: The control handles resizing the buffers now.
19069
19070 2004-10-04 21:18  jackson
19071
19072         * Control.cs: When resizing the buffers should be invalidated. This
19073           should be handled in Control not in derived classes.
19074
19075 2004-10-04 14:45  jackson
19076
19077         * TabPage.cs: oops
19078
19079 2004-10-04 02:14  pbartok
19080
19081         * LeftRightAlignment.cs:
19082           - Initial check-in
19083
19084 2004-10-04 01:09  jordi
19085
19086         * ThemeWin32Classic.cs: fixes right button position causing right
19087           button not showing on horizontal scrollbars
19088
19089 2004-10-02 13:12  pbartok
19090
19091         * XplatUIX11.cs:
19092           - Simplified the Invalidate method by using an X call instead of
19093             generating the expose ourselves
19094           - Added an expose when the window background is changed
19095           - Implemented ClientToScreen method
19096
19097 2004-10-02 13:08  pbartok
19098
19099         * XplatUIWin32.cs:
19100           - Added Win32EnableWindow method (test for implementing modal
19101           dialogs)
19102           - Added ClientToScreen method and imports
19103
19104 2004-10-02 13:07  pbartok
19105
19106         * XplatUI.cs, XplatUIDriver.cs:
19107           - Added ClientToScreen coordinate translation method
19108
19109 2004-10-02 13:06  pbartok
19110
19111         * KeyPressEventArgs.cs:
19112           - Fixed access level for constructor
19113
19114 2004-10-02 13:06  pbartok
19115
19116         * NativeWindow.cs:
19117           - Changed access level for the window_collection hash table
19118
19119 2004-10-02 13:05  pbartok
19120
19121         * Form.cs:
19122           - Added KeyPreview property
19123           - Added Menu property (still incomplete, pending Jordi's menu work)
19124           - Implemented ProcessCmdKey
19125           - Implemented ProcessDialogKey
19126           - Implemented ProcessKeyPreview
19127
19128 2004-10-02 13:02  pbartok
19129
19130         * Control.cs:
19131           - Added private method to get the Control object from the window
19132           handle
19133           - Implemented ContextMenu property
19134           - Implemented PointToScreen
19135           - Implemented PreProcessMessage
19136           - Implemented IsInputChar
19137           - Implemented IsInputKey
19138           - Implemented ProcessCmdKey
19139           - Completed ProcessKeyEventArgs
19140           - Fixed message loop to call the proper chain of functions on key
19141           events
19142           - Implemented ProcessDialogChar
19143           - Implemented ProcessDialogKey
19144           - Implemented ProcessKeyMessage
19145           - Implemented ProcessKeyPreview
19146           - Added RaiseDragEvent stub (MS internal method)
19147           - Added RaiseKeyEvent stub (MS internal method)
19148           - Added RaiseMouseEvent stub (MS Internal method)
19149           - Added RaisePaintEvent stub (MS Internal method)
19150           - Added ResetMouseEventArgs stub (MS Internal method)
19151           - Implemented RtlTranslateAlignment
19152           - Implemented RtlTranslateContent
19153           - Implemented RtlTranslateHorizontal
19154           - Implemented RtlTranslateLeftRight
19155           - Added generation of KeyPress event
19156
19157 2004-10-02 05:57  ravindra
19158
19159         * ListViewItem.cs: Added attributes.
19160
19161 2004-10-02 05:32  ravindra
19162
19163         * ListView.cs: Added attributes.
19164
19165 2004-10-01 11:53  jackson
19166
19167         * Form.cs: Implement the Close method so work on MessageBox can
19168           continue.
19169
19170 2004-09-30 14:06  pbartok
19171
19172         * XplatUIX11.cs:
19173           - Bug fixes
19174
19175 2004-09-30 11:34  jackson
19176
19177         * RadioButton.cs: Fix typo. Patch by John BouAntoun.
19178
19179 2004-09-30 07:26  ravindra
19180
19181         * ListViewItemConverter.cs: Converter for ListViewItem.
19182
19183 2004-09-30 07:26  ravindra
19184
19185         * SortOrder.cs: Enum for ListView control.
19186
19187 2004-09-30 07:25  ravindra
19188
19189         * ColumnHeader.cs: Supporting class for ListView control.
19190
19191 2004-09-30 07:24  ravindra
19192
19193         * ListView.cs, ListViewItem.cs: Initial implementation.
19194
19195 2004-09-30 07:20  ravindra
19196
19197         * ItemActivation.cs: Enum for ListView Control.
19198
19199 2004-09-29 20:29  pbartok
19200
19201         * XplatUIX11.cs:
19202           - Added lookup of pixel value for background color; tries to get a
19203             color 'close' to the requested color, it avoids having to create a
19204             colormap.  Depending on the display this could mean the used color
19205             is slightly off the desired color. Might have to change it to a more
19206             resource intensive colormap approach, but it will work as a
19207           workaround to avoid red screens.
19208
19209 2004-09-29 14:27  jackson
19210
19211         * XplatUIX11.cs: Set the X DisplayHandle in System.Drawing
19212
19213 2004-09-28 12:44  pbartok
19214
19215         * ButtonBase.cs, CheckBox.cs, ControlPaint.cs, GroupBox.cs,
19216           HScrollBar.cs, Label.cs, LinkLabel.cs, Panel.cs, PictureBox.cs,
19217           ProgressBar.cs, RadioButton.cs, ScrollBar.cs, StatusBar.cs,
19218           Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs, ToolBar.cs,
19219           TrackBar.cs, VScrollBar.cs:
19220           - Streamlined Theme interfaces:
19221             * Each DrawXXX method for a control now is passed the object for
19222               the control to be drawn in order to allow accessing any state the
19223               theme might require
19224
19225             * ControlPaint methods for the theme now have a CP prefix to avoid
19226               name clashes with the Draw methods for controls
19227
19228             * Every control now retrieves it's DefaultSize from the current
19229             theme
19230
19231 2004-09-28 12:17  jackson
19232
19233         * Button.cs: Do not redraw OnClick MouseUp/Down will handle the
19234           drawing
19235
19236 2004-09-24 14:57  jackson
19237
19238         * XplatUIX11.cs: Don't lock/enqueue/dequeue for unhandled messages.
19239           Gives us a nice little performance boost.
19240
19241 2004-09-24 12:02  jackson
19242
19243         * TabAlignment.cs, TabAppearance.cs, TabControl.cs, TabDrawMode.cs,
19244           TabPage.cs, TabSizeMode.cs: Partial implementation of the Tab
19245           Control and supporting classes. Initial checkin
19246
19247 2004-09-23 13:08  jackson
19248
19249         * Form.cs: Temp build fixage
19250
19251 2004-09-23 01:39  ravindra
19252
19253         * ItemChangedEventArgs.cs, ItemChangedEventHandler.cs,
19254           ItemCheckEventArgs.cs, ItemCheckEventHandler.cs,
19255           ItemDragEventArgs.cs, ItemDragEventHandler.cs,
19256           LabelEditEventArgs.cs, LabelEditEventHandler.cs: EventArgs and
19257           EventHandlers needed by ListView Control.
19258
19259 2004-09-22 14:12  pbartok
19260
19261         * ScrollableControl.cs:
19262           - Implemented DockPadding property
19263           - Implemented AutoScroll property
19264           - Implemented AutoScrollMargin property
19265           - Implemented AutoScrollMinSize property
19266           - Implemented AutoScrollPosition property
19267           - Implemented DisplayRectangle property (still incomplete)
19268           - Implemented CreateParams property
19269           - Implemented HScroll property
19270           - Implemented VScroll property
19271           - Implemented OnVisibleChanged property
19272
19273 2004-09-22 14:09  pbartok
19274
19275         * Form.cs:
19276           - Added Form.ControllCollection class
19277           - Added handling for Form owners: Owner, OwnedForms, AddOwnedForm,
19278             RemoveOwnedForm (still incomplete, missing on-top and common
19279             minimize/maximize behaviour)
19280           - Added StartPosition property (still incomplete, does not use when
19281             creating the form)
19282           - Added ShowDialog() methods (still incomplete, missing forcing the
19283             dialog modal)
19284
19285 2004-09-22 14:05  pbartok
19286
19287         * Application.cs:
19288           - Added message loop for modal dialogs
19289
19290 2004-09-22 14:02  pbartok
19291
19292         * GroupBox.cs:
19293           - Fixed wrong types for events
19294
19295 2004-09-22 14:00  pbartok
19296
19297         * Shortcut.cs, FormWindowState.cs:
19298           - Fixed wrong values
19299
19300 2004-09-22 12:01  jackson
19301
19302         * Control.cs: Text is never null
19303
19304 2004-09-20 22:14  pbartok
19305
19306         * XplatUIWin32.cs:
19307           - Fixed accessibility level for Idle handler
19308
19309 2004-09-20 18:54  jackson
19310
19311         * Application.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
19312           XplatUIX11.cs: New message loop that uses poll so we don't get a
19313           busy loop
19314
19315 2004-09-17 10:43  pbartok
19316
19317         * ScrollBar.cs:
19318           - Fixed behaviour of arrow buttons. Now properly behaves like
19319             Buttons (and like Microsoft's scrollbar arrow buttons)
19320
19321 2004-09-17 10:14  pbartok
19322
19323         * ScrollBar.cs:
19324           - Added missing release of keyboard/mouse capture
19325
19326 2004-09-17 06:18  jordi
19327
19328         * ContextMenu.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs,
19329           Theme.cs: Very early menu support
19330
19331 2004-09-16 17:45  pbartok
19332
19333         * XplatUIWin32.cs:
19334           - Fixed sending a window to the front
19335           - Added overload for SetWindowPos to avoid casting
19336
19337 2004-09-16 17:44  pbartok
19338
19339         * Control.cs:
19340           - Added SendToBack and BringToFront methods
19341
19342 2004-09-16 07:00  ravindra
19343
19344         * Copyright: Added Novell URL.
19345
19346 2004-09-16 07:00  ravindra
19347
19348         * ToolBar.cs: Invalidate should be done before redrawing.
19349
19350 2004-09-15 21:19  ravindra
19351
19352         * ColumnHeaderStyle.cs: Enum for ListView Control.
19353
19354 2004-09-15 21:18  ravindra
19355
19356         * ColumnClickEventArgs.cs, ColumnClickEventHandler.cs: Event for
19357           ListView Control.
19358
19359 2004-09-13 18:26  jackson
19360
19361         * Timer.cs, XplatUIX11.cs: Remove test code so timers are updated
19362           properly
19363
19364 2004-09-13 18:13  jackson
19365
19366         * Timer.cs, X11Structs.cs, XplatUIX11.cs: Timers are now handled in
19367           a second thread and post messages into the main threads message
19368           queue. This makes timing much more consistent. Both win2K and XP
19369           have a minimum timer value of 15 milliseconds, so we now do this
19370           too.
19371
19372 2004-09-13 15:18  pbartok
19373
19374         * X11Structs.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
19375           XplatUIX11.cs:
19376           - Added Z-Ordering methods
19377
19378 2004-09-13 10:56  pbartok
19379
19380         * Form.cs:
19381           - Fixed #region names
19382           - Moved properties and methods into their proper #regions
19383
19384 2004-09-13 10:51  pbartok
19385
19386         * Form.cs:
19387           - Added Accept and CancelButton properties
19388           - Added ProcessDialogKey() method
19389
19390 2004-09-13 08:18  pbartok
19391
19392         * IWindowTarget.cs:
19393           - Initial check-in
19394
19395 2004-09-10 21:50  pbartok
19396
19397         * Control.cs:
19398           - Added DoDragDrop() [incomplete]
19399           - Properly implemented 'Visible' handling
19400           - Added SetVisibleCore()
19401           - Implemented FindChildAtPoint()
19402           - Implemented GetContainerControl()
19403           - Implemented Hide()
19404
19405 2004-09-10 19:28  pbartok
19406
19407         * Control.cs:
19408           - Moved methods into their appropriate #regions
19409           - Reordered methods within regions alphabetically
19410
19411 2004-09-10 18:57  pbartok
19412
19413         * XplatUIX11.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
19414           - Added method to retrieve text from window
19415
19416 2004-09-10 18:56  pbartok
19417
19418         * Control.cs:
19419           - Moved some internal functions into the internal region
19420           - Implemented FontHeight
19421           - Implemented RenderRightToLeft
19422           - Implemented ResizeRedraw
19423           - Implemented ShowFocusCues
19424           - Implemented ShowKeyboardCues
19425           - Implemented FromChildHandle
19426           - Implemented FromHandle
19427           - Implemented IsMnemonic
19428           - Implemented ReflectMessage
19429           - All public and protected Static Methods are now complete
19430
19431 2004-09-10 16:54  pbartok
19432
19433         * Control.cs:
19434           - Implemented remaining missing public instance properties
19435           - Alphabetized some out of order properties
19436
19437 2004-09-10 05:51  ravindra
19438
19439         * PictureBox.cs: Added a check for null image.
19440
19441 2004-09-10 00:59  jordi
19442
19443         * GroupBox.cs: remove cvs tag
19444
19445 2004-09-09 05:25  ravindra
19446
19447         * ToolBar.cs: Make redraw accessible from ToolBarButton.
19448
19449 2004-09-09 05:23  ravindra
19450
19451         * ToolBarButton.cs: Changes in ToolBarButton need to make it's
19452           parent redraw.
19453
19454 2004-09-09 02:28  pbartok
19455
19456         * ThemeWin32Classic.cs:
19457           - Improve disabled string look
19458
19459 2004-09-09 01:15  jordi
19460
19461         * MeasureItemEventArgs.cs, MeasureItemEventHandler.cs: measureitem
19462           args and handler
19463
19464 2004-09-08 23:56  ravindra
19465
19466         * ItemBoundsPortion.cs: It's enum, not a class!
19467
19468 2004-09-08 23:47  ravindra
19469
19470         * FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs:
19471           Enums for Form.
19472
19473 2004-09-08 21:13  ravindra
19474
19475         * ItemBoundsPortion.cs, ListViewAlignment.cs, View.cs: Enums for
19476           ListView control.
19477
19478 2004-09-08 21:03  ravindra
19479
19480         * ThemeWin32Classic.cs: PictureBox would not draw a null image to
19481           avoid crash.
19482
19483 2004-09-08 21:01  ravindra
19484
19485         * ScrollableControl.cs: Removed unreachable code.
19486
19487 2004-09-08 06:45  jordi
19488
19489         * MenuMerge.cs, Shortcut.cs: enumerations need it by menus
19490
19491 2004-09-08 01:00  jackson
19492
19493         * XplatUIX11.cs: Only run the timers when updating the message
19494           queue. This effectively gives X messages a higher priority then
19495           timer messages. Timers still need love though
19496
19497 2004-09-07 14:01  jackson
19498
19499         * XplatUIX11.cs: Do not call XDestroyWindow, X has already done
19500           this for us and the handle is no longer valid.
19501
19502 2004-09-07 13:59  jackson
19503
19504         * HandleData.cs, XplatUIX11.cs: First steps towards a new X event
19505           loop that manages to not crash. TODO: Add poll and cleanup timers
19506
19507 2004-09-07 11:12  jordi
19508
19509         * GroupBox.cs, Theme.cs, ThemeWin32Classic.cs: GroupBox control
19510
19511 2004-09-07 03:40  jordi
19512
19513         * Label.cs, LinkLabel.cs, Theme.cs, ThemeWin32Classic.cs: LinkLabel
19514           fixes, methods, multiple links
19515
19516 2004-09-06 06:55  jordi
19517
19518         * Control.cs: Caches ClientRectangle rectangle value
19519
19520 2004-09-05 02:03  jordi
19521
19522         * ScrollBar.cs, ThemeWin32Classic.cs: fixes bugs, adds flashing on
19523           certain situations
19524
19525 2004-09-04 11:10  jordi
19526
19527         * Label.cs: Refresh when font changed
19528
19529 2004-09-02 16:24  pbartok
19530
19531         * Control.cs:
19532           - Added sanity check to creation of double buffer bitmap
19533
19534 2004-09-02 16:24  pbartok
19535
19536         * ButtonBase.cs:
19537           - Fixed selection of text color
19538           - Fixed handling of resize event; now properly recreates double
19539             buffering bitmap
19540           - Added missing assignment of TextAlignment
19541           - Added proper default for TextAlignment
19542
19543 2004-09-02 14:26  pbartok
19544
19545         * RadioButton.cs:
19546           - Added missing RadioButton.RadioButtonAccessibleObject class
19547
19548 2004-09-02 14:26  pbartok
19549
19550         * Control.cs:
19551           - Added missing Control.ControlAccessibleObject class
19552           - Started to implement Select()ion mechanisms, still very incomplete
19553
19554 2004-09-02 14:25  pbartok
19555
19556         * AccessibleObject.cs:
19557           - Added missing methods
19558
19559 2004-09-02 14:23  pbartok
19560
19561         * AccessibleNavigation.cs, AccessibleSelection.cs:
19562           - Initial check-in
19563
19564 2004-09-02 10:32  jordi
19565
19566         * Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: implements resource
19567           pool for pens, brushes, and hatchbruses
19568
19569 2004-09-01 15:30  jackson
19570
19571         * StatusBar.cs: Fix typo
19572
19573 2004-09-01 14:44  pbartok
19574
19575         * RadioButton.cs:
19576           - Fixed state
19577
19578 2004-09-01 14:39  pbartok
19579
19580         * Button.cs, RadioButton.cs:
19581           - Functional initial check-in
19582
19583 2004-09-01 14:01  pbartok
19584
19585         * CheckBox.cs:
19586           - Added missing default
19587           - Added missing region mark
19588
19589 2004-09-01 09:10  jordi
19590
19591         * Label.cs: fixes method signatures, new methods, events, fixes
19592           autosize
19593
19594 2004-09-01 07:19  jordi
19595
19596         * Control.cs: Init string variables with an empty object
19597
19598 2004-09-01 04:20  jordi
19599
19600         * Control.cs: fires OnFontChanged event
19601
19602 2004-08-31 20:07  pbartok
19603
19604         * ButtonBase.cs:
19605           - Enabled display of strings
19606
19607 2004-08-31 20:05  pbartok
19608
19609         * Form.cs:
19610           - Added (partial) implementation of DialogResult; rest needs to be
19611             implemented when the modal loop code is done
19612
19613 2004-08-31 19:55  pbartok
19614
19615         * CheckBox.cs:
19616           - Fixed to match the removal of the needs_redraw concept
19617
19618 2004-08-31 19:55  pbartok
19619
19620         * ButtonBase.cs:
19621           - Removed the rather odd split between 'needs redraw' and redrawing
19622           - Now handles the events that require regeneration (ambient
19623             properties and size)
19624
19625 2004-08-31 19:41  pbartok
19626
19627         * Control.cs:
19628           - Added firing of BackColorChanged event
19629           - Added TopLevelControl property
19630           - Fixed handling of WM_ERASEBKGRND message
19631
19632 2004-08-31 12:49  pbartok
19633
19634         * ButtonBase.cs:
19635           - Removed debug
19636           - Minor fixes
19637
19638 2004-08-31 12:48  pbartok
19639
19640         * CheckBox.cs:
19641           - Finished (famous last words)
19642
19643 2004-08-31 04:35  jordi
19644
19645         * ScrollBar.cs: adds autorepeat timer, uses a single timer, fixes
19646           scrolling bugs, adds new methods
19647
19648 2004-08-30 14:42  pbartok
19649
19650         * CheckBox.cs:
19651           - Implemented CheckBox drawing code
19652
19653 2004-08-30 14:42  pbartok
19654
19655         * ButtonBase.cs:
19656           - Made Redraw() and CheckRedraw() virtual
19657           - Improved mouse up/down/move logic to properly track buttons
19658
19659 2004-08-30 09:44  pbartok
19660
19661         * CheckBox.cs:
19662           - Updated to fix broken build. Not complete yet.
19663
19664 2004-08-30 09:28  pbartok
19665
19666         * CheckState.cs:
19667           - Initial checkin
19668
19669 2004-08-30 09:17  pbartok
19670
19671         * Appearance.cs:
19672           - Initial check-in
19673
19674 2004-08-27 16:12  ravindra
19675
19676         * ToolBarButton.cs: Added TypeConverter attribute.
19677
19678 2004-08-27 16:07  ravindra
19679
19680         * ImageIndexConverter.cs: Implemented.
19681
19682 2004-08-27 14:17  pbartok
19683
19684         * Control.cs:
19685           - Removed unneeded stack vars
19686           - First attempt to fix sizing issues when layout is suspended
19687
19688 2004-08-25 15:35  jordi
19689
19690         * ScrollBar.cs: more fixes to scrollbar
19691
19692 2004-08-25 14:04  ravindra
19693
19694         * Theme.cs, ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs:
19695           Added the missing divider code and grip for ToolBar Control.
19696
19697 2004-08-25 13:20  pbartok
19698
19699         * Control.cs:
19700           - Control now properly passes the ambient background color to child
19701             controls
19702
19703 2004-08-25 13:20  jordi
19704
19705         * ScrollBar.cs: small bug fix regarding bar position
19706
19707 2004-08-25 12:33  pbartok
19708
19709         * Timer.cs:
19710           - Now only calls SetTimer or KillTimer if the enabled state has
19711           changed
19712
19713 2004-08-25 12:33  pbartok
19714
19715         * XplatUIWin32.cs:
19716           - Fixed timer handling, now seems to work
19717           - Improved error message for window creation
19718
19719 2004-08-25 12:32  pbartok
19720
19721         * Control.cs:
19722           - Fixed generation of MouseUp message
19723
19724 2004-08-25 12:29  jordi
19725
19726         * ProgressBar.cs, ThemeWin32Classic.cs: new methods, properties,
19727           and fixes for progressbar
19728
19729 2004-08-24 18:43  ravindra
19730
19731         * ThemeWin32Classic.cs, ToolBar.cs: Fixed wrapping related issues
19732           in ToolBar control.
19733
19734 2004-08-24 17:15  pbartok
19735
19736         * Panel.cs:
19737           - Added #region
19738           - Added missing events
19739           - Alphabetized
19740
19741 2004-08-24 17:14  pbartok
19742
19743         * StatusBar.cs, PictureBox.cs:
19744           - Now uses Control's CreateParams
19745
19746 2004-08-24 16:36  pbartok
19747
19748         * XplatUIX11.cs:
19749           - Fixed background color handling
19750           - Fixed sending of enter/leave events on a grab
19751
19752 2004-08-24 16:35  pbartok
19753
19754         * X11Structs.cs:
19755           - Refined definitions for CrossingEvent
19756
19757 2004-08-24 12:37  jordi
19758
19759         * ScrollBar.cs, Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: fixes
19760           formmating, methods signature, and adds missing events
19761
19762 2004-08-24 12:24  jordi
19763
19764         * Control.cs: fire OnEnabledChanged event
19765
19766 2004-08-24 11:17  pbartok
19767
19768         * XplatUIWin32.cs:
19769           - Implemented SetTimer() and KillTimer()
19770
19771 2004-08-24 11:16  pbartok
19772
19773         * XplatUIX11.cs:
19774           - Now uses Remove instead of Add to kill the timer
19775
19776 2004-08-24 10:16  jackson
19777
19778         * PictureBox.cs, Theme.cs, ThemeWin32Classic.cs: Handle drawing
19779           picture boxes in the theme now. Draw picture box borders and obey
19780           sizing modes
19781
19782 2004-08-24 05:49  jackson
19783
19784         * Timer.cs: Remove top secret debugging code
19785
19786 2004-08-24 05:34  jackson
19787
19788         * PictureBox.cs: Temp hack to make picture boxes draw their full
19789           image
19790
19791 2004-08-24 05:29  jackson
19792
19793         * Timer.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
19794           XplatUIX11.cs: Move timers to the driver level. On X they are
19795           queued by the driver and checked on idle.
19796
19797 2004-08-24 01:07  jackson
19798
19799         * XplatUIX11.cs: Use a queue for async messages instead of passing
19800           them as ClientMessages since that was totally broken. Also simply
19801           check for events and return an idle message if none are found. This
19802           gives us an idle handler, and prevents deadlocking when no messages
19803           are in the queue.
19804
19805 2004-08-23 18:19  ravindra
19806
19807         * XplatUIWin32.cs: Removed the unwanted destructor.
19808
19809 2004-08-23 17:27  pbartok
19810
19811         * ButtonBase.cs:
19812           - Finishing touches. Works now, just needs some optimizations.
19813
19814 2004-08-23 16:53  jordi
19815
19816         * ScrollBar.cs: small fix
19817
19818 2004-08-23 16:45  pbartok
19819
19820         * Application.cs:
19821           - Removed debug output
19822           - Simplifications
19823
19824 2004-08-23 16:43  jordi
19825
19826         * ScrollBar.cs: [no log message]
19827
19828 2004-08-23 16:10  pbartok
19829
19830         * Form.cs:
19831           - Fixed handling of WM_CLOSE message
19832           - Removed debug output
19833
19834 2004-08-23 16:09  pbartok
19835
19836         * Application.cs:
19837           - Added handling of Idle event
19838           - Added handling of form closing
19839           - Fixed reporting of MessageLoop property
19840           - Removed some unneeded code, should provide a bit of a speedup
19841
19842 2004-08-23 15:22  pbartok
19843
19844         * Control.cs:
19845           - Added InitLayout() method
19846           - Added code to properly perform layout when Anchor or Dock property
19847             is changed
19848           - Changed 'interpretation' of ResumeLayout. MS seems to have a
19849             LAMESPEC, tried to do it in a way that makes sense
19850
19851 2004-08-23 14:10  jordi
19852
19853         * HScrollBar.cs, ScrollBar.cs, TrackBar.cs, VScrollBar.cs: fixes
19854           properties and methods
19855
19856 2004-08-23 13:55  pbartok
19857
19858         * Control.cs:
19859           - Properly fixed Jordi's last fix
19860           - Now uses Cursor's Position property instead of calling XplatUI
19861           directly
19862
19863 2004-08-23 13:44  jordi
19864
19865         * PaintEventHandler.cs: Adding missing attribute
19866
19867 2004-08-23 13:39  pbartok
19868
19869         * Cursor.cs:
19870           - Implemented Position property
19871
19872 2004-08-23 13:39  pbartok
19873
19874         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
19875           - Added method to move mouse cursor
19876
19877 2004-08-23 13:39  pbartok
19878
19879         * XplatUIX11.cs:
19880           - Fixed setting of background color
19881           - Added method to move mouse cursor
19882
19883 2004-08-23 13:16  jordi
19884
19885         * Control.cs: avoids null exception
19886
19887 2004-08-22 17:46  jackson
19888
19889         * PictureBox.cs, PictureBoxSizeMode.cs: Initial implementation of
19890           PictureBox
19891
19892 2004-08-22 17:40  jackson
19893
19894         * XplatUIX11.cs: Add some missing locks
19895
19896 2004-08-22 15:10  pbartok
19897
19898         * Control.cs, Form.cs:
19899           - Removed OverlappedWindow style from Control, instead it's default
19900             now is child
19901           - Made form windows OverlappedWindow by default
19902
19903 2004-08-22 13:34  jackson
19904
19905         * ScrollBar.cs: Update the position through the Value property so
19906           the OnValueChanged event is raised.
19907
19908 2004-08-22 12:04  pbartok
19909
19910         * SWF.csproj:
19911           - Added Cursor.cs and UserControl.cs
19912
19913 2004-08-22 12:03  pbartok
19914
19915         * Cursor.cs:
19916           - Started implementation, not usable yet
19917
19918 2004-08-22 12:00  pbartok
19919
19920         * UserControl.cs:
19921           - Implemented UserControl (complete)
19922
19923 2004-08-21 19:20  ravindra
19924
19925         * ToolBar.cs: Correcting the formatting mess of VS.NET.
19926
19927 2004-08-21 18:49  ravindra
19928
19929         * ToolBar.cs: Probably this completes the missing attributes in
19930           toolbar control.
19931
19932 2004-08-21 18:03  ravindra
19933
19934         * ToolBar.cs, ToolBarButton.cs, ToolBarButtonClickEventArgs.cs:
19935           Fixed toolbar control signatures.
19936
19937 2004-08-21 16:32  pbartok
19938
19939         * LinkLabel.cs:
19940           - Signature Fixes
19941
19942 2004-08-21 16:30  pbartok
19943
19944         * Label.cs:
19945           - Signature fixes
19946
19947 2004-08-21 16:19  pbartok
19948
19949         * Control.cs, Label.cs:
19950           - Signature fixes
19951
19952 2004-08-21 15:57  pbartok
19953
19954         * ButtonBase.cs:
19955           - Added loads of debug output for development
19956           - Fixed typo in method name
19957
19958 2004-08-21 15:52  pbartok
19959
19960         * ToolBarButtonClickEventArgs.cs:
19961           - Added missing base class
19962
19963 2004-08-21 14:53  pbartok
19964
19965         * Control.cs:
19966           - Updated to match new GrabWindow signature
19967
19968 2004-08-21 14:51  pbartok
19969
19970         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
19971           - Added method to get default display size
19972
19973 2004-08-21 14:23  pbartok
19974
19975         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
19976           - Added method to query current grab state
19977           - Added argument to allow confining a grab to a window
19978
19979 2004-08-21 14:22  pbartok
19980
19981         * Keys.cs:
19982           - Added [Flags] attribute so that modifiers can be used in bitwise
19983           ops
19984
19985 2004-08-21 14:21  pbartok
19986
19987         * TrackBar.cs, ScrollBar.cs:
19988           - Replaced direct XplatUI calls with their Control counterpart
19989
19990 2004-08-21 13:32  pbartok
19991
19992         * Control.cs:
19993           - Implemented Created property
19994
19995 2004-08-21 13:28  pbartok
19996
19997         * Control.cs:
19998           - Implemented ContainsFocus
19999
20000 2004-08-21 13:26  pbartok
20001
20002         * Control.cs:
20003           - Implemented CausesValidation
20004
20005 2004-08-21 13:21  pbartok
20006
20007         * Control.cs:
20008           - Implemented CanFocus
20009           - Implemented CanSelect
20010           - Implemented Capture
20011
20012 2004-08-21 12:35  pbartok
20013
20014         * XplatUIWin32.cs:
20015           - Fixed bug with Async message handling
20016           - Implemented getting the ModifierKeys
20017
20018 2004-08-21 12:32  jackson
20019
20020         * AsyncMethodResult.cs: Make sure we have the mutex before we
20021           release it. Fixes BeginInvoke on windows
20022
20023 2004-08-21 11:31  pbartok
20024
20025         * XplatUIWin32.cs, XplatUIX11.cs:
20026           - Drivers now return proper mouse state
20027
20028 2004-08-21 10:54  jackson
20029
20030         * Control.cs: Implement EndInvoke
20031
20032 2004-08-21 10:48  jackson
20033
20034         * Timer.cs: Remove unneeded finalizer
20035
20036 2004-08-20 19:52  ravindra
20037
20038         * ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs: Improvments
20039           in mouse event handling in the ToolBar control.
20040
20041 2004-08-20 19:50  ravindra
20042
20043         * ImageList.cs: Changed draw method to use the arguments passed in
20044           to draw the image.
20045
20046 2004-08-20 18:58  pbartok
20047
20048         * XplatUIStructs.cs:
20049           - Added private message for async communication
20050
20051 2004-08-20 17:38  ravindra
20052
20053         * Control.cs: Made RightToLeft property virtual and removed a
20054           Console.WriteLine.
20055
20056 2004-08-20 14:39  jordi
20057
20058         * ThemeGtk.cs: use style_attach
20059
20060 2004-08-20 14:39  pbartok
20061
20062         * XplatUIWin32.cs:
20063           - Added jackson's Async code from X11 to Win32
20064
20065 2004-08-20 14:09  pbartok
20066
20067         * SWF.csproj:
20068           - Added all new files
20069
20070 2004-08-20 14:09  pbartok
20071
20072         * Control.cs:
20073           - Added call to set window background color
20074
20075 2004-08-20 14:03  pbartok
20076
20077         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
20078           - Added method for setting the window background
20079
20080 2004-08-20 14:02  pbartok
20081
20082         * XplatUIWin32.cs:
20083           - Added method for setting the background color
20084           - Added handling for erasing the window background
20085
20086 2004-08-20 13:45  jordi
20087
20088         * TrackBar.cs: fixes timer, new properties and methods
20089
20090 2004-08-20 13:34  jackson
20091
20092         * ScrollBar.cs: Use the SWF timer so callbacks are run in the
20093           correct thread
20094
20095 2004-08-20 13:22  jackson
20096
20097         * Timer.cs: Timer Tick events are now handed through Controls Async
20098           mechanism so the callbacks are executed in the same thread as X
20099
20100 2004-08-20 13:19  jackson
20101
20102         * XplatUIDriver.cs: Expose functionality to send async messages
20103           through the driver
20104
20105 2004-08-20 13:18  jackson
20106
20107         * Control.cs: Implement Begininvoke
20108
20109 2004-08-20 13:14  jackson
20110
20111         * XplatUI.cs, XplatUIWin32.cs: Expose functionality to send async
20112           messages through the driver
20113
20114 2004-08-20 13:12  jackson
20115
20116         * XplatUIX11.cs: Lock before all X operations. Also added Async
20117           method functionality through XSendEvent
20118
20119 2004-08-20 13:11  jackson
20120
20121         * X11Structs.cs: Use IntPtrs for ClientMessage extra data (TODO:
20122           This will screw up on 64 bit systems)
20123
20124 2004-08-20 13:10  jackson
20125
20126         * AsyncMethodData.cs, AsyncMethodResult.cs: Classes for sending
20127           Async messages through X/Win32
20128
20129 2004-08-19 19:39  pbartok
20130
20131         * XplatUIX11.cs:
20132           - Updated code to match new HandleData.DeviceContext type
20133
20134 2004-08-19 19:38  pbartok
20135
20136         * HandleData.cs:
20137           - Made DeviceContext a generic object to allow usage from various
20138           drivers
20139           - Added support for queueing Windows messages
20140
20141 2004-08-19 19:37  pbartok
20142
20143         * XplatUIWin32.cs:
20144           - Added generation of MouseEnter, MouseLeave and MouseHover events
20145           - Added cleanup on EndPaint
20146
20147 2004-08-19 19:17  pbartok
20148
20149         * Control.cs:
20150           - Added handling of WM_MOUSEHOVER
20151           - Worked around 'bug' in Win32 WM_MOUSE_ENTER/WM_MOUSE_LEAVE driver
20152           code
20153
20154 2004-08-19 18:55  jordi
20155
20156         * ThemeGtk.cs: fixes button order
20157
20158 2004-08-19 18:12  jordi
20159
20160         * Theme.cs, ThemeWin32Classic.cs: fixes methods signature
20161
20162 2004-08-19 17:09  pbartok
20163
20164         * Control.cs:
20165           - Added Right property
20166           - Added RightToLeft property
20167
20168 2004-08-19 16:27  jordi
20169
20170         * ThemeGtk.cs: experimental GTK theme support
20171
20172 2004-08-19 16:26  jordi
20173
20174         * ITheme.cs, Theme.cs: move themes from an interface to a class
20175
20176 2004-08-19 16:25  jordi
20177
20178         * Control.cs, ScrollBar.cs, ThemeEngine.cs, ThemeWin32Classic.cs:
20179           theme enhancaments
20180
20181 2004-08-19 16:04  pbartok
20182
20183         * XplatUIX11.cs:
20184           - Added colormap basics
20185           - Added a way to re-initialize with a different display handle
20186           - Fixed setting of the window background color
20187           - Added various X11 imports related to colors and colormaps
20188
20189 2004-08-19 15:51  pbartok
20190
20191         * X11Structs.cs:
20192           - Removed packing hints (Paolo suggested this a while back)
20193           - fixed colormap type
20194           - Added default Atom types
20195           - Added Screen and color structs and enums
20196
20197 2004-08-19 15:39  pbartok
20198
20199         * ImageList.cs:
20200           - Added missing Draw() method
20201           - Added missing RecreateHandle event
20202
20203 2004-08-19 15:30  pbartok
20204
20205         * Form.cs:
20206           - Added handling of WM_CLOSE
20207
20208 2004-08-18 13:16  jordi
20209
20210         * ITheme.cs, ThemeWin32Classic.cs, XplatUIWin32.cs: Move colors to
20211           a table
20212
20213 2004-08-18 09:56  jordi
20214
20215         * ScrollBar.cs: fixes to scrollbar: steps and multiple timers
20216
20217 2004-08-17 15:31  ravindra
20218
20219         * SWF.csproj: Updated project.
20220
20221 2004-08-17 15:25  pbartok
20222
20223         * Control.cs:
20224           - Drawing improvement; don't call UpdateBounds if we are not visible
20225             (or have been minimized)
20226
20227 2004-08-17 15:24  pbartok
20228
20229         * XplatUIWin32.cs:
20230           - Finished IsVisible
20231           - Added Win32GetWindowPlacement
20232
20233 2004-08-17 15:08  jackson
20234
20235         * Panel.cs: Initial checkin of the Panel
20236
20237 2004-08-17 14:25  pbartok
20238
20239         * Control.cs:
20240           - Fixed broken handling of default window sizes
20241
20242 2004-08-17 13:29  jackson
20243
20244         * ThemeWin32Classic.cs: Don't use KnownColor to create colours. It
20245           has a large startup time.
20246
20247 2004-08-17 10:25  jackson
20248
20249         * HandleData.cs: union areas properly
20250
20251 2004-08-17 10:12  jackson
20252
20253         * HandleData.cs: union areas properly
20254
20255 2004-08-16 20:00  ravindra
20256
20257         * ToolBar.cs, ToolBarButton.cs: Added attributes.
20258
20259 2004-08-16 18:48  ravindra
20260
20261         * ToolBar.cs: Added attributes.
20262
20263 2004-08-16 17:17  ravindra
20264
20265         * SWF.csproj: Updated project.
20266
20267 2004-08-16 17:16  jackson
20268
20269         * XplatUIX11.cs: Check for more expose events before sending a
20270           WM_PAINT so they can all be grouped together. This makes dragging a
20271           window across another window redraw in a sane way.
20272
20273 2004-08-16 15:47  pbartok
20274
20275         * Control.cs:
20276           - Added handling of WM_MOUSE_ENTER & WM_MOUSE_LEAVE to
20277             support OnMouseEnter/Leave()
20278           - Added WS_CLIPSIBLINGS and WS_CLIPCHILDREN window styles to improve
20279             exposure handling
20280
20281 2004-08-16 15:46  pbartok
20282
20283         * XplatUIStructs.cs, XplatUIX11.cs:
20284           - Added WM_MOUSE_ENTER & WM_MOUSE_LEAVE to support
20285           OnMouseEnter/Leave()
20286
20287 2004-08-16 15:34  jackson
20288
20289         * XplatUIX11.cs: Group multiple expose events in HandleData, make
20290           sure messages get the message field set to WM_NULL if they are not
20291           handled.
20292
20293 2004-08-16 15:24  jackson
20294
20295         * HandleData.cs: HandleData is used for storing message information
20296           for window handles
20297
20298 2004-08-15 17:23  ravindra
20299
20300         * ColorDepth.cs: Added attribute.
20301
20302 2004-08-15 17:23  ravindra
20303
20304         * SWF.csproj: Updated project for ToolBar Control.
20305
20306 2004-08-15 17:20  ravindra
20307
20308         * ITheme.cs, ThemeWin32Classic.cs: Changes to Theme for ToolBar
20309           control and also dos2unix format.
20310
20311 2004-08-15 17:13  ravindra
20312
20313         * ToolBar.cs, ToolBarAppearance.cs, ToolBarButton.cs,
20314           ToolBarButtonClickEventArgs.cs,
20315           ToolBarButtonClickEventHandler.cs, ToolBarButtonStyle.cs,
20316           ToolBarTextAlign.cs: First Implementation of ToolBar control.
20317
20318 2004-08-15 15:31  pbartok
20319
20320         * ButtonBase.cs:
20321           - First (mostly) working version
20322
20323 2004-08-13 16:15  pbartok
20324
20325         * Control.cs:
20326           - Fixed Anchor default
20327
20328 2004-08-13 15:43  pbartok
20329
20330         * Control.cs:
20331           - Changed GetCursorPos signature
20332
20333 2004-08-13 15:42  pbartok
20334
20335         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
20336           - Changed signature for GetCursorPos
20337
20338 2004-08-13 15:25  pbartok
20339
20340         * XplatUIX11.cs:
20341           - Cleanup
20342           - Fixed resizing/exposure handling
20343
20344 2004-08-13 15:22  jordi
20345
20346         * ThemeWin32Classic.cs: removes redundant code and fixes issues
20347           with tickposition
20348
20349 2004-08-13 14:55  jordi
20350
20351         * TrackBar.cs: change from wndproc to events
20352
20353 2004-08-13 13:00  jordi
20354
20355         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
20356           XplatUIX11.cs: implements PointToClient (ScreenToClient)
20357
20358 2004-08-13 12:53  pbartok
20359
20360         * XplatUIWin32.cs:
20361           - Changed GetWindowPos to also provide client area size
20362           - Fixed broken prototypes for several win32 functions
20363
20364 2004-08-13 12:53  pbartok
20365
20366         * XplatUI.cs, XplatUIDriver.cs:
20367           - Changed GetWindowPos to also provide client area size
20368
20369 2004-08-13 12:52  pbartok
20370
20371         * XplatUIX11.cs:
20372           - Added generation of WM_POSCHANGED
20373           - Changed GetWindowPos to also provide client area size
20374
20375 2004-08-13 12:52  pbartok
20376
20377         * Control.cs:
20378           - Added Dispose() and destructor
20379           - Fixed resizing and bounds calculation
20380           - Fixed Layout
20381           - Added memory savings for invisible windows
20382
20383 2004-08-13 12:46  jordi
20384
20385         * TrackBar.cs: adds timer and grap window
20386
20387 2004-08-13 10:25  jackson
20388
20389         * Timer.cs: SWF Timer
20390
20391 2004-08-12 16:59  pbartok
20392
20393         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20394           - Implemented method to get current mouse position
20395
20396 2004-08-12 14:29  jordi
20397
20398         * ITheme.cs, ThemeWin32Classic.cs, TrackBar.cs: Trackbar
20399           enhancement, fix mouse problems, highli thumb, etc
20400
20401 2004-08-12 13:31  pbartok
20402
20403         * Control.cs:
20404           - Fixed Anchoring bugs
20405
20406 2004-08-12 13:01  jackson
20407
20408         * StatusBar.cs: Don't forget things
20409
20410 2004-08-12 12:54  jackson
20411
20412         * ThemeWin32Classic.cs: Handle owner draw status bars
20413
20414 2004-08-12 12:54  jackson
20415
20416         * StatusBar.cs: Implement missing properties, events, and methods.
20417           Handle mouse clicking
20418
20419 2004-08-12 10:19  jackson
20420
20421         * StatusBarPanelClickEventArgs.cs,
20422           StatusBarPanelClickEventHandler.cs: Classes for handling status
20423           bar panel click events
20424
20425 2004-08-12 10:10  jackson
20426
20427         * Control.cs: Add missing properties
20428
20429 2004-08-12 09:46  pbartok
20430
20431         * BindingsManagerBase.cs:
20432           - Name changed to BindingManagerBase.cs
20433
20434 2004-08-12 09:25  jordi
20435
20436         * ScrollableControl.cs: calls ctrlbase instead of exeception
20437
20438 2004-08-11 16:28  pbartok
20439
20440         * InputLanguageChangingEventArgs.cs:
20441           - Never check in before compiling. Fixes the last check-in
20442
20443 2004-08-11 16:26  pbartok
20444
20445         * InputLanguageChangingEventArgs.cs:
20446           - More signature fixes
20447
20448 2004-08-11 16:20  pbartok
20449
20450         * BindingManagerBase.cs, BindingMemberInfo.cs, ContainerControl.cs,
20451           Control.cs, ControlEventArgs.cs, ControlPaint.cs, Form.cs,
20452           ImageListStreamer.cs, InputLanguage.cs,
20453           InputLanguageChangedEventArgs.cs,
20454           InputLanguageChangingEventArgs.cs, Keys.cs, LayoutEventArgs.cs,
20455           LinkArea.cs, Message.cs, MouseEventArgs.cs, NativeWindow.cs,
20456           ScrollEventArgs.cs, ScrollableControl.cs, XplatUI.cs,
20457           XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20458           - Signature fixes
20459
20460 2004-08-11 16:16  pbartok
20461
20462         * Application.cs:
20463           - Fixed Signature
20464           - Added .Net 1.1 method
20465
20466 2004-08-11 15:25  pbartok
20467
20468         * SWF.csproj:
20469           - Fixed BindingManagerBase.cs filename
20470
20471 2004-08-11 15:22  pbartok
20472
20473         * BindingManagerBase.cs:
20474           - Was checked in with wrong filename
20475
20476 2004-08-11 14:50  pbartok
20477
20478         * SWF.csproj:
20479           - Updated
20480
20481 2004-08-11 13:41  jordi
20482
20483         * XplatUIWin32.cs: Fixes ClientRect
20484
20485 2004-08-11 13:19  pbartok
20486
20487         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
20488           XplatUIX11.cs:
20489           - We had SetWindowPos and MoveWindow to set window positions and
20490             size, removed MoveWindow. We have GetWindowPos, so it made sense to
20491             keep SetWindowPos as matching counterpart
20492           - Added some X11 sanity checking
20493
20494 2004-08-11 12:59  pbartok
20495
20496         * Control.cs:
20497           - Major cleanup of my SetBounds/SetBoundsCore/UpdateBounds mess
20498             (It seems that SetBounds is just a front for SetBoundsCore and
20499              SetBoundsCore updates the underlying window system and
20500              UpdateBounds is responsible for updating the variables associated
20501              with the Control and sending the events)
20502           - Major cleanup of Size handling; we now have two sizes, client_size
20503             and bounds. Bounds defines the window with decorations, client_size
20504             without them.
20505
20506 2004-08-11 12:55  pbartok
20507
20508         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20509           - Added method to calculate difference between decorated window and
20510             raw client area
20511
20512 2004-08-11 12:54  pbartok
20513
20514         * Label.cs:
20515           - Forcing redraw on resize
20516
20517 2004-08-11 11:43  pbartok
20518
20519         * ImageList.cs:
20520           - Removed disposing of the actual images when the list is disposed
20521
20522 2004-08-11 09:13  pbartok
20523
20524         * Control.cs:
20525           - Now properly reparents windows
20526
20527 2004-08-11 08:37  pbartok
20528
20529         * Control.cs:
20530           - Duh!
20531
20532 2004-08-11 07:47  pbartok
20533
20534         * Control.cs:
20535           - Rewrote the collection stuff. Might not be as fast now, not
20536             keeping the number of children around and accessible directly, but
20537             it's more straightforward
20538
20539 2004-08-11 07:44  pbartok
20540
20541         * AccessibleObject.cs:
20542           - Fixed to match ControlCollection rewrite
20543
20544 2004-08-11 07:43  pbartok
20545
20546         * ImageList.cs:
20547           - Added missing creation of the collection list
20548
20549 2004-08-10 20:08  jackson
20550
20551         * StatusBar.cs: Get the paint message from WndProc
20552
20553 2004-08-10 19:31  jackson
20554
20555         * ThemeWin32Classic.cs: Create Brushes as little as possible
20556
20557 2004-08-10 19:20  jackson
20558
20559         * UICues.cs: Add Flags attribute
20560
20561 2004-08-10 19:19  jackson
20562
20563         * StatusBarPanel.cs: Signature cleanup
20564
20565 2004-08-10 19:10  jackson
20566
20567         * StatusBarDrawItemEventArgs.cs, StatusBarDrawItemEventHandler.cs:
20568           Initial implementation of status bar item drawing
20569
20570 2004-08-10 17:27  jordi
20571
20572         * TrackBar.cs: add missing methods, properties, and restructure to
20573           hide extra ones
20574
20575 2004-08-10 16:24  jackson
20576
20577         * AccessibleStates.cs, Border3DSide.cs, Border3DStyle.cs,
20578           ButtonState.cs, ControlStyles.cs, DragDropEffects.cs: Add flags
20579           attribute
20580
20581 2004-08-10 13:21  jordi
20582
20583         * ITheme.cs, ScrollBar.cs, ThemeWin32Classic.cs: scrollbar
20584           enhancements and standarize on win colors defaults
20585
20586 2004-08-10 12:52  jackson
20587
20588         * DrawItemEventArgs.cs, DrawItemState.cs, ITheme.cs,
20589           ThemeWin32Classic.cs: Implement DrawItem functionality
20590
20591 2004-08-10 12:47  jordi
20592
20593         * XplatUIWin32.cs: Calls InvalidateRect before UpdateWindow
20594
20595 2004-08-10 12:32  jordi
20596
20597         * Control.cs: throw ontextchange event
20598
20599 2004-08-10 11:43  pbartok
20600
20601         * Control.cs:
20602           - Added more to the still unfinished Dock/Anchor layout code
20603
20604 2004-08-10 11:39  pbartok
20605
20606         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
20607           - Added GetWindowPos method
20608
20609 2004-08-10 11:36  pbartok
20610
20611         * XplatUIWin32.cs:
20612           - Implemented several methods
20613
20614 2004-08-10 09:47  jackson
20615
20616         * TrackBar.cs: Allow control to handle buffering
20617
20618 2004-08-10 09:41  jackson
20619
20620         * ProgressBar.cs, ScrollBar.cs: Allow control to handle buffering
20621
20622 2004-08-10 09:24  jackson
20623
20624         * Label.cs, LinkLabel.cs: Let Control handle buffering.
20625
20626 2004-08-10 09:09  jackson
20627
20628         * StatusBar.cs: Let Control handle all the buffering.
20629
20630 2004-08-10 09:08  jackson
20631
20632         * Control.cs: Control will now handle the buffering code, so each
20633           control does not have to implement this.
20634
20635 2004-08-10 08:34  jackson
20636
20637         * XplatUIDriver.cs: Use default colors from the theme
20638
20639 2004-08-09 17:12  pbartok
20640
20641         * ImageList.cs:
20642           - Fixed several bugs Ravindra pointed out
20643
20644 2004-08-09 16:11  pbartok
20645
20646         * Control.cs:
20647           - Added incomplete dock layout code
20648           - Added support for mouse wheel
20649
20650 2004-08-09 16:09  pbartok
20651
20652         * XplatUIX11.cs:
20653           - Added handling for middle and right mousebutton
20654           - Added handling for mouse wheel
20655           - Added handling for key state and mouse state and position
20656           - Now properly generates WM_xBUTTONx messages and WM_MOUSEWHEEL
20657           messages
20658
20659 2004-08-09 15:40  jackson
20660
20661         * StatusBarPanel.cs, StatusBarPanelAutoSize.cs,
20662           StatusBarPanelBorderStyle.cs, StatusBarPanelStyle.cs: Initial
20663           checkin
20664
20665 2004-08-09 15:37  jackson
20666
20667         * StatusBar.cs: Initial implementation of StatusBar
20668
20669 2004-08-09 15:36  jackson
20670
20671         * ITheme.cs: Add support for drawing status bar and getting status
20672           bar item sizes
20673
20674 2004-08-09 15:35  pbartok
20675
20676         * MouseButtons.cs:
20677           - Fixed values
20678
20679 2004-08-09 15:34  jackson
20680
20681         * ThemeWin32Classic.cs: Add support for drawing status bar and get
20682           status bar item sizes
20683
20684 2004-08-09 15:21  jackson
20685
20686         * ThemeWin32Classic.cs: Use known colors for default control
20687           colours
20688
20689 2004-08-09 15:12  jackson
20690
20691         * ThemeWin32Classic.cs: Make the default font static, it is static
20692           in control so this doesn't change functionality and creating fonts
20693           is sloooooow.
20694
20695 2004-08-09 14:56  pbartok
20696
20697         * X11Structs.cs:
20698           - Added GrabMode enum
20699
20700 2004-08-09 14:55  pbartok
20701
20702         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20703           - Removed Run method, was only required for initial development
20704
20705 2004-08-09 14:51  pbartok
20706
20707         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20708           - Implemented GrabWindow/ReleaseWindow methods to allow pointer
20709           capture
20710
20711 2004-08-09 13:48  pbartok
20712
20713         * XplatUIX11.cs:
20714           - Fixed default sizing for child windows
20715
20716 2004-08-09 12:56  pbartok
20717
20718         * XplatUIX11.cs:
20719           - Added generation of WM_DESTROY message
20720           - Added handling of window manager induced shutdown
20721
20722 2004-08-09 11:31  jackson
20723
20724         * ThemeWin32Classic.cs: New names for control properties
20725
20726 2004-08-09 11:25  jackson
20727
20728         * Control.cs: Use new color names
20729
20730 2004-08-09 11:02  jackson
20731
20732         * XplatUI.cs: Get default window properties from the theme
20733
20734 2004-08-09 11:01  jackson
20735
20736         * ITheme.cs: The theme engine now controls default window
20737           properties
20738
20739 2004-08-09 11:00  jackson
20740
20741         * ThemeWin32Classic.cs: Add default window color properties
20742
20743 2004-08-09 10:17  jackson
20744
20745         * ThemeWin32Classic.cs: Use correct default back color
20746
20747 2004-08-09 10:05  jackson
20748
20749         * XplatUIWin32.cs, XplatUIX11.cs: These properties are handled by
20750           the theme now.
20751
20752 2004-08-09 09:56  jackson
20753
20754         * XplatUI.cs: Remove defaults, these are handled by the theme now.
20755
20756 2004-08-09 09:54  jackson
20757
20758         * Control.cs: Get default properties from the theme.
20759
20760 2004-08-09 09:53  jackson
20761
20762         * ITheme.cs: Themes now handle default control properties
20763
20764 2004-08-09 09:53  jackson
20765
20766         * ThemeWin32Classic.cs: Themes now handle default control
20767           properties so coloring will be consistent
20768
20769 2004-08-08 16:54  jordi
20770
20771         * ITheme.cs, ThemeWin32Classic.cs: Label BorderStyles
20772
20773 2004-08-08 15:08  jordi
20774
20775         * XplatUIX11.cs: fixes keyboard crash
20776
20777 2004-08-08 13:47  jordi
20778
20779         * Label.cs: add cvs header info
20780
20781 2004-08-08 12:09  jackson
20782
20783         * ThemeWin32Classic.cs: Add pen_buttonface
20784
20785 2004-08-08 11:52  jordi
20786
20787         * Label.cs, LinkLabel.cs: [no log message]
20788
20789 2004-08-08 11:34  jordi
20790
20791         * ThemeWin32Classic.cs: Use Windows Standard Colours
20792
20793 2004-08-07 17:32  jordi
20794
20795         * TrackBar.cs: throw exceptions of invalid enums values
20796
20797 2004-08-07 17:31  jordi
20798
20799         * Label.cs, LinkLabel.cs, ThemeWin32Classic.cs: fixes label bug and
20800           draw method name
20801
20802 2004-08-07 16:56  jackson
20803
20804         * HorizontalAlignment.cs: Initial checkin
20805
20806 2004-08-07 13:16  jordi
20807
20808         * Label.cs, LinkLabel.cs: throw exceptions, fixes events, missing
20809           methods
20810
20811 2004-08-07 13:05  jordi
20812
20813         * ITheme.cs, ThemeWin32Classic.cs: Theme colour support and
20814           GetSysColor defines
20815
20816 2004-08-06 18:01  pbartok
20817
20818         * ThemeWin32Classic.cs:
20819           - Fixed some rounding issues with float/int
20820
20821 2004-08-06 18:00  jackson
20822
20823         * DockStyle.cs, AnchorStyles.cs:
20824
20825                   Add flags and serializable attributes.
20826
20827 2004-08-06 17:46  pbartok
20828
20829         * XplatUIX11.cs:
20830           - Implemented GetParent
20831
20832 2004-08-06 17:18  pbartok
20833
20834         * TrackBar.cs:
20835           - Fixed some rounding issues with float/int
20836
20837 2004-08-06 17:17  pbartok
20838
20839         * X11Structs.cs, XplatUIX11.cs:
20840           - Fixed Refresh and Invalidate
20841
20842 2004-08-06 15:30  pbartok
20843
20844         * Control.cs, X11Structs.cs, XplatUIX11.cs:
20845           - Fixed recursive loop when resizing
20846           - Improved/fixed redrawing on expose messages
20847
20848 2004-08-06 09:53  jordi
20849
20850         * Control.cs, X11Structs.cs, XplatUIWin32.cs, XplatUIX11.cs: X11
20851           keyboard navigation
20852
20853 2004-08-06 08:02  pbartok
20854
20855         * X11Structs.cs, XplatUIX11.cs:
20856           - Fixed reparenting
20857           - Fixed window border creation
20858
20859 2004-08-05 15:38  pbartok
20860
20861         * XplatUIX11.cs:
20862           - Attempted fix for reparenting problems
20863
20864 2004-08-04 15:14  pbartok
20865
20866         * Control.cs:
20867           - Fixed Invalidation bug (calculated wrong client area)
20868           - Added ClientSize setter
20869
20870 2004-08-04 15:13  pbartok
20871
20872         * Form.cs:
20873           - Added AutoScale properties
20874
20875 2004-08-04 15:13  pbartok
20876
20877         * SWF.csproj:
20878           - Added latest files
20879
20880 2004-08-04 14:11  pbartok
20881
20882         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
20883           XplatUIX11.cs:
20884           - Added Invalidate handling
20885
20886 2004-08-03 17:09  jordi
20887
20888         * XplatUIDriver.cs: fixes spelling mistake
20889
20890 2004-07-27 09:53  jordi
20891
20892         * TrackBar.cs: fixes trackbar events, def classname, methods
20893           signature
20894
20895 2004-07-27 09:29  jordi
20896
20897         * ScrollBar.cs: fixes scrollbar events
20898
20899 2004-07-27 04:38  jordi
20900
20901         * Control.cs: changes to be able to run winforms samples
20902
20903 2004-07-26 11:42  jordi
20904
20905         * ControlPaint.cs, ITheme.cs, ProgressBar.cs, ScrollBar.cs,
20906           ThemeEngine.cs, ThemeWin32Classic.cs, TrackBar.cs: Theme support
20907
20908 2004-07-26 05:41  jordi
20909
20910         * MessageBox.cs, MessageBoxButtons.cs, MessageBoxDefaultButton.cs,
20911           MessageBoxIcon.cs, MessageBoxOptions.cs: initial messagebox
20912           implementation
20913
20914 2004-07-22 09:22  jordi
20915
20916         * LinkLabel.cs, LinkLabelLinkClickedEventHandler.cs: link label:
20917           check link overlapping, implement events, and fixes
20918
20919 2004-07-21 10:28  jordi
20920
20921         * DialogResult.cs, IButtonControl.cs: fixes comments filenames
20922
20923 2004-07-21 10:19  jordi
20924
20925         * DialogResult.cs, IButtonControl.cs, Label.cs, LinkArea.cs,
20926           LinkBehavior.cs, LinkClickedEventArgs.cs, LinkLabel.cs,
20927           LinkLabelLinkClickedEventArgs.cs,
20928           LinkLabelLinkClickedEventHandler.cs, LinkState.cs,
20929           XplatUIWin32.cs, LinkClickedEventHandler.cs: LinkLabel control
20930           implementation
20931
20932 2004-07-19 13:09  jordi
20933
20934         * Control.cs, Label.cs: label control re-written: added missing
20935           functionlity, events, and properties
20936
20937 2004-07-19 10:49  jordi
20938
20939         * Control.cs: fixes SetBounds logic
20940
20941 2004-07-19 01:29  jordi
20942
20943         * Control.cs: Call RefreshWindow only if the window has created
20944
20945 2004-07-15 14:05  pbartok
20946
20947         * ColorDepth.cs, ImageList.cs, ImageListStreamer.cs, SWF.csproj:
20948           - Implemented ImageList and ImageList.ImageCollection classes
20949           - Added ColorDepth enumeration
20950           - Updated SWF VS.Net project
20951
20952 2004-07-15 11:06  jordi
20953
20954         * XplatUIStructs.cs: added MsgButons enum
20955
20956 2004-07-15 11:03  jordi
20957
20958         * Control.cs: added basic mouse handeling events
20959
20960 2004-07-15 03:38  jordi
20961
20962         * Orientation.cs, TickStyle.cs, TrackBar.cs: Horizontal and
20963           Vertical TrackBar control implementation
20964
20965 2004-07-13 09:33  jordi
20966
20967         * HScrollBar.cs, VScrollBar.cs: vertical and hort. classes commit
20968
20969 2004-07-13 09:31  jordi
20970
20971         * Control.cs, Form.cs: commit: new properties and fixes form size
20972           problems
20973
20974 2004-07-09 14:13  miguel
20975
20976         * ProgressBar.cs: Spelling
20977
20978 2004-07-09 11:25  pbartok
20979
20980         * ProgressBar.cs:
20981           - Removed usage of Rectangle for drawing. Miguel pointed out it's
20982           faster
20983
20984 2004-07-09 11:17  miguel
20985
20986         * ProgressBar.cs: 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
20987
20988                 * ProgressBar.cs: Fixed spelling for `block'
20989
20990                 drawProgressBar: renamed to `DrawProgressBar' to follow the coding
20991                 style guidelines.
20992
20993                 Avoid using the += on rect.X, that exposed a bug in the compiler.
20994
20995 2004-07-08 23:21  pbartok
20996
20997         * AccessibleObject.cs, AccessibleRole.cs, AccessibleStates.cs,
20998           AnchorStyles.cs, Application.cs, ApplicationContext.cs,
20999           BaseCollection.cs, Binding.cs, BindingContext.cs,
21000           BindingMemberInfo.cs, BindingsCollection.cs,
21001           BindingsManagerBase.cs, Border3DSide.cs, Border3DStyle.cs,
21002           BorderStyle.cs, BoundsSpecified.cs, ButtonBorderStyle.cs,
21003           ButtonState.cs, CaptionButton.cs, CheckBox.cs,
21004           ContainerControl.cs, Control.cs, ControlEventArgs.cs,
21005           ControlEventHandler.cs, ControlPaint.cs, ControlStyles.cs,
21006           ConvertEventArgs.cs, ConvertEventHandler.cs, Copyright,
21007           CreateParams.cs, DockStyle.cs, DragAction.cs, DragDropEffects.cs,
21008           DragEventArgs.cs, DragEventHandler.cs, FlatStyle.cs, Form.cs,
21009           FrameStyle.cs, GiveFeedbackEventArgs.cs,
21010           GiveFeedbackEventHandler.cs, HelpEventArgs.cs,
21011           HelpEventHandler.cs, IContainerControl.cs, IDataObject.cs,
21012           IMessageFilter.cs, IWin32Window.cs, ImeMode.cs, InputLanguage.cs,
21013           InputLanguageChangedEventArgs.cs,
21014           InputLanguageChangedEventHandler.cs,
21015           InputLanguageChangingEventArgs.cs,
21016           InputLanguageChangingEventHandler.cs, InputLanguageCollection.cs,
21017           InvalidateEventArgs.cs, InvalidateEventHandler.cs,
21018           KeyEventArgs.cs, KeyEventHandler.cs, KeyPressEventArgs.cs,
21019           KeyPressEventHandler.cs, Keys.cs, Label.cs, LayoutEventArgs.cs,
21020           LayoutEventHandler.cs, MenuGlyph.cs, Message.cs, MouseButtons.cs,
21021           MouseEventArgs.cs, MouseEventHandler.cs, NativeWindow.cs,
21022           PaintEventArgs.cs, PaintEventHandler.cs, ProgressBar.cs,
21023           QueryAccessibilityHelpEventArgs.cs,
21024           QueryAccessibilityHelpEventHandler.cs,
21025           QueryContinueDragEventArgs.cs, QueryContinueDragEventHandler.cs,
21026           RightToLeft.cs, SWF.csproj, SWF.csproj.user, ScrollBar.cs,
21027           ScrollBars.cs, ScrollButton.cs, ScrollEventArgs.cs,
21028           ScrollEventHandler.cs, ScrollEventType.cs, ScrollableControl.cs,
21029           TODO, TODOAttribute.cs, UICues.cs, UICuesEventArgs.cs,
21030           UICuesEventHandler.cs, X11Structs.cs, XplatUI.cs,
21031           XplatUIDriver.cs, XplatUIStructs.cs, XplatUIWin32.cs,
21032           XplatUIX11.cs, lang.cs:
21033           - Initial check-in
21034