flush
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
1 2006-12-19  Jackson Harper  <jackson@ximian.com>
2
3         * RichTextBox.cs: 
4         * TextBoxBase.cs: New args for FormatText
5         * TextControl.cs: Rewrote the main drawing method, this version
6         feels a little easier to understand and debug to me.  Hopefully it
7         does to others also
8         - Fix FormatText to OR in the new formating values.  Added
9         FormatSpecified param, basically this works in the same way as
10         BoundsSpecified in Control.
11         - Set the caret properties when the caret is positioned.
12         - When wrapping text make sure that we calculate the width of the
13         last character
14         - when calculating alignments we might have wrapped down to the
15         next line, so don't search for an individual tag, search for the
16         end of the line
17         
18 2006-12-19  Daniel Nauck  <dna@mono-project.de>
19
20         * Application.cs: add Restart () 2.0 support
21
22 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
23
24         * MenuItem.cs: Invalidate menu item rectangle after change Enable
25         property. Fixes #80268.
26         
27 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
28
29         * MenuAPI.cs: Dont trigger select event when closes top menu
30         item. Fixes #80270.
31
32 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
33
34         * MenuAPI.cs: When you click on menuitem only trigger onselect
35         event for top menu itens. Fixes #80271.
36         
37 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
38
39         * MdiWindowManager.cs: Make IconicBounds depend on
40         the bottom of MdiClient, not the top (fixes #80267)
41         
42 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
43
44         * MdiClient.cs: Added missing 2.0 attribute
45
46 2006-12-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
47
48         * ListViewItem.cs: Add Name and Tag 2.0 properties, as well
49         as IndexOfKey, ContainsKey, RemoveByKey and indexer 2.0.
50
51 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
52
53         * MenuAPI.cs: Fix click when menuitem is not popup,
54         this regression was caused by last commit (#80272).
55
56 2006-12-17  Everaldo Canuto  <everaldo@simios.org>
57
58         * MenuAPI.cs: When a non-toplevel menuitem is clicked dont
59         fire click event or close menu. Fixes #80272.
60
61 2006-12-17  Daniel Nauck  <dna@mono-project.de>
62
63         * ListViewHitTestInfo.cs: add
64
65 2006-12-17  Daniel Nauck  <dna@mono-project.de>
66
67         * ButtonBase.cs: Added FlatButtonAppearance 2.0 support.
68         * FlatButtonAppearance.cs: add
69         * DockingAttribute.cs: add
70
71 2006-12-17  Chris Toshok  <toshok@ximian.com>
72
73         * DataGrid.cs: hook up MetaDataChanged event on the list manager,
74         and rebind our columns when it does - this way, if you make
75         changes to the DataTable (or set the Table attribute on a DataView
76         after setting it as the DataGrid's DataSource, the changes are
77         made visible.)  Fixes bug #80107.
78
79 2006-12-17  Daniel Nauck  <dna@mono-project.de>
80
81         * ListViewGroup.cs: add internal Location property for layouting.
82         * Theme.cs: add abstract ListViewGroupHeight function.
83         * ThemeWin32Classic.cs: implement ListViewGroupHeight function.
84
85 2006-12-16  Andreia Gaita  <avidigal@novell.com>
86
87         * TabControl.cs: Fixed checks for NET_2_0-specific exceptions.
88         Added reset of selected index to 0 when adding first tab page.
89         Fixes #80264
90         
91         * NumericUpDown.cs: Fix NET_2_0 check
92
93 2006-12-16  Daniel Nauck  <dna@mono-project.de>
94
95         * ListViewGroup.cs: fixed DefaultValueAttribute value
96
97 2006-12-16  Daniel Nauck  <dna@mono-project.de>
98
99         * AutoCompleteStringCollection.cs: add new AutoCompleteStringCollection 2.0 class
100
101 2006-12-15  Miguel de Icaza  <miguel@novell.com>
102
103         * Button.cs, ComboBox.cs, ScrollBar.cs, UserControl.cs,
104         TextBoxBase.cs, ListView.cs, ContainerControl.cs,
105         ScrollableControl.cs: Add a handful of methods that are
106         overwritten in 2.0 
107
108 2006-12-15  Chris Toshok  <toshok@ximian.com>
109
110         * XplatUIWin32.cs: initial implementation of the Reversible
111         drawing functions.  there are some problems.  DrawReversibleFrame
112         doesn't seem to work at all for Dashed FrameStyle, and in the
113         Thick case there are drawing errors at the corners (we probably
114         need to bind Rectangle instead of doing moveto/lineto's.)
115
116 2006-12-16  Andreia Gaita  <avidigal@novell.com>
117         
118         * SendKeys.cs: Implemented. SendKeys uses a new method in XPlatUI, SendInput, 
119         to send blocks of key messages. Send accumulates keys to send with Flush, 
120         while SendWait sends all keys immediately.
121                 
122         * XplaUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs, 
123         XplatUIX11.cs,  XplatUIX11-new.cs:
124         - Define SendInput and stubs for OSX and X11, implements Win32 with a call
125         to Win32 SendInput.
126         - Added INPUT support structures to XplatUIWin32 for Win32SendInput
127         
128         Tests:  It seems ms.net is hooking the keyboard to implement this, so doing unit
129         testing for ms.net on this class is very tricky, as the tests run too fast 
130         to allow the hook to release, essentially freezing the keyboard and the 
131         test. So, barring a win32 miracle, they'll be commited in the ms-notworking     
132         category :p
133
134 2006-12-16  Daniel Nauck  <dna@mono-project.de>
135
136         * Padding.cs: fixed serialization compability to MS ("_var" field names),
137                         added missing attributes.
138  
139 2006-12-15  Daniel Nauck  <dna@mono-project.de>
140
141         * ListViewGroup.cs: Added missing attributes.
142         * ListViewGroupCollection.cs: Added missing attributes.
143
144 2006-12-15  Daniel Nauck  <dna@mono-project.de>
145
146         * ListViewItem.cs: fixed ListViewSubItem text property.
147
148 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
149         
150         * Control.cs: Added missing 2.0 attributes
151         
152 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
153         
154         * MdiClient.cs: Added missing 2.0 attribute.
155         * MonthCalendar.cs: Added some missing 2.0 attributes 
156         and properties.
157         
158 2006-12-15  Daniel Nauck  <dna@mono-project.de>
159
160         * ListView.cs: implemented ListViewItemCollection Add 2.0 support.
161
162 2006-12-15  Jonathan Pobst  <monkey@jpobst.com>
163
164         * MainMenu.cs: Add the new 2.0 constructor to help out people
165         using the MainMenu in VS2005.
166
167 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
168         
169         * MdiChildContext.cs: Removed it, no longer used.
170         * MdiClient.cs: Added missing 2.0 attributes.
171         
172 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
173         
174         * InternalWindowManager.cs: Fix a NullRef with previous 
175         changes for toolwindows.
176         
177 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
178
179         * Control.cs: 
180         - Added AfterTopMostControl to allow for certain controls 
181         to always stay on top when normal controls are brought to 
182         front.
183         
184         * XplatUIWin32.cs: 
185         - (DrawInversibleRectangle): Get window rectangle from Win32 
186         in stead of from control, since Win32 doesn't calculate
187         screen coords correctly from control's Location if it 
188         have docked siblings.
189         
190         * MdiWindowManager.cs:
191         - Correct the control menu popup location when clicked on
192         the maximized form icon. (fixes #80223.1)
193         - Don't show moving rectangle if mouse hasn't moved from
194         the original clicked point.
195         - Removed FormGotFocus handler (not used).
196         - Calculate the control buttons location from the main
197         window's size and not client size (fixes #79770).
198         - Form is now closed when the form icon is double-clicked
199         (fixes #79775). 
200         - Correct NCCalcSize numbers a little bit (fixes #80223.2)
201         
202         * InternalWindowManager.cs:
203         - Moved some MDI-only methods to MdiWindowManager.
204         - Removed unused properties and methods.
205         - Unified method naming for methods handling wm messages.
206         - Moved all message handling to seperate methods for
207         each message.
208         
209         * ThemeWin32Classic.cs:
210         - DrawManagedWindowDecorations now draws the title bar 
211         with a gradient brush.
212         - Add a CPDrawButtonInternal that allows us to specify
213         light, normal and dark colors for the buttons (control 
214         buttons for MDI children were drawn with the same light
215         color as the background, therefore loosing the 3D effect).
216         
217         * SizeGrip.cs:
218         - Add a CapturedControl property that is used to 
219         determine the control to resize (defaults to parent). 
220         Needed for MdiClient, since its SizeGrip's parent is
221         MdiClient, but the control to resize is the main form.
222         
223         * MdiClient.cs:
224         - Set SizeGrip's CapturedControl to the main form in order
225         to resize the main form and not the MdiClient.
226         - Override AfterTopMostControl to leave the scrollbars 
227         always on top.
228
229 2006-12-15  Daniel Nauck  <dna@mono-project.de>
230
231         * ListView.cs: fixed ListViewItemCollection AddRange and
232                         implemented ListViewItemCollection AddRange 2.0 support.
233
234 2006-12-15  Daniel Nauck  <dna@mono-project.de>
235
236         * ListViewGroup.cs: Add.
237         * ListViewGroupCollection.cs: Add
238         * ListView.cs: Add ListViewGroup (Group) and ShowGroups 2.0 support.
239         * ListViewItem.cs: Add ListViewgroup (Group), ListViewGroups constructors and
240                                 stub for ImageKey 2.0 support.
241
242 2006-12-14  Mike Kestner  <mkestner@novell.com>
243
244         * ListView.cs: add text padding to the autocalculation for columns
245         of width -2.  Fixes #80207.
246  
247 2006-12-14  Mike Kestner  <mkestner@novell.com>
248
249         * ListView.cs: add some index guarding for partial row navigation 
250         logic.  Fixes #80250.
251
252 2006-12-14  Mike Kestner  <mkestner@novell.com>
253
254         * ListView.cs: throw ArgumentExceptions when parented ListViewItems
255         are added or inserted to the collection.  Fixes #81099.
256
257 2006-12-13  Everaldo Canuto  <everaldo@simios.org>
258
259         * MenuAPI.cs: Closes menu when right click out side of popup
260         it fix problem in ContextMenu and MainMenu. Fixes #80252.
261
262 2006-12-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
263
264         * ListViewItem.cs: Fix dumb error.
265
266         * ListView.cs: Add Find and ContainsKey methods in 
267         ListViewItemCollection, and also return true for IsReadOnly
268         and IsFixedSize (changes for 2.0). 
269
270 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
271
272         * Control.cs: Allow Region to be set to null.
273
274 2006-12-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
275
276         * MdiWindowManager.cs: Remove unused (commented out) code.
277         * Form.cs: When the MdiChild is maximized, the form needs 
278         WM_NCMOUSELEAVE, so request it.
279         * InternalWindowManager.cs: 
280         - Added tooltips to control buttons.
281         - Removed duplicated control button handling code.
282         - Removed unused (commented out) code.
283         
284 2006-12-12  Everaldo Canuto  <everaldo@simios.org>
285
286         * MenuAPI.cs: Set cursor to default in popup menus, a XplatUI.SetCursor 
287         was used because we must set cursor without trigger ChangeCursor event
288         and without change Cursor control property. Fixes #79963.
289
290 2006-12-12  Andreia Gaita  <avidigal@novell.com>
291         
292         * Control.cs: Check if Region setter value is null, and ignore
293
294 2006-12-12  Jackson Harper  <jackson@ximian.com>
295
296         * TextControl.cs: We were almost always drawing one more line then
297         needed, since the GetLineByPixel will return the last line found
298         at that pixel. In most cases though, we were invalidating up to
299         the junction between two lines.
300         - Improve debug code.
301
302 2006-12-12  Chris Toshok  <toshok@ximian.com>
303
304         * XplatUI.cs: add static DrawReversibleFrame, DrawReversibleLine,
305         and FillReversibleRectangle.
306
307         * XplatUIDriver.cs: add abstract DrawReversibleFrame, DrawReversibleLine,
308         and FillReversibleRectangle.
309
310         * XplatUIWin32.cs: add stubs which do nothing for
311         DrawReversibleFrame, DrawReversibleLine, and
312         FillReversibleRectangle.
313
314         * XplatUIOSX.cs: add stubs which raise NIE for
315         DrawReversibleFrame, DrawReversibleLine, and
316         FillReversibleRectangle.
317
318         * XplatUIX11.cs: add working implementation for
319         DrawReversibleFrame, DrawReversibleLine, and
320         FillReversibleRectangle.
321         
322         * ControlPaint.cs: implement DrawReversibleFrame,
323         DrawReversibleLine, and FillReversibleRectangle, by calling into
324         the appropriate XplatUI method.
325
326 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
327
328         * Form.cs: Make MdiClient have the focus even if it's
329         not selectable, since it should receive WM_KEY* and WM_MOUSE 
330         messages. Fixes #79907.
331         
332 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
333
334         * Hwnd.cs: Save the CreateParams.ExStyle so that it can be
335         queried after the window is created.
336         
337         * XplatUIX11.cs: Added SendParentNotify to implement 
338         WM_PARENTNOTIFY logic. Fixes #79965.
339         
340         * Control.cs: Added MakeParam.
341         
342 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
343
344         * MdiClient.cs: Resume Layout before setting window
345         states (fixes #80201).
346
347 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
348
349         * MenuAPI.cs: Deselect a menu item after performing
350         the click (fixes #80197).
351
352 2006-12-11  Jackson Harper  <jackson@ximian.com>
353
354         * TextBoxBase.cs: We need to cap this value, since Maximum -
355         ViewPortHeight can be less than zero.
356         - Only do selection with the left mouse button.
357         * TextBox.cs: Don't tell the world that we have a context menu.
358         * Control.cs: New method so that we can control whether or not the
359         context menu is visible outside MWF.
360
361 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
362
363         * ToolBarButton.cs: Fix text positon. 
364
365 2006-12-11  Miguel de Icaza  <miguel@novell.com>
366
367         * ProgressBar.cs (MarqueeAnimationSpeed): Add stub.
368
369         * Control.cs (DoubleBuffered): Add implementation.
370
371         * Application.cs (OpenForms): Add.
372
373 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
374
375         * Form.cs: Use opacity instead of Opactiy to determine if we need
376         to set the WS_EX_LAYERED bit.  [Fixes bug #80185]
377
378 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
379
380         * Control.cs: Fix NRE if Control.Site was set to null.
381
382 2006-12-11  Chris Toshok  <toshok@ximian.com>
383
384         * Control.cs: ControlCollection.Remove should return if the arg is
385         null, and ControlCollection.SetChildIndex should raise a ANE.
386
387 2006-12-11  Gert Driesen  <drieseng@users.sourceforge.net>
388
389         * Control.cs: Verify value set for Dock property. Code formatting
390         updates.
391
392 2006-12-11  Jackson Harper  <jackson@ximian.com>
393
394         * TextControl.cs: Draw the caret and the selection when a flag is
395         set on the owner.
396         * TextBoxBase.cs: We want to draw the caret and the selection for
397         TextBox but not for TextBoxBase.
398         - If the window is resized and scrolling is no longer needed (the
399         whole doc is visible) set the scroll position to zero.
400         - The default SelectWord (the one TextBox uses) should move the
401         caret to the end of the word.
402         - SelectAll moves the caret to the end of the selection.
403         * TextBox.cs: We don't selectall on focus, we just do it when the
404         control is created.
405         
406 2006-12-11  Mike Kestner  <mkestner@novell.com>
407
408         * ComboBox.cs: stub in a 2.0 override for ProcessKeyEventArgs.
409
410 2006-12-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
411
412         * ListView.cs: Add Insert, IndexOfKey, RemoveByKey and indexer 
413         2.0 support.
414         * ListViewItem.cs: Add Name 2.0 property.
415
416 2006-12-11  Andreia Gaita  <avidigal@novell.com>
417
418         * TabControl.cs: Set visibility on selected or default tab 
419         when tabcontrol handle is created, so that it's contents
420         actually show up (duh). Fixes #80193
421         Don't redraw the control if there is no handle created, as
422         the selected index might be completely invalid. Added some tests
423         to check for this.
424
425 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
426
427         * ToolBar.cs: Uses maximun width and height of all buttons as 
428         button rectangle when ButtonSize specified, it looks strange but
429         is what happens in Win32. Fixes #80189.
430
431 2006-12-11  Jackson Harper  <jackson@ximian.com>
432
433         * TextControl.cs: Need to track undo levels ourself, since
434         compound actions will mess them up.
435
436 2006-12-10  Andreia Gaita  <avidigal@novell.com>
437
438         * TabControl.cs: Raise SelectedIndexChanged for 1.1 if the
439         SelectedIndex value is changed (even if it's not valid).
440         Reset SelectedIndex to 0 when the handle is created and if
441         the current index is invalid.
442         Fixes SelectdeIndex unit tests and #80128
443
444 2006-12-08  Chris Toshok  <toshok@ximian.com>
445
446         * DataGrid.cs (set_CurrentCell): because EnsureCellVisibility
447         calls EndEdit, it needs to be called before we set current_cell to
448         its new value.  Otherwise, we end up committing the value in the
449         textbox to the new cell as well.  Fixes bug #80160.
450
451 2006-12-08  Chris Toshok  <toshok@ximian.com>
452
453         * Form.cs (set_CancelButton): if the button's DialogResult is
454         None, set it to Cancel.  Fixes bug 80180.
455
456 2006-12-08  Jackson Harper  <jackson@ximian.com>
457
458         * TextBoxBase.cs: Ugh, ClientSize can be 0,0 sometimes, so we need
459         to watch ourselves when setting the canvas size and setting the
460         scrollbar values.
461
462 2006-12-08  Chris Toshok  <toshok@ximian.com>
463
464         * DataGrid.cs: comment out the two MakeTransparent calls for the
465         time being so people using trunk (and not 1.2.2) on windows can
466         actually use the datagrid.  This deals with bug #80151.
467
468 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
469
470         * ThemeWin32Classic.cs: Change ButtonBase_DrawImage to use the
471         Graphics.DrawImage (image, int, int, int, int) overload instead
472         of Graphics.DrawImage (image, int, int).  GDI+ can't figure out
473         the dpi difference and was blurring images it drew.
474         [Fixes bug #79960]
475
476 2006-12-08  Chris Toshok  <toshok@ximian.com>
477
478         * ThemeWin32Classic.cs (DataGridPaintRows): handle case where
479         rowcnt is 0 (such as with an empty datasource), and make sure we
480         initialize not_usedarea.Y to cells.Y, so we don't draw over the
481         other areas (caption, parent row, etc, etc).  Fixes bug #80095.
482
483 2006-12-08  Chris Toshok  <toshok@ximian.com>
484
485         * DataGridColumnStyle.cs (SetDataGrid): don't try to access a null
486         grid.
487
488 2006-12-08  Chris Toshok  <toshok@ximian.com>
489
490         [ Fixes bug #80167 ]
491         
492         * ThemeWin32Classic.cs: don't draw the image if the button's flat
493         style is FlatStyle.System.
494
495         * ButtonBase, ThemeClearlooks.cs, ThemeGtk.cs, ThemeNice.cs: make
496         ButtonBase.flat_style private, and switch uses of it to the public
497         property.
498         
499 2006-12-08  Chris Toshok  <toshok@ximian.com>
500
501         [ Fixes bug #80121 ]
502         
503         * ThemeWin32Classic.cs: center the caption text in the datagrid
504         when we draw it.
505
506         * DataGrid.cs: lessen the amount we add to the caption height from
507         6 to 2.  6 was making it huge.
508
509 2006-12-08  Andreia Gaita  <avidigal@novell.com>
510
511         * UpDownBase: Handle MouseWheel call directly instead of capturing
512         the inner textbox's OnMouseWheel. Fixes #80166
513
514 2006-12-08  Jackson Harper  <jackson@ximian.com>
515
516         * TextControl.cs: We need to invalidate the textbox when we empty
517         it (how had this not been discovered before?)
518
519 2006-12-08  Jackson Harper  <jackson@ximian.com>
520
521         * TextBoxBase.cs: Reworked the mouse down code so I could get it
522         to behave like MS, we now ignore the eventargs.Click and just
523         track state ourself, which we were already doing anyways.
524         - Constrain the double click handler to the double click size.
525         
526 2006-12-08  Chris Toshok  <toshok@ximian.com>
527
528         * DataGrid.cs: the mousewheel code shouldn't try to scroll in a
529         direction if that scrollbar isn't shown.  fixes bug #80158.
530
531 2006-12-08  Andreia Gaita  <avidigal@novell.com>
532
533         * NumericUpDown.cs: Update value on getter. Fixes #79950
534
535 2006-12-08  Chris Toshok  <toshok@ximian.com>
536
537         * MenuItem.cs: add back in the event cloning code.  I didn't know
538         how to do it in the face of the EventHandlerList work i'd done
539         last week.  Fixes bug #80183.
540
541 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
542
543         * Control.cs: Add an invalidate to the BackgroundImage setter.
544         [Fixes 80184]
545
546 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
547
548         * ToolStrip*: Add some small properties reported by MoMA, fix event
549         firing and default properties based off of unit tests, and add some
550         attributes based off of the class status page.
551
552 2006-12-07  Jackson Harper  <jackson@ximian.com>
553
554         * TextBoxBase.cs: Take HideSelection into account when determining
555         whether or not to show the selection.
556         * RichTextBox.cs: After inserting the RTF into the document move
557         the cursor to the beginning of the document.
558
559 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
560
561         * Control.cs: Remove static ArrayList "controls" which maintained
562         a reference to every control created.
563         * Application.cs: Create a static FormCollection to maintain a reference
564         to every form created.  Use it in places that formerly enumerated through
565         the controls one looking for forms.
566         * Form.cs: Add and remove self from above FormCollection.
567
568 2006-12-07  Alexander Olk  <alex.olk@googlemail.com>
569
570         * MimeIcon.cs: gdk_pixbuf_save_to_buffer is part of libgdk-pixbuf,
571           not libgdk (though it makes me wonder why I didn't have any
572           problems)
573
574 2006-12-07  Chris Toshok  <toshok@ximian.com>
575
576         [ you had to know this was coming after that last commit...]
577         
578         * XplatUIX11.cs: implement the 3 Offscreen functions in terms of
579         XPixmaps (CreateOffscreenDrawable maps to XCreatePixmap,
580         DestroyOffscreenDrawable to FreePixmap, and BlitFromOffscreen to
581         XCopyArea).
582
583 2006-12-07  Chris Toshok  <toshok@ximian.com>
584
585         * XplatUI.cs: add 3 calls (CreateOffscreenDrawable,
586         DestroyOffscreenDrawable, and BlitFromOffscreen) that encompass
587         all the behavior we need for double buffering.
588
589         * XplatUIDriver.cs: implement the 3 double buffer methods using a
590         client side Bitmap, just like the old Control-based double buffer
591         code did.  The methods are virtual, so each XplatUI driver
592         subclass can replace the implementation to use a faster, platform
593         specific approach.
594
595         * Control.cs: make use of the 3 Offscreen XplatUI calls in the
596         double buffer code, and clean things up a bit in the process.
597
598 2006-12-06  Chris Toshok  <toshok@ximian.com>
599
600         * Control.cs: reindent WndProc.
601
602 2006-12-06  Chris Toshok  <toshok@ximian.com>
603
604         [ I wanna be like BenM when I grow up ]
605         
606         * Hwnd.cs: create a single static Graphics object on the static
607         Bitmap we create.  use this for our text measurements.
608
609         * Control.cs (DeviceContext): stop using the backbuffer's dc_mem.
610         This was causing us to allocate a backbuffer for every control,
611         even when it wasn't flagged as double buffered.  Instead use the
612         single graphics instance.  This might have implications for
613         multithreaded applications.  If we run into problems we can switch
614         to creating 1 Graphics per control, on the static Hwnd bitmap.
615
616         this change nets us a 7M savings in private dirty mappings when
617         running FormsTest.exe.
618
619 2006-12-06  Chris Toshok  <toshok@ximian.com>
620
621         * ListView.cs: the BackgroundImage override is just to set
622         attributes.  chain up to base.BackgroundImage.
623
624         * RichTextBox.cs: same.
625
626         * ToolBar.cs: same, but we need to also redraw the toolbar when it
627         changes, so instead a handler for BackgroundImageChanged.
628         
629         * Control.cs: make background_image private.
630
631 2006-12-06  Chris Toshok  <toshok@ximian.com>
632
633         * ScrollBar.cs: change the assignment of cursor to Cursor.  not
634         sure we even need this assignment, but roll with it for now.
635
636         * Control.cs: make the cursor field private.
637
638 2006-12-06  Chris Toshok  <toshok@ximian.com>
639
640         * Form.cs: we don't need to explicitly set ImeMode to
641         ImeMode.NoControl - that's a natural fallout of Control.ImeMode's
642         behavior in the face of ImeMode.Inherit.
643
644         * ButtonBase.cs: change DefaultImeMode to ImeMode.Disable, and
645         change the ctor's assignment to use ImeMode instead of ime_mode.
646
647         * Control.cs (get_ImeMode): don't assume DefaultImeMode ==
648         ImeModeInherit.  Only check for the parent's imemode (and return
649         NoControl if there is no parent) if ime_Mode == ImeMode.Inherit.
650         This fixes the button unit test, which sets both ImeMode and
651         DefaultImeMode to ImeMode.Disable.
652
653         also make the ime_mode field private.
654
655 2006-12-06  Chris Toshok  <toshok@ximian.com>
656
657         * Control.cs: make control_style private.
658
659         * TextBoxBase.cs: fix the HandleClick override.  it was explicitly
660         setting the styles to true, then setting them to false instead of
661         reverting to their previous values.
662
663         also, call SetStyle on the scrollbars instead of using
664         control_style directly.
665
666 2006-12-06  Jonathan Pobst  <monkey@jpobst.com>
667
668         * FormCollection.cs: Implement. [2.0]
669
670 2006-12-06  Chris Toshok  <toshok@ximian.com>
671
672         * Control.cs: make tab_stop private.
673
674         * Label.cs: set TabStop, not tab_stop.  reformat some event
675         add/remove methods to make them more compact.
676
677 2006-12-06  Chris Toshok  <toshok@ximian.com>
678
679         * RadioButton.cs: fix TabStop handling.
680
681 2006-12-06  Chris Toshok  <toshok@ximian.com>
682
683         * TextBox.cs: remove the explicit assignments to has_focus.
684         Control does that.
685
686         * ButtonBase.cs: remove the assignment to has_focus.  Control will
687         manage that.
688         
689 2006-12-06  Chris Toshok  <toshok@ximian.com>
690
691         * ButtonBase.cs: remove all uses of is_enabled from this code.
692         it's always true when any of the code containing the checks is
693         executed.
694
695 2006-12-06  Chris Toshok  <toshok@ximian.com>
696
697         * ImageList.cs: reinstate the ShouldSerialize*/Reset* methods,
698         with different semantics (some are present in both 1.1 and 2.0
699         profiles) so that we match MS's behavior in our unit tests.
700
701 2006-12-06  Jackson Harper  <jackson@ximian.com>
702
703         * TextControl.cs: Make this operation undoable.
704         * TextBoxBase.cs: Factor the border width into the preferred
705         height.
706         - implement Modified as per the spec.
707
708 2006-12-06  Chris Toshok  <toshok@ximian.com>
709
710         * Timer.cs, Control.cs, Menu.cs: make control_tag private.
711
712 2006-12-06  Chris Toshok  <toshok@ximian.com>
713
714         * Control.cs: make right_to_left and context_menu fields private.
715
716 2006-12-06  Chris Toshok  <toshok@ximian.com>
717
718         * AccessibleObject.cs, Control.cs, XplatUIX11GTK.cs,
719         XplatUIX11.cs, Form.cs, RadioButton.cs, ScrollableControl.cs: make
720         Control.child_controls private.  switch all uses over to
721         Control.Controls.
722
723 2006-12-06  Chris Toshok  <toshok@ximian.com>
724
725         * System.Windows.Forms/GroupBox.cs,
726         System.Windows.Forms/AccessibleObject.cs,
727         System.Windows.Forms/ErrorProvider.cs,
728         System.Windows.Forms/Control.cs,
729         System.Windows.Forms/UpDownBase.cs,
730         System.Windows.Forms/ScrollBar.cs,
731         System.Windows.Forms/DateTimePicker.cs,
732         System.Windows.Forms/Form.cs, System.Windows.Forms/Label.cs,
733         System.Windows.Forms/ToolTip.cs,
734         System.Windows.Forms/RadioButton.cs,
735         System.Windows.Forms/LinkLabel.cs,
736         System.Windows.Forms/Splitter.cs,
737         System.Windows.Forms/TextBoxBase.cs,
738         System.Windows.Forms/ToolStripTextBox.cs,
739         System.Windows.Forms/ContainerControl.cs,
740         System.Windows.Forms/ThemeWin32Classic.cs,
741         System.Windows.Forms/SizeGrip.cs,
742         System.Windows.Forms/ToolStripDropDown.cs,
743         System.Windows.Forms/ScrollableControl.cs: Make Control.parent
744         private.  switch all uses over to Control.Parent.
745
746 2006-12-06  Chris Toshok  <toshok@ximian.com>
747
748         * RichTextBox.cs: don't assign to has_focus in GotFocus/LostFocus.
749         Control does this before calling emitting these events.
750
751         * TabControl.cs: same.
752
753         * ThemeWin32Classic.cs: use Control.ClientRectangle instead of
754         Control.client_rect.
755
756         * ButtonBase.cs: use the ClientSize property instead of the
757         client_size field.
758
759         * ScrollableControl.cs: same.
760
761         * Control.cs: another pass at making properties private.  also,
762         move the initialization of tab_stop to the ctor.
763
764 2006-12-05  Andreia Gaita <avidigal@novell.com>
765
766         * TabControl.cs: Let the selected index be set freely if the 
767         control handle is not yet created.
768
769 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
770
771         * Control.cs: Revert dist_top, dist_right, and dist_bottom to 
772         internal until I can rewrite DefaultLayout.
773         * ToolStrip.cs: Fix build error and some general cleaning.
774         * ToolStripControlHost.cs, SplitterPanel.cs, DataGridView.cs:
775         Fix build errors caused by making some of Control's fields private.
776
777 2006-12-05  Jackson Harper  <jackson@ximian.com>
778
779         * TextControl.cs: Redo Insert a little so that it use IndexOf
780         instead of Split, this prevents it from messing up on things like
781         \n\n\n. Also more effecient since the split array doesn't need to
782         be created.
783         * TextBoxBase.cs: AppendText doesnt handle multiline and non
784         multiline text differently, this is the first of many fixes that
785         will make multiline/non-multiline the same thing as far as the
786         TextBoxBase is concerned.
787         - Don't split the text and insert lines, this can lose some line
788         endings (like is the last line a soft or hard break). Instead use
789         the new Insert.
790         - Fix an off by one when combining all the lines in the Text
791         getter.
792         - Remove separate multiline handling from the Text getter/setter.
793
794 2006-12-05  Chris Toshok  <toshok@ximian.com>
795
796         * ButtonBase.cs: a few changes:
797
798         - don't reinitialize internal Control fields in the ctor when they
799         have the same values as Control sets them.
800
801         - don't set has_focus in OnGotFocus/OnLostFocus.  Control does
802         this before calling those methods.
803
804         - we don't need to call Refresh for anything.  use Invalidate
805         instead.
806
807         - OnEnabledChanged doesn't need to redraw at all - Control.cs
808         calls Refresh in its OnEnabledChanged.
809         
810         - several of the events we were registered for in the ctor to
811         redraw ourselves already include calls to Invalidate in the
812         property setters that raise the events.  remove the extra
813         invalidation.
814
815         - reformat a switch statement that was 83274658 columns wide.
816         
817 2006-12-05  Mike Kestner  <mkestner@novell.com>
818
819         * ComboBox.cs: fix a unit test regression from a TextBox
820         SelectionLength return of -1 when there's no selection.  
821
822 2006-12-05  Chris Toshok  <toshok@ximian.com>
823
824         * Control.cs, Button.cs, ThemeGtk.cs, Form.cs, ListView.cs,
825         ThemeWin32Classic.cs, SizeGrip.cs, ToolBar.cs: first pass at
826         cleaning up some of the internal Control fields being used by
827         subclasses.
828
829 2006-12-05  Mike Kestner  <mkestner@novell.com>
830
831         * ComboBox.cs: fix some Simple mode regressions.  Set Visible on the
832         listbox after AddImplicit calls since it defaults to hidden. Add a 
833         hack to preserve requested heights across DropDownStyle changes.
834
835 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
836
837         * PropertyGrid.cs: Hide FindFirstItem method from public API.
838
839 2006-12-05  Chris Toshok  <toshok@ximian.com>
840
841         * DataGridView.cs: fix compiler warnings.
842
843         * PrintControllerWithStatusDialog.cs: same.
844
845         * ToolBar.cs: same.
846
847         * FolderBrowserDialog.cs: same.
848
849         * Splitter.cs: same.
850
851         * DataGridViewComboBoxCell.cs: same.
852
853         * XplatUIWin32.cs: same.
854
855         * PictureBox.cs: same.
856
857         * Win32DnD.cs: same.
858
859         * PageSetupDialog.cs: same.
860
861         * FileDialog.cs: same.
862
863         * PrintDialog.cs: same.
864
865         * DataGridTextBoxColumn.cs: same.
866
867         * DrawTreeNodeEventArgs.cs: same (and fix corcompare)
868
869 2006-12-05  Chris Toshok  <toshok@ximian.com>
870
871         * TextBox.cs, CheckedListBox.cs, MonthCalendar.cs, Menu.cs,
872         MainMenu.cs, ListView.cs, LabelEditTextBox.cs, ToolBar.cs: more
873         System.ComponentModel.EventHandlerList work.
874
875 2006-12-05  Jonathan Chambers  <joncham@gmail.com>
876
877         * DrawTreeNodeEventArgs.cs: Added.
878
879 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
880         
881         * InternalWindowManager.cs: Remove an unused field.
882         
883 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
884
885         * InternalWindowManager.cs:
886         - Save the point where the title bar is clicked.
887         
888         * MdiWindowManager.cs:
889         - Only allow moving of the window as long as the 
890         clicked point on the title bar does not get out of
891         MdiClient's rectangle. Fixes #79982.
892         
893         * MdiClient.cs:
894         - Added Horizontal/VerticalScrollbarVisible.
895         - Simplified the scrollbar sizing algorithm.
896         - Cache the difference in scrolled value in
897         H/VBarValueChanged and move the calculation out
898         of the for loop.
899
900 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
901
902         * Control.cs: Make the Console.WriteLine in WndProc 
903         write more info.
904
905 2006-12-05  Chris Toshok  <toshok@ximian.com>
906
907         * ToolStripManager.cs, ToolStripButton.cs,
908         ToolStripContentPanel.cs, ToolStripComboBox.cs, ToolStrip.cs,
909         ToolStripMenuItem.cs, ToolStripItem.cs, ToolStripControlHost.cs,
910         ToolStripSplitButton.cs, ToolStripSeparator.cs,
911         ToolStripRenderer.cs, ToolStripDropDownItem.cs,
912         ToolStripProgressBar.cs, ToolStripContainer.cs,
913         ToolStripTextBox.cs, ToolStripPanel.cs, ToolStripDropDown.cs: move
914         to using System.ComponentModel.EventHandlerList.
915
916 2006-12-04  Chris Toshok  <toshok@ximian.com>
917
918         * LinkLabel.cs: fix up compiler warnings.
919
920         * TableLayoutSettings.cs: same.
921
922         * TreeView.cs: same.
923
924         * ToolBar.cs: same.
925
926         * TabControl.cs: same.
927
928         * RichTextBox.cs: same.
929
930         * ListViewItem.cs: same.
931
932         * PropertyGrid.cs: same.
933
934         * DataGridViewRowPostPaintEventArgs.cs: corcompare fix.
935
936         * ToolTip.cs same.
937
938         * TextRenderer.cs: fix up compiler warnings.
939
940         * Label.cs: same.
941
942         * Form.cs: corcompare fixes.
943
944         * PictureBox.cs: fix up compiler warnings.
945
946         * ImageListStreamer.cs: same.
947
948         * TrackBar.cs: corcompare fix.
949
950         * Control.cs: fix up compiler warnings.
951
952         * SplitterPanel.cs: same.
953
954         * NumericTextBox.cs: same.
955
956         * ImageList.cs: same.
957
958         * StatusStrip.cs: same.
959
960         * ProgressBar.cs: corcompare fix.
961
962         * ToolStripButton.cs: fix up compiler warnings.
963
964         * ToolStripStatusLabel.cs: same.
965
966         * ToolStripSplitButton.cs: same.
967
968         * ToolStripSeparator.cs: same.
969
970         * ToolStripProgressBar.cs: same.
971
972         * ToolStripDropDownMenu.cs: same
973
974         * ToolStripDropDown.cs: same.
975
976         * ToolStripDropDownButton.cs: same.
977
978         * ToolStrip.cs: same.
979
980         * ToolStripControlHost.cs: same.
981
982         * ToolStripContentPanel.cs: same.
983
984         * ToolStripDropDown.cs: same.
985
986         * ToolStripContainer.cs: same.
987
988         * ToolStripPanel.cs: same, and add "new" where we need it to work
989         with the new ArrangedElementCollection.
990
991         * ToolStripItemCollection.cs: add "new" where we need it to work
992         with the new ArrangedElementCollection.
993
994 2006-12-04  Andreia Gaita <avidigal@novell.com>
995
996         * TabControl.cs: Fix default tab selection to after TabControl
997         gets focus and not before. Fixes #80128
998
999 2006-12-04  Chris Toshok  <toshok@ximian.com>
1000
1001         * DataGridTableStyle.cs: remove the gross calling of
1002         datagrid.Refresh from here.  It's a broken idea and it doesn't
1003         work anyway.
1004
1005         * DataGrid.cs: instead, just register/unregister from the
1006         DataGridTableStyle events in CurrentTableStyle.  we play it
1007         conservatively and EndEdit + CalcAreasAndInvalidate on any event,
1008         even though some would most likely not require it.  Fixes bug
1009         #80115 (and one portion of #80117 as a side effect).
1010
1011 2006-12-04  Chris Toshok  <toshok@ximian.com>
1012
1013         * DataGrid.cs (set_CaptionVisible): EndEdit before doing the work
1014         so the textbox (if any) goes away.  Fixes bug #80117.
1015
1016 2006-12-04  Chris Toshok  <toshok@ximian.com>
1017
1018         * DataGridColumnStyle.cs: set the column's readonly property
1019         initially based on the property descriptor's IsReadOnly.  Fixes
1020         bug #80044.
1021
1022 2006-12-04  Chris Toshok  <toshok@ximian.com>
1023
1024         * ComboBox.cs: wrap the dropdown style changing work in
1025         SuspendLayout/ResumeLayout.  Fixes bug #79968.
1026
1027 2006-12-04  Jackson Harper  <jackson@ximian.com>
1028
1029         * TextBoxBase.cs: Fix off by one, since these are one-based.
1030         * TextBox.cs: Select all the text when we get focus.  The TextBox
1031         does this but the RTB does not.
1032
1033 2006-12-04  Chris Toshok  <toshok@ximian.com>
1034
1035         * DataGridTextBoxColumn.cs: remove some spew.
1036
1037         * DataGridColumnStyle.cs (SetColumnValueAtRow): this seems right
1038         but some part of me is saying "it shouldn't be here.."  At any
1039         rate, it fixes bug #80046.  Call IEditableObject.EndEdit after
1040         setting the value.
1041
1042 2006-12-04  Chris Toshok  <toshok@ximian.com>
1043
1044         * DataGridColumnStyle.cs (SetDataGrid): call CheckValidDataSource
1045         to reassign the propertydescriptor.
1046
1047 2006-12-04  Jackson Harper  <jackson@ximian.com>
1048
1049         * TextBoxBase.cs:
1050         * TextControl.cs: Remove some unused variables.  Maybe this will
1051         patch things up between mike and I.
1052         - don't split lines less then one char wide, if the viewport is
1053         that small text won't be visible anyways.
1054         
1055 2006-12-04  Jackson Harper  <jackson@ximian.com>
1056
1057         * TextBoxBase.cs: Default selection length is -1, need to do some
1058         more testing on windows to see when this is used for the property.
1059         - Redid the Lines [] property to that we properly remove soft line
1060         breaks
1061         - added support for preserving carriage returns
1062         -  CanUndo is not a variable like 'is undo enabled' it just returns
1063         true if there is undo operations available.
1064         - AppendText doesn't need to grab the last tag itself anymore,
1065         this happens automatically when we move the cursor.
1066         * TextControl.cs: Add CompoundActions to the undo class. This
1067         allows combining the other operations into one big option.  ie a
1068         paste will combine { delete old, insert new, move cursor }
1069         - Add InsertString undo operation
1070         - New method for deleting multiline text
1071         - Add carriage returns to lines. So we can preserve carriage
1072         returns when text is 'roundtripped'
1073
1074 2006-12-04  Chris Toshok  <toshok@ximian.com>
1075
1076         * DataGrid.cs (CalcCellsArea): cells_area.Width/Height are at a
1077         minimum 0.  Fixes the scrollbar exception in bug #80136.
1078
1079 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1080
1081         * MdiClient.cs: 
1082         * MdiWindowManager: Removed unused fields and methods.
1083         
1084 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1085         
1086         * StatusBar.cs: Update all panels when a AutoSize=Contents
1087         panel needs updating.
1088         
1089         * StatusBarPanel.cs: Remove twidth and only use initialize.
1090         Fixes #80031.
1091                 
1092 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1093
1094         * Form.cs: When a form's MdiParent is set add it directly
1095         on top of the z-order in stead of relying on MdiClient's
1096         ActivateChild to do it. Fixes #80135.
1097         
1098         * MdiClient.cs: 
1099         - Remove original_order, mdi_child_list is already doing
1100         the same thing.
1101         - Create mdi_child_list on construction in
1102         stead of first use (avoids a few null checks).
1103
1104         * MenuItem.cs: Use an already existing list of mdi children
1105         to get the correct order of children and remove the other
1106         redundant list.
1107
1108 2006-12-04  Chris Toshok  <toshok@ximian.com>
1109
1110         * PropertyGridView.cs: cached_splitter_location is only used in
1111         !DOUBLEBUFFER code.
1112
1113         * PropertyGrid.cs: implement the ComComponentNameChanged event
1114         using Events, hoping that would fix the warning.  Looks like a
1115         compiler bug instead (#80144).
1116
1117         * PropertyManager.cs: remove unused method.
1118
1119 2006-11-04  Everaldo Canuto  <everaldo@simios.org>
1120
1121         * ThemeWin32Classic.cs: Dont draw arrow when menuitem on menubar, 
1122         include parentesis to fix expression evaluation. Fixes #79634.
1123
1124 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
1125         
1126         * MenuAPI.cs:
1127         - Changes to fix behavior in Menu control, some reported in #80097
1128         and other detected during behavior refactory like a select event
1129         problems.
1130         - Remove unneded "if's" conditions.
1131         - Created an internal to flag when popup is active in control, we need 
1132         it because in .NET you can have menu active but without popup active
1133         when you active menu using popup without visible items.
1134         - Mimic win32 behavior for Select and Popup events.  
1135         - Dont open popup menu when you dont have visible subitems.
1136         - Do nothing when click on disabled menu item.
1137         - Some small changes to follow the coding style guidelines.
1138         - Unselect menu only when another control gives focus. Fixes #80097.
1139         - Remove unused code.
1140         
1141         * MenuItem.cs: internal VisibleItems method to check if menu
1142         theres visible subitems, it will be usefull to fix some 
1143         behavior in Menu control.
1144         
1145 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
1146         
1147         * Timer.cs: Tag property for 2.0 profile.
1148         
1149 2006-12-01  Chris Toshok  <toshok@ximian.com>
1150
1151         [ after removing all warning suppressions, this cleans up over 100 warnings. ]
1152         
1153         * Win32DnD.cs: comment out some unused fields.
1154
1155         * XplatUIWin32.cs: comment out some unused pinvokes, and remove
1156         some unused properties/methods.
1157
1158         * XplatUIX11.cs: fix MousePosition so we override the base class's
1159         property instead of conflicting with it.
1160
1161         * PictureBox.cs: comment out some unused fields
1162
1163         * OSXStructs.cs: make some struct fields public.
1164
1165         * XplatUIOSX.cs: comment out some unused pinvokes, and fix
1166         MousePosition so we override the base class's property instead of
1167         conflicting with it.
1168
1169         * X11Dnd.cs: comment out some unused fields
1170
1171         * X11DesktopColors.cs: fix some struct field visibility to quiet
1172         the compiler.
1173
1174         * X11Dnd.cs: remove some debug code.
1175
1176         * ThemeClearlooks.cs: comment out unused field.
1177
1178         * ThemeNice.cs: mark some methods as overriding ThemeWin32Classic as needed.
1179
1180         * ThemeGtk.cs: comment out some unused pinvokes.
1181
1182         * Timer.cs: remove some unused fields.
1183
1184         * ThemeClearlooks.cs: comment out unused field.
1185
1186         * UpDownBase.cs: comment out unused field.
1187
1188         * DataObject.cs: comment out unused field.
1189
1190         * DataGridBoolColumn.cs: reomve unused field.
1191
1192         * DataGrid.cs: remove unused field.
1193
1194         * Cursor.cs: remove old ToBitmap code.
1195
1196         * ControlPaint.cs: remove unused method.
1197
1198         * ScrollBar.cs: remove unused fields.
1199
1200         * ComboBox.cs: remove unused field, and chain up to
1201         AccessibleObject ctor.
1202
1203         * ListBox.cs: remove unused field.
1204
1205         * ButtonBase.cs: wrap a couple fields in NET_2_0.
1206
1207         * GridEntry.cs: remove unused fields.
1208
1209         * Binding.cs: remove unused fields.
1210
1211         * AxHost.cs: remove unused method.
1212
1213         * ContainerControl.cs: remove unused field.
1214
1215         * ScrollableControl.cs: remove unused fields.
1216
1217 2006-12-01  Chris Toshok  <toshok@ximian.com>
1218
1219         * XplatUI.cs, XplatUIWin32.cs, XplatUIGTK.cs: nuke
1220         the Where/WhereString stuff.  it's easy enough to CWL
1221         Environment.StackTrace.
1222
1223         * XplatUIX11.cs: same, but also fix up a lot of mcs warnings about
1224         unused private fields.
1225
1226 2006-12-01  Jackson Harper  <jackson@ximian.com>
1227
1228         * TextControl.cs: Do not update the view while inserting multiline
1229         text. If we update the view we might wrap lines, before entering
1230         the new lines, which causes the new line insertion calculations to
1231         be totally fubared.
1232         - Remove an old TODO
1233         - Make debug output a little nicer
1234         
1235 2006-12-01  Chris Toshok  <toshok@ximian.com>
1236
1237         * ToolBar.cs: revert the ImeMode fix here and add an XXX comment.
1238
1239 2006-12-01  Chris Toshok  <toshok@ximian.com>
1240
1241         [ fix the majority of the CS0108 warnings we've been suppressing ]
1242         
1243         * TreeView.cs: mark BackgroundImageChanged as 'new'.
1244
1245         * ToolBar.cs: ImeMode just passes stuff to Control.  Rename Layout
1246         to "LayoutToolBar" to quiet mcs.
1247         
1248         * TabControl.cs: mark our ControlCollection class as 'new'.
1249
1250         * TextBoxBase.cs: mark some events as 'new'.
1251
1252         * Splitter.cs: TabStop is 'new'.
1253
1254         * ControlBindingsCollection.cs: mark a few methods as new since
1255         they change the visibility from protected to public.
1256
1257         * RadioButton.cs: DoubleClick -> base class, and remove unused
1258         HaveDoubleClick.
1259
1260         * MonthCalendar.cs: ImeMode property -> base class, and mark many
1261         events as new.
1262
1263         * NumericUpDown.cs: TextChanged -> base class.
1264
1265         * CheckedListBox.cs: mark our ObjectCollection class as new to
1266         quiet mcs.
1267
1268         * FolderBrowserDialog.cs: make HelpRequest event new and have it
1269         muck with the base class.
1270
1271         * StatusBar.cs: fix some mcs warnings about Update being the same
1272         name as a base class method.
1273
1274         * RichTextBox.cs: mark some events as new, and make them do things
1275         to the base class impl.
1276
1277         * UserControl.cs: mark TextChanged as new, and have it manipulate
1278         base.TextChanged.
1279
1280         * UpDownBase.cs: mark some things new.
1281
1282         * CheckBox.cs: mark DoubleClick "new", and add some text about
1283         what we need to look at.
1284
1285         * Panel.cs: make the events "new", and manipulate the base
1286         version.  these are just here for attributes.
1287
1288         * AccessibleObject.cs: make owner private.
1289
1290         * Control.cs: deal with AccessibleObject.owner being private.
1291         cache our own copy if we need it.
1292
1293         * Button.cs: add "new" to the DoubleClickEvent.
1294
1295         * ListBox.cs: no need to track our own has_focus here.  let
1296         Control.has_focus do it for us.  Also some other work to clear up
1297         warnings about not overriding base class methods of the same name.
1298         
1299         * ComboBox.cs: clear up some warnings about not override base
1300         class methods of the same name.
1301
1302 2006-12-01  Chris Toshok  <toshok@ximian.com>
1303
1304         * Form.cs: flag a few things as "new" to quiet some of the mcs
1305         warnings.
1306
1307         * AxHost.cs: same.
1308
1309         * PrintPreviewDialog.cs: same.
1310
1311         * DataGridView.cs: fix a ton of corcompare warnings.  not all, but
1312         now DGV isn't so horrible on the class status page.  also, move
1313         all events to using System.ComponentModel.EventHandlerList.  my
1314         wrists hurt.
1315
1316 2006-12-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1317
1318         * MdiWindowManager.cs:
1319         - Set form to active mdi child if shown,
1320         and update the active mdi child to the next 
1321         remaining child in the z-order if the form is hidden.
1322
1323         * Form.cs: 
1324         - Track if the form has been visible and if its 
1325         visibility is beeing changed, so that the MdiClient
1326         can properly decide the ActiveMdiChild. The MdiClient 
1327         cannot track this since the form can change visibility 
1328         before MdiClient is created.
1329
1330         * MdiClient.cs:
1331         - Don't activate anything of the parent form is changing
1332         its visibility.
1333         - Rework ActiveMdiChild to only return visible mdi 
1334         children and take into account several other corner 
1335         cases.
1336
1337 2006-12-01  Chris Toshok  <toshok@ximian.com>
1338
1339         * IBindableComponent.cs: new 2.0 interface.
1340
1341 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
1342
1343         * DataGrid.cs: Font for caption area is bold by default.
1344
1345 2006-12-01  Everaldo Canuto  <everaldo@simios.org>
1346
1347         * Menu.cs: Tag property for 2.0.
1348         
1349 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
1350
1351         * ThemeWin32Classic.cs: Adjust menu separator drawing. 
1352         
1353 2006-12-01  Chris Toshok  <toshok@ximian.com>
1354
1355         * TreeView.cs: doh, the Begin* events should be
1356         TreeViewCancelEventHandler.
1357
1358 2006-12-01  Chris Toshok  <toshok@ximian.com>
1359
1360         * Form.cs: Form.ControlCollection already stores off the
1361         form_owner field.  don't access the base class's internal "owner"
1362         field.
1363
1364         * Control.cs: make all the fields in Control.ControlCollection
1365         private.  there's no need for any internal fields here.
1366
1367 2006-12-01  Chris Toshok  <toshok@ximian.com>
1368
1369         * DataGrid.cs: call SetDataSource instead of CalcGridAreas in
1370         OnHandleCreated.  Fixes bug #80109.
1371
1372 2006-12-01  Chris Toshok  <toshok@ximian.com>
1373
1374         * Button.cs, PropertyGridTextBox.cs, ComboBox.cs,
1375         SplitContainer.cs, Control.cs, StatusStrip.cs,
1376         DataGridTableStyle.cs, MenuItem.cs, DomainUpDown.cs, ImageList.cs,
1377         NumericTextBox.cs, NumericUpDown.cs, Panel.cs, CommonDialog.cs,
1378         DataGrid.cs, ScrollBar.cs, TrackBar.cs, PictureBox.cs,
1379         DateTimePicker.cs, StatusBar.cs, Form.cs, PrintPreviewDialog.cs,
1380         Label.cs, UserControl.cs, CheckBox.cs, RadioButton.cs,
1381         LinkLabel.cs, ListControl.cs, PropertyGrid.cs, Splitter.cs,
1382         MenuStrip.cs, FolderBrowserDialog.cs, NotifyIcon.cs,
1383         TextBoxBase.cs, ListView.cs, DataGridBoolColumn.cs,
1384         PrintPreviewControl.cs, RichTextBox.cs, ListBox.cs, TabControl.cs,
1385         DataGridColumnStyle.cs, ContextMenu.cs, TreeView.cs:
1386
1387         do most of the work to convert our code over to use
1388         System.ComponentModel.Component.Events for
1389         adding/removing/dispatching events.
1390
1391
1392 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
1393
1394         * DataGridView.cs: Fix an ArgumentNullException reported 
1395         twice today in IRC.
1396
1397 2006-11-30  Mike Kestner  <mkestner@novell.com>
1398
1399         * ComboBox.cs: fix the scrollbar mouse event forwarding in the 
1400         grabbed listbox.  Fixes #80036 and #80101.
1401
1402 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
1403
1404         * Message.cs: Changed ToString() to match MS.
1405         
1406 2006-11-30  Jackson Harper  <jackson@ximian.com>
1407
1408         * TextBoxBase.cs: You can still change the selected text on a read
1409         only textbox.
1410         * TextControl.cs: Lower magic number for wrap calculations. This
1411         lets text get closer to the right (far) edge.
1412
1413 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
1414
1415         * Control.cs: Tweak 2.0 layout properties.
1416         * Form.cs: Switch ToolStripMenuTracker hooks to ToolStripManager.
1417         * TextRenderer.cs: Add a new overload.
1418         * ToolStrip*: Huge amount of changes and new features.
1419
1420 2006-11-30  Mike Kestner  <mkestner@novell.com>
1421
1422         * ComboBox.cs: fixes for LargeChange and Maximum to get the 
1423         scroll range correct.  Fixes #79994.
1424
1425 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
1426
1427         * MdiWindowManager.cs: Update main form's text when
1428         a form is closed. (fixes #80038)
1429         
1430 2006-11-30  Everaldo Canuto  <everaldo@simios.org>
1431
1432         * ToolBar.cs:
1433         - Fix an regression in ButtonSize.
1434         - Get ImeMode default value change to "Disable".
1435         - Get ShowTooltips default value change to true, default value is 
1436         "false" but after make a test in .NET we get "true" result as default.
1437         
1438 2006-11-29  Jonathan Pobst  <monkey@jpobst.com>
1439
1440         * ToolStripDropDown.cs: Fix for SupportsTransparency change.
1441
1442 2006-11-29  Chris Toshok  <toshok@ximian.com>
1443
1444         * XplatUIWin32.cs (GetWindowTransparency): check return value of
1445         GetLayeredWindowAttributes.  if it's 0, return 1.0, as
1446         SetWindowTransparency hasn't been called.
1447
1448 2006-11-29  Chris Toshok  <toshok@ximian.com>
1449
1450         * Form.cs (set_TransparencyKey): only call SetWindowTransparency
1451         if it's supported.
1452         (set_AllowTransparency): reorder things a little so that the
1453         WS_EX_LAYERED style is removed properly.
1454
1455 2006-11-29  Chris Toshok  <toshok@ximian.com>
1456
1457         [ totally cosmetic eye-candy feature, fixes bug #80089 ]
1458         
1459         * Form.cs: only call the XplatUI transparency method (get/set) if
1460         SupportsTransparency says it's supported. Otherwise fallback to
1461         doing nothing (in the set case) or returning the instance field we
1462         cache (in the get case).
1463
1464         * XplatUIStructs.cs: add TransparencySupport flag enum.
1465         
1466         * XplatUIDriver.cs: add abstract GetWindowTransparency, and track
1467         change to SupportsTransparency.
1468
1469         * XplatUIOSX.cs: stub out GetWindowTransparency, and return
1470         TransparencySupport.None from SupportsTransparency.
1471
1472         * XplatUIX11.cs: Stub out GetWindowTransparency, and return
1473         TransparencySupport.Set from SupportsTransparency.
1474
1475         * XplatUIWin32.cs: implement GetWindowTransparency calling
1476         GetLayeredWindowAttributes, and implement SupportsTransparency by
1477         checking whether or not both
1478         GetWindowTransparency/SetWindowTransparency are available
1479         entrypoints.  We need to do this since SetWindowTransparency is
1480         available as of win2k, but GetWindowTransparency requires winxp.
1481         yay win32 api.
1482
1483         * XplatUI.cs: Add GetWindowTransparency, and change
1484         SupportsTransparency to allow for either/both Get/Set.
1485
1486 2006-11-29  Chris Toshok  <toshok@ximian.com>
1487
1488         * DataGrid.cs: keep from going into an infinite loop redrawing a
1489         datagrid that has no datasource.  Fixes bug #80033.
1490
1491 2006-11-29  Chris Toshok  <toshok@ximian.com>
1492
1493         * MenuItem.cs: fix the NRE when we assign text (and therefore call
1494         Invalidate) before the mainmenu has been assigned to a control.
1495
1496 2006-11-29  Chris Toshok  <toshok@ximian.com>
1497
1498         * DataGrid.cs: detect when we should be double the double click
1499         row/column autosize stuff, although that codepath has yet to be
1500         written.  part of the work for bug #79891.
1501
1502 2006-11-29  Chris Toshok  <toshok@ximian.com>
1503
1504         * Binding.cs (SetControl): fix unit test.
1505
1506 2006-11-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1507
1508         * PageSetupDialog.cs: Validate the margins and set them in
1509         PageSettings. 
1510         * NumericTextBox.cs: New class to mimic the behavior of the
1511         textboxes used in the printing dialogs.
1512
1513 2006-11-29  Andreia Gaita  <avidigal@novell.com>
1514         
1515         * Form.cs: Revert previous change (remove call UpdateBounds
1516         from form constructor), because it messes with the handle creation
1517         order, and that one needs lots and lots of love.
1518         * PrintPreviewDialog.cs: Revert change to CreateHandle (add check
1519         for valid printer and throw InvalidPrinterException if document
1520         is set but printer not valid), adding a MonoTODO. Once 
1521         handle creation is done properly, we can put this back in.
1522
1523 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
1524
1525         * MenuItem.cs: Create a invalidate method for menu item, to be
1526         calling from set text, it make text changes to imadiate update
1527         on screen. Fixes #80013. 
1528         
1529 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
1530
1531         * ToolBar.cs: Fixes and simplify toolbar button layout, it 
1532         fixes bug #80070 and some other problem on toolbar buttons
1533         layout.
1534
1535 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
1536
1537         * ThemeWin32Classic.cs: Paint toolbar toggle button background 
1538         with dotted brush.      Fixes #79564
1539         
1540 2006-11-28  Andreia Gaita  <avidigal@novell.com>
1541
1542         * Form.cs: Removed call to UpdateBounds on Form
1543         constructor, it was causing a call to CreateHandle
1544         before it was supposed to.
1545         * PrintControllerWithStatusDialog: Applied patch
1546         by Chris Toshok to hide controller when there are
1547         no printers available.
1548         PrintDialog.cs: initialize printer settings to 
1549         null - correct DefaultValues test #5
1550         * PrintPreviewControl.cs: Move PrintController
1551         initialization to GeneratePreview
1552         * PrintPreviewDialog.cs: 
1553         - Remove Preview generation     from Document_set(). It is 
1554         called on OnPaint
1555         - Throw InvalidPrinterException on CreateHandle if
1556         a Document is set but there are no printers or 
1557         printer is not valid.
1558         * ThemeWin32Classic: don't paint PrintPreviewControl
1559         if there is nothing to paint    
1560
1561 2006-11-28  Miguel de Icaza  <miguel@novell.com>
1562
1563         * Form.cs: Add another popular method.
1564
1565         * TabPage.cs: ditto.
1566
1567 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1568
1569         * MenuItem.cs: Fixed a warning.
1570         * InternalWindowManager: Fixed a warning.
1571
1572 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1573
1574         * MenuItem.cs:
1575         - When cloning a menu also clone MdiList and clone the 
1576           window menu items properly (as the forms and menuitems
1577           are kept in an internal hashtable, these need updating 
1578           as well)
1579         - Rewrote the window menu code, menu items are added in the
1580           order the forms were added to their parent, and they are
1581           updated every time the window menu is shown (before the
1582           list was only generated once, in the current order of the
1583           forms, and would never be updated). A checkmark is shown
1584           next to the item corresponding to the active mdi child.
1585
1586 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1587
1588         * XplatUIStructs.cs: 
1589         - Added WM_NCMOUSEHOVER and WM_NCMOUSELEAVE.
1590         
1591         * XplatUIWin32.cs: 
1592         - Added TME_NONCLIENT to TMEFlags.
1593         - Handles WM_NCMOUSEMOVE in GetMessage to 
1594           generate WM_NCMOUSEHOVER and WM_NCMOUSELEAVE messages.
1595
1596         * MdiWindowManager:
1597         - Now merges mdi child menu to parent menu when maximized.
1598         - Recalculate NC areas of both mdi child and mdi parent. 
1599           Fixes #79757 (4).
1600           on window state and size changes.Fixes #79844 (3).
1601         - Handle WM_NCCALCSIZE to properly calculate borders.
1602
1603         * Form.cs:
1604         - Add/remove to the mdi containers list of mdi children 
1605           in the order they are added.
1606         - Pass on WM_NCLBUTTONUP, WM_NCMOUSEMOVE and WM_NCMOUSELEAVE 
1607           to the maximized mdi child.
1608         
1609         * InternalWindowManager.cs:
1610         - Only execute a click on the control buttons on the mouse up,
1611           not on the mouse down. Show the state of the button 
1612           (was only showing Normal state, never Pressed state). The
1613           pressed button now follows the mouse (if you click the Close 
1614           button and move the mouse over the Maximize button, the 
1615           Maximize button will be shown as pressed). Since Win32 does
1616           not generate WM_NCLBUTTONUP if you release the button outside
1617           of the nc area, we need to handle WM_NCMOUSELEAVE and treat
1618           it as a mouse up.
1619         
1620         * ThemeWin32Classic.cs:
1621         - Draw a missing border around mdi child forms. Fixes #79844 (2).
1622
1623         * MdiClient.cs:
1624         - Added a list of forms which contains the order the forms are
1625           added to the mdi parent.
1626         - Handle WM_NCPAINT to properly draw a 3D border. Fixes #79844 (2).
1627         - Handle WM_NCCALCSIZE to properly calculate the 3D border.
1628         - If the active form changes set the scrollbars to the top
1629           of the Z order, otherwise the form could hide them.
1630         - Scrollbars are now sized according to ClientSize, not 
1631           to Size, and they take into account the other scrollbar
1632           to determine maximum.
1633         
1634 2006-11-28  Rolf Bjarne Kvinge <RKvinge@novell.com>
1635         
1636         * XplatUI.cs:
1637         * XplatUIDriver.cs:
1638         * XplatUIX11.cs:
1639         * XplatUIWin32.cs:
1640         * XplatUIOSX.cs:
1641         - Added RequestAdditionalWM_NCMessages for windows to 
1642           opt in for WM_NCMOUSELEAVE and WM_NCMOUSEHOVER.
1643           Currently only implemented in XplatUIWin32.
1644
1645 2006-11-27  Chris Toshok  <toshok@ximian.com>
1646
1647         * Hwnd.cs: only add the hwnd to the windows hash in
1648         set_WholeWindow and set_ClientWindow if whole_window/client_window
1649         are not IntPtr.Zero.  also, remove the unused SetObjectWindow.
1650
1651 2006-11-27  Mike Kestner  <mkestner@novell.com>
1652
1653         * ComboBox.cs: remove redundant OnDropDown call.  It is called
1654         from the ComboListBox.ShowWindow code. Fixes #79969.
1655
1656 2006-11-27  Chris Toshok  <toshok@ximian.com>
1657
1658         * Hwnd.cs: remove the setters for ExposePending and
1659         NCExposePending - noone uses them.
1660
1661 2006-11-27  Jackson Harper  <jackson@ximian.com>
1662
1663         * TextControl.cs: new param for ReplaceSelection which determines
1664         whether we select the new selection, or set the cursor to the end
1665         of the new selection.
1666         * TextBoxBase.cs: Use new param for ReplaceSelection.  When
1667         pasting, select the new text.
1668         * RichTextBox.cs: Use new param for ReplaceSelection.
1669
1670 2006-11-27  Jackson Harper  <jackson@ximian.com>
1671
1672         * TextBoxBase.cs: Set the selection to the caret after the caret
1673         is moved, otherwise they get out of sync.
1674
1675 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
1676
1677         * ToolBar.cs: Fixe size of ToolBar when AutoSize is false,
1678         it fixes #80015
1679
1680 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
1681
1682         * ThemeWin32Classic.cs: 
1683         - Fix toolbar drop down arrow position.
1684         - Fix drop down appearance when ToolBar.Appearance is normal,
1685         it fixes #80018.
1686         
1687 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
1688
1689         * ProgressBar.cs: GetStyle fixes for 2.0 profile.
1690         * Control.cs: Same.
1691         * UpDownBase.cs: Same.
1692         * ButtonBase.cs: Same.
1693         * ScrollBar.cs: Same.
1694         * TrackBar.cs: Same.
1695         * PictureBox.cs: Same.
1696         * UserControl.cs: Same.
1697         * Label.cs: Same.
1698         * ListControl.cs: Same.
1699         * TextBoxBase.cs: Same.
1700         * ListView.cs: Same.
1701         * RichTextBox.cs: Same.
1702         * TreeView.cs: Same.
1703
1704 2006-11-25  Jordi Mas i Hernandez <jordimash@gmail.com>
1705
1706         * PrintDialog.cs:
1707         - Text label for where 
1708         - Text label comment was not shown
1709
1710 2006-11-23  Everaldo Canuto  <everaldo@simios.org>
1711
1712         * ThemeWin32Classic.cs: Fix toolbar drop down arrow size.
1713
1714 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
1715
1716         * InternalWindowManager.cs: 
1717         - Handle WM_PARENTNOTIFY to activate the form
1718         if any child control is clicked.
1719         - The form is only sizable if not minimized.
1720
1721         * MdiWindowManager.cs:
1722         - Save the IconicBounds if the form is moved.
1723         - Rework SetWindowState, now the window bounds 
1724         are stored only if the old window state is Normal.
1725         
1726         * MdiClient.cs:
1727         - In SetWindowStates store the old window state if 
1728         the window is maximized and restore window state if
1729         the window looses focus.
1730         - Don't handle any scrollbar value changes if 
1731         initializing the scroll bars. Fixes #79771.
1732         - Reworked ArrangeIconicWindows. Current algorithm
1733         tests bounds agains all other minimized windows, if
1734         any intersections create new bounds (going left to 
1735         right, bottom to top) and then test again. When 
1736         successful the bounds are saved and never computed
1737         again. Fixes #79774.
1738
1739 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
1740
1741         * InternalWindowManager.cs: Added HandleTitleBarUp.
1742
1743 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
1744
1745         * NumericUpDown.cs: In .NET 1.1, user entered text is still
1746         hexadecimal in ParseUserEdit.
1747
1748         
1749 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
1750
1751         * MdiWindowManager.cs: 
1752         - Handle a click on the form's icon to show the 
1753         system menu (when maximized). Fixes #79775.
1754         - Change the existing click handler for the form's
1755         icon when not maximized to show on MouseUp.
1756         Fixes #79776.
1757
1758         * Form.cs: In OnResize only layout the mdi child's
1759         parent if it actually has a parent. Might not if
1760         the window is closing.
1761
1762
1763 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
1764
1765         * MdiClient.cs: Ignore active MDI client for text of parent, if
1766         child has no text set.
1767
1768 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
1769
1770         * ToolBar.cs: Fixed ToString to match MS.
1771
1772 2006-11-22  Andreia Gaita  <avidigal@novell.com>
1773
1774         * NumericUpDown: 
1775         - Fix DecimalPlaces, Hexadecimal and ThousandsSeparator to 
1776         update inner values on set. Fixes #79966.
1777         - Override OnLostFocus to update value on NET 2. Fixes #79950.
1778         - Fix hexadecimal parsing.
1779         
1780         * UpDownBase: Override OnGotFocus and OnLostFocus to notify 
1781         parent. Fixes #79957
1782
1783 2006-11-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1784
1785         * Control.cs: After calling SetWindowsPos in SetBoundsCore 
1786         the actual size has to be queried, since if height /
1787         width is negative Win32 changes it to 0. 
1788         Fixes #79999 on Windows.
1789         
1790         * XplatUIX11.cs: Set height / width to 0 if negative
1791         in SetWindowPos. Fixes #79999 on Linux.
1792         
1793 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
1794
1795         * ThemeWin32Classic.cs: Fix text redenring when button is
1796         pressed.
1797
1798 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
1799
1800         * MenuAPI.cs: Fixes behavior when menu is opened by kerboard
1801         and later navigate by mouse. Fixes #79528.
1802
1803 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
1804
1805         * ToolBar.cs: Set default value for TabStop to false in
1806         constructor, it fixes remaining behavior of bug #79863.
1807
1808 2006-11-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1809
1810         * MdiWindowManager.cs:
1811         * InternalWindowManager.cs:
1812         - Moved a few methods specific to Mdi from 
1813         InternalWindowManager to MdiWindowManager.
1814         Fixes #79996.
1815         
1816 2006-11-21  Chris Toshok  <toshok@ximian.com>
1817
1818         * XplatUIOSX.cs: stub out InvalidateNC.
1819
1820         * XplatUIWin32.cs: implement InvalidateNC using the call I found
1821         at http://www.dotnet247.com/247reference/msgs/58/292037.aspx.
1822
1823         * XplatUIX11.cs: rename InvalidateWholeWindow to InvalidateNC.
1824
1825         * XplatUIDriver.cs: add InvalidateNC abstract method.
1826
1827         * XplatUI.cs: add InvalidateNC.
1828
1829 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
1830
1831         * ToolBar.cs: Invalidate complete button area when pressed status 
1832         was changed.
1833         * ToolButton.cs: Fix InvalidateBorder for DropDown buttons.
1834         * ThemeWin32Classic.cs: Increase vertical and horizontal position 
1835         by 1 when button is pressed.
1836
1837 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
1838
1839         * ToolButton.cs: Invalidate middle of DropDown button when
1840         ToolBar theres DropDownArrows.
1841         * ThemeWin32Classic.cs: Change position of DropDown arrow and
1842         fix DropDown drawing operations.
1843
1844 2006-11-20  Chris Toshok  <toshok@ximian.com>
1845
1846         * NativeWindow.cs: fix the formatting of functions ('{' on the
1847         following line), and enable the thread exception dialog.
1848
1849         * Application.cs: remove the duplicate exception catching from
1850         here.
1851
1852 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
1853
1854         * Toolbar.cs: Triggers button click event when click on icon
1855         of dropdown ToolBarButton. Fixes #79912.
1856         
1857 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1858
1859         * Theme.cs:
1860         * ThemeWin32Classic.cs:
1861         - Added a property WindowBorderFont to enable themeing
1862           of mdi child windows' Text.
1863           
1864 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1865
1866         * InternalWindowManager.cs:
1867         * Form.cs:
1868         * MdiClient.cs:
1869         * MdiWindowManager.cs: 
1870         - If mdi child is maximized, set mdi parent's
1871           text to "Parent - [Child]". Fixes #79770.
1872         - If there is any maximized mdi child windows, only the active 
1873           window (and any new windows) is maximized, the rest are normal.
1874         - On a WindowState change only save mdi child's window bounds 
1875           if the old window state was normal. Fixes #79774.
1876         - The scroll bars are now calculated on hopefully all
1877           necessary events. Fixed #79771 / #79844->6 / #79906.
1878         - MdiClient.SizeScrollBars() now takes into account docked 
1879           controls in the parent when calculating available space.
1880         - InternalWindowManager now always repaints the entire title
1881           area. Fixes #79844->1/4/5.
1882         - Added RequestNCRecalc on mdi child windowstate changes.
1883           Fixes #79772.
1884
1885 2006-11-20  Mike Kestner  <mkestner@novell.com>
1886
1887         * ComboBox.cs: setup LargeChange on the scrollbar. Invoke FireMouseUp
1888         in the MouseUp handler of the listbox and move the return handling
1889         code to FireMouseUp to avoid scrolling on ups.  Fixes #79952.
1890
1891 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
1892
1893         * Toolbar.cs: Ignore right mouse clicks in toolbar. Fixes #79855. 
1894
1895 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
1896
1897         * MimeIcon.cs: Seems that DllImports that were fine in 1.2 are not
1898           working in 1.2.x anymore. So, updated.
1899
1900 2006-11-19  Gert Driesen  <drieseng@users.sourceforge.net>
1901
1902         * NumericUpDown.cs: Use NegativeSign, NumberDecimalSeparator and
1903         NumberGroupSeparator of current culture instead of assuming en-US.
1904         Fixed bug #79967.
1905
1906 2006-11-17  Mike Kestner  <mkestner@novell.com>
1907
1908         * Control.cs: Add the concept of implicit bounds setting so that
1909         dock/undock round trips preserve explicitly set size/locations.
1910         Fixes #79313.
1911
1912 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
1913
1914         * FileDialog.cs: Trim all filters, otherwise DirInfo.GetFiles
1915           can't handle those filters. (Fixes bug #79961)
1916
1917 2006-11-17  Chris Toshok  <toshok@ximian.com>
1918
1919         [ fixes the exit/crashes associated with #79835.  it's clearly
1920         suboptimal though, we need to figure out a better way to solve
1921         this. ]
1922         
1923         * PrintPreviewControl.cs: deal with the new invalid printer
1924         exceptions.
1925
1926         * PageSetupDialog.cs: if the printer is invalid, pop up a dialog
1927         and return false (so CommonDialog.ShowDialog doesn't actually show
1928         the form.)
1929
1930         * PrintDialog.cs: enable/disable the Ok button depending on
1931         whether or not the printer is valid.
1932
1933         * CommonDialog.cs (ShowDialog): only actually show the form if
1934         RunDialog returns true.
1935
1936 2006-11-17  Jackson Harper  <jackson@ximian.com>
1937
1938         * TextControl.cs: When soft splitting a line, mark it as a soft
1939         split line. Also carry over the current line break to the next
1940         line.
1941
1942 2006-11-17  Chris Toshok  <toshok@ximian.com>
1943
1944         * XplatUIX11.cs: when scrolling a window with an invalid area, we
1945         only want to shift the part of the invalid area that overlaps the
1946         area we're scrolling.  we also don't want to clear the invalid
1947         area unless the invalid area was entirely contained within the
1948         scrolling area.
1949
1950 2006-11-16  Chris Toshok  <toshok@ximian.com>
1951
1952         * XplatUIX11.cs: remove the handling of the TimerEvent stuff, and
1953         also make sure to free the memory returned by XGetWindowProperty
1954         in GetText().
1955
1956         * X11Structs.cs: remove the TimerEvent stuff, it's unused.
1957
1958 2006-11-16  Chris Toshok  <toshok@ximian.com>
1959
1960         * XplatUI.cs: add a new super secret way to get at the totally
1961         unsupported X11 backend.
1962
1963 2006-11-16  Gert Driesen  <drieseng@users.sourceforge.net>
1964
1965         * NumericUpDown.cs: Allow lowercase letters when in hex-mode.
1966
1967 2006-11-16  Jackson Harper  <jackson@ximian.com>
1968
1969         * TreeView.cs: Allow more explicit setting of top node position
1970         for scrollbars. Slower algo, but more accurate.
1971         - CollapseAll should maintain the current top node.
1972         * TextBoxBase.cs: When positioning the caret, use the line, pos
1973         method, since the x, y method does not grab the correct tag, and
1974         the caret height never gets set correctly. (Maybe I should just do
1975         away with the caret having its own height, and always use the
1976         carets current tag for height).
1977
1978 2006-11-16  Jonathan Pobst  <monkey@jpobst.com
1979
1980         [Fixes 79778, 79923]
1981
1982         * XplatUIWin32.cs: Don't allow a parent to be set to IntPtr.Zero.
1983         Parent to the FosterParent instead.
1984
1985 2006-11-16  Jackson Harper  <jackson@ximian.com>
1986
1987         * TreeView.cs: Need to recalc the topnode when we expand or
1988         collapse. The scrolling methods can't handle this on their own,
1989         since they use differences between the last scroll position, and
1990         those difference get completely messed up since we are expanding
1991         nodes.  This problem should probably be fixed in the scrolling
1992         methods, so they can figure out exactly where they are, but this
1993         will slow things down a little.
1994         * ThemeWin32Classic.cs: Special case for groupboxes with empty
1995         strings, makes nunit-gui look a lot nicer.
1996
1997 2006-11-16  Chris Toshok  <toshok@ximian.com>
1998
1999         * XplatUIX11.cs: nasty, nasty, nasty changes required because of
2000         the broken multithreaded event handling we have in here.  File
2001         this entry under "Why we should move to the new X11 backend".
2002
2003         Any thread can make it into UpdateMessageQueue, which gets events
2004         from the X socket - some of which could belong to hwnds being
2005         managed by a different thread.  We can also have multiple threads
2006         in UpdateMessageQueue at the same time, with each one reading from
2007         the X socket.  This leads to many problems, with the following
2008         solutions:
2009
2010         We can't use hwnd.Queue.Enqueue anywhere in here and must use
2011         EnqueueLocked.
2012
2013         The MotionNotify compression we do can't work across threads
2014         (without locking the entire queue, perhaps) since we call
2015         hwnd.Queue.Peek, so we just punt and don't compress motion events
2016         unless the owning thread is the one which got the X event.
2017
2018         ConfigureNotify is another fun one, since it modifies the hwnd's
2019         bounds and then enqueues the event.  We add a lock to Hwnd which
2020         is held when setting configure_pending to true (and enqueuing the
2021         event).
2022
2023         There is a race wrt the wake socket.  we need to make sure that
2024         only 1 thread is waiting on that socket, or else a thread could
2025         sleep waiting for data that never comes.  It's difficult (but not
2026         impossible) to make happen, because it seems to require something
2027         like the following:
2028
2029             1. Thread 1 polls on wake_receive
2030         
2031             2. poll returns saying there's data to be read on
2032                wake_receive.
2033         
2034             3. Thread 2 polls on wake_receive and immediately returns
2035                saying there's data to be read.
2036
2037             4. Thread 2 reads the wakeup byte from wake_receive
2038
2039             5. Thread 1 attempts to read the wakeup byte from
2040                wake_receive.
2041
2042             6. Thread 2 exits (due to a form closing, perhaps).
2043
2044             7. Thread 1 blocks forever.
2045         
2046         Fun, eh?
2047
2048         Fixing the Expose handling isn't done yet, and the races inherent
2049         in that piece of code are responsible for the drawing mistakes you
2050         see when generating expose events in a MT app (like NPlot).  This
2051         one is the likely to be the hardest to bandaid, and it doesn't
2052         appear to cause anything but drawing problems.  The other issues
2053         caused apps to exit or hang.
2054
2055         * XEventQueue.cs: output some spew when Dequeue/Enqueue/Peek are
2056         called from a different thread than the one that should be calling
2057         these functions.
2058
2059         * Hwnd.cs: add some locks to be used by the XplatUIX11 code.
2060
2061 2006-11-15  Chris Toshok  <toshok@ximian.com>
2062
2063         * Application.cs: null out the context's MainForm when we exit
2064         RunLoop.  Fixes a newly checked in unit test as well as the last
2065         ODE from bug #79933.
2066
2067 2006-11-15  Chris Toshok  <toshok@ximian.com>
2068
2069         * Form.cs (set_Owner): allow a null value so we can clear the
2070         form's owner.
2071         (Dispose): set all our owned_form's Owner properties to null, and
2072         clear the owned_forms collection.
2073         (WM_CLOSE): clean up this a little bit.. still not right though.
2074
2075         * ApplicationContext.cs: OnMainFormClosed should only call
2076         ExitThreadCore if the main form isn't recreating.  Fixes unit
2077         test.
2078
2079 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
2080
2081         [Fixes 78346]
2082
2083         * ComboBox.cs: Set the Hwnd.no_activate flag for the ComboListBox.
2084
2085 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
2086
2087         [Fixes 79433]
2088
2089         * Hwnd.cs: Add a flag to show a window, but not activate it, to 
2090         keep popup window types from stealing focus from the main form
2091         on Windows.
2092
2093         * XPlatUIWin32.cs: Use SW_SHOWNOACTIVATE if above field is true.
2094
2095         * MenuAPI.cs: Set above flag to true.
2096
2097 2006-11-15  Chris Toshok  <toshok@ximian.com>
2098
2099         * XplatUIX11.cs: mimic win32 behavior on BUTTONUP events, where
2100         the button being released is not in wParam.
2101
2102 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
2103
2104         * Form.cs: Add the released button to MouseEventArgs.Button
2105         for the OnMouseUp call to the MenuTracker.  Fixes menu clicking
2106         on Win32.
2107
2108 2006-11-15  Chris Toshok  <toshok@ximian.com>
2109
2110         * XplatUIX11.cs: add (untested) a _NET_WM_NAME implementation of
2111         GetText().  untested because it's unused in our implementation.
2112         Control.Text always caches the text, even if
2113         ControlStyles.CacheText is not set.
2114
2115         fixes bug #79939.
2116
2117 2006-11-15  Chris Toshok  <toshok@ximian.com>
2118
2119         [ fixes #79933 ]
2120         
2121         * Form.cs: in Close() don't do anything after we send the WM_CLOSE
2122         message.  no hiding, no disposing.
2123
2124         in the WM_CLOSE handler, hide the form if it's modal.
2125
2126 2006-11-15  Chris Toshok  <toshok@ximian.com>
2127
2128         * XplatUIX11.cs: use AddExpose instead of sending a message.
2129         fixes textbox border drawing.
2130
2131 2006-11-15  Chris Toshok  <toshok@ximian.com>
2132
2133         * PropertyGridView.cs: keep from crashing on mouse move/down when
2134         the property grid is empty.
2135
2136 2006-11-14  Jackson Harper  <jackson@ximian.com>
2137
2138         * TextControl.cs: Make PageUp and PageDown more like the MS
2139         versions.
2140         * TextBoxBase.cs: When we set the text property position the
2141         cursor at the beginning of the document.
2142
2143 2006-11-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2144
2145         * Form.cs: if a mdi child's WindowState has changed
2146         before it's creation, it would display wrong control
2147         buttons.
2148         
2149 2006-11-14  Alexander Olk  <alex.olk@googlemail.com>
2150
2151         * TreeView.cs: De-uglify TreeView checkbox checkmarks.
2152           (Fixes bug #79927)
2153
2154 2006-11-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2155
2156         * XplatUIX11.cs: send a WM_NCPAINT on WM_NCCALCSIZE so that 
2157         the window gets to paint its borders even if the window is
2158         getting smaller.
2159         
2160         * Form.cs: on a WM_NCPAINT invalidate the entire menu, 
2161         otherwise the old control buttons would still be painted 
2162         if the window gets bigger.
2163         
2164         * PaintEventArgs.cs: add an internal method so that the clip 
2165         rectangle can be changed.
2166         
2167 2006-11-13  Chris Toshok  <toshok@ximian.com>
2168
2169         [ fixes bug #79745 ]
2170         
2171         * NotifyIcon.cs: lots of cleanup.
2172
2173         * X11Structs.cs: add an enum for XEMBED messages.
2174
2175         * XplatUIX11.cs: reindent one of the giant switch statements, it
2176         was taking up an additional tab stop, and this file is already way
2177         too wide for my laptop's screen.
2178
2179         Also, add handling for the XEmbed EMBEDDED_NOTIFY message.  When
2180         we get it, resize the hwnd to the WMNormalHints max_width/height.
2181
2182 2006-11-13  Jackson Harper  <jackson@ximian.com>
2183
2184         * TextBoxBase.cs: Compute the value changes for the mouse wheel
2185         teh simple way.
2186
2187 2006-11-13  Chris Toshok  <toshok@ximian.com>
2188
2189         * XplatUIX11.cs, XplatUIStructs.cs: kind of a gross fix for
2190         #79898.  force a reference to the Region to stick around so the
2191         unmanaged object isn't collected (rendering our handle in the MSG
2192         stale).
2193
2194 2006-11-13  Chris Toshok  <toshok@ximian.com>
2195
2196         * XplatUIX11.cs: fix #79917 for window managers which support
2197
2198         using XStoreName on the raw utf8, and we need to convert to
2199         COMPOUND_TEXT if it's non-latin1.
2200
2201 2006-11-13  Chris Toshok  <toshok@ximian.com>
2202
2203         * Form.cs (set_DialogResult): we need to set closing to false if
2204         we're setting our result to None.  fixes bug #79908.
2205
2206 2006-11-13  Jackson Harper  <jackson@ximian.com>
2207
2208         * TextControl.cs: When formatting text, compute the adjusted tag
2209         lengths correctly, using FindTag for the end tag instead of trying
2210         to figure it out outselves.
2211         * TreeNode.cs: Use ActualItemHeight, which is the actual height of
2212         the item, ItemHeight doesn't work, because trees with large
2213         imagelists use those for their height
2214         * TreeView.cs: ActualItemHeight factors in the image height
2215         - compute left edge of checkboxes correctly
2216         - when expanding/collapsing move the bottom down one pixel, so we
2217         aren't moving part of the node
2218
2219 2006-11-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2220
2221         * XplatUIX11.cs: The PaintEventArgs is also added to the drawing
2222         stack in PaintEventStart so that it won't get disposed by the gc
2223         before reaching PaintEventEnd.
2224
2225 2006-11-13  Jackson Harper  <jackson@ximian.com>
2226
2227         * TextBoxBase.cs: Don't select the word if we are on a line with
2228         no text.
2229         - We don't need to position the caret on mouse up, since the mouse
2230         move handler should be doing this
2231         - When double clicking a blank line, the caret is advanced to the
2232         next line.
2233
2234 2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
2235
2236         * TreeNodeCollection.cs: Avoid duplicating indexer code.
2237
2238 2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
2239
2240         * ColorDialog.cs: Reset size of dialog between calls to ShowDialog.
2241         Fixes part of bug #79910.
2242
2243 2006-11-11  Alexander Olk  <alex.olk@googlemail.com>
2244
2245         * ColorDialog.cs: Fix a NRE when adding a color to custom colors
2246           (bug #79903). Some minor string updates to match ms.
2247
2248 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
2249
2250         * FileDialog.cs: Don't add an extension if the filename
2251           already ends with that extension.
2252
2253 2006-11-10  Jackson Harper  <jackson@ximian.com>
2254
2255         * TreeView.cs: Use the currently highlighted node for the
2256         BeforeSelect event.
2257         * TextBoxBase.cs: There is no need to expand selection on
2258         MouseMove.
2259         - CanUndo means 'is there any undo operations', not 'is undo
2260         allowed on this textcontrol. Fixed ClearUndo unit test.
2261
2262 2006-11-10  Andreia Gaita  <shana.ufie@gmail.com>
2263
2264         * Button.cs: only perform click when button is Selectable (so as 
2265         not to activate default buttons when they're disabled)
2266         
2267         * Control.cs: Rewrite of the SelectNextControl and related 
2268         methods. HandleClick now selects next control if the current one
2269         is being disabled.
2270         
2271         * Form.cs: OnActivated selects next active control only if Load 
2272         has already occurred. If Load hasn't run, there's no point in 
2273         selecting here, Load might change the state of controls.
2274         
2275         * FocusTest.cs: Tests marked as working again for these fixes
2276
2277 2006-11-10  Chris Toshok  <toshok@ximian.com>
2278
2279         * XplatUIX11.cs: a couple of fixes.
2280
2281         - use XInternAtoms with almost all the atoms we need to register,
2282         instead of many, many calls to XInternAtom.  should help a bit on
2283         startup time, at the expense of making the code look a little
2284         worse.
2285
2286         - fall back to setting TransientFor on TOOLWINDOW's if their hwnd
2287         isn't reparented (which seems to be a clue that we're running fon
2288         compiz) and they have an Owner form.  This fixes the tool windows
2289         in paint.net when running under compiz.
2290
2291         - when setting the opacity of a window, support both the case
2292         where the window has been reparented and also when it hasn't been.
2293         Since compiz/beryl doesn't seem to reparent windows, and these are
2294         the only window managers which support translucency, I'm not sure
2295         why we need the hwnd.reparented case at all.. but leave it in.
2296         now we get translucent windows in paint.net under compiz/beryl.
2297
2298 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
2299
2300         * FileDialog.cs: Always return the value for FilterIndex that
2301           was set. Internally convert it to values that make sense.
2302
2303 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
2304         
2305         * ThemeWin32Classic.cs: Fix drowp down arrow borders.
2306
2307 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
2308
2309         * Toolbar.cs: Change default value of DropDownArrows to true, the 
2310         signature still using false to make it compatible with MS but the 
2311         initial value is true. Fixes #79855.
2312
2313 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
2314
2315         * MimeIcon.cs: Don't throw an exception on windows. Mime stuff is
2316           only available on Linux.
2317
2318 2006-11-09  Everaldo Canuto  <everaldo@simios.org>
2319
2320         * Toolbar.cs, ToolBarButton.cs: Fix wrong separator size and
2321         reduce number of calls to redraw method during toolbar creation.
2322
2323 2006-11-09  Mike Kestner  <mkestner@novell.com>
2324
2325         * ListView.cs : raise SelectedIndexChanged when an item is selected
2326         programmatically via the Item.Selected property.  Gert's nice 
2327         ListViewSelectedIndexChanged test fixture now runs clean.
2328
2329 2006-11-09  Mike Kestner  <mkestner@novell.com>
2330
2331         * ListView.cs : raise SelectedIndexChanged when a selected item is
2332         removed from the item collection using Remove or RemoveAt.
2333
2334 2006-11-09  Mike Kestner  <mkestner@novell.com>
2335
2336         * ListView.cs : raise SelectedIndexChanged once per selected item
2337         for compat with MS.  Fixes #79849+.
2338
2339 2006-11-09  Chris Toshok  <toshok@ximian.com>
2340
2341         * TabControl.cs: initialize row_count to 0, and set it to 1 when
2342         we need to (if we have any tab pages).  Fixes unit test.
2343
2344 2006-11-09  Chris Toshok  <toshok@ximian.com>
2345
2346         * Label.cs (CalcPreferredWidth): if Text == "", our preferred
2347         width is 0, not 3.  Fixes a unit test.
2348
2349 2006-11-09  Mike Kestner  <mkestner@novell.com>
2350
2351         * ListView.cs : use Implicit scrollbars so that focus isn't 
2352         stolen from the listview when they are clicked. Fixes #79850.
2353
2354 2006-11-09  Chris Toshok  <toshok@ximian.com>
2355
2356         * PropertyGridView.cs (OnPaint): only call DrawGridItems if we
2357         have a root item.  Fixes #79879.
2358
2359 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
2360
2361         * FileDialog.cs:
2362           - Fix ToString ()
2363           - An ArgumentException is now thrown if a wrong filter
2364             is applied (matches ms). The previous filter doesn't change
2365             anymore if an exception is thrown.
2366           - Changing the FileName property also affects FileNames
2367         * ColorDialog.cs: The length of the CustomColors array is always
2368           16. It doesn't matter if we use a smaller array or null to update
2369           or change the custom colors property.
2370         * FolderBrowserDialog.cs: Throw an InvalidEnumArgumentException if
2371           for RootFolder if we get a undefined value.
2372
2373 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2374
2375         * StatusBarPanel.cs: 
2376         - Width is set to MinWidth if Width is smaller than
2377         MinWidth. Fixes #79842.
2378         - MinWidth now always overrides Width (MSDN says MinWidth
2379         is set to Width when AutoSize = None, but they do not 
2380         behave like that).
2381         - Style has now the the correct default value.
2382         
2383 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2384  
2385         * TrackBar.cs: 
2386         - The control is completely invalidated on 
2387         Got/LostFocus to draw the focus rectangle correctly.
2388         - When AutoSize then height is always 45 (width for 
2389         vertical controls).
2390         
2391         * ThemeWin32Classic.cs: The TrackBar thumb is now centered
2392         on the mouse when moved and it doesn't move when grabbed
2393         until the mouse moves as well. Also fixed some wrong 
2394         calculations when clicking on the thumb (control thought
2395         click was outside of thumb and didn't grab it).
2396         Fixes some of the issues in #79718.
2397
2398 2006-11-08  Everaldo Canuto  <everaldo@simios.org>
2399
2400         * Toolbar.cs: Prevent disabled button to highlight. Fixes #79868.
2401
2402 2006-11-08  Chris Toshok  <toshok@ximian.com>
2403
2404         * PropertyGridView.cs: only call ToggleValue if the item is not
2405         readonly.
2406
2407 2006-11-08  Jackson Harper  <jackson@ximian.com>
2408
2409         * TextBoxBase.cs: The RichTextBox and textbox have very different
2410         word selection methods.  Implement the textbox's simple word
2411         selection here, and let the RichTextBox override and provide it's
2412         own.
2413         - Don't do extra selection on mouseup
2414         * RichTextBox.cs: Use the documents word selection algorithm, I
2415         think ideally, this function will be pulled into the
2416         RichTextBox.cs code someday.
2417
2418 2006-11-08  Chris Toshok  <toshok@ximian.com>
2419
2420         * RootGridEntry.cs: new class to represent GridItemType.Root.
2421
2422         * CategoryGridEntry.cs: reformat, and add boilerplate.
2423         
2424         * GridEntry.cs: remove the UIParent stuff - turns out .Parent
2425         returns the UI parent anyway, and we need special handling to
2426         implement the GetTarget method in the face of it.  Also, implement
2427         Select().
2428
2429         * PropertyGrid.cs, PropertyGridView.cs: a number of fixes.  create
2430         a root grid item, and use that instead of PropertyGrid.grid_items.
2431         Also, make use of TypeConverters (and add limitted support for
2432         ICustomTypeDescriptors) when initially populating the grid.
2433         Arrays now show up more or less properly.
2434
2435 2006-11-08  Chris Toshok  <toshok@ximian.com>
2436
2437         * Application.cs: set the modal dialog to non modal after we close
2438         it.  Fixes bug #79866.
2439
2440 2006-11-08  Jackson Harper  <jackson@ximian.com>
2441
2442         * TextControl.cs: When combining lines carry over the line end
2443         style from the end line.
2444         - Invalidate the selected area when setting it, if it is visible.
2445         * TextBoxBase.cs: Only rich text box can do full line selects.
2446         - Make sure to set the cursor position when there is a click,
2447         otherwise two clicks in separate areas could cause a large chunk
2448         to be selected.
2449
2450 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2451
2452         * Toolbar.cs: Release flat button borders when Toolbar lost focus. 
2453         Fixes #79863.
2454
2455 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2456
2457         * Toolbar.cs: Prevent toolbar to open more than one tooltip at same
2458         time. Remove tooltips when ToolButton click events.  Fixes #79856.
2459
2460 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2461
2462         * MenuAPI.cs: Ignore right click for menu actions and fixes
2463         menu border when clicked.  Fixes #79846.
2464
2465 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2466
2467         * XplatUIX11.cs, XplatUIX11.cs: Fix MouseRelease to only release
2468         MouseState after create wParam for message, this fixes mouse button 
2469         equal none in mouse up events.
2470         
2471 2006-11-07  Andreia Gaita  <shana.ufie@gmail.com>
2472
2473         * Control.cs : Focus() now calls Select to set the Container's
2474         Active Control and to give it focus. To avoid infinite recursion
2475         (because ActiveControl also calls Focus at one point), a check 
2476         is made in Focus with the help of a new internal variable
2477         is_focusing.
2478
2479 2006-11-07  Mike Kestner  <mkestner@novell.com>
2480
2481         * ListView.cs : raise OnSelectedIndexChanged in CreateHandle
2482         if there's a selection.  Fixes #79849.
2483
2484 2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
2485
2486         * PropertyGrid.cs: Avoid fixed height of help description label.
2487         Fixes part of bug #79829.
2488
2489 2006-11-07  Chris Toshok  <toshok@ximian.com>
2490
2491         * XplatUIX11.cs: fix #79790 again, by using the
2492         _NET_WM_STATE_SKIP_TASKBAR atom to implement Form.ShowInTaskbar.
2493
2494 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2495
2496         * ToolBar.cs: Fix left click checking.
2497
2498 2006-11-07  Chris Toshok  <toshok@ximian.com>
2499
2500         * ProgressBar.cs: fix a typo in ToString().  fixes a unit test.
2501
2502 2006-11-07  Chris Toshok  <toshok@ximian.com>
2503
2504         * RelatedPropertyManager.cs: set property_name in our ctor.  fixes
2505         PropertyManager unit tests.
2506
2507         * PropertyManager.cs: make property_name internal.
2508
2509 2006-11-07  Chris Toshok  <toshok@ximian.com>
2510
2511         * ButtonBase.cs: initialize base.ime_mode to ImeMode.Disable to
2512         pass a unit test.  Also, don't set image_index to anything in
2513         response to setting the ImageList property.
2514
2515 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2516
2517         * ToolBar.cs: Ignore click events when mouse button is not a
2518         left button, only accepts other button for dropdown menus.  
2519         Fixes #79854.
2520
2521 2006-11-07  Chris Toshok  <toshok@ximian.com>
2522
2523         * DataGrid.cs: make the back and parent row buttons a little less
2524         ugly.
2525
2526 2006-11-07  Jackson Harper  <jackson@ximian.com>
2527
2528         * TextBoxBase.cs: When converting to Text don't put line breaks in
2529         for soft line breaks.
2530         * TextControl.cs: There is an initial "fake" line in the document,
2531         this is now a soft break line, so that an extra line feed doesn't
2532         get added to the end of documents.
2533
2534 2006-11-07  Chris Toshok  <toshok@ximian.com>
2535
2536         [ fix bug #79778 ]
2537         
2538         * CurrencyManager.cs: if the list is readonly, don't bother
2539         checking if IBindingList.AllowNew is true.
2540
2541         * ThemeWin32Classic.cs (DataGridPaintParentRow): make this work
2542         for non-DataRowView datasources..  or rather, make it not crash.
2543         (DataGridPaintRelationRow): make sure we limit the row painting to
2544         the area not covered by the row header, and make our cell width at
2545         least large enough to cover the relation area.  This allows grids
2546         that have relations but no rows to render correctly.
2547         (DataGridPaintRowContents): same type of changes here.
2548         (SetDataSource): move back to always calling
2549         CalcAreasAndInvalidate.  this fixes a crash/drawing problem when
2550         navigating back through relations.
2551         (HitTest): handle the case where we have no cells but have
2552         relations.  Right now we generate a hit in cell 0 of whatever the
2553         row is, not sure if this is strictly correct, but it works for our
2554         purposes.
2555         
2556         * DataGrid.cs (EndEdit, CancelEdit): if we have no columns, don't
2557         bother doing anything.
2558
2559 2006-11-07  Jonathan Pobst  <monkey@jpobst.com>
2560
2561         * StatusStrip.cs, ToolStripStatusLabel.cs: By request, an
2562         early version of StatusStrip.  Not responsible for eaten
2563         application or firstborn children.
2564
2565 2006-11-06  Chris Toshok  <toshok@ximian.com>
2566
2567         * TabControl.cs: in OnGotFocusInternal/OnLostFocusInternal don't
2568         call GetTabRect with a -1 index.  Fixes #79847.
2569
2570 2006-11-06  Jackson Harper  <jackson@ximian.com>
2571
2572         * TreeNodeCollection.cs: Update scrollbars after clearing.
2573
2574 2006-11-06  Chris Toshok  <toshok@ximian.com>
2575
2576         * NumericUpDown.cs: fix the ToString method for some unit test
2577         love.
2578
2579 2006-11-06  Chris Toshok  <toshok@ximian.com>
2580
2581         * PropertyGrid.cs:
2582         - set the initial SelectedGridItem if we can.
2583
2584         - Exclude non-mergable properties only if we're merging > 1
2585         object.  Merging 1 object isn't really merging, obviously.
2586
2587         - Handle PropertySort.NoSort just like Alphabetical, which is
2588         wrong of course, but at least gets things on the screen.
2589         
2590         * PropertyGridView.cs:
2591         - Add method "FindFirstItem" which finds the first property grid
2592         item, so we can select it by default.
2593
2594         - make use of GridEntry.CanResetValue.
2595
2596         - Don't call RedrawBelowItemOnExpansion here anymore, the
2597         individual GridEntry's will do that.
2598
2599         - Remove the ITypeDescriptorContextImpl internal class.
2600         
2601         * GridEntry.cs:
2602         - this class needs to implement ITypeDescriptorContext, as it's
2603         what MS's PropertyDescriptorGridEntry does, which means we can
2604         remove the ITypeDescriptorContextImpl internal class from
2605         PropertyGrid.cs.  This fixes the crashing portion of bug #79829.
2606
2607         - keep a reference to our PropertyGridView, and move the call to
2608         RedrawBelowItemOnExpansion here from PGV.  This means
2609         programmaticly setting Expanded actually does something visible.
2610
2611         - add a CanResetValue() function which takes into account our
2612         possibly multiple "selected_objects" in the merged case.  Shifting
2613         PropertyGridView to use this method fixes another unreported
2614         crasher found running the test for #79829.
2615
2616         - when Top or Bounds is updated, make sure the PropertyGridTextBox
2617         is updated to reflect this.
2618
2619         * CategoryGridEntry.cs: the ctor takes the PGV now.
2620         
2621 2006-11-06  Jackson Harper  <jackson@ximian.com>
2622
2623         * TextControl.cs: These are 1 based.
2624         * TextBoxBase.cs: When setting the selected text, don't change the
2625         selected text tags, this is done by ReplaceText, just position the
2626         cursor at the end of the new text.
2627
2628 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
2629
2630         * ListView.cs: Allow label edit only when, when LabelEdit is
2631           set to true.
2632
2633 2006-11-06  Jackson Harper  <jackson@ximian.com>
2634
2635         * TextControl.cs: If a suitable wrapping position isn't found,
2636         just wrap right in the middle of a word.
2637
2638 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
2639
2640         * ListView.cs, ListViewItem.cs: Implement LabelEdit. Fixes
2641           bug #79820.
2642
2643 2006-11-06  Jackson Harper  <jackson@ximian.com>
2644
2645         * TreeView.cs: Can't use the VisibleCount property when setting
2646         scrollbar heights, because this doesn't take into account whether
2647         or not the horz scrollbar just came visible.
2648
2649 2006-11-05  Everaldo Canuto  <everaldo@simios.org>
2650
2651         * MenuAPI.cs: Deactivate menu on mouse up when menus it is already
2652         activated.  Fixes #79369, #79832.
2653
2654 2006-11-05  Alexander Olk  <alex.olk@googlemail.com>
2655
2656         * FileDialog.cs: *sigh* Because of recent runtime changes (r67043) I
2657           had to remove support for links that point to a directory. FileInfo
2658           returns no usefull information (means, the directory they point to)
2659           for such links. Replaced some empty string ("") with String.Empty.
2660
2661 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
2662
2663         * TreeNodeCollection.cs: To match MS, in 1.0 profile throw 
2664         NullReferenceException when attempting to remove node that is not in
2665         collection. Throw NullReferenceException when null is passed to 
2666         Remove. Allow first element of the collection to be removed. Fixes
2667         bug #79831.  In GetEnumerator ().Current return null if positioned 
2668         before the first element of the collection. In GetEnumerator ().Reset,
2669         position before first element of the collection.
2670
2671 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
2672
2673         * PropertyGrid.cs: To match MS, remove default title and description
2674         for panel. Fixed tooltips for Categorized and Alphabetic toolbar
2675         buttons.
2676
2677 2006-11-04  Chris Toshok  <toshok@ximian.com>
2678
2679         * Theme.cs: add a Clamp method, just for kicks.
2680
2681         * ThemeWin32Classic.cs: clamp all color components to [0..255].
2682
2683 2006-11-04  Chris Toshok  <toshok@ximian.com>
2684
2685         * Form.cs: if the form isn't visible, Close() does nothing.
2686
2687 2006-11-03  Chris Toshok  <toshok@ximian.com>
2688
2689         * Form.cs (Close): if the form is modal, don't Dispose of it, only
2690         Hide it.
2691         (WndProc): don't Dispose after handling the WM_CLOSE message.
2692
2693         * Application.cs (RunLoop): toplevels is a list of Forms, so treat
2694         them as such, instead of using casts from Control to Form.  Also,
2695         don't Dispose of the modal dialog when we fall out of the loop -
2696         Close() it instead.
2697
2698         fixes bug #79813.
2699
2700 2006-11-03  Chris Toshok  <toshok@ximian.com>
2701
2702         * Control.cs (Dispose): only go through the dispose thing if we're
2703         @disposing, and we haven't already been disposed.  Fixes bug
2704         #79814.
2705
2706         * Form.cs: no reason to call "base.Dispose()" here instead of
2707         "Dispose()".
2708
2709 2006-11-03  Mike Kestner  <mkestner@novell.com>
2710
2711         * ComboBox.cs : use ToString instead of casts in AddItem for
2712         sorting functionality.  Fixes #79812.
2713
2714 2006-11-03  Chris Toshok  <toshok@ximian.com>
2715
2716         * Application.cs: pave the way for actually using the thread
2717         exception dialog.  it's ifdefed out at the moment.
2718
2719 2006-11-03  Chris Toshok  <toshok@ximian.com>
2720
2721         * ThreadExceptionDialog.cs: until we get a better layout, actually
2722         hide the details textbox and label when we shouldn't see them.
2723
2724 2006-11-03  Jackson Harper  <jackson@ximian.com>
2725
2726         * TextBoxBase.cs: Don't bail from the scrollbar calcs for non
2727         multiline textboxes anymore.  This method also determines the
2728         width/height of a textboxes canvas area.
2729         - Sorta a revert of the last patch.  For multiline just position
2730         the controls, then bail.  This way the scrollbar width won't be
2731         altered.
2732
2733 2006-11-03  Everaldo Canuto  <everaldo@simios.org>
2734
2735         * ThemeWin32Classic.cs: Dont paint inner lines of 3D border when
2736         it dont need.  Fixes #79537.
2737
2738 2006-11-02  Jackson Harper  <jackson@ximian.com>
2739
2740         * X11Dnd.cs: We always allow copy, since XDND implies Copy.  Also
2741         send the status after firing the DndOver event.
2742
2743 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2744
2745         * TrackBar.cs: Now orientation only switches height / width if
2746         the control's handle is created (Win32 does it like this). Also 
2747         fixed a typo in ToString() for a test to pass, changed the 
2748         exception thrown in set_LargeChange and set_SmallChange to 
2749         match Win32 behaviour, and added TrackBar tests to the unit 
2750         tests.
2751
2752 2006-11-02  Chris Toshok  <toshok@ximian.com>
2753
2754         * XplatUIX11.cs: the atom we want is _NET_WM_STATE_SKIP_TASKBAR,
2755         not _NET_WM_STATE_NO_TASKBAR.
2756
2757 2006-11-02  Jackson Harper  <jackson@ximian.com>
2758
2759         * TextControl.cs: Increment count by one, since in the update view
2760         count - 1 is used.
2761
2762 2006-11-02  Jackson Harper  <jackson@ximian.com>
2763
2764         * TextBoxBase.cs: Use client rectangle not bounds for checking if
2765         the mouse is in the client rectangle (duh).
2766
2767 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2768         
2769         * TrackBar.cs: Fixed trackbar jumping around when clicking
2770         on it - the trackbar was not detecting correctly at which
2771         side of the thumb the click was done. (fixes #79718)
2772
2773 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
2774
2775         * ListBox.cs: scroll visible area when change SelectedIndex to
2776         a non visible area.  Fixes #79481.
2777
2778 2006-11-01  Jackson Harper  <jackson@ximian.com>
2779
2780         * TextControl.cs: When replacing the selection move the selection
2781         start/end/anchor to the end of the new text.
2782
2783 2006-11-01  Jackson Harper  <jackson@ximian.com>
2784
2785         * XplatUIWin32.cs: When setting the parent change the controls
2786         visibility to it's visibility flag, not to it's old parents
2787         visibility (.Visible walks the parent chain).
2788
2789 2006-11-01  Chris Toshok  <toshok@ximian.com>
2790
2791         * XplatUIX11.cs: revert the #79790 fix, as the simple.
2792         XSetTransientForHint fix breaks paint .net's tool windows.  more
2793         work needed for that one.
2794
2795 2006-11-01  Chris Toshok  <toshok@ximian.com>
2796
2797         * ScrollBar.cs: throw ArgumentException instead of Exception in
2798         LargeChange/SmallChange setters.  fixes unit tests.
2799
2800 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
2801
2802         * ContainerControl.cs: reverted rev.67183 (which was itself
2803         a reversion of rev.66853... eh).
2804         
2805         * Control.cs: Fixes Reflector hang by changing Focus() call
2806         to what it was before rev.66643 (calling Select() here sets 
2807         ActiveControl, which in some situations calls back Focus and 
2808         eventually does a stack overflow). Temp fix.    
2809         Changes to GetNextControl() to not look for children to select when
2810         parent cannot be selectable (so it looks for siblings instead)  
2811         
2812 2006-10-31  Mike Kestner  <mkestner@novell.com>
2813
2814         * CheckedListBox.cs : off by one error in returned index from
2815         ObjectCollection.Add.  Fixes #79758.
2816
2817 2006-10-31  Chris Toshok  <toshok@ximian.com>
2818
2819         * UpDownBase.cs: remove the OnGotFocusInternal/OnLostFocusInternal
2820         calls for the textbox/spinner, to keep from recursing to the point
2821         where we crash.  Fixes #79760.
2822
2823 2006-10-31  Chris Toshok  <toshok@ximian.com>
2824
2825         * ListControl.cs (set_SelectedValue): don't throw exceptions on
2826         null/"" value, just return.  matches ms's behavior and fixes some
2827         failing tests.
2828
2829 2006-10-31  Chris Toshok  <toshok@ximian.com>
2830
2831         * Control.cs (set_Capture): make a logic a little easier to
2832         follow.
2833
2834         * XplatUIX11.cs (CleanupCachedWindows): zero out the Grab window
2835         if it's being destroyed.  A necessary fix surely, but a bandaid
2836         also, to fix the stuck capture problem in bug #78413.
2837
2838 2006-10-31  Chris Toshok  <toshok@ximian.com>
2839
2840         * XplatUIX11.cs: fix a couple of compiler warnings, and follow the
2841         convention of clearing hwnd.ClientRect when we set the
2842         width/height (so it'll be recalculated by Hwnd).
2843
2844 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
2845
2846         * ContainerControl.cs: reversed Contains check from
2847         ActiveControl due to hanging problems. This fix
2848         partly regresses #79667 (button does not have
2849         initial focus), so this might be a symptom for 
2850         a larger parenting problem (set_ActiveControl
2851         is being called but the child control does
2852         not have the parent set yet?)   
2853         
2854 2006-10-31  Mike Kestner  <mkestner@novell.com>
2855
2856         * MenuAPI.cs : fix keynav when menu is click activated.
2857
2858 2006-10-31  Jonathan Pobst  <monkey@jpobst.com>
2859
2860         * ToolStrip*: Version 0.2.
2861
2862         * MenuStrip.cs: Version 0.1.
2863
2864         * Form.cs: Add a 2.0 MenuStrip tracker like the 1.1 Menu one.
2865
2866 2006-10-30  Chris Toshok  <toshok@ximian.com>
2867
2868         [ fixes the oversized notify icon issue in bug #79745 ]
2869         
2870         * NotifyIcon.cs: scale the icon down to the size we're given by
2871         the XplatUI layer (this would be faster if we did it once instead
2872         of whenever we paint..)  Also, remove the WM_NCPAINT handling,
2873         since it's never invoked.
2874
2875         * XplatUIX11.cs: the gnome and kde systrays use icons that are 24
2876         pixels high by default, so let's hardcode our systray icon to that
2877         size.  The SYSTEM_TRAY protocol should really have a way for
2878         client apps to query for the correct icon size.. but oh well.  A
2879         couple of patches to deal with the screwy client_window ==
2880         whole_window notifyicon stuff (we don't want to PerformNCCalc, for
2881         instance, and also make sure we don't XSelectInput twice).
2882
2883 2006-10-30  Chris Toshok  <toshok@ximian.com>
2884
2885         * Control.cs: ugh, the unit test fix (CH11, yesterday) breaks when
2886         recreating forms.  Control recreation is the bane of my existence.
2887         Fix it in a way that keeps everyone happy.
2888
2889 2006-10-30  Chris Toshok  <toshok@ximian.com>
2890
2891         * XplatUIX11.cs: use StructureNotifyMask on all whole_windows, not
2892         just non-CHILD ones.  otherwise sometimes scrollbars end up with
2893         client_windows not being resized to the proper size (ReportBuilder
2894         shows this extremely well).
2895
2896 2006-10-30  Chris Toshok  <toshok@ximian.com>
2897
2898         * XplatUIX11.cs (SetWMStyles): reinstate the XSetTransientForHint
2899         for non-WS_EX_APPWINDOW windows.  This is what keeps them from
2900         showing up in the gnome taskbar.  Fixes bug #79790.
2901
2902 2006-10-30  Chris Toshok  <toshok@ximian.com>
2903
2904         * ApplicationContext.cs: guard against a NRE.
2905
2906         * Application.cs: null out the old MainForm for the context, so we
2907         don't try to use it again once it's disposed.  Fixes bug #79783.
2908
2909 2006-10-30  Chris Toshok  <toshok@ximian.com>
2910
2911         * DataGrid.cs (set_DataSource, set_DataMember): if we have a
2912         BindingContext, set the data source directly, otherwise do the
2913         lazy approach - the actual ListManager will be created when we get
2914         a BindingContext. Fixes bug #79700.
2915
2916 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
2917
2918         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
2919           XplatUIX11.cs: Remove old 2 parameter SetVisible.
2920
2921         * Control.cs: Use the new 3 parameter SetVisible with activate = true.
2922
2923 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
2924
2925         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Add an overload
2926         of SetVisible that allows a window to be shown, but not activated.
2927         This is needed on Windows for MenuStrip, and can probably be used
2928         with MainMenu and ComboBox to fix the focus stealing issues on
2929         Windows.
2930
2931         * XplatUIOSX.cs, XplatUIX11.cs: Not needed, call existing SetVisible.
2932
2933 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
2934
2935         * PictureBox.cs: Fix the output of the ToString method.
2936
2937 2006-10-29  Chris Toshok  <toshok@ximian.com>
2938
2939         * Control.cs (get_TopLevelControl): fix bug #79781.
2940
2941 2006-10-29  Chris Toshok  <toshok@ximian.com>
2942
2943         * ListControl.cs (set_DataSource): throw Exception here, not
2944         ArgumentException, to match MS behavior.
2945
2946 2006-10-29  Chris Toshok  <toshok@ximian.com>
2947
2948         * Form.cs: remove the try-catch's around calls to GetWindowState.
2949         We can just check the return value.
2950
2951         * XplatUIX11.cs: don't throw exceptions from GetWindowState.
2952         Instead return -1.
2953
2954         * XplatUI.cs: Add note about additional return value for
2955         GetWindowState.
2956
2957 2006-10-29  Chris Toshok  <toshok@ximian.com>
2958
2959         * Control.cs (CreateHandle): when we create our handle, we also
2960         create the handles of our child controls.  Fixes one of the
2961         Control unit tests (CH11).
2962
2963 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
2964
2965         * MimeIcon.cs: If a gnome icon doesn't exist add a default icon.
2966
2967 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
2968
2969         * ThemeClearlooks.cs: A little speedup.
2970
2971 2006-10-27  Chris Toshok  <toshok@ximian.com>
2972
2973         * Control.cs: implement Control.FromChildHandle in a way that
2974         matches the docs (and fixes the failed test.)
2975
2976 2006-10-27  Chris Toshok  <toshok@ximian.com>
2977
2978         * DataGridTableStyle.cs: reproduce buggy MS behavior (with
2979         comments).
2980
2981         * DataGrid.cs: implement ResetForeColor such that the tests
2982         succeed.
2983         
2984 2006-10-27  Chris Toshok  <toshok@ximian.com>
2985
2986         * ToolBarButton.cs: setting text/tooltiptext to null results in it
2987         being set to "".  Fixes bug #79759.
2988
2989 2006-10-27  Jackson Harper  <jackson@ximian.com>
2990
2991         * TextControl.cs: We need to clear the entire selection area when
2992         setting the start, otherwise multiline selections are still
2993         visible.
2994
2995 2006-10-26  Chris Toshok  <toshok@ximian.com>
2996
2997         * PropertyGridView.cs: 
2998
2999         - ifdef all the code specific to the double
3000         buffer case, and provide some alternatives in the non-doublebuffer
3001         code, which makes heavy use of XplatUI.ScrollWindow to move things
3002         around without having to invalidate (and cause flicker).  There
3003         are still some drawing problems in the non-doublebuffered case, so
3004         DOUBLEBUFFER is defined by default.
3005
3006         - Fix the way dropdowns are handled.  now we explicitly watch for
3007         the events which might cause the dropdown to close, and break out
3008         of the nested event loop there.  This gets rid of all Capture
3009         code, at the expense of the Msg special casing.  Seems to work,
3010         though, and fixes bug #79743.
3011
3012 2006-10-27  Rolf Bjarne Kvinge <RKvinge@novell.com>
3013         * Control.cs: SetIsRecreating now recreates implicitly added
3014         child controls as well. Finally fixes #79629. The flag passed to 
3015         SetIsRecreating has also been removed since it wasn't used.
3016         
3017 2006-10-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3018
3019         * PageSetupDialog.cs: Clean some code, fix some bits, 
3020         add some checks, and add a printer sub-dialog.
3021
3022 2006-10-26  Chris Toshok  <toshok@ximian.com>
3023
3024         * PropertyGrid.cs: make set_SelectedObject call
3025         set_SelectedObjects, and move the duplicate logic to the
3026         SelectedObjects setter.  Also, raise SelectedObjectsChanged.
3027
3028         * PropertyGridView.cs: hide the textbox when we get a
3029         SelectedObjectsChanged event.
3030
3031         Fixes bug #79748.
3032
3033 2006-10-26  Chris Toshok  <toshok@ximian.com>
3034
3035         * PropertyGridView.cs: deal with the type converter not supporting
3036         GetStandardValues() or GetStandardValues() returning null, which
3037         is does in the default case.  Fixes #79742.
3038
3039 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
3040
3041         * CheckedListBox.cs: nunit no longer crashes when selecting 
3042         Project/Edit menu option
3043         
3044 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
3045
3046         * MenuAPI.cs: prevent ExecFocusedItem from blowing up if there
3047         is no menu selected. fixes #79739
3048
3049 2006-10-25  Chris Toshok  <toshok@ximian.com>
3050
3051         * PropertyGridView.cs: factor out the splitter invalidation code
3052         into the SplitterPercent setter, and for kicks implement the
3053         Ctrl-Left/Ctrl-Right handling that moves the splitter by a small
3054         amount in either direction.
3055
3056 2006-10-25  Chris Toshok  <toshok@ximian.com>
3057
3058         * PropertyGridView.cs: do some cleanup of the brush used to draw
3059         text - read only fields should be grayed out.  not sure how to do
3060         this with the textbox, though.  but the textbox's should also be
3061         readonly now at least.  Also, hide/show the textbox when resizing
3062         the control.
3063         
3064         * CursorConverter.cs: use System.Reflection when getting the
3065         properties of Cursors, as TypeDescriptor.GetProperties isn't
3066         returning static properties.
3067
3068 2006-10-25  Chris Toshok  <toshok@ximian.com>
3069
3070         * PropertyGridView.cs: factor out the up/down handling, and reuse
3071         it for page up/down.  also add End/Home support.
3072
3073 2006-10-25  Chris Toshok  <toshok@ximian.com>
3074
3075         * PropertyGridView.cs:
3076
3077         - ensure the selected grid item is visible in the scrolled area,
3078         fixes bug #79572.
3079
3080         - fix Keys.Down handling when you're on the last item in the
3081         propertygrid.
3082
3083 2006-10-25  Mike Kestner  <mkestner@novell.com>
3084
3085         * MenuAPI.cs : set the ActiveTracker for MainMenu non-popup 
3086         clicks too.  Fixes #79725.
3087
3088 2006-10-24  Chris Toshok  <toshok@ximian.com>
3089
3090         * PropertyGrid.cs: use property.Converter instead of
3091         TypeDescriptor.GetConverter(property.PropertyType), so we catch
3092         TypeConverters declared on the property as well as on the
3093         PropertyType.  Fixes bug #79678.
3094
3095 2006-10-24  Alexander Olk  <alex.olk@googlemail.com>
3096
3097         * MimeIcon.cs, Mime.cs:
3098           Fallback to the default platform handler if no shared mime info
3099           stuff exists (fixes #79693).
3100
3101 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
3102         * ContainerControl.cs: Incorrect contains check in ActiveControl 
3103         from previous fix (duh).
3104
3105 2006-10-20  Chris Toshok  <toshok@ximian.com>
3106
3107         * PropertyGridView.cs: the dropdown should be MIN(number of items
3108         in list, 15).  Fixes #79551.
3109
3110 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
3111         Fixes #79384, #79394, #79652, #79667
3112         * Application.cs: 
3113         
3114         - Modal windows are now destroyed in the proper order for windows
3115         
3116         * ContainerControl.cs:
3117         
3118         - ActiveControl setter has more conditions on when to return:
3119                 - if we're reselecting the active control, but it actually
3120                 didn't have focus (window hidden or some such), it runs
3121                 - if the active control being selected doesn't actually 
3122                 exist in the container, it returns
3123         
3124         * Form.cs
3125         
3126         - The ShowDialog now gets the current form as the owner when
3127         invoking without parameters, and correctly activates the owner 
3128         when returning
3129         
3130         * MessageBox.cs
3131         
3132         - MessageBox now catches the Escape key to exit
3133
3134 2006-10-20  Chris Toshok  <toshok@ximian.com>
3135
3136         * PropertyGridView.cs: fix a number of issues (bug #78565, and
3137         most of bug #79676):
3138
3139         - you can navigate around the property grid with the arrow keys.
3140
3141         - the dropdown is sized properly when the pg has a vertical
3142         scrollbar.
3143
3144         - fix the indentation for subentries, and properly select the
3145         entire label rect.
3146
3147         - fix the gray bar's drawing (only draw it to the last element,
3148         not for the height of the control.  Also make sure we draw that
3149         last horizontal grid line.
3150
3151         - use the same mechanism the datagrid uses wrt the editing textbox
3152         when scrolling/resizing/etc.  Namely, we hide it first, do the
3153         operation, then show it again (if it's still visible).
3154         
3155         - aggressively remove a lot of unnecessary refreshes (and also
3156         calls to Invalidate(). call more limited variants, and only redraw
3157         what we need.)
3158         
3159         * PropertyGrid.cs:
3160
3161         - when we're populating the merged collection, fill in the UI
3162         parent with either the passed in item, or the category item we
3163         create.
3164
3165         - remove the Refresh call from the BorderHelpControl.OnSizeChanged.
3166
3167         * GridItem.cs: drop some fully qualified names.
3168         
3169         * GridEntry.cs: add a "UIParent", which is basically the parent
3170         treenode.
3171
3172         * GridItemCollection.cs: add an IndexOf method.
3173
3174 2006-10-20  Mike Kestner  <mkestner@novell.com>
3175
3176         * MainMenu.cs : go back to Draw in OnMenuChanged.  Until we get
3177         a working win32 NC invalidation mechanism, we can't invalidate
3178         menus.  [Fixes #79705]
3179
3180 2006-10-20  Mike Kestner  <mkestner@novell.com>
3181
3182         * ListBox.cs : don't update the VScrollbar if the list is empty,
3183         just hide it.  [Fixes #79692]
3184
3185 2006-10-20  Jackson Harper  <jackson@ximian.com>
3186
3187         * RichTextBox.cs: Handle some special chars better, and don't skip
3188         the entire group when we encounter a special char that we don't
3189         handle correctly.
3190
3191 2006-10-18  Chris Toshok  <toshok@ximian.com>
3192
3193         * PropertyGridView.cs: address a number of issues from bug #79676,
3194         mostly of the cosmetic variety.
3195
3196         - The highlight rectangle for indented items not extends all the
3197         way to the left.
3198
3199         - Indented items aren't indented so much.
3200
3201         - the dropdown is properly sized width-wise if the pg has a
3202         vertical scrollbar.
3203
3204 2006-10-18  Chris Toshok  <toshok@ximian.com>
3205
3206         * XplatUIX11.cs (SystrayAdd): a rather convoluted change, but the
3207         systray stuff is rather convoluted to begin with.
3208
3209         systray icons are a single window for some reason (that I haven't
3210         figured out yet), and for them, client_window == whole_window.
3211         Given the way the tests are structured elsewhere to determine
3212         which paints are pending (client vs. nc), that situation will
3213         always yield PAINT, not NCPAINT.  So, if we have a pending
3214         nc_expose and no pending expose, remove the hwnd from the paint
3215         queue, and also set nc_expose_pending to false, to keep us from
3216         blocking further expose's adding the hwnd to the paint queue.
3217
3218         phew.  like i said, a rather convoluted change.  Fixes the
3219         notifyicon repaint issues in bug #79645.
3220
3221 2006-10-18  Chris Toshok  <toshok@ximian.com>
3222
3223         * Form.cs: when getting the backcolor of the form, don't get
3224         base.BackColor, as this allows parents to influence the background
3225         color.  This breaks mdi forms.  Instead, if the background_color
3226         is empty, return the default.
3227
3228 2006-10-18  Chris Toshok  <toshok@ximian.com>
3229
3230         * XplatUIX11.cs: change some debug ifdefs, and return XGetParent
3231         to being private instead of internal static.
3232
3233         * Control.cs: remove all the stupid ParentWaitingOnRecreation
3234         crap, it wasn't working for more deeply nested controls anyway,
3235         and we already have the is_recreating flag - use that instead.
3236         Before calling DestroyHandle in RecreateHandle, recurse through
3237         the control tree setting it to true.  this returns the recreate
3238         code to much of its original simplicity, while now guaranteeing we
3239         actually recreate everything we're supposed to.  This change gets
3240         fyireporting actually showing mdi children.
3241
3242 2006-10-17  Chris Toshok  <toshok@ximian.com>
3243
3244         * Form.cs: remove some debug spew, and collapse some duplicate
3245         code at the end of SetClientSizeCore.
3246
3247         * XplatUIX11.cs: 
3248         - add some more debug spew here too wrt Destroy handling.
3249         - don't call hwnd.Dispose in DestroyWindow, it's effectively done
3250         in Control's handling of WM_DESTROY.
3251         - Remove the handling of zombie window DestroyNotifies from the
3252         event loop - we don't need it.  Now the only DestroyNotifies we
3253         actually handle are ones generated by X.
3254         - When sending _NET_ACTIVE_WINDOW, the first param should be 1, to
3255         match gtk's (functioning) handling of this. This keep metacity
3256         from leaving droppings in the form of wm borders with no window
3257         contents all over the place.
3258
3259         * Control.cs:
3260         - add a bunch of debug spew wrt control recreation.
3261         - fix a bug where we weren't tracking Visible properly on
3262         recreated hwnds.
3263         - fixed the WM_PAINT double buffer handling to support re-entrant
3264         calls (yes, i know it's gross, but it's happening to us).
3265
3266 2006-10-17  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
3267         * ThemeWin32Classic.cs: changed drawing of selected days
3268         to make them look better.
3269
3270 2006-10-16  Chris Toshok  <toshok@ximian.com>
3271
3272         * Hwnd.cs: replace the user_data/client_dc/non_client_dc with
3273         drawing_stack.  Nuke the ClientDC/NonClientDC properties.
3274
3275         * XplatUIX11.cs: move away from using hwnd.client_dc and
3276         hwnd.non_client_dc and on to a stack of dc's (and in window's
3277         case, PAINTSTRUCT's), so we can deal with nested Paint calls
3278         without puking or not disposing of Graphics objects.
3279
3280         * XplatUIOSX.cs: same.
3281
3282         * XplatUIWin32.cs: same.
3283
3284 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
3285
3286         * FileDialog.cs: Don't call on_directory_changed inside
3287           OnSelectedIndexChanged (it changes the SelectedIndex too).
3288           Instead move it to OnSelectionChangeCommitted.
3289
3290 2006-10-13  Chris Toshok  <toshok@ximian.com>
3291
3292         * XplatUIX11.cs: more Destroy work.  the current code does the
3293         following things, in order:
3294
3295         1. Enumerates all handles of all controls at or below the one
3296         being destroyed, in pre-order.  As it is doing this, it marks the
3297         handles as zombie and clears all references to them.
3298         
3299         2. calls XDestroyWindow on the window passed in.
3300
3301         3. SendMessage's WM_DESTROY to all he handles in the accumulated
3302         list.
3303
3304 2006-10-13  Chris Toshok  <toshok@ximian.com>
3305
3306         * XplatUIX11.cs: set hwnd.zombie to true before calling
3307         SendMessage (WM_DESTROY).  this keeps us from marking the new
3308         window a zombie, and also keeps us from calling sendmessage at
3309         all.
3310
3311 2006-10-13  Jackson Harper  <jackson@ximian.com>
3312
3313         * TextControl.cs: Do not show the caret and selection at the same
3314         time.  Reduces ugliness by 35%.
3315
3316 2006-10-13  Chris Toshok  <toshok@ximian.com>
3317
3318         * XplatUIX11.cs (SendWMDestroyMessages): set the hwnd to be a
3319         zombie after we do the recursive call, so we actually do call
3320         SendMessage on the children controls.
3321         (GetMessage): if we find a pending paint event for a zombie hwnd,
3322         remove the hwnd from the paint queue, or else it will always be
3323         there (and we'll effectively loop infinitely)
3324
3325 2006-10-13  Mike Kestner  <mkestner@novell.com>
3326
3327         * MenuItem.cs : add Selected format under keynav too.
3328         Fixes #79528.
3329
3330 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
3331
3332         * PropertyGrid.cs: Fixed some NRE's and small difference between our
3333         implementation and that of MS.
3334
3335 2006-10-13  Chris Toshok  <toshok@ximian.com>
3336
3337         * Control.cs (OnInvalidated) only futz with the invalid_region if
3338         the control is double buffered.  this fixes the apparent hang in
3339         the ListView unit tests.  Someone needs to make the
3340         BeginEndUpdateTest not call OnInvalidated 15004 times, though..
3341
3342 2006-10-13  Chris Toshok  <toshok@ximian.com>
3343
3344         * PropertyGridView.cs:
3345
3346         - do a little refactoring so that only one place calls
3347         dropdown_form.Hide, and that is CloseDropDown.  make everywhere
3348         else call that.  Also make it Refresh, since there are redraw bugs
3349         otherwise (we should take a look at that...)
3350
3351         - do a little more refactoring work to share the body of code
3352         involved with the drop down.  it was duplicated in the code
3353         dealing with the listbox handling and in the code dealing with the
3354         UITypeEditors.
3355
3356         - add a Capture to the dropdown form's control once it's
3357         displayed, and add a MouseDown handler that checks to make sure
3358         the position is inside the control.  If it's not, close the
3359         dropdown.  This fixes #78190.
3360
3361         - in SetPropertyValueFromUITypeEditor, only call SetPropertyValue
3362         if the value is different than the initial value.
3363         
3364 2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>
3365
3366         * Control.cs: see #78650
3367         - Fixed GetNextControl for several cases:
3368                 - Changed FindFlatForward to return 
3369                 correct sibling control when more than one
3370                 control has same TabIndex as the currently 
3371                 focused one.
3372                 - Changed FindFlatBackward to loop children
3373                 from last to first and apply same logic as in
3374                 FindFlatForward
3375                 - Changed FindControlForward to search for
3376                 children when control is not a container
3377                 but has children, or search for siblings if
3378                 control is a container...
3379                 - Changed FindControlBackward   to continue
3380                 searching for child controls when hitting 
3381                 Panel-like parents
3382                 
3383         - Fixed Focus method to update ActiveControl
3384         (FocusTest.FocusSetsActive failure)
3385         
3386         * TabControl.cs:
3387         - Focus rectangle now refreshes when gaining
3388         or losing focus
3389         - Removed grab for Tab key on IsInputKey that 
3390         was keeping tab navigation from working (#78650)
3391
3392 2006-10-13  Chris Toshok  <toshok@ximian.com>
3393
3394         * PropertyGridView.cs:
3395         - Rewrite SetPropertyValue to loop over SelectedGridItem's
3396         SelectedObjects.
3397
3398         - Deal with GridItem.Value == null a few places.
3399
3400         * PropertyGrid.cs: 
3401         - replace the PopulateGridItemCollection with a pair of methods
3402         which compute the intersection of all the properties in the
3403         SelectedObjects array.  Fixes #79615.
3404
3405         - Throw ArgumentException from set_SelectedObjects if there's a
3406         null in the array.
3407
3408         - Add GetTarget method which can be used to traverse up the
3409         GridItem.Parent chain.  It depends on the assumption that
3410         selected_objects for different GridEntries are always in the same
3411         order (a safe assumption).  Use this method and loop over all the
3412         selected objects in the entry when calling RemoveValueChanged and
3413         AddValueChanged.
3414         
3415         * GridEntry.cs: Make this handle multiple selected objects.
3416         .Value returns null if not all the selected objects share the same
3417         value.
3418
3419 2006-10-12  Jonathan Pobst  <monkey@jpobst.com>
3420         * ToolStrip.cs, ToolStripButton.cs, ToolStripComboBox.cs,
3421           ToolStripControlHost.cs, ToolStripItem.cs, ToolStripLabel.cs,
3422           ToolStripProfessionalRenderer.cs, ToolStripProgressBar.cs,
3423           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs,
3424           ToolStripTextBox.cs: Add accessibility, fix attributes/API and
3425         add additional functionality.
3426
3427 2006-10-12  Mike Kestner  <mkestner@novell.com>
3428
3429         * ErrorProvider.cs : new ToolTipWindow ctor sig.
3430         * HelpProvider.cs : new ToolTipWindow ctor sig.
3431         * ToolTip.cs : remove ToolTip param from Window sig since it is
3432         not used.
3433         * ToolBar.cs : add tooltip support.  Fixes #79565.
3434
3435 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
3436
3437         * ComboBox.cs: move the events in set_SelectedIndex to 
3438         after the call to HighlightIndex in order to avoid 
3439         possible recursion and subsequent problems with the call
3440         to HighlightIndex and include a range check in 
3441         set_HighlightIndex. Fixes #79588
3442         
3443 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
3444
3445         * MonthCalendar.cs: When FirstDayOfWeek is default set firstday 
3446         to ui thread's settings instead of sunday. 
3447         * ThemeWin32Classic.cs: Localize the day string. Fixes #79563
3448
3449 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
3450
3451         * DateTimePicker.cs
3452         * MonthCalendar.cs
3453         * ThemeWin32Classic.cs: rewrote DateTimePicker to fix bug #78364
3454         and implement missing functionality (selecting different parts 
3455         of the date and edit them individually with the keyboard).
3456         
3457 2006-10-11  Chris Toshok  <toshok@ximian.com>
3458
3459         * Control.cs (OnInvalidated): fix NRE relating to last change.
3460
3461 2006-10-11  Chris Toshok  <toshok@ximian.com>
3462
3463         * XplatUIX11.cs (SetWMStyles): make sure we include the MAXIMIZED
3464         atoms in _NET_WM_STATE here if the window is maximized.  We need
3465         to do this because we're *replacing* the existing _NET_WM_STATE
3466         property, so those atoms will be lost otherwise, and any further
3467         call to GetWindowState will return Normal for a window which is
3468         actually maximized.  Fixes #79338.
3469
3470 2006-10-11  Jackson Harper  <jackson@ximian.com>
3471
3472         * TextControl.cs: Special case for setting selection end to
3473         selection start, we basically kill the anchor.
3474         - some todo comments.
3475
3476 2006-10-11  Chris Toshok  <toshok@ximian.com>
3477
3478         * Control.cs: switch to using an "invalid_region" to track which
3479         parts of the image buffer need updating.  This is more code than
3480         the simple fix from r66532.  That version just attempted to always
3481         fill the entire buffer on redraw, which turns out to be
3482         inefficient when invalidating small rectangles.  This version
3483         simply adds the invalid rectangle to the invalid region.  When we
3484         get any WM_PAINT message we see if it can be filled using the
3485         image buffer, and if it can't (if the paint event's clip rectangle
3486         is visible in the invalid region) we first fill the image buffer.
3487         So, the image buffer is still a cache, we just fill it lazily.
3488
3489         * PaintEventArgs.cs: remove the SetClipRectangle method, we don't
3490         need it any longer.
3491
3492 2006-10-11  Chris Toshok  <toshok@ximian.com>
3493
3494         * XplatUIX11.cs (SetWindowPos): we need to update both position as
3495         well as size after calling XMoveResizeWindow.  This keeps us from
3496         ignoring future SetWindowPos calls.  Fixes the disappearing
3497         DateTimePicker in the ToolBarDockExample from bug #72499.
3498
3499 2006-10-11  Chris Toshok  <toshok@ximian.com>
3500
3501         * TextBoxBase.cs: reorder things a bit when it comes to
3502         resizing-causing-recalculation.  we were recalculating the
3503         document when our position was changed, which shouldn't happen.
3504         We only care about size changes.  Clear up some more redundant
3505         recalculation calls while I'm at it.  This makes the toolbar dock
3506         example snappy when you're just dragging toolbars around (since it
3507         causes a relayout whenever you move one.)
3508
3509 2006-10-11  Chris Toshok  <toshok@ximian.com>
3510
3511         * ToolBarButton.cs (get_Rectangle): this only returns
3512         Rectangle.Empty if Visible == false, or Parent == null.
3513         Parent.Visible doesn't matter.
3514
3515 2006-10-10  Chris Toshok  <toshok@ximian.com>
3516
3517         * Control.cs, PaintEventArgs.cs: "internal set { .. }" isn't loved
3518         by .net 1.1, so switch to an internal method instead.
3519
3520 2006-10-10  Chris Toshok  <toshok@ximian.com>
3521
3522         * Control.cs (WM_PAINT): when a control is double buffered we draw
3523         initially to the ImageBuffer and then copy from there.  But when a
3524         parent control which has child controls is double buffered, the
3525         initial drawing doesn't encompass the entire ClientRectangle of
3526         the parent control, so we end up with uninitialized bits (this is
3527         easily seen by dragging the top toolbar in
3528         wf-apps/ToolBarDockExample to the right, quickly).  The fix is to
3529         manually set the ClipRectangle of the paint_event (only the one we
3530         use to populate the ImageBuffer) to ClientRectangle.  Fixes more
3531         of the nastiness in bug #72499.
3532
3533         * PaintEventArgs.cs: Add an internal setter for ClipRectangle,
3534         which we use in Control.cs's WM_PAINT handling.
3535
3536 2006-10-10  Jackson Harper  <jackson@ximian.com>
3537
3538         * TextBoxBase.cs: Finish off the autoscrolling stuff.
3539
3540 2006-10-10  Chris Toshok  <toshok@ximian.com>
3541
3542         * Cursor.cs: Apply a slightly different patch to the one suggested
3543         in #79609.
3544
3545 2006-10-10  Jackson Harper  <jackson@ximian.com>
3546
3547         * MenuItem.cs: Make sure to put the mdi child in the hashtable,
3548         not the parent form.
3549         * TextControl.cs: use difference in old line count vs new count to
3550         calculate how many lines were added, this takes into account soft
3551         line breaks properly.
3552
3553 2006-10-10  Chris Toshok  <toshok@ximian.com>
3554
3555         * LinkLabel.cs: don't call MeasureCharacterRanges against a
3556         rectangle located at 0,0 and the size of the text.  Use
3557         ClientRectangle instead.  This fixes rendering of non-left aligned
3558         link labels.
3559
3560 2006-10-10  Jackson Harper  <jackson@ximian.com>
3561
3562         * TextBoxBase.cs: When we set the selection start position the
3563         caret.
3564         * TextControl.cs: Need to update the caret when we decrement it to
3565         zero.
3566         - Make sure that the selection_visible flag gets reset to false if
3567         the selection isn't visible.  Before this you could get it set to
3568         visible by changing the selection start, then changing the end to
3569         equal the start.
3570
3571 2006-10-09  Jackson Harper  <jackson@ximian.com>
3572
3573         * TreeView.cs: Don't update scrollbars when we aren't visible.
3574         * TreeNodeCollection.cs: Only need to update scrollbars if being
3575         added to an expanded visible node or the root node.
3576
3577 2006-10-09  Chris Toshok  <toshok@ximian.com>
3578
3579         * XplatUIX11.cs (SendMessage): fix NRE.
3580
3581 2006-10-09  Jackson Harper  <jackson@ximian.com>
3582
3583         * TextBoxBase.cs: Implement horizontal autoscrolling.
3584         * TextControl.cs: Add a movement types that allows moving forward
3585         and backwards without wrapping.
3586
3587 2006-10-09  Mike Kestner  <mkestner@novell.com>
3588
3589         * ListViewItem.cs : layout changes for wrapped LargeIcon labels
3590         with focus "expansion" of labels.  Fixes #79532 and then some.
3591         * ThemeWin32Classic.cs : add LineLimit to ListView label format
3592         when wrapping.
3593
3594 2006-10-09  Jackson Harper  <jackson@ximian.com>
3595
3596         * TextBoxBase.cs: Set the default max values to MaxValue since
3597         we use the scrollbar for autoscrolling and the default value is
3598         100.  If we don't do this the caret won't keep up with typing
3599         after about 18 characters.
3600         * TextControl.cs: Make sure the selection is offset by the
3601         viewport x.  This fixes selection when using auto scrolling.
3602
3603 2006-10-07  Andreia Gaita <shana.ufie@gmail.com>
3604         
3605         * Form.cs: The active control should be selected after the 
3606         OnLoad so that any child control initialization that affects
3607         the selection is done. Fixes #79406
3608
3609 2006-10-06  Chris Toshok  <toshok@ximian.com>
3610
3611         * XplatUIX11.cs: This is perhaps a dangerous change, but it seems
3612         to have no evil effects.
3613
3614         - Stop selecting StructureNotifyMask on non-toplevel windows.
3615
3616           The only way children should be resized is by using the SWF api,
3617           and we already send WM_WINDOWPOSCHANGED messages in those cases.
3618           Toplevel windows can be interacted with via the window manager,
3619           and so we keep the input mask there.
3620
3621           The other event StructureNotifyMask gives us (that we care
3622           about) is DestroyNotify.  The code is already structured such
3623           that it assumes we won't be getting a DestroyNotify event for
3624           the window we pass to XDestroyWindow (which is what
3625           StructureNotifyMask is supposed to guarantee.)  So, that code
3626           shouldn't be affected by this either.
3627
3628         - Stop selecting VisibilityChangeMask altogether.
3629
3630           We weren't doing anything with the resulting events anyway.
3631         
3632         This vastly reduces the number of X requests and events we see
3633         when resizing/laying out a large ui.
3634
3635 2006-10-06  Chris Toshok  <toshok@ximian.com>
3636
3637         * ScrollableControl.cs (DisplayRectangle): we need to take into
3638         account the DockPadding regardless of whether or not auto_scroll
3639         == true.  rework this slightly to this effect, and fix bug #79606,
3640         and part of #72499 (you can now see the drag handles and drag
3641         toolbars around).
3642
3643 2006-10-06  Gert Driesen  <drieseng@users.souceforge.net>
3644
3645         * ListViewItem.cs: Collections of selected and checked items are now
3646         dynamically rebuilt. Whenever an item is (un)checked or (de)selected
3647         we mark the collection "dirty".
3648         * ListView.cs: Marked collections readonly. Modified UpdateSelection
3649         to only clear SelectedItems when a new item is selected and MultiSelect
3650         is enabled. CheckedItems and SelectedItems now subscribe to Changed
3651         event of ListViewItemCollection, and mark its list dirty whenever
3652         that event is fire. This allows us to return selected/checked items 
3653         in the same order as they are in the Items collection. This matches
3654         the MS behavior.
3655
3656 2006-10-06  Chris Toshok  <toshok@ximian.com>
3657
3658         * NotifyIcon.cs (HandleMouseUp): only show the context menu on
3659         right mouse clicks.  Fixes bug #79593.
3660
3661 2006-10-06  Chris Toshok  <toshok@ximian.com>
3662
3663         * Splitter.cs: doh, fix splitters that don't want to cancel the
3664         movement when you drag them.  Also, impose the limits on the
3665         values we send to the SplitterMovingEvent.  Fixes #79598.
3666
3667 2006-10-06  Jackson Harper  <jackson@ximian.com>
3668
3669         * TextBoxBase.cs: Ignore whether or not the scrollbar is enabled,
3670         since we use this for auto scrolling also.
3671
3672 2006-10-05  Chris Toshok  <toshok@ximian.com>
3673
3674         * DataGridBoolColumn.cs: Nuke the code from ConcedeFocus.  I'm
3675         beginning to think that most datagrid column types don't need this
3676         method.  Fixes bug #79392.
3677
3678 2006-10-05  Chris Toshok  <toshok@ximian.com>
3679
3680         * DataGrid.cs: move back to a more lazy scheme for creating the
3681         CurrencyManager, so we aren't updating it every time you set
3682         either DataSource or DataMember.  Also, don't call
3683         RecreateDataGridRows if the currency manager hasn't changed.
3684
3685 2006-10-05  Chris Toshok  <toshok@ximian.com>
3686
3687         * ComboBox.cs: by the time the OnSelectionChangeCommitted event is
3688         emitted, SelectedIndex should already be updated.  Fixes bug
3689         #78929.
3690
3691 2006-10-05  Jonathan Pobst  <monkey@jpobst.com>
3692
3693         * ToolStripComboBox.cs, ToolStripControlHost.cs, ToolStripProgressBar,
3694           ToolStripTextBox.cs: Initial commit.
3695         * ToolStripItem.cs: Fixes for OnLayout, BackColor, Parent.
3696
3697 2006-10-05  Jackson Harper  <jackson@ximian.com>
3698
3699         * TabControl.cs: We need to invalidate the tab control area when
3700         new ones are added (duh).
3701
3702 2006-10-03  Chris Toshok  <toshok@ximian.com>
3703
3704         * Form.cs (ProcessDialogKey): if the focused control is in this
3705         form and is a button, call its PerformClick method here.  Fixes
3706         #79534.
3707
3708 2006-10-04  Jackson Harper  <jackson@ximian.com>
3709
3710         * TabPage.cs: Ignore setting of Visible, and add an internal
3711         method for setting the controls visibility.  TabPage's Visible
3712         property is a little strange on MS, this seems to make us
3713         compatible, and fixes cases where people set all the tab pages to
3714         visible.
3715         * TabControl.cs: Use the new internal setting on tab pages
3716         visibility.
3717
3718 2006-10-03  Mike Kestner  <mkestner@novell.com>
3719
3720         * ComboBox.cs : raise Click on ComboTextBox clicks. Fixes #79555.
3721
3722 2006-10-03  Mike Kestner  <mkestner@novell.com>
3723
3724         * ListView.cs : use is_visible instead of Visible to check if 
3725         scrollbars should be placed/sized.  Also some max_wrap_width
3726         love for LargeIcon view.  [Fixes #79533]
3727
3728 2006-10-03  Atsushi Enomoto  <atsushi@ximian.com>
3729
3730         * TextControl.cs :
3731           Make set_TextAlign() do actually update the align. Fixed #78403.
3732
3733 2006-10-03  Chris Toshok  <toshok@ximian.com>
3734
3735         * DataGrid.cs: fix a crash when switching datasources if the
3736         vertical scrollbar is at someplace other than Value = 0.  Also,
3737         reduce the number of recalculation passes we do in SetDataSource
3738         from 2 to 1.
3739
3740 2006-10-03  Jackson Harper  <jackson@ximian.com>
3741
3742         * TextBoxBase.cs: Move the if value the same bail check up, we
3743         don't want to empty the document if it is already empty, this
3744         seems to severly mess up the caret.  TODO: I should probably fix
3745         the empty statement to update teh caret somehow.
3746
3747 2006-10-03  Chris Toshok  <toshok@ximian.com>
3748
3749         * ThemeWin32Classic.cs, DataGrid.cs: some changes so that the
3750         incredibly hacky Windows.Forms FAQ autosize rows entry (it uses
3751         reflection, an internal row type, properties on said type, etc.)
3752         will work with our datagrid.  Fixes #79531.
3753
3754 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
3755
3756         * FileDialog.cs: Don't crash if a path is not accessible
3757           (System.UnauthorizedAccessException). Fixes #79569.
3758         * MimeIcon.cs: Workaround for a Uri bug. Unix paths/files can have
3759           a ':' too. Return unknown icon for those paths/files.
3760
3761 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com>
3762
3763         * ToolTip.cs: Fix rare, but possible, NRE on MouseEnter when 
3764         GetContainerControl returns null.
3765
3766 2006-10-02  Chris Toshok  <toshok@ximian.com>
3767
3768         * XplatUIX11.cs (GetWindowState): use hwnd.client_window in the
3769         call to XGetWindowAttributes instead of "handle".  fixes an X
3770         error using notifyicon after the NotifyIconWindow to Form base
3771         class switch.
3772
3773 2006-10-02  Chris Toshok  <toshok@ximian.com>
3774
3775         * XplatUIX11.cs (QueryPointer): new function, encapsulating the
3776         server grab and looping we need to do to get down to the most
3777         deeply nested child window.
3778         (SetCursorPos): use QueryPointer instead of GetCursorPos, and call
3779         QueryPointer again after the WarpPointer so we can generate a
3780         proper (fake) MotionNotify event to be enqueued in the destination
3781         window's queue.
3782         (GetCursorPos): call QueryPointer.
3783
3784         Fixes #79556.
3785
3786 2006-10-02  Jackson Harper  <jackson@ximian.com>
3787
3788         * NotifyIcon.cs: Derive the notify icon from a form, so things
3789         like FindForm work on it.
3790         - Swallow the WM_CONTEXTMENU message, since that is generated on
3791         mouse down, and context menu is a mouse up kinda guy.  I believe
3792         the correct fix here is probably to make the notify icon entirely
3793         NC area, but this seems to work fine for anyone not manipulating
3794         WndProc.
3795
3796 2006-10-02  Jonathan Pobst  <monkey@jpobst.com>
3797
3798         * ToolStrip.cs, ToolStripButton.cs, ToolStripItem.cs,
3799           ToolStripItemCollection.cs, ToolStripLabel.cs,
3800           ToolStripProfessionalRenderer.cs, ToolStripRenderer.cs,
3801           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs:
3802           Initial implementation.
3803         * TextRenderer.cs: Provide padding to MeasureText.
3804
3805 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
3806
3807         * ButtonBase.cs: Fix CreateAccessibilityInstance to return an instance
3808         of ButtonBaseAccessibleObject. Fix bug #79552.
3809
3810 2006-10-02  Jackson Harper  <jackson@ximian.com>
3811
3812         * MdiWindowManager.cs: When maximizing use the containers client
3813         rect, not it's bounds, so nc area is accounted correctly.
3814         - Use the parent form's size for the menu position, since the
3815         client isn't always the full form size.
3816
3817 2006-10-01  Chris Toshok  <toshok@ximian.com>
3818
3819         * ScrollableControl.cs: make sure neither right_edge or
3820         bottom_edge are < 0, since they're used as LargeChange for the
3821         horiz/vert scrollbars respectively.  Fixes #79539.
3822
3823 2006-10-01  Chris Toshok  <toshok@ximian.com>
3824
3825         * NotifyIcon.cs: add NotifyIconWindow.InternalRecreateHandle, so
3826         the xplatuix11 code can cause us to destroy/recreate our handle.
3827
3828         * XplatUIX11.cs
3829         (SystrayAdd):
3830         - this code can be invoked many times for the same Hwnd.  Make
3831           sure we only destroy the client window once (the first time this
3832           method is called).  This fixes bug #79544.
3833         - Remove the call to the improperly bound XSync.  why we had two
3834           bindings to this, I will never know, but this call resulted in
3835           events being discarded from the queue(!).
3836         - correct a misunderstanding of _XEMBED_INFO - the second atom is
3837           not our current state but the state we wish to be in.  So, 0 if
3838           we don't want to be mapped.  Change it to 1.
3839         (SystrayRemove): The XEMBED spec makes mention of the fact that
3840         gtk doesn't support the reparent of client windows away from the
3841         embedder.  Looking at gtksocket-x11.c seems to agree with this.
3842         The only avenue we have for removing systray icons is to destroy
3843         them.  We don't want the handle to go away for good, though, so
3844         call InternalRecreateHandle on the NotifyIconWindow.  Fixes
3845         #79545.
3846         
3847 2006-10-01  Chris Toshok  <toshok@ximian.com>
3848
3849         * Form.cs (WndProc): inline the native_enabled variable usage into
3850         the cases in which it's used.  Fixes #79536.
3851
3852 2006-09-29  Mike Kestner  <mkestner@novell.com>
3853
3854         * ListView.cs : toggle the selection state for ctrl clicks in 
3855         multiselect mode. [Fixes #79417]
3856
3857 2006-09-29  Mike Kestner  <mkestner@novell.com>
3858
3859         * ListView.cs : kill CanMultiSelect and refactor the selection
3860         code to support multiselection in the absence of mod keys. Steal
3861         arrow/home/end keys by overriding InternalPreProcessMessage to
3862         restore regressed keynav behavior.
3863         [Fixes #79416]
3864
3865 2006-09-29  Jackson Harper  <jackson@ximian.com>
3866
3867         * MdiClient.cs: Repaint the titlebars when the active window is
3868         changed.
3869
3870 2006-09-29  Chris Toshok  <toshok@ximian.com>
3871
3872         * Application.cs: when entering a runloop with a modal, make sure
3873         the hwnd is enabled.  Fixes #79480.
3874
3875 2006-09-29  Chris Toshok  <toshok@ximian.com>
3876
3877         * DataGrid.cs (CurrentCell): if we try to navigate to the add row
3878         when ListManager.CanAddRows == false, bump us back one.
3879
3880         * DataGridColumnStyle.cs (ParentReadOnly): remove the
3881         listmanager.CanAddRows check.  This makes ArrayLists uneditable
3882         using a datagrid, which is not right.
3883         (SetColumnValueAtRow): call IEditable.BeginEdit if source[rowNum]
3884         is an IEditable, but call property_descriptor.SetValue regardless.
3885         fixes #79435.
3886
3887 2006-09-29  Chris Toshok  <toshok@ximian.com>
3888
3889         * DataGridBoolColumn.cs: we need to test equality in the face of
3890         possible null values (as is the case with the default NullValue).
3891         This patch keeps us from crashing in that case.
3892
3893 2006-09-29  Jackson Harper  <jackson@ximian.com>
3894
3895         * TreeNodeCollection.cs: Don't do a recalculate/updatescrollbars
3896         here, since it will get called for every node collection in the
3897         tree. This is now done in the treeview once the sorting is
3898         finished.
3899         * TreeView.cs: Recalculate the visible order, and update the
3900         scrollbars after sorting, set the top nope to the root so that the
3901         recalc actually works.
3902
3903 2006-09-29  Chris Toshok  <toshok@ximian.com>
3904
3905         * LinkLabel.cs: more handling of the default link collection in
3906         the face of LinkArea manipulation.  The default link collection
3907         contains 1 element (start=0,length=-1).  If the user sets LinkArea
3908         to anything and the links collection is the default, clear it.
3909         Then only add the link if its nonempty.  Fixes #79518.
3910
3911 2006-09-29  Chris Toshok  <toshok@ximian.com>
3912
3913         * LinkLabel.cs (CreatePiecesFromText): calculate the length of a
3914         piece correctly when we hit a '\n'.  Fixes #79517.
3915
3916 2006-09-29  Chris Toshok  <toshok@ximian.com>
3917
3918         * MimeIcon.cs, ThemeGtk.cs, X11DesktopColors.cs, XplatUIX11GTK.cs:
3919         change the binding of gdk_init_check to take two IntPtr's, and
3920         pass IntPtr.Zero for both of them.  Fixes #79520.
3921
3922 2006-09-29  Mike Kestner  <mkestner@novell.com>
3923
3924         * ComboBox.cs : raise TextChanged on ComboTextBox.TextChanged.
3925         [Fixes #78779]
3926
3927 2006-09-28  Jackson Harper  <jackson@ximian.com>
3928
3929         * XplatUIX11.cs: When translating NC messages make sure we go from
3930         whole window to screen, not client window to screen.
3931         * MdiClient.cs: Remove the calls to PaintWindowDecorations, this
3932         method doesn't exist
3933         - Skip over controls that aren't forms when arranging.
3934
3935 2006-09-28  Jackson Harper  <jackson@ximian.com>
3936
3937         * XplatUIWin32.cs: Clip the rect to the parent window.
3938         * XplatUIStructs.cs: Add clipping modes struct.
3939         * InternalWindowManager.cs: New private method that factors title
3940         bar heights in when calculating the pos of an NC mouse message.
3941         - Use SendMessage to force a paint when the form's size is changed
3942         instead of painting the decorations immediately.
3943         - Don't let the NC button click messages get to DefWndProc,
3944         because they will attempt to handle windowing themself, and this
3945         messes up z-order (it will put them in front of the scrollbars).
3946         * XplatUIX11.cs: Make sure that we don't reset window managers if
3947         we already have one (ie the window is an MDI window).
3948
3949 2006-09-28  Chris Toshok  <toshok@ximian.com>
3950
3951         * MainMenu.cs: fix #79405 by way of a disgusting hack.  all the
3952         menu code really needs going over.
3953
3954 2006-09-27  Chris Toshok  <toshok@ximian.com>
3955
3956         * XplatUIX11.cs (SetWMStyles): more metacity wonderment.  turns
3957         out metacity ignores the MAXIMIZE_HORZ/VERT messages unless the
3958         window is maximizable.  So, we need to make sure that even if we
3959         clear the border/wm frame of those functions, they're still
3960         available (basically, we remove the decoration without removing
3961         the function).  Half the fix for #79338.
3962
3963 2006-09-27  Chris Toshok  <toshok@ximian.com>
3964
3965         * DataGrid.cs (ProcessGridKey): implement Shift-Tab handling.
3966         Fixes bug #79515.
3967
3968 2006-09-27  Chris Toshok  <toshok@ximian.com>
3969
3970         * Splitter.cs: reorder things a bit so that we don't actually
3971         draw/move the splitter until after calling OnSplitterMoving.  This
3972         lets users cancel/disallow the movement by explicitly setting
3973         event.SplitX/SplitY.  Fixes #79372.
3974
3975 2006-09-27  Jackson Harper  <jackson@ximian.com>
3976
3977         * XplatUIX11.cs: Don't hide the caret when it is being destroyed,
3978         because it is most likely on a window being destroyed, and that
3979         will give us an X11 error.
3980
3981 2006-09-27  Chris Toshok  <toshok@ximian.com>
3982
3983         * PropertyGridView.cs: half of the fix for #78190.  Clicking on
3984         the dropdown button now toggles between showing and hiding the
3985         dropdown.  Also, get rid of dropdown_form_showing and just use
3986         dropdown_form.Visible.  We still don't do a grab, but I'll leave
3987         that part to someone who has handled Capture-fu before.
3988
3989 2006-09-27  Chris Toshok  <toshok@ximian.com>
3990
3991         * DataGrid.cs: return false if alt isn't pressed when '0' is
3992         pressed.  this keeps the '0' key from being swallowed, and fixes
3993         bug #79350.
3994
3995 2006-09-27  Chris Toshok  <toshok@ximian.com>
3996
3997         * ComboBox.cs: use Invalidate when scrolling the dropdown list.
3998         Calling Refresh (in response to a scrollbar event) screws up the
3999         scrollbar painting.  Fixes bug #78923.
4000
4001 2006-09-27  Chris Toshok  <toshok@ximian.com>
4002
4003         * Theme.cs (SystemResPool): make the "if hashtable[key] == null
4004         then insert into hashtable" blocks threadsafe.
4005
4006 2006-09-27  Chris Toshok  <toshok@ximian.com>
4007
4008         * MessageBox.cs (CreateParams): the styles should be |'ed with our
4009         baseclass's, since otherwise the
4010         ControlBox/MinimizeBox/MaximizeBox assignments above have no
4011         effect.  This gets the close button back in messageboxes.
4012
4013 2006-09-27  Chris Toshok  <toshok@ximian.com>
4014
4015         * XplatUIX11.cs: make StyleSet and ExStyleSet check == with the
4016         flag, not just != 0.  this makes flags that are actually multiple
4017         bits (like WS_CAPTION) work.  fixes bug #79508.
4018
4019 2006-09-27  Jordi Mas i Hernandez <jordimash@gmail.com>
4020
4021         * PageSetupDialog.cs: add support for getting and settings the 
4022         paper size, source and orientation.
4023
4024 2006-09-26  Chris Toshok  <toshok@ximian.com>
4025
4026         * XplatUIX11.cs (SetWMStyles): turns out when SYSMENU is not set
4027         and caption == "", we need to remove the resize handles as well as
4028         the title bar.
4029
4030         * Control.cs (set_Text): turns out that setting Text on a form
4031         should change the WM styles on the window, since if ControlBox ==
4032         false, the only way to get a window border is to have a non-""
4033         Text property.  check winforms/forms/text.cs for an example.  so,
4034         call both XplatUI.SetWindowStyle and XplatUI.Text here to properly
4035         update both window styles and title.  This fixes a lot of dialogs
4036         (including the preferences dialog in MonoCalendar.)
4037
4038 2006-09-26  Chris Toshok  <toshok@ximian.com>
4039
4040         * XplatUIWin32.cs (SetParent): if parent == IntPtr.Zero (and the
4041         control isn't a Form), call Win32ShowWindow to hide the window,
4042         but don't update the control Visible property.  When we reparent
4043         back to a parent control, call SetVisible in order for the
4044         window's visibility to be reinstated.
4045
4046         * XplatUIX11.cs (SetParent): if hwnd.parent == null, reparent to
4047         the FosterParent.
4048
4049         * Control.cs (ControlCollection.Remove): remove that value.Hide()
4050         call for good, since it breaks MonoCalendar (and other things I'm
4051         sure.) Also, set all_controls to null *after* the owner calls,
4052         which end up regenerating it.
4053         (ChangeParent): allow new_parent to be == null, passing
4054         IntPtr.Zero down to XplatUI.
4055
4056         this fixes #79294 the right way.
4057
4058 2006-09-26  Mike Kestner  <mkestner@novell.com>
4059
4060         * GridEntry.cs : internal SetParent method.
4061         * PropertyGrid.cs : attach to property changed on the proper
4062         target if we have a hierarchical grid with subobjects. Setup
4063         GridItem.Parent for hierarchical items.
4064         * PropertyGridView.cs : Set value on the correct target for
4065         hierarchical grids. [Fixes #78903]
4066
4067 2006-09-26  Chris Toshok  <toshok@ximian.com>
4068
4069         * Control.cs (ChildNeedsRecreating): this should return true if
4070         either we're being recreated and the child is in our list, or our
4071         parent is waiting for our recreation.
4072
4073 2006-09-26  Chris Toshok  <toshok@ximian.com>
4074
4075         * Control.cs (ControlCollection.Remove): reinstate the
4076         value.Hide() call as suggested in bug #79294.
4077
4078 2006-09-26  Sebastien Pouliot  <sebastien@ximian.com>
4079
4080         * XplatUIX11.cs: Fixed SetCursorPos to move the cursor to screen
4081         coordinates (versus a relative move).
4082
4083 2006-09-26  Chris Toshok  <toshok@ximian.com>
4084
4085         * Control.cs: rework child recreation a little bit.  It turns out
4086         that we race between the DestroyNotify the WM_DESTROY message.  If
4087         the parent gets its DestroyNotify before the child gets the
4088         WM_DESTROY message, the child ends up not recreating (since the
4089         parent finishes its recreation on DestroyNotify, and the child
4090         checks ParentIsRecreating.)
4091
4092         So, instead we store off a list of all the child controls which
4093         need to be recreated when the parent control starts to recreate
4094         itself.  Then, when child controls get their WM_DESTROY message we
4095         check to see if they're in the parent's pending recreation list,
4096         and if so, we recreate.  This removes all dependency on ordering
4097         from the code and fixes the initial MonoCalendar upgrade dialog.
4098         
4099 2006-09-26  Jackson Harper  <jackson@ximian.com>
4100
4101         * TextControl.cs: Use the Line to get the length of the line,
4102         since soft line breaks can change the end line.
4103
4104 2006-09-26  Chris Toshok  <toshok@ximian.com>
4105
4106         * Control.cs (ControlCollection.AddImplicit): don't add the
4107         control again if it's already in one of our lists.  This keeps us
4108         from adding controls over and over again for comboboxes when their
4109         handle gets recreated (as the combobox adds implicit controls in
4110         OnHandleCreated).  Fixes the X11 errors in bug #79480.
4111
4112 2006-09-26  Jackson Harper  <jackson@ximian.com>
4113
4114         * TextControl.cs: When deleting characters make sure that any
4115         orphaned zero lengthed tags get deleted.
4116         - Fix ToString for zero lengthed tags.
4117
4118 2006-09-25  Jackson Harper  <jackson@ximian.com>
4119
4120         * TextControl.cs: When getting a tag at the location there can be
4121         multiple tags at the same spot, these are 0-lengthed tags that
4122         appear when extra formatting has been stuck in a location.  We
4123         need to pull out the last of these 0 lengthed tags.
4124
4125 2006-09-25  Jackson Harper  <jackson@ximian.com>
4126
4127         * TextControl.cs: Fix print out in debug method.
4128         * TextBoxBase.cs: When text is set bail if we are setting to the
4129         previous value.
4130         
4131 2006-09-24  Alexander Olk  <alex.olk@googlemail.com>
4132
4133         * FontDialog.cs: Fixed the up/down arrow keys issue from bug #79478.
4134           It is now possible to change the selected index in a FontXXXListBox
4135           with the up and down arrow keys from the FontXXXTextBoxes.
4136           Also, send the FontXXXTextBox mouse wheel event to the corresponding
4137           FontXXXListBoxes to match ms.
4138
4139 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
4140
4141         * SystemInformation.cs: Return a clone of the theme's MenuFont because
4142         anyone can dispose it, anytime. All other properties returns enums, 
4143         structs or basic types so they don't need such tricks.
4144
4145 2006-09-22  Jackson Harper  <jackson@ximian.com>
4146
4147         * XplatUI.cs:
4148         * XplatUIWin32.cs:
4149         * Clipboard.cs:
4150         * DataFormats.cs:
4151         * XplatUIOSX.cs:
4152         * XplatUIDriver.cs: Update interface to add a primary selection
4153         flag, so the driver can use the primary selection buffer if
4154         needed.
4155         * XplatUIX11.cs: Allow the clipboard to retrieve from PRIMARY.
4156
4157         * RichTextBox.cs: We need to supply the data object to paste now
4158         (so we can choose to supply CLIPBOARD or PRIMARY).
4159         * TextBoxBase.cs: Supply data object to paste (see above).
4160         - Middle click uses the primary selection data object.
4161         
4162 2006-09-21  Chris Toshok  <toshok@ximian.com>
4163
4164         * XplatUIX11.cs: first little cleanup of the StyleSet (...) block
4165         of SetWMStyles.  It's still a rat's nest and is largely
4166         order-dependent which I dislike immensely.  This also fixes the X
4167         button disappearing from toplevel forms.
4168
4169 2006-09-21  Mike Kestner <mkestner@novell.com>
4170
4171         * ListBox.cs: move Jordi's click/dblclick raising code to the
4172         mouse up handler.
4173
4174 2006-09-21  Jordi Mas i Hernandez <jordimash@gmail.com>
4175
4176         * ListBox.cs: Fixes 79450
4177
4178 2006-09-21  Mike Kestner <mkestner@novell.com>
4179
4180         * TreeView.cs: guard against disposed conditions in UpdateScrollbars
4181         to deal with people updating the TreeNodeCollection after the tree
4182         is disposed.  "Fixes" 79330.
4183
4184 2006-09-20  Jackson Harper <jackson@ximian.com>
4185
4186         * TextControl.cs: Push the cursor record onto the undo stack
4187         before the delete action. This fixes 78651.
4188
4189 2006-09-20  Jonathan Chambers  <joncham@gmail.com>
4190
4191         * PropertyGridView.cs: Remove WindowStyles.WS_VISIBLE from
4192         CreateParams. Fixes 79329.
4193
4194 2006-09-19  Chris Toshok  <toshok@ximian.com>
4195
4196         * XplatUIX11.cs: a couple of blanket code massage passes to clean
4197         things up a bit.  First, get rid of the NetAtoms array (and the NA
4198         enum), and just embed the atoms as static fields.  Also, add a
4199         couple of functions (StyleSet and ExStyleSet) to clean up all the
4200         bitmask testing of styles.
4201
4202         * X11Structs.cs: remove the NA enum, not needed anymore.
4203         
4204 2006-09-19  Chris Toshok  <toshok@ximian.com>
4205
4206         * XplatUIX11.cs: apply Alexander's tool window fix for bug #79245
4207         (mapping them to _NET_WM_WINDOW_TYPE_UTILITY).  and add a little
4208         added cleanup to get MessageBox titles appearing again, which were
4209         broken by my earlier fix for caption-less/ControlBox-less windows.
4210
4211 2006-09-18  Jonathan Pobst <monkey@jpobst.com>
4212
4213         * ToolStripArrowRenderEventArgs.cs, ToolStripArrowRenderEventHandler.cs,
4214           ToolStripContentPanelRenderEventArgs.cs, ToolStripContentPanelRenderEventHandler.cs,
4215           ToolStripGripRenderEventArgs.cs, ToolStripGripRenderEventHandler.cs,
4216           ToolStripItemClickedEventArgs.cs, ToolStripItemClickedEventHandler.cs,
4217           ToolStripItemEventArgs.cs, ToolStripItemEventHandler.cs,
4218           ToolStripItemImageRenderEventArgs.cs, ToolStripItemImageRenderEventHandler.cs,
4219           ToolStripItemRenderEventArgs.cs, ToolStripItemRenderEventHandler.cs,
4220           ToolStripItemTextRenderEventArgs.cs, ToolStripItemTextRenderEventHandler.cs,
4221           ToolStripPanelRenderEventArgs.cs, ToolStripPanelRenderEventHandler.cs,
4222           ToolStripRenderEventArgs.cs, ToolStripRenderEventHandler.cs,
4223           ToolStripSeparatorRenderEventArgs.cs, ToolStripSeparatorRenderEventHandler.cs:
4224             Inital import.
4225         * ToolStripPanel.cs, ToolStripContentPanel.cs, ToolStripSeparator.cs,
4226           ToolStripButton.cs: Stubs needed for above.
4227         * ToolStrip.cs, ToolStripItem.cs: Stub a few variables/properties for above.
4228
4229 2006-09-15  Chris Toshok  <toshok@ximian.com>
4230
4231         * XplatUIX11.cs:
4232         - make the MessageQueues hashtable Synchronized.
4233         
4234         - SendMessage: if the Hwnd is owned by a different thread, use the
4235         AsyncMethod stuff to dispatch the SendMessage on the hwnd's
4236         thread.  Fixes bug #79201.
4237
4238 2006-09-15  Chris Toshok  <toshok@ximian.com>
4239
4240         * XplatUIX11.cs (SetWMStyles): rework the #79368 fix slightly.  If
4241         ControlBox == false, we disallow maximize/minimize/close.  If the
4242         form Caption is "" we also disallow move (and get rid of the Title
4243         decoration).  Unfortunately, regardless of how things are set,
4244         we're stuck with the Title and WM menu.
4245
4246 2006-09-15  Chris Toshok  <toshok@ximian.com>
4247
4248         * Application.cs: add locking around the static message_filters
4249         ArrayList, part of #79196.
4250
4251 2006-09-15  Chris Toshok  <toshok@ximian.com>
4252
4253         * XplatUIX11.cs (SetWMStyles): if Form.Text == "" and
4254         Form.ControlBox == false, the window has no titlebar nor resize
4255         handles.  fixes bug #79368.
4256
4257 2006-09-15  Chris Toshok  <toshok@ximian.com>
4258
4259         * TextBoxBase.cs: in CalculateScrollBars make sure LargeChange is
4260         >= 0.  Fixes bug #79370.
4261
4262 2006-09-15  Jonathan Pobst <monkey@jpobst.com>
4263         * FlowLayoutPanel.cs, FlowLayoutSettings.cs: Initial commit.
4264         * Control.cs:
4265             Add properties: LayoutEngine, Margin, DefaultMargin.
4266             Add method: GetPreferredSize.
4267             Move layout logic from PerformLayout to layout engines. 
4268
4269 2006-09-13  Chris Toshok  <toshok@ximian.com>
4270
4271         * XplatUIX11.cs: more destroy work.  Jackson pointed out that my
4272         fix for #79326 broke #78718, so this change addresses that.
4273
4274         - in SendWMDestroyMessages remove the call to
4275         CleanupCachedWindows, since we might be recreating the control and
4276         need to maintain the references to right Hwnd handles.  Also, set
4277         the zombie flag to true for each of the children in the hierarchy
4278         instead of calling hwnd.Dispose.  This will cause GetMessage to
4279         ignore all events for the window except for DestroyNotify.
4280
4281         - In GetMessage, ignore messages except for DestroyNotify for
4282         zombie hwnds.
4283         
4284         * Control.cs: revert the is_recreating fix from the last
4285         ChangeLog.  It's definitely "right", but it breaks switching from
4286         an MDI form to a non-MDI form.  Will need to revisit that.
4287
4288         * Hwnd.cs: add a zombie flag, which means "the
4289         client_window/whole_window handles are invalid, but we're waiting
4290         for the DestroyNotify event to come in for them".  Set the flag to
4291         false explicitly if setting WholeWindow/ClientWindow, and also
4292         when Disposing.
4293         
4294 2006-09-13  Chris Toshok  <toshok@ximian.com>
4295
4296         * XplatUIX11.cs: rework window destruction slightly.
4297
4298         - when destroying the windows associated with a control, we don't
4299         need 2 separate XDestroyWindow calls.  Just the one for the
4300         whole_window (or for client_window if whole_window is somehow
4301         IntPtr.Zero -- can this happen?) is enough.
4302
4303         - reworked SendWMDestroyMessages slightly, so we always dispose
4304         the child control hwnd's after sending the messages.
4305         
4306         - refactored out the ActiveWindow/FocusWindow/Caret clearing from
4307         the two places it was used (one was even using hwnd.Handle and the
4308         other hwnd.client_window.  ugh), adding another call in
4309         SendWMDestroyMessages.  We need this new call because now the
4310         DestroyNotify events in the queue will be ignored for the child
4311         controls (as their hwnd's were disposed, and the window id's
4312         removed from the hashtable in SendWMDestroyMessages.) fun, eh?
4313
4314         - this fixes bug #79326.
4315
4316 2006-09-13  Chris Toshok  <toshok@ximian.com>
4317
4318         * Control.cs: don't always set is_recreating to false at the end
4319         of RecreateHandle, since sometimes we're not done (and won't be
4320         until WndProc handles the WM_DESTROY message).  Also, set
4321         is_recreating to false in the WM_DESTROY handling code.  Part of
4322         the fix for bug #79326.
4323
4324 2006-09-13  Miguel de Icaza  <miguel@novell.com>
4325
4326         * X11DesktopColors.cs: Start the droppage of debugging messages.
4327
4328         * FileDialog.cs: Store the configuration file in ~/.mono/mwf_config
4329
4330 2006-09-13  Jonathan Pobst <monkey@jpobst.com>
4331
4332         * SplitContainer.cs, SplitterPanel.cs: Initial implementation [2.0].
4333
4334 2006-09-12  Chris Toshok  <toshok@ximian.com>
4335
4336         * DataGrid.cs (get_ListManager): if the list_manager is null, try
4337         to create it using SetDataSource.  Fixes bug #79151.
4338
4339 2006-09-11  Chris Toshok  <toshok@ximian.com>
4340
4341         * XEventQueue.cs: add a DispatchIdle property.
4342
4343         * XplatUIX11.cs (UpdateMessageQueue): only emit the Idle event if
4344         either the queue is null, or the queue has DispatchIdle set to
4345         true.
4346         (DoEvents): set queue.DispatchIdle to false around the
4347         peek/translate/dispatch message loop in this method.  This keeps
4348         Application.Doevents from emitting idle events.  Part of the fix
4349         for #78823.
4350
4351 2006-09-11  Chris Toshok  <toshok@ximian.com>
4352
4353         * DataGrid.cs (set_DataSource): make this work for both the
4354         winforms/datagrid test and ReportBuilder.  It seems as though when
4355         we've created a ListManager (or maybe it's if we have a
4356         BindingContext?), when we set the DataSource it clears the
4357         DataMember to "".  otherwise we reuse the datamember.  Fixes bug
4358         #79333.
4359
4360 2006-09-11  Chris Toshok  <toshok@ximian.com>
4361
4362         * XplatUIX11.cs: deal with queue being null, which happens in all
4363         the Clipboard functions.  Fixes one of the two problems mentioned
4364         in #78612.
4365
4366 2006-09-11  Chris Toshok  <toshok@ximian.com>
4367
4368         * MenuAPI.cs: rework OnMouseUp a bit so that releasing the mouse
4369         button on various spots (including outside the menu) works closer
4370         to MS, and doesn't crash.  Fixes #79343.
4371
4372 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
4373
4374         * ListView.cs: Do not initialize item_sorter in init. To match MS,
4375         return null for ListViewItemSorter if View is SmallIcon or LargeIcon
4376         and the internal comparer is set. When a new ListViewItemSorter is set,
4377         sort the items. Use Enum.IsDefined to verify whether a valid SortOrder
4378         was specified. No further processing is necessary if SortOrder is set
4379         to it's current value. If Sorting is modified to None, and View is
4380         neither SmallIcon nor LargeIcon then: on 2.0 profile set item_sorter
4381         (either custom or our internal ItemComparer) to null, on 1.0 profile
4382         only set item_sorter to null if its our internal IComparer. If Sorting
4383         is modified to Ascending or Descending, then use our internal IComparer
4384         if none is set, and if the current IComparer is our internal one then:
4385         on 2.0 profile always replace it with one for new Sorting, and on 1.0
4386         profile only use new Sorting if view is not SmallIcon or LargeIcon. Use
4387         Enum.IsDefined to verify whether a valid View value is specified in
4388         its setter. Automatically sort listview items when listview is
4389         created. In Sort, do nothing if ListView is not yet created, or if
4390         no item_sorter is set (no Sorting was set, Sorting was explicitly set
4391         to None or ListViewItemSorter was set to null). Added Sort overload
4392         taking a bool to indicate whether the ListView should be redrawn when
4393         items are sorted (we use this in ListViewItemCollection to avoid double
4394         redraws). Modified our internal IComparer to take the sort order into
4395         account. In Add and AddRange methods of ListViewItemCollection, also
4396         call Sort if Sorting is None (necessary for SmallIcon and LargeIcon
4397         view), but use overload with noredraw option to avoid double redraw.
4398         On 2.0 profile, throw NotSupportedException when setting CheckBoxes to
4399         true when View is Tile, and do the same when attempting to set View to
4400         Tile when CheckBoxes is true. Avoid maintaining separate ArrayLists
4401         for selected/checked indices, as it involves overhead when sorting is
4402         done while these collections are not used all that often. Instead
4403         we'll build the indices on demand. Modified IList implementation of
4404         CheckedIndexCollection to use public methods if object is int.
4405         Modified CheckedListViewItemCollection to hide checked items if
4406         ListView.CheckBoxes is false. Removed LAMESPEC remark in 
4407         ListViewItemCollection as the .NET SDK docs have been fixed. Modified
4408         IList implementation in SelectedIndexCollection to use public methods
4409         if object is int. Modified SelectedListViewItemCollection to hide
4410         selected items if listview is not yet created.
4411         * ListViewItem.cs: CheckedIndices list no longer needs to be
4412         maintained separately (see ListView changes). Also clone font, fixes
4413         test failure.
4414
4415 2006-09-11  Mike Kestner  <mkestner@novell.com>
4416
4417         * ComboBox.cs: if we are updating the contents of the currently
4418         selected index, refresh the control or the textbox selection.
4419         [Fixes #79066]
4420
4421 2006-09-11  Mike Kestner  <mkestner@novell.com>
4422
4423         * ComboBox.cs (UpdateBounds): use SetBounds not SetBoundsCore since 
4424         the 'specified' logic has been moved there.  This seems like a bug 
4425         in Control.cs, since our current SetBoundsCore completely ignores 
4426         the specified parameter.  Peter's commit seems to indicate that is 
4427         the way the MS control implementation works.  [Fixes #79325]
4428
4429 2006-09-10  Jonathan Chambers  <joncham@gmail.com>
4430
4431         * XplatUI.cs: Set default_class_name to be composed
4432         of current domain id. This allows MWF to be loaded in multiple
4433         domains on Win32.
4434
4435 2006-09-09  Miguel de Icaza  <miguel@novell.com>
4436
4437         * X11Keyboard.cs: If we are unable to obtain the input method, do
4438         not call CreateXic to create the input context.   Should fix
4439         #78944/79276.
4440
4441 2006-09-08  Alexander Olk  <alex.olk@googlemail.com>
4442
4443         * MimeIcon.cs: Rewrote major parts. Dropped KDE support for now.
4444           Simplified gnome support by adding more pinvokes to get the
4445           icon for a file or mime type.
4446
4447 2006-09-08  Jackson Harper  <jackson@ximian.com>
4448
4449         * MenuAPI.cs: Deslect popup context menu items before closing the
4450         window, so that you don't see the previously selected item
4451         selected when you reopen the menu.
4452         * TextControl.cs: Update the cursor position even if we don't have
4453         focus.  This fixes typing in things like the ComboBox.  I'm not
4454         totally sure we should always set the visibility if we don't have
4455         focus, but couldn't find any corner cases where the cursor showed
4456         up when it shouldn't.
4457
4458 2006-09-08  Chris Toshok  <toshok@ximian.com>
4459
4460         * X11Keyboard.cs: In UpdateKeyState vkey can be any integer, but
4461         our arrays are length 256.  & 0xff before indexing.  Fixes the
4462         crash in bug #78077.
4463         
4464 2006-09-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4465
4466         * ThemeWin32Classic.cs: 
4467         * DateTimePicker.cs: Draw check box if DateTimePicker.ShowCheckBox
4468         is true. Handle that check box too.
4469
4470 2006-09-07  Chris Toshok  <toshok@ximian.com>
4471
4472         * MenuAPI.cs: move the PerformClick call to OnMouseUp.  Fixes bug
4473         79244.
4474
4475 2006-09-07  Chris Toshok  <toshok@ximian.com>
4476
4477         * Control.cs: in set_BackColor only do the work if
4478         background_color != value.
4479
4480         * XplatUIX11.cs: move the clearing of invalid areas (both client
4481         and nc) to the same block of code where we set (nc_)expose_pending
4482         to false.  That is, move it from PaintEventEnd to PaintEventStart,
4483         so things that cause invalidates from within OnPaint will trigger
4484         another call to OnPaint.  Fixes bug #79262.
4485
4486 2006-09-07  Alexander Olk  <alex.olk@googlemail.com>
4487
4488         * Theme.cs: Use correct icon for UIIcon.PlacesPersonal
4489         * FileDialog.cs: Fix typo
4490
4491 2006-09-07  Jackson Harper  <jackson@ximian.com>
4492
4493         * ThemeWin32Classic.cs:  oops, forgot to commit.  Draw the images
4494         for tab pages if they have any.
4495
4496 2006-09-06  Mike Kestner  <mkestner@novell.com>
4497
4498         * Splitter.cs: use the "current" rect when finishing drag handle
4499         to avoid an artifact demonstrated by resedit.exe.  [Fixes #79251]
4500
4501 2006-09-06  Mike Kestner  <mkestner@novell.com>
4502
4503         * Splitter.cs: draw the drag handle at X or Y instead of 0 to deal
4504         support offset splitters. [Fixes #79298]
4505
4506 2006-09-06  Alexander Olk  <alex.olk@googlemail.com>
4507
4508         * Mime.cs: Fixed a bug that could override the global mime type
4509           result.
4510
4511 2006-09-05  Jackson Harper  <jackson@ximian.com>
4512
4513         * TabControl.cs: Better calculation method for setting the slider
4514         pos. Prevents crashes on really wide tabs.
4515         - Draw Image on tab pages if an image list is used.
4516
4517 2006-09-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4518
4519         * MonthCalendar.cs: When Font changes, the Size should be
4520         updated to fit the new font's space requirements.
4521
4522 2006-09-02  Alexander Olk  <alex.olk@googlemail.com>
4523
4524         * ListBox.cs: If the items are cleared with Items.Clear set
4525           top_index to 0.
4526
4527 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4528
4529         * MonthCalendar.cs: Handle arrow keys as input keys. Also
4530         fire DateChanged event instead of DateSelected event when
4531         the date was changed by keyboard interaction.
4532
4533 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4534
4535         * DateTimePicker.cs: Handle DateChanged for the associated
4536         month_calendar control, and set month_calendar.Font from 
4537         OnFontChanged method, as well as resize the height of the
4538         control when needed. Make PreferredHeight proportional.
4539
4540 2006-09-01  Chris Toshok  <toshok@ximian.com>
4541
4542         * DataGrid.cs: grr, stop overthinking the DataMember/DataSource
4543         properties.
4544
4545         * BindingContext.cs (HashKey.GetHashCode): use ^ instead of +.
4546
4547 2006-09-01  Peter Dennis Bartok  <pbartok@novell.com> 
4548
4549         * FileDialog.cs: Set ClientSize instead of window size, to allow space
4550           for decorations (Fixes #79219)
4551
4552 2006-09-01  Mike Kestner  <mkestner@novell.com>
4553
4554         * ComboBox.cs: first stab at sorting plus some selection handling
4555         fixes to bring us more in line with MS behavior.  Also switches back
4556         to index based selection.  Alternative patches for index-based 
4557         selection were provided by Jackson Harper, Carlos Alberto Cortez, 
4558         and latency@gmx.de on bug 78848.  I assume they were similar to this
4559         code I've had simmering in my tree forever.
4560         [Fixes #78848]
4561
4562 2006-09-01  Chris Toshok  <toshok@ximian.com>
4563
4564         * CurrencyManager.cs (ListChangedHandler): in the ItemAdded case,
4565         when setting list position guard against ending up with a -1 index
4566         (the other part of the fix for #78812).  Should probably make sure
4567         we don't need the analogous fix in the ItemDeleted case.
4568
4569         * DataGrid.cs:
4570         - in SetDataSource, work around the fact that the way
4571         OnBindingContextChanged is invoked will cause us to re-enter this
4572         method.  I'll remove the hack once I investigate
4573         OnBindingContextChanged.
4574
4575         - fix the logic in set_DataSource and set_DataMember (basically
4576         what to do if the other of the two is null.)
4577         
4578         - in OnListManagerItemChanged, we need to take into account the
4579         edit row when deciding whether or not to call RecreateDataGridRows
4580         (part of the fix for #78812).
4581
4582 2006-09-01  Jackson Harper  <jackson@ximian.com>
4583
4584         * Splitter.cs: Don't do anything if there is no control to affect
4585         (prevents us from crashing in weird tet cases).
4586         * TreeView.cs: Bounding box for the mouse movement reverting
4587         focus/selection back to previously selected node.  This matches
4588         MS, and makes the tree a lot more useable.
4589         * GroupBox.cs: Instead of drawing over the lines of the groupbox,
4590         use clipping so they are not drawn.  This fixes when the control
4591         is set to have a transparent background, or if it was over an
4592         image.
4593
4594 2006-09-01  Alexander Olk  <alex.olk@googlemail.com>
4595
4596         * MimeIcon.cs: Improved handling for reading default icons when
4597           using gnome (2.16 made it necessary). Check and read svg icons
4598           first, then 48x48 and then 32x32 icons.
4599
4600 2006-08-31  Chris Toshok  <toshok@ximian.com>
4601
4602         * DataGridTextBoxColumn.cs: only hide the textbox if it's still
4603         visible.
4604
4605         * DataGridTextBox.cs: Pass Tab's up to the datagrid by calling
4606         ProcessKeyPreview.  Fixes part of #77806.
4607
4608         * DataGrid.cs: big patch.
4609
4610         - revert the queueing up of DataSource/DataMember if inside
4611         BeginInit/EndInit calls.  That's not the way the datagrid achieves
4612         its delayed databinding.  Instead, call SetDataSource in
4613         OnBindingContextChanged.  This mimic's MS's behavior, and fixes
4614         #78811.
4615
4616         - Also, it wasn't mentioned in #78811, but the test case exhibits
4617         behavior that was lacking in our datagrid implementation - Columns
4618         that have mapping names that don't exist in the datasource's
4619         properties aren't shown.  Yuck.  To fix this I added the bound
4620         field to the column style, and basically any calculation to figure
4621         out anything about columns uses a loop to find the bound columns.
4622         still need to investigate if I can cache an array of the bound
4623         columns or if the indices must be the same.
4624
4625         - When setting CurrentCell, we no longer abort if the cell being
4626         edited was in the add row.  This fixes the other part of #77806.
4627
4628         - The new code also fixes #78807.
4629         
4630         * ThemeWin32Classic.cs: perpetrate the same disgusting
4631         column.bound field hack, and only render bound fields.
4632
4633 2006-08-31  Chris Toshok  <toshok@ximian.com>
4634
4635         * DataGridColumnStyle.cs: add bound field.  this field is true if
4636         the datasource has a property corresponding to the mapping name.
4637
4638         * DataGridTableStyle.cs: set the bound field on the column styles
4639         depending on whether or not we have a column for that property.
4640
4641 2006-08-31  Peter Dennis Bartok  <pbartok@novell.com> 
4642
4643         * Splitter.cs (SetBoundsCore): Don't ignore width/height of the 
4644           splitter control (fixes #79228)
4645
4646 2006-08-31  Chris Toshok  <toshok@ximian.com>
4647
4648         * DataGridColumnStyle.cs: we need to delay the assignment of
4649         property descriptor until the last possible moment due to the lazy
4650         databinding stuff in the datagrid.  Also, fix the exceptions
4651         thrown by CheckValidDataSource to match MS.
4652
4653 2006-08-31  Jackson Harper  <jackson@ximian.com>
4654
4655         * Form.cs: When activated select the active control, if there is
4656         no active control, we select the first control.
4657         * XplatUIX11.cs: If there is no focus control when we get a
4658         FocusIn event, find the toplevel form and activate it.  This
4659         occurs when you popup a window, it becomes the focus window, then
4660         you close that window, giving focus back to the main window.
4661
4662 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4663
4664         * MonthCalendar.cs: 
4665         * ThemeWin32Classic.cs: Cache Font in bold style, as well
4666         as StringFormat with Center alignments in MonthCalendar,
4667         instead of creating new ones when drawing the control. 
4668         Also, draw the month name in bold style.
4669
4670 2006-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
4671
4672         * Control.cs:
4673           - PerformLayout(): It would seem MS performs the fill even if the 
4674             control is not visible (part of #79218 fix)
4675           - ResetBackColor(): Use the setter to reset the color, to allow
4676             overriders to catch the change.
4677         * Form.cs:
4678           - .ctor: Call UpdateBounds to adjust client rectangle (part of #79218 fix)
4679           - CreateHandle(): dito (part of $79218 fix)
4680           - Don't set an icon if we have a dialog
4681         * ScrollableControl.cs:
4682           - set_AutoScrollMinSize: Setting the property enables AutoScroll (#79218)
4683           - ScrollIntoView(): No need to scroll if control is already visible
4684             (resolves fixme and fixes #79218)
4685
4686 2006-08-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4687
4688         * MonthCalendar.cs: Change proportions in SingleMonthSize
4689         to match the aspect of the original control.
4690
4691 2006-08-29  Alexander Olk  <alex.olk@googlemail.com>
4692
4693         * XplatUIX11.cs: Fix for a metacity/X problem where windows don't
4694           get updated when they get maximized.
4695
4696 2006-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
4697
4698         * XplatUIX11.cs: Handle windows with no border (Fixes part of #79160)
4699
4700 2006-08-29  Chris Toshok  <toshok@ximian.com>
4701
4702         * XplatUIX11.cs: when destroying the FocusWindow, send KILLFOCUS.
4703
4704 2006-08-29  Jackson Harper  <jackson@ximian.com>
4705
4706         * TreeView.cs: Need to track selected node and highlighted node,
4707         they aren't always the same thing, when the mouse is down on a
4708         node it is hilighted, but not selected yet.
4709         - Do the HideSelection stuff right
4710         - Need to focus on rbutton mouse down. And redraw selection when
4711         right click is mouse upped.
4712
4713 2006-08-29  Mike Kestner  <mkestner@novell.com>
4714
4715         * ThemeWin32Classic.cs: draw selections for columns in FullRowSelect
4716         when SubItems.Count < Columns.Count.  [Fixes #79167]
4717
4718 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com> 
4719
4720         * TextControl.cs (FindCursor): Fix math error (Fixes #78402)
4721
4722 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com>
4723
4724         * XplatUIX11.cs: Preempt the roundtrip for getting the location back
4725           from X. Only send based on ConfigureNotify if we don't have the
4726           correct location in hwnd (if the window manager moved us)
4727
4728 2006-08-28  Mike Kestner  <mkestner@novell.com>
4729
4730         * ListView.cs: remove a TODO. 
4731         * ThemeWin32Classic.cs: implement HideSelection support for ListView.
4732         [Fixes ListView part of #79166]
4733
4734 2006-08-28  Mike Kestner  <mkestner@novell.com>
4735
4736         * ListView.cs: move wheel handler to parent since it is focused
4737         instead of the item_control now.  [Fixes #79177]
4738
4739 2006-08-28  Mike Kestner  <mkestner@novell.com>
4740
4741         * ThemeWin32Classic.cs: only highlight subitems in fullrowselect
4742         when the control is focused. [Fixes #79171]
4743
4744 2006-08-28  Mike Kestner  <mkestner@novell.com>
4745
4746         * ListView.cs: size the item and header controls for empty and
4747         unscrollable views.
4748         * ThemeWin32Classic.cs: draw disabled backgrounds.
4749         [Fixes #79187]
4750
4751 2006-08-28  Chris Toshok  <toshok@ximian.com>
4752
4753         * Form.cs: remove unused "active_form" static field.
4754
4755         * Hwnd.cs: lock around accesses to static windows collection.
4756
4757         * Application.cs: lock threads in Exit ().
4758
4759 2006-08-28  Chris Toshok  <toshok@ximian.com>
4760
4761         * NativeWindow.cs: lock around accesses to window_collection.
4762         
4763 2006-08-28  Chris Toshok  <toshok@ximian.com>
4764
4765         * Control.cs: err, fix this the right way, by locking on controls
4766         when using it.  not by making it synchronized.
4767
4768 2006-08-28  Chris Toshok  <toshok@ximian.com>
4769
4770         * Control.cs: make the static "controls" field synchronized, as it
4771         gets updated from multiple threads.
4772
4773 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
4774
4775         * XplatUIX11.cs: PostQuitMessage is thread-specific not app-specific.
4776           Prevent other threads from exiting when calling thread sets quit state.
4777         * XEventQueue.cs: Added PostQuitState property
4778
4779 2006-08-27  Chris Toshok  <toshok@ximian.com>
4780
4781         * AsyncMethodData.cs: add a slot for the window handle.
4782
4783         * XplatUIX11.cs (SendAsyncMethod): send the event to the right
4784         window (the destination control's window, not the foster window).
4785
4786         * Control.cs (BeginInvokeInternal): store the window's handle in
4787         the AsyncMethodData.
4788         
4789
4790 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
4791
4792         * XplatUIX11.cs:
4793           - PostQuitMessage: Removed resetting S.D display handle, we might have
4794             another loop started after calling PostQuitMessage (Fixes #79119)
4795           - Created destructor to reset S.D handle
4796
4797 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com> 
4798
4799         * XplatUIX11.cs (SetCursor): Issue flush after setting the cursor (#79168)
4800
4801 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
4802
4803         * TextControl.cs (Insert): Update the caret position even if we don't
4804           have a handle yet, just don't call the driver in that case.
4805         * TextBoxBase.cs (set_SelectedText): Set the Start and End selection
4806           to the end of the new selection text (Fixes #79184)
4807
4808 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
4809
4810         * Form.cs (Activate): Only activate if the handle is created)
4811         * Control.c:
4812           - Mark window as invisible when it's disposed
4813           - Check if window handle is created when setting window visible, 
4814             instead of relying just on the is_created variable
4815           - Check if object is disposed when creating the control (Fixes #79155)
4816
4817 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
4818
4819         * ScrollableWindow.cs (ScrollWindow): Don't actually perform layouting
4820           when allowing layout again. Otherwise we re-generate the anchoring 
4821           distance to the border again and actually alter what the user wanted
4822           This is ugly, it'd be better if we used DisplayRectangle instead of
4823           ClientRectangle for Control.UpdateDistances, but that causes us to
4824           have other problems (initial anchoring positons would be wrong)
4825           (Fixes #78835)
4826
4827 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
4828
4829         * Control.cs:
4830           - The size and location setters shouldn't go directly to 
4831             SetBoundsCore, but to SetBounds, which triggers layout on the
4832             parent, then calls SetBoundsCore. (Related to fix for #78835)
4833           - SetBounds: Moved actual location update code into this function
4834             from SetBoundsCore, to match MS. Added call to PerformLayout if
4835             we have a parent (to trigger resizing of anchored parents if the 
4836             child size has changed (see testcase for #78835) 
4837         * ListBox.cs, Form.cs: Call SetBounds instead of SetBoundsCore to match 
4838           new control code
4839         * ScrollableControl.cs (CalculateCanvasSize): Use shortcut variable
4840
4841 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
4842
4843         * XplatUIX11.cs: Don't reset the DisplayHandle that's stored in
4844           System.Drawing when a toplevel window gets closed; there might
4845           be other toplevel windows belonging to the same app (Fixes #78052)
4846
4847 2006-08-26  Alexander Olk  <alex.olk@googlemail.com>
4848
4849         * FileDialog.cs: After reading FileDialog settings from mwf_config
4850           use Desktop prefix only if a real folder doesn't exist anymore.
4851         * FontDialog.cs: Added char sets.
4852           It is now possible to select the font, size or style with the
4853           textboxes.
4854
4855 2006-08-25  Kornél Pál  <kornelpal@gmail.com>
4856
4857         * PrintPreviewDialog.cs: Use assembly name constants.
4858
4859 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
4860
4861         * XplatUIWin32.cs (ScrollWindow): Use clipping rectangle arg (prevents
4862           scrollbar from whacking it's buttons)
4863
4864 2006-08-24  Chris Toshok  <toshok@ximian.com>
4865
4866         * ScrollableControl.cs: fix #78271.  There's a lot of misc stuff
4867         in this patch (aggregating setting Left/Top/Width/Height to
4868         setting Bounds on the scrollbars), but the crux of the fix is in
4869         Recalculate, where we scroll by the remaining scroll_position if
4870         we're hiding a scrollbar.  The 2*$5 reward in the comment is
4871         serious.
4872
4873 2006-08-24  Jackson Harper  <jackson@ximian.com>
4874
4875         * MdiClient.cs:
4876         * MdiWindowManager.cs: If the form is made a non-mdi window we
4877         need to remove the form closed event so that closing forms works
4878         correctly.
4879
4880 2006-08-24  Jackson Harper  <jackson@ximian.com>
4881
4882         * Control.cs: Make IsRecreating internal so that the driver can
4883         check it
4884         - Temporarily remove the Hide when controls are removed, its
4885         making a whole bunch of things not work because visibility isn't
4886         getting reset elsewhere correctly
4887         * Form.cs: Need to do a full handle recreation when the mdi parent
4888         is set.
4889         * XplatUIX11.cs: If we are recreating handles don't dispose the
4890         HWNDs.  What was happening is the handles were being recreated in
4891         SendWMDestroyMessages, but then flow continued on in that method
4892         and destroyed the new handles.
4893
4894 2006-08-23  Jackson Harper  <jackson@ximian.com>
4895
4896         * Form.cs: MdiClient is always at the back of the bus
4897         * Control.cs: When the order of items in the collection is changed
4898         we need to reset the all_controls array
4899         - do the same sorta setup thats done when adding a control when a
4900         control is set on the collection.
4901
4902 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
4903
4904         * TextBoxBase.cs (get_Text): Return an empty array if our document
4905           is empty (fixes #79052)
4906
4907 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
4908
4909         * Control.cs: We should call IsInputChar on only on WM_CHAR but not
4910           on WM_SYSCHAR messages (fixes #79053)
4911
4912 2006-08-23  Chris Toshok  <toshok@ximian.com>
4913
4914         * DataGrid.cs: fix flickering when scrolling vertically.
4915
4916 2006-08-23  Chris Toshok  <toshok@ximian.com>
4917
4918         * DataGrid.cs (EndEdit): only invalidate the row header when we
4919         need to.
4920
4921 2006-08-23  Chris Toshok  <toshok@ximian.com>
4922
4923         * ThemeWin32Classic.cs: fix the clip munging of the datagrid paint
4924         methods.  fixes the flicker when scrolling around.
4925
4926 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
4927
4928         * FileDialog.cs: Making sure the control is created before we get a 
4929           chance to use it with BeginInvoke (Fixes #79096)
4930
4931 2006-08-23  Chris Toshok  <toshok@ximian.com>
4932
4933         * ThemeWin32Classic.cs (DataGridPaintRows): calculate the proper
4934         width to use when painting the rows.
4935
4936 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
4937
4938         * TextBoxBase.cs:
4939           - Throw ArgumentException if a negative value is passed to SelectionLength
4940           - Update the selection end if start is moved. end needs to be always
4941             after start. (Fixes #79095)
4942           - Track selection length; MS keeps the selection length even if start
4943             is changed; reset on all other operations affection selection
4944
4945 2006-08-22  Jackson Harper  <jackson@ximian.com>
4946
4947         * TreeView.cs: Make sure both scrollbars get displayed and sized
4948         correctly when the other bar is visible.
4949         - Use the original clip rectangle for checking if the area between
4950         the two scrollbars is visible, not the viewport adjusted clipping
4951         rectangle.
4952
4953 2006-08-22  Jackson Harper  <jackson@ximian.com>
4954
4955         * Binding.cs: We don't use IsBinding because it requires the
4956         control to be created, which really shouldn't be necessary just to
4957         set a property on the control.
4958
4959 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4960
4961         * ComboBox.cs: Some CB.ObjectCollection methods must throw
4962         ArgumentNullReferenceException when the argument is null.
4963
4964 2006-08-21  Jackson Harper  <jackson@ximian.com>
4965
4966         * Timer.cs: Track the thread that the timer is started in (NOT
4967         CREATED), this way messages for it will only be triggered on its
4968         queue.
4969         * XEventQueue.cs: Track the timers here, this makes timers per
4970         thread, like MS.
4971         * XplatUIX11.cs: The timers are moved to the XEventQueue.
4972
4973 2006-08-19  Chris Toshok  <toshok@ximian.com>
4974
4975         * XplatUIX11.cs: after further communication with pdb, we get the
4976         best of both worlds.  SetZOrder working for un-Mapped windows, and
4977         no X errors for un-mapped windows.
4978
4979 2006-08-19  Chris Toshok  <toshok@ximian.com>
4980
4981         * XplatUIX11.cs (SetZOrder): remove the if (!hwnd.mapped) check,
4982         as it was causing pdn toolbars to not have the correct stacking.
4983
4984 2006-08-18  Mike Kestner  <mkestner@novell.com> 
4985
4986         * ListView.cs : guard against negative ClientArea.Width in scrollbar
4987         calculation.  Not sure why control should ever be setting a negative
4988         width though.  Fixes #78931.
4989
4990 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4991
4992         * ComboBox.cs: Throw ArgumentNullException when adding/modifyng
4993         null items in ObjectCollection class.
4994         * ListBox.cs.: Likewise.
4995
4996 2006-08-18  Atsushi Enomoto  <atsushi@ximian.com>
4997
4998         * ThemeNice.cs, ThemeClearlooks.cs : remove RadioButton_DrawFocus()
4999           as the base method in ThemeWin32Classic should work fine.
5000           Fixed bug #78607.
5001
5002 2006-08-18  Jackson Harper  <jackson@ximian.com>
5003
5004         * Binding.cs: When validating if the value entered doesn't convert
5005         properly reset to the old value.
5006         * RadioButton.cs: Don't fire click when we get focus.
5007
5008 2006-08-18  Jackson Harper  <jackson@ximian.com>
5009
5010         * FileDialog.cs: Paint the selection on the directory combobox the
5011         same way as on MS. 
5012
5013 2006-08-17  Jackson Harper  <jackson@ximian.com>
5014
5015         * ErrorProvider.cs: Don't allow the error control to be selected.
5016         * Control.cs: Don't send the SetFocus messages, the control
5017         activation will do this, and if we do it blindly here validation
5018         does not work.
5019
5020 2006-08-17  Jackson Harper  <jackson@ximian.com>
5021
5022         * Control.cs:
5023         * ContainerControl.cs: Make validation events fire in the correct
5024         order.  TODO: For some reason the first validation event is not
5025         getting fired.
5026
5027 2006-08-17  Mike Kestner  <mkestner@novell.com> 
5028
5029         * ComboBox.cs : some null guarding for ComboListBox.Scroll.
5030
5031 2006-08-17  Mike Kestner  <mkestner@novell.com> 
5032
5033         * ComboBox.cs : implement scroll wheel support for popped-down
5034         state. Fixes #78945. 
5035
5036 2006-08-17  Jackson Harper  <jackson@ximian.com>
5037
5038         * TreeView.cs: Specify treeview actions (old patch that didn't get
5039         committed for some reason).
5040         - Don't let the mouse wheel scroll us too far.  Just want to make
5041         the bottom node visible, not scroll it all the ways to the top.
5042
5043 2006-08-17  Jackson Harper  <jackson@ximian.com>
5044
5045         * XplatUIX11.cs: Mouse wheel events go to the focused window.
5046
5047 2006-08-17  Mike Kestner  <mkestner@novell.com> 
5048
5049         * ComboBox.cs : don't do mouseover selection in simple mode.
5050
5051 2006-08-16  Jackson Harper  <jackson@ximian.com>
5052
5053         * Form.cs: Fire the closing events for all the mdi child windows
5054         when a window is closed.  If the cancel args are set to true, the
5055         main window still gets the event fired, but it doesn't not close.
5056         * MdiWindowManager.cs: Do this closing cleanup in a Closed
5057         handler, instead of when the button is clicked, so cancelling the
5058         close works correctly.
5059         * ComboBox.cs: Send the mouse down to the scrollbar.
5060
5061 2006-08-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5062
5063         * ListBox.cs: When passing 'null' to SelectedItem,
5064         set SelectedIndex to -1, to unselect items. This is the
5065         observed behaviour in .Net.
5066
5067 2006-08-16  Peter Dennis Bartok  <pbartok@novell.com> 
5068
5069         * TextBoxBase.cs: Overriding HandleClick to get clicks in spite of
5070           MS flags saying there won't be any. (fixes #78800)
5071         * Control.cs (HandleClick): Made virtual
5072
5073 2006-08-16  Atsushi Enomoto  <atsushi@ximian.com>
5074
5075         * PageSetupDialog.cs : use Yard-Pound units only in en-GB and en-US
5076           cultures. Fixed bug #78399.
5077
5078 2006-08-16  Jackson Harper  <jackson@ximian.com>
5079
5080         * Form.cs: Use the MdiClients MdiChildren property to access
5081         MdiChildren instead of creating the array from the child controls.
5082         * MdiClient.cs: Maintain a separate array of the mdi children, so
5083         that insertion order is maintained when the Z-order is changed.
5084
5085 2006-08-16  Mike Kestner  <mkestner@novell.com> 
5086
5087         * ListView.cs : add an ItemComparer and default to it for sorting.
5088         Fixes #79076, but sorting needs a complete overhaul to be compat with
5089         MS.
5090
5091 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
5092
5093         * XplatUIX11.cs (SetZOrder): Fix debugging leftover (fixes #79080)
5094
5095 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
5096
5097         * Hwnd.cs (Mapped): Properly traverse the tree
5098
5099 2006-08-15  Chris Toshok  <toshok@ximian.com>
5100
5101         * Binding.cs: fix PullData/SetPropertyValue.  We don't want to
5102         pass manager.Current.GetType() to ParseData.  It has to be the
5103         property type.  So, hold off doing the ParseData until we're in
5104         SetPropertyValue where we know the type.  This fixes the crash in
5105         #78821 but the textbox is still empty.
5106
5107 2006-08-15  Chris Toshok  <toshok@ximian.com>
5108
5109         * DataGrid.cs:
5110         - when we're scrolling, only call Edit() again if the
5111         current cell is still unobscured. Fixes bug #78927.
5112         - when handling mousedown on a cell, ensure the cell is visible
5113         before calling Edit.
5114         - remove the properties from DataGridRow, and remove the
5115         DataGridParentRow class altogether.
5116         
5117
5118 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
5119
5120         * TextBoxBase.cs (set_Text): Don't use base.Text, instead just
5121           fire OnTextChanged by ourselves. There's no point calling base,
5122           we don't set the base value anywhere else. Fixes #78773.
5123
5124 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5125
5126         * ListBox.cs: Call CollectionChanged when modifying
5127         an item from Items indexer, to update the actual items
5128         in the list box.
5129
5130 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5131
5132         * PrintDialog.cs: Small fixes for focus and a pair of checks,
5133         to match .Net behaviour.
5134
5135 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
5136
5137         * XplatUIX11.cs (SetZOrder): Handle raising toplevel windows
5138
5139 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
5140
5141         * Control.cs: Handle BringToFront for toplevel windows (Fixes #78737)
5142
5143 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
5144
5145         * MessageBox.cs: Prevent potential NRE exception.
5146         * TextBoxBase.cs: AutoSize only applies if MultiLine is false. Fixes #78889
5147
5148 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
5149
5150         * MessageBox.cs: Calculate the owner of a messagebox, also make
5151           it topmost. Fixes #78753
5152
5153 2006-08-14  Chris Toshok  <toshok@ximian.com>
5154
5155         * XplatUIX11.cs: A couple of fixes so that metacity will let us
5156         programmatically move windows.  first, set the PPosition hint as
5157         well as the USPosition hint.  Second include some code from pdb
5158         that sets the window type to NORMAL when we set the transient for
5159         hint.  This is because, in the absence of a window type, metacity
5160         thinks any window with TransientFor set is a dialog, and refuses
5161         to let us move it programmatically.  fascists.
5162
5163 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
5164
5165         * XplatUIX11.cs: When setting normal hints, take into consideration
5166           an different hints previously set so we don't delete them (fixes #78866)
5167
5168 2006-08-12  Chris Toshok  <toshok@ximian.com>
5169
5170         * ToolBarButton.cs: make Layout return a boolean, if something to
5171         do with the button's layout changed.
5172
5173         * ToolBar.cs:
5174         - add another parameter to Redraw, @force, which all existing
5175           calls set to true.
5176         - make the Layout function return a boolean which is true if the
5177           layout has actually changed.  Redraw now uses this (and @force)
5178           to determine when to invalidate.  At present the only place
5179           where @force can be false is the call from OnResize, when
5180           background_image == null.  So, resizing a toolbar when the
5181           layout doesn't change results in no drawing.
5182
5183 2006-08-12  Chris Toshok  <toshok@ximian.com>
5184
5185         * ThemeWin32Classic.cs: fix the bottom right corner painting.  had
5186         the VScrollBar and HScrollbar reversed.  oops.
5187
5188         * DataGrid.cs: fix the logic that assigns sizes to the implicit
5189         scrollbars.  we were assigning them twice (once in
5190         Calc{Horiz,Vertical}Scrollbar, and once in CalcGridAreas),
5191         therefore causing two scrollbar resizes (and redraws?) to happen
5192         per grid resize.
5193
5194 2006-08-12  Chris Toshok  <toshok@ximian.com>
5195
5196         * ToolBarButton.cs: redraw the entire button if the theme tells us
5197         to.
5198
5199         * Theme.cs: add ToolBarInvalidateEntireButton.
5200
5201         * ThemeWin32Classic.cs: we don't need to redraw the entire toolbar
5202         buttons, just the border.
5203
5204         * ThemeNice.cs: redraw the entire toolbar button since we need to
5205         draw the highlight image.
5206
5207         * ThemeClearlooks.cs: the rounded corners of toolbar buttons mean
5208         we need to redraw the entire button (not just the border).
5209
5210 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
5211
5212         * TextBoxBase.cs (CalculateScrollbars): Set the proper thumb size
5213           for vertical bars. Fixes the mismatches shown by #78513
5214
5215 2006-08-11  Alexander Olk  <alex.olk@googlemail.com>
5216
5217         * FileDialog.cs: If a saved/remembered path doesn't exist
5218           anymore, fall back to "Desktop".
5219
5220 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
5221
5222         * Form.cs (CreateParams): Don't use Parent.Handle unless we have a
5223           parent. It's apparently legal to not have one
5224         * XplatUIX11.cs:
5225           - SetZOrder: Don't try to set Z-Order on an unmapped window
5226           - CreateWindow: 0,0 are legal coordinates for a window. don't move
5227             it unless the coordinates are negative
5228
5229 2006-08-10  Mike Kestner  <mkestner@novell.com>
5230
5231         * ListControl.cs: allow null for DataSource.  Clear DisplayMember
5232         when setting to null per msdn docs.  Fixes #78854.
5233
5234 2006-08-10  Chris Toshok  <toshok@ximian.com>
5235
5236         * Menu.cs, MainMenu.cs, MenuAPI.cs: get rid of most of the
5237         flickering by setting a clip rectangle on the Graphics when we
5238         need to redraw just a particular menuitem.  Also, rename "OnClick"
5239         to "OnMouseDown" to reflect what it actually is.
5240         
5241         * Form.cs: track the OnMouseDown change.
5242
5243 2006-08-10  Peter Dennis Bartok  <pbartok@novell.com>
5244
5245         * CommonDialog.cs: Properly inherit the CreateParams from the form
5246           and only change what we need. Fixes #78865
5247
5248 2006-08-10  Chris Toshok  <toshok@ximian.com>
5249
5250         * ToolBar.cs, ToolBarButton.cs: fix the redraw-on-highlight
5251         flickering in flat mode (and most of the flickering in general) by
5252         only invalidating the button border (and not the entire rectangle)
5253         when the state changes.  A couple of cases still flicker:
5254         ToggleButtons, and the dropdown arrow case when the user mouse
5255         ups.
5256
5257 2006-08-10  Alexander Olk  <alex.olk@googlemail.com>
5258
5259         * X11Keyboard.cs: Fixed handling of the Del key on the cursorblock
5260           for german keyboards. Numlock state shouldn't affect the behaviour
5261           of the Del key. Fixes bug #78291.
5262
5263 2006-08-10  Chris Toshok  <toshok@ximian.com>
5264
5265         * ListControl.cs: remove the items.Clear line from BindDataItems,
5266         as this is the first thing done by both subclasses in their
5267         SetItemsCore overrides.  Also, add a ItemChanged handler, and when
5268         passed -1, refresh the list.  This gets databinding working when
5269         the datasource is set on the list before the datasource is
5270         populated (as in wf-apps/ReportBuilder.)
5271
5272         * ComboBox.cs: remove the argument to BindDataItems.  This call
5273         should really go away, and be initiated by the ListControl code.
5274
5275         * ListBox.cs: same.
5276
5277 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
5278
5279         * TextControl.cs (Document.ctor): Initialize caret so we don't crash
5280           if no data is in the document when the control is displayed
5281
5282 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com> 
5283
5284         * TextBoxBase.cs: Don't try moving the caret if we don't have a window
5285           yes (fixes #78806)
5286         * TextControl.cs: 
5287           - PositionCaret: Allow positioning of caret but don't call methods 
5288             requiring a handle if the window isn't created yet
5289           - CharIndexToLineTag: Fix ending loop early error. Lines is 1 based
5290           - owner_HandleCreated: Don't position the caret, just update it's 
5291             location. User might have already set a different position
5292
5293 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
5294
5295         * XplatUIWin32.cs: Don't use the desktop as basis for foster-parented
5296           windows. Screws up the returned coordinates for child windows. 
5297           Fixes #78825. I'm hoping this doesn't break something, since the
5298           code was explicitly put in 8 months ago, but no bug was attached.
5299           Menus still seem to work properly.
5300
5301 2006-08-08  Chris Toshok  <toshok@ximian.com>
5302
5303         * DataGrid.cs: make BeginInit/EndInit actually do what they're
5304         supposed to do - delay data binding until the EndInit call.  Also,
5305         make the table style collection's CollectionChangeAction.Refresh
5306         work properly.
5307
5308         * GridTableStylesCollection.cs: raise a CollectionChangeEvent
5309         (with action = Refresh) when a consituent table's MappingName is
5310         changed.
5311
5312 2006-08-08  Chris Toshok  <toshok@ximian.com>
5313
5314         * ToolBarButton.cs: in set_Text, call Parent.Redraw, not
5315         Invalidate, since changing the text can change the size of the all
5316         toolbar buttons.
5317
5318 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
5319
5320         * Form.cs (AddOwnedForm): Still need to add the form to our listif
5321           we don't have it yet
5322
5323 2006-08-08  Chris Toshok  <toshok@ximian.com>
5324
5325         * PrintControllerWithStatusDialog.cs: don't .Close() the status
5326         dialog, as this causes X errors later on, since we actually
5327         destroy the window.  Instead, .Hide() it.
5328
5329 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
5330
5331         * ComboBox.cs: Added focus reflection for popup window
5332         * XplatUIX11.cs: 
5333           - Removed transient setting for non-app windows for now, not sure it
5334             was needed
5335           - Fixed logic checking if we have captions when deciding 
5336             override_redirect, WS_CAPTION is two bits and a 0 check was not
5337             sufficient
5338           - Removed the WINDOW_TYPE stuff, it was unneeded and making things
5339             complicated
5340         * Form.cs: 
5341           - AddOwnedForm: Don't just add the form to the list, call the property
5342             to ensure the driver is informed about the ownership as well
5343           - CreateHandle: Set the TopMost status in the driver if we have an owner
5344         * XplatUI.cs: Fixed debug statement
5345
5346 2006-08-08  Jonathan Pobst <monkey@jpobst.com>
5347         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
5348           GroupBoxRenderer.cs, ProgressBarRenderer.cs, RadioButtonRenderer.cs,
5349           ScrollBarRenderer.cs, TabRenderer.cs, TextBoxRenderer.cs, 
5350           TrackBarRenderer.cs: Make constructor private.
5351         * ProfessionalColors.cs, ProfessionalColorTable.cs: Fix misnamed properties.
5352         * ProfessionalColorTable.cs: Make properties virtual.
5353
5354 2006-08-06  Duncan Mak  <duncan@novell.com>
5355
5356         * NumericUpDown.cs (Value): Don't call OnValueChanged if the value
5357         is not changing.
5358
5359 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
5360         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
5361           GroupBoxRenderer.cs, ProfessionalColors.cs, ProfessionalColorTable.cs,
5362           ProgressBarRenderer.cs, RadioButtonRenderer.cs, ScrollBarRenderer.cs,
5363           TabRenderer.cs, TextBoxRenderer.cs, TextRenderer.cs, TrackBarRenderer.cs:
5364           Initial import of new 2.0 classes.
5365
5366 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
5367         * Application.cs: Add 2.0 VisualStyles properties.
5368
5369 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
5370         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
5371           XplatUIX11.cs: Create property to allow access to existing private
5372           variable "themes_enabled"
5373
5374 2006-08-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5375
5376         * ImageListStreamer.cs: generate the MemoryStreams with the exact BMP
5377         file size, as otherwise our class libraries fail using windows. Fixes
5378         bug #78759.
5379
5380 2006-08-04  Jackson Harper  <jackson@ximian.com>
5381
5382         * Form.cs:
5383         * XplatUIX11.cs: Move the toolwindow window manager creation into
5384         the X11 driver, this way on win32 we can let windows create/handle
5385         the toolwindows.
5386
5387 2006-08-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5388
5389         * PrintDialog.cs: Remove some redundant checks, add some others,
5390         clean some code, and move the focus to the text boxes when the
5391         values are incorrect.
5392
5393 2006-08-04  Alexander Olk  <alex.olk@googlemail.com>
5394
5395         * FontDialog.cs: Remove Form.MinimumSize. It's not needed.
5396
5397 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
5398
5399         * NumericUpDown.cs: Setting the Minimum and Maximum is now
5400           handled correctly. Fixes bug #79001.
5401
5402 2006-08-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5403
5404         * PrintDialog.cs: The "Copies" numeric up down must have
5405         set the Minimum property to 1; only if the value is bigger
5406         than 1, activate "Collate" check box. This is the behaviour of .Net.
5407         Also modify the Document elements only if it is not null.
5408
5409 2006-08-03  Jackson Harper  <jackson@ximian.com>
5410
5411         * TreeNodeCollection.cs: Fix copyto to use the correct nodes
5412         length. (We have a larger array then actual node count).
5413                 
5414 2006-08-03  Jackson Harper  <jackson@ximian.com>
5415
5416         * ComboBox.cs: Don't show selection by default.
5417         - The SelectAll isn't needed here, since the focus code should do
5418         that
5419         - DDL style lists to manual selection drawing, so when they
5420         get/lose focus they have to invalidate.
5421
5422 2006-08-03  Peter Dennis Bartok  <pbartok@novell.com>
5423
5424         * TextBoxBase.cs: Don't always show all selections by default.
5425
5426 2006-08-03  Jonathan Pobst  <monkey@jpobst.com>
5427         * ControlUpdateMode.cs, DataSourceUpdateMode.cs,
5428           HelpNavigator.cs, WebBrowserEncryptionLevel.cs:
5429           Fixed various typos.
5430
5431 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
5432
5433         * Control.cs: Removing the controls in a ControlCollection with
5434           Clear now hides the controls as expected. Fixes bug #78804. 
5435
5436 2006-08-03  Jackson Harper  <jackson@ximian.com>
5437
5438         * Control.cs: Revert previous focus patch, it breaks reflector.
5439
5440 2006-08-03  Jackson Harper  <jackson@ximian.com>
5441
5442         * ComboBox.cs: Cleanup selection and focus with the combobox.
5443         This also eliminates some duplicated keyboard code, since now
5444         everything is handled by the main class.
5445         - Make list selection work on mouse up instead of down, to match
5446         MS.
5447
5448 2006-08-02  Jackson Harper  <jackson@ximian.com>
5449
5450         * Control.cs: Setting focus needs to go through the whole
5451         selection mechanism.
5452
5453 2006-08-02  Chris Toshok  <toshok@ximian.com>
5454
5455         * PrintPreviewDialog.cs: change MinimumSize to use
5456         base.MinimumSize so it works.
5457
5458 2006-08-02  Peter Dennis Bartok  <pbartok@novell.com>
5459
5460         * TextControl.cs:
5461           - UpdateCaret: Added sanity check in case caret isn't defined yet
5462           - Line.Delete: Now updating selection and caret markers if we're
5463             transfering a node (Properly fixes #78323)
5464           - SetSelectionEnd: Added sanity check
5465         * TextBoxBase.cs: Removed broken attempt to fix #78323
5466
5467 2006-08-01  Chris Toshok  <toshok@ximian.com>
5468
5469         * PrintPreviewDialog.cs: the CancelEventArgs stuff surrounding the
5470         Close() call is handled in Form, not here.
5471
5472 2006-08-01  Chris Toshok  <toshok@ximian.com>
5473
5474         * Theme.cs, ThemeWin32Classic.cs: fix the PrintPreviewControl
5475         layout/rendering.
5476
5477         * PrintPreviewDialog.cs: add scrollbars, and add an image cache
5478         for sizes < 100% zoom.  The code now aggressively attempts to keep
5479         from calling document.Print (), and tries not to use the scaling
5480         g.DrawImage whenever possible (it still does if you scale to >
5481         100%, since usually that involves huge images).
5482
5483         * PrintPreviewControl.cs: hook up the close button.
5484
5485 2006-08-01  Jonathan Pobst  <monkey@jpobst.com>
5486         * ColumnClickEventHandler.cs, DrawItemEventHandler.cs,
5487           ItemChangedEventHandler.cs, ItemCheckEventHandler.cs,
5488           ItemDragEventHandler.cs, LabelEditEventHandler.cs,
5489           LinkClickedEventHandler.cs, LinkLabelLinkClickedEventHandler.cs,
5490           MeasureItemEventHandler.cs, MethodInvoker.cs, PaintEventHandler.cs,
5491           PropertyTabChangedEventHandler.cs, PropertyValueChangedEventHandler.cs,
5492           SelectedGridItemChangedEventHandler.cs, ToolBarButtonClickEventHandler.cs:
5493           Removed [Serializable] for 2.0 Event Handlers.
5494
5495 2006-07-31  Jackson Harper  <jackson@ximian.com>
5496
5497         * TextBoxBase.cs: Make ShowSelection invalidate when changed.
5498         * TextControl.cs: Uncomment out the body of this method.
5499
5500 2006-07-31  Alexander Olk  <alex.olk@googlemail.com>
5501
5502         * XplatUIX11.cs: Use the correct cursor shapes for arrow and default
5503           standard cursors.
5504
5505 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
5506
5507         * TextBoxBase.cs: Added internal property ShowSelection to allow controls
5508           that embed TextBox and need selections visible even if textbox is not
5509           focused to enforce that behaviour.
5510         * TextControl.cs (Draw): Use ShowSelection instead of has_focus to determine
5511           selection drawing
5512
5513 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
5514
5515         * TextControl.cs:
5516           - Added new SetSelectionStart/SetSelectionEnd overloads
5517           - Fixed viewport width assignment to be accurate
5518           - Adjusted alignment line shift calculations to allow cursor on right
5519             aligned lines to be always visible at the right border (like MS)
5520         * TextBoxBase.cs:
5521           - SetBoundsCore: Re-adjust caret location after resize (Fixes #78323)
5522           - TextBoxBase_SizeChanged: recalculating canvas on size changes
5523           - CalculateScrollBars: Use ViewPort size instead of window size, to
5524             properly consider space occupied by the border and scrollbars 
5525             (Fixes #78661)
5526           - hscroll_ValueChanged, vscroll_ValueChanged: Fixed scroll 
5527             calculations; no longer leaves artifacts
5528           - CaretMoved: Adjusted window scrolling to match MS and fixed several
5529             calculation bugs (Still missing right/center align calculations)
5530
5531 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com> 
5532
5533         * XPlatUIWin32.cs: Made ScrollRectEx a bit more flexible, and removed
5534           use of both scroll rect and clip rect, as they do the same.
5535
5536 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
5537
5538         * Control.cs (WM_CHAR WndProc): 2.0 profile allows changing the key 
5539           in the event handler (fixes #78912)
5540
5541 2006-07-31  Chris Toshok  <toshok@ximian.com>
5542
5543         * ThemeWin32Classic.cs: use grid.RowsCount here instead of
5544         grid.ListManager.Count, since grid.ListManager might be null.
5545         This of course begs the question "why are we drawing rows for a
5546         grid with no list manager (and therefor no rows)?"  Fixes the
5547         crash in bug #78929.
5548
5549 2006-07-31  Chris Toshok  <toshok@ximian.com>
5550
5551         * RelatedPropertyManager.cs: Don't always chain up to the parent
5552         ctor.  instead, call SetDataSource if the parent's position is !=
5553         -1.  Fixes the crash in #78822.
5554
5555 2006-07-31  Chris Toshok  <toshok@ximian.com>
5556
5557         * DataGrid.cs (get_ListManager): use field instead of property
5558         accessors for datasource and datamember.
5559         (RowsCount): make internal again.
5560         (OnMouseDown): end edits before resizing columns/rows.
5561         (OnMouseUp): restart edits after resizing columns/rows.
5562
5563 2006-07-30  Peter Dennis Bartok  <pbartok@novell.com>
5564
5565         * XplatUIX11.cs: Default cursor cannot be 0 or it will not get set.
5566           This fixes the situation where the last set cursor is displayed
5567           whenever the mouse is over scrollbars.
5568
5569 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5570
5571         * PrintDialog.cs: Fix the behaviour of PrinterSettings and
5572         Document properties, as well as initial values.
5573
5574 2006-07-29  Peter Dennis Bartok  <pbartok@novell.com>
5575
5576         * XplatUIWin32.cs (SetBorderStyle): Setting both border
5577           and ClientEdge results in a 3-pixel border, which is
5578           wrong.
5579
5580 2006-07-28  Jackson Harper  <jackson@ximian.com>
5581
5582         * TreeNodeCollection.cs: Fix the clear method.
5583         - Fix the Shrink also
5584
5585 2006-07-27  Jackson Harper  <jackson@ximian.com>
5586
5587         * TreeView.cs: Make sure the visible order is computed when we
5588         attempt to size the scrollbars (for trees that mess with the
5589         scrolling when they shouldn't.
5590         - Make sure to give the scrollbars valid values.
5591
5592 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
5593
5594         * XplatUIX11.cs: Move motion compression code to where it
5595           has less performance impact
5596
5597 2006-07-26  Jackson Harper  <jackson@ximian.com>
5598
5599         * UpDownBase.cs: When the control is selected make the child
5600         controls non selectable, so that a click on them won't do a
5601         focus/unfocus cycle.
5602         - Don't give focus to the text box when the spinner is selected.
5603         * XEventQueue.cs: Peek on both the x11 queue and the lock queue.
5604
5605 2006-07-26  Chris Toshok  <toshok@ximian.com>
5606
5607         * ThemeWin32Classic.cs: add print preview rendering.  I'm not
5608         satisfied with this solution.  If the bitmaps are small, we should
5609         just cache them in the PrintPreviewDialog and draw them here.
5610         Also, the layout is broken for the 2-up and 3-up cases.
5611
5612         * Theme.cs: add PrintPReviewControlPaint.
5613
5614         * PrintPreviewDialog.cs: first pass implementation.
5615
5616         * PrintPreviewControl.cs: first pass implementation.  No
5617         scrollbars yet.
5618
5619         * PrintDialog.cs: only validate fields if that particular portion
5620         of the UI is enabled.  Also, set the document's controller to a
5621         PrintControllerWithStatusDialog wrapping the document's print
5622         controller.
5623
5624         * PrintControllerWithStatusDialog.cs: if we're printing to a file,
5625         bring up a SaveFileDialog (i hope we don't want to match the
5626         behavior of the crappy windows file entry) and set the
5627         PrinterSettings.PrintFileName accordingly.
5628
5629 2006-07-26  Jackson Harper  <jackson@ximian.com>
5630
5631         * ContainerControl.cs: Add a field that disables auto selecting
5632         the next control in a container when the container is activated.
5633         * UpDownBase.cs: Don't select the text box when the up down is
5634         selected.
5635
5636 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
5637
5638         * XEventQueue.cs: Added methods for peeking (used for compression
5639           of successive events)
5640         * XplatUIX11.cs (GetMessage): We're now compressing consecutive
5641           mouse move events (fixes #78732)
5642
5643 2006-07-25  Jackson Harper  <jackson@ximian.com>
5644
5645         * UpDownBase.cs: Use an internal class for the textbox so that we
5646         can control focus.  the updown control should always have focus,
5647         if either the text area or the buttons are clicked.
5648         - Send the key messages to the textbox, since it never actually
5649         has focus
5650         - Activate and decativate the textbox caret.
5651
5652 2006-07-24  Jackson Harper  <jackson@ximian.com>
5653
5654         * Control.cs: Use the directed select when selecting a control,
5655         this way the container controls override will get called and the
5656         whole ActiveControl chain will get triggered.  TODO: probably need
5657         to make sure this gets done everywhere instead of the old
5658         Select(Control).
5659         * ContainerControl.cs: Implement the directed Select method to
5660         find and activate the correct child control.    
5661         
5662 2006-07-22  Mike Kestner  <mkestner@novell.com>
5663
5664         * Form.cs: use Control.MousePosition for NCLBUTTONDOWN in the menu
5665         menu handling code so that clicks without a grab work too.
5666         [Fixes #78914]
5667
5668 2006-07-22  Alexander Olk  <alex.olk@googlemail.com>
5669
5670         * FileDialog.cs: Enable the BackButton when dirstack has one element.
5671           Added some small optimizations.
5672
5673 2006-07-21  Matt Hargett  <matt@use.net>
5674
5675         * Control.cs: Implemented 2.0 MinimumSize/MaximumSize properties
5676
5677 2006-07-21  Peter Dennis Bartok  <pbartok@novell.com> 
5678
5679         * Control.cs (GetNextControl): Fixes to make all of Jackson's unit 
5680           tests pass and match MS in some strange border cases.
5681
5682 2006-07-21  Chris Toshok  <toshok@ximian.com>
5683
5684         * ThemeWin32Classic.cs: handle drawing of the relation links and
5685         parent row buttons.
5686
5687         * Theme.cs: change args to DataGridPaintParentRow.
5688
5689         * DataGrid.cs: Don't use controls for the relation links and
5690         parent buttons, so we have to handle all their interactions in
5691         MouseMove, MouseDown, MouseUp, etc.  Also, store a lot more stuff
5692         when we're navigating through child tables, so we can reinstate
5693         selection, expanded state, current cell, etc.
5694
5695 2006-07-20  Chris Toshok  <toshok@ximian.com>
5696
5697         * ToolBar.cs: When we redraw a button, for whatever reason,
5698         there's no reason to redraw the entire toolbar.  Also, don't call
5699         Control.Refresh from within Redraw, as it's much heavier than
5700         Invalidate (which is really what we want).
5701
5702 2006-07-20  Chris Toshok  <toshok@ximian.com>
5703
5704         * DataGrid.cs, CurrencyManager.cs, DataGridColumnStyle.cs,
5705         DataGridTextBoxColumn.cs, DataGridTextBox.cs,
5706         ThemeWin32Classic.cs, ListControl.cs: After staring at stack
5707         traces from within a debug IBindingList datasource
5708         (in mono/winforms/datagrid) for *days*, I've finally gotten things
5709         to work in a similar fashion.
5710
5711 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5712
5713         * ListBox.cs: Don't call Sort () when setting 
5714         the Sorted property to false (avoid an unnecessary sort).
5715
5716 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5717
5718         * ListControl.cs: DataSource should throw an ArgumentException
5719         instead of a normal exception when the argument is not of the 
5720         correct type.
5721
5722 2006-07-20  Mike Kestner  <mkestner@novell.com>
5723
5724         * Control.cs: add InternalPreProcessMessage to allow us to steal
5725         key events before MWF gets its paws on them.  Adapted from a
5726         suggestion by eno.
5727         * ToolBar.cs: add GotLostFocus handing for flat toolbars, with 
5728         up/down/left/right navigation. Override the new internal control
5729         method to steal the events since they never make it to WndProc.
5730         * ToolBarButton.cs: don't worry about pushed when setting hilight
5731         since the drawing code prefers pushed to hilight. Invalidate on 
5732         Hilight changes. Fixes #78547 and #78525.
5733
5734 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
5735
5736         * ScrollableControl.cs: Consider AutoScrollMinSize when calculating
5737           the canvas size. Fixes #78868
5738
5739 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com>
5740
5741         * Splitter.cs: Track requested split position until first layout
5742           is performed. Fixes #78871
5743
5744 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
5745
5746         * Application.cs: Removed code that forces 1.x for the version
5747           number if the version started with 0. Not sure why that code was
5748           there and I couldn't find any bugs that indicated we needed it.
5749           Fixes #78869
5750
5751 2006-07-20  Alexander Olk  <alex.olk@googlemail.com>
5752
5753         * ThemeWin32Classic.cs: Don't throw a NotImplementedException in
5754           ResetDefaults(), just write some output to the console until it's
5755           implemented. Fixes bug #78907 for now. Eliminated two warnings.
5756
5757 2006-07-19  Jonathan Chambers  <joncham@gmail.com>
5758
5759         * PropertyGridView.cs: set StartPosition of drop down forms
5760         so they appear in correct initial spot.  Fixes #78190.
5761
5762 2006-07-19  Mike Kestner  <mkestner@novell.com>
5763
5764         * ThemeWin32Classic.cs: use parent background color when drawing
5765         flat toolbars.  Restructure the conditionals to make sure non-flat
5766         non-Divider toolbars are filled too.  Fixes #78837.
5767
5768 2006-07-19  Mike Kestner  <mkestner@novell.com>
5769
5770         * ListBox.cs: Sort on collection changes even if the handle
5771         isn't created yet.  Fixes #78813.
5772
5773 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5774
5775         * ListControl.cs: DisplayMember should never be null,
5776         and now we assign String.Empty when null is passed to it (this
5777         is the .Net way).
5778
5779 2006-07-17  Mike Kestner  <mkestner@novell.com>
5780
5781         * ListViewItem.cs: restructure Font and subitem Font handling 
5782         to hold a specific font and refer back to owner on null.
5783         Fixes #78761.
5784
5785 2006-07-17  Mike Kestner  <mkestner@novell.com>
5786
5787         * ToolBar.cs: bandaid for side-effect of previous patch which was
5788         discarding explicit heights for non-AutoSize toolbars.  Need to
5789         extend my format tester to deal with AutoSize=false. Fixes #78864.
5790
5791 2006-07-15  Jackson Harper  <jackson@ximian.com>
5792
5793         * LabelEditTextBox.cs:
5794         * TreeView.cs: Use a new LabelEdit class for node editing, this
5795         class automatically 'closes' itself when it gets the enter key or
5796         loses focus.
5797         - Use the client rectangle when setting the trees scrollbars, so
5798         border style is taken into account.
5799         
5800 2006-07-14  Jackson Harper  <jackson@ximian.com>
5801
5802         * TreeNode.cs:
5803         * TreeView.cs: Make the editing work similar to MSs, firing the
5804         events correctly and ending edits correctly.
5805
5806 2006-07-14  Mike Kestner  <mkestner@novell.com>
5807
5808         * ToolBarButton.cs:
5809         * ToolBar.cs: layout restructuring and redraw enhancements to support
5810         formatting changes gracefully, like setting TextAlign, ImageList, 
5811         ButtonSize, and Appearance.  Handles explicit button sizing quirks
5812         of the MS controls.  Things like flat toolbars ignoring button size
5813         but becoming constant sized at the largest button's size.  Normal
5814         toolbars with an image set cannot be shrunk smaller than the image,
5815         but text can be clipped/ignored.
5816         * ThemeWin32Classic.cs: don't draw text if text_rect height or width
5817         is zero.  Seems like DrawString should be smart enough to not put
5818         anything on screen though. Also trim labels and ellipsize at the char
5819         boundary, not word.
5820         Fixes #78711 and #78483.
5821
5822 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
5823
5824         * FolderBrowserDialog.cs: Disable "New Folder" button and
5825           "New Folder" contextmenu menuitem if a folder like "My Computer"
5826           is selected.
5827
5828 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
5829
5830         * FileDialog.cs: Don't create a new folder in "MyComputer" folder.
5831         * FolderBrowserDialog.cs:
5832           - Use MWFConfig to store and read size and position settings
5833           - Added code to create a new folder (button or context menu).
5834             Use TreeView labeledit to change the name of the new folder.
5835
5836 2006-07-14  Jackson Harper  <jackson@ximian.com>
5837
5838         * TreeView.cs: Raise the OnAfterLabelEdit event correctly.  Also,
5839         when the tree is scrolled we end editing.
5840
5841 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
5842
5843         * ThemeWin32Classic.cs: Fixed position of CPDrawScrollButton Up and
5844           Down arrows
5845
5846 2006-07-14  Jonathan Pobst  <monkey@ipobst.com> 
5847
5848         WebBrowserProgressChangedEventHandler.cs, BindingCompleteEventArgs.cs,
5849         BindingCompleteEventHandler.cs, BindingManagerDataErrorEventArgs.cs,
5850         BindingManagerDataErrorEventHandler.cs, CacheVirtualItemsEventArgs.cs,
5851         CacheVirtualItemsEventHandler.cs, ColumnReorderedEventArgs.cs,
5852         ColumnReorderedEventHandler.cs, ColumnWidthChangedEventArgs.cs,
5853         ColumnWidthChangedEventHandler.cs, ColumnWidthChangingEventArgs.cs,
5854         ColumnWidthChangingEventHandler.cs, FormClosedEventArgs.cs,
5855         FormClosedEventHandler.cs, FormClosingEventArgs.cs,
5856         FormClosingEventHandler.cs, ItemCheckedEventArgs.cs,
5857         ItemCheckedEventHandler.cs, ListControlConvertEventArgs.cs,
5858         ListControlConvertEventHandler.cs, ListViewItemMouseHoverEventArgs.cs,
5859         ListViewItemMouseHoverEventHandler.cs, ListViewItemSelectionChangedEventArgs.cs,
5860         ListViewItemSelectionChangedEventHandler.cs,
5861         ListViewVirtualItemsSelectionRangeChangedEventArgs.cs,
5862         ListViewVirtualItemsSelectionRangeChangedEventHandler.cs,
5863         MaskInputRejectedEventArgs.cs, MaskInputRejectedEventHandler.cs,
5864         PopupEventArgs.cs, PopupEventHandler.cs, PreviewKeyDownEventArgs.cs,
5865         PreviewKeyDownEventHandler.cs, RetrieveVirtualItemEventArgs.cs,
5866         RetrieveVirtualItemEventHandler.cs, SearchForVirtualItemEventArgs.cs,
5867         SearchForVirtualItemEventHandler.cs, SplitterCancelEventArgs.cs,
5868         SplitterCancelEventHandler.cs, TabControlCancelEventArgs.cs, 
5869         TabControlCancelEventHandler.cs, TabControlEventArgs.cs, 
5870         TabControlEventHandler.cs, TableLayoutCellPaintEventArgs.cs,
5871         TableLayoutCellPaintEventHandler.cs, ToolStripDropDownClosedEventArgs.cs,
5872         ToolStripDropDownClosedEventHandler.cs, ToolStripDropDownClosingEventArgs.cs,
5873         ToolStripDropDownClosingEventHandler.cs, TreeNodeMouseClickEventArgs.cs,
5874         TreeNodeMouseClickEventHandler.cs, TreeNodeMouseHoverEventArgs.cs,
5875         TreeNodeMouseHoverEventHandler.cs, TypeValidationEventArgs.cs,
5876         TypeValidationEventHandler.cs, WebBrowserDocumentCompletedEventArgs.cs,
5877         WebBrowserDocumentCompletedEventHandler.cs, WebBrowserNavigatedEventArgs.cs,
5878         WebBrowserNavigatedEventHandler.cs, WebBrowserNavigatingEventArgs.cs,
5879         WebBrowserNavigatingEventHandler.cs, 
5880         WebBrowserProgressChangedEventArgs.cs: New 2.0 Event Handlers
5881
5882 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
5883
5884         MergeAction.cs, PowerLineStatus.cs, PowerState.cs, PreProcessControlState.cs,
5885         RichTextBoxLanguageOptions.cs, ScreenOrientation.cs, ScrollOrientation.cs,
5886         SearchDirectionHint.cs, SystemParameter.cs, TabControlAction.cs,
5887         TableLayoutPanelCellBorderStyle.cs, TextDataFormat.cs, TextImageRelation.cs,
5888         ToolStripDropDownCloseReason.cs, ToolStripDropDownDirection.cs,
5889         ToolStripGripDisplayStyle.cs, ToolStripGripStyle.cs,
5890         ToolStripItemAlignment.cs, ToolStripItemDisplayStyle.cs,
5891         ToolStripItemImageScaling.cs, ToolStripItemOverflow.cs,
5892         ToolStripItemPlacement.cs, ToolStripLayoutStyle.cs,
5893         ToolStripManagerRenderMode.cs, ToolStripRenderMode.cs,
5894         ToolStripStatusLabelBorderSides.cs, ToolStripTextDirection.cs,
5895         ToolTipIcon.cs, TreeNodeStates.cs, TreeViewDrawMode.cs,
5896         TreeViewHitTestLocations.cs, UnhandledExceptionMode.cs, ValidationConstraints.cs,
5897         WebBrowserEncryptionLevel.cs, WebBrowserReadyState.cs, WebBrowserRefreshOption.cs,
5898         ArrowDirection.cs, AutoCompleteMode.cs, AutoCompleteSource.cs, AutoSizeMode.cs,
5899         AutoValidate.cs, BatteryChargeStatus.cs, BindingCompleteContext.cs,
5900         BindingCompleteState.cs, CloseReason.cs, ColumnHeaderAutoResizeStyle.cs,
5901         ControlUpdateMode.cs, DataSourceUpdateMode.cs, DockingBehavior.cs,
5902         FixedPanel.cs, FlowDirection.cs, GetChildAtPointSkip.cs,
5903         HtmlElementInsertionOrientation.cs, InsertKeyMode.cs, ListViewHitTestLocations.cs,
5904         ListViewItemStates.cs, MaskFormat.cs: Added
5905
5906 2006-07-13  Jonathan Chambers  <joncham@gmail.com>
5907
5908         * PropertyGridView.cs: Fix keyboard navigation of drop down.
5909         Patch from eno for bug 78558.
5910         
5911 2006-07-13  Jackson Harper  <jackson@ximian.com>
5912
5913         * TreeView.cs: When an edit is finished make sure that the
5914         selected node is visible.
5915         - When setting the top/bottom use the scrollbars is_visible, so
5916         everything will be set correctly even if the tree isn't visible
5917         yet.
5918
5919 2006-07-13  Jackson Harper  <jackson@ximian.com>
5920
5921         * ComboBox.cs: Revert the item->index part of my previous patch.
5922         * TreeView.cs: Use LostFocus instead of Leave for detecting when
5923         the edit box has lost focus (duh).
5924         - Just make the edit box not visible when we get return, that will
5925         take the focus, which will call EndEdit
5926         * TreeNode.cs When we start editing, notify the treeview.
5927
5928 2006-07-12  Jackson Harper  <jackson@ximian.com>
5929
5930         * ComboBox.cs: Clear out old items before setting the item list.
5931         This prevents databound controls from having their items added
5932         twice.
5933         - Switch the combobox to use indices whereever possible instead of
5934         using Item's.  This allows usto navigate through lists that have
5935         more then one item with the same string value (ie a, b, b, a).
5936         - Scroll the listboxes scrollbar when a non visible item is
5937         highlighted
5938         - Allow keypress to cycle through all the possible values. For
5939         example if you have b1, b2, b3 and hold down the B key all the
5940         values will be cycled through.
5941         
5942 2006-07-12  Jackson Harper  <jackson@ximian.com>
5943
5944         * TextBoxBase.cs:
5945         * ListView.cs: Don't need to override SETFOCUS anymore, we can do
5946         this using the internal methods.
5947         * Control.cs: Add OnGotFocusInternal.  A new method that allows
5948         controls to "override" OnGotFocus and change focus behavior if
5949         needed.
5950         - Same thing for LostFocus
5951         * ComboBox.cs: Pass off focus to the text control properly.
5952
5953 2006-07-12  Alexander Olk  <alex.olk@googlemail.com>
5954
5955         * FileDialog.cs: Added GetFoldersOnly to MWFVFS
5956         * FolderBrowserDialog.cs: Almost a complete rewrite.
5957           - Better support for Environment.Specialfolders
5958           - Added support for MWFVFS
5959           - Made setting SelectedPath work
5960
5961 2006-07-12  Jackson Harper  <jackson@ximian.com>
5962
5963         * Control.cs: Optimze getting all the controls.
5964
5965 2006-07-11  Jackson Harper  <jackson@ximian.com>
5966
5967         * ContainerControl.cs: Override SETFOCUS in the container control,
5968         so that it is not selected on mouse click.
5969
5970 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com> 
5971
5972         * LinkLabel.cs: Hack to handle Shift-Tabbing to the linklabel. 
5973           Hopefully we will have a better way once all of focus is complete.
5974
5975 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com>
5976
5977         * ThemeWin32Classic.cs: Commented out some debug code and fixed
5978           a compile error with csc.
5979
5980 2006-07-11  Jackson Harper  <jackson@ximian.com>
5981
5982         * Control.cs: When hiding a control only select the next control
5983         if the current control was focused.
5984         - Don't handle enter/leave when setting/killing focus, this is
5985         done by the container control.
5986         - Remove is_selected, it's not needed anymore.
5987         - Add utility methods for selecting a child control, and for
5988         firing the Enter/Leave events.
5989         * ContainerControl.cs: When a control is activated fire the
5990         enter/leave events.
5991         - Don't wrap when processing the tab key, so that focus can be
5992         moved outside of the container.
5993         - Use the correct active control
5994
5995 2006-07-11  Jackson Harper  <jackson@ximian.com>
5996
5997         * ComboBox.cs: Remove some debug code that was blinding me.
5998         * UpDownBase.cs: These controls actually aren't implicit, they are
5999         visible to the user.
6000
6001 2006-07-10  Chris Toshok  <toshok@ximian.com>
6002
6003         * DataGrid.cs: move back to the is_adding boolean field.  god i
6004         hate this is_editing/is_adding/is_changing stuff.
6005
6006 2006-07-10  Chris Toshok  <toshok@ximian.com>
6007
6008         * DataGridTableStyle.cs: just check if the property type is bool.
6009         if it is, use DataGridBoolColumn, otherwise DataGridTextBoxColumn.
6010         Don't use CanRenderType.
6011
6012         * DataGridTextBoxColumn.cs: set the value to DBNull.Value, not "",
6013         if our text == NullText.  Remove CanRenderType.
6014
6015         * DataGridBoolColumn.cs: nuke CanRenderType.
6016
6017         * DataGrid.cs: reenable some code to end the current edit inside
6018         of set_CurrentCell.  This fixes the other 1.1.16 regression.
6019         Also, remove rowhdrs_maxheight and just use rowhdrs_area.Height.
6020         Also, remove the visible_row_count arg from CalcRowHeaders, since
6021         we don't need to worry about the actual height of the area.
6022
6023 2006-07-10  Chris Toshok  <toshok@ximian.com>
6024
6025         * DataGridTextBoxColumn.cs: if when we Commit we're in navigate
6026         mode, just return.
6027
6028         * DataGridTextBox.cs: change "isedit" to "isnavigating" to reflect
6029         the real sense of the IsInEditOrNavigateMode property (true =
6030         navigate, false = edit).  Also, update OnKeyPress to reflect this.
6031
6032         * DataGridTableStyle.cs (CreateColumnsForTable): even if the
6033         column style exists, we still need to set its property descriptor
6034         to match up with our list manager.
6035
6036 2006-07-10  Chris Toshok  <toshok@ximian.com>
6037
6038         * ThemeWin32Classic.cs: implement the new row/header painting
6039         approach.  The parent row painting will likely go away and
6040         replaced with label controls, but the rest seems to work ok (and
6041         efficiently).
6042
6043         * Theme.cs: change the way we draw datagrid rows.  we don't draw
6044         the row headers as a block now.  Instead we draw them in the
6045         normal draw-row loop.  Add some calls for drawing parent rows and
6046         relation rows.
6047
6048         * DataGridTableStyle.cs: add tons of ArgumentExceptions if this is
6049         a default table style.  Set the defaults from ThemeEngine.Current,
6050         not SystemColors.  Fix lots of misc issues with property setters.
6051
6052         * DataGrid.cs: move loads of style information out of this class
6053         as it's being duplicated with DataGridTableStyle.  keep track of a
6054         special DataGridTableStyle for the properties we used to mirror
6055         here.  Switch all the style properties to access this table style
6056         instead of instance fields of this class.  Also add a internal
6057         class to represent parent rows (more needs to be stored here, like
6058         the selection state from the parent table, as well as the
6059         expansion state.)  Also, for datasources with relations, do the
6060         right thing for collapse/expand, and add support for the
6061         navigation/parent row buttons.
6062
6063         Lastly, fix the crash in the 1.1.16 build.
6064
6065         * GridTableStylesCollection.cs: make the explicit interface
6066         implementations call the class's methods as opposed to duplicating
6067         them.
6068
6069         * DataGridTextBoxColumn.cs: set the x/y offset of the textfield to
6070         0 so the text doesn't jump around when we move the cursor.
6071
6072 2006-07-10  Jackson Harper  <jackson@ximian.com>
6073
6074         * TextBoxBase.cs:
6075         * ListBox.cs: Match MS's ToString (this makes debugging focus
6076         stuff infinitely easier).
6077
6078 2006-07-10  Jackson Harper  <jackson@ximian.com>
6079
6080         * Control.cs (SelectNextControl): When checking the control's
6081         parent use this instead of ctrl.parent so that null can be passed
6082         to SelectNextControl. (I have unit tests for this).
6083         - Remove unused var.
6084
6085 2006-07-10  Chris Toshok  <toshok@ximian.com>
6086
6087         * CurrencyManager.cs: correct one regression, the removal of the
6088         finalType field.  Also, add a MonoTODO on CanAddRows, implement
6089         Refresh() correctly, and fix some event emission in
6090         ListChangedHandler.
6091
6092 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
6093
6094         * FileDialog.cs: Don't use brackets for new folders if they exist
6095           under *nix. Instead use -(number of existing folders +1).
6096
6097 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
6098
6099         * FileDialog.cs:
6100           - Fixed really nasty bug #78771
6101           - Don't block the whole GUI when reading directories with a lot of
6102             entries. Use an other thread instead and call BeginInvoke to
6103             update the ListView in MWFFileView
6104
6105 2006-07-07  Chris Toshok  <toshok@ximian.com>
6106
6107         * Control.cs (Dispose): release any Capture when disposing.
6108
6109 2006-07-07  Chris Toshok  <toshok@ximian.com>
6110
6111         * LinkLabel.cs (Select): if we chain up to the parent, set
6112         focused_index to -1 so we'll search for the first available link
6113         the next time the user tabs into us.  Also, if the direction is
6114         backward and focused_index == -1, start the search from the last
6115         element.
6116
6117 2006-07-07  Chris Toshok  <toshok@ximian.com>
6118
6119         * LinkLabel.cs (CreatePiecesFromText): if the link's range piece
6120         is beyond the end of the text, don't do anything.
6121         (CreateLinkPieces): set our ControlStyles.Selectable based on
6122         whether or not we have any links.
6123         (Link.Invalidate): use a loop instead of foreach.
6124         (Link.set_Start): null out owner.sorted_links so it'll be
6125         recreated by CreateLinkPieces.
6126
6127 2006-07-06  Chris Toshok  <toshok@ximian.com>
6128
6129         * LinkLabel.cs: revert the SetStyle change.
6130
6131 2006-07-06  Chris Toshok  <toshok@ximian.com>
6132
6133         * LinkLabel.cs (.ctor): SetStyle Selectable to true.
6134         (OnEnableChanged): s/Refresh/Invalidate
6135         (OnGotFocus): if we have a focused index already, refocus it (so
6136         if we mouse out/in to the window it'll focus the right link).
6137         (OnKeyDown): move the tab handling out of here.
6138         (OnLostFocus): don't set focused_index to -1, so we can refocus it
6139         when we lose focus.
6140         (OnMouseDown): don't Capture here - Control handles it.  Also,
6141         focus the active link.
6142         (OnMouseUp): don't deal with Capture.
6143         (OnPaintBackgroundInternal): remove.
6144         (OnTextAlignChanged): CreateLinkPieces before calling the
6145         superclass's method.
6146         (OnTextChanged): call CreateLinkPieces before calling superclass's
6147         method.
6148         (ProcessDialogKey): handle Tab here, and call Select(bool,bool) to
6149         move around.
6150         (Select): implement this, moving the selection between different
6151         links, and call parent.SelectNextControl if we don't have another
6152         link to focus in the given direction.
6153         (CreateLinkPieces): call Invalidate instead of Refresh.
6154         
6155 2006-07-06  Chris Toshok  <toshok@ximian.com>
6156
6157         * ThemeWin32Classic.cs: DrawLinkLabel changes to accomodate the
6158         new LinkLabel internals.
6159
6160         * LinkLabel.cs: fairly major rewrite.  get rid of all the loops
6161         over pieces looking for active/focused/etc links.  also, deal with
6162         runs of text (and links) with embedded \n's in them, and use
6163         MeasureCharacterRanges instead of MeasureString to figure out the
6164         regions text occupies.  Lastly, do the usual s/Refresh/Invalidate
6165         two-step.
6166
6167 2006-07-04  Jackson Harper  <jackson@ximian.com>
6168
6169         * XplatUIX11.cs: Enable key auto repeat. If the user doesn't have
6170         XKB or key auto repeat, do it manually.  Without key auto repeat,
6171         when a key is held down we get key press, key release, key press,
6172         key release, ... with auto repeat we get key press, key press, key
6173         press ..., and then a release when the key is actually released.
6174
6175 2006-07-03  Jackson Harper  <jackson@ximian.com>
6176
6177         * TabControl.cs:
6178         * ThemeWin32Classic.cs: Tabs do not obey normal background color
6179         rules, they are always control color regardless of the background
6180         color.
6181
6182 2006-07-02  Alexander Olk  <alex.olk@googlemail.com>
6183
6184         * FileDialog.cs: Added internal class MWFConfig.
6185           Removed Registry support and replaced it with support for the new
6186           MWFConfig class. See MWFConfig comments for more information.
6187
6188 2006-06-30  Alexander Olk  <alex.olk@googlemail.com>
6189
6190         * ThemeWin32Classic.cs: Added RadioButton and CheckBox focus
6191           rectangle. Added some patches from eno from bug #78490 and fixed
6192           the arrow position for small up and down CPDrawScrollButtons.
6193
6194 2006-06-30  Jackson Harper  <jackson@ximian.com>
6195
6196         * InternalWindowManager.cs: Remove some debug code.
6197         * Form.cs: When an MdiParent is set to null, the window is
6198         "detatched" and becomes a normal window.
6199         * MdiClient.cs: Don't bring the new child form to the front until
6200         it is activated (setting it as active does this), this makes the
6201         previously active forms titlebar get redrawn as inactive.
6202
6203 2006-06-29  Peter Dennis Bartok  <pbartok@novell.com>
6204
6205         * PrintDialog.cs: Labels need a tab index too, otherwise they overlap
6206           with later controls
6207
6208 2006-06-29  Mike Kestner  <mkestner@novell.com>
6209
6210         * MenuAPI.cs: handle arrow keys in keynav state. Go active on down
6211         arrow in keynav state.  Fixes #78682.
6212
6213 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
6214
6215         * PrintDialog.cs: Reorder, relayout, remove extra code, set tab 
6216           order (fixes #78393)
6217
6218 2006-06-28  Jonathan Pobst  <monkey@ipobst.com>
6219
6220         * AccessibleRole.cs, AccessibleStates.cs, AnchorStyles.cs, 
6221           ArrangeDirection.cs, ArrangeStartingPosition.cs, ColorDepth.cs,
6222           ControlStyles.cs, DataGridViewImageCellLayout.cs, DrawMode.cs,
6223           FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs,
6224           GridItemType.cs, HelpNavigator.cs, ImeMode.cs, ItemActivation.cs,
6225           ItemBoundsPortion.cs, Keys.cs, ListViewAlignment.cs, 
6226           PictureBoxSizeMode.cs, PropertySort.cs, SelectionMode.cs,
6227           Shortcut.cs, SizeGripStyle.cs, SortOrder.cs, StructFormat.cs,
6228           TextFormatFlags.cs, ToolBarAppearance.cs, ToolBarButtonStyle.cs,
6229           ToolBarTextAlign.cs, View.cs: 2.0 Changes to existing 1.x
6230           enumerations (FlagsAttribute, SerializableAttribute, added/removed
6231           values)
6232
6233 2006-06-28  Mike Kestner  <mkestner@novell.com>
6234
6235         * ComboBox.cs: implement scroll wheel support. Fixes #78360.
6236
6237 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
6238
6239         * PropertyGrid.cs,
6240           PropertyGridTextBox.cs : explicitly set BackColor to differentiate
6241           item lines from other area (It also makes BackColor consistent and
6242           compatible with .NET). Fixed bug #78564.
6243
6244 2006-06-28  Jonathan Chambers  <jonathan.chambers@ansys.com>
6245
6246         * PropertyGrid.cs: refresh toolbar when PropertySort is set.
6247         Patch from Eno for #78555.
6248
6249 2006-06-27  Chris Toshok  <toshok@ximian.com>
6250
6251         * ThemeWin32Classic.cs: s/grid.grid_drawing/grid
6252
6253         * DataGridColumnStyle.cs: same.
6254
6255         * DataGrid.cs: Roll DataGridDrawingLogic.cs into this file.
6256         
6257         * DataGridDrawingLogic.cs: nuke.
6258
6259 2006-06-27  Chris Toshok  <toshok@ximian.com>
6260
6261         * DataGridTableStyle.cs: clean up the constructors, and build the
6262         list of child relations for this table.  I have no idea if this is
6263         where we should be doing it (it probably isn't), but since we're
6264         already iterating over the properties..
6265
6266         * DataGrid.cs: add row resizing.  for now we add a DataGridRow
6267         struct and array for keeping track of row information, similar to
6268         what's shown in a hack on
6269         http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx.
6270
6271         * Theme.cs: be consistent about the naming of DataGrid methods,
6272         prefering ColumnWidths and RowHeights over columnsWidths and
6273         RowsHeights.
6274
6275         * ThemeWin32Classic.cs: same, and also add support for variable
6276         sized rows (and the +/- expansion icons for related rows).
6277
6278 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
6279
6280         * TextBoxBase.cs: Applied Eno's patch from #78660
6281
6282 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
6283
6284         * Form.cs (ScaleCore): We don't want to scale our form if it's
6285           state is minimized or maximized, but we still need to scale our
6286           child windows. Also, added try/finally block to ensure layout
6287           gets reset (Fixes #78697)
6288
6289 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
6290
6291         * Control.cs: Added 2.0 Scale(SizeF) method (Fixes 78700)
6292
6293 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
6294
6295         * Form.cs: Fixed c+p error and added check to resize form if minimum
6296           size is bigger than current size (Fixes #78709)
6297
6298 2006-06-26  Peter Dennis Bartok  <pbartok@novell.com> 
6299
6300         * ThemeEngine.cs (..ctor): Properly use ToLower() (Fixes #78704)
6301
6302 2006-06-26  Mike Kestner  <mkestner@novell.com>
6303
6304         * ComboBox.cs: only do Keypress handling in the combo when there  
6305         are items in the collection. Fixes #78710.
6306
6307 2006-06-26  Chris Toshok  <toshok@ximian.com>
6308
6309         * Binding.cs: make this work bi-directionally.  also, clear up
6310         other mixups between Push/Pull Data (e.g. we're supposed to pull
6311         data when validating).
6312
6313         * BindingManagerBase.cs: trim some fully qualified collection
6314         types.
6315
6316         * PropertyManager.cs (get_IsSuspended): oops, fix this check.
6317
6318 2006-06-23  Chris Toshok  <toshok@ximian.com>
6319
6320         * PropertyManager.cs: It appears (according to the unit tests)
6321         that PropertyManager doesn't use
6322         PropertyDescriptor.AddValueChanged to track propery value changes
6323         in its datasource, but uses the same scheme as Binding, where it
6324         looks for a <Property>Changed event and binds to it.
6325
6326         Also, according to the docs, IsSuspended always returns false for
6327         a property manager with a non-null datasource.
6328
6329 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com> 
6330
6331         * Form.cs: (ShowDialog): If we're returning a forced cancel we still
6332           need to update the actual DialogResult. (Fixes #78613)
6333
6334 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com>
6335
6336         * Form.cs (ShowDialog): Release any captures before running the
6337           new message pump (fixes #78680)
6338
6339 2006-06-22  Mike Kestner  <mkestner@novell.com>
6340
6341         * ListView.cs: Layout column widths properly in details mode even 
6342         if HeaderStyle.None is set.  Fixes #78691.
6343
6344 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com>
6345
6346         * FileDialog.cs: Fixed taborder to match MS. Fixes #77873 partially.
6347
6348 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com> 
6349
6350         * Control.cs (ContainsFocus): Using new driver method to get focused
6351           window, instead of trying to use internal tracking var, which can
6352           recursion issues (Fixes #78685)
6353         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
6354           XplatUIWin32.cs: Added GetFocus method to return focused window
6355
6356 2006-06-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6357
6358         * ColorDialog.cs: when the mouse button is pressed inside the color
6359         matrix, don't let the cursor move out of it until the button is
6360         released, which is the behavior on windows. Changed 'colours' by
6361         'colors' to use the same word consistently.
6362
6363 2006-06-21  Chris Toshok  <toshok@ximian.com>
6364
6365         * DataGrid.cs: add in some basic navigation stuff (navigating to a
6366         child relation and back, using a stack).  Also, remove
6367         GetDataSource and the code that calls it - it's not needed.  Also,
6368         track CurrencyManager.ListName's removal.
6369
6370 2006-06-21  Chris Toshok  <toshok@ximian.com>
6371
6372         * CurrencyManager.cs: push some of the original type checking from
6373         BindingContext.CreateBindingManager to here, and remove some of
6374         the finalType stuff.  Need more tests to make sure I've got the
6375         ListName part right, and we might need more in SetDataSource.
6376
6377         * PropertyManager.cs: add a ctor that takes just the datasource,
6378         and no property name.  Make SetDataSource work with a null
6379         property_name, and make Current return the data_source if the
6380         property descriptor is null.  this makes 'string foo = "hi";
6381         BindingContext[foo].Current' return "hi" as it should.
6382
6383         * RelatedCurrencyManager.cs: make this code more generic - there's
6384         no reason the parent manager has to be CurrencyManager, and
6385         there's no reason to pass the DataRelation.  It suffices to use a
6386         BindingManagerBase and PropetyDescriptor.
6387
6388         * RelatedPropertyManager.cs: make a similar change here.
6389         
6390         * BindingContext.cs: make CreateBindingManager the beautiful, tiny
6391         flower I knew it could be.
6392
6393 2006-06-20  Chris Toshok  <toshok@ximian.com>
6394
6395         * PropertyManager.cs: the PropertyChangedHandler is invoked when
6396         data in the source has changed and we need to update the control,
6397         so s/PullData/PushData.
6398
6399         * CurrencyManager.cs: Refresh is meant to update the control from
6400         data in the datasource.  So, s/PullData/PushData.
6401
6402         * BindingContext.cs: add more ugliness (we weren't handling the
6403         case where data_source = DataTable and data_member = column_name).
6404
6405         * Binding.cs: fix PushData/PullData mixup.  Both are interpreted
6406         from the perspective of the datasource.  PullData pulls from the
6407         control, PushData pushes to the control.
6408
6409 2006-06-20  Chris Toshok  <toshok@ximian.com>
6410
6411         * BindingContext.cs: rewrite the CreateBindingManager code to
6412         handle navigation paths more or less properly.  This could
6413         definitely stand some more work, in particular to push the
6414         recursion up to the toplevel.  But that relies on fixes in other
6415         places (System.Data comes to mind).
6416
6417         Also, move to a flat hashtable (and encode the twolevel nature of
6418         the dictionary into the hash key).  This lets us implement the
6419         IEnumerable.GetEnumerator method.
6420
6421         * RelatedCurrencyManager.cs: new class.  Update our view based on
6422         our relation and our parent CurrencyManager's position.
6423
6424         * CurrencyManager.cs: split out some logic from the ctor into
6425         SetView, so it can be called from the new RelatedCurrencyManager
6426         subclass.
6427
6428         * RelatedPropertyManager.cs: new class.  Update our datasource
6429         based on the position of our parent CurrencyManager.
6430
6431         * PropertyManager.cs: split out some logic from the ctor into
6432         SetDataSource, so it can be called from the new RelatedDataSource
6433         subclass.  Also, make the Current getter return the value
6434         of the PropertyDescriptor, not the data_source.
6435
6436         * Binding.cs: no need to duplicate the string splitting code here.
6437
6438 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
6439
6440         * Control.cs:
6441           - set_Enabled: OnEnabledChanged is not called if the inherited state 
6442             of the control is not altered, even though  we might be changing the
6443             internal state of the control (#78458)
6444           - set_Enabled: (Re)Moved the enabling/disabling of the window to 
6445             OnEnabledChanged, to allow easy altering of any child window state
6446           - OnEnabledChanged: Added code to enable/disable driver window state
6447           - OnParentEnabledChanged: Instead of firing the event, call 
6448             OnEnabledChanged, which will fire the event and also a) set driver
6449             window state and pass the enabled state to any grandchildren (#78458)
6450
6451 2006-06-19  Jackson Harper  <jackson@ximian.com>
6452
6453         * InternalWindowManager.cs: We don't set the cursor explicitly
6454         thats done via the response to NCHITTESTs.
6455         - Don't need to adjust for titlebar heights anymore, the
6456         coordinates are coming in the correct coordinates now (see peters
6457         last patch).
6458
6459
6460 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
6461
6462         * XplatUIX11.cs (GetMessage): WM_NCxBUTTONx messages were wrongly
6463           being translated relative to whole window, instead of client window.
6464           That caused broken offsets on mouseclick (and caused gas for our
6465           InternalWindowManager)
6466
6467 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
6468
6469         * TextControl.cs:
6470           - MoveCaret: Implemented PgUp, PgDown, CtrlPgUp and CtrlPgDown
6471           - Undo(): Added replay of cursor move on DeleteChars action; added
6472             calling Undo() again if a recorded cursor move is invalid (to
6473             ensure that some action is performed on Undo)
6474         * TextBoxBase.cs (ProcessKey): Added handling of PgUp and PgDown (#78482)
6475
6476 2006-06-16  Jackson Harper  <jackson@ximian.com>
6477
6478         * MdiClient.cs: Instead of just sizing maximized windows when
6479         there is a resize we also have to adjust the Y of minimized
6480         windows, so they stay pinned to the bottom of the mdi container.
6481         - Eliminate separate tracking of the active control, we can just
6482         get this from the controls collection.
6483         - Paint the decorations for the newly activated titlebar so we get
6484         a pretty blue bar.
6485         * InternalWindowManager.cs:
6486         * ThemeWin32Classic.cs: Minimized windows get all three buttons
6487         even if they are a tool window.
6488         
6489 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
6490
6491         * TextControl.cs (Undo): Handle non-existent cursor locations in the
6492           undo buffer, these can happen when text was deleted and the cursor
6493           was recorded first. Since we will also have a recorded cursor
6494           after the delete this is not an issue. (Fixes #78651)
6495
6496 2006-06-14  Peter Dennis Bartok  <pbartok@novell.com> 
6497
6498         * AccessibleObject.cs: Remove dependence on Control.is_selected;
6499           instead properly track control states internally (allows us to
6500           remove is_selected from Control)
6501
6502 2006-06-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6503
6504         * ImageListStreamer.cs: correctly generate the 1bpp mask for images
6505         whose width is not a multiple of 8.
6506
6507 2006-06-13  Jackson Harper  <jackson@ximian.com>
6508
6509         * MdiClient.cs:  Only maximize the next child if the current one
6510         is maximized.
6511
6512 2006-06-13  Chris Toshok  <toshok@ximian.com>
6513
6514         * DataGridColumnStyle.cs: Invalidate the column when HeaderText is
6515         modified.  Also, guard against grid or grid_drawing being null in
6516         Invalidate.
6517
6518         * DataGrid.cs: Reformat tons of getters/setters.  In the
6519         DataMember setter, just call SetNewDataSource instead of
6520         duplicating some of its functionality.  In SetNewDataSource, don't
6521         check ListManager for null, since the property getter creates the
6522         object if needed.
6523
6524         * DataGridTableStyle.cs: don't set TableStyle or call
6525         SetDataGridInternal on the column here, it's done in
6526         GridColumnStylesCollection.Add.
6527
6528         * GridColumnStylesCollection.cs: fix all the explicit interface
6529         implementations to just call our methods.  Nuke AddInternal() and
6530         move the body of it to Add().  Also, add a call to
6531         column.SetDataGridInternal to Add().
6532
6533         * DataGridTextBoxColumn.cs (.ctors): call this() instead of
6534         base()+duplicate code.  Also, use the Format property instead of
6535         format to generate an Invalidate ala MS.  Lastly, create the
6536         textbox here, unconditionally.
6537         (set_Format): call Invalidate.
6538         (get_TextBox): no need to call EnsureTextBox.
6539         (Commit): remove the message box.
6540         (Edit) remove the call to EnsureTextBox.
6541         (EndEdit): call HideEditBox instead of ReleaseHostedControl.
6542         (EnterNullValue): no need to check textbox for null.
6543         (HideEditBox): no need to check textbox for null.
6544         (SetDataGridInColumn): add the textbox to the grid's controls.
6545         (EnsureTextBox): nuke.
6546         
6547 2006-06-13  Jackson Harper  <jackson@ximian.com>
6548
6549         * MdiWindowManager.cs: Hook up to the maximized menus paint event
6550         and redraw the buttons when needed. Unhook when the window is
6551         unmaximized.
6552         * MainMenu.cs: Add an internal Paint event, the mdi window manager
6553         needs this so that it can redraw its buttons when the menu is
6554         repainted.
6555         * InternalWindowManager.cs:
6556         * Form.cs: The method order has changed for DrawMaximizedButtons,
6557         so that it can be a PaintEventHandler.
6558         
6559 2006-06-13  Jackson Harper  <jackson@ximian.com>
6560
6561         * MdiClient.cs: When we close a maximized mdi window, the next mdi
6562         window is activated and maximized, even if it wasn't before.
6563         - When  a new window is activated repaint the decorations of the
6564         old one, so that it no longer has the Active "look" (the blue
6565         titlebar).
6566         * InternalWindowManager.cs: Open up CreateButtons to base classes
6567         so they can recreate the buttons on state changes.
6568         - If a window is maximized give it all three buttons
6569         * MdiWindowManager.cs: Create the titlebar buttons when the state
6570         is changed, this is needed because a toolwindow will not have all
6571         three buttons until it is maximized.
6572
6573 2006-06-13  Atsushi Enomoto  <atsushi@ximian.com>
6574
6575         * ProgressBar.cs : PerformStep() shouldn't exceed Maximum.
6576           Fixed bug #78609.
6577
6578 2006-06-12  Jackson Harper  <jackson@ximian.com>
6579
6580         * KeysConverter.cs: Make sure we handle the Ctrl special case
6581         if its the only key.
6582         
6583 2006-06-12  Jackson Harper  <jackson@ximian.com>
6584
6585         * Theme.cs: Add a method to get the size of a managed window
6586         toolbar button.
6587         * InternalWindowManager.cs: Remove the ButtonSize property, this
6588         should be retrieved from the theme.
6589         * MdiWindowManager.cs: Get the button size from the theme
6590         * ThemeWin32Classic.cs: Make the method to get the managed window
6591         titlebar button size public.
6592         - Handle the different button sizes of maximized toolwindows
6593         (should match any maximized window).
6594         - Get the titlebar height from the theme, not the WM (which gets
6595         it from the theme).
6596
6597 2006-06-12  Jackson Harper  <jackson@ximian.com>
6598
6599         * InternalWindowManager.cs: Handle NC Double Clicks, passing the
6600         event down to the mdi window manager.
6601         - Expose some extra stuff to base classes
6602         - Make sure to end the Capture on an NC Mouse up, so that we can
6603         get double clicks properly, and the sizing doens't stick.
6604         - When doing PointToClient contain it in the workable desktop
6605         area, this prevents windows from changing size when the cursor is
6606         pulled outside of the working area while sizing.
6607         * MdiWindowManager.cs: When we get a double click maximize the
6608         window.
6609         - Reset the cursor after handling mode changes.
6610
6611 2006-06-12  Peter Dennis Bartok  <pbartok@novell.com> 
6612
6613         * XplatUIX11.cs (WorkingArea): Read the actual workarea for the 
6614           current desktop, instead of just assuming a 0, 0 origin. This
6615           is needed for our internal window manager, to know the top
6616           margin of the desktop
6617
6618 2006-06-12  Chris Toshok  <toshok@ximian.com>
6619
6620         * DataGrid.cs (set_CurrentCell): concede focus as we move around.
6621         we need this to get rid of the selected background in the bool
6622         column.
6623         (CancelEditing): move the ConcedeFocus call to above the Abort
6624         call.  Also, set is_changing to false and invalidate the row
6625         header if we were changing before.
6626         (ProcessKeyPreviewInternal): remove, since noone outside this
6627         class calls it anymore.  Roll the code into ProcessKeyPreview.
6628         (EndEdit): remove the internal version.
6629         (InvalidateCurrentRowHeader): make private.
6630
6631         * DataGridBoolColumn.cs: simplify this class a bunch.  remove the
6632         Keys.Escape handling (and with it the last call to
6633         DataGrid.EndEdit from outside the class.)
6634
6635
6636 2006-06-12  Chris Toshok  <toshok@ximian.com>
6637
6638         * DataGridTextBox.cs (.ctor): isedit defaults to false.
6639         (OnKeyPress): set isedit to true.
6640         (ProcessKeyMessage): remove Keys.Enter handling from here.  it's
6641         already handled by the grid.
6642
6643         * DataGrid.cs (set_CurrentCell): more work here.  it's still not
6644         right.  ugh.
6645         (set_DataSource): SetDataSource always returns true, so stop
6646         putting it in an if statement.
6647         (EndEdit): get rid of some {}'s
6648         (ProcessGridKey): return true in case Keys.Escape.
6649         (ProcessKeyPreviewInternal): only handle KEYDOWN messages.
6650         (ConnectListManagerEvents,DisconnectListManagerEvents): connect to
6651         PositionChanged, stopped connecting to CurrentChanged.
6652         (GetDataSource): simplify this a bunch.
6653         (SetDataSource): change return type from bool to void.
6654         (OnListManagerPositionChanged): rename OnListManagerCurrentChanged
6655         to this, and make sure we don't set ListManager.Position inside
6656         set_CurrentCell.
6657         (OnListManagerItemChanged): if we're passed an actual index,
6658         redraw that row.
6659
6660         * CurrencyManager.cs (set_Position): don't call PullData here.
6661
6662 2006-06-09  Jackson Harper  <jackson@ximian.com>
6663
6664         * TreeNode.cs:  Recalculate the visible order before doing the
6665         Expand/Collapse Below calls, because those calls generate an
6666         expose.
6667         - Reduce calls to the TreeView property, which is mildly expensive
6668         by using a local var.
6669         * Form.cs: Layout the MDI child windows when creating the parent
6670         form.
6671         - Don't use the internal constructor anymore
6672         * MdiClient.cs: use the parent form width/height (if available)
6673         when laying out the child windows, we do this because the
6674         mdiclient isn't docked yet when the initial layout is done.
6675         - Don't need an internal constructor anymore.
6676
6677 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6678
6679         * FileDialog.cs: handle access errors when trying to create a folder
6680         or changing to a directory. No need to initialize out parameters.
6681
6682 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
6683
6684         * FileDialog.cs: Append a number when creating a new folder if the
6685           folder already exists (use parenthesis instead of square brackets)
6686
6687 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
6688
6689         * FileDialog.cs:
6690           - Disabled registry support for windows and added better registry
6691             error checking for other systems (need to investigate why it
6692             works perfectly on my system)
6693           - If a folder already exist show an error MessageBox instead of
6694             trying to create an indexed name.
6695           - Fixed a non intentional typo.
6696
6697 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6698
6699         * FileDialog.cs: (SetFileName) don't crash if CurrentRealFolder is null.
6700
6701 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
6702
6703         * FileDialog.cs: When creating a new folder don't crash if the
6704           folder already exists.
6705
6706 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
6707
6708         * FileDialog.cs: Allmost a complete rewrite.
6709           - added a "virtual" file system that handles the differences
6710             between unix and windows file systems (especially the directory
6711             structure). Moved most of the directory and file handling code
6712             into the vfs.
6713             Added vfs classes: MWFVFS, FileSystem, WinFileSystem,
6714             UnixFileSystem and FSEntry.
6715           - Recently used folder/directory, size, location and used file names
6716             (file name ComboBox) are now stored in the registry and get read
6717             before the dialog shows up (fixes part 6 of bug #78446).
6718           - Creation of new folders/directories is now possible (context menu
6719             or ToolBar). Added TextEntryDialog for this that fills in the gap
6720             until ListView.LabelEdit works.
6721           - Fixed cursor handling (bug #78527) and focus handling for
6722             PopupButtonPanel
6723           - Various "Search in" ComboBox enhancements. The content of the
6724             dropdown listbox now almost matches ms.
6725           - Changed the behaviour when the user switches to SpecialFolder
6726             Recent to show the ListView in View.Details.
6727           - Beside using the ToolBar to change the View property of the
6728             file ListView it is now possible to use the context menu too.
6729
6730 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
6731
6732         * ComboBox.cs: Don't create a new ObjectCollection when an item
6733           gets inserted. Just insert the item in the existing object_items
6734           ArrayList.
6735
6736 2006-06-08  Jackson Harper  <jackson@ximian.com>
6737
6738         * OpenTreeNodeEnumerator.cs: Fix to use the Parent property, so
6739         that the treeview and root node checks are done also, this fixes a
6740         regression i caused in the unit tests.
6741
6742 2006-06-07  Wade Berrier <wberrier@novell.com> 
6743
6744         * RichTextBox.cs: More ISO8859-1 -> unicode
6745
6746 2006-06-07  Mike Kestner  <mkestner@novell.com>
6747
6748         * ComboBox.cs : use items to hold highlight/selection so that
6749         collection insertions don't require synchronization.
6750
6751 2006-06-07  Jackson Harper  <jackson@ximian.com>
6752
6753         * InternalWindowManager.cs: Simplify (and FIX) the window sizing
6754         routine.  We now always keep the sized edge at the cursor instead
6755         of computing movement and adjusting rects.  There is one buglet
6756         with this method though when the cursor is moved over area that
6757         the window can not expand too (such as the toolbars on the desktop).
6758
6759 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6760
6761         * XplatUIX11.cs: (IsEnabled,IsVisible) the window handler can be null
6762         here. Fixes crash on startup in AlbumSurfer.
6763
6764 2006-06-07  Peter Dennis Bartok  <pbartok@novell.com> 
6765
6766         * RichTextBox.cs: Replaced embedded ISO8859-1 chars with proper unicode
6767           values
6768
6769 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6770
6771         * XplatUIX11.cs: call XPending and XNextEvent inside the same lock()
6772         statement to avoid calling XNextEvent which will block if another thread
6773         took the event that we were expecting. Fixes bug #78605.
6774
6775 2006-06-07  Mike Kestner  <mkestner@novell.com>
6776
6777         * ListView.cs : isolated checkbox clicking from the selection logic.
6778         Toggle check state on item doubleclicks.  Really fixes #78454 part2.
6779
6780 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6781
6782         * Form.cs: Check that the value passed to Form.DialogResult
6783         is a valid enum value.
6784
6785 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6786
6787         * FileDialog.cs: disable the up button when in 'Recently Used' or 'My
6788         Computer'. Clicking it in the network view goes to 'My Computer'.
6789         Added CIFS filesystem type. Display the mount point of filesystems.
6790         Avoid duplicate mount points (happens for me with CIFS);
6791
6792 2006-06-06  Jackson Harper  <jackson@ximian.com>
6793
6794         * InternalWindowManager.cs: Draw the maximized windows buttons
6795         when resizing.
6796
6797 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6798
6799         * Form.cs: when running a modal dialog, ignore WM_CLOSE requests for
6800         all other dialogs. Fixes bug #78585.
6801
6802 2006-06-06  Mike Kestner  <mkestner@novell.com>
6803
6804         * CheckedListBox.cs : apply CheckOnClick behavior to unchecking too.
6805         Only invalidate checkbox on checkstate changes to avoid flicker.
6806         * ListBox.cs : avoid unselect/select when clicking selected item.
6807         avoid reselection flicker for already multiselected items.
6808         Fixes #78382.
6809
6810 2006-06-06  Jackson Harper  <jackson@ximian.com>
6811
6812         * MdiWindowManager.cs: When the window is closed do an NCRecalc on
6813         the parent form so that the menu is removed if needed.
6814
6815 2006-06-06  Mike Kestner  <mkestner@novell.com>
6816
6817         * ListBox.cs : add ScrollWindow call to UpdateTopItem.  fix
6818         Prev/Next/PrevPage/NextPage/Home/End index calculation.  Fixes #78559.
6819
6820 2006-06-06  Mike Kestner  <mkestner@novell.com>
6821
6822         * CheckedListBox.cs : rebuild check collection on Add.  Fixes #78426.
6823
6824
6825 2006-06-06  Jackson Harper  <jackson@ximian.com>
6826
6827         * Control.cs: Use the property (instead of the field) to get the
6828         default cursor so it is instantiated correctly.
6829         * InternalWindowManager.cs: The OS doesn't give us an NCPAINT with
6830         resizes so we need to manually repaint the window decorations here.
6831         - Set the titlebar button locations as soon as they are created,
6832         otherwise they are not set correctly on win32.
6833         
6834 2006-06-06  Chris Toshok  <toshok@ximian.com>
6835
6836         * CurrencyManager.cs (set_Position): call PullData before
6837         OnCurrentChanged.
6838         (AddNew): after calling IBindingList.AddNew, update our
6839         listposition, and call OnCurrentChanged/OnPositionChanged (without
6840         calling PullData).
6841         (OnCurrentChanged): remove the call to PullData from here.
6842         (OnItemChanged): remove the call to PushData from here.
6843         (OnPositionChanged): change the test from == null to != null to
6844         match the other methods.
6845         (ListChangedHandler): the grossest part of the patch.  Implement
6846         this such that it passes the unit tests in CurrencyManagerTest and
6847         the output more or less matches that of MS's implementation.
6848  
6849 2006-06-06  Mike Kestner  <mkestner@novell.com>
6850
6851         * ListView.cs : only update check state on single click.
6852         * ThemeWin32Classic.cs : fix focus drawing for details view without
6853         fullrowselect.  Fixes #78454.
6854         * XplatUIX11.cs : fix for double click emission.
6855
6856 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
6857
6858         * PropertyGridView.cs : Applied Atsushi's patch to fix
6859         font dialog bug  (#78197).
6860
6861 2006-06-05  Jackson Harper  <jackson@ximian.com>
6862
6863         * TreeNode.cs: Compute the next node for expanding/collapsing
6864         correctly. We now factor in nodes without a NextNode
6865         correctly. (Fixes somes cases in nunit-gui).
6866         * InternalWindowManager.cs: Set the bounds when updating the
6867         virtual position of a tool window.
6868         
6869 2006-06-05  Chris Toshok  <toshok@ximian.com>
6870
6871         * DataGrid.cs: rename cached_currencymgr to list_manager.
6872         (set_CurrentCell): move SetCurrentCell code here, and clean it up
6873         some.
6874         (CurrentRow, CurrentColumn): single accessors so we can make the
6875         cursor movement code a lot easier to understand.
6876         (CurrentRowIndex): implement this in terms of CurrentRow.
6877         (BeginEdit): clean this up a bit.
6878         (CancelEditing): sort out the is_editing/is_changing/is_adding
6879         stuff a little.
6880         (EndEdit): minor changes.
6881         (OnKeyDown): add a comment about a (most likely) unnecessary
6882         check.
6883         (OnMouseDown): cancel editing when we click on a row header.  And
6884         use the CurrentRow setter, not CurrentCell.
6885         (ProcessDialogKey): directly call ProcessGridKey.
6886         (UpdateSelectionAfterCursorMove): factor out this common block of
6887         code (it's used everywhere that we move the cursor by updating row
6888         or column).
6889         (ProcessGridKey): pretty substantial overhaul.  Use the
6890         CurrentRow/CurrentColumn properties to make the code a lot more
6891         readable.  Only use the CurrentCell property when we have to
6892         modify both row and column at once.  Tab behavior is still broken,
6893         and Delete is untested.
6894         (Select): if we have no selected rows, set selection_start to
6895         @row.
6896         (EditCurrentCell): rename EditCell this.  It was only ever invoked
6897         with CurrentCell as the arg, so drop the arg and rename it.
6898
6899         * DataGridColumnStyle.cs: clean up the constructors a little, and
6900         drop CommonConstructor().
6901
6902         * DataGridTextBox.cs (.ctor): set accepts_return to true so we
6903         actually get notified when the user hits it.
6904         (ProcessKeyMessage): *substantially* simplify this method.
6905         There's no reason (that I can see) for the textbox to be making
6906         calls into the datagrid at all.  Remove all of them but the ones
6907         for Enter handling.  those will take some more work.
6908
6909         * DataGridTextBoxColumn.cs (ConcedeFocus): implement this by
6910         calling HideEditBox.
6911         (HideEditBox): if we have an active textbox, render it invisible
6912         without causing a re-layout of the datagrid.
6913
6914 2006-06-05  Mike Kestner  <mkestner@novell.com>
6915
6916         * ListView.cs : fix NRE crasher when focuseditem is cleared by
6917         collection changes by resetting it to Items[0].  Fixes #78587.
6918
6919 2006-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6920
6921         * MessageBox.cs: if the height of the text is larger than the icon_size,
6922         use that. Fixes bug #78575.
6923
6924 2006-06-05  Jackson Harper  <jackson@ximian.com>
6925
6926         * TreeView.cs: Fix line drawing when scrolling.  To do this each
6927         node is basically responsible for drawing its entire horizontal
6928         area.  When drawing a node it draws its parent node lines if
6929         needed.
6930         - Adjust the clip area to the viewport rectangle
6931         - Fix Left/Right key handling to match MS. (It expand/collapses
6932         and moves to parents/first child but does not move selection to
6933         sibling nodes).
6934         - Fix SetTop to work with new bound calculation code
6935         - When scrollbars are no longer needed we need to reset scrolling
6936         vars and recalculate the visible order so the redraw is correct
6937         * TreeNode.cs: We can't expand/collapse nodes with no children.
6938
6939 2006-06-03  John Luke  <john.luke@gmail.com> 
6940
6941         * X11DesktopColors.cs: dllimport the exact gtk and gdk versions
6942         so the colors work without dev packages
6943         
6944 2006-06-02  Peter Dennis Bartok  <pbartok@novell.com> 
6945
6946         * Control.cs 
6947           - Select: Implemented to just use activate. Seems to match MS 
6948             behaviour closest. Documented to only do actual control walking 
6949             based on it's parameters if in a container control so I moved 
6950             the code there.
6951           - Removed selection check logic from our internal Select() method
6952         * ContainerControl.cs:
6953           - Select: Moved selection logic from Control here, since MS documents
6954             that containers obey the bool arguments. No longer calling base
6955
6956 2006-06-02  Jackson Harper  <jackson@ximian.com>
6957
6958         * TreeView.cs: If the selected node isn't changed when we get
6959         focus update the previously selected node so that we see the
6960         selection box.
6961
6962 2006-06-02  Mike Kestner  <mkestner@novell.com>
6963
6964         * ComboBox.cs: restructure grab and general mouse event handling.
6965         Make the composite control raise mouse events like it was a single
6966         control for leaves/enters/motion/up/down events.  fix dropdown list
6967         coordinate mangling and refactor it into the scrollbar subclass to
6968         reduce code duplication.  Fixes #78282 #78361 and #78457.
6969
6970 2006-06-02  Mike Kestner  <mkestner@novell.com>
6971
6972         * ScrollBar.cs: remove Capture setting/clearing, as it happens
6973         automatically in the Control.WndProc.
6974
6975 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6976
6977         * FileDialog.cs: fix crash when running SharpChess, which sets the
6978         FilterIndex to 2 with only one Filter.
6979
6980 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6981
6982         * ToolBar.cs: add SizeSpecified property.
6983         * ToolBarButton.cs: when the ButtonSize is calculated by the container,
6984         try to figure out our real size, otherwise fallback to what the
6985         container says.
6986
6987 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
6988
6989         * XplatUIX11.cs (DefWndProc): WM_MOUSEWHEEL needs to be passed up
6990         * Control.cs (WndProc): MS always calls the DefWndProc to pass
6991           up the event
6992
6993 2006-06-01  Mike Kestner  <mkestner@novell.com>
6994
6995         * ListView.cs: revamp the focus management in ListView.  It still
6996         causes churn of LostFocus/GotFocus emissions on clicks, but it's
6997         better than not handling focus at all.  Will revisit when pdb feels
6998         the general focus handling is solid.  Fixes #78526.
6999
7000 2006-06-01  Jackson Harper  <jackson@ximian.com>
7001
7002         * TreeView.cs: Set the default border style in the constructor.
7003         - Move painting to use OnPaintInternal instead of capturing
7004         WM_PAINT, this is the correct way of doing things
7005         - UpdateBelow shouldn't invalidate the scrollbar area
7006         - Cap the top on update below in case the node was above the top
7007         of the viewport rectangle.
7008         - ExpandBelow and Collapse below need to obey Begin/End Update.
7009         * TreeNode.cs: Make is_expanded internal so the treenode
7010         collection can change it without firing the whole event chain.
7011         * TreeNodeCollection.cs: When clearing all the child nodes make
7012         sure to recalc the visible order.
7013         - Improve algo for remove the top node
7014
7015 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
7016
7017         * XplatUIX11.cs (SetFocus): Make sure we can handle re-entrancy due to
7018           SendMessage directly calling window procedures, which in turn might
7019           call SetFocus()
7020
7021 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com>
7022
7023         * Control.cs: Don't handle WM_SETFOCUS if the same window already
7024           has focus (works around X11 sending a FocusIn after our SetFocus)
7025         * XplatUIX11.cs: Send KILLFOCUS before setting SETFOCUS on new window
7026
7027 2006-06-01  Alexander Olk  <alex.olk@googlemail.com>
7028
7029         * Mime.cs: Fix for the NET_2_0 build.
7030           NameValueCollection needs StringComparer now.
7031
7032 2006-05-31  Chris Toshok  <toshok@ximian.com>
7033
7034         * DataGridDrawingLogic.cs (FromPixelToColumn): modify this to also
7035         return (via an out parameter) the starting X of the column.
7036         (UpdateVisibleColumn): track change to FromPixelToColumn.
7037         (HitTest): add a ColumnResize case here.
7038         (DrawResizeLine): new function, probably poorly named.
7039
7040         * DataGrid.cs (.ctor): get rid of cached_currencymgr_events.  We
7041         only need to keep one reference.
7042         (set_ListManager): same.
7043         (OnMouseDown): call HitTest instead of grid_drawing.HitTest.
7044         Also, add support for HitTestType.ColumnResize.
7045         (OnMouseMove): add column resize behavior here, and change the
7046         cursor to the correct one as we move around the datagrid.
7047         (OnMouseUp): terminate the column resize if we're resizing.
7048         (ProcessGridKey): from the MS docs, Alt-0 enters the null value
7049         for the current cell.
7050         (ConnectListManagerEvents): use cached_currencymgr.
7051         (DisconnectListManagerEvents): fill this in, using
7052         cached_currencymgr.
7053         (SetCurrentCell): remove cached_currencymgr_events handling.
7054         (SetDataMember): only call DisconnectListManagerEvents if
7055         cached_currencymgr is != null.
7056         (SetDataSource): same.
7057         (OnListManagerCurrentChanged): cached_currencymgr_events ->
7058         cached_currencymgr.
7059
7060 2006-05-31  Jackson Harper  <jackson@ximian.com>
7061
7062         * BindingManagerBase.cs: Remove somedebug code that creeped into
7063         SVN.
7064         * TreeNode.cs: We get the indent level dynamically right now, so
7065         don't track it as a member.
7066         * TreeNodeCollection.cs: Make sure all nodes added to the list
7067         have parents, treeviews/topnodes setup properly.
7068         - Don't attempt to track indent level.
7069
7070 2006-05-30  Jackson Harper  <jackson@ximian.com>
7071
7072         * BindingContext.cs: Create the currency manager tables here.
7073         This allows us to more easily create null tables (when bad data
7074         members are used), and more easily create related currency
7075         managers.
7076         * CurrencyManager.cs: All the table creation stuff is done by the
7077         binding context now.
7078         - Current should throw an exception if listposition is -1.
7079         - CancelCurrentEdit/EndCurrentEdit, do nothing if the list hasn't
7080         been bound yet.
7081
7082 2006-05-30  Mike Kestner  <mkestner@novell.com>
7083
7084         * ListView.cs: allow reexpansion of zero-width column headers.
7085         Fixes #78528.
7086
7087 2006-05-28  Chris Toshok  <toshok@ximian.com>
7088
7089         * CurrencyManager.cs (get_Current): after the late binding
7090         listposition = -1 fix, we need to guard against it here and return
7091         null, otherwise we raise an exception (which is swallowed
7092         elsewhere, and breaks datagrid databinding.)
7093
7094 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
7095
7096         * MenuAPI.cs (ProcessMenuKey): We can legally get msg types other
7097           than WM_SYSKEY, don't throw if get something unexpected (#78507)
7098
7099 2006-05-26  Jackson Harper  <jackson@ximian.com>
7100
7101         * ControlPaint.cs:
7102         * ThemeWin32Classic.cs: For color comparisons just use the ARGB
7103         values, it's faster and it's all we care about (we don't care if
7104         the names aren't equal).
7105         * KeyboardLayouts.cs: Eliminate some dead code.
7106         - Lazy init things
7107         * X11Keyboard.cs: Lazy init keyboard detection.
7108         - Cleanup access modifiers a little.
7109
7110 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
7111
7112         * XplatUIX11.cs: Once again, attempting to get layout just right.
7113
7114 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com> 
7115
7116         * LinkLabel.cs (CreateLinkPieces): Use MeasureString to calculate
7117           the sizes of each link section, that will result in sizes that
7118           match DrawString's layout (Fixes #78391)
7119
7120 2006-05-27  Alexander Olk  <alex.olk@googlemail.com>
7121
7122         * FileDialog.cs: If AddExtension property is true autocomplete the
7123           extensions in SaveFileDialog correctly. Fixes bug #78453.
7124           Set MyNetwork and MyComputer to "C:\" for windows. This should
7125           fix part 8 of bug #78446 for now.
7126
7127 2006-05-26  Chris Toshok  <toshok@ximian.com>
7128
7129         * DataGrid.cs (ColumnStartedEditing): fill these in.  for now just
7130         invalidate the current row header if we need to, but presumably
7131         we'll invalidate the row corrsponding to the bounds or
7132         editingControl.
7133         (GridHScrolled): switch back to this method, as it's part of the
7134         public api.  *sigh*.
7135         (GridVScrolled): same.
7136         (OnMouseWheel): hack up something that more or less works.  Call
7137         GridHScrolled/GridVScrolled directly, instead of duplicating much
7138         of their code here.
7139         (EnsureCellVisibility): reinstate a bunch of this code, since we
7140         can't just set the scrollbar Value and expect to do all the work
7141         in the ValueChanged handler.  Also, Call Update() after scrolling
7142         in one direction so the other XplatX11.ScrollWindow call has the
7143         proper stuff in the proper places.
7144         (EditCell): set is_editing to true before calling .Edit.
7145
7146         * DataGridTextBox.cs (set_IsInEditOrNavigateMode): just set it,
7147         don't bother comparing first.
7148         (OnKeyPress): call grid.ColumnStartedEditing before calling
7149         base.OnKeyPress.  this will set is_changing and invalidate the row
7150         header if necessary.
7151         (ProcessKeyMessage): for WM_CHAR messages, call
7152         ProcessKeyEventArgs directly.  swallow anything other than WM_CHAR
7153         and WM_KEYDOWN.
7154         
7155         * DataGridBoolColumn.cs (Edit): don't set is_editing to true here.
7156         it's done in the DataGrid.
7157         (NextState): call grid.ColumnStartedEditing, which takes care of
7158         invalidating the row header (and setting is_changing).
7159
7160         * DataGridTextBoxColumn.cs (Edit): don't set is_editing to true
7161         here.  it's done in the DataGrid.
7162
7163 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7164
7165         * Control.cs: allow changing the cursor when the mouse position is
7166         out of bounds but Capture is set.
7167         * LinkLabel.cs: handle the case when the mouse button is pressed on the
7168         linklabel but released somewhere else.
7169
7170 2006-05-25  Jackson Harper  <jackson@ximian.com>
7171
7172         * TreeView.cs: When we get focus if there is no selected node make
7173         it the top node
7174         - Remove some uneeded setup code from Draw.
7175         * TreeNodeCollection.cs: If the tree doesn't have a top node when
7176         a new node is inserted make the new node the top.
7177         * XplatUIX11.cs:
7178         * Timer.cs: Use Utc time so that no local time zone stuff needs to
7179         be used (should be faster).
7180         
7181 2006-05-25  Chris Toshok  <toshok@ximian.com>
7182
7183         * DataGrid.cs (EnsureCellVisibility): remove some code to fix a
7184         problem with the last commit.
7185
7186 2006-05-25  Chris Toshok  <toshok@ximian.com>
7187
7188         * DataGridTextBoxColumn.cs (ReleaseHostedControl): turns out we do
7189         need the invalidate call here, while scrolling right-to-left via
7190         the left arrow key (i.e. moving the editing cell while scrolling).
7191
7192         * DataGrid.cs (.ctor): remove the initialization of
7193         ctrl_pressed/shift_pressed.  We no longer track them using key
7194         up/down handlers, but by using Control.ModifierKeys.  Also, switch
7195         to using ValueChanged handlers on the scrollbars instead of
7196         Scrolled event handlers.  This simplifies a bunch of the scrolling
7197         code.
7198         (GridHValueChanged): rename from GridHScrolled, and change it to
7199         work with the new event args.
7200         (GridVValueChanged): same.
7201         (OnMouseDown): initialize ctrl_pressed/shift_pressed here.
7202         (OnMouseWheel): actually scroll the datagrid.  Don't change the
7203         selected cell.
7204         (ProcessGridKey): correct all the keyboard navigation stuff I
7205         could find.  Ctrl up/down/left/right/home/end work now.
7206         (EnsureCellVisibility): correct method name spelling.  Also,
7207         simplify this a touch by not explicitly calling the
7208         ScrollToRow/ScrollToColumnInPixels methods.  We just set the
7209         scrollbar value.
7210         (OnKeyUpDG): no need for this method now.
7211         
7212 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7213
7214         * LinkLabel.cs: display the OverrideCursor when hovering the label.
7215         Fixes bug #78392.
7216
7217 2006-05-25  Chris Toshok  <toshok@ximian.com>
7218
7219         * ThemeWin32Classic.cs: fix datagrid clipping problems caused by
7220         r61019.
7221
7222 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
7223
7224         * Application.cs: Moved setting of is_modal and closing to before
7225           we create the control, to allow the event handlers called as a
7226           result of creation affect closing. Also removed Gonzalo's previous
7227           change to setting DialogResult, the behaviour has been moved to 
7228           Form.ShowDialog()
7229         * Form.cs: 
7230           - ShowDialog(): Removed explicit creation of the form, let RunLoop
7231             handle it instead
7232           - ShowDialog(): If no dialog result is set, we need to return Cancel
7233           - WM_CLOSE: Fire Closing/Closed events, and reset dialog result if
7234             the close is cancelled
7235
7236 2006-05-25  Jackson Harper  <jackson@ximian.com>
7237
7238         * StatusBar.cs: We only need to update the sizes of the other
7239         panels when we have auto size contents.  Also we are only updating
7240         the contents of the panel, not the borders, so compensate for the
7241         border width (TODO: get this width from the theme somehow).
7242         * TreeView.cs: Scrollable is true by default
7243         - Use invalidate instead of refresh where needed
7244         - Factor the scrollable value into scrollbar updating
7245         - Update the scrollbars if the Scrollable property is altered
7246         - Update the selected node if its ImageIndex is changed
7247         - Handle null nodes in UpdateNode (mainly so we don't have to
7248         check if selected is null when updating it
7249         - Fix VisibleCount to use the ViewportRectangle so that scrollbars
7250         are factored into the visible count
7251         - Use VisibleCount for clarity in the code
7252         - When the font is changed we need to recurse through all the
7253         nodes and invalidate their sizes
7254         
7255 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7256
7257         * Application.cs: set the DialogResult to fixed when the main form is
7258         hidden or destroyed while being modal.
7259
7260 2006-05-25  Miguel de Icaza  <miguel@novell.com>
7261
7262         * Theme.cs: Use Tangoified messagebox icons. 
7263
7264         (GetSizedResourceImage): Also cope with width = 0 and do not
7265         trigger a warning in that case (0 means "give me your icon from
7266         the resouce, no special size needed).
7267
7268 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
7269
7270         * Application.cs: Leave runloop if the the main modal form is 
7271           hidden (fixes #78484)
7272
7273 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
7274
7275         * BindingContext.cs : reject null datasource in Contains() and
7276           Item[].
7277         * CurrencyManager.cs : check data_member validity when data_source
7278           is dataset. When it is late binding, the initial position is -1.
7279
7280 2006-05-24  Jackson Harper  <jackson@ximian.com>
7281
7282         * TreeNodeCollection.cs: Dont't recalculate the visible order on
7283         inserted nodes that aren't visible.  This changes the
7284         max_visible_order which confuses scrollbar settings.
7285         - Use the enumerator to get the prev node instead of duplicating
7286         code.
7287         * TreeView.cs: Use new method for setting scrollbar values
7288         - Don't set the bounds every time the scrollbar is updated
7289         - When updating below the root node use an invalidate instead of a
7290         refresh to prevent the child controls (scrollbars) from being
7291         refreshed. (UpdateBelow still needs to be reworked anyways).
7292         - Reenable SetBottom now that visible orders are set correctly,
7293         added some debug code incase we ever get bad values there again.
7294         - Set the scrollbar max to 2 less then the max value, this
7295         compensates for the max value being one above the node count, and
7296         for scrollbars adding one extra "notch".
7297         - When drawing image nodes if there is an imagelist we draw the
7298         first image in the list if the supplied image index is out of the
7299         image list's bounds.
7300         
7301 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
7302
7303         * XplatUIX11.cs: Don't blindly cache hwnd.ClientRect, reset it when 
7304           we receive a size change from the WM (Fixes #78503)
7305
7306 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com>
7307
7308         * XplatUIWin32.cs, XplatUIX11.cs: Refresh when setting the Clip 
7309           rectangle (Fixes #78501)
7310
7311 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
7312
7313         * ButtonBase.cs: 
7314           - Fixed MouseUp, MouseDown and MouseMove to treat mouseevent.Button 
7315             as a bitfield.
7316           - Fixed MouseMove to no longer switch pressed state unless the left
7317             mouse button is pressed. Atsushi provided the original patch (#78485)
7318           
7319 2006-05-24  Jackson Harper  <jackson@ximian.com>
7320
7321         * ScrollBar.cs: New internal methods that allow us to change a
7322         couple values on the scrollbar (the most common case is maximum
7323         and large change) without getting multiple invalidates.
7324
7325 2006-05-24  Chris Toshok  <toshok@ximian.com>
7326
7327         * DataGridBoolColumn.cs (Abort): revert back to the saved setting.
7328         (Edit): save off the original state in oldState, and set
7329         grid.is_editing to true.
7330         (OnKeyDown): abort editing if escape is pressed.  also, call
7331         NextState if space is pressed.
7332         (OnMouseDown): call NextState.
7333         (NextState): factor out shared code from OnKeyDown and OnMouseDown
7334         here.  Also, only invalidate the row header once (on the initial
7335         is_changing switch) to save on redraws.
7336
7337 2006-05-24  Chris Toshok  <toshok@ximian.com>
7338
7339         * DataGridTextBoxColumn.cs (Commit): only call SetColumnValueAtRow
7340         if the value in the cell is different than it was before.  This
7341         keeps us from triggering a layout when we move around a datarid
7342         with a highlighted cell.
7343         (Edit): suspend layout when creating/positining the text box, and
7344         resume passing false so we don't ever actually re-layout.
7345         (ReleaseHostedControl): same.
7346         (EnsureTextBox): reformat slightly, and set WordWrap to false.
7347
7348         * DataGridTextBox.cs (ProcessKeyMessage): it's not true that all
7349         control-key sequences should go to the datagrid - remove that
7350         lock.  Also, modify the conditions under which we move between
7351         cells when moving the cursor within a cell, and remove the "this"
7352         and "base" from field accesses.  We weren't even consistent, given
7353         they all were in the base class.
7354
7355 2006-05-24  Atsushi Enomoto  <atsushi@ximian.com>
7356
7357         * Binding.cs : (.ctor)
7358           An obvious NRE fix for BindingTest.CtorNullTest().
7359
7360 2006-05-23  Chris Toshok  <toshok@ximian.com>
7361
7362         * TextBoxBase.cs (get_Text): don't add a trailing newline, add
7363         them between lines.  This fixes some quirks editing cells in the
7364         datagrid.
7365
7366 2006-05-23  Jackson Harper  <jackson@ximian.com>
7367
7368         * TreeView.cs: Use begin/end update when doing expand/collapse all
7369         so that we don't get flicker on the scrollbar.
7370
7371 2006-05-23  Jackson Harper  <jackson@ximian.com>
7372
7373         * TreeNode.cs: Bounds are computed 'on the fly' now.  This allows
7374         treenode calculations to be independant of the painting code. To
7375         do this nodes track a visible order which is calculated by the
7376         treeview.
7377         - Call new methods for expanding/collapsing nodes.  These methods
7378         use scrollwindow so we don't have to update everything below the
7379         node.
7380         * TreeView.cs: Refactored drawing and scrolling code.  We don't
7381         need to update nodes when drawing anymore or calculate scrollbar
7382         stuff.
7383         - Added new methods for expanding/collapsing nodes. These methods
7384         use ScrollWindow so as to not have to redraw all the nodes below.
7385         * TreeNodeCollection.cs: Recalc visible order and scrollbars when
7386         we add/remove nodes or sort.
7387         - Handle removing the selected and the top node properly.
7388
7389 2006-05-23  Chris Toshok  <toshok@ximian.com>
7390
7391         * DataGridTextBoxColumn.cs (Edit): set grid.is_editing to true.
7392         maybe this should actually happen in the datagrid code?
7393         (EndEdit): no need to invalidate anything, given that
7394         ReleaseHostedControl causes the datagrid to relayout, which
7395         invalidates everything anyway.
7396
7397         * DataGrid.cs (set_CurrentCell): remove duplicate check (it's also
7398         in SetCurrentCell).
7399         (set_SelectionBackColor): call InvalidateSelection instead of
7400         Refresh.
7401         (set_SelectionForeColor): same.
7402         (BeginEdit): Flesh this out a bit.
7403         (CancelEditing): only do any of this if we're editing/adding.
7404         (EndEdit): same.
7405         (OnMouseDown): there's no need to cancel editing here, it's done
7406         in SetCurrentCell.
7407         (SetCurrentCell): only invalidate the current row header if it's a
7408         different row than the new one.
7409         (ShiftSelection): fix this to work like MS does.
7410         (ResetSelection): factor out the invalidation of selected_rows to
7411         InvalidateSelection.
7412         (SetDataSource): cancel any editing that's going on.
7413
7414         * DataGridColumnStyle.cs
7415         (IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing):
7416         call the non-interface version.
7417
7418         * ThemeWin32Classic.cs (DataGridPaintColumsHdrs): intersect the
7419         header rectangle with the clip rectangle so we don't redraw the
7420         entire header for just a small area.  Gets rid of the last flicker
7421         when horizontally scrolling.
7422         (DataGridPaintRow): same.
7423
7424 2006-05-23  Mike Kestner  <mkestner@novell.com>
7425
7426         * ListViewItem.cs: remove size for line hack from LargeIcon layout.
7427         * ThemeWin32Classic.cs: don't draw line.  it's really the top of a
7428         poorly placed checkbox on the MS control.  Fixes Alex's unfiled
7429         Critical bug report.
7430
7431 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
7432
7433         * PictureBox.cs: Fixed broken ControlStyles. Unit test no longer fails,
7434           and this fixes #78493
7435
7436 2006-05-23  Miguel de Icaza  <miguel@novell.com>
7437
7438         * Theme.cs (GetSizedResourceImage): Scale images if the proper
7439         size is not found.  
7440         
7441         * FileDialog.cs: Do not change the background for the side bar as
7442         it wont work nicely with the theme, and also reduces the artifacts
7443         in rendering the icons (which I want to fix too).
7444
7445         * MimeIcon.cs (ResourceImageLoader): Load images from assembly
7446         resources, not resgen resources. 
7447
7448         (PlatformDefaultHandler): Pull images using the new API.
7449
7450 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
7451
7452         * Hwnd.cs (Dispose): Remove any pending exposures. XEventQueue holds
7453           a reference to the hwnd and will not remove it unless there are
7454           no pending exposures (fixes #78341)
7455         * XplatUI.cs: Improved debug
7456
7457 2006-05-23  Atsushi Enomoto  <atsushi@ximian.com>
7458
7459         * MenuAPI.cs : don't handle OnClick event when it was not the left
7460           button. Fixed bug #78487.
7461
7462 2006-05-23  Mike Kestner  <mkestner@novell.com>
7463
7464         * MenuAPI.cs: fix placement of submenus for multi-row menu bars, and
7465         prefer submenus to the top menu for item lookup, to avoid popping down
7466         top-row items.
7467
7468 2006-05-23  Alexander Olk  <alex.olk@googlemail.com>
7469
7470         * ThemeWin32Classic.cs: Rewrote CPCPDrawScrollButton to drop
7471           Graphics.FillRectangle as the visual results are really bad (even
7472           on win). We now draw perfect arrows (and perfect shadows when the
7473           scrollbar is disabled). Simplified CPDrawGrid. CPDrawGrid now uses
7474           Pen.DashPattern to draw the dots of each line.
7475
7476 2006-05-22  Alexander Olk  <alex.olk@googlemail.com>
7477
7478         * FileDialog.cs: Update the filename combobox when navigating through
7479           the ListView with the cursor keys. Fixes part 7 of bug #78446.
7480
7481 2006-05-22  Mike Kestner  <mkestner@novell.com>
7482
7483         * ListView.cs: raise SelectedIndexChanged on keyboard selection.
7484         Fixes #78463.
7485
7486 2006-05-22  Mike Kestner  <mkestner@novell.com>
7487
7488         * ComboBox.cs: Refresh in EndUpdate to pick up all the dropped Paint
7489         requests. Fix a misspelled parameter and a copy paste exception error
7490         in Select.
7491
7492 2006-05-22  Peter Dennis Bartok  <pbartok@novell.com> 
7493
7494         * ThemeWin32Classic.cs: Changed DefaultFont emSize from 8.25 to 8
7495           to get the same width/height (5/13) on X11 as the default font has on
7496           win32. This means that our DefaultFont emSize is smaller than the 
7497           the MS SWF equivalent (even thought the width/height stays the same)
7498
7499 2006-05-20  Jackson Harper  <jackson@ximian.com>
7500
7501         * MdiClient.cs:
7502         * MdiWindowManager.cs:
7503         * InternalWindowManager.cs: Make sure to use the border width from
7504         the theme.
7505
7506 2006-05-20  Jordi Mas i Hernandez <jordimash@gmail.com>
7507
7508         * PrintDialog.cs: Implements printer details
7509
7510 2006-05-19  Alexander Olk  <alex.olk@googlemail.com>
7511
7512         * FileDialog.cs: Added focus handling for PopupButtonPanel.
7513           Fixes part 1 and 2 of bug #78446
7514
7515 2006-05-19  Peter Dennis Bartok  <pbartok@novell.com> 
7516
7517         * XplatUIX11.cs (SetWindowPos): Recalculate client area size on resizes
7518           instead of sticking to the first ever calculated value
7519
7520 2006-05-19  Mike Kestner  <mkestner@novell.com>
7521
7522         * ComboBox.cs: fix mouse motion selection to use MousePosition and
7523         PointToClient, since Capture is set. Fixes #78344.
7524
7525 2006-05-19  Mike Kestner  <mkestner@novell.com>
7526
7527         * ListView.cs: match MS behavior in Details view where items are not
7528         drawn if Columns.Count == 0. 
7529         * ThemeWin32Classic.cs: only highlight ListView selection if focused.
7530         Use a separate pen to draw the check, since changing the width affects
7531         the box as well.  Fixes #78454.
7532
7533 2006-05-18  Miguel de Icaza  <miguel@novell.com>
7534
7535         * ListView.cs: ArgumentOutOfRangeException, single versions of the
7536         exception should throw the name of the invalid argument.
7537
7538         * FileDialog.cs (OnClickOpenSaveButton): Avoid crash in open if
7539         there are no files listed. 
7540
7541 2006-05-18  Jackson Harper  <jackson@ximian.com>
7542
7543         * ThemeWin32Classic.cs: Don't use endcaps, they mess the drawing
7544         up.
7545
7546 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
7547
7548         * Control.cs: Brought back our old UpdateZOrder method as a private
7549           function and switched our calls from UpdateZOrder to the new one.
7550           This fixes the Paint.Net canvas disappearing bug.
7551
7552 2006-05-18  Jackson Harper  <jackson@ximian.com>
7553
7554         * Theme.cs:
7555         * ThemeWin32Classic.cs:
7556         * InternalWindowManager.cs: Move the drawing into the theme,
7557         expose everything the theme should need from the window manager.
7558
7559 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
7560
7561         * XplatUIX11.cs (DefWndProc): WM_SETCURSOR: Assign the return value 
7562           from the call to NativeWindow to avoid walking up the parent chain
7563           further than needed (speeds up setting cursors and avoids setting
7564           the wrong cursor if a parent has another cursor defined)
7565         * Cursor.cs: When loading an icon as cursor, MS uses the center of
7566           the icon as hotspot, not what's contained as hotspot in the icon
7567           file. This fixes the perceived drawing offset seen with Paint.Net
7568         
7569 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
7570
7571         * XplatUIX11.cs: 
7572           - Store the calculated rectangle in Hwnd object and use it when 
7573             setting the client size
7574           - Force Toolwindows to always be type Dock, to ensure they're on top
7575
7576 2006-05-18  Mike Kestner  <mkestner@novell.com>
7577
7578         * ComboBox.cs: first pass at ComboBox rework.  Layout is more
7579         consistent with MS positioning.  IntegralHeight, ItemHeight, Sizing.
7580         Correctly initialize textcontrol and ListBox on DropDownStyle changes. 
7581         Substantial refactoring to remove confusing nested classes. Coding
7582         standard and Get+Set->property refactorings.  Shift to index based
7583         highlighting in ComboListBox instead of constantly using IndexOf and
7584         Items[]. Add invalidations on resize for DropDownList to fix ugliness
7585         in FileDialog growth.  Draw borders manually since Simple mode needs
7586         to look like two independent controls.  Make listbox border
7587         conditional to DropDownStyle.  Improved OwnerDraw support.
7588
7589 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
7590
7591         * PaintEventArgs.cs: For 2.0, check for a null Graphics in the .ctor. 
7592         Don't set the disposed graphics to null, so we can throw the "right"
7593         exception if the graphics is reused later (added a flag to avoid 
7594         double disposing). Some behaviours are different under 2.0 and are
7595         filled under bug #78448.
7596
7597 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
7598
7599         * Control.cs: When double-buffering is enabled, we need to reset
7600           our graphics context between paint calls. Otherwise, any 
7601           transformations and other alterations on the context will 
7602           become cumulative (#77734)
7603
7604 2006-05-18  Mike Kestner  <mkestner@novell.com>
7605
7606         * ListView.cs: do focused item selection like MS on clicks. 
7607         Rework focus handling for ItemControl so LostFocus invalidates as
7608         well.
7609         * ThemeWin32Classic.cs: only draw focus rectangle for ListViewItems if
7610         the ListView ItemControl has focus.
7611
7612 2006-05-17  Peter Dennis Bartok  <pbartok@novell.com>
7613
7614         * XplatUIX11.cs: If client_window ends up being width or height zero
7615           due to border settings, move it off window inside whole_window (#78433)
7616
7617 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
7618
7619         * Mime.cs: Shrink the mime file cache correctly.
7620
7621 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
7622
7623         * ThemeWin32Classic.cs: Readded button focus drawing code. (#78429)
7624
7625 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
7626
7627         * XplatUIX11.cs (AddExpose): More sanity checks
7628
7629 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
7630
7631         * XplatUIX11.cs:
7632           - AddExpose: Don't add expose ranges outside the size of our
7633             window
7634           - Cast opacity values to Int32 to avoid crashes with certain
7635             values
7636           - Added disabled code paths that protect against illegal cross-
7637             thread painting (Developers.exe)
7638
7639 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
7640
7641         * ProgressBar.cs: Invalidate the control when it's resized
7642           since block size is based on control size. (#78388)
7643
7644 2006-05-16  Miguel de Icaza  <miguel@novell.com>
7645
7646         * DataGrid.cs (SetDataBinding): per the discussion on irc, instead
7647         of setting the incoming argument to the "reset" value, we set the
7648         this.datamember to string.empty (before we were invalidating the
7649         incoming data).   
7650
7651         Fixes 78420
7652
7653 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
7654
7655         * Form.cs: Only apply transparency settings after the form
7656           is created. (Fixes #77800)
7657
7658 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
7659
7660         * ApplicationContext.cs: Grab the HandleDestroyed event so
7661           we know when to fire OnMainFormClosed 
7662
7663 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
7664
7665         * Application.cs: Introduced sub-class to allow tracking of
7666           threads and centralized triggering of the event mess for
7667           ThreadExit, AppExit, etc..  (#76156)
7668
7669 2006-05-16  Alexander Olk  <alex.olk@googlemail.com>
7670
7671         * MimeIcon.cs:
7672           - Do not return a null icon index value for a mime subclass.
7673             Instead try the main mime type class too.
7674           - Seems that some newer distributions don't have a link to some
7675             gnome default icons anymore. So check the default gnome dir too.
7676           
7677
7678 2006-05-16  Jackson Harper  <jackson@ximian.com>
7679
7680         * MdiClient.cs: Don't paint the parent background image if we have
7681         our own background image.
7682
7683 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
7684
7685         * Control.cs:
7686           - PerformLayout: Do not shrink space filled by DockStyle.Fill
7687             controls, all filled controls are supposed to overlap (#78080)
7688           - UpdateZOrder is supposed to update the control's z-order in the
7689             parent's z-order chain. Fixed to behave like that
7690           - BringToFront: Removed obsolete code
7691           - SendToBack: Simplyfied
7692           - SetChildIndex: Trigger layout calculations when Z-order changes
7693             since layout is done by z-order
7694
7695 2006-05-16  Chris Toshok  <toshok@ximian.com>
7696
7697         [ fixes bug #78410 ]
7698         * DataGrid.cs (set_AlternatingBackColor): use
7699         grid_drawing.InvalidateCells instead of Refresh().
7700         (set_BackColor): call grid_drawing.InvalidateCells.
7701         (set_BackgroundColor): use Invalidate instead of Refresh.
7702
7703         * DataGridDrawingLogic.cs (InvalidateCells): new function, just
7704         invalidate the cell area.
7705
7706 2006-05-15  Chris Toshok  <toshok@ximian.com>
7707
7708         [ fixes bug #78011 ]
7709         * ThemeWin32Classic.cs (DataGridPaintRows): pass the clip argument
7710         on to DataGridPaintRow.
7711         (DataGridPaintRow): take a clip argument, and only draw the cells
7712         which intersect it.  same with the not_usedarea.
7713
7714         * Theme.cs (DataGridPaintRow) add @clip parameter.
7715
7716         * DataGrid.cs (ScrollToColumnInPixels): simplify, use
7717         XplatUI.ScrollWindow.
7718         (ScrollToRow): same.
7719
7720         * DataGridDrawingLogic.cs (UpdateVisibleColumn): fix corner case
7721         with last column which was causing a gray swath to appear with the
7722         XplatUI.ScrollWindow code.
7723
7724 2006-05-15  Chris Toshok  <toshok@ximian.com>
7725
7726         * ListBox.cs (HorizontalScrollEvent): in the non-multicolumn case,
7727         use XplatUI.ScrollWindow.
7728         (VerticalScrollEvent): use XplatUI.ScrollWindow.
7729
7730 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com> 
7731
7732         * TextBoxBase.cs: Added handling of middle-button paste for X11. (#78375)
7733
7734 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
7735
7736         * Cursors.cs: For X11, read NWSE and NESW cursors from our resource
7737           file since there are no equivalent X11 cursors
7738
7739 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
7740
7741         * MonthCalendar.cs : DateTimePicker should reflect selected date
7742           on mouse*up*, not mouse*down*. Fixed originally reported part of
7743           bug #76474.
7744
7745 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
7746
7747         * TabControl.cs : When argument index is equal or more than tab
7748           count, just ignore. Fixed bug #78395.
7749
7750 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
7751
7752         * Control.cs: Dispose all child controls when control is diposed (#78394)
7753
7754 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
7755
7756         * ColorDialog.cs: Finally it is possible to select the color with
7757           the text boxes
7758
7759 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
7760
7761         * PrintDialog.cs: Fix typo
7762
7763 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
7764
7765         * PrintDialog.cs: PrintDialog is not resizable
7766         * ThemeWin32Classic.cs: Draw non links in LinkLabel with the correct
7767           color. Made some ToolBar drawing methods protected virtual.
7768
7769 2006-05-13  Jordi Mas i Hernandez <jordimash@gmail.com>
7770
7771         * PrintDialog.cs: Implementation of the PrintDialog
7772
7773 2006-05-12  Chris Toshok  <toshok@ximian.com>
7774
7775         * ScrollBar.cs (set_Value): don't use Dirty/Invalidate to move the
7776         thumb, instead use MoveThumb.  This has the side effect of making
7777         most of the other thumb moving machinery use MoveThumb as well.
7778         (OnHandleCreated): pass false for @dirty to UpdateThumbPos, as we
7779         need to actually invalidate the rectangle where the new thumb will
7780         go.
7781         (MoveThumb): use XplatUI.ScrollWindow to move the thumb around.
7782         We force an Update() after, so it's not as fast as it could be,
7783         but at least there's zero flicker and no droppings.
7784         (OnMouseMoveSB): in the thumb dragging case, use MoveThumb.
7785         (UpdateThumbPos): add another argument (dirty), which says whether
7786         or not to calculate/add dirty regions which we later invalidate.
7787         For cases where we know we're going to use MoveThumb, we pass
7788         false for this.  Otherwise, pass true.
7789
7790 2006-05-12  Jackson Harper  <jackson@ximian.com>
7791
7792         * ThemeWin32Class.cs: Fixes for alignment and icon rendering in
7793         the status bar.
7794         
7795 2006-05-12  Peter Dennis Bartok  <pbartok@novell.com>
7796
7797         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new SetClipRegion
7798           and GetClipRegion methods and UserClipWontExposeParent property.
7799         * XplatUIWin32.cs: Implemented SetClipRegion/GetClipRegion methods,
7800           overriding UserClipWontExposeParent property, setting to false, since
7801           Win32 handles the required expose messages to draw our clipped parent
7802           areas internally
7803         * XplatUIX11.cs: Implemented SetClipRegion and GetClipRegion; updated
7804           PaintEventStart to set the user clip region if set.
7805         * Control.cs: 
7806           - Now internally tracking the Region for the control since we need to
7807             store it if the handle is not yet created and only set it when it
7808             becomes created. Before setting the region forced handle creation
7809           - Added code to draw the parents underneath a user-clipped region
7810         * Hwnd.cs: Added UserClip property
7811
7812 2006-05-12  Chris Toshok  <toshok@ximian.com>
7813
7814         * ScrollBar.cs (set_LargeChange): Refresh() -> InvalidateDirty()
7815         (set_Maximum): same.
7816         (set_Minimum): same.
7817         (set_SmallChange): same.
7818         (OnMouseUpSB): remove the call to refresh when releasing the
7819         thumb.  We shouldn't need it.
7820         
7821 2006-05-12  Miguel de Icaza  <miguel@novell.com>
7822
7823         * StatusBar.cs (UpdatePanel): If the panel being refreshes has the
7824         AutoSize set to None, we do not need to relayout everything, we
7825         just need to invalidate the current region.
7826
7827         (Draw): Do not draw the entire ClientArea, just redraw the
7828         clip area being passed.
7829
7830         * MdiClient.cs: Make MdiClient constructor with the Form argument
7831         internal. 
7832
7833 2006-05-12  Jackson Harper  <jackson@ximian.com>
7834
7835         * ThemeWin32Classic.cs (DrawToolBar): Flat toolbars get their
7836         parents background image,  but strangely not their own.
7837         - (DrawStatusBarPanel): Take into account horizontal alignment
7838         when drawing the strings and icons.
7839
7840 2006-05-12  Mike Kestner  <mkestner@novell.com>
7841
7842         * ListBox.cs: avoid invalidations for focus when the collection is
7843         empty. 
7844
7845 2006-05-12  Chris Toshok  <toshok@ximian.com>
7846
7847         * ScrollBar.cs (OnMouseMoveSB): when dragging the thumb, don't
7848         invalidate the entire thumb area.  Call InvalidateDirty which
7849         limits the redraw to the thumb itself and surrounding pixels.
7850
7851         * XplatUIX11.cs (ScrollWindow): optimize copying.
7852         
7853 2006-05-12  Chris Toshok  <toshok@ximian.com>
7854
7855         * DataGridDrawingLogic.cs: make CalcGridAreas non-reentrant.
7856         Figure out the positioning/layout in a single pass instead of
7857         multiple recursive invocations.  Speeds up the initial display of
7858         the data grid.  Also, make many things private that were
7859         originally public but unused outside this class.
7860
7861 2006-05-11  Jackson Harper  <jackson@ximian.com>
7862
7863         * MdiClient.cs: Improved layout code.
7864
7865 2006-05-11  Jonathan Chambers  <jonathan.chambers@ansys.com>
7866
7867         * PropertyGrid.cs : Only check GetPropertiesSupported for properties,
7868           not SelectedObject.
7869
7870 2006-05-11  Chris Toshok  <toshok@ximian.com>
7871
7872         * Hwnd.cs (Invalid): don't start off with Rectangle.Empty, as
7873         union of that will always be {0,0,width,height}.
7874
7875 2006-05-11  Jackson Harper  <jackson@ximian.com>
7876
7877         * Form.cs: Match MS's DefaultSize for forms (they must have
7878         changed the size in sp2).
7879
7880 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
7881
7882         * TextBoxBase.cs : implement CTRL+A (select all). Fixed bug #78368.
7883
7884 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
7885
7886         * TextControl.cs : Fixed bug #78109. This incorrect position
7887           comparison caused crash on automatic line split.
7888         * TextBoxBase.cs : reduce duplicate code.
7889
7890 2006-05-10  Jackson Harper  <jackson@ximian.com>
7891
7892         * MdiClient.cs: Active form is only sent to the back when using
7893         the Next form functionality, when a form is clicked the current
7894         active shouldn't be sent to the back.
7895         - Layout the mdi windows when the container is first made visible.
7896         * Form.cs: Give the MdiClient a ref to the containing form when we
7897         create it.
7898         
7899 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
7900
7901         * LinkLabel.cs : link_font could be uninitialized, so populate one
7902           before actual use. Fixed bug #78340.
7903
7904 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
7905
7906         * XplatUIX11.cs : clipboard format native value is IntPtr.
7907           Fixed bug #78283.
7908
7909 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
7910
7911         * Control.cs: 
7912           - Instead of showing context menus directly we send WM_CONTEXTMENU, 
7913             which is passed up the parent chain by DefWndProc
7914           - We now handle WM_CONTEXTMENU to display any menu, or pass it 
7915             to DefWndProc (#77956)
7916         * XplatUIX11.cs: Added handling of WM_CONTEXTMENU (pass up) to DefWndProc
7917
7918 2006-05-10  Jackson Harper  <jackson@ximian.com>
7919
7920         * MdiClient.cs: We need to remove the controls from the mdi
7921         collection, when we close the window.
7922         * MdiWindowManager.cs: Special handling of closing mdi windows.
7923         * InternalWindowManager.cs: Make the close method virtual so the
7924         mdi window manager can handle it specially.
7925
7926 2006-05-10  Jordi Mas i Hernandez <jordimash@gmail.com>
7927
7928         * DataGrid.cs:
7929           - Recalculate grid when the data source has changed
7930           - Matches styles provided by user from all data sources types
7931         * DataGridTableStyle.cs: For columns that provided by the user set the
7932         with the preferred value is there was unassigned.
7933         * CurrencyManager.cs: throw OnItemChanged event
7934
7935 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com> 
7936
7937         * PictureBox.cs: Don't animate until handle is created. Start animation
7938           when handle is created.
7939
7940 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
7941
7942         * XplatUIX11.cs, Hwnd.cs: Adopted Mike's patch from #77979 to match
7943           current codebase.
7944         * XEventQueue.cs: We don't need to provide the extra info
7945
7946 2006-05-10  Jackson Harper  <jackson@ximian.com>
7947
7948         * MdiClient.cs: If the mdi clients parent form has a background
7949         image set, we draw that background image for the mdi area's
7950         background.
7951
7952 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
7953
7954         * TextBoxBase.cs: Set IBeam cursor (#78347)
7955
7956 2006-05-10  Mike Kestner  <mkestner@novell.com>
7957
7958         * ToolBar.cs: fix some text padding issues with ButtonSize
7959         calculation. Update the default size to match MS documentation.
7960         * ToolBarButton.cs: use ToolBar.ButtonSize for layout of unspecified
7961         button size. Fixes #78296.
7962
7963 2006-05-10  Mike Kestner  <mkestner@novell.com>
7964
7965         * ListBox.cs: use is_visible for scrollbar positioning in case the
7966         control isn't on screen yet.  Fix off by one with Right vs Width
7967         usage.  Update Scrollbars in SetBoundsCore. Fixes #78188 and #78258.
7968         
7969 2006-05-10  Jackson Harper  <jackson@ximian.com>
7970
7971         * X11Dnd.cs: Drop to a control with another control on top of it.
7972         * ToolBar.cs: Work on a copy of the buttons list, so that it can
7973         be modified in click handlers. TODO: Look for similar problems in
7974         other controls.
7975
7976 2006-05-09  Jackson Harper  <jackson@ximian.com>
7977
7978         * Form.cs: Window managers need the old window state when setting
7979         window state now.
7980         * InternalWindowManager.cs: Allow the base mdi window manager to
7981         handle more of the MDI only stuff (like maximize buttons).
7982         * MdiWindowManager.cs: Fix some snafus in changing the window
7983         state.  Add all the menu functionality, for both popup and
7984         maximized menus.
7985         * MdiClient.cs: When a new form is selected the currently
7986         activated form is sent to the back, this matches MS.
7987         - Implement a new method to activate the next mdi child window.
7988
7989 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com>
7990
7991         * Control.cs: 
7992           - Added new InternalCapture method to allow controls to prevent
7993             the capture behaviour on the click handlers
7994           - Switched to use InternalCapture
7995         * ComboBox.cs:
7996           - Using InternalCapture to prevent mouse captures from being released
7997             on mouse button release (Fixes #78100)
7998         * XplatUIX11.cs (DeriveStyles): Now checks caption state and only
7999           returns Form borders if a caption is present. (Fixes #78310)
8000
8001 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com> 
8002
8003         * TreeNode.cs: Changed serialization .ctor to not require every field
8004           to be present. (#78265)
8005         * OwnerDrawPropertyBag.cs: Added serialization .ctor
8006
8007 2006-05-05  Alexander Olk  <alex.olk@googlemail.com>
8008
8009         * MimeIcon.cs: for is faster than foreach for strings.
8010
8011 2006-05-05  Mike Kestner  <mkestner@novell.com>
8012
8013         * CheckedListBox.cs: update check handling code to not use selected.
8014         * ListBox.cs: rewrite of mouse selection handling to correspond to MS
8015         behavior for visual feedback, motion response, shift/ctrl handling,
8016         and properly deal with all 4 selection modes. Updates to bounds
8017         handling logic.  Add scroll wheel support. [Fixes #77842]
8018
8019 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
8020
8021         * ListView.cs:
8022           - Moved adding of Implicit controls into .ctor. That way, subsequent
8023             creation of the controls will not cause them to think they are 
8024             toplevel windows (fixes #78200 header problem)
8025           - Added 2.0 ShowGroups and UseCompatibleStateImageBehaviour
8026           - Switched visibility setting of header control to use internal field
8027             to avoid triggering handle creation
8028           - Now checking if handle is created before causing a refresh when items
8029             are added (This makes us now match handle creation time with MS)
8030         * Splitter.cs: Removed loading of private splitter cursor, switched to
8031           Cursors version now that that is loading the right ones
8032         * Cursors.cs: Load proper splitter cursors from resources
8033         * Cursor.cs: Added second method of loading resource cursors for the 
8034           VS.Net users amongst us
8035
8036 2006-05-05  Mike Kestner  <mkestner@novell.com>
8037
8038         * ListView.cs: give header_control a minimum size based on the
8039         ListView size.
8040
8041 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
8042
8043         * XplatUIX11.cs: WS_EX_TOPMOST requires window to be on top. A dock
8044           window seems to do that with metacity, so set that type. (#78120)
8045
8046 2006-05-05  Mike Kestner  <mkestner@novell.com>
8047
8048         * ListViewItem.cs: fix Details mode checkbox layout bug.
8049         * ThemeWin32Classic.cs: draw a ListView column header for unused space
8050         at the end of the header, if it exists. [Fixes for #78200]
8051
8052 2006-05-04  Jackson Harper  <jackson@ximian.com>
8053
8054         * MdiClient.cs: Add a helper property to get the container form.
8055         * MdiWindowManager.cs: We have to make sure to use the menu origin
8056         when drawing the icons and buttons, this fixes maximized window
8057         icons/buttons on win32.
8058         * InternalWindowManager.cs: Reset the restore captions when a
8059         window goes from Maximized to Minimized and vice versa. Move the
8060         DrawMaximizedButtons into the MdiWindowManager source, tool
8061         windows can't be maximized. NOTE: This could use a little
8062         refactoring if time ever permits.
8063         
8064 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
8065
8066         * TextBox.cs: Add MWFCategoryAttributes
8067         * TextBoxBase.cs: Add MWFCategoryAttributes
8068         * Form.cs: Add MWFCategoryAttributes
8069
8070 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
8071
8072         * Control.cs: Add MWFCategoryAttributes
8073         * ScrollableControl.cs: Add MWFCategoryAttributes
8074
8075 2006-05-03  Alexander Olk  <alex.olk@googlemail.com>
8076
8077         * ThemeWin32Classic.cs: Draw the ToolBar top border only if
8078           Divider is true. Fix a little glitch in PropertyToolBar
8079           drawing code
8080
8081 2006-05-02  Peter Dennis Bartok  <pbartok@novell.com> 
8082
8083         * Control.cs:
8084           - Dispose: Call base.Dispose, this causes the disposed event
8085             to be fired (and probably other, more important stuff)
8086           - SetVisibleCore: Set is_visible to true after creating the
8087             window so that the window still gets created invisible (if
8088             WM_VISIBLE isn't set). That will cause the ShowWindow afterwards
8089             to generate a WM_ACTIVE message
8090         * Form.cs: Call Dispose when we want to destroy the window, instead of
8091           just destroying the handle (Dispose will do that for us)
8092         * XplatUIX11.cs:
8093           - RootWindow also needs a queue, so we can properly process the
8094             property change events from RootWindow (like Activate)
8095           - Generatic synthetic WM_ACTIVE message when the active window is
8096             being destroyed
8097
8098 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
8099
8100         * LinkLabel.cs: Trigger a recalc of our label dimensions when
8101           bounds are changed
8102
8103 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com>
8104
8105         * ThemeWin32Classic.cs (ButtonBase_DrawImage): Use the proper image
8106           for determining width and height (image might not be assigned if
8107           we're drawing an imagelist)
8108
8109 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
8110
8111         * XplatUI.cs, XplatUIDriver.cs: Added MenuHeight property
8112         * XplatUIWin32.cs: Overriding new MenuHeight property, retrieving
8113           height from system
8114         * Theme.cs: No longer returns hardcoded menu height, instead calls
8115           new driver method
8116         * Form.cs (OnLoad): Scaling happens before triggering Load events 
8117           on MS (# 78257)
8118
8119 2006-05-01  Mike Kestner  <mkestner@novell.com>
8120
8121         * MenuItem.cs: fix NRE for text == null.  Fixes #78250.
8122
8123 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com> 
8124
8125         * TextBoxBase.cs: Removed Fixme
8126         * RichTextBox.cs (set_RTF): Invalidate document after update (#78247)
8127
8128 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com>
8129
8130         * XplatUIX11.cs:
8131           - ScrollWindow: We were passing hwnd.ClientRectangle which returns
8132             the rectangle relative to the parent, considering borders. We
8133             don't really want that.
8134           - ScrollWindow: Fixed warning to be more understandable
8135         * TextBoxBase.cs: Fixed ScrollWindow calculations to consider our
8136           scrollbars and scroll only the visible area
8137         * RichTextBox.cs: Removed debug output
8138
8139 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
8140
8141         * NumericUpDown.cs (Text): Just use base
8142         * UpDownBase.cs: Ensure txtView is created before using it
8143
8144 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
8145
8146         * XplatUIX11.cs (SetWindowTransparency): Casting opacity to int before
8147           casting to IntPtr to avoid 64bit overflow errors
8148
8149 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
8150
8151         * Control.cs:
8152           - AllowDrop: Don't force handle creation.
8153           - CreateHandle: Added call to tell driver if we're allowed to drop
8154
8155 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
8156
8157         * FileDialog.cs: Remember the last directory not only for the
8158           current instance but also for new FileDialog instances.
8159
8160 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
8161         
8162         * XplatUIX11.cs: Forgot to set the queue on the foster parent. That
8163           broke sending async messages
8164
8165 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
8166
8167         * XplatUIX11.cs:
8168           - ScrollWindow: Fixed method. We finally generate expose events again
8169             for scrolled areas. This was causing 'garbage' when scrolling
8170             textbox and other controls that used ScrollWindow
8171           - Switched from using the regular queue for paint events to the MS 
8172             model of 'generating' paint events when the queue is empty.
8173             We use the new XQueueEvent.Paint subclass to store which windows
8174             need painting.
8175           - AddExpose now takes the x/y/width/height of the exposed area
8176             and inserts the window into the paint queue if not already there
8177           - InvalidateWholeWindow: Switched to use new AddExpose method
8178           - UpdateMessageQueue: Added which queue to monitor for paint events
8179           - DefWndProc: Added default handler for WM_PAINT and WM_NCPAINT in
8180             the unlikely case nothing above handles it. We reset the expose
8181             pending states to get them off the queue.
8182           - GetMessage: Now pulls a paint event if no other events are in the
8183             queue
8184           - Invalidate: Switched to new AddExpose method
8185           - PeekMessage: Updated to understand pending paint events
8186           - UpdateWindow: Fixed logic bug. We were only updating if the window
8187             didn't need updating. Also switched to sending WM_PAINT directly,
8188             like MS does.
8189         * XEventQueue.cs: Added Paint queue support. Allows enqueue/dequeue
8190           and random access Remove(). The random access is needed to handle
8191           UpdateWindow() where a WM_PAINT is sent directly without accessing
8192           the queue.
8193         * ScrollBar.cs: Added Update() calls to cause immediate updates to
8194           allow for better feedback when scrolling. Scrollbars are small and
8195           the immediate update should make it 'feel' more responsive without
8196           slowing things down. ScrollBar still needs it's invaliate logic
8197           updated to not always invalidate the whole bar on certain changes.
8198
8199 2006-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8200
8201         * Control.cs:
8202         (BackColor): if the control does not support a transparent background,
8203         return the default backcolor when the parent backcolor is transparent.
8204
8205 2006-04-28  Peter Dennis Bartok  <pbartok@novell.com>
8206
8207         * Application.cs: Updated to new StartLoop/GetMessage API
8208         * RichTextBox.cs: Provide some output on RTF parsing errors
8209         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs: Added
8210           new queue_id argument to GetMessage and PeekMessage to allow faster
8211           handling of per-thread queues in drivers.
8212         * Hwnd.cs: Added Queue tracking and property
8213         * MenuAPI.cs: Updated to new StartLoop/GetMessage API
8214         * XEventQueue.cs: Added thread trackingA
8215         * PropertyGridView.cs: Updated to new StartLoop/GetMessage API
8216         * XplatUIX11.cs:
8217           - Implemented new per-thread queue
8218           - GetMessage: Fixed return/break behaviour on several cases. We were
8219             returning stale messages in some cases, instead of just processing
8220             the next message
8221
8222 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
8223
8224         * PropertyGrid.cs: Call GetPropertiesSupported on TypeConverter.
8225
8226 2006-04-27  Peter Dennis Bartok  <pbartok@novell.com>
8227
8228         * ThemeWin32Classic.cs (DrawToolBar): Refactored, simplified the logic,
8229           fixed off-by-one comparisons between Width/Height and Right/Bottom.
8230
8231 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
8232
8233         * PropertyGridView.cs: Fix drop down width.
8234
8235 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
8236
8237         * ThemeWin32Classic.cs: Peter thinks that three additional lines are
8238           a mess in DrawToolBar, so I removed one of them.
8239
8240 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
8241
8242         * ThemeWin32Classic.cs: Draw the ToolBar border lines only if
8243           needed (clip). Otherwise we get artifacts.
8244
8245 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
8246
8247         * FixedSizeTextBox.cs: Added constructor to allow specifying which
8248           dimension is fixed
8249         * UpDownBase.cs: Set the spinner control to be fixed height vertical,
8250           and switched FixedSizeTextBox to only be fixed vertical (#78116)
8251         * Form.cs: Not applying the 'MS 0.08 fudge factor' for a given dimension
8252           if it matches the scale base font (avoids unneeded scaling)
8253
8254 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
8255
8256         * X11DesktopColors.cs: One gtk_init_check should be enough
8257
8258 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com> 
8259
8260         * TextBoxBase.cs: Moved Backspace handling into WM_CHAR block to
8261           match MS behaviour
8262
8263 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
8264
8265         * TextBoxBase.cs: 
8266           - Generate OnTextChanged for Backspace even if we're only deleting
8267             the current selection
8268           - When setting the Text property, only select all text if the
8269             control does not have focus when it is being set. Otherwise
8270             just place the cursor at the beginning of the control
8271
8272 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
8273
8274         * ThemeWin32Classic.cs: ToolBars get drawn with two lines at the top.
8275           Added a little helper to draw PropertyGrid ToolBar with a different
8276           border and a different BackColor.
8277         * PropertyGrid.cs: Some background parts didn't get painted with the
8278           correct background color. Added a class that helps us to draw the
8279           correct border for PropertyGridView and a class that helps us to
8280           draw ToolBars with a different backcolor
8281         * PropertyGridView.cs: Draw PlusMinus with the correct colors.
8282
8283 2006-04-25  Jonathan Chambers  <jonathan.chambers@ansys.com>
8284
8285         * PropertyGrid.cs: Bug 78196, font size, and splitter location.
8286         * PropertyGridView.cs: Bug 78196, font size, and splitter location.
8287
8288 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
8289
8290         * XplatUIWin32.cs (DIBtoImage): ORing instead of ANDing the alpha
8291           into the palette entries. Also, since we're working on a copy
8292           we needed to copy the palette back onto the bitmap.
8293         * Cursor.cs: Same fix as XplatUIWin32.cs.
8294
8295 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com>
8296
8297         * ImageListStreamer.cs: Need to read the var (or we're off)
8298
8299 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
8300
8301         * TextControl.cs, ComboBox.cs, CommonDialog.cs, Theme.cs, 
8302           XplatUIWin32.cs, RichTextBox.cs, ImageListStreamer.cs,
8303           TextBoxBase.cs: Unused var fixes
8304         * AxHost.cs: Small 2.0 fix
8305         * XplatUIX11.cs: Switched to IntPtr from int for XA_CARDINAL atoms 
8306           as it seems that is what at least Metacity expects. This will make
8307           icons show up on 64bit platforms. We still have some 64bit size
8308           issues, though, since the startup app window size still won't match.
8309
8310 2006-04-25  Mike Kestner  <mkestner@novell.com>
8311
8312         * *.cs: cleanup newly reported exception var unused warnings.
8313
8314 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
8315
8316         * ThemeWin32Classic.cs: Button image alignment now matches exactly
8317           ms
8318
8319 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
8320
8321         * ThemeWin32Classic.cs: Fixed drawing code for buttons with an
8322           image. The image position is always the same, no matter if the
8323           button is pressed or not.
8324
8325 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
8326
8327         * FileDialog.cs: SaveFileDialog shouldn't rely on a MWFFileView
8328           selection and set the correct filename for SaveFileDialog.
8329           Patch by Emery Conrad.
8330
8331 2006-04-24  Mike Kestner  <mkestner@novell.com>
8332
8333         * ListView.cs (LastVisibleIndex): when in List mode of Alignment.Left,
8334         check for item.X outside the ClientRect instead of item.Y. Fixes
8335         #78151.
8336
8337 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8338
8339         * ImageListStreamer.cs: some images store a wrong grow factor, so don't
8340         trust that value blindly and do some sanity check. Fixes bug #77814.
8341
8342 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8343
8344         * ImageListStreamer.cs: save the mask as a 1bpp image.
8345
8346 2006-04-21  Mike Kestner  <mkestner@novell.com>
8347
8348         * CheckedListBox.cs: maintain CheckStatus here. Use DrawItemState to
8349         pass Checked and Indeterminate to the Theme Engine. Improve
8350         encapsulation with ListBox.
8351         * ListBox.cs: Keep a StringFormat instead of calculating it every item
8352         draw. Kill ListBoxItem. Refactor away the ListBoxInfo and ListBoxItem
8353         nested types.  Move all CheckState functionality to CheckedListBox.
8354         Make IntegralHeight work like MS.  Rewrite of Layout engine.  Fix
8355         OwnerDrawVariable layout/rendering.  Fix multicolumn rendering.  Fix
8356         ScrollAlwaysVisible handling. Refactor "selected" collections to use a
8357         single base list. Fix scrollbar sizing and placement to mirror MS.
8358         * Theme.cs: remove CheckedListBoxCheckRectangle. It wasn't really
8359         used.
8360         * ThemeWin32Classic.cs: implement Indeterminate CheckState rendering
8361         for CheckedListBox by using new DrawItemState info.  Center the
8362         checkboxes on the items. Use new StringFormat property.
8363
8364 2006-04-18  Jackson Harper  <jackson@ximian.com>
8365
8366         * Form.cs: MdiChildren don't do default locations the same way as
8367         regular forms.  This prevents a crash when trying to position the
8368         mdi windows.
8369
8370 2006-04-17  Jonathan Chambers  <jonathan.chambers@ansys.com>
8371
8372         * PropertyGridTextBox.cs: Formatting, copyright
8373         * PropertiesTab.cs: Formatting
8374         * PropertyGrid.cs: Formatting
8375         * PropertyGridView.cs: Formatting, fix drop down, enabled double 
8376           click toggling of values
8377           
8378 2006-04-17  Peter Dennis Bartok  <pbartok@novell.com> 
8379
8380         * KeyPressEventArgs: Added 2.0 only setter for KeyChar
8381         * Control.cs (.ctor): verify_thread_handle is static, don't reset
8382           every time a control is created
8383         * Application.cs: Removed obsolete EnableRTLMirroring method
8384
8385 2006-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
8386
8387         * TabControl.cs: Avoid ArgumentOutOfRangeException when setting
8388         SelectedIndex to -1. Fixes bug #78121.
8389
8390 2006-04-17  Jackson Harper  <jackson@ximian.com>
8391
8392         * Binding.cs: Handle null values for Current and BindingContext.
8393         This occurs when binding is a little delayed.
8394         * CurrencyManager.cs: return null for Current when there are no
8395         items in the list.
8396         - Hookup to the listchanged event on the DataView and update
8397         bindings when the list is changed.  This fixes late binding of
8398         controls.
8399
8400 2006-04-17  Jackson Harper  <jackson@ximian.com>
8401
8402         * X11Dnd.cs:
8403         * XplatUIX11.cs: Drops should not create a mousedown. Patch by Tim
8404         Ringenbach.
8405
8406 2006-04-15  Alexander Olk  <alex.olk@googlemail.com>
8407
8408         * ThemeWin32Classic.cs: Draw disabled combo button in the correct
8409           place
8410         * ComboBox.cs: If the combobox is disabled call CPDrawComboButton
8411           with the correct ButtonState
8412
8413 2006-04-14  Peter Dennis Bartok  <pbartok@novell.com>
8414
8415         * XplatUIX11.cs: Improved distinguishing between window types to
8416           tell the WM a type closer to what the app wants (Fixes #78107)
8417
8418 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
8419
8420         * ThemeWin32Classic.cs: Fixed drawing of ContainerGrabHandle and
8421           GrabHandle
8422
8423 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
8424
8425         * ThemeWin32Classic.cs: Fixed size grip drawing and updated StatusBar
8426           drawing code to reflect the size grip changes
8427
8428 2006-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8429
8430         * ImageListStreamer.cs: fix handling of the mask that follows the main
8431         bitmap when deserializing and serialize it properly. The generated mask
8432         should better be a 1bpp image, but I'll do that later.
8433
8434 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
8435
8436         * FileDialog.cs: Show something in the DirComboBox on *nix if the
8437           path doesn't fit into some of our Current.Places
8438
8439 2006-04-13  Jackson Harper  <jackson@ximian.com>
8440
8441         * ComboBox.cs: Use borders instead of drawing our own decorations,
8442         try to obey correct rules for heights.
8443         * Theme.cs:
8444         * ThemeNice.cs:
8445         * ThemeClearLooks.cs:
8446         * ThemeWin32Classic.cs: Remove combobox decoration drawing code,
8447         this is now handled by borders.
8448         - Remove unused DrawListBoxDecorationSize method.
8449         
8450 2006-04-13  Mike Kestner  <mkestner@novell.com>
8451
8452         * MenuAPI.cs: null guarding for the disbled click check fixes crash
8453         reported by Alex.
8454
8455 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
8456
8457         * ThemeWin32Classic.cs: 
8458           - Fixed CPDrawStringDisabled
8459           - Corrected drawing of disabled menu items
8460           - Fixed drawing of disabled radio buttons (bug #78095)
8461           - Draw check in a disabled CheckBox with color ControlDark 
8462
8463 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
8464
8465         * Form.cs: Use the provided width when calculating the menu size;
8466           when being maximized we get WM_NCCALCSIZE before WM_WINDOWPOSCHANGED
8467           and ClientSize.Width won't be updated yet
8468         * Application.cs: Use Visible instead of Show() to make form visible,
8469           this way we create the handle later and menusize is considered
8470
8471 2006-04-12  Mike Kestner  <mkestner@novell.com>
8472
8473         * MenuAPI.cs: ignore clicks on disabled menu items. Thanks to Alex for
8474         reporting.
8475
8476 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
8477
8478         * TextBox.cs: Implemented context menu
8479
8480 2006-04-12  Mike Kestner  <mkestner@novell.com>
8481
8482         * ListView.cs: implement box selection. fixes #77838.
8483         * ThemeWin32Classic.cs: draw box select rect, remove a ResetClip.
8484
8485 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
8486
8487         * XplatUIX11.cs: Added setting of window type when transient window
8488           is created (metacity would move it otherwise)
8489         * X11Structs.cs: Added WINDOW_TYPE atoms
8490         * LinkLabel.cs: Override OnPaintBackgroundInternal and draw the
8491           background (the control is Opaque but still wants transparent
8492           backgrounds)
8493
8494 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
8495
8496         * Control.cs: Added OnPaintBackgroundInternal to allow controls
8497           that set Opaque but don't mean it (like all ButtonBase-derived
8498           controls) to still draw their background
8499         * ButtonBase.cs: Override OnPaintBackgroundInternal and draw
8500           the background
8501
8502 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
8503
8504         * Control.cs (PaintControlBackground): Set the graphics object
8505           on our PaintEvent to null to prevent it from being disposed
8506           when the PaintEvent gets disposed
8507
8508 2006-04-12  Alexander Olk  <alex.olk@googlemail.com>
8509
8510         * ThemeWin32Classic.cs: Use even more SystemBrushes and SystemPens
8511         * ThemeNice.cs, ThemeClearlooks.cs: fix typo
8512
8513 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
8514
8515         * Control.cs: 
8516           - Added transparency check to BackColor property. Transparent
8517             backgrounds are only allowed if the control styles permit it
8518           - Added recursive painting of parent control background and
8519             foreground if a control with a transparent backcolor is drawn
8520             (Thanks to Tim Ringenback for providing his 'hack' as a base
8521              for this patch) Fixes #77985 and #78026.
8522           - Added Opaque style check before calling OnPaintBackground, no
8523             need to draw the background if the control is opaque
8524           - Removed ControlAccessibleObject owner variable (inherited from
8525             base, no need to define again)
8526           - Added some documentation links explaining the drawing events
8527             and styles
8528
8529 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
8530
8531         * Splitter.cs (CalculateSplitPosition): Corrected the bad assumption
8532           that the affected control is the located at the left border of our
8533           parent (Fixes #77936)
8534
8535 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
8536
8537         * TextBoxBase.cs: When rendering disabled or readonly controls,
8538           draw the background with 'Control' instead of 'Window' color as
8539           long as the user hasn't specifically set a color
8540
8541 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
8542
8543         * TextBoxBase.cs: Don't try to shortcut by checking against base.Text
8544           since that won't be updated if the user types text (only if it's
8545           programatically set)
8546
8547 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
8548
8549         * ScrollableControl.cs: Calculate DisplayRect dynamically, so that
8550           layout changes do to app-triggered resizes will have the proper
8551           display rectangle for layout
8552
8553 2006-04-11  Alexander Olk  <alex.olk@googlemail.com>
8554
8555         * ThemeWin32Classic.cs:
8556           - Make use of the SystemBrushes and SystemPens wherever possible
8557           - Corrected some highlight colors
8558           - Corrected RadioButton and CheckBox FlatStyle.Flat and Popup
8559             drawing
8560         * Theme.cs: Added Empty field to CPColor struct
8561
8562 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
8563
8564         * ScrollabeControl.cs: We need to consider whether or not a scrollbar
8565           is displayed when calculating the display rectangle. Thanks to Mike
8566           for teaching me the err of my ways.
8567
8568 2006-04-10  Peter Dennis Bartok  <pbartok@novell.com>
8569
8570         * ScrollableControl.cs:
8571           - Rewrote DisplayRectangle code, now returning the proper x/y coords 
8572             (instead of 0,0) and we now return the real width/height instead of
8573             just the clientrectangle, adjusted for padding. The rectangle is
8574             now cached and created by the new CalculateDisplayRectangle method.
8575           - Created new CalculateDisplayRectange method, which basically does
8576             what get_DisplayRectangle() did originally, but now using the 
8577             right edge instead of DisplayRectangle to determine the size of
8578             our scrollbars
8579           - get_Canvas(): Fixed it to properly calculate canvas for 
8580             right/bottom controls which seem to be placed to the right/bottom
8581             of any controls that have a fixed location
8582           - Removed TODO that's taken care of
8583           - Removed NotImplementeds and attempted to implement AdjustFormScrollBars
8584             and SetDisplayRectLocation according to new MSDN2 docs
8585           - Added call to PerformLayout in OnVisibleChanged, MS causes a layout
8586             event when that is called, this is added for compatibility
8587           - ScrollControlIntoView(): Implemented.
8588           - Switched scrollbars to be implicit, they shouldn't be selectable
8589         * ContainerControl: Now that ScrollControlIntoView is implemented, we 
8590           call it when the active control is set/changed
8591         * ScrollBar.cs: Added support for generating Win32 scrollbar messages
8592         * ImplicitHScrollBar.cs, ImplicitVScrollBar.cs: Now setting new base
8593           implicit_control variable (used for native Win32 message generation)
8594         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Added new 
8595           HorizontalScrollBarHeight and VerticalScrollBarWidth properties
8596         * ThemeWin32Classic.cs: Now calling the driver for the scrollbar sizes
8597         * XplatUIStructs.cs: Added ScrollBarCommands enum
8598
8599 2006-04-10  Jackson Harper  <jackson@ximian.com>
8600
8601         * ButtonBase.cs:
8602         * CheckedListBox.cs:
8603         * ComboBox.cs:
8604         * DataGrid.cs:
8605         * DataGridView.cs:
8606         * Form.cs:
8607         * GroupBox.cs:
8608         * ListBox.cs:
8609         * PrintPreviewControl.cs:
8610         * ProgressBar.cs:
8611         * PropertyGrid.cs:
8612         * Splitter.cs:
8613         * StatusBar.cs:
8614         * TrackBar.cs:
8615         * UpDownBase.cs: Fixup base event overrides.
8616         
8617 2006-04-06  Mike Kestner  <mkestner@novell.com>
8618
8619         * ScrollBar.cs: fix "new event" declarations (#76509) and bounds check
8620         all user-initiated value changes to min <= value <= max-thumbsz+1.
8621         (set_Value): check for vert/horiz when calculating new thumb position.
8622         (LargeIncrement): bounds check to stop pos at max - thumb_size + 1
8623         like MS does.
8624         (OnMouseMoveSB): refactor the thumb dragging code and refine
8625         invalidation logic to reduce flicker.
8626         (SetEndPosition): bounds check to stop pos at max - thumb_size + 1
8627         (SmallIncrement): bounds check to stop pos at max - thumb_size + 1
8628         (UpdateThumbPosition): small code readability cleanup
8629
8630 2006-04-10  Alexander Olk  <alex.olk@googlemail.com>
8631
8632         * ThemeNice.cs: Small UI polishing. Draw borders a little bit
8633           different
8634
8635 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
8636
8637         * ThemeNice.cs: Use a better graphics effect when a button is pressed
8638
8639 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
8640
8641         * Theme.cs: Added GetDashPen and GetSizedPen to SystemResPool
8642         * ThemeWin32Classic.cs: Make use of the new SystemResPool methods.
8643           This dramatically reduces the number of Pen.Dispose calls. 
8644           Where possible call ResPool methods only once instead of calling it
8645           over and over again (for example for the same color).
8646
8647 2006-04-06  Mike Kestner  <mkestner@novell.com>
8648
8649         * TabControl.cs: fix for SelectedIndex updating on TabPage removals.
8650         Also remove an unused private field on the collection. Fixes #77972.
8651
8652 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
8653
8654         * ThemeNice.cs: Added ToolBar drawing code
8655
8656 2006-04-06  Mike Kestner  <mkestner@novell.com>
8657
8658         * Form.cs (ShowDialog): MS allows IWin32Window param to be a non-form.
8659         I'm assuming that means we need to look up the toplevel for the
8660         provided control. Fixes the crash trace in #77911 but exposes another
8661         crash in some strange reflection usage in NDocGui.
8662
8663 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
8664
8665         * ThemeNice.cs: Gave it a little silver touch and added Images
8666           method
8667         * FontDialog.cs: FontDialog is not resizable
8668         * FileDialg.cs: Added SizeGripStyle.Show
8669
8670 2006-04-05  Jackson Harper  <jackson@ximian.com>
8671
8672         * KeyboardLayouts.cs: Remove warning.
8673
8674 2006-04-05  Jackson Harper  <jackson@ximian.com>
8675
8676         * Control.cs: Enable OnPaintInternal so we can use it for drawing
8677         all of our controls instead of Paint +=.
8678         * ListBox.cs:
8679         * ListView.cs:
8680         * MenuAPI.cs:
8681         * MessageBox.cs:
8682         * NotifyIcon.cs:
8683         * ProgressBar.cs:
8684         * ScrollBar.cs:
8685         * Splitter.cs:
8686         * StatusBar.cs:
8687         * TabControl.cs:
8688         * TextBoxBase.cs:
8689         * ToolBar.cs:
8690         * TrackBar.cs:
8691         * UpDownBase.cs:
8692         * ComboBox.cs: Remove handling of WM_PAINT and WM_ERASEBKGND and
8693         use OnPaintInternal. Remove Width/Height and Visible checks in
8694         paint handler, this is done at a higher level now.
8695         * GroupBox.cs: Don't need to handle WM_ERASEBKGND anymore.
8696         * PaintEventArgs.cs: Add a handled flag so controls that don't
8697         want anymore painting after OnPaintInternal can make sure OnPaint
8698         isn't called.
8699
8700 2006-04-05  Mike Kestner  <mkestner@novell.com>
8701
8702         * Form.cs: fix the menu WndProc hacks to respect the native enabled
8703         state of the form, so that we don't process events when Modal dialogs
8704         are up. Fixes #77922.
8705
8706 2006-04-05  Alexander Olk  <alex.olk@googlemail.com>
8707
8708         * Mime.cs: Default for range length is 1 not 0. If set to 0 no match
8709           checking is done.
8710
8711 2006-04-05  Mike Kestner  <mkestner@novell.com>
8712
8713         * XplatUIX11.cs: fix typo in the EX_APPWINDOW transient patch.
8714
8715 2006-04-05  Mike Kestner  <mkestner@novell.com>
8716
8717         * ListView.cs (HeaderMouseMove): null guarding for the over column
8718         when setting up the drag_to_index.  Fixes #78015.
8719
8720 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com>
8721
8722         * XplatUIX11.cs: If WS_EX_APPWINDOW isn't set we don't want to show up
8723           in the taskbar. Transient windows seem to accomplish that.
8724
8725 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com> 
8726
8727         * Form.cs:
8728           - Re-enabled CreateParams.X/Y code for FormStartPosition
8729           - Added code for manual placement when creating the Control
8730           - Incomplete patch to treat MDI forms differently when
8731             setting the ClientSizeCore. (Still need to figure out handling
8732             x/y coords there)
8733         * XplatUIX11.cs:
8734           - When we're explicitly setting the X/Y position of a non-Child
8735             window, let the WM know. Metacity really wants this.
8736
8737 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
8738
8739         * ThemeNice.cs: Added CPDrawButton
8740
8741 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
8742
8743         * ThemeNice.cs: Changed the color for focused buttons and activated
8744           the arrows for small scroll buttons.
8745
8746 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
8747
8748         * ThemeWin32Classic.cs: Removed DrawFlatStyleButton, not needed
8749           anymore. Changed some method modifiers to protected (virtual)
8750         * ThemeClearlooks.cs: Updated to reflect the ThemeWin32Classic
8751           changes
8752         * ThemeNice.cs: Updated to reflect the ThemeWin32Classic changes.
8753           Updated drawing of menus, buttons and progressbars; added
8754           CPDrawBorder3D 
8755
8756 2006-04-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8757
8758         * ImageListStreamer.cs: implemented serialization/deserialization
8759         of the images.
8760
8761 2006-04-03  Alexander Olk  <alex.olk@googlemail.com>
8762
8763         * ThemeWin32Classic.cs:
8764           - Removed all the DrawFrameControl stuff; CPDrawButton,
8765             CPDrawCheckBox and CPDrawRadioButton are now handled directly
8766             inside the methods
8767           - Updated and corrected the drawing code of CPDrawButton,
8768             CPDrawCheckBox and CPDrawRadioButton to better match ms
8769           - Updated theme checkbox and radiobutton code to use the CP*
8770             methods
8771
8772 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
8773
8774         * XplatUIX11.cs: Enable clipping again now that the libgdiplus
8775           bug is fixed
8776
8777 2006-03-31  Jackson Harper  <jackson@ximian.com>
8778
8779         * XplatUIX11.cs: Somehow we get SETCURSORS for bad windows
8780         sometimes.
8781         * UpDownBase.cs: Don't CreateGraphics manually, use a
8782         Refresh. Ideally we would invalidate the correct areas here.
8783
8784 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
8785
8786         * XplatUIX11.cs: 
8787           - We now track the mapping state of windows. If a window (or 
8788             one of it's parents) is not mapped we no longer permit
8789             WM_PAINT messages to be generated since we'd otherwise get 
8790             lots of BadMatch X errors. Jackson did all the work figuring
8791             out the problem.
8792           - Destroying the caret if the window it's contained in is 
8793             destroyed. Can't use regular DestroyCaret method since it
8794             might fall into a drawing function (trying to remove the
8795             caret) and with that generate new BadMatch errors. Again,
8796             Jackson tracked this down.
8797           - Changed DestroyChildWindows to SendWMDestroyMessages, we now
8798             make sure we send the messages to all windows. (The old code
8799             would send the WM_DESTROY to the window, and then all child
8800             windows would be 'gone' because the WM_DESTROY handle lookup
8801             would no longer find the destroyed window)
8802         * Hwnd.cs: Added Mapping property to track mapping state of hwnd
8803         * X11Structs.cs: Added WindowType enum for MapWindow/UnmapWindow
8804
8805 2006-03-31  Jackson Harper  <jackson@ximian.com>
8806
8807         * ScrollableControl.cs: Dont recalc if we are not visible.
8808
8809 2006-03-31  Mike Kestner  <mkestner@novell.com>
8810
8811         * Control.cs (SetVisibleCore): move the CreateControl call up ahead of
8812         the visibility branch.
8813
8814 2006-03-31  Jackson Harper  <jackson@ximian.com>
8815
8816         * ScrollBar.cs: Cap values when incrementing/decrementing.
8817
8818 2006-03-31  Mike Kestner  <mkestner@novell.com>
8819
8820         * MenuAPI.cs: setup menu.tracker for popup/context menus.
8821         * ToolTip.cs: guard against timer expirations with no active control.
8822         Not sure why it happened.
8823
8824 2006-03-31  Mike Kestner  <mkestner@novell.com>
8825
8826         * ThemeWin32Classic.cs: add some horizontal padding space for the tip
8827         text.
8828         * ToolTip.cs: Position the tooltip based on where the cursor is at
8829         popup time, not at MouseEnter time.  Add a Down state so that we don't
8830         redisplay tips without a Leave. Use faked XplatUI.GetCursorInfo for
8831         positioning offset. Lookup DisplaySize at positioning time, since it
8832         can theoretically change during invocation.
8833         * XplatUIWin32.cs: fake GetCursorInfo until pdb can do it properly.
8834         * XplatUIX11.cs: fake GetCursorInfo until pdb can do it properly.
8835
8836 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
8837
8838         * ThemeWin32Classic.cs: Use CPDrawBorder3D to draw a GroupBox.
8839           Fixes behaviour when the Text property of the box is String.Empty
8840
8841 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com>
8842
8843         * XplatUIX11.cs: Only send mouseleave for our client windows, not
8844           for the whole window (otherwise we get WM_MOUSE_LEAVE twice for
8845           a window)
8846
8847 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
8848
8849         * FileDialog.cs: Visual enhancement for the popup buttons in 
8850           PopupButtonPanel
8851
8852 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
8853
8854         * ColorDialog.cs, FontDialog.cs: Make use of the updated 3D border
8855           code
8856
8857 2006-03-30  Alexander Olk  <alex.olk@googlemail.com>
8858
8859         * ThemeWin32Classic.cs: Updated MainMenu drawing of selected and
8860           highlighted menu items to match ms
8861
8862 2006-03-30  Peter Dennis Bartok  <pbartok@novell.com> 
8863
8864         * XplatUIX11.cs: Don't set a clip rectangle unless it's not empty
8865
8866 2006-03-30  Mike Kestner  <mkestner@novell.com>
8867
8868         * Menu.cs (SelectedItem): use new MenuItem.Selected prop.
8869         * MenuAPI.cs: use new MenuItem.Selected prop. redraw MainMenu when we
8870         go active to account for HotLight to Selected transition.
8871         * MenuItem.cs: add internal Selected prop. Fill out the Status
8872         property by calculating it from item info. Add HotLight,
8873         NoAccelerator, Checked, Grayed, and Disabled flags where appropriate.
8874
8875 2006-03-30  Mike Kestner  <mkestner@novell.com>
8876
8877         * MenuItem.cs: only emit DrawItem and MeasureItem for OwnerDraw.
8878
8879 2006-03-29  Jackson Harper  <jackson@ximian.com>
8880
8881         * Form.cs: Implement TODO.
8882
8883 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com> 
8884
8885         * PrintPreviewDialog.cs: Implemented missing methods and events; still
8886           missing proper dialog setup in the constructor
8887
8888 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com>
8889
8890         * ProgressBar.cs: Added 2.0 Style property that apps seem to use
8891         * Control.cs:
8892           - Implemented CheckForIllegalCrossThreadCalls, removed TODO
8893           - Fixed ResetBindings and removed TODO
8894           - Added check for cross-thread calls to get_Handle()
8895           - Added Marshaller attribute for set_Font to satisfy class status
8896         * FontDialog.cs: Removed TODOs that seemed implemented
8897         * UpDownBase.cs: Removed unneeded TODO and Fixme
8898         * MessageBox.cs: Implemented support for Default button and removed TODO
8899         * FileDialog.cs: Removed obsolete TODO
8900         * DomainUpDown.cs: Removed obsolete TODO
8901         * ButtonBase.cs: Removed obsolete TODO
8902         * XplatUIWin32.cs: Removed obsolete TODO
8903         * Form.cs:
8904           - Removed obsolete TODO
8905           - Calling CheckAcceptButton when the acceptbutton is changed to allow
8906             internal status updates
8907           - Making sure the active control is selected when the control is created
8908         * CurrencyManager.cs: Removed obsolete TODO
8909
8910 2006-03-29  Mike Kestner  <mkestner@novell.com>
8911
8912         * *.cs: fix remaining corcompare issues for 1.1 API with the exception
8913         of PrintPreviewDialog and RichTextBox.
8914
8915 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
8916
8917         * Theme.cs: Added a little helper to SystemResPool to get the Dark,
8918           DarkDark, Light and LightLight colors for a specific color
8919         * ThemeWin32Classic.cs:
8920           - Use Button drawing code to draw RadioButtons and CheckBoxes with
8921             Appearance = Button 
8922           - Make use of the new ResPool helper CPColor
8923           - Draw ProgressBar and StatusBar with correct 3D borders
8924
8925 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
8926
8927         * ColorDialog.cs: Return selected color. Fixes bug #77940.
8928
8929 2006-03-28  Mike Kestner  <mkestner@novell.com>
8930
8931         * ListView.cs: fix Icon layout to plan for scrollbar widths when
8932         calculating col/row counts.
8933
8934 2006-03-28  Mike Kestner  <mkestner@novell.com>
8935
8936         * ColumnHeader.cs:
8937         * ListView.cs:
8938         * ListViewItem.cs:
8939         * Menu.cs: 
8940         switch to explicit interface method implementation for some methods
8941         corcompare identifies as inconsistent with MS.
8942
8943 2006-03-28  Mike Kestner  <mkestner@novell.com>
8944
8945         * MainMenu.cs: 
8946         * Menu.cs:
8947         add a few missing methods from the class status output.
8948
8949 2006-03-28  Alexander Olk  <alex.olk@googlemail.com>
8950
8951         * ControlPaint.cs: Fixed ControlPaint.Light method. Results are now
8952           correct.
8953
8954 2006-03-28  Mike Kestner  <mkestner@novell.com>
8955
8956         * MenuAPI.cs: Deactivate on MainMenu item click. Fixes #77917.
8957
8958 2006-03-27  Mike Kestner  <mkestner@novell.com>
8959
8960         * ThemeWin32Classic.cs: Switch flat toolbars to use RaisedInner for
8961         the Hilight state to adapt to Alex's CPDrawBorder3D changes.
8962
8963 2006-03-27  Alexander Olk  <alex.olk@googlemail.com>
8964
8965         * ThemeWin32Classic.cs: Rewrote Button drawing code to match ms.
8966
8967 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
8968
8969         * ThemeWin32Classic.cs:
8970           - GroupBox: Inserted a little gap between the text and the lines
8971             on the right side
8972           - Made the code in CPDrawBorder3D more readable
8973           - Corrected the drawing location of the up and down arrows in 
8974             CPDrawScrollButton
8975
8976 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
8977
8978         * ControlPaint.cs: Corrected line widths in DrawBorder for
8979           ButtonBorderStyle Inset and Outset
8980
8981 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
8982
8983         * ThemeWin32Classic.cs:
8984           - Rewrote the totally broken CPDrawBorder3D method. That was
8985             one of the main problems for the terrific ThemeWin32Classic
8986             look
8987           - Updated and corrected Button drawing
8988           - Correct the dimensions of the SizeGrip to match ms ones
8989           - Removed a small drawing glitch in DrawComboBoxEditDecorations
8990         * XplatUIX11.cs: Draw borders with BorderStyle = Fixed3D with
8991           Border3DStyle.Sunken to match ms.
8992
8993 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
8994
8995         * ThemeWin32Classic.cs: First small part of the "de-uglify
8996           ThemeWin32Classic" effort, SizeGrip
8997
8998 2006-03-24  Jackson Harper  <jackson@ximian.com>
8999
9000         * XplatUIX11.cs: Give a max idle time of one second, this matches
9001         MS and forces an Idle event every second when there are no other
9002         events in the queue.
9003
9004 2006-03-24  Mike Kestner  <mkestner@novell.com>
9005
9006         * ListView.cs: Handle (Large|Small)ImageList == null more robustly.
9007         * ListView.Item.cs: fix layout issues with null image lists and images
9008         smaller than checkbox size.
9009         * ThemeWin32Classic.cs: Draw a 12 pixel line in ListView LargeIcon
9010         mode like MS does.  It's weird, but consistent.  ;-)
9011         Fixes #77890.
9012
9013 2006-03-24  Mike Kestner  <mkestner@novell.com>
9014
9015         * ListView.cs: Scroll wheel support for the item control.  Fixes
9016         #77839.
9017
9018 2006-03-23  Jackson Harper  <jackson@ximian.com>
9019
9020         * ScrollableControl.cs: Special case negative sized areas, not
9021         zero.
9022         * MonthCalendar.cs: Save the rect of the clicked date so we can
9023         use it for invalidation.
9024         - Try to cut down on the number of invalidates
9025         - Invalidate the rect the mouse is over and was over when moving
9026         the mouse, so we get the focus box following the cursor.
9027
9028 2006-03-23  Mike Kestner  <mkestner@novell.com>
9029
9030         * ThemeWin32Classic.cs: fix FullRowSelect selection background and
9031         focus rectangle drawing. Fixes #77835.
9032
9033 2006-03-23  Mike Kestner  <mkestner@novell.com>
9034
9035         * XplatUIX11.cs: rework the fix for #77828 by changing the order of
9036         the if and else if and reverting back to the original == check on the
9037         None conditional.
9038
9039 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
9040
9041         * FontDialog.cs: Update the example panel if the selected index of
9042           the fontListBox changes.
9043
9044 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
9045
9046         * FileDialog.cs: Make FileDialog remember which directory it was in
9047           last in the same execution.
9048
9049 2006-03-22  Mike Kestner  <mkestner@novell.com>
9050
9051         * FileDialog.cs: make the DropDownMenu on the toolbar display
9052         RadioChecks since they are mutually exclusive and that's what MS does.
9053
9054 2006-03-22  Mike Kestner  <mkestner@novell.com>
9055
9056         * Theme.cs: add Color param to CPDrawMenuGlyph.
9057         * ThemeWin32Classic.cs: do color specific menu glyph rendering so that
9058         checks and radio marks and arrows are visible on highlighted items.
9059         * ControlPaint.cs: update to use new Theme signature.
9060
9061 2006-03-22  Mike Kestner  <mkestner@novell.com>
9062
9063         * MenuAPI.cs: only process Enter and arrow keypresses if the tracker
9064         is active. Fixes #77870.
9065
9066 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
9067
9068         * FileDialog.cs: Corrected TabIndex order and set fileNameComboBox
9069           to be focused/selected after startup
9070
9071 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
9072
9073         * ColorDialog.cs: 
9074           - Corrected behaviour of Color, AllowFullOpen, FullOpen,
9075             CustomColors and ShowHelp properties
9076           - Some internal rewrites to get better results when using the
9077             ColorMatrix
9078
9079 2006-03-22  Mike Kestner  <mkestner@novell.com>
9080
9081         * ListView.cs: hook into Peter's new ResetMouseHover capability to fix
9082         HoverSelection.  Fixes #77836.
9083
9084 2006-03-22  Mike Kestner  <mkestner@novell.com>
9085
9086         * FileDialog.cs: bugfixes for the toolbar.  Use PushButtons instead of
9087         ToggleButtons.  (De)Sensitize the Back button around a stack count of
9088         1, not 0.  Update ButtonSize based on a pixel count of the win32
9089         control.  Adjust the toolbar size/location for new button size.
9090
9091 2006-03-22  Jackson Harper  <jackson@ximian.com>
9092
9093         * XplatUIX11.cs: Don't handle configurenotifys if PostQuitState is
9094         true.
9095         * ScrollBar.cs: When doing increments and decrements we need to
9096         set the Value property so that ValueChanged gets raised. A
9097         possible optimization here would be to make an internal SetValue
9098         that doesn't invalidate immediately.
9099         * ToolTip.cs: Tooltips get added to their container (when
9100         supplied) so they get disposed when the container is disposed.
9101         - Don't create tooltips for String.Empty. This prevents all these
9102         little 2-3 pixel windows from showing up when running nunit-gui
9103         and driving me mad.
9104         * Form.cs: Don't set topmost when setting the owner if the handles
9105         haven't been created yet.  The topmost set will happen when the
9106         handles are created.
9107
9108 2006-03-22  Peter Dennis Bartok  <pbartok@novell.com> 
9109
9110         * XplatUIX11.cs:
9111           - DeriveWindowStyles: Fixed typo in borderstyle generation (#77828)
9112           - SetVisible: Sending WINDOWPOSCHANGED for all controls when made 
9113             visible (to allow them to recalculate their sizes)
9114
9115 2006-03-21  Mike Kestner  <mkestner@novell.com>
9116
9117         * ThemeWin32Classic.cs: major refactoring of the ToolBar rendering
9118         methods. Removed a ton of redundant code.  Still not really happy with
9119         the border rendering, but I think that's mainly because of the
9120         ControlDarkDark being black instead of a dark grey. Depending on how 
9121         close we want to be, we might want to revisit those color choices.
9122         Among the new features added during the refactor were DropDownArrow
9123         pressed rendering, Disabled image rendering.  Proper flat appearance
9124         boundary rendering.  Removed the Divider and Wrapping dividers since I
9125         can't figure out any combination of themes and conditions to make the
9126         MS control draw a horizontal line on a toolbar despite what the
9127         Divider property docs indicate.
9128         * ToolBar.cs: rewrite the layout engine. Fixes numerous flicker
9129         conditions and incorrect layout.  Updated to coding standard.
9130         * ToolBarButton.cs: refactored layout and positioning code from
9131         ToolBar to here.  Invalidate wherever possible instead of forcing
9132         redraws of the whole toolbar. 
9133         (Known remaining issues: explicit ButtonSize smaller than provided
9134         images.)
9135
9136 2006-03-21  Mike Kestner  <mkestner@novell.com>
9137
9138         * ContextMenu.cs (Show): use the position parameter instead of just
9139         showing at the MousePosition.
9140
9141 2006-03-21  Jackson Harper  <jackson@ximian.com>
9142
9143         * TabControl.cs: Remove the call to ProcessKeyEventArgs and let
9144         control handle this.
9145         * TreeNodeCollection.cs: If we are clearing the root node we need
9146         to reset top_node so calcs can still happen.
9147         * ThemeWin32Classic.cs: This is a Flags so we need to check
9148         properly.
9149         
9150 2006-03-21  Jackson Harper  <jackson@ximian.com>
9151
9152         * DataGrid.cs: Create columns when the binding context has been
9153         changed.
9154         * X11Structs.cs: Keysyms are uints.
9155         - Add size to fix build.
9156
9157 2006-03-21  Peter Dennis Bartok  <pbartok@novell.com> 
9158
9159         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
9160           XplatUIOSX.cs: 
9161           - Added ResetMouseHover method to allow controls to retrigger
9162             hovering if they need it more than once
9163           - Implemented MouseHoverTime and MouseHoverSize properties
9164         * Timer.cs: Start() must reset the interval
9165         * SystemInformation.cs: Added 2.0 MouseHoverTime and MouseHoverSize
9166           properties
9167
9168 2006-03-21  Jackson Harper  <jackson@ximian.com>
9169
9170         * X11Keyboard.cs: improved layout detection. Move the nonchar
9171         tables into this file.
9172         * KeyboardLayouts.cs: Move the tables into resource files.
9173
9174 2006-03-21  Mike Kestner  <mkestner@novell.com>
9175
9176         * ListView.cs: use OnItemActivated to raise events. Fixes #77834.
9177
9178 2006-03-21  Alexander Olk  <alex.olk@googlemail.com>
9179
9180         * Mime.cs: Various speed optimizations. Looking up mime types
9181           is now 2 times faster than before
9182
9183 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com> 
9184
9185         * CreateParams.cs: Added internal menu field
9186         * Control.cs: 
9187           - Switched call order for UpdateBounds; now we always call
9188             the one that also takes ClientSize, and we're calculating the 
9189             client size via driver method in the others. The previous
9190             method of tracking client size by difference wasn't working
9191             for forms where even the starting client size wouldn't match
9192             the overall form size (due to borders) (Part of fix for #77729)
9193           - CreateParams(): Do not use parent.Handle unless the handle is
9194             already created. Causes havoc with Nexxia and throws off our
9195             creation of controls
9196         * XplatUIX11.cs:
9197           - Created new PerformNCCalc method to trigger WM_NCCALCSIZE message
9198           - Switched handling of ConfigureNotify over to new PerformNCCalc 
9199             method (consolidates code)
9200           - Changed RequestNCRecalc to use new PerformNCCalc method
9201           - Added calls to RequestNCRecalc when menus and borders are changed
9202             to allow app to set NC size. (Part of fix for #77729) This matches
9203             when MS send a WM_NCRECALC on Win32 windows.
9204           - Now sending WM_WINDOWPOSCHANGED when toplevel for is made visible
9205             (Part of fix for #77729). This matches what MS does, they also
9206             send that message when the form is made visible.
9207           - XException.GetMessage: Improved usability of X errors by including
9208             a translation of the window into Hwnd and Control class
9209           - Improved debug info for window creation, reparenting and destruction
9210           - Created helper method WindowIsMapped() [Currently not used]
9211         * XplatUIWin32.cs: Added ToString() debug helper to RECT structure
9212         * Form.cs:
9213           - CreateParams: Now setting our menu on the new internal menu field
9214           - SetClientSizeCore: Now passing cp.menu instead of ActiveMenu to
9215             avoid calculating the same property twice
9216         * Hwnd.cs:
9217           - Improved usability of ToString() for debugging purposes
9218           - GetWindowRectangle(): Now uses proper CalcMenuBarSize method to
9219             determine the height of the menu, instead of just the font. This
9220             required to also create a graphics context and to keep a bmp 
9221             around (for performance reasons)
9222
9223 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com>
9224
9225         * MenuAPI.cs: Added OnMouseUp method
9226         * Form.cs:
9227           - Now remembering the requested client size, avoids size errors
9228           - WndProc: Now handling WM_xBUTTONUP and passing it to MenuTracker
9229             instead of base if the menu is active. This is required due to
9230             control now capturing and releasing on down/up and it would
9231             prematurely release our menu capture
9232
9233 2006-03-17  Jackson Harper  <jackson@ximian.com>
9234
9235         * KeyboardLayouts.cs: Add the czech layouts.
9236
9237 2006-03-16  Jackson Harper  <jackson@ximian.com>
9238
9239         * Control.cs: Use the viewport space when sizing not the controls
9240         client size, so things like ScrollableControl that effect the
9241         viewport size (when scrollbars are added) are computed correctly.
9242         * BindingContext.cs: Cleanup to use the DataSourceEntrys instead
9243         of ManagerEntrys.
9244         - Handle creating BindingManagers for null data sources.
9245         * DataGrid.cs: Bind the cached_currencymgr_events to the real data
9246         source, otherwise when rows are added they are added to the 'fake'
9247         datasource and we will crash when trying to set the position in
9248         those rows.
9249         - Use Implicit scrollbars on the datagrid so they arent
9250         selectable.
9251         
9252 2006-03-16  Jackson Harper  <jackson@ximian.com>
9253
9254         * Binding.cs:
9255         * InternalWindowManager.cs:
9256         * MdiWindowManager.cs:
9257         * X11Keyboard.cs: I really want Mike to love me again (fix
9258         compiler warnings).
9259
9260 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com>
9261
9262         * DataGrid.cs:
9263           - OnMouseDown: Switch to editing mode when clicking on the cell
9264                          even if we're clicking on the cell that's currently 
9265                          selected
9266           - ProcessGridKey: Left/Right now wrap like MS.Net does
9267           - ProcessGridKey: Tab now knows to add a new row when tab is
9268                             pressed in the cell of the last column of the 
9269                             last row
9270           - ProcessGridKey: Enter now adds another row  if pressed in the last
9271                             row and selectes the new row, same column cell
9272           - ProcessGridKey: Home/End navigate columns, not rows, like 
9273                             originally implemented
9274           - Broke ProcessKeyPreview code out into an extra Internal method
9275             so it can be called from the edit code
9276         * DataGridTextBox.cs (ProcessKeyMessage):
9277           - Switched to accept Tab keypresses
9278           - Added F2 handling to allow jumping to the end of the edited cell
9279           - Added logic to allow moving caret left/right inside edited cell
9280             and making the edited cell jump when the caret hits cell borders
9281           - Tab and Enter are now passed to the datagrid after being handled
9282         * TextBoxBase.cs:
9283           - Removed capture code now that Control handles it
9284           - set_SelectionStart now ensures caret is visible
9285
9286 2006-03-16  Jackson Harper  <jackson@ximian.com>
9287
9288         * TrackBar.cs: Debackwards the increment/decrement for handling
9289         mouse clicks on the bar with vertical trackbars.
9290         * ThemeWin32Classic.cs: Draw vertical trackbars with 0 at the
9291         bottom to match MS.
9292
9293 2006-03-16  Mike Kestner  <mkestner@novell.com>
9294
9295         * ListView.cs: make shift/ctrl keyboard and mouse selection 
9296         consistent with the MS control. Fix a bug in
9297         SelectedListViewItemCollection.Clear that was pissing me off for the
9298         better part of a day because the collection was being altered
9299         underneath us as we walked the list.
9300
9301 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com> 
9302
9303         * Control.cs: Not sure how we could miss this so long, but it seems
9304           that MS.Net has Capture set all the way from before calling 
9305           OnMouseDown through sending the mouse events until after
9306           OnMouseUp. This will fix DataGrid's selection being set to end
9307           at the location of the MouseUp.
9308
9309 2006-03-15  Jackson Harper  <jackson@ximian.com>
9310
9311         * BindingContext.cs: Check the binding after its added so that it
9312           can initialize the binding managers and hookup to events.
9313         * Binding.cs: Data members seem to sometimes include rows/cols in
9314           the format Row.Column we now take this into account.
9315           - Hookup to the position changed event so we can update the
9316           control when the position has changed in the data set.
9317         * CurrencyManager.cs: Take into account the row/col naming
9318           convention when creating dataset tables.
9319         * BindingContext.cs: Using a newer better way of storing
9320           datasource/datamember pairs.  Hopefully this better matches MS for
9321           looking up binding managers.
9322
9323
9324 2006-03-15  Jackson Harper  <jackson@ximian.com>
9325
9326         * BindingContext.cs: The currency manager needs the data member
9327         name, if the member is a data set we use the name to find the
9328         correct table.
9329         * CurrencyManager.cs: When creating the list prefer an IList over
9330         an IListSource.
9331         - Attempt to create a DataTable from a DataSet (TODO: might need
9332         some better error checking here, although MS doesn't seem to have much)
9333         - If we have a DataTable create a view and use it as our list.
9334
9335 2006-03-15  Mike Kestner  <mkestner@novell.com>
9336
9337         * ListView.cs: keep a matrix of the icon mode layout to facilitate
9338         keyboard navigation. Support Up/Down/Left/Right selection correctly
9339         for all 4 View modes.
9340         * ListViewItem.cs: add internal row/col fields for icon layouts.
9341
9342 2006-03-15  Jackson Harper  <jackson@ximian.com>
9343
9344         * TabControl.cs: Redraw the tabs when we resize so their newly
9345         calculated sizes are drawn on screen.
9346         * X11Keyboard.cs: Begginnings of XIM support.  We also now support
9347         composite characters.
9348         * XplatUIX11.cs: Keyboard driver needs to know about focus changes
9349         - filter events so that composite characters can be created
9350         patches by peter
9351         * X11Structs.cs: Add XIMProperties enum.
9352
9353 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
9354
9355         * Control.cs (BringToFront, SendToBack): Don't use window or handle
9356           unless it's created
9357
9358 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
9359
9360         * Control.cs (PerformLayout): We don't need to consider visiblity
9361           for anchoring, only for docking. This fixes 'whacky' alignment
9362           in listbox and other controls that use implicit scrollbars after
9363           the previous PerformLayout patch
9364         * ListBox.cs: Switched to use implicit scrollbars
9365           
9366 2006-03-14  Mike Kestner  <mkestner@novell.com>
9367
9368         * ToolBar.cs: 
9369         * VScrollBar.cs:
9370         - chain up the "new event" overrides to base and use
9371         OnEvent to raise them.  Part of fix for bug #76509.
9372
9373 2006-03-14  Alexander Olk  <alex.olk@googlemail.com>
9374
9375         * FileDialog.cs: Do not select an item in the parent directory
9376           on backspace
9377
9378 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
9379
9380         * Control.cs (PerformLayout): It would seem that we considered
9381           invisible windows for our layout. Not quite the right thing
9382           to do. Now we don't any longer, thereby fixing bug #76889.
9383
9384 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
9385
9386         * Control.cs (CanFocus): I goofed. A control can have focus 
9387           even though it's not selectable. Made it match MS docs.
9388
9389 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
9390
9391         * ControlPaint.cs (DrawBorder3D): DrawBorder3D does not fill the
9392           center by default (fixes #76895)
9393         * ThemeWin32Classic.cs, ThemeNice.cs, ThemeClearlooks.cs: Replaced 
9394           all uses of Border3DSides.All with the explicit ORd together
9395           Left|Right|Top|Bottom because I assume that nobody was aware 
9396           that All also implies a center fill. Most places I checked had
9397           a fill right above.
9398         * ProgressBarStyle.cs: Added
9399
9400 2006-03-13  Mike Kestner  <mkestner@novell.com>
9401
9402         * ListView.cs: fix breakage in drag shadow header positioning 
9403         from Peter's csc compilation fix.
9404
9405 2006-03-13  Mike Kestner  <mkestner@novell.com>
9406
9407         * ListView.cs: fix NRE produced by backspacing twice in a focused
9408         FileDialog.
9409
9410 2006-03-13  Mike Kestner  <mkestner@novell.com>
9411
9412         * ListView.cs: proxy Key(Down|Up) from ItemControl to ListView.
9413
9414 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
9415
9416         * Hwnd.cs: Added fixed_size field to track windows whose size cannot
9417           be changed
9418         * XplatUIX11.cs: Now setting fixed_size on hwnd and if set, re-setting
9419           the allowed size before making programmatic size changes
9420
9421 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com> 
9422
9423         * XplatUIX11.cs: Don't call XSetWMNormalHints if no flags are 
9424           set, metacity is broken and will still use the emty sizes in 
9425           the struct. (Fix for #77089)
9426
9427 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
9428
9429         * XplatUIStructs.cs: Split WindowStyles into WindowStyles and 
9430           WindowExStyles and marked both enums as Flags
9431         * Form.cs, ComboBox.cs, ToolTip.cs, Control.cs, PropertyGridView.cs,
9432           NotifyIcon.cs, MenuAPI.cs, XplatUIOSX.cs, MonthCalendar.cs: Updated
9433           to match WindowStyles split
9434         * XplatUIX11.cs:
9435           - SetWMStyles: Added cehck to not apply WM attributes to Child windows
9436           - Updated to match WindowStyles split
9437         * XplatUIWin32.cs:
9438           - Fixed FosterParent creation, was using ExStyle on the Style field
9439             (This should help with Popup focus issues)
9440           - Updated to match WindowStyles split
9441
9442 2006-03-13  Jackson Harper  <jackson@ximian.com>
9443
9444         * MdiWindowManager.cs: Use the system menu height. Fixes some
9445         strange sizing issues.
9446
9447 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
9448
9449         * RichTextBox.cs: Need to scroll to caret after text is inserted (#77672)
9450         * TextBoxBase.cs:
9451           - Scroll to caret after inserting text (#77672)
9452           - Make scroll range one pixel higher, fixes off-by-one error (and
9453             makes underlines visible on the last line)
9454
9455 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com> 
9456
9457         * XplatUIX11.cs: Added call to new Keyboard.ResetKeyState to prevent
9458           the keyboard state from being stuck with keys in 'pressed' state when
9459           focus is switched away via keyboard
9460         * X11Keyboard.cs: Added new ResetKeyState method to allow drivers to
9461           reset the keyboard if no X11 KeyUp events are expected to come
9462         * X11Structs.cs: Switched type of Visible to bool to match driver
9463
9464 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
9465
9466         * TextControl.cs:
9467           - Switched caret to be just 1 pixel wide, matches MS and looks less
9468             clunky
9469           - Moved caret display 1 pixel down from the top of the control
9470             to improve view
9471           - InsertCharAtCharet: Update the selection start if moving the caret
9472             (fixes bug #77696; based on patch suggested by kazuki@panicode.com)
9473           - No longer always creating the caret when the caret methods are
9474             called. Only the actual ShowCaret/HideCaret will do that now
9475           - Only setting caret visible if the owner control has focus
9476           - UpdateView: Added invalidation-shortcut logic for center and right 
9477             aligned text. Previously we'd update all according to the left
9478             logic which caused drawing errors. Also fixed height of invalidated
9479             areas, now properly invalidating the whole area (was off-by-one)
9480           - owner_HandleCreated: Always generate the document when the
9481             handle is created; this ensures that 
9482         * TextBoxBase.cs:
9483           - Fixed situation where caret would disappear under the right
9484             window border, also improved scrolling behaviour on left-
9485             aligned textboxes
9486           - Fixed right-aligned textboxes to have a border to the
9487             right instead of the caret being under the right border
9488         * XplatUIX11.cs:
9489           - Switched from 'nested' to simple visible/not visible tracking 
9490             for caret (part of fix for #77671)
9491           - No longer passing through translated FocusIn/FocusOut messages
9492             since we were notifying too often and the wrong windows. Instead
9493             we just notify our focussed window of receiving or loosing focus
9494         * XplatUIWin32.cs: Switched from 'nested' show/hide 
9495           counting for caret to simple visible yes/no behaviour (part of 
9496           fix for #77671)
9497
9498 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
9499
9500         * Mime.cs: Remove debug code...
9501
9502 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
9503
9504         * MimeGenerated.cs: Removed
9505         * Mime.cs: Mime now reads the mime data (magic, globs, aliases
9506           and subclasses) from /usr/(local/)share/mime and
9507           $HOME/.local/share/mime.
9508
9509 2006-03-10  Jackson Harper  <jackson@ximian.com>
9510
9511         * MdiWindowManager.cs: Recalc the NC area when a window is
9512         maximized/restored so that the menu area is drawn on forms that
9513         don't have a menu.
9514
9515 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
9516
9517         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
9518           XplatUIX11.cs: Added RequestNCRecalc method to driver to allow
9519           us to force a WM_NCCALCRESIZE message being sent. This is needed
9520           for MDI maximizing.
9521
9522 2006-03-10  Jackson Harper  <jackson@ximian.com>
9523
9524         * Form.cs: We need to use the ActiveMenu when calculating menu
9525         height.
9526         - Fix nullref when the window manager hasn't been created yet.
9527         * Control.cs: Fix nullref when we try to bring a control to the
9528         front that has no parent.
9529         * MdiWindowManager.cs: Use the MaximizedMenu for calculating
9530         height.
9531         - Add a dummy item to the maximized menu so it always has the
9532         correct height. Otherwise when there are no menus we don't get our
9533         icon and buttons.
9534         
9535
9536 2006-03-10  Jackson Harper  <jackson@ximian.com>
9537
9538         * MenuAPI.cs: Make this available elsewhere. I need it in some MDI
9539         stuff.
9540         * Form.cs: Make the window_state internal so the window managers
9541         can track it.
9542         - When an MDI child is maximized let its window manager create the
9543         main menu (so it can add its icon).
9544         - Notify the window managers of state changes
9545         - Let the window manager paint its buttons and handle button
9546         clicks on the menu when it is maximized.
9547         * InternalWindowManager.cs: Move the prev_bounds into the mdi
9548         window manager, since tool windows don't use it, only mdi windows.
9549         - Tell the main form that we don't want it to handle NCPAINT
9550         itself to avoid extra painting.
9551         - Handle clicks on a maximized windows menu.
9552         - Handle window state changes
9553         - Handle minimize/maximize clicks correctly by setting the window state.
9554         * MdiWindowManager.cs: Add an icon menu that (the menu you get
9555         when clicking on the forms icon).
9556         - New method to create a forms maximized menu. This is its normal
9557         menu + an icon.
9558         - Handle window state changes.
9559         - Handle sizing of maximized windows.  Maximized windows are just
9560         drawn bigger then the parent visible area. All controls are still
9561         there, they are just outside the visible area (this matches windows).
9562         * MdiClient.cs: No scrollbars when a child window is maximized.
9563         - Let the children windows figure out how big they should be when
9564         sizing maximized windows.
9565         - Implement a version of ArrangeIconicWindows somewhat similar to
9566         Windows version.  There are some little differences, but I don't
9567         think any app will rely on the layout of minimized mdi windows.
9568
9569 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
9570
9571         * Padding.cs: Several fixes to allow compiling with csc 2.0
9572
9573 2006-03-09  Jackson Harper  <jackson@ximian.com>
9574
9575         * Menu.cs:
9576         * MenuItem.cs: Cheap hack so we can add items to the list without
9577         the events being raised.  This allows adding mdi items during
9578         drawing. TODO: Should probably find a better time to add the items.
9579
9580 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
9581
9582         * ThemeWin32Classic.cs:
9583           - CheckBox_DrawText: Added logic to not wrap if not enough space
9584             is available (Fix for bug #77727)
9585           - RadioButton_DrawText: Added logic not to wrap if not enough
9586             space is available (Fix for bug #77727). Also removed some
9587             duplicate code, DrawString always drawing the regular text
9588             before hitting the if statement.
9589
9590 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com> 
9591
9592         * XplatUIX11.cs: Handle an unmapped window state in SetWindowState
9593
9594 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
9595
9596         * PictureBox.cs: Implemented ISupportInitialize interface (fixes #77726)
9597         * ContainerControl.cs: Partial implementation of some 2.0 scaling
9598           methods. Moved the new 2.0 properties into alphabetical order with
9599           other properties and added MonoTODO tags
9600
9601 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
9602
9603         * AutoScaleMode.cs: Added. Fix build.
9604
9605 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
9606
9607         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
9608           XplatUIOSX.cs: Removed HWnd argument from CalcuateClientRect, not used
9609           and was requiring premature handle creation for calls from above
9610         * Form.cs, Control.cs: Removed handle arguments from calls to
9611           CalculateClientRect()
9612
9613 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
9614
9615         * ListView.cs (HeaderMouseMove): Fix csc compilation. 
9616           drag_column.column_rect is MarshalByRef and can't be used that way
9617
9618 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
9619
9620         * AxHost.cs: Added deserialization constructor for 
9621           AxHost+State (fixes 77743)
9622
9623 2006-03-09  Mike Kestner  <mkestner@novell.com>
9624
9625         * ListView.cs: 
9626         - Added column drag reordering for details view.
9627         - fixed behavior when mouse is dragged off column and
9628         AllowColumnReorder is false.
9629         * ColumnHeader.cs: clone the format too in Clone.
9630         * Theme.cs: add DrawListViewHeaderDragDetails method.
9631         * ThemeWin32Classic.cs:
9632         - impl new method for drawing drag column shadows and targets.
9633         - support column offset for details mode in DrawListViewItem.
9634
9635 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
9636
9637         * TextControl.cs: Reset the char_count when the document is cleared
9638           (Fixes bug reported on mono-winforms mailing list)
9639
9640 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
9641
9642         * TextBoxBase.cs: Honor the Handled state of KeyPress events. Instead
9643           of calling base we simply process the key ourselves, since both
9644           DefWindowProc and the handled method would set m.Result. 
9645           (Fixes #77732)
9646
9647 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
9648
9649         * Form.cs(ScaleCore): No longer calling base.ScaleCore since that
9650           method also moves the window; instead implemented a copy of
9651           Control.ScaleCore (Part of fix for #77456)
9652         * TextBoxBase.cs: 
9653           - Created new CreateGraphicsInternal method to allow providing
9654             a graphics context when no handle is created without triggering
9655             handle creation. (Part of fix for #77456)
9656           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
9657         * TextControl.cs: 
9658           - Switched Constructor to require TextBoxBase instead of Control (to
9659             allow uncast access to CreateGraphicsInternal)
9660           - Safeguarded use of owner.Handle property. No longer accessing it
9661             unless the handle is already created.
9662           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
9663           - Now triggering a recalc when owning control becomes visible
9664         * TextBox.cs, RichTextBox.cs: Switched to use new internal 
9665           TextBoxBase.CreateGraphicsInternal() method to avoid triggering
9666           premature handle creation (Part of fix for #77456)
9667         * Control.cs:
9668           - We now only destroy our double-buffering buffers when the
9669             control is resized or disposed, but not when visibility
9670             changes. (The code even re-created them twice every time)
9671           - Now requiring a redraw of the buffer on visibility changes
9672             (fixes bug 77654 part 2)
9673           - Not passing OnParentVisibleChanged up unless the control
9674             is visible
9675           - CanFocus: Fixed to match MS documentation
9676           - Focus: Fixed to return actual focus state and to check if
9677             setting focus is legal before setting it
9678
9679 2006-03-08  Peter Dennis Bartok  <pbartok@novell.com>
9680
9681         * ThemeWin32Classic.cs: TabPages cannot have focus. Determine
9682           when to draw focus rectangle by looking at parent focus and
9683           selected state instead. This fixes TabPages on Linux sometimes
9684           having none or multiple focus rectangles.
9685         * XplatUIX11.cs (SetFocus): 
9686           - Don't set the focus if the same window already has focus
9687           - Use SendMessage instead of PostMessage (like it's Win32
9688             equivalent) and send the WM_SETFOCUS before the WM_KILLFOCUS
9689             to match MS behaviour
9690         * TabControl.cs(SelectedIndex): Don't set Focus on TabPage, TabPages
9691           are not selectable.
9692
9693 2006-03-07  Jackson Harper  <jackson@ximian.com>
9694
9695         * PictureBox.cs: Revert line I accidently committed last week.
9696
9697 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
9698
9699         * Control.cs: 
9700           - Added new IsRecreating and ParentIsRecreating properties to
9701             allow testing if RecreateHandle has been called on ourselves
9702             or one of our parents
9703           - WndProc(WM_DESTROY): If our control handle is being recreated
9704             we immediately need to create the handle when receiving the
9705             destroy, that way our child windows find a valid parent handle
9706             when they themselves are being recreated upon WM_DESTROY receipt
9707             (fix for bug #77654 part 1)
9708         * XplatUIX11.cs:
9709           - DestroyWindow: WM_DESTROY must be sent to our own window before
9710             notifying any child windows. MS documents that child windows
9711             are still valid when WM_DESTROY is received. (Control now relies on
9712             this behaviour)
9713           - Added some fine-grain debug options
9714
9715 2006-03-06  Jackson Harper  <jackson@ximian.com>
9716
9717         * MdiClient.cs: Redid scrolling logic a bit to create a virtual
9718         box and base calculations off this.
9719         * MdiChildContext.cs:
9720         * MdiWindowManager.cs: Don't need to ensure scrollbars here
9721         anymore.
9722         
9723 2006-03-06  Peter Dennis Bartok  <pbartok@novell.com>
9724
9725         * Splitter.cs: In situations where the affected control is added
9726           to the parent's control list after the splitter, we would not
9727           populate affected. Now we try populating it on mousedown, if
9728           it's not already set, and force it to be re-set whenever our
9729           parent changes.
9730
9731 2006-03-03  Matt Hargett  <matt@use.net>
9732
9733         * Control.cs: implement Control.Padding
9734         * Padding.cs: -Padding.All returns -1 when constructing with the
9735         implicit default ctor
9736         -Padding.ToString() matches MS.NET
9737         * ContainerControl.cs: implement
9738         ContainerControl.AutoScaleDimensions
9739         * ListControl.cs: implement ListControl.FormattingEnabled
9740         * TextBox.cs: Implemented TextBox.UseSystemPasswordChar.
9741         * ButtonBase.cs:
9742         * TabPage.cs: Implement UseVisualStyleBackColor.
9743         * PictureBox.cs: Implement PictureBox.InitialImage.
9744
9745 2006-03-03  Mike Kestner  <mkestner@novell.com>
9746
9747         * ListView.cs: Refactor into HeaderControl and ItemControl. Fix new
9748         event declarations to proxy to base event.
9749         * ListViewItem.cs: update to use ItemControl.
9750         * Theme.cs: make DrawListViewHeader. s/DrawListView/DrawListViewItems.
9751         * ThemeWin32Classic.cs: update to new ListView theme API and fix
9752         column header label rendering for 0 width columns.
9753
9754 2006-03-03  Peter Dennis Bartok  <pbartok@novell.com>
9755
9756         * Control.cs (ControlCollection.SetChildIndex): Avoid using a call
9757           that causes the control to be created. Fixes #77476.
9758
9759 2006-03-02  Jackson Harper  <jackson@ximian.com>
9760
9761         * Hwnd.cs: Clear the nc pending when clearing the NC area, not the
9762         expose_pending.
9763
9764 2006-03-02  Peter Dennis Bartok  <pbartok@novell.com>
9765
9766         * Control.cs: Implemented 2.0 feature where OnClick has MouseEventArgs
9767           passed in for the EventArgs (fixes #77690)
9768
9769 2006-03-01  Jackson Harper  <jackson@ximian.com>
9770
9771         * ScrollBar.cs: Refresh afterbeing resized.
9772
9773 2006-02-28  Mike Kestner  <mkestner@novell.com>
9774
9775         * MenuAPI.cs: Call PerformPopup internal method to emit Popup.
9776         Clean up a tracker compile warning.
9777         * MenuItem.cs: add internal PerformPopup method.
9778         [Fixes #77457]
9779
9780 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
9781
9782         * TextBoxBase.cs (set_Text): Recalculate the document (causing an
9783           implicit expose) when the text is set to null
9784
9785 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com>
9786
9787         * RichTextBox.cs (FlushText): When newline is true, we always
9788           need to split the line, even if no text is on it and we may
9789           never eat newlines. (Fixes #77669)
9790
9791 2006-02-28  Mike Kestner  <mkestner@novell.com>
9792
9793         * ListView.cs: Add UpdateSelection internal method. Remove SelectItem 
9794         and set Selected instead.
9795         * ListViewItem.cs: Call owner.UpdateSelection to manipulate the 
9796         collections.
9797
9798 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
9799
9800         * ComboBox.cs: Allow setting SelectedIndex to -1. Fixes #77665
9801
9802 2006-02-28  Alexander Olk  <alex.olk@googlemail.com>
9803
9804         * FontDialog.cs:
9805           - Got rid of the panel. All controls are now directly added to
9806             the dialog form
9807           - It is now possible to set a font with the Font property
9808           - MinSize and MaxSize property do now what they should
9809           - ShowApply, ShowHelp, ShowColor, ShowEffects likewise
9810           - Searching and selecting a font with the font textbox works now,
9811             the same applies to the style and size textbox
9812           - Draw the correct 3D border in the example panel
9813           - Fixed a little mem leak (unused fonts didn't get disposed)
9814           - Many other internal updates/rewrites...
9815           - Fix typo
9816
9817 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
9818
9819         * TextControl.cs: 
9820           - InsertRTFFromStream: Added 'number of characters inserted' argument
9821           - set_SelectedRTF: Now using the number of characters to calculate
9822             the new location for the selection and cursor (x/y cannot be used
9823             due to potentially already wrapped text)
9824
9825 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com>
9826
9827         * TextControl.cs: Added property and implemented means to allow 
9828           disabling recalculation of a document (can be used to speed up
9829           multiple inserts and is needed to make RTF inserts predictable, see
9830           bug #77659)
9831         * RichTextBox.cs: Using the new NoRecalc property of Document to
9832           keep x/y insert locations predictable. Also makes it faster inserting
9833           large chunks of RTF
9834
9835 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
9836
9837         * Control.cs: Separated special WM_SYSKEYUP keyboard handling. That way
9838           it's easier for a child control to handle the other messages without
9839           having to duplicate the special functionality
9840         * TextBoxBase.cs
9841           - WndProc: Removed calling base handler for WM_KEYDOWN and added 
9842             code to handle processing the key ourselves, in order to get 
9843             access to the result of KeyEventArgs.Handled. We now only call 
9844             ProcessKey if they key hasn't been handled already. Fixes #77526.
9845           - set_Text: If null or empty string is given, just clear the 
9846             document. Fixes part of #77526
9847
9848 2006-02-27  Jackson Harper  <jackson@ximian.com>
9849
9850         * SizeGrip.cs: Paint the background color before painting the grip
9851         so things look right.
9852         * MdiClient.cs: Add the sizegrip when both scrollbars are used.
9853
9854 2006-02-27  Mike Kestner  <mkestner@novell.com>
9855
9856         * ListView.cs:
9857           - Restructure layout and invalidation model to remove a ton of
9858           flicker from the control and speed up performance in general.
9859           - Add manual column resize, flickers like crazy, but I already have
9860           some ideas on how I'll fix that. (#76822)
9861           - Merge the three Icon-based views into a single layout method.
9862           - Move item selection interaction logic from the item since 
9863           interaction with the collections is more appropriate to the view.
9864           - Deselection on non-item clicks.
9865         * ListViewItem.cs:
9866           - Encapsulate most of the layout. Add some internal props to trigger
9867           layout.  Move to a model where Items invalidate themselves instead
9868           of just invalidating the whole control every time something changes.
9869           - Invalidate on Text/Caption changes.
9870           - switch to an offset based layout model to avoid having to absolute
9871           position every element on item moves.
9872           - correct checkbox layout to conform to MS layout.
9873         * ThemeWin32Classic.cs:
9874           - refactor some column header drawing code.
9875           - fix string justification for column headers (#76821)
9876           - make SmallIcon labels top justified for compat with MS impl.
9877         * ThemeClearlooks.cs:
9878           - adjust to new ListViewItem internal checkbox bounds api.
9879
9880 2006-02-27  Jackson Harper  <jackson@ximian.com>
9881
9882         * Control.cs:  Change where implicit controls fall in the zorder.
9883         They are now on top of all children.
9884         - Synced AddImplicit code with Add
9885         - Removed unused enumerator.
9886         * SizeGrip.cs: Remove the TODO as its been TODONE.
9887
9888 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com> 
9889
9890         * TextControl.cs(Insert): Combine the last lines unless the insertion
9891           string ends with \n\n, otherwise we leave one line too many (Fixes
9892           something I noticed with the testapp for #77526; the bug itself was
9893           already fixed in the previous checkin)
9894
9895 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com>
9896
9897         * RichTextBox.cs:
9898           - SelectionColor and SelectionFont methods no longer set absolute
9899             styles. Instead, the keep font or color respectively (This 
9900             resolves a long-standing FIXME in the code)
9901           - When flushing RTF text, the insert code now considers text trailing
9902             behind the insertion point (Fixes the bug where when replacing
9903             the selected text via SelectedRTF the remainder of the line behind 
9904             the selection would stay on the first insertion line)
9905         * TextBoxBase.cs:
9906           - AppendText now updates the selection points after inserting text
9907           - AppendText now ensures that the last tag (sometimes 0-length) of
9908             the document is used for the style information (Fixes part of 
9909             bug #77220)
9910         * TextControl.cs:
9911           - Created new FontDefiniton class to allow describing partial style
9912             changes
9913           - StreamLine() now takes a lines argument, to allow it to decide
9914             whether an encountered zero-length tag is the last in the document
9915             (which must be kept to not loose the font/color contained in it,
9916             for later appends)
9917           - Created Combine() and Split() methods for Marker structs, to 
9918             support marker updates due to reformatted documents (soft line
9919             wraps)
9920           - Implemented Document.CaretTag setter
9921           - Fixed MoveCaret(CtrlEnd) handling, now moves to the last character
9922             of the last line (Not the cause, but also exposed by bug #77220)
9923           - Added LineTag argument to InsertString method, to allow callers
9924             to force a certain tag to be used (required to force use of the
9925             trailing zero-length tag of a document)
9926           - Now updating markers in Combine(), to avoid stale tag markers
9927           - Added some method descriptions to aid maintenance
9928           - Implemented new FormatText concept, allowing additive/subtractive
9929             formatting by only specifying the components that are to be 
9930             changed. This was needed for resolving the RTB.SelectedColor/
9931             RTB.SelectedFont fixmes
9932           - Added Break() support method to allow breaking up linetags (used
9933             for partial formatting)
9934           - Added GenerateTextFormat() method. It is used for partial 
9935             formatting and allows to generate a full font/color from given
9936             attributes and an existing tag.
9937
9938 2006-02-26  Jackson Harper  <jackson@ximian.com>
9939
9940         * XplatUIX11.cs:  Use the correct caption height.
9941         - Translate hittest coordinates to screen coords to match MS.
9942         * XplatUIWin32.cs: When we create MDI windows we need to reset
9943         some of the style flags, so we get a nice blank window, and can
9944         draw all the decorations ourselves.
9945         - Set a clipping rectangle on the non client paint event, the
9946         window manager drawing code needs one.
9947         * Form.cs: The window manager needs to know when the window state
9948         has been updated.
9949         * Hwnd.cs: The window manager stuff now does a proper NCCALC so we
9950         don't need to factor in border and title sizes in these
9951         methods. TODO: Remove the args and fix the call points.
9952         * InternalWindowManager.cs: Handle NCHITTEST and NCCALCAREA
9953         properly.
9954         - Let the driver set the cursors.
9955         - Improve active window handling
9956         - Correct sizes for title bars and buttons.
9957         - Match MS drawing better
9958         * MdiWindowManager.cs: We don't need to handle border style
9959         updates specially anymore.
9960         - Check for scrollbars when windows are done moving
9961         - Handle Active properly.
9962         * MimeIcon.cs: Don't crash when we can't load the GNOME stuff
9963         correctly. I am spewing the exception though, so we don't hide the
9964         bugs.
9965         
9966 2006-02-26  Pedro Martinez Julia  <pedromj@gmail.com>
9967
9968         * DataGridViewRowPostPaintEventArgs.cs,
9969           DataGridViewCellPaintingEventArgs.cs,
9970           DataGridViewRowCollection.cs,
9971           DataGridViewRowPrePaintEventArgs.cs,
9972           DataGridViewCell.cs: Clear a few warnings and implement a few
9973           exceptions that should be thrown.
9974
9975 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
9976
9977         * ScrollBar.cs (ctor): Explicitly set a cursor to avoid
9978           'inheriting' our parent's (non-default) cursor. (Part of
9979            the fix for #77479)
9980
9981 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com> 
9982
9983         * XplatUIX11.cs: Fixed cast to make csc happy
9984
9985 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
9986
9987         * Control.cs (WndProc): Only handle WM_SETCURSOR messages if
9988           it's for the client area (part of fix for #77479 and needed
9989           for MDI window cursor handling)
9990         * XplatUIX11.cs
9991           - DefWindowProc: Now handles the WM_SETCURSOR messages, setting
9992             the appropriate default cursors and also passing the message
9993             up the parent chain 
9994           - GetMessage: Now generating WM_NCHITTEST and WM_SETCURSOR even
9995             for non-client areas
9996
9997 2006-02-15  Jackson Harper  <jackson@ximian.com>
9998
9999         * XplatUIWin32.cs: Since we fake MDI dont tell Windows that this
10000         is a real MDI window
10001
10002 2006-02-14  Alexander Olk  <alex.olk@googlemail.com>
10003
10004         * X11DesktopColors.cs: Instead of checking the desktop session
10005           string for "KDE" check if it starts with "KDE"
10006
10007 2006-02-10  Jackson Harper  <jackson@ximian.com>
10008
10009         * XplatUIX11.cs: These should be unsigned (fixes crash on 32 bit
10010         systems).
10011
10012 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
10013
10014         * FileDialog.cs: Added Refresh to RunDialog to fix some drawing
10015           errors
10016         * ColorDialog.cs:
10017           - Got rid of the panel. All controls are now directly added to
10018             the dialog form
10019           - Changed to mono coding style
10020
10021 2006-02-10  Jackson Harper  <jackson@ximian.com>
10022
10023         * InternalWindowManager.cs: We don't need the set visibility to
10024         false hack anymore now that peter has written beautiful shutdown
10025         code.
10026
10027 2006-02-10  Peter Dennis Bartok  <pbartok@novell.com>
10028
10029         * XplatUIX11.cs: Ignore DestroyNotify messages for windows that
10030           where already explicitly destroyed
10031
10032 2006-02-10  Jackson Harper  <jackson@ximian.com>
10033
10034         * MdiClient.cs: Handle the case where windows are too high or to
10035         the left and we need scrollbars.
10036
10037 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
10038
10039         * MimeIcon.cs: Added some icons
10040         * FileDialog.cs:
10041           - Fixed bug #77477
10042           - Got rid of the panel. All controls are now directly added to
10043             the dialog form
10044           - Changed to mono coding style
10045           - On Linux "My Computer" and "My Network" will now show some
10046             more usefull information. A new class, MasterMount, gathers
10047             this information from /proc/mount. Updated MWFFileView to make
10048             use of this information
10049           - Fixed a bug that caused FileDialog to crash when
10050             ".recently_used" file had a zero size
10051           - FilterIndex does now what it should
10052           - Some Refactoring
10053         * OpenFileDialog.cs, SaveFileDialog.cs: Updated to reflect latest
10054             FileDialog changes
10055
10056 2006-02-09  Jackson Harper  <jackson@ximian.com>
10057
10058         * ComboBox.cs: Don't touch if null.
10059
10060 2006-02-09  Peter Dennis Bartok  <pbartok@novell.com>
10061
10062         * Cursor.cs: 64bit safeness fix
10063         * XplatUIX11.cs: Removed several unneeded and one moronic cast.
10064
10065 2006-02-09  Jackson Harper  <jackson@ximian.com>
10066
10067         * Form.cs: If a form is made into an MDI form update the styles so
10068         all the props can get set correctly.
10069         - Kill the mdi_container when we dont need it anymore.
10070         * InternalWindowManager.cs: Add missing NOT
10071
10072 2006-02-08  Jackson Harper  <jackson@ximian.com>
10073
10074         * InternalWindowManager.cs: Respek clipping when drawing MDi
10075         decorations.
10076
10077 2006-02-08  Jackson Harper  <jackson@ximian.com>
10078
10079         * Hwnd.cs: Add bits to track non client expose events.
10080         * XplatUIX11.cs: Track non client expose events on the hwnd. This
10081         gives us a proper invalid rect and will allow for some nice
10082         optimizations with NC client drawing
10083         - MDI windows are children windows, so move their style handling
10084         into the child window block.
10085         * InternalWindowManager.cs: Remove a state reset that was
10086         getting invoked at the wrong time. Fixes managed windows getting
10087         into a 'stuck' captured state.
10088
10089 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
10090
10091         * TextControl.cs (Document.ctor): Now initializing 
10092           selection_anchor. Fixes #77493
10093
10094 2006-02-07  Jackson Harper  <jackson@ximian.com>
10095
10096         * TrackBar.cs: The increment/decrements were backwards.
10097
10098 2006-02-07  Mike Kestner  <mkestner@novell.com>
10099
10100         * Theme*.cs : remove ThemeEngine.Current usage as it just points back
10101         to the instance itself.
10102
10103 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
10104
10105         * X11DesktopColors.cs, ThemeGtk.cs: The GObject structure is based
10106           on ulongs and pointers, the size differs between 32bit and 64bit
10107           systems. 
10108
10109 2006-02-07  Mike Kestner  <mkestner@novell.com>
10110
10111         * XplatUIX11.cs : force the WorkingArea away from XGetWindowProperty
10112         for 64 bit platforms to work around a metacity bug. 
10113
10114 2006-02-07  Jackson Harper  <jackson@ximian.com>
10115
10116         * TrackBar.cs: Process the input keys we need, and hookup to
10117         KeyDown instead of using WndProc, so we get key messages.
10118
10119 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com>
10120
10121         * XplatUIX11.cs: Atoms are only 32bit on the wire, no matter what
10122           machine we're on. 
10123         * X11Dnd.cs(SetAllowDrop): Since atoms are always 32bit on the wire
10124           we need to translate the XdndVersion atoms array before sending it
10125
10126 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com> 
10127
10128         * XplatUIX11.cs: 
10129           - The preceeding 64bit fixes had a bug: ChangeProperty expects the
10130             number of bits for the property, not the number of bytes. The
10131             change to provide IntPtr.Size broke 32bit. (64bit was also wrong
10132             but would not crash since it specified 8 bits instead of 4 bits)
10133           - More 64bit fixes: Switched all atoms from int to IntPtr (they are
10134             defined as XID -> long in the C headers)
10135           - Removed 'new IntPtr((int))' and '(IntPtr)' casts from all NetAtoms 
10136             references since those are now IntPtr to begin with
10137           - Switched all Atom.XXX 'int' casts to IntPtr casts
10138           - Fixed XGrabPointer DllImport signature to work for 64bit (cursor arg)
10139           - Fixed XInternAtom signature for 64bit, now returns an IntPtr
10140           - Added XChangeActivePointerGrab DllImport (for X11DnD)
10141         * X11Structs.cs:
10142           - Changed 'int' type for Atoms in XEvent structures to IntPtr
10143           - Changed atom in HoverStruct to be IntPtr
10144         * X11DnD.cs:
10145           - Removed local DllImports, switched code to use those from XplatUIX11
10146           - Removed/fixed casts related to the switch of Atom to be a IntPtr
10147
10148 2006-02-06  Mike Kestner  <mkestner@novell.com>
10149
10150         * XplatUIX11.cs : many more 64 bit pinvoke changes.  I've audited all the 
10151         method signatures in the import region.  There may still be some
10152         lingering struct marshaling issues, as I didn't drill down into those.
10153         Yet.
10154
10155 2006-02-06  Jackson Harper  <jackson@ximian.com>
10156
10157         * ComboBox.cs: Dont manually set the top_item, this is computed
10158         when the scrollbar position is set.
10159
10160 2006-02-06  Mike Kestner  <mkestner@novell.com>
10161
10162         * XplatUIX11.cs : 64 bit changes to XGetWindowProperty usage. Fixes
10163         startup crashes on amd64.  There's other fixes needed.  All pinvoke
10164         usage of Atom needs to be mapped to IntPtr for example.  And there are
10165         likely other int/long issues to be addressed.
10166
10167 2006-02-04  Alexander Olk  <alex.olk@googlemail.com>
10168
10169         * FileDialog.cs: One more...
10170
10171 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
10172
10173         * FileDialog.cs: Next try
10174
10175 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
10176
10177         * FileDialog.cs: First part of fix for #77464
10178
10179 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
10180
10181         * ButtonBase.cs, ContainerControl.cs, Forms.cs,
10182           ThemeWin32Classic.cs: Fix for #77458. Correct handling of
10183           AcceptButton border drawing.
10184
10185 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com> 
10186
10187         * Form.cs: Moved positioning of form after auto scaling is applied,
10188           otherwise it would possibly use wrong form size.
10189
10190 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com>
10191
10192         * Control.cs (RecreateHandle): No need to re-create any child
10193           controls, the child windows will get destroyed automatically by
10194           the windowing system or driver, and re-created when the handle
10195           is being accessed the first time. Fixes #77456
10196         * Form.cs: No longer setting the form to closing if the handle is 
10197           being recreated. This seems like the right thing to do, don't
10198           have a bug or testcase for this, though.
10199
10200 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
10201
10202         * FileDialog.cs: Suspend/Resume layouting when changing sizes of
10203           controls to avoid unwanted side effects
10204
10205 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com> 
10206
10207         * Control.cs: 
10208           - ScaleCore needs to scale the bounds, not the ClientSize of the 
10209             control. Fixes #77416.
10210           - DefaultSize is 0,0 for control
10211         * TextBoxBase.cs: 
10212           - DefaultSize is 100, 20
10213           - SetBoundsCore: Now enforcing the height, no matter if the provided
10214             height is more or less than the preferred one, as long as AutoSize
10215             is on
10216         * Form.cs: Apply documented fudge factor. Part of item 3 fix for #77416
10217
10218 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
10219
10220         * Control.cs:
10221           - ResumeLayout: Fixed logic when to call PerformLayout, we may not
10222             call unless both performLayout is true *and* we have a pending
10223             layout change
10224           - ResumeLayout: MS does not completely nest Suspend and Resume,
10225             they bottom out at 0, fixed our code to match that.
10226           - UpdateBounds/SetBoundsCore: Moved calling of UpdateDistances() to
10227             SetBoundsCore, we were updating even when we shouldn't. This fixes
10228             swf-anchors mis-anchoring when resizing the app fast and lots.
10229           - UpdateDistances: Now only setting the left and top distance if 
10230             we have a parent and are not suspended, this is based on
10231             a suggestion by Don Edvaldson in bug #77355.
10232           - OnVisibleChanged: Fixed logic when to create the control. We may
10233             not create the control if we have no parent or if it's not visible;
10234             switched to using Visible property instead of is_visible field 
10235             since the property also considers parent states. This fixes a bug
10236             when starting Paint.Net
10237
10238 2006-02-02  Jackson Harper  <jackson@ximian.com>
10239
10240         * Form.cs: If the forms handle hasn't been created yet don't call
10241         into xplatui to make it top most, just set the topmost flag on the
10242         form in CreateParams
10243         * XplatUIX11.cs: Handle WS_EX_TOPMOST.
10244
10245 2006-02-01  Jackson Harper  <jackson@ximian.com>
10246
10247         * ScrollableControl.cs: Refactored the Recalculate method a
10248         little, this wasn't handling all the variants of bottom and right
10249         bars needed to be added and added/removed based on their
10250         counterparts being added/removed (which changes the drawable
10251         size). Also we special case client widths and heights of 0 and
10252         don't add the scrollbar for those.
10253
10254 2006-02-01  Peter Dennis Bartok  <pbartok@novell.com>
10255
10256         * XplatUIX11.cs: 
10257           - Added method to get AbsoluteGeometry(); currently unused, but might
10258             be used in the future, if we try again to figure out toplevel
10259             coordinates with some more crappy window managers
10260           - Added FrameExtents() method to retrieve the WM set decoration size
10261           - Tried to fix up AddConfigureNotify and handling of ReparentNotify 
10262             to deal with at least KDE, FVWM and metacity (Fixes #77092)
10263         * Hwnd.cs: 
10264           - Added whacky_wm tracking var for metacity
10265           - Added logic to have default menu height if the actual menu height
10266             has not yet been calculated (part of fix for #77426)
10267         * Form.cs: Keep track whether client size has been set and re-set 
10268           it if a menu is added/removed afterwards (Fixes #77426)
10269
10270 2006-01-31  Jackson Harper  <jackson@ximian.com>
10271
10272         * Control.cs: When a new Site is set on the component attempt to
10273         pull the AmbientProperties from it.
10274
10275 2006-01-31  Peter Dennis Bartok  <pbartok@novell.com>
10276
10277         * ThemeWin32Classic.cs: Menu background is drawn in ColorMenu, not
10278           in the background of the owning form. Fixes #77332
10279
10280 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
10281
10282         * MimeIcon.cs: Fix for #77409
10283
10284 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
10285
10286         * XplatUIX11GTK.cs: Initial import
10287
10288 2006-01-31  Jordi Mas i Hernandez <jordimash@gmail.com>
10289
10290         * FixedSizeTextBox: fixes class signature
10291
10292 2006-01-30  Jackson Harper  <jackson@ximian.com>
10293
10294         * FixedSizeTextBox.cs: New internal class that represents a
10295         textBox that will not be scaled.
10296         * TreeView.cs:
10297         * ComboBox.cs:
10298         * UpDownBase.cs: Use the new FixedSizeTextBox instead of a
10299         standard TextBox.
10300                 
10301 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com> 
10302
10303         * XplatUIX11.cs: Retrieve default screen number instead of
10304           assuming 0. Attempted fix for #77318
10305
10306 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com>
10307
10308         * XplatUIWin32.cs: 
10309           - GetWindowPos: When a window is parented by FosterParent, use 
10310             the desktop instead of FosterParent as the base to get coordinates
10311           - CreateWindow: Don't make FosterParent the parent window for Popups
10312             if we don't want a taskbar entry, Popups automatically don't get one
10313         * Hwnd.cs: Need to call remove to actually remove the key from the
10314           hash table
10315
10316 2006-01-30  Mike Kestner  <mkestner@novell.com>
10317
10318         * MenuAPI.cs: adjust MainMenu item popup location to y=0.
10319
10320 2006-01-30  Jackson Harper  <jackson@ximian.com>
10321
10322         * TreeView.cs:
10323         * TreeNode.cs: Raise events no matter how the treenode is
10324         checked. Patch by Don Edvalson.
10325
10326 2006-01-30  Jackson Harper  <jackson@ximian.com>
10327
10328         * TreeNode.cs: Signature fix.
10329
10330 2006-01-29  Alexander Olk  <alex.olk@googlemail.com>
10331
10332         * ThemeClearlooks.cs: Fixed a crash in ProgressBar drawing.
10333
10334 2006-01-20  Mike Kestner  <mkestner@novell.com>
10335
10336         * Form.cs: Add ActiveTracker property to do Captures and perform mouse
10337         event forwarding when menus are active.
10338         * MenuAPI.cs: kill the GrabControl hack.  Use Form.ActiveTracker.
10339         Most of the patch is pdb's with a little rework.
10340
10341 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
10342
10343         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs: 
10344           Removed GetMenuDC and ReleaseMenuDC methods; replaced
10345           by PaintEventStart(handle, false) and PaintEventEnd(handle, false)
10346         * Form.cs: Changed WM_NCPAINT handler to use PaintEventStart and End
10347         * InternalWindowManager.cs: Added use of PaintEventStart/End to
10348           handling of WM_NCPAINT message, now passing the PaintEventArgs to
10349           the PaintWindowDecorations method
10350         * MainMenu.cs: Switched logic from GetMenuDC to PaintEventStart
10351         * MdiChildContext.cs: Switched logic from GetMenuDC to PaintEventStart
10352         * MenuAPI.cs: Made tracker window invisible
10353         * XplatUIWin32.cs:
10354           - Removed GetMenuDC and ReleaseMenuDC methods
10355           - Implemented the client=false path for PaintEventStart and
10356             PaintEventEnd
10357
10358 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
10359
10360         * XplatUIWin32.cs(SetBorderStyle): Fixed3D needs a border
10361         * XplatUIX11.cs(DeriveWindowStyles): Updated to match fixed Form
10362           styles
10363         * Form.cs: 
10364           - MaximizeBox, MinimizeBox: Recreate the handle when setting
10365             the style
10366           - CreateParams: Reworked the styles to match MS look'n'feel,
10367             removed automatic setting of MinimizeBox, MaximizeBox, etc. via
10368             the WS_OVERLAPPEDWINDOW style. This fixes #76823.
10369
10370 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
10371
10372         * XplatUIX11.cs(GetWindowState): Now throwing an exception when the 
10373           window is not mapped, since otherwise every form that's being 
10374           created is considered minimized, which is wrong.
10375         * Form.cs: Catching the exception and returning our internal value
10376           instead
10377
10378 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
10379
10380         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new driver method
10381           SetWindowMinMax() to have means to tell the driver about the minimum,
10382           maximum and maximized state window sizes. (Part of the fix for #76485)
10383         * Form.cs:
10384           - Implemented tracking of minimum and maximum window size, now calling
10385             new SetWindowMinMax() driver method to tell the driver (Part of the
10386             fix for #76485)
10387           - Finished handling of WM_GETMINMAXINFO method, now setting all values
10388             (Completes fix for #76485)
10389           - Calling new SetWindowMinMax driver method when the handle for a 
10390             form is created, to make sure the driver knows about it even if
10391             the values have been set before the window was created
10392           - Now eating the WM_WINDOWPOSCHANGED message if the form is minimized
10393             to avoid messing up our anchoring calculations (partial fix
10394             for #77355)
10395         * XplatUIStructs.cs: Added MINMAXINFO struct (moved from Win32 driver)
10396         * XplatUIX11.cs:
10397           - Added _NET_WM_STATE_HIDDEN property for detecting minimized state
10398           - Improved GetWindowState() to detect 'Minimized' state on Metacity 
10399             (and presumably other freedesktop.org compliant WMs). Left the
10400             assumption unmapped=minimized, needed for SetVisible to work.
10401           - Now setting the window state when creating windows
10402           - Fixed SetVisible to consider/set the window state when mapping
10403             a Form. We cannot set the state before it's mapped, and we cannot
10404             use Form.WindowState once it's mapped (since it would ask the
10405             driver and get 'normal'. Therefore, we grab the state before
10406             mapping, map, and then set state.
10407           - Implmemented SetWindowMinMax method; Metacity does not seem to
10408             honor the ZoomHints, though.
10409         * XplatUIWin32.cs:
10410           - Removed MINMAXINFO (moved to XplatUIStructs)
10411           - Added SetWindowMinMax stub (on Win32 the only way to set that
10412             information is in response to the WM_GETMINMAXINFO message, which
10413             is handled in Form.cs)
10414           - Added logic to SetVisible to set the proper window state when a 
10415             form is made visible (fixes #75720)
10416
10417 2006-01-26  Jackson Harper  <jackson@ximian.com>
10418
10419         * Control.cs (BeginInvoke): Automagically handle EventHandlers the
10420         same way we handle them with Invoke.
10421
10422 2006-01-25  Peter Dennis Bartok  <pbartok@novell.com> 
10423
10424         * Form.cs:
10425           - Added tracking of window state so CreateParams can return
10426             the appropriate style
10427           - Moved setting of WS_CAPTION style in CreateParams to allow
10428             styles without caption
10429         * DataGridTextBoxColumn.cs: We are now also creating the TextBox 
10430           control if the TextBox property is accessed. Fixes #77345
10431         * Control.cs:
10432           - get_Created: now uses is_disposed and is_created to determine
10433             return value (suggested by Jackson)
10434           - CreateHandle: No longer exits if the handle is being recreated
10435           - RecreateHandle: If the handle is not yet created call the 
10436             appropriate method to create either control or handle. If the
10437             control is already created CreateHandle will simply exit instead
10438             of just creating the handle
10439         * Hwnd.cs: Removed expose_pending tracking, no longer needed since we
10440           now SendMessage WM_DESTROY directly to the control when DestroyWindow
10441           is called.
10442         * XplatUIX11.cs: 
10443           - When DestroyWindow is called, instead of waiting for the 
10444             DestroyNotification from X11, we directly post it to the WndProc
10445             and immediately dispose the hwnd object.
10446             Same applies to DestroyChildWindows, and this obsoletes the
10447             expose_pending tracking. Contrary to Win32 behaviour we destroy our
10448             child windows before our own, to avoid X11 errors.
10449           - Removed the direct sending of WM_PAINT on UpdateWindow
10450         * XplatUIWin32.cs:
10451           - Reworked DoEvents and GetMessage to allow access to internal queue
10452             even when trying non-blocking access to the queue.  Fixes #77335. 
10453             Based on a patch suggestion by Don Edvalson. The new private
10454             GetMessage can now also be used as a backend for a PeekMessage
10455             frontend version.
10456         * XplatUI.cs: Improved debug output for CreateWindow
10457
10458 2006-01-25  Jackson Harper  <jackson@ximian.com>
10459
10460         * Help.cs: Allow param to be null. Patch by Don Edvalson.
10461
10462 2006-01-24  Jackson Harper  <jackson@ximian.com>
10463
10464         * ComboBox.cs: Clamp the max value set for the vertical scrollbar
10465         when we have a MaxDropItems lower then the selected index.
10466
10467 2006-01-24  Jackson Harper  <jackson@ximian.com>
10468
10469         * Control.cs: Don't allow selection of non visible controls, allow
10470         selection of controls without parents.
10471
10472 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
10473
10474         * ThemeWin32Classic.cs: Fixes Datagrid drawing issues
10475         * DataGridDrawingLogic.cs: Add editing row only when is necessary
10476
10477 2006-01-23  Jackson Harper  <jackson@ximian.com>
10478
10479         * UpDownBase.cs: Make the textbox handle all the selection and
10480         tabbing. This fixes tabing to updown controls.
10481
10482 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
10483
10484         * TextBoxBase.cs: fixes exception thown the object was null
10485
10486 2006-01-23  Jackson Harper  <jackson@ximian.com>
10487
10488         * ButtonBase.cs: Just use the base CreateParams. They set
10489         visibility and enabled correctly.
10490         * ComboBox.cs:
10491         * TrackBar.cs:
10492         * MonthCalendar.cs: Lets let the base set as much of the
10493         createparams as possible so we don't have duplicate code all over
10494         the place.
10495
10496 2006-01-22  Alexander Olk  <alex.olk@googlemail.com>
10497
10498         * ThemeGtk.cs: Added TrackBar and some experimental code to
10499           get double buffering back
10500
10501 2006-01-21  Jordi Mas i Hernandez <jordimash@gmail.com>
10502
10503         * DataGrid.cs: Allows row number set internally higher than the last
10504         when creating a new row. Restores the editing functionality.
10505
10506 2006-01-20  Mike Kestner  <mkestner@novell.com>
10507
10508         * MimeIcon.cs: delay Image creation until the icons are accessed
10509         instead of creating 190 scaled images on GnomeHandler startup.
10510
10511 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com> 
10512
10513         * TextBoxBase.cs (WndProc): When handling WM_KEYDOWN we need to
10514           first call base before processing the event. Fixes #77279
10515
10516 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com>
10517
10518         * XplatUIWin32.cs, Cursor.cs: Fixed code that wrongly assumed
10519           that the stride for the GDI bitmap would match the stride of
10520           a DIB or a Cursor.
10521
10522 2006-01-19  Alexander Olk  <alex.olk@googlemail.com>
10523
10524         * ThemeGtk.cs: Added ProgressBar, RadioButton, CheckBox
10525
10526 2006-01-19  Jackson Harper  <jackson@ximian.com>
10527
10528         * ComboBox.cs: Hookup the text controls keydown event so we get
10529         those when the text control has the focus.
10530
10531 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
10532
10533         * Label.cs: Now using the base events instead of defining new ones;
10534           this allows us to just call the base properties without having to
10535           duplicate all base property logic 
10536
10537 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
10538
10539         * Label.cs: A label by default is not a tabstop (Fixes one of our
10540           failing nunit tests)
10541
10542 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
10543
10544         * XplatUIWin32.cs: Fixed wrong DoEvents logic. Fixes #77282
10545         * XplatUIX11.cs: Removed WM_PAINT check from DoEvents. Fixes #77282
10546
10547 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
10548
10549         * Cursor.cs: Reimplemented creating cursor bitmaps without using
10550           the Bitmap(Stream) constructor which is semi-broken on MS GDI+.
10551           This fixes #77218
10552         * XplatUIWin32.cs: 
10553           - Reimplemented creating Bitmaps from DIBs since the Bitmap(Stream) 
10554             constructor creates images that can't be saved. Part of the fix
10555             for #76103
10556           - Added handling of CF_BITMAP as CF_DIB to clipboard code (Fixes #76103)
10557           - SetWindowState: Switched ShowWindow flags (part of an upcoming 
10558             bug fix for handling window state in forms properly)
10559
10560 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
10561
10562         * ThemeGtk.cs: Simplify ScrollBar drawing
10563
10564 2006-01-18  Jackson Harper  <jackson@ximian.com>
10565
10566         * Splitter.cs: Set the default dock style for the splitter control
10567         in the constructor.
10568
10569 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
10570
10571         * ThemeGtk.cs: Corrected StateType and ShadowType for
10572           gtk_paint_box
10573
10574 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
10575
10576         * Control.cs: Make use of Theme.DoubleBufferingSupported
10577         * ThemeGtk.cs:
10578           - Added drawing for flat style buttons
10579           - Added ScrollBar drawing
10580
10581 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
10582
10583         * ThemeClearlooks.cs: Removed some unneeded code.
10584         * ThemeGtk.cs: First part of ThemeGtk enhancements.
10585
10586 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
10587
10588         * LinkLabel.cs: We need to update the hover drawing when
10589           leaving the control as well.
10590
10591 2006-01-18  Jordi Mas i Hernandez <jordimash@gmail.com>
10592
10593         * DataGrid.cs: Clicking on non empty areas in the columns
10594            area was giving an exception
10595
10596 2006-01-17  Jackson Harper  <jackson@ximian.com>
10597
10598         * ThemeWin32Classic.cs:
10599         * ListView.cs: Do not draw/clip the headers when the header style
10600         is None.
10601
10602 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
10603
10604         * DataGrid.cs: Fixes 77260
10605         
10606 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
10607
10608         * DataGrid.cs: Clicking on a column on a empty grid was giving
10609           an exception
10610
10611 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
10612
10613         * DataGrid.cs (OnKeyDown): Don't use the array if it's empty
10614           or any keypress will crash the grid.
10615
10616 2006-01-17  Mike Kestner  <mkestner@novell.com>
10617
10618         * MainMenu.cs (OnMenuChanged): set Height=0 to cause relayout.
10619         * ThemeWin32Classic.cs (CalcItemSize): clear Height/Width for 
10620         invisible/previously-visible items.
10621         [Fixes #76909]
10622
10623 2006-01-17  Alexander Olk  <alex.olk@googlemail.com>
10624
10625         * ThemeClearlooks.cs:
10626         - Added CL_Draw_Button method; now other theme controls that are 
10627           not derived from button or do not have a button can draw buttons
10628           too
10629         - Updated ComboBox drawing
10630         - Beautified RadioButton drawing
10631         - Corrected drawing of bottom and left tabs
10632         - Beautified DateTimePicker and MonthCalendar
10633         - Added CPDrawButton and CPDrawRadioButton
10634
10635 2006-01-16  Jackson Harper  <jackson@ximian.com>
10636
10637         * ComboBox.cs: Set the initial value of the scrollbar to the
10638         current index. Reduce the numbers of refreshs and IndexOfs called.
10639
10640 2006-01-14  Alexander Olk  <alex.olk@googlemail.com>
10641
10642         * FileDialog.cs: When the file listview is focused hitting the
10643           backspace key moves the fileview to the parent directory
10644
10645 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
10646
10647         * Form.cs: 
10648           - Added RecreateHandle call when changing taskbar visibility to 
10649             trigger reparenting in Win32 driver (Fixes #75719)
10650           - If a window has minimize or maximize buttons, it cannot have
10651             a help button
10652         * XplatUIWin32.cs:
10653           - CreateWindow: When no WS_EX_APPWINDOW style is found we parent
10654             the toplevel form with FosterParent (A toolwindow not on the
10655             taskbar) (Fixes #75719)
10656           - Made FosterParent a toolwindow
10657
10658 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
10659
10660         * FileDialog.cs: Don't crash if InitialDirectory doesn't exist
10661
10662 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
10663
10664         * ToolTip.cs: If SetToolTip is called from a control and the mouse
10665           is currently over that control, make sure that tooltip_window.Text
10666           gets updated
10667
10668 2006-01-13  Mike Kestner  <mkestner@novell.com>
10669
10670         * MimeIcon.cs: size_t on lp64 fix for gdk_pixbuf_save_to_file extern.
10671
10672 2006-01-13  Jackson Harper  <jackson@ximian.com>
10673
10674         * TreeView.cs: On MS GetNodeAt never actually factors in the X
10675         value passed.  Also redraw the selected node when we recieve
10676         focus, so tabbing between trees works correctly.
10677
10678 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
10679
10680         * MimeIcon.cs: GnomeHandler: older gnome versions don't have
10681           ~/.gconf/%gconf-tree.xml, so use
10682           .gconf/desktop/gnome/interface/%gconf.xml
10683
10684 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
10685
10686         * TextControl.cs: Draw text in gray if control is disabled
10687
10688 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
10689
10690         * TreeView.cs: Draw the focus rectangle outside the highlight, to
10691           make sure it's always visible. Fixes #76680.
10692
10693 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
10694
10695         * TreeView.cs: Implemented Wheel scrolling. Fixes #76531
10696
10697 2006-01-13  Jonathan Chambers  <jonathan.chambers@ansys.com>
10698
10699         * PageSetupDialog.cs: Added.
10700         * PrintDialog.cs: Attributes.
10701         * PrintPreviewControl.cs: Updates.
10702         * PrintPreviewDialog.cs: Updates.
10703         
10704 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
10705
10706         * Control.cs: Undid my selection check fix, since it's not needed
10707         * TextBoxBase.cs:
10708           - Now considering the presence of hscroll/vscroll when sizing
10709             vscroll/hscroll respectively. Fixed bug #77077
10710           - Added Left/Up/Down/Right to IsInputKey list to prevent
10711             ContainerControl from stealing them. This fixes what I broke
10712             with my last checkin.
10713
10714 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com> 
10715
10716         * ScrollableControl.cs: Implemented dockpadding. Fixes #77166. And
10717           I finally understand how the property can be set without a setter :-)
10718
10719 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
10720
10721         * Application.cs:
10722           - Switched RunLoop to use static Message.Create to create a 
10723             Message object
10724           - Added PreProcessMessage call in runloop for keyboard events; this
10725             is part of the fix for #77219, I overlooked this originally in the
10726             MSDN doc for PreProcessMessage
10727         * Control.cs:
10728           - Removed call to PreProcessMessage from handling of keyboard 
10729             messages; it's supposed to be done in the message pump
10730           - Moved call to ProcessKeyEventArgs inside ProcessKeyMessage as
10731             per MSDN documentation.
10732           - IsInputChar: All chars are input chars by default; removed the 
10733             parent calling chain, MS does not document that
10734           - PreProcessMessage: If IsInputChar is true, we want to return false
10735             to allow dispatching of the message
10736           - When selecting the next control, now also check that we're not
10737             selecting ourselves again and therefore return a false positive.
10738         * TextBoxBase.cs:
10739           - Tried to match return values for IsInputKey and ProcessDialogKey
10740             to what MS returns; moved processing of our special keys outside
10741             ProcessDialogKey since MS does not seem to return true on those.
10742           - Moved code that previously was in ProcessDialogKey into new private
10743             ProcessKey method, which gets called upon receipt of WM_KEYDOWN
10744           - Reworked handling of WM_CHAR to not have to duplicate code from
10745             Control.cs anymore, instead we simply call down to base.
10746            
10747 2006-01-12  Jackson Harper  <jackson@ximian.com>
10748
10749         * ComboBox.cs: We always need to refresh the text area when
10750         EndUpdate is called. Fixes the combobox in the file dialog.
10751         * Control.cs: Don't create the creator_thread until the controls
10752         handle is created.  Also in InvokeRequired we check if the
10753         creator_thread is null. This gives the effect of InvokeRequired
10754         returning true if the controls handle is not created yet, and
10755         matches MS.
10756
10757 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
10758
10759         * XplatUI.cs:
10760           - Added StartLoop() driver method. This is used to allow drivers to
10761             prepare for an upcoming GetMessage/TranslateMessage/DispatchMessage
10762             loop for a particular thread
10763           - Added EndLoop() driver method. This is called once the message
10764             pump for the thread is shut down
10765           - Added SupportsTransparency method to allow the driver to indicate
10766             opacity support for windows
10767         * Form.cs:
10768           - Removed TODO attribute, completed AllowTransparency property
10769           - Added documented logic to Opacity
10770         * GroupBox.cs, Label.cs, LinkLabel.cs, PropertyGrid.cs, Control.cs,
10771           ButtonBase.cs, CheckedListBox.cs: Combined Jackson's and Miguel's
10772           versions of CompatibleTextRendering
10773         * X11Structs.cs: Added opacity atom to our atom enumeration
10774         * Hwnd.cs: Added opacity tracking (we need to track since the opacity
10775           of a form might be set before it's reparented by the WM, and we need
10776           the opacity value without calling up to Form)
10777         * XplatUIDriver.cs: Added StartLoop(), EndLoop() and 
10778           SupportsTransparency() driver methods
10779         * Application.cs: Now calling StartLoop and EndLoop driver methods
10780         * XplatUIX11.cs:
10781           - Added opacity atom registration
10782           - Added StartLoop()/EndLoop() methods. They're empty right now but
10783             will need to get implemented when we switch to a per-thread queue
10784           - Implemented SupportsTransparency() method
10785           - Implemented SetWindowTransparency() method
10786           - Added support for setting the opacity value when a window is
10787             reparented (since the opacity needs to be set on the WM frame)
10788         * XplatUIOSX.cs, XplatUIWin32.cs:
10789           - Added SupportsTransparency(), StartLoop() and EndLoop() methods
10790
10791 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
10792
10793         * ThemeClearlooks.cs: Don't crash if TabControl.Parent is null.
10794
10795 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
10796
10797         * FileDialog.cs: Added ToolTip for MWFFileView
10798         * MimeIcon.cs: Rewrote GnomeHandler.
10799           - Get currently used gnome icon theme from
10800             ($HOME)/.gconf/%gconf-tree.xml
10801           - Make use of inherited icon themes
10802           - Support SVG icon themes like Tango via librsvg
10803
10804 2006-01-12  Miguel de Icaza  <miguel@novell.com>
10805
10806         Revert's Jackson's revert which broke 2.0 builds.   Fix both
10807         builds. 
10808         
10809         * Application.cs: Move the use_compatible_text_rendering outside
10810         the NET_2_0 define.  If we ever need to use the
10811         use_compatible_text_rendering on the individual controls they will
10812         access the variable from the common shared code paths.
10813
10814 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
10815
10816         * XplatUI.cs:
10817           - Added more granular debug options
10818           - Added method to print both window text and id
10819           - Switched debug output to use new Window() debug method
10820           - Added IsEnabled() driver method
10821           - Added EnableWindow() driver method
10822         * Form.cs:
10823           - Removed end_modal; no longer needed, new loop handles termination
10824             via 'closing' variable
10825           - If form is modal, setting DialogResult will now initiate loop
10826             termination via 'closing' variable
10827           - Added support for is_enabled/WS_DISABLED to CreateParams
10828           - Close() now just send the WM_CLOSE message; the WM_CLOSE handler
10829             does all the work
10830           - Removed code that's now in RunLoop from ShowDialog()
10831           - Added various documented sanity checks to ShowDialog()
10832           - Added handling of WM_DESTROY message; we set 'closing' on getting
10833             the message to indicate the message pump to terminate
10834           - Added handling of new internal WM_CLOSE_INTERNAL message - it's
10835             send by the Application.ExitThread method. (We send the message
10836             to destroy the window after all other events have been
10837             processed through the queue, instead of destroying the handle 
10838             directly)
10839           - Moved code from Close() method to WM_CLOSE handler; added logic
10840             to only send close-related events if the form is not displayed
10841             modal
10842         * Splitter.cs (..ctor): Fixed typo in resource name
10843         * Control.cs:
10844           - DrawBackgroundImage: Explicitly selecting the wrap mode for the
10845             brush now
10846           - set_Cursor: Now only setting calling into XplatUI if the handle for
10847             the control is already created; this avoids implict handle creation
10848             or crashes if it's not created
10849           - set_Enabled: Now setting the enabled state via the new driver method
10850             instead of just tracking it
10851           - CreateParams: Added logic to set WS_DISABLED based on enabled state
10852           - CreateControl: Reordered event firing and method calls to more
10853             closely fire events in the order MS does. Now setting the
10854             enabled state in the driver when creating the control.
10855           - SetVisibleCore: Moved when the OnVisibleChanged event is fired to
10856             match MS order
10857         * FolderBrowserDialog.cs, MessageBox.cs, ButtonBase.cs, TrackBar.cs,
10858           MonthCalendar.cs: get_CreateParams: Added setting of WS_DISABLED 
10859         * XplatUIStructs.cs: Added internal WM_CLOSE_INTERNAL mesage id
10860         * Hwnd.cs:
10861           - Added tracking of window enabled state (get_Enabled/set_Enabled)
10862           - Added EnabledHwnd property to easily allow a driver to find the
10863             handle of the first enabled window in the parent chain (this is
10864             used by drivers to pass up input events of disabled windows)
10865         * XplatUIDriver.cs: Added IsEnabled() method
10866         * Application.cs:
10867           - Removed crude and obsolete exiting tracking variable
10868           - Removed internal ModalRun(); replaced by RunLoop()
10869           - Implemented private CloseForms() method to allow closing all 
10870             windows owned by a particular (or all) threads
10871           - Exit() now properly closes all windows without forcing the message
10872             pump to quit
10873           - Removed obsolete InternalExit() method
10874           - Changed Run() methods to use new RunLoop() message pump
10875           - Implemented new RunLoop() method for both modal and non-modal forms
10876         * CommonDialog.cs:
10877           - get_CreateParams: Added setting of WS_DISABLED
10878           - Simplified ShowDialog(); now all the work is done in RunLoop(),
10879             invoked via Form.ShowDialog()
10880         * NativeWindow.cs: We don't remove the window from the collection when
10881           the handle is destroyed; there might still be messages for it in the
10882           queue (mainly the resulting WM_DESTROY); instead it will be removed
10883           when Control calls InvalidateHandle in the WM_DESTROY handler
10884         * XplatUIX11.cs:
10885           - CreateWindow: Added logic to handle the WS_DISABLED window style
10886           - EnableWindow: Implemented based on Hwnd.Enabled
10887           - GetMessage: Reset PostQuitState so the method can be called again
10888           - Implemented support for disabled windows (passing messages to the
10889             first enabled parent) in handling all input messages
10890           - Added optimizations for handling Expose events
10891           - Implemeted new driver method IsEnabled()
10892           - Now always resetting paint pending tracking vars when we start paint
10893           - Re-implemented UpdateWindow via just sending a WM_PAINT message
10894         * XplatUIOSX.cs: Added IsEnabled method stub
10895         * XplatUIWin32.cs: Implemented new IsEnabled() method
10896
10897 2006-01-11  Jackson Harper  <jackson@ximian.com>
10898
10899         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
10900         LinkLabel.cs, PropertyGrid.cs: Unbreak 1.1 build. Consolidate the
10901         variables a little.
10902         * ColorDialog.cs: Clear out the old form before adding the new
10903         panel.  
10904
10905 2006-01-11  Jackson Harper  <jackson@ximian.com>
10906
10907         * X11Dnd.cs: Make sure to add all the text formats when adding
10908         strings to the data object.
10909         * TreeNodeCollection.cs: When adding to a sorted tree we need to
10910         do some redrawing too.  Also change the UpdateNode to an
10911         UpdateBelow so the newly added node gets painted.
10912         
10913 2006-01-11  Miguel de Icaza  <miguel@novell.com>
10914
10915         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
10916         LinkLabel.cs, PropertyGrid.cs: Implement the
10917         UseCompatibleTextRendering property for 2.x
10918
10919         * Application.cs (SetCompatibleTextRenderingDefault): Add. 
10920
10921 2006-01-11  Jackson Harper  <jackson@ximian.com>
10922
10923         * TreeView.cs: Use the property for setting the selected node so
10924         the correct events get raised.
10925         * TreeNode.cs: Update the tree when the fore/back colours of a
10926         node are set.
10927
10928 2006-01-10  Jackson Harper  <jackson@ximian.com>
10929
10930         * TreeView.cs: Allow setting SelectedNode to null.
10931
10932 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
10933
10934         * Form.cs: Fix support for Form TransparencyKey and Opacity on Windows.
10935
10936 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
10937
10938         * PrintControllerWithStatusDialog.cs: Update page number in dialog.
10939
10940 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
10941
10942         * PrintDialog.cs: Added attributes and set default property values.
10943
10944 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
10945
10946         * PrintControllerWithStatusDialog.cs: 
10947         Added PrintControllerWithStatusDialog.
10948
10949 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
10950
10951         * XplatUI.cs, Form.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
10952         XplatUIWin32.cs: Added support for Form TransparencyKey and Opacity on Windows.
10953
10954 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
10955
10956         * ComboBox.cs: Fix crash when there is no selected item (due to last commit)
10957
10958 2006-01-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
10959
10960         * ComboBox.cs: Added KeyDown event handler for processing arrow keys
10961         and PgUp/PgDown. Also, scroll to selected item upon dropdown. Bugs 76857 and 76788.
10962
10963 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
10964
10965         * MimeIcon.cs: Added internal class SVGUtil.
10966
10967 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
10968
10969         * FileDialog.cs: Don't crash if there are two files with the
10970           same name but different locations.
10971
10972 2006-01-08  John BouAntoun  <jba-mono@optusnet.com.au>
10973
10974         * MonthCalendar.cs: Fixed annoying rendering bug when selecting
10975         dates across multiple month grids. Used to not highlight entire 
10976         month, but does now.
10977         
10978 2006-01-06  Jackson Harper  <jackson@ximian.com>
10979
10980         * MonthCalendar.cs: Removed DoEvents call to prevent a running
10981         message loop. Change timer intervals to numbers that seem more
10982         natural.
10983
10984 2006-01-06  John BouAntoun  <jba-mono@optusnet.com.au>
10985
10986         * DateTimePicker.cs: Modified CalculateDropDownLocation to use the screen
10987           object for location info since screen object is now implemented.
10988
10989 2006-01-05  Jackson Harper  <jackson@ximian.com>
10990
10991         * AsyncMethodData.cs: Check if the call is complete before doing a WaitOne
10992         * AsyncMethodResult.cs: We no longer use a WeakReference for the
10993         AsyncMethodResult, this is because we ALWAYS want the
10994         ManualResetEvent to get set.
10995         * Control.cs: When disposing use an async invoke to call shutdown
10996         code, so that thigns don't block on the finalizer thread.  Also
10997         check if we even have a message loop before trying to send
10998         messages, if we don't then don't bother sending messages.
10999         - No more weak references for async methods
11000         * XplatUIDriver.cs: No more weak references for async methods.
11001
11002 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
11003
11004         * FontDialog.cs: Fix, don't throw an exception if FontFamily.Families
11005           returns two FontFamily with the same name
11006
11007 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
11008
11009         * ThemeWin32Classic.cs, ThemeClearlooks.cs: Dropped stupid scheme of 
11010           drawing disabled text. Instead using the ColorGrayText color
11011
11012 2006-01-04  Jackson Harper  <jackson@ximian.com>
11013
11014         * TreeNode.cs: redraw the node when its image index is changed.
11015
11016 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
11017
11018         * RichTextBox.cs: Same fix as last, just for SelectionColor. This
11019           time I checked there are no others like it.
11020
11021 2006-01-04  Jackson Harper  <jackson@ximian.com>
11022
11023         * AsyncMethodResult.cs: Use a ManualResetEvent instead of a mutex,
11024         this gives the behavoir I was looking for.
11025         * Control.cs: Special case Invoking EventHandlers, this matches MS
11026         and fixes part of bug #76326.
11027
11028 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
11029
11030         * ThemeClearlooks.cs, FileDialog.cs:
11031           - Reflect the latest Theme class changes
11032           - Remove Mono.Unix.Syscall.time in FileDialg and replace it 
11033             with DateTime
11034             
11035 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
11036
11037         * Theme.cs: Cache UI resource images and resize them if needed
11038
11039 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
11040
11041         * RichTextBox.cs: FormatText is 1-based, make it so when SelectionFont
11042           is called. This fixes the crash in Nexxia when setting the font
11043           attributes in the chat. [However, RTF needs a look-over to make sure
11044           that all SelectionXXX methods handle the special case that selection
11045           is empty and therefore the change must be applied to all text starting
11046           at the cursor/selection start]
11047
11048 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com> 
11049
11050         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
11051           XplatUIOSX.cs: Added SendMessage and PostMessage methods
11052         * X11Keyboard.cs: Switched to new way of calling PostMessage
11053
11054 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
11055
11056         * Theme.cs: Added theme interface for images to allow the theme to
11057           control what images are used for things like FileDialog, MessageBox
11058           icons, etc.
11059         * MessageBox.cs: Now uses the new Theme icon/image interfaces
11060
11061 2006-01-03  Alexander Olk  <alex.olk@googlemail.com>
11062
11063         * FileDialog.cs:
11064           - Removed some dead code
11065           - Opening a recently used file does work now
11066           - Small UI enhancements
11067           - Refactoring
11068
11069 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
11070
11071         * FileDialog.cs: Forgot too add __MonoCS__
11072
11073 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
11074
11075         * FileDialog.cs: We are able to read recently used files now let's
11076           go on and write them.
11077
11078 2006-01-01  Alexander Olk  <alex.olk@googlemail.com>
11079
11080         * FileDialog.cs: Breathe some life into "last open"/"recently used"
11081           button
11082         * MimeIcon.cs: Do a check for the top level media type also
11083
11084 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
11085
11086         * ThemeClearlooks.cs:
11087           - Added CPDrawStringDisabled
11088           - ButtonBase_DrawText: Workaround for a DrawString bug; cut off
11089             some chars if the text doesn't fit into text_rect
11090           - DrawListViewItem: If View = View.LargeIcon center the image;
11091             rewrote the drawing of ListViewItem.Text if View = 
11092             View.LargeIcon
11093
11094 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
11095
11096         * MimeIcon.cs: Use default KDE icon theme if there is no
11097           "48x48" directory for the current icon theme, fixes #77114
11098         * Mime.cs: Disable not working and actually not used code. 
11099         * ThemeWin32Classic.cs:
11100           - Replace "new SolidBrush" in GetControlBackBrush and
11101             GetControlForeBrush with ResPool.GetSolidBrush
11102           - Changed DrawListViewItem from private to protected virtual
11103         * FileDialog.cs:
11104           - Added form.MaximizeBox = true
11105           - Don't throw an exception if there is a broken symbolic link
11106
11107 2005-12-23  Jackson Harper  <jackson@ximian.com>
11108
11109         * TabControl.cs: Give the panels focus, keyboard navigation is
11110         fixed so this works correctly now.
11111         - We need these key events also.
11112         * ToolBar.cs: Remove some of the poor mans double buffering.
11113         
11114 2005-12-24  Alexander Olk  <alex.olk@googlemail.com>
11115
11116         * ComboBox.cs: The internal TextBox now returns the focus.
11117
11118 2005-12-23  Jackson Harper  <jackson@ximian.com>
11119
11120         * ThemeWin32Classic.cs:  Draw the text for all tab appearances.
11121
11122 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
11123
11124         * Control.cs: Removed debug code
11125         * XplatUIX11.cs: Changed DestroyChildWindows to also consider
11126           implicit children
11127
11128 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com> 
11129
11130         * Control.cs: When creating the control, update the Z-order after
11131           all it's children are created, too. (Fixes nexxia not showing
11132           picturebox bug)
11133
11134 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
11135
11136         * Control.cs: Do not update the anchoring distances if layout is
11137           suspended, instead do it once layout is resumed
11138
11139 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com> 
11140
11141         * Control.cs: 
11142           - After many hours of debugging, for both Jackson and
11143             myself, it turns out that it helps to set the parent of a control
11144             if you want to actually see it onscreen. In the spirit of that
11145             discovery, we're now setting the parent of the control and
11146             it's children when the control's handle is created. This fix
11147             will make Lutz Roeder's Reflector run happily. 
11148           - now just creating the handle instead of the whole control when
11149             getting a graphics context for the control.
11150
11151 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
11152
11153         * ScrollableControl.cs: When calculating the canvas, don't consider
11154           the scrollbar widths. Instead, predict if horizontal scrollbar
11155           will affect canvas when deciding on vertical display and vice versa.
11156
11157 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
11158
11159         * RichTextBox.cs: Set default RTF font for documents that don't
11160           have a font table (Fixes #77076)
11161
11162 2005-12-22  Jackson Harper  <jackson@ximian.com>
11163
11164         * TextBoxBase.cs: It's difficult to do, but you can have an empty
11165         clipboard. This prevents a NullRef in that case.
11166         * XplatUIX11.cs: Use CLIPBOARD not PRIMARY for our
11167         clipboard. PRIMARY is for the currently selected text only. (We
11168         should implement PRIMARY at some point.
11169
11170 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
11171
11172         * XplatUIWin32.cs: Fixed the TEXTMETRIC structure, we were calling
11173           a Unicode function with a structure that was defined in Ansi way.
11174           This fixes #76942.
11175
11176 2005-12-21  Jackson Harper  <jackson@ximian.com>
11177
11178         * StatusBar.cs: Statusbar handles its fore/back colours on it's
11179         on. Because thats how it rolls. (and this avoids it using ambient
11180         colours).
11181         * ThemeWin32Classic.cs: Use the proper back color for filling.
11182         * Menu.cs: Use the system menu bar color for drawing menu
11183         bars. Using the window back color will bring ambient colours into
11184         the picture.
11185
11186 2005-12-21  Alexander Olk  <alex.olk@googlemail.com>
11187
11188         * ColorDialog.cs: Fixed a memory leak that caused a SIGSEV. A lot of
11189           Bitmaps were created and not disposed.
11190
11191 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
11192
11193         * Control.cs (CreateControl): Don't do anything if the control is
11194           already created, otherwise we'd fire the OnCreated event more than
11195           once
11196
11197 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
11198
11199         * ComboBox.cs (FindStringCaseInsensitive): Don't search for emtpy strings,
11200           will always match. Instead return -1. Fixes #76464.
11201
11202 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
11203
11204         * TextControl.cs (RecalculateLine): Only wrap if the wrap point is
11205           neither the beginning nor the end of the line (Fixes bug #76479)
11206
11207 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
11208
11209         * Control.cs:
11210           - ControlNativeWindow.ControlFromHandle(): Now handling situation
11211             where handle is invalid
11212           - FromHandle(): Now using hashtable-based ControlFromHandle() lookup
11213             instead of slower linear search
11214         * NativeWindow.cs: Don't remove the window from the hashtable until
11215           after the driver has destroyed it (since the driver might use
11216           Control.FromHandle to lookup the control object
11217         * Hwnd.cs: Added DestroyPending property to track if a window is 
11218           already destroyed as far as the driver is concerned and only hasn't
11219           yet notified the control
11220         * XplatUIX11.cs:
11221           - Activate(): Check if the window is still valid before using the 
11222             handle
11223           - Implemented DestroyChildWindow() method to mark child windows as
11224             destroyed when a window is destroyed. This prevents situations 
11225             where we might call an X method based on queued events for a
11226             window that already has been destroyed but we haven't yet pulled
11227             the destroy method from the queue.
11228           - Added a call to the new DestroyChildWindow() method to the drivers
11229             DestroyWindow code. Also now marking the destroyed window itself
11230             as pending
11231
11232 2005-12-20  Jackson Harper  <jackson@ximian.com>
11233
11234         * StatusBar.cs:
11235         * StatusBarPanel.cs: Don't calculate panel sizes on draw
11236         anymore. Just do them when needed, also track the rects of panels
11237         so that we can optimize refreshing more in the future.
11238
11239 2005-12-20  Alexander Olk  <alex.olk@googlemail.com>
11240
11241         * ColorDialog.cs: Fixed focus drawing in small color controls
11242
11243 2005-12-19  Jackson Harper  <jackson@ximian.com>
11244
11245         * InternalWindowManager.cs:
11246         * MdiWindowManager.cs: Cleanup some coordinate system changes so
11247         moving windows works properly.
11248
11249 2005-12-19  Peter Dennis Bartok  <pbartok@novell.com> 
11250
11251         * Control.cs: 
11252           - Removed call to InitLayout() from SetBoundsCore(); doc says
11253             it's only called when a control is added to a container
11254           - Split InitLayout logic, moved to separate UpdateDistances() method
11255             since we need to perform those calculations more often than just
11256             when adding the control to a container. (Needed to fix #77022)
11257           - Now calling UpdateDistances() from UpdateBounds() (fixes #77022)
11258           - Reduced the OnBindingContextChanged events count, don't send them
11259             unless the control is created, we still aren't totally matching
11260             MS, but I can't quite figure out some of their rules
11261
11262 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
11263
11264         * ThemeClearlooks.cs: Corrected distance between ProgressBar
11265           stripes
11266
11267 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
11268
11269         * ThemeClearlooks.cs:
11270           - Updated ProgressBar drawing
11271           - Corrected drawing of ScrollBars and scroll buttons
11272           - Some temporary fixes for minor pixel artefacts
11273
11274 2005-12-18  Peter Dennis Bartok  <pbartok@novell.com> 
11275
11276         * Control.cs:
11277           - Reworked Controls.Add(), Controls.Remove() and set_Parent() to
11278             cause events to be sent in the same order as MS does.
11279           - Added ChangeParent() method to trigger various OnXXXChanged events
11280             that need to be fired when a parent changes (This is a reworking
11281             of the patch from r54254, with the X11 errors fixed)
11282           - Removed SuspendLayout()/ResumeLayout() calls from Controls.Clear()
11283             since on MS we get OnLayoutChanged events when calling Clear()
11284           - Changed Enabled property to consider parent state as well, if a
11285             parent is not enabled, the control will not be either
11286           - Changed Parent property to simply call Controls.Add() since that
11287             now does all the work required, this way we avoid code duplication
11288           - Threw in a few OnBindingsContextChanged calls to try and match
11289             when MS sends them. We seem to send a few too many, though.
11290           - Added call to CreateControl when adding the control to a parent.
11291             We were never calling CreateControl. Still needs some work, in
11292             some places we treat HandleCreated and ControlCreated as equal, 
11293             which is wrong
11294           - Removed obsolete commented out code from UpdateZOrder()
11295
11296 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
11297
11298         * ThemeClearlooks.cs: Updated TrackBar drawing.
11299
11300 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
11301
11302         * FileDialog.cs: Patch for #76901 by Atsushi Enomoto
11303
11304 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
11305
11306         * FileDialog.cs: Add the Help button and the open readonly
11307           checkbox only if needed
11308
11309 2005-12-16  Jackson Harper  <jackson@ximian.com>
11310
11311         * Control.cs: Make sure we have an active menu before trying to
11312         process commands on it. Prevents menu-less forms from crashing
11313         when Alt is pressed.
11314         * TreeNodeCollection.cs: Some fixes to prevent null refs. Patch by
11315         Dieter Bremes.
11316         * RichTextBox.cs: Expand statement to help out gmcs and fix the
11317         2.0 build.
11318
11319 2005-12-16  Jackson Harper  <jackson@ximian.com>
11320
11321         * InternalWindowManager.cs: Don't translate tool windows screen
11322         coordinates. This fixes windows 'bouncing' around when being moved.
11323
11324 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
11325
11326         * TextBoxBase.cs:
11327           - MaxLength now treats 2^31-1 equal to unlimited length (this is
11328             not quite MS compatible, MS uses that number only for single line
11329             and 2^32-1 for multi-line, but I figure it won't hurt keeping
11330             the limit at 2GB)
11331           - Now enforcing the MaxLength limit when entering characters
11332           - Added argument to internal Paste() method to track if it's called
11333             from programatically or via keyboard, since keyboard driven pastes
11334             need to enforce max-length
11335           - Added logic to Paste to only paste as many chars as MaxLength 
11336             allows
11337         * RichTextBox.cs: Updated to use new obey argument for internal Paste()
11338         * TextControl.cs:
11339           - Added Length property to return number of characters in document
11340           - Added private CharCount property which only tracks actual chars
11341             in the document (no linefeeds) and fires event when CharCount
11342             changes
11343           - Added tracking of character count to all methods that alter it
11344           - Added LengthChanged event to allow applications to subscribe
11345             to any changes to the document
11346
11347 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
11348
11349         * TextBox.cs: 
11350           - Removed local password_char field (moved to TextBoxBase)
11351           - Now setting the document's password var when password is
11352             set
11353         * TextBoxBase.cs:
11354           - Added password_char field (needed here so MultiLine can
11355             access it)
11356           - Added logic to MultiLine property setter to set the document's
11357             variable when password display is allowed
11358           - Removed debug code and made some debug code conditional
11359         * TextControl.cs:
11360           - Added RecalculatePasswordLine() method to handle special password
11361             char only lines
11362           - Added PasswordChar property, also added related tracking vars
11363           - Draw() method now uses local text var for grabbing text to draw,
11364             this var is set to line.text unless we're doing password display,
11365             then it is set to the pre-generated all-password-chars line
11366           - Added calling RecalculatePasswordLine() method for password lines
11367
11368 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
11369
11370         * Hwnd.cs: 
11371           - Added Reparented property to allow tracking of Window Manager
11372             reparenting actions (which affect X/Y calculations of toplevel 
11373             windows)
11374           - Made ToString() print window handles in hex
11375         * XplatUIX11.cs:
11376           - AddConfigureNotify(): Now uses reparented state off Hwnd to
11377             determine if X/Y needs offsetting
11378           - AddConfigureNotify(): Fixed offset calculations
11379           - Now adds ReparentNotify messages into the queue
11380           - Now processes ReparentNotify messages and causes a 
11381             WM_WINDOWPOSCHANGED message to be sent upstream if a window
11382             is reparented (as most likely it's X/Y coordinates are changed
11383             due to that)
11384
11385 2005-12-14  Jackson Harper  <jackson@ximian.com>
11386
11387         * XplatUIX11.cs: Tool windows still need to respek focus.
11388
11389 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
11390
11391         * Control.cs: Undid 54254 (causing XConfigure errors) so we can
11392           have a working release
11393
11394 2005-12-13  Jackson Harper  <jackson@ximian.com>
11395
11396         * Form.cs: Update styles after setting the border style regardless
11397         of whether or not the window is using a window manager.
11398
11399 2005-12-13  Jackson Harper  <jackson@ximian.com>
11400
11401         * Form.cs: We now hook into an internal window manager instead of just an
11402         MDI subsystem, this is so we can have properly behaving tool windows.
11403         * MdiClient.cs: Naming change, MdiChildContext is now WindowManager
11404         * InternalWindowManager.cs: New internal class that acts as a
11405         window manager for tool windows and as a base for mdi windows.
11406         * MdiWindowManager.cs: New class that acts as a window manager for
11407         mdi windows.
11408
11409 2005-12-12  Jackson Harper  <jackson@ximian.com>
11410
11411         * Control.cs: Updates so we match behavoir for for implicit
11412         controls. Fixes explosions in MDI.
11413
11414 2005-12-12  Jackson Harper  <jackson@ximian.com>
11415
11416         * Control.cs: Implement Invalidate (Region).
11417
11418 2005-12-12  Peter Dennis Bartok  <pbartok@novell.com> 
11419
11420         * Control.cs: 
11421           - Changed handling of Controls.Add/Controls.Remove to fire (almost) 
11422             the same events as MS does. MS fires events for each property 
11423             except, for unknown reasons, Cursor, when the control is reparented. 
11424             I can't seem to totally match add/remove since MS also fires some 
11425             VisibleChanged events, which makes no sense. Consolidated the
11426             parenting code into a separate method so it can be called from
11427             both Add and Remove. set_Parent no longer needs any special logic
11428             as it calls the parent's add method which implicitly fires
11429             all events
11430           - Removed some obsolete code and debug output
11431           - Enabled state is inherited from parents, if this is enabled
11432
11433 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com> 
11434
11435         * Form.cs: Removed commented out code
11436
11437 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com>
11438
11439         * Control.cs:
11440           - Added internal version of Invoke, with additional argument 
11441             indicating if we're calling it from a Dispose() handler. That
11442             way we can avoid BeginInvoke throwing an exception if we're
11443             calling for an already destroyed window.
11444           - Added a dispose argument to BeginInvokeInternal, and made the
11445             check if a valid window handle chain exists conditional on
11446             it not being a dispose call
11447           - Removed code in DestroyHandle to destroy our children. Since we
11448             now handle the WM_DESTROY message we will catch all our children
11449             being destroyed.
11450           - Now calling OnHandleDestroyed from our new WM_DESTROY handler
11451         * Form.cs:
11452           - Added a field to track the application context of the form.
11453           - No need to set closing variable as response to WM_CLOSE, instead
11454             we destroy the window. We also call PostQuitMessage if the form
11455             has an application context (which makes it the main app form,
11456             which, when closed terminates the app)
11457         * XplatUI.cs:
11458           - Dropped Exit() method, it's naming was confusing
11459           - Added PostQuitMessage() which causes GetMessage to return false
11460             once the message queue is empty
11461         * XplatUIDriver.cs, XplatUIWin32.cs: Dropped Exit(), added 
11462           PostQuitMessage()
11463         * XplatUIOSX.cs: Switched signature for Exit method since Exit() is
11464           no longer a valid XplatUI method, but left it in since it's used
11465           internally. Added empty PostQuitMessage() method.
11466         * MenuAPI.cs: Replaced call to Exit() with call to
11467           PostQuitMessage, even though this is probably no longer needed.
11468         * Hwnd.cs: Added 'pretty' ToString() to support debugging.
11469         * X11Structs.cs: Added pretty XEvent.ToString() to support debugging.
11470         * Application.cs:
11471           - Replaced call to XplatUI.Exit() with PostQuitMessage()
11472           - Removed old debug code that would call XplatUI for exception
11473             display, enabled standard exception handling (Still not enabled
11474             though, until NativeWindow's ExternalExceptionHandler define
11475             is removed
11476         * NativeWindow.cs:
11477           - Added internal method to allow control to update NativeWindow
11478             after a window has been destroyed
11479           - Added handling of already destroyed windows when calling i
11480             DestroyWindow
11481           - Added removal of handle from list on ReleaseHandle
11482         * XplatUIX11.cs:
11483           - Dropped GetMessageResult var and related code
11484           - Added PostQuitState to field to track if PostQuitMessage has been
11485             called
11486           - Dropped Exit() method
11487           - Added PostQuitMessage() method
11488           - GetMessage now will return false if PostQuitState is set and no
11489             more messages are in the queue.
11490           - Expose handler will no longer generate WM_PAINT messages if we are
11491             in PostQuitState since it's very likely any windows have already
11492             been destroyed, and since Hwnd won't get updated until we have
11493             processed the DestroyNotify we'd be causing X errors.
11494         
11495 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
11496
11497         * Control.cs(WndProc): Apparently I'm suffering from brain cloud.
11498           Thanks to Mike for pointing out the err of my ways.
11499
11500 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
11501
11502         * Control.cs(PreProcessMessage): Moved menu handling back, but
11503           after all other key handling, to match MS (who handles Menu in
11504           DefWndProc)
11505         * Menu.cs (WndProc): Removed my brainfart
11506
11507 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
11508
11509         * Control.cs(PreProcessMessage): Removed special menu handling 
11510         * Menu.cs (WndProc): Added handling of WM_SYSKEYUP for menu purposes.
11511
11512 2005-12-07  Mike Kestner  <mkestner@novell.com>
11513
11514         * Control.cs : special case SYSKEYUP so that we can adjust keynav
11515         state according in tracker.
11516         * Menu.cs : promote tracker field to base class and provide a tracker
11517         lookup capability.  Add/Remove shortcuts dynamically if the top menu
11518         has a tracker. Unparent items that are removed from the collection.
11519         * MenuAPI.cs : implement mnemonic, shortcut, and arrow-based keynav.
11520         * Theme*.cs: add always_show_hotkeys field to support configurability
11521         of mnemonic display.  win32 doesn't show mnemonics until Alt is
11522         pressed.
11523
11524 2005-12-07  Jackson Harper  <jackson@ximian.com>
11525
11526         * MdiChildContext.cs: Use Control.ResetCursor.
11527         * Control.cs: ResetCursor needs to set the property so that the
11528         correct XplatUI call gets made.
11529
11530 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
11531
11532         * Control.cs: More fixes to make our key events match MS. We
11533           were not setting the modifier state on KeyData, and we were
11534           not generating any events when Alt was pressed with a key
11535           since handling of WM_SYSxxx was missing for the OnKey methods.
11536
11537 2005-12-07  Jackson Harper  <jackson@ximian.com>
11538
11539         * MdiChildContext.cs: reenable the sizing code.
11540         - When the mouse leaves a window reset its cursor.
11541
11542 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
11543
11544         * ThemeClearlooks.cs: Reflect latest Hwnd changes
11545
11546 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
11547
11548         * Hwnd.cs: Now using the theme 3d bordersize to calculate
11549           widths of Fixed3D borders
11550
11551 2005-12-07  Jackson Harper  <jackson@ximian.com>
11552
11553         * MdiClient.cs: Fix warnings. Earn Mike's love.
11554
11555 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
11556
11557         * ThemeClearlooks.cs:
11558           - Adjusted mouse over button color
11559           - Added first parts of CheckBox drawing
11560           - Added correct color for selected text background
11561           - Fixed ComboBox drawing
11562           - Added CPDrawBorder3D and CPDrawBorder
11563
11564 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
11565
11566         * XplatUIX11.cs: Added call to XBell for AudibleAlert
11567
11568 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com> 
11569
11570         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
11571           XplatUIOSX.cs: Added AudibleAlert() method to have a means to
11572           alert users via sound. We could add an enum arg with different
11573           types of alerts in the future
11574
11575 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
11576
11577         * Control.cs: Fix behaviour problems pointed out by Mike
11578
11579 2005-12-05  Mike Kestner  <mkestner@novell.com>
11580
11581         * StatusBarPanel.cs: add Invalidate method and hook it into all the
11582         prop setters.  Calls parent.Refresh for now, but could be maybe be
11583         optimized with an internal method on StatusBar at some point.
11584         [Fixes #76513]
11585
11586 2005-12-05  Peter Dennis Bartok  <pbartok@novell.com> 
11587
11588         * RichTextBox.cs: Implemented get_SelectionColor
11589
11590 2005-12-05  Alexander Olk  <alex.olk@googlemail.com>
11591
11592         * ThemeClearlooks.cs:
11593           - Removed dead code
11594           - Draw black button border only if button is Form.AcceptButton
11595           - Draw correct button color for pressed RadioButton if the mouse 
11596             has entered the button
11597           - Updated ProgressBar drawing!
11598           - Updated CPDrawSizeGrip drawing
11599           - Updated StatusBarPanel drawing
11600
11601 2005-12-05  Mike Kestner  <mkestner@novell.com>
11602
11603         * Control.cs (PreProcessMessage): add Keys.Alt based on LParam value.
11604         * X11Keyboard.cs (SendKeyboardInput): formal lParam for alt mod.
11605
11606 2005-12-04  Alexander Olk  <alex.olk@googlemail.com>
11607
11608         * ThemeClearlooks.cs: Initial check-in, activate with
11609           export MONO_THEME=clearlooks
11610         * ThemeEngine.cs: Added ThemeClearlooks
11611
11612 2005-12-03  Mike Kestner  <mkestner@novell.com>
11613
11614         * MenuAPI.cs: deactivate menus prior to calling item.PerformClick.
11615         [Fixes #76897]
11616
11617 2005-12-02  Jackson Harper  <jackson@ximian.com>
11618
11619         * Form.cs: If the child form has no menu the default main menu is
11620         used as the active menu.
11621
11622 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com> 
11623
11624         * ListBox.cs: Check if any items exist before trying to resolve 
11625           coordinates into items
11626
11627 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
11628
11629         * ThemeWin32Classic.cs: Hatchbrush on Win32 seems to always use white
11630           as the second color for the background hatch
11631
11632 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
11633
11634         * TextBoxBase.cs: Now uses Jackson's new and improved ImplicitScrollbar
11635         * RichTextBox.cs: FormatText position arguments are 1-based, now making
11636           sure that what we pass to FormatText is always 1-based. Fixes #76885
11637
11638 2005-11-29  Miguel de Icaza  <miguel@novell.com>
11639
11640         * NumericUpDown.cs (EndInit): When we are done initializing,
11641         reflect any updates on the UI.
11642
11643 2005-12-02  Jackson Harper  <jackson@ximian.com>
11644
11645         * ImplicitHScrollBar.cs:
11646         * ImplicitVScrollBar.cs: New scrollbars that don't take focus from
11647         their container controls.
11648         * TreeView.cs: Use the new implicit scrollbars.
11649
11650 2005-12-02  Jackson Harper  <jackson@ximian.com>
11651
11652         * TreeView.cs: Make top_node internal so the TreeNodeCollections
11653         can play with it.
11654         * TreeNodeCollection.cs: If we remove the topnode we need to
11655         update topnode to the next node in line.
11656         - When clearing nodes go through the same process as removing
11657         them, so they get depareneted and checked if they are top node.
11658
11659 2005-12-01  Jackson Harper  <jackson@ximian.com>
11660
11661         * TreeView.cs: When imagelists are used the image area is
11662         selectable as well as the text.
11663         - If there are no selected nodes select the first one.
11664         * TreeNodeCollection.cs: Getting the TreeView is mildly expensive,
11665         so don't do it more then we need to.
11666
11667 2005-12-01  Jackson Harper  <jackson@ximian.com>
11668
11669         * ThemeWin32Classic.cs: Reimplement the scroll arrow drawing so
11670         that arrows can be scaled.
11671
11672 2005-12-01  Jackson Harper  <jackson@ximian.com>
11673
11674         * TreeNode.cs : Fixed bugs that caused FullPathTest + Traverse to
11675         fail. Patch by Dieter Bremes
11676
11677 2005-11-30  Jackson Harper  <jackson@ximian.com>
11678
11679         * Form.cs: Property is 2.0 only
11680         * PrintDialog.cs: Signature fix.
11681
11682 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
11683
11684         * TextControl.cs: 
11685           - No longer artificially moves text 2 pixels down (now that we have
11686             borders this is no longer needed)
11687           - Added calcs for left, hanging and right indent
11688
11689 2005-11-23  Mike Kestner  <mkestner@novell.com>
11690
11691         * Menu.cs: mark MenuChanged internal, since it's not exposed by MS.
11692
11693 2005-11-30  Jackson Harper  <jackson@ximian.com>
11694
11695         * MdiChildContext.cs: Set the cloned menus forms, as these don't
11696         get cloned as part of CloneMenu ().
11697         * Menu.cs: Make sure the parent of the items get set correctly
11698         when they are added.  And the owners are notified of the changes.
11699         * Form.cs: Create an ActiveMenu property, so that when MDI is used
11700         we can change the menu being displayed/handled by the form without
11701         changing the menu assosciated with the form.
11702         - Don't let Mdi children draw/handle menus.
11703         
11704 2005-11-30  Jackson Harper  <jackson@ximian.com>
11705
11706         * Menu.cs: Switch the MenuChanged method to OnMenuChanged and add
11707         a MenuChanged event. Just to make the API a little more
11708         consistent.
11709         * MainMenu.cs:
11710         * MenuItem.cs: Use the new OnMenuChanged
11711         * MdiChildContext.cs: Handle menu merging.
11712         * Form.cs: Implement MergedMenu.
11713         
11714 2005-11-30  Jackson Harper  <jackson@ximian.com>
11715
11716         * Menu.cs: We were misusing Add. Add goes behind the specified
11717         index according to the docs, and does not replace the specified
11718         index. So I added an Insert method.
11719
11720 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
11721
11722         * TextBoxBase.cs:  Implemented Ctrl-Ins (Copy), Shift-Ins (Paste) and
11723           Shift-Del (Cut), apparently Emacs uses these old Win 2.x keys. This
11724           is for Jackson
11725         * RichTextBox.cs: Added calls to base for DnD events
11726
11727 2005-11-28  Peter Dennis Bartok  <pbartok@novell.com>
11728
11729         * TextControl.cs:
11730           - Fixed drag-selection related crash; style fixes
11731           - Implemented undo class
11732             o Implemented method to capture document state for specified
11733               range in document tree
11734             o Implemented method to restore captured document state
11735             o Implemented cursor tracking
11736             o Implemented basic undo stack
11737           - Added undo cursor tracking to methods altering cursor location
11738           - Added undo tracking to selection deletion (still missing
11739             other text-altering hookups)
11740         * RichTextBox.cs:
11741           - Added SelectionLength property
11742           - Implemented CanPaste()
11743           - Implemented Paste()
11744           - Added missing protected methods
11745           - Fixed RTF->Document conversion; now uses font index 0 and color 
11746             index 0 as the default font for the parsed text
11747           - Fixed RTF<->Document font size translation
11748           - Fixed RTF generation, now properly handles cross-tag boundaries
11749             for single line selection
11750           - No longer always appends blank line to generated RTF
11751           - Removed TODOs
11752           - Added missing attributes
11753           - Hooked up undo-related methods
11754         * TextBoxBase.cs:
11755           - Implemented Copy()
11756           - Implemented Paste()
11757           - Implemented Cut()
11758           - Fixed caret mis-behaviour on backspace across line-boundaries
11759
11760 2005-11-29  Jackson Harper  <jackson@ximian.com>
11761
11762         * MdiClient.cs: Add a method for activating mdi children. Very
11763         basic right now. I imagine someday it might need more girth.
11764         * MenuItem.cs: Implement MDI lists. When mdilist is true the mdi
11765         children windows names are added to the menu item.
11766         * ThemeWin32Classic.cs: Draw the arrow if the item is an
11767         mdilist. This happens regardless of whether or not there are any
11768         mdi windows to see in the list, and according to my tests happens
11769         before the items are even added. Also happens if there isn't even
11770         an mdi client to get windows from.
11771
11772 2005-11-29  Alexander Olk  <alex.olk@googlemail.com>
11773
11774         * ThemeWin32Classic.cs: Make DrawFlatStyleRadioButton protected
11775         * ThemeNice.cs: Fix drawing of flatstyle radiobuttons
11776
11777 2005-11-29  Jordi Mas i Hernandez <jordimash@gmail.com>
11778
11779         * DataGridTableStyle.cs:
11780           - Create always the styles for the missing columns even if they are
11781             provided by the user (not default table style)
11782         * DataGrid.cs:
11783           - Fixes bug 76770
11784           - Fixes SetDataBinding (always re-attach source)
11785           - Fixes SetNewDataSource (only clear styles if they are not for 
11786             this source)
11787          -  Expands OnTableStylesCollectionChanged to handle style refresh 
11788             and remove properly
11789
11790 2005-11-29  Jackson Harper  <jackson@ximian.com>
11791
11792         * FileDialog.cs: Implement missing bits, remove some dead
11793         code.
11794         * FontDialog.cs: Implement missing Apply stuff, and ToString. Move
11795         creation of the panel so that the options set on the dialog are
11796         seen when the panel is created.
11797         * TreeView.cs: raise a click when items are clicked.
11798         
11799 2005-11-29  Jackson Harper  <jackson@ximian.com>
11800
11801         * MdiClient.cs: Pass some signature methods through to base.
11802
11803 2005-11-28  Jackson Harper  <jackson@ximian.com>
11804
11805         * ListView.cs: Raise the click event when items are clicked.
11806
11807 2005-11-28  Jackson Harper  <jackson@ximian.com>
11808
11809         * MdiClient.cs: Make this algorithm even more beautiful.  And fix
11810         a nullref.
11811
11812 2005-11-27  Alexander Olk  <alex.olk@googlemail.com>
11813
11814         * ThemeNice.cs: - Removed 1 pixel bitmaps
11815           - Use SmoothingMode.AntiAlias where it makes sense
11816             (ScrollButton arrow for example)
11817           - Enhanced Button focus drawing
11818           - Fixed ComboBox drawing (no artefacts anymore, focus
11819             rectangle is back again, reduced size of ComboButton, etc.)
11820           - Fixed RadioButton focus drawing for Appearence.Button
11821           - Slight ScrollButton redesign
11822           - Some LinearGradientBrush size fixes
11823           - GroupBoxes have now rounded edges
11824           - Fixed StatusBar drawing
11825
11826 2005-11-25  Alexander Olk  <alex.olk@googlemail.com>
11827
11828         * ThemeNice.cs: - Remove dead code
11829           - use correct background colors for menus, etc.
11830           - Fake pixel drawing with 1 pixel bitmaps
11831
11832 2005-11-24  Jackson Harper  <jackson@ximian.com>
11833
11834         * MdiClient.cs: Size the scrollbars when resizing the window.
11835         - Resize the maximized windows when the client is resized
11836         * Form.cs: Make the child context available
11837         
11838 2005-11-23  Jackson Harper  <jackson@ximian.com>
11839
11840         * MdiChildContext.cs: Don't size windows if they are maximized.
11841
11842 2005-11-23  Mike Kestner  <mkestner@novell.com>
11843
11844         * ContextMenu.cs: use MenuTracker.
11845         * Control.cs: remove menu handle usage.
11846         * Form.cs: remove menu handle usage.
11847         * Hwnd.cs: remove menu handle usage.
11848         * MainMenu.cs: Draw method moved here from MenuAPI.DrawMenuBar. Proxy
11849         motion and clicks to the new Tracker handlers.
11850         * Menu.cs: add sizing accessors, SelectedItem prop, kill CreateItems
11851         and handle usage.
11852         * MenuAPI.cs: refactored to combine popup and menubar event handling.
11853         Killed the MENU and MENUITEM data types and associated collections
11854         since we now keep the info on Menu and MenuItem. Expanded TRACKER into
11855         MenuTracker class that exposes the leftovers from the old MenuAPI
11856         static methods. Restructured Capture handling so that only one grab is
11857         done for the entire menu hierarchy instead of handing off grabs to
11858         submenus. Tracker now has an invisible control to Capture when active.
11859         * MenuItem.cs: add sizing accessors, kill Create
11860         and handle usage.
11861         * Theme.cs: remove menu handle and MENU(ITEM) usage.
11862         * ThemeWin32Classic.cs: use Menu/MenuItem sizing props instead of
11863         MENU(ITEM). remove menu handle usage, use Menu directly.
11864         * XplatUIDriver.cs: remove menu handle usage.
11865         * XplatUIOSX.cs: remove menu handle usage.
11866         * XplatUIWin32.cs: remove menu handle usage.
11867         * XplatUIX11.cs: remove menu handle usage.
11868
11869 2005-11-22  Jackson Harper  <jackson@ximian.com>
11870
11871         * Hwnd.cs: Don't compute the menu size for
11872         DefaultClientRectangle.
11873         - Reenable menu sizes being computed for GetClienRectangle.
11874         * Form.cs: Remove comment of trechery
11875         
11876 2005-11-22  Jackson Harper  <jackson@ximian.com>
11877
11878         * Hwnd.cs: The adjustments for the menu bar are made when it is
11879         attached to the form.
11880
11881 2005-11-19  Jackson Harper  <jackson@ximian.com>
11882
11883         * XplatUIX11.cs: Create an HGRN of the invalid area for WM_NCPAINT
11884         (just like on windows).
11885
11886 2005-11-19  Jackson Harper  <jackson@ximian.com>
11887
11888         * MdiChildContext.cs: Handle all the buttons ourselves. We can't
11889         use real buttons anymore because they are in non client area. The
11890         one TODO here is that I need to somehow invalidate a section of
11891         the non client area.
11892
11893 2005-11-18  Jackson Harper  <jackson@ximian.com>
11894
11895         * Control.cs: Put the enum check back in now that MDI doesnt have
11896         to use this to set border styles.
11897         * Form.cs: Only set mdi child windows borders if the handle has
11898         been created.
11899         * MdiChildContext.cs: Don't set the InternalBorderStyle, just pass
11900         this directly on to the driver.
11901         - Get the move start position before adjusting for the titlebar
11902         height, this fixes the windows "skipping" when they are first
11903         moved.
11904
11905 2005-11-18  Jackson Harper  <jackson@ximian.com>
11906
11907         * XplatUIX11.cs: Just compute the mdi borders separately as they
11908         don't totally match up with normal form borders.
11909
11910 2005-11-18  Jackson Harper  <jackson@ximian.com>
11911
11912         * Control.cs: Set WS_ styles for borders, so that the driver does
11913         not have to retrieve the control instance to figure out what kind
11914         of borders it should have.
11915         * Form.cs: Set the WS_EX_MDICHILD flag on mdi children, so the
11916         driver can know its an mdi child easily.
11917         * XplatUIX11.cs: Get the border styles and whether the window is
11918         MDI from the Styles and ExStyles params instead of having to get a
11919         control. This prevents a chicken and egg problem.       
11920
11921 2005-11-18  Jackson Harper  <jackson@ximian.com>
11922
11923         * MdiClient.cs: Fix typo so scrollbars show up correctly.
11924
11925 2005-11-18  Jackson Harper  <jackson@ximian.com>
11926
11927         * MdiClient.cs: Calculate when to add and remove scrollbars
11928         correctly.
11929         * MdiChildContext.cs: Adjust the y position to take the titlebar
11930         into account.
11931         - No height for FormBorderStyle.None
11932
11933 2005-11-18  Jackson Harper  <jackson@ximian.com>
11934
11935         * Control.cs: Allow non enum values to be used for
11936         InternalBorderStyle.  MDI does this to set a special border style.
11937         - New utility methods for converting points to/from client coords
11938         - Add the newly created control to the Controls collection before
11939         updating its style. This way UpdateStyle can walk the control
11940         heirarchy to find the control if needed.
11941         so I don't need to create a new Point object all the time.
11942         * Form.cs: Let MDI windows handle their border styles.
11943         - Set styles on MDI windows so the correct title style is derived.
11944         * MdiChildContext.cs: Move all the painting and window handling
11945         into the non client area.
11946         - Use correct sizing and put correct buttons on frames based on
11947         the FormBorderStyle.
11948         - Notify the mdi client about scrolling
11949         - Need to handle the buttons ourselves now, because they are all
11950         in non client areas and we can't add controls there.
11951         * MdiClient.cs: Halfway to scrolling, this implementation is
11952         somewhat broken though, we need to check to make sure other
11953         windows aren't causing scrolling before removing the bars. Also
11954         the bars need to be drawn on top, maybe I can switch implicit
11955         controls to be on top.
11956         * Hwnd.cs: caption_height and tool_caption_height are now
11957         properties of an hwnd, this way they can be set by the driver
11958         based on the type of window they are.  In X11 the window manager
11959         handles the decorations so caption_height is zero unless its an
11960         MDI window.
11961         - Add 3 pixel borders for MDI windows (0xFFFF).
11962         - Get rid of some code duplication, have DefaultClientRectanle
11963         just call GetClientRectangle.
11964         * XplatUIX11.cs: Pass caption_height and tool_caption_height to
11965         Hwnd now.
11966         - Set border styles differently for mdi windows.
11967         * XplatUIOSX.cs: Pass caption_height and tool_caption_height to
11968         Hwnd now.
11969         
11970 2005-11-15  Mike Kestner  <mkestner@novell.com>
11971
11972         * Menu.cs: when adding an item to the collection, if item is already 
11973         parented, remove it from the parent.
11974
11975 2005-11-13  Alexander Olk  <alex.olk@googlemail.com>
11976
11977         * X11DesktopColors.cs: Added KDE support
11978
11979 2005-11-11  Peter Dennis Bartok  <pbartok@novell.com>
11980
11981         * XplatUIWin32.cs: 
11982           - Clipboard methods now can translate Rtf format
11983           - No longer removes clipboard contents whenever a new format is added
11984             to allow placing multiple formats on the clipboard
11985         * Clipboard.cs: Clipboard now supports getting a IDataObject and
11986           will place all formats contained in it onto the clipboard. Also
11987           now cleans the clipboard before placing a new object onto it
11988         * RichTextBox.cs:
11989           - Implemented set_Rtf
11990           - Implemented set_SelectedRtf
11991           - Created InsertRTFFromStream() method to allow single code base
11992             for all properties and methods that insert RTF into document
11993           - Removed debug output
11994         * TextControl.cs:
11995           - Fixed Delete(int) to fix up line numbers
11996           - Fixed ReplaceSelection to combine start and end line
11997           - Fixed serious DeleteChars bug that would leave the document tree
11998             broken
11999           - Improved DumpTree with several logic checks to detect broken
12000             document trees
12001           - Removed debug lines
12002           - Fixed Caret.WordForward/WordBack moving code, now always also 
12003             updates caret.tag (fixes crash when word-selecting across tag
12004             boundaries via keyboard)
12005           - Added Insert() method for inserting multiline text into documents
12006           - Fixed DeleteChars() calculation errors that would cause a broken
12007             tag chain with multiple tag lines
12008           - DeleteChars() no longer crashes on multi-tag lines if not all tags
12009           - Split() no longer moves caret if split is at caret location
12010           - ReplaceSelection() now updates the cursor and re-displays it
12011           - ReplaceSelection() now uses new Insert() method to avoid code
12012             duplication
12013           - FormatText() can now handle formatting partial lines
12014         * TextBoxBase.cs:
12015           - Append now uses new TextControl.Insert() method (this avoids 
12016             duplicate code)
12017           - Implemented Ctrl-X (Cut) (
12018           - Implemented Ctrl-C (Copy)
12019           - Implemented Ctrl-V (Paste) (Still some bugs related to screen 
12020             regeneration when pasting text; roundtripping Copy&Paste within
12021             edit control still fails due to some calculation bugs in GenerateRTF)
12022           - The Delete key will now remove the current selection if it is visible
12023         * TextBox.cs: Removed debug lines
12024         * XplatUI.cs: Trigger initialization of DataFormats (which requires the
12025           driver to be initialized and can't therefore be done via a static ctor)
12026
12027 2005-11-10  Peter Dennis Bartok  <pbartok@novell.com>
12028
12029         * TextControl.cs: Added backend code for finding char arrays and strings
12030         * TextBoxBase.cs:
12031           - Added mouse wheel scroll support
12032           - Added support for VScroll and HScroll events
12033         * RichTextBox.cs:
12034           - Implemented all seven Find() variants
12035           - Implemented GetCharFromPosition()
12036           - Implemented GetCharIndexFromPosition()
12037           - Implemented GetLineFromIndex()
12038           - Implemented GetPositionFromCharIndex();
12039           - Implemented SaveFile for PlainText and UnicodeText
12040           - Fixed set_Font, now setting a new font applies that font to
12041             the whole document
12042           - Implemented generic Document to RTF converter
12043           - Implemented SaveFile for RichText format (still missing unicode
12044             conversion for non-ansi chars)
12045           - Implemented get_Rtf
12046           - Implemented get_SelectedRtf
12047
12048 2005-11-09  Peter Dennis Bartok  <pbartok@novell.com>
12049
12050         * Control.cs (WndProc): Call HandleClick after having sent OnMouseUp
12051           to allow any captures to be released before triggering OnClick. This
12052           way a click handler may capture the mouse without interference.
12053         * XplatUIX11.cs: Always send mouse messages to grab window if one exists.
12054           This way we send them even though X may not allow a grab (if the window
12055           isn't visible, for example)
12056
12057 2005-11-08  Pedro Martinez Julia <pedromj@gmail.com>
12058
12059         * DataGridViewRowEventArgs.cs: DataGridView implementation
12060         * DataGridViewElement.cs: DataGridView implementation
12061         * DataGridViewComboBoxCell.cs: DataGridView implementation
12062         * DataGridViewDataErrorContexts.cs: DataGridView implementation
12063         * DataGridViewCellErrorTextNeededEventArgs.cs: DataGridView implementation
12064         * DataGridViewColumnHeadersHeightSizeMode.cs: DataGridView implementation
12065         * ImageLayout.cs: DataGridView implementation
12066         * DataGridViewComboBoxColumn.cs: DataGridView implementation
12067         * DataGridViewCellMouseEventHandler.cs: DataGridView implementation
12068         * DataGridViewSelectionMode.cs: DataGridView implementation
12069         * IDataGridViewEditingControl.cs: DataGridView implementation
12070         * DataGridViewSortCompareEventHandler.cs: DataGridView implementation
12071         * DataGridViewCellStyleContentChangedEventHandler.cs: DataGridView implementation
12072         * DataGridViewAutoSizeModeEventHandler.cs: DataGridView implementation
12073         * DataGridViewColumnStateChangedEventHandler.cs: DataGridView implementation
12074         * DataGridViewColumnSortMode.cs: DataGridView implementation
12075         * DataGridView.cs: DataGridView implementation
12076         * DataGridViewRowStateChangedEventHandler.cs: DataGridView implementation
12077         * DataGridViewRowPostPaintEventArgs.cs: DataGridView implementation
12078         * DataGridViewDataErrorEventArgs.cs: DataGridView implementation
12079         * Padding.cs: DataGridView implementation
12080         * DataGridViewCellParsingEventArgs.cs: DataGridView implementation
12081         * DataGridViewCellStateChangedEventHandler.cs: DataGridView implementation
12082         * DataGridViewRowEventHandler.cs: DataGridView implementation
12083         * DataGridViewCellPaintingEventHandler.cs: DataGridView implementation
12084         * DataGridViewCellFormattingEventHandler.cs: DataGridView implementation
12085         * DataGridViewButtonCell.cs: DataGridView implementation
12086         * DataGridViewCellStyleContentChangedEventArgs.cs: DataGridView implementation
12087         * DataGridViewEditMode.cs: DataGridView implementation
12088         * DataGridViewCellValueEventArgs.cs: DataGridView implementation
12089         * DataGridViewRowCancelEventArgs.cs: DataGridView implementation
12090         * DataGridViewRowHeadersWidthSizeMode.cs: DataGridView implementation
12091         * DataGridViewCheckBoxColumn.cs: DataGridView implementation
12092         * DataGridViewCellToolTipTextNeededEventHandler.cs: DataGridView implementation
12093         * DataGridViewAutoSizeColumnsMode.cs: DataGridView implementation
12094         * DataGridViewCellEventHandler.cs: DataGridView implementation
12095         * DataGridViewEditingControlShowingEventHandler.cs: DataGridView implementation
12096         * DataGridViewCellStyleConverter.cs: DataGridView implementation
12097         * DataGridViewSelectedRowCollection.cs: DataGridView implementation
12098         * DataGridViewBindingCompleteEventHandler.cs: DataGridView implementation
12099         * DataGridViewColumnEventArgs.cs: DataGridView implementation
12100         * DataGridViewRowHeightInfoPushedEventHandler.cs: DataGridView implementation
12101         * DataGridViewRowContextMenuStripNeededEventHandler.cs: DataGridView implementation
12102         * QuestionEventArgs.cs: DataGridView implementation
12103         * IDataGridViewEditingCell.cs: DataGridView implementation
12104         * DataGridViewTriState.cs: DataGridView implementation
12105         * DataGridViewColumnDesignTimeVisibleAttribute.cs: DataGridView implementation
12106         * DataGridViewCellStateChangedEventArgs.cs: DataGridView implementation
12107         * DataGridViewColumnCollection.cs: DataGridView implementation
12108         * DataGridViewCellValueEventHandler.cs: DataGridView implementation
12109         * DataGridViewRowDividerDoubleClickEventHandler.cs: DataGridView implementation
12110         * DataGridViewCellFormattingEventArgs.cs: DataGridView implementation
12111         * DataGridViewColumn.cs: DataGridView implementation
12112         * DataGridViewCellBorderStyle.cs: DataGridView implementation
12113         * DataGridViewCellContextMenuStripNeededEventHandler.cs: DataGridView implementation
12114         * DataGridViewCellValidatingEventArgs.cs: DataGridView implementation
12115         * DataGridViewRow.cs: DataGridView implementation
12116         * DataGridViewImageCellLayout.cs: DataGridView implementation
12117         * DataGridViewImageCell.cs: DataGridView implementation
12118         * DataGridViewTopLeftHeaderCell.cs: DataGridView implementation
12119         * DataGridViewCheckBoxCell.cs: DataGridView implementation
12120         * DataGridViewHeaderCell.cs: DataGridView implementation
12121         * DataGridViewCellErrorTextNeededEventHandler.cs: DataGridView implementation
12122         * DataGridViewRowHeightInfoPushedEventArgs.cs: DataGridView implementation
12123         * DataGridViewAutoSizeColumnsModeEventHandler.cs: DataGridView implementation
12124         * DataGridViewTextBoxColumn.cs: DataGridView implementation
12125         * QuestionEventHandler.cs: DataGridView implementation
12126         * DataGridViewCellStyleScopes.cs: DataGridView implementation
12127         * DataGridViewSortCompareEventArgs.cs: DataGridView implementation
12128         * DataGridViewCellContextMenuStripNeededEventArgs.cs: DataGridView implementation
12129         * DataGridViewCell.cs: DataGridView implementation
12130         * DataGridViewCellEventArgs.cs: DataGridView implementation
12131         * DataGridViewClipboardCopyMode.cs: DataGridView implementation
12132         * DataGridViewCellStyle.cs: DataGridView implementation
12133         * DataGridViewColumnHeaderCell.cs: DataGridView implementation
12134         * DataGridViewRowPrePaintEventHandler.cs: DataGridView implementation
12135         * DataGridViewRowCancelEventHandler.cs: DataGridView implementation
12136         * TextFormatFlags.cs: DataGridView implementation
12137         * DataGridViewCellToolTipTextNeededEventArgs.cs: DataGridView implementation
12138         * DataGridViewDataErrorEventHandler.cs: DataGridView implementation
12139         * DataGridViewAdvancedCellBorderStyle.cs: DataGridView implementation
12140         * DataGridViewCellPaintingEventArgs.cs: DataGridView implementation
12141         * DataGridViewButtonColumn.cs: DataGridView implementation
12142         * DataGridViewRowsRemovedEventArgs.cs: DataGridView implementation
12143         * HandledMouseEventArgs.cs: DataGridView implementation
12144         * DataGridViewCellParsingEventHandler.cs: DataGridView implementation
12145         * DataGridViewColumnDividerDoubleClickEventHandler.cs: DataGridView implementation
12146         * DataGridViewCellMouseEventArgs.cs: DataGridView implementation
12147         * DataGridViewAutoSizeRowsMode.cs: DataGridView implementation
12148         * DataGridViewRowCollection.cs: DataGridView implementation
12149         * DataGridViewAdvancedBorderStyle.cs: DataGridView implementation
12150         * DataGridViewCellCancelEventHandler.cs: DataGridView implementation
12151         * DataGridViewHitTestType.cs: DataGridView implementation
12152         * DataGridViewAutoSizeModeEventArgs.cs: DataGridView implementation
12153         * DataGridViewColumnStateChangedEventArgs.cs: DataGridView implementation
12154         * DataGridViewColumnEventHandler.cs: DataGridView implementation
12155         * DataGridViewRowDividerDoubleClickEventArgs.cs: DataGridView implementation
12156         * DataGridViewAutoSizeRowMode.cs: DataGridView implementation
12157         * DataGridViewRowHeightInfoNeededEventArgs.cs: DataGridView implementation
12158         * DataGridViewRowsDeletedEventArgs.cs: DataGridView implementation
12159         * DataGridViewTextBoxEditingControl.cs: DataGridView implementation
12160         * DataGridViewContentAlignment.cs: DataGridView implementation
12161         * DataGridViewRowPostPaintEventHandler.cs: DataGridView implementation
12162         * DataGridViewComboBoxEditingControl.cs: DataGridView implementation
12163         * DataGridViewCellValidatingEventHandler.cs: DataGridView implementation
12164         * DataGridViewSelectedColumnCollection.cs: DataGridView implementation
12165         * DataGridViewPaintParts.cs: DataGridView implementation
12166         * DataGridViewCellCollection.cs: DataGridView implementation
12167         * DataGridViewRowsAddedEventArgs.cs: DataGridView implementation
12168         * DataGridViewImageColumn.cs: DataGridView implementation
12169         * DataGridViewRowsRemovedEventHandler.cs: DataGridView implementation
12170         * DataGridViewElementStates.cs: DataGridView implementation
12171         * DataGridViewRowHeightInfoNeededEventHandler.cs: DataGridView implementation
12172         * DataGridViewColumnDividerDoubleClickEventArgs.cs: DataGridView implementation
12173         * DataGridViewRowPrePaintEventArgs.cs: DataGridView implementation
12174         * DataGridViewRowStateChangedEventArgs.cs: DataGridView implementation
12175         * DataGridViewEditingControlShowingEventArgs.cs: DataGridView implementation
12176         * DataGridViewCellCancelEventArgs.cs: DataGridView implementation
12177         * DataGridViewRowHeaderCell.cs: DataGridView implementation
12178         * DataGridViewBindingCompleteEventArgs.cs: DataGridView implementation
12179         * DataGridViewTextBoxCell.cs: DataGridView implementation
12180         * DataGridViewBand.cs: DataGridView implementation
12181         * DataGridViewAutoSizeColumnModeEventArgs.cs: DataGridView implementation
12182         * DataGridViewHeaderBorderStyle.cs: DataGridView implementation
12183         * DataGridViewRowsAddedEventHandler.cs: DataGridView implementation
12184         * DataGridViewAutoSizeColumnMode.cs: DataGridView implementation
12185         * DataGridViewAutoSizeColumnModeEventHandler.cs: DataGridView implementation
12186         * DataGridViewAutoSizeColumnsModeEventArgs.cs: DataGridView implementation
12187         * DataGridViewRowErrorTextNeededEventHandler.cs: DataGridView implementation
12188         * DataGridViewSelectedCellCollection.cs: DataGridView implementation
12189         * DataGridViewRowContextMenuStripNeededEventArgs.cs: DataGridView implementation
12190         * DataGridViewRowErrorTextNeededEventArgs.cs: DataGridView implementation
12191         * DataGridViewComboBoxDisplayStyle.cs: DataGridView implementation
12192
12193 2005-11-08  Peter Dennis Bartok  <pbartok@novell.com>
12194
12195         * ThemeWin32Classic.cs: 
12196           - Draw the outside focus rectangle around buttons
12197           - Use CPDrawFocusRectangle to draw focus rectangles until Cairo
12198             doesn't use end caps for every dash of a line anymore. This
12199             workaround ignores the forecolor.
12200
12201 2005-11-08  Kornél Pál  <kornelpal@hotmail.com>
12202
12203         * ImageList.cs: Don't use ArgbColor with LayoutKind.Explicit as it isn't
12204           endian safe.
12205
12206 2005-11-07  Jackson Harper  <jackson@ximian.com>
12207
12208         * X11Dnd.cs: Set the X/Y positions on the DragEventArgs correctly.
12209
12210 2005-11-07  Jackson Harper  <jackson@ximian.com>
12211
12212         * ScrollableControl.cs: Calculate the maximum and change vars
12213         (more) correctly so that scrollbars appear as a sensible size.
12214
12215 2005-11-04  Jackson Harper  <jackson@ximian.com>
12216
12217         * TreeNodeCollection.cs: Refresh when nodes are cleared from the
12218         collection.
12219         * TreeView.cs: When the tree is sorted null out the top_node so
12220         that it is recalculated.
12221         - Use dotted lines instead of dashed lines to match MS better.
12222
12223 2005-11-04  Jordi Mas i Hernandez <jordimash@gmail.com>
12224
12225         * ListView.cs: 
12226           - Implements key search for items. Useful when browsing files with FileDialog
12227           - When changing view mode or when clear the items reset scrollbar positions
12228
12229 2005-11-04  Jackson Harper  <jackson@ximian.com>
12230
12231         * CurrencyManager.cs: Implement the MetaDataChanged event, the
12232         Reset method, and the CheckEmpty. CheckEmpty is just a total guess
12233         as to what the method may do as there is no real way of creating a
12234         derived CurrencyManager and calling the method. 
12235
12236 2005-11-03  Jackson Harper  <jackson@ximian.com>
12237
12238         * ThemeWin32Classic.cs: Implement ownerdrawing in the tab control
12239         * TabControl.cs: Add Ownerdrawing bits, add the UpdateTabSelection
12240         method which seems to just be used internally to refresh the tabs.
12241
12242 2005-11-03  Jackson Harper  <jackson@ximian.com>
12243
12244         * TabControl.cs: Implement the remove method. Fix some broken
12245         comments.
12246
12247 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
12248
12249         * DateTimePicker.cs:
12250           - Added missing DateTimePickerAccessibleObject class
12251           - Added missing events
12252           - Added OnFontChanged method
12253         * Form.cs: Added missing attributes
12254         * TreeView.cs: Added missing attributes
12255
12256 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com> 
12257
12258         * GridItemCollection.cs: Fix signatures
12259
12260 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
12261
12262         * XplatUI.cs: Updated build rev/date
12263         * ComboBox.cs, DataGridTextBoxColumn.cs Control.cs, 
12264           DataGridTableStyle.cs, DataGrid.cs, DateTimePicker.cs: Signature fixes
12265         * Application.cs: Trigger context-specific ExitThread events
12266
12267 2005-11-03  Jackson Harper  <jackson@ximian.com>
12268
12269         * Menu.cs:
12270         * MainMenu.cs:
12271         * GridTableStylesCollection.cs:
12272         * Timer.cs:
12273         * TabPage.cs:
12274         * HelpProvider.cs:
12275         * StatusBar.cs:
12276         * MonthCalendar.cs: Signature fixes
12277
12278 2005-11-03  Jackson Harper  <jackson@ximian.com>
12279
12280         * TreeNodeCollection.cs: Remove should not be virtual.
12281         * TreeView.cs: Implement the last of the missing methods.
12282
12283 2005-11-03  Jackson Harper  <jackson@ximian.com>
12284
12285         * TreeNodeConverter.cs: Implement to get off my class-status back.
12286
12287 2005-11-03  Jackson Harper  <jackson@ximian.com>
12288
12289         * TreeView.cs: Hookup the bits for drag and drop.
12290         * TreeNode.cs: Don't cache the tree_view or index anymore, now
12291         that nodes can be moved from tree to tree easily this just causes
12292         all sorts of problems.
12293         * TreeNodeCollection: Don't need to give treenodes an index and
12294         treeview anymore when they are added, these are computed on the
12295         fly. Also make sure to remove a node before its added.
12296
12297 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
12298
12299         * TextControl.cs:
12300           - Added CaretSelection enum
12301           - Added comparison methods to Marker struct, makes selection code
12302             more readable
12303           - Added SelectionStart and SelectionEnd as 'moveable' location for
12304             the CaretDirection enum and handler
12305           - Added selection_prev variable to track optimized invalidation for
12306             word and line selection
12307           - Added SelectionVisible property (returns true if there is a valid 
12308             selection)
12309           - Switched CaretHasFocus to only display the caret if there is no
12310             visible selection
12311           - Avoiding StringBuilder.ToString to retrieve a single char, instead
12312             using the direct character index; should be much faster
12313           - Added various conditional debug statements
12314           - Fixed invalidation calculation for selection ranges
12315           - Added ExpandSelection() method to support word and line selection
12316           - Switched SetSelectionToCaret to use new Marker compare overloads
12317           - Added central IsWordSeparator() method to determine word 
12318             separators/whitespace and FindWordSeparator() to streamline common
12319             usage of IsWordSeparator()
12320         * TextBoxBase.cs:
12321           - Removed unneeded grabbed variable, it was just mirroring
12322             Control.Capture
12323           - No longer firing OnTextChanged event when Text setter is called,
12324             since the base will fire the event for us
12325           - Added handling of Ctrl-Up/Down selection
12326           - Added handling of Shift-Cursorkey selection
12327           - Added handling for Ctrl-Delete and Ctrl-Backspace to remove
12328             words
12329           - Added handling of Shift and Ctrl-Shift-Home/End selection
12330           - Removed some debug output
12331           - Added handling for single/double/tripple-click to place caret/
12332             select word/select line respectively (Fixes bug #76031)
12333           - Added support for drag expansion of word/line selection
12334         * RichTextBox.cs: Handle GotFocus event to trigger redrawing of
12335           current selection
12336
12337 2005-11-02  Jackson Harper  <jackson@ximian.com>
12338
12339         * X11Dnd.cs: If the drag is going to and from a MWF window just
12340         copy the data instead of sending it out through the X Selection
12341         mechanism.
12342
12343 2005-11-02  Jackson Harper  <jackson@ximian.com>
12344
12345         * X11Dnd.cs:
12346         * XplatUIX11.cs: When in a drag we don't want motion notify
12347         messages to get passed on to the other controls. This prevents
12348         mouse move messages from showing up in the drag source.
12349
12350 2005-11-02  Jackson Harper  <jackson@ximian.com>
12351
12352         * X11Dnd.cs: Remove unneeded call to XAllowEvents.  Make sure that
12353         the correct button is release to end a drag.
12354         * XplatUIX11.cs: Make the button state internal so the drag system
12355         can access it.  Dragging needs to know about all button releases,
12356         not just left button.
12357
12358 2005-11-02  Miguel de Icaza  <miguel@novell.com>
12359
12360         * Form.cs (Icon): If the icon is null, reset the icon to the
12361         default value. 
12362
12363         * Cursor.cs: When writing the AND-mask bitmap do not include the
12364         number of colors, but hardcode those to two (black and white),
12365         fixes the loading of color cursors (Paint Dot Net).
12366
12367         * Form.cs: To debug, allow MONO_MWF_SCALING=disable variable to
12368         turn off autoscaling.
12369
12370         * Cursor.cs: Allow resource type to be 1 or 2 (from ImageMagic).
12371
12372 2005-11-02  Jackson Harper  <jackson@ximian.com>
12373
12374         * X11Dnd.cs: Make sure to send a status message if the pointer
12375         enters a control that can not accept a drop, otherwise the cursor
12376         isn't updated correctly. Also tried to compress the lines of code
12377         a bit.
12378
12379 2005-11-02  Jackson Harper  <jackson@ximian.com>
12380
12381         * X11Dnd.cs: Change cursors based on drag action. Also attempt to
12382         set actions correctly.  This isn't perfect as XDND and win32 have
12383         some differences on how you allow actions. I'll clear this up by
12384         adding a path for drag from MWF to MWF windows.
12385         * XplatUIX11.cs: Hook into the dnd system.
12386
12387 2005-11-02  Jordi Mas i Hernandez <jmas@softcatala.org>
12388
12389         * ListView.cs: Fixes scroll bar visibility. Hide them if they were
12390         previously shown but they are no longer need it. Very obvious when 
12391         browsing files with FileDialog.
12392
12393 2005-11-01  Peter Dennis Bartok  <pbartok@novell.com>
12394
12395         * Control.cs: We always need to call OnPaintBackground. We pretty much
12396           ignore AllPaintingInWmPaint and always do the painting there, whether 
12397           it's set or not, since we always ignore the WM_ERASEBKGND message 
12398           (which we don't generate on X11). This fixes #76616.
12399         * Panel.cs: Removed unneeded background painting. This happens properly
12400           in Control.cs already
12401
12402 2005-10-31  Mike Kestner  <mkestner@novell.com>
12403
12404         * Menu.cs: Add items to collection before setting their index.
12405         * MenuItem.cs : add range checking with ArgumentException like MS.
12406         [Fixes #76510]
12407
12408 2005-10-31  Jackson Harper  <jackson@ximian.com>
12409
12410         * ListBox.cs: Invalidate if the area is visible at all not just
12411         contained in the visible rect. Fixes unselection of semi visible
12412         items.
12413
12414 2005-10-31  Jackson Harper  <jackson@ximian.com>
12415
12416         * Control.cs: Consistently name the dnd methods. Make them
12417         internal so we can override them to match some MS behavoir
12418         internally.
12419         * Win32DnD.cs: Use the new consistent names.
12420
12421 2005-10-31  Jackson Harper  <jackson@ximian.com>
12422
12423         * TreeView.cs: Don't draw the selected node when we lose focus.
12424
12425 2005-10-31  Jackson Harper  <jackson@ximian.com>
12426
12427         * X11Dnd.cs: We still need to reset the state even though a full
12428         reset isn't being done, otherwise status's still get sent all over
12429         the place.
12430
12431 2005-10-31  Jackson Harper  <jackson@ximian.com>
12432
12433         * Control.cs: Make the dnd_aware flag internal so the dnd
12434         subsystem can check it. Catch exceptions thrown in dnd handlers to
12435         match MS behavoir.
12436         * Hwnd.cs: Add a flag for whether or not a window is dnd aware.
12437         * X11Dnd.cs: Handle null data in the converters. Set the XDND
12438         version when sending a XdndEnter. Use the control/hwnd dnd_aware
12439         flags to reduce the number of dnd enters/status's sent.
12440
12441 2005-10-31  Jackson Harper  <jackson@ximian.com>
12442
12443         * X11Dnd.cs: Don't need the sizeof here. Patch by Jordi Mas.
12444
12445 2005-10-31  Jordi Mas i Hernandez <jordi@ximian.com>
12446
12447         * PictureBox.cs: Fixes 76512
12448
12449 2005-10-28  Jackson Harper  <jackson@ximian.com>
12450
12451         * X11Dnd.cs: Early implementation to support winforms being a drag
12452         source for data on X11. Also restructured the converters so they
12453         can go both ways now.
12454         * XplatUIX11.cs: Tie ins to the the Dnd stuff.
12455         
12456 2005-10-27  Peter Dennis Bartok  <pbartok@novell.com>
12457
12458         * XplatUIX11.cs: Fixed FIXME - implemented ASCII encoding for XA_STRING
12459           clipboard requests
12460
12461 2005-10-27  Jackson Harper  <jackson@ximian.com>
12462
12463         * TreeNode.cs: Implement serialization so my DnD examples will work.
12464
12465 2005-10-24  Kornél Pál  <kornelpal@hotmail.com>
12466
12467         * ButtonBase.cs, ListView.cs, NotifyIcon.cs, PictureBox.cs, ToolBar.cs,
12468           TreeView.cs: Don't dispose objects that are not owned.
12469           
12470 2005-10-24  Peter Dennis Bartok  <pbartok@novell.com>
12471
12472         * Cursor.cs: Defaulting the Current cursor to Cursors.Default. We
12473           should retrieve the current cursor and report that, but XplatUI
12474           doesn't (yet) have an interface for that (and I'm not sure I even
12475           can, on X11)
12476         * XplatUIWin32.cs: Fixed override behaviour. The override is temporary,
12477           until any message loop processing is done (and the WM_SETCURSOR
12478           replaces the cursor to the proper one)
12479         * XplatUIX11.cs: 
12480           - Fixed override behaviour, we can't set the cursor globally on X11, 
12481             just for our windows.
12482           - Invalidating the System.Drawing X11 display handle when we are
12483             shutting down
12484         * Control.cs: Fix to make csc happy
12485
12486 2005-10-23  Peter Dennis Bartok  <pbartok@novell.com>
12487
12488         * TextBoxBase.cs: 
12489           - get_Text: Add last line (without trailing newline) to returned
12490             value (Fixes 76212)
12491           - get_TextLength: Count last line in returned length
12492           - ToString: Call Text property instead of duplicating code
12493
12494 2005-10-23  Kornél Pál  <kornelpal@hotmail.com>
12495
12496         * ImageList.cs: Dispose ImageAttributes objects.
12497
12498 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
12499
12500         * ImageList.cs: Use attribute constructors with less arguments where
12501           possible.
12502
12503 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
12504
12505         * ImageList.cs: Added lastKeyIndex field and use in IndexOfKey.
12506           Use typeof instead of strings when assembly is referenced. Added
12507           some more comments.
12508
12509 2005-10-21  Jackson Harper  <jackson@ximian.com>
12510
12511         * ListView.cs: Raise a double click event. Also tried to somewhat
12512         fix when the selectedindexchanged event is raised. Its still
12513         broken though.
12514
12515 2005-10-21  Jackson Harper  <jackson@ximian.com>
12516
12517         * TreeView.cs: New method to invalidate the plus minus area of a
12518         node without invalidating the whole node (maybe this can be used
12519         in some more places).
12520         * TreeNodeCollection.cs: When adding to an empty node we need to
12521         invalidate its plus minus area so the little block shows up.
12522         
12523 2005-10-21  Jackson Harper  <jackson@ximian.com>
12524
12525         * TreeView.cs: Make sure that when we invalidate a node the bounds
12526         are big enough to cover the selected box and the focus
12527         rectangle. Use a different colour for the lines connecting nodes
12528         so they show up with all themes.
12529
12530 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
12531
12532         * NativeWindow.cs: Don't call anything that could call into the driver,
12533           we might be on a different thread.
12534
12535 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com> 
12536
12537         * Control.cs(Dispose): Since Dispose might run on a different thread,
12538           make sure that we call methods that could call into the driver via
12539           invoke, to avoid thread issues
12540
12541 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
12542
12543         * XplatUI.cs: Removed finalizer
12544         * XplatUIX11.cs: Removed Destructor, was causing crashes due to X11
12545           not allowing to be called on the finalizer thread.
12546
12547 2005-10-21  Kornél Pál  <kornelpal@hotmail.com>
12548
12549         * ImageList.cs:
12550           - Reverted r51889 and r51891.
12551           - Added ImageListItem class that stores unmodified image items and image
12552             properties required to create list images until handle is created.
12553           - Added AddItem and moved image creation logic to AddItemInternal.
12554           - Added CreateHandle method that creates images based on unmodified items.
12555           - Added DestroyHandle that changes state to store unmodified items.
12556           - Add and AddStrip methods no more create handle.
12557           - ReduceColorDepth has no return value.
12558           - Dispose destroys handle.
12559           - Modified other methods to reflect the above changes.
12560           - Implemented key support.
12561           - Added profile 2.0 members and attributes.
12562           - Added private Reset and ShouldSerialize methods that provide the same
12563             behavior as MS.NET but the Visual Studio .NET designer seems to ignore
12564             them as they are private.
12565           - Added some more comments about implementation details.
12566
12567 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
12568
12569         * DataGrid.cs: Adds support for vertical scrolling using the mousewheel
12570
12571 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
12572
12573         * Binding.cs: No PushData/PullData if there is no binding (fixes crash)
12574
12575 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
12576
12577         * DataGridDrawingLogic.cs: Fixes column hit calcultation
12578         * DataGridColumnStyle.cs: Remove debug message
12579
12580 2005-10-20  Jackson Harper  <jackson@ximian.com>
12581
12582         * TreeView.cs: We can always get input keys regardless of whether
12583         or not editing is enabled. They are used for navigation.
12584
12585 2005-10-20  Jackson Harper  <jackson@ximian.com>
12586
12587         * TreeNode.cs: Use the viewport rect for determining if a node
12588         needs to be moved for visibility. Don't use Begin/End edit. This
12589         calls a full refresh when its done.
12590         * TreeView.cs: New SetBottom works correctly.  Make the viewport
12591         rect property internal so the treenodes can see it. When clicking
12592         on a node we need to ensure that its visible because it might just
12593         be partly visible when clicked.
12594
12595 2005-10-20  Jackson Harper  <jackson@ximian.com>
12596
12597         * TreeNodeCollection.cs: Remove debug code.
12598
12599 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
12600
12601         * Datagrid.cs: Implements column sorting in Datagrid
12602         * DataGridColumnStyle.cs: Implements column sorting in Datagrid
12603
12604 2005-10-20  Jackson Harper  <jackson@ximian.com>
12605
12606         * TreeNodeCollection.cs: Remove items properly. Update the correct
12607         area after removing them.
12608
12609 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
12610
12611         * Datagrid.cs: Should not call base.OnPaintBackground
12612
12613 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
12614
12615         * XplatUIX11.cs (GetMessage):
12616           - Now properly calculates NC_xBUTTONDOWN coordinates off the whole
12617             window instead of client window
12618           - Now properly calculates NC_xBUTTONUP message coordinates
12619           - ScreenToMenu now properly calculates it's coordinates of whole 
12620             window, since menus are in the whole window, not in the client
12621             window
12622           - Added WholeToScreen coordinate translation method
12623
12624 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com> 
12625
12626         * XplatUIX11.cs (GetMessage): Don't return in situations where we don't
12627           want to return a message, loop back to the beginning of the function
12628           and grab the next real message to process instead.
12629
12630 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
12631
12632         * Splitter.cs: Properly set limits if no filler control is used
12633
12634 2005-10-19  Jackson Harper  <jackson@ximian.com>
12635
12636         * ColorDialog.cs: Don't show the help button if it is not enabled
12637         instead of disabling it (this is what MS does). Don't create the
12638         panel until the dialog is run, otherwise the vars (such as
12639         ShowHelp) are not set yet.
12640
12641 2005-10-19  Jackson Harper  <jackson@ximian.com>
12642
12643         * TreeView.cs: Implement Begin/EndEdit more correctly so refreshes
12644         are reduced when adding nodes.
12645         * TreeNode.cs:
12646         * TreeNodeCollection.cs: Use UpdateNode instead of refreshing the
12647         tree.
12648         
12649 2005-10-19  Jackson Harper  <jackson@ximian.com>
12650
12651         * FolderBrowserDialog.cs: End editing our treeview so the window
12652         actually gets refreshed.
12653
12654 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
12655
12656         * Control.cs: Fixed logic flip on when to call OnPaintBackground. 
12657           Obsoleted handling of WM_ERASEBKGND, now always draws our background
12658           inside of WM_PAINT
12659
12660 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
12661
12662         * MenuAPI.cs: Returns after Hidding window
12663         * XplatUIX11.cs: Added TODO found while debugging menu issues
12664
12665 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
12666
12667         * XplatUIX11.cs: Do not re-map the whole window when it's size
12668           becomes non-zero unless it's supposed to be actually visible
12669
12670 2005-10-18  Jackson Harper  <jackson@ximian.com>
12671
12672         * TreeView.cs: We don't need to keep a count anymore.
12673         * TreeNodeCollection.cs: Fix off by one in RemoveAt, Insert can
12674         use the Grow method.
12675
12676 2005-10-18  Jackson Harper  <jackson@ximian.com>
12677
12678         * TreeNodeCollection.cs: Insert is not supported on arrays, so
12679         implement it manually here.
12680
12681 2005-10-18  Jackson Harper  <jackson@ximian.com>
12682
12683         * ImageList.cs: Dont kill the list when the colour depth is
12684         changed, just change the colour depth of all the images.
12685         - Same goes for setting the image size. Just resize them all
12686         instead of killing the list softly.
12687
12688 2005-10-18  Jackson Harper  <jackson@ximian.com>
12689
12690         * Control.cs: Don't invalidate empty rectangles.
12691
12692 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
12693
12694         * ListViewItem.cs:
12695           - Adds checked item to the Checked/Item lists (where empty before)
12696           - Do not add items to the Selected lists if they are already present
12697         * ListView.cs:
12698           - Fixes IsFixedSize, SyncRoot, IsReadOnly in many collections
12699           - When deleting items make sure that we delete them for the Selected
12700           and Checked list also.
12701
12702 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
12703
12704         * Label.cs: Dispose objects no longer used
12705         * ThemeWin32Classic.cs: Dispose objects no longer used
12706
12707 2005-10-18  Jackson Harper  <jackson@ximian.com>
12708
12709         * TabControl.cs: Don't refresh the whole control when the tabs are
12710         scrolled, we just need to refresh the tab area.
12711
12712 2005-10-17  Jackson Harper  <jackson@ximian.com>
12713
12714         * XplatUIX11.cs: Compress code a little bit. Only calculate the
12715         after handle when we need it.
12716
12717 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
12718
12719         * Control.cs: When the parent size changes, recalculate anchor 
12720           positions. Partial fix for #76462
12721
12722 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
12723
12724         * ThemeWin32Classic.cs: Make sure the picturebox has it's background 
12725           drawn. Fixes #76462
12726
12727 2005-10-17  Jackson Harper  <jackson@ximian.com>
12728
12729         * MonthCalendar.cs: Don't create the numeric up down until our
12730         handle is created. Otherwise our handle is created in the
12731         constructor and we don't know if we are a WS_CHILD or WS_POPUP
12732         yet.
12733
12734 2005-10-17  Jackson Harper  <jackson@ximian.com>
12735
12736         * TreeView.cs: Merge in patch by Rafael Teixeira to align strings
12737         correctly.
12738
12739 2005-10-17  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
12740         * TreeNode.cs : small logical fix (was using local var instead of field)
12741         
12742 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
12743
12744         * ThemeWin32Classic.cs: Fixes vert/horz scrollbar colours
12745
12746 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
12747
12748         * ThemeWin32Classic.cs: Fixes focus drawing in for non-flat/popup buttons
12749
12750 2005-10-16  Peter Dennis Bartok  <pbartok@novell.com> 
12751
12752         * Control.cs: 
12753           - Re-implemented anchoring code. My first version was really broken.
12754             This fixes bug #76033. Unlike the previous implementation we will
12755             no longer have round errors since all numbers are calculated from
12756             scratch every time. Removed various anchor-related obsolete vars.
12757           - InitLayout no longer causes layout event firing and layout to be 
12758             performed
12759
12760 2005-10-16  Jackson Harper  <jackson@ximian.com>
12761
12762         * Hwnd.cs: Compute invalid area correctly (fixes my last commit
12763         which was broken).
12764
12765 2005-10-16  Jackson Harper  <jackson@ximian.com>
12766
12767         * TabControl.cs: Remove debug code.
12768
12769 2005-10-16  Jackson Harper  <jackson@ximian.com>
12770
12771         * XEventQueue.cs: Increase the default queue size (very simple
12772         apps needed to grow the queue).
12773         * Hwnd.cs: No finalizer so we don't need to suppress
12774         finalization. Compute the invalid area manually so a new rectangle
12775         does not newto be created.
12776         * ScrollableControl.cs: Don't set any params (otherwise visibility
12777         isn't set correctly).
12778         * MdiChildContext.cs: New constructor takes the mdi parent so it
12779         doesn't have to be computed and avoids a crash on windows. Draw
12780         the window icon properly, and allow the text to be seen.
12781         * Form.cs: Use new MdiChildContext constructor. Make sure the
12782         child context isn't null in wndproc.
12783         * TabControl.cs: Don't set focus, this is muddling keyboard
12784         behavoir. Expand the tab rows when a window size increase will
12785         allow extra tabs to be seen. Don't allow tabs smaller than the
12786         width of a window to be scrolled out of view.
12787         * TreeNode.cs:
12788         * TreeView.cs: Use measure string to calculate a nodes width, the
12789         width is cached and only updated when the text or the font is
12790         changed. Don't check for expand/collapse clicks on the first level
12791         nodes if root lines are disabled.
12792         
12793 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
12794
12795         * TextBoxBase.cs: Fixes #76352 (passing tab key in a multiline textbox)
12796
12797 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
12798
12799         * DataGridBoolColumn.cs: fixes warning
12800
12801 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
12802
12803         * ControlPaint.cs: Fixes methods Dark, DarkDark, Light, LightLight
12804         to match more to match more precisely the MS Net behavior
12805
12806 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
12807
12808         * Hwnd.cs: Added field to track if window is mapped
12809         * XplatUIX11.cs: 
12810           - Unmap windows if they become 0-size, re-map when 
12811             they are >0 again; fixes #76035
12812           - Re-set our error handler after initializing X11Desktop
12813             to override any error handlers Gtk or whatever was called
12814             may have set.
12815
12816 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
12817
12818         * CheckedListBox.cs: Removed unused vars
12819         * ListView.cs: Fixed signatures
12820         * RichTextBox.cs: Removed unused vars
12821         * TextBoxBase.cs: Removed unused vars
12822         * XplatUIWin32.cs: Removed unused vars
12823         * XplatUIX11.cs: Removed unused vars
12824         * XplatUI.cs: Updated version and date to latest published
12825
12826 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
12827
12828         * Cursor.cs: Added private .ctor to work around a bug in
12829           resourceset (Thanks to Geoff Norton for the help on this)
12830         * SplitterEventArgs.cs: Made fields accessible so we don't
12831           waste boatloads of objects and can reuse the same one
12832           in Splitter
12833         * XplatUIWin32.cs(DrawReversibleLine): Now also considers
12834           any captions and borders when generating screen coordinates
12835         * Splitter.cs: Reimplemented control, now fully complete, uses
12836           rubberband drawing, supports and obeys all properties, has
12837           proper cursors
12838
12839 2005-10-13  Miguel de Icaza  <miguel@novell.com>
12840
12841         * Form.cs (Form): Setup default values for autoscale and
12842         autoscale_base_size;  Make these instance variables, not static
12843         variables. 
12844
12845         (OnLoad): on the first load, adjust the size of the form.
12846
12847 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
12848
12849         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added 
12850           width argument to DrawReversibleRectangle()
12851         * XplatUIWin32.cs, XplatUIX11.cs: 
12852           - Implemented width for DrawReversibleRectangle()
12853           - Added logic to DrawReversibleRectangle that recognizes a zero
12854             width or height and only draws a line in that situation
12855         
12856 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com> 
12857
12858         * XplatUI.cs, XplatUIDriver.cs: Added GetAutoScaleSize()
12859         * XplatUIOSX.cs: Stubbed GetAutoScaleSize() method
12860         * XplatUIWin32.cs, XplatUIX11.cs: Implemented GetAutoScaleSize()
12861           method (it uses our FosterParent window to get a graphics context)
12862
12863 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com>
12864
12865         * XplatUI.cs, XplatUIDriver.cs: Removed EraseWindowBackground 
12866           and SetWindowBackground methods
12867         * Control.cs:
12868           - Setting proper ControlStyles
12869           - We no longer call XplatUI.SetWindowBackground and XplatUI.
12870             EraseWindowBackground, instead we draw the window background
12871             ourselves in PaintControlBackground. This behaviour is
12872             required to match MS, where, when OnPaintBackground is not
12873             called, the background is not drawn.
12874           - Removed unneeded Refresh() in set_Text
12875         * Hwnd.cs: Dropped the ErasePending support. No longer needed
12876         * XplatUIX11.cs:
12877           - Created DeriveStyles method to translate from CreateParams to
12878             FormBorderStyle and TitleStyle, also handles BorderStyle (which
12879             matches FormBorderStyle enum values)
12880           - Consolidated SetHwndStyles and CalculateWindowRect border/title
12881             style calculations into single DeriveStyles method
12882           - Fixed CreateWindow to (finally) use Gravity. This prevents X11
12883             from redrawing the whole window on any resize or expose.
12884           - Fixed CreateWindow usage of SetWindowValuemask. Before not
12885             all styles were applied to our whole/client window appropriately
12886           - Removed EraseWindowBackground() and SetWindowBackground() methods
12887           - Removed handling of WM_ERASEBKGND message from DefWndProc, we
12888             no longer clear/redraw the background through X
12889           - Removed handling of erase_pending bit, we have no use for it (or
12890             so it seems)
12891         * XplatUIOSX.cs:
12892           - Removed generation and handling of WM_ERASEBKGND message
12893           - Removed EraseWindowBackground() and SetWindowBackground() methods
12894           - Removed handling of hwnd.ErasePending flag
12895         * XplatUIWin32.cs:
12896           - Removed EraseWindowBackground() and SetWindowBackground() methods
12897           - We no longer call EraseWindowBackground on PaintEventStart, we 
12898             ignore the fErase flag, erasing is handled in Control in the
12899             background handler
12900         * Button.cs, GroupBox.cs, Label.cs, CheckBox.cs, ProgressBar.cs,
12901           LinkLabel.cs, ListControl.cs, TabPage.cs, UpDownBase.cs,
12902           TextBoxBase.cs, TextBox.cs, ListView.cs, ButtonBase.cs, 
12903           CheckedListBox.cs, MdiClient.cs, Panel.cs, DataGrid.cs, 
12904           DataGridTextBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, 
12905           TabControl.cs, ScrollableControl.cs, ToolBar.cs, PictureBox.cs,
12906           DateTimePicker.cs, StatusBar.cs, MonthCalendar.cs: Setting proper ControlStyles
12907
12908 2005-10-12  Jonathan Chambers <jonathan.chambers@ansys.com>
12909
12910         * PropertyGrids.cs: Get sub properties
12911         * PropertyGridView.cs: Fix drawing code
12912
12913 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
12914
12915         * ListBox.cs: Fixes 76383
12916
12917 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
12918
12919         * DataGridTextBoxColumn.cs: Sets location and size before attachment
12920         * ThemeWin32Classic.cs: Fixes border drawing and calculations
12921         * DataGridDrawingLogic.cs: Fixes border drawing and calculations
12922
12923
12924 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
12925
12926         * ComboBox.cs: Fixes border drawing
12927
12928 2005-10-10  Miguel de Icaza  <miguel@novell.com>
12929
12930         * MimeIcon.cs: Ignore errors if the file can not be read.
12931
12932 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
12933
12934         * Theme.cs, ThemeWin32Classic.cs, ListBox.cs:
12935          - Fixed border calculations
12936          - Fixed horizontal scrolling in single column listboxes
12937          - Fixed drawing issues
12938
12939 2005-10-10  Peter Dennis Bartok  <pbartok@novell.com>
12940
12941         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched from BorderStyle to 
12942           FormBorderStyle enum
12943         * XplatUIX11.cs: Switched BorderStyle to FormBorderStyle, added 
12944           code to determine FormBorderStyles from CreateParams
12945         * Form.cs:
12946           - Fixed bug where we'd set the wrong window styles if we were
12947             not creating an MDI window
12948           - Added call to XplatUI.SetBorderStyle when form borders are set
12949         * Control.cs: Casting BorderStyles to accommodate changed XplatUI APIs
12950         * Hwnd.cs:
12951           - Removed obsolete edge style
12952           - Switched from BorderStyle to FormBorderStyle
12953         
12954 2005-10-10  Jackson Harper  <jackson@ximian.com>
12955
12956         * Form.cs: Use the property to get the window handle instead of
12957         accessing it directly. Prevents a null reference exception.
12958
12959 2005-10-10  Jackson Harper  <jackson@ximian.com>
12960
12961         * TreeView.cs: Don't adjust the rect given to DrawString now that
12962         our libgdiplus draws correctly.
12963
12964 2005-10-08  Jackson Harper  <jackson@ximian.com>
12965
12966         * TreeView.cs: Don't try to find the clicked on node if there are
12967         no nodes in the tree.
12968
12969 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
12970
12971         * RichTextBox.cs:
12972
12973           restore
12974
12975 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
12976
12977         * ImageListStreamer.cs, TreeView.cs, UpDownBase.cs, RichTextBox.cs,
12978           ColorDialog.cs, TextControl.cs, Panel.cs, MdiChildContext.cs,
12979           ErrorProvider.cs:
12980           Use ResPool for brushes and dispose System.Drawing objects that
12981           are not used anymore.
12982
12983 2005-10-07  Jackson Harper  <jackson@ximian.com>
12984
12985         * MdiChildContext.cs: Use the new borders instead of drawing them
12986         ourselves.
12987
12988 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
12989
12990         * Calling UpdateBounds after changing the window's BorderStyle 
12991         since the style can change the ClientSize
12992
12993 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
12994
12995         * Control.cs: Made PaintControlBackground virtual
12996         * Panel.cs: Overriding PaintControlBackground instead of using paint
12997           event; paint event method was interfering with 'real' users of the
12998           event.
12999
13000 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
13001
13002         * ThemeWin32Classic.cs: remove border drawing since it is handled
13003         by the base control class now and was causing double border drawing.
13004
13005 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
13006
13007         * Panel.cs: Redraw our background on paint. Not a pretty solution,
13008           but it does seem to match MS behaviour. This fixes bug #75324
13009
13010 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
13011
13012         * XplatUIX11.cs: A better DrawReversibleRectangle version, however
13013           somewhat hackish looking
13014
13015 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
13016
13017         * TextBoxBase.cs:
13018           - We now accept Enter even if AcceptEnter is false, if the containing
13019             form does not have an AcceptButton configured (fixes bug #76355)
13020           - Calculations are now fixed to no longer use Width/Height, but
13021             ClientSize.Width/Height, since we now support borders (this was
13022             a result of fixing borders and therefore bug #76166)
13023           - We no longer show the horizontal scrollbar if TextBox.WordWrap is 
13024             true (fixes bug #76354)
13025         
13026 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
13027
13028         * Control.cs: 
13029           - Defaulting BorderStyle and setting it in XplatUI when our window 
13030             is created
13031           - Added enum check to InternalBorderStyle setter
13032         * XplatUIX11.cs: 
13033           - Added drawing of window borders
13034           - Now properly calculates WM decorations offset for toplevel 
13035             windows (fixes bug #74763)
13036         * XplatUIWin32.cs: 
13037           - Implemented BorderStyles for windows (we're letting win32 draw 
13038             the border for us)
13039           - Fixed the signature for SetWindowLong
13040         * PictureBox.cs, DataGrid.cs, TextBoxBase.cs, ToolBar.cs, Panel.cs,
13041           ListBox.cs, Label.cs: Now uses Control.InternalBorderStyle for 
13042           setting borders
13043         * UpDownBase.cs: Remove drawing of borders, this is handled by
13044           the driver, outside the client area
13045         * ListView.cs: Removed bogus border calculations. The control should
13046           be oblivious to borders, since those are not part of the client
13047           area. 
13048         * X11DesktopColors.cs: Commented out (currently) unneeded variables
13049         * ThemeWin32Classic.cs: Removed border calculations from ListView 
13050           drawing code
13051
13052 2005-10-06  Jackson Harper  <jackson@ximian.com>
13053
13054         * MdiChildContext.cs: Clear out the old virtual position remove
13055         all the unneeded calls to CreateGraphics.
13056
13057 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
13058
13059         * TextControl.cs: Use proper color for highlighted text; fixes #76350
13060
13061 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
13062
13063         * Form.cs: 
13064           - Added loading and setting of our new default icon
13065           - Only set icon if window is already created
13066
13067 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
13068
13069         * Label.cs:
13070           - Do not explicitly set the foreground and background colors, to
13071             allow inheriting from parents (fixes #76302)
13072           - Use Control's InternalBorderStyle property to deal with borders
13073
13074 2005-10-06  Jackson Harper  <jackson@ximian.com>
13075
13076         * MdiChildContext.cs: Use the new xplatui function to draw a
13077         reversible rect.
13078
13079 2005-10-06  Jackson Harper  <jackson@ximian.com>
13080
13081         * Form.cs: Add the parent before creating the child context cause
13082         we need the parent when setting up the child.
13083
13084 2005-10-06  Jackson Harper  <jackson@ximian.com>
13085
13086         * FolderBrowserDialog.cs: redo the tree population code so a
13087         second thread isn't used. Should be a lot faster and more stable
13088         now.
13089
13090 2005-10-05  Jackson Harper  <jackson@ximian.com>
13091
13092         * TreeView.cs: There are no expand/collapse boxes if the node has
13093         no children.
13094
13095 2005-10-05  Jackson Harper  <jackson@ximian.com>
13096
13097         * X11DesktopColors.cs: Get menu colours for the gtk theme.
13098
13099 2005-10-05  Alexander Olk  <alex.olk@googlemail.com>
13100
13101         * FileDialog.cs: Fix InitialDirectory
13102
13103 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
13104
13105         * ComboBox.cs:
13106                 - Fixes changing between styles
13107                 - Fixes simple mode
13108                 - Fixes last item crashing when navigating with keyboard
13109
13110 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
13111
13112         * LinkLabel.cs: Related to 76045. Stops the LinkLabel been drawn as a Label
13113
13114 2005-10-05  Jackson Harper  <jackson@ximian.com>
13115
13116         * TreeView.cs: If updating the root node do a full refresh.
13117         * TreeNode.cs: The root node should be expanded by default. Also
13118         added a utility prop to tell if we are the root node.
13119         * TreeNodeCollection.cs: Only refresh if the node we are being
13120         added to is expanded. Also added a comment on a potential
13121         optimization.
13122         
13123 2005-10-04  Peter Dennis Bartok  <pbartok@novell.com>
13124
13125         * Cursor.cs, Hwnd.cs: Added call to GC.SuppressFinalize() 
13126           in dispose method. Fixes #76330
13127
13128 2005-10-04  Jordi Mas i Hernandez <jordi@ximian.com>
13129
13130         * ListView.cs, ThemeWin32Classic.cs, ListViewItem.cs:
13131
13132                 - Implements vertical and horizontal scrolling using XplatUI
13133                 - Fixes keyboard navagation
13134                 - Fixes EnsureVisible
13135                 - Drawing fixes
13136                 - Handles and draws focus properly
13137
13138
13139 2005-10-04  Kornél Pál  <kornelpal@hotmail.com>
13140
13141         * ImageList.cs: Use upper case initials for internal fields. ImageStream:
13142           Create handle. NET_2_0: Destroy handle when value is null.
13143
13144 2005-10-03  Jackson Harper  <jackson@ximian.com>
13145
13146         * ScrollBar.cs: My last scrollbar patch was broken. This is a
13147         revert and a new patch to prevent the thumb from refreshing so
13148         much.
13149
13150 2005-10-02  Jackson Harper  <jackson@ximian.com>
13151
13152         * ScrollBar.cs: Don't update position if it hasn't actually
13153         changed. This occurs when you hold down the increment/decrement
13154         buttons and the thumb gets to the max/min.
13155
13156 2005-10-01  Jackson Harper  <jackson@ximian.com>
13157
13158         * Form.cs:
13159         * MdiChildContext.cs:
13160         * MdiClient.cs: Implement ActiveMdiChild in Form.
13161
13162 2005-10-01  Jordi Mas i Hernandez <jordi@ximian.com>
13163
13164         * ComboBox.cs: Include ComboBoxEdit flag for the edit item
13165
13166 2005-10-01  Peter Dennis Bartok  <pbartok@novell.com>
13167
13168         * X11DesktopColors.cs: Bow out gracefully if the Gtk libs cannot
13169           be found
13170
13171 2005-09-30  Jackson Harper  <jackson@ximian.com>
13172
13173         * ListBox.cs: Don't do a full refresh unless some data has
13174         actually changed.
13175
13176 2005-09-30  Jackson Harper  <jackson@ximian.com>
13177
13178         * TreeView.cs: Make sure that the checkboxes size is factored in
13179         even when not visible.
13180
13181 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
13182
13183         * FileDialog.cs: Fix Jordi's build break
13184
13185 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
13186
13187         * FileDialog.cs: 
13188                 - Use standard the Windows colours for the combobox as espected
13189                 - Dispose objects that use resouces when no longer need them
13190
13191 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
13192
13193         * X11DesktopColors.cs: Initial incomplete implementation
13194         * XplatUIX11.cs: Added call to initialize X11DesktopColors
13195
13196 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com>
13197
13198         * Theme.cs: 
13199           - Switched Theme color names to match the names defined in 
13200             System.Drawing.KnownColors. Life's hard enough, no need to make 
13201             it harder.
13202           - Added setters to all theme color properties so themes can set
13203             their color schemes. The setters also propagate the color changes
13204             to System.Drawing.KnownColors via reflection
13205         * ControlPaint.cs,  Label.cs, TextControl.cs, ToolTip.cs, ThemeNice.cs,
13206           ComboBox.cs, MdiChildContext.cs, TextBoxBase.cs, DateTimePicker.cs
13207           DataGridColumnStyle.cs, MonthCalendar.cs, TreeView.cs: Updated to
13208           use the new, more logical theme color names
13209         * XplatUIWin32.cs: Updated the GetSysColorIndex enum to include new
13210           post-NT colors
13211         * ThemeWin32Classic.cs:
13212           - Removed code to set the old classic Windows colors. Instead it
13213             now relies on the colors returned by System.Drawing.KnownColors
13214             which will be either modern static colors (Unix) or colors
13215             read from the user's configuration (Win32)
13216           - Updated to use the new, more logical theme color names
13217           - Switched DataGrid drawing code to use only Theme colors instead of
13218             a mix of System.Drawing.KnownColors and Theme colors
13219           - DrawFrameControl(): Removed code that fills the button area, the
13220             fill would overwrite any previous fill done by a control. This
13221             fixes bug #75338 
13222           - Added DrawReversibleRectangle() stub
13223         * ScrollableControl.cs: Set visible state to false when scrollbars
13224           are removed (pdn fix)
13225         * XplatUI.cs, XplatUIOSX.cs, XplatUIDriver.cs: Added 
13226           DrawReversibleRectangle() method to allow drawing primitive 
13227           'rubber bands'
13228         * XplatUIX11.cs: Implemented DrawReversibleRectangle()
13229
13230 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13231
13232         * ImageList.cs: Add(Icon): Create handle.
13233
13234 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
13235
13236         * ListView.cs:
13237         * ThemeWin32Classic.cs:
13238                 - Fixes detail mode
13239                 - Sets clippings
13240                 - Issues with drawing
13241
13242 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13243
13244         * ImageList.cs: Moved RecreateHandle back to ImageList as event
13245           source has to be the ImageList.
13246
13247 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13248
13249         * ImageList.cs: Add(Icon): Use Graphics.DrawIcon instead of Icon.ToBitmap.
13250
13251 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13252
13253         * ImageList.cs: ReduceColorDepth: Clean up pointer operations.
13254
13255 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13256
13257         * ImageList.cs: ImageCollection: Removed owner field as it is no more used.
13258
13259 2005-09-29  Jonathan Chambers <jonathan.chambers@ansys.com>
13260         * GridItem.cs: Fixed TODOs
13261         * GridItemCollection.cs: Added ICollection interface
13262
13263 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13264
13265         * ImageList.cs: Resize icons when needed.
13266
13267 2005-09-29  Jordi Mas i Hernandez <jordi@ximian.com>
13268
13269         * ListViewItem.cs
13270                 - Fixes GetBounds and returns on screen rects
13271         * ListView.cs:
13272                 - Fixes vertical and horzintal scrolling of items
13273         * ThemeWin32Classic.cs:
13274                 - Fixes drawing
13275                 
13276 2005-09-29  Raja R Harinath  <harinath@gmail.com>
13277
13278         * ImageList.cs (ImageStream) [NET_2_0]: Reflect re-factoring.
13279
13280 2005-09-29  Kornél Pál  <kornelpal@hotmail.com>
13281
13282         * ImageList.cs: Added comments about handle creation. Moved Handle,
13283           HandleCreated and OnRecreateHandle implementations to ImageCollection.
13284           Handle is created in Add methods.
13285
13286 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
13287          
13288         * DataGridDrawingLogic.cs: 
13289                 - Takes rows into account on Colum calculations
13290                 - Returns the column when clickig
13291         * DataGrid.cs:
13292                 - Fixes default HitTestInfo values
13293                 - Fixes HitTestInfo.ToString
13294                 - Fixes ResetBackColor          
13295         
13296 2005-09-28  Jackson Harper  <jackson@ximian.com>
13297
13298         * MdiChildContext.cs: Obey rules for fixed sized windows (no
13299         sizing or cursor changes). Also added some temp code to draw the
13300         titlebars text (Makes dev a little easier).
13301
13302 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
13303
13304         * ImageList.cs: AddStrip: Throw ArgumentException when Image is not a Bitmap.
13305
13306 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
13307          
13308         * ListBox.cs: Fixes bug 76253
13309
13310 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
13311
13312         * ImageList.cs: Added comments about the current implementation. Added
13313           ReduceColorDepth, IndexedColorDepths and GetNearestColor to can use
13314           Format32bppArgb to preserve transparency and can use Graphics.FromImage
13315           while using the specified ColorDepth. ReduceColorDepth uses unsafe code
13316           with Bitmap.LockBits for better performance. Revised the whole file to
13317           match MS.NET behaviour and provide better performance. Non-public
13318           interface members are calling public members even when they throw
13319           NotSupportedException for better maintainability. Moved ColorDepth,
13320           ImageSize, ImageStream and TransparentColor implementations to
13321           ImageCollection for better performance as these properties are not used
13322           by ImageList.
13323         * ImageListStreamer.cs: Added a new internal constructor that takes an
13324           ImageList.ImageCollection and serializes Images based on
13325           ImageCollection.ToArray(). Renamed ImageColorDepth to ColorDepth to
13326           match ImageList property name.
13327
13328 2005-09-28  Kazuki Oikawa <kazuki@panicode.com>
13329
13330         * ListBox.cs: Fixes IndexFromPoint for last item
13331
13332 2005-09-27  Jackson Harper  <jackson@ximian.com>
13333
13334         * Form.cs: Set the position of new mdi children correctly.
13335
13336 2005-09-27  Jackson Harper  <jackson@ximian.com>
13337
13338         * MdiClient.cs: New mdi children need to be added to the back of
13339         the controls collection so the zorder is set correctly. Also add a
13340         count of all the child windows that have been created.
13341
13342 2005-09-27  Jackson Harper  <jackson@ximian.com>
13343
13344         * Form.cs (CreateParams): Setup MDI forms correctly.
13345
13346 2005-09-27  Jackson Harper  <jackson@ximian.com>
13347
13348         * MdiChildContext.cs:
13349         * MonthCalendar.cs:
13350         * UpDownBase.cs:
13351         * ListBox.cs:
13352         * ListView.cs:
13353         * TextBoxBase.cs:
13354         * TreeView.cs:
13355         * ScrollableControl.cs:
13356         * ComboBox.cs: Add implicit controls using the new implict control
13357         functionality in ControlCollection. Also try to block multiple
13358         control add in a suspend/resume layout to save some cycles.
13359         
13360 2005-09-27  Jackson Harper  <jackson@ximian.com>
13361
13362         * Control.cs: Add functionality to the controls collection to add
13363         'implicit controls' these are controls that are created by the
13364         containing control but should not be exposed to the user. Such as
13365         scrollbars in the treeview.
13366         * Form.cs: The list var of the ControlsCollection is no longer
13367         available because of the potential of implicit controls getting
13368         ignored by someone accessing the list directly.
13369
13370 2005-09-26  Peter Dennis Bartok  <pbartok@novell.com>
13371
13372         * Control.cs: Fixed SetChildIndex; it no longer causes a child to
13373           loose it's parent. (Fixed bug introduced in r49103 when we added
13374           setting the child parent to null on Remove)
13375
13376 2005-09-26  Gert Driesen  <drieseng@users.sourceforge.net>
13377
13378         * DataGridBoolColumn.cs: Marked CheckState private to fix public API.
13379         * Splitter.cs: Added missing attributes for BorderStyle property.
13380         * TextBoxBase.cs: Marked Calculate* methods internal.
13381         * TextBox.cs: Fixed DefaultValue for PasswordChar property to match
13382         MS.NET.
13383
13384 2005-09-26  Jordi Mas i Hernandez <jordi@ximian.com>
13385          
13386         * ListBox.cs: Fixes navigation to the last item in multicolumn lists
13387
13388 2005-09-25  Jackson Harper  <jackson@ximian.com>
13389
13390         * TreeView.cs: Update the node bounds correctly regardless of
13391         whether the node is visible.
13392
13393 2005-09-25  Jackson Harper  <jackson@ximian.com>
13394
13395         * ImageList.cs: Don't dispose the image after it is added to the
13396         image list. Only reformat images that need to be resized.
13397
13398 2005-09-25  Jackson Harper  <jackson@ximian.com>
13399
13400         * ImageList.cs: Don't set the format when changing the image.
13401
13402 2005-09-25  Jackson Harper  <jackson@ximian.com>
13403
13404         * TreeView.cs: We can't just assume the node has a font. Use the
13405         treeviews font if no node font is available.
13406
13407 2005-09-25  Jackson Harper  <jackson@ximian.com>
13408
13409         * TreeView.cs: Allow the scrollbars to be reset with negative
13410         values.
13411         - Don't add scrollbars to negative sized windows.
13412
13413 2005-09-23  Jackson Harper  <jackson@ximian.com>
13414
13415         * XplatUIX11.cs: Update to use Mono.Posix.Native instead of plain
13416         old Mono.Posix. Also remove some stray code that shouldn't have
13417         been committed.
13418
13419 2005-09-23  Jackson Harper  <jackson@ximian.com>
13420
13421         * TreeView.cs: Attempt at proper sizing of the horizontal
13422         scrollbar. Also don't resize the scrollbars unless they are
13423         visible.
13424
13425 2005-09-23  Jackson Harper  <jackson@ximian.com>
13426
13427         * TreeView.cs: We don't need to expand the invalid area when the
13428         selection changes, as this is all drawn in the node's bounding
13429         box. The area needs to be expanded (previous typo was contracting
13430         it) when the focus rect moves.
13431
13432 2005-09-23  Jackson Harper  <jackson@ximian.com>
13433
13434         * TreeView.cs: Display the selection box under the correct
13435         circumstances. We were rendering white text with no selection box
13436         before.
13437
13438 2005-09-23  Peter Dennis Bartok  <pbartok@novell.com>
13439
13440         * TextControl.cs(Split): Now updates selection start/end if it points 
13441           into a line that's being split. Fixes a FIXME and bug #75258
13442
13443 2005-09-23  Jackson Harper  <jackson@ximian.com>
13444
13445         * Binding.cs:
13446         * ListControl.cs: Don't use the path when retrieving binding
13447         managers from the binding context. My bat sense tells me that the
13448         path is only used on insertion.
13449
13450 2005-09-22  Jackson Harper  <jackson@ximian.com>
13451
13452         * Splitter.cs: Set the cursor an easier way. (Thanks peter).
13453
13454 2005-09-22  Jackson Harper  <jackson@ximian.com>
13455
13456         * Splitter.cs: There are special cursors used for splitting.
13457         * XplatUIX11.cs: The VSplit and HSplit cursors were backwards.
13458
13459 2005-09-22  Jackson Harper  <jackson@ximian.com>
13460
13461         * Splitter.cs: Change the cursor appropriately when the splitter
13462         is moused over, so the user actually knows there is a splitter
13463         there.
13464
13465 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
13466
13467        * Label.cs : Fix ToString method to give same output as MS.NET
13468
13469 2005-09-22  Jackson Harper  <jackson@ximian.com>
13470
13471         * TreeView.cs: Create the scrollbars when the handle is created
13472         and add them right away, just make them invisble. Also account for
13473         the window being shrunk vertically to the point that the vert
13474         scrollbar needs to be added.
13475         - Remove some 0.5 adjustments to get around anti aliasing issues.
13476         
13477 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
13478          
13479         * MainMenu.cs: Fixes default value
13480         * MenuItem.cs: Fixes default value
13481
13482 2005-09-22  Kazuki Oikawa  <kazuki@panicode.com>
13483
13484         * AsyncMethodResult.cs: Fixes Control.Invoke is blocked infinitely.
13485
13486 2005-09-21  Jackson Harper  <jackson@ximian.com>
13487
13488         * Control.cs: Don't try to set the border style on the window if
13489         it hasn't been created. When the window is created the border
13490         style will be used.
13491
13492 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
13493
13494         * Control.cs (Update): Don't call XplatUI if we don't have a
13495           window handle yet
13496
13497 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
13498
13499         * ContainerControl.cs: Instead of throwing an exception, print
13500           a one-time warning about Validate not being implemented
13501         * XplatUIWin32.cs: Removed debug output
13502
13503 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
13504
13505         * Control.cs: Only set XplatUI background if we expect the windowing
13506           system to handle the background. This stops controls that draw their
13507           own background from flickering
13508
13509         * XplatUIX11.cs: Support custom visuals and colormaps for window 
13510           creation. This allows, amongst other things, using MWF X11 windows 
13511           with OpenGL.
13512
13513 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
13514
13515         * OpenFileDialog.cs, ContentsResizedEventArgs.cs, LibSupport.cs, GridItem.cs,
13516           CursorConverter.cs, SplitterEventHandler.cs, PropertyGridTextBox.cs,
13517           GridTablesFactory.cs, MethodInvoker.cs, AccessibleEvents.cs,
13518           SplitterEventArgs.cs, XplatUI.cs, Mime.cs, PropertySort.cs,
13519           TreeViewCancelEventHandler.cs, Form.cs, PropertyGridCommands.cs,
13520           IDataGridEditingService.cs, DateBoldEventHandler.cs, Label.cs,
13521           KeyboardLayouts.cs, TextControl.cs, ProgressBar.cs, ToolTip.cs,
13522           RadioButton.cs, OSFeature.cs, LinkLabel.cs, ColorDialog.cs,
13523           ThemeNice.cs, ErrorIconAlignment.cs, TreeNode.cs, MimeGenerated.cs,
13524           ComboBox.cs, DataGridTextBoxColumn.cs, ArrangeStartingPosition.cs,
13525           GridColumnStylesCollection.cs, 
13526           IDataGridColumnStyleEditingNotificationService.cs,
13527           PropertyGrid.cs, IFeatureSupport.cs, ICommandExecutor.cs,
13528           MdiLayout.cs, GridEntry.cs, ControlBindingsCollection.cs,
13529           GridTableStylesCollection.cs, TreeViewCancelEventArgs.cs, 
13530           TreeNodeCollection.cs, AmbientProperties.cs, 
13531           RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
13532           DataObject.cs, ErrorProvider.cs, Splitter.cs,
13533           DataGridLineStyle.cs, Shortcut.cs, Control.cs,
13534           FontDialog.cs, SecurityIDType.cs, GridItemType.cs,
13535           BindingMemberInfo.cs, DataGridCell.cs, MdiChildContext.cs,
13536           IRootGridEntry.cs, PropertyGridView.cs, DataGridParentRowsLabelStyle.cs,
13537           FolderBrowserDialog.cs, OpacityConverter.cs, HelpProvider.cs,
13538           IComponentEditorPageSite.cs, DataGridTableStyle.cs, NavigateEventArgs.cs,
13539           NotifyIcon.cs, ContentsResizedEventHandler.cs, MenuItem.cs,
13540           PropertyTabChangedEventHandler.cs, TextBoxBase.cs, OpenTreeNodeEnumerator.cs,
13541           SelectionMode.cs, TextBox.cs, ListBindingConverter.cs,
13542           FileDialog.cs, KeysConverter.cs, DomainUpDown.cs,
13543           DataFormats.cs, SaveFileDialog.cs, GridItemCollection.cs,
13544           ArrangeDirection.cs, FeatureSupport.cs, SelectionRangeConverter.cs,
13545           RichTextBoxScrollBars.cs, NodeLabelEditEventHandler.cs, TreeNodeConverter.cs,
13546           MimeIcon.cs, X11Structs.cs, PropertyGridEntry.cs,
13547           ImageList.cs, ThemeWin32Classic.cs, X11Keyboard.cs,
13548           CheckedListBox.cs, HelpNavigator.cs, DateTimePickerFormat.cs,
13549           MdiClient.cs, DataGridDrawingLogic.cs, DataGridBoolColumn.cs,
13550           NodeLabelEditEventArgs.cs, Screen.cs, PropertyManager.cs,
13551           ComponentModel.cs, PropertiesTab.cs, CurrencyManager.cs,
13552           SizeGrip.cs, DateBoldEventArgs.cs, X11Dnd.cs, Panel.cs,
13553           Hwnd.cs, OSXStructs.cs, DrawMode.cs, XplatUIDriver.cs,
13554           RichTextBox.cs, PropertyTabChangedEventArgs.cs, CommonDialog.cs,
13555           DataGrid.cs, XplatUIX11.cs, RichTextBoxStreamType.cs, Win32DnD.cs,
13556           ErrorBlinkStyle.cs, TreeViewEventHandler.cs,
13557           PropertyValueChangedEventHandler.cs, IFileReaderService.cs,
13558           DataGridTextBox.cs, SelectedGridItemChangedEventArgs.cs, ScrollBar.cs,
13559           ListBox.cs, TreeViewAction.cs, Help.cs, TrackBar.cs,
13560           AxHost.cs, PropertyValueChangedEventArgs.cs, XplatUIOSX.cs,
13561           RichTextBoxFinds.cs, UpDownEventArgs.cs, Cursors.cs,
13562           CategoryGridEntry.cs, RichTextBoxWordPunctuations.cs, DataGridColumnStyle.cs,
13563           SelectedGridItemChangedEventHandler.cs, DateTimePicker.cs, NavigateEventHandler.cs,
13564           Clipboard.cs, UpDownEventHandler.cs, MonthCalendar.cs,
13565           SendKeys.cs, DataGridPreferredColumnWidthTypeConverter.cs, TreeView.cs,
13566           ThreadExceptionDialog.cs, ImageListConverter.cs, XplatUIWin32.cs,
13567           TreeViewEventArgs.cs: Fixed whitespace and set eol-style:native attribute
13568
13569 2005-09-21  Jackson Harper  <jackson@ximian.com>
13570
13571         * TreeNode.cs: Call Before/After Expand not Collapse when
13572         expanding.
13573
13574 2005-09-20  Jackson Harper  <jackson@ximian.com>
13575         
13576         * XplatUIX11.cs: Use the more hand looking hand (in most themes).
13577
13578 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
13579          
13580         * ListViewItem.cs:
13581                 - Fixes bug 76120
13582                 - Fixes proper storing of subitems
13583                 - Fixes not updated items
13584
13585 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com>
13586
13587         * Control.cs, TextBoxBase.cs, TextControl.cs: Don't do certain
13588           things if our window handle isn't created yet. Also disabled 
13589           debug for TextBoxBase
13590
13591 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com> 
13592
13593         * MenuAPI.cs: Remove filtering of events to allow menu usage
13594
13595 2005-09-20  Miguel de Icaza  <miguel@novell.com>
13596
13597         * Cursor.cs: Allow null to be passed to Cursor.Current.
13598
13599 2005-09-20  Alexander Olk  <alex.olk@googlemail.com>
13600
13601         * ThemeWin32Classic.cs:
13602           - Change some private methods/fields to protected virtual so that 
13603             they can be accessed and overriden in derived classes
13604           - First refactoring of some methods. Derived themes now don't 
13605             need to duplicate the complete code from ThemeWin32Classic
13606         * ThemeNice.cs:
13607           - Added nice StatusBar
13608           - Derive from ThemeWin32Classic and not Theme
13609           - Removed duplicate ThemeWin32Classic code
13610
13611 2005-09-20  Miguel de Icaza  <miguel@novell.com>
13612
13613         * Control.cs (ControlCollection.Add): If the value null is passed
13614         the control is ignored. 
13615
13616         Optimize this loop.
13617
13618 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com> 
13619
13620         * MenuAPI.cs: Replaced Application.Run() with a loop that tracks
13621           PostQuitMessage state.
13622         * XplatUIWin32.cs: Removed bogus PostQuitMessage P/Invoke with HWND arg
13623
13624 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com>
13625
13626         * Application.cs: Our constructor will never get called, move 
13627           initialization to fields; fixes bug #75933
13628
13629 2005-09-19 Hisham Mardam Bey <hisham.mardambey@gmail.com>
13630
13631         * FileDialog.cs :
13632                 - Allow files to be selected properly using file name
13633                 combo box.
13634                 - Add ability to change diretory (absolute / relative)
13635                 using file name combo box.
13636
13637 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
13638          
13639         * ListBox.cs: 
13640                 - Fixes Multicolumn listboxes item wrong calculations
13641                 - Allows to click when only one item is in the listbox
13642                 - Fixes crash when no items using keyboard navigation
13643
13644 2005-09-16  Alexander Olk  <alex.olk@googlemail.com>
13645
13646         * ComboBox.cs: Reverted almost everything from the latest patch which
13647           broke ComboBox
13648
13649 2005-09-16  Kazuki Oikawa <kazuki@panicode.com>
13650         
13651         * ToolTip.cs:
13652                 - Fixed #Mtd2 of ToolTipTest.RemoveToolTipTest.
13653         * ComboBox.cs:
13654                 - When DropDownStyle is Simple, it does not show scrollbar 
13655                 to the last item of the list.
13656                 - When DropDownStyle is Simple, it crashed when the list was 
13657                 scrolled down with the down cursor key.
13658                 - Fixed a bug that when DropDownStyle is DropDownList, the 
13659                 selected item was not shown.
13660                 - The position of the selected item was not preserved when 
13661                 the next dropdown happened.
13662         * ThemeWin32Classic.cs:
13663                 - Items were wrapped at the right end.
13664         * CheckedListBox.cs:
13665                 - Fixed Add method
13666         * ListBox.cs:
13667                 - Items should be fully shown.
13668                 - When resizing and vertical scrollbar disappeared, the item 
13669                 of index 0 should be on the top of the list.
13670                 - GetItemRectangle should consider the size of ver. scrollbar
13671         * StatusBar.cs:
13672                 - SizingGrip area should not be allocated when it is not 
13673                 displayed.
13674                 - Now it reflects MinWidth of the containing panel and 
13675                 fixed a crash that happens when its width becomes so small.
13676
13677 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
13678
13679         * CheckedListBox.cs: Fixes bug 76028
13680         * ListBox.cs: Fixes bug 76028
13681
13682 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
13683
13684         * ThemeWin32Classic.cs: Sets clipping on DataGridPaintRowsHeaders
13685         * DataGridDrawingLogic.cs: fixes issues with Datagrid drawing
13686
13687 2005-09-12  Jordi Mas i Hernandez <jordi@ximian.com>
13688
13689         * XplatUIX11.cs: fixes System.NullReferenceException in some situations
13690
13691 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
13692
13693         * IRootGridEntry.cs: Changed namespace to PropertyGridInternal 
13694
13695 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
13696
13697         * IRootGridEntry.cs: Added
13698         * PropertyGridCommands.cs: Added
13699         * PropertiesTab.cs: Added missing methods and property
13700         * PropertyGridView.cs: Made class internal
13701         * PropertyGridTextBox.cs: Made class internal
13702
13703 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
13704
13705         * MimeIcon.cs: Try to check some other environment variables
13706           if "DESKTOP_SESSION" returns "default"
13707
13708 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
13709
13710         * ThemeNice.cs: Corrected background colors (e.g. menus)
13711         * ColorDialog.cs: Use correct background colors for controls
13712
13713 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
13714
13715         * ThemeNice.cs: Merged r49535 from ThemeWin32Classic
13716
13717 2005-09-08  Peter Dennis Bartok  <pbartok@novell.com>
13718
13719         * RichTextBox.cs: Added initial implementation
13720         * lang.cs: Removed. Was accidentally checked in long time ago
13721         * TODO: Removed. Contents were obsolete
13722
13723 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
13724                                                                                 
13725         * PropertiesTab.cs : Added
13726
13727 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
13728                                                                                 
13729         * PropertyGrid.cs : Update
13730         * PropertyGridView.cs : Update
13731         * System.Windows.Forms.resx : Added images and strings
13732
13733 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com> 
13734
13735         * ThemeNice.cs: Do not dispose Pens retrieved from ResPool
13736  
13737 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com>
13738
13739         * XplatUIX11.cs: Force a flush after Ungrab; if case the app enters
13740           a busy loop right after the Ungrab the X11 display is otherwise 
13741           blocked
13742
13743 2005-09-06  Jordi Mas i Hernandez <jordi@ximian.com>
13744
13745         * ThemeWin32Classic.cs: Optimise the use of clipping
13746
13747 2005-09-05  Jordi Mas i Hernandez <jordi@ximian.com>
13748
13749         * DataGrid.cs: fixes recursion bug
13750
13751 2005-09-03  Alexander Olk  <alex.olk@googlemail.com>
13752
13753         * ThemeNice.cs: 
13754           - Draw RadioButton and CheckBox Buttons with DrawButtonBase
13755           - Cleanup
13756
13757 2005-09-02  Alexander Olk  <alex.olk@googlemail.com>
13758
13759         * ThemeNice.cs: Draw nice ProgressBars
13760
13761 2005-09-01  Miguel de Icaza  <miguel@novell.com>
13762
13763         * VScrollBar.cs: Another buglet found by Aaron's tool. 
13764
13765         * ProgressBar.cs: Fix three recursive bugs found by Aaron Tomb's
13766         bug finder.
13767
13768 2005-08-30  Alexander Olk  <alex.olk@googlemail.com>
13769
13770         * ThemeNice.cs:
13771           - Added nicer menu drawing
13772           - Updated DrawTab
13773           - some refactoring
13774
13775 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
13776
13777         * CreateParams.cs (ToString): Made output match MS
13778         * Control.cs (Text): Don't set Text or Focus via XplatUI unless 
13779             handle is already created (to avoid forcing window creation)
13780         * XplatUIX11.cs: Set window text to caption after creating window,
13781           in case Text was set before window was created
13782         * Form.cs: Use this.Text instead of a static string as caption
13783
13784 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
13785
13786         * NotifyIcon.cs: Don't set the window to visible; this screws
13787           up Win32 (causes WM_NCPAINT to be sent on Win32, which calls
13788           OnPaint without a bitmap)
13789         * XplatUIX11.cs: Removed Visible optimization in AddExpose; doesn't 
13790           happen very often anyway; we could add the check to the WM_PAINT 
13791           event generation code
13792
13793 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
13794
13795         * NotifyIcon.cs: Fill the icon area with a background color, to 
13796           avoid 'residue' when transparent icons are drawn
13797         * XplatUIX11.cs:
13798           - Handle whole_window == client_window when destroying windows
13799           - SystrayAdd(): Set client_window to whole_window value to
13800             get mouse and other events passed to NotifyIcon
13801
13802 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
13803
13804         * Form.cs: Set proper default for Opacity property
13805         * NotifyIcon.cs:
13806           - ShowSystray(): Don't bother creating telling the OS
13807             about the systray item if no icon is provided
13808           - Now handles WM_NCPAINT message to deal with whole/client window
13809             split
13810           - Create window as visible to not get caught by Expose optimization
13811         * Hwnd.cs: Removed debug message
13812         * ComboBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, TabControl.cs,
13813           StatusBar.cs, TreeView.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched 
13814             PaintEventStart/End to use new client argument
13815         * TextBoxBase.cs:
13816           - Commented out debug messages
13817           - Switched PaintEventStart/End to use new client argument
13818         * XplatUI.cs: Added client window bool to PaintEventStart()/
13819           PaintEventEnd() calls, to support drawing in non-client areas
13820         * XplatUIDriver.cs: 
13821           - Added client window bool to PaintEventStart()/PaintEventEnd() 
13822             calls, to support drawing in non-client areas
13823           - Added conditional compile to allow using MWF BeginInvoke 
13824             on MS runtime
13825         * XplatUIX11.cs:
13826           - Added some conditional debug output
13827           - Fixed SystrayAdd() method to support new (for SystrayAdd, anyway)
13828             whole/client window split
13829           - Implemented handling of client argument to PaintEventStart()/End()
13830         * Control.cs:
13831           - Throw exception if BeginInvoke() is called and the window handle
13832             or one of the window's parent handles is not created
13833           - Added conditional compile to allow using MWF BeginInvoke on
13834             MS runtime
13835           - get_Parent(): Only sets parent if handle is created. This avoids
13836             forcing window handle creation when parent is set.
13837           - Now fires Layout and Parent changed events in proper order
13838           - Switched to use Handle instead of window.Handle for Z-Order setting,
13839             the get_Parent() patch above causes us to possibly get null for 'window'
13840           - Implemented handling of client argument to PaintEventStart()/End()
13841           - Now reports back to windows that WM_SETCURSOR was handled (to avoid
13842             default handling)
13843           - Now sends a Refresh() to all child windows when Refresh() is called
13844
13845 2005-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
13846
13847         * Form.cs: Added (non-functional) Opacity property
13848         * XplatUIWin32.cs (SystrayAdd): Removed bogus line of code
13849
13850 2005-08-29  Alexander Olk  <xenomorph2@onlinehome.de>
13851         * ThemeNice.cs: New theme for MWF, based on ThemWin32Classic
13852           use export MONO_THEME=nice to activate it.
13853           Currently supported controls:
13854           - Button
13855           - ComboBox
13856           - ScrollBar
13857           - TabControl (TabAlignment.Top only, other will follow)
13858         * ThemeEngine.cs: Add theme nice
13859         * ButtonBase.cs: Redraw button on MouseEnter and MouseLeave everytime,
13860           if enabled
13861
13862 2005-08-25  Jonathan Chambers  <jonathan.chambers@ansys.com> 
13863
13864         * Splitter.cs: Resize docked control and its neighbor.
13865
13866 2005-08-24  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
13867         -- Making Windows with Menus layout correctly --
13868         * Form.cs : The first leg of the fix
13869                 Menu setter - adjust Client Size as needed to make space for the menu
13870                 SetClientSizeCore - doesn't call base version to be able to pass the 
13871                         menu handle to XplatUI.CalculateWindowRect
13872         * Hwnd.cs: Fix for menu_height, now gets from MenuAPI.MENU
13873         * XplatUIX11.cs: The critical second leg of the fix
13874                 GetWindowPos needs to use a recalculated client_rect
13875                 so that resizing the window doesn't break layout of child controls. 
13876                 Also a more complete rule to avoid X Server roundtrips in SetWindowPos
13877                 Lots of \t\n killed
13878
13879 2005-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
13880
13881         * Label.cs: Now properly recalculates width and height on Font and Text
13882           changes if AutoSize is set
13883
13884 2005-08-19  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
13885         * TreeView.cs : Revamped drawing logic, and support for FullRowSelect
13886
13887 2005-08-19  Jordi Mas i Hernandez <jordi@ximian.com>
13888
13889         * ImageList.cs: Makes ToString method compatible with MS
13890
13891 2005-08-18  Jordi Mas i Hernandez <jordi@ximian.com>
13892
13893         * MenuAPI.cs: fixes bug 75716
13894
13895 2005-08-11 Umadevi S <sumadevi@novell.com>
13896         * Control.cs: Fixed Remove & RemoveAt to make the parent of the control null.
13897
13898 2005-08-11 Umadevi S <sumadevi@novell.com>
13899         * Contorl.cs: Fixed ResetRightToLeft and ResetImeMode to work correctly
13900
13901 2005-08-10  Umadevi S <sumadevi@novell.com>
13902         * CheckedListBox.cs: Fixed event firing on Adding to the CheckedListBox
13903
13904 2005-08-07  Jordi Mas i Hernandez <jordi@ximian.com>
13905
13906         * Menu.cs: fixes bug 75700
13907         * MenuAPI.cs: fixes navigation issues
13908
13909 2005-08-09  Umadevi S <sumadevi@novell.com>
13910         * CheckedListBox.cs - simple fix for GetItemChecked.
13911
13912 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
13913
13914         * ComboBox.cs: Serveral fixes
13915         * ListBox.cs: Serveral fixes
13916
13917 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
13918
13919         * ComboBox.cs: Fixes FindString methods and GetItemHeight
13920         * ListBox.cs: Fixes FindString methods
13921
13922 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
13923
13924         * DataGrid.cs: fixes bugs exposed by new tests
13925
13926 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com> 
13927
13928         * Mime.cs: Compile Mono assembly references only if compiling
13929           with Mono (Allows to build with VS.Net again)
13930
13931 2005-07-28  Marek Safar  <marek.safar@seznam.cz>
13932
13933         * Control.cs (PaintControlBackground): Draw background image
13934         corrrectly.
13935         (CheckForIllegalCrossThreadCalls): Stubbed.
13936         
13937         * Form.cs (OnCreateControl): Center when should be centered.
13938         
13939         * ThemeWin32Classic.cs (DrawPictureBox): Pass size.
13940
13941 2005-07-19  Jordi Mas i Hernandez <jordi@ximian.com>
13942
13943         * Binding.cs: Binding to properties should be case unsensitive
13944
13945 2005-07-18 vlindos@nucleusys.com
13946
13947         * DataGrid.cs: fixes setmember order
13948
13949 2005-07-07  Alexander Olk  <xenomorph2@onlinehome.de>
13950
13951         * MimeIcon.cs: added MimeIcon stuff (MimeIconEngine)
13952         * FileDialog.cs: FileDialog is now resizable and uses the new
13953           MimeIconEngine
13954
13955 2005-07-06  Jordi Mas i Hernandez <jordi@ximian.com>
13956
13957         * DataGridTextBoxColumn.cs: default value
13958         * GridColumnStylesCollection.cs: fixes event firing, checking MappingName
13959         * GridTableStylesCollection.cs: fixes checking MappingName
13960         * DataGridDrawingLogic.cs: fixes drawing logic issues
13961         * DataSourceHelper.cs: rewritten to make compatible with more data sources
13962         * DataGrid.cs: fixes    
13963
13964 2005-07-06  Alexander Olk  <xenomorph2@onlinehome.de>
13965
13966         * MimeGenerated.cs: Use case sensitive comparer for
13967           NameValueCollections
13968
13969 2005-07-01  Jordi Mas i Hernandez <jordi@ximian.com>
13970
13971         * DataGridTextBoxColumn.cs: bug fixes, code refactoring 
13972         * ThemeWin32Classic.cs: bug fixes, code refactoring
13973         * DataGridDrawingLogic.cs:  bug fixes, code refactoring
13974         * DataGrid.cs: bug fixes, code refactoring
13975         * DataGridTextBox.cs: bug fixes, code refactoring
13976         * DataGridColumnStyle.cs:  bug fixes, code refactoring
13977         * Theme.cs:  bug fixes, code refactoring
13978
13979 2005-07-01  Peter Bartok  <pbartok@novell.com> 
13980
13981         * TextControl.cs: Quick fix for the reported crash on ColorDialog
13982           and other text box usage
13983
13984 2005-07-01  Jackson Harper  <jackson@ximian.com>
13985
13986         * TabControl.cs: Make sure the bottom of the tab covers the pages
13987         border.
13988
13989 2005-06-30  Peter Bartok  <pbartok@novell.com> 
13990
13991         * Form.cs (ShowDialog): Assign owner of the dialog
13992         * TextBoxBase.cs: Always refresh caret size when deleting, caret
13993           might have been moved to a tag with different height
13994
13995 2005-06-30  Jackson Harper  <jackson@ximian.com>
13996
13997         * Form.cs: Don't create an infinite loop when setting focus
13998         * MenuItem.cs: Don't dirty the parents if we don't have any
13999
14000 2005-06-29  Ben Maurer  <bmaurer@ximian.com>
14001
14002         * LibSupport.cs: Rename
14003
14004 2005-06-29  Peter Bartok  <pbartok@novell.com>
14005
14006         * TextBoxBase.cs: Re-align caret after deleting a character
14007         * TextControl.cs:
14008           - DeleteChars(): Ensure that tag covers the provided position
14009           - StreamLine(): Drop reference for dropped tag
14010
14011 2005-06-29  Peter Bartok  <pbartok@novell.com> 
14012
14013         * TextControl.cs: 
14014           - Selections now work properly, anchoring at the initial location
14015             and properly extending in either direction (SetSelectionToCaret(),
14016             SetSelectionStart() and SetSelectionEnd())
14017           - No longer redraws the whole control on selection change, now
14018             calculates delta between previous and new selection and only
14019             invalidates/redraws that area
14020           - Fixed FindPos() math off-by-one errors
14021           - Changed DeleteChars() to verify the provided tag covers the
14022             provided position, selections may have a tag that doesn't cover
14023             the position if the selection is at a tag border
14024           - Fixed off-by-one errors in DeleteChars()
14025           - Added missing streamlining check in DeleteChars() to remove
14026             zero-length tags
14027           - Implemented Invalidate() method, now properly calculates exposures
14028             between two given lines/positions
14029           - Implemented SetSelection()
14030           - Obsoleted and removed FixupSelection()
14031           - Improved RecalculateDocument() logic, removing code duplication
14032
14033 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14034
14035         * LibSupport.cs: changes to match different input/output arguments.
14036
14037 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14038
14039         * LibSupport.cs: added libsupport.so init routine.
14040
14041 2005-06-29  Jordi Mas i Hernandez <jordi@ximian.com>
14042         
14043         * ControlBindingsCollection.cs
14044                 - Throws an exception on null datasource when adding
14045                 - Checks for duplicated bindings when adding
14046
14047 2005-06-28  Jackson Harper  <jackson@ximian.com>
14048
14049         * TreeView.cs (OnKeyDown): Support left and right properly
14050         (navigates as well as expanding and collapsing.
14051         - Add support for Multiply, this expands all the selected nodes
14052         children.
14053         - Fix some tabbing.
14054
14055 2005-06-28  Jackson Harper  <jackson@ximian.com>
14056
14057         * TreeView.cs: Implement keyboard navigation, currently supports,
14058         LEFT, RIGHT, UP, DOWN, PGUP, PGDOWN, HOME, END, ADD, SUBTRACT. Add
14059         support for toggling checkboxes with the space bar.
14060
14061 2005-06-28  Jackson Harper  <jackson@ximian.com>
14062
14063         * OpenTreeNodeEnumerator.cs: Don't move past the begining of the
14064         tree.
14065
14066 2005-06-28  Jackson Harper  <jackson@ximian.com>
14067
14068         * TreeView.cs: Add missing event.
14069
14070 2005-06-27  Peter Bartok  <pbartok@novell.com> 
14071
14072         * TextControl.cs:
14073           - Made line ending size configurable (now allows for counting 
14074             lineendings as \n or \r\n)
14075           - Added margin to viewport to keep caret visible on right side
14076           - Fixed translation routines for line/pos to documentpos to consider
14077             cr/lf when counting (Fixes RichTextBox.SelectionFont issues)
14078           - Fixed some line-endings to be unix style
14079           - Fixed Document.FormatText to perform it's calculations 1-based
14080           - Added descriptions for a few methods that might otherwise get 
14081             used wrong
14082           - Added NOTE section with some basic conventions to remember at 
14083             the top of the file
14084           - Major fixup for RichTextBox selection drawing:
14085             * Fixed crashes when multiple tags on a single line were selected
14086             * fixed selection box drawing not overlaying text
14087             * fixed bogus offset calculation for tags not starting at index 1
14088             * Switched behaviour from using multiple Substrings of a 
14089               StringBuilder.ToString() to using multiple 
14090               StringBuilder.ToString(start, length) statements, hoping this is
14091               faster (kept original version commented out in the code, in case
14092               original version was faster)
14093         * TextBox.cs (set_TextAlignment): TextBox always needs to wrap if 
14094           alignment != Left
14095         * TextBoxBase.cs (CalculateDocument): Made protected so RichTextBox can
14096           call it as well
14097
14098 2005-06-27  Jackson Harper  <jackson@ximian.com>
14099
14100         * TabControl.cs: Move to the left and right with the arrow
14101         keys. These keys don't cycle beyond first and last like
14102         tab. Refresh all the tabs when scrolling them to the left or
14103         right.
14104
14105 2005-06-27  Jackson Harper  <jackson@ximian.com>
14106
14107         * TabControl.cs:
14108           - ToString: Added method
14109           - CreateParams: Remove TODO and comment
14110           - OnKeyDown: Cycle through bounds properly.
14111           - SelectedIndex: Scroll to the right or left if we need to
14112           display the newly selected tab.
14113
14114 2005-06-23  Jackson Harper  <jackson@ximian.com>
14115
14116         * TabControl.cs: Stay in bounds when cycling. Make sure Handled is
14117         set.
14118
14119 2005-06-23  Jackson Harper  <jackson@ximian.com>
14120
14121         * TabControl.cs: Keyboard handling. We now support CTRL-TAB,
14122         CTRL-SHIFT-TAB, and HOME, END are there any others?
14123
14124 2005-06-23  Jackson Harper  <jackson@ximian.com>
14125
14126         * XplatUIX11.cs: Get the modifier keys from the keyboard driver.
14127
14128 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
14129         
14130         * DataGridTextBoxColumn.cs: fixes and enhancements
14131         * ThemeWin32Classic.cs: fixes and enhancements
14132         * DataGridBoolColumn.cs:  fixes and enhancements
14133         * DataGridDrawingLogic.cs:  fixes and enhancements
14134         * CurrencyManager.cs: fixes and enhancements
14135         * DataGrid.cs: fixes and enhancements
14136         * DataGridColumnStyle.cs:  fixes and enhancements
14137
14138 2005-06-22  Jackson Harper  <jackson@ximian.com>
14139
14140         * TabControl.cs: Add some missing methods that just call into the
14141         base. Make the TabPageCollection's IList interface behave in the
14142         same manner as the MS implementation.
14143
14144 2005-06-22  Peter Bartok  <pbartok@novell.com> 
14145
14146         * TextControl.cs: Added sanity check
14147         * TextBoxBase.cs: 
14148           - Fixed wrapping behaviour, don't set wrap on single line controls
14149             (this fixes the breakage of colordialog introduced in an earlier
14150              checkin)
14151           - Added rudimentary support for autoscrolling right-aligned controls
14152             (still needs fixing, also, center alignment scroll is missing)
14153
14154 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
14155         
14156         * ScrollBar.cs: Fixes thumbpos on Maximum values
14157
14158 2005-06-21  Jonathan Chambers <jonathan.chambers@ansys.com>
14159         
14160         * PropertyGridView.cs: Pass context information to UITypeEditors 
14161
14162 2005-06-21  Peter Bartok  <pbartok@novell.com> 
14163
14164         * TextBoxBase.cs:
14165           - Now calling PositionCaret with absolute space coordinates
14166           - Enabled vertical scrolling
14167           - Better tracking of scrollbar changes, tied into WidthChange
14168             event
14169           - Improved cursor tracking
14170           - Removed debug output
14171         * TextControl.cs:
14172           - PositionCaret coordinates are now works in absolute space, not 
14173             the canvas
14174           - Improved tracking of document size
14175           - Added events for width and height changes
14176
14177 2005-06-21  Peter Bartok  <pbartok@novell.com>
14178
14179         * Form.cs: Set focus to active control when form is activated
14180         * TextControl.cs: 
14181           - Added word-wrap functionality to RecalculateLine() 
14182           - Added some short function descriptions for VS.Net to aid in
14183             writing dependent controls
14184           - Added Caret property, returning the current coords of the caret
14185           - Added ViewPortWidth and ViewPortHeight properties
14186           - Added Wrap property
14187           - Added CaretMoved event
14188           - Removed some old debug code
14189           - Split() can now create soft splits
14190           - Added PreviousTag()/NextTag() to allow walking "tag-lists"
14191           - Added method to format existing text
14192           - Fixed size/alignment calculations to use viewport
14193           - RecalculateDocument now can handle changing line-numbers while
14194             calculating lines
14195
14196         * TextBox.cs:
14197           - Added some wrap logic, we don't wrap if alignment is not left
14198           - Added casts for scrollbar var, base class switched types to
14199             also support RichTextBoxA
14200           - Implemented handling of scrollbar visibility flags
14201
14202         * TextBoxBase.cs:
14203           - Switched scrollbars type to RichTextBoxScrollBars to support
14204             RichTextBox
14205           - Added tracking of canvas width/height
14206           - Switched scrollbars to be not selectable (to keep focus on text)
14207           - Added central CalculateDocument() method to handle all redraw
14208             requirements
14209           - Added ReadOnly support
14210           - Added WordWrap support
14211           - Fixed handling of Enter key (we now treat it as a DialogKey)
14212           - Fixed caret positioning when h or v scroll is not zero
14213           - Fixed placing/generation of vertical scrollbar
14214           - Added CalculateScrollBars() method to allow updating scrollbar
14215             limits and visibility
14216           - Fixed handling of horizontal scroll
14217           - Added handling of vertical scroll
14218           - Implemented auto-'jump' when caret moves to close to a left or
14219             right border and there is text to be scrolled into view (currently
14220             there's the potential for a stack overflow, until a bug in
14221             scrollbar is fixed)
14222
14223 2005-06-21  Geoff Norton  <gnorton@customerdna.com>
14224         
14225         * XplatUIOSX.cs: Initial implementation of WM_ERASEBKGND
14226
14227 2005-06-19  Alexander Olk  <xenomorph2@onlinehome.de>
14228
14229         * Mime.cs:
14230         - added inodes.
14231         - return application/x-zerosize for files with size zero
14232           (if no extension pattern matches).
14233         - check matches collection for strings too.
14234         - return only the first mime type if the name value
14235           collection has more than one mime type.
14236
14237 2005-06-18  Jonathan Chambers <jonathan.chambers@ansys.com>
14238         
14239         * PropertyGrid.cs: Cleaned up some TODOs
14240         * PropertyGridView.cs: Added support for UITypeEditors
14241
14242 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
14243         
14244         * DataGrid.cs: clears cached value
14245
14246 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
14247
14248         * DataGridTextBoxColumn.cs: new rows, speed improvements, fixes, readonly prop.
14249         * DataGridDrawingLogic.cs: new rows, speed improvements, fixes, readonly prop.
14250         * DataGrid.cs: new rows, speed improvements, fixes, readonly prop.
14251         * DataGridColumnStyle.cs: new rows, speed improvements, fixes, readonly prop.
14252         
14253 2005-06-16  Jordi Mas i Hernandez <jordi@ximian.com>
14254
14255         * ThemeWin32Classic.cs: fixes colour
14256
14257 2005-06-15  Peter Bartok  <pbartok@novell.com>
14258
14259         * MWFCategoryAttribute.cs: Added (Needed for PropertyGrid designer support)
14260         * MWFDescriptionAttribute.cs: Added (Needed for PropertyGrid designer support)
14261         * ButtonBase.cs: Added MWFCategory and MWFDescription attributes
14262         * Control.cs: Added some MWFCategory and MWFDescription attributes
14263         * ScrollBar.cs: Added some MWFCategory and MWFDescription attributes
14264
14265 2005-06-15  Alexander Olk  <xenomorph2@onlinehome.de>
14266
14267         * Mime.cs, MimeGenerated.cs: First draft of MWF mime stuff, see Mime.cs for
14268         usage
14269
14270 2005-06-14  Jordi Mas i Hernandez <jordi@ximian.com>
14271
14272         * DataGridTextBoxColumn.cs: default datagrid settings for Default Styles, fixes
14273         * DataGridTableStyle.cs: default datagrid settings for Default Styles, fixes
14274         * DataGridDrawingLogic.cs: default datagrid settings for Default Styles, fixes
14275         * DataGridBoolColumn.cs: default datagrid settings for Default Styles, fixes
14276         * DataGrid.cs: default datagrid settings for Default Styles, fixes
14277         * DataGridColumnStyle.cs: default datagrid settings for Default Styles, fixes
14278
14279 2005-06-13  Jackson Harper  <jackson@ximian.com>
14280
14281         * XplatUIX11.cs: Override SetAllowDrop on X11 so an error message
14282         isn't printed when the user enables dropping. (X11 does accept
14283         drops).
14284         
14285 2005-06-13  Jackson Harper  <jackson@ximian.com>
14286
14287         * TreeView.cs: Remove some TODOS.
14288
14289 2005-06-13  Jackson Harper  <jackson@ximian.com>
14290
14291         * Form.cs: Hook into the mdi framework.
14292         * MdiClient.cs: Use the base control collections add method so
14293         parents get setup correctly. Set the default back colour and dock
14294         style.
14295         * MdiChildContext.cs: New class, this bad actor handles an
14296         instance of an MDI window. Right now there is only basic
14297         support. You can drag, close, and resize windows. Minimize and
14298         Maximize are partially implemented.
14299
14300 2005-06-13  Jackson Harper  <jackson@ximian.com>
14301
14302         * XplatUIX11.cs: Mash numbers together properly, otherwise we get
14303         freaky when both vals are negative. NOTE: There are probably other
14304         places in XplatUIX11 that this needs to be done.
14305
14306 2005-06-13  Jordi Mas i Hernandez <jordi@ximian.com>
14307
14308         * DataGrid.cs: implement missing methods, move KeyboardNavigation
14309         * DataGridColumnStyle.cs: fixes signature
14310
14311 2005-06-12  Jackson Harper  <jackson@ximian.com>
14312
14313         * XplatUIX11.cs: Use sizing cursors similar to the ones on
14314         windows.
14315
14316 2005-06-11  Jackson Harper  <jackson@ximian.com>
14317
14318         * StatusBarPanel.cs: Signature cleanups. Implement
14319         BeginInit/EndInit.
14320
14321 2005-06-10  Jordi Mas i Hernandez <jordi@ximian.com>
14322
14323         * DataGridTextBoxColumn.cs: Honors aligment
14324         * GridColumnStylesCollection.cs: Contains is case unsensitive
14325         * GridTableStylesCollection.cs: several fixes
14326         * DataGridTableStyle.cs: default column creation
14327         * DataGridDrawingLogic.cs: fixes
14328         * CurrencyManager.cs: ListName property
14329         * DataGrid.cs: multiple styles support
14330         * DataGridColumnStyle.cs: fixes
14331         
14332
14333 2005-06-10  Peter Bartok  <pbartok@novell.com>
14334
14335         * Control.cs(Select): Moved SetFocus call to avoid potential
14336           loops if controls change the active control when getting focus
14337         * UpDownBase.cs: Fixes to allow proper keyboard focus after clicking
14338           the up/down buttons
14339
14340 2005-06-10  Matthias Felgner  <matthiasf@voelcker.ocm>
14341
14342         * ImageListConverter.cs: Implemented
14343
14344 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
14345
14346         * MonthCalendar.cs: Wired in NumericUpDown control for year
14347
14348 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
14349
14350         * MonthCalendar.cs: Removed MonoTodo attributes on Click and
14351           DoubleClick events, since they are not meant to be fired.
14352
14353 2005-06-09  Peter Bartok  <pbartok@novell.com>
14354
14355         * UpDownBase.cs, NumericUpDown.cs, DomainUpDown.cs: Integrated
14356           Jonathan's standalone controls into MWF, implemented missing
14357           events, attributes and methods; added xxxAccessible classes
14358         * AccessibleObject.cs: Made fields internal so other classes
14359           can change them if needed
14360
14361 2005-06-09  Jonathan Gilbert  <2a5gjx302@sneakemail.com>
14362
14363         * UpDownBase.cs: Complete implementation
14364         * NumericUpDown.cs: Complete implementation
14365         * DomainUpDown.cs: Complete implementation
14366
14367 2005-06-09  Jordi Mas i Hernandez <jordi@ximian.com>
14368
14369         * DataGridTextBoxColumn.cs: drawing fixes
14370         * DataGridCell.cs: fixes ToString method to match MSNet
14371         * DataGridTableStyle.cs: fixes
14372         * DataGridBoolColumn.cs: fixes, drawing
14373         * DataGridDrawingLogic.cs: fixes, new methods
14374         * DataGridTextBox.cs: Keyboard and fixes
14375         * DataGrid.cs:
14376                 - Keyboard navigation
14377                 - Scrolling fixes
14378                 - Row selection (single, multiple, deletion, etc)
14379                 - Lots of fixes
14380         
14381 2005-06-07  Jackson Harper  <jackson@ximian.com>
14382
14383         * ThemeWin32Classic.cs: Clear the background area when drawing
14384         buttons.
14385
14386 2005-06-06  Peter Bartok  <pbartok@novell.com>
14387
14388         * ImageListStreamer.cs: Fixed signature for GetData
14389         * CheckBox.cs: Fixed base class for CheckBoxAccessibleObject
14390         * ComboBox.cs:
14391           - Added missing ChildAccessibleObject class
14392           - Added missing OnXXXFocus overrides, switched to using those
14393             instead of the event handler
14394         * Control.cs:
14395           - Added Parent property for ControlAccessibleObject
14396           - Fixed signatures
14397           - Fixed attributes
14398           - Added ResetBindings()
14399         * ListBindingConverter.cs: Implemented some methods
14400         * ButtonBase.cs: Added missing ButtonBaseAccessibleObject class
14401         * ImageList.cs: Implemented basic handle scheme, removed TODOs
14402         * ContainerControl.cs: Fixed signature, now subscribing to the
14403           ControlRemoved event instead of overriding the handler, LAMESPEC
14404         * CurrencyManager.cs: Added missing attribute
14405         * MonthCalendar.cs: Added missing properties
14406
14407 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
14408
14409         * DataGridColumnStyle.cs: fixes for DataGridColumnStyle
14410         
14411 2005-06-06  Gaurav Vaish and Ankit Jain
14412
14413         * DataSourceHelper.cs: Gaurav Vaish and Ankit Jain patch for databinding
14414         * DataGrid.cs: Gaurav Vaish and Ankit Jain patch for databinding
14415         
14416 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
14417
14418         * Control.cs: fixes CreateParams Width / Height.
14419
14420 2005-06-05  Peter Bartok  <pbartok@novell.com>
14421
14422         * Win32DnD.cs: Removed compilation warnings
14423
14424 2005-06-05  Peter Bartok  <pbartok@novell.com>
14425
14426         * Control.cs (CreateParams): Since we don't know if one of the
14427           properties we use is overridden, lets make sure if we fail accessing
14428           we continue with a backup plan
14429
14430 2005-06-05  Peter Bartok  <pbartok@novell.com>
14431
14432         * Win32DnD.cs:
14433           - Removed debug output
14434           - Added MarshalAs attribute to ensure proper marshalling of FORMATETC
14435             struct
14436           - Plugged resource leak
14437         * XplatUIStructs.cs: Changed ClipboardFormats size to ushort, to match
14438           MS size
14439
14440 2005-06-05  Peter Bartok  <pbartok@novell.com>
14441
14442         * XplatUIWin32.cs: Removed DnD code
14443         * Win32DnD.cs: Implemented drop source and drop target functionality
14444
14445 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14446
14447         * UpDownBase.cs: remove duplicate addition of event, enable some code
14448         that was commented out.
14449         * NumericUpDown.cs: added missing attributes and Hexadecimal property.
14450         Validate input when a key is pressed. It works fine now for every
14451         combination of Hexadecimal. Only missing some drawing love when sharing
14452         space with other controls.
14453
14454 2005-06-04  Peter Bartok  <pbartok@novell.com>
14455
14456         * Control.cs:
14457           - We need to pass a window for DragDrop, so enable callback events
14458           - Added DnD callback events when being a DragSource
14459         * XplatUI.cs (StartDrag): Added window handle argument
14460         * XplatUIDriver.cs (StartDrag): Added window handle argument
14461         * QueryContinueDragEventArgs: Made fields internally accessible so
14462           drivers can set them
14463         * GiveFeedbackEventArgs: Made fields internally accessible so drivers
14464           can set them
14465
14466 2005-06-03  Jordi Mas i Hernandez <jordi@ximian.com>
14467
14468         * DataGridTextBoxColumn.cs: column text editing
14469         * DataGridTableStyle.cs: Respect columns styles created by the user
14470         * DataGridDrawingLogic.cs: lots of drawing fixes and enhanments
14471         * DataGridBoolColumn.cs: bool column editing
14472         * DataGrid.cs: fixes to scrolling, properties, etc
14473         * DataGridTextBox.cs: handle keyboard
14474         * DataGridColumnStyle.cs: fixes
14475
14476 2005-06-02  Jackson Harper  <jackson@ximian.com>
14477
14478         * ImageListStreamer.cs: Somewhat broken implementation of
14479         GetObjectData. The RLE needs some work to match MS properly.
14480
14481 2005-06-02  Jackson Harper  <jackson@ximian.com>
14482
14483         * X11Dnd.cs: Attempting to keep at least one file in MWF
14484         monostyled.
14485
14486 2005-06-02  Peter Bartok  <pbartok@novell.com>
14487
14488         * X11DnD.cs: Use Marshal.SizeOf instead of sizeof, no /unsafe required
14489           that way
14490
14491 2005-06-02  Peter Bartok  <pbartok@novell.com>
14492
14493         * Control.cs: Removed MonoTODO from DoDragDrop and added call to Xplat
14494         * XplatUI.cs: Added DoDragDrop() method
14495         * XplatUIDriver.cs: Added DoDragDrop() method
14496
14497 2005-06-02  Jackson Harper  <jackson@ximian.com>
14498
14499         * Splitter.cs: Implement BorderStyle.
14500
14501 2005-06-02  Jackson Harper  <jackson@ximian.com>
14502
14503         * XplatUIX11.cs: Tie into the X11Dnd subsystem.
14504         * X11Dnd.cs: New file. A subsystem that handles drag and drop on
14505         X11 using XDND.
14506
14507 2005-06-02  Peter Bartok  <pbartok@novell.com>
14508
14509         * DataObject.cs:
14510           - Added Data setter
14511           - Fixed broken insertion code for SetData, now also
14512             overwrites any existing entry of the same format name
14513         * Hwnd.cs: Added list of pointers that automatically gets
14514           freed when the window is disposed
14515         * XplatUI.cs: Call driver initialization method when loading
14516           a driver
14517         * Control.cs:
14518           - OnDragLeave takes EventArgs, not DragEventArgs
14519           - Added setting of WS_EX_ACCEPTFILES style when dropping is
14520             supported
14521           - Forces style update when drop state changes
14522         * XplatUIWin32.cs: Implemented Drag'n'Drop (as good as possible,
14523           not perfect since we cannot (yet) call the IDataObject.GetData()
14524           method, we keep getting 0x80004005 error, dunno why)
14525
14526 2005-06-02  Peter Bartok  <pbartok@novell.com>
14527
14528         * DragEventArgs.cs: Make fields internal so we can cache the
14529           object and re-set the fields from XplatUI
14530
14531 2005-06-02  Jackson Harper  <jackson@ximian.com>
14532
14533         * Control.cs: Add some internal methods so the DnD subsystem can
14534         raise DnD events. Also call into the driver when AllowDrop is set.
14535         * XplatUI.cs:
14536         * XplatUIDriver.cs: New method for setting whether or not a window
14537         is allowed to accept drag and drop messages.
14538                 
14539 2005-06-01  Jordi Mas i Hernandez <jordi@ximian.com>
14540         
14541         * ScrollBar.cs: Make sure that values sent in Scroll events
14542         are always between Maximum and Minimum.
14543
14544 2005-06-01  Marek Safar  <marek.safar@seznam.cz>
14545
14546         * Menu.cs: Call MenuChanged when menuitem visibility has been
14547         changed.
14548         * MenuItem.cs: Rebuild menu when item is (not) visible.
14549         * MainMenu.cs: MainMenu has special MenuChanged.
14550         * Theme.cs: Caption and FrameBorderSize are not fixed.
14551         * XplatUI.cs: Added CaptionHeight,FrameBorderSize.
14552         * XplatUIDriver.cs: Introduced Caption and FrameBorderSize.
14553         * XplatUIX11.cs,
14554         * XplatUIOSX: Caption and FrameBorderSize not implemented yet.
14555         * XplatUIWin32.cs: Get Caption and FrameBorderSize from system.
14556
14557 2005-05-30  Jackson Harper  <jackson@ximian.com>
14558
14559         * DataFormat.cs: We can't statically initialize this stuff because
14560         it calls into the xplatui and could create a loop. So we lazy init
14561         it.
14562
14563 2005-05-28  Jackson Harper  <jackson@ximian.com>
14564
14565         * Control.cs: Proper implementation of Product(Name/Version).
14566
14567 2005-05-27  Jackson Harper  <jackson@ximian.com>
14568
14569         * DataObject.cs: Dont crash if no data is found.
14570
14571 2005-05-26  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
14572         * MdiClient.cs: Add missing Localizable attribute to BackgroundImage property
14573                 as per status page, guessing it should be set to true
14574
14575 2005-05-26  Jordi Mas i Hernandez <jordi@ximian.com>
14576
14577         * DataGridTextBoxColumn.cs: Draws text and basic text formatting
14578         * DataGridTableStyle.cs: set proper formatting text, def header text
14579         * ThemeWin32Classic.cs: new themable paramaters
14580         * DataGridBoolColumn.cs: paint check box, get data, fixes
14581         * DataGridDrawingLogic.cs: huge improvements in painting, fixes, new methods
14582         * DataGrid.cs: fixes properties, implements vertical and horizontal scrolling
14583         * DataGridColumnStyle.cs: fixes
14584         * Theme.cs: new themable paramaters
14585                 
14586 2005-05-26  Peter Bartok  <pbartok@novell.com>
14587
14588         * ContainerControl.cs: Pass AdjustFormScrollbars() call on to base
14589
14590 2005-05-24 Jonathan S. Chambers <jonathan.chambers@ansys.com>
14591         * Control.cs: Fixed LowOrder and HighOrder to preserve sign.
14592
14593 2005-05-24  Peter Bartok  <pbartok@novell.com>
14594
14595         * OpenFileDialog.cs, Form.cs, Menu.cs, GroupBox.cs, UserControl.cs,
14596           Label.cs, DataGridTextBoxColumn.cs, PropertyGrid.cs, ErrorProvider.cs
14597           Splitter.cs, Control.cs, FontDialog.cs, TabPage.cs,
14598           FolderBrowserDialog.cs, HelpProvider.cs, DataGridTableStyle.cs,
14599           NotifyIcon.cs, FileDialog.cs, ListView.cs, SaveFileDialog.cs,
14600           ToolBarButton.cs, ImageList.cs, DataGridBoolColumn.cs, Panel.cs,
14601           DataGrid.cs, DataGridTextBox.cs, ListBox.cs, TrackBar.cs,
14602           AxHost.cs, TabControl.cs, ScrollableControl.cs, ToolBar.cs,
14603           DataGridColumnStyle.cs, PictureBox.cs, DateTimePicker.cs,
14604           StatusBar.cs, MonthCalendar.cs, TreeView.cs: Added
14605           missing attributes, etc
14606         * DataGridPreferredColumnWidthTypeConverter.cs: Added
14607
14608 2005-05-24  Peter Bartok  <pbartok@novell.com>
14609
14610         * Help.cs: Added, implemented trivial functions, throws up MessageBox
14611           when user tries to get help
14612         * DataObject.cs, DataFormats.cs, LinkArea.cs,
14613           SelectionRangeConverter.cs, Clipboard.cs : Removed unused variables
14614           to suppress warnings
14615         * XplatUIWin32.cs, XplatUIOSX.cs, XplatUIX11.cs: Removed unused code to
14616           avoid unreachable code warning
14617
14618 2005-05-20  Peter Bartok  <pbartok@novell.com>
14619
14620         * CursorConverter.cs (ConvertTo): Switched to use Cursor.GetObjectData
14621
14622 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
14623
14624         * DataGridTextBoxColumn.cs: Basic painting methods
14625         * DataGridTableStyle.cs: Set table style in the column
14626         * ThemeWin32Classic.cs: Use Theme for colors
14627         * DataGridDrawingLogic.cs: Implement more drawing
14628         * DataGrid.cs: drawing, theming, enhacements, fixes
14629         * DataGridColumnStyle.cs: fixes, drawing
14630         * Theme.cs: theming for Datagrid
14631
14632 2005-05-20  Peter Bartok  <pbartok@novell.com>
14633
14634         * Cursor.cs: Implemented GetObjectData() method
14635
14636 2005-05-20  Peter Bartok  <pbartok@novell.com>
14637
14638         * Cursors.cs: Added setting of cursor name
14639         * Cursor.cs:
14640           - Implemented constructors
14641           - Implemented Draw and DrawStretched
14642           - Implemented Current property
14643           - Implemented == and != operators
14644           - Implemented Dispose()
14645           - Implemented ToString
14646           - Added missing attributes
14647         * XplatUIX11.cs:
14648           - Added missing reset for OverrideCursor when DoEvents is called
14649           - Fixed creation of cursor, logic was wrong
14650         * XplatUIWin32.cs:
14651           - Added missing reset for OverrideCursor when DoEvents is called
14652           - Fixed creation of cursor, bit arrays were swapped
14653         * Clipboard.cs: Removed obsolete MonoTODO attribute
14654
14655 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
14656
14657         * ComboBox.cs: fixes OnSelectedItemChanged
14658         * ControlBindingsCollection.cs: fixes item range check
14659
14660 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
14661
14662         * UpDownBase.cs:
14663                 - Calc preferred height properly
14664                 - Implement missing properties
14665                 
14666         * NumericUpDown.cs: Implement missing events
14667
14668 2005-05-19  Jackson Harper  <jackson@ximian.com>
14669
14670         * TabControl.cs: New method that resizes the tab pages before
14671         redrawing them. This as needed as the control is double buffered
14672         and sizing will not be recalculated unless ResizeTabPages is
14673         called.
14674         * TabPage.cs: Set base.Text instead of Text in the constructor so
14675         that UpdateOwner does not get called. Use the new Redraw method of
14676         TabControl instead of Refresh so the sizing is recalculated.
14677         * ThemeWin32Classic.cs: Draw the text for button tabs.
14678
14679 2005-05-19  Jackson Harper  <jackson@ximian.com>
14680
14681         * Control.cs: Paint control background images. Fix typo where
14682         PaintControlBackground was not getting called correctly.
14683
14684 2005-05-19  Peter Bartok  <pbartok@novell.com>
14685
14686         * ScrollableControl.cs (DisplayRectangle): Undid my last change until
14687           I can investigate, apparently I broke FileDialog
14688
14689 2005-05-19  Marek Safar  <marek.safar@seznam.cz>
14690
14691         * AxHost.cs: Some simple properties.
14692         * Control.cs: window must be accessible after ctor.
14693         * Form.cs: Added TransparencyKey property.
14694         * TextBoxBase.cs: Implemented Clear. Text property can be null.
14695         * XplatUIWin32.cs: SetBorderStyle implemented.
14696
14697 2005-05-18  Peter Bartok  <pbartok@novell.com>
14698
14699         * DataObject.cs: Entries are not global but particular to the
14700           DataObject, now it behaves that way
14701         * XplatUIWin32.cs: Implemented Clipboard methods
14702         * Clipboard.cs: Implemented
14703         * ScrollableControl.cs (DisplayRectangle): Fixed calculation
14704         * XplatUIOSX.cs: Updated to final clipboard prototypes
14705         * XplatUIX11.cs: Implemented Clipboard methods
14706         * XplatUIDriver.cs: Updated to final clipboard prototypes
14707         * XplatUIStructs.cs:
14708           - Added BITMAPINFOHEADER struct
14709           - Added ClipboardFormats enum
14710         * X11Structs.cs:
14711           - Added ClipboardStruct
14712           - Added Atom enum items for clipboard types
14713           - Fixed atom types for Selection event structures
14714         * DataFormats.cs:
14715           - Added internal properties and methods for drivers to enumerate
14716             all known formats
14717           - Switched initialization method to allow drivers to assign their
14718             own IDs even for the MS predefined clipboard IDs
14719         * XplatUI.cs: Updated to final clipboard interface
14720
14721 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
14722         * PropertyGridView.cs: Fixed compiler warnings.
14723
14724 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
14725         * PropertyGrid.cs: Added some event calls
14726         * PropertyGridView.cs: Change drawing code to use double buffering
14727         * PropertyGridTextBox.cs: Changed Text property name
14728         * GridItem.cs: Added Bounds property.
14729         * GridEntry.cs: Added Bounds property.
14730
14731 2005-05-17  Lluis Sanchez Gual  <lluis@novell.com>
14732
14733         * Binding.cs: Use IsInstanceOfType instead of IsAssignableFrom
14734         since GetType() may not return the correct type if the object is
14735         a remoting proxy.
14736
14737 2005-05-17  Jordi Mas i Hernandez <jordi@ximian.com>
14738
14739         * TreeNodeCollection.cs: fixes get/set item ranges
14740         
14741 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
14742
14743         * ListBox.cs: Kazuki Oikawa's PreferredHeight and ItemHeight fixes
14744                 
14745 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
14746
14747         * ComboBox.cs: Fix item range comparation
14748         * ListView.cs: Fix item range comparation
14749
14750 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
14751
14752         * FontDialog.cs:
14753           - Clear example panel when OnPaint is called
14754           - Better solution for displaying the example panel text
14755           - Select default indexes in the ListBoxes
14756
14757 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
14758
14759         * XplatUIOSX.cs: Avoid painting into invisible views.  Fixes #74926
14760
14761 2005-05-11  Peter Bartok  <pbartok@novell.com>
14762
14763         * LinkArea.cs: Added and implemented LinkAreaTypeConverter class
14764         * SelectionRangeConverter.cs: Implemented
14765         * PropertyGrid.cs: Fixed attribute value
14766         * Control.cs:
14767           - Invoke(): Don't call Begin/EndInvoke if it is not neccessary
14768           - Added Sebastien Pouliot's CAS Stack Propagation fixes
14769         * XplatUIDriver.cs: Added new XplatUIDriverSupport class, for code
14770           that's common to all drivers. First methods to go there are
14771           Sebastien Pouliot's CAS Stack Propagation helper methods
14772         * XplatUIWin32.cs, XplatUIX11.cs, AsyncMethodData.cs: Fixes by
14773           Sebastien Pouliot for CAS Stack Propagation
14774
14775 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
14776
14777         * OSXStructs.cs:
14778           XplatUIOSX.cs: More cosmetic cleanup courtesy of Artyom Tyazhelov (Artyom.Tyazhelov@helmes.ee)
14779
14780 2005-05-12  Jordi Mas i Hernandez <jordi@ximian.com>
14781
14782         * DataGridTextBoxColumn.cs: fixed some members
14783         * GridColumnStylesCollection.cs: indexed column is case insensitive
14784         * DataGridTableStyle.cs: fixes
14785         * ThemeWin32Classic.cs: add new theme parameter
14786         * Theme.cs: add new theme parameter
14787         * DataGridDrawingLogic.cs: Datagrid's drawing logic
14788         * DataGrid.cs: fixes, new internal properties, etc.
14789         * DataGridColumnStyle.cs: allows to set grid value
14790         *
14791
14792 2005-05-10  Peter Bartok  <pbartok@novell.com>
14793
14794         * AccessibleObject.cs:
14795           - Removed MonoTODO attribute on help, method is correct
14796           - Fixed Bounds property
14797         * AxHost.cs: Moved MonoTODO
14798         * ButtonBase.cs: Now setting AccessibleObject properties
14799         * RadioButton.cs: Setting proper AccessibleObject role
14800         * CheckBox.cs: Setting proper AccessibleObject role
14801         * ControlBindingsCollection.cs: Added properties, methods and attributes
14802         * DataFormats.cs: Fixed awkward internal API, and changed to enable
14803           userdefined DataFormats.Format items as well
14804         * ListControl.cs: Removed data_member from the public eye
14805         * OpenFileDialog.cs:
14806           - Made class sealed
14807           - Added missing attributes
14808         * SaveFileDialog.cs: Added missing attributes
14809         * ImageListStreamer.cs: Fixed code that caused warnings
14810         * LinkLabel.cs: Removed unreachable code
14811         * TreeView.cs: Fixed code that caused warnings
14812         * PropertyGridView.cs: Fixed code that caused warnings
14813         * GridColumnStylesCollection.cs: Added missing attributes
14814         * GridTableStylesCollection: Added missing attribute
14815         * PropertyManager: Added .ctor
14816         * SecurityIDType: Added
14817         * DataObject.cs: Implemented class
14818         * LinkArea.cs: Added missing attribute
14819
14820 2005-05-11  Jordi Mas i Hernandez <jordi@ximian.com>
14821
14822         * RadioButton.cs: call base method to allow to fire OnClick event
14823         * UpDownBase.cs: OnMouseUp call base method
14824         * CheckedListBox.cs: call base method before returning
14825         * TrackBar.cs: call base method before returning
14826         
14827
14828 2005-05-10  Peter Bartok  <pbartok@novell.com>
14829
14830         * XplatUIX11.cs: Fix for #74902, check pending timers when peeking
14831           for messages
14832
14833 2005-05-10  Peter Bartok  <pbartok@novell.com>
14834
14835         * DataFormats.cs: Implemented
14836         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs,
14837           XplatUIX11.cs: Added Clipboard APIs
14838         * XplatUIWin32.cs: Implemented Clipboard APIs
14839         * FolderBrowserDialog.cs: Added missing event, attributes
14840
14841 2005-05-10  Jordi Mas i Hernandez <jordi@ximian.com>
14842
14843         * CheckBox.cs: call base method to allow to fire OnClick event
14844
14845 2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>
14846
14847         * XplatUI.cs: Use PlatformID.Unix under NET_2_0.
14848
14849 2005-05-06  Peter Bartok  <pbartok@novell.com>
14850
14851         * XplatUIX11.cs: Redid Jackson's fix, it was causing a busy loop
14852         * Screen.cs: Implemented
14853         * HelpNavigator.cs: Added
14854         * XplatUIWin32.cs: Added SystemParametersInfo call, fixed WorkArea
14855           property
14856         * HelpProvider.cs: Implemented all we can do until we have a CHM
14857           help library (which means that "What's This" does work now)
14858
14859 2005-05-06  Jackson Harper  <jackson@ximian.com>
14860
14861         * XplatUIX11.cs: Fix waking up the main loop.
14862                 
14863 2005-05-05  Peter Bartok  <pbartok@novell.com>
14864
14865         * XplatUI.cs: Updated revision
14866         * Form.cs: Removed enless loop
14867         * GroupBox.cs (OnPaint): Added call to base.OnPaint()
14868         * Label.cs (OnPaint): Added call to base.OnPaint()
14869         * ToolTip.cs: Made ToolTipWindow reusable for other controls
14870         * LinkLabel.cs (OnPaint): Added call to base.OnPaint()
14871         * UpDownBase.cs (OnPaint): Moved base.OnPaint() call to end of method
14872         * AxHost.cs: Added
14873         * ButtonBase.cs: Moved base.OnPaint() call to end of method
14874         * ThemeWin32Classic.cs: Replaced references to ToolTip with references
14875           to ToolTip.ToolTipWindow for drawing and size methods; this allows
14876           reuse of ToolTipWindow by other controls
14877         * SizeGrip.cs: Moved base.OnPaint() call to end of method
14878         * XplatUIX11.cs: Now clipping drawing area (experimental)
14879         * PictureBox.cs: Moved base.OnPaint() call to end of method
14880         * Theme.cs: Fixed ToolTip abstracts to match new format
14881         * ErrorProvider.cs: Implemented
14882
14883 2005-05-05  Jordi Mas i Hernandez <jordi@ximian.com>
14884
14885         * Label.cs: fire events using OnAutoSizeChanged and OnTextAlignChanged
14886         * LinkLabel.cs:
14887                 - Adds cursors
14888                 - Handles focus
14889                 - Implements LinkBehavior
14890                 - Fixes many issues
14891
14892 2005-05-03  Jackson Harper  <jackson@ximian.com>
14893
14894         * ListView.cs: Calculate the scrollbar positioning on resize and
14895         paint, so they get put in the correct place.
14896
14897 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
14898
14899         * ColorDialogs.cs: The small color panels are now handled by
14900           SmallColorControl. This fixes drawing of the focus rectangle
14901           and adds a 3D border.
14902
14903 2005-05-03  Peter Bartok  <pbartok@novell.com>
14904
14905         * Control.cs: Modified version of Jonathan Chamber's fix for
14906           double-buffering
14907
14908 2005-05-03  Jackson Harper  <jackson@ximian.com>
14909
14910         * ListView.cs: Remove redraw variable. Control now handles whether
14911         or not a redraw needs to be done, and will only raise the paint
14912         event if redrawing is needed.
14913
14914 2005-05-03  Jackson Harper  <jackson@ximian.com>
14915
14916         * Splitter.cs: No decorations for the splitter form. Cache the
14917         hatch brush.
14918
14919 2005-05-03  Jackson Harper  <jackson@ximian.com>
14920
14921         * TreeView.cs: Use dashed lines to connect nodes. Use the
14922         ControlPaint method for drawing the focus rect instead of doing
14923         that in treeview.
14924
14925 2005-05-02  Peter Bartok  <pbartok@novell.com>
14926
14927         * LinkLabel.cs: Fixed the fixes from r43566 and 43521
14928
14929 2005-04-29  Jackson Harper  <jackson@ximian.com>
14930
14931         * ThemeWin32Classic.cs: Don't clear the GC that will clear the
14932         entire image buffer. Just clear the clipping rectangle.
14933
14934 2005-04-29  Jackson Harper  <jackson@ximian.com>
14935
14936         * ThemeWin32Classic.cs: Don't draw list view items that are
14937         outside the clipping rectangle.
14938
14939 2005-04-29  Jordi Mas i Hernandez <jordi@ximian.com>
14940
14941         * ListBox.cs: added horizontal item scroll
14942
14943 2005-04-29  Jackson Harper  <jackson@ximian.com>
14944
14945         * ThemeWin32Classic.cs: Remove some old debug code that was
14946         causing flicker with the new double buffering code.
14947
14948 2005-04-29  John BouAntoun  <jba-mono@optusnet.com.au>
14949
14950         * MonthCalendar.cs, DateTimePicker.cs: Made monthcalendar dropdwon
14951         behave like combobox and comboboxlist (still not sure if this is
14952         correct though).
14953
14954 2005-04-28  Jackson Harper  <jackson@ximian.com>
14955
14956         * ThemeWin32Classic.cs: Don't fill the middle of progress
14957         bars. This fills areas outside of the clip bounds that don't need
14958         to be filled.
14959
14960 2005-04-28  Jackson Harper  <jackson@ximian.com>
14961
14962         * Control.cs: Don't expose functionality to touch the image buffers.
14963         * ProgressBar.cs:
14964         * ListView.cs: We do not need to (and no longer can) manipulate
14965         the image buffers directly. All of this is handled by Control.
14966
14967 2005-04-28  Peter Bartok  <pbartok@novell.com>
14968
14969         * RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
14970           RichTextBoxScrollBars.cs, RichTextBoxStreamType.cs,
14971           RichTextBoxFinds.cs, RichTextBoxWordPunctuations.cs: Added
14972
14973 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
14974
14975         * Combobox:
14976                 - Adjust control's height for non-simple comboboxes (bug fix)
14977                 - Remove dead code
14978         * MenuAPI.cs: remove unused var
14979         * ScrollBar.cs: remove unsed var
14980                  
14981         * ListBox.cs: unselect items when clearing
14982
14983 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
14984
14985         * ListControl.cs: honors OnPositionChanged and default Selected Item
14986         * ListBox.cs: unselect items when clearing
14987
14988 2005-04-27  Jackson Harper  <jackson@ximian.com>
14989
14990         * X11Keyboard.cs: Initialize a default keyboard and give a warning
14991         if a "correct" keyboard is not found. This will make us not crash,
14992         but might give some users bad keyboard layouts...seems to be the
14993         same thing rewind does.
14994
14995 2005-04-27  Jackson Harper  <jackson@ximian.com>
14996
14997         * BindingManagerBase.cs: Attach the current/position changed
14998         handlers to their respective events.
14999
15000 2005-04-27  Jackson Harper  <jackson@ximian.com>
15001
15002         * Control.cs: Make sure that the first WM_PAINT does a full draw,
15003         not just a blit.
15004         * ThemeWin32Classic.cs: Don't fill the background for picture
15005         boxes. This could overright user drawing.
15006         * ComboBox.cs: Just fill the clipping rect not the entire client
15007         rect when drawing the background. This prevents pieces of the
15008         image buffer from getting overwritten and is theoretically faster.
15009
15010 2005-04-26  Jordi Mas i Hernandez <jordi@ximian.com>
15011
15012         * ComboBox.cs: Databinding support fixes, fire missing events
15013         * ListControl.cs: implement missing methods and properties, fixes
15014         * ThemeWin32Classic.cs: Databiding support on Drawing
15015         * CheckedListBox.cs: Databinding support fixes, fire missing events
15016         * ListBox.cs: Databinding support fixes, fire missing events
15017         
15018 2005-04-25  Peter Bartok  <pbartok@novell.com>
15019
15020         * LinkLabel.cs: Length of LinkArea is not allowed to be negative
15021
15022 2005-04-25  Jackson Harper  <jackson@ximian.com>
15023
15024         * TreeView.cs: Use the horizontal scrollbars height not width when
15025         determining how much of the client area is available.
15026
15027 2005-04-25  Jackson Harper  <jackson@ximian.com>
15028
15029         * Control.cs: Double buffering is handled differently now. As per
15030         the spec, the extra buffer is created in the WM_PAINT message and
15031         passed down to the control's drawing code.
15032         * GroupBox.cs:
15033         * Label.cs:
15034         * CheckBox.cs:
15035         * ProgressBar.cs:
15036         * RadioButton.cs:
15037         * ColorDialog.cs:
15038         * ComboBox.cs:
15039         * PropertyGridView.cs:
15040         * UpDownBase.cs:
15041         * MessageBox.cs:
15042         * MenuAPI.cs:
15043         * ListView.cs:
15044         * ButtonBase.cs:
15045         * SizeGrip.cs:
15046         * ScrollBar.cs:
15047         * ListBox.cs:
15048         * TrackBar.cs:
15049         * ToolBar.cs:
15050         * PictureBox.cs:
15051         * DateTimePicker.cs:
15052         * StatusBar.cs:
15053         * TreeView.cs: Update to new double buffering system.
15054         * MonthCalendar.cs: Uncomment block, as Capture is now
15055         working. Update to new double buffering
15056         * LinkLabel.cs: Lazy init the link collection. Update to new double buffering
15057         * PaintEventArgs.cs: New internal method allows us to set the
15058         graphics object. This is used for double buffering.
15059         * ThemeWin32Classic.cs: Give the picture box drawing code a clip
15060         rectangle. The internal paint_area var has been removed from
15061         StatusBar. The clipping rect should be used instead.
15062         * Theme.cs: Give the PictureBox drawing method a clipping rect.
15063         * TabPage.cs: The RefreshTabs method was removed, so just call the
15064         tab controls Refresh method now.
15065         * TabControl.cs: Update to new double buffering. Make sure the
15066         handle is created before sizing the tab pages, otherwise we will
15067         get stuck in a loop.
15068
15069 2005-04-24  Borja Sanchez Zamorano <borsanza@gmail.com>
15070
15071         * LinkLabel.cs: Fix typo, bug #74719; patch
15072           from Borja Sanchez Zamorano
15073
15074 2005-04-22  Jackson Harper  <jackson@ximian.com>
15075
15076         * TreeNode.cs: Implement Handle stuff.
15077         * TreeView.cs: Utility methods so nodes can get/lookup by handle.
15078
15079 2005-04-22  Jordi Mas i Hernandez <jordi@ximian.com>
15080
15081         * DataGridTextBoxColumn.cs: call base constructors, fixes
15082         * GridColumnStylesCollection.cs: missing events, methods, and functionality
15083         * GridTableStylesCollection.cs: fixes, check duplicate mapping names
15084         * DataGridTableStyle.cs: implements create default column styles
15085         * DataGridBoolColumn.cs: which types can handle
15086         * DataGrid.cs: missing methods, fixes, new functionality
15087         * DataGridColumnStyle.cs: fixes
15088
15089 2005-04-20  Alexander Olk  <xenomorph2@onlinehome.de>
15090         * FolderBrowserDialog.cs:
15091         - Use a thread to fill the TreeView
15092         - Adjusted some sizes
15093
15094 2005-04-19  Peter Bartok  <pbartok@novell.com>
15095
15096         * LinkLabel.cs: (Re-)create the pieces when setting the Text
15097           property. Fixes #74360.
15098
15099 2005-04-19  Jackson Harper  <jackson@ximian.com>
15100
15101         * XEventQueue.cs: Lock when getting the lockqueue size.
15102         * PictureBox.cs: Call base OnPaint
15103         
15104 2005-04-19  Peter Bartok  <pbartok@novell.com>
15105
15106         * XplatUIX11.cs: Fixed bug introduced with the HWND rewrite, Async
15107           messages were no longer being processed (this broke BeginInvoke)
15108
15109           
15110 2005-04-18  Jackson Harper  <jackson@ximian.com>
15111
15112         * TreeView.cs: buglet that caused node images to get drawn
15113         regardless of whether or not they were in the clipping rectangle.
15114
15115 2005-04-18  Jackson Harper  <jackson@ximian.com>
15116
15117         * CurrencyManager.cs: There are four rules for GetItemProperties:
15118         - If the type is an array use the element type of the array
15119         - If the type is a typed list, use the type
15120         - If the list contains an Item property that is not an object, use
15121         that property
15122         - use the first element of the list if there are any elements in
15123         the list.
15124         
15125 2005-04-17  Jackson Harper  <jackson@ximian.oom>
15126
15127         * TreeView.cs: Calculate plus minus and checkbox bounds when there is a
15128         click. This handles offsets for scrolling properly and reduces
15129         memory. Also fixed GetNode to not offset now that TopNode works
15130         properly.
15131         * TreeNode.cs: No longer need to track the plus minus or checkbox bounds.
15132         
15133 2005-04-17  Jackson Harper  <jackson@ximian.com>
15134
15135         * CursorConverter.cs: Initial implementation.
15136
15137 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
15138
15139         * ListControl.cs: work towards complex data binding support on ListControl
15140         * CurrencyManager.cs: work towards complex data binding support on ListControl
15141         * ListBox.cs: work towards complex data binding support on ListControl
15142
15143
15144 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
15145
15146         * GridTableStylesCollection.cs: fixes name and constructor
15147         * DataGridTableStyle.cs: fixes
15148         * DataGridBoolColumn.cs: fixes names and constructors
15149         * DataGrid.cs: define methods and properties. Some init implementations
15150         * DataGridCell.cs: define methods and properties. Some init implementations
15151         * GridTablesFactory.cs: Define methods and properties
15152
15153 2005-04-15  Geoff Norton  <gnorton@customerdna.com>
15154
15155         * XplatUIOSX.cs:  Handle proper mouse tracking even if the current
15156         graphics port changes.  We still want the coordinates in global screen
15157         coordinates.
15158
15159 2005-04-14  Jackson Harper  <jackson@ximian.com>
15160
15161         * TreeView.cs: Handle clicks when plus minus is disabled. Don't
15162         check plus minus or checkbox clicks unless those features are enabled.
15163
15164 2005-04-14  Jackson Harper  <jackson@ximian.com>
15165
15166         * TreeView.cs: Add methods for setting the top and bottom visible
15167         nodes. TreeNode::EnsureVisible uses these methods.
15168         * TreeNode.cs: Implement EnsureVisible
15169
15170 2005-04-13  Jordi Mas i Hernandez <jordi@ximian.com>
15171
15172         * Form.cs: Pospone menu assignation if the window has not been created yet
15173         * XplatUIWin32.cs: Fixes Win32SetWindowPos, then does not change window
15174         size and position
15175
15176 2005-04-12  Jackson Harper  <jackson@ximian.com>
15177
15178         * TreeView.cs: Set the TopNode properly when scrolling
15179         occurs. This has the added benifit of reducing the amount of
15180         walking that needs to be done when drawing. Also removed an old
15181         misleading TODO.
15182         * OpenTreeNodeEnumerator.cs: Fix moving backwards.
15183         
15184 2005-04-11  Jordi Mas i Hernandez <jordi@ximian.com>
15185
15186         * Timer.cs: fixes interval setting when the timer is already enabled
15187         
15188 2005-04-10  Alexander Olk  <xenomorph2@onlinehome.de>
15189
15190         * FolderBrowserDialog.cs: First approach
15191
15192 2005-04-09  Peter Bartok  <pbartok@novell.com>
15193
15194         * FolderBrowserDialog: Added
15195
15196 2005-04-07  Jordi Mas i Hernandez <jordi@ximian.com>
15197
15198         * LinkLabel.cs: move drawing code into the theme
15199         * ThemeWin32Classic.cs: drawing code and painting background bugfix
15200         * Theme.cs: define DrawLinkLabel method
15201
15202 2005-04-05  Jackson Harper  <jackson@ximian.com>
15203
15204         * BindingContext.cs: Use weak references so these bad actors don't
15205         stay alive longer then they need to.
15206
15207 2005-04-05  Jackson Harper  <jackson@ximian.com>
15208
15209         * ListControl.cs: Basic implementation of complex databinding.
15210         * ComboBox.cs:
15211         * ListBox.cs: Add calls to ListControl databinding methods.
15212
15213 2005-04-05  Alexander Olk  <xenomorph2@onlinehome.de>
15214
15215         * FileDialog.cs:
15216           - Don't change PopupButtonState to Normal when the
15217             PopupButton gets pressed several times.
15218           - Renamed ButtonPanel to PopupButtonPanel
15219
15220 2005-04-05  Jordi Mas i Hernandez <jordi@ximian.com>
15221
15222         * ColorDialog.cs: Use cached objects instead of creating them
15223         * LinkLabel.cs: Use cached objects instead of creating them
15224         * Splitter.cs: Use cached objects instead of creating them
15225         * FontDialog.cs: Use cached objects instead of creating them
15226         * PropertyGridView.cs: Use cached objects instead of creating them
15227         * MessageBox.cs: Use cached objects instead of creating them
15228         * FileDialog.cs: Use cached objects instead of creating them
15229         * ThemeWin32Classic.cs: Use cached objects instead of creating them
15230         * TreeView.cs: Use cached objects instead of creating them
15231         
15232 2005-04-04  Jordi Mas i Hernandez <jordi@ximian.com>
15233
15234         * Control.cs: use Equals to compare the font since no == op
15235         * ScrollBar.cs: use Equals to compare the font since no == op
15236
15237 2005-04-04  Alexander Olk  <xenomorph2@onlinehome.de>
15238
15239         * SaveFileDialog.cs: Open stream in OpenFile with FileMode Create
15240
15241 2005-04-01  Jackson Harper  <jackson@ximian.com>
15242
15243         * Binding.cs: Implement IsBinding.
15244         * BindingManagerBase.cs:
15245         * PropertyManager.cs:
15246         * CurrencyManager.cs: Add IsSuspended property.
15247
15248 2005-04-01  Jackson Harper  <jackson@ximian.com>
15249
15250         * Binding.cs: Had some IsAssignableFrom calls backwards.
15251
15252 2005-04-01  Jackson Harper  <jackson@ximian.com>
15253
15254         * Binding.cs: Handle null data members when pulling data.
15255         * PropertyManager.cs: Handle the data member being a property that
15256         does not exist.
15257
15258 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
15259
15260         * DataGridTextBoxColumn.cs: fixes signature
15261         * DataGrid.cs: calls right constructor
15262
15263 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
15264
15265         * DataGridTextBoxColumn.cs: implements DataGridTextBoxColumn class
15266         * GridColumnStylesCollection.cs: implements GridColumnStylesCollection
15267         * GridTableStylesCollection.cs: implements GridTableStylesCollection
15268         * DataGridTableStyle.cs: implements DataGridTableStyle
15269         * DataGridBoolColumn.cs: implements DataGridBoolColumn
15270         * DataGridTextBox.cs: implements DataGridTextBox
15271         * DataGridColumnStyle.cs: implements DataGridColumnStyle
15272
15273 2005-03-31  Alexander Olk  <xenomorph2@onlinehome.de>
15274
15275         * FileDialog.cs: Added simple PopupButton class for ButtonPanel
15276
15277 2005-03-29  Peter Bartok  <pbartok@novell.com>
15278
15279         * Application.cs:
15280           - Properly implemented CompanyName property
15281           - Fixed LocalUserAppDataPath and UserAppDataPath, now properly
15282             returns a path that includes CompanyName, ProductName and
15283             Version (fixes bug #70330)
15284
15285 2005-03-29  Stefan Buehler  <sbuehler@gmx.ch>
15286
15287         * TabPage.cs: Don't use Owner.DisplayRectangle unless owner is valid,
15288           fixes bug #72588.
15289
15290 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
15291
15292         * FileDialog.cs, SaveFileDialog.cs OpenFileDialog.cs:
15293         
15294           - Added ReadOnly CheckBox
15295           - Further refactoring: moved some code from Open-/SaveFileDialog
15296             to FileDialog
15297
15298 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
15299
15300         * OpenFileDialog.cs: Fixed CheckFileExists
15301         * FileDialog.cs:
15302           Moved FileView and DirComboBox outside FileDialog class.
15303           They can now be used outside FileDialog
15304
15305 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
15306
15307         * FileDialog.cs: Added a contextmenu to change ShowHiddenFiles
15308         * SaveDialog.cs, OpenFileDialog.cs: Fixes for Reset() method
15309
15310 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
15311
15312         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
15313           - Added missing CreatePrompt property in SaveDialog
15314           - Overall SaveDialog handling should be better now
15315           - Added non standard ShowHiddenFiles property
15316           - Added extension, CreatePrompt and OverwritePrompt support in SaveDialog
15317           - Added InitialDirectory and RestoreDirectory support
15318
15319 2005-03-26  Alexander Olk  <xenomorph2@onlinehome.de>
15320
15321         * FileDialog.cs: Made dirComboBox usable
15322
15323 2005-03-24  Alexander Olk  <xenomorph2@onlinehome.de>
15324
15325         * FileDialog.cs: Added Filter support (case sensitiv)
15326
15327 2005-03-24  Jackson Harper  <jackson@ximian.com>
15328
15329         * TabControl.cs: Need a couple more pixels for the lines.
15330
15331 2005-03-23  Jackson Harper  <jackson@ximian.com>
15332
15333         * TabControl.cs: Give the tab page focus when it is selected.
15334
15335 2005-03-23  Jackson Harper  <jackson@ximian.com>
15336
15337         * TabControl.cs: Account for the drawing of tabs borders when
15338         invalidating. If the slider was clicked dont do click detection on
15339         the tabs.
15340
15341 2005-03-23  Jackson Harper  <jackson@ximian.com>
15342
15343         * TabControl.cs: Fix typo, emilinates an unneeded expose event.
15344
15345 2005-03-22  Jonathan Chambers  <jonathan.chambers@ansys.com>
15346
15347         * CategoryGridEntry.cs: Added
15348         * GridItem.cs: Added helper properties
15349         * PropertyGridTextBox.cs: Custom textbox control for PropertyGrid.
15350         * GridEntry.cs: Updated code for collection
15351         * PropertyGrid.cs: Cleaned up some formatting
15352         * PropertyGridView.cs: Added drop down functionality for enums.
15353         * GridItemCollection.cs: Added enumerator logic
15354         * PropertyGridEntry.cs: Added
15355
15356 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
15357
15358         * FileDialog.cs:
15359           - Removed unnecessary commented code
15360           - Fixed handling for entering the filename manually in the combobox
15361
15362 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
15363
15364         * FileDialog.cs, OpenFileDialog.cs: OpenFileDialog Multiselect now works
15365
15366 2005-03-18  Peter Bartok  <pbartok@novell.com>
15367
15368         * ThemeWin32Classic.cs: Moved listview column headers a bit, to avoid
15369           them being touching the border
15370
15371 2005-03-18  Peter Bartok  <pbartok@novell.com>
15372
15373         * TextControl.cs: Quick hack to center text better
15374
15375 2005-03-18  Peter Bartok  <pbartok@novell.com>
15376
15377         * ControlPaint.cs:
15378           - Don't throw NotImplemented exceptions, just print a notice once
15379             instead (requested by Miguel). This makes running existing SWF
15380             apps a bit easier
15381         * Control.cs:
15382           - Commented out Drag'N'Drop XplatUI call (no driver support yet)
15383           - Added context menu trigger on right click
15384         * Panel.cs: Trigger invalidate on resize
15385         * StatusBar.cs:
15386           - Removed old double-buffer drawing
15387           - Added ResizeRedraw style to force proper update of statusbar
15388         * ListView.cs:
15389           - Removed debug output
15390         * ThemeWin32Classic.cs:
15391           - Fixed drawing of status bar, now draws Text property if there
15392             are no defined panels
15393
15394 2005-03-18  Jackson Harper  <jackson@ximian.com>
15395
15396         * ImageList.cs: When the image stream is set pull all the images
15397         from it.
15398         * ImageListStreamer.cs: Implement reading image list streams.
15399
15400 2005-03-18  Peter Bartok  <pbartok@novell.com>
15401
15402         * ThemeWin32Classic.cs (DrawPictureBox):
15403           - Fixed calculations for centered drawing
15404           - Fixed drawing for normal mode, not scaling the image on normal
15405
15406 2005-03-18  Peter Bartok  <pbartok@novell.com>
15407
15408         * ComboBox.cs: Now also firing the OnKeyPress events for the embedded
15409           textbox
15410         * FileDialog.cs:
15411           - Made Open/Save button the accept button for FileDialog
15412           - Tied the cancel button to the IButtonControl cancel button
15413           - Save/Open now properly builds the pathname
15414           - Now handles user-entered text
15415           - Preventing crash on right-click if no item is selected
15416           - Fixed Text property, now uses contents of textbox
15417           - Fixed SelectedText property, now just returns the text part that
15418             is selected in the text box
15419
15420 2005-03-18  Jackson Harper  <jackson@ximian.com>
15421
15422         * ThemeWin32Classic.cs: Use the proper func for drawing the focus
15423         rect, make sure to de-adjust the interior rect after drawing the
15424         tab text.
15425
15426 2005-03-18  Peter Bartok  <pbartok@novell.com>
15427
15428         * MenuAPI.cs: Remove menu *before* executing selected action to
15429           prevent the menu from 'hanging around'
15430           
15431 2005-03-17  Geoff Norton  <gnorton@customerdna.com>
15432
15433         * XplatUIOSX.cs: Implemented WorkingArea property
15434
15435 2005-03-17  Peter Bartok  <pbartok@novell.com>
15436
15437         * XplatUIX11.cs: Fixed menu coord calculations
15438         * MenuAPI.cs: Now using new ScreenToMenu()/MenuToScreen() methods
15439           for calculating offsets
15440
15441 2005-03-17  Peter Bartok  <pbartok@novell.com>
15442
15443         * Hwnd.cs: Do not consider menu presence for default client
15444           rectangle location/size
15445         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs,
15446           XplatUIWin32.cs: Added MenuToScreen() and ScreenToMenu() coord
15447           translation functions
15448         * FileDialog.cs: Fixed (what I presume is a) typo
15449
15450 2005-03-17  Jonathan Gilbert  <logic@deltaq.org>
15451
15452         * XplatUIX11.cs: Added call to XInitThreads() to allow multi-threaded
15453           X access (avoids X-Async errors)
15454
15455 2005-03-16  Jackson Harper  <jackson@ximian.com>
15456
15457         * TabControl.cs: Raise the SelectedIndexChanged event.
15458
15459 2005-03-16  Alexander Olk  <xenomorph2@onlinehome.de>
15460
15461         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
15462           - Removed vertical ToolBar and replaced it with a custom panel
15463             (desktop and home button already work)
15464           - Added Help button (some controls get resized or relocated then)
15465           - Draw correct text depending on Open or Save.
15466           - Fixed some typos...
15467
15468 2005-03-16  Jordi Mas i Hernandez <jordi@ximian.com>
15469
15470         * ScrollBar.cs:
15471           - Only change Maximum and Minimum when need it (bug fix)
15472
15473 2005-03-15  Peter Bartok  <pbartok@novell.com>
15474
15475         * Form.cs: Use Handle for icon, to trigger creation if
15476           the window does not yet exist
15477         * Control.cs:
15478           - CanSelect: Slight performance improvement
15479           - Focus(): Preventing possible recursion
15480           - Invalidate(): Removed ControlStyle based clear flag setting
15481           - WM_PAINT: fixed logic for calling OnPaintBackground
15482           - WM_ERASEBKGND: Fixed logic, added call to new driver method
15483             EraseWindowBackground if the control doesn't paint background
15484         * XplatUIWin32.cs:
15485           - Moved EraseWindowBackground() method to internal methods
15486           - Removed unused WM_ERASEBKGND handling in GetMessage; msg never comes;
15487             is sent via SendMessage on BeginPaint call on Win32
15488         * XplatUIX11.cs:
15489           - Added EraseWindowBackground() method
15490           - No longer sends WM_ERASEBKGND on .Expose, but on call to
15491             PaintEventStart, which more closely matches Win32 behaviour
15492           - Fixed Invalidate() call, now updates new ErasePending Hwnd property
15493           - Fixed SetFocus() to properly deal with client and whole windows
15494         * Hwnd.cs: Added ErasePending property
15495         * XplatUIOSX.cs: Stubbed EraseWindowBackground() method
15496         * XplatUI.cs, XplatUIDriver.cs: Added EraseWindowBackground() method
15497
15498 2005-03-12  Geoff Norton  <gnorton@customerdna.com>
15499
15500         * XplatUIOSX.cs:
15501           - Fix hard loop when timers exist.
15502           - Fix bugs with middle and right click for 3 button mice.
15503
15504 2005-03-11  Peter Bartok  <pbartok@novell.com>
15505
15506         * XplatUIX11.cs:
15507           - get_WorkingArea: Need to call X directly, GetWindowPos only
15508             returns cached data now
15509           - Added sanity check to GetWindowPos hwnd usage
15510
15511 2005-03-11  Jackson Harper  <jackson@ximian.com>
15512
15513         * BindingManagerBase.cs: This method isn't used anymore as
15514         PullData now updates the data in the control.
15515
15516 2005-03-11  Jordi Mas i Hernandez <jordi@ximian.com>
15517
15518         * Form.cs: fixes menu drawing on X11
15519         * MenuAPI.cs:  fixes menu drawing on X11
15520
15521 2005-03-11  Peter Bartok  <pbartok@novell.com>
15522
15523         * Control.cs: Changed OnCreateControl behaviour based on a suggestion
15524           from Jonathan Gilbert; should fix bug #73606
15525         * XplatUIX11.cs: Fixed NC Mouse message coordinates, they need to be
15526           in Screen coordinates. Thanks, Jordi.
15527         * Form.cs: Added missing attribute
15528
15529 2005-03-11  Peter Bartok  <pbartok@novell.com>
15530
15531         * Form.cs:
15532           - Rudimentary Mdi support
15533           - Removed outdated FormParent code
15534           - Implemented lots of missing properties and methods, still missing
15535             transparency support
15536           - Added missing attributes
15537           - Implemented support for MaximumBounds
15538           - Added firing of various events
15539         * XplatUI.cs: Added SetIcon() method
15540         * XplatUIDriver.cs: Added SetIcon() abstract
15541         * XplatUIOSX.cs: Stubbed out SetIcon() method
15542         * XplatUIX11.cs:
15543           - Implemented SetIcon() support
15544           - Moved SetMenu() and SetBorderStyle() to proper alphabetical pos
15545           - Switched to unix line endings
15546         * XplatUIWin32.cs:
15547           - Made POINT internal so for can access it as part of MINMAX
15548           - Implemented SetIcon() support
15549           - Implemented support for CLIENTCREATESTRUCT (but might have to drop
15550             native Mdi support again, might have to go managed)
15551         * Control.cs: Now fires the StyleChanged event
15552         * MdiClient.cs: Added; still mostly empty
15553
15554 2005-03-10  Peter Bartok  <pbartok@novell.com>
15555
15556         * SaveFileDialog.cs: Added emtpy file
15557
15558 2005-03-08  Peter Bartok  <pbartok@novell.com>
15559
15560         * Control.cs: Fixed bug #73190; now invokes CreateControl (which
15561           in turn triggers OnCreateContro) when creating a handle for the
15562           first time.
15563         * TextControl.cs: Fixed endless loop in certain cases when
15564           replacing the current selection
15565
15566 2005-03-08  Jordi Mas i Hernandez <jordi@ximian.com>
15567
15568         * ScrollBar.cs:
15569           - Honors NewValue changes in Scroll events allowing apps to change it
15570           - Adds First and Last Scroll events
15571           - Fixes Thumb events
15572
15573 2005-03-07  Peter Bartok  <pbartok@novell.com>
15574
15575         * Hwnd.cs: Added DefaultClientRectangle property
15576         * XplatUI.cs: Now using the X11 driver Where() method, which provides
15577           more detailed debug information
15578         * XplatUIX11.cs:
15579           - Fixed size-change feedback loop, where we would pull an old size
15580             off the queue and mistakenly change our window's size to an
15581             earlier value
15582           - Now compressing ConfigureNotify events, to reduce looping and
15583             redraw issues
15584         * TextBoxBase.cs: Preventing crash when no text is set and ToString()
15585           is called
15586
15587 2005-03-07  Jackson Harper  <jackson@ximian.com>
15588
15589         * Binding.cs: Push data pushes from data -> property. Check if the
15590         property is readonly when attempting to set it.
15591
15592 2005-03-07  Jackson Harper  <jackson@ximian.com>
15593
15594         * Binding.cs: Format and parse data correctly. Use ASsignableFrom
15595         instead of IsSubclassOf. Pulling data now sets the value on the
15596         control.
15597         * PropertyManager.cs:
15598         * CurrencyManager.cs: Just need to pull data when updating now,
15599         because PullData will set the value on the control.
15600
15601 2005-03-04  Jackson Harper  <jackson@ximian.com>
15602
15603         * Binding.cs: Implement data type parsing and converting on pulled
15604         data. TODO: Are there more ways the data can be converted?
15605
15606 2005-03-04  Jackson Harper  <jackson@ximian.com>
15607
15608         * Binding.cs: Support <Property>IsNull checks. Also bind to the
15609         controls Validating method so we can repull the data when the
15610         control loses focus.
15611
15612 2005-03-03  Jordi Mas i Hernandez <jordi@ximian.com>
15613
15614         * ColumnHeader.cs:
15615           - Fixes null string format
15616           
15617         * ListView.cs:
15618           - Adds enum type checks
15619           - Fixes redrawing and recalc need after changing some properties
15620           - Fixes on focus_item set after the event
15621           - Fixes adding columns after the control has been created
15622           
15623         * ThemeWin32Classic.cs:
15624           - Fixes CheckBox focus rectangle
15625           - Fixes ColumnHeader drawing
15626
15627
15628 2005-03-03  Jackson Harper  <jackson@ximian.com>
15629
15630         * Binding.cs: Bind to <Property>Changed events so we can detect
15631         when properties are changed and update the data.
15632
15633 2005-03-02  Jordi Mas i Hernandez <jordi@ximian.com>
15634
15635         * ImageList.cs:
15636           - Changes 32-bit pixel format to Format32bppArgb to allow transparency
15637           - Fixes ImageList constructor with ImageList container
15638           - Fixes image scaling (wrong parameters at DrawImage)
15639
15640 2005-02-02  Jackson Harper  <jackson@ximian.com>
15641
15642         * Binding.cs: Make property searches case-insensitive. Eliminate
15643         some duplicated code.
15644
15645 2005-03-01  Jordi Mas i Hernandez <jordi@ximian.com>
15646
15647         * ComboBox.cs:
15648                 - Handle focus event
15649                 - Fix scrollbar events
15650                 - Discard highlighted item if remove it
15651                 - Fixes SelectedItem with strings
15652
15653 2005-03-01  Peter Bartok  <pbartok@novell.com>
15654
15655         * Control.cs:
15656           - Fixed Visible property, now follows (once again) parent chain
15657             to return false if any control in the chain is visible=false
15658           - Fixed OnParentVisibleChanged, now just calls OnVisibleChanged event
15659           - Fixed several places where is_visible instead of Visible was used
15660           - Implemented FIXME related to focus selection when setting focused
15661             control to be invisible
15662
15663         * XplatUIWin32.cs: Now using proper method to find out if window is
15664           visible. Thanks to Jordi for pointing it out
15665
15666 2005-02-28  Jordi Mas i Hernandez <jordi@ximian.com>
15667
15668         * ComboBox.cs: show/hide scrollbar instead of creating it
15669
15670 2005-02-27  Jackson Harper  <jackson@ximian.com>
15671
15672         * CurrencyManager.cs: Add PositionChanged stuff.
15673
15674 2005-02-27  Peter Bartok  <pbartok@novell.com>
15675
15676         * XplatUI.cs, XplatUIDriver.cs: Added new GetMenuOrigin() method
15677         * XplatUIOSX.cs: Added GetMenuOrigin() stub
15678         * XplatUIWin32.cs: Implemented GetMenuOrigin()
15679         * XplatUIX11.cs:
15680           - Implemented GetMenuDC()
15681           - Implemented GetMenuOrigin()
15682           - Implemented ReleaseMenuDC()
15683           - Implemented generation of WM_NCPAINT message
15684           - Implemented generation and handling of WM_NCCALCSIZE message
15685         * Form.cs: Added debug helper message for Jordi's menu work
15686         * Hwnd.cs:
15687           - Modified ClientRect property; added setter, fixed getter to handle
15688             setting of ClientRect
15689           - Added MenuOrigin property
15690
15691 2005-02-26  Peter Bartok  <pbartok@novell.com>
15692
15693         * XplatUIX11.cs:
15694           - Destroys the caret if a window that's being destroyed contains it
15695           - Ignores expose events coming from the X11 queue for windows that
15696             already are destroyed
15697           - Now uses the proper variable for handling DestroyNotify, before we
15698             marked the wrong window as destroyed
15699           - Improved/added some debug output
15700
15701 2005-02-26  Peter Bartok  <pbartok@novell.com>
15702
15703         * X11Keyboard.cs: Fixes to work on 64bit systems
15704
15705 2005-02-26  Peter Bartok  <pbartok@novell.com>
15706
15707         * Control.cs:
15708           - Now calling OnHandleDestroyed from DestroyHandle()
15709             instead of Dispose()
15710           - Removed bogus call to controls.Remove() from DestroyHandle()
15711
15712 2005-02-26  Peter Bartok  <pbartok@novell.com>
15713
15714         * Control.cs: Properly destroy child windows when our handle is
15715           destroyed
15716
15717 2005-02-25  Peter Bartok  <pbartok@novell.com>
15718
15719         * XplatUI.cs:
15720           - Added 'DriverDebug' define to allow tracing XplatUI API calls
15721           - Alphabetized Static Methods and Subclasses
15722
15723         * XplatUIX11.cs:
15724           - Added XException class to allow custom handling of X11 exceptions
15725           - Created custom X11 error handler, tied into XException class
15726           - Added support for MONO_XEXCEPTIONS env var to allow the user
15727             to either throw an exception on X errors or continue running
15728             after displaying the error
15729           - Added handling of DestroyNotify message
15730           - Added handler for CreateNotify message (still disabled)
15731           - Improved (tried to at least) Where method to provide file and lineno
15732         * X11Structs.cs:
15733           - Added XErrorHandler delegate
15734           - Added XRequest enumeration (to suppor translation of errors)
15735
15736 2005-02-25  Jackson Harper  <jackson@ximian.com>
15737
15738         * PropertyManager.cs: Implement editing features
15739         * CurrencyManager.cs:
15740         * Binding.cs: First attempt at UpdateIsBinding
15741         * BindingManagerBase.cs: Call UpdateIsBinding before
15742         pushing/pulling data.
15743
15744 2005-02-25  Jordi Mas i Hernandez <jordi@ximian.com>
15745
15746         * MenuAPI.cs: Respect disabled items
15747         * ThemeWin32Classic.cs
15748                 - Caches ImageAttributes creation for DrawImageDisabled
15749                 - Fixes vertical menu line drawing
15750                 - Draws disabled arrows in disable menu items
15751
15752 2005-02-24  Peter Bartok  <pbartok@novell.com>
15753
15754         * Hwnd.cs:
15755           - Added UserData property to allow associating arbitrary objects
15756             with the handle
15757           - Fixed leak; now removing Hwnd references from static windows array
15758         * XplatUIWin32.cs:
15759           - Fixed Graphics leak in PaintEventEnd
15760           - Removed usage of HandleData, switched over to Hwnd class
15761         * HandleData.cs: Removed, obsoleted by Hwnd.cs
15762
15763 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
15764
15765         * ThemeWin32Classic.cs: Adds Cliping to TrackBar drawing
15766         * ScrollBar.cs: Fixes bug
15767         * TrackBar.cs: removes death code, clipping, mimize refreshes,
15768          keyboard navigation enhancements
15769
15770 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
15771
15772         * Control.cs: Call DefWndProc at WM_PAINT only if UserPaint not defined
15773         * GroupBox.cs: Add control styles
15774         * Label.cs: Add control styles
15775         * UpDownBase.cs: Add control styles
15776         * ListBox.cs: Add control styles
15777         * XplatUIWin32.cs: Fixes wrong parameter order
15778
15779
15780 2005-02-23  Chris Bacon  <chris.bacon@docobo.co.uk>
15781
15782         * ListView.cs: Assign owner for ColumnHeader. Patch by Chris Bacon
15783
15784 2005-02-23  Jackson Harper  <jackson@ximian.com>
15785
15786         * PropertyManager.cs: Implement property binding. This doesn't
15787         seem to work yet though as (I think) there are some bugs in
15788         System.ComponentModel.PropertyDescriptor.
15789         * BindingContext.cs: Use new PropertyManager constructor.
15790
15791 2005-02-23  Jordi Mas i Hernandez <jordi@ximian.com>
15792
15793         * ProgressBar.cs: use clip region in ProgressBar
15794         * ThemeWin32Classic.cs: use clip region in ProgressBar
15795
15796 2004-02-22  Jackson Harper  <jackson@ximian.com>
15797
15798         * BindingsCollection.cs: Remove some debug code.
15799
15800 2005-02-22  Jackson Harper  <jackson@ximian.com>
15801
15802         * BindingContext.cs:
15803         * ControlBindingsCollection.cs:
15804         * CurrencyManager.cs:
15805         * Binding.cs:
15806         * BindingManagerBase.cs: Initial implementation
15807         * BindingsCollection.cs: Add an internal contains method that the
15808         BindingManagerBase uses to ensure bindings aren't added twice to
15809         the collection.
15810         * PropertyManager.cs: Stubbed out.
15811         * Control.cs:
15812         * ContainerControl.cs: Hook up databinding
15813         
15814 2005-02-22  Geoff Norton  <gnorton@customerdna.com>
15815
15816         * XplatUIOSX.cs:
15817           OSXStructs.cs: Refactored to handle the new Hwnd NC logic area.
15818           Fixed Invalidate/Update chain.
15819           Fixed tons of other minor bugs (this is almost a complete rewrite).
15820
15821 2005-02-22  Jordi Mas i Hernandez <jordi@ximian.com>
15822
15823         * ComboBox.cs: do subcontrol creation when the control is created
15824
15825 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
15826
15827         * Label.cs: fixes image drawing (image and imagelist)
15828         * ThemeWin32Classic.cs: cache brushes
15829         
15830 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
15831
15832         * Form.cs: Move menu drawing code to Theme class
15833         * ComboBox.cs: Move ComboBox drawing code to Theme class
15834         * MenuItem.cs: Move menu drawing code to Theme class
15835         * MenuAPI.cs: Move menu drawing code to Theme class
15836         * ThemeWin32Classic.cs: New methods
15837         * CheckedListBox.cs: Move CheckedListbox drawing code to Theme class
15838         * ListBox.cs: Move Listbox drawing code to Theme class
15839         * Theme.cs: New methods
15840
15841 2005-02-20  Peter Bartok  <pbartok@novell.com>
15842
15843         * Control.cs:
15844           - Fixed ProcessKeyEventArgs to also handle WM_SYSKEY messages (and
15845             only process mnemonics on those)
15846           - Fixed event sequence for key handling; first calling
15847             ProcessKeyEventArgs now
15848         * TextBoxBase.cs:
15849           - Removed WM_KEYDOWN hook, instead we now use ProcessDialogKey()
15850             for processing non-character keys
15851           - Fixed WM_CHAR to generate proper event sequence before processing
15852         * XplatUIWin32.cs: Added ALT key state to ModifierKeys property
15853           generation
15854
15855 2005-02-19  Peter Bartok  <pbartok@novell.com>
15856
15857         * UserControl.cs: Added TextChanged event; added attributes
15858         * SizeGrip.cs: Implemented resizing and optional display of grip
15859         * Form.cs: Fixed attribute
15860         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs:
15861           Changed meaning of ScrollWindow bool argument; instead of the
15862           clear attribute (which will be true usually anyway), it gives the
15863           option of moving child controls as well.
15864         * XplatUIX11.cs:
15865           - Changed to match new ScrollWindow argument
15866           - Fixed GetWindowPos/SetWindowPos behaviour for toplevel controls,
15867             now handles the implicit parent window a WM puts around us
15868         * ScrollableControl.cs: Implemented (not the prettiest, but it seems
15869           to work)
15870         * TextBoxBase.cs: Adjusted to new ScrollWindow arguments
15871         * TreeView.cs: Adjusted to new ScrollWindow arguments
15872
15873 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
15874
15875         * Form.cs: Menu integration with non-client area
15876         * MenuItem.cs: Menu integration with non-client area
15877         * MenuAPI.cs: Menu integration with non-client area
15878
15879 2005-02-18  Peter Bartok  <pbartok@novell.com>
15880
15881         * MethodInvoker.cs: Added
15882         * MdiLayout.cs: Added
15883         * SendKeys.cs: Started implementation
15884         * ErrorIconAlignment.cs: Added
15885
15886 2005-02-18  Peter Bartok  <pbartok@novell.com>
15887
15888         * XplatUIWin32.cs: Implemented SetMenu(); fixed GetMenuDC()
15889         * Form.cs: Added handling for Menu-related Non-client messages
15890
15891 2005-02-17  Peter Bartok  <pbartok@novell.com>
15892
15893         * UpDownBase.cs: Fixed typo, compilation errors
15894         * DomainUpDown.cs: Fixed attribute value
15895
15896 2005-02-16  Miguel de Icaza  <miguel@novell.com>
15897
15898         * UpDownBase.cs: Attach entry events.
15899         Propagate events.
15900         Add ForeColor property, Focused, InterceptArrowKeys (interception
15901         does not work yet).
15902
15903 2005-02-17  Jordi Mas i Hernandez <jordi@ximian.com>
15904
15905         * Form.cs:
15906                 - Redraw non client are on Setmenu
15907                 - Calc proper menu starting point
15908
15909 2005-02-17  Peter Bartok  <pbartok@novell.com>
15910
15911         * Application.cs: Fixed message_filter check
15912
15913 2005-02-17  Peter Bartok  <pbartok@novell.com>
15914
15915         * Application.cs: Now calls registered message filters
15916         * DockStyle.cs: Fixed attribute
15917         * Form.cs: Fixed attribute
15918         * Menu.cs: Fixed attribute
15919         * ToolTip.cs: Fixed attribute
15920         * TreeNode.cs: Added missing attributes and arranged in regions
15921         * PropertyGrid.cs: Fixed signatures
15922         * TreeNodeCollection.cs: Added attributes
15923         * Splitter.cs: Added missing attributes; arranged into regions
15924         * TabPage.cs: Added missing attributes; arranged into regions
15925         * TextBoxBase.cs: Added missing attributes
15926         * TextBox.cs: Added missing attributes
15927         * ArrangeDirection.cs: Added missing attributes
15928         * TreeNodeConverter.cs: Added stub (needed for TreeNode)
15929         * ToolBarButton.cs: Fixed attributes
15930         * AnchorStyles.cs: Fixed attribute
15931         * TrackBar.cs: Fixed attributes
15932         * TabControl.cs: Added missing attributes and arranged into regions
15933         * ToolBar.cs: Fixed attribute
15934         * StatusBar.cs: Fixed signature, organized into regions and added
15935           attributes
15936         * StatusBarPanel.cs: Fixed attributes
15937         * ContentsResizedEventArgs.cs: Implemented
15938         * ContentsResizedEventHandler.cs: Implemented
15939         * DateBoldEventArgs.cs: Implemented
15940         * DateBoldEventHandler.cs: Implemented
15941         * UpDownEventArgs.cs: Implemented
15942         * UpDownEventHandler.cs: Implemented
15943         
15944 2005-02-16  Jordi Mas i Hernandez <jordi@ximian.com>
15945
15946         * Form.cs: first Menu NC refactoring
15947         * MenuAPI.cs: first Menu NC refactoring
15948         
15949 2005-02-16  Peter Bartok  <pbartok@novell.com>
15950
15951         * ImeMode.cs: Added missing attributes
15952         * Menu.cs: Fixed attribute
15953         * GroupBox.cs: Fixed attribute
15954         * Label.cs: Fixed attribute
15955         * ColorDialog.cs (RunDialog): Removed TODO attribute
15956         * ComboBox.cs: Fixed attributes
15957         * ListControl.cs: Added missing attributes
15958         * PropertyGrid.cs: Fixed attributes
15959         * Control.cs: Fixed attributes
15960         * ListViewItem.cs: Added TypeConverter attribute
15961         * NotifyIcon.cs: Fixed attributes
15962         * ListView.cs: Fixed attributes
15963         * ButtonBase.cs: Fixed attribute
15964         * ImageList.cs: Added missing attributes
15965         * ContainerControl.cs: Fixed signature
15966         * CheckedListBox.cs: Fixed attribute; added missing attributes
15967         * Panel.cs: Fixed attributes
15968         * PropertyTabChangedEventArgs.cs: Added missing attribute
15969         * PropertyValueChangedEventArgs.cs: Added missing attribute
15970         * Binding.cs: Fixed attribute
15971         * ListViewItemConverter: Implemented ListViewSubItemConverter class
15972         * ListBox.cs: Fixed attribute; added missing attributes;
15973         * ScrollableControl.cs: Added missing attributes
15974         * PictureBox.cs: Added missing attributes; implemented missing property
15975         * DateTimePicker.cs: Added missing attributes
15976         * Theme.cs (ToolWindowCaptionHeight): Fixed type
15977         * MonthCalendar.cs: Fixed attributes
15978         * StatusBarPanel.cs: Added missing attributes
15979         * SystemInformation.cs (ToolWindowCaptionHeight): Fixed type
15980
15981 2005-02-16  Peter Bartok  <pbartok@novell.com>
15982
15983         * TextBoxBase.cs: The previous method to enforce height yet remember
15984           the requested high was less than ideal, this is an attempt to do
15985           it better.
15986         * Control.cs: Added comment about possible problem
15987         * Copyright: Updated format
15988         * GridItemType.cs: Fixed swapped values
15989
15990 2005-02-15  Jackson Harper  <jackson@ximian.com>
15991
15992         * BaseCollection.cs: Use property so we never access an
15993         uninitialized list. Also initialize the list in the property.
15994
15995 2005-02-15  Peter Bartok  <pbartok@novell.com>
15996
15997         * GroupBox.cs (ProcessMnemonic): Implemented
15998         * Label.cs (ProcessMnemonic): Implemented
15999         * ThemeWin32Classic.cs (DrawGroupBox): Added stringformat to show
16000           hotkeys
16001
16002 2005-02-15  Peter Bartok  <pbartok@novell.com>
16003
16004         * RadioButton.cs (ProcessMnemonic): Implemented
16005         * CheckBox.cs (ProcessMnemonic): Implemented
16006         * Control.cs:
16007           - Added handling of WM_SYSxxx keyboard messages to support mnemonic
16008             handling
16009           - Added internal method to allow calling ProcessMnemonic from other
16010             controls
16011         * ContainerControl.cs:
16012           - Started support for handling validation chain handling
16013           - Implemented ProcessMnemonic support
16014           - Added Select() call to Active, to make sure the active control
16015             receives focus
16016         * Form.cs: Setting toplevel flag for Forms (this was lost in the
16017           FormParent rewrite)
16018         * ThemeWin32Classic.cs:
16019           - DrawCheckBox(): Fixed stringformat to show hotkeys
16020           - DrawRadioButton(): Fixed stringformat to show hotkeys
16021         * CommonDialog.cs: Removed WndProc override, not needed
16022
16023 2005-02-14  Peter Bartok  <pbartok@novell.com>
16024
16025         * XplatUIX11.cs: Fixed NotImplemented exceptions for properties,
16026           missed those in the rewrite
16027
16028 2005-02-14  Miguel de Icaza  <miguel@novell.com>
16029
16030         * NumericUpDown.cs (Increment, ToString): Add.
16031         (DecimalPlaces): implement.
16032         
16033         Add attributes.
16034         
16035         * UpDownBase.cs: Add the designer attributes.
16036
16037 2005-02-13  Peter Bartok  <pbartok@novell.com>
16038
16039         * Panel.cs: Removed border_style, now in Control
16040         * XplatUIDriver.cs: Added SetBorderStyle, SetMenu, GetMenuDC and
16041           ReleaseMenuDC Methods; renmaed ReleaseWindow to UngrabWindow
16042
16043 2005-02-13  Peter Bartok  <pbartok@novell.com>
16044
16045         * MouseButtons.cs: Added missing attributes
16046         * XplatUIStructs.cs: Added enumeration for title styles
16047         * LeftRightAlignment.cs: Added missing attributes
16048         * Hwnd.cs: Switched to use client_window as handle (slower, but makes
16049           it compatible with Graphics.FromHwnd()
16050         * SelectedGridItemChangedEventArgs.cs: Fixed property type
16051         * Keys.cs: Added missing attributes
16052         * SelectionRange.cs: Added missing attributes
16053         * SelectionRangeConverter.cs: Added
16054         * XplatUI.cs:
16055           - Introduced SetBorderStyle, SetMenu, GetMenuDC and
16056             ReleaseMenuDC methods
16057           - Renamed ReleaseWindow to UngrabWindow
16058           - Added proper startup notice to allow version identification
16059         * Form.cs:
16060           - Added missing attributes
16061           - Removed FormParent concept
16062         * Label.cs: Removed border_style field, now in Control
16063         * RadioButton.cs: Now properly selects RadioButton when focus is
16064           received
16065         * ThemeGtk.cs: Fixed SetDisplay call to match new X11 behaviour
16066         * Control.cs:
16067           - Added missing attributes
16068           - Added borderstyle handling
16069           - Removed FormParent concept support
16070           - Fixed calls to XplatUI to match changed APIs
16071           - Fixed bug that would case us to use disposed Graphics objects
16072           - Removed unneeded internal methods
16073           - PerformLayout(): Fixed to handle DockStyle.Fill properly
16074           - SelectNextControl(): Fixed to properly check common parents
16075         * TextBoxBase.cs: Removed border_style field (now in Control)
16076         * MessageBox.cs:
16077           - Patch by Robert Thompson (rmt@corporatism.org): Added icon support,
16078             fixed calculations for form size
16079           - Added support for localized strings and icons
16080           - Improved form size calculations, added border
16081         * ListView.cs: Removed border_style field (now in Control)
16082         * X11Structs.cs: Moved several structs from X11 driver here
16083         * X11Keyboard.cs: Changed debug message
16084         * Application.cs: Removed FormParent concept support
16085         * CommonDialog.cs:
16086           - Resetting end_modal flag
16087           - Removed FormParent concept support
16088         * NativeWindow.cs: Removed FormParent concept support
16089         * XplatUIX11.cs: Rewritten, now using the new Hwnd class, implementing
16090           Client area and Non-Client whole window to allow support for WM_NC
16091           messages
16092         * XplatUIOSX.cs: Updated to match latest driver spec; added exception
16093           prevent using it until it supports Hwnd as per Geoff Norton's request
16094         * ToolBar.cs: Fixed drawing, was not doing proper drawing
16095         * PictureBox.cs: Removed border_style field, now in Control
16096         * XplatUIWin32.cs: Added new driver methods
16097
16098 2005-02-12  Peter Bartok  <pbartok@novell.com>
16099
16100         * OpacityConverter.cs: Implemented
16101         * Hwnd.cs: Internal class to support drivers that need to emulate
16102           client area/non-client area window behaviour
16103
16104 2005-02-11  Peter Bartok  <pbartok@novell.com>
16105
16106         * KeysConverter.cs: Implemented
16107
16108 2005-02-11  Jordi Mas i Hernandez <jordi@ximian.com>
16109
16110         * Menu.cs: fixes methods GetContextMenu, GetMainMenu, ToString
16111         * LinkLabel: Added missing attributes
16112         * MainMenu.cs: fixes ToString
16113         * MenuItem.cs: fixes methods GetContextMenu, GetMainMenu
16114         * ListBox.cs: fixes event position
16115         * TrackBar.cs: adds missing attributes and events
16116         
16117 2005-02-10  Jordi Mas i Hernandez <jordi@ximian.com>
16118
16119         * MenuItem.cs: Use SystemInformation and bug fixes
16120         * MenuAPI.cs: Use SystemInformation and bug fixes
16121
16122 2005-02-09  Jackson Harper  <jackson@ximian.com>
16123
16124         * X11Keyboard.cs: We ignore some keys, but still need to set/reset
16125         their keystate otherwise things like VK_MENU get stuck "on".
16126
16127 2005-02-09  Kazuki Oikawa <kazuki@panicode.com>
16128
16129         * ListBox.cs: Fixes AddRange bug
16130         
16131 2005-02-09  Jordi Mas i Hernandez <jordi@ximian.com>
16132
16133         * ProgressBar.cs
16134                 - Add missing attributes
16135                 - Add missing method
16136                 
16137         * CheckedListBox.cs: Added missing attributes
16138                 - Add missing attributes
16139                 - Remove extra method
16140         
16141         * ComboBox.cs: Added missing attributes
16142         * VScrollBar.cs: Added missing attributes
16143         * ScrollBar.cs:  Added missing attributes
16144         * ListBox.cs: Fixes signature, add missing consts
16145         * LinkArea.cs:   Added missing attributes
16146         
16147
16148 2005-02-08  Peter Bartok  <pbartok@novell.com>
16149
16150         * Menu.cs: Added missing attributes
16151         * MainMenu.cs: Added missing attributes
16152         * GroupBox.cs: Added missing attributes
16153         * Label.cs: Added missing attributes
16154         * CheckBox.cs: Implemented CheckBoxAccessibleObject class
16155         * ColorDialog.cs:
16156           - Added Instance and Options properties
16157           - Added missing attributes
16158         * Cursor.cs: Made Serializable
16159         * NotifyIcon: Added missing attributes
16160         * MenuItem.cs: Added missing attributes
16161         * TextBoxBase.cs: Implemented AppendText() and Select() methods
16162         * Panel.cs: Added Missing attributes
16163         * MonthCalendar.cs: Fixed CreateParams
16164
16165 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
16166         
16167         * LinkLabel.cs:
16168                 - Fixes signature
16169                 - Fixes issues with links
16170                 - Adds the class attributes
16171
16172 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
16173         
16174         * ComboBox.cs:
16175                 - Fixes button when no items available in dropdown
16176                 - Fixes repainting problems
16177                 - Adds the class attributes
16178                 
16179 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
16180
16181         * XplatUIOSX.cs: Detect the menu bar and title bar height from
16182         the current theme.  Cache these on startup.
16183
16184 2005-02-07  Jackson Harper  <jackson@ximian.com>
16185
16186         * ScrollBar.cs: Give the correct clipping rect to the theme. Dirty
16187         the scrollbar buttons when they are depressed.
16188
16189 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
16190
16191         * XplatUIOSX.cs: Really fix working at resolutions not 1024x768.
16192         Get the display size from the main displayid.  We currently dont
16193         support multiple display configurations.
16194
16195 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
16196
16197         * XplatUIOSX.cs: Ensure the window doesn't get stuck behind the statusbar.
16198
16199 2005-02-07  Miguel de Icaza  <miguel@novell.com>
16200
16201         * UpDownBase.cs: Add ReadOnly and UpDownAlign properties.
16202
16203 2005-02-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
16204
16205         * PropertyGrid.cs: Updated. Patch by Jonathan Chambers
16206
16207 2005-02-04  Jackson Harper  <jackson@ximian.com>
16208
16209         * ThemeWin32Classic.cs: Respect the clipping rect when
16210         drawing. Only fill the intersection of clips and rects so there
16211         isn't a lot of large fills.
16212         * ScrollBar.cs: Pass the correct clipping rect to the theme
16213         engine. Remove some debug code.
16214
16215 2005-02-05  John BouAntoun  <jba-mono@optusnet.com.au>
16216         
16217         * DateTimePicker.cs:
16218                 - Fixed crash on DateTime.Parse, use Constructor instead
16219
16220 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
16221         
16222         * MenuItem.cs:
16223         * MenuAPI.cs:
16224                 - Owner draw support (MeasureItem and DrawItem)
16225
16226 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
16227         
16228         *  Menu.cs:
16229                 - Implements FindMergePosition and MergeMenu functions (very poor documented)
16230                 - Fixes MenuItems.Add range
16231         * MenuItem.cs:
16232                 - MergeMenu and Clone and CloneMenu functions
16233
16234 2005-02-03  Jackson Harper  <jackson@ximian.com>
16235
16236         * ScrollBar.cs: Make abstract
16237         * ScrollableControl.cs: Create H/V scrollbars now that scrollbar
16238         is abstract.
16239
16240 2005-02-03  Jackson Harper  <jackson@ximian.com>
16241
16242         * ScrollBar.cs: First part of my scrollbar fixups. This removes
16243         all the unneeded refreshes and uses invalidates with properly
16244         computed rects.
16245
16246 2005-02-03  Peter Bartok  <pbartok@novell.com>
16247
16248         * ComponentModel.cs: Added
16249         * IDataGridEditingService.cs: Added
16250         * Timer.cs: Added missing attributes
16251         * ToolTip.cs: Added missing attributes
16252
16253 2005-02-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
16254
16255         * PropertyGridView.cs: Added. Patch by Jonathan Chambers
16256
16257 2005-02-03  Peter Bartok  <pbartok@novell.com>
16258
16259         * ListBox.cs: Added missing attributes
16260
16261 2005-02-03  Jordi Mas i Hernandez <jordi@ximian.com>
16262         
16263         * ListBox.cs:
16264                 - Fixes font height after font change
16265                 - Avoid generating unnecesary OnSelectedIndexChanged on clearing
16266                 
16267 2005-02-02  Peter Bartok  <pbartok@novell.com>
16268
16269         * HandleData.cs: Introduced static methods to allow class
16270           to be more self-contained and track it's own HandleData objects
16271         * XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs: Fixed usage of
16272           HandleData to use new static methods
16273
16274 2005-02-02  Jordi Mas i Hernandez <jordi@ximian.com>
16275
16276         * Combobox.cs:
16277                 - Fixes default size and PreferredHeight
16278                 - Missing events
16279                 - ObjectCollection.Insert implementation
16280                 
16281         * ListControl.cs
16282                 - Fixes signature
16283         * ListBox.cs:
16284                 - Several fixes
16285                 - ObjectCollection.Insert implementation
16286                 - No selection after clean
16287                 - Small fixes
16288
16289 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
16290
16291         * ThemeWin32Classic.cs: quick fix to comboboxbutton pushed painting
16292
16293 2005-02-01  Jordi Mas i Hernandez <jordi@ximian.com>
16294
16295         * Combobox.cs:
16296                 - Caches ItemHeight calculation for OwnerDrawVariable
16297                 - Handles dropdown properly
16298                 - Fixes several minor bugs
16299
16300 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
16301
16302         * ListBox.cs:
16303                 - Fixes 71946 and 71950
16304                 - Fixes changing Multicolumn on the fly
16305                 - Fixes keyboard navigation on Multicolumn listboxes
16306
16307 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
16308         
16309         * XplatUIOSX.cs: Call ExitToShell in our teardown to avoid a
16310         crash reporter log.
16311
16312 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
16313
16314         * XplatUIOSX.cs: Allow applications to actually exit.
16315
16316 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
16317
16318         * XplatUIOSX.cs: SetWindowStyle implemented.  Reposition views in
16319         their parent at creation time rather than lazily later.  Fixes a major
16320         regression we were experiencing.
16321
16322 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
16323
16324         * ThemeWin32Classic.cs: more date time picker painting fixes
16325         * DateTimePicker.cs: more monthcalendar drop down fixes
16326         * MonthCalendar.cs: more CreateParams fixes to ensure correct drop down
16327
16328 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
16329
16330         * ScrollBar.cs:
16331                 - When moving the thumb going outside the control should stop the moving
16332                 - Adds the firing of missing events
16333                 - Fixes no button show if Size is not specified
16334                 - End / Home keys for keyboard navigation
16335
16336 2005-01-30  Peter Bartok  <pbartok@novell.com>
16337
16338         * NotifyIcon.cs (CalculateIconRect): Removed debug output and added
16339           sanity check to prevent theoretical loop
16340         * XplatUIWin32.cs (SetVisible): Removed debug output
16341         * XplatUIX11.cs (SystrayChange): Added sanity check
16342         * ScrollableControl.cs (OnVisibleChanged): Now calls base method
16343         * Control.cs (OnVisibleChanged): Added workaround for ParentForm
16344           behaviour, valid until the X11 client window rewrite is done
16345         * TextBox.cs (ctor): Setting proper default foreground and background
16346           colors
16347
16348 2005-01-30      John BouAntoun  <jba-mono@optusnet.com.au>
16349
16350         * Theme: Added DrawDateTimePicker to interface
16351         * ThemeWin32Classic.cs: Added DrawDateTimePicker (incomplete)
16352         * DateTimePicker.cs: Created (still needs keys and painting code)
16353         * DateTimePickerFormat.cs: added
16354         * MonthCalendar.cs: fixed CreateParams for popup window mode
16355           
16356 2005-01-29  Peter Bartok  <pbartok@novell.com>
16357
16358         * ControlPaint.cs: Fixed luminace value returned on achromatic colors,
16359           this should also the calculations for ligher/darker
16360         * Theme.cs: Fixed defaults for ScrollBar widths/heights
16361
16362 2005-01-29  Peter Bartok  <pbartok@novell.com>
16363
16364         * ArrangeDirection.cs: Added
16365         * ArrangeStartingPositon.cs: Added
16366         * SystemInformation.cs: Implemented
16367         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
16368           XplatUIX11.cs, Theme.cs: Added/implemented new static properties
16369           used by SystemInformation class
16370         * X11Strucs.cs: Added XSizeHints structure
16371         * MenuAPI.cs:
16372           - Fixed CreateParams to make sure the menu window is always visible
16373           - TrackPopupMenu: Added check to make sure we don't draw the
16374             menu offscreen
16375
16376 2005-01-29  Peter Bartok  <pbartok@novell.com>
16377
16378         * HandleData.cs: Added method for altering invalid area
16379         * TextBoxBase.cs: Implemented TextLength
16380
16381 2005-01-28  Peter Bartok  <pbartok@novell.com>
16382
16383         * XplatUIX11.cs: Improvement over last patch, not sending
16384           the WM_PAINT directly anymore, instead we scroll any pending
16385           exposed areas and let the system pick out the WM_PAINT later
16386
16387 2005-01-28  Peter Bartok  <pbartok@novell.com>
16388
16389         * SWF.csproj: Deleted, no longer used. Instead,
16390           Managed.Windows.Forms/SWF.csproj should be used
16391         * XplatUIX11.cs: Instead of posting the WM_PAINT, we send it
16392           directly, to avoid a potential race condition with the next
16393           scroll
16394
16395 2005-01-28  Peter Bartok  <pbartok@novell.com>
16396
16397         * XplatUI.cs: Made class internal
16398
16399 2005-01-28  Jordi Mas i Hernandez <jordi@ximian.com>
16400
16401         * CheckedListBox.cs:
16402                 - Draw focus
16403                 - Fixed Drawing
16404                 - Missing methods and events
16405
16406 2005-01-27  Peter Bartok  <pbartok@novell.com>
16407
16408         * Application.cs (Run): Don't use form if we don't have one
16409
16410 2005-01-27  Peter Bartok  <pbartok@novell.com>
16411
16412         * TextBoxBase.cs (get_Lines): Fixed index off by one error
16413
16414 2005-01-27  Peter Bartok  <pbartok@novell.com>
16415
16416         * GridEntry.cs: Added; Patch by Jonathan S. Chambers
16417         * GridItem.cs: Added; Patch by Jonathan S. Chambers
16418         * GridItemCollection.cs: Added; Patch by Jonathan S. Chambers
16419         * GridItemType.cs: Added; Patch by Jonathan S. Chambers
16420         * PropertyGrid.cs: Added; Patch by Jonathan S. Chambers
16421         * PropertySort.cs: Added; Patch by Jonathan S. Chambers
16422         * PropertyTabChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
16423         * PropertyTabChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
16424         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
16425         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
16426         * SelectedGridItemChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
16427         * SelectedGridItemChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
16428
16429 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
16430
16431         * Combobox.cs:
16432                 - Draw focus on Simple Combobox
16433                 - Fixes drawing issues
16434                 - fixes 71834
16435
16436 2005-01-27  Peter Bartok  <pbartok@novell.com>
16437
16438         * Form.cs:
16439           - Place window in default location, instead of hardcoded 0/0
16440           - Send initial LocationChanged event
16441         * Control.cs:
16442           - UpdateBounds after creation to find out where the WM placed us
16443           - Make sure that if the ParentForm changes location the Form
16444             is notified
16445         * XplatUIX11.cs: XGetGeometry will not return the coords relative
16446             to the root, but to whatever the WM placed around us.
16447             Translate to root coordinates before returning toplevel
16448             coordinates
16449         * XplatUIWin32.cs: Removed debug output
16450         * XplatUIOSX.cs, XplatUI.cs, XplatUIDriver.cs: Added toplevel
16451           flag to GetWindowPos, to allow translation of coordinates on X11
16452
16453 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
16454
16455         * ListBox.cs: connect LostFocus Event
16456
16457 2005-01-27  Peter Bartok  <pbartok@novell.com>
16458
16459         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
16460           XplatUIX11.cs: Extended the Systray API
16461         * Form.cs: Removed debug output
16462         * Application.cs: Fixed focus assignment, always need to call
16463           XplatUI.Activate() since Form.Activate() has rules that may
16464           prevent activation
16465         * NotifyIcon.cs: Should be complete now
16466         * ToolTip.cs: Worked around possible timer bug
16467
16468 2005-01-27  Jackson Harper  <jackson@ximian.com>
16469
16470         * TabControl.cs:
16471         - Only invalidate the effected tabs when the
16472         selected index changes. This reduces drawing and gets rid of some
16473         flicker.
16474         - Only refresh if the tabs need to be shifted, otherwise only
16475         invalidate the slider button.
16476         - On windows the tabs are not filled to right if the slider is
16477         visible.
16478         
16479 2005-01-27  Jackson Harper  <jackson@ximian.com>
16480
16481         * TabControl.cs: Only refresh on mouseup if we are showing the
16482         slider. Also only invalidate the button whose state has changed.
16483
16484 2005-01-26  Peter Bartok  <pbartok@novell.com>
16485
16486         * XplatUI.cs, XplatUIDriver.cs: Added Systray methods
16487         * XplatUIWin32.cs: Implemented SystrayAdd(), SystrayChange()
16488           and SystrayRemove() methods
16489         * XplatUIOSX.cs: Stubbed Systray methods
16490         * XplatUIX11.cs:
16491           - Implemented SystrayAdd(), SystrayChange() and SystrayRemove()
16492             methods
16493           - Fixed broken XChangeProperty calls (marshalling messed up things)
16494         * X11Structs.cs: Added enums and structs required for Size hinting
16495         * NotifyIcon.cs: Added & implemented
16496
16497 2005-01-26  Jackson Harper  <jackson@ximian.com>
16498
16499         * TabControl.cs: Space vertically layed out tabs properly.
16500
16501 2005-01-26  Peter Bartok  <pbartok@novell.com>
16502
16503         * Form.cs (CreateClientParams): Always set the location to 0,0
16504           since we're a child window.
16505
16506         * Control.cs (SetVisibleCore): Always explicitly setting the location
16507           of a toplevel window, apparently X11 doesn't like to move windows
16508           while they're not mapped.
16509
16510 2005-01-26  Jackson Harper  <jackson@ximian.com>
16511
16512         * TabControl.cs: Implement FillToRight size mode with vertically
16513         rendered tabs.
16514
16515 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
16516
16517         * ControlPaint.cs, ThemeWin32Classic.cs
16518                 - Fixes DrawFocusRectangle
16519
16520 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
16521
16522         * MenuAPI.cs:
16523                 - MenuBar tracking only starts when item is first clicked
16524                 - Fixes menu hidding for multiple subitems
16525                 - Unselect item in MenuBar when item Executed
16526                 - Fixes bug 71495
16527
16528 2005-01-25  Jordi Mas i Hernandez <jordi@ximian.com>
16529
16530         * ListControl.cs:
16531                 - IsInputKey for ListBox
16532         * ListBox.cs:
16533                 - Focus item
16534                 - Shift and Control item selection
16535                 - Implement SelectionMode.MultiExtended
16536                 - Fixes RightToLeft
16537         * ComboBox.cs:
16538                 - IsInputKey implemented
16539                 - Do not generate OnTextChangedEdit on internal txt changes
16540                 
16541 2005-01-23  Peter Bartok  <pbartok@novell.com>
16542
16543         * AccessibleObject.cs: Partially implemented Select()
16544         * MonthCalendar.cs: Added missing attributes and events
16545         * Form.cs: Fixed CreateParams behaviour, now controls derived from
16546           form can properly override CreateParams.
16547         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
16548           XplatUIX11.cs: Dropped RefreshWindow method, not needed if
16549           Control performs Invalidate & Update
16550         * NativeWindow (CreateHandle): Added special handling for Form
16551           and Form.FormParent classes to allow overriding of From.CreateParams
16552         * Control.cs:
16553           - ControlNativeWindow: Renamed 'control' variable to more intuitive
16554             name 'owner'
16555           - ControlNativeWindow: Added Owner property
16556           - Removed usage of Refresh() on property changes, changed into
16557             Invalidate(), we need to wait until the queue is processed for
16558             updates, direct calls might cause problems if not all vars for
16559             Paint are initialized
16560           - Added call to UpdateStyles() when creating the window, to set any
16561             styles that CreateWindow might have ignored.
16562           - Added support for Form CreateParent overrides to UpdateStyles()
16563         * MessageBox.cs: Removed no longer needed FormParent override stuff,
16564           CreateParams are now properly overridable
16565         * CommonDialog.cs: Removed no longer needed FormParent override stuff,
16566           CreateParams are now properly overridable
16567
16568 2005-01-23  Miguel de Icaza  <miguel@ximian.com>
16569
16570         * UpDownBase.cs (ctor): Connect TextChanged in the entry to the
16571         OnTextBoxChanged.
16572
16573         Capture LostFocus and OnTextBoxChanged.  The later introduces a
16574         recursive invocation that I have not figured out yet.
16575
16576         Reset the timer when not using (it was accumulating).
16577
16578
16579         (OnTextBoxChanged): Set UserEdit to true here to track whether the
16580         user has made changes that require validation.
16581
16582         Reset changing to avoid loops.
16583
16584 2005-01-22  Miguel de Icaza  <miguel@ximian.com>
16585
16586         * NumericUpDown.cs: Display value at startup.
16587
16588         * UpDownBase.cs (Text): Do not call UpdateEditText here, only call
16589         ValidateEditText.
16590
16591         * NumericUpDown.cs: Minimum, Maximum, Text, Value properties
16592         filled in.  Added some basic parsing of text.
16593
16594         Still missing the OnXXX method overrides, and figuring out the
16595         events that must be emitted.
16596
16597         * UpDownBase.cs: Handle UserEdit on the Text property.
16598         
16599 2005-01-22  Jordi Mas i Hernandez <jordi@ximian.com>
16600
16601         * ComboBox.cs:
16602           - Fixes IntegralHeight
16603           - ToString method
16604
16605 2005-01-21  Jackson Harper  <jackson@ximian.com>
16606
16607         * TabControl.cs: Set the SelectedIndex property when SelectedTab
16608         is set so that the page visibility is updated and the tabs are
16609         sized correctly.
16610
16611 2005-01-21  Jackson Harper  <jackson@ximian.com>
16612
16613         * TabControl.cs: Use cliping rectangle for blitting. Give the
16614         theme the clipping rect so we can do clipping while
16615         drawing. Remove some debug code.
16616
16617 2005-01-21  Jackson Harper  <jackson@ximian.com>
16618
16619         * TabPage.cs: Add a new method so tab pages can force the tab
16620         control to recalculate the tab page sizes.
16621         * TabControl.cs: UpdateOwner needs to make the tab control recalc
16622         sizes.
16623
16624 2005-01-20  Jackson Harper  <jackson@ximian.com>
16625
16626         * ThemeWin32Classic.cs: Clip text to the staus bar panels rects.
16627
16628 2005-01-20  Jackson Harper  <jackson@ximian.com>
16629
16630         * TreeView.cs: Set the bounds for nodes properly. They were
16631         getting screwed up when checkboxes were not enabled, but images
16632         were.
16633
16634 2005-01-20  Jordi Mas i Hernandez <jordi@ximian.com>
16635
16636         * ListBox.cs:
16637                 - Owner draw support
16638                 - Fixes
16639                 
16640 2005-01-20  Jackson Harper  <jackson@ximian.com>
16641
16642         * XplatUIStructs.cs: More misc keys
16643         * X11Keyboard.cs: Ignore some control keys.
16644
16645 2005-01-20  Jackson Harper  <jackson@ximian.com>
16646
16647         * X11Structs.cs: Add the modmaps to the keymask struct and tabify.
16648         * X11Keyboard.cs: Set the AltGr mask when we get a key event.
16649
16650 2005-01-19  Peter Bartok  <pbartok@novell.com>
16651
16652         * Control.cs: Un-selecting the control when it is loosing focus
16653
16654 2005-01-19  Jackson Harper  <jackson@ximian.com>
16655
16656         * TreeView.cs: Hook up to the text controls leave event so we can
16657         end editing when the users clicks outside the text box.
16658         
16659 2005-01-19  Jackson Harper  <jackson@ximian.com>
16660
16661         * X11Keyboard.cs: Fix typo that was causing the wrong keycodes to
16662         get set in the conversion array.
16663
16664 2005-01-19  Peter Bartok  <pbartok@novell.com>
16665
16666         * Application.cs (ModalRun): Added a call to CreateControl to ensure
16667           focus is properly set
16668         * Button.cs:
16669           - Added missing attributes
16670           - removed styles, those are already set in the base class
16671         * ButtonBase.cs:
16672           - Added missing attributes
16673           - Added clip window styles
16674         * CheckBox.cs: Added missing attributes
16675         * CommonDialog.cs:
16676           - FormParentWindow.CreateParams: Added required clip styles
16677         * Form.cs (ProcessDialogKey): Fixed handling of Escape key, now
16678           also filters modifier keys
16679         * MessageBox.cs:
16680           - Added assignment of Accept and Cancel button to enable Enter
16681             and Esc keys in MessageBox dialogs
16682           - FormParentWindow.CreateParams: Added required clip styles
16683         * RadioButton.cs: Added missing attributes
16684         * TextControl.cs: No longer draws selection if control does not
16685           have focus
16686         * TextBoxBase.cs:
16687           - Now draws simple rectangle around test area to make it obvious
16688             there's a control. This is a hack until we properly support borders
16689           - A few simple fixes to support selections better, now erases selected
16690             text when typing, and resets selection when using movement keys
16691
16692 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
16693
16694         * UpDownBase.cs: Added some new properties.
16695
16696         * DomainUpDown.cs: Implement a lot to get my test working.
16697
16698 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
16699
16700         * XplatUIOSX.cs: Fix a minor bug to bring the close box back
16701
16702 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
16703
16704         * OSXStructs (WindowAttributes): Fixed csc complaints
16705
16706 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
16707
16708         * XplayUIOSX.cs:
16709           OSXStructs.cs: Initial refactor to move enums and consts into
16710           OSXStructs and use them in the driver for greater readability.
16711
16712 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
16713
16714         * XplatUIOSX.cs: Initial support for Standard Cursors.
16715         * OSXStructs.cs: Move our structs here; added ThemeCursor enum
16716
16717 2005-01-19  Jordi Mas i Hernandez <jordi@ximian.com>
16718
16719         * ComboBox.cs: ability to change style when the ctrl is already
16720         created, missing methods and events, bug fixes, signature fixes
16721
16722 2005-01-19  Peter Bartok  <pbartok@novell.com>
16723
16724         * Cursors.cs (ctor): Added ctor to fix signature
16725
16726 2005-01-18  Peter Bartok  <pbartok@novell.com>
16727
16728         * Button.cs: Implemented DoubleClick event
16729         * ButtonBase.cs:
16730           - Fixed keyboard handling to behave like MS, where the press of
16731             Spacebar is equivalent to a mousedown, and the key release is
16732             equivalent to mouseup. Now a spacebar push will give the same
16733             visual feedback like a mouse click.
16734           - Added missing attributes
16735           - Added ImeModeChanged event
16736           - Added support for generating DoubleClick event for derived classes
16737         * CheckBox.cs:
16738           - Implemented DoubleClick event
16739           - Added missing attributes
16740         * CommonDialog.cs: Added missing attribute
16741         * ContextMenu.cs: Added missing attributes
16742         * RadioButton.cs:
16743           - AutoChecked buttons do not allow to be unselected when clicked
16744             (otherwise we might end up with no selected buttons in a group)
16745           - Added missing attributes
16746           - Implemented DoubleClickEvent
16747         * ThreadExceptionDialog.cs: Enabled TextBox code
16748
16749 2005-01-18  Peter Bartok  <pbartok@novell.com>
16750
16751         * Form.cs: Removed debug output
16752         * Button.cs: Added support for DoubleClick method
16753
16754 2005-01-18  Peter Bartok  <pbartok@novell.com>
16755
16756         * Form.cs:
16757           - Added method to parent window that allows triggering size
16758             calculations when a menu is added/removed
16759           - set_Menu: Cleaned up mess from early days of Form and Control,
16760             now properly triggers a recalc when a menu is added/removed
16761           - Added case to select form itself as focused form if no child
16762             controls exist
16763           - Added PerformLayout call when showing dialog, to ensure properly
16764             placed controls
16765         * Control.cs:
16766           - Select(): Made internal so Form can access it
16767           - Focus(): Only call Xplat layer if required (avoids loop), and sets
16768             status
16769         * Application.cs (Run): Removed hack and calls PerformLayout instead
16770           to trigger calculation when Form becomes visible
16771
16772 2005-01-18  Jordi Mas i Hernandez <jordi@ximian.com>
16773
16774         * ComboBox.cs: fixes for ownerdraw
16775
16776 2005-01-18  Peter Bartok  <pbartok@novell.com>
16777
16778         * TextControl.cs:
16779           - Sentinel is no longer static, each Document gets it's own, this
16780             avoids locking or alternatively overwrite problems when more
16781             than one text control is used simultaneously.
16782           - Switched to use Hilight and HilightText brushes for text selection
16783
16784         * TextBoxBase.cs (PaintControl): Disabled AntiAliasing to improve looks
16785
16786 2005-01-18  Peter Bartok  <pbartok@novell.com>
16787
16788         * Control.cs:
16789           - Hooked up the following events:
16790                 o ControlAdded
16791                 o ControlRemoved
16792                 o HandleDestroyed
16793                 o ImeModeChanged
16794                 o ParentChanged
16795                 o TabStopChanged
16796                 o Invalidated
16797                 o SystemColorsChanged
16798                 o ParentFontChanged
16799                 o Move
16800           - Removed debug output
16801           - Added a call to the current theme's ResetDefaults when a color change
16802             is detected
16803         * Form.cs: Now setting the proper ImeMode
16804         * Theme.cs: Defined a method to force recreation of cached resources
16805           and rereading of system defaults (ResetDefaults())
16806         * ThemeWin32Classic.cs: Added ResetDefaults() stub
16807
16808 2005-01-17  Peter Bartok  <pbartok@novell.com>
16809
16810         * Control.cs: Added missing attributes
16811
16812 2005-01-17  Jackson Harper  <jackson@ximian.com>
16813
16814         * TreeNode.cs: Implement editing. Add missing properties selected
16815         and visible.
16816         * TreeView.cs: Implement node editing. Also some fixes to use
16817         Invalidate (invalid area) instead of Refresh when selecting.
16818
16819 2005-01-17  Peter Bartok  <pbartok@novell.com>
16820
16821         * Control.cs:
16822           - Implemented InvokeGotFocus() method
16823           - Implemented InvokeLostFocus() method
16824           - Implemented InvokePaint() method
16825           - Implemented InvokePaintBackground() method
16826           - Implemented InvokeClick() method
16827           - Implemented FindForm() method
16828           - Implemented RectangleToClient() method
16829           - Implemented ClientToRectangle() method
16830           - Implemented ResetBackColor() method
16831           - Implemented ResetCursor() method
16832           - Implemented ResetFont() method
16833           - Implemented ResteForeColor() method
16834           - Implemented ResetImeMode() method
16835           - Implemented ResetLeftToRight() method
16836           - Implemented ResetText() method
16837           - Implemented Scale() methods
16838           - Implemented ScaleCore() method
16839           - Implemented Update() method
16840           - Removed unused variables
16841           - Stubbed AccessibilityNotifyClients and
16842             ControlAccessibleObject.NotifyClients() methods (dunno what to do
16843             with those yet)
16844           - Now setting proper default for RightToLeft property
16845           - Fixed bug in SetClientSizeCore that would cause windows to get
16846             really big
16847           - Now sending Click/DoubleClick events
16848           - Now selecting controls when left mouse button is clicked on
16849             selectable control
16850         * AccessibleEvents.cs: Added
16851         * XplatUI.cs, XplatUIDriver.cs: Added UpdateWindow() method
16852         * XplatUIOSX.cs: Stubbed UpdateWindow() method
16853         * XplatUIWin32.cs: Implemented UpdateWindow() method
16854         * XplatUIX11.cs: Implemented UpdateWindow() method
16855         * Form.cs: Removed stray semicolon causing CS0162 warning
16856         * ThemeWin32Classic.cs: Fixed unused variable warnings
16857         * ScrollableControl.cs: Now calls base method for ScaleCore
16858         * ButtonBase.cs: Now disabling StandardClick and StandardDoubleClick
16859           style to avoid interference with internal click handler (which is
16860           different than standard Control click handling)
16861         * RadioButton.cs:
16862           - Now unchecks all sibling radio buttons when control is
16863             selected (Fixes #68756)
16864           - Removed internal tabstop variable, using the one inherited from
16865             Control
16866
16867 2005-01-17  Jackson Harper  <jackson@ximian.com>
16868
16869         * NavigateEventArgs.cs: Fix base type.
16870         * LinkLabel.cs: Sig fix
16871         
16872 2005-01-17  Jackson Harper  <jackson@ximian.com>
16873
16874         * TreeView.cs: Only invalidate the effected nodes bounds when
16875         selecting nodes.
16876
16877 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
16878
16879         * XplatUIWin32.cs: fixes Win32 marshaling
16880         * XplatUIX11.cs: fixes method signature
16881
16882 2005-01-17  Peter Bartok  <pbartok@novell.com>
16883
16884         * XplatUIX11.cs: Clean up resources when we no longer need them
16885
16886 2005-01-17  Peter Bartok  <pbartok@novell.com>
16887
16888         * XplatUI.cs, XplatUIDriver.cs: Added SetCursor(), ShowCursor(),
16889           OverrideCursor(), DefineCursor(), DefineStdCursor(), GetCursorInfo()
16890           and DestroyCursor() methods.
16891         * Cursor.cs: Partially implemented, now supports standard cursors;
16892           still contains some debug code
16893         * Cursors.cs: Implemented class
16894         * Control.cs:
16895           - WndProc(): Added handling of WM_SETCURSOR message, setting the
16896             appropriate cursor
16897           - Implemented Cursor property
16898           - Replaced break; with return; more straightforwar and possibly
16899             faster
16900           - Now properly setting the result for WM_HELP
16901         * X11Structs.cs: Added CursorFontShape enum
16902         * XplatUIStructs.cs:
16903           - Added StdCursor enum (to support DefineStdCursor() method)
16904           - Added HitTest enum (to support sending WM_SETCURSOR message)
16905         * XplatUIX11.cs:
16906           - Now sends the WM_SETCURSOR message
16907           - Implemented new cursor methods
16908         * XplatUIOSX.cs: Stubbed new cursor methods
16909         * XplatUIWin32.cs:
16910           - Implemented new cursor methods
16911           - Added GetSystemMetrics function and associated enumeration
16912
16913 2005-01-15  Peter Bartok  <pbartok@novell.com>
16914
16915         * Control.cs:
16916           - WndProc(): Now handles EnableNotifyMessage
16917           - SelectNextControl(): Fixed bug where if no child or sibling
16918             controls exist we looped endlessly
16919
16920 2005-01-14  Jackson Harper  <jackson@ximian.com>
16921
16922         * TreeView.cs: Recalculate the tab pages when a new one is added
16923         so that the proper bounding rects are created.
16924
16925 2005-01-14  Jackson Harper  <jackson@ximian.com>
16926
16927         * TreeView.cs: Draw a gray box instead of a grip in the lower
16928         right hand corner when there are both horizontal and vertical
16929         scroll bars.
16930
16931 2005-01-14  Jackson Harper  <jackson@ximian.com>
16932
16933         * Control.cs: When erasing backgrounds use FromHwnd instead of
16934         FromHdc when there is a NULL wparam. This occurs on the X driver.
16935         * XplatUIX11.cs: Set the wparam to NULL.
16936
16937 2005-01-13  Jackson Harper  <jackson@ximian.com>
16938
16939         * PictureBox.cs: Implement missing methods (except ToString, need
16940         to test that on windows) and events. When visibility is changed we
16941         need to redraw the image because the buffers are killed. When size
16942         is changed refresh if the sizemode needs it.
16943
16944 2005-01-13  Peter Bartok  <pbartok@novell.com>
16945
16946         * Control.cs (SelectNextControl): Was using wrong method to select
16947           a control
16948
16949 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
16950
16951         * ComboBox.cs: fixes dropstyle
16952
16953 2005-01-13  Peter Bartok  <pbartok@novell.com>
16954
16955         * Form.cs:
16956           - Implemented Select() override
16957           - Now handles WM_SETFOCUS/WM_KILLFOCUS messages
16958           - Now sets keyboard focus on startup
16959         * Control.cs (SelectNextControl): Now properly handles directed=true
16960         * TextBoxBase.cs:
16961           - WndProc: Now passes tab key on to base if AcceptTabChar=false
16962           - Added (really bad) focus rectangle (mostly for testing)
16963         * TextBox.cs: Added code to handle getting/loosing focus and invalidating
16964           to enforce redraw on focus changes
16965         * ContainerControl.cs:
16966           - Fixed detection of Shift-Tab key presses
16967           - Fixed traversal with arrow keys
16968         * XplatUIX11.cs: Implemented simulated keyboard focus; not sure if we're
16969           gonna keep this or if it's complete yet
16970         
16971 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
16972
16973         * ComboBox.cs: missing properties, fixes
16974
16975 2005-01-13  Peter Bartok  <pbartok@novell.com>
16976
16977         * Panel.cs (ctor): Setting Selectable window style to off
16978         * Splitter.cs (ctor): Setting Selectable window style to off
16979         * GroupBox.cs (ctor): Setting Selectable window style to off
16980         * Label.cs (ctor): Setting Selectable window style to off
16981
16982 2005-01-12  Miguel de Icaza  <miguel@ximian.com>
16983
16984         * UpDownBase.cs (InitTimer): If the timer has been already
16985         created, enable it.
16986
16987         Use a TextBox instead of a Label.
16988
16989 2005-01-12  Jackson Harper  <jackson@ximian.com>
16990
16991         * TreeView.cs: Refresh the tree after sorting the nodes. Always
16992         draw the connecting node lines (when ShowLines is true).
16993         * TreeNode.cs: The nodes index can now be updated. This is used
16994         when a node collection is sorted.
16995         * TreeNodeCollection.cs: Implement sorting. Nodes can be sorted on
16996         insert or an existing unsorted node collection can be sorted.
16997         
16998 2005-01-12  Peter Bartok  <pbartok@novell.com>
16999
17000         * ContainerControl.cs: Implemented ProcessDialogKeys()
17001
17002 2005-01-12  Peter Bartok  <pbartok@novell.com>
17003
17004         * Control.cs:
17005           - Implemented SelectNextControl() method
17006           - Several focus related bug fixes
17007           - Fixed Docking calculations to match MS documentation and
17008             behaviour
17009
17010 2005-01-12  Jordi Mas i Hernandez <jordi@ximian.com>
17011
17012         * ContainerControl.cs, ListControl.cs, ListBox.cs: keyboard navigation and
17013         bug fixes
17014
17015 2005-01-12  Peter Bartok  <pbartok@novell.com>
17016
17017         * Control.cs:
17018           - Fixed broken Contains() method
17019           - Implemented GetNextControl() method. Finally. This is the pre-
17020             requisite for focus handling.
17021
17022 2005-01-12  Peter Bartok  <pbartok@novell.com>
17023
17024         * OSXStrucs.cs: Added
17025
17026 2005-01-12  Peter Bartok  <pbartok@novell.com>
17027
17028         * XplatUIWin32.cs:
17029           - Removed PeekMessageFlags
17030           - Implemented SetWindowStyle() method
17031         * XplatUIStructs.cs: Added PeekMessageFlags
17032         * X11Structs: Added missing border_width field to XWindowChanges struct
17033         * XplatUIX11.cs:
17034           - PeekMessage: Now throws exception if flags which are not yet
17035             supported are passed
17036           - Implemented SetWindowStyle() method
17037           - Fixed SetZOrder to handle AfterHwnd properly
17038         * XplatUI.cs: Added SetWindowStyle() method
17039         * XplatUIDriver.cs: Added SetWindowStyle() abstract
17040         * Control.cs:
17041           - Implemented UpdateStyles() method
17042           - Implemented UpdateZOrder() method
17043         * XplatUIOSX.cs: Added SetWindowStyle() stub
17044
17045 2005-01-12  Geoff Norton  <gnorton@customerdna.com>
17046
17047         * XplatUIOSX.cs: Fix SetZOrder (this needs more testing with a 3
17048         button mouse).
17049
17050
17051 2005-01-11  Jackson Harper  <jackson@ximian.com>
17052
17053         * TreeView.cs: Still need to draw lines to siblings even if out of
17054         the current node is out of the clip.
17055
17056 2005-01-11  Jackson Harper  <jackson@ximian.com>
17057
17058         * TreeView.cs: When setting the hbar/vbar/grip position use
17059         SetBounds so that perform layout is only called once. Also suspend
17060         and resume layout so layout is only done once for all controls.
17061         - Removed some debug fluff
17062         * SizeGrip.cs: Call base implmentation in overriding methods.
17063         - When visibility is changed the drawing buffers are killed so we
17064         need to redraw.
17065
17066 2005-01-11  Jackson Harper  <jackson@ximian.com>
17067
17068         * TreeView.cs: Calculate the open node count while drawing. This
17069         saves us an entire tree traversal for every paint operation. Use
17070         a member var for the open node count so less vars are passed around.
17071
17072 2005-01-11  John BouAntoun  <jba-mono@optusnet.com.au>
17073
17074         * MonthCalendar.cs:
17075         - fixed selection to use mousemove, not mouse polling on timer
17076         * ThemeWin32Classic.cs
17077         - removed redundant unused variable "no_more_content"
17078         
17079 2005-01-11  Peter Bartok  <pbartok@novell.com>
17080
17081         * XplatUIX11.cs (DoEvents): Needs to return when no more events
17082           are pending, so it now calls PeekMessage instead of GetMessage;
17083           implemented a incomplete version of PeekMessage
17084         
17085 2005-01-11  Peter Bartok  <pbartok@novell.com>
17086
17087         * XplatUIWin32.cs: Switched P/Invokes to unicode charset to avoid
17088           I18n issues
17089         * TextBoxBase.cs: Added sending of TextChanged event
17090
17091 2005-01-10  Jackson Harper  <jackson@ximian.com>
17092
17093         * TreeView.cs: Try not to draw outside the clipping rectangle on
17094         each node element.
17095
17096 2005-01-10  Jordi Mas i Hernandez <jordi@ximian.com>
17097
17098         * ComboBox.cs: keyboard navigation, item navigation, bug fixes
17099
17100 2005-01-10  Jackson Harper  <jackson@ximian.com>
17101
17102         * TreeView.cs:
17103         - Implement fast scrolling. Now only the newly
17104         exposed nodes are drawn and the old image is moved using the
17105         XplatUI::ScrollWindow method.
17106         - Factor in height of nodes when calculating whether or not the
17107         node is in the clipping rect.
17108
17109 2005-01-10  Jackson Harper  <jackson@ximian.com>
17110
17111         * TreeNodeCollection.cs: Refresh the tree when a new node is added.
17112
17113 2005-01-10  Peter Bartok  <pbartok@novell.com>
17114
17115         * Application.cs: Added temporary hack to resolve all our resize
17116           required issues on startup. This will get fixed properly at
17117           some point in the future
17118
17119 2005-01-10  Jackson Harper  <jackson@ximian.com>
17120
17121         * SizeGrip.cs: New internal class that is used as a sizing
17122         grip control...hence the name.
17123
17124 2005-01-10  Peter Bartok  <pbartok@novell.com>
17125
17126         * Control.cs: Implemented proper TabIndex handling, now assigning
17127           a tabindex when a control is added to a container
17128         * GroupBox.cs (ctor): Now sets the Container style bit, required
17129           for Control.GetNextControl()
17130
17131 2005-01-09  Jackson Harper  <jackson@ximian.com>
17132
17133         * TextBoxBase.cs: Clear window when scrolling (fixes build).
17134
17135 2005-01-09  Peter Bartok <pbartok@novell.com>
17136
17137         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
17138           XplatUIX11.cs: Added ability to control ScrollWindow expose and
17139           an overload for ScrollWindow to allow only scrolling a rectangle
17140
17141 2005-01-09  Peter Bartok <pbartok@novell.com>
17142
17143         * Form.cs:
17144           - Implemented SetDesktopBounds method
17145           - Implemented SetDesktopLocation method
17146
17147 2005-01-08  Jackson Harper  <jackson@ximian.com>
17148
17149         * TreeView.cs: Only set the vbar's Maximum and LargeChange when
17150         the node count has changed, this removes to VScroll::Refresh calls
17151         when drawing.
17152
17153 2005-01-08  Geoff Norton  <gnorton@customerdna.com>
17154
17155         * XplatUIOSX.cs: Fix GetWindowState & SetWindowState
17156
17157 2005-01-07  Jackson Harper  <jackson@ximian.com>
17158
17159         * TreeNode.cs: Just update the single node when it is
17160         checked. Don't refresh after toggling, the Expand/Collapse already
17161         handles this.
17162         * TreeView.cs: Respect clipping a little more when drawing. Try
17163         not to redraw things that don't need to be redrawn. Just hide the
17164         scrollbars when they are no longer needed instead of removing
17165         them, so they don't have to be created again and again.
17166         
17167 2005-01-07  Geoff Norton  <gnorton@customerdna.com>
17168
17169         * XplatUIOSX.cs (SetCaretPos):  We need to translate the view
17170         coordinates to window space to place the caret properly, FIXED.
17171         Implement GetWindowState & SetWindowState
17172
17173 2005-01-06  Peter Bartok <pbartok@novell.com>
17174
17175         * Form.cs:
17176           - Implemented ClientSize property
17177           - Implemented DesktopBounds property
17178           - Implemented DesktopLocation property
17179           - Implemented IsRestrictedWindow property
17180           - Implemented Size property
17181           - Implemented TopLevel property
17182           - Implemented FormWindowState property
17183         * Control.cs:
17184           - Implemented GetTopLevel() method
17185           - Implemented SetTopLevel() method
17186         * X11Structs.cs (Atom):
17187           - Added AnyPropertyType definition
17188           - Added MapState definiton and updated XWindowAttribute struct
17189         * XplatUI.cs: Added GetWindowState() and SetWindowState() methods
17190         * XplatUIDriver.cs: Added GetWindowState() and SetWindowState() methods
17191         * XplatUIOSX.cs: Stubbed GetWindowState() and SetWindowState() methods
17192         * XplatUIWin32.cs:
17193           - Implemented GetWindowState() and SetWindowState() methods
17194           - Fixed Win32GetWindowLong return type
17195         * XplatUIX11.cs:
17196           - Introduced central function for sending NET_WM messages
17197           - Implemented GetWindowState() and SetWindowState() methods
17198         * TextBoxBase.cs (set_Lines):
17199           - Now uses Foreground color for text added via Text property (Duh!)
17200           - Added code to remember programmatically requested size (fixes
17201             behaviour when Multiline is set after Size)
17202           - Added AutoSize logic
17203
17204 2005-01-06  Jackson Harper  <jackson@ximian.com>
17205
17206         * TreeView.cs: Draw the image after the checkbox if checkboxes are enabled.
17207
17208 2005-01-06  Jackson Harper  <jackson@ximian.com>
17209
17210         * ListBox.cs: Don't allow the horizontal scrollbars maximum to be
17211         set to less then 0.
17212
17213 2005-01-06  Jackson Harper  <jackson@ximian.com>
17214
17215         * ScrollableControl.cs: Lazy init the scrollbars.
17216         
17217 2005-01-06  Jackson Harper  <jackson@ximian.com>
17218
17219         * Theme.cs: Speed up getting pens and solid brushes, by using
17220         their ARGB as a hash instead of tostring and not calling Contains.
17221
17222 2005-01-06  Peter Bartok <pbartok@novell.com>
17223
17224         * Form.cs:
17225           - Implemented OnActivated and OnDeactivate event trigger
17226           - Implemented Activate() method
17227           - Fixed ShowDialog() to activate the form that was active before
17228             the dialog was shown
17229         * XplatUIX11.cs:
17230           - Added global active_window var that tracks the currently active
17231             X11 window
17232           - Now always grabs Property changes from the root window to always
17233             catch changes on the active window property
17234           - Added code to PropertyNotify handler to send Active/Inactive
17235             messages when state changes. This puts X11 and Win32 en par on
17236             WM_ACTIVATE notifications (except for double notifications when
17237             the user clicks away from our modal window to another one of our
17238             windows)
17239
17240 2005-01-05  Jackson Harper  <jackson@ximian.com>
17241
17242         * ImageList.cs: Implment ctor
17243
17244 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
17245
17246         * XplatUIOSX.cs: Implement Activate/SetTopmost
17247
17248 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
17249
17250         * XplatUIOSX.cs: Implement SetZOrder, minor cleanup
17251
17252 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
17253
17254         * XplatUIOSX.cs: Implement GetActive/SetFocus.
17255
17256 2005-01-05  Peter Bartok <pbartok@novell.com>
17257
17258         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs,
17259           XplatUIOSX.cs: Added GetActive method to return the currently
17260           active window for the application (or null, if none is active)
17261         * Form.cs:
17262           - Implemented ActiveForm
17263           - Commented out owner assignment for modal dialogs (causes problems
17264             on Win32, since the owner will be disabled)
17265           - Reworked some Active/Focus handling (still incomplete)
17266         * CommonDialog.cs: Commented out owner assignment for modal dialogs
17267           (causes problems on Win32, since the owner will be disabled)
17268         * IWin32Window: Added ComVisible attribute
17269
17270 2005-01-05  Peter Bartok <pbartok@novell.com>
17271
17272         * ToolTip.cs (WndProc): Enable setting focus now that we have the
17273           required XplatUI functions.
17274
17275 2005-01-05  Peter Bartok <pbartok@novell.com>
17276
17277         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIDriver.cs,
17278           XplatUIX11.cs, X11Structs.cs, Form.cs: Framework code required
17279           to implement focus and activation handling; still incomplete and
17280           with debug output
17281
17282 2005-01-04  Peter Bartok <pbartok@novell.com>
17283
17284         * TextBoxBase.cs: Changed access level for Document property to
17285           match switch to internal for TextControl
17286
17287 2005-01-04  Peter Bartok <pbartok@novell.com>
17288
17289         * AccessibleObject: Added ComVisible attribute
17290
17291 2005-01-04  Jackson Harper  <jackson@ximian.com>
17292
17293         * X11Keyboard.cs: Remove unneeded var.
17294
17295 2005-01-04  Jackson Harper  <jackson@ximian.com>
17296
17297         * XplatUIX11.cs (DoEvents): Implement, Just cast aside all events
17298         but PAINT.
17299         * XplatUIX11.cs (GetMessage): Call Exit when we get an unknown
17300         ClientMessage. This makes apps exit cleanly (more often).
17301         
17302 2005-01-04  Jackson Harper  <jackson@ximian.com>
17303
17304         * TreeNode.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) for
17305         handling focus, return correct colors and fonts,
17306         * TreeView.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) to
17307         handle selection, horizontal scrolling, and mouse interaction.
17308
17309 2005-01-04  Peter Bartok <pbartok@novell.com>
17310
17311         * ICommandExecutor.cs: Added
17312         * IDataGridColumnStyleEditingNotificationService.cs: Added
17313         * IFeatureSupport.cs: Added
17314         * IFileReaderService.cs: Added
17315         * IDataObject.cs: Added ComVisible attribute
17316         * AmbientProperties.cs: Added
17317         * BaseCollection.cs: Added missing attributes
17318         * ListBindingConverter.cs: Added (stubbed, required for certain attributes)
17319         * BaseCollection.cs: Added missing attributes
17320         * Binding.cs: Added TypeConverter attribute
17321         * BindingContext.cs: Added DefaultEvent attribute
17322         * BindingsCollection.cs: Added DefaultEvent attribute
17323         * Button.cs: Added DefaultValue attribute
17324         * DragEventArgs.cs: Added ComVisible attribute
17325         * GiveFeedbackEventArgs.cs: Added ComVisible attribute
17326         * KeyEventArgs.cs: Added ComVisible attribute
17327         * KeyPressEventArgs.cs: Added ComVisible attribute
17328         * MouseEventArgs.cs: Added ComVisible attribute
17329         * NavigateEventArgs.cs: Added
17330         * NavigateEventHandler.cs: Added
17331         * FeatureSupport.cs: Added
17332         * OSFeature.cs: Added
17333         * Theme.cs: Added abstract Version property to support OSFeature
17334         * ThemeWin32Classic.cs: Added Version property to
17335           support OSFeature.Themes
17336         * ProgressBar.cs: Removed OnPaintBackground override, not required since
17337           the proper styles to avoid background drawing are set, also doesn't
17338           match MS signature
17339         * QueryAccessibilityHelpEventArgs.cs: Added ComVisible attribute
17340         * QueryContinueDragEventArgs.cs: Added ComVisible attribute
17341         * ScrollEventArgs.cs: Added ComVisible attribute
17342         * SplitterEventArgs.cs: Added ComVisible attribute
17343         * AccessibleSelection.cs: Added Flags attribute
17344         * Appearance.cs: Added ComVisible attribute
17345         * Border3DSide.cs: Added ComVisible attribute
17346         * Border3DStyle.cs: Added ComVisible attribute
17347         * BorderStyle.cs: Added ComVisible attribute
17348         * DragAction.cs: Added ComVisible attribute
17349         * ErrorBlinkStyle.cs: Added
17350         * ScrollEventType.cs: Added ComVisible attribute
17351         * AnchorStyles.cs: Added Editor attribute
17352         * DockStyle.cs: Added Editor attribute
17353         * HorizontalAlignment.cs: Added ComVisible attribute
17354         * HelpEventArgs.cs: Added ComVisible attribute
17355         * PaintEventArgs.cs: Added IDisposable
17356
17357 2005-01-04  Peter Bartok <pbartok@novell.com>
17358
17359         * TextControl.cs: Switched Line, LineTag and Document classes to
17360           internal
17361
17362 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
17363
17364         * ComboBox.cs, ThemeWin32Classic.cs, ListBox.cs, Theme.cs:
17365         Simple mode, fixes, IntegralHeight, etc.
17366
17367 2005-01-04  Peter Bartok <pbartok@novell.com>
17368
17369         * TextBoxBase.cs: Using proper font variable now
17370
17371 2005-01-04  Peter Bartok <pbartok@novell.com>
17372
17373         * Form.cs (ShowDialog): Set parent to owner, if provided
17374         * GroupBox.cs: Removed unused vars
17375         * TextControl.cs:
17376           - Added GetHashCode() for Document and LineTag classes
17377           - Removed unused variables
17378           - Added CharIndexToLineTag() and LineTagToCharIndex() methods
17379             to allow translation between continuous char position and line/pos
17380         * CheckBox.cs: Removed vars that are provided by base class
17381         * RadioButton.cs: Removed vars that are provided by base class, added
17382           new keyword where required
17383         * LinkLabel.cs: Added new keyword where required
17384         * Control.cs (WndProc): Removed unused variable
17385         * TextBoxBase.cs:
17386           - Finished SelectionLength property
17387           - Implemented SelectionStart property
17388           - Implemented Text property
17389           - Removed unused vars
17390         * MessageBox.cs: Added new keyword where required
17391         * TextBox.cs: Removed Text property code (now in TextBoxBase), fixed
17392           WndProc signature
17393         * MenuAPI.cs: Added new keyword where required
17394         * ButtonBase.cs: Removed vars that are provided by base class, added
17395           new keyword where required
17396         * ThemeWin32Classic.cs (DrawMonthCalendarDate): Now cast Math.Floor
17397           argument to double, to allow compiling with csc 2.0 (Atsushi ran
17398           into this)
17399         * Application.cs (Run): Now triggers the ThreadExit event
17400         * CommonDialog.cs: Added new keyword where required; now properly sets
17401           parent (owner) for dialog
17402         * XplatUIX11.cs: Commented out unused vars
17403         * StatusBar.cs: Fixed signature for Text property
17404         * TabPage.cs: Undid Jordi's removal of unused var, now using the var
17405
17406 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
17407
17408         * ComboBox.cs, TabPage.cs, MenuAPI.cs, ThemeWin32Classic.cs,
17409         TrackBar.cs, MonthCalendar.cs: remove unused vars
17410
17411 2005-01-03  Jackson Harper  <jackson@ximian.com>
17412
17413         * ThemeWin32Classic.cs:
17414         * X11Keyboard.cs: Remove unused vars.
17415
17416 2005-01-03  Peter Bartok  <pbartok@novell.com>
17417
17418         * TextBox.cs:
17419           - set_Text: Tied into TextControl
17420           - set_TextAlignment: Tied into TextControl
17421         * TextControl.cs:
17422           - Added alignment properties and implemented alignment handling
17423             and drawing (still has a bug, not generating proper expose events)
17424           - Added new Line() constructor to allow passing the line alignment
17425           - Fixed selection setting, properly handling end<start now
17426           - Added aligment considerations to RecalculateDocument()
17427         * TextBoxBase.cs:
17428           - Now properly enforces control height for single line controls
17429           - Added support for CharacterCasing
17430           - Added IsInputKey override
17431           - Fixed Keys.Enter logic
17432           - Added SetBoundsCore override
17433           - Fixed mouse selection handling
17434
17435 2005-01-03  Jackson Harper  <jackson@ximian.com>
17436
17437         * TreeView.cs:
17438           - Collapse and uncheck all nodes when CheckBoxes is disabled.
17439           - Checkboxes are always aligned to the bottom of the node,
17440           regardless of item height.
17441           - Use the node bounds to draw the text so we can center it when
17442           the item height is greater then the font height.
17443           - Node::Bounds are only the text part of the node.
17444         * TreeNode.cs: New method to combine collapsing and unchecking all
17445           nodes recursively.
17446
17447 2005-01-02  Jackson Harper  <jackson@ximian.com>
17448
17449         * TreeView.cs: Draw checkmarks, handle detecting check mark clicks
17450         * TreeNode.cs: Add a bounding box for the checkbox, refresh the
17451         tree when a check is changed. TODO: Only refresh the checked node.
17452
17453 2004-12-30  Jackson Harper  <jackson@ximian.com>
17454
17455         * TreeView.cs: Draw checkbox boxes when checkboxes are enabled.
17456         * TreeNode.cs: When collapsing make sure to never collapse the
17457         root node.
17458
17459 2004-12-29  Jackson Harper  <jackson@ximian.com>
17460
17461         * TreeView.cs: Align lines to the bottom of plus minus boxes properly.
17462         
17463 2004-12-28  Zoltan Varga  <vargaz@freemail.hu>
17464
17465         * X11Structs.cs X11Keyboard.cs XplatUIX11.cs: Fix 64 bit issues.
17466
17467 2004-12-28  Peter Bartok  <pbartok@novell.com>
17468
17469         * MessageBox.cs (get_CreateParams): Don't use owner var if it's
17470           not yet assigned
17471
17472 2004-12-28  Peter Bartok  <pbartok@novell.com>
17473
17474         * Control.cs (WndProc): Added WM_HELP handler, now generates
17475           HelpRequested event
17476         * Form.cs: Added HelpButton property and required support code
17477         * XplatUIStructs.cs: Added HELPINFO structure for WM_HELP handling
17478
17479 2004-12-28  Peter Bartok  <pbartok@novell.com>
17480
17481         * CommonDialog.cs:
17482           - Made DialogForm.owner variable internal
17483           - Added check to ensure owner form is set before setting
17484             owner properties in CreateParams
17485
17486 2004-12-28  Geoff Norton  <gnorton@customerdna.com>
17487
17488         * XplatUIOSX.cs: Implement mouse hovering.  Fix QDPoint struct to avoid
17489           swizzling.  Implement ClientToScreen and ScreenToClient.  Implement
17490           GetCursorPos.  Fix major visibility issues.  Rework the windowing
17491           system to support borderless/titleless windows (implements menus).
17492           Fix GetWindowPos.  Implement initial background color support for
17493           views.
17494
17495 2004-12-28  Peter Bartok  <pbartok@novell.com>
17496
17497         * Form.cs (get_CreateParams): Make sure we have an owner before using
17498           the owner variable. Implement proper default if no owner exists
17499
17500 2004-12-28  Peter Bartok  <pbartok@novell.com>
17501
17502         * In preparation for making Managed.Windows.Forms the default build target
17503           for System.Windows.Forms, the following stubbed files were added.
17504           Dialogs are currently being implemented by contributors and are only
17505           short-term place holders.
17506         * ColorDialog.cs: Initial check-in (minmal stub)
17507         * DataGrid.cs: Initial check-in (minimal stub)
17508         * DataGridLineStyle.cs: Initial check-in (minimal stub)
17509         * DataGridParentRowsLabelStyle.cs: Initial check-in (minimal stub)
17510         * DataGridTableStyle.cs: Initial check-in (minimal stub)
17511         * FontDialog.cs: Initial check-in (minimal stub)
17512         * FileDialog.cs: Initial check-in (minimal stub)
17513         * GridColumnStylesCollection.cs: Initial check-in (minimal stub)
17514         * GridTableStylesCollection.cs: Initial check-in (minimal stub)
17515         * OpenFileDialog: Initial check-in (minimal stub)
17516         * IComponentEditorPageSite.cs: Initial check-in
17517         * Splitter.cs: Initial check-in (for Jackson)
17518         * SplitterEventArgs.cs: Initial check-in (for Jackson)
17519         * SplitterEventHandler.cs: Initial check-in (for Jackson)
17520         * TextBox.cs: Initial check-in; still needs some wiring to
17521           TextControl backend
17522         * Form.cs: Implemented ControlBox property
17523         * MessageBox.cs: Added proper coding for Minimize/Maximize/ControlBox
17524         * CommonDialog.cs: Added proper coding for Minimize/Maximize/ControlBox
17525         * TextControl.cs: Added selection functionality; added todo header
17526         * TextBoxBase.cs:
17527           - Implemented Lines property
17528           - Implemented TextHeight property
17529           - Implemented SelectedText property
17530           - Implemented SelectionLength property
17531           - Implemented SelectAll method
17532           - Implemented ToString method
17533           - Removed and cleaned up some debug code
17534           - Implemented (still buggy) mouse text selection
17535
17536 2004-12-27  Jordi Mas i Hernandez <jordi@ximian.com>
17537
17538         * ComboBox.cs: Complete DropDownList implementation, fixes.
17539
17540 2004-12-26  Jordi Mas i Hernandez <jordi@ximian.com>
17541
17542         * ThemeWin32Classic, Theme.cs: ComboBox drawing methods
17543         * ComboBoxStyle.cs: ComboBoxStyle enum
17544         * ComboBox.cs: Initial work on ComboBox control
17545
17546 2004-12-21  Peter Bartok  <pbartok@novell.com>
17547
17548         * Control.cs (ctor, CreateParams): Moved setting of is_visible
17549           forward so that anything that creates a window gets the default,
17550           also no longer uses Visible property in CreateParams to avoid
17551           walking up the parent chain and possibly get the wrong visible
17552           status. Fixed IsVisible to no longer walk up to the parent.
17553
17554 2004-12-21  Peter Bartok  <pbartok@novell.com>
17555
17556         * Form.cs (ShowDialog): Unset modality for the proper window
17557  
17558 2004-12-20  Peter Bartok  <pbartok@novell.com>
17559
17560         * CommonDialog.cs: Initial check-in
17561
17562 2004-12-20  Peter Bartok  <pbartok@novell.com>
17563
17564         * Control.cs (Visible): Now uses the parent window instead of the
17565           client area window for the property
17566
17567         * Form.cs
17568           - ShowDialog(): Now uses the proper window for modality
17569           - The default visibility state for the form parent is now false. This
17570             will prevent the user from seeing all the changes to the form and
17571             its controls before the application hits Application.Run()
17572           - Removed some stale commented out code
17573
17574         * NativeWindow.cs:
17575           - Added FindWindow() method to have a method to check for existence
17576             of a window handle
17577           - Added ability to override default exception handling (for example
17578             when debugging with VS.Net; to do this the ExternalExceptionHandler
17579             define must be set
17580           - Removed some useless debug output
17581
17582         * XplatUIX11.cs:
17583           - Removed r37929 (SetModal patch from Ashwin Bharambe), was
17584             not working as expected
17585           - Implemented modal_window stack and checking for _WM_ACTIVE_WINDOW
17586             property to allow switching back to the modal window if focus is
17587             given to another one of our windows (Application Modal)
17588           - Now only sets override_redirect if we create a window
17589             without WS_CAPTION
17590           - Moved EventMask selection before mapping of newly created window
17591             so we can catch the map event as well
17592           - Implemented Activate() method via the _WM_ACTIVE_WINDOW property
17593           - Added various Atom related DllImports
17594           - Implemented Exit() method
17595           - .ctor() : No longer shows window if WS_VISIBLE is not defined
17596             in the CreateParams
17597
17598         * MessageBox.cs: Now properly deals with the FormParent window by
17599           providing an override the FormParent CreateParams property to
17600           set as POPUP instead of OVERLAPPED window.
17601
17602 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
17603
17604         * XplatUIOSX.cs: Implement DestroyWindow.  Implement ScrollWindow
17605         Minor code cleanup.
17606
17607 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
17608         
17609         * XplatUIOSX.cs (SetModal): Implement this method on OSX.
17610
17611 2004-12-18  Peter Bartok  <pbartok@novell.com>
17612
17613         * XplatUIX11.cs (SetModal): Applied patch from Ashwin Bharambe,
17614           implementing SetModal() method
17615
17616 2004-12-18  Peter Bartok  <pbartok@novell.com>
17617
17618         * X11Structs.cs (XGCValues): Fixed type of function element
17619         * XplatUI.cs: Added ScrollWindow() method
17620         * XplatUIDriver.cs: Added ScrollWindow() abstract
17621         * XplatUIWin32.cs: Implemented ScrollWindow() method
17622         * XplatUIX11.cs: Implemented ScrollWindow() method
17623         * XplatUIOSX.cs: Stubbed out ScrollWindow() method
17624
17625 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
17626
17627         * XplatUIOSX.cs:  Fix cursor to use an Invert instead of drawing it
17628         Some more keyboard support (INCOMPLETE)
17629
17630 2004-12-17  Peter Bartok  <pbartok@novell.com>
17631
17632         * TextControl.cs:
17633         - Added color attribute to line tags.
17634         - Added color argument to all functions dealing with tags
17635         - Added color argument support to various functions
17636         - Fixed miss-calculation of baseline/shift in certain circumstances
17637
17638         * TextBoxBase.cs: Added new color option to test code
17639
17640 2004-12-17  Jackson Harper  <jackson@ximian.com>
17641
17642         * TreeNode.cs:
17643         * MonthCalendar.cs: Signature fixes
17644
17645 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
17646
17647         * XplatUIOSX.cs: Find the missing caret; caret was dissappearing after a
17648         keyboard event moved it.  Create a new graphics context for each paint resolves this
17649
17650 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
17651
17652         * XplatUIOSX.cs: Fix hard cpu eat on loop with existing timers,
17653         Make caret exist and go blink blink.  Initial keyboard support.
17654         Fix exception handler, Add Invalidate support.  Change way RefreshWindow
17655         works.
17656
17657 2004-12-17  Jackson Harper  <jackson@ximian.com>
17658
17659         * XplatUIStructs.cs: Updated set of virtual keycodes.
17660         * KeyboardLayouts.cs: SCROLL_LOCK is now SCROLL
17661
17662 2004-12-17  Jackson Harper  <jackson@ximian.com>
17663
17664         * XplatUIX11.cs: Prune old keyboard code.
17665
17666 2004-12-17  Jackson Harper  <jackson@ximian.com>
17667
17668         * XplatUIX11.cs: When generating mouse wparams get the modifier
17669         keys from the ModifierKeys property.
17670
17671 2004-12-17  Jackson Harper  <jackson@ximian.com>
17672
17673         * X11Keyboard.cs: Send up/down input when generating
17674         messages. Remove some unused vars.
17675
17676 2004-12-17  Jackson Harper  <jackson@ximian.com>
17677
17678         * TabControl.cs:
17679         * TreeView.cs: get rid of warnings.
17680
17681 2004-12-17  Jackson Harper  <jackson@ximian.com>
17682
17683         * XplatUIStructs.cs: Fix a couple wrong virtual keycodes.
17684
17685 2004-12-17  Jordi Mas i Hernandez <jordi@ximian.com>
17686
17687         * ListBox.cs: bug fixes, changes for CheckedListBox.cs
17688           CheckedListBox.cs: Implementation
17689
17690 2004-12-17  Peter Bartok  <pbartok@novell.com>
17691
17692         * TextControl.cs (RecalculateLine): Fixed baseline aligning calcs
17693
17694 2004-12-16  Peter Bartok  <pbartok@novell.com>
17695
17696         * TextControl.cs:
17697           - InsertCharAtCaret(): Fixed start pos fixup
17698           - CaretLine_get: No longer derives the line from the tag, the tag
17699             could be stale if lines in the document have been added or deleted
17700           - RebalanceAfterDelete(): Fixed bug in balancing code
17701           - RebalanceAfterAdd(): Fixed really stupid bug in balancing code
17702           - Line.Streamline(): Now can also elminate leading empty tags
17703           - DumpTree(): Added a few more tests and prevented exception on
17704             uninitialized data
17705           - Added Debug section for Combining lines
17706           - Delete(): Now copies all remaining properties of a line
17707           
17708         * TextBoxBase.cs:
17709           - Left mousebutton now sets the caret (and middle button still acts
17710             as formatting tester, which must go away soon)
17711           - Added Debug section for Deleting/Combining lines
17712           - Fixed calculations for UpdateView after Combining lines
17713
17714 2004-12-16  Peter Bartok  <pbartok@novell.com>
17715
17716         * TextControl.cs: Now properly aligns text on a baseline, using the
17717           new XplatUI.GetFontMetrics() method. Simplified several calculations
17718         * TextBoxBase.cs: Moved #endif to allow compiling if Debug is not
17719           defined
17720
17721 2004-12-16  Peter Bartok  <pbartok@novell.com>
17722
17723         * XplatUI.cs: Added GetFontMetrics() method
17724         * XplatUIDriver.cs: Added GetFontMetrics() abstract
17725         * XplatUIX11.cs: Implemented GetFontMetrics() method, now calls
17726           into libgdiplus, our private GetFontMetrics function
17727         * XplatUIOSX.cs: Implemented GetFontMetrics() method, same as X11
17728         * XplatUIWin32.cs: Implemented GetFontMetrics() method
17729
17730 2004-12-16  Jackson Harper  <jackson@ximain.com>
17731
17732         * XplatUIStruct.cs: Add enum for dead keys
17733         * X11Keyboard.cs: Map and unmap dead keys.
17734
17735 2004-12-16  Jackson Harper  <jackson@ximian.com>
17736
17737         * X11Keyboard.cs: Detect and use the num lock mask.
17738
17739 2004-12-16  Peter Bartok  <pbartok@novell.com>
17740
17741         * Control.cs (CreateGraphics): Added check to make sure the
17742           handle of the window exists before calling Graphics.FromHwnd()
17743
17744 2004-12-16  Peter Bartok  <pbartok@novell.com>
17745
17746         * TextBoxBase.cs: Initial check-in. DO NOT TRY TO USE THIS YET. It
17747           contains a lot of code that's not supposed to be there for the
17748           real thing, but required for developing/testing the textbox
17749           backend.
17750
17751 2004-12-16  Peter Bartok  <pbartok@novell.com>
17752
17753         * TextControl.cs:
17754         - Fixed Streamline method
17755         - Added FindTag method to Line
17756         - Added DumpTree method for debugging
17757         - Added DecrementLines() method for deleting lines
17758         - Fixed UpdateView to update the cursor to end-of-line on single-line
17759           updates
17760         - Added PositionCaret() method
17761         - Fixed MoveCaret(LineDown) to move into the last line, too
17762         - Added InsertChar overload
17763         - Fixed InsertChar tag offset calculations
17764         - Added DeleteChar() method
17765         - Added Combine() method for folding lines
17766         - Fixed Delete() method, no longer allocates wasted Line object and
17767           now copies all properties when swapping nodes
17768         - Delete() method now updates document line counter
17769
17770 2004-12-15  Jackson Harper  <jackson@ximian.com>
17771
17772         * XplatUIX11.cs: Get the modifier keys from the keyboard driver
17773         * X11Keyboard.cs: Expose the currently selected modifier keys
17774         through a property.
17775
17776 2004-12-15  Peter Bartok  <pbartok@novell.com>
17777
17778         * TextControl.cs: Initial check-in. Still incomplete
17779
17780 2004-12-15  Jackson Harper  <jackson@ximian.com>
17781
17782         * TreeNode.cs:
17783         * TreeView.cs: Fix build on csc (second time today ;-))
17784
17785 2004-12-15  Jackson Harper  <jackson@ximian.com>
17786
17787         * TreeView.cs: Store the treenodes plus/minus box bounds when it
17788         is calculated and use this for click testing.
17789         * TreeNode.cs: Add functionality to store the nodes plus minus box bounds.
17790
17791 2004-12-15  Jackson Harper  <jackson@ximian.com>
17792
17793         * TreeView.cs: Pass the nodes image index to the image list when
17794         drawing that image.
17795
17796 2004-12-15  Jackson Harper  <jackson@ximian.com>
17797
17798         * X11Keyboard.cs: Set messages hwnd.
17799         * XplatUIX11.cs: Pass proper hwnd wot keyboard driver. Set hwnd on
17800         post_message calls.
17801
17802 2004-12-15  Jackson Harper  <jackson@ximian.com>
17803
17804         * X11Keyboard.cs: Fix to compile with csc.
17805         
17806 2004-12-15  Jackson Harper  <jackson@ximian.com>
17807
17808         * X11Structs.cs: Add key mask values
17809         * XplatUIStruct.cs: Add keyboard event flags, and keyboard definitions
17810         * X11Keyboard.cs: New file - Extrapolates and interpolates key
17811         down/up foo into WM_CHAR foo
17812         * KeyboardLayouts.cs: Common keyboard layouts
17813         * XplatUIX11.cs: Add the keyboard driver. Add functionality to
17814         post messages into the main queue.
17815
17816 2004-12-13  Jordi Mas i Hernandez <jordi@ximian.com>
17817
17818         * Button.cs: implement ProcessMnemonic
17819         * ThemeWin32Classic.cs: use ResPool (caching) instead of creating
17820           brushes everytime
17821         * Control.cs: fixes IsMnemonic (support for &&, case insensitive, etc)
17822         * ButtonBase.cs: Show HotkeyPrefix (not the &)
17823
17824 2004-12-12  John BouAntoun  <jba-mon@optusnet.com.au>
17825         
17826         * MonthCalendar.cs: Implemented click-hold for next/previous month
17827           and date selection
17828           
17829 2004-12-11  Peter Bartok  <pbartok@novell.com>
17830
17831         * X11Structs.cs:
17832           - Added XKeyboardState (moved from XplatUIX11.cs)
17833           - Added XCreateGC related enums and structures
17834           - Added GXFunction for XSetFunction
17835
17836         * XplatUIStructs.cs: Added missing WS_EX_xxx definitions
17837
17838         * XplatUI.cs: Added CreateCaret(), DestroyCaret(), SetCaretPos() and
17839           CaretVisible() calls
17840
17841         * ToolTip.cs: Added code to prevent stealing focus from app windows
17842
17843         * XplatUIDriver.cs: Added abstracts for caret functions (CreateCaret,
17844           DestroyCaret, SetCaretPos and CaretVisible)
17845
17846         * XplatUIX11.cs:
17847           - Added implementation for caret functions
17848           - Moved hover variables into a struct, to make it a bit easier
17849             on the eyes and to debug
17850           - Removed XKeyboardState (moved to XplatUIX11.cs)
17851           - Moved Keyboard properties into the properties region
17852
17853         * Control.cs (get_Region): Control.CreateGraphics is the appropriate
17854           call to get a graphics context for our control
17855
17856         * XplatUIOSX.cs: Added empty overrides for the new caret functions
17857
17858         * TreeView.cs: Fixed bug. No matter what color was set it would always
17859           return SystemColors.Window
17860
17861         * XplatUIWin32.cs: Implemented caret overrides
17862
17863 2004-12-10  Jordi Mas i Hernandez <jordi@ximian.com>
17864
17865         * ListBox.cs: fire events, implement missing methods and properties,
17866         sorting.
17867
17868 2004-12-10  John BouAntoun <jba-mono@optusnet.com.au>
17869
17870         * MonthCalendar.cs: invalidation bug fixing
17871         * ThemeWin32Classic.cs: paint fixing
17872
17873 2004-12-09  Geoff Norton  <gnorton@customerdna.com>
17874
17875         * XplatUIOSX.cs: Refactor to pass the real hwnd into Graphics.FromHwnd, we
17876         prepare the CGContextRef there now.
17877
17878 2004-12-09  John BouAntoun <jba-mono@optusnet.com.au>
17879
17880         * MonthCalendar.cs:
17881           - optimisationL only invalidate areas that have changed
17882         * ThemeWin32Classic.cs:
17883           - only paint parts that intersect with clip_area
17884
17885 2004-12-09  Peter Bartok  <pbartok@novell.com>
17886
17887         * Application.cs: Undid changes from r37004 which cause problems
17888         on X11
17889
17890 2004-12-09  Ravindra  <rkumar@novell.com>
17891
17892         * ToolBar.cs: Added support for displaying ContextMenu
17893         attached to a button on ToolBar.
17894         * ToolBarButton.cs: Uncomment/fixed the DropDownMenu
17895         property.
17896
17897 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
17898
17899         * Label.cs: autosize works in text change and removes unnecessary
17900         invalidate
17901
17902 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
17903
17904         * ThemeWin32Classic.cs, XplatUIOSX.cs, XplatUIWin32.cs:
17905         remove warnings
17906
17907 2004-12-08  Geoff Norton  <gnorton@customerdna.com>
17908
17909         * XplatUIOSX.cs: Added mouse move/click/grab support
17910         Remove some debugging WriteLines not needed anymore.
17911         Add window resizing/positioning.
17912         Fix visibility on reparenting.
17913
17914 2004-12-08  Peter Bartok  <pbartok@novell.com>
17915
17916         * XplatUIOSX.cs: Added Idle event, now compiles on VS.Net
17917
17918 2004-12-07  Geoff Norton  <gnorton@customerdna.com>
17919
17920         * XplatUIOSX.cs: Initial checkin
17921         * XplatUI.cs: Use the Quartz driver if the environment is set to use it
17922
17923 2004-12-03  Ravindra <rkumar@novell.com>
17924
17925         * ListView.cs: Added some keybindings and fixed scrolling.
17926         ScrollBars listen to ValueChanged event instead of Scroll
17927         Event. This would let us take care of all changes being
17928         done in the scrollbars' values programmatically or manually.
17929         * ListView.cs (CanMultiselect): Added a check for shift key.
17930         * ListView.cs (EnsureVisible): Fixed. Do proper scrolling.
17931         * ListViewItem.cs (Clone): Fixed. We need to make a copy
17932         of ListViewSubItemCollection as well.
17933
17934 2004-12-06  Peter Bartok <pbartok@novell.com>
17935
17936         * Control.cs (Parent): Added check and exception to prevent
17937         circular parenting
17938
17939 2004-12-03  Jordi Mas i Hernandez <jordi@ximian.com>
17940
17941         * ListBox.cs: implemented clipping, selection single and multiple,
17942         bug fixing
17943
17944 2004-12-03  Ravindra <rkumar@novell.com>
17945
17946         * ListView.cs (ListView_KeyDown):
17947         * ListView.cs (ListView_KeyUp): Fixed multiple selection handling
17948         when CTRL key is pressed.
17949         * ListViewItem.cs (Selected): Fixed setting the property.
17950
17951 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
17952
17953         * Application.cs (OnThreadException): Use ThreadExceptionDialog.
17954
17955         * Form.cs: Add ActiveForm, FormBorderStyle, MaximizeBox,
17956         MinimizeBox, ShowInTaskbar, TopMost properties.
17957
17958         * ThreadExceptionDialog.cs: Implemented (disabled TextBox until
17959         will be implemented).
17960
17961 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
17962
17963         * OwnerDrawPropertyBag.cs: New internal parameterless ctor.
17964
17965         * TreeNode.cs: Implemented ICloneable, Fixed to pass my simple
17966         tests.
17967         
17968         * TreeNodeCollection.cs: Add exception throwing for Add,AddRange.
17969         
17970         * TreeView.cs: BackColor is Colors.Window.
17971
17972 2004-12-01  Jackson Harper  <jackson@ximian.com>
17973
17974         * TreeView.cs: When resizing the tree if the user is making it
17975         smaller we don't get expose events, so we need to handle adding
17976         the horizontal scrollbar in the size changed handler as well as
17977         the expose handler.
17978
17979 2004-12-02  Jordi Mas i Hernandez <jordi@ximian.com>
17980
17981         * DrawItemState.cs: fixes wrong enum values
17982
17983 2004-12-01  Jackson Harper  <jackson@ximian.com>
17984
17985         * TreeView.cs: Resize the hbar as well as the vbar on resize.
17986
17987 2004-12-01  Jackson Harper  <jackson@ximian.com>
17988
17989         * NodeLabelEditEventArgs.cs:
17990         * NodeLabelEditEventHandler.cs:
17991         * OpenTreeNodeEnumerator.cs:
17992         * TreeNode.cs:
17993         * TreeNodeCollection.cs:
17994         * TreeView.cs:
17995         * TreeViewAction.cs:
17996         * TreeViewCancelEventArgs.cs:
17997         * TreeViewCancelEventHandler.cs:
17998         * TreeViewEventArgs.cs:
17999         * TreeViewEventHandler.cs: Initial implementation.
18000
18001 2004-12-01  Ravindra <rkumar@novell.com>
18002
18003         * ListView.cs (CalculateListView): Fixed scrolling related
18004         calculations. Also, removed some debug statements from other
18005         places.
18006         * ListViewItem.cs: Changed access to 'selected' instance variable
18007         from private to internal.
18008         * ThemeWin32Classic.cs (DrawListViewItem): Fixed SubItem drawing.
18009
18010 2004-12-01  Jordi Mas i Hernandez <jordi@ximian.com>
18011
18012         * ThemeWin32Classic.cs: remove cache of brush and pens for
18013         specific controls and use the global system, fixes scrollbutton
18014         bugs (for small sizes, disabled, etc)
18015         
18016         * ScrollBar.cs: does not show the thumb for very small controls
18017         (as MS) and allow smaller buttons that the regular size
18018
18019 2004-12-01  Miguel de Icaza  <miguel@ximian.com>
18020
18021         * UpDownBase.cs: Add abstract methods for the interface.
18022         Add new virtual methods (need to be hooked up to TextEntry when it
18023         exists).
18024         Add override methods for most features.
18025         Computes the size, forces the height of the text entry.
18026
18027         * NumericUpDown.cs: Put here the current testing code.
18028
18029         * Set eol-style property on all files that do not have mixed line
18030         endings, to minimize the future problems.  There are still a few
18031         files with mixed endings, and someone should choose whether they
18032         want to move it or not.
18033
18034 2004-11-30  Jordi Mas i Hernandez <jordi@ximian.com>
18035
18036         * MonthCalendar.cs, ListView.cs: use Theme colours instead of
18037         System.Colors
18038         
18039 2004-11-30  Ravindra <rkumar@novell.com>
18040
18041         * ThemeWin32Classic.cs (DrawListViewItem): Fixed selected item
18042         drawing and replaced use of SystemColors by theme colors.
18043         * ListView.cs (ListView_Paint): Fixed painting done during scrolling.
18044         * ListView.cs (ListViewItemCollection.Add): Throw exception when
18045         same ListViewItem is being added more than once.
18046
18047 2004-11-30  John BouAntoun <jba-mono@optusnet.com.au>
18048
18049         * MonthCalendar.cs:
18050           - ControlStyles love to make the control not flicker
18051           
18052 2004-11-30  Peter Bartok  <pbartok@novell.com>
18053
18054         * CharacterCasing.cs: Added
18055
18056 2004-11-29  Peter Bartok  <pbartok@novell.com>
18057
18058         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
18059           TreeViewAction.cs, TreeViewEventArgs.cs: Removed new files.
18060           I am removing these files as they conflict with already completed
18061           work. While it is fantastic to get contributions to MWF, I
18062           respectfully ask that everyone please coordinate their contributions
18063           through mono-winforms-list or #mono-winforms at this time. We're
18064           explicitly avoiding stubbing and don't want controls that don't have
18065           their basic functionality implemented in svn. Please also see
18066           http://www.mono-project.com/contributing/winforms.html
18067
18068
18069 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
18070
18071         * Application.cs (ModalRun): Don't hang after exit.
18072
18073         * Theme.cs: New TreeViewDefaultSize property.
18074
18075         * ThemeWin32Classic.cs: Replaced hardcoded defaultWindowBackColor
18076         with less hardcoded SystemColors constant.
18077         Implemented TreeViewDefaultSize.
18078
18079         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
18080         TreeViewAction.cs, TreeViewEventArgs.cs: New files.
18081
18082
18083 2004-11-29  John BouAntoun <jba-mono@optusnet.com.au>
18084
18085         * MonthCalendar.cs:
18086           - Fix NextMonthDate and PrevMonthDate click moving calendar
18087
18088 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
18089
18090         * MonthCalendar.cs:
18091           - Fix usage of ScrollChange Property when scrolling months
18092
18093 2004-11-26  Jordi Mas i Hernandez <jordi@ximian.com>
18094
18095         * Menu.cs, MainMenu.cs, MenuItem.cs, MenuAPI.cs
18096          - Fixes menu destroying
18097          - Support adding and removing items on already created menus
18098
18099 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
18100
18101         * MonthCalendar.cs:
18102           - Re-worked all bolded dates handling to match win32
18103         * ThemeWin32Classic.cs:
18104           - Fixed rendering with bolded dates
18105
18106 2004-11-25  Jordi Mas i Hernandez <jordi@ximian.com>
18107
18108         * ListBox.cs, Theme.cs, ThemeWin32Classic.cs:
18109         - Horizontal scroolbar
18110         - Multicolumn
18111         - Fixes
18112
18113
18114 2004-11-25  John BouAntoun <jba-mono@optusnet.com.au>
18115
18116         * MonthCalendar.cs:
18117           - Fix Usage of MaxSelectionCount from SelectionRange
18118           - Fixed Shift + Cursor Selection
18119           - Fixed Shift + (Pg up/Pg dn, Home/End) selection
18120           - Fixed normal cursor selection to be compat with win32
18121           - Fixed Shift + Mouse Click selection
18122
18123 2004-11-24  Peter Bartok <pbartok@novell.com>
18124
18125         * XplatUI.cs (DispatchMessage): Switched to return IntPtr
18126         * XplatUIDriver.cs (DispatchMessage): Switched to return IntPtr
18127         * XplatUIX11.cs:
18128           - CreatedKeyBoardMsg now updates keystate with Alt key
18129           - Added workaround for timer crash to CheckTimers, Jackson will
18130             develop a proper fix and check in later
18131           - Implemented DispatchMessage
18132           - Removed calling the native window proc from GetMessage (call
18133             now moved to DispatchMessage)
18134
18135         * KeyEventArgs.cs (Constructor): Now combines modifierkeys into
18136           the keydata (Fixes bug #69831)
18137
18138         * XplatUIWin32.cs:
18139           - (DispatchMessage): Switched to return IntPtr
18140           - Added DllImport for SetFocus
18141
18142 2004-11-24  Ravindra <rkumar@novell.com>
18143
18144         * ThemeWin32Classic.cs: Fixed ListView border and checkbox
18145         background drawing.
18146         * ListViewItem.cs: Fixed various properties, calculations
18147         and Clone() method. Fixed ListViewSubItemCollection.Clear() method.
18148         * ListView.cs: Fixed calculations, BackColor, ForeColor properties
18149         and some internal properties. Fixed MouseDown handler and Paint
18150         method.
18151
18152 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
18153
18154         * MonthCalendar.cs: Add TitleMonth ContextMenu handling
18155
18156 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
18157
18158         * ContainerControl.cs: correct accidental check in of local changes
18159
18160 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
18161
18162         * ThemeWin32Classic.cs:
18163                 - Fixed Drawing Last month in grid (sometimes not showing)
18164         * MonthCalendar.cs:
18165                 - Fixed title width calculation bug (makeing title small)
18166
18167 2004-11-23  Peter Bartok <pbartok@novell.com>
18168
18169         * XplatUIX11.cs:
18170           - Added generation of WM_MOUSEHOVER event
18171           - Added missing assignment of async_method atom
18172           - Fixed WM_ERASEBKGND; now only redraws the exposed area
18173
18174 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
18175
18176         * ThemeWin32Classic.cs:
18177                 - Fixed Drawing of today circle when showtodaycircle not set
18178                 - fixed drawing of first and last month in the grid (gay dates)
18179         * MonthCalendar.cs:
18180                 - Fixed Drawing of today circle
18181                 - Fixed drawing of grady dates
18182                 - Fixed HitTest for today link when ShowToday set to false
18183                 - Fixed DefaultSize to obey ShowToday
18184
18185 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
18186
18187         * ThemeWin32Classic.cs: Fixed DrawMonthCalendar and private support methods
18188         * System.Windows.Forms/Theme.cs
18189         * MonthCalendar.cs: added for MonthCalendar
18190         * SelectionRange.cs: added for MonthCalendar
18191         * Day.cs: added for MonthCalendar: added for MonthCalendar
18192         * DateRangeEventArgs.cs: added for MonthCalendar
18193         * DateRangeEventHandler.cs: added for MonthCalendar
18194
18195 2004-11-22  Ravindra <rkumar@novell.com>
18196
18197         * ThemeWin32Classic.cs: Fixed ListViewDrawing with 'UseItemStyleForSubItems'
18198         property.
18199
18200 2004-11-22  Miguel de Icaza  <miguel@ximian.com>
18201
18202         * UpDownBase.cs (InitTimer): Use prehistoric C# 1.0 notation for
18203         event handler.
18204         
18205         * NumericUpDown.cs: Added new implementation.
18206         * UpDownBase.cs: Added new implementation.
18207
18208         * XplatUIWin32.cs (KeyboardSpeed, KeyboardDelay): added default
18209         implementations.
18210         
18211         * XplatUIX11.cs (KeyboardSpeed, KeyboardDelay): added default
18212         implementations.
18213
18214         * XplatUIDriver.cs ((KeyboardSpeed, KeyboardDelay): added new
18215         methods.
18216
18217 2004-11-21  Miguel de Icaza  <miguel@ximian.com>
18218
18219         * Timer.cs  (Dispose): Should call the base dispose when
18220         overriding.
18221
18222 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
18223
18224         * ScrollBar.cs: updates thumb position when max, min or increment
18225         is changed
18226
18227 2004-11-21  Ravindra <rkumar@novell.com>
18228
18229         * ListView.cs: Implemented item selection, activation and
18230         column header style. Fixed properties to do a redraw, if
18231         required. Added support for MouseHover, DoubleClick, KeyDown
18232         and KeyUp event handling and some minor fixes.
18233         * ListViewItem.cs: Fixed constructor.
18234         * ThemeWin32Classic.cs: Improved drawing for ListView.
18235
18236 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
18237
18238         * ThemeWin32Classic.cs: initial listbox drawing code
18239         * DrawMode.cs: new enumerator
18240         * ListControl.cs: stubbed class
18241         * ListBox.cs: initial implementation
18242         * Theme.cs: new methods definitions
18243         * SelectionMode.cs: new enumerator
18244
18245 2004-11-17  Peter Bartok  <pbartok@novell.com>
18246
18247         * XplatUIWin32.cs: Added double-click events to the class style
18248         * Control.cs (WndProc):
18249           - Added handling of click-count to MouseDown/ MouseUp events.
18250           - Added handling of middle and right mouse buttons
18251           - Removed old debug code
18252
18253 2004-11-17  Jackson Harper  <jackson@ximian.com>
18254
18255         * XplatUIX11.cs: Use the new Mono.Unix namespace.
18256
18257 2004-11-17  Ravindra <rkumar@novell.com>
18258
18259         * ListView.cs: Added event handling for MouseMove/Up/Down.
18260         * ColumnHeader.cs: Added a read-only internal property 'Pressed'.
18261         * ThemeWin32Classic.cs: We need to clear the graphics context and
18262         draw column header in a proper state.
18263
18264
18265 2004-11-17  Jordi Mas i Hernandez <jordi@ximian.com>
18266
18267         *  Menu.cs: fixes signature
18268
18269 2004-11-16  Peter Bartok  <pbartok@novell.com>
18270
18271         * XplatUIX11.cs (GetMessage): Implemented generation of
18272           double click mouse messages
18273
18274 2004-11-12  Jordi Mas i Hernandez <jordi@ximian.com>
18275
18276         *  Form.cs, MainMenu.cs, MenuAPI.cs: tracker should be for tracking session
18277         not by menu
18278
18279 2004-11-11  Peter Bartok  <pbartok@novell.com>
18280
18281         * HandleData.cs: Added Visible property
18282         * XplatUIX11.cs (IsVisible): Now uses Visible property from
18283           HandleData
18284         * XplatUIX11.cs: Removed old debug leftovers
18285         * XplatUIX11.cs (DefWndProc): Added WM_ERASEBKGND handler
18286         * Control.cs (WndProc): Removed old debug leftovers,
18287           streamlined handling of WM_WINDOWPOSCHANGED, removed un-
18288           needed WM_SIZE handling
18289
18290 2004-11-11  Jackson Harper  <jackson@ximian.com>
18291
18292         * OwnerDrawPropertyBag.cs:
18293         * TreeViewImageIndexConverter.cs: Initial implementation
18294
18295 2004-11-10  Jackson Harper  <jackson@ximian.com>
18296
18297         * ThemeWin32Classic.cs:
18298         * TabControl.cs: instead of moving tabs by the slider pos just
18299         start drawing at the tab that is offset by the slider. This way
18300         scrolling always moves by exactly one tab.
18301
18302 2004-11-10  Jackson Harper  <jackson@ximian.com>
18303
18304         * TabControl.cs: You can only scroll left when the slider has
18305         already ben moved right.
18306         
18307 2004-11-10  Jackson Harper  <jackson@ximian.com>
18308
18309         * ThemeWin32Classic.cs: Do not draw the selected tab if its not in
18310         the clip area.
18311         
18312 2004-11-10  Jackson Harper  <jackson@ximian.com>
18313
18314         * ThemeWin32Classic.cs: Don't bother drawing tabs outside of the
18315         clip area.
18316         
18317 2004-11-09  Jackson Harper  <jackson@ximian.com>
18318
18319         * TabControl.cs (CalcXPos): New helper method so we can determine
18320         the proper place to start drawing vertical tabs.
18321         * ThemeWin32Classic.cs (DrawTab): Draw right aligned tabs.
18322         
18323 2004-11-09  Jackson Harper  <jackson@ximian.com>
18324
18325         * TabControl.cs: Calculate sizing and rects for left aligned tabs.
18326         * ThemeWin32Classic.cs (GetTabControl*ScrollRect): Only handle Top
18327         and Bottom, left and right are illegal values for this and
18328         multiline is enabled when the alignment is set to left or right.
18329         (DrawTab): Each alignment block should draw the text itself now
18330         because Left requires special love. Also add rendering for Left
18331         aligned tabs.
18332         
18333 2004-11-09  Jordi Mas i Hernandez <jordi@ximian.com>
18334
18335         *  Form.cs, MainMenu.cs, MenuAPI.cs: fixes menu navigation, fixes popups,
18336         does not destroy the windows, removes debugging messages
18337
18338 2004-11-09  jba  <jba-mono@optusnet.com.au>
18339
18340         * ThemeWin32Classic.cs
18341         (DrawButtonBase): Fix verticle text rect clipping in windows
18342         (DrawCheckBox): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
18343         rendering and incorrect text rect clipping
18344         (DrawRadioButton): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
18345         rendering and incorrect text rect clipping
18346         
18347 2004-11-08  Jackson Harper  <jackson@ximian.com>
18348
18349         * ThemeWin32Classic.cs (DrawTabControl): Render tabs from top to
18350         bottom when they are bottom aligned so the bottoms of the tabs get
18351         displayed.
18352         * TabControl.cs (DropRow): Move rows up instead of down when the
18353         tab control is bottom aligned.
18354
18355 2004-11-08 13:59  pbartok
18356
18357         * XplatUIX11.cs:
18358           - Added handling for various window styles
18359           - Added handling for popup windows
18360           - Added SetTopmost handling
18361
18362 2004-11-08 13:55  pbartok
18363
18364         * XplatUIWin32.cs:
18365           - Added argument to SetTopmost method
18366           - Fixed broken ClientToScreen function
18367
18368 2004-11-08 13:53  pbartok
18369
18370         * XplatUIStructs.cs:
18371           - Added missing WS_EX styles
18372
18373 2004-11-08 13:53  pbartok
18374
18375         * XplatUI.cs, XplatUIDriver.cs:
18376           - Added argument to SetTopmost
18377
18378 2004-11-08 13:52  pbartok
18379
18380         * X11Structs.cs:
18381           - Added XSetWindowAttributes structure
18382           - Improved XWindowAttributes structure
18383           - Added SetWindowValuemask enum
18384           - Added window creation arguments enum
18385           - Added gravity enum
18386           - Added Motif hints structure
18387           - Added various Motif flags and enums
18388           - Added PropertyMode enum for property functions
18389
18390 2004-11-08 13:50  pbartok
18391
18392         * Form.cs:
18393           - Fixed arguments for updated SetTopmost method
18394
18395 2004-11-08 13:49  pbartok
18396
18397         * ToolTip.cs:
18398           - Fixed arguments for updated SetTopmost function
18399           - Fixed usage of PointToClient
18400
18401 2004-11-08 13:44  pbartok
18402
18403         * MenuAPI.cs:
18404           - Added Clipping of children and siblings
18405
18406 2004-11-08 13:41  pbartok
18407
18408         * MainMenu.cs:
18409           - Removed SetMenuBarWindow call. We do this in Form.cs
18410
18411 2004-11-08 13:40  jackson
18412
18413         * TabControl.cs, Theme.cs, ThemeWin32Classic.cs: Render the little
18414           scrolling jimmi in the correct location with bottom aligned tabs
18415
18416 2004-11-08 13:36  pbartok
18417
18418         * ContainerControl.cs:
18419           - Implemented BindingContext
18420           - Implemented ParentForm
18421
18422 2004-11-08 12:46  jackson
18423
18424         * TabControl.cs: Put bottom rendered tabs in the right location
18425
18426 2004-11-08 07:15  jordi
18427
18428         * ScrollBar.cs, ThemeWin32Classic.cs: fixes vertical scrollbar and
18429           removes dead code
18430
18431 2004-11-05 17:30  jackson
18432
18433         * TabControl.cs: When selected tabs are expanded make sure they
18434           don't go beyond the edges of the tab control
18435
18436 2004-11-05 14:57  jackson
18437
18438         * TabControl.cs: Reset show_slider so if the control is resized to
18439           a size where it is no longer needed it's not displayed anymore
18440
18441 2004-11-05 13:16  jackson
18442
18443         * TabControl.cs: Make tab pages non visible when added to the
18444           control
18445
18446 2004-11-05 12:42  jackson
18447
18448         * TabControl.cs: Implement SizeMode.FillToRight
18449
18450 2004-11-05 12:16  jackson
18451
18452         * Control.cs: Do not call CreateHandle if the handle is already
18453           created
18454
18455 2004-11-05 11:46  jackson
18456
18457         * TabControl.cs: Remove superflous call to CalcTabRows
18458
18459 2004-11-05 09:07  jackson
18460
18461         * XplatUIX11.cs: Update for Mono.Posix changes
18462
18463 2004-11-05 07:00  ravindra
18464
18465         * ListView.cs, ListViewItem.cs: Implemented some methods and fixed
18466           scrolling.
18467
18468 2004-11-04 22:47  jba
18469
18470         * ThemeWin32Classic.cs:
18471           - Fix Button rendering for FlatStyle = Flat or Popup
18472           - Fix RadioButton and CheckBox rendering when Appearance = Button
18473             (normal and flatstyle).
18474           - Correct outer rectangle color when drawing focus rectangle
18475           - Adjust button bounds to be 1 px smaller when focused
18476           - Make button not draw sunken 3d border when pushed (windows compat)
18477           - Fix CPDrawBorder3D to not make bottom right hand corner rounded
18478           - Offset the text in RadioButton and Checkbox when being rendered as
18479           a button.
18480           - Hover and Click behaviour for Colored FlatStyle.Flat and Popup
18481           radiobuttons
18482           - Fixed disabled rendering for colored flatstyle radiobuttons (both)
18483           - Fixed disabled text rendering for normally rendered radiobuttons
18484
18485 2004-11-04 10:26  jackson
18486
18487         * TabControl.cs: Recalculate tab rows when resizing
18488
18489 2004-11-04 07:47  jordi
18490
18491         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs:
18492           collection completion, drawing issues, missing features
18493
18494 2004-11-04 05:03  ravindra
18495
18496         * ScrollBar.cs:
18497                 - We need to recalculate the Thumb area when
18498                 LargeChange/maximum/minimum values are changed.
18499           - We set the 'pos' in UpdatePos() method to minimum, if it's less
18500                 than minimum. This is required to handle the case if large_change is
18501                 more than max, and use LargeChange property instead of large_change
18502                 variable.
18503           - We return max+1 when large_change is more than max, like MS does.
18504
18505 2004-11-04 04:29  ravindra
18506
18507         * ColumnHeader.cs, ListView.cs, ListViewItem.cs:
18508                 - Changed default value signatures (prefixed all with ListView).
18509                 - Fixed/implemented layout LargeIcon, SmallIcon and List views for
18510                 ListView.
18511           - Fixed calculations for ListViewItem and implemented Clone()
18512           method.
18513
18514 2004-11-04 04:26  ravindra
18515
18516         * Theme.cs, ThemeWin32Classic.cs:
18517                 - Changed default ListView values signatures (prefixed all with
18518                 ListView).
18519           - Fixed default size values for VScrollBar and HScrollBar.
18520                 - Fixed DrawListViewItem method.
18521
18522 2004-11-04 04:05  ravindra
18523
18524         * ColumnHeaderStyle.cs: Typo. It should be Nonclickable.
18525
18526 2004-11-04 04:04  ravindra
18527
18528         * ImageList.cs: Implemented the missing overload for Draw method.
18529
18530 2004-11-03 19:29  jackson
18531
18532         * TabControl.cs: Handle dropping rows on selection properly
18533
18534 2004-11-03 11:59  jackson
18535
18536         * TabControl.cs: remove debug code
18537
18538 2004-11-03 11:52  jackson
18539
18540         * TabControl.cs, ThemeWin32Classic.cs: Initial implementation of
18541           the scrolly widgerywoo
18542
18543 2004-11-02 13:52  jackson
18544
18545         * TabControl.cs: Resize the tab pages and tabs when the tab control
18546           is resized
18547
18548 2004-11-02 13:40  jackson
18549
18550         * TabControl.cs, ThemeWin32Classic.cs: Move the row with the
18551           selected tab to the bottom
18552
18553 2004-11-02 13:39  jackson
18554
18555         * TabPage.cs: Store the tab pages row
18556
18557 2004-11-02 12:33  jordi
18558
18559         * MenuItem.cs: fixes handle creation
18560
18561 2004-11-02 11:42  jackson
18562
18563         * TabControl.cs: signature fix
18564
18565 2004-11-02 08:56  jackson
18566
18567         * TabControl.cs: Calculate whether the tab is on an edge properly.
18568           Remove top secret debugging code
18569
18570 2004-11-01 19:57  jackson
18571
18572         * TabControl.cs: Add click handling, and proper sizing
18573
18574 2004-11-01 19:47  jackson
18575
18576         * Theme.cs, ThemeWin32Classic.cs: New rendering and sizing code for
18577           tab controls
18578
18579 2004-11-01 19:39  jackson
18580
18581         * TabPage.cs: add internal property to store the bounds of a tab
18582           page
18583
18584 2004-10-30 04:23  ravindra
18585
18586         * Theme.cs, ThemeWin32Classic.cs: Drawing ListView and some default
18587           values.
18588
18589 2004-10-30 04:21  ravindra
18590
18591         * ListView.cs, ListViewItem.cs: Added support for scrolling and
18592           fixed calculations.
18593
18594 2004-10-30 03:06  pbartok
18595
18596         * XplatUIX11.cs:
18597           - Removed extension of DllImported libs
18598
18599 2004-10-29 09:55  jordi
18600
18601         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: Menu key
18602           navigation, itemcollection completion, menu fixes
18603
18604 2004-10-27 22:58  pbartok
18605
18606         * XplatUIX11.cs:
18607           - Now throws a nice error message when no X display could be opened
18608
18609 2004-10-26 13:51  jordi
18610
18611         * ListView.cs: removes warning
18612
18613 2004-10-26 03:55  ravindra
18614
18615         * ColumnHeader.cs, ListView.cs, ListViewItem.cs,
18616           ThemeWin32Classic.cs: Some formatting for my last checkins.
18617
18618 2004-10-26 03:36  ravindra
18619
18620         * ThemeWin32Classic.cs: Implemented DetailView drawing for ListView
18621           control and default values.
18622
18623 2004-10-26 03:35  ravindra
18624
18625         * Theme.cs: Added some default values for ListView control.
18626
18627 2004-10-26 03:33  ravindra
18628
18629         * ToolBar.cs: ToolBar should use the user specified button size, if
18630           there is any. Added a size_specified flag for the same.
18631
18632 2004-10-26 03:33  ravindra
18633
18634         * ColumnHeader.cs: Added some internal members and calculations for
18635           ColumnHeader.
18636
18637 2004-10-26 03:32  ravindra
18638
18639         * ListViewItem.cs: Calculations for ListViewItem.
18640
18641 2004-10-26 03:31  ravindra
18642
18643         * ListView.cs: Added some internal members and calculations for
18644           ListView.
18645
18646 2004-10-22 13:31  jordi
18647
18648         * MenuAPI.cs: speedup menus drawing
18649
18650 2004-10-22 13:16  jackson
18651
18652         * XplatUIX11.cs: Make sure to update exposed regions when adding an
18653           expose event
18654
18655 2004-10-22 11:49  jackson
18656
18657         * Control.cs: oops
18658
18659 2004-10-22 11:41  jackson
18660
18661         * Control.cs: Check to see if the window should have its background
18662           repainted by X when drawing.
18663
18664 2004-10-22 11:31  jackson
18665
18666         * XplatUIX11.cs: When invalidating areas only use XClearArea if
18667           clear is true, this way we do not get flicker from X repainting the
18668           background
18669
18670 2004-10-22 11:28  jackson
18671
18672         * XEventQueue.cs: Queue properly
18673
18674 2004-10-21 09:38  jackson
18675
18676         * XEventQueue.cs: Fix access modifier
18677
18678 2004-10-21 09:36  jackson
18679
18680         * XEventQueue.cs: Don't loose messages
18681
18682 2004-10-21 09:22  jackson
18683
18684         * XEventQueue.cs: Don't loose messages
18685
18686 2004-10-20 04:15  jordi
18687
18688         * BootMode.cs: enum need it by SystemInfo
18689
18690 2004-10-19 21:58  pbartok
18691
18692         * XplatUIWin32.cs:
18693           - Small sanity check
18694
18695 2004-10-19 21:56  pbartok
18696
18697         * Form.cs:
18698           - Added private FormParentWindow class which acts as the container
18699             for our form and as the non-client area where menus are drawn
18700           - Added/Moved required tie-ins to Jordi's menus
18701           - Fixed/Implemented the FormStartPosition functionality
18702
18703 2004-10-19 21:52  pbartok
18704
18705         * Control.cs:
18706           - Removed unneeded locals
18707           - Added code to all size and location properties to understand and
18708             deal with the parent container of Form
18709
18710 2004-10-19 21:33  pbartok
18711
18712         * Application.cs:
18713           - Fixed to deal with new Form subclasses for menus
18714
18715 2004-10-19 17:48  jackson
18716
18717         * XEventQueue.cs: commit correct version of file
18718
18719 2004-10-19 16:50  jackson
18720
18721         * XEventQueue.cs, XplatUIX11.cs: New optimized event queue
18722
18723 2004-10-19 16:15  jordi
18724
18725         * MenuAPI.cs: MenuBarCalcSize returns the height
18726
18727 2004-10-19 08:31  pbartok
18728
18729         * Control.cs:
18730           - Added missing call to PreProcessMessage before calling OnXXXKey
18731           methods
18732
18733 2004-10-19 00:04  ravindra
18734
18735         * ToolTip.cs: Fixed constructor.
18736
18737 2004-10-18 09:31  jordi
18738
18739         * MenuAPI.cs: menuitems in menubars do not have shortcuts
18740
18741 2004-10-18 09:26  jordi
18742
18743         * MenuItem.cs: fixes MenuItem class signature
18744
18745 2004-10-18 08:56  jordi
18746
18747         * MenuAPI.cs: prevents windows from showing in the taskbar
18748
18749 2004-10-18 00:28  ravindra
18750
18751         * ToolTip.cs: Suppressed a warning message.
18752
18753 2004-10-18 00:27  ravindra
18754
18755         * Control.cs: Default value of visible property must be true.
18756
18757 2004-10-17 23:19  pbartok
18758
18759         * ToolTip.cs:
18760           - Complete implementation
18761
18762 2004-10-17 23:19  pbartok
18763
18764         * XplatUIX11.cs:
18765           - Added EnableWindow method
18766           - Added SetModal stub
18767           - Added generation of WM_ACTIVATE message (still needs testing)
18768           - Added SetTopMost stub
18769           - Changes to deal with VirtualKeys being moved to XplatUIStructs.cs
18770
18771 2004-10-17 23:17  pbartok
18772
18773         * XplatUIWin32.cs:
18774           - Removed VirtualKeys to XplatUIStructs
18775           - Implemented SetTopMost method
18776           - Implemented EnableWindow method
18777           - Bugfix in ScreenToClient()
18778           - Bugfixes in ClientToScreen()
18779
18780 2004-10-17 22:51  pbartok
18781
18782         * XplatUIStructs.cs:
18783           - Added WS_EX styles to WindowStyles enumeration
18784
18785 2004-10-17 22:50  pbartok
18786
18787         * XplatUI.cs, XplatUIDriver.cs:
18788           - Added method for enabling/disabling windows
18789           - Added method for setting window modality
18790           - Added method for setting topmost window
18791
18792 2004-10-17 22:49  pbartok
18793
18794         * ThemeWin32Classic.cs:
18795           - Added ToolTip drawing code
18796
18797 2004-10-17 22:49  pbartok
18798
18799         * Theme.cs:
18800           - Added ToolTip abstracts
18801
18802 2004-10-17 22:47  pbartok
18803
18804         * Form.cs:
18805           - Fixed Form.ControlCollection to handle owner relations
18806           - Added Owner/OwnedForms handling
18807           - Implemented Z-Ordering for owned forms
18808           - Removed unneeded private overload of ShowDialog
18809           - Fixed ShowDialog, added the X11 incarnation of modal handling (or
18810             so I hope)
18811           - Fixed Close(), had wrong default
18812           - Added firing of OnLoad event
18813           - Added some commented out debug code for Ownership handling
18814
18815 2004-10-17 22:16  pbartok
18816
18817         * Control.cs:
18818           - Fixed/implemented flat list of controls
18819
18820 2004-10-17 22:14  pbartok
18821
18822         * Application.cs:
18823           - Added code to simulate modal dialogs on Win32
18824
18825 2004-10-17 16:11  jordi
18826
18827         * ScrollBar.cs: disabled scrollbar should not honor any keyboard or
18828           mouse event
18829
18830 2004-10-17 13:39  jordi
18831
18832         * MenuAPI.cs: menu drawing fixes
18833
18834 2004-10-15 09:10  ravindra
18835
18836         * StructFormat.cs: General Enum.
18837
18838 2004-10-15 09:09  ravindra
18839
18840         * SizeGripStyle.cs: Enum for Form.
18841
18842 2004-10-15 09:08  ravindra
18843
18844         * Theme.cs, ThemeWin32Classic.cs: Added ColumnHeaderHeight property
18845           in Theme for ListView.
18846
18847 2004-10-15 09:06  ravindra
18848
18849         * ColumnHeader.cs: Flushing some formatting changes.
18850
18851 2004-10-15 09:05  ravindra
18852
18853         * ListViewItem.cs: Implemented GetBounds method and fixed coding
18854           style.
18855
18856 2004-10-15 09:03  ravindra
18857
18858         * ListView.cs: Implemented Paint method and fixed coding style.
18859
18860 2004-10-15 07:34  jordi
18861
18862         * MenuAPI.cs: fix for X11
18863
18864 2004-10-15 07:32  ravindra
18865
18866         * ButtonBase.cs, CheckBox.cs, RadioButton.cs:
18867                 - Renamed Paint() method to Draw() for clarity. Also, moved
18868                 DrawImage() to OnPaint().
18869
18870 2004-10-15 07:25  ravindra
18871
18872         * CheckBox.cs, RadioButton.cs:
18873                 - Removed Redraw (), we get it from ButtonBase.
18874                 - Implemented Paint (), to do class specific painting.
18875
18876 2004-10-15 07:16  ravindra
18877
18878         * ButtonBase.cs:
18879                 - Redraw () is not virtual now.
18880                 - Added an internal virtual method Paint (), so that
18881                 derived classes can do their painting on their own.
18882                 - Modified OnPaint () to call Paint ().
18883
18884 2004-10-15 06:43  jordi
18885
18886         * ContextMenu.cs, DrawItemEventHandler.cs, Form.cs, MainMenu.cs,
18887           MenuAPI.cs, MenuItem.cs: menu work, mainmenu, subitems, etc
18888
18889 2004-10-15 00:30  ravindra
18890
18891         * MessageBox.cs:
18892                 - MessageBox on windows does not have min/max buttons.
18893                 This change in CreateParams fixes this on Windows. We
18894                 still need to implement this windowstyle behavior in
18895                 our X11 driver.
18896
18897 2004-10-14 05:14  ravindra
18898
18899         * ToolBar.cs:
18900                 - Changed Redraw () to do a Refresh () always.
18901                 - Fixed the MouseMove event handling when mouse is pressed,
18902                 ie drag event handling.
18903                 - Replaced the usage of ToolBarButton.Pressed property to
18904                 ToolBarButton.pressed internal variable.
18905
18906 2004-10-14 05:10  ravindra
18907
18908         * ToolBarButton.cs:
18909                 - Added an internal member 'inside' to handle mouse move
18910                 with mouse pressed ie mouse drag event.
18911                 - Changed 'Pressed' property to return true only when
18912                 'inside' and 'pressed' are both true.
18913                 - Some coding style love.
18914
18915 2004-10-14 00:17  ravindra
18916
18917         * Form.cs: Fixed class signature. ShowDialog (Control) is not a
18918           public method.
18919
18920 2004-10-14 00:15  ravindra
18921
18922         * ButtonBase.cs: Redraw () related improvements.
18923
18924 2004-10-14 00:14  ravindra
18925
18926         * MessageBox.cs: Moved InitFormSize () out of Paint method and
18927           removed unnecessary calls to Button.Show () method.
18928
18929 2004-10-13 17:50  pbartok
18930
18931         * XplatUIX11.cs:
18932           - Formatting fix
18933           - Removed destroying of window until we solve the problem of X
18934             destroying the window before us on shutdown
18935
18936 2004-10-13 16:32  pbartok
18937
18938         * ButtonBase.cs:
18939           - Now Redraws on MouseUp for FlatStyle Flat and Popup
18940
18941 2004-10-13 14:18  pbartok
18942
18943         * XplatUIX11.cs:
18944           - Added code to destroy the X window
18945
18946 2004-10-13 14:18  pbartok
18947
18948         * XplatUIWin32.cs:
18949           - Added code to destroy a window
18950
18951 2004-10-13 14:12  pbartok
18952
18953         * ButtonBase.cs:
18954           - Added the Redraw on Resize that got dropped in the last rev
18955
18956 2004-10-13 09:06  pbartok
18957
18958         * ThemeWin32Classic.cs:
18959           - Path from John BouAntoun:
18960             * Fix check rendering (centre correctly for normal style, offset
18961               correctly for FlatStyle).
18962             * Fix border color usage (use backcolor) for FlatStyle.Popup
18963             * Use checkbox.Capture instead of checkbox.is_pressed when
18964               rendering flatstyle states.
18965
18966 2004-10-12 21:48  pbartok
18967
18968         * ThemeWin32Classic.cs:
18969           - Removed all occurences of SystemColors and replaced them with the
18970             matching theme color
18971
18972 2004-10-12 21:41  pbartok
18973
18974         * ThemeWin32Classic.cs:
18975           - From John BouAntoun: Added an overload to CPDrawBorder3D to allow
18976             him using the function for flatstyle drawing
18977           - Changed functions to use the new version of CPDrawBorder3D
18978
18979 2004-10-12 21:15  pbartok
18980
18981         * ControlPaint.cs:
18982           - Fixed Dark(), DarkDark(), Light() and LightLight() methods to
18983             match MS documentation. They need to return defined colors if the
18984             passed color matches the configured control color. Thanks to John
18985             BouAntoun for pointing this out.
18986
18987 2004-10-12 20:57  pbartok
18988
18989         * Control.cs:
18990           - Fix from John BouAntoun: Raise ForeColorChanged event when text
18991             color is changed
18992
18993 2004-10-12 20:46  pbartok
18994
18995         * CheckBox.cs:
18996           - Fix from John BouAntoun: Now properly sets the Appearance property
18997
18998 2004-10-12 20:45  pbartok
18999
19000         * ThemeWin32Classic.cs:
19001           - Fixes from John BouAntoun: now handles forecolors and backcolors
19002             for flatstyle rendered controls much better; It also fixes normal
19003             checkbox rendering when pushed or disabled.
19004
19005 2004-10-08 02:50  jordi
19006
19007         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: more menu
19008           work
19009
19010 2004-10-07 08:56  jordi
19011
19012         * ThemeWin32Classic.cs: Removes deletion of cached brushes
19013
19014 2004-10-06 03:59  jordi
19015
19016         * Control.cs, StatusBar.cs, ThemeWin32Classic.cs, ToolBar.cs,
19017           XplatUIWin32.cs: removes warnings from compilation
19018
19019 2004-10-05 12:23  jackson
19020
19021         * RadioButton.cs: Fix ctor
19022
19023 2004-10-05 11:10  pbartok
19024
19025         * MessageBox.cs:
19026           - Partial implementation by Benjamin Dasnois
19027
19028 2004-10-05 10:15  jackson
19029
19030         * ThemeWin32Classic.cs: Improve rendering of the radio button patch
19031           by John BouAntoun
19032
19033 2004-10-05 03:07  ravindra
19034
19035         * ToolBar.cs:
19036                 - Removed a private method, Draw ().
19037                 - Fixed the ButtonDropDown event handling.
19038                 - Fixed MouseMove event handling.
19039
19040 2004-10-05 03:04  ravindra
19041
19042         * ThemeWin32Classic.cs:
19043                 - Added DrawListView method and ListViewDefaultSize property.
19044                 - Changed ControlPaint method calls to CPDrawXXX wherever possible.
19045                 - Changed DOS style CRLF to Unix format (dos2unix).
19046
19047 2004-10-05 03:03  ravindra
19048
19049         * Theme.cs:
19050                 - Added DrawListView method and ListViewDefaultSize property.
19051
19052 2004-10-05 02:42  ravindra
19053
19054         * ToolBarButton.cs: Added an internal member dd_pressed to handle
19055           clicks on DropDown arrow.
19056
19057 2004-10-04 22:56  jackson
19058
19059         * ButtonBase.cs, Label.cs, MenuAPI.cs, ProgressBar.cs,
19060           ScrollBar.cs, StatusBar.cs, ToolBar.cs, TrackBar.cs: Let the base
19061           Control handle the buffers, derived classes should not have to
19062           CreateBuffers themselves.
19063
19064 2004-10-04 21:20  jackson
19065
19066         * StatusBar.cs: The control handles resizing the buffers now.
19067
19068 2004-10-04 21:18  jackson
19069
19070         * Control.cs: When resizing the buffers should be invalidated. This
19071           should be handled in Control not in derived classes.
19072
19073 2004-10-04 14:45  jackson
19074
19075         * TabPage.cs: oops
19076
19077 2004-10-04 02:14  pbartok
19078
19079         * LeftRightAlignment.cs:
19080           - Initial check-in
19081
19082 2004-10-04 01:09  jordi
19083
19084         * ThemeWin32Classic.cs: fixes right button position causing right
19085           button not showing on horizontal scrollbars
19086
19087 2004-10-02 13:12  pbartok
19088
19089         * XplatUIX11.cs:
19090           - Simplified the Invalidate method by using an X call instead of
19091             generating the expose ourselves
19092           - Added an expose when the window background is changed
19093           - Implemented ClientToScreen method
19094
19095 2004-10-02 13:08  pbartok
19096
19097         * XplatUIWin32.cs:
19098           - Added Win32EnableWindow method (test for implementing modal
19099           dialogs)
19100           - Added ClientToScreen method and imports
19101
19102 2004-10-02 13:07  pbartok
19103
19104         * XplatUI.cs, XplatUIDriver.cs:
19105           - Added ClientToScreen coordinate translation method
19106
19107 2004-10-02 13:06  pbartok
19108
19109         * KeyPressEventArgs.cs:
19110           - Fixed access level for constructor
19111
19112 2004-10-02 13:06  pbartok
19113
19114         * NativeWindow.cs:
19115           - Changed access level for the window_collection hash table
19116
19117 2004-10-02 13:05  pbartok
19118
19119         * Form.cs:
19120           - Added KeyPreview property
19121           - Added Menu property (still incomplete, pending Jordi's menu work)
19122           - Implemented ProcessCmdKey
19123           - Implemented ProcessDialogKey
19124           - Implemented ProcessKeyPreview
19125
19126 2004-10-02 13:02  pbartok
19127
19128         * Control.cs:
19129           - Added private method to get the Control object from the window
19130           handle
19131           - Implemented ContextMenu property
19132           - Implemented PointToScreen
19133           - Implemented PreProcessMessage
19134           - Implemented IsInputChar
19135           - Implemented IsInputKey
19136           - Implemented ProcessCmdKey
19137           - Completed ProcessKeyEventArgs
19138           - Fixed message loop to call the proper chain of functions on key
19139           events
19140           - Implemented ProcessDialogChar
19141           - Implemented ProcessDialogKey
19142           - Implemented ProcessKeyMessage
19143           - Implemented ProcessKeyPreview
19144           - Added RaiseDragEvent stub (MS internal method)
19145           - Added RaiseKeyEvent stub (MS internal method)
19146           - Added RaiseMouseEvent stub (MS Internal method)
19147           - Added RaisePaintEvent stub (MS Internal method)
19148           - Added ResetMouseEventArgs stub (MS Internal method)
19149           - Implemented RtlTranslateAlignment
19150           - Implemented RtlTranslateContent
19151           - Implemented RtlTranslateHorizontal
19152           - Implemented RtlTranslateLeftRight
19153           - Added generation of KeyPress event
19154
19155 2004-10-02 05:57  ravindra
19156
19157         * ListViewItem.cs: Added attributes.
19158
19159 2004-10-02 05:32  ravindra
19160
19161         * ListView.cs: Added attributes.
19162
19163 2004-10-01 11:53  jackson
19164
19165         * Form.cs: Implement the Close method so work on MessageBox can
19166           continue.
19167
19168 2004-09-30 14:06  pbartok
19169
19170         * XplatUIX11.cs:
19171           - Bug fixes
19172
19173 2004-09-30 11:34  jackson
19174
19175         * RadioButton.cs: Fix typo. Patch by John BouAntoun.
19176
19177 2004-09-30 07:26  ravindra
19178
19179         * ListViewItemConverter.cs: Converter for ListViewItem.
19180
19181 2004-09-30 07:26  ravindra
19182
19183         * SortOrder.cs: Enum for ListView control.
19184
19185 2004-09-30 07:25  ravindra
19186
19187         * ColumnHeader.cs: Supporting class for ListView control.
19188
19189 2004-09-30 07:24  ravindra
19190
19191         * ListView.cs, ListViewItem.cs: Initial implementation.
19192
19193 2004-09-30 07:20  ravindra
19194
19195         * ItemActivation.cs: Enum for ListView Control.
19196
19197 2004-09-29 20:29  pbartok
19198
19199         * XplatUIX11.cs:
19200           - Added lookup of pixel value for background color; tries to get a
19201             color 'close' to the requested color, it avoids having to create a
19202             colormap.  Depending on the display this could mean the used color
19203             is slightly off the desired color. Might have to change it to a more
19204             resource intensive colormap approach, but it will work as a
19205           workaround to avoid red screens.
19206
19207 2004-09-29 14:27  jackson
19208
19209         * XplatUIX11.cs: Set the X DisplayHandle in System.Drawing
19210
19211 2004-09-28 12:44  pbartok
19212
19213         * ButtonBase.cs, CheckBox.cs, ControlPaint.cs, GroupBox.cs,
19214           HScrollBar.cs, Label.cs, LinkLabel.cs, Panel.cs, PictureBox.cs,
19215           ProgressBar.cs, RadioButton.cs, ScrollBar.cs, StatusBar.cs,
19216           Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs, ToolBar.cs,
19217           TrackBar.cs, VScrollBar.cs:
19218           - Streamlined Theme interfaces:
19219             * Each DrawXXX method for a control now is passed the object for
19220               the control to be drawn in order to allow accessing any state the
19221               theme might require
19222
19223             * ControlPaint methods for the theme now have a CP prefix to avoid
19224               name clashes with the Draw methods for controls
19225
19226             * Every control now retrieves it's DefaultSize from the current
19227             theme
19228
19229 2004-09-28 12:17  jackson
19230
19231         * Button.cs: Do not redraw OnClick MouseUp/Down will handle the
19232           drawing
19233
19234 2004-09-24 14:57  jackson
19235
19236         * XplatUIX11.cs: Don't lock/enqueue/dequeue for unhandled messages.
19237           Gives us a nice little performance boost.
19238
19239 2004-09-24 12:02  jackson
19240
19241         * TabAlignment.cs, TabAppearance.cs, TabControl.cs, TabDrawMode.cs,
19242           TabPage.cs, TabSizeMode.cs: Partial implementation of the Tab
19243           Control and supporting classes. Initial checkin
19244
19245 2004-09-23 13:08  jackson
19246
19247         * Form.cs: Temp build fixage
19248
19249 2004-09-23 01:39  ravindra
19250
19251         * ItemChangedEventArgs.cs, ItemChangedEventHandler.cs,
19252           ItemCheckEventArgs.cs, ItemCheckEventHandler.cs,
19253           ItemDragEventArgs.cs, ItemDragEventHandler.cs,
19254           LabelEditEventArgs.cs, LabelEditEventHandler.cs: EventArgs and
19255           EventHandlers needed by ListView Control.
19256
19257 2004-09-22 14:12  pbartok
19258
19259         * ScrollableControl.cs:
19260           - Implemented DockPadding property
19261           - Implemented AutoScroll property
19262           - Implemented AutoScrollMargin property
19263           - Implemented AutoScrollMinSize property
19264           - Implemented AutoScrollPosition property
19265           - Implemented DisplayRectangle property (still incomplete)
19266           - Implemented CreateParams property
19267           - Implemented HScroll property
19268           - Implemented VScroll property
19269           - Implemented OnVisibleChanged property
19270
19271 2004-09-22 14:09  pbartok
19272
19273         * Form.cs:
19274           - Added Form.ControllCollection class
19275           - Added handling for Form owners: Owner, OwnedForms, AddOwnedForm,
19276             RemoveOwnedForm (still incomplete, missing on-top and common
19277             minimize/maximize behaviour)
19278           - Added StartPosition property (still incomplete, does not use when
19279             creating the form)
19280           - Added ShowDialog() methods (still incomplete, missing forcing the
19281             dialog modal)
19282
19283 2004-09-22 14:05  pbartok
19284
19285         * Application.cs:
19286           - Added message loop for modal dialogs
19287
19288 2004-09-22 14:02  pbartok
19289
19290         * GroupBox.cs:
19291           - Fixed wrong types for events
19292
19293 2004-09-22 14:00  pbartok
19294
19295         * Shortcut.cs, FormWindowState.cs:
19296           - Fixed wrong values
19297
19298 2004-09-22 12:01  jackson
19299
19300         * Control.cs: Text is never null
19301
19302 2004-09-20 22:14  pbartok
19303
19304         * XplatUIWin32.cs:
19305           - Fixed accessibility level for Idle handler
19306
19307 2004-09-20 18:54  jackson
19308
19309         * Application.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
19310           XplatUIX11.cs: New message loop that uses poll so we don't get a
19311           busy loop
19312
19313 2004-09-17 10:43  pbartok
19314
19315         * ScrollBar.cs:
19316           - Fixed behaviour of arrow buttons. Now properly behaves like
19317             Buttons (and like Microsoft's scrollbar arrow buttons)
19318
19319 2004-09-17 10:14  pbartok
19320
19321         * ScrollBar.cs:
19322           - Added missing release of keyboard/mouse capture
19323
19324 2004-09-17 06:18  jordi
19325
19326         * ContextMenu.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs,
19327           Theme.cs: Very early menu support
19328
19329 2004-09-16 17:45  pbartok
19330
19331         * XplatUIWin32.cs:
19332           - Fixed sending a window to the front
19333           - Added overload for SetWindowPos to avoid casting
19334
19335 2004-09-16 17:44  pbartok
19336
19337         * Control.cs:
19338           - Added SendToBack and BringToFront methods
19339
19340 2004-09-16 07:00  ravindra
19341
19342         * Copyright: Added Novell URL.
19343
19344 2004-09-16 07:00  ravindra
19345
19346         * ToolBar.cs: Invalidate should be done before redrawing.
19347
19348 2004-09-15 21:19  ravindra
19349
19350         * ColumnHeaderStyle.cs: Enum for ListView Control.
19351
19352 2004-09-15 21:18  ravindra
19353
19354         * ColumnClickEventArgs.cs, ColumnClickEventHandler.cs: Event for
19355           ListView Control.
19356
19357 2004-09-13 18:26  jackson
19358
19359         * Timer.cs, XplatUIX11.cs: Remove test code so timers are updated
19360           properly
19361
19362 2004-09-13 18:13  jackson
19363
19364         * Timer.cs, X11Structs.cs, XplatUIX11.cs: Timers are now handled in
19365           a second thread and post messages into the main threads message
19366           queue. This makes timing much more consistent. Both win2K and XP
19367           have a minimum timer value of 15 milliseconds, so we now do this
19368           too.
19369
19370 2004-09-13 15:18  pbartok
19371
19372         * X11Structs.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
19373           XplatUIX11.cs:
19374           - Added Z-Ordering methods
19375
19376 2004-09-13 10:56  pbartok
19377
19378         * Form.cs:
19379           - Fixed #region names
19380           - Moved properties and methods into their proper #regions
19381
19382 2004-09-13 10:51  pbartok
19383
19384         * Form.cs:
19385           - Added Accept and CancelButton properties
19386           - Added ProcessDialogKey() method
19387
19388 2004-09-13 08:18  pbartok
19389
19390         * IWindowTarget.cs:
19391           - Initial check-in
19392
19393 2004-09-10 21:50  pbartok
19394
19395         * Control.cs:
19396           - Added DoDragDrop() [incomplete]
19397           - Properly implemented 'Visible' handling
19398           - Added SetVisibleCore()
19399           - Implemented FindChildAtPoint()
19400           - Implemented GetContainerControl()
19401           - Implemented Hide()
19402
19403 2004-09-10 19:28  pbartok
19404
19405         * Control.cs:
19406           - Moved methods into their appropriate #regions
19407           - Reordered methods within regions alphabetically
19408
19409 2004-09-10 18:57  pbartok
19410
19411         * XplatUIX11.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
19412           - Added method to retrieve text from window
19413
19414 2004-09-10 18:56  pbartok
19415
19416         * Control.cs:
19417           - Moved some internal functions into the internal region
19418           - Implemented FontHeight
19419           - Implemented RenderRightToLeft
19420           - Implemented ResizeRedraw
19421           - Implemented ShowFocusCues
19422           - Implemented ShowKeyboardCues
19423           - Implemented FromChildHandle
19424           - Implemented FromHandle
19425           - Implemented IsMnemonic
19426           - Implemented ReflectMessage
19427           - All public and protected Static Methods are now complete
19428
19429 2004-09-10 16:54  pbartok
19430
19431         * Control.cs:
19432           - Implemented remaining missing public instance properties
19433           - Alphabetized some out of order properties
19434
19435 2004-09-10 05:51  ravindra
19436
19437         * PictureBox.cs: Added a check for null image.
19438
19439 2004-09-10 00:59  jordi
19440
19441         * GroupBox.cs: remove cvs tag
19442
19443 2004-09-09 05:25  ravindra
19444
19445         * ToolBar.cs: Make redraw accessible from ToolBarButton.
19446
19447 2004-09-09 05:23  ravindra
19448
19449         * ToolBarButton.cs: Changes in ToolBarButton need to make it's
19450           parent redraw.
19451
19452 2004-09-09 02:28  pbartok
19453
19454         * ThemeWin32Classic.cs:
19455           - Improve disabled string look
19456
19457 2004-09-09 01:15  jordi
19458
19459         * MeasureItemEventArgs.cs, MeasureItemEventHandler.cs: measureitem
19460           args and handler
19461
19462 2004-09-08 23:56  ravindra
19463
19464         * ItemBoundsPortion.cs: It's enum, not a class!
19465
19466 2004-09-08 23:47  ravindra
19467
19468         * FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs:
19469           Enums for Form.
19470
19471 2004-09-08 21:13  ravindra
19472
19473         * ItemBoundsPortion.cs, ListViewAlignment.cs, View.cs: Enums for
19474           ListView control.
19475
19476 2004-09-08 21:03  ravindra
19477
19478         * ThemeWin32Classic.cs: PictureBox would not draw a null image to
19479           avoid crash.
19480
19481 2004-09-08 21:01  ravindra
19482
19483         * ScrollableControl.cs: Removed unreachable code.
19484
19485 2004-09-08 06:45  jordi
19486
19487         * MenuMerge.cs, Shortcut.cs: enumerations need it by menus
19488
19489 2004-09-08 01:00  jackson
19490
19491         * XplatUIX11.cs: Only run the timers when updating the message
19492           queue. This effectively gives X messages a higher priority then
19493           timer messages. Timers still need love though
19494
19495 2004-09-07 14:01  jackson
19496
19497         * XplatUIX11.cs: Do not call XDestroyWindow, X has already done
19498           this for us and the handle is no longer valid.
19499
19500 2004-09-07 13:59  jackson
19501
19502         * HandleData.cs, XplatUIX11.cs: First steps towards a new X event
19503           loop that manages to not crash. TODO: Add poll and cleanup timers
19504
19505 2004-09-07 11:12  jordi
19506
19507         * GroupBox.cs, Theme.cs, ThemeWin32Classic.cs: GroupBox control
19508
19509 2004-09-07 03:40  jordi
19510
19511         * Label.cs, LinkLabel.cs, Theme.cs, ThemeWin32Classic.cs: LinkLabel
19512           fixes, methods, multiple links
19513
19514 2004-09-06 06:55  jordi
19515
19516         * Control.cs: Caches ClientRectangle rectangle value
19517
19518 2004-09-05 02:03  jordi
19519
19520         * ScrollBar.cs, ThemeWin32Classic.cs: fixes bugs, adds flashing on
19521           certain situations
19522
19523 2004-09-04 11:10  jordi
19524
19525         * Label.cs: Refresh when font changed
19526
19527 2004-09-02 16:24  pbartok
19528
19529         * Control.cs:
19530           - Added sanity check to creation of double buffer bitmap
19531
19532 2004-09-02 16:24  pbartok
19533
19534         * ButtonBase.cs:
19535           - Fixed selection of text color
19536           - Fixed handling of resize event; now properly recreates double
19537             buffering bitmap
19538           - Added missing assignment of TextAlignment
19539           - Added proper default for TextAlignment
19540
19541 2004-09-02 14:26  pbartok
19542
19543         * RadioButton.cs:
19544           - Added missing RadioButton.RadioButtonAccessibleObject class
19545
19546 2004-09-02 14:26  pbartok
19547
19548         * Control.cs:
19549           - Added missing Control.ControlAccessibleObject class
19550           - Started to implement Select()ion mechanisms, still very incomplete
19551
19552 2004-09-02 14:25  pbartok
19553
19554         * AccessibleObject.cs:
19555           - Added missing methods
19556
19557 2004-09-02 14:23  pbartok
19558
19559         * AccessibleNavigation.cs, AccessibleSelection.cs:
19560           - Initial check-in
19561
19562 2004-09-02 10:32  jordi
19563
19564         * Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: implements resource
19565           pool for pens, brushes, and hatchbruses
19566
19567 2004-09-01 15:30  jackson
19568
19569         * StatusBar.cs: Fix typo
19570
19571 2004-09-01 14:44  pbartok
19572
19573         * RadioButton.cs:
19574           - Fixed state
19575
19576 2004-09-01 14:39  pbartok
19577
19578         * Button.cs, RadioButton.cs:
19579           - Functional initial check-in
19580
19581 2004-09-01 14:01  pbartok
19582
19583         * CheckBox.cs:
19584           - Added missing default
19585           - Added missing region mark
19586
19587 2004-09-01 09:10  jordi
19588
19589         * Label.cs: fixes method signatures, new methods, events, fixes
19590           autosize
19591
19592 2004-09-01 07:19  jordi
19593
19594         * Control.cs: Init string variables with an empty object
19595
19596 2004-09-01 04:20  jordi
19597
19598         * Control.cs: fires OnFontChanged event
19599
19600 2004-08-31 20:07  pbartok
19601
19602         * ButtonBase.cs:
19603           - Enabled display of strings
19604
19605 2004-08-31 20:05  pbartok
19606
19607         * Form.cs:
19608           - Added (partial) implementation of DialogResult; rest needs to be
19609             implemented when the modal loop code is done
19610
19611 2004-08-31 19:55  pbartok
19612
19613         * CheckBox.cs:
19614           - Fixed to match the removal of the needs_redraw concept
19615
19616 2004-08-31 19:55  pbartok
19617
19618         * ButtonBase.cs:
19619           - Removed the rather odd split between 'needs redraw' and redrawing
19620           - Now handles the events that require regeneration (ambient
19621             properties and size)
19622
19623 2004-08-31 19:41  pbartok
19624
19625         * Control.cs:
19626           - Added firing of BackColorChanged event
19627           - Added TopLevelControl property
19628           - Fixed handling of WM_ERASEBKGRND message
19629
19630 2004-08-31 12:49  pbartok
19631
19632         * ButtonBase.cs:
19633           - Removed debug
19634           - Minor fixes
19635
19636 2004-08-31 12:48  pbartok
19637
19638         * CheckBox.cs:
19639           - Finished (famous last words)
19640
19641 2004-08-31 04:35  jordi
19642
19643         * ScrollBar.cs: adds autorepeat timer, uses a single timer, fixes
19644           scrolling bugs, adds new methods
19645
19646 2004-08-30 14:42  pbartok
19647
19648         * CheckBox.cs:
19649           - Implemented CheckBox drawing code
19650
19651 2004-08-30 14:42  pbartok
19652
19653         * ButtonBase.cs:
19654           - Made Redraw() and CheckRedraw() virtual
19655           - Improved mouse up/down/move logic to properly track buttons
19656
19657 2004-08-30 09:44  pbartok
19658
19659         * CheckBox.cs:
19660           - Updated to fix broken build. Not complete yet.
19661
19662 2004-08-30 09:28  pbartok
19663
19664         * CheckState.cs:
19665           - Initial checkin
19666
19667 2004-08-30 09:17  pbartok
19668
19669         * Appearance.cs:
19670           - Initial check-in
19671
19672 2004-08-27 16:12  ravindra
19673
19674         * ToolBarButton.cs: Added TypeConverter attribute.
19675
19676 2004-08-27 16:07  ravindra
19677
19678         * ImageIndexConverter.cs: Implemented.
19679
19680 2004-08-27 14:17  pbartok
19681
19682         * Control.cs:
19683           - Removed unneeded stack vars
19684           - First attempt to fix sizing issues when layout is suspended
19685
19686 2004-08-25 15:35  jordi
19687
19688         * ScrollBar.cs: more fixes to scrollbar
19689
19690 2004-08-25 14:04  ravindra
19691
19692         * Theme.cs, ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs:
19693           Added the missing divider code and grip for ToolBar Control.
19694
19695 2004-08-25 13:20  pbartok
19696
19697         * Control.cs:
19698           - Control now properly passes the ambient background color to child
19699             controls
19700
19701 2004-08-25 13:20  jordi
19702
19703         * ScrollBar.cs: small bug fix regarding bar position
19704
19705 2004-08-25 12:33  pbartok
19706
19707         * Timer.cs:
19708           - Now only calls SetTimer or KillTimer if the enabled state has
19709           changed
19710
19711 2004-08-25 12:33  pbartok
19712
19713         * XplatUIWin32.cs:
19714           - Fixed timer handling, now seems to work
19715           - Improved error message for window creation
19716
19717 2004-08-25 12:32  pbartok
19718
19719         * Control.cs:
19720           - Fixed generation of MouseUp message
19721
19722 2004-08-25 12:29  jordi
19723
19724         * ProgressBar.cs, ThemeWin32Classic.cs: new methods, properties,
19725           and fixes for progressbar
19726
19727 2004-08-24 18:43  ravindra
19728
19729         * ThemeWin32Classic.cs, ToolBar.cs: Fixed wrapping related issues
19730           in ToolBar control.
19731
19732 2004-08-24 17:15  pbartok
19733
19734         * Panel.cs:
19735           - Added #region
19736           - Added missing events
19737           - Alphabetized
19738
19739 2004-08-24 17:14  pbartok
19740
19741         * StatusBar.cs, PictureBox.cs:
19742           - Now uses Control's CreateParams
19743
19744 2004-08-24 16:36  pbartok
19745
19746         * XplatUIX11.cs:
19747           - Fixed background color handling
19748           - Fixed sending of enter/leave events on a grab
19749
19750 2004-08-24 16:35  pbartok
19751
19752         * X11Structs.cs:
19753           - Refined definitions for CrossingEvent
19754
19755 2004-08-24 12:37  jordi
19756
19757         * ScrollBar.cs, Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: fixes
19758           formmating, methods signature, and adds missing events
19759
19760 2004-08-24 12:24  jordi
19761
19762         * Control.cs: fire OnEnabledChanged event
19763
19764 2004-08-24 11:17  pbartok
19765
19766         * XplatUIWin32.cs:
19767           - Implemented SetTimer() and KillTimer()
19768
19769 2004-08-24 11:16  pbartok
19770
19771         * XplatUIX11.cs:
19772           - Now uses Remove instead of Add to kill the timer
19773
19774 2004-08-24 10:16  jackson
19775
19776         * PictureBox.cs, Theme.cs, ThemeWin32Classic.cs: Handle drawing
19777           picture boxes in the theme now. Draw picture box borders and obey
19778           sizing modes
19779
19780 2004-08-24 05:49  jackson
19781
19782         * Timer.cs: Remove top secret debugging code
19783
19784 2004-08-24 05:34  jackson
19785
19786         * PictureBox.cs: Temp hack to make picture boxes draw their full
19787           image
19788
19789 2004-08-24 05:29  jackson
19790
19791         * Timer.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
19792           XplatUIX11.cs: Move timers to the driver level. On X they are
19793           queued by the driver and checked on idle.
19794
19795 2004-08-24 01:07  jackson
19796
19797         * XplatUIX11.cs: Use a queue for async messages instead of passing
19798           them as ClientMessages since that was totally broken. Also simply
19799           check for events and return an idle message if none are found. This
19800           gives us an idle handler, and prevents deadlocking when no messages
19801           are in the queue.
19802
19803 2004-08-23 18:19  ravindra
19804
19805         * XplatUIWin32.cs: Removed the unwanted destructor.
19806
19807 2004-08-23 17:27  pbartok
19808
19809         * ButtonBase.cs:
19810           - Finishing touches. Works now, just needs some optimizations.
19811
19812 2004-08-23 16:53  jordi
19813
19814         * ScrollBar.cs: small fix
19815
19816 2004-08-23 16:45  pbartok
19817
19818         * Application.cs:
19819           - Removed debug output
19820           - Simplifications
19821
19822 2004-08-23 16:43  jordi
19823
19824         * ScrollBar.cs: [no log message]
19825
19826 2004-08-23 16:10  pbartok
19827
19828         * Form.cs:
19829           - Fixed handling of WM_CLOSE message
19830           - Removed debug output
19831
19832 2004-08-23 16:09  pbartok
19833
19834         * Application.cs:
19835           - Added handling of Idle event
19836           - Added handling of form closing
19837           - Fixed reporting of MessageLoop property
19838           - Removed some unneeded code, should provide a bit of a speedup
19839
19840 2004-08-23 15:22  pbartok
19841
19842         * Control.cs:
19843           - Added InitLayout() method
19844           - Added code to properly perform layout when Anchor or Dock property
19845             is changed
19846           - Changed 'interpretation' of ResumeLayout. MS seems to have a
19847             LAMESPEC, tried to do it in a way that makes sense
19848
19849 2004-08-23 14:10  jordi
19850
19851         * HScrollBar.cs, ScrollBar.cs, TrackBar.cs, VScrollBar.cs: fixes
19852           properties and methods
19853
19854 2004-08-23 13:55  pbartok
19855
19856         * Control.cs:
19857           - Properly fixed Jordi's last fix
19858           - Now uses Cursor's Position property instead of calling XplatUI
19859           directly
19860
19861 2004-08-23 13:44  jordi
19862
19863         * PaintEventHandler.cs: Adding missing attribute
19864
19865 2004-08-23 13:39  pbartok
19866
19867         * Cursor.cs:
19868           - Implemented Position property
19869
19870 2004-08-23 13:39  pbartok
19871
19872         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
19873           - Added method to move mouse cursor
19874
19875 2004-08-23 13:39  pbartok
19876
19877         * XplatUIX11.cs:
19878           - Fixed setting of background color
19879           - Added method to move mouse cursor
19880
19881 2004-08-23 13:16  jordi
19882
19883         * Control.cs: avoids null exception
19884
19885 2004-08-22 17:46  jackson
19886
19887         * PictureBox.cs, PictureBoxSizeMode.cs: Initial implementation of
19888           PictureBox
19889
19890 2004-08-22 17:40  jackson
19891
19892         * XplatUIX11.cs: Add some missing locks
19893
19894 2004-08-22 15:10  pbartok
19895
19896         * Control.cs, Form.cs:
19897           - Removed OverlappedWindow style from Control, instead it's default
19898             now is child
19899           - Made form windows OverlappedWindow by default
19900
19901 2004-08-22 13:34  jackson
19902
19903         * ScrollBar.cs: Update the position through the Value property so
19904           the OnValueChanged event is raised.
19905
19906 2004-08-22 12:04  pbartok
19907
19908         * SWF.csproj:
19909           - Added Cursor.cs and UserControl.cs
19910
19911 2004-08-22 12:03  pbartok
19912
19913         * Cursor.cs:
19914           - Started implementation, not usable yet
19915
19916 2004-08-22 12:00  pbartok
19917
19918         * UserControl.cs:
19919           - Implemented UserControl (complete)
19920
19921 2004-08-21 19:20  ravindra
19922
19923         * ToolBar.cs: Correcting the formatting mess of VS.NET.
19924
19925 2004-08-21 18:49  ravindra
19926
19927         * ToolBar.cs: Probably this completes the missing attributes in
19928           toolbar control.
19929
19930 2004-08-21 18:03  ravindra
19931
19932         * ToolBar.cs, ToolBarButton.cs, ToolBarButtonClickEventArgs.cs:
19933           Fixed toolbar control signatures.
19934
19935 2004-08-21 16:32  pbartok
19936
19937         * LinkLabel.cs:
19938           - Signature Fixes
19939
19940 2004-08-21 16:30  pbartok
19941
19942         * Label.cs:
19943           - Signature fixes
19944
19945 2004-08-21 16:19  pbartok
19946
19947         * Control.cs, Label.cs:
19948           - Signature fixes
19949
19950 2004-08-21 15:57  pbartok
19951
19952         * ButtonBase.cs:
19953           - Added loads of debug output for development
19954           - Fixed typo in method name
19955
19956 2004-08-21 15:52  pbartok
19957
19958         * ToolBarButtonClickEventArgs.cs:
19959           - Added missing base class
19960
19961 2004-08-21 14:53  pbartok
19962
19963         * Control.cs:
19964           - Updated to match new GrabWindow signature
19965
19966 2004-08-21 14:51  pbartok
19967
19968         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
19969           - Added method to get default display size
19970
19971 2004-08-21 14:23  pbartok
19972
19973         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
19974           - Added method to query current grab state
19975           - Added argument to allow confining a grab to a window
19976
19977 2004-08-21 14:22  pbartok
19978
19979         * Keys.cs:
19980           - Added [Flags] attribute so that modifiers can be used in bitwise
19981           ops
19982
19983 2004-08-21 14:21  pbartok
19984
19985         * TrackBar.cs, ScrollBar.cs:
19986           - Replaced direct XplatUI calls with their Control counterpart
19987
19988 2004-08-21 13:32  pbartok
19989
19990         * Control.cs:
19991           - Implemented Created property
19992
19993 2004-08-21 13:28  pbartok
19994
19995         * Control.cs:
19996           - Implemented ContainsFocus
19997
19998 2004-08-21 13:26  pbartok
19999
20000         * Control.cs:
20001           - Implemented CausesValidation
20002
20003 2004-08-21 13:21  pbartok
20004
20005         * Control.cs:
20006           - Implemented CanFocus
20007           - Implemented CanSelect
20008           - Implemented Capture
20009
20010 2004-08-21 12:35  pbartok
20011
20012         * XplatUIWin32.cs:
20013           - Fixed bug with Async message handling
20014           - Implemented getting the ModifierKeys
20015
20016 2004-08-21 12:32  jackson
20017
20018         * AsyncMethodResult.cs: Make sure we have the mutex before we
20019           release it. Fixes BeginInvoke on windows
20020
20021 2004-08-21 11:31  pbartok
20022
20023         * XplatUIWin32.cs, XplatUIX11.cs:
20024           - Drivers now return proper mouse state
20025
20026 2004-08-21 10:54  jackson
20027
20028         * Control.cs: Implement EndInvoke
20029
20030 2004-08-21 10:48  jackson
20031
20032         * Timer.cs: Remove unneeded finalizer
20033
20034 2004-08-20 19:52  ravindra
20035
20036         * ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs: Improvments
20037           in mouse event handling in the ToolBar control.
20038
20039 2004-08-20 19:50  ravindra
20040
20041         * ImageList.cs: Changed draw method to use the arguments passed in
20042           to draw the image.
20043
20044 2004-08-20 18:58  pbartok
20045
20046         * XplatUIStructs.cs:
20047           - Added private message for async communication
20048
20049 2004-08-20 17:38  ravindra
20050
20051         * Control.cs: Made RightToLeft property virtual and removed a
20052           Console.WriteLine.
20053
20054 2004-08-20 14:39  jordi
20055
20056         * ThemeGtk.cs: use style_attach
20057
20058 2004-08-20 14:39  pbartok
20059
20060         * XplatUIWin32.cs:
20061           - Added jackson's Async code from X11 to Win32
20062
20063 2004-08-20 14:09  pbartok
20064
20065         * SWF.csproj:
20066           - Added all new files
20067
20068 2004-08-20 14:09  pbartok
20069
20070         * Control.cs:
20071           - Added call to set window background color
20072
20073 2004-08-20 14:03  pbartok
20074
20075         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
20076           - Added method for setting the window background
20077
20078 2004-08-20 14:02  pbartok
20079
20080         * XplatUIWin32.cs:
20081           - Added method for setting the background color
20082           - Added handling for erasing the window background
20083
20084 2004-08-20 13:45  jordi
20085
20086         * TrackBar.cs: fixes timer, new properties and methods
20087
20088 2004-08-20 13:34  jackson
20089
20090         * ScrollBar.cs: Use the SWF timer so callbacks are run in the
20091           correct thread
20092
20093 2004-08-20 13:22  jackson
20094
20095         * Timer.cs: Timer Tick events are now handed through Controls Async
20096           mechanism so the callbacks are executed in the same thread as X
20097
20098 2004-08-20 13:19  jackson
20099
20100         * XplatUIDriver.cs: Expose functionality to send async messages
20101           through the driver
20102
20103 2004-08-20 13:18  jackson
20104
20105         * Control.cs: Implement Begininvoke
20106
20107 2004-08-20 13:14  jackson
20108
20109         * XplatUI.cs, XplatUIWin32.cs: Expose functionality to send async
20110           messages through the driver
20111
20112 2004-08-20 13:12  jackson
20113
20114         * XplatUIX11.cs: Lock before all X operations. Also added Async
20115           method functionality through XSendEvent
20116
20117 2004-08-20 13:11  jackson
20118
20119         * X11Structs.cs: Use IntPtrs for ClientMessage extra data (TODO:
20120           This will screw up on 64 bit systems)
20121
20122 2004-08-20 13:10  jackson
20123
20124         * AsyncMethodData.cs, AsyncMethodResult.cs: Classes for sending
20125           Async messages through X/Win32
20126
20127 2004-08-19 19:39  pbartok
20128
20129         * XplatUIX11.cs:
20130           - Updated code to match new HandleData.DeviceContext type
20131
20132 2004-08-19 19:38  pbartok
20133
20134         * HandleData.cs:
20135           - Made DeviceContext a generic object to allow usage from various
20136           drivers
20137           - Added support for queueing Windows messages
20138
20139 2004-08-19 19:37  pbartok
20140
20141         * XplatUIWin32.cs:
20142           - Added generation of MouseEnter, MouseLeave and MouseHover events
20143           - Added cleanup on EndPaint
20144
20145 2004-08-19 19:17  pbartok
20146
20147         * Control.cs:
20148           - Added handling of WM_MOUSEHOVER
20149           - Worked around 'bug' in Win32 WM_MOUSE_ENTER/WM_MOUSE_LEAVE driver
20150           code
20151
20152 2004-08-19 18:55  jordi
20153
20154         * ThemeGtk.cs: fixes button order
20155
20156 2004-08-19 18:12  jordi
20157
20158         * Theme.cs, ThemeWin32Classic.cs: fixes methods signature
20159
20160 2004-08-19 17:09  pbartok
20161
20162         * Control.cs:
20163           - Added Right property
20164           - Added RightToLeft property
20165
20166 2004-08-19 16:27  jordi
20167
20168         * ThemeGtk.cs: experimental GTK theme support
20169
20170 2004-08-19 16:26  jordi
20171
20172         * ITheme.cs, Theme.cs: move themes from an interface to a class
20173
20174 2004-08-19 16:25  jordi
20175
20176         * Control.cs, ScrollBar.cs, ThemeEngine.cs, ThemeWin32Classic.cs:
20177           theme enhancaments
20178
20179 2004-08-19 16:04  pbartok
20180
20181         * XplatUIX11.cs:
20182           - Added colormap basics
20183           - Added a way to re-initialize with a different display handle
20184           - Fixed setting of the window background color
20185           - Added various X11 imports related to colors and colormaps
20186
20187 2004-08-19 15:51  pbartok
20188
20189         * X11Structs.cs:
20190           - Removed packing hints (Paolo suggested this a while back)
20191           - fixed colormap type
20192           - Added default Atom types
20193           - Added Screen and color structs and enums
20194
20195 2004-08-19 15:39  pbartok
20196
20197         * ImageList.cs:
20198           - Added missing Draw() method
20199           - Added missing RecreateHandle event
20200
20201 2004-08-19 15:30  pbartok
20202
20203         * Form.cs:
20204           - Added handling of WM_CLOSE
20205
20206 2004-08-18 13:16  jordi
20207
20208         * ITheme.cs, ThemeWin32Classic.cs, XplatUIWin32.cs: Move colors to
20209           a table
20210
20211 2004-08-18 09:56  jordi
20212
20213         * ScrollBar.cs: fixes to scrollbar: steps and multiple timers
20214
20215 2004-08-17 15:31  ravindra
20216
20217         * SWF.csproj: Updated project.
20218
20219 2004-08-17 15:25  pbartok
20220
20221         * Control.cs:
20222           - Drawing improvement; don't call UpdateBounds if we are not visible
20223             (or have been minimized)
20224
20225 2004-08-17 15:24  pbartok
20226
20227         * XplatUIWin32.cs:
20228           - Finished IsVisible
20229           - Added Win32GetWindowPlacement
20230
20231 2004-08-17 15:08  jackson
20232
20233         * Panel.cs: Initial checkin of the Panel
20234
20235 2004-08-17 14:25  pbartok
20236
20237         * Control.cs:
20238           - Fixed broken handling of default window sizes
20239
20240 2004-08-17 13:29  jackson
20241
20242         * ThemeWin32Classic.cs: Don't use KnownColor to create colours. It
20243           has a large startup time.
20244
20245 2004-08-17 10:25  jackson
20246
20247         * HandleData.cs: union areas properly
20248
20249 2004-08-17 10:12  jackson
20250
20251         * HandleData.cs: union areas properly
20252
20253 2004-08-16 20:00  ravindra
20254
20255         * ToolBar.cs, ToolBarButton.cs: Added attributes.
20256
20257 2004-08-16 18:48  ravindra
20258
20259         * ToolBar.cs: Added attributes.
20260
20261 2004-08-16 17:17  ravindra
20262
20263         * SWF.csproj: Updated project.
20264
20265 2004-08-16 17:16  jackson
20266
20267         * XplatUIX11.cs: Check for more expose events before sending a
20268           WM_PAINT so they can all be grouped together. This makes dragging a
20269           window across another window redraw in a sane way.
20270
20271 2004-08-16 15:47  pbartok
20272
20273         * Control.cs:
20274           - Added handling of WM_MOUSE_ENTER & WM_MOUSE_LEAVE to
20275             support OnMouseEnter/Leave()
20276           - Added WS_CLIPSIBLINGS and WS_CLIPCHILDREN window styles to improve
20277             exposure handling
20278
20279 2004-08-16 15:46  pbartok
20280
20281         * XplatUIStructs.cs, XplatUIX11.cs:
20282           - Added WM_MOUSE_ENTER & WM_MOUSE_LEAVE to support
20283           OnMouseEnter/Leave()
20284
20285 2004-08-16 15:34  jackson
20286
20287         * XplatUIX11.cs: Group multiple expose events in HandleData, make
20288           sure messages get the message field set to WM_NULL if they are not
20289           handled.
20290
20291 2004-08-16 15:24  jackson
20292
20293         * HandleData.cs: HandleData is used for storing message information
20294           for window handles
20295
20296 2004-08-15 17:23  ravindra
20297
20298         * ColorDepth.cs: Added attribute.
20299
20300 2004-08-15 17:23  ravindra
20301
20302         * SWF.csproj: Updated project for ToolBar Control.
20303
20304 2004-08-15 17:20  ravindra
20305
20306         * ITheme.cs, ThemeWin32Classic.cs: Changes to Theme for ToolBar
20307           control and also dos2unix format.
20308
20309 2004-08-15 17:13  ravindra
20310
20311         * ToolBar.cs, ToolBarAppearance.cs, ToolBarButton.cs,
20312           ToolBarButtonClickEventArgs.cs,
20313           ToolBarButtonClickEventHandler.cs, ToolBarButtonStyle.cs,
20314           ToolBarTextAlign.cs: First Implementation of ToolBar control.
20315
20316 2004-08-15 15:31  pbartok
20317
20318         * ButtonBase.cs:
20319           - First (mostly) working version
20320
20321 2004-08-13 16:15  pbartok
20322
20323         * Control.cs:
20324           - Fixed Anchor default
20325
20326 2004-08-13 15:43  pbartok
20327
20328         * Control.cs:
20329           - Changed GetCursorPos signature
20330
20331 2004-08-13 15:42  pbartok
20332
20333         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
20334           - Changed signature for GetCursorPos
20335
20336 2004-08-13 15:25  pbartok
20337
20338         * XplatUIX11.cs:
20339           - Cleanup
20340           - Fixed resizing/exposure handling
20341
20342 2004-08-13 15:22  jordi
20343
20344         * ThemeWin32Classic.cs: removes redundant code and fixes issues
20345           with tickposition
20346
20347 2004-08-13 14:55  jordi
20348
20349         * TrackBar.cs: change from wndproc to events
20350
20351 2004-08-13 13:00  jordi
20352
20353         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
20354           XplatUIX11.cs: implements PointToClient (ScreenToClient)
20355
20356 2004-08-13 12:53  pbartok
20357
20358         * XplatUIWin32.cs:
20359           - Changed GetWindowPos to also provide client area size
20360           - Fixed broken prototypes for several win32 functions
20361
20362 2004-08-13 12:53  pbartok
20363
20364         * XplatUI.cs, XplatUIDriver.cs:
20365           - Changed GetWindowPos to also provide client area size
20366
20367 2004-08-13 12:52  pbartok
20368
20369         * XplatUIX11.cs:
20370           - Added generation of WM_POSCHANGED
20371           - Changed GetWindowPos to also provide client area size
20372
20373 2004-08-13 12:52  pbartok
20374
20375         * Control.cs:
20376           - Added Dispose() and destructor
20377           - Fixed resizing and bounds calculation
20378           - Fixed Layout
20379           - Added memory savings for invisible windows
20380
20381 2004-08-13 12:46  jordi
20382
20383         * TrackBar.cs: adds timer and grap window
20384
20385 2004-08-13 10:25  jackson
20386
20387         * Timer.cs: SWF Timer
20388
20389 2004-08-12 16:59  pbartok
20390
20391         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20392           - Implemented method to get current mouse position
20393
20394 2004-08-12 14:29  jordi
20395
20396         * ITheme.cs, ThemeWin32Classic.cs, TrackBar.cs: Trackbar
20397           enhancement, fix mouse problems, highli thumb, etc
20398
20399 2004-08-12 13:31  pbartok
20400
20401         * Control.cs:
20402           - Fixed Anchoring bugs
20403
20404 2004-08-12 13:01  jackson
20405
20406         * StatusBar.cs: Don't forget things
20407
20408 2004-08-12 12:54  jackson
20409
20410         * ThemeWin32Classic.cs: Handle owner draw status bars
20411
20412 2004-08-12 12:54  jackson
20413
20414         * StatusBar.cs: Implement missing properties, events, and methods.
20415           Handle mouse clicking
20416
20417 2004-08-12 10:19  jackson
20418
20419         * StatusBarPanelClickEventArgs.cs,
20420           StatusBarPanelClickEventHandler.cs: Classes for handling status
20421           bar panel click events
20422
20423 2004-08-12 10:10  jackson
20424
20425         * Control.cs: Add missing properties
20426
20427 2004-08-12 09:46  pbartok
20428
20429         * BindingsManagerBase.cs:
20430           - Name changed to BindingManagerBase.cs
20431
20432 2004-08-12 09:25  jordi
20433
20434         * ScrollableControl.cs: calls ctrlbase instead of exeception
20435
20436 2004-08-11 16:28  pbartok
20437
20438         * InputLanguageChangingEventArgs.cs:
20439           - Never check in before compiling. Fixes the last check-in
20440
20441 2004-08-11 16:26  pbartok
20442
20443         * InputLanguageChangingEventArgs.cs:
20444           - More signature fixes
20445
20446 2004-08-11 16:20  pbartok
20447
20448         * BindingManagerBase.cs, BindingMemberInfo.cs, ContainerControl.cs,
20449           Control.cs, ControlEventArgs.cs, ControlPaint.cs, Form.cs,
20450           ImageListStreamer.cs, InputLanguage.cs,
20451           InputLanguageChangedEventArgs.cs,
20452           InputLanguageChangingEventArgs.cs, Keys.cs, LayoutEventArgs.cs,
20453           LinkArea.cs, Message.cs, MouseEventArgs.cs, NativeWindow.cs,
20454           ScrollEventArgs.cs, ScrollableControl.cs, XplatUI.cs,
20455           XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20456           - Signature fixes
20457
20458 2004-08-11 16:16  pbartok
20459
20460         * Application.cs:
20461           - Fixed Signature
20462           - Added .Net 1.1 method
20463
20464 2004-08-11 15:25  pbartok
20465
20466         * SWF.csproj:
20467           - Fixed BindingManagerBase.cs filename
20468
20469 2004-08-11 15:22  pbartok
20470
20471         * BindingManagerBase.cs:
20472           - Was checked in with wrong filename
20473
20474 2004-08-11 14:50  pbartok
20475
20476         * SWF.csproj:
20477           - Updated
20478
20479 2004-08-11 13:41  jordi
20480
20481         * XplatUIWin32.cs: Fixes ClientRect
20482
20483 2004-08-11 13:19  pbartok
20484
20485         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
20486           XplatUIX11.cs:
20487           - We had SetWindowPos and MoveWindow to set window positions and
20488             size, removed MoveWindow. We have GetWindowPos, so it made sense to
20489             keep SetWindowPos as matching counterpart
20490           - Added some X11 sanity checking
20491
20492 2004-08-11 12:59  pbartok
20493
20494         * Control.cs:
20495           - Major cleanup of my SetBounds/SetBoundsCore/UpdateBounds mess
20496             (It seems that SetBounds is just a front for SetBoundsCore and
20497              SetBoundsCore updates the underlying window system and
20498              UpdateBounds is responsible for updating the variables associated
20499              with the Control and sending the events)
20500           - Major cleanup of Size handling; we now have two sizes, client_size
20501             and bounds. Bounds defines the window with decorations, client_size
20502             without them.
20503
20504 2004-08-11 12:55  pbartok
20505
20506         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20507           - Added method to calculate difference between decorated window and
20508             raw client area
20509
20510 2004-08-11 12:54  pbartok
20511
20512         * Label.cs:
20513           - Forcing redraw on resize
20514
20515 2004-08-11 11:43  pbartok
20516
20517         * ImageList.cs:
20518           - Removed disposing of the actual images when the list is disposed
20519
20520 2004-08-11 09:13  pbartok
20521
20522         * Control.cs:
20523           - Now properly reparents windows
20524
20525 2004-08-11 08:37  pbartok
20526
20527         * Control.cs:
20528           - Duh!
20529
20530 2004-08-11 07:47  pbartok
20531
20532         * Control.cs:
20533           - Rewrote the collection stuff. Might not be as fast now, not
20534             keeping the number of children around and accessible directly, but
20535             it's more straightforward
20536
20537 2004-08-11 07:44  pbartok
20538
20539         * AccessibleObject.cs:
20540           - Fixed to match ControlCollection rewrite
20541
20542 2004-08-11 07:43  pbartok
20543
20544         * ImageList.cs:
20545           - Added missing creation of the collection list
20546
20547 2004-08-10 20:08  jackson
20548
20549         * StatusBar.cs: Get the paint message from WndProc
20550
20551 2004-08-10 19:31  jackson
20552
20553         * ThemeWin32Classic.cs: Create Brushes as little as possible
20554
20555 2004-08-10 19:20  jackson
20556
20557         * UICues.cs: Add Flags attribute
20558
20559 2004-08-10 19:19  jackson
20560
20561         * StatusBarPanel.cs: Signature cleanup
20562
20563 2004-08-10 19:10  jackson
20564
20565         * StatusBarDrawItemEventArgs.cs, StatusBarDrawItemEventHandler.cs:
20566           Initial implementation of status bar item drawing
20567
20568 2004-08-10 17:27  jordi
20569
20570         * TrackBar.cs: add missing methods, properties, and restructure to
20571           hide extra ones
20572
20573 2004-08-10 16:24  jackson
20574
20575         * AccessibleStates.cs, Border3DSide.cs, Border3DStyle.cs,
20576           ButtonState.cs, ControlStyles.cs, DragDropEffects.cs: Add flags
20577           attribute
20578
20579 2004-08-10 13:21  jordi
20580
20581         * ITheme.cs, ScrollBar.cs, ThemeWin32Classic.cs: scrollbar
20582           enhancements and standarize on win colors defaults
20583
20584 2004-08-10 12:52  jackson
20585
20586         * DrawItemEventArgs.cs, DrawItemState.cs, ITheme.cs,
20587           ThemeWin32Classic.cs: Implement DrawItem functionality
20588
20589 2004-08-10 12:47  jordi
20590
20591         * XplatUIWin32.cs: Calls InvalidateRect before UpdateWindow
20592
20593 2004-08-10 12:32  jordi
20594
20595         * Control.cs: throw ontextchange event
20596
20597 2004-08-10 11:43  pbartok
20598
20599         * Control.cs:
20600           - Added more to the still unfinished Dock/Anchor layout code
20601
20602 2004-08-10 11:39  pbartok
20603
20604         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
20605           - Added GetWindowPos method
20606
20607 2004-08-10 11:36  pbartok
20608
20609         * XplatUIWin32.cs:
20610           - Implemented several methods
20611
20612 2004-08-10 09:47  jackson
20613
20614         * TrackBar.cs: Allow control to handle buffering
20615
20616 2004-08-10 09:41  jackson
20617
20618         * ProgressBar.cs, ScrollBar.cs: Allow control to handle buffering
20619
20620 2004-08-10 09:24  jackson
20621
20622         * Label.cs, LinkLabel.cs: Let Control handle buffering.
20623
20624 2004-08-10 09:09  jackson
20625
20626         * StatusBar.cs: Let Control handle all the buffering.
20627
20628 2004-08-10 09:08  jackson
20629
20630         * Control.cs: Control will now handle the buffering code, so each
20631           control does not have to implement this.
20632
20633 2004-08-10 08:34  jackson
20634
20635         * XplatUIDriver.cs: Use default colors from the theme
20636
20637 2004-08-09 17:12  pbartok
20638
20639         * ImageList.cs:
20640           - Fixed several bugs Ravindra pointed out
20641
20642 2004-08-09 16:11  pbartok
20643
20644         * Control.cs:
20645           - Added incomplete dock layout code
20646           - Added support for mouse wheel
20647
20648 2004-08-09 16:09  pbartok
20649
20650         * XplatUIX11.cs:
20651           - Added handling for middle and right mousebutton
20652           - Added handling for mouse wheel
20653           - Added handling for key state and mouse state and position
20654           - Now properly generates WM_xBUTTONx messages and WM_MOUSEWHEEL
20655           messages
20656
20657 2004-08-09 15:40  jackson
20658
20659         * StatusBarPanel.cs, StatusBarPanelAutoSize.cs,
20660           StatusBarPanelBorderStyle.cs, StatusBarPanelStyle.cs: Initial
20661           checkin
20662
20663 2004-08-09 15:37  jackson
20664
20665         * StatusBar.cs: Initial implementation of StatusBar
20666
20667 2004-08-09 15:36  jackson
20668
20669         * ITheme.cs: Add support for drawing status bar and getting status
20670           bar item sizes
20671
20672 2004-08-09 15:35  pbartok
20673
20674         * MouseButtons.cs:
20675           - Fixed values
20676
20677 2004-08-09 15:34  jackson
20678
20679         * ThemeWin32Classic.cs: Add support for drawing status bar and get
20680           status bar item sizes
20681
20682 2004-08-09 15:21  jackson
20683
20684         * ThemeWin32Classic.cs: Use known colors for default control
20685           colours
20686
20687 2004-08-09 15:12  jackson
20688
20689         * ThemeWin32Classic.cs: Make the default font static, it is static
20690           in control so this doesn't change functionality and creating fonts
20691           is sloooooow.
20692
20693 2004-08-09 14:56  pbartok
20694
20695         * X11Structs.cs:
20696           - Added GrabMode enum
20697
20698 2004-08-09 14:55  pbartok
20699
20700         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20701           - Removed Run method, was only required for initial development
20702
20703 2004-08-09 14:51  pbartok
20704
20705         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20706           - Implemented GrabWindow/ReleaseWindow methods to allow pointer
20707           capture
20708
20709 2004-08-09 13:48  pbartok
20710
20711         * XplatUIX11.cs:
20712           - Fixed default sizing for child windows
20713
20714 2004-08-09 12:56  pbartok
20715
20716         * XplatUIX11.cs:
20717           - Added generation of WM_DESTROY message
20718           - Added handling of window manager induced shutdown
20719
20720 2004-08-09 11:31  jackson
20721
20722         * ThemeWin32Classic.cs: New names for control properties
20723
20724 2004-08-09 11:25  jackson
20725
20726         * Control.cs: Use new color names
20727
20728 2004-08-09 11:02  jackson
20729
20730         * XplatUI.cs: Get default window properties from the theme
20731
20732 2004-08-09 11:01  jackson
20733
20734         * ITheme.cs: The theme engine now controls default window
20735           properties
20736
20737 2004-08-09 11:00  jackson
20738
20739         * ThemeWin32Classic.cs: Add default window color properties
20740
20741 2004-08-09 10:17  jackson
20742
20743         * ThemeWin32Classic.cs: Use correct default back color
20744
20745 2004-08-09 10:05  jackson
20746
20747         * XplatUIWin32.cs, XplatUIX11.cs: These properties are handled by
20748           the theme now.
20749
20750 2004-08-09 09:56  jackson
20751
20752         * XplatUI.cs: Remove defaults, these are handled by the theme now.
20753
20754 2004-08-09 09:54  jackson
20755
20756         * Control.cs: Get default properties from the theme.
20757
20758 2004-08-09 09:53  jackson
20759
20760         * ITheme.cs: Themes now handle default control properties
20761
20762 2004-08-09 09:53  jackson
20763
20764         * ThemeWin32Classic.cs: Themes now handle default control
20765           properties so coloring will be consistent
20766
20767 2004-08-08 16:54  jordi
20768
20769         * ITheme.cs, ThemeWin32Classic.cs: Label BorderStyles
20770
20771 2004-08-08 15:08  jordi
20772
20773         * XplatUIX11.cs: fixes keyboard crash
20774
20775 2004-08-08 13:47  jordi
20776
20777         * Label.cs: add cvs header info
20778
20779 2004-08-08 12:09  jackson
20780
20781         * ThemeWin32Classic.cs: Add pen_buttonface
20782
20783 2004-08-08 11:52  jordi
20784
20785         * Label.cs, LinkLabel.cs: [no log message]
20786
20787 2004-08-08 11:34  jordi
20788
20789         * ThemeWin32Classic.cs: Use Windows Standard Colours
20790
20791 2004-08-07 17:32  jordi
20792
20793         * TrackBar.cs: throw exceptions of invalid enums values
20794
20795 2004-08-07 17:31  jordi
20796
20797         * Label.cs, LinkLabel.cs, ThemeWin32Classic.cs: fixes label bug and
20798           draw method name
20799
20800 2004-08-07 16:56  jackson
20801
20802         * HorizontalAlignment.cs: Initial checkin
20803
20804 2004-08-07 13:16  jordi
20805
20806         * Label.cs, LinkLabel.cs: throw exceptions, fixes events, missing
20807           methods
20808
20809 2004-08-07 13:05  jordi
20810
20811         * ITheme.cs, ThemeWin32Classic.cs: Theme colour support and
20812           GetSysColor defines
20813
20814 2004-08-06 18:01  pbartok
20815
20816         * ThemeWin32Classic.cs:
20817           - Fixed some rounding issues with float/int
20818
20819 2004-08-06 18:00  jackson
20820
20821         * DockStyle.cs, AnchorStyles.cs:
20822
20823                   Add flags and serializable attributes.
20824
20825 2004-08-06 17:46  pbartok
20826
20827         * XplatUIX11.cs:
20828           - Implemented GetParent
20829
20830 2004-08-06 17:18  pbartok
20831
20832         * TrackBar.cs:
20833           - Fixed some rounding issues with float/int
20834
20835 2004-08-06 17:17  pbartok
20836
20837         * X11Structs.cs, XplatUIX11.cs:
20838           - Fixed Refresh and Invalidate
20839
20840 2004-08-06 15:30  pbartok
20841
20842         * Control.cs, X11Structs.cs, XplatUIX11.cs:
20843           - Fixed recursive loop when resizing
20844           - Improved/fixed redrawing on expose messages
20845
20846 2004-08-06 09:53  jordi
20847
20848         * Control.cs, X11Structs.cs, XplatUIWin32.cs, XplatUIX11.cs: X11
20849           keyboard navigation
20850
20851 2004-08-06 08:02  pbartok
20852
20853         * X11Structs.cs, XplatUIX11.cs:
20854           - Fixed reparenting
20855           - Fixed window border creation
20856
20857 2004-08-05 15:38  pbartok
20858
20859         * XplatUIX11.cs:
20860           - Attempted fix for reparenting problems
20861
20862 2004-08-04 15:14  pbartok
20863
20864         * Control.cs:
20865           - Fixed Invalidation bug (calculated wrong client area)
20866           - Added ClientSize setter
20867
20868 2004-08-04 15:13  pbartok
20869
20870         * Form.cs:
20871           - Added AutoScale properties
20872
20873 2004-08-04 15:13  pbartok
20874
20875         * SWF.csproj:
20876           - Added latest files
20877
20878 2004-08-04 14:11  pbartok
20879
20880         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
20881           XplatUIX11.cs:
20882           - Added Invalidate handling
20883
20884 2004-08-03 17:09  jordi
20885
20886         * XplatUIDriver.cs: fixes spelling mistake
20887
20888 2004-07-27 09:53  jordi
20889
20890         * TrackBar.cs: fixes trackbar events, def classname, methods
20891           signature
20892
20893 2004-07-27 09:29  jordi
20894
20895         * ScrollBar.cs: fixes scrollbar events
20896
20897 2004-07-27 04:38  jordi
20898
20899         * Control.cs: changes to be able to run winforms samples
20900
20901 2004-07-26 11:42  jordi
20902
20903         * ControlPaint.cs, ITheme.cs, ProgressBar.cs, ScrollBar.cs,
20904           ThemeEngine.cs, ThemeWin32Classic.cs, TrackBar.cs: Theme support
20905
20906 2004-07-26 05:41  jordi
20907
20908         * MessageBox.cs, MessageBoxButtons.cs, MessageBoxDefaultButton.cs,
20909           MessageBoxIcon.cs, MessageBoxOptions.cs: initial messagebox
20910           implementation
20911
20912 2004-07-22 09:22  jordi
20913
20914         * LinkLabel.cs, LinkLabelLinkClickedEventHandler.cs: link label:
20915           check link overlapping, implement events, and fixes
20916
20917 2004-07-21 10:28  jordi
20918
20919         * DialogResult.cs, IButtonControl.cs: fixes comments filenames
20920
20921 2004-07-21 10:19  jordi
20922
20923         * DialogResult.cs, IButtonControl.cs, Label.cs, LinkArea.cs,
20924           LinkBehavior.cs, LinkClickedEventArgs.cs, LinkLabel.cs,
20925           LinkLabelLinkClickedEventArgs.cs,
20926           LinkLabelLinkClickedEventHandler.cs, LinkState.cs,
20927           XplatUIWin32.cs, LinkClickedEventHandler.cs: LinkLabel control
20928           implementation
20929
20930 2004-07-19 13:09  jordi
20931
20932         * Control.cs, Label.cs: label control re-written: added missing
20933           functionlity, events, and properties
20934
20935 2004-07-19 10:49  jordi
20936
20937         * Control.cs: fixes SetBounds logic
20938
20939 2004-07-19 01:29  jordi
20940
20941         * Control.cs: Call RefreshWindow only if the window has created
20942
20943 2004-07-15 14:05  pbartok
20944
20945         * ColorDepth.cs, ImageList.cs, ImageListStreamer.cs, SWF.csproj:
20946           - Implemented ImageList and ImageList.ImageCollection classes
20947           - Added ColorDepth enumeration
20948           - Updated SWF VS.Net project
20949
20950 2004-07-15 11:06  jordi
20951
20952         * XplatUIStructs.cs: added MsgButons enum
20953
20954 2004-07-15 11:03  jordi
20955
20956         * Control.cs: added basic mouse handeling events
20957
20958 2004-07-15 03:38  jordi
20959
20960         * Orientation.cs, TickStyle.cs, TrackBar.cs: Horizontal and
20961           Vertical TrackBar control implementation
20962
20963 2004-07-13 09:33  jordi
20964
20965         * HScrollBar.cs, VScrollBar.cs: vertical and hort. classes commit
20966
20967 2004-07-13 09:31  jordi
20968
20969         * Control.cs, Form.cs: commit: new properties and fixes form size
20970           problems
20971
20972 2004-07-09 14:13  miguel
20973
20974         * ProgressBar.cs: Spelling
20975
20976 2004-07-09 11:25  pbartok
20977
20978         * ProgressBar.cs:
20979           - Removed usage of Rectangle for drawing. Miguel pointed out it's
20980           faster
20981
20982 2004-07-09 11:17  miguel
20983
20984         * ProgressBar.cs: 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
20985
20986                 * ProgressBar.cs: Fixed spelling for `block'
20987
20988                 drawProgressBar: renamed to `DrawProgressBar' to follow the coding
20989                 style guidelines.
20990
20991                 Avoid using the += on rect.X, that exposed a bug in the compiler.
20992
20993 2004-07-08 23:21  pbartok
20994
20995         * AccessibleObject.cs, AccessibleRole.cs, AccessibleStates.cs,
20996           AnchorStyles.cs, Application.cs, ApplicationContext.cs,
20997           BaseCollection.cs, Binding.cs, BindingContext.cs,
20998           BindingMemberInfo.cs, BindingsCollection.cs,
20999           BindingsManagerBase.cs, Border3DSide.cs, Border3DStyle.cs,
21000           BorderStyle.cs, BoundsSpecified.cs, ButtonBorderStyle.cs,
21001           ButtonState.cs, CaptionButton.cs, CheckBox.cs,
21002           ContainerControl.cs, Control.cs, ControlEventArgs.cs,
21003           ControlEventHandler.cs, ControlPaint.cs, ControlStyles.cs,
21004           ConvertEventArgs.cs, ConvertEventHandler.cs, Copyright,
21005           CreateParams.cs, DockStyle.cs, DragAction.cs, DragDropEffects.cs,
21006           DragEventArgs.cs, DragEventHandler.cs, FlatStyle.cs, Form.cs,
21007           FrameStyle.cs, GiveFeedbackEventArgs.cs,
21008           GiveFeedbackEventHandler.cs, HelpEventArgs.cs,
21009           HelpEventHandler.cs, IContainerControl.cs, IDataObject.cs,
21010           IMessageFilter.cs, IWin32Window.cs, ImeMode.cs, InputLanguage.cs,
21011           InputLanguageChangedEventArgs.cs,
21012           InputLanguageChangedEventHandler.cs,
21013           InputLanguageChangingEventArgs.cs,
21014           InputLanguageChangingEventHandler.cs, InputLanguageCollection.cs,
21015           InvalidateEventArgs.cs, InvalidateEventHandler.cs,
21016           KeyEventArgs.cs, KeyEventHandler.cs, KeyPressEventArgs.cs,
21017           KeyPressEventHandler.cs, Keys.cs, Label.cs, LayoutEventArgs.cs,
21018           LayoutEventHandler.cs, MenuGlyph.cs, Message.cs, MouseButtons.cs,
21019           MouseEventArgs.cs, MouseEventHandler.cs, NativeWindow.cs,
21020           PaintEventArgs.cs, PaintEventHandler.cs, ProgressBar.cs,
21021           QueryAccessibilityHelpEventArgs.cs,
21022           QueryAccessibilityHelpEventHandler.cs,
21023           QueryContinueDragEventArgs.cs, QueryContinueDragEventHandler.cs,
21024           RightToLeft.cs, SWF.csproj, SWF.csproj.user, ScrollBar.cs,
21025           ScrollBars.cs, ScrollButton.cs, ScrollEventArgs.cs,
21026           ScrollEventHandler.cs, ScrollEventType.cs, ScrollableControl.cs,
21027           TODO, TODOAttribute.cs, UICues.cs, UICuesEventArgs.cs,
21028           UICuesEventHandler.cs, X11Structs.cs, XplatUI.cs,
21029           XplatUIDriver.cs, XplatUIStructs.cs, XplatUIWin32.cs,
21030           XplatUIX11.cs, lang.cs:
21031           - Initial check-in
21032