2006-12-18 Rolf Bjarne Kvinge <RKvinge@novell.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
1 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2
3         * MdiClient.cs: Added missing 2.0 attribute
4
5 2006-12-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6
7         * ListViewItem.cs: Add Name and Tag 2.0 properties, as well
8         as IndexOfKey, ContainsKey, RemoveByKey and indexer 2.0.
9
10 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
11
12         * MenuAPI.cs: Fix click when menuitem is not popup,
13         this regression was caused by last commit (#80272).
14
15 2006-12-17  Everaldo Canuto  <everaldo@simios.org>
16
17         * MenuAPI.cs: When a non-toplevel menuitem is clicked dont
18         fire click event or close menu. Fixes #80272.
19
20 2006-12-17  Daniel Nauck  <dna@mono-project.de>
21
22         * ListViewHitTestInfo.cs: add
23
24 2006-12-17  Daniel Nauck  <dna@mono-project.de>
25
26         * ButtonBase.cs: Added FlatButtonAppearance 2.0 support.
27         * FlatButtonAppearance.cs: add
28         * DockingAttribute.cs: add
29
30 2006-12-17  Chris Toshok  <toshok@ximian.com>
31
32         * DataGrid.cs: hook up MetaDataChanged event on the list manager,
33         and rebind our columns when it does - this way, if you make
34         changes to the DataTable (or set the Table attribute on a DataView
35         after setting it as the DataGrid's DataSource, the changes are
36         made visible.)  Fixes bug #80107.
37
38 2006-12-17  Daniel Nauck  <dna@mono-project.de>
39
40         * ListViewGroup.cs: add internal Location property for layouting.
41         * Theme.cs: add abstract ListViewGroupHeight function.
42         * ThemeWin32Classic.cs: implement ListViewGroupHeight function.
43
44 2006-12-16  Andreia Gaita  <avidigal@novell.com>
45
46         * TabControl.cs: Fixed checks for NET_2_0-specific exceptions.
47         Added reset of selected index to 0 when adding first tab page.
48         Fixes #80264
49         
50         * NumericUpDown.cs: Fix NET_2_0 check
51
52 2006-12-16  Daniel Nauck  <dna@mono-project.de>
53
54         * ListViewGroup.cs: fixed DefaultValueAttribute value
55
56 2006-12-16  Daniel Nauck  <dna@mono-project.de>
57
58         * AutoCompleteStringCollection.cs: add new AutoCompleteStringCollection 2.0 class
59
60 2006-12-15  Miguel de Icaza  <miguel@novell.com>
61
62         * Button.cs, ComboBox.cs, ScrollBar.cs, UserControl.cs,
63         TextBoxBase.cs, ListView.cs, ContainerControl.cs,
64         ScrollableControl.cs: Add a handful of methods that are
65         overwritten in 2.0 
66
67 2006-12-15  Chris Toshok  <toshok@ximian.com>
68
69         * XplatUIWin32.cs: initial implementation of the Reversible
70         drawing functions.  there are some problems.  DrawReversibleFrame
71         doesn't seem to work at all for Dashed FrameStyle, and in the
72         Thick case there are drawing errors at the corners (we probably
73         need to bind Rectangle instead of doing moveto/lineto's.)
74
75 2006-12-16  Andreia Gaita  <avidigal@novell.com>
76         
77         * SendKeys.cs: Implemented. SendKeys uses a new method in XPlatUI, SendInput, 
78         to send blocks of key messages. Send accumulates keys to send with Flush, 
79         while SendWait sends all keys immediately.
80                 
81         * XplaUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs, 
82         XplatUIX11.cs,  XplatUIX11-new.cs:
83         - Define SendInput and stubs for OSX and X11, implements Win32 with a call
84         to Win32 SendInput.
85         - Added INPUT support structures to XplatUIWin32 for Win32SendInput
86         
87         Tests:  It seems ms.net is hooking the keyboard to implement this, so doing unit
88         testing for ms.net on this class is very tricky, as the tests run too fast 
89         to allow the hook to release, essentially freezing the keyboard and the 
90         test. So, barring a win32 miracle, they'll be commited in the ms-notworking     
91         category :p
92
93 2006-12-16  Daniel Nauck  <dna@mono-project.de>
94
95         * Padding.cs: fixed serialization compability to MS ("_var" field names),
96                         added missing attributes.
97  
98 2006-12-15  Daniel Nauck  <dna@mono-project.de>
99
100         * ListViewGroup.cs: Added missing attributes.
101         * ListViewGroupCollection.cs: Added missing attributes.
102
103 2006-12-15  Daniel Nauck  <dna@mono-project.de>
104
105         * ListViewItem.cs: fixed ListViewSubItem text property.
106
107 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
108         
109         * Control.cs: Added missing 2.0 attributes
110         
111 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
112         
113         * MdiClient.cs: Added missing 2.0 attribute.
114         * MonthCalendar.cs: Added some missing 2.0 attributes 
115         and properties.
116         
117 2006-12-15  Daniel Nauck  <dna@mono-project.de>
118
119         * ListView.cs: implemented ListViewItemCollection Add 2.0 support.
120
121 2006-12-15  Jonathan Pobst  <monkey@jpobst.com>
122
123         * MainMenu.cs: Add the new 2.0 constructor to help out people
124         using the MainMenu in VS2005.
125
126 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
127         
128         * MdiChildContext.cs: Removed it, no longer used.
129         * MdiClient.cs: Added missing 2.0 attributes.
130         
131 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
132         
133         * InternalWindowManager.cs: Fix a NullRef with previous 
134         changes for toolwindows.
135         
136 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
137
138         * Control.cs: 
139         - Added AfterTopMostControl to allow for certain controls 
140         to always stay on top when normal controls are brought to 
141         front.
142         
143         * XplatUIWin32.cs: 
144         - (DrawInversibleRectangle): Get window rectangle from Win32 
145         in stead of from control, since Win32 doesn't calculate
146         screen coords correctly from control's Location if it 
147         have docked siblings.
148         
149         * MdiWindowManager.cs:
150         - Correct the control menu popup location when clicked on
151         the maximized form icon. (fixes #80223.1)
152         - Don't show moving rectangle if mouse hasn't moved from
153         the original clicked point.
154         - Removed FormGotFocus handler (not used).
155         - Calculate the control buttons location from the main
156         window's size and not client size (fixes #79770).
157         - Form is now closed when the form icon is double-clicked
158         (fixes #79775). 
159         - Correct NCCalcSize numbers a little bit (fixes #80223.2)
160         
161         * InternalWindowManager.cs:
162         - Moved some MDI-only methods to MdiWindowManager.
163         - Removed unused properties and methods.
164         - Unified method naming for methods handling wm messages.
165         - Moved all message handling to seperate methods for
166         each message.
167         
168         * ThemeWin32Classic.cs:
169         - DrawManagedWindowDecorations now draws the title bar 
170         with a gradient brush.
171         - Add a CPDrawButtonInternal that allows us to specify
172         light, normal and dark colors for the buttons (control 
173         buttons for MDI children were drawn with the same light
174         color as the background, therefore loosing the 3D effect).
175         
176         * SizeGrip.cs:
177         - Add a CapturedControl property that is used to 
178         determine the control to resize (defaults to parent). 
179         Needed for MdiClient, since its SizeGrip's parent is
180         MdiClient, but the control to resize is the main form.
181         
182         * MdiClient.cs:
183         - Set SizeGrip's CapturedControl to the main form in order
184         to resize the main form and not the MdiClient.
185         - Override AfterTopMostControl to leave the scrollbars 
186         always on top.
187
188 2006-12-15  Daniel Nauck  <dna@mono-project.de>
189
190         * ListView.cs: fixed ListViewItemCollection AddRange and
191                         implemented ListViewItemCollection AddRange 2.0 support.
192
193 2006-12-15  Daniel Nauck  <dna@mono-project.de>
194
195         * ListViewGroup.cs: Add.
196         * ListViewGroupCollection.cs: Add
197         * ListView.cs: Add ListViewGroup (Group) and ShowGroups 2.0 support.
198         * ListViewItem.cs: Add ListViewgroup (Group), ListViewGroups constructors and
199                                 stub for ImageKey 2.0 support.
200
201 2006-12-14  Mike Kestner  <mkestner@novell.com>
202
203         * ListView.cs: add text padding to the autocalculation for columns
204         of width -2.  Fixes #80207.
205  
206 2006-12-14  Mike Kestner  <mkestner@novell.com>
207
208         * ListView.cs: add some index guarding for partial row navigation 
209         logic.  Fixes #80250.
210
211 2006-12-14  Mike Kestner  <mkestner@novell.com>
212
213         * ListView.cs: throw ArgumentExceptions when parented ListViewItems
214         are added or inserted to the collection.  Fixes #81099.
215
216 2006-12-13  Everaldo Canuto  <everaldo@simios.org>
217
218         * MenuAPI.cs: Closes menu when right click out side of popup
219         it fix problem in ContextMenu and MainMenu. Fixes #80252.
220
221 2006-12-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
222
223         * ListViewItem.cs: Fix dumb error.
224
225         * ListView.cs: Add Find and ContainsKey methods in 
226         ListViewItemCollection, and also return true for IsReadOnly
227         and IsFixedSize (changes for 2.0). 
228
229 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
230
231         * Control.cs: Allow Region to be set to null.
232
233 2006-12-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
234
235         * MdiWindowManager.cs: Remove unused (commented out) code.
236         * Form.cs: When the MdiChild is maximized, the form needs 
237         WM_NCMOUSELEAVE, so request it.
238         * InternalWindowManager.cs: 
239         - Added tooltips to control buttons.
240         - Removed duplicated control button handling code.
241         - Removed unused (commented out) code.
242         
243 2006-12-12  Everaldo Canuto  <everaldo@simios.org>
244
245         * MenuAPI.cs: Set cursor to default in popup menus, a XplatUI.SetCursor 
246         was used because we must set cursor without trigger ChangeCursor event
247         and without change Cursor control property. Fixes #79963.
248
249 2006-12-12  Andreia Gaita  <avidigal@novell.com>
250         
251         * Control.cs: Check if Region setter value is null, and ignore
252
253 2006-12-12  Jackson Harper  <jackson@ximian.com>
254
255         * TextControl.cs: We were almost always drawing one more line then
256         needed, since the GetLineByPixel will return the last line found
257         at that pixel. In most cases though, we were invalidating up to
258         the junction between two lines.
259         - Improve debug code.
260
261 2006-12-12  Chris Toshok  <toshok@ximian.com>
262
263         * XplatUI.cs: add static DrawReversibleFrame, DrawReversibleLine,
264         and FillReversibleRectangle.
265
266         * XplatUIDriver.cs: add abstract DrawReversibleFrame, DrawReversibleLine,
267         and FillReversibleRectangle.
268
269         * XplatUIWin32.cs: add stubs which do nothing for
270         DrawReversibleFrame, DrawReversibleLine, and
271         FillReversibleRectangle.
272
273         * XplatUIOSX.cs: add stubs which raise NIE for
274         DrawReversibleFrame, DrawReversibleLine, and
275         FillReversibleRectangle.
276
277         * XplatUIX11.cs: add working implementation for
278         DrawReversibleFrame, DrawReversibleLine, and
279         FillReversibleRectangle.
280         
281         * ControlPaint.cs: implement DrawReversibleFrame,
282         DrawReversibleLine, and FillReversibleRectangle, by calling into
283         the appropriate XplatUI method.
284
285 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
286
287         * Form.cs: Make MdiClient have the focus even if it's
288         not selectable, since it should receive WM_KEY* and WM_MOUSE 
289         messages. Fixes #79907.
290         
291 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
292
293         * Hwnd.cs: Save the CreateParams.ExStyle so that it can be
294         queried after the window is created.
295         
296         * XplatUIX11.cs: Added SendParentNotify to implement 
297         WM_PARENTNOTIFY logic. Fixes #79965.
298         
299         * Control.cs: Added MakeParam.
300         
301 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
302
303         * MdiClient.cs: Resume Layout before setting window
304         states (fixes #80201).
305
306 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
307
308         * MenuAPI.cs: Deselect a menu item after performing
309         the click (fixes #80197).
310
311 2006-12-11  Jackson Harper  <jackson@ximian.com>
312
313         * TextBoxBase.cs: We need to cap this value, since Maximum -
314         ViewPortHeight can be less than zero.
315         - Only do selection with the left mouse button.
316         * TextBox.cs: Don't tell the world that we have a context menu.
317         * Control.cs: New method so that we can control whether or not the
318         context menu is visible outside MWF.
319
320 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
321
322         * ToolBarButton.cs: Fix text positon. 
323
324 2006-12-11  Miguel de Icaza  <miguel@novell.com>
325
326         * ProgressBar.cs (MarqueeAnimationSpeed): Add stub.
327
328         * Control.cs (DoubleBuffered): Add implementation.
329
330         * Application.cs (OpenForms): Add.
331
332 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
333
334         * Form.cs: Use opacity instead of Opactiy to determine if we need
335         to set the WS_EX_LAYERED bit.  [Fixes bug #80185]
336
337 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
338
339         * Control.cs: Fix NRE if Control.Site was set to null.
340
341 2006-12-11  Chris Toshok  <toshok@ximian.com>
342
343         * Control.cs: ControlCollection.Remove should return if the arg is
344         null, and ControlCollection.SetChildIndex should raise a ANE.
345
346 2006-12-11  Gert Driesen  <drieseng@users.sourceforge.net>
347
348         * Control.cs: Verify value set for Dock property. Code formatting
349         updates.
350
351 2006-12-11  Jackson Harper  <jackson@ximian.com>
352
353         * TextControl.cs: Draw the caret and the selection when a flag is
354         set on the owner.
355         * TextBoxBase.cs: We want to draw the caret and the selection for
356         TextBox but not for TextBoxBase.
357         - If the window is resized and scrolling is no longer needed (the
358         whole doc is visible) set the scroll position to zero.
359         - The default SelectWord (the one TextBox uses) should move the
360         caret to the end of the word.
361         - SelectAll moves the caret to the end of the selection.
362         * TextBox.cs: We don't selectall on focus, we just do it when the
363         control is created.
364         
365 2006-12-11  Mike Kestner  <mkestner@novell.com>
366
367         * ComboBox.cs: stub in a 2.0 override for ProcessKeyEventArgs.
368
369 2006-12-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
370
371         * ListView.cs: Add Insert, IndexOfKey, RemoveByKey and indexer 
372         2.0 support.
373         * ListViewItem.cs: Add Name 2.0 property.
374
375 2006-12-11  Andreia Gaita  <avidigal@novell.com>
376
377         * TabControl.cs: Set visibility on selected or default tab 
378         when tabcontrol handle is created, so that it's contents
379         actually show up (duh). Fixes #80193
380         Don't redraw the control if there is no handle created, as
381         the selected index might be completely invalid. Added some tests
382         to check for this.
383
384 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
385
386         * ToolBar.cs: Uses maximun width and height of all buttons as 
387         button rectangle when ButtonSize specified, it looks strange but
388         is what happens in Win32. Fixes #80189.
389
390 2006-12-11  Jackson Harper  <jackson@ximian.com>
391
392         * TextControl.cs: Need to track undo levels ourself, since
393         compound actions will mess them up.
394
395 2006-12-10  Andreia Gaita  <avidigal@novell.com>
396
397         * TabControl.cs: Raise SelectedIndexChanged for 1.1 if the
398         SelectedIndex value is changed (even if it's not valid).
399         Reset SelectedIndex to 0 when the handle is created and if
400         the current index is invalid.
401         Fixes SelectdeIndex unit tests and #80128
402
403 2006-12-08  Chris Toshok  <toshok@ximian.com>
404
405         * DataGrid.cs (set_CurrentCell): because EnsureCellVisibility
406         calls EndEdit, it needs to be called before we set current_cell to
407         its new value.  Otherwise, we end up committing the value in the
408         textbox to the new cell as well.  Fixes bug #80160.
409
410 2006-12-08  Chris Toshok  <toshok@ximian.com>
411
412         * Form.cs (set_CancelButton): if the button's DialogResult is
413         None, set it to Cancel.  Fixes bug 80180.
414
415 2006-12-08  Jackson Harper  <jackson@ximian.com>
416
417         * TextBoxBase.cs: Ugh, ClientSize can be 0,0 sometimes, so we need
418         to watch ourselves when setting the canvas size and setting the
419         scrollbar values.
420
421 2006-12-08  Chris Toshok  <toshok@ximian.com>
422
423         * DataGrid.cs: comment out the two MakeTransparent calls for the
424         time being so people using trunk (and not 1.2.2) on windows can
425         actually use the datagrid.  This deals with bug #80151.
426
427 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
428
429         * ThemeWin32Classic.cs: Change ButtonBase_DrawImage to use the
430         Graphics.DrawImage (image, int, int, int, int) overload instead
431         of Graphics.DrawImage (image, int, int).  GDI+ can't figure out
432         the dpi difference and was blurring images it drew.
433         [Fixes bug #79960]
434
435 2006-12-08  Chris Toshok  <toshok@ximian.com>
436
437         * ThemeWin32Classic.cs (DataGridPaintRows): handle case where
438         rowcnt is 0 (such as with an empty datasource), and make sure we
439         initialize not_usedarea.Y to cells.Y, so we don't draw over the
440         other areas (caption, parent row, etc, etc).  Fixes bug #80095.
441
442 2006-12-08  Chris Toshok  <toshok@ximian.com>
443
444         * DataGridColumnStyle.cs (SetDataGrid): don't try to access a null
445         grid.
446
447 2006-12-08  Chris Toshok  <toshok@ximian.com>
448
449         [ Fixes bug #80167 ]
450         
451         * ThemeWin32Classic.cs: don't draw the image if the button's flat
452         style is FlatStyle.System.
453
454         * ButtonBase, ThemeClearlooks.cs, ThemeGtk.cs, ThemeNice.cs: make
455         ButtonBase.flat_style private, and switch uses of it to the public
456         property.
457         
458 2006-12-08  Chris Toshok  <toshok@ximian.com>
459
460         [ Fixes bug #80121 ]
461         
462         * ThemeWin32Classic.cs: center the caption text in the datagrid
463         when we draw it.
464
465         * DataGrid.cs: lessen the amount we add to the caption height from
466         6 to 2.  6 was making it huge.
467
468 2006-12-08  Andreia Gaita  <avidigal@novell.com>
469
470         * UpDownBase: Handle MouseWheel call directly instead of capturing
471         the inner textbox's OnMouseWheel. Fixes #80166
472
473 2006-12-08  Jackson Harper  <jackson@ximian.com>
474
475         * TextControl.cs: We need to invalidate the textbox when we empty
476         it (how had this not been discovered before?)
477
478 2006-12-08  Jackson Harper  <jackson@ximian.com>
479
480         * TextBoxBase.cs: Reworked the mouse down code so I could get it
481         to behave like MS, we now ignore the eventargs.Click and just
482         track state ourself, which we were already doing anyways.
483         - Constrain the double click handler to the double click size.
484         
485 2006-12-08  Chris Toshok  <toshok@ximian.com>
486
487         * DataGrid.cs: the mousewheel code shouldn't try to scroll in a
488         direction if that scrollbar isn't shown.  fixes bug #80158.
489
490 2006-12-08  Andreia Gaita  <avidigal@novell.com>
491
492         * NumericUpDown.cs: Update value on getter. Fixes #79950
493
494 2006-12-08  Chris Toshok  <toshok@ximian.com>
495
496         * MenuItem.cs: add back in the event cloning code.  I didn't know
497         how to do it in the face of the EventHandlerList work i'd done
498         last week.  Fixes bug #80183.
499
500 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
501
502         * Control.cs: Add an invalidate to the BackgroundImage setter.
503         [Fixes 80184]
504
505 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
506
507         * ToolStrip*: Add some small properties reported by MoMA, fix event
508         firing and default properties based off of unit tests, and add some
509         attributes based off of the class status page.
510
511 2006-12-07  Jackson Harper  <jackson@ximian.com>
512
513         * TextBoxBase.cs: Take HideSelection into account when determining
514         whether or not to show the selection.
515         * RichTextBox.cs: After inserting the RTF into the document move
516         the cursor to the beginning of the document.
517
518 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
519
520         * Control.cs: Remove static ArrayList "controls" which maintained
521         a reference to every control created.
522         * Application.cs: Create a static FormCollection to maintain a reference
523         to every form created.  Use it in places that formerly enumerated through
524         the controls one looking for forms.
525         * Form.cs: Add and remove self from above FormCollection.
526
527 2006-12-07  Alexander Olk  <alex.olk@googlemail.com>
528
529         * MimeIcon.cs: gdk_pixbuf_save_to_buffer is part of libgdk-pixbuf,
530           not libgdk (though it makes me wonder why I didn't have any
531           problems)
532
533 2006-12-07  Chris Toshok  <toshok@ximian.com>
534
535         [ you had to know this was coming after that last commit...]
536         
537         * XplatUIX11.cs: implement the 3 Offscreen functions in terms of
538         XPixmaps (CreateOffscreenDrawable maps to XCreatePixmap,
539         DestroyOffscreenDrawable to FreePixmap, and BlitFromOffscreen to
540         XCopyArea).
541
542 2006-12-07  Chris Toshok  <toshok@ximian.com>
543
544         * XplatUI.cs: add 3 calls (CreateOffscreenDrawable,
545         DestroyOffscreenDrawable, and BlitFromOffscreen) that encompass
546         all the behavior we need for double buffering.
547
548         * XplatUIDriver.cs: implement the 3 double buffer methods using a
549         client side Bitmap, just like the old Control-based double buffer
550         code did.  The methods are virtual, so each XplatUI driver
551         subclass can replace the implementation to use a faster, platform
552         specific approach.
553
554         * Control.cs: make use of the 3 Offscreen XplatUI calls in the
555         double buffer code, and clean things up a bit in the process.
556
557 2006-12-06  Chris Toshok  <toshok@ximian.com>
558
559         * Control.cs: reindent WndProc.
560
561 2006-12-06  Chris Toshok  <toshok@ximian.com>
562
563         [ I wanna be like BenM when I grow up ]
564         
565         * Hwnd.cs: create a single static Graphics object on the static
566         Bitmap we create.  use this for our text measurements.
567
568         * Control.cs (DeviceContext): stop using the backbuffer's dc_mem.
569         This was causing us to allocate a backbuffer for every control,
570         even when it wasn't flagged as double buffered.  Instead use the
571         single graphics instance.  This might have implications for
572         multithreaded applications.  If we run into problems we can switch
573         to creating 1 Graphics per control, on the static Hwnd bitmap.
574
575         this change nets us a 7M savings in private dirty mappings when
576         running FormsTest.exe.
577
578 2006-12-06  Chris Toshok  <toshok@ximian.com>
579
580         * ListView.cs: the BackgroundImage override is just to set
581         attributes.  chain up to base.BackgroundImage.
582
583         * RichTextBox.cs: same.
584
585         * ToolBar.cs: same, but we need to also redraw the toolbar when it
586         changes, so instead a handler for BackgroundImageChanged.
587         
588         * Control.cs: make background_image private.
589
590 2006-12-06  Chris Toshok  <toshok@ximian.com>
591
592         * ScrollBar.cs: change the assignment of cursor to Cursor.  not
593         sure we even need this assignment, but roll with it for now.
594
595         * Control.cs: make the cursor field private.
596
597 2006-12-06  Chris Toshok  <toshok@ximian.com>
598
599         * Form.cs: we don't need to explicitly set ImeMode to
600         ImeMode.NoControl - that's a natural fallout of Control.ImeMode's
601         behavior in the face of ImeMode.Inherit.
602
603         * ButtonBase.cs: change DefaultImeMode to ImeMode.Disable, and
604         change the ctor's assignment to use ImeMode instead of ime_mode.
605
606         * Control.cs (get_ImeMode): don't assume DefaultImeMode ==
607         ImeModeInherit.  Only check for the parent's imemode (and return
608         NoControl if there is no parent) if ime_Mode == ImeMode.Inherit.
609         This fixes the button unit test, which sets both ImeMode and
610         DefaultImeMode to ImeMode.Disable.
611
612         also make the ime_mode field private.
613
614 2006-12-06  Chris Toshok  <toshok@ximian.com>
615
616         * Control.cs: make control_style private.
617
618         * TextBoxBase.cs: fix the HandleClick override.  it was explicitly
619         setting the styles to true, then setting them to false instead of
620         reverting to their previous values.
621
622         also, call SetStyle on the scrollbars instead of using
623         control_style directly.
624
625 2006-12-06  Jonathan Pobst  <monkey@jpobst.com>
626
627         * FormCollection.cs: Implement. [2.0]
628
629 2006-12-06  Chris Toshok  <toshok@ximian.com>
630
631         * Control.cs: make tab_stop private.
632
633         * Label.cs: set TabStop, not tab_stop.  reformat some event
634         add/remove methods to make them more compact.
635
636 2006-12-06  Chris Toshok  <toshok@ximian.com>
637
638         * RadioButton.cs: fix TabStop handling.
639
640 2006-12-06  Chris Toshok  <toshok@ximian.com>
641
642         * TextBox.cs: remove the explicit assignments to has_focus.
643         Control does that.
644
645         * ButtonBase.cs: remove the assignment to has_focus.  Control will
646         manage that.
647         
648 2006-12-06  Chris Toshok  <toshok@ximian.com>
649
650         * ButtonBase.cs: remove all uses of is_enabled from this code.
651         it's always true when any of the code containing the checks is
652         executed.
653
654 2006-12-06  Chris Toshok  <toshok@ximian.com>
655
656         * ImageList.cs: reinstate the ShouldSerialize*/Reset* methods,
657         with different semantics (some are present in both 1.1 and 2.0
658         profiles) so that we match MS's behavior in our unit tests.
659
660 2006-12-06  Jackson Harper  <jackson@ximian.com>
661
662         * TextControl.cs: Make this operation undoable.
663         * TextBoxBase.cs: Factor the border width into the preferred
664         height.
665         - implement Modified as per the spec.
666
667 2006-12-06  Chris Toshok  <toshok@ximian.com>
668
669         * Timer.cs, Control.cs, Menu.cs: make control_tag private.
670
671 2006-12-06  Chris Toshok  <toshok@ximian.com>
672
673         * Control.cs: make right_to_left and context_menu fields private.
674
675 2006-12-06  Chris Toshok  <toshok@ximian.com>
676
677         * AccessibleObject.cs, Control.cs, XplatUIX11GTK.cs,
678         XplatUIX11.cs, Form.cs, RadioButton.cs, ScrollableControl.cs: make
679         Control.child_controls private.  switch all uses over to
680         Control.Controls.
681
682 2006-12-06  Chris Toshok  <toshok@ximian.com>
683
684         * System.Windows.Forms/GroupBox.cs,
685         System.Windows.Forms/AccessibleObject.cs,
686         System.Windows.Forms/ErrorProvider.cs,
687         System.Windows.Forms/Control.cs,
688         System.Windows.Forms/UpDownBase.cs,
689         System.Windows.Forms/ScrollBar.cs,
690         System.Windows.Forms/DateTimePicker.cs,
691         System.Windows.Forms/Form.cs, System.Windows.Forms/Label.cs,
692         System.Windows.Forms/ToolTip.cs,
693         System.Windows.Forms/RadioButton.cs,
694         System.Windows.Forms/LinkLabel.cs,
695         System.Windows.Forms/Splitter.cs,
696         System.Windows.Forms/TextBoxBase.cs,
697         System.Windows.Forms/ToolStripTextBox.cs,
698         System.Windows.Forms/ContainerControl.cs,
699         System.Windows.Forms/ThemeWin32Classic.cs,
700         System.Windows.Forms/SizeGrip.cs,
701         System.Windows.Forms/ToolStripDropDown.cs,
702         System.Windows.Forms/ScrollableControl.cs: Make Control.parent
703         private.  switch all uses over to Control.Parent.
704
705 2006-12-06  Chris Toshok  <toshok@ximian.com>
706
707         * RichTextBox.cs: don't assign to has_focus in GotFocus/LostFocus.
708         Control does this before calling emitting these events.
709
710         * TabControl.cs: same.
711
712         * ThemeWin32Classic.cs: use Control.ClientRectangle instead of
713         Control.client_rect.
714
715         * ButtonBase.cs: use the ClientSize property instead of the
716         client_size field.
717
718         * ScrollableControl.cs: same.
719
720         * Control.cs: another pass at making properties private.  also,
721         move the initialization of tab_stop to the ctor.
722
723 2006-12-05  Andreia Gaita <avidigal@novell.com>
724
725         * TabControl.cs: Let the selected index be set freely if the 
726         control handle is not yet created.
727
728 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
729
730         * Control.cs: Revert dist_top, dist_right, and dist_bottom to 
731         internal until I can rewrite DefaultLayout.
732         * ToolStrip.cs: Fix build error and some general cleaning.
733         * ToolStripControlHost.cs, SplitterPanel.cs, DataGridView.cs:
734         Fix build errors caused by making some of Control's fields private.
735
736 2006-12-05  Jackson Harper  <jackson@ximian.com>
737
738         * TextControl.cs: Redo Insert a little so that it use IndexOf
739         instead of Split, this prevents it from messing up on things like
740         \n\n\n. Also more effecient since the split array doesn't need to
741         be created.
742         * TextBoxBase.cs: AppendText doesnt handle multiline and non
743         multiline text differently, this is the first of many fixes that
744         will make multiline/non-multiline the same thing as far as the
745         TextBoxBase is concerned.
746         - Don't split the text and insert lines, this can lose some line
747         endings (like is the last line a soft or hard break). Instead use
748         the new Insert.
749         - Fix an off by one when combining all the lines in the Text
750         getter.
751         - Remove separate multiline handling from the Text getter/setter.
752
753 2006-12-05  Chris Toshok  <toshok@ximian.com>
754
755         * ButtonBase.cs: a few changes:
756
757         - don't reinitialize internal Control fields in the ctor when they
758         have the same values as Control sets them.
759
760         - don't set has_focus in OnGotFocus/OnLostFocus.  Control does
761         this before calling those methods.
762
763         - we don't need to call Refresh for anything.  use Invalidate
764         instead.
765
766         - OnEnabledChanged doesn't need to redraw at all - Control.cs
767         calls Refresh in its OnEnabledChanged.
768         
769         - several of the events we were registered for in the ctor to
770         redraw ourselves already include calls to Invalidate in the
771         property setters that raise the events.  remove the extra
772         invalidation.
773
774         - reformat a switch statement that was 83274658 columns wide.
775         
776 2006-12-05  Mike Kestner  <mkestner@novell.com>
777
778         * ComboBox.cs: fix a unit test regression from a TextBox
779         SelectionLength return of -1 when there's no selection.  
780
781 2006-12-05  Chris Toshok  <toshok@ximian.com>
782
783         * Control.cs, Button.cs, ThemeGtk.cs, Form.cs, ListView.cs,
784         ThemeWin32Classic.cs, SizeGrip.cs, ToolBar.cs: first pass at
785         cleaning up some of the internal Control fields being used by
786         subclasses.
787
788 2006-12-05  Mike Kestner  <mkestner@novell.com>
789
790         * ComboBox.cs: fix some Simple mode regressions.  Set Visible on the
791         listbox after AddImplicit calls since it defaults to hidden. Add a 
792         hack to preserve requested heights across DropDownStyle changes.
793
794 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
795
796         * PropertyGrid.cs: Hide FindFirstItem method from public API.
797
798 2006-12-05  Chris Toshok  <toshok@ximian.com>
799
800         * DataGridView.cs: fix compiler warnings.
801
802         * PrintControllerWithStatusDialog.cs: same.
803
804         * ToolBar.cs: same.
805
806         * FolderBrowserDialog.cs: same.
807
808         * Splitter.cs: same.
809
810         * DataGridViewComboBoxCell.cs: same.
811
812         * XplatUIWin32.cs: same.
813
814         * PictureBox.cs: same.
815
816         * Win32DnD.cs: same.
817
818         * PageSetupDialog.cs: same.
819
820         * FileDialog.cs: same.
821
822         * PrintDialog.cs: same.
823
824         * DataGridTextBoxColumn.cs: same.
825
826         * DrawTreeNodeEventArgs.cs: same (and fix corcompare)
827
828 2006-12-05  Chris Toshok  <toshok@ximian.com>
829
830         * TextBox.cs, CheckedListBox.cs, MonthCalendar.cs, Menu.cs,
831         MainMenu.cs, ListView.cs, LabelEditTextBox.cs, ToolBar.cs: more
832         System.ComponentModel.EventHandlerList work.
833
834 2006-12-05  Jonathan Chambers  <joncham@gmail.com>
835
836         * DrawTreeNodeEventArgs.cs: Added.
837
838 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
839         
840         * InternalWindowManager.cs: Remove an unused field.
841         
842 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
843
844         * InternalWindowManager.cs:
845         - Save the point where the title bar is clicked.
846         
847         * MdiWindowManager.cs:
848         - Only allow moving of the window as long as the 
849         clicked point on the title bar does not get out of
850         MdiClient's rectangle. Fixes #79982.
851         
852         * MdiClient.cs:
853         - Added Horizontal/VerticalScrollbarVisible.
854         - Simplified the scrollbar sizing algorithm.
855         - Cache the difference in scrolled value in
856         H/VBarValueChanged and move the calculation out
857         of the for loop.
858
859 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
860
861         * Control.cs: Make the Console.WriteLine in WndProc 
862         write more info.
863
864 2006-12-05  Chris Toshok  <toshok@ximian.com>
865
866         * ToolStripManager.cs, ToolStripButton.cs,
867         ToolStripContentPanel.cs, ToolStripComboBox.cs, ToolStrip.cs,
868         ToolStripMenuItem.cs, ToolStripItem.cs, ToolStripControlHost.cs,
869         ToolStripSplitButton.cs, ToolStripSeparator.cs,
870         ToolStripRenderer.cs, ToolStripDropDownItem.cs,
871         ToolStripProgressBar.cs, ToolStripContainer.cs,
872         ToolStripTextBox.cs, ToolStripPanel.cs, ToolStripDropDown.cs: move
873         to using System.ComponentModel.EventHandlerList.
874
875 2006-12-04  Chris Toshok  <toshok@ximian.com>
876
877         * LinkLabel.cs: fix up compiler warnings.
878
879         * TableLayoutSettings.cs: same.
880
881         * TreeView.cs: same.
882
883         * ToolBar.cs: same.
884
885         * TabControl.cs: same.
886
887         * RichTextBox.cs: same.
888
889         * ListViewItem.cs: same.
890
891         * PropertyGrid.cs: same.
892
893         * DataGridViewRowPostPaintEventArgs.cs: corcompare fix.
894
895         * ToolTip.cs same.
896
897         * TextRenderer.cs: fix up compiler warnings.
898
899         * Label.cs: same.
900
901         * Form.cs: corcompare fixes.
902
903         * PictureBox.cs: fix up compiler warnings.
904
905         * ImageListStreamer.cs: same.
906
907         * TrackBar.cs: corcompare fix.
908
909         * Control.cs: fix up compiler warnings.
910
911         * SplitterPanel.cs: same.
912
913         * NumericTextBox.cs: same.
914
915         * ImageList.cs: same.
916
917         * StatusStrip.cs: same.
918
919         * ProgressBar.cs: corcompare fix.
920
921         * ToolStripButton.cs: fix up compiler warnings.
922
923         * ToolStripStatusLabel.cs: same.
924
925         * ToolStripSplitButton.cs: same.
926
927         * ToolStripSeparator.cs: same.
928
929         * ToolStripProgressBar.cs: same.
930
931         * ToolStripDropDownMenu.cs: same
932
933         * ToolStripDropDown.cs: same.
934
935         * ToolStripDropDownButton.cs: same.
936
937         * ToolStrip.cs: same.
938
939         * ToolStripControlHost.cs: same.
940
941         * ToolStripContentPanel.cs: same.
942
943         * ToolStripDropDown.cs: same.
944
945         * ToolStripContainer.cs: same.
946
947         * ToolStripPanel.cs: same, and add "new" where we need it to work
948         with the new ArrangedElementCollection.
949
950         * ToolStripItemCollection.cs: add "new" where we need it to work
951         with the new ArrangedElementCollection.
952
953 2006-12-04  Andreia Gaita <avidigal@novell.com>
954
955         * TabControl.cs: Fix default tab selection to after TabControl
956         gets focus and not before. Fixes #80128
957
958 2006-12-04  Chris Toshok  <toshok@ximian.com>
959
960         * DataGridTableStyle.cs: remove the gross calling of
961         datagrid.Refresh from here.  It's a broken idea and it doesn't
962         work anyway.
963
964         * DataGrid.cs: instead, just register/unregister from the
965         DataGridTableStyle events in CurrentTableStyle.  we play it
966         conservatively and EndEdit + CalcAreasAndInvalidate on any event,
967         even though some would most likely not require it.  Fixes bug
968         #80115 (and one portion of #80117 as a side effect).
969
970 2006-12-04  Chris Toshok  <toshok@ximian.com>
971
972         * DataGrid.cs (set_CaptionVisible): EndEdit before doing the work
973         so the textbox (if any) goes away.  Fixes bug #80117.
974
975 2006-12-04  Chris Toshok  <toshok@ximian.com>
976
977         * DataGridColumnStyle.cs: set the column's readonly property
978         initially based on the property descriptor's IsReadOnly.  Fixes
979         bug #80044.
980
981 2006-12-04  Chris Toshok  <toshok@ximian.com>
982
983         * ComboBox.cs: wrap the dropdown style changing work in
984         SuspendLayout/ResumeLayout.  Fixes bug #79968.
985
986 2006-12-04  Jackson Harper  <jackson@ximian.com>
987
988         * TextBoxBase.cs: Fix off by one, since these are one-based.
989         * TextBox.cs: Select all the text when we get focus.  The TextBox
990         does this but the RTB does not.
991
992 2006-12-04  Chris Toshok  <toshok@ximian.com>
993
994         * DataGridTextBoxColumn.cs: remove some spew.
995
996         * DataGridColumnStyle.cs (SetColumnValueAtRow): this seems right
997         but some part of me is saying "it shouldn't be here.."  At any
998         rate, it fixes bug #80046.  Call IEditableObject.EndEdit after
999         setting the value.
1000
1001 2006-12-04  Chris Toshok  <toshok@ximian.com>
1002
1003         * DataGridColumnStyle.cs (SetDataGrid): call CheckValidDataSource
1004         to reassign the propertydescriptor.
1005
1006 2006-12-04  Jackson Harper  <jackson@ximian.com>
1007
1008         * TextBoxBase.cs:
1009         * TextControl.cs: Remove some unused variables.  Maybe this will
1010         patch things up between mike and I.
1011         - don't split lines less then one char wide, if the viewport is
1012         that small text won't be visible anyways.
1013         
1014 2006-12-04  Jackson Harper  <jackson@ximian.com>
1015
1016         * TextBoxBase.cs: Default selection length is -1, need to do some
1017         more testing on windows to see when this is used for the property.
1018         - Redid the Lines [] property to that we properly remove soft line
1019         breaks
1020         - added support for preserving carriage returns
1021         -  CanUndo is not a variable like 'is undo enabled' it just returns
1022         true if there is undo operations available.
1023         - AppendText doesn't need to grab the last tag itself anymore,
1024         this happens automatically when we move the cursor.
1025         * TextControl.cs: Add CompoundActions to the undo class. This
1026         allows combining the other operations into one big option.  ie a
1027         paste will combine { delete old, insert new, move cursor }
1028         - Add InsertString undo operation
1029         - New method for deleting multiline text
1030         - Add carriage returns to lines. So we can preserve carriage
1031         returns when text is 'roundtripped'
1032
1033 2006-12-04  Chris Toshok  <toshok@ximian.com>
1034
1035         * DataGrid.cs (CalcCellsArea): cells_area.Width/Height are at a
1036         minimum 0.  Fixes the scrollbar exception in bug #80136.
1037
1038 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1039
1040         * MdiClient.cs: 
1041         * MdiWindowManager: Removed unused fields and methods.
1042         
1043 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1044         
1045         * StatusBar.cs: Update all panels when a AutoSize=Contents
1046         panel needs updating.
1047         
1048         * StatusBarPanel.cs: Remove twidth and only use initialize.
1049         Fixes #80031.
1050                 
1051 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1052
1053         * Form.cs: When a form's MdiParent is set add it directly
1054         on top of the z-order in stead of relying on MdiClient's
1055         ActivateChild to do it. Fixes #80135.
1056         
1057         * MdiClient.cs: 
1058         - Remove original_order, mdi_child_list is already doing
1059         the same thing.
1060         - Create mdi_child_list on construction in
1061         stead of first use (avoids a few null checks).
1062
1063         * MenuItem.cs: Use an already existing list of mdi children
1064         to get the correct order of children and remove the other
1065         redundant list.
1066
1067 2006-12-04  Chris Toshok  <toshok@ximian.com>
1068
1069         * PropertyGridView.cs: cached_splitter_location is only used in
1070         !DOUBLEBUFFER code.
1071
1072         * PropertyGrid.cs: implement the ComComponentNameChanged event
1073         using Events, hoping that would fix the warning.  Looks like a
1074         compiler bug instead (#80144).
1075
1076         * PropertyManager.cs: remove unused method.
1077
1078 2006-11-04  Everaldo Canuto  <everaldo@simios.org>
1079
1080         * ThemeWin32Classic.cs: Dont draw arrow when menuitem on menubar, 
1081         include parentesis to fix expression evaluation. Fixes #79634.
1082
1083 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
1084         
1085         * MenuAPI.cs:
1086         - Changes to fix behavior in Menu control, some reported in #80097
1087         and other detected during behavior refactory like a select event
1088         problems.
1089         - Remove unneded "if's" conditions.
1090         - Created an internal to flag when popup is active in control, we need 
1091         it because in .NET you can have menu active but without popup active
1092         when you active menu using popup without visible items.
1093         - Mimic win32 behavior for Select and Popup events.  
1094         - Dont open popup menu when you dont have visible subitems.
1095         - Do nothing when click on disabled menu item.
1096         - Some small changes to follow the coding style guidelines.
1097         - Unselect menu only when another control gives focus. Fixes #80097.
1098         - Remove unused code.
1099         
1100         * MenuItem.cs: internal VisibleItems method to check if menu
1101         theres visible subitems, it will be usefull to fix some 
1102         behavior in Menu control.
1103         
1104 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
1105         
1106         * Timer.cs: Tag property for 2.0 profile.
1107         
1108 2006-12-01  Chris Toshok  <toshok@ximian.com>
1109
1110         [ after removing all warning suppressions, this cleans up over 100 warnings. ]
1111         
1112         * Win32DnD.cs: comment out some unused fields.
1113
1114         * XplatUIWin32.cs: comment out some unused pinvokes, and remove
1115         some unused properties/methods.
1116
1117         * XplatUIX11.cs: fix MousePosition so we override the base class's
1118         property instead of conflicting with it.
1119
1120         * PictureBox.cs: comment out some unused fields
1121
1122         * OSXStructs.cs: make some struct fields public.
1123
1124         * XplatUIOSX.cs: comment out some unused pinvokes, and fix
1125         MousePosition so we override the base class's property instead of
1126         conflicting with it.
1127
1128         * X11Dnd.cs: comment out some unused fields
1129
1130         * X11DesktopColors.cs: fix some struct field visibility to quiet
1131         the compiler.
1132
1133         * X11Dnd.cs: remove some debug code.
1134
1135         * ThemeClearlooks.cs: comment out unused field.
1136
1137         * ThemeNice.cs: mark some methods as overriding ThemeWin32Classic as needed.
1138
1139         * ThemeGtk.cs: comment out some unused pinvokes.
1140
1141         * Timer.cs: remove some unused fields.
1142
1143         * ThemeClearlooks.cs: comment out unused field.
1144
1145         * UpDownBase.cs: comment out unused field.
1146
1147         * DataObject.cs: comment out unused field.
1148
1149         * DataGridBoolColumn.cs: reomve unused field.
1150
1151         * DataGrid.cs: remove unused field.
1152
1153         * Cursor.cs: remove old ToBitmap code.
1154
1155         * ControlPaint.cs: remove unused method.
1156
1157         * ScrollBar.cs: remove unused fields.
1158
1159         * ComboBox.cs: remove unused field, and chain up to
1160         AccessibleObject ctor.
1161
1162         * ListBox.cs: remove unused field.
1163
1164         * ButtonBase.cs: wrap a couple fields in NET_2_0.
1165
1166         * GridEntry.cs: remove unused fields.
1167
1168         * Binding.cs: remove unused fields.
1169
1170         * AxHost.cs: remove unused method.
1171
1172         * ContainerControl.cs: remove unused field.
1173
1174         * ScrollableControl.cs: remove unused fields.
1175
1176 2006-12-01  Chris Toshok  <toshok@ximian.com>
1177
1178         * XplatUI.cs, XplatUIWin32.cs, XplatUIGTK.cs: nuke
1179         the Where/WhereString stuff.  it's easy enough to CWL
1180         Environment.StackTrace.
1181
1182         * XplatUIX11.cs: same, but also fix up a lot of mcs warnings about
1183         unused private fields.
1184
1185 2006-12-01  Jackson Harper  <jackson@ximian.com>
1186
1187         * TextControl.cs: Do not update the view while inserting multiline
1188         text. If we update the view we might wrap lines, before entering
1189         the new lines, which causes the new line insertion calculations to
1190         be totally fubared.
1191         - Remove an old TODO
1192         - Make debug output a little nicer
1193         
1194 2006-12-01  Chris Toshok  <toshok@ximian.com>
1195
1196         * ToolBar.cs: revert the ImeMode fix here and add an XXX comment.
1197
1198 2006-12-01  Chris Toshok  <toshok@ximian.com>
1199
1200         [ fix the majority of the CS0108 warnings we've been suppressing ]
1201         
1202         * TreeView.cs: mark BackgroundImageChanged as 'new'.
1203
1204         * ToolBar.cs: ImeMode just passes stuff to Control.  Rename Layout
1205         to "LayoutToolBar" to quiet mcs.
1206         
1207         * TabControl.cs: mark our ControlCollection class as 'new'.
1208
1209         * TextBoxBase.cs: mark some events as 'new'.
1210
1211         * Splitter.cs: TabStop is 'new'.
1212
1213         * ControlBindingsCollection.cs: mark a few methods as new since
1214         they change the visibility from protected to public.
1215
1216         * RadioButton.cs: DoubleClick -> base class, and remove unused
1217         HaveDoubleClick.
1218
1219         * MonthCalendar.cs: ImeMode property -> base class, and mark many
1220         events as new.
1221
1222         * NumericUpDown.cs: TextChanged -> base class.
1223
1224         * CheckedListBox.cs: mark our ObjectCollection class as new to
1225         quiet mcs.
1226
1227         * FolderBrowserDialog.cs: make HelpRequest event new and have it
1228         muck with the base class.
1229
1230         * StatusBar.cs: fix some mcs warnings about Update being the same
1231         name as a base class method.
1232
1233         * RichTextBox.cs: mark some events as new, and make them do things
1234         to the base class impl.
1235
1236         * UserControl.cs: mark TextChanged as new, and have it manipulate
1237         base.TextChanged.
1238
1239         * UpDownBase.cs: mark some things new.
1240
1241         * CheckBox.cs: mark DoubleClick "new", and add some text about
1242         what we need to look at.
1243
1244         * Panel.cs: make the events "new", and manipulate the base
1245         version.  these are just here for attributes.
1246
1247         * AccessibleObject.cs: make owner private.
1248
1249         * Control.cs: deal with AccessibleObject.owner being private.
1250         cache our own copy if we need it.
1251
1252         * Button.cs: add "new" to the DoubleClickEvent.
1253
1254         * ListBox.cs: no need to track our own has_focus here.  let
1255         Control.has_focus do it for us.  Also some other work to clear up
1256         warnings about not overriding base class methods of the same name.
1257         
1258         * ComboBox.cs: clear up some warnings about not override base
1259         class methods of the same name.
1260
1261 2006-12-01  Chris Toshok  <toshok@ximian.com>
1262
1263         * Form.cs: flag a few things as "new" to quiet some of the mcs
1264         warnings.
1265
1266         * AxHost.cs: same.
1267
1268         * PrintPreviewDialog.cs: same.
1269
1270         * DataGridView.cs: fix a ton of corcompare warnings.  not all, but
1271         now DGV isn't so horrible on the class status page.  also, move
1272         all events to using System.ComponentModel.EventHandlerList.  my
1273         wrists hurt.
1274
1275 2006-12-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1276
1277         * MdiWindowManager.cs:
1278         - Set form to active mdi child if shown,
1279         and update the active mdi child to the next 
1280         remaining child in the z-order if the form is hidden.
1281
1282         * Form.cs: 
1283         - Track if the form has been visible and if its 
1284         visibility is beeing changed, so that the MdiClient
1285         can properly decide the ActiveMdiChild. The MdiClient 
1286         cannot track this since the form can change visibility 
1287         before MdiClient is created.
1288
1289         * MdiClient.cs:
1290         - Don't activate anything of the parent form is changing
1291         its visibility.
1292         - Rework ActiveMdiChild to only return visible mdi 
1293         children and take into account several other corner 
1294         cases.
1295
1296 2006-12-01  Chris Toshok  <toshok@ximian.com>
1297
1298         * IBindableComponent.cs: new 2.0 interface.
1299
1300 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
1301
1302         * DataGrid.cs: Font for caption area is bold by default.
1303
1304 2006-12-01  Everaldo Canuto  <everaldo@simios.org>
1305
1306         * Menu.cs: Tag property for 2.0.
1307         
1308 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
1309
1310         * ThemeWin32Classic.cs: Adjust menu separator drawing. 
1311         
1312 2006-12-01  Chris Toshok  <toshok@ximian.com>
1313
1314         * TreeView.cs: doh, the Begin* events should be
1315         TreeViewCancelEventHandler.
1316
1317 2006-12-01  Chris Toshok  <toshok@ximian.com>
1318
1319         * Form.cs: Form.ControlCollection already stores off the
1320         form_owner field.  don't access the base class's internal "owner"
1321         field.
1322
1323         * Control.cs: make all the fields in Control.ControlCollection
1324         private.  there's no need for any internal fields here.
1325
1326 2006-12-01  Chris Toshok  <toshok@ximian.com>
1327
1328         * DataGrid.cs: call SetDataSource instead of CalcGridAreas in
1329         OnHandleCreated.  Fixes bug #80109.
1330
1331 2006-12-01  Chris Toshok  <toshok@ximian.com>
1332
1333         * Button.cs, PropertyGridTextBox.cs, ComboBox.cs,
1334         SplitContainer.cs, Control.cs, StatusStrip.cs,
1335         DataGridTableStyle.cs, MenuItem.cs, DomainUpDown.cs, ImageList.cs,
1336         NumericTextBox.cs, NumericUpDown.cs, Panel.cs, CommonDialog.cs,
1337         DataGrid.cs, ScrollBar.cs, TrackBar.cs, PictureBox.cs,
1338         DateTimePicker.cs, StatusBar.cs, Form.cs, PrintPreviewDialog.cs,
1339         Label.cs, UserControl.cs, CheckBox.cs, RadioButton.cs,
1340         LinkLabel.cs, ListControl.cs, PropertyGrid.cs, Splitter.cs,
1341         MenuStrip.cs, FolderBrowserDialog.cs, NotifyIcon.cs,
1342         TextBoxBase.cs, ListView.cs, DataGridBoolColumn.cs,
1343         PrintPreviewControl.cs, RichTextBox.cs, ListBox.cs, TabControl.cs,
1344         DataGridColumnStyle.cs, ContextMenu.cs, TreeView.cs:
1345
1346         do most of the work to convert our code over to use
1347         System.ComponentModel.Component.Events for
1348         adding/removing/dispatching events.
1349
1350
1351 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
1352
1353         * DataGridView.cs: Fix an ArgumentNullException reported 
1354         twice today in IRC.
1355
1356 2006-11-30  Mike Kestner  <mkestner@novell.com>
1357
1358         * ComboBox.cs: fix the scrollbar mouse event forwarding in the 
1359         grabbed listbox.  Fixes #80036 and #80101.
1360
1361 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
1362
1363         * Message.cs: Changed ToString() to match MS.
1364         
1365 2006-11-30  Jackson Harper  <jackson@ximian.com>
1366
1367         * TextBoxBase.cs: You can still change the selected text on a read
1368         only textbox.
1369         * TextControl.cs: Lower magic number for wrap calculations. This
1370         lets text get closer to the right (far) edge.
1371
1372 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
1373
1374         * Control.cs: Tweak 2.0 layout properties.
1375         * Form.cs: Switch ToolStripMenuTracker hooks to ToolStripManager.
1376         * TextRenderer.cs: Add a new overload.
1377         * ToolStrip*: Huge amount of changes and new features.
1378
1379 2006-11-30  Mike Kestner  <mkestner@novell.com>
1380
1381         * ComboBox.cs: fixes for LargeChange and Maximum to get the 
1382         scroll range correct.  Fixes #79994.
1383
1384 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
1385
1386         * MdiWindowManager.cs: Update main form's text when
1387         a form is closed. (fixes #80038)
1388         
1389 2006-11-30  Everaldo Canuto  <everaldo@simios.org>
1390
1391         * ToolBar.cs:
1392         - Fix an regression in ButtonSize.
1393         - Get ImeMode default value change to "Disable".
1394         - Get ShowTooltips default value change to true, default value is 
1395         "false" but after make a test in .NET we get "true" result as default.
1396         
1397 2006-11-29  Jonathan Pobst  <monkey@jpobst.com>
1398
1399         * ToolStripDropDown.cs: Fix for SupportsTransparency change.
1400
1401 2006-11-29  Chris Toshok  <toshok@ximian.com>
1402
1403         * XplatUIWin32.cs (GetWindowTransparency): check return value of
1404         GetLayeredWindowAttributes.  if it's 0, return 1.0, as
1405         SetWindowTransparency hasn't been called.
1406
1407 2006-11-29  Chris Toshok  <toshok@ximian.com>
1408
1409         * Form.cs (set_TransparencyKey): only call SetWindowTransparency
1410         if it's supported.
1411         (set_AllowTransparency): reorder things a little so that the
1412         WS_EX_LAYERED style is removed properly.
1413
1414 2006-11-29  Chris Toshok  <toshok@ximian.com>
1415
1416         [ totally cosmetic eye-candy feature, fixes bug #80089 ]
1417         
1418         * Form.cs: only call the XplatUI transparency method (get/set) if
1419         SupportsTransparency says it's supported. Otherwise fallback to
1420         doing nothing (in the set case) or returning the instance field we
1421         cache (in the get case).
1422
1423         * XplatUIStructs.cs: add TransparencySupport flag enum.
1424         
1425         * XplatUIDriver.cs: add abstract GetWindowTransparency, and track
1426         change to SupportsTransparency.
1427
1428         * XplatUIOSX.cs: stub out GetWindowTransparency, and return
1429         TransparencySupport.None from SupportsTransparency.
1430
1431         * XplatUIX11.cs: Stub out GetWindowTransparency, and return
1432         TransparencySupport.Set from SupportsTransparency.
1433
1434         * XplatUIWin32.cs: implement GetWindowTransparency calling
1435         GetLayeredWindowAttributes, and implement SupportsTransparency by
1436         checking whether or not both
1437         GetWindowTransparency/SetWindowTransparency are available
1438         entrypoints.  We need to do this since SetWindowTransparency is
1439         available as of win2k, but GetWindowTransparency requires winxp.
1440         yay win32 api.
1441
1442         * XplatUI.cs: Add GetWindowTransparency, and change
1443         SupportsTransparency to allow for either/both Get/Set.
1444
1445 2006-11-29  Chris Toshok  <toshok@ximian.com>
1446
1447         * DataGrid.cs: keep from going into an infinite loop redrawing a
1448         datagrid that has no datasource.  Fixes bug #80033.
1449
1450 2006-11-29  Chris Toshok  <toshok@ximian.com>
1451
1452         * MenuItem.cs: fix the NRE when we assign text (and therefore call
1453         Invalidate) before the mainmenu has been assigned to a control.
1454
1455 2006-11-29  Chris Toshok  <toshok@ximian.com>
1456
1457         * DataGrid.cs: detect when we should be double the double click
1458         row/column autosize stuff, although that codepath has yet to be
1459         written.  part of the work for bug #79891.
1460
1461 2006-11-29  Chris Toshok  <toshok@ximian.com>
1462
1463         * Binding.cs (SetControl): fix unit test.
1464
1465 2006-11-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1466
1467         * PageSetupDialog.cs: Validate the margins and set them in
1468         PageSettings. 
1469         * NumericTextBox.cs: New class to mimic the behavior of the
1470         textboxes used in the printing dialogs.
1471
1472 2006-11-29  Andreia Gaita  <avidigal@novell.com>
1473         
1474         * Form.cs: Revert previous change (remove call UpdateBounds
1475         from form constructor), because it messes with the handle creation
1476         order, and that one needs lots and lots of love.
1477         * PrintPreviewDialog.cs: Revert change to CreateHandle (add check
1478         for valid printer and throw InvalidPrinterException if document
1479         is set but printer not valid), adding a MonoTODO. Once 
1480         handle creation is done properly, we can put this back in.
1481
1482 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
1483
1484         * MenuItem.cs: Create a invalidate method for menu item, to be
1485         calling from set text, it make text changes to imadiate update
1486         on screen. Fixes #80013. 
1487         
1488 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
1489
1490         * ToolBar.cs: Fixes and simplify toolbar button layout, it 
1491         fixes bug #80070 and some other problem on toolbar buttons
1492         layout.
1493
1494 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
1495
1496         * ThemeWin32Classic.cs: Paint toolbar toggle button background 
1497         with dotted brush.      Fixes #79564
1498         
1499 2006-11-28  Andreia Gaita  <avidigal@novell.com>
1500
1501         * Form.cs: Removed call to UpdateBounds on Form
1502         constructor, it was causing a call to CreateHandle
1503         before it was supposed to.
1504         * PrintControllerWithStatusDialog: Applied patch
1505         by Chris Toshok to hide controller when there are
1506         no printers available.
1507         PrintDialog.cs: initialize printer settings to 
1508         null - correct DefaultValues test #5
1509         * PrintPreviewControl.cs: Move PrintController
1510         initialization to GeneratePreview
1511         * PrintPreviewDialog.cs: 
1512         - Remove Preview generation     from Document_set(). It is 
1513         called on OnPaint
1514         - Throw InvalidPrinterException on CreateHandle if
1515         a Document is set but there are no printers or 
1516         printer is not valid.
1517         * ThemeWin32Classic: don't paint PrintPreviewControl
1518         if there is nothing to paint    
1519
1520 2006-11-28  Miguel de Icaza  <miguel@novell.com>
1521
1522         * Form.cs: Add another popular method.
1523
1524         * TabPage.cs: ditto.
1525
1526 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1527
1528         * MenuItem.cs: Fixed a warning.
1529         * InternalWindowManager: Fixed a warning.
1530
1531 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1532
1533         * MenuItem.cs:
1534         - When cloning a menu also clone MdiList and clone the 
1535           window menu items properly (as the forms and menuitems
1536           are kept in an internal hashtable, these need updating 
1537           as well)
1538         - Rewrote the window menu code, menu items are added in the
1539           order the forms were added to their parent, and they are
1540           updated every time the window menu is shown (before the
1541           list was only generated once, in the current order of the
1542           forms, and would never be updated). A checkmark is shown
1543           next to the item corresponding to the active mdi child.
1544
1545 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1546
1547         * XplatUIStructs.cs: 
1548         - Added WM_NCMOUSEHOVER and WM_NCMOUSELEAVE.
1549         
1550         * XplatUIWin32.cs: 
1551         - Added TME_NONCLIENT to TMEFlags.
1552         - Handles WM_NCMOUSEMOVE in GetMessage to 
1553           generate WM_NCMOUSEHOVER and WM_NCMOUSELEAVE messages.
1554
1555         * MdiWindowManager:
1556         - Now merges mdi child menu to parent menu when maximized.
1557         - Recalculate NC areas of both mdi child and mdi parent. 
1558           Fixes #79757 (4).
1559           on window state and size changes.Fixes #79844 (3).
1560         - Handle WM_NCCALCSIZE to properly calculate borders.
1561
1562         * Form.cs:
1563         - Add/remove to the mdi containers list of mdi children 
1564           in the order they are added.
1565         - Pass on WM_NCLBUTTONUP, WM_NCMOUSEMOVE and WM_NCMOUSELEAVE 
1566           to the maximized mdi child.
1567         
1568         * InternalWindowManager.cs:
1569         - Only execute a click on the control buttons on the mouse up,
1570           not on the mouse down. Show the state of the button 
1571           (was only showing Normal state, never Pressed state). The
1572           pressed button now follows the mouse (if you click the Close 
1573           button and move the mouse over the Maximize button, the 
1574           Maximize button will be shown as pressed). Since Win32 does
1575           not generate WM_NCLBUTTONUP if you release the button outside
1576           of the nc area, we need to handle WM_NCMOUSELEAVE and treat
1577           it as a mouse up.
1578         
1579         * ThemeWin32Classic.cs:
1580         - Draw a missing border around mdi child forms. Fixes #79844 (2).
1581
1582         * MdiClient.cs:
1583         - Added a list of forms which contains the order the forms are
1584           added to the mdi parent.
1585         - Handle WM_NCPAINT to properly draw a 3D border. Fixes #79844 (2).
1586         - Handle WM_NCCALCSIZE to properly calculate the 3D border.
1587         - If the active form changes set the scrollbars to the top
1588           of the Z order, otherwise the form could hide them.
1589         - Scrollbars are now sized according to ClientSize, not 
1590           to Size, and they take into account the other scrollbar
1591           to determine maximum.
1592         
1593 2006-11-28  Rolf Bjarne Kvinge <RKvinge@novell.com>
1594         
1595         * XplatUI.cs:
1596         * XplatUIDriver.cs:
1597         * XplatUIX11.cs:
1598         * XplatUIWin32.cs:
1599         * XplatUIOSX.cs:
1600         - Added RequestAdditionalWM_NCMessages for windows to 
1601           opt in for WM_NCMOUSELEAVE and WM_NCMOUSEHOVER.
1602           Currently only implemented in XplatUIWin32.
1603
1604 2006-11-27  Chris Toshok  <toshok@ximian.com>
1605
1606         * Hwnd.cs: only add the hwnd to the windows hash in
1607         set_WholeWindow and set_ClientWindow if whole_window/client_window
1608         are not IntPtr.Zero.  also, remove the unused SetObjectWindow.
1609
1610 2006-11-27  Mike Kestner  <mkestner@novell.com>
1611
1612         * ComboBox.cs: remove redundant OnDropDown call.  It is called
1613         from the ComboListBox.ShowWindow code. Fixes #79969.
1614
1615 2006-11-27  Chris Toshok  <toshok@ximian.com>
1616
1617         * Hwnd.cs: remove the setters for ExposePending and
1618         NCExposePending - noone uses them.
1619
1620 2006-11-27  Jackson Harper  <jackson@ximian.com>
1621
1622         * TextControl.cs: new param for ReplaceSelection which determines
1623         whether we select the new selection, or set the cursor to the end
1624         of the new selection.
1625         * TextBoxBase.cs: Use new param for ReplaceSelection.  When
1626         pasting, select the new text.
1627         * RichTextBox.cs: Use new param for ReplaceSelection.
1628
1629 2006-11-27  Jackson Harper  <jackson@ximian.com>
1630
1631         * TextBoxBase.cs: Set the selection to the caret after the caret
1632         is moved, otherwise they get out of sync.
1633
1634 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
1635
1636         * ToolBar.cs: Fixe size of ToolBar when AutoSize is false,
1637         it fixes #80015
1638
1639 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
1640
1641         * ThemeWin32Classic.cs: 
1642         - Fix toolbar drop down arrow position.
1643         - Fix drop down appearance when ToolBar.Appearance is normal,
1644         it fixes #80018.
1645         
1646 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
1647
1648         * ProgressBar.cs: GetStyle fixes for 2.0 profile.
1649         * Control.cs: Same.
1650         * UpDownBase.cs: Same.
1651         * ButtonBase.cs: Same.
1652         * ScrollBar.cs: Same.
1653         * TrackBar.cs: Same.
1654         * PictureBox.cs: Same.
1655         * UserControl.cs: Same.
1656         * Label.cs: Same.
1657         * ListControl.cs: Same.
1658         * TextBoxBase.cs: Same.
1659         * ListView.cs: Same.
1660         * RichTextBox.cs: Same.
1661         * TreeView.cs: Same.
1662
1663 2006-11-25  Jordi Mas i Hernandez <jordimash@gmail.com>
1664
1665         * PrintDialog.cs:
1666         - Text label for where 
1667         - Text label comment was not shown
1668
1669 2006-11-23  Everaldo Canuto  <everaldo@simios.org>
1670
1671         * ThemeWin32Classic.cs: Fix toolbar drop down arrow size.
1672
1673 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
1674
1675         * InternalWindowManager.cs: 
1676         - Handle WM_PARENTNOTIFY to activate the form
1677         if any child control is clicked.
1678         - The form is only sizable if not minimized.
1679
1680         * MdiWindowManager.cs:
1681         - Save the IconicBounds if the form is moved.
1682         - Rework SetWindowState, now the window bounds 
1683         are stored only if the old window state is Normal.
1684         
1685         * MdiClient.cs:
1686         - In SetWindowStates store the old window state if 
1687         the window is maximized and restore window state if
1688         the window looses focus.
1689         - Don't handle any scrollbar value changes if 
1690         initializing the scroll bars. Fixes #79771.
1691         - Reworked ArrangeIconicWindows. Current algorithm
1692         tests bounds agains all other minimized windows, if
1693         any intersections create new bounds (going left to 
1694         right, bottom to top) and then test again. When 
1695         successful the bounds are saved and never computed
1696         again. Fixes #79774.
1697
1698 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
1699
1700         * InternalWindowManager.cs: Added HandleTitleBarUp.
1701
1702 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
1703
1704         * NumericUpDown.cs: In .NET 1.1, user entered text is still
1705         hexadecimal in ParseUserEdit.
1706
1707         
1708 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
1709
1710         * MdiWindowManager.cs: 
1711         - Handle a click on the form's icon to show the 
1712         system menu (when maximized). Fixes #79775.
1713         - Change the existing click handler for the form's
1714         icon when not maximized to show on MouseUp.
1715         Fixes #79776.
1716
1717         * Form.cs: In OnResize only layout the mdi child's
1718         parent if it actually has a parent. Might not if
1719         the window is closing.
1720
1721
1722 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
1723
1724         * MdiClient.cs: Ignore active MDI client for text of parent, if
1725         child has no text set.
1726
1727 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
1728
1729         * ToolBar.cs: Fixed ToString to match MS.
1730
1731 2006-11-22  Andreia Gaita  <avidigal@novell.com>
1732
1733         * NumericUpDown: 
1734         - Fix DecimalPlaces, Hexadecimal and ThousandsSeparator to 
1735         update inner values on set. Fixes #79966.
1736         - Override OnLostFocus to update value on NET 2. Fixes #79950.
1737         - Fix hexadecimal parsing.
1738         
1739         * UpDownBase: Override OnGotFocus and OnLostFocus to notify 
1740         parent. Fixes #79957
1741
1742 2006-11-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1743
1744         * Control.cs: After calling SetWindowsPos in SetBoundsCore 
1745         the actual size has to be queried, since if height /
1746         width is negative Win32 changes it to 0. 
1747         Fixes #79999 on Windows.
1748         
1749         * XplatUIX11.cs: Set height / width to 0 if negative
1750         in SetWindowPos. Fixes #79999 on Linux.
1751         
1752 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
1753
1754         * ThemeWin32Classic.cs: Fix text redenring when button is
1755         pressed.
1756
1757 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
1758
1759         * MenuAPI.cs: Fixes behavior when menu is opened by kerboard
1760         and later navigate by mouse. Fixes #79528.
1761
1762 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
1763
1764         * ToolBar.cs: Set default value for TabStop to false in
1765         constructor, it fixes remaining behavior of bug #79863.
1766
1767 2006-11-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1768
1769         * MdiWindowManager.cs:
1770         * InternalWindowManager.cs:
1771         - Moved a few methods specific to Mdi from 
1772         InternalWindowManager to MdiWindowManager.
1773         Fixes #79996.
1774         
1775 2006-11-21  Chris Toshok  <toshok@ximian.com>
1776
1777         * XplatUIOSX.cs: stub out InvalidateNC.
1778
1779         * XplatUIWin32.cs: implement InvalidateNC using the call I found
1780         at http://www.dotnet247.com/247reference/msgs/58/292037.aspx.
1781
1782         * XplatUIX11.cs: rename InvalidateWholeWindow to InvalidateNC.
1783
1784         * XplatUIDriver.cs: add InvalidateNC abstract method.
1785
1786         * XplatUI.cs: add InvalidateNC.
1787
1788 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
1789
1790         * ToolBar.cs: Invalidate complete button area when pressed status 
1791         was changed.
1792         * ToolButton.cs: Fix InvalidateBorder for DropDown buttons.
1793         * ThemeWin32Classic.cs: Increase vertical and horizontal position 
1794         by 1 when button is pressed.
1795
1796 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
1797
1798         * ToolButton.cs: Invalidate middle of DropDown button when
1799         ToolBar theres DropDownArrows.
1800         * ThemeWin32Classic.cs: Change position of DropDown arrow and
1801         fix DropDown drawing operations.
1802
1803 2006-11-20  Chris Toshok  <toshok@ximian.com>
1804
1805         * NativeWindow.cs: fix the formatting of functions ('{' on the
1806         following line), and enable the thread exception dialog.
1807
1808         * Application.cs: remove the duplicate exception catching from
1809         here.
1810
1811 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
1812
1813         * Toolbar.cs: Triggers button click event when click on icon
1814         of dropdown ToolBarButton. Fixes #79912.
1815         
1816 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1817
1818         * Theme.cs:
1819         * ThemeWin32Classic.cs:
1820         - Added a property WindowBorderFont to enable themeing
1821           of mdi child windows' Text.
1822           
1823 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1824
1825         * InternalWindowManager.cs:
1826         * Form.cs:
1827         * MdiClient.cs:
1828         * MdiWindowManager.cs: 
1829         - If mdi child is maximized, set mdi parent's
1830           text to "Parent - [Child]". Fixes #79770.
1831         - If there is any maximized mdi child windows, only the active 
1832           window (and any new windows) is maximized, the rest are normal.
1833         - On a WindowState change only save mdi child's window bounds 
1834           if the old window state was normal. Fixes #79774.
1835         - The scroll bars are now calculated on hopefully all
1836           necessary events. Fixed #79771 / #79844->6 / #79906.
1837         - MdiClient.SizeScrollBars() now takes into account docked 
1838           controls in the parent when calculating available space.
1839         - InternalWindowManager now always repaints the entire title
1840           area. Fixes #79844->1/4/5.
1841         - Added RequestNCRecalc on mdi child windowstate changes.
1842           Fixes #79772.
1843
1844 2006-11-20  Mike Kestner  <mkestner@novell.com>
1845
1846         * ComboBox.cs: setup LargeChange on the scrollbar. Invoke FireMouseUp
1847         in the MouseUp handler of the listbox and move the return handling
1848         code to FireMouseUp to avoid scrolling on ups.  Fixes #79952.
1849
1850 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
1851
1852         * Toolbar.cs: Ignore right mouse clicks in toolbar. Fixes #79855. 
1853
1854 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
1855
1856         * MimeIcon.cs: Seems that DllImports that were fine in 1.2 are not
1857           working in 1.2.x anymore. So, updated.
1858
1859 2006-11-19  Gert Driesen  <drieseng@users.sourceforge.net>
1860
1861         * NumericUpDown.cs: Use NegativeSign, NumberDecimalSeparator and
1862         NumberGroupSeparator of current culture instead of assuming en-US.
1863         Fixed bug #79967.
1864
1865 2006-11-17  Mike Kestner  <mkestner@novell.com>
1866
1867         * Control.cs: Add the concept of implicit bounds setting so that
1868         dock/undock round trips preserve explicitly set size/locations.
1869         Fixes #79313.
1870
1871 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
1872
1873         * FileDialog.cs: Trim all filters, otherwise DirInfo.GetFiles
1874           can't handle those filters. (Fixes bug #79961)
1875
1876 2006-11-17  Chris Toshok  <toshok@ximian.com>
1877
1878         [ fixes the exit/crashes associated with #79835.  it's clearly
1879         suboptimal though, we need to figure out a better way to solve
1880         this. ]
1881         
1882         * PrintPreviewControl.cs: deal with the new invalid printer
1883         exceptions.
1884
1885         * PageSetupDialog.cs: if the printer is invalid, pop up a dialog
1886         and return false (so CommonDialog.ShowDialog doesn't actually show
1887         the form.)
1888
1889         * PrintDialog.cs: enable/disable the Ok button depending on
1890         whether or not the printer is valid.
1891
1892         * CommonDialog.cs (ShowDialog): only actually show the form if
1893         RunDialog returns true.
1894
1895 2006-11-17  Jackson Harper  <jackson@ximian.com>
1896
1897         * TextControl.cs: When soft splitting a line, mark it as a soft
1898         split line. Also carry over the current line break to the next
1899         line.
1900
1901 2006-11-17  Chris Toshok  <toshok@ximian.com>
1902
1903         * XplatUIX11.cs: when scrolling a window with an invalid area, we
1904         only want to shift the part of the invalid area that overlaps the
1905         area we're scrolling.  we also don't want to clear the invalid
1906         area unless the invalid area was entirely contained within the
1907         scrolling area.
1908
1909 2006-11-16  Chris Toshok  <toshok@ximian.com>
1910
1911         * XplatUIX11.cs: remove the handling of the TimerEvent stuff, and
1912         also make sure to free the memory returned by XGetWindowProperty
1913         in GetText().
1914
1915         * X11Structs.cs: remove the TimerEvent stuff, it's unused.
1916
1917 2006-11-16  Chris Toshok  <toshok@ximian.com>
1918
1919         * XplatUI.cs: add a new super secret way to get at the totally
1920         unsupported X11 backend.
1921
1922 2006-11-16  Gert Driesen  <drieseng@users.sourceforge.net>
1923
1924         * NumericUpDown.cs: Allow lowercase letters when in hex-mode.
1925
1926 2006-11-16  Jackson Harper  <jackson@ximian.com>
1927
1928         * TreeView.cs: Allow more explicit setting of top node position
1929         for scrollbars. Slower algo, but more accurate.
1930         - CollapseAll should maintain the current top node.
1931         * TextBoxBase.cs: When positioning the caret, use the line, pos
1932         method, since the x, y method does not grab the correct tag, and
1933         the caret height never gets set correctly. (Maybe I should just do
1934         away with the caret having its own height, and always use the
1935         carets current tag for height).
1936
1937 2006-11-16  Jonathan Pobst  <monkey@jpobst.com
1938
1939         [Fixes 79778, 79923]
1940
1941         * XplatUIWin32.cs: Don't allow a parent to be set to IntPtr.Zero.
1942         Parent to the FosterParent instead.
1943
1944 2006-11-16  Jackson Harper  <jackson@ximian.com>
1945
1946         * TreeView.cs: Need to recalc the topnode when we expand or
1947         collapse. The scrolling methods can't handle this on their own,
1948         since they use differences between the last scroll position, and
1949         those difference get completely messed up since we are expanding
1950         nodes.  This problem should probably be fixed in the scrolling
1951         methods, so they can figure out exactly where they are, but this
1952         will slow things down a little.
1953         * ThemeWin32Classic.cs: Special case for groupboxes with empty
1954         strings, makes nunit-gui look a lot nicer.
1955
1956 2006-11-16  Chris Toshok  <toshok@ximian.com>
1957
1958         * XplatUIX11.cs: nasty, nasty, nasty changes required because of
1959         the broken multithreaded event handling we have in here.  File
1960         this entry under "Why we should move to the new X11 backend".
1961
1962         Any thread can make it into UpdateMessageQueue, which gets events
1963         from the X socket - some of which could belong to hwnds being
1964         managed by a different thread.  We can also have multiple threads
1965         in UpdateMessageQueue at the same time, with each one reading from
1966         the X socket.  This leads to many problems, with the following
1967         solutions:
1968
1969         We can't use hwnd.Queue.Enqueue anywhere in here and must use
1970         EnqueueLocked.
1971
1972         The MotionNotify compression we do can't work across threads
1973         (without locking the entire queue, perhaps) since we call
1974         hwnd.Queue.Peek, so we just punt and don't compress motion events
1975         unless the owning thread is the one which got the X event.
1976
1977         ConfigureNotify is another fun one, since it modifies the hwnd's
1978         bounds and then enqueues the event.  We add a lock to Hwnd which
1979         is held when setting configure_pending to true (and enqueuing the
1980         event).
1981
1982         There is a race wrt the wake socket.  we need to make sure that
1983         only 1 thread is waiting on that socket, or else a thread could
1984         sleep waiting for data that never comes.  It's difficult (but not
1985         impossible) to make happen, because it seems to require something
1986         like the following:
1987
1988             1. Thread 1 polls on wake_receive
1989         
1990             2. poll returns saying there's data to be read on
1991                wake_receive.
1992         
1993             3. Thread 2 polls on wake_receive and immediately returns
1994                saying there's data to be read.
1995
1996             4. Thread 2 reads the wakeup byte from wake_receive
1997
1998             5. Thread 1 attempts to read the wakeup byte from
1999                wake_receive.
2000
2001             6. Thread 2 exits (due to a form closing, perhaps).
2002
2003             7. Thread 1 blocks forever.
2004         
2005         Fun, eh?
2006
2007         Fixing the Expose handling isn't done yet, and the races inherent
2008         in that piece of code are responsible for the drawing mistakes you
2009         see when generating expose events in a MT app (like NPlot).  This
2010         one is the likely to be the hardest to bandaid, and it doesn't
2011         appear to cause anything but drawing problems.  The other issues
2012         caused apps to exit or hang.
2013
2014         * XEventQueue.cs: output some spew when Dequeue/Enqueue/Peek are
2015         called from a different thread than the one that should be calling
2016         these functions.
2017
2018         * Hwnd.cs: add some locks to be used by the XplatUIX11 code.
2019
2020 2006-11-15  Chris Toshok  <toshok@ximian.com>
2021
2022         * Application.cs: null out the context's MainForm when we exit
2023         RunLoop.  Fixes a newly checked in unit test as well as the last
2024         ODE from bug #79933.
2025
2026 2006-11-15  Chris Toshok  <toshok@ximian.com>
2027
2028         * Form.cs (set_Owner): allow a null value so we can clear the
2029         form's owner.
2030         (Dispose): set all our owned_form's Owner properties to null, and
2031         clear the owned_forms collection.
2032         (WM_CLOSE): clean up this a little bit.. still not right though.
2033
2034         * ApplicationContext.cs: OnMainFormClosed should only call
2035         ExitThreadCore if the main form isn't recreating.  Fixes unit
2036         test.
2037
2038 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
2039
2040         [Fixes 78346]
2041
2042         * ComboBox.cs: Set the Hwnd.no_activate flag for the ComboListBox.
2043
2044 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
2045
2046         [Fixes 79433]
2047
2048         * Hwnd.cs: Add a flag to show a window, but not activate it, to 
2049         keep popup window types from stealing focus from the main form
2050         on Windows.
2051
2052         * XPlatUIWin32.cs: Use SW_SHOWNOACTIVATE if above field is true.
2053
2054         * MenuAPI.cs: Set above flag to true.
2055
2056 2006-11-15  Chris Toshok  <toshok@ximian.com>
2057
2058         * XplatUIX11.cs: mimic win32 behavior on BUTTONUP events, where
2059         the button being released is not in wParam.
2060
2061 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
2062
2063         * Form.cs: Add the released button to MouseEventArgs.Button
2064         for the OnMouseUp call to the MenuTracker.  Fixes menu clicking
2065         on Win32.
2066
2067 2006-11-15  Chris Toshok  <toshok@ximian.com>
2068
2069         * XplatUIX11.cs: add (untested) a _NET_WM_NAME implementation of
2070         GetText().  untested because it's unused in our implementation.
2071         Control.Text always caches the text, even if
2072         ControlStyles.CacheText is not set.
2073
2074         fixes bug #79939.
2075
2076 2006-11-15  Chris Toshok  <toshok@ximian.com>
2077
2078         [ fixes #79933 ]
2079         
2080         * Form.cs: in Close() don't do anything after we send the WM_CLOSE
2081         message.  no hiding, no disposing.
2082
2083         in the WM_CLOSE handler, hide the form if it's modal.
2084
2085 2006-11-15  Chris Toshok  <toshok@ximian.com>
2086
2087         * XplatUIX11.cs: use AddExpose instead of sending a message.
2088         fixes textbox border drawing.
2089
2090 2006-11-15  Chris Toshok  <toshok@ximian.com>
2091
2092         * PropertyGridView.cs: keep from crashing on mouse move/down when
2093         the property grid is empty.
2094
2095 2006-11-14  Jackson Harper  <jackson@ximian.com>
2096
2097         * TextControl.cs: Make PageUp and PageDown more like the MS
2098         versions.
2099         * TextBoxBase.cs: When we set the text property position the
2100         cursor at the beginning of the document.
2101
2102 2006-11-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2103
2104         * Form.cs: if a mdi child's WindowState has changed
2105         before it's creation, it would display wrong control
2106         buttons.
2107         
2108 2006-11-14  Alexander Olk  <alex.olk@googlemail.com>
2109
2110         * TreeView.cs: De-uglify TreeView checkbox checkmarks.
2111           (Fixes bug #79927)
2112
2113 2006-11-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2114
2115         * XplatUIX11.cs: send a WM_NCPAINT on WM_NCCALCSIZE so that 
2116         the window gets to paint its borders even if the window is
2117         getting smaller.
2118         
2119         * Form.cs: on a WM_NCPAINT invalidate the entire menu, 
2120         otherwise the old control buttons would still be painted 
2121         if the window gets bigger.
2122         
2123         * PaintEventArgs.cs: add an internal method so that the clip 
2124         rectangle can be changed.
2125         
2126 2006-11-13  Chris Toshok  <toshok@ximian.com>
2127
2128         [ fixes bug #79745 ]
2129         
2130         * NotifyIcon.cs: lots of cleanup.
2131
2132         * X11Structs.cs: add an enum for XEMBED messages.
2133
2134         * XplatUIX11.cs: reindent one of the giant switch statements, it
2135         was taking up an additional tab stop, and this file is already way
2136         too wide for my laptop's screen.
2137
2138         Also, add handling for the XEmbed EMBEDDED_NOTIFY message.  When
2139         we get it, resize the hwnd to the WMNormalHints max_width/height.
2140
2141 2006-11-13  Jackson Harper  <jackson@ximian.com>
2142
2143         * TextBoxBase.cs: Compute the value changes for the mouse wheel
2144         teh simple way.
2145
2146 2006-11-13  Chris Toshok  <toshok@ximian.com>
2147
2148         * XplatUIX11.cs, XplatUIStructs.cs: kind of a gross fix for
2149         #79898.  force a reference to the Region to stick around so the
2150         unmanaged object isn't collected (rendering our handle in the MSG
2151         stale).
2152
2153 2006-11-13  Chris Toshok  <toshok@ximian.com>
2154
2155         * XplatUIX11.cs: fix #79917 for window managers which support
2156
2157         using XStoreName on the raw utf8, and we need to convert to
2158         COMPOUND_TEXT if it's non-latin1.
2159
2160 2006-11-13  Chris Toshok  <toshok@ximian.com>
2161
2162         * Form.cs (set_DialogResult): we need to set closing to false if
2163         we're setting our result to None.  fixes bug #79908.
2164
2165 2006-11-13  Jackson Harper  <jackson@ximian.com>
2166
2167         * TextControl.cs: When formatting text, compute the adjusted tag
2168         lengths correctly, using FindTag for the end tag instead of trying
2169         to figure it out outselves.
2170         * TreeNode.cs: Use ActualItemHeight, which is the actual height of
2171         the item, ItemHeight doesn't work, because trees with large
2172         imagelists use those for their height
2173         * TreeView.cs: ActualItemHeight factors in the image height
2174         - compute left edge of checkboxes correctly
2175         - when expanding/collapsing move the bottom down one pixel, so we
2176         aren't moving part of the node
2177
2178 2006-11-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2179
2180         * XplatUIX11.cs: The PaintEventArgs is also added to the drawing
2181         stack in PaintEventStart so that it won't get disposed by the gc
2182         before reaching PaintEventEnd.
2183
2184 2006-11-13  Jackson Harper  <jackson@ximian.com>
2185
2186         * TextBoxBase.cs: Don't select the word if we are on a line with
2187         no text.
2188         - We don't need to position the caret on mouse up, since the mouse
2189         move handler should be doing this
2190         - When double clicking a blank line, the caret is advanced to the
2191         next line.
2192
2193 2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
2194
2195         * TreeNodeCollection.cs: Avoid duplicating indexer code.
2196
2197 2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
2198
2199         * ColorDialog.cs: Reset size of dialog between calls to ShowDialog.
2200         Fixes part of bug #79910.
2201
2202 2006-11-11  Alexander Olk  <alex.olk@googlemail.com>
2203
2204         * ColorDialog.cs: Fix a NRE when adding a color to custom colors
2205           (bug #79903). Some minor string updates to match ms.
2206
2207 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
2208
2209         * FileDialog.cs: Don't add an extension if the filename
2210           already ends with that extension.
2211
2212 2006-11-10  Jackson Harper  <jackson@ximian.com>
2213
2214         * TreeView.cs: Use the currently highlighted node for the
2215         BeforeSelect event.
2216         * TextBoxBase.cs: There is no need to expand selection on
2217         MouseMove.
2218         - CanUndo means 'is there any undo operations', not 'is undo
2219         allowed on this textcontrol. Fixed ClearUndo unit test.
2220
2221 2006-11-10  Andreia Gaita  <shana.ufie@gmail.com>
2222
2223         * Button.cs: only perform click when button is Selectable (so as 
2224         not to activate default buttons when they're disabled)
2225         
2226         * Control.cs: Rewrite of the SelectNextControl and related 
2227         methods. HandleClick now selects next control if the current one
2228         is being disabled.
2229         
2230         * Form.cs: OnActivated selects next active control only if Load 
2231         has already occurred. If Load hasn't run, there's no point in 
2232         selecting here, Load might change the state of controls.
2233         
2234         * FocusTest.cs: Tests marked as working again for these fixes
2235
2236 2006-11-10  Chris Toshok  <toshok@ximian.com>
2237
2238         * XplatUIX11.cs: a couple of fixes.
2239
2240         - use XInternAtoms with almost all the atoms we need to register,
2241         instead of many, many calls to XInternAtom.  should help a bit on
2242         startup time, at the expense of making the code look a little
2243         worse.
2244
2245         - fall back to setting TransientFor on TOOLWINDOW's if their hwnd
2246         isn't reparented (which seems to be a clue that we're running fon
2247         compiz) and they have an Owner form.  This fixes the tool windows
2248         in paint.net when running under compiz.
2249
2250         - when setting the opacity of a window, support both the case
2251         where the window has been reparented and also when it hasn't been.
2252         Since compiz/beryl doesn't seem to reparent windows, and these are
2253         the only window managers which support translucency, I'm not sure
2254         why we need the hwnd.reparented case at all.. but leave it in.
2255         now we get translucent windows in paint.net under compiz/beryl.
2256
2257 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
2258
2259         * FileDialog.cs: Always return the value for FilterIndex that
2260           was set. Internally convert it to values that make sense.
2261
2262 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
2263         
2264         * ThemeWin32Classic.cs: Fix drowp down arrow borders.
2265
2266 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
2267
2268         * Toolbar.cs: Change default value of DropDownArrows to true, the 
2269         signature still using false to make it compatible with MS but the 
2270         initial value is true. Fixes #79855.
2271
2272 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
2273
2274         * MimeIcon.cs: Don't throw an exception on windows. Mime stuff is
2275           only available on Linux.
2276
2277 2006-11-09  Everaldo Canuto  <everaldo@simios.org>
2278
2279         * Toolbar.cs, ToolBarButton.cs: Fix wrong separator size and
2280         reduce number of calls to redraw method during toolbar creation.
2281
2282 2006-11-09  Mike Kestner  <mkestner@novell.com>
2283
2284         * ListView.cs : raise SelectedIndexChanged when an item is selected
2285         programmatically via the Item.Selected property.  Gert's nice 
2286         ListViewSelectedIndexChanged test fixture now runs clean.
2287
2288 2006-11-09  Mike Kestner  <mkestner@novell.com>
2289
2290         * ListView.cs : raise SelectedIndexChanged when a selected item is
2291         removed from the item collection using Remove or RemoveAt.
2292
2293 2006-11-09  Mike Kestner  <mkestner@novell.com>
2294
2295         * ListView.cs : raise SelectedIndexChanged once per selected item
2296         for compat with MS.  Fixes #79849+.
2297
2298 2006-11-09  Chris Toshok  <toshok@ximian.com>
2299
2300         * TabControl.cs: initialize row_count to 0, and set it to 1 when
2301         we need to (if we have any tab pages).  Fixes unit test.
2302
2303 2006-11-09  Chris Toshok  <toshok@ximian.com>
2304
2305         * Label.cs (CalcPreferredWidth): if Text == "", our preferred
2306         width is 0, not 3.  Fixes a unit test.
2307
2308 2006-11-09  Mike Kestner  <mkestner@novell.com>
2309
2310         * ListView.cs : use Implicit scrollbars so that focus isn't 
2311         stolen from the listview when they are clicked. Fixes #79850.
2312
2313 2006-11-09  Chris Toshok  <toshok@ximian.com>
2314
2315         * PropertyGridView.cs (OnPaint): only call DrawGridItems if we
2316         have a root item.  Fixes #79879.
2317
2318 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
2319
2320         * FileDialog.cs:
2321           - Fix ToString ()
2322           - An ArgumentException is now thrown if a wrong filter
2323             is applied (matches ms). The previous filter doesn't change
2324             anymore if an exception is thrown.
2325           - Changing the FileName property also affects FileNames
2326         * ColorDialog.cs: The length of the CustomColors array is always
2327           16. It doesn't matter if we use a smaller array or null to update
2328           or change the custom colors property.
2329         * FolderBrowserDialog.cs: Throw an InvalidEnumArgumentException if
2330           for RootFolder if we get a undefined value.
2331
2332 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2333
2334         * StatusBarPanel.cs: 
2335         - Width is set to MinWidth if Width is smaller than
2336         MinWidth. Fixes #79842.
2337         - MinWidth now always overrides Width (MSDN says MinWidth
2338         is set to Width when AutoSize = None, but they do not 
2339         behave like that).
2340         - Style has now the the correct default value.
2341         
2342 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2343  
2344         * TrackBar.cs: 
2345         - The control is completely invalidated on 
2346         Got/LostFocus to draw the focus rectangle correctly.
2347         - When AutoSize then height is always 45 (width for 
2348         vertical controls).
2349         
2350         * ThemeWin32Classic.cs: The TrackBar thumb is now centered
2351         on the mouse when moved and it doesn't move when grabbed
2352         until the mouse moves as well. Also fixed some wrong 
2353         calculations when clicking on the thumb (control thought
2354         click was outside of thumb and didn't grab it).
2355         Fixes some of the issues in #79718.
2356
2357 2006-11-08  Everaldo Canuto  <everaldo@simios.org>
2358
2359         * Toolbar.cs: Prevent disabled button to highlight. Fixes #79868.
2360
2361 2006-11-08  Chris Toshok  <toshok@ximian.com>
2362
2363         * PropertyGridView.cs: only call ToggleValue if the item is not
2364         readonly.
2365
2366 2006-11-08  Jackson Harper  <jackson@ximian.com>
2367
2368         * TextBoxBase.cs: The RichTextBox and textbox have very different
2369         word selection methods.  Implement the textbox's simple word
2370         selection here, and let the RichTextBox override and provide it's
2371         own.
2372         - Don't do extra selection on mouseup
2373         * RichTextBox.cs: Use the documents word selection algorithm, I
2374         think ideally, this function will be pulled into the
2375         RichTextBox.cs code someday.
2376
2377 2006-11-08  Chris Toshok  <toshok@ximian.com>
2378
2379         * RootGridEntry.cs: new class to represent GridItemType.Root.
2380
2381         * CategoryGridEntry.cs: reformat, and add boilerplate.
2382         
2383         * GridEntry.cs: remove the UIParent stuff - turns out .Parent
2384         returns the UI parent anyway, and we need special handling to
2385         implement the GetTarget method in the face of it.  Also, implement
2386         Select().
2387
2388         * PropertyGrid.cs, PropertyGridView.cs: a number of fixes.  create
2389         a root grid item, and use that instead of PropertyGrid.grid_items.
2390         Also, make use of TypeConverters (and add limitted support for
2391         ICustomTypeDescriptors) when initially populating the grid.
2392         Arrays now show up more or less properly.
2393
2394 2006-11-08  Chris Toshok  <toshok@ximian.com>
2395
2396         * Application.cs: set the modal dialog to non modal after we close
2397         it.  Fixes bug #79866.
2398
2399 2006-11-08  Jackson Harper  <jackson@ximian.com>
2400
2401         * TextControl.cs: When combining lines carry over the line end
2402         style from the end line.
2403         - Invalidate the selected area when setting it, if it is visible.
2404         * TextBoxBase.cs: Only rich text box can do full line selects.
2405         - Make sure to set the cursor position when there is a click,
2406         otherwise two clicks in separate areas could cause a large chunk
2407         to be selected.
2408
2409 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2410
2411         * Toolbar.cs: Release flat button borders when Toolbar lost focus. 
2412         Fixes #79863.
2413
2414 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2415
2416         * Toolbar.cs: Prevent toolbar to open more than one tooltip at same
2417         time. Remove tooltips when ToolButton click events.  Fixes #79856.
2418
2419 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2420
2421         * MenuAPI.cs: Ignore right click for menu actions and fixes
2422         menu border when clicked.  Fixes #79846.
2423
2424 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2425
2426         * XplatUIX11.cs, XplatUIX11.cs: Fix MouseRelease to only release
2427         MouseState after create wParam for message, this fixes mouse button 
2428         equal none in mouse up events.
2429         
2430 2006-11-07  Andreia Gaita  <shana.ufie@gmail.com>
2431
2432         * Control.cs : Focus() now calls Select to set the Container's
2433         Active Control and to give it focus. To avoid infinite recursion
2434         (because ActiveControl also calls Focus at one point), a check 
2435         is made in Focus with the help of a new internal variable
2436         is_focusing.
2437
2438 2006-11-07  Mike Kestner  <mkestner@novell.com>
2439
2440         * ListView.cs : raise OnSelectedIndexChanged in CreateHandle
2441         if there's a selection.  Fixes #79849.
2442
2443 2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
2444
2445         * PropertyGrid.cs: Avoid fixed height of help description label.
2446         Fixes part of bug #79829.
2447
2448 2006-11-07  Chris Toshok  <toshok@ximian.com>
2449
2450         * XplatUIX11.cs: fix #79790 again, by using the
2451         _NET_WM_STATE_SKIP_TASKBAR atom to implement Form.ShowInTaskbar.
2452
2453 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2454
2455         * ToolBar.cs: Fix left click checking.
2456
2457 2006-11-07  Chris Toshok  <toshok@ximian.com>
2458
2459         * ProgressBar.cs: fix a typo in ToString().  fixes a unit test.
2460
2461 2006-11-07  Chris Toshok  <toshok@ximian.com>
2462
2463         * RelatedPropertyManager.cs: set property_name in our ctor.  fixes
2464         PropertyManager unit tests.
2465
2466         * PropertyManager.cs: make property_name internal.
2467
2468 2006-11-07  Chris Toshok  <toshok@ximian.com>
2469
2470         * ButtonBase.cs: initialize base.ime_mode to ImeMode.Disable to
2471         pass a unit test.  Also, don't set image_index to anything in
2472         response to setting the ImageList property.
2473
2474 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2475
2476         * ToolBar.cs: Ignore click events when mouse button is not a
2477         left button, only accepts other button for dropdown menus.  
2478         Fixes #79854.
2479
2480 2006-11-07  Chris Toshok  <toshok@ximian.com>
2481
2482         * DataGrid.cs: make the back and parent row buttons a little less
2483         ugly.
2484
2485 2006-11-07  Jackson Harper  <jackson@ximian.com>
2486
2487         * TextBoxBase.cs: When converting to Text don't put line breaks in
2488         for soft line breaks.
2489         * TextControl.cs: There is an initial "fake" line in the document,
2490         this is now a soft break line, so that an extra line feed doesn't
2491         get added to the end of documents.
2492
2493 2006-11-07  Chris Toshok  <toshok@ximian.com>
2494
2495         [ fix bug #79778 ]
2496         
2497         * CurrencyManager.cs: if the list is readonly, don't bother
2498         checking if IBindingList.AllowNew is true.
2499
2500         * ThemeWin32Classic.cs (DataGridPaintParentRow): make this work
2501         for non-DataRowView datasources..  or rather, make it not crash.
2502         (DataGridPaintRelationRow): make sure we limit the row painting to
2503         the area not covered by the row header, and make our cell width at
2504         least large enough to cover the relation area.  This allows grids
2505         that have relations but no rows to render correctly.
2506         (DataGridPaintRowContents): same type of changes here.
2507         (SetDataSource): move back to always calling
2508         CalcAreasAndInvalidate.  this fixes a crash/drawing problem when
2509         navigating back through relations.
2510         (HitTest): handle the case where we have no cells but have
2511         relations.  Right now we generate a hit in cell 0 of whatever the
2512         row is, not sure if this is strictly correct, but it works for our
2513         purposes.
2514         
2515         * DataGrid.cs (EndEdit, CancelEdit): if we have no columns, don't
2516         bother doing anything.
2517
2518 2006-11-07  Jonathan Pobst  <monkey@jpobst.com>
2519
2520         * StatusStrip.cs, ToolStripStatusLabel.cs: By request, an
2521         early version of StatusStrip.  Not responsible for eaten
2522         application or firstborn children.
2523
2524 2006-11-06  Chris Toshok  <toshok@ximian.com>
2525
2526         * TabControl.cs: in OnGotFocusInternal/OnLostFocusInternal don't
2527         call GetTabRect with a -1 index.  Fixes #79847.
2528
2529 2006-11-06  Jackson Harper  <jackson@ximian.com>
2530
2531         * TreeNodeCollection.cs: Update scrollbars after clearing.
2532
2533 2006-11-06  Chris Toshok  <toshok@ximian.com>
2534
2535         * NumericUpDown.cs: fix the ToString method for some unit test
2536         love.
2537
2538 2006-11-06  Chris Toshok  <toshok@ximian.com>
2539
2540         * PropertyGrid.cs:
2541         - set the initial SelectedGridItem if we can.
2542
2543         - Exclude non-mergable properties only if we're merging > 1
2544         object.  Merging 1 object isn't really merging, obviously.
2545
2546         - Handle PropertySort.NoSort just like Alphabetical, which is
2547         wrong of course, but at least gets things on the screen.
2548         
2549         * PropertyGridView.cs:
2550         - Add method "FindFirstItem" which finds the first property grid
2551         item, so we can select it by default.
2552
2553         - make use of GridEntry.CanResetValue.
2554
2555         - Don't call RedrawBelowItemOnExpansion here anymore, the
2556         individual GridEntry's will do that.
2557
2558         - Remove the ITypeDescriptorContextImpl internal class.
2559         
2560         * GridEntry.cs:
2561         - this class needs to implement ITypeDescriptorContext, as it's
2562         what MS's PropertyDescriptorGridEntry does, which means we can
2563         remove the ITypeDescriptorContextImpl internal class from
2564         PropertyGrid.cs.  This fixes the crashing portion of bug #79829.
2565
2566         - keep a reference to our PropertyGridView, and move the call to
2567         RedrawBelowItemOnExpansion here from PGV.  This means
2568         programmaticly setting Expanded actually does something visible.
2569
2570         - add a CanResetValue() function which takes into account our
2571         possibly multiple "selected_objects" in the merged case.  Shifting
2572         PropertyGridView to use this method fixes another unreported
2573         crasher found running the test for #79829.
2574
2575         - when Top or Bounds is updated, make sure the PropertyGridTextBox
2576         is updated to reflect this.
2577
2578         * CategoryGridEntry.cs: the ctor takes the PGV now.
2579         
2580 2006-11-06  Jackson Harper  <jackson@ximian.com>
2581
2582         * TextControl.cs: These are 1 based.
2583         * TextBoxBase.cs: When setting the selected text, don't change the
2584         selected text tags, this is done by ReplaceText, just position the
2585         cursor at the end of the new text.
2586
2587 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
2588
2589         * ListView.cs: Allow label edit only when, when LabelEdit is
2590           set to true.
2591
2592 2006-11-06  Jackson Harper  <jackson@ximian.com>
2593
2594         * TextControl.cs: If a suitable wrapping position isn't found,
2595         just wrap right in the middle of a word.
2596
2597 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
2598
2599         * ListView.cs, ListViewItem.cs: Implement LabelEdit. Fixes
2600           bug #79820.
2601
2602 2006-11-06  Jackson Harper  <jackson@ximian.com>
2603
2604         * TreeView.cs: Can't use the VisibleCount property when setting
2605         scrollbar heights, because this doesn't take into account whether
2606         or not the horz scrollbar just came visible.
2607
2608 2006-11-05  Everaldo Canuto  <everaldo@simios.org>
2609
2610         * MenuAPI.cs: Deactivate menu on mouse up when menus it is already
2611         activated.  Fixes #79369, #79832.
2612
2613 2006-11-05  Alexander Olk  <alex.olk@googlemail.com>
2614
2615         * FileDialog.cs: *sigh* Because of recent runtime changes (r67043) I
2616           had to remove support for links that point to a directory. FileInfo
2617           returns no usefull information (means, the directory they point to)
2618           for such links. Replaced some empty string ("") with String.Empty.
2619
2620 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
2621
2622         * TreeNodeCollection.cs: To match MS, in 1.0 profile throw 
2623         NullReferenceException when attempting to remove node that is not in
2624         collection. Throw NullReferenceException when null is passed to 
2625         Remove. Allow first element of the collection to be removed. Fixes
2626         bug #79831.  In GetEnumerator ().Current return null if positioned 
2627         before the first element of the collection. In GetEnumerator ().Reset,
2628         position before first element of the collection.
2629
2630 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
2631
2632         * PropertyGrid.cs: To match MS, remove default title and description
2633         for panel. Fixed tooltips for Categorized and Alphabetic toolbar
2634         buttons.
2635
2636 2006-11-04  Chris Toshok  <toshok@ximian.com>
2637
2638         * Theme.cs: add a Clamp method, just for kicks.
2639
2640         * ThemeWin32Classic.cs: clamp all color components to [0..255].
2641
2642 2006-11-04  Chris Toshok  <toshok@ximian.com>
2643
2644         * Form.cs: if the form isn't visible, Close() does nothing.
2645
2646 2006-11-03  Chris Toshok  <toshok@ximian.com>
2647
2648         * Form.cs (Close): if the form is modal, don't Dispose of it, only
2649         Hide it.
2650         (WndProc): don't Dispose after handling the WM_CLOSE message.
2651
2652         * Application.cs (RunLoop): toplevels is a list of Forms, so treat
2653         them as such, instead of using casts from Control to Form.  Also,
2654         don't Dispose of the modal dialog when we fall out of the loop -
2655         Close() it instead.
2656
2657         fixes bug #79813.
2658
2659 2006-11-03  Chris Toshok  <toshok@ximian.com>
2660
2661         * Control.cs (Dispose): only go through the dispose thing if we're
2662         @disposing, and we haven't already been disposed.  Fixes bug
2663         #79814.
2664
2665         * Form.cs: no reason to call "base.Dispose()" here instead of
2666         "Dispose()".
2667
2668 2006-11-03  Mike Kestner  <mkestner@novell.com>
2669
2670         * ComboBox.cs : use ToString instead of casts in AddItem for
2671         sorting functionality.  Fixes #79812.
2672
2673 2006-11-03  Chris Toshok  <toshok@ximian.com>
2674
2675         * Application.cs: pave the way for actually using the thread
2676         exception dialog.  it's ifdefed out at the moment.
2677
2678 2006-11-03  Chris Toshok  <toshok@ximian.com>
2679
2680         * ThreadExceptionDialog.cs: until we get a better layout, actually
2681         hide the details textbox and label when we shouldn't see them.
2682
2683 2006-11-03  Jackson Harper  <jackson@ximian.com>
2684
2685         * TextBoxBase.cs: Don't bail from the scrollbar calcs for non
2686         multiline textboxes anymore.  This method also determines the
2687         width/height of a textboxes canvas area.
2688         - Sorta a revert of the last patch.  For multiline just position
2689         the controls, then bail.  This way the scrollbar width won't be
2690         altered.
2691
2692 2006-11-03  Everaldo Canuto  <everaldo@simios.org>
2693
2694         * ThemeWin32Classic.cs: Dont paint inner lines of 3D border when
2695         it dont need.  Fixes #79537.
2696
2697 2006-11-02  Jackson Harper  <jackson@ximian.com>
2698
2699         * X11Dnd.cs: We always allow copy, since XDND implies Copy.  Also
2700         send the status after firing the DndOver event.
2701
2702 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2703
2704         * TrackBar.cs: Now orientation only switches height / width if
2705         the control's handle is created (Win32 does it like this). Also 
2706         fixed a typo in ToString() for a test to pass, changed the 
2707         exception thrown in set_LargeChange and set_SmallChange to 
2708         match Win32 behaviour, and added TrackBar tests to the unit 
2709         tests.
2710
2711 2006-11-02  Chris Toshok  <toshok@ximian.com>
2712
2713         * XplatUIX11.cs: the atom we want is _NET_WM_STATE_SKIP_TASKBAR,
2714         not _NET_WM_STATE_NO_TASKBAR.
2715
2716 2006-11-02  Jackson Harper  <jackson@ximian.com>
2717
2718         * TextControl.cs: Increment count by one, since in the update view
2719         count - 1 is used.
2720
2721 2006-11-02  Jackson Harper  <jackson@ximian.com>
2722
2723         * TextBoxBase.cs: Use client rectangle not bounds for checking if
2724         the mouse is in the client rectangle (duh).
2725
2726 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2727         
2728         * TrackBar.cs: Fixed trackbar jumping around when clicking
2729         on it - the trackbar was not detecting correctly at which
2730         side of the thumb the click was done. (fixes #79718)
2731
2732 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
2733
2734         * ListBox.cs: scroll visible area when change SelectedIndex to
2735         a non visible area.  Fixes #79481.
2736
2737 2006-11-01  Jackson Harper  <jackson@ximian.com>
2738
2739         * TextControl.cs: When replacing the selection move the selection
2740         start/end/anchor to the end of the new text.
2741
2742 2006-11-01  Jackson Harper  <jackson@ximian.com>
2743
2744         * XplatUIWin32.cs: When setting the parent change the controls
2745         visibility to it's visibility flag, not to it's old parents
2746         visibility (.Visible walks the parent chain).
2747
2748 2006-11-01  Chris Toshok  <toshok@ximian.com>
2749
2750         * XplatUIX11.cs: revert the #79790 fix, as the simple.
2751         XSetTransientForHint fix breaks paint .net's tool windows.  more
2752         work needed for that one.
2753
2754 2006-11-01  Chris Toshok  <toshok@ximian.com>
2755
2756         * ScrollBar.cs: throw ArgumentException instead of Exception in
2757         LargeChange/SmallChange setters.  fixes unit tests.
2758
2759 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
2760
2761         * ContainerControl.cs: reverted rev.67183 (which was itself
2762         a reversion of rev.66853... eh).
2763         
2764         * Control.cs: Fixes Reflector hang by changing Focus() call
2765         to what it was before rev.66643 (calling Select() here sets 
2766         ActiveControl, which in some situations calls back Focus and 
2767         eventually does a stack overflow). Temp fix.    
2768         Changes to GetNextControl() to not look for children to select when
2769         parent cannot be selectable (so it looks for siblings instead)  
2770         
2771 2006-10-31  Mike Kestner  <mkestner@novell.com>
2772
2773         * CheckedListBox.cs : off by one error in returned index from
2774         ObjectCollection.Add.  Fixes #79758.
2775
2776 2006-10-31  Chris Toshok  <toshok@ximian.com>
2777
2778         * UpDownBase.cs: remove the OnGotFocusInternal/OnLostFocusInternal
2779         calls for the textbox/spinner, to keep from recursing to the point
2780         where we crash.  Fixes #79760.
2781
2782 2006-10-31  Chris Toshok  <toshok@ximian.com>
2783
2784         * ListControl.cs (set_SelectedValue): don't throw exceptions on
2785         null/"" value, just return.  matches ms's behavior and fixes some
2786         failing tests.
2787
2788 2006-10-31  Chris Toshok  <toshok@ximian.com>
2789
2790         * Control.cs (set_Capture): make a logic a little easier to
2791         follow.
2792
2793         * XplatUIX11.cs (CleanupCachedWindows): zero out the Grab window
2794         if it's being destroyed.  A necessary fix surely, but a bandaid
2795         also, to fix the stuck capture problem in bug #78413.
2796
2797 2006-10-31  Chris Toshok  <toshok@ximian.com>
2798
2799         * XplatUIX11.cs: fix a couple of compiler warnings, and follow the
2800         convention of clearing hwnd.ClientRect when we set the
2801         width/height (so it'll be recalculated by Hwnd).
2802
2803 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
2804
2805         * ContainerControl.cs: reversed Contains check from
2806         ActiveControl due to hanging problems. This fix
2807         partly regresses #79667 (button does not have
2808         initial focus), so this might be a symptom for 
2809         a larger parenting problem (set_ActiveControl
2810         is being called but the child control does
2811         not have the parent set yet?)   
2812         
2813 2006-10-31  Mike Kestner  <mkestner@novell.com>
2814
2815         * MenuAPI.cs : fix keynav when menu is click activated.
2816
2817 2006-10-31  Jonathan Pobst  <monkey@jpobst.com>
2818
2819         * ToolStrip*: Version 0.2.
2820
2821         * MenuStrip.cs: Version 0.1.
2822
2823         * Form.cs: Add a 2.0 MenuStrip tracker like the 1.1 Menu one.
2824
2825 2006-10-30  Chris Toshok  <toshok@ximian.com>
2826
2827         [ fixes the oversized notify icon issue in bug #79745 ]
2828         
2829         * NotifyIcon.cs: scale the icon down to the size we're given by
2830         the XplatUI layer (this would be faster if we did it once instead
2831         of whenever we paint..)  Also, remove the WM_NCPAINT handling,
2832         since it's never invoked.
2833
2834         * XplatUIX11.cs: the gnome and kde systrays use icons that are 24
2835         pixels high by default, so let's hardcode our systray icon to that
2836         size.  The SYSTEM_TRAY protocol should really have a way for
2837         client apps to query for the correct icon size.. but oh well.  A
2838         couple of patches to deal with the screwy client_window ==
2839         whole_window notifyicon stuff (we don't want to PerformNCCalc, for
2840         instance, and also make sure we don't XSelectInput twice).
2841
2842 2006-10-30  Chris Toshok  <toshok@ximian.com>
2843
2844         * Control.cs: ugh, the unit test fix (CH11, yesterday) breaks when
2845         recreating forms.  Control recreation is the bane of my existence.
2846         Fix it in a way that keeps everyone happy.
2847
2848 2006-10-30  Chris Toshok  <toshok@ximian.com>
2849
2850         * XplatUIX11.cs: use StructureNotifyMask on all whole_windows, not
2851         just non-CHILD ones.  otherwise sometimes scrollbars end up with
2852         client_windows not being resized to the proper size (ReportBuilder
2853         shows this extremely well).
2854
2855 2006-10-30  Chris Toshok  <toshok@ximian.com>
2856
2857         * XplatUIX11.cs (SetWMStyles): reinstate the XSetTransientForHint
2858         for non-WS_EX_APPWINDOW windows.  This is what keeps them from
2859         showing up in the gnome taskbar.  Fixes bug #79790.
2860
2861 2006-10-30  Chris Toshok  <toshok@ximian.com>
2862
2863         * ApplicationContext.cs: guard against a NRE.
2864
2865         * Application.cs: null out the old MainForm for the context, so we
2866         don't try to use it again once it's disposed.  Fixes bug #79783.
2867
2868 2006-10-30  Chris Toshok  <toshok@ximian.com>
2869
2870         * DataGrid.cs (set_DataSource, set_DataMember): if we have a
2871         BindingContext, set the data source directly, otherwise do the
2872         lazy approach - the actual ListManager will be created when we get
2873         a BindingContext. Fixes bug #79700.
2874
2875 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
2876
2877         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
2878           XplatUIX11.cs: Remove old 2 parameter SetVisible.
2879
2880         * Control.cs: Use the new 3 parameter SetVisible with activate = true.
2881
2882 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
2883
2884         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Add an overload
2885         of SetVisible that allows a window to be shown, but not activated.
2886         This is needed on Windows for MenuStrip, and can probably be used
2887         with MainMenu and ComboBox to fix the focus stealing issues on
2888         Windows.
2889
2890         * XplatUIOSX.cs, XplatUIX11.cs: Not needed, call existing SetVisible.
2891
2892 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
2893
2894         * PictureBox.cs: Fix the output of the ToString method.
2895
2896 2006-10-29  Chris Toshok  <toshok@ximian.com>
2897
2898         * Control.cs (get_TopLevelControl): fix bug #79781.
2899
2900 2006-10-29  Chris Toshok  <toshok@ximian.com>
2901
2902         * ListControl.cs (set_DataSource): throw Exception here, not
2903         ArgumentException, to match MS behavior.
2904
2905 2006-10-29  Chris Toshok  <toshok@ximian.com>
2906
2907         * Form.cs: remove the try-catch's around calls to GetWindowState.
2908         We can just check the return value.
2909
2910         * XplatUIX11.cs: don't throw exceptions from GetWindowState.
2911         Instead return -1.
2912
2913         * XplatUI.cs: Add note about additional return value for
2914         GetWindowState.
2915
2916 2006-10-29  Chris Toshok  <toshok@ximian.com>
2917
2918         * Control.cs (CreateHandle): when we create our handle, we also
2919         create the handles of our child controls.  Fixes one of the
2920         Control unit tests (CH11).
2921
2922 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
2923
2924         * MimeIcon.cs: If a gnome icon doesn't exist add a default icon.
2925
2926 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
2927
2928         * ThemeClearlooks.cs: A little speedup.
2929
2930 2006-10-27  Chris Toshok  <toshok@ximian.com>
2931
2932         * Control.cs: implement Control.FromChildHandle in a way that
2933         matches the docs (and fixes the failed test.)
2934
2935 2006-10-27  Chris Toshok  <toshok@ximian.com>
2936
2937         * DataGridTableStyle.cs: reproduce buggy MS behavior (with
2938         comments).
2939
2940         * DataGrid.cs: implement ResetForeColor such that the tests
2941         succeed.
2942         
2943 2006-10-27  Chris Toshok  <toshok@ximian.com>
2944
2945         * ToolBarButton.cs: setting text/tooltiptext to null results in it
2946         being set to "".  Fixes bug #79759.
2947
2948 2006-10-27  Jackson Harper  <jackson@ximian.com>
2949
2950         * TextControl.cs: We need to clear the entire selection area when
2951         setting the start, otherwise multiline selections are still
2952         visible.
2953
2954 2006-10-26  Chris Toshok  <toshok@ximian.com>
2955
2956         * PropertyGridView.cs: 
2957
2958         - ifdef all the code specific to the double
2959         buffer case, and provide some alternatives in the non-doublebuffer
2960         code, which makes heavy use of XplatUI.ScrollWindow to move things
2961         around without having to invalidate (and cause flicker).  There
2962         are still some drawing problems in the non-doublebuffered case, so
2963         DOUBLEBUFFER is defined by default.
2964
2965         - Fix the way dropdowns are handled.  now we explicitly watch for
2966         the events which might cause the dropdown to close, and break out
2967         of the nested event loop there.  This gets rid of all Capture
2968         code, at the expense of the Msg special casing.  Seems to work,
2969         though, and fixes bug #79743.
2970
2971 2006-10-27  Rolf Bjarne Kvinge <RKvinge@novell.com>
2972         * Control.cs: SetIsRecreating now recreates implicitly added
2973         child controls as well. Finally fixes #79629. The flag passed to 
2974         SetIsRecreating has also been removed since it wasn't used.
2975         
2976 2006-10-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2977
2978         * PageSetupDialog.cs: Clean some code, fix some bits, 
2979         add some checks, and add a printer sub-dialog.
2980
2981 2006-10-26  Chris Toshok  <toshok@ximian.com>
2982
2983         * PropertyGrid.cs: make set_SelectedObject call
2984         set_SelectedObjects, and move the duplicate logic to the
2985         SelectedObjects setter.  Also, raise SelectedObjectsChanged.
2986
2987         * PropertyGridView.cs: hide the textbox when we get a
2988         SelectedObjectsChanged event.
2989
2990         Fixes bug #79748.
2991
2992 2006-10-26  Chris Toshok  <toshok@ximian.com>
2993
2994         * PropertyGridView.cs: deal with the type converter not supporting
2995         GetStandardValues() or GetStandardValues() returning null, which
2996         is does in the default case.  Fixes #79742.
2997
2998 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
2999
3000         * CheckedListBox.cs: nunit no longer crashes when selecting 
3001         Project/Edit menu option
3002         
3003 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
3004
3005         * MenuAPI.cs: prevent ExecFocusedItem from blowing up if there
3006         is no menu selected. fixes #79739
3007
3008 2006-10-25  Chris Toshok  <toshok@ximian.com>
3009
3010         * PropertyGridView.cs: factor out the splitter invalidation code
3011         into the SplitterPercent setter, and for kicks implement the
3012         Ctrl-Left/Ctrl-Right handling that moves the splitter by a small
3013         amount in either direction.
3014
3015 2006-10-25  Chris Toshok  <toshok@ximian.com>
3016
3017         * PropertyGridView.cs: do some cleanup of the brush used to draw
3018         text - read only fields should be grayed out.  not sure how to do
3019         this with the textbox, though.  but the textbox's should also be
3020         readonly now at least.  Also, hide/show the textbox when resizing
3021         the control.
3022         
3023         * CursorConverter.cs: use System.Reflection when getting the
3024         properties of Cursors, as TypeDescriptor.GetProperties isn't
3025         returning static properties.
3026
3027 2006-10-25  Chris Toshok  <toshok@ximian.com>
3028
3029         * PropertyGridView.cs: factor out the up/down handling, and reuse
3030         it for page up/down.  also add End/Home support.
3031
3032 2006-10-25  Chris Toshok  <toshok@ximian.com>
3033
3034         * PropertyGridView.cs:
3035
3036         - ensure the selected grid item is visible in the scrolled area,
3037         fixes bug #79572.
3038
3039         - fix Keys.Down handling when you're on the last item in the
3040         propertygrid.
3041
3042 2006-10-25  Mike Kestner  <mkestner@novell.com>
3043
3044         * MenuAPI.cs : set the ActiveTracker for MainMenu non-popup 
3045         clicks too.  Fixes #79725.
3046
3047 2006-10-24  Chris Toshok  <toshok@ximian.com>
3048
3049         * PropertyGrid.cs: use property.Converter instead of
3050         TypeDescriptor.GetConverter(property.PropertyType), so we catch
3051         TypeConverters declared on the property as well as on the
3052         PropertyType.  Fixes bug #79678.
3053
3054 2006-10-24  Alexander Olk  <alex.olk@googlemail.com>
3055
3056         * MimeIcon.cs, Mime.cs:
3057           Fallback to the default platform handler if no shared mime info
3058           stuff exists (fixes #79693).
3059
3060 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
3061         * ContainerControl.cs: Incorrect contains check in ActiveControl 
3062         from previous fix (duh).
3063
3064 2006-10-20  Chris Toshok  <toshok@ximian.com>
3065
3066         * PropertyGridView.cs: the dropdown should be MIN(number of items
3067         in list, 15).  Fixes #79551.
3068
3069 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
3070         Fixes #79384, #79394, #79652, #79667
3071         * Application.cs: 
3072         
3073         - Modal windows are now destroyed in the proper order for windows
3074         
3075         * ContainerControl.cs:
3076         
3077         - ActiveControl setter has more conditions on when to return:
3078                 - if we're reselecting the active control, but it actually
3079                 didn't have focus (window hidden or some such), it runs
3080                 - if the active control being selected doesn't actually 
3081                 exist in the container, it returns
3082         
3083         * Form.cs
3084         
3085         - The ShowDialog now gets the current form as the owner when
3086         invoking without parameters, and correctly activates the owner 
3087         when returning
3088         
3089         * MessageBox.cs
3090         
3091         - MessageBox now catches the Escape key to exit
3092
3093 2006-10-20  Chris Toshok  <toshok@ximian.com>
3094
3095         * PropertyGridView.cs: fix a number of issues (bug #78565, and
3096         most of bug #79676):
3097
3098         - you can navigate around the property grid with the arrow keys.
3099
3100         - the dropdown is sized properly when the pg has a vertical
3101         scrollbar.
3102
3103         - fix the indentation for subentries, and properly select the
3104         entire label rect.
3105
3106         - fix the gray bar's drawing (only draw it to the last element,
3107         not for the height of the control.  Also make sure we draw that
3108         last horizontal grid line.
3109
3110         - use the same mechanism the datagrid uses wrt the editing textbox
3111         when scrolling/resizing/etc.  Namely, we hide it first, do the
3112         operation, then show it again (if it's still visible).
3113         
3114         - aggressively remove a lot of unnecessary refreshes (and also
3115         calls to Invalidate(). call more limited variants, and only redraw
3116         what we need.)
3117         
3118         * PropertyGrid.cs:
3119
3120         - when we're populating the merged collection, fill in the UI
3121         parent with either the passed in item, or the category item we
3122         create.
3123
3124         - remove the Refresh call from the BorderHelpControl.OnSizeChanged.
3125
3126         * GridItem.cs: drop some fully qualified names.
3127         
3128         * GridEntry.cs: add a "UIParent", which is basically the parent
3129         treenode.
3130
3131         * GridItemCollection.cs: add an IndexOf method.
3132
3133 2006-10-20  Mike Kestner  <mkestner@novell.com>
3134
3135         * MainMenu.cs : go back to Draw in OnMenuChanged.  Until we get
3136         a working win32 NC invalidation mechanism, we can't invalidate
3137         menus.  [Fixes #79705]
3138
3139 2006-10-20  Mike Kestner  <mkestner@novell.com>
3140
3141         * ListBox.cs : don't update the VScrollbar if the list is empty,
3142         just hide it.  [Fixes #79692]
3143
3144 2006-10-20  Jackson Harper  <jackson@ximian.com>
3145
3146         * RichTextBox.cs: Handle some special chars better, and don't skip
3147         the entire group when we encounter a special char that we don't
3148         handle correctly.
3149
3150 2006-10-18  Chris Toshok  <toshok@ximian.com>
3151
3152         * PropertyGridView.cs: address a number of issues from bug #79676,
3153         mostly of the cosmetic variety.
3154
3155         - The highlight rectangle for indented items not extends all the
3156         way to the left.
3157
3158         - Indented items aren't indented so much.
3159
3160         - the dropdown is properly sized width-wise if the pg has a
3161         vertical scrollbar.
3162
3163 2006-10-18  Chris Toshok  <toshok@ximian.com>
3164
3165         * XplatUIX11.cs (SystrayAdd): a rather convoluted change, but the
3166         systray stuff is rather convoluted to begin with.
3167
3168         systray icons are a single window for some reason (that I haven't
3169         figured out yet), and for them, client_window == whole_window.
3170         Given the way the tests are structured elsewhere to determine
3171         which paints are pending (client vs. nc), that situation will
3172         always yield PAINT, not NCPAINT.  So, if we have a pending
3173         nc_expose and no pending expose, remove the hwnd from the paint
3174         queue, and also set nc_expose_pending to false, to keep us from
3175         blocking further expose's adding the hwnd to the paint queue.
3176
3177         phew.  like i said, a rather convoluted change.  Fixes the
3178         notifyicon repaint issues in bug #79645.
3179
3180 2006-10-18  Chris Toshok  <toshok@ximian.com>
3181
3182         * Form.cs: when getting the backcolor of the form, don't get
3183         base.BackColor, as this allows parents to influence the background
3184         color.  This breaks mdi forms.  Instead, if the background_color
3185         is empty, return the default.
3186
3187 2006-10-18  Chris Toshok  <toshok@ximian.com>
3188
3189         * XplatUIX11.cs: change some debug ifdefs, and return XGetParent
3190         to being private instead of internal static.
3191
3192         * Control.cs: remove all the stupid ParentWaitingOnRecreation
3193         crap, it wasn't working for more deeply nested controls anyway,
3194         and we already have the is_recreating flag - use that instead.
3195         Before calling DestroyHandle in RecreateHandle, recurse through
3196         the control tree setting it to true.  this returns the recreate
3197         code to much of its original simplicity, while now guaranteeing we
3198         actually recreate everything we're supposed to.  This change gets
3199         fyireporting actually showing mdi children.
3200
3201 2006-10-17  Chris Toshok  <toshok@ximian.com>
3202
3203         * Form.cs: remove some debug spew, and collapse some duplicate
3204         code at the end of SetClientSizeCore.
3205
3206         * XplatUIX11.cs: 
3207         - add some more debug spew here too wrt Destroy handling.
3208         - don't call hwnd.Dispose in DestroyWindow, it's effectively done
3209         in Control's handling of WM_DESTROY.
3210         - Remove the handling of zombie window DestroyNotifies from the
3211         event loop - we don't need it.  Now the only DestroyNotifies we
3212         actually handle are ones generated by X.
3213         - When sending _NET_ACTIVE_WINDOW, the first param should be 1, to
3214         match gtk's (functioning) handling of this. This keep metacity
3215         from leaving droppings in the form of wm borders with no window
3216         contents all over the place.
3217
3218         * Control.cs:
3219         - add a bunch of debug spew wrt control recreation.
3220         - fix a bug where we weren't tracking Visible properly on
3221         recreated hwnds.
3222         - fixed the WM_PAINT double buffer handling to support re-entrant
3223         calls (yes, i know it's gross, but it's happening to us).
3224
3225 2006-10-17  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
3226         * ThemeWin32Classic.cs: changed drawing of selected days
3227         to make them look better.
3228
3229 2006-10-16  Chris Toshok  <toshok@ximian.com>
3230
3231         * Hwnd.cs: replace the user_data/client_dc/non_client_dc with
3232         drawing_stack.  Nuke the ClientDC/NonClientDC properties.
3233
3234         * XplatUIX11.cs: move away from using hwnd.client_dc and
3235         hwnd.non_client_dc and on to a stack of dc's (and in window's
3236         case, PAINTSTRUCT's), so we can deal with nested Paint calls
3237         without puking or not disposing of Graphics objects.
3238
3239         * XplatUIOSX.cs: same.
3240
3241         * XplatUIWin32.cs: same.
3242
3243 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
3244
3245         * FileDialog.cs: Don't call on_directory_changed inside
3246           OnSelectedIndexChanged (it changes the SelectedIndex too).
3247           Instead move it to OnSelectionChangeCommitted.
3248
3249 2006-10-13  Chris Toshok  <toshok@ximian.com>
3250
3251         * XplatUIX11.cs: more Destroy work.  the current code does the
3252         following things, in order:
3253
3254         1. Enumerates all handles of all controls at or below the one
3255         being destroyed, in pre-order.  As it is doing this, it marks the
3256         handles as zombie and clears all references to them.
3257         
3258         2. calls XDestroyWindow on the window passed in.
3259
3260         3. SendMessage's WM_DESTROY to all he handles in the accumulated
3261         list.
3262
3263 2006-10-13  Chris Toshok  <toshok@ximian.com>
3264
3265         * XplatUIX11.cs: set hwnd.zombie to true before calling
3266         SendMessage (WM_DESTROY).  this keeps us from marking the new
3267         window a zombie, and also keeps us from calling sendmessage at
3268         all.
3269
3270 2006-10-13  Jackson Harper  <jackson@ximian.com>
3271
3272         * TextControl.cs: Do not show the caret and selection at the same
3273         time.  Reduces ugliness by 35%.
3274
3275 2006-10-13  Chris Toshok  <toshok@ximian.com>
3276
3277         * XplatUIX11.cs (SendWMDestroyMessages): set the hwnd to be a
3278         zombie after we do the recursive call, so we actually do call
3279         SendMessage on the children controls.
3280         (GetMessage): if we find a pending paint event for a zombie hwnd,
3281         remove the hwnd from the paint queue, or else it will always be
3282         there (and we'll effectively loop infinitely)
3283
3284 2006-10-13  Mike Kestner  <mkestner@novell.com>
3285
3286         * MenuItem.cs : add Selected format under keynav too.
3287         Fixes #79528.
3288
3289 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
3290
3291         * PropertyGrid.cs: Fixed some NRE's and small difference between our
3292         implementation and that of MS.
3293
3294 2006-10-13  Chris Toshok  <toshok@ximian.com>
3295
3296         * Control.cs (OnInvalidated) only futz with the invalid_region if
3297         the control is double buffered.  this fixes the apparent hang in
3298         the ListView unit tests.  Someone needs to make the
3299         BeginEndUpdateTest not call OnInvalidated 15004 times, though..
3300
3301 2006-10-13  Chris Toshok  <toshok@ximian.com>
3302
3303         * PropertyGridView.cs:
3304
3305         - do a little refactoring so that only one place calls
3306         dropdown_form.Hide, and that is CloseDropDown.  make everywhere
3307         else call that.  Also make it Refresh, since there are redraw bugs
3308         otherwise (we should take a look at that...)
3309
3310         - do a little more refactoring work to share the body of code
3311         involved with the drop down.  it was duplicated in the code
3312         dealing with the listbox handling and in the code dealing with the
3313         UITypeEditors.
3314
3315         - add a Capture to the dropdown form's control once it's
3316         displayed, and add a MouseDown handler that checks to make sure
3317         the position is inside the control.  If it's not, close the
3318         dropdown.  This fixes #78190.
3319
3320         - in SetPropertyValueFromUITypeEditor, only call SetPropertyValue
3321         if the value is different than the initial value.
3322         
3323 2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>
3324
3325         * Control.cs: see #78650
3326         - Fixed GetNextControl for several cases:
3327                 - Changed FindFlatForward to return 
3328                 correct sibling control when more than one
3329                 control has same TabIndex as the currently 
3330                 focused one.
3331                 - Changed FindFlatBackward to loop children
3332                 from last to first and apply same logic as in
3333                 FindFlatForward
3334                 - Changed FindControlForward to search for
3335                 children when control is not a container
3336                 but has children, or search for siblings if
3337                 control is a container...
3338                 - Changed FindControlBackward   to continue
3339                 searching for child controls when hitting 
3340                 Panel-like parents
3341                 
3342         - Fixed Focus method to update ActiveControl
3343         (FocusTest.FocusSetsActive failure)
3344         
3345         * TabControl.cs:
3346         - Focus rectangle now refreshes when gaining
3347         or losing focus
3348         - Removed grab for Tab key on IsInputKey that 
3349         was keeping tab navigation from working (#78650)
3350
3351 2006-10-13  Chris Toshok  <toshok@ximian.com>
3352
3353         * PropertyGridView.cs:
3354         - Rewrite SetPropertyValue to loop over SelectedGridItem's
3355         SelectedObjects.
3356
3357         - Deal with GridItem.Value == null a few places.
3358
3359         * PropertyGrid.cs: 
3360         - replace the PopulateGridItemCollection with a pair of methods
3361         which compute the intersection of all the properties in the
3362         SelectedObjects array.  Fixes #79615.
3363
3364         - Throw ArgumentException from set_SelectedObjects if there's a
3365         null in the array.
3366
3367         - Add GetTarget method which can be used to traverse up the
3368         GridItem.Parent chain.  It depends on the assumption that
3369         selected_objects for different GridEntries are always in the same
3370         order (a safe assumption).  Use this method and loop over all the
3371         selected objects in the entry when calling RemoveValueChanged and
3372         AddValueChanged.
3373         
3374         * GridEntry.cs: Make this handle multiple selected objects.
3375         .Value returns null if not all the selected objects share the same
3376         value.
3377
3378 2006-10-12  Jonathan Pobst  <monkey@jpobst.com>
3379         * ToolStrip.cs, ToolStripButton.cs, ToolStripComboBox.cs,
3380           ToolStripControlHost.cs, ToolStripItem.cs, ToolStripLabel.cs,
3381           ToolStripProfessionalRenderer.cs, ToolStripProgressBar.cs,
3382           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs,
3383           ToolStripTextBox.cs: Add accessibility, fix attributes/API and
3384         add additional functionality.
3385
3386 2006-10-12  Mike Kestner  <mkestner@novell.com>
3387
3388         * ErrorProvider.cs : new ToolTipWindow ctor sig.
3389         * HelpProvider.cs : new ToolTipWindow ctor sig.
3390         * ToolTip.cs : remove ToolTip param from Window sig since it is
3391         not used.
3392         * ToolBar.cs : add tooltip support.  Fixes #79565.
3393
3394 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
3395
3396         * ComboBox.cs: move the events in set_SelectedIndex to 
3397         after the call to HighlightIndex in order to avoid 
3398         possible recursion and subsequent problems with the call
3399         to HighlightIndex and include a range check in 
3400         set_HighlightIndex. Fixes #79588
3401         
3402 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
3403
3404         * MonthCalendar.cs: When FirstDayOfWeek is default set firstday 
3405         to ui thread's settings instead of sunday. 
3406         * ThemeWin32Classic.cs: Localize the day string. Fixes #79563
3407
3408 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
3409
3410         * DateTimePicker.cs
3411         * MonthCalendar.cs
3412         * ThemeWin32Classic.cs: rewrote DateTimePicker to fix bug #78364
3413         and implement missing functionality (selecting different parts 
3414         of the date and edit them individually with the keyboard).
3415         
3416 2006-10-11  Chris Toshok  <toshok@ximian.com>
3417
3418         * Control.cs (OnInvalidated): fix NRE relating to last change.
3419
3420 2006-10-11  Chris Toshok  <toshok@ximian.com>
3421
3422         * XplatUIX11.cs (SetWMStyles): make sure we include the MAXIMIZED
3423         atoms in _NET_WM_STATE here if the window is maximized.  We need
3424         to do this because we're *replacing* the existing _NET_WM_STATE
3425         property, so those atoms will be lost otherwise, and any further
3426         call to GetWindowState will return Normal for a window which is
3427         actually maximized.  Fixes #79338.
3428
3429 2006-10-11  Jackson Harper  <jackson@ximian.com>
3430
3431         * TextControl.cs: Special case for setting selection end to
3432         selection start, we basically kill the anchor.
3433         - some todo comments.
3434
3435 2006-10-11  Chris Toshok  <toshok@ximian.com>
3436
3437         * Control.cs: switch to using an "invalid_region" to track which
3438         parts of the image buffer need updating.  This is more code than
3439         the simple fix from r66532.  That version just attempted to always
3440         fill the entire buffer on redraw, which turns out to be
3441         inefficient when invalidating small rectangles.  This version
3442         simply adds the invalid rectangle to the invalid region.  When we
3443         get any WM_PAINT message we see if it can be filled using the
3444         image buffer, and if it can't (if the paint event's clip rectangle
3445         is visible in the invalid region) we first fill the image buffer.
3446         So, the image buffer is still a cache, we just fill it lazily.
3447
3448         * PaintEventArgs.cs: remove the SetClipRectangle method, we don't
3449         need it any longer.
3450
3451 2006-10-11  Chris Toshok  <toshok@ximian.com>
3452
3453         * XplatUIX11.cs (SetWindowPos): we need to update both position as
3454         well as size after calling XMoveResizeWindow.  This keeps us from
3455         ignoring future SetWindowPos calls.  Fixes the disappearing
3456         DateTimePicker in the ToolBarDockExample from bug #72499.
3457
3458 2006-10-11  Chris Toshok  <toshok@ximian.com>
3459
3460         * TextBoxBase.cs: reorder things a bit when it comes to
3461         resizing-causing-recalculation.  we were recalculating the
3462         document when our position was changed, which shouldn't happen.
3463         We only care about size changes.  Clear up some more redundant
3464         recalculation calls while I'm at it.  This makes the toolbar dock
3465         example snappy when you're just dragging toolbars around (since it
3466         causes a relayout whenever you move one.)
3467
3468 2006-10-11  Chris Toshok  <toshok@ximian.com>
3469
3470         * ToolBarButton.cs (get_Rectangle): this only returns
3471         Rectangle.Empty if Visible == false, or Parent == null.
3472         Parent.Visible doesn't matter.
3473
3474 2006-10-10  Chris Toshok  <toshok@ximian.com>
3475
3476         * Control.cs, PaintEventArgs.cs: "internal set { .. }" isn't loved
3477         by .net 1.1, so switch to an internal method instead.
3478
3479 2006-10-10  Chris Toshok  <toshok@ximian.com>
3480
3481         * Control.cs (WM_PAINT): when a control is double buffered we draw
3482         initially to the ImageBuffer and then copy from there.  But when a
3483         parent control which has child controls is double buffered, the
3484         initial drawing doesn't encompass the entire ClientRectangle of
3485         the parent control, so we end up with uninitialized bits (this is
3486         easily seen by dragging the top toolbar in
3487         wf-apps/ToolBarDockExample to the right, quickly).  The fix is to
3488         manually set the ClipRectangle of the paint_event (only the one we
3489         use to populate the ImageBuffer) to ClientRectangle.  Fixes more
3490         of the nastiness in bug #72499.
3491
3492         * PaintEventArgs.cs: Add an internal setter for ClipRectangle,
3493         which we use in Control.cs's WM_PAINT handling.
3494
3495 2006-10-10  Jackson Harper  <jackson@ximian.com>
3496
3497         * TextBoxBase.cs: Finish off the autoscrolling stuff.
3498
3499 2006-10-10  Chris Toshok  <toshok@ximian.com>
3500
3501         * Cursor.cs: Apply a slightly different patch to the one suggested
3502         in #79609.
3503
3504 2006-10-10  Jackson Harper  <jackson@ximian.com>
3505
3506         * MenuItem.cs: Make sure to put the mdi child in the hashtable,
3507         not the parent form.
3508         * TextControl.cs: use difference in old line count vs new count to
3509         calculate how many lines were added, this takes into account soft
3510         line breaks properly.
3511
3512 2006-10-10  Chris Toshok  <toshok@ximian.com>
3513
3514         * LinkLabel.cs: don't call MeasureCharacterRanges against a
3515         rectangle located at 0,0 and the size of the text.  Use
3516         ClientRectangle instead.  This fixes rendering of non-left aligned
3517         link labels.
3518
3519 2006-10-10  Jackson Harper  <jackson@ximian.com>
3520
3521         * TextBoxBase.cs: When we set the selection start position the
3522         caret.
3523         * TextControl.cs: Need to update the caret when we decrement it to
3524         zero.
3525         - Make sure that the selection_visible flag gets reset to false if
3526         the selection isn't visible.  Before this you could get it set to
3527         visible by changing the selection start, then changing the end to
3528         equal the start.
3529
3530 2006-10-09  Jackson Harper  <jackson@ximian.com>
3531
3532         * TreeView.cs: Don't update scrollbars when we aren't visible.
3533         * TreeNodeCollection.cs: Only need to update scrollbars if being
3534         added to an expanded visible node or the root node.
3535
3536 2006-10-09  Chris Toshok  <toshok@ximian.com>
3537
3538         * XplatUIX11.cs (SendMessage): fix NRE.
3539
3540 2006-10-09  Jackson Harper  <jackson@ximian.com>
3541
3542         * TextBoxBase.cs: Implement horizontal autoscrolling.
3543         * TextControl.cs: Add a movement types that allows moving forward
3544         and backwards without wrapping.
3545
3546 2006-10-09  Mike Kestner  <mkestner@novell.com>
3547
3548         * ListViewItem.cs : layout changes for wrapped LargeIcon labels
3549         with focus "expansion" of labels.  Fixes #79532 and then some.
3550         * ThemeWin32Classic.cs : add LineLimit to ListView label format
3551         when wrapping.
3552
3553 2006-10-09  Jackson Harper  <jackson@ximian.com>
3554
3555         * TextBoxBase.cs: Set the default max values to MaxValue since
3556         we use the scrollbar for autoscrolling and the default value is
3557         100.  If we don't do this the caret won't keep up with typing
3558         after about 18 characters.
3559         * TextControl.cs: Make sure the selection is offset by the
3560         viewport x.  This fixes selection when using auto scrolling.
3561
3562 2006-10-07  Andreia Gaita <shana.ufie@gmail.com>
3563         
3564         * Form.cs: The active control should be selected after the 
3565         OnLoad so that any child control initialization that affects
3566         the selection is done. Fixes #79406
3567
3568 2006-10-06  Chris Toshok  <toshok@ximian.com>
3569
3570         * XplatUIX11.cs: This is perhaps a dangerous change, but it seems
3571         to have no evil effects.
3572
3573         - Stop selecting StructureNotifyMask on non-toplevel windows.
3574
3575           The only way children should be resized is by using the SWF api,
3576           and we already send WM_WINDOWPOSCHANGED messages in those cases.
3577           Toplevel windows can be interacted with via the window manager,
3578           and so we keep the input mask there.
3579
3580           The other event StructureNotifyMask gives us (that we care
3581           about) is DestroyNotify.  The code is already structured such
3582           that it assumes we won't be getting a DestroyNotify event for
3583           the window we pass to XDestroyWindow (which is what
3584           StructureNotifyMask is supposed to guarantee.)  So, that code
3585           shouldn't be affected by this either.
3586
3587         - Stop selecting VisibilityChangeMask altogether.
3588
3589           We weren't doing anything with the resulting events anyway.
3590         
3591         This vastly reduces the number of X requests and events we see
3592         when resizing/laying out a large ui.
3593
3594 2006-10-06  Chris Toshok  <toshok@ximian.com>
3595
3596         * ScrollableControl.cs (DisplayRectangle): we need to take into
3597         account the DockPadding regardless of whether or not auto_scroll
3598         == true.  rework this slightly to this effect, and fix bug #79606,
3599         and part of #72499 (you can now see the drag handles and drag
3600         toolbars around).
3601
3602 2006-10-06  Gert Driesen  <drieseng@users.souceforge.net>
3603
3604         * ListViewItem.cs: Collections of selected and checked items are now
3605         dynamically rebuilt. Whenever an item is (un)checked or (de)selected
3606         we mark the collection "dirty".
3607         * ListView.cs: Marked collections readonly. Modified UpdateSelection
3608         to only clear SelectedItems when a new item is selected and MultiSelect
3609         is enabled. CheckedItems and SelectedItems now subscribe to Changed
3610         event of ListViewItemCollection, and mark its list dirty whenever
3611         that event is fire. This allows us to return selected/checked items 
3612         in the same order as they are in the Items collection. This matches
3613         the MS behavior.
3614
3615 2006-10-06  Chris Toshok  <toshok@ximian.com>
3616
3617         * NotifyIcon.cs (HandleMouseUp): only show the context menu on
3618         right mouse clicks.  Fixes bug #79593.
3619
3620 2006-10-06  Chris Toshok  <toshok@ximian.com>
3621
3622         * Splitter.cs: doh, fix splitters that don't want to cancel the
3623         movement when you drag them.  Also, impose the limits on the
3624         values we send to the SplitterMovingEvent.  Fixes #79598.
3625
3626 2006-10-06  Jackson Harper  <jackson@ximian.com>
3627
3628         * TextBoxBase.cs: Ignore whether or not the scrollbar is enabled,
3629         since we use this for auto scrolling also.
3630
3631 2006-10-05  Chris Toshok  <toshok@ximian.com>
3632
3633         * DataGridBoolColumn.cs: Nuke the code from ConcedeFocus.  I'm
3634         beginning to think that most datagrid column types don't need this
3635         method.  Fixes bug #79392.
3636
3637 2006-10-05  Chris Toshok  <toshok@ximian.com>
3638
3639         * DataGrid.cs: move back to a more lazy scheme for creating the
3640         CurrencyManager, so we aren't updating it every time you set
3641         either DataSource or DataMember.  Also, don't call
3642         RecreateDataGridRows if the currency manager hasn't changed.
3643
3644 2006-10-05  Chris Toshok  <toshok@ximian.com>
3645
3646         * ComboBox.cs: by the time the OnSelectionChangeCommitted event is
3647         emitted, SelectedIndex should already be updated.  Fixes bug
3648         #78929.
3649
3650 2006-10-05  Jonathan Pobst  <monkey@jpobst.com>
3651
3652         * ToolStripComboBox.cs, ToolStripControlHost.cs, ToolStripProgressBar,
3653           ToolStripTextBox.cs: Initial commit.
3654         * ToolStripItem.cs: Fixes for OnLayout, BackColor, Parent.
3655
3656 2006-10-05  Jackson Harper  <jackson@ximian.com>
3657
3658         * TabControl.cs: We need to invalidate the tab control area when
3659         new ones are added (duh).
3660
3661 2006-10-03  Chris Toshok  <toshok@ximian.com>
3662
3663         * Form.cs (ProcessDialogKey): if the focused control is in this
3664         form and is a button, call its PerformClick method here.  Fixes
3665         #79534.
3666
3667 2006-10-04  Jackson Harper  <jackson@ximian.com>
3668
3669         * TabPage.cs: Ignore setting of Visible, and add an internal
3670         method for setting the controls visibility.  TabPage's Visible
3671         property is a little strange on MS, this seems to make us
3672         compatible, and fixes cases where people set all the tab pages to
3673         visible.
3674         * TabControl.cs: Use the new internal setting on tab pages
3675         visibility.
3676
3677 2006-10-03  Mike Kestner  <mkestner@novell.com>
3678
3679         * ComboBox.cs : raise Click on ComboTextBox clicks. Fixes #79555.
3680
3681 2006-10-03  Mike Kestner  <mkestner@novell.com>
3682
3683         * ListView.cs : use is_visible instead of Visible to check if 
3684         scrollbars should be placed/sized.  Also some max_wrap_width
3685         love for LargeIcon view.  [Fixes #79533]
3686
3687 2006-10-03  Atsushi Enomoto  <atsushi@ximian.com>
3688
3689         * TextControl.cs :
3690           Make set_TextAlign() do actually update the align. Fixed #78403.
3691
3692 2006-10-03  Chris Toshok  <toshok@ximian.com>
3693
3694         * DataGrid.cs: fix a crash when switching datasources if the
3695         vertical scrollbar is at someplace other than Value = 0.  Also,
3696         reduce the number of recalculation passes we do in SetDataSource
3697         from 2 to 1.
3698
3699 2006-10-03  Jackson Harper  <jackson@ximian.com>
3700
3701         * TextBoxBase.cs: Move the if value the same bail check up, we
3702         don't want to empty the document if it is already empty, this
3703         seems to severly mess up the caret.  TODO: I should probably fix
3704         the empty statement to update teh caret somehow.
3705
3706 2006-10-03  Chris Toshok  <toshok@ximian.com>
3707
3708         * ThemeWin32Classic.cs, DataGrid.cs: some changes so that the
3709         incredibly hacky Windows.Forms FAQ autosize rows entry (it uses
3710         reflection, an internal row type, properties on said type, etc.)
3711         will work with our datagrid.  Fixes #79531.
3712
3713 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
3714
3715         * FileDialog.cs: Don't crash if a path is not accessible
3716           (System.UnauthorizedAccessException). Fixes #79569.
3717         * MimeIcon.cs: Workaround for a Uri bug. Unix paths/files can have
3718           a ':' too. Return unknown icon for those paths/files.
3719
3720 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com>
3721
3722         * ToolTip.cs: Fix rare, but possible, NRE on MouseEnter when 
3723         GetContainerControl returns null.
3724
3725 2006-10-02  Chris Toshok  <toshok@ximian.com>
3726
3727         * XplatUIX11.cs (GetWindowState): use hwnd.client_window in the
3728         call to XGetWindowAttributes instead of "handle".  fixes an X
3729         error using notifyicon after the NotifyIconWindow to Form base
3730         class switch.
3731
3732 2006-10-02  Chris Toshok  <toshok@ximian.com>
3733
3734         * XplatUIX11.cs (QueryPointer): new function, encapsulating the
3735         server grab and looping we need to do to get down to the most
3736         deeply nested child window.
3737         (SetCursorPos): use QueryPointer instead of GetCursorPos, and call
3738         QueryPointer again after the WarpPointer so we can generate a
3739         proper (fake) MotionNotify event to be enqueued in the destination
3740         window's queue.
3741         (GetCursorPos): call QueryPointer.
3742
3743         Fixes #79556.
3744
3745 2006-10-02  Jackson Harper  <jackson@ximian.com>
3746
3747         * NotifyIcon.cs: Derive the notify icon from a form, so things
3748         like FindForm work on it.
3749         - Swallow the WM_CONTEXTMENU message, since that is generated on
3750         mouse down, and context menu is a mouse up kinda guy.  I believe
3751         the correct fix here is probably to make the notify icon entirely
3752         NC area, but this seems to work fine for anyone not manipulating
3753         WndProc.
3754
3755 2006-10-02  Jonathan Pobst  <monkey@jpobst.com>
3756
3757         * ToolStrip.cs, ToolStripButton.cs, ToolStripItem.cs,
3758           ToolStripItemCollection.cs, ToolStripLabel.cs,
3759           ToolStripProfessionalRenderer.cs, ToolStripRenderer.cs,
3760           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs:
3761           Initial implementation.
3762         * TextRenderer.cs: Provide padding to MeasureText.
3763
3764 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
3765
3766         * ButtonBase.cs: Fix CreateAccessibilityInstance to return an instance
3767         of ButtonBaseAccessibleObject. Fix bug #79552.
3768
3769 2006-10-02  Jackson Harper  <jackson@ximian.com>
3770
3771         * MdiWindowManager.cs: When maximizing use the containers client
3772         rect, not it's bounds, so nc area is accounted correctly.
3773         - Use the parent form's size for the menu position, since the
3774         client isn't always the full form size.
3775
3776 2006-10-01  Chris Toshok  <toshok@ximian.com>
3777
3778         * ScrollableControl.cs: make sure neither right_edge or
3779         bottom_edge are < 0, since they're used as LargeChange for the
3780         horiz/vert scrollbars respectively.  Fixes #79539.
3781
3782 2006-10-01  Chris Toshok  <toshok@ximian.com>
3783
3784         * NotifyIcon.cs: add NotifyIconWindow.InternalRecreateHandle, so
3785         the xplatuix11 code can cause us to destroy/recreate our handle.
3786
3787         * XplatUIX11.cs
3788         (SystrayAdd):
3789         - this code can be invoked many times for the same Hwnd.  Make
3790           sure we only destroy the client window once (the first time this
3791           method is called).  This fixes bug #79544.
3792         - Remove the call to the improperly bound XSync.  why we had two
3793           bindings to this, I will never know, but this call resulted in
3794           events being discarded from the queue(!).
3795         - correct a misunderstanding of _XEMBED_INFO - the second atom is
3796           not our current state but the state we wish to be in.  So, 0 if
3797           we don't want to be mapped.  Change it to 1.
3798         (SystrayRemove): The XEMBED spec makes mention of the fact that
3799         gtk doesn't support the reparent of client windows away from the
3800         embedder.  Looking at gtksocket-x11.c seems to agree with this.
3801         The only avenue we have for removing systray icons is to destroy
3802         them.  We don't want the handle to go away for good, though, so
3803         call InternalRecreateHandle on the NotifyIconWindow.  Fixes
3804         #79545.
3805         
3806 2006-10-01  Chris Toshok  <toshok@ximian.com>
3807
3808         * Form.cs (WndProc): inline the native_enabled variable usage into
3809         the cases in which it's used.  Fixes #79536.
3810
3811 2006-09-29  Mike Kestner  <mkestner@novell.com>
3812
3813         * ListView.cs : toggle the selection state for ctrl clicks in 
3814         multiselect mode. [Fixes #79417]
3815
3816 2006-09-29  Mike Kestner  <mkestner@novell.com>
3817
3818         * ListView.cs : kill CanMultiSelect and refactor the selection
3819         code to support multiselection in the absence of mod keys. Steal
3820         arrow/home/end keys by overriding InternalPreProcessMessage to
3821         restore regressed keynav behavior.
3822         [Fixes #79416]
3823
3824 2006-09-29  Jackson Harper  <jackson@ximian.com>
3825
3826         * MdiClient.cs: Repaint the titlebars when the active window is
3827         changed.
3828
3829 2006-09-29  Chris Toshok  <toshok@ximian.com>
3830
3831         * Application.cs: when entering a runloop with a modal, make sure
3832         the hwnd is enabled.  Fixes #79480.
3833
3834 2006-09-29  Chris Toshok  <toshok@ximian.com>
3835
3836         * DataGrid.cs (CurrentCell): if we try to navigate to the add row
3837         when ListManager.CanAddRows == false, bump us back one.
3838
3839         * DataGridColumnStyle.cs (ParentReadOnly): remove the
3840         listmanager.CanAddRows check.  This makes ArrayLists uneditable
3841         using a datagrid, which is not right.
3842         (SetColumnValueAtRow): call IEditable.BeginEdit if source[rowNum]
3843         is an IEditable, but call property_descriptor.SetValue regardless.
3844         fixes #79435.
3845
3846 2006-09-29  Chris Toshok  <toshok@ximian.com>
3847
3848         * DataGridBoolColumn.cs: we need to test equality in the face of
3849         possible null values (as is the case with the default NullValue).
3850         This patch keeps us from crashing in that case.
3851
3852 2006-09-29  Jackson Harper  <jackson@ximian.com>
3853
3854         * TreeNodeCollection.cs: Don't do a recalculate/updatescrollbars
3855         here, since it will get called for every node collection in the
3856         tree. This is now done in the treeview once the sorting is
3857         finished.
3858         * TreeView.cs: Recalculate the visible order, and update the
3859         scrollbars after sorting, set the top nope to the root so that the
3860         recalc actually works.
3861
3862 2006-09-29  Chris Toshok  <toshok@ximian.com>
3863
3864         * LinkLabel.cs: more handling of the default link collection in
3865         the face of LinkArea manipulation.  The default link collection
3866         contains 1 element (start=0,length=-1).  If the user sets LinkArea
3867         to anything and the links collection is the default, clear it.
3868         Then only add the link if its nonempty.  Fixes #79518.
3869
3870 2006-09-29  Chris Toshok  <toshok@ximian.com>
3871
3872         * LinkLabel.cs (CreatePiecesFromText): calculate the length of a
3873         piece correctly when we hit a '\n'.  Fixes #79517.
3874
3875 2006-09-29  Chris Toshok  <toshok@ximian.com>
3876
3877         * MimeIcon.cs, ThemeGtk.cs, X11DesktopColors.cs, XplatUIX11GTK.cs:
3878         change the binding of gdk_init_check to take two IntPtr's, and
3879         pass IntPtr.Zero for both of them.  Fixes #79520.
3880
3881 2006-09-29  Mike Kestner  <mkestner@novell.com>
3882
3883         * ComboBox.cs : raise TextChanged on ComboTextBox.TextChanged.
3884         [Fixes #78779]
3885
3886 2006-09-28  Jackson Harper  <jackson@ximian.com>
3887
3888         * XplatUIX11.cs: When translating NC messages make sure we go from
3889         whole window to screen, not client window to screen.
3890         * MdiClient.cs: Remove the calls to PaintWindowDecorations, this
3891         method doesn't exist
3892         - Skip over controls that aren't forms when arranging.
3893
3894 2006-09-28  Jackson Harper  <jackson@ximian.com>
3895
3896         * XplatUIWin32.cs: Clip the rect to the parent window.
3897         * XplatUIStructs.cs: Add clipping modes struct.
3898         * InternalWindowManager.cs: New private method that factors title
3899         bar heights in when calculating the pos of an NC mouse message.
3900         - Use SendMessage to force a paint when the form's size is changed
3901         instead of painting the decorations immediately.
3902         - Don't let the NC button click messages get to DefWndProc,
3903         because they will attempt to handle windowing themself, and this
3904         messes up z-order (it will put them in front of the scrollbars).
3905         * XplatUIX11.cs: Make sure that we don't reset window managers if
3906         we already have one (ie the window is an MDI window).
3907
3908 2006-09-28  Chris Toshok  <toshok@ximian.com>
3909
3910         * MainMenu.cs: fix #79405 by way of a disgusting hack.  all the
3911         menu code really needs going over.
3912
3913 2006-09-27  Chris Toshok  <toshok@ximian.com>
3914
3915         * XplatUIX11.cs (SetWMStyles): more metacity wonderment.  turns
3916         out metacity ignores the MAXIMIZE_HORZ/VERT messages unless the
3917         window is maximizable.  So, we need to make sure that even if we
3918         clear the border/wm frame of those functions, they're still
3919         available (basically, we remove the decoration without removing
3920         the function).  Half the fix for #79338.
3921
3922 2006-09-27  Chris Toshok  <toshok@ximian.com>
3923
3924         * DataGrid.cs (ProcessGridKey): implement Shift-Tab handling.
3925         Fixes bug #79515.
3926
3927 2006-09-27  Chris Toshok  <toshok@ximian.com>
3928
3929         * Splitter.cs: reorder things a bit so that we don't actually
3930         draw/move the splitter until after calling OnSplitterMoving.  This
3931         lets users cancel/disallow the movement by explicitly setting
3932         event.SplitX/SplitY.  Fixes #79372.
3933
3934 2006-09-27  Jackson Harper  <jackson@ximian.com>
3935
3936         * XplatUIX11.cs: Don't hide the caret when it is being destroyed,
3937         because it is most likely on a window being destroyed, and that
3938         will give us an X11 error.
3939
3940 2006-09-27  Chris Toshok  <toshok@ximian.com>
3941
3942         * PropertyGridView.cs: half of the fix for #78190.  Clicking on
3943         the dropdown button now toggles between showing and hiding the
3944         dropdown.  Also, get rid of dropdown_form_showing and just use
3945         dropdown_form.Visible.  We still don't do a grab, but I'll leave
3946         that part to someone who has handled Capture-fu before.
3947
3948 2006-09-27  Chris Toshok  <toshok@ximian.com>
3949
3950         * DataGrid.cs: return false if alt isn't pressed when '0' is
3951         pressed.  this keeps the '0' key from being swallowed, and fixes
3952         bug #79350.
3953
3954 2006-09-27  Chris Toshok  <toshok@ximian.com>
3955
3956         * ComboBox.cs: use Invalidate when scrolling the dropdown list.
3957         Calling Refresh (in response to a scrollbar event) screws up the
3958         scrollbar painting.  Fixes bug #78923.
3959
3960 2006-09-27  Chris Toshok  <toshok@ximian.com>
3961
3962         * Theme.cs (SystemResPool): make the "if hashtable[key] == null
3963         then insert into hashtable" blocks threadsafe.
3964
3965 2006-09-27  Chris Toshok  <toshok@ximian.com>
3966
3967         * MessageBox.cs (CreateParams): the styles should be |'ed with our
3968         baseclass's, since otherwise the
3969         ControlBox/MinimizeBox/MaximizeBox assignments above have no
3970         effect.  This gets the close button back in messageboxes.
3971
3972 2006-09-27  Chris Toshok  <toshok@ximian.com>
3973
3974         * XplatUIX11.cs: make StyleSet and ExStyleSet check == with the
3975         flag, not just != 0.  this makes flags that are actually multiple
3976         bits (like WS_CAPTION) work.  fixes bug #79508.
3977
3978 2006-09-27  Jordi Mas i Hernandez <jordimash@gmail.com>
3979
3980         * PageSetupDialog.cs: add support for getting and settings the 
3981         paper size, source and orientation.
3982
3983 2006-09-26  Chris Toshok  <toshok@ximian.com>
3984
3985         * XplatUIX11.cs (SetWMStyles): turns out when SYSMENU is not set
3986         and caption == "", we need to remove the resize handles as well as
3987         the title bar.
3988
3989         * Control.cs (set_Text): turns out that setting Text on a form
3990         should change the WM styles on the window, since if ControlBox ==
3991         false, the only way to get a window border is to have a non-""
3992         Text property.  check winforms/forms/text.cs for an example.  so,
3993         call both XplatUI.SetWindowStyle and XplatUI.Text here to properly
3994         update both window styles and title.  This fixes a lot of dialogs
3995         (including the preferences dialog in MonoCalendar.)
3996
3997 2006-09-26  Chris Toshok  <toshok@ximian.com>
3998
3999         * XplatUIWin32.cs (SetParent): if parent == IntPtr.Zero (and the
4000         control isn't a Form), call Win32ShowWindow to hide the window,
4001         but don't update the control Visible property.  When we reparent
4002         back to a parent control, call SetVisible in order for the
4003         window's visibility to be reinstated.
4004
4005         * XplatUIX11.cs (SetParent): if hwnd.parent == null, reparent to
4006         the FosterParent.
4007
4008         * Control.cs (ControlCollection.Remove): remove that value.Hide()
4009         call for good, since it breaks MonoCalendar (and other things I'm
4010         sure.) Also, set all_controls to null *after* the owner calls,
4011         which end up regenerating it.
4012         (ChangeParent): allow new_parent to be == null, passing
4013         IntPtr.Zero down to XplatUI.
4014
4015         this fixes #79294 the right way.
4016
4017 2006-09-26  Mike Kestner  <mkestner@novell.com>
4018
4019         * GridEntry.cs : internal SetParent method.
4020         * PropertyGrid.cs : attach to property changed on the proper
4021         target if we have a hierarchical grid with subobjects. Setup
4022         GridItem.Parent for hierarchical items.
4023         * PropertyGridView.cs : Set value on the correct target for
4024         hierarchical grids. [Fixes #78903]
4025
4026 2006-09-26  Chris Toshok  <toshok@ximian.com>
4027
4028         * Control.cs (ChildNeedsRecreating): this should return true if
4029         either we're being recreated and the child is in our list, or our
4030         parent is waiting for our recreation.
4031
4032 2006-09-26  Chris Toshok  <toshok@ximian.com>
4033
4034         * Control.cs (ControlCollection.Remove): reinstate the
4035         value.Hide() call as suggested in bug #79294.
4036
4037 2006-09-26  Sebastien Pouliot  <sebastien@ximian.com>
4038
4039         * XplatUIX11.cs: Fixed SetCursorPos to move the cursor to screen
4040         coordinates (versus a relative move).
4041
4042 2006-09-26  Chris Toshok  <toshok@ximian.com>
4043
4044         * Control.cs: rework child recreation a little bit.  It turns out
4045         that we race between the DestroyNotify the WM_DESTROY message.  If
4046         the parent gets its DestroyNotify before the child gets the
4047         WM_DESTROY message, the child ends up not recreating (since the
4048         parent finishes its recreation on DestroyNotify, and the child
4049         checks ParentIsRecreating.)
4050
4051         So, instead we store off a list of all the child controls which
4052         need to be recreated when the parent control starts to recreate
4053         itself.  Then, when child controls get their WM_DESTROY message we
4054         check to see if they're in the parent's pending recreation list,
4055         and if so, we recreate.  This removes all dependency on ordering
4056         from the code and fixes the initial MonoCalendar upgrade dialog.
4057         
4058 2006-09-26  Jackson Harper  <jackson@ximian.com>
4059
4060         * TextControl.cs: Use the Line to get the length of the line,
4061         since soft line breaks can change the end line.
4062
4063 2006-09-26  Chris Toshok  <toshok@ximian.com>
4064
4065         * Control.cs (ControlCollection.AddImplicit): don't add the
4066         control again if it's already in one of our lists.  This keeps us
4067         from adding controls over and over again for comboboxes when their
4068         handle gets recreated (as the combobox adds implicit controls in
4069         OnHandleCreated).  Fixes the X11 errors in bug #79480.
4070
4071 2006-09-26  Jackson Harper  <jackson@ximian.com>
4072
4073         * TextControl.cs: When deleting characters make sure that any
4074         orphaned zero lengthed tags get deleted.
4075         - Fix ToString for zero lengthed tags.
4076
4077 2006-09-25  Jackson Harper  <jackson@ximian.com>
4078
4079         * TextControl.cs: When getting a tag at the location there can be
4080         multiple tags at the same spot, these are 0-lengthed tags that
4081         appear when extra formatting has been stuck in a location.  We
4082         need to pull out the last of these 0 lengthed tags.
4083
4084 2006-09-25  Jackson Harper  <jackson@ximian.com>
4085
4086         * TextControl.cs: Fix print out in debug method.
4087         * TextBoxBase.cs: When text is set bail if we are setting to the
4088         previous value.
4089         
4090 2006-09-24  Alexander Olk  <alex.olk@googlemail.com>
4091
4092         * FontDialog.cs: Fixed the up/down arrow keys issue from bug #79478.
4093           It is now possible to change the selected index in a FontXXXListBox
4094           with the up and down arrow keys from the FontXXXTextBoxes.
4095           Also, send the FontXXXTextBox mouse wheel event to the corresponding
4096           FontXXXListBoxes to match ms.
4097
4098 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
4099
4100         * SystemInformation.cs: Return a clone of the theme's MenuFont because
4101         anyone can dispose it, anytime. All other properties returns enums, 
4102         structs or basic types so they don't need such tricks.
4103
4104 2006-09-22  Jackson Harper  <jackson@ximian.com>
4105
4106         * XplatUI.cs:
4107         * XplatUIWin32.cs:
4108         * Clipboard.cs:
4109         * DataFormats.cs:
4110         * XplatUIOSX.cs:
4111         * XplatUIDriver.cs: Update interface to add a primary selection
4112         flag, so the driver can use the primary selection buffer if
4113         needed.
4114         * XplatUIX11.cs: Allow the clipboard to retrieve from PRIMARY.
4115
4116         * RichTextBox.cs: We need to supply the data object to paste now
4117         (so we can choose to supply CLIPBOARD or PRIMARY).
4118         * TextBoxBase.cs: Supply data object to paste (see above).
4119         - Middle click uses the primary selection data object.
4120         
4121 2006-09-21  Chris Toshok  <toshok@ximian.com>
4122
4123         * XplatUIX11.cs: first little cleanup of the StyleSet (...) block
4124         of SetWMStyles.  It's still a rat's nest and is largely
4125         order-dependent which I dislike immensely.  This also fixes the X
4126         button disappearing from toplevel forms.
4127
4128 2006-09-21  Mike Kestner <mkestner@novell.com>
4129
4130         * ListBox.cs: move Jordi's click/dblclick raising code to the
4131         mouse up handler.
4132
4133 2006-09-21  Jordi Mas i Hernandez <jordimash@gmail.com>
4134
4135         * ListBox.cs: Fixes 79450
4136
4137 2006-09-21  Mike Kestner <mkestner@novell.com>
4138
4139         * TreeView.cs: guard against disposed conditions in UpdateScrollbars
4140         to deal with people updating the TreeNodeCollection after the tree
4141         is disposed.  "Fixes" 79330.
4142
4143 2006-09-20  Jackson Harper <jackson@ximian.com>
4144
4145         * TextControl.cs: Push the cursor record onto the undo stack
4146         before the delete action. This fixes 78651.
4147
4148 2006-09-20  Jonathan Chambers  <joncham@gmail.com>
4149
4150         * PropertyGridView.cs: Remove WindowStyles.WS_VISIBLE from
4151         CreateParams. Fixes 79329.
4152
4153 2006-09-19  Chris Toshok  <toshok@ximian.com>
4154
4155         * XplatUIX11.cs: a couple of blanket code massage passes to clean
4156         things up a bit.  First, get rid of the NetAtoms array (and the NA
4157         enum), and just embed the atoms as static fields.  Also, add a
4158         couple of functions (StyleSet and ExStyleSet) to clean up all the
4159         bitmask testing of styles.
4160
4161         * X11Structs.cs: remove the NA enum, not needed anymore.
4162         
4163 2006-09-19  Chris Toshok  <toshok@ximian.com>
4164
4165         * XplatUIX11.cs: apply Alexander's tool window fix for bug #79245
4166         (mapping them to _NET_WM_WINDOW_TYPE_UTILITY).  and add a little
4167         added cleanup to get MessageBox titles appearing again, which were
4168         broken by my earlier fix for caption-less/ControlBox-less windows.
4169
4170 2006-09-18  Jonathan Pobst <monkey@jpobst.com>
4171
4172         * ToolStripArrowRenderEventArgs.cs, ToolStripArrowRenderEventHandler.cs,
4173           ToolStripContentPanelRenderEventArgs.cs, ToolStripContentPanelRenderEventHandler.cs,
4174           ToolStripGripRenderEventArgs.cs, ToolStripGripRenderEventHandler.cs,
4175           ToolStripItemClickedEventArgs.cs, ToolStripItemClickedEventHandler.cs,
4176           ToolStripItemEventArgs.cs, ToolStripItemEventHandler.cs,
4177           ToolStripItemImageRenderEventArgs.cs, ToolStripItemImageRenderEventHandler.cs,
4178           ToolStripItemRenderEventArgs.cs, ToolStripItemRenderEventHandler.cs,
4179           ToolStripItemTextRenderEventArgs.cs, ToolStripItemTextRenderEventHandler.cs,
4180           ToolStripPanelRenderEventArgs.cs, ToolStripPanelRenderEventHandler.cs,
4181           ToolStripRenderEventArgs.cs, ToolStripRenderEventHandler.cs,
4182           ToolStripSeparatorRenderEventArgs.cs, ToolStripSeparatorRenderEventHandler.cs:
4183             Inital import.
4184         * ToolStripPanel.cs, ToolStripContentPanel.cs, ToolStripSeparator.cs,
4185           ToolStripButton.cs: Stubs needed for above.
4186         * ToolStrip.cs, ToolStripItem.cs: Stub a few variables/properties for above.
4187
4188 2006-09-15  Chris Toshok  <toshok@ximian.com>
4189
4190         * XplatUIX11.cs:
4191         - make the MessageQueues hashtable Synchronized.
4192         
4193         - SendMessage: if the Hwnd is owned by a different thread, use the
4194         AsyncMethod stuff to dispatch the SendMessage on the hwnd's
4195         thread.  Fixes bug #79201.
4196
4197 2006-09-15  Chris Toshok  <toshok@ximian.com>
4198
4199         * XplatUIX11.cs (SetWMStyles): rework the #79368 fix slightly.  If
4200         ControlBox == false, we disallow maximize/minimize/close.  If the
4201         form Caption is "" we also disallow move (and get rid of the Title
4202         decoration).  Unfortunately, regardless of how things are set,
4203         we're stuck with the Title and WM menu.
4204
4205 2006-09-15  Chris Toshok  <toshok@ximian.com>
4206
4207         * Application.cs: add locking around the static message_filters
4208         ArrayList, part of #79196.
4209
4210 2006-09-15  Chris Toshok  <toshok@ximian.com>
4211
4212         * XplatUIX11.cs (SetWMStyles): if Form.Text == "" and
4213         Form.ControlBox == false, the window has no titlebar nor resize
4214         handles.  fixes bug #79368.
4215
4216 2006-09-15  Chris Toshok  <toshok@ximian.com>
4217
4218         * TextBoxBase.cs: in CalculateScrollBars make sure LargeChange is
4219         >= 0.  Fixes bug #79370.
4220
4221 2006-09-15  Jonathan Pobst <monkey@jpobst.com>
4222         * FlowLayoutPanel.cs, FlowLayoutSettings.cs: Initial commit.
4223         * Control.cs:
4224             Add properties: LayoutEngine, Margin, DefaultMargin.
4225             Add method: GetPreferredSize.
4226             Move layout logic from PerformLayout to layout engines. 
4227
4228 2006-09-13  Chris Toshok  <toshok@ximian.com>
4229
4230         * XplatUIX11.cs: more destroy work.  Jackson pointed out that my
4231         fix for #79326 broke #78718, so this change addresses that.
4232
4233         - in SendWMDestroyMessages remove the call to
4234         CleanupCachedWindows, since we might be recreating the control and
4235         need to maintain the references to right Hwnd handles.  Also, set
4236         the zombie flag to true for each of the children in the hierarchy
4237         instead of calling hwnd.Dispose.  This will cause GetMessage to
4238         ignore all events for the window except for DestroyNotify.
4239
4240         - In GetMessage, ignore messages except for DestroyNotify for
4241         zombie hwnds.
4242         
4243         * Control.cs: revert the is_recreating fix from the last
4244         ChangeLog.  It's definitely "right", but it breaks switching from
4245         an MDI form to a non-MDI form.  Will need to revisit that.
4246
4247         * Hwnd.cs: add a zombie flag, which means "the
4248         client_window/whole_window handles are invalid, but we're waiting
4249         for the DestroyNotify event to come in for them".  Set the flag to
4250         false explicitly if setting WholeWindow/ClientWindow, and also
4251         when Disposing.
4252         
4253 2006-09-13  Chris Toshok  <toshok@ximian.com>
4254
4255         * XplatUIX11.cs: rework window destruction slightly.
4256
4257         - when destroying the windows associated with a control, we don't
4258         need 2 separate XDestroyWindow calls.  Just the one for the
4259         whole_window (or for client_window if whole_window is somehow
4260         IntPtr.Zero -- can this happen?) is enough.
4261
4262         - reworked SendWMDestroyMessages slightly, so we always dispose
4263         the child control hwnd's after sending the messages.
4264         
4265         - refactored out the ActiveWindow/FocusWindow/Caret clearing from
4266         the two places it was used (one was even using hwnd.Handle and the
4267         other hwnd.client_window.  ugh), adding another call in
4268         SendWMDestroyMessages.  We need this new call because now the
4269         DestroyNotify events in the queue will be ignored for the child
4270         controls (as their hwnd's were disposed, and the window id's
4271         removed from the hashtable in SendWMDestroyMessages.) fun, eh?
4272
4273         - this fixes bug #79326.
4274
4275 2006-09-13  Chris Toshok  <toshok@ximian.com>
4276
4277         * Control.cs: don't always set is_recreating to false at the end
4278         of RecreateHandle, since sometimes we're not done (and won't be
4279         until WndProc handles the WM_DESTROY message).  Also, set
4280         is_recreating to false in the WM_DESTROY handling code.  Part of
4281         the fix for bug #79326.
4282
4283 2006-09-13  Miguel de Icaza  <miguel@novell.com>
4284
4285         * X11DesktopColors.cs: Start the droppage of debugging messages.
4286
4287         * FileDialog.cs: Store the configuration file in ~/.mono/mwf_config
4288
4289 2006-09-13  Jonathan Pobst <monkey@jpobst.com>
4290
4291         * SplitContainer.cs, SplitterPanel.cs: Initial implementation [2.0].
4292
4293 2006-09-12  Chris Toshok  <toshok@ximian.com>
4294
4295         * DataGrid.cs (get_ListManager): if the list_manager is null, try
4296         to create it using SetDataSource.  Fixes bug #79151.
4297
4298 2006-09-11  Chris Toshok  <toshok@ximian.com>
4299
4300         * XEventQueue.cs: add a DispatchIdle property.
4301
4302         * XplatUIX11.cs (UpdateMessageQueue): only emit the Idle event if
4303         either the queue is null, or the queue has DispatchIdle set to
4304         true.
4305         (DoEvents): set queue.DispatchIdle to false around the
4306         peek/translate/dispatch message loop in this method.  This keeps
4307         Application.Doevents from emitting idle events.  Part of the fix
4308         for #78823.
4309
4310 2006-09-11  Chris Toshok  <toshok@ximian.com>
4311
4312         * DataGrid.cs (set_DataSource): make this work for both the
4313         winforms/datagrid test and ReportBuilder.  It seems as though when
4314         we've created a ListManager (or maybe it's if we have a
4315         BindingContext?), when we set the DataSource it clears the
4316         DataMember to "".  otherwise we reuse the datamember.  Fixes bug
4317         #79333.
4318
4319 2006-09-11  Chris Toshok  <toshok@ximian.com>
4320
4321         * XplatUIX11.cs: deal with queue being null, which happens in all
4322         the Clipboard functions.  Fixes one of the two problems mentioned
4323         in #78612.
4324
4325 2006-09-11  Chris Toshok  <toshok@ximian.com>
4326
4327         * MenuAPI.cs: rework OnMouseUp a bit so that releasing the mouse
4328         button on various spots (including outside the menu) works closer
4329         to MS, and doesn't crash.  Fixes #79343.
4330
4331 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
4332
4333         * ListView.cs: Do not initialize item_sorter in init. To match MS,
4334         return null for ListViewItemSorter if View is SmallIcon or LargeIcon
4335         and the internal comparer is set. When a new ListViewItemSorter is set,
4336         sort the items. Use Enum.IsDefined to verify whether a valid SortOrder
4337         was specified. No further processing is necessary if SortOrder is set
4338         to it's current value. If Sorting is modified to None, and View is
4339         neither SmallIcon nor LargeIcon then: on 2.0 profile set item_sorter
4340         (either custom or our internal ItemComparer) to null, on 1.0 profile
4341         only set item_sorter to null if its our internal IComparer. If Sorting
4342         is modified to Ascending or Descending, then use our internal IComparer
4343         if none is set, and if the current IComparer is our internal one then:
4344         on 2.0 profile always replace it with one for new Sorting, and on 1.0
4345         profile only use new Sorting if view is not SmallIcon or LargeIcon. Use
4346         Enum.IsDefined to verify whether a valid View value is specified in
4347         its setter. Automatically sort listview items when listview is
4348         created. In Sort, do nothing if ListView is not yet created, or if
4349         no item_sorter is set (no Sorting was set, Sorting was explicitly set
4350         to None or ListViewItemSorter was set to null). Added Sort overload
4351         taking a bool to indicate whether the ListView should be redrawn when
4352         items are sorted (we use this in ListViewItemCollection to avoid double
4353         redraws). Modified our internal IComparer to take the sort order into
4354         account. In Add and AddRange methods of ListViewItemCollection, also
4355         call Sort if Sorting is None (necessary for SmallIcon and LargeIcon
4356         view), but use overload with noredraw option to avoid double redraw.
4357         On 2.0 profile, throw NotSupportedException when setting CheckBoxes to
4358         true when View is Tile, and do the same when attempting to set View to
4359         Tile when CheckBoxes is true. Avoid maintaining separate ArrayLists
4360         for selected/checked indices, as it involves overhead when sorting is
4361         done while these collections are not used all that often. Instead
4362         we'll build the indices on demand. Modified IList implementation of
4363         CheckedIndexCollection to use public methods if object is int.
4364         Modified CheckedListViewItemCollection to hide checked items if
4365         ListView.CheckBoxes is false. Removed LAMESPEC remark in 
4366         ListViewItemCollection as the .NET SDK docs have been fixed. Modified
4367         IList implementation in SelectedIndexCollection to use public methods
4368         if object is int. Modified SelectedListViewItemCollection to hide
4369         selected items if listview is not yet created.
4370         * ListViewItem.cs: CheckedIndices list no longer needs to be
4371         maintained separately (see ListView changes). Also clone font, fixes
4372         test failure.
4373
4374 2006-09-11  Mike Kestner  <mkestner@novell.com>
4375
4376         * ComboBox.cs: if we are updating the contents of the currently
4377         selected index, refresh the control or the textbox selection.
4378         [Fixes #79066]
4379
4380 2006-09-11  Mike Kestner  <mkestner@novell.com>
4381
4382         * ComboBox.cs (UpdateBounds): use SetBounds not SetBoundsCore since 
4383         the 'specified' logic has been moved there.  This seems like a bug 
4384         in Control.cs, since our current SetBoundsCore completely ignores 
4385         the specified parameter.  Peter's commit seems to indicate that is 
4386         the way the MS control implementation works.  [Fixes #79325]
4387
4388 2006-09-10  Jonathan Chambers  <joncham@gmail.com>
4389
4390         * XplatUI.cs: Set default_class_name to be composed
4391         of current domain id. This allows MWF to be loaded in multiple
4392         domains on Win32.
4393
4394 2006-09-09  Miguel de Icaza  <miguel@novell.com>
4395
4396         * X11Keyboard.cs: If we are unable to obtain the input method, do
4397         not call CreateXic to create the input context.   Should fix
4398         #78944/79276.
4399
4400 2006-09-08  Alexander Olk  <alex.olk@googlemail.com>
4401
4402         * MimeIcon.cs: Rewrote major parts. Dropped KDE support for now.
4403           Simplified gnome support by adding more pinvokes to get the
4404           icon for a file or mime type.
4405
4406 2006-09-08  Jackson Harper  <jackson@ximian.com>
4407
4408         * MenuAPI.cs: Deslect popup context menu items before closing the
4409         window, so that you don't see the previously selected item
4410         selected when you reopen the menu.
4411         * TextControl.cs: Update the cursor position even if we don't have
4412         focus.  This fixes typing in things like the ComboBox.  I'm not
4413         totally sure we should always set the visibility if we don't have
4414         focus, but couldn't find any corner cases where the cursor showed
4415         up when it shouldn't.
4416
4417 2006-09-08  Chris Toshok  <toshok@ximian.com>
4418
4419         * X11Keyboard.cs: In UpdateKeyState vkey can be any integer, but
4420         our arrays are length 256.  & 0xff before indexing.  Fixes the
4421         crash in bug #78077.
4422         
4423 2006-09-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4424
4425         * ThemeWin32Classic.cs: 
4426         * DateTimePicker.cs: Draw check box if DateTimePicker.ShowCheckBox
4427         is true. Handle that check box too.
4428
4429 2006-09-07  Chris Toshok  <toshok@ximian.com>
4430
4431         * MenuAPI.cs: move the PerformClick call to OnMouseUp.  Fixes bug
4432         79244.
4433
4434 2006-09-07  Chris Toshok  <toshok@ximian.com>
4435
4436         * Control.cs: in set_BackColor only do the work if
4437         background_color != value.
4438
4439         * XplatUIX11.cs: move the clearing of invalid areas (both client
4440         and nc) to the same block of code where we set (nc_)expose_pending
4441         to false.  That is, move it from PaintEventEnd to PaintEventStart,
4442         so things that cause invalidates from within OnPaint will trigger
4443         another call to OnPaint.  Fixes bug #79262.
4444
4445 2006-09-07  Alexander Olk  <alex.olk@googlemail.com>
4446
4447         * Theme.cs: Use correct icon for UIIcon.PlacesPersonal
4448         * FileDialog.cs: Fix typo
4449
4450 2006-09-07  Jackson Harper  <jackson@ximian.com>
4451
4452         * ThemeWin32Classic.cs:  oops, forgot to commit.  Draw the images
4453         for tab pages if they have any.
4454
4455 2006-09-06  Mike Kestner  <mkestner@novell.com>
4456
4457         * Splitter.cs: use the "current" rect when finishing drag handle
4458         to avoid an artifact demonstrated by resedit.exe.  [Fixes #79251]
4459
4460 2006-09-06  Mike Kestner  <mkestner@novell.com>
4461
4462         * Splitter.cs: draw the drag handle at X or Y instead of 0 to deal
4463         support offset splitters. [Fixes #79298]
4464
4465 2006-09-06  Alexander Olk  <alex.olk@googlemail.com>
4466
4467         * Mime.cs: Fixed a bug that could override the global mime type
4468           result.
4469
4470 2006-09-05  Jackson Harper  <jackson@ximian.com>
4471
4472         * TabControl.cs: Better calculation method for setting the slider
4473         pos. Prevents crashes on really wide tabs.
4474         - Draw Image on tab pages if an image list is used.
4475
4476 2006-09-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4477
4478         * MonthCalendar.cs: When Font changes, the Size should be
4479         updated to fit the new font's space requirements.
4480
4481 2006-09-02  Alexander Olk  <alex.olk@googlemail.com>
4482
4483         * ListBox.cs: If the items are cleared with Items.Clear set
4484           top_index to 0.
4485
4486 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4487
4488         * MonthCalendar.cs: Handle arrow keys as input keys. Also
4489         fire DateChanged event instead of DateSelected event when
4490         the date was changed by keyboard interaction.
4491
4492 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4493
4494         * DateTimePicker.cs: Handle DateChanged for the associated
4495         month_calendar control, and set month_calendar.Font from 
4496         OnFontChanged method, as well as resize the height of the
4497         control when needed. Make PreferredHeight proportional.
4498
4499 2006-09-01  Chris Toshok  <toshok@ximian.com>
4500
4501         * DataGrid.cs: grr, stop overthinking the DataMember/DataSource
4502         properties.
4503
4504         * BindingContext.cs (HashKey.GetHashCode): use ^ instead of +.
4505
4506 2006-09-01  Peter Dennis Bartok  <pbartok@novell.com> 
4507
4508         * FileDialog.cs: Set ClientSize instead of window size, to allow space
4509           for decorations (Fixes #79219)
4510
4511 2006-09-01  Mike Kestner  <mkestner@novell.com>
4512
4513         * ComboBox.cs: first stab at sorting plus some selection handling
4514         fixes to bring us more in line with MS behavior.  Also switches back
4515         to index based selection.  Alternative patches for index-based 
4516         selection were provided by Jackson Harper, Carlos Alberto Cortez, 
4517         and latency@gmx.de on bug 78848.  I assume they were similar to this
4518         code I've had simmering in my tree forever.
4519         [Fixes #78848]
4520
4521 2006-09-01  Chris Toshok  <toshok@ximian.com>
4522
4523         * CurrencyManager.cs (ListChangedHandler): in the ItemAdded case,
4524         when setting list position guard against ending up with a -1 index
4525         (the other part of the fix for #78812).  Should probably make sure
4526         we don't need the analogous fix in the ItemDeleted case.
4527
4528         * DataGrid.cs:
4529         - in SetDataSource, work around the fact that the way
4530         OnBindingContextChanged is invoked will cause us to re-enter this
4531         method.  I'll remove the hack once I investigate
4532         OnBindingContextChanged.
4533
4534         - fix the logic in set_DataSource and set_DataMember (basically
4535         what to do if the other of the two is null.)
4536         
4537         - in OnListManagerItemChanged, we need to take into account the
4538         edit row when deciding whether or not to call RecreateDataGridRows
4539         (part of the fix for #78812).
4540
4541 2006-09-01  Jackson Harper  <jackson@ximian.com>
4542
4543         * Splitter.cs: Don't do anything if there is no control to affect
4544         (prevents us from crashing in weird tet cases).
4545         * TreeView.cs: Bounding box for the mouse movement reverting
4546         focus/selection back to previously selected node.  This matches
4547         MS, and makes the tree a lot more useable.
4548         * GroupBox.cs: Instead of drawing over the lines of the groupbox,
4549         use clipping so they are not drawn.  This fixes when the control
4550         is set to have a transparent background, or if it was over an
4551         image.
4552
4553 2006-09-01  Alexander Olk  <alex.olk@googlemail.com>
4554
4555         * MimeIcon.cs: Improved handling for reading default icons when
4556           using gnome (2.16 made it necessary). Check and read svg icons
4557           first, then 48x48 and then 32x32 icons.
4558
4559 2006-08-31  Chris Toshok  <toshok@ximian.com>
4560
4561         * DataGridTextBoxColumn.cs: only hide the textbox if it's still
4562         visible.
4563
4564         * DataGridTextBox.cs: Pass Tab's up to the datagrid by calling
4565         ProcessKeyPreview.  Fixes part of #77806.
4566
4567         * DataGrid.cs: big patch.
4568
4569         - revert the queueing up of DataSource/DataMember if inside
4570         BeginInit/EndInit calls.  That's not the way the datagrid achieves
4571         its delayed databinding.  Instead, call SetDataSource in
4572         OnBindingContextChanged.  This mimic's MS's behavior, and fixes
4573         #78811.
4574
4575         - Also, it wasn't mentioned in #78811, but the test case exhibits
4576         behavior that was lacking in our datagrid implementation - Columns
4577         that have mapping names that don't exist in the datasource's
4578         properties aren't shown.  Yuck.  To fix this I added the bound
4579         field to the column style, and basically any calculation to figure
4580         out anything about columns uses a loop to find the bound columns.
4581         still need to investigate if I can cache an array of the bound
4582         columns or if the indices must be the same.
4583
4584         - When setting CurrentCell, we no longer abort if the cell being
4585         edited was in the add row.  This fixes the other part of #77806.
4586
4587         - The new code also fixes #78807.
4588         
4589         * ThemeWin32Classic.cs: perpetrate the same disgusting
4590         column.bound field hack, and only render bound fields.
4591
4592 2006-08-31  Chris Toshok  <toshok@ximian.com>
4593
4594         * DataGridColumnStyle.cs: add bound field.  this field is true if
4595         the datasource has a property corresponding to the mapping name.
4596
4597         * DataGridTableStyle.cs: set the bound field on the column styles
4598         depending on whether or not we have a column for that property.
4599
4600 2006-08-31  Peter Dennis Bartok  <pbartok@novell.com> 
4601
4602         * Splitter.cs (SetBoundsCore): Don't ignore width/height of the 
4603           splitter control (fixes #79228)
4604
4605 2006-08-31  Chris Toshok  <toshok@ximian.com>
4606
4607         * DataGridColumnStyle.cs: we need to delay the assignment of
4608         property descriptor until the last possible moment due to the lazy
4609         databinding stuff in the datagrid.  Also, fix the exceptions
4610         thrown by CheckValidDataSource to match MS.
4611
4612 2006-08-31  Jackson Harper  <jackson@ximian.com>
4613
4614         * Form.cs: When activated select the active control, if there is
4615         no active control, we select the first control.
4616         * XplatUIX11.cs: If there is no focus control when we get a
4617         FocusIn event, find the toplevel form and activate it.  This
4618         occurs when you popup a window, it becomes the focus window, then
4619         you close that window, giving focus back to the main window.
4620
4621 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4622
4623         * MonthCalendar.cs: 
4624         * ThemeWin32Classic.cs: Cache Font in bold style, as well
4625         as StringFormat with Center alignments in MonthCalendar,
4626         instead of creating new ones when drawing the control. 
4627         Also, draw the month name in bold style.
4628
4629 2006-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
4630
4631         * Control.cs:
4632           - PerformLayout(): It would seem MS performs the fill even if the 
4633             control is not visible (part of #79218 fix)
4634           - ResetBackColor(): Use the setter to reset the color, to allow
4635             overriders to catch the change.
4636         * Form.cs:
4637           - .ctor: Call UpdateBounds to adjust client rectangle (part of #79218 fix)
4638           - CreateHandle(): dito (part of $79218 fix)
4639           - Don't set an icon if we have a dialog
4640         * ScrollableControl.cs:
4641           - set_AutoScrollMinSize: Setting the property enables AutoScroll (#79218)
4642           - ScrollIntoView(): No need to scroll if control is already visible
4643             (resolves fixme and fixes #79218)
4644
4645 2006-08-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4646
4647         * MonthCalendar.cs: Change proportions in SingleMonthSize
4648         to match the aspect of the original control.
4649
4650 2006-08-29  Alexander Olk  <alex.olk@googlemail.com>
4651
4652         * XplatUIX11.cs: Fix for a metacity/X problem where windows don't
4653           get updated when they get maximized.
4654
4655 2006-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
4656
4657         * XplatUIX11.cs: Handle windows with no border (Fixes part of #79160)
4658
4659 2006-08-29  Chris Toshok  <toshok@ximian.com>
4660
4661         * XplatUIX11.cs: when destroying the FocusWindow, send KILLFOCUS.
4662
4663 2006-08-29  Jackson Harper  <jackson@ximian.com>
4664
4665         * TreeView.cs: Need to track selected node and highlighted node,
4666         they aren't always the same thing, when the mouse is down on a
4667         node it is hilighted, but not selected yet.
4668         - Do the HideSelection stuff right
4669         - Need to focus on rbutton mouse down. And redraw selection when
4670         right click is mouse upped.
4671
4672 2006-08-29  Mike Kestner  <mkestner@novell.com>
4673
4674         * ThemeWin32Classic.cs: draw selections for columns in FullRowSelect
4675         when SubItems.Count < Columns.Count.  [Fixes #79167]
4676
4677 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com> 
4678
4679         * TextControl.cs (FindCursor): Fix math error (Fixes #78402)
4680
4681 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com>
4682
4683         * XplatUIX11.cs: Preempt the roundtrip for getting the location back
4684           from X. Only send based on ConfigureNotify if we don't have the
4685           correct location in hwnd (if the window manager moved us)
4686
4687 2006-08-28  Mike Kestner  <mkestner@novell.com>
4688
4689         * ListView.cs: remove a TODO. 
4690         * ThemeWin32Classic.cs: implement HideSelection support for ListView.
4691         [Fixes ListView part of #79166]
4692
4693 2006-08-28  Mike Kestner  <mkestner@novell.com>
4694
4695         * ListView.cs: move wheel handler to parent since it is focused
4696         instead of the item_control now.  [Fixes #79177]
4697
4698 2006-08-28  Mike Kestner  <mkestner@novell.com>
4699
4700         * ThemeWin32Classic.cs: only highlight subitems in fullrowselect
4701         when the control is focused. [Fixes #79171]
4702
4703 2006-08-28  Mike Kestner  <mkestner@novell.com>
4704
4705         * ListView.cs: size the item and header controls for empty and
4706         unscrollable views.
4707         * ThemeWin32Classic.cs: draw disabled backgrounds.
4708         [Fixes #79187]
4709
4710 2006-08-28  Chris Toshok  <toshok@ximian.com>
4711
4712         * Form.cs: remove unused "active_form" static field.
4713
4714         * Hwnd.cs: lock around accesses to static windows collection.
4715
4716         * Application.cs: lock threads in Exit ().
4717
4718 2006-08-28  Chris Toshok  <toshok@ximian.com>
4719
4720         * NativeWindow.cs: lock around accesses to window_collection.
4721         
4722 2006-08-28  Chris Toshok  <toshok@ximian.com>
4723
4724         * Control.cs: err, fix this the right way, by locking on controls
4725         when using it.  not by making it synchronized.
4726
4727 2006-08-28  Chris Toshok  <toshok@ximian.com>
4728
4729         * Control.cs: make the static "controls" field synchronized, as it
4730         gets updated from multiple threads.
4731
4732 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
4733
4734         * XplatUIX11.cs: PostQuitMessage is thread-specific not app-specific.
4735           Prevent other threads from exiting when calling thread sets quit state.
4736         * XEventQueue.cs: Added PostQuitState property
4737
4738 2006-08-27  Chris Toshok  <toshok@ximian.com>
4739
4740         * AsyncMethodData.cs: add a slot for the window handle.
4741
4742         * XplatUIX11.cs (SendAsyncMethod): send the event to the right
4743         window (the destination control's window, not the foster window).
4744
4745         * Control.cs (BeginInvokeInternal): store the window's handle in
4746         the AsyncMethodData.
4747         
4748
4749 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
4750
4751         * XplatUIX11.cs:
4752           - PostQuitMessage: Removed resetting S.D display handle, we might have
4753             another loop started after calling PostQuitMessage (Fixes #79119)
4754           - Created destructor to reset S.D handle
4755
4756 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com> 
4757
4758         * XplatUIX11.cs (SetCursor): Issue flush after setting the cursor (#79168)
4759
4760 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
4761
4762         * TextControl.cs (Insert): Update the caret position even if we don't
4763           have a handle yet, just don't call the driver in that case.
4764         * TextBoxBase.cs (set_SelectedText): Set the Start and End selection
4765           to the end of the new selection text (Fixes #79184)
4766
4767 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
4768
4769         * Form.cs (Activate): Only activate if the handle is created)
4770         * Control.c:
4771           - Mark window as invisible when it's disposed
4772           - Check if window handle is created when setting window visible, 
4773             instead of relying just on the is_created variable
4774           - Check if object is disposed when creating the control (Fixes #79155)
4775
4776 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
4777
4778         * ScrollableWindow.cs (ScrollWindow): Don't actually perform layouting
4779           when allowing layout again. Otherwise we re-generate the anchoring 
4780           distance to the border again and actually alter what the user wanted
4781           This is ugly, it'd be better if we used DisplayRectangle instead of
4782           ClientRectangle for Control.UpdateDistances, but that causes us to
4783           have other problems (initial anchoring positons would be wrong)
4784           (Fixes #78835)
4785
4786 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
4787
4788         * Control.cs:
4789           - The size and location setters shouldn't go directly to 
4790             SetBoundsCore, but to SetBounds, which triggers layout on the
4791             parent, then calls SetBoundsCore. (Related to fix for #78835)
4792           - SetBounds: Moved actual location update code into this function
4793             from SetBoundsCore, to match MS. Added call to PerformLayout if
4794             we have a parent (to trigger resizing of anchored parents if the 
4795             child size has changed (see testcase for #78835) 
4796         * ListBox.cs, Form.cs: Call SetBounds instead of SetBoundsCore to match 
4797           new control code
4798         * ScrollableControl.cs (CalculateCanvasSize): Use shortcut variable
4799
4800 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
4801
4802         * XplatUIX11.cs: Don't reset the DisplayHandle that's stored in
4803           System.Drawing when a toplevel window gets closed; there might
4804           be other toplevel windows belonging to the same app (Fixes #78052)
4805
4806 2006-08-26  Alexander Olk  <alex.olk@googlemail.com>
4807
4808         * FileDialog.cs: After reading FileDialog settings from mwf_config
4809           use Desktop prefix only if a real folder doesn't exist anymore.
4810         * FontDialog.cs: Added char sets.
4811           It is now possible to select the font, size or style with the
4812           textboxes.
4813
4814 2006-08-25  Kornél Pál  <kornelpal@gmail.com>
4815
4816         * PrintPreviewDialog.cs: Use assembly name constants.
4817
4818 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
4819
4820         * XplatUIWin32.cs (ScrollWindow): Use clipping rectangle arg (prevents
4821           scrollbar from whacking it's buttons)
4822
4823 2006-08-24  Chris Toshok  <toshok@ximian.com>
4824
4825         * ScrollableControl.cs: fix #78271.  There's a lot of misc stuff
4826         in this patch (aggregating setting Left/Top/Width/Height to
4827         setting Bounds on the scrollbars), but the crux of the fix is in
4828         Recalculate, where we scroll by the remaining scroll_position if
4829         we're hiding a scrollbar.  The 2*$5 reward in the comment is
4830         serious.
4831
4832 2006-08-24  Jackson Harper  <jackson@ximian.com>
4833
4834         * MdiClient.cs:
4835         * MdiWindowManager.cs: If the form is made a non-mdi window we
4836         need to remove the form closed event so that closing forms works
4837         correctly.
4838
4839 2006-08-24  Jackson Harper  <jackson@ximian.com>
4840
4841         * Control.cs: Make IsRecreating internal so that the driver can
4842         check it
4843         - Temporarily remove the Hide when controls are removed, its
4844         making a whole bunch of things not work because visibility isn't
4845         getting reset elsewhere correctly
4846         * Form.cs: Need to do a full handle recreation when the mdi parent
4847         is set.
4848         * XplatUIX11.cs: If we are recreating handles don't dispose the
4849         HWNDs.  What was happening is the handles were being recreated in
4850         SendWMDestroyMessages, but then flow continued on in that method
4851         and destroyed the new handles.
4852
4853 2006-08-23  Jackson Harper  <jackson@ximian.com>
4854
4855         * Form.cs: MdiClient is always at the back of the bus
4856         * Control.cs: When the order of items in the collection is changed
4857         we need to reset the all_controls array
4858         - do the same sorta setup thats done when adding a control when a
4859         control is set on the collection.
4860
4861 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
4862
4863         * TextBoxBase.cs (get_Text): Return an empty array if our document
4864           is empty (fixes #79052)
4865
4866 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
4867
4868         * Control.cs: We should call IsInputChar on only on WM_CHAR but not
4869           on WM_SYSCHAR messages (fixes #79053)
4870
4871 2006-08-23  Chris Toshok  <toshok@ximian.com>
4872
4873         * DataGrid.cs: fix flickering when scrolling vertically.
4874
4875 2006-08-23  Chris Toshok  <toshok@ximian.com>
4876
4877         * DataGrid.cs (EndEdit): only invalidate the row header when we
4878         need to.
4879
4880 2006-08-23  Chris Toshok  <toshok@ximian.com>
4881
4882         * ThemeWin32Classic.cs: fix the clip munging of the datagrid paint
4883         methods.  fixes the flicker when scrolling around.
4884
4885 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
4886
4887         * FileDialog.cs: Making sure the control is created before we get a 
4888           chance to use it with BeginInvoke (Fixes #79096)
4889
4890 2006-08-23  Chris Toshok  <toshok@ximian.com>
4891
4892         * ThemeWin32Classic.cs (DataGridPaintRows): calculate the proper
4893         width to use when painting the rows.
4894
4895 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
4896
4897         * TextBoxBase.cs:
4898           - Throw ArgumentException if a negative value is passed to SelectionLength
4899           - Update the selection end if start is moved. end needs to be always
4900             after start. (Fixes #79095)
4901           - Track selection length; MS keeps the selection length even if start
4902             is changed; reset on all other operations affection selection
4903
4904 2006-08-22  Jackson Harper  <jackson@ximian.com>
4905
4906         * TreeView.cs: Make sure both scrollbars get displayed and sized
4907         correctly when the other bar is visible.
4908         - Use the original clip rectangle for checking if the area between
4909         the two scrollbars is visible, not the viewport adjusted clipping
4910         rectangle.
4911
4912 2006-08-22  Jackson Harper  <jackson@ximian.com>
4913
4914         * Binding.cs: We don't use IsBinding because it requires the
4915         control to be created, which really shouldn't be necessary just to
4916         set a property on the control.
4917
4918 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4919
4920         * ComboBox.cs: Some CB.ObjectCollection methods must throw
4921         ArgumentNullReferenceException when the argument is null.
4922
4923 2006-08-21  Jackson Harper  <jackson@ximian.com>
4924
4925         * Timer.cs: Track the thread that the timer is started in (NOT
4926         CREATED), this way messages for it will only be triggered on its
4927         queue.
4928         * XEventQueue.cs: Track the timers here, this makes timers per
4929         thread, like MS.
4930         * XplatUIX11.cs: The timers are moved to the XEventQueue.
4931
4932 2006-08-19  Chris Toshok  <toshok@ximian.com>
4933
4934         * XplatUIX11.cs: after further communication with pdb, we get the
4935         best of both worlds.  SetZOrder working for un-Mapped windows, and
4936         no X errors for un-mapped windows.
4937
4938 2006-08-19  Chris Toshok  <toshok@ximian.com>
4939
4940         * XplatUIX11.cs (SetZOrder): remove the if (!hwnd.mapped) check,
4941         as it was causing pdn toolbars to not have the correct stacking.
4942
4943 2006-08-18  Mike Kestner  <mkestner@novell.com> 
4944
4945         * ListView.cs : guard against negative ClientArea.Width in scrollbar
4946         calculation.  Not sure why control should ever be setting a negative
4947         width though.  Fixes #78931.
4948
4949 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4950
4951         * ComboBox.cs: Throw ArgumentNullException when adding/modifyng
4952         null items in ObjectCollection class.
4953         * ListBox.cs.: Likewise.
4954
4955 2006-08-18  Atsushi Enomoto  <atsushi@ximian.com>
4956
4957         * ThemeNice.cs, ThemeClearlooks.cs : remove RadioButton_DrawFocus()
4958           as the base method in ThemeWin32Classic should work fine.
4959           Fixed bug #78607.
4960
4961 2006-08-18  Jackson Harper  <jackson@ximian.com>
4962
4963         * Binding.cs: When validating if the value entered doesn't convert
4964         properly reset to the old value.
4965         * RadioButton.cs: Don't fire click when we get focus.
4966
4967 2006-08-18  Jackson Harper  <jackson@ximian.com>
4968
4969         * FileDialog.cs: Paint the selection on the directory combobox the
4970         same way as on MS. 
4971
4972 2006-08-17  Jackson Harper  <jackson@ximian.com>
4973
4974         * ErrorProvider.cs: Don't allow the error control to be selected.
4975         * Control.cs: Don't send the SetFocus messages, the control
4976         activation will do this, and if we do it blindly here validation
4977         does not work.
4978
4979 2006-08-17  Jackson Harper  <jackson@ximian.com>
4980
4981         * Control.cs:
4982         * ContainerControl.cs: Make validation events fire in the correct
4983         order.  TODO: For some reason the first validation event is not
4984         getting fired.
4985
4986 2006-08-17  Mike Kestner  <mkestner@novell.com> 
4987
4988         * ComboBox.cs : some null guarding for ComboListBox.Scroll.
4989
4990 2006-08-17  Mike Kestner  <mkestner@novell.com> 
4991
4992         * ComboBox.cs : implement scroll wheel support for popped-down
4993         state. Fixes #78945. 
4994
4995 2006-08-17  Jackson Harper  <jackson@ximian.com>
4996
4997         * TreeView.cs: Specify treeview actions (old patch that didn't get
4998         committed for some reason).
4999         - Don't let the mouse wheel scroll us too far.  Just want to make
5000         the bottom node visible, not scroll it all the ways to the top.
5001
5002 2006-08-17  Jackson Harper  <jackson@ximian.com>
5003
5004         * XplatUIX11.cs: Mouse wheel events go to the focused window.
5005
5006 2006-08-17  Mike Kestner  <mkestner@novell.com> 
5007
5008         * ComboBox.cs : don't do mouseover selection in simple mode.
5009
5010 2006-08-16  Jackson Harper  <jackson@ximian.com>
5011
5012         * Form.cs: Fire the closing events for all the mdi child windows
5013         when a window is closed.  If the cancel args are set to true, the
5014         main window still gets the event fired, but it doesn't not close.
5015         * MdiWindowManager.cs: Do this closing cleanup in a Closed
5016         handler, instead of when the button is clicked, so cancelling the
5017         close works correctly.
5018         * ComboBox.cs: Send the mouse down to the scrollbar.
5019
5020 2006-08-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5021
5022         * ListBox.cs: When passing 'null' to SelectedItem,
5023         set SelectedIndex to -1, to unselect items. This is the
5024         observed behaviour in .Net.
5025
5026 2006-08-16  Peter Dennis Bartok  <pbartok@novell.com> 
5027
5028         * TextBoxBase.cs: Overriding HandleClick to get clicks in spite of
5029           MS flags saying there won't be any. (fixes #78800)
5030         * Control.cs (HandleClick): Made virtual
5031
5032 2006-08-16  Atsushi Enomoto  <atsushi@ximian.com>
5033
5034         * PageSetupDialog.cs : use Yard-Pound units only in en-GB and en-US
5035           cultures. Fixed bug #78399.
5036
5037 2006-08-16  Jackson Harper  <jackson@ximian.com>
5038
5039         * Form.cs: Use the MdiClients MdiChildren property to access
5040         MdiChildren instead of creating the array from the child controls.
5041         * MdiClient.cs: Maintain a separate array of the mdi children, so
5042         that insertion order is maintained when the Z-order is changed.
5043
5044 2006-08-16  Mike Kestner  <mkestner@novell.com> 
5045
5046         * ListView.cs : add an ItemComparer and default to it for sorting.
5047         Fixes #79076, but sorting needs a complete overhaul to be compat with
5048         MS.
5049
5050 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
5051
5052         * XplatUIX11.cs (SetZOrder): Fix debugging leftover (fixes #79080)
5053
5054 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
5055
5056         * Hwnd.cs (Mapped): Properly traverse the tree
5057
5058 2006-08-15  Chris Toshok  <toshok@ximian.com>
5059
5060         * Binding.cs: fix PullData/SetPropertyValue.  We don't want to
5061         pass manager.Current.GetType() to ParseData.  It has to be the
5062         property type.  So, hold off doing the ParseData until we're in
5063         SetPropertyValue where we know the type.  This fixes the crash in
5064         #78821 but the textbox is still empty.
5065
5066 2006-08-15  Chris Toshok  <toshok@ximian.com>
5067
5068         * DataGrid.cs:
5069         - when we're scrolling, only call Edit() again if the
5070         current cell is still unobscured. Fixes bug #78927.
5071         - when handling mousedown on a cell, ensure the cell is visible
5072         before calling Edit.
5073         - remove the properties from DataGridRow, and remove the
5074         DataGridParentRow class altogether.
5075         
5076
5077 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
5078
5079         * TextBoxBase.cs (set_Text): Don't use base.Text, instead just
5080           fire OnTextChanged by ourselves. There's no point calling base,
5081           we don't set the base value anywhere else. Fixes #78773.
5082
5083 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5084
5085         * ListBox.cs: Call CollectionChanged when modifying
5086         an item from Items indexer, to update the actual items
5087         in the list box.
5088
5089 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5090
5091         * PrintDialog.cs: Small fixes for focus and a pair of checks,
5092         to match .Net behaviour.
5093
5094 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
5095
5096         * XplatUIX11.cs (SetZOrder): Handle raising toplevel windows
5097
5098 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
5099
5100         * Control.cs: Handle BringToFront for toplevel windows (Fixes #78737)
5101
5102 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
5103
5104         * MessageBox.cs: Prevent potential NRE exception.
5105         * TextBoxBase.cs: AutoSize only applies if MultiLine is false. Fixes #78889
5106
5107 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
5108
5109         * MessageBox.cs: Calculate the owner of a messagebox, also make
5110           it topmost. Fixes #78753
5111
5112 2006-08-14  Chris Toshok  <toshok@ximian.com>
5113
5114         * XplatUIX11.cs: A couple of fixes so that metacity will let us
5115         programmatically move windows.  first, set the PPosition hint as
5116         well as the USPosition hint.  Second include some code from pdb
5117         that sets the window type to NORMAL when we set the transient for
5118         hint.  This is because, in the absence of a window type, metacity
5119         thinks any window with TransientFor set is a dialog, and refuses
5120         to let us move it programmatically.  fascists.
5121
5122 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
5123
5124         * XplatUIX11.cs: When setting normal hints, take into consideration
5125           an different hints previously set so we don't delete them (fixes #78866)
5126
5127 2006-08-12  Chris Toshok  <toshok@ximian.com>
5128
5129         * ToolBarButton.cs: make Layout return a boolean, if something to
5130         do with the button's layout changed.
5131
5132         * ToolBar.cs:
5133         - add another parameter to Redraw, @force, which all existing
5134           calls set to true.
5135         - make the Layout function return a boolean which is true if the
5136           layout has actually changed.  Redraw now uses this (and @force)
5137           to determine when to invalidate.  At present the only place
5138           where @force can be false is the call from OnResize, when
5139           background_image == null.  So, resizing a toolbar when the
5140           layout doesn't change results in no drawing.
5141
5142 2006-08-12  Chris Toshok  <toshok@ximian.com>
5143
5144         * ThemeWin32Classic.cs: fix the bottom right corner painting.  had
5145         the VScrollBar and HScrollbar reversed.  oops.
5146
5147         * DataGrid.cs: fix the logic that assigns sizes to the implicit
5148         scrollbars.  we were assigning them twice (once in
5149         Calc{Horiz,Vertical}Scrollbar, and once in CalcGridAreas),
5150         therefore causing two scrollbar resizes (and redraws?) to happen
5151         per grid resize.
5152
5153 2006-08-12  Chris Toshok  <toshok@ximian.com>
5154
5155         * ToolBarButton.cs: redraw the entire button if the theme tells us
5156         to.
5157
5158         * Theme.cs: add ToolBarInvalidateEntireButton.
5159
5160         * ThemeWin32Classic.cs: we don't need to redraw the entire toolbar
5161         buttons, just the border.
5162
5163         * ThemeNice.cs: redraw the entire toolbar button since we need to
5164         draw the highlight image.
5165
5166         * ThemeClearlooks.cs: the rounded corners of toolbar buttons mean
5167         we need to redraw the entire button (not just the border).
5168
5169 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
5170
5171         * TextBoxBase.cs (CalculateScrollbars): Set the proper thumb size
5172           for vertical bars. Fixes the mismatches shown by #78513
5173
5174 2006-08-11  Alexander Olk  <alex.olk@googlemail.com>
5175
5176         * FileDialog.cs: If a saved/remembered path doesn't exist
5177           anymore, fall back to "Desktop".
5178
5179 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
5180
5181         * Form.cs (CreateParams): Don't use Parent.Handle unless we have a
5182           parent. It's apparently legal to not have one
5183         * XplatUIX11.cs:
5184           - SetZOrder: Don't try to set Z-Order on an unmapped window
5185           - CreateWindow: 0,0 are legal coordinates for a window. don't move
5186             it unless the coordinates are negative
5187
5188 2006-08-10  Mike Kestner  <mkestner@novell.com>
5189
5190         * ListControl.cs: allow null for DataSource.  Clear DisplayMember
5191         when setting to null per msdn docs.  Fixes #78854.
5192
5193 2006-08-10  Chris Toshok  <toshok@ximian.com>
5194
5195         * Menu.cs, MainMenu.cs, MenuAPI.cs: get rid of most of the
5196         flickering by setting a clip rectangle on the Graphics when we
5197         need to redraw just a particular menuitem.  Also, rename "OnClick"
5198         to "OnMouseDown" to reflect what it actually is.
5199         
5200         * Form.cs: track the OnMouseDown change.
5201
5202 2006-08-10  Peter Dennis Bartok  <pbartok@novell.com>
5203
5204         * CommonDialog.cs: Properly inherit the CreateParams from the form
5205           and only change what we need. Fixes #78865
5206
5207 2006-08-10  Chris Toshok  <toshok@ximian.com>
5208
5209         * ToolBar.cs, ToolBarButton.cs: fix the redraw-on-highlight
5210         flickering in flat mode (and most of the flickering in general) by
5211         only invalidating the button border (and not the entire rectangle)
5212         when the state changes.  A couple of cases still flicker:
5213         ToggleButtons, and the dropdown arrow case when the user mouse
5214         ups.
5215
5216 2006-08-10  Alexander Olk  <alex.olk@googlemail.com>
5217
5218         * X11Keyboard.cs: Fixed handling of the Del key on the cursorblock
5219           for german keyboards. Numlock state shouldn't affect the behaviour
5220           of the Del key. Fixes bug #78291.
5221
5222 2006-08-10  Chris Toshok  <toshok@ximian.com>
5223
5224         * ListControl.cs: remove the items.Clear line from BindDataItems,
5225         as this is the first thing done by both subclasses in their
5226         SetItemsCore overrides.  Also, add a ItemChanged handler, and when
5227         passed -1, refresh the list.  This gets databinding working when
5228         the datasource is set on the list before the datasource is
5229         populated (as in wf-apps/ReportBuilder.)
5230
5231         * ComboBox.cs: remove the argument to BindDataItems.  This call
5232         should really go away, and be initiated by the ListControl code.
5233
5234         * ListBox.cs: same.
5235
5236 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
5237
5238         * TextControl.cs (Document.ctor): Initialize caret so we don't crash
5239           if no data is in the document when the control is displayed
5240
5241 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com> 
5242
5243         * TextBoxBase.cs: Don't try moving the caret if we don't have a window
5244           yes (fixes #78806)
5245         * TextControl.cs: 
5246           - PositionCaret: Allow positioning of caret but don't call methods 
5247             requiring a handle if the window isn't created yet
5248           - CharIndexToLineTag: Fix ending loop early error. Lines is 1 based
5249           - owner_HandleCreated: Don't position the caret, just update it's 
5250             location. User might have already set a different position
5251
5252 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
5253
5254         * XplatUIWin32.cs: Don't use the desktop as basis for foster-parented
5255           windows. Screws up the returned coordinates for child windows. 
5256           Fixes #78825. I'm hoping this doesn't break something, since the
5257           code was explicitly put in 8 months ago, but no bug was attached.
5258           Menus still seem to work properly.
5259
5260 2006-08-08  Chris Toshok  <toshok@ximian.com>
5261
5262         * DataGrid.cs: make BeginInit/EndInit actually do what they're
5263         supposed to do - delay data binding until the EndInit call.  Also,
5264         make the table style collection's CollectionChangeAction.Refresh
5265         work properly.
5266
5267         * GridTableStylesCollection.cs: raise a CollectionChangeEvent
5268         (with action = Refresh) when a consituent table's MappingName is
5269         changed.
5270
5271 2006-08-08  Chris Toshok  <toshok@ximian.com>
5272
5273         * ToolBarButton.cs: in set_Text, call Parent.Redraw, not
5274         Invalidate, since changing the text can change the size of the all
5275         toolbar buttons.
5276
5277 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
5278
5279         * Form.cs (AddOwnedForm): Still need to add the form to our listif
5280           we don't have it yet
5281
5282 2006-08-08  Chris Toshok  <toshok@ximian.com>
5283
5284         * PrintControllerWithStatusDialog.cs: don't .Close() the status
5285         dialog, as this causes X errors later on, since we actually
5286         destroy the window.  Instead, .Hide() it.
5287
5288 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
5289
5290         * ComboBox.cs: Added focus reflection for popup window
5291         * XplatUIX11.cs: 
5292           - Removed transient setting for non-app windows for now, not sure it
5293             was needed
5294           - Fixed logic checking if we have captions when deciding 
5295             override_redirect, WS_CAPTION is two bits and a 0 check was not
5296             sufficient
5297           - Removed the WINDOW_TYPE stuff, it was unneeded and making things
5298             complicated
5299         * Form.cs: 
5300           - AddOwnedForm: Don't just add the form to the list, call the property
5301             to ensure the driver is informed about the ownership as well
5302           - CreateHandle: Set the TopMost status in the driver if we have an owner
5303         * XplatUI.cs: Fixed debug statement
5304
5305 2006-08-08  Jonathan Pobst <monkey@jpobst.com>
5306         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
5307           GroupBoxRenderer.cs, ProgressBarRenderer.cs, RadioButtonRenderer.cs,
5308           ScrollBarRenderer.cs, TabRenderer.cs, TextBoxRenderer.cs, 
5309           TrackBarRenderer.cs: Make constructor private.
5310         * ProfessionalColors.cs, ProfessionalColorTable.cs: Fix misnamed properties.
5311         * ProfessionalColorTable.cs: Make properties virtual.
5312
5313 2006-08-06  Duncan Mak  <duncan@novell.com>
5314
5315         * NumericUpDown.cs (Value): Don't call OnValueChanged if the value
5316         is not changing.
5317
5318 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
5319         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
5320           GroupBoxRenderer.cs, ProfessionalColors.cs, ProfessionalColorTable.cs,
5321           ProgressBarRenderer.cs, RadioButtonRenderer.cs, ScrollBarRenderer.cs,
5322           TabRenderer.cs, TextBoxRenderer.cs, TextRenderer.cs, TrackBarRenderer.cs:
5323           Initial import of new 2.0 classes.
5324
5325 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
5326         * Application.cs: Add 2.0 VisualStyles properties.
5327
5328 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
5329         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
5330           XplatUIX11.cs: Create property to allow access to existing private
5331           variable "themes_enabled"
5332
5333 2006-08-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5334
5335         * ImageListStreamer.cs: generate the MemoryStreams with the exact BMP
5336         file size, as otherwise our class libraries fail using windows. Fixes
5337         bug #78759.
5338
5339 2006-08-04  Jackson Harper  <jackson@ximian.com>
5340
5341         * Form.cs:
5342         * XplatUIX11.cs: Move the toolwindow window manager creation into
5343         the X11 driver, this way on win32 we can let windows create/handle
5344         the toolwindows.
5345
5346 2006-08-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5347
5348         * PrintDialog.cs: Remove some redundant checks, add some others,
5349         clean some code, and move the focus to the text boxes when the
5350         values are incorrect.
5351
5352 2006-08-04  Alexander Olk  <alex.olk@googlemail.com>
5353
5354         * FontDialog.cs: Remove Form.MinimumSize. It's not needed.
5355
5356 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
5357
5358         * NumericUpDown.cs: Setting the Minimum and Maximum is now
5359           handled correctly. Fixes bug #79001.
5360
5361 2006-08-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5362
5363         * PrintDialog.cs: The "Copies" numeric up down must have
5364         set the Minimum property to 1; only if the value is bigger
5365         than 1, activate "Collate" check box. This is the behaviour of .Net.
5366         Also modify the Document elements only if it is not null.
5367
5368 2006-08-03  Jackson Harper  <jackson@ximian.com>
5369
5370         * TreeNodeCollection.cs: Fix copyto to use the correct nodes
5371         length. (We have a larger array then actual node count).
5372                 
5373 2006-08-03  Jackson Harper  <jackson@ximian.com>
5374
5375         * ComboBox.cs: Don't show selection by default.
5376         - The SelectAll isn't needed here, since the focus code should do
5377         that
5378         - DDL style lists to manual selection drawing, so when they
5379         get/lose focus they have to invalidate.
5380
5381 2006-08-03  Peter Dennis Bartok  <pbartok@novell.com>
5382
5383         * TextBoxBase.cs: Don't always show all selections by default.
5384
5385 2006-08-03  Jonathan Pobst  <monkey@jpobst.com>
5386         * ControlUpdateMode.cs, DataSourceUpdateMode.cs,
5387           HelpNavigator.cs, WebBrowserEncryptionLevel.cs:
5388           Fixed various typos.
5389
5390 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
5391
5392         * Control.cs: Removing the controls in a ControlCollection with
5393           Clear now hides the controls as expected. Fixes bug #78804. 
5394
5395 2006-08-03  Jackson Harper  <jackson@ximian.com>
5396
5397         * Control.cs: Revert previous focus patch, it breaks reflector.
5398
5399 2006-08-03  Jackson Harper  <jackson@ximian.com>
5400
5401         * ComboBox.cs: Cleanup selection and focus with the combobox.
5402         This also eliminates some duplicated keyboard code, since now
5403         everything is handled by the main class.
5404         - Make list selection work on mouse up instead of down, to match
5405         MS.
5406
5407 2006-08-02  Jackson Harper  <jackson@ximian.com>
5408
5409         * Control.cs: Setting focus needs to go through the whole
5410         selection mechanism.
5411
5412 2006-08-02  Chris Toshok  <toshok@ximian.com>
5413
5414         * PrintPreviewDialog.cs: change MinimumSize to use
5415         base.MinimumSize so it works.
5416
5417 2006-08-02  Peter Dennis Bartok  <pbartok@novell.com>
5418
5419         * TextControl.cs:
5420           - UpdateCaret: Added sanity check in case caret isn't defined yet
5421           - Line.Delete: Now updating selection and caret markers if we're
5422             transfering a node (Properly fixes #78323)
5423           - SetSelectionEnd: Added sanity check
5424         * TextBoxBase.cs: Removed broken attempt to fix #78323
5425
5426 2006-08-01  Chris Toshok  <toshok@ximian.com>
5427
5428         * PrintPreviewDialog.cs: the CancelEventArgs stuff surrounding the
5429         Close() call is handled in Form, not here.
5430
5431 2006-08-01  Chris Toshok  <toshok@ximian.com>
5432
5433         * Theme.cs, ThemeWin32Classic.cs: fix the PrintPreviewControl
5434         layout/rendering.
5435
5436         * PrintPreviewDialog.cs: add scrollbars, and add an image cache
5437         for sizes < 100% zoom.  The code now aggressively attempts to keep
5438         from calling document.Print (), and tries not to use the scaling
5439         g.DrawImage whenever possible (it still does if you scale to >
5440         100%, since usually that involves huge images).
5441
5442         * PrintPreviewControl.cs: hook up the close button.
5443
5444 2006-08-01  Jonathan Pobst  <monkey@jpobst.com>
5445         * ColumnClickEventHandler.cs, DrawItemEventHandler.cs,
5446           ItemChangedEventHandler.cs, ItemCheckEventHandler.cs,
5447           ItemDragEventHandler.cs, LabelEditEventHandler.cs,
5448           LinkClickedEventHandler.cs, LinkLabelLinkClickedEventHandler.cs,
5449           MeasureItemEventHandler.cs, MethodInvoker.cs, PaintEventHandler.cs,
5450           PropertyTabChangedEventHandler.cs, PropertyValueChangedEventHandler.cs,
5451           SelectedGridItemChangedEventHandler.cs, ToolBarButtonClickEventHandler.cs:
5452           Removed [Serializable] for 2.0 Event Handlers.
5453
5454 2006-07-31  Jackson Harper  <jackson@ximian.com>
5455
5456         * TextBoxBase.cs: Make ShowSelection invalidate when changed.
5457         * TextControl.cs: Uncomment out the body of this method.
5458
5459 2006-07-31  Alexander Olk  <alex.olk@googlemail.com>
5460
5461         * XplatUIX11.cs: Use the correct cursor shapes for arrow and default
5462           standard cursors.
5463
5464 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
5465
5466         * TextBoxBase.cs: Added internal property ShowSelection to allow controls
5467           that embed TextBox and need selections visible even if textbox is not
5468           focused to enforce that behaviour.
5469         * TextControl.cs (Draw): Use ShowSelection instead of has_focus to determine
5470           selection drawing
5471
5472 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
5473
5474         * TextControl.cs:
5475           - Added new SetSelectionStart/SetSelectionEnd overloads
5476           - Fixed viewport width assignment to be accurate
5477           - Adjusted alignment line shift calculations to allow cursor on right
5478             aligned lines to be always visible at the right border (like MS)
5479         * TextBoxBase.cs:
5480           - SetBoundsCore: Re-adjust caret location after resize (Fixes #78323)
5481           - TextBoxBase_SizeChanged: recalculating canvas on size changes
5482           - CalculateScrollBars: Use ViewPort size instead of window size, to
5483             properly consider space occupied by the border and scrollbars 
5484             (Fixes #78661)
5485           - hscroll_ValueChanged, vscroll_ValueChanged: Fixed scroll 
5486             calculations; no longer leaves artifacts
5487           - CaretMoved: Adjusted window scrolling to match MS and fixed several
5488             calculation bugs (Still missing right/center align calculations)
5489
5490 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com> 
5491
5492         * XPlatUIWin32.cs: Made ScrollRectEx a bit more flexible, and removed
5493           use of both scroll rect and clip rect, as they do the same.
5494
5495 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
5496
5497         * Control.cs (WM_CHAR WndProc): 2.0 profile allows changing the key 
5498           in the event handler (fixes #78912)
5499
5500 2006-07-31  Chris Toshok  <toshok@ximian.com>
5501
5502         * ThemeWin32Classic.cs: use grid.RowsCount here instead of
5503         grid.ListManager.Count, since grid.ListManager might be null.
5504         This of course begs the question "why are we drawing rows for a
5505         grid with no list manager (and therefor no rows)?"  Fixes the
5506         crash in bug #78929.
5507
5508 2006-07-31  Chris Toshok  <toshok@ximian.com>
5509
5510         * RelatedPropertyManager.cs: Don't always chain up to the parent
5511         ctor.  instead, call SetDataSource if the parent's position is !=
5512         -1.  Fixes the crash in #78822.
5513
5514 2006-07-31  Chris Toshok  <toshok@ximian.com>
5515
5516         * DataGrid.cs (get_ListManager): use field instead of property
5517         accessors for datasource and datamember.
5518         (RowsCount): make internal again.
5519         (OnMouseDown): end edits before resizing columns/rows.
5520         (OnMouseUp): restart edits after resizing columns/rows.
5521
5522 2006-07-30  Peter Dennis Bartok  <pbartok@novell.com>
5523
5524         * XplatUIX11.cs: Default cursor cannot be 0 or it will not get set.
5525           This fixes the situation where the last set cursor is displayed
5526           whenever the mouse is over scrollbars.
5527
5528 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5529
5530         * PrintDialog.cs: Fix the behaviour of PrinterSettings and
5531         Document properties, as well as initial values.
5532
5533 2006-07-29  Peter Dennis Bartok  <pbartok@novell.com>
5534
5535         * XplatUIWin32.cs (SetBorderStyle): Setting both border
5536           and ClientEdge results in a 3-pixel border, which is
5537           wrong.
5538
5539 2006-07-28  Jackson Harper  <jackson@ximian.com>
5540
5541         * TreeNodeCollection.cs: Fix the clear method.
5542         - Fix the Shrink also
5543
5544 2006-07-27  Jackson Harper  <jackson@ximian.com>
5545
5546         * TreeView.cs: Make sure the visible order is computed when we
5547         attempt to size the scrollbars (for trees that mess with the
5548         scrolling when they shouldn't.
5549         - Make sure to give the scrollbars valid values.
5550
5551 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
5552
5553         * XplatUIX11.cs: Move motion compression code to where it
5554           has less performance impact
5555
5556 2006-07-26  Jackson Harper  <jackson@ximian.com>
5557
5558         * UpDownBase.cs: When the control is selected make the child
5559         controls non selectable, so that a click on them won't do a
5560         focus/unfocus cycle.
5561         - Don't give focus to the text box when the spinner is selected.
5562         * XEventQueue.cs: Peek on both the x11 queue and the lock queue.
5563
5564 2006-07-26  Chris Toshok  <toshok@ximian.com>
5565
5566         * ThemeWin32Classic.cs: add print preview rendering.  I'm not
5567         satisfied with this solution.  If the bitmaps are small, we should
5568         just cache them in the PrintPreviewDialog and draw them here.
5569         Also, the layout is broken for the 2-up and 3-up cases.
5570
5571         * Theme.cs: add PrintPReviewControlPaint.
5572
5573         * PrintPreviewDialog.cs: first pass implementation.
5574
5575         * PrintPreviewControl.cs: first pass implementation.  No
5576         scrollbars yet.
5577
5578         * PrintDialog.cs: only validate fields if that particular portion
5579         of the UI is enabled.  Also, set the document's controller to a
5580         PrintControllerWithStatusDialog wrapping the document's print
5581         controller.
5582
5583         * PrintControllerWithStatusDialog.cs: if we're printing to a file,
5584         bring up a SaveFileDialog (i hope we don't want to match the
5585         behavior of the crappy windows file entry) and set the
5586         PrinterSettings.PrintFileName accordingly.
5587
5588 2006-07-26  Jackson Harper  <jackson@ximian.com>
5589
5590         * ContainerControl.cs: Add a field that disables auto selecting
5591         the next control in a container when the container is activated.
5592         * UpDownBase.cs: Don't select the text box when the up down is
5593         selected.
5594
5595 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
5596
5597         * XEventQueue.cs: Added methods for peeking (used for compression
5598           of successive events)
5599         * XplatUIX11.cs (GetMessage): We're now compressing consecutive
5600           mouse move events (fixes #78732)
5601
5602 2006-07-25  Jackson Harper  <jackson@ximian.com>
5603
5604         * UpDownBase.cs: Use an internal class for the textbox so that we
5605         can control focus.  the updown control should always have focus,
5606         if either the text area or the buttons are clicked.
5607         - Send the key messages to the textbox, since it never actually
5608         has focus
5609         - Activate and decativate the textbox caret.
5610
5611 2006-07-24  Jackson Harper  <jackson@ximian.com>
5612
5613         * Control.cs: Use the directed select when selecting a control,
5614         this way the container controls override will get called and the
5615         whole ActiveControl chain will get triggered.  TODO: probably need
5616         to make sure this gets done everywhere instead of the old
5617         Select(Control).
5618         * ContainerControl.cs: Implement the directed Select method to
5619         find and activate the correct child control.    
5620         
5621 2006-07-22  Mike Kestner  <mkestner@novell.com>
5622
5623         * Form.cs: use Control.MousePosition for NCLBUTTONDOWN in the menu
5624         menu handling code so that clicks without a grab work too.
5625         [Fixes #78914]
5626
5627 2006-07-22  Alexander Olk  <alex.olk@googlemail.com>
5628
5629         * FileDialog.cs: Enable the BackButton when dirstack has one element.
5630           Added some small optimizations.
5631
5632 2006-07-21  Matt Hargett  <matt@use.net>
5633
5634         * Control.cs: Implemented 2.0 MinimumSize/MaximumSize properties
5635
5636 2006-07-21  Peter Dennis Bartok  <pbartok@novell.com> 
5637
5638         * Control.cs (GetNextControl): Fixes to make all of Jackson's unit 
5639           tests pass and match MS in some strange border cases.
5640
5641 2006-07-21  Chris Toshok  <toshok@ximian.com>
5642
5643         * ThemeWin32Classic.cs: handle drawing of the relation links and
5644         parent row buttons.
5645
5646         * Theme.cs: change args to DataGridPaintParentRow.
5647
5648         * DataGrid.cs: Don't use controls for the relation links and
5649         parent buttons, so we have to handle all their interactions in
5650         MouseMove, MouseDown, MouseUp, etc.  Also, store a lot more stuff
5651         when we're navigating through child tables, so we can reinstate
5652         selection, expanded state, current cell, etc.
5653
5654 2006-07-20  Chris Toshok  <toshok@ximian.com>
5655
5656         * ToolBar.cs: When we redraw a button, for whatever reason,
5657         there's no reason to redraw the entire toolbar.  Also, don't call
5658         Control.Refresh from within Redraw, as it's much heavier than
5659         Invalidate (which is really what we want).
5660
5661 2006-07-20  Chris Toshok  <toshok@ximian.com>
5662
5663         * DataGrid.cs, CurrencyManager.cs, DataGridColumnStyle.cs,
5664         DataGridTextBoxColumn.cs, DataGridTextBox.cs,
5665         ThemeWin32Classic.cs, ListControl.cs: After staring at stack
5666         traces from within a debug IBindingList datasource
5667         (in mono/winforms/datagrid) for *days*, I've finally gotten things
5668         to work in a similar fashion.
5669
5670 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5671
5672         * ListBox.cs: Don't call Sort () when setting 
5673         the Sorted property to false (avoid an unnecessary sort).
5674
5675 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5676
5677         * ListControl.cs: DataSource should throw an ArgumentException
5678         instead of a normal exception when the argument is not of the 
5679         correct type.
5680
5681 2006-07-20  Mike Kestner  <mkestner@novell.com>
5682
5683         * Control.cs: add InternalPreProcessMessage to allow us to steal
5684         key events before MWF gets its paws on them.  Adapted from a
5685         suggestion by eno.
5686         * ToolBar.cs: add GotLostFocus handing for flat toolbars, with 
5687         up/down/left/right navigation. Override the new internal control
5688         method to steal the events since they never make it to WndProc.
5689         * ToolBarButton.cs: don't worry about pushed when setting hilight
5690         since the drawing code prefers pushed to hilight. Invalidate on 
5691         Hilight changes. Fixes #78547 and #78525.
5692
5693 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
5694
5695         * ScrollableControl.cs: Consider AutoScrollMinSize when calculating
5696           the canvas size. Fixes #78868
5697
5698 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com>
5699
5700         * Splitter.cs: Track requested split position until first layout
5701           is performed. Fixes #78871
5702
5703 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
5704
5705         * Application.cs: Removed code that forces 1.x for the version
5706           number if the version started with 0. Not sure why that code was
5707           there and I couldn't find any bugs that indicated we needed it.
5708           Fixes #78869
5709
5710 2006-07-20  Alexander Olk  <alex.olk@googlemail.com>
5711
5712         * ThemeWin32Classic.cs: Don't throw a NotImplementedException in
5713           ResetDefaults(), just write some output to the console until it's
5714           implemented. Fixes bug #78907 for now. Eliminated two warnings.
5715
5716 2006-07-19  Jonathan Chambers  <joncham@gmail.com>
5717
5718         * PropertyGridView.cs: set StartPosition of drop down forms
5719         so they appear in correct initial spot.  Fixes #78190.
5720
5721 2006-07-19  Mike Kestner  <mkestner@novell.com>
5722
5723         * ThemeWin32Classic.cs: use parent background color when drawing
5724         flat toolbars.  Restructure the conditionals to make sure non-flat
5725         non-Divider toolbars are filled too.  Fixes #78837.
5726
5727 2006-07-19  Mike Kestner  <mkestner@novell.com>
5728
5729         * ListBox.cs: Sort on collection changes even if the handle
5730         isn't created yet.  Fixes #78813.
5731
5732 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5733
5734         * ListControl.cs: DisplayMember should never be null,
5735         and now we assign String.Empty when null is passed to it (this
5736         is the .Net way).
5737
5738 2006-07-17  Mike Kestner  <mkestner@novell.com>
5739
5740         * ListViewItem.cs: restructure Font and subitem Font handling 
5741         to hold a specific font and refer back to owner on null.
5742         Fixes #78761.
5743
5744 2006-07-17  Mike Kestner  <mkestner@novell.com>
5745
5746         * ToolBar.cs: bandaid for side-effect of previous patch which was
5747         discarding explicit heights for non-AutoSize toolbars.  Need to
5748         extend my format tester to deal with AutoSize=false. Fixes #78864.
5749
5750 2006-07-15  Jackson Harper  <jackson@ximian.com>
5751
5752         * LabelEditTextBox.cs:
5753         * TreeView.cs: Use a new LabelEdit class for node editing, this
5754         class automatically 'closes' itself when it gets the enter key or
5755         loses focus.
5756         - Use the client rectangle when setting the trees scrollbars, so
5757         border style is taken into account.
5758         
5759 2006-07-14  Jackson Harper  <jackson@ximian.com>
5760
5761         * TreeNode.cs:
5762         * TreeView.cs: Make the editing work similar to MSs, firing the
5763         events correctly and ending edits correctly.
5764
5765 2006-07-14  Mike Kestner  <mkestner@novell.com>
5766
5767         * ToolBarButton.cs:
5768         * ToolBar.cs: layout restructuring and redraw enhancements to support
5769         formatting changes gracefully, like setting TextAlign, ImageList, 
5770         ButtonSize, and Appearance.  Handles explicit button sizing quirks
5771         of the MS controls.  Things like flat toolbars ignoring button size
5772         but becoming constant sized at the largest button's size.  Normal
5773         toolbars with an image set cannot be shrunk smaller than the image,
5774         but text can be clipped/ignored.
5775         * ThemeWin32Classic.cs: don't draw text if text_rect height or width
5776         is zero.  Seems like DrawString should be smart enough to not put
5777         anything on screen though. Also trim labels and ellipsize at the char
5778         boundary, not word.
5779         Fixes #78711 and #78483.
5780
5781 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
5782
5783         * FolderBrowserDialog.cs: Disable "New Folder" button and
5784           "New Folder" contextmenu menuitem if a folder like "My Computer"
5785           is selected.
5786
5787 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
5788
5789         * FileDialog.cs: Don't create a new folder in "MyComputer" folder.
5790         * FolderBrowserDialog.cs:
5791           - Use MWFConfig to store and read size and position settings
5792           - Added code to create a new folder (button or context menu).
5793             Use TreeView labeledit to change the name of the new folder.
5794
5795 2006-07-14  Jackson Harper  <jackson@ximian.com>
5796
5797         * TreeView.cs: Raise the OnAfterLabelEdit event correctly.  Also,
5798         when the tree is scrolled we end editing.
5799
5800 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
5801
5802         * ThemeWin32Classic.cs: Fixed position of CPDrawScrollButton Up and
5803           Down arrows
5804
5805 2006-07-14  Jonathan Pobst  <monkey@ipobst.com> 
5806
5807         WebBrowserProgressChangedEventHandler.cs, BindingCompleteEventArgs.cs,
5808         BindingCompleteEventHandler.cs, BindingManagerDataErrorEventArgs.cs,
5809         BindingManagerDataErrorEventHandler.cs, CacheVirtualItemsEventArgs.cs,
5810         CacheVirtualItemsEventHandler.cs, ColumnReorderedEventArgs.cs,
5811         ColumnReorderedEventHandler.cs, ColumnWidthChangedEventArgs.cs,
5812         ColumnWidthChangedEventHandler.cs, ColumnWidthChangingEventArgs.cs,
5813         ColumnWidthChangingEventHandler.cs, FormClosedEventArgs.cs,
5814         FormClosedEventHandler.cs, FormClosingEventArgs.cs,
5815         FormClosingEventHandler.cs, ItemCheckedEventArgs.cs,
5816         ItemCheckedEventHandler.cs, ListControlConvertEventArgs.cs,
5817         ListControlConvertEventHandler.cs, ListViewItemMouseHoverEventArgs.cs,
5818         ListViewItemMouseHoverEventHandler.cs, ListViewItemSelectionChangedEventArgs.cs,
5819         ListViewItemSelectionChangedEventHandler.cs,
5820         ListViewVirtualItemsSelectionRangeChangedEventArgs.cs,
5821         ListViewVirtualItemsSelectionRangeChangedEventHandler.cs,
5822         MaskInputRejectedEventArgs.cs, MaskInputRejectedEventHandler.cs,
5823         PopupEventArgs.cs, PopupEventHandler.cs, PreviewKeyDownEventArgs.cs,
5824         PreviewKeyDownEventHandler.cs, RetrieveVirtualItemEventArgs.cs,
5825         RetrieveVirtualItemEventHandler.cs, SearchForVirtualItemEventArgs.cs,
5826         SearchForVirtualItemEventHandler.cs, SplitterCancelEventArgs.cs,
5827         SplitterCancelEventHandler.cs, TabControlCancelEventArgs.cs, 
5828         TabControlCancelEventHandler.cs, TabControlEventArgs.cs, 
5829         TabControlEventHandler.cs, TableLayoutCellPaintEventArgs.cs,
5830         TableLayoutCellPaintEventHandler.cs, ToolStripDropDownClosedEventArgs.cs,
5831         ToolStripDropDownClosedEventHandler.cs, ToolStripDropDownClosingEventArgs.cs,
5832         ToolStripDropDownClosingEventHandler.cs, TreeNodeMouseClickEventArgs.cs,
5833         TreeNodeMouseClickEventHandler.cs, TreeNodeMouseHoverEventArgs.cs,
5834         TreeNodeMouseHoverEventHandler.cs, TypeValidationEventArgs.cs,
5835         TypeValidationEventHandler.cs, WebBrowserDocumentCompletedEventArgs.cs,
5836         WebBrowserDocumentCompletedEventHandler.cs, WebBrowserNavigatedEventArgs.cs,
5837         WebBrowserNavigatedEventHandler.cs, WebBrowserNavigatingEventArgs.cs,
5838         WebBrowserNavigatingEventHandler.cs, 
5839         WebBrowserProgressChangedEventArgs.cs: New 2.0 Event Handlers
5840
5841 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
5842
5843         MergeAction.cs, PowerLineStatus.cs, PowerState.cs, PreProcessControlState.cs,
5844         RichTextBoxLanguageOptions.cs, ScreenOrientation.cs, ScrollOrientation.cs,
5845         SearchDirectionHint.cs, SystemParameter.cs, TabControlAction.cs,
5846         TableLayoutPanelCellBorderStyle.cs, TextDataFormat.cs, TextImageRelation.cs,
5847         ToolStripDropDownCloseReason.cs, ToolStripDropDownDirection.cs,
5848         ToolStripGripDisplayStyle.cs, ToolStripGripStyle.cs,
5849         ToolStripItemAlignment.cs, ToolStripItemDisplayStyle.cs,
5850         ToolStripItemImageScaling.cs, ToolStripItemOverflow.cs,
5851         ToolStripItemPlacement.cs, ToolStripLayoutStyle.cs,
5852         ToolStripManagerRenderMode.cs, ToolStripRenderMode.cs,
5853         ToolStripStatusLabelBorderSides.cs, ToolStripTextDirection.cs,
5854         ToolTipIcon.cs, TreeNodeStates.cs, TreeViewDrawMode.cs,
5855         TreeViewHitTestLocations.cs, UnhandledExceptionMode.cs, ValidationConstraints.cs,
5856         WebBrowserEncryptionLevel.cs, WebBrowserReadyState.cs, WebBrowserRefreshOption.cs,
5857         ArrowDirection.cs, AutoCompleteMode.cs, AutoCompleteSource.cs, AutoSizeMode.cs,
5858         AutoValidate.cs, BatteryChargeStatus.cs, BindingCompleteContext.cs,
5859         BindingCompleteState.cs, CloseReason.cs, ColumnHeaderAutoResizeStyle.cs,
5860         ControlUpdateMode.cs, DataSourceUpdateMode.cs, DockingBehavior.cs,
5861         FixedPanel.cs, FlowDirection.cs, GetChildAtPointSkip.cs,
5862         HtmlElementInsertionOrientation.cs, InsertKeyMode.cs, ListViewHitTestLocations.cs,
5863         ListViewItemStates.cs, MaskFormat.cs: Added
5864
5865 2006-07-13  Jonathan Chambers  <joncham@gmail.com>
5866
5867         * PropertyGridView.cs: Fix keyboard navigation of drop down.
5868         Patch from eno for bug 78558.
5869         
5870 2006-07-13  Jackson Harper  <jackson@ximian.com>
5871
5872         * TreeView.cs: When an edit is finished make sure that the
5873         selected node is visible.
5874         - When setting the top/bottom use the scrollbars is_visible, so
5875         everything will be set correctly even if the tree isn't visible
5876         yet.
5877
5878 2006-07-13  Jackson Harper  <jackson@ximian.com>
5879
5880         * ComboBox.cs: Revert the item->index part of my previous patch.
5881         * TreeView.cs: Use LostFocus instead of Leave for detecting when
5882         the edit box has lost focus (duh).
5883         - Just make the edit box not visible when we get return, that will
5884         take the focus, which will call EndEdit
5885         * TreeNode.cs When we start editing, notify the treeview.
5886
5887 2006-07-12  Jackson Harper  <jackson@ximian.com>
5888
5889         * ComboBox.cs: Clear out old items before setting the item list.
5890         This prevents databound controls from having their items added
5891         twice.
5892         - Switch the combobox to use indices whereever possible instead of
5893         using Item's.  This allows usto navigate through lists that have
5894         more then one item with the same string value (ie a, b, b, a).
5895         - Scroll the listboxes scrollbar when a non visible item is
5896         highlighted
5897         - Allow keypress to cycle through all the possible values. For
5898         example if you have b1, b2, b3 and hold down the B key all the
5899         values will be cycled through.
5900         
5901 2006-07-12  Jackson Harper  <jackson@ximian.com>
5902
5903         * TextBoxBase.cs:
5904         * ListView.cs: Don't need to override SETFOCUS anymore, we can do
5905         this using the internal methods.
5906         * Control.cs: Add OnGotFocusInternal.  A new method that allows
5907         controls to "override" OnGotFocus and change focus behavior if
5908         needed.
5909         - Same thing for LostFocus
5910         * ComboBox.cs: Pass off focus to the text control properly.
5911
5912 2006-07-12  Alexander Olk  <alex.olk@googlemail.com>
5913
5914         * FileDialog.cs: Added GetFoldersOnly to MWFVFS
5915         * FolderBrowserDialog.cs: Almost a complete rewrite.
5916           - Better support for Environment.Specialfolders
5917           - Added support for MWFVFS
5918           - Made setting SelectedPath work
5919
5920 2006-07-12  Jackson Harper  <jackson@ximian.com>
5921
5922         * Control.cs: Optimze getting all the controls.
5923
5924 2006-07-11  Jackson Harper  <jackson@ximian.com>
5925
5926         * ContainerControl.cs: Override SETFOCUS in the container control,
5927         so that it is not selected on mouse click.
5928
5929 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com> 
5930
5931         * LinkLabel.cs: Hack to handle Shift-Tabbing to the linklabel. 
5932           Hopefully we will have a better way once all of focus is complete.
5933
5934 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com>
5935
5936         * ThemeWin32Classic.cs: Commented out some debug code and fixed
5937           a compile error with csc.
5938
5939 2006-07-11  Jackson Harper  <jackson@ximian.com>
5940
5941         * Control.cs: When hiding a control only select the next control
5942         if the current control was focused.
5943         - Don't handle enter/leave when setting/killing focus, this is
5944         done by the container control.
5945         - Remove is_selected, it's not needed anymore.
5946         - Add utility methods for selecting a child control, and for
5947         firing the Enter/Leave events.
5948         * ContainerControl.cs: When a control is activated fire the
5949         enter/leave events.
5950         - Don't wrap when processing the tab key, so that focus can be
5951         moved outside of the container.
5952         - Use the correct active control
5953
5954 2006-07-11  Jackson Harper  <jackson@ximian.com>
5955
5956         * ComboBox.cs: Remove some debug code that was blinding me.
5957         * UpDownBase.cs: These controls actually aren't implicit, they are
5958         visible to the user.
5959
5960 2006-07-10  Chris Toshok  <toshok@ximian.com>
5961
5962         * DataGrid.cs: move back to the is_adding boolean field.  god i
5963         hate this is_editing/is_adding/is_changing stuff.
5964
5965 2006-07-10  Chris Toshok  <toshok@ximian.com>
5966
5967         * DataGridTableStyle.cs: just check if the property type is bool.
5968         if it is, use DataGridBoolColumn, otherwise DataGridTextBoxColumn.
5969         Don't use CanRenderType.
5970
5971         * DataGridTextBoxColumn.cs: set the value to DBNull.Value, not "",
5972         if our text == NullText.  Remove CanRenderType.
5973
5974         * DataGridBoolColumn.cs: nuke CanRenderType.
5975
5976         * DataGrid.cs: reenable some code to end the current edit inside
5977         of set_CurrentCell.  This fixes the other 1.1.16 regression.
5978         Also, remove rowhdrs_maxheight and just use rowhdrs_area.Height.
5979         Also, remove the visible_row_count arg from CalcRowHeaders, since
5980         we don't need to worry about the actual height of the area.
5981
5982 2006-07-10  Chris Toshok  <toshok@ximian.com>
5983
5984         * DataGridTextBoxColumn.cs: if when we Commit we're in navigate
5985         mode, just return.
5986
5987         * DataGridTextBox.cs: change "isedit" to "isnavigating" to reflect
5988         the real sense of the IsInEditOrNavigateMode property (true =
5989         navigate, false = edit).  Also, update OnKeyPress to reflect this.
5990
5991         * DataGridTableStyle.cs (CreateColumnsForTable): even if the
5992         column style exists, we still need to set its property descriptor
5993         to match up with our list manager.
5994
5995 2006-07-10  Chris Toshok  <toshok@ximian.com>
5996
5997         * ThemeWin32Classic.cs: implement the new row/header painting
5998         approach.  The parent row painting will likely go away and
5999         replaced with label controls, but the rest seems to work ok (and
6000         efficiently).
6001
6002         * Theme.cs: change the way we draw datagrid rows.  we don't draw
6003         the row headers as a block now.  Instead we draw them in the
6004         normal draw-row loop.  Add some calls for drawing parent rows and
6005         relation rows.
6006
6007         * DataGridTableStyle.cs: add tons of ArgumentExceptions if this is
6008         a default table style.  Set the defaults from ThemeEngine.Current,
6009         not SystemColors.  Fix lots of misc issues with property setters.
6010
6011         * DataGrid.cs: move loads of style information out of this class
6012         as it's being duplicated with DataGridTableStyle.  keep track of a
6013         special DataGridTableStyle for the properties we used to mirror
6014         here.  Switch all the style properties to access this table style
6015         instead of instance fields of this class.  Also add a internal
6016         class to represent parent rows (more needs to be stored here, like
6017         the selection state from the parent table, as well as the
6018         expansion state.)  Also, for datasources with relations, do the
6019         right thing for collapse/expand, and add support for the
6020         navigation/parent row buttons.
6021
6022         Lastly, fix the crash in the 1.1.16 build.
6023
6024         * GridTableStylesCollection.cs: make the explicit interface
6025         implementations call the class's methods as opposed to duplicating
6026         them.
6027
6028         * DataGridTextBoxColumn.cs: set the x/y offset of the textfield to
6029         0 so the text doesn't jump around when we move the cursor.
6030
6031 2006-07-10  Jackson Harper  <jackson@ximian.com>
6032
6033         * TextBoxBase.cs:
6034         * ListBox.cs: Match MS's ToString (this makes debugging focus
6035         stuff infinitely easier).
6036
6037 2006-07-10  Jackson Harper  <jackson@ximian.com>
6038
6039         * Control.cs (SelectNextControl): When checking the control's
6040         parent use this instead of ctrl.parent so that null can be passed
6041         to SelectNextControl. (I have unit tests for this).
6042         - Remove unused var.
6043
6044 2006-07-10  Chris Toshok  <toshok@ximian.com>
6045
6046         * CurrencyManager.cs: correct one regression, the removal of the
6047         finalType field.  Also, add a MonoTODO on CanAddRows, implement
6048         Refresh() correctly, and fix some event emission in
6049         ListChangedHandler.
6050
6051 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
6052
6053         * FileDialog.cs: Don't use brackets for new folders if they exist
6054           under *nix. Instead use -(number of existing folders +1).
6055
6056 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
6057
6058         * FileDialog.cs:
6059           - Fixed really nasty bug #78771
6060           - Don't block the whole GUI when reading directories with a lot of
6061             entries. Use an other thread instead and call BeginInvoke to
6062             update the ListView in MWFFileView
6063
6064 2006-07-07  Chris Toshok  <toshok@ximian.com>
6065
6066         * Control.cs (Dispose): release any Capture when disposing.
6067
6068 2006-07-07  Chris Toshok  <toshok@ximian.com>
6069
6070         * LinkLabel.cs (Select): if we chain up to the parent, set
6071         focused_index to -1 so we'll search for the first available link
6072         the next time the user tabs into us.  Also, if the direction is
6073         backward and focused_index == -1, start the search from the last
6074         element.
6075
6076 2006-07-07  Chris Toshok  <toshok@ximian.com>
6077
6078         * LinkLabel.cs (CreatePiecesFromText): if the link's range piece
6079         is beyond the end of the text, don't do anything.
6080         (CreateLinkPieces): set our ControlStyles.Selectable based on
6081         whether or not we have any links.
6082         (Link.Invalidate): use a loop instead of foreach.
6083         (Link.set_Start): null out owner.sorted_links so it'll be
6084         recreated by CreateLinkPieces.
6085
6086 2006-07-06  Chris Toshok  <toshok@ximian.com>
6087
6088         * LinkLabel.cs: revert the SetStyle change.
6089
6090 2006-07-06  Chris Toshok  <toshok@ximian.com>
6091
6092         * LinkLabel.cs (.ctor): SetStyle Selectable to true.
6093         (OnEnableChanged): s/Refresh/Invalidate
6094         (OnGotFocus): if we have a focused index already, refocus it (so
6095         if we mouse out/in to the window it'll focus the right link).
6096         (OnKeyDown): move the tab handling out of here.
6097         (OnLostFocus): don't set focused_index to -1, so we can refocus it
6098         when we lose focus.
6099         (OnMouseDown): don't Capture here - Control handles it.  Also,
6100         focus the active link.
6101         (OnMouseUp): don't deal with Capture.
6102         (OnPaintBackgroundInternal): remove.
6103         (OnTextAlignChanged): CreateLinkPieces before calling the
6104         superclass's method.
6105         (OnTextChanged): call CreateLinkPieces before calling superclass's
6106         method.
6107         (ProcessDialogKey): handle Tab here, and call Select(bool,bool) to
6108         move around.
6109         (Select): implement this, moving the selection between different
6110         links, and call parent.SelectNextControl if we don't have another
6111         link to focus in the given direction.
6112         (CreateLinkPieces): call Invalidate instead of Refresh.
6113         
6114 2006-07-06  Chris Toshok  <toshok@ximian.com>
6115
6116         * ThemeWin32Classic.cs: DrawLinkLabel changes to accomodate the
6117         new LinkLabel internals.
6118
6119         * LinkLabel.cs: fairly major rewrite.  get rid of all the loops
6120         over pieces looking for active/focused/etc links.  also, deal with
6121         runs of text (and links) with embedded \n's in them, and use
6122         MeasureCharacterRanges instead of MeasureString to figure out the
6123         regions text occupies.  Lastly, do the usual s/Refresh/Invalidate
6124         two-step.
6125
6126 2006-07-04  Jackson Harper  <jackson@ximian.com>
6127
6128         * XplatUIX11.cs: Enable key auto repeat. If the user doesn't have
6129         XKB or key auto repeat, do it manually.  Without key auto repeat,
6130         when a key is held down we get key press, key release, key press,
6131         key release, ... with auto repeat we get key press, key press, key
6132         press ..., and then a release when the key is actually released.
6133
6134 2006-07-03  Jackson Harper  <jackson@ximian.com>
6135
6136         * TabControl.cs:
6137         * ThemeWin32Classic.cs: Tabs do not obey normal background color
6138         rules, they are always control color regardless of the background
6139         color.
6140
6141 2006-07-02  Alexander Olk  <alex.olk@googlemail.com>
6142
6143         * FileDialog.cs: Added internal class MWFConfig.
6144           Removed Registry support and replaced it with support for the new
6145           MWFConfig class. See MWFConfig comments for more information.
6146
6147 2006-06-30  Alexander Olk  <alex.olk@googlemail.com>
6148
6149         * ThemeWin32Classic.cs: Added RadioButton and CheckBox focus
6150           rectangle. Added some patches from eno from bug #78490 and fixed
6151           the arrow position for small up and down CPDrawScrollButtons.
6152
6153 2006-06-30  Jackson Harper  <jackson@ximian.com>
6154
6155         * InternalWindowManager.cs: Remove some debug code.
6156         * Form.cs: When an MdiParent is set to null, the window is
6157         "detatched" and becomes a normal window.
6158         * MdiClient.cs: Don't bring the new child form to the front until
6159         it is activated (setting it as active does this), this makes the
6160         previously active forms titlebar get redrawn as inactive.
6161
6162 2006-06-29  Peter Dennis Bartok  <pbartok@novell.com>
6163
6164         * PrintDialog.cs: Labels need a tab index too, otherwise they overlap
6165           with later controls
6166
6167 2006-06-29  Mike Kestner  <mkestner@novell.com>
6168
6169         * MenuAPI.cs: handle arrow keys in keynav state. Go active on down
6170         arrow in keynav state.  Fixes #78682.
6171
6172 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
6173
6174         * PrintDialog.cs: Reorder, relayout, remove extra code, set tab 
6175           order (fixes #78393)
6176
6177 2006-06-28  Jonathan Pobst  <monkey@ipobst.com>
6178
6179         * AccessibleRole.cs, AccessibleStates.cs, AnchorStyles.cs, 
6180           ArrangeDirection.cs, ArrangeStartingPosition.cs, ColorDepth.cs,
6181           ControlStyles.cs, DataGridViewImageCellLayout.cs, DrawMode.cs,
6182           FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs,
6183           GridItemType.cs, HelpNavigator.cs, ImeMode.cs, ItemActivation.cs,
6184           ItemBoundsPortion.cs, Keys.cs, ListViewAlignment.cs, 
6185           PictureBoxSizeMode.cs, PropertySort.cs, SelectionMode.cs,
6186           Shortcut.cs, SizeGripStyle.cs, SortOrder.cs, StructFormat.cs,
6187           TextFormatFlags.cs, ToolBarAppearance.cs, ToolBarButtonStyle.cs,
6188           ToolBarTextAlign.cs, View.cs: 2.0 Changes to existing 1.x
6189           enumerations (FlagsAttribute, SerializableAttribute, added/removed
6190           values)
6191
6192 2006-06-28  Mike Kestner  <mkestner@novell.com>
6193
6194         * ComboBox.cs: implement scroll wheel support. Fixes #78360.
6195
6196 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
6197
6198         * PropertyGrid.cs,
6199           PropertyGridTextBox.cs : explicitly set BackColor to differentiate
6200           item lines from other area (It also makes BackColor consistent and
6201           compatible with .NET). Fixed bug #78564.
6202
6203 2006-06-28  Jonathan Chambers  <jonathan.chambers@ansys.com>
6204
6205         * PropertyGrid.cs: refresh toolbar when PropertySort is set.
6206         Patch from Eno for #78555.
6207
6208 2006-06-27  Chris Toshok  <toshok@ximian.com>
6209
6210         * ThemeWin32Classic.cs: s/grid.grid_drawing/grid
6211
6212         * DataGridColumnStyle.cs: same.
6213
6214         * DataGrid.cs: Roll DataGridDrawingLogic.cs into this file.
6215         
6216         * DataGridDrawingLogic.cs: nuke.
6217
6218 2006-06-27  Chris Toshok  <toshok@ximian.com>
6219
6220         * DataGridTableStyle.cs: clean up the constructors, and build the
6221         list of child relations for this table.  I have no idea if this is
6222         where we should be doing it (it probably isn't), but since we're
6223         already iterating over the properties..
6224
6225         * DataGrid.cs: add row resizing.  for now we add a DataGridRow
6226         struct and array for keeping track of row information, similar to
6227         what's shown in a hack on
6228         http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx.
6229
6230         * Theme.cs: be consistent about the naming of DataGrid methods,
6231         prefering ColumnWidths and RowHeights over columnsWidths and
6232         RowsHeights.
6233
6234         * ThemeWin32Classic.cs: same, and also add support for variable
6235         sized rows (and the +/- expansion icons for related rows).
6236
6237 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
6238
6239         * TextBoxBase.cs: Applied Eno's patch from #78660
6240
6241 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
6242
6243         * Form.cs (ScaleCore): We don't want to scale our form if it's
6244           state is minimized or maximized, but we still need to scale our
6245           child windows. Also, added try/finally block to ensure layout
6246           gets reset (Fixes #78697)
6247
6248 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
6249
6250         * Control.cs: Added 2.0 Scale(SizeF) method (Fixes 78700)
6251
6252 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
6253
6254         * Form.cs: Fixed c+p error and added check to resize form if minimum
6255           size is bigger than current size (Fixes #78709)
6256
6257 2006-06-26  Peter Dennis Bartok  <pbartok@novell.com> 
6258
6259         * ThemeEngine.cs (..ctor): Properly use ToLower() (Fixes #78704)
6260
6261 2006-06-26  Mike Kestner  <mkestner@novell.com>
6262
6263         * ComboBox.cs: only do Keypress handling in the combo when there  
6264         are items in the collection. Fixes #78710.
6265
6266 2006-06-26  Chris Toshok  <toshok@ximian.com>
6267
6268         * Binding.cs: make this work bi-directionally.  also, clear up
6269         other mixups between Push/Pull Data (e.g. we're supposed to pull
6270         data when validating).
6271
6272         * BindingManagerBase.cs: trim some fully qualified collection
6273         types.
6274
6275         * PropertyManager.cs (get_IsSuspended): oops, fix this check.
6276
6277 2006-06-23  Chris Toshok  <toshok@ximian.com>
6278
6279         * PropertyManager.cs: It appears (according to the unit tests)
6280         that PropertyManager doesn't use
6281         PropertyDescriptor.AddValueChanged to track propery value changes
6282         in its datasource, but uses the same scheme as Binding, where it
6283         looks for a <Property>Changed event and binds to it.
6284
6285         Also, according to the docs, IsSuspended always returns false for
6286         a property manager with a non-null datasource.
6287
6288 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com> 
6289
6290         * Form.cs: (ShowDialog): If we're returning a forced cancel we still
6291           need to update the actual DialogResult. (Fixes #78613)
6292
6293 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com>
6294
6295         * Form.cs (ShowDialog): Release any captures before running the
6296           new message pump (fixes #78680)
6297
6298 2006-06-22  Mike Kestner  <mkestner@novell.com>
6299
6300         * ListView.cs: Layout column widths properly in details mode even 
6301         if HeaderStyle.None is set.  Fixes #78691.
6302
6303 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com>
6304
6305         * FileDialog.cs: Fixed taborder to match MS. Fixes #77873 partially.
6306
6307 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com> 
6308
6309         * Control.cs (ContainsFocus): Using new driver method to get focused
6310           window, instead of trying to use internal tracking var, which can
6311           recursion issues (Fixes #78685)
6312         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
6313           XplatUIWin32.cs: Added GetFocus method to return focused window
6314
6315 2006-06-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6316
6317         * ColorDialog.cs: when the mouse button is pressed inside the color
6318         matrix, don't let the cursor move out of it until the button is
6319         released, which is the behavior on windows. Changed 'colours' by
6320         'colors' to use the same word consistently.
6321
6322 2006-06-21  Chris Toshok  <toshok@ximian.com>
6323
6324         * DataGrid.cs: add in some basic navigation stuff (navigating to a
6325         child relation and back, using a stack).  Also, remove
6326         GetDataSource and the code that calls it - it's not needed.  Also,
6327         track CurrencyManager.ListName's removal.
6328
6329 2006-06-21  Chris Toshok  <toshok@ximian.com>
6330
6331         * CurrencyManager.cs: push some of the original type checking from
6332         BindingContext.CreateBindingManager to here, and remove some of
6333         the finalType stuff.  Need more tests to make sure I've got the
6334         ListName part right, and we might need more in SetDataSource.
6335
6336         * PropertyManager.cs: add a ctor that takes just the datasource,
6337         and no property name.  Make SetDataSource work with a null
6338         property_name, and make Current return the data_source if the
6339         property descriptor is null.  this makes 'string foo = "hi";
6340         BindingContext[foo].Current' return "hi" as it should.
6341
6342         * RelatedCurrencyManager.cs: make this code more generic - there's
6343         no reason the parent manager has to be CurrencyManager, and
6344         there's no reason to pass the DataRelation.  It suffices to use a
6345         BindingManagerBase and PropetyDescriptor.
6346
6347         * RelatedPropertyManager.cs: make a similar change here.
6348         
6349         * BindingContext.cs: make CreateBindingManager the beautiful, tiny
6350         flower I knew it could be.
6351
6352 2006-06-20  Chris Toshok  <toshok@ximian.com>
6353
6354         * PropertyManager.cs: the PropertyChangedHandler is invoked when
6355         data in the source has changed and we need to update the control,
6356         so s/PullData/PushData.
6357
6358         * CurrencyManager.cs: Refresh is meant to update the control from
6359         data in the datasource.  So, s/PullData/PushData.
6360
6361         * BindingContext.cs: add more ugliness (we weren't handling the
6362         case where data_source = DataTable and data_member = column_name).
6363
6364         * Binding.cs: fix PushData/PullData mixup.  Both are interpreted
6365         from the perspective of the datasource.  PullData pulls from the
6366         control, PushData pushes to the control.
6367
6368 2006-06-20  Chris Toshok  <toshok@ximian.com>
6369
6370         * BindingContext.cs: rewrite the CreateBindingManager code to
6371         handle navigation paths more or less properly.  This could
6372         definitely stand some more work, in particular to push the
6373         recursion up to the toplevel.  But that relies on fixes in other
6374         places (System.Data comes to mind).
6375
6376         Also, move to a flat hashtable (and encode the twolevel nature of
6377         the dictionary into the hash key).  This lets us implement the
6378         IEnumerable.GetEnumerator method.
6379
6380         * RelatedCurrencyManager.cs: new class.  Update our view based on
6381         our relation and our parent CurrencyManager's position.
6382
6383         * CurrencyManager.cs: split out some logic from the ctor into
6384         SetView, so it can be called from the new RelatedCurrencyManager
6385         subclass.
6386
6387         * RelatedPropertyManager.cs: new class.  Update our datasource
6388         based on the position of our parent CurrencyManager.
6389
6390         * PropertyManager.cs: split out some logic from the ctor into
6391         SetDataSource, so it can be called from the new RelatedDataSource
6392         subclass.  Also, make the Current getter return the value
6393         of the PropertyDescriptor, not the data_source.
6394
6395         * Binding.cs: no need to duplicate the string splitting code here.
6396
6397 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
6398
6399         * Control.cs:
6400           - set_Enabled: OnEnabledChanged is not called if the inherited state 
6401             of the control is not altered, even though  we might be changing the
6402             internal state of the control (#78458)
6403           - set_Enabled: (Re)Moved the enabling/disabling of the window to 
6404             OnEnabledChanged, to allow easy altering of any child window state
6405           - OnEnabledChanged: Added code to enable/disable driver window state
6406           - OnParentEnabledChanged: Instead of firing the event, call 
6407             OnEnabledChanged, which will fire the event and also a) set driver
6408             window state and pass the enabled state to any grandchildren (#78458)
6409
6410 2006-06-19  Jackson Harper  <jackson@ximian.com>
6411
6412         * InternalWindowManager.cs: We don't set the cursor explicitly
6413         thats done via the response to NCHITTESTs.
6414         - Don't need to adjust for titlebar heights anymore, the
6415         coordinates are coming in the correct coordinates now (see peters
6416         last patch).
6417
6418
6419 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
6420
6421         * XplatUIX11.cs (GetMessage): WM_NCxBUTTONx messages were wrongly
6422           being translated relative to whole window, instead of client window.
6423           That caused broken offsets on mouseclick (and caused gas for our
6424           InternalWindowManager)
6425
6426 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
6427
6428         * TextControl.cs:
6429           - MoveCaret: Implemented PgUp, PgDown, CtrlPgUp and CtrlPgDown
6430           - Undo(): Added replay of cursor move on DeleteChars action; added
6431             calling Undo() again if a recorded cursor move is invalid (to
6432             ensure that some action is performed on Undo)
6433         * TextBoxBase.cs (ProcessKey): Added handling of PgUp and PgDown (#78482)
6434
6435 2006-06-16  Jackson Harper  <jackson@ximian.com>
6436
6437         * MdiClient.cs: Instead of just sizing maximized windows when
6438         there is a resize we also have to adjust the Y of minimized
6439         windows, so they stay pinned to the bottom of the mdi container.
6440         - Eliminate separate tracking of the active control, we can just
6441         get this from the controls collection.
6442         - Paint the decorations for the newly activated titlebar so we get
6443         a pretty blue bar.
6444         * InternalWindowManager.cs:
6445         * ThemeWin32Classic.cs: Minimized windows get all three buttons
6446         even if they are a tool window.
6447         
6448 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
6449
6450         * TextControl.cs (Undo): Handle non-existent cursor locations in the
6451           undo buffer, these can happen when text was deleted and the cursor
6452           was recorded first. Since we will also have a recorded cursor
6453           after the delete this is not an issue. (Fixes #78651)
6454
6455 2006-06-14  Peter Dennis Bartok  <pbartok@novell.com> 
6456
6457         * AccessibleObject.cs: Remove dependence on Control.is_selected;
6458           instead properly track control states internally (allows us to
6459           remove is_selected from Control)
6460
6461 2006-06-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6462
6463         * ImageListStreamer.cs: correctly generate the 1bpp mask for images
6464         whose width is not a multiple of 8.
6465
6466 2006-06-13  Jackson Harper  <jackson@ximian.com>
6467
6468         * MdiClient.cs:  Only maximize the next child if the current one
6469         is maximized.
6470
6471 2006-06-13  Chris Toshok  <toshok@ximian.com>
6472
6473         * DataGridColumnStyle.cs: Invalidate the column when HeaderText is
6474         modified.  Also, guard against grid or grid_drawing being null in
6475         Invalidate.
6476
6477         * DataGrid.cs: Reformat tons of getters/setters.  In the
6478         DataMember setter, just call SetNewDataSource instead of
6479         duplicating some of its functionality.  In SetNewDataSource, don't
6480         check ListManager for null, since the property getter creates the
6481         object if needed.
6482
6483         * DataGridTableStyle.cs: don't set TableStyle or call
6484         SetDataGridInternal on the column here, it's done in
6485         GridColumnStylesCollection.Add.
6486
6487         * GridColumnStylesCollection.cs: fix all the explicit interface
6488         implementations to just call our methods.  Nuke AddInternal() and
6489         move the body of it to Add().  Also, add a call to
6490         column.SetDataGridInternal to Add().
6491
6492         * DataGridTextBoxColumn.cs (.ctors): call this() instead of
6493         base()+duplicate code.  Also, use the Format property instead of
6494         format to generate an Invalidate ala MS.  Lastly, create the
6495         textbox here, unconditionally.
6496         (set_Format): call Invalidate.
6497         (get_TextBox): no need to call EnsureTextBox.
6498         (Commit): remove the message box.
6499         (Edit) remove the call to EnsureTextBox.
6500         (EndEdit): call HideEditBox instead of ReleaseHostedControl.
6501         (EnterNullValue): no need to check textbox for null.
6502         (HideEditBox): no need to check textbox for null.
6503         (SetDataGridInColumn): add the textbox to the grid's controls.
6504         (EnsureTextBox): nuke.
6505         
6506 2006-06-13  Jackson Harper  <jackson@ximian.com>
6507
6508         * MdiWindowManager.cs: Hook up to the maximized menus paint event
6509         and redraw the buttons when needed. Unhook when the window is
6510         unmaximized.
6511         * MainMenu.cs: Add an internal Paint event, the mdi window manager
6512         needs this so that it can redraw its buttons when the menu is
6513         repainted.
6514         * InternalWindowManager.cs:
6515         * Form.cs: The method order has changed for DrawMaximizedButtons,
6516         so that it can be a PaintEventHandler.
6517         
6518 2006-06-13  Jackson Harper  <jackson@ximian.com>
6519
6520         * MdiClient.cs: When we close a maximized mdi window, the next mdi
6521         window is activated and maximized, even if it wasn't before.
6522         - When  a new window is activated repaint the decorations of the
6523         old one, so that it no longer has the Active "look" (the blue
6524         titlebar).
6525         * InternalWindowManager.cs: Open up CreateButtons to base classes
6526         so they can recreate the buttons on state changes.
6527         - If a window is maximized give it all three buttons
6528         * MdiWindowManager.cs: Create the titlebar buttons when the state
6529         is changed, this is needed because a toolwindow will not have all
6530         three buttons until it is maximized.
6531
6532 2006-06-13  Atsushi Enomoto  <atsushi@ximian.com>
6533
6534         * ProgressBar.cs : PerformStep() shouldn't exceed Maximum.
6535           Fixed bug #78609.
6536
6537 2006-06-12  Jackson Harper  <jackson@ximian.com>
6538
6539         * KeysConverter.cs: Make sure we handle the Ctrl special case
6540         if its the only key.
6541         
6542 2006-06-12  Jackson Harper  <jackson@ximian.com>
6543
6544         * Theme.cs: Add a method to get the size of a managed window
6545         toolbar button.
6546         * InternalWindowManager.cs: Remove the ButtonSize property, this
6547         should be retrieved from the theme.
6548         * MdiWindowManager.cs: Get the button size from the theme
6549         * ThemeWin32Classic.cs: Make the method to get the managed window
6550         titlebar button size public.
6551         - Handle the different button sizes of maximized toolwindows
6552         (should match any maximized window).
6553         - Get the titlebar height from the theme, not the WM (which gets
6554         it from the theme).
6555
6556 2006-06-12  Jackson Harper  <jackson@ximian.com>
6557
6558         * InternalWindowManager.cs: Handle NC Double Clicks, passing the
6559         event down to the mdi window manager.
6560         - Expose some extra stuff to base classes
6561         - Make sure to end the Capture on an NC Mouse up, so that we can
6562         get double clicks properly, and the sizing doens't stick.
6563         - When doing PointToClient contain it in the workable desktop
6564         area, this prevents windows from changing size when the cursor is
6565         pulled outside of the working area while sizing.
6566         * MdiWindowManager.cs: When we get a double click maximize the
6567         window.
6568         - Reset the cursor after handling mode changes.
6569
6570 2006-06-12  Peter Dennis Bartok  <pbartok@novell.com> 
6571
6572         * XplatUIX11.cs (WorkingArea): Read the actual workarea for the 
6573           current desktop, instead of just assuming a 0, 0 origin. This
6574           is needed for our internal window manager, to know the top
6575           margin of the desktop
6576
6577 2006-06-12  Chris Toshok  <toshok@ximian.com>
6578
6579         * DataGrid.cs (set_CurrentCell): concede focus as we move around.
6580         we need this to get rid of the selected background in the bool
6581         column.
6582         (CancelEditing): move the ConcedeFocus call to above the Abort
6583         call.  Also, set is_changing to false and invalidate the row
6584         header if we were changing before.
6585         (ProcessKeyPreviewInternal): remove, since noone outside this
6586         class calls it anymore.  Roll the code into ProcessKeyPreview.
6587         (EndEdit): remove the internal version.
6588         (InvalidateCurrentRowHeader): make private.
6589
6590         * DataGridBoolColumn.cs: simplify this class a bunch.  remove the
6591         Keys.Escape handling (and with it the last call to
6592         DataGrid.EndEdit from outside the class.)
6593
6594
6595 2006-06-12  Chris Toshok  <toshok@ximian.com>
6596
6597         * DataGridTextBox.cs (.ctor): isedit defaults to false.
6598         (OnKeyPress): set isedit to true.
6599         (ProcessKeyMessage): remove Keys.Enter handling from here.  it's
6600         already handled by the grid.
6601
6602         * DataGrid.cs (set_CurrentCell): more work here.  it's still not
6603         right.  ugh.
6604         (set_DataSource): SetDataSource always returns true, so stop
6605         putting it in an if statement.
6606         (EndEdit): get rid of some {}'s
6607         (ProcessGridKey): return true in case Keys.Escape.
6608         (ProcessKeyPreviewInternal): only handle KEYDOWN messages.
6609         (ConnectListManagerEvents,DisconnectListManagerEvents): connect to
6610         PositionChanged, stopped connecting to CurrentChanged.
6611         (GetDataSource): simplify this a bunch.
6612         (SetDataSource): change return type from bool to void.
6613         (OnListManagerPositionChanged): rename OnListManagerCurrentChanged
6614         to this, and make sure we don't set ListManager.Position inside
6615         set_CurrentCell.
6616         (OnListManagerItemChanged): if we're passed an actual index,
6617         redraw that row.
6618
6619         * CurrencyManager.cs (set_Position): don't call PullData here.
6620
6621 2006-06-09  Jackson Harper  <jackson@ximian.com>
6622
6623         * TreeNode.cs:  Recalculate the visible order before doing the
6624         Expand/Collapse Below calls, because those calls generate an
6625         expose.
6626         - Reduce calls to the TreeView property, which is mildly expensive
6627         by using a local var.
6628         * Form.cs: Layout the MDI child windows when creating the parent
6629         form.
6630         - Don't use the internal constructor anymore
6631         * MdiClient.cs: use the parent form width/height (if available)
6632         when laying out the child windows, we do this because the
6633         mdiclient isn't docked yet when the initial layout is done.
6634         - Don't need an internal constructor anymore.
6635
6636 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6637
6638         * FileDialog.cs: handle access errors when trying to create a folder
6639         or changing to a directory. No need to initialize out parameters.
6640
6641 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
6642
6643         * FileDialog.cs: Append a number when creating a new folder if the
6644           folder already exists (use parenthesis instead of square brackets)
6645
6646 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
6647
6648         * FileDialog.cs:
6649           - Disabled registry support for windows and added better registry
6650             error checking for other systems (need to investigate why it
6651             works perfectly on my system)
6652           - If a folder already exist show an error MessageBox instead of
6653             trying to create an indexed name.
6654           - Fixed a non intentional typo.
6655
6656 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6657
6658         * FileDialog.cs: (SetFileName) don't crash if CurrentRealFolder is null.
6659
6660 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
6661
6662         * FileDialog.cs: When creating a new folder don't crash if the
6663           folder already exists.
6664
6665 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
6666
6667         * FileDialog.cs: Allmost a complete rewrite.
6668           - added a "virtual" file system that handles the differences
6669             between unix and windows file systems (especially the directory
6670             structure). Moved most of the directory and file handling code
6671             into the vfs.
6672             Added vfs classes: MWFVFS, FileSystem, WinFileSystem,
6673             UnixFileSystem and FSEntry.
6674           - Recently used folder/directory, size, location and used file names
6675             (file name ComboBox) are now stored in the registry and get read
6676             before the dialog shows up (fixes part 6 of bug #78446).
6677           - Creation of new folders/directories is now possible (context menu
6678             or ToolBar). Added TextEntryDialog for this that fills in the gap
6679             until ListView.LabelEdit works.
6680           - Fixed cursor handling (bug #78527) and focus handling for
6681             PopupButtonPanel
6682           - Various "Search in" ComboBox enhancements. The content of the
6683             dropdown listbox now almost matches ms.
6684           - Changed the behaviour when the user switches to SpecialFolder
6685             Recent to show the ListView in View.Details.
6686           - Beside using the ToolBar to change the View property of the
6687             file ListView it is now possible to use the context menu too.
6688
6689 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
6690
6691         * ComboBox.cs: Don't create a new ObjectCollection when an item
6692           gets inserted. Just insert the item in the existing object_items
6693           ArrayList.
6694
6695 2006-06-08  Jackson Harper  <jackson@ximian.com>
6696
6697         * OpenTreeNodeEnumerator.cs: Fix to use the Parent property, so
6698         that the treeview and root node checks are done also, this fixes a
6699         regression i caused in the unit tests.
6700
6701 2006-06-07  Wade Berrier <wberrier@novell.com> 
6702
6703         * RichTextBox.cs: More ISO8859-1 -> unicode
6704
6705 2006-06-07  Mike Kestner  <mkestner@novell.com>
6706
6707         * ComboBox.cs : use items to hold highlight/selection so that
6708         collection insertions don't require synchronization.
6709
6710 2006-06-07  Jackson Harper  <jackson@ximian.com>
6711
6712         * InternalWindowManager.cs: Simplify (and FIX) the window sizing
6713         routine.  We now always keep the sized edge at the cursor instead
6714         of computing movement and adjusting rects.  There is one buglet
6715         with this method though when the cursor is moved over area that
6716         the window can not expand too (such as the toolbars on the desktop).
6717
6718 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6719
6720         * XplatUIX11.cs: (IsEnabled,IsVisible) the window handler can be null
6721         here. Fixes crash on startup in AlbumSurfer.
6722
6723 2006-06-07  Peter Dennis Bartok  <pbartok@novell.com> 
6724
6725         * RichTextBox.cs: Replaced embedded ISO8859-1 chars with proper unicode
6726           values
6727
6728 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6729
6730         * XplatUIX11.cs: call XPending and XNextEvent inside the same lock()
6731         statement to avoid calling XNextEvent which will block if another thread
6732         took the event that we were expecting. Fixes bug #78605.
6733
6734 2006-06-07  Mike Kestner  <mkestner@novell.com>
6735
6736         * ListView.cs : isolated checkbox clicking from the selection logic.
6737         Toggle check state on item doubleclicks.  Really fixes #78454 part2.
6738
6739 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6740
6741         * Form.cs: Check that the value passed to Form.DialogResult
6742         is a valid enum value.
6743
6744 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6745
6746         * FileDialog.cs: disable the up button when in 'Recently Used' or 'My
6747         Computer'. Clicking it in the network view goes to 'My Computer'.
6748         Added CIFS filesystem type. Display the mount point of filesystems.
6749         Avoid duplicate mount points (happens for me with CIFS);
6750
6751 2006-06-06  Jackson Harper  <jackson@ximian.com>
6752
6753         * InternalWindowManager.cs: Draw the maximized windows buttons
6754         when resizing.
6755
6756 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6757
6758         * Form.cs: when running a modal dialog, ignore WM_CLOSE requests for
6759         all other dialogs. Fixes bug #78585.
6760
6761 2006-06-06  Mike Kestner  <mkestner@novell.com>
6762
6763         * CheckedListBox.cs : apply CheckOnClick behavior to unchecking too.
6764         Only invalidate checkbox on checkstate changes to avoid flicker.
6765         * ListBox.cs : avoid unselect/select when clicking selected item.
6766         avoid reselection flicker for already multiselected items.
6767         Fixes #78382.
6768
6769 2006-06-06  Jackson Harper  <jackson@ximian.com>
6770
6771         * MdiWindowManager.cs: When the window is closed do an NCRecalc on
6772         the parent form so that the menu is removed if needed.
6773
6774 2006-06-06  Mike Kestner  <mkestner@novell.com>
6775
6776         * ListBox.cs : add ScrollWindow call to UpdateTopItem.  fix
6777         Prev/Next/PrevPage/NextPage/Home/End index calculation.  Fixes #78559.
6778
6779 2006-06-06  Mike Kestner  <mkestner@novell.com>
6780
6781         * CheckedListBox.cs : rebuild check collection on Add.  Fixes #78426.
6782
6783
6784 2006-06-06  Jackson Harper  <jackson@ximian.com>
6785
6786         * Control.cs: Use the property (instead of the field) to get the
6787         default cursor so it is instantiated correctly.
6788         * InternalWindowManager.cs: The OS doesn't give us an NCPAINT with
6789         resizes so we need to manually repaint the window decorations here.
6790         - Set the titlebar button locations as soon as they are created,
6791         otherwise they are not set correctly on win32.
6792         
6793 2006-06-06  Chris Toshok  <toshok@ximian.com>
6794
6795         * CurrencyManager.cs (set_Position): call PullData before
6796         OnCurrentChanged.
6797         (AddNew): after calling IBindingList.AddNew, update our
6798         listposition, and call OnCurrentChanged/OnPositionChanged (without
6799         calling PullData).
6800         (OnCurrentChanged): remove the call to PullData from here.
6801         (OnItemChanged): remove the call to PushData from here.
6802         (OnPositionChanged): change the test from == null to != null to
6803         match the other methods.
6804         (ListChangedHandler): the grossest part of the patch.  Implement
6805         this such that it passes the unit tests in CurrencyManagerTest and
6806         the output more or less matches that of MS's implementation.
6807  
6808 2006-06-06  Mike Kestner  <mkestner@novell.com>
6809
6810         * ListView.cs : only update check state on single click.
6811         * ThemeWin32Classic.cs : fix focus drawing for details view without
6812         fullrowselect.  Fixes #78454.
6813         * XplatUIX11.cs : fix for double click emission.
6814
6815 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
6816
6817         * PropertyGridView.cs : Applied Atsushi's patch to fix
6818         font dialog bug  (#78197).
6819
6820 2006-06-05  Jackson Harper  <jackson@ximian.com>
6821
6822         * TreeNode.cs: Compute the next node for expanding/collapsing
6823         correctly. We now factor in nodes without a NextNode
6824         correctly. (Fixes somes cases in nunit-gui).
6825         * InternalWindowManager.cs: Set the bounds when updating the
6826         virtual position of a tool window.
6827         
6828 2006-06-05  Chris Toshok  <toshok@ximian.com>
6829
6830         * DataGrid.cs: rename cached_currencymgr to list_manager.
6831         (set_CurrentCell): move SetCurrentCell code here, and clean it up
6832         some.
6833         (CurrentRow, CurrentColumn): single accessors so we can make the
6834         cursor movement code a lot easier to understand.
6835         (CurrentRowIndex): implement this in terms of CurrentRow.
6836         (BeginEdit): clean this up a bit.
6837         (CancelEditing): sort out the is_editing/is_changing/is_adding
6838         stuff a little.
6839         (EndEdit): minor changes.
6840         (OnKeyDown): add a comment about a (most likely) unnecessary
6841         check.
6842         (OnMouseDown): cancel editing when we click on a row header.  And
6843         use the CurrentRow setter, not CurrentCell.
6844         (ProcessDialogKey): directly call ProcessGridKey.
6845         (UpdateSelectionAfterCursorMove): factor out this common block of
6846         code (it's used everywhere that we move the cursor by updating row
6847         or column).
6848         (ProcessGridKey): pretty substantial overhaul.  Use the
6849         CurrentRow/CurrentColumn properties to make the code a lot more
6850         readable.  Only use the CurrentCell property when we have to
6851         modify both row and column at once.  Tab behavior is still broken,
6852         and Delete is untested.
6853         (Select): if we have no selected rows, set selection_start to
6854         @row.
6855         (EditCurrentCell): rename EditCell this.  It was only ever invoked
6856         with CurrentCell as the arg, so drop the arg and rename it.
6857
6858         * DataGridColumnStyle.cs: clean up the constructors a little, and
6859         drop CommonConstructor().
6860
6861         * DataGridTextBox.cs (.ctor): set accepts_return to true so we
6862         actually get notified when the user hits it.
6863         (ProcessKeyMessage): *substantially* simplify this method.
6864         There's no reason (that I can see) for the textbox to be making
6865         calls into the datagrid at all.  Remove all of them but the ones
6866         for Enter handling.  those will take some more work.
6867
6868         * DataGridTextBoxColumn.cs (ConcedeFocus): implement this by
6869         calling HideEditBox.
6870         (HideEditBox): if we have an active textbox, render it invisible
6871         without causing a re-layout of the datagrid.
6872
6873 2006-06-05  Mike Kestner  <mkestner@novell.com>
6874
6875         * ListView.cs : fix NRE crasher when focuseditem is cleared by
6876         collection changes by resetting it to Items[0].  Fixes #78587.
6877
6878 2006-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6879
6880         * MessageBox.cs: if the height of the text is larger than the icon_size,
6881         use that. Fixes bug #78575.
6882
6883 2006-06-05  Jackson Harper  <jackson@ximian.com>
6884
6885         * TreeView.cs: Fix line drawing when scrolling.  To do this each
6886         node is basically responsible for drawing its entire horizontal
6887         area.  When drawing a node it draws its parent node lines if
6888         needed.
6889         - Adjust the clip area to the viewport rectangle
6890         - Fix Left/Right key handling to match MS. (It expand/collapses
6891         and moves to parents/first child but does not move selection to
6892         sibling nodes).
6893         - Fix SetTop to work with new bound calculation code
6894         - When scrollbars are no longer needed we need to reset scrolling
6895         vars and recalculate the visible order so the redraw is correct
6896         * TreeNode.cs: We can't expand/collapse nodes with no children.
6897
6898 2006-06-03  John Luke  <john.luke@gmail.com> 
6899
6900         * X11DesktopColors.cs: dllimport the exact gtk and gdk versions
6901         so the colors work without dev packages
6902         
6903 2006-06-02  Peter Dennis Bartok  <pbartok@novell.com> 
6904
6905         * Control.cs 
6906           - Select: Implemented to just use activate. Seems to match MS 
6907             behaviour closest. Documented to only do actual control walking 
6908             based on it's parameters if in a container control so I moved 
6909             the code there.
6910           - Removed selection check logic from our internal Select() method
6911         * ContainerControl.cs:
6912           - Select: Moved selection logic from Control here, since MS documents
6913             that containers obey the bool arguments. No longer calling base
6914
6915 2006-06-02  Jackson Harper  <jackson@ximian.com>
6916
6917         * TreeView.cs: If the selected node isn't changed when we get
6918         focus update the previously selected node so that we see the
6919         selection box.
6920
6921 2006-06-02  Mike Kestner  <mkestner@novell.com>
6922
6923         * ComboBox.cs: restructure grab and general mouse event handling.
6924         Make the composite control raise mouse events like it was a single
6925         control for leaves/enters/motion/up/down events.  fix dropdown list
6926         coordinate mangling and refactor it into the scrollbar subclass to
6927         reduce code duplication.  Fixes #78282 #78361 and #78457.
6928
6929 2006-06-02  Mike Kestner  <mkestner@novell.com>
6930
6931         * ScrollBar.cs: remove Capture setting/clearing, as it happens
6932         automatically in the Control.WndProc.
6933
6934 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6935
6936         * FileDialog.cs: fix crash when running SharpChess, which sets the
6937         FilterIndex to 2 with only one Filter.
6938
6939 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6940
6941         * ToolBar.cs: add SizeSpecified property.
6942         * ToolBarButton.cs: when the ButtonSize is calculated by the container,
6943         try to figure out our real size, otherwise fallback to what the
6944         container says.
6945
6946 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
6947
6948         * XplatUIX11.cs (DefWndProc): WM_MOUSEWHEEL needs to be passed up
6949         * Control.cs (WndProc): MS always calls the DefWndProc to pass
6950           up the event
6951
6952 2006-06-01  Mike Kestner  <mkestner@novell.com>
6953
6954         * ListView.cs: revamp the focus management in ListView.  It still
6955         causes churn of LostFocus/GotFocus emissions on clicks, but it's
6956         better than not handling focus at all.  Will revisit when pdb feels
6957         the general focus handling is solid.  Fixes #78526.
6958
6959 2006-06-01  Jackson Harper  <jackson@ximian.com>
6960
6961         * TreeView.cs: Set the default border style in the constructor.
6962         - Move painting to use OnPaintInternal instead of capturing
6963         WM_PAINT, this is the correct way of doing things
6964         - UpdateBelow shouldn't invalidate the scrollbar area
6965         - Cap the top on update below in case the node was above the top
6966         of the viewport rectangle.
6967         - ExpandBelow and Collapse below need to obey Begin/End Update.
6968         * TreeNode.cs: Make is_expanded internal so the treenode
6969         collection can change it without firing the whole event chain.
6970         * TreeNodeCollection.cs: When clearing all the child nodes make
6971         sure to recalc the visible order.
6972         - Improve algo for remove the top node
6973
6974 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
6975
6976         * XplatUIX11.cs (SetFocus): Make sure we can handle re-entrancy due to
6977           SendMessage directly calling window procedures, which in turn might
6978           call SetFocus()
6979
6980 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com>
6981
6982         * Control.cs: Don't handle WM_SETFOCUS if the same window already
6983           has focus (works around X11 sending a FocusIn after our SetFocus)
6984         * XplatUIX11.cs: Send KILLFOCUS before setting SETFOCUS on new window
6985
6986 2006-06-01  Alexander Olk  <alex.olk@googlemail.com>
6987
6988         * Mime.cs: Fix for the NET_2_0 build.
6989           NameValueCollection needs StringComparer now.
6990
6991 2006-05-31  Chris Toshok  <toshok@ximian.com>
6992
6993         * DataGridDrawingLogic.cs (FromPixelToColumn): modify this to also
6994         return (via an out parameter) the starting X of the column.
6995         (UpdateVisibleColumn): track change to FromPixelToColumn.
6996         (HitTest): add a ColumnResize case here.
6997         (DrawResizeLine): new function, probably poorly named.
6998
6999         * DataGrid.cs (.ctor): get rid of cached_currencymgr_events.  We
7000         only need to keep one reference.
7001         (set_ListManager): same.
7002         (OnMouseDown): call HitTest instead of grid_drawing.HitTest.
7003         Also, add support for HitTestType.ColumnResize.
7004         (OnMouseMove): add column resize behavior here, and change the
7005         cursor to the correct one as we move around the datagrid.
7006         (OnMouseUp): terminate the column resize if we're resizing.
7007         (ProcessGridKey): from the MS docs, Alt-0 enters the null value
7008         for the current cell.
7009         (ConnectListManagerEvents): use cached_currencymgr.
7010         (DisconnectListManagerEvents): fill this in, using
7011         cached_currencymgr.
7012         (SetCurrentCell): remove cached_currencymgr_events handling.
7013         (SetDataMember): only call DisconnectListManagerEvents if
7014         cached_currencymgr is != null.
7015         (SetDataSource): same.
7016         (OnListManagerCurrentChanged): cached_currencymgr_events ->
7017         cached_currencymgr.
7018
7019 2006-05-31  Jackson Harper  <jackson@ximian.com>
7020
7021         * BindingManagerBase.cs: Remove somedebug code that creeped into
7022         SVN.
7023         * TreeNode.cs: We get the indent level dynamically right now, so
7024         don't track it as a member.
7025         * TreeNodeCollection.cs: Make sure all nodes added to the list
7026         have parents, treeviews/topnodes setup properly.
7027         - Don't attempt to track indent level.
7028
7029 2006-05-30  Jackson Harper  <jackson@ximian.com>
7030
7031         * BindingContext.cs: Create the currency manager tables here.
7032         This allows us to more easily create null tables (when bad data
7033         members are used), and more easily create related currency
7034         managers.
7035         * CurrencyManager.cs: All the table creation stuff is done by the
7036         binding context now.
7037         - Current should throw an exception if listposition is -1.
7038         - CancelCurrentEdit/EndCurrentEdit, do nothing if the list hasn't
7039         been bound yet.
7040
7041 2006-05-30  Mike Kestner  <mkestner@novell.com>
7042
7043         * ListView.cs: allow reexpansion of zero-width column headers.
7044         Fixes #78528.
7045
7046 2006-05-28  Chris Toshok  <toshok@ximian.com>
7047
7048         * CurrencyManager.cs (get_Current): after the late binding
7049         listposition = -1 fix, we need to guard against it here and return
7050         null, otherwise we raise an exception (which is swallowed
7051         elsewhere, and breaks datagrid databinding.)
7052
7053 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
7054
7055         * MenuAPI.cs (ProcessMenuKey): We can legally get msg types other
7056           than WM_SYSKEY, don't throw if get something unexpected (#78507)
7057
7058 2006-05-26  Jackson Harper  <jackson@ximian.com>
7059
7060         * ControlPaint.cs:
7061         * ThemeWin32Classic.cs: For color comparisons just use the ARGB
7062         values, it's faster and it's all we care about (we don't care if
7063         the names aren't equal).
7064         * KeyboardLayouts.cs: Eliminate some dead code.
7065         - Lazy init things
7066         * X11Keyboard.cs: Lazy init keyboard detection.
7067         - Cleanup access modifiers a little.
7068
7069 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
7070
7071         * XplatUIX11.cs: Once again, attempting to get layout just right.
7072
7073 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com> 
7074
7075         * LinkLabel.cs (CreateLinkPieces): Use MeasureString to calculate
7076           the sizes of each link section, that will result in sizes that
7077           match DrawString's layout (Fixes #78391)
7078
7079 2006-05-27  Alexander Olk  <alex.olk@googlemail.com>
7080
7081         * FileDialog.cs: If AddExtension property is true autocomplete the
7082           extensions in SaveFileDialog correctly. Fixes bug #78453.
7083           Set MyNetwork and MyComputer to "C:\" for windows. This should
7084           fix part 8 of bug #78446 for now.
7085
7086 2006-05-26  Chris Toshok  <toshok@ximian.com>
7087
7088         * DataGrid.cs (ColumnStartedEditing): fill these in.  for now just
7089         invalidate the current row header if we need to, but presumably
7090         we'll invalidate the row corrsponding to the bounds or
7091         editingControl.
7092         (GridHScrolled): switch back to this method, as it's part of the
7093         public api.  *sigh*.
7094         (GridVScrolled): same.
7095         (OnMouseWheel): hack up something that more or less works.  Call
7096         GridHScrolled/GridVScrolled directly, instead of duplicating much
7097         of their code here.
7098         (EnsureCellVisibility): reinstate a bunch of this code, since we
7099         can't just set the scrollbar Value and expect to do all the work
7100         in the ValueChanged handler.  Also, Call Update() after scrolling
7101         in one direction so the other XplatX11.ScrollWindow call has the
7102         proper stuff in the proper places.
7103         (EditCell): set is_editing to true before calling .Edit.
7104
7105         * DataGridTextBox.cs (set_IsInEditOrNavigateMode): just set it,
7106         don't bother comparing first.
7107         (OnKeyPress): call grid.ColumnStartedEditing before calling
7108         base.OnKeyPress.  this will set is_changing and invalidate the row
7109         header if necessary.
7110         (ProcessKeyMessage): for WM_CHAR messages, call
7111         ProcessKeyEventArgs directly.  swallow anything other than WM_CHAR
7112         and WM_KEYDOWN.
7113         
7114         * DataGridBoolColumn.cs (Edit): don't set is_editing to true here.
7115         it's done in the DataGrid.
7116         (NextState): call grid.ColumnStartedEditing, which takes care of
7117         invalidating the row header (and setting is_changing).
7118
7119         * DataGridTextBoxColumn.cs (Edit): don't set is_editing to true
7120         here.  it's done in the DataGrid.
7121
7122 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7123
7124         * Control.cs: allow changing the cursor when the mouse position is
7125         out of bounds but Capture is set.
7126         * LinkLabel.cs: handle the case when the mouse button is pressed on the
7127         linklabel but released somewhere else.
7128
7129 2006-05-25  Jackson Harper  <jackson@ximian.com>
7130
7131         * TreeView.cs: When we get focus if there is no selected node make
7132         it the top node
7133         - Remove some uneeded setup code from Draw.
7134         * TreeNodeCollection.cs: If the tree doesn't have a top node when
7135         a new node is inserted make the new node the top.
7136         * XplatUIX11.cs:
7137         * Timer.cs: Use Utc time so that no local time zone stuff needs to
7138         be used (should be faster).
7139         
7140 2006-05-25  Chris Toshok  <toshok@ximian.com>
7141
7142         * DataGrid.cs (EnsureCellVisibility): remove some code to fix a
7143         problem with the last commit.
7144
7145 2006-05-25  Chris Toshok  <toshok@ximian.com>
7146
7147         * DataGridTextBoxColumn.cs (ReleaseHostedControl): turns out we do
7148         need the invalidate call here, while scrolling right-to-left via
7149         the left arrow key (i.e. moving the editing cell while scrolling).
7150
7151         * DataGrid.cs (.ctor): remove the initialization of
7152         ctrl_pressed/shift_pressed.  We no longer track them using key
7153         up/down handlers, but by using Control.ModifierKeys.  Also, switch
7154         to using ValueChanged handlers on the scrollbars instead of
7155         Scrolled event handlers.  This simplifies a bunch of the scrolling
7156         code.
7157         (GridHValueChanged): rename from GridHScrolled, and change it to
7158         work with the new event args.
7159         (GridVValueChanged): same.
7160         (OnMouseDown): initialize ctrl_pressed/shift_pressed here.
7161         (OnMouseWheel): actually scroll the datagrid.  Don't change the
7162         selected cell.
7163         (ProcessGridKey): correct all the keyboard navigation stuff I
7164         could find.  Ctrl up/down/left/right/home/end work now.
7165         (EnsureCellVisibility): correct method name spelling.  Also,
7166         simplify this a touch by not explicitly calling the
7167         ScrollToRow/ScrollToColumnInPixels methods.  We just set the
7168         scrollbar value.
7169         (OnKeyUpDG): no need for this method now.
7170         
7171 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7172
7173         * LinkLabel.cs: display the OverrideCursor when hovering the label.
7174         Fixes bug #78392.
7175
7176 2006-05-25  Chris Toshok  <toshok@ximian.com>
7177
7178         * ThemeWin32Classic.cs: fix datagrid clipping problems caused by
7179         r61019.
7180
7181 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
7182
7183         * Application.cs: Moved setting of is_modal and closing to before
7184           we create the control, to allow the event handlers called as a
7185           result of creation affect closing. Also removed Gonzalo's previous
7186           change to setting DialogResult, the behaviour has been moved to 
7187           Form.ShowDialog()
7188         * Form.cs: 
7189           - ShowDialog(): Removed explicit creation of the form, let RunLoop
7190             handle it instead
7191           - ShowDialog(): If no dialog result is set, we need to return Cancel
7192           - WM_CLOSE: Fire Closing/Closed events, and reset dialog result if
7193             the close is cancelled
7194
7195 2006-05-25  Jackson Harper  <jackson@ximian.com>
7196
7197         * StatusBar.cs: We only need to update the sizes of the other
7198         panels when we have auto size contents.  Also we are only updating
7199         the contents of the panel, not the borders, so compensate for the
7200         border width (TODO: get this width from the theme somehow).
7201         * TreeView.cs: Scrollable is true by default
7202         - Use invalidate instead of refresh where needed
7203         - Factor the scrollable value into scrollbar updating
7204         - Update the scrollbars if the Scrollable property is altered
7205         - Update the selected node if its ImageIndex is changed
7206         - Handle null nodes in UpdateNode (mainly so we don't have to
7207         check if selected is null when updating it
7208         - Fix VisibleCount to use the ViewportRectangle so that scrollbars
7209         are factored into the visible count
7210         - Use VisibleCount for clarity in the code
7211         - When the font is changed we need to recurse through all the
7212         nodes and invalidate their sizes
7213         
7214 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7215
7216         * Application.cs: set the DialogResult to fixed when the main form is
7217         hidden or destroyed while being modal.
7218
7219 2006-05-25  Miguel de Icaza  <miguel@novell.com>
7220
7221         * Theme.cs: Use Tangoified messagebox icons. 
7222
7223         (GetSizedResourceImage): Also cope with width = 0 and do not
7224         trigger a warning in that case (0 means "give me your icon from
7225         the resouce, no special size needed).
7226
7227 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
7228
7229         * Application.cs: Leave runloop if the the main modal form is 
7230           hidden (fixes #78484)
7231
7232 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
7233
7234         * BindingContext.cs : reject null datasource in Contains() and
7235           Item[].
7236         * CurrencyManager.cs : check data_member validity when data_source
7237           is dataset. When it is late binding, the initial position is -1.
7238
7239 2006-05-24  Jackson Harper  <jackson@ximian.com>
7240
7241         * TreeNodeCollection.cs: Dont't recalculate the visible order on
7242         inserted nodes that aren't visible.  This changes the
7243         max_visible_order which confuses scrollbar settings.
7244         - Use the enumerator to get the prev node instead of duplicating
7245         code.
7246         * TreeView.cs: Use new method for setting scrollbar values
7247         - Don't set the bounds every time the scrollbar is updated
7248         - When updating below the root node use an invalidate instead of a
7249         refresh to prevent the child controls (scrollbars) from being
7250         refreshed. (UpdateBelow still needs to be reworked anyways).
7251         - Reenable SetBottom now that visible orders are set correctly,
7252         added some debug code incase we ever get bad values there again.
7253         - Set the scrollbar max to 2 less then the max value, this
7254         compensates for the max value being one above the node count, and
7255         for scrollbars adding one extra "notch".
7256         - When drawing image nodes if there is an imagelist we draw the
7257         first image in the list if the supplied image index is out of the
7258         image list's bounds.
7259         
7260 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
7261
7262         * XplatUIX11.cs: Don't blindly cache hwnd.ClientRect, reset it when 
7263           we receive a size change from the WM (Fixes #78503)
7264
7265 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com>
7266
7267         * XplatUIWin32.cs, XplatUIX11.cs: Refresh when setting the Clip 
7268           rectangle (Fixes #78501)
7269
7270 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
7271
7272         * ButtonBase.cs: 
7273           - Fixed MouseUp, MouseDown and MouseMove to treat mouseevent.Button 
7274             as a bitfield.
7275           - Fixed MouseMove to no longer switch pressed state unless the left
7276             mouse button is pressed. Atsushi provided the original patch (#78485)
7277           
7278 2006-05-24  Jackson Harper  <jackson@ximian.com>
7279
7280         * ScrollBar.cs: New internal methods that allow us to change a
7281         couple values on the scrollbar (the most common case is maximum
7282         and large change) without getting multiple invalidates.
7283
7284 2006-05-24  Chris Toshok  <toshok@ximian.com>
7285
7286         * DataGridBoolColumn.cs (Abort): revert back to the saved setting.
7287         (Edit): save off the original state in oldState, and set
7288         grid.is_editing to true.
7289         (OnKeyDown): abort editing if escape is pressed.  also, call
7290         NextState if space is pressed.
7291         (OnMouseDown): call NextState.
7292         (NextState): factor out shared code from OnKeyDown and OnMouseDown
7293         here.  Also, only invalidate the row header once (on the initial
7294         is_changing switch) to save on redraws.
7295
7296 2006-05-24  Chris Toshok  <toshok@ximian.com>
7297
7298         * DataGridTextBoxColumn.cs (Commit): only call SetColumnValueAtRow
7299         if the value in the cell is different than it was before.  This
7300         keeps us from triggering a layout when we move around a datarid
7301         with a highlighted cell.
7302         (Edit): suspend layout when creating/positining the text box, and
7303         resume passing false so we don't ever actually re-layout.
7304         (ReleaseHostedControl): same.
7305         (EnsureTextBox): reformat slightly, and set WordWrap to false.
7306
7307         * DataGridTextBox.cs (ProcessKeyMessage): it's not true that all
7308         control-key sequences should go to the datagrid - remove that
7309         lock.  Also, modify the conditions under which we move between
7310         cells when moving the cursor within a cell, and remove the "this"
7311         and "base" from field accesses.  We weren't even consistent, given
7312         they all were in the base class.
7313
7314 2006-05-24  Atsushi Enomoto  <atsushi@ximian.com>
7315
7316         * Binding.cs : (.ctor)
7317           An obvious NRE fix for BindingTest.CtorNullTest().
7318
7319 2006-05-23  Chris Toshok  <toshok@ximian.com>
7320
7321         * TextBoxBase.cs (get_Text): don't add a trailing newline, add
7322         them between lines.  This fixes some quirks editing cells in the
7323         datagrid.
7324
7325 2006-05-23  Jackson Harper  <jackson@ximian.com>
7326
7327         * TreeView.cs: Use begin/end update when doing expand/collapse all
7328         so that we don't get flicker on the scrollbar.
7329
7330 2006-05-23  Jackson Harper  <jackson@ximian.com>
7331
7332         * TreeNode.cs: Bounds are computed 'on the fly' now.  This allows
7333         treenode calculations to be independant of the painting code. To
7334         do this nodes track a visible order which is calculated by the
7335         treeview.
7336         - Call new methods for expanding/collapsing nodes.  These methods
7337         use scrollwindow so we don't have to update everything below the
7338         node.
7339         * TreeView.cs: Refactored drawing and scrolling code.  We don't
7340         need to update nodes when drawing anymore or calculate scrollbar
7341         stuff.
7342         - Added new methods for expanding/collapsing nodes. These methods
7343         use ScrollWindow so as to not have to redraw all the nodes below.
7344         * TreeNodeCollection.cs: Recalc visible order and scrollbars when
7345         we add/remove nodes or sort.
7346         - Handle removing the selected and the top node properly.
7347
7348 2006-05-23  Chris Toshok  <toshok@ximian.com>
7349
7350         * DataGridTextBoxColumn.cs (Edit): set grid.is_editing to true.
7351         maybe this should actually happen in the datagrid code?
7352         (EndEdit): no need to invalidate anything, given that
7353         ReleaseHostedControl causes the datagrid to relayout, which
7354         invalidates everything anyway.
7355
7356         * DataGrid.cs (set_CurrentCell): remove duplicate check (it's also
7357         in SetCurrentCell).
7358         (set_SelectionBackColor): call InvalidateSelection instead of
7359         Refresh.
7360         (set_SelectionForeColor): same.
7361         (BeginEdit): Flesh this out a bit.
7362         (CancelEditing): only do any of this if we're editing/adding.
7363         (EndEdit): same.
7364         (OnMouseDown): there's no need to cancel editing here, it's done
7365         in SetCurrentCell.
7366         (SetCurrentCell): only invalidate the current row header if it's a
7367         different row than the new one.
7368         (ShiftSelection): fix this to work like MS does.
7369         (ResetSelection): factor out the invalidation of selected_rows to
7370         InvalidateSelection.
7371         (SetDataSource): cancel any editing that's going on.
7372
7373         * DataGridColumnStyle.cs
7374         (IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing):
7375         call the non-interface version.
7376
7377         * ThemeWin32Classic.cs (DataGridPaintColumsHdrs): intersect the
7378         header rectangle with the clip rectangle so we don't redraw the
7379         entire header for just a small area.  Gets rid of the last flicker
7380         when horizontally scrolling.
7381         (DataGridPaintRow): same.
7382
7383 2006-05-23  Mike Kestner  <mkestner@novell.com>
7384
7385         * ListViewItem.cs: remove size for line hack from LargeIcon layout.
7386         * ThemeWin32Classic.cs: don't draw line.  it's really the top of a
7387         poorly placed checkbox on the MS control.  Fixes Alex's unfiled
7388         Critical bug report.
7389
7390 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
7391
7392         * PictureBox.cs: Fixed broken ControlStyles. Unit test no longer fails,
7393           and this fixes #78493
7394
7395 2006-05-23  Miguel de Icaza  <miguel@novell.com>
7396
7397         * Theme.cs (GetSizedResourceImage): Scale images if the proper
7398         size is not found.  
7399         
7400         * FileDialog.cs: Do not change the background for the side bar as
7401         it wont work nicely with the theme, and also reduces the artifacts
7402         in rendering the icons (which I want to fix too).
7403
7404         * MimeIcon.cs (ResourceImageLoader): Load images from assembly
7405         resources, not resgen resources. 
7406
7407         (PlatformDefaultHandler): Pull images using the new API.
7408
7409 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
7410
7411         * Hwnd.cs (Dispose): Remove any pending exposures. XEventQueue holds
7412           a reference to the hwnd and will not remove it unless there are
7413           no pending exposures (fixes #78341)
7414         * XplatUI.cs: Improved debug
7415
7416 2006-05-23  Atsushi Enomoto  <atsushi@ximian.com>
7417
7418         * MenuAPI.cs : don't handle OnClick event when it was not the left
7419           button. Fixed bug #78487.
7420
7421 2006-05-23  Mike Kestner  <mkestner@novell.com>
7422
7423         * MenuAPI.cs: fix placement of submenus for multi-row menu bars, and
7424         prefer submenus to the top menu for item lookup, to avoid popping down
7425         top-row items.
7426
7427 2006-05-23  Alexander Olk  <alex.olk@googlemail.com>
7428
7429         * ThemeWin32Classic.cs: Rewrote CPCPDrawScrollButton to drop
7430           Graphics.FillRectangle as the visual results are really bad (even
7431           on win). We now draw perfect arrows (and perfect shadows when the
7432           scrollbar is disabled). Simplified CPDrawGrid. CPDrawGrid now uses
7433           Pen.DashPattern to draw the dots of each line.
7434
7435 2006-05-22  Alexander Olk  <alex.olk@googlemail.com>
7436
7437         * FileDialog.cs: Update the filename combobox when navigating through
7438           the ListView with the cursor keys. Fixes part 7 of bug #78446.
7439
7440 2006-05-22  Mike Kestner  <mkestner@novell.com>
7441
7442         * ListView.cs: raise SelectedIndexChanged on keyboard selection.
7443         Fixes #78463.
7444
7445 2006-05-22  Mike Kestner  <mkestner@novell.com>
7446
7447         * ComboBox.cs: Refresh in EndUpdate to pick up all the dropped Paint
7448         requests. Fix a misspelled parameter and a copy paste exception error
7449         in Select.
7450
7451 2006-05-22  Peter Dennis Bartok  <pbartok@novell.com> 
7452
7453         * ThemeWin32Classic.cs: Changed DefaultFont emSize from 8.25 to 8
7454           to get the same width/height (5/13) on X11 as the default font has on
7455           win32. This means that our DefaultFont emSize is smaller than the 
7456           the MS SWF equivalent (even thought the width/height stays the same)
7457
7458 2006-05-20  Jackson Harper  <jackson@ximian.com>
7459
7460         * MdiClient.cs:
7461         * MdiWindowManager.cs:
7462         * InternalWindowManager.cs: Make sure to use the border width from
7463         the theme.
7464
7465 2006-05-20  Jordi Mas i Hernandez <jordimash@gmail.com>
7466
7467         * PrintDialog.cs: Implements printer details
7468
7469 2006-05-19  Alexander Olk  <alex.olk@googlemail.com>
7470
7471         * FileDialog.cs: Added focus handling for PopupButtonPanel.
7472           Fixes part 1 and 2 of bug #78446
7473
7474 2006-05-19  Peter Dennis Bartok  <pbartok@novell.com> 
7475
7476         * XplatUIX11.cs (SetWindowPos): Recalculate client area size on resizes
7477           instead of sticking to the first ever calculated value
7478
7479 2006-05-19  Mike Kestner  <mkestner@novell.com>
7480
7481         * ComboBox.cs: fix mouse motion selection to use MousePosition and
7482         PointToClient, since Capture is set. Fixes #78344.
7483
7484 2006-05-19  Mike Kestner  <mkestner@novell.com>
7485
7486         * ListView.cs: match MS behavior in Details view where items are not
7487         drawn if Columns.Count == 0. 
7488         * ThemeWin32Classic.cs: only highlight ListView selection if focused.
7489         Use a separate pen to draw the check, since changing the width affects
7490         the box as well.  Fixes #78454.
7491
7492 2006-05-18  Miguel de Icaza  <miguel@novell.com>
7493
7494         * ListView.cs: ArgumentOutOfRangeException, single versions of the
7495         exception should throw the name of the invalid argument.
7496
7497         * FileDialog.cs (OnClickOpenSaveButton): Avoid crash in open if
7498         there are no files listed. 
7499
7500 2006-05-18  Jackson Harper  <jackson@ximian.com>
7501
7502         * ThemeWin32Classic.cs: Don't use endcaps, they mess the drawing
7503         up.
7504
7505 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
7506
7507         * Control.cs: Brought back our old UpdateZOrder method as a private
7508           function and switched our calls from UpdateZOrder to the new one.
7509           This fixes the Paint.Net canvas disappearing bug.
7510
7511 2006-05-18  Jackson Harper  <jackson@ximian.com>
7512
7513         * Theme.cs:
7514         * ThemeWin32Classic.cs:
7515         * InternalWindowManager.cs: Move the drawing into the theme,
7516         expose everything the theme should need from the window manager.
7517
7518 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
7519
7520         * XplatUIX11.cs (DefWndProc): WM_SETCURSOR: Assign the return value 
7521           from the call to NativeWindow to avoid walking up the parent chain
7522           further than needed (speeds up setting cursors and avoids setting
7523           the wrong cursor if a parent has another cursor defined)
7524         * Cursor.cs: When loading an icon as cursor, MS uses the center of
7525           the icon as hotspot, not what's contained as hotspot in the icon
7526           file. This fixes the perceived drawing offset seen with Paint.Net
7527         
7528 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
7529
7530         * XplatUIX11.cs: 
7531           - Store the calculated rectangle in Hwnd object and use it when 
7532             setting the client size
7533           - Force Toolwindows to always be type Dock, to ensure they're on top
7534
7535 2006-05-18  Mike Kestner  <mkestner@novell.com>
7536
7537         * ComboBox.cs: first pass at ComboBox rework.  Layout is more
7538         consistent with MS positioning.  IntegralHeight, ItemHeight, Sizing.
7539         Correctly initialize textcontrol and ListBox on DropDownStyle changes. 
7540         Substantial refactoring to remove confusing nested classes. Coding
7541         standard and Get+Set->property refactorings.  Shift to index based
7542         highlighting in ComboListBox instead of constantly using IndexOf and
7543         Items[]. Add invalidations on resize for DropDownList to fix ugliness
7544         in FileDialog growth.  Draw borders manually since Simple mode needs
7545         to look like two independent controls.  Make listbox border
7546         conditional to DropDownStyle.  Improved OwnerDraw support.
7547
7548 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
7549
7550         * PaintEventArgs.cs: For 2.0, check for a null Graphics in the .ctor. 
7551         Don't set the disposed graphics to null, so we can throw the "right"
7552         exception if the graphics is reused later (added a flag to avoid 
7553         double disposing). Some behaviours are different under 2.0 and are
7554         filled under bug #78448.
7555
7556 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
7557
7558         * Control.cs: When double-buffering is enabled, we need to reset
7559           our graphics context between paint calls. Otherwise, any 
7560           transformations and other alterations on the context will 
7561           become cumulative (#77734)
7562
7563 2006-05-18  Mike Kestner  <mkestner@novell.com>
7564
7565         * ListView.cs: do focused item selection like MS on clicks. 
7566         Rework focus handling for ItemControl so LostFocus invalidates as
7567         well.
7568         * ThemeWin32Classic.cs: only draw focus rectangle for ListViewItems if
7569         the ListView ItemControl has focus.
7570
7571 2006-05-17  Peter Dennis Bartok  <pbartok@novell.com>
7572
7573         * XplatUIX11.cs: If client_window ends up being width or height zero
7574           due to border settings, move it off window inside whole_window (#78433)
7575
7576 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
7577
7578         * Mime.cs: Shrink the mime file cache correctly.
7579
7580 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
7581
7582         * ThemeWin32Classic.cs: Readded button focus drawing code. (#78429)
7583
7584 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
7585
7586         * XplatUIX11.cs (AddExpose): More sanity checks
7587
7588 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
7589
7590         * XplatUIX11.cs:
7591           - AddExpose: Don't add expose ranges outside the size of our
7592             window
7593           - Cast opacity values to Int32 to avoid crashes with certain
7594             values
7595           - Added disabled code paths that protect against illegal cross-
7596             thread painting (Developers.exe)
7597
7598 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
7599
7600         * ProgressBar.cs: Invalidate the control when it's resized
7601           since block size is based on control size. (#78388)
7602
7603 2006-05-16  Miguel de Icaza  <miguel@novell.com>
7604
7605         * DataGrid.cs (SetDataBinding): per the discussion on irc, instead
7606         of setting the incoming argument to the "reset" value, we set the
7607         this.datamember to string.empty (before we were invalidating the
7608         incoming data).   
7609
7610         Fixes 78420
7611
7612 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
7613
7614         * Form.cs: Only apply transparency settings after the form
7615           is created. (Fixes #77800)
7616
7617 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
7618
7619         * ApplicationContext.cs: Grab the HandleDestroyed event so
7620           we know when to fire OnMainFormClosed 
7621
7622 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
7623
7624         * Application.cs: Introduced sub-class to allow tracking of
7625           threads and centralized triggering of the event mess for
7626           ThreadExit, AppExit, etc..  (#76156)
7627
7628 2006-05-16  Alexander Olk  <alex.olk@googlemail.com>
7629
7630         * MimeIcon.cs:
7631           - Do not return a null icon index value for a mime subclass.
7632             Instead try the main mime type class too.
7633           - Seems that some newer distributions don't have a link to some
7634             gnome default icons anymore. So check the default gnome dir too.
7635           
7636
7637 2006-05-16  Jackson Harper  <jackson@ximian.com>
7638
7639         * MdiClient.cs: Don't paint the parent background image if we have
7640         our own background image.
7641
7642 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
7643
7644         * Control.cs:
7645           - PerformLayout: Do not shrink space filled by DockStyle.Fill
7646             controls, all filled controls are supposed to overlap (#78080)
7647           - UpdateZOrder is supposed to update the control's z-order in the
7648             parent's z-order chain. Fixed to behave like that
7649           - BringToFront: Removed obsolete code
7650           - SendToBack: Simplyfied
7651           - SetChildIndex: Trigger layout calculations when Z-order changes
7652             since layout is done by z-order
7653
7654 2006-05-16  Chris Toshok  <toshok@ximian.com>
7655
7656         [ fixes bug #78410 ]
7657         * DataGrid.cs (set_AlternatingBackColor): use
7658         grid_drawing.InvalidateCells instead of Refresh().
7659         (set_BackColor): call grid_drawing.InvalidateCells.
7660         (set_BackgroundColor): use Invalidate instead of Refresh.
7661
7662         * DataGridDrawingLogic.cs (InvalidateCells): new function, just
7663         invalidate the cell area.
7664
7665 2006-05-15  Chris Toshok  <toshok@ximian.com>
7666
7667         [ fixes bug #78011 ]
7668         * ThemeWin32Classic.cs (DataGridPaintRows): pass the clip argument
7669         on to DataGridPaintRow.
7670         (DataGridPaintRow): take a clip argument, and only draw the cells
7671         which intersect it.  same with the not_usedarea.
7672
7673         * Theme.cs (DataGridPaintRow) add @clip parameter.
7674
7675         * DataGrid.cs (ScrollToColumnInPixels): simplify, use
7676         XplatUI.ScrollWindow.
7677         (ScrollToRow): same.
7678
7679         * DataGridDrawingLogic.cs (UpdateVisibleColumn): fix corner case
7680         with last column which was causing a gray swath to appear with the
7681         XplatUI.ScrollWindow code.
7682
7683 2006-05-15  Chris Toshok  <toshok@ximian.com>
7684
7685         * ListBox.cs (HorizontalScrollEvent): in the non-multicolumn case,
7686         use XplatUI.ScrollWindow.
7687         (VerticalScrollEvent): use XplatUI.ScrollWindow.
7688
7689 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com> 
7690
7691         * TextBoxBase.cs: Added handling of middle-button paste for X11. (#78375)
7692
7693 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
7694
7695         * Cursors.cs: For X11, read NWSE and NESW cursors from our resource
7696           file since there are no equivalent X11 cursors
7697
7698 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
7699
7700         * MonthCalendar.cs : DateTimePicker should reflect selected date
7701           on mouse*up*, not mouse*down*. Fixed originally reported part of
7702           bug #76474.
7703
7704 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
7705
7706         * TabControl.cs : When argument index is equal or more than tab
7707           count, just ignore. Fixed bug #78395.
7708
7709 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
7710
7711         * Control.cs: Dispose all child controls when control is diposed (#78394)
7712
7713 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
7714
7715         * ColorDialog.cs: Finally it is possible to select the color with
7716           the text boxes
7717
7718 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
7719
7720         * PrintDialog.cs: Fix typo
7721
7722 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
7723
7724         * PrintDialog.cs: PrintDialog is not resizable
7725         * ThemeWin32Classic.cs: Draw non links in LinkLabel with the correct
7726           color. Made some ToolBar drawing methods protected virtual.
7727
7728 2006-05-13  Jordi Mas i Hernandez <jordimash@gmail.com>
7729
7730         * PrintDialog.cs: Implementation of the PrintDialog
7731
7732 2006-05-12  Chris Toshok  <toshok@ximian.com>
7733
7734         * ScrollBar.cs (set_Value): don't use Dirty/Invalidate to move the
7735         thumb, instead use MoveThumb.  This has the side effect of making
7736         most of the other thumb moving machinery use MoveThumb as well.
7737         (OnHandleCreated): pass false for @dirty to UpdateThumbPos, as we
7738         need to actually invalidate the rectangle where the new thumb will
7739         go.
7740         (MoveThumb): use XplatUI.ScrollWindow to move the thumb around.
7741         We force an Update() after, so it's not as fast as it could be,
7742         but at least there's zero flicker and no droppings.
7743         (OnMouseMoveSB): in the thumb dragging case, use MoveThumb.
7744         (UpdateThumbPos): add another argument (dirty), which says whether
7745         or not to calculate/add dirty regions which we later invalidate.
7746         For cases where we know we're going to use MoveThumb, we pass
7747         false for this.  Otherwise, pass true.
7748
7749 2006-05-12  Jackson Harper  <jackson@ximian.com>
7750
7751         * ThemeWin32Class.cs: Fixes for alignment and icon rendering in
7752         the status bar.
7753         
7754 2006-05-12  Peter Dennis Bartok  <pbartok@novell.com>
7755
7756         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new SetClipRegion
7757           and GetClipRegion methods and UserClipWontExposeParent property.
7758         * XplatUIWin32.cs: Implemented SetClipRegion/GetClipRegion methods,
7759           overriding UserClipWontExposeParent property, setting to false, since
7760           Win32 handles the required expose messages to draw our clipped parent
7761           areas internally
7762         * XplatUIX11.cs: Implemented SetClipRegion and GetClipRegion; updated
7763           PaintEventStart to set the user clip region if set.
7764         * Control.cs: 
7765           - Now internally tracking the Region for the control since we need to
7766             store it if the handle is not yet created and only set it when it
7767             becomes created. Before setting the region forced handle creation
7768           - Added code to draw the parents underneath a user-clipped region
7769         * Hwnd.cs: Added UserClip property
7770
7771 2006-05-12  Chris Toshok  <toshok@ximian.com>
7772
7773         * ScrollBar.cs (set_LargeChange): Refresh() -> InvalidateDirty()
7774         (set_Maximum): same.
7775         (set_Minimum): same.
7776         (set_SmallChange): same.
7777         (OnMouseUpSB): remove the call to refresh when releasing the
7778         thumb.  We shouldn't need it.
7779         
7780 2006-05-12  Miguel de Icaza  <miguel@novell.com>
7781
7782         * StatusBar.cs (UpdatePanel): If the panel being refreshes has the
7783         AutoSize set to None, we do not need to relayout everything, we
7784         just need to invalidate the current region.
7785
7786         (Draw): Do not draw the entire ClientArea, just redraw the
7787         clip area being passed.
7788
7789         * MdiClient.cs: Make MdiClient constructor with the Form argument
7790         internal. 
7791
7792 2006-05-12  Jackson Harper  <jackson@ximian.com>
7793
7794         * ThemeWin32Classic.cs (DrawToolBar): Flat toolbars get their
7795         parents background image,  but strangely not their own.
7796         - (DrawStatusBarPanel): Take into account horizontal alignment
7797         when drawing the strings and icons.
7798
7799 2006-05-12  Mike Kestner  <mkestner@novell.com>
7800
7801         * ListBox.cs: avoid invalidations for focus when the collection is
7802         empty. 
7803
7804 2006-05-12  Chris Toshok  <toshok@ximian.com>
7805
7806         * ScrollBar.cs (OnMouseMoveSB): when dragging the thumb, don't
7807         invalidate the entire thumb area.  Call InvalidateDirty which
7808         limits the redraw to the thumb itself and surrounding pixels.
7809
7810         * XplatUIX11.cs (ScrollWindow): optimize copying.
7811         
7812 2006-05-12  Chris Toshok  <toshok@ximian.com>
7813
7814         * DataGridDrawingLogic.cs: make CalcGridAreas non-reentrant.
7815         Figure out the positioning/layout in a single pass instead of
7816         multiple recursive invocations.  Speeds up the initial display of
7817         the data grid.  Also, make many things private that were
7818         originally public but unused outside this class.
7819
7820 2006-05-11  Jackson Harper  <jackson@ximian.com>
7821
7822         * MdiClient.cs: Improved layout code.
7823
7824 2006-05-11  Jonathan Chambers  <jonathan.chambers@ansys.com>
7825
7826         * PropertyGrid.cs : Only check GetPropertiesSupported for properties,
7827           not SelectedObject.
7828
7829 2006-05-11  Chris Toshok  <toshok@ximian.com>
7830
7831         * Hwnd.cs (Invalid): don't start off with Rectangle.Empty, as
7832         union of that will always be {0,0,width,height}.
7833
7834 2006-05-11  Jackson Harper  <jackson@ximian.com>
7835
7836         * Form.cs: Match MS's DefaultSize for forms (they must have
7837         changed the size in sp2).
7838
7839 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
7840
7841         * TextBoxBase.cs : implement CTRL+A (select all). Fixed bug #78368.
7842
7843 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
7844
7845         * TextControl.cs : Fixed bug #78109. This incorrect position
7846           comparison caused crash on automatic line split.
7847         * TextBoxBase.cs : reduce duplicate code.
7848
7849 2006-05-10  Jackson Harper  <jackson@ximian.com>
7850
7851         * MdiClient.cs: Active form is only sent to the back when using
7852         the Next form functionality, when a form is clicked the current
7853         active shouldn't be sent to the back.
7854         - Layout the mdi windows when the container is first made visible.
7855         * Form.cs: Give the MdiClient a ref to the containing form when we
7856         create it.
7857         
7858 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
7859
7860         * LinkLabel.cs : link_font could be uninitialized, so populate one
7861           before actual use. Fixed bug #78340.
7862
7863 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
7864
7865         * XplatUIX11.cs : clipboard format native value is IntPtr.
7866           Fixed bug #78283.
7867
7868 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
7869
7870         * Control.cs: 
7871           - Instead of showing context menus directly we send WM_CONTEXTMENU, 
7872             which is passed up the parent chain by DefWndProc
7873           - We now handle WM_CONTEXTMENU to display any menu, or pass it 
7874             to DefWndProc (#77956)
7875         * XplatUIX11.cs: Added handling of WM_CONTEXTMENU (pass up) to DefWndProc
7876
7877 2006-05-10  Jackson Harper  <jackson@ximian.com>
7878
7879         * MdiClient.cs: We need to remove the controls from the mdi
7880         collection, when we close the window.
7881         * MdiWindowManager.cs: Special handling of closing mdi windows.
7882         * InternalWindowManager.cs: Make the close method virtual so the
7883         mdi window manager can handle it specially.
7884
7885 2006-05-10  Jordi Mas i Hernandez <jordimash@gmail.com>
7886
7887         * DataGrid.cs:
7888           - Recalculate grid when the data source has changed
7889           - Matches styles provided by user from all data sources types
7890         * DataGridTableStyle.cs: For columns that provided by the user set the
7891         with the preferred value is there was unassigned.
7892         * CurrencyManager.cs: throw OnItemChanged event
7893
7894 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com> 
7895
7896         * PictureBox.cs: Don't animate until handle is created. Start animation
7897           when handle is created.
7898
7899 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
7900
7901         * XplatUIX11.cs, Hwnd.cs: Adopted Mike's patch from #77979 to match
7902           current codebase.
7903         * XEventQueue.cs: We don't need to provide the extra info
7904
7905 2006-05-10  Jackson Harper  <jackson@ximian.com>
7906
7907         * MdiClient.cs: If the mdi clients parent form has a background
7908         image set, we draw that background image for the mdi area's
7909         background.
7910
7911 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
7912
7913         * TextBoxBase.cs: Set IBeam cursor (#78347)
7914
7915 2006-05-10  Mike Kestner  <mkestner@novell.com>
7916
7917         * ToolBar.cs: fix some text padding issues with ButtonSize
7918         calculation. Update the default size to match MS documentation.
7919         * ToolBarButton.cs: use ToolBar.ButtonSize for layout of unspecified
7920         button size. Fixes #78296.
7921
7922 2006-05-10  Mike Kestner  <mkestner@novell.com>
7923
7924         * ListBox.cs: use is_visible for scrollbar positioning in case the
7925         control isn't on screen yet.  Fix off by one with Right vs Width
7926         usage.  Update Scrollbars in SetBoundsCore. Fixes #78188 and #78258.
7927         
7928 2006-05-10  Jackson Harper  <jackson@ximian.com>
7929
7930         * X11Dnd.cs: Drop to a control with another control on top of it.
7931         * ToolBar.cs: Work on a copy of the buttons list, so that it can
7932         be modified in click handlers. TODO: Look for similar problems in
7933         other controls.
7934
7935 2006-05-09  Jackson Harper  <jackson@ximian.com>
7936
7937         * Form.cs: Window managers need the old window state when setting
7938         window state now.
7939         * InternalWindowManager.cs: Allow the base mdi window manager to
7940         handle more of the MDI only stuff (like maximize buttons).
7941         * MdiWindowManager.cs: Fix some snafus in changing the window
7942         state.  Add all the menu functionality, for both popup and
7943         maximized menus.
7944         * MdiClient.cs: When a new form is selected the currently
7945         activated form is sent to the back, this matches MS.
7946         - Implement a new method to activate the next mdi child window.
7947
7948 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com>
7949
7950         * Control.cs: 
7951           - Added new InternalCapture method to allow controls to prevent
7952             the capture behaviour on the click handlers
7953           - Switched to use InternalCapture
7954         * ComboBox.cs:
7955           - Using InternalCapture to prevent mouse captures from being released
7956             on mouse button release (Fixes #78100)
7957         * XplatUIX11.cs (DeriveStyles): Now checks caption state and only
7958           returns Form borders if a caption is present. (Fixes #78310)
7959
7960 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com> 
7961
7962         * TreeNode.cs: Changed serialization .ctor to not require every field
7963           to be present. (#78265)
7964         * OwnerDrawPropertyBag.cs: Added serialization .ctor
7965
7966 2006-05-05  Alexander Olk  <alex.olk@googlemail.com>
7967
7968         * MimeIcon.cs: for is faster than foreach for strings.
7969
7970 2006-05-05  Mike Kestner  <mkestner@novell.com>
7971
7972         * CheckedListBox.cs: update check handling code to not use selected.
7973         * ListBox.cs: rewrite of mouse selection handling to correspond to MS
7974         behavior for visual feedback, motion response, shift/ctrl handling,
7975         and properly deal with all 4 selection modes. Updates to bounds
7976         handling logic.  Add scroll wheel support. [Fixes #77842]
7977
7978 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
7979
7980         * ListView.cs:
7981           - Moved adding of Implicit controls into .ctor. That way, subsequent
7982             creation of the controls will not cause them to think they are 
7983             toplevel windows (fixes #78200 header problem)
7984           - Added 2.0 ShowGroups and UseCompatibleStateImageBehaviour
7985           - Switched visibility setting of header control to use internal field
7986             to avoid triggering handle creation
7987           - Now checking if handle is created before causing a refresh when items
7988             are added (This makes us now match handle creation time with MS)
7989         * Splitter.cs: Removed loading of private splitter cursor, switched to
7990           Cursors version now that that is loading the right ones
7991         * Cursors.cs: Load proper splitter cursors from resources
7992         * Cursor.cs: Added second method of loading resource cursors for the 
7993           VS.Net users amongst us
7994
7995 2006-05-05  Mike Kestner  <mkestner@novell.com>
7996
7997         * ListView.cs: give header_control a minimum size based on the
7998         ListView size.
7999
8000 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
8001
8002         * XplatUIX11.cs: WS_EX_TOPMOST requires window to be on top. A dock
8003           window seems to do that with metacity, so set that type. (#78120)
8004
8005 2006-05-05  Mike Kestner  <mkestner@novell.com>
8006
8007         * ListViewItem.cs: fix Details mode checkbox layout bug.
8008         * ThemeWin32Classic.cs: draw a ListView column header for unused space
8009         at the end of the header, if it exists. [Fixes for #78200]
8010
8011 2006-05-04  Jackson Harper  <jackson@ximian.com>
8012
8013         * MdiClient.cs: Add a helper property to get the container form.
8014         * MdiWindowManager.cs: We have to make sure to use the menu origin
8015         when drawing the icons and buttons, this fixes maximized window
8016         icons/buttons on win32.
8017         * InternalWindowManager.cs: Reset the restore captions when a
8018         window goes from Maximized to Minimized and vice versa. Move the
8019         DrawMaximizedButtons into the MdiWindowManager source, tool
8020         windows can't be maximized. NOTE: This could use a little
8021         refactoring if time ever permits.
8022         
8023 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
8024
8025         * TextBox.cs: Add MWFCategoryAttributes
8026         * TextBoxBase.cs: Add MWFCategoryAttributes
8027         * Form.cs: Add MWFCategoryAttributes
8028
8029 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
8030
8031         * Control.cs: Add MWFCategoryAttributes
8032         * ScrollableControl.cs: Add MWFCategoryAttributes
8033
8034 2006-05-03  Alexander Olk  <alex.olk@googlemail.com>
8035
8036         * ThemeWin32Classic.cs: Draw the ToolBar top border only if
8037           Divider is true. Fix a little glitch in PropertyToolBar
8038           drawing code
8039
8040 2006-05-02  Peter Dennis Bartok  <pbartok@novell.com> 
8041
8042         * Control.cs:
8043           - Dispose: Call base.Dispose, this causes the disposed event
8044             to be fired (and probably other, more important stuff)
8045           - SetVisibleCore: Set is_visible to true after creating the
8046             window so that the window still gets created invisible (if
8047             WM_VISIBLE isn't set). That will cause the ShowWindow afterwards
8048             to generate a WM_ACTIVE message
8049         * Form.cs: Call Dispose when we want to destroy the window, instead of
8050           just destroying the handle (Dispose will do that for us)
8051         * XplatUIX11.cs:
8052           - RootWindow also needs a queue, so we can properly process the
8053             property change events from RootWindow (like Activate)
8054           - Generatic synthetic WM_ACTIVE message when the active window is
8055             being destroyed
8056
8057 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
8058
8059         * LinkLabel.cs: Trigger a recalc of our label dimensions when
8060           bounds are changed
8061
8062 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com>
8063
8064         * ThemeWin32Classic.cs (ButtonBase_DrawImage): Use the proper image
8065           for determining width and height (image might not be assigned if
8066           we're drawing an imagelist)
8067
8068 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
8069
8070         * XplatUI.cs, XplatUIDriver.cs: Added MenuHeight property
8071         * XplatUIWin32.cs: Overriding new MenuHeight property, retrieving
8072           height from system
8073         * Theme.cs: No longer returns hardcoded menu height, instead calls
8074           new driver method
8075         * Form.cs (OnLoad): Scaling happens before triggering Load events 
8076           on MS (# 78257)
8077
8078 2006-05-01  Mike Kestner  <mkestner@novell.com>
8079
8080         * MenuItem.cs: fix NRE for text == null.  Fixes #78250.
8081
8082 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com> 
8083
8084         * TextBoxBase.cs: Removed Fixme
8085         * RichTextBox.cs (set_RTF): Invalidate document after update (#78247)
8086
8087 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com>
8088
8089         * XplatUIX11.cs:
8090           - ScrollWindow: We were passing hwnd.ClientRectangle which returns
8091             the rectangle relative to the parent, considering borders. We
8092             don't really want that.
8093           - ScrollWindow: Fixed warning to be more understandable
8094         * TextBoxBase.cs: Fixed ScrollWindow calculations to consider our
8095           scrollbars and scroll only the visible area
8096         * RichTextBox.cs: Removed debug output
8097
8098 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
8099
8100         * NumericUpDown.cs (Text): Just use base
8101         * UpDownBase.cs: Ensure txtView is created before using it
8102
8103 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
8104
8105         * XplatUIX11.cs (SetWindowTransparency): Casting opacity to int before
8106           casting to IntPtr to avoid 64bit overflow errors
8107
8108 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
8109
8110         * Control.cs:
8111           - AllowDrop: Don't force handle creation.
8112           - CreateHandle: Added call to tell driver if we're allowed to drop
8113
8114 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
8115
8116         * FileDialog.cs: Remember the last directory not only for the
8117           current instance but also for new FileDialog instances.
8118
8119 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
8120         
8121         * XplatUIX11.cs: Forgot to set the queue on the foster parent. That
8122           broke sending async messages
8123
8124 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
8125
8126         * XplatUIX11.cs:
8127           - ScrollWindow: Fixed method. We finally generate expose events again
8128             for scrolled areas. This was causing 'garbage' when scrolling
8129             textbox and other controls that used ScrollWindow
8130           - Switched from using the regular queue for paint events to the MS 
8131             model of 'generating' paint events when the queue is empty.
8132             We use the new XQueueEvent.Paint subclass to store which windows
8133             need painting.
8134           - AddExpose now takes the x/y/width/height of the exposed area
8135             and inserts the window into the paint queue if not already there
8136           - InvalidateWholeWindow: Switched to use new AddExpose method
8137           - UpdateMessageQueue: Added which queue to monitor for paint events
8138           - DefWndProc: Added default handler for WM_PAINT and WM_NCPAINT in
8139             the unlikely case nothing above handles it. We reset the expose
8140             pending states to get them off the queue.
8141           - GetMessage: Now pulls a paint event if no other events are in the
8142             queue
8143           - Invalidate: Switched to new AddExpose method
8144           - PeekMessage: Updated to understand pending paint events
8145           - UpdateWindow: Fixed logic bug. We were only updating if the window
8146             didn't need updating. Also switched to sending WM_PAINT directly,
8147             like MS does.
8148         * XEventQueue.cs: Added Paint queue support. Allows enqueue/dequeue
8149           and random access Remove(). The random access is needed to handle
8150           UpdateWindow() where a WM_PAINT is sent directly without accessing
8151           the queue.
8152         * ScrollBar.cs: Added Update() calls to cause immediate updates to
8153           allow for better feedback when scrolling. Scrollbars are small and
8154           the immediate update should make it 'feel' more responsive without
8155           slowing things down. ScrollBar still needs it's invaliate logic
8156           updated to not always invalidate the whole bar on certain changes.
8157
8158 2006-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8159
8160         * Control.cs:
8161         (BackColor): if the control does not support a transparent background,
8162         return the default backcolor when the parent backcolor is transparent.
8163
8164 2006-04-28  Peter Dennis Bartok  <pbartok@novell.com>
8165
8166         * Application.cs: Updated to new StartLoop/GetMessage API
8167         * RichTextBox.cs: Provide some output on RTF parsing errors
8168         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs: Added
8169           new queue_id argument to GetMessage and PeekMessage to allow faster
8170           handling of per-thread queues in drivers.
8171         * Hwnd.cs: Added Queue tracking and property
8172         * MenuAPI.cs: Updated to new StartLoop/GetMessage API
8173         * XEventQueue.cs: Added thread trackingA
8174         * PropertyGridView.cs: Updated to new StartLoop/GetMessage API
8175         * XplatUIX11.cs:
8176           - Implemented new per-thread queue
8177           - GetMessage: Fixed return/break behaviour on several cases. We were
8178             returning stale messages in some cases, instead of just processing
8179             the next message
8180
8181 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
8182
8183         * PropertyGrid.cs: Call GetPropertiesSupported on TypeConverter.
8184
8185 2006-04-27  Peter Dennis Bartok  <pbartok@novell.com>
8186
8187         * ThemeWin32Classic.cs (DrawToolBar): Refactored, simplified the logic,
8188           fixed off-by-one comparisons between Width/Height and Right/Bottom.
8189
8190 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
8191
8192         * PropertyGridView.cs: Fix drop down width.
8193
8194 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
8195
8196         * ThemeWin32Classic.cs: Peter thinks that three additional lines are
8197           a mess in DrawToolBar, so I removed one of them.
8198
8199 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
8200
8201         * ThemeWin32Classic.cs: Draw the ToolBar border lines only if
8202           needed (clip). Otherwise we get artifacts.
8203
8204 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
8205
8206         * FixedSizeTextBox.cs: Added constructor to allow specifying which
8207           dimension is fixed
8208         * UpDownBase.cs: Set the spinner control to be fixed height vertical,
8209           and switched FixedSizeTextBox to only be fixed vertical (#78116)
8210         * Form.cs: Not applying the 'MS 0.08 fudge factor' for a given dimension
8211           if it matches the scale base font (avoids unneeded scaling)
8212
8213 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
8214
8215         * X11DesktopColors.cs: One gtk_init_check should be enough
8216
8217 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com> 
8218
8219         * TextBoxBase.cs: Moved Backspace handling into WM_CHAR block to
8220           match MS behaviour
8221
8222 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
8223
8224         * TextBoxBase.cs: 
8225           - Generate OnTextChanged for Backspace even if we're only deleting
8226             the current selection
8227           - When setting the Text property, only select all text if the
8228             control does not have focus when it is being set. Otherwise
8229             just place the cursor at the beginning of the control
8230
8231 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
8232
8233         * ThemeWin32Classic.cs: ToolBars get drawn with two lines at the top.
8234           Added a little helper to draw PropertyGrid ToolBar with a different
8235           border and a different BackColor.
8236         * PropertyGrid.cs: Some background parts didn't get painted with the
8237           correct background color. Added a class that helps us to draw the
8238           correct border for PropertyGridView and a class that helps us to
8239           draw ToolBars with a different backcolor
8240         * PropertyGridView.cs: Draw PlusMinus with the correct colors.
8241
8242 2006-04-25  Jonathan Chambers  <jonathan.chambers@ansys.com>
8243
8244         * PropertyGrid.cs: Bug 78196, font size, and splitter location.
8245         * PropertyGridView.cs: Bug 78196, font size, and splitter location.
8246
8247 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
8248
8249         * XplatUIWin32.cs (DIBtoImage): ORing instead of ANDing the alpha
8250           into the palette entries. Also, since we're working on a copy
8251           we needed to copy the palette back onto the bitmap.
8252         * Cursor.cs: Same fix as XplatUIWin32.cs.
8253
8254 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com>
8255
8256         * ImageListStreamer.cs: Need to read the var (or we're off)
8257
8258 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
8259
8260         * TextControl.cs, ComboBox.cs, CommonDialog.cs, Theme.cs, 
8261           XplatUIWin32.cs, RichTextBox.cs, ImageListStreamer.cs,
8262           TextBoxBase.cs: Unused var fixes
8263         * AxHost.cs: Small 2.0 fix
8264         * XplatUIX11.cs: Switched to IntPtr from int for XA_CARDINAL atoms 
8265           as it seems that is what at least Metacity expects. This will make
8266           icons show up on 64bit platforms. We still have some 64bit size
8267           issues, though, since the startup app window size still won't match.
8268
8269 2006-04-25  Mike Kestner  <mkestner@novell.com>
8270
8271         * *.cs: cleanup newly reported exception var unused warnings.
8272
8273 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
8274
8275         * ThemeWin32Classic.cs: Button image alignment now matches exactly
8276           ms
8277
8278 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
8279
8280         * ThemeWin32Classic.cs: Fixed drawing code for buttons with an
8281           image. The image position is always the same, no matter if the
8282           button is pressed or not.
8283
8284 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
8285
8286         * FileDialog.cs: SaveFileDialog shouldn't rely on a MWFFileView
8287           selection and set the correct filename for SaveFileDialog.
8288           Patch by Emery Conrad.
8289
8290 2006-04-24  Mike Kestner  <mkestner@novell.com>
8291
8292         * ListView.cs (LastVisibleIndex): when in List mode of Alignment.Left,
8293         check for item.X outside the ClientRect instead of item.Y. Fixes
8294         #78151.
8295
8296 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8297
8298         * ImageListStreamer.cs: some images store a wrong grow factor, so don't
8299         trust that value blindly and do some sanity check. Fixes bug #77814.
8300
8301 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8302
8303         * ImageListStreamer.cs: save the mask as a 1bpp image.
8304
8305 2006-04-21  Mike Kestner  <mkestner@novell.com>
8306
8307         * CheckedListBox.cs: maintain CheckStatus here. Use DrawItemState to
8308         pass Checked and Indeterminate to the Theme Engine. Improve
8309         encapsulation with ListBox.
8310         * ListBox.cs: Keep a StringFormat instead of calculating it every item
8311         draw. Kill ListBoxItem. Refactor away the ListBoxInfo and ListBoxItem
8312         nested types.  Move all CheckState functionality to CheckedListBox.
8313         Make IntegralHeight work like MS.  Rewrite of Layout engine.  Fix
8314         OwnerDrawVariable layout/rendering.  Fix multicolumn rendering.  Fix
8315         ScrollAlwaysVisible handling. Refactor "selected" collections to use a
8316         single base list. Fix scrollbar sizing and placement to mirror MS.
8317         * Theme.cs: remove CheckedListBoxCheckRectangle. It wasn't really
8318         used.
8319         * ThemeWin32Classic.cs: implement Indeterminate CheckState rendering
8320         for CheckedListBox by using new DrawItemState info.  Center the
8321         checkboxes on the items. Use new StringFormat property.
8322
8323 2006-04-18  Jackson Harper  <jackson@ximian.com>
8324
8325         * Form.cs: MdiChildren don't do default locations the same way as
8326         regular forms.  This prevents a crash when trying to position the
8327         mdi windows.
8328
8329 2006-04-17  Jonathan Chambers  <jonathan.chambers@ansys.com>
8330
8331         * PropertyGridTextBox.cs: Formatting, copyright
8332         * PropertiesTab.cs: Formatting
8333         * PropertyGrid.cs: Formatting
8334         * PropertyGridView.cs: Formatting, fix drop down, enabled double 
8335           click toggling of values
8336           
8337 2006-04-17  Peter Dennis Bartok  <pbartok@novell.com> 
8338
8339         * KeyPressEventArgs: Added 2.0 only setter for KeyChar
8340         * Control.cs (.ctor): verify_thread_handle is static, don't reset
8341           every time a control is created
8342         * Application.cs: Removed obsolete EnableRTLMirroring method
8343
8344 2006-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
8345
8346         * TabControl.cs: Avoid ArgumentOutOfRangeException when setting
8347         SelectedIndex to -1. Fixes bug #78121.
8348
8349 2006-04-17  Jackson Harper  <jackson@ximian.com>
8350
8351         * Binding.cs: Handle null values for Current and BindingContext.
8352         This occurs when binding is a little delayed.
8353         * CurrencyManager.cs: return null for Current when there are no
8354         items in the list.
8355         - Hookup to the listchanged event on the DataView and update
8356         bindings when the list is changed.  This fixes late binding of
8357         controls.
8358
8359 2006-04-17  Jackson Harper  <jackson@ximian.com>
8360
8361         * X11Dnd.cs:
8362         * XplatUIX11.cs: Drops should not create a mousedown. Patch by Tim
8363         Ringenbach.
8364
8365 2006-04-15  Alexander Olk  <alex.olk@googlemail.com>
8366
8367         * ThemeWin32Classic.cs: Draw disabled combo button in the correct
8368           place
8369         * ComboBox.cs: If the combobox is disabled call CPDrawComboButton
8370           with the correct ButtonState
8371
8372 2006-04-14  Peter Dennis Bartok  <pbartok@novell.com>
8373
8374         * XplatUIX11.cs: Improved distinguishing between window types to
8375           tell the WM a type closer to what the app wants (Fixes #78107)
8376
8377 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
8378
8379         * ThemeWin32Classic.cs: Fixed drawing of ContainerGrabHandle and
8380           GrabHandle
8381
8382 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
8383
8384         * ThemeWin32Classic.cs: Fixed size grip drawing and updated StatusBar
8385           drawing code to reflect the size grip changes
8386
8387 2006-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8388
8389         * ImageListStreamer.cs: fix handling of the mask that follows the main
8390         bitmap when deserializing and serialize it properly. The generated mask
8391         should better be a 1bpp image, but I'll do that later.
8392
8393 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
8394
8395         * FileDialog.cs: Show something in the DirComboBox on *nix if the
8396           path doesn't fit into some of our Current.Places
8397
8398 2006-04-13  Jackson Harper  <jackson@ximian.com>
8399
8400         * ComboBox.cs: Use borders instead of drawing our own decorations,
8401         try to obey correct rules for heights.
8402         * Theme.cs:
8403         * ThemeNice.cs:
8404         * ThemeClearLooks.cs:
8405         * ThemeWin32Classic.cs: Remove combobox decoration drawing code,
8406         this is now handled by borders.
8407         - Remove unused DrawListBoxDecorationSize method.
8408         
8409 2006-04-13  Mike Kestner  <mkestner@novell.com>
8410
8411         * MenuAPI.cs: null guarding for the disbled click check fixes crash
8412         reported by Alex.
8413
8414 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
8415
8416         * ThemeWin32Classic.cs: 
8417           - Fixed CPDrawStringDisabled
8418           - Corrected drawing of disabled menu items
8419           - Fixed drawing of disabled radio buttons (bug #78095)
8420           - Draw check in a disabled CheckBox with color ControlDark 
8421
8422 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
8423
8424         * Form.cs: Use the provided width when calculating the menu size;
8425           when being maximized we get WM_NCCALCSIZE before WM_WINDOWPOSCHANGED
8426           and ClientSize.Width won't be updated yet
8427         * Application.cs: Use Visible instead of Show() to make form visible,
8428           this way we create the handle later and menusize is considered
8429
8430 2006-04-12  Mike Kestner  <mkestner@novell.com>
8431
8432         * MenuAPI.cs: ignore clicks on disabled menu items. Thanks to Alex for
8433         reporting.
8434
8435 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
8436
8437         * TextBox.cs: Implemented context menu
8438
8439 2006-04-12  Mike Kestner  <mkestner@novell.com>
8440
8441         * ListView.cs: implement box selection. fixes #77838.
8442         * ThemeWin32Classic.cs: draw box select rect, remove a ResetClip.
8443
8444 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
8445
8446         * XplatUIX11.cs: Added setting of window type when transient window
8447           is created (metacity would move it otherwise)
8448         * X11Structs.cs: Added WINDOW_TYPE atoms
8449         * LinkLabel.cs: Override OnPaintBackgroundInternal and draw the
8450           background (the control is Opaque but still wants transparent
8451           backgrounds)
8452
8453 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
8454
8455         * Control.cs: Added OnPaintBackgroundInternal to allow controls
8456           that set Opaque but don't mean it (like all ButtonBase-derived
8457           controls) to still draw their background
8458         * ButtonBase.cs: Override OnPaintBackgroundInternal and draw
8459           the background
8460
8461 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
8462
8463         * Control.cs (PaintControlBackground): Set the graphics object
8464           on our PaintEvent to null to prevent it from being disposed
8465           when the PaintEvent gets disposed
8466
8467 2006-04-12  Alexander Olk  <alex.olk@googlemail.com>
8468
8469         * ThemeWin32Classic.cs: Use even more SystemBrushes and SystemPens
8470         * ThemeNice.cs, ThemeClearlooks.cs: fix typo
8471
8472 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
8473
8474         * Control.cs: 
8475           - Added transparency check to BackColor property. Transparent
8476             backgrounds are only allowed if the control styles permit it
8477           - Added recursive painting of parent control background and
8478             foreground if a control with a transparent backcolor is drawn
8479             (Thanks to Tim Ringenback for providing his 'hack' as a base
8480              for this patch) Fixes #77985 and #78026.
8481           - Added Opaque style check before calling OnPaintBackground, no
8482             need to draw the background if the control is opaque
8483           - Removed ControlAccessibleObject owner variable (inherited from
8484             base, no need to define again)
8485           - Added some documentation links explaining the drawing events
8486             and styles
8487
8488 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
8489
8490         * Splitter.cs (CalculateSplitPosition): Corrected the bad assumption
8491           that the affected control is the located at the left border of our
8492           parent (Fixes #77936)
8493
8494 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
8495
8496         * TextBoxBase.cs: When rendering disabled or readonly controls,
8497           draw the background with 'Control' instead of 'Window' color as
8498           long as the user hasn't specifically set a color
8499
8500 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
8501
8502         * TextBoxBase.cs: Don't try to shortcut by checking against base.Text
8503           since that won't be updated if the user types text (only if it's
8504           programatically set)
8505
8506 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
8507
8508         * ScrollableControl.cs: Calculate DisplayRect dynamically, so that
8509           layout changes do to app-triggered resizes will have the proper
8510           display rectangle for layout
8511
8512 2006-04-11  Alexander Olk  <alex.olk@googlemail.com>
8513
8514         * ThemeWin32Classic.cs:
8515           - Make use of the SystemBrushes and SystemPens wherever possible
8516           - Corrected some highlight colors
8517           - Corrected RadioButton and CheckBox FlatStyle.Flat and Popup
8518             drawing
8519         * Theme.cs: Added Empty field to CPColor struct
8520
8521 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
8522
8523         * ScrollabeControl.cs: We need to consider whether or not a scrollbar
8524           is displayed when calculating the display rectangle. Thanks to Mike
8525           for teaching me the err of my ways.
8526
8527 2006-04-10  Peter Dennis Bartok  <pbartok@novell.com>
8528
8529         * ScrollableControl.cs:
8530           - Rewrote DisplayRectangle code, now returning the proper x/y coords 
8531             (instead of 0,0) and we now return the real width/height instead of
8532             just the clientrectangle, adjusted for padding. The rectangle is
8533             now cached and created by the new CalculateDisplayRectangle method.
8534           - Created new CalculateDisplayRectange method, which basically does
8535             what get_DisplayRectangle() did originally, but now using the 
8536             right edge instead of DisplayRectangle to determine the size of
8537             our scrollbars
8538           - get_Canvas(): Fixed it to properly calculate canvas for 
8539             right/bottom controls which seem to be placed to the right/bottom
8540             of any controls that have a fixed location
8541           - Removed TODO that's taken care of
8542           - Removed NotImplementeds and attempted to implement AdjustFormScrollBars
8543             and SetDisplayRectLocation according to new MSDN2 docs
8544           - Added call to PerformLayout in OnVisibleChanged, MS causes a layout
8545             event when that is called, this is added for compatibility
8546           - ScrollControlIntoView(): Implemented.
8547           - Switched scrollbars to be implicit, they shouldn't be selectable
8548         * ContainerControl: Now that ScrollControlIntoView is implemented, we 
8549           call it when the active control is set/changed
8550         * ScrollBar.cs: Added support for generating Win32 scrollbar messages
8551         * ImplicitHScrollBar.cs, ImplicitVScrollBar.cs: Now setting new base
8552           implicit_control variable (used for native Win32 message generation)
8553         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Added new 
8554           HorizontalScrollBarHeight and VerticalScrollBarWidth properties
8555         * ThemeWin32Classic.cs: Now calling the driver for the scrollbar sizes
8556         * XplatUIStructs.cs: Added ScrollBarCommands enum
8557
8558 2006-04-10  Jackson Harper  <jackson@ximian.com>
8559
8560         * ButtonBase.cs:
8561         * CheckedListBox.cs:
8562         * ComboBox.cs:
8563         * DataGrid.cs:
8564         * DataGridView.cs:
8565         * Form.cs:
8566         * GroupBox.cs:
8567         * ListBox.cs:
8568         * PrintPreviewControl.cs:
8569         * ProgressBar.cs:
8570         * PropertyGrid.cs:
8571         * Splitter.cs:
8572         * StatusBar.cs:
8573         * TrackBar.cs:
8574         * UpDownBase.cs: Fixup base event overrides.
8575         
8576 2006-04-06  Mike Kestner  <mkestner@novell.com>
8577
8578         * ScrollBar.cs: fix "new event" declarations (#76509) and bounds check
8579         all user-initiated value changes to min <= value <= max-thumbsz+1.
8580         (set_Value): check for vert/horiz when calculating new thumb position.
8581         (LargeIncrement): bounds check to stop pos at max - thumb_size + 1
8582         like MS does.
8583         (OnMouseMoveSB): refactor the thumb dragging code and refine
8584         invalidation logic to reduce flicker.
8585         (SetEndPosition): bounds check to stop pos at max - thumb_size + 1
8586         (SmallIncrement): bounds check to stop pos at max - thumb_size + 1
8587         (UpdateThumbPosition): small code readability cleanup
8588
8589 2006-04-10  Alexander Olk  <alex.olk@googlemail.com>
8590
8591         * ThemeNice.cs: Small UI polishing. Draw borders a little bit
8592           different
8593
8594 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
8595
8596         * ThemeNice.cs: Use a better graphics effect when a button is pressed
8597
8598 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
8599
8600         * Theme.cs: Added GetDashPen and GetSizedPen to SystemResPool
8601         * ThemeWin32Classic.cs: Make use of the new SystemResPool methods.
8602           This dramatically reduces the number of Pen.Dispose calls. 
8603           Where possible call ResPool methods only once instead of calling it
8604           over and over again (for example for the same color).
8605
8606 2006-04-06  Mike Kestner  <mkestner@novell.com>
8607
8608         * TabControl.cs: fix for SelectedIndex updating on TabPage removals.
8609         Also remove an unused private field on the collection. Fixes #77972.
8610
8611 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
8612
8613         * ThemeNice.cs: Added ToolBar drawing code
8614
8615 2006-04-06  Mike Kestner  <mkestner@novell.com>
8616
8617         * Form.cs (ShowDialog): MS allows IWin32Window param to be a non-form.
8618         I'm assuming that means we need to look up the toplevel for the
8619         provided control. Fixes the crash trace in #77911 but exposes another
8620         crash in some strange reflection usage in NDocGui.
8621
8622 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
8623
8624         * ThemeNice.cs: Gave it a little silver touch and added Images
8625           method
8626         * FontDialog.cs: FontDialog is not resizable
8627         * FileDialg.cs: Added SizeGripStyle.Show
8628
8629 2006-04-05  Jackson Harper  <jackson@ximian.com>
8630
8631         * KeyboardLayouts.cs: Remove warning.
8632
8633 2006-04-05  Jackson Harper  <jackson@ximian.com>
8634
8635         * Control.cs: Enable OnPaintInternal so we can use it for drawing
8636         all of our controls instead of Paint +=.
8637         * ListBox.cs:
8638         * ListView.cs:
8639         * MenuAPI.cs:
8640         * MessageBox.cs:
8641         * NotifyIcon.cs:
8642         * ProgressBar.cs:
8643         * ScrollBar.cs:
8644         * Splitter.cs:
8645         * StatusBar.cs:
8646         * TabControl.cs:
8647         * TextBoxBase.cs:
8648         * ToolBar.cs:
8649         * TrackBar.cs:
8650         * UpDownBase.cs:
8651         * ComboBox.cs: Remove handling of WM_PAINT and WM_ERASEBKGND and
8652         use OnPaintInternal. Remove Width/Height and Visible checks in
8653         paint handler, this is done at a higher level now.
8654         * GroupBox.cs: Don't need to handle WM_ERASEBKGND anymore.
8655         * PaintEventArgs.cs: Add a handled flag so controls that don't
8656         want anymore painting after OnPaintInternal can make sure OnPaint
8657         isn't called.
8658
8659 2006-04-05  Mike Kestner  <mkestner@novell.com>
8660
8661         * Form.cs: fix the menu WndProc hacks to respect the native enabled
8662         state of the form, so that we don't process events when Modal dialogs
8663         are up. Fixes #77922.
8664
8665 2006-04-05  Alexander Olk  <alex.olk@googlemail.com>
8666
8667         * Mime.cs: Default for range length is 1 not 0. If set to 0 no match
8668           checking is done.
8669
8670 2006-04-05  Mike Kestner  <mkestner@novell.com>
8671
8672         * XplatUIX11.cs: fix typo in the EX_APPWINDOW transient patch.
8673
8674 2006-04-05  Mike Kestner  <mkestner@novell.com>
8675
8676         * ListView.cs (HeaderMouseMove): null guarding for the over column
8677         when setting up the drag_to_index.  Fixes #78015.
8678
8679 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com>
8680
8681         * XplatUIX11.cs: If WS_EX_APPWINDOW isn't set we don't want to show up
8682           in the taskbar. Transient windows seem to accomplish that.
8683
8684 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com> 
8685
8686         * Form.cs:
8687           - Re-enabled CreateParams.X/Y code for FormStartPosition
8688           - Added code for manual placement when creating the Control
8689           - Incomplete patch to treat MDI forms differently when
8690             setting the ClientSizeCore. (Still need to figure out handling
8691             x/y coords there)
8692         * XplatUIX11.cs:
8693           - When we're explicitly setting the X/Y position of a non-Child
8694             window, let the WM know. Metacity really wants this.
8695
8696 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
8697
8698         * ThemeNice.cs: Added CPDrawButton
8699
8700 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
8701
8702         * ThemeNice.cs: Changed the color for focused buttons and activated
8703           the arrows for small scroll buttons.
8704
8705 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
8706
8707         * ThemeWin32Classic.cs: Removed DrawFlatStyleButton, not needed
8708           anymore. Changed some method modifiers to protected (virtual)
8709         * ThemeClearlooks.cs: Updated to reflect the ThemeWin32Classic
8710           changes
8711         * ThemeNice.cs: Updated to reflect the ThemeWin32Classic changes.
8712           Updated drawing of menus, buttons and progressbars; added
8713           CPDrawBorder3D 
8714
8715 2006-04-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8716
8717         * ImageListStreamer.cs: implemented serialization/deserialization
8718         of the images.
8719
8720 2006-04-03  Alexander Olk  <alex.olk@googlemail.com>
8721
8722         * ThemeWin32Classic.cs:
8723           - Removed all the DrawFrameControl stuff; CPDrawButton,
8724             CPDrawCheckBox and CPDrawRadioButton are now handled directly
8725             inside the methods
8726           - Updated and corrected the drawing code of CPDrawButton,
8727             CPDrawCheckBox and CPDrawRadioButton to better match ms
8728           - Updated theme checkbox and radiobutton code to use the CP*
8729             methods
8730
8731 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
8732
8733         * XplatUIX11.cs: Enable clipping again now that the libgdiplus
8734           bug is fixed
8735
8736 2006-03-31  Jackson Harper  <jackson@ximian.com>
8737
8738         * XplatUIX11.cs: Somehow we get SETCURSORS for bad windows
8739         sometimes.
8740         * UpDownBase.cs: Don't CreateGraphics manually, use a
8741         Refresh. Ideally we would invalidate the correct areas here.
8742
8743 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
8744
8745         * XplatUIX11.cs: 
8746           - We now track the mapping state of windows. If a window (or 
8747             one of it's parents) is not mapped we no longer permit
8748             WM_PAINT messages to be generated since we'd otherwise get 
8749             lots of BadMatch X errors. Jackson did all the work figuring
8750             out the problem.
8751           - Destroying the caret if the window it's contained in is 
8752             destroyed. Can't use regular DestroyCaret method since it
8753             might fall into a drawing function (trying to remove the
8754             caret) and with that generate new BadMatch errors. Again,
8755             Jackson tracked this down.
8756           - Changed DestroyChildWindows to SendWMDestroyMessages, we now
8757             make sure we send the messages to all windows. (The old code
8758             would send the WM_DESTROY to the window, and then all child
8759             windows would be 'gone' because the WM_DESTROY handle lookup
8760             would no longer find the destroyed window)
8761         * Hwnd.cs: Added Mapping property to track mapping state of hwnd
8762         * X11Structs.cs: Added WindowType enum for MapWindow/UnmapWindow
8763
8764 2006-03-31  Jackson Harper  <jackson@ximian.com>
8765
8766         * ScrollableControl.cs: Dont recalc if we are not visible.
8767
8768 2006-03-31  Mike Kestner  <mkestner@novell.com>
8769
8770         * Control.cs (SetVisibleCore): move the CreateControl call up ahead of
8771         the visibility branch.
8772
8773 2006-03-31  Jackson Harper  <jackson@ximian.com>
8774
8775         * ScrollBar.cs: Cap values when incrementing/decrementing.
8776
8777 2006-03-31  Mike Kestner  <mkestner@novell.com>
8778
8779         * MenuAPI.cs: setup menu.tracker for popup/context menus.
8780         * ToolTip.cs: guard against timer expirations with no active control.
8781         Not sure why it happened.
8782
8783 2006-03-31  Mike Kestner  <mkestner@novell.com>
8784
8785         * ThemeWin32Classic.cs: add some horizontal padding space for the tip
8786         text.
8787         * ToolTip.cs: Position the tooltip based on where the cursor is at
8788         popup time, not at MouseEnter time.  Add a Down state so that we don't
8789         redisplay tips without a Leave. Use faked XplatUI.GetCursorInfo for
8790         positioning offset. Lookup DisplaySize at positioning time, since it
8791         can theoretically change during invocation.
8792         * XplatUIWin32.cs: fake GetCursorInfo until pdb can do it properly.
8793         * XplatUIX11.cs: fake GetCursorInfo until pdb can do it properly.
8794
8795 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
8796
8797         * ThemeWin32Classic.cs: Use CPDrawBorder3D to draw a GroupBox.
8798           Fixes behaviour when the Text property of the box is String.Empty
8799
8800 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com>
8801
8802         * XplatUIX11.cs: Only send mouseleave for our client windows, not
8803           for the whole window (otherwise we get WM_MOUSE_LEAVE twice for
8804           a window)
8805
8806 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
8807
8808         * FileDialog.cs: Visual enhancement for the popup buttons in 
8809           PopupButtonPanel
8810
8811 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
8812
8813         * ColorDialog.cs, FontDialog.cs: Make use of the updated 3D border
8814           code
8815
8816 2006-03-30  Alexander Olk  <alex.olk@googlemail.com>
8817
8818         * ThemeWin32Classic.cs: Updated MainMenu drawing of selected and
8819           highlighted menu items to match ms
8820
8821 2006-03-30  Peter Dennis Bartok  <pbartok@novell.com> 
8822
8823         * XplatUIX11.cs: Don't set a clip rectangle unless it's not empty
8824
8825 2006-03-30  Mike Kestner  <mkestner@novell.com>
8826
8827         * Menu.cs (SelectedItem): use new MenuItem.Selected prop.
8828         * MenuAPI.cs: use new MenuItem.Selected prop. redraw MainMenu when we
8829         go active to account for HotLight to Selected transition.
8830         * MenuItem.cs: add internal Selected prop. Fill out the Status
8831         property by calculating it from item info. Add HotLight,
8832         NoAccelerator, Checked, Grayed, and Disabled flags where appropriate.
8833
8834 2006-03-30  Mike Kestner  <mkestner@novell.com>
8835
8836         * MenuItem.cs: only emit DrawItem and MeasureItem for OwnerDraw.
8837
8838 2006-03-29  Jackson Harper  <jackson@ximian.com>
8839
8840         * Form.cs: Implement TODO.
8841
8842 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com> 
8843
8844         * PrintPreviewDialog.cs: Implemented missing methods and events; still
8845           missing proper dialog setup in the constructor
8846
8847 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com>
8848
8849         * ProgressBar.cs: Added 2.0 Style property that apps seem to use
8850         * Control.cs:
8851           - Implemented CheckForIllegalCrossThreadCalls, removed TODO
8852           - Fixed ResetBindings and removed TODO
8853           - Added check for cross-thread calls to get_Handle()
8854           - Added Marshaller attribute for set_Font to satisfy class status
8855         * FontDialog.cs: Removed TODOs that seemed implemented
8856         * UpDownBase.cs: Removed unneeded TODO and Fixme
8857         * MessageBox.cs: Implemented support for Default button and removed TODO
8858         * FileDialog.cs: Removed obsolete TODO
8859         * DomainUpDown.cs: Removed obsolete TODO
8860         * ButtonBase.cs: Removed obsolete TODO
8861         * XplatUIWin32.cs: Removed obsolete TODO
8862         * Form.cs:
8863           - Removed obsolete TODO
8864           - Calling CheckAcceptButton when the acceptbutton is changed to allow
8865             internal status updates
8866           - Making sure the active control is selected when the control is created
8867         * CurrencyManager.cs: Removed obsolete TODO
8868
8869 2006-03-29  Mike Kestner  <mkestner@novell.com>
8870
8871         * *.cs: fix remaining corcompare issues for 1.1 API with the exception
8872         of PrintPreviewDialog and RichTextBox.
8873
8874 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
8875
8876         * Theme.cs: Added a little helper to SystemResPool to get the Dark,
8877           DarkDark, Light and LightLight colors for a specific color
8878         * ThemeWin32Classic.cs:
8879           - Use Button drawing code to draw RadioButtons and CheckBoxes with
8880             Appearance = Button 
8881           - Make use of the new ResPool helper CPColor
8882           - Draw ProgressBar and StatusBar with correct 3D borders
8883
8884 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
8885
8886         * ColorDialog.cs: Return selected color. Fixes bug #77940.
8887
8888 2006-03-28  Mike Kestner  <mkestner@novell.com>
8889
8890         * ListView.cs: fix Icon layout to plan for scrollbar widths when
8891         calculating col/row counts.
8892
8893 2006-03-28  Mike Kestner  <mkestner@novell.com>
8894
8895         * ColumnHeader.cs:
8896         * ListView.cs:
8897         * ListViewItem.cs:
8898         * Menu.cs: 
8899         switch to explicit interface method implementation for some methods
8900         corcompare identifies as inconsistent with MS.
8901
8902 2006-03-28  Mike Kestner  <mkestner@novell.com>
8903
8904         * MainMenu.cs: 
8905         * Menu.cs:
8906         add a few missing methods from the class status output.
8907
8908 2006-03-28  Alexander Olk  <alex.olk@googlemail.com>
8909
8910         * ControlPaint.cs: Fixed ControlPaint.Light method. Results are now
8911           correct.
8912
8913 2006-03-28  Mike Kestner  <mkestner@novell.com>
8914
8915         * MenuAPI.cs: Deactivate on MainMenu item click. Fixes #77917.
8916
8917 2006-03-27  Mike Kestner  <mkestner@novell.com>
8918
8919         * ThemeWin32Classic.cs: Switch flat toolbars to use RaisedInner for
8920         the Hilight state to adapt to Alex's CPDrawBorder3D changes.
8921
8922 2006-03-27  Alexander Olk  <alex.olk@googlemail.com>
8923
8924         * ThemeWin32Classic.cs: Rewrote Button drawing code to match ms.
8925
8926 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
8927
8928         * ThemeWin32Classic.cs:
8929           - GroupBox: Inserted a little gap between the text and the lines
8930             on the right side
8931           - Made the code in CPDrawBorder3D more readable
8932           - Corrected the drawing location of the up and down arrows in 
8933             CPDrawScrollButton
8934
8935 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
8936
8937         * ControlPaint.cs: Corrected line widths in DrawBorder for
8938           ButtonBorderStyle Inset and Outset
8939
8940 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
8941
8942         * ThemeWin32Classic.cs:
8943           - Rewrote the totally broken CPDrawBorder3D method. That was
8944             one of the main problems for the terrific ThemeWin32Classic
8945             look
8946           - Updated and corrected Button drawing
8947           - Correct the dimensions of the SizeGrip to match ms ones
8948           - Removed a small drawing glitch in DrawComboBoxEditDecorations
8949         * XplatUIX11.cs: Draw borders with BorderStyle = Fixed3D with
8950           Border3DStyle.Sunken to match ms.
8951
8952 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
8953
8954         * ThemeWin32Classic.cs: First small part of the "de-uglify
8955           ThemeWin32Classic" effort, SizeGrip
8956
8957 2006-03-24  Jackson Harper  <jackson@ximian.com>
8958
8959         * XplatUIX11.cs: Give a max idle time of one second, this matches
8960         MS and forces an Idle event every second when there are no other
8961         events in the queue.
8962
8963 2006-03-24  Mike Kestner  <mkestner@novell.com>
8964
8965         * ListView.cs: Handle (Large|Small)ImageList == null more robustly.
8966         * ListView.Item.cs: fix layout issues with null image lists and images
8967         smaller than checkbox size.
8968         * ThemeWin32Classic.cs: Draw a 12 pixel line in ListView LargeIcon
8969         mode like MS does.  It's weird, but consistent.  ;-)
8970         Fixes #77890.
8971
8972 2006-03-24  Mike Kestner  <mkestner@novell.com>
8973
8974         * ListView.cs: Scroll wheel support for the item control.  Fixes
8975         #77839.
8976
8977 2006-03-23  Jackson Harper  <jackson@ximian.com>
8978
8979         * ScrollableControl.cs: Special case negative sized areas, not
8980         zero.
8981         * MonthCalendar.cs: Save the rect of the clicked date so we can
8982         use it for invalidation.
8983         - Try to cut down on the number of invalidates
8984         - Invalidate the rect the mouse is over and was over when moving
8985         the mouse, so we get the focus box following the cursor.
8986
8987 2006-03-23  Mike Kestner  <mkestner@novell.com>
8988
8989         * ThemeWin32Classic.cs: fix FullRowSelect selection background and
8990         focus rectangle drawing. Fixes #77835.
8991
8992 2006-03-23  Mike Kestner  <mkestner@novell.com>
8993
8994         * XplatUIX11.cs: rework the fix for #77828 by changing the order of
8995         the if and else if and reverting back to the original == check on the
8996         None conditional.
8997
8998 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
8999
9000         * FontDialog.cs: Update the example panel if the selected index of
9001           the fontListBox changes.
9002
9003 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
9004
9005         * FileDialog.cs: Make FileDialog remember which directory it was in
9006           last in the same execution.
9007
9008 2006-03-22  Mike Kestner  <mkestner@novell.com>
9009
9010         * FileDialog.cs: make the DropDownMenu on the toolbar display
9011         RadioChecks since they are mutually exclusive and that's what MS does.
9012
9013 2006-03-22  Mike Kestner  <mkestner@novell.com>
9014
9015         * Theme.cs: add Color param to CPDrawMenuGlyph.
9016         * ThemeWin32Classic.cs: do color specific menu glyph rendering so that
9017         checks and radio marks and arrows are visible on highlighted items.
9018         * ControlPaint.cs: update to use new Theme signature.
9019
9020 2006-03-22  Mike Kestner  <mkestner@novell.com>
9021
9022         * MenuAPI.cs: only process Enter and arrow keypresses if the tracker
9023         is active. Fixes #77870.
9024
9025 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
9026
9027         * FileDialog.cs: Corrected TabIndex order and set fileNameComboBox
9028           to be focused/selected after startup
9029
9030 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
9031
9032         * ColorDialog.cs: 
9033           - Corrected behaviour of Color, AllowFullOpen, FullOpen,
9034             CustomColors and ShowHelp properties
9035           - Some internal rewrites to get better results when using the
9036             ColorMatrix
9037
9038 2006-03-22  Mike Kestner  <mkestner@novell.com>
9039
9040         * ListView.cs: hook into Peter's new ResetMouseHover capability to fix
9041         HoverSelection.  Fixes #77836.
9042
9043 2006-03-22  Mike Kestner  <mkestner@novell.com>
9044
9045         * FileDialog.cs: bugfixes for the toolbar.  Use PushButtons instead of
9046         ToggleButtons.  (De)Sensitize the Back button around a stack count of
9047         1, not 0.  Update ButtonSize based on a pixel count of the win32
9048         control.  Adjust the toolbar size/location for new button size.
9049
9050 2006-03-22  Jackson Harper  <jackson@ximian.com>
9051
9052         * XplatUIX11.cs: Don't handle configurenotifys if PostQuitState is
9053         true.
9054         * ScrollBar.cs: When doing increments and decrements we need to
9055         set the Value property so that ValueChanged gets raised. A
9056         possible optimization here would be to make an internal SetValue
9057         that doesn't invalidate immediately.
9058         * ToolTip.cs: Tooltips get added to their container (when
9059         supplied) so they get disposed when the container is disposed.
9060         - Don't create tooltips for String.Empty. This prevents all these
9061         little 2-3 pixel windows from showing up when running nunit-gui
9062         and driving me mad.
9063         * Form.cs: Don't set topmost when setting the owner if the handles
9064         haven't been created yet.  The topmost set will happen when the
9065         handles are created.
9066
9067 2006-03-22  Peter Dennis Bartok  <pbartok@novell.com> 
9068
9069         * XplatUIX11.cs:
9070           - DeriveWindowStyles: Fixed typo in borderstyle generation (#77828)
9071           - SetVisible: Sending WINDOWPOSCHANGED for all controls when made 
9072             visible (to allow them to recalculate their sizes)
9073
9074 2006-03-21  Mike Kestner  <mkestner@novell.com>
9075
9076         * ThemeWin32Classic.cs: major refactoring of the ToolBar rendering
9077         methods. Removed a ton of redundant code.  Still not really happy with
9078         the border rendering, but I think that's mainly because of the
9079         ControlDarkDark being black instead of a dark grey. Depending on how 
9080         close we want to be, we might want to revisit those color choices.
9081         Among the new features added during the refactor were DropDownArrow
9082         pressed rendering, Disabled image rendering.  Proper flat appearance
9083         boundary rendering.  Removed the Divider and Wrapping dividers since I
9084         can't figure out any combination of themes and conditions to make the
9085         MS control draw a horizontal line on a toolbar despite what the
9086         Divider property docs indicate.
9087         * ToolBar.cs: rewrite the layout engine. Fixes numerous flicker
9088         conditions and incorrect layout.  Updated to coding standard.
9089         * ToolBarButton.cs: refactored layout and positioning code from
9090         ToolBar to here.  Invalidate wherever possible instead of forcing
9091         redraws of the whole toolbar. 
9092         (Known remaining issues: explicit ButtonSize smaller than provided
9093         images.)
9094
9095 2006-03-21  Mike Kestner  <mkestner@novell.com>
9096
9097         * ContextMenu.cs (Show): use the position parameter instead of just
9098         showing at the MousePosition.
9099
9100 2006-03-21  Jackson Harper  <jackson@ximian.com>
9101
9102         * TabControl.cs: Remove the call to ProcessKeyEventArgs and let
9103         control handle this.
9104         * TreeNodeCollection.cs: If we are clearing the root node we need
9105         to reset top_node so calcs can still happen.
9106         * ThemeWin32Classic.cs: This is a Flags so we need to check
9107         properly.
9108         
9109 2006-03-21  Jackson Harper  <jackson@ximian.com>
9110
9111         * DataGrid.cs: Create columns when the binding context has been
9112         changed.
9113         * X11Structs.cs: Keysyms are uints.
9114         - Add size to fix build.
9115
9116 2006-03-21  Peter Dennis Bartok  <pbartok@novell.com> 
9117
9118         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
9119           XplatUIOSX.cs: 
9120           - Added ResetMouseHover method to allow controls to retrigger
9121             hovering if they need it more than once
9122           - Implemented MouseHoverTime and MouseHoverSize properties
9123         * Timer.cs: Start() must reset the interval
9124         * SystemInformation.cs: Added 2.0 MouseHoverTime and MouseHoverSize
9125           properties
9126
9127 2006-03-21  Jackson Harper  <jackson@ximian.com>
9128
9129         * X11Keyboard.cs: improved layout detection. Move the nonchar
9130         tables into this file.
9131         * KeyboardLayouts.cs: Move the tables into resource files.
9132
9133 2006-03-21  Mike Kestner  <mkestner@novell.com>
9134
9135         * ListView.cs: use OnItemActivated to raise events. Fixes #77834.
9136
9137 2006-03-21  Alexander Olk  <alex.olk@googlemail.com>
9138
9139         * Mime.cs: Various speed optimizations. Looking up mime types
9140           is now 2 times faster than before
9141
9142 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com> 
9143
9144         * CreateParams.cs: Added internal menu field
9145         * Control.cs: 
9146           - Switched call order for UpdateBounds; now we always call
9147             the one that also takes ClientSize, and we're calculating the 
9148             client size via driver method in the others. The previous
9149             method of tracking client size by difference wasn't working
9150             for forms where even the starting client size wouldn't match
9151             the overall form size (due to borders) (Part of fix for #77729)
9152           - CreateParams(): Do not use parent.Handle unless the handle is
9153             already created. Causes havoc with Nexxia and throws off our
9154             creation of controls
9155         * XplatUIX11.cs:
9156           - Created new PerformNCCalc method to trigger WM_NCCALCSIZE message
9157           - Switched handling of ConfigureNotify over to new PerformNCCalc 
9158             method (consolidates code)
9159           - Changed RequestNCRecalc to use new PerformNCCalc method
9160           - Added calls to RequestNCRecalc when menus and borders are changed
9161             to allow app to set NC size. (Part of fix for #77729) This matches
9162             when MS send a WM_NCRECALC on Win32 windows.
9163           - Now sending WM_WINDOWPOSCHANGED when toplevel for is made visible
9164             (Part of fix for #77729). This matches what MS does, they also
9165             send that message when the form is made visible.
9166           - XException.GetMessage: Improved usability of X errors by including
9167             a translation of the window into Hwnd and Control class
9168           - Improved debug info for window creation, reparenting and destruction
9169           - Created helper method WindowIsMapped() [Currently not used]
9170         * XplatUIWin32.cs: Added ToString() debug helper to RECT structure
9171         * Form.cs:
9172           - CreateParams: Now setting our menu on the new internal menu field
9173           - SetClientSizeCore: Now passing cp.menu instead of ActiveMenu to
9174             avoid calculating the same property twice
9175         * Hwnd.cs:
9176           - Improved usability of ToString() for debugging purposes
9177           - GetWindowRectangle(): Now uses proper CalcMenuBarSize method to
9178             determine the height of the menu, instead of just the font. This
9179             required to also create a graphics context and to keep a bmp 
9180             around (for performance reasons)
9181
9182 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com>
9183
9184         * MenuAPI.cs: Added OnMouseUp method
9185         * Form.cs:
9186           - Now remembering the requested client size, avoids size errors
9187           - WndProc: Now handling WM_xBUTTONUP and passing it to MenuTracker
9188             instead of base if the menu is active. This is required due to
9189             control now capturing and releasing on down/up and it would
9190             prematurely release our menu capture
9191
9192 2006-03-17  Jackson Harper  <jackson@ximian.com>
9193
9194         * KeyboardLayouts.cs: Add the czech layouts.
9195
9196 2006-03-16  Jackson Harper  <jackson@ximian.com>
9197
9198         * Control.cs: Use the viewport space when sizing not the controls
9199         client size, so things like ScrollableControl that effect the
9200         viewport size (when scrollbars are added) are computed correctly.
9201         * BindingContext.cs: Cleanup to use the DataSourceEntrys instead
9202         of ManagerEntrys.
9203         - Handle creating BindingManagers for null data sources.
9204         * DataGrid.cs: Bind the cached_currencymgr_events to the real data
9205         source, otherwise when rows are added they are added to the 'fake'
9206         datasource and we will crash when trying to set the position in
9207         those rows.
9208         - Use Implicit scrollbars on the datagrid so they arent
9209         selectable.
9210         
9211 2006-03-16  Jackson Harper  <jackson@ximian.com>
9212
9213         * Binding.cs:
9214         * InternalWindowManager.cs:
9215         * MdiWindowManager.cs:
9216         * X11Keyboard.cs: I really want Mike to love me again (fix
9217         compiler warnings).
9218
9219 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com>
9220
9221         * DataGrid.cs:
9222           - OnMouseDown: Switch to editing mode when clicking on the cell
9223                          even if we're clicking on the cell that's currently 
9224                          selected
9225           - ProcessGridKey: Left/Right now wrap like MS.Net does
9226           - ProcessGridKey: Tab now knows to add a new row when tab is
9227                             pressed in the cell of the last column of the 
9228                             last row
9229           - ProcessGridKey: Enter now adds another row  if pressed in the last
9230                             row and selectes the new row, same column cell
9231           - ProcessGridKey: Home/End navigate columns, not rows, like 
9232                             originally implemented
9233           - Broke ProcessKeyPreview code out into an extra Internal method
9234             so it can be called from the edit code
9235         * DataGridTextBox.cs (ProcessKeyMessage):
9236           - Switched to accept Tab keypresses
9237           - Added F2 handling to allow jumping to the end of the edited cell
9238           - Added logic to allow moving caret left/right inside edited cell
9239             and making the edited cell jump when the caret hits cell borders
9240           - Tab and Enter are now passed to the datagrid after being handled
9241         * TextBoxBase.cs:
9242           - Removed capture code now that Control handles it
9243           - set_SelectionStart now ensures caret is visible
9244
9245 2006-03-16  Jackson Harper  <jackson@ximian.com>
9246
9247         * TrackBar.cs: Debackwards the increment/decrement for handling
9248         mouse clicks on the bar with vertical trackbars.
9249         * ThemeWin32Classic.cs: Draw vertical trackbars with 0 at the
9250         bottom to match MS.
9251
9252 2006-03-16  Mike Kestner  <mkestner@novell.com>
9253
9254         * ListView.cs: make shift/ctrl keyboard and mouse selection 
9255         consistent with the MS control. Fix a bug in
9256         SelectedListViewItemCollection.Clear that was pissing me off for the
9257         better part of a day because the collection was being altered
9258         underneath us as we walked the list.
9259
9260 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com> 
9261
9262         * Control.cs: Not sure how we could miss this so long, but it seems
9263           that MS.Net has Capture set all the way from before calling 
9264           OnMouseDown through sending the mouse events until after
9265           OnMouseUp. This will fix DataGrid's selection being set to end
9266           at the location of the MouseUp.
9267
9268 2006-03-15  Jackson Harper  <jackson@ximian.com>
9269
9270         * BindingContext.cs: Check the binding after its added so that it
9271           can initialize the binding managers and hookup to events.
9272         * Binding.cs: Data members seem to sometimes include rows/cols in
9273           the format Row.Column we now take this into account.
9274           - Hookup to the position changed event so we can update the
9275           control when the position has changed in the data set.
9276         * CurrencyManager.cs: Take into account the row/col naming
9277           convention when creating dataset tables.
9278         * BindingContext.cs: Using a newer better way of storing
9279           datasource/datamember pairs.  Hopefully this better matches MS for
9280           looking up binding managers.
9281
9282
9283 2006-03-15  Jackson Harper  <jackson@ximian.com>
9284
9285         * BindingContext.cs: The currency manager needs the data member
9286         name, if the member is a data set we use the name to find the
9287         correct table.
9288         * CurrencyManager.cs: When creating the list prefer an IList over
9289         an IListSource.
9290         - Attempt to create a DataTable from a DataSet (TODO: might need
9291         some better error checking here, although MS doesn't seem to have much)
9292         - If we have a DataTable create a view and use it as our list.
9293
9294 2006-03-15  Mike Kestner  <mkestner@novell.com>
9295
9296         * ListView.cs: keep a matrix of the icon mode layout to facilitate
9297         keyboard navigation. Support Up/Down/Left/Right selection correctly
9298         for all 4 View modes.
9299         * ListViewItem.cs: add internal row/col fields for icon layouts.
9300
9301 2006-03-15  Jackson Harper  <jackson@ximian.com>
9302
9303         * TabControl.cs: Redraw the tabs when we resize so their newly
9304         calculated sizes are drawn on screen.
9305         * X11Keyboard.cs: Begginnings of XIM support.  We also now support
9306         composite characters.
9307         * XplatUIX11.cs: Keyboard driver needs to know about focus changes
9308         - filter events so that composite characters can be created
9309         patches by peter
9310         * X11Structs.cs: Add XIMProperties enum.
9311
9312 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
9313
9314         * Control.cs (BringToFront, SendToBack): Don't use window or handle
9315           unless it's created
9316
9317 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
9318
9319         * Control.cs (PerformLayout): We don't need to consider visiblity
9320           for anchoring, only for docking. This fixes 'whacky' alignment
9321           in listbox and other controls that use implicit scrollbars after
9322           the previous PerformLayout patch
9323         * ListBox.cs: Switched to use implicit scrollbars
9324           
9325 2006-03-14  Mike Kestner  <mkestner@novell.com>
9326
9327         * ToolBar.cs: 
9328         * VScrollBar.cs:
9329         - chain up the "new event" overrides to base and use
9330         OnEvent to raise them.  Part of fix for bug #76509.
9331
9332 2006-03-14  Alexander Olk  <alex.olk@googlemail.com>
9333
9334         * FileDialog.cs: Do not select an item in the parent directory
9335           on backspace
9336
9337 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
9338
9339         * Control.cs (PerformLayout): It would seem that we considered
9340           invisible windows for our layout. Not quite the right thing
9341           to do. Now we don't any longer, thereby fixing bug #76889.
9342
9343 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
9344
9345         * Control.cs (CanFocus): I goofed. A control can have focus 
9346           even though it's not selectable. Made it match MS docs.
9347
9348 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
9349
9350         * ControlPaint.cs (DrawBorder3D): DrawBorder3D does not fill the
9351           center by default (fixes #76895)
9352         * ThemeWin32Classic.cs, ThemeNice.cs, ThemeClearlooks.cs: Replaced 
9353           all uses of Border3DSides.All with the explicit ORd together
9354           Left|Right|Top|Bottom because I assume that nobody was aware 
9355           that All also implies a center fill. Most places I checked had
9356           a fill right above.
9357         * ProgressBarStyle.cs: Added
9358
9359 2006-03-13  Mike Kestner  <mkestner@novell.com>
9360
9361         * ListView.cs: fix breakage in drag shadow header positioning 
9362         from Peter's csc compilation fix.
9363
9364 2006-03-13  Mike Kestner  <mkestner@novell.com>
9365
9366         * ListView.cs: fix NRE produced by backspacing twice in a focused
9367         FileDialog.
9368
9369 2006-03-13  Mike Kestner  <mkestner@novell.com>
9370
9371         * ListView.cs: proxy Key(Down|Up) from ItemControl to ListView.
9372
9373 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
9374
9375         * Hwnd.cs: Added fixed_size field to track windows whose size cannot
9376           be changed
9377         * XplatUIX11.cs: Now setting fixed_size on hwnd and if set, re-setting
9378           the allowed size before making programmatic size changes
9379
9380 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com> 
9381
9382         * XplatUIX11.cs: Don't call XSetWMNormalHints if no flags are 
9383           set, metacity is broken and will still use the emty sizes in 
9384           the struct. (Fix for #77089)
9385
9386 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
9387
9388         * XplatUIStructs.cs: Split WindowStyles into WindowStyles and 
9389           WindowExStyles and marked both enums as Flags
9390         * Form.cs, ComboBox.cs, ToolTip.cs, Control.cs, PropertyGridView.cs,
9391           NotifyIcon.cs, MenuAPI.cs, XplatUIOSX.cs, MonthCalendar.cs: Updated
9392           to match WindowStyles split
9393         * XplatUIX11.cs:
9394           - SetWMStyles: Added cehck to not apply WM attributes to Child windows
9395           - Updated to match WindowStyles split
9396         * XplatUIWin32.cs:
9397           - Fixed FosterParent creation, was using ExStyle on the Style field
9398             (This should help with Popup focus issues)
9399           - Updated to match WindowStyles split
9400
9401 2006-03-13  Jackson Harper  <jackson@ximian.com>
9402
9403         * MdiWindowManager.cs: Use the system menu height. Fixes some
9404         strange sizing issues.
9405
9406 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
9407
9408         * RichTextBox.cs: Need to scroll to caret after text is inserted (#77672)
9409         * TextBoxBase.cs:
9410           - Scroll to caret after inserting text (#77672)
9411           - Make scroll range one pixel higher, fixes off-by-one error (and
9412             makes underlines visible on the last line)
9413
9414 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com> 
9415
9416         * XplatUIX11.cs: Added call to new Keyboard.ResetKeyState to prevent
9417           the keyboard state from being stuck with keys in 'pressed' state when
9418           focus is switched away via keyboard
9419         * X11Keyboard.cs: Added new ResetKeyState method to allow drivers to
9420           reset the keyboard if no X11 KeyUp events are expected to come
9421         * X11Structs.cs: Switched type of Visible to bool to match driver
9422
9423 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
9424
9425         * TextControl.cs:
9426           - Switched caret to be just 1 pixel wide, matches MS and looks less
9427             clunky
9428           - Moved caret display 1 pixel down from the top of the control
9429             to improve view
9430           - InsertCharAtCharet: Update the selection start if moving the caret
9431             (fixes bug #77696; based on patch suggested by kazuki@panicode.com)
9432           - No longer always creating the caret when the caret methods are
9433             called. Only the actual ShowCaret/HideCaret will do that now
9434           - Only setting caret visible if the owner control has focus
9435           - UpdateView: Added invalidation-shortcut logic for center and right 
9436             aligned text. Previously we'd update all according to the left
9437             logic which caused drawing errors. Also fixed height of invalidated
9438             areas, now properly invalidating the whole area (was off-by-one)
9439           - owner_HandleCreated: Always generate the document when the
9440             handle is created; this ensures that 
9441         * TextBoxBase.cs:
9442           - Fixed situation where caret would disappear under the right
9443             window border, also improved scrolling behaviour on left-
9444             aligned textboxes
9445           - Fixed right-aligned textboxes to have a border to the
9446             right instead of the caret being under the right border
9447         * XplatUIX11.cs:
9448           - Switched from 'nested' to simple visible/not visible tracking 
9449             for caret (part of fix for #77671)
9450           - No longer passing through translated FocusIn/FocusOut messages
9451             since we were notifying too often and the wrong windows. Instead
9452             we just notify our focussed window of receiving or loosing focus
9453         * XplatUIWin32.cs: Switched from 'nested' show/hide 
9454           counting for caret to simple visible yes/no behaviour (part of 
9455           fix for #77671)
9456
9457 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
9458
9459         * Mime.cs: Remove debug code...
9460
9461 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
9462
9463         * MimeGenerated.cs: Removed
9464         * Mime.cs: Mime now reads the mime data (magic, globs, aliases
9465           and subclasses) from /usr/(local/)share/mime and
9466           $HOME/.local/share/mime.
9467
9468 2006-03-10  Jackson Harper  <jackson@ximian.com>
9469
9470         * MdiWindowManager.cs: Recalc the NC area when a window is
9471         maximized/restored so that the menu area is drawn on forms that
9472         don't have a menu.
9473
9474 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
9475
9476         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
9477           XplatUIX11.cs: Added RequestNCRecalc method to driver to allow
9478           us to force a WM_NCCALCRESIZE message being sent. This is needed
9479           for MDI maximizing.
9480
9481 2006-03-10  Jackson Harper  <jackson@ximian.com>
9482
9483         * Form.cs: We need to use the ActiveMenu when calculating menu
9484         height.
9485         - Fix nullref when the window manager hasn't been created yet.
9486         * Control.cs: Fix nullref when we try to bring a control to the
9487         front that has no parent.
9488         * MdiWindowManager.cs: Use the MaximizedMenu for calculating
9489         height.
9490         - Add a dummy item to the maximized menu so it always has the
9491         correct height. Otherwise when there are no menus we don't get our
9492         icon and buttons.
9493         
9494
9495 2006-03-10  Jackson Harper  <jackson@ximian.com>
9496
9497         * MenuAPI.cs: Make this available elsewhere. I need it in some MDI
9498         stuff.
9499         * Form.cs: Make the window_state internal so the window managers
9500         can track it.
9501         - When an MDI child is maximized let its window manager create the
9502         main menu (so it can add its icon).
9503         - Notify the window managers of state changes
9504         - Let the window manager paint its buttons and handle button
9505         clicks on the menu when it is maximized.
9506         * InternalWindowManager.cs: Move the prev_bounds into the mdi
9507         window manager, since tool windows don't use it, only mdi windows.
9508         - Tell the main form that we don't want it to handle NCPAINT
9509         itself to avoid extra painting.
9510         - Handle clicks on a maximized windows menu.
9511         - Handle window state changes
9512         - Handle minimize/maximize clicks correctly by setting the window state.
9513         * MdiWindowManager.cs: Add an icon menu that (the menu you get
9514         when clicking on the forms icon).
9515         - New method to create a forms maximized menu. This is its normal
9516         menu + an icon.
9517         - Handle window state changes.
9518         - Handle sizing of maximized windows.  Maximized windows are just
9519         drawn bigger then the parent visible area. All controls are still
9520         there, they are just outside the visible area (this matches windows).
9521         * MdiClient.cs: No scrollbars when a child window is maximized.
9522         - Let the children windows figure out how big they should be when
9523         sizing maximized windows.
9524         - Implement a version of ArrangeIconicWindows somewhat similar to
9525         Windows version.  There are some little differences, but I don't
9526         think any app will rely on the layout of minimized mdi windows.
9527
9528 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
9529
9530         * Padding.cs: Several fixes to allow compiling with csc 2.0
9531
9532 2006-03-09  Jackson Harper  <jackson@ximian.com>
9533
9534         * Menu.cs:
9535         * MenuItem.cs: Cheap hack so we can add items to the list without
9536         the events being raised.  This allows adding mdi items during
9537         drawing. TODO: Should probably find a better time to add the items.
9538
9539 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
9540
9541         * ThemeWin32Classic.cs:
9542           - CheckBox_DrawText: Added logic to not wrap if not enough space
9543             is available (Fix for bug #77727)
9544           - RadioButton_DrawText: Added logic not to wrap if not enough
9545             space is available (Fix for bug #77727). Also removed some
9546             duplicate code, DrawString always drawing the regular text
9547             before hitting the if statement.
9548
9549 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com> 
9550
9551         * XplatUIX11.cs: Handle an unmapped window state in SetWindowState
9552
9553 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
9554
9555         * PictureBox.cs: Implemented ISupportInitialize interface (fixes #77726)
9556         * ContainerControl.cs: Partial implementation of some 2.0 scaling
9557           methods. Moved the new 2.0 properties into alphabetical order with
9558           other properties and added MonoTODO tags
9559
9560 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
9561
9562         * AutoScaleMode.cs: Added. Fix build.
9563
9564 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
9565
9566         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
9567           XplatUIOSX.cs: Removed HWnd argument from CalcuateClientRect, not used
9568           and was requiring premature handle creation for calls from above
9569         * Form.cs, Control.cs: Removed handle arguments from calls to
9570           CalculateClientRect()
9571
9572 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
9573
9574         * ListView.cs (HeaderMouseMove): Fix csc compilation. 
9575           drag_column.column_rect is MarshalByRef and can't be used that way
9576
9577 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
9578
9579         * AxHost.cs: Added deserialization constructor for 
9580           AxHost+State (fixes 77743)
9581
9582 2006-03-09  Mike Kestner  <mkestner@novell.com>
9583
9584         * ListView.cs: 
9585         - Added column drag reordering for details view.
9586         - fixed behavior when mouse is dragged off column and
9587         AllowColumnReorder is false.
9588         * ColumnHeader.cs: clone the format too in Clone.
9589         * Theme.cs: add DrawListViewHeaderDragDetails method.
9590         * ThemeWin32Classic.cs:
9591         - impl new method for drawing drag column shadows and targets.
9592         - support column offset for details mode in DrawListViewItem.
9593
9594 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
9595
9596         * TextControl.cs: Reset the char_count when the document is cleared
9597           (Fixes bug reported on mono-winforms mailing list)
9598
9599 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
9600
9601         * TextBoxBase.cs: Honor the Handled state of KeyPress events. Instead
9602           of calling base we simply process the key ourselves, since both
9603           DefWindowProc and the handled method would set m.Result. 
9604           (Fixes #77732)
9605
9606 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
9607
9608         * Form.cs(ScaleCore): No longer calling base.ScaleCore since that
9609           method also moves the window; instead implemented a copy of
9610           Control.ScaleCore (Part of fix for #77456)
9611         * TextBoxBase.cs: 
9612           - Created new CreateGraphicsInternal method to allow providing
9613             a graphics context when no handle is created without triggering
9614             handle creation. (Part of fix for #77456)
9615           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
9616         * TextControl.cs: 
9617           - Switched Constructor to require TextBoxBase instead of Control (to
9618             allow uncast access to CreateGraphicsInternal)
9619           - Safeguarded use of owner.Handle property. No longer accessing it
9620             unless the handle is already created.
9621           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
9622           - Now triggering a recalc when owning control becomes visible
9623         * TextBox.cs, RichTextBox.cs: Switched to use new internal 
9624           TextBoxBase.CreateGraphicsInternal() method to avoid triggering
9625           premature handle creation (Part of fix for #77456)
9626         * Control.cs:
9627           - We now only destroy our double-buffering buffers when the
9628             control is resized or disposed, but not when visibility
9629             changes. (The code even re-created them twice every time)
9630           - Now requiring a redraw of the buffer on visibility changes
9631             (fixes bug 77654 part 2)
9632           - Not passing OnParentVisibleChanged up unless the control
9633             is visible
9634           - CanFocus: Fixed to match MS documentation
9635           - Focus: Fixed to return actual focus state and to check if
9636             setting focus is legal before setting it
9637
9638 2006-03-08  Peter Dennis Bartok  <pbartok@novell.com>
9639
9640         * ThemeWin32Classic.cs: TabPages cannot have focus. Determine
9641           when to draw focus rectangle by looking at parent focus and
9642           selected state instead. This fixes TabPages on Linux sometimes
9643           having none or multiple focus rectangles.
9644         * XplatUIX11.cs (SetFocus): 
9645           - Don't set the focus if the same window already has focus
9646           - Use SendMessage instead of PostMessage (like it's Win32
9647             equivalent) and send the WM_SETFOCUS before the WM_KILLFOCUS
9648             to match MS behaviour
9649         * TabControl.cs(SelectedIndex): Don't set Focus on TabPage, TabPages
9650           are not selectable.
9651
9652 2006-03-07  Jackson Harper  <jackson@ximian.com>
9653
9654         * PictureBox.cs: Revert line I accidently committed last week.
9655
9656 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
9657
9658         * Control.cs: 
9659           - Added new IsRecreating and ParentIsRecreating properties to
9660             allow testing if RecreateHandle has been called on ourselves
9661             or one of our parents
9662           - WndProc(WM_DESTROY): If our control handle is being recreated
9663             we immediately need to create the handle when receiving the
9664             destroy, that way our child windows find a valid parent handle
9665             when they themselves are being recreated upon WM_DESTROY receipt
9666             (fix for bug #77654 part 1)
9667         * XplatUIX11.cs:
9668           - DestroyWindow: WM_DESTROY must be sent to our own window before
9669             notifying any child windows. MS documents that child windows
9670             are still valid when WM_DESTROY is received. (Control now relies on
9671             this behaviour)
9672           - Added some fine-grain debug options
9673
9674 2006-03-06  Jackson Harper  <jackson@ximian.com>
9675
9676         * MdiClient.cs: Redid scrolling logic a bit to create a virtual
9677         box and base calculations off this.
9678         * MdiChildContext.cs:
9679         * MdiWindowManager.cs: Don't need to ensure scrollbars here
9680         anymore.
9681         
9682 2006-03-06  Peter Dennis Bartok  <pbartok@novell.com>
9683
9684         * Splitter.cs: In situations where the affected control is added
9685           to the parent's control list after the splitter, we would not
9686           populate affected. Now we try populating it on mousedown, if
9687           it's not already set, and force it to be re-set whenever our
9688           parent changes.
9689
9690 2006-03-03  Matt Hargett  <matt@use.net>
9691
9692         * Control.cs: implement Control.Padding
9693         * Padding.cs: -Padding.All returns -1 when constructing with the
9694         implicit default ctor
9695         -Padding.ToString() matches MS.NET
9696         * ContainerControl.cs: implement
9697         ContainerControl.AutoScaleDimensions
9698         * ListControl.cs: implement ListControl.FormattingEnabled
9699         * TextBox.cs: Implemented TextBox.UseSystemPasswordChar.
9700         * ButtonBase.cs:
9701         * TabPage.cs: Implement UseVisualStyleBackColor.
9702         * PictureBox.cs: Implement PictureBox.InitialImage.
9703
9704 2006-03-03  Mike Kestner  <mkestner@novell.com>
9705
9706         * ListView.cs: Refactor into HeaderControl and ItemControl. Fix new
9707         event declarations to proxy to base event.
9708         * ListViewItem.cs: update to use ItemControl.
9709         * Theme.cs: make DrawListViewHeader. s/DrawListView/DrawListViewItems.
9710         * ThemeWin32Classic.cs: update to new ListView theme API and fix
9711         column header label rendering for 0 width columns.
9712
9713 2006-03-03  Peter Dennis Bartok  <pbartok@novell.com>
9714
9715         * Control.cs (ControlCollection.SetChildIndex): Avoid using a call
9716           that causes the control to be created. Fixes #77476.
9717
9718 2006-03-02  Jackson Harper  <jackson@ximian.com>
9719
9720         * Hwnd.cs: Clear the nc pending when clearing the NC area, not the
9721         expose_pending.
9722
9723 2006-03-02  Peter Dennis Bartok  <pbartok@novell.com>
9724
9725         * Control.cs: Implemented 2.0 feature where OnClick has MouseEventArgs
9726           passed in for the EventArgs (fixes #77690)
9727
9728 2006-03-01  Jackson Harper  <jackson@ximian.com>
9729
9730         * ScrollBar.cs: Refresh afterbeing resized.
9731
9732 2006-02-28  Mike Kestner  <mkestner@novell.com>
9733
9734         * MenuAPI.cs: Call PerformPopup internal method to emit Popup.
9735         Clean up a tracker compile warning.
9736         * MenuItem.cs: add internal PerformPopup method.
9737         [Fixes #77457]
9738
9739 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
9740
9741         * TextBoxBase.cs (set_Text): Recalculate the document (causing an
9742           implicit expose) when the text is set to null
9743
9744 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com>
9745
9746         * RichTextBox.cs (FlushText): When newline is true, we always
9747           need to split the line, even if no text is on it and we may
9748           never eat newlines. (Fixes #77669)
9749
9750 2006-02-28  Mike Kestner  <mkestner@novell.com>
9751
9752         * ListView.cs: Add UpdateSelection internal method. Remove SelectItem 
9753         and set Selected instead.
9754         * ListViewItem.cs: Call owner.UpdateSelection to manipulate the 
9755         collections.
9756
9757 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
9758
9759         * ComboBox.cs: Allow setting SelectedIndex to -1. Fixes #77665
9760
9761 2006-02-28  Alexander Olk  <alex.olk@googlemail.com>
9762
9763         * FontDialog.cs:
9764           - Got rid of the panel. All controls are now directly added to
9765             the dialog form
9766           - It is now possible to set a font with the Font property
9767           - MinSize and MaxSize property do now what they should
9768           - ShowApply, ShowHelp, ShowColor, ShowEffects likewise
9769           - Searching and selecting a font with the font textbox works now,
9770             the same applies to the style and size textbox
9771           - Draw the correct 3D border in the example panel
9772           - Fixed a little mem leak (unused fonts didn't get disposed)
9773           - Many other internal updates/rewrites...
9774           - Fix typo
9775
9776 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
9777
9778         * TextControl.cs: 
9779           - InsertRTFFromStream: Added 'number of characters inserted' argument
9780           - set_SelectedRTF: Now using the number of characters to calculate
9781             the new location for the selection and cursor (x/y cannot be used
9782             due to potentially already wrapped text)
9783
9784 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com>
9785
9786         * TextControl.cs: Added property and implemented means to allow 
9787           disabling recalculation of a document (can be used to speed up
9788           multiple inserts and is needed to make RTF inserts predictable, see
9789           bug #77659)
9790         * RichTextBox.cs: Using the new NoRecalc property of Document to
9791           keep x/y insert locations predictable. Also makes it faster inserting
9792           large chunks of RTF
9793
9794 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
9795
9796         * Control.cs: Separated special WM_SYSKEYUP keyboard handling. That way
9797           it's easier for a child control to handle the other messages without
9798           having to duplicate the special functionality
9799         * TextBoxBase.cs
9800           - WndProc: Removed calling base handler for WM_KEYDOWN and added 
9801             code to handle processing the key ourselves, in order to get 
9802             access to the result of KeyEventArgs.Handled. We now only call 
9803             ProcessKey if they key hasn't been handled already. Fixes #77526.
9804           - set_Text: If null or empty string is given, just clear the 
9805             document. Fixes part of #77526
9806
9807 2006-02-27  Jackson Harper  <jackson@ximian.com>
9808
9809         * SizeGrip.cs: Paint the background color before painting the grip
9810         so things look right.
9811         * MdiClient.cs: Add the sizegrip when both scrollbars are used.
9812
9813 2006-02-27  Mike Kestner  <mkestner@novell.com>
9814
9815         * ListView.cs:
9816           - Restructure layout and invalidation model to remove a ton of
9817           flicker from the control and speed up performance in general.
9818           - Add manual column resize, flickers like crazy, but I already have
9819           some ideas on how I'll fix that. (#76822)
9820           - Merge the three Icon-based views into a single layout method.
9821           - Move item selection interaction logic from the item since 
9822           interaction with the collections is more appropriate to the view.
9823           - Deselection on non-item clicks.
9824         * ListViewItem.cs:
9825           - Encapsulate most of the layout. Add some internal props to trigger
9826           layout.  Move to a model where Items invalidate themselves instead
9827           of just invalidating the whole control every time something changes.
9828           - Invalidate on Text/Caption changes.
9829           - switch to an offset based layout model to avoid having to absolute
9830           position every element on item moves.
9831           - correct checkbox layout to conform to MS layout.
9832         * ThemeWin32Classic.cs:
9833           - refactor some column header drawing code.
9834           - fix string justification for column headers (#76821)
9835           - make SmallIcon labels top justified for compat with MS impl.
9836         * ThemeClearlooks.cs:
9837           - adjust to new ListViewItem internal checkbox bounds api.
9838
9839 2006-02-27  Jackson Harper  <jackson@ximian.com>
9840
9841         * Control.cs:  Change where implicit controls fall in the zorder.
9842         They are now on top of all children.
9843         - Synced AddImplicit code with Add
9844         - Removed unused enumerator.
9845         * SizeGrip.cs: Remove the TODO as its been TODONE.
9846
9847 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com> 
9848
9849         * TextControl.cs(Insert): Combine the last lines unless the insertion
9850           string ends with \n\n, otherwise we leave one line too many (Fixes
9851           something I noticed with the testapp for #77526; the bug itself was
9852           already fixed in the previous checkin)
9853
9854 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com>
9855
9856         * RichTextBox.cs:
9857           - SelectionColor and SelectionFont methods no longer set absolute
9858             styles. Instead, the keep font or color respectively (This 
9859             resolves a long-standing FIXME in the code)
9860           - When flushing RTF text, the insert code now considers text trailing
9861             behind the insertion point (Fixes the bug where when replacing
9862             the selected text via SelectedRTF the remainder of the line behind 
9863             the selection would stay on the first insertion line)
9864         * TextBoxBase.cs:
9865           - AppendText now updates the selection points after inserting text
9866           - AppendText now ensures that the last tag (sometimes 0-length) of
9867             the document is used for the style information (Fixes part of 
9868             bug #77220)
9869         * TextControl.cs:
9870           - Created new FontDefiniton class to allow describing partial style
9871             changes
9872           - StreamLine() now takes a lines argument, to allow it to decide
9873             whether an encountered zero-length tag is the last in the document
9874             (which must be kept to not loose the font/color contained in it,
9875             for later appends)
9876           - Created Combine() and Split() methods for Marker structs, to 
9877             support marker updates due to reformatted documents (soft line
9878             wraps)
9879           - Implemented Document.CaretTag setter
9880           - Fixed MoveCaret(CtrlEnd) handling, now moves to the last character
9881             of the last line (Not the cause, but also exposed by bug #77220)
9882           - Added LineTag argument to InsertString method, to allow callers
9883             to force a certain tag to be used (required to force use of the
9884             trailing zero-length tag of a document)
9885           - Now updating markers in Combine(), to avoid stale tag markers
9886           - Added some method descriptions to aid maintenance
9887           - Implemented new FormatText concept, allowing additive/subtractive
9888             formatting by only specifying the components that are to be 
9889             changed. This was needed for resolving the RTB.SelectedColor/
9890             RTB.SelectedFont fixmes
9891           - Added Break() support method to allow breaking up linetags (used
9892             for partial formatting)
9893           - Added GenerateTextFormat() method. It is used for partial 
9894             formatting and allows to generate a full font/color from given
9895             attributes and an existing tag.
9896
9897 2006-02-26  Jackson Harper  <jackson@ximian.com>
9898
9899         * XplatUIX11.cs:  Use the correct caption height.
9900         - Translate hittest coordinates to screen coords to match MS.
9901         * XplatUIWin32.cs: When we create MDI windows we need to reset
9902         some of the style flags, so we get a nice blank window, and can
9903         draw all the decorations ourselves.
9904         - Set a clipping rectangle on the non client paint event, the
9905         window manager drawing code needs one.
9906         * Form.cs: The window manager needs to know when the window state
9907         has been updated.
9908         * Hwnd.cs: The window manager stuff now does a proper NCCALC so we
9909         don't need to factor in border and title sizes in these
9910         methods. TODO: Remove the args and fix the call points.
9911         * InternalWindowManager.cs: Handle NCHITTEST and NCCALCAREA
9912         properly.
9913         - Let the driver set the cursors.
9914         - Improve active window handling
9915         - Correct sizes for title bars and buttons.
9916         - Match MS drawing better
9917         * MdiWindowManager.cs: We don't need to handle border style
9918         updates specially anymore.
9919         - Check for scrollbars when windows are done moving
9920         - Handle Active properly.
9921         * MimeIcon.cs: Don't crash when we can't load the GNOME stuff
9922         correctly. I am spewing the exception though, so we don't hide the
9923         bugs.
9924         
9925 2006-02-26  Pedro Martinez Julia  <pedromj@gmail.com>
9926
9927         * DataGridViewRowPostPaintEventArgs.cs,
9928           DataGridViewCellPaintingEventArgs.cs,
9929           DataGridViewRowCollection.cs,
9930           DataGridViewRowPrePaintEventArgs.cs,
9931           DataGridViewCell.cs: Clear a few warnings and implement a few
9932           exceptions that should be thrown.
9933
9934 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
9935
9936         * ScrollBar.cs (ctor): Explicitly set a cursor to avoid
9937           'inheriting' our parent's (non-default) cursor. (Part of
9938            the fix for #77479)
9939
9940 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com> 
9941
9942         * XplatUIX11.cs: Fixed cast to make csc happy
9943
9944 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
9945
9946         * Control.cs (WndProc): Only handle WM_SETCURSOR messages if
9947           it's for the client area (part of fix for #77479 and needed
9948           for MDI window cursor handling)
9949         * XplatUIX11.cs
9950           - DefWindowProc: Now handles the WM_SETCURSOR messages, setting
9951             the appropriate default cursors and also passing the message
9952             up the parent chain 
9953           - GetMessage: Now generating WM_NCHITTEST and WM_SETCURSOR even
9954             for non-client areas
9955
9956 2006-02-15  Jackson Harper  <jackson@ximian.com>
9957
9958         * XplatUIWin32.cs: Since we fake MDI dont tell Windows that this
9959         is a real MDI window
9960
9961 2006-02-14  Alexander Olk  <alex.olk@googlemail.com>
9962
9963         * X11DesktopColors.cs: Instead of checking the desktop session
9964           string for "KDE" check if it starts with "KDE"
9965
9966 2006-02-10  Jackson Harper  <jackson@ximian.com>
9967
9968         * XplatUIX11.cs: These should be unsigned (fixes crash on 32 bit
9969         systems).
9970
9971 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
9972
9973         * FileDialog.cs: Added Refresh to RunDialog to fix some drawing
9974           errors
9975         * ColorDialog.cs:
9976           - Got rid of the panel. All controls are now directly added to
9977             the dialog form
9978           - Changed to mono coding style
9979
9980 2006-02-10  Jackson Harper  <jackson@ximian.com>
9981
9982         * InternalWindowManager.cs: We don't need the set visibility to
9983         false hack anymore now that peter has written beautiful shutdown
9984         code.
9985
9986 2006-02-10  Peter Dennis Bartok  <pbartok@novell.com>
9987
9988         * XplatUIX11.cs: Ignore DestroyNotify messages for windows that
9989           where already explicitly destroyed
9990
9991 2006-02-10  Jackson Harper  <jackson@ximian.com>
9992
9993         * MdiClient.cs: Handle the case where windows are too high or to
9994         the left and we need scrollbars.
9995
9996 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
9997
9998         * MimeIcon.cs: Added some icons
9999         * FileDialog.cs:
10000           - Fixed bug #77477
10001           - Got rid of the panel. All controls are now directly added to
10002             the dialog form
10003           - Changed to mono coding style
10004           - On Linux "My Computer" and "My Network" will now show some
10005             more usefull information. A new class, MasterMount, gathers
10006             this information from /proc/mount. Updated MWFFileView to make
10007             use of this information
10008           - Fixed a bug that caused FileDialog to crash when
10009             ".recently_used" file had a zero size
10010           - FilterIndex does now what it should
10011           - Some Refactoring
10012         * OpenFileDialog.cs, SaveFileDialog.cs: Updated to reflect latest
10013             FileDialog changes
10014
10015 2006-02-09  Jackson Harper  <jackson@ximian.com>
10016
10017         * ComboBox.cs: Don't touch if null.
10018
10019 2006-02-09  Peter Dennis Bartok  <pbartok@novell.com>
10020
10021         * Cursor.cs: 64bit safeness fix
10022         * XplatUIX11.cs: Removed several unneeded and one moronic cast.
10023
10024 2006-02-09  Jackson Harper  <jackson@ximian.com>
10025
10026         * Form.cs: If a form is made into an MDI form update the styles so
10027         all the props can get set correctly.
10028         - Kill the mdi_container when we dont need it anymore.
10029         * InternalWindowManager.cs: Add missing NOT
10030
10031 2006-02-08  Jackson Harper  <jackson@ximian.com>
10032
10033         * InternalWindowManager.cs: Respek clipping when drawing MDi
10034         decorations.
10035
10036 2006-02-08  Jackson Harper  <jackson@ximian.com>
10037
10038         * Hwnd.cs: Add bits to track non client expose events.
10039         * XplatUIX11.cs: Track non client expose events on the hwnd. This
10040         gives us a proper invalid rect and will allow for some nice
10041         optimizations with NC client drawing
10042         - MDI windows are children windows, so move their style handling
10043         into the child window block.
10044         * InternalWindowManager.cs: Remove a state reset that was
10045         getting invoked at the wrong time. Fixes managed windows getting
10046         into a 'stuck' captured state.
10047
10048 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
10049
10050         * TextControl.cs (Document.ctor): Now initializing 
10051           selection_anchor. Fixes #77493
10052
10053 2006-02-07  Jackson Harper  <jackson@ximian.com>
10054
10055         * TrackBar.cs: The increment/decrements were backwards.
10056
10057 2006-02-07  Mike Kestner  <mkestner@novell.com>
10058
10059         * Theme*.cs : remove ThemeEngine.Current usage as it just points back
10060         to the instance itself.
10061
10062 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
10063
10064         * X11DesktopColors.cs, ThemeGtk.cs: The GObject structure is based
10065           on ulongs and pointers, the size differs between 32bit and 64bit
10066           systems. 
10067
10068 2006-02-07  Mike Kestner  <mkestner@novell.com>
10069
10070         * XplatUIX11.cs : force the WorkingArea away from XGetWindowProperty
10071         for 64 bit platforms to work around a metacity bug. 
10072
10073 2006-02-07  Jackson Harper  <jackson@ximian.com>
10074
10075         * TrackBar.cs: Process the input keys we need, and hookup to
10076         KeyDown instead of using WndProc, so we get key messages.
10077
10078 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com>
10079
10080         * XplatUIX11.cs: Atoms are only 32bit on the wire, no matter what
10081           machine we're on. 
10082         * X11Dnd.cs(SetAllowDrop): Since atoms are always 32bit on the wire
10083           we need to translate the XdndVersion atoms array before sending it
10084
10085 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com> 
10086
10087         * XplatUIX11.cs: 
10088           - The preceeding 64bit fixes had a bug: ChangeProperty expects the
10089             number of bits for the property, not the number of bytes. The
10090             change to provide IntPtr.Size broke 32bit. (64bit was also wrong
10091             but would not crash since it specified 8 bits instead of 4 bits)
10092           - More 64bit fixes: Switched all atoms from int to IntPtr (they are
10093             defined as XID -> long in the C headers)
10094           - Removed 'new IntPtr((int))' and '(IntPtr)' casts from all NetAtoms 
10095             references since those are now IntPtr to begin with
10096           - Switched all Atom.XXX 'int' casts to IntPtr casts
10097           - Fixed XGrabPointer DllImport signature to work for 64bit (cursor arg)
10098           - Fixed XInternAtom signature for 64bit, now returns an IntPtr
10099           - Added XChangeActivePointerGrab DllImport (for X11DnD)
10100         * X11Structs.cs:
10101           - Changed 'int' type for Atoms in XEvent structures to IntPtr
10102           - Changed atom in HoverStruct to be IntPtr
10103         * X11DnD.cs:
10104           - Removed local DllImports, switched code to use those from XplatUIX11
10105           - Removed/fixed casts related to the switch of Atom to be a IntPtr
10106
10107 2006-02-06  Mike Kestner  <mkestner@novell.com>
10108
10109         * XplatUIX11.cs : many more 64 bit pinvoke changes.  I've audited all the 
10110         method signatures in the import region.  There may still be some
10111         lingering struct marshaling issues, as I didn't drill down into those.
10112         Yet.
10113
10114 2006-02-06  Jackson Harper  <jackson@ximian.com>
10115
10116         * ComboBox.cs: Dont manually set the top_item, this is computed
10117         when the scrollbar position is set.
10118
10119 2006-02-06  Mike Kestner  <mkestner@novell.com>
10120
10121         * XplatUIX11.cs : 64 bit changes to XGetWindowProperty usage. Fixes
10122         startup crashes on amd64.  There's other fixes needed.  All pinvoke
10123         usage of Atom needs to be mapped to IntPtr for example.  And there are
10124         likely other int/long issues to be addressed.
10125
10126 2006-02-04  Alexander Olk  <alex.olk@googlemail.com>
10127
10128         * FileDialog.cs: One more...
10129
10130 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
10131
10132         * FileDialog.cs: Next try
10133
10134 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
10135
10136         * FileDialog.cs: First part of fix for #77464
10137
10138 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
10139
10140         * ButtonBase.cs, ContainerControl.cs, Forms.cs,
10141           ThemeWin32Classic.cs: Fix for #77458. Correct handling of
10142           AcceptButton border drawing.
10143
10144 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com> 
10145
10146         * Form.cs: Moved positioning of form after auto scaling is applied,
10147           otherwise it would possibly use wrong form size.
10148
10149 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com>
10150
10151         * Control.cs (RecreateHandle): No need to re-create any child
10152           controls, the child windows will get destroyed automatically by
10153           the windowing system or driver, and re-created when the handle
10154           is being accessed the first time. Fixes #77456
10155         * Form.cs: No longer setting the form to closing if the handle is 
10156           being recreated. This seems like the right thing to do, don't
10157           have a bug or testcase for this, though.
10158
10159 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
10160
10161         * FileDialog.cs: Suspend/Resume layouting when changing sizes of
10162           controls to avoid unwanted side effects
10163
10164 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com> 
10165
10166         * Control.cs: 
10167           - ScaleCore needs to scale the bounds, not the ClientSize of the 
10168             control. Fixes #77416.
10169           - DefaultSize is 0,0 for control
10170         * TextBoxBase.cs: 
10171           - DefaultSize is 100, 20
10172           - SetBoundsCore: Now enforcing the height, no matter if the provided
10173             height is more or less than the preferred one, as long as AutoSize
10174             is on
10175         * Form.cs: Apply documented fudge factor. Part of item 3 fix for #77416
10176
10177 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
10178
10179         * Control.cs:
10180           - ResumeLayout: Fixed logic when to call PerformLayout, we may not
10181             call unless both performLayout is true *and* we have a pending
10182             layout change
10183           - ResumeLayout: MS does not completely nest Suspend and Resume,
10184             they bottom out at 0, fixed our code to match that.
10185           - UpdateBounds/SetBoundsCore: Moved calling of UpdateDistances() to
10186             SetBoundsCore, we were updating even when we shouldn't. This fixes
10187             swf-anchors mis-anchoring when resizing the app fast and lots.
10188           - UpdateDistances: Now only setting the left and top distance if 
10189             we have a parent and are not suspended, this is based on
10190             a suggestion by Don Edvaldson in bug #77355.
10191           - OnVisibleChanged: Fixed logic when to create the control. We may
10192             not create the control if we have no parent or if it's not visible;
10193             switched to using Visible property instead of is_visible field 
10194             since the property also considers parent states. This fixes a bug
10195             when starting Paint.Net
10196
10197 2006-02-02  Jackson Harper  <jackson@ximian.com>
10198
10199         * Form.cs: If the forms handle hasn't been created yet don't call
10200         into xplatui to make it top most, just set the topmost flag on the
10201         form in CreateParams
10202         * XplatUIX11.cs: Handle WS_EX_TOPMOST.
10203
10204 2006-02-01  Jackson Harper  <jackson@ximian.com>
10205
10206         * ScrollableControl.cs: Refactored the Recalculate method a
10207         little, this wasn't handling all the variants of bottom and right
10208         bars needed to be added and added/removed based on their
10209         counterparts being added/removed (which changes the drawable
10210         size). Also we special case client widths and heights of 0 and
10211         don't add the scrollbar for those.
10212
10213 2006-02-01  Peter Dennis Bartok  <pbartok@novell.com>
10214
10215         * XplatUIX11.cs: 
10216           - Added method to get AbsoluteGeometry(); currently unused, but might
10217             be used in the future, if we try again to figure out toplevel
10218             coordinates with some more crappy window managers
10219           - Added FrameExtents() method to retrieve the WM set decoration size
10220           - Tried to fix up AddConfigureNotify and handling of ReparentNotify 
10221             to deal with at least KDE, FVWM and metacity (Fixes #77092)
10222         * Hwnd.cs: 
10223           - Added whacky_wm tracking var for metacity
10224           - Added logic to have default menu height if the actual menu height
10225             has not yet been calculated (part of fix for #77426)
10226         * Form.cs: Keep track whether client size has been set and re-set 
10227           it if a menu is added/removed afterwards (Fixes #77426)
10228
10229 2006-01-31  Jackson Harper  <jackson@ximian.com>
10230
10231         * Control.cs: When a new Site is set on the component attempt to
10232         pull the AmbientProperties from it.
10233
10234 2006-01-31  Peter Dennis Bartok  <pbartok@novell.com>
10235
10236         * ThemeWin32Classic.cs: Menu background is drawn in ColorMenu, not
10237           in the background of the owning form. Fixes #77332
10238
10239 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
10240
10241         * MimeIcon.cs: Fix for #77409
10242
10243 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
10244
10245         * XplatUIX11GTK.cs: Initial import
10246
10247 2006-01-31  Jordi Mas i Hernandez <jordimash@gmail.com>
10248
10249         * FixedSizeTextBox: fixes class signature
10250
10251 2006-01-30  Jackson Harper  <jackson@ximian.com>
10252
10253         * FixedSizeTextBox.cs: New internal class that represents a
10254         textBox that will not be scaled.
10255         * TreeView.cs:
10256         * ComboBox.cs:
10257         * UpDownBase.cs: Use the new FixedSizeTextBox instead of a
10258         standard TextBox.
10259                 
10260 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com> 
10261
10262         * XplatUIX11.cs: Retrieve default screen number instead of
10263           assuming 0. Attempted fix for #77318
10264
10265 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com>
10266
10267         * XplatUIWin32.cs: 
10268           - GetWindowPos: When a window is parented by FosterParent, use 
10269             the desktop instead of FosterParent as the base to get coordinates
10270           - CreateWindow: Don't make FosterParent the parent window for Popups
10271             if we don't want a taskbar entry, Popups automatically don't get one
10272         * Hwnd.cs: Need to call remove to actually remove the key from the
10273           hash table
10274
10275 2006-01-30  Mike Kestner  <mkestner@novell.com>
10276
10277         * MenuAPI.cs: adjust MainMenu item popup location to y=0.
10278
10279 2006-01-30  Jackson Harper  <jackson@ximian.com>
10280
10281         * TreeView.cs:
10282         * TreeNode.cs: Raise events no matter how the treenode is
10283         checked. Patch by Don Edvalson.
10284
10285 2006-01-30  Jackson Harper  <jackson@ximian.com>
10286
10287         * TreeNode.cs: Signature fix.
10288
10289 2006-01-29  Alexander Olk  <alex.olk@googlemail.com>
10290
10291         * ThemeClearlooks.cs: Fixed a crash in ProgressBar drawing.
10292
10293 2006-01-20  Mike Kestner  <mkestner@novell.com>
10294
10295         * Form.cs: Add ActiveTracker property to do Captures and perform mouse
10296         event forwarding when menus are active.
10297         * MenuAPI.cs: kill the GrabControl hack.  Use Form.ActiveTracker.
10298         Most of the patch is pdb's with a little rework.
10299
10300 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
10301
10302         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs: 
10303           Removed GetMenuDC and ReleaseMenuDC methods; replaced
10304           by PaintEventStart(handle, false) and PaintEventEnd(handle, false)
10305         * Form.cs: Changed WM_NCPAINT handler to use PaintEventStart and End
10306         * InternalWindowManager.cs: Added use of PaintEventStart/End to
10307           handling of WM_NCPAINT message, now passing the PaintEventArgs to
10308           the PaintWindowDecorations method
10309         * MainMenu.cs: Switched logic from GetMenuDC to PaintEventStart
10310         * MdiChildContext.cs: Switched logic from GetMenuDC to PaintEventStart
10311         * MenuAPI.cs: Made tracker window invisible
10312         * XplatUIWin32.cs:
10313           - Removed GetMenuDC and ReleaseMenuDC methods
10314           - Implemented the client=false path for PaintEventStart and
10315             PaintEventEnd
10316
10317 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
10318
10319         * XplatUIWin32.cs(SetBorderStyle): Fixed3D needs a border
10320         * XplatUIX11.cs(DeriveWindowStyles): Updated to match fixed Form
10321           styles
10322         * Form.cs: 
10323           - MaximizeBox, MinimizeBox: Recreate the handle when setting
10324             the style
10325           - CreateParams: Reworked the styles to match MS look'n'feel,
10326             removed automatic setting of MinimizeBox, MaximizeBox, etc. via
10327             the WS_OVERLAPPEDWINDOW style. This fixes #76823.
10328
10329 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
10330
10331         * XplatUIX11.cs(GetWindowState): Now throwing an exception when the 
10332           window is not mapped, since otherwise every form that's being 
10333           created is considered minimized, which is wrong.
10334         * Form.cs: Catching the exception and returning our internal value
10335           instead
10336
10337 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
10338
10339         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new driver method
10340           SetWindowMinMax() to have means to tell the driver about the minimum,
10341           maximum and maximized state window sizes. (Part of the fix for #76485)
10342         * Form.cs:
10343           - Implemented tracking of minimum and maximum window size, now calling
10344             new SetWindowMinMax() driver method to tell the driver (Part of the
10345             fix for #76485)
10346           - Finished handling of WM_GETMINMAXINFO method, now setting all values
10347             (Completes fix for #76485)
10348           - Calling new SetWindowMinMax driver method when the handle for a 
10349             form is created, to make sure the driver knows about it even if
10350             the values have been set before the window was created
10351           - Now eating the WM_WINDOWPOSCHANGED message if the form is minimized
10352             to avoid messing up our anchoring calculations (partial fix
10353             for #77355)
10354         * XplatUIStructs.cs: Added MINMAXINFO struct (moved from Win32 driver)
10355         * XplatUIX11.cs:
10356           - Added _NET_WM_STATE_HIDDEN property for detecting minimized state
10357           - Improved GetWindowState() to detect 'Minimized' state on Metacity 
10358             (and presumably other freedesktop.org compliant WMs). Left the
10359             assumption unmapped=minimized, needed for SetVisible to work.
10360           - Now setting the window state when creating windows
10361           - Fixed SetVisible to consider/set the window state when mapping
10362             a Form. We cannot set the state before it's mapped, and we cannot
10363             use Form.WindowState once it's mapped (since it would ask the
10364             driver and get 'normal'. Therefore, we grab the state before
10365             mapping, map, and then set state.
10366           - Implmemented SetWindowMinMax method; Metacity does not seem to
10367             honor the ZoomHints, though.
10368         * XplatUIWin32.cs:
10369           - Removed MINMAXINFO (moved to XplatUIStructs)
10370           - Added SetWindowMinMax stub (on Win32 the only way to set that
10371             information is in response to the WM_GETMINMAXINFO message, which
10372             is handled in Form.cs)
10373           - Added logic to SetVisible to set the proper window state when a 
10374             form is made visible (fixes #75720)
10375
10376 2006-01-26  Jackson Harper  <jackson@ximian.com>
10377
10378         * Control.cs (BeginInvoke): Automagically handle EventHandlers the
10379         same way we handle them with Invoke.
10380
10381 2006-01-25  Peter Dennis Bartok  <pbartok@novell.com> 
10382
10383         * Form.cs:
10384           - Added tracking of window state so CreateParams can return
10385             the appropriate style
10386           - Moved setting of WS_CAPTION style in CreateParams to allow
10387             styles without caption
10388         * DataGridTextBoxColumn.cs: We are now also creating the TextBox 
10389           control if the TextBox property is accessed. Fixes #77345
10390         * Control.cs:
10391           - get_Created: now uses is_disposed and is_created to determine
10392             return value (suggested by Jackson)
10393           - CreateHandle: No longer exits if the handle is being recreated
10394           - RecreateHandle: If the handle is not yet created call the 
10395             appropriate method to create either control or handle. If the
10396             control is already created CreateHandle will simply exit instead
10397             of just creating the handle
10398         * Hwnd.cs: Removed expose_pending tracking, no longer needed since we
10399           now SendMessage WM_DESTROY directly to the control when DestroyWindow
10400           is called.
10401         * XplatUIX11.cs: 
10402           - When DestroyWindow is called, instead of waiting for the 
10403             DestroyNotification from X11, we directly post it to the WndProc
10404             and immediately dispose the hwnd object.
10405             Same applies to DestroyChildWindows, and this obsoletes the
10406             expose_pending tracking. Contrary to Win32 behaviour we destroy our
10407             child windows before our own, to avoid X11 errors.
10408           - Removed the direct sending of WM_PAINT on UpdateWindow
10409         * XplatUIWin32.cs:
10410           - Reworked DoEvents and GetMessage to allow access to internal queue
10411             even when trying non-blocking access to the queue.  Fixes #77335. 
10412             Based on a patch suggestion by Don Edvalson. The new private
10413             GetMessage can now also be used as a backend for a PeekMessage
10414             frontend version.
10415         * XplatUI.cs: Improved debug output for CreateWindow
10416
10417 2006-01-25  Jackson Harper  <jackson@ximian.com>
10418
10419         * Help.cs: Allow param to be null. Patch by Don Edvalson.
10420
10421 2006-01-24  Jackson Harper  <jackson@ximian.com>
10422
10423         * ComboBox.cs: Clamp the max value set for the vertical scrollbar
10424         when we have a MaxDropItems lower then the selected index.
10425
10426 2006-01-24  Jackson Harper  <jackson@ximian.com>
10427
10428         * Control.cs: Don't allow selection of non visible controls, allow
10429         selection of controls without parents.
10430
10431 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
10432
10433         * ThemeWin32Classic.cs: Fixes Datagrid drawing issues
10434         * DataGridDrawingLogic.cs: Add editing row only when is necessary
10435
10436 2006-01-23  Jackson Harper  <jackson@ximian.com>
10437
10438         * UpDownBase.cs: Make the textbox handle all the selection and
10439         tabbing. This fixes tabing to updown controls.
10440
10441 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
10442
10443         * TextBoxBase.cs: fixes exception thown the object was null
10444
10445 2006-01-23  Jackson Harper  <jackson@ximian.com>
10446
10447         * ButtonBase.cs: Just use the base CreateParams. They set
10448         visibility and enabled correctly.
10449         * ComboBox.cs:
10450         * TrackBar.cs:
10451         * MonthCalendar.cs: Lets let the base set as much of the
10452         createparams as possible so we don't have duplicate code all over
10453         the place.
10454
10455 2006-01-22  Alexander Olk  <alex.olk@googlemail.com>
10456
10457         * ThemeGtk.cs: Added TrackBar and some experimental code to
10458           get double buffering back
10459
10460 2006-01-21  Jordi Mas i Hernandez <jordimash@gmail.com>
10461
10462         * DataGrid.cs: Allows row number set internally higher than the last
10463         when creating a new row. Restores the editing functionality.
10464
10465 2006-01-20  Mike Kestner  <mkestner@novell.com>
10466
10467         * MimeIcon.cs: delay Image creation until the icons are accessed
10468         instead of creating 190 scaled images on GnomeHandler startup.
10469
10470 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com> 
10471
10472         * TextBoxBase.cs (WndProc): When handling WM_KEYDOWN we need to
10473           first call base before processing the event. Fixes #77279
10474
10475 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com>
10476
10477         * XplatUIWin32.cs, Cursor.cs: Fixed code that wrongly assumed
10478           that the stride for the GDI bitmap would match the stride of
10479           a DIB or a Cursor.
10480
10481 2006-01-19  Alexander Olk  <alex.olk@googlemail.com>
10482
10483         * ThemeGtk.cs: Added ProgressBar, RadioButton, CheckBox
10484
10485 2006-01-19  Jackson Harper  <jackson@ximian.com>
10486
10487         * ComboBox.cs: Hookup the text controls keydown event so we get
10488         those when the text control has the focus.
10489
10490 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
10491
10492         * Label.cs: Now using the base events instead of defining new ones;
10493           this allows us to just call the base properties without having to
10494           duplicate all base property logic 
10495
10496 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
10497
10498         * Label.cs: A label by default is not a tabstop (Fixes one of our
10499           failing nunit tests)
10500
10501 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
10502
10503         * XplatUIWin32.cs: Fixed wrong DoEvents logic. Fixes #77282
10504         * XplatUIX11.cs: Removed WM_PAINT check from DoEvents. Fixes #77282
10505
10506 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
10507
10508         * Cursor.cs: Reimplemented creating cursor bitmaps without using
10509           the Bitmap(Stream) constructor which is semi-broken on MS GDI+.
10510           This fixes #77218
10511         * XplatUIWin32.cs: 
10512           - Reimplemented creating Bitmaps from DIBs since the Bitmap(Stream) 
10513             constructor creates images that can't be saved. Part of the fix
10514             for #76103
10515           - Added handling of CF_BITMAP as CF_DIB to clipboard code (Fixes #76103)
10516           - SetWindowState: Switched ShowWindow flags (part of an upcoming 
10517             bug fix for handling window state in forms properly)
10518
10519 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
10520
10521         * ThemeGtk.cs: Simplify ScrollBar drawing
10522
10523 2006-01-18  Jackson Harper  <jackson@ximian.com>
10524
10525         * Splitter.cs: Set the default dock style for the splitter control
10526         in the constructor.
10527
10528 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
10529
10530         * ThemeGtk.cs: Corrected StateType and ShadowType for
10531           gtk_paint_box
10532
10533 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
10534
10535         * Control.cs: Make use of Theme.DoubleBufferingSupported
10536         * ThemeGtk.cs:
10537           - Added drawing for flat style buttons
10538           - Added ScrollBar drawing
10539
10540 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
10541
10542         * ThemeClearlooks.cs: Removed some unneeded code.
10543         * ThemeGtk.cs: First part of ThemeGtk enhancements.
10544
10545 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
10546
10547         * LinkLabel.cs: We need to update the hover drawing when
10548           leaving the control as well.
10549
10550 2006-01-18  Jordi Mas i Hernandez <jordimash@gmail.com>
10551
10552         * DataGrid.cs: Clicking on non empty areas in the columns
10553            area was giving an exception
10554
10555 2006-01-17  Jackson Harper  <jackson@ximian.com>
10556
10557         * ThemeWin32Classic.cs:
10558         * ListView.cs: Do not draw/clip the headers when the header style
10559         is None.
10560
10561 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
10562
10563         * DataGrid.cs: Fixes 77260
10564         
10565 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
10566
10567         * DataGrid.cs: Clicking on a column on a empty grid was giving
10568           an exception
10569
10570 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
10571
10572         * DataGrid.cs (OnKeyDown): Don't use the array if it's empty
10573           or any keypress will crash the grid.
10574
10575 2006-01-17  Mike Kestner  <mkestner@novell.com>
10576
10577         * MainMenu.cs (OnMenuChanged): set Height=0 to cause relayout.
10578         * ThemeWin32Classic.cs (CalcItemSize): clear Height/Width for 
10579         invisible/previously-visible items.
10580         [Fixes #76909]
10581
10582 2006-01-17  Alexander Olk  <alex.olk@googlemail.com>
10583
10584         * ThemeClearlooks.cs:
10585         - Added CL_Draw_Button method; now other theme controls that are 
10586           not derived from button or do not have a button can draw buttons
10587           too
10588         - Updated ComboBox drawing
10589         - Beautified RadioButton drawing
10590         - Corrected drawing of bottom and left tabs
10591         - Beautified DateTimePicker and MonthCalendar
10592         - Added CPDrawButton and CPDrawRadioButton
10593
10594 2006-01-16  Jackson Harper  <jackson@ximian.com>
10595
10596         * ComboBox.cs: Set the initial value of the scrollbar to the
10597         current index. Reduce the numbers of refreshs and IndexOfs called.
10598
10599 2006-01-14  Alexander Olk  <alex.olk@googlemail.com>
10600
10601         * FileDialog.cs: When the file listview is focused hitting the
10602           backspace key moves the fileview to the parent directory
10603
10604 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
10605
10606         * Form.cs: 
10607           - Added RecreateHandle call when changing taskbar visibility to 
10608             trigger reparenting in Win32 driver (Fixes #75719)
10609           - If a window has minimize or maximize buttons, it cannot have
10610             a help button
10611         * XplatUIWin32.cs:
10612           - CreateWindow: When no WS_EX_APPWINDOW style is found we parent
10613             the toplevel form with FosterParent (A toolwindow not on the
10614             taskbar) (Fixes #75719)
10615           - Made FosterParent a toolwindow
10616
10617 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
10618
10619         * FileDialog.cs: Don't crash if InitialDirectory doesn't exist
10620
10621 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
10622
10623         * ToolTip.cs: If SetToolTip is called from a control and the mouse
10624           is currently over that control, make sure that tooltip_window.Text
10625           gets updated
10626
10627 2006-01-13  Mike Kestner  <mkestner@novell.com>
10628
10629         * MimeIcon.cs: size_t on lp64 fix for gdk_pixbuf_save_to_file extern.
10630
10631 2006-01-13  Jackson Harper  <jackson@ximian.com>
10632
10633         * TreeView.cs: On MS GetNodeAt never actually factors in the X
10634         value passed.  Also redraw the selected node when we recieve
10635         focus, so tabbing between trees works correctly.
10636
10637 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
10638
10639         * MimeIcon.cs: GnomeHandler: older gnome versions don't have
10640           ~/.gconf/%gconf-tree.xml, so use
10641           .gconf/desktop/gnome/interface/%gconf.xml
10642
10643 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
10644
10645         * TextControl.cs: Draw text in gray if control is disabled
10646
10647 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
10648
10649         * TreeView.cs: Draw the focus rectangle outside the highlight, to
10650           make sure it's always visible. Fixes #76680.
10651
10652 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
10653
10654         * TreeView.cs: Implemented Wheel scrolling. Fixes #76531
10655
10656 2006-01-13  Jonathan Chambers  <jonathan.chambers@ansys.com>
10657
10658         * PageSetupDialog.cs: Added.
10659         * PrintDialog.cs: Attributes.
10660         * PrintPreviewControl.cs: Updates.
10661         * PrintPreviewDialog.cs: Updates.
10662         
10663 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
10664
10665         * Control.cs: Undid my selection check fix, since it's not needed
10666         * TextBoxBase.cs:
10667           - Now considering the presence of hscroll/vscroll when sizing
10668             vscroll/hscroll respectively. Fixed bug #77077
10669           - Added Left/Up/Down/Right to IsInputKey list to prevent
10670             ContainerControl from stealing them. This fixes what I broke
10671             with my last checkin.
10672
10673 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com> 
10674
10675         * ScrollableControl.cs: Implemented dockpadding. Fixes #77166. And
10676           I finally understand how the property can be set without a setter :-)
10677
10678 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
10679
10680         * Application.cs:
10681           - Switched RunLoop to use static Message.Create to create a 
10682             Message object
10683           - Added PreProcessMessage call in runloop for keyboard events; this
10684             is part of the fix for #77219, I overlooked this originally in the
10685             MSDN doc for PreProcessMessage
10686         * Control.cs:
10687           - Removed call to PreProcessMessage from handling of keyboard 
10688             messages; it's supposed to be done in the message pump
10689           - Moved call to ProcessKeyEventArgs inside ProcessKeyMessage as
10690             per MSDN documentation.
10691           - IsInputChar: All chars are input chars by default; removed the 
10692             parent calling chain, MS does not document that
10693           - PreProcessMessage: If IsInputChar is true, we want to return false
10694             to allow dispatching of the message
10695           - When selecting the next control, now also check that we're not
10696             selecting ourselves again and therefore return a false positive.
10697         * TextBoxBase.cs:
10698           - Tried to match return values for IsInputKey and ProcessDialogKey
10699             to what MS returns; moved processing of our special keys outside
10700             ProcessDialogKey since MS does not seem to return true on those.
10701           - Moved code that previously was in ProcessDialogKey into new private
10702             ProcessKey method, which gets called upon receipt of WM_KEYDOWN
10703           - Reworked handling of WM_CHAR to not have to duplicate code from
10704             Control.cs anymore, instead we simply call down to base.
10705            
10706 2006-01-12  Jackson Harper  <jackson@ximian.com>
10707
10708         * ComboBox.cs: We always need to refresh the text area when
10709         EndUpdate is called. Fixes the combobox in the file dialog.
10710         * Control.cs: Don't create the creator_thread until the controls
10711         handle is created.  Also in InvokeRequired we check if the
10712         creator_thread is null. This gives the effect of InvokeRequired
10713         returning true if the controls handle is not created yet, and
10714         matches MS.
10715
10716 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
10717
10718         * XplatUI.cs:
10719           - Added StartLoop() driver method. This is used to allow drivers to
10720             prepare for an upcoming GetMessage/TranslateMessage/DispatchMessage
10721             loop for a particular thread
10722           - Added EndLoop() driver method. This is called once the message
10723             pump for the thread is shut down
10724           - Added SupportsTransparency method to allow the driver to indicate
10725             opacity support for windows
10726         * Form.cs:
10727           - Removed TODO attribute, completed AllowTransparency property
10728           - Added documented logic to Opacity
10729         * GroupBox.cs, Label.cs, LinkLabel.cs, PropertyGrid.cs, Control.cs,
10730           ButtonBase.cs, CheckedListBox.cs: Combined Jackson's and Miguel's
10731           versions of CompatibleTextRendering
10732         * X11Structs.cs: Added opacity atom to our atom enumeration
10733         * Hwnd.cs: Added opacity tracking (we need to track since the opacity
10734           of a form might be set before it's reparented by the WM, and we need
10735           the opacity value without calling up to Form)
10736         * XplatUIDriver.cs: Added StartLoop(), EndLoop() and 
10737           SupportsTransparency() driver methods
10738         * Application.cs: Now calling StartLoop and EndLoop driver methods
10739         * XplatUIX11.cs:
10740           - Added opacity atom registration
10741           - Added StartLoop()/EndLoop() methods. They're empty right now but
10742             will need to get implemented when we switch to a per-thread queue
10743           - Implemented SupportsTransparency() method
10744           - Implemented SetWindowTransparency() method
10745           - Added support for setting the opacity value when a window is
10746             reparented (since the opacity needs to be set on the WM frame)
10747         * XplatUIOSX.cs, XplatUIWin32.cs:
10748           - Added SupportsTransparency(), StartLoop() and EndLoop() methods
10749
10750 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
10751
10752         * ThemeClearlooks.cs: Don't crash if TabControl.Parent is null.
10753
10754 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
10755
10756         * FileDialog.cs: Added ToolTip for MWFFileView
10757         * MimeIcon.cs: Rewrote GnomeHandler.
10758           - Get currently used gnome icon theme from
10759             ($HOME)/.gconf/%gconf-tree.xml
10760           - Make use of inherited icon themes
10761           - Support SVG icon themes like Tango via librsvg
10762
10763 2006-01-12  Miguel de Icaza  <miguel@novell.com>
10764
10765         Revert's Jackson's revert which broke 2.0 builds.   Fix both
10766         builds. 
10767         
10768         * Application.cs: Move the use_compatible_text_rendering outside
10769         the NET_2_0 define.  If we ever need to use the
10770         use_compatible_text_rendering on the individual controls they will
10771         access the variable from the common shared code paths.
10772
10773 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
10774
10775         * XplatUI.cs:
10776           - Added more granular debug options
10777           - Added method to print both window text and id
10778           - Switched debug output to use new Window() debug method
10779           - Added IsEnabled() driver method
10780           - Added EnableWindow() driver method
10781         * Form.cs:
10782           - Removed end_modal; no longer needed, new loop handles termination
10783             via 'closing' variable
10784           - If form is modal, setting DialogResult will now initiate loop
10785             termination via 'closing' variable
10786           - Added support for is_enabled/WS_DISABLED to CreateParams
10787           - Close() now just send the WM_CLOSE message; the WM_CLOSE handler
10788             does all the work
10789           - Removed code that's now in RunLoop from ShowDialog()
10790           - Added various documented sanity checks to ShowDialog()
10791           - Added handling of WM_DESTROY message; we set 'closing' on getting
10792             the message to indicate the message pump to terminate
10793           - Added handling of new internal WM_CLOSE_INTERNAL message - it's
10794             send by the Application.ExitThread method. (We send the message
10795             to destroy the window after all other events have been
10796             processed through the queue, instead of destroying the handle 
10797             directly)
10798           - Moved code from Close() method to WM_CLOSE handler; added logic
10799             to only send close-related events if the form is not displayed
10800             modal
10801         * Splitter.cs (..ctor): Fixed typo in resource name
10802         * Control.cs:
10803           - DrawBackgroundImage: Explicitly selecting the wrap mode for the
10804             brush now
10805           - set_Cursor: Now only setting calling into XplatUI if the handle for
10806             the control is already created; this avoids implict handle creation
10807             or crashes if it's not created
10808           - set_Enabled: Now setting the enabled state via the new driver method
10809             instead of just tracking it
10810           - CreateParams: Added logic to set WS_DISABLED based on enabled state
10811           - CreateControl: Reordered event firing and method calls to more
10812             closely fire events in the order MS does. Now setting the
10813             enabled state in the driver when creating the control.
10814           - SetVisibleCore: Moved when the OnVisibleChanged event is fired to
10815             match MS order
10816         * FolderBrowserDialog.cs, MessageBox.cs, ButtonBase.cs, TrackBar.cs,
10817           MonthCalendar.cs: get_CreateParams: Added setting of WS_DISABLED 
10818         * XplatUIStructs.cs: Added internal WM_CLOSE_INTERNAL mesage id
10819         * Hwnd.cs:
10820           - Added tracking of window enabled state (get_Enabled/set_Enabled)
10821           - Added EnabledHwnd property to easily allow a driver to find the
10822             handle of the first enabled window in the parent chain (this is
10823             used by drivers to pass up input events of disabled windows)
10824         * XplatUIDriver.cs: Added IsEnabled() method
10825         * Application.cs:
10826           - Removed crude and obsolete exiting tracking variable
10827           - Removed internal ModalRun(); replaced by RunLoop()
10828           - Implemented private CloseForms() method to allow closing all 
10829             windows owned by a particular (or all) threads
10830           - Exit() now properly closes all windows without forcing the message
10831             pump to quit
10832           - Removed obsolete InternalExit() method
10833           - Changed Run() methods to use new RunLoop() message pump
10834           - Implemented new RunLoop() method for both modal and non-modal forms
10835         * CommonDialog.cs:
10836           - get_CreateParams: Added setting of WS_DISABLED
10837           - Simplified ShowDialog(); now all the work is done in RunLoop(),
10838             invoked via Form.ShowDialog()
10839         * NativeWindow.cs: We don't remove the window from the collection when
10840           the handle is destroyed; there might still be messages for it in the
10841           queue (mainly the resulting WM_DESTROY); instead it will be removed
10842           when Control calls InvalidateHandle in the WM_DESTROY handler
10843         * XplatUIX11.cs:
10844           - CreateWindow: Added logic to handle the WS_DISABLED window style
10845           - EnableWindow: Implemented based on Hwnd.Enabled
10846           - GetMessage: Reset PostQuitState so the method can be called again
10847           - Implemented support for disabled windows (passing messages to the
10848             first enabled parent) in handling all input messages
10849           - Added optimizations for handling Expose events
10850           - Implemeted new driver method IsEnabled()
10851           - Now always resetting paint pending tracking vars when we start paint
10852           - Re-implemented UpdateWindow via just sending a WM_PAINT message
10853         * XplatUIOSX.cs: Added IsEnabled method stub
10854         * XplatUIWin32.cs: Implemented new IsEnabled() method
10855
10856 2006-01-11  Jackson Harper  <jackson@ximian.com>
10857
10858         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
10859         LinkLabel.cs, PropertyGrid.cs: Unbreak 1.1 build. Consolidate the
10860         variables a little.
10861         * ColorDialog.cs: Clear out the old form before adding the new
10862         panel.  
10863
10864 2006-01-11  Jackson Harper  <jackson@ximian.com>
10865
10866         * X11Dnd.cs: Make sure to add all the text formats when adding
10867         strings to the data object.
10868         * TreeNodeCollection.cs: When adding to a sorted tree we need to
10869         do some redrawing too.  Also change the UpdateNode to an
10870         UpdateBelow so the newly added node gets painted.
10871         
10872 2006-01-11  Miguel de Icaza  <miguel@novell.com>
10873
10874         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
10875         LinkLabel.cs, PropertyGrid.cs: Implement the
10876         UseCompatibleTextRendering property for 2.x
10877
10878         * Application.cs (SetCompatibleTextRenderingDefault): Add. 
10879
10880 2006-01-11  Jackson Harper  <jackson@ximian.com>
10881
10882         * TreeView.cs: Use the property for setting the selected node so
10883         the correct events get raised.
10884         * TreeNode.cs: Update the tree when the fore/back colours of a
10885         node are set.
10886
10887 2006-01-10  Jackson Harper  <jackson@ximian.com>
10888
10889         * TreeView.cs: Allow setting SelectedNode to null.
10890
10891 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
10892
10893         * Form.cs: Fix support for Form TransparencyKey and Opacity on Windows.
10894
10895 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
10896
10897         * PrintControllerWithStatusDialog.cs: Update page number in dialog.
10898
10899 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
10900
10901         * PrintDialog.cs: Added attributes and set default property values.
10902
10903 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
10904
10905         * PrintControllerWithStatusDialog.cs: 
10906         Added PrintControllerWithStatusDialog.
10907
10908 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
10909
10910         * XplatUI.cs, Form.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
10911         XplatUIWin32.cs: Added support for Form TransparencyKey and Opacity on Windows.
10912
10913 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
10914
10915         * ComboBox.cs: Fix crash when there is no selected item (due to last commit)
10916
10917 2006-01-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
10918
10919         * ComboBox.cs: Added KeyDown event handler for processing arrow keys
10920         and PgUp/PgDown. Also, scroll to selected item upon dropdown. Bugs 76857 and 76788.
10921
10922 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
10923
10924         * MimeIcon.cs: Added internal class SVGUtil.
10925
10926 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
10927
10928         * FileDialog.cs: Don't crash if there are two files with the
10929           same name but different locations.
10930
10931 2006-01-08  John BouAntoun  <jba-mono@optusnet.com.au>
10932
10933         * MonthCalendar.cs: Fixed annoying rendering bug when selecting
10934         dates across multiple month grids. Used to not highlight entire 
10935         month, but does now.
10936         
10937 2006-01-06  Jackson Harper  <jackson@ximian.com>
10938
10939         * MonthCalendar.cs: Removed DoEvents call to prevent a running
10940         message loop. Change timer intervals to numbers that seem more
10941         natural.
10942
10943 2006-01-06  John BouAntoun  <jba-mono@optusnet.com.au>
10944
10945         * DateTimePicker.cs: Modified CalculateDropDownLocation to use the screen
10946           object for location info since screen object is now implemented.
10947
10948 2006-01-05  Jackson Harper  <jackson@ximian.com>
10949
10950         * AsyncMethodData.cs: Check if the call is complete before doing a WaitOne
10951         * AsyncMethodResult.cs: We no longer use a WeakReference for the
10952         AsyncMethodResult, this is because we ALWAYS want the
10953         ManualResetEvent to get set.
10954         * Control.cs: When disposing use an async invoke to call shutdown
10955         code, so that thigns don't block on the finalizer thread.  Also
10956         check if we even have a message loop before trying to send
10957         messages, if we don't then don't bother sending messages.
10958         - No more weak references for async methods
10959         * XplatUIDriver.cs: No more weak references for async methods.
10960
10961 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
10962
10963         * FontDialog.cs: Fix, don't throw an exception if FontFamily.Families
10964           returns two FontFamily with the same name
10965
10966 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
10967
10968         * ThemeWin32Classic.cs, ThemeClearlooks.cs: Dropped stupid scheme of 
10969           drawing disabled text. Instead using the ColorGrayText color
10970
10971 2006-01-04  Jackson Harper  <jackson@ximian.com>
10972
10973         * TreeNode.cs: redraw the node when its image index is changed.
10974
10975 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
10976
10977         * RichTextBox.cs: Same fix as last, just for SelectionColor. This
10978           time I checked there are no others like it.
10979
10980 2006-01-04  Jackson Harper  <jackson@ximian.com>
10981
10982         * AsyncMethodResult.cs: Use a ManualResetEvent instead of a mutex,
10983         this gives the behavoir I was looking for.
10984         * Control.cs: Special case Invoking EventHandlers, this matches MS
10985         and fixes part of bug #76326.
10986
10987 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
10988
10989         * ThemeClearlooks.cs, FileDialog.cs:
10990           - Reflect the latest Theme class changes
10991           - Remove Mono.Unix.Syscall.time in FileDialg and replace it 
10992             with DateTime
10993             
10994 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
10995
10996         * Theme.cs: Cache UI resource images and resize them if needed
10997
10998 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
10999
11000         * RichTextBox.cs: FormatText is 1-based, make it so when SelectionFont
11001           is called. This fixes the crash in Nexxia when setting the font
11002           attributes in the chat. [However, RTF needs a look-over to make sure
11003           that all SelectionXXX methods handle the special case that selection
11004           is empty and therefore the change must be applied to all text starting
11005           at the cursor/selection start]
11006
11007 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com> 
11008
11009         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
11010           XplatUIOSX.cs: Added SendMessage and PostMessage methods
11011         * X11Keyboard.cs: Switched to new way of calling PostMessage
11012
11013 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
11014
11015         * Theme.cs: Added theme interface for images to allow the theme to
11016           control what images are used for things like FileDialog, MessageBox
11017           icons, etc.
11018         * MessageBox.cs: Now uses the new Theme icon/image interfaces
11019
11020 2006-01-03  Alexander Olk  <alex.olk@googlemail.com>
11021
11022         * FileDialog.cs:
11023           - Removed some dead code
11024           - Opening a recently used file does work now
11025           - Small UI enhancements
11026           - Refactoring
11027
11028 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
11029
11030         * FileDialog.cs: Forgot too add __MonoCS__
11031
11032 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
11033
11034         * FileDialog.cs: We are able to read recently used files now let's
11035           go on and write them.
11036
11037 2006-01-01  Alexander Olk  <alex.olk@googlemail.com>
11038
11039         * FileDialog.cs: Breathe some life into "last open"/"recently used"
11040           button
11041         * MimeIcon.cs: Do a check for the top level media type also
11042
11043 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
11044
11045         * ThemeClearlooks.cs:
11046           - Added CPDrawStringDisabled
11047           - ButtonBase_DrawText: Workaround for a DrawString bug; cut off
11048             some chars if the text doesn't fit into text_rect
11049           - DrawListViewItem: If View = View.LargeIcon center the image;
11050             rewrote the drawing of ListViewItem.Text if View = 
11051             View.LargeIcon
11052
11053 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
11054
11055         * MimeIcon.cs: Use default KDE icon theme if there is no
11056           "48x48" directory for the current icon theme, fixes #77114
11057         * Mime.cs: Disable not working and actually not used code. 
11058         * ThemeWin32Classic.cs:
11059           - Replace "new SolidBrush" in GetControlBackBrush and
11060             GetControlForeBrush with ResPool.GetSolidBrush
11061           - Changed DrawListViewItem from private to protected virtual
11062         * FileDialog.cs:
11063           - Added form.MaximizeBox = true
11064           - Don't throw an exception if there is a broken symbolic link
11065
11066 2005-12-23  Jackson Harper  <jackson@ximian.com>
11067
11068         * TabControl.cs: Give the panels focus, keyboard navigation is
11069         fixed so this works correctly now.
11070         - We need these key events also.
11071         * ToolBar.cs: Remove some of the poor mans double buffering.
11072         
11073 2005-12-24  Alexander Olk  <alex.olk@googlemail.com>
11074
11075         * ComboBox.cs: The internal TextBox now returns the focus.
11076
11077 2005-12-23  Jackson Harper  <jackson@ximian.com>
11078
11079         * ThemeWin32Classic.cs:  Draw the text for all tab appearances.
11080
11081 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
11082
11083         * Control.cs: Removed debug code
11084         * XplatUIX11.cs: Changed DestroyChildWindows to also consider
11085           implicit children
11086
11087 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com> 
11088
11089         * Control.cs: When creating the control, update the Z-order after
11090           all it's children are created, too. (Fixes nexxia not showing
11091           picturebox bug)
11092
11093 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
11094
11095         * Control.cs: Do not update the anchoring distances if layout is
11096           suspended, instead do it once layout is resumed
11097
11098 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com> 
11099
11100         * Control.cs: 
11101           - After many hours of debugging, for both Jackson and
11102             myself, it turns out that it helps to set the parent of a control
11103             if you want to actually see it onscreen. In the spirit of that
11104             discovery, we're now setting the parent of the control and
11105             it's children when the control's handle is created. This fix
11106             will make Lutz Roeder's Reflector run happily. 
11107           - now just creating the handle instead of the whole control when
11108             getting a graphics context for the control.
11109
11110 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
11111
11112         * ScrollableControl.cs: When calculating the canvas, don't consider
11113           the scrollbar widths. Instead, predict if horizontal scrollbar
11114           will affect canvas when deciding on vertical display and vice versa.
11115
11116 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
11117
11118         * RichTextBox.cs: Set default RTF font for documents that don't
11119           have a font table (Fixes #77076)
11120
11121 2005-12-22  Jackson Harper  <jackson@ximian.com>
11122
11123         * TextBoxBase.cs: It's difficult to do, but you can have an empty
11124         clipboard. This prevents a NullRef in that case.
11125         * XplatUIX11.cs: Use CLIPBOARD not PRIMARY for our
11126         clipboard. PRIMARY is for the currently selected text only. (We
11127         should implement PRIMARY at some point.
11128
11129 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
11130
11131         * XplatUIWin32.cs: Fixed the TEXTMETRIC structure, we were calling
11132           a Unicode function with a structure that was defined in Ansi way.
11133           This fixes #76942.
11134
11135 2005-12-21  Jackson Harper  <jackson@ximian.com>
11136
11137         * StatusBar.cs: Statusbar handles its fore/back colours on it's
11138         on. Because thats how it rolls. (and this avoids it using ambient
11139         colours).
11140         * ThemeWin32Classic.cs: Use the proper back color for filling.
11141         * Menu.cs: Use the system menu bar color for drawing menu
11142         bars. Using the window back color will bring ambient colours into
11143         the picture.
11144
11145 2005-12-21  Alexander Olk  <alex.olk@googlemail.com>
11146
11147         * ColorDialog.cs: Fixed a memory leak that caused a SIGSEV. A lot of
11148           Bitmaps were created and not disposed.
11149
11150 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
11151
11152         * Control.cs (CreateControl): Don't do anything if the control is
11153           already created, otherwise we'd fire the OnCreated event more than
11154           once
11155
11156 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
11157
11158         * ComboBox.cs (FindStringCaseInsensitive): Don't search for emtpy strings,
11159           will always match. Instead return -1. Fixes #76464.
11160
11161 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
11162
11163         * TextControl.cs (RecalculateLine): Only wrap if the wrap point is
11164           neither the beginning nor the end of the line (Fixes bug #76479)
11165
11166 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
11167
11168         * Control.cs:
11169           - ControlNativeWindow.ControlFromHandle(): Now handling situation
11170             where handle is invalid
11171           - FromHandle(): Now using hashtable-based ControlFromHandle() lookup
11172             instead of slower linear search
11173         * NativeWindow.cs: Don't remove the window from the hashtable until
11174           after the driver has destroyed it (since the driver might use
11175           Control.FromHandle to lookup the control object
11176         * Hwnd.cs: Added DestroyPending property to track if a window is 
11177           already destroyed as far as the driver is concerned and only hasn't
11178           yet notified the control
11179         * XplatUIX11.cs:
11180           - Activate(): Check if the window is still valid before using the 
11181             handle
11182           - Implemented DestroyChildWindow() method to mark child windows as
11183             destroyed when a window is destroyed. This prevents situations 
11184             where we might call an X method based on queued events for a
11185             window that already has been destroyed but we haven't yet pulled
11186             the destroy method from the queue.
11187           - Added a call to the new DestroyChildWindow() method to the drivers
11188             DestroyWindow code. Also now marking the destroyed window itself
11189             as pending
11190
11191 2005-12-20  Jackson Harper  <jackson@ximian.com>
11192
11193         * StatusBar.cs:
11194         * StatusBarPanel.cs: Don't calculate panel sizes on draw
11195         anymore. Just do them when needed, also track the rects of panels
11196         so that we can optimize refreshing more in the future.
11197
11198 2005-12-20  Alexander Olk  <alex.olk@googlemail.com>
11199
11200         * ColorDialog.cs: Fixed focus drawing in small color controls
11201
11202 2005-12-19  Jackson Harper  <jackson@ximian.com>
11203
11204         * InternalWindowManager.cs:
11205         * MdiWindowManager.cs: Cleanup some coordinate system changes so
11206         moving windows works properly.
11207
11208 2005-12-19  Peter Dennis Bartok  <pbartok@novell.com> 
11209
11210         * Control.cs: 
11211           - Removed call to InitLayout() from SetBoundsCore(); doc says
11212             it's only called when a control is added to a container
11213           - Split InitLayout logic, moved to separate UpdateDistances() method
11214             since we need to perform those calculations more often than just
11215             when adding the control to a container. (Needed to fix #77022)
11216           - Now calling UpdateDistances() from UpdateBounds() (fixes #77022)
11217           - Reduced the OnBindingContextChanged events count, don't send them
11218             unless the control is created, we still aren't totally matching
11219             MS, but I can't quite figure out some of their rules
11220
11221 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
11222
11223         * ThemeClearlooks.cs: Corrected distance between ProgressBar
11224           stripes
11225
11226 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
11227
11228         * ThemeClearlooks.cs:
11229           - Updated ProgressBar drawing
11230           - Corrected drawing of ScrollBars and scroll buttons
11231           - Some temporary fixes for minor pixel artefacts
11232
11233 2005-12-18  Peter Dennis Bartok  <pbartok@novell.com> 
11234
11235         * Control.cs:
11236           - Reworked Controls.Add(), Controls.Remove() and set_Parent() to
11237             cause events to be sent in the same order as MS does.
11238           - Added ChangeParent() method to trigger various OnXXXChanged events
11239             that need to be fired when a parent changes (This is a reworking
11240             of the patch from r54254, with the X11 errors fixed)
11241           - Removed SuspendLayout()/ResumeLayout() calls from Controls.Clear()
11242             since on MS we get OnLayoutChanged events when calling Clear()
11243           - Changed Enabled property to consider parent state as well, if a
11244             parent is not enabled, the control will not be either
11245           - Changed Parent property to simply call Controls.Add() since that
11246             now does all the work required, this way we avoid code duplication
11247           - Threw in a few OnBindingsContextChanged calls to try and match
11248             when MS sends them. We seem to send a few too many, though.
11249           - Added call to CreateControl when adding the control to a parent.
11250             We were never calling CreateControl. Still needs some work, in
11251             some places we treat HandleCreated and ControlCreated as equal, 
11252             which is wrong
11253           - Removed obsolete commented out code from UpdateZOrder()
11254
11255 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
11256
11257         * ThemeClearlooks.cs: Updated TrackBar drawing.
11258
11259 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
11260
11261         * FileDialog.cs: Patch for #76901 by Atsushi Enomoto
11262
11263 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
11264
11265         * FileDialog.cs: Add the Help button and the open readonly
11266           checkbox only if needed
11267
11268 2005-12-16  Jackson Harper  <jackson@ximian.com>
11269
11270         * Control.cs: Make sure we have an active menu before trying to
11271         process commands on it. Prevents menu-less forms from crashing
11272         when Alt is pressed.
11273         * TreeNodeCollection.cs: Some fixes to prevent null refs. Patch by
11274         Dieter Bremes.
11275         * RichTextBox.cs: Expand statement to help out gmcs and fix the
11276         2.0 build.
11277
11278 2005-12-16  Jackson Harper  <jackson@ximian.com>
11279
11280         * InternalWindowManager.cs: Don't translate tool windows screen
11281         coordinates. This fixes windows 'bouncing' around when being moved.
11282
11283 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
11284
11285         * TextBoxBase.cs:
11286           - MaxLength now treats 2^31-1 equal to unlimited length (this is
11287             not quite MS compatible, MS uses that number only for single line
11288             and 2^32-1 for multi-line, but I figure it won't hurt keeping
11289             the limit at 2GB)
11290           - Now enforcing the MaxLength limit when entering characters
11291           - Added argument to internal Paste() method to track if it's called
11292             from programatically or via keyboard, since keyboard driven pastes
11293             need to enforce max-length
11294           - Added logic to Paste to only paste as many chars as MaxLength 
11295             allows
11296         * RichTextBox.cs: Updated to use new obey argument for internal Paste()
11297         * TextControl.cs:
11298           - Added Length property to return number of characters in document
11299           - Added private CharCount property which only tracks actual chars
11300             in the document (no linefeeds) and fires event when CharCount
11301             changes
11302           - Added tracking of character count to all methods that alter it
11303           - Added LengthChanged event to allow applications to subscribe
11304             to any changes to the document
11305
11306 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
11307
11308         * TextBox.cs: 
11309           - Removed local password_char field (moved to TextBoxBase)
11310           - Now setting the document's password var when password is
11311             set
11312         * TextBoxBase.cs:
11313           - Added password_char field (needed here so MultiLine can
11314             access it)
11315           - Added logic to MultiLine property setter to set the document's
11316             variable when password display is allowed
11317           - Removed debug code and made some debug code conditional
11318         * TextControl.cs:
11319           - Added RecalculatePasswordLine() method to handle special password
11320             char only lines
11321           - Added PasswordChar property, also added related tracking vars
11322           - Draw() method now uses local text var for grabbing text to draw,
11323             this var is set to line.text unless we're doing password display,
11324             then it is set to the pre-generated all-password-chars line
11325           - Added calling RecalculatePasswordLine() method for password lines
11326
11327 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
11328
11329         * Hwnd.cs: 
11330           - Added Reparented property to allow tracking of Window Manager
11331             reparenting actions (which affect X/Y calculations of toplevel 
11332             windows)
11333           - Made ToString() print window handles in hex
11334         * XplatUIX11.cs:
11335           - AddConfigureNotify(): Now uses reparented state off Hwnd to
11336             determine if X/Y needs offsetting
11337           - AddConfigureNotify(): Fixed offset calculations
11338           - Now adds ReparentNotify messages into the queue
11339           - Now processes ReparentNotify messages and causes a 
11340             WM_WINDOWPOSCHANGED message to be sent upstream if a window
11341             is reparented (as most likely it's X/Y coordinates are changed
11342             due to that)
11343
11344 2005-12-14  Jackson Harper  <jackson@ximian.com>
11345
11346         * XplatUIX11.cs: Tool windows still need to respek focus.
11347
11348 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
11349
11350         * Control.cs: Undid 54254 (causing XConfigure errors) so we can
11351           have a working release
11352
11353 2005-12-13  Jackson Harper  <jackson@ximian.com>
11354
11355         * Form.cs: Update styles after setting the border style regardless
11356         of whether or not the window is using a window manager.
11357
11358 2005-12-13  Jackson Harper  <jackson@ximian.com>
11359
11360         * Form.cs: We now hook into an internal window manager instead of just an
11361         MDI subsystem, this is so we can have properly behaving tool windows.
11362         * MdiClient.cs: Naming change, MdiChildContext is now WindowManager
11363         * InternalWindowManager.cs: New internal class that acts as a
11364         window manager for tool windows and as a base for mdi windows.
11365         * MdiWindowManager.cs: New class that acts as a window manager for
11366         mdi windows.
11367
11368 2005-12-12  Jackson Harper  <jackson@ximian.com>
11369
11370         * Control.cs: Updates so we match behavoir for for implicit
11371         controls. Fixes explosions in MDI.
11372
11373 2005-12-12  Jackson Harper  <jackson@ximian.com>
11374
11375         * Control.cs: Implement Invalidate (Region).
11376
11377 2005-12-12  Peter Dennis Bartok  <pbartok@novell.com> 
11378
11379         * Control.cs: 
11380           - Changed handling of Controls.Add/Controls.Remove to fire (almost) 
11381             the same events as MS does. MS fires events for each property 
11382             except, for unknown reasons, Cursor, when the control is reparented. 
11383             I can't seem to totally match add/remove since MS also fires some 
11384             VisibleChanged events, which makes no sense. Consolidated the
11385             parenting code into a separate method so it can be called from
11386             both Add and Remove. set_Parent no longer needs any special logic
11387             as it calls the parent's add method which implicitly fires
11388             all events
11389           - Removed some obsolete code and debug output
11390           - Enabled state is inherited from parents, if this is enabled
11391
11392 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com> 
11393
11394         * Form.cs: Removed commented out code
11395
11396 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com>
11397
11398         * Control.cs:
11399           - Added internal version of Invoke, with additional argument 
11400             indicating if we're calling it from a Dispose() handler. That
11401             way we can avoid BeginInvoke throwing an exception if we're
11402             calling for an already destroyed window.
11403           - Added a dispose argument to BeginInvokeInternal, and made the
11404             check if a valid window handle chain exists conditional on
11405             it not being a dispose call
11406           - Removed code in DestroyHandle to destroy our children. Since we
11407             now handle the WM_DESTROY message we will catch all our children
11408             being destroyed.
11409           - Now calling OnHandleDestroyed from our new WM_DESTROY handler
11410         * Form.cs:
11411           - Added a field to track the application context of the form.
11412           - No need to set closing variable as response to WM_CLOSE, instead
11413             we destroy the window. We also call PostQuitMessage if the form
11414             has an application context (which makes it the main app form,
11415             which, when closed terminates the app)
11416         * XplatUI.cs:
11417           - Dropped Exit() method, it's naming was confusing
11418           - Added PostQuitMessage() which causes GetMessage to return false
11419             once the message queue is empty
11420         * XplatUIDriver.cs, XplatUIWin32.cs: Dropped Exit(), added 
11421           PostQuitMessage()
11422         * XplatUIOSX.cs: Switched signature for Exit method since Exit() is
11423           no longer a valid XplatUI method, but left it in since it's used
11424           internally. Added empty PostQuitMessage() method.
11425         * MenuAPI.cs: Replaced call to Exit() with call to
11426           PostQuitMessage, even though this is probably no longer needed.
11427         * Hwnd.cs: Added 'pretty' ToString() to support debugging.
11428         * X11Structs.cs: Added pretty XEvent.ToString() to support debugging.
11429         * Application.cs:
11430           - Replaced call to XplatUI.Exit() with PostQuitMessage()
11431           - Removed old debug code that would call XplatUI for exception
11432             display, enabled standard exception handling (Still not enabled
11433             though, until NativeWindow's ExternalExceptionHandler define
11434             is removed
11435         * NativeWindow.cs:
11436           - Added internal method to allow control to update NativeWindow
11437             after a window has been destroyed
11438           - Added handling of already destroyed windows when calling i
11439             DestroyWindow
11440           - Added removal of handle from list on ReleaseHandle
11441         * XplatUIX11.cs:
11442           - Dropped GetMessageResult var and related code
11443           - Added PostQuitState to field to track if PostQuitMessage has been
11444             called
11445           - Dropped Exit() method
11446           - Added PostQuitMessage() method
11447           - GetMessage now will return false if PostQuitState is set and no
11448             more messages are in the queue.
11449           - Expose handler will no longer generate WM_PAINT messages if we are
11450             in PostQuitState since it's very likely any windows have already
11451             been destroyed, and since Hwnd won't get updated until we have
11452             processed the DestroyNotify we'd be causing X errors.
11453         
11454 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
11455
11456         * Control.cs(WndProc): Apparently I'm suffering from brain cloud.
11457           Thanks to Mike for pointing out the err of my ways.
11458
11459 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
11460
11461         * Control.cs(PreProcessMessage): Moved menu handling back, but
11462           after all other key handling, to match MS (who handles Menu in
11463           DefWndProc)
11464         * Menu.cs (WndProc): Removed my brainfart
11465
11466 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
11467
11468         * Control.cs(PreProcessMessage): Removed special menu handling 
11469         * Menu.cs (WndProc): Added handling of WM_SYSKEYUP for menu purposes.
11470
11471 2005-12-07  Mike Kestner  <mkestner@novell.com>
11472
11473         * Control.cs : special case SYSKEYUP so that we can adjust keynav
11474         state according in tracker.
11475         * Menu.cs : promote tracker field to base class and provide a tracker
11476         lookup capability.  Add/Remove shortcuts dynamically if the top menu
11477         has a tracker. Unparent items that are removed from the collection.
11478         * MenuAPI.cs : implement mnemonic, shortcut, and arrow-based keynav.
11479         * Theme*.cs: add always_show_hotkeys field to support configurability
11480         of mnemonic display.  win32 doesn't show mnemonics until Alt is
11481         pressed.
11482
11483 2005-12-07  Jackson Harper  <jackson@ximian.com>
11484
11485         * MdiChildContext.cs: Use Control.ResetCursor.
11486         * Control.cs: ResetCursor needs to set the property so that the
11487         correct XplatUI call gets made.
11488
11489 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
11490
11491         * Control.cs: More fixes to make our key events match MS. We
11492           were not setting the modifier state on KeyData, and we were
11493           not generating any events when Alt was pressed with a key
11494           since handling of WM_SYSxxx was missing for the OnKey methods.
11495
11496 2005-12-07  Jackson Harper  <jackson@ximian.com>
11497
11498         * MdiChildContext.cs: reenable the sizing code.
11499         - When the mouse leaves a window reset its cursor.
11500
11501 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
11502
11503         * ThemeClearlooks.cs: Reflect latest Hwnd changes
11504
11505 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
11506
11507         * Hwnd.cs: Now using the theme 3d bordersize to calculate
11508           widths of Fixed3D borders
11509
11510 2005-12-07  Jackson Harper  <jackson@ximian.com>
11511
11512         * MdiClient.cs: Fix warnings. Earn Mike's love.
11513
11514 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
11515
11516         * ThemeClearlooks.cs:
11517           - Adjusted mouse over button color
11518           - Added first parts of CheckBox drawing
11519           - Added correct color for selected text background
11520           - Fixed ComboBox drawing
11521           - Added CPDrawBorder3D and CPDrawBorder
11522
11523 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
11524
11525         * XplatUIX11.cs: Added call to XBell for AudibleAlert
11526
11527 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com> 
11528
11529         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
11530           XplatUIOSX.cs: Added AudibleAlert() method to have a means to
11531           alert users via sound. We could add an enum arg with different
11532           types of alerts in the future
11533
11534 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
11535
11536         * Control.cs: Fix behaviour problems pointed out by Mike
11537
11538 2005-12-05  Mike Kestner  <mkestner@novell.com>
11539
11540         * StatusBarPanel.cs: add Invalidate method and hook it into all the
11541         prop setters.  Calls parent.Refresh for now, but could be maybe be
11542         optimized with an internal method on StatusBar at some point.
11543         [Fixes #76513]
11544
11545 2005-12-05  Peter Dennis Bartok  <pbartok@novell.com> 
11546
11547         * RichTextBox.cs: Implemented get_SelectionColor
11548
11549 2005-12-05  Alexander Olk  <alex.olk@googlemail.com>
11550
11551         * ThemeClearlooks.cs:
11552           - Removed dead code
11553           - Draw black button border only if button is Form.AcceptButton
11554           - Draw correct button color for pressed RadioButton if the mouse 
11555             has entered the button
11556           - Updated ProgressBar drawing!
11557           - Updated CPDrawSizeGrip drawing
11558           - Updated StatusBarPanel drawing
11559
11560 2005-12-05  Mike Kestner  <mkestner@novell.com>
11561
11562         * Control.cs (PreProcessMessage): add Keys.Alt based on LParam value.
11563         * X11Keyboard.cs (SendKeyboardInput): formal lParam for alt mod.
11564
11565 2005-12-04  Alexander Olk  <alex.olk@googlemail.com>
11566
11567         * ThemeClearlooks.cs: Initial check-in, activate with
11568           export MONO_THEME=clearlooks
11569         * ThemeEngine.cs: Added ThemeClearlooks
11570
11571 2005-12-03  Mike Kestner  <mkestner@novell.com>
11572
11573         * MenuAPI.cs: deactivate menus prior to calling item.PerformClick.
11574         [Fixes #76897]
11575
11576 2005-12-02  Jackson Harper  <jackson@ximian.com>
11577
11578         * Form.cs: If the child form has no menu the default main menu is
11579         used as the active menu.
11580
11581 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com> 
11582
11583         * ListBox.cs: Check if any items exist before trying to resolve 
11584           coordinates into items
11585
11586 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
11587
11588         * ThemeWin32Classic.cs: Hatchbrush on Win32 seems to always use white
11589           as the second color for the background hatch
11590
11591 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
11592
11593         * TextBoxBase.cs: Now uses Jackson's new and improved ImplicitScrollbar
11594         * RichTextBox.cs: FormatText position arguments are 1-based, now making
11595           sure that what we pass to FormatText is always 1-based. Fixes #76885
11596
11597 2005-11-29  Miguel de Icaza  <miguel@novell.com>
11598
11599         * NumericUpDown.cs (EndInit): When we are done initializing,
11600         reflect any updates on the UI.
11601
11602 2005-12-02  Jackson Harper  <jackson@ximian.com>
11603
11604         * ImplicitHScrollBar.cs:
11605         * ImplicitVScrollBar.cs: New scrollbars that don't take focus from
11606         their container controls.
11607         * TreeView.cs: Use the new implicit scrollbars.
11608
11609 2005-12-02  Jackson Harper  <jackson@ximian.com>
11610
11611         * TreeView.cs: Make top_node internal so the TreeNodeCollections
11612         can play with it.
11613         * TreeNodeCollection.cs: If we remove the topnode we need to
11614         update topnode to the next node in line.
11615         - When clearing nodes go through the same process as removing
11616         them, so they get depareneted and checked if they are top node.
11617
11618 2005-12-01  Jackson Harper  <jackson@ximian.com>
11619
11620         * TreeView.cs: When imagelists are used the image area is
11621         selectable as well as the text.
11622         - If there are no selected nodes select the first one.
11623         * TreeNodeCollection.cs: Getting the TreeView is mildly expensive,
11624         so don't do it more then we need to.
11625
11626 2005-12-01  Jackson Harper  <jackson@ximian.com>
11627
11628         * ThemeWin32Classic.cs: Reimplement the scroll arrow drawing so
11629         that arrows can be scaled.
11630
11631 2005-12-01  Jackson Harper  <jackson@ximian.com>
11632
11633         * TreeNode.cs : Fixed bugs that caused FullPathTest + Traverse to
11634         fail. Patch by Dieter Bremes
11635
11636 2005-11-30  Jackson Harper  <jackson@ximian.com>
11637
11638         * Form.cs: Property is 2.0 only
11639         * PrintDialog.cs: Signature fix.
11640
11641 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
11642
11643         * TextControl.cs: 
11644           - No longer artificially moves text 2 pixels down (now that we have
11645             borders this is no longer needed)
11646           - Added calcs for left, hanging and right indent
11647
11648 2005-11-23  Mike Kestner  <mkestner@novell.com>
11649
11650         * Menu.cs: mark MenuChanged internal, since it's not exposed by MS.
11651
11652 2005-11-30  Jackson Harper  <jackson@ximian.com>
11653
11654         * MdiChildContext.cs: Set the cloned menus forms, as these don't
11655         get cloned as part of CloneMenu ().
11656         * Menu.cs: Make sure the parent of the items get set correctly
11657         when they are added.  And the owners are notified of the changes.
11658         * Form.cs: Create an ActiveMenu property, so that when MDI is used
11659         we can change the menu being displayed/handled by the form without
11660         changing the menu assosciated with the form.
11661         - Don't let Mdi children draw/handle menus.
11662         
11663 2005-11-30  Jackson Harper  <jackson@ximian.com>
11664
11665         * Menu.cs: Switch the MenuChanged method to OnMenuChanged and add
11666         a MenuChanged event. Just to make the API a little more
11667         consistent.
11668         * MainMenu.cs:
11669         * MenuItem.cs: Use the new OnMenuChanged
11670         * MdiChildContext.cs: Handle menu merging.
11671         * Form.cs: Implement MergedMenu.
11672         
11673 2005-11-30  Jackson Harper  <jackson@ximian.com>
11674
11675         * Menu.cs: We were misusing Add. Add goes behind the specified
11676         index according to the docs, and does not replace the specified
11677         index. So I added an Insert method.
11678
11679 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
11680
11681         * TextBoxBase.cs:  Implemented Ctrl-Ins (Copy), Shift-Ins (Paste) and
11682           Shift-Del (Cut), apparently Emacs uses these old Win 2.x keys. This
11683           is for Jackson
11684         * RichTextBox.cs: Added calls to base for DnD events
11685
11686 2005-11-28  Peter Dennis Bartok  <pbartok@novell.com>
11687
11688         * TextControl.cs:
11689           - Fixed drag-selection related crash; style fixes
11690           - Implemented undo class
11691             o Implemented method to capture document state for specified
11692               range in document tree
11693             o Implemented method to restore captured document state
11694             o Implemented cursor tracking
11695             o Implemented basic undo stack
11696           - Added undo cursor tracking to methods altering cursor location
11697           - Added undo tracking to selection deletion (still missing
11698             other text-altering hookups)
11699         * RichTextBox.cs:
11700           - Added SelectionLength property
11701           - Implemented CanPaste()
11702           - Implemented Paste()
11703           - Added missing protected methods
11704           - Fixed RTF->Document conversion; now uses font index 0 and color 
11705             index 0 as the default font for the parsed text
11706           - Fixed RTF<->Document font size translation
11707           - Fixed RTF generation, now properly handles cross-tag boundaries
11708             for single line selection
11709           - No longer always appends blank line to generated RTF
11710           - Removed TODOs
11711           - Added missing attributes
11712           - Hooked up undo-related methods
11713         * TextBoxBase.cs:
11714           - Implemented Copy()
11715           - Implemented Paste()
11716           - Implemented Cut()
11717           - Fixed caret mis-behaviour on backspace across line-boundaries
11718
11719 2005-11-29  Jackson Harper  <jackson@ximian.com>
11720
11721         * MdiClient.cs: Add a method for activating mdi children. Very
11722         basic right now. I imagine someday it might need more girth.
11723         * MenuItem.cs: Implement MDI lists. When mdilist is true the mdi
11724         children windows names are added to the menu item.
11725         * ThemeWin32Classic.cs: Draw the arrow if the item is an
11726         mdilist. This happens regardless of whether or not there are any
11727         mdi windows to see in the list, and according to my tests happens
11728         before the items are even added. Also happens if there isn't even
11729         an mdi client to get windows from.
11730
11731 2005-11-29  Alexander Olk  <alex.olk@googlemail.com>
11732
11733         * ThemeWin32Classic.cs: Make DrawFlatStyleRadioButton protected
11734         * ThemeNice.cs: Fix drawing of flatstyle radiobuttons
11735
11736 2005-11-29  Jordi Mas i Hernandez <jordimash@gmail.com>
11737
11738         * DataGridTableStyle.cs:
11739           - Create always the styles for the missing columns even if they are
11740             provided by the user (not default table style)
11741         * DataGrid.cs:
11742           - Fixes bug 76770
11743           - Fixes SetDataBinding (always re-attach source)
11744           - Fixes SetNewDataSource (only clear styles if they are not for 
11745             this source)
11746          -  Expands OnTableStylesCollectionChanged to handle style refresh 
11747             and remove properly
11748
11749 2005-11-29  Jackson Harper  <jackson@ximian.com>
11750
11751         * FileDialog.cs: Implement missing bits, remove some dead
11752         code.
11753         * FontDialog.cs: Implement missing Apply stuff, and ToString. Move
11754         creation of the panel so that the options set on the dialog are
11755         seen when the panel is created.
11756         * TreeView.cs: raise a click when items are clicked.
11757         
11758 2005-11-29  Jackson Harper  <jackson@ximian.com>
11759
11760         * MdiClient.cs: Pass some signature methods through to base.
11761
11762 2005-11-28  Jackson Harper  <jackson@ximian.com>
11763
11764         * ListView.cs: Raise the click event when items are clicked.
11765
11766 2005-11-28  Jackson Harper  <jackson@ximian.com>
11767
11768         * MdiClient.cs: Make this algorithm even more beautiful.  And fix
11769         a nullref.
11770
11771 2005-11-27  Alexander Olk  <alex.olk@googlemail.com>
11772
11773         * ThemeNice.cs: - Removed 1 pixel bitmaps
11774           - Use SmoothingMode.AntiAlias where it makes sense
11775             (ScrollButton arrow for example)
11776           - Enhanced Button focus drawing
11777           - Fixed ComboBox drawing (no artefacts anymore, focus
11778             rectangle is back again, reduced size of ComboButton, etc.)
11779           - Fixed RadioButton focus drawing for Appearence.Button
11780           - Slight ScrollButton redesign
11781           - Some LinearGradientBrush size fixes
11782           - GroupBoxes have now rounded edges
11783           - Fixed StatusBar drawing
11784
11785 2005-11-25  Alexander Olk  <alex.olk@googlemail.com>
11786
11787         * ThemeNice.cs: - Remove dead code
11788           - use correct background colors for menus, etc.
11789           - Fake pixel drawing with 1 pixel bitmaps
11790
11791 2005-11-24  Jackson Harper  <jackson@ximian.com>
11792
11793         * MdiClient.cs: Size the scrollbars when resizing the window.
11794         - Resize the maximized windows when the client is resized
11795         * Form.cs: Make the child context available
11796         
11797 2005-11-23  Jackson Harper  <jackson@ximian.com>
11798
11799         * MdiChildContext.cs: Don't size windows if they are maximized.
11800
11801 2005-11-23  Mike Kestner  <mkestner@novell.com>
11802
11803         * ContextMenu.cs: use MenuTracker.
11804         * Control.cs: remove menu handle usage.
11805         * Form.cs: remove menu handle usage.
11806         * Hwnd.cs: remove menu handle usage.
11807         * MainMenu.cs: Draw method moved here from MenuAPI.DrawMenuBar. Proxy
11808         motion and clicks to the new Tracker handlers.
11809         * Menu.cs: add sizing accessors, SelectedItem prop, kill CreateItems
11810         and handle usage.
11811         * MenuAPI.cs: refactored to combine popup and menubar event handling.
11812         Killed the MENU and MENUITEM data types and associated collections
11813         since we now keep the info on Menu and MenuItem. Expanded TRACKER into
11814         MenuTracker class that exposes the leftovers from the old MenuAPI
11815         static methods. Restructured Capture handling so that only one grab is
11816         done for the entire menu hierarchy instead of handing off grabs to
11817         submenus. Tracker now has an invisible control to Capture when active.
11818         * MenuItem.cs: add sizing accessors, kill Create
11819         and handle usage.
11820         * Theme.cs: remove menu handle and MENU(ITEM) usage.
11821         * ThemeWin32Classic.cs: use Menu/MenuItem sizing props instead of
11822         MENU(ITEM). remove menu handle usage, use Menu directly.
11823         * XplatUIDriver.cs: remove menu handle usage.
11824         * XplatUIOSX.cs: remove menu handle usage.
11825         * XplatUIWin32.cs: remove menu handle usage.
11826         * XplatUIX11.cs: remove menu handle usage.
11827
11828 2005-11-22  Jackson Harper  <jackson@ximian.com>
11829
11830         * Hwnd.cs: Don't compute the menu size for
11831         DefaultClientRectangle.
11832         - Reenable menu sizes being computed for GetClienRectangle.
11833         * Form.cs: Remove comment of trechery
11834         
11835 2005-11-22  Jackson Harper  <jackson@ximian.com>
11836
11837         * Hwnd.cs: The adjustments for the menu bar are made when it is
11838         attached to the form.
11839
11840 2005-11-19  Jackson Harper  <jackson@ximian.com>
11841
11842         * XplatUIX11.cs: Create an HGRN of the invalid area for WM_NCPAINT
11843         (just like on windows).
11844
11845 2005-11-19  Jackson Harper  <jackson@ximian.com>
11846
11847         * MdiChildContext.cs: Handle all the buttons ourselves. We can't
11848         use real buttons anymore because they are in non client area. The
11849         one TODO here is that I need to somehow invalidate a section of
11850         the non client area.
11851
11852 2005-11-18  Jackson Harper  <jackson@ximian.com>
11853
11854         * Control.cs: Put the enum check back in now that MDI doesnt have
11855         to use this to set border styles.
11856         * Form.cs: Only set mdi child windows borders if the handle has
11857         been created.
11858         * MdiChildContext.cs: Don't set the InternalBorderStyle, just pass
11859         this directly on to the driver.
11860         - Get the move start position before adjusting for the titlebar
11861         height, this fixes the windows "skipping" when they are first
11862         moved.
11863
11864 2005-11-18  Jackson Harper  <jackson@ximian.com>
11865
11866         * XplatUIX11.cs: Just compute the mdi borders separately as they
11867         don't totally match up with normal form borders.
11868
11869 2005-11-18  Jackson Harper  <jackson@ximian.com>
11870
11871         * Control.cs: Set WS_ styles for borders, so that the driver does
11872         not have to retrieve the control instance to figure out what kind
11873         of borders it should have.
11874         * Form.cs: Set the WS_EX_MDICHILD flag on mdi children, so the
11875         driver can know its an mdi child easily.
11876         * XplatUIX11.cs: Get the border styles and whether the window is
11877         MDI from the Styles and ExStyles params instead of having to get a
11878         control. This prevents a chicken and egg problem.       
11879
11880 2005-11-18  Jackson Harper  <jackson@ximian.com>
11881
11882         * MdiClient.cs: Fix typo so scrollbars show up correctly.
11883
11884 2005-11-18  Jackson Harper  <jackson@ximian.com>
11885
11886         * MdiClient.cs: Calculate when to add and remove scrollbars
11887         correctly.
11888         * MdiChildContext.cs: Adjust the y position to take the titlebar
11889         into account.
11890         - No height for FormBorderStyle.None
11891
11892 2005-11-18  Jackson Harper  <jackson@ximian.com>
11893
11894         * Control.cs: Allow non enum values to be used for
11895         InternalBorderStyle.  MDI does this to set a special border style.
11896         - New utility methods for converting points to/from client coords
11897         - Add the newly created control to the Controls collection before
11898         updating its style. This way UpdateStyle can walk the control
11899         heirarchy to find the control if needed.
11900         so I don't need to create a new Point object all the time.
11901         * Form.cs: Let MDI windows handle their border styles.
11902         - Set styles on MDI windows so the correct title style is derived.
11903         * MdiChildContext.cs: Move all the painting and window handling
11904         into the non client area.
11905         - Use correct sizing and put correct buttons on frames based on
11906         the FormBorderStyle.
11907         - Notify the mdi client about scrolling
11908         - Need to handle the buttons ourselves now, because they are all
11909         in non client areas and we can't add controls there.
11910         * MdiClient.cs: Halfway to scrolling, this implementation is
11911         somewhat broken though, we need to check to make sure other
11912         windows aren't causing scrolling before removing the bars. Also
11913         the bars need to be drawn on top, maybe I can switch implicit
11914         controls to be on top.
11915         * Hwnd.cs: caption_height and tool_caption_height are now
11916         properties of an hwnd, this way they can be set by the driver
11917         based on the type of window they are.  In X11 the window manager
11918         handles the decorations so caption_height is zero unless its an
11919         MDI window.
11920         - Add 3 pixel borders for MDI windows (0xFFFF).
11921         - Get rid of some code duplication, have DefaultClientRectanle
11922         just call GetClientRectangle.
11923         * XplatUIX11.cs: Pass caption_height and tool_caption_height to
11924         Hwnd now.
11925         - Set border styles differently for mdi windows.
11926         * XplatUIOSX.cs: Pass caption_height and tool_caption_height to
11927         Hwnd now.
11928         
11929 2005-11-15  Mike Kestner  <mkestner@novell.com>
11930
11931         * Menu.cs: when adding an item to the collection, if item is already 
11932         parented, remove it from the parent.
11933
11934 2005-11-13  Alexander Olk  <alex.olk@googlemail.com>
11935
11936         * X11DesktopColors.cs: Added KDE support
11937
11938 2005-11-11  Peter Dennis Bartok  <pbartok@novell.com>
11939
11940         * XplatUIWin32.cs: 
11941           - Clipboard methods now can translate Rtf format
11942           - No longer removes clipboard contents whenever a new format is added
11943             to allow placing multiple formats on the clipboard
11944         * Clipboard.cs: Clipboard now supports getting a IDataObject and
11945           will place all formats contained in it onto the clipboard. Also
11946           now cleans the clipboard before placing a new object onto it
11947         * RichTextBox.cs:
11948           - Implemented set_Rtf
11949           - Implemented set_SelectedRtf
11950           - Created InsertRTFFromStream() method to allow single code base
11951             for all properties and methods that insert RTF into document
11952           - Removed debug output
11953         * TextControl.cs:
11954           - Fixed Delete(int) to fix up line numbers
11955           - Fixed ReplaceSelection to combine start and end line
11956           - Fixed serious DeleteChars bug that would leave the document tree
11957             broken
11958           - Improved DumpTree with several logic checks to detect broken
11959             document trees
11960           - Removed debug lines
11961           - Fixed Caret.WordForward/WordBack moving code, now always also 
11962             updates caret.tag (fixes crash when word-selecting across tag
11963             boundaries via keyboard)
11964           - Added Insert() method for inserting multiline text into documents
11965           - Fixed DeleteChars() calculation errors that would cause a broken
11966             tag chain with multiple tag lines
11967           - DeleteChars() no longer crashes on multi-tag lines if not all tags
11968           - Split() no longer moves caret if split is at caret location
11969           - ReplaceSelection() now updates the cursor and re-displays it
11970           - ReplaceSelection() now uses new Insert() method to avoid code
11971             duplication
11972           - FormatText() can now handle formatting partial lines
11973         * TextBoxBase.cs:
11974           - Append now uses new TextControl.Insert() method (this avoids 
11975             duplicate code)
11976           - Implemented Ctrl-X (Cut) (
11977           - Implemented Ctrl-C (Copy)
11978           - Implemented Ctrl-V (Paste) (Still some bugs related to screen 
11979             regeneration when pasting text; roundtripping Copy&Paste within
11980             edit control still fails due to some calculation bugs in GenerateRTF)
11981           - The Delete key will now remove the current selection if it is visible
11982         * TextBox.cs: Removed debug lines
11983         * XplatUI.cs: Trigger initialization of DataFormats (which requires the
11984           driver to be initialized and can't therefore be done via a static ctor)
11985
11986 2005-11-10  Peter Dennis Bartok  <pbartok@novell.com>
11987
11988         * TextControl.cs: Added backend code for finding char arrays and strings
11989         * TextBoxBase.cs:
11990           - Added mouse wheel scroll support
11991           - Added support for VScroll and HScroll events
11992         * RichTextBox.cs:
11993           - Implemented all seven Find() variants
11994           - Implemented GetCharFromPosition()
11995           - Implemented GetCharIndexFromPosition()
11996           - Implemented GetLineFromIndex()
11997           - Implemented GetPositionFromCharIndex();
11998           - Implemented SaveFile for PlainText and UnicodeText
11999           - Fixed set_Font, now setting a new font applies that font to
12000             the whole document
12001           - Implemented generic Document to RTF converter
12002           - Implemented SaveFile for RichText format (still missing unicode
12003             conversion for non-ansi chars)
12004           - Implemented get_Rtf
12005           - Implemented get_SelectedRtf
12006
12007 2005-11-09  Peter Dennis Bartok  <pbartok@novell.com>
12008
12009         * Control.cs (WndProc): Call HandleClick after having sent OnMouseUp
12010           to allow any captures to be released before triggering OnClick. This
12011           way a click handler may capture the mouse without interference.
12012         * XplatUIX11.cs: Always send mouse messages to grab window if one exists.
12013           This way we send them even though X may not allow a grab (if the window
12014           isn't visible, for example)
12015
12016 2005-11-08  Pedro Martinez Julia <pedromj@gmail.com>
12017
12018         * DataGridViewRowEventArgs.cs: DataGridView implementation
12019         * DataGridViewElement.cs: DataGridView implementation
12020         * DataGridViewComboBoxCell.cs: DataGridView implementation
12021         * DataGridViewDataErrorContexts.cs: DataGridView implementation
12022         * DataGridViewCellErrorTextNeededEventArgs.cs: DataGridView implementation
12023         * DataGridViewColumnHeadersHeightSizeMode.cs: DataGridView implementation
12024         * ImageLayout.cs: DataGridView implementation
12025         * DataGridViewComboBoxColumn.cs: DataGridView implementation
12026         * DataGridViewCellMouseEventHandler.cs: DataGridView implementation
12027         * DataGridViewSelectionMode.cs: DataGridView implementation
12028         * IDataGridViewEditingControl.cs: DataGridView implementation
12029         * DataGridViewSortCompareEventHandler.cs: DataGridView implementation
12030         * DataGridViewCellStyleContentChangedEventHandler.cs: DataGridView implementation
12031         * DataGridViewAutoSizeModeEventHandler.cs: DataGridView implementation
12032         * DataGridViewColumnStateChangedEventHandler.cs: DataGridView implementation
12033         * DataGridViewColumnSortMode.cs: DataGridView implementation
12034         * DataGridView.cs: DataGridView implementation
12035         * DataGridViewRowStateChangedEventHandler.cs: DataGridView implementation
12036         * DataGridViewRowPostPaintEventArgs.cs: DataGridView implementation
12037         * DataGridViewDataErrorEventArgs.cs: DataGridView implementation
12038         * Padding.cs: DataGridView implementation
12039         * DataGridViewCellParsingEventArgs.cs: DataGridView implementation
12040         * DataGridViewCellStateChangedEventHandler.cs: DataGridView implementation
12041         * DataGridViewRowEventHandler.cs: DataGridView implementation
12042         * DataGridViewCellPaintingEventHandler.cs: DataGridView implementation
12043         * DataGridViewCellFormattingEventHandler.cs: DataGridView implementation
12044         * DataGridViewButtonCell.cs: DataGridView implementation
12045         * DataGridViewCellStyleContentChangedEventArgs.cs: DataGridView implementation
12046         * DataGridViewEditMode.cs: DataGridView implementation
12047         * DataGridViewCellValueEventArgs.cs: DataGridView implementation
12048         * DataGridViewRowCancelEventArgs.cs: DataGridView implementation
12049         * DataGridViewRowHeadersWidthSizeMode.cs: DataGridView implementation
12050         * DataGridViewCheckBoxColumn.cs: DataGridView implementation
12051         * DataGridViewCellToolTipTextNeededEventHandler.cs: DataGridView implementation
12052         * DataGridViewAutoSizeColumnsMode.cs: DataGridView implementation
12053         * DataGridViewCellEventHandler.cs: DataGridView implementation
12054         * DataGridViewEditingControlShowingEventHandler.cs: DataGridView implementation
12055         * DataGridViewCellStyleConverter.cs: DataGridView implementation
12056         * DataGridViewSelectedRowCollection.cs: DataGridView implementation
12057         * DataGridViewBindingCompleteEventHandler.cs: DataGridView implementation
12058         * DataGridViewColumnEventArgs.cs: DataGridView implementation
12059         * DataGridViewRowHeightInfoPushedEventHandler.cs: DataGridView implementation
12060         * DataGridViewRowContextMenuStripNeededEventHandler.cs: DataGridView implementation
12061         * QuestionEventArgs.cs: DataGridView implementation
12062         * IDataGridViewEditingCell.cs: DataGridView implementation
12063         * DataGridViewTriState.cs: DataGridView implementation
12064         * DataGridViewColumnDesignTimeVisibleAttribute.cs: DataGridView implementation
12065         * DataGridViewCellStateChangedEventArgs.cs: DataGridView implementation
12066         * DataGridViewColumnCollection.cs: DataGridView implementation
12067         * DataGridViewCellValueEventHandler.cs: DataGridView implementation
12068         * DataGridViewRowDividerDoubleClickEventHandler.cs: DataGridView implementation
12069         * DataGridViewCellFormattingEventArgs.cs: DataGridView implementation
12070         * DataGridViewColumn.cs: DataGridView implementation
12071         * DataGridViewCellBorderStyle.cs: DataGridView implementation
12072         * DataGridViewCellContextMenuStripNeededEventHandler.cs: DataGridView implementation
12073         * DataGridViewCellValidatingEventArgs.cs: DataGridView implementation
12074         * DataGridViewRow.cs: DataGridView implementation
12075         * DataGridViewImageCellLayout.cs: DataGridView implementation
12076         * DataGridViewImageCell.cs: DataGridView implementation
12077         * DataGridViewTopLeftHeaderCell.cs: DataGridView implementation
12078         * DataGridViewCheckBoxCell.cs: DataGridView implementation
12079         * DataGridViewHeaderCell.cs: DataGridView implementation
12080         * DataGridViewCellErrorTextNeededEventHandler.cs: DataGridView implementation
12081         * DataGridViewRowHeightInfoPushedEventArgs.cs: DataGridView implementation
12082         * DataGridViewAutoSizeColumnsModeEventHandler.cs: DataGridView implementation
12083         * DataGridViewTextBoxColumn.cs: DataGridView implementation
12084         * QuestionEventHandler.cs: DataGridView implementation
12085         * DataGridViewCellStyleScopes.cs: DataGridView implementation
12086         * DataGridViewSortCompareEventArgs.cs: DataGridView implementation
12087         * DataGridViewCellContextMenuStripNeededEventArgs.cs: DataGridView implementation
12088         * DataGridViewCell.cs: DataGridView implementation
12089         * DataGridViewCellEventArgs.cs: DataGridView implementation
12090         * DataGridViewClipboardCopyMode.cs: DataGridView implementation
12091         * DataGridViewCellStyle.cs: DataGridView implementation
12092         * DataGridViewColumnHeaderCell.cs: DataGridView implementation
12093         * DataGridViewRowPrePaintEventHandler.cs: DataGridView implementation
12094         * DataGridViewRowCancelEventHandler.cs: DataGridView implementation
12095         * TextFormatFlags.cs: DataGridView implementation
12096         * DataGridViewCellToolTipTextNeededEventArgs.cs: DataGridView implementation
12097         * DataGridViewDataErrorEventHandler.cs: DataGridView implementation
12098         * DataGridViewAdvancedCellBorderStyle.cs: DataGridView implementation
12099         * DataGridViewCellPaintingEventArgs.cs: DataGridView implementation
12100         * DataGridViewButtonColumn.cs: DataGridView implementation
12101         * DataGridViewRowsRemovedEventArgs.cs: DataGridView implementation
12102         * HandledMouseEventArgs.cs: DataGridView implementation
12103         * DataGridViewCellParsingEventHandler.cs: DataGridView implementation
12104         * DataGridViewColumnDividerDoubleClickEventHandler.cs: DataGridView implementation
12105         * DataGridViewCellMouseEventArgs.cs: DataGridView implementation
12106         * DataGridViewAutoSizeRowsMode.cs: DataGridView implementation
12107         * DataGridViewRowCollection.cs: DataGridView implementation
12108         * DataGridViewAdvancedBorderStyle.cs: DataGridView implementation
12109         * DataGridViewCellCancelEventHandler.cs: DataGridView implementation
12110         * DataGridViewHitTestType.cs: DataGridView implementation
12111         * DataGridViewAutoSizeModeEventArgs.cs: DataGridView implementation
12112         * DataGridViewColumnStateChangedEventArgs.cs: DataGridView implementation
12113         * DataGridViewColumnEventHandler.cs: DataGridView implementation
12114         * DataGridViewRowDividerDoubleClickEventArgs.cs: DataGridView implementation
12115         * DataGridViewAutoSizeRowMode.cs: DataGridView implementation
12116         * DataGridViewRowHeightInfoNeededEventArgs.cs: DataGridView implementation
12117         * DataGridViewRowsDeletedEventArgs.cs: DataGridView implementation
12118         * DataGridViewTextBoxEditingControl.cs: DataGridView implementation
12119         * DataGridViewContentAlignment.cs: DataGridView implementation
12120         * DataGridViewRowPostPaintEventHandler.cs: DataGridView implementation
12121         * DataGridViewComboBoxEditingControl.cs: DataGridView implementation
12122         * DataGridViewCellValidatingEventHandler.cs: DataGridView implementation
12123         * DataGridViewSelectedColumnCollection.cs: DataGridView implementation
12124         * DataGridViewPaintParts.cs: DataGridView implementation
12125         * DataGridViewCellCollection.cs: DataGridView implementation
12126         * DataGridViewRowsAddedEventArgs.cs: DataGridView implementation
12127         * DataGridViewImageColumn.cs: DataGridView implementation
12128         * DataGridViewRowsRemovedEventHandler.cs: DataGridView implementation
12129         * DataGridViewElementStates.cs: DataGridView implementation
12130         * DataGridViewRowHeightInfoNeededEventHandler.cs: DataGridView implementation
12131         * DataGridViewColumnDividerDoubleClickEventArgs.cs: DataGridView implementation
12132         * DataGridViewRowPrePaintEventArgs.cs: DataGridView implementation
12133         * DataGridViewRowStateChangedEventArgs.cs: DataGridView implementation
12134         * DataGridViewEditingControlShowingEventArgs.cs: DataGridView implementation
12135         * DataGridViewCellCancelEventArgs.cs: DataGridView implementation
12136         * DataGridViewRowHeaderCell.cs: DataGridView implementation
12137         * DataGridViewBindingCompleteEventArgs.cs: DataGridView implementation
12138         * DataGridViewTextBoxCell.cs: DataGridView implementation
12139         * DataGridViewBand.cs: DataGridView implementation
12140         * DataGridViewAutoSizeColumnModeEventArgs.cs: DataGridView implementation
12141         * DataGridViewHeaderBorderStyle.cs: DataGridView implementation
12142         * DataGridViewRowsAddedEventHandler.cs: DataGridView implementation
12143         * DataGridViewAutoSizeColumnMode.cs: DataGridView implementation
12144         * DataGridViewAutoSizeColumnModeEventHandler.cs: DataGridView implementation
12145         * DataGridViewAutoSizeColumnsModeEventArgs.cs: DataGridView implementation
12146         * DataGridViewRowErrorTextNeededEventHandler.cs: DataGridView implementation
12147         * DataGridViewSelectedCellCollection.cs: DataGridView implementation
12148         * DataGridViewRowContextMenuStripNeededEventArgs.cs: DataGridView implementation
12149         * DataGridViewRowErrorTextNeededEventArgs.cs: DataGridView implementation
12150         * DataGridViewComboBoxDisplayStyle.cs: DataGridView implementation
12151
12152 2005-11-08  Peter Dennis Bartok  <pbartok@novell.com>
12153
12154         * ThemeWin32Classic.cs: 
12155           - Draw the outside focus rectangle around buttons
12156           - Use CPDrawFocusRectangle to draw focus rectangles until Cairo
12157             doesn't use end caps for every dash of a line anymore. This
12158             workaround ignores the forecolor.
12159
12160 2005-11-08  Kornél Pál  <kornelpal@hotmail.com>
12161
12162         * ImageList.cs: Don't use ArgbColor with LayoutKind.Explicit as it isn't
12163           endian safe.
12164
12165 2005-11-07  Jackson Harper  <jackson@ximian.com>
12166
12167         * X11Dnd.cs: Set the X/Y positions on the DragEventArgs correctly.
12168
12169 2005-11-07  Jackson Harper  <jackson@ximian.com>
12170
12171         * ScrollableControl.cs: Calculate the maximum and change vars
12172         (more) correctly so that scrollbars appear as a sensible size.
12173
12174 2005-11-04  Jackson Harper  <jackson@ximian.com>
12175
12176         * TreeNodeCollection.cs: Refresh when nodes are cleared from the
12177         collection.
12178         * TreeView.cs: When the tree is sorted null out the top_node so
12179         that it is recalculated.
12180         - Use dotted lines instead of dashed lines to match MS better.
12181
12182 2005-11-04  Jordi Mas i Hernandez <jordimash@gmail.com>
12183
12184         * ListView.cs: 
12185           - Implements key search for items. Useful when browsing files with FileDialog
12186           - When changing view mode or when clear the items reset scrollbar positions
12187
12188 2005-11-04  Jackson Harper  <jackson@ximian.com>
12189
12190         * CurrencyManager.cs: Implement the MetaDataChanged event, the
12191         Reset method, and the CheckEmpty. CheckEmpty is just a total guess
12192         as to what the method may do as there is no real way of creating a
12193         derived CurrencyManager and calling the method. 
12194
12195 2005-11-03  Jackson Harper  <jackson@ximian.com>
12196
12197         * ThemeWin32Classic.cs: Implement ownerdrawing in the tab control
12198         * TabControl.cs: Add Ownerdrawing bits, add the UpdateTabSelection
12199         method which seems to just be used internally to refresh the tabs.
12200
12201 2005-11-03  Jackson Harper  <jackson@ximian.com>
12202
12203         * TabControl.cs: Implement the remove method. Fix some broken
12204         comments.
12205
12206 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
12207
12208         * DateTimePicker.cs:
12209           - Added missing DateTimePickerAccessibleObject class
12210           - Added missing events
12211           - Added OnFontChanged method
12212         * Form.cs: Added missing attributes
12213         * TreeView.cs: Added missing attributes
12214
12215 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com> 
12216
12217         * GridItemCollection.cs: Fix signatures
12218
12219 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
12220
12221         * XplatUI.cs: Updated build rev/date
12222         * ComboBox.cs, DataGridTextBoxColumn.cs Control.cs, 
12223           DataGridTableStyle.cs, DataGrid.cs, DateTimePicker.cs: Signature fixes
12224         * Application.cs: Trigger context-specific ExitThread events
12225
12226 2005-11-03  Jackson Harper  <jackson@ximian.com>
12227
12228         * Menu.cs:
12229         * MainMenu.cs:
12230         * GridTableStylesCollection.cs:
12231         * Timer.cs:
12232         * TabPage.cs:
12233         * HelpProvider.cs:
12234         * StatusBar.cs:
12235         * MonthCalendar.cs: Signature fixes
12236
12237 2005-11-03  Jackson Harper  <jackson@ximian.com>
12238
12239         * TreeNodeCollection.cs: Remove should not be virtual.
12240         * TreeView.cs: Implement the last of the missing methods.
12241
12242 2005-11-03  Jackson Harper  <jackson@ximian.com>
12243
12244         * TreeNodeConverter.cs: Implement to get off my class-status back.
12245
12246 2005-11-03  Jackson Harper  <jackson@ximian.com>
12247
12248         * TreeView.cs: Hookup the bits for drag and drop.
12249         * TreeNode.cs: Don't cache the tree_view or index anymore, now
12250         that nodes can be moved from tree to tree easily this just causes
12251         all sorts of problems.
12252         * TreeNodeCollection: Don't need to give treenodes an index and
12253         treeview anymore when they are added, these are computed on the
12254         fly. Also make sure to remove a node before its added.
12255
12256 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
12257
12258         * TextControl.cs:
12259           - Added CaretSelection enum
12260           - Added comparison methods to Marker struct, makes selection code
12261             more readable
12262           - Added SelectionStart and SelectionEnd as 'moveable' location for
12263             the CaretDirection enum and handler
12264           - Added selection_prev variable to track optimized invalidation for
12265             word and line selection
12266           - Added SelectionVisible property (returns true if there is a valid 
12267             selection)
12268           - Switched CaretHasFocus to only display the caret if there is no
12269             visible selection
12270           - Avoiding StringBuilder.ToString to retrieve a single char, instead
12271             using the direct character index; should be much faster
12272           - Added various conditional debug statements
12273           - Fixed invalidation calculation for selection ranges
12274           - Added ExpandSelection() method to support word and line selection
12275           - Switched SetSelectionToCaret to use new Marker compare overloads
12276           - Added central IsWordSeparator() method to determine word 
12277             separators/whitespace and FindWordSeparator() to streamline common
12278             usage of IsWordSeparator()
12279         * TextBoxBase.cs:
12280           - Removed unneeded grabbed variable, it was just mirroring
12281             Control.Capture
12282           - No longer firing OnTextChanged event when Text setter is called,
12283             since the base will fire the event for us
12284           - Added handling of Ctrl-Up/Down selection
12285           - Added handling of Shift-Cursorkey selection
12286           - Added handling for Ctrl-Delete and Ctrl-Backspace to remove
12287             words
12288           - Added handling of Shift and Ctrl-Shift-Home/End selection
12289           - Removed some debug output
12290           - Added handling for single/double/tripple-click to place caret/
12291             select word/select line respectively (Fixes bug #76031)
12292           - Added support for drag expansion of word/line selection
12293         * RichTextBox.cs: Handle GotFocus event to trigger redrawing of
12294           current selection
12295
12296 2005-11-02  Jackson Harper  <jackson@ximian.com>
12297
12298         * X11Dnd.cs: If the drag is going to and from a MWF window just
12299         copy the data instead of sending it out through the X Selection
12300         mechanism.
12301
12302 2005-11-02  Jackson Harper  <jackson@ximian.com>
12303
12304         * X11Dnd.cs:
12305         * XplatUIX11.cs: When in a drag we don't want motion notify
12306         messages to get passed on to the other controls. This prevents
12307         mouse move messages from showing up in the drag source.
12308
12309 2005-11-02  Jackson Harper  <jackson@ximian.com>
12310
12311         * X11Dnd.cs: Remove unneeded call to XAllowEvents.  Make sure that
12312         the correct button is release to end a drag.
12313         * XplatUIX11.cs: Make the button state internal so the drag system
12314         can access it.  Dragging needs to know about all button releases,
12315         not just left button.
12316
12317 2005-11-02  Miguel de Icaza  <miguel@novell.com>
12318
12319         * Form.cs (Icon): If the icon is null, reset the icon to the
12320         default value. 
12321
12322         * Cursor.cs: When writing the AND-mask bitmap do not include the
12323         number of colors, but hardcode those to two (black and white),
12324         fixes the loading of color cursors (Paint Dot Net).
12325
12326         * Form.cs: To debug, allow MONO_MWF_SCALING=disable variable to
12327         turn off autoscaling.
12328
12329         * Cursor.cs: Allow resource type to be 1 or 2 (from ImageMagic).
12330
12331 2005-11-02  Jackson Harper  <jackson@ximian.com>
12332
12333         * X11Dnd.cs: Make sure to send a status message if the pointer
12334         enters a control that can not accept a drop, otherwise the cursor
12335         isn't updated correctly. Also tried to compress the lines of code
12336         a bit.
12337
12338 2005-11-02  Jackson Harper  <jackson@ximian.com>
12339
12340         * X11Dnd.cs: Change cursors based on drag action. Also attempt to
12341         set actions correctly.  This isn't perfect as XDND and win32 have
12342         some differences on how you allow actions. I'll clear this up by
12343         adding a path for drag from MWF to MWF windows.
12344         * XplatUIX11.cs: Hook into the dnd system.
12345
12346 2005-11-02  Jordi Mas i Hernandez <jmas@softcatala.org>
12347
12348         * ListView.cs: Fixes scroll bar visibility. Hide them if they were
12349         previously shown but they are no longer need it. Very obvious when 
12350         browsing files with FileDialog.
12351
12352 2005-11-01  Peter Dennis Bartok  <pbartok@novell.com>
12353
12354         * Control.cs: We always need to call OnPaintBackground. We pretty much
12355           ignore AllPaintingInWmPaint and always do the painting there, whether 
12356           it's set or not, since we always ignore the WM_ERASEBKGND message 
12357           (which we don't generate on X11). This fixes #76616.
12358         * Panel.cs: Removed unneeded background painting. This happens properly
12359           in Control.cs already
12360
12361 2005-10-31  Mike Kestner  <mkestner@novell.com>
12362
12363         * Menu.cs: Add items to collection before setting their index.
12364         * MenuItem.cs : add range checking with ArgumentException like MS.
12365         [Fixes #76510]
12366
12367 2005-10-31  Jackson Harper  <jackson@ximian.com>
12368
12369         * ListBox.cs: Invalidate if the area is visible at all not just
12370         contained in the visible rect. Fixes unselection of semi visible
12371         items.
12372
12373 2005-10-31  Jackson Harper  <jackson@ximian.com>
12374
12375         * Control.cs: Consistently name the dnd methods. Make them
12376         internal so we can override them to match some MS behavoir
12377         internally.
12378         * Win32DnD.cs: Use the new consistent names.
12379
12380 2005-10-31  Jackson Harper  <jackson@ximian.com>
12381
12382         * TreeView.cs: Don't draw the selected node when we lose focus.
12383
12384 2005-10-31  Jackson Harper  <jackson@ximian.com>
12385
12386         * X11Dnd.cs: We still need to reset the state even though a full
12387         reset isn't being done, otherwise status's still get sent all over
12388         the place.
12389
12390 2005-10-31  Jackson Harper  <jackson@ximian.com>
12391
12392         * Control.cs: Make the dnd_aware flag internal so the dnd
12393         subsystem can check it. Catch exceptions thrown in dnd handlers to
12394         match MS behavoir.
12395         * Hwnd.cs: Add a flag for whether or not a window is dnd aware.
12396         * X11Dnd.cs: Handle null data in the converters. Set the XDND
12397         version when sending a XdndEnter. Use the control/hwnd dnd_aware
12398         flags to reduce the number of dnd enters/status's sent.
12399
12400 2005-10-31  Jackson Harper  <jackson@ximian.com>
12401
12402         * X11Dnd.cs: Don't need the sizeof here. Patch by Jordi Mas.
12403
12404 2005-10-31  Jordi Mas i Hernandez <jordi@ximian.com>
12405
12406         * PictureBox.cs: Fixes 76512
12407
12408 2005-10-28  Jackson Harper  <jackson@ximian.com>
12409
12410         * X11Dnd.cs: Early implementation to support winforms being a drag
12411         source for data on X11. Also restructured the converters so they
12412         can go both ways now.
12413         * XplatUIX11.cs: Tie ins to the the Dnd stuff.
12414         
12415 2005-10-27  Peter Dennis Bartok  <pbartok@novell.com>
12416
12417         * XplatUIX11.cs: Fixed FIXME - implemented ASCII encoding for XA_STRING
12418           clipboard requests
12419
12420 2005-10-27  Jackson Harper  <jackson@ximian.com>
12421
12422         * TreeNode.cs: Implement serialization so my DnD examples will work.
12423
12424 2005-10-24  Kornél Pál  <kornelpal@hotmail.com>
12425
12426         * ButtonBase.cs, ListView.cs, NotifyIcon.cs, PictureBox.cs, ToolBar.cs,
12427           TreeView.cs: Don't dispose objects that are not owned.
12428           
12429 2005-10-24  Peter Dennis Bartok  <pbartok@novell.com>
12430
12431         * Cursor.cs: Defaulting the Current cursor to Cursors.Default. We
12432           should retrieve the current cursor and report that, but XplatUI
12433           doesn't (yet) have an interface for that (and I'm not sure I even
12434           can, on X11)
12435         * XplatUIWin32.cs: Fixed override behaviour. The override is temporary,
12436           until any message loop processing is done (and the WM_SETCURSOR
12437           replaces the cursor to the proper one)
12438         * XplatUIX11.cs: 
12439           - Fixed override behaviour, we can't set the cursor globally on X11, 
12440             just for our windows.
12441           - Invalidating the System.Drawing X11 display handle when we are
12442             shutting down
12443         * Control.cs: Fix to make csc happy
12444
12445 2005-10-23  Peter Dennis Bartok  <pbartok@novell.com>
12446
12447         * TextBoxBase.cs: 
12448           - get_Text: Add last line (without trailing newline) to returned
12449             value (Fixes 76212)
12450           - get_TextLength: Count last line in returned length
12451           - ToString: Call Text property instead of duplicating code
12452
12453 2005-10-23  Kornél Pál  <kornelpal@hotmail.com>
12454
12455         * ImageList.cs: Dispose ImageAttributes objects.
12456
12457 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
12458
12459         * ImageList.cs: Use attribute constructors with less arguments where
12460           possible.
12461
12462 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
12463
12464         * ImageList.cs: Added lastKeyIndex field and use in IndexOfKey.
12465           Use typeof instead of strings when assembly is referenced. Added
12466           some more comments.
12467
12468 2005-10-21  Jackson Harper  <jackson@ximian.com>
12469
12470         * ListView.cs: Raise a double click event. Also tried to somewhat
12471         fix when the selectedindexchanged event is raised. Its still
12472         broken though.
12473
12474 2005-10-21  Jackson Harper  <jackson@ximian.com>
12475
12476         * TreeView.cs: New method to invalidate the plus minus area of a
12477         node without invalidating the whole node (maybe this can be used
12478         in some more places).
12479         * TreeNodeCollection.cs: When adding to an empty node we need to
12480         invalidate its plus minus area so the little block shows up.
12481         
12482 2005-10-21  Jackson Harper  <jackson@ximian.com>
12483
12484         * TreeView.cs: Make sure that when we invalidate a node the bounds
12485         are big enough to cover the selected box and the focus
12486         rectangle. Use a different colour for the lines connecting nodes
12487         so they show up with all themes.
12488
12489 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
12490
12491         * NativeWindow.cs: Don't call anything that could call into the driver,
12492           we might be on a different thread.
12493
12494 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com> 
12495
12496         * Control.cs(Dispose): Since Dispose might run on a different thread,
12497           make sure that we call methods that could call into the driver via
12498           invoke, to avoid thread issues
12499
12500 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
12501
12502         * XplatUI.cs: Removed finalizer
12503         * XplatUIX11.cs: Removed Destructor, was causing crashes due to X11
12504           not allowing to be called on the finalizer thread.
12505
12506 2005-10-21  Kornél Pál  <kornelpal@hotmail.com>
12507
12508         * ImageList.cs:
12509           - Reverted r51889 and r51891.
12510           - Added ImageListItem class that stores unmodified image items and image
12511             properties required to create list images until handle is created.
12512           - Added AddItem and moved image creation logic to AddItemInternal.
12513           - Added CreateHandle method that creates images based on unmodified items.
12514           - Added DestroyHandle that changes state to store unmodified items.
12515           - Add and AddStrip methods no more create handle.
12516           - ReduceColorDepth has no return value.
12517           - Dispose destroys handle.
12518           - Modified other methods to reflect the above changes.
12519           - Implemented key support.
12520           - Added profile 2.0 members and attributes.
12521           - Added private Reset and ShouldSerialize methods that provide the same
12522             behavior as MS.NET but the Visual Studio .NET designer seems to ignore
12523             them as they are private.
12524           - Added some more comments about implementation details.
12525
12526 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
12527
12528         * DataGrid.cs: Adds support for vertical scrolling using the mousewheel
12529
12530 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
12531
12532         * Binding.cs: No PushData/PullData if there is no binding (fixes crash)
12533
12534 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
12535
12536         * DataGridDrawingLogic.cs: Fixes column hit calcultation
12537         * DataGridColumnStyle.cs: Remove debug message
12538
12539 2005-10-20  Jackson Harper  <jackson@ximian.com>
12540
12541         * TreeView.cs: We can always get input keys regardless of whether
12542         or not editing is enabled. They are used for navigation.
12543
12544 2005-10-20  Jackson Harper  <jackson@ximian.com>
12545
12546         * TreeNode.cs: Use the viewport rect for determining if a node
12547         needs to be moved for visibility. Don't use Begin/End edit. This
12548         calls a full refresh when its done.
12549         * TreeView.cs: New SetBottom works correctly.  Make the viewport
12550         rect property internal so the treenodes can see it. When clicking
12551         on a node we need to ensure that its visible because it might just
12552         be partly visible when clicked.
12553
12554 2005-10-20  Jackson Harper  <jackson@ximian.com>
12555
12556         * TreeNodeCollection.cs: Remove debug code.
12557
12558 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
12559
12560         * Datagrid.cs: Implements column sorting in Datagrid
12561         * DataGridColumnStyle.cs: Implements column sorting in Datagrid
12562
12563 2005-10-20  Jackson Harper  <jackson@ximian.com>
12564
12565         * TreeNodeCollection.cs: Remove items properly. Update the correct
12566         area after removing them.
12567
12568 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
12569
12570         * Datagrid.cs: Should not call base.OnPaintBackground
12571
12572 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
12573
12574         * XplatUIX11.cs (GetMessage):
12575           - Now properly calculates NC_xBUTTONDOWN coordinates off the whole
12576             window instead of client window
12577           - Now properly calculates NC_xBUTTONUP message coordinates
12578           - ScreenToMenu now properly calculates it's coordinates of whole 
12579             window, since menus are in the whole window, not in the client
12580             window
12581           - Added WholeToScreen coordinate translation method
12582
12583 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com> 
12584
12585         * XplatUIX11.cs (GetMessage): Don't return in situations where we don't
12586           want to return a message, loop back to the beginning of the function
12587           and grab the next real message to process instead.
12588
12589 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
12590
12591         * Splitter.cs: Properly set limits if no filler control is used
12592
12593 2005-10-19  Jackson Harper  <jackson@ximian.com>
12594
12595         * ColorDialog.cs: Don't show the help button if it is not enabled
12596         instead of disabling it (this is what MS does). Don't create the
12597         panel until the dialog is run, otherwise the vars (such as
12598         ShowHelp) are not set yet.
12599
12600 2005-10-19  Jackson Harper  <jackson@ximian.com>
12601
12602         * TreeView.cs: Implement Begin/EndEdit more correctly so refreshes
12603         are reduced when adding nodes.
12604         * TreeNode.cs:
12605         * TreeNodeCollection.cs: Use UpdateNode instead of refreshing the
12606         tree.
12607         
12608 2005-10-19  Jackson Harper  <jackson@ximian.com>
12609
12610         * FolderBrowserDialog.cs: End editing our treeview so the window
12611         actually gets refreshed.
12612
12613 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
12614
12615         * Control.cs: Fixed logic flip on when to call OnPaintBackground. 
12616           Obsoleted handling of WM_ERASEBKGND, now always draws our background
12617           inside of WM_PAINT
12618
12619 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
12620
12621         * MenuAPI.cs: Returns after Hidding window
12622         * XplatUIX11.cs: Added TODO found while debugging menu issues
12623
12624 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
12625
12626         * XplatUIX11.cs: Do not re-map the whole window when it's size
12627           becomes non-zero unless it's supposed to be actually visible
12628
12629 2005-10-18  Jackson Harper  <jackson@ximian.com>
12630
12631         * TreeView.cs: We don't need to keep a count anymore.
12632         * TreeNodeCollection.cs: Fix off by one in RemoveAt, Insert can
12633         use the Grow method.
12634
12635 2005-10-18  Jackson Harper  <jackson@ximian.com>
12636
12637         * TreeNodeCollection.cs: Insert is not supported on arrays, so
12638         implement it manually here.
12639
12640 2005-10-18  Jackson Harper  <jackson@ximian.com>
12641
12642         * ImageList.cs: Dont kill the list when the colour depth is
12643         changed, just change the colour depth of all the images.
12644         - Same goes for setting the image size. Just resize them all
12645         instead of killing the list softly.
12646
12647 2005-10-18  Jackson Harper  <jackson@ximian.com>
12648
12649         * Control.cs: Don't invalidate empty rectangles.
12650
12651 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
12652
12653         * ListViewItem.cs:
12654           - Adds checked item to the Checked/Item lists (where empty before)
12655           - Do not add items to the Selected lists if they are already present
12656         * ListView.cs:
12657           - Fixes IsFixedSize, SyncRoot, IsReadOnly in many collections
12658           - When deleting items make sure that we delete them for the Selected
12659           and Checked list also.
12660
12661 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
12662
12663         * Label.cs: Dispose objects no longer used
12664         * ThemeWin32Classic.cs: Dispose objects no longer used
12665
12666 2005-10-18  Jackson Harper  <jackson@ximian.com>
12667
12668         * TabControl.cs: Don't refresh the whole control when the tabs are
12669         scrolled, we just need to refresh the tab area.
12670
12671 2005-10-17  Jackson Harper  <jackson@ximian.com>
12672
12673         * XplatUIX11.cs: Compress code a little bit. Only calculate the
12674         after handle when we need it.
12675
12676 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
12677
12678         * Control.cs: When the parent size changes, recalculate anchor 
12679           positions. Partial fix for #76462
12680
12681 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
12682
12683         * ThemeWin32Classic.cs: Make sure the picturebox has it's background 
12684           drawn. Fixes #76462
12685
12686 2005-10-17  Jackson Harper  <jackson@ximian.com>
12687
12688         * MonthCalendar.cs: Don't create the numeric up down until our
12689         handle is created. Otherwise our handle is created in the
12690         constructor and we don't know if we are a WS_CHILD or WS_POPUP
12691         yet.
12692
12693 2005-10-17  Jackson Harper  <jackson@ximian.com>
12694
12695         * TreeView.cs: Merge in patch by Rafael Teixeira to align strings
12696         correctly.
12697
12698 2005-10-17  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
12699         * TreeNode.cs : small logical fix (was using local var instead of field)
12700         
12701 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
12702
12703         * ThemeWin32Classic.cs: Fixes vert/horz scrollbar colours
12704
12705 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
12706
12707         * ThemeWin32Classic.cs: Fixes focus drawing in for non-flat/popup buttons
12708
12709 2005-10-16  Peter Dennis Bartok  <pbartok@novell.com> 
12710
12711         * Control.cs: 
12712           - Re-implemented anchoring code. My first version was really broken.
12713             This fixes bug #76033. Unlike the previous implementation we will
12714             no longer have round errors since all numbers are calculated from
12715             scratch every time. Removed various anchor-related obsolete vars.
12716           - InitLayout no longer causes layout event firing and layout to be 
12717             performed
12718
12719 2005-10-16  Jackson Harper  <jackson@ximian.com>
12720
12721         * Hwnd.cs: Compute invalid area correctly (fixes my last commit
12722         which was broken).
12723
12724 2005-10-16  Jackson Harper  <jackson@ximian.com>
12725
12726         * TabControl.cs: Remove debug code.
12727
12728 2005-10-16  Jackson Harper  <jackson@ximian.com>
12729
12730         * XEventQueue.cs: Increase the default queue size (very simple
12731         apps needed to grow the queue).
12732         * Hwnd.cs: No finalizer so we don't need to suppress
12733         finalization. Compute the invalid area manually so a new rectangle
12734         does not newto be created.
12735         * ScrollableControl.cs: Don't set any params (otherwise visibility
12736         isn't set correctly).
12737         * MdiChildContext.cs: New constructor takes the mdi parent so it
12738         doesn't have to be computed and avoids a crash on windows. Draw
12739         the window icon properly, and allow the text to be seen.
12740         * Form.cs: Use new MdiChildContext constructor. Make sure the
12741         child context isn't null in wndproc.
12742         * TabControl.cs: Don't set focus, this is muddling keyboard
12743         behavoir. Expand the tab rows when a window size increase will
12744         allow extra tabs to be seen. Don't allow tabs smaller than the
12745         width of a window to be scrolled out of view.
12746         * TreeNode.cs:
12747         * TreeView.cs: Use measure string to calculate a nodes width, the
12748         width is cached and only updated when the text or the font is
12749         changed. Don't check for expand/collapse clicks on the first level
12750         nodes if root lines are disabled.
12751         
12752 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
12753
12754         * TextBoxBase.cs: Fixes #76352 (passing tab key in a multiline textbox)
12755
12756 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
12757
12758         * DataGridBoolColumn.cs: fixes warning
12759
12760 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
12761
12762         * ControlPaint.cs: Fixes methods Dark, DarkDark, Light, LightLight
12763         to match more to match more precisely the MS Net behavior
12764
12765 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
12766
12767         * Hwnd.cs: Added field to track if window is mapped
12768         * XplatUIX11.cs: 
12769           - Unmap windows if they become 0-size, re-map when 
12770             they are >0 again; fixes #76035
12771           - Re-set our error handler after initializing X11Desktop
12772             to override any error handlers Gtk or whatever was called
12773             may have set.
12774
12775 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
12776
12777         * CheckedListBox.cs: Removed unused vars
12778         * ListView.cs: Fixed signatures
12779         * RichTextBox.cs: Removed unused vars
12780         * TextBoxBase.cs: Removed unused vars
12781         * XplatUIWin32.cs: Removed unused vars
12782         * XplatUIX11.cs: Removed unused vars
12783         * XplatUI.cs: Updated version and date to latest published
12784
12785 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
12786
12787         * Cursor.cs: Added private .ctor to work around a bug in
12788           resourceset (Thanks to Geoff Norton for the help on this)
12789         * SplitterEventArgs.cs: Made fields accessible so we don't
12790           waste boatloads of objects and can reuse the same one
12791           in Splitter
12792         * XplatUIWin32.cs(DrawReversibleLine): Now also considers
12793           any captions and borders when generating screen coordinates
12794         * Splitter.cs: Reimplemented control, now fully complete, uses
12795           rubberband drawing, supports and obeys all properties, has
12796           proper cursors
12797
12798 2005-10-13  Miguel de Icaza  <miguel@novell.com>
12799
12800         * Form.cs (Form): Setup default values for autoscale and
12801         autoscale_base_size;  Make these instance variables, not static
12802         variables. 
12803
12804         (OnLoad): on the first load, adjust the size of the form.
12805
12806 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
12807
12808         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added 
12809           width argument to DrawReversibleRectangle()
12810         * XplatUIWin32.cs, XplatUIX11.cs: 
12811           - Implemented width for DrawReversibleRectangle()
12812           - Added logic to DrawReversibleRectangle that recognizes a zero
12813             width or height and only draws a line in that situation
12814         
12815 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com> 
12816
12817         * XplatUI.cs, XplatUIDriver.cs: Added GetAutoScaleSize()
12818         * XplatUIOSX.cs: Stubbed GetAutoScaleSize() method
12819         * XplatUIWin32.cs, XplatUIX11.cs: Implemented GetAutoScaleSize()
12820           method (it uses our FosterParent window to get a graphics context)
12821
12822 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com>
12823
12824         * XplatUI.cs, XplatUIDriver.cs: Removed EraseWindowBackground 
12825           and SetWindowBackground methods
12826         * Control.cs:
12827           - Setting proper ControlStyles
12828           - We no longer call XplatUI.SetWindowBackground and XplatUI.
12829             EraseWindowBackground, instead we draw the window background
12830             ourselves in PaintControlBackground. This behaviour is
12831             required to match MS, where, when OnPaintBackground is not
12832             called, the background is not drawn.
12833           - Removed unneeded Refresh() in set_Text
12834         * Hwnd.cs: Dropped the ErasePending support. No longer needed
12835         * XplatUIX11.cs:
12836           - Created DeriveStyles method to translate from CreateParams to
12837             FormBorderStyle and TitleStyle, also handles BorderStyle (which
12838             matches FormBorderStyle enum values)
12839           - Consolidated SetHwndStyles and CalculateWindowRect border/title
12840             style calculations into single DeriveStyles method
12841           - Fixed CreateWindow to (finally) use Gravity. This prevents X11
12842             from redrawing the whole window on any resize or expose.
12843           - Fixed CreateWindow usage of SetWindowValuemask. Before not
12844             all styles were applied to our whole/client window appropriately
12845           - Removed EraseWindowBackground() and SetWindowBackground() methods
12846           - Removed handling of WM_ERASEBKGND message from DefWndProc, we
12847             no longer clear/redraw the background through X
12848           - Removed handling of erase_pending bit, we have no use for it (or
12849             so it seems)
12850         * XplatUIOSX.cs:
12851           - Removed generation and handling of WM_ERASEBKGND message
12852           - Removed EraseWindowBackground() and SetWindowBackground() methods
12853           - Removed handling of hwnd.ErasePending flag
12854         * XplatUIWin32.cs:
12855           - Removed EraseWindowBackground() and SetWindowBackground() methods
12856           - We no longer call EraseWindowBackground on PaintEventStart, we 
12857             ignore the fErase flag, erasing is handled in Control in the
12858             background handler
12859         * Button.cs, GroupBox.cs, Label.cs, CheckBox.cs, ProgressBar.cs,
12860           LinkLabel.cs, ListControl.cs, TabPage.cs, UpDownBase.cs,
12861           TextBoxBase.cs, TextBox.cs, ListView.cs, ButtonBase.cs, 
12862           CheckedListBox.cs, MdiClient.cs, Panel.cs, DataGrid.cs, 
12863           DataGridTextBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, 
12864           TabControl.cs, ScrollableControl.cs, ToolBar.cs, PictureBox.cs,
12865           DateTimePicker.cs, StatusBar.cs, MonthCalendar.cs: Setting proper ControlStyles
12866
12867 2005-10-12  Jonathan Chambers <jonathan.chambers@ansys.com>
12868
12869         * PropertyGrids.cs: Get sub properties
12870         * PropertyGridView.cs: Fix drawing code
12871
12872 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
12873
12874         * ListBox.cs: Fixes 76383
12875
12876 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
12877
12878         * DataGridTextBoxColumn.cs: Sets location and size before attachment
12879         * ThemeWin32Classic.cs: Fixes border drawing and calculations
12880         * DataGridDrawingLogic.cs: Fixes border drawing and calculations
12881
12882
12883 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
12884
12885         * ComboBox.cs: Fixes border drawing
12886
12887 2005-10-10  Miguel de Icaza  <miguel@novell.com>
12888
12889         * MimeIcon.cs: Ignore errors if the file can not be read.
12890
12891 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
12892
12893         * Theme.cs, ThemeWin32Classic.cs, ListBox.cs:
12894          - Fixed border calculations
12895          - Fixed horizontal scrolling in single column listboxes
12896          - Fixed drawing issues
12897
12898 2005-10-10  Peter Dennis Bartok  <pbartok@novell.com>
12899
12900         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched from BorderStyle to 
12901           FormBorderStyle enum
12902         * XplatUIX11.cs: Switched BorderStyle to FormBorderStyle, added 
12903           code to determine FormBorderStyles from CreateParams
12904         * Form.cs:
12905           - Fixed bug where we'd set the wrong window styles if we were
12906             not creating an MDI window
12907           - Added call to XplatUI.SetBorderStyle when form borders are set
12908         * Control.cs: Casting BorderStyles to accommodate changed XplatUI APIs
12909         * Hwnd.cs:
12910           - Removed obsolete edge style
12911           - Switched from BorderStyle to FormBorderStyle
12912         
12913 2005-10-10  Jackson Harper  <jackson@ximian.com>
12914
12915         * Form.cs: Use the property to get the window handle instead of
12916         accessing it directly. Prevents a null reference exception.
12917
12918 2005-10-10  Jackson Harper  <jackson@ximian.com>
12919
12920         * TreeView.cs: Don't adjust the rect given to DrawString now that
12921         our libgdiplus draws correctly.
12922
12923 2005-10-08  Jackson Harper  <jackson@ximian.com>
12924
12925         * TreeView.cs: Don't try to find the clicked on node if there are
12926         no nodes in the tree.
12927
12928 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
12929
12930         * RichTextBox.cs:
12931
12932           restore
12933
12934 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
12935
12936         * ImageListStreamer.cs, TreeView.cs, UpDownBase.cs, RichTextBox.cs,
12937           ColorDialog.cs, TextControl.cs, Panel.cs, MdiChildContext.cs,
12938           ErrorProvider.cs:
12939           Use ResPool for brushes and dispose System.Drawing objects that
12940           are not used anymore.
12941
12942 2005-10-07  Jackson Harper  <jackson@ximian.com>
12943
12944         * MdiChildContext.cs: Use the new borders instead of drawing them
12945         ourselves.
12946
12947 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
12948
12949         * Calling UpdateBounds after changing the window's BorderStyle 
12950         since the style can change the ClientSize
12951
12952 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
12953
12954         * Control.cs: Made PaintControlBackground virtual
12955         * Panel.cs: Overriding PaintControlBackground instead of using paint
12956           event; paint event method was interfering with 'real' users of the
12957           event.
12958
12959 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
12960
12961         * ThemeWin32Classic.cs: remove border drawing since it is handled
12962         by the base control class now and was causing double border drawing.
12963
12964 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
12965
12966         * Panel.cs: Redraw our background on paint. Not a pretty solution,
12967           but it does seem to match MS behaviour. This fixes bug #75324
12968
12969 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
12970
12971         * XplatUIX11.cs: A better DrawReversibleRectangle version, however
12972           somewhat hackish looking
12973
12974 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
12975
12976         * TextBoxBase.cs:
12977           - We now accept Enter even if AcceptEnter is false, if the containing
12978             form does not have an AcceptButton configured (fixes bug #76355)
12979           - Calculations are now fixed to no longer use Width/Height, but
12980             ClientSize.Width/Height, since we now support borders (this was
12981             a result of fixing borders and therefore bug #76166)
12982           - We no longer show the horizontal scrollbar if TextBox.WordWrap is 
12983             true (fixes bug #76354)
12984         
12985 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
12986
12987         * Control.cs: 
12988           - Defaulting BorderStyle and setting it in XplatUI when our window 
12989             is created
12990           - Added enum check to InternalBorderStyle setter
12991         * XplatUIX11.cs: 
12992           - Added drawing of window borders
12993           - Now properly calculates WM decorations offset for toplevel 
12994             windows (fixes bug #74763)
12995         * XplatUIWin32.cs: 
12996           - Implemented BorderStyles for windows (we're letting win32 draw 
12997             the border for us)
12998           - Fixed the signature for SetWindowLong
12999         * PictureBox.cs, DataGrid.cs, TextBoxBase.cs, ToolBar.cs, Panel.cs,
13000           ListBox.cs, Label.cs: Now uses Control.InternalBorderStyle for 
13001           setting borders
13002         * UpDownBase.cs: Remove drawing of borders, this is handled by
13003           the driver, outside the client area
13004         * ListView.cs: Removed bogus border calculations. The control should
13005           be oblivious to borders, since those are not part of the client
13006           area. 
13007         * X11DesktopColors.cs: Commented out (currently) unneeded variables
13008         * ThemeWin32Classic.cs: Removed border calculations from ListView 
13009           drawing code
13010
13011 2005-10-06  Jackson Harper  <jackson@ximian.com>
13012
13013         * MdiChildContext.cs: Clear out the old virtual position remove
13014         all the unneeded calls to CreateGraphics.
13015
13016 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
13017
13018         * TextControl.cs: Use proper color for highlighted text; fixes #76350
13019
13020 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
13021
13022         * Form.cs: 
13023           - Added loading and setting of our new default icon
13024           - Only set icon if window is already created
13025
13026 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
13027
13028         * Label.cs:
13029           - Do not explicitly set the foreground and background colors, to
13030             allow inheriting from parents (fixes #76302)
13031           - Use Control's InternalBorderStyle property to deal with borders
13032
13033 2005-10-06  Jackson Harper  <jackson@ximian.com>
13034
13035         * MdiChildContext.cs: Use the new xplatui function to draw a
13036         reversible rect.
13037
13038 2005-10-06  Jackson Harper  <jackson@ximian.com>
13039
13040         * Form.cs: Add the parent before creating the child context cause
13041         we need the parent when setting up the child.
13042
13043 2005-10-06  Jackson Harper  <jackson@ximian.com>
13044
13045         * FolderBrowserDialog.cs: redo the tree population code so a
13046         second thread isn't used. Should be a lot faster and more stable
13047         now.
13048
13049 2005-10-05  Jackson Harper  <jackson@ximian.com>
13050
13051         * TreeView.cs: There are no expand/collapse boxes if the node has
13052         no children.
13053
13054 2005-10-05  Jackson Harper  <jackson@ximian.com>
13055
13056         * X11DesktopColors.cs: Get menu colours for the gtk theme.
13057
13058 2005-10-05  Alexander Olk  <alex.olk@googlemail.com>
13059
13060         * FileDialog.cs: Fix InitialDirectory
13061
13062 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
13063
13064         * ComboBox.cs:
13065                 - Fixes changing between styles
13066                 - Fixes simple mode
13067                 - Fixes last item crashing when navigating with keyboard
13068
13069 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
13070
13071         * LinkLabel.cs: Related to 76045. Stops the LinkLabel been drawn as a Label
13072
13073 2005-10-05  Jackson Harper  <jackson@ximian.com>
13074
13075         * TreeView.cs: If updating the root node do a full refresh.
13076         * TreeNode.cs: The root node should be expanded by default. Also
13077         added a utility prop to tell if we are the root node.
13078         * TreeNodeCollection.cs: Only refresh if the node we are being
13079         added to is expanded. Also added a comment on a potential
13080         optimization.
13081         
13082 2005-10-04  Peter Dennis Bartok  <pbartok@novell.com>
13083
13084         * Cursor.cs, Hwnd.cs: Added call to GC.SuppressFinalize() 
13085           in dispose method. Fixes #76330
13086
13087 2005-10-04  Jordi Mas i Hernandez <jordi@ximian.com>
13088
13089         * ListView.cs, ThemeWin32Classic.cs, ListViewItem.cs:
13090
13091                 - Implements vertical and horizontal scrolling using XplatUI
13092                 - Fixes keyboard navagation
13093                 - Fixes EnsureVisible
13094                 - Drawing fixes
13095                 - Handles and draws focus properly
13096
13097
13098 2005-10-04  Kornél Pál  <kornelpal@hotmail.com>
13099
13100         * ImageList.cs: Use upper case initials for internal fields. ImageStream:
13101           Create handle. NET_2_0: Destroy handle when value is null.
13102
13103 2005-10-03  Jackson Harper  <jackson@ximian.com>
13104
13105         * ScrollBar.cs: My last scrollbar patch was broken. This is a
13106         revert and a new patch to prevent the thumb from refreshing so
13107         much.
13108
13109 2005-10-02  Jackson Harper  <jackson@ximian.com>
13110
13111         * ScrollBar.cs: Don't update position if it hasn't actually
13112         changed. This occurs when you hold down the increment/decrement
13113         buttons and the thumb gets to the max/min.
13114
13115 2005-10-01  Jackson Harper  <jackson@ximian.com>
13116
13117         * Form.cs:
13118         * MdiChildContext.cs:
13119         * MdiClient.cs: Implement ActiveMdiChild in Form.
13120
13121 2005-10-01  Jordi Mas i Hernandez <jordi@ximian.com>
13122
13123         * ComboBox.cs: Include ComboBoxEdit flag for the edit item
13124
13125 2005-10-01  Peter Dennis Bartok  <pbartok@novell.com>
13126
13127         * X11DesktopColors.cs: Bow out gracefully if the Gtk libs cannot
13128           be found
13129
13130 2005-09-30  Jackson Harper  <jackson@ximian.com>
13131
13132         * ListBox.cs: Don't do a full refresh unless some data has
13133         actually changed.
13134
13135 2005-09-30  Jackson Harper  <jackson@ximian.com>
13136
13137         * TreeView.cs: Make sure that the checkboxes size is factored in
13138         even when not visible.
13139
13140 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
13141
13142         * FileDialog.cs: Fix Jordi's build break
13143
13144 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
13145
13146         * FileDialog.cs: 
13147                 - Use standard the Windows colours for the combobox as espected
13148                 - Dispose objects that use resouces when no longer need them
13149
13150 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
13151
13152         * X11DesktopColors.cs: Initial incomplete implementation
13153         * XplatUIX11.cs: Added call to initialize X11DesktopColors
13154
13155 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com>
13156
13157         * Theme.cs: 
13158           - Switched Theme color names to match the names defined in 
13159             System.Drawing.KnownColors. Life's hard enough, no need to make 
13160             it harder.
13161           - Added setters to all theme color properties so themes can set
13162             their color schemes. The setters also propagate the color changes
13163             to System.Drawing.KnownColors via reflection
13164         * ControlPaint.cs,  Label.cs, TextControl.cs, ToolTip.cs, ThemeNice.cs,
13165           ComboBox.cs, MdiChildContext.cs, TextBoxBase.cs, DateTimePicker.cs
13166           DataGridColumnStyle.cs, MonthCalendar.cs, TreeView.cs: Updated to
13167           use the new, more logical theme color names
13168         * XplatUIWin32.cs: Updated the GetSysColorIndex enum to include new
13169           post-NT colors
13170         * ThemeWin32Classic.cs:
13171           - Removed code to set the old classic Windows colors. Instead it
13172             now relies on the colors returned by System.Drawing.KnownColors
13173             which will be either modern static colors (Unix) or colors
13174             read from the user's configuration (Win32)
13175           - Updated to use the new, more logical theme color names
13176           - Switched DataGrid drawing code to use only Theme colors instead of
13177             a mix of System.Drawing.KnownColors and Theme colors
13178           - DrawFrameControl(): Removed code that fills the button area, the
13179             fill would overwrite any previous fill done by a control. This
13180             fixes bug #75338 
13181           - Added DrawReversibleRectangle() stub
13182         * ScrollableControl.cs: Set visible state to false when scrollbars
13183           are removed (pdn fix)
13184         * XplatUI.cs, XplatUIOSX.cs, XplatUIDriver.cs: Added 
13185           DrawReversibleRectangle() method to allow drawing primitive 
13186           'rubber bands'
13187         * XplatUIX11.cs: Implemented DrawReversibleRectangle()
13188
13189 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13190
13191         * ImageList.cs: Add(Icon): Create handle.
13192
13193 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
13194
13195         * ListView.cs:
13196         * ThemeWin32Classic.cs:
13197                 - Fixes detail mode
13198                 - Sets clippings
13199                 - Issues with drawing
13200
13201 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13202
13203         * ImageList.cs: Moved RecreateHandle back to ImageList as event
13204           source has to be the ImageList.
13205
13206 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13207
13208         * ImageList.cs: Add(Icon): Use Graphics.DrawIcon instead of Icon.ToBitmap.
13209
13210 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13211
13212         * ImageList.cs: ReduceColorDepth: Clean up pointer operations.
13213
13214 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13215
13216         * ImageList.cs: ImageCollection: Removed owner field as it is no more used.
13217
13218 2005-09-29  Jonathan Chambers <jonathan.chambers@ansys.com>
13219         * GridItem.cs: Fixed TODOs
13220         * GridItemCollection.cs: Added ICollection interface
13221
13222 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13223
13224         * ImageList.cs: Resize icons when needed.
13225
13226 2005-09-29  Jordi Mas i Hernandez <jordi@ximian.com>
13227
13228         * ListViewItem.cs
13229                 - Fixes GetBounds and returns on screen rects
13230         * ListView.cs:
13231                 - Fixes vertical and horzintal scrolling of items
13232         * ThemeWin32Classic.cs:
13233                 - Fixes drawing
13234                 
13235 2005-09-29  Raja R Harinath  <harinath@gmail.com>
13236
13237         * ImageList.cs (ImageStream) [NET_2_0]: Reflect re-factoring.
13238
13239 2005-09-29  Kornél Pál  <kornelpal@hotmail.com>
13240
13241         * ImageList.cs: Added comments about handle creation. Moved Handle,
13242           HandleCreated and OnRecreateHandle implementations to ImageCollection.
13243           Handle is created in Add methods.
13244
13245 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
13246          
13247         * DataGridDrawingLogic.cs: 
13248                 - Takes rows into account on Colum calculations
13249                 - Returns the column when clickig
13250         * DataGrid.cs:
13251                 - Fixes default HitTestInfo values
13252                 - Fixes HitTestInfo.ToString
13253                 - Fixes ResetBackColor          
13254         
13255 2005-09-28  Jackson Harper  <jackson@ximian.com>
13256
13257         * MdiChildContext.cs: Obey rules for fixed sized windows (no
13258         sizing or cursor changes). Also added some temp code to draw the
13259         titlebars text (Makes dev a little easier).
13260
13261 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
13262
13263         * ImageList.cs: AddStrip: Throw ArgumentException when Image is not a Bitmap.
13264
13265 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
13266          
13267         * ListBox.cs: Fixes bug 76253
13268
13269 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
13270
13271         * ImageList.cs: Added comments about the current implementation. Added
13272           ReduceColorDepth, IndexedColorDepths and GetNearestColor to can use
13273           Format32bppArgb to preserve transparency and can use Graphics.FromImage
13274           while using the specified ColorDepth. ReduceColorDepth uses unsafe code
13275           with Bitmap.LockBits for better performance. Revised the whole file to
13276           match MS.NET behaviour and provide better performance. Non-public
13277           interface members are calling public members even when they throw
13278           NotSupportedException for better maintainability. Moved ColorDepth,
13279           ImageSize, ImageStream and TransparentColor implementations to
13280           ImageCollection for better performance as these properties are not used
13281           by ImageList.
13282         * ImageListStreamer.cs: Added a new internal constructor that takes an
13283           ImageList.ImageCollection and serializes Images based on
13284           ImageCollection.ToArray(). Renamed ImageColorDepth to ColorDepth to
13285           match ImageList property name.
13286
13287 2005-09-28  Kazuki Oikawa <kazuki@panicode.com>
13288
13289         * ListBox.cs: Fixes IndexFromPoint for last item
13290
13291 2005-09-27  Jackson Harper  <jackson@ximian.com>
13292
13293         * Form.cs: Set the position of new mdi children correctly.
13294
13295 2005-09-27  Jackson Harper  <jackson@ximian.com>
13296
13297         * MdiClient.cs: New mdi children need to be added to the back of
13298         the controls collection so the zorder is set correctly. Also add a
13299         count of all the child windows that have been created.
13300
13301 2005-09-27  Jackson Harper  <jackson@ximian.com>
13302
13303         * Form.cs (CreateParams): Setup MDI forms correctly.
13304
13305 2005-09-27  Jackson Harper  <jackson@ximian.com>
13306
13307         * MdiChildContext.cs:
13308         * MonthCalendar.cs:
13309         * UpDownBase.cs:
13310         * ListBox.cs:
13311         * ListView.cs:
13312         * TextBoxBase.cs:
13313         * TreeView.cs:
13314         * ScrollableControl.cs:
13315         * ComboBox.cs: Add implicit controls using the new implict control
13316         functionality in ControlCollection. Also try to block multiple
13317         control add in a suspend/resume layout to save some cycles.
13318         
13319 2005-09-27  Jackson Harper  <jackson@ximian.com>
13320
13321         * Control.cs: Add functionality to the controls collection to add
13322         'implicit controls' these are controls that are created by the
13323         containing control but should not be exposed to the user. Such as
13324         scrollbars in the treeview.
13325         * Form.cs: The list var of the ControlsCollection is no longer
13326         available because of the potential of implicit controls getting
13327         ignored by someone accessing the list directly.
13328
13329 2005-09-26  Peter Dennis Bartok  <pbartok@novell.com>
13330
13331         * Control.cs: Fixed SetChildIndex; it no longer causes a child to
13332           loose it's parent. (Fixed bug introduced in r49103 when we added
13333           setting the child parent to null on Remove)
13334
13335 2005-09-26  Gert Driesen  <drieseng@users.sourceforge.net>
13336
13337         * DataGridBoolColumn.cs: Marked CheckState private to fix public API.
13338         * Splitter.cs: Added missing attributes for BorderStyle property.
13339         * TextBoxBase.cs: Marked Calculate* methods internal.
13340         * TextBox.cs: Fixed DefaultValue for PasswordChar property to match
13341         MS.NET.
13342
13343 2005-09-26  Jordi Mas i Hernandez <jordi@ximian.com>
13344          
13345         * ListBox.cs: Fixes navigation to the last item in multicolumn lists
13346
13347 2005-09-25  Jackson Harper  <jackson@ximian.com>
13348
13349         * TreeView.cs: Update the node bounds correctly regardless of
13350         whether the node is visible.
13351
13352 2005-09-25  Jackson Harper  <jackson@ximian.com>
13353
13354         * ImageList.cs: Don't dispose the image after it is added to the
13355         image list. Only reformat images that need to be resized.
13356
13357 2005-09-25  Jackson Harper  <jackson@ximian.com>
13358
13359         * ImageList.cs: Don't set the format when changing the image.
13360
13361 2005-09-25  Jackson Harper  <jackson@ximian.com>
13362
13363         * TreeView.cs: We can't just assume the node has a font. Use the
13364         treeviews font if no node font is available.
13365
13366 2005-09-25  Jackson Harper  <jackson@ximian.com>
13367
13368         * TreeView.cs: Allow the scrollbars to be reset with negative
13369         values.
13370         - Don't add scrollbars to negative sized windows.
13371
13372 2005-09-23  Jackson Harper  <jackson@ximian.com>
13373
13374         * XplatUIX11.cs: Update to use Mono.Posix.Native instead of plain
13375         old Mono.Posix. Also remove some stray code that shouldn't have
13376         been committed.
13377
13378 2005-09-23  Jackson Harper  <jackson@ximian.com>
13379
13380         * TreeView.cs: Attempt at proper sizing of the horizontal
13381         scrollbar. Also don't resize the scrollbars unless they are
13382         visible.
13383
13384 2005-09-23  Jackson Harper  <jackson@ximian.com>
13385
13386         * TreeView.cs: We don't need to expand the invalid area when the
13387         selection changes, as this is all drawn in the node's bounding
13388         box. The area needs to be expanded (previous typo was contracting
13389         it) when the focus rect moves.
13390
13391 2005-09-23  Jackson Harper  <jackson@ximian.com>
13392
13393         * TreeView.cs: Display the selection box under the correct
13394         circumstances. We were rendering white text with no selection box
13395         before.
13396
13397 2005-09-23  Peter Dennis Bartok  <pbartok@novell.com>
13398
13399         * TextControl.cs(Split): Now updates selection start/end if it points 
13400           into a line that's being split. Fixes a FIXME and bug #75258
13401
13402 2005-09-23  Jackson Harper  <jackson@ximian.com>
13403
13404         * Binding.cs:
13405         * ListControl.cs: Don't use the path when retrieving binding
13406         managers from the binding context. My bat sense tells me that the
13407         path is only used on insertion.
13408
13409 2005-09-22  Jackson Harper  <jackson@ximian.com>
13410
13411         * Splitter.cs: Set the cursor an easier way. (Thanks peter).
13412
13413 2005-09-22  Jackson Harper  <jackson@ximian.com>
13414
13415         * Splitter.cs: There are special cursors used for splitting.
13416         * XplatUIX11.cs: The VSplit and HSplit cursors were backwards.
13417
13418 2005-09-22  Jackson Harper  <jackson@ximian.com>
13419
13420         * Splitter.cs: Change the cursor appropriately when the splitter
13421         is moused over, so the user actually knows there is a splitter
13422         there.
13423
13424 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
13425
13426        * Label.cs : Fix ToString method to give same output as MS.NET
13427
13428 2005-09-22  Jackson Harper  <jackson@ximian.com>
13429
13430         * TreeView.cs: Create the scrollbars when the handle is created
13431         and add them right away, just make them invisble. Also account for
13432         the window being shrunk vertically to the point that the vert
13433         scrollbar needs to be added.
13434         - Remove some 0.5 adjustments to get around anti aliasing issues.
13435         
13436 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
13437          
13438         * MainMenu.cs: Fixes default value
13439         * MenuItem.cs: Fixes default value
13440
13441 2005-09-22  Kazuki Oikawa  <kazuki@panicode.com>
13442
13443         * AsyncMethodResult.cs: Fixes Control.Invoke is blocked infinitely.
13444
13445 2005-09-21  Jackson Harper  <jackson@ximian.com>
13446
13447         * Control.cs: Don't try to set the border style on the window if
13448         it hasn't been created. When the window is created the border
13449         style will be used.
13450
13451 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
13452
13453         * Control.cs (Update): Don't call XplatUI if we don't have a
13454           window handle yet
13455
13456 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
13457
13458         * ContainerControl.cs: Instead of throwing an exception, print
13459           a one-time warning about Validate not being implemented
13460         * XplatUIWin32.cs: Removed debug output
13461
13462 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
13463
13464         * Control.cs: Only set XplatUI background if we expect the windowing
13465           system to handle the background. This stops controls that draw their
13466           own background from flickering
13467
13468         * XplatUIX11.cs: Support custom visuals and colormaps for window 
13469           creation. This allows, amongst other things, using MWF X11 windows 
13470           with OpenGL.
13471
13472 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
13473
13474         * OpenFileDialog.cs, ContentsResizedEventArgs.cs, LibSupport.cs, GridItem.cs,
13475           CursorConverter.cs, SplitterEventHandler.cs, PropertyGridTextBox.cs,
13476           GridTablesFactory.cs, MethodInvoker.cs, AccessibleEvents.cs,
13477           SplitterEventArgs.cs, XplatUI.cs, Mime.cs, PropertySort.cs,
13478           TreeViewCancelEventHandler.cs, Form.cs, PropertyGridCommands.cs,
13479           IDataGridEditingService.cs, DateBoldEventHandler.cs, Label.cs,
13480           KeyboardLayouts.cs, TextControl.cs, ProgressBar.cs, ToolTip.cs,
13481           RadioButton.cs, OSFeature.cs, LinkLabel.cs, ColorDialog.cs,
13482           ThemeNice.cs, ErrorIconAlignment.cs, TreeNode.cs, MimeGenerated.cs,
13483           ComboBox.cs, DataGridTextBoxColumn.cs, ArrangeStartingPosition.cs,
13484           GridColumnStylesCollection.cs, 
13485           IDataGridColumnStyleEditingNotificationService.cs,
13486           PropertyGrid.cs, IFeatureSupport.cs, ICommandExecutor.cs,
13487           MdiLayout.cs, GridEntry.cs, ControlBindingsCollection.cs,
13488           GridTableStylesCollection.cs, TreeViewCancelEventArgs.cs, 
13489           TreeNodeCollection.cs, AmbientProperties.cs, 
13490           RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
13491           DataObject.cs, ErrorProvider.cs, Splitter.cs,
13492           DataGridLineStyle.cs, Shortcut.cs, Control.cs,
13493           FontDialog.cs, SecurityIDType.cs, GridItemType.cs,
13494           BindingMemberInfo.cs, DataGridCell.cs, MdiChildContext.cs,
13495           IRootGridEntry.cs, PropertyGridView.cs, DataGridParentRowsLabelStyle.cs,
13496           FolderBrowserDialog.cs, OpacityConverter.cs, HelpProvider.cs,
13497           IComponentEditorPageSite.cs, DataGridTableStyle.cs, NavigateEventArgs.cs,
13498           NotifyIcon.cs, ContentsResizedEventHandler.cs, MenuItem.cs,
13499           PropertyTabChangedEventHandler.cs, TextBoxBase.cs, OpenTreeNodeEnumerator.cs,
13500           SelectionMode.cs, TextBox.cs, ListBindingConverter.cs,
13501           FileDialog.cs, KeysConverter.cs, DomainUpDown.cs,
13502           DataFormats.cs, SaveFileDialog.cs, GridItemCollection.cs,
13503           ArrangeDirection.cs, FeatureSupport.cs, SelectionRangeConverter.cs,
13504           RichTextBoxScrollBars.cs, NodeLabelEditEventHandler.cs, TreeNodeConverter.cs,
13505           MimeIcon.cs, X11Structs.cs, PropertyGridEntry.cs,
13506           ImageList.cs, ThemeWin32Classic.cs, X11Keyboard.cs,
13507           CheckedListBox.cs, HelpNavigator.cs, DateTimePickerFormat.cs,
13508           MdiClient.cs, DataGridDrawingLogic.cs, DataGridBoolColumn.cs,
13509           NodeLabelEditEventArgs.cs, Screen.cs, PropertyManager.cs,
13510           ComponentModel.cs, PropertiesTab.cs, CurrencyManager.cs,
13511           SizeGrip.cs, DateBoldEventArgs.cs, X11Dnd.cs, Panel.cs,
13512           Hwnd.cs, OSXStructs.cs, DrawMode.cs, XplatUIDriver.cs,
13513           RichTextBox.cs, PropertyTabChangedEventArgs.cs, CommonDialog.cs,
13514           DataGrid.cs, XplatUIX11.cs, RichTextBoxStreamType.cs, Win32DnD.cs,
13515           ErrorBlinkStyle.cs, TreeViewEventHandler.cs,
13516           PropertyValueChangedEventHandler.cs, IFileReaderService.cs,
13517           DataGridTextBox.cs, SelectedGridItemChangedEventArgs.cs, ScrollBar.cs,
13518           ListBox.cs, TreeViewAction.cs, Help.cs, TrackBar.cs,
13519           AxHost.cs, PropertyValueChangedEventArgs.cs, XplatUIOSX.cs,
13520           RichTextBoxFinds.cs, UpDownEventArgs.cs, Cursors.cs,
13521           CategoryGridEntry.cs, RichTextBoxWordPunctuations.cs, DataGridColumnStyle.cs,
13522           SelectedGridItemChangedEventHandler.cs, DateTimePicker.cs, NavigateEventHandler.cs,
13523           Clipboard.cs, UpDownEventHandler.cs, MonthCalendar.cs,
13524           SendKeys.cs, DataGridPreferredColumnWidthTypeConverter.cs, TreeView.cs,
13525           ThreadExceptionDialog.cs, ImageListConverter.cs, XplatUIWin32.cs,
13526           TreeViewEventArgs.cs: Fixed whitespace and set eol-style:native attribute
13527
13528 2005-09-21  Jackson Harper  <jackson@ximian.com>
13529
13530         * TreeNode.cs: Call Before/After Expand not Collapse when
13531         expanding.
13532
13533 2005-09-20  Jackson Harper  <jackson@ximian.com>
13534         
13535         * XplatUIX11.cs: Use the more hand looking hand (in most themes).
13536
13537 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
13538          
13539         * ListViewItem.cs:
13540                 - Fixes bug 76120
13541                 - Fixes proper storing of subitems
13542                 - Fixes not updated items
13543
13544 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com>
13545
13546         * Control.cs, TextBoxBase.cs, TextControl.cs: Don't do certain
13547           things if our window handle isn't created yet. Also disabled 
13548           debug for TextBoxBase
13549
13550 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com> 
13551
13552         * MenuAPI.cs: Remove filtering of events to allow menu usage
13553
13554 2005-09-20  Miguel de Icaza  <miguel@novell.com>
13555
13556         * Cursor.cs: Allow null to be passed to Cursor.Current.
13557
13558 2005-09-20  Alexander Olk  <alex.olk@googlemail.com>
13559
13560         * ThemeWin32Classic.cs:
13561           - Change some private methods/fields to protected virtual so that 
13562             they can be accessed and overriden in derived classes
13563           - First refactoring of some methods. Derived themes now don't 
13564             need to duplicate the complete code from ThemeWin32Classic
13565         * ThemeNice.cs:
13566           - Added nice StatusBar
13567           - Derive from ThemeWin32Classic and not Theme
13568           - Removed duplicate ThemeWin32Classic code
13569
13570 2005-09-20  Miguel de Icaza  <miguel@novell.com>
13571
13572         * Control.cs (ControlCollection.Add): If the value null is passed
13573         the control is ignored. 
13574
13575         Optimize this loop.
13576
13577 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com> 
13578
13579         * MenuAPI.cs: Replaced Application.Run() with a loop that tracks
13580           PostQuitMessage state.
13581         * XplatUIWin32.cs: Removed bogus PostQuitMessage P/Invoke with HWND arg
13582
13583 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com>
13584
13585         * Application.cs: Our constructor will never get called, move 
13586           initialization to fields; fixes bug #75933
13587
13588 2005-09-19 Hisham Mardam Bey <hisham.mardambey@gmail.com>
13589
13590         * FileDialog.cs :
13591                 - Allow files to be selected properly using file name
13592                 combo box.
13593                 - Add ability to change diretory (absolute / relative)
13594                 using file name combo box.
13595
13596 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
13597          
13598         * ListBox.cs: 
13599                 - Fixes Multicolumn listboxes item wrong calculations
13600                 - Allows to click when only one item is in the listbox
13601                 - Fixes crash when no items using keyboard navigation
13602
13603 2005-09-16  Alexander Olk  <alex.olk@googlemail.com>
13604
13605         * ComboBox.cs: Reverted almost everything from the latest patch which
13606           broke ComboBox
13607
13608 2005-09-16  Kazuki Oikawa <kazuki@panicode.com>
13609         
13610         * ToolTip.cs:
13611                 - Fixed #Mtd2 of ToolTipTest.RemoveToolTipTest.
13612         * ComboBox.cs:
13613                 - When DropDownStyle is Simple, it does not show scrollbar 
13614                 to the last item of the list.
13615                 - When DropDownStyle is Simple, it crashed when the list was 
13616                 scrolled down with the down cursor key.
13617                 - Fixed a bug that when DropDownStyle is DropDownList, the 
13618                 selected item was not shown.
13619                 - The position of the selected item was not preserved when 
13620                 the next dropdown happened.
13621         * ThemeWin32Classic.cs:
13622                 - Items were wrapped at the right end.
13623         * CheckedListBox.cs:
13624                 - Fixed Add method
13625         * ListBox.cs:
13626                 - Items should be fully shown.
13627                 - When resizing and vertical scrollbar disappeared, the item 
13628                 of index 0 should be on the top of the list.
13629                 - GetItemRectangle should consider the size of ver. scrollbar
13630         * StatusBar.cs:
13631                 - SizingGrip area should not be allocated when it is not 
13632                 displayed.
13633                 - Now it reflects MinWidth of the containing panel and 
13634                 fixed a crash that happens when its width becomes so small.
13635
13636 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
13637
13638         * CheckedListBox.cs: Fixes bug 76028
13639         * ListBox.cs: Fixes bug 76028
13640
13641 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
13642
13643         * ThemeWin32Classic.cs: Sets clipping on DataGridPaintRowsHeaders
13644         * DataGridDrawingLogic.cs: fixes issues with Datagrid drawing
13645
13646 2005-09-12  Jordi Mas i Hernandez <jordi@ximian.com>
13647
13648         * XplatUIX11.cs: fixes System.NullReferenceException in some situations
13649
13650 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
13651
13652         * IRootGridEntry.cs: Changed namespace to PropertyGridInternal 
13653
13654 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
13655
13656         * IRootGridEntry.cs: Added
13657         * PropertyGridCommands.cs: Added
13658         * PropertiesTab.cs: Added missing methods and property
13659         * PropertyGridView.cs: Made class internal
13660         * PropertyGridTextBox.cs: Made class internal
13661
13662 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
13663
13664         * MimeIcon.cs: Try to check some other environment variables
13665           if "DESKTOP_SESSION" returns "default"
13666
13667 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
13668
13669         * ThemeNice.cs: Corrected background colors (e.g. menus)
13670         * ColorDialog.cs: Use correct background colors for controls
13671
13672 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
13673
13674         * ThemeNice.cs: Merged r49535 from ThemeWin32Classic
13675
13676 2005-09-08  Peter Dennis Bartok  <pbartok@novell.com>
13677
13678         * RichTextBox.cs: Added initial implementation
13679         * lang.cs: Removed. Was accidentally checked in long time ago
13680         * TODO: Removed. Contents were obsolete
13681
13682 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
13683                                                                                 
13684         * PropertiesTab.cs : Added
13685
13686 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
13687                                                                                 
13688         * PropertyGrid.cs : Update
13689         * PropertyGridView.cs : Update
13690         * System.Windows.Forms.resx : Added images and strings
13691
13692 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com> 
13693
13694         * ThemeNice.cs: Do not dispose Pens retrieved from ResPool
13695  
13696 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com>
13697
13698         * XplatUIX11.cs: Force a flush after Ungrab; if case the app enters
13699           a busy loop right after the Ungrab the X11 display is otherwise 
13700           blocked
13701
13702 2005-09-06  Jordi Mas i Hernandez <jordi@ximian.com>
13703
13704         * ThemeWin32Classic.cs: Optimise the use of clipping
13705
13706 2005-09-05  Jordi Mas i Hernandez <jordi@ximian.com>
13707
13708         * DataGrid.cs: fixes recursion bug
13709
13710 2005-09-03  Alexander Olk  <alex.olk@googlemail.com>
13711
13712         * ThemeNice.cs: 
13713           - Draw RadioButton and CheckBox Buttons with DrawButtonBase
13714           - Cleanup
13715
13716 2005-09-02  Alexander Olk  <alex.olk@googlemail.com>
13717
13718         * ThemeNice.cs: Draw nice ProgressBars
13719
13720 2005-09-01  Miguel de Icaza  <miguel@novell.com>
13721
13722         * VScrollBar.cs: Another buglet found by Aaron's tool. 
13723
13724         * ProgressBar.cs: Fix three recursive bugs found by Aaron Tomb's
13725         bug finder.
13726
13727 2005-08-30  Alexander Olk  <alex.olk@googlemail.com>
13728
13729         * ThemeNice.cs:
13730           - Added nicer menu drawing
13731           - Updated DrawTab
13732           - some refactoring
13733
13734 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
13735
13736         * CreateParams.cs (ToString): Made output match MS
13737         * Control.cs (Text): Don't set Text or Focus via XplatUI unless 
13738             handle is already created (to avoid forcing window creation)
13739         * XplatUIX11.cs: Set window text to caption after creating window,
13740           in case Text was set before window was created
13741         * Form.cs: Use this.Text instead of a static string as caption
13742
13743 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
13744
13745         * NotifyIcon.cs: Don't set the window to visible; this screws
13746           up Win32 (causes WM_NCPAINT to be sent on Win32, which calls
13747           OnPaint without a bitmap)
13748         * XplatUIX11.cs: Removed Visible optimization in AddExpose; doesn't 
13749           happen very often anyway; we could add the check to the WM_PAINT 
13750           event generation code
13751
13752 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
13753
13754         * NotifyIcon.cs: Fill the icon area with a background color, to 
13755           avoid 'residue' when transparent icons are drawn
13756         * XplatUIX11.cs:
13757           - Handle whole_window == client_window when destroying windows
13758           - SystrayAdd(): Set client_window to whole_window value to
13759             get mouse and other events passed to NotifyIcon
13760
13761 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
13762
13763         * Form.cs: Set proper default for Opacity property
13764         * NotifyIcon.cs:
13765           - ShowSystray(): Don't bother creating telling the OS
13766             about the systray item if no icon is provided
13767           - Now handles WM_NCPAINT message to deal with whole/client window
13768             split
13769           - Create window as visible to not get caught by Expose optimization
13770         * Hwnd.cs: Removed debug message
13771         * ComboBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, TabControl.cs,
13772           StatusBar.cs, TreeView.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched 
13773             PaintEventStart/End to use new client argument
13774         * TextBoxBase.cs:
13775           - Commented out debug messages
13776           - Switched PaintEventStart/End to use new client argument
13777         * XplatUI.cs: Added client window bool to PaintEventStart()/
13778           PaintEventEnd() calls, to support drawing in non-client areas
13779         * XplatUIDriver.cs: 
13780           - Added client window bool to PaintEventStart()/PaintEventEnd() 
13781             calls, to support drawing in non-client areas
13782           - Added conditional compile to allow using MWF BeginInvoke 
13783             on MS runtime
13784         * XplatUIX11.cs:
13785           - Added some conditional debug output
13786           - Fixed SystrayAdd() method to support new (for SystrayAdd, anyway)
13787             whole/client window split
13788           - Implemented handling of client argument to PaintEventStart()/End()
13789         * Control.cs:
13790           - Throw exception if BeginInvoke() is called and the window handle
13791             or one of the window's parent handles is not created
13792           - Added conditional compile to allow using MWF BeginInvoke on
13793             MS runtime
13794           - get_Parent(): Only sets parent if handle is created. This avoids
13795             forcing window handle creation when parent is set.
13796           - Now fires Layout and Parent changed events in proper order
13797           - Switched to use Handle instead of window.Handle for Z-Order setting,
13798             the get_Parent() patch above causes us to possibly get null for 'window'
13799           - Implemented handling of client argument to PaintEventStart()/End()
13800           - Now reports back to windows that WM_SETCURSOR was handled (to avoid
13801             default handling)
13802           - Now sends a Refresh() to all child windows when Refresh() is called
13803
13804 2005-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
13805
13806         * Form.cs: Added (non-functional) Opacity property
13807         * XplatUIWin32.cs (SystrayAdd): Removed bogus line of code
13808
13809 2005-08-29  Alexander Olk  <xenomorph2@onlinehome.de>
13810         * ThemeNice.cs: New theme for MWF, based on ThemWin32Classic
13811           use export MONO_THEME=nice to activate it.
13812           Currently supported controls:
13813           - Button
13814           - ComboBox
13815           - ScrollBar
13816           - TabControl (TabAlignment.Top only, other will follow)
13817         * ThemeEngine.cs: Add theme nice
13818         * ButtonBase.cs: Redraw button on MouseEnter and MouseLeave everytime,
13819           if enabled
13820
13821 2005-08-25  Jonathan Chambers  <jonathan.chambers@ansys.com> 
13822
13823         * Splitter.cs: Resize docked control and its neighbor.
13824
13825 2005-08-24  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
13826         -- Making Windows with Menus layout correctly --
13827         * Form.cs : The first leg of the fix
13828                 Menu setter - adjust Client Size as needed to make space for the menu
13829                 SetClientSizeCore - doesn't call base version to be able to pass the 
13830                         menu handle to XplatUI.CalculateWindowRect
13831         * Hwnd.cs: Fix for menu_height, now gets from MenuAPI.MENU
13832         * XplatUIX11.cs: The critical second leg of the fix
13833                 GetWindowPos needs to use a recalculated client_rect
13834                 so that resizing the window doesn't break layout of child controls. 
13835                 Also a more complete rule to avoid X Server roundtrips in SetWindowPos
13836                 Lots of \t\n killed
13837
13838 2005-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
13839
13840         * Label.cs: Now properly recalculates width and height on Font and Text
13841           changes if AutoSize is set
13842
13843 2005-08-19  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
13844         * TreeView.cs : Revamped drawing logic, and support for FullRowSelect
13845
13846 2005-08-19  Jordi Mas i Hernandez <jordi@ximian.com>
13847
13848         * ImageList.cs: Makes ToString method compatible with MS
13849
13850 2005-08-18  Jordi Mas i Hernandez <jordi@ximian.com>
13851
13852         * MenuAPI.cs: fixes bug 75716
13853
13854 2005-08-11 Umadevi S <sumadevi@novell.com>
13855         * Control.cs: Fixed Remove & RemoveAt to make the parent of the control null.
13856
13857 2005-08-11 Umadevi S <sumadevi@novell.com>
13858         * Contorl.cs: Fixed ResetRightToLeft and ResetImeMode to work correctly
13859
13860 2005-08-10  Umadevi S <sumadevi@novell.com>
13861         * CheckedListBox.cs: Fixed event firing on Adding to the CheckedListBox
13862
13863 2005-08-07  Jordi Mas i Hernandez <jordi@ximian.com>
13864
13865         * Menu.cs: fixes bug 75700
13866         * MenuAPI.cs: fixes navigation issues
13867
13868 2005-08-09  Umadevi S <sumadevi@novell.com>
13869         * CheckedListBox.cs - simple fix for GetItemChecked.
13870
13871 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
13872
13873         * ComboBox.cs: Serveral fixes
13874         * ListBox.cs: Serveral fixes
13875
13876 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
13877
13878         * ComboBox.cs: Fixes FindString methods and GetItemHeight
13879         * ListBox.cs: Fixes FindString methods
13880
13881 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
13882
13883         * DataGrid.cs: fixes bugs exposed by new tests
13884
13885 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com> 
13886
13887         * Mime.cs: Compile Mono assembly references only if compiling
13888           with Mono (Allows to build with VS.Net again)
13889
13890 2005-07-28  Marek Safar  <marek.safar@seznam.cz>
13891
13892         * Control.cs (PaintControlBackground): Draw background image
13893         corrrectly.
13894         (CheckForIllegalCrossThreadCalls): Stubbed.
13895         
13896         * Form.cs (OnCreateControl): Center when should be centered.
13897         
13898         * ThemeWin32Classic.cs (DrawPictureBox): Pass size.
13899
13900 2005-07-19  Jordi Mas i Hernandez <jordi@ximian.com>
13901
13902         * Binding.cs: Binding to properties should be case unsensitive
13903
13904 2005-07-18 vlindos@nucleusys.com
13905
13906         * DataGrid.cs: fixes setmember order
13907
13908 2005-07-07  Alexander Olk  <xenomorph2@onlinehome.de>
13909
13910         * MimeIcon.cs: added MimeIcon stuff (MimeIconEngine)
13911         * FileDialog.cs: FileDialog is now resizable and uses the new
13912           MimeIconEngine
13913
13914 2005-07-06  Jordi Mas i Hernandez <jordi@ximian.com>
13915
13916         * DataGridTextBoxColumn.cs: default value
13917         * GridColumnStylesCollection.cs: fixes event firing, checking MappingName
13918         * GridTableStylesCollection.cs: fixes checking MappingName
13919         * DataGridDrawingLogic.cs: fixes drawing logic issues
13920         * DataSourceHelper.cs: rewritten to make compatible with more data sources
13921         * DataGrid.cs: fixes    
13922
13923 2005-07-06  Alexander Olk  <xenomorph2@onlinehome.de>
13924
13925         * MimeGenerated.cs: Use case sensitive comparer for
13926           NameValueCollections
13927
13928 2005-07-01  Jordi Mas i Hernandez <jordi@ximian.com>
13929
13930         * DataGridTextBoxColumn.cs: bug fixes, code refactoring 
13931         * ThemeWin32Classic.cs: bug fixes, code refactoring
13932         * DataGridDrawingLogic.cs:  bug fixes, code refactoring
13933         * DataGrid.cs: bug fixes, code refactoring
13934         * DataGridTextBox.cs: bug fixes, code refactoring
13935         * DataGridColumnStyle.cs:  bug fixes, code refactoring
13936         * Theme.cs:  bug fixes, code refactoring
13937
13938 2005-07-01  Peter Bartok  <pbartok@novell.com> 
13939
13940         * TextControl.cs: Quick fix for the reported crash on ColorDialog
13941           and other text box usage
13942
13943 2005-07-01  Jackson Harper  <jackson@ximian.com>
13944
13945         * TabControl.cs: Make sure the bottom of the tab covers the pages
13946         border.
13947
13948 2005-06-30  Peter Bartok  <pbartok@novell.com> 
13949
13950         * Form.cs (ShowDialog): Assign owner of the dialog
13951         * TextBoxBase.cs: Always refresh caret size when deleting, caret
13952           might have been moved to a tag with different height
13953
13954 2005-06-30  Jackson Harper  <jackson@ximian.com>
13955
13956         * Form.cs: Don't create an infinite loop when setting focus
13957         * MenuItem.cs: Don't dirty the parents if we don't have any
13958
13959 2005-06-29  Ben Maurer  <bmaurer@ximian.com>
13960
13961         * LibSupport.cs: Rename
13962
13963 2005-06-29  Peter Bartok  <pbartok@novell.com>
13964
13965         * TextBoxBase.cs: Re-align caret after deleting a character
13966         * TextControl.cs:
13967           - DeleteChars(): Ensure that tag covers the provided position
13968           - StreamLine(): Drop reference for dropped tag
13969
13970 2005-06-29  Peter Bartok  <pbartok@novell.com> 
13971
13972         * TextControl.cs: 
13973           - Selections now work properly, anchoring at the initial location
13974             and properly extending in either direction (SetSelectionToCaret(),
13975             SetSelectionStart() and SetSelectionEnd())
13976           - No longer redraws the whole control on selection change, now
13977             calculates delta between previous and new selection and only
13978             invalidates/redraws that area
13979           - Fixed FindPos() math off-by-one errors
13980           - Changed DeleteChars() to verify the provided tag covers the
13981             provided position, selections may have a tag that doesn't cover
13982             the position if the selection is at a tag border
13983           - Fixed off-by-one errors in DeleteChars()
13984           - Added missing streamlining check in DeleteChars() to remove
13985             zero-length tags
13986           - Implemented Invalidate() method, now properly calculates exposures
13987             between two given lines/positions
13988           - Implemented SetSelection()
13989           - Obsoleted and removed FixupSelection()
13990           - Improved RecalculateDocument() logic, removing code duplication
13991
13992 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13993
13994         * LibSupport.cs: changes to match different input/output arguments.
13995
13996 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13997
13998         * LibSupport.cs: added libsupport.so init routine.
13999
14000 2005-06-29  Jordi Mas i Hernandez <jordi@ximian.com>
14001         
14002         * ControlBindingsCollection.cs
14003                 - Throws an exception on null datasource when adding
14004                 - Checks for duplicated bindings when adding
14005
14006 2005-06-28  Jackson Harper  <jackson@ximian.com>
14007
14008         * TreeView.cs (OnKeyDown): Support left and right properly
14009         (navigates as well as expanding and collapsing.
14010         - Add support for Multiply, this expands all the selected nodes
14011         children.
14012         - Fix some tabbing.
14013
14014 2005-06-28  Jackson Harper  <jackson@ximian.com>
14015
14016         * TreeView.cs: Implement keyboard navigation, currently supports,
14017         LEFT, RIGHT, UP, DOWN, PGUP, PGDOWN, HOME, END, ADD, SUBTRACT. Add
14018         support for toggling checkboxes with the space bar.
14019
14020 2005-06-28  Jackson Harper  <jackson@ximian.com>
14021
14022         * OpenTreeNodeEnumerator.cs: Don't move past the begining of the
14023         tree.
14024
14025 2005-06-28  Jackson Harper  <jackson@ximian.com>
14026
14027         * TreeView.cs: Add missing event.
14028
14029 2005-06-27  Peter Bartok  <pbartok@novell.com> 
14030
14031         * TextControl.cs:
14032           - Made line ending size configurable (now allows for counting 
14033             lineendings as \n or \r\n)
14034           - Added margin to viewport to keep caret visible on right side
14035           - Fixed translation routines for line/pos to documentpos to consider
14036             cr/lf when counting (Fixes RichTextBox.SelectionFont issues)
14037           - Fixed some line-endings to be unix style
14038           - Fixed Document.FormatText to perform it's calculations 1-based
14039           - Added descriptions for a few methods that might otherwise get 
14040             used wrong
14041           - Added NOTE section with some basic conventions to remember at 
14042             the top of the file
14043           - Major fixup for RichTextBox selection drawing:
14044             * Fixed crashes when multiple tags on a single line were selected
14045             * fixed selection box drawing not overlaying text
14046             * fixed bogus offset calculation for tags not starting at index 1
14047             * Switched behaviour from using multiple Substrings of a 
14048               StringBuilder.ToString() to using multiple 
14049               StringBuilder.ToString(start, length) statements, hoping this is
14050               faster (kept original version commented out in the code, in case
14051               original version was faster)
14052         * TextBox.cs (set_TextAlignment): TextBox always needs to wrap if 
14053           alignment != Left
14054         * TextBoxBase.cs (CalculateDocument): Made protected so RichTextBox can
14055           call it as well
14056
14057 2005-06-27  Jackson Harper  <jackson@ximian.com>
14058
14059         * TabControl.cs: Move to the left and right with the arrow
14060         keys. These keys don't cycle beyond first and last like
14061         tab. Refresh all the tabs when scrolling them to the left or
14062         right.
14063
14064 2005-06-27  Jackson Harper  <jackson@ximian.com>
14065
14066         * TabControl.cs:
14067           - ToString: Added method
14068           - CreateParams: Remove TODO and comment
14069           - OnKeyDown: Cycle through bounds properly.
14070           - SelectedIndex: Scroll to the right or left if we need to
14071           display the newly selected tab.
14072
14073 2005-06-23  Jackson Harper  <jackson@ximian.com>
14074
14075         * TabControl.cs: Stay in bounds when cycling. Make sure Handled is
14076         set.
14077
14078 2005-06-23  Jackson Harper  <jackson@ximian.com>
14079
14080         * TabControl.cs: Keyboard handling. We now support CTRL-TAB,
14081         CTRL-SHIFT-TAB, and HOME, END are there any others?
14082
14083 2005-06-23  Jackson Harper  <jackson@ximian.com>
14084
14085         * XplatUIX11.cs: Get the modifier keys from the keyboard driver.
14086
14087 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
14088         
14089         * DataGridTextBoxColumn.cs: fixes and enhancements
14090         * ThemeWin32Classic.cs: fixes and enhancements
14091         * DataGridBoolColumn.cs:  fixes and enhancements
14092         * DataGridDrawingLogic.cs:  fixes and enhancements
14093         * CurrencyManager.cs: fixes and enhancements
14094         * DataGrid.cs: fixes and enhancements
14095         * DataGridColumnStyle.cs:  fixes and enhancements
14096
14097 2005-06-22  Jackson Harper  <jackson@ximian.com>
14098
14099         * TabControl.cs: Add some missing methods that just call into the
14100         base. Make the TabPageCollection's IList interface behave in the
14101         same manner as the MS implementation.
14102
14103 2005-06-22  Peter Bartok  <pbartok@novell.com> 
14104
14105         * TextControl.cs: Added sanity check
14106         * TextBoxBase.cs: 
14107           - Fixed wrapping behaviour, don't set wrap on single line controls
14108             (this fixes the breakage of colordialog introduced in an earlier
14109              checkin)
14110           - Added rudimentary support for autoscrolling right-aligned controls
14111             (still needs fixing, also, center alignment scroll is missing)
14112
14113 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
14114         
14115         * ScrollBar.cs: Fixes thumbpos on Maximum values
14116
14117 2005-06-21  Jonathan Chambers <jonathan.chambers@ansys.com>
14118         
14119         * PropertyGridView.cs: Pass context information to UITypeEditors 
14120
14121 2005-06-21  Peter Bartok  <pbartok@novell.com> 
14122
14123         * TextBoxBase.cs:
14124           - Now calling PositionCaret with absolute space coordinates
14125           - Enabled vertical scrolling
14126           - Better tracking of scrollbar changes, tied into WidthChange
14127             event
14128           - Improved cursor tracking
14129           - Removed debug output
14130         * TextControl.cs:
14131           - PositionCaret coordinates are now works in absolute space, not 
14132             the canvas
14133           - Improved tracking of document size
14134           - Added events for width and height changes
14135
14136 2005-06-21  Peter Bartok  <pbartok@novell.com>
14137
14138         * Form.cs: Set focus to active control when form is activated
14139         * TextControl.cs: 
14140           - Added word-wrap functionality to RecalculateLine() 
14141           - Added some short function descriptions for VS.Net to aid in
14142             writing dependent controls
14143           - Added Caret property, returning the current coords of the caret
14144           - Added ViewPortWidth and ViewPortHeight properties
14145           - Added Wrap property
14146           - Added CaretMoved event
14147           - Removed some old debug code
14148           - Split() can now create soft splits
14149           - Added PreviousTag()/NextTag() to allow walking "tag-lists"
14150           - Added method to format existing text
14151           - Fixed size/alignment calculations to use viewport
14152           - RecalculateDocument now can handle changing line-numbers while
14153             calculating lines
14154
14155         * TextBox.cs:
14156           - Added some wrap logic, we don't wrap if alignment is not left
14157           - Added casts for scrollbar var, base class switched types to
14158             also support RichTextBoxA
14159           - Implemented handling of scrollbar visibility flags
14160
14161         * TextBoxBase.cs:
14162           - Switched scrollbars type to RichTextBoxScrollBars to support
14163             RichTextBox
14164           - Added tracking of canvas width/height
14165           - Switched scrollbars to be not selectable (to keep focus on text)
14166           - Added central CalculateDocument() method to handle all redraw
14167             requirements
14168           - Added ReadOnly support
14169           - Added WordWrap support
14170           - Fixed handling of Enter key (we now treat it as a DialogKey)
14171           - Fixed caret positioning when h or v scroll is not zero
14172           - Fixed placing/generation of vertical scrollbar
14173           - Added CalculateScrollBars() method to allow updating scrollbar
14174             limits and visibility
14175           - Fixed handling of horizontal scroll
14176           - Added handling of vertical scroll
14177           - Implemented auto-'jump' when caret moves to close to a left or
14178             right border and there is text to be scrolled into view (currently
14179             there's the potential for a stack overflow, until a bug in
14180             scrollbar is fixed)
14181
14182 2005-06-21  Geoff Norton  <gnorton@customerdna.com>
14183         
14184         * XplatUIOSX.cs: Initial implementation of WM_ERASEBKGND
14185
14186 2005-06-19  Alexander Olk  <xenomorph2@onlinehome.de>
14187
14188         * Mime.cs:
14189         - added inodes.
14190         - return application/x-zerosize for files with size zero
14191           (if no extension pattern matches).
14192         - check matches collection for strings too.
14193         - return only the first mime type if the name value
14194           collection has more than one mime type.
14195
14196 2005-06-18  Jonathan Chambers <jonathan.chambers@ansys.com>
14197         
14198         * PropertyGrid.cs: Cleaned up some TODOs
14199         * PropertyGridView.cs: Added support for UITypeEditors
14200
14201 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
14202         
14203         * DataGrid.cs: clears cached value
14204
14205 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
14206
14207         * DataGridTextBoxColumn.cs: new rows, speed improvements, fixes, readonly prop.
14208         * DataGridDrawingLogic.cs: new rows, speed improvements, fixes, readonly prop.
14209         * DataGrid.cs: new rows, speed improvements, fixes, readonly prop.
14210         * DataGridColumnStyle.cs: new rows, speed improvements, fixes, readonly prop.
14211         
14212 2005-06-16  Jordi Mas i Hernandez <jordi@ximian.com>
14213
14214         * ThemeWin32Classic.cs: fixes colour
14215
14216 2005-06-15  Peter Bartok  <pbartok@novell.com>
14217
14218         * MWFCategoryAttribute.cs: Added (Needed for PropertyGrid designer support)
14219         * MWFDescriptionAttribute.cs: Added (Needed for PropertyGrid designer support)
14220         * ButtonBase.cs: Added MWFCategory and MWFDescription attributes
14221         * Control.cs: Added some MWFCategory and MWFDescription attributes
14222         * ScrollBar.cs: Added some MWFCategory and MWFDescription attributes
14223
14224 2005-06-15  Alexander Olk  <xenomorph2@onlinehome.de>
14225
14226         * Mime.cs, MimeGenerated.cs: First draft of MWF mime stuff, see Mime.cs for
14227         usage
14228
14229 2005-06-14  Jordi Mas i Hernandez <jordi@ximian.com>
14230
14231         * DataGridTextBoxColumn.cs: default datagrid settings for Default Styles, fixes
14232         * DataGridTableStyle.cs: default datagrid settings for Default Styles, fixes
14233         * DataGridDrawingLogic.cs: default datagrid settings for Default Styles, fixes
14234         * DataGridBoolColumn.cs: default datagrid settings for Default Styles, fixes
14235         * DataGrid.cs: default datagrid settings for Default Styles, fixes
14236         * DataGridColumnStyle.cs: default datagrid settings for Default Styles, fixes
14237
14238 2005-06-13  Jackson Harper  <jackson@ximian.com>
14239
14240         * XplatUIX11.cs: Override SetAllowDrop on X11 so an error message
14241         isn't printed when the user enables dropping. (X11 does accept
14242         drops).
14243         
14244 2005-06-13  Jackson Harper  <jackson@ximian.com>
14245
14246         * TreeView.cs: Remove some TODOS.
14247
14248 2005-06-13  Jackson Harper  <jackson@ximian.com>
14249
14250         * Form.cs: Hook into the mdi framework.
14251         * MdiClient.cs: Use the base control collections add method so
14252         parents get setup correctly. Set the default back colour and dock
14253         style.
14254         * MdiChildContext.cs: New class, this bad actor handles an
14255         instance of an MDI window. Right now there is only basic
14256         support. You can drag, close, and resize windows. Minimize and
14257         Maximize are partially implemented.
14258
14259 2005-06-13  Jackson Harper  <jackson@ximian.com>
14260
14261         * XplatUIX11.cs: Mash numbers together properly, otherwise we get
14262         freaky when both vals are negative. NOTE: There are probably other
14263         places in XplatUIX11 that this needs to be done.
14264
14265 2005-06-13  Jordi Mas i Hernandez <jordi@ximian.com>
14266
14267         * DataGrid.cs: implement missing methods, move KeyboardNavigation
14268         * DataGridColumnStyle.cs: fixes signature
14269
14270 2005-06-12  Jackson Harper  <jackson@ximian.com>
14271
14272         * XplatUIX11.cs: Use sizing cursors similar to the ones on
14273         windows.
14274
14275 2005-06-11  Jackson Harper  <jackson@ximian.com>
14276
14277         * StatusBarPanel.cs: Signature cleanups. Implement
14278         BeginInit/EndInit.
14279
14280 2005-06-10  Jordi Mas i Hernandez <jordi@ximian.com>
14281
14282         * DataGridTextBoxColumn.cs: Honors aligment
14283         * GridColumnStylesCollection.cs: Contains is case unsensitive
14284         * GridTableStylesCollection.cs: several fixes
14285         * DataGridTableStyle.cs: default column creation
14286         * DataGridDrawingLogic.cs: fixes
14287         * CurrencyManager.cs: ListName property
14288         * DataGrid.cs: multiple styles support
14289         * DataGridColumnStyle.cs: fixes
14290         
14291
14292 2005-06-10  Peter Bartok  <pbartok@novell.com>
14293
14294         * Control.cs(Select): Moved SetFocus call to avoid potential
14295           loops if controls change the active control when getting focus
14296         * UpDownBase.cs: Fixes to allow proper keyboard focus after clicking
14297           the up/down buttons
14298
14299 2005-06-10  Matthias Felgner  <matthiasf@voelcker.ocm>
14300
14301         * ImageListConverter.cs: Implemented
14302
14303 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
14304
14305         * MonthCalendar.cs: Wired in NumericUpDown control for year
14306
14307 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
14308
14309         * MonthCalendar.cs: Removed MonoTodo attributes on Click and
14310           DoubleClick events, since they are not meant to be fired.
14311
14312 2005-06-09  Peter Bartok  <pbartok@novell.com>
14313
14314         * UpDownBase.cs, NumericUpDown.cs, DomainUpDown.cs: Integrated
14315           Jonathan's standalone controls into MWF, implemented missing
14316           events, attributes and methods; added xxxAccessible classes
14317         * AccessibleObject.cs: Made fields internal so other classes
14318           can change them if needed
14319
14320 2005-06-09  Jonathan Gilbert  <2a5gjx302@sneakemail.com>
14321
14322         * UpDownBase.cs: Complete implementation
14323         * NumericUpDown.cs: Complete implementation
14324         * DomainUpDown.cs: Complete implementation
14325
14326 2005-06-09  Jordi Mas i Hernandez <jordi@ximian.com>
14327
14328         * DataGridTextBoxColumn.cs: drawing fixes
14329         * DataGridCell.cs: fixes ToString method to match MSNet
14330         * DataGridTableStyle.cs: fixes
14331         * DataGridBoolColumn.cs: fixes, drawing
14332         * DataGridDrawingLogic.cs: fixes, new methods
14333         * DataGridTextBox.cs: Keyboard and fixes
14334         * DataGrid.cs:
14335                 - Keyboard navigation
14336                 - Scrolling fixes
14337                 - Row selection (single, multiple, deletion, etc)
14338                 - Lots of fixes
14339         
14340 2005-06-07  Jackson Harper  <jackson@ximian.com>
14341
14342         * ThemeWin32Classic.cs: Clear the background area when drawing
14343         buttons.
14344
14345 2005-06-06  Peter Bartok  <pbartok@novell.com>
14346
14347         * ImageListStreamer.cs: Fixed signature for GetData
14348         * CheckBox.cs: Fixed base class for CheckBoxAccessibleObject
14349         * ComboBox.cs:
14350           - Added missing ChildAccessibleObject class
14351           - Added missing OnXXXFocus overrides, switched to using those
14352             instead of the event handler
14353         * Control.cs:
14354           - Added Parent property for ControlAccessibleObject
14355           - Fixed signatures
14356           - Fixed attributes
14357           - Added ResetBindings()
14358         * ListBindingConverter.cs: Implemented some methods
14359         * ButtonBase.cs: Added missing ButtonBaseAccessibleObject class
14360         * ImageList.cs: Implemented basic handle scheme, removed TODOs
14361         * ContainerControl.cs: Fixed signature, now subscribing to the
14362           ControlRemoved event instead of overriding the handler, LAMESPEC
14363         * CurrencyManager.cs: Added missing attribute
14364         * MonthCalendar.cs: Added missing properties
14365
14366 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
14367
14368         * DataGridColumnStyle.cs: fixes for DataGridColumnStyle
14369         
14370 2005-06-06  Gaurav Vaish and Ankit Jain
14371
14372         * DataSourceHelper.cs: Gaurav Vaish and Ankit Jain patch for databinding
14373         * DataGrid.cs: Gaurav Vaish and Ankit Jain patch for databinding
14374         
14375 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
14376
14377         * Control.cs: fixes CreateParams Width / Height.
14378
14379 2005-06-05  Peter Bartok  <pbartok@novell.com>
14380
14381         * Win32DnD.cs: Removed compilation warnings
14382
14383 2005-06-05  Peter Bartok  <pbartok@novell.com>
14384
14385         * Control.cs (CreateParams): Since we don't know if one of the
14386           properties we use is overridden, lets make sure if we fail accessing
14387           we continue with a backup plan
14388
14389 2005-06-05  Peter Bartok  <pbartok@novell.com>
14390
14391         * Win32DnD.cs:
14392           - Removed debug output
14393           - Added MarshalAs attribute to ensure proper marshalling of FORMATETC
14394             struct
14395           - Plugged resource leak
14396         * XplatUIStructs.cs: Changed ClipboardFormats size to ushort, to match
14397           MS size
14398
14399 2005-06-05  Peter Bartok  <pbartok@novell.com>
14400
14401         * XplatUIWin32.cs: Removed DnD code
14402         * Win32DnD.cs: Implemented drop source and drop target functionality
14403
14404 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14405
14406         * UpDownBase.cs: remove duplicate addition of event, enable some code
14407         that was commented out.
14408         * NumericUpDown.cs: added missing attributes and Hexadecimal property.
14409         Validate input when a key is pressed. It works fine now for every
14410         combination of Hexadecimal. Only missing some drawing love when sharing
14411         space with other controls.
14412
14413 2005-06-04  Peter Bartok  <pbartok@novell.com>
14414
14415         * Control.cs:
14416           - We need to pass a window for DragDrop, so enable callback events
14417           - Added DnD callback events when being a DragSource
14418         * XplatUI.cs (StartDrag): Added window handle argument
14419         * XplatUIDriver.cs (StartDrag): Added window handle argument
14420         * QueryContinueDragEventArgs: Made fields internally accessible so
14421           drivers can set them
14422         * GiveFeedbackEventArgs: Made fields internally accessible so drivers
14423           can set them
14424
14425 2005-06-03  Jordi Mas i Hernandez <jordi@ximian.com>
14426
14427         * DataGridTextBoxColumn.cs: column text editing
14428         * DataGridTableStyle.cs: Respect columns styles created by the user
14429         * DataGridDrawingLogic.cs: lots of drawing fixes and enhanments
14430         * DataGridBoolColumn.cs: bool column editing
14431         * DataGrid.cs: fixes to scrolling, properties, etc
14432         * DataGridTextBox.cs: handle keyboard
14433         * DataGridColumnStyle.cs: fixes
14434
14435 2005-06-02  Jackson Harper  <jackson@ximian.com>
14436
14437         * ImageListStreamer.cs: Somewhat broken implementation of
14438         GetObjectData. The RLE needs some work to match MS properly.
14439
14440 2005-06-02  Jackson Harper  <jackson@ximian.com>
14441
14442         * X11Dnd.cs: Attempting to keep at least one file in MWF
14443         monostyled.
14444
14445 2005-06-02  Peter Bartok  <pbartok@novell.com>
14446
14447         * X11DnD.cs: Use Marshal.SizeOf instead of sizeof, no /unsafe required
14448           that way
14449
14450 2005-06-02  Peter Bartok  <pbartok@novell.com>
14451
14452         * Control.cs: Removed MonoTODO from DoDragDrop and added call to Xplat
14453         * XplatUI.cs: Added DoDragDrop() method
14454         * XplatUIDriver.cs: Added DoDragDrop() method
14455
14456 2005-06-02  Jackson Harper  <jackson@ximian.com>
14457
14458         * Splitter.cs: Implement BorderStyle.
14459
14460 2005-06-02  Jackson Harper  <jackson@ximian.com>
14461
14462         * XplatUIX11.cs: Tie into the X11Dnd subsystem.
14463         * X11Dnd.cs: New file. A subsystem that handles drag and drop on
14464         X11 using XDND.
14465
14466 2005-06-02  Peter Bartok  <pbartok@novell.com>
14467
14468         * DataObject.cs:
14469           - Added Data setter
14470           - Fixed broken insertion code for SetData, now also
14471             overwrites any existing entry of the same format name
14472         * Hwnd.cs: Added list of pointers that automatically gets
14473           freed when the window is disposed
14474         * XplatUI.cs: Call driver initialization method when loading
14475           a driver
14476         * Control.cs:
14477           - OnDragLeave takes EventArgs, not DragEventArgs
14478           - Added setting of WS_EX_ACCEPTFILES style when dropping is
14479             supported
14480           - Forces style update when drop state changes
14481         * XplatUIWin32.cs: Implemented Drag'n'Drop (as good as possible,
14482           not perfect since we cannot (yet) call the IDataObject.GetData()
14483           method, we keep getting 0x80004005 error, dunno why)
14484
14485 2005-06-02  Peter Bartok  <pbartok@novell.com>
14486
14487         * DragEventArgs.cs: Make fields internal so we can cache the
14488           object and re-set the fields from XplatUI
14489
14490 2005-06-02  Jackson Harper  <jackson@ximian.com>
14491
14492         * Control.cs: Add some internal methods so the DnD subsystem can
14493         raise DnD events. Also call into the driver when AllowDrop is set.
14494         * XplatUI.cs:
14495         * XplatUIDriver.cs: New method for setting whether or not a window
14496         is allowed to accept drag and drop messages.
14497                 
14498 2005-06-01  Jordi Mas i Hernandez <jordi@ximian.com>
14499         
14500         * ScrollBar.cs: Make sure that values sent in Scroll events
14501         are always between Maximum and Minimum.
14502
14503 2005-06-01  Marek Safar  <marek.safar@seznam.cz>
14504
14505         * Menu.cs: Call MenuChanged when menuitem visibility has been
14506         changed.
14507         * MenuItem.cs: Rebuild menu when item is (not) visible.
14508         * MainMenu.cs: MainMenu has special MenuChanged.
14509         * Theme.cs: Caption and FrameBorderSize are not fixed.
14510         * XplatUI.cs: Added CaptionHeight,FrameBorderSize.
14511         * XplatUIDriver.cs: Introduced Caption and FrameBorderSize.
14512         * XplatUIX11.cs,
14513         * XplatUIOSX: Caption and FrameBorderSize not implemented yet.
14514         * XplatUIWin32.cs: Get Caption and FrameBorderSize from system.
14515
14516 2005-05-30  Jackson Harper  <jackson@ximian.com>
14517
14518         * DataFormat.cs: We can't statically initialize this stuff because
14519         it calls into the xplatui and could create a loop. So we lazy init
14520         it.
14521
14522 2005-05-28  Jackson Harper  <jackson@ximian.com>
14523
14524         * Control.cs: Proper implementation of Product(Name/Version).
14525
14526 2005-05-27  Jackson Harper  <jackson@ximian.com>
14527
14528         * DataObject.cs: Dont crash if no data is found.
14529
14530 2005-05-26  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
14531         * MdiClient.cs: Add missing Localizable attribute to BackgroundImage property
14532                 as per status page, guessing it should be set to true
14533
14534 2005-05-26  Jordi Mas i Hernandez <jordi@ximian.com>
14535
14536         * DataGridTextBoxColumn.cs: Draws text and basic text formatting
14537         * DataGridTableStyle.cs: set proper formatting text, def header text
14538         * ThemeWin32Classic.cs: new themable paramaters
14539         * DataGridBoolColumn.cs: paint check box, get data, fixes
14540         * DataGridDrawingLogic.cs: huge improvements in painting, fixes, new methods
14541         * DataGrid.cs: fixes properties, implements vertical and horizontal scrolling
14542         * DataGridColumnStyle.cs: fixes
14543         * Theme.cs: new themable paramaters
14544                 
14545 2005-05-26  Peter Bartok  <pbartok@novell.com>
14546
14547         * ContainerControl.cs: Pass AdjustFormScrollbars() call on to base
14548
14549 2005-05-24 Jonathan S. Chambers <jonathan.chambers@ansys.com>
14550         * Control.cs: Fixed LowOrder and HighOrder to preserve sign.
14551
14552 2005-05-24  Peter Bartok  <pbartok@novell.com>
14553
14554         * OpenFileDialog.cs, Form.cs, Menu.cs, GroupBox.cs, UserControl.cs,
14555           Label.cs, DataGridTextBoxColumn.cs, PropertyGrid.cs, ErrorProvider.cs
14556           Splitter.cs, Control.cs, FontDialog.cs, TabPage.cs,
14557           FolderBrowserDialog.cs, HelpProvider.cs, DataGridTableStyle.cs,
14558           NotifyIcon.cs, FileDialog.cs, ListView.cs, SaveFileDialog.cs,
14559           ToolBarButton.cs, ImageList.cs, DataGridBoolColumn.cs, Panel.cs,
14560           DataGrid.cs, DataGridTextBox.cs, ListBox.cs, TrackBar.cs,
14561           AxHost.cs, TabControl.cs, ScrollableControl.cs, ToolBar.cs,
14562           DataGridColumnStyle.cs, PictureBox.cs, DateTimePicker.cs,
14563           StatusBar.cs, MonthCalendar.cs, TreeView.cs: Added
14564           missing attributes, etc
14565         * DataGridPreferredColumnWidthTypeConverter.cs: Added
14566
14567 2005-05-24  Peter Bartok  <pbartok@novell.com>
14568
14569         * Help.cs: Added, implemented trivial functions, throws up MessageBox
14570           when user tries to get help
14571         * DataObject.cs, DataFormats.cs, LinkArea.cs,
14572           SelectionRangeConverter.cs, Clipboard.cs : Removed unused variables
14573           to suppress warnings
14574         * XplatUIWin32.cs, XplatUIOSX.cs, XplatUIX11.cs: Removed unused code to
14575           avoid unreachable code warning
14576
14577 2005-05-20  Peter Bartok  <pbartok@novell.com>
14578
14579         * CursorConverter.cs (ConvertTo): Switched to use Cursor.GetObjectData
14580
14581 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
14582
14583         * DataGridTextBoxColumn.cs: Basic painting methods
14584         * DataGridTableStyle.cs: Set table style in the column
14585         * ThemeWin32Classic.cs: Use Theme for colors
14586         * DataGridDrawingLogic.cs: Implement more drawing
14587         * DataGrid.cs: drawing, theming, enhacements, fixes
14588         * DataGridColumnStyle.cs: fixes, drawing
14589         * Theme.cs: theming for Datagrid
14590
14591 2005-05-20  Peter Bartok  <pbartok@novell.com>
14592
14593         * Cursor.cs: Implemented GetObjectData() method
14594
14595 2005-05-20  Peter Bartok  <pbartok@novell.com>
14596
14597         * Cursors.cs: Added setting of cursor name
14598         * Cursor.cs:
14599           - Implemented constructors
14600           - Implemented Draw and DrawStretched
14601           - Implemented Current property
14602           - Implemented == and != operators
14603           - Implemented Dispose()
14604           - Implemented ToString
14605           - Added missing attributes
14606         * XplatUIX11.cs:
14607           - Added missing reset for OverrideCursor when DoEvents is called
14608           - Fixed creation of cursor, logic was wrong
14609         * XplatUIWin32.cs:
14610           - Added missing reset for OverrideCursor when DoEvents is called
14611           - Fixed creation of cursor, bit arrays were swapped
14612         * Clipboard.cs: Removed obsolete MonoTODO attribute
14613
14614 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
14615
14616         * ComboBox.cs: fixes OnSelectedItemChanged
14617         * ControlBindingsCollection.cs: fixes item range check
14618
14619 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
14620
14621         * UpDownBase.cs:
14622                 - Calc preferred height properly
14623                 - Implement missing properties
14624                 
14625         * NumericUpDown.cs: Implement missing events
14626
14627 2005-05-19  Jackson Harper  <jackson@ximian.com>
14628
14629         * TabControl.cs: New method that resizes the tab pages before
14630         redrawing them. This as needed as the control is double buffered
14631         and sizing will not be recalculated unless ResizeTabPages is
14632         called.
14633         * TabPage.cs: Set base.Text instead of Text in the constructor so
14634         that UpdateOwner does not get called. Use the new Redraw method of
14635         TabControl instead of Refresh so the sizing is recalculated.
14636         * ThemeWin32Classic.cs: Draw the text for button tabs.
14637
14638 2005-05-19  Jackson Harper  <jackson@ximian.com>
14639
14640         * Control.cs: Paint control background images. Fix typo where
14641         PaintControlBackground was not getting called correctly.
14642
14643 2005-05-19  Peter Bartok  <pbartok@novell.com>
14644
14645         * ScrollableControl.cs (DisplayRectangle): Undid my last change until
14646           I can investigate, apparently I broke FileDialog
14647
14648 2005-05-19  Marek Safar  <marek.safar@seznam.cz>
14649
14650         * AxHost.cs: Some simple properties.
14651         * Control.cs: window must be accessible after ctor.
14652         * Form.cs: Added TransparencyKey property.
14653         * TextBoxBase.cs: Implemented Clear. Text property can be null.
14654         * XplatUIWin32.cs: SetBorderStyle implemented.
14655
14656 2005-05-18  Peter Bartok  <pbartok@novell.com>
14657
14658         * DataObject.cs: Entries are not global but particular to the
14659           DataObject, now it behaves that way
14660         * XplatUIWin32.cs: Implemented Clipboard methods
14661         * Clipboard.cs: Implemented
14662         * ScrollableControl.cs (DisplayRectangle): Fixed calculation
14663         * XplatUIOSX.cs: Updated to final clipboard prototypes
14664         * XplatUIX11.cs: Implemented Clipboard methods
14665         * XplatUIDriver.cs: Updated to final clipboard prototypes
14666         * XplatUIStructs.cs:
14667           - Added BITMAPINFOHEADER struct
14668           - Added ClipboardFormats enum
14669         * X11Structs.cs:
14670           - Added ClipboardStruct
14671           - Added Atom enum items for clipboard types
14672           - Fixed atom types for Selection event structures
14673         * DataFormats.cs:
14674           - Added internal properties and methods for drivers to enumerate
14675             all known formats
14676           - Switched initialization method to allow drivers to assign their
14677             own IDs even for the MS predefined clipboard IDs
14678         * XplatUI.cs: Updated to final clipboard interface
14679
14680 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
14681         * PropertyGridView.cs: Fixed compiler warnings.
14682
14683 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
14684         * PropertyGrid.cs: Added some event calls
14685         * PropertyGridView.cs: Change drawing code to use double buffering
14686         * PropertyGridTextBox.cs: Changed Text property name
14687         * GridItem.cs: Added Bounds property.
14688         * GridEntry.cs: Added Bounds property.
14689
14690 2005-05-17  Lluis Sanchez Gual  <lluis@novell.com>
14691
14692         * Binding.cs: Use IsInstanceOfType instead of IsAssignableFrom
14693         since GetType() may not return the correct type if the object is
14694         a remoting proxy.
14695
14696 2005-05-17  Jordi Mas i Hernandez <jordi@ximian.com>
14697
14698         * TreeNodeCollection.cs: fixes get/set item ranges
14699         
14700 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
14701
14702         * ListBox.cs: Kazuki Oikawa's PreferredHeight and ItemHeight fixes
14703                 
14704 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
14705
14706         * ComboBox.cs: Fix item range comparation
14707         * ListView.cs: Fix item range comparation
14708
14709 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
14710
14711         * FontDialog.cs:
14712           - Clear example panel when OnPaint is called
14713           - Better solution for displaying the example panel text
14714           - Select default indexes in the ListBoxes
14715
14716 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
14717
14718         * XplatUIOSX.cs: Avoid painting into invisible views.  Fixes #74926
14719
14720 2005-05-11  Peter Bartok  <pbartok@novell.com>
14721
14722         * LinkArea.cs: Added and implemented LinkAreaTypeConverter class
14723         * SelectionRangeConverter.cs: Implemented
14724         * PropertyGrid.cs: Fixed attribute value
14725         * Control.cs:
14726           - Invoke(): Don't call Begin/EndInvoke if it is not neccessary
14727           - Added Sebastien Pouliot's CAS Stack Propagation fixes
14728         * XplatUIDriver.cs: Added new XplatUIDriverSupport class, for code
14729           that's common to all drivers. First methods to go there are
14730           Sebastien Pouliot's CAS Stack Propagation helper methods
14731         * XplatUIWin32.cs, XplatUIX11.cs, AsyncMethodData.cs: Fixes by
14732           Sebastien Pouliot for CAS Stack Propagation
14733
14734 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
14735
14736         * OSXStructs.cs:
14737           XplatUIOSX.cs: More cosmetic cleanup courtesy of Artyom Tyazhelov (Artyom.Tyazhelov@helmes.ee)
14738
14739 2005-05-12  Jordi Mas i Hernandez <jordi@ximian.com>
14740
14741         * DataGridTextBoxColumn.cs: fixed some members
14742         * GridColumnStylesCollection.cs: indexed column is case insensitive
14743         * DataGridTableStyle.cs: fixes
14744         * ThemeWin32Classic.cs: add new theme parameter
14745         * Theme.cs: add new theme parameter
14746         * DataGridDrawingLogic.cs: Datagrid's drawing logic
14747         * DataGrid.cs: fixes, new internal properties, etc.
14748         * DataGridColumnStyle.cs: allows to set grid value
14749         *
14750
14751 2005-05-10  Peter Bartok  <pbartok@novell.com>
14752
14753         * AccessibleObject.cs:
14754           - Removed MonoTODO attribute on help, method is correct
14755           - Fixed Bounds property
14756         * AxHost.cs: Moved MonoTODO
14757         * ButtonBase.cs: Now setting AccessibleObject properties
14758         * RadioButton.cs: Setting proper AccessibleObject role
14759         * CheckBox.cs: Setting proper AccessibleObject role
14760         * ControlBindingsCollection.cs: Added properties, methods and attributes
14761         * DataFormats.cs: Fixed awkward internal API, and changed to enable
14762           userdefined DataFormats.Format items as well
14763         * ListControl.cs: Removed data_member from the public eye
14764         * OpenFileDialog.cs:
14765           - Made class sealed
14766           - Added missing attributes
14767         * SaveFileDialog.cs: Added missing attributes
14768         * ImageListStreamer.cs: Fixed code that caused warnings
14769         * LinkLabel.cs: Removed unreachable code
14770         * TreeView.cs: Fixed code that caused warnings
14771         * PropertyGridView.cs: Fixed code that caused warnings
14772         * GridColumnStylesCollection.cs: Added missing attributes
14773         * GridTableStylesCollection: Added missing attribute
14774         * PropertyManager: Added .ctor
14775         * SecurityIDType: Added
14776         * DataObject.cs: Implemented class
14777         * LinkArea.cs: Added missing attribute
14778
14779 2005-05-11  Jordi Mas i Hernandez <jordi@ximian.com>
14780
14781         * RadioButton.cs: call base method to allow to fire OnClick event
14782         * UpDownBase.cs: OnMouseUp call base method
14783         * CheckedListBox.cs: call base method before returning
14784         * TrackBar.cs: call base method before returning
14785         
14786
14787 2005-05-10  Peter Bartok  <pbartok@novell.com>
14788
14789         * XplatUIX11.cs: Fix for #74902, check pending timers when peeking
14790           for messages
14791
14792 2005-05-10  Peter Bartok  <pbartok@novell.com>
14793
14794         * DataFormats.cs: Implemented
14795         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs,
14796           XplatUIX11.cs: Added Clipboard APIs
14797         * XplatUIWin32.cs: Implemented Clipboard APIs
14798         * FolderBrowserDialog.cs: Added missing event, attributes
14799
14800 2005-05-10  Jordi Mas i Hernandez <jordi@ximian.com>
14801
14802         * CheckBox.cs: call base method to allow to fire OnClick event
14803
14804 2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>
14805
14806         * XplatUI.cs: Use PlatformID.Unix under NET_2_0.
14807
14808 2005-05-06  Peter Bartok  <pbartok@novell.com>
14809
14810         * XplatUIX11.cs: Redid Jackson's fix, it was causing a busy loop
14811         * Screen.cs: Implemented
14812         * HelpNavigator.cs: Added
14813         * XplatUIWin32.cs: Added SystemParametersInfo call, fixed WorkArea
14814           property
14815         * HelpProvider.cs: Implemented all we can do until we have a CHM
14816           help library (which means that "What's This" does work now)
14817
14818 2005-05-06  Jackson Harper  <jackson@ximian.com>
14819
14820         * XplatUIX11.cs: Fix waking up the main loop.
14821                 
14822 2005-05-05  Peter Bartok  <pbartok@novell.com>
14823
14824         * XplatUI.cs: Updated revision
14825         * Form.cs: Removed enless loop
14826         * GroupBox.cs (OnPaint): Added call to base.OnPaint()
14827         * Label.cs (OnPaint): Added call to base.OnPaint()
14828         * ToolTip.cs: Made ToolTipWindow reusable for other controls
14829         * LinkLabel.cs (OnPaint): Added call to base.OnPaint()
14830         * UpDownBase.cs (OnPaint): Moved base.OnPaint() call to end of method
14831         * AxHost.cs: Added
14832         * ButtonBase.cs: Moved base.OnPaint() call to end of method
14833         * ThemeWin32Classic.cs: Replaced references to ToolTip with references
14834           to ToolTip.ToolTipWindow for drawing and size methods; this allows
14835           reuse of ToolTipWindow by other controls
14836         * SizeGrip.cs: Moved base.OnPaint() call to end of method
14837         * XplatUIX11.cs: Now clipping drawing area (experimental)
14838         * PictureBox.cs: Moved base.OnPaint() call to end of method
14839         * Theme.cs: Fixed ToolTip abstracts to match new format
14840         * ErrorProvider.cs: Implemented
14841
14842 2005-05-05  Jordi Mas i Hernandez <jordi@ximian.com>
14843
14844         * Label.cs: fire events using OnAutoSizeChanged and OnTextAlignChanged
14845         * LinkLabel.cs:
14846                 - Adds cursors
14847                 - Handles focus
14848                 - Implements LinkBehavior
14849                 - Fixes many issues
14850
14851 2005-05-03  Jackson Harper  <jackson@ximian.com>
14852
14853         * ListView.cs: Calculate the scrollbar positioning on resize and
14854         paint, so they get put in the correct place.
14855
14856 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
14857
14858         * ColorDialogs.cs: The small color panels are now handled by
14859           SmallColorControl. This fixes drawing of the focus rectangle
14860           and adds a 3D border.
14861
14862 2005-05-03  Peter Bartok  <pbartok@novell.com>
14863
14864         * Control.cs: Modified version of Jonathan Chamber's fix for
14865           double-buffering
14866
14867 2005-05-03  Jackson Harper  <jackson@ximian.com>
14868
14869         * ListView.cs: Remove redraw variable. Control now handles whether
14870         or not a redraw needs to be done, and will only raise the paint
14871         event if redrawing is needed.
14872
14873 2005-05-03  Jackson Harper  <jackson@ximian.com>
14874
14875         * Splitter.cs: No decorations for the splitter form. Cache the
14876         hatch brush.
14877
14878 2005-05-03  Jackson Harper  <jackson@ximian.com>
14879
14880         * TreeView.cs: Use dashed lines to connect nodes. Use the
14881         ControlPaint method for drawing the focus rect instead of doing
14882         that in treeview.
14883
14884 2005-05-02  Peter Bartok  <pbartok@novell.com>
14885
14886         * LinkLabel.cs: Fixed the fixes from r43566 and 43521
14887
14888 2005-04-29  Jackson Harper  <jackson@ximian.com>
14889
14890         * ThemeWin32Classic.cs: Don't clear the GC that will clear the
14891         entire image buffer. Just clear the clipping rectangle.
14892
14893 2005-04-29  Jackson Harper  <jackson@ximian.com>
14894
14895         * ThemeWin32Classic.cs: Don't draw list view items that are
14896         outside the clipping rectangle.
14897
14898 2005-04-29  Jordi Mas i Hernandez <jordi@ximian.com>
14899
14900         * ListBox.cs: added horizontal item scroll
14901
14902 2005-04-29  Jackson Harper  <jackson@ximian.com>
14903
14904         * ThemeWin32Classic.cs: Remove some old debug code that was
14905         causing flicker with the new double buffering code.
14906
14907 2005-04-29  John BouAntoun  <jba-mono@optusnet.com.au>
14908
14909         * MonthCalendar.cs, DateTimePicker.cs: Made monthcalendar dropdwon
14910         behave like combobox and comboboxlist (still not sure if this is
14911         correct though).
14912
14913 2005-04-28  Jackson Harper  <jackson@ximian.com>
14914
14915         * ThemeWin32Classic.cs: Don't fill the middle of progress
14916         bars. This fills areas outside of the clip bounds that don't need
14917         to be filled.
14918
14919 2005-04-28  Jackson Harper  <jackson@ximian.com>
14920
14921         * Control.cs: Don't expose functionality to touch the image buffers.
14922         * ProgressBar.cs:
14923         * ListView.cs: We do not need to (and no longer can) manipulate
14924         the image buffers directly. All of this is handled by Control.
14925
14926 2005-04-28  Peter Bartok  <pbartok@novell.com>
14927
14928         * RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
14929           RichTextBoxScrollBars.cs, RichTextBoxStreamType.cs,
14930           RichTextBoxFinds.cs, RichTextBoxWordPunctuations.cs: Added
14931
14932 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
14933
14934         * Combobox:
14935                 - Adjust control's height for non-simple comboboxes (bug fix)
14936                 - Remove dead code
14937         * MenuAPI.cs: remove unused var
14938         * ScrollBar.cs: remove unsed var
14939                  
14940         * ListBox.cs: unselect items when clearing
14941
14942 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
14943
14944         * ListControl.cs: honors OnPositionChanged and default Selected Item
14945         * ListBox.cs: unselect items when clearing
14946
14947 2005-04-27  Jackson Harper  <jackson@ximian.com>
14948
14949         * X11Keyboard.cs: Initialize a default keyboard and give a warning
14950         if a "correct" keyboard is not found. This will make us not crash,
14951         but might give some users bad keyboard layouts...seems to be the
14952         same thing rewind does.
14953
14954 2005-04-27  Jackson Harper  <jackson@ximian.com>
14955
14956         * BindingManagerBase.cs: Attach the current/position changed
14957         handlers to their respective events.
14958
14959 2005-04-27  Jackson Harper  <jackson@ximian.com>
14960
14961         * Control.cs: Make sure that the first WM_PAINT does a full draw,
14962         not just a blit.
14963         * ThemeWin32Classic.cs: Don't fill the background for picture
14964         boxes. This could overright user drawing.
14965         * ComboBox.cs: Just fill the clipping rect not the entire client
14966         rect when drawing the background. This prevents pieces of the
14967         image buffer from getting overwritten and is theoretically faster.
14968
14969 2005-04-26  Jordi Mas i Hernandez <jordi@ximian.com>
14970
14971         * ComboBox.cs: Databinding support fixes, fire missing events
14972         * ListControl.cs: implement missing methods and properties, fixes
14973         * ThemeWin32Classic.cs: Databiding support on Drawing
14974         * CheckedListBox.cs: Databinding support fixes, fire missing events
14975         * ListBox.cs: Databinding support fixes, fire missing events
14976         
14977 2005-04-25  Peter Bartok  <pbartok@novell.com>
14978
14979         * LinkLabel.cs: Length of LinkArea is not allowed to be negative
14980
14981 2005-04-25  Jackson Harper  <jackson@ximian.com>
14982
14983         * TreeView.cs: Use the horizontal scrollbars height not width when
14984         determining how much of the client area is available.
14985
14986 2005-04-25  Jackson Harper  <jackson@ximian.com>
14987
14988         * Control.cs: Double buffering is handled differently now. As per
14989         the spec, the extra buffer is created in the WM_PAINT message and
14990         passed down to the control's drawing code.
14991         * GroupBox.cs:
14992         * Label.cs:
14993         * CheckBox.cs:
14994         * ProgressBar.cs:
14995         * RadioButton.cs:
14996         * ColorDialog.cs:
14997         * ComboBox.cs:
14998         * PropertyGridView.cs:
14999         * UpDownBase.cs:
15000         * MessageBox.cs:
15001         * MenuAPI.cs:
15002         * ListView.cs:
15003         * ButtonBase.cs:
15004         * SizeGrip.cs:
15005         * ScrollBar.cs:
15006         * ListBox.cs:
15007         * TrackBar.cs:
15008         * ToolBar.cs:
15009         * PictureBox.cs:
15010         * DateTimePicker.cs:
15011         * StatusBar.cs:
15012         * TreeView.cs: Update to new double buffering system.
15013         * MonthCalendar.cs: Uncomment block, as Capture is now
15014         working. Update to new double buffering
15015         * LinkLabel.cs: Lazy init the link collection. Update to new double buffering
15016         * PaintEventArgs.cs: New internal method allows us to set the
15017         graphics object. This is used for double buffering.
15018         * ThemeWin32Classic.cs: Give the picture box drawing code a clip
15019         rectangle. The internal paint_area var has been removed from
15020         StatusBar. The clipping rect should be used instead.
15021         * Theme.cs: Give the PictureBox drawing method a clipping rect.
15022         * TabPage.cs: The RefreshTabs method was removed, so just call the
15023         tab controls Refresh method now.
15024         * TabControl.cs: Update to new double buffering. Make sure the
15025         handle is created before sizing the tab pages, otherwise we will
15026         get stuck in a loop.
15027
15028 2005-04-24  Borja Sanchez Zamorano <borsanza@gmail.com>
15029
15030         * LinkLabel.cs: Fix typo, bug #74719; patch
15031           from Borja Sanchez Zamorano
15032
15033 2005-04-22  Jackson Harper  <jackson@ximian.com>
15034
15035         * TreeNode.cs: Implement Handle stuff.
15036         * TreeView.cs: Utility methods so nodes can get/lookup by handle.
15037
15038 2005-04-22  Jordi Mas i Hernandez <jordi@ximian.com>
15039
15040         * DataGridTextBoxColumn.cs: call base constructors, fixes
15041         * GridColumnStylesCollection.cs: missing events, methods, and functionality
15042         * GridTableStylesCollection.cs: fixes, check duplicate mapping names
15043         * DataGridTableStyle.cs: implements create default column styles
15044         * DataGridBoolColumn.cs: which types can handle
15045         * DataGrid.cs: missing methods, fixes, new functionality
15046         * DataGridColumnStyle.cs: fixes
15047
15048 2005-04-20  Alexander Olk  <xenomorph2@onlinehome.de>
15049         * FolderBrowserDialog.cs:
15050         - Use a thread to fill the TreeView
15051         - Adjusted some sizes
15052
15053 2005-04-19  Peter Bartok  <pbartok@novell.com>
15054
15055         * LinkLabel.cs: (Re-)create the pieces when setting the Text
15056           property. Fixes #74360.
15057
15058 2005-04-19  Jackson Harper  <jackson@ximian.com>
15059
15060         * XEventQueue.cs: Lock when getting the lockqueue size.
15061         * PictureBox.cs: Call base OnPaint
15062         
15063 2005-04-19  Peter Bartok  <pbartok@novell.com>
15064
15065         * XplatUIX11.cs: Fixed bug introduced with the HWND rewrite, Async
15066           messages were no longer being processed (this broke BeginInvoke)
15067
15068           
15069 2005-04-18  Jackson Harper  <jackson@ximian.com>
15070
15071         * TreeView.cs: buglet that caused node images to get drawn
15072         regardless of whether or not they were in the clipping rectangle.
15073
15074 2005-04-18  Jackson Harper  <jackson@ximian.com>
15075
15076         * CurrencyManager.cs: There are four rules for GetItemProperties:
15077         - If the type is an array use the element type of the array
15078         - If the type is a typed list, use the type
15079         - If the list contains an Item property that is not an object, use
15080         that property
15081         - use the first element of the list if there are any elements in
15082         the list.
15083         
15084 2005-04-17  Jackson Harper  <jackson@ximian.oom>
15085
15086         * TreeView.cs: Calculate plus minus and checkbox bounds when there is a
15087         click. This handles offsets for scrolling properly and reduces
15088         memory. Also fixed GetNode to not offset now that TopNode works
15089         properly.
15090         * TreeNode.cs: No longer need to track the plus minus or checkbox bounds.
15091         
15092 2005-04-17  Jackson Harper  <jackson@ximian.com>
15093
15094         * CursorConverter.cs: Initial implementation.
15095
15096 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
15097
15098         * ListControl.cs: work towards complex data binding support on ListControl
15099         * CurrencyManager.cs: work towards complex data binding support on ListControl
15100         * ListBox.cs: work towards complex data binding support on ListControl
15101
15102
15103 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
15104
15105         * GridTableStylesCollection.cs: fixes name and constructor
15106         * DataGridTableStyle.cs: fixes
15107         * DataGridBoolColumn.cs: fixes names and constructors
15108         * DataGrid.cs: define methods and properties. Some init implementations
15109         * DataGridCell.cs: define methods and properties. Some init implementations
15110         * GridTablesFactory.cs: Define methods and properties
15111
15112 2005-04-15  Geoff Norton  <gnorton@customerdna.com>
15113
15114         * XplatUIOSX.cs:  Handle proper mouse tracking even if the current
15115         graphics port changes.  We still want the coordinates in global screen
15116         coordinates.
15117
15118 2005-04-14  Jackson Harper  <jackson@ximian.com>
15119
15120         * TreeView.cs: Handle clicks when plus minus is disabled. Don't
15121         check plus minus or checkbox clicks unless those features are enabled.
15122
15123 2005-04-14  Jackson Harper  <jackson@ximian.com>
15124
15125         * TreeView.cs: Add methods for setting the top and bottom visible
15126         nodes. TreeNode::EnsureVisible uses these methods.
15127         * TreeNode.cs: Implement EnsureVisible
15128
15129 2005-04-13  Jordi Mas i Hernandez <jordi@ximian.com>
15130
15131         * Form.cs: Pospone menu assignation if the window has not been created yet
15132         * XplatUIWin32.cs: Fixes Win32SetWindowPos, then does not change window
15133         size and position
15134
15135 2005-04-12  Jackson Harper  <jackson@ximian.com>
15136
15137         * TreeView.cs: Set the TopNode properly when scrolling
15138         occurs. This has the added benifit of reducing the amount of
15139         walking that needs to be done when drawing. Also removed an old
15140         misleading TODO.
15141         * OpenTreeNodeEnumerator.cs: Fix moving backwards.
15142         
15143 2005-04-11  Jordi Mas i Hernandez <jordi@ximian.com>
15144
15145         * Timer.cs: fixes interval setting when the timer is already enabled
15146         
15147 2005-04-10  Alexander Olk  <xenomorph2@onlinehome.de>
15148
15149         * FolderBrowserDialog.cs: First approach
15150
15151 2005-04-09  Peter Bartok  <pbartok@novell.com>
15152
15153         * FolderBrowserDialog: Added
15154
15155 2005-04-07  Jordi Mas i Hernandez <jordi@ximian.com>
15156
15157         * LinkLabel.cs: move drawing code into the theme
15158         * ThemeWin32Classic.cs: drawing code and painting background bugfix
15159         * Theme.cs: define DrawLinkLabel method
15160
15161 2005-04-05  Jackson Harper  <jackson@ximian.com>
15162
15163         * BindingContext.cs: Use weak references so these bad actors don't
15164         stay alive longer then they need to.
15165
15166 2005-04-05  Jackson Harper  <jackson@ximian.com>
15167
15168         * ListControl.cs: Basic implementation of complex databinding.
15169         * ComboBox.cs:
15170         * ListBox.cs: Add calls to ListControl databinding methods.
15171
15172 2005-04-05  Alexander Olk  <xenomorph2@onlinehome.de>
15173
15174         * FileDialog.cs:
15175           - Don't change PopupButtonState to Normal when the
15176             PopupButton gets pressed several times.
15177           - Renamed ButtonPanel to PopupButtonPanel
15178
15179 2005-04-05  Jordi Mas i Hernandez <jordi@ximian.com>
15180
15181         * ColorDialog.cs: Use cached objects instead of creating them
15182         * LinkLabel.cs: Use cached objects instead of creating them
15183         * Splitter.cs: Use cached objects instead of creating them
15184         * FontDialog.cs: Use cached objects instead of creating them
15185         * PropertyGridView.cs: Use cached objects instead of creating them
15186         * MessageBox.cs: Use cached objects instead of creating them
15187         * FileDialog.cs: Use cached objects instead of creating them
15188         * ThemeWin32Classic.cs: Use cached objects instead of creating them
15189         * TreeView.cs: Use cached objects instead of creating them
15190         
15191 2005-04-04  Jordi Mas i Hernandez <jordi@ximian.com>
15192
15193         * Control.cs: use Equals to compare the font since no == op
15194         * ScrollBar.cs: use Equals to compare the font since no == op
15195
15196 2005-04-04  Alexander Olk  <xenomorph2@onlinehome.de>
15197
15198         * SaveFileDialog.cs: Open stream in OpenFile with FileMode Create
15199
15200 2005-04-01  Jackson Harper  <jackson@ximian.com>
15201
15202         * Binding.cs: Implement IsBinding.
15203         * BindingManagerBase.cs:
15204         * PropertyManager.cs:
15205         * CurrencyManager.cs: Add IsSuspended property.
15206
15207 2005-04-01  Jackson Harper  <jackson@ximian.com>
15208
15209         * Binding.cs: Had some IsAssignableFrom calls backwards.
15210
15211 2005-04-01  Jackson Harper  <jackson@ximian.com>
15212
15213         * Binding.cs: Handle null data members when pulling data.
15214         * PropertyManager.cs: Handle the data member being a property that
15215         does not exist.
15216
15217 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
15218
15219         * DataGridTextBoxColumn.cs: fixes signature
15220         * DataGrid.cs: calls right constructor
15221
15222 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
15223
15224         * DataGridTextBoxColumn.cs: implements DataGridTextBoxColumn class
15225         * GridColumnStylesCollection.cs: implements GridColumnStylesCollection
15226         * GridTableStylesCollection.cs: implements GridTableStylesCollection
15227         * DataGridTableStyle.cs: implements DataGridTableStyle
15228         * DataGridBoolColumn.cs: implements DataGridBoolColumn
15229         * DataGridTextBox.cs: implements DataGridTextBox
15230         * DataGridColumnStyle.cs: implements DataGridColumnStyle
15231
15232 2005-03-31  Alexander Olk  <xenomorph2@onlinehome.de>
15233
15234         * FileDialog.cs: Added simple PopupButton class for ButtonPanel
15235
15236 2005-03-29  Peter Bartok  <pbartok@novell.com>
15237
15238         * Application.cs:
15239           - Properly implemented CompanyName property
15240           - Fixed LocalUserAppDataPath and UserAppDataPath, now properly
15241             returns a path that includes CompanyName, ProductName and
15242             Version (fixes bug #70330)
15243
15244 2005-03-29  Stefan Buehler  <sbuehler@gmx.ch>
15245
15246         * TabPage.cs: Don't use Owner.DisplayRectangle unless owner is valid,
15247           fixes bug #72588.
15248
15249 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
15250
15251         * FileDialog.cs, SaveFileDialog.cs OpenFileDialog.cs:
15252         
15253           - Added ReadOnly CheckBox
15254           - Further refactoring: moved some code from Open-/SaveFileDialog
15255             to FileDialog
15256
15257 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
15258
15259         * OpenFileDialog.cs: Fixed CheckFileExists
15260         * FileDialog.cs:
15261           Moved FileView and DirComboBox outside FileDialog class.
15262           They can now be used outside FileDialog
15263
15264 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
15265
15266         * FileDialog.cs: Added a contextmenu to change ShowHiddenFiles
15267         * SaveDialog.cs, OpenFileDialog.cs: Fixes for Reset() method
15268
15269 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
15270
15271         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
15272           - Added missing CreatePrompt property in SaveDialog
15273           - Overall SaveDialog handling should be better now
15274           - Added non standard ShowHiddenFiles property
15275           - Added extension, CreatePrompt and OverwritePrompt support in SaveDialog
15276           - Added InitialDirectory and RestoreDirectory support
15277
15278 2005-03-26  Alexander Olk  <xenomorph2@onlinehome.de>
15279
15280         * FileDialog.cs: Made dirComboBox usable
15281
15282 2005-03-24  Alexander Olk  <xenomorph2@onlinehome.de>
15283
15284         * FileDialog.cs: Added Filter support (case sensitiv)
15285
15286 2005-03-24  Jackson Harper  <jackson@ximian.com>
15287
15288         * TabControl.cs: Need a couple more pixels for the lines.
15289
15290 2005-03-23  Jackson Harper  <jackson@ximian.com>
15291
15292         * TabControl.cs: Give the tab page focus when it is selected.
15293
15294 2005-03-23  Jackson Harper  <jackson@ximian.com>
15295
15296         * TabControl.cs: Account for the drawing of tabs borders when
15297         invalidating. If the slider was clicked dont do click detection on
15298         the tabs.
15299
15300 2005-03-23  Jackson Harper  <jackson@ximian.com>
15301
15302         * TabControl.cs: Fix typo, emilinates an unneeded expose event.
15303
15304 2005-03-22  Jonathan Chambers  <jonathan.chambers@ansys.com>
15305
15306         * CategoryGridEntry.cs: Added
15307         * GridItem.cs: Added helper properties
15308         * PropertyGridTextBox.cs: Custom textbox control for PropertyGrid.
15309         * GridEntry.cs: Updated code for collection
15310         * PropertyGrid.cs: Cleaned up some formatting
15311         * PropertyGridView.cs: Added drop down functionality for enums.
15312         * GridItemCollection.cs: Added enumerator logic
15313         * PropertyGridEntry.cs: Added
15314
15315 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
15316
15317         * FileDialog.cs:
15318           - Removed unnecessary commented code
15319           - Fixed handling for entering the filename manually in the combobox
15320
15321 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
15322
15323         * FileDialog.cs, OpenFileDialog.cs: OpenFileDialog Multiselect now works
15324
15325 2005-03-18  Peter Bartok  <pbartok@novell.com>
15326
15327         * ThemeWin32Classic.cs: Moved listview column headers a bit, to avoid
15328           them being touching the border
15329
15330 2005-03-18  Peter Bartok  <pbartok@novell.com>
15331
15332         * TextControl.cs: Quick hack to center text better
15333
15334 2005-03-18  Peter Bartok  <pbartok@novell.com>
15335
15336         * ControlPaint.cs:
15337           - Don't throw NotImplemented exceptions, just print a notice once
15338             instead (requested by Miguel). This makes running existing SWF
15339             apps a bit easier
15340         * Control.cs:
15341           - Commented out Drag'N'Drop XplatUI call (no driver support yet)
15342           - Added context menu trigger on right click
15343         * Panel.cs: Trigger invalidate on resize
15344         * StatusBar.cs:
15345           - Removed old double-buffer drawing
15346           - Added ResizeRedraw style to force proper update of statusbar
15347         * ListView.cs:
15348           - Removed debug output
15349         * ThemeWin32Classic.cs:
15350           - Fixed drawing of status bar, now draws Text property if there
15351             are no defined panels
15352
15353 2005-03-18  Jackson Harper  <jackson@ximian.com>
15354
15355         * ImageList.cs: When the image stream is set pull all the images
15356         from it.
15357         * ImageListStreamer.cs: Implement reading image list streams.
15358
15359 2005-03-18  Peter Bartok  <pbartok@novell.com>
15360
15361         * ThemeWin32Classic.cs (DrawPictureBox):
15362           - Fixed calculations for centered drawing
15363           - Fixed drawing for normal mode, not scaling the image on normal
15364
15365 2005-03-18  Peter Bartok  <pbartok@novell.com>
15366
15367         * ComboBox.cs: Now also firing the OnKeyPress events for the embedded
15368           textbox
15369         * FileDialog.cs:
15370           - Made Open/Save button the accept button for FileDialog
15371           - Tied the cancel button to the IButtonControl cancel button
15372           - Save/Open now properly builds the pathname
15373           - Now handles user-entered text
15374           - Preventing crash on right-click if no item is selected
15375           - Fixed Text property, now uses contents of textbox
15376           - Fixed SelectedText property, now just returns the text part that
15377             is selected in the text box
15378
15379 2005-03-18  Jackson Harper  <jackson@ximian.com>
15380
15381         * ThemeWin32Classic.cs: Use the proper func for drawing the focus
15382         rect, make sure to de-adjust the interior rect after drawing the
15383         tab text.
15384
15385 2005-03-18  Peter Bartok  <pbartok@novell.com>
15386
15387         * MenuAPI.cs: Remove menu *before* executing selected action to
15388           prevent the menu from 'hanging around'
15389           
15390 2005-03-17  Geoff Norton  <gnorton@customerdna.com>
15391
15392         * XplatUIOSX.cs: Implemented WorkingArea property
15393
15394 2005-03-17  Peter Bartok  <pbartok@novell.com>
15395
15396         * XplatUIX11.cs: Fixed menu coord calculations
15397         * MenuAPI.cs: Now using new ScreenToMenu()/MenuToScreen() methods
15398           for calculating offsets
15399
15400 2005-03-17  Peter Bartok  <pbartok@novell.com>
15401
15402         * Hwnd.cs: Do not consider menu presence for default client
15403           rectangle location/size
15404         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs,
15405           XplatUIWin32.cs: Added MenuToScreen() and ScreenToMenu() coord
15406           translation functions
15407         * FileDialog.cs: Fixed (what I presume is a) typo
15408
15409 2005-03-17  Jonathan Gilbert  <logic@deltaq.org>
15410
15411         * XplatUIX11.cs: Added call to XInitThreads() to allow multi-threaded
15412           X access (avoids X-Async errors)
15413
15414 2005-03-16  Jackson Harper  <jackson@ximian.com>
15415
15416         * TabControl.cs: Raise the SelectedIndexChanged event.
15417
15418 2005-03-16  Alexander Olk  <xenomorph2@onlinehome.de>
15419
15420         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
15421           - Removed vertical ToolBar and replaced it with a custom panel
15422             (desktop and home button already work)
15423           - Added Help button (some controls get resized or relocated then)
15424           - Draw correct text depending on Open or Save.
15425           - Fixed some typos...
15426
15427 2005-03-16  Jordi Mas i Hernandez <jordi@ximian.com>
15428
15429         * ScrollBar.cs:
15430           - Only change Maximum and Minimum when need it (bug fix)
15431
15432 2005-03-15  Peter Bartok  <pbartok@novell.com>
15433
15434         * Form.cs: Use Handle for icon, to trigger creation if
15435           the window does not yet exist
15436         * Control.cs:
15437           - CanSelect: Slight performance improvement
15438           - Focus(): Preventing possible recursion
15439           - Invalidate(): Removed ControlStyle based clear flag setting
15440           - WM_PAINT: fixed logic for calling OnPaintBackground
15441           - WM_ERASEBKGND: Fixed logic, added call to new driver method
15442             EraseWindowBackground if the control doesn't paint background
15443         * XplatUIWin32.cs:
15444           - Moved EraseWindowBackground() method to internal methods
15445           - Removed unused WM_ERASEBKGND handling in GetMessage; msg never comes;
15446             is sent via SendMessage on BeginPaint call on Win32
15447         * XplatUIX11.cs:
15448           - Added EraseWindowBackground() method
15449           - No longer sends WM_ERASEBKGND on .Expose, but on call to
15450             PaintEventStart, which more closely matches Win32 behaviour
15451           - Fixed Invalidate() call, now updates new ErasePending Hwnd property
15452           - Fixed SetFocus() to properly deal with client and whole windows
15453         * Hwnd.cs: Added ErasePending property
15454         * XplatUIOSX.cs: Stubbed EraseWindowBackground() method
15455         * XplatUI.cs, XplatUIDriver.cs: Added EraseWindowBackground() method
15456
15457 2005-03-12  Geoff Norton  <gnorton@customerdna.com>
15458
15459         * XplatUIOSX.cs:
15460           - Fix hard loop when timers exist.
15461           - Fix bugs with middle and right click for 3 button mice.
15462
15463 2005-03-11  Peter Bartok  <pbartok@novell.com>
15464
15465         * XplatUIX11.cs:
15466           - get_WorkingArea: Need to call X directly, GetWindowPos only
15467             returns cached data now
15468           - Added sanity check to GetWindowPos hwnd usage
15469
15470 2005-03-11  Jackson Harper  <jackson@ximian.com>
15471
15472         * BindingManagerBase.cs: This method isn't used anymore as
15473         PullData now updates the data in the control.
15474
15475 2005-03-11  Jordi Mas i Hernandez <jordi@ximian.com>
15476
15477         * Form.cs: fixes menu drawing on X11
15478         * MenuAPI.cs:  fixes menu drawing on X11
15479
15480 2005-03-11  Peter Bartok  <pbartok@novell.com>
15481
15482         * Control.cs: Changed OnCreateControl behaviour based on a suggestion
15483           from Jonathan Gilbert; should fix bug #73606
15484         * XplatUIX11.cs: Fixed NC Mouse message coordinates, they need to be
15485           in Screen coordinates. Thanks, Jordi.
15486         * Form.cs: Added missing attribute
15487
15488 2005-03-11  Peter Bartok  <pbartok@novell.com>
15489
15490         * Form.cs:
15491           - Rudimentary Mdi support
15492           - Removed outdated FormParent code
15493           - Implemented lots of missing properties and methods, still missing
15494             transparency support
15495           - Added missing attributes
15496           - Implemented support for MaximumBounds
15497           - Added firing of various events
15498         * XplatUI.cs: Added SetIcon() method
15499         * XplatUIDriver.cs: Added SetIcon() abstract
15500         * XplatUIOSX.cs: Stubbed out SetIcon() method
15501         * XplatUIX11.cs:
15502           - Implemented SetIcon() support
15503           - Moved SetMenu() and SetBorderStyle() to proper alphabetical pos
15504           - Switched to unix line endings
15505         * XplatUIWin32.cs:
15506           - Made POINT internal so for can access it as part of MINMAX
15507           - Implemented SetIcon() support
15508           - Implemented support for CLIENTCREATESTRUCT (but might have to drop
15509             native Mdi support again, might have to go managed)
15510         * Control.cs: Now fires the StyleChanged event
15511         * MdiClient.cs: Added; still mostly empty
15512
15513 2005-03-10  Peter Bartok  <pbartok@novell.com>
15514
15515         * SaveFileDialog.cs: Added emtpy file
15516
15517 2005-03-08  Peter Bartok  <pbartok@novell.com>
15518
15519         * Control.cs: Fixed bug #73190; now invokes CreateControl (which
15520           in turn triggers OnCreateContro) when creating a handle for the
15521           first time.
15522         * TextControl.cs: Fixed endless loop in certain cases when
15523           replacing the current selection
15524
15525 2005-03-08  Jordi Mas i Hernandez <jordi@ximian.com>
15526
15527         * ScrollBar.cs:
15528           - Honors NewValue changes in Scroll events allowing apps to change it
15529           - Adds First and Last Scroll events
15530           - Fixes Thumb events
15531
15532 2005-03-07  Peter Bartok  <pbartok@novell.com>
15533
15534         * Hwnd.cs: Added DefaultClientRectangle property
15535         * XplatUI.cs: Now using the X11 driver Where() method, which provides
15536           more detailed debug information
15537         * XplatUIX11.cs:
15538           - Fixed size-change feedback loop, where we would pull an old size
15539             off the queue and mistakenly change our window's size to an
15540             earlier value
15541           - Now compressing ConfigureNotify events, to reduce looping and
15542             redraw issues
15543         * TextBoxBase.cs: Preventing crash when no text is set and ToString()
15544           is called
15545
15546 2005-03-07  Jackson Harper  <jackson@ximian.com>
15547
15548         * Binding.cs: Push data pushes from data -> property. Check if the
15549         property is readonly when attempting to set it.
15550
15551 2005-03-07  Jackson Harper  <jackson@ximian.com>
15552
15553         * Binding.cs: Format and parse data correctly. Use ASsignableFrom
15554         instead of IsSubclassOf. Pulling data now sets the value on the
15555         control.
15556         * PropertyManager.cs:
15557         * CurrencyManager.cs: Just need to pull data when updating now,
15558         because PullData will set the value on the control.
15559
15560 2005-03-04  Jackson Harper  <jackson@ximian.com>
15561
15562         * Binding.cs: Implement data type parsing and converting on pulled
15563         data. TODO: Are there more ways the data can be converted?
15564
15565 2005-03-04  Jackson Harper  <jackson@ximian.com>
15566
15567         * Binding.cs: Support <Property>IsNull checks. Also bind to the
15568         controls Validating method so we can repull the data when the
15569         control loses focus.
15570
15571 2005-03-03  Jordi Mas i Hernandez <jordi@ximian.com>
15572
15573         * ColumnHeader.cs:
15574           - Fixes null string format
15575           
15576         * ListView.cs:
15577           - Adds enum type checks
15578           - Fixes redrawing and recalc need after changing some properties
15579           - Fixes on focus_item set after the event
15580           - Fixes adding columns after the control has been created
15581           
15582         * ThemeWin32Classic.cs:
15583           - Fixes CheckBox focus rectangle
15584           - Fixes ColumnHeader drawing
15585
15586
15587 2005-03-03  Jackson Harper  <jackson@ximian.com>
15588
15589         * Binding.cs: Bind to <Property>Changed events so we can detect
15590         when properties are changed and update the data.
15591
15592 2005-03-02  Jordi Mas i Hernandez <jordi@ximian.com>
15593
15594         * ImageList.cs:
15595           - Changes 32-bit pixel format to Format32bppArgb to allow transparency
15596           - Fixes ImageList constructor with ImageList container
15597           - Fixes image scaling (wrong parameters at DrawImage)
15598
15599 2005-02-02  Jackson Harper  <jackson@ximian.com>
15600
15601         * Binding.cs: Make property searches case-insensitive. Eliminate
15602         some duplicated code.
15603
15604 2005-03-01  Jordi Mas i Hernandez <jordi@ximian.com>
15605
15606         * ComboBox.cs:
15607                 - Handle focus event
15608                 - Fix scrollbar events
15609                 - Discard highlighted item if remove it
15610                 - Fixes SelectedItem with strings
15611
15612 2005-03-01  Peter Bartok  <pbartok@novell.com>
15613
15614         * Control.cs:
15615           - Fixed Visible property, now follows (once again) parent chain
15616             to return false if any control in the chain is visible=false
15617           - Fixed OnParentVisibleChanged, now just calls OnVisibleChanged event
15618           - Fixed several places where is_visible instead of Visible was used
15619           - Implemented FIXME related to focus selection when setting focused
15620             control to be invisible
15621
15622         * XplatUIWin32.cs: Now using proper method to find out if window is
15623           visible. Thanks to Jordi for pointing it out
15624
15625 2005-02-28  Jordi Mas i Hernandez <jordi@ximian.com>
15626
15627         * ComboBox.cs: show/hide scrollbar instead of creating it
15628
15629 2005-02-27  Jackson Harper  <jackson@ximian.com>
15630
15631         * CurrencyManager.cs: Add PositionChanged stuff.
15632
15633 2005-02-27  Peter Bartok  <pbartok@novell.com>
15634
15635         * XplatUI.cs, XplatUIDriver.cs: Added new GetMenuOrigin() method
15636         * XplatUIOSX.cs: Added GetMenuOrigin() stub
15637         * XplatUIWin32.cs: Implemented GetMenuOrigin()
15638         * XplatUIX11.cs:
15639           - Implemented GetMenuDC()
15640           - Implemented GetMenuOrigin()
15641           - Implemented ReleaseMenuDC()
15642           - Implemented generation of WM_NCPAINT message
15643           - Implemented generation and handling of WM_NCCALCSIZE message
15644         * Form.cs: Added debug helper message for Jordi's menu work
15645         * Hwnd.cs:
15646           - Modified ClientRect property; added setter, fixed getter to handle
15647             setting of ClientRect
15648           - Added MenuOrigin property
15649
15650 2005-02-26  Peter Bartok  <pbartok@novell.com>
15651
15652         * XplatUIX11.cs:
15653           - Destroys the caret if a window that's being destroyed contains it
15654           - Ignores expose events coming from the X11 queue for windows that
15655             already are destroyed
15656           - Now uses the proper variable for handling DestroyNotify, before we
15657             marked the wrong window as destroyed
15658           - Improved/added some debug output
15659
15660 2005-02-26  Peter Bartok  <pbartok@novell.com>
15661
15662         * X11Keyboard.cs: Fixes to work on 64bit systems
15663
15664 2005-02-26  Peter Bartok  <pbartok@novell.com>
15665
15666         * Control.cs:
15667           - Now calling OnHandleDestroyed from DestroyHandle()
15668             instead of Dispose()
15669           - Removed bogus call to controls.Remove() from DestroyHandle()
15670
15671 2005-02-26  Peter Bartok  <pbartok@novell.com>
15672
15673         * Control.cs: Properly destroy child windows when our handle is
15674           destroyed
15675
15676 2005-02-25  Peter Bartok  <pbartok@novell.com>
15677
15678         * XplatUI.cs:
15679           - Added 'DriverDebug' define to allow tracing XplatUI API calls
15680           - Alphabetized Static Methods and Subclasses
15681
15682         * XplatUIX11.cs:
15683           - Added XException class to allow custom handling of X11 exceptions
15684           - Created custom X11 error handler, tied into XException class
15685           - Added support for MONO_XEXCEPTIONS env var to allow the user
15686             to either throw an exception on X errors or continue running
15687             after displaying the error
15688           - Added handling of DestroyNotify message
15689           - Added handler for CreateNotify message (still disabled)
15690           - Improved (tried to at least) Where method to provide file and lineno
15691         * X11Structs.cs:
15692           - Added XErrorHandler delegate
15693           - Added XRequest enumeration (to suppor translation of errors)
15694
15695 2005-02-25  Jackson Harper  <jackson@ximian.com>
15696
15697         * PropertyManager.cs: Implement editing features
15698         * CurrencyManager.cs:
15699         * Binding.cs: First attempt at UpdateIsBinding
15700         * BindingManagerBase.cs: Call UpdateIsBinding before
15701         pushing/pulling data.
15702
15703 2005-02-25  Jordi Mas i Hernandez <jordi@ximian.com>
15704
15705         * MenuAPI.cs: Respect disabled items
15706         * ThemeWin32Classic.cs
15707                 - Caches ImageAttributes creation for DrawImageDisabled
15708                 - Fixes vertical menu line drawing
15709                 - Draws disabled arrows in disable menu items
15710
15711 2005-02-24  Peter Bartok  <pbartok@novell.com>
15712
15713         * Hwnd.cs:
15714           - Added UserData property to allow associating arbitrary objects
15715             with the handle
15716           - Fixed leak; now removing Hwnd references from static windows array
15717         * XplatUIWin32.cs:
15718           - Fixed Graphics leak in PaintEventEnd
15719           - Removed usage of HandleData, switched over to Hwnd class
15720         * HandleData.cs: Removed, obsoleted by Hwnd.cs
15721
15722 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
15723
15724         * ThemeWin32Classic.cs: Adds Cliping to TrackBar drawing
15725         * ScrollBar.cs: Fixes bug
15726         * TrackBar.cs: removes death code, clipping, mimize refreshes,
15727          keyboard navigation enhancements
15728
15729 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
15730
15731         * Control.cs: Call DefWndProc at WM_PAINT only if UserPaint not defined
15732         * GroupBox.cs: Add control styles
15733         * Label.cs: Add control styles
15734         * UpDownBase.cs: Add control styles
15735         * ListBox.cs: Add control styles
15736         * XplatUIWin32.cs: Fixes wrong parameter order
15737
15738
15739 2005-02-23  Chris Bacon  <chris.bacon@docobo.co.uk>
15740
15741         * ListView.cs: Assign owner for ColumnHeader. Patch by Chris Bacon
15742
15743 2005-02-23  Jackson Harper  <jackson@ximian.com>
15744
15745         * PropertyManager.cs: Implement property binding. This doesn't
15746         seem to work yet though as (I think) there are some bugs in
15747         System.ComponentModel.PropertyDescriptor.
15748         * BindingContext.cs: Use new PropertyManager constructor.
15749
15750 2005-02-23  Jordi Mas i Hernandez <jordi@ximian.com>
15751
15752         * ProgressBar.cs: use clip region in ProgressBar
15753         * ThemeWin32Classic.cs: use clip region in ProgressBar
15754
15755 2004-02-22  Jackson Harper  <jackson@ximian.com>
15756
15757         * BindingsCollection.cs: Remove some debug code.
15758
15759 2005-02-22  Jackson Harper  <jackson@ximian.com>
15760
15761         * BindingContext.cs:
15762         * ControlBindingsCollection.cs:
15763         * CurrencyManager.cs:
15764         * Binding.cs:
15765         * BindingManagerBase.cs: Initial implementation
15766         * BindingsCollection.cs: Add an internal contains method that the
15767         BindingManagerBase uses to ensure bindings aren't added twice to
15768         the collection.
15769         * PropertyManager.cs: Stubbed out.
15770         * Control.cs:
15771         * ContainerControl.cs: Hook up databinding
15772         
15773 2005-02-22  Geoff Norton  <gnorton@customerdna.com>
15774
15775         * XplatUIOSX.cs:
15776           OSXStructs.cs: Refactored to handle the new Hwnd NC logic area.
15777           Fixed Invalidate/Update chain.
15778           Fixed tons of other minor bugs (this is almost a complete rewrite).
15779
15780 2005-02-22  Jordi Mas i Hernandez <jordi@ximian.com>
15781
15782         * ComboBox.cs: do subcontrol creation when the control is created
15783
15784 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
15785
15786         * Label.cs: fixes image drawing (image and imagelist)
15787         * ThemeWin32Classic.cs: cache brushes
15788         
15789 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
15790
15791         * Form.cs: Move menu drawing code to Theme class
15792         * ComboBox.cs: Move ComboBox drawing code to Theme class
15793         * MenuItem.cs: Move menu drawing code to Theme class
15794         * MenuAPI.cs: Move menu drawing code to Theme class
15795         * ThemeWin32Classic.cs: New methods
15796         * CheckedListBox.cs: Move CheckedListbox drawing code to Theme class
15797         * ListBox.cs: Move Listbox drawing code to Theme class
15798         * Theme.cs: New methods
15799
15800 2005-02-20  Peter Bartok  <pbartok@novell.com>
15801
15802         * Control.cs:
15803           - Fixed ProcessKeyEventArgs to also handle WM_SYSKEY messages (and
15804             only process mnemonics on those)
15805           - Fixed event sequence for key handling; first calling
15806             ProcessKeyEventArgs now
15807         * TextBoxBase.cs:
15808           - Removed WM_KEYDOWN hook, instead we now use ProcessDialogKey()
15809             for processing non-character keys
15810           - Fixed WM_CHAR to generate proper event sequence before processing
15811         * XplatUIWin32.cs: Added ALT key state to ModifierKeys property
15812           generation
15813
15814 2005-02-19  Peter Bartok  <pbartok@novell.com>
15815
15816         * UserControl.cs: Added TextChanged event; added attributes
15817         * SizeGrip.cs: Implemented resizing and optional display of grip
15818         * Form.cs: Fixed attribute
15819         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs:
15820           Changed meaning of ScrollWindow bool argument; instead of the
15821           clear attribute (which will be true usually anyway), it gives the
15822           option of moving child controls as well.
15823         * XplatUIX11.cs:
15824           - Changed to match new ScrollWindow argument
15825           - Fixed GetWindowPos/SetWindowPos behaviour for toplevel controls,
15826             now handles the implicit parent window a WM puts around us
15827         * ScrollableControl.cs: Implemented (not the prettiest, but it seems
15828           to work)
15829         * TextBoxBase.cs: Adjusted to new ScrollWindow arguments
15830         * TreeView.cs: Adjusted to new ScrollWindow arguments
15831
15832 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
15833
15834         * Form.cs: Menu integration with non-client area
15835         * MenuItem.cs: Menu integration with non-client area
15836         * MenuAPI.cs: Menu integration with non-client area
15837
15838 2005-02-18  Peter Bartok  <pbartok@novell.com>
15839
15840         * MethodInvoker.cs: Added
15841         * MdiLayout.cs: Added
15842         * SendKeys.cs: Started implementation
15843         * ErrorIconAlignment.cs: Added
15844
15845 2005-02-18  Peter Bartok  <pbartok@novell.com>
15846
15847         * XplatUIWin32.cs: Implemented SetMenu(); fixed GetMenuDC()
15848         * Form.cs: Added handling for Menu-related Non-client messages
15849
15850 2005-02-17  Peter Bartok  <pbartok@novell.com>
15851
15852         * UpDownBase.cs: Fixed typo, compilation errors
15853         * DomainUpDown.cs: Fixed attribute value
15854
15855 2005-02-16  Miguel de Icaza  <miguel@novell.com>
15856
15857         * UpDownBase.cs: Attach entry events.
15858         Propagate events.
15859         Add ForeColor property, Focused, InterceptArrowKeys (interception
15860         does not work yet).
15861
15862 2005-02-17  Jordi Mas i Hernandez <jordi@ximian.com>
15863
15864         * Form.cs:
15865                 - Redraw non client are on Setmenu
15866                 - Calc proper menu starting point
15867
15868 2005-02-17  Peter Bartok  <pbartok@novell.com>
15869
15870         * Application.cs: Fixed message_filter check
15871
15872 2005-02-17  Peter Bartok  <pbartok@novell.com>
15873
15874         * Application.cs: Now calls registered message filters
15875         * DockStyle.cs: Fixed attribute
15876         * Form.cs: Fixed attribute
15877         * Menu.cs: Fixed attribute
15878         * ToolTip.cs: Fixed attribute
15879         * TreeNode.cs: Added missing attributes and arranged in regions
15880         * PropertyGrid.cs: Fixed signatures
15881         * TreeNodeCollection.cs: Added attributes
15882         * Splitter.cs: Added missing attributes; arranged into regions
15883         * TabPage.cs: Added missing attributes; arranged into regions
15884         * TextBoxBase.cs: Added missing attributes
15885         * TextBox.cs: Added missing attributes
15886         * ArrangeDirection.cs: Added missing attributes
15887         * TreeNodeConverter.cs: Added stub (needed for TreeNode)
15888         * ToolBarButton.cs: Fixed attributes
15889         * AnchorStyles.cs: Fixed attribute
15890         * TrackBar.cs: Fixed attributes
15891         * TabControl.cs: Added missing attributes and arranged into regions
15892         * ToolBar.cs: Fixed attribute
15893         * StatusBar.cs: Fixed signature, organized into regions and added
15894           attributes
15895         * StatusBarPanel.cs: Fixed attributes
15896         * ContentsResizedEventArgs.cs: Implemented
15897         * ContentsResizedEventHandler.cs: Implemented
15898         * DateBoldEventArgs.cs: Implemented
15899         * DateBoldEventHandler.cs: Implemented
15900         * UpDownEventArgs.cs: Implemented
15901         * UpDownEventHandler.cs: Implemented
15902         
15903 2005-02-16  Jordi Mas i Hernandez <jordi@ximian.com>
15904
15905         * Form.cs: first Menu NC refactoring
15906         * MenuAPI.cs: first Menu NC refactoring
15907         
15908 2005-02-16  Peter Bartok  <pbartok@novell.com>
15909
15910         * ImeMode.cs: Added missing attributes
15911         * Menu.cs: Fixed attribute
15912         * GroupBox.cs: Fixed attribute
15913         * Label.cs: Fixed attribute
15914         * ColorDialog.cs (RunDialog): Removed TODO attribute
15915         * ComboBox.cs: Fixed attributes
15916         * ListControl.cs: Added missing attributes
15917         * PropertyGrid.cs: Fixed attributes
15918         * Control.cs: Fixed attributes
15919         * ListViewItem.cs: Added TypeConverter attribute
15920         * NotifyIcon.cs: Fixed attributes
15921         * ListView.cs: Fixed attributes
15922         * ButtonBase.cs: Fixed attribute
15923         * ImageList.cs: Added missing attributes
15924         * ContainerControl.cs: Fixed signature
15925         * CheckedListBox.cs: Fixed attribute; added missing attributes
15926         * Panel.cs: Fixed attributes
15927         * PropertyTabChangedEventArgs.cs: Added missing attribute
15928         * PropertyValueChangedEventArgs.cs: Added missing attribute
15929         * Binding.cs: Fixed attribute
15930         * ListViewItemConverter: Implemented ListViewSubItemConverter class
15931         * ListBox.cs: Fixed attribute; added missing attributes;
15932         * ScrollableControl.cs: Added missing attributes
15933         * PictureBox.cs: Added missing attributes; implemented missing property
15934         * DateTimePicker.cs: Added missing attributes
15935         * Theme.cs (ToolWindowCaptionHeight): Fixed type
15936         * MonthCalendar.cs: Fixed attributes
15937         * StatusBarPanel.cs: Added missing attributes
15938         * SystemInformation.cs (ToolWindowCaptionHeight): Fixed type
15939
15940 2005-02-16  Peter Bartok  <pbartok@novell.com>
15941
15942         * TextBoxBase.cs: The previous method to enforce height yet remember
15943           the requested high was less than ideal, this is an attempt to do
15944           it better.
15945         * Control.cs: Added comment about possible problem
15946         * Copyright: Updated format
15947         * GridItemType.cs: Fixed swapped values
15948
15949 2005-02-15  Jackson Harper  <jackson@ximian.com>
15950
15951         * BaseCollection.cs: Use property so we never access an
15952         uninitialized list. Also initialize the list in the property.
15953
15954 2005-02-15  Peter Bartok  <pbartok@novell.com>
15955
15956         * GroupBox.cs (ProcessMnemonic): Implemented
15957         * Label.cs (ProcessMnemonic): Implemented
15958         * ThemeWin32Classic.cs (DrawGroupBox): Added stringformat to show
15959           hotkeys
15960
15961 2005-02-15  Peter Bartok  <pbartok@novell.com>
15962
15963         * RadioButton.cs (ProcessMnemonic): Implemented
15964         * CheckBox.cs (ProcessMnemonic): Implemented
15965         * Control.cs:
15966           - Added handling of WM_SYSxxx keyboard messages to support mnemonic
15967             handling
15968           - Added internal method to allow calling ProcessMnemonic from other
15969             controls
15970         * ContainerControl.cs:
15971           - Started support for handling validation chain handling
15972           - Implemented ProcessMnemonic support
15973           - Added Select() call to Active, to make sure the active control
15974             receives focus
15975         * Form.cs: Setting toplevel flag for Forms (this was lost in the
15976           FormParent rewrite)
15977         * ThemeWin32Classic.cs:
15978           - DrawCheckBox(): Fixed stringformat to show hotkeys
15979           - DrawRadioButton(): Fixed stringformat to show hotkeys
15980         * CommonDialog.cs: Removed WndProc override, not needed
15981
15982 2005-02-14  Peter Bartok  <pbartok@novell.com>
15983
15984         * XplatUIX11.cs: Fixed NotImplemented exceptions for properties,
15985           missed those in the rewrite
15986
15987 2005-02-14  Miguel de Icaza  <miguel@novell.com>
15988
15989         * NumericUpDown.cs (Increment, ToString): Add.
15990         (DecimalPlaces): implement.
15991         
15992         Add attributes.
15993         
15994         * UpDownBase.cs: Add the designer attributes.
15995
15996 2005-02-13  Peter Bartok  <pbartok@novell.com>
15997
15998         * Panel.cs: Removed border_style, now in Control
15999         * XplatUIDriver.cs: Added SetBorderStyle, SetMenu, GetMenuDC and
16000           ReleaseMenuDC Methods; renmaed ReleaseWindow to UngrabWindow
16001
16002 2005-02-13  Peter Bartok  <pbartok@novell.com>
16003
16004         * MouseButtons.cs: Added missing attributes
16005         * XplatUIStructs.cs: Added enumeration for title styles
16006         * LeftRightAlignment.cs: Added missing attributes
16007         * Hwnd.cs: Switched to use client_window as handle (slower, but makes
16008           it compatible with Graphics.FromHwnd()
16009         * SelectedGridItemChangedEventArgs.cs: Fixed property type
16010         * Keys.cs: Added missing attributes
16011         * SelectionRange.cs: Added missing attributes
16012         * SelectionRangeConverter.cs: Added
16013         * XplatUI.cs:
16014           - Introduced SetBorderStyle, SetMenu, GetMenuDC and
16015             ReleaseMenuDC methods
16016           - Renamed ReleaseWindow to UngrabWindow
16017           - Added proper startup notice to allow version identification
16018         * Form.cs:
16019           - Added missing attributes
16020           - Removed FormParent concept
16021         * Label.cs: Removed border_style field, now in Control
16022         * RadioButton.cs: Now properly selects RadioButton when focus is
16023           received
16024         * ThemeGtk.cs: Fixed SetDisplay call to match new X11 behaviour
16025         * Control.cs:
16026           - Added missing attributes
16027           - Added borderstyle handling
16028           - Removed FormParent concept support
16029           - Fixed calls to XplatUI to match changed APIs
16030           - Fixed bug that would case us to use disposed Graphics objects
16031           - Removed unneeded internal methods
16032           - PerformLayout(): Fixed to handle DockStyle.Fill properly
16033           - SelectNextControl(): Fixed to properly check common parents
16034         * TextBoxBase.cs: Removed border_style field (now in Control)
16035         * MessageBox.cs:
16036           - Patch by Robert Thompson (rmt@corporatism.org): Added icon support,
16037             fixed calculations for form size
16038           - Added support for localized strings and icons
16039           - Improved form size calculations, added border
16040         * ListView.cs: Removed border_style field (now in Control)
16041         * X11Structs.cs: Moved several structs from X11 driver here
16042         * X11Keyboard.cs: Changed debug message
16043         * Application.cs: Removed FormParent concept support
16044         * CommonDialog.cs:
16045           - Resetting end_modal flag
16046           - Removed FormParent concept support
16047         * NativeWindow.cs: Removed FormParent concept support
16048         * XplatUIX11.cs: Rewritten, now using the new Hwnd class, implementing
16049           Client area and Non-Client whole window to allow support for WM_NC
16050           messages
16051         * XplatUIOSX.cs: Updated to match latest driver spec; added exception
16052           prevent using it until it supports Hwnd as per Geoff Norton's request
16053         * ToolBar.cs: Fixed drawing, was not doing proper drawing
16054         * PictureBox.cs: Removed border_style field, now in Control
16055         * XplatUIWin32.cs: Added new driver methods
16056
16057 2005-02-12  Peter Bartok  <pbartok@novell.com>
16058
16059         * OpacityConverter.cs: Implemented
16060         * Hwnd.cs: Internal class to support drivers that need to emulate
16061           client area/non-client area window behaviour
16062
16063 2005-02-11  Peter Bartok  <pbartok@novell.com>
16064
16065         * KeysConverter.cs: Implemented
16066
16067 2005-02-11  Jordi Mas i Hernandez <jordi@ximian.com>
16068
16069         * Menu.cs: fixes methods GetContextMenu, GetMainMenu, ToString
16070         * LinkLabel: Added missing attributes
16071         * MainMenu.cs: fixes ToString
16072         * MenuItem.cs: fixes methods GetContextMenu, GetMainMenu
16073         * ListBox.cs: fixes event position
16074         * TrackBar.cs: adds missing attributes and events
16075         
16076 2005-02-10  Jordi Mas i Hernandez <jordi@ximian.com>
16077
16078         * MenuItem.cs: Use SystemInformation and bug fixes
16079         * MenuAPI.cs: Use SystemInformation and bug fixes
16080
16081 2005-02-09  Jackson Harper  <jackson@ximian.com>
16082
16083         * X11Keyboard.cs: We ignore some keys, but still need to set/reset
16084         their keystate otherwise things like VK_MENU get stuck "on".
16085
16086 2005-02-09  Kazuki Oikawa <kazuki@panicode.com>
16087
16088         * ListBox.cs: Fixes AddRange bug
16089         
16090 2005-02-09  Jordi Mas i Hernandez <jordi@ximian.com>
16091
16092         * ProgressBar.cs
16093                 - Add missing attributes
16094                 - Add missing method
16095                 
16096         * CheckedListBox.cs: Added missing attributes
16097                 - Add missing attributes
16098                 - Remove extra method
16099         
16100         * ComboBox.cs: Added missing attributes
16101         * VScrollBar.cs: Added missing attributes
16102         * ScrollBar.cs:  Added missing attributes
16103         * ListBox.cs: Fixes signature, add missing consts
16104         * LinkArea.cs:   Added missing attributes
16105         
16106
16107 2005-02-08  Peter Bartok  <pbartok@novell.com>
16108
16109         * Menu.cs: Added missing attributes
16110         * MainMenu.cs: Added missing attributes
16111         * GroupBox.cs: Added missing attributes
16112         * Label.cs: Added missing attributes
16113         * CheckBox.cs: Implemented CheckBoxAccessibleObject class
16114         * ColorDialog.cs:
16115           - Added Instance and Options properties
16116           - Added missing attributes
16117         * Cursor.cs: Made Serializable
16118         * NotifyIcon: Added missing attributes
16119         * MenuItem.cs: Added missing attributes
16120         * TextBoxBase.cs: Implemented AppendText() and Select() methods
16121         * Panel.cs: Added Missing attributes
16122         * MonthCalendar.cs: Fixed CreateParams
16123
16124 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
16125         
16126         * LinkLabel.cs:
16127                 - Fixes signature
16128                 - Fixes issues with links
16129                 - Adds the class attributes
16130
16131 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
16132         
16133         * ComboBox.cs:
16134                 - Fixes button when no items available in dropdown
16135                 - Fixes repainting problems
16136                 - Adds the class attributes
16137                 
16138 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
16139
16140         * XplatUIOSX.cs: Detect the menu bar and title bar height from
16141         the current theme.  Cache these on startup.
16142
16143 2005-02-07  Jackson Harper  <jackson@ximian.com>
16144
16145         * ScrollBar.cs: Give the correct clipping rect to the theme. Dirty
16146         the scrollbar buttons when they are depressed.
16147
16148 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
16149
16150         * XplatUIOSX.cs: Really fix working at resolutions not 1024x768.
16151         Get the display size from the main displayid.  We currently dont
16152         support multiple display configurations.
16153
16154 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
16155
16156         * XplatUIOSX.cs: Ensure the window doesn't get stuck behind the statusbar.
16157
16158 2005-02-07  Miguel de Icaza  <miguel@novell.com>
16159
16160         * UpDownBase.cs: Add ReadOnly and UpDownAlign properties.
16161
16162 2005-02-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
16163
16164         * PropertyGrid.cs: Updated. Patch by Jonathan Chambers
16165
16166 2005-02-04  Jackson Harper  <jackson@ximian.com>
16167
16168         * ThemeWin32Classic.cs: Respect the clipping rect when
16169         drawing. Only fill the intersection of clips and rects so there
16170         isn't a lot of large fills.
16171         * ScrollBar.cs: Pass the correct clipping rect to the theme
16172         engine. Remove some debug code.
16173
16174 2005-02-05  John BouAntoun  <jba-mono@optusnet.com.au>
16175         
16176         * DateTimePicker.cs:
16177                 - Fixed crash on DateTime.Parse, use Constructor instead
16178
16179 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
16180         
16181         * MenuItem.cs:
16182         * MenuAPI.cs:
16183                 - Owner draw support (MeasureItem and DrawItem)
16184
16185 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
16186         
16187         *  Menu.cs:
16188                 - Implements FindMergePosition and MergeMenu functions (very poor documented)
16189                 - Fixes MenuItems.Add range
16190         * MenuItem.cs:
16191                 - MergeMenu and Clone and CloneMenu functions
16192
16193 2005-02-03  Jackson Harper  <jackson@ximian.com>
16194
16195         * ScrollBar.cs: Make abstract
16196         * ScrollableControl.cs: Create H/V scrollbars now that scrollbar
16197         is abstract.
16198
16199 2005-02-03  Jackson Harper  <jackson@ximian.com>
16200
16201         * ScrollBar.cs: First part of my scrollbar fixups. This removes
16202         all the unneeded refreshes and uses invalidates with properly
16203         computed rects.
16204
16205 2005-02-03  Peter Bartok  <pbartok@novell.com>
16206
16207         * ComponentModel.cs: Added
16208         * IDataGridEditingService.cs: Added
16209         * Timer.cs: Added missing attributes
16210         * ToolTip.cs: Added missing attributes
16211
16212 2005-02-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
16213
16214         * PropertyGridView.cs: Added. Patch by Jonathan Chambers
16215
16216 2005-02-03  Peter Bartok  <pbartok@novell.com>
16217
16218         * ListBox.cs: Added missing attributes
16219
16220 2005-02-03  Jordi Mas i Hernandez <jordi@ximian.com>
16221         
16222         * ListBox.cs:
16223                 - Fixes font height after font change
16224                 - Avoid generating unnecesary OnSelectedIndexChanged on clearing
16225                 
16226 2005-02-02  Peter Bartok  <pbartok@novell.com>
16227
16228         * HandleData.cs: Introduced static methods to allow class
16229           to be more self-contained and track it's own HandleData objects
16230         * XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs: Fixed usage of
16231           HandleData to use new static methods
16232
16233 2005-02-02  Jordi Mas i Hernandez <jordi@ximian.com>
16234
16235         * Combobox.cs:
16236                 - Fixes default size and PreferredHeight
16237                 - Missing events
16238                 - ObjectCollection.Insert implementation
16239                 
16240         * ListControl.cs
16241                 - Fixes signature
16242         * ListBox.cs:
16243                 - Several fixes
16244                 - ObjectCollection.Insert implementation
16245                 - No selection after clean
16246                 - Small fixes
16247
16248 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
16249
16250         * ThemeWin32Classic.cs: quick fix to comboboxbutton pushed painting
16251
16252 2005-02-01  Jordi Mas i Hernandez <jordi@ximian.com>
16253
16254         * Combobox.cs:
16255                 - Caches ItemHeight calculation for OwnerDrawVariable
16256                 - Handles dropdown properly
16257                 - Fixes several minor bugs
16258
16259 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
16260
16261         * ListBox.cs:
16262                 - Fixes 71946 and 71950
16263                 - Fixes changing Multicolumn on the fly
16264                 - Fixes keyboard navigation on Multicolumn listboxes
16265
16266 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
16267         
16268         * XplatUIOSX.cs: Call ExitToShell in our teardown to avoid a
16269         crash reporter log.
16270
16271 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
16272
16273         * XplatUIOSX.cs: Allow applications to actually exit.
16274
16275 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
16276
16277         * XplatUIOSX.cs: SetWindowStyle implemented.  Reposition views in
16278         their parent at creation time rather than lazily later.  Fixes a major
16279         regression we were experiencing.
16280
16281 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
16282
16283         * ThemeWin32Classic.cs: more date time picker painting fixes
16284         * DateTimePicker.cs: more monthcalendar drop down fixes
16285         * MonthCalendar.cs: more CreateParams fixes to ensure correct drop down
16286
16287 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
16288
16289         * ScrollBar.cs:
16290                 - When moving the thumb going outside the control should stop the moving
16291                 - Adds the firing of missing events
16292                 - Fixes no button show if Size is not specified
16293                 - End / Home keys for keyboard navigation
16294
16295 2005-01-30  Peter Bartok  <pbartok@novell.com>
16296
16297         * NotifyIcon.cs (CalculateIconRect): Removed debug output and added
16298           sanity check to prevent theoretical loop
16299         * XplatUIWin32.cs (SetVisible): Removed debug output
16300         * XplatUIX11.cs (SystrayChange): Added sanity check
16301         * ScrollableControl.cs (OnVisibleChanged): Now calls base method
16302         * Control.cs (OnVisibleChanged): Added workaround for ParentForm
16303           behaviour, valid until the X11 client window rewrite is done
16304         * TextBox.cs (ctor): Setting proper default foreground and background
16305           colors
16306
16307 2005-01-30      John BouAntoun  <jba-mono@optusnet.com.au>
16308
16309         * Theme: Added DrawDateTimePicker to interface
16310         * ThemeWin32Classic.cs: Added DrawDateTimePicker (incomplete)
16311         * DateTimePicker.cs: Created (still needs keys and painting code)
16312         * DateTimePickerFormat.cs: added
16313         * MonthCalendar.cs: fixed CreateParams for popup window mode
16314           
16315 2005-01-29  Peter Bartok  <pbartok@novell.com>
16316
16317         * ControlPaint.cs: Fixed luminace value returned on achromatic colors,
16318           this should also the calculations for ligher/darker
16319         * Theme.cs: Fixed defaults for ScrollBar widths/heights
16320
16321 2005-01-29  Peter Bartok  <pbartok@novell.com>
16322
16323         * ArrangeDirection.cs: Added
16324         * ArrangeStartingPositon.cs: Added
16325         * SystemInformation.cs: Implemented
16326         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
16327           XplatUIX11.cs, Theme.cs: Added/implemented new static properties
16328           used by SystemInformation class
16329         * X11Strucs.cs: Added XSizeHints structure
16330         * MenuAPI.cs:
16331           - Fixed CreateParams to make sure the menu window is always visible
16332           - TrackPopupMenu: Added check to make sure we don't draw the
16333             menu offscreen
16334
16335 2005-01-29  Peter Bartok  <pbartok@novell.com>
16336
16337         * HandleData.cs: Added method for altering invalid area
16338         * TextBoxBase.cs: Implemented TextLength
16339
16340 2005-01-28  Peter Bartok  <pbartok@novell.com>
16341
16342         * XplatUIX11.cs: Improvement over last patch, not sending
16343           the WM_PAINT directly anymore, instead we scroll any pending
16344           exposed areas and let the system pick out the WM_PAINT later
16345
16346 2005-01-28  Peter Bartok  <pbartok@novell.com>
16347
16348         * SWF.csproj: Deleted, no longer used. Instead,
16349           Managed.Windows.Forms/SWF.csproj should be used
16350         * XplatUIX11.cs: Instead of posting the WM_PAINT, we send it
16351           directly, to avoid a potential race condition with the next
16352           scroll
16353
16354 2005-01-28  Peter Bartok  <pbartok@novell.com>
16355
16356         * XplatUI.cs: Made class internal
16357
16358 2005-01-28  Jordi Mas i Hernandez <jordi@ximian.com>
16359
16360         * CheckedListBox.cs:
16361                 - Draw focus
16362                 - Fixed Drawing
16363                 - Missing methods and events
16364
16365 2005-01-27  Peter Bartok  <pbartok@novell.com>
16366
16367         * Application.cs (Run): Don't use form if we don't have one
16368
16369 2005-01-27  Peter Bartok  <pbartok@novell.com>
16370
16371         * TextBoxBase.cs (get_Lines): Fixed index off by one error
16372
16373 2005-01-27  Peter Bartok  <pbartok@novell.com>
16374
16375         * GridEntry.cs: Added; Patch by Jonathan S. Chambers
16376         * GridItem.cs: Added; Patch by Jonathan S. Chambers
16377         * GridItemCollection.cs: Added; Patch by Jonathan S. Chambers
16378         * GridItemType.cs: Added; Patch by Jonathan S. Chambers
16379         * PropertyGrid.cs: Added; Patch by Jonathan S. Chambers
16380         * PropertySort.cs: Added; Patch by Jonathan S. Chambers
16381         * PropertyTabChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
16382         * PropertyTabChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
16383         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
16384         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
16385         * SelectedGridItemChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
16386         * SelectedGridItemChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
16387
16388 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
16389
16390         * Combobox.cs:
16391                 - Draw focus on Simple Combobox
16392                 - Fixes drawing issues
16393                 - fixes 71834
16394
16395 2005-01-27  Peter Bartok  <pbartok@novell.com>
16396
16397         * Form.cs:
16398           - Place window in default location, instead of hardcoded 0/0
16399           - Send initial LocationChanged event
16400         * Control.cs:
16401           - UpdateBounds after creation to find out where the WM placed us
16402           - Make sure that if the ParentForm changes location the Form
16403             is notified
16404         * XplatUIX11.cs: XGetGeometry will not return the coords relative
16405             to the root, but to whatever the WM placed around us.
16406             Translate to root coordinates before returning toplevel
16407             coordinates
16408         * XplatUIWin32.cs: Removed debug output
16409         * XplatUIOSX.cs, XplatUI.cs, XplatUIDriver.cs: Added toplevel
16410           flag to GetWindowPos, to allow translation of coordinates on X11
16411
16412 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
16413
16414         * ListBox.cs: connect LostFocus Event
16415
16416 2005-01-27  Peter Bartok  <pbartok@novell.com>
16417
16418         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
16419           XplatUIX11.cs: Extended the Systray API
16420         * Form.cs: Removed debug output
16421         * Application.cs: Fixed focus assignment, always need to call
16422           XplatUI.Activate() since Form.Activate() has rules that may
16423           prevent activation
16424         * NotifyIcon.cs: Should be complete now
16425         * ToolTip.cs: Worked around possible timer bug
16426
16427 2005-01-27  Jackson Harper  <jackson@ximian.com>
16428
16429         * TabControl.cs:
16430         - Only invalidate the effected tabs when the
16431         selected index changes. This reduces drawing and gets rid of some
16432         flicker.
16433         - Only refresh if the tabs need to be shifted, otherwise only
16434         invalidate the slider button.
16435         - On windows the tabs are not filled to right if the slider is
16436         visible.
16437         
16438 2005-01-27  Jackson Harper  <jackson@ximian.com>
16439
16440         * TabControl.cs: Only refresh on mouseup if we are showing the
16441         slider. Also only invalidate the button whose state has changed.
16442
16443 2005-01-26  Peter Bartok  <pbartok@novell.com>
16444
16445         * XplatUI.cs, XplatUIDriver.cs: Added Systray methods
16446         * XplatUIWin32.cs: Implemented SystrayAdd(), SystrayChange()
16447           and SystrayRemove() methods
16448         * XplatUIOSX.cs: Stubbed Systray methods
16449         * XplatUIX11.cs:
16450           - Implemented SystrayAdd(), SystrayChange() and SystrayRemove()
16451             methods
16452           - Fixed broken XChangeProperty calls (marshalling messed up things)
16453         * X11Structs.cs: Added enums and structs required for Size hinting
16454         * NotifyIcon.cs: Added & implemented
16455
16456 2005-01-26  Jackson Harper  <jackson@ximian.com>
16457
16458         * TabControl.cs: Space vertically layed out tabs properly.
16459
16460 2005-01-26  Peter Bartok  <pbartok@novell.com>
16461
16462         * Form.cs (CreateClientParams): Always set the location to 0,0
16463           since we're a child window.
16464
16465         * Control.cs (SetVisibleCore): Always explicitly setting the location
16466           of a toplevel window, apparently X11 doesn't like to move windows
16467           while they're not mapped.
16468
16469 2005-01-26  Jackson Harper  <jackson@ximian.com>
16470
16471         * TabControl.cs: Implement FillToRight size mode with vertically
16472         rendered tabs.
16473
16474 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
16475
16476         * ControlPaint.cs, ThemeWin32Classic.cs
16477                 - Fixes DrawFocusRectangle
16478
16479 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
16480
16481         * MenuAPI.cs:
16482                 - MenuBar tracking only starts when item is first clicked
16483                 - Fixes menu hidding for multiple subitems
16484                 - Unselect item in MenuBar when item Executed
16485                 - Fixes bug 71495
16486
16487 2005-01-25  Jordi Mas i Hernandez <jordi@ximian.com>
16488
16489         * ListControl.cs:
16490                 - IsInputKey for ListBox
16491         * ListBox.cs:
16492                 - Focus item
16493                 - Shift and Control item selection
16494                 - Implement SelectionMode.MultiExtended
16495                 - Fixes RightToLeft
16496         * ComboBox.cs:
16497                 - IsInputKey implemented
16498                 - Do not generate OnTextChangedEdit on internal txt changes
16499                 
16500 2005-01-23  Peter Bartok  <pbartok@novell.com>
16501
16502         * AccessibleObject.cs: Partially implemented Select()
16503         * MonthCalendar.cs: Added missing attributes and events
16504         * Form.cs: Fixed CreateParams behaviour, now controls derived from
16505           form can properly override CreateParams.
16506         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
16507           XplatUIX11.cs: Dropped RefreshWindow method, not needed if
16508           Control performs Invalidate & Update
16509         * NativeWindow (CreateHandle): Added special handling for Form
16510           and Form.FormParent classes to allow overriding of From.CreateParams
16511         * Control.cs:
16512           - ControlNativeWindow: Renamed 'control' variable to more intuitive
16513             name 'owner'
16514           - ControlNativeWindow: Added Owner property
16515           - Removed usage of Refresh() on property changes, changed into
16516             Invalidate(), we need to wait until the queue is processed for
16517             updates, direct calls might cause problems if not all vars for
16518             Paint are initialized
16519           - Added call to UpdateStyles() when creating the window, to set any
16520             styles that CreateWindow might have ignored.
16521           - Added support for Form CreateParent overrides to UpdateStyles()
16522         * MessageBox.cs: Removed no longer needed FormParent override stuff,
16523           CreateParams are now properly overridable
16524         * CommonDialog.cs: Removed no longer needed FormParent override stuff,
16525           CreateParams are now properly overridable
16526
16527 2005-01-23  Miguel de Icaza  <miguel@ximian.com>
16528
16529         * UpDownBase.cs (ctor): Connect TextChanged in the entry to the
16530         OnTextBoxChanged.
16531
16532         Capture LostFocus and OnTextBoxChanged.  The later introduces a
16533         recursive invocation that I have not figured out yet.
16534
16535         Reset the timer when not using (it was accumulating).
16536
16537
16538         (OnTextBoxChanged): Set UserEdit to true here to track whether the
16539         user has made changes that require validation.
16540
16541         Reset changing to avoid loops.
16542
16543 2005-01-22  Miguel de Icaza  <miguel@ximian.com>
16544
16545         * NumericUpDown.cs: Display value at startup.
16546
16547         * UpDownBase.cs (Text): Do not call UpdateEditText here, only call
16548         ValidateEditText.
16549
16550         * NumericUpDown.cs: Minimum, Maximum, Text, Value properties
16551         filled in.  Added some basic parsing of text.
16552
16553         Still missing the OnXXX method overrides, and figuring out the
16554         events that must be emitted.
16555
16556         * UpDownBase.cs: Handle UserEdit on the Text property.
16557         
16558 2005-01-22  Jordi Mas i Hernandez <jordi@ximian.com>
16559
16560         * ComboBox.cs:
16561           - Fixes IntegralHeight
16562           - ToString method
16563
16564 2005-01-21  Jackson Harper  <jackson@ximian.com>
16565
16566         * TabControl.cs: Set the SelectedIndex property when SelectedTab
16567         is set so that the page visibility is updated and the tabs are
16568         sized correctly.
16569
16570 2005-01-21  Jackson Harper  <jackson@ximian.com>
16571
16572         * TabControl.cs: Use cliping rectangle for blitting. Give the
16573         theme the clipping rect so we can do clipping while
16574         drawing. Remove some debug code.
16575
16576 2005-01-21  Jackson Harper  <jackson@ximian.com>
16577
16578         * TabPage.cs: Add a new method so tab pages can force the tab
16579         control to recalculate the tab page sizes.
16580         * TabControl.cs: UpdateOwner needs to make the tab control recalc
16581         sizes.
16582
16583 2005-01-20  Jackson Harper  <jackson@ximian.com>
16584
16585         * ThemeWin32Classic.cs: Clip text to the staus bar panels rects.
16586
16587 2005-01-20  Jackson Harper  <jackson@ximian.com>
16588
16589         * TreeView.cs: Set the bounds for nodes properly. They were
16590         getting screwed up when checkboxes were not enabled, but images
16591         were.
16592
16593 2005-01-20  Jordi Mas i Hernandez <jordi@ximian.com>
16594
16595         * ListBox.cs:
16596                 - Owner draw support
16597                 - Fixes
16598                 
16599 2005-01-20  Jackson Harper  <jackson@ximian.com>
16600
16601         * XplatUIStructs.cs: More misc keys
16602         * X11Keyboard.cs: Ignore some control keys.
16603
16604 2005-01-20  Jackson Harper  <jackson@ximian.com>
16605
16606         * X11Structs.cs: Add the modmaps to the keymask struct and tabify.
16607         * X11Keyboard.cs: Set the AltGr mask when we get a key event.
16608
16609 2005-01-19  Peter Bartok  <pbartok@novell.com>
16610
16611         * Control.cs: Un-selecting the control when it is loosing focus
16612
16613 2005-01-19  Jackson Harper  <jackson@ximian.com>
16614
16615         * TreeView.cs: Hook up to the text controls leave event so we can
16616         end editing when the users clicks outside the text box.
16617         
16618 2005-01-19  Jackson Harper  <jackson@ximian.com>
16619
16620         * X11Keyboard.cs: Fix typo that was causing the wrong keycodes to
16621         get set in the conversion array.
16622
16623 2005-01-19  Peter Bartok  <pbartok@novell.com>
16624
16625         * Application.cs (ModalRun): Added a call to CreateControl to ensure
16626           focus is properly set
16627         * Button.cs:
16628           - Added missing attributes
16629           - removed styles, those are already set in the base class
16630         * ButtonBase.cs:
16631           - Added missing attributes
16632           - Added clip window styles
16633         * CheckBox.cs: Added missing attributes
16634         * CommonDialog.cs:
16635           - FormParentWindow.CreateParams: Added required clip styles
16636         * Form.cs (ProcessDialogKey): Fixed handling of Escape key, now
16637           also filters modifier keys
16638         * MessageBox.cs:
16639           - Added assignment of Accept and Cancel button to enable Enter
16640             and Esc keys in MessageBox dialogs
16641           - FormParentWindow.CreateParams: Added required clip styles
16642         * RadioButton.cs: Added missing attributes
16643         * TextControl.cs: No longer draws selection if control does not
16644           have focus
16645         * TextBoxBase.cs:
16646           - Now draws simple rectangle around test area to make it obvious
16647             there's a control. This is a hack until we properly support borders
16648           - A few simple fixes to support selections better, now erases selected
16649             text when typing, and resets selection when using movement keys
16650
16651 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
16652
16653         * UpDownBase.cs: Added some new properties.
16654
16655         * DomainUpDown.cs: Implement a lot to get my test working.
16656
16657 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
16658
16659         * XplatUIOSX.cs: Fix a minor bug to bring the close box back
16660
16661 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
16662
16663         * OSXStructs (WindowAttributes): Fixed csc complaints
16664
16665 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
16666
16667         * XplayUIOSX.cs:
16668           OSXStructs.cs: Initial refactor to move enums and consts into
16669           OSXStructs and use them in the driver for greater readability.
16670
16671 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
16672
16673         * XplatUIOSX.cs: Initial support for Standard Cursors.
16674         * OSXStructs.cs: Move our structs here; added ThemeCursor enum
16675
16676 2005-01-19  Jordi Mas i Hernandez <jordi@ximian.com>
16677
16678         * ComboBox.cs: ability to change style when the ctrl is already
16679         created, missing methods and events, bug fixes, signature fixes
16680
16681 2005-01-19  Peter Bartok  <pbartok@novell.com>
16682
16683         * Cursors.cs (ctor): Added ctor to fix signature
16684
16685 2005-01-18  Peter Bartok  <pbartok@novell.com>
16686
16687         * Button.cs: Implemented DoubleClick event
16688         * ButtonBase.cs:
16689           - Fixed keyboard handling to behave like MS, where the press of
16690             Spacebar is equivalent to a mousedown, and the key release is
16691             equivalent to mouseup. Now a spacebar push will give the same
16692             visual feedback like a mouse click.
16693           - Added missing attributes
16694           - Added ImeModeChanged event
16695           - Added support for generating DoubleClick event for derived classes
16696         * CheckBox.cs:
16697           - Implemented DoubleClick event
16698           - Added missing attributes
16699         * CommonDialog.cs: Added missing attribute
16700         * ContextMenu.cs: Added missing attributes
16701         * RadioButton.cs:
16702           - AutoChecked buttons do not allow to be unselected when clicked
16703             (otherwise we might end up with no selected buttons in a group)
16704           - Added missing attributes
16705           - Implemented DoubleClickEvent
16706         * ThreadExceptionDialog.cs: Enabled TextBox code
16707
16708 2005-01-18  Peter Bartok  <pbartok@novell.com>
16709
16710         * Form.cs: Removed debug output
16711         * Button.cs: Added support for DoubleClick method
16712
16713 2005-01-18  Peter Bartok  <pbartok@novell.com>
16714
16715         * Form.cs:
16716           - Added method to parent window that allows triggering size
16717             calculations when a menu is added/removed
16718           - set_Menu: Cleaned up mess from early days of Form and Control,
16719             now properly triggers a recalc when a menu is added/removed
16720           - Added case to select form itself as focused form if no child
16721             controls exist
16722           - Added PerformLayout call when showing dialog, to ensure properly
16723             placed controls
16724         * Control.cs:
16725           - Select(): Made internal so Form can access it
16726           - Focus(): Only call Xplat layer if required (avoids loop), and sets
16727             status
16728         * Application.cs (Run): Removed hack and calls PerformLayout instead
16729           to trigger calculation when Form becomes visible
16730
16731 2005-01-18  Jordi Mas i Hernandez <jordi@ximian.com>
16732
16733         * ComboBox.cs: fixes for ownerdraw
16734
16735 2005-01-18  Peter Bartok  <pbartok@novell.com>
16736
16737         * TextControl.cs:
16738           - Sentinel is no longer static, each Document gets it's own, this
16739             avoids locking or alternatively overwrite problems when more
16740             than one text control is used simultaneously.
16741           - Switched to use Hilight and HilightText brushes for text selection
16742
16743         * TextBoxBase.cs (PaintControl): Disabled AntiAliasing to improve looks
16744
16745 2005-01-18  Peter Bartok  <pbartok@novell.com>
16746
16747         * Control.cs:
16748           - Hooked up the following events:
16749                 o ControlAdded
16750                 o ControlRemoved
16751                 o HandleDestroyed
16752                 o ImeModeChanged
16753                 o ParentChanged
16754                 o TabStopChanged
16755                 o Invalidated
16756                 o SystemColorsChanged
16757                 o ParentFontChanged
16758                 o Move
16759           - Removed debug output
16760           - Added a call to the current theme's ResetDefaults when a color change
16761             is detected
16762         * Form.cs: Now setting the proper ImeMode
16763         * Theme.cs: Defined a method to force recreation of cached resources
16764           and rereading of system defaults (ResetDefaults())
16765         * ThemeWin32Classic.cs: Added ResetDefaults() stub
16766
16767 2005-01-17  Peter Bartok  <pbartok@novell.com>
16768
16769         * Control.cs: Added missing attributes
16770
16771 2005-01-17  Jackson Harper  <jackson@ximian.com>
16772
16773         * TreeNode.cs: Implement editing. Add missing properties selected
16774         and visible.
16775         * TreeView.cs: Implement node editing. Also some fixes to use
16776         Invalidate (invalid area) instead of Refresh when selecting.
16777
16778 2005-01-17  Peter Bartok  <pbartok@novell.com>
16779
16780         * Control.cs:
16781           - Implemented InvokeGotFocus() method
16782           - Implemented InvokeLostFocus() method
16783           - Implemented InvokePaint() method
16784           - Implemented InvokePaintBackground() method
16785           - Implemented InvokeClick() method
16786           - Implemented FindForm() method
16787           - Implemented RectangleToClient() method
16788           - Implemented ClientToRectangle() method
16789           - Implemented ResetBackColor() method
16790           - Implemented ResetCursor() method
16791           - Implemented ResetFont() method
16792           - Implemented ResteForeColor() method
16793           - Implemented ResetImeMode() method
16794           - Implemented ResetLeftToRight() method
16795           - Implemented ResetText() method
16796           - Implemented Scale() methods
16797           - Implemented ScaleCore() method
16798           - Implemented Update() method
16799           - Removed unused variables
16800           - Stubbed AccessibilityNotifyClients and
16801             ControlAccessibleObject.NotifyClients() methods (dunno what to do
16802             with those yet)
16803           - Now setting proper default for RightToLeft property
16804           - Fixed bug in SetClientSizeCore that would cause windows to get
16805             really big
16806           - Now sending Click/DoubleClick events
16807           - Now selecting controls when left mouse button is clicked on
16808             selectable control
16809         * AccessibleEvents.cs: Added
16810         * XplatUI.cs, XplatUIDriver.cs: Added UpdateWindow() method
16811         * XplatUIOSX.cs: Stubbed UpdateWindow() method
16812         * XplatUIWin32.cs: Implemented UpdateWindow() method
16813         * XplatUIX11.cs: Implemented UpdateWindow() method
16814         * Form.cs: Removed stray semicolon causing CS0162 warning
16815         * ThemeWin32Classic.cs: Fixed unused variable warnings
16816         * ScrollableControl.cs: Now calls base method for ScaleCore
16817         * ButtonBase.cs: Now disabling StandardClick and StandardDoubleClick
16818           style to avoid interference with internal click handler (which is
16819           different than standard Control click handling)
16820         * RadioButton.cs:
16821           - Now unchecks all sibling radio buttons when control is
16822             selected (Fixes #68756)
16823           - Removed internal tabstop variable, using the one inherited from
16824             Control
16825
16826 2005-01-17  Jackson Harper  <jackson@ximian.com>
16827
16828         * NavigateEventArgs.cs: Fix base type.
16829         * LinkLabel.cs: Sig fix
16830         
16831 2005-01-17  Jackson Harper  <jackson@ximian.com>
16832
16833         * TreeView.cs: Only invalidate the effected nodes bounds when
16834         selecting nodes.
16835
16836 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
16837
16838         * XplatUIWin32.cs: fixes Win32 marshaling
16839         * XplatUIX11.cs: fixes method signature
16840
16841 2005-01-17  Peter Bartok  <pbartok@novell.com>
16842
16843         * XplatUIX11.cs: Clean up resources when we no longer need them
16844
16845 2005-01-17  Peter Bartok  <pbartok@novell.com>
16846
16847         * XplatUI.cs, XplatUIDriver.cs: Added SetCursor(), ShowCursor(),
16848           OverrideCursor(), DefineCursor(), DefineStdCursor(), GetCursorInfo()
16849           and DestroyCursor() methods.
16850         * Cursor.cs: Partially implemented, now supports standard cursors;
16851           still contains some debug code
16852         * Cursors.cs: Implemented class
16853         * Control.cs:
16854           - WndProc(): Added handling of WM_SETCURSOR message, setting the
16855             appropriate cursor
16856           - Implemented Cursor property
16857           - Replaced break; with return; more straightforwar and possibly
16858             faster
16859           - Now properly setting the result for WM_HELP
16860         * X11Structs.cs: Added CursorFontShape enum
16861         * XplatUIStructs.cs:
16862           - Added StdCursor enum (to support DefineStdCursor() method)
16863           - Added HitTest enum (to support sending WM_SETCURSOR message)
16864         * XplatUIX11.cs:
16865           - Now sends the WM_SETCURSOR message
16866           - Implemented new cursor methods
16867         * XplatUIOSX.cs: Stubbed new cursor methods
16868         * XplatUIWin32.cs:
16869           - Implemented new cursor methods
16870           - Added GetSystemMetrics function and associated enumeration
16871
16872 2005-01-15  Peter Bartok  <pbartok@novell.com>
16873
16874         * Control.cs:
16875           - WndProc(): Now handles EnableNotifyMessage
16876           - SelectNextControl(): Fixed bug where if no child or sibling
16877             controls exist we looped endlessly
16878
16879 2005-01-14  Jackson Harper  <jackson@ximian.com>
16880
16881         * TreeView.cs: Recalculate the tab pages when a new one is added
16882         so that the proper bounding rects are created.
16883
16884 2005-01-14  Jackson Harper  <jackson@ximian.com>
16885
16886         * TreeView.cs: Draw a gray box instead of a grip in the lower
16887         right hand corner when there are both horizontal and vertical
16888         scroll bars.
16889
16890 2005-01-14  Jackson Harper  <jackson@ximian.com>
16891
16892         * Control.cs: When erasing backgrounds use FromHwnd instead of
16893         FromHdc when there is a NULL wparam. This occurs on the X driver.
16894         * XplatUIX11.cs: Set the wparam to NULL.
16895
16896 2005-01-13  Jackson Harper  <jackson@ximian.com>
16897
16898         * PictureBox.cs: Implement missing methods (except ToString, need
16899         to test that on windows) and events. When visibility is changed we
16900         need to redraw the image because the buffers are killed. When size
16901         is changed refresh if the sizemode needs it.
16902
16903 2005-01-13  Peter Bartok  <pbartok@novell.com>
16904
16905         * Control.cs (SelectNextControl): Was using wrong method to select
16906           a control
16907
16908 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
16909
16910         * ComboBox.cs: fixes dropstyle
16911
16912 2005-01-13  Peter Bartok  <pbartok@novell.com>
16913
16914         * Form.cs:
16915           - Implemented Select() override
16916           - Now handles WM_SETFOCUS/WM_KILLFOCUS messages
16917           - Now sets keyboard focus on startup
16918         * Control.cs (SelectNextControl): Now properly handles directed=true
16919         * TextBoxBase.cs:
16920           - WndProc: Now passes tab key on to base if AcceptTabChar=false
16921           - Added (really bad) focus rectangle (mostly for testing)
16922         * TextBox.cs: Added code to handle getting/loosing focus and invalidating
16923           to enforce redraw on focus changes
16924         * ContainerControl.cs:
16925           - Fixed detection of Shift-Tab key presses
16926           - Fixed traversal with arrow keys
16927         * XplatUIX11.cs: Implemented simulated keyboard focus; not sure if we're
16928           gonna keep this or if it's complete yet
16929         
16930 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
16931
16932         * ComboBox.cs: missing properties, fixes
16933
16934 2005-01-13  Peter Bartok  <pbartok@novell.com>
16935
16936         * Panel.cs (ctor): Setting Selectable window style to off
16937         * Splitter.cs (ctor): Setting Selectable window style to off
16938         * GroupBox.cs (ctor): Setting Selectable window style to off
16939         * Label.cs (ctor): Setting Selectable window style to off
16940
16941 2005-01-12  Miguel de Icaza  <miguel@ximian.com>
16942
16943         * UpDownBase.cs (InitTimer): If the timer has been already
16944         created, enable it.
16945
16946         Use a TextBox instead of a Label.
16947
16948 2005-01-12  Jackson Harper  <jackson@ximian.com>
16949
16950         * TreeView.cs: Refresh the tree after sorting the nodes. Always
16951         draw the connecting node lines (when ShowLines is true).
16952         * TreeNode.cs: The nodes index can now be updated. This is used
16953         when a node collection is sorted.
16954         * TreeNodeCollection.cs: Implement sorting. Nodes can be sorted on
16955         insert or an existing unsorted node collection can be sorted.
16956         
16957 2005-01-12  Peter Bartok  <pbartok@novell.com>
16958
16959         * ContainerControl.cs: Implemented ProcessDialogKeys()
16960
16961 2005-01-12  Peter Bartok  <pbartok@novell.com>
16962
16963         * Control.cs:
16964           - Implemented SelectNextControl() method
16965           - Several focus related bug fixes
16966           - Fixed Docking calculations to match MS documentation and
16967             behaviour
16968
16969 2005-01-12  Jordi Mas i Hernandez <jordi@ximian.com>
16970
16971         * ContainerControl.cs, ListControl.cs, ListBox.cs: keyboard navigation and
16972         bug fixes
16973
16974 2005-01-12  Peter Bartok  <pbartok@novell.com>
16975
16976         * Control.cs:
16977           - Fixed broken Contains() method
16978           - Implemented GetNextControl() method. Finally. This is the pre-
16979             requisite for focus handling.
16980
16981 2005-01-12  Peter Bartok  <pbartok@novell.com>
16982
16983         * OSXStrucs.cs: Added
16984
16985 2005-01-12  Peter Bartok  <pbartok@novell.com>
16986
16987         * XplatUIWin32.cs:
16988           - Removed PeekMessageFlags
16989           - Implemented SetWindowStyle() method
16990         * XplatUIStructs.cs: Added PeekMessageFlags
16991         * X11Structs: Added missing border_width field to XWindowChanges struct
16992         * XplatUIX11.cs:
16993           - PeekMessage: Now throws exception if flags which are not yet
16994             supported are passed
16995           - Implemented SetWindowStyle() method
16996           - Fixed SetZOrder to handle AfterHwnd properly
16997         * XplatUI.cs: Added SetWindowStyle() method
16998         * XplatUIDriver.cs: Added SetWindowStyle() abstract
16999         * Control.cs:
17000           - Implemented UpdateStyles() method
17001           - Implemented UpdateZOrder() method
17002         * XplatUIOSX.cs: Added SetWindowStyle() stub
17003
17004 2005-01-12  Geoff Norton  <gnorton@customerdna.com>
17005
17006         * XplatUIOSX.cs: Fix SetZOrder (this needs more testing with a 3
17007         button mouse).
17008
17009
17010 2005-01-11  Jackson Harper  <jackson@ximian.com>
17011
17012         * TreeView.cs: Still need to draw lines to siblings even if out of
17013         the current node is out of the clip.
17014
17015 2005-01-11  Jackson Harper  <jackson@ximian.com>
17016
17017         * TreeView.cs: When setting the hbar/vbar/grip position use
17018         SetBounds so that perform layout is only called once. Also suspend
17019         and resume layout so layout is only done once for all controls.
17020         - Removed some debug fluff
17021         * SizeGrip.cs: Call base implmentation in overriding methods.
17022         - When visibility is changed the drawing buffers are killed so we
17023         need to redraw.
17024
17025 2005-01-11  Jackson Harper  <jackson@ximian.com>
17026
17027         * TreeView.cs: Calculate the open node count while drawing. This
17028         saves us an entire tree traversal for every paint operation. Use
17029         a member var for the open node count so less vars are passed around.
17030
17031 2005-01-11  John BouAntoun  <jba-mono@optusnet.com.au>
17032
17033         * MonthCalendar.cs:
17034         - fixed selection to use mousemove, not mouse polling on timer
17035         * ThemeWin32Classic.cs
17036         - removed redundant unused variable "no_more_content"
17037         
17038 2005-01-11  Peter Bartok  <pbartok@novell.com>
17039
17040         * XplatUIX11.cs (DoEvents): Needs to return when no more events
17041           are pending, so it now calls PeekMessage instead of GetMessage;
17042           implemented a incomplete version of PeekMessage
17043         
17044 2005-01-11  Peter Bartok  <pbartok@novell.com>
17045
17046         * XplatUIWin32.cs: Switched P/Invokes to unicode charset to avoid
17047           I18n issues
17048         * TextBoxBase.cs: Added sending of TextChanged event
17049
17050 2005-01-10  Jackson Harper  <jackson@ximian.com>
17051
17052         * TreeView.cs: Try not to draw outside the clipping rectangle on
17053         each node element.
17054
17055 2005-01-10  Jordi Mas i Hernandez <jordi@ximian.com>
17056
17057         * ComboBox.cs: keyboard navigation, item navigation, bug fixes
17058
17059 2005-01-10  Jackson Harper  <jackson@ximian.com>
17060
17061         * TreeView.cs:
17062         - Implement fast scrolling. Now only the newly
17063         exposed nodes are drawn and the old image is moved using the
17064         XplatUI::ScrollWindow method.
17065         - Factor in height of nodes when calculating whether or not the
17066         node is in the clipping rect.
17067
17068 2005-01-10  Jackson Harper  <jackson@ximian.com>
17069
17070         * TreeNodeCollection.cs: Refresh the tree when a new node is added.
17071
17072 2005-01-10  Peter Bartok  <pbartok@novell.com>
17073
17074         * Application.cs: Added temporary hack to resolve all our resize
17075           required issues on startup. This will get fixed properly at
17076           some point in the future
17077
17078 2005-01-10  Jackson Harper  <jackson@ximian.com>
17079
17080         * SizeGrip.cs: New internal class that is used as a sizing
17081         grip control...hence the name.
17082
17083 2005-01-10  Peter Bartok  <pbartok@novell.com>
17084
17085         * Control.cs: Implemented proper TabIndex handling, now assigning
17086           a tabindex when a control is added to a container
17087         * GroupBox.cs (ctor): Now sets the Container style bit, required
17088           for Control.GetNextControl()
17089
17090 2005-01-09  Jackson Harper  <jackson@ximian.com>
17091
17092         * TextBoxBase.cs: Clear window when scrolling (fixes build).
17093
17094 2005-01-09  Peter Bartok <pbartok@novell.com>
17095
17096         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
17097           XplatUIX11.cs: Added ability to control ScrollWindow expose and
17098           an overload for ScrollWindow to allow only scrolling a rectangle
17099
17100 2005-01-09  Peter Bartok <pbartok@novell.com>
17101
17102         * Form.cs:
17103           - Implemented SetDesktopBounds method
17104           - Implemented SetDesktopLocation method
17105
17106 2005-01-08  Jackson Harper  <jackson@ximian.com>
17107
17108         * TreeView.cs: Only set the vbar's Maximum and LargeChange when
17109         the node count has changed, this removes to VScroll::Refresh calls
17110         when drawing.
17111
17112 2005-01-08  Geoff Norton  <gnorton@customerdna.com>
17113
17114         * XplatUIOSX.cs: Fix GetWindowState & SetWindowState
17115
17116 2005-01-07  Jackson Harper  <jackson@ximian.com>
17117
17118         * TreeNode.cs: Just update the single node when it is
17119         checked. Don't refresh after toggling, the Expand/Collapse already
17120         handles this.
17121         * TreeView.cs: Respect clipping a little more when drawing. Try
17122         not to redraw things that don't need to be redrawn. Just hide the
17123         scrollbars when they are no longer needed instead of removing
17124         them, so they don't have to be created again and again.
17125         
17126 2005-01-07  Geoff Norton  <gnorton@customerdna.com>
17127
17128         * XplatUIOSX.cs (SetCaretPos):  We need to translate the view
17129         coordinates to window space to place the caret properly, FIXED.
17130         Implement GetWindowState & SetWindowState
17131
17132 2005-01-06  Peter Bartok <pbartok@novell.com>
17133
17134         * Form.cs:
17135           - Implemented ClientSize property
17136           - Implemented DesktopBounds property
17137           - Implemented DesktopLocation property
17138           - Implemented IsRestrictedWindow property
17139           - Implemented Size property
17140           - Implemented TopLevel property
17141           - Implemented FormWindowState property
17142         * Control.cs:
17143           - Implemented GetTopLevel() method
17144           - Implemented SetTopLevel() method
17145         * X11Structs.cs (Atom):
17146           - Added AnyPropertyType definition
17147           - Added MapState definiton and updated XWindowAttribute struct
17148         * XplatUI.cs: Added GetWindowState() and SetWindowState() methods
17149         * XplatUIDriver.cs: Added GetWindowState() and SetWindowState() methods
17150         * XplatUIOSX.cs: Stubbed GetWindowState() and SetWindowState() methods
17151         * XplatUIWin32.cs:
17152           - Implemented GetWindowState() and SetWindowState() methods
17153           - Fixed Win32GetWindowLong return type
17154         * XplatUIX11.cs:
17155           - Introduced central function for sending NET_WM messages
17156           - Implemented GetWindowState() and SetWindowState() methods
17157         * TextBoxBase.cs (set_Lines):
17158           - Now uses Foreground color for text added via Text property (Duh!)
17159           - Added code to remember programmatically requested size (fixes
17160             behaviour when Multiline is set after Size)
17161           - Added AutoSize logic
17162
17163 2005-01-06  Jackson Harper  <jackson@ximian.com>
17164
17165         * TreeView.cs: Draw the image after the checkbox if checkboxes are enabled.
17166
17167 2005-01-06  Jackson Harper  <jackson@ximian.com>
17168
17169         * ListBox.cs: Don't allow the horizontal scrollbars maximum to be
17170         set to less then 0.
17171
17172 2005-01-06  Jackson Harper  <jackson@ximian.com>
17173
17174         * ScrollableControl.cs: Lazy init the scrollbars.
17175         
17176 2005-01-06  Jackson Harper  <jackson@ximian.com>
17177
17178         * Theme.cs: Speed up getting pens and solid brushes, by using
17179         their ARGB as a hash instead of tostring and not calling Contains.
17180
17181 2005-01-06  Peter Bartok <pbartok@novell.com>
17182
17183         * Form.cs:
17184           - Implemented OnActivated and OnDeactivate event trigger
17185           - Implemented Activate() method
17186           - Fixed ShowDialog() to activate the form that was active before
17187             the dialog was shown
17188         * XplatUIX11.cs:
17189           - Added global active_window var that tracks the currently active
17190             X11 window
17191           - Now always grabs Property changes from the root window to always
17192             catch changes on the active window property
17193           - Added code to PropertyNotify handler to send Active/Inactive
17194             messages when state changes. This puts X11 and Win32 en par on
17195             WM_ACTIVATE notifications (except for double notifications when
17196             the user clicks away from our modal window to another one of our
17197             windows)
17198
17199 2005-01-05  Jackson Harper  <jackson@ximian.com>
17200
17201         * ImageList.cs: Implment ctor
17202
17203 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
17204
17205         * XplatUIOSX.cs: Implement Activate/SetTopmost
17206
17207 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
17208
17209         * XplatUIOSX.cs: Implement SetZOrder, minor cleanup
17210
17211 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
17212
17213         * XplatUIOSX.cs: Implement GetActive/SetFocus.
17214
17215 2005-01-05  Peter Bartok <pbartok@novell.com>
17216
17217         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs,
17218           XplatUIOSX.cs: Added GetActive method to return the currently
17219           active window for the application (or null, if none is active)
17220         * Form.cs:
17221           - Implemented ActiveForm
17222           - Commented out owner assignment for modal dialogs (causes problems
17223             on Win32, since the owner will be disabled)
17224           - Reworked some Active/Focus handling (still incomplete)
17225         * CommonDialog.cs: Commented out owner assignment for modal dialogs
17226           (causes problems on Win32, since the owner will be disabled)
17227         * IWin32Window: Added ComVisible attribute
17228
17229 2005-01-05  Peter Bartok <pbartok@novell.com>
17230
17231         * ToolTip.cs (WndProc): Enable setting focus now that we have the
17232           required XplatUI functions.
17233
17234 2005-01-05  Peter Bartok <pbartok@novell.com>
17235
17236         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIDriver.cs,
17237           XplatUIX11.cs, X11Structs.cs, Form.cs: Framework code required
17238           to implement focus and activation handling; still incomplete and
17239           with debug output
17240
17241 2005-01-04  Peter Bartok <pbartok@novell.com>
17242
17243         * TextBoxBase.cs: Changed access level for Document property to
17244           match switch to internal for TextControl
17245
17246 2005-01-04  Peter Bartok <pbartok@novell.com>
17247
17248         * AccessibleObject: Added ComVisible attribute
17249
17250 2005-01-04  Jackson Harper  <jackson@ximian.com>
17251
17252         * X11Keyboard.cs: Remove unneeded var.
17253
17254 2005-01-04  Jackson Harper  <jackson@ximian.com>
17255
17256         * XplatUIX11.cs (DoEvents): Implement, Just cast aside all events
17257         but PAINT.
17258         * XplatUIX11.cs (GetMessage): Call Exit when we get an unknown
17259         ClientMessage. This makes apps exit cleanly (more often).
17260         
17261 2005-01-04  Jackson Harper  <jackson@ximian.com>
17262
17263         * TreeNode.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) for
17264         handling focus, return correct colors and fonts,
17265         * TreeView.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) to
17266         handle selection, horizontal scrolling, and mouse interaction.
17267
17268 2005-01-04  Peter Bartok <pbartok@novell.com>
17269
17270         * ICommandExecutor.cs: Added
17271         * IDataGridColumnStyleEditingNotificationService.cs: Added
17272         * IFeatureSupport.cs: Added
17273         * IFileReaderService.cs: Added
17274         * IDataObject.cs: Added ComVisible attribute
17275         * AmbientProperties.cs: Added
17276         * BaseCollection.cs: Added missing attributes
17277         * ListBindingConverter.cs: Added (stubbed, required for certain attributes)
17278         * BaseCollection.cs: Added missing attributes
17279         * Binding.cs: Added TypeConverter attribute
17280         * BindingContext.cs: Added DefaultEvent attribute
17281         * BindingsCollection.cs: Added DefaultEvent attribute
17282         * Button.cs: Added DefaultValue attribute
17283         * DragEventArgs.cs: Added ComVisible attribute
17284         * GiveFeedbackEventArgs.cs: Added ComVisible attribute
17285         * KeyEventArgs.cs: Added ComVisible attribute
17286         * KeyPressEventArgs.cs: Added ComVisible attribute
17287         * MouseEventArgs.cs: Added ComVisible attribute
17288         * NavigateEventArgs.cs: Added
17289         * NavigateEventHandler.cs: Added
17290         * FeatureSupport.cs: Added
17291         * OSFeature.cs: Added
17292         * Theme.cs: Added abstract Version property to support OSFeature
17293         * ThemeWin32Classic.cs: Added Version property to
17294           support OSFeature.Themes
17295         * ProgressBar.cs: Removed OnPaintBackground override, not required since
17296           the proper styles to avoid background drawing are set, also doesn't
17297           match MS signature
17298         * QueryAccessibilityHelpEventArgs.cs: Added ComVisible attribute
17299         * QueryContinueDragEventArgs.cs: Added ComVisible attribute
17300         * ScrollEventArgs.cs: Added ComVisible attribute
17301         * SplitterEventArgs.cs: Added ComVisible attribute
17302         * AccessibleSelection.cs: Added Flags attribute
17303         * Appearance.cs: Added ComVisible attribute
17304         * Border3DSide.cs: Added ComVisible attribute
17305         * Border3DStyle.cs: Added ComVisible attribute
17306         * BorderStyle.cs: Added ComVisible attribute
17307         * DragAction.cs: Added ComVisible attribute
17308         * ErrorBlinkStyle.cs: Added
17309         * ScrollEventType.cs: Added ComVisible attribute
17310         * AnchorStyles.cs: Added Editor attribute
17311         * DockStyle.cs: Added Editor attribute
17312         * HorizontalAlignment.cs: Added ComVisible attribute
17313         * HelpEventArgs.cs: Added ComVisible attribute
17314         * PaintEventArgs.cs: Added IDisposable
17315
17316 2005-01-04  Peter Bartok <pbartok@novell.com>
17317
17318         * TextControl.cs: Switched Line, LineTag and Document classes to
17319           internal
17320
17321 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
17322
17323         * ComboBox.cs, ThemeWin32Classic.cs, ListBox.cs, Theme.cs:
17324         Simple mode, fixes, IntegralHeight, etc.
17325
17326 2005-01-04  Peter Bartok <pbartok@novell.com>
17327
17328         * TextBoxBase.cs: Using proper font variable now
17329
17330 2005-01-04  Peter Bartok <pbartok@novell.com>
17331
17332         * Form.cs (ShowDialog): Set parent to owner, if provided
17333         * GroupBox.cs: Removed unused vars
17334         * TextControl.cs:
17335           - Added GetHashCode() for Document and LineTag classes
17336           - Removed unused variables
17337           - Added CharIndexToLineTag() and LineTagToCharIndex() methods
17338             to allow translation between continuous char position and line/pos
17339         * CheckBox.cs: Removed vars that are provided by base class
17340         * RadioButton.cs: Removed vars that are provided by base class, added
17341           new keyword where required
17342         * LinkLabel.cs: Added new keyword where required
17343         * Control.cs (WndProc): Removed unused variable
17344         * TextBoxBase.cs:
17345           - Finished SelectionLength property
17346           - Implemented SelectionStart property
17347           - Implemented Text property
17348           - Removed unused vars
17349         * MessageBox.cs: Added new keyword where required
17350         * TextBox.cs: Removed Text property code (now in TextBoxBase), fixed
17351           WndProc signature
17352         * MenuAPI.cs: Added new keyword where required
17353         * ButtonBase.cs: Removed vars that are provided by base class, added
17354           new keyword where required
17355         * ThemeWin32Classic.cs (DrawMonthCalendarDate): Now cast Math.Floor
17356           argument to double, to allow compiling with csc 2.0 (Atsushi ran
17357           into this)
17358         * Application.cs (Run): Now triggers the ThreadExit event
17359         * CommonDialog.cs: Added new keyword where required; now properly sets
17360           parent (owner) for dialog
17361         * XplatUIX11.cs: Commented out unused vars
17362         * StatusBar.cs: Fixed signature for Text property
17363         * TabPage.cs: Undid Jordi's removal of unused var, now using the var
17364
17365 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
17366
17367         * ComboBox.cs, TabPage.cs, MenuAPI.cs, ThemeWin32Classic.cs,
17368         TrackBar.cs, MonthCalendar.cs: remove unused vars
17369
17370 2005-01-03  Jackson Harper  <jackson@ximian.com>
17371
17372         * ThemeWin32Classic.cs:
17373         * X11Keyboard.cs: Remove unused vars.
17374
17375 2005-01-03  Peter Bartok  <pbartok@novell.com>
17376
17377         * TextBox.cs:
17378           - set_Text: Tied into TextControl
17379           - set_TextAlignment: Tied into TextControl
17380         * TextControl.cs:
17381           - Added alignment properties and implemented alignment handling
17382             and drawing (still has a bug, not generating proper expose events)
17383           - Added new Line() constructor to allow passing the line alignment
17384           - Fixed selection setting, properly handling end<start now
17385           - Added aligment considerations to RecalculateDocument()
17386         * TextBoxBase.cs:
17387           - Now properly enforces control height for single line controls
17388           - Added support for CharacterCasing
17389           - Added IsInputKey override
17390           - Fixed Keys.Enter logic
17391           - Added SetBoundsCore override
17392           - Fixed mouse selection handling
17393
17394 2005-01-03  Jackson Harper  <jackson@ximian.com>
17395
17396         * TreeView.cs:
17397           - Collapse and uncheck all nodes when CheckBoxes is disabled.
17398           - Checkboxes are always aligned to the bottom of the node,
17399           regardless of item height.
17400           - Use the node bounds to draw the text so we can center it when
17401           the item height is greater then the font height.
17402           - Node::Bounds are only the text part of the node.
17403         * TreeNode.cs: New method to combine collapsing and unchecking all
17404           nodes recursively.
17405
17406 2005-01-02  Jackson Harper  <jackson@ximian.com>
17407
17408         * TreeView.cs: Draw checkmarks, handle detecting check mark clicks
17409         * TreeNode.cs: Add a bounding box for the checkbox, refresh the
17410         tree when a check is changed. TODO: Only refresh the checked node.
17411
17412 2004-12-30  Jackson Harper  <jackson@ximian.com>
17413
17414         * TreeView.cs: Draw checkbox boxes when checkboxes are enabled.
17415         * TreeNode.cs: When collapsing make sure to never collapse the
17416         root node.
17417
17418 2004-12-29  Jackson Harper  <jackson@ximian.com>
17419
17420         * TreeView.cs: Align lines to the bottom of plus minus boxes properly.
17421         
17422 2004-12-28  Zoltan Varga  <vargaz@freemail.hu>
17423
17424         * X11Structs.cs X11Keyboard.cs XplatUIX11.cs: Fix 64 bit issues.
17425
17426 2004-12-28  Peter Bartok  <pbartok@novell.com>
17427
17428         * MessageBox.cs (get_CreateParams): Don't use owner var if it's
17429           not yet assigned
17430
17431 2004-12-28  Peter Bartok  <pbartok@novell.com>
17432
17433         * Control.cs (WndProc): Added WM_HELP handler, now generates
17434           HelpRequested event
17435         * Form.cs: Added HelpButton property and required support code
17436         * XplatUIStructs.cs: Added HELPINFO structure for WM_HELP handling
17437
17438 2004-12-28  Peter Bartok  <pbartok@novell.com>
17439
17440         * CommonDialog.cs:
17441           - Made DialogForm.owner variable internal
17442           - Added check to ensure owner form is set before setting
17443             owner properties in CreateParams
17444
17445 2004-12-28  Geoff Norton  <gnorton@customerdna.com>
17446
17447         * XplatUIOSX.cs: Implement mouse hovering.  Fix QDPoint struct to avoid
17448           swizzling.  Implement ClientToScreen and ScreenToClient.  Implement
17449           GetCursorPos.  Fix major visibility issues.  Rework the windowing
17450           system to support borderless/titleless windows (implements menus).
17451           Fix GetWindowPos.  Implement initial background color support for
17452           views.
17453
17454 2004-12-28  Peter Bartok  <pbartok@novell.com>
17455
17456         * Form.cs (get_CreateParams): Make sure we have an owner before using
17457           the owner variable. Implement proper default if no owner exists
17458
17459 2004-12-28  Peter Bartok  <pbartok@novell.com>
17460
17461         * In preparation for making Managed.Windows.Forms the default build target
17462           for System.Windows.Forms, the following stubbed files were added.
17463           Dialogs are currently being implemented by contributors and are only
17464           short-term place holders.
17465         * ColorDialog.cs: Initial check-in (minmal stub)
17466         * DataGrid.cs: Initial check-in (minimal stub)
17467         * DataGridLineStyle.cs: Initial check-in (minimal stub)
17468         * DataGridParentRowsLabelStyle.cs: Initial check-in (minimal stub)
17469         * DataGridTableStyle.cs: Initial check-in (minimal stub)
17470         * FontDialog.cs: Initial check-in (minimal stub)
17471         * FileDialog.cs: Initial check-in (minimal stub)
17472         * GridColumnStylesCollection.cs: Initial check-in (minimal stub)
17473         * GridTableStylesCollection.cs: Initial check-in (minimal stub)
17474         * OpenFileDialog: Initial check-in (minimal stub)
17475         * IComponentEditorPageSite.cs: Initial check-in
17476         * Splitter.cs: Initial check-in (for Jackson)
17477         * SplitterEventArgs.cs: Initial check-in (for Jackson)
17478         * SplitterEventHandler.cs: Initial check-in (for Jackson)
17479         * TextBox.cs: Initial check-in; still needs some wiring to
17480           TextControl backend
17481         * Form.cs: Implemented ControlBox property
17482         * MessageBox.cs: Added proper coding for Minimize/Maximize/ControlBox
17483         * CommonDialog.cs: Added proper coding for Minimize/Maximize/ControlBox
17484         * TextControl.cs: Added selection functionality; added todo header
17485         * TextBoxBase.cs:
17486           - Implemented Lines property
17487           - Implemented TextHeight property
17488           - Implemented SelectedText property
17489           - Implemented SelectionLength property
17490           - Implemented SelectAll method
17491           - Implemented ToString method
17492           - Removed and cleaned up some debug code
17493           - Implemented (still buggy) mouse text selection
17494
17495 2004-12-27  Jordi Mas i Hernandez <jordi@ximian.com>
17496
17497         * ComboBox.cs: Complete DropDownList implementation, fixes.
17498
17499 2004-12-26  Jordi Mas i Hernandez <jordi@ximian.com>
17500
17501         * ThemeWin32Classic, Theme.cs: ComboBox drawing methods
17502         * ComboBoxStyle.cs: ComboBoxStyle enum
17503         * ComboBox.cs: Initial work on ComboBox control
17504
17505 2004-12-21  Peter Bartok  <pbartok@novell.com>
17506
17507         * Control.cs (ctor, CreateParams): Moved setting of is_visible
17508           forward so that anything that creates a window gets the default,
17509           also no longer uses Visible property in CreateParams to avoid
17510           walking up the parent chain and possibly get the wrong visible
17511           status. Fixed IsVisible to no longer walk up to the parent.
17512
17513 2004-12-21  Peter Bartok  <pbartok@novell.com>
17514
17515         * Form.cs (ShowDialog): Unset modality for the proper window
17516  
17517 2004-12-20  Peter Bartok  <pbartok@novell.com>
17518
17519         * CommonDialog.cs: Initial check-in
17520
17521 2004-12-20  Peter Bartok  <pbartok@novell.com>
17522
17523         * Control.cs (Visible): Now uses the parent window instead of the
17524           client area window for the property
17525
17526         * Form.cs
17527           - ShowDialog(): Now uses the proper window for modality
17528           - The default visibility state for the form parent is now false. This
17529             will prevent the user from seeing all the changes to the form and
17530             its controls before the application hits Application.Run()
17531           - Removed some stale commented out code
17532
17533         * NativeWindow.cs:
17534           - Added FindWindow() method to have a method to check for existence
17535             of a window handle
17536           - Added ability to override default exception handling (for example
17537             when debugging with VS.Net; to do this the ExternalExceptionHandler
17538             define must be set
17539           - Removed some useless debug output
17540
17541         * XplatUIX11.cs:
17542           - Removed r37929 (SetModal patch from Ashwin Bharambe), was
17543             not working as expected
17544           - Implemented modal_window stack and checking for _WM_ACTIVE_WINDOW
17545             property to allow switching back to the modal window if focus is
17546             given to another one of our windows (Application Modal)
17547           - Now only sets override_redirect if we create a window
17548             without WS_CAPTION
17549           - Moved EventMask selection before mapping of newly created window
17550             so we can catch the map event as well
17551           - Implemented Activate() method via the _WM_ACTIVE_WINDOW property
17552           - Added various Atom related DllImports
17553           - Implemented Exit() method
17554           - .ctor() : No longer shows window if WS_VISIBLE is not defined
17555             in the CreateParams
17556
17557         * MessageBox.cs: Now properly deals with the FormParent window by
17558           providing an override the FormParent CreateParams property to
17559           set as POPUP instead of OVERLAPPED window.
17560
17561 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
17562
17563         * XplatUIOSX.cs: Implement DestroyWindow.  Implement ScrollWindow
17564         Minor code cleanup.
17565
17566 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
17567         
17568         * XplatUIOSX.cs (SetModal): Implement this method on OSX.
17569
17570 2004-12-18  Peter Bartok  <pbartok@novell.com>
17571
17572         * XplatUIX11.cs (SetModal): Applied patch from Ashwin Bharambe,
17573           implementing SetModal() method
17574
17575 2004-12-18  Peter Bartok  <pbartok@novell.com>
17576
17577         * X11Structs.cs (XGCValues): Fixed type of function element
17578         * XplatUI.cs: Added ScrollWindow() method
17579         * XplatUIDriver.cs: Added ScrollWindow() abstract
17580         * XplatUIWin32.cs: Implemented ScrollWindow() method
17581         * XplatUIX11.cs: Implemented ScrollWindow() method
17582         * XplatUIOSX.cs: Stubbed out ScrollWindow() method
17583
17584 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
17585
17586         * XplatUIOSX.cs:  Fix cursor to use an Invert instead of drawing it
17587         Some more keyboard support (INCOMPLETE)
17588
17589 2004-12-17  Peter Bartok  <pbartok@novell.com>
17590
17591         * TextControl.cs:
17592         - Added color attribute to line tags.
17593         - Added color argument to all functions dealing with tags
17594         - Added color argument support to various functions
17595         - Fixed miss-calculation of baseline/shift in certain circumstances
17596
17597         * TextBoxBase.cs: Added new color option to test code
17598
17599 2004-12-17  Jackson Harper  <jackson@ximian.com>
17600
17601         * TreeNode.cs:
17602         * MonthCalendar.cs: Signature fixes
17603
17604 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
17605
17606         * XplatUIOSX.cs: Find the missing caret; caret was dissappearing after a
17607         keyboard event moved it.  Create a new graphics context for each paint resolves this
17608
17609 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
17610
17611         * XplatUIOSX.cs: Fix hard cpu eat on loop with existing timers,
17612         Make caret exist and go blink blink.  Initial keyboard support.
17613         Fix exception handler, Add Invalidate support.  Change way RefreshWindow
17614         works.
17615
17616 2004-12-17  Jackson Harper  <jackson@ximian.com>
17617
17618         * XplatUIStructs.cs: Updated set of virtual keycodes.
17619         * KeyboardLayouts.cs: SCROLL_LOCK is now SCROLL
17620
17621 2004-12-17  Jackson Harper  <jackson@ximian.com>
17622
17623         * XplatUIX11.cs: Prune old keyboard code.
17624
17625 2004-12-17  Jackson Harper  <jackson@ximian.com>
17626
17627         * XplatUIX11.cs: When generating mouse wparams get the modifier
17628         keys from the ModifierKeys property.
17629
17630 2004-12-17  Jackson Harper  <jackson@ximian.com>
17631
17632         * X11Keyboard.cs: Send up/down input when generating
17633         messages. Remove some unused vars.
17634
17635 2004-12-17  Jackson Harper  <jackson@ximian.com>
17636
17637         * TabControl.cs:
17638         * TreeView.cs: get rid of warnings.
17639
17640 2004-12-17  Jackson Harper  <jackson@ximian.com>
17641
17642         * XplatUIStructs.cs: Fix a couple wrong virtual keycodes.
17643
17644 2004-12-17  Jordi Mas i Hernandez <jordi@ximian.com>
17645
17646         * ListBox.cs: bug fixes, changes for CheckedListBox.cs
17647           CheckedListBox.cs: Implementation
17648
17649 2004-12-17  Peter Bartok  <pbartok@novell.com>
17650
17651         * TextControl.cs (RecalculateLine): Fixed baseline aligning calcs
17652
17653 2004-12-16  Peter Bartok  <pbartok@novell.com>
17654
17655         * TextControl.cs:
17656           - InsertCharAtCaret(): Fixed start pos fixup
17657           - CaretLine_get: No longer derives the line from the tag, the tag
17658             could be stale if lines in the document have been added or deleted
17659           - RebalanceAfterDelete(): Fixed bug in balancing code
17660           - RebalanceAfterAdd(): Fixed really stupid bug in balancing code
17661           - Line.Streamline(): Now can also elminate leading empty tags
17662           - DumpTree(): Added a few more tests and prevented exception on
17663             uninitialized data
17664           - Added Debug section for Combining lines
17665           - Delete(): Now copies all remaining properties of a line
17666           
17667         * TextBoxBase.cs:
17668           - Left mousebutton now sets the caret (and middle button still acts
17669             as formatting tester, which must go away soon)
17670           - Added Debug section for Deleting/Combining lines
17671           - Fixed calculations for UpdateView after Combining lines
17672
17673 2004-12-16  Peter Bartok  <pbartok@novell.com>
17674
17675         * TextControl.cs: Now properly aligns text on a baseline, using the
17676           new XplatUI.GetFontMetrics() method. Simplified several calculations
17677         * TextBoxBase.cs: Moved #endif to allow compiling if Debug is not
17678           defined
17679
17680 2004-12-16  Peter Bartok  <pbartok@novell.com>
17681
17682         * XplatUI.cs: Added GetFontMetrics() method
17683         * XplatUIDriver.cs: Added GetFontMetrics() abstract
17684         * XplatUIX11.cs: Implemented GetFontMetrics() method, now calls
17685           into libgdiplus, our private GetFontMetrics function
17686         * XplatUIOSX.cs: Implemented GetFontMetrics() method, same as X11
17687         * XplatUIWin32.cs: Implemented GetFontMetrics() method
17688
17689 2004-12-16  Jackson Harper  <jackson@ximain.com>
17690
17691         * XplatUIStruct.cs: Add enum for dead keys
17692         * X11Keyboard.cs: Map and unmap dead keys.
17693
17694 2004-12-16  Jackson Harper  <jackson@ximian.com>
17695
17696         * X11Keyboard.cs: Detect and use the num lock mask.
17697
17698 2004-12-16  Peter Bartok  <pbartok@novell.com>
17699
17700         * Control.cs (CreateGraphics): Added check to make sure the
17701           handle of the window exists before calling Graphics.FromHwnd()
17702
17703 2004-12-16  Peter Bartok  <pbartok@novell.com>
17704
17705         * TextBoxBase.cs: Initial check-in. DO NOT TRY TO USE THIS YET. It
17706           contains a lot of code that's not supposed to be there for the
17707           real thing, but required for developing/testing the textbox
17708           backend.
17709
17710 2004-12-16  Peter Bartok  <pbartok@novell.com>
17711
17712         * TextControl.cs:
17713         - Fixed Streamline method
17714         - Added FindTag method to Line
17715         - Added DumpTree method for debugging
17716         - Added DecrementLines() method for deleting lines
17717         - Fixed UpdateView to update the cursor to end-of-line on single-line
17718           updates
17719         - Added PositionCaret() method
17720         - Fixed MoveCaret(LineDown) to move into the last line, too
17721         - Added InsertChar overload
17722         - Fixed InsertChar tag offset calculations
17723         - Added DeleteChar() method
17724         - Added Combine() method for folding lines
17725         - Fixed Delete() method, no longer allocates wasted Line object and
17726           now copies all properties when swapping nodes
17727         - Delete() method now updates document line counter
17728
17729 2004-12-15  Jackson Harper  <jackson@ximian.com>
17730
17731         * XplatUIX11.cs: Get the modifier keys from the keyboard driver
17732         * X11Keyboard.cs: Expose the currently selected modifier keys
17733         through a property.
17734
17735 2004-12-15  Peter Bartok  <pbartok@novell.com>
17736
17737         * TextControl.cs: Initial check-in. Still incomplete
17738
17739 2004-12-15  Jackson Harper  <jackson@ximian.com>
17740
17741         * TreeNode.cs:
17742         * TreeView.cs: Fix build on csc (second time today ;-))
17743
17744 2004-12-15  Jackson Harper  <jackson@ximian.com>
17745
17746         * TreeView.cs: Store the treenodes plus/minus box bounds when it
17747         is calculated and use this for click testing.
17748         * TreeNode.cs: Add functionality to store the nodes plus minus box bounds.
17749
17750 2004-12-15  Jackson Harper  <jackson@ximian.com>
17751
17752         * TreeView.cs: Pass the nodes image index to the image list when
17753         drawing that image.
17754
17755 2004-12-15  Jackson Harper  <jackson@ximian.com>
17756
17757         * X11Keyboard.cs: Set messages hwnd.
17758         * XplatUIX11.cs: Pass proper hwnd wot keyboard driver. Set hwnd on
17759         post_message calls.
17760
17761 2004-12-15  Jackson Harper  <jackson@ximian.com>
17762
17763         * X11Keyboard.cs: Fix to compile with csc.
17764         
17765 2004-12-15  Jackson Harper  <jackson@ximian.com>
17766
17767         * X11Structs.cs: Add key mask values
17768         * XplatUIStruct.cs: Add keyboard event flags, and keyboard definitions
17769         * X11Keyboard.cs: New file - Extrapolates and interpolates key
17770         down/up foo into WM_CHAR foo
17771         * KeyboardLayouts.cs: Common keyboard layouts
17772         * XplatUIX11.cs: Add the keyboard driver. Add functionality to
17773         post messages into the main queue.
17774
17775 2004-12-13  Jordi Mas i Hernandez <jordi@ximian.com>
17776
17777         * Button.cs: implement ProcessMnemonic
17778         * ThemeWin32Classic.cs: use ResPool (caching) instead of creating
17779           brushes everytime
17780         * Control.cs: fixes IsMnemonic (support for &&, case insensitive, etc)
17781         * ButtonBase.cs: Show HotkeyPrefix (not the &)
17782
17783 2004-12-12  John BouAntoun  <jba-mon@optusnet.com.au>
17784         
17785         * MonthCalendar.cs: Implemented click-hold for next/previous month
17786           and date selection
17787           
17788 2004-12-11  Peter Bartok  <pbartok@novell.com>
17789
17790         * X11Structs.cs:
17791           - Added XKeyboardState (moved from XplatUIX11.cs)
17792           - Added XCreateGC related enums and structures
17793           - Added GXFunction for XSetFunction
17794
17795         * XplatUIStructs.cs: Added missing WS_EX_xxx definitions
17796
17797         * XplatUI.cs: Added CreateCaret(), DestroyCaret(), SetCaretPos() and
17798           CaretVisible() calls
17799
17800         * ToolTip.cs: Added code to prevent stealing focus from app windows
17801
17802         * XplatUIDriver.cs: Added abstracts for caret functions (CreateCaret,
17803           DestroyCaret, SetCaretPos and CaretVisible)
17804
17805         * XplatUIX11.cs:
17806           - Added implementation for caret functions
17807           - Moved hover variables into a struct, to make it a bit easier
17808             on the eyes and to debug
17809           - Removed XKeyboardState (moved to XplatUIX11.cs)
17810           - Moved Keyboard properties into the properties region
17811
17812         * Control.cs (get_Region): Control.CreateGraphics is the appropriate
17813           call to get a graphics context for our control
17814
17815         * XplatUIOSX.cs: Added empty overrides for the new caret functions
17816
17817         * TreeView.cs: Fixed bug. No matter what color was set it would always
17818           return SystemColors.Window
17819
17820         * XplatUIWin32.cs: Implemented caret overrides
17821
17822 2004-12-10  Jordi Mas i Hernandez <jordi@ximian.com>
17823
17824         * ListBox.cs: fire events, implement missing methods and properties,
17825         sorting.
17826
17827 2004-12-10  John BouAntoun <jba-mono@optusnet.com.au>
17828
17829         * MonthCalendar.cs: invalidation bug fixing
17830         * ThemeWin32Classic.cs: paint fixing
17831
17832 2004-12-09  Geoff Norton  <gnorton@customerdna.com>
17833
17834         * XplatUIOSX.cs: Refactor to pass the real hwnd into Graphics.FromHwnd, we
17835         prepare the CGContextRef there now.
17836
17837 2004-12-09  John BouAntoun <jba-mono@optusnet.com.au>
17838
17839         * MonthCalendar.cs:
17840           - optimisationL only invalidate areas that have changed
17841         * ThemeWin32Classic.cs:
17842           - only paint parts that intersect with clip_area
17843
17844 2004-12-09  Peter Bartok  <pbartok@novell.com>
17845
17846         * Application.cs: Undid changes from r37004 which cause problems
17847         on X11
17848
17849 2004-12-09  Ravindra  <rkumar@novell.com>
17850
17851         * ToolBar.cs: Added support for displaying ContextMenu
17852         attached to a button on ToolBar.
17853         * ToolBarButton.cs: Uncomment/fixed the DropDownMenu
17854         property.
17855
17856 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
17857
17858         * Label.cs: autosize works in text change and removes unnecessary
17859         invalidate
17860
17861 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
17862
17863         * ThemeWin32Classic.cs, XplatUIOSX.cs, XplatUIWin32.cs:
17864         remove warnings
17865
17866 2004-12-08  Geoff Norton  <gnorton@customerdna.com>
17867
17868         * XplatUIOSX.cs: Added mouse move/click/grab support
17869         Remove some debugging WriteLines not needed anymore.
17870         Add window resizing/positioning.
17871         Fix visibility on reparenting.
17872
17873 2004-12-08  Peter Bartok  <pbartok@novell.com>
17874
17875         * XplatUIOSX.cs: Added Idle event, now compiles on VS.Net
17876
17877 2004-12-07  Geoff Norton  <gnorton@customerdna.com>
17878
17879         * XplatUIOSX.cs: Initial checkin
17880         * XplatUI.cs: Use the Quartz driver if the environment is set to use it
17881
17882 2004-12-03  Ravindra <rkumar@novell.com>
17883
17884         * ListView.cs: Added some keybindings and fixed scrolling.
17885         ScrollBars listen to ValueChanged event instead of Scroll
17886         Event. This would let us take care of all changes being
17887         done in the scrollbars' values programmatically or manually.
17888         * ListView.cs (CanMultiselect): Added a check for shift key.
17889         * ListView.cs (EnsureVisible): Fixed. Do proper scrolling.
17890         * ListViewItem.cs (Clone): Fixed. We need to make a copy
17891         of ListViewSubItemCollection as well.
17892
17893 2004-12-06  Peter Bartok <pbartok@novell.com>
17894
17895         * Control.cs (Parent): Added check and exception to prevent
17896         circular parenting
17897
17898 2004-12-03  Jordi Mas i Hernandez <jordi@ximian.com>
17899
17900         * ListBox.cs: implemented clipping, selection single and multiple,
17901         bug fixing
17902
17903 2004-12-03  Ravindra <rkumar@novell.com>
17904
17905         * ListView.cs (ListView_KeyDown):
17906         * ListView.cs (ListView_KeyUp): Fixed multiple selection handling
17907         when CTRL key is pressed.
17908         * ListViewItem.cs (Selected): Fixed setting the property.
17909
17910 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
17911
17912         * Application.cs (OnThreadException): Use ThreadExceptionDialog.
17913
17914         * Form.cs: Add ActiveForm, FormBorderStyle, MaximizeBox,
17915         MinimizeBox, ShowInTaskbar, TopMost properties.
17916
17917         * ThreadExceptionDialog.cs: Implemented (disabled TextBox until
17918         will be implemented).
17919
17920 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
17921
17922         * OwnerDrawPropertyBag.cs: New internal parameterless ctor.
17923
17924         * TreeNode.cs: Implemented ICloneable, Fixed to pass my simple
17925         tests.
17926         
17927         * TreeNodeCollection.cs: Add exception throwing for Add,AddRange.
17928         
17929         * TreeView.cs: BackColor is Colors.Window.
17930
17931 2004-12-01  Jackson Harper  <jackson@ximian.com>
17932
17933         * TreeView.cs: When resizing the tree if the user is making it
17934         smaller we don't get expose events, so we need to handle adding
17935         the horizontal scrollbar in the size changed handler as well as
17936         the expose handler.
17937
17938 2004-12-02  Jordi Mas i Hernandez <jordi@ximian.com>
17939
17940         * DrawItemState.cs: fixes wrong enum values
17941
17942 2004-12-01  Jackson Harper  <jackson@ximian.com>
17943
17944         * TreeView.cs: Resize the hbar as well as the vbar on resize.
17945
17946 2004-12-01  Jackson Harper  <jackson@ximian.com>
17947
17948         * NodeLabelEditEventArgs.cs:
17949         * NodeLabelEditEventHandler.cs:
17950         * OpenTreeNodeEnumerator.cs:
17951         * TreeNode.cs:
17952         * TreeNodeCollection.cs:
17953         * TreeView.cs:
17954         * TreeViewAction.cs:
17955         * TreeViewCancelEventArgs.cs:
17956         * TreeViewCancelEventHandler.cs:
17957         * TreeViewEventArgs.cs:
17958         * TreeViewEventHandler.cs: Initial implementation.
17959
17960 2004-12-01  Ravindra <rkumar@novell.com>
17961
17962         * ListView.cs (CalculateListView): Fixed scrolling related
17963         calculations. Also, removed some debug statements from other
17964         places.
17965         * ListViewItem.cs: Changed access to 'selected' instance variable
17966         from private to internal.
17967         * ThemeWin32Classic.cs (DrawListViewItem): Fixed SubItem drawing.
17968
17969 2004-12-01  Jordi Mas i Hernandez <jordi@ximian.com>
17970
17971         * ThemeWin32Classic.cs: remove cache of brush and pens for
17972         specific controls and use the global system, fixes scrollbutton
17973         bugs (for small sizes, disabled, etc)
17974         
17975         * ScrollBar.cs: does not show the thumb for very small controls
17976         (as MS) and allow smaller buttons that the regular size
17977
17978 2004-12-01  Miguel de Icaza  <miguel@ximian.com>
17979
17980         * UpDownBase.cs: Add abstract methods for the interface.
17981         Add new virtual methods (need to be hooked up to TextEntry when it
17982         exists).
17983         Add override methods for most features.
17984         Computes the size, forces the height of the text entry.
17985
17986         * NumericUpDown.cs: Put here the current testing code.
17987
17988         * Set eol-style property on all files that do not have mixed line
17989         endings, to minimize the future problems.  There are still a few
17990         files with mixed endings, and someone should choose whether they
17991         want to move it or not.
17992
17993 2004-11-30  Jordi Mas i Hernandez <jordi@ximian.com>
17994
17995         * MonthCalendar.cs, ListView.cs: use Theme colours instead of
17996         System.Colors
17997         
17998 2004-11-30  Ravindra <rkumar@novell.com>
17999
18000         * ThemeWin32Classic.cs (DrawListViewItem): Fixed selected item
18001         drawing and replaced use of SystemColors by theme colors.
18002         * ListView.cs (ListView_Paint): Fixed painting done during scrolling.
18003         * ListView.cs (ListViewItemCollection.Add): Throw exception when
18004         same ListViewItem is being added more than once.
18005
18006 2004-11-30  John BouAntoun <jba-mono@optusnet.com.au>
18007
18008         * MonthCalendar.cs:
18009           - ControlStyles love to make the control not flicker
18010           
18011 2004-11-30  Peter Bartok  <pbartok@novell.com>
18012
18013         * CharacterCasing.cs: Added
18014
18015 2004-11-29  Peter Bartok  <pbartok@novell.com>
18016
18017         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
18018           TreeViewAction.cs, TreeViewEventArgs.cs: Removed new files.
18019           I am removing these files as they conflict with already completed
18020           work. While it is fantastic to get contributions to MWF, I
18021           respectfully ask that everyone please coordinate their contributions
18022           through mono-winforms-list or #mono-winforms at this time. We're
18023           explicitly avoiding stubbing and don't want controls that don't have
18024           their basic functionality implemented in svn. Please also see
18025           http://www.mono-project.com/contributing/winforms.html
18026
18027
18028 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
18029
18030         * Application.cs (ModalRun): Don't hang after exit.
18031
18032         * Theme.cs: New TreeViewDefaultSize property.
18033
18034         * ThemeWin32Classic.cs: Replaced hardcoded defaultWindowBackColor
18035         with less hardcoded SystemColors constant.
18036         Implemented TreeViewDefaultSize.
18037
18038         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
18039         TreeViewAction.cs, TreeViewEventArgs.cs: New files.
18040
18041
18042 2004-11-29  John BouAntoun <jba-mono@optusnet.com.au>
18043
18044         * MonthCalendar.cs:
18045           - Fix NextMonthDate and PrevMonthDate click moving calendar
18046
18047 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
18048
18049         * MonthCalendar.cs:
18050           - Fix usage of ScrollChange Property when scrolling months
18051
18052 2004-11-26  Jordi Mas i Hernandez <jordi@ximian.com>
18053
18054         * Menu.cs, MainMenu.cs, MenuItem.cs, MenuAPI.cs
18055          - Fixes menu destroying
18056          - Support adding and removing items on already created menus
18057
18058 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
18059
18060         * MonthCalendar.cs:
18061           - Re-worked all bolded dates handling to match win32
18062         * ThemeWin32Classic.cs:
18063           - Fixed rendering with bolded dates
18064
18065 2004-11-25  Jordi Mas i Hernandez <jordi@ximian.com>
18066
18067         * ListBox.cs, Theme.cs, ThemeWin32Classic.cs:
18068         - Horizontal scroolbar
18069         - Multicolumn
18070         - Fixes
18071
18072
18073 2004-11-25  John BouAntoun <jba-mono@optusnet.com.au>
18074
18075         * MonthCalendar.cs:
18076           - Fix Usage of MaxSelectionCount from SelectionRange
18077           - Fixed Shift + Cursor Selection
18078           - Fixed Shift + (Pg up/Pg dn, Home/End) selection
18079           - Fixed normal cursor selection to be compat with win32
18080           - Fixed Shift + Mouse Click selection
18081
18082 2004-11-24  Peter Bartok <pbartok@novell.com>
18083
18084         * XplatUI.cs (DispatchMessage): Switched to return IntPtr
18085         * XplatUIDriver.cs (DispatchMessage): Switched to return IntPtr
18086         * XplatUIX11.cs:
18087           - CreatedKeyBoardMsg now updates keystate with Alt key
18088           - Added workaround for timer crash to CheckTimers, Jackson will
18089             develop a proper fix and check in later
18090           - Implemented DispatchMessage
18091           - Removed calling the native window proc from GetMessage (call
18092             now moved to DispatchMessage)
18093
18094         * KeyEventArgs.cs (Constructor): Now combines modifierkeys into
18095           the keydata (Fixes bug #69831)
18096
18097         * XplatUIWin32.cs:
18098           - (DispatchMessage): Switched to return IntPtr
18099           - Added DllImport for SetFocus
18100
18101 2004-11-24  Ravindra <rkumar@novell.com>
18102
18103         * ThemeWin32Classic.cs: Fixed ListView border and checkbox
18104         background drawing.
18105         * ListViewItem.cs: Fixed various properties, calculations
18106         and Clone() method. Fixed ListViewSubItemCollection.Clear() method.
18107         * ListView.cs: Fixed calculations, BackColor, ForeColor properties
18108         and some internal properties. Fixed MouseDown handler and Paint
18109         method.
18110
18111 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
18112
18113         * MonthCalendar.cs: Add TitleMonth ContextMenu handling
18114
18115 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
18116
18117         * ContainerControl.cs: correct accidental check in of local changes
18118
18119 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
18120
18121         * ThemeWin32Classic.cs:
18122                 - Fixed Drawing Last month in grid (sometimes not showing)
18123         * MonthCalendar.cs:
18124                 - Fixed title width calculation bug (makeing title small)
18125
18126 2004-11-23  Peter Bartok <pbartok@novell.com>
18127
18128         * XplatUIX11.cs:
18129           - Added generation of WM_MOUSEHOVER event
18130           - Added missing assignment of async_method atom
18131           - Fixed WM_ERASEBKGND; now only redraws the exposed area
18132
18133 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
18134
18135         * ThemeWin32Classic.cs:
18136                 - Fixed Drawing of today circle when showtodaycircle not set
18137                 - fixed drawing of first and last month in the grid (gay dates)
18138         * MonthCalendar.cs:
18139                 - Fixed Drawing of today circle
18140                 - Fixed drawing of grady dates
18141                 - Fixed HitTest for today link when ShowToday set to false
18142                 - Fixed DefaultSize to obey ShowToday
18143
18144 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
18145
18146         * ThemeWin32Classic.cs: Fixed DrawMonthCalendar and private support methods
18147         * System.Windows.Forms/Theme.cs
18148         * MonthCalendar.cs: added for MonthCalendar
18149         * SelectionRange.cs: added for MonthCalendar
18150         * Day.cs: added for MonthCalendar: added for MonthCalendar
18151         * DateRangeEventArgs.cs: added for MonthCalendar
18152         * DateRangeEventHandler.cs: added for MonthCalendar
18153
18154 2004-11-22  Ravindra <rkumar@novell.com>
18155
18156         * ThemeWin32Classic.cs: Fixed ListViewDrawing with 'UseItemStyleForSubItems'
18157         property.
18158
18159 2004-11-22  Miguel de Icaza  <miguel@ximian.com>
18160
18161         * UpDownBase.cs (InitTimer): Use prehistoric C# 1.0 notation for
18162         event handler.
18163         
18164         * NumericUpDown.cs: Added new implementation.
18165         * UpDownBase.cs: Added new implementation.
18166
18167         * XplatUIWin32.cs (KeyboardSpeed, KeyboardDelay): added default
18168         implementations.
18169         
18170         * XplatUIX11.cs (KeyboardSpeed, KeyboardDelay): added default
18171         implementations.
18172
18173         * XplatUIDriver.cs ((KeyboardSpeed, KeyboardDelay): added new
18174         methods.
18175
18176 2004-11-21  Miguel de Icaza  <miguel@ximian.com>
18177
18178         * Timer.cs  (Dispose): Should call the base dispose when
18179         overriding.
18180
18181 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
18182
18183         * ScrollBar.cs: updates thumb position when max, min or increment
18184         is changed
18185
18186 2004-11-21  Ravindra <rkumar@novell.com>
18187
18188         * ListView.cs: Implemented item selection, activation and
18189         column header style. Fixed properties to do a redraw, if
18190         required. Added support for MouseHover, DoubleClick, KeyDown
18191         and KeyUp event handling and some minor fixes.
18192         * ListViewItem.cs: Fixed constructor.
18193         * ThemeWin32Classic.cs: Improved drawing for ListView.
18194
18195 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
18196
18197         * ThemeWin32Classic.cs: initial listbox drawing code
18198         * DrawMode.cs: new enumerator
18199         * ListControl.cs: stubbed class
18200         * ListBox.cs: initial implementation
18201         * Theme.cs: new methods definitions
18202         * SelectionMode.cs: new enumerator
18203
18204 2004-11-17  Peter Bartok  <pbartok@novell.com>
18205
18206         * XplatUIWin32.cs: Added double-click events to the class style
18207         * Control.cs (WndProc):
18208           - Added handling of click-count to MouseDown/ MouseUp events.
18209           - Added handling of middle and right mouse buttons
18210           - Removed old debug code
18211
18212 2004-11-17  Jackson Harper  <jackson@ximian.com>
18213
18214         * XplatUIX11.cs: Use the new Mono.Unix namespace.
18215
18216 2004-11-17  Ravindra <rkumar@novell.com>
18217
18218         * ListView.cs: Added event handling for MouseMove/Up/Down.
18219         * ColumnHeader.cs: Added a read-only internal property 'Pressed'.
18220         * ThemeWin32Classic.cs: We need to clear the graphics context and
18221         draw column header in a proper state.
18222
18223
18224 2004-11-17  Jordi Mas i Hernandez <jordi@ximian.com>
18225
18226         *  Menu.cs: fixes signature
18227
18228 2004-11-16  Peter Bartok  <pbartok@novell.com>
18229
18230         * XplatUIX11.cs (GetMessage): Implemented generation of
18231           double click mouse messages
18232
18233 2004-11-12  Jordi Mas i Hernandez <jordi@ximian.com>
18234
18235         *  Form.cs, MainMenu.cs, MenuAPI.cs: tracker should be for tracking session
18236         not by menu
18237
18238 2004-11-11  Peter Bartok  <pbartok@novell.com>
18239
18240         * HandleData.cs: Added Visible property
18241         * XplatUIX11.cs (IsVisible): Now uses Visible property from
18242           HandleData
18243         * XplatUIX11.cs: Removed old debug leftovers
18244         * XplatUIX11.cs (DefWndProc): Added WM_ERASEBKGND handler
18245         * Control.cs (WndProc): Removed old debug leftovers,
18246           streamlined handling of WM_WINDOWPOSCHANGED, removed un-
18247           needed WM_SIZE handling
18248
18249 2004-11-11  Jackson Harper  <jackson@ximian.com>
18250
18251         * OwnerDrawPropertyBag.cs:
18252         * TreeViewImageIndexConverter.cs: Initial implementation
18253
18254 2004-11-10  Jackson Harper  <jackson@ximian.com>
18255
18256         * ThemeWin32Classic.cs:
18257         * TabControl.cs: instead of moving tabs by the slider pos just
18258         start drawing at the tab that is offset by the slider. This way
18259         scrolling always moves by exactly one tab.
18260
18261 2004-11-10  Jackson Harper  <jackson@ximian.com>
18262
18263         * TabControl.cs: You can only scroll left when the slider has
18264         already ben moved right.
18265         
18266 2004-11-10  Jackson Harper  <jackson@ximian.com>
18267
18268         * ThemeWin32Classic.cs: Do not draw the selected tab if its not in
18269         the clip area.
18270         
18271 2004-11-10  Jackson Harper  <jackson@ximian.com>
18272
18273         * ThemeWin32Classic.cs: Don't bother drawing tabs outside of the
18274         clip area.
18275         
18276 2004-11-09  Jackson Harper  <jackson@ximian.com>
18277
18278         * TabControl.cs (CalcXPos): New helper method so we can determine
18279         the proper place to start drawing vertical tabs.
18280         * ThemeWin32Classic.cs (DrawTab): Draw right aligned tabs.
18281         
18282 2004-11-09  Jackson Harper  <jackson@ximian.com>
18283
18284         * TabControl.cs: Calculate sizing and rects for left aligned tabs.
18285         * ThemeWin32Classic.cs (GetTabControl*ScrollRect): Only handle Top
18286         and Bottom, left and right are illegal values for this and
18287         multiline is enabled when the alignment is set to left or right.
18288         (DrawTab): Each alignment block should draw the text itself now
18289         because Left requires special love. Also add rendering for Left
18290         aligned tabs.
18291         
18292 2004-11-09  Jordi Mas i Hernandez <jordi@ximian.com>
18293
18294         *  Form.cs, MainMenu.cs, MenuAPI.cs: fixes menu navigation, fixes popups,
18295         does not destroy the windows, removes debugging messages
18296
18297 2004-11-09  jba  <jba-mono@optusnet.com.au>
18298
18299         * ThemeWin32Classic.cs
18300         (DrawButtonBase): Fix verticle text rect clipping in windows
18301         (DrawCheckBox): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
18302         rendering and incorrect text rect clipping
18303         (DrawRadioButton): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
18304         rendering and incorrect text rect clipping
18305         
18306 2004-11-08  Jackson Harper  <jackson@ximian.com>
18307
18308         * ThemeWin32Classic.cs (DrawTabControl): Render tabs from top to
18309         bottom when they are bottom aligned so the bottoms of the tabs get
18310         displayed.
18311         * TabControl.cs (DropRow): Move rows up instead of down when the
18312         tab control is bottom aligned.
18313
18314 2004-11-08 13:59  pbartok
18315
18316         * XplatUIX11.cs:
18317           - Added handling for various window styles
18318           - Added handling for popup windows
18319           - Added SetTopmost handling
18320
18321 2004-11-08 13:55  pbartok
18322
18323         * XplatUIWin32.cs:
18324           - Added argument to SetTopmost method
18325           - Fixed broken ClientToScreen function
18326
18327 2004-11-08 13:53  pbartok
18328
18329         * XplatUIStructs.cs:
18330           - Added missing WS_EX styles
18331
18332 2004-11-08 13:53  pbartok
18333
18334         * XplatUI.cs, XplatUIDriver.cs:
18335           - Added argument to SetTopmost
18336
18337 2004-11-08 13:52  pbartok
18338
18339         * X11Structs.cs:
18340           - Added XSetWindowAttributes structure
18341           - Improved XWindowAttributes structure
18342           - Added SetWindowValuemask enum
18343           - Added window creation arguments enum
18344           - Added gravity enum
18345           - Added Motif hints structure
18346           - Added various Motif flags and enums
18347           - Added PropertyMode enum for property functions
18348
18349 2004-11-08 13:50  pbartok
18350
18351         * Form.cs:
18352           - Fixed arguments for updated SetTopmost method
18353
18354 2004-11-08 13:49  pbartok
18355
18356         * ToolTip.cs:
18357           - Fixed arguments for updated SetTopmost function
18358           - Fixed usage of PointToClient
18359
18360 2004-11-08 13:44  pbartok
18361
18362         * MenuAPI.cs:
18363           - Added Clipping of children and siblings
18364
18365 2004-11-08 13:41  pbartok
18366
18367         * MainMenu.cs:
18368           - Removed SetMenuBarWindow call. We do this in Form.cs
18369
18370 2004-11-08 13:40  jackson
18371
18372         * TabControl.cs, Theme.cs, ThemeWin32Classic.cs: Render the little
18373           scrolling jimmi in the correct location with bottom aligned tabs
18374
18375 2004-11-08 13:36  pbartok
18376
18377         * ContainerControl.cs:
18378           - Implemented BindingContext
18379           - Implemented ParentForm
18380
18381 2004-11-08 12:46  jackson
18382
18383         * TabControl.cs: Put bottom rendered tabs in the right location
18384
18385 2004-11-08 07:15  jordi
18386
18387         * ScrollBar.cs, ThemeWin32Classic.cs: fixes vertical scrollbar and
18388           removes dead code
18389
18390 2004-11-05 17:30  jackson
18391
18392         * TabControl.cs: When selected tabs are expanded make sure they
18393           don't go beyond the edges of the tab control
18394
18395 2004-11-05 14:57  jackson
18396
18397         * TabControl.cs: Reset show_slider so if the control is resized to
18398           a size where it is no longer needed it's not displayed anymore
18399
18400 2004-11-05 13:16  jackson
18401
18402         * TabControl.cs: Make tab pages non visible when added to the
18403           control
18404
18405 2004-11-05 12:42  jackson
18406
18407         * TabControl.cs: Implement SizeMode.FillToRight
18408
18409 2004-11-05 12:16  jackson
18410
18411         * Control.cs: Do not call CreateHandle if the handle is already
18412           created
18413
18414 2004-11-05 11:46  jackson
18415
18416         * TabControl.cs: Remove superflous call to CalcTabRows
18417
18418 2004-11-05 09:07  jackson
18419
18420         * XplatUIX11.cs: Update for Mono.Posix changes
18421
18422 2004-11-05 07:00  ravindra
18423
18424         * ListView.cs, ListViewItem.cs: Implemented some methods and fixed
18425           scrolling.
18426
18427 2004-11-04 22:47  jba
18428
18429         * ThemeWin32Classic.cs:
18430           - Fix Button rendering for FlatStyle = Flat or Popup
18431           - Fix RadioButton and CheckBox rendering when Appearance = Button
18432             (normal and flatstyle).
18433           - Correct outer rectangle color when drawing focus rectangle
18434           - Adjust button bounds to be 1 px smaller when focused
18435           - Make button not draw sunken 3d border when pushed (windows compat)
18436           - Fix CPDrawBorder3D to not make bottom right hand corner rounded
18437           - Offset the text in RadioButton and Checkbox when being rendered as
18438           a button.
18439           - Hover and Click behaviour for Colored FlatStyle.Flat and Popup
18440           radiobuttons
18441           - Fixed disabled rendering for colored flatstyle radiobuttons (both)
18442           - Fixed disabled text rendering for normally rendered radiobuttons
18443
18444 2004-11-04 10:26  jackson
18445
18446         * TabControl.cs: Recalculate tab rows when resizing
18447
18448 2004-11-04 07:47  jordi
18449
18450         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs:
18451           collection completion, drawing issues, missing features
18452
18453 2004-11-04 05:03  ravindra
18454
18455         * ScrollBar.cs:
18456                 - We need to recalculate the Thumb area when
18457                 LargeChange/maximum/minimum values are changed.
18458           - We set the 'pos' in UpdatePos() method to minimum, if it's less
18459                 than minimum. This is required to handle the case if large_change is
18460                 more than max, and use LargeChange property instead of large_change
18461                 variable.
18462           - We return max+1 when large_change is more than max, like MS does.
18463
18464 2004-11-04 04:29  ravindra
18465
18466         * ColumnHeader.cs, ListView.cs, ListViewItem.cs:
18467                 - Changed default value signatures (prefixed all with ListView).
18468                 - Fixed/implemented layout LargeIcon, SmallIcon and List views for
18469                 ListView.
18470           - Fixed calculations for ListViewItem and implemented Clone()
18471           method.
18472
18473 2004-11-04 04:26  ravindra
18474
18475         * Theme.cs, ThemeWin32Classic.cs:
18476                 - Changed default ListView values signatures (prefixed all with
18477                 ListView).
18478           - Fixed default size values for VScrollBar and HScrollBar.
18479                 - Fixed DrawListViewItem method.
18480
18481 2004-11-04 04:05  ravindra
18482
18483         * ColumnHeaderStyle.cs: Typo. It should be Nonclickable.
18484
18485 2004-11-04 04:04  ravindra
18486
18487         * ImageList.cs: Implemented the missing overload for Draw method.
18488
18489 2004-11-03 19:29  jackson
18490
18491         * TabControl.cs: Handle dropping rows on selection properly
18492
18493 2004-11-03 11:59  jackson
18494
18495         * TabControl.cs: remove debug code
18496
18497 2004-11-03 11:52  jackson
18498
18499         * TabControl.cs, ThemeWin32Classic.cs: Initial implementation of
18500           the scrolly widgerywoo
18501
18502 2004-11-02 13:52  jackson
18503
18504         * TabControl.cs: Resize the tab pages and tabs when the tab control
18505           is resized
18506
18507 2004-11-02 13:40  jackson
18508
18509         * TabControl.cs, ThemeWin32Classic.cs: Move the row with the
18510           selected tab to the bottom
18511
18512 2004-11-02 13:39  jackson
18513
18514         * TabPage.cs: Store the tab pages row
18515
18516 2004-11-02 12:33  jordi
18517
18518         * MenuItem.cs: fixes handle creation
18519
18520 2004-11-02 11:42  jackson
18521
18522         * TabControl.cs: signature fix
18523
18524 2004-11-02 08:56  jackson
18525
18526         * TabControl.cs: Calculate whether the tab is on an edge properly.
18527           Remove top secret debugging code
18528
18529 2004-11-01 19:57  jackson
18530
18531         * TabControl.cs: Add click handling, and proper sizing
18532
18533 2004-11-01 19:47  jackson
18534
18535         * Theme.cs, ThemeWin32Classic.cs: New rendering and sizing code for
18536           tab controls
18537
18538 2004-11-01 19:39  jackson
18539
18540         * TabPage.cs: add internal property to store the bounds of a tab
18541           page
18542
18543 2004-10-30 04:23  ravindra
18544
18545         * Theme.cs, ThemeWin32Classic.cs: Drawing ListView and some default
18546           values.
18547
18548 2004-10-30 04:21  ravindra
18549
18550         * ListView.cs, ListViewItem.cs: Added support for scrolling and
18551           fixed calculations.
18552
18553 2004-10-30 03:06  pbartok
18554
18555         * XplatUIX11.cs:
18556           - Removed extension of DllImported libs
18557
18558 2004-10-29 09:55  jordi
18559
18560         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: Menu key
18561           navigation, itemcollection completion, menu fixes
18562
18563 2004-10-27 22:58  pbartok
18564
18565         * XplatUIX11.cs:
18566           - Now throws a nice error message when no X display could be opened
18567
18568 2004-10-26 13:51  jordi
18569
18570         * ListView.cs: removes warning
18571
18572 2004-10-26 03:55  ravindra
18573
18574         * ColumnHeader.cs, ListView.cs, ListViewItem.cs,
18575           ThemeWin32Classic.cs: Some formatting for my last checkins.
18576
18577 2004-10-26 03:36  ravindra
18578
18579         * ThemeWin32Classic.cs: Implemented DetailView drawing for ListView
18580           control and default values.
18581
18582 2004-10-26 03:35  ravindra
18583
18584         * Theme.cs: Added some default values for ListView control.
18585
18586 2004-10-26 03:33  ravindra
18587
18588         * ToolBar.cs: ToolBar should use the user specified button size, if
18589           there is any. Added a size_specified flag for the same.
18590
18591 2004-10-26 03:33  ravindra
18592
18593         * ColumnHeader.cs: Added some internal members and calculations for
18594           ColumnHeader.
18595
18596 2004-10-26 03:32  ravindra
18597
18598         * ListViewItem.cs: Calculations for ListViewItem.
18599
18600 2004-10-26 03:31  ravindra
18601
18602         * ListView.cs: Added some internal members and calculations for
18603           ListView.
18604
18605 2004-10-22 13:31  jordi
18606
18607         * MenuAPI.cs: speedup menus drawing
18608
18609 2004-10-22 13:16  jackson
18610
18611         * XplatUIX11.cs: Make sure to update exposed regions when adding an
18612           expose event
18613
18614 2004-10-22 11:49  jackson
18615
18616         * Control.cs: oops
18617
18618 2004-10-22 11:41  jackson
18619
18620         * Control.cs: Check to see if the window should have its background
18621           repainted by X when drawing.
18622
18623 2004-10-22 11:31  jackson
18624
18625         * XplatUIX11.cs: When invalidating areas only use XClearArea if
18626           clear is true, this way we do not get flicker from X repainting the
18627           background
18628
18629 2004-10-22 11:28  jackson
18630
18631         * XEventQueue.cs: Queue properly
18632
18633 2004-10-21 09:38  jackson
18634
18635         * XEventQueue.cs: Fix access modifier
18636
18637 2004-10-21 09:36  jackson
18638
18639         * XEventQueue.cs: Don't loose messages
18640
18641 2004-10-21 09:22  jackson
18642
18643         * XEventQueue.cs: Don't loose messages
18644
18645 2004-10-20 04:15  jordi
18646
18647         * BootMode.cs: enum need it by SystemInfo
18648
18649 2004-10-19 21:58  pbartok
18650
18651         * XplatUIWin32.cs:
18652           - Small sanity check
18653
18654 2004-10-19 21:56  pbartok
18655
18656         * Form.cs:
18657           - Added private FormParentWindow class which acts as the container
18658             for our form and as the non-client area where menus are drawn
18659           - Added/Moved required tie-ins to Jordi's menus
18660           - Fixed/Implemented the FormStartPosition functionality
18661
18662 2004-10-19 21:52  pbartok
18663
18664         * Control.cs:
18665           - Removed unneeded locals
18666           - Added code to all size and location properties to understand and
18667             deal with the parent container of Form
18668
18669 2004-10-19 21:33  pbartok
18670
18671         * Application.cs:
18672           - Fixed to deal with new Form subclasses for menus
18673
18674 2004-10-19 17:48  jackson
18675
18676         * XEventQueue.cs: commit correct version of file
18677
18678 2004-10-19 16:50  jackson
18679
18680         * XEventQueue.cs, XplatUIX11.cs: New optimized event queue
18681
18682 2004-10-19 16:15  jordi
18683
18684         * MenuAPI.cs: MenuBarCalcSize returns the height
18685
18686 2004-10-19 08:31  pbartok
18687
18688         * Control.cs:
18689           - Added missing call to PreProcessMessage before calling OnXXXKey
18690           methods
18691
18692 2004-10-19 00:04  ravindra
18693
18694         * ToolTip.cs: Fixed constructor.
18695
18696 2004-10-18 09:31  jordi
18697
18698         * MenuAPI.cs: menuitems in menubars do not have shortcuts
18699
18700 2004-10-18 09:26  jordi
18701
18702         * MenuItem.cs: fixes MenuItem class signature
18703
18704 2004-10-18 08:56  jordi
18705
18706         * MenuAPI.cs: prevents windows from showing in the taskbar
18707
18708 2004-10-18 00:28  ravindra
18709
18710         * ToolTip.cs: Suppressed a warning message.
18711
18712 2004-10-18 00:27  ravindra
18713
18714         * Control.cs: Default value of visible property must be true.
18715
18716 2004-10-17 23:19  pbartok
18717
18718         * ToolTip.cs:
18719           - Complete implementation
18720
18721 2004-10-17 23:19  pbartok
18722
18723         * XplatUIX11.cs:
18724           - Added EnableWindow method
18725           - Added SetModal stub
18726           - Added generation of WM_ACTIVATE message (still needs testing)
18727           - Added SetTopMost stub
18728           - Changes to deal with VirtualKeys being moved to XplatUIStructs.cs
18729
18730 2004-10-17 23:17  pbartok
18731
18732         * XplatUIWin32.cs:
18733           - Removed VirtualKeys to XplatUIStructs
18734           - Implemented SetTopMost method
18735           - Implemented EnableWindow method
18736           - Bugfix in ScreenToClient()
18737           - Bugfixes in ClientToScreen()
18738
18739 2004-10-17 22:51  pbartok
18740
18741         * XplatUIStructs.cs:
18742           - Added WS_EX styles to WindowStyles enumeration
18743
18744 2004-10-17 22:50  pbartok
18745
18746         * XplatUI.cs, XplatUIDriver.cs:
18747           - Added method for enabling/disabling windows
18748           - Added method for setting window modality
18749           - Added method for setting topmost window
18750
18751 2004-10-17 22:49  pbartok
18752
18753         * ThemeWin32Classic.cs:
18754           - Added ToolTip drawing code
18755
18756 2004-10-17 22:49  pbartok
18757
18758         * Theme.cs:
18759           - Added ToolTip abstracts
18760
18761 2004-10-17 22:47  pbartok
18762
18763         * Form.cs:
18764           - Fixed Form.ControlCollection to handle owner relations
18765           - Added Owner/OwnedForms handling
18766           - Implemented Z-Ordering for owned forms
18767           - Removed unneeded private overload of ShowDialog
18768           - Fixed ShowDialog, added the X11 incarnation of modal handling (or
18769             so I hope)
18770           - Fixed Close(), had wrong default
18771           - Added firing of OnLoad event
18772           - Added some commented out debug code for Ownership handling
18773
18774 2004-10-17 22:16  pbartok
18775
18776         * Control.cs:
18777           - Fixed/implemented flat list of controls
18778
18779 2004-10-17 22:14  pbartok
18780
18781         * Application.cs:
18782           - Added code to simulate modal dialogs on Win32
18783
18784 2004-10-17 16:11  jordi
18785
18786         * ScrollBar.cs: disabled scrollbar should not honor any keyboard or
18787           mouse event
18788
18789 2004-10-17 13:39  jordi
18790
18791         * MenuAPI.cs: menu drawing fixes
18792
18793 2004-10-15 09:10  ravindra
18794
18795         * StructFormat.cs: General Enum.
18796
18797 2004-10-15 09:09  ravindra
18798
18799         * SizeGripStyle.cs: Enum for Form.
18800
18801 2004-10-15 09:08  ravindra
18802
18803         * Theme.cs, ThemeWin32Classic.cs: Added ColumnHeaderHeight property
18804           in Theme for ListView.
18805
18806 2004-10-15 09:06  ravindra
18807
18808         * ColumnHeader.cs: Flushing some formatting changes.
18809
18810 2004-10-15 09:05  ravindra
18811
18812         * ListViewItem.cs: Implemented GetBounds method and fixed coding
18813           style.
18814
18815 2004-10-15 09:03  ravindra
18816
18817         * ListView.cs: Implemented Paint method and fixed coding style.
18818
18819 2004-10-15 07:34  jordi
18820
18821         * MenuAPI.cs: fix for X11
18822
18823 2004-10-15 07:32  ravindra
18824
18825         * ButtonBase.cs, CheckBox.cs, RadioButton.cs:
18826                 - Renamed Paint() method to Draw() for clarity. Also, moved
18827                 DrawImage() to OnPaint().
18828
18829 2004-10-15 07:25  ravindra
18830
18831         * CheckBox.cs, RadioButton.cs:
18832                 - Removed Redraw (), we get it from ButtonBase.
18833                 - Implemented Paint (), to do class specific painting.
18834
18835 2004-10-15 07:16  ravindra
18836
18837         * ButtonBase.cs:
18838                 - Redraw () is not virtual now.
18839                 - Added an internal virtual method Paint (), so that
18840                 derived classes can do their painting on their own.
18841                 - Modified OnPaint () to call Paint ().
18842
18843 2004-10-15 06:43  jordi
18844
18845         * ContextMenu.cs, DrawItemEventHandler.cs, Form.cs, MainMenu.cs,
18846           MenuAPI.cs, MenuItem.cs: menu work, mainmenu, subitems, etc
18847
18848 2004-10-15 00:30  ravindra
18849
18850         * MessageBox.cs:
18851                 - MessageBox on windows does not have min/max buttons.
18852                 This change in CreateParams fixes this on Windows. We
18853                 still need to implement this windowstyle behavior in
18854                 our X11 driver.
18855
18856 2004-10-14 05:14  ravindra
18857
18858         * ToolBar.cs:
18859                 - Changed Redraw () to do a Refresh () always.
18860                 - Fixed the MouseMove event handling when mouse is pressed,
18861                 ie drag event handling.
18862                 - Replaced the usage of ToolBarButton.Pressed property to
18863                 ToolBarButton.pressed internal variable.
18864
18865 2004-10-14 05:10  ravindra
18866
18867         * ToolBarButton.cs:
18868                 - Added an internal member 'inside' to handle mouse move
18869                 with mouse pressed ie mouse drag event.
18870                 - Changed 'Pressed' property to return true only when
18871                 'inside' and 'pressed' are both true.
18872                 - Some coding style love.
18873
18874 2004-10-14 00:17  ravindra
18875
18876         * Form.cs: Fixed class signature. ShowDialog (Control) is not a
18877           public method.
18878
18879 2004-10-14 00:15  ravindra
18880
18881         * ButtonBase.cs: Redraw () related improvements.
18882
18883 2004-10-14 00:14  ravindra
18884
18885         * MessageBox.cs: Moved InitFormSize () out of Paint method and
18886           removed unnecessary calls to Button.Show () method.
18887
18888 2004-10-13 17:50  pbartok
18889
18890         * XplatUIX11.cs:
18891           - Formatting fix
18892           - Removed destroying of window until we solve the problem of X
18893             destroying the window before us on shutdown
18894
18895 2004-10-13 16:32  pbartok
18896
18897         * ButtonBase.cs:
18898           - Now Redraws on MouseUp for FlatStyle Flat and Popup
18899
18900 2004-10-13 14:18  pbartok
18901
18902         * XplatUIX11.cs:
18903           - Added code to destroy the X window
18904
18905 2004-10-13 14:18  pbartok
18906
18907         * XplatUIWin32.cs:
18908           - Added code to destroy a window
18909
18910 2004-10-13 14:12  pbartok
18911
18912         * ButtonBase.cs:
18913           - Added the Redraw on Resize that got dropped in the last rev
18914
18915 2004-10-13 09:06  pbartok
18916
18917         * ThemeWin32Classic.cs:
18918           - Path from John BouAntoun:
18919             * Fix check rendering (centre correctly for normal style, offset
18920               correctly for FlatStyle).
18921             * Fix border color usage (use backcolor) for FlatStyle.Popup
18922             * Use checkbox.Capture instead of checkbox.is_pressed when
18923               rendering flatstyle states.
18924
18925 2004-10-12 21:48  pbartok
18926
18927         * ThemeWin32Classic.cs:
18928           - Removed all occurences of SystemColors and replaced them with the
18929             matching theme color
18930
18931 2004-10-12 21:41  pbartok
18932
18933         * ThemeWin32Classic.cs:
18934           - From John BouAntoun: Added an overload to CPDrawBorder3D to allow
18935             him using the function for flatstyle drawing
18936           - Changed functions to use the new version of CPDrawBorder3D
18937
18938 2004-10-12 21:15  pbartok
18939
18940         * ControlPaint.cs:
18941           - Fixed Dark(), DarkDark(), Light() and LightLight() methods to
18942             match MS documentation. They need to return defined colors if the
18943             passed color matches the configured control color. Thanks to John
18944             BouAntoun for pointing this out.
18945
18946 2004-10-12 20:57  pbartok
18947
18948         * Control.cs:
18949           - Fix from John BouAntoun: Raise ForeColorChanged event when text
18950             color is changed
18951
18952 2004-10-12 20:46  pbartok
18953
18954         * CheckBox.cs:
18955           - Fix from John BouAntoun: Now properly sets the Appearance property
18956
18957 2004-10-12 20:45  pbartok
18958
18959         * ThemeWin32Classic.cs:
18960           - Fixes from John BouAntoun: now handles forecolors and backcolors
18961             for flatstyle rendered controls much better; It also fixes normal
18962             checkbox rendering when pushed or disabled.
18963
18964 2004-10-08 02:50  jordi
18965
18966         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: more menu
18967           work
18968
18969 2004-10-07 08:56  jordi
18970
18971         * ThemeWin32Classic.cs: Removes deletion of cached brushes
18972
18973 2004-10-06 03:59  jordi
18974
18975         * Control.cs, StatusBar.cs, ThemeWin32Classic.cs, ToolBar.cs,
18976           XplatUIWin32.cs: removes warnings from compilation
18977
18978 2004-10-05 12:23  jackson
18979
18980         * RadioButton.cs: Fix ctor
18981
18982 2004-10-05 11:10  pbartok
18983
18984         * MessageBox.cs:
18985           - Partial implementation by Benjamin Dasnois
18986
18987 2004-10-05 10:15  jackson
18988
18989         * ThemeWin32Classic.cs: Improve rendering of the radio button patch
18990           by John BouAntoun
18991
18992 2004-10-05 03:07  ravindra
18993
18994         * ToolBar.cs:
18995                 - Removed a private method, Draw ().
18996                 - Fixed the ButtonDropDown event handling.
18997                 - Fixed MouseMove event handling.
18998
18999 2004-10-05 03:04  ravindra
19000
19001         * ThemeWin32Classic.cs:
19002                 - Added DrawListView method and ListViewDefaultSize property.
19003                 - Changed ControlPaint method calls to CPDrawXXX wherever possible.
19004                 - Changed DOS style CRLF to Unix format (dos2unix).
19005
19006 2004-10-05 03:03  ravindra
19007
19008         * Theme.cs:
19009                 - Added DrawListView method and ListViewDefaultSize property.
19010
19011 2004-10-05 02:42  ravindra
19012
19013         * ToolBarButton.cs: Added an internal member dd_pressed to handle
19014           clicks on DropDown arrow.
19015
19016 2004-10-04 22:56  jackson
19017
19018         * ButtonBase.cs, Label.cs, MenuAPI.cs, ProgressBar.cs,
19019           ScrollBar.cs, StatusBar.cs, ToolBar.cs, TrackBar.cs: Let the base
19020           Control handle the buffers, derived classes should not have to
19021           CreateBuffers themselves.
19022
19023 2004-10-04 21:20  jackson
19024
19025         * StatusBar.cs: The control handles resizing the buffers now.
19026
19027 2004-10-04 21:18  jackson
19028
19029         * Control.cs: When resizing the buffers should be invalidated. This
19030           should be handled in Control not in derived classes.
19031
19032 2004-10-04 14:45  jackson
19033
19034         * TabPage.cs: oops
19035
19036 2004-10-04 02:14  pbartok
19037
19038         * LeftRightAlignment.cs:
19039           - Initial check-in
19040
19041 2004-10-04 01:09  jordi
19042
19043         * ThemeWin32Classic.cs: fixes right button position causing right
19044           button not showing on horizontal scrollbars
19045
19046 2004-10-02 13:12  pbartok
19047
19048         * XplatUIX11.cs:
19049           - Simplified the Invalidate method by using an X call instead of
19050             generating the expose ourselves
19051           - Added an expose when the window background is changed
19052           - Implemented ClientToScreen method
19053
19054 2004-10-02 13:08  pbartok
19055
19056         * XplatUIWin32.cs:
19057           - Added Win32EnableWindow method (test for implementing modal
19058           dialogs)
19059           - Added ClientToScreen method and imports
19060
19061 2004-10-02 13:07  pbartok
19062
19063         * XplatUI.cs, XplatUIDriver.cs:
19064           - Added ClientToScreen coordinate translation method
19065
19066 2004-10-02 13:06  pbartok
19067
19068         * KeyPressEventArgs.cs:
19069           - Fixed access level for constructor
19070
19071 2004-10-02 13:06  pbartok
19072
19073         * NativeWindow.cs:
19074           - Changed access level for the window_collection hash table
19075
19076 2004-10-02 13:05  pbartok
19077
19078         * Form.cs:
19079           - Added KeyPreview property
19080           - Added Menu property (still incomplete, pending Jordi's menu work)
19081           - Implemented ProcessCmdKey
19082           - Implemented ProcessDialogKey
19083           - Implemented ProcessKeyPreview
19084
19085 2004-10-02 13:02  pbartok
19086
19087         * Control.cs:
19088           - Added private method to get the Control object from the window
19089           handle
19090           - Implemented ContextMenu property
19091           - Implemented PointToScreen
19092           - Implemented PreProcessMessage
19093           - Implemented IsInputChar
19094           - Implemented IsInputKey
19095           - Implemented ProcessCmdKey
19096           - Completed ProcessKeyEventArgs
19097           - Fixed message loop to call the proper chain of functions on key
19098           events
19099           - Implemented ProcessDialogChar
19100           - Implemented ProcessDialogKey
19101           - Implemented ProcessKeyMessage
19102           - Implemented ProcessKeyPreview
19103           - Added RaiseDragEvent stub (MS internal method)
19104           - Added RaiseKeyEvent stub (MS internal method)
19105           - Added RaiseMouseEvent stub (MS Internal method)
19106           - Added RaisePaintEvent stub (MS Internal method)
19107           - Added ResetMouseEventArgs stub (MS Internal method)
19108           - Implemented RtlTranslateAlignment
19109           - Implemented RtlTranslateContent
19110           - Implemented RtlTranslateHorizontal
19111           - Implemented RtlTranslateLeftRight
19112           - Added generation of KeyPress event
19113
19114 2004-10-02 05:57  ravindra
19115
19116         * ListViewItem.cs: Added attributes.
19117
19118 2004-10-02 05:32  ravindra
19119
19120         * ListView.cs: Added attributes.
19121
19122 2004-10-01 11:53  jackson
19123
19124         * Form.cs: Implement the Close method so work on MessageBox can
19125           continue.
19126
19127 2004-09-30 14:06  pbartok
19128
19129         * XplatUIX11.cs:
19130           - Bug fixes
19131
19132 2004-09-30 11:34  jackson
19133
19134         * RadioButton.cs: Fix typo. Patch by John BouAntoun.
19135
19136 2004-09-30 07:26  ravindra
19137
19138         * ListViewItemConverter.cs: Converter for ListViewItem.
19139
19140 2004-09-30 07:26  ravindra
19141
19142         * SortOrder.cs: Enum for ListView control.
19143
19144 2004-09-30 07:25  ravindra
19145
19146         * ColumnHeader.cs: Supporting class for ListView control.
19147
19148 2004-09-30 07:24  ravindra
19149
19150         * ListView.cs, ListViewItem.cs: Initial implementation.
19151
19152 2004-09-30 07:20  ravindra
19153
19154         * ItemActivation.cs: Enum for ListView Control.
19155
19156 2004-09-29 20:29  pbartok
19157
19158         * XplatUIX11.cs:
19159           - Added lookup of pixel value for background color; tries to get a
19160             color 'close' to the requested color, it avoids having to create a
19161             colormap.  Depending on the display this could mean the used color
19162             is slightly off the desired color. Might have to change it to a more
19163             resource intensive colormap approach, but it will work as a
19164           workaround to avoid red screens.
19165
19166 2004-09-29 14:27  jackson
19167
19168         * XplatUIX11.cs: Set the X DisplayHandle in System.Drawing
19169
19170 2004-09-28 12:44  pbartok
19171
19172         * ButtonBase.cs, CheckBox.cs, ControlPaint.cs, GroupBox.cs,
19173           HScrollBar.cs, Label.cs, LinkLabel.cs, Panel.cs, PictureBox.cs,
19174           ProgressBar.cs, RadioButton.cs, ScrollBar.cs, StatusBar.cs,
19175           Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs, ToolBar.cs,
19176           TrackBar.cs, VScrollBar.cs:
19177           - Streamlined Theme interfaces:
19178             * Each DrawXXX method for a control now is passed the object for
19179               the control to be drawn in order to allow accessing any state the
19180               theme might require
19181
19182             * ControlPaint methods for the theme now have a CP prefix to avoid
19183               name clashes with the Draw methods for controls
19184
19185             * Every control now retrieves it's DefaultSize from the current
19186             theme
19187
19188 2004-09-28 12:17  jackson
19189
19190         * Button.cs: Do not redraw OnClick MouseUp/Down will handle the
19191           drawing
19192
19193 2004-09-24 14:57  jackson
19194
19195         * XplatUIX11.cs: Don't lock/enqueue/dequeue for unhandled messages.
19196           Gives us a nice little performance boost.
19197
19198 2004-09-24 12:02  jackson
19199
19200         * TabAlignment.cs, TabAppearance.cs, TabControl.cs, TabDrawMode.cs,
19201           TabPage.cs, TabSizeMode.cs: Partial implementation of the Tab
19202           Control and supporting classes. Initial checkin
19203
19204 2004-09-23 13:08  jackson
19205
19206         * Form.cs: Temp build fixage
19207
19208 2004-09-23 01:39  ravindra
19209
19210         * ItemChangedEventArgs.cs, ItemChangedEventHandler.cs,
19211           ItemCheckEventArgs.cs, ItemCheckEventHandler.cs,
19212           ItemDragEventArgs.cs, ItemDragEventHandler.cs,
19213           LabelEditEventArgs.cs, LabelEditEventHandler.cs: EventArgs and
19214           EventHandlers needed by ListView Control.
19215
19216 2004-09-22 14:12  pbartok
19217
19218         * ScrollableControl.cs:
19219           - Implemented DockPadding property
19220           - Implemented AutoScroll property
19221           - Implemented AutoScrollMargin property
19222           - Implemented AutoScrollMinSize property
19223           - Implemented AutoScrollPosition property
19224           - Implemented DisplayRectangle property (still incomplete)
19225           - Implemented CreateParams property
19226           - Implemented HScroll property
19227           - Implemented VScroll property
19228           - Implemented OnVisibleChanged property
19229
19230 2004-09-22 14:09  pbartok
19231
19232         * Form.cs:
19233           - Added Form.ControllCollection class
19234           - Added handling for Form owners: Owner, OwnedForms, AddOwnedForm,
19235             RemoveOwnedForm (still incomplete, missing on-top and common
19236             minimize/maximize behaviour)
19237           - Added StartPosition property (still incomplete, does not use when
19238             creating the form)
19239           - Added ShowDialog() methods (still incomplete, missing forcing the
19240             dialog modal)
19241
19242 2004-09-22 14:05  pbartok
19243
19244         * Application.cs:
19245           - Added message loop for modal dialogs
19246
19247 2004-09-22 14:02  pbartok
19248
19249         * GroupBox.cs:
19250           - Fixed wrong types for events
19251
19252 2004-09-22 14:00  pbartok
19253
19254         * Shortcut.cs, FormWindowState.cs:
19255           - Fixed wrong values
19256
19257 2004-09-22 12:01  jackson
19258
19259         * Control.cs: Text is never null
19260
19261 2004-09-20 22:14  pbartok
19262
19263         * XplatUIWin32.cs:
19264           - Fixed accessibility level for Idle handler
19265
19266 2004-09-20 18:54  jackson
19267
19268         * Application.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
19269           XplatUIX11.cs: New message loop that uses poll so we don't get a
19270           busy loop
19271
19272 2004-09-17 10:43  pbartok
19273
19274         * ScrollBar.cs:
19275           - Fixed behaviour of arrow buttons. Now properly behaves like
19276             Buttons (and like Microsoft's scrollbar arrow buttons)
19277
19278 2004-09-17 10:14  pbartok
19279
19280         * ScrollBar.cs:
19281           - Added missing release of keyboard/mouse capture
19282
19283 2004-09-17 06:18  jordi
19284
19285         * ContextMenu.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs,
19286           Theme.cs: Very early menu support
19287
19288 2004-09-16 17:45  pbartok
19289
19290         * XplatUIWin32.cs:
19291           - Fixed sending a window to the front
19292           - Added overload for SetWindowPos to avoid casting
19293
19294 2004-09-16 17:44  pbartok
19295
19296         * Control.cs:
19297           - Added SendToBack and BringToFront methods
19298
19299 2004-09-16 07:00  ravindra
19300
19301         * Copyright: Added Novell URL.
19302
19303 2004-09-16 07:00  ravindra
19304
19305         * ToolBar.cs: Invalidate should be done before redrawing.
19306
19307 2004-09-15 21:19  ravindra
19308
19309         * ColumnHeaderStyle.cs: Enum for ListView Control.
19310
19311 2004-09-15 21:18  ravindra
19312
19313         * ColumnClickEventArgs.cs, ColumnClickEventHandler.cs: Event for
19314           ListView Control.
19315
19316 2004-09-13 18:26  jackson
19317
19318         * Timer.cs, XplatUIX11.cs: Remove test code so timers are updated
19319           properly
19320
19321 2004-09-13 18:13  jackson
19322
19323         * Timer.cs, X11Structs.cs, XplatUIX11.cs: Timers are now handled in
19324           a second thread and post messages into the main threads message
19325           queue. This makes timing much more consistent. Both win2K and XP
19326           have a minimum timer value of 15 milliseconds, so we now do this
19327           too.
19328
19329 2004-09-13 15:18  pbartok
19330
19331         * X11Structs.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
19332           XplatUIX11.cs:
19333           - Added Z-Ordering methods
19334
19335 2004-09-13 10:56  pbartok
19336
19337         * Form.cs:
19338           - Fixed #region names
19339           - Moved properties and methods into their proper #regions
19340
19341 2004-09-13 10:51  pbartok
19342
19343         * Form.cs:
19344           - Added Accept and CancelButton properties
19345           - Added ProcessDialogKey() method
19346
19347 2004-09-13 08:18  pbartok
19348
19349         * IWindowTarget.cs:
19350           - Initial check-in
19351
19352 2004-09-10 21:50  pbartok
19353
19354         * Control.cs:
19355           - Added DoDragDrop() [incomplete]
19356           - Properly implemented 'Visible' handling
19357           - Added SetVisibleCore()
19358           - Implemented FindChildAtPoint()
19359           - Implemented GetContainerControl()
19360           - Implemented Hide()
19361
19362 2004-09-10 19:28  pbartok
19363
19364         * Control.cs:
19365           - Moved methods into their appropriate #regions
19366           - Reordered methods within regions alphabetically
19367
19368 2004-09-10 18:57  pbartok
19369
19370         * XplatUIX11.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
19371           - Added method to retrieve text from window
19372
19373 2004-09-10 18:56  pbartok
19374
19375         * Control.cs:
19376           - Moved some internal functions into the internal region
19377           - Implemented FontHeight
19378           - Implemented RenderRightToLeft
19379           - Implemented ResizeRedraw
19380           - Implemented ShowFocusCues
19381           - Implemented ShowKeyboardCues
19382           - Implemented FromChildHandle
19383           - Implemented FromHandle
19384           - Implemented IsMnemonic
19385           - Implemented ReflectMessage
19386           - All public and protected Static Methods are now complete
19387
19388 2004-09-10 16:54  pbartok
19389
19390         * Control.cs:
19391           - Implemented remaining missing public instance properties
19392           - Alphabetized some out of order properties
19393
19394 2004-09-10 05:51  ravindra
19395
19396         * PictureBox.cs: Added a check for null image.
19397
19398 2004-09-10 00:59  jordi
19399
19400         * GroupBox.cs: remove cvs tag
19401
19402 2004-09-09 05:25  ravindra
19403
19404         * ToolBar.cs: Make redraw accessible from ToolBarButton.
19405
19406 2004-09-09 05:23  ravindra
19407
19408         * ToolBarButton.cs: Changes in ToolBarButton need to make it's
19409           parent redraw.
19410
19411 2004-09-09 02:28  pbartok
19412
19413         * ThemeWin32Classic.cs:
19414           - Improve disabled string look
19415
19416 2004-09-09 01:15  jordi
19417
19418         * MeasureItemEventArgs.cs, MeasureItemEventHandler.cs: measureitem
19419           args and handler
19420
19421 2004-09-08 23:56  ravindra
19422
19423         * ItemBoundsPortion.cs: It's enum, not a class!
19424
19425 2004-09-08 23:47  ravindra
19426
19427         * FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs:
19428           Enums for Form.
19429
19430 2004-09-08 21:13  ravindra
19431
19432         * ItemBoundsPortion.cs, ListViewAlignment.cs, View.cs: Enums for
19433           ListView control.
19434
19435 2004-09-08 21:03  ravindra
19436
19437         * ThemeWin32Classic.cs: PictureBox would not draw a null image to
19438           avoid crash.
19439
19440 2004-09-08 21:01  ravindra
19441
19442         * ScrollableControl.cs: Removed unreachable code.
19443
19444 2004-09-08 06:45  jordi
19445
19446         * MenuMerge.cs, Shortcut.cs: enumerations need it by menus
19447
19448 2004-09-08 01:00  jackson
19449
19450         * XplatUIX11.cs: Only run the timers when updating the message
19451           queue. This effectively gives X messages a higher priority then
19452           timer messages. Timers still need love though
19453
19454 2004-09-07 14:01  jackson
19455
19456         * XplatUIX11.cs: Do not call XDestroyWindow, X has already done
19457           this for us and the handle is no longer valid.
19458
19459 2004-09-07 13:59  jackson
19460
19461         * HandleData.cs, XplatUIX11.cs: First steps towards a new X event
19462           loop that manages to not crash. TODO: Add poll and cleanup timers
19463
19464 2004-09-07 11:12  jordi
19465
19466         * GroupBox.cs, Theme.cs, ThemeWin32Classic.cs: GroupBox control
19467
19468 2004-09-07 03:40  jordi
19469
19470         * Label.cs, LinkLabel.cs, Theme.cs, ThemeWin32Classic.cs: LinkLabel
19471           fixes, methods, multiple links
19472
19473 2004-09-06 06:55  jordi
19474
19475         * Control.cs: Caches ClientRectangle rectangle value
19476
19477 2004-09-05 02:03  jordi
19478
19479         * ScrollBar.cs, ThemeWin32Classic.cs: fixes bugs, adds flashing on
19480           certain situations
19481
19482 2004-09-04 11:10  jordi
19483
19484         * Label.cs: Refresh when font changed
19485
19486 2004-09-02 16:24  pbartok
19487
19488         * Control.cs:
19489           - Added sanity check to creation of double buffer bitmap
19490
19491 2004-09-02 16:24  pbartok
19492
19493         * ButtonBase.cs:
19494           - Fixed selection of text color
19495           - Fixed handling of resize event; now properly recreates double
19496             buffering bitmap
19497           - Added missing assignment of TextAlignment
19498           - Added proper default for TextAlignment
19499
19500 2004-09-02 14:26  pbartok
19501
19502         * RadioButton.cs:
19503           - Added missing RadioButton.RadioButtonAccessibleObject class
19504
19505 2004-09-02 14:26  pbartok
19506
19507         * Control.cs:
19508           - Added missing Control.ControlAccessibleObject class
19509           - Started to implement Select()ion mechanisms, still very incomplete
19510
19511 2004-09-02 14:25  pbartok
19512
19513         * AccessibleObject.cs:
19514           - Added missing methods
19515
19516 2004-09-02 14:23  pbartok
19517
19518         * AccessibleNavigation.cs, AccessibleSelection.cs:
19519           - Initial check-in
19520
19521 2004-09-02 10:32  jordi
19522
19523         * Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: implements resource
19524           pool for pens, brushes, and hatchbruses
19525
19526 2004-09-01 15:30  jackson
19527
19528         * StatusBar.cs: Fix typo
19529
19530 2004-09-01 14:44  pbartok
19531
19532         * RadioButton.cs:
19533           - Fixed state
19534
19535 2004-09-01 14:39  pbartok
19536
19537         * Button.cs, RadioButton.cs:
19538           - Functional initial check-in
19539
19540 2004-09-01 14:01  pbartok
19541
19542         * CheckBox.cs:
19543           - Added missing default
19544           - Added missing region mark
19545
19546 2004-09-01 09:10  jordi
19547
19548         * Label.cs: fixes method signatures, new methods, events, fixes
19549           autosize
19550
19551 2004-09-01 07:19  jordi
19552
19553         * Control.cs: Init string variables with an empty object
19554
19555 2004-09-01 04:20  jordi
19556
19557         * Control.cs: fires OnFontChanged event
19558
19559 2004-08-31 20:07  pbartok
19560
19561         * ButtonBase.cs:
19562           - Enabled display of strings
19563
19564 2004-08-31 20:05  pbartok
19565
19566         * Form.cs:
19567           - Added (partial) implementation of DialogResult; rest needs to be
19568             implemented when the modal loop code is done
19569
19570 2004-08-31 19:55  pbartok
19571
19572         * CheckBox.cs:
19573           - Fixed to match the removal of the needs_redraw concept
19574
19575 2004-08-31 19:55  pbartok
19576
19577         * ButtonBase.cs:
19578           - Removed the rather odd split between 'needs redraw' and redrawing
19579           - Now handles the events that require regeneration (ambient
19580             properties and size)
19581
19582 2004-08-31 19:41  pbartok
19583
19584         * Control.cs:
19585           - Added firing of BackColorChanged event
19586           - Added TopLevelControl property
19587           - Fixed handling of WM_ERASEBKGRND message
19588
19589 2004-08-31 12:49  pbartok
19590
19591         * ButtonBase.cs:
19592           - Removed debug
19593           - Minor fixes
19594
19595 2004-08-31 12:48  pbartok
19596
19597         * CheckBox.cs:
19598           - Finished (famous last words)
19599
19600 2004-08-31 04:35  jordi
19601
19602         * ScrollBar.cs: adds autorepeat timer, uses a single timer, fixes
19603           scrolling bugs, adds new methods
19604
19605 2004-08-30 14:42  pbartok
19606
19607         * CheckBox.cs:
19608           - Implemented CheckBox drawing code
19609
19610 2004-08-30 14:42  pbartok
19611
19612         * ButtonBase.cs:
19613           - Made Redraw() and CheckRedraw() virtual
19614           - Improved mouse up/down/move logic to properly track buttons
19615
19616 2004-08-30 09:44  pbartok
19617
19618         * CheckBox.cs:
19619           - Updated to fix broken build. Not complete yet.
19620
19621 2004-08-30 09:28  pbartok
19622
19623         * CheckState.cs:
19624           - Initial checkin
19625
19626 2004-08-30 09:17  pbartok
19627
19628         * Appearance.cs:
19629           - Initial check-in
19630
19631 2004-08-27 16:12  ravindra
19632
19633         * ToolBarButton.cs: Added TypeConverter attribute.
19634
19635 2004-08-27 16:07  ravindra
19636
19637         * ImageIndexConverter.cs: Implemented.
19638
19639 2004-08-27 14:17  pbartok
19640
19641         * Control.cs:
19642           - Removed unneeded stack vars
19643           - First attempt to fix sizing issues when layout is suspended
19644
19645 2004-08-25 15:35  jordi
19646
19647         * ScrollBar.cs: more fixes to scrollbar
19648
19649 2004-08-25 14:04  ravindra
19650
19651         * Theme.cs, ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs:
19652           Added the missing divider code and grip for ToolBar Control.
19653
19654 2004-08-25 13:20  pbartok
19655
19656         * Control.cs:
19657           - Control now properly passes the ambient background color to child
19658             controls
19659
19660 2004-08-25 13:20  jordi
19661
19662         * ScrollBar.cs: small bug fix regarding bar position
19663
19664 2004-08-25 12:33  pbartok
19665
19666         * Timer.cs:
19667           - Now only calls SetTimer or KillTimer if the enabled state has
19668           changed
19669
19670 2004-08-25 12:33  pbartok
19671
19672         * XplatUIWin32.cs:
19673           - Fixed timer handling, now seems to work
19674           - Improved error message for window creation
19675
19676 2004-08-25 12:32  pbartok
19677
19678         * Control.cs:
19679           - Fixed generation of MouseUp message
19680
19681 2004-08-25 12:29  jordi
19682
19683         * ProgressBar.cs, ThemeWin32Classic.cs: new methods, properties,
19684           and fixes for progressbar
19685
19686 2004-08-24 18:43  ravindra
19687
19688         * ThemeWin32Classic.cs, ToolBar.cs: Fixed wrapping related issues
19689           in ToolBar control.
19690
19691 2004-08-24 17:15  pbartok
19692
19693         * Panel.cs:
19694           - Added #region
19695           - Added missing events
19696           - Alphabetized
19697
19698 2004-08-24 17:14  pbartok
19699
19700         * StatusBar.cs, PictureBox.cs:
19701           - Now uses Control's CreateParams
19702
19703 2004-08-24 16:36  pbartok
19704
19705         * XplatUIX11.cs:
19706           - Fixed background color handling
19707           - Fixed sending of enter/leave events on a grab
19708
19709 2004-08-24 16:35  pbartok
19710
19711         * X11Structs.cs:
19712           - Refined definitions for CrossingEvent
19713
19714 2004-08-24 12:37  jordi
19715
19716         * ScrollBar.cs, Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: fixes
19717           formmating, methods signature, and adds missing events
19718
19719 2004-08-24 12:24  jordi
19720
19721         * Control.cs: fire OnEnabledChanged event
19722
19723 2004-08-24 11:17  pbartok
19724
19725         * XplatUIWin32.cs:
19726           - Implemented SetTimer() and KillTimer()
19727
19728 2004-08-24 11:16  pbartok
19729
19730         * XplatUIX11.cs:
19731           - Now uses Remove instead of Add to kill the timer
19732
19733 2004-08-24 10:16  jackson
19734
19735         * PictureBox.cs, Theme.cs, ThemeWin32Classic.cs: Handle drawing
19736           picture boxes in the theme now. Draw picture box borders and obey
19737           sizing modes
19738
19739 2004-08-24 05:49  jackson
19740
19741         * Timer.cs: Remove top secret debugging code
19742
19743 2004-08-24 05:34  jackson
19744
19745         * PictureBox.cs: Temp hack to make picture boxes draw their full
19746           image
19747
19748 2004-08-24 05:29  jackson
19749
19750         * Timer.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
19751           XplatUIX11.cs: Move timers to the driver level. On X they are
19752           queued by the driver and checked on idle.
19753
19754 2004-08-24 01:07  jackson
19755
19756         * XplatUIX11.cs: Use a queue for async messages instead of passing
19757           them as ClientMessages since that was totally broken. Also simply
19758           check for events and return an idle message if none are found. This
19759           gives us an idle handler, and prevents deadlocking when no messages
19760           are in the queue.
19761
19762 2004-08-23 18:19  ravindra
19763
19764         * XplatUIWin32.cs: Removed the unwanted destructor.
19765
19766 2004-08-23 17:27  pbartok
19767
19768         * ButtonBase.cs:
19769           - Finishing touches. Works now, just needs some optimizations.
19770
19771 2004-08-23 16:53  jordi
19772
19773         * ScrollBar.cs: small fix
19774
19775 2004-08-23 16:45  pbartok
19776
19777         * Application.cs:
19778           - Removed debug output
19779           - Simplifications
19780
19781 2004-08-23 16:43  jordi
19782
19783         * ScrollBar.cs: [no log message]
19784
19785 2004-08-23 16:10  pbartok
19786
19787         * Form.cs:
19788           - Fixed handling of WM_CLOSE message
19789           - Removed debug output
19790
19791 2004-08-23 16:09  pbartok
19792
19793         * Application.cs:
19794           - Added handling of Idle event
19795           - Added handling of form closing
19796           - Fixed reporting of MessageLoop property
19797           - Removed some unneeded code, should provide a bit of a speedup
19798
19799 2004-08-23 15:22  pbartok
19800
19801         * Control.cs:
19802           - Added InitLayout() method
19803           - Added code to properly perform layout when Anchor or Dock property
19804             is changed
19805           - Changed 'interpretation' of ResumeLayout. MS seems to have a
19806             LAMESPEC, tried to do it in a way that makes sense
19807
19808 2004-08-23 14:10  jordi
19809
19810         * HScrollBar.cs, ScrollBar.cs, TrackBar.cs, VScrollBar.cs: fixes
19811           properties and methods
19812
19813 2004-08-23 13:55  pbartok
19814
19815         * Control.cs:
19816           - Properly fixed Jordi's last fix
19817           - Now uses Cursor's Position property instead of calling XplatUI
19818           directly
19819
19820 2004-08-23 13:44  jordi
19821
19822         * PaintEventHandler.cs: Adding missing attribute
19823
19824 2004-08-23 13:39  pbartok
19825
19826         * Cursor.cs:
19827           - Implemented Position property
19828
19829 2004-08-23 13:39  pbartok
19830
19831         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
19832           - Added method to move mouse cursor
19833
19834 2004-08-23 13:39  pbartok
19835
19836         * XplatUIX11.cs:
19837           - Fixed setting of background color
19838           - Added method to move mouse cursor
19839
19840 2004-08-23 13:16  jordi
19841
19842         * Control.cs: avoids null exception
19843
19844 2004-08-22 17:46  jackson
19845
19846         * PictureBox.cs, PictureBoxSizeMode.cs: Initial implementation of
19847           PictureBox
19848
19849 2004-08-22 17:40  jackson
19850
19851         * XplatUIX11.cs: Add some missing locks
19852
19853 2004-08-22 15:10  pbartok
19854
19855         * Control.cs, Form.cs:
19856           - Removed OverlappedWindow style from Control, instead it's default
19857             now is child
19858           - Made form windows OverlappedWindow by default
19859
19860 2004-08-22 13:34  jackson
19861
19862         * ScrollBar.cs: Update the position through the Value property so
19863           the OnValueChanged event is raised.
19864
19865 2004-08-22 12:04  pbartok
19866
19867         * SWF.csproj:
19868           - Added Cursor.cs and UserControl.cs
19869
19870 2004-08-22 12:03  pbartok
19871
19872         * Cursor.cs:
19873           - Started implementation, not usable yet
19874
19875 2004-08-22 12:00  pbartok
19876
19877         * UserControl.cs:
19878           - Implemented UserControl (complete)
19879
19880 2004-08-21 19:20  ravindra
19881
19882         * ToolBar.cs: Correcting the formatting mess of VS.NET.
19883
19884 2004-08-21 18:49  ravindra
19885
19886         * ToolBar.cs: Probably this completes the missing attributes in
19887           toolbar control.
19888
19889 2004-08-21 18:03  ravindra
19890
19891         * ToolBar.cs, ToolBarButton.cs, ToolBarButtonClickEventArgs.cs:
19892           Fixed toolbar control signatures.
19893
19894 2004-08-21 16:32  pbartok
19895
19896         * LinkLabel.cs:
19897           - Signature Fixes
19898
19899 2004-08-21 16:30  pbartok
19900
19901         * Label.cs:
19902           - Signature fixes
19903
19904 2004-08-21 16:19  pbartok
19905
19906         * Control.cs, Label.cs:
19907           - Signature fixes
19908
19909 2004-08-21 15:57  pbartok
19910
19911         * ButtonBase.cs:
19912           - Added loads of debug output for development
19913           - Fixed typo in method name
19914
19915 2004-08-21 15:52  pbartok
19916
19917         * ToolBarButtonClickEventArgs.cs:
19918           - Added missing base class
19919
19920 2004-08-21 14:53  pbartok
19921
19922         * Control.cs:
19923           - Updated to match new GrabWindow signature
19924
19925 2004-08-21 14:51  pbartok
19926
19927         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
19928           - Added method to get default display size
19929
19930 2004-08-21 14:23  pbartok
19931
19932         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
19933           - Added method to query current grab state
19934           - Added argument to allow confining a grab to a window
19935
19936 2004-08-21 14:22  pbartok
19937
19938         * Keys.cs:
19939           - Added [Flags] attribute so that modifiers can be used in bitwise
19940           ops
19941
19942 2004-08-21 14:21  pbartok
19943
19944         * TrackBar.cs, ScrollBar.cs:
19945           - Replaced direct XplatUI calls with their Control counterpart
19946
19947 2004-08-21 13:32  pbartok
19948
19949         * Control.cs:
19950           - Implemented Created property
19951
19952 2004-08-21 13:28  pbartok
19953
19954         * Control.cs:
19955           - Implemented ContainsFocus
19956
19957 2004-08-21 13:26  pbartok
19958
19959         * Control.cs:
19960           - Implemented CausesValidation
19961
19962 2004-08-21 13:21  pbartok
19963
19964         * Control.cs:
19965           - Implemented CanFocus
19966           - Implemented CanSelect
19967           - Implemented Capture
19968
19969 2004-08-21 12:35  pbartok
19970
19971         * XplatUIWin32.cs:
19972           - Fixed bug with Async message handling
19973           - Implemented getting the ModifierKeys
19974
19975 2004-08-21 12:32  jackson
19976
19977         * AsyncMethodResult.cs: Make sure we have the mutex before we
19978           release it. Fixes BeginInvoke on windows
19979
19980 2004-08-21 11:31  pbartok
19981
19982         * XplatUIWin32.cs, XplatUIX11.cs:
19983           - Drivers now return proper mouse state
19984
19985 2004-08-21 10:54  jackson
19986
19987         * Control.cs: Implement EndInvoke
19988
19989 2004-08-21 10:48  jackson
19990
19991         * Timer.cs: Remove unneeded finalizer
19992
19993 2004-08-20 19:52  ravindra
19994
19995         * ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs: Improvments
19996           in mouse event handling in the ToolBar control.
19997
19998 2004-08-20 19:50  ravindra
19999
20000         * ImageList.cs: Changed draw method to use the arguments passed in
20001           to draw the image.
20002
20003 2004-08-20 18:58  pbartok
20004
20005         * XplatUIStructs.cs:
20006           - Added private message for async communication
20007
20008 2004-08-20 17:38  ravindra
20009
20010         * Control.cs: Made RightToLeft property virtual and removed a
20011           Console.WriteLine.
20012
20013 2004-08-20 14:39  jordi
20014
20015         * ThemeGtk.cs: use style_attach
20016
20017 2004-08-20 14:39  pbartok
20018
20019         * XplatUIWin32.cs:
20020           - Added jackson's Async code from X11 to Win32
20021
20022 2004-08-20 14:09  pbartok
20023
20024         * SWF.csproj:
20025           - Added all new files
20026
20027 2004-08-20 14:09  pbartok
20028
20029         * Control.cs:
20030           - Added call to set window background color
20031
20032 2004-08-20 14:03  pbartok
20033
20034         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
20035           - Added method for setting the window background
20036
20037 2004-08-20 14:02  pbartok
20038
20039         * XplatUIWin32.cs:
20040           - Added method for setting the background color
20041           - Added handling for erasing the window background
20042
20043 2004-08-20 13:45  jordi
20044
20045         * TrackBar.cs: fixes timer, new properties and methods
20046
20047 2004-08-20 13:34  jackson
20048
20049         * ScrollBar.cs: Use the SWF timer so callbacks are run in the
20050           correct thread
20051
20052 2004-08-20 13:22  jackson
20053
20054         * Timer.cs: Timer Tick events are now handed through Controls Async
20055           mechanism so the callbacks are executed in the same thread as X
20056
20057 2004-08-20 13:19  jackson
20058
20059         * XplatUIDriver.cs: Expose functionality to send async messages
20060           through the driver
20061
20062 2004-08-20 13:18  jackson
20063
20064         * Control.cs: Implement Begininvoke
20065
20066 2004-08-20 13:14  jackson
20067
20068         * XplatUI.cs, XplatUIWin32.cs: Expose functionality to send async
20069           messages through the driver
20070
20071 2004-08-20 13:12  jackson
20072
20073         * XplatUIX11.cs: Lock before all X operations. Also added Async
20074           method functionality through XSendEvent
20075
20076 2004-08-20 13:11  jackson
20077
20078         * X11Structs.cs: Use IntPtrs for ClientMessage extra data (TODO:
20079           This will screw up on 64 bit systems)
20080
20081 2004-08-20 13:10  jackson
20082
20083         * AsyncMethodData.cs, AsyncMethodResult.cs: Classes for sending
20084           Async messages through X/Win32
20085
20086 2004-08-19 19:39  pbartok
20087
20088         * XplatUIX11.cs:
20089           - Updated code to match new HandleData.DeviceContext type
20090
20091 2004-08-19 19:38  pbartok
20092
20093         * HandleData.cs:
20094           - Made DeviceContext a generic object to allow usage from various
20095           drivers
20096           - Added support for queueing Windows messages
20097
20098 2004-08-19 19:37  pbartok
20099
20100         * XplatUIWin32.cs:
20101           - Added generation of MouseEnter, MouseLeave and MouseHover events
20102           - Added cleanup on EndPaint
20103
20104 2004-08-19 19:17  pbartok
20105
20106         * Control.cs:
20107           - Added handling of WM_MOUSEHOVER
20108           - Worked around 'bug' in Win32 WM_MOUSE_ENTER/WM_MOUSE_LEAVE driver
20109           code
20110
20111 2004-08-19 18:55  jordi
20112
20113         * ThemeGtk.cs: fixes button order
20114
20115 2004-08-19 18:12  jordi
20116
20117         * Theme.cs, ThemeWin32Classic.cs: fixes methods signature
20118
20119 2004-08-19 17:09  pbartok
20120
20121         * Control.cs:
20122           - Added Right property
20123           - Added RightToLeft property
20124
20125 2004-08-19 16:27  jordi
20126
20127         * ThemeGtk.cs: experimental GTK theme support
20128
20129 2004-08-19 16:26  jordi
20130
20131         * ITheme.cs, Theme.cs: move themes from an interface to a class
20132
20133 2004-08-19 16:25  jordi
20134
20135         * Control.cs, ScrollBar.cs, ThemeEngine.cs, ThemeWin32Classic.cs:
20136           theme enhancaments
20137
20138 2004-08-19 16:04  pbartok
20139
20140         * XplatUIX11.cs:
20141           - Added colormap basics
20142           - Added a way to re-initialize with a different display handle
20143           - Fixed setting of the window background color
20144           - Added various X11 imports related to colors and colormaps
20145
20146 2004-08-19 15:51  pbartok
20147
20148         * X11Structs.cs:
20149           - Removed packing hints (Paolo suggested this a while back)
20150           - fixed colormap type
20151           - Added default Atom types
20152           - Added Screen and color structs and enums
20153
20154 2004-08-19 15:39  pbartok
20155
20156         * ImageList.cs:
20157           - Added missing Draw() method
20158           - Added missing RecreateHandle event
20159
20160 2004-08-19 15:30  pbartok
20161
20162         * Form.cs:
20163           - Added handling of WM_CLOSE
20164
20165 2004-08-18 13:16  jordi
20166
20167         * ITheme.cs, ThemeWin32Classic.cs, XplatUIWin32.cs: Move colors to
20168           a table
20169
20170 2004-08-18 09:56  jordi
20171
20172         * ScrollBar.cs: fixes to scrollbar: steps and multiple timers
20173
20174 2004-08-17 15:31  ravindra
20175
20176         * SWF.csproj: Updated project.
20177
20178 2004-08-17 15:25  pbartok
20179
20180         * Control.cs:
20181           - Drawing improvement; don't call UpdateBounds if we are not visible
20182             (or have been minimized)
20183
20184 2004-08-17 15:24  pbartok
20185
20186         * XplatUIWin32.cs:
20187           - Finished IsVisible
20188           - Added Win32GetWindowPlacement
20189
20190 2004-08-17 15:08  jackson
20191
20192         * Panel.cs: Initial checkin of the Panel
20193
20194 2004-08-17 14:25  pbartok
20195
20196         * Control.cs:
20197           - Fixed broken handling of default window sizes
20198
20199 2004-08-17 13:29  jackson
20200
20201         * ThemeWin32Classic.cs: Don't use KnownColor to create colours. It
20202           has a large startup time.
20203
20204 2004-08-17 10:25  jackson
20205
20206         * HandleData.cs: union areas properly
20207
20208 2004-08-17 10:12  jackson
20209
20210         * HandleData.cs: union areas properly
20211
20212 2004-08-16 20:00  ravindra
20213
20214         * ToolBar.cs, ToolBarButton.cs: Added attributes.
20215
20216 2004-08-16 18:48  ravindra
20217
20218         * ToolBar.cs: Added attributes.
20219
20220 2004-08-16 17:17  ravindra
20221
20222         * SWF.csproj: Updated project.
20223
20224 2004-08-16 17:16  jackson
20225
20226         * XplatUIX11.cs: Check for more expose events before sending a
20227           WM_PAINT so they can all be grouped together. This makes dragging a
20228           window across another window redraw in a sane way.
20229
20230 2004-08-16 15:47  pbartok
20231
20232         * Control.cs:
20233           - Added handling of WM_MOUSE_ENTER & WM_MOUSE_LEAVE to
20234             support OnMouseEnter/Leave()
20235           - Added WS_CLIPSIBLINGS and WS_CLIPCHILDREN window styles to improve
20236             exposure handling
20237
20238 2004-08-16 15:46  pbartok
20239
20240         * XplatUIStructs.cs, XplatUIX11.cs:
20241           - Added WM_MOUSE_ENTER & WM_MOUSE_LEAVE to support
20242           OnMouseEnter/Leave()
20243
20244 2004-08-16 15:34  jackson
20245
20246         * XplatUIX11.cs: Group multiple expose events in HandleData, make
20247           sure messages get the message field set to WM_NULL if they are not
20248           handled.
20249
20250 2004-08-16 15:24  jackson
20251
20252         * HandleData.cs: HandleData is used for storing message information
20253           for window handles
20254
20255 2004-08-15 17:23  ravindra
20256
20257         * ColorDepth.cs: Added attribute.
20258
20259 2004-08-15 17:23  ravindra
20260
20261         * SWF.csproj: Updated project for ToolBar Control.
20262
20263 2004-08-15 17:20  ravindra
20264
20265         * ITheme.cs, ThemeWin32Classic.cs: Changes to Theme for ToolBar
20266           control and also dos2unix format.
20267
20268 2004-08-15 17:13  ravindra
20269
20270         * ToolBar.cs, ToolBarAppearance.cs, ToolBarButton.cs,
20271           ToolBarButtonClickEventArgs.cs,
20272           ToolBarButtonClickEventHandler.cs, ToolBarButtonStyle.cs,
20273           ToolBarTextAlign.cs: First Implementation of ToolBar control.
20274
20275 2004-08-15 15:31  pbartok
20276
20277         * ButtonBase.cs:
20278           - First (mostly) working version
20279
20280 2004-08-13 16:15  pbartok
20281
20282         * Control.cs:
20283           - Fixed Anchor default
20284
20285 2004-08-13 15:43  pbartok
20286
20287         * Control.cs:
20288           - Changed GetCursorPos signature
20289
20290 2004-08-13 15:42  pbartok
20291
20292         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
20293           - Changed signature for GetCursorPos
20294
20295 2004-08-13 15:25  pbartok
20296
20297         * XplatUIX11.cs:
20298           - Cleanup
20299           - Fixed resizing/exposure handling
20300
20301 2004-08-13 15:22  jordi
20302
20303         * ThemeWin32Classic.cs: removes redundant code and fixes issues
20304           with tickposition
20305
20306 2004-08-13 14:55  jordi
20307
20308         * TrackBar.cs: change from wndproc to events
20309
20310 2004-08-13 13:00  jordi
20311
20312         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
20313           XplatUIX11.cs: implements PointToClient (ScreenToClient)
20314
20315 2004-08-13 12:53  pbartok
20316
20317         * XplatUIWin32.cs:
20318           - Changed GetWindowPos to also provide client area size
20319           - Fixed broken prototypes for several win32 functions
20320
20321 2004-08-13 12:53  pbartok
20322
20323         * XplatUI.cs, XplatUIDriver.cs:
20324           - Changed GetWindowPos to also provide client area size
20325
20326 2004-08-13 12:52  pbartok
20327
20328         * XplatUIX11.cs:
20329           - Added generation of WM_POSCHANGED
20330           - Changed GetWindowPos to also provide client area size
20331
20332 2004-08-13 12:52  pbartok
20333
20334         * Control.cs:
20335           - Added Dispose() and destructor
20336           - Fixed resizing and bounds calculation
20337           - Fixed Layout
20338           - Added memory savings for invisible windows
20339
20340 2004-08-13 12:46  jordi
20341
20342         * TrackBar.cs: adds timer and grap window
20343
20344 2004-08-13 10:25  jackson
20345
20346         * Timer.cs: SWF Timer
20347
20348 2004-08-12 16:59  pbartok
20349
20350         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20351           - Implemented method to get current mouse position
20352
20353 2004-08-12 14:29  jordi
20354
20355         * ITheme.cs, ThemeWin32Classic.cs, TrackBar.cs: Trackbar
20356           enhancement, fix mouse problems, highli thumb, etc
20357
20358 2004-08-12 13:31  pbartok
20359
20360         * Control.cs:
20361           - Fixed Anchoring bugs
20362
20363 2004-08-12 13:01  jackson
20364
20365         * StatusBar.cs: Don't forget things
20366
20367 2004-08-12 12:54  jackson
20368
20369         * ThemeWin32Classic.cs: Handle owner draw status bars
20370
20371 2004-08-12 12:54  jackson
20372
20373         * StatusBar.cs: Implement missing properties, events, and methods.
20374           Handle mouse clicking
20375
20376 2004-08-12 10:19  jackson
20377
20378         * StatusBarPanelClickEventArgs.cs,
20379           StatusBarPanelClickEventHandler.cs: Classes for handling status
20380           bar panel click events
20381
20382 2004-08-12 10:10  jackson
20383
20384         * Control.cs: Add missing properties
20385
20386 2004-08-12 09:46  pbartok
20387
20388         * BindingsManagerBase.cs:
20389           - Name changed to BindingManagerBase.cs
20390
20391 2004-08-12 09:25  jordi
20392
20393         * ScrollableControl.cs: calls ctrlbase instead of exeception
20394
20395 2004-08-11 16:28  pbartok
20396
20397         * InputLanguageChangingEventArgs.cs:
20398           - Never check in before compiling. Fixes the last check-in
20399
20400 2004-08-11 16:26  pbartok
20401
20402         * InputLanguageChangingEventArgs.cs:
20403           - More signature fixes
20404
20405 2004-08-11 16:20  pbartok
20406
20407         * BindingManagerBase.cs, BindingMemberInfo.cs, ContainerControl.cs,
20408           Control.cs, ControlEventArgs.cs, ControlPaint.cs, Form.cs,
20409           ImageListStreamer.cs, InputLanguage.cs,
20410           InputLanguageChangedEventArgs.cs,
20411           InputLanguageChangingEventArgs.cs, Keys.cs, LayoutEventArgs.cs,
20412           LinkArea.cs, Message.cs, MouseEventArgs.cs, NativeWindow.cs,
20413           ScrollEventArgs.cs, ScrollableControl.cs, XplatUI.cs,
20414           XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20415           - Signature fixes
20416
20417 2004-08-11 16:16  pbartok
20418
20419         * Application.cs:
20420           - Fixed Signature
20421           - Added .Net 1.1 method
20422
20423 2004-08-11 15:25  pbartok
20424
20425         * SWF.csproj:
20426           - Fixed BindingManagerBase.cs filename
20427
20428 2004-08-11 15:22  pbartok
20429
20430         * BindingManagerBase.cs:
20431           - Was checked in with wrong filename
20432
20433 2004-08-11 14:50  pbartok
20434
20435         * SWF.csproj:
20436           - Updated
20437
20438 2004-08-11 13:41  jordi
20439
20440         * XplatUIWin32.cs: Fixes ClientRect
20441
20442 2004-08-11 13:19  pbartok
20443
20444         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
20445           XplatUIX11.cs:
20446           - We had SetWindowPos and MoveWindow to set window positions and
20447             size, removed MoveWindow. We have GetWindowPos, so it made sense to
20448             keep SetWindowPos as matching counterpart
20449           - Added some X11 sanity checking
20450
20451 2004-08-11 12:59  pbartok
20452
20453         * Control.cs:
20454           - Major cleanup of my SetBounds/SetBoundsCore/UpdateBounds mess
20455             (It seems that SetBounds is just a front for SetBoundsCore and
20456              SetBoundsCore updates the underlying window system and
20457              UpdateBounds is responsible for updating the variables associated
20458              with the Control and sending the events)
20459           - Major cleanup of Size handling; we now have two sizes, client_size
20460             and bounds. Bounds defines the window with decorations, client_size
20461             without them.
20462
20463 2004-08-11 12:55  pbartok
20464
20465         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20466           - Added method to calculate difference between decorated window and
20467             raw client area
20468
20469 2004-08-11 12:54  pbartok
20470
20471         * Label.cs:
20472           - Forcing redraw on resize
20473
20474 2004-08-11 11:43  pbartok
20475
20476         * ImageList.cs:
20477           - Removed disposing of the actual images when the list is disposed
20478
20479 2004-08-11 09:13  pbartok
20480
20481         * Control.cs:
20482           - Now properly reparents windows
20483
20484 2004-08-11 08:37  pbartok
20485
20486         * Control.cs:
20487           - Duh!
20488
20489 2004-08-11 07:47  pbartok
20490
20491         * Control.cs:
20492           - Rewrote the collection stuff. Might not be as fast now, not
20493             keeping the number of children around and accessible directly, but
20494             it's more straightforward
20495
20496 2004-08-11 07:44  pbartok
20497
20498         * AccessibleObject.cs:
20499           - Fixed to match ControlCollection rewrite
20500
20501 2004-08-11 07:43  pbartok
20502
20503         * ImageList.cs:
20504           - Added missing creation of the collection list
20505
20506 2004-08-10 20:08  jackson
20507
20508         * StatusBar.cs: Get the paint message from WndProc
20509
20510 2004-08-10 19:31  jackson
20511
20512         * ThemeWin32Classic.cs: Create Brushes as little as possible
20513
20514 2004-08-10 19:20  jackson
20515
20516         * UICues.cs: Add Flags attribute
20517
20518 2004-08-10 19:19  jackson
20519
20520         * StatusBarPanel.cs: Signature cleanup
20521
20522 2004-08-10 19:10  jackson
20523
20524         * StatusBarDrawItemEventArgs.cs, StatusBarDrawItemEventHandler.cs:
20525           Initial implementation of status bar item drawing
20526
20527 2004-08-10 17:27  jordi
20528
20529         * TrackBar.cs: add missing methods, properties, and restructure to
20530           hide extra ones
20531
20532 2004-08-10 16:24  jackson
20533
20534         * AccessibleStates.cs, Border3DSide.cs, Border3DStyle.cs,
20535           ButtonState.cs, ControlStyles.cs, DragDropEffects.cs: Add flags
20536           attribute
20537
20538 2004-08-10 13:21  jordi
20539
20540         * ITheme.cs, ScrollBar.cs, ThemeWin32Classic.cs: scrollbar
20541           enhancements and standarize on win colors defaults
20542
20543 2004-08-10 12:52  jackson
20544
20545         * DrawItemEventArgs.cs, DrawItemState.cs, ITheme.cs,
20546           ThemeWin32Classic.cs: Implement DrawItem functionality
20547
20548 2004-08-10 12:47  jordi
20549
20550         * XplatUIWin32.cs: Calls InvalidateRect before UpdateWindow
20551
20552 2004-08-10 12:32  jordi
20553
20554         * Control.cs: throw ontextchange event
20555
20556 2004-08-10 11:43  pbartok
20557
20558         * Control.cs:
20559           - Added more to the still unfinished Dock/Anchor layout code
20560
20561 2004-08-10 11:39  pbartok
20562
20563         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
20564           - Added GetWindowPos method
20565
20566 2004-08-10 11:36  pbartok
20567
20568         * XplatUIWin32.cs:
20569           - Implemented several methods
20570
20571 2004-08-10 09:47  jackson
20572
20573         * TrackBar.cs: Allow control to handle buffering
20574
20575 2004-08-10 09:41  jackson
20576
20577         * ProgressBar.cs, ScrollBar.cs: Allow control to handle buffering
20578
20579 2004-08-10 09:24  jackson
20580
20581         * Label.cs, LinkLabel.cs: Let Control handle buffering.
20582
20583 2004-08-10 09:09  jackson
20584
20585         * StatusBar.cs: Let Control handle all the buffering.
20586
20587 2004-08-10 09:08  jackson
20588
20589         * Control.cs: Control will now handle the buffering code, so each
20590           control does not have to implement this.
20591
20592 2004-08-10 08:34  jackson
20593
20594         * XplatUIDriver.cs: Use default colors from the theme
20595
20596 2004-08-09 17:12  pbartok
20597
20598         * ImageList.cs:
20599           - Fixed several bugs Ravindra pointed out
20600
20601 2004-08-09 16:11  pbartok
20602
20603         * Control.cs:
20604           - Added incomplete dock layout code
20605           - Added support for mouse wheel
20606
20607 2004-08-09 16:09  pbartok
20608
20609         * XplatUIX11.cs:
20610           - Added handling for middle and right mousebutton
20611           - Added handling for mouse wheel
20612           - Added handling for key state and mouse state and position
20613           - Now properly generates WM_xBUTTONx messages and WM_MOUSEWHEEL
20614           messages
20615
20616 2004-08-09 15:40  jackson
20617
20618         * StatusBarPanel.cs, StatusBarPanelAutoSize.cs,
20619           StatusBarPanelBorderStyle.cs, StatusBarPanelStyle.cs: Initial
20620           checkin
20621
20622 2004-08-09 15:37  jackson
20623
20624         * StatusBar.cs: Initial implementation of StatusBar
20625
20626 2004-08-09 15:36  jackson
20627
20628         * ITheme.cs: Add support for drawing status bar and getting status
20629           bar item sizes
20630
20631 2004-08-09 15:35  pbartok
20632
20633         * MouseButtons.cs:
20634           - Fixed values
20635
20636 2004-08-09 15:34  jackson
20637
20638         * ThemeWin32Classic.cs: Add support for drawing status bar and get
20639           status bar item sizes
20640
20641 2004-08-09 15:21  jackson
20642
20643         * ThemeWin32Classic.cs: Use known colors for default control
20644           colours
20645
20646 2004-08-09 15:12  jackson
20647
20648         * ThemeWin32Classic.cs: Make the default font static, it is static
20649           in control so this doesn't change functionality and creating fonts
20650           is sloooooow.
20651
20652 2004-08-09 14:56  pbartok
20653
20654         * X11Structs.cs:
20655           - Added GrabMode enum
20656
20657 2004-08-09 14:55  pbartok
20658
20659         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20660           - Removed Run method, was only required for initial development
20661
20662 2004-08-09 14:51  pbartok
20663
20664         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20665           - Implemented GrabWindow/ReleaseWindow methods to allow pointer
20666           capture
20667
20668 2004-08-09 13:48  pbartok
20669
20670         * XplatUIX11.cs:
20671           - Fixed default sizing for child windows
20672
20673 2004-08-09 12:56  pbartok
20674
20675         * XplatUIX11.cs:
20676           - Added generation of WM_DESTROY message
20677           - Added handling of window manager induced shutdown
20678
20679 2004-08-09 11:31  jackson
20680
20681         * ThemeWin32Classic.cs: New names for control properties
20682
20683 2004-08-09 11:25  jackson
20684
20685         * Control.cs: Use new color names
20686
20687 2004-08-09 11:02  jackson
20688
20689         * XplatUI.cs: Get default window properties from the theme
20690
20691 2004-08-09 11:01  jackson
20692
20693         * ITheme.cs: The theme engine now controls default window
20694           properties
20695
20696 2004-08-09 11:00  jackson
20697
20698         * ThemeWin32Classic.cs: Add default window color properties
20699
20700 2004-08-09 10:17  jackson
20701
20702         * ThemeWin32Classic.cs: Use correct default back color
20703
20704 2004-08-09 10:05  jackson
20705
20706         * XplatUIWin32.cs, XplatUIX11.cs: These properties are handled by
20707           the theme now.
20708
20709 2004-08-09 09:56  jackson
20710
20711         * XplatUI.cs: Remove defaults, these are handled by the theme now.
20712
20713 2004-08-09 09:54  jackson
20714
20715         * Control.cs: Get default properties from the theme.
20716
20717 2004-08-09 09:53  jackson
20718
20719         * ITheme.cs: Themes now handle default control properties
20720
20721 2004-08-09 09:53  jackson
20722
20723         * ThemeWin32Classic.cs: Themes now handle default control
20724           properties so coloring will be consistent
20725
20726 2004-08-08 16:54  jordi
20727
20728         * ITheme.cs, ThemeWin32Classic.cs: Label BorderStyles
20729
20730 2004-08-08 15:08  jordi
20731
20732         * XplatUIX11.cs: fixes keyboard crash
20733
20734 2004-08-08 13:47  jordi
20735
20736         * Label.cs: add cvs header info
20737
20738 2004-08-08 12:09  jackson
20739
20740         * ThemeWin32Classic.cs: Add pen_buttonface
20741
20742 2004-08-08 11:52  jordi
20743
20744         * Label.cs, LinkLabel.cs: [no log message]
20745
20746 2004-08-08 11:34  jordi
20747
20748         * ThemeWin32Classic.cs: Use Windows Standard Colours
20749
20750 2004-08-07 17:32  jordi
20751
20752         * TrackBar.cs: throw exceptions of invalid enums values
20753
20754 2004-08-07 17:31  jordi
20755
20756         * Label.cs, LinkLabel.cs, ThemeWin32Classic.cs: fixes label bug and
20757           draw method name
20758
20759 2004-08-07 16:56  jackson
20760
20761         * HorizontalAlignment.cs: Initial checkin
20762
20763 2004-08-07 13:16  jordi
20764
20765         * Label.cs, LinkLabel.cs: throw exceptions, fixes events, missing
20766           methods
20767
20768 2004-08-07 13:05  jordi
20769
20770         * ITheme.cs, ThemeWin32Classic.cs: Theme colour support and
20771           GetSysColor defines
20772
20773 2004-08-06 18:01  pbartok
20774
20775         * ThemeWin32Classic.cs:
20776           - Fixed some rounding issues with float/int
20777
20778 2004-08-06 18:00  jackson
20779
20780         * DockStyle.cs, AnchorStyles.cs:
20781
20782                   Add flags and serializable attributes.
20783
20784 2004-08-06 17:46  pbartok
20785
20786         * XplatUIX11.cs:
20787           - Implemented GetParent
20788
20789 2004-08-06 17:18  pbartok
20790
20791         * TrackBar.cs:
20792           - Fixed some rounding issues with float/int
20793
20794 2004-08-06 17:17  pbartok
20795
20796         * X11Structs.cs, XplatUIX11.cs:
20797           - Fixed Refresh and Invalidate
20798
20799 2004-08-06 15:30  pbartok
20800
20801         * Control.cs, X11Structs.cs, XplatUIX11.cs:
20802           - Fixed recursive loop when resizing
20803           - Improved/fixed redrawing on expose messages
20804
20805 2004-08-06 09:53  jordi
20806
20807         * Control.cs, X11Structs.cs, XplatUIWin32.cs, XplatUIX11.cs: X11
20808           keyboard navigation
20809
20810 2004-08-06 08:02  pbartok
20811
20812         * X11Structs.cs, XplatUIX11.cs:
20813           - Fixed reparenting
20814           - Fixed window border creation
20815
20816 2004-08-05 15:38  pbartok
20817
20818         * XplatUIX11.cs:
20819           - Attempted fix for reparenting problems
20820
20821 2004-08-04 15:14  pbartok
20822
20823         * Control.cs:
20824           - Fixed Invalidation bug (calculated wrong client area)
20825           - Added ClientSize setter
20826
20827 2004-08-04 15:13  pbartok
20828
20829         * Form.cs:
20830           - Added AutoScale properties
20831
20832 2004-08-04 15:13  pbartok
20833
20834         * SWF.csproj:
20835           - Added latest files
20836
20837 2004-08-04 14:11  pbartok
20838
20839         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
20840           XplatUIX11.cs:
20841           - Added Invalidate handling
20842
20843 2004-08-03 17:09  jordi
20844
20845         * XplatUIDriver.cs: fixes spelling mistake
20846
20847 2004-07-27 09:53  jordi
20848
20849         * TrackBar.cs: fixes trackbar events, def classname, methods
20850           signature
20851
20852 2004-07-27 09:29  jordi
20853
20854         * ScrollBar.cs: fixes scrollbar events
20855
20856 2004-07-27 04:38  jordi
20857
20858         * Control.cs: changes to be able to run winforms samples
20859
20860 2004-07-26 11:42  jordi
20861
20862         * ControlPaint.cs, ITheme.cs, ProgressBar.cs, ScrollBar.cs,
20863           ThemeEngine.cs, ThemeWin32Classic.cs, TrackBar.cs: Theme support
20864
20865 2004-07-26 05:41  jordi
20866
20867         * MessageBox.cs, MessageBoxButtons.cs, MessageBoxDefaultButton.cs,
20868           MessageBoxIcon.cs, MessageBoxOptions.cs: initial messagebox
20869           implementation
20870
20871 2004-07-22 09:22  jordi
20872
20873         * LinkLabel.cs, LinkLabelLinkClickedEventHandler.cs: link label:
20874           check link overlapping, implement events, and fixes
20875
20876 2004-07-21 10:28  jordi
20877
20878         * DialogResult.cs, IButtonControl.cs: fixes comments filenames
20879
20880 2004-07-21 10:19  jordi
20881
20882         * DialogResult.cs, IButtonControl.cs, Label.cs, LinkArea.cs,
20883           LinkBehavior.cs, LinkClickedEventArgs.cs, LinkLabel.cs,
20884           LinkLabelLinkClickedEventArgs.cs,
20885           LinkLabelLinkClickedEventHandler.cs, LinkState.cs,
20886           XplatUIWin32.cs, LinkClickedEventHandler.cs: LinkLabel control
20887           implementation
20888
20889 2004-07-19 13:09  jordi
20890
20891         * Control.cs, Label.cs: label control re-written: added missing
20892           functionlity, events, and properties
20893
20894 2004-07-19 10:49  jordi
20895
20896         * Control.cs: fixes SetBounds logic
20897
20898 2004-07-19 01:29  jordi
20899
20900         * Control.cs: Call RefreshWindow only if the window has created
20901
20902 2004-07-15 14:05  pbartok
20903
20904         * ColorDepth.cs, ImageList.cs, ImageListStreamer.cs, SWF.csproj:
20905           - Implemented ImageList and ImageList.ImageCollection classes
20906           - Added ColorDepth enumeration
20907           - Updated SWF VS.Net project
20908
20909 2004-07-15 11:06  jordi
20910
20911         * XplatUIStructs.cs: added MsgButons enum
20912
20913 2004-07-15 11:03  jordi
20914
20915         * Control.cs: added basic mouse handeling events
20916
20917 2004-07-15 03:38  jordi
20918
20919         * Orientation.cs, TickStyle.cs, TrackBar.cs: Horizontal and
20920           Vertical TrackBar control implementation
20921
20922 2004-07-13 09:33  jordi
20923
20924         * HScrollBar.cs, VScrollBar.cs: vertical and hort. classes commit
20925
20926 2004-07-13 09:31  jordi
20927
20928         * Control.cs, Form.cs: commit: new properties and fixes form size
20929           problems
20930
20931 2004-07-09 14:13  miguel
20932
20933         * ProgressBar.cs: Spelling
20934
20935 2004-07-09 11:25  pbartok
20936
20937         * ProgressBar.cs:
20938           - Removed usage of Rectangle for drawing. Miguel pointed out it's
20939           faster
20940
20941 2004-07-09 11:17  miguel
20942
20943         * ProgressBar.cs: 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
20944
20945                 * ProgressBar.cs: Fixed spelling for `block'
20946
20947                 drawProgressBar: renamed to `DrawProgressBar' to follow the coding
20948                 style guidelines.
20949
20950                 Avoid using the += on rect.X, that exposed a bug in the compiler.
20951
20952 2004-07-08 23:21  pbartok
20953
20954         * AccessibleObject.cs, AccessibleRole.cs, AccessibleStates.cs,
20955           AnchorStyles.cs, Application.cs, ApplicationContext.cs,
20956           BaseCollection.cs, Binding.cs, BindingContext.cs,
20957           BindingMemberInfo.cs, BindingsCollection.cs,
20958           BindingsManagerBase.cs, Border3DSide.cs, Border3DStyle.cs,
20959           BorderStyle.cs, BoundsSpecified.cs, ButtonBorderStyle.cs,
20960           ButtonState.cs, CaptionButton.cs, CheckBox.cs,
20961           ContainerControl.cs, Control.cs, ControlEventArgs.cs,
20962           ControlEventHandler.cs, ControlPaint.cs, ControlStyles.cs,
20963           ConvertEventArgs.cs, ConvertEventHandler.cs, Copyright,
20964           CreateParams.cs, DockStyle.cs, DragAction.cs, DragDropEffects.cs,
20965           DragEventArgs.cs, DragEventHandler.cs, FlatStyle.cs, Form.cs,
20966           FrameStyle.cs, GiveFeedbackEventArgs.cs,
20967           GiveFeedbackEventHandler.cs, HelpEventArgs.cs,
20968           HelpEventHandler.cs, IContainerControl.cs, IDataObject.cs,
20969           IMessageFilter.cs, IWin32Window.cs, ImeMode.cs, InputLanguage.cs,
20970           InputLanguageChangedEventArgs.cs,
20971           InputLanguageChangedEventHandler.cs,
20972           InputLanguageChangingEventArgs.cs,
20973           InputLanguageChangingEventHandler.cs, InputLanguageCollection.cs,
20974           InvalidateEventArgs.cs, InvalidateEventHandler.cs,
20975           KeyEventArgs.cs, KeyEventHandler.cs, KeyPressEventArgs.cs,
20976           KeyPressEventHandler.cs, Keys.cs, Label.cs, LayoutEventArgs.cs,
20977           LayoutEventHandler.cs, MenuGlyph.cs, Message.cs, MouseButtons.cs,
20978           MouseEventArgs.cs, MouseEventHandler.cs, NativeWindow.cs,
20979           PaintEventArgs.cs, PaintEventHandler.cs, ProgressBar.cs,
20980           QueryAccessibilityHelpEventArgs.cs,
20981           QueryAccessibilityHelpEventHandler.cs,
20982           QueryContinueDragEventArgs.cs, QueryContinueDragEventHandler.cs,
20983           RightToLeft.cs, SWF.csproj, SWF.csproj.user, ScrollBar.cs,
20984           ScrollBars.cs, ScrollButton.cs, ScrollEventArgs.cs,
20985           ScrollEventHandler.cs, ScrollEventType.cs, ScrollableControl.cs,
20986           TODO, TODOAttribute.cs, UICues.cs, UICuesEventArgs.cs,
20987           UICuesEventHandler.cs, X11Structs.cs, XplatUI.cs,
20988           XplatUIDriver.cs, XplatUIStructs.cs, XplatUIWin32.cs,
20989           XplatUIX11.cs, lang.cs:
20990           - Initial check-in
20991