2006-12-15 Chris Toshok <toshok@ximian.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
1 2006-12-15  Chris Toshok  <toshok@ximian.com>
2
3         * XplatUIWin32.cs: initial implementation of the Reversible
4         drawing functions.  there are some problems.  DrawReversibleFrame
5         doesn't seem to work at all for Dashed FrameStyle, and in the
6         Thick case there are drawing errors at the corners (we probably
7         need to bind Rectangle instead of doing moveto/lineto's.)
8
9 2006-12-16  Andreia Gaita  <avidigal@novell.com>
10         
11         * SendKeys.cs: Implemented. SendKeys uses a new method in XPlatUI, SendInput, 
12         to send blocks of key messages. Send accumulates keys to send with Flush, 
13         while SendWait sends all keys immediately.
14                 
15         * XplaUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs, 
16         XplatUIX11.cs,  XplatUIX11-new.cs:
17         - Define SendInput and stubs for OSX and X11, implements Win32 with a call
18         to Win32 SendInput.
19         - Added INPUT support structures to XplatUIWin32 for Win32SendInput
20         
21         Tests:  It seems ms.net is hooking the keyboard to implement this, so doing unit
22         testing for ms.net on this class is very tricky, as the tests run too fast 
23         to allow the hook to release, essentially freezing the keyboard and the 
24         test. So, barring a win32 miracle, they'll be commited in the ms-notworking     
25         category :p
26
27 2006-12-16  Daniel Nauck  <dna@mono-project.de>
28
29         * Padding.cs: fixed serialization compability to MS ("_var" field names),
30                         added missing attributes.
31  
32 2006-12-15  Daniel Nauck  <dna@mono-project.de>
33
34         * ListViewGroup.cs: Added missing attributes.
35         * ListViewGroupCollection.cs: Added missing attributes.
36
37 2006-12-15  Daniel Nauck  <dna@mono-project.de>
38
39         * ListViewItem.cs: fixed ListViewSubItem text property.
40
41 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
42         
43         * Control.cs: Added missing 2.0 attributes
44         
45 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
46         
47         * MdiClient.cs: Added missing 2.0 attribute.
48         * MonthCalendar.cs: Added some missing 2.0 attributes 
49         and properties.
50         
51 2006-12-15  Daniel Nauck  <dna@mono-project.de>
52
53         * ListView.cs: implemented ListViewItemCollection Add 2.0 support.
54
55 2006-12-15  Jonathan Pobst  <monkey@jpobst.com>
56
57         * MainMenu.cs: Add the new 2.0 constructor to help out people
58         using the MainMenu in VS2005.
59
60 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
61         
62         * MdiChildContext.cs: Removed it, no longer used.
63         * MdiClient.cs: Added missing 2.0 attributes.
64         
65 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
66         
67         * InternalWindowManager.cs: Fix a NullRef with previous 
68         changes for toolwindows.
69         
70 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
71
72         * Control.cs: 
73         - Added AfterTopMostControl to allow for certain controls 
74         to always stay on top when normal controls are brought to 
75         front.
76         
77         * XplatUIWin32.cs: 
78         - (DrawInversibleRectangle): Get window rectangle from Win32 
79         in stead of from control, since Win32 doesn't calculate
80         screen coords correctly from control's Location if it 
81         have docked siblings.
82         
83         * MdiWindowManager.cs:
84         - Correct the control menu popup location when clicked on
85         the maximized form icon. (fixes #80223.1)
86         - Don't show moving rectangle if mouse hasn't moved from
87         the original clicked point.
88         - Removed FormGotFocus handler (not used).
89         - Calculate the control buttons location from the main
90         window's size and not client size (fixes #79770).
91         - Form is now closed when the form icon is double-clicked
92         (fixes #79775). 
93         - Correct NCCalcSize numbers a little bit (fixes #80223.2)
94         
95         * InternalWindowManager.cs:
96         - Moved some MDI-only methods to MdiWindowManager.
97         - Removed unused properties and methods.
98         - Unified method naming for methods handling wm messages.
99         - Moved all message handling to seperate methods for
100         each message.
101         
102         * ThemeWin32Classic.cs:
103         - DrawManagedWindowDecorations now draws the title bar 
104         with a gradient brush.
105         - Add a CPDrawButtonInternal that allows us to specify
106         light, normal and dark colors for the buttons (control 
107         buttons for MDI children were drawn with the same light
108         color as the background, therefore loosing the 3D effect).
109         
110         * SizeGrip.cs:
111         - Add a CapturedControl property that is used to 
112         determine the control to resize (defaults to parent). 
113         Needed for MdiClient, since its SizeGrip's parent is
114         MdiClient, but the control to resize is the main form.
115         
116         * MdiClient.cs:
117         - Set SizeGrip's CapturedControl to the main form in order
118         to resize the main form and not the MdiClient.
119         - Override AfterTopMostControl to leave the scrollbars 
120         always on top.
121
122 2006-12-15  Daniel Nauck  <dna@mono-project.de>
123
124         * ListView.cs: fixed ListViewItemCollection AddRange and
125                         implemented ListViewItemCollection AddRange 2.0 support.
126
127 2006-12-15  Daniel Nauck  <dna@mono-project.de>
128
129         * ListViewGroup.cs: Add.
130         * ListViewGroupCollection.cs: Add
131         * ListView.cs: Add ListViewGroup (Group) and ShowGroups 2.0 support.
132         * ListViewItem.cs: Add ListViewgroup (Group), ListViewGroups constructors and
133                                 stub for ImageKey 2.0 support.
134
135 2006-12-14  Mike Kestner  <mkestner@novell.com>
136
137         * ListView.cs: add text padding to the autocalculation for columns
138         of width -2.  Fixes #80207.
139  
140 2006-12-14  Mike Kestner  <mkestner@novell.com>
141
142         * ListView.cs: add some index guarding for partial row navigation 
143         logic.  Fixes #80250.
144
145 2006-12-14  Mike Kestner  <mkestner@novell.com>
146
147         * ListView.cs: throw ArgumentExceptions when parented ListViewItems
148         are added or inserted to the collection.  Fixes #81099.
149
150 2006-12-13  Everaldo Canuto  <everaldo@simios.org>
151
152         * MenuAPI.cs: Closes menu when right click out side of popup
153         it fix problem in ContextMenu and MainMenu. Fixes #80252.
154
155 2006-12-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
156
157         * ListViewItem.cs: Fix dumb error.
158
159         * ListView.cs: Add Find and ContainsKey methods in 
160         ListViewItemCollection, and also return true for IsReadOnly
161         and IsFixedSize (changes for 2.0). 
162
163 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
164
165         * Control.cs: Allow Region to be set to null.
166
167 2006-12-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
168
169         * MdiWindowManager.cs: Remove unused (commented out) code.
170         * Form.cs: When the MdiChild is maximized, the form needs 
171         WM_NCMOUSELEAVE, so request it.
172         * InternalWindowManager.cs: 
173         - Added tooltips to control buttons.
174         - Removed duplicated control button handling code.
175         - Removed unused (commented out) code.
176         
177 2006-12-12  Everaldo Canuto  <everaldo@simios.org>
178
179         * MenuAPI.cs: Set cursor to default in popup menus, a XplatUI.SetCursor 
180         was used because we must set cursor without trigger ChangeCursor event
181         and without change Cursor control property. Fixes #79963.
182
183 2006-12-12  Andreia Gaita  <avidigal@novell.com>
184         
185         * Control.cs: Check if Region setter value is null, and ignore
186
187 2006-12-12  Jackson Harper  <jackson@ximian.com>
188
189         * TextControl.cs: We were almost always drawing one more line then
190         needed, since the GetLineByPixel will return the last line found
191         at that pixel. In most cases though, we were invalidating up to
192         the junction between two lines.
193         - Improve debug code.
194
195 2006-12-12  Chris Toshok  <toshok@ximian.com>
196
197         * XplatUI.cs: add static DrawReversibleFrame, DrawReversibleLine,
198         and FillReversibleRectangle.
199
200         * XplatUIDriver.cs: add abstract DrawReversibleFrame, DrawReversibleLine,
201         and FillReversibleRectangle.
202
203         * XplatUIWin32.cs: add stubs which do nothing for
204         DrawReversibleFrame, DrawReversibleLine, and
205         FillReversibleRectangle.
206
207         * XplatUIOSX.cs: add stubs which raise NIE for
208         DrawReversibleFrame, DrawReversibleLine, and
209         FillReversibleRectangle.
210
211         * XplatUIX11.cs: add working implementation for
212         DrawReversibleFrame, DrawReversibleLine, and
213         FillReversibleRectangle.
214         
215         * ControlPaint.cs: implement DrawReversibleFrame,
216         DrawReversibleLine, and FillReversibleRectangle, by calling into
217         the appropriate XplatUI method.
218
219 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
220
221         * Form.cs: Make MdiClient have the focus even if it's
222         not selectable, since it should receive WM_KEY* and WM_MOUSE 
223         messages. Fixes #79907.
224         
225 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
226
227         * Hwnd.cs: Save the CreateParams.ExStyle so that it can be
228         queried after the window is created.
229         
230         * XplatUIX11.cs: Added SendParentNotify to implement 
231         WM_PARENTNOTIFY logic. Fixes #79965.
232         
233         * Control.cs: Added MakeParam.
234         
235 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
236
237         * MdiClient.cs: Resume Layout before setting window
238         states (fixes #80201).
239
240 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
241
242         * MenuAPI.cs: Deselect a menu item after performing
243         the click (fixes #80197).
244
245 2006-12-11  Jackson Harper  <jackson@ximian.com>
246
247         * TextBoxBase.cs: We need to cap this value, since Maximum -
248         ViewPortHeight can be less than zero.
249         - Only do selection with the left mouse button.
250         * TextBox.cs: Don't tell the world that we have a context menu.
251         * Control.cs: New method so that we can control whether or not the
252         context menu is visible outside MWF.
253
254 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
255
256         * ToolBarButton.cs: Fix text positon. 
257
258 2006-12-11  Miguel de Icaza  <miguel@novell.com>
259
260         * ProgressBar.cs (MarqueeAnimationSpeed): Add stub.
261
262         * Control.cs (DoubleBuffered): Add implementation.
263
264         * Application.cs (OpenForms): Add.
265
266 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
267
268         * Form.cs: Use opacity instead of Opactiy to determine if we need
269         to set the WS_EX_LAYERED bit.  [Fixes bug #80185]
270
271 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
272
273         * Control.cs: Fix NRE if Control.Site was set to null.
274
275 2006-12-11  Chris Toshok  <toshok@ximian.com>
276
277         * Control.cs: ControlCollection.Remove should return if the arg is
278         null, and ControlCollection.SetChildIndex should raise a ANE.
279
280 2006-12-11  Gert Driesen  <drieseng@users.sourceforge.net>
281
282         * Control.cs: Verify value set for Dock property. Code formatting
283         updates.
284
285 2006-12-11  Jackson Harper  <jackson@ximian.com>
286
287         * TextControl.cs: Draw the caret and the selection when a flag is
288         set on the owner.
289         * TextBoxBase.cs: We want to draw the caret and the selection for
290         TextBox but not for TextBoxBase.
291         - If the window is resized and scrolling is no longer needed (the
292         whole doc is visible) set the scroll position to zero.
293         - The default SelectWord (the one TextBox uses) should move the
294         caret to the end of the word.
295         - SelectAll moves the caret to the end of the selection.
296         * TextBox.cs: We don't selectall on focus, we just do it when the
297         control is created.
298         
299 2006-12-11  Mike Kestner  <mkestner@novell.com>
300
301         * ComboBox.cs: stub in a 2.0 override for ProcessKeyEventArgs.
302
303 2006-12-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
304
305         * ListView.cs: Add Insert, IndexOfKey, RemoveByKey and indexer 
306         2.0 support.
307         * ListViewItem.cs: Add Name 2.0 property.
308
309 2006-12-11  Andreia Gaita  <avidigal@novell.com>
310
311         * TabControl.cs: Set visibility on selected or default tab 
312         when tabcontrol handle is created, so that it's contents
313         actually show up (duh). Fixes #80193
314         Don't redraw the control if there is no handle created, as
315         the selected index might be completely invalid. Added some tests
316         to check for this.
317
318 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
319
320         * ToolBar.cs: Uses maximun width and height of all buttons as 
321         button rectangle when ButtonSize specified, it looks strange but
322         is what happens in Win32. Fixes #80189.
323
324 2006-12-11  Jackson Harper  <jackson@ximian.com>
325
326         * TextControl.cs: Need to track undo levels ourself, since
327         compound actions will mess them up.
328
329 2006-12-10  Andreia Gaita  <avidigal@novell.com>
330
331         * TabControl.cs: Raise SelectedIndexChanged for 1.1 if the
332         SelectedIndex value is changed (even if it's not valid).
333         Reset SelectedIndex to 0 when the handle is created and if
334         the current index is invalid.
335         Fixes SelectdeIndex unit tests and #80128
336
337 2006-12-08  Chris Toshok  <toshok@ximian.com>
338
339         * DataGrid.cs (set_CurrentCell): because EnsureCellVisibility
340         calls EndEdit, it needs to be called before we set current_cell to
341         its new value.  Otherwise, we end up committing the value in the
342         textbox to the new cell as well.  Fixes bug #80160.
343
344 2006-12-08  Chris Toshok  <toshok@ximian.com>
345
346         * Form.cs (set_CancelButton): if the button's DialogResult is
347         None, set it to Cancel.  Fixes bug 80180.
348
349 2006-12-08  Jackson Harper  <jackson@ximian.com>
350
351         * TextBoxBase.cs: Ugh, ClientSize can be 0,0 sometimes, so we need
352         to watch ourselves when setting the canvas size and setting the
353         scrollbar values.
354
355 2006-12-08  Chris Toshok  <toshok@ximian.com>
356
357         * DataGrid.cs: comment out the two MakeTransparent calls for the
358         time being so people using trunk (and not 1.2.2) on windows can
359         actually use the datagrid.  This deals with bug #80151.
360
361 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
362
363         * ThemeWin32Classic.cs: Change ButtonBase_DrawImage to use the
364         Graphics.DrawImage (image, int, int, int, int) overload instead
365         of Graphics.DrawImage (image, int, int).  GDI+ can't figure out
366         the dpi difference and was blurring images it drew.
367         [Fixes bug #79960]
368
369 2006-12-08  Chris Toshok  <toshok@ximian.com>
370
371         * ThemeWin32Classic.cs (DataGridPaintRows): handle case where
372         rowcnt is 0 (such as with an empty datasource), and make sure we
373         initialize not_usedarea.Y to cells.Y, so we don't draw over the
374         other areas (caption, parent row, etc, etc).  Fixes bug #80095.
375
376 2006-12-08  Chris Toshok  <toshok@ximian.com>
377
378         * DataGridColumnStyle.cs (SetDataGrid): don't try to access a null
379         grid.
380
381 2006-12-08  Chris Toshok  <toshok@ximian.com>
382
383         [ Fixes bug #80167 ]
384         
385         * ThemeWin32Classic.cs: don't draw the image if the button's flat
386         style is FlatStyle.System.
387
388         * ButtonBase, ThemeClearlooks.cs, ThemeGtk.cs, ThemeNice.cs: make
389         ButtonBase.flat_style private, and switch uses of it to the public
390         property.
391         
392 2006-12-08  Chris Toshok  <toshok@ximian.com>
393
394         [ Fixes bug #80121 ]
395         
396         * ThemeWin32Classic.cs: center the caption text in the datagrid
397         when we draw it.
398
399         * DataGrid.cs: lessen the amount we add to the caption height from
400         6 to 2.  6 was making it huge.
401
402 2006-12-08  Andreia Gaita  <avidigal@novell.com>
403
404         * UpDownBase: Handle MouseWheel call directly instead of capturing
405         the inner textbox's OnMouseWheel. Fixes #80166
406
407 2006-12-08  Jackson Harper  <jackson@ximian.com>
408
409         * TextControl.cs: We need to invalidate the textbox when we empty
410         it (how had this not been discovered before?)
411
412 2006-12-08  Jackson Harper  <jackson@ximian.com>
413
414         * TextBoxBase.cs: Reworked the mouse down code so I could get it
415         to behave like MS, we now ignore the eventargs.Click and just
416         track state ourself, which we were already doing anyways.
417         - Constrain the double click handler to the double click size.
418         
419 2006-12-08  Chris Toshok  <toshok@ximian.com>
420
421         * DataGrid.cs: the mousewheel code shouldn't try to scroll in a
422         direction if that scrollbar isn't shown.  fixes bug #80158.
423
424 2006-12-08  Andreia Gaita  <avidigal@novell.com>
425
426         * NumericUpDown.cs: Update value on getter. Fixes #79950
427
428 2006-12-08  Chris Toshok  <toshok@ximian.com>
429
430         * MenuItem.cs: add back in the event cloning code.  I didn't know
431         how to do it in the face of the EventHandlerList work i'd done
432         last week.  Fixes bug #80183.
433
434 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
435
436         * Control.cs: Add an invalidate to the BackgroundImage setter.
437         [Fixes 80184]
438
439 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
440
441         * ToolStrip*: Add some small properties reported by MoMA, fix event
442         firing and default properties based off of unit tests, and add some
443         attributes based off of the class status page.
444
445 2006-12-07  Jackson Harper  <jackson@ximian.com>
446
447         * TextBoxBase.cs: Take HideSelection into account when determining
448         whether or not to show the selection.
449         * RichTextBox.cs: After inserting the RTF into the document move
450         the cursor to the beginning of the document.
451
452 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
453
454         * Control.cs: Remove static ArrayList "controls" which maintained
455         a reference to every control created.
456         * Application.cs: Create a static FormCollection to maintain a reference
457         to every form created.  Use it in places that formerly enumerated through
458         the controls one looking for forms.
459         * Form.cs: Add and remove self from above FormCollection.
460
461 2006-12-07  Alexander Olk  <alex.olk@googlemail.com>
462
463         * MimeIcon.cs: gdk_pixbuf_save_to_buffer is part of libgdk-pixbuf,
464           not libgdk (though it makes me wonder why I didn't have any
465           problems)
466
467 2006-12-07  Chris Toshok  <toshok@ximian.com>
468
469         [ you had to know this was coming after that last commit...]
470         
471         * XplatUIX11.cs: implement the 3 Offscreen functions in terms of
472         XPixmaps (CreateOffscreenDrawable maps to XCreatePixmap,
473         DestroyOffscreenDrawable to FreePixmap, and BlitFromOffscreen to
474         XCopyArea).
475
476 2006-12-07  Chris Toshok  <toshok@ximian.com>
477
478         * XplatUI.cs: add 3 calls (CreateOffscreenDrawable,
479         DestroyOffscreenDrawable, and BlitFromOffscreen) that encompass
480         all the behavior we need for double buffering.
481
482         * XplatUIDriver.cs: implement the 3 double buffer methods using a
483         client side Bitmap, just like the old Control-based double buffer
484         code did.  The methods are virtual, so each XplatUI driver
485         subclass can replace the implementation to use a faster, platform
486         specific approach.
487
488         * Control.cs: make use of the 3 Offscreen XplatUI calls in the
489         double buffer code, and clean things up a bit in the process.
490
491 2006-12-06  Chris Toshok  <toshok@ximian.com>
492
493         * Control.cs: reindent WndProc.
494
495 2006-12-06  Chris Toshok  <toshok@ximian.com>
496
497         [ I wanna be like BenM when I grow up ]
498         
499         * Hwnd.cs: create a single static Graphics object on the static
500         Bitmap we create.  use this for our text measurements.
501
502         * Control.cs (DeviceContext): stop using the backbuffer's dc_mem.
503         This was causing us to allocate a backbuffer for every control,
504         even when it wasn't flagged as double buffered.  Instead use the
505         single graphics instance.  This might have implications for
506         multithreaded applications.  If we run into problems we can switch
507         to creating 1 Graphics per control, on the static Hwnd bitmap.
508
509         this change nets us a 7M savings in private dirty mappings when
510         running FormsTest.exe.
511
512 2006-12-06  Chris Toshok  <toshok@ximian.com>
513
514         * ListView.cs: the BackgroundImage override is just to set
515         attributes.  chain up to base.BackgroundImage.
516
517         * RichTextBox.cs: same.
518
519         * ToolBar.cs: same, but we need to also redraw the toolbar when it
520         changes, so instead a handler for BackgroundImageChanged.
521         
522         * Control.cs: make background_image private.
523
524 2006-12-06  Chris Toshok  <toshok@ximian.com>
525
526         * ScrollBar.cs: change the assignment of cursor to Cursor.  not
527         sure we even need this assignment, but roll with it for now.
528
529         * Control.cs: make the cursor field private.
530
531 2006-12-06  Chris Toshok  <toshok@ximian.com>
532
533         * Form.cs: we don't need to explicitly set ImeMode to
534         ImeMode.NoControl - that's a natural fallout of Control.ImeMode's
535         behavior in the face of ImeMode.Inherit.
536
537         * ButtonBase.cs: change DefaultImeMode to ImeMode.Disable, and
538         change the ctor's assignment to use ImeMode instead of ime_mode.
539
540         * Control.cs (get_ImeMode): don't assume DefaultImeMode ==
541         ImeModeInherit.  Only check for the parent's imemode (and return
542         NoControl if there is no parent) if ime_Mode == ImeMode.Inherit.
543         This fixes the button unit test, which sets both ImeMode and
544         DefaultImeMode to ImeMode.Disable.
545
546         also make the ime_mode field private.
547
548 2006-12-06  Chris Toshok  <toshok@ximian.com>
549
550         * Control.cs: make control_style private.
551
552         * TextBoxBase.cs: fix the HandleClick override.  it was explicitly
553         setting the styles to true, then setting them to false instead of
554         reverting to their previous values.
555
556         also, call SetStyle on the scrollbars instead of using
557         control_style directly.
558
559 2006-12-06  Jonathan Pobst  <monkey@jpobst.com>
560
561         * FormCollection.cs: Implement. [2.0]
562
563 2006-12-06  Chris Toshok  <toshok@ximian.com>
564
565         * Control.cs: make tab_stop private.
566
567         * Label.cs: set TabStop, not tab_stop.  reformat some event
568         add/remove methods to make them more compact.
569
570 2006-12-06  Chris Toshok  <toshok@ximian.com>
571
572         * RadioButton.cs: fix TabStop handling.
573
574 2006-12-06  Chris Toshok  <toshok@ximian.com>
575
576         * TextBox.cs: remove the explicit assignments to has_focus.
577         Control does that.
578
579         * ButtonBase.cs: remove the assignment to has_focus.  Control will
580         manage that.
581         
582 2006-12-06  Chris Toshok  <toshok@ximian.com>
583
584         * ButtonBase.cs: remove all uses of is_enabled from this code.
585         it's always true when any of the code containing the checks is
586         executed.
587
588 2006-12-06  Chris Toshok  <toshok@ximian.com>
589
590         * ImageList.cs: reinstate the ShouldSerialize*/Reset* methods,
591         with different semantics (some are present in both 1.1 and 2.0
592         profiles) so that we match MS's behavior in our unit tests.
593
594 2006-12-06  Jackson Harper  <jackson@ximian.com>
595
596         * TextControl.cs: Make this operation undoable.
597         * TextBoxBase.cs: Factor the border width into the preferred
598         height.
599         - implement Modified as per the spec.
600
601 2006-12-06  Chris Toshok  <toshok@ximian.com>
602
603         * Timer.cs, Control.cs, Menu.cs: make control_tag private.
604
605 2006-12-06  Chris Toshok  <toshok@ximian.com>
606
607         * Control.cs: make right_to_left and context_menu fields private.
608
609 2006-12-06  Chris Toshok  <toshok@ximian.com>
610
611         * AccessibleObject.cs, Control.cs, XplatUIX11GTK.cs,
612         XplatUIX11.cs, Form.cs, RadioButton.cs, ScrollableControl.cs: make
613         Control.child_controls private.  switch all uses over to
614         Control.Controls.
615
616 2006-12-06  Chris Toshok  <toshok@ximian.com>
617
618         * System.Windows.Forms/GroupBox.cs,
619         System.Windows.Forms/AccessibleObject.cs,
620         System.Windows.Forms/ErrorProvider.cs,
621         System.Windows.Forms/Control.cs,
622         System.Windows.Forms/UpDownBase.cs,
623         System.Windows.Forms/ScrollBar.cs,
624         System.Windows.Forms/DateTimePicker.cs,
625         System.Windows.Forms/Form.cs, System.Windows.Forms/Label.cs,
626         System.Windows.Forms/ToolTip.cs,
627         System.Windows.Forms/RadioButton.cs,
628         System.Windows.Forms/LinkLabel.cs,
629         System.Windows.Forms/Splitter.cs,
630         System.Windows.Forms/TextBoxBase.cs,
631         System.Windows.Forms/ToolStripTextBox.cs,
632         System.Windows.Forms/ContainerControl.cs,
633         System.Windows.Forms/ThemeWin32Classic.cs,
634         System.Windows.Forms/SizeGrip.cs,
635         System.Windows.Forms/ToolStripDropDown.cs,
636         System.Windows.Forms/ScrollableControl.cs: Make Control.parent
637         private.  switch all uses over to Control.Parent.
638
639 2006-12-06  Chris Toshok  <toshok@ximian.com>
640
641         * RichTextBox.cs: don't assign to has_focus in GotFocus/LostFocus.
642         Control does this before calling emitting these events.
643
644         * TabControl.cs: same.
645
646         * ThemeWin32Classic.cs: use Control.ClientRectangle instead of
647         Control.client_rect.
648
649         * ButtonBase.cs: use the ClientSize property instead of the
650         client_size field.
651
652         * ScrollableControl.cs: same.
653
654         * Control.cs: another pass at making properties private.  also,
655         move the initialization of tab_stop to the ctor.
656
657 2006-12-05  Andreia Gaita <avidigal@novell.com>
658
659         * TabControl.cs: Let the selected index be set freely if the 
660         control handle is not yet created.
661
662 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
663
664         * Control.cs: Revert dist_top, dist_right, and dist_bottom to 
665         internal until I can rewrite DefaultLayout.
666         * ToolStrip.cs: Fix build error and some general cleaning.
667         * ToolStripControlHost.cs, SplitterPanel.cs, DataGridView.cs:
668         Fix build errors caused by making some of Control's fields private.
669
670 2006-12-05  Jackson Harper  <jackson@ximian.com>
671
672         * TextControl.cs: Redo Insert a little so that it use IndexOf
673         instead of Split, this prevents it from messing up on things like
674         \n\n\n. Also more effecient since the split array doesn't need to
675         be created.
676         * TextBoxBase.cs: AppendText doesnt handle multiline and non
677         multiline text differently, this is the first of many fixes that
678         will make multiline/non-multiline the same thing as far as the
679         TextBoxBase is concerned.
680         - Don't split the text and insert lines, this can lose some line
681         endings (like is the last line a soft or hard break). Instead use
682         the new Insert.
683         - Fix an off by one when combining all the lines in the Text
684         getter.
685         - Remove separate multiline handling from the Text getter/setter.
686
687 2006-12-05  Chris Toshok  <toshok@ximian.com>
688
689         * ButtonBase.cs: a few changes:
690
691         - don't reinitialize internal Control fields in the ctor when they
692         have the same values as Control sets them.
693
694         - don't set has_focus in OnGotFocus/OnLostFocus.  Control does
695         this before calling those methods.
696
697         - we don't need to call Refresh for anything.  use Invalidate
698         instead.
699
700         - OnEnabledChanged doesn't need to redraw at all - Control.cs
701         calls Refresh in its OnEnabledChanged.
702         
703         - several of the events we were registered for in the ctor to
704         redraw ourselves already include calls to Invalidate in the
705         property setters that raise the events.  remove the extra
706         invalidation.
707
708         - reformat a switch statement that was 83274658 columns wide.
709         
710 2006-12-05  Mike Kestner  <mkestner@novell.com>
711
712         * ComboBox.cs: fix a unit test regression from a TextBox
713         SelectionLength return of -1 when there's no selection.  
714
715 2006-12-05  Chris Toshok  <toshok@ximian.com>
716
717         * Control.cs, Button.cs, ThemeGtk.cs, Form.cs, ListView.cs,
718         ThemeWin32Classic.cs, SizeGrip.cs, ToolBar.cs: first pass at
719         cleaning up some of the internal Control fields being used by
720         subclasses.
721
722 2006-12-05  Mike Kestner  <mkestner@novell.com>
723
724         * ComboBox.cs: fix some Simple mode regressions.  Set Visible on the
725         listbox after AddImplicit calls since it defaults to hidden. Add a 
726         hack to preserve requested heights across DropDownStyle changes.
727
728 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
729
730         * PropertyGrid.cs: Hide FindFirstItem method from public API.
731
732 2006-12-05  Chris Toshok  <toshok@ximian.com>
733
734         * DataGridView.cs: fix compiler warnings.
735
736         * PrintControllerWithStatusDialog.cs: same.
737
738         * ToolBar.cs: same.
739
740         * FolderBrowserDialog.cs: same.
741
742         * Splitter.cs: same.
743
744         * DataGridViewComboBoxCell.cs: same.
745
746         * XplatUIWin32.cs: same.
747
748         * PictureBox.cs: same.
749
750         * Win32DnD.cs: same.
751
752         * PageSetupDialog.cs: same.
753
754         * FileDialog.cs: same.
755
756         * PrintDialog.cs: same.
757
758         * DataGridTextBoxColumn.cs: same.
759
760         * DrawTreeNodeEventArgs.cs: same (and fix corcompare)
761
762 2006-12-05  Chris Toshok  <toshok@ximian.com>
763
764         * TextBox.cs, CheckedListBox.cs, MonthCalendar.cs, Menu.cs,
765         MainMenu.cs, ListView.cs, LabelEditTextBox.cs, ToolBar.cs: more
766         System.ComponentModel.EventHandlerList work.
767
768 2006-12-05  Jonathan Chambers  <joncham@gmail.com>
769
770         * DrawTreeNodeEventArgs.cs: Added.
771
772 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
773         
774         * InternalWindowManager.cs: Remove an unused field.
775         
776 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
777
778         * InternalWindowManager.cs:
779         - Save the point where the title bar is clicked.
780         
781         * MdiWindowManager.cs:
782         - Only allow moving of the window as long as the 
783         clicked point on the title bar does not get out of
784         MdiClient's rectangle. Fixes #79982.
785         
786         * MdiClient.cs:
787         - Added Horizontal/VerticalScrollbarVisible.
788         - Simplified the scrollbar sizing algorithm.
789         - Cache the difference in scrolled value in
790         H/VBarValueChanged and move the calculation out
791         of the for loop.
792
793 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
794
795         * Control.cs: Make the Console.WriteLine in WndProc 
796         write more info.
797
798 2006-12-05  Chris Toshok  <toshok@ximian.com>
799
800         * ToolStripManager.cs, ToolStripButton.cs,
801         ToolStripContentPanel.cs, ToolStripComboBox.cs, ToolStrip.cs,
802         ToolStripMenuItem.cs, ToolStripItem.cs, ToolStripControlHost.cs,
803         ToolStripSplitButton.cs, ToolStripSeparator.cs,
804         ToolStripRenderer.cs, ToolStripDropDownItem.cs,
805         ToolStripProgressBar.cs, ToolStripContainer.cs,
806         ToolStripTextBox.cs, ToolStripPanel.cs, ToolStripDropDown.cs: move
807         to using System.ComponentModel.EventHandlerList.
808
809 2006-12-04  Chris Toshok  <toshok@ximian.com>
810
811         * LinkLabel.cs: fix up compiler warnings.
812
813         * TableLayoutSettings.cs: same.
814
815         * TreeView.cs: same.
816
817         * ToolBar.cs: same.
818
819         * TabControl.cs: same.
820
821         * RichTextBox.cs: same.
822
823         * ListViewItem.cs: same.
824
825         * PropertyGrid.cs: same.
826
827         * DataGridViewRowPostPaintEventArgs.cs: corcompare fix.
828
829         * ToolTip.cs same.
830
831         * TextRenderer.cs: fix up compiler warnings.
832
833         * Label.cs: same.
834
835         * Form.cs: corcompare fixes.
836
837         * PictureBox.cs: fix up compiler warnings.
838
839         * ImageListStreamer.cs: same.
840
841         * TrackBar.cs: corcompare fix.
842
843         * Control.cs: fix up compiler warnings.
844
845         * SplitterPanel.cs: same.
846
847         * NumericTextBox.cs: same.
848
849         * ImageList.cs: same.
850
851         * StatusStrip.cs: same.
852
853         * ProgressBar.cs: corcompare fix.
854
855         * ToolStripButton.cs: fix up compiler warnings.
856
857         * ToolStripStatusLabel.cs: same.
858
859         * ToolStripSplitButton.cs: same.
860
861         * ToolStripSeparator.cs: same.
862
863         * ToolStripProgressBar.cs: same.
864
865         * ToolStripDropDownMenu.cs: same
866
867         * ToolStripDropDown.cs: same.
868
869         * ToolStripDropDownButton.cs: same.
870
871         * ToolStrip.cs: same.
872
873         * ToolStripControlHost.cs: same.
874
875         * ToolStripContentPanel.cs: same.
876
877         * ToolStripDropDown.cs: same.
878
879         * ToolStripContainer.cs: same.
880
881         * ToolStripPanel.cs: same, and add "new" where we need it to work
882         with the new ArrangedElementCollection.
883
884         * ToolStripItemCollection.cs: add "new" where we need it to work
885         with the new ArrangedElementCollection.
886
887 2006-12-04  Andreia Gaita <avidigal@novell.com>
888
889         * TabControl.cs: Fix default tab selection to after TabControl
890         gets focus and not before. Fixes #80128
891
892 2006-12-04  Chris Toshok  <toshok@ximian.com>
893
894         * DataGridTableStyle.cs: remove the gross calling of
895         datagrid.Refresh from here.  It's a broken idea and it doesn't
896         work anyway.
897
898         * DataGrid.cs: instead, just register/unregister from the
899         DataGridTableStyle events in CurrentTableStyle.  we play it
900         conservatively and EndEdit + CalcAreasAndInvalidate on any event,
901         even though some would most likely not require it.  Fixes bug
902         #80115 (and one portion of #80117 as a side effect).
903
904 2006-12-04  Chris Toshok  <toshok@ximian.com>
905
906         * DataGrid.cs (set_CaptionVisible): EndEdit before doing the work
907         so the textbox (if any) goes away.  Fixes bug #80117.
908
909 2006-12-04  Chris Toshok  <toshok@ximian.com>
910
911         * DataGridColumnStyle.cs: set the column's readonly property
912         initially based on the property descriptor's IsReadOnly.  Fixes
913         bug #80044.
914
915 2006-12-04  Chris Toshok  <toshok@ximian.com>
916
917         * ComboBox.cs: wrap the dropdown style changing work in
918         SuspendLayout/ResumeLayout.  Fixes bug #79968.
919
920 2006-12-04  Jackson Harper  <jackson@ximian.com>
921
922         * TextBoxBase.cs: Fix off by one, since these are one-based.
923         * TextBox.cs: Select all the text when we get focus.  The TextBox
924         does this but the RTB does not.
925
926 2006-12-04  Chris Toshok  <toshok@ximian.com>
927
928         * DataGridTextBoxColumn.cs: remove some spew.
929
930         * DataGridColumnStyle.cs (SetColumnValueAtRow): this seems right
931         but some part of me is saying "it shouldn't be here.."  At any
932         rate, it fixes bug #80046.  Call IEditableObject.EndEdit after
933         setting the value.
934
935 2006-12-04  Chris Toshok  <toshok@ximian.com>
936
937         * DataGridColumnStyle.cs (SetDataGrid): call CheckValidDataSource
938         to reassign the propertydescriptor.
939
940 2006-12-04  Jackson Harper  <jackson@ximian.com>
941
942         * TextBoxBase.cs:
943         * TextControl.cs: Remove some unused variables.  Maybe this will
944         patch things up between mike and I.
945         - don't split lines less then one char wide, if the viewport is
946         that small text won't be visible anyways.
947         
948 2006-12-04  Jackson Harper  <jackson@ximian.com>
949
950         * TextBoxBase.cs: Default selection length is -1, need to do some
951         more testing on windows to see when this is used for the property.
952         - Redid the Lines [] property to that we properly remove soft line
953         breaks
954         - added support for preserving carriage returns
955         -  CanUndo is not a variable like 'is undo enabled' it just returns
956         true if there is undo operations available.
957         - AppendText doesn't need to grab the last tag itself anymore,
958         this happens automatically when we move the cursor.
959         * TextControl.cs: Add CompoundActions to the undo class. This
960         allows combining the other operations into one big option.  ie a
961         paste will combine { delete old, insert new, move cursor }
962         - Add InsertString undo operation
963         - New method for deleting multiline text
964         - Add carriage returns to lines. So we can preserve carriage
965         returns when text is 'roundtripped'
966
967 2006-12-04  Chris Toshok  <toshok@ximian.com>
968
969         * DataGrid.cs (CalcCellsArea): cells_area.Width/Height are at a
970         minimum 0.  Fixes the scrollbar exception in bug #80136.
971
972 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
973
974         * MdiClient.cs: 
975         * MdiWindowManager: Removed unused fields and methods.
976         
977 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
978         
979         * StatusBar.cs: Update all panels when a AutoSize=Contents
980         panel needs updating.
981         
982         * StatusBarPanel.cs: Remove twidth and only use initialize.
983         Fixes #80031.
984                 
985 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
986
987         * Form.cs: When a form's MdiParent is set add it directly
988         on top of the z-order in stead of relying on MdiClient's
989         ActivateChild to do it. Fixes #80135.
990         
991         * MdiClient.cs: 
992         - Remove original_order, mdi_child_list is already doing
993         the same thing.
994         - Create mdi_child_list on construction in
995         stead of first use (avoids a few null checks).
996
997         * MenuItem.cs: Use an already existing list of mdi children
998         to get the correct order of children and remove the other
999         redundant list.
1000
1001 2006-12-04  Chris Toshok  <toshok@ximian.com>
1002
1003         * PropertyGridView.cs: cached_splitter_location is only used in
1004         !DOUBLEBUFFER code.
1005
1006         * PropertyGrid.cs: implement the ComComponentNameChanged event
1007         using Events, hoping that would fix the warning.  Looks like a
1008         compiler bug instead (#80144).
1009
1010         * PropertyManager.cs: remove unused method.
1011
1012 2006-11-04  Everaldo Canuto  <everaldo@simios.org>
1013
1014         * ThemeWin32Classic.cs: Dont draw arrow when menuitem on menubar, 
1015         include parentesis to fix expression evaluation. Fixes #79634.
1016
1017 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
1018         
1019         * MenuAPI.cs:
1020         - Changes to fix behavior in Menu control, some reported in #80097
1021         and other detected during behavior refactory like a select event
1022         problems.
1023         - Remove unneded "if's" conditions.
1024         - Created an internal to flag when popup is active in control, we need 
1025         it because in .NET you can have menu active but without popup active
1026         when you active menu using popup without visible items.
1027         - Mimic win32 behavior for Select and Popup events.  
1028         - Dont open popup menu when you dont have visible subitems.
1029         - Do nothing when click on disabled menu item.
1030         - Some small changes to follow the coding style guidelines.
1031         - Unselect menu only when another control gives focus. Fixes #80097.
1032         - Remove unused code.
1033         
1034         * MenuItem.cs: internal VisibleItems method to check if menu
1035         theres visible subitems, it will be usefull to fix some 
1036         behavior in Menu control.
1037         
1038 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
1039         
1040         * Timer.cs: Tag property for 2.0 profile.
1041         
1042 2006-12-01  Chris Toshok  <toshok@ximian.com>
1043
1044         [ after removing all warning suppressions, this cleans up over 100 warnings. ]
1045         
1046         * Win32DnD.cs: comment out some unused fields.
1047
1048         * XplatUIWin32.cs: comment out some unused pinvokes, and remove
1049         some unused properties/methods.
1050
1051         * XplatUIX11.cs: fix MousePosition so we override the base class's
1052         property instead of conflicting with it.
1053
1054         * PictureBox.cs: comment out some unused fields
1055
1056         * OSXStructs.cs: make some struct fields public.
1057
1058         * XplatUIOSX.cs: comment out some unused pinvokes, and fix
1059         MousePosition so we override the base class's property instead of
1060         conflicting with it.
1061
1062         * X11Dnd.cs: comment out some unused fields
1063
1064         * X11DesktopColors.cs: fix some struct field visibility to quiet
1065         the compiler.
1066
1067         * X11Dnd.cs: remove some debug code.
1068
1069         * ThemeClearlooks.cs: comment out unused field.
1070
1071         * ThemeNice.cs: mark some methods as overriding ThemeWin32Classic as needed.
1072
1073         * ThemeGtk.cs: comment out some unused pinvokes.
1074
1075         * Timer.cs: remove some unused fields.
1076
1077         * ThemeClearlooks.cs: comment out unused field.
1078
1079         * UpDownBase.cs: comment out unused field.
1080
1081         * DataObject.cs: comment out unused field.
1082
1083         * DataGridBoolColumn.cs: reomve unused field.
1084
1085         * DataGrid.cs: remove unused field.
1086
1087         * Cursor.cs: remove old ToBitmap code.
1088
1089         * ControlPaint.cs: remove unused method.
1090
1091         * ScrollBar.cs: remove unused fields.
1092
1093         * ComboBox.cs: remove unused field, and chain up to
1094         AccessibleObject ctor.
1095
1096         * ListBox.cs: remove unused field.
1097
1098         * ButtonBase.cs: wrap a couple fields in NET_2_0.
1099
1100         * GridEntry.cs: remove unused fields.
1101
1102         * Binding.cs: remove unused fields.
1103
1104         * AxHost.cs: remove unused method.
1105
1106         * ContainerControl.cs: remove unused field.
1107
1108         * ScrollableControl.cs: remove unused fields.
1109
1110 2006-12-01  Chris Toshok  <toshok@ximian.com>
1111
1112         * XplatUI.cs, XplatUIWin32.cs, XplatUIGTK.cs: nuke
1113         the Where/WhereString stuff.  it's easy enough to CWL
1114         Environment.StackTrace.
1115
1116         * XplatUIX11.cs: same, but also fix up a lot of mcs warnings about
1117         unused private fields.
1118
1119 2006-12-01  Jackson Harper  <jackson@ximian.com>
1120
1121         * TextControl.cs: Do not update the view while inserting multiline
1122         text. If we update the view we might wrap lines, before entering
1123         the new lines, which causes the new line insertion calculations to
1124         be totally fubared.
1125         - Remove an old TODO
1126         - Make debug output a little nicer
1127         
1128 2006-12-01  Chris Toshok  <toshok@ximian.com>
1129
1130         * ToolBar.cs: revert the ImeMode fix here and add an XXX comment.
1131
1132 2006-12-01  Chris Toshok  <toshok@ximian.com>
1133
1134         [ fix the majority of the CS0108 warnings we've been suppressing ]
1135         
1136         * TreeView.cs: mark BackgroundImageChanged as 'new'.
1137
1138         * ToolBar.cs: ImeMode just passes stuff to Control.  Rename Layout
1139         to "LayoutToolBar" to quiet mcs.
1140         
1141         * TabControl.cs: mark our ControlCollection class as 'new'.
1142
1143         * TextBoxBase.cs: mark some events as 'new'.
1144
1145         * Splitter.cs: TabStop is 'new'.
1146
1147         * ControlBindingsCollection.cs: mark a few methods as new since
1148         they change the visibility from protected to public.
1149
1150         * RadioButton.cs: DoubleClick -> base class, and remove unused
1151         HaveDoubleClick.
1152
1153         * MonthCalendar.cs: ImeMode property -> base class, and mark many
1154         events as new.
1155
1156         * NumericUpDown.cs: TextChanged -> base class.
1157
1158         * CheckedListBox.cs: mark our ObjectCollection class as new to
1159         quiet mcs.
1160
1161         * FolderBrowserDialog.cs: make HelpRequest event new and have it
1162         muck with the base class.
1163
1164         * StatusBar.cs: fix some mcs warnings about Update being the same
1165         name as a base class method.
1166
1167         * RichTextBox.cs: mark some events as new, and make them do things
1168         to the base class impl.
1169
1170         * UserControl.cs: mark TextChanged as new, and have it manipulate
1171         base.TextChanged.
1172
1173         * UpDownBase.cs: mark some things new.
1174
1175         * CheckBox.cs: mark DoubleClick "new", and add some text about
1176         what we need to look at.
1177
1178         * Panel.cs: make the events "new", and manipulate the base
1179         version.  these are just here for attributes.
1180
1181         * AccessibleObject.cs: make owner private.
1182
1183         * Control.cs: deal with AccessibleObject.owner being private.
1184         cache our own copy if we need it.
1185
1186         * Button.cs: add "new" to the DoubleClickEvent.
1187
1188         * ListBox.cs: no need to track our own has_focus here.  let
1189         Control.has_focus do it for us.  Also some other work to clear up
1190         warnings about not overriding base class methods of the same name.
1191         
1192         * ComboBox.cs: clear up some warnings about not override base
1193         class methods of the same name.
1194
1195 2006-12-01  Chris Toshok  <toshok@ximian.com>
1196
1197         * Form.cs: flag a few things as "new" to quiet some of the mcs
1198         warnings.
1199
1200         * AxHost.cs: same.
1201
1202         * PrintPreviewDialog.cs: same.
1203
1204         * DataGridView.cs: fix a ton of corcompare warnings.  not all, but
1205         now DGV isn't so horrible on the class status page.  also, move
1206         all events to using System.ComponentModel.EventHandlerList.  my
1207         wrists hurt.
1208
1209 2006-12-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1210
1211         * MdiWindowManager.cs:
1212         - Set form to active mdi child if shown,
1213         and update the active mdi child to the next 
1214         remaining child in the z-order if the form is hidden.
1215
1216         * Form.cs: 
1217         - Track if the form has been visible and if its 
1218         visibility is beeing changed, so that the MdiClient
1219         can properly decide the ActiveMdiChild. The MdiClient 
1220         cannot track this since the form can change visibility 
1221         before MdiClient is created.
1222
1223         * MdiClient.cs:
1224         - Don't activate anything of the parent form is changing
1225         its visibility.
1226         - Rework ActiveMdiChild to only return visible mdi 
1227         children and take into account several other corner 
1228         cases.
1229
1230 2006-12-01  Chris Toshok  <toshok@ximian.com>
1231
1232         * IBindableComponent.cs: new 2.0 interface.
1233
1234 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
1235
1236         * DataGrid.cs: Font for caption area is bold by default.
1237
1238 2006-12-01  Everaldo Canuto  <everaldo@simios.org>
1239
1240         * Menu.cs: Tag property for 2.0.
1241         
1242 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
1243
1244         * ThemeWin32Classic.cs: Adjust menu separator drawing. 
1245         
1246 2006-12-01  Chris Toshok  <toshok@ximian.com>
1247
1248         * TreeView.cs: doh, the Begin* events should be
1249         TreeViewCancelEventHandler.
1250
1251 2006-12-01  Chris Toshok  <toshok@ximian.com>
1252
1253         * Form.cs: Form.ControlCollection already stores off the
1254         form_owner field.  don't access the base class's internal "owner"
1255         field.
1256
1257         * Control.cs: make all the fields in Control.ControlCollection
1258         private.  there's no need for any internal fields here.
1259
1260 2006-12-01  Chris Toshok  <toshok@ximian.com>
1261
1262         * DataGrid.cs: call SetDataSource instead of CalcGridAreas in
1263         OnHandleCreated.  Fixes bug #80109.
1264
1265 2006-12-01  Chris Toshok  <toshok@ximian.com>
1266
1267         * Button.cs, PropertyGridTextBox.cs, ComboBox.cs,
1268         SplitContainer.cs, Control.cs, StatusStrip.cs,
1269         DataGridTableStyle.cs, MenuItem.cs, DomainUpDown.cs, ImageList.cs,
1270         NumericTextBox.cs, NumericUpDown.cs, Panel.cs, CommonDialog.cs,
1271         DataGrid.cs, ScrollBar.cs, TrackBar.cs, PictureBox.cs,
1272         DateTimePicker.cs, StatusBar.cs, Form.cs, PrintPreviewDialog.cs,
1273         Label.cs, UserControl.cs, CheckBox.cs, RadioButton.cs,
1274         LinkLabel.cs, ListControl.cs, PropertyGrid.cs, Splitter.cs,
1275         MenuStrip.cs, FolderBrowserDialog.cs, NotifyIcon.cs,
1276         TextBoxBase.cs, ListView.cs, DataGridBoolColumn.cs,
1277         PrintPreviewControl.cs, RichTextBox.cs, ListBox.cs, TabControl.cs,
1278         DataGridColumnStyle.cs, ContextMenu.cs, TreeView.cs:
1279
1280         do most of the work to convert our code over to use
1281         System.ComponentModel.Component.Events for
1282         adding/removing/dispatching events.
1283
1284
1285 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
1286
1287         * DataGridView.cs: Fix an ArgumentNullException reported 
1288         twice today in IRC.
1289
1290 2006-11-30  Mike Kestner  <mkestner@novell.com>
1291
1292         * ComboBox.cs: fix the scrollbar mouse event forwarding in the 
1293         grabbed listbox.  Fixes #80036 and #80101.
1294
1295 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
1296
1297         * Message.cs: Changed ToString() to match MS.
1298         
1299 2006-11-30  Jackson Harper  <jackson@ximian.com>
1300
1301         * TextBoxBase.cs: You can still change the selected text on a read
1302         only textbox.
1303         * TextControl.cs: Lower magic number for wrap calculations. This
1304         lets text get closer to the right (far) edge.
1305
1306 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
1307
1308         * Control.cs: Tweak 2.0 layout properties.
1309         * Form.cs: Switch ToolStripMenuTracker hooks to ToolStripManager.
1310         * TextRenderer.cs: Add a new overload.
1311         * ToolStrip*: Huge amount of changes and new features.
1312
1313 2006-11-30  Mike Kestner  <mkestner@novell.com>
1314
1315         * ComboBox.cs: fixes for LargeChange and Maximum to get the 
1316         scroll range correct.  Fixes #79994.
1317
1318 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
1319
1320         * MdiWindowManager.cs: Update main form's text when
1321         a form is closed. (fixes #80038)
1322         
1323 2006-11-30  Everaldo Canuto  <everaldo@simios.org>
1324
1325         * ToolBar.cs:
1326         - Fix an regression in ButtonSize.
1327         - Get ImeMode default value change to "Disable".
1328         - Get ShowTooltips default value change to true, default value is 
1329         "false" but after make a test in .NET we get "true" result as default.
1330         
1331 2006-11-29  Jonathan Pobst  <monkey@jpobst.com>
1332
1333         * ToolStripDropDown.cs: Fix for SupportsTransparency change.
1334
1335 2006-11-29  Chris Toshok  <toshok@ximian.com>
1336
1337         * XplatUIWin32.cs (GetWindowTransparency): check return value of
1338         GetLayeredWindowAttributes.  if it's 0, return 1.0, as
1339         SetWindowTransparency hasn't been called.
1340
1341 2006-11-29  Chris Toshok  <toshok@ximian.com>
1342
1343         * Form.cs (set_TransparencyKey): only call SetWindowTransparency
1344         if it's supported.
1345         (set_AllowTransparency): reorder things a little so that the
1346         WS_EX_LAYERED style is removed properly.
1347
1348 2006-11-29  Chris Toshok  <toshok@ximian.com>
1349
1350         [ totally cosmetic eye-candy feature, fixes bug #80089 ]
1351         
1352         * Form.cs: only call the XplatUI transparency method (get/set) if
1353         SupportsTransparency says it's supported. Otherwise fallback to
1354         doing nothing (in the set case) or returning the instance field we
1355         cache (in the get case).
1356
1357         * XplatUIStructs.cs: add TransparencySupport flag enum.
1358         
1359         * XplatUIDriver.cs: add abstract GetWindowTransparency, and track
1360         change to SupportsTransparency.
1361
1362         * XplatUIOSX.cs: stub out GetWindowTransparency, and return
1363         TransparencySupport.None from SupportsTransparency.
1364
1365         * XplatUIX11.cs: Stub out GetWindowTransparency, and return
1366         TransparencySupport.Set from SupportsTransparency.
1367
1368         * XplatUIWin32.cs: implement GetWindowTransparency calling
1369         GetLayeredWindowAttributes, and implement SupportsTransparency by
1370         checking whether or not both
1371         GetWindowTransparency/SetWindowTransparency are available
1372         entrypoints.  We need to do this since SetWindowTransparency is
1373         available as of win2k, but GetWindowTransparency requires winxp.
1374         yay win32 api.
1375
1376         * XplatUI.cs: Add GetWindowTransparency, and change
1377         SupportsTransparency to allow for either/both Get/Set.
1378
1379 2006-11-29  Chris Toshok  <toshok@ximian.com>
1380
1381         * DataGrid.cs: keep from going into an infinite loop redrawing a
1382         datagrid that has no datasource.  Fixes bug #80033.
1383
1384 2006-11-29  Chris Toshok  <toshok@ximian.com>
1385
1386         * MenuItem.cs: fix the NRE when we assign text (and therefore call
1387         Invalidate) before the mainmenu has been assigned to a control.
1388
1389 2006-11-29  Chris Toshok  <toshok@ximian.com>
1390
1391         * DataGrid.cs: detect when we should be double the double click
1392         row/column autosize stuff, although that codepath has yet to be
1393         written.  part of the work for bug #79891.
1394
1395 2006-11-29  Chris Toshok  <toshok@ximian.com>
1396
1397         * Binding.cs (SetControl): fix unit test.
1398
1399 2006-11-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1400
1401         * PageSetupDialog.cs: Validate the margins and set them in
1402         PageSettings. 
1403         * NumericTextBox.cs: New class to mimic the behavior of the
1404         textboxes used in the printing dialogs.
1405
1406 2006-11-29  Andreia Gaita  <avidigal@novell.com>
1407         
1408         * Form.cs: Revert previous change (remove call UpdateBounds
1409         from form constructor), because it messes with the handle creation
1410         order, and that one needs lots and lots of love.
1411         * PrintPreviewDialog.cs: Revert change to CreateHandle (add check
1412         for valid printer and throw InvalidPrinterException if document
1413         is set but printer not valid), adding a MonoTODO. Once 
1414         handle creation is done properly, we can put this back in.
1415
1416 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
1417
1418         * MenuItem.cs: Create a invalidate method for menu item, to be
1419         calling from set text, it make text changes to imadiate update
1420         on screen. Fixes #80013. 
1421         
1422 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
1423
1424         * ToolBar.cs: Fixes and simplify toolbar button layout, it 
1425         fixes bug #80070 and some other problem on toolbar buttons
1426         layout.
1427
1428 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
1429
1430         * ThemeWin32Classic.cs: Paint toolbar toggle button background 
1431         with dotted brush.      Fixes #79564
1432         
1433 2006-11-28  Andreia Gaita  <avidigal@novell.com>
1434
1435         * Form.cs: Removed call to UpdateBounds on Form
1436         constructor, it was causing a call to CreateHandle
1437         before it was supposed to.
1438         * PrintControllerWithStatusDialog: Applied patch
1439         by Chris Toshok to hide controller when there are
1440         no printers available.
1441         PrintDialog.cs: initialize printer settings to 
1442         null - correct DefaultValues test #5
1443         * PrintPreviewControl.cs: Move PrintController
1444         initialization to GeneratePreview
1445         * PrintPreviewDialog.cs: 
1446         - Remove Preview generation     from Document_set(). It is 
1447         called on OnPaint
1448         - Throw InvalidPrinterException on CreateHandle if
1449         a Document is set but there are no printers or 
1450         printer is not valid.
1451         * ThemeWin32Classic: don't paint PrintPreviewControl
1452         if there is nothing to paint    
1453
1454 2006-11-28  Miguel de Icaza  <miguel@novell.com>
1455
1456         * Form.cs: Add another popular method.
1457
1458         * TabPage.cs: ditto.
1459
1460 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1461
1462         * MenuItem.cs: Fixed a warning.
1463         * InternalWindowManager: Fixed a warning.
1464
1465 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1466
1467         * MenuItem.cs:
1468         - When cloning a menu also clone MdiList and clone the 
1469           window menu items properly (as the forms and menuitems
1470           are kept in an internal hashtable, these need updating 
1471           as well)
1472         - Rewrote the window menu code, menu items are added in the
1473           order the forms were added to their parent, and they are
1474           updated every time the window menu is shown (before the
1475           list was only generated once, in the current order of the
1476           forms, and would never be updated). A checkmark is shown
1477           next to the item corresponding to the active mdi child.
1478
1479 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1480
1481         * XplatUIStructs.cs: 
1482         - Added WM_NCMOUSEHOVER and WM_NCMOUSELEAVE.
1483         
1484         * XplatUIWin32.cs: 
1485         - Added TME_NONCLIENT to TMEFlags.
1486         - Handles WM_NCMOUSEMOVE in GetMessage to 
1487           generate WM_NCMOUSEHOVER and WM_NCMOUSELEAVE messages.
1488
1489         * MdiWindowManager:
1490         - Now merges mdi child menu to parent menu when maximized.
1491         - Recalculate NC areas of both mdi child and mdi parent. 
1492           Fixes #79757 (4).
1493           on window state and size changes.Fixes #79844 (3).
1494         - Handle WM_NCCALCSIZE to properly calculate borders.
1495
1496         * Form.cs:
1497         - Add/remove to the mdi containers list of mdi children 
1498           in the order they are added.
1499         - Pass on WM_NCLBUTTONUP, WM_NCMOUSEMOVE and WM_NCMOUSELEAVE 
1500           to the maximized mdi child.
1501         
1502         * InternalWindowManager.cs:
1503         - Only execute a click on the control buttons on the mouse up,
1504           not on the mouse down. Show the state of the button 
1505           (was only showing Normal state, never Pressed state). The
1506           pressed button now follows the mouse (if you click the Close 
1507           button and move the mouse over the Maximize button, the 
1508           Maximize button will be shown as pressed). Since Win32 does
1509           not generate WM_NCLBUTTONUP if you release the button outside
1510           of the nc area, we need to handle WM_NCMOUSELEAVE and treat
1511           it as a mouse up.
1512         
1513         * ThemeWin32Classic.cs:
1514         - Draw a missing border around mdi child forms. Fixes #79844 (2).
1515
1516         * MdiClient.cs:
1517         - Added a list of forms which contains the order the forms are
1518           added to the mdi parent.
1519         - Handle WM_NCPAINT to properly draw a 3D border. Fixes #79844 (2).
1520         - Handle WM_NCCALCSIZE to properly calculate the 3D border.
1521         - If the active form changes set the scrollbars to the top
1522           of the Z order, otherwise the form could hide them.
1523         - Scrollbars are now sized according to ClientSize, not 
1524           to Size, and they take into account the other scrollbar
1525           to determine maximum.
1526         
1527 2006-11-28  Rolf Bjarne Kvinge <RKvinge@novell.com>
1528         
1529         * XplatUI.cs:
1530         * XplatUIDriver.cs:
1531         * XplatUIX11.cs:
1532         * XplatUIWin32.cs:
1533         * XplatUIOSX.cs:
1534         - Added RequestAdditionalWM_NCMessages for windows to 
1535           opt in for WM_NCMOUSELEAVE and WM_NCMOUSEHOVER.
1536           Currently only implemented in XplatUIWin32.
1537
1538 2006-11-27  Chris Toshok  <toshok@ximian.com>
1539
1540         * Hwnd.cs: only add the hwnd to the windows hash in
1541         set_WholeWindow and set_ClientWindow if whole_window/client_window
1542         are not IntPtr.Zero.  also, remove the unused SetObjectWindow.
1543
1544 2006-11-27  Mike Kestner  <mkestner@novell.com>
1545
1546         * ComboBox.cs: remove redundant OnDropDown call.  It is called
1547         from the ComboListBox.ShowWindow code. Fixes #79969.
1548
1549 2006-11-27  Chris Toshok  <toshok@ximian.com>
1550
1551         * Hwnd.cs: remove the setters for ExposePending and
1552         NCExposePending - noone uses them.
1553
1554 2006-11-27  Jackson Harper  <jackson@ximian.com>
1555
1556         * TextControl.cs: new param for ReplaceSelection which determines
1557         whether we select the new selection, or set the cursor to the end
1558         of the new selection.
1559         * TextBoxBase.cs: Use new param for ReplaceSelection.  When
1560         pasting, select the new text.
1561         * RichTextBox.cs: Use new param for ReplaceSelection.
1562
1563 2006-11-27  Jackson Harper  <jackson@ximian.com>
1564
1565         * TextBoxBase.cs: Set the selection to the caret after the caret
1566         is moved, otherwise they get out of sync.
1567
1568 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
1569
1570         * ToolBar.cs: Fixe size of ToolBar when AutoSize is false,
1571         it fixes #80015
1572
1573 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
1574
1575         * ThemeWin32Classic.cs: 
1576         - Fix toolbar drop down arrow position.
1577         - Fix drop down appearance when ToolBar.Appearance is normal,
1578         it fixes #80018.
1579         
1580 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
1581
1582         * ProgressBar.cs: GetStyle fixes for 2.0 profile.
1583         * Control.cs: Same.
1584         * UpDownBase.cs: Same.
1585         * ButtonBase.cs: Same.
1586         * ScrollBar.cs: Same.
1587         * TrackBar.cs: Same.
1588         * PictureBox.cs: Same.
1589         * UserControl.cs: Same.
1590         * Label.cs: Same.
1591         * ListControl.cs: Same.
1592         * TextBoxBase.cs: Same.
1593         * ListView.cs: Same.
1594         * RichTextBox.cs: Same.
1595         * TreeView.cs: Same.
1596
1597 2006-11-25  Jordi Mas i Hernandez <jordimash@gmail.com>
1598
1599         * PrintDialog.cs:
1600         - Text label for where 
1601         - Text label comment was not shown
1602
1603 2006-11-23  Everaldo Canuto  <everaldo@simios.org>
1604
1605         * ThemeWin32Classic.cs: Fix toolbar drop down arrow size.
1606
1607 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
1608
1609         * InternalWindowManager.cs: 
1610         - Handle WM_PARENTNOTIFY to activate the form
1611         if any child control is clicked.
1612         - The form is only sizable if not minimized.
1613
1614         * MdiWindowManager.cs:
1615         - Save the IconicBounds if the form is moved.
1616         - Rework SetWindowState, now the window bounds 
1617         are stored only if the old window state is Normal.
1618         
1619         * MdiClient.cs:
1620         - In SetWindowStates store the old window state if 
1621         the window is maximized and restore window state if
1622         the window looses focus.
1623         - Don't handle any scrollbar value changes if 
1624         initializing the scroll bars. Fixes #79771.
1625         - Reworked ArrangeIconicWindows. Current algorithm
1626         tests bounds agains all other minimized windows, if
1627         any intersections create new bounds (going left to 
1628         right, bottom to top) and then test again. When 
1629         successful the bounds are saved and never computed
1630         again. Fixes #79774.
1631
1632 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
1633
1634         * InternalWindowManager.cs: Added HandleTitleBarUp.
1635
1636 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
1637
1638         * NumericUpDown.cs: In .NET 1.1, user entered text is still
1639         hexadecimal in ParseUserEdit.
1640
1641         
1642 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
1643
1644         * MdiWindowManager.cs: 
1645         - Handle a click on the form's icon to show the 
1646         system menu (when maximized). Fixes #79775.
1647         - Change the existing click handler for the form's
1648         icon when not maximized to show on MouseUp.
1649         Fixes #79776.
1650
1651         * Form.cs: In OnResize only layout the mdi child's
1652         parent if it actually has a parent. Might not if
1653         the window is closing.
1654
1655
1656 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
1657
1658         * MdiClient.cs: Ignore active MDI client for text of parent, if
1659         child has no text set.
1660
1661 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
1662
1663         * ToolBar.cs: Fixed ToString to match MS.
1664
1665 2006-11-22  Andreia Gaita  <avidigal@novell.com>
1666
1667         * NumericUpDown: 
1668         - Fix DecimalPlaces, Hexadecimal and ThousandsSeparator to 
1669         update inner values on set. Fixes #79966.
1670         - Override OnLostFocus to update value on NET 2. Fixes #79950.
1671         - Fix hexadecimal parsing.
1672         
1673         * UpDownBase: Override OnGotFocus and OnLostFocus to notify 
1674         parent. Fixes #79957
1675
1676 2006-11-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1677
1678         * Control.cs: After calling SetWindowsPos in SetBoundsCore 
1679         the actual size has to be queried, since if height /
1680         width is negative Win32 changes it to 0. 
1681         Fixes #79999 on Windows.
1682         
1683         * XplatUIX11.cs: Set height / width to 0 if negative
1684         in SetWindowPos. Fixes #79999 on Linux.
1685         
1686 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
1687
1688         * ThemeWin32Classic.cs: Fix text redenring when button is
1689         pressed.
1690
1691 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
1692
1693         * MenuAPI.cs: Fixes behavior when menu is opened by kerboard
1694         and later navigate by mouse. Fixes #79528.
1695
1696 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
1697
1698         * ToolBar.cs: Set default value for TabStop to false in
1699         constructor, it fixes remaining behavior of bug #79863.
1700
1701 2006-11-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1702
1703         * MdiWindowManager.cs:
1704         * InternalWindowManager.cs:
1705         - Moved a few methods specific to Mdi from 
1706         InternalWindowManager to MdiWindowManager.
1707         Fixes #79996.
1708         
1709 2006-11-21  Chris Toshok  <toshok@ximian.com>
1710
1711         * XplatUIOSX.cs: stub out InvalidateNC.
1712
1713         * XplatUIWin32.cs: implement InvalidateNC using the call I found
1714         at http://www.dotnet247.com/247reference/msgs/58/292037.aspx.
1715
1716         * XplatUIX11.cs: rename InvalidateWholeWindow to InvalidateNC.
1717
1718         * XplatUIDriver.cs: add InvalidateNC abstract method.
1719
1720         * XplatUI.cs: add InvalidateNC.
1721
1722 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
1723
1724         * ToolBar.cs: Invalidate complete button area when pressed status 
1725         was changed.
1726         * ToolButton.cs: Fix InvalidateBorder for DropDown buttons.
1727         * ThemeWin32Classic.cs: Increase vertical and horizontal position 
1728         by 1 when button is pressed.
1729
1730 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
1731
1732         * ToolButton.cs: Invalidate middle of DropDown button when
1733         ToolBar theres DropDownArrows.
1734         * ThemeWin32Classic.cs: Change position of DropDown arrow and
1735         fix DropDown drawing operations.
1736
1737 2006-11-20  Chris Toshok  <toshok@ximian.com>
1738
1739         * NativeWindow.cs: fix the formatting of functions ('{' on the
1740         following line), and enable the thread exception dialog.
1741
1742         * Application.cs: remove the duplicate exception catching from
1743         here.
1744
1745 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
1746
1747         * Toolbar.cs: Triggers button click event when click on icon
1748         of dropdown ToolBarButton. Fixes #79912.
1749         
1750 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1751
1752         * Theme.cs:
1753         * ThemeWin32Classic.cs:
1754         - Added a property WindowBorderFont to enable themeing
1755           of mdi child windows' Text.
1756           
1757 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1758
1759         * InternalWindowManager.cs:
1760         * Form.cs:
1761         * MdiClient.cs:
1762         * MdiWindowManager.cs: 
1763         - If mdi child is maximized, set mdi parent's
1764           text to "Parent - [Child]". Fixes #79770.
1765         - If there is any maximized mdi child windows, only the active 
1766           window (and any new windows) is maximized, the rest are normal.
1767         - On a WindowState change only save mdi child's window bounds 
1768           if the old window state was normal. Fixes #79774.
1769         - The scroll bars are now calculated on hopefully all
1770           necessary events. Fixed #79771 / #79844->6 / #79906.
1771         - MdiClient.SizeScrollBars() now takes into account docked 
1772           controls in the parent when calculating available space.
1773         - InternalWindowManager now always repaints the entire title
1774           area. Fixes #79844->1/4/5.
1775         - Added RequestNCRecalc on mdi child windowstate changes.
1776           Fixes #79772.
1777
1778 2006-11-20  Mike Kestner  <mkestner@novell.com>
1779
1780         * ComboBox.cs: setup LargeChange on the scrollbar. Invoke FireMouseUp
1781         in the MouseUp handler of the listbox and move the return handling
1782         code to FireMouseUp to avoid scrolling on ups.  Fixes #79952.
1783
1784 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
1785
1786         * Toolbar.cs: Ignore right mouse clicks in toolbar. Fixes #79855. 
1787
1788 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
1789
1790         * MimeIcon.cs: Seems that DllImports that were fine in 1.2 are not
1791           working in 1.2.x anymore. So, updated.
1792
1793 2006-11-19  Gert Driesen  <drieseng@users.sourceforge.net>
1794
1795         * NumericUpDown.cs: Use NegativeSign, NumberDecimalSeparator and
1796         NumberGroupSeparator of current culture instead of assuming en-US.
1797         Fixed bug #79967.
1798
1799 2006-11-17  Mike Kestner  <mkestner@novell.com>
1800
1801         * Control.cs: Add the concept of implicit bounds setting so that
1802         dock/undock round trips preserve explicitly set size/locations.
1803         Fixes #79313.
1804
1805 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
1806
1807         * FileDialog.cs: Trim all filters, otherwise DirInfo.GetFiles
1808           can't handle those filters. (Fixes bug #79961)
1809
1810 2006-11-17  Chris Toshok  <toshok@ximian.com>
1811
1812         [ fixes the exit/crashes associated with #79835.  it's clearly
1813         suboptimal though, we need to figure out a better way to solve
1814         this. ]
1815         
1816         * PrintPreviewControl.cs: deal with the new invalid printer
1817         exceptions.
1818
1819         * PageSetupDialog.cs: if the printer is invalid, pop up a dialog
1820         and return false (so CommonDialog.ShowDialog doesn't actually show
1821         the form.)
1822
1823         * PrintDialog.cs: enable/disable the Ok button depending on
1824         whether or not the printer is valid.
1825
1826         * CommonDialog.cs (ShowDialog): only actually show the form if
1827         RunDialog returns true.
1828
1829 2006-11-17  Jackson Harper  <jackson@ximian.com>
1830
1831         * TextControl.cs: When soft splitting a line, mark it as a soft
1832         split line. Also carry over the current line break to the next
1833         line.
1834
1835 2006-11-17  Chris Toshok  <toshok@ximian.com>
1836
1837         * XplatUIX11.cs: when scrolling a window with an invalid area, we
1838         only want to shift the part of the invalid area that overlaps the
1839         area we're scrolling.  we also don't want to clear the invalid
1840         area unless the invalid area was entirely contained within the
1841         scrolling area.
1842
1843 2006-11-16  Chris Toshok  <toshok@ximian.com>
1844
1845         * XplatUIX11.cs: remove the handling of the TimerEvent stuff, and
1846         also make sure to free the memory returned by XGetWindowProperty
1847         in GetText().
1848
1849         * X11Structs.cs: remove the TimerEvent stuff, it's unused.
1850
1851 2006-11-16  Chris Toshok  <toshok@ximian.com>
1852
1853         * XplatUI.cs: add a new super secret way to get at the totally
1854         unsupported X11 backend.
1855
1856 2006-11-16  Gert Driesen  <drieseng@users.sourceforge.net>
1857
1858         * NumericUpDown.cs: Allow lowercase letters when in hex-mode.
1859
1860 2006-11-16  Jackson Harper  <jackson@ximian.com>
1861
1862         * TreeView.cs: Allow more explicit setting of top node position
1863         for scrollbars. Slower algo, but more accurate.
1864         - CollapseAll should maintain the current top node.
1865         * TextBoxBase.cs: When positioning the caret, use the line, pos
1866         method, since the x, y method does not grab the correct tag, and
1867         the caret height never gets set correctly. (Maybe I should just do
1868         away with the caret having its own height, and always use the
1869         carets current tag for height).
1870
1871 2006-11-16  Jonathan Pobst  <monkey@jpobst.com
1872
1873         [Fixes 79778, 79923]
1874
1875         * XplatUIWin32.cs: Don't allow a parent to be set to IntPtr.Zero.
1876         Parent to the FosterParent instead.
1877
1878 2006-11-16  Jackson Harper  <jackson@ximian.com>
1879
1880         * TreeView.cs: Need to recalc the topnode when we expand or
1881         collapse. The scrolling methods can't handle this on their own,
1882         since they use differences between the last scroll position, and
1883         those difference get completely messed up since we are expanding
1884         nodes.  This problem should probably be fixed in the scrolling
1885         methods, so they can figure out exactly where they are, but this
1886         will slow things down a little.
1887         * ThemeWin32Classic.cs: Special case for groupboxes with empty
1888         strings, makes nunit-gui look a lot nicer.
1889
1890 2006-11-16  Chris Toshok  <toshok@ximian.com>
1891
1892         * XplatUIX11.cs: nasty, nasty, nasty changes required because of
1893         the broken multithreaded event handling we have in here.  File
1894         this entry under "Why we should move to the new X11 backend".
1895
1896         Any thread can make it into UpdateMessageQueue, which gets events
1897         from the X socket - some of which could belong to hwnds being
1898         managed by a different thread.  We can also have multiple threads
1899         in UpdateMessageQueue at the same time, with each one reading from
1900         the X socket.  This leads to many problems, with the following
1901         solutions:
1902
1903         We can't use hwnd.Queue.Enqueue anywhere in here and must use
1904         EnqueueLocked.
1905
1906         The MotionNotify compression we do can't work across threads
1907         (without locking the entire queue, perhaps) since we call
1908         hwnd.Queue.Peek, so we just punt and don't compress motion events
1909         unless the owning thread is the one which got the X event.
1910
1911         ConfigureNotify is another fun one, since it modifies the hwnd's
1912         bounds and then enqueues the event.  We add a lock to Hwnd which
1913         is held when setting configure_pending to true (and enqueuing the
1914         event).
1915
1916         There is a race wrt the wake socket.  we need to make sure that
1917         only 1 thread is waiting on that socket, or else a thread could
1918         sleep waiting for data that never comes.  It's difficult (but not
1919         impossible) to make happen, because it seems to require something
1920         like the following:
1921
1922             1. Thread 1 polls on wake_receive
1923         
1924             2. poll returns saying there's data to be read on
1925                wake_receive.
1926         
1927             3. Thread 2 polls on wake_receive and immediately returns
1928                saying there's data to be read.
1929
1930             4. Thread 2 reads the wakeup byte from wake_receive
1931
1932             5. Thread 1 attempts to read the wakeup byte from
1933                wake_receive.
1934
1935             6. Thread 2 exits (due to a form closing, perhaps).
1936
1937             7. Thread 1 blocks forever.
1938         
1939         Fun, eh?
1940
1941         Fixing the Expose handling isn't done yet, and the races inherent
1942         in that piece of code are responsible for the drawing mistakes you
1943         see when generating expose events in a MT app (like NPlot).  This
1944         one is the likely to be the hardest to bandaid, and it doesn't
1945         appear to cause anything but drawing problems.  The other issues
1946         caused apps to exit or hang.
1947
1948         * XEventQueue.cs: output some spew when Dequeue/Enqueue/Peek are
1949         called from a different thread than the one that should be calling
1950         these functions.
1951
1952         * Hwnd.cs: add some locks to be used by the XplatUIX11 code.
1953
1954 2006-11-15  Chris Toshok  <toshok@ximian.com>
1955
1956         * Application.cs: null out the context's MainForm when we exit
1957         RunLoop.  Fixes a newly checked in unit test as well as the last
1958         ODE from bug #79933.
1959
1960 2006-11-15  Chris Toshok  <toshok@ximian.com>
1961
1962         * Form.cs (set_Owner): allow a null value so we can clear the
1963         form's owner.
1964         (Dispose): set all our owned_form's Owner properties to null, and
1965         clear the owned_forms collection.
1966         (WM_CLOSE): clean up this a little bit.. still not right though.
1967
1968         * ApplicationContext.cs: OnMainFormClosed should only call
1969         ExitThreadCore if the main form isn't recreating.  Fixes unit
1970         test.
1971
1972 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
1973
1974         [Fixes 78346]
1975
1976         * ComboBox.cs: Set the Hwnd.no_activate flag for the ComboListBox.
1977
1978 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
1979
1980         [Fixes 79433]
1981
1982         * Hwnd.cs: Add a flag to show a window, but not activate it, to 
1983         keep popup window types from stealing focus from the main form
1984         on Windows.
1985
1986         * XPlatUIWin32.cs: Use SW_SHOWNOACTIVATE if above field is true.
1987
1988         * MenuAPI.cs: Set above flag to true.
1989
1990 2006-11-15  Chris Toshok  <toshok@ximian.com>
1991
1992         * XplatUIX11.cs: mimic win32 behavior on BUTTONUP events, where
1993         the button being released is not in wParam.
1994
1995 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
1996
1997         * Form.cs: Add the released button to MouseEventArgs.Button
1998         for the OnMouseUp call to the MenuTracker.  Fixes menu clicking
1999         on Win32.
2000
2001 2006-11-15  Chris Toshok  <toshok@ximian.com>
2002
2003         * XplatUIX11.cs: add (untested) a _NET_WM_NAME implementation of
2004         GetText().  untested because it's unused in our implementation.
2005         Control.Text always caches the text, even if
2006         ControlStyles.CacheText is not set.
2007
2008         fixes bug #79939.
2009
2010 2006-11-15  Chris Toshok  <toshok@ximian.com>
2011
2012         [ fixes #79933 ]
2013         
2014         * Form.cs: in Close() don't do anything after we send the WM_CLOSE
2015         message.  no hiding, no disposing.
2016
2017         in the WM_CLOSE handler, hide the form if it's modal.
2018
2019 2006-11-15  Chris Toshok  <toshok@ximian.com>
2020
2021         * XplatUIX11.cs: use AddExpose instead of sending a message.
2022         fixes textbox border drawing.
2023
2024 2006-11-15  Chris Toshok  <toshok@ximian.com>
2025
2026         * PropertyGridView.cs: keep from crashing on mouse move/down when
2027         the property grid is empty.
2028
2029 2006-11-14  Jackson Harper  <jackson@ximian.com>
2030
2031         * TextControl.cs: Make PageUp and PageDown more like the MS
2032         versions.
2033         * TextBoxBase.cs: When we set the text property position the
2034         cursor at the beginning of the document.
2035
2036 2006-11-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2037
2038         * Form.cs: if a mdi child's WindowState has changed
2039         before it's creation, it would display wrong control
2040         buttons.
2041         
2042 2006-11-14  Alexander Olk  <alex.olk@googlemail.com>
2043
2044         * TreeView.cs: De-uglify TreeView checkbox checkmarks.
2045           (Fixes bug #79927)
2046
2047 2006-11-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2048
2049         * XplatUIX11.cs: send a WM_NCPAINT on WM_NCCALCSIZE so that 
2050         the window gets to paint its borders even if the window is
2051         getting smaller.
2052         
2053         * Form.cs: on a WM_NCPAINT invalidate the entire menu, 
2054         otherwise the old control buttons would still be painted 
2055         if the window gets bigger.
2056         
2057         * PaintEventArgs.cs: add an internal method so that the clip 
2058         rectangle can be changed.
2059         
2060 2006-11-13  Chris Toshok  <toshok@ximian.com>
2061
2062         [ fixes bug #79745 ]
2063         
2064         * NotifyIcon.cs: lots of cleanup.
2065
2066         * X11Structs.cs: add an enum for XEMBED messages.
2067
2068         * XplatUIX11.cs: reindent one of the giant switch statements, it
2069         was taking up an additional tab stop, and this file is already way
2070         too wide for my laptop's screen.
2071
2072         Also, add handling for the XEmbed EMBEDDED_NOTIFY message.  When
2073         we get it, resize the hwnd to the WMNormalHints max_width/height.
2074
2075 2006-11-13  Jackson Harper  <jackson@ximian.com>
2076
2077         * TextBoxBase.cs: Compute the value changes for the mouse wheel
2078         teh simple way.
2079
2080 2006-11-13  Chris Toshok  <toshok@ximian.com>
2081
2082         * XplatUIX11.cs, XplatUIStructs.cs: kind of a gross fix for
2083         #79898.  force a reference to the Region to stick around so the
2084         unmanaged object isn't collected (rendering our handle in the MSG
2085         stale).
2086
2087 2006-11-13  Chris Toshok  <toshok@ximian.com>
2088
2089         * XplatUIX11.cs: fix #79917 for window managers which support
2090
2091         using XStoreName on the raw utf8, and we need to convert to
2092         COMPOUND_TEXT if it's non-latin1.
2093
2094 2006-11-13  Chris Toshok  <toshok@ximian.com>
2095
2096         * Form.cs (set_DialogResult): we need to set closing to false if
2097         we're setting our result to None.  fixes bug #79908.
2098
2099 2006-11-13  Jackson Harper  <jackson@ximian.com>
2100
2101         * TextControl.cs: When formatting text, compute the adjusted tag
2102         lengths correctly, using FindTag for the end tag instead of trying
2103         to figure it out outselves.
2104         * TreeNode.cs: Use ActualItemHeight, which is the actual height of
2105         the item, ItemHeight doesn't work, because trees with large
2106         imagelists use those for their height
2107         * TreeView.cs: ActualItemHeight factors in the image height
2108         - compute left edge of checkboxes correctly
2109         - when expanding/collapsing move the bottom down one pixel, so we
2110         aren't moving part of the node
2111
2112 2006-11-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2113
2114         * XplatUIX11.cs: The PaintEventArgs is also added to the drawing
2115         stack in PaintEventStart so that it won't get disposed by the gc
2116         before reaching PaintEventEnd.
2117
2118 2006-11-13  Jackson Harper  <jackson@ximian.com>
2119
2120         * TextBoxBase.cs: Don't select the word if we are on a line with
2121         no text.
2122         - We don't need to position the caret on mouse up, since the mouse
2123         move handler should be doing this
2124         - When double clicking a blank line, the caret is advanced to the
2125         next line.
2126
2127 2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
2128
2129         * TreeNodeCollection.cs: Avoid duplicating indexer code.
2130
2131 2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
2132
2133         * ColorDialog.cs: Reset size of dialog between calls to ShowDialog.
2134         Fixes part of bug #79910.
2135
2136 2006-11-11  Alexander Olk  <alex.olk@googlemail.com>
2137
2138         * ColorDialog.cs: Fix a NRE when adding a color to custom colors
2139           (bug #79903). Some minor string updates to match ms.
2140
2141 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
2142
2143         * FileDialog.cs: Don't add an extension if the filename
2144           already ends with that extension.
2145
2146 2006-11-10  Jackson Harper  <jackson@ximian.com>
2147
2148         * TreeView.cs: Use the currently highlighted node for the
2149         BeforeSelect event.
2150         * TextBoxBase.cs: There is no need to expand selection on
2151         MouseMove.
2152         - CanUndo means 'is there any undo operations', not 'is undo
2153         allowed on this textcontrol. Fixed ClearUndo unit test.
2154
2155 2006-11-10  Andreia Gaita  <shana.ufie@gmail.com>
2156
2157         * Button.cs: only perform click when button is Selectable (so as 
2158         not to activate default buttons when they're disabled)
2159         
2160         * Control.cs: Rewrite of the SelectNextControl and related 
2161         methods. HandleClick now selects next control if the current one
2162         is being disabled.
2163         
2164         * Form.cs: OnActivated selects next active control only if Load 
2165         has already occurred. If Load hasn't run, there's no point in 
2166         selecting here, Load might change the state of controls.
2167         
2168         * FocusTest.cs: Tests marked as working again for these fixes
2169
2170 2006-11-10  Chris Toshok  <toshok@ximian.com>
2171
2172         * XplatUIX11.cs: a couple of fixes.
2173
2174         - use XInternAtoms with almost all the atoms we need to register,
2175         instead of many, many calls to XInternAtom.  should help a bit on
2176         startup time, at the expense of making the code look a little
2177         worse.
2178
2179         - fall back to setting TransientFor on TOOLWINDOW's if their hwnd
2180         isn't reparented (which seems to be a clue that we're running fon
2181         compiz) and they have an Owner form.  This fixes the tool windows
2182         in paint.net when running under compiz.
2183
2184         - when setting the opacity of a window, support both the case
2185         where the window has been reparented and also when it hasn't been.
2186         Since compiz/beryl doesn't seem to reparent windows, and these are
2187         the only window managers which support translucency, I'm not sure
2188         why we need the hwnd.reparented case at all.. but leave it in.
2189         now we get translucent windows in paint.net under compiz/beryl.
2190
2191 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
2192
2193         * FileDialog.cs: Always return the value for FilterIndex that
2194           was set. Internally convert it to values that make sense.
2195
2196 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
2197         
2198         * ThemeWin32Classic.cs: Fix drowp down arrow borders.
2199
2200 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
2201
2202         * Toolbar.cs: Change default value of DropDownArrows to true, the 
2203         signature still using false to make it compatible with MS but the 
2204         initial value is true. Fixes #79855.
2205
2206 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
2207
2208         * MimeIcon.cs: Don't throw an exception on windows. Mime stuff is
2209           only available on Linux.
2210
2211 2006-11-09  Everaldo Canuto  <everaldo@simios.org>
2212
2213         * Toolbar.cs, ToolBarButton.cs: Fix wrong separator size and
2214         reduce number of calls to redraw method during toolbar creation.
2215
2216 2006-11-09  Mike Kestner  <mkestner@novell.com>
2217
2218         * ListView.cs : raise SelectedIndexChanged when an item is selected
2219         programmatically via the Item.Selected property.  Gert's nice 
2220         ListViewSelectedIndexChanged test fixture now runs clean.
2221
2222 2006-11-09  Mike Kestner  <mkestner@novell.com>
2223
2224         * ListView.cs : raise SelectedIndexChanged when a selected item is
2225         removed from the item collection using Remove or RemoveAt.
2226
2227 2006-11-09  Mike Kestner  <mkestner@novell.com>
2228
2229         * ListView.cs : raise SelectedIndexChanged once per selected item
2230         for compat with MS.  Fixes #79849+.
2231
2232 2006-11-09  Chris Toshok  <toshok@ximian.com>
2233
2234         * TabControl.cs: initialize row_count to 0, and set it to 1 when
2235         we need to (if we have any tab pages).  Fixes unit test.
2236
2237 2006-11-09  Chris Toshok  <toshok@ximian.com>
2238
2239         * Label.cs (CalcPreferredWidth): if Text == "", our preferred
2240         width is 0, not 3.  Fixes a unit test.
2241
2242 2006-11-09  Mike Kestner  <mkestner@novell.com>
2243
2244         * ListView.cs : use Implicit scrollbars so that focus isn't 
2245         stolen from the listview when they are clicked. Fixes #79850.
2246
2247 2006-11-09  Chris Toshok  <toshok@ximian.com>
2248
2249         * PropertyGridView.cs (OnPaint): only call DrawGridItems if we
2250         have a root item.  Fixes #79879.
2251
2252 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
2253
2254         * FileDialog.cs:
2255           - Fix ToString ()
2256           - An ArgumentException is now thrown if a wrong filter
2257             is applied (matches ms). The previous filter doesn't change
2258             anymore if an exception is thrown.
2259           - Changing the FileName property also affects FileNames
2260         * ColorDialog.cs: The length of the CustomColors array is always
2261           16. It doesn't matter if we use a smaller array or null to update
2262           or change the custom colors property.
2263         * FolderBrowserDialog.cs: Throw an InvalidEnumArgumentException if
2264           for RootFolder if we get a undefined value.
2265
2266 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2267
2268         * StatusBarPanel.cs: 
2269         - Width is set to MinWidth if Width is smaller than
2270         MinWidth. Fixes #79842.
2271         - MinWidth now always overrides Width (MSDN says MinWidth
2272         is set to Width when AutoSize = None, but they do not 
2273         behave like that).
2274         - Style has now the the correct default value.
2275         
2276 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2277  
2278         * TrackBar.cs: 
2279         - The control is completely invalidated on 
2280         Got/LostFocus to draw the focus rectangle correctly.
2281         - When AutoSize then height is always 45 (width for 
2282         vertical controls).
2283         
2284         * ThemeWin32Classic.cs: The TrackBar thumb is now centered
2285         on the mouse when moved and it doesn't move when grabbed
2286         until the mouse moves as well. Also fixed some wrong 
2287         calculations when clicking on the thumb (control thought
2288         click was outside of thumb and didn't grab it).
2289         Fixes some of the issues in #79718.
2290
2291 2006-11-08  Everaldo Canuto  <everaldo@simios.org>
2292
2293         * Toolbar.cs: Prevent disabled button to highlight. Fixes #79868.
2294
2295 2006-11-08  Chris Toshok  <toshok@ximian.com>
2296
2297         * PropertyGridView.cs: only call ToggleValue if the item is not
2298         readonly.
2299
2300 2006-11-08  Jackson Harper  <jackson@ximian.com>
2301
2302         * TextBoxBase.cs: The RichTextBox and textbox have very different
2303         word selection methods.  Implement the textbox's simple word
2304         selection here, and let the RichTextBox override and provide it's
2305         own.
2306         - Don't do extra selection on mouseup
2307         * RichTextBox.cs: Use the documents word selection algorithm, I
2308         think ideally, this function will be pulled into the
2309         RichTextBox.cs code someday.
2310
2311 2006-11-08  Chris Toshok  <toshok@ximian.com>
2312
2313         * RootGridEntry.cs: new class to represent GridItemType.Root.
2314
2315         * CategoryGridEntry.cs: reformat, and add boilerplate.
2316         
2317         * GridEntry.cs: remove the UIParent stuff - turns out .Parent
2318         returns the UI parent anyway, and we need special handling to
2319         implement the GetTarget method in the face of it.  Also, implement
2320         Select().
2321
2322         * PropertyGrid.cs, PropertyGridView.cs: a number of fixes.  create
2323         a root grid item, and use that instead of PropertyGrid.grid_items.
2324         Also, make use of TypeConverters (and add limitted support for
2325         ICustomTypeDescriptors) when initially populating the grid.
2326         Arrays now show up more or less properly.
2327
2328 2006-11-08  Chris Toshok  <toshok@ximian.com>
2329
2330         * Application.cs: set the modal dialog to non modal after we close
2331         it.  Fixes bug #79866.
2332
2333 2006-11-08  Jackson Harper  <jackson@ximian.com>
2334
2335         * TextControl.cs: When combining lines carry over the line end
2336         style from the end line.
2337         - Invalidate the selected area when setting it, if it is visible.
2338         * TextBoxBase.cs: Only rich text box can do full line selects.
2339         - Make sure to set the cursor position when there is a click,
2340         otherwise two clicks in separate areas could cause a large chunk
2341         to be selected.
2342
2343 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2344
2345         * Toolbar.cs: Release flat button borders when Toolbar lost focus. 
2346         Fixes #79863.
2347
2348 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2349
2350         * Toolbar.cs: Prevent toolbar to open more than one tooltip at same
2351         time. Remove tooltips when ToolButton click events.  Fixes #79856.
2352
2353 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2354
2355         * MenuAPI.cs: Ignore right click for menu actions and fixes
2356         menu border when clicked.  Fixes #79846.
2357
2358 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2359
2360         * XplatUIX11.cs, XplatUIX11.cs: Fix MouseRelease to only release
2361         MouseState after create wParam for message, this fixes mouse button 
2362         equal none in mouse up events.
2363         
2364 2006-11-07  Andreia Gaita  <shana.ufie@gmail.com>
2365
2366         * Control.cs : Focus() now calls Select to set the Container's
2367         Active Control and to give it focus. To avoid infinite recursion
2368         (because ActiveControl also calls Focus at one point), a check 
2369         is made in Focus with the help of a new internal variable
2370         is_focusing.
2371
2372 2006-11-07  Mike Kestner  <mkestner@novell.com>
2373
2374         * ListView.cs : raise OnSelectedIndexChanged in CreateHandle
2375         if there's a selection.  Fixes #79849.
2376
2377 2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
2378
2379         * PropertyGrid.cs: Avoid fixed height of help description label.
2380         Fixes part of bug #79829.
2381
2382 2006-11-07  Chris Toshok  <toshok@ximian.com>
2383
2384         * XplatUIX11.cs: fix #79790 again, by using the
2385         _NET_WM_STATE_SKIP_TASKBAR atom to implement Form.ShowInTaskbar.
2386
2387 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2388
2389         * ToolBar.cs: Fix left click checking.
2390
2391 2006-11-07  Chris Toshok  <toshok@ximian.com>
2392
2393         * ProgressBar.cs: fix a typo in ToString().  fixes a unit test.
2394
2395 2006-11-07  Chris Toshok  <toshok@ximian.com>
2396
2397         * RelatedPropertyManager.cs: set property_name in our ctor.  fixes
2398         PropertyManager unit tests.
2399
2400         * PropertyManager.cs: make property_name internal.
2401
2402 2006-11-07  Chris Toshok  <toshok@ximian.com>
2403
2404         * ButtonBase.cs: initialize base.ime_mode to ImeMode.Disable to
2405         pass a unit test.  Also, don't set image_index to anything in
2406         response to setting the ImageList property.
2407
2408 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2409
2410         * ToolBar.cs: Ignore click events when mouse button is not a
2411         left button, only accepts other button for dropdown menus.  
2412         Fixes #79854.
2413
2414 2006-11-07  Chris Toshok  <toshok@ximian.com>
2415
2416         * DataGrid.cs: make the back and parent row buttons a little less
2417         ugly.
2418
2419 2006-11-07  Jackson Harper  <jackson@ximian.com>
2420
2421         * TextBoxBase.cs: When converting to Text don't put line breaks in
2422         for soft line breaks.
2423         * TextControl.cs: There is an initial "fake" line in the document,
2424         this is now a soft break line, so that an extra line feed doesn't
2425         get added to the end of documents.
2426
2427 2006-11-07  Chris Toshok  <toshok@ximian.com>
2428
2429         [ fix bug #79778 ]
2430         
2431         * CurrencyManager.cs: if the list is readonly, don't bother
2432         checking if IBindingList.AllowNew is true.
2433
2434         * ThemeWin32Classic.cs (DataGridPaintParentRow): make this work
2435         for non-DataRowView datasources..  or rather, make it not crash.
2436         (DataGridPaintRelationRow): make sure we limit the row painting to
2437         the area not covered by the row header, and make our cell width at
2438         least large enough to cover the relation area.  This allows grids
2439         that have relations but no rows to render correctly.
2440         (DataGridPaintRowContents): same type of changes here.
2441         (SetDataSource): move back to always calling
2442         CalcAreasAndInvalidate.  this fixes a crash/drawing problem when
2443         navigating back through relations.
2444         (HitTest): handle the case where we have no cells but have
2445         relations.  Right now we generate a hit in cell 0 of whatever the
2446         row is, not sure if this is strictly correct, but it works for our
2447         purposes.
2448         
2449         * DataGrid.cs (EndEdit, CancelEdit): if we have no columns, don't
2450         bother doing anything.
2451
2452 2006-11-07  Jonathan Pobst  <monkey@jpobst.com>
2453
2454         * StatusStrip.cs, ToolStripStatusLabel.cs: By request, an
2455         early version of StatusStrip.  Not responsible for eaten
2456         application or firstborn children.
2457
2458 2006-11-06  Chris Toshok  <toshok@ximian.com>
2459
2460         * TabControl.cs: in OnGotFocusInternal/OnLostFocusInternal don't
2461         call GetTabRect with a -1 index.  Fixes #79847.
2462
2463 2006-11-06  Jackson Harper  <jackson@ximian.com>
2464
2465         * TreeNodeCollection.cs: Update scrollbars after clearing.
2466
2467 2006-11-06  Chris Toshok  <toshok@ximian.com>
2468
2469         * NumericUpDown.cs: fix the ToString method for some unit test
2470         love.
2471
2472 2006-11-06  Chris Toshok  <toshok@ximian.com>
2473
2474         * PropertyGrid.cs:
2475         - set the initial SelectedGridItem if we can.
2476
2477         - Exclude non-mergable properties only if we're merging > 1
2478         object.  Merging 1 object isn't really merging, obviously.
2479
2480         - Handle PropertySort.NoSort just like Alphabetical, which is
2481         wrong of course, but at least gets things on the screen.
2482         
2483         * PropertyGridView.cs:
2484         - Add method "FindFirstItem" which finds the first property grid
2485         item, so we can select it by default.
2486
2487         - make use of GridEntry.CanResetValue.
2488
2489         - Don't call RedrawBelowItemOnExpansion here anymore, the
2490         individual GridEntry's will do that.
2491
2492         - Remove the ITypeDescriptorContextImpl internal class.
2493         
2494         * GridEntry.cs:
2495         - this class needs to implement ITypeDescriptorContext, as it's
2496         what MS's PropertyDescriptorGridEntry does, which means we can
2497         remove the ITypeDescriptorContextImpl internal class from
2498         PropertyGrid.cs.  This fixes the crashing portion of bug #79829.
2499
2500         - keep a reference to our PropertyGridView, and move the call to
2501         RedrawBelowItemOnExpansion here from PGV.  This means
2502         programmaticly setting Expanded actually does something visible.
2503
2504         - add a CanResetValue() function which takes into account our
2505         possibly multiple "selected_objects" in the merged case.  Shifting
2506         PropertyGridView to use this method fixes another unreported
2507         crasher found running the test for #79829.
2508
2509         - when Top or Bounds is updated, make sure the PropertyGridTextBox
2510         is updated to reflect this.
2511
2512         * CategoryGridEntry.cs: the ctor takes the PGV now.
2513         
2514 2006-11-06  Jackson Harper  <jackson@ximian.com>
2515
2516         * TextControl.cs: These are 1 based.
2517         * TextBoxBase.cs: When setting the selected text, don't change the
2518         selected text tags, this is done by ReplaceText, just position the
2519         cursor at the end of the new text.
2520
2521 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
2522
2523         * ListView.cs: Allow label edit only when, when LabelEdit is
2524           set to true.
2525
2526 2006-11-06  Jackson Harper  <jackson@ximian.com>
2527
2528         * TextControl.cs: If a suitable wrapping position isn't found,
2529         just wrap right in the middle of a word.
2530
2531 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
2532
2533         * ListView.cs, ListViewItem.cs: Implement LabelEdit. Fixes
2534           bug #79820.
2535
2536 2006-11-06  Jackson Harper  <jackson@ximian.com>
2537
2538         * TreeView.cs: Can't use the VisibleCount property when setting
2539         scrollbar heights, because this doesn't take into account whether
2540         or not the horz scrollbar just came visible.
2541
2542 2006-11-05  Everaldo Canuto  <everaldo@simios.org>
2543
2544         * MenuAPI.cs: Deactivate menu on mouse up when menus it is already
2545         activated.  Fixes #79369, #79832.
2546
2547 2006-11-05  Alexander Olk  <alex.olk@googlemail.com>
2548
2549         * FileDialog.cs: *sigh* Because of recent runtime changes (r67043) I
2550           had to remove support for links that point to a directory. FileInfo
2551           returns no usefull information (means, the directory they point to)
2552           for such links. Replaced some empty string ("") with String.Empty.
2553
2554 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
2555
2556         * TreeNodeCollection.cs: To match MS, in 1.0 profile throw 
2557         NullReferenceException when attempting to remove node that is not in
2558         collection. Throw NullReferenceException when null is passed to 
2559         Remove. Allow first element of the collection to be removed. Fixes
2560         bug #79831.  In GetEnumerator ().Current return null if positioned 
2561         before the first element of the collection. In GetEnumerator ().Reset,
2562         position before first element of the collection.
2563
2564 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
2565
2566         * PropertyGrid.cs: To match MS, remove default title and description
2567         for panel. Fixed tooltips for Categorized and Alphabetic toolbar
2568         buttons.
2569
2570 2006-11-04  Chris Toshok  <toshok@ximian.com>
2571
2572         * Theme.cs: add a Clamp method, just for kicks.
2573
2574         * ThemeWin32Classic.cs: clamp all color components to [0..255].
2575
2576 2006-11-04  Chris Toshok  <toshok@ximian.com>
2577
2578         * Form.cs: if the form isn't visible, Close() does nothing.
2579
2580 2006-11-03  Chris Toshok  <toshok@ximian.com>
2581
2582         * Form.cs (Close): if the form is modal, don't Dispose of it, only
2583         Hide it.
2584         (WndProc): don't Dispose after handling the WM_CLOSE message.
2585
2586         * Application.cs (RunLoop): toplevels is a list of Forms, so treat
2587         them as such, instead of using casts from Control to Form.  Also,
2588         don't Dispose of the modal dialog when we fall out of the loop -
2589         Close() it instead.
2590
2591         fixes bug #79813.
2592
2593 2006-11-03  Chris Toshok  <toshok@ximian.com>
2594
2595         * Control.cs (Dispose): only go through the dispose thing if we're
2596         @disposing, and we haven't already been disposed.  Fixes bug
2597         #79814.
2598
2599         * Form.cs: no reason to call "base.Dispose()" here instead of
2600         "Dispose()".
2601
2602 2006-11-03  Mike Kestner  <mkestner@novell.com>
2603
2604         * ComboBox.cs : use ToString instead of casts in AddItem for
2605         sorting functionality.  Fixes #79812.
2606
2607 2006-11-03  Chris Toshok  <toshok@ximian.com>
2608
2609         * Application.cs: pave the way for actually using the thread
2610         exception dialog.  it's ifdefed out at the moment.
2611
2612 2006-11-03  Chris Toshok  <toshok@ximian.com>
2613
2614         * ThreadExceptionDialog.cs: until we get a better layout, actually
2615         hide the details textbox and label when we shouldn't see them.
2616
2617 2006-11-03  Jackson Harper  <jackson@ximian.com>
2618
2619         * TextBoxBase.cs: Don't bail from the scrollbar calcs for non
2620         multiline textboxes anymore.  This method also determines the
2621         width/height of a textboxes canvas area.
2622         - Sorta a revert of the last patch.  For multiline just position
2623         the controls, then bail.  This way the scrollbar width won't be
2624         altered.
2625
2626 2006-11-03  Everaldo Canuto  <everaldo@simios.org>
2627
2628         * ThemeWin32Classic.cs: Dont paint inner lines of 3D border when
2629         it dont need.  Fixes #79537.
2630
2631 2006-11-02  Jackson Harper  <jackson@ximian.com>
2632
2633         * X11Dnd.cs: We always allow copy, since XDND implies Copy.  Also
2634         send the status after firing the DndOver event.
2635
2636 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2637
2638         * TrackBar.cs: Now orientation only switches height / width if
2639         the control's handle is created (Win32 does it like this). Also 
2640         fixed a typo in ToString() for a test to pass, changed the 
2641         exception thrown in set_LargeChange and set_SmallChange to 
2642         match Win32 behaviour, and added TrackBar tests to the unit 
2643         tests.
2644
2645 2006-11-02  Chris Toshok  <toshok@ximian.com>
2646
2647         * XplatUIX11.cs: the atom we want is _NET_WM_STATE_SKIP_TASKBAR,
2648         not _NET_WM_STATE_NO_TASKBAR.
2649
2650 2006-11-02  Jackson Harper  <jackson@ximian.com>
2651
2652         * TextControl.cs: Increment count by one, since in the update view
2653         count - 1 is used.
2654
2655 2006-11-02  Jackson Harper  <jackson@ximian.com>
2656
2657         * TextBoxBase.cs: Use client rectangle not bounds for checking if
2658         the mouse is in the client rectangle (duh).
2659
2660 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2661         
2662         * TrackBar.cs: Fixed trackbar jumping around when clicking
2663         on it - the trackbar was not detecting correctly at which
2664         side of the thumb the click was done. (fixes #79718)
2665
2666 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
2667
2668         * ListBox.cs: scroll visible area when change SelectedIndex to
2669         a non visible area.  Fixes #79481.
2670
2671 2006-11-01  Jackson Harper  <jackson@ximian.com>
2672
2673         * TextControl.cs: When replacing the selection move the selection
2674         start/end/anchor to the end of the new text.
2675
2676 2006-11-01  Jackson Harper  <jackson@ximian.com>
2677
2678         * XplatUIWin32.cs: When setting the parent change the controls
2679         visibility to it's visibility flag, not to it's old parents
2680         visibility (.Visible walks the parent chain).
2681
2682 2006-11-01  Chris Toshok  <toshok@ximian.com>
2683
2684         * XplatUIX11.cs: revert the #79790 fix, as the simple.
2685         XSetTransientForHint fix breaks paint .net's tool windows.  more
2686         work needed for that one.
2687
2688 2006-11-01  Chris Toshok  <toshok@ximian.com>
2689
2690         * ScrollBar.cs: throw ArgumentException instead of Exception in
2691         LargeChange/SmallChange setters.  fixes unit tests.
2692
2693 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
2694
2695         * ContainerControl.cs: reverted rev.67183 (which was itself
2696         a reversion of rev.66853... eh).
2697         
2698         * Control.cs: Fixes Reflector hang by changing Focus() call
2699         to what it was before rev.66643 (calling Select() here sets 
2700         ActiveControl, which in some situations calls back Focus and 
2701         eventually does a stack overflow). Temp fix.    
2702         Changes to GetNextControl() to not look for children to select when
2703         parent cannot be selectable (so it looks for siblings instead)  
2704         
2705 2006-10-31  Mike Kestner  <mkestner@novell.com>
2706
2707         * CheckedListBox.cs : off by one error in returned index from
2708         ObjectCollection.Add.  Fixes #79758.
2709
2710 2006-10-31  Chris Toshok  <toshok@ximian.com>
2711
2712         * UpDownBase.cs: remove the OnGotFocusInternal/OnLostFocusInternal
2713         calls for the textbox/spinner, to keep from recursing to the point
2714         where we crash.  Fixes #79760.
2715
2716 2006-10-31  Chris Toshok  <toshok@ximian.com>
2717
2718         * ListControl.cs (set_SelectedValue): don't throw exceptions on
2719         null/"" value, just return.  matches ms's behavior and fixes some
2720         failing tests.
2721
2722 2006-10-31  Chris Toshok  <toshok@ximian.com>
2723
2724         * Control.cs (set_Capture): make a logic a little easier to
2725         follow.
2726
2727         * XplatUIX11.cs (CleanupCachedWindows): zero out the Grab window
2728         if it's being destroyed.  A necessary fix surely, but a bandaid
2729         also, to fix the stuck capture problem in bug #78413.
2730
2731 2006-10-31  Chris Toshok  <toshok@ximian.com>
2732
2733         * XplatUIX11.cs: fix a couple of compiler warnings, and follow the
2734         convention of clearing hwnd.ClientRect when we set the
2735         width/height (so it'll be recalculated by Hwnd).
2736
2737 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
2738
2739         * ContainerControl.cs: reversed Contains check from
2740         ActiveControl due to hanging problems. This fix
2741         partly regresses #79667 (button does not have
2742         initial focus), so this might be a symptom for 
2743         a larger parenting problem (set_ActiveControl
2744         is being called but the child control does
2745         not have the parent set yet?)   
2746         
2747 2006-10-31  Mike Kestner  <mkestner@novell.com>
2748
2749         * MenuAPI.cs : fix keynav when menu is click activated.
2750
2751 2006-10-31  Jonathan Pobst  <monkey@jpobst.com>
2752
2753         * ToolStrip*: Version 0.2.
2754
2755         * MenuStrip.cs: Version 0.1.
2756
2757         * Form.cs: Add a 2.0 MenuStrip tracker like the 1.1 Menu one.
2758
2759 2006-10-30  Chris Toshok  <toshok@ximian.com>
2760
2761         [ fixes the oversized notify icon issue in bug #79745 ]
2762         
2763         * NotifyIcon.cs: scale the icon down to the size we're given by
2764         the XplatUI layer (this would be faster if we did it once instead
2765         of whenever we paint..)  Also, remove the WM_NCPAINT handling,
2766         since it's never invoked.
2767
2768         * XplatUIX11.cs: the gnome and kde systrays use icons that are 24
2769         pixels high by default, so let's hardcode our systray icon to that
2770         size.  The SYSTEM_TRAY protocol should really have a way for
2771         client apps to query for the correct icon size.. but oh well.  A
2772         couple of patches to deal with the screwy client_window ==
2773         whole_window notifyicon stuff (we don't want to PerformNCCalc, for
2774         instance, and also make sure we don't XSelectInput twice).
2775
2776 2006-10-30  Chris Toshok  <toshok@ximian.com>
2777
2778         * Control.cs: ugh, the unit test fix (CH11, yesterday) breaks when
2779         recreating forms.  Control recreation is the bane of my existence.
2780         Fix it in a way that keeps everyone happy.
2781
2782 2006-10-30  Chris Toshok  <toshok@ximian.com>
2783
2784         * XplatUIX11.cs: use StructureNotifyMask on all whole_windows, not
2785         just non-CHILD ones.  otherwise sometimes scrollbars end up with
2786         client_windows not being resized to the proper size (ReportBuilder
2787         shows this extremely well).
2788
2789 2006-10-30  Chris Toshok  <toshok@ximian.com>
2790
2791         * XplatUIX11.cs (SetWMStyles): reinstate the XSetTransientForHint
2792         for non-WS_EX_APPWINDOW windows.  This is what keeps them from
2793         showing up in the gnome taskbar.  Fixes bug #79790.
2794
2795 2006-10-30  Chris Toshok  <toshok@ximian.com>
2796
2797         * ApplicationContext.cs: guard against a NRE.
2798
2799         * Application.cs: null out the old MainForm for the context, so we
2800         don't try to use it again once it's disposed.  Fixes bug #79783.
2801
2802 2006-10-30  Chris Toshok  <toshok@ximian.com>
2803
2804         * DataGrid.cs (set_DataSource, set_DataMember): if we have a
2805         BindingContext, set the data source directly, otherwise do the
2806         lazy approach - the actual ListManager will be created when we get
2807         a BindingContext. Fixes bug #79700.
2808
2809 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
2810
2811         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
2812           XplatUIX11.cs: Remove old 2 parameter SetVisible.
2813
2814         * Control.cs: Use the new 3 parameter SetVisible with activate = true.
2815
2816 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
2817
2818         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Add an overload
2819         of SetVisible that allows a window to be shown, but not activated.
2820         This is needed on Windows for MenuStrip, and can probably be used
2821         with MainMenu and ComboBox to fix the focus stealing issues on
2822         Windows.
2823
2824         * XplatUIOSX.cs, XplatUIX11.cs: Not needed, call existing SetVisible.
2825
2826 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
2827
2828         * PictureBox.cs: Fix the output of the ToString method.
2829
2830 2006-10-29  Chris Toshok  <toshok@ximian.com>
2831
2832         * Control.cs (get_TopLevelControl): fix bug #79781.
2833
2834 2006-10-29  Chris Toshok  <toshok@ximian.com>
2835
2836         * ListControl.cs (set_DataSource): throw Exception here, not
2837         ArgumentException, to match MS behavior.
2838
2839 2006-10-29  Chris Toshok  <toshok@ximian.com>
2840
2841         * Form.cs: remove the try-catch's around calls to GetWindowState.
2842         We can just check the return value.
2843
2844         * XplatUIX11.cs: don't throw exceptions from GetWindowState.
2845         Instead return -1.
2846
2847         * XplatUI.cs: Add note about additional return value for
2848         GetWindowState.
2849
2850 2006-10-29  Chris Toshok  <toshok@ximian.com>
2851
2852         * Control.cs (CreateHandle): when we create our handle, we also
2853         create the handles of our child controls.  Fixes one of the
2854         Control unit tests (CH11).
2855
2856 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
2857
2858         * MimeIcon.cs: If a gnome icon doesn't exist add a default icon.
2859
2860 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
2861
2862         * ThemeClearlooks.cs: A little speedup.
2863
2864 2006-10-27  Chris Toshok  <toshok@ximian.com>
2865
2866         * Control.cs: implement Control.FromChildHandle in a way that
2867         matches the docs (and fixes the failed test.)
2868
2869 2006-10-27  Chris Toshok  <toshok@ximian.com>
2870
2871         * DataGridTableStyle.cs: reproduce buggy MS behavior (with
2872         comments).
2873
2874         * DataGrid.cs: implement ResetForeColor such that the tests
2875         succeed.
2876         
2877 2006-10-27  Chris Toshok  <toshok@ximian.com>
2878
2879         * ToolBarButton.cs: setting text/tooltiptext to null results in it
2880         being set to "".  Fixes bug #79759.
2881
2882 2006-10-27  Jackson Harper  <jackson@ximian.com>
2883
2884         * TextControl.cs: We need to clear the entire selection area when
2885         setting the start, otherwise multiline selections are still
2886         visible.
2887
2888 2006-10-26  Chris Toshok  <toshok@ximian.com>
2889
2890         * PropertyGridView.cs: 
2891
2892         - ifdef all the code specific to the double
2893         buffer case, and provide some alternatives in the non-doublebuffer
2894         code, which makes heavy use of XplatUI.ScrollWindow to move things
2895         around without having to invalidate (and cause flicker).  There
2896         are still some drawing problems in the non-doublebuffered case, so
2897         DOUBLEBUFFER is defined by default.
2898
2899         - Fix the way dropdowns are handled.  now we explicitly watch for
2900         the events which might cause the dropdown to close, and break out
2901         of the nested event loop there.  This gets rid of all Capture
2902         code, at the expense of the Msg special casing.  Seems to work,
2903         though, and fixes bug #79743.
2904
2905 2006-10-27  Rolf Bjarne Kvinge <RKvinge@novell.com>
2906         * Control.cs: SetIsRecreating now recreates implicitly added
2907         child controls as well. Finally fixes #79629. The flag passed to 
2908         SetIsRecreating has also been removed since it wasn't used.
2909         
2910 2006-10-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2911
2912         * PageSetupDialog.cs: Clean some code, fix some bits, 
2913         add some checks, and add a printer sub-dialog.
2914
2915 2006-10-26  Chris Toshok  <toshok@ximian.com>
2916
2917         * PropertyGrid.cs: make set_SelectedObject call
2918         set_SelectedObjects, and move the duplicate logic to the
2919         SelectedObjects setter.  Also, raise SelectedObjectsChanged.
2920
2921         * PropertyGridView.cs: hide the textbox when we get a
2922         SelectedObjectsChanged event.
2923
2924         Fixes bug #79748.
2925
2926 2006-10-26  Chris Toshok  <toshok@ximian.com>
2927
2928         * PropertyGridView.cs: deal with the type converter not supporting
2929         GetStandardValues() or GetStandardValues() returning null, which
2930         is does in the default case.  Fixes #79742.
2931
2932 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
2933
2934         * CheckedListBox.cs: nunit no longer crashes when selecting 
2935         Project/Edit menu option
2936         
2937 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
2938
2939         * MenuAPI.cs: prevent ExecFocusedItem from blowing up if there
2940         is no menu selected. fixes #79739
2941
2942 2006-10-25  Chris Toshok  <toshok@ximian.com>
2943
2944         * PropertyGridView.cs: factor out the splitter invalidation code
2945         into the SplitterPercent setter, and for kicks implement the
2946         Ctrl-Left/Ctrl-Right handling that moves the splitter by a small
2947         amount in either direction.
2948
2949 2006-10-25  Chris Toshok  <toshok@ximian.com>
2950
2951         * PropertyGridView.cs: do some cleanup of the brush used to draw
2952         text - read only fields should be grayed out.  not sure how to do
2953         this with the textbox, though.  but the textbox's should also be
2954         readonly now at least.  Also, hide/show the textbox when resizing
2955         the control.
2956         
2957         * CursorConverter.cs: use System.Reflection when getting the
2958         properties of Cursors, as TypeDescriptor.GetProperties isn't
2959         returning static properties.
2960
2961 2006-10-25  Chris Toshok  <toshok@ximian.com>
2962
2963         * PropertyGridView.cs: factor out the up/down handling, and reuse
2964         it for page up/down.  also add End/Home support.
2965
2966 2006-10-25  Chris Toshok  <toshok@ximian.com>
2967
2968         * PropertyGridView.cs:
2969
2970         - ensure the selected grid item is visible in the scrolled area,
2971         fixes bug #79572.
2972
2973         - fix Keys.Down handling when you're on the last item in the
2974         propertygrid.
2975
2976 2006-10-25  Mike Kestner  <mkestner@novell.com>
2977
2978         * MenuAPI.cs : set the ActiveTracker for MainMenu non-popup 
2979         clicks too.  Fixes #79725.
2980
2981 2006-10-24  Chris Toshok  <toshok@ximian.com>
2982
2983         * PropertyGrid.cs: use property.Converter instead of
2984         TypeDescriptor.GetConverter(property.PropertyType), so we catch
2985         TypeConverters declared on the property as well as on the
2986         PropertyType.  Fixes bug #79678.
2987
2988 2006-10-24  Alexander Olk  <alex.olk@googlemail.com>
2989
2990         * MimeIcon.cs, Mime.cs:
2991           Fallback to the default platform handler if no shared mime info
2992           stuff exists (fixes #79693).
2993
2994 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
2995         * ContainerControl.cs: Incorrect contains check in ActiveControl 
2996         from previous fix (duh).
2997
2998 2006-10-20  Chris Toshok  <toshok@ximian.com>
2999
3000         * PropertyGridView.cs: the dropdown should be MIN(number of items
3001         in list, 15).  Fixes #79551.
3002
3003 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
3004         Fixes #79384, #79394, #79652, #79667
3005         * Application.cs: 
3006         
3007         - Modal windows are now destroyed in the proper order for windows
3008         
3009         * ContainerControl.cs:
3010         
3011         - ActiveControl setter has more conditions on when to return:
3012                 - if we're reselecting the active control, but it actually
3013                 didn't have focus (window hidden or some such), it runs
3014                 - if the active control being selected doesn't actually 
3015                 exist in the container, it returns
3016         
3017         * Form.cs
3018         
3019         - The ShowDialog now gets the current form as the owner when
3020         invoking without parameters, and correctly activates the owner 
3021         when returning
3022         
3023         * MessageBox.cs
3024         
3025         - MessageBox now catches the Escape key to exit
3026
3027 2006-10-20  Chris Toshok  <toshok@ximian.com>
3028
3029         * PropertyGridView.cs: fix a number of issues (bug #78565, and
3030         most of bug #79676):
3031
3032         - you can navigate around the property grid with the arrow keys.
3033
3034         - the dropdown is sized properly when the pg has a vertical
3035         scrollbar.
3036
3037         - fix the indentation for subentries, and properly select the
3038         entire label rect.
3039
3040         - fix the gray bar's drawing (only draw it to the last element,
3041         not for the height of the control.  Also make sure we draw that
3042         last horizontal grid line.
3043
3044         - use the same mechanism the datagrid uses wrt the editing textbox
3045         when scrolling/resizing/etc.  Namely, we hide it first, do the
3046         operation, then show it again (if it's still visible).
3047         
3048         - aggressively remove a lot of unnecessary refreshes (and also
3049         calls to Invalidate(). call more limited variants, and only redraw
3050         what we need.)
3051         
3052         * PropertyGrid.cs:
3053
3054         - when we're populating the merged collection, fill in the UI
3055         parent with either the passed in item, or the category item we
3056         create.
3057
3058         - remove the Refresh call from the BorderHelpControl.OnSizeChanged.
3059
3060         * GridItem.cs: drop some fully qualified names.
3061         
3062         * GridEntry.cs: add a "UIParent", which is basically the parent
3063         treenode.
3064
3065         * GridItemCollection.cs: add an IndexOf method.
3066
3067 2006-10-20  Mike Kestner  <mkestner@novell.com>
3068
3069         * MainMenu.cs : go back to Draw in OnMenuChanged.  Until we get
3070         a working win32 NC invalidation mechanism, we can't invalidate
3071         menus.  [Fixes #79705]
3072
3073 2006-10-20  Mike Kestner  <mkestner@novell.com>
3074
3075         * ListBox.cs : don't update the VScrollbar if the list is empty,
3076         just hide it.  [Fixes #79692]
3077
3078 2006-10-20  Jackson Harper  <jackson@ximian.com>
3079
3080         * RichTextBox.cs: Handle some special chars better, and don't skip
3081         the entire group when we encounter a special char that we don't
3082         handle correctly.
3083
3084 2006-10-18  Chris Toshok  <toshok@ximian.com>
3085
3086         * PropertyGridView.cs: address a number of issues from bug #79676,
3087         mostly of the cosmetic variety.
3088
3089         - The highlight rectangle for indented items not extends all the
3090         way to the left.
3091
3092         - Indented items aren't indented so much.
3093
3094         - the dropdown is properly sized width-wise if the pg has a
3095         vertical scrollbar.
3096
3097 2006-10-18  Chris Toshok  <toshok@ximian.com>
3098
3099         * XplatUIX11.cs (SystrayAdd): a rather convoluted change, but the
3100         systray stuff is rather convoluted to begin with.
3101
3102         systray icons are a single window for some reason (that I haven't
3103         figured out yet), and for them, client_window == whole_window.
3104         Given the way the tests are structured elsewhere to determine
3105         which paints are pending (client vs. nc), that situation will
3106         always yield PAINT, not NCPAINT.  So, if we have a pending
3107         nc_expose and no pending expose, remove the hwnd from the paint
3108         queue, and also set nc_expose_pending to false, to keep us from
3109         blocking further expose's adding the hwnd to the paint queue.
3110
3111         phew.  like i said, a rather convoluted change.  Fixes the
3112         notifyicon repaint issues in bug #79645.
3113
3114 2006-10-18  Chris Toshok  <toshok@ximian.com>
3115
3116         * Form.cs: when getting the backcolor of the form, don't get
3117         base.BackColor, as this allows parents to influence the background
3118         color.  This breaks mdi forms.  Instead, if the background_color
3119         is empty, return the default.
3120
3121 2006-10-18  Chris Toshok  <toshok@ximian.com>
3122
3123         * XplatUIX11.cs: change some debug ifdefs, and return XGetParent
3124         to being private instead of internal static.
3125
3126         * Control.cs: remove all the stupid ParentWaitingOnRecreation
3127         crap, it wasn't working for more deeply nested controls anyway,
3128         and we already have the is_recreating flag - use that instead.
3129         Before calling DestroyHandle in RecreateHandle, recurse through
3130         the control tree setting it to true.  this returns the recreate
3131         code to much of its original simplicity, while now guaranteeing we
3132         actually recreate everything we're supposed to.  This change gets
3133         fyireporting actually showing mdi children.
3134
3135 2006-10-17  Chris Toshok  <toshok@ximian.com>
3136
3137         * Form.cs: remove some debug spew, and collapse some duplicate
3138         code at the end of SetClientSizeCore.
3139
3140         * XplatUIX11.cs: 
3141         - add some more debug spew here too wrt Destroy handling.
3142         - don't call hwnd.Dispose in DestroyWindow, it's effectively done
3143         in Control's handling of WM_DESTROY.
3144         - Remove the handling of zombie window DestroyNotifies from the
3145         event loop - we don't need it.  Now the only DestroyNotifies we
3146         actually handle are ones generated by X.
3147         - When sending _NET_ACTIVE_WINDOW, the first param should be 1, to
3148         match gtk's (functioning) handling of this. This keep metacity
3149         from leaving droppings in the form of wm borders with no window
3150         contents all over the place.
3151
3152         * Control.cs:
3153         - add a bunch of debug spew wrt control recreation.
3154         - fix a bug where we weren't tracking Visible properly on
3155         recreated hwnds.
3156         - fixed the WM_PAINT double buffer handling to support re-entrant
3157         calls (yes, i know it's gross, but it's happening to us).
3158
3159 2006-10-17  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
3160         * ThemeWin32Classic.cs: changed drawing of selected days
3161         to make them look better.
3162
3163 2006-10-16  Chris Toshok  <toshok@ximian.com>
3164
3165         * Hwnd.cs: replace the user_data/client_dc/non_client_dc with
3166         drawing_stack.  Nuke the ClientDC/NonClientDC properties.
3167
3168         * XplatUIX11.cs: move away from using hwnd.client_dc and
3169         hwnd.non_client_dc and on to a stack of dc's (and in window's
3170         case, PAINTSTRUCT's), so we can deal with nested Paint calls
3171         without puking or not disposing of Graphics objects.
3172
3173         * XplatUIOSX.cs: same.
3174
3175         * XplatUIWin32.cs: same.
3176
3177 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
3178
3179         * FileDialog.cs: Don't call on_directory_changed inside
3180           OnSelectedIndexChanged (it changes the SelectedIndex too).
3181           Instead move it to OnSelectionChangeCommitted.
3182
3183 2006-10-13  Chris Toshok  <toshok@ximian.com>
3184
3185         * XplatUIX11.cs: more Destroy work.  the current code does the
3186         following things, in order:
3187
3188         1. Enumerates all handles of all controls at or below the one
3189         being destroyed, in pre-order.  As it is doing this, it marks the
3190         handles as zombie and clears all references to them.
3191         
3192         2. calls XDestroyWindow on the window passed in.
3193
3194         3. SendMessage's WM_DESTROY to all he handles in the accumulated
3195         list.
3196
3197 2006-10-13  Chris Toshok  <toshok@ximian.com>
3198
3199         * XplatUIX11.cs: set hwnd.zombie to true before calling
3200         SendMessage (WM_DESTROY).  this keeps us from marking the new
3201         window a zombie, and also keeps us from calling sendmessage at
3202         all.
3203
3204 2006-10-13  Jackson Harper  <jackson@ximian.com>
3205
3206         * TextControl.cs: Do not show the caret and selection at the same
3207         time.  Reduces ugliness by 35%.
3208
3209 2006-10-13  Chris Toshok  <toshok@ximian.com>
3210
3211         * XplatUIX11.cs (SendWMDestroyMessages): set the hwnd to be a
3212         zombie after we do the recursive call, so we actually do call
3213         SendMessage on the children controls.
3214         (GetMessage): if we find a pending paint event for a zombie hwnd,
3215         remove the hwnd from the paint queue, or else it will always be
3216         there (and we'll effectively loop infinitely)
3217
3218 2006-10-13  Mike Kestner  <mkestner@novell.com>
3219
3220         * MenuItem.cs : add Selected format under keynav too.
3221         Fixes #79528.
3222
3223 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
3224
3225         * PropertyGrid.cs: Fixed some NRE's and small difference between our
3226         implementation and that of MS.
3227
3228 2006-10-13  Chris Toshok  <toshok@ximian.com>
3229
3230         * Control.cs (OnInvalidated) only futz with the invalid_region if
3231         the control is double buffered.  this fixes the apparent hang in
3232         the ListView unit tests.  Someone needs to make the
3233         BeginEndUpdateTest not call OnInvalidated 15004 times, though..
3234
3235 2006-10-13  Chris Toshok  <toshok@ximian.com>
3236
3237         * PropertyGridView.cs:
3238
3239         - do a little refactoring so that only one place calls
3240         dropdown_form.Hide, and that is CloseDropDown.  make everywhere
3241         else call that.  Also make it Refresh, since there are redraw bugs
3242         otherwise (we should take a look at that...)
3243
3244         - do a little more refactoring work to share the body of code
3245         involved with the drop down.  it was duplicated in the code
3246         dealing with the listbox handling and in the code dealing with the
3247         UITypeEditors.
3248
3249         - add a Capture to the dropdown form's control once it's
3250         displayed, and add a MouseDown handler that checks to make sure
3251         the position is inside the control.  If it's not, close the
3252         dropdown.  This fixes #78190.
3253
3254         - in SetPropertyValueFromUITypeEditor, only call SetPropertyValue
3255         if the value is different than the initial value.
3256         
3257 2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>
3258
3259         * Control.cs: see #78650
3260         - Fixed GetNextControl for several cases:
3261                 - Changed FindFlatForward to return 
3262                 correct sibling control when more than one
3263                 control has same TabIndex as the currently 
3264                 focused one.
3265                 - Changed FindFlatBackward to loop children
3266                 from last to first and apply same logic as in
3267                 FindFlatForward
3268                 - Changed FindControlForward to search for
3269                 children when control is not a container
3270                 but has children, or search for siblings if
3271                 control is a container...
3272                 - Changed FindControlBackward   to continue
3273                 searching for child controls when hitting 
3274                 Panel-like parents
3275                 
3276         - Fixed Focus method to update ActiveControl
3277         (FocusTest.FocusSetsActive failure)
3278         
3279         * TabControl.cs:
3280         - Focus rectangle now refreshes when gaining
3281         or losing focus
3282         - Removed grab for Tab key on IsInputKey that 
3283         was keeping tab navigation from working (#78650)
3284
3285 2006-10-13  Chris Toshok  <toshok@ximian.com>
3286
3287         * PropertyGridView.cs:
3288         - Rewrite SetPropertyValue to loop over SelectedGridItem's
3289         SelectedObjects.
3290
3291         - Deal with GridItem.Value == null a few places.
3292
3293         * PropertyGrid.cs: 
3294         - replace the PopulateGridItemCollection with a pair of methods
3295         which compute the intersection of all the properties in the
3296         SelectedObjects array.  Fixes #79615.
3297
3298         - Throw ArgumentException from set_SelectedObjects if there's a
3299         null in the array.
3300
3301         - Add GetTarget method which can be used to traverse up the
3302         GridItem.Parent chain.  It depends on the assumption that
3303         selected_objects for different GridEntries are always in the same
3304         order (a safe assumption).  Use this method and loop over all the
3305         selected objects in the entry when calling RemoveValueChanged and
3306         AddValueChanged.
3307         
3308         * GridEntry.cs: Make this handle multiple selected objects.
3309         .Value returns null if not all the selected objects share the same
3310         value.
3311
3312 2006-10-12  Jonathan Pobst  <monkey@jpobst.com>
3313         * ToolStrip.cs, ToolStripButton.cs, ToolStripComboBox.cs,
3314           ToolStripControlHost.cs, ToolStripItem.cs, ToolStripLabel.cs,
3315           ToolStripProfessionalRenderer.cs, ToolStripProgressBar.cs,
3316           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs,
3317           ToolStripTextBox.cs: Add accessibility, fix attributes/API and
3318         add additional functionality.
3319
3320 2006-10-12  Mike Kestner  <mkestner@novell.com>
3321
3322         * ErrorProvider.cs : new ToolTipWindow ctor sig.
3323         * HelpProvider.cs : new ToolTipWindow ctor sig.
3324         * ToolTip.cs : remove ToolTip param from Window sig since it is
3325         not used.
3326         * ToolBar.cs : add tooltip support.  Fixes #79565.
3327
3328 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
3329
3330         * ComboBox.cs: move the events in set_SelectedIndex to 
3331         after the call to HighlightIndex in order to avoid 
3332         possible recursion and subsequent problems with the call
3333         to HighlightIndex and include a range check in 
3334         set_HighlightIndex. Fixes #79588
3335         
3336 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
3337
3338         * MonthCalendar.cs: When FirstDayOfWeek is default set firstday 
3339         to ui thread's settings instead of sunday. 
3340         * ThemeWin32Classic.cs: Localize the day string. Fixes #79563
3341
3342 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
3343
3344         * DateTimePicker.cs
3345         * MonthCalendar.cs
3346         * ThemeWin32Classic.cs: rewrote DateTimePicker to fix bug #78364
3347         and implement missing functionality (selecting different parts 
3348         of the date and edit them individually with the keyboard).
3349         
3350 2006-10-11  Chris Toshok  <toshok@ximian.com>
3351
3352         * Control.cs (OnInvalidated): fix NRE relating to last change.
3353
3354 2006-10-11  Chris Toshok  <toshok@ximian.com>
3355
3356         * XplatUIX11.cs (SetWMStyles): make sure we include the MAXIMIZED
3357         atoms in _NET_WM_STATE here if the window is maximized.  We need
3358         to do this because we're *replacing* the existing _NET_WM_STATE
3359         property, so those atoms will be lost otherwise, and any further
3360         call to GetWindowState will return Normal for a window which is
3361         actually maximized.  Fixes #79338.
3362
3363 2006-10-11  Jackson Harper  <jackson@ximian.com>
3364
3365         * TextControl.cs: Special case for setting selection end to
3366         selection start, we basically kill the anchor.
3367         - some todo comments.
3368
3369 2006-10-11  Chris Toshok  <toshok@ximian.com>
3370
3371         * Control.cs: switch to using an "invalid_region" to track which
3372         parts of the image buffer need updating.  This is more code than
3373         the simple fix from r66532.  That version just attempted to always
3374         fill the entire buffer on redraw, which turns out to be
3375         inefficient when invalidating small rectangles.  This version
3376         simply adds the invalid rectangle to the invalid region.  When we
3377         get any WM_PAINT message we see if it can be filled using the
3378         image buffer, and if it can't (if the paint event's clip rectangle
3379         is visible in the invalid region) we first fill the image buffer.
3380         So, the image buffer is still a cache, we just fill it lazily.
3381
3382         * PaintEventArgs.cs: remove the SetClipRectangle method, we don't
3383         need it any longer.
3384
3385 2006-10-11  Chris Toshok  <toshok@ximian.com>
3386
3387         * XplatUIX11.cs (SetWindowPos): we need to update both position as
3388         well as size after calling XMoveResizeWindow.  This keeps us from
3389         ignoring future SetWindowPos calls.  Fixes the disappearing
3390         DateTimePicker in the ToolBarDockExample from bug #72499.
3391
3392 2006-10-11  Chris Toshok  <toshok@ximian.com>
3393
3394         * TextBoxBase.cs: reorder things a bit when it comes to
3395         resizing-causing-recalculation.  we were recalculating the
3396         document when our position was changed, which shouldn't happen.
3397         We only care about size changes.  Clear up some more redundant
3398         recalculation calls while I'm at it.  This makes the toolbar dock
3399         example snappy when you're just dragging toolbars around (since it
3400         causes a relayout whenever you move one.)
3401
3402 2006-10-11  Chris Toshok  <toshok@ximian.com>
3403
3404         * ToolBarButton.cs (get_Rectangle): this only returns
3405         Rectangle.Empty if Visible == false, or Parent == null.
3406         Parent.Visible doesn't matter.
3407
3408 2006-10-10  Chris Toshok  <toshok@ximian.com>
3409
3410         * Control.cs, PaintEventArgs.cs: "internal set { .. }" isn't loved
3411         by .net 1.1, so switch to an internal method instead.
3412
3413 2006-10-10  Chris Toshok  <toshok@ximian.com>
3414
3415         * Control.cs (WM_PAINT): when a control is double buffered we draw
3416         initially to the ImageBuffer and then copy from there.  But when a
3417         parent control which has child controls is double buffered, the
3418         initial drawing doesn't encompass the entire ClientRectangle of
3419         the parent control, so we end up with uninitialized bits (this is
3420         easily seen by dragging the top toolbar in
3421         wf-apps/ToolBarDockExample to the right, quickly).  The fix is to
3422         manually set the ClipRectangle of the paint_event (only the one we
3423         use to populate the ImageBuffer) to ClientRectangle.  Fixes more
3424         of the nastiness in bug #72499.
3425
3426         * PaintEventArgs.cs: Add an internal setter for ClipRectangle,
3427         which we use in Control.cs's WM_PAINT handling.
3428
3429 2006-10-10  Jackson Harper  <jackson@ximian.com>
3430
3431         * TextBoxBase.cs: Finish off the autoscrolling stuff.
3432
3433 2006-10-10  Chris Toshok  <toshok@ximian.com>
3434
3435         * Cursor.cs: Apply a slightly different patch to the one suggested
3436         in #79609.
3437
3438 2006-10-10  Jackson Harper  <jackson@ximian.com>
3439
3440         * MenuItem.cs: Make sure to put the mdi child in the hashtable,
3441         not the parent form.
3442         * TextControl.cs: use difference in old line count vs new count to
3443         calculate how many lines were added, this takes into account soft
3444         line breaks properly.
3445
3446 2006-10-10  Chris Toshok  <toshok@ximian.com>
3447
3448         * LinkLabel.cs: don't call MeasureCharacterRanges against a
3449         rectangle located at 0,0 and the size of the text.  Use
3450         ClientRectangle instead.  This fixes rendering of non-left aligned
3451         link labels.
3452
3453 2006-10-10  Jackson Harper  <jackson@ximian.com>
3454
3455         * TextBoxBase.cs: When we set the selection start position the
3456         caret.
3457         * TextControl.cs: Need to update the caret when we decrement it to
3458         zero.
3459         - Make sure that the selection_visible flag gets reset to false if
3460         the selection isn't visible.  Before this you could get it set to
3461         visible by changing the selection start, then changing the end to
3462         equal the start.
3463
3464 2006-10-09  Jackson Harper  <jackson@ximian.com>
3465
3466         * TreeView.cs: Don't update scrollbars when we aren't visible.
3467         * TreeNodeCollection.cs: Only need to update scrollbars if being
3468         added to an expanded visible node or the root node.
3469
3470 2006-10-09  Chris Toshok  <toshok@ximian.com>
3471
3472         * XplatUIX11.cs (SendMessage): fix NRE.
3473
3474 2006-10-09  Jackson Harper  <jackson@ximian.com>
3475
3476         * TextBoxBase.cs: Implement horizontal autoscrolling.
3477         * TextControl.cs: Add a movement types that allows moving forward
3478         and backwards without wrapping.
3479
3480 2006-10-09  Mike Kestner  <mkestner@novell.com>
3481
3482         * ListViewItem.cs : layout changes for wrapped LargeIcon labels
3483         with focus "expansion" of labels.  Fixes #79532 and then some.
3484         * ThemeWin32Classic.cs : add LineLimit to ListView label format
3485         when wrapping.
3486
3487 2006-10-09  Jackson Harper  <jackson@ximian.com>
3488
3489         * TextBoxBase.cs: Set the default max values to MaxValue since
3490         we use the scrollbar for autoscrolling and the default value is
3491         100.  If we don't do this the caret won't keep up with typing
3492         after about 18 characters.
3493         * TextControl.cs: Make sure the selection is offset by the
3494         viewport x.  This fixes selection when using auto scrolling.
3495
3496 2006-10-07  Andreia Gaita <shana.ufie@gmail.com>
3497         
3498         * Form.cs: The active control should be selected after the 
3499         OnLoad so that any child control initialization that affects
3500         the selection is done. Fixes #79406
3501
3502 2006-10-06  Chris Toshok  <toshok@ximian.com>
3503
3504         * XplatUIX11.cs: This is perhaps a dangerous change, but it seems
3505         to have no evil effects.
3506
3507         - Stop selecting StructureNotifyMask on non-toplevel windows.
3508
3509           The only way children should be resized is by using the SWF api,
3510           and we already send WM_WINDOWPOSCHANGED messages in those cases.
3511           Toplevel windows can be interacted with via the window manager,
3512           and so we keep the input mask there.
3513
3514           The other event StructureNotifyMask gives us (that we care
3515           about) is DestroyNotify.  The code is already structured such
3516           that it assumes we won't be getting a DestroyNotify event for
3517           the window we pass to XDestroyWindow (which is what
3518           StructureNotifyMask is supposed to guarantee.)  So, that code
3519           shouldn't be affected by this either.
3520
3521         - Stop selecting VisibilityChangeMask altogether.
3522
3523           We weren't doing anything with the resulting events anyway.
3524         
3525         This vastly reduces the number of X requests and events we see
3526         when resizing/laying out a large ui.
3527
3528 2006-10-06  Chris Toshok  <toshok@ximian.com>
3529
3530         * ScrollableControl.cs (DisplayRectangle): we need to take into
3531         account the DockPadding regardless of whether or not auto_scroll
3532         == true.  rework this slightly to this effect, and fix bug #79606,
3533         and part of #72499 (you can now see the drag handles and drag
3534         toolbars around).
3535
3536 2006-10-06  Gert Driesen  <drieseng@users.souceforge.net>
3537
3538         * ListViewItem.cs: Collections of selected and checked items are now
3539         dynamically rebuilt. Whenever an item is (un)checked or (de)selected
3540         we mark the collection "dirty".
3541         * ListView.cs: Marked collections readonly. Modified UpdateSelection
3542         to only clear SelectedItems when a new item is selected and MultiSelect
3543         is enabled. CheckedItems and SelectedItems now subscribe to Changed
3544         event of ListViewItemCollection, and mark its list dirty whenever
3545         that event is fire. This allows us to return selected/checked items 
3546         in the same order as they are in the Items collection. This matches
3547         the MS behavior.
3548
3549 2006-10-06  Chris Toshok  <toshok@ximian.com>
3550
3551         * NotifyIcon.cs (HandleMouseUp): only show the context menu on
3552         right mouse clicks.  Fixes bug #79593.
3553
3554 2006-10-06  Chris Toshok  <toshok@ximian.com>
3555
3556         * Splitter.cs: doh, fix splitters that don't want to cancel the
3557         movement when you drag them.  Also, impose the limits on the
3558         values we send to the SplitterMovingEvent.  Fixes #79598.
3559
3560 2006-10-06  Jackson Harper  <jackson@ximian.com>
3561
3562         * TextBoxBase.cs: Ignore whether or not the scrollbar is enabled,
3563         since we use this for auto scrolling also.
3564
3565 2006-10-05  Chris Toshok  <toshok@ximian.com>
3566
3567         * DataGridBoolColumn.cs: Nuke the code from ConcedeFocus.  I'm
3568         beginning to think that most datagrid column types don't need this
3569         method.  Fixes bug #79392.
3570
3571 2006-10-05  Chris Toshok  <toshok@ximian.com>
3572
3573         * DataGrid.cs: move back to a more lazy scheme for creating the
3574         CurrencyManager, so we aren't updating it every time you set
3575         either DataSource or DataMember.  Also, don't call
3576         RecreateDataGridRows if the currency manager hasn't changed.
3577
3578 2006-10-05  Chris Toshok  <toshok@ximian.com>
3579
3580         * ComboBox.cs: by the time the OnSelectionChangeCommitted event is
3581         emitted, SelectedIndex should already be updated.  Fixes bug
3582         #78929.
3583
3584 2006-10-05  Jonathan Pobst  <monkey@jpobst.com>
3585
3586         * ToolStripComboBox.cs, ToolStripControlHost.cs, ToolStripProgressBar,
3587           ToolStripTextBox.cs: Initial commit.
3588         * ToolStripItem.cs: Fixes for OnLayout, BackColor, Parent.
3589
3590 2006-10-05  Jackson Harper  <jackson@ximian.com>
3591
3592         * TabControl.cs: We need to invalidate the tab control area when
3593         new ones are added (duh).
3594
3595 2006-10-03  Chris Toshok  <toshok@ximian.com>
3596
3597         * Form.cs (ProcessDialogKey): if the focused control is in this
3598         form and is a button, call its PerformClick method here.  Fixes
3599         #79534.
3600
3601 2006-10-04  Jackson Harper  <jackson@ximian.com>
3602
3603         * TabPage.cs: Ignore setting of Visible, and add an internal
3604         method for setting the controls visibility.  TabPage's Visible
3605         property is a little strange on MS, this seems to make us
3606         compatible, and fixes cases where people set all the tab pages to
3607         visible.
3608         * TabControl.cs: Use the new internal setting on tab pages
3609         visibility.
3610
3611 2006-10-03  Mike Kestner  <mkestner@novell.com>
3612
3613         * ComboBox.cs : raise Click on ComboTextBox clicks. Fixes #79555.
3614
3615 2006-10-03  Mike Kestner  <mkestner@novell.com>
3616
3617         * ListView.cs : use is_visible instead of Visible to check if 
3618         scrollbars should be placed/sized.  Also some max_wrap_width
3619         love for LargeIcon view.  [Fixes #79533]
3620
3621 2006-10-03  Atsushi Enomoto  <atsushi@ximian.com>
3622
3623         * TextControl.cs :
3624           Make set_TextAlign() do actually update the align. Fixed #78403.
3625
3626 2006-10-03  Chris Toshok  <toshok@ximian.com>
3627
3628         * DataGrid.cs: fix a crash when switching datasources if the
3629         vertical scrollbar is at someplace other than Value = 0.  Also,
3630         reduce the number of recalculation passes we do in SetDataSource
3631         from 2 to 1.
3632
3633 2006-10-03  Jackson Harper  <jackson@ximian.com>
3634
3635         * TextBoxBase.cs: Move the if value the same bail check up, we
3636         don't want to empty the document if it is already empty, this
3637         seems to severly mess up the caret.  TODO: I should probably fix
3638         the empty statement to update teh caret somehow.
3639
3640 2006-10-03  Chris Toshok  <toshok@ximian.com>
3641
3642         * ThemeWin32Classic.cs, DataGrid.cs: some changes so that the
3643         incredibly hacky Windows.Forms FAQ autosize rows entry (it uses
3644         reflection, an internal row type, properties on said type, etc.)
3645         will work with our datagrid.  Fixes #79531.
3646
3647 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
3648
3649         * FileDialog.cs: Don't crash if a path is not accessible
3650           (System.UnauthorizedAccessException). Fixes #79569.
3651         * MimeIcon.cs: Workaround for a Uri bug. Unix paths/files can have
3652           a ':' too. Return unknown icon for those paths/files.
3653
3654 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com>
3655
3656         * ToolTip.cs: Fix rare, but possible, NRE on MouseEnter when 
3657         GetContainerControl returns null.
3658
3659 2006-10-02  Chris Toshok  <toshok@ximian.com>
3660
3661         * XplatUIX11.cs (GetWindowState): use hwnd.client_window in the
3662         call to XGetWindowAttributes instead of "handle".  fixes an X
3663         error using notifyicon after the NotifyIconWindow to Form base
3664         class switch.
3665
3666 2006-10-02  Chris Toshok  <toshok@ximian.com>
3667
3668         * XplatUIX11.cs (QueryPointer): new function, encapsulating the
3669         server grab and looping we need to do to get down to the most
3670         deeply nested child window.
3671         (SetCursorPos): use QueryPointer instead of GetCursorPos, and call
3672         QueryPointer again after the WarpPointer so we can generate a
3673         proper (fake) MotionNotify event to be enqueued in the destination
3674         window's queue.
3675         (GetCursorPos): call QueryPointer.
3676
3677         Fixes #79556.
3678
3679 2006-10-02  Jackson Harper  <jackson@ximian.com>
3680
3681         * NotifyIcon.cs: Derive the notify icon from a form, so things
3682         like FindForm work on it.
3683         - Swallow the WM_CONTEXTMENU message, since that is generated on
3684         mouse down, and context menu is a mouse up kinda guy.  I believe
3685         the correct fix here is probably to make the notify icon entirely
3686         NC area, but this seems to work fine for anyone not manipulating
3687         WndProc.
3688
3689 2006-10-02  Jonathan Pobst  <monkey@jpobst.com>
3690
3691         * ToolStrip.cs, ToolStripButton.cs, ToolStripItem.cs,
3692           ToolStripItemCollection.cs, ToolStripLabel.cs,
3693           ToolStripProfessionalRenderer.cs, ToolStripRenderer.cs,
3694           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs:
3695           Initial implementation.
3696         * TextRenderer.cs: Provide padding to MeasureText.
3697
3698 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
3699
3700         * ButtonBase.cs: Fix CreateAccessibilityInstance to return an instance
3701         of ButtonBaseAccessibleObject. Fix bug #79552.
3702
3703 2006-10-02  Jackson Harper  <jackson@ximian.com>
3704
3705         * MdiWindowManager.cs: When maximizing use the containers client
3706         rect, not it's bounds, so nc area is accounted correctly.
3707         - Use the parent form's size for the menu position, since the
3708         client isn't always the full form size.
3709
3710 2006-10-01  Chris Toshok  <toshok@ximian.com>
3711
3712         * ScrollableControl.cs: make sure neither right_edge or
3713         bottom_edge are < 0, since they're used as LargeChange for the
3714         horiz/vert scrollbars respectively.  Fixes #79539.
3715
3716 2006-10-01  Chris Toshok  <toshok@ximian.com>
3717
3718         * NotifyIcon.cs: add NotifyIconWindow.InternalRecreateHandle, so
3719         the xplatuix11 code can cause us to destroy/recreate our handle.
3720
3721         * XplatUIX11.cs
3722         (SystrayAdd):
3723         - this code can be invoked many times for the same Hwnd.  Make
3724           sure we only destroy the client window once (the first time this
3725           method is called).  This fixes bug #79544.
3726         - Remove the call to the improperly bound XSync.  why we had two
3727           bindings to this, I will never know, but this call resulted in
3728           events being discarded from the queue(!).
3729         - correct a misunderstanding of _XEMBED_INFO - the second atom is
3730           not our current state but the state we wish to be in.  So, 0 if
3731           we don't want to be mapped.  Change it to 1.
3732         (SystrayRemove): The XEMBED spec makes mention of the fact that
3733         gtk doesn't support the reparent of client windows away from the
3734         embedder.  Looking at gtksocket-x11.c seems to agree with this.
3735         The only avenue we have for removing systray icons is to destroy
3736         them.  We don't want the handle to go away for good, though, so
3737         call InternalRecreateHandle on the NotifyIconWindow.  Fixes
3738         #79545.
3739         
3740 2006-10-01  Chris Toshok  <toshok@ximian.com>
3741
3742         * Form.cs (WndProc): inline the native_enabled variable usage into
3743         the cases in which it's used.  Fixes #79536.
3744
3745 2006-09-29  Mike Kestner  <mkestner@novell.com>
3746
3747         * ListView.cs : toggle the selection state for ctrl clicks in 
3748         multiselect mode. [Fixes #79417]
3749
3750 2006-09-29  Mike Kestner  <mkestner@novell.com>
3751
3752         * ListView.cs : kill CanMultiSelect and refactor the selection
3753         code to support multiselection in the absence of mod keys. Steal
3754         arrow/home/end keys by overriding InternalPreProcessMessage to
3755         restore regressed keynav behavior.
3756         [Fixes #79416]
3757
3758 2006-09-29  Jackson Harper  <jackson@ximian.com>
3759
3760         * MdiClient.cs: Repaint the titlebars when the active window is
3761         changed.
3762
3763 2006-09-29  Chris Toshok  <toshok@ximian.com>
3764
3765         * Application.cs: when entering a runloop with a modal, make sure
3766         the hwnd is enabled.  Fixes #79480.
3767
3768 2006-09-29  Chris Toshok  <toshok@ximian.com>
3769
3770         * DataGrid.cs (CurrentCell): if we try to navigate to the add row
3771         when ListManager.CanAddRows == false, bump us back one.
3772
3773         * DataGridColumnStyle.cs (ParentReadOnly): remove the
3774         listmanager.CanAddRows check.  This makes ArrayLists uneditable
3775         using a datagrid, which is not right.
3776         (SetColumnValueAtRow): call IEditable.BeginEdit if source[rowNum]
3777         is an IEditable, but call property_descriptor.SetValue regardless.
3778         fixes #79435.
3779
3780 2006-09-29  Chris Toshok  <toshok@ximian.com>
3781
3782         * DataGridBoolColumn.cs: we need to test equality in the face of
3783         possible null values (as is the case with the default NullValue).
3784         This patch keeps us from crashing in that case.
3785
3786 2006-09-29  Jackson Harper  <jackson@ximian.com>
3787
3788         * TreeNodeCollection.cs: Don't do a recalculate/updatescrollbars
3789         here, since it will get called for every node collection in the
3790         tree. This is now done in the treeview once the sorting is
3791         finished.
3792         * TreeView.cs: Recalculate the visible order, and update the
3793         scrollbars after sorting, set the top nope to the root so that the
3794         recalc actually works.
3795
3796 2006-09-29  Chris Toshok  <toshok@ximian.com>
3797
3798         * LinkLabel.cs: more handling of the default link collection in
3799         the face of LinkArea manipulation.  The default link collection
3800         contains 1 element (start=0,length=-1).  If the user sets LinkArea
3801         to anything and the links collection is the default, clear it.
3802         Then only add the link if its nonempty.  Fixes #79518.
3803
3804 2006-09-29  Chris Toshok  <toshok@ximian.com>
3805
3806         * LinkLabel.cs (CreatePiecesFromText): calculate the length of a
3807         piece correctly when we hit a '\n'.  Fixes #79517.
3808
3809 2006-09-29  Chris Toshok  <toshok@ximian.com>
3810
3811         * MimeIcon.cs, ThemeGtk.cs, X11DesktopColors.cs, XplatUIX11GTK.cs:
3812         change the binding of gdk_init_check to take two IntPtr's, and
3813         pass IntPtr.Zero for both of them.  Fixes #79520.
3814
3815 2006-09-29  Mike Kestner  <mkestner@novell.com>
3816
3817         * ComboBox.cs : raise TextChanged on ComboTextBox.TextChanged.
3818         [Fixes #78779]
3819
3820 2006-09-28  Jackson Harper  <jackson@ximian.com>
3821
3822         * XplatUIX11.cs: When translating NC messages make sure we go from
3823         whole window to screen, not client window to screen.
3824         * MdiClient.cs: Remove the calls to PaintWindowDecorations, this
3825         method doesn't exist
3826         - Skip over controls that aren't forms when arranging.
3827
3828 2006-09-28  Jackson Harper  <jackson@ximian.com>
3829
3830         * XplatUIWin32.cs: Clip the rect to the parent window.
3831         * XplatUIStructs.cs: Add clipping modes struct.
3832         * InternalWindowManager.cs: New private method that factors title
3833         bar heights in when calculating the pos of an NC mouse message.
3834         - Use SendMessage to force a paint when the form's size is changed
3835         instead of painting the decorations immediately.
3836         - Don't let the NC button click messages get to DefWndProc,
3837         because they will attempt to handle windowing themself, and this
3838         messes up z-order (it will put them in front of the scrollbars).
3839         * XplatUIX11.cs: Make sure that we don't reset window managers if
3840         we already have one (ie the window is an MDI window).
3841
3842 2006-09-28  Chris Toshok  <toshok@ximian.com>
3843
3844         * MainMenu.cs: fix #79405 by way of a disgusting hack.  all the
3845         menu code really needs going over.
3846
3847 2006-09-27  Chris Toshok  <toshok@ximian.com>
3848
3849         * XplatUIX11.cs (SetWMStyles): more metacity wonderment.  turns
3850         out metacity ignores the MAXIMIZE_HORZ/VERT messages unless the
3851         window is maximizable.  So, we need to make sure that even if we
3852         clear the border/wm frame of those functions, they're still
3853         available (basically, we remove the decoration without removing
3854         the function).  Half the fix for #79338.
3855
3856 2006-09-27  Chris Toshok  <toshok@ximian.com>
3857
3858         * DataGrid.cs (ProcessGridKey): implement Shift-Tab handling.
3859         Fixes bug #79515.
3860
3861 2006-09-27  Chris Toshok  <toshok@ximian.com>
3862
3863         * Splitter.cs: reorder things a bit so that we don't actually
3864         draw/move the splitter until after calling OnSplitterMoving.  This
3865         lets users cancel/disallow the movement by explicitly setting
3866         event.SplitX/SplitY.  Fixes #79372.
3867
3868 2006-09-27  Jackson Harper  <jackson@ximian.com>
3869
3870         * XplatUIX11.cs: Don't hide the caret when it is being destroyed,
3871         because it is most likely on a window being destroyed, and that
3872         will give us an X11 error.
3873
3874 2006-09-27  Chris Toshok  <toshok@ximian.com>
3875
3876         * PropertyGridView.cs: half of the fix for #78190.  Clicking on
3877         the dropdown button now toggles between showing and hiding the
3878         dropdown.  Also, get rid of dropdown_form_showing and just use
3879         dropdown_form.Visible.  We still don't do a grab, but I'll leave
3880         that part to someone who has handled Capture-fu before.
3881
3882 2006-09-27  Chris Toshok  <toshok@ximian.com>
3883
3884         * DataGrid.cs: return false if alt isn't pressed when '0' is
3885         pressed.  this keeps the '0' key from being swallowed, and fixes
3886         bug #79350.
3887
3888 2006-09-27  Chris Toshok  <toshok@ximian.com>
3889
3890         * ComboBox.cs: use Invalidate when scrolling the dropdown list.
3891         Calling Refresh (in response to a scrollbar event) screws up the
3892         scrollbar painting.  Fixes bug #78923.
3893
3894 2006-09-27  Chris Toshok  <toshok@ximian.com>
3895
3896         * Theme.cs (SystemResPool): make the "if hashtable[key] == null
3897         then insert into hashtable" blocks threadsafe.
3898
3899 2006-09-27  Chris Toshok  <toshok@ximian.com>
3900
3901         * MessageBox.cs (CreateParams): the styles should be |'ed with our
3902         baseclass's, since otherwise the
3903         ControlBox/MinimizeBox/MaximizeBox assignments above have no
3904         effect.  This gets the close button back in messageboxes.
3905
3906 2006-09-27  Chris Toshok  <toshok@ximian.com>
3907
3908         * XplatUIX11.cs: make StyleSet and ExStyleSet check == with the
3909         flag, not just != 0.  this makes flags that are actually multiple
3910         bits (like WS_CAPTION) work.  fixes bug #79508.
3911
3912 2006-09-27  Jordi Mas i Hernandez <jordimash@gmail.com>
3913
3914         * PageSetupDialog.cs: add support for getting and settings the 
3915         paper size, source and orientation.
3916
3917 2006-09-26  Chris Toshok  <toshok@ximian.com>
3918
3919         * XplatUIX11.cs (SetWMStyles): turns out when SYSMENU is not set
3920         and caption == "", we need to remove the resize handles as well as
3921         the title bar.
3922
3923         * Control.cs (set_Text): turns out that setting Text on a form
3924         should change the WM styles on the window, since if ControlBox ==
3925         false, the only way to get a window border is to have a non-""
3926         Text property.  check winforms/forms/text.cs for an example.  so,
3927         call both XplatUI.SetWindowStyle and XplatUI.Text here to properly
3928         update both window styles and title.  This fixes a lot of dialogs
3929         (including the preferences dialog in MonoCalendar.)
3930
3931 2006-09-26  Chris Toshok  <toshok@ximian.com>
3932
3933         * XplatUIWin32.cs (SetParent): if parent == IntPtr.Zero (and the
3934         control isn't a Form), call Win32ShowWindow to hide the window,
3935         but don't update the control Visible property.  When we reparent
3936         back to a parent control, call SetVisible in order for the
3937         window's visibility to be reinstated.
3938
3939         * XplatUIX11.cs (SetParent): if hwnd.parent == null, reparent to
3940         the FosterParent.
3941
3942         * Control.cs (ControlCollection.Remove): remove that value.Hide()
3943         call for good, since it breaks MonoCalendar (and other things I'm
3944         sure.) Also, set all_controls to null *after* the owner calls,
3945         which end up regenerating it.
3946         (ChangeParent): allow new_parent to be == null, passing
3947         IntPtr.Zero down to XplatUI.
3948
3949         this fixes #79294 the right way.
3950
3951 2006-09-26  Mike Kestner  <mkestner@novell.com>
3952
3953         * GridEntry.cs : internal SetParent method.
3954         * PropertyGrid.cs : attach to property changed on the proper
3955         target if we have a hierarchical grid with subobjects. Setup
3956         GridItem.Parent for hierarchical items.
3957         * PropertyGridView.cs : Set value on the correct target for
3958         hierarchical grids. [Fixes #78903]
3959
3960 2006-09-26  Chris Toshok  <toshok@ximian.com>
3961
3962         * Control.cs (ChildNeedsRecreating): this should return true if
3963         either we're being recreated and the child is in our list, or our
3964         parent is waiting for our recreation.
3965
3966 2006-09-26  Chris Toshok  <toshok@ximian.com>
3967
3968         * Control.cs (ControlCollection.Remove): reinstate the
3969         value.Hide() call as suggested in bug #79294.
3970
3971 2006-09-26  Sebastien Pouliot  <sebastien@ximian.com>
3972
3973         * XplatUIX11.cs: Fixed SetCursorPos to move the cursor to screen
3974         coordinates (versus a relative move).
3975
3976 2006-09-26  Chris Toshok  <toshok@ximian.com>
3977
3978         * Control.cs: rework child recreation a little bit.  It turns out
3979         that we race between the DestroyNotify the WM_DESTROY message.  If
3980         the parent gets its DestroyNotify before the child gets the
3981         WM_DESTROY message, the child ends up not recreating (since the
3982         parent finishes its recreation on DestroyNotify, and the child
3983         checks ParentIsRecreating.)
3984
3985         So, instead we store off a list of all the child controls which
3986         need to be recreated when the parent control starts to recreate
3987         itself.  Then, when child controls get their WM_DESTROY message we
3988         check to see if they're in the parent's pending recreation list,
3989         and if so, we recreate.  This removes all dependency on ordering
3990         from the code and fixes the initial MonoCalendar upgrade dialog.
3991         
3992 2006-09-26  Jackson Harper  <jackson@ximian.com>
3993
3994         * TextControl.cs: Use the Line to get the length of the line,
3995         since soft line breaks can change the end line.
3996
3997 2006-09-26  Chris Toshok  <toshok@ximian.com>
3998
3999         * Control.cs (ControlCollection.AddImplicit): don't add the
4000         control again if it's already in one of our lists.  This keeps us
4001         from adding controls over and over again for comboboxes when their
4002         handle gets recreated (as the combobox adds implicit controls in
4003         OnHandleCreated).  Fixes the X11 errors in bug #79480.
4004
4005 2006-09-26  Jackson Harper  <jackson@ximian.com>
4006
4007         * TextControl.cs: When deleting characters make sure that any
4008         orphaned zero lengthed tags get deleted.
4009         - Fix ToString for zero lengthed tags.
4010
4011 2006-09-25  Jackson Harper  <jackson@ximian.com>
4012
4013         * TextControl.cs: When getting a tag at the location there can be
4014         multiple tags at the same spot, these are 0-lengthed tags that
4015         appear when extra formatting has been stuck in a location.  We
4016         need to pull out the last of these 0 lengthed tags.
4017
4018 2006-09-25  Jackson Harper  <jackson@ximian.com>
4019
4020         * TextControl.cs: Fix print out in debug method.
4021         * TextBoxBase.cs: When text is set bail if we are setting to the
4022         previous value.
4023         
4024 2006-09-24  Alexander Olk  <alex.olk@googlemail.com>
4025
4026         * FontDialog.cs: Fixed the up/down arrow keys issue from bug #79478.
4027           It is now possible to change the selected index in a FontXXXListBox
4028           with the up and down arrow keys from the FontXXXTextBoxes.
4029           Also, send the FontXXXTextBox mouse wheel event to the corresponding
4030           FontXXXListBoxes to match ms.
4031
4032 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
4033
4034         * SystemInformation.cs: Return a clone of the theme's MenuFont because
4035         anyone can dispose it, anytime. All other properties returns enums, 
4036         structs or basic types so they don't need such tricks.
4037
4038 2006-09-22  Jackson Harper  <jackson@ximian.com>
4039
4040         * XplatUI.cs:
4041         * XplatUIWin32.cs:
4042         * Clipboard.cs:
4043         * DataFormats.cs:
4044         * XplatUIOSX.cs:
4045         * XplatUIDriver.cs: Update interface to add a primary selection
4046         flag, so the driver can use the primary selection buffer if
4047         needed.
4048         * XplatUIX11.cs: Allow the clipboard to retrieve from PRIMARY.
4049
4050         * RichTextBox.cs: We need to supply the data object to paste now
4051         (so we can choose to supply CLIPBOARD or PRIMARY).
4052         * TextBoxBase.cs: Supply data object to paste (see above).
4053         - Middle click uses the primary selection data object.
4054         
4055 2006-09-21  Chris Toshok  <toshok@ximian.com>
4056
4057         * XplatUIX11.cs: first little cleanup of the StyleSet (...) block
4058         of SetWMStyles.  It's still a rat's nest and is largely
4059         order-dependent which I dislike immensely.  This also fixes the X
4060         button disappearing from toplevel forms.
4061
4062 2006-09-21  Mike Kestner <mkestner@novell.com>
4063
4064         * ListBox.cs: move Jordi's click/dblclick raising code to the
4065         mouse up handler.
4066
4067 2006-09-21  Jordi Mas i Hernandez <jordimash@gmail.com>
4068
4069         * ListBox.cs: Fixes 79450
4070
4071 2006-09-21  Mike Kestner <mkestner@novell.com>
4072
4073         * TreeView.cs: guard against disposed conditions in UpdateScrollbars
4074         to deal with people updating the TreeNodeCollection after the tree
4075         is disposed.  "Fixes" 79330.
4076
4077 2006-09-20  Jackson Harper <jackson@ximian.com>
4078
4079         * TextControl.cs: Push the cursor record onto the undo stack
4080         before the delete action. This fixes 78651.
4081
4082 2006-09-20  Jonathan Chambers  <joncham@gmail.com>
4083
4084         * PropertyGridView.cs: Remove WindowStyles.WS_VISIBLE from
4085         CreateParams. Fixes 79329.
4086
4087 2006-09-19  Chris Toshok  <toshok@ximian.com>
4088
4089         * XplatUIX11.cs: a couple of blanket code massage passes to clean
4090         things up a bit.  First, get rid of the NetAtoms array (and the NA
4091         enum), and just embed the atoms as static fields.  Also, add a
4092         couple of functions (StyleSet and ExStyleSet) to clean up all the
4093         bitmask testing of styles.
4094
4095         * X11Structs.cs: remove the NA enum, not needed anymore.
4096         
4097 2006-09-19  Chris Toshok  <toshok@ximian.com>
4098
4099         * XplatUIX11.cs: apply Alexander's tool window fix for bug #79245
4100         (mapping them to _NET_WM_WINDOW_TYPE_UTILITY).  and add a little
4101         added cleanup to get MessageBox titles appearing again, which were
4102         broken by my earlier fix for caption-less/ControlBox-less windows.
4103
4104 2006-09-18  Jonathan Pobst <monkey@jpobst.com>
4105
4106         * ToolStripArrowRenderEventArgs.cs, ToolStripArrowRenderEventHandler.cs,
4107           ToolStripContentPanelRenderEventArgs.cs, ToolStripContentPanelRenderEventHandler.cs,
4108           ToolStripGripRenderEventArgs.cs, ToolStripGripRenderEventHandler.cs,
4109           ToolStripItemClickedEventArgs.cs, ToolStripItemClickedEventHandler.cs,
4110           ToolStripItemEventArgs.cs, ToolStripItemEventHandler.cs,
4111           ToolStripItemImageRenderEventArgs.cs, ToolStripItemImageRenderEventHandler.cs,
4112           ToolStripItemRenderEventArgs.cs, ToolStripItemRenderEventHandler.cs,
4113           ToolStripItemTextRenderEventArgs.cs, ToolStripItemTextRenderEventHandler.cs,
4114           ToolStripPanelRenderEventArgs.cs, ToolStripPanelRenderEventHandler.cs,
4115           ToolStripRenderEventArgs.cs, ToolStripRenderEventHandler.cs,
4116           ToolStripSeparatorRenderEventArgs.cs, ToolStripSeparatorRenderEventHandler.cs:
4117             Inital import.
4118         * ToolStripPanel.cs, ToolStripContentPanel.cs, ToolStripSeparator.cs,
4119           ToolStripButton.cs: Stubs needed for above.
4120         * ToolStrip.cs, ToolStripItem.cs: Stub a few variables/properties for above.
4121
4122 2006-09-15  Chris Toshok  <toshok@ximian.com>
4123
4124         * XplatUIX11.cs:
4125         - make the MessageQueues hashtable Synchronized.
4126         
4127         - SendMessage: if the Hwnd is owned by a different thread, use the
4128         AsyncMethod stuff to dispatch the SendMessage on the hwnd's
4129         thread.  Fixes bug #79201.
4130
4131 2006-09-15  Chris Toshok  <toshok@ximian.com>
4132
4133         * XplatUIX11.cs (SetWMStyles): rework the #79368 fix slightly.  If
4134         ControlBox == false, we disallow maximize/minimize/close.  If the
4135         form Caption is "" we also disallow move (and get rid of the Title
4136         decoration).  Unfortunately, regardless of how things are set,
4137         we're stuck with the Title and WM menu.
4138
4139 2006-09-15  Chris Toshok  <toshok@ximian.com>
4140
4141         * Application.cs: add locking around the static message_filters
4142         ArrayList, part of #79196.
4143
4144 2006-09-15  Chris Toshok  <toshok@ximian.com>
4145
4146         * XplatUIX11.cs (SetWMStyles): if Form.Text == "" and
4147         Form.ControlBox == false, the window has no titlebar nor resize
4148         handles.  fixes bug #79368.
4149
4150 2006-09-15  Chris Toshok  <toshok@ximian.com>
4151
4152         * TextBoxBase.cs: in CalculateScrollBars make sure LargeChange is
4153         >= 0.  Fixes bug #79370.
4154
4155 2006-09-15  Jonathan Pobst <monkey@jpobst.com>
4156         * FlowLayoutPanel.cs, FlowLayoutSettings.cs: Initial commit.
4157         * Control.cs:
4158             Add properties: LayoutEngine, Margin, DefaultMargin.
4159             Add method: GetPreferredSize.
4160             Move layout logic from PerformLayout to layout engines. 
4161
4162 2006-09-13  Chris Toshok  <toshok@ximian.com>
4163
4164         * XplatUIX11.cs: more destroy work.  Jackson pointed out that my
4165         fix for #79326 broke #78718, so this change addresses that.
4166
4167         - in SendWMDestroyMessages remove the call to
4168         CleanupCachedWindows, since we might be recreating the control and
4169         need to maintain the references to right Hwnd handles.  Also, set
4170         the zombie flag to true for each of the children in the hierarchy
4171         instead of calling hwnd.Dispose.  This will cause GetMessage to
4172         ignore all events for the window except for DestroyNotify.
4173
4174         - In GetMessage, ignore messages except for DestroyNotify for
4175         zombie hwnds.
4176         
4177         * Control.cs: revert the is_recreating fix from the last
4178         ChangeLog.  It's definitely "right", but it breaks switching from
4179         an MDI form to a non-MDI form.  Will need to revisit that.
4180
4181         * Hwnd.cs: add a zombie flag, which means "the
4182         client_window/whole_window handles are invalid, but we're waiting
4183         for the DestroyNotify event to come in for them".  Set the flag to
4184         false explicitly if setting WholeWindow/ClientWindow, and also
4185         when Disposing.
4186         
4187 2006-09-13  Chris Toshok  <toshok@ximian.com>
4188
4189         * XplatUIX11.cs: rework window destruction slightly.
4190
4191         - when destroying the windows associated with a control, we don't
4192         need 2 separate XDestroyWindow calls.  Just the one for the
4193         whole_window (or for client_window if whole_window is somehow
4194         IntPtr.Zero -- can this happen?) is enough.
4195
4196         - reworked SendWMDestroyMessages slightly, so we always dispose
4197         the child control hwnd's after sending the messages.
4198         
4199         - refactored out the ActiveWindow/FocusWindow/Caret clearing from
4200         the two places it was used (one was even using hwnd.Handle and the
4201         other hwnd.client_window.  ugh), adding another call in
4202         SendWMDestroyMessages.  We need this new call because now the
4203         DestroyNotify events in the queue will be ignored for the child
4204         controls (as their hwnd's were disposed, and the window id's
4205         removed from the hashtable in SendWMDestroyMessages.) fun, eh?
4206
4207         - this fixes bug #79326.
4208
4209 2006-09-13  Chris Toshok  <toshok@ximian.com>
4210
4211         * Control.cs: don't always set is_recreating to false at the end
4212         of RecreateHandle, since sometimes we're not done (and won't be
4213         until WndProc handles the WM_DESTROY message).  Also, set
4214         is_recreating to false in the WM_DESTROY handling code.  Part of
4215         the fix for bug #79326.
4216
4217 2006-09-13  Miguel de Icaza  <miguel@novell.com>
4218
4219         * X11DesktopColors.cs: Start the droppage of debugging messages.
4220
4221         * FileDialog.cs: Store the configuration file in ~/.mono/mwf_config
4222
4223 2006-09-13  Jonathan Pobst <monkey@jpobst.com>
4224
4225         * SplitContainer.cs, SplitterPanel.cs: Initial implementation [2.0].
4226
4227 2006-09-12  Chris Toshok  <toshok@ximian.com>
4228
4229         * DataGrid.cs (get_ListManager): if the list_manager is null, try
4230         to create it using SetDataSource.  Fixes bug #79151.
4231
4232 2006-09-11  Chris Toshok  <toshok@ximian.com>
4233
4234         * XEventQueue.cs: add a DispatchIdle property.
4235
4236         * XplatUIX11.cs (UpdateMessageQueue): only emit the Idle event if
4237         either the queue is null, or the queue has DispatchIdle set to
4238         true.
4239         (DoEvents): set queue.DispatchIdle to false around the
4240         peek/translate/dispatch message loop in this method.  This keeps
4241         Application.Doevents from emitting idle events.  Part of the fix
4242         for #78823.
4243
4244 2006-09-11  Chris Toshok  <toshok@ximian.com>
4245
4246         * DataGrid.cs (set_DataSource): make this work for both the
4247         winforms/datagrid test and ReportBuilder.  It seems as though when
4248         we've created a ListManager (or maybe it's if we have a
4249         BindingContext?), when we set the DataSource it clears the
4250         DataMember to "".  otherwise we reuse the datamember.  Fixes bug
4251         #79333.
4252
4253 2006-09-11  Chris Toshok  <toshok@ximian.com>
4254
4255         * XplatUIX11.cs: deal with queue being null, which happens in all
4256         the Clipboard functions.  Fixes one of the two problems mentioned
4257         in #78612.
4258
4259 2006-09-11  Chris Toshok  <toshok@ximian.com>
4260
4261         * MenuAPI.cs: rework OnMouseUp a bit so that releasing the mouse
4262         button on various spots (including outside the menu) works closer
4263         to MS, and doesn't crash.  Fixes #79343.
4264
4265 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
4266
4267         * ListView.cs: Do not initialize item_sorter in init. To match MS,
4268         return null for ListViewItemSorter if View is SmallIcon or LargeIcon
4269         and the internal comparer is set. When a new ListViewItemSorter is set,
4270         sort the items. Use Enum.IsDefined to verify whether a valid SortOrder
4271         was specified. No further processing is necessary if SortOrder is set
4272         to it's current value. If Sorting is modified to None, and View is
4273         neither SmallIcon nor LargeIcon then: on 2.0 profile set item_sorter
4274         (either custom or our internal ItemComparer) to null, on 1.0 profile
4275         only set item_sorter to null if its our internal IComparer. If Sorting
4276         is modified to Ascending or Descending, then use our internal IComparer
4277         if none is set, and if the current IComparer is our internal one then:
4278         on 2.0 profile always replace it with one for new Sorting, and on 1.0
4279         profile only use new Sorting if view is not SmallIcon or LargeIcon. Use
4280         Enum.IsDefined to verify whether a valid View value is specified in
4281         its setter. Automatically sort listview items when listview is
4282         created. In Sort, do nothing if ListView is not yet created, or if
4283         no item_sorter is set (no Sorting was set, Sorting was explicitly set
4284         to None or ListViewItemSorter was set to null). Added Sort overload
4285         taking a bool to indicate whether the ListView should be redrawn when
4286         items are sorted (we use this in ListViewItemCollection to avoid double
4287         redraws). Modified our internal IComparer to take the sort order into
4288         account. In Add and AddRange methods of ListViewItemCollection, also
4289         call Sort if Sorting is None (necessary for SmallIcon and LargeIcon
4290         view), but use overload with noredraw option to avoid double redraw.
4291         On 2.0 profile, throw NotSupportedException when setting CheckBoxes to
4292         true when View is Tile, and do the same when attempting to set View to
4293         Tile when CheckBoxes is true. Avoid maintaining separate ArrayLists
4294         for selected/checked indices, as it involves overhead when sorting is
4295         done while these collections are not used all that often. Instead
4296         we'll build the indices on demand. Modified IList implementation of
4297         CheckedIndexCollection to use public methods if object is int.
4298         Modified CheckedListViewItemCollection to hide checked items if
4299         ListView.CheckBoxes is false. Removed LAMESPEC remark in 
4300         ListViewItemCollection as the .NET SDK docs have been fixed. Modified
4301         IList implementation in SelectedIndexCollection to use public methods
4302         if object is int. Modified SelectedListViewItemCollection to hide
4303         selected items if listview is not yet created.
4304         * ListViewItem.cs: CheckedIndices list no longer needs to be
4305         maintained separately (see ListView changes). Also clone font, fixes
4306         test failure.
4307
4308 2006-09-11  Mike Kestner  <mkestner@novell.com>
4309
4310         * ComboBox.cs: if we are updating the contents of the currently
4311         selected index, refresh the control or the textbox selection.
4312         [Fixes #79066]
4313
4314 2006-09-11  Mike Kestner  <mkestner@novell.com>
4315
4316         * ComboBox.cs (UpdateBounds): use SetBounds not SetBoundsCore since 
4317         the 'specified' logic has been moved there.  This seems like a bug 
4318         in Control.cs, since our current SetBoundsCore completely ignores 
4319         the specified parameter.  Peter's commit seems to indicate that is 
4320         the way the MS control implementation works.  [Fixes #79325]
4321
4322 2006-09-10  Jonathan Chambers  <joncham@gmail.com>
4323
4324         * XplatUI.cs: Set default_class_name to be composed
4325         of current domain id. This allows MWF to be loaded in multiple
4326         domains on Win32.
4327
4328 2006-09-09  Miguel de Icaza  <miguel@novell.com>
4329
4330         * X11Keyboard.cs: If we are unable to obtain the input method, do
4331         not call CreateXic to create the input context.   Should fix
4332         #78944/79276.
4333
4334 2006-09-08  Alexander Olk  <alex.olk@googlemail.com>
4335
4336         * MimeIcon.cs: Rewrote major parts. Dropped KDE support for now.
4337           Simplified gnome support by adding more pinvokes to get the
4338           icon for a file or mime type.
4339
4340 2006-09-08  Jackson Harper  <jackson@ximian.com>
4341
4342         * MenuAPI.cs: Deslect popup context menu items before closing the
4343         window, so that you don't see the previously selected item
4344         selected when you reopen the menu.
4345         * TextControl.cs: Update the cursor position even if we don't have
4346         focus.  This fixes typing in things like the ComboBox.  I'm not
4347         totally sure we should always set the visibility if we don't have
4348         focus, but couldn't find any corner cases where the cursor showed
4349         up when it shouldn't.
4350
4351 2006-09-08  Chris Toshok  <toshok@ximian.com>
4352
4353         * X11Keyboard.cs: In UpdateKeyState vkey can be any integer, but
4354         our arrays are length 256.  & 0xff before indexing.  Fixes the
4355         crash in bug #78077.
4356         
4357 2006-09-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4358
4359         * ThemeWin32Classic.cs: 
4360         * DateTimePicker.cs: Draw check box if DateTimePicker.ShowCheckBox
4361         is true. Handle that check box too.
4362
4363 2006-09-07  Chris Toshok  <toshok@ximian.com>
4364
4365         * MenuAPI.cs: move the PerformClick call to OnMouseUp.  Fixes bug
4366         79244.
4367
4368 2006-09-07  Chris Toshok  <toshok@ximian.com>
4369
4370         * Control.cs: in set_BackColor only do the work if
4371         background_color != value.
4372
4373         * XplatUIX11.cs: move the clearing of invalid areas (both client
4374         and nc) to the same block of code where we set (nc_)expose_pending
4375         to false.  That is, move it from PaintEventEnd to PaintEventStart,
4376         so things that cause invalidates from within OnPaint will trigger
4377         another call to OnPaint.  Fixes bug #79262.
4378
4379 2006-09-07  Alexander Olk  <alex.olk@googlemail.com>
4380
4381         * Theme.cs: Use correct icon for UIIcon.PlacesPersonal
4382         * FileDialog.cs: Fix typo
4383
4384 2006-09-07  Jackson Harper  <jackson@ximian.com>
4385
4386         * ThemeWin32Classic.cs:  oops, forgot to commit.  Draw the images
4387         for tab pages if they have any.
4388
4389 2006-09-06  Mike Kestner  <mkestner@novell.com>
4390
4391         * Splitter.cs: use the "current" rect when finishing drag handle
4392         to avoid an artifact demonstrated by resedit.exe.  [Fixes #79251]
4393
4394 2006-09-06  Mike Kestner  <mkestner@novell.com>
4395
4396         * Splitter.cs: draw the drag handle at X or Y instead of 0 to deal
4397         support offset splitters. [Fixes #79298]
4398
4399 2006-09-06  Alexander Olk  <alex.olk@googlemail.com>
4400
4401         * Mime.cs: Fixed a bug that could override the global mime type
4402           result.
4403
4404 2006-09-05  Jackson Harper  <jackson@ximian.com>
4405
4406         * TabControl.cs: Better calculation method for setting the slider
4407         pos. Prevents crashes on really wide tabs.
4408         - Draw Image on tab pages if an image list is used.
4409
4410 2006-09-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4411
4412         * MonthCalendar.cs: When Font changes, the Size should be
4413         updated to fit the new font's space requirements.
4414
4415 2006-09-02  Alexander Olk  <alex.olk@googlemail.com>
4416
4417         * ListBox.cs: If the items are cleared with Items.Clear set
4418           top_index to 0.
4419
4420 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4421
4422         * MonthCalendar.cs: Handle arrow keys as input keys. Also
4423         fire DateChanged event instead of DateSelected event when
4424         the date was changed by keyboard interaction.
4425
4426 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4427
4428         * DateTimePicker.cs: Handle DateChanged for the associated
4429         month_calendar control, and set month_calendar.Font from 
4430         OnFontChanged method, as well as resize the height of the
4431         control when needed. Make PreferredHeight proportional.
4432
4433 2006-09-01  Chris Toshok  <toshok@ximian.com>
4434
4435         * DataGrid.cs: grr, stop overthinking the DataMember/DataSource
4436         properties.
4437
4438         * BindingContext.cs (HashKey.GetHashCode): use ^ instead of +.
4439
4440 2006-09-01  Peter Dennis Bartok  <pbartok@novell.com> 
4441
4442         * FileDialog.cs: Set ClientSize instead of window size, to allow space
4443           for decorations (Fixes #79219)
4444
4445 2006-09-01  Mike Kestner  <mkestner@novell.com>
4446
4447         * ComboBox.cs: first stab at sorting plus some selection handling
4448         fixes to bring us more in line with MS behavior.  Also switches back
4449         to index based selection.  Alternative patches for index-based 
4450         selection were provided by Jackson Harper, Carlos Alberto Cortez, 
4451         and latency@gmx.de on bug 78848.  I assume they were similar to this
4452         code I've had simmering in my tree forever.
4453         [Fixes #78848]
4454
4455 2006-09-01  Chris Toshok  <toshok@ximian.com>
4456
4457         * CurrencyManager.cs (ListChangedHandler): in the ItemAdded case,
4458         when setting list position guard against ending up with a -1 index
4459         (the other part of the fix for #78812).  Should probably make sure
4460         we don't need the analogous fix in the ItemDeleted case.
4461
4462         * DataGrid.cs:
4463         - in SetDataSource, work around the fact that the way
4464         OnBindingContextChanged is invoked will cause us to re-enter this
4465         method.  I'll remove the hack once I investigate
4466         OnBindingContextChanged.
4467
4468         - fix the logic in set_DataSource and set_DataMember (basically
4469         what to do if the other of the two is null.)
4470         
4471         - in OnListManagerItemChanged, we need to take into account the
4472         edit row when deciding whether or not to call RecreateDataGridRows
4473         (part of the fix for #78812).
4474
4475 2006-09-01  Jackson Harper  <jackson@ximian.com>
4476
4477         * Splitter.cs: Don't do anything if there is no control to affect
4478         (prevents us from crashing in weird tet cases).
4479         * TreeView.cs: Bounding box for the mouse movement reverting
4480         focus/selection back to previously selected node.  This matches
4481         MS, and makes the tree a lot more useable.
4482         * GroupBox.cs: Instead of drawing over the lines of the groupbox,
4483         use clipping so they are not drawn.  This fixes when the control
4484         is set to have a transparent background, or if it was over an
4485         image.
4486
4487 2006-09-01  Alexander Olk  <alex.olk@googlemail.com>
4488
4489         * MimeIcon.cs: Improved handling for reading default icons when
4490           using gnome (2.16 made it necessary). Check and read svg icons
4491           first, then 48x48 and then 32x32 icons.
4492
4493 2006-08-31  Chris Toshok  <toshok@ximian.com>
4494
4495         * DataGridTextBoxColumn.cs: only hide the textbox if it's still
4496         visible.
4497
4498         * DataGridTextBox.cs: Pass Tab's up to the datagrid by calling
4499         ProcessKeyPreview.  Fixes part of #77806.
4500
4501         * DataGrid.cs: big patch.
4502
4503         - revert the queueing up of DataSource/DataMember if inside
4504         BeginInit/EndInit calls.  That's not the way the datagrid achieves
4505         its delayed databinding.  Instead, call SetDataSource in
4506         OnBindingContextChanged.  This mimic's MS's behavior, and fixes
4507         #78811.
4508
4509         - Also, it wasn't mentioned in #78811, but the test case exhibits
4510         behavior that was lacking in our datagrid implementation - Columns
4511         that have mapping names that don't exist in the datasource's
4512         properties aren't shown.  Yuck.  To fix this I added the bound
4513         field to the column style, and basically any calculation to figure
4514         out anything about columns uses a loop to find the bound columns.
4515         still need to investigate if I can cache an array of the bound
4516         columns or if the indices must be the same.
4517
4518         - When setting CurrentCell, we no longer abort if the cell being
4519         edited was in the add row.  This fixes the other part of #77806.
4520
4521         - The new code also fixes #78807.
4522         
4523         * ThemeWin32Classic.cs: perpetrate the same disgusting
4524         column.bound field hack, and only render bound fields.
4525
4526 2006-08-31  Chris Toshok  <toshok@ximian.com>
4527
4528         * DataGridColumnStyle.cs: add bound field.  this field is true if
4529         the datasource has a property corresponding to the mapping name.
4530
4531         * DataGridTableStyle.cs: set the bound field on the column styles
4532         depending on whether or not we have a column for that property.
4533
4534 2006-08-31  Peter Dennis Bartok  <pbartok@novell.com> 
4535
4536         * Splitter.cs (SetBoundsCore): Don't ignore width/height of the 
4537           splitter control (fixes #79228)
4538
4539 2006-08-31  Chris Toshok  <toshok@ximian.com>
4540
4541         * DataGridColumnStyle.cs: we need to delay the assignment of
4542         property descriptor until the last possible moment due to the lazy
4543         databinding stuff in the datagrid.  Also, fix the exceptions
4544         thrown by CheckValidDataSource to match MS.
4545
4546 2006-08-31  Jackson Harper  <jackson@ximian.com>
4547
4548         * Form.cs: When activated select the active control, if there is
4549         no active control, we select the first control.
4550         * XplatUIX11.cs: If there is no focus control when we get a
4551         FocusIn event, find the toplevel form and activate it.  This
4552         occurs when you popup a window, it becomes the focus window, then
4553         you close that window, giving focus back to the main window.
4554
4555 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4556
4557         * MonthCalendar.cs: 
4558         * ThemeWin32Classic.cs: Cache Font in bold style, as well
4559         as StringFormat with Center alignments in MonthCalendar,
4560         instead of creating new ones when drawing the control. 
4561         Also, draw the month name in bold style.
4562
4563 2006-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
4564
4565         * Control.cs:
4566           - PerformLayout(): It would seem MS performs the fill even if the 
4567             control is not visible (part of #79218 fix)
4568           - ResetBackColor(): Use the setter to reset the color, to allow
4569             overriders to catch the change.
4570         * Form.cs:
4571           - .ctor: Call UpdateBounds to adjust client rectangle (part of #79218 fix)
4572           - CreateHandle(): dito (part of $79218 fix)
4573           - Don't set an icon if we have a dialog
4574         * ScrollableControl.cs:
4575           - set_AutoScrollMinSize: Setting the property enables AutoScroll (#79218)
4576           - ScrollIntoView(): No need to scroll if control is already visible
4577             (resolves fixme and fixes #79218)
4578
4579 2006-08-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4580
4581         * MonthCalendar.cs: Change proportions in SingleMonthSize
4582         to match the aspect of the original control.
4583
4584 2006-08-29  Alexander Olk  <alex.olk@googlemail.com>
4585
4586         * XplatUIX11.cs: Fix for a metacity/X problem where windows don't
4587           get updated when they get maximized.
4588
4589 2006-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
4590
4591         * XplatUIX11.cs: Handle windows with no border (Fixes part of #79160)
4592
4593 2006-08-29  Chris Toshok  <toshok@ximian.com>
4594
4595         * XplatUIX11.cs: when destroying the FocusWindow, send KILLFOCUS.
4596
4597 2006-08-29  Jackson Harper  <jackson@ximian.com>
4598
4599         * TreeView.cs: Need to track selected node and highlighted node,
4600         they aren't always the same thing, when the mouse is down on a
4601         node it is hilighted, but not selected yet.
4602         - Do the HideSelection stuff right
4603         - Need to focus on rbutton mouse down. And redraw selection when
4604         right click is mouse upped.
4605
4606 2006-08-29  Mike Kestner  <mkestner@novell.com>
4607
4608         * ThemeWin32Classic.cs: draw selections for columns in FullRowSelect
4609         when SubItems.Count < Columns.Count.  [Fixes #79167]
4610
4611 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com> 
4612
4613         * TextControl.cs (FindCursor): Fix math error (Fixes #78402)
4614
4615 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com>
4616
4617         * XplatUIX11.cs: Preempt the roundtrip for getting the location back
4618           from X. Only send based on ConfigureNotify if we don't have the
4619           correct location in hwnd (if the window manager moved us)
4620
4621 2006-08-28  Mike Kestner  <mkestner@novell.com>
4622
4623         * ListView.cs: remove a TODO. 
4624         * ThemeWin32Classic.cs: implement HideSelection support for ListView.
4625         [Fixes ListView part of #79166]
4626
4627 2006-08-28  Mike Kestner  <mkestner@novell.com>
4628
4629         * ListView.cs: move wheel handler to parent since it is focused
4630         instead of the item_control now.  [Fixes #79177]
4631
4632 2006-08-28  Mike Kestner  <mkestner@novell.com>
4633
4634         * ThemeWin32Classic.cs: only highlight subitems in fullrowselect
4635         when the control is focused. [Fixes #79171]
4636
4637 2006-08-28  Mike Kestner  <mkestner@novell.com>
4638
4639         * ListView.cs: size the item and header controls for empty and
4640         unscrollable views.
4641         * ThemeWin32Classic.cs: draw disabled backgrounds.
4642         [Fixes #79187]
4643
4644 2006-08-28  Chris Toshok  <toshok@ximian.com>
4645
4646         * Form.cs: remove unused "active_form" static field.
4647
4648         * Hwnd.cs: lock around accesses to static windows collection.
4649
4650         * Application.cs: lock threads in Exit ().
4651
4652 2006-08-28  Chris Toshok  <toshok@ximian.com>
4653
4654         * NativeWindow.cs: lock around accesses to window_collection.
4655         
4656 2006-08-28  Chris Toshok  <toshok@ximian.com>
4657
4658         * Control.cs: err, fix this the right way, by locking on controls
4659         when using it.  not by making it synchronized.
4660
4661 2006-08-28  Chris Toshok  <toshok@ximian.com>
4662
4663         * Control.cs: make the static "controls" field synchronized, as it
4664         gets updated from multiple threads.
4665
4666 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
4667
4668         * XplatUIX11.cs: PostQuitMessage is thread-specific not app-specific.
4669           Prevent other threads from exiting when calling thread sets quit state.
4670         * XEventQueue.cs: Added PostQuitState property
4671
4672 2006-08-27  Chris Toshok  <toshok@ximian.com>
4673
4674         * AsyncMethodData.cs: add a slot for the window handle.
4675
4676         * XplatUIX11.cs (SendAsyncMethod): send the event to the right
4677         window (the destination control's window, not the foster window).
4678
4679         * Control.cs (BeginInvokeInternal): store the window's handle in
4680         the AsyncMethodData.
4681         
4682
4683 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
4684
4685         * XplatUIX11.cs:
4686           - PostQuitMessage: Removed resetting S.D display handle, we might have
4687             another loop started after calling PostQuitMessage (Fixes #79119)
4688           - Created destructor to reset S.D handle
4689
4690 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com> 
4691
4692         * XplatUIX11.cs (SetCursor): Issue flush after setting the cursor (#79168)
4693
4694 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
4695
4696         * TextControl.cs (Insert): Update the caret position even if we don't
4697           have a handle yet, just don't call the driver in that case.
4698         * TextBoxBase.cs (set_SelectedText): Set the Start and End selection
4699           to the end of the new selection text (Fixes #79184)
4700
4701 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
4702
4703         * Form.cs (Activate): Only activate if the handle is created)
4704         * Control.c:
4705           - Mark window as invisible when it's disposed
4706           - Check if window handle is created when setting window visible, 
4707             instead of relying just on the is_created variable
4708           - Check if object is disposed when creating the control (Fixes #79155)
4709
4710 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
4711
4712         * ScrollableWindow.cs (ScrollWindow): Don't actually perform layouting
4713           when allowing layout again. Otherwise we re-generate the anchoring 
4714           distance to the border again and actually alter what the user wanted
4715           This is ugly, it'd be better if we used DisplayRectangle instead of
4716           ClientRectangle for Control.UpdateDistances, but that causes us to
4717           have other problems (initial anchoring positons would be wrong)
4718           (Fixes #78835)
4719
4720 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
4721
4722         * Control.cs:
4723           - The size and location setters shouldn't go directly to 
4724             SetBoundsCore, but to SetBounds, which triggers layout on the
4725             parent, then calls SetBoundsCore. (Related to fix for #78835)
4726           - SetBounds: Moved actual location update code into this function
4727             from SetBoundsCore, to match MS. Added call to PerformLayout if
4728             we have a parent (to trigger resizing of anchored parents if the 
4729             child size has changed (see testcase for #78835) 
4730         * ListBox.cs, Form.cs: Call SetBounds instead of SetBoundsCore to match 
4731           new control code
4732         * ScrollableControl.cs (CalculateCanvasSize): Use shortcut variable
4733
4734 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
4735
4736         * XplatUIX11.cs: Don't reset the DisplayHandle that's stored in
4737           System.Drawing when a toplevel window gets closed; there might
4738           be other toplevel windows belonging to the same app (Fixes #78052)
4739
4740 2006-08-26  Alexander Olk  <alex.olk@googlemail.com>
4741
4742         * FileDialog.cs: After reading FileDialog settings from mwf_config
4743           use Desktop prefix only if a real folder doesn't exist anymore.
4744         * FontDialog.cs: Added char sets.
4745           It is now possible to select the font, size or style with the
4746           textboxes.
4747
4748 2006-08-25  Kornél Pál  <kornelpal@gmail.com>
4749
4750         * PrintPreviewDialog.cs: Use assembly name constants.
4751
4752 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
4753
4754         * XplatUIWin32.cs (ScrollWindow): Use clipping rectangle arg (prevents
4755           scrollbar from whacking it's buttons)
4756
4757 2006-08-24  Chris Toshok  <toshok@ximian.com>
4758
4759         * ScrollableControl.cs: fix #78271.  There's a lot of misc stuff
4760         in this patch (aggregating setting Left/Top/Width/Height to
4761         setting Bounds on the scrollbars), but the crux of the fix is in
4762         Recalculate, where we scroll by the remaining scroll_position if
4763         we're hiding a scrollbar.  The 2*$5 reward in the comment is
4764         serious.
4765
4766 2006-08-24  Jackson Harper  <jackson@ximian.com>
4767
4768         * MdiClient.cs:
4769         * MdiWindowManager.cs: If the form is made a non-mdi window we
4770         need to remove the form closed event so that closing forms works
4771         correctly.
4772
4773 2006-08-24  Jackson Harper  <jackson@ximian.com>
4774
4775         * Control.cs: Make IsRecreating internal so that the driver can
4776         check it
4777         - Temporarily remove the Hide when controls are removed, its
4778         making a whole bunch of things not work because visibility isn't
4779         getting reset elsewhere correctly
4780         * Form.cs: Need to do a full handle recreation when the mdi parent
4781         is set.
4782         * XplatUIX11.cs: If we are recreating handles don't dispose the
4783         HWNDs.  What was happening is the handles were being recreated in
4784         SendWMDestroyMessages, but then flow continued on in that method
4785         and destroyed the new handles.
4786
4787 2006-08-23  Jackson Harper  <jackson@ximian.com>
4788
4789         * Form.cs: MdiClient is always at the back of the bus
4790         * Control.cs: When the order of items in the collection is changed
4791         we need to reset the all_controls array
4792         - do the same sorta setup thats done when adding a control when a
4793         control is set on the collection.
4794
4795 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
4796
4797         * TextBoxBase.cs (get_Text): Return an empty array if our document
4798           is empty (fixes #79052)
4799
4800 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
4801
4802         * Control.cs: We should call IsInputChar on only on WM_CHAR but not
4803           on WM_SYSCHAR messages (fixes #79053)
4804
4805 2006-08-23  Chris Toshok  <toshok@ximian.com>
4806
4807         * DataGrid.cs: fix flickering when scrolling vertically.
4808
4809 2006-08-23  Chris Toshok  <toshok@ximian.com>
4810
4811         * DataGrid.cs (EndEdit): only invalidate the row header when we
4812         need to.
4813
4814 2006-08-23  Chris Toshok  <toshok@ximian.com>
4815
4816         * ThemeWin32Classic.cs: fix the clip munging of the datagrid paint
4817         methods.  fixes the flicker when scrolling around.
4818
4819 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
4820
4821         * FileDialog.cs: Making sure the control is created before we get a 
4822           chance to use it with BeginInvoke (Fixes #79096)
4823
4824 2006-08-23  Chris Toshok  <toshok@ximian.com>
4825
4826         * ThemeWin32Classic.cs (DataGridPaintRows): calculate the proper
4827         width to use when painting the rows.
4828
4829 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
4830
4831         * TextBoxBase.cs:
4832           - Throw ArgumentException if a negative value is passed to SelectionLength
4833           - Update the selection end if start is moved. end needs to be always
4834             after start. (Fixes #79095)
4835           - Track selection length; MS keeps the selection length even if start
4836             is changed; reset on all other operations affection selection
4837
4838 2006-08-22  Jackson Harper  <jackson@ximian.com>
4839
4840         * TreeView.cs: Make sure both scrollbars get displayed and sized
4841         correctly when the other bar is visible.
4842         - Use the original clip rectangle for checking if the area between
4843         the two scrollbars is visible, not the viewport adjusted clipping
4844         rectangle.
4845
4846 2006-08-22  Jackson Harper  <jackson@ximian.com>
4847
4848         * Binding.cs: We don't use IsBinding because it requires the
4849         control to be created, which really shouldn't be necessary just to
4850         set a property on the control.
4851
4852 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4853
4854         * ComboBox.cs: Some CB.ObjectCollection methods must throw
4855         ArgumentNullReferenceException when the argument is null.
4856
4857 2006-08-21  Jackson Harper  <jackson@ximian.com>
4858
4859         * Timer.cs: Track the thread that the timer is started in (NOT
4860         CREATED), this way messages for it will only be triggered on its
4861         queue.
4862         * XEventQueue.cs: Track the timers here, this makes timers per
4863         thread, like MS.
4864         * XplatUIX11.cs: The timers are moved to the XEventQueue.
4865
4866 2006-08-19  Chris Toshok  <toshok@ximian.com>
4867
4868         * XplatUIX11.cs: after further communication with pdb, we get the
4869         best of both worlds.  SetZOrder working for un-Mapped windows, and
4870         no X errors for un-mapped windows.
4871
4872 2006-08-19  Chris Toshok  <toshok@ximian.com>
4873
4874         * XplatUIX11.cs (SetZOrder): remove the if (!hwnd.mapped) check,
4875         as it was causing pdn toolbars to not have the correct stacking.
4876
4877 2006-08-18  Mike Kestner  <mkestner@novell.com> 
4878
4879         * ListView.cs : guard against negative ClientArea.Width in scrollbar
4880         calculation.  Not sure why control should ever be setting a negative
4881         width though.  Fixes #78931.
4882
4883 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4884
4885         * ComboBox.cs: Throw ArgumentNullException when adding/modifyng
4886         null items in ObjectCollection class.
4887         * ListBox.cs.: Likewise.
4888
4889 2006-08-18  Atsushi Enomoto  <atsushi@ximian.com>
4890
4891         * ThemeNice.cs, ThemeClearlooks.cs : remove RadioButton_DrawFocus()
4892           as the base method in ThemeWin32Classic should work fine.
4893           Fixed bug #78607.
4894
4895 2006-08-18  Jackson Harper  <jackson@ximian.com>
4896
4897         * Binding.cs: When validating if the value entered doesn't convert
4898         properly reset to the old value.
4899         * RadioButton.cs: Don't fire click when we get focus.
4900
4901 2006-08-18  Jackson Harper  <jackson@ximian.com>
4902
4903         * FileDialog.cs: Paint the selection on the directory combobox the
4904         same way as on MS. 
4905
4906 2006-08-17  Jackson Harper  <jackson@ximian.com>
4907
4908         * ErrorProvider.cs: Don't allow the error control to be selected.
4909         * Control.cs: Don't send the SetFocus messages, the control
4910         activation will do this, and if we do it blindly here validation
4911         does not work.
4912
4913 2006-08-17  Jackson Harper  <jackson@ximian.com>
4914
4915         * Control.cs:
4916         * ContainerControl.cs: Make validation events fire in the correct
4917         order.  TODO: For some reason the first validation event is not
4918         getting fired.
4919
4920 2006-08-17  Mike Kestner  <mkestner@novell.com> 
4921
4922         * ComboBox.cs : some null guarding for ComboListBox.Scroll.
4923
4924 2006-08-17  Mike Kestner  <mkestner@novell.com> 
4925
4926         * ComboBox.cs : implement scroll wheel support for popped-down
4927         state. Fixes #78945. 
4928
4929 2006-08-17  Jackson Harper  <jackson@ximian.com>
4930
4931         * TreeView.cs: Specify treeview actions (old patch that didn't get
4932         committed for some reason).
4933         - Don't let the mouse wheel scroll us too far.  Just want to make
4934         the bottom node visible, not scroll it all the ways to the top.
4935
4936 2006-08-17  Jackson Harper  <jackson@ximian.com>
4937
4938         * XplatUIX11.cs: Mouse wheel events go to the focused window.
4939
4940 2006-08-17  Mike Kestner  <mkestner@novell.com> 
4941
4942         * ComboBox.cs : don't do mouseover selection in simple mode.
4943
4944 2006-08-16  Jackson Harper  <jackson@ximian.com>
4945
4946         * Form.cs: Fire the closing events for all the mdi child windows
4947         when a window is closed.  If the cancel args are set to true, the
4948         main window still gets the event fired, but it doesn't not close.
4949         * MdiWindowManager.cs: Do this closing cleanup in a Closed
4950         handler, instead of when the button is clicked, so cancelling the
4951         close works correctly.
4952         * ComboBox.cs: Send the mouse down to the scrollbar.
4953
4954 2006-08-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4955
4956         * ListBox.cs: When passing 'null' to SelectedItem,
4957         set SelectedIndex to -1, to unselect items. This is the
4958         observed behaviour in .Net.
4959
4960 2006-08-16  Peter Dennis Bartok  <pbartok@novell.com> 
4961
4962         * TextBoxBase.cs: Overriding HandleClick to get clicks in spite of
4963           MS flags saying there won't be any. (fixes #78800)
4964         * Control.cs (HandleClick): Made virtual
4965
4966 2006-08-16  Atsushi Enomoto  <atsushi@ximian.com>
4967
4968         * PageSetupDialog.cs : use Yard-Pound units only in en-GB and en-US
4969           cultures. Fixed bug #78399.
4970
4971 2006-08-16  Jackson Harper  <jackson@ximian.com>
4972
4973         * Form.cs: Use the MdiClients MdiChildren property to access
4974         MdiChildren instead of creating the array from the child controls.
4975         * MdiClient.cs: Maintain a separate array of the mdi children, so
4976         that insertion order is maintained when the Z-order is changed.
4977
4978 2006-08-16  Mike Kestner  <mkestner@novell.com> 
4979
4980         * ListView.cs : add an ItemComparer and default to it for sorting.
4981         Fixes #79076, but sorting needs a complete overhaul to be compat with
4982         MS.
4983
4984 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
4985
4986         * XplatUIX11.cs (SetZOrder): Fix debugging leftover (fixes #79080)
4987
4988 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
4989
4990         * Hwnd.cs (Mapped): Properly traverse the tree
4991
4992 2006-08-15  Chris Toshok  <toshok@ximian.com>
4993
4994         * Binding.cs: fix PullData/SetPropertyValue.  We don't want to
4995         pass manager.Current.GetType() to ParseData.  It has to be the
4996         property type.  So, hold off doing the ParseData until we're in
4997         SetPropertyValue where we know the type.  This fixes the crash in
4998         #78821 but the textbox is still empty.
4999
5000 2006-08-15  Chris Toshok  <toshok@ximian.com>
5001
5002         * DataGrid.cs:
5003         - when we're scrolling, only call Edit() again if the
5004         current cell is still unobscured. Fixes bug #78927.
5005         - when handling mousedown on a cell, ensure the cell is visible
5006         before calling Edit.
5007         - remove the properties from DataGridRow, and remove the
5008         DataGridParentRow class altogether.
5009         
5010
5011 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
5012
5013         * TextBoxBase.cs (set_Text): Don't use base.Text, instead just
5014           fire OnTextChanged by ourselves. There's no point calling base,
5015           we don't set the base value anywhere else. Fixes #78773.
5016
5017 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5018
5019         * ListBox.cs: Call CollectionChanged when modifying
5020         an item from Items indexer, to update the actual items
5021         in the list box.
5022
5023 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5024
5025         * PrintDialog.cs: Small fixes for focus and a pair of checks,
5026         to match .Net behaviour.
5027
5028 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
5029
5030         * XplatUIX11.cs (SetZOrder): Handle raising toplevel windows
5031
5032 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
5033
5034         * Control.cs: Handle BringToFront for toplevel windows (Fixes #78737)
5035
5036 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
5037
5038         * MessageBox.cs: Prevent potential NRE exception.
5039         * TextBoxBase.cs: AutoSize only applies if MultiLine is false. Fixes #78889
5040
5041 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
5042
5043         * MessageBox.cs: Calculate the owner of a messagebox, also make
5044           it topmost. Fixes #78753
5045
5046 2006-08-14  Chris Toshok  <toshok@ximian.com>
5047
5048         * XplatUIX11.cs: A couple of fixes so that metacity will let us
5049         programmatically move windows.  first, set the PPosition hint as
5050         well as the USPosition hint.  Second include some code from pdb
5051         that sets the window type to NORMAL when we set the transient for
5052         hint.  This is because, in the absence of a window type, metacity
5053         thinks any window with TransientFor set is a dialog, and refuses
5054         to let us move it programmatically.  fascists.
5055
5056 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
5057
5058         * XplatUIX11.cs: When setting normal hints, take into consideration
5059           an different hints previously set so we don't delete them (fixes #78866)
5060
5061 2006-08-12  Chris Toshok  <toshok@ximian.com>
5062
5063         * ToolBarButton.cs: make Layout return a boolean, if something to
5064         do with the button's layout changed.
5065
5066         * ToolBar.cs:
5067         - add another parameter to Redraw, @force, which all existing
5068           calls set to true.
5069         - make the Layout function return a boolean which is true if the
5070           layout has actually changed.  Redraw now uses this (and @force)
5071           to determine when to invalidate.  At present the only place
5072           where @force can be false is the call from OnResize, when
5073           background_image == null.  So, resizing a toolbar when the
5074           layout doesn't change results in no drawing.
5075
5076 2006-08-12  Chris Toshok  <toshok@ximian.com>
5077
5078         * ThemeWin32Classic.cs: fix the bottom right corner painting.  had
5079         the VScrollBar and HScrollbar reversed.  oops.
5080
5081         * DataGrid.cs: fix the logic that assigns sizes to the implicit
5082         scrollbars.  we were assigning them twice (once in
5083         Calc{Horiz,Vertical}Scrollbar, and once in CalcGridAreas),
5084         therefore causing two scrollbar resizes (and redraws?) to happen
5085         per grid resize.
5086
5087 2006-08-12  Chris Toshok  <toshok@ximian.com>
5088
5089         * ToolBarButton.cs: redraw the entire button if the theme tells us
5090         to.
5091
5092         * Theme.cs: add ToolBarInvalidateEntireButton.
5093
5094         * ThemeWin32Classic.cs: we don't need to redraw the entire toolbar
5095         buttons, just the border.
5096
5097         * ThemeNice.cs: redraw the entire toolbar button since we need to
5098         draw the highlight image.
5099
5100         * ThemeClearlooks.cs: the rounded corners of toolbar buttons mean
5101         we need to redraw the entire button (not just the border).
5102
5103 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
5104
5105         * TextBoxBase.cs (CalculateScrollbars): Set the proper thumb size
5106           for vertical bars. Fixes the mismatches shown by #78513
5107
5108 2006-08-11  Alexander Olk  <alex.olk@googlemail.com>
5109
5110         * FileDialog.cs: If a saved/remembered path doesn't exist
5111           anymore, fall back to "Desktop".
5112
5113 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
5114
5115         * Form.cs (CreateParams): Don't use Parent.Handle unless we have a
5116           parent. It's apparently legal to not have one
5117         * XplatUIX11.cs:
5118           - SetZOrder: Don't try to set Z-Order on an unmapped window
5119           - CreateWindow: 0,0 are legal coordinates for a window. don't move
5120             it unless the coordinates are negative
5121
5122 2006-08-10  Mike Kestner  <mkestner@novell.com>
5123
5124         * ListControl.cs: allow null for DataSource.  Clear DisplayMember
5125         when setting to null per msdn docs.  Fixes #78854.
5126
5127 2006-08-10  Chris Toshok  <toshok@ximian.com>
5128
5129         * Menu.cs, MainMenu.cs, MenuAPI.cs: get rid of most of the
5130         flickering by setting a clip rectangle on the Graphics when we
5131         need to redraw just a particular menuitem.  Also, rename "OnClick"
5132         to "OnMouseDown" to reflect what it actually is.
5133         
5134         * Form.cs: track the OnMouseDown change.
5135
5136 2006-08-10  Peter Dennis Bartok  <pbartok@novell.com>
5137
5138         * CommonDialog.cs: Properly inherit the CreateParams from the form
5139           and only change what we need. Fixes #78865
5140
5141 2006-08-10  Chris Toshok  <toshok@ximian.com>
5142
5143         * ToolBar.cs, ToolBarButton.cs: fix the redraw-on-highlight
5144         flickering in flat mode (and most of the flickering in general) by
5145         only invalidating the button border (and not the entire rectangle)
5146         when the state changes.  A couple of cases still flicker:
5147         ToggleButtons, and the dropdown arrow case when the user mouse
5148         ups.
5149
5150 2006-08-10  Alexander Olk  <alex.olk@googlemail.com>
5151
5152         * X11Keyboard.cs: Fixed handling of the Del key on the cursorblock
5153           for german keyboards. Numlock state shouldn't affect the behaviour
5154           of the Del key. Fixes bug #78291.
5155
5156 2006-08-10  Chris Toshok  <toshok@ximian.com>
5157
5158         * ListControl.cs: remove the items.Clear line from BindDataItems,
5159         as this is the first thing done by both subclasses in their
5160         SetItemsCore overrides.  Also, add a ItemChanged handler, and when
5161         passed -1, refresh the list.  This gets databinding working when
5162         the datasource is set on the list before the datasource is
5163         populated (as in wf-apps/ReportBuilder.)
5164
5165         * ComboBox.cs: remove the argument to BindDataItems.  This call
5166         should really go away, and be initiated by the ListControl code.
5167
5168         * ListBox.cs: same.
5169
5170 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
5171
5172         * TextControl.cs (Document.ctor): Initialize caret so we don't crash
5173           if no data is in the document when the control is displayed
5174
5175 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com> 
5176
5177         * TextBoxBase.cs: Don't try moving the caret if we don't have a window
5178           yes (fixes #78806)
5179         * TextControl.cs: 
5180           - PositionCaret: Allow positioning of caret but don't call methods 
5181             requiring a handle if the window isn't created yet
5182           - CharIndexToLineTag: Fix ending loop early error. Lines is 1 based
5183           - owner_HandleCreated: Don't position the caret, just update it's 
5184             location. User might have already set a different position
5185
5186 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
5187
5188         * XplatUIWin32.cs: Don't use the desktop as basis for foster-parented
5189           windows. Screws up the returned coordinates for child windows. 
5190           Fixes #78825. I'm hoping this doesn't break something, since the
5191           code was explicitly put in 8 months ago, but no bug was attached.
5192           Menus still seem to work properly.
5193
5194 2006-08-08  Chris Toshok  <toshok@ximian.com>
5195
5196         * DataGrid.cs: make BeginInit/EndInit actually do what they're
5197         supposed to do - delay data binding until the EndInit call.  Also,
5198         make the table style collection's CollectionChangeAction.Refresh
5199         work properly.
5200
5201         * GridTableStylesCollection.cs: raise a CollectionChangeEvent
5202         (with action = Refresh) when a consituent table's MappingName is
5203         changed.
5204
5205 2006-08-08  Chris Toshok  <toshok@ximian.com>
5206
5207         * ToolBarButton.cs: in set_Text, call Parent.Redraw, not
5208         Invalidate, since changing the text can change the size of the all
5209         toolbar buttons.
5210
5211 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
5212
5213         * Form.cs (AddOwnedForm): Still need to add the form to our listif
5214           we don't have it yet
5215
5216 2006-08-08  Chris Toshok  <toshok@ximian.com>
5217
5218         * PrintControllerWithStatusDialog.cs: don't .Close() the status
5219         dialog, as this causes X errors later on, since we actually
5220         destroy the window.  Instead, .Hide() it.
5221
5222 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
5223
5224         * ComboBox.cs: Added focus reflection for popup window
5225         * XplatUIX11.cs: 
5226           - Removed transient setting for non-app windows for now, not sure it
5227             was needed
5228           - Fixed logic checking if we have captions when deciding 
5229             override_redirect, WS_CAPTION is two bits and a 0 check was not
5230             sufficient
5231           - Removed the WINDOW_TYPE stuff, it was unneeded and making things
5232             complicated
5233         * Form.cs: 
5234           - AddOwnedForm: Don't just add the form to the list, call the property
5235             to ensure the driver is informed about the ownership as well
5236           - CreateHandle: Set the TopMost status in the driver if we have an owner
5237         * XplatUI.cs: Fixed debug statement
5238
5239 2006-08-08  Jonathan Pobst <monkey@jpobst.com>
5240         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
5241           GroupBoxRenderer.cs, ProgressBarRenderer.cs, RadioButtonRenderer.cs,
5242           ScrollBarRenderer.cs, TabRenderer.cs, TextBoxRenderer.cs, 
5243           TrackBarRenderer.cs: Make constructor private.
5244         * ProfessionalColors.cs, ProfessionalColorTable.cs: Fix misnamed properties.
5245         * ProfessionalColorTable.cs: Make properties virtual.
5246
5247 2006-08-06  Duncan Mak  <duncan@novell.com>
5248
5249         * NumericUpDown.cs (Value): Don't call OnValueChanged if the value
5250         is not changing.
5251
5252 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
5253         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
5254           GroupBoxRenderer.cs, ProfessionalColors.cs, ProfessionalColorTable.cs,
5255           ProgressBarRenderer.cs, RadioButtonRenderer.cs, ScrollBarRenderer.cs,
5256           TabRenderer.cs, TextBoxRenderer.cs, TextRenderer.cs, TrackBarRenderer.cs:
5257           Initial import of new 2.0 classes.
5258
5259 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
5260         * Application.cs: Add 2.0 VisualStyles properties.
5261
5262 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
5263         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
5264           XplatUIX11.cs: Create property to allow access to existing private
5265           variable "themes_enabled"
5266
5267 2006-08-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5268
5269         * ImageListStreamer.cs: generate the MemoryStreams with the exact BMP
5270         file size, as otherwise our class libraries fail using windows. Fixes
5271         bug #78759.
5272
5273 2006-08-04  Jackson Harper  <jackson@ximian.com>
5274
5275         * Form.cs:
5276         * XplatUIX11.cs: Move the toolwindow window manager creation into
5277         the X11 driver, this way on win32 we can let windows create/handle
5278         the toolwindows.
5279
5280 2006-08-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5281
5282         * PrintDialog.cs: Remove some redundant checks, add some others,
5283         clean some code, and move the focus to the text boxes when the
5284         values are incorrect.
5285
5286 2006-08-04  Alexander Olk  <alex.olk@googlemail.com>
5287
5288         * FontDialog.cs: Remove Form.MinimumSize. It's not needed.
5289
5290 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
5291
5292         * NumericUpDown.cs: Setting the Minimum and Maximum is now
5293           handled correctly. Fixes bug #79001.
5294
5295 2006-08-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5296
5297         * PrintDialog.cs: The "Copies" numeric up down must have
5298         set the Minimum property to 1; only if the value is bigger
5299         than 1, activate "Collate" check box. This is the behaviour of .Net.
5300         Also modify the Document elements only if it is not null.
5301
5302 2006-08-03  Jackson Harper  <jackson@ximian.com>
5303
5304         * TreeNodeCollection.cs: Fix copyto to use the correct nodes
5305         length. (We have a larger array then actual node count).
5306                 
5307 2006-08-03  Jackson Harper  <jackson@ximian.com>
5308
5309         * ComboBox.cs: Don't show selection by default.
5310         - The SelectAll isn't needed here, since the focus code should do
5311         that
5312         - DDL style lists to manual selection drawing, so when they
5313         get/lose focus they have to invalidate.
5314
5315 2006-08-03  Peter Dennis Bartok  <pbartok@novell.com>
5316
5317         * TextBoxBase.cs: Don't always show all selections by default.
5318
5319 2006-08-03  Jonathan Pobst  <monkey@jpobst.com>
5320         * ControlUpdateMode.cs, DataSourceUpdateMode.cs,
5321           HelpNavigator.cs, WebBrowserEncryptionLevel.cs:
5322           Fixed various typos.
5323
5324 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
5325
5326         * Control.cs: Removing the controls in a ControlCollection with
5327           Clear now hides the controls as expected. Fixes bug #78804. 
5328
5329 2006-08-03  Jackson Harper  <jackson@ximian.com>
5330
5331         * Control.cs: Revert previous focus patch, it breaks reflector.
5332
5333 2006-08-03  Jackson Harper  <jackson@ximian.com>
5334
5335         * ComboBox.cs: Cleanup selection and focus with the combobox.
5336         This also eliminates some duplicated keyboard code, since now
5337         everything is handled by the main class.
5338         - Make list selection work on mouse up instead of down, to match
5339         MS.
5340
5341 2006-08-02  Jackson Harper  <jackson@ximian.com>
5342
5343         * Control.cs: Setting focus needs to go through the whole
5344         selection mechanism.
5345
5346 2006-08-02  Chris Toshok  <toshok@ximian.com>
5347
5348         * PrintPreviewDialog.cs: change MinimumSize to use
5349         base.MinimumSize so it works.
5350
5351 2006-08-02  Peter Dennis Bartok  <pbartok@novell.com>
5352
5353         * TextControl.cs:
5354           - UpdateCaret: Added sanity check in case caret isn't defined yet
5355           - Line.Delete: Now updating selection and caret markers if we're
5356             transfering a node (Properly fixes #78323)
5357           - SetSelectionEnd: Added sanity check
5358         * TextBoxBase.cs: Removed broken attempt to fix #78323
5359
5360 2006-08-01  Chris Toshok  <toshok@ximian.com>
5361
5362         * PrintPreviewDialog.cs: the CancelEventArgs stuff surrounding the
5363         Close() call is handled in Form, not here.
5364
5365 2006-08-01  Chris Toshok  <toshok@ximian.com>
5366
5367         * Theme.cs, ThemeWin32Classic.cs: fix the PrintPreviewControl
5368         layout/rendering.
5369
5370         * PrintPreviewDialog.cs: add scrollbars, and add an image cache
5371         for sizes < 100% zoom.  The code now aggressively attempts to keep
5372         from calling document.Print (), and tries not to use the scaling
5373         g.DrawImage whenever possible (it still does if you scale to >
5374         100%, since usually that involves huge images).
5375
5376         * PrintPreviewControl.cs: hook up the close button.
5377
5378 2006-08-01  Jonathan Pobst  <monkey@jpobst.com>
5379         * ColumnClickEventHandler.cs, DrawItemEventHandler.cs,
5380           ItemChangedEventHandler.cs, ItemCheckEventHandler.cs,
5381           ItemDragEventHandler.cs, LabelEditEventHandler.cs,
5382           LinkClickedEventHandler.cs, LinkLabelLinkClickedEventHandler.cs,
5383           MeasureItemEventHandler.cs, MethodInvoker.cs, PaintEventHandler.cs,
5384           PropertyTabChangedEventHandler.cs, PropertyValueChangedEventHandler.cs,
5385           SelectedGridItemChangedEventHandler.cs, ToolBarButtonClickEventHandler.cs:
5386           Removed [Serializable] for 2.0 Event Handlers.
5387
5388 2006-07-31  Jackson Harper  <jackson@ximian.com>
5389
5390         * TextBoxBase.cs: Make ShowSelection invalidate when changed.
5391         * TextControl.cs: Uncomment out the body of this method.
5392
5393 2006-07-31  Alexander Olk  <alex.olk@googlemail.com>
5394
5395         * XplatUIX11.cs: Use the correct cursor shapes for arrow and default
5396           standard cursors.
5397
5398 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
5399
5400         * TextBoxBase.cs: Added internal property ShowSelection to allow controls
5401           that embed TextBox and need selections visible even if textbox is not
5402           focused to enforce that behaviour.
5403         * TextControl.cs (Draw): Use ShowSelection instead of has_focus to determine
5404           selection drawing
5405
5406 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
5407
5408         * TextControl.cs:
5409           - Added new SetSelectionStart/SetSelectionEnd overloads
5410           - Fixed viewport width assignment to be accurate
5411           - Adjusted alignment line shift calculations to allow cursor on right
5412             aligned lines to be always visible at the right border (like MS)
5413         * TextBoxBase.cs:
5414           - SetBoundsCore: Re-adjust caret location after resize (Fixes #78323)
5415           - TextBoxBase_SizeChanged: recalculating canvas on size changes
5416           - CalculateScrollBars: Use ViewPort size instead of window size, to
5417             properly consider space occupied by the border and scrollbars 
5418             (Fixes #78661)
5419           - hscroll_ValueChanged, vscroll_ValueChanged: Fixed scroll 
5420             calculations; no longer leaves artifacts
5421           - CaretMoved: Adjusted window scrolling to match MS and fixed several
5422             calculation bugs (Still missing right/center align calculations)
5423
5424 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com> 
5425
5426         * XPlatUIWin32.cs: Made ScrollRectEx a bit more flexible, and removed
5427           use of both scroll rect and clip rect, as they do the same.
5428
5429 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
5430
5431         * Control.cs (WM_CHAR WndProc): 2.0 profile allows changing the key 
5432           in the event handler (fixes #78912)
5433
5434 2006-07-31  Chris Toshok  <toshok@ximian.com>
5435
5436         * ThemeWin32Classic.cs: use grid.RowsCount here instead of
5437         grid.ListManager.Count, since grid.ListManager might be null.
5438         This of course begs the question "why are we drawing rows for a
5439         grid with no list manager (and therefor no rows)?"  Fixes the
5440         crash in bug #78929.
5441
5442 2006-07-31  Chris Toshok  <toshok@ximian.com>
5443
5444         * RelatedPropertyManager.cs: Don't always chain up to the parent
5445         ctor.  instead, call SetDataSource if the parent's position is !=
5446         -1.  Fixes the crash in #78822.
5447
5448 2006-07-31  Chris Toshok  <toshok@ximian.com>
5449
5450         * DataGrid.cs (get_ListManager): use field instead of property
5451         accessors for datasource and datamember.
5452         (RowsCount): make internal again.
5453         (OnMouseDown): end edits before resizing columns/rows.
5454         (OnMouseUp): restart edits after resizing columns/rows.
5455
5456 2006-07-30  Peter Dennis Bartok  <pbartok@novell.com>
5457
5458         * XplatUIX11.cs: Default cursor cannot be 0 or it will not get set.
5459           This fixes the situation where the last set cursor is displayed
5460           whenever the mouse is over scrollbars.
5461
5462 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5463
5464         * PrintDialog.cs: Fix the behaviour of PrinterSettings and
5465         Document properties, as well as initial values.
5466
5467 2006-07-29  Peter Dennis Bartok  <pbartok@novell.com>
5468
5469         * XplatUIWin32.cs (SetBorderStyle): Setting both border
5470           and ClientEdge results in a 3-pixel border, which is
5471           wrong.
5472
5473 2006-07-28  Jackson Harper  <jackson@ximian.com>
5474
5475         * TreeNodeCollection.cs: Fix the clear method.
5476         - Fix the Shrink also
5477
5478 2006-07-27  Jackson Harper  <jackson@ximian.com>
5479
5480         * TreeView.cs: Make sure the visible order is computed when we
5481         attempt to size the scrollbars (for trees that mess with the
5482         scrolling when they shouldn't.
5483         - Make sure to give the scrollbars valid values.
5484
5485 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
5486
5487         * XplatUIX11.cs: Move motion compression code to where it
5488           has less performance impact
5489
5490 2006-07-26  Jackson Harper  <jackson@ximian.com>
5491
5492         * UpDownBase.cs: When the control is selected make the child
5493         controls non selectable, so that a click on them won't do a
5494         focus/unfocus cycle.
5495         - Don't give focus to the text box when the spinner is selected.
5496         * XEventQueue.cs: Peek on both the x11 queue and the lock queue.
5497
5498 2006-07-26  Chris Toshok  <toshok@ximian.com>
5499
5500         * ThemeWin32Classic.cs: add print preview rendering.  I'm not
5501         satisfied with this solution.  If the bitmaps are small, we should
5502         just cache them in the PrintPreviewDialog and draw them here.
5503         Also, the layout is broken for the 2-up and 3-up cases.
5504
5505         * Theme.cs: add PrintPReviewControlPaint.
5506
5507         * PrintPreviewDialog.cs: first pass implementation.
5508
5509         * PrintPreviewControl.cs: first pass implementation.  No
5510         scrollbars yet.
5511
5512         * PrintDialog.cs: only validate fields if that particular portion
5513         of the UI is enabled.  Also, set the document's controller to a
5514         PrintControllerWithStatusDialog wrapping the document's print
5515         controller.
5516
5517         * PrintControllerWithStatusDialog.cs: if we're printing to a file,
5518         bring up a SaveFileDialog (i hope we don't want to match the
5519         behavior of the crappy windows file entry) and set the
5520         PrinterSettings.PrintFileName accordingly.
5521
5522 2006-07-26  Jackson Harper  <jackson@ximian.com>
5523
5524         * ContainerControl.cs: Add a field that disables auto selecting
5525         the next control in a container when the container is activated.
5526         * UpDownBase.cs: Don't select the text box when the up down is
5527         selected.
5528
5529 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
5530
5531         * XEventQueue.cs: Added methods for peeking (used for compression
5532           of successive events)
5533         * XplatUIX11.cs (GetMessage): We're now compressing consecutive
5534           mouse move events (fixes #78732)
5535
5536 2006-07-25  Jackson Harper  <jackson@ximian.com>
5537
5538         * UpDownBase.cs: Use an internal class for the textbox so that we
5539         can control focus.  the updown control should always have focus,
5540         if either the text area or the buttons are clicked.
5541         - Send the key messages to the textbox, since it never actually
5542         has focus
5543         - Activate and decativate the textbox caret.
5544
5545 2006-07-24  Jackson Harper  <jackson@ximian.com>
5546
5547         * Control.cs: Use the directed select when selecting a control,
5548         this way the container controls override will get called and the
5549         whole ActiveControl chain will get triggered.  TODO: probably need
5550         to make sure this gets done everywhere instead of the old
5551         Select(Control).
5552         * ContainerControl.cs: Implement the directed Select method to
5553         find and activate the correct child control.    
5554         
5555 2006-07-22  Mike Kestner  <mkestner@novell.com>
5556
5557         * Form.cs: use Control.MousePosition for NCLBUTTONDOWN in the menu
5558         menu handling code so that clicks without a grab work too.
5559         [Fixes #78914]
5560
5561 2006-07-22  Alexander Olk  <alex.olk@googlemail.com>
5562
5563         * FileDialog.cs: Enable the BackButton when dirstack has one element.
5564           Added some small optimizations.
5565
5566 2006-07-21  Matt Hargett  <matt@use.net>
5567
5568         * Control.cs: Implemented 2.0 MinimumSize/MaximumSize properties
5569
5570 2006-07-21  Peter Dennis Bartok  <pbartok@novell.com> 
5571
5572         * Control.cs (GetNextControl): Fixes to make all of Jackson's unit 
5573           tests pass and match MS in some strange border cases.
5574
5575 2006-07-21  Chris Toshok  <toshok@ximian.com>
5576
5577         * ThemeWin32Classic.cs: handle drawing of the relation links and
5578         parent row buttons.
5579
5580         * Theme.cs: change args to DataGridPaintParentRow.
5581
5582         * DataGrid.cs: Don't use controls for the relation links and
5583         parent buttons, so we have to handle all their interactions in
5584         MouseMove, MouseDown, MouseUp, etc.  Also, store a lot more stuff
5585         when we're navigating through child tables, so we can reinstate
5586         selection, expanded state, current cell, etc.
5587
5588 2006-07-20  Chris Toshok  <toshok@ximian.com>
5589
5590         * ToolBar.cs: When we redraw a button, for whatever reason,
5591         there's no reason to redraw the entire toolbar.  Also, don't call
5592         Control.Refresh from within Redraw, as it's much heavier than
5593         Invalidate (which is really what we want).
5594
5595 2006-07-20  Chris Toshok  <toshok@ximian.com>
5596
5597         * DataGrid.cs, CurrencyManager.cs, DataGridColumnStyle.cs,
5598         DataGridTextBoxColumn.cs, DataGridTextBox.cs,
5599         ThemeWin32Classic.cs, ListControl.cs: After staring at stack
5600         traces from within a debug IBindingList datasource
5601         (in mono/winforms/datagrid) for *days*, I've finally gotten things
5602         to work in a similar fashion.
5603
5604 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5605
5606         * ListBox.cs: Don't call Sort () when setting 
5607         the Sorted property to false (avoid an unnecessary sort).
5608
5609 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5610
5611         * ListControl.cs: DataSource should throw an ArgumentException
5612         instead of a normal exception when the argument is not of the 
5613         correct type.
5614
5615 2006-07-20  Mike Kestner  <mkestner@novell.com>
5616
5617         * Control.cs: add InternalPreProcessMessage to allow us to steal
5618         key events before MWF gets its paws on them.  Adapted from a
5619         suggestion by eno.
5620         * ToolBar.cs: add GotLostFocus handing for flat toolbars, with 
5621         up/down/left/right navigation. Override the new internal control
5622         method to steal the events since they never make it to WndProc.
5623         * ToolBarButton.cs: don't worry about pushed when setting hilight
5624         since the drawing code prefers pushed to hilight. Invalidate on 
5625         Hilight changes. Fixes #78547 and #78525.
5626
5627 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
5628
5629         * ScrollableControl.cs: Consider AutoScrollMinSize when calculating
5630           the canvas size. Fixes #78868
5631
5632 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com>
5633
5634         * Splitter.cs: Track requested split position until first layout
5635           is performed. Fixes #78871
5636
5637 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
5638
5639         * Application.cs: Removed code that forces 1.x for the version
5640           number if the version started with 0. Not sure why that code was
5641           there and I couldn't find any bugs that indicated we needed it.
5642           Fixes #78869
5643
5644 2006-07-20  Alexander Olk  <alex.olk@googlemail.com>
5645
5646         * ThemeWin32Classic.cs: Don't throw a NotImplementedException in
5647           ResetDefaults(), just write some output to the console until it's
5648           implemented. Fixes bug #78907 for now. Eliminated two warnings.
5649
5650 2006-07-19  Jonathan Chambers  <joncham@gmail.com>
5651
5652         * PropertyGridView.cs: set StartPosition of drop down forms
5653         so they appear in correct initial spot.  Fixes #78190.
5654
5655 2006-07-19  Mike Kestner  <mkestner@novell.com>
5656
5657         * ThemeWin32Classic.cs: use parent background color when drawing
5658         flat toolbars.  Restructure the conditionals to make sure non-flat
5659         non-Divider toolbars are filled too.  Fixes #78837.
5660
5661 2006-07-19  Mike Kestner  <mkestner@novell.com>
5662
5663         * ListBox.cs: Sort on collection changes even if the handle
5664         isn't created yet.  Fixes #78813.
5665
5666 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5667
5668         * ListControl.cs: DisplayMember should never be null,
5669         and now we assign String.Empty when null is passed to it (this
5670         is the .Net way).
5671
5672 2006-07-17  Mike Kestner  <mkestner@novell.com>
5673
5674         * ListViewItem.cs: restructure Font and subitem Font handling 
5675         to hold a specific font and refer back to owner on null.
5676         Fixes #78761.
5677
5678 2006-07-17  Mike Kestner  <mkestner@novell.com>
5679
5680         * ToolBar.cs: bandaid for side-effect of previous patch which was
5681         discarding explicit heights for non-AutoSize toolbars.  Need to
5682         extend my format tester to deal with AutoSize=false. Fixes #78864.
5683
5684 2006-07-15  Jackson Harper  <jackson@ximian.com>
5685
5686         * LabelEditTextBox.cs:
5687         * TreeView.cs: Use a new LabelEdit class for node editing, this
5688         class automatically 'closes' itself when it gets the enter key or
5689         loses focus.
5690         - Use the client rectangle when setting the trees scrollbars, so
5691         border style is taken into account.
5692         
5693 2006-07-14  Jackson Harper  <jackson@ximian.com>
5694
5695         * TreeNode.cs:
5696         * TreeView.cs: Make the editing work similar to MSs, firing the
5697         events correctly and ending edits correctly.
5698
5699 2006-07-14  Mike Kestner  <mkestner@novell.com>
5700
5701         * ToolBarButton.cs:
5702         * ToolBar.cs: layout restructuring and redraw enhancements to support
5703         formatting changes gracefully, like setting TextAlign, ImageList, 
5704         ButtonSize, and Appearance.  Handles explicit button sizing quirks
5705         of the MS controls.  Things like flat toolbars ignoring button size
5706         but becoming constant sized at the largest button's size.  Normal
5707         toolbars with an image set cannot be shrunk smaller than the image,
5708         but text can be clipped/ignored.
5709         * ThemeWin32Classic.cs: don't draw text if text_rect height or width
5710         is zero.  Seems like DrawString should be smart enough to not put
5711         anything on screen though. Also trim labels and ellipsize at the char
5712         boundary, not word.
5713         Fixes #78711 and #78483.
5714
5715 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
5716
5717         * FolderBrowserDialog.cs: Disable "New Folder" button and
5718           "New Folder" contextmenu menuitem if a folder like "My Computer"
5719           is selected.
5720
5721 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
5722
5723         * FileDialog.cs: Don't create a new folder in "MyComputer" folder.
5724         * FolderBrowserDialog.cs:
5725           - Use MWFConfig to store and read size and position settings
5726           - Added code to create a new folder (button or context menu).
5727             Use TreeView labeledit to change the name of the new folder.
5728
5729 2006-07-14  Jackson Harper  <jackson@ximian.com>
5730
5731         * TreeView.cs: Raise the OnAfterLabelEdit event correctly.  Also,
5732         when the tree is scrolled we end editing.
5733
5734 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
5735
5736         * ThemeWin32Classic.cs: Fixed position of CPDrawScrollButton Up and
5737           Down arrows
5738
5739 2006-07-14  Jonathan Pobst  <monkey@ipobst.com> 
5740
5741         WebBrowserProgressChangedEventHandler.cs, BindingCompleteEventArgs.cs,
5742         BindingCompleteEventHandler.cs, BindingManagerDataErrorEventArgs.cs,
5743         BindingManagerDataErrorEventHandler.cs, CacheVirtualItemsEventArgs.cs,
5744         CacheVirtualItemsEventHandler.cs, ColumnReorderedEventArgs.cs,
5745         ColumnReorderedEventHandler.cs, ColumnWidthChangedEventArgs.cs,
5746         ColumnWidthChangedEventHandler.cs, ColumnWidthChangingEventArgs.cs,
5747         ColumnWidthChangingEventHandler.cs, FormClosedEventArgs.cs,
5748         FormClosedEventHandler.cs, FormClosingEventArgs.cs,
5749         FormClosingEventHandler.cs, ItemCheckedEventArgs.cs,
5750         ItemCheckedEventHandler.cs, ListControlConvertEventArgs.cs,
5751         ListControlConvertEventHandler.cs, ListViewItemMouseHoverEventArgs.cs,
5752         ListViewItemMouseHoverEventHandler.cs, ListViewItemSelectionChangedEventArgs.cs,
5753         ListViewItemSelectionChangedEventHandler.cs,
5754         ListViewVirtualItemsSelectionRangeChangedEventArgs.cs,
5755         ListViewVirtualItemsSelectionRangeChangedEventHandler.cs,
5756         MaskInputRejectedEventArgs.cs, MaskInputRejectedEventHandler.cs,
5757         PopupEventArgs.cs, PopupEventHandler.cs, PreviewKeyDownEventArgs.cs,
5758         PreviewKeyDownEventHandler.cs, RetrieveVirtualItemEventArgs.cs,
5759         RetrieveVirtualItemEventHandler.cs, SearchForVirtualItemEventArgs.cs,
5760         SearchForVirtualItemEventHandler.cs, SplitterCancelEventArgs.cs,
5761         SplitterCancelEventHandler.cs, TabControlCancelEventArgs.cs, 
5762         TabControlCancelEventHandler.cs, TabControlEventArgs.cs, 
5763         TabControlEventHandler.cs, TableLayoutCellPaintEventArgs.cs,
5764         TableLayoutCellPaintEventHandler.cs, ToolStripDropDownClosedEventArgs.cs,
5765         ToolStripDropDownClosedEventHandler.cs, ToolStripDropDownClosingEventArgs.cs,
5766         ToolStripDropDownClosingEventHandler.cs, TreeNodeMouseClickEventArgs.cs,
5767         TreeNodeMouseClickEventHandler.cs, TreeNodeMouseHoverEventArgs.cs,
5768         TreeNodeMouseHoverEventHandler.cs, TypeValidationEventArgs.cs,
5769         TypeValidationEventHandler.cs, WebBrowserDocumentCompletedEventArgs.cs,
5770         WebBrowserDocumentCompletedEventHandler.cs, WebBrowserNavigatedEventArgs.cs,
5771         WebBrowserNavigatedEventHandler.cs, WebBrowserNavigatingEventArgs.cs,
5772         WebBrowserNavigatingEventHandler.cs, 
5773         WebBrowserProgressChangedEventArgs.cs: New 2.0 Event Handlers
5774
5775 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
5776
5777         MergeAction.cs, PowerLineStatus.cs, PowerState.cs, PreProcessControlState.cs,
5778         RichTextBoxLanguageOptions.cs, ScreenOrientation.cs, ScrollOrientation.cs,
5779         SearchDirectionHint.cs, SystemParameter.cs, TabControlAction.cs,
5780         TableLayoutPanelCellBorderStyle.cs, TextDataFormat.cs, TextImageRelation.cs,
5781         ToolStripDropDownCloseReason.cs, ToolStripDropDownDirection.cs,
5782         ToolStripGripDisplayStyle.cs, ToolStripGripStyle.cs,
5783         ToolStripItemAlignment.cs, ToolStripItemDisplayStyle.cs,
5784         ToolStripItemImageScaling.cs, ToolStripItemOverflow.cs,
5785         ToolStripItemPlacement.cs, ToolStripLayoutStyle.cs,
5786         ToolStripManagerRenderMode.cs, ToolStripRenderMode.cs,
5787         ToolStripStatusLabelBorderSides.cs, ToolStripTextDirection.cs,
5788         ToolTipIcon.cs, TreeNodeStates.cs, TreeViewDrawMode.cs,
5789         TreeViewHitTestLocations.cs, UnhandledExceptionMode.cs, ValidationConstraints.cs,
5790         WebBrowserEncryptionLevel.cs, WebBrowserReadyState.cs, WebBrowserRefreshOption.cs,
5791         ArrowDirection.cs, AutoCompleteMode.cs, AutoCompleteSource.cs, AutoSizeMode.cs,
5792         AutoValidate.cs, BatteryChargeStatus.cs, BindingCompleteContext.cs,
5793         BindingCompleteState.cs, CloseReason.cs, ColumnHeaderAutoResizeStyle.cs,
5794         ControlUpdateMode.cs, DataSourceUpdateMode.cs, DockingBehavior.cs,
5795         FixedPanel.cs, FlowDirection.cs, GetChildAtPointSkip.cs,
5796         HtmlElementInsertionOrientation.cs, InsertKeyMode.cs, ListViewHitTestLocations.cs,
5797         ListViewItemStates.cs, MaskFormat.cs: Added
5798
5799 2006-07-13  Jonathan Chambers  <joncham@gmail.com>
5800
5801         * PropertyGridView.cs: Fix keyboard navigation of drop down.
5802         Patch from eno for bug 78558.
5803         
5804 2006-07-13  Jackson Harper  <jackson@ximian.com>
5805
5806         * TreeView.cs: When an edit is finished make sure that the
5807         selected node is visible.
5808         - When setting the top/bottom use the scrollbars is_visible, so
5809         everything will be set correctly even if the tree isn't visible
5810         yet.
5811
5812 2006-07-13  Jackson Harper  <jackson@ximian.com>
5813
5814         * ComboBox.cs: Revert the item->index part of my previous patch.
5815         * TreeView.cs: Use LostFocus instead of Leave for detecting when
5816         the edit box has lost focus (duh).
5817         - Just make the edit box not visible when we get return, that will
5818         take the focus, which will call EndEdit
5819         * TreeNode.cs When we start editing, notify the treeview.
5820
5821 2006-07-12  Jackson Harper  <jackson@ximian.com>
5822
5823         * ComboBox.cs: Clear out old items before setting the item list.
5824         This prevents databound controls from having their items added
5825         twice.
5826         - Switch the combobox to use indices whereever possible instead of
5827         using Item's.  This allows usto navigate through lists that have
5828         more then one item with the same string value (ie a, b, b, a).
5829         - Scroll the listboxes scrollbar when a non visible item is
5830         highlighted
5831         - Allow keypress to cycle through all the possible values. For
5832         example if you have b1, b2, b3 and hold down the B key all the
5833         values will be cycled through.
5834         
5835 2006-07-12  Jackson Harper  <jackson@ximian.com>
5836
5837         * TextBoxBase.cs:
5838         * ListView.cs: Don't need to override SETFOCUS anymore, we can do
5839         this using the internal methods.
5840         * Control.cs: Add OnGotFocusInternal.  A new method that allows
5841         controls to "override" OnGotFocus and change focus behavior if
5842         needed.
5843         - Same thing for LostFocus
5844         * ComboBox.cs: Pass off focus to the text control properly.
5845
5846 2006-07-12  Alexander Olk  <alex.olk@googlemail.com>
5847
5848         * FileDialog.cs: Added GetFoldersOnly to MWFVFS
5849         * FolderBrowserDialog.cs: Almost a complete rewrite.
5850           - Better support for Environment.Specialfolders
5851           - Added support for MWFVFS
5852           - Made setting SelectedPath work
5853
5854 2006-07-12  Jackson Harper  <jackson@ximian.com>
5855
5856         * Control.cs: Optimze getting all the controls.
5857
5858 2006-07-11  Jackson Harper  <jackson@ximian.com>
5859
5860         * ContainerControl.cs: Override SETFOCUS in the container control,
5861         so that it is not selected on mouse click.
5862
5863 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com> 
5864
5865         * LinkLabel.cs: Hack to handle Shift-Tabbing to the linklabel. 
5866           Hopefully we will have a better way once all of focus is complete.
5867
5868 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com>
5869
5870         * ThemeWin32Classic.cs: Commented out some debug code and fixed
5871           a compile error with csc.
5872
5873 2006-07-11  Jackson Harper  <jackson@ximian.com>
5874
5875         * Control.cs: When hiding a control only select the next control
5876         if the current control was focused.
5877         - Don't handle enter/leave when setting/killing focus, this is
5878         done by the container control.
5879         - Remove is_selected, it's not needed anymore.
5880         - Add utility methods for selecting a child control, and for
5881         firing the Enter/Leave events.
5882         * ContainerControl.cs: When a control is activated fire the
5883         enter/leave events.
5884         - Don't wrap when processing the tab key, so that focus can be
5885         moved outside of the container.
5886         - Use the correct active control
5887
5888 2006-07-11  Jackson Harper  <jackson@ximian.com>
5889
5890         * ComboBox.cs: Remove some debug code that was blinding me.
5891         * UpDownBase.cs: These controls actually aren't implicit, they are
5892         visible to the user.
5893
5894 2006-07-10  Chris Toshok  <toshok@ximian.com>
5895
5896         * DataGrid.cs: move back to the is_adding boolean field.  god i
5897         hate this is_editing/is_adding/is_changing stuff.
5898
5899 2006-07-10  Chris Toshok  <toshok@ximian.com>
5900
5901         * DataGridTableStyle.cs: just check if the property type is bool.
5902         if it is, use DataGridBoolColumn, otherwise DataGridTextBoxColumn.
5903         Don't use CanRenderType.
5904
5905         * DataGridTextBoxColumn.cs: set the value to DBNull.Value, not "",
5906         if our text == NullText.  Remove CanRenderType.
5907
5908         * DataGridBoolColumn.cs: nuke CanRenderType.
5909
5910         * DataGrid.cs: reenable some code to end the current edit inside
5911         of set_CurrentCell.  This fixes the other 1.1.16 regression.
5912         Also, remove rowhdrs_maxheight and just use rowhdrs_area.Height.
5913         Also, remove the visible_row_count arg from CalcRowHeaders, since
5914         we don't need to worry about the actual height of the area.
5915
5916 2006-07-10  Chris Toshok  <toshok@ximian.com>
5917
5918         * DataGridTextBoxColumn.cs: if when we Commit we're in navigate
5919         mode, just return.
5920
5921         * DataGridTextBox.cs: change "isedit" to "isnavigating" to reflect
5922         the real sense of the IsInEditOrNavigateMode property (true =
5923         navigate, false = edit).  Also, update OnKeyPress to reflect this.
5924
5925         * DataGridTableStyle.cs (CreateColumnsForTable): even if the
5926         column style exists, we still need to set its property descriptor
5927         to match up with our list manager.
5928
5929 2006-07-10  Chris Toshok  <toshok@ximian.com>
5930
5931         * ThemeWin32Classic.cs: implement the new row/header painting
5932         approach.  The parent row painting will likely go away and
5933         replaced with label controls, but the rest seems to work ok (and
5934         efficiently).
5935
5936         * Theme.cs: change the way we draw datagrid rows.  we don't draw
5937         the row headers as a block now.  Instead we draw them in the
5938         normal draw-row loop.  Add some calls for drawing parent rows and
5939         relation rows.
5940
5941         * DataGridTableStyle.cs: add tons of ArgumentExceptions if this is
5942         a default table style.  Set the defaults from ThemeEngine.Current,
5943         not SystemColors.  Fix lots of misc issues with property setters.
5944
5945         * DataGrid.cs: move loads of style information out of this class
5946         as it's being duplicated with DataGridTableStyle.  keep track of a
5947         special DataGridTableStyle for the properties we used to mirror
5948         here.  Switch all the style properties to access this table style
5949         instead of instance fields of this class.  Also add a internal
5950         class to represent parent rows (more needs to be stored here, like
5951         the selection state from the parent table, as well as the
5952         expansion state.)  Also, for datasources with relations, do the
5953         right thing for collapse/expand, and add support for the
5954         navigation/parent row buttons.
5955
5956         Lastly, fix the crash in the 1.1.16 build.
5957
5958         * GridTableStylesCollection.cs: make the explicit interface
5959         implementations call the class's methods as opposed to duplicating
5960         them.
5961
5962         * DataGridTextBoxColumn.cs: set the x/y offset of the textfield to
5963         0 so the text doesn't jump around when we move the cursor.
5964
5965 2006-07-10  Jackson Harper  <jackson@ximian.com>
5966
5967         * TextBoxBase.cs:
5968         * ListBox.cs: Match MS's ToString (this makes debugging focus
5969         stuff infinitely easier).
5970
5971 2006-07-10  Jackson Harper  <jackson@ximian.com>
5972
5973         * Control.cs (SelectNextControl): When checking the control's
5974         parent use this instead of ctrl.parent so that null can be passed
5975         to SelectNextControl. (I have unit tests for this).
5976         - Remove unused var.
5977
5978 2006-07-10  Chris Toshok  <toshok@ximian.com>
5979
5980         * CurrencyManager.cs: correct one regression, the removal of the
5981         finalType field.  Also, add a MonoTODO on CanAddRows, implement
5982         Refresh() correctly, and fix some event emission in
5983         ListChangedHandler.
5984
5985 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
5986
5987         * FileDialog.cs: Don't use brackets for new folders if they exist
5988           under *nix. Instead use -(number of existing folders +1).
5989
5990 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
5991
5992         * FileDialog.cs:
5993           - Fixed really nasty bug #78771
5994           - Don't block the whole GUI when reading directories with a lot of
5995             entries. Use an other thread instead and call BeginInvoke to
5996             update the ListView in MWFFileView
5997
5998 2006-07-07  Chris Toshok  <toshok@ximian.com>
5999
6000         * Control.cs (Dispose): release any Capture when disposing.
6001
6002 2006-07-07  Chris Toshok  <toshok@ximian.com>
6003
6004         * LinkLabel.cs (Select): if we chain up to the parent, set
6005         focused_index to -1 so we'll search for the first available link
6006         the next time the user tabs into us.  Also, if the direction is
6007         backward and focused_index == -1, start the search from the last
6008         element.
6009
6010 2006-07-07  Chris Toshok  <toshok@ximian.com>
6011
6012         * LinkLabel.cs (CreatePiecesFromText): if the link's range piece
6013         is beyond the end of the text, don't do anything.
6014         (CreateLinkPieces): set our ControlStyles.Selectable based on
6015         whether or not we have any links.
6016         (Link.Invalidate): use a loop instead of foreach.
6017         (Link.set_Start): null out owner.sorted_links so it'll be
6018         recreated by CreateLinkPieces.
6019
6020 2006-07-06  Chris Toshok  <toshok@ximian.com>
6021
6022         * LinkLabel.cs: revert the SetStyle change.
6023
6024 2006-07-06  Chris Toshok  <toshok@ximian.com>
6025
6026         * LinkLabel.cs (.ctor): SetStyle Selectable to true.
6027         (OnEnableChanged): s/Refresh/Invalidate
6028         (OnGotFocus): if we have a focused index already, refocus it (so
6029         if we mouse out/in to the window it'll focus the right link).
6030         (OnKeyDown): move the tab handling out of here.
6031         (OnLostFocus): don't set focused_index to -1, so we can refocus it
6032         when we lose focus.
6033         (OnMouseDown): don't Capture here - Control handles it.  Also,
6034         focus the active link.
6035         (OnMouseUp): don't deal with Capture.
6036         (OnPaintBackgroundInternal): remove.
6037         (OnTextAlignChanged): CreateLinkPieces before calling the
6038         superclass's method.
6039         (OnTextChanged): call CreateLinkPieces before calling superclass's
6040         method.
6041         (ProcessDialogKey): handle Tab here, and call Select(bool,bool) to
6042         move around.
6043         (Select): implement this, moving the selection between different
6044         links, and call parent.SelectNextControl if we don't have another
6045         link to focus in the given direction.
6046         (CreateLinkPieces): call Invalidate instead of Refresh.
6047         
6048 2006-07-06  Chris Toshok  <toshok@ximian.com>
6049
6050         * ThemeWin32Classic.cs: DrawLinkLabel changes to accomodate the
6051         new LinkLabel internals.
6052
6053         * LinkLabel.cs: fairly major rewrite.  get rid of all the loops
6054         over pieces looking for active/focused/etc links.  also, deal with
6055         runs of text (and links) with embedded \n's in them, and use
6056         MeasureCharacterRanges instead of MeasureString to figure out the
6057         regions text occupies.  Lastly, do the usual s/Refresh/Invalidate
6058         two-step.
6059
6060 2006-07-04  Jackson Harper  <jackson@ximian.com>
6061
6062         * XplatUIX11.cs: Enable key auto repeat. If the user doesn't have
6063         XKB or key auto repeat, do it manually.  Without key auto repeat,
6064         when a key is held down we get key press, key release, key press,
6065         key release, ... with auto repeat we get key press, key press, key
6066         press ..., and then a release when the key is actually released.
6067
6068 2006-07-03  Jackson Harper  <jackson@ximian.com>
6069
6070         * TabControl.cs:
6071         * ThemeWin32Classic.cs: Tabs do not obey normal background color
6072         rules, they are always control color regardless of the background
6073         color.
6074
6075 2006-07-02  Alexander Olk  <alex.olk@googlemail.com>
6076
6077         * FileDialog.cs: Added internal class MWFConfig.
6078           Removed Registry support and replaced it with support for the new
6079           MWFConfig class. See MWFConfig comments for more information.
6080
6081 2006-06-30  Alexander Olk  <alex.olk@googlemail.com>
6082
6083         * ThemeWin32Classic.cs: Added RadioButton and CheckBox focus
6084           rectangle. Added some patches from eno from bug #78490 and fixed
6085           the arrow position for small up and down CPDrawScrollButtons.
6086
6087 2006-06-30  Jackson Harper  <jackson@ximian.com>
6088
6089         * InternalWindowManager.cs: Remove some debug code.
6090         * Form.cs: When an MdiParent is set to null, the window is
6091         "detatched" and becomes a normal window.
6092         * MdiClient.cs: Don't bring the new child form to the front until
6093         it is activated (setting it as active does this), this makes the
6094         previously active forms titlebar get redrawn as inactive.
6095
6096 2006-06-29  Peter Dennis Bartok  <pbartok@novell.com>
6097
6098         * PrintDialog.cs: Labels need a tab index too, otherwise they overlap
6099           with later controls
6100
6101 2006-06-29  Mike Kestner  <mkestner@novell.com>
6102
6103         * MenuAPI.cs: handle arrow keys in keynav state. Go active on down
6104         arrow in keynav state.  Fixes #78682.
6105
6106 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
6107
6108         * PrintDialog.cs: Reorder, relayout, remove extra code, set tab 
6109           order (fixes #78393)
6110
6111 2006-06-28  Jonathan Pobst  <monkey@ipobst.com>
6112
6113         * AccessibleRole.cs, AccessibleStates.cs, AnchorStyles.cs, 
6114           ArrangeDirection.cs, ArrangeStartingPosition.cs, ColorDepth.cs,
6115           ControlStyles.cs, DataGridViewImageCellLayout.cs, DrawMode.cs,
6116           FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs,
6117           GridItemType.cs, HelpNavigator.cs, ImeMode.cs, ItemActivation.cs,
6118           ItemBoundsPortion.cs, Keys.cs, ListViewAlignment.cs, 
6119           PictureBoxSizeMode.cs, PropertySort.cs, SelectionMode.cs,
6120           Shortcut.cs, SizeGripStyle.cs, SortOrder.cs, StructFormat.cs,
6121           TextFormatFlags.cs, ToolBarAppearance.cs, ToolBarButtonStyle.cs,
6122           ToolBarTextAlign.cs, View.cs: 2.0 Changes to existing 1.x
6123           enumerations (FlagsAttribute, SerializableAttribute, added/removed
6124           values)
6125
6126 2006-06-28  Mike Kestner  <mkestner@novell.com>
6127
6128         * ComboBox.cs: implement scroll wheel support. Fixes #78360.
6129
6130 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
6131
6132         * PropertyGrid.cs,
6133           PropertyGridTextBox.cs : explicitly set BackColor to differentiate
6134           item lines from other area (It also makes BackColor consistent and
6135           compatible with .NET). Fixed bug #78564.
6136
6137 2006-06-28  Jonathan Chambers  <jonathan.chambers@ansys.com>
6138
6139         * PropertyGrid.cs: refresh toolbar when PropertySort is set.
6140         Patch from Eno for #78555.
6141
6142 2006-06-27  Chris Toshok  <toshok@ximian.com>
6143
6144         * ThemeWin32Classic.cs: s/grid.grid_drawing/grid
6145
6146         * DataGridColumnStyle.cs: same.
6147
6148         * DataGrid.cs: Roll DataGridDrawingLogic.cs into this file.
6149         
6150         * DataGridDrawingLogic.cs: nuke.
6151
6152 2006-06-27  Chris Toshok  <toshok@ximian.com>
6153
6154         * DataGridTableStyle.cs: clean up the constructors, and build the
6155         list of child relations for this table.  I have no idea if this is
6156         where we should be doing it (it probably isn't), but since we're
6157         already iterating over the properties..
6158
6159         * DataGrid.cs: add row resizing.  for now we add a DataGridRow
6160         struct and array for keeping track of row information, similar to
6161         what's shown in a hack on
6162         http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx.
6163
6164         * Theme.cs: be consistent about the naming of DataGrid methods,
6165         prefering ColumnWidths and RowHeights over columnsWidths and
6166         RowsHeights.
6167
6168         * ThemeWin32Classic.cs: same, and also add support for variable
6169         sized rows (and the +/- expansion icons for related rows).
6170
6171 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
6172
6173         * TextBoxBase.cs: Applied Eno's patch from #78660
6174
6175 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
6176
6177         * Form.cs (ScaleCore): We don't want to scale our form if it's
6178           state is minimized or maximized, but we still need to scale our
6179           child windows. Also, added try/finally block to ensure layout
6180           gets reset (Fixes #78697)
6181
6182 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
6183
6184         * Control.cs: Added 2.0 Scale(SizeF) method (Fixes 78700)
6185
6186 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
6187
6188         * Form.cs: Fixed c+p error and added check to resize form if minimum
6189           size is bigger than current size (Fixes #78709)
6190
6191 2006-06-26  Peter Dennis Bartok  <pbartok@novell.com> 
6192
6193         * ThemeEngine.cs (..ctor): Properly use ToLower() (Fixes #78704)
6194
6195 2006-06-26  Mike Kestner  <mkestner@novell.com>
6196
6197         * ComboBox.cs: only do Keypress handling in the combo when there  
6198         are items in the collection. Fixes #78710.
6199
6200 2006-06-26  Chris Toshok  <toshok@ximian.com>
6201
6202         * Binding.cs: make this work bi-directionally.  also, clear up
6203         other mixups between Push/Pull Data (e.g. we're supposed to pull
6204         data when validating).
6205
6206         * BindingManagerBase.cs: trim some fully qualified collection
6207         types.
6208
6209         * PropertyManager.cs (get_IsSuspended): oops, fix this check.
6210
6211 2006-06-23  Chris Toshok  <toshok@ximian.com>
6212
6213         * PropertyManager.cs: It appears (according to the unit tests)
6214         that PropertyManager doesn't use
6215         PropertyDescriptor.AddValueChanged to track propery value changes
6216         in its datasource, but uses the same scheme as Binding, where it
6217         looks for a <Property>Changed event and binds to it.
6218
6219         Also, according to the docs, IsSuspended always returns false for
6220         a property manager with a non-null datasource.
6221
6222 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com> 
6223
6224         * Form.cs: (ShowDialog): If we're returning a forced cancel we still
6225           need to update the actual DialogResult. (Fixes #78613)
6226
6227 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com>
6228
6229         * Form.cs (ShowDialog): Release any captures before running the
6230           new message pump (fixes #78680)
6231
6232 2006-06-22  Mike Kestner  <mkestner@novell.com>
6233
6234         * ListView.cs: Layout column widths properly in details mode even 
6235         if HeaderStyle.None is set.  Fixes #78691.
6236
6237 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com>
6238
6239         * FileDialog.cs: Fixed taborder to match MS. Fixes #77873 partially.
6240
6241 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com> 
6242
6243         * Control.cs (ContainsFocus): Using new driver method to get focused
6244           window, instead of trying to use internal tracking var, which can
6245           recursion issues (Fixes #78685)
6246         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
6247           XplatUIWin32.cs: Added GetFocus method to return focused window
6248
6249 2006-06-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6250
6251         * ColorDialog.cs: when the mouse button is pressed inside the color
6252         matrix, don't let the cursor move out of it until the button is
6253         released, which is the behavior on windows. Changed 'colours' by
6254         'colors' to use the same word consistently.
6255
6256 2006-06-21  Chris Toshok  <toshok@ximian.com>
6257
6258         * DataGrid.cs: add in some basic navigation stuff (navigating to a
6259         child relation and back, using a stack).  Also, remove
6260         GetDataSource and the code that calls it - it's not needed.  Also,
6261         track CurrencyManager.ListName's removal.
6262
6263 2006-06-21  Chris Toshok  <toshok@ximian.com>
6264
6265         * CurrencyManager.cs: push some of the original type checking from
6266         BindingContext.CreateBindingManager to here, and remove some of
6267         the finalType stuff.  Need more tests to make sure I've got the
6268         ListName part right, and we might need more in SetDataSource.
6269
6270         * PropertyManager.cs: add a ctor that takes just the datasource,
6271         and no property name.  Make SetDataSource work with a null
6272         property_name, and make Current return the data_source if the
6273         property descriptor is null.  this makes 'string foo = "hi";
6274         BindingContext[foo].Current' return "hi" as it should.
6275
6276         * RelatedCurrencyManager.cs: make this code more generic - there's
6277         no reason the parent manager has to be CurrencyManager, and
6278         there's no reason to pass the DataRelation.  It suffices to use a
6279         BindingManagerBase and PropetyDescriptor.
6280
6281         * RelatedPropertyManager.cs: make a similar change here.
6282         
6283         * BindingContext.cs: make CreateBindingManager the beautiful, tiny
6284         flower I knew it could be.
6285
6286 2006-06-20  Chris Toshok  <toshok@ximian.com>
6287
6288         * PropertyManager.cs: the PropertyChangedHandler is invoked when
6289         data in the source has changed and we need to update the control,
6290         so s/PullData/PushData.
6291
6292         * CurrencyManager.cs: Refresh is meant to update the control from
6293         data in the datasource.  So, s/PullData/PushData.
6294
6295         * BindingContext.cs: add more ugliness (we weren't handling the
6296         case where data_source = DataTable and data_member = column_name).
6297
6298         * Binding.cs: fix PushData/PullData mixup.  Both are interpreted
6299         from the perspective of the datasource.  PullData pulls from the
6300         control, PushData pushes to the control.
6301
6302 2006-06-20  Chris Toshok  <toshok@ximian.com>
6303
6304         * BindingContext.cs: rewrite the CreateBindingManager code to
6305         handle navigation paths more or less properly.  This could
6306         definitely stand some more work, in particular to push the
6307         recursion up to the toplevel.  But that relies on fixes in other
6308         places (System.Data comes to mind).
6309
6310         Also, move to a flat hashtable (and encode the twolevel nature of
6311         the dictionary into the hash key).  This lets us implement the
6312         IEnumerable.GetEnumerator method.
6313
6314         * RelatedCurrencyManager.cs: new class.  Update our view based on
6315         our relation and our parent CurrencyManager's position.
6316
6317         * CurrencyManager.cs: split out some logic from the ctor into
6318         SetView, so it can be called from the new RelatedCurrencyManager
6319         subclass.
6320
6321         * RelatedPropertyManager.cs: new class.  Update our datasource
6322         based on the position of our parent CurrencyManager.
6323
6324         * PropertyManager.cs: split out some logic from the ctor into
6325         SetDataSource, so it can be called from the new RelatedDataSource
6326         subclass.  Also, make the Current getter return the value
6327         of the PropertyDescriptor, not the data_source.
6328
6329         * Binding.cs: no need to duplicate the string splitting code here.
6330
6331 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
6332
6333         * Control.cs:
6334           - set_Enabled: OnEnabledChanged is not called if the inherited state 
6335             of the control is not altered, even though  we might be changing the
6336             internal state of the control (#78458)
6337           - set_Enabled: (Re)Moved the enabling/disabling of the window to 
6338             OnEnabledChanged, to allow easy altering of any child window state
6339           - OnEnabledChanged: Added code to enable/disable driver window state
6340           - OnParentEnabledChanged: Instead of firing the event, call 
6341             OnEnabledChanged, which will fire the event and also a) set driver
6342             window state and pass the enabled state to any grandchildren (#78458)
6343
6344 2006-06-19  Jackson Harper  <jackson@ximian.com>
6345
6346         * InternalWindowManager.cs: We don't set the cursor explicitly
6347         thats done via the response to NCHITTESTs.
6348         - Don't need to adjust for titlebar heights anymore, the
6349         coordinates are coming in the correct coordinates now (see peters
6350         last patch).
6351
6352
6353 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
6354
6355         * XplatUIX11.cs (GetMessage): WM_NCxBUTTONx messages were wrongly
6356           being translated relative to whole window, instead of client window.
6357           That caused broken offsets on mouseclick (and caused gas for our
6358           InternalWindowManager)
6359
6360 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
6361
6362         * TextControl.cs:
6363           - MoveCaret: Implemented PgUp, PgDown, CtrlPgUp and CtrlPgDown
6364           - Undo(): Added replay of cursor move on DeleteChars action; added
6365             calling Undo() again if a recorded cursor move is invalid (to
6366             ensure that some action is performed on Undo)
6367         * TextBoxBase.cs (ProcessKey): Added handling of PgUp and PgDown (#78482)
6368
6369 2006-06-16  Jackson Harper  <jackson@ximian.com>
6370
6371         * MdiClient.cs: Instead of just sizing maximized windows when
6372         there is a resize we also have to adjust the Y of minimized
6373         windows, so they stay pinned to the bottom of the mdi container.
6374         - Eliminate separate tracking of the active control, we can just
6375         get this from the controls collection.
6376         - Paint the decorations for the newly activated titlebar so we get
6377         a pretty blue bar.
6378         * InternalWindowManager.cs:
6379         * ThemeWin32Classic.cs: Minimized windows get all three buttons
6380         even if they are a tool window.
6381         
6382 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
6383
6384         * TextControl.cs (Undo): Handle non-existent cursor locations in the
6385           undo buffer, these can happen when text was deleted and the cursor
6386           was recorded first. Since we will also have a recorded cursor
6387           after the delete this is not an issue. (Fixes #78651)
6388
6389 2006-06-14  Peter Dennis Bartok  <pbartok@novell.com> 
6390
6391         * AccessibleObject.cs: Remove dependence on Control.is_selected;
6392           instead properly track control states internally (allows us to
6393           remove is_selected from Control)
6394
6395 2006-06-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6396
6397         * ImageListStreamer.cs: correctly generate the 1bpp mask for images
6398         whose width is not a multiple of 8.
6399
6400 2006-06-13  Jackson Harper  <jackson@ximian.com>
6401
6402         * MdiClient.cs:  Only maximize the next child if the current one
6403         is maximized.
6404
6405 2006-06-13  Chris Toshok  <toshok@ximian.com>
6406
6407         * DataGridColumnStyle.cs: Invalidate the column when HeaderText is
6408         modified.  Also, guard against grid or grid_drawing being null in
6409         Invalidate.
6410
6411         * DataGrid.cs: Reformat tons of getters/setters.  In the
6412         DataMember setter, just call SetNewDataSource instead of
6413         duplicating some of its functionality.  In SetNewDataSource, don't
6414         check ListManager for null, since the property getter creates the
6415         object if needed.
6416
6417         * DataGridTableStyle.cs: don't set TableStyle or call
6418         SetDataGridInternal on the column here, it's done in
6419         GridColumnStylesCollection.Add.
6420
6421         * GridColumnStylesCollection.cs: fix all the explicit interface
6422         implementations to just call our methods.  Nuke AddInternal() and
6423         move the body of it to Add().  Also, add a call to
6424         column.SetDataGridInternal to Add().
6425
6426         * DataGridTextBoxColumn.cs (.ctors): call this() instead of
6427         base()+duplicate code.  Also, use the Format property instead of
6428         format to generate an Invalidate ala MS.  Lastly, create the
6429         textbox here, unconditionally.
6430         (set_Format): call Invalidate.
6431         (get_TextBox): no need to call EnsureTextBox.
6432         (Commit): remove the message box.
6433         (Edit) remove the call to EnsureTextBox.
6434         (EndEdit): call HideEditBox instead of ReleaseHostedControl.
6435         (EnterNullValue): no need to check textbox for null.
6436         (HideEditBox): no need to check textbox for null.
6437         (SetDataGridInColumn): add the textbox to the grid's controls.
6438         (EnsureTextBox): nuke.
6439         
6440 2006-06-13  Jackson Harper  <jackson@ximian.com>
6441
6442         * MdiWindowManager.cs: Hook up to the maximized menus paint event
6443         and redraw the buttons when needed. Unhook when the window is
6444         unmaximized.
6445         * MainMenu.cs: Add an internal Paint event, the mdi window manager
6446         needs this so that it can redraw its buttons when the menu is
6447         repainted.
6448         * InternalWindowManager.cs:
6449         * Form.cs: The method order has changed for DrawMaximizedButtons,
6450         so that it can be a PaintEventHandler.
6451         
6452 2006-06-13  Jackson Harper  <jackson@ximian.com>
6453
6454         * MdiClient.cs: When we close a maximized mdi window, the next mdi
6455         window is activated and maximized, even if it wasn't before.
6456         - When  a new window is activated repaint the decorations of the
6457         old one, so that it no longer has the Active "look" (the blue
6458         titlebar).
6459         * InternalWindowManager.cs: Open up CreateButtons to base classes
6460         so they can recreate the buttons on state changes.
6461         - If a window is maximized give it all three buttons
6462         * MdiWindowManager.cs: Create the titlebar buttons when the state
6463         is changed, this is needed because a toolwindow will not have all
6464         three buttons until it is maximized.
6465
6466 2006-06-13  Atsushi Enomoto  <atsushi@ximian.com>
6467
6468         * ProgressBar.cs : PerformStep() shouldn't exceed Maximum.
6469           Fixed bug #78609.
6470
6471 2006-06-12  Jackson Harper  <jackson@ximian.com>
6472
6473         * KeysConverter.cs: Make sure we handle the Ctrl special case
6474         if its the only key.
6475         
6476 2006-06-12  Jackson Harper  <jackson@ximian.com>
6477
6478         * Theme.cs: Add a method to get the size of a managed window
6479         toolbar button.
6480         * InternalWindowManager.cs: Remove the ButtonSize property, this
6481         should be retrieved from the theme.
6482         * MdiWindowManager.cs: Get the button size from the theme
6483         * ThemeWin32Classic.cs: Make the method to get the managed window
6484         titlebar button size public.
6485         - Handle the different button sizes of maximized toolwindows
6486         (should match any maximized window).
6487         - Get the titlebar height from the theme, not the WM (which gets
6488         it from the theme).
6489
6490 2006-06-12  Jackson Harper  <jackson@ximian.com>
6491
6492         * InternalWindowManager.cs: Handle NC Double Clicks, passing the
6493         event down to the mdi window manager.
6494         - Expose some extra stuff to base classes
6495         - Make sure to end the Capture on an NC Mouse up, so that we can
6496         get double clicks properly, and the sizing doens't stick.
6497         - When doing PointToClient contain it in the workable desktop
6498         area, this prevents windows from changing size when the cursor is
6499         pulled outside of the working area while sizing.
6500         * MdiWindowManager.cs: When we get a double click maximize the
6501         window.
6502         - Reset the cursor after handling mode changes.
6503
6504 2006-06-12  Peter Dennis Bartok  <pbartok@novell.com> 
6505
6506         * XplatUIX11.cs (WorkingArea): Read the actual workarea for the 
6507           current desktop, instead of just assuming a 0, 0 origin. This
6508           is needed for our internal window manager, to know the top
6509           margin of the desktop
6510
6511 2006-06-12  Chris Toshok  <toshok@ximian.com>
6512
6513         * DataGrid.cs (set_CurrentCell): concede focus as we move around.
6514         we need this to get rid of the selected background in the bool
6515         column.
6516         (CancelEditing): move the ConcedeFocus call to above the Abort
6517         call.  Also, set is_changing to false and invalidate the row
6518         header if we were changing before.
6519         (ProcessKeyPreviewInternal): remove, since noone outside this
6520         class calls it anymore.  Roll the code into ProcessKeyPreview.
6521         (EndEdit): remove the internal version.
6522         (InvalidateCurrentRowHeader): make private.
6523
6524         * DataGridBoolColumn.cs: simplify this class a bunch.  remove the
6525         Keys.Escape handling (and with it the last call to
6526         DataGrid.EndEdit from outside the class.)
6527
6528
6529 2006-06-12  Chris Toshok  <toshok@ximian.com>
6530
6531         * DataGridTextBox.cs (.ctor): isedit defaults to false.
6532         (OnKeyPress): set isedit to true.
6533         (ProcessKeyMessage): remove Keys.Enter handling from here.  it's
6534         already handled by the grid.
6535
6536         * DataGrid.cs (set_CurrentCell): more work here.  it's still not
6537         right.  ugh.
6538         (set_DataSource): SetDataSource always returns true, so stop
6539         putting it in an if statement.
6540         (EndEdit): get rid of some {}'s
6541         (ProcessGridKey): return true in case Keys.Escape.
6542         (ProcessKeyPreviewInternal): only handle KEYDOWN messages.
6543         (ConnectListManagerEvents,DisconnectListManagerEvents): connect to
6544         PositionChanged, stopped connecting to CurrentChanged.
6545         (GetDataSource): simplify this a bunch.
6546         (SetDataSource): change return type from bool to void.
6547         (OnListManagerPositionChanged): rename OnListManagerCurrentChanged
6548         to this, and make sure we don't set ListManager.Position inside
6549         set_CurrentCell.
6550         (OnListManagerItemChanged): if we're passed an actual index,
6551         redraw that row.
6552
6553         * CurrencyManager.cs (set_Position): don't call PullData here.
6554
6555 2006-06-09  Jackson Harper  <jackson@ximian.com>
6556
6557         * TreeNode.cs:  Recalculate the visible order before doing the
6558         Expand/Collapse Below calls, because those calls generate an
6559         expose.
6560         - Reduce calls to the TreeView property, which is mildly expensive
6561         by using a local var.
6562         * Form.cs: Layout the MDI child windows when creating the parent
6563         form.
6564         - Don't use the internal constructor anymore
6565         * MdiClient.cs: use the parent form width/height (if available)
6566         when laying out the child windows, we do this because the
6567         mdiclient isn't docked yet when the initial layout is done.
6568         - Don't need an internal constructor anymore.
6569
6570 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6571
6572         * FileDialog.cs: handle access errors when trying to create a folder
6573         or changing to a directory. No need to initialize out parameters.
6574
6575 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
6576
6577         * FileDialog.cs: Append a number when creating a new folder if the
6578           folder already exists (use parenthesis instead of square brackets)
6579
6580 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
6581
6582         * FileDialog.cs:
6583           - Disabled registry support for windows and added better registry
6584             error checking for other systems (need to investigate why it
6585             works perfectly on my system)
6586           - If a folder already exist show an error MessageBox instead of
6587             trying to create an indexed name.
6588           - Fixed a non intentional typo.
6589
6590 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6591
6592         * FileDialog.cs: (SetFileName) don't crash if CurrentRealFolder is null.
6593
6594 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
6595
6596         * FileDialog.cs: When creating a new folder don't crash if the
6597           folder already exists.
6598
6599 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
6600
6601         * FileDialog.cs: Allmost a complete rewrite.
6602           - added a "virtual" file system that handles the differences
6603             between unix and windows file systems (especially the directory
6604             structure). Moved most of the directory and file handling code
6605             into the vfs.
6606             Added vfs classes: MWFVFS, FileSystem, WinFileSystem,
6607             UnixFileSystem and FSEntry.
6608           - Recently used folder/directory, size, location and used file names
6609             (file name ComboBox) are now stored in the registry and get read
6610             before the dialog shows up (fixes part 6 of bug #78446).
6611           - Creation of new folders/directories is now possible (context menu
6612             or ToolBar). Added TextEntryDialog for this that fills in the gap
6613             until ListView.LabelEdit works.
6614           - Fixed cursor handling (bug #78527) and focus handling for
6615             PopupButtonPanel
6616           - Various "Search in" ComboBox enhancements. The content of the
6617             dropdown listbox now almost matches ms.
6618           - Changed the behaviour when the user switches to SpecialFolder
6619             Recent to show the ListView in View.Details.
6620           - Beside using the ToolBar to change the View property of the
6621             file ListView it is now possible to use the context menu too.
6622
6623 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
6624
6625         * ComboBox.cs: Don't create a new ObjectCollection when an item
6626           gets inserted. Just insert the item in the existing object_items
6627           ArrayList.
6628
6629 2006-06-08  Jackson Harper  <jackson@ximian.com>
6630
6631         * OpenTreeNodeEnumerator.cs: Fix to use the Parent property, so
6632         that the treeview and root node checks are done also, this fixes a
6633         regression i caused in the unit tests.
6634
6635 2006-06-07  Wade Berrier <wberrier@novell.com> 
6636
6637         * RichTextBox.cs: More ISO8859-1 -> unicode
6638
6639 2006-06-07  Mike Kestner  <mkestner@novell.com>
6640
6641         * ComboBox.cs : use items to hold highlight/selection so that
6642         collection insertions don't require synchronization.
6643
6644 2006-06-07  Jackson Harper  <jackson@ximian.com>
6645
6646         * InternalWindowManager.cs: Simplify (and FIX) the window sizing
6647         routine.  We now always keep the sized edge at the cursor instead
6648         of computing movement and adjusting rects.  There is one buglet
6649         with this method though when the cursor is moved over area that
6650         the window can not expand too (such as the toolbars on the desktop).
6651
6652 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6653
6654         * XplatUIX11.cs: (IsEnabled,IsVisible) the window handler can be null
6655         here. Fixes crash on startup in AlbumSurfer.
6656
6657 2006-06-07  Peter Dennis Bartok  <pbartok@novell.com> 
6658
6659         * RichTextBox.cs: Replaced embedded ISO8859-1 chars with proper unicode
6660           values
6661
6662 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6663
6664         * XplatUIX11.cs: call XPending and XNextEvent inside the same lock()
6665         statement to avoid calling XNextEvent which will block if another thread
6666         took the event that we were expecting. Fixes bug #78605.
6667
6668 2006-06-07  Mike Kestner  <mkestner@novell.com>
6669
6670         * ListView.cs : isolated checkbox clicking from the selection logic.
6671         Toggle check state on item doubleclicks.  Really fixes #78454 part2.
6672
6673 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6674
6675         * Form.cs: Check that the value passed to Form.DialogResult
6676         is a valid enum value.
6677
6678 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6679
6680         * FileDialog.cs: disable the up button when in 'Recently Used' or 'My
6681         Computer'. Clicking it in the network view goes to 'My Computer'.
6682         Added CIFS filesystem type. Display the mount point of filesystems.
6683         Avoid duplicate mount points (happens for me with CIFS);
6684
6685 2006-06-06  Jackson Harper  <jackson@ximian.com>
6686
6687         * InternalWindowManager.cs: Draw the maximized windows buttons
6688         when resizing.
6689
6690 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6691
6692         * Form.cs: when running a modal dialog, ignore WM_CLOSE requests for
6693         all other dialogs. Fixes bug #78585.
6694
6695 2006-06-06  Mike Kestner  <mkestner@novell.com>
6696
6697         * CheckedListBox.cs : apply CheckOnClick behavior to unchecking too.
6698         Only invalidate checkbox on checkstate changes to avoid flicker.
6699         * ListBox.cs : avoid unselect/select when clicking selected item.
6700         avoid reselection flicker for already multiselected items.
6701         Fixes #78382.
6702
6703 2006-06-06  Jackson Harper  <jackson@ximian.com>
6704
6705         * MdiWindowManager.cs: When the window is closed do an NCRecalc on
6706         the parent form so that the menu is removed if needed.
6707
6708 2006-06-06  Mike Kestner  <mkestner@novell.com>
6709
6710         * ListBox.cs : add ScrollWindow call to UpdateTopItem.  fix
6711         Prev/Next/PrevPage/NextPage/Home/End index calculation.  Fixes #78559.
6712
6713 2006-06-06  Mike Kestner  <mkestner@novell.com>
6714
6715         * CheckedListBox.cs : rebuild check collection on Add.  Fixes #78426.
6716
6717
6718 2006-06-06  Jackson Harper  <jackson@ximian.com>
6719
6720         * Control.cs: Use the property (instead of the field) to get the
6721         default cursor so it is instantiated correctly.
6722         * InternalWindowManager.cs: The OS doesn't give us an NCPAINT with
6723         resizes so we need to manually repaint the window decorations here.
6724         - Set the titlebar button locations as soon as they are created,
6725         otherwise they are not set correctly on win32.
6726         
6727 2006-06-06  Chris Toshok  <toshok@ximian.com>
6728
6729         * CurrencyManager.cs (set_Position): call PullData before
6730         OnCurrentChanged.
6731         (AddNew): after calling IBindingList.AddNew, update our
6732         listposition, and call OnCurrentChanged/OnPositionChanged (without
6733         calling PullData).
6734         (OnCurrentChanged): remove the call to PullData from here.
6735         (OnItemChanged): remove the call to PushData from here.
6736         (OnPositionChanged): change the test from == null to != null to
6737         match the other methods.
6738         (ListChangedHandler): the grossest part of the patch.  Implement
6739         this such that it passes the unit tests in CurrencyManagerTest and
6740         the output more or less matches that of MS's implementation.
6741  
6742 2006-06-06  Mike Kestner  <mkestner@novell.com>
6743
6744         * ListView.cs : only update check state on single click.
6745         * ThemeWin32Classic.cs : fix focus drawing for details view without
6746         fullrowselect.  Fixes #78454.
6747         * XplatUIX11.cs : fix for double click emission.
6748
6749 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
6750
6751         * PropertyGridView.cs : Applied Atsushi's patch to fix
6752         font dialog bug  (#78197).
6753
6754 2006-06-05  Jackson Harper  <jackson@ximian.com>
6755
6756         * TreeNode.cs: Compute the next node for expanding/collapsing
6757         correctly. We now factor in nodes without a NextNode
6758         correctly. (Fixes somes cases in nunit-gui).
6759         * InternalWindowManager.cs: Set the bounds when updating the
6760         virtual position of a tool window.
6761         
6762 2006-06-05  Chris Toshok  <toshok@ximian.com>
6763
6764         * DataGrid.cs: rename cached_currencymgr to list_manager.
6765         (set_CurrentCell): move SetCurrentCell code here, and clean it up
6766         some.
6767         (CurrentRow, CurrentColumn): single accessors so we can make the
6768         cursor movement code a lot easier to understand.
6769         (CurrentRowIndex): implement this in terms of CurrentRow.
6770         (BeginEdit): clean this up a bit.
6771         (CancelEditing): sort out the is_editing/is_changing/is_adding
6772         stuff a little.
6773         (EndEdit): minor changes.
6774         (OnKeyDown): add a comment about a (most likely) unnecessary
6775         check.
6776         (OnMouseDown): cancel editing when we click on a row header.  And
6777         use the CurrentRow setter, not CurrentCell.
6778         (ProcessDialogKey): directly call ProcessGridKey.
6779         (UpdateSelectionAfterCursorMove): factor out this common block of
6780         code (it's used everywhere that we move the cursor by updating row
6781         or column).
6782         (ProcessGridKey): pretty substantial overhaul.  Use the
6783         CurrentRow/CurrentColumn properties to make the code a lot more
6784         readable.  Only use the CurrentCell property when we have to
6785         modify both row and column at once.  Tab behavior is still broken,
6786         and Delete is untested.
6787         (Select): if we have no selected rows, set selection_start to
6788         @row.
6789         (EditCurrentCell): rename EditCell this.  It was only ever invoked
6790         with CurrentCell as the arg, so drop the arg and rename it.
6791
6792         * DataGridColumnStyle.cs: clean up the constructors a little, and
6793         drop CommonConstructor().
6794
6795         * DataGridTextBox.cs (.ctor): set accepts_return to true so we
6796         actually get notified when the user hits it.
6797         (ProcessKeyMessage): *substantially* simplify this method.
6798         There's no reason (that I can see) for the textbox to be making
6799         calls into the datagrid at all.  Remove all of them but the ones
6800         for Enter handling.  those will take some more work.
6801
6802         * DataGridTextBoxColumn.cs (ConcedeFocus): implement this by
6803         calling HideEditBox.
6804         (HideEditBox): if we have an active textbox, render it invisible
6805         without causing a re-layout of the datagrid.
6806
6807 2006-06-05  Mike Kestner  <mkestner@novell.com>
6808
6809         * ListView.cs : fix NRE crasher when focuseditem is cleared by
6810         collection changes by resetting it to Items[0].  Fixes #78587.
6811
6812 2006-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6813
6814         * MessageBox.cs: if the height of the text is larger than the icon_size,
6815         use that. Fixes bug #78575.
6816
6817 2006-06-05  Jackson Harper  <jackson@ximian.com>
6818
6819         * TreeView.cs: Fix line drawing when scrolling.  To do this each
6820         node is basically responsible for drawing its entire horizontal
6821         area.  When drawing a node it draws its parent node lines if
6822         needed.
6823         - Adjust the clip area to the viewport rectangle
6824         - Fix Left/Right key handling to match MS. (It expand/collapses
6825         and moves to parents/first child but does not move selection to
6826         sibling nodes).
6827         - Fix SetTop to work with new bound calculation code
6828         - When scrollbars are no longer needed we need to reset scrolling
6829         vars and recalculate the visible order so the redraw is correct
6830         * TreeNode.cs: We can't expand/collapse nodes with no children.
6831
6832 2006-06-03  John Luke  <john.luke@gmail.com> 
6833
6834         * X11DesktopColors.cs: dllimport the exact gtk and gdk versions
6835         so the colors work without dev packages
6836         
6837 2006-06-02  Peter Dennis Bartok  <pbartok@novell.com> 
6838
6839         * Control.cs 
6840           - Select: Implemented to just use activate. Seems to match MS 
6841             behaviour closest. Documented to only do actual control walking 
6842             based on it's parameters if in a container control so I moved 
6843             the code there.
6844           - Removed selection check logic from our internal Select() method
6845         * ContainerControl.cs:
6846           - Select: Moved selection logic from Control here, since MS documents
6847             that containers obey the bool arguments. No longer calling base
6848
6849 2006-06-02  Jackson Harper  <jackson@ximian.com>
6850
6851         * TreeView.cs: If the selected node isn't changed when we get
6852         focus update the previously selected node so that we see the
6853         selection box.
6854
6855 2006-06-02  Mike Kestner  <mkestner@novell.com>
6856
6857         * ComboBox.cs: restructure grab and general mouse event handling.
6858         Make the composite control raise mouse events like it was a single
6859         control for leaves/enters/motion/up/down events.  fix dropdown list
6860         coordinate mangling and refactor it into the scrollbar subclass to
6861         reduce code duplication.  Fixes #78282 #78361 and #78457.
6862
6863 2006-06-02  Mike Kestner  <mkestner@novell.com>
6864
6865         * ScrollBar.cs: remove Capture setting/clearing, as it happens
6866         automatically in the Control.WndProc.
6867
6868 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6869
6870         * FileDialog.cs: fix crash when running SharpChess, which sets the
6871         FilterIndex to 2 with only one Filter.
6872
6873 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6874
6875         * ToolBar.cs: add SizeSpecified property.
6876         * ToolBarButton.cs: when the ButtonSize is calculated by the container,
6877         try to figure out our real size, otherwise fallback to what the
6878         container says.
6879
6880 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
6881
6882         * XplatUIX11.cs (DefWndProc): WM_MOUSEWHEEL needs to be passed up
6883         * Control.cs (WndProc): MS always calls the DefWndProc to pass
6884           up the event
6885
6886 2006-06-01  Mike Kestner  <mkestner@novell.com>
6887
6888         * ListView.cs: revamp the focus management in ListView.  It still
6889         causes churn of LostFocus/GotFocus emissions on clicks, but it's
6890         better than not handling focus at all.  Will revisit when pdb feels
6891         the general focus handling is solid.  Fixes #78526.
6892
6893 2006-06-01  Jackson Harper  <jackson@ximian.com>
6894
6895         * TreeView.cs: Set the default border style in the constructor.
6896         - Move painting to use OnPaintInternal instead of capturing
6897         WM_PAINT, this is the correct way of doing things
6898         - UpdateBelow shouldn't invalidate the scrollbar area
6899         - Cap the top on update below in case the node was above the top
6900         of the viewport rectangle.
6901         - ExpandBelow and Collapse below need to obey Begin/End Update.
6902         * TreeNode.cs: Make is_expanded internal so the treenode
6903         collection can change it without firing the whole event chain.
6904         * TreeNodeCollection.cs: When clearing all the child nodes make
6905         sure to recalc the visible order.
6906         - Improve algo for remove the top node
6907
6908 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
6909
6910         * XplatUIX11.cs (SetFocus): Make sure we can handle re-entrancy due to
6911           SendMessage directly calling window procedures, which in turn might
6912           call SetFocus()
6913
6914 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com>
6915
6916         * Control.cs: Don't handle WM_SETFOCUS if the same window already
6917           has focus (works around X11 sending a FocusIn after our SetFocus)
6918         * XplatUIX11.cs: Send KILLFOCUS before setting SETFOCUS on new window
6919
6920 2006-06-01  Alexander Olk  <alex.olk@googlemail.com>
6921
6922         * Mime.cs: Fix for the NET_2_0 build.
6923           NameValueCollection needs StringComparer now.
6924
6925 2006-05-31  Chris Toshok  <toshok@ximian.com>
6926
6927         * DataGridDrawingLogic.cs (FromPixelToColumn): modify this to also
6928         return (via an out parameter) the starting X of the column.
6929         (UpdateVisibleColumn): track change to FromPixelToColumn.
6930         (HitTest): add a ColumnResize case here.
6931         (DrawResizeLine): new function, probably poorly named.
6932
6933         * DataGrid.cs (.ctor): get rid of cached_currencymgr_events.  We
6934         only need to keep one reference.
6935         (set_ListManager): same.
6936         (OnMouseDown): call HitTest instead of grid_drawing.HitTest.
6937         Also, add support for HitTestType.ColumnResize.
6938         (OnMouseMove): add column resize behavior here, and change the
6939         cursor to the correct one as we move around the datagrid.
6940         (OnMouseUp): terminate the column resize if we're resizing.
6941         (ProcessGridKey): from the MS docs, Alt-0 enters the null value
6942         for the current cell.
6943         (ConnectListManagerEvents): use cached_currencymgr.
6944         (DisconnectListManagerEvents): fill this in, using
6945         cached_currencymgr.
6946         (SetCurrentCell): remove cached_currencymgr_events handling.
6947         (SetDataMember): only call DisconnectListManagerEvents if
6948         cached_currencymgr is != null.
6949         (SetDataSource): same.
6950         (OnListManagerCurrentChanged): cached_currencymgr_events ->
6951         cached_currencymgr.
6952
6953 2006-05-31  Jackson Harper  <jackson@ximian.com>
6954
6955         * BindingManagerBase.cs: Remove somedebug code that creeped into
6956         SVN.
6957         * TreeNode.cs: We get the indent level dynamically right now, so
6958         don't track it as a member.
6959         * TreeNodeCollection.cs: Make sure all nodes added to the list
6960         have parents, treeviews/topnodes setup properly.
6961         - Don't attempt to track indent level.
6962
6963 2006-05-30  Jackson Harper  <jackson@ximian.com>
6964
6965         * BindingContext.cs: Create the currency manager tables here.
6966         This allows us to more easily create null tables (when bad data
6967         members are used), and more easily create related currency
6968         managers.
6969         * CurrencyManager.cs: All the table creation stuff is done by the
6970         binding context now.
6971         - Current should throw an exception if listposition is -1.
6972         - CancelCurrentEdit/EndCurrentEdit, do nothing if the list hasn't
6973         been bound yet.
6974
6975 2006-05-30  Mike Kestner  <mkestner@novell.com>
6976
6977         * ListView.cs: allow reexpansion of zero-width column headers.
6978         Fixes #78528.
6979
6980 2006-05-28  Chris Toshok  <toshok@ximian.com>
6981
6982         * CurrencyManager.cs (get_Current): after the late binding
6983         listposition = -1 fix, we need to guard against it here and return
6984         null, otherwise we raise an exception (which is swallowed
6985         elsewhere, and breaks datagrid databinding.)
6986
6987 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
6988
6989         * MenuAPI.cs (ProcessMenuKey): We can legally get msg types other
6990           than WM_SYSKEY, don't throw if get something unexpected (#78507)
6991
6992 2006-05-26  Jackson Harper  <jackson@ximian.com>
6993
6994         * ControlPaint.cs:
6995         * ThemeWin32Classic.cs: For color comparisons just use the ARGB
6996         values, it's faster and it's all we care about (we don't care if
6997         the names aren't equal).
6998         * KeyboardLayouts.cs: Eliminate some dead code.
6999         - Lazy init things
7000         * X11Keyboard.cs: Lazy init keyboard detection.
7001         - Cleanup access modifiers a little.
7002
7003 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
7004
7005         * XplatUIX11.cs: Once again, attempting to get layout just right.
7006
7007 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com> 
7008
7009         * LinkLabel.cs (CreateLinkPieces): Use MeasureString to calculate
7010           the sizes of each link section, that will result in sizes that
7011           match DrawString's layout (Fixes #78391)
7012
7013 2006-05-27  Alexander Olk  <alex.olk@googlemail.com>
7014
7015         * FileDialog.cs: If AddExtension property is true autocomplete the
7016           extensions in SaveFileDialog correctly. Fixes bug #78453.
7017           Set MyNetwork and MyComputer to "C:\" for windows. This should
7018           fix part 8 of bug #78446 for now.
7019
7020 2006-05-26  Chris Toshok  <toshok@ximian.com>
7021
7022         * DataGrid.cs (ColumnStartedEditing): fill these in.  for now just
7023         invalidate the current row header if we need to, but presumably
7024         we'll invalidate the row corrsponding to the bounds or
7025         editingControl.
7026         (GridHScrolled): switch back to this method, as it's part of the
7027         public api.  *sigh*.
7028         (GridVScrolled): same.
7029         (OnMouseWheel): hack up something that more or less works.  Call
7030         GridHScrolled/GridVScrolled directly, instead of duplicating much
7031         of their code here.
7032         (EnsureCellVisibility): reinstate a bunch of this code, since we
7033         can't just set the scrollbar Value and expect to do all the work
7034         in the ValueChanged handler.  Also, Call Update() after scrolling
7035         in one direction so the other XplatX11.ScrollWindow call has the
7036         proper stuff in the proper places.
7037         (EditCell): set is_editing to true before calling .Edit.
7038
7039         * DataGridTextBox.cs (set_IsInEditOrNavigateMode): just set it,
7040         don't bother comparing first.
7041         (OnKeyPress): call grid.ColumnStartedEditing before calling
7042         base.OnKeyPress.  this will set is_changing and invalidate the row
7043         header if necessary.
7044         (ProcessKeyMessage): for WM_CHAR messages, call
7045         ProcessKeyEventArgs directly.  swallow anything other than WM_CHAR
7046         and WM_KEYDOWN.
7047         
7048         * DataGridBoolColumn.cs (Edit): don't set is_editing to true here.
7049         it's done in the DataGrid.
7050         (NextState): call grid.ColumnStartedEditing, which takes care of
7051         invalidating the row header (and setting is_changing).
7052
7053         * DataGridTextBoxColumn.cs (Edit): don't set is_editing to true
7054         here.  it's done in the DataGrid.
7055
7056 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7057
7058         * Control.cs: allow changing the cursor when the mouse position is
7059         out of bounds but Capture is set.
7060         * LinkLabel.cs: handle the case when the mouse button is pressed on the
7061         linklabel but released somewhere else.
7062
7063 2006-05-25  Jackson Harper  <jackson@ximian.com>
7064
7065         * TreeView.cs: When we get focus if there is no selected node make
7066         it the top node
7067         - Remove some uneeded setup code from Draw.
7068         * TreeNodeCollection.cs: If the tree doesn't have a top node when
7069         a new node is inserted make the new node the top.
7070         * XplatUIX11.cs:
7071         * Timer.cs: Use Utc time so that no local time zone stuff needs to
7072         be used (should be faster).
7073         
7074 2006-05-25  Chris Toshok  <toshok@ximian.com>
7075
7076         * DataGrid.cs (EnsureCellVisibility): remove some code to fix a
7077         problem with the last commit.
7078
7079 2006-05-25  Chris Toshok  <toshok@ximian.com>
7080
7081         * DataGridTextBoxColumn.cs (ReleaseHostedControl): turns out we do
7082         need the invalidate call here, while scrolling right-to-left via
7083         the left arrow key (i.e. moving the editing cell while scrolling).
7084
7085         * DataGrid.cs (.ctor): remove the initialization of
7086         ctrl_pressed/shift_pressed.  We no longer track them using key
7087         up/down handlers, but by using Control.ModifierKeys.  Also, switch
7088         to using ValueChanged handlers on the scrollbars instead of
7089         Scrolled event handlers.  This simplifies a bunch of the scrolling
7090         code.
7091         (GridHValueChanged): rename from GridHScrolled, and change it to
7092         work with the new event args.
7093         (GridVValueChanged): same.
7094         (OnMouseDown): initialize ctrl_pressed/shift_pressed here.
7095         (OnMouseWheel): actually scroll the datagrid.  Don't change the
7096         selected cell.
7097         (ProcessGridKey): correct all the keyboard navigation stuff I
7098         could find.  Ctrl up/down/left/right/home/end work now.
7099         (EnsureCellVisibility): correct method name spelling.  Also,
7100         simplify this a touch by not explicitly calling the
7101         ScrollToRow/ScrollToColumnInPixels methods.  We just set the
7102         scrollbar value.
7103         (OnKeyUpDG): no need for this method now.
7104         
7105 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7106
7107         * LinkLabel.cs: display the OverrideCursor when hovering the label.
7108         Fixes bug #78392.
7109
7110 2006-05-25  Chris Toshok  <toshok@ximian.com>
7111
7112         * ThemeWin32Classic.cs: fix datagrid clipping problems caused by
7113         r61019.
7114
7115 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
7116
7117         * Application.cs: Moved setting of is_modal and closing to before
7118           we create the control, to allow the event handlers called as a
7119           result of creation affect closing. Also removed Gonzalo's previous
7120           change to setting DialogResult, the behaviour has been moved to 
7121           Form.ShowDialog()
7122         * Form.cs: 
7123           - ShowDialog(): Removed explicit creation of the form, let RunLoop
7124             handle it instead
7125           - ShowDialog(): If no dialog result is set, we need to return Cancel
7126           - WM_CLOSE: Fire Closing/Closed events, and reset dialog result if
7127             the close is cancelled
7128
7129 2006-05-25  Jackson Harper  <jackson@ximian.com>
7130
7131         * StatusBar.cs: We only need to update the sizes of the other
7132         panels when we have auto size contents.  Also we are only updating
7133         the contents of the panel, not the borders, so compensate for the
7134         border width (TODO: get this width from the theme somehow).
7135         * TreeView.cs: Scrollable is true by default
7136         - Use invalidate instead of refresh where needed
7137         - Factor the scrollable value into scrollbar updating
7138         - Update the scrollbars if the Scrollable property is altered
7139         - Update the selected node if its ImageIndex is changed
7140         - Handle null nodes in UpdateNode (mainly so we don't have to
7141         check if selected is null when updating it
7142         - Fix VisibleCount to use the ViewportRectangle so that scrollbars
7143         are factored into the visible count
7144         - Use VisibleCount for clarity in the code
7145         - When the font is changed we need to recurse through all the
7146         nodes and invalidate their sizes
7147         
7148 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7149
7150         * Application.cs: set the DialogResult to fixed when the main form is
7151         hidden or destroyed while being modal.
7152
7153 2006-05-25  Miguel de Icaza  <miguel@novell.com>
7154
7155         * Theme.cs: Use Tangoified messagebox icons. 
7156
7157         (GetSizedResourceImage): Also cope with width = 0 and do not
7158         trigger a warning in that case (0 means "give me your icon from
7159         the resouce, no special size needed).
7160
7161 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
7162
7163         * Application.cs: Leave runloop if the the main modal form is 
7164           hidden (fixes #78484)
7165
7166 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
7167
7168         * BindingContext.cs : reject null datasource in Contains() and
7169           Item[].
7170         * CurrencyManager.cs : check data_member validity when data_source
7171           is dataset. When it is late binding, the initial position is -1.
7172
7173 2006-05-24  Jackson Harper  <jackson@ximian.com>
7174
7175         * TreeNodeCollection.cs: Dont't recalculate the visible order on
7176         inserted nodes that aren't visible.  This changes the
7177         max_visible_order which confuses scrollbar settings.
7178         - Use the enumerator to get the prev node instead of duplicating
7179         code.
7180         * TreeView.cs: Use new method for setting scrollbar values
7181         - Don't set the bounds every time the scrollbar is updated
7182         - When updating below the root node use an invalidate instead of a
7183         refresh to prevent the child controls (scrollbars) from being
7184         refreshed. (UpdateBelow still needs to be reworked anyways).
7185         - Reenable SetBottom now that visible orders are set correctly,
7186         added some debug code incase we ever get bad values there again.
7187         - Set the scrollbar max to 2 less then the max value, this
7188         compensates for the max value being one above the node count, and
7189         for scrollbars adding one extra "notch".
7190         - When drawing image nodes if there is an imagelist we draw the
7191         first image in the list if the supplied image index is out of the
7192         image list's bounds.
7193         
7194 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
7195
7196         * XplatUIX11.cs: Don't blindly cache hwnd.ClientRect, reset it when 
7197           we receive a size change from the WM (Fixes #78503)
7198
7199 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com>
7200
7201         * XplatUIWin32.cs, XplatUIX11.cs: Refresh when setting the Clip 
7202           rectangle (Fixes #78501)
7203
7204 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
7205
7206         * ButtonBase.cs: 
7207           - Fixed MouseUp, MouseDown and MouseMove to treat mouseevent.Button 
7208             as a bitfield.
7209           - Fixed MouseMove to no longer switch pressed state unless the left
7210             mouse button is pressed. Atsushi provided the original patch (#78485)
7211           
7212 2006-05-24  Jackson Harper  <jackson@ximian.com>
7213
7214         * ScrollBar.cs: New internal methods that allow us to change a
7215         couple values on the scrollbar (the most common case is maximum
7216         and large change) without getting multiple invalidates.
7217
7218 2006-05-24  Chris Toshok  <toshok@ximian.com>
7219
7220         * DataGridBoolColumn.cs (Abort): revert back to the saved setting.
7221         (Edit): save off the original state in oldState, and set
7222         grid.is_editing to true.
7223         (OnKeyDown): abort editing if escape is pressed.  also, call
7224         NextState if space is pressed.
7225         (OnMouseDown): call NextState.
7226         (NextState): factor out shared code from OnKeyDown and OnMouseDown
7227         here.  Also, only invalidate the row header once (on the initial
7228         is_changing switch) to save on redraws.
7229
7230 2006-05-24  Chris Toshok  <toshok@ximian.com>
7231
7232         * DataGridTextBoxColumn.cs (Commit): only call SetColumnValueAtRow
7233         if the value in the cell is different than it was before.  This
7234         keeps us from triggering a layout when we move around a datarid
7235         with a highlighted cell.
7236         (Edit): suspend layout when creating/positining the text box, and
7237         resume passing false so we don't ever actually re-layout.
7238         (ReleaseHostedControl): same.
7239         (EnsureTextBox): reformat slightly, and set WordWrap to false.
7240
7241         * DataGridTextBox.cs (ProcessKeyMessage): it's not true that all
7242         control-key sequences should go to the datagrid - remove that
7243         lock.  Also, modify the conditions under which we move between
7244         cells when moving the cursor within a cell, and remove the "this"
7245         and "base" from field accesses.  We weren't even consistent, given
7246         they all were in the base class.
7247
7248 2006-05-24  Atsushi Enomoto  <atsushi@ximian.com>
7249
7250         * Binding.cs : (.ctor)
7251           An obvious NRE fix for BindingTest.CtorNullTest().
7252
7253 2006-05-23  Chris Toshok  <toshok@ximian.com>
7254
7255         * TextBoxBase.cs (get_Text): don't add a trailing newline, add
7256         them between lines.  This fixes some quirks editing cells in the
7257         datagrid.
7258
7259 2006-05-23  Jackson Harper  <jackson@ximian.com>
7260
7261         * TreeView.cs: Use begin/end update when doing expand/collapse all
7262         so that we don't get flicker on the scrollbar.
7263
7264 2006-05-23  Jackson Harper  <jackson@ximian.com>
7265
7266         * TreeNode.cs: Bounds are computed 'on the fly' now.  This allows
7267         treenode calculations to be independant of the painting code. To
7268         do this nodes track a visible order which is calculated by the
7269         treeview.
7270         - Call new methods for expanding/collapsing nodes.  These methods
7271         use scrollwindow so we don't have to update everything below the
7272         node.
7273         * TreeView.cs: Refactored drawing and scrolling code.  We don't
7274         need to update nodes when drawing anymore or calculate scrollbar
7275         stuff.
7276         - Added new methods for expanding/collapsing nodes. These methods
7277         use ScrollWindow so as to not have to redraw all the nodes below.
7278         * TreeNodeCollection.cs: Recalc visible order and scrollbars when
7279         we add/remove nodes or sort.
7280         - Handle removing the selected and the top node properly.
7281
7282 2006-05-23  Chris Toshok  <toshok@ximian.com>
7283
7284         * DataGridTextBoxColumn.cs (Edit): set grid.is_editing to true.
7285         maybe this should actually happen in the datagrid code?
7286         (EndEdit): no need to invalidate anything, given that
7287         ReleaseHostedControl causes the datagrid to relayout, which
7288         invalidates everything anyway.
7289
7290         * DataGrid.cs (set_CurrentCell): remove duplicate check (it's also
7291         in SetCurrentCell).
7292         (set_SelectionBackColor): call InvalidateSelection instead of
7293         Refresh.
7294         (set_SelectionForeColor): same.
7295         (BeginEdit): Flesh this out a bit.
7296         (CancelEditing): only do any of this if we're editing/adding.
7297         (EndEdit): same.
7298         (OnMouseDown): there's no need to cancel editing here, it's done
7299         in SetCurrentCell.
7300         (SetCurrentCell): only invalidate the current row header if it's a
7301         different row than the new one.
7302         (ShiftSelection): fix this to work like MS does.
7303         (ResetSelection): factor out the invalidation of selected_rows to
7304         InvalidateSelection.
7305         (SetDataSource): cancel any editing that's going on.
7306
7307         * DataGridColumnStyle.cs
7308         (IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing):
7309         call the non-interface version.
7310
7311         * ThemeWin32Classic.cs (DataGridPaintColumsHdrs): intersect the
7312         header rectangle with the clip rectangle so we don't redraw the
7313         entire header for just a small area.  Gets rid of the last flicker
7314         when horizontally scrolling.
7315         (DataGridPaintRow): same.
7316
7317 2006-05-23  Mike Kestner  <mkestner@novell.com>
7318
7319         * ListViewItem.cs: remove size for line hack from LargeIcon layout.
7320         * ThemeWin32Classic.cs: don't draw line.  it's really the top of a
7321         poorly placed checkbox on the MS control.  Fixes Alex's unfiled
7322         Critical bug report.
7323
7324 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
7325
7326         * PictureBox.cs: Fixed broken ControlStyles. Unit test no longer fails,
7327           and this fixes #78493
7328
7329 2006-05-23  Miguel de Icaza  <miguel@novell.com>
7330
7331         * Theme.cs (GetSizedResourceImage): Scale images if the proper
7332         size is not found.  
7333         
7334         * FileDialog.cs: Do not change the background for the side bar as
7335         it wont work nicely with the theme, and also reduces the artifacts
7336         in rendering the icons (which I want to fix too).
7337
7338         * MimeIcon.cs (ResourceImageLoader): Load images from assembly
7339         resources, not resgen resources. 
7340
7341         (PlatformDefaultHandler): Pull images using the new API.
7342
7343 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
7344
7345         * Hwnd.cs (Dispose): Remove any pending exposures. XEventQueue holds
7346           a reference to the hwnd and will not remove it unless there are
7347           no pending exposures (fixes #78341)
7348         * XplatUI.cs: Improved debug
7349
7350 2006-05-23  Atsushi Enomoto  <atsushi@ximian.com>
7351
7352         * MenuAPI.cs : don't handle OnClick event when it was not the left
7353           button. Fixed bug #78487.
7354
7355 2006-05-23  Mike Kestner  <mkestner@novell.com>
7356
7357         * MenuAPI.cs: fix placement of submenus for multi-row menu bars, and
7358         prefer submenus to the top menu for item lookup, to avoid popping down
7359         top-row items.
7360
7361 2006-05-23  Alexander Olk  <alex.olk@googlemail.com>
7362
7363         * ThemeWin32Classic.cs: Rewrote CPCPDrawScrollButton to drop
7364           Graphics.FillRectangle as the visual results are really bad (even
7365           on win). We now draw perfect arrows (and perfect shadows when the
7366           scrollbar is disabled). Simplified CPDrawGrid. CPDrawGrid now uses
7367           Pen.DashPattern to draw the dots of each line.
7368
7369 2006-05-22  Alexander Olk  <alex.olk@googlemail.com>
7370
7371         * FileDialog.cs: Update the filename combobox when navigating through
7372           the ListView with the cursor keys. Fixes part 7 of bug #78446.
7373
7374 2006-05-22  Mike Kestner  <mkestner@novell.com>
7375
7376         * ListView.cs: raise SelectedIndexChanged on keyboard selection.
7377         Fixes #78463.
7378
7379 2006-05-22  Mike Kestner  <mkestner@novell.com>
7380
7381         * ComboBox.cs: Refresh in EndUpdate to pick up all the dropped Paint
7382         requests. Fix a misspelled parameter and a copy paste exception error
7383         in Select.
7384
7385 2006-05-22  Peter Dennis Bartok  <pbartok@novell.com> 
7386
7387         * ThemeWin32Classic.cs: Changed DefaultFont emSize from 8.25 to 8
7388           to get the same width/height (5/13) on X11 as the default font has on
7389           win32. This means that our DefaultFont emSize is smaller than the 
7390           the MS SWF equivalent (even thought the width/height stays the same)
7391
7392 2006-05-20  Jackson Harper  <jackson@ximian.com>
7393
7394         * MdiClient.cs:
7395         * MdiWindowManager.cs:
7396         * InternalWindowManager.cs: Make sure to use the border width from
7397         the theme.
7398
7399 2006-05-20  Jordi Mas i Hernandez <jordimash@gmail.com>
7400
7401         * PrintDialog.cs: Implements printer details
7402
7403 2006-05-19  Alexander Olk  <alex.olk@googlemail.com>
7404
7405         * FileDialog.cs: Added focus handling for PopupButtonPanel.
7406           Fixes part 1 and 2 of bug #78446
7407
7408 2006-05-19  Peter Dennis Bartok  <pbartok@novell.com> 
7409
7410         * XplatUIX11.cs (SetWindowPos): Recalculate client area size on resizes
7411           instead of sticking to the first ever calculated value
7412
7413 2006-05-19  Mike Kestner  <mkestner@novell.com>
7414
7415         * ComboBox.cs: fix mouse motion selection to use MousePosition and
7416         PointToClient, since Capture is set. Fixes #78344.
7417
7418 2006-05-19  Mike Kestner  <mkestner@novell.com>
7419
7420         * ListView.cs: match MS behavior in Details view where items are not
7421         drawn if Columns.Count == 0. 
7422         * ThemeWin32Classic.cs: only highlight ListView selection if focused.
7423         Use a separate pen to draw the check, since changing the width affects
7424         the box as well.  Fixes #78454.
7425
7426 2006-05-18  Miguel de Icaza  <miguel@novell.com>
7427
7428         * ListView.cs: ArgumentOutOfRangeException, single versions of the
7429         exception should throw the name of the invalid argument.
7430
7431         * FileDialog.cs (OnClickOpenSaveButton): Avoid crash in open if
7432         there are no files listed. 
7433
7434 2006-05-18  Jackson Harper  <jackson@ximian.com>
7435
7436         * ThemeWin32Classic.cs: Don't use endcaps, they mess the drawing
7437         up.
7438
7439 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
7440
7441         * Control.cs: Brought back our old UpdateZOrder method as a private
7442           function and switched our calls from UpdateZOrder to the new one.
7443           This fixes the Paint.Net canvas disappearing bug.
7444
7445 2006-05-18  Jackson Harper  <jackson@ximian.com>
7446
7447         * Theme.cs:
7448         * ThemeWin32Classic.cs:
7449         * InternalWindowManager.cs: Move the drawing into the theme,
7450         expose everything the theme should need from the window manager.
7451
7452 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
7453
7454         * XplatUIX11.cs (DefWndProc): WM_SETCURSOR: Assign the return value 
7455           from the call to NativeWindow to avoid walking up the parent chain
7456           further than needed (speeds up setting cursors and avoids setting
7457           the wrong cursor if a parent has another cursor defined)
7458         * Cursor.cs: When loading an icon as cursor, MS uses the center of
7459           the icon as hotspot, not what's contained as hotspot in the icon
7460           file. This fixes the perceived drawing offset seen with Paint.Net
7461         
7462 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
7463
7464         * XplatUIX11.cs: 
7465           - Store the calculated rectangle in Hwnd object and use it when 
7466             setting the client size
7467           - Force Toolwindows to always be type Dock, to ensure they're on top
7468
7469 2006-05-18  Mike Kestner  <mkestner@novell.com>
7470
7471         * ComboBox.cs: first pass at ComboBox rework.  Layout is more
7472         consistent with MS positioning.  IntegralHeight, ItemHeight, Sizing.
7473         Correctly initialize textcontrol and ListBox on DropDownStyle changes. 
7474         Substantial refactoring to remove confusing nested classes. Coding
7475         standard and Get+Set->property refactorings.  Shift to index based
7476         highlighting in ComboListBox instead of constantly using IndexOf and
7477         Items[]. Add invalidations on resize for DropDownList to fix ugliness
7478         in FileDialog growth.  Draw borders manually since Simple mode needs
7479         to look like two independent controls.  Make listbox border
7480         conditional to DropDownStyle.  Improved OwnerDraw support.
7481
7482 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
7483
7484         * PaintEventArgs.cs: For 2.0, check for a null Graphics in the .ctor. 
7485         Don't set the disposed graphics to null, so we can throw the "right"
7486         exception if the graphics is reused later (added a flag to avoid 
7487         double disposing). Some behaviours are different under 2.0 and are
7488         filled under bug #78448.
7489
7490 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
7491
7492         * Control.cs: When double-buffering is enabled, we need to reset
7493           our graphics context between paint calls. Otherwise, any 
7494           transformations and other alterations on the context will 
7495           become cumulative (#77734)
7496
7497 2006-05-18  Mike Kestner  <mkestner@novell.com>
7498
7499         * ListView.cs: do focused item selection like MS on clicks. 
7500         Rework focus handling for ItemControl so LostFocus invalidates as
7501         well.
7502         * ThemeWin32Classic.cs: only draw focus rectangle for ListViewItems if
7503         the ListView ItemControl has focus.
7504
7505 2006-05-17  Peter Dennis Bartok  <pbartok@novell.com>
7506
7507         * XplatUIX11.cs: If client_window ends up being width or height zero
7508           due to border settings, move it off window inside whole_window (#78433)
7509
7510 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
7511
7512         * Mime.cs: Shrink the mime file cache correctly.
7513
7514 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
7515
7516         * ThemeWin32Classic.cs: Readded button focus drawing code. (#78429)
7517
7518 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
7519
7520         * XplatUIX11.cs (AddExpose): More sanity checks
7521
7522 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
7523
7524         * XplatUIX11.cs:
7525           - AddExpose: Don't add expose ranges outside the size of our
7526             window
7527           - Cast opacity values to Int32 to avoid crashes with certain
7528             values
7529           - Added disabled code paths that protect against illegal cross-
7530             thread painting (Developers.exe)
7531
7532 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
7533
7534         * ProgressBar.cs: Invalidate the control when it's resized
7535           since block size is based on control size. (#78388)
7536
7537 2006-05-16  Miguel de Icaza  <miguel@novell.com>
7538
7539         * DataGrid.cs (SetDataBinding): per the discussion on irc, instead
7540         of setting the incoming argument to the "reset" value, we set the
7541         this.datamember to string.empty (before we were invalidating the
7542         incoming data).   
7543
7544         Fixes 78420
7545
7546 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
7547
7548         * Form.cs: Only apply transparency settings after the form
7549           is created. (Fixes #77800)
7550
7551 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
7552
7553         * ApplicationContext.cs: Grab the HandleDestroyed event so
7554           we know when to fire OnMainFormClosed 
7555
7556 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
7557
7558         * Application.cs: Introduced sub-class to allow tracking of
7559           threads and centralized triggering of the event mess for
7560           ThreadExit, AppExit, etc..  (#76156)
7561
7562 2006-05-16  Alexander Olk  <alex.olk@googlemail.com>
7563
7564         * MimeIcon.cs:
7565           - Do not return a null icon index value for a mime subclass.
7566             Instead try the main mime type class too.
7567           - Seems that some newer distributions don't have a link to some
7568             gnome default icons anymore. So check the default gnome dir too.
7569           
7570
7571 2006-05-16  Jackson Harper  <jackson@ximian.com>
7572
7573         * MdiClient.cs: Don't paint the parent background image if we have
7574         our own background image.
7575
7576 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
7577
7578         * Control.cs:
7579           - PerformLayout: Do not shrink space filled by DockStyle.Fill
7580             controls, all filled controls are supposed to overlap (#78080)
7581           - UpdateZOrder is supposed to update the control's z-order in the
7582             parent's z-order chain. Fixed to behave like that
7583           - BringToFront: Removed obsolete code
7584           - SendToBack: Simplyfied
7585           - SetChildIndex: Trigger layout calculations when Z-order changes
7586             since layout is done by z-order
7587
7588 2006-05-16  Chris Toshok  <toshok@ximian.com>
7589
7590         [ fixes bug #78410 ]
7591         * DataGrid.cs (set_AlternatingBackColor): use
7592         grid_drawing.InvalidateCells instead of Refresh().
7593         (set_BackColor): call grid_drawing.InvalidateCells.
7594         (set_BackgroundColor): use Invalidate instead of Refresh.
7595
7596         * DataGridDrawingLogic.cs (InvalidateCells): new function, just
7597         invalidate the cell area.
7598
7599 2006-05-15  Chris Toshok  <toshok@ximian.com>
7600
7601         [ fixes bug #78011 ]
7602         * ThemeWin32Classic.cs (DataGridPaintRows): pass the clip argument
7603         on to DataGridPaintRow.
7604         (DataGridPaintRow): take a clip argument, and only draw the cells
7605         which intersect it.  same with the not_usedarea.
7606
7607         * Theme.cs (DataGridPaintRow) add @clip parameter.
7608
7609         * DataGrid.cs (ScrollToColumnInPixels): simplify, use
7610         XplatUI.ScrollWindow.
7611         (ScrollToRow): same.
7612
7613         * DataGridDrawingLogic.cs (UpdateVisibleColumn): fix corner case
7614         with last column which was causing a gray swath to appear with the
7615         XplatUI.ScrollWindow code.
7616
7617 2006-05-15  Chris Toshok  <toshok@ximian.com>
7618
7619         * ListBox.cs (HorizontalScrollEvent): in the non-multicolumn case,
7620         use XplatUI.ScrollWindow.
7621         (VerticalScrollEvent): use XplatUI.ScrollWindow.
7622
7623 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com> 
7624
7625         * TextBoxBase.cs: Added handling of middle-button paste for X11. (#78375)
7626
7627 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
7628
7629         * Cursors.cs: For X11, read NWSE and NESW cursors from our resource
7630           file since there are no equivalent X11 cursors
7631
7632 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
7633
7634         * MonthCalendar.cs : DateTimePicker should reflect selected date
7635           on mouse*up*, not mouse*down*. Fixed originally reported part of
7636           bug #76474.
7637
7638 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
7639
7640         * TabControl.cs : When argument index is equal or more than tab
7641           count, just ignore. Fixed bug #78395.
7642
7643 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
7644
7645         * Control.cs: Dispose all child controls when control is diposed (#78394)
7646
7647 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
7648
7649         * ColorDialog.cs: Finally it is possible to select the color with
7650           the text boxes
7651
7652 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
7653
7654         * PrintDialog.cs: Fix typo
7655
7656 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
7657
7658         * PrintDialog.cs: PrintDialog is not resizable
7659         * ThemeWin32Classic.cs: Draw non links in LinkLabel with the correct
7660           color. Made some ToolBar drawing methods protected virtual.
7661
7662 2006-05-13  Jordi Mas i Hernandez <jordimash@gmail.com>
7663
7664         * PrintDialog.cs: Implementation of the PrintDialog
7665
7666 2006-05-12  Chris Toshok  <toshok@ximian.com>
7667
7668         * ScrollBar.cs (set_Value): don't use Dirty/Invalidate to move the
7669         thumb, instead use MoveThumb.  This has the side effect of making
7670         most of the other thumb moving machinery use MoveThumb as well.
7671         (OnHandleCreated): pass false for @dirty to UpdateThumbPos, as we
7672         need to actually invalidate the rectangle where the new thumb will
7673         go.
7674         (MoveThumb): use XplatUI.ScrollWindow to move the thumb around.
7675         We force an Update() after, so it's not as fast as it could be,
7676         but at least there's zero flicker and no droppings.
7677         (OnMouseMoveSB): in the thumb dragging case, use MoveThumb.
7678         (UpdateThumbPos): add another argument (dirty), which says whether
7679         or not to calculate/add dirty regions which we later invalidate.
7680         For cases where we know we're going to use MoveThumb, we pass
7681         false for this.  Otherwise, pass true.
7682
7683 2006-05-12  Jackson Harper  <jackson@ximian.com>
7684
7685         * ThemeWin32Class.cs: Fixes for alignment and icon rendering in
7686         the status bar.
7687         
7688 2006-05-12  Peter Dennis Bartok  <pbartok@novell.com>
7689
7690         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new SetClipRegion
7691           and GetClipRegion methods and UserClipWontExposeParent property.
7692         * XplatUIWin32.cs: Implemented SetClipRegion/GetClipRegion methods,
7693           overriding UserClipWontExposeParent property, setting to false, since
7694           Win32 handles the required expose messages to draw our clipped parent
7695           areas internally
7696         * XplatUIX11.cs: Implemented SetClipRegion and GetClipRegion; updated
7697           PaintEventStart to set the user clip region if set.
7698         * Control.cs: 
7699           - Now internally tracking the Region for the control since we need to
7700             store it if the handle is not yet created and only set it when it
7701             becomes created. Before setting the region forced handle creation
7702           - Added code to draw the parents underneath a user-clipped region
7703         * Hwnd.cs: Added UserClip property
7704
7705 2006-05-12  Chris Toshok  <toshok@ximian.com>
7706
7707         * ScrollBar.cs (set_LargeChange): Refresh() -> InvalidateDirty()
7708         (set_Maximum): same.
7709         (set_Minimum): same.
7710         (set_SmallChange): same.
7711         (OnMouseUpSB): remove the call to refresh when releasing the
7712         thumb.  We shouldn't need it.
7713         
7714 2006-05-12  Miguel de Icaza  <miguel@novell.com>
7715
7716         * StatusBar.cs (UpdatePanel): If the panel being refreshes has the
7717         AutoSize set to None, we do not need to relayout everything, we
7718         just need to invalidate the current region.
7719
7720         (Draw): Do not draw the entire ClientArea, just redraw the
7721         clip area being passed.
7722
7723         * MdiClient.cs: Make MdiClient constructor with the Form argument
7724         internal. 
7725
7726 2006-05-12  Jackson Harper  <jackson@ximian.com>
7727
7728         * ThemeWin32Classic.cs (DrawToolBar): Flat toolbars get their
7729         parents background image,  but strangely not their own.
7730         - (DrawStatusBarPanel): Take into account horizontal alignment
7731         when drawing the strings and icons.
7732
7733 2006-05-12  Mike Kestner  <mkestner@novell.com>
7734
7735         * ListBox.cs: avoid invalidations for focus when the collection is
7736         empty. 
7737
7738 2006-05-12  Chris Toshok  <toshok@ximian.com>
7739
7740         * ScrollBar.cs (OnMouseMoveSB): when dragging the thumb, don't
7741         invalidate the entire thumb area.  Call InvalidateDirty which
7742         limits the redraw to the thumb itself and surrounding pixels.
7743
7744         * XplatUIX11.cs (ScrollWindow): optimize copying.
7745         
7746 2006-05-12  Chris Toshok  <toshok@ximian.com>
7747
7748         * DataGridDrawingLogic.cs: make CalcGridAreas non-reentrant.
7749         Figure out the positioning/layout in a single pass instead of
7750         multiple recursive invocations.  Speeds up the initial display of
7751         the data grid.  Also, make many things private that were
7752         originally public but unused outside this class.
7753
7754 2006-05-11  Jackson Harper  <jackson@ximian.com>
7755
7756         * MdiClient.cs: Improved layout code.
7757
7758 2006-05-11  Jonathan Chambers  <jonathan.chambers@ansys.com>
7759
7760         * PropertyGrid.cs : Only check GetPropertiesSupported for properties,
7761           not SelectedObject.
7762
7763 2006-05-11  Chris Toshok  <toshok@ximian.com>
7764
7765         * Hwnd.cs (Invalid): don't start off with Rectangle.Empty, as
7766         union of that will always be {0,0,width,height}.
7767
7768 2006-05-11  Jackson Harper  <jackson@ximian.com>
7769
7770         * Form.cs: Match MS's DefaultSize for forms (they must have
7771         changed the size in sp2).
7772
7773 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
7774
7775         * TextBoxBase.cs : implement CTRL+A (select all). Fixed bug #78368.
7776
7777 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
7778
7779         * TextControl.cs : Fixed bug #78109. This incorrect position
7780           comparison caused crash on automatic line split.
7781         * TextBoxBase.cs : reduce duplicate code.
7782
7783 2006-05-10  Jackson Harper  <jackson@ximian.com>
7784
7785         * MdiClient.cs: Active form is only sent to the back when using
7786         the Next form functionality, when a form is clicked the current
7787         active shouldn't be sent to the back.
7788         - Layout the mdi windows when the container is first made visible.
7789         * Form.cs: Give the MdiClient a ref to the containing form when we
7790         create it.
7791         
7792 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
7793
7794         * LinkLabel.cs : link_font could be uninitialized, so populate one
7795           before actual use. Fixed bug #78340.
7796
7797 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
7798
7799         * XplatUIX11.cs : clipboard format native value is IntPtr.
7800           Fixed bug #78283.
7801
7802 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
7803
7804         * Control.cs: 
7805           - Instead of showing context menus directly we send WM_CONTEXTMENU, 
7806             which is passed up the parent chain by DefWndProc
7807           - We now handle WM_CONTEXTMENU to display any menu, or pass it 
7808             to DefWndProc (#77956)
7809         * XplatUIX11.cs: Added handling of WM_CONTEXTMENU (pass up) to DefWndProc
7810
7811 2006-05-10  Jackson Harper  <jackson@ximian.com>
7812
7813         * MdiClient.cs: We need to remove the controls from the mdi
7814         collection, when we close the window.
7815         * MdiWindowManager.cs: Special handling of closing mdi windows.
7816         * InternalWindowManager.cs: Make the close method virtual so the
7817         mdi window manager can handle it specially.
7818
7819 2006-05-10  Jordi Mas i Hernandez <jordimash@gmail.com>
7820
7821         * DataGrid.cs:
7822           - Recalculate grid when the data source has changed
7823           - Matches styles provided by user from all data sources types
7824         * DataGridTableStyle.cs: For columns that provided by the user set the
7825         with the preferred value is there was unassigned.
7826         * CurrencyManager.cs: throw OnItemChanged event
7827
7828 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com> 
7829
7830         * PictureBox.cs: Don't animate until handle is created. Start animation
7831           when handle is created.
7832
7833 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
7834
7835         * XplatUIX11.cs, Hwnd.cs: Adopted Mike's patch from #77979 to match
7836           current codebase.
7837         * XEventQueue.cs: We don't need to provide the extra info
7838
7839 2006-05-10  Jackson Harper  <jackson@ximian.com>
7840
7841         * MdiClient.cs: If the mdi clients parent form has a background
7842         image set, we draw that background image for the mdi area's
7843         background.
7844
7845 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
7846
7847         * TextBoxBase.cs: Set IBeam cursor (#78347)
7848
7849 2006-05-10  Mike Kestner  <mkestner@novell.com>
7850
7851         * ToolBar.cs: fix some text padding issues with ButtonSize
7852         calculation. Update the default size to match MS documentation.
7853         * ToolBarButton.cs: use ToolBar.ButtonSize for layout of unspecified
7854         button size. Fixes #78296.
7855
7856 2006-05-10  Mike Kestner  <mkestner@novell.com>
7857
7858         * ListBox.cs: use is_visible for scrollbar positioning in case the
7859         control isn't on screen yet.  Fix off by one with Right vs Width
7860         usage.  Update Scrollbars in SetBoundsCore. Fixes #78188 and #78258.
7861         
7862 2006-05-10  Jackson Harper  <jackson@ximian.com>
7863
7864         * X11Dnd.cs: Drop to a control with another control on top of it.
7865         * ToolBar.cs: Work on a copy of the buttons list, so that it can
7866         be modified in click handlers. TODO: Look for similar problems in
7867         other controls.
7868
7869 2006-05-09  Jackson Harper  <jackson@ximian.com>
7870
7871         * Form.cs: Window managers need the old window state when setting
7872         window state now.
7873         * InternalWindowManager.cs: Allow the base mdi window manager to
7874         handle more of the MDI only stuff (like maximize buttons).
7875         * MdiWindowManager.cs: Fix some snafus in changing the window
7876         state.  Add all the menu functionality, for both popup and
7877         maximized menus.
7878         * MdiClient.cs: When a new form is selected the currently
7879         activated form is sent to the back, this matches MS.
7880         - Implement a new method to activate the next mdi child window.
7881
7882 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com>
7883
7884         * Control.cs: 
7885           - Added new InternalCapture method to allow controls to prevent
7886             the capture behaviour on the click handlers
7887           - Switched to use InternalCapture
7888         * ComboBox.cs:
7889           - Using InternalCapture to prevent mouse captures from being released
7890             on mouse button release (Fixes #78100)
7891         * XplatUIX11.cs (DeriveStyles): Now checks caption state and only
7892           returns Form borders if a caption is present. (Fixes #78310)
7893
7894 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com> 
7895
7896         * TreeNode.cs: Changed serialization .ctor to not require every field
7897           to be present. (#78265)
7898         * OwnerDrawPropertyBag.cs: Added serialization .ctor
7899
7900 2006-05-05  Alexander Olk  <alex.olk@googlemail.com>
7901
7902         * MimeIcon.cs: for is faster than foreach for strings.
7903
7904 2006-05-05  Mike Kestner  <mkestner@novell.com>
7905
7906         * CheckedListBox.cs: update check handling code to not use selected.
7907         * ListBox.cs: rewrite of mouse selection handling to correspond to MS
7908         behavior for visual feedback, motion response, shift/ctrl handling,
7909         and properly deal with all 4 selection modes. Updates to bounds
7910         handling logic.  Add scroll wheel support. [Fixes #77842]
7911
7912 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
7913
7914         * ListView.cs:
7915           - Moved adding of Implicit controls into .ctor. That way, subsequent
7916             creation of the controls will not cause them to think they are 
7917             toplevel windows (fixes #78200 header problem)
7918           - Added 2.0 ShowGroups and UseCompatibleStateImageBehaviour
7919           - Switched visibility setting of header control to use internal field
7920             to avoid triggering handle creation
7921           - Now checking if handle is created before causing a refresh when items
7922             are added (This makes us now match handle creation time with MS)
7923         * Splitter.cs: Removed loading of private splitter cursor, switched to
7924           Cursors version now that that is loading the right ones
7925         * Cursors.cs: Load proper splitter cursors from resources
7926         * Cursor.cs: Added second method of loading resource cursors for the 
7927           VS.Net users amongst us
7928
7929 2006-05-05  Mike Kestner  <mkestner@novell.com>
7930
7931         * ListView.cs: give header_control a minimum size based on the
7932         ListView size.
7933
7934 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
7935
7936         * XplatUIX11.cs: WS_EX_TOPMOST requires window to be on top. A dock
7937           window seems to do that with metacity, so set that type. (#78120)
7938
7939 2006-05-05  Mike Kestner  <mkestner@novell.com>
7940
7941         * ListViewItem.cs: fix Details mode checkbox layout bug.
7942         * ThemeWin32Classic.cs: draw a ListView column header for unused space
7943         at the end of the header, if it exists. [Fixes for #78200]
7944
7945 2006-05-04  Jackson Harper  <jackson@ximian.com>
7946
7947         * MdiClient.cs: Add a helper property to get the container form.
7948         * MdiWindowManager.cs: We have to make sure to use the menu origin
7949         when drawing the icons and buttons, this fixes maximized window
7950         icons/buttons on win32.
7951         * InternalWindowManager.cs: Reset the restore captions when a
7952         window goes from Maximized to Minimized and vice versa. Move the
7953         DrawMaximizedButtons into the MdiWindowManager source, tool
7954         windows can't be maximized. NOTE: This could use a little
7955         refactoring if time ever permits.
7956         
7957 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
7958
7959         * TextBox.cs: Add MWFCategoryAttributes
7960         * TextBoxBase.cs: Add MWFCategoryAttributes
7961         * Form.cs: Add MWFCategoryAttributes
7962
7963 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
7964
7965         * Control.cs: Add MWFCategoryAttributes
7966         * ScrollableControl.cs: Add MWFCategoryAttributes
7967
7968 2006-05-03  Alexander Olk  <alex.olk@googlemail.com>
7969
7970         * ThemeWin32Classic.cs: Draw the ToolBar top border only if
7971           Divider is true. Fix a little glitch in PropertyToolBar
7972           drawing code
7973
7974 2006-05-02  Peter Dennis Bartok  <pbartok@novell.com> 
7975
7976         * Control.cs:
7977           - Dispose: Call base.Dispose, this causes the disposed event
7978             to be fired (and probably other, more important stuff)
7979           - SetVisibleCore: Set is_visible to true after creating the
7980             window so that the window still gets created invisible (if
7981             WM_VISIBLE isn't set). That will cause the ShowWindow afterwards
7982             to generate a WM_ACTIVE message
7983         * Form.cs: Call Dispose when we want to destroy the window, instead of
7984           just destroying the handle (Dispose will do that for us)
7985         * XplatUIX11.cs:
7986           - RootWindow also needs a queue, so we can properly process the
7987             property change events from RootWindow (like Activate)
7988           - Generatic synthetic WM_ACTIVE message when the active window is
7989             being destroyed
7990
7991 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
7992
7993         * LinkLabel.cs: Trigger a recalc of our label dimensions when
7994           bounds are changed
7995
7996 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com>
7997
7998         * ThemeWin32Classic.cs (ButtonBase_DrawImage): Use the proper image
7999           for determining width and height (image might not be assigned if
8000           we're drawing an imagelist)
8001
8002 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
8003
8004         * XplatUI.cs, XplatUIDriver.cs: Added MenuHeight property
8005         * XplatUIWin32.cs: Overriding new MenuHeight property, retrieving
8006           height from system
8007         * Theme.cs: No longer returns hardcoded menu height, instead calls
8008           new driver method
8009         * Form.cs (OnLoad): Scaling happens before triggering Load events 
8010           on MS (# 78257)
8011
8012 2006-05-01  Mike Kestner  <mkestner@novell.com>
8013
8014         * MenuItem.cs: fix NRE for text == null.  Fixes #78250.
8015
8016 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com> 
8017
8018         * TextBoxBase.cs: Removed Fixme
8019         * RichTextBox.cs (set_RTF): Invalidate document after update (#78247)
8020
8021 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com>
8022
8023         * XplatUIX11.cs:
8024           - ScrollWindow: We were passing hwnd.ClientRectangle which returns
8025             the rectangle relative to the parent, considering borders. We
8026             don't really want that.
8027           - ScrollWindow: Fixed warning to be more understandable
8028         * TextBoxBase.cs: Fixed ScrollWindow calculations to consider our
8029           scrollbars and scroll only the visible area
8030         * RichTextBox.cs: Removed debug output
8031
8032 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
8033
8034         * NumericUpDown.cs (Text): Just use base
8035         * UpDownBase.cs: Ensure txtView is created before using it
8036
8037 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
8038
8039         * XplatUIX11.cs (SetWindowTransparency): Casting opacity to int before
8040           casting to IntPtr to avoid 64bit overflow errors
8041
8042 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
8043
8044         * Control.cs:
8045           - AllowDrop: Don't force handle creation.
8046           - CreateHandle: Added call to tell driver if we're allowed to drop
8047
8048 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
8049
8050         * FileDialog.cs: Remember the last directory not only for the
8051           current instance but also for new FileDialog instances.
8052
8053 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
8054         
8055         * XplatUIX11.cs: Forgot to set the queue on the foster parent. That
8056           broke sending async messages
8057
8058 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
8059
8060         * XplatUIX11.cs:
8061           - ScrollWindow: Fixed method. We finally generate expose events again
8062             for scrolled areas. This was causing 'garbage' when scrolling
8063             textbox and other controls that used ScrollWindow
8064           - Switched from using the regular queue for paint events to the MS 
8065             model of 'generating' paint events when the queue is empty.
8066             We use the new XQueueEvent.Paint subclass to store which windows
8067             need painting.
8068           - AddExpose now takes the x/y/width/height of the exposed area
8069             and inserts the window into the paint queue if not already there
8070           - InvalidateWholeWindow: Switched to use new AddExpose method
8071           - UpdateMessageQueue: Added which queue to monitor for paint events
8072           - DefWndProc: Added default handler for WM_PAINT and WM_NCPAINT in
8073             the unlikely case nothing above handles it. We reset the expose
8074             pending states to get them off the queue.
8075           - GetMessage: Now pulls a paint event if no other events are in the
8076             queue
8077           - Invalidate: Switched to new AddExpose method
8078           - PeekMessage: Updated to understand pending paint events
8079           - UpdateWindow: Fixed logic bug. We were only updating if the window
8080             didn't need updating. Also switched to sending WM_PAINT directly,
8081             like MS does.
8082         * XEventQueue.cs: Added Paint queue support. Allows enqueue/dequeue
8083           and random access Remove(). The random access is needed to handle
8084           UpdateWindow() where a WM_PAINT is sent directly without accessing
8085           the queue.
8086         * ScrollBar.cs: Added Update() calls to cause immediate updates to
8087           allow for better feedback when scrolling. Scrollbars are small and
8088           the immediate update should make it 'feel' more responsive without
8089           slowing things down. ScrollBar still needs it's invaliate logic
8090           updated to not always invalidate the whole bar on certain changes.
8091
8092 2006-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8093
8094         * Control.cs:
8095         (BackColor): if the control does not support a transparent background,
8096         return the default backcolor when the parent backcolor is transparent.
8097
8098 2006-04-28  Peter Dennis Bartok  <pbartok@novell.com>
8099
8100         * Application.cs: Updated to new StartLoop/GetMessage API
8101         * RichTextBox.cs: Provide some output on RTF parsing errors
8102         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs: Added
8103           new queue_id argument to GetMessage and PeekMessage to allow faster
8104           handling of per-thread queues in drivers.
8105         * Hwnd.cs: Added Queue tracking and property
8106         * MenuAPI.cs: Updated to new StartLoop/GetMessage API
8107         * XEventQueue.cs: Added thread trackingA
8108         * PropertyGridView.cs: Updated to new StartLoop/GetMessage API
8109         * XplatUIX11.cs:
8110           - Implemented new per-thread queue
8111           - GetMessage: Fixed return/break behaviour on several cases. We were
8112             returning stale messages in some cases, instead of just processing
8113             the next message
8114
8115 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
8116
8117         * PropertyGrid.cs: Call GetPropertiesSupported on TypeConverter.
8118
8119 2006-04-27  Peter Dennis Bartok  <pbartok@novell.com>
8120
8121         * ThemeWin32Classic.cs (DrawToolBar): Refactored, simplified the logic,
8122           fixed off-by-one comparisons between Width/Height and Right/Bottom.
8123
8124 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
8125
8126         * PropertyGridView.cs: Fix drop down width.
8127
8128 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
8129
8130         * ThemeWin32Classic.cs: Peter thinks that three additional lines are
8131           a mess in DrawToolBar, so I removed one of them.
8132
8133 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
8134
8135         * ThemeWin32Classic.cs: Draw the ToolBar border lines only if
8136           needed (clip). Otherwise we get artifacts.
8137
8138 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
8139
8140         * FixedSizeTextBox.cs: Added constructor to allow specifying which
8141           dimension is fixed
8142         * UpDownBase.cs: Set the spinner control to be fixed height vertical,
8143           and switched FixedSizeTextBox to only be fixed vertical (#78116)
8144         * Form.cs: Not applying the 'MS 0.08 fudge factor' for a given dimension
8145           if it matches the scale base font (avoids unneeded scaling)
8146
8147 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
8148
8149         * X11DesktopColors.cs: One gtk_init_check should be enough
8150
8151 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com> 
8152
8153         * TextBoxBase.cs: Moved Backspace handling into WM_CHAR block to
8154           match MS behaviour
8155
8156 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
8157
8158         * TextBoxBase.cs: 
8159           - Generate OnTextChanged for Backspace even if we're only deleting
8160             the current selection
8161           - When setting the Text property, only select all text if the
8162             control does not have focus when it is being set. Otherwise
8163             just place the cursor at the beginning of the control
8164
8165 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
8166
8167         * ThemeWin32Classic.cs: ToolBars get drawn with two lines at the top.
8168           Added a little helper to draw PropertyGrid ToolBar with a different
8169           border and a different BackColor.
8170         * PropertyGrid.cs: Some background parts didn't get painted with the
8171           correct background color. Added a class that helps us to draw the
8172           correct border for PropertyGridView and a class that helps us to
8173           draw ToolBars with a different backcolor
8174         * PropertyGridView.cs: Draw PlusMinus with the correct colors.
8175
8176 2006-04-25  Jonathan Chambers  <jonathan.chambers@ansys.com>
8177
8178         * PropertyGrid.cs: Bug 78196, font size, and splitter location.
8179         * PropertyGridView.cs: Bug 78196, font size, and splitter location.
8180
8181 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
8182
8183         * XplatUIWin32.cs (DIBtoImage): ORing instead of ANDing the alpha
8184           into the palette entries. Also, since we're working on a copy
8185           we needed to copy the palette back onto the bitmap.
8186         * Cursor.cs: Same fix as XplatUIWin32.cs.
8187
8188 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com>
8189
8190         * ImageListStreamer.cs: Need to read the var (or we're off)
8191
8192 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
8193
8194         * TextControl.cs, ComboBox.cs, CommonDialog.cs, Theme.cs, 
8195           XplatUIWin32.cs, RichTextBox.cs, ImageListStreamer.cs,
8196           TextBoxBase.cs: Unused var fixes
8197         * AxHost.cs: Small 2.0 fix
8198         * XplatUIX11.cs: Switched to IntPtr from int for XA_CARDINAL atoms 
8199           as it seems that is what at least Metacity expects. This will make
8200           icons show up on 64bit platforms. We still have some 64bit size
8201           issues, though, since the startup app window size still won't match.
8202
8203 2006-04-25  Mike Kestner  <mkestner@novell.com>
8204
8205         * *.cs: cleanup newly reported exception var unused warnings.
8206
8207 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
8208
8209         * ThemeWin32Classic.cs: Button image alignment now matches exactly
8210           ms
8211
8212 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
8213
8214         * ThemeWin32Classic.cs: Fixed drawing code for buttons with an
8215           image. The image position is always the same, no matter if the
8216           button is pressed or not.
8217
8218 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
8219
8220         * FileDialog.cs: SaveFileDialog shouldn't rely on a MWFFileView
8221           selection and set the correct filename for SaveFileDialog.
8222           Patch by Emery Conrad.
8223
8224 2006-04-24  Mike Kestner  <mkestner@novell.com>
8225
8226         * ListView.cs (LastVisibleIndex): when in List mode of Alignment.Left,
8227         check for item.X outside the ClientRect instead of item.Y. Fixes
8228         #78151.
8229
8230 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8231
8232         * ImageListStreamer.cs: some images store a wrong grow factor, so don't
8233         trust that value blindly and do some sanity check. Fixes bug #77814.
8234
8235 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8236
8237         * ImageListStreamer.cs: save the mask as a 1bpp image.
8238
8239 2006-04-21  Mike Kestner  <mkestner@novell.com>
8240
8241         * CheckedListBox.cs: maintain CheckStatus here. Use DrawItemState to
8242         pass Checked and Indeterminate to the Theme Engine. Improve
8243         encapsulation with ListBox.
8244         * ListBox.cs: Keep a StringFormat instead of calculating it every item
8245         draw. Kill ListBoxItem. Refactor away the ListBoxInfo and ListBoxItem
8246         nested types.  Move all CheckState functionality to CheckedListBox.
8247         Make IntegralHeight work like MS.  Rewrite of Layout engine.  Fix
8248         OwnerDrawVariable layout/rendering.  Fix multicolumn rendering.  Fix
8249         ScrollAlwaysVisible handling. Refactor "selected" collections to use a
8250         single base list. Fix scrollbar sizing and placement to mirror MS.
8251         * Theme.cs: remove CheckedListBoxCheckRectangle. It wasn't really
8252         used.
8253         * ThemeWin32Classic.cs: implement Indeterminate CheckState rendering
8254         for CheckedListBox by using new DrawItemState info.  Center the
8255         checkboxes on the items. Use new StringFormat property.
8256
8257 2006-04-18  Jackson Harper  <jackson@ximian.com>
8258
8259         * Form.cs: MdiChildren don't do default locations the same way as
8260         regular forms.  This prevents a crash when trying to position the
8261         mdi windows.
8262
8263 2006-04-17  Jonathan Chambers  <jonathan.chambers@ansys.com>
8264
8265         * PropertyGridTextBox.cs: Formatting, copyright
8266         * PropertiesTab.cs: Formatting
8267         * PropertyGrid.cs: Formatting
8268         * PropertyGridView.cs: Formatting, fix drop down, enabled double 
8269           click toggling of values
8270           
8271 2006-04-17  Peter Dennis Bartok  <pbartok@novell.com> 
8272
8273         * KeyPressEventArgs: Added 2.0 only setter for KeyChar
8274         * Control.cs (.ctor): verify_thread_handle is static, don't reset
8275           every time a control is created
8276         * Application.cs: Removed obsolete EnableRTLMirroring method
8277
8278 2006-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
8279
8280         * TabControl.cs: Avoid ArgumentOutOfRangeException when setting
8281         SelectedIndex to -1. Fixes bug #78121.
8282
8283 2006-04-17  Jackson Harper  <jackson@ximian.com>
8284
8285         * Binding.cs: Handle null values for Current and BindingContext.
8286         This occurs when binding is a little delayed.
8287         * CurrencyManager.cs: return null for Current when there are no
8288         items in the list.
8289         - Hookup to the listchanged event on the DataView and update
8290         bindings when the list is changed.  This fixes late binding of
8291         controls.
8292
8293 2006-04-17  Jackson Harper  <jackson@ximian.com>
8294
8295         * X11Dnd.cs:
8296         * XplatUIX11.cs: Drops should not create a mousedown. Patch by Tim
8297         Ringenbach.
8298
8299 2006-04-15  Alexander Olk  <alex.olk@googlemail.com>
8300
8301         * ThemeWin32Classic.cs: Draw disabled combo button in the correct
8302           place
8303         * ComboBox.cs: If the combobox is disabled call CPDrawComboButton
8304           with the correct ButtonState
8305
8306 2006-04-14  Peter Dennis Bartok  <pbartok@novell.com>
8307
8308         * XplatUIX11.cs: Improved distinguishing between window types to
8309           tell the WM a type closer to what the app wants (Fixes #78107)
8310
8311 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
8312
8313         * ThemeWin32Classic.cs: Fixed drawing of ContainerGrabHandle and
8314           GrabHandle
8315
8316 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
8317
8318         * ThemeWin32Classic.cs: Fixed size grip drawing and updated StatusBar
8319           drawing code to reflect the size grip changes
8320
8321 2006-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8322
8323         * ImageListStreamer.cs: fix handling of the mask that follows the main
8324         bitmap when deserializing and serialize it properly. The generated mask
8325         should better be a 1bpp image, but I'll do that later.
8326
8327 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
8328
8329         * FileDialog.cs: Show something in the DirComboBox on *nix if the
8330           path doesn't fit into some of our Current.Places
8331
8332 2006-04-13  Jackson Harper  <jackson@ximian.com>
8333
8334         * ComboBox.cs: Use borders instead of drawing our own decorations,
8335         try to obey correct rules for heights.
8336         * Theme.cs:
8337         * ThemeNice.cs:
8338         * ThemeClearLooks.cs:
8339         * ThemeWin32Classic.cs: Remove combobox decoration drawing code,
8340         this is now handled by borders.
8341         - Remove unused DrawListBoxDecorationSize method.
8342         
8343 2006-04-13  Mike Kestner  <mkestner@novell.com>
8344
8345         * MenuAPI.cs: null guarding for the disbled click check fixes crash
8346         reported by Alex.
8347
8348 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
8349
8350         * ThemeWin32Classic.cs: 
8351           - Fixed CPDrawStringDisabled
8352           - Corrected drawing of disabled menu items
8353           - Fixed drawing of disabled radio buttons (bug #78095)
8354           - Draw check in a disabled CheckBox with color ControlDark 
8355
8356 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
8357
8358         * Form.cs: Use the provided width when calculating the menu size;
8359           when being maximized we get WM_NCCALCSIZE before WM_WINDOWPOSCHANGED
8360           and ClientSize.Width won't be updated yet
8361         * Application.cs: Use Visible instead of Show() to make form visible,
8362           this way we create the handle later and menusize is considered
8363
8364 2006-04-12  Mike Kestner  <mkestner@novell.com>
8365
8366         * MenuAPI.cs: ignore clicks on disabled menu items. Thanks to Alex for
8367         reporting.
8368
8369 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
8370
8371         * TextBox.cs: Implemented context menu
8372
8373 2006-04-12  Mike Kestner  <mkestner@novell.com>
8374
8375         * ListView.cs: implement box selection. fixes #77838.
8376         * ThemeWin32Classic.cs: draw box select rect, remove a ResetClip.
8377
8378 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
8379
8380         * XplatUIX11.cs: Added setting of window type when transient window
8381           is created (metacity would move it otherwise)
8382         * X11Structs.cs: Added WINDOW_TYPE atoms
8383         * LinkLabel.cs: Override OnPaintBackgroundInternal and draw the
8384           background (the control is Opaque but still wants transparent
8385           backgrounds)
8386
8387 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
8388
8389         * Control.cs: Added OnPaintBackgroundInternal to allow controls
8390           that set Opaque but don't mean it (like all ButtonBase-derived
8391           controls) to still draw their background
8392         * ButtonBase.cs: Override OnPaintBackgroundInternal and draw
8393           the background
8394
8395 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
8396
8397         * Control.cs (PaintControlBackground): Set the graphics object
8398           on our PaintEvent to null to prevent it from being disposed
8399           when the PaintEvent gets disposed
8400
8401 2006-04-12  Alexander Olk  <alex.olk@googlemail.com>
8402
8403         * ThemeWin32Classic.cs: Use even more SystemBrushes and SystemPens
8404         * ThemeNice.cs, ThemeClearlooks.cs: fix typo
8405
8406 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
8407
8408         * Control.cs: 
8409           - Added transparency check to BackColor property. Transparent
8410             backgrounds are only allowed if the control styles permit it
8411           - Added recursive painting of parent control background and
8412             foreground if a control with a transparent backcolor is drawn
8413             (Thanks to Tim Ringenback for providing his 'hack' as a base
8414              for this patch) Fixes #77985 and #78026.
8415           - Added Opaque style check before calling OnPaintBackground, no
8416             need to draw the background if the control is opaque
8417           - Removed ControlAccessibleObject owner variable (inherited from
8418             base, no need to define again)
8419           - Added some documentation links explaining the drawing events
8420             and styles
8421
8422 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
8423
8424         * Splitter.cs (CalculateSplitPosition): Corrected the bad assumption
8425           that the affected control is the located at the left border of our
8426           parent (Fixes #77936)
8427
8428 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
8429
8430         * TextBoxBase.cs: When rendering disabled or readonly controls,
8431           draw the background with 'Control' instead of 'Window' color as
8432           long as the user hasn't specifically set a color
8433
8434 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
8435
8436         * TextBoxBase.cs: Don't try to shortcut by checking against base.Text
8437           since that won't be updated if the user types text (only if it's
8438           programatically set)
8439
8440 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
8441
8442         * ScrollableControl.cs: Calculate DisplayRect dynamically, so that
8443           layout changes do to app-triggered resizes will have the proper
8444           display rectangle for layout
8445
8446 2006-04-11  Alexander Olk  <alex.olk@googlemail.com>
8447
8448         * ThemeWin32Classic.cs:
8449           - Make use of the SystemBrushes and SystemPens wherever possible
8450           - Corrected some highlight colors
8451           - Corrected RadioButton and CheckBox FlatStyle.Flat and Popup
8452             drawing
8453         * Theme.cs: Added Empty field to CPColor struct
8454
8455 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
8456
8457         * ScrollabeControl.cs: We need to consider whether or not a scrollbar
8458           is displayed when calculating the display rectangle. Thanks to Mike
8459           for teaching me the err of my ways.
8460
8461 2006-04-10  Peter Dennis Bartok  <pbartok@novell.com>
8462
8463         * ScrollableControl.cs:
8464           - Rewrote DisplayRectangle code, now returning the proper x/y coords 
8465             (instead of 0,0) and we now return the real width/height instead of
8466             just the clientrectangle, adjusted for padding. The rectangle is
8467             now cached and created by the new CalculateDisplayRectangle method.
8468           - Created new CalculateDisplayRectange method, which basically does
8469             what get_DisplayRectangle() did originally, but now using the 
8470             right edge instead of DisplayRectangle to determine the size of
8471             our scrollbars
8472           - get_Canvas(): Fixed it to properly calculate canvas for 
8473             right/bottom controls which seem to be placed to the right/bottom
8474             of any controls that have a fixed location
8475           - Removed TODO that's taken care of
8476           - Removed NotImplementeds and attempted to implement AdjustFormScrollBars
8477             and SetDisplayRectLocation according to new MSDN2 docs
8478           - Added call to PerformLayout in OnVisibleChanged, MS causes a layout
8479             event when that is called, this is added for compatibility
8480           - ScrollControlIntoView(): Implemented.
8481           - Switched scrollbars to be implicit, they shouldn't be selectable
8482         * ContainerControl: Now that ScrollControlIntoView is implemented, we 
8483           call it when the active control is set/changed
8484         * ScrollBar.cs: Added support for generating Win32 scrollbar messages
8485         * ImplicitHScrollBar.cs, ImplicitVScrollBar.cs: Now setting new base
8486           implicit_control variable (used for native Win32 message generation)
8487         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Added new 
8488           HorizontalScrollBarHeight and VerticalScrollBarWidth properties
8489         * ThemeWin32Classic.cs: Now calling the driver for the scrollbar sizes
8490         * XplatUIStructs.cs: Added ScrollBarCommands enum
8491
8492 2006-04-10  Jackson Harper  <jackson@ximian.com>
8493
8494         * ButtonBase.cs:
8495         * CheckedListBox.cs:
8496         * ComboBox.cs:
8497         * DataGrid.cs:
8498         * DataGridView.cs:
8499         * Form.cs:
8500         * GroupBox.cs:
8501         * ListBox.cs:
8502         * PrintPreviewControl.cs:
8503         * ProgressBar.cs:
8504         * PropertyGrid.cs:
8505         * Splitter.cs:
8506         * StatusBar.cs:
8507         * TrackBar.cs:
8508         * UpDownBase.cs: Fixup base event overrides.
8509         
8510 2006-04-06  Mike Kestner  <mkestner@novell.com>
8511
8512         * ScrollBar.cs: fix "new event" declarations (#76509) and bounds check
8513         all user-initiated value changes to min <= value <= max-thumbsz+1.
8514         (set_Value): check for vert/horiz when calculating new thumb position.
8515         (LargeIncrement): bounds check to stop pos at max - thumb_size + 1
8516         like MS does.
8517         (OnMouseMoveSB): refactor the thumb dragging code and refine
8518         invalidation logic to reduce flicker.
8519         (SetEndPosition): bounds check to stop pos at max - thumb_size + 1
8520         (SmallIncrement): bounds check to stop pos at max - thumb_size + 1
8521         (UpdateThumbPosition): small code readability cleanup
8522
8523 2006-04-10  Alexander Olk  <alex.olk@googlemail.com>
8524
8525         * ThemeNice.cs: Small UI polishing. Draw borders a little bit
8526           different
8527
8528 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
8529
8530         * ThemeNice.cs: Use a better graphics effect when a button is pressed
8531
8532 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
8533
8534         * Theme.cs: Added GetDashPen and GetSizedPen to SystemResPool
8535         * ThemeWin32Classic.cs: Make use of the new SystemResPool methods.
8536           This dramatically reduces the number of Pen.Dispose calls. 
8537           Where possible call ResPool methods only once instead of calling it
8538           over and over again (for example for the same color).
8539
8540 2006-04-06  Mike Kestner  <mkestner@novell.com>
8541
8542         * TabControl.cs: fix for SelectedIndex updating on TabPage removals.
8543         Also remove an unused private field on the collection. Fixes #77972.
8544
8545 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
8546
8547         * ThemeNice.cs: Added ToolBar drawing code
8548
8549 2006-04-06  Mike Kestner  <mkestner@novell.com>
8550
8551         * Form.cs (ShowDialog): MS allows IWin32Window param to be a non-form.
8552         I'm assuming that means we need to look up the toplevel for the
8553         provided control. Fixes the crash trace in #77911 but exposes another
8554         crash in some strange reflection usage in NDocGui.
8555
8556 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
8557
8558         * ThemeNice.cs: Gave it a little silver touch and added Images
8559           method
8560         * FontDialog.cs: FontDialog is not resizable
8561         * FileDialg.cs: Added SizeGripStyle.Show
8562
8563 2006-04-05  Jackson Harper  <jackson@ximian.com>
8564
8565         * KeyboardLayouts.cs: Remove warning.
8566
8567 2006-04-05  Jackson Harper  <jackson@ximian.com>
8568
8569         * Control.cs: Enable OnPaintInternal so we can use it for drawing
8570         all of our controls instead of Paint +=.
8571         * ListBox.cs:
8572         * ListView.cs:
8573         * MenuAPI.cs:
8574         * MessageBox.cs:
8575         * NotifyIcon.cs:
8576         * ProgressBar.cs:
8577         * ScrollBar.cs:
8578         * Splitter.cs:
8579         * StatusBar.cs:
8580         * TabControl.cs:
8581         * TextBoxBase.cs:
8582         * ToolBar.cs:
8583         * TrackBar.cs:
8584         * UpDownBase.cs:
8585         * ComboBox.cs: Remove handling of WM_PAINT and WM_ERASEBKGND and
8586         use OnPaintInternal. Remove Width/Height and Visible checks in
8587         paint handler, this is done at a higher level now.
8588         * GroupBox.cs: Don't need to handle WM_ERASEBKGND anymore.
8589         * PaintEventArgs.cs: Add a handled flag so controls that don't
8590         want anymore painting after OnPaintInternal can make sure OnPaint
8591         isn't called.
8592
8593 2006-04-05  Mike Kestner  <mkestner@novell.com>
8594
8595         * Form.cs: fix the menu WndProc hacks to respect the native enabled
8596         state of the form, so that we don't process events when Modal dialogs
8597         are up. Fixes #77922.
8598
8599 2006-04-05  Alexander Olk  <alex.olk@googlemail.com>
8600
8601         * Mime.cs: Default for range length is 1 not 0. If set to 0 no match
8602           checking is done.
8603
8604 2006-04-05  Mike Kestner  <mkestner@novell.com>
8605
8606         * XplatUIX11.cs: fix typo in the EX_APPWINDOW transient patch.
8607
8608 2006-04-05  Mike Kestner  <mkestner@novell.com>
8609
8610         * ListView.cs (HeaderMouseMove): null guarding for the over column
8611         when setting up the drag_to_index.  Fixes #78015.
8612
8613 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com>
8614
8615         * XplatUIX11.cs: If WS_EX_APPWINDOW isn't set we don't want to show up
8616           in the taskbar. Transient windows seem to accomplish that.
8617
8618 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com> 
8619
8620         * Form.cs:
8621           - Re-enabled CreateParams.X/Y code for FormStartPosition
8622           - Added code for manual placement when creating the Control
8623           - Incomplete patch to treat MDI forms differently when
8624             setting the ClientSizeCore. (Still need to figure out handling
8625             x/y coords there)
8626         * XplatUIX11.cs:
8627           - When we're explicitly setting the X/Y position of a non-Child
8628             window, let the WM know. Metacity really wants this.
8629
8630 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
8631
8632         * ThemeNice.cs: Added CPDrawButton
8633
8634 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
8635
8636         * ThemeNice.cs: Changed the color for focused buttons and activated
8637           the arrows for small scroll buttons.
8638
8639 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
8640
8641         * ThemeWin32Classic.cs: Removed DrawFlatStyleButton, not needed
8642           anymore. Changed some method modifiers to protected (virtual)
8643         * ThemeClearlooks.cs: Updated to reflect the ThemeWin32Classic
8644           changes
8645         * ThemeNice.cs: Updated to reflect the ThemeWin32Classic changes.
8646           Updated drawing of menus, buttons and progressbars; added
8647           CPDrawBorder3D 
8648
8649 2006-04-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8650
8651         * ImageListStreamer.cs: implemented serialization/deserialization
8652         of the images.
8653
8654 2006-04-03  Alexander Olk  <alex.olk@googlemail.com>
8655
8656         * ThemeWin32Classic.cs:
8657           - Removed all the DrawFrameControl stuff; CPDrawButton,
8658             CPDrawCheckBox and CPDrawRadioButton are now handled directly
8659             inside the methods
8660           - Updated and corrected the drawing code of CPDrawButton,
8661             CPDrawCheckBox and CPDrawRadioButton to better match ms
8662           - Updated theme checkbox and radiobutton code to use the CP*
8663             methods
8664
8665 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
8666
8667         * XplatUIX11.cs: Enable clipping again now that the libgdiplus
8668           bug is fixed
8669
8670 2006-03-31  Jackson Harper  <jackson@ximian.com>
8671
8672         * XplatUIX11.cs: Somehow we get SETCURSORS for bad windows
8673         sometimes.
8674         * UpDownBase.cs: Don't CreateGraphics manually, use a
8675         Refresh. Ideally we would invalidate the correct areas here.
8676
8677 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
8678
8679         * XplatUIX11.cs: 
8680           - We now track the mapping state of windows. If a window (or 
8681             one of it's parents) is not mapped we no longer permit
8682             WM_PAINT messages to be generated since we'd otherwise get 
8683             lots of BadMatch X errors. Jackson did all the work figuring
8684             out the problem.
8685           - Destroying the caret if the window it's contained in is 
8686             destroyed. Can't use regular DestroyCaret method since it
8687             might fall into a drawing function (trying to remove the
8688             caret) and with that generate new BadMatch errors. Again,
8689             Jackson tracked this down.
8690           - Changed DestroyChildWindows to SendWMDestroyMessages, we now
8691             make sure we send the messages to all windows. (The old code
8692             would send the WM_DESTROY to the window, and then all child
8693             windows would be 'gone' because the WM_DESTROY handle lookup
8694             would no longer find the destroyed window)
8695         * Hwnd.cs: Added Mapping property to track mapping state of hwnd
8696         * X11Structs.cs: Added WindowType enum for MapWindow/UnmapWindow
8697
8698 2006-03-31  Jackson Harper  <jackson@ximian.com>
8699
8700         * ScrollableControl.cs: Dont recalc if we are not visible.
8701
8702 2006-03-31  Mike Kestner  <mkestner@novell.com>
8703
8704         * Control.cs (SetVisibleCore): move the CreateControl call up ahead of
8705         the visibility branch.
8706
8707 2006-03-31  Jackson Harper  <jackson@ximian.com>
8708
8709         * ScrollBar.cs: Cap values when incrementing/decrementing.
8710
8711 2006-03-31  Mike Kestner  <mkestner@novell.com>
8712
8713         * MenuAPI.cs: setup menu.tracker for popup/context menus.
8714         * ToolTip.cs: guard against timer expirations with no active control.
8715         Not sure why it happened.
8716
8717 2006-03-31  Mike Kestner  <mkestner@novell.com>
8718
8719         * ThemeWin32Classic.cs: add some horizontal padding space for the tip
8720         text.
8721         * ToolTip.cs: Position the tooltip based on where the cursor is at
8722         popup time, not at MouseEnter time.  Add a Down state so that we don't
8723         redisplay tips without a Leave. Use faked XplatUI.GetCursorInfo for
8724         positioning offset. Lookup DisplaySize at positioning time, since it
8725         can theoretically change during invocation.
8726         * XplatUIWin32.cs: fake GetCursorInfo until pdb can do it properly.
8727         * XplatUIX11.cs: fake GetCursorInfo until pdb can do it properly.
8728
8729 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
8730
8731         * ThemeWin32Classic.cs: Use CPDrawBorder3D to draw a GroupBox.
8732           Fixes behaviour when the Text property of the box is String.Empty
8733
8734 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com>
8735
8736         * XplatUIX11.cs: Only send mouseleave for our client windows, not
8737           for the whole window (otherwise we get WM_MOUSE_LEAVE twice for
8738           a window)
8739
8740 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
8741
8742         * FileDialog.cs: Visual enhancement for the popup buttons in 
8743           PopupButtonPanel
8744
8745 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
8746
8747         * ColorDialog.cs, FontDialog.cs: Make use of the updated 3D border
8748           code
8749
8750 2006-03-30  Alexander Olk  <alex.olk@googlemail.com>
8751
8752         * ThemeWin32Classic.cs: Updated MainMenu drawing of selected and
8753           highlighted menu items to match ms
8754
8755 2006-03-30  Peter Dennis Bartok  <pbartok@novell.com> 
8756
8757         * XplatUIX11.cs: Don't set a clip rectangle unless it's not empty
8758
8759 2006-03-30  Mike Kestner  <mkestner@novell.com>
8760
8761         * Menu.cs (SelectedItem): use new MenuItem.Selected prop.
8762         * MenuAPI.cs: use new MenuItem.Selected prop. redraw MainMenu when we
8763         go active to account for HotLight to Selected transition.
8764         * MenuItem.cs: add internal Selected prop. Fill out the Status
8765         property by calculating it from item info. Add HotLight,
8766         NoAccelerator, Checked, Grayed, and Disabled flags where appropriate.
8767
8768 2006-03-30  Mike Kestner  <mkestner@novell.com>
8769
8770         * MenuItem.cs: only emit DrawItem and MeasureItem for OwnerDraw.
8771
8772 2006-03-29  Jackson Harper  <jackson@ximian.com>
8773
8774         * Form.cs: Implement TODO.
8775
8776 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com> 
8777
8778         * PrintPreviewDialog.cs: Implemented missing methods and events; still
8779           missing proper dialog setup in the constructor
8780
8781 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com>
8782
8783         * ProgressBar.cs: Added 2.0 Style property that apps seem to use
8784         * Control.cs:
8785           - Implemented CheckForIllegalCrossThreadCalls, removed TODO
8786           - Fixed ResetBindings and removed TODO
8787           - Added check for cross-thread calls to get_Handle()
8788           - Added Marshaller attribute for set_Font to satisfy class status
8789         * FontDialog.cs: Removed TODOs that seemed implemented
8790         * UpDownBase.cs: Removed unneeded TODO and Fixme
8791         * MessageBox.cs: Implemented support for Default button and removed TODO
8792         * FileDialog.cs: Removed obsolete TODO
8793         * DomainUpDown.cs: Removed obsolete TODO
8794         * ButtonBase.cs: Removed obsolete TODO
8795         * XplatUIWin32.cs: Removed obsolete TODO
8796         * Form.cs:
8797           - Removed obsolete TODO
8798           - Calling CheckAcceptButton when the acceptbutton is changed to allow
8799             internal status updates
8800           - Making sure the active control is selected when the control is created
8801         * CurrencyManager.cs: Removed obsolete TODO
8802
8803 2006-03-29  Mike Kestner  <mkestner@novell.com>
8804
8805         * *.cs: fix remaining corcompare issues for 1.1 API with the exception
8806         of PrintPreviewDialog and RichTextBox.
8807
8808 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
8809
8810         * Theme.cs: Added a little helper to SystemResPool to get the Dark,
8811           DarkDark, Light and LightLight colors for a specific color
8812         * ThemeWin32Classic.cs:
8813           - Use Button drawing code to draw RadioButtons and CheckBoxes with
8814             Appearance = Button 
8815           - Make use of the new ResPool helper CPColor
8816           - Draw ProgressBar and StatusBar with correct 3D borders
8817
8818 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
8819
8820         * ColorDialog.cs: Return selected color. Fixes bug #77940.
8821
8822 2006-03-28  Mike Kestner  <mkestner@novell.com>
8823
8824         * ListView.cs: fix Icon layout to plan for scrollbar widths when
8825         calculating col/row counts.
8826
8827 2006-03-28  Mike Kestner  <mkestner@novell.com>
8828
8829         * ColumnHeader.cs:
8830         * ListView.cs:
8831         * ListViewItem.cs:
8832         * Menu.cs: 
8833         switch to explicit interface method implementation for some methods
8834         corcompare identifies as inconsistent with MS.
8835
8836 2006-03-28  Mike Kestner  <mkestner@novell.com>
8837
8838         * MainMenu.cs: 
8839         * Menu.cs:
8840         add a few missing methods from the class status output.
8841
8842 2006-03-28  Alexander Olk  <alex.olk@googlemail.com>
8843
8844         * ControlPaint.cs: Fixed ControlPaint.Light method. Results are now
8845           correct.
8846
8847 2006-03-28  Mike Kestner  <mkestner@novell.com>
8848
8849         * MenuAPI.cs: Deactivate on MainMenu item click. Fixes #77917.
8850
8851 2006-03-27  Mike Kestner  <mkestner@novell.com>
8852
8853         * ThemeWin32Classic.cs: Switch flat toolbars to use RaisedInner for
8854         the Hilight state to adapt to Alex's CPDrawBorder3D changes.
8855
8856 2006-03-27  Alexander Olk  <alex.olk@googlemail.com>
8857
8858         * ThemeWin32Classic.cs: Rewrote Button drawing code to match ms.
8859
8860 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
8861
8862         * ThemeWin32Classic.cs:
8863           - GroupBox: Inserted a little gap between the text and the lines
8864             on the right side
8865           - Made the code in CPDrawBorder3D more readable
8866           - Corrected the drawing location of the up and down arrows in 
8867             CPDrawScrollButton
8868
8869 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
8870
8871         * ControlPaint.cs: Corrected line widths in DrawBorder for
8872           ButtonBorderStyle Inset and Outset
8873
8874 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
8875
8876         * ThemeWin32Classic.cs:
8877           - Rewrote the totally broken CPDrawBorder3D method. That was
8878             one of the main problems for the terrific ThemeWin32Classic
8879             look
8880           - Updated and corrected Button drawing
8881           - Correct the dimensions of the SizeGrip to match ms ones
8882           - Removed a small drawing glitch in DrawComboBoxEditDecorations
8883         * XplatUIX11.cs: Draw borders with BorderStyle = Fixed3D with
8884           Border3DStyle.Sunken to match ms.
8885
8886 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
8887
8888         * ThemeWin32Classic.cs: First small part of the "de-uglify
8889           ThemeWin32Classic" effort, SizeGrip
8890
8891 2006-03-24  Jackson Harper  <jackson@ximian.com>
8892
8893         * XplatUIX11.cs: Give a max idle time of one second, this matches
8894         MS and forces an Idle event every second when there are no other
8895         events in the queue.
8896
8897 2006-03-24  Mike Kestner  <mkestner@novell.com>
8898
8899         * ListView.cs: Handle (Large|Small)ImageList == null more robustly.
8900         * ListView.Item.cs: fix layout issues with null image lists and images
8901         smaller than checkbox size.
8902         * ThemeWin32Classic.cs: Draw a 12 pixel line in ListView LargeIcon
8903         mode like MS does.  It's weird, but consistent.  ;-)
8904         Fixes #77890.
8905
8906 2006-03-24  Mike Kestner  <mkestner@novell.com>
8907
8908         * ListView.cs: Scroll wheel support for the item control.  Fixes
8909         #77839.
8910
8911 2006-03-23  Jackson Harper  <jackson@ximian.com>
8912
8913         * ScrollableControl.cs: Special case negative sized areas, not
8914         zero.
8915         * MonthCalendar.cs: Save the rect of the clicked date so we can
8916         use it for invalidation.
8917         - Try to cut down on the number of invalidates
8918         - Invalidate the rect the mouse is over and was over when moving
8919         the mouse, so we get the focus box following the cursor.
8920
8921 2006-03-23  Mike Kestner  <mkestner@novell.com>
8922
8923         * ThemeWin32Classic.cs: fix FullRowSelect selection background and
8924         focus rectangle drawing. Fixes #77835.
8925
8926 2006-03-23  Mike Kestner  <mkestner@novell.com>
8927
8928         * XplatUIX11.cs: rework the fix for #77828 by changing the order of
8929         the if and else if and reverting back to the original == check on the
8930         None conditional.
8931
8932 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
8933
8934         * FontDialog.cs: Update the example panel if the selected index of
8935           the fontListBox changes.
8936
8937 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
8938
8939         * FileDialog.cs: Make FileDialog remember which directory it was in
8940           last in the same execution.
8941
8942 2006-03-22  Mike Kestner  <mkestner@novell.com>
8943
8944         * FileDialog.cs: make the DropDownMenu on the toolbar display
8945         RadioChecks since they are mutually exclusive and that's what MS does.
8946
8947 2006-03-22  Mike Kestner  <mkestner@novell.com>
8948
8949         * Theme.cs: add Color param to CPDrawMenuGlyph.
8950         * ThemeWin32Classic.cs: do color specific menu glyph rendering so that
8951         checks and radio marks and arrows are visible on highlighted items.
8952         * ControlPaint.cs: update to use new Theme signature.
8953
8954 2006-03-22  Mike Kestner  <mkestner@novell.com>
8955
8956         * MenuAPI.cs: only process Enter and arrow keypresses if the tracker
8957         is active. Fixes #77870.
8958
8959 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
8960
8961         * FileDialog.cs: Corrected TabIndex order and set fileNameComboBox
8962           to be focused/selected after startup
8963
8964 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
8965
8966         * ColorDialog.cs: 
8967           - Corrected behaviour of Color, AllowFullOpen, FullOpen,
8968             CustomColors and ShowHelp properties
8969           - Some internal rewrites to get better results when using the
8970             ColorMatrix
8971
8972 2006-03-22  Mike Kestner  <mkestner@novell.com>
8973
8974         * ListView.cs: hook into Peter's new ResetMouseHover capability to fix
8975         HoverSelection.  Fixes #77836.
8976
8977 2006-03-22  Mike Kestner  <mkestner@novell.com>
8978
8979         * FileDialog.cs: bugfixes for the toolbar.  Use PushButtons instead of
8980         ToggleButtons.  (De)Sensitize the Back button around a stack count of
8981         1, not 0.  Update ButtonSize based on a pixel count of the win32
8982         control.  Adjust the toolbar size/location for new button size.
8983
8984 2006-03-22  Jackson Harper  <jackson@ximian.com>
8985
8986         * XplatUIX11.cs: Don't handle configurenotifys if PostQuitState is
8987         true.
8988         * ScrollBar.cs: When doing increments and decrements we need to
8989         set the Value property so that ValueChanged gets raised. A
8990         possible optimization here would be to make an internal SetValue
8991         that doesn't invalidate immediately.
8992         * ToolTip.cs: Tooltips get added to their container (when
8993         supplied) so they get disposed when the container is disposed.
8994         - Don't create tooltips for String.Empty. This prevents all these
8995         little 2-3 pixel windows from showing up when running nunit-gui
8996         and driving me mad.
8997         * Form.cs: Don't set topmost when setting the owner if the handles
8998         haven't been created yet.  The topmost set will happen when the
8999         handles are created.
9000
9001 2006-03-22  Peter Dennis Bartok  <pbartok@novell.com> 
9002
9003         * XplatUIX11.cs:
9004           - DeriveWindowStyles: Fixed typo in borderstyle generation (#77828)
9005           - SetVisible: Sending WINDOWPOSCHANGED for all controls when made 
9006             visible (to allow them to recalculate their sizes)
9007
9008 2006-03-21  Mike Kestner  <mkestner@novell.com>
9009
9010         * ThemeWin32Classic.cs: major refactoring of the ToolBar rendering
9011         methods. Removed a ton of redundant code.  Still not really happy with
9012         the border rendering, but I think that's mainly because of the
9013         ControlDarkDark being black instead of a dark grey. Depending on how 
9014         close we want to be, we might want to revisit those color choices.
9015         Among the new features added during the refactor were DropDownArrow
9016         pressed rendering, Disabled image rendering.  Proper flat appearance
9017         boundary rendering.  Removed the Divider and Wrapping dividers since I
9018         can't figure out any combination of themes and conditions to make the
9019         MS control draw a horizontal line on a toolbar despite what the
9020         Divider property docs indicate.
9021         * ToolBar.cs: rewrite the layout engine. Fixes numerous flicker
9022         conditions and incorrect layout.  Updated to coding standard.
9023         * ToolBarButton.cs: refactored layout and positioning code from
9024         ToolBar to here.  Invalidate wherever possible instead of forcing
9025         redraws of the whole toolbar. 
9026         (Known remaining issues: explicit ButtonSize smaller than provided
9027         images.)
9028
9029 2006-03-21  Mike Kestner  <mkestner@novell.com>
9030
9031         * ContextMenu.cs (Show): use the position parameter instead of just
9032         showing at the MousePosition.
9033
9034 2006-03-21  Jackson Harper  <jackson@ximian.com>
9035
9036         * TabControl.cs: Remove the call to ProcessKeyEventArgs and let
9037         control handle this.
9038         * TreeNodeCollection.cs: If we are clearing the root node we need
9039         to reset top_node so calcs can still happen.
9040         * ThemeWin32Classic.cs: This is a Flags so we need to check
9041         properly.
9042         
9043 2006-03-21  Jackson Harper  <jackson@ximian.com>
9044
9045         * DataGrid.cs: Create columns when the binding context has been
9046         changed.
9047         * X11Structs.cs: Keysyms are uints.
9048         - Add size to fix build.
9049
9050 2006-03-21  Peter Dennis Bartok  <pbartok@novell.com> 
9051
9052         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
9053           XplatUIOSX.cs: 
9054           - Added ResetMouseHover method to allow controls to retrigger
9055             hovering if they need it more than once
9056           - Implemented MouseHoverTime and MouseHoverSize properties
9057         * Timer.cs: Start() must reset the interval
9058         * SystemInformation.cs: Added 2.0 MouseHoverTime and MouseHoverSize
9059           properties
9060
9061 2006-03-21  Jackson Harper  <jackson@ximian.com>
9062
9063         * X11Keyboard.cs: improved layout detection. Move the nonchar
9064         tables into this file.
9065         * KeyboardLayouts.cs: Move the tables into resource files.
9066
9067 2006-03-21  Mike Kestner  <mkestner@novell.com>
9068
9069         * ListView.cs: use OnItemActivated to raise events. Fixes #77834.
9070
9071 2006-03-21  Alexander Olk  <alex.olk@googlemail.com>
9072
9073         * Mime.cs: Various speed optimizations. Looking up mime types
9074           is now 2 times faster than before
9075
9076 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com> 
9077
9078         * CreateParams.cs: Added internal menu field
9079         * Control.cs: 
9080           - Switched call order for UpdateBounds; now we always call
9081             the one that also takes ClientSize, and we're calculating the 
9082             client size via driver method in the others. The previous
9083             method of tracking client size by difference wasn't working
9084             for forms where even the starting client size wouldn't match
9085             the overall form size (due to borders) (Part of fix for #77729)
9086           - CreateParams(): Do not use parent.Handle unless the handle is
9087             already created. Causes havoc with Nexxia and throws off our
9088             creation of controls
9089         * XplatUIX11.cs:
9090           - Created new PerformNCCalc method to trigger WM_NCCALCSIZE message
9091           - Switched handling of ConfigureNotify over to new PerformNCCalc 
9092             method (consolidates code)
9093           - Changed RequestNCRecalc to use new PerformNCCalc method
9094           - Added calls to RequestNCRecalc when menus and borders are changed
9095             to allow app to set NC size. (Part of fix for #77729) This matches
9096             when MS send a WM_NCRECALC on Win32 windows.
9097           - Now sending WM_WINDOWPOSCHANGED when toplevel for is made visible
9098             (Part of fix for #77729). This matches what MS does, they also
9099             send that message when the form is made visible.
9100           - XException.GetMessage: Improved usability of X errors by including
9101             a translation of the window into Hwnd and Control class
9102           - Improved debug info for window creation, reparenting and destruction
9103           - Created helper method WindowIsMapped() [Currently not used]
9104         * XplatUIWin32.cs: Added ToString() debug helper to RECT structure
9105         * Form.cs:
9106           - CreateParams: Now setting our menu on the new internal menu field
9107           - SetClientSizeCore: Now passing cp.menu instead of ActiveMenu to
9108             avoid calculating the same property twice
9109         * Hwnd.cs:
9110           - Improved usability of ToString() for debugging purposes
9111           - GetWindowRectangle(): Now uses proper CalcMenuBarSize method to
9112             determine the height of the menu, instead of just the font. This
9113             required to also create a graphics context and to keep a bmp 
9114             around (for performance reasons)
9115
9116 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com>
9117
9118         * MenuAPI.cs: Added OnMouseUp method
9119         * Form.cs:
9120           - Now remembering the requested client size, avoids size errors
9121           - WndProc: Now handling WM_xBUTTONUP and passing it to MenuTracker
9122             instead of base if the menu is active. This is required due to
9123             control now capturing and releasing on down/up and it would
9124             prematurely release our menu capture
9125
9126 2006-03-17  Jackson Harper  <jackson@ximian.com>
9127
9128         * KeyboardLayouts.cs: Add the czech layouts.
9129
9130 2006-03-16  Jackson Harper  <jackson@ximian.com>
9131
9132         * Control.cs: Use the viewport space when sizing not the controls
9133         client size, so things like ScrollableControl that effect the
9134         viewport size (when scrollbars are added) are computed correctly.
9135         * BindingContext.cs: Cleanup to use the DataSourceEntrys instead
9136         of ManagerEntrys.
9137         - Handle creating BindingManagers for null data sources.
9138         * DataGrid.cs: Bind the cached_currencymgr_events to the real data
9139         source, otherwise when rows are added they are added to the 'fake'
9140         datasource and we will crash when trying to set the position in
9141         those rows.
9142         - Use Implicit scrollbars on the datagrid so they arent
9143         selectable.
9144         
9145 2006-03-16  Jackson Harper  <jackson@ximian.com>
9146
9147         * Binding.cs:
9148         * InternalWindowManager.cs:
9149         * MdiWindowManager.cs:
9150         * X11Keyboard.cs: I really want Mike to love me again (fix
9151         compiler warnings).
9152
9153 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com>
9154
9155         * DataGrid.cs:
9156           - OnMouseDown: Switch to editing mode when clicking on the cell
9157                          even if we're clicking on the cell that's currently 
9158                          selected
9159           - ProcessGridKey: Left/Right now wrap like MS.Net does
9160           - ProcessGridKey: Tab now knows to add a new row when tab is
9161                             pressed in the cell of the last column of the 
9162                             last row
9163           - ProcessGridKey: Enter now adds another row  if pressed in the last
9164                             row and selectes the new row, same column cell
9165           - ProcessGridKey: Home/End navigate columns, not rows, like 
9166                             originally implemented
9167           - Broke ProcessKeyPreview code out into an extra Internal method
9168             so it can be called from the edit code
9169         * DataGridTextBox.cs (ProcessKeyMessage):
9170           - Switched to accept Tab keypresses
9171           - Added F2 handling to allow jumping to the end of the edited cell
9172           - Added logic to allow moving caret left/right inside edited cell
9173             and making the edited cell jump when the caret hits cell borders
9174           - Tab and Enter are now passed to the datagrid after being handled
9175         * TextBoxBase.cs:
9176           - Removed capture code now that Control handles it
9177           - set_SelectionStart now ensures caret is visible
9178
9179 2006-03-16  Jackson Harper  <jackson@ximian.com>
9180
9181         * TrackBar.cs: Debackwards the increment/decrement for handling
9182         mouse clicks on the bar with vertical trackbars.
9183         * ThemeWin32Classic.cs: Draw vertical trackbars with 0 at the
9184         bottom to match MS.
9185
9186 2006-03-16  Mike Kestner  <mkestner@novell.com>
9187
9188         * ListView.cs: make shift/ctrl keyboard and mouse selection 
9189         consistent with the MS control. Fix a bug in
9190         SelectedListViewItemCollection.Clear that was pissing me off for the
9191         better part of a day because the collection was being altered
9192         underneath us as we walked the list.
9193
9194 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com> 
9195
9196         * Control.cs: Not sure how we could miss this so long, but it seems
9197           that MS.Net has Capture set all the way from before calling 
9198           OnMouseDown through sending the mouse events until after
9199           OnMouseUp. This will fix DataGrid's selection being set to end
9200           at the location of the MouseUp.
9201
9202 2006-03-15  Jackson Harper  <jackson@ximian.com>
9203
9204         * BindingContext.cs: Check the binding after its added so that it
9205           can initialize the binding managers and hookup to events.
9206         * Binding.cs: Data members seem to sometimes include rows/cols in
9207           the format Row.Column we now take this into account.
9208           - Hookup to the position changed event so we can update the
9209           control when the position has changed in the data set.
9210         * CurrencyManager.cs: Take into account the row/col naming
9211           convention when creating dataset tables.
9212         * BindingContext.cs: Using a newer better way of storing
9213           datasource/datamember pairs.  Hopefully this better matches MS for
9214           looking up binding managers.
9215
9216
9217 2006-03-15  Jackson Harper  <jackson@ximian.com>
9218
9219         * BindingContext.cs: The currency manager needs the data member
9220         name, if the member is a data set we use the name to find the
9221         correct table.
9222         * CurrencyManager.cs: When creating the list prefer an IList over
9223         an IListSource.
9224         - Attempt to create a DataTable from a DataSet (TODO: might need
9225         some better error checking here, although MS doesn't seem to have much)
9226         - If we have a DataTable create a view and use it as our list.
9227
9228 2006-03-15  Mike Kestner  <mkestner@novell.com>
9229
9230         * ListView.cs: keep a matrix of the icon mode layout to facilitate
9231         keyboard navigation. Support Up/Down/Left/Right selection correctly
9232         for all 4 View modes.
9233         * ListViewItem.cs: add internal row/col fields for icon layouts.
9234
9235 2006-03-15  Jackson Harper  <jackson@ximian.com>
9236
9237         * TabControl.cs: Redraw the tabs when we resize so their newly
9238         calculated sizes are drawn on screen.
9239         * X11Keyboard.cs: Begginnings of XIM support.  We also now support
9240         composite characters.
9241         * XplatUIX11.cs: Keyboard driver needs to know about focus changes
9242         - filter events so that composite characters can be created
9243         patches by peter
9244         * X11Structs.cs: Add XIMProperties enum.
9245
9246 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
9247
9248         * Control.cs (BringToFront, SendToBack): Don't use window or handle
9249           unless it's created
9250
9251 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
9252
9253         * Control.cs (PerformLayout): We don't need to consider visiblity
9254           for anchoring, only for docking. This fixes 'whacky' alignment
9255           in listbox and other controls that use implicit scrollbars after
9256           the previous PerformLayout patch
9257         * ListBox.cs: Switched to use implicit scrollbars
9258           
9259 2006-03-14  Mike Kestner  <mkestner@novell.com>
9260
9261         * ToolBar.cs: 
9262         * VScrollBar.cs:
9263         - chain up the "new event" overrides to base and use
9264         OnEvent to raise them.  Part of fix for bug #76509.
9265
9266 2006-03-14  Alexander Olk  <alex.olk@googlemail.com>
9267
9268         * FileDialog.cs: Do not select an item in the parent directory
9269           on backspace
9270
9271 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
9272
9273         * Control.cs (PerformLayout): It would seem that we considered
9274           invisible windows for our layout. Not quite the right thing
9275           to do. Now we don't any longer, thereby fixing bug #76889.
9276
9277 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
9278
9279         * Control.cs (CanFocus): I goofed. A control can have focus 
9280           even though it's not selectable. Made it match MS docs.
9281
9282 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
9283
9284         * ControlPaint.cs (DrawBorder3D): DrawBorder3D does not fill the
9285           center by default (fixes #76895)
9286         * ThemeWin32Classic.cs, ThemeNice.cs, ThemeClearlooks.cs: Replaced 
9287           all uses of Border3DSides.All with the explicit ORd together
9288           Left|Right|Top|Bottom because I assume that nobody was aware 
9289           that All also implies a center fill. Most places I checked had
9290           a fill right above.
9291         * ProgressBarStyle.cs: Added
9292
9293 2006-03-13  Mike Kestner  <mkestner@novell.com>
9294
9295         * ListView.cs: fix breakage in drag shadow header positioning 
9296         from Peter's csc compilation fix.
9297
9298 2006-03-13  Mike Kestner  <mkestner@novell.com>
9299
9300         * ListView.cs: fix NRE produced by backspacing twice in a focused
9301         FileDialog.
9302
9303 2006-03-13  Mike Kestner  <mkestner@novell.com>
9304
9305         * ListView.cs: proxy Key(Down|Up) from ItemControl to ListView.
9306
9307 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
9308
9309         * Hwnd.cs: Added fixed_size field to track windows whose size cannot
9310           be changed
9311         * XplatUIX11.cs: Now setting fixed_size on hwnd and if set, re-setting
9312           the allowed size before making programmatic size changes
9313
9314 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com> 
9315
9316         * XplatUIX11.cs: Don't call XSetWMNormalHints if no flags are 
9317           set, metacity is broken and will still use the emty sizes in 
9318           the struct. (Fix for #77089)
9319
9320 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
9321
9322         * XplatUIStructs.cs: Split WindowStyles into WindowStyles and 
9323           WindowExStyles and marked both enums as Flags
9324         * Form.cs, ComboBox.cs, ToolTip.cs, Control.cs, PropertyGridView.cs,
9325           NotifyIcon.cs, MenuAPI.cs, XplatUIOSX.cs, MonthCalendar.cs: Updated
9326           to match WindowStyles split
9327         * XplatUIX11.cs:
9328           - SetWMStyles: Added cehck to not apply WM attributes to Child windows
9329           - Updated to match WindowStyles split
9330         * XplatUIWin32.cs:
9331           - Fixed FosterParent creation, was using ExStyle on the Style field
9332             (This should help with Popup focus issues)
9333           - Updated to match WindowStyles split
9334
9335 2006-03-13  Jackson Harper  <jackson@ximian.com>
9336
9337         * MdiWindowManager.cs: Use the system menu height. Fixes some
9338         strange sizing issues.
9339
9340 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
9341
9342         * RichTextBox.cs: Need to scroll to caret after text is inserted (#77672)
9343         * TextBoxBase.cs:
9344           - Scroll to caret after inserting text (#77672)
9345           - Make scroll range one pixel higher, fixes off-by-one error (and
9346             makes underlines visible on the last line)
9347
9348 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com> 
9349
9350         * XplatUIX11.cs: Added call to new Keyboard.ResetKeyState to prevent
9351           the keyboard state from being stuck with keys in 'pressed' state when
9352           focus is switched away via keyboard
9353         * X11Keyboard.cs: Added new ResetKeyState method to allow drivers to
9354           reset the keyboard if no X11 KeyUp events are expected to come
9355         * X11Structs.cs: Switched type of Visible to bool to match driver
9356
9357 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
9358
9359         * TextControl.cs:
9360           - Switched caret to be just 1 pixel wide, matches MS and looks less
9361             clunky
9362           - Moved caret display 1 pixel down from the top of the control
9363             to improve view
9364           - InsertCharAtCharet: Update the selection start if moving the caret
9365             (fixes bug #77696; based on patch suggested by kazuki@panicode.com)
9366           - No longer always creating the caret when the caret methods are
9367             called. Only the actual ShowCaret/HideCaret will do that now
9368           - Only setting caret visible if the owner control has focus
9369           - UpdateView: Added invalidation-shortcut logic for center and right 
9370             aligned text. Previously we'd update all according to the left
9371             logic which caused drawing errors. Also fixed height of invalidated
9372             areas, now properly invalidating the whole area (was off-by-one)
9373           - owner_HandleCreated: Always generate the document when the
9374             handle is created; this ensures that 
9375         * TextBoxBase.cs:
9376           - Fixed situation where caret would disappear under the right
9377             window border, also improved scrolling behaviour on left-
9378             aligned textboxes
9379           - Fixed right-aligned textboxes to have a border to the
9380             right instead of the caret being under the right border
9381         * XplatUIX11.cs:
9382           - Switched from 'nested' to simple visible/not visible tracking 
9383             for caret (part of fix for #77671)
9384           - No longer passing through translated FocusIn/FocusOut messages
9385             since we were notifying too often and the wrong windows. Instead
9386             we just notify our focussed window of receiving or loosing focus
9387         * XplatUIWin32.cs: Switched from 'nested' show/hide 
9388           counting for caret to simple visible yes/no behaviour (part of 
9389           fix for #77671)
9390
9391 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
9392
9393         * Mime.cs: Remove debug code...
9394
9395 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
9396
9397         * MimeGenerated.cs: Removed
9398         * Mime.cs: Mime now reads the mime data (magic, globs, aliases
9399           and subclasses) from /usr/(local/)share/mime and
9400           $HOME/.local/share/mime.
9401
9402 2006-03-10  Jackson Harper  <jackson@ximian.com>
9403
9404         * MdiWindowManager.cs: Recalc the NC area when a window is
9405         maximized/restored so that the menu area is drawn on forms that
9406         don't have a menu.
9407
9408 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
9409
9410         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
9411           XplatUIX11.cs: Added RequestNCRecalc method to driver to allow
9412           us to force a WM_NCCALCRESIZE message being sent. This is needed
9413           for MDI maximizing.
9414
9415 2006-03-10  Jackson Harper  <jackson@ximian.com>
9416
9417         * Form.cs: We need to use the ActiveMenu when calculating menu
9418         height.
9419         - Fix nullref when the window manager hasn't been created yet.
9420         * Control.cs: Fix nullref when we try to bring a control to the
9421         front that has no parent.
9422         * MdiWindowManager.cs: Use the MaximizedMenu for calculating
9423         height.
9424         - Add a dummy item to the maximized menu so it always has the
9425         correct height. Otherwise when there are no menus we don't get our
9426         icon and buttons.
9427         
9428
9429 2006-03-10  Jackson Harper  <jackson@ximian.com>
9430
9431         * MenuAPI.cs: Make this available elsewhere. I need it in some MDI
9432         stuff.
9433         * Form.cs: Make the window_state internal so the window managers
9434         can track it.
9435         - When an MDI child is maximized let its window manager create the
9436         main menu (so it can add its icon).
9437         - Notify the window managers of state changes
9438         - Let the window manager paint its buttons and handle button
9439         clicks on the menu when it is maximized.
9440         * InternalWindowManager.cs: Move the prev_bounds into the mdi
9441         window manager, since tool windows don't use it, only mdi windows.
9442         - Tell the main form that we don't want it to handle NCPAINT
9443         itself to avoid extra painting.
9444         - Handle clicks on a maximized windows menu.
9445         - Handle window state changes
9446         - Handle minimize/maximize clicks correctly by setting the window state.
9447         * MdiWindowManager.cs: Add an icon menu that (the menu you get
9448         when clicking on the forms icon).
9449         - New method to create a forms maximized menu. This is its normal
9450         menu + an icon.
9451         - Handle window state changes.
9452         - Handle sizing of maximized windows.  Maximized windows are just
9453         drawn bigger then the parent visible area. All controls are still
9454         there, they are just outside the visible area (this matches windows).
9455         * MdiClient.cs: No scrollbars when a child window is maximized.
9456         - Let the children windows figure out how big they should be when
9457         sizing maximized windows.
9458         - Implement a version of ArrangeIconicWindows somewhat similar to
9459         Windows version.  There are some little differences, but I don't
9460         think any app will rely on the layout of minimized mdi windows.
9461
9462 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
9463
9464         * Padding.cs: Several fixes to allow compiling with csc 2.0
9465
9466 2006-03-09  Jackson Harper  <jackson@ximian.com>
9467
9468         * Menu.cs:
9469         * MenuItem.cs: Cheap hack so we can add items to the list without
9470         the events being raised.  This allows adding mdi items during
9471         drawing. TODO: Should probably find a better time to add the items.
9472
9473 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
9474
9475         * ThemeWin32Classic.cs:
9476           - CheckBox_DrawText: Added logic to not wrap if not enough space
9477             is available (Fix for bug #77727)
9478           - RadioButton_DrawText: Added logic not to wrap if not enough
9479             space is available (Fix for bug #77727). Also removed some
9480             duplicate code, DrawString always drawing the regular text
9481             before hitting the if statement.
9482
9483 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com> 
9484
9485         * XplatUIX11.cs: Handle an unmapped window state in SetWindowState
9486
9487 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
9488
9489         * PictureBox.cs: Implemented ISupportInitialize interface (fixes #77726)
9490         * ContainerControl.cs: Partial implementation of some 2.0 scaling
9491           methods. Moved the new 2.0 properties into alphabetical order with
9492           other properties and added MonoTODO tags
9493
9494 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
9495
9496         * AutoScaleMode.cs: Added. Fix build.
9497
9498 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
9499
9500         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
9501           XplatUIOSX.cs: Removed HWnd argument from CalcuateClientRect, not used
9502           and was requiring premature handle creation for calls from above
9503         * Form.cs, Control.cs: Removed handle arguments from calls to
9504           CalculateClientRect()
9505
9506 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
9507
9508         * ListView.cs (HeaderMouseMove): Fix csc compilation. 
9509           drag_column.column_rect is MarshalByRef and can't be used that way
9510
9511 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
9512
9513         * AxHost.cs: Added deserialization constructor for 
9514           AxHost+State (fixes 77743)
9515
9516 2006-03-09  Mike Kestner  <mkestner@novell.com>
9517
9518         * ListView.cs: 
9519         - Added column drag reordering for details view.
9520         - fixed behavior when mouse is dragged off column and
9521         AllowColumnReorder is false.
9522         * ColumnHeader.cs: clone the format too in Clone.
9523         * Theme.cs: add DrawListViewHeaderDragDetails method.
9524         * ThemeWin32Classic.cs:
9525         - impl new method for drawing drag column shadows and targets.
9526         - support column offset for details mode in DrawListViewItem.
9527
9528 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
9529
9530         * TextControl.cs: Reset the char_count when the document is cleared
9531           (Fixes bug reported on mono-winforms mailing list)
9532
9533 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
9534
9535         * TextBoxBase.cs: Honor the Handled state of KeyPress events. Instead
9536           of calling base we simply process the key ourselves, since both
9537           DefWindowProc and the handled method would set m.Result. 
9538           (Fixes #77732)
9539
9540 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
9541
9542         * Form.cs(ScaleCore): No longer calling base.ScaleCore since that
9543           method also moves the window; instead implemented a copy of
9544           Control.ScaleCore (Part of fix for #77456)
9545         * TextBoxBase.cs: 
9546           - Created new CreateGraphicsInternal method to allow providing
9547             a graphics context when no handle is created without triggering
9548             handle creation. (Part of fix for #77456)
9549           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
9550         * TextControl.cs: 
9551           - Switched Constructor to require TextBoxBase instead of Control (to
9552             allow uncast access to CreateGraphicsInternal)
9553           - Safeguarded use of owner.Handle property. No longer accessing it
9554             unless the handle is already created.
9555           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
9556           - Now triggering a recalc when owning control becomes visible
9557         * TextBox.cs, RichTextBox.cs: Switched to use new internal 
9558           TextBoxBase.CreateGraphicsInternal() method to avoid triggering
9559           premature handle creation (Part of fix for #77456)
9560         * Control.cs:
9561           - We now only destroy our double-buffering buffers when the
9562             control is resized or disposed, but not when visibility
9563             changes. (The code even re-created them twice every time)
9564           - Now requiring a redraw of the buffer on visibility changes
9565             (fixes bug 77654 part 2)
9566           - Not passing OnParentVisibleChanged up unless the control
9567             is visible
9568           - CanFocus: Fixed to match MS documentation
9569           - Focus: Fixed to return actual focus state and to check if
9570             setting focus is legal before setting it
9571
9572 2006-03-08  Peter Dennis Bartok  <pbartok@novell.com>
9573
9574         * ThemeWin32Classic.cs: TabPages cannot have focus. Determine
9575           when to draw focus rectangle by looking at parent focus and
9576           selected state instead. This fixes TabPages on Linux sometimes
9577           having none or multiple focus rectangles.
9578         * XplatUIX11.cs (SetFocus): 
9579           - Don't set the focus if the same window already has focus
9580           - Use SendMessage instead of PostMessage (like it's Win32
9581             equivalent) and send the WM_SETFOCUS before the WM_KILLFOCUS
9582             to match MS behaviour
9583         * TabControl.cs(SelectedIndex): Don't set Focus on TabPage, TabPages
9584           are not selectable.
9585
9586 2006-03-07  Jackson Harper  <jackson@ximian.com>
9587
9588         * PictureBox.cs: Revert line I accidently committed last week.
9589
9590 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
9591
9592         * Control.cs: 
9593           - Added new IsRecreating and ParentIsRecreating properties to
9594             allow testing if RecreateHandle has been called on ourselves
9595             or one of our parents
9596           - WndProc(WM_DESTROY): If our control handle is being recreated
9597             we immediately need to create the handle when receiving the
9598             destroy, that way our child windows find a valid parent handle
9599             when they themselves are being recreated upon WM_DESTROY receipt
9600             (fix for bug #77654 part 1)
9601         * XplatUIX11.cs:
9602           - DestroyWindow: WM_DESTROY must be sent to our own window before
9603             notifying any child windows. MS documents that child windows
9604             are still valid when WM_DESTROY is received. (Control now relies on
9605             this behaviour)
9606           - Added some fine-grain debug options
9607
9608 2006-03-06  Jackson Harper  <jackson@ximian.com>
9609
9610         * MdiClient.cs: Redid scrolling logic a bit to create a virtual
9611         box and base calculations off this.
9612         * MdiChildContext.cs:
9613         * MdiWindowManager.cs: Don't need to ensure scrollbars here
9614         anymore.
9615         
9616 2006-03-06  Peter Dennis Bartok  <pbartok@novell.com>
9617
9618         * Splitter.cs: In situations where the affected control is added
9619           to the parent's control list after the splitter, we would not
9620           populate affected. Now we try populating it on mousedown, if
9621           it's not already set, and force it to be re-set whenever our
9622           parent changes.
9623
9624 2006-03-03  Matt Hargett  <matt@use.net>
9625
9626         * Control.cs: implement Control.Padding
9627         * Padding.cs: -Padding.All returns -1 when constructing with the
9628         implicit default ctor
9629         -Padding.ToString() matches MS.NET
9630         * ContainerControl.cs: implement
9631         ContainerControl.AutoScaleDimensions
9632         * ListControl.cs: implement ListControl.FormattingEnabled
9633         * TextBox.cs: Implemented TextBox.UseSystemPasswordChar.
9634         * ButtonBase.cs:
9635         * TabPage.cs: Implement UseVisualStyleBackColor.
9636         * PictureBox.cs: Implement PictureBox.InitialImage.
9637
9638 2006-03-03  Mike Kestner  <mkestner@novell.com>
9639
9640         * ListView.cs: Refactor into HeaderControl and ItemControl. Fix new
9641         event declarations to proxy to base event.
9642         * ListViewItem.cs: update to use ItemControl.
9643         * Theme.cs: make DrawListViewHeader. s/DrawListView/DrawListViewItems.
9644         * ThemeWin32Classic.cs: update to new ListView theme API and fix
9645         column header label rendering for 0 width columns.
9646
9647 2006-03-03  Peter Dennis Bartok  <pbartok@novell.com>
9648
9649         * Control.cs (ControlCollection.SetChildIndex): Avoid using a call
9650           that causes the control to be created. Fixes #77476.
9651
9652 2006-03-02  Jackson Harper  <jackson@ximian.com>
9653
9654         * Hwnd.cs: Clear the nc pending when clearing the NC area, not the
9655         expose_pending.
9656
9657 2006-03-02  Peter Dennis Bartok  <pbartok@novell.com>
9658
9659         * Control.cs: Implemented 2.0 feature where OnClick has MouseEventArgs
9660           passed in for the EventArgs (fixes #77690)
9661
9662 2006-03-01  Jackson Harper  <jackson@ximian.com>
9663
9664         * ScrollBar.cs: Refresh afterbeing resized.
9665
9666 2006-02-28  Mike Kestner  <mkestner@novell.com>
9667
9668         * MenuAPI.cs: Call PerformPopup internal method to emit Popup.
9669         Clean up a tracker compile warning.
9670         * MenuItem.cs: add internal PerformPopup method.
9671         [Fixes #77457]
9672
9673 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
9674
9675         * TextBoxBase.cs (set_Text): Recalculate the document (causing an
9676           implicit expose) when the text is set to null
9677
9678 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com>
9679
9680         * RichTextBox.cs (FlushText): When newline is true, we always
9681           need to split the line, even if no text is on it and we may
9682           never eat newlines. (Fixes #77669)
9683
9684 2006-02-28  Mike Kestner  <mkestner@novell.com>
9685
9686         * ListView.cs: Add UpdateSelection internal method. Remove SelectItem 
9687         and set Selected instead.
9688         * ListViewItem.cs: Call owner.UpdateSelection to manipulate the 
9689         collections.
9690
9691 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
9692
9693         * ComboBox.cs: Allow setting SelectedIndex to -1. Fixes #77665
9694
9695 2006-02-28  Alexander Olk  <alex.olk@googlemail.com>
9696
9697         * FontDialog.cs:
9698           - Got rid of the panel. All controls are now directly added to
9699             the dialog form
9700           - It is now possible to set a font with the Font property
9701           - MinSize and MaxSize property do now what they should
9702           - ShowApply, ShowHelp, ShowColor, ShowEffects likewise
9703           - Searching and selecting a font with the font textbox works now,
9704             the same applies to the style and size textbox
9705           - Draw the correct 3D border in the example panel
9706           - Fixed a little mem leak (unused fonts didn't get disposed)
9707           - Many other internal updates/rewrites...
9708           - Fix typo
9709
9710 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
9711
9712         * TextControl.cs: 
9713           - InsertRTFFromStream: Added 'number of characters inserted' argument
9714           - set_SelectedRTF: Now using the number of characters to calculate
9715             the new location for the selection and cursor (x/y cannot be used
9716             due to potentially already wrapped text)
9717
9718 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com>
9719
9720         * TextControl.cs: Added property and implemented means to allow 
9721           disabling recalculation of a document (can be used to speed up
9722           multiple inserts and is needed to make RTF inserts predictable, see
9723           bug #77659)
9724         * RichTextBox.cs: Using the new NoRecalc property of Document to
9725           keep x/y insert locations predictable. Also makes it faster inserting
9726           large chunks of RTF
9727
9728 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
9729
9730         * Control.cs: Separated special WM_SYSKEYUP keyboard handling. That way
9731           it's easier for a child control to handle the other messages without
9732           having to duplicate the special functionality
9733         * TextBoxBase.cs
9734           - WndProc: Removed calling base handler for WM_KEYDOWN and added 
9735             code to handle processing the key ourselves, in order to get 
9736             access to the result of KeyEventArgs.Handled. We now only call 
9737             ProcessKey if they key hasn't been handled already. Fixes #77526.
9738           - set_Text: If null or empty string is given, just clear the 
9739             document. Fixes part of #77526
9740
9741 2006-02-27  Jackson Harper  <jackson@ximian.com>
9742
9743         * SizeGrip.cs: Paint the background color before painting the grip
9744         so things look right.
9745         * MdiClient.cs: Add the sizegrip when both scrollbars are used.
9746
9747 2006-02-27  Mike Kestner  <mkestner@novell.com>
9748
9749         * ListView.cs:
9750           - Restructure layout and invalidation model to remove a ton of
9751           flicker from the control and speed up performance in general.
9752           - Add manual column resize, flickers like crazy, but I already have
9753           some ideas on how I'll fix that. (#76822)
9754           - Merge the three Icon-based views into a single layout method.
9755           - Move item selection interaction logic from the item since 
9756           interaction with the collections is more appropriate to the view.
9757           - Deselection on non-item clicks.
9758         * ListViewItem.cs:
9759           - Encapsulate most of the layout. Add some internal props to trigger
9760           layout.  Move to a model where Items invalidate themselves instead
9761           of just invalidating the whole control every time something changes.
9762           - Invalidate on Text/Caption changes.
9763           - switch to an offset based layout model to avoid having to absolute
9764           position every element on item moves.
9765           - correct checkbox layout to conform to MS layout.
9766         * ThemeWin32Classic.cs:
9767           - refactor some column header drawing code.
9768           - fix string justification for column headers (#76821)
9769           - make SmallIcon labels top justified for compat with MS impl.
9770         * ThemeClearlooks.cs:
9771           - adjust to new ListViewItem internal checkbox bounds api.
9772
9773 2006-02-27  Jackson Harper  <jackson@ximian.com>
9774
9775         * Control.cs:  Change where implicit controls fall in the zorder.
9776         They are now on top of all children.
9777         - Synced AddImplicit code with Add
9778         - Removed unused enumerator.
9779         * SizeGrip.cs: Remove the TODO as its been TODONE.
9780
9781 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com> 
9782
9783         * TextControl.cs(Insert): Combine the last lines unless the insertion
9784           string ends with \n\n, otherwise we leave one line too many (Fixes
9785           something I noticed with the testapp for #77526; the bug itself was
9786           already fixed in the previous checkin)
9787
9788 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com>
9789
9790         * RichTextBox.cs:
9791           - SelectionColor and SelectionFont methods no longer set absolute
9792             styles. Instead, the keep font or color respectively (This 
9793             resolves a long-standing FIXME in the code)
9794           - When flushing RTF text, the insert code now considers text trailing
9795             behind the insertion point (Fixes the bug where when replacing
9796             the selected text via SelectedRTF the remainder of the line behind 
9797             the selection would stay on the first insertion line)
9798         * TextBoxBase.cs:
9799           - AppendText now updates the selection points after inserting text
9800           - AppendText now ensures that the last tag (sometimes 0-length) of
9801             the document is used for the style information (Fixes part of 
9802             bug #77220)
9803         * TextControl.cs:
9804           - Created new FontDefiniton class to allow describing partial style
9805             changes
9806           - StreamLine() now takes a lines argument, to allow it to decide
9807             whether an encountered zero-length tag is the last in the document
9808             (which must be kept to not loose the font/color contained in it,
9809             for later appends)
9810           - Created Combine() and Split() methods for Marker structs, to 
9811             support marker updates due to reformatted documents (soft line
9812             wraps)
9813           - Implemented Document.CaretTag setter
9814           - Fixed MoveCaret(CtrlEnd) handling, now moves to the last character
9815             of the last line (Not the cause, but also exposed by bug #77220)
9816           - Added LineTag argument to InsertString method, to allow callers
9817             to force a certain tag to be used (required to force use of the
9818             trailing zero-length tag of a document)
9819           - Now updating markers in Combine(), to avoid stale tag markers
9820           - Added some method descriptions to aid maintenance
9821           - Implemented new FormatText concept, allowing additive/subtractive
9822             formatting by only specifying the components that are to be 
9823             changed. This was needed for resolving the RTB.SelectedColor/
9824             RTB.SelectedFont fixmes
9825           - Added Break() support method to allow breaking up linetags (used
9826             for partial formatting)
9827           - Added GenerateTextFormat() method. It is used for partial 
9828             formatting and allows to generate a full font/color from given
9829             attributes and an existing tag.
9830
9831 2006-02-26  Jackson Harper  <jackson@ximian.com>
9832
9833         * XplatUIX11.cs:  Use the correct caption height.
9834         - Translate hittest coordinates to screen coords to match MS.
9835         * XplatUIWin32.cs: When we create MDI windows we need to reset
9836         some of the style flags, so we get a nice blank window, and can
9837         draw all the decorations ourselves.
9838         - Set a clipping rectangle on the non client paint event, the
9839         window manager drawing code needs one.
9840         * Form.cs: The window manager needs to know when the window state
9841         has been updated.
9842         * Hwnd.cs: The window manager stuff now does a proper NCCALC so we
9843         don't need to factor in border and title sizes in these
9844         methods. TODO: Remove the args and fix the call points.
9845         * InternalWindowManager.cs: Handle NCHITTEST and NCCALCAREA
9846         properly.
9847         - Let the driver set the cursors.
9848         - Improve active window handling
9849         - Correct sizes for title bars and buttons.
9850         - Match MS drawing better
9851         * MdiWindowManager.cs: We don't need to handle border style
9852         updates specially anymore.
9853         - Check for scrollbars when windows are done moving
9854         - Handle Active properly.
9855         * MimeIcon.cs: Don't crash when we can't load the GNOME stuff
9856         correctly. I am spewing the exception though, so we don't hide the
9857         bugs.
9858         
9859 2006-02-26  Pedro Martinez Julia  <pedromj@gmail.com>
9860
9861         * DataGridViewRowPostPaintEventArgs.cs,
9862           DataGridViewCellPaintingEventArgs.cs,
9863           DataGridViewRowCollection.cs,
9864           DataGridViewRowPrePaintEventArgs.cs,
9865           DataGridViewCell.cs: Clear a few warnings and implement a few
9866           exceptions that should be thrown.
9867
9868 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
9869
9870         * ScrollBar.cs (ctor): Explicitly set a cursor to avoid
9871           'inheriting' our parent's (non-default) cursor. (Part of
9872            the fix for #77479)
9873
9874 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com> 
9875
9876         * XplatUIX11.cs: Fixed cast to make csc happy
9877
9878 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
9879
9880         * Control.cs (WndProc): Only handle WM_SETCURSOR messages if
9881           it's for the client area (part of fix for #77479 and needed
9882           for MDI window cursor handling)
9883         * XplatUIX11.cs
9884           - DefWindowProc: Now handles the WM_SETCURSOR messages, setting
9885             the appropriate default cursors and also passing the message
9886             up the parent chain 
9887           - GetMessage: Now generating WM_NCHITTEST and WM_SETCURSOR even
9888             for non-client areas
9889
9890 2006-02-15  Jackson Harper  <jackson@ximian.com>
9891
9892         * XplatUIWin32.cs: Since we fake MDI dont tell Windows that this
9893         is a real MDI window
9894
9895 2006-02-14  Alexander Olk  <alex.olk@googlemail.com>
9896
9897         * X11DesktopColors.cs: Instead of checking the desktop session
9898           string for "KDE" check if it starts with "KDE"
9899
9900 2006-02-10  Jackson Harper  <jackson@ximian.com>
9901
9902         * XplatUIX11.cs: These should be unsigned (fixes crash on 32 bit
9903         systems).
9904
9905 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
9906
9907         * FileDialog.cs: Added Refresh to RunDialog to fix some drawing
9908           errors
9909         * ColorDialog.cs:
9910           - Got rid of the panel. All controls are now directly added to
9911             the dialog form
9912           - Changed to mono coding style
9913
9914 2006-02-10  Jackson Harper  <jackson@ximian.com>
9915
9916         * InternalWindowManager.cs: We don't need the set visibility to
9917         false hack anymore now that peter has written beautiful shutdown
9918         code.
9919
9920 2006-02-10  Peter Dennis Bartok  <pbartok@novell.com>
9921
9922         * XplatUIX11.cs: Ignore DestroyNotify messages for windows that
9923           where already explicitly destroyed
9924
9925 2006-02-10  Jackson Harper  <jackson@ximian.com>
9926
9927         * MdiClient.cs: Handle the case where windows are too high or to
9928         the left and we need scrollbars.
9929
9930 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
9931
9932         * MimeIcon.cs: Added some icons
9933         * FileDialog.cs:
9934           - Fixed bug #77477
9935           - Got rid of the panel. All controls are now directly added to
9936             the dialog form
9937           - Changed to mono coding style
9938           - On Linux "My Computer" and "My Network" will now show some
9939             more usefull information. A new class, MasterMount, gathers
9940             this information from /proc/mount. Updated MWFFileView to make
9941             use of this information
9942           - Fixed a bug that caused FileDialog to crash when
9943             ".recently_used" file had a zero size
9944           - FilterIndex does now what it should
9945           - Some Refactoring
9946         * OpenFileDialog.cs, SaveFileDialog.cs: Updated to reflect latest
9947             FileDialog changes
9948
9949 2006-02-09  Jackson Harper  <jackson@ximian.com>
9950
9951         * ComboBox.cs: Don't touch if null.
9952
9953 2006-02-09  Peter Dennis Bartok  <pbartok@novell.com>
9954
9955         * Cursor.cs: 64bit safeness fix
9956         * XplatUIX11.cs: Removed several unneeded and one moronic cast.
9957
9958 2006-02-09  Jackson Harper  <jackson@ximian.com>
9959
9960         * Form.cs: If a form is made into an MDI form update the styles so
9961         all the props can get set correctly.
9962         - Kill the mdi_container when we dont need it anymore.
9963         * InternalWindowManager.cs: Add missing NOT
9964
9965 2006-02-08  Jackson Harper  <jackson@ximian.com>
9966
9967         * InternalWindowManager.cs: Respek clipping when drawing MDi
9968         decorations.
9969
9970 2006-02-08  Jackson Harper  <jackson@ximian.com>
9971
9972         * Hwnd.cs: Add bits to track non client expose events.
9973         * XplatUIX11.cs: Track non client expose events on the hwnd. This
9974         gives us a proper invalid rect and will allow for some nice
9975         optimizations with NC client drawing
9976         - MDI windows are children windows, so move their style handling
9977         into the child window block.
9978         * InternalWindowManager.cs: Remove a state reset that was
9979         getting invoked at the wrong time. Fixes managed windows getting
9980         into a 'stuck' captured state.
9981
9982 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
9983
9984         * TextControl.cs (Document.ctor): Now initializing 
9985           selection_anchor. Fixes #77493
9986
9987 2006-02-07  Jackson Harper  <jackson@ximian.com>
9988
9989         * TrackBar.cs: The increment/decrements were backwards.
9990
9991 2006-02-07  Mike Kestner  <mkestner@novell.com>
9992
9993         * Theme*.cs : remove ThemeEngine.Current usage as it just points back
9994         to the instance itself.
9995
9996 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
9997
9998         * X11DesktopColors.cs, ThemeGtk.cs: The GObject structure is based
9999           on ulongs and pointers, the size differs between 32bit and 64bit
10000           systems. 
10001
10002 2006-02-07  Mike Kestner  <mkestner@novell.com>
10003
10004         * XplatUIX11.cs : force the WorkingArea away from XGetWindowProperty
10005         for 64 bit platforms to work around a metacity bug. 
10006
10007 2006-02-07  Jackson Harper  <jackson@ximian.com>
10008
10009         * TrackBar.cs: Process the input keys we need, and hookup to
10010         KeyDown instead of using WndProc, so we get key messages.
10011
10012 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com>
10013
10014         * XplatUIX11.cs: Atoms are only 32bit on the wire, no matter what
10015           machine we're on. 
10016         * X11Dnd.cs(SetAllowDrop): Since atoms are always 32bit on the wire
10017           we need to translate the XdndVersion atoms array before sending it
10018
10019 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com> 
10020
10021         * XplatUIX11.cs: 
10022           - The preceeding 64bit fixes had a bug: ChangeProperty expects the
10023             number of bits for the property, not the number of bytes. The
10024             change to provide IntPtr.Size broke 32bit. (64bit was also wrong
10025             but would not crash since it specified 8 bits instead of 4 bits)
10026           - More 64bit fixes: Switched all atoms from int to IntPtr (they are
10027             defined as XID -> long in the C headers)
10028           - Removed 'new IntPtr((int))' and '(IntPtr)' casts from all NetAtoms 
10029             references since those are now IntPtr to begin with
10030           - Switched all Atom.XXX 'int' casts to IntPtr casts
10031           - Fixed XGrabPointer DllImport signature to work for 64bit (cursor arg)
10032           - Fixed XInternAtom signature for 64bit, now returns an IntPtr
10033           - Added XChangeActivePointerGrab DllImport (for X11DnD)
10034         * X11Structs.cs:
10035           - Changed 'int' type for Atoms in XEvent structures to IntPtr
10036           - Changed atom in HoverStruct to be IntPtr
10037         * X11DnD.cs:
10038           - Removed local DllImports, switched code to use those from XplatUIX11
10039           - Removed/fixed casts related to the switch of Atom to be a IntPtr
10040
10041 2006-02-06  Mike Kestner  <mkestner@novell.com>
10042
10043         * XplatUIX11.cs : many more 64 bit pinvoke changes.  I've audited all the 
10044         method signatures in the import region.  There may still be some
10045         lingering struct marshaling issues, as I didn't drill down into those.
10046         Yet.
10047
10048 2006-02-06  Jackson Harper  <jackson@ximian.com>
10049
10050         * ComboBox.cs: Dont manually set the top_item, this is computed
10051         when the scrollbar position is set.
10052
10053 2006-02-06  Mike Kestner  <mkestner@novell.com>
10054
10055         * XplatUIX11.cs : 64 bit changes to XGetWindowProperty usage. Fixes
10056         startup crashes on amd64.  There's other fixes needed.  All pinvoke
10057         usage of Atom needs to be mapped to IntPtr for example.  And there are
10058         likely other int/long issues to be addressed.
10059
10060 2006-02-04  Alexander Olk  <alex.olk@googlemail.com>
10061
10062         * FileDialog.cs: One more...
10063
10064 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
10065
10066         * FileDialog.cs: Next try
10067
10068 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
10069
10070         * FileDialog.cs: First part of fix for #77464
10071
10072 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
10073
10074         * ButtonBase.cs, ContainerControl.cs, Forms.cs,
10075           ThemeWin32Classic.cs: Fix for #77458. Correct handling of
10076           AcceptButton border drawing.
10077
10078 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com> 
10079
10080         * Form.cs: Moved positioning of form after auto scaling is applied,
10081           otherwise it would possibly use wrong form size.
10082
10083 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com>
10084
10085         * Control.cs (RecreateHandle): No need to re-create any child
10086           controls, the child windows will get destroyed automatically by
10087           the windowing system or driver, and re-created when the handle
10088           is being accessed the first time. Fixes #77456
10089         * Form.cs: No longer setting the form to closing if the handle is 
10090           being recreated. This seems like the right thing to do, don't
10091           have a bug or testcase for this, though.
10092
10093 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
10094
10095         * FileDialog.cs: Suspend/Resume layouting when changing sizes of
10096           controls to avoid unwanted side effects
10097
10098 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com> 
10099
10100         * Control.cs: 
10101           - ScaleCore needs to scale the bounds, not the ClientSize of the 
10102             control. Fixes #77416.
10103           - DefaultSize is 0,0 for control
10104         * TextBoxBase.cs: 
10105           - DefaultSize is 100, 20
10106           - SetBoundsCore: Now enforcing the height, no matter if the provided
10107             height is more or less than the preferred one, as long as AutoSize
10108             is on
10109         * Form.cs: Apply documented fudge factor. Part of item 3 fix for #77416
10110
10111 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
10112
10113         * Control.cs:
10114           - ResumeLayout: Fixed logic when to call PerformLayout, we may not
10115             call unless both performLayout is true *and* we have a pending
10116             layout change
10117           - ResumeLayout: MS does not completely nest Suspend and Resume,
10118             they bottom out at 0, fixed our code to match that.
10119           - UpdateBounds/SetBoundsCore: Moved calling of UpdateDistances() to
10120             SetBoundsCore, we were updating even when we shouldn't. This fixes
10121             swf-anchors mis-anchoring when resizing the app fast and lots.
10122           - UpdateDistances: Now only setting the left and top distance if 
10123             we have a parent and are not suspended, this is based on
10124             a suggestion by Don Edvaldson in bug #77355.
10125           - OnVisibleChanged: Fixed logic when to create the control. We may
10126             not create the control if we have no parent or if it's not visible;
10127             switched to using Visible property instead of is_visible field 
10128             since the property also considers parent states. This fixes a bug
10129             when starting Paint.Net
10130
10131 2006-02-02  Jackson Harper  <jackson@ximian.com>
10132
10133         * Form.cs: If the forms handle hasn't been created yet don't call
10134         into xplatui to make it top most, just set the topmost flag on the
10135         form in CreateParams
10136         * XplatUIX11.cs: Handle WS_EX_TOPMOST.
10137
10138 2006-02-01  Jackson Harper  <jackson@ximian.com>
10139
10140         * ScrollableControl.cs: Refactored the Recalculate method a
10141         little, this wasn't handling all the variants of bottom and right
10142         bars needed to be added and added/removed based on their
10143         counterparts being added/removed (which changes the drawable
10144         size). Also we special case client widths and heights of 0 and
10145         don't add the scrollbar for those.
10146
10147 2006-02-01  Peter Dennis Bartok  <pbartok@novell.com>
10148
10149         * XplatUIX11.cs: 
10150           - Added method to get AbsoluteGeometry(); currently unused, but might
10151             be used in the future, if we try again to figure out toplevel
10152             coordinates with some more crappy window managers
10153           - Added FrameExtents() method to retrieve the WM set decoration size
10154           - Tried to fix up AddConfigureNotify and handling of ReparentNotify 
10155             to deal with at least KDE, FVWM and metacity (Fixes #77092)
10156         * Hwnd.cs: 
10157           - Added whacky_wm tracking var for metacity
10158           - Added logic to have default menu height if the actual menu height
10159             has not yet been calculated (part of fix for #77426)
10160         * Form.cs: Keep track whether client size has been set and re-set 
10161           it if a menu is added/removed afterwards (Fixes #77426)
10162
10163 2006-01-31  Jackson Harper  <jackson@ximian.com>
10164
10165         * Control.cs: When a new Site is set on the component attempt to
10166         pull the AmbientProperties from it.
10167
10168 2006-01-31  Peter Dennis Bartok  <pbartok@novell.com>
10169
10170         * ThemeWin32Classic.cs: Menu background is drawn in ColorMenu, not
10171           in the background of the owning form. Fixes #77332
10172
10173 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
10174
10175         * MimeIcon.cs: Fix for #77409
10176
10177 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
10178
10179         * XplatUIX11GTK.cs: Initial import
10180
10181 2006-01-31  Jordi Mas i Hernandez <jordimash@gmail.com>
10182
10183         * FixedSizeTextBox: fixes class signature
10184
10185 2006-01-30  Jackson Harper  <jackson@ximian.com>
10186
10187         * FixedSizeTextBox.cs: New internal class that represents a
10188         textBox that will not be scaled.
10189         * TreeView.cs:
10190         * ComboBox.cs:
10191         * UpDownBase.cs: Use the new FixedSizeTextBox instead of a
10192         standard TextBox.
10193                 
10194 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com> 
10195
10196         * XplatUIX11.cs: Retrieve default screen number instead of
10197           assuming 0. Attempted fix for #77318
10198
10199 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com>
10200
10201         * XplatUIWin32.cs: 
10202           - GetWindowPos: When a window is parented by FosterParent, use 
10203             the desktop instead of FosterParent as the base to get coordinates
10204           - CreateWindow: Don't make FosterParent the parent window for Popups
10205             if we don't want a taskbar entry, Popups automatically don't get one
10206         * Hwnd.cs: Need to call remove to actually remove the key from the
10207           hash table
10208
10209 2006-01-30  Mike Kestner  <mkestner@novell.com>
10210
10211         * MenuAPI.cs: adjust MainMenu item popup location to y=0.
10212
10213 2006-01-30  Jackson Harper  <jackson@ximian.com>
10214
10215         * TreeView.cs:
10216         * TreeNode.cs: Raise events no matter how the treenode is
10217         checked. Patch by Don Edvalson.
10218
10219 2006-01-30  Jackson Harper  <jackson@ximian.com>
10220
10221         * TreeNode.cs: Signature fix.
10222
10223 2006-01-29  Alexander Olk  <alex.olk@googlemail.com>
10224
10225         * ThemeClearlooks.cs: Fixed a crash in ProgressBar drawing.
10226
10227 2006-01-20  Mike Kestner  <mkestner@novell.com>
10228
10229         * Form.cs: Add ActiveTracker property to do Captures and perform mouse
10230         event forwarding when menus are active.
10231         * MenuAPI.cs: kill the GrabControl hack.  Use Form.ActiveTracker.
10232         Most of the patch is pdb's with a little rework.
10233
10234 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
10235
10236         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs: 
10237           Removed GetMenuDC and ReleaseMenuDC methods; replaced
10238           by PaintEventStart(handle, false) and PaintEventEnd(handle, false)
10239         * Form.cs: Changed WM_NCPAINT handler to use PaintEventStart and End
10240         * InternalWindowManager.cs: Added use of PaintEventStart/End to
10241           handling of WM_NCPAINT message, now passing the PaintEventArgs to
10242           the PaintWindowDecorations method
10243         * MainMenu.cs: Switched logic from GetMenuDC to PaintEventStart
10244         * MdiChildContext.cs: Switched logic from GetMenuDC to PaintEventStart
10245         * MenuAPI.cs: Made tracker window invisible
10246         * XplatUIWin32.cs:
10247           - Removed GetMenuDC and ReleaseMenuDC methods
10248           - Implemented the client=false path for PaintEventStart and
10249             PaintEventEnd
10250
10251 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
10252
10253         * XplatUIWin32.cs(SetBorderStyle): Fixed3D needs a border
10254         * XplatUIX11.cs(DeriveWindowStyles): Updated to match fixed Form
10255           styles
10256         * Form.cs: 
10257           - MaximizeBox, MinimizeBox: Recreate the handle when setting
10258             the style
10259           - CreateParams: Reworked the styles to match MS look'n'feel,
10260             removed automatic setting of MinimizeBox, MaximizeBox, etc. via
10261             the WS_OVERLAPPEDWINDOW style. This fixes #76823.
10262
10263 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
10264
10265         * XplatUIX11.cs(GetWindowState): Now throwing an exception when the 
10266           window is not mapped, since otherwise every form that's being 
10267           created is considered minimized, which is wrong.
10268         * Form.cs: Catching the exception and returning our internal value
10269           instead
10270
10271 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
10272
10273         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new driver method
10274           SetWindowMinMax() to have means to tell the driver about the minimum,
10275           maximum and maximized state window sizes. (Part of the fix for #76485)
10276         * Form.cs:
10277           - Implemented tracking of minimum and maximum window size, now calling
10278             new SetWindowMinMax() driver method to tell the driver (Part of the
10279             fix for #76485)
10280           - Finished handling of WM_GETMINMAXINFO method, now setting all values
10281             (Completes fix for #76485)
10282           - Calling new SetWindowMinMax driver method when the handle for a 
10283             form is created, to make sure the driver knows about it even if
10284             the values have been set before the window was created
10285           - Now eating the WM_WINDOWPOSCHANGED message if the form is minimized
10286             to avoid messing up our anchoring calculations (partial fix
10287             for #77355)
10288         * XplatUIStructs.cs: Added MINMAXINFO struct (moved from Win32 driver)
10289         * XplatUIX11.cs:
10290           - Added _NET_WM_STATE_HIDDEN property for detecting minimized state
10291           - Improved GetWindowState() to detect 'Minimized' state on Metacity 
10292             (and presumably other freedesktop.org compliant WMs). Left the
10293             assumption unmapped=minimized, needed for SetVisible to work.
10294           - Now setting the window state when creating windows
10295           - Fixed SetVisible to consider/set the window state when mapping
10296             a Form. We cannot set the state before it's mapped, and we cannot
10297             use Form.WindowState once it's mapped (since it would ask the
10298             driver and get 'normal'. Therefore, we grab the state before
10299             mapping, map, and then set state.
10300           - Implmemented SetWindowMinMax method; Metacity does not seem to
10301             honor the ZoomHints, though.
10302         * XplatUIWin32.cs:
10303           - Removed MINMAXINFO (moved to XplatUIStructs)
10304           - Added SetWindowMinMax stub (on Win32 the only way to set that
10305             information is in response to the WM_GETMINMAXINFO message, which
10306             is handled in Form.cs)
10307           - Added logic to SetVisible to set the proper window state when a 
10308             form is made visible (fixes #75720)
10309
10310 2006-01-26  Jackson Harper  <jackson@ximian.com>
10311
10312         * Control.cs (BeginInvoke): Automagically handle EventHandlers the
10313         same way we handle them with Invoke.
10314
10315 2006-01-25  Peter Dennis Bartok  <pbartok@novell.com> 
10316
10317         * Form.cs:
10318           - Added tracking of window state so CreateParams can return
10319             the appropriate style
10320           - Moved setting of WS_CAPTION style in CreateParams to allow
10321             styles without caption
10322         * DataGridTextBoxColumn.cs: We are now also creating the TextBox 
10323           control if the TextBox property is accessed. Fixes #77345
10324         * Control.cs:
10325           - get_Created: now uses is_disposed and is_created to determine
10326             return value (suggested by Jackson)
10327           - CreateHandle: No longer exits if the handle is being recreated
10328           - RecreateHandle: If the handle is not yet created call the 
10329             appropriate method to create either control or handle. If the
10330             control is already created CreateHandle will simply exit instead
10331             of just creating the handle
10332         * Hwnd.cs: Removed expose_pending tracking, no longer needed since we
10333           now SendMessage WM_DESTROY directly to the control when DestroyWindow
10334           is called.
10335         * XplatUIX11.cs: 
10336           - When DestroyWindow is called, instead of waiting for the 
10337             DestroyNotification from X11, we directly post it to the WndProc
10338             and immediately dispose the hwnd object.
10339             Same applies to DestroyChildWindows, and this obsoletes the
10340             expose_pending tracking. Contrary to Win32 behaviour we destroy our
10341             child windows before our own, to avoid X11 errors.
10342           - Removed the direct sending of WM_PAINT on UpdateWindow
10343         * XplatUIWin32.cs:
10344           - Reworked DoEvents and GetMessage to allow access to internal queue
10345             even when trying non-blocking access to the queue.  Fixes #77335. 
10346             Based on a patch suggestion by Don Edvalson. The new private
10347             GetMessage can now also be used as a backend for a PeekMessage
10348             frontend version.
10349         * XplatUI.cs: Improved debug output for CreateWindow
10350
10351 2006-01-25  Jackson Harper  <jackson@ximian.com>
10352
10353         * Help.cs: Allow param to be null. Patch by Don Edvalson.
10354
10355 2006-01-24  Jackson Harper  <jackson@ximian.com>
10356
10357         * ComboBox.cs: Clamp the max value set for the vertical scrollbar
10358         when we have a MaxDropItems lower then the selected index.
10359
10360 2006-01-24  Jackson Harper  <jackson@ximian.com>
10361
10362         * Control.cs: Don't allow selection of non visible controls, allow
10363         selection of controls without parents.
10364
10365 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
10366
10367         * ThemeWin32Classic.cs: Fixes Datagrid drawing issues
10368         * DataGridDrawingLogic.cs: Add editing row only when is necessary
10369
10370 2006-01-23  Jackson Harper  <jackson@ximian.com>
10371
10372         * UpDownBase.cs: Make the textbox handle all the selection and
10373         tabbing. This fixes tabing to updown controls.
10374
10375 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
10376
10377         * TextBoxBase.cs: fixes exception thown the object was null
10378
10379 2006-01-23  Jackson Harper  <jackson@ximian.com>
10380
10381         * ButtonBase.cs: Just use the base CreateParams. They set
10382         visibility and enabled correctly.
10383         * ComboBox.cs:
10384         * TrackBar.cs:
10385         * MonthCalendar.cs: Lets let the base set as much of the
10386         createparams as possible so we don't have duplicate code all over
10387         the place.
10388
10389 2006-01-22  Alexander Olk  <alex.olk@googlemail.com>
10390
10391         * ThemeGtk.cs: Added TrackBar and some experimental code to
10392           get double buffering back
10393
10394 2006-01-21  Jordi Mas i Hernandez <jordimash@gmail.com>
10395
10396         * DataGrid.cs: Allows row number set internally higher than the last
10397         when creating a new row. Restores the editing functionality.
10398
10399 2006-01-20  Mike Kestner  <mkestner@novell.com>
10400
10401         * MimeIcon.cs: delay Image creation until the icons are accessed
10402         instead of creating 190 scaled images on GnomeHandler startup.
10403
10404 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com> 
10405
10406         * TextBoxBase.cs (WndProc): When handling WM_KEYDOWN we need to
10407           first call base before processing the event. Fixes #77279
10408
10409 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com>
10410
10411         * XplatUIWin32.cs, Cursor.cs: Fixed code that wrongly assumed
10412           that the stride for the GDI bitmap would match the stride of
10413           a DIB or a Cursor.
10414
10415 2006-01-19  Alexander Olk  <alex.olk@googlemail.com>
10416
10417         * ThemeGtk.cs: Added ProgressBar, RadioButton, CheckBox
10418
10419 2006-01-19  Jackson Harper  <jackson@ximian.com>
10420
10421         * ComboBox.cs: Hookup the text controls keydown event so we get
10422         those when the text control has the focus.
10423
10424 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
10425
10426         * Label.cs: Now using the base events instead of defining new ones;
10427           this allows us to just call the base properties without having to
10428           duplicate all base property logic 
10429
10430 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
10431
10432         * Label.cs: A label by default is not a tabstop (Fixes one of our
10433           failing nunit tests)
10434
10435 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
10436
10437         * XplatUIWin32.cs: Fixed wrong DoEvents logic. Fixes #77282
10438         * XplatUIX11.cs: Removed WM_PAINT check from DoEvents. Fixes #77282
10439
10440 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
10441
10442         * Cursor.cs: Reimplemented creating cursor bitmaps without using
10443           the Bitmap(Stream) constructor which is semi-broken on MS GDI+.
10444           This fixes #77218
10445         * XplatUIWin32.cs: 
10446           - Reimplemented creating Bitmaps from DIBs since the Bitmap(Stream) 
10447             constructor creates images that can't be saved. Part of the fix
10448             for #76103
10449           - Added handling of CF_BITMAP as CF_DIB to clipboard code (Fixes #76103)
10450           - SetWindowState: Switched ShowWindow flags (part of an upcoming 
10451             bug fix for handling window state in forms properly)
10452
10453 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
10454
10455         * ThemeGtk.cs: Simplify ScrollBar drawing
10456
10457 2006-01-18  Jackson Harper  <jackson@ximian.com>
10458
10459         * Splitter.cs: Set the default dock style for the splitter control
10460         in the constructor.
10461
10462 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
10463
10464         * ThemeGtk.cs: Corrected StateType and ShadowType for
10465           gtk_paint_box
10466
10467 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
10468
10469         * Control.cs: Make use of Theme.DoubleBufferingSupported
10470         * ThemeGtk.cs:
10471           - Added drawing for flat style buttons
10472           - Added ScrollBar drawing
10473
10474 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
10475
10476         * ThemeClearlooks.cs: Removed some unneeded code.
10477         * ThemeGtk.cs: First part of ThemeGtk enhancements.
10478
10479 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
10480
10481         * LinkLabel.cs: We need to update the hover drawing when
10482           leaving the control as well.
10483
10484 2006-01-18  Jordi Mas i Hernandez <jordimash@gmail.com>
10485
10486         * DataGrid.cs: Clicking on non empty areas in the columns
10487            area was giving an exception
10488
10489 2006-01-17  Jackson Harper  <jackson@ximian.com>
10490
10491         * ThemeWin32Classic.cs:
10492         * ListView.cs: Do not draw/clip the headers when the header style
10493         is None.
10494
10495 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
10496
10497         * DataGrid.cs: Fixes 77260
10498         
10499 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
10500
10501         * DataGrid.cs: Clicking on a column on a empty grid was giving
10502           an exception
10503
10504 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
10505
10506         * DataGrid.cs (OnKeyDown): Don't use the array if it's empty
10507           or any keypress will crash the grid.
10508
10509 2006-01-17  Mike Kestner  <mkestner@novell.com>
10510
10511         * MainMenu.cs (OnMenuChanged): set Height=0 to cause relayout.
10512         * ThemeWin32Classic.cs (CalcItemSize): clear Height/Width for 
10513         invisible/previously-visible items.
10514         [Fixes #76909]
10515
10516 2006-01-17  Alexander Olk  <alex.olk@googlemail.com>
10517
10518         * ThemeClearlooks.cs:
10519         - Added CL_Draw_Button method; now other theme controls that are 
10520           not derived from button or do not have a button can draw buttons
10521           too
10522         - Updated ComboBox drawing
10523         - Beautified RadioButton drawing
10524         - Corrected drawing of bottom and left tabs
10525         - Beautified DateTimePicker and MonthCalendar
10526         - Added CPDrawButton and CPDrawRadioButton
10527
10528 2006-01-16  Jackson Harper  <jackson@ximian.com>
10529
10530         * ComboBox.cs: Set the initial value of the scrollbar to the
10531         current index. Reduce the numbers of refreshs and IndexOfs called.
10532
10533 2006-01-14  Alexander Olk  <alex.olk@googlemail.com>
10534
10535         * FileDialog.cs: When the file listview is focused hitting the
10536           backspace key moves the fileview to the parent directory
10537
10538 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
10539
10540         * Form.cs: 
10541           - Added RecreateHandle call when changing taskbar visibility to 
10542             trigger reparenting in Win32 driver (Fixes #75719)
10543           - If a window has minimize or maximize buttons, it cannot have
10544             a help button
10545         * XplatUIWin32.cs:
10546           - CreateWindow: When no WS_EX_APPWINDOW style is found we parent
10547             the toplevel form with FosterParent (A toolwindow not on the
10548             taskbar) (Fixes #75719)
10549           - Made FosterParent a toolwindow
10550
10551 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
10552
10553         * FileDialog.cs: Don't crash if InitialDirectory doesn't exist
10554
10555 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
10556
10557         * ToolTip.cs: If SetToolTip is called from a control and the mouse
10558           is currently over that control, make sure that tooltip_window.Text
10559           gets updated
10560
10561 2006-01-13  Mike Kestner  <mkestner@novell.com>
10562
10563         * MimeIcon.cs: size_t on lp64 fix for gdk_pixbuf_save_to_file extern.
10564
10565 2006-01-13  Jackson Harper  <jackson@ximian.com>
10566
10567         * TreeView.cs: On MS GetNodeAt never actually factors in the X
10568         value passed.  Also redraw the selected node when we recieve
10569         focus, so tabbing between trees works correctly.
10570
10571 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
10572
10573         * MimeIcon.cs: GnomeHandler: older gnome versions don't have
10574           ~/.gconf/%gconf-tree.xml, so use
10575           .gconf/desktop/gnome/interface/%gconf.xml
10576
10577 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
10578
10579         * TextControl.cs: Draw text in gray if control is disabled
10580
10581 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
10582
10583         * TreeView.cs: Draw the focus rectangle outside the highlight, to
10584           make sure it's always visible. Fixes #76680.
10585
10586 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
10587
10588         * TreeView.cs: Implemented Wheel scrolling. Fixes #76531
10589
10590 2006-01-13  Jonathan Chambers  <jonathan.chambers@ansys.com>
10591
10592         * PageSetupDialog.cs: Added.
10593         * PrintDialog.cs: Attributes.
10594         * PrintPreviewControl.cs: Updates.
10595         * PrintPreviewDialog.cs: Updates.
10596         
10597 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
10598
10599         * Control.cs: Undid my selection check fix, since it's not needed
10600         * TextBoxBase.cs:
10601           - Now considering the presence of hscroll/vscroll when sizing
10602             vscroll/hscroll respectively. Fixed bug #77077
10603           - Added Left/Up/Down/Right to IsInputKey list to prevent
10604             ContainerControl from stealing them. This fixes what I broke
10605             with my last checkin.
10606
10607 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com> 
10608
10609         * ScrollableControl.cs: Implemented dockpadding. Fixes #77166. And
10610           I finally understand how the property can be set without a setter :-)
10611
10612 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
10613
10614         * Application.cs:
10615           - Switched RunLoop to use static Message.Create to create a 
10616             Message object
10617           - Added PreProcessMessage call in runloop for keyboard events; this
10618             is part of the fix for #77219, I overlooked this originally in the
10619             MSDN doc for PreProcessMessage
10620         * Control.cs:
10621           - Removed call to PreProcessMessage from handling of keyboard 
10622             messages; it's supposed to be done in the message pump
10623           - Moved call to ProcessKeyEventArgs inside ProcessKeyMessage as
10624             per MSDN documentation.
10625           - IsInputChar: All chars are input chars by default; removed the 
10626             parent calling chain, MS does not document that
10627           - PreProcessMessage: If IsInputChar is true, we want to return false
10628             to allow dispatching of the message
10629           - When selecting the next control, now also check that we're not
10630             selecting ourselves again and therefore return a false positive.
10631         * TextBoxBase.cs:
10632           - Tried to match return values for IsInputKey and ProcessDialogKey
10633             to what MS returns; moved processing of our special keys outside
10634             ProcessDialogKey since MS does not seem to return true on those.
10635           - Moved code that previously was in ProcessDialogKey into new private
10636             ProcessKey method, which gets called upon receipt of WM_KEYDOWN
10637           - Reworked handling of WM_CHAR to not have to duplicate code from
10638             Control.cs anymore, instead we simply call down to base.
10639            
10640 2006-01-12  Jackson Harper  <jackson@ximian.com>
10641
10642         * ComboBox.cs: We always need to refresh the text area when
10643         EndUpdate is called. Fixes the combobox in the file dialog.
10644         * Control.cs: Don't create the creator_thread until the controls
10645         handle is created.  Also in InvokeRequired we check if the
10646         creator_thread is null. This gives the effect of InvokeRequired
10647         returning true if the controls handle is not created yet, and
10648         matches MS.
10649
10650 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
10651
10652         * XplatUI.cs:
10653           - Added StartLoop() driver method. This is used to allow drivers to
10654             prepare for an upcoming GetMessage/TranslateMessage/DispatchMessage
10655             loop for a particular thread
10656           - Added EndLoop() driver method. This is called once the message
10657             pump for the thread is shut down
10658           - Added SupportsTransparency method to allow the driver to indicate
10659             opacity support for windows
10660         * Form.cs:
10661           - Removed TODO attribute, completed AllowTransparency property
10662           - Added documented logic to Opacity
10663         * GroupBox.cs, Label.cs, LinkLabel.cs, PropertyGrid.cs, Control.cs,
10664           ButtonBase.cs, CheckedListBox.cs: Combined Jackson's and Miguel's
10665           versions of CompatibleTextRendering
10666         * X11Structs.cs: Added opacity atom to our atom enumeration
10667         * Hwnd.cs: Added opacity tracking (we need to track since the opacity
10668           of a form might be set before it's reparented by the WM, and we need
10669           the opacity value without calling up to Form)
10670         * XplatUIDriver.cs: Added StartLoop(), EndLoop() and 
10671           SupportsTransparency() driver methods
10672         * Application.cs: Now calling StartLoop and EndLoop driver methods
10673         * XplatUIX11.cs:
10674           - Added opacity atom registration
10675           - Added StartLoop()/EndLoop() methods. They're empty right now but
10676             will need to get implemented when we switch to a per-thread queue
10677           - Implemented SupportsTransparency() method
10678           - Implemented SetWindowTransparency() method
10679           - Added support for setting the opacity value when a window is
10680             reparented (since the opacity needs to be set on the WM frame)
10681         * XplatUIOSX.cs, XplatUIWin32.cs:
10682           - Added SupportsTransparency(), StartLoop() and EndLoop() methods
10683
10684 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
10685
10686         * ThemeClearlooks.cs: Don't crash if TabControl.Parent is null.
10687
10688 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
10689
10690         * FileDialog.cs: Added ToolTip for MWFFileView
10691         * MimeIcon.cs: Rewrote GnomeHandler.
10692           - Get currently used gnome icon theme from
10693             ($HOME)/.gconf/%gconf-tree.xml
10694           - Make use of inherited icon themes
10695           - Support SVG icon themes like Tango via librsvg
10696
10697 2006-01-12  Miguel de Icaza  <miguel@novell.com>
10698
10699         Revert's Jackson's revert which broke 2.0 builds.   Fix both
10700         builds. 
10701         
10702         * Application.cs: Move the use_compatible_text_rendering outside
10703         the NET_2_0 define.  If we ever need to use the
10704         use_compatible_text_rendering on the individual controls they will
10705         access the variable from the common shared code paths.
10706
10707 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
10708
10709         * XplatUI.cs:
10710           - Added more granular debug options
10711           - Added method to print both window text and id
10712           - Switched debug output to use new Window() debug method
10713           - Added IsEnabled() driver method
10714           - Added EnableWindow() driver method
10715         * Form.cs:
10716           - Removed end_modal; no longer needed, new loop handles termination
10717             via 'closing' variable
10718           - If form is modal, setting DialogResult will now initiate loop
10719             termination via 'closing' variable
10720           - Added support for is_enabled/WS_DISABLED to CreateParams
10721           - Close() now just send the WM_CLOSE message; the WM_CLOSE handler
10722             does all the work
10723           - Removed code that's now in RunLoop from ShowDialog()
10724           - Added various documented sanity checks to ShowDialog()
10725           - Added handling of WM_DESTROY message; we set 'closing' on getting
10726             the message to indicate the message pump to terminate
10727           - Added handling of new internal WM_CLOSE_INTERNAL message - it's
10728             send by the Application.ExitThread method. (We send the message
10729             to destroy the window after all other events have been
10730             processed through the queue, instead of destroying the handle 
10731             directly)
10732           - Moved code from Close() method to WM_CLOSE handler; added logic
10733             to only send close-related events if the form is not displayed
10734             modal
10735         * Splitter.cs (..ctor): Fixed typo in resource name
10736         * Control.cs:
10737           - DrawBackgroundImage: Explicitly selecting the wrap mode for the
10738             brush now
10739           - set_Cursor: Now only setting calling into XplatUI if the handle for
10740             the control is already created; this avoids implict handle creation
10741             or crashes if it's not created
10742           - set_Enabled: Now setting the enabled state via the new driver method
10743             instead of just tracking it
10744           - CreateParams: Added logic to set WS_DISABLED based on enabled state
10745           - CreateControl: Reordered event firing and method calls to more
10746             closely fire events in the order MS does. Now setting the
10747             enabled state in the driver when creating the control.
10748           - SetVisibleCore: Moved when the OnVisibleChanged event is fired to
10749             match MS order
10750         * FolderBrowserDialog.cs, MessageBox.cs, ButtonBase.cs, TrackBar.cs,
10751           MonthCalendar.cs: get_CreateParams: Added setting of WS_DISABLED 
10752         * XplatUIStructs.cs: Added internal WM_CLOSE_INTERNAL mesage id
10753         * Hwnd.cs:
10754           - Added tracking of window enabled state (get_Enabled/set_Enabled)
10755           - Added EnabledHwnd property to easily allow a driver to find the
10756             handle of the first enabled window in the parent chain (this is
10757             used by drivers to pass up input events of disabled windows)
10758         * XplatUIDriver.cs: Added IsEnabled() method
10759         * Application.cs:
10760           - Removed crude and obsolete exiting tracking variable
10761           - Removed internal ModalRun(); replaced by RunLoop()
10762           - Implemented private CloseForms() method to allow closing all 
10763             windows owned by a particular (or all) threads
10764           - Exit() now properly closes all windows without forcing the message
10765             pump to quit
10766           - Removed obsolete InternalExit() method
10767           - Changed Run() methods to use new RunLoop() message pump
10768           - Implemented new RunLoop() method for both modal and non-modal forms
10769         * CommonDialog.cs:
10770           - get_CreateParams: Added setting of WS_DISABLED
10771           - Simplified ShowDialog(); now all the work is done in RunLoop(),
10772             invoked via Form.ShowDialog()
10773         * NativeWindow.cs: We don't remove the window from the collection when
10774           the handle is destroyed; there might still be messages for it in the
10775           queue (mainly the resulting WM_DESTROY); instead it will be removed
10776           when Control calls InvalidateHandle in the WM_DESTROY handler
10777         * XplatUIX11.cs:
10778           - CreateWindow: Added logic to handle the WS_DISABLED window style
10779           - EnableWindow: Implemented based on Hwnd.Enabled
10780           - GetMessage: Reset PostQuitState so the method can be called again
10781           - Implemented support for disabled windows (passing messages to the
10782             first enabled parent) in handling all input messages
10783           - Added optimizations for handling Expose events
10784           - Implemeted new driver method IsEnabled()
10785           - Now always resetting paint pending tracking vars when we start paint
10786           - Re-implemented UpdateWindow via just sending a WM_PAINT message
10787         * XplatUIOSX.cs: Added IsEnabled method stub
10788         * XplatUIWin32.cs: Implemented new IsEnabled() method
10789
10790 2006-01-11  Jackson Harper  <jackson@ximian.com>
10791
10792         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
10793         LinkLabel.cs, PropertyGrid.cs: Unbreak 1.1 build. Consolidate the
10794         variables a little.
10795         * ColorDialog.cs: Clear out the old form before adding the new
10796         panel.  
10797
10798 2006-01-11  Jackson Harper  <jackson@ximian.com>
10799
10800         * X11Dnd.cs: Make sure to add all the text formats when adding
10801         strings to the data object.
10802         * TreeNodeCollection.cs: When adding to a sorted tree we need to
10803         do some redrawing too.  Also change the UpdateNode to an
10804         UpdateBelow so the newly added node gets painted.
10805         
10806 2006-01-11  Miguel de Icaza  <miguel@novell.com>
10807
10808         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
10809         LinkLabel.cs, PropertyGrid.cs: Implement the
10810         UseCompatibleTextRendering property for 2.x
10811
10812         * Application.cs (SetCompatibleTextRenderingDefault): Add. 
10813
10814 2006-01-11  Jackson Harper  <jackson@ximian.com>
10815
10816         * TreeView.cs: Use the property for setting the selected node so
10817         the correct events get raised.
10818         * TreeNode.cs: Update the tree when the fore/back colours of a
10819         node are set.
10820
10821 2006-01-10  Jackson Harper  <jackson@ximian.com>
10822
10823         * TreeView.cs: Allow setting SelectedNode to null.
10824
10825 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
10826
10827         * Form.cs: Fix support for Form TransparencyKey and Opacity on Windows.
10828
10829 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
10830
10831         * PrintControllerWithStatusDialog.cs: Update page number in dialog.
10832
10833 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
10834
10835         * PrintDialog.cs: Added attributes and set default property values.
10836
10837 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
10838
10839         * PrintControllerWithStatusDialog.cs: 
10840         Added PrintControllerWithStatusDialog.
10841
10842 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
10843
10844         * XplatUI.cs, Form.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
10845         XplatUIWin32.cs: Added support for Form TransparencyKey and Opacity on Windows.
10846
10847 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
10848
10849         * ComboBox.cs: Fix crash when there is no selected item (due to last commit)
10850
10851 2006-01-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
10852
10853         * ComboBox.cs: Added KeyDown event handler for processing arrow keys
10854         and PgUp/PgDown. Also, scroll to selected item upon dropdown. Bugs 76857 and 76788.
10855
10856 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
10857
10858         * MimeIcon.cs: Added internal class SVGUtil.
10859
10860 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
10861
10862         * FileDialog.cs: Don't crash if there are two files with the
10863           same name but different locations.
10864
10865 2006-01-08  John BouAntoun  <jba-mono@optusnet.com.au>
10866
10867         * MonthCalendar.cs: Fixed annoying rendering bug when selecting
10868         dates across multiple month grids. Used to not highlight entire 
10869         month, but does now.
10870         
10871 2006-01-06  Jackson Harper  <jackson@ximian.com>
10872
10873         * MonthCalendar.cs: Removed DoEvents call to prevent a running
10874         message loop. Change timer intervals to numbers that seem more
10875         natural.
10876
10877 2006-01-06  John BouAntoun  <jba-mono@optusnet.com.au>
10878
10879         * DateTimePicker.cs: Modified CalculateDropDownLocation to use the screen
10880           object for location info since screen object is now implemented.
10881
10882 2006-01-05  Jackson Harper  <jackson@ximian.com>
10883
10884         * AsyncMethodData.cs: Check if the call is complete before doing a WaitOne
10885         * AsyncMethodResult.cs: We no longer use a WeakReference for the
10886         AsyncMethodResult, this is because we ALWAYS want the
10887         ManualResetEvent to get set.
10888         * Control.cs: When disposing use an async invoke to call shutdown
10889         code, so that thigns don't block on the finalizer thread.  Also
10890         check if we even have a message loop before trying to send
10891         messages, if we don't then don't bother sending messages.
10892         - No more weak references for async methods
10893         * XplatUIDriver.cs: No more weak references for async methods.
10894
10895 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
10896
10897         * FontDialog.cs: Fix, don't throw an exception if FontFamily.Families
10898           returns two FontFamily with the same name
10899
10900 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
10901
10902         * ThemeWin32Classic.cs, ThemeClearlooks.cs: Dropped stupid scheme of 
10903           drawing disabled text. Instead using the ColorGrayText color
10904
10905 2006-01-04  Jackson Harper  <jackson@ximian.com>
10906
10907         * TreeNode.cs: redraw the node when its image index is changed.
10908
10909 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
10910
10911         * RichTextBox.cs: Same fix as last, just for SelectionColor. This
10912           time I checked there are no others like it.
10913
10914 2006-01-04  Jackson Harper  <jackson@ximian.com>
10915
10916         * AsyncMethodResult.cs: Use a ManualResetEvent instead of a mutex,
10917         this gives the behavoir I was looking for.
10918         * Control.cs: Special case Invoking EventHandlers, this matches MS
10919         and fixes part of bug #76326.
10920
10921 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
10922
10923         * ThemeClearlooks.cs, FileDialog.cs:
10924           - Reflect the latest Theme class changes
10925           - Remove Mono.Unix.Syscall.time in FileDialg and replace it 
10926             with DateTime
10927             
10928 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
10929
10930         * Theme.cs: Cache UI resource images and resize them if needed
10931
10932 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
10933
10934         * RichTextBox.cs: FormatText is 1-based, make it so when SelectionFont
10935           is called. This fixes the crash in Nexxia when setting the font
10936           attributes in the chat. [However, RTF needs a look-over to make sure
10937           that all SelectionXXX methods handle the special case that selection
10938           is empty and therefore the change must be applied to all text starting
10939           at the cursor/selection start]
10940
10941 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com> 
10942
10943         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
10944           XplatUIOSX.cs: Added SendMessage and PostMessage methods
10945         * X11Keyboard.cs: Switched to new way of calling PostMessage
10946
10947 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
10948
10949         * Theme.cs: Added theme interface for images to allow the theme to
10950           control what images are used for things like FileDialog, MessageBox
10951           icons, etc.
10952         * MessageBox.cs: Now uses the new Theme icon/image interfaces
10953
10954 2006-01-03  Alexander Olk  <alex.olk@googlemail.com>
10955
10956         * FileDialog.cs:
10957           - Removed some dead code
10958           - Opening a recently used file does work now
10959           - Small UI enhancements
10960           - Refactoring
10961
10962 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
10963
10964         * FileDialog.cs: Forgot too add __MonoCS__
10965
10966 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
10967
10968         * FileDialog.cs: We are able to read recently used files now let's
10969           go on and write them.
10970
10971 2006-01-01  Alexander Olk  <alex.olk@googlemail.com>
10972
10973         * FileDialog.cs: Breathe some life into "last open"/"recently used"
10974           button
10975         * MimeIcon.cs: Do a check for the top level media type also
10976
10977 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
10978
10979         * ThemeClearlooks.cs:
10980           - Added CPDrawStringDisabled
10981           - ButtonBase_DrawText: Workaround for a DrawString bug; cut off
10982             some chars if the text doesn't fit into text_rect
10983           - DrawListViewItem: If View = View.LargeIcon center the image;
10984             rewrote the drawing of ListViewItem.Text if View = 
10985             View.LargeIcon
10986
10987 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
10988
10989         * MimeIcon.cs: Use default KDE icon theme if there is no
10990           "48x48" directory for the current icon theme, fixes #77114
10991         * Mime.cs: Disable not working and actually not used code. 
10992         * ThemeWin32Classic.cs:
10993           - Replace "new SolidBrush" in GetControlBackBrush and
10994             GetControlForeBrush with ResPool.GetSolidBrush
10995           - Changed DrawListViewItem from private to protected virtual
10996         * FileDialog.cs:
10997           - Added form.MaximizeBox = true
10998           - Don't throw an exception if there is a broken symbolic link
10999
11000 2005-12-23  Jackson Harper  <jackson@ximian.com>
11001
11002         * TabControl.cs: Give the panels focus, keyboard navigation is
11003         fixed so this works correctly now.
11004         - We need these key events also.
11005         * ToolBar.cs: Remove some of the poor mans double buffering.
11006         
11007 2005-12-24  Alexander Olk  <alex.olk@googlemail.com>
11008
11009         * ComboBox.cs: The internal TextBox now returns the focus.
11010
11011 2005-12-23  Jackson Harper  <jackson@ximian.com>
11012
11013         * ThemeWin32Classic.cs:  Draw the text for all tab appearances.
11014
11015 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
11016
11017         * Control.cs: Removed debug code
11018         * XplatUIX11.cs: Changed DestroyChildWindows to also consider
11019           implicit children
11020
11021 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com> 
11022
11023         * Control.cs: When creating the control, update the Z-order after
11024           all it's children are created, too. (Fixes nexxia not showing
11025           picturebox bug)
11026
11027 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
11028
11029         * Control.cs: Do not update the anchoring distances if layout is
11030           suspended, instead do it once layout is resumed
11031
11032 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com> 
11033
11034         * Control.cs: 
11035           - After many hours of debugging, for both Jackson and
11036             myself, it turns out that it helps to set the parent of a control
11037             if you want to actually see it onscreen. In the spirit of that
11038             discovery, we're now setting the parent of the control and
11039             it's children when the control's handle is created. This fix
11040             will make Lutz Roeder's Reflector run happily. 
11041           - now just creating the handle instead of the whole control when
11042             getting a graphics context for the control.
11043
11044 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
11045
11046         * ScrollableControl.cs: When calculating the canvas, don't consider
11047           the scrollbar widths. Instead, predict if horizontal scrollbar
11048           will affect canvas when deciding on vertical display and vice versa.
11049
11050 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
11051
11052         * RichTextBox.cs: Set default RTF font for documents that don't
11053           have a font table (Fixes #77076)
11054
11055 2005-12-22  Jackson Harper  <jackson@ximian.com>
11056
11057         * TextBoxBase.cs: It's difficult to do, but you can have an empty
11058         clipboard. This prevents a NullRef in that case.
11059         * XplatUIX11.cs: Use CLIPBOARD not PRIMARY for our
11060         clipboard. PRIMARY is for the currently selected text only. (We
11061         should implement PRIMARY at some point.
11062
11063 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
11064
11065         * XplatUIWin32.cs: Fixed the TEXTMETRIC structure, we were calling
11066           a Unicode function with a structure that was defined in Ansi way.
11067           This fixes #76942.
11068
11069 2005-12-21  Jackson Harper  <jackson@ximian.com>
11070
11071         * StatusBar.cs: Statusbar handles its fore/back colours on it's
11072         on. Because thats how it rolls. (and this avoids it using ambient
11073         colours).
11074         * ThemeWin32Classic.cs: Use the proper back color for filling.
11075         * Menu.cs: Use the system menu bar color for drawing menu
11076         bars. Using the window back color will bring ambient colours into
11077         the picture.
11078
11079 2005-12-21  Alexander Olk  <alex.olk@googlemail.com>
11080
11081         * ColorDialog.cs: Fixed a memory leak that caused a SIGSEV. A lot of
11082           Bitmaps were created and not disposed.
11083
11084 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
11085
11086         * Control.cs (CreateControl): Don't do anything if the control is
11087           already created, otherwise we'd fire the OnCreated event more than
11088           once
11089
11090 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
11091
11092         * ComboBox.cs (FindStringCaseInsensitive): Don't search for emtpy strings,
11093           will always match. Instead return -1. Fixes #76464.
11094
11095 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
11096
11097         * TextControl.cs (RecalculateLine): Only wrap if the wrap point is
11098           neither the beginning nor the end of the line (Fixes bug #76479)
11099
11100 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
11101
11102         * Control.cs:
11103           - ControlNativeWindow.ControlFromHandle(): Now handling situation
11104             where handle is invalid
11105           - FromHandle(): Now using hashtable-based ControlFromHandle() lookup
11106             instead of slower linear search
11107         * NativeWindow.cs: Don't remove the window from the hashtable until
11108           after the driver has destroyed it (since the driver might use
11109           Control.FromHandle to lookup the control object
11110         * Hwnd.cs: Added DestroyPending property to track if a window is 
11111           already destroyed as far as the driver is concerned and only hasn't
11112           yet notified the control
11113         * XplatUIX11.cs:
11114           - Activate(): Check if the window is still valid before using the 
11115             handle
11116           - Implemented DestroyChildWindow() method to mark child windows as
11117             destroyed when a window is destroyed. This prevents situations 
11118             where we might call an X method based on queued events for a
11119             window that already has been destroyed but we haven't yet pulled
11120             the destroy method from the queue.
11121           - Added a call to the new DestroyChildWindow() method to the drivers
11122             DestroyWindow code. Also now marking the destroyed window itself
11123             as pending
11124
11125 2005-12-20  Jackson Harper  <jackson@ximian.com>
11126
11127         * StatusBar.cs:
11128         * StatusBarPanel.cs: Don't calculate panel sizes on draw
11129         anymore. Just do them when needed, also track the rects of panels
11130         so that we can optimize refreshing more in the future.
11131
11132 2005-12-20  Alexander Olk  <alex.olk@googlemail.com>
11133
11134         * ColorDialog.cs: Fixed focus drawing in small color controls
11135
11136 2005-12-19  Jackson Harper  <jackson@ximian.com>
11137
11138         * InternalWindowManager.cs:
11139         * MdiWindowManager.cs: Cleanup some coordinate system changes so
11140         moving windows works properly.
11141
11142 2005-12-19  Peter Dennis Bartok  <pbartok@novell.com> 
11143
11144         * Control.cs: 
11145           - Removed call to InitLayout() from SetBoundsCore(); doc says
11146             it's only called when a control is added to a container
11147           - Split InitLayout logic, moved to separate UpdateDistances() method
11148             since we need to perform those calculations more often than just
11149             when adding the control to a container. (Needed to fix #77022)
11150           - Now calling UpdateDistances() from UpdateBounds() (fixes #77022)
11151           - Reduced the OnBindingContextChanged events count, don't send them
11152             unless the control is created, we still aren't totally matching
11153             MS, but I can't quite figure out some of their rules
11154
11155 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
11156
11157         * ThemeClearlooks.cs: Corrected distance between ProgressBar
11158           stripes
11159
11160 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
11161
11162         * ThemeClearlooks.cs:
11163           - Updated ProgressBar drawing
11164           - Corrected drawing of ScrollBars and scroll buttons
11165           - Some temporary fixes for minor pixel artefacts
11166
11167 2005-12-18  Peter Dennis Bartok  <pbartok@novell.com> 
11168
11169         * Control.cs:
11170           - Reworked Controls.Add(), Controls.Remove() and set_Parent() to
11171             cause events to be sent in the same order as MS does.
11172           - Added ChangeParent() method to trigger various OnXXXChanged events
11173             that need to be fired when a parent changes (This is a reworking
11174             of the patch from r54254, with the X11 errors fixed)
11175           - Removed SuspendLayout()/ResumeLayout() calls from Controls.Clear()
11176             since on MS we get OnLayoutChanged events when calling Clear()
11177           - Changed Enabled property to consider parent state as well, if a
11178             parent is not enabled, the control will not be either
11179           - Changed Parent property to simply call Controls.Add() since that
11180             now does all the work required, this way we avoid code duplication
11181           - Threw in a few OnBindingsContextChanged calls to try and match
11182             when MS sends them. We seem to send a few too many, though.
11183           - Added call to CreateControl when adding the control to a parent.
11184             We were never calling CreateControl. Still needs some work, in
11185             some places we treat HandleCreated and ControlCreated as equal, 
11186             which is wrong
11187           - Removed obsolete commented out code from UpdateZOrder()
11188
11189 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
11190
11191         * ThemeClearlooks.cs: Updated TrackBar drawing.
11192
11193 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
11194
11195         * FileDialog.cs: Patch for #76901 by Atsushi Enomoto
11196
11197 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
11198
11199         * FileDialog.cs: Add the Help button and the open readonly
11200           checkbox only if needed
11201
11202 2005-12-16  Jackson Harper  <jackson@ximian.com>
11203
11204         * Control.cs: Make sure we have an active menu before trying to
11205         process commands on it. Prevents menu-less forms from crashing
11206         when Alt is pressed.
11207         * TreeNodeCollection.cs: Some fixes to prevent null refs. Patch by
11208         Dieter Bremes.
11209         * RichTextBox.cs: Expand statement to help out gmcs and fix the
11210         2.0 build.
11211
11212 2005-12-16  Jackson Harper  <jackson@ximian.com>
11213
11214         * InternalWindowManager.cs: Don't translate tool windows screen
11215         coordinates. This fixes windows 'bouncing' around when being moved.
11216
11217 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
11218
11219         * TextBoxBase.cs:
11220           - MaxLength now treats 2^31-1 equal to unlimited length (this is
11221             not quite MS compatible, MS uses that number only for single line
11222             and 2^32-1 for multi-line, but I figure it won't hurt keeping
11223             the limit at 2GB)
11224           - Now enforcing the MaxLength limit when entering characters
11225           - Added argument to internal Paste() method to track if it's called
11226             from programatically or via keyboard, since keyboard driven pastes
11227             need to enforce max-length
11228           - Added logic to Paste to only paste as many chars as MaxLength 
11229             allows
11230         * RichTextBox.cs: Updated to use new obey argument for internal Paste()
11231         * TextControl.cs:
11232           - Added Length property to return number of characters in document
11233           - Added private CharCount property which only tracks actual chars
11234             in the document (no linefeeds) and fires event when CharCount
11235             changes
11236           - Added tracking of character count to all methods that alter it
11237           - Added LengthChanged event to allow applications to subscribe
11238             to any changes to the document
11239
11240 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
11241
11242         * TextBox.cs: 
11243           - Removed local password_char field (moved to TextBoxBase)
11244           - Now setting the document's password var when password is
11245             set
11246         * TextBoxBase.cs:
11247           - Added password_char field (needed here so MultiLine can
11248             access it)
11249           - Added logic to MultiLine property setter to set the document's
11250             variable when password display is allowed
11251           - Removed debug code and made some debug code conditional
11252         * TextControl.cs:
11253           - Added RecalculatePasswordLine() method to handle special password
11254             char only lines
11255           - Added PasswordChar property, also added related tracking vars
11256           - Draw() method now uses local text var for grabbing text to draw,
11257             this var is set to line.text unless we're doing password display,
11258             then it is set to the pre-generated all-password-chars line
11259           - Added calling RecalculatePasswordLine() method for password lines
11260
11261 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
11262
11263         * Hwnd.cs: 
11264           - Added Reparented property to allow tracking of Window Manager
11265             reparenting actions (which affect X/Y calculations of toplevel 
11266             windows)
11267           - Made ToString() print window handles in hex
11268         * XplatUIX11.cs:
11269           - AddConfigureNotify(): Now uses reparented state off Hwnd to
11270             determine if X/Y needs offsetting
11271           - AddConfigureNotify(): Fixed offset calculations
11272           - Now adds ReparentNotify messages into the queue
11273           - Now processes ReparentNotify messages and causes a 
11274             WM_WINDOWPOSCHANGED message to be sent upstream if a window
11275             is reparented (as most likely it's X/Y coordinates are changed
11276             due to that)
11277
11278 2005-12-14  Jackson Harper  <jackson@ximian.com>
11279
11280         * XplatUIX11.cs: Tool windows still need to respek focus.
11281
11282 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
11283
11284         * Control.cs: Undid 54254 (causing XConfigure errors) so we can
11285           have a working release
11286
11287 2005-12-13  Jackson Harper  <jackson@ximian.com>
11288
11289         * Form.cs: Update styles after setting the border style regardless
11290         of whether or not the window is using a window manager.
11291
11292 2005-12-13  Jackson Harper  <jackson@ximian.com>
11293
11294         * Form.cs: We now hook into an internal window manager instead of just an
11295         MDI subsystem, this is so we can have properly behaving tool windows.
11296         * MdiClient.cs: Naming change, MdiChildContext is now WindowManager
11297         * InternalWindowManager.cs: New internal class that acts as a
11298         window manager for tool windows and as a base for mdi windows.
11299         * MdiWindowManager.cs: New class that acts as a window manager for
11300         mdi windows.
11301
11302 2005-12-12  Jackson Harper  <jackson@ximian.com>
11303
11304         * Control.cs: Updates so we match behavoir for for implicit
11305         controls. Fixes explosions in MDI.
11306
11307 2005-12-12  Jackson Harper  <jackson@ximian.com>
11308
11309         * Control.cs: Implement Invalidate (Region).
11310
11311 2005-12-12  Peter Dennis Bartok  <pbartok@novell.com> 
11312
11313         * Control.cs: 
11314           - Changed handling of Controls.Add/Controls.Remove to fire (almost) 
11315             the same events as MS does. MS fires events for each property 
11316             except, for unknown reasons, Cursor, when the control is reparented. 
11317             I can't seem to totally match add/remove since MS also fires some 
11318             VisibleChanged events, which makes no sense. Consolidated the
11319             parenting code into a separate method so it can be called from
11320             both Add and Remove. set_Parent no longer needs any special logic
11321             as it calls the parent's add method which implicitly fires
11322             all events
11323           - Removed some obsolete code and debug output
11324           - Enabled state is inherited from parents, if this is enabled
11325
11326 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com> 
11327
11328         * Form.cs: Removed commented out code
11329
11330 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com>
11331
11332         * Control.cs:
11333           - Added internal version of Invoke, with additional argument 
11334             indicating if we're calling it from a Dispose() handler. That
11335             way we can avoid BeginInvoke throwing an exception if we're
11336             calling for an already destroyed window.
11337           - Added a dispose argument to BeginInvokeInternal, and made the
11338             check if a valid window handle chain exists conditional on
11339             it not being a dispose call
11340           - Removed code in DestroyHandle to destroy our children. Since we
11341             now handle the WM_DESTROY message we will catch all our children
11342             being destroyed.
11343           - Now calling OnHandleDestroyed from our new WM_DESTROY handler
11344         * Form.cs:
11345           - Added a field to track the application context of the form.
11346           - No need to set closing variable as response to WM_CLOSE, instead
11347             we destroy the window. We also call PostQuitMessage if the form
11348             has an application context (which makes it the main app form,
11349             which, when closed terminates the app)
11350         * XplatUI.cs:
11351           - Dropped Exit() method, it's naming was confusing
11352           - Added PostQuitMessage() which causes GetMessage to return false
11353             once the message queue is empty
11354         * XplatUIDriver.cs, XplatUIWin32.cs: Dropped Exit(), added 
11355           PostQuitMessage()
11356         * XplatUIOSX.cs: Switched signature for Exit method since Exit() is
11357           no longer a valid XplatUI method, but left it in since it's used
11358           internally. Added empty PostQuitMessage() method.
11359         * MenuAPI.cs: Replaced call to Exit() with call to
11360           PostQuitMessage, even though this is probably no longer needed.
11361         * Hwnd.cs: Added 'pretty' ToString() to support debugging.
11362         * X11Structs.cs: Added pretty XEvent.ToString() to support debugging.
11363         * Application.cs:
11364           - Replaced call to XplatUI.Exit() with PostQuitMessage()
11365           - Removed old debug code that would call XplatUI for exception
11366             display, enabled standard exception handling (Still not enabled
11367             though, until NativeWindow's ExternalExceptionHandler define
11368             is removed
11369         * NativeWindow.cs:
11370           - Added internal method to allow control to update NativeWindow
11371             after a window has been destroyed
11372           - Added handling of already destroyed windows when calling i
11373             DestroyWindow
11374           - Added removal of handle from list on ReleaseHandle
11375         * XplatUIX11.cs:
11376           - Dropped GetMessageResult var and related code
11377           - Added PostQuitState to field to track if PostQuitMessage has been
11378             called
11379           - Dropped Exit() method
11380           - Added PostQuitMessage() method
11381           - GetMessage now will return false if PostQuitState is set and no
11382             more messages are in the queue.
11383           - Expose handler will no longer generate WM_PAINT messages if we are
11384             in PostQuitState since it's very likely any windows have already
11385             been destroyed, and since Hwnd won't get updated until we have
11386             processed the DestroyNotify we'd be causing X errors.
11387         
11388 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
11389
11390         * Control.cs(WndProc): Apparently I'm suffering from brain cloud.
11391           Thanks to Mike for pointing out the err of my ways.
11392
11393 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
11394
11395         * Control.cs(PreProcessMessage): Moved menu handling back, but
11396           after all other key handling, to match MS (who handles Menu in
11397           DefWndProc)
11398         * Menu.cs (WndProc): Removed my brainfart
11399
11400 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
11401
11402         * Control.cs(PreProcessMessage): Removed special menu handling 
11403         * Menu.cs (WndProc): Added handling of WM_SYSKEYUP for menu purposes.
11404
11405 2005-12-07  Mike Kestner  <mkestner@novell.com>
11406
11407         * Control.cs : special case SYSKEYUP so that we can adjust keynav
11408         state according in tracker.
11409         * Menu.cs : promote tracker field to base class and provide a tracker
11410         lookup capability.  Add/Remove shortcuts dynamically if the top menu
11411         has a tracker. Unparent items that are removed from the collection.
11412         * MenuAPI.cs : implement mnemonic, shortcut, and arrow-based keynav.
11413         * Theme*.cs: add always_show_hotkeys field to support configurability
11414         of mnemonic display.  win32 doesn't show mnemonics until Alt is
11415         pressed.
11416
11417 2005-12-07  Jackson Harper  <jackson@ximian.com>
11418
11419         * MdiChildContext.cs: Use Control.ResetCursor.
11420         * Control.cs: ResetCursor needs to set the property so that the
11421         correct XplatUI call gets made.
11422
11423 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
11424
11425         * Control.cs: More fixes to make our key events match MS. We
11426           were not setting the modifier state on KeyData, and we were
11427           not generating any events when Alt was pressed with a key
11428           since handling of WM_SYSxxx was missing for the OnKey methods.
11429
11430 2005-12-07  Jackson Harper  <jackson@ximian.com>
11431
11432         * MdiChildContext.cs: reenable the sizing code.
11433         - When the mouse leaves a window reset its cursor.
11434
11435 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
11436
11437         * ThemeClearlooks.cs: Reflect latest Hwnd changes
11438
11439 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
11440
11441         * Hwnd.cs: Now using the theme 3d bordersize to calculate
11442           widths of Fixed3D borders
11443
11444 2005-12-07  Jackson Harper  <jackson@ximian.com>
11445
11446         * MdiClient.cs: Fix warnings. Earn Mike's love.
11447
11448 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
11449
11450         * ThemeClearlooks.cs:
11451           - Adjusted mouse over button color
11452           - Added first parts of CheckBox drawing
11453           - Added correct color for selected text background
11454           - Fixed ComboBox drawing
11455           - Added CPDrawBorder3D and CPDrawBorder
11456
11457 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
11458
11459         * XplatUIX11.cs: Added call to XBell for AudibleAlert
11460
11461 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com> 
11462
11463         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
11464           XplatUIOSX.cs: Added AudibleAlert() method to have a means to
11465           alert users via sound. We could add an enum arg with different
11466           types of alerts in the future
11467
11468 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
11469
11470         * Control.cs: Fix behaviour problems pointed out by Mike
11471
11472 2005-12-05  Mike Kestner  <mkestner@novell.com>
11473
11474         * StatusBarPanel.cs: add Invalidate method and hook it into all the
11475         prop setters.  Calls parent.Refresh for now, but could be maybe be
11476         optimized with an internal method on StatusBar at some point.
11477         [Fixes #76513]
11478
11479 2005-12-05  Peter Dennis Bartok  <pbartok@novell.com> 
11480
11481         * RichTextBox.cs: Implemented get_SelectionColor
11482
11483 2005-12-05  Alexander Olk  <alex.olk@googlemail.com>
11484
11485         * ThemeClearlooks.cs:
11486           - Removed dead code
11487           - Draw black button border only if button is Form.AcceptButton
11488           - Draw correct button color for pressed RadioButton if the mouse 
11489             has entered the button
11490           - Updated ProgressBar drawing!
11491           - Updated CPDrawSizeGrip drawing
11492           - Updated StatusBarPanel drawing
11493
11494 2005-12-05  Mike Kestner  <mkestner@novell.com>
11495
11496         * Control.cs (PreProcessMessage): add Keys.Alt based on LParam value.
11497         * X11Keyboard.cs (SendKeyboardInput): formal lParam for alt mod.
11498
11499 2005-12-04  Alexander Olk  <alex.olk@googlemail.com>
11500
11501         * ThemeClearlooks.cs: Initial check-in, activate with
11502           export MONO_THEME=clearlooks
11503         * ThemeEngine.cs: Added ThemeClearlooks
11504
11505 2005-12-03  Mike Kestner  <mkestner@novell.com>
11506
11507         * MenuAPI.cs: deactivate menus prior to calling item.PerformClick.
11508         [Fixes #76897]
11509
11510 2005-12-02  Jackson Harper  <jackson@ximian.com>
11511
11512         * Form.cs: If the child form has no menu the default main menu is
11513         used as the active menu.
11514
11515 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com> 
11516
11517         * ListBox.cs: Check if any items exist before trying to resolve 
11518           coordinates into items
11519
11520 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
11521
11522         * ThemeWin32Classic.cs: Hatchbrush on Win32 seems to always use white
11523           as the second color for the background hatch
11524
11525 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
11526
11527         * TextBoxBase.cs: Now uses Jackson's new and improved ImplicitScrollbar
11528         * RichTextBox.cs: FormatText position arguments are 1-based, now making
11529           sure that what we pass to FormatText is always 1-based. Fixes #76885
11530
11531 2005-11-29  Miguel de Icaza  <miguel@novell.com>
11532
11533         * NumericUpDown.cs (EndInit): When we are done initializing,
11534         reflect any updates on the UI.
11535
11536 2005-12-02  Jackson Harper  <jackson@ximian.com>
11537
11538         * ImplicitHScrollBar.cs:
11539         * ImplicitVScrollBar.cs: New scrollbars that don't take focus from
11540         their container controls.
11541         * TreeView.cs: Use the new implicit scrollbars.
11542
11543 2005-12-02  Jackson Harper  <jackson@ximian.com>
11544
11545         * TreeView.cs: Make top_node internal so the TreeNodeCollections
11546         can play with it.
11547         * TreeNodeCollection.cs: If we remove the topnode we need to
11548         update topnode to the next node in line.
11549         - When clearing nodes go through the same process as removing
11550         them, so they get depareneted and checked if they are top node.
11551
11552 2005-12-01  Jackson Harper  <jackson@ximian.com>
11553
11554         * TreeView.cs: When imagelists are used the image area is
11555         selectable as well as the text.
11556         - If there are no selected nodes select the first one.
11557         * TreeNodeCollection.cs: Getting the TreeView is mildly expensive,
11558         so don't do it more then we need to.
11559
11560 2005-12-01  Jackson Harper  <jackson@ximian.com>
11561
11562         * ThemeWin32Classic.cs: Reimplement the scroll arrow drawing so
11563         that arrows can be scaled.
11564
11565 2005-12-01  Jackson Harper  <jackson@ximian.com>
11566
11567         * TreeNode.cs : Fixed bugs that caused FullPathTest + Traverse to
11568         fail. Patch by Dieter Bremes
11569
11570 2005-11-30  Jackson Harper  <jackson@ximian.com>
11571
11572         * Form.cs: Property is 2.0 only
11573         * PrintDialog.cs: Signature fix.
11574
11575 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
11576
11577         * TextControl.cs: 
11578           - No longer artificially moves text 2 pixels down (now that we have
11579             borders this is no longer needed)
11580           - Added calcs for left, hanging and right indent
11581
11582 2005-11-23  Mike Kestner  <mkestner@novell.com>
11583
11584         * Menu.cs: mark MenuChanged internal, since it's not exposed by MS.
11585
11586 2005-11-30  Jackson Harper  <jackson@ximian.com>
11587
11588         * MdiChildContext.cs: Set the cloned menus forms, as these don't
11589         get cloned as part of CloneMenu ().
11590         * Menu.cs: Make sure the parent of the items get set correctly
11591         when they are added.  And the owners are notified of the changes.
11592         * Form.cs: Create an ActiveMenu property, so that when MDI is used
11593         we can change the menu being displayed/handled by the form without
11594         changing the menu assosciated with the form.
11595         - Don't let Mdi children draw/handle menus.
11596         
11597 2005-11-30  Jackson Harper  <jackson@ximian.com>
11598
11599         * Menu.cs: Switch the MenuChanged method to OnMenuChanged and add
11600         a MenuChanged event. Just to make the API a little more
11601         consistent.
11602         * MainMenu.cs:
11603         * MenuItem.cs: Use the new OnMenuChanged
11604         * MdiChildContext.cs: Handle menu merging.
11605         * Form.cs: Implement MergedMenu.
11606         
11607 2005-11-30  Jackson Harper  <jackson@ximian.com>
11608
11609         * Menu.cs: We were misusing Add. Add goes behind the specified
11610         index according to the docs, and does not replace the specified
11611         index. So I added an Insert method.
11612
11613 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
11614
11615         * TextBoxBase.cs:  Implemented Ctrl-Ins (Copy), Shift-Ins (Paste) and
11616           Shift-Del (Cut), apparently Emacs uses these old Win 2.x keys. This
11617           is for Jackson
11618         * RichTextBox.cs: Added calls to base for DnD events
11619
11620 2005-11-28  Peter Dennis Bartok  <pbartok@novell.com>
11621
11622         * TextControl.cs:
11623           - Fixed drag-selection related crash; style fixes
11624           - Implemented undo class
11625             o Implemented method to capture document state for specified
11626               range in document tree
11627             o Implemented method to restore captured document state
11628             o Implemented cursor tracking
11629             o Implemented basic undo stack
11630           - Added undo cursor tracking to methods altering cursor location
11631           - Added undo tracking to selection deletion (still missing
11632             other text-altering hookups)
11633         * RichTextBox.cs:
11634           - Added SelectionLength property
11635           - Implemented CanPaste()
11636           - Implemented Paste()
11637           - Added missing protected methods
11638           - Fixed RTF->Document conversion; now uses font index 0 and color 
11639             index 0 as the default font for the parsed text
11640           - Fixed RTF<->Document font size translation
11641           - Fixed RTF generation, now properly handles cross-tag boundaries
11642             for single line selection
11643           - No longer always appends blank line to generated RTF
11644           - Removed TODOs
11645           - Added missing attributes
11646           - Hooked up undo-related methods
11647         * TextBoxBase.cs:
11648           - Implemented Copy()
11649           - Implemented Paste()
11650           - Implemented Cut()
11651           - Fixed caret mis-behaviour on backspace across line-boundaries
11652
11653 2005-11-29  Jackson Harper  <jackson@ximian.com>
11654
11655         * MdiClient.cs: Add a method for activating mdi children. Very
11656         basic right now. I imagine someday it might need more girth.
11657         * MenuItem.cs: Implement MDI lists. When mdilist is true the mdi
11658         children windows names are added to the menu item.
11659         * ThemeWin32Classic.cs: Draw the arrow if the item is an
11660         mdilist. This happens regardless of whether or not there are any
11661         mdi windows to see in the list, and according to my tests happens
11662         before the items are even added. Also happens if there isn't even
11663         an mdi client to get windows from.
11664
11665 2005-11-29  Alexander Olk  <alex.olk@googlemail.com>
11666
11667         * ThemeWin32Classic.cs: Make DrawFlatStyleRadioButton protected
11668         * ThemeNice.cs: Fix drawing of flatstyle radiobuttons
11669
11670 2005-11-29  Jordi Mas i Hernandez <jordimash@gmail.com>
11671
11672         * DataGridTableStyle.cs:
11673           - Create always the styles for the missing columns even if they are
11674             provided by the user (not default table style)
11675         * DataGrid.cs:
11676           - Fixes bug 76770
11677           - Fixes SetDataBinding (always re-attach source)
11678           - Fixes SetNewDataSource (only clear styles if they are not for 
11679             this source)
11680          -  Expands OnTableStylesCollectionChanged to handle style refresh 
11681             and remove properly
11682
11683 2005-11-29  Jackson Harper  <jackson@ximian.com>
11684
11685         * FileDialog.cs: Implement missing bits, remove some dead
11686         code.
11687         * FontDialog.cs: Implement missing Apply stuff, and ToString. Move
11688         creation of the panel so that the options set on the dialog are
11689         seen when the panel is created.
11690         * TreeView.cs: raise a click when items are clicked.
11691         
11692 2005-11-29  Jackson Harper  <jackson@ximian.com>
11693
11694         * MdiClient.cs: Pass some signature methods through to base.
11695
11696 2005-11-28  Jackson Harper  <jackson@ximian.com>
11697
11698         * ListView.cs: Raise the click event when items are clicked.
11699
11700 2005-11-28  Jackson Harper  <jackson@ximian.com>
11701
11702         * MdiClient.cs: Make this algorithm even more beautiful.  And fix
11703         a nullref.
11704
11705 2005-11-27  Alexander Olk  <alex.olk@googlemail.com>
11706
11707         * ThemeNice.cs: - Removed 1 pixel bitmaps
11708           - Use SmoothingMode.AntiAlias where it makes sense
11709             (ScrollButton arrow for example)
11710           - Enhanced Button focus drawing
11711           - Fixed ComboBox drawing (no artefacts anymore, focus
11712             rectangle is back again, reduced size of ComboButton, etc.)
11713           - Fixed RadioButton focus drawing for Appearence.Button
11714           - Slight ScrollButton redesign
11715           - Some LinearGradientBrush size fixes
11716           - GroupBoxes have now rounded edges
11717           - Fixed StatusBar drawing
11718
11719 2005-11-25  Alexander Olk  <alex.olk@googlemail.com>
11720
11721         * ThemeNice.cs: - Remove dead code
11722           - use correct background colors for menus, etc.
11723           - Fake pixel drawing with 1 pixel bitmaps
11724
11725 2005-11-24  Jackson Harper  <jackson@ximian.com>
11726
11727         * MdiClient.cs: Size the scrollbars when resizing the window.
11728         - Resize the maximized windows when the client is resized
11729         * Form.cs: Make the child context available
11730         
11731 2005-11-23  Jackson Harper  <jackson@ximian.com>
11732
11733         * MdiChildContext.cs: Don't size windows if they are maximized.
11734
11735 2005-11-23  Mike Kestner  <mkestner@novell.com>
11736
11737         * ContextMenu.cs: use MenuTracker.
11738         * Control.cs: remove menu handle usage.
11739         * Form.cs: remove menu handle usage.
11740         * Hwnd.cs: remove menu handle usage.
11741         * MainMenu.cs: Draw method moved here from MenuAPI.DrawMenuBar. Proxy
11742         motion and clicks to the new Tracker handlers.
11743         * Menu.cs: add sizing accessors, SelectedItem prop, kill CreateItems
11744         and handle usage.
11745         * MenuAPI.cs: refactored to combine popup and menubar event handling.
11746         Killed the MENU and MENUITEM data types and associated collections
11747         since we now keep the info on Menu and MenuItem. Expanded TRACKER into
11748         MenuTracker class that exposes the leftovers from the old MenuAPI
11749         static methods. Restructured Capture handling so that only one grab is
11750         done for the entire menu hierarchy instead of handing off grabs to
11751         submenus. Tracker now has an invisible control to Capture when active.
11752         * MenuItem.cs: add sizing accessors, kill Create
11753         and handle usage.
11754         * Theme.cs: remove menu handle and MENU(ITEM) usage.
11755         * ThemeWin32Classic.cs: use Menu/MenuItem sizing props instead of
11756         MENU(ITEM). remove menu handle usage, use Menu directly.
11757         * XplatUIDriver.cs: remove menu handle usage.
11758         * XplatUIOSX.cs: remove menu handle usage.
11759         * XplatUIWin32.cs: remove menu handle usage.
11760         * XplatUIX11.cs: remove menu handle usage.
11761
11762 2005-11-22  Jackson Harper  <jackson@ximian.com>
11763
11764         * Hwnd.cs: Don't compute the menu size for
11765         DefaultClientRectangle.
11766         - Reenable menu sizes being computed for GetClienRectangle.
11767         * Form.cs: Remove comment of trechery
11768         
11769 2005-11-22  Jackson Harper  <jackson@ximian.com>
11770
11771         * Hwnd.cs: The adjustments for the menu bar are made when it is
11772         attached to the form.
11773
11774 2005-11-19  Jackson Harper  <jackson@ximian.com>
11775
11776         * XplatUIX11.cs: Create an HGRN of the invalid area for WM_NCPAINT
11777         (just like on windows).
11778
11779 2005-11-19  Jackson Harper  <jackson@ximian.com>
11780
11781         * MdiChildContext.cs: Handle all the buttons ourselves. We can't
11782         use real buttons anymore because they are in non client area. The
11783         one TODO here is that I need to somehow invalidate a section of
11784         the non client area.
11785
11786 2005-11-18  Jackson Harper  <jackson@ximian.com>
11787
11788         * Control.cs: Put the enum check back in now that MDI doesnt have
11789         to use this to set border styles.
11790         * Form.cs: Only set mdi child windows borders if the handle has
11791         been created.
11792         * MdiChildContext.cs: Don't set the InternalBorderStyle, just pass
11793         this directly on to the driver.
11794         - Get the move start position before adjusting for the titlebar
11795         height, this fixes the windows "skipping" when they are first
11796         moved.
11797
11798 2005-11-18  Jackson Harper  <jackson@ximian.com>
11799
11800         * XplatUIX11.cs: Just compute the mdi borders separately as they
11801         don't totally match up with normal form borders.
11802
11803 2005-11-18  Jackson Harper  <jackson@ximian.com>
11804
11805         * Control.cs: Set WS_ styles for borders, so that the driver does
11806         not have to retrieve the control instance to figure out what kind
11807         of borders it should have.
11808         * Form.cs: Set the WS_EX_MDICHILD flag on mdi children, so the
11809         driver can know its an mdi child easily.
11810         * XplatUIX11.cs: Get the border styles and whether the window is
11811         MDI from the Styles and ExStyles params instead of having to get a
11812         control. This prevents a chicken and egg problem.       
11813
11814 2005-11-18  Jackson Harper  <jackson@ximian.com>
11815
11816         * MdiClient.cs: Fix typo so scrollbars show up correctly.
11817
11818 2005-11-18  Jackson Harper  <jackson@ximian.com>
11819
11820         * MdiClient.cs: Calculate when to add and remove scrollbars
11821         correctly.
11822         * MdiChildContext.cs: Adjust the y position to take the titlebar
11823         into account.
11824         - No height for FormBorderStyle.None
11825
11826 2005-11-18  Jackson Harper  <jackson@ximian.com>
11827
11828         * Control.cs: Allow non enum values to be used for
11829         InternalBorderStyle.  MDI does this to set a special border style.
11830         - New utility methods for converting points to/from client coords
11831         - Add the newly created control to the Controls collection before
11832         updating its style. This way UpdateStyle can walk the control
11833         heirarchy to find the control if needed.
11834         so I don't need to create a new Point object all the time.
11835         * Form.cs: Let MDI windows handle their border styles.
11836         - Set styles on MDI windows so the correct title style is derived.
11837         * MdiChildContext.cs: Move all the painting and window handling
11838         into the non client area.
11839         - Use correct sizing and put correct buttons on frames based on
11840         the FormBorderStyle.
11841         - Notify the mdi client about scrolling
11842         - Need to handle the buttons ourselves now, because they are all
11843         in non client areas and we can't add controls there.
11844         * MdiClient.cs: Halfway to scrolling, this implementation is
11845         somewhat broken though, we need to check to make sure other
11846         windows aren't causing scrolling before removing the bars. Also
11847         the bars need to be drawn on top, maybe I can switch implicit
11848         controls to be on top.
11849         * Hwnd.cs: caption_height and tool_caption_height are now
11850         properties of an hwnd, this way they can be set by the driver
11851         based on the type of window they are.  In X11 the window manager
11852         handles the decorations so caption_height is zero unless its an
11853         MDI window.
11854         - Add 3 pixel borders for MDI windows (0xFFFF).
11855         - Get rid of some code duplication, have DefaultClientRectanle
11856         just call GetClientRectangle.
11857         * XplatUIX11.cs: Pass caption_height and tool_caption_height to
11858         Hwnd now.
11859         - Set border styles differently for mdi windows.
11860         * XplatUIOSX.cs: Pass caption_height and tool_caption_height to
11861         Hwnd now.
11862         
11863 2005-11-15  Mike Kestner  <mkestner@novell.com>
11864
11865         * Menu.cs: when adding an item to the collection, if item is already 
11866         parented, remove it from the parent.
11867
11868 2005-11-13  Alexander Olk  <alex.olk@googlemail.com>
11869
11870         * X11DesktopColors.cs: Added KDE support
11871
11872 2005-11-11  Peter Dennis Bartok  <pbartok@novell.com>
11873
11874         * XplatUIWin32.cs: 
11875           - Clipboard methods now can translate Rtf format
11876           - No longer removes clipboard contents whenever a new format is added
11877             to allow placing multiple formats on the clipboard
11878         * Clipboard.cs: Clipboard now supports getting a IDataObject and
11879           will place all formats contained in it onto the clipboard. Also
11880           now cleans the clipboard before placing a new object onto it
11881         * RichTextBox.cs:
11882           - Implemented set_Rtf
11883           - Implemented set_SelectedRtf
11884           - Created InsertRTFFromStream() method to allow single code base
11885             for all properties and methods that insert RTF into document
11886           - Removed debug output
11887         * TextControl.cs:
11888           - Fixed Delete(int) to fix up line numbers
11889           - Fixed ReplaceSelection to combine start and end line
11890           - Fixed serious DeleteChars bug that would leave the document tree
11891             broken
11892           - Improved DumpTree with several logic checks to detect broken
11893             document trees
11894           - Removed debug lines
11895           - Fixed Caret.WordForward/WordBack moving code, now always also 
11896             updates caret.tag (fixes crash when word-selecting across tag
11897             boundaries via keyboard)
11898           - Added Insert() method for inserting multiline text into documents
11899           - Fixed DeleteChars() calculation errors that would cause a broken
11900             tag chain with multiple tag lines
11901           - DeleteChars() no longer crashes on multi-tag lines if not all tags
11902           - Split() no longer moves caret if split is at caret location
11903           - ReplaceSelection() now updates the cursor and re-displays it
11904           - ReplaceSelection() now uses new Insert() method to avoid code
11905             duplication
11906           - FormatText() can now handle formatting partial lines
11907         * TextBoxBase.cs:
11908           - Append now uses new TextControl.Insert() method (this avoids 
11909             duplicate code)
11910           - Implemented Ctrl-X (Cut) (
11911           - Implemented Ctrl-C (Copy)
11912           - Implemented Ctrl-V (Paste) (Still some bugs related to screen 
11913             regeneration when pasting text; roundtripping Copy&Paste within
11914             edit control still fails due to some calculation bugs in GenerateRTF)
11915           - The Delete key will now remove the current selection if it is visible
11916         * TextBox.cs: Removed debug lines
11917         * XplatUI.cs: Trigger initialization of DataFormats (which requires the
11918           driver to be initialized and can't therefore be done via a static ctor)
11919
11920 2005-11-10  Peter Dennis Bartok  <pbartok@novell.com>
11921
11922         * TextControl.cs: Added backend code for finding char arrays and strings
11923         * TextBoxBase.cs:
11924           - Added mouse wheel scroll support
11925           - Added support for VScroll and HScroll events
11926         * RichTextBox.cs:
11927           - Implemented all seven Find() variants
11928           - Implemented GetCharFromPosition()
11929           - Implemented GetCharIndexFromPosition()
11930           - Implemented GetLineFromIndex()
11931           - Implemented GetPositionFromCharIndex();
11932           - Implemented SaveFile for PlainText and UnicodeText
11933           - Fixed set_Font, now setting a new font applies that font to
11934             the whole document
11935           - Implemented generic Document to RTF converter
11936           - Implemented SaveFile for RichText format (still missing unicode
11937             conversion for non-ansi chars)
11938           - Implemented get_Rtf
11939           - Implemented get_SelectedRtf
11940
11941 2005-11-09  Peter Dennis Bartok  <pbartok@novell.com>
11942
11943         * Control.cs (WndProc): Call HandleClick after having sent OnMouseUp
11944           to allow any captures to be released before triggering OnClick. This
11945           way a click handler may capture the mouse without interference.
11946         * XplatUIX11.cs: Always send mouse messages to grab window if one exists.
11947           This way we send them even though X may not allow a grab (if the window
11948           isn't visible, for example)
11949
11950 2005-11-08  Pedro Martinez Julia <pedromj@gmail.com>
11951
11952         * DataGridViewRowEventArgs.cs: DataGridView implementation
11953         * DataGridViewElement.cs: DataGridView implementation
11954         * DataGridViewComboBoxCell.cs: DataGridView implementation
11955         * DataGridViewDataErrorContexts.cs: DataGridView implementation
11956         * DataGridViewCellErrorTextNeededEventArgs.cs: DataGridView implementation
11957         * DataGridViewColumnHeadersHeightSizeMode.cs: DataGridView implementation
11958         * ImageLayout.cs: DataGridView implementation
11959         * DataGridViewComboBoxColumn.cs: DataGridView implementation
11960         * DataGridViewCellMouseEventHandler.cs: DataGridView implementation
11961         * DataGridViewSelectionMode.cs: DataGridView implementation
11962         * IDataGridViewEditingControl.cs: DataGridView implementation
11963         * DataGridViewSortCompareEventHandler.cs: DataGridView implementation
11964         * DataGridViewCellStyleContentChangedEventHandler.cs: DataGridView implementation
11965         * DataGridViewAutoSizeModeEventHandler.cs: DataGridView implementation
11966         * DataGridViewColumnStateChangedEventHandler.cs: DataGridView implementation
11967         * DataGridViewColumnSortMode.cs: DataGridView implementation
11968         * DataGridView.cs: DataGridView implementation
11969         * DataGridViewRowStateChangedEventHandler.cs: DataGridView implementation
11970         * DataGridViewRowPostPaintEventArgs.cs: DataGridView implementation
11971         * DataGridViewDataErrorEventArgs.cs: DataGridView implementation
11972         * Padding.cs: DataGridView implementation
11973         * DataGridViewCellParsingEventArgs.cs: DataGridView implementation
11974         * DataGridViewCellStateChangedEventHandler.cs: DataGridView implementation
11975         * DataGridViewRowEventHandler.cs: DataGridView implementation
11976         * DataGridViewCellPaintingEventHandler.cs: DataGridView implementation
11977         * DataGridViewCellFormattingEventHandler.cs: DataGridView implementation
11978         * DataGridViewButtonCell.cs: DataGridView implementation
11979         * DataGridViewCellStyleContentChangedEventArgs.cs: DataGridView implementation
11980         * DataGridViewEditMode.cs: DataGridView implementation
11981         * DataGridViewCellValueEventArgs.cs: DataGridView implementation
11982         * DataGridViewRowCancelEventArgs.cs: DataGridView implementation
11983         * DataGridViewRowHeadersWidthSizeMode.cs: DataGridView implementation
11984         * DataGridViewCheckBoxColumn.cs: DataGridView implementation
11985         * DataGridViewCellToolTipTextNeededEventHandler.cs: DataGridView implementation
11986         * DataGridViewAutoSizeColumnsMode.cs: DataGridView implementation
11987         * DataGridViewCellEventHandler.cs: DataGridView implementation
11988         * DataGridViewEditingControlShowingEventHandler.cs: DataGridView implementation
11989         * DataGridViewCellStyleConverter.cs: DataGridView implementation
11990         * DataGridViewSelectedRowCollection.cs: DataGridView implementation
11991         * DataGridViewBindingCompleteEventHandler.cs: DataGridView implementation
11992         * DataGridViewColumnEventArgs.cs: DataGridView implementation
11993         * DataGridViewRowHeightInfoPushedEventHandler.cs: DataGridView implementation
11994         * DataGridViewRowContextMenuStripNeededEventHandler.cs: DataGridView implementation
11995         * QuestionEventArgs.cs: DataGridView implementation
11996         * IDataGridViewEditingCell.cs: DataGridView implementation
11997         * DataGridViewTriState.cs: DataGridView implementation
11998         * DataGridViewColumnDesignTimeVisibleAttribute.cs: DataGridView implementation
11999         * DataGridViewCellStateChangedEventArgs.cs: DataGridView implementation
12000         * DataGridViewColumnCollection.cs: DataGridView implementation
12001         * DataGridViewCellValueEventHandler.cs: DataGridView implementation
12002         * DataGridViewRowDividerDoubleClickEventHandler.cs: DataGridView implementation
12003         * DataGridViewCellFormattingEventArgs.cs: DataGridView implementation
12004         * DataGridViewColumn.cs: DataGridView implementation
12005         * DataGridViewCellBorderStyle.cs: DataGridView implementation
12006         * DataGridViewCellContextMenuStripNeededEventHandler.cs: DataGridView implementation
12007         * DataGridViewCellValidatingEventArgs.cs: DataGridView implementation
12008         * DataGridViewRow.cs: DataGridView implementation
12009         * DataGridViewImageCellLayout.cs: DataGridView implementation
12010         * DataGridViewImageCell.cs: DataGridView implementation
12011         * DataGridViewTopLeftHeaderCell.cs: DataGridView implementation
12012         * DataGridViewCheckBoxCell.cs: DataGridView implementation
12013         * DataGridViewHeaderCell.cs: DataGridView implementation
12014         * DataGridViewCellErrorTextNeededEventHandler.cs: DataGridView implementation
12015         * DataGridViewRowHeightInfoPushedEventArgs.cs: DataGridView implementation
12016         * DataGridViewAutoSizeColumnsModeEventHandler.cs: DataGridView implementation
12017         * DataGridViewTextBoxColumn.cs: DataGridView implementation
12018         * QuestionEventHandler.cs: DataGridView implementation
12019         * DataGridViewCellStyleScopes.cs: DataGridView implementation
12020         * DataGridViewSortCompareEventArgs.cs: DataGridView implementation
12021         * DataGridViewCellContextMenuStripNeededEventArgs.cs: DataGridView implementation
12022         * DataGridViewCell.cs: DataGridView implementation
12023         * DataGridViewCellEventArgs.cs: DataGridView implementation
12024         * DataGridViewClipboardCopyMode.cs: DataGridView implementation
12025         * DataGridViewCellStyle.cs: DataGridView implementation
12026         * DataGridViewColumnHeaderCell.cs: DataGridView implementation
12027         * DataGridViewRowPrePaintEventHandler.cs: DataGridView implementation
12028         * DataGridViewRowCancelEventHandler.cs: DataGridView implementation
12029         * TextFormatFlags.cs: DataGridView implementation
12030         * DataGridViewCellToolTipTextNeededEventArgs.cs: DataGridView implementation
12031         * DataGridViewDataErrorEventHandler.cs: DataGridView implementation
12032         * DataGridViewAdvancedCellBorderStyle.cs: DataGridView implementation
12033         * DataGridViewCellPaintingEventArgs.cs: DataGridView implementation
12034         * DataGridViewButtonColumn.cs: DataGridView implementation
12035         * DataGridViewRowsRemovedEventArgs.cs: DataGridView implementation
12036         * HandledMouseEventArgs.cs: DataGridView implementation
12037         * DataGridViewCellParsingEventHandler.cs: DataGridView implementation
12038         * DataGridViewColumnDividerDoubleClickEventHandler.cs: DataGridView implementation
12039         * DataGridViewCellMouseEventArgs.cs: DataGridView implementation
12040         * DataGridViewAutoSizeRowsMode.cs: DataGridView implementation
12041         * DataGridViewRowCollection.cs: DataGridView implementation
12042         * DataGridViewAdvancedBorderStyle.cs: DataGridView implementation
12043         * DataGridViewCellCancelEventHandler.cs: DataGridView implementation
12044         * DataGridViewHitTestType.cs: DataGridView implementation
12045         * DataGridViewAutoSizeModeEventArgs.cs: DataGridView implementation
12046         * DataGridViewColumnStateChangedEventArgs.cs: DataGridView implementation
12047         * DataGridViewColumnEventHandler.cs: DataGridView implementation
12048         * DataGridViewRowDividerDoubleClickEventArgs.cs: DataGridView implementation
12049         * DataGridViewAutoSizeRowMode.cs: DataGridView implementation
12050         * DataGridViewRowHeightInfoNeededEventArgs.cs: DataGridView implementation
12051         * DataGridViewRowsDeletedEventArgs.cs: DataGridView implementation
12052         * DataGridViewTextBoxEditingControl.cs: DataGridView implementation
12053         * DataGridViewContentAlignment.cs: DataGridView implementation
12054         * DataGridViewRowPostPaintEventHandler.cs: DataGridView implementation
12055         * DataGridViewComboBoxEditingControl.cs: DataGridView implementation
12056         * DataGridViewCellValidatingEventHandler.cs: DataGridView implementation
12057         * DataGridViewSelectedColumnCollection.cs: DataGridView implementation
12058         * DataGridViewPaintParts.cs: DataGridView implementation
12059         * DataGridViewCellCollection.cs: DataGridView implementation
12060         * DataGridViewRowsAddedEventArgs.cs: DataGridView implementation
12061         * DataGridViewImageColumn.cs: DataGridView implementation
12062         * DataGridViewRowsRemovedEventHandler.cs: DataGridView implementation
12063         * DataGridViewElementStates.cs: DataGridView implementation
12064         * DataGridViewRowHeightInfoNeededEventHandler.cs: DataGridView implementation
12065         * DataGridViewColumnDividerDoubleClickEventArgs.cs: DataGridView implementation
12066         * DataGridViewRowPrePaintEventArgs.cs: DataGridView implementation
12067         * DataGridViewRowStateChangedEventArgs.cs: DataGridView implementation
12068         * DataGridViewEditingControlShowingEventArgs.cs: DataGridView implementation
12069         * DataGridViewCellCancelEventArgs.cs: DataGridView implementation
12070         * DataGridViewRowHeaderCell.cs: DataGridView implementation
12071         * DataGridViewBindingCompleteEventArgs.cs: DataGridView implementation
12072         * DataGridViewTextBoxCell.cs: DataGridView implementation
12073         * DataGridViewBand.cs: DataGridView implementation
12074         * DataGridViewAutoSizeColumnModeEventArgs.cs: DataGridView implementation
12075         * DataGridViewHeaderBorderStyle.cs: DataGridView implementation
12076         * DataGridViewRowsAddedEventHandler.cs: DataGridView implementation
12077         * DataGridViewAutoSizeColumnMode.cs: DataGridView implementation
12078         * DataGridViewAutoSizeColumnModeEventHandler.cs: DataGridView implementation
12079         * DataGridViewAutoSizeColumnsModeEventArgs.cs: DataGridView implementation
12080         * DataGridViewRowErrorTextNeededEventHandler.cs: DataGridView implementation
12081         * DataGridViewSelectedCellCollection.cs: DataGridView implementation
12082         * DataGridViewRowContextMenuStripNeededEventArgs.cs: DataGridView implementation
12083         * DataGridViewRowErrorTextNeededEventArgs.cs: DataGridView implementation
12084         * DataGridViewComboBoxDisplayStyle.cs: DataGridView implementation
12085
12086 2005-11-08  Peter Dennis Bartok  <pbartok@novell.com>
12087
12088         * ThemeWin32Classic.cs: 
12089           - Draw the outside focus rectangle around buttons
12090           - Use CPDrawFocusRectangle to draw focus rectangles until Cairo
12091             doesn't use end caps for every dash of a line anymore. This
12092             workaround ignores the forecolor.
12093
12094 2005-11-08  Kornél Pál  <kornelpal@hotmail.com>
12095
12096         * ImageList.cs: Don't use ArgbColor with LayoutKind.Explicit as it isn't
12097           endian safe.
12098
12099 2005-11-07  Jackson Harper  <jackson@ximian.com>
12100
12101         * X11Dnd.cs: Set the X/Y positions on the DragEventArgs correctly.
12102
12103 2005-11-07  Jackson Harper  <jackson@ximian.com>
12104
12105         * ScrollableControl.cs: Calculate the maximum and change vars
12106         (more) correctly so that scrollbars appear as a sensible size.
12107
12108 2005-11-04  Jackson Harper  <jackson@ximian.com>
12109
12110         * TreeNodeCollection.cs: Refresh when nodes are cleared from the
12111         collection.
12112         * TreeView.cs: When the tree is sorted null out the top_node so
12113         that it is recalculated.
12114         - Use dotted lines instead of dashed lines to match MS better.
12115
12116 2005-11-04  Jordi Mas i Hernandez <jordimash@gmail.com>
12117
12118         * ListView.cs: 
12119           - Implements key search for items. Useful when browsing files with FileDialog
12120           - When changing view mode or when clear the items reset scrollbar positions
12121
12122 2005-11-04  Jackson Harper  <jackson@ximian.com>
12123
12124         * CurrencyManager.cs: Implement the MetaDataChanged event, the
12125         Reset method, and the CheckEmpty. CheckEmpty is just a total guess
12126         as to what the method may do as there is no real way of creating a
12127         derived CurrencyManager and calling the method. 
12128
12129 2005-11-03  Jackson Harper  <jackson@ximian.com>
12130
12131         * ThemeWin32Classic.cs: Implement ownerdrawing in the tab control
12132         * TabControl.cs: Add Ownerdrawing bits, add the UpdateTabSelection
12133         method which seems to just be used internally to refresh the tabs.
12134
12135 2005-11-03  Jackson Harper  <jackson@ximian.com>
12136
12137         * TabControl.cs: Implement the remove method. Fix some broken
12138         comments.
12139
12140 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
12141
12142         * DateTimePicker.cs:
12143           - Added missing DateTimePickerAccessibleObject class
12144           - Added missing events
12145           - Added OnFontChanged method
12146         * Form.cs: Added missing attributes
12147         * TreeView.cs: Added missing attributes
12148
12149 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com> 
12150
12151         * GridItemCollection.cs: Fix signatures
12152
12153 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
12154
12155         * XplatUI.cs: Updated build rev/date
12156         * ComboBox.cs, DataGridTextBoxColumn.cs Control.cs, 
12157           DataGridTableStyle.cs, DataGrid.cs, DateTimePicker.cs: Signature fixes
12158         * Application.cs: Trigger context-specific ExitThread events
12159
12160 2005-11-03  Jackson Harper  <jackson@ximian.com>
12161
12162         * Menu.cs:
12163         * MainMenu.cs:
12164         * GridTableStylesCollection.cs:
12165         * Timer.cs:
12166         * TabPage.cs:
12167         * HelpProvider.cs:
12168         * StatusBar.cs:
12169         * MonthCalendar.cs: Signature fixes
12170
12171 2005-11-03  Jackson Harper  <jackson@ximian.com>
12172
12173         * TreeNodeCollection.cs: Remove should not be virtual.
12174         * TreeView.cs: Implement the last of the missing methods.
12175
12176 2005-11-03  Jackson Harper  <jackson@ximian.com>
12177
12178         * TreeNodeConverter.cs: Implement to get off my class-status back.
12179
12180 2005-11-03  Jackson Harper  <jackson@ximian.com>
12181
12182         * TreeView.cs: Hookup the bits for drag and drop.
12183         * TreeNode.cs: Don't cache the tree_view or index anymore, now
12184         that nodes can be moved from tree to tree easily this just causes
12185         all sorts of problems.
12186         * TreeNodeCollection: Don't need to give treenodes an index and
12187         treeview anymore when they are added, these are computed on the
12188         fly. Also make sure to remove a node before its added.
12189
12190 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
12191
12192         * TextControl.cs:
12193           - Added CaretSelection enum
12194           - Added comparison methods to Marker struct, makes selection code
12195             more readable
12196           - Added SelectionStart and SelectionEnd as 'moveable' location for
12197             the CaretDirection enum and handler
12198           - Added selection_prev variable to track optimized invalidation for
12199             word and line selection
12200           - Added SelectionVisible property (returns true if there is a valid 
12201             selection)
12202           - Switched CaretHasFocus to only display the caret if there is no
12203             visible selection
12204           - Avoiding StringBuilder.ToString to retrieve a single char, instead
12205             using the direct character index; should be much faster
12206           - Added various conditional debug statements
12207           - Fixed invalidation calculation for selection ranges
12208           - Added ExpandSelection() method to support word and line selection
12209           - Switched SetSelectionToCaret to use new Marker compare overloads
12210           - Added central IsWordSeparator() method to determine word 
12211             separators/whitespace and FindWordSeparator() to streamline common
12212             usage of IsWordSeparator()
12213         * TextBoxBase.cs:
12214           - Removed unneeded grabbed variable, it was just mirroring
12215             Control.Capture
12216           - No longer firing OnTextChanged event when Text setter is called,
12217             since the base will fire the event for us
12218           - Added handling of Ctrl-Up/Down selection
12219           - Added handling of Shift-Cursorkey selection
12220           - Added handling for Ctrl-Delete and Ctrl-Backspace to remove
12221             words
12222           - Added handling of Shift and Ctrl-Shift-Home/End selection
12223           - Removed some debug output
12224           - Added handling for single/double/tripple-click to place caret/
12225             select word/select line respectively (Fixes bug #76031)
12226           - Added support for drag expansion of word/line selection
12227         * RichTextBox.cs: Handle GotFocus event to trigger redrawing of
12228           current selection
12229
12230 2005-11-02  Jackson Harper  <jackson@ximian.com>
12231
12232         * X11Dnd.cs: If the drag is going to and from a MWF window just
12233         copy the data instead of sending it out through the X Selection
12234         mechanism.
12235
12236 2005-11-02  Jackson Harper  <jackson@ximian.com>
12237
12238         * X11Dnd.cs:
12239         * XplatUIX11.cs: When in a drag we don't want motion notify
12240         messages to get passed on to the other controls. This prevents
12241         mouse move messages from showing up in the drag source.
12242
12243 2005-11-02  Jackson Harper  <jackson@ximian.com>
12244
12245         * X11Dnd.cs: Remove unneeded call to XAllowEvents.  Make sure that
12246         the correct button is release to end a drag.
12247         * XplatUIX11.cs: Make the button state internal so the drag system
12248         can access it.  Dragging needs to know about all button releases,
12249         not just left button.
12250
12251 2005-11-02  Miguel de Icaza  <miguel@novell.com>
12252
12253         * Form.cs (Icon): If the icon is null, reset the icon to the
12254         default value. 
12255
12256         * Cursor.cs: When writing the AND-mask bitmap do not include the
12257         number of colors, but hardcode those to two (black and white),
12258         fixes the loading of color cursors (Paint Dot Net).
12259
12260         * Form.cs: To debug, allow MONO_MWF_SCALING=disable variable to
12261         turn off autoscaling.
12262
12263         * Cursor.cs: Allow resource type to be 1 or 2 (from ImageMagic).
12264
12265 2005-11-02  Jackson Harper  <jackson@ximian.com>
12266
12267         * X11Dnd.cs: Make sure to send a status message if the pointer
12268         enters a control that can not accept a drop, otherwise the cursor
12269         isn't updated correctly. Also tried to compress the lines of code
12270         a bit.
12271
12272 2005-11-02  Jackson Harper  <jackson@ximian.com>
12273
12274         * X11Dnd.cs: Change cursors based on drag action. Also attempt to
12275         set actions correctly.  This isn't perfect as XDND and win32 have
12276         some differences on how you allow actions. I'll clear this up by
12277         adding a path for drag from MWF to MWF windows.
12278         * XplatUIX11.cs: Hook into the dnd system.
12279
12280 2005-11-02  Jordi Mas i Hernandez <jmas@softcatala.org>
12281
12282         * ListView.cs: Fixes scroll bar visibility. Hide them if they were
12283         previously shown but they are no longer need it. Very obvious when 
12284         browsing files with FileDialog.
12285
12286 2005-11-01  Peter Dennis Bartok  <pbartok@novell.com>
12287
12288         * Control.cs: We always need to call OnPaintBackground. We pretty much
12289           ignore AllPaintingInWmPaint and always do the painting there, whether 
12290           it's set or not, since we always ignore the WM_ERASEBKGND message 
12291           (which we don't generate on X11). This fixes #76616.
12292         * Panel.cs: Removed unneeded background painting. This happens properly
12293           in Control.cs already
12294
12295 2005-10-31  Mike Kestner  <mkestner@novell.com>
12296
12297         * Menu.cs: Add items to collection before setting their index.
12298         * MenuItem.cs : add range checking with ArgumentException like MS.
12299         [Fixes #76510]
12300
12301 2005-10-31  Jackson Harper  <jackson@ximian.com>
12302
12303         * ListBox.cs: Invalidate if the area is visible at all not just
12304         contained in the visible rect. Fixes unselection of semi visible
12305         items.
12306
12307 2005-10-31  Jackson Harper  <jackson@ximian.com>
12308
12309         * Control.cs: Consistently name the dnd methods. Make them
12310         internal so we can override them to match some MS behavoir
12311         internally.
12312         * Win32DnD.cs: Use the new consistent names.
12313
12314 2005-10-31  Jackson Harper  <jackson@ximian.com>
12315
12316         * TreeView.cs: Don't draw the selected node when we lose focus.
12317
12318 2005-10-31  Jackson Harper  <jackson@ximian.com>
12319
12320         * X11Dnd.cs: We still need to reset the state even though a full
12321         reset isn't being done, otherwise status's still get sent all over
12322         the place.
12323
12324 2005-10-31  Jackson Harper  <jackson@ximian.com>
12325
12326         * Control.cs: Make the dnd_aware flag internal so the dnd
12327         subsystem can check it. Catch exceptions thrown in dnd handlers to
12328         match MS behavoir.
12329         * Hwnd.cs: Add a flag for whether or not a window is dnd aware.
12330         * X11Dnd.cs: Handle null data in the converters. Set the XDND
12331         version when sending a XdndEnter. Use the control/hwnd dnd_aware
12332         flags to reduce the number of dnd enters/status's sent.
12333
12334 2005-10-31  Jackson Harper  <jackson@ximian.com>
12335
12336         * X11Dnd.cs: Don't need the sizeof here. Patch by Jordi Mas.
12337
12338 2005-10-31  Jordi Mas i Hernandez <jordi@ximian.com>
12339
12340         * PictureBox.cs: Fixes 76512
12341
12342 2005-10-28  Jackson Harper  <jackson@ximian.com>
12343
12344         * X11Dnd.cs: Early implementation to support winforms being a drag
12345         source for data on X11. Also restructured the converters so they
12346         can go both ways now.
12347         * XplatUIX11.cs: Tie ins to the the Dnd stuff.
12348         
12349 2005-10-27  Peter Dennis Bartok  <pbartok@novell.com>
12350
12351         * XplatUIX11.cs: Fixed FIXME - implemented ASCII encoding for XA_STRING
12352           clipboard requests
12353
12354 2005-10-27  Jackson Harper  <jackson@ximian.com>
12355
12356         * TreeNode.cs: Implement serialization so my DnD examples will work.
12357
12358 2005-10-24  Kornél Pál  <kornelpal@hotmail.com>
12359
12360         * ButtonBase.cs, ListView.cs, NotifyIcon.cs, PictureBox.cs, ToolBar.cs,
12361           TreeView.cs: Don't dispose objects that are not owned.
12362           
12363 2005-10-24  Peter Dennis Bartok  <pbartok@novell.com>
12364
12365         * Cursor.cs: Defaulting the Current cursor to Cursors.Default. We
12366           should retrieve the current cursor and report that, but XplatUI
12367           doesn't (yet) have an interface for that (and I'm not sure I even
12368           can, on X11)
12369         * XplatUIWin32.cs: Fixed override behaviour. The override is temporary,
12370           until any message loop processing is done (and the WM_SETCURSOR
12371           replaces the cursor to the proper one)
12372         * XplatUIX11.cs: 
12373           - Fixed override behaviour, we can't set the cursor globally on X11, 
12374             just for our windows.
12375           - Invalidating the System.Drawing X11 display handle when we are
12376             shutting down
12377         * Control.cs: Fix to make csc happy
12378
12379 2005-10-23  Peter Dennis Bartok  <pbartok@novell.com>
12380
12381         * TextBoxBase.cs: 
12382           - get_Text: Add last line (without trailing newline) to returned
12383             value (Fixes 76212)
12384           - get_TextLength: Count last line in returned length
12385           - ToString: Call Text property instead of duplicating code
12386
12387 2005-10-23  Kornél Pál  <kornelpal@hotmail.com>
12388
12389         * ImageList.cs: Dispose ImageAttributes objects.
12390
12391 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
12392
12393         * ImageList.cs: Use attribute constructors with less arguments where
12394           possible.
12395
12396 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
12397
12398         * ImageList.cs: Added lastKeyIndex field and use in IndexOfKey.
12399           Use typeof instead of strings when assembly is referenced. Added
12400           some more comments.
12401
12402 2005-10-21  Jackson Harper  <jackson@ximian.com>
12403
12404         * ListView.cs: Raise a double click event. Also tried to somewhat
12405         fix when the selectedindexchanged event is raised. Its still
12406         broken though.
12407
12408 2005-10-21  Jackson Harper  <jackson@ximian.com>
12409
12410         * TreeView.cs: New method to invalidate the plus minus area of a
12411         node without invalidating the whole node (maybe this can be used
12412         in some more places).
12413         * TreeNodeCollection.cs: When adding to an empty node we need to
12414         invalidate its plus minus area so the little block shows up.
12415         
12416 2005-10-21  Jackson Harper  <jackson@ximian.com>
12417
12418         * TreeView.cs: Make sure that when we invalidate a node the bounds
12419         are big enough to cover the selected box and the focus
12420         rectangle. Use a different colour for the lines connecting nodes
12421         so they show up with all themes.
12422
12423 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
12424
12425         * NativeWindow.cs: Don't call anything that could call into the driver,
12426           we might be on a different thread.
12427
12428 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com> 
12429
12430         * Control.cs(Dispose): Since Dispose might run on a different thread,
12431           make sure that we call methods that could call into the driver via
12432           invoke, to avoid thread issues
12433
12434 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
12435
12436         * XplatUI.cs: Removed finalizer
12437         * XplatUIX11.cs: Removed Destructor, was causing crashes due to X11
12438           not allowing to be called on the finalizer thread.
12439
12440 2005-10-21  Kornél Pál  <kornelpal@hotmail.com>
12441
12442         * ImageList.cs:
12443           - Reverted r51889 and r51891.
12444           - Added ImageListItem class that stores unmodified image items and image
12445             properties required to create list images until handle is created.
12446           - Added AddItem and moved image creation logic to AddItemInternal.
12447           - Added CreateHandle method that creates images based on unmodified items.
12448           - Added DestroyHandle that changes state to store unmodified items.
12449           - Add and AddStrip methods no more create handle.
12450           - ReduceColorDepth has no return value.
12451           - Dispose destroys handle.
12452           - Modified other methods to reflect the above changes.
12453           - Implemented key support.
12454           - Added profile 2.0 members and attributes.
12455           - Added private Reset and ShouldSerialize methods that provide the same
12456             behavior as MS.NET but the Visual Studio .NET designer seems to ignore
12457             them as they are private.
12458           - Added some more comments about implementation details.
12459
12460 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
12461
12462         * DataGrid.cs: Adds support for vertical scrolling using the mousewheel
12463
12464 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
12465
12466         * Binding.cs: No PushData/PullData if there is no binding (fixes crash)
12467
12468 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
12469
12470         * DataGridDrawingLogic.cs: Fixes column hit calcultation
12471         * DataGridColumnStyle.cs: Remove debug message
12472
12473 2005-10-20  Jackson Harper  <jackson@ximian.com>
12474
12475         * TreeView.cs: We can always get input keys regardless of whether
12476         or not editing is enabled. They are used for navigation.
12477
12478 2005-10-20  Jackson Harper  <jackson@ximian.com>
12479
12480         * TreeNode.cs: Use the viewport rect for determining if a node
12481         needs to be moved for visibility. Don't use Begin/End edit. This
12482         calls a full refresh when its done.
12483         * TreeView.cs: New SetBottom works correctly.  Make the viewport
12484         rect property internal so the treenodes can see it. When clicking
12485         on a node we need to ensure that its visible because it might just
12486         be partly visible when clicked.
12487
12488 2005-10-20  Jackson Harper  <jackson@ximian.com>
12489
12490         * TreeNodeCollection.cs: Remove debug code.
12491
12492 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
12493
12494         * Datagrid.cs: Implements column sorting in Datagrid
12495         * DataGridColumnStyle.cs: Implements column sorting in Datagrid
12496
12497 2005-10-20  Jackson Harper  <jackson@ximian.com>
12498
12499         * TreeNodeCollection.cs: Remove items properly. Update the correct
12500         area after removing them.
12501
12502 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
12503
12504         * Datagrid.cs: Should not call base.OnPaintBackground
12505
12506 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
12507
12508         * XplatUIX11.cs (GetMessage):
12509           - Now properly calculates NC_xBUTTONDOWN coordinates off the whole
12510             window instead of client window
12511           - Now properly calculates NC_xBUTTONUP message coordinates
12512           - ScreenToMenu now properly calculates it's coordinates of whole 
12513             window, since menus are in the whole window, not in the client
12514             window
12515           - Added WholeToScreen coordinate translation method
12516
12517 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com> 
12518
12519         * XplatUIX11.cs (GetMessage): Don't return in situations where we don't
12520           want to return a message, loop back to the beginning of the function
12521           and grab the next real message to process instead.
12522
12523 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
12524
12525         * Splitter.cs: Properly set limits if no filler control is used
12526
12527 2005-10-19  Jackson Harper  <jackson@ximian.com>
12528
12529         * ColorDialog.cs: Don't show the help button if it is not enabled
12530         instead of disabling it (this is what MS does). Don't create the
12531         panel until the dialog is run, otherwise the vars (such as
12532         ShowHelp) are not set yet.
12533
12534 2005-10-19  Jackson Harper  <jackson@ximian.com>
12535
12536         * TreeView.cs: Implement Begin/EndEdit more correctly so refreshes
12537         are reduced when adding nodes.
12538         * TreeNode.cs:
12539         * TreeNodeCollection.cs: Use UpdateNode instead of refreshing the
12540         tree.
12541         
12542 2005-10-19  Jackson Harper  <jackson@ximian.com>
12543
12544         * FolderBrowserDialog.cs: End editing our treeview so the window
12545         actually gets refreshed.
12546
12547 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
12548
12549         * Control.cs: Fixed logic flip on when to call OnPaintBackground. 
12550           Obsoleted handling of WM_ERASEBKGND, now always draws our background
12551           inside of WM_PAINT
12552
12553 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
12554
12555         * MenuAPI.cs: Returns after Hidding window
12556         * XplatUIX11.cs: Added TODO found while debugging menu issues
12557
12558 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
12559
12560         * XplatUIX11.cs: Do not re-map the whole window when it's size
12561           becomes non-zero unless it's supposed to be actually visible
12562
12563 2005-10-18  Jackson Harper  <jackson@ximian.com>
12564
12565         * TreeView.cs: We don't need to keep a count anymore.
12566         * TreeNodeCollection.cs: Fix off by one in RemoveAt, Insert can
12567         use the Grow method.
12568
12569 2005-10-18  Jackson Harper  <jackson@ximian.com>
12570
12571         * TreeNodeCollection.cs: Insert is not supported on arrays, so
12572         implement it manually here.
12573
12574 2005-10-18  Jackson Harper  <jackson@ximian.com>
12575
12576         * ImageList.cs: Dont kill the list when the colour depth is
12577         changed, just change the colour depth of all the images.
12578         - Same goes for setting the image size. Just resize them all
12579         instead of killing the list softly.
12580
12581 2005-10-18  Jackson Harper  <jackson@ximian.com>
12582
12583         * Control.cs: Don't invalidate empty rectangles.
12584
12585 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
12586
12587         * ListViewItem.cs:
12588           - Adds checked item to the Checked/Item lists (where empty before)
12589           - Do not add items to the Selected lists if they are already present
12590         * ListView.cs:
12591           - Fixes IsFixedSize, SyncRoot, IsReadOnly in many collections
12592           - When deleting items make sure that we delete them for the Selected
12593           and Checked list also.
12594
12595 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
12596
12597         * Label.cs: Dispose objects no longer used
12598         * ThemeWin32Classic.cs: Dispose objects no longer used
12599
12600 2005-10-18  Jackson Harper  <jackson@ximian.com>
12601
12602         * TabControl.cs: Don't refresh the whole control when the tabs are
12603         scrolled, we just need to refresh the tab area.
12604
12605 2005-10-17  Jackson Harper  <jackson@ximian.com>
12606
12607         * XplatUIX11.cs: Compress code a little bit. Only calculate the
12608         after handle when we need it.
12609
12610 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
12611
12612         * Control.cs: When the parent size changes, recalculate anchor 
12613           positions. Partial fix for #76462
12614
12615 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
12616
12617         * ThemeWin32Classic.cs: Make sure the picturebox has it's background 
12618           drawn. Fixes #76462
12619
12620 2005-10-17  Jackson Harper  <jackson@ximian.com>
12621
12622         * MonthCalendar.cs: Don't create the numeric up down until our
12623         handle is created. Otherwise our handle is created in the
12624         constructor and we don't know if we are a WS_CHILD or WS_POPUP
12625         yet.
12626
12627 2005-10-17  Jackson Harper  <jackson@ximian.com>
12628
12629         * TreeView.cs: Merge in patch by Rafael Teixeira to align strings
12630         correctly.
12631
12632 2005-10-17  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
12633         * TreeNode.cs : small logical fix (was using local var instead of field)
12634         
12635 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
12636
12637         * ThemeWin32Classic.cs: Fixes vert/horz scrollbar colours
12638
12639 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
12640
12641         * ThemeWin32Classic.cs: Fixes focus drawing in for non-flat/popup buttons
12642
12643 2005-10-16  Peter Dennis Bartok  <pbartok@novell.com> 
12644
12645         * Control.cs: 
12646           - Re-implemented anchoring code. My first version was really broken.
12647             This fixes bug #76033. Unlike the previous implementation we will
12648             no longer have round errors since all numbers are calculated from
12649             scratch every time. Removed various anchor-related obsolete vars.
12650           - InitLayout no longer causes layout event firing and layout to be 
12651             performed
12652
12653 2005-10-16  Jackson Harper  <jackson@ximian.com>
12654
12655         * Hwnd.cs: Compute invalid area correctly (fixes my last commit
12656         which was broken).
12657
12658 2005-10-16  Jackson Harper  <jackson@ximian.com>
12659
12660         * TabControl.cs: Remove debug code.
12661
12662 2005-10-16  Jackson Harper  <jackson@ximian.com>
12663
12664         * XEventQueue.cs: Increase the default queue size (very simple
12665         apps needed to grow the queue).
12666         * Hwnd.cs: No finalizer so we don't need to suppress
12667         finalization. Compute the invalid area manually so a new rectangle
12668         does not newto be created.
12669         * ScrollableControl.cs: Don't set any params (otherwise visibility
12670         isn't set correctly).
12671         * MdiChildContext.cs: New constructor takes the mdi parent so it
12672         doesn't have to be computed and avoids a crash on windows. Draw
12673         the window icon properly, and allow the text to be seen.
12674         * Form.cs: Use new MdiChildContext constructor. Make sure the
12675         child context isn't null in wndproc.
12676         * TabControl.cs: Don't set focus, this is muddling keyboard
12677         behavoir. Expand the tab rows when a window size increase will
12678         allow extra tabs to be seen. Don't allow tabs smaller than the
12679         width of a window to be scrolled out of view.
12680         * TreeNode.cs:
12681         * TreeView.cs: Use measure string to calculate a nodes width, the
12682         width is cached and only updated when the text or the font is
12683         changed. Don't check for expand/collapse clicks on the first level
12684         nodes if root lines are disabled.
12685         
12686 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
12687
12688         * TextBoxBase.cs: Fixes #76352 (passing tab key in a multiline textbox)
12689
12690 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
12691
12692         * DataGridBoolColumn.cs: fixes warning
12693
12694 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
12695
12696         * ControlPaint.cs: Fixes methods Dark, DarkDark, Light, LightLight
12697         to match more to match more precisely the MS Net behavior
12698
12699 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
12700
12701         * Hwnd.cs: Added field to track if window is mapped
12702         * XplatUIX11.cs: 
12703           - Unmap windows if they become 0-size, re-map when 
12704             they are >0 again; fixes #76035
12705           - Re-set our error handler after initializing X11Desktop
12706             to override any error handlers Gtk or whatever was called
12707             may have set.
12708
12709 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
12710
12711         * CheckedListBox.cs: Removed unused vars
12712         * ListView.cs: Fixed signatures
12713         * RichTextBox.cs: Removed unused vars
12714         * TextBoxBase.cs: Removed unused vars
12715         * XplatUIWin32.cs: Removed unused vars
12716         * XplatUIX11.cs: Removed unused vars
12717         * XplatUI.cs: Updated version and date to latest published
12718
12719 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
12720
12721         * Cursor.cs: Added private .ctor to work around a bug in
12722           resourceset (Thanks to Geoff Norton for the help on this)
12723         * SplitterEventArgs.cs: Made fields accessible so we don't
12724           waste boatloads of objects and can reuse the same one
12725           in Splitter
12726         * XplatUIWin32.cs(DrawReversibleLine): Now also considers
12727           any captions and borders when generating screen coordinates
12728         * Splitter.cs: Reimplemented control, now fully complete, uses
12729           rubberband drawing, supports and obeys all properties, has
12730           proper cursors
12731
12732 2005-10-13  Miguel de Icaza  <miguel@novell.com>
12733
12734         * Form.cs (Form): Setup default values for autoscale and
12735         autoscale_base_size;  Make these instance variables, not static
12736         variables. 
12737
12738         (OnLoad): on the first load, adjust the size of the form.
12739
12740 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
12741
12742         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added 
12743           width argument to DrawReversibleRectangle()
12744         * XplatUIWin32.cs, XplatUIX11.cs: 
12745           - Implemented width for DrawReversibleRectangle()
12746           - Added logic to DrawReversibleRectangle that recognizes a zero
12747             width or height and only draws a line in that situation
12748         
12749 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com> 
12750
12751         * XplatUI.cs, XplatUIDriver.cs: Added GetAutoScaleSize()
12752         * XplatUIOSX.cs: Stubbed GetAutoScaleSize() method
12753         * XplatUIWin32.cs, XplatUIX11.cs: Implemented GetAutoScaleSize()
12754           method (it uses our FosterParent window to get a graphics context)
12755
12756 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com>
12757
12758         * XplatUI.cs, XplatUIDriver.cs: Removed EraseWindowBackground 
12759           and SetWindowBackground methods
12760         * Control.cs:
12761           - Setting proper ControlStyles
12762           - We no longer call XplatUI.SetWindowBackground and XplatUI.
12763             EraseWindowBackground, instead we draw the window background
12764             ourselves in PaintControlBackground. This behaviour is
12765             required to match MS, where, when OnPaintBackground is not
12766             called, the background is not drawn.
12767           - Removed unneeded Refresh() in set_Text
12768         * Hwnd.cs: Dropped the ErasePending support. No longer needed
12769         * XplatUIX11.cs:
12770           - Created DeriveStyles method to translate from CreateParams to
12771             FormBorderStyle and TitleStyle, also handles BorderStyle (which
12772             matches FormBorderStyle enum values)
12773           - Consolidated SetHwndStyles and CalculateWindowRect border/title
12774             style calculations into single DeriveStyles method
12775           - Fixed CreateWindow to (finally) use Gravity. This prevents X11
12776             from redrawing the whole window on any resize or expose.
12777           - Fixed CreateWindow usage of SetWindowValuemask. Before not
12778             all styles were applied to our whole/client window appropriately
12779           - Removed EraseWindowBackground() and SetWindowBackground() methods
12780           - Removed handling of WM_ERASEBKGND message from DefWndProc, we
12781             no longer clear/redraw the background through X
12782           - Removed handling of erase_pending bit, we have no use for it (or
12783             so it seems)
12784         * XplatUIOSX.cs:
12785           - Removed generation and handling of WM_ERASEBKGND message
12786           - Removed EraseWindowBackground() and SetWindowBackground() methods
12787           - Removed handling of hwnd.ErasePending flag
12788         * XplatUIWin32.cs:
12789           - Removed EraseWindowBackground() and SetWindowBackground() methods
12790           - We no longer call EraseWindowBackground on PaintEventStart, we 
12791             ignore the fErase flag, erasing is handled in Control in the
12792             background handler
12793         * Button.cs, GroupBox.cs, Label.cs, CheckBox.cs, ProgressBar.cs,
12794           LinkLabel.cs, ListControl.cs, TabPage.cs, UpDownBase.cs,
12795           TextBoxBase.cs, TextBox.cs, ListView.cs, ButtonBase.cs, 
12796           CheckedListBox.cs, MdiClient.cs, Panel.cs, DataGrid.cs, 
12797           DataGridTextBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, 
12798           TabControl.cs, ScrollableControl.cs, ToolBar.cs, PictureBox.cs,
12799           DateTimePicker.cs, StatusBar.cs, MonthCalendar.cs: Setting proper ControlStyles
12800
12801 2005-10-12  Jonathan Chambers <jonathan.chambers@ansys.com>
12802
12803         * PropertyGrids.cs: Get sub properties
12804         * PropertyGridView.cs: Fix drawing code
12805
12806 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
12807
12808         * ListBox.cs: Fixes 76383
12809
12810 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
12811
12812         * DataGridTextBoxColumn.cs: Sets location and size before attachment
12813         * ThemeWin32Classic.cs: Fixes border drawing and calculations
12814         * DataGridDrawingLogic.cs: Fixes border drawing and calculations
12815
12816
12817 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
12818
12819         * ComboBox.cs: Fixes border drawing
12820
12821 2005-10-10  Miguel de Icaza  <miguel@novell.com>
12822
12823         * MimeIcon.cs: Ignore errors if the file can not be read.
12824
12825 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
12826
12827         * Theme.cs, ThemeWin32Classic.cs, ListBox.cs:
12828          - Fixed border calculations
12829          - Fixed horizontal scrolling in single column listboxes
12830          - Fixed drawing issues
12831
12832 2005-10-10  Peter Dennis Bartok  <pbartok@novell.com>
12833
12834         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched from BorderStyle to 
12835           FormBorderStyle enum
12836         * XplatUIX11.cs: Switched BorderStyle to FormBorderStyle, added 
12837           code to determine FormBorderStyles from CreateParams
12838         * Form.cs:
12839           - Fixed bug where we'd set the wrong window styles if we were
12840             not creating an MDI window
12841           - Added call to XplatUI.SetBorderStyle when form borders are set
12842         * Control.cs: Casting BorderStyles to accommodate changed XplatUI APIs
12843         * Hwnd.cs:
12844           - Removed obsolete edge style
12845           - Switched from BorderStyle to FormBorderStyle
12846         
12847 2005-10-10  Jackson Harper  <jackson@ximian.com>
12848
12849         * Form.cs: Use the property to get the window handle instead of
12850         accessing it directly. Prevents a null reference exception.
12851
12852 2005-10-10  Jackson Harper  <jackson@ximian.com>
12853
12854         * TreeView.cs: Don't adjust the rect given to DrawString now that
12855         our libgdiplus draws correctly.
12856
12857 2005-10-08  Jackson Harper  <jackson@ximian.com>
12858
12859         * TreeView.cs: Don't try to find the clicked on node if there are
12860         no nodes in the tree.
12861
12862 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
12863
12864         * RichTextBox.cs:
12865
12866           restore
12867
12868 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
12869
12870         * ImageListStreamer.cs, TreeView.cs, UpDownBase.cs, RichTextBox.cs,
12871           ColorDialog.cs, TextControl.cs, Panel.cs, MdiChildContext.cs,
12872           ErrorProvider.cs:
12873           Use ResPool for brushes and dispose System.Drawing objects that
12874           are not used anymore.
12875
12876 2005-10-07  Jackson Harper  <jackson@ximian.com>
12877
12878         * MdiChildContext.cs: Use the new borders instead of drawing them
12879         ourselves.
12880
12881 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
12882
12883         * Calling UpdateBounds after changing the window's BorderStyle 
12884         since the style can change the ClientSize
12885
12886 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
12887
12888         * Control.cs: Made PaintControlBackground virtual
12889         * Panel.cs: Overriding PaintControlBackground instead of using paint
12890           event; paint event method was interfering with 'real' users of the
12891           event.
12892
12893 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
12894
12895         * ThemeWin32Classic.cs: remove border drawing since it is handled
12896         by the base control class now and was causing double border drawing.
12897
12898 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
12899
12900         * Panel.cs: Redraw our background on paint. Not a pretty solution,
12901           but it does seem to match MS behaviour. This fixes bug #75324
12902
12903 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
12904
12905         * XplatUIX11.cs: A better DrawReversibleRectangle version, however
12906           somewhat hackish looking
12907
12908 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
12909
12910         * TextBoxBase.cs:
12911           - We now accept Enter even if AcceptEnter is false, if the containing
12912             form does not have an AcceptButton configured (fixes bug #76355)
12913           - Calculations are now fixed to no longer use Width/Height, but
12914             ClientSize.Width/Height, since we now support borders (this was
12915             a result of fixing borders and therefore bug #76166)
12916           - We no longer show the horizontal scrollbar if TextBox.WordWrap is 
12917             true (fixes bug #76354)
12918         
12919 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
12920
12921         * Control.cs: 
12922           - Defaulting BorderStyle and setting it in XplatUI when our window 
12923             is created
12924           - Added enum check to InternalBorderStyle setter
12925         * XplatUIX11.cs: 
12926           - Added drawing of window borders
12927           - Now properly calculates WM decorations offset for toplevel 
12928             windows (fixes bug #74763)
12929         * XplatUIWin32.cs: 
12930           - Implemented BorderStyles for windows (we're letting win32 draw 
12931             the border for us)
12932           - Fixed the signature for SetWindowLong
12933         * PictureBox.cs, DataGrid.cs, TextBoxBase.cs, ToolBar.cs, Panel.cs,
12934           ListBox.cs, Label.cs: Now uses Control.InternalBorderStyle for 
12935           setting borders
12936         * UpDownBase.cs: Remove drawing of borders, this is handled by
12937           the driver, outside the client area
12938         * ListView.cs: Removed bogus border calculations. The control should
12939           be oblivious to borders, since those are not part of the client
12940           area. 
12941         * X11DesktopColors.cs: Commented out (currently) unneeded variables
12942         * ThemeWin32Classic.cs: Removed border calculations from ListView 
12943           drawing code
12944
12945 2005-10-06  Jackson Harper  <jackson@ximian.com>
12946
12947         * MdiChildContext.cs: Clear out the old virtual position remove
12948         all the unneeded calls to CreateGraphics.
12949
12950 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
12951
12952         * TextControl.cs: Use proper color for highlighted text; fixes #76350
12953
12954 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
12955
12956         * Form.cs: 
12957           - Added loading and setting of our new default icon
12958           - Only set icon if window is already created
12959
12960 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
12961
12962         * Label.cs:
12963           - Do not explicitly set the foreground and background colors, to
12964             allow inheriting from parents (fixes #76302)
12965           - Use Control's InternalBorderStyle property to deal with borders
12966
12967 2005-10-06  Jackson Harper  <jackson@ximian.com>
12968
12969         * MdiChildContext.cs: Use the new xplatui function to draw a
12970         reversible rect.
12971
12972 2005-10-06  Jackson Harper  <jackson@ximian.com>
12973
12974         * Form.cs: Add the parent before creating the child context cause
12975         we need the parent when setting up the child.
12976
12977 2005-10-06  Jackson Harper  <jackson@ximian.com>
12978
12979         * FolderBrowserDialog.cs: redo the tree population code so a
12980         second thread isn't used. Should be a lot faster and more stable
12981         now.
12982
12983 2005-10-05  Jackson Harper  <jackson@ximian.com>
12984
12985         * TreeView.cs: There are no expand/collapse boxes if the node has
12986         no children.
12987
12988 2005-10-05  Jackson Harper  <jackson@ximian.com>
12989
12990         * X11DesktopColors.cs: Get menu colours for the gtk theme.
12991
12992 2005-10-05  Alexander Olk  <alex.olk@googlemail.com>
12993
12994         * FileDialog.cs: Fix InitialDirectory
12995
12996 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
12997
12998         * ComboBox.cs:
12999                 - Fixes changing between styles
13000                 - Fixes simple mode
13001                 - Fixes last item crashing when navigating with keyboard
13002
13003 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
13004
13005         * LinkLabel.cs: Related to 76045. Stops the LinkLabel been drawn as a Label
13006
13007 2005-10-05  Jackson Harper  <jackson@ximian.com>
13008
13009         * TreeView.cs: If updating the root node do a full refresh.
13010         * TreeNode.cs: The root node should be expanded by default. Also
13011         added a utility prop to tell if we are the root node.
13012         * TreeNodeCollection.cs: Only refresh if the node we are being
13013         added to is expanded. Also added a comment on a potential
13014         optimization.
13015         
13016 2005-10-04  Peter Dennis Bartok  <pbartok@novell.com>
13017
13018         * Cursor.cs, Hwnd.cs: Added call to GC.SuppressFinalize() 
13019           in dispose method. Fixes #76330
13020
13021 2005-10-04  Jordi Mas i Hernandez <jordi@ximian.com>
13022
13023         * ListView.cs, ThemeWin32Classic.cs, ListViewItem.cs:
13024
13025                 - Implements vertical and horizontal scrolling using XplatUI
13026                 - Fixes keyboard navagation
13027                 - Fixes EnsureVisible
13028                 - Drawing fixes
13029                 - Handles and draws focus properly
13030
13031
13032 2005-10-04  Kornél Pál  <kornelpal@hotmail.com>
13033
13034         * ImageList.cs: Use upper case initials for internal fields. ImageStream:
13035           Create handle. NET_2_0: Destroy handle when value is null.
13036
13037 2005-10-03  Jackson Harper  <jackson@ximian.com>
13038
13039         * ScrollBar.cs: My last scrollbar patch was broken. This is a
13040         revert and a new patch to prevent the thumb from refreshing so
13041         much.
13042
13043 2005-10-02  Jackson Harper  <jackson@ximian.com>
13044
13045         * ScrollBar.cs: Don't update position if it hasn't actually
13046         changed. This occurs when you hold down the increment/decrement
13047         buttons and the thumb gets to the max/min.
13048
13049 2005-10-01  Jackson Harper  <jackson@ximian.com>
13050
13051         * Form.cs:
13052         * MdiChildContext.cs:
13053         * MdiClient.cs: Implement ActiveMdiChild in Form.
13054
13055 2005-10-01  Jordi Mas i Hernandez <jordi@ximian.com>
13056
13057         * ComboBox.cs: Include ComboBoxEdit flag for the edit item
13058
13059 2005-10-01  Peter Dennis Bartok  <pbartok@novell.com>
13060
13061         * X11DesktopColors.cs: Bow out gracefully if the Gtk libs cannot
13062           be found
13063
13064 2005-09-30  Jackson Harper  <jackson@ximian.com>
13065
13066         * ListBox.cs: Don't do a full refresh unless some data has
13067         actually changed.
13068
13069 2005-09-30  Jackson Harper  <jackson@ximian.com>
13070
13071         * TreeView.cs: Make sure that the checkboxes size is factored in
13072         even when not visible.
13073
13074 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
13075
13076         * FileDialog.cs: Fix Jordi's build break
13077
13078 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
13079
13080         * FileDialog.cs: 
13081                 - Use standard the Windows colours for the combobox as espected
13082                 - Dispose objects that use resouces when no longer need them
13083
13084 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
13085
13086         * X11DesktopColors.cs: Initial incomplete implementation
13087         * XplatUIX11.cs: Added call to initialize X11DesktopColors
13088
13089 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com>
13090
13091         * Theme.cs: 
13092           - Switched Theme color names to match the names defined in 
13093             System.Drawing.KnownColors. Life's hard enough, no need to make 
13094             it harder.
13095           - Added setters to all theme color properties so themes can set
13096             their color schemes. The setters also propagate the color changes
13097             to System.Drawing.KnownColors via reflection
13098         * ControlPaint.cs,  Label.cs, TextControl.cs, ToolTip.cs, ThemeNice.cs,
13099           ComboBox.cs, MdiChildContext.cs, TextBoxBase.cs, DateTimePicker.cs
13100           DataGridColumnStyle.cs, MonthCalendar.cs, TreeView.cs: Updated to
13101           use the new, more logical theme color names
13102         * XplatUIWin32.cs: Updated the GetSysColorIndex enum to include new
13103           post-NT colors
13104         * ThemeWin32Classic.cs:
13105           - Removed code to set the old classic Windows colors. Instead it
13106             now relies on the colors returned by System.Drawing.KnownColors
13107             which will be either modern static colors (Unix) or colors
13108             read from the user's configuration (Win32)
13109           - Updated to use the new, more logical theme color names
13110           - Switched DataGrid drawing code to use only Theme colors instead of
13111             a mix of System.Drawing.KnownColors and Theme colors
13112           - DrawFrameControl(): Removed code that fills the button area, the
13113             fill would overwrite any previous fill done by a control. This
13114             fixes bug #75338 
13115           - Added DrawReversibleRectangle() stub
13116         * ScrollableControl.cs: Set visible state to false when scrollbars
13117           are removed (pdn fix)
13118         * XplatUI.cs, XplatUIOSX.cs, XplatUIDriver.cs: Added 
13119           DrawReversibleRectangle() method to allow drawing primitive 
13120           'rubber bands'
13121         * XplatUIX11.cs: Implemented DrawReversibleRectangle()
13122
13123 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13124
13125         * ImageList.cs: Add(Icon): Create handle.
13126
13127 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
13128
13129         * ListView.cs:
13130         * ThemeWin32Classic.cs:
13131                 - Fixes detail mode
13132                 - Sets clippings
13133                 - Issues with drawing
13134
13135 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13136
13137         * ImageList.cs: Moved RecreateHandle back to ImageList as event
13138           source has to be the ImageList.
13139
13140 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13141
13142         * ImageList.cs: Add(Icon): Use Graphics.DrawIcon instead of Icon.ToBitmap.
13143
13144 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13145
13146         * ImageList.cs: ReduceColorDepth: Clean up pointer operations.
13147
13148 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13149
13150         * ImageList.cs: ImageCollection: Removed owner field as it is no more used.
13151
13152 2005-09-29  Jonathan Chambers <jonathan.chambers@ansys.com>
13153         * GridItem.cs: Fixed TODOs
13154         * GridItemCollection.cs: Added ICollection interface
13155
13156 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13157
13158         * ImageList.cs: Resize icons when needed.
13159
13160 2005-09-29  Jordi Mas i Hernandez <jordi@ximian.com>
13161
13162         * ListViewItem.cs
13163                 - Fixes GetBounds and returns on screen rects
13164         * ListView.cs:
13165                 - Fixes vertical and horzintal scrolling of items
13166         * ThemeWin32Classic.cs:
13167                 - Fixes drawing
13168                 
13169 2005-09-29  Raja R Harinath  <harinath@gmail.com>
13170
13171         * ImageList.cs (ImageStream) [NET_2_0]: Reflect re-factoring.
13172
13173 2005-09-29  Kornél Pál  <kornelpal@hotmail.com>
13174
13175         * ImageList.cs: Added comments about handle creation. Moved Handle,
13176           HandleCreated and OnRecreateHandle implementations to ImageCollection.
13177           Handle is created in Add methods.
13178
13179 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
13180          
13181         * DataGridDrawingLogic.cs: 
13182                 - Takes rows into account on Colum calculations
13183                 - Returns the column when clickig
13184         * DataGrid.cs:
13185                 - Fixes default HitTestInfo values
13186                 - Fixes HitTestInfo.ToString
13187                 - Fixes ResetBackColor          
13188         
13189 2005-09-28  Jackson Harper  <jackson@ximian.com>
13190
13191         * MdiChildContext.cs: Obey rules for fixed sized windows (no
13192         sizing or cursor changes). Also added some temp code to draw the
13193         titlebars text (Makes dev a little easier).
13194
13195 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
13196
13197         * ImageList.cs: AddStrip: Throw ArgumentException when Image is not a Bitmap.
13198
13199 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
13200          
13201         * ListBox.cs: Fixes bug 76253
13202
13203 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
13204
13205         * ImageList.cs: Added comments about the current implementation. Added
13206           ReduceColorDepth, IndexedColorDepths and GetNearestColor to can use
13207           Format32bppArgb to preserve transparency and can use Graphics.FromImage
13208           while using the specified ColorDepth. ReduceColorDepth uses unsafe code
13209           with Bitmap.LockBits for better performance. Revised the whole file to
13210           match MS.NET behaviour and provide better performance. Non-public
13211           interface members are calling public members even when they throw
13212           NotSupportedException for better maintainability. Moved ColorDepth,
13213           ImageSize, ImageStream and TransparentColor implementations to
13214           ImageCollection for better performance as these properties are not used
13215           by ImageList.
13216         * ImageListStreamer.cs: Added a new internal constructor that takes an
13217           ImageList.ImageCollection and serializes Images based on
13218           ImageCollection.ToArray(). Renamed ImageColorDepth to ColorDepth to
13219           match ImageList property name.
13220
13221 2005-09-28  Kazuki Oikawa <kazuki@panicode.com>
13222
13223         * ListBox.cs: Fixes IndexFromPoint for last item
13224
13225 2005-09-27  Jackson Harper  <jackson@ximian.com>
13226
13227         * Form.cs: Set the position of new mdi children correctly.
13228
13229 2005-09-27  Jackson Harper  <jackson@ximian.com>
13230
13231         * MdiClient.cs: New mdi children need to be added to the back of
13232         the controls collection so the zorder is set correctly. Also add a
13233         count of all the child windows that have been created.
13234
13235 2005-09-27  Jackson Harper  <jackson@ximian.com>
13236
13237         * Form.cs (CreateParams): Setup MDI forms correctly.
13238
13239 2005-09-27  Jackson Harper  <jackson@ximian.com>
13240
13241         * MdiChildContext.cs:
13242         * MonthCalendar.cs:
13243         * UpDownBase.cs:
13244         * ListBox.cs:
13245         * ListView.cs:
13246         * TextBoxBase.cs:
13247         * TreeView.cs:
13248         * ScrollableControl.cs:
13249         * ComboBox.cs: Add implicit controls using the new implict control
13250         functionality in ControlCollection. Also try to block multiple
13251         control add in a suspend/resume layout to save some cycles.
13252         
13253 2005-09-27  Jackson Harper  <jackson@ximian.com>
13254
13255         * Control.cs: Add functionality to the controls collection to add
13256         'implicit controls' these are controls that are created by the
13257         containing control but should not be exposed to the user. Such as
13258         scrollbars in the treeview.
13259         * Form.cs: The list var of the ControlsCollection is no longer
13260         available because of the potential of implicit controls getting
13261         ignored by someone accessing the list directly.
13262
13263 2005-09-26  Peter Dennis Bartok  <pbartok@novell.com>
13264
13265         * Control.cs: Fixed SetChildIndex; it no longer causes a child to
13266           loose it's parent. (Fixed bug introduced in r49103 when we added
13267           setting the child parent to null on Remove)
13268
13269 2005-09-26  Gert Driesen  <drieseng@users.sourceforge.net>
13270
13271         * DataGridBoolColumn.cs: Marked CheckState private to fix public API.
13272         * Splitter.cs: Added missing attributes for BorderStyle property.
13273         * TextBoxBase.cs: Marked Calculate* methods internal.
13274         * TextBox.cs: Fixed DefaultValue for PasswordChar property to match
13275         MS.NET.
13276
13277 2005-09-26  Jordi Mas i Hernandez <jordi@ximian.com>
13278          
13279         * ListBox.cs: Fixes navigation to the last item in multicolumn lists
13280
13281 2005-09-25  Jackson Harper  <jackson@ximian.com>
13282
13283         * TreeView.cs: Update the node bounds correctly regardless of
13284         whether the node is visible.
13285
13286 2005-09-25  Jackson Harper  <jackson@ximian.com>
13287
13288         * ImageList.cs: Don't dispose the image after it is added to the
13289         image list. Only reformat images that need to be resized.
13290
13291 2005-09-25  Jackson Harper  <jackson@ximian.com>
13292
13293         * ImageList.cs: Don't set the format when changing the image.
13294
13295 2005-09-25  Jackson Harper  <jackson@ximian.com>
13296
13297         * TreeView.cs: We can't just assume the node has a font. Use the
13298         treeviews font if no node font is available.
13299
13300 2005-09-25  Jackson Harper  <jackson@ximian.com>
13301
13302         * TreeView.cs: Allow the scrollbars to be reset with negative
13303         values.
13304         - Don't add scrollbars to negative sized windows.
13305
13306 2005-09-23  Jackson Harper  <jackson@ximian.com>
13307
13308         * XplatUIX11.cs: Update to use Mono.Posix.Native instead of plain
13309         old Mono.Posix. Also remove some stray code that shouldn't have
13310         been committed.
13311
13312 2005-09-23  Jackson Harper  <jackson@ximian.com>
13313
13314         * TreeView.cs: Attempt at proper sizing of the horizontal
13315         scrollbar. Also don't resize the scrollbars unless they are
13316         visible.
13317
13318 2005-09-23  Jackson Harper  <jackson@ximian.com>
13319
13320         * TreeView.cs: We don't need to expand the invalid area when the
13321         selection changes, as this is all drawn in the node's bounding
13322         box. The area needs to be expanded (previous typo was contracting
13323         it) when the focus rect moves.
13324
13325 2005-09-23  Jackson Harper  <jackson@ximian.com>
13326
13327         * TreeView.cs: Display the selection box under the correct
13328         circumstances. We were rendering white text with no selection box
13329         before.
13330
13331 2005-09-23  Peter Dennis Bartok  <pbartok@novell.com>
13332
13333         * TextControl.cs(Split): Now updates selection start/end if it points 
13334           into a line that's being split. Fixes a FIXME and bug #75258
13335
13336 2005-09-23  Jackson Harper  <jackson@ximian.com>
13337
13338         * Binding.cs:
13339         * ListControl.cs: Don't use the path when retrieving binding
13340         managers from the binding context. My bat sense tells me that the
13341         path is only used on insertion.
13342
13343 2005-09-22  Jackson Harper  <jackson@ximian.com>
13344
13345         * Splitter.cs: Set the cursor an easier way. (Thanks peter).
13346
13347 2005-09-22  Jackson Harper  <jackson@ximian.com>
13348
13349         * Splitter.cs: There are special cursors used for splitting.
13350         * XplatUIX11.cs: The VSplit and HSplit cursors were backwards.
13351
13352 2005-09-22  Jackson Harper  <jackson@ximian.com>
13353
13354         * Splitter.cs: Change the cursor appropriately when the splitter
13355         is moused over, so the user actually knows there is a splitter
13356         there.
13357
13358 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
13359
13360        * Label.cs : Fix ToString method to give same output as MS.NET
13361
13362 2005-09-22  Jackson Harper  <jackson@ximian.com>
13363
13364         * TreeView.cs: Create the scrollbars when the handle is created
13365         and add them right away, just make them invisble. Also account for
13366         the window being shrunk vertically to the point that the vert
13367         scrollbar needs to be added.
13368         - Remove some 0.5 adjustments to get around anti aliasing issues.
13369         
13370 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
13371          
13372         * MainMenu.cs: Fixes default value
13373         * MenuItem.cs: Fixes default value
13374
13375 2005-09-22  Kazuki Oikawa  <kazuki@panicode.com>
13376
13377         * AsyncMethodResult.cs: Fixes Control.Invoke is blocked infinitely.
13378
13379 2005-09-21  Jackson Harper  <jackson@ximian.com>
13380
13381         * Control.cs: Don't try to set the border style on the window if
13382         it hasn't been created. When the window is created the border
13383         style will be used.
13384
13385 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
13386
13387         * Control.cs (Update): Don't call XplatUI if we don't have a
13388           window handle yet
13389
13390 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
13391
13392         * ContainerControl.cs: Instead of throwing an exception, print
13393           a one-time warning about Validate not being implemented
13394         * XplatUIWin32.cs: Removed debug output
13395
13396 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
13397
13398         * Control.cs: Only set XplatUI background if we expect the windowing
13399           system to handle the background. This stops controls that draw their
13400           own background from flickering
13401
13402         * XplatUIX11.cs: Support custom visuals and colormaps for window 
13403           creation. This allows, amongst other things, using MWF X11 windows 
13404           with OpenGL.
13405
13406 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
13407
13408         * OpenFileDialog.cs, ContentsResizedEventArgs.cs, LibSupport.cs, GridItem.cs,
13409           CursorConverter.cs, SplitterEventHandler.cs, PropertyGridTextBox.cs,
13410           GridTablesFactory.cs, MethodInvoker.cs, AccessibleEvents.cs,
13411           SplitterEventArgs.cs, XplatUI.cs, Mime.cs, PropertySort.cs,
13412           TreeViewCancelEventHandler.cs, Form.cs, PropertyGridCommands.cs,
13413           IDataGridEditingService.cs, DateBoldEventHandler.cs, Label.cs,
13414           KeyboardLayouts.cs, TextControl.cs, ProgressBar.cs, ToolTip.cs,
13415           RadioButton.cs, OSFeature.cs, LinkLabel.cs, ColorDialog.cs,
13416           ThemeNice.cs, ErrorIconAlignment.cs, TreeNode.cs, MimeGenerated.cs,
13417           ComboBox.cs, DataGridTextBoxColumn.cs, ArrangeStartingPosition.cs,
13418           GridColumnStylesCollection.cs, 
13419           IDataGridColumnStyleEditingNotificationService.cs,
13420           PropertyGrid.cs, IFeatureSupport.cs, ICommandExecutor.cs,
13421           MdiLayout.cs, GridEntry.cs, ControlBindingsCollection.cs,
13422           GridTableStylesCollection.cs, TreeViewCancelEventArgs.cs, 
13423           TreeNodeCollection.cs, AmbientProperties.cs, 
13424           RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
13425           DataObject.cs, ErrorProvider.cs, Splitter.cs,
13426           DataGridLineStyle.cs, Shortcut.cs, Control.cs,
13427           FontDialog.cs, SecurityIDType.cs, GridItemType.cs,
13428           BindingMemberInfo.cs, DataGridCell.cs, MdiChildContext.cs,
13429           IRootGridEntry.cs, PropertyGridView.cs, DataGridParentRowsLabelStyle.cs,
13430           FolderBrowserDialog.cs, OpacityConverter.cs, HelpProvider.cs,
13431           IComponentEditorPageSite.cs, DataGridTableStyle.cs, NavigateEventArgs.cs,
13432           NotifyIcon.cs, ContentsResizedEventHandler.cs, MenuItem.cs,
13433           PropertyTabChangedEventHandler.cs, TextBoxBase.cs, OpenTreeNodeEnumerator.cs,
13434           SelectionMode.cs, TextBox.cs, ListBindingConverter.cs,
13435           FileDialog.cs, KeysConverter.cs, DomainUpDown.cs,
13436           DataFormats.cs, SaveFileDialog.cs, GridItemCollection.cs,
13437           ArrangeDirection.cs, FeatureSupport.cs, SelectionRangeConverter.cs,
13438           RichTextBoxScrollBars.cs, NodeLabelEditEventHandler.cs, TreeNodeConverter.cs,
13439           MimeIcon.cs, X11Structs.cs, PropertyGridEntry.cs,
13440           ImageList.cs, ThemeWin32Classic.cs, X11Keyboard.cs,
13441           CheckedListBox.cs, HelpNavigator.cs, DateTimePickerFormat.cs,
13442           MdiClient.cs, DataGridDrawingLogic.cs, DataGridBoolColumn.cs,
13443           NodeLabelEditEventArgs.cs, Screen.cs, PropertyManager.cs,
13444           ComponentModel.cs, PropertiesTab.cs, CurrencyManager.cs,
13445           SizeGrip.cs, DateBoldEventArgs.cs, X11Dnd.cs, Panel.cs,
13446           Hwnd.cs, OSXStructs.cs, DrawMode.cs, XplatUIDriver.cs,
13447           RichTextBox.cs, PropertyTabChangedEventArgs.cs, CommonDialog.cs,
13448           DataGrid.cs, XplatUIX11.cs, RichTextBoxStreamType.cs, Win32DnD.cs,
13449           ErrorBlinkStyle.cs, TreeViewEventHandler.cs,
13450           PropertyValueChangedEventHandler.cs, IFileReaderService.cs,
13451           DataGridTextBox.cs, SelectedGridItemChangedEventArgs.cs, ScrollBar.cs,
13452           ListBox.cs, TreeViewAction.cs, Help.cs, TrackBar.cs,
13453           AxHost.cs, PropertyValueChangedEventArgs.cs, XplatUIOSX.cs,
13454           RichTextBoxFinds.cs, UpDownEventArgs.cs, Cursors.cs,
13455           CategoryGridEntry.cs, RichTextBoxWordPunctuations.cs, DataGridColumnStyle.cs,
13456           SelectedGridItemChangedEventHandler.cs, DateTimePicker.cs, NavigateEventHandler.cs,
13457           Clipboard.cs, UpDownEventHandler.cs, MonthCalendar.cs,
13458           SendKeys.cs, DataGridPreferredColumnWidthTypeConverter.cs, TreeView.cs,
13459           ThreadExceptionDialog.cs, ImageListConverter.cs, XplatUIWin32.cs,
13460           TreeViewEventArgs.cs: Fixed whitespace and set eol-style:native attribute
13461
13462 2005-09-21  Jackson Harper  <jackson@ximian.com>
13463
13464         * TreeNode.cs: Call Before/After Expand not Collapse when
13465         expanding.
13466
13467 2005-09-20  Jackson Harper  <jackson@ximian.com>
13468         
13469         * XplatUIX11.cs: Use the more hand looking hand (in most themes).
13470
13471 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
13472          
13473         * ListViewItem.cs:
13474                 - Fixes bug 76120
13475                 - Fixes proper storing of subitems
13476                 - Fixes not updated items
13477
13478 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com>
13479
13480         * Control.cs, TextBoxBase.cs, TextControl.cs: Don't do certain
13481           things if our window handle isn't created yet. Also disabled 
13482           debug for TextBoxBase
13483
13484 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com> 
13485
13486         * MenuAPI.cs: Remove filtering of events to allow menu usage
13487
13488 2005-09-20  Miguel de Icaza  <miguel@novell.com>
13489
13490         * Cursor.cs: Allow null to be passed to Cursor.Current.
13491
13492 2005-09-20  Alexander Olk  <alex.olk@googlemail.com>
13493
13494         * ThemeWin32Classic.cs:
13495           - Change some private methods/fields to protected virtual so that 
13496             they can be accessed and overriden in derived classes
13497           - First refactoring of some methods. Derived themes now don't 
13498             need to duplicate the complete code from ThemeWin32Classic
13499         * ThemeNice.cs:
13500           - Added nice StatusBar
13501           - Derive from ThemeWin32Classic and not Theme
13502           - Removed duplicate ThemeWin32Classic code
13503
13504 2005-09-20  Miguel de Icaza  <miguel@novell.com>
13505
13506         * Control.cs (ControlCollection.Add): If the value null is passed
13507         the control is ignored. 
13508
13509         Optimize this loop.
13510
13511 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com> 
13512
13513         * MenuAPI.cs: Replaced Application.Run() with a loop that tracks
13514           PostQuitMessage state.
13515         * XplatUIWin32.cs: Removed bogus PostQuitMessage P/Invoke with HWND arg
13516
13517 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com>
13518
13519         * Application.cs: Our constructor will never get called, move 
13520           initialization to fields; fixes bug #75933
13521
13522 2005-09-19 Hisham Mardam Bey <hisham.mardambey@gmail.com>
13523
13524         * FileDialog.cs :
13525                 - Allow files to be selected properly using file name
13526                 combo box.
13527                 - Add ability to change diretory (absolute / relative)
13528                 using file name combo box.
13529
13530 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
13531          
13532         * ListBox.cs: 
13533                 - Fixes Multicolumn listboxes item wrong calculations
13534                 - Allows to click when only one item is in the listbox
13535                 - Fixes crash when no items using keyboard navigation
13536
13537 2005-09-16  Alexander Olk  <alex.olk@googlemail.com>
13538
13539         * ComboBox.cs: Reverted almost everything from the latest patch which
13540           broke ComboBox
13541
13542 2005-09-16  Kazuki Oikawa <kazuki@panicode.com>
13543         
13544         * ToolTip.cs:
13545                 - Fixed #Mtd2 of ToolTipTest.RemoveToolTipTest.
13546         * ComboBox.cs:
13547                 - When DropDownStyle is Simple, it does not show scrollbar 
13548                 to the last item of the list.
13549                 - When DropDownStyle is Simple, it crashed when the list was 
13550                 scrolled down with the down cursor key.
13551                 - Fixed a bug that when DropDownStyle is DropDownList, the 
13552                 selected item was not shown.
13553                 - The position of the selected item was not preserved when 
13554                 the next dropdown happened.
13555         * ThemeWin32Classic.cs:
13556                 - Items were wrapped at the right end.
13557         * CheckedListBox.cs:
13558                 - Fixed Add method
13559         * ListBox.cs:
13560                 - Items should be fully shown.
13561                 - When resizing and vertical scrollbar disappeared, the item 
13562                 of index 0 should be on the top of the list.
13563                 - GetItemRectangle should consider the size of ver. scrollbar
13564         * StatusBar.cs:
13565                 - SizingGrip area should not be allocated when it is not 
13566                 displayed.
13567                 - Now it reflects MinWidth of the containing panel and 
13568                 fixed a crash that happens when its width becomes so small.
13569
13570 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
13571
13572         * CheckedListBox.cs: Fixes bug 76028
13573         * ListBox.cs: Fixes bug 76028
13574
13575 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
13576
13577         * ThemeWin32Classic.cs: Sets clipping on DataGridPaintRowsHeaders
13578         * DataGridDrawingLogic.cs: fixes issues with Datagrid drawing
13579
13580 2005-09-12  Jordi Mas i Hernandez <jordi@ximian.com>
13581
13582         * XplatUIX11.cs: fixes System.NullReferenceException in some situations
13583
13584 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
13585
13586         * IRootGridEntry.cs: Changed namespace to PropertyGridInternal 
13587
13588 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
13589
13590         * IRootGridEntry.cs: Added
13591         * PropertyGridCommands.cs: Added
13592         * PropertiesTab.cs: Added missing methods and property
13593         * PropertyGridView.cs: Made class internal
13594         * PropertyGridTextBox.cs: Made class internal
13595
13596 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
13597
13598         * MimeIcon.cs: Try to check some other environment variables
13599           if "DESKTOP_SESSION" returns "default"
13600
13601 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
13602
13603         * ThemeNice.cs: Corrected background colors (e.g. menus)
13604         * ColorDialog.cs: Use correct background colors for controls
13605
13606 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
13607
13608         * ThemeNice.cs: Merged r49535 from ThemeWin32Classic
13609
13610 2005-09-08  Peter Dennis Bartok  <pbartok@novell.com>
13611
13612         * RichTextBox.cs: Added initial implementation
13613         * lang.cs: Removed. Was accidentally checked in long time ago
13614         * TODO: Removed. Contents were obsolete
13615
13616 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
13617                                                                                 
13618         * PropertiesTab.cs : Added
13619
13620 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
13621                                                                                 
13622         * PropertyGrid.cs : Update
13623         * PropertyGridView.cs : Update
13624         * System.Windows.Forms.resx : Added images and strings
13625
13626 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com> 
13627
13628         * ThemeNice.cs: Do not dispose Pens retrieved from ResPool
13629  
13630 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com>
13631
13632         * XplatUIX11.cs: Force a flush after Ungrab; if case the app enters
13633           a busy loop right after the Ungrab the X11 display is otherwise 
13634           blocked
13635
13636 2005-09-06  Jordi Mas i Hernandez <jordi@ximian.com>
13637
13638         * ThemeWin32Classic.cs: Optimise the use of clipping
13639
13640 2005-09-05  Jordi Mas i Hernandez <jordi@ximian.com>
13641
13642         * DataGrid.cs: fixes recursion bug
13643
13644 2005-09-03  Alexander Olk  <alex.olk@googlemail.com>
13645
13646         * ThemeNice.cs: 
13647           - Draw RadioButton and CheckBox Buttons with DrawButtonBase
13648           - Cleanup
13649
13650 2005-09-02  Alexander Olk  <alex.olk@googlemail.com>
13651
13652         * ThemeNice.cs: Draw nice ProgressBars
13653
13654 2005-09-01  Miguel de Icaza  <miguel@novell.com>
13655
13656         * VScrollBar.cs: Another buglet found by Aaron's tool. 
13657
13658         * ProgressBar.cs: Fix three recursive bugs found by Aaron Tomb's
13659         bug finder.
13660
13661 2005-08-30  Alexander Olk  <alex.olk@googlemail.com>
13662
13663         * ThemeNice.cs:
13664           - Added nicer menu drawing
13665           - Updated DrawTab
13666           - some refactoring
13667
13668 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
13669
13670         * CreateParams.cs (ToString): Made output match MS
13671         * Control.cs (Text): Don't set Text or Focus via XplatUI unless 
13672             handle is already created (to avoid forcing window creation)
13673         * XplatUIX11.cs: Set window text to caption after creating window,
13674           in case Text was set before window was created
13675         * Form.cs: Use this.Text instead of a static string as caption
13676
13677 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
13678
13679         * NotifyIcon.cs: Don't set the window to visible; this screws
13680           up Win32 (causes WM_NCPAINT to be sent on Win32, which calls
13681           OnPaint without a bitmap)
13682         * XplatUIX11.cs: Removed Visible optimization in AddExpose; doesn't 
13683           happen very often anyway; we could add the check to the WM_PAINT 
13684           event generation code
13685
13686 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
13687
13688         * NotifyIcon.cs: Fill the icon area with a background color, to 
13689           avoid 'residue' when transparent icons are drawn
13690         * XplatUIX11.cs:
13691           - Handle whole_window == client_window when destroying windows
13692           - SystrayAdd(): Set client_window to whole_window value to
13693             get mouse and other events passed to NotifyIcon
13694
13695 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
13696
13697         * Form.cs: Set proper default for Opacity property
13698         * NotifyIcon.cs:
13699           - ShowSystray(): Don't bother creating telling the OS
13700             about the systray item if no icon is provided
13701           - Now handles WM_NCPAINT message to deal with whole/client window
13702             split
13703           - Create window as visible to not get caught by Expose optimization
13704         * Hwnd.cs: Removed debug message
13705         * ComboBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, TabControl.cs,
13706           StatusBar.cs, TreeView.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched 
13707             PaintEventStart/End to use new client argument
13708         * TextBoxBase.cs:
13709           - Commented out debug messages
13710           - Switched PaintEventStart/End to use new client argument
13711         * XplatUI.cs: Added client window bool to PaintEventStart()/
13712           PaintEventEnd() calls, to support drawing in non-client areas
13713         * XplatUIDriver.cs: 
13714           - Added client window bool to PaintEventStart()/PaintEventEnd() 
13715             calls, to support drawing in non-client areas
13716           - Added conditional compile to allow using MWF BeginInvoke 
13717             on MS runtime
13718         * XplatUIX11.cs:
13719           - Added some conditional debug output
13720           - Fixed SystrayAdd() method to support new (for SystrayAdd, anyway)
13721             whole/client window split
13722           - Implemented handling of client argument to PaintEventStart()/End()
13723         * Control.cs:
13724           - Throw exception if BeginInvoke() is called and the window handle
13725             or one of the window's parent handles is not created
13726           - Added conditional compile to allow using MWF BeginInvoke on
13727             MS runtime
13728           - get_Parent(): Only sets parent if handle is created. This avoids
13729             forcing window handle creation when parent is set.
13730           - Now fires Layout and Parent changed events in proper order
13731           - Switched to use Handle instead of window.Handle for Z-Order setting,
13732             the get_Parent() patch above causes us to possibly get null for 'window'
13733           - Implemented handling of client argument to PaintEventStart()/End()
13734           - Now reports back to windows that WM_SETCURSOR was handled (to avoid
13735             default handling)
13736           - Now sends a Refresh() to all child windows when Refresh() is called
13737
13738 2005-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
13739
13740         * Form.cs: Added (non-functional) Opacity property
13741         * XplatUIWin32.cs (SystrayAdd): Removed bogus line of code
13742
13743 2005-08-29  Alexander Olk  <xenomorph2@onlinehome.de>
13744         * ThemeNice.cs: New theme for MWF, based on ThemWin32Classic
13745           use export MONO_THEME=nice to activate it.
13746           Currently supported controls:
13747           - Button
13748           - ComboBox
13749           - ScrollBar
13750           - TabControl (TabAlignment.Top only, other will follow)
13751         * ThemeEngine.cs: Add theme nice
13752         * ButtonBase.cs: Redraw button on MouseEnter and MouseLeave everytime,
13753           if enabled
13754
13755 2005-08-25  Jonathan Chambers  <jonathan.chambers@ansys.com> 
13756
13757         * Splitter.cs: Resize docked control and its neighbor.
13758
13759 2005-08-24  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
13760         -- Making Windows with Menus layout correctly --
13761         * Form.cs : The first leg of the fix
13762                 Menu setter - adjust Client Size as needed to make space for the menu
13763                 SetClientSizeCore - doesn't call base version to be able to pass the 
13764                         menu handle to XplatUI.CalculateWindowRect
13765         * Hwnd.cs: Fix for menu_height, now gets from MenuAPI.MENU
13766         * XplatUIX11.cs: The critical second leg of the fix
13767                 GetWindowPos needs to use a recalculated client_rect
13768                 so that resizing the window doesn't break layout of child controls. 
13769                 Also a more complete rule to avoid X Server roundtrips in SetWindowPos
13770                 Lots of \t\n killed
13771
13772 2005-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
13773
13774         * Label.cs: Now properly recalculates width and height on Font and Text
13775           changes if AutoSize is set
13776
13777 2005-08-19  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
13778         * TreeView.cs : Revamped drawing logic, and support for FullRowSelect
13779
13780 2005-08-19  Jordi Mas i Hernandez <jordi@ximian.com>
13781
13782         * ImageList.cs: Makes ToString method compatible with MS
13783
13784 2005-08-18  Jordi Mas i Hernandez <jordi@ximian.com>
13785
13786         * MenuAPI.cs: fixes bug 75716
13787
13788 2005-08-11 Umadevi S <sumadevi@novell.com>
13789         * Control.cs: Fixed Remove & RemoveAt to make the parent of the control null.
13790
13791 2005-08-11 Umadevi S <sumadevi@novell.com>
13792         * Contorl.cs: Fixed ResetRightToLeft and ResetImeMode to work correctly
13793
13794 2005-08-10  Umadevi S <sumadevi@novell.com>
13795         * CheckedListBox.cs: Fixed event firing on Adding to the CheckedListBox
13796
13797 2005-08-07  Jordi Mas i Hernandez <jordi@ximian.com>
13798
13799         * Menu.cs: fixes bug 75700
13800         * MenuAPI.cs: fixes navigation issues
13801
13802 2005-08-09  Umadevi S <sumadevi@novell.com>
13803         * CheckedListBox.cs - simple fix for GetItemChecked.
13804
13805 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
13806
13807         * ComboBox.cs: Serveral fixes
13808         * ListBox.cs: Serveral fixes
13809
13810 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
13811
13812         * ComboBox.cs: Fixes FindString methods and GetItemHeight
13813         * ListBox.cs: Fixes FindString methods
13814
13815 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
13816
13817         * DataGrid.cs: fixes bugs exposed by new tests
13818
13819 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com> 
13820
13821         * Mime.cs: Compile Mono assembly references only if compiling
13822           with Mono (Allows to build with VS.Net again)
13823
13824 2005-07-28  Marek Safar  <marek.safar@seznam.cz>
13825
13826         * Control.cs (PaintControlBackground): Draw background image
13827         corrrectly.
13828         (CheckForIllegalCrossThreadCalls): Stubbed.
13829         
13830         * Form.cs (OnCreateControl): Center when should be centered.
13831         
13832         * ThemeWin32Classic.cs (DrawPictureBox): Pass size.
13833
13834 2005-07-19  Jordi Mas i Hernandez <jordi@ximian.com>
13835
13836         * Binding.cs: Binding to properties should be case unsensitive
13837
13838 2005-07-18 vlindos@nucleusys.com
13839
13840         * DataGrid.cs: fixes setmember order
13841
13842 2005-07-07  Alexander Olk  <xenomorph2@onlinehome.de>
13843
13844         * MimeIcon.cs: added MimeIcon stuff (MimeIconEngine)
13845         * FileDialog.cs: FileDialog is now resizable and uses the new
13846           MimeIconEngine
13847
13848 2005-07-06  Jordi Mas i Hernandez <jordi@ximian.com>
13849
13850         * DataGridTextBoxColumn.cs: default value
13851         * GridColumnStylesCollection.cs: fixes event firing, checking MappingName
13852         * GridTableStylesCollection.cs: fixes checking MappingName
13853         * DataGridDrawingLogic.cs: fixes drawing logic issues
13854         * DataSourceHelper.cs: rewritten to make compatible with more data sources
13855         * DataGrid.cs: fixes    
13856
13857 2005-07-06  Alexander Olk  <xenomorph2@onlinehome.de>
13858
13859         * MimeGenerated.cs: Use case sensitive comparer for
13860           NameValueCollections
13861
13862 2005-07-01  Jordi Mas i Hernandez <jordi@ximian.com>
13863
13864         * DataGridTextBoxColumn.cs: bug fixes, code refactoring 
13865         * ThemeWin32Classic.cs: bug fixes, code refactoring
13866         * DataGridDrawingLogic.cs:  bug fixes, code refactoring
13867         * DataGrid.cs: bug fixes, code refactoring
13868         * DataGridTextBox.cs: bug fixes, code refactoring
13869         * DataGridColumnStyle.cs:  bug fixes, code refactoring
13870         * Theme.cs:  bug fixes, code refactoring
13871
13872 2005-07-01  Peter Bartok  <pbartok@novell.com> 
13873
13874         * TextControl.cs: Quick fix for the reported crash on ColorDialog
13875           and other text box usage
13876
13877 2005-07-01  Jackson Harper  <jackson@ximian.com>
13878
13879         * TabControl.cs: Make sure the bottom of the tab covers the pages
13880         border.
13881
13882 2005-06-30  Peter Bartok  <pbartok@novell.com> 
13883
13884         * Form.cs (ShowDialog): Assign owner of the dialog
13885         * TextBoxBase.cs: Always refresh caret size when deleting, caret
13886           might have been moved to a tag with different height
13887
13888 2005-06-30  Jackson Harper  <jackson@ximian.com>
13889
13890         * Form.cs: Don't create an infinite loop when setting focus
13891         * MenuItem.cs: Don't dirty the parents if we don't have any
13892
13893 2005-06-29  Ben Maurer  <bmaurer@ximian.com>
13894
13895         * LibSupport.cs: Rename
13896
13897 2005-06-29  Peter Bartok  <pbartok@novell.com>
13898
13899         * TextBoxBase.cs: Re-align caret after deleting a character
13900         * TextControl.cs:
13901           - DeleteChars(): Ensure that tag covers the provided position
13902           - StreamLine(): Drop reference for dropped tag
13903
13904 2005-06-29  Peter Bartok  <pbartok@novell.com> 
13905
13906         * TextControl.cs: 
13907           - Selections now work properly, anchoring at the initial location
13908             and properly extending in either direction (SetSelectionToCaret(),
13909             SetSelectionStart() and SetSelectionEnd())
13910           - No longer redraws the whole control on selection change, now
13911             calculates delta between previous and new selection and only
13912             invalidates/redraws that area
13913           - Fixed FindPos() math off-by-one errors
13914           - Changed DeleteChars() to verify the provided tag covers the
13915             provided position, selections may have a tag that doesn't cover
13916             the position if the selection is at a tag border
13917           - Fixed off-by-one errors in DeleteChars()
13918           - Added missing streamlining check in DeleteChars() to remove
13919             zero-length tags
13920           - Implemented Invalidate() method, now properly calculates exposures
13921             between two given lines/positions
13922           - Implemented SetSelection()
13923           - Obsoleted and removed FixupSelection()
13924           - Improved RecalculateDocument() logic, removing code duplication
13925
13926 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13927
13928         * LibSupport.cs: changes to match different input/output arguments.
13929
13930 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13931
13932         * LibSupport.cs: added libsupport.so init routine.
13933
13934 2005-06-29  Jordi Mas i Hernandez <jordi@ximian.com>
13935         
13936         * ControlBindingsCollection.cs
13937                 - Throws an exception on null datasource when adding
13938                 - Checks for duplicated bindings when adding
13939
13940 2005-06-28  Jackson Harper  <jackson@ximian.com>
13941
13942         * TreeView.cs (OnKeyDown): Support left and right properly
13943         (navigates as well as expanding and collapsing.
13944         - Add support for Multiply, this expands all the selected nodes
13945         children.
13946         - Fix some tabbing.
13947
13948 2005-06-28  Jackson Harper  <jackson@ximian.com>
13949
13950         * TreeView.cs: Implement keyboard navigation, currently supports,
13951         LEFT, RIGHT, UP, DOWN, PGUP, PGDOWN, HOME, END, ADD, SUBTRACT. Add
13952         support for toggling checkboxes with the space bar.
13953
13954 2005-06-28  Jackson Harper  <jackson@ximian.com>
13955
13956         * OpenTreeNodeEnumerator.cs: Don't move past the begining of the
13957         tree.
13958
13959 2005-06-28  Jackson Harper  <jackson@ximian.com>
13960
13961         * TreeView.cs: Add missing event.
13962
13963 2005-06-27  Peter Bartok  <pbartok@novell.com> 
13964
13965         * TextControl.cs:
13966           - Made line ending size configurable (now allows for counting 
13967             lineendings as \n or \r\n)
13968           - Added margin to viewport to keep caret visible on right side
13969           - Fixed translation routines for line/pos to documentpos to consider
13970             cr/lf when counting (Fixes RichTextBox.SelectionFont issues)
13971           - Fixed some line-endings to be unix style
13972           - Fixed Document.FormatText to perform it's calculations 1-based
13973           - Added descriptions for a few methods that might otherwise get 
13974             used wrong
13975           - Added NOTE section with some basic conventions to remember at 
13976             the top of the file
13977           - Major fixup for RichTextBox selection drawing:
13978             * Fixed crashes when multiple tags on a single line were selected
13979             * fixed selection box drawing not overlaying text
13980             * fixed bogus offset calculation for tags not starting at index 1
13981             * Switched behaviour from using multiple Substrings of a 
13982               StringBuilder.ToString() to using multiple 
13983               StringBuilder.ToString(start, length) statements, hoping this is
13984               faster (kept original version commented out in the code, in case
13985               original version was faster)
13986         * TextBox.cs (set_TextAlignment): TextBox always needs to wrap if 
13987           alignment != Left
13988         * TextBoxBase.cs (CalculateDocument): Made protected so RichTextBox can
13989           call it as well
13990
13991 2005-06-27  Jackson Harper  <jackson@ximian.com>
13992
13993         * TabControl.cs: Move to the left and right with the arrow
13994         keys. These keys don't cycle beyond first and last like
13995         tab. Refresh all the tabs when scrolling them to the left or
13996         right.
13997
13998 2005-06-27  Jackson Harper  <jackson@ximian.com>
13999
14000         * TabControl.cs:
14001           - ToString: Added method
14002           - CreateParams: Remove TODO and comment
14003           - OnKeyDown: Cycle through bounds properly.
14004           - SelectedIndex: Scroll to the right or left if we need to
14005           display the newly selected tab.
14006
14007 2005-06-23  Jackson Harper  <jackson@ximian.com>
14008
14009         * TabControl.cs: Stay in bounds when cycling. Make sure Handled is
14010         set.
14011
14012 2005-06-23  Jackson Harper  <jackson@ximian.com>
14013
14014         * TabControl.cs: Keyboard handling. We now support CTRL-TAB,
14015         CTRL-SHIFT-TAB, and HOME, END are there any others?
14016
14017 2005-06-23  Jackson Harper  <jackson@ximian.com>
14018
14019         * XplatUIX11.cs: Get the modifier keys from the keyboard driver.
14020
14021 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
14022         
14023         * DataGridTextBoxColumn.cs: fixes and enhancements
14024         * ThemeWin32Classic.cs: fixes and enhancements
14025         * DataGridBoolColumn.cs:  fixes and enhancements
14026         * DataGridDrawingLogic.cs:  fixes and enhancements
14027         * CurrencyManager.cs: fixes and enhancements
14028         * DataGrid.cs: fixes and enhancements
14029         * DataGridColumnStyle.cs:  fixes and enhancements
14030
14031 2005-06-22  Jackson Harper  <jackson@ximian.com>
14032
14033         * TabControl.cs: Add some missing methods that just call into the
14034         base. Make the TabPageCollection's IList interface behave in the
14035         same manner as the MS implementation.
14036
14037 2005-06-22  Peter Bartok  <pbartok@novell.com> 
14038
14039         * TextControl.cs: Added sanity check
14040         * TextBoxBase.cs: 
14041           - Fixed wrapping behaviour, don't set wrap on single line controls
14042             (this fixes the breakage of colordialog introduced in an earlier
14043              checkin)
14044           - Added rudimentary support for autoscrolling right-aligned controls
14045             (still needs fixing, also, center alignment scroll is missing)
14046
14047 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
14048         
14049         * ScrollBar.cs: Fixes thumbpos on Maximum values
14050
14051 2005-06-21  Jonathan Chambers <jonathan.chambers@ansys.com>
14052         
14053         * PropertyGridView.cs: Pass context information to UITypeEditors 
14054
14055 2005-06-21  Peter Bartok  <pbartok@novell.com> 
14056
14057         * TextBoxBase.cs:
14058           - Now calling PositionCaret with absolute space coordinates
14059           - Enabled vertical scrolling
14060           - Better tracking of scrollbar changes, tied into WidthChange
14061             event
14062           - Improved cursor tracking
14063           - Removed debug output
14064         * TextControl.cs:
14065           - PositionCaret coordinates are now works in absolute space, not 
14066             the canvas
14067           - Improved tracking of document size
14068           - Added events for width and height changes
14069
14070 2005-06-21  Peter Bartok  <pbartok@novell.com>
14071
14072         * Form.cs: Set focus to active control when form is activated
14073         * TextControl.cs: 
14074           - Added word-wrap functionality to RecalculateLine() 
14075           - Added some short function descriptions for VS.Net to aid in
14076             writing dependent controls
14077           - Added Caret property, returning the current coords of the caret
14078           - Added ViewPortWidth and ViewPortHeight properties
14079           - Added Wrap property
14080           - Added CaretMoved event
14081           - Removed some old debug code
14082           - Split() can now create soft splits
14083           - Added PreviousTag()/NextTag() to allow walking "tag-lists"
14084           - Added method to format existing text
14085           - Fixed size/alignment calculations to use viewport
14086           - RecalculateDocument now can handle changing line-numbers while
14087             calculating lines
14088
14089         * TextBox.cs:
14090           - Added some wrap logic, we don't wrap if alignment is not left
14091           - Added casts for scrollbar var, base class switched types to
14092             also support RichTextBoxA
14093           - Implemented handling of scrollbar visibility flags
14094
14095         * TextBoxBase.cs:
14096           - Switched scrollbars type to RichTextBoxScrollBars to support
14097             RichTextBox
14098           - Added tracking of canvas width/height
14099           - Switched scrollbars to be not selectable (to keep focus on text)
14100           - Added central CalculateDocument() method to handle all redraw
14101             requirements
14102           - Added ReadOnly support
14103           - Added WordWrap support
14104           - Fixed handling of Enter key (we now treat it as a DialogKey)
14105           - Fixed caret positioning when h or v scroll is not zero
14106           - Fixed placing/generation of vertical scrollbar
14107           - Added CalculateScrollBars() method to allow updating scrollbar
14108             limits and visibility
14109           - Fixed handling of horizontal scroll
14110           - Added handling of vertical scroll
14111           - Implemented auto-'jump' when caret moves to close to a left or
14112             right border and there is text to be scrolled into view (currently
14113             there's the potential for a stack overflow, until a bug in
14114             scrollbar is fixed)
14115
14116 2005-06-21  Geoff Norton  <gnorton@customerdna.com>
14117         
14118         * XplatUIOSX.cs: Initial implementation of WM_ERASEBKGND
14119
14120 2005-06-19  Alexander Olk  <xenomorph2@onlinehome.de>
14121
14122         * Mime.cs:
14123         - added inodes.
14124         - return application/x-zerosize for files with size zero
14125           (if no extension pattern matches).
14126         - check matches collection for strings too.
14127         - return only the first mime type if the name value
14128           collection has more than one mime type.
14129
14130 2005-06-18  Jonathan Chambers <jonathan.chambers@ansys.com>
14131         
14132         * PropertyGrid.cs: Cleaned up some TODOs
14133         * PropertyGridView.cs: Added support for UITypeEditors
14134
14135 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
14136         
14137         * DataGrid.cs: clears cached value
14138
14139 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
14140
14141         * DataGridTextBoxColumn.cs: new rows, speed improvements, fixes, readonly prop.
14142         * DataGridDrawingLogic.cs: new rows, speed improvements, fixes, readonly prop.
14143         * DataGrid.cs: new rows, speed improvements, fixes, readonly prop.
14144         * DataGridColumnStyle.cs: new rows, speed improvements, fixes, readonly prop.
14145         
14146 2005-06-16  Jordi Mas i Hernandez <jordi@ximian.com>
14147
14148         * ThemeWin32Classic.cs: fixes colour
14149
14150 2005-06-15  Peter Bartok  <pbartok@novell.com>
14151
14152         * MWFCategoryAttribute.cs: Added (Needed for PropertyGrid designer support)
14153         * MWFDescriptionAttribute.cs: Added (Needed for PropertyGrid designer support)
14154         * ButtonBase.cs: Added MWFCategory and MWFDescription attributes
14155         * Control.cs: Added some MWFCategory and MWFDescription attributes
14156         * ScrollBar.cs: Added some MWFCategory and MWFDescription attributes
14157
14158 2005-06-15  Alexander Olk  <xenomorph2@onlinehome.de>
14159
14160         * Mime.cs, MimeGenerated.cs: First draft of MWF mime stuff, see Mime.cs for
14161         usage
14162
14163 2005-06-14  Jordi Mas i Hernandez <jordi@ximian.com>
14164
14165         * DataGridTextBoxColumn.cs: default datagrid settings for Default Styles, fixes
14166         * DataGridTableStyle.cs: default datagrid settings for Default Styles, fixes
14167         * DataGridDrawingLogic.cs: default datagrid settings for Default Styles, fixes
14168         * DataGridBoolColumn.cs: default datagrid settings for Default Styles, fixes
14169         * DataGrid.cs: default datagrid settings for Default Styles, fixes
14170         * DataGridColumnStyle.cs: default datagrid settings for Default Styles, fixes
14171
14172 2005-06-13  Jackson Harper  <jackson@ximian.com>
14173
14174         * XplatUIX11.cs: Override SetAllowDrop on X11 so an error message
14175         isn't printed when the user enables dropping. (X11 does accept
14176         drops).
14177         
14178 2005-06-13  Jackson Harper  <jackson@ximian.com>
14179
14180         * TreeView.cs: Remove some TODOS.
14181
14182 2005-06-13  Jackson Harper  <jackson@ximian.com>
14183
14184         * Form.cs: Hook into the mdi framework.
14185         * MdiClient.cs: Use the base control collections add method so
14186         parents get setup correctly. Set the default back colour and dock
14187         style.
14188         * MdiChildContext.cs: New class, this bad actor handles an
14189         instance of an MDI window. Right now there is only basic
14190         support. You can drag, close, and resize windows. Minimize and
14191         Maximize are partially implemented.
14192
14193 2005-06-13  Jackson Harper  <jackson@ximian.com>
14194
14195         * XplatUIX11.cs: Mash numbers together properly, otherwise we get
14196         freaky when both vals are negative. NOTE: There are probably other
14197         places in XplatUIX11 that this needs to be done.
14198
14199 2005-06-13  Jordi Mas i Hernandez <jordi@ximian.com>
14200
14201         * DataGrid.cs: implement missing methods, move KeyboardNavigation
14202         * DataGridColumnStyle.cs: fixes signature
14203
14204 2005-06-12  Jackson Harper  <jackson@ximian.com>
14205
14206         * XplatUIX11.cs: Use sizing cursors similar to the ones on
14207         windows.
14208
14209 2005-06-11  Jackson Harper  <jackson@ximian.com>
14210
14211         * StatusBarPanel.cs: Signature cleanups. Implement
14212         BeginInit/EndInit.
14213
14214 2005-06-10  Jordi Mas i Hernandez <jordi@ximian.com>
14215
14216         * DataGridTextBoxColumn.cs: Honors aligment
14217         * GridColumnStylesCollection.cs: Contains is case unsensitive
14218         * GridTableStylesCollection.cs: several fixes
14219         * DataGridTableStyle.cs: default column creation
14220         * DataGridDrawingLogic.cs: fixes
14221         * CurrencyManager.cs: ListName property
14222         * DataGrid.cs: multiple styles support
14223         * DataGridColumnStyle.cs: fixes
14224         
14225
14226 2005-06-10  Peter Bartok  <pbartok@novell.com>
14227
14228         * Control.cs(Select): Moved SetFocus call to avoid potential
14229           loops if controls change the active control when getting focus
14230         * UpDownBase.cs: Fixes to allow proper keyboard focus after clicking
14231           the up/down buttons
14232
14233 2005-06-10  Matthias Felgner  <matthiasf@voelcker.ocm>
14234
14235         * ImageListConverter.cs: Implemented
14236
14237 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
14238
14239         * MonthCalendar.cs: Wired in NumericUpDown control for year
14240
14241 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
14242
14243         * MonthCalendar.cs: Removed MonoTodo attributes on Click and
14244           DoubleClick events, since they are not meant to be fired.
14245
14246 2005-06-09  Peter Bartok  <pbartok@novell.com>
14247
14248         * UpDownBase.cs, NumericUpDown.cs, DomainUpDown.cs: Integrated
14249           Jonathan's standalone controls into MWF, implemented missing
14250           events, attributes and methods; added xxxAccessible classes
14251         * AccessibleObject.cs: Made fields internal so other classes
14252           can change them if needed
14253
14254 2005-06-09  Jonathan Gilbert  <2a5gjx302@sneakemail.com>
14255
14256         * UpDownBase.cs: Complete implementation
14257         * NumericUpDown.cs: Complete implementation
14258         * DomainUpDown.cs: Complete implementation
14259
14260 2005-06-09  Jordi Mas i Hernandez <jordi@ximian.com>
14261
14262         * DataGridTextBoxColumn.cs: drawing fixes
14263         * DataGridCell.cs: fixes ToString method to match MSNet
14264         * DataGridTableStyle.cs: fixes
14265         * DataGridBoolColumn.cs: fixes, drawing
14266         * DataGridDrawingLogic.cs: fixes, new methods
14267         * DataGridTextBox.cs: Keyboard and fixes
14268         * DataGrid.cs:
14269                 - Keyboard navigation
14270                 - Scrolling fixes
14271                 - Row selection (single, multiple, deletion, etc)
14272                 - Lots of fixes
14273         
14274 2005-06-07  Jackson Harper  <jackson@ximian.com>
14275
14276         * ThemeWin32Classic.cs: Clear the background area when drawing
14277         buttons.
14278
14279 2005-06-06  Peter Bartok  <pbartok@novell.com>
14280
14281         * ImageListStreamer.cs: Fixed signature for GetData
14282         * CheckBox.cs: Fixed base class for CheckBoxAccessibleObject
14283         * ComboBox.cs:
14284           - Added missing ChildAccessibleObject class
14285           - Added missing OnXXXFocus overrides, switched to using those
14286             instead of the event handler
14287         * Control.cs:
14288           - Added Parent property for ControlAccessibleObject
14289           - Fixed signatures
14290           - Fixed attributes
14291           - Added ResetBindings()
14292         * ListBindingConverter.cs: Implemented some methods
14293         * ButtonBase.cs: Added missing ButtonBaseAccessibleObject class
14294         * ImageList.cs: Implemented basic handle scheme, removed TODOs
14295         * ContainerControl.cs: Fixed signature, now subscribing to the
14296           ControlRemoved event instead of overriding the handler, LAMESPEC
14297         * CurrencyManager.cs: Added missing attribute
14298         * MonthCalendar.cs: Added missing properties
14299
14300 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
14301
14302         * DataGridColumnStyle.cs: fixes for DataGridColumnStyle
14303         
14304 2005-06-06  Gaurav Vaish and Ankit Jain
14305
14306         * DataSourceHelper.cs: Gaurav Vaish and Ankit Jain patch for databinding
14307         * DataGrid.cs: Gaurav Vaish and Ankit Jain patch for databinding
14308         
14309 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
14310
14311         * Control.cs: fixes CreateParams Width / Height.
14312
14313 2005-06-05  Peter Bartok  <pbartok@novell.com>
14314
14315         * Win32DnD.cs: Removed compilation warnings
14316
14317 2005-06-05  Peter Bartok  <pbartok@novell.com>
14318
14319         * Control.cs (CreateParams): Since we don't know if one of the
14320           properties we use is overridden, lets make sure if we fail accessing
14321           we continue with a backup plan
14322
14323 2005-06-05  Peter Bartok  <pbartok@novell.com>
14324
14325         * Win32DnD.cs:
14326           - Removed debug output
14327           - Added MarshalAs attribute to ensure proper marshalling of FORMATETC
14328             struct
14329           - Plugged resource leak
14330         * XplatUIStructs.cs: Changed ClipboardFormats size to ushort, to match
14331           MS size
14332
14333 2005-06-05  Peter Bartok  <pbartok@novell.com>
14334
14335         * XplatUIWin32.cs: Removed DnD code
14336         * Win32DnD.cs: Implemented drop source and drop target functionality
14337
14338 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14339
14340         * UpDownBase.cs: remove duplicate addition of event, enable some code
14341         that was commented out.
14342         * NumericUpDown.cs: added missing attributes and Hexadecimal property.
14343         Validate input when a key is pressed. It works fine now for every
14344         combination of Hexadecimal. Only missing some drawing love when sharing
14345         space with other controls.
14346
14347 2005-06-04  Peter Bartok  <pbartok@novell.com>
14348
14349         * Control.cs:
14350           - We need to pass a window for DragDrop, so enable callback events
14351           - Added DnD callback events when being a DragSource
14352         * XplatUI.cs (StartDrag): Added window handle argument
14353         * XplatUIDriver.cs (StartDrag): Added window handle argument
14354         * QueryContinueDragEventArgs: Made fields internally accessible so
14355           drivers can set them
14356         * GiveFeedbackEventArgs: Made fields internally accessible so drivers
14357           can set them
14358
14359 2005-06-03  Jordi Mas i Hernandez <jordi@ximian.com>
14360
14361         * DataGridTextBoxColumn.cs: column text editing
14362         * DataGridTableStyle.cs: Respect columns styles created by the user
14363         * DataGridDrawingLogic.cs: lots of drawing fixes and enhanments
14364         * DataGridBoolColumn.cs: bool column editing
14365         * DataGrid.cs: fixes to scrolling, properties, etc
14366         * DataGridTextBox.cs: handle keyboard
14367         * DataGridColumnStyle.cs: fixes
14368
14369 2005-06-02  Jackson Harper  <jackson@ximian.com>
14370
14371         * ImageListStreamer.cs: Somewhat broken implementation of
14372         GetObjectData. The RLE needs some work to match MS properly.
14373
14374 2005-06-02  Jackson Harper  <jackson@ximian.com>
14375
14376         * X11Dnd.cs: Attempting to keep at least one file in MWF
14377         monostyled.
14378
14379 2005-06-02  Peter Bartok  <pbartok@novell.com>
14380
14381         * X11DnD.cs: Use Marshal.SizeOf instead of sizeof, no /unsafe required
14382           that way
14383
14384 2005-06-02  Peter Bartok  <pbartok@novell.com>
14385
14386         * Control.cs: Removed MonoTODO from DoDragDrop and added call to Xplat
14387         * XplatUI.cs: Added DoDragDrop() method
14388         * XplatUIDriver.cs: Added DoDragDrop() method
14389
14390 2005-06-02  Jackson Harper  <jackson@ximian.com>
14391
14392         * Splitter.cs: Implement BorderStyle.
14393
14394 2005-06-02  Jackson Harper  <jackson@ximian.com>
14395
14396         * XplatUIX11.cs: Tie into the X11Dnd subsystem.
14397         * X11Dnd.cs: New file. A subsystem that handles drag and drop on
14398         X11 using XDND.
14399
14400 2005-06-02  Peter Bartok  <pbartok@novell.com>
14401
14402         * DataObject.cs:
14403           - Added Data setter
14404           - Fixed broken insertion code for SetData, now also
14405             overwrites any existing entry of the same format name
14406         * Hwnd.cs: Added list of pointers that automatically gets
14407           freed when the window is disposed
14408         * XplatUI.cs: Call driver initialization method when loading
14409           a driver
14410         * Control.cs:
14411           - OnDragLeave takes EventArgs, not DragEventArgs
14412           - Added setting of WS_EX_ACCEPTFILES style when dropping is
14413             supported
14414           - Forces style update when drop state changes
14415         * XplatUIWin32.cs: Implemented Drag'n'Drop (as good as possible,
14416           not perfect since we cannot (yet) call the IDataObject.GetData()
14417           method, we keep getting 0x80004005 error, dunno why)
14418
14419 2005-06-02  Peter Bartok  <pbartok@novell.com>
14420
14421         * DragEventArgs.cs: Make fields internal so we can cache the
14422           object and re-set the fields from XplatUI
14423
14424 2005-06-02  Jackson Harper  <jackson@ximian.com>
14425
14426         * Control.cs: Add some internal methods so the DnD subsystem can
14427         raise DnD events. Also call into the driver when AllowDrop is set.
14428         * XplatUI.cs:
14429         * XplatUIDriver.cs: New method for setting whether or not a window
14430         is allowed to accept drag and drop messages.
14431                 
14432 2005-06-01  Jordi Mas i Hernandez <jordi@ximian.com>
14433         
14434         * ScrollBar.cs: Make sure that values sent in Scroll events
14435         are always between Maximum and Minimum.
14436
14437 2005-06-01  Marek Safar  <marek.safar@seznam.cz>
14438
14439         * Menu.cs: Call MenuChanged when menuitem visibility has been
14440         changed.
14441         * MenuItem.cs: Rebuild menu when item is (not) visible.
14442         * MainMenu.cs: MainMenu has special MenuChanged.
14443         * Theme.cs: Caption and FrameBorderSize are not fixed.
14444         * XplatUI.cs: Added CaptionHeight,FrameBorderSize.
14445         * XplatUIDriver.cs: Introduced Caption and FrameBorderSize.
14446         * XplatUIX11.cs,
14447         * XplatUIOSX: Caption and FrameBorderSize not implemented yet.
14448         * XplatUIWin32.cs: Get Caption and FrameBorderSize from system.
14449
14450 2005-05-30  Jackson Harper  <jackson@ximian.com>
14451
14452         * DataFormat.cs: We can't statically initialize this stuff because
14453         it calls into the xplatui and could create a loop. So we lazy init
14454         it.
14455
14456 2005-05-28  Jackson Harper  <jackson@ximian.com>
14457
14458         * Control.cs: Proper implementation of Product(Name/Version).
14459
14460 2005-05-27  Jackson Harper  <jackson@ximian.com>
14461
14462         * DataObject.cs: Dont crash if no data is found.
14463
14464 2005-05-26  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
14465         * MdiClient.cs: Add missing Localizable attribute to BackgroundImage property
14466                 as per status page, guessing it should be set to true
14467
14468 2005-05-26  Jordi Mas i Hernandez <jordi@ximian.com>
14469
14470         * DataGridTextBoxColumn.cs: Draws text and basic text formatting
14471         * DataGridTableStyle.cs: set proper formatting text, def header text
14472         * ThemeWin32Classic.cs: new themable paramaters
14473         * DataGridBoolColumn.cs: paint check box, get data, fixes
14474         * DataGridDrawingLogic.cs: huge improvements in painting, fixes, new methods
14475         * DataGrid.cs: fixes properties, implements vertical and horizontal scrolling
14476         * DataGridColumnStyle.cs: fixes
14477         * Theme.cs: new themable paramaters
14478                 
14479 2005-05-26  Peter Bartok  <pbartok@novell.com>
14480
14481         * ContainerControl.cs: Pass AdjustFormScrollbars() call on to base
14482
14483 2005-05-24 Jonathan S. Chambers <jonathan.chambers@ansys.com>
14484         * Control.cs: Fixed LowOrder and HighOrder to preserve sign.
14485
14486 2005-05-24  Peter Bartok  <pbartok@novell.com>
14487
14488         * OpenFileDialog.cs, Form.cs, Menu.cs, GroupBox.cs, UserControl.cs,
14489           Label.cs, DataGridTextBoxColumn.cs, PropertyGrid.cs, ErrorProvider.cs
14490           Splitter.cs, Control.cs, FontDialog.cs, TabPage.cs,
14491           FolderBrowserDialog.cs, HelpProvider.cs, DataGridTableStyle.cs,
14492           NotifyIcon.cs, FileDialog.cs, ListView.cs, SaveFileDialog.cs,
14493           ToolBarButton.cs, ImageList.cs, DataGridBoolColumn.cs, Panel.cs,
14494           DataGrid.cs, DataGridTextBox.cs, ListBox.cs, TrackBar.cs,
14495           AxHost.cs, TabControl.cs, ScrollableControl.cs, ToolBar.cs,
14496           DataGridColumnStyle.cs, PictureBox.cs, DateTimePicker.cs,
14497           StatusBar.cs, MonthCalendar.cs, TreeView.cs: Added
14498           missing attributes, etc
14499         * DataGridPreferredColumnWidthTypeConverter.cs: Added
14500
14501 2005-05-24  Peter Bartok  <pbartok@novell.com>
14502
14503         * Help.cs: Added, implemented trivial functions, throws up MessageBox
14504           when user tries to get help
14505         * DataObject.cs, DataFormats.cs, LinkArea.cs,
14506           SelectionRangeConverter.cs, Clipboard.cs : Removed unused variables
14507           to suppress warnings
14508         * XplatUIWin32.cs, XplatUIOSX.cs, XplatUIX11.cs: Removed unused code to
14509           avoid unreachable code warning
14510
14511 2005-05-20  Peter Bartok  <pbartok@novell.com>
14512
14513         * CursorConverter.cs (ConvertTo): Switched to use Cursor.GetObjectData
14514
14515 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
14516
14517         * DataGridTextBoxColumn.cs: Basic painting methods
14518         * DataGridTableStyle.cs: Set table style in the column
14519         * ThemeWin32Classic.cs: Use Theme for colors
14520         * DataGridDrawingLogic.cs: Implement more drawing
14521         * DataGrid.cs: drawing, theming, enhacements, fixes
14522         * DataGridColumnStyle.cs: fixes, drawing
14523         * Theme.cs: theming for Datagrid
14524
14525 2005-05-20  Peter Bartok  <pbartok@novell.com>
14526
14527         * Cursor.cs: Implemented GetObjectData() method
14528
14529 2005-05-20  Peter Bartok  <pbartok@novell.com>
14530
14531         * Cursors.cs: Added setting of cursor name
14532         * Cursor.cs:
14533           - Implemented constructors
14534           - Implemented Draw and DrawStretched
14535           - Implemented Current property
14536           - Implemented == and != operators
14537           - Implemented Dispose()
14538           - Implemented ToString
14539           - Added missing attributes
14540         * XplatUIX11.cs:
14541           - Added missing reset for OverrideCursor when DoEvents is called
14542           - Fixed creation of cursor, logic was wrong
14543         * XplatUIWin32.cs:
14544           - Added missing reset for OverrideCursor when DoEvents is called
14545           - Fixed creation of cursor, bit arrays were swapped
14546         * Clipboard.cs: Removed obsolete MonoTODO attribute
14547
14548 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
14549
14550         * ComboBox.cs: fixes OnSelectedItemChanged
14551         * ControlBindingsCollection.cs: fixes item range check
14552
14553 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
14554
14555         * UpDownBase.cs:
14556                 - Calc preferred height properly
14557                 - Implement missing properties
14558                 
14559         * NumericUpDown.cs: Implement missing events
14560
14561 2005-05-19  Jackson Harper  <jackson@ximian.com>
14562
14563         * TabControl.cs: New method that resizes the tab pages before
14564         redrawing them. This as needed as the control is double buffered
14565         and sizing will not be recalculated unless ResizeTabPages is
14566         called.
14567         * TabPage.cs: Set base.Text instead of Text in the constructor so
14568         that UpdateOwner does not get called. Use the new Redraw method of
14569         TabControl instead of Refresh so the sizing is recalculated.
14570         * ThemeWin32Classic.cs: Draw the text for button tabs.
14571
14572 2005-05-19  Jackson Harper  <jackson@ximian.com>
14573
14574         * Control.cs: Paint control background images. Fix typo where
14575         PaintControlBackground was not getting called correctly.
14576
14577 2005-05-19  Peter Bartok  <pbartok@novell.com>
14578
14579         * ScrollableControl.cs (DisplayRectangle): Undid my last change until
14580           I can investigate, apparently I broke FileDialog
14581
14582 2005-05-19  Marek Safar  <marek.safar@seznam.cz>
14583
14584         * AxHost.cs: Some simple properties.
14585         * Control.cs: window must be accessible after ctor.
14586         * Form.cs: Added TransparencyKey property.
14587         * TextBoxBase.cs: Implemented Clear. Text property can be null.
14588         * XplatUIWin32.cs: SetBorderStyle implemented.
14589
14590 2005-05-18  Peter Bartok  <pbartok@novell.com>
14591
14592         * DataObject.cs: Entries are not global but particular to the
14593           DataObject, now it behaves that way
14594         * XplatUIWin32.cs: Implemented Clipboard methods
14595         * Clipboard.cs: Implemented
14596         * ScrollableControl.cs (DisplayRectangle): Fixed calculation
14597         * XplatUIOSX.cs: Updated to final clipboard prototypes
14598         * XplatUIX11.cs: Implemented Clipboard methods
14599         * XplatUIDriver.cs: Updated to final clipboard prototypes
14600         * XplatUIStructs.cs:
14601           - Added BITMAPINFOHEADER struct
14602           - Added ClipboardFormats enum
14603         * X11Structs.cs:
14604           - Added ClipboardStruct
14605           - Added Atom enum items for clipboard types
14606           - Fixed atom types for Selection event structures
14607         * DataFormats.cs:
14608           - Added internal properties and methods for drivers to enumerate
14609             all known formats
14610           - Switched initialization method to allow drivers to assign their
14611             own IDs even for the MS predefined clipboard IDs
14612         * XplatUI.cs: Updated to final clipboard interface
14613
14614 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
14615         * PropertyGridView.cs: Fixed compiler warnings.
14616
14617 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
14618         * PropertyGrid.cs: Added some event calls
14619         * PropertyGridView.cs: Change drawing code to use double buffering
14620         * PropertyGridTextBox.cs: Changed Text property name
14621         * GridItem.cs: Added Bounds property.
14622         * GridEntry.cs: Added Bounds property.
14623
14624 2005-05-17  Lluis Sanchez Gual  <lluis@novell.com>
14625
14626         * Binding.cs: Use IsInstanceOfType instead of IsAssignableFrom
14627         since GetType() may not return the correct type if the object is
14628         a remoting proxy.
14629
14630 2005-05-17  Jordi Mas i Hernandez <jordi@ximian.com>
14631
14632         * TreeNodeCollection.cs: fixes get/set item ranges
14633         
14634 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
14635
14636         * ListBox.cs: Kazuki Oikawa's PreferredHeight and ItemHeight fixes
14637                 
14638 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
14639
14640         * ComboBox.cs: Fix item range comparation
14641         * ListView.cs: Fix item range comparation
14642
14643 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
14644
14645         * FontDialog.cs:
14646           - Clear example panel when OnPaint is called
14647           - Better solution for displaying the example panel text
14648           - Select default indexes in the ListBoxes
14649
14650 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
14651
14652         * XplatUIOSX.cs: Avoid painting into invisible views.  Fixes #74926
14653
14654 2005-05-11  Peter Bartok  <pbartok@novell.com>
14655
14656         * LinkArea.cs: Added and implemented LinkAreaTypeConverter class
14657         * SelectionRangeConverter.cs: Implemented
14658         * PropertyGrid.cs: Fixed attribute value
14659         * Control.cs:
14660           - Invoke(): Don't call Begin/EndInvoke if it is not neccessary
14661           - Added Sebastien Pouliot's CAS Stack Propagation fixes
14662         * XplatUIDriver.cs: Added new XplatUIDriverSupport class, for code
14663           that's common to all drivers. First methods to go there are
14664           Sebastien Pouliot's CAS Stack Propagation helper methods
14665         * XplatUIWin32.cs, XplatUIX11.cs, AsyncMethodData.cs: Fixes by
14666           Sebastien Pouliot for CAS Stack Propagation
14667
14668 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
14669
14670         * OSXStructs.cs:
14671           XplatUIOSX.cs: More cosmetic cleanup courtesy of Artyom Tyazhelov (Artyom.Tyazhelov@helmes.ee)
14672
14673 2005-05-12  Jordi Mas i Hernandez <jordi@ximian.com>
14674
14675         * DataGridTextBoxColumn.cs: fixed some members
14676         * GridColumnStylesCollection.cs: indexed column is case insensitive
14677         * DataGridTableStyle.cs: fixes
14678         * ThemeWin32Classic.cs: add new theme parameter
14679         * Theme.cs: add new theme parameter
14680         * DataGridDrawingLogic.cs: Datagrid's drawing logic
14681         * DataGrid.cs: fixes, new internal properties, etc.
14682         * DataGridColumnStyle.cs: allows to set grid value
14683         *
14684
14685 2005-05-10  Peter Bartok  <pbartok@novell.com>
14686
14687         * AccessibleObject.cs:
14688           - Removed MonoTODO attribute on help, method is correct
14689           - Fixed Bounds property
14690         * AxHost.cs: Moved MonoTODO
14691         * ButtonBase.cs: Now setting AccessibleObject properties
14692         * RadioButton.cs: Setting proper AccessibleObject role
14693         * CheckBox.cs: Setting proper AccessibleObject role
14694         * ControlBindingsCollection.cs: Added properties, methods and attributes
14695         * DataFormats.cs: Fixed awkward internal API, and changed to enable
14696           userdefined DataFormats.Format items as well
14697         * ListControl.cs: Removed data_member from the public eye
14698         * OpenFileDialog.cs:
14699           - Made class sealed
14700           - Added missing attributes
14701         * SaveFileDialog.cs: Added missing attributes
14702         * ImageListStreamer.cs: Fixed code that caused warnings
14703         * LinkLabel.cs: Removed unreachable code
14704         * TreeView.cs: Fixed code that caused warnings
14705         * PropertyGridView.cs: Fixed code that caused warnings
14706         * GridColumnStylesCollection.cs: Added missing attributes
14707         * GridTableStylesCollection: Added missing attribute
14708         * PropertyManager: Added .ctor
14709         * SecurityIDType: Added
14710         * DataObject.cs: Implemented class
14711         * LinkArea.cs: Added missing attribute
14712
14713 2005-05-11  Jordi Mas i Hernandez <jordi@ximian.com>
14714
14715         * RadioButton.cs: call base method to allow to fire OnClick event
14716         * UpDownBase.cs: OnMouseUp call base method
14717         * CheckedListBox.cs: call base method before returning
14718         * TrackBar.cs: call base method before returning
14719         
14720
14721 2005-05-10  Peter Bartok  <pbartok@novell.com>
14722
14723         * XplatUIX11.cs: Fix for #74902, check pending timers when peeking
14724           for messages
14725
14726 2005-05-10  Peter Bartok  <pbartok@novell.com>
14727
14728         * DataFormats.cs: Implemented
14729         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs,
14730           XplatUIX11.cs: Added Clipboard APIs
14731         * XplatUIWin32.cs: Implemented Clipboard APIs
14732         * FolderBrowserDialog.cs: Added missing event, attributes
14733
14734 2005-05-10  Jordi Mas i Hernandez <jordi@ximian.com>
14735
14736         * CheckBox.cs: call base method to allow to fire OnClick event
14737
14738 2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>
14739
14740         * XplatUI.cs: Use PlatformID.Unix under NET_2_0.
14741
14742 2005-05-06  Peter Bartok  <pbartok@novell.com>
14743
14744         * XplatUIX11.cs: Redid Jackson's fix, it was causing a busy loop
14745         * Screen.cs: Implemented
14746         * HelpNavigator.cs: Added
14747         * XplatUIWin32.cs: Added SystemParametersInfo call, fixed WorkArea
14748           property
14749         * HelpProvider.cs: Implemented all we can do until we have a CHM
14750           help library (which means that "What's This" does work now)
14751
14752 2005-05-06  Jackson Harper  <jackson@ximian.com>
14753
14754         * XplatUIX11.cs: Fix waking up the main loop.
14755                 
14756 2005-05-05  Peter Bartok  <pbartok@novell.com>
14757
14758         * XplatUI.cs: Updated revision
14759         * Form.cs: Removed enless loop
14760         * GroupBox.cs (OnPaint): Added call to base.OnPaint()
14761         * Label.cs (OnPaint): Added call to base.OnPaint()
14762         * ToolTip.cs: Made ToolTipWindow reusable for other controls
14763         * LinkLabel.cs (OnPaint): Added call to base.OnPaint()
14764         * UpDownBase.cs (OnPaint): Moved base.OnPaint() call to end of method
14765         * AxHost.cs: Added
14766         * ButtonBase.cs: Moved base.OnPaint() call to end of method
14767         * ThemeWin32Classic.cs: Replaced references to ToolTip with references
14768           to ToolTip.ToolTipWindow for drawing and size methods; this allows
14769           reuse of ToolTipWindow by other controls
14770         * SizeGrip.cs: Moved base.OnPaint() call to end of method
14771         * XplatUIX11.cs: Now clipping drawing area (experimental)
14772         * PictureBox.cs: Moved base.OnPaint() call to end of method
14773         * Theme.cs: Fixed ToolTip abstracts to match new format
14774         * ErrorProvider.cs: Implemented
14775
14776 2005-05-05  Jordi Mas i Hernandez <jordi@ximian.com>
14777
14778         * Label.cs: fire events using OnAutoSizeChanged and OnTextAlignChanged
14779         * LinkLabel.cs:
14780                 - Adds cursors
14781                 - Handles focus
14782                 - Implements LinkBehavior
14783                 - Fixes many issues
14784
14785 2005-05-03  Jackson Harper  <jackson@ximian.com>
14786
14787         * ListView.cs: Calculate the scrollbar positioning on resize and
14788         paint, so they get put in the correct place.
14789
14790 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
14791
14792         * ColorDialogs.cs: The small color panels are now handled by
14793           SmallColorControl. This fixes drawing of the focus rectangle
14794           and adds a 3D border.
14795
14796 2005-05-03  Peter Bartok  <pbartok@novell.com>
14797
14798         * Control.cs: Modified version of Jonathan Chamber's fix for
14799           double-buffering
14800
14801 2005-05-03  Jackson Harper  <jackson@ximian.com>
14802
14803         * ListView.cs: Remove redraw variable. Control now handles whether
14804         or not a redraw needs to be done, and will only raise the paint
14805         event if redrawing is needed.
14806
14807 2005-05-03  Jackson Harper  <jackson@ximian.com>
14808
14809         * Splitter.cs: No decorations for the splitter form. Cache the
14810         hatch brush.
14811
14812 2005-05-03  Jackson Harper  <jackson@ximian.com>
14813
14814         * TreeView.cs: Use dashed lines to connect nodes. Use the
14815         ControlPaint method for drawing the focus rect instead of doing
14816         that in treeview.
14817
14818 2005-05-02  Peter Bartok  <pbartok@novell.com>
14819
14820         * LinkLabel.cs: Fixed the fixes from r43566 and 43521
14821
14822 2005-04-29  Jackson Harper  <jackson@ximian.com>
14823
14824         * ThemeWin32Classic.cs: Don't clear the GC that will clear the
14825         entire image buffer. Just clear the clipping rectangle.
14826
14827 2005-04-29  Jackson Harper  <jackson@ximian.com>
14828
14829         * ThemeWin32Classic.cs: Don't draw list view items that are
14830         outside the clipping rectangle.
14831
14832 2005-04-29  Jordi Mas i Hernandez <jordi@ximian.com>
14833
14834         * ListBox.cs: added horizontal item scroll
14835
14836 2005-04-29  Jackson Harper  <jackson@ximian.com>
14837
14838         * ThemeWin32Classic.cs: Remove some old debug code that was
14839         causing flicker with the new double buffering code.
14840
14841 2005-04-29  John BouAntoun  <jba-mono@optusnet.com.au>
14842
14843         * MonthCalendar.cs, DateTimePicker.cs: Made monthcalendar dropdwon
14844         behave like combobox and comboboxlist (still not sure if this is
14845         correct though).
14846
14847 2005-04-28  Jackson Harper  <jackson@ximian.com>
14848
14849         * ThemeWin32Classic.cs: Don't fill the middle of progress
14850         bars. This fills areas outside of the clip bounds that don't need
14851         to be filled.
14852
14853 2005-04-28  Jackson Harper  <jackson@ximian.com>
14854
14855         * Control.cs: Don't expose functionality to touch the image buffers.
14856         * ProgressBar.cs:
14857         * ListView.cs: We do not need to (and no longer can) manipulate
14858         the image buffers directly. All of this is handled by Control.
14859
14860 2005-04-28  Peter Bartok  <pbartok@novell.com>
14861
14862         * RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
14863           RichTextBoxScrollBars.cs, RichTextBoxStreamType.cs,
14864           RichTextBoxFinds.cs, RichTextBoxWordPunctuations.cs: Added
14865
14866 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
14867
14868         * Combobox:
14869                 - Adjust control's height for non-simple comboboxes (bug fix)
14870                 - Remove dead code
14871         * MenuAPI.cs: remove unused var
14872         * ScrollBar.cs: remove unsed var
14873                  
14874         * ListBox.cs: unselect items when clearing
14875
14876 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
14877
14878         * ListControl.cs: honors OnPositionChanged and default Selected Item
14879         * ListBox.cs: unselect items when clearing
14880
14881 2005-04-27  Jackson Harper  <jackson@ximian.com>
14882
14883         * X11Keyboard.cs: Initialize a default keyboard and give a warning
14884         if a "correct" keyboard is not found. This will make us not crash,
14885         but might give some users bad keyboard layouts...seems to be the
14886         same thing rewind does.
14887
14888 2005-04-27  Jackson Harper  <jackson@ximian.com>
14889
14890         * BindingManagerBase.cs: Attach the current/position changed
14891         handlers to their respective events.
14892
14893 2005-04-27  Jackson Harper  <jackson@ximian.com>
14894
14895         * Control.cs: Make sure that the first WM_PAINT does a full draw,
14896         not just a blit.
14897         * ThemeWin32Classic.cs: Don't fill the background for picture
14898         boxes. This could overright user drawing.
14899         * ComboBox.cs: Just fill the clipping rect not the entire client
14900         rect when drawing the background. This prevents pieces of the
14901         image buffer from getting overwritten and is theoretically faster.
14902
14903 2005-04-26  Jordi Mas i Hernandez <jordi@ximian.com>
14904
14905         * ComboBox.cs: Databinding support fixes, fire missing events
14906         * ListControl.cs: implement missing methods and properties, fixes
14907         * ThemeWin32Classic.cs: Databiding support on Drawing
14908         * CheckedListBox.cs: Databinding support fixes, fire missing events
14909         * ListBox.cs: Databinding support fixes, fire missing events
14910         
14911 2005-04-25  Peter Bartok  <pbartok@novell.com>
14912
14913         * LinkLabel.cs: Length of LinkArea is not allowed to be negative
14914
14915 2005-04-25  Jackson Harper  <jackson@ximian.com>
14916
14917         * TreeView.cs: Use the horizontal scrollbars height not width when
14918         determining how much of the client area is available.
14919
14920 2005-04-25  Jackson Harper  <jackson@ximian.com>
14921
14922         * Control.cs: Double buffering is handled differently now. As per
14923         the spec, the extra buffer is created in the WM_PAINT message and
14924         passed down to the control's drawing code.
14925         * GroupBox.cs:
14926         * Label.cs:
14927         * CheckBox.cs:
14928         * ProgressBar.cs:
14929         * RadioButton.cs:
14930         * ColorDialog.cs:
14931         * ComboBox.cs:
14932         * PropertyGridView.cs:
14933         * UpDownBase.cs:
14934         * MessageBox.cs:
14935         * MenuAPI.cs:
14936         * ListView.cs:
14937         * ButtonBase.cs:
14938         * SizeGrip.cs:
14939         * ScrollBar.cs:
14940         * ListBox.cs:
14941         * TrackBar.cs:
14942         * ToolBar.cs:
14943         * PictureBox.cs:
14944         * DateTimePicker.cs:
14945         * StatusBar.cs:
14946         * TreeView.cs: Update to new double buffering system.
14947         * MonthCalendar.cs: Uncomment block, as Capture is now
14948         working. Update to new double buffering
14949         * LinkLabel.cs: Lazy init the link collection. Update to new double buffering
14950         * PaintEventArgs.cs: New internal method allows us to set the
14951         graphics object. This is used for double buffering.
14952         * ThemeWin32Classic.cs: Give the picture box drawing code a clip
14953         rectangle. The internal paint_area var has been removed from
14954         StatusBar. The clipping rect should be used instead.
14955         * Theme.cs: Give the PictureBox drawing method a clipping rect.
14956         * TabPage.cs: The RefreshTabs method was removed, so just call the
14957         tab controls Refresh method now.
14958         * TabControl.cs: Update to new double buffering. Make sure the
14959         handle is created before sizing the tab pages, otherwise we will
14960         get stuck in a loop.
14961
14962 2005-04-24  Borja Sanchez Zamorano <borsanza@gmail.com>
14963
14964         * LinkLabel.cs: Fix typo, bug #74719; patch
14965           from Borja Sanchez Zamorano
14966
14967 2005-04-22  Jackson Harper  <jackson@ximian.com>
14968
14969         * TreeNode.cs: Implement Handle stuff.
14970         * TreeView.cs: Utility methods so nodes can get/lookup by handle.
14971
14972 2005-04-22  Jordi Mas i Hernandez <jordi@ximian.com>
14973
14974         * DataGridTextBoxColumn.cs: call base constructors, fixes
14975         * GridColumnStylesCollection.cs: missing events, methods, and functionality
14976         * GridTableStylesCollection.cs: fixes, check duplicate mapping names
14977         * DataGridTableStyle.cs: implements create default column styles
14978         * DataGridBoolColumn.cs: which types can handle
14979         * DataGrid.cs: missing methods, fixes, new functionality
14980         * DataGridColumnStyle.cs: fixes
14981
14982 2005-04-20  Alexander Olk  <xenomorph2@onlinehome.de>
14983         * FolderBrowserDialog.cs:
14984         - Use a thread to fill the TreeView
14985         - Adjusted some sizes
14986
14987 2005-04-19  Peter Bartok  <pbartok@novell.com>
14988
14989         * LinkLabel.cs: (Re-)create the pieces when setting the Text
14990           property. Fixes #74360.
14991
14992 2005-04-19  Jackson Harper  <jackson@ximian.com>
14993
14994         * XEventQueue.cs: Lock when getting the lockqueue size.
14995         * PictureBox.cs: Call base OnPaint
14996         
14997 2005-04-19  Peter Bartok  <pbartok@novell.com>
14998
14999         * XplatUIX11.cs: Fixed bug introduced with the HWND rewrite, Async
15000           messages were no longer being processed (this broke BeginInvoke)
15001
15002           
15003 2005-04-18  Jackson Harper  <jackson@ximian.com>
15004
15005         * TreeView.cs: buglet that caused node images to get drawn
15006         regardless of whether or not they were in the clipping rectangle.
15007
15008 2005-04-18  Jackson Harper  <jackson@ximian.com>
15009
15010         * CurrencyManager.cs: There are four rules for GetItemProperties:
15011         - If the type is an array use the element type of the array
15012         - If the type is a typed list, use the type
15013         - If the list contains an Item property that is not an object, use
15014         that property
15015         - use the first element of the list if there are any elements in
15016         the list.
15017         
15018 2005-04-17  Jackson Harper  <jackson@ximian.oom>
15019
15020         * TreeView.cs: Calculate plus minus and checkbox bounds when there is a
15021         click. This handles offsets for scrolling properly and reduces
15022         memory. Also fixed GetNode to not offset now that TopNode works
15023         properly.
15024         * TreeNode.cs: No longer need to track the plus minus or checkbox bounds.
15025         
15026 2005-04-17  Jackson Harper  <jackson@ximian.com>
15027
15028         * CursorConverter.cs: Initial implementation.
15029
15030 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
15031
15032         * ListControl.cs: work towards complex data binding support on ListControl
15033         * CurrencyManager.cs: work towards complex data binding support on ListControl
15034         * ListBox.cs: work towards complex data binding support on ListControl
15035
15036
15037 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
15038
15039         * GridTableStylesCollection.cs: fixes name and constructor
15040         * DataGridTableStyle.cs: fixes
15041         * DataGridBoolColumn.cs: fixes names and constructors
15042         * DataGrid.cs: define methods and properties. Some init implementations
15043         * DataGridCell.cs: define methods and properties. Some init implementations
15044         * GridTablesFactory.cs: Define methods and properties
15045
15046 2005-04-15  Geoff Norton  <gnorton@customerdna.com>
15047
15048         * XplatUIOSX.cs:  Handle proper mouse tracking even if the current
15049         graphics port changes.  We still want the coordinates in global screen
15050         coordinates.
15051
15052 2005-04-14  Jackson Harper  <jackson@ximian.com>
15053
15054         * TreeView.cs: Handle clicks when plus minus is disabled. Don't
15055         check plus minus or checkbox clicks unless those features are enabled.
15056
15057 2005-04-14  Jackson Harper  <jackson@ximian.com>
15058
15059         * TreeView.cs: Add methods for setting the top and bottom visible
15060         nodes. TreeNode::EnsureVisible uses these methods.
15061         * TreeNode.cs: Implement EnsureVisible
15062
15063 2005-04-13  Jordi Mas i Hernandez <jordi@ximian.com>
15064
15065         * Form.cs: Pospone menu assignation if the window has not been created yet
15066         * XplatUIWin32.cs: Fixes Win32SetWindowPos, then does not change window
15067         size and position
15068
15069 2005-04-12  Jackson Harper  <jackson@ximian.com>
15070
15071         * TreeView.cs: Set the TopNode properly when scrolling
15072         occurs. This has the added benifit of reducing the amount of
15073         walking that needs to be done when drawing. Also removed an old
15074         misleading TODO.
15075         * OpenTreeNodeEnumerator.cs: Fix moving backwards.
15076         
15077 2005-04-11  Jordi Mas i Hernandez <jordi@ximian.com>
15078
15079         * Timer.cs: fixes interval setting when the timer is already enabled
15080         
15081 2005-04-10  Alexander Olk  <xenomorph2@onlinehome.de>
15082
15083         * FolderBrowserDialog.cs: First approach
15084
15085 2005-04-09  Peter Bartok  <pbartok@novell.com>
15086
15087         * FolderBrowserDialog: Added
15088
15089 2005-04-07  Jordi Mas i Hernandez <jordi@ximian.com>
15090
15091         * LinkLabel.cs: move drawing code into the theme
15092         * ThemeWin32Classic.cs: drawing code and painting background bugfix
15093         * Theme.cs: define DrawLinkLabel method
15094
15095 2005-04-05  Jackson Harper  <jackson@ximian.com>
15096
15097         * BindingContext.cs: Use weak references so these bad actors don't
15098         stay alive longer then they need to.
15099
15100 2005-04-05  Jackson Harper  <jackson@ximian.com>
15101
15102         * ListControl.cs: Basic implementation of complex databinding.
15103         * ComboBox.cs:
15104         * ListBox.cs: Add calls to ListControl databinding methods.
15105
15106 2005-04-05  Alexander Olk  <xenomorph2@onlinehome.de>
15107
15108         * FileDialog.cs:
15109           - Don't change PopupButtonState to Normal when the
15110             PopupButton gets pressed several times.
15111           - Renamed ButtonPanel to PopupButtonPanel
15112
15113 2005-04-05  Jordi Mas i Hernandez <jordi@ximian.com>
15114
15115         * ColorDialog.cs: Use cached objects instead of creating them
15116         * LinkLabel.cs: Use cached objects instead of creating them
15117         * Splitter.cs: Use cached objects instead of creating them
15118         * FontDialog.cs: Use cached objects instead of creating them
15119         * PropertyGridView.cs: Use cached objects instead of creating them
15120         * MessageBox.cs: Use cached objects instead of creating them
15121         * FileDialog.cs: Use cached objects instead of creating them
15122         * ThemeWin32Classic.cs: Use cached objects instead of creating them
15123         * TreeView.cs: Use cached objects instead of creating them
15124         
15125 2005-04-04  Jordi Mas i Hernandez <jordi@ximian.com>
15126
15127         * Control.cs: use Equals to compare the font since no == op
15128         * ScrollBar.cs: use Equals to compare the font since no == op
15129
15130 2005-04-04  Alexander Olk  <xenomorph2@onlinehome.de>
15131
15132         * SaveFileDialog.cs: Open stream in OpenFile with FileMode Create
15133
15134 2005-04-01  Jackson Harper  <jackson@ximian.com>
15135
15136         * Binding.cs: Implement IsBinding.
15137         * BindingManagerBase.cs:
15138         * PropertyManager.cs:
15139         * CurrencyManager.cs: Add IsSuspended property.
15140
15141 2005-04-01  Jackson Harper  <jackson@ximian.com>
15142
15143         * Binding.cs: Had some IsAssignableFrom calls backwards.
15144
15145 2005-04-01  Jackson Harper  <jackson@ximian.com>
15146
15147         * Binding.cs: Handle null data members when pulling data.
15148         * PropertyManager.cs: Handle the data member being a property that
15149         does not exist.
15150
15151 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
15152
15153         * DataGridTextBoxColumn.cs: fixes signature
15154         * DataGrid.cs: calls right constructor
15155
15156 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
15157
15158         * DataGridTextBoxColumn.cs: implements DataGridTextBoxColumn class
15159         * GridColumnStylesCollection.cs: implements GridColumnStylesCollection
15160         * GridTableStylesCollection.cs: implements GridTableStylesCollection
15161         * DataGridTableStyle.cs: implements DataGridTableStyle
15162         * DataGridBoolColumn.cs: implements DataGridBoolColumn
15163         * DataGridTextBox.cs: implements DataGridTextBox
15164         * DataGridColumnStyle.cs: implements DataGridColumnStyle
15165
15166 2005-03-31  Alexander Olk  <xenomorph2@onlinehome.de>
15167
15168         * FileDialog.cs: Added simple PopupButton class for ButtonPanel
15169
15170 2005-03-29  Peter Bartok  <pbartok@novell.com>
15171
15172         * Application.cs:
15173           - Properly implemented CompanyName property
15174           - Fixed LocalUserAppDataPath and UserAppDataPath, now properly
15175             returns a path that includes CompanyName, ProductName and
15176             Version (fixes bug #70330)
15177
15178 2005-03-29  Stefan Buehler  <sbuehler@gmx.ch>
15179
15180         * TabPage.cs: Don't use Owner.DisplayRectangle unless owner is valid,
15181           fixes bug #72588.
15182
15183 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
15184
15185         * FileDialog.cs, SaveFileDialog.cs OpenFileDialog.cs:
15186         
15187           - Added ReadOnly CheckBox
15188           - Further refactoring: moved some code from Open-/SaveFileDialog
15189             to FileDialog
15190
15191 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
15192
15193         * OpenFileDialog.cs: Fixed CheckFileExists
15194         * FileDialog.cs:
15195           Moved FileView and DirComboBox outside FileDialog class.
15196           They can now be used outside FileDialog
15197
15198 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
15199
15200         * FileDialog.cs: Added a contextmenu to change ShowHiddenFiles
15201         * SaveDialog.cs, OpenFileDialog.cs: Fixes for Reset() method
15202
15203 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
15204
15205         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
15206           - Added missing CreatePrompt property in SaveDialog
15207           - Overall SaveDialog handling should be better now
15208           - Added non standard ShowHiddenFiles property
15209           - Added extension, CreatePrompt and OverwritePrompt support in SaveDialog
15210           - Added InitialDirectory and RestoreDirectory support
15211
15212 2005-03-26  Alexander Olk  <xenomorph2@onlinehome.de>
15213
15214         * FileDialog.cs: Made dirComboBox usable
15215
15216 2005-03-24  Alexander Olk  <xenomorph2@onlinehome.de>
15217
15218         * FileDialog.cs: Added Filter support (case sensitiv)
15219
15220 2005-03-24  Jackson Harper  <jackson@ximian.com>
15221
15222         * TabControl.cs: Need a couple more pixels for the lines.
15223
15224 2005-03-23  Jackson Harper  <jackson@ximian.com>
15225
15226         * TabControl.cs: Give the tab page focus when it is selected.
15227
15228 2005-03-23  Jackson Harper  <jackson@ximian.com>
15229
15230         * TabControl.cs: Account for the drawing of tabs borders when
15231         invalidating. If the slider was clicked dont do click detection on
15232         the tabs.
15233
15234 2005-03-23  Jackson Harper  <jackson@ximian.com>
15235
15236         * TabControl.cs: Fix typo, emilinates an unneeded expose event.
15237
15238 2005-03-22  Jonathan Chambers  <jonathan.chambers@ansys.com>
15239
15240         * CategoryGridEntry.cs: Added
15241         * GridItem.cs: Added helper properties
15242         * PropertyGridTextBox.cs: Custom textbox control for PropertyGrid.
15243         * GridEntry.cs: Updated code for collection
15244         * PropertyGrid.cs: Cleaned up some formatting
15245         * PropertyGridView.cs: Added drop down functionality for enums.
15246         * GridItemCollection.cs: Added enumerator logic
15247         * PropertyGridEntry.cs: Added
15248
15249 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
15250
15251         * FileDialog.cs:
15252           - Removed unnecessary commented code
15253           - Fixed handling for entering the filename manually in the combobox
15254
15255 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
15256
15257         * FileDialog.cs, OpenFileDialog.cs: OpenFileDialog Multiselect now works
15258
15259 2005-03-18  Peter Bartok  <pbartok@novell.com>
15260
15261         * ThemeWin32Classic.cs: Moved listview column headers a bit, to avoid
15262           them being touching the border
15263
15264 2005-03-18  Peter Bartok  <pbartok@novell.com>
15265
15266         * TextControl.cs: Quick hack to center text better
15267
15268 2005-03-18  Peter Bartok  <pbartok@novell.com>
15269
15270         * ControlPaint.cs:
15271           - Don't throw NotImplemented exceptions, just print a notice once
15272             instead (requested by Miguel). This makes running existing SWF
15273             apps a bit easier
15274         * Control.cs:
15275           - Commented out Drag'N'Drop XplatUI call (no driver support yet)
15276           - Added context menu trigger on right click
15277         * Panel.cs: Trigger invalidate on resize
15278         * StatusBar.cs:
15279           - Removed old double-buffer drawing
15280           - Added ResizeRedraw style to force proper update of statusbar
15281         * ListView.cs:
15282           - Removed debug output
15283         * ThemeWin32Classic.cs:
15284           - Fixed drawing of status bar, now draws Text property if there
15285             are no defined panels
15286
15287 2005-03-18  Jackson Harper  <jackson@ximian.com>
15288
15289         * ImageList.cs: When the image stream is set pull all the images
15290         from it.
15291         * ImageListStreamer.cs: Implement reading image list streams.
15292
15293 2005-03-18  Peter Bartok  <pbartok@novell.com>
15294
15295         * ThemeWin32Classic.cs (DrawPictureBox):
15296           - Fixed calculations for centered drawing
15297           - Fixed drawing for normal mode, not scaling the image on normal
15298
15299 2005-03-18  Peter Bartok  <pbartok@novell.com>
15300
15301         * ComboBox.cs: Now also firing the OnKeyPress events for the embedded
15302           textbox
15303         * FileDialog.cs:
15304           - Made Open/Save button the accept button for FileDialog
15305           - Tied the cancel button to the IButtonControl cancel button
15306           - Save/Open now properly builds the pathname
15307           - Now handles user-entered text
15308           - Preventing crash on right-click if no item is selected
15309           - Fixed Text property, now uses contents of textbox
15310           - Fixed SelectedText property, now just returns the text part that
15311             is selected in the text box
15312
15313 2005-03-18  Jackson Harper  <jackson@ximian.com>
15314
15315         * ThemeWin32Classic.cs: Use the proper func for drawing the focus
15316         rect, make sure to de-adjust the interior rect after drawing the
15317         tab text.
15318
15319 2005-03-18  Peter Bartok  <pbartok@novell.com>
15320
15321         * MenuAPI.cs: Remove menu *before* executing selected action to
15322           prevent the menu from 'hanging around'
15323           
15324 2005-03-17  Geoff Norton  <gnorton@customerdna.com>
15325
15326         * XplatUIOSX.cs: Implemented WorkingArea property
15327
15328 2005-03-17  Peter Bartok  <pbartok@novell.com>
15329
15330         * XplatUIX11.cs: Fixed menu coord calculations
15331         * MenuAPI.cs: Now using new ScreenToMenu()/MenuToScreen() methods
15332           for calculating offsets
15333
15334 2005-03-17  Peter Bartok  <pbartok@novell.com>
15335
15336         * Hwnd.cs: Do not consider menu presence for default client
15337           rectangle location/size
15338         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs,
15339           XplatUIWin32.cs: Added MenuToScreen() and ScreenToMenu() coord
15340           translation functions
15341         * FileDialog.cs: Fixed (what I presume is a) typo
15342
15343 2005-03-17  Jonathan Gilbert  <logic@deltaq.org>
15344
15345         * XplatUIX11.cs: Added call to XInitThreads() to allow multi-threaded
15346           X access (avoids X-Async errors)
15347
15348 2005-03-16  Jackson Harper  <jackson@ximian.com>
15349
15350         * TabControl.cs: Raise the SelectedIndexChanged event.
15351
15352 2005-03-16  Alexander Olk  <xenomorph2@onlinehome.de>
15353
15354         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
15355           - Removed vertical ToolBar and replaced it with a custom panel
15356             (desktop and home button already work)
15357           - Added Help button (some controls get resized or relocated then)
15358           - Draw correct text depending on Open or Save.
15359           - Fixed some typos...
15360
15361 2005-03-16  Jordi Mas i Hernandez <jordi@ximian.com>
15362
15363         * ScrollBar.cs:
15364           - Only change Maximum and Minimum when need it (bug fix)
15365
15366 2005-03-15  Peter Bartok  <pbartok@novell.com>
15367
15368         * Form.cs: Use Handle for icon, to trigger creation if
15369           the window does not yet exist
15370         * Control.cs:
15371           - CanSelect: Slight performance improvement
15372           - Focus(): Preventing possible recursion
15373           - Invalidate(): Removed ControlStyle based clear flag setting
15374           - WM_PAINT: fixed logic for calling OnPaintBackground
15375           - WM_ERASEBKGND: Fixed logic, added call to new driver method
15376             EraseWindowBackground if the control doesn't paint background
15377         * XplatUIWin32.cs:
15378           - Moved EraseWindowBackground() method to internal methods
15379           - Removed unused WM_ERASEBKGND handling in GetMessage; msg never comes;
15380             is sent via SendMessage on BeginPaint call on Win32
15381         * XplatUIX11.cs:
15382           - Added EraseWindowBackground() method
15383           - No longer sends WM_ERASEBKGND on .Expose, but on call to
15384             PaintEventStart, which more closely matches Win32 behaviour
15385           - Fixed Invalidate() call, now updates new ErasePending Hwnd property
15386           - Fixed SetFocus() to properly deal with client and whole windows
15387         * Hwnd.cs: Added ErasePending property
15388         * XplatUIOSX.cs: Stubbed EraseWindowBackground() method
15389         * XplatUI.cs, XplatUIDriver.cs: Added EraseWindowBackground() method
15390
15391 2005-03-12  Geoff Norton  <gnorton@customerdna.com>
15392
15393         * XplatUIOSX.cs:
15394           - Fix hard loop when timers exist.
15395           - Fix bugs with middle and right click for 3 button mice.
15396
15397 2005-03-11  Peter Bartok  <pbartok@novell.com>
15398
15399         * XplatUIX11.cs:
15400           - get_WorkingArea: Need to call X directly, GetWindowPos only
15401             returns cached data now
15402           - Added sanity check to GetWindowPos hwnd usage
15403
15404 2005-03-11  Jackson Harper  <jackson@ximian.com>
15405
15406         * BindingManagerBase.cs: This method isn't used anymore as
15407         PullData now updates the data in the control.
15408
15409 2005-03-11  Jordi Mas i Hernandez <jordi@ximian.com>
15410
15411         * Form.cs: fixes menu drawing on X11
15412         * MenuAPI.cs:  fixes menu drawing on X11
15413
15414 2005-03-11  Peter Bartok  <pbartok@novell.com>
15415
15416         * Control.cs: Changed OnCreateControl behaviour based on a suggestion
15417           from Jonathan Gilbert; should fix bug #73606
15418         * XplatUIX11.cs: Fixed NC Mouse message coordinates, they need to be
15419           in Screen coordinates. Thanks, Jordi.
15420         * Form.cs: Added missing attribute
15421
15422 2005-03-11  Peter Bartok  <pbartok@novell.com>
15423
15424         * Form.cs:
15425           - Rudimentary Mdi support
15426           - Removed outdated FormParent code
15427           - Implemented lots of missing properties and methods, still missing
15428             transparency support
15429           - Added missing attributes
15430           - Implemented support for MaximumBounds
15431           - Added firing of various events
15432         * XplatUI.cs: Added SetIcon() method
15433         * XplatUIDriver.cs: Added SetIcon() abstract
15434         * XplatUIOSX.cs: Stubbed out SetIcon() method
15435         * XplatUIX11.cs:
15436           - Implemented SetIcon() support
15437           - Moved SetMenu() and SetBorderStyle() to proper alphabetical pos
15438           - Switched to unix line endings
15439         * XplatUIWin32.cs:
15440           - Made POINT internal so for can access it as part of MINMAX
15441           - Implemented SetIcon() support
15442           - Implemented support for CLIENTCREATESTRUCT (but might have to drop
15443             native Mdi support again, might have to go managed)
15444         * Control.cs: Now fires the StyleChanged event
15445         * MdiClient.cs: Added; still mostly empty
15446
15447 2005-03-10  Peter Bartok  <pbartok@novell.com>
15448
15449         * SaveFileDialog.cs: Added emtpy file
15450
15451 2005-03-08  Peter Bartok  <pbartok@novell.com>
15452
15453         * Control.cs: Fixed bug #73190; now invokes CreateControl (which
15454           in turn triggers OnCreateContro) when creating a handle for the
15455           first time.
15456         * TextControl.cs: Fixed endless loop in certain cases when
15457           replacing the current selection
15458
15459 2005-03-08  Jordi Mas i Hernandez <jordi@ximian.com>
15460
15461         * ScrollBar.cs:
15462           - Honors NewValue changes in Scroll events allowing apps to change it
15463           - Adds First and Last Scroll events
15464           - Fixes Thumb events
15465
15466 2005-03-07  Peter Bartok  <pbartok@novell.com>
15467
15468         * Hwnd.cs: Added DefaultClientRectangle property
15469         * XplatUI.cs: Now using the X11 driver Where() method, which provides
15470           more detailed debug information
15471         * XplatUIX11.cs:
15472           - Fixed size-change feedback loop, where we would pull an old size
15473             off the queue and mistakenly change our window's size to an
15474             earlier value
15475           - Now compressing ConfigureNotify events, to reduce looping and
15476             redraw issues
15477         * TextBoxBase.cs: Preventing crash when no text is set and ToString()
15478           is called
15479
15480 2005-03-07  Jackson Harper  <jackson@ximian.com>
15481
15482         * Binding.cs: Push data pushes from data -> property. Check if the
15483         property is readonly when attempting to set it.
15484
15485 2005-03-07  Jackson Harper  <jackson@ximian.com>
15486
15487         * Binding.cs: Format and parse data correctly. Use ASsignableFrom
15488         instead of IsSubclassOf. Pulling data now sets the value on the
15489         control.
15490         * PropertyManager.cs:
15491         * CurrencyManager.cs: Just need to pull data when updating now,
15492         because PullData will set the value on the control.
15493
15494 2005-03-04  Jackson Harper  <jackson@ximian.com>
15495
15496         * Binding.cs: Implement data type parsing and converting on pulled
15497         data. TODO: Are there more ways the data can be converted?
15498
15499 2005-03-04  Jackson Harper  <jackson@ximian.com>
15500
15501         * Binding.cs: Support <Property>IsNull checks. Also bind to the
15502         controls Validating method so we can repull the data when the
15503         control loses focus.
15504
15505 2005-03-03  Jordi Mas i Hernandez <jordi@ximian.com>
15506
15507         * ColumnHeader.cs:
15508           - Fixes null string format
15509           
15510         * ListView.cs:
15511           - Adds enum type checks
15512           - Fixes redrawing and recalc need after changing some properties
15513           - Fixes on focus_item set after the event
15514           - Fixes adding columns after the control has been created
15515           
15516         * ThemeWin32Classic.cs:
15517           - Fixes CheckBox focus rectangle
15518           - Fixes ColumnHeader drawing
15519
15520
15521 2005-03-03  Jackson Harper  <jackson@ximian.com>
15522
15523         * Binding.cs: Bind to <Property>Changed events so we can detect
15524         when properties are changed and update the data.
15525
15526 2005-03-02  Jordi Mas i Hernandez <jordi@ximian.com>
15527
15528         * ImageList.cs:
15529           - Changes 32-bit pixel format to Format32bppArgb to allow transparency
15530           - Fixes ImageList constructor with ImageList container
15531           - Fixes image scaling (wrong parameters at DrawImage)
15532
15533 2005-02-02  Jackson Harper  <jackson@ximian.com>
15534
15535         * Binding.cs: Make property searches case-insensitive. Eliminate
15536         some duplicated code.
15537
15538 2005-03-01  Jordi Mas i Hernandez <jordi@ximian.com>
15539
15540         * ComboBox.cs:
15541                 - Handle focus event
15542                 - Fix scrollbar events
15543                 - Discard highlighted item if remove it
15544                 - Fixes SelectedItem with strings
15545
15546 2005-03-01  Peter Bartok  <pbartok@novell.com>
15547
15548         * Control.cs:
15549           - Fixed Visible property, now follows (once again) parent chain
15550             to return false if any control in the chain is visible=false
15551           - Fixed OnParentVisibleChanged, now just calls OnVisibleChanged event
15552           - Fixed several places where is_visible instead of Visible was used
15553           - Implemented FIXME related to focus selection when setting focused
15554             control to be invisible
15555
15556         * XplatUIWin32.cs: Now using proper method to find out if window is
15557           visible. Thanks to Jordi for pointing it out
15558
15559 2005-02-28  Jordi Mas i Hernandez <jordi@ximian.com>
15560
15561         * ComboBox.cs: show/hide scrollbar instead of creating it
15562
15563 2005-02-27  Jackson Harper  <jackson@ximian.com>
15564
15565         * CurrencyManager.cs: Add PositionChanged stuff.
15566
15567 2005-02-27  Peter Bartok  <pbartok@novell.com>
15568
15569         * XplatUI.cs, XplatUIDriver.cs: Added new GetMenuOrigin() method
15570         * XplatUIOSX.cs: Added GetMenuOrigin() stub
15571         * XplatUIWin32.cs: Implemented GetMenuOrigin()
15572         * XplatUIX11.cs:
15573           - Implemented GetMenuDC()
15574           - Implemented GetMenuOrigin()
15575           - Implemented ReleaseMenuDC()
15576           - Implemented generation of WM_NCPAINT message
15577           - Implemented generation and handling of WM_NCCALCSIZE message
15578         * Form.cs: Added debug helper message for Jordi's menu work
15579         * Hwnd.cs:
15580           - Modified ClientRect property; added setter, fixed getter to handle
15581             setting of ClientRect
15582           - Added MenuOrigin property
15583
15584 2005-02-26  Peter Bartok  <pbartok@novell.com>
15585
15586         * XplatUIX11.cs:
15587           - Destroys the caret if a window that's being destroyed contains it
15588           - Ignores expose events coming from the X11 queue for windows that
15589             already are destroyed
15590           - Now uses the proper variable for handling DestroyNotify, before we
15591             marked the wrong window as destroyed
15592           - Improved/added some debug output
15593
15594 2005-02-26  Peter Bartok  <pbartok@novell.com>
15595
15596         * X11Keyboard.cs: Fixes to work on 64bit systems
15597
15598 2005-02-26  Peter Bartok  <pbartok@novell.com>
15599
15600         * Control.cs:
15601           - Now calling OnHandleDestroyed from DestroyHandle()
15602             instead of Dispose()
15603           - Removed bogus call to controls.Remove() from DestroyHandle()
15604
15605 2005-02-26  Peter Bartok  <pbartok@novell.com>
15606
15607         * Control.cs: Properly destroy child windows when our handle is
15608           destroyed
15609
15610 2005-02-25  Peter Bartok  <pbartok@novell.com>
15611
15612         * XplatUI.cs:
15613           - Added 'DriverDebug' define to allow tracing XplatUI API calls
15614           - Alphabetized Static Methods and Subclasses
15615
15616         * XplatUIX11.cs:
15617           - Added XException class to allow custom handling of X11 exceptions
15618           - Created custom X11 error handler, tied into XException class
15619           - Added support for MONO_XEXCEPTIONS env var to allow the user
15620             to either throw an exception on X errors or continue running
15621             after displaying the error
15622           - Added handling of DestroyNotify message
15623           - Added handler for CreateNotify message (still disabled)
15624           - Improved (tried to at least) Where method to provide file and lineno
15625         * X11Structs.cs:
15626           - Added XErrorHandler delegate
15627           - Added XRequest enumeration (to suppor translation of errors)
15628
15629 2005-02-25  Jackson Harper  <jackson@ximian.com>
15630
15631         * PropertyManager.cs: Implement editing features
15632         * CurrencyManager.cs:
15633         * Binding.cs: First attempt at UpdateIsBinding
15634         * BindingManagerBase.cs: Call UpdateIsBinding before
15635         pushing/pulling data.
15636
15637 2005-02-25  Jordi Mas i Hernandez <jordi@ximian.com>
15638
15639         * MenuAPI.cs: Respect disabled items
15640         * ThemeWin32Classic.cs
15641                 - Caches ImageAttributes creation for DrawImageDisabled
15642                 - Fixes vertical menu line drawing
15643                 - Draws disabled arrows in disable menu items
15644
15645 2005-02-24  Peter Bartok  <pbartok@novell.com>
15646
15647         * Hwnd.cs:
15648           - Added UserData property to allow associating arbitrary objects
15649             with the handle
15650           - Fixed leak; now removing Hwnd references from static windows array
15651         * XplatUIWin32.cs:
15652           - Fixed Graphics leak in PaintEventEnd
15653           - Removed usage of HandleData, switched over to Hwnd class
15654         * HandleData.cs: Removed, obsoleted by Hwnd.cs
15655
15656 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
15657
15658         * ThemeWin32Classic.cs: Adds Cliping to TrackBar drawing
15659         * ScrollBar.cs: Fixes bug
15660         * TrackBar.cs: removes death code, clipping, mimize refreshes,
15661          keyboard navigation enhancements
15662
15663 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
15664
15665         * Control.cs: Call DefWndProc at WM_PAINT only if UserPaint not defined
15666         * GroupBox.cs: Add control styles
15667         * Label.cs: Add control styles
15668         * UpDownBase.cs: Add control styles
15669         * ListBox.cs: Add control styles
15670         * XplatUIWin32.cs: Fixes wrong parameter order
15671
15672
15673 2005-02-23  Chris Bacon  <chris.bacon@docobo.co.uk>
15674
15675         * ListView.cs: Assign owner for ColumnHeader. Patch by Chris Bacon
15676
15677 2005-02-23  Jackson Harper  <jackson@ximian.com>
15678
15679         * PropertyManager.cs: Implement property binding. This doesn't
15680         seem to work yet though as (I think) there are some bugs in
15681         System.ComponentModel.PropertyDescriptor.
15682         * BindingContext.cs: Use new PropertyManager constructor.
15683
15684 2005-02-23  Jordi Mas i Hernandez <jordi@ximian.com>
15685
15686         * ProgressBar.cs: use clip region in ProgressBar
15687         * ThemeWin32Classic.cs: use clip region in ProgressBar
15688
15689 2004-02-22  Jackson Harper  <jackson@ximian.com>
15690
15691         * BindingsCollection.cs: Remove some debug code.
15692
15693 2005-02-22  Jackson Harper  <jackson@ximian.com>
15694
15695         * BindingContext.cs:
15696         * ControlBindingsCollection.cs:
15697         * CurrencyManager.cs:
15698         * Binding.cs:
15699         * BindingManagerBase.cs: Initial implementation
15700         * BindingsCollection.cs: Add an internal contains method that the
15701         BindingManagerBase uses to ensure bindings aren't added twice to
15702         the collection.
15703         * PropertyManager.cs: Stubbed out.
15704         * Control.cs:
15705         * ContainerControl.cs: Hook up databinding
15706         
15707 2005-02-22  Geoff Norton  <gnorton@customerdna.com>
15708
15709         * XplatUIOSX.cs:
15710           OSXStructs.cs: Refactored to handle the new Hwnd NC logic area.
15711           Fixed Invalidate/Update chain.
15712           Fixed tons of other minor bugs (this is almost a complete rewrite).
15713
15714 2005-02-22  Jordi Mas i Hernandez <jordi@ximian.com>
15715
15716         * ComboBox.cs: do subcontrol creation when the control is created
15717
15718 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
15719
15720         * Label.cs: fixes image drawing (image and imagelist)
15721         * ThemeWin32Classic.cs: cache brushes
15722         
15723 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
15724
15725         * Form.cs: Move menu drawing code to Theme class
15726         * ComboBox.cs: Move ComboBox drawing code to Theme class
15727         * MenuItem.cs: Move menu drawing code to Theme class
15728         * MenuAPI.cs: Move menu drawing code to Theme class
15729         * ThemeWin32Classic.cs: New methods
15730         * CheckedListBox.cs: Move CheckedListbox drawing code to Theme class
15731         * ListBox.cs: Move Listbox drawing code to Theme class
15732         * Theme.cs: New methods
15733
15734 2005-02-20  Peter Bartok  <pbartok@novell.com>
15735
15736         * Control.cs:
15737           - Fixed ProcessKeyEventArgs to also handle WM_SYSKEY messages (and
15738             only process mnemonics on those)
15739           - Fixed event sequence for key handling; first calling
15740             ProcessKeyEventArgs now
15741         * TextBoxBase.cs:
15742           - Removed WM_KEYDOWN hook, instead we now use ProcessDialogKey()
15743             for processing non-character keys
15744           - Fixed WM_CHAR to generate proper event sequence before processing
15745         * XplatUIWin32.cs: Added ALT key state to ModifierKeys property
15746           generation
15747
15748 2005-02-19  Peter Bartok  <pbartok@novell.com>
15749
15750         * UserControl.cs: Added TextChanged event; added attributes
15751         * SizeGrip.cs: Implemented resizing and optional display of grip
15752         * Form.cs: Fixed attribute
15753         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs:
15754           Changed meaning of ScrollWindow bool argument; instead of the
15755           clear attribute (which will be true usually anyway), it gives the
15756           option of moving child controls as well.
15757         * XplatUIX11.cs:
15758           - Changed to match new ScrollWindow argument
15759           - Fixed GetWindowPos/SetWindowPos behaviour for toplevel controls,
15760             now handles the implicit parent window a WM puts around us
15761         * ScrollableControl.cs: Implemented (not the prettiest, but it seems
15762           to work)
15763         * TextBoxBase.cs: Adjusted to new ScrollWindow arguments
15764         * TreeView.cs: Adjusted to new ScrollWindow arguments
15765
15766 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
15767
15768         * Form.cs: Menu integration with non-client area
15769         * MenuItem.cs: Menu integration with non-client area
15770         * MenuAPI.cs: Menu integration with non-client area
15771
15772 2005-02-18  Peter Bartok  <pbartok@novell.com>
15773
15774         * MethodInvoker.cs: Added
15775         * MdiLayout.cs: Added
15776         * SendKeys.cs: Started implementation
15777         * ErrorIconAlignment.cs: Added
15778
15779 2005-02-18  Peter Bartok  <pbartok@novell.com>
15780
15781         * XplatUIWin32.cs: Implemented SetMenu(); fixed GetMenuDC()
15782         * Form.cs: Added handling for Menu-related Non-client messages
15783
15784 2005-02-17  Peter Bartok  <pbartok@novell.com>
15785
15786         * UpDownBase.cs: Fixed typo, compilation errors
15787         * DomainUpDown.cs: Fixed attribute value
15788
15789 2005-02-16  Miguel de Icaza  <miguel@novell.com>
15790
15791         * UpDownBase.cs: Attach entry events.
15792         Propagate events.
15793         Add ForeColor property, Focused, InterceptArrowKeys (interception
15794         does not work yet).
15795
15796 2005-02-17  Jordi Mas i Hernandez <jordi@ximian.com>
15797
15798         * Form.cs:
15799                 - Redraw non client are on Setmenu
15800                 - Calc proper menu starting point
15801
15802 2005-02-17  Peter Bartok  <pbartok@novell.com>
15803
15804         * Application.cs: Fixed message_filter check
15805
15806 2005-02-17  Peter Bartok  <pbartok@novell.com>
15807
15808         * Application.cs: Now calls registered message filters
15809         * DockStyle.cs: Fixed attribute
15810         * Form.cs: Fixed attribute
15811         * Menu.cs: Fixed attribute
15812         * ToolTip.cs: Fixed attribute
15813         * TreeNode.cs: Added missing attributes and arranged in regions
15814         * PropertyGrid.cs: Fixed signatures
15815         * TreeNodeCollection.cs: Added attributes
15816         * Splitter.cs: Added missing attributes; arranged into regions
15817         * TabPage.cs: Added missing attributes; arranged into regions
15818         * TextBoxBase.cs: Added missing attributes
15819         * TextBox.cs: Added missing attributes
15820         * ArrangeDirection.cs: Added missing attributes
15821         * TreeNodeConverter.cs: Added stub (needed for TreeNode)
15822         * ToolBarButton.cs: Fixed attributes
15823         * AnchorStyles.cs: Fixed attribute
15824         * TrackBar.cs: Fixed attributes
15825         * TabControl.cs: Added missing attributes and arranged into regions
15826         * ToolBar.cs: Fixed attribute
15827         * StatusBar.cs: Fixed signature, organized into regions and added
15828           attributes
15829         * StatusBarPanel.cs: Fixed attributes
15830         * ContentsResizedEventArgs.cs: Implemented
15831         * ContentsResizedEventHandler.cs: Implemented
15832         * DateBoldEventArgs.cs: Implemented
15833         * DateBoldEventHandler.cs: Implemented
15834         * UpDownEventArgs.cs: Implemented
15835         * UpDownEventHandler.cs: Implemented
15836         
15837 2005-02-16  Jordi Mas i Hernandez <jordi@ximian.com>
15838
15839         * Form.cs: first Menu NC refactoring
15840         * MenuAPI.cs: first Menu NC refactoring
15841         
15842 2005-02-16  Peter Bartok  <pbartok@novell.com>
15843
15844         * ImeMode.cs: Added missing attributes
15845         * Menu.cs: Fixed attribute
15846         * GroupBox.cs: Fixed attribute
15847         * Label.cs: Fixed attribute
15848         * ColorDialog.cs (RunDialog): Removed TODO attribute
15849         * ComboBox.cs: Fixed attributes
15850         * ListControl.cs: Added missing attributes
15851         * PropertyGrid.cs: Fixed attributes
15852         * Control.cs: Fixed attributes
15853         * ListViewItem.cs: Added TypeConverter attribute
15854         * NotifyIcon.cs: Fixed attributes
15855         * ListView.cs: Fixed attributes
15856         * ButtonBase.cs: Fixed attribute
15857         * ImageList.cs: Added missing attributes
15858         * ContainerControl.cs: Fixed signature
15859         * CheckedListBox.cs: Fixed attribute; added missing attributes
15860         * Panel.cs: Fixed attributes
15861         * PropertyTabChangedEventArgs.cs: Added missing attribute
15862         * PropertyValueChangedEventArgs.cs: Added missing attribute
15863         * Binding.cs: Fixed attribute
15864         * ListViewItemConverter: Implemented ListViewSubItemConverter class
15865         * ListBox.cs: Fixed attribute; added missing attributes;
15866         * ScrollableControl.cs: Added missing attributes
15867         * PictureBox.cs: Added missing attributes; implemented missing property
15868         * DateTimePicker.cs: Added missing attributes
15869         * Theme.cs (ToolWindowCaptionHeight): Fixed type
15870         * MonthCalendar.cs: Fixed attributes
15871         * StatusBarPanel.cs: Added missing attributes
15872         * SystemInformation.cs (ToolWindowCaptionHeight): Fixed type
15873
15874 2005-02-16  Peter Bartok  <pbartok@novell.com>
15875
15876         * TextBoxBase.cs: The previous method to enforce height yet remember
15877           the requested high was less than ideal, this is an attempt to do
15878           it better.
15879         * Control.cs: Added comment about possible problem
15880         * Copyright: Updated format
15881         * GridItemType.cs: Fixed swapped values
15882
15883 2005-02-15  Jackson Harper  <jackson@ximian.com>
15884
15885         * BaseCollection.cs: Use property so we never access an
15886         uninitialized list. Also initialize the list in the property.
15887
15888 2005-02-15  Peter Bartok  <pbartok@novell.com>
15889
15890         * GroupBox.cs (ProcessMnemonic): Implemented
15891         * Label.cs (ProcessMnemonic): Implemented
15892         * ThemeWin32Classic.cs (DrawGroupBox): Added stringformat to show
15893           hotkeys
15894
15895 2005-02-15  Peter Bartok  <pbartok@novell.com>
15896
15897         * RadioButton.cs (ProcessMnemonic): Implemented
15898         * CheckBox.cs (ProcessMnemonic): Implemented
15899         * Control.cs:
15900           - Added handling of WM_SYSxxx keyboard messages to support mnemonic
15901             handling
15902           - Added internal method to allow calling ProcessMnemonic from other
15903             controls
15904         * ContainerControl.cs:
15905           - Started support for handling validation chain handling
15906           - Implemented ProcessMnemonic support
15907           - Added Select() call to Active, to make sure the active control
15908             receives focus
15909         * Form.cs: Setting toplevel flag for Forms (this was lost in the
15910           FormParent rewrite)
15911         * ThemeWin32Classic.cs:
15912           - DrawCheckBox(): Fixed stringformat to show hotkeys
15913           - DrawRadioButton(): Fixed stringformat to show hotkeys
15914         * CommonDialog.cs: Removed WndProc override, not needed
15915
15916 2005-02-14  Peter Bartok  <pbartok@novell.com>
15917
15918         * XplatUIX11.cs: Fixed NotImplemented exceptions for properties,
15919           missed those in the rewrite
15920
15921 2005-02-14  Miguel de Icaza  <miguel@novell.com>
15922
15923         * NumericUpDown.cs (Increment, ToString): Add.
15924         (DecimalPlaces): implement.
15925         
15926         Add attributes.
15927         
15928         * UpDownBase.cs: Add the designer attributes.
15929
15930 2005-02-13  Peter Bartok  <pbartok@novell.com>
15931
15932         * Panel.cs: Removed border_style, now in Control
15933         * XplatUIDriver.cs: Added SetBorderStyle, SetMenu, GetMenuDC and
15934           ReleaseMenuDC Methods; renmaed ReleaseWindow to UngrabWindow
15935
15936 2005-02-13  Peter Bartok  <pbartok@novell.com>
15937
15938         * MouseButtons.cs: Added missing attributes
15939         * XplatUIStructs.cs: Added enumeration for title styles
15940         * LeftRightAlignment.cs: Added missing attributes
15941         * Hwnd.cs: Switched to use client_window as handle (slower, but makes
15942           it compatible with Graphics.FromHwnd()
15943         * SelectedGridItemChangedEventArgs.cs: Fixed property type
15944         * Keys.cs: Added missing attributes
15945         * SelectionRange.cs: Added missing attributes
15946         * SelectionRangeConverter.cs: Added
15947         * XplatUI.cs:
15948           - Introduced SetBorderStyle, SetMenu, GetMenuDC and
15949             ReleaseMenuDC methods
15950           - Renamed ReleaseWindow to UngrabWindow
15951           - Added proper startup notice to allow version identification
15952         * Form.cs:
15953           - Added missing attributes
15954           - Removed FormParent concept
15955         * Label.cs: Removed border_style field, now in Control
15956         * RadioButton.cs: Now properly selects RadioButton when focus is
15957           received
15958         * ThemeGtk.cs: Fixed SetDisplay call to match new X11 behaviour
15959         * Control.cs:
15960           - Added missing attributes
15961           - Added borderstyle handling
15962           - Removed FormParent concept support
15963           - Fixed calls to XplatUI to match changed APIs
15964           - Fixed bug that would case us to use disposed Graphics objects
15965           - Removed unneeded internal methods
15966           - PerformLayout(): Fixed to handle DockStyle.Fill properly
15967           - SelectNextControl(): Fixed to properly check common parents
15968         * TextBoxBase.cs: Removed border_style field (now in Control)
15969         * MessageBox.cs:
15970           - Patch by Robert Thompson (rmt@corporatism.org): Added icon support,
15971             fixed calculations for form size
15972           - Added support for localized strings and icons
15973           - Improved form size calculations, added border
15974         * ListView.cs: Removed border_style field (now in Control)
15975         * X11Structs.cs: Moved several structs from X11 driver here
15976         * X11Keyboard.cs: Changed debug message
15977         * Application.cs: Removed FormParent concept support
15978         * CommonDialog.cs:
15979           - Resetting end_modal flag
15980           - Removed FormParent concept support
15981         * NativeWindow.cs: Removed FormParent concept support
15982         * XplatUIX11.cs: Rewritten, now using the new Hwnd class, implementing
15983           Client area and Non-Client whole window to allow support for WM_NC
15984           messages
15985         * XplatUIOSX.cs: Updated to match latest driver spec; added exception
15986           prevent using it until it supports Hwnd as per Geoff Norton's request
15987         * ToolBar.cs: Fixed drawing, was not doing proper drawing
15988         * PictureBox.cs: Removed border_style field, now in Control
15989         * XplatUIWin32.cs: Added new driver methods
15990
15991 2005-02-12  Peter Bartok  <pbartok@novell.com>
15992
15993         * OpacityConverter.cs: Implemented
15994         * Hwnd.cs: Internal class to support drivers that need to emulate
15995           client area/non-client area window behaviour
15996
15997 2005-02-11  Peter Bartok  <pbartok@novell.com>
15998
15999         * KeysConverter.cs: Implemented
16000
16001 2005-02-11  Jordi Mas i Hernandez <jordi@ximian.com>
16002
16003         * Menu.cs: fixes methods GetContextMenu, GetMainMenu, ToString
16004         * LinkLabel: Added missing attributes
16005         * MainMenu.cs: fixes ToString
16006         * MenuItem.cs: fixes methods GetContextMenu, GetMainMenu
16007         * ListBox.cs: fixes event position
16008         * TrackBar.cs: adds missing attributes and events
16009         
16010 2005-02-10  Jordi Mas i Hernandez <jordi@ximian.com>
16011
16012         * MenuItem.cs: Use SystemInformation and bug fixes
16013         * MenuAPI.cs: Use SystemInformation and bug fixes
16014
16015 2005-02-09  Jackson Harper  <jackson@ximian.com>
16016
16017         * X11Keyboard.cs: We ignore some keys, but still need to set/reset
16018         their keystate otherwise things like VK_MENU get stuck "on".
16019
16020 2005-02-09  Kazuki Oikawa <kazuki@panicode.com>
16021
16022         * ListBox.cs: Fixes AddRange bug
16023         
16024 2005-02-09  Jordi Mas i Hernandez <jordi@ximian.com>
16025
16026         * ProgressBar.cs
16027                 - Add missing attributes
16028                 - Add missing method
16029                 
16030         * CheckedListBox.cs: Added missing attributes
16031                 - Add missing attributes
16032                 - Remove extra method
16033         
16034         * ComboBox.cs: Added missing attributes
16035         * VScrollBar.cs: Added missing attributes
16036         * ScrollBar.cs:  Added missing attributes
16037         * ListBox.cs: Fixes signature, add missing consts
16038         * LinkArea.cs:   Added missing attributes
16039         
16040
16041 2005-02-08  Peter Bartok  <pbartok@novell.com>
16042
16043         * Menu.cs: Added missing attributes
16044         * MainMenu.cs: Added missing attributes
16045         * GroupBox.cs: Added missing attributes
16046         * Label.cs: Added missing attributes
16047         * CheckBox.cs: Implemented CheckBoxAccessibleObject class
16048         * ColorDialog.cs:
16049           - Added Instance and Options properties
16050           - Added missing attributes
16051         * Cursor.cs: Made Serializable
16052         * NotifyIcon: Added missing attributes
16053         * MenuItem.cs: Added missing attributes
16054         * TextBoxBase.cs: Implemented AppendText() and Select() methods
16055         * Panel.cs: Added Missing attributes
16056         * MonthCalendar.cs: Fixed CreateParams
16057
16058 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
16059         
16060         * LinkLabel.cs:
16061                 - Fixes signature
16062                 - Fixes issues with links
16063                 - Adds the class attributes
16064
16065 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
16066         
16067         * ComboBox.cs:
16068                 - Fixes button when no items available in dropdown
16069                 - Fixes repainting problems
16070                 - Adds the class attributes
16071                 
16072 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
16073
16074         * XplatUIOSX.cs: Detect the menu bar and title bar height from
16075         the current theme.  Cache these on startup.
16076
16077 2005-02-07  Jackson Harper  <jackson@ximian.com>
16078
16079         * ScrollBar.cs: Give the correct clipping rect to the theme. Dirty
16080         the scrollbar buttons when they are depressed.
16081
16082 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
16083
16084         * XplatUIOSX.cs: Really fix working at resolutions not 1024x768.
16085         Get the display size from the main displayid.  We currently dont
16086         support multiple display configurations.
16087
16088 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
16089
16090         * XplatUIOSX.cs: Ensure the window doesn't get stuck behind the statusbar.
16091
16092 2005-02-07  Miguel de Icaza  <miguel@novell.com>
16093
16094         * UpDownBase.cs: Add ReadOnly and UpDownAlign properties.
16095
16096 2005-02-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
16097
16098         * PropertyGrid.cs: Updated. Patch by Jonathan Chambers
16099
16100 2005-02-04  Jackson Harper  <jackson@ximian.com>
16101
16102         * ThemeWin32Classic.cs: Respect the clipping rect when
16103         drawing. Only fill the intersection of clips and rects so there
16104         isn't a lot of large fills.
16105         * ScrollBar.cs: Pass the correct clipping rect to the theme
16106         engine. Remove some debug code.
16107
16108 2005-02-05  John BouAntoun  <jba-mono@optusnet.com.au>
16109         
16110         * DateTimePicker.cs:
16111                 - Fixed crash on DateTime.Parse, use Constructor instead
16112
16113 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
16114         
16115         * MenuItem.cs:
16116         * MenuAPI.cs:
16117                 - Owner draw support (MeasureItem and DrawItem)
16118
16119 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
16120         
16121         *  Menu.cs:
16122                 - Implements FindMergePosition and MergeMenu functions (very poor documented)
16123                 - Fixes MenuItems.Add range
16124         * MenuItem.cs:
16125                 - MergeMenu and Clone and CloneMenu functions
16126
16127 2005-02-03  Jackson Harper  <jackson@ximian.com>
16128
16129         * ScrollBar.cs: Make abstract
16130         * ScrollableControl.cs: Create H/V scrollbars now that scrollbar
16131         is abstract.
16132
16133 2005-02-03  Jackson Harper  <jackson@ximian.com>
16134
16135         * ScrollBar.cs: First part of my scrollbar fixups. This removes
16136         all the unneeded refreshes and uses invalidates with properly
16137         computed rects.
16138
16139 2005-02-03  Peter Bartok  <pbartok@novell.com>
16140
16141         * ComponentModel.cs: Added
16142         * IDataGridEditingService.cs: Added
16143         * Timer.cs: Added missing attributes
16144         * ToolTip.cs: Added missing attributes
16145
16146 2005-02-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
16147
16148         * PropertyGridView.cs: Added. Patch by Jonathan Chambers
16149
16150 2005-02-03  Peter Bartok  <pbartok@novell.com>
16151
16152         * ListBox.cs: Added missing attributes
16153
16154 2005-02-03  Jordi Mas i Hernandez <jordi@ximian.com>
16155         
16156         * ListBox.cs:
16157                 - Fixes font height after font change
16158                 - Avoid generating unnecesary OnSelectedIndexChanged on clearing
16159                 
16160 2005-02-02  Peter Bartok  <pbartok@novell.com>
16161
16162         * HandleData.cs: Introduced static methods to allow class
16163           to be more self-contained and track it's own HandleData objects
16164         * XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs: Fixed usage of
16165           HandleData to use new static methods
16166
16167 2005-02-02  Jordi Mas i Hernandez <jordi@ximian.com>
16168
16169         * Combobox.cs:
16170                 - Fixes default size and PreferredHeight
16171                 - Missing events
16172                 - ObjectCollection.Insert implementation
16173                 
16174         * ListControl.cs
16175                 - Fixes signature
16176         * ListBox.cs:
16177                 - Several fixes
16178                 - ObjectCollection.Insert implementation
16179                 - No selection after clean
16180                 - Small fixes
16181
16182 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
16183
16184         * ThemeWin32Classic.cs: quick fix to comboboxbutton pushed painting
16185
16186 2005-02-01  Jordi Mas i Hernandez <jordi@ximian.com>
16187
16188         * Combobox.cs:
16189                 - Caches ItemHeight calculation for OwnerDrawVariable
16190                 - Handles dropdown properly
16191                 - Fixes several minor bugs
16192
16193 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
16194
16195         * ListBox.cs:
16196                 - Fixes 71946 and 71950
16197                 - Fixes changing Multicolumn on the fly
16198                 - Fixes keyboard navigation on Multicolumn listboxes
16199
16200 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
16201         
16202         * XplatUIOSX.cs: Call ExitToShell in our teardown to avoid a
16203         crash reporter log.
16204
16205 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
16206
16207         * XplatUIOSX.cs: Allow applications to actually exit.
16208
16209 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
16210
16211         * XplatUIOSX.cs: SetWindowStyle implemented.  Reposition views in
16212         their parent at creation time rather than lazily later.  Fixes a major
16213         regression we were experiencing.
16214
16215 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
16216
16217         * ThemeWin32Classic.cs: more date time picker painting fixes
16218         * DateTimePicker.cs: more monthcalendar drop down fixes
16219         * MonthCalendar.cs: more CreateParams fixes to ensure correct drop down
16220
16221 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
16222
16223         * ScrollBar.cs:
16224                 - When moving the thumb going outside the control should stop the moving
16225                 - Adds the firing of missing events
16226                 - Fixes no button show if Size is not specified
16227                 - End / Home keys for keyboard navigation
16228
16229 2005-01-30  Peter Bartok  <pbartok@novell.com>
16230
16231         * NotifyIcon.cs (CalculateIconRect): Removed debug output and added
16232           sanity check to prevent theoretical loop
16233         * XplatUIWin32.cs (SetVisible): Removed debug output
16234         * XplatUIX11.cs (SystrayChange): Added sanity check
16235         * ScrollableControl.cs (OnVisibleChanged): Now calls base method
16236         * Control.cs (OnVisibleChanged): Added workaround for ParentForm
16237           behaviour, valid until the X11 client window rewrite is done
16238         * TextBox.cs (ctor): Setting proper default foreground and background
16239           colors
16240
16241 2005-01-30      John BouAntoun  <jba-mono@optusnet.com.au>
16242
16243         * Theme: Added DrawDateTimePicker to interface
16244         * ThemeWin32Classic.cs: Added DrawDateTimePicker (incomplete)
16245         * DateTimePicker.cs: Created (still needs keys and painting code)
16246         * DateTimePickerFormat.cs: added
16247         * MonthCalendar.cs: fixed CreateParams for popup window mode
16248           
16249 2005-01-29  Peter Bartok  <pbartok@novell.com>
16250
16251         * ControlPaint.cs: Fixed luminace value returned on achromatic colors,
16252           this should also the calculations for ligher/darker
16253         * Theme.cs: Fixed defaults for ScrollBar widths/heights
16254
16255 2005-01-29  Peter Bartok  <pbartok@novell.com>
16256
16257         * ArrangeDirection.cs: Added
16258         * ArrangeStartingPositon.cs: Added
16259         * SystemInformation.cs: Implemented
16260         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
16261           XplatUIX11.cs, Theme.cs: Added/implemented new static properties
16262           used by SystemInformation class
16263         * X11Strucs.cs: Added XSizeHints structure
16264         * MenuAPI.cs:
16265           - Fixed CreateParams to make sure the menu window is always visible
16266           - TrackPopupMenu: Added check to make sure we don't draw the
16267             menu offscreen
16268
16269 2005-01-29  Peter Bartok  <pbartok@novell.com>
16270
16271         * HandleData.cs: Added method for altering invalid area
16272         * TextBoxBase.cs: Implemented TextLength
16273
16274 2005-01-28  Peter Bartok  <pbartok@novell.com>
16275
16276         * XplatUIX11.cs: Improvement over last patch, not sending
16277           the WM_PAINT directly anymore, instead we scroll any pending
16278           exposed areas and let the system pick out the WM_PAINT later
16279
16280 2005-01-28  Peter Bartok  <pbartok@novell.com>
16281
16282         * SWF.csproj: Deleted, no longer used. Instead,
16283           Managed.Windows.Forms/SWF.csproj should be used
16284         * XplatUIX11.cs: Instead of posting the WM_PAINT, we send it
16285           directly, to avoid a potential race condition with the next
16286           scroll
16287
16288 2005-01-28  Peter Bartok  <pbartok@novell.com>
16289
16290         * XplatUI.cs: Made class internal
16291
16292 2005-01-28  Jordi Mas i Hernandez <jordi@ximian.com>
16293
16294         * CheckedListBox.cs:
16295                 - Draw focus
16296                 - Fixed Drawing
16297                 - Missing methods and events
16298
16299 2005-01-27  Peter Bartok  <pbartok@novell.com>
16300
16301         * Application.cs (Run): Don't use form if we don't have one
16302
16303 2005-01-27  Peter Bartok  <pbartok@novell.com>
16304
16305         * TextBoxBase.cs (get_Lines): Fixed index off by one error
16306
16307 2005-01-27  Peter Bartok  <pbartok@novell.com>
16308
16309         * GridEntry.cs: Added; Patch by Jonathan S. Chambers
16310         * GridItem.cs: Added; Patch by Jonathan S. Chambers
16311         * GridItemCollection.cs: Added; Patch by Jonathan S. Chambers
16312         * GridItemType.cs: Added; Patch by Jonathan S. Chambers
16313         * PropertyGrid.cs: Added; Patch by Jonathan S. Chambers
16314         * PropertySort.cs: Added; Patch by Jonathan S. Chambers
16315         * PropertyTabChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
16316         * PropertyTabChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
16317         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
16318         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
16319         * SelectedGridItemChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
16320         * SelectedGridItemChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
16321
16322 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
16323
16324         * Combobox.cs:
16325                 - Draw focus on Simple Combobox
16326                 - Fixes drawing issues
16327                 - fixes 71834
16328
16329 2005-01-27  Peter Bartok  <pbartok@novell.com>
16330
16331         * Form.cs:
16332           - Place window in default location, instead of hardcoded 0/0
16333           - Send initial LocationChanged event
16334         * Control.cs:
16335           - UpdateBounds after creation to find out where the WM placed us
16336           - Make sure that if the ParentForm changes location the Form
16337             is notified
16338         * XplatUIX11.cs: XGetGeometry will not return the coords relative
16339             to the root, but to whatever the WM placed around us.
16340             Translate to root coordinates before returning toplevel
16341             coordinates
16342         * XplatUIWin32.cs: Removed debug output
16343         * XplatUIOSX.cs, XplatUI.cs, XplatUIDriver.cs: Added toplevel
16344           flag to GetWindowPos, to allow translation of coordinates on X11
16345
16346 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
16347
16348         * ListBox.cs: connect LostFocus Event
16349
16350 2005-01-27  Peter Bartok  <pbartok@novell.com>
16351
16352         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
16353           XplatUIX11.cs: Extended the Systray API
16354         * Form.cs: Removed debug output
16355         * Application.cs: Fixed focus assignment, always need to call
16356           XplatUI.Activate() since Form.Activate() has rules that may
16357           prevent activation
16358         * NotifyIcon.cs: Should be complete now
16359         * ToolTip.cs: Worked around possible timer bug
16360
16361 2005-01-27  Jackson Harper  <jackson@ximian.com>
16362
16363         * TabControl.cs:
16364         - Only invalidate the effected tabs when the
16365         selected index changes. This reduces drawing and gets rid of some
16366         flicker.
16367         - Only refresh if the tabs need to be shifted, otherwise only
16368         invalidate the slider button.
16369         - On windows the tabs are not filled to right if the slider is
16370         visible.
16371         
16372 2005-01-27  Jackson Harper  <jackson@ximian.com>
16373
16374         * TabControl.cs: Only refresh on mouseup if we are showing the
16375         slider. Also only invalidate the button whose state has changed.
16376
16377 2005-01-26  Peter Bartok  <pbartok@novell.com>
16378
16379         * XplatUI.cs, XplatUIDriver.cs: Added Systray methods
16380         * XplatUIWin32.cs: Implemented SystrayAdd(), SystrayChange()
16381           and SystrayRemove() methods
16382         * XplatUIOSX.cs: Stubbed Systray methods
16383         * XplatUIX11.cs:
16384           - Implemented SystrayAdd(), SystrayChange() and SystrayRemove()
16385             methods
16386           - Fixed broken XChangeProperty calls (marshalling messed up things)
16387         * X11Structs.cs: Added enums and structs required for Size hinting
16388         * NotifyIcon.cs: Added & implemented
16389
16390 2005-01-26  Jackson Harper  <jackson@ximian.com>
16391
16392         * TabControl.cs: Space vertically layed out tabs properly.
16393
16394 2005-01-26  Peter Bartok  <pbartok@novell.com>
16395
16396         * Form.cs (CreateClientParams): Always set the location to 0,0
16397           since we're a child window.
16398
16399         * Control.cs (SetVisibleCore): Always explicitly setting the location
16400           of a toplevel window, apparently X11 doesn't like to move windows
16401           while they're not mapped.
16402
16403 2005-01-26  Jackson Harper  <jackson@ximian.com>
16404
16405         * TabControl.cs: Implement FillToRight size mode with vertically
16406         rendered tabs.
16407
16408 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
16409
16410         * ControlPaint.cs, ThemeWin32Classic.cs
16411                 - Fixes DrawFocusRectangle
16412
16413 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
16414
16415         * MenuAPI.cs:
16416                 - MenuBar tracking only starts when item is first clicked
16417                 - Fixes menu hidding for multiple subitems
16418                 - Unselect item in MenuBar when item Executed
16419                 - Fixes bug 71495
16420
16421 2005-01-25  Jordi Mas i Hernandez <jordi@ximian.com>
16422
16423         * ListControl.cs:
16424                 - IsInputKey for ListBox
16425         * ListBox.cs:
16426                 - Focus item
16427                 - Shift and Control item selection
16428                 - Implement SelectionMode.MultiExtended
16429                 - Fixes RightToLeft
16430         * ComboBox.cs:
16431                 - IsInputKey implemented
16432                 - Do not generate OnTextChangedEdit on internal txt changes
16433                 
16434 2005-01-23  Peter Bartok  <pbartok@novell.com>
16435
16436         * AccessibleObject.cs: Partially implemented Select()
16437         * MonthCalendar.cs: Added missing attributes and events
16438         * Form.cs: Fixed CreateParams behaviour, now controls derived from
16439           form can properly override CreateParams.
16440         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
16441           XplatUIX11.cs: Dropped RefreshWindow method, not needed if
16442           Control performs Invalidate & Update
16443         * NativeWindow (CreateHandle): Added special handling for Form
16444           and Form.FormParent classes to allow overriding of From.CreateParams
16445         * Control.cs:
16446           - ControlNativeWindow: Renamed 'control' variable to more intuitive
16447             name 'owner'
16448           - ControlNativeWindow: Added Owner property
16449           - Removed usage of Refresh() on property changes, changed into
16450             Invalidate(), we need to wait until the queue is processed for
16451             updates, direct calls might cause problems if not all vars for
16452             Paint are initialized
16453           - Added call to UpdateStyles() when creating the window, to set any
16454             styles that CreateWindow might have ignored.
16455           - Added support for Form CreateParent overrides to UpdateStyles()
16456         * MessageBox.cs: Removed no longer needed FormParent override stuff,
16457           CreateParams are now properly overridable
16458         * CommonDialog.cs: Removed no longer needed FormParent override stuff,
16459           CreateParams are now properly overridable
16460
16461 2005-01-23  Miguel de Icaza  <miguel@ximian.com>
16462
16463         * UpDownBase.cs (ctor): Connect TextChanged in the entry to the
16464         OnTextBoxChanged.
16465
16466         Capture LostFocus and OnTextBoxChanged.  The later introduces a
16467         recursive invocation that I have not figured out yet.
16468
16469         Reset the timer when not using (it was accumulating).
16470
16471
16472         (OnTextBoxChanged): Set UserEdit to true here to track whether the
16473         user has made changes that require validation.
16474
16475         Reset changing to avoid loops.
16476
16477 2005-01-22  Miguel de Icaza  <miguel@ximian.com>
16478
16479         * NumericUpDown.cs: Display value at startup.
16480
16481         * UpDownBase.cs (Text): Do not call UpdateEditText here, only call
16482         ValidateEditText.
16483
16484         * NumericUpDown.cs: Minimum, Maximum, Text, Value properties
16485         filled in.  Added some basic parsing of text.
16486
16487         Still missing the OnXXX method overrides, and figuring out the
16488         events that must be emitted.
16489
16490         * UpDownBase.cs: Handle UserEdit on the Text property.
16491         
16492 2005-01-22  Jordi Mas i Hernandez <jordi@ximian.com>
16493
16494         * ComboBox.cs:
16495           - Fixes IntegralHeight
16496           - ToString method
16497
16498 2005-01-21  Jackson Harper  <jackson@ximian.com>
16499
16500         * TabControl.cs: Set the SelectedIndex property when SelectedTab
16501         is set so that the page visibility is updated and the tabs are
16502         sized correctly.
16503
16504 2005-01-21  Jackson Harper  <jackson@ximian.com>
16505
16506         * TabControl.cs: Use cliping rectangle for blitting. Give the
16507         theme the clipping rect so we can do clipping while
16508         drawing. Remove some debug code.
16509
16510 2005-01-21  Jackson Harper  <jackson@ximian.com>
16511
16512         * TabPage.cs: Add a new method so tab pages can force the tab
16513         control to recalculate the tab page sizes.
16514         * TabControl.cs: UpdateOwner needs to make the tab control recalc
16515         sizes.
16516
16517 2005-01-20  Jackson Harper  <jackson@ximian.com>
16518
16519         * ThemeWin32Classic.cs: Clip text to the staus bar panels rects.
16520
16521 2005-01-20  Jackson Harper  <jackson@ximian.com>
16522
16523         * TreeView.cs: Set the bounds for nodes properly. They were
16524         getting screwed up when checkboxes were not enabled, but images
16525         were.
16526
16527 2005-01-20  Jordi Mas i Hernandez <jordi@ximian.com>
16528
16529         * ListBox.cs:
16530                 - Owner draw support
16531                 - Fixes
16532                 
16533 2005-01-20  Jackson Harper  <jackson@ximian.com>
16534
16535         * XplatUIStructs.cs: More misc keys
16536         * X11Keyboard.cs: Ignore some control keys.
16537
16538 2005-01-20  Jackson Harper  <jackson@ximian.com>
16539
16540         * X11Structs.cs: Add the modmaps to the keymask struct and tabify.
16541         * X11Keyboard.cs: Set the AltGr mask when we get a key event.
16542
16543 2005-01-19  Peter Bartok  <pbartok@novell.com>
16544
16545         * Control.cs: Un-selecting the control when it is loosing focus
16546
16547 2005-01-19  Jackson Harper  <jackson@ximian.com>
16548
16549         * TreeView.cs: Hook up to the text controls leave event so we can
16550         end editing when the users clicks outside the text box.
16551         
16552 2005-01-19  Jackson Harper  <jackson@ximian.com>
16553
16554         * X11Keyboard.cs: Fix typo that was causing the wrong keycodes to
16555         get set in the conversion array.
16556
16557 2005-01-19  Peter Bartok  <pbartok@novell.com>
16558
16559         * Application.cs (ModalRun): Added a call to CreateControl to ensure
16560           focus is properly set
16561         * Button.cs:
16562           - Added missing attributes
16563           - removed styles, those are already set in the base class
16564         * ButtonBase.cs:
16565           - Added missing attributes
16566           - Added clip window styles
16567         * CheckBox.cs: Added missing attributes
16568         * CommonDialog.cs:
16569           - FormParentWindow.CreateParams: Added required clip styles
16570         * Form.cs (ProcessDialogKey): Fixed handling of Escape key, now
16571           also filters modifier keys
16572         * MessageBox.cs:
16573           - Added assignment of Accept and Cancel button to enable Enter
16574             and Esc keys in MessageBox dialogs
16575           - FormParentWindow.CreateParams: Added required clip styles
16576         * RadioButton.cs: Added missing attributes
16577         * TextControl.cs: No longer draws selection if control does not
16578           have focus
16579         * TextBoxBase.cs:
16580           - Now draws simple rectangle around test area to make it obvious
16581             there's a control. This is a hack until we properly support borders
16582           - A few simple fixes to support selections better, now erases selected
16583             text when typing, and resets selection when using movement keys
16584
16585 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
16586
16587         * UpDownBase.cs: Added some new properties.
16588
16589         * DomainUpDown.cs: Implement a lot to get my test working.
16590
16591 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
16592
16593         * XplatUIOSX.cs: Fix a minor bug to bring the close box back
16594
16595 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
16596
16597         * OSXStructs (WindowAttributes): Fixed csc complaints
16598
16599 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
16600
16601         * XplayUIOSX.cs:
16602           OSXStructs.cs: Initial refactor to move enums and consts into
16603           OSXStructs and use them in the driver for greater readability.
16604
16605 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
16606
16607         * XplatUIOSX.cs: Initial support for Standard Cursors.
16608         * OSXStructs.cs: Move our structs here; added ThemeCursor enum
16609
16610 2005-01-19  Jordi Mas i Hernandez <jordi@ximian.com>
16611
16612         * ComboBox.cs: ability to change style when the ctrl is already
16613         created, missing methods and events, bug fixes, signature fixes
16614
16615 2005-01-19  Peter Bartok  <pbartok@novell.com>
16616
16617         * Cursors.cs (ctor): Added ctor to fix signature
16618
16619 2005-01-18  Peter Bartok  <pbartok@novell.com>
16620
16621         * Button.cs: Implemented DoubleClick event
16622         * ButtonBase.cs:
16623           - Fixed keyboard handling to behave like MS, where the press of
16624             Spacebar is equivalent to a mousedown, and the key release is
16625             equivalent to mouseup. Now a spacebar push will give the same
16626             visual feedback like a mouse click.
16627           - Added missing attributes
16628           - Added ImeModeChanged event
16629           - Added support for generating DoubleClick event for derived classes
16630         * CheckBox.cs:
16631           - Implemented DoubleClick event
16632           - Added missing attributes
16633         * CommonDialog.cs: Added missing attribute
16634         * ContextMenu.cs: Added missing attributes
16635         * RadioButton.cs:
16636           - AutoChecked buttons do not allow to be unselected when clicked
16637             (otherwise we might end up with no selected buttons in a group)
16638           - Added missing attributes
16639           - Implemented DoubleClickEvent
16640         * ThreadExceptionDialog.cs: Enabled TextBox code
16641
16642 2005-01-18  Peter Bartok  <pbartok@novell.com>
16643
16644         * Form.cs: Removed debug output
16645         * Button.cs: Added support for DoubleClick method
16646
16647 2005-01-18  Peter Bartok  <pbartok@novell.com>
16648
16649         * Form.cs:
16650           - Added method to parent window that allows triggering size
16651             calculations when a menu is added/removed
16652           - set_Menu: Cleaned up mess from early days of Form and Control,
16653             now properly triggers a recalc when a menu is added/removed
16654           - Added case to select form itself as focused form if no child
16655             controls exist
16656           - Added PerformLayout call when showing dialog, to ensure properly
16657             placed controls
16658         * Control.cs:
16659           - Select(): Made internal so Form can access it
16660           - Focus(): Only call Xplat layer if required (avoids loop), and sets
16661             status
16662         * Application.cs (Run): Removed hack and calls PerformLayout instead
16663           to trigger calculation when Form becomes visible
16664
16665 2005-01-18  Jordi Mas i Hernandez <jordi@ximian.com>
16666
16667         * ComboBox.cs: fixes for ownerdraw
16668
16669 2005-01-18  Peter Bartok  <pbartok@novell.com>
16670
16671         * TextControl.cs:
16672           - Sentinel is no longer static, each Document gets it's own, this
16673             avoids locking or alternatively overwrite problems when more
16674             than one text control is used simultaneously.
16675           - Switched to use Hilight and HilightText brushes for text selection
16676
16677         * TextBoxBase.cs (PaintControl): Disabled AntiAliasing to improve looks
16678
16679 2005-01-18  Peter Bartok  <pbartok@novell.com>
16680
16681         * Control.cs:
16682           - Hooked up the following events:
16683                 o ControlAdded
16684                 o ControlRemoved
16685                 o HandleDestroyed
16686                 o ImeModeChanged
16687                 o ParentChanged
16688                 o TabStopChanged
16689                 o Invalidated
16690                 o SystemColorsChanged
16691                 o ParentFontChanged
16692                 o Move
16693           - Removed debug output
16694           - Added a call to the current theme's ResetDefaults when a color change
16695             is detected
16696         * Form.cs: Now setting the proper ImeMode
16697         * Theme.cs: Defined a method to force recreation of cached resources
16698           and rereading of system defaults (ResetDefaults())
16699         * ThemeWin32Classic.cs: Added ResetDefaults() stub
16700
16701 2005-01-17  Peter Bartok  <pbartok@novell.com>
16702
16703         * Control.cs: Added missing attributes
16704
16705 2005-01-17  Jackson Harper  <jackson@ximian.com>
16706
16707         * TreeNode.cs: Implement editing. Add missing properties selected
16708         and visible.
16709         * TreeView.cs: Implement node editing. Also some fixes to use
16710         Invalidate (invalid area) instead of Refresh when selecting.
16711
16712 2005-01-17  Peter Bartok  <pbartok@novell.com>
16713
16714         * Control.cs:
16715           - Implemented InvokeGotFocus() method
16716           - Implemented InvokeLostFocus() method
16717           - Implemented InvokePaint() method
16718           - Implemented InvokePaintBackground() method
16719           - Implemented InvokeClick() method
16720           - Implemented FindForm() method
16721           - Implemented RectangleToClient() method
16722           - Implemented ClientToRectangle() method
16723           - Implemented ResetBackColor() method
16724           - Implemented ResetCursor() method
16725           - Implemented ResetFont() method
16726           - Implemented ResteForeColor() method
16727           - Implemented ResetImeMode() method
16728           - Implemented ResetLeftToRight() method
16729           - Implemented ResetText() method
16730           - Implemented Scale() methods
16731           - Implemented ScaleCore() method
16732           - Implemented Update() method
16733           - Removed unused variables
16734           - Stubbed AccessibilityNotifyClients and
16735             ControlAccessibleObject.NotifyClients() methods (dunno what to do
16736             with those yet)
16737           - Now setting proper default for RightToLeft property
16738           - Fixed bug in SetClientSizeCore that would cause windows to get
16739             really big
16740           - Now sending Click/DoubleClick events
16741           - Now selecting controls when left mouse button is clicked on
16742             selectable control
16743         * AccessibleEvents.cs: Added
16744         * XplatUI.cs, XplatUIDriver.cs: Added UpdateWindow() method
16745         * XplatUIOSX.cs: Stubbed UpdateWindow() method
16746         * XplatUIWin32.cs: Implemented UpdateWindow() method
16747         * XplatUIX11.cs: Implemented UpdateWindow() method
16748         * Form.cs: Removed stray semicolon causing CS0162 warning
16749         * ThemeWin32Classic.cs: Fixed unused variable warnings
16750         * ScrollableControl.cs: Now calls base method for ScaleCore
16751         * ButtonBase.cs: Now disabling StandardClick and StandardDoubleClick
16752           style to avoid interference with internal click handler (which is
16753           different than standard Control click handling)
16754         * RadioButton.cs:
16755           - Now unchecks all sibling radio buttons when control is
16756             selected (Fixes #68756)
16757           - Removed internal tabstop variable, using the one inherited from
16758             Control
16759
16760 2005-01-17  Jackson Harper  <jackson@ximian.com>
16761
16762         * NavigateEventArgs.cs: Fix base type.
16763         * LinkLabel.cs: Sig fix
16764         
16765 2005-01-17  Jackson Harper  <jackson@ximian.com>
16766
16767         * TreeView.cs: Only invalidate the effected nodes bounds when
16768         selecting nodes.
16769
16770 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
16771
16772         * XplatUIWin32.cs: fixes Win32 marshaling
16773         * XplatUIX11.cs: fixes method signature
16774
16775 2005-01-17  Peter Bartok  <pbartok@novell.com>
16776
16777         * XplatUIX11.cs: Clean up resources when we no longer need them
16778
16779 2005-01-17  Peter Bartok  <pbartok@novell.com>
16780
16781         * XplatUI.cs, XplatUIDriver.cs: Added SetCursor(), ShowCursor(),
16782           OverrideCursor(), DefineCursor(), DefineStdCursor(), GetCursorInfo()
16783           and DestroyCursor() methods.
16784         * Cursor.cs: Partially implemented, now supports standard cursors;
16785           still contains some debug code
16786         * Cursors.cs: Implemented class
16787         * Control.cs:
16788           - WndProc(): Added handling of WM_SETCURSOR message, setting the
16789             appropriate cursor
16790           - Implemented Cursor property
16791           - Replaced break; with return; more straightforwar and possibly
16792             faster
16793           - Now properly setting the result for WM_HELP
16794         * X11Structs.cs: Added CursorFontShape enum
16795         * XplatUIStructs.cs:
16796           - Added StdCursor enum (to support DefineStdCursor() method)
16797           - Added HitTest enum (to support sending WM_SETCURSOR message)
16798         * XplatUIX11.cs:
16799           - Now sends the WM_SETCURSOR message
16800           - Implemented new cursor methods
16801         * XplatUIOSX.cs: Stubbed new cursor methods
16802         * XplatUIWin32.cs:
16803           - Implemented new cursor methods
16804           - Added GetSystemMetrics function and associated enumeration
16805
16806 2005-01-15  Peter Bartok  <pbartok@novell.com>
16807
16808         * Control.cs:
16809           - WndProc(): Now handles EnableNotifyMessage
16810           - SelectNextControl(): Fixed bug where if no child or sibling
16811             controls exist we looped endlessly
16812
16813 2005-01-14  Jackson Harper  <jackson@ximian.com>
16814
16815         * TreeView.cs: Recalculate the tab pages when a new one is added
16816         so that the proper bounding rects are created.
16817
16818 2005-01-14  Jackson Harper  <jackson@ximian.com>
16819
16820         * TreeView.cs: Draw a gray box instead of a grip in the lower
16821         right hand corner when there are both horizontal and vertical
16822         scroll bars.
16823
16824 2005-01-14  Jackson Harper  <jackson@ximian.com>
16825
16826         * Control.cs: When erasing backgrounds use FromHwnd instead of
16827         FromHdc when there is a NULL wparam. This occurs on the X driver.
16828         * XplatUIX11.cs: Set the wparam to NULL.
16829
16830 2005-01-13  Jackson Harper  <jackson@ximian.com>
16831
16832         * PictureBox.cs: Implement missing methods (except ToString, need
16833         to test that on windows) and events. When visibility is changed we
16834         need to redraw the image because the buffers are killed. When size
16835         is changed refresh if the sizemode needs it.
16836
16837 2005-01-13  Peter Bartok  <pbartok@novell.com>
16838
16839         * Control.cs (SelectNextControl): Was using wrong method to select
16840           a control
16841
16842 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
16843
16844         * ComboBox.cs: fixes dropstyle
16845
16846 2005-01-13  Peter Bartok  <pbartok@novell.com>
16847
16848         * Form.cs:
16849           - Implemented Select() override
16850           - Now handles WM_SETFOCUS/WM_KILLFOCUS messages
16851           - Now sets keyboard focus on startup
16852         * Control.cs (SelectNextControl): Now properly handles directed=true
16853         * TextBoxBase.cs:
16854           - WndProc: Now passes tab key on to base if AcceptTabChar=false
16855           - Added (really bad) focus rectangle (mostly for testing)
16856         * TextBox.cs: Added code to handle getting/loosing focus and invalidating
16857           to enforce redraw on focus changes
16858         * ContainerControl.cs:
16859           - Fixed detection of Shift-Tab key presses
16860           - Fixed traversal with arrow keys
16861         * XplatUIX11.cs: Implemented simulated keyboard focus; not sure if we're
16862           gonna keep this or if it's complete yet
16863         
16864 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
16865
16866         * ComboBox.cs: missing properties, fixes
16867
16868 2005-01-13  Peter Bartok  <pbartok@novell.com>
16869
16870         * Panel.cs (ctor): Setting Selectable window style to off
16871         * Splitter.cs (ctor): Setting Selectable window style to off
16872         * GroupBox.cs (ctor): Setting Selectable window style to off
16873         * Label.cs (ctor): Setting Selectable window style to off
16874
16875 2005-01-12  Miguel de Icaza  <miguel@ximian.com>
16876
16877         * UpDownBase.cs (InitTimer): If the timer has been already
16878         created, enable it.
16879
16880         Use a TextBox instead of a Label.
16881
16882 2005-01-12  Jackson Harper  <jackson@ximian.com>
16883
16884         * TreeView.cs: Refresh the tree after sorting the nodes. Always
16885         draw the connecting node lines (when ShowLines is true).
16886         * TreeNode.cs: The nodes index can now be updated. This is used
16887         when a node collection is sorted.
16888         * TreeNodeCollection.cs: Implement sorting. Nodes can be sorted on
16889         insert or an existing unsorted node collection can be sorted.
16890         
16891 2005-01-12  Peter Bartok  <pbartok@novell.com>
16892
16893         * ContainerControl.cs: Implemented ProcessDialogKeys()
16894
16895 2005-01-12  Peter Bartok  <pbartok@novell.com>
16896
16897         * Control.cs:
16898           - Implemented SelectNextControl() method
16899           - Several focus related bug fixes
16900           - Fixed Docking calculations to match MS documentation and
16901             behaviour
16902
16903 2005-01-12  Jordi Mas i Hernandez <jordi@ximian.com>
16904
16905         * ContainerControl.cs, ListControl.cs, ListBox.cs: keyboard navigation and
16906         bug fixes
16907
16908 2005-01-12  Peter Bartok  <pbartok@novell.com>
16909
16910         * Control.cs:
16911           - Fixed broken Contains() method
16912           - Implemented GetNextControl() method. Finally. This is the pre-
16913             requisite for focus handling.
16914
16915 2005-01-12  Peter Bartok  <pbartok@novell.com>
16916
16917         * OSXStrucs.cs: Added
16918
16919 2005-01-12  Peter Bartok  <pbartok@novell.com>
16920
16921         * XplatUIWin32.cs:
16922           - Removed PeekMessageFlags
16923           - Implemented SetWindowStyle() method
16924         * XplatUIStructs.cs: Added PeekMessageFlags
16925         * X11Structs: Added missing border_width field to XWindowChanges struct
16926         * XplatUIX11.cs:
16927           - PeekMessage: Now throws exception if flags which are not yet
16928             supported are passed
16929           - Implemented SetWindowStyle() method
16930           - Fixed SetZOrder to handle AfterHwnd properly
16931         * XplatUI.cs: Added SetWindowStyle() method
16932         * XplatUIDriver.cs: Added SetWindowStyle() abstract
16933         * Control.cs:
16934           - Implemented UpdateStyles() method
16935           - Implemented UpdateZOrder() method
16936         * XplatUIOSX.cs: Added SetWindowStyle() stub
16937
16938 2005-01-12  Geoff Norton  <gnorton@customerdna.com>
16939
16940         * XplatUIOSX.cs: Fix SetZOrder (this needs more testing with a 3
16941         button mouse).
16942
16943
16944 2005-01-11  Jackson Harper  <jackson@ximian.com>
16945
16946         * TreeView.cs: Still need to draw lines to siblings even if out of
16947         the current node is out of the clip.
16948
16949 2005-01-11  Jackson Harper  <jackson@ximian.com>
16950
16951         * TreeView.cs: When setting the hbar/vbar/grip position use
16952         SetBounds so that perform layout is only called once. Also suspend
16953         and resume layout so layout is only done once for all controls.
16954         - Removed some debug fluff
16955         * SizeGrip.cs: Call base implmentation in overriding methods.
16956         - When visibility is changed the drawing buffers are killed so we
16957         need to redraw.
16958
16959 2005-01-11  Jackson Harper  <jackson@ximian.com>
16960
16961         * TreeView.cs: Calculate the open node count while drawing. This
16962         saves us an entire tree traversal for every paint operation. Use
16963         a member var for the open node count so less vars are passed around.
16964
16965 2005-01-11  John BouAntoun  <jba-mono@optusnet.com.au>
16966
16967         * MonthCalendar.cs:
16968         - fixed selection to use mousemove, not mouse polling on timer
16969         * ThemeWin32Classic.cs
16970         - removed redundant unused variable "no_more_content"
16971         
16972 2005-01-11  Peter Bartok  <pbartok@novell.com>
16973
16974         * XplatUIX11.cs (DoEvents): Needs to return when no more events
16975           are pending, so it now calls PeekMessage instead of GetMessage;
16976           implemented a incomplete version of PeekMessage
16977         
16978 2005-01-11  Peter Bartok  <pbartok@novell.com>
16979
16980         * XplatUIWin32.cs: Switched P/Invokes to unicode charset to avoid
16981           I18n issues
16982         * TextBoxBase.cs: Added sending of TextChanged event
16983
16984 2005-01-10  Jackson Harper  <jackson@ximian.com>
16985
16986         * TreeView.cs: Try not to draw outside the clipping rectangle on
16987         each node element.
16988
16989 2005-01-10  Jordi Mas i Hernandez <jordi@ximian.com>
16990
16991         * ComboBox.cs: keyboard navigation, item navigation, bug fixes
16992
16993 2005-01-10  Jackson Harper  <jackson@ximian.com>
16994
16995         * TreeView.cs:
16996         - Implement fast scrolling. Now only the newly
16997         exposed nodes are drawn and the old image is moved using the
16998         XplatUI::ScrollWindow method.
16999         - Factor in height of nodes when calculating whether or not the
17000         node is in the clipping rect.
17001
17002 2005-01-10  Jackson Harper  <jackson@ximian.com>
17003
17004         * TreeNodeCollection.cs: Refresh the tree when a new node is added.
17005
17006 2005-01-10  Peter Bartok  <pbartok@novell.com>
17007
17008         * Application.cs: Added temporary hack to resolve all our resize
17009           required issues on startup. This will get fixed properly at
17010           some point in the future
17011
17012 2005-01-10  Jackson Harper  <jackson@ximian.com>
17013
17014         * SizeGrip.cs: New internal class that is used as a sizing
17015         grip control...hence the name.
17016
17017 2005-01-10  Peter Bartok  <pbartok@novell.com>
17018
17019         * Control.cs: Implemented proper TabIndex handling, now assigning
17020           a tabindex when a control is added to a container
17021         * GroupBox.cs (ctor): Now sets the Container style bit, required
17022           for Control.GetNextControl()
17023
17024 2005-01-09  Jackson Harper  <jackson@ximian.com>
17025
17026         * TextBoxBase.cs: Clear window when scrolling (fixes build).
17027
17028 2005-01-09  Peter Bartok <pbartok@novell.com>
17029
17030         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
17031           XplatUIX11.cs: Added ability to control ScrollWindow expose and
17032           an overload for ScrollWindow to allow only scrolling a rectangle
17033
17034 2005-01-09  Peter Bartok <pbartok@novell.com>
17035
17036         * Form.cs:
17037           - Implemented SetDesktopBounds method
17038           - Implemented SetDesktopLocation method
17039
17040 2005-01-08  Jackson Harper  <jackson@ximian.com>
17041
17042         * TreeView.cs: Only set the vbar's Maximum and LargeChange when
17043         the node count has changed, this removes to VScroll::Refresh calls
17044         when drawing.
17045
17046 2005-01-08  Geoff Norton  <gnorton@customerdna.com>
17047
17048         * XplatUIOSX.cs: Fix GetWindowState & SetWindowState
17049
17050 2005-01-07  Jackson Harper  <jackson@ximian.com>
17051
17052         * TreeNode.cs: Just update the single node when it is
17053         checked. Don't refresh after toggling, the Expand/Collapse already
17054         handles this.
17055         * TreeView.cs: Respect clipping a little more when drawing. Try
17056         not to redraw things that don't need to be redrawn. Just hide the
17057         scrollbars when they are no longer needed instead of removing
17058         them, so they don't have to be created again and again.
17059         
17060 2005-01-07  Geoff Norton  <gnorton@customerdna.com>
17061
17062         * XplatUIOSX.cs (SetCaretPos):  We need to translate the view
17063         coordinates to window space to place the caret properly, FIXED.
17064         Implement GetWindowState & SetWindowState
17065
17066 2005-01-06  Peter Bartok <pbartok@novell.com>
17067
17068         * Form.cs:
17069           - Implemented ClientSize property
17070           - Implemented DesktopBounds property
17071           - Implemented DesktopLocation property
17072           - Implemented IsRestrictedWindow property
17073           - Implemented Size property
17074           - Implemented TopLevel property
17075           - Implemented FormWindowState property
17076         * Control.cs:
17077           - Implemented GetTopLevel() method
17078           - Implemented SetTopLevel() method
17079         * X11Structs.cs (Atom):
17080           - Added AnyPropertyType definition
17081           - Added MapState definiton and updated XWindowAttribute struct
17082         * XplatUI.cs: Added GetWindowState() and SetWindowState() methods
17083         * XplatUIDriver.cs: Added GetWindowState() and SetWindowState() methods
17084         * XplatUIOSX.cs: Stubbed GetWindowState() and SetWindowState() methods
17085         * XplatUIWin32.cs:
17086           - Implemented GetWindowState() and SetWindowState() methods
17087           - Fixed Win32GetWindowLong return type
17088         * XplatUIX11.cs:
17089           - Introduced central function for sending NET_WM messages
17090           - Implemented GetWindowState() and SetWindowState() methods
17091         * TextBoxBase.cs (set_Lines):
17092           - Now uses Foreground color for text added via Text property (Duh!)
17093           - Added code to remember programmatically requested size (fixes
17094             behaviour when Multiline is set after Size)
17095           - Added AutoSize logic
17096
17097 2005-01-06  Jackson Harper  <jackson@ximian.com>
17098
17099         * TreeView.cs: Draw the image after the checkbox if checkboxes are enabled.
17100
17101 2005-01-06  Jackson Harper  <jackson@ximian.com>
17102
17103         * ListBox.cs: Don't allow the horizontal scrollbars maximum to be
17104         set to less then 0.
17105
17106 2005-01-06  Jackson Harper  <jackson@ximian.com>
17107
17108         * ScrollableControl.cs: Lazy init the scrollbars.
17109         
17110 2005-01-06  Jackson Harper  <jackson@ximian.com>
17111
17112         * Theme.cs: Speed up getting pens and solid brushes, by using
17113         their ARGB as a hash instead of tostring and not calling Contains.
17114
17115 2005-01-06  Peter Bartok <pbartok@novell.com>
17116
17117         * Form.cs:
17118           - Implemented OnActivated and OnDeactivate event trigger
17119           - Implemented Activate() method
17120           - Fixed ShowDialog() to activate the form that was active before
17121             the dialog was shown
17122         * XplatUIX11.cs:
17123           - Added global active_window var that tracks the currently active
17124             X11 window
17125           - Now always grabs Property changes from the root window to always
17126             catch changes on the active window property
17127           - Added code to PropertyNotify handler to send Active/Inactive
17128             messages when state changes. This puts X11 and Win32 en par on
17129             WM_ACTIVATE notifications (except for double notifications when
17130             the user clicks away from our modal window to another one of our
17131             windows)
17132
17133 2005-01-05  Jackson Harper  <jackson@ximian.com>
17134
17135         * ImageList.cs: Implment ctor
17136
17137 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
17138
17139         * XplatUIOSX.cs: Implement Activate/SetTopmost
17140
17141 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
17142
17143         * XplatUIOSX.cs: Implement SetZOrder, minor cleanup
17144
17145 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
17146
17147         * XplatUIOSX.cs: Implement GetActive/SetFocus.
17148
17149 2005-01-05  Peter Bartok <pbartok@novell.com>
17150
17151         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs,
17152           XplatUIOSX.cs: Added GetActive method to return the currently
17153           active window for the application (or null, if none is active)
17154         * Form.cs:
17155           - Implemented ActiveForm
17156           - Commented out owner assignment for modal dialogs (causes problems
17157             on Win32, since the owner will be disabled)
17158           - Reworked some Active/Focus handling (still incomplete)
17159         * CommonDialog.cs: Commented out owner assignment for modal dialogs
17160           (causes problems on Win32, since the owner will be disabled)
17161         * IWin32Window: Added ComVisible attribute
17162
17163 2005-01-05  Peter Bartok <pbartok@novell.com>
17164
17165         * ToolTip.cs (WndProc): Enable setting focus now that we have the
17166           required XplatUI functions.
17167
17168 2005-01-05  Peter Bartok <pbartok@novell.com>
17169
17170         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIDriver.cs,
17171           XplatUIX11.cs, X11Structs.cs, Form.cs: Framework code required
17172           to implement focus and activation handling; still incomplete and
17173           with debug output
17174
17175 2005-01-04  Peter Bartok <pbartok@novell.com>
17176
17177         * TextBoxBase.cs: Changed access level for Document property to
17178           match switch to internal for TextControl
17179
17180 2005-01-04  Peter Bartok <pbartok@novell.com>
17181
17182         * AccessibleObject: Added ComVisible attribute
17183
17184 2005-01-04  Jackson Harper  <jackson@ximian.com>
17185
17186         * X11Keyboard.cs: Remove unneeded var.
17187
17188 2005-01-04  Jackson Harper  <jackson@ximian.com>
17189
17190         * XplatUIX11.cs (DoEvents): Implement, Just cast aside all events
17191         but PAINT.
17192         * XplatUIX11.cs (GetMessage): Call Exit when we get an unknown
17193         ClientMessage. This makes apps exit cleanly (more often).
17194         
17195 2005-01-04  Jackson Harper  <jackson@ximian.com>
17196
17197         * TreeNode.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) for
17198         handling focus, return correct colors and fonts,
17199         * TreeView.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) to
17200         handle selection, horizontal scrolling, and mouse interaction.
17201
17202 2005-01-04  Peter Bartok <pbartok@novell.com>
17203
17204         * ICommandExecutor.cs: Added
17205         * IDataGridColumnStyleEditingNotificationService.cs: Added
17206         * IFeatureSupport.cs: Added
17207         * IFileReaderService.cs: Added
17208         * IDataObject.cs: Added ComVisible attribute
17209         * AmbientProperties.cs: Added
17210         * BaseCollection.cs: Added missing attributes
17211         * ListBindingConverter.cs: Added (stubbed, required for certain attributes)
17212         * BaseCollection.cs: Added missing attributes
17213         * Binding.cs: Added TypeConverter attribute
17214         * BindingContext.cs: Added DefaultEvent attribute
17215         * BindingsCollection.cs: Added DefaultEvent attribute
17216         * Button.cs: Added DefaultValue attribute
17217         * DragEventArgs.cs: Added ComVisible attribute
17218         * GiveFeedbackEventArgs.cs: Added ComVisible attribute
17219         * KeyEventArgs.cs: Added ComVisible attribute
17220         * KeyPressEventArgs.cs: Added ComVisible attribute
17221         * MouseEventArgs.cs: Added ComVisible attribute
17222         * NavigateEventArgs.cs: Added
17223         * NavigateEventHandler.cs: Added
17224         * FeatureSupport.cs: Added
17225         * OSFeature.cs: Added
17226         * Theme.cs: Added abstract Version property to support OSFeature
17227         * ThemeWin32Classic.cs: Added Version property to
17228           support OSFeature.Themes
17229         * ProgressBar.cs: Removed OnPaintBackground override, not required since
17230           the proper styles to avoid background drawing are set, also doesn't
17231           match MS signature
17232         * QueryAccessibilityHelpEventArgs.cs: Added ComVisible attribute
17233         * QueryContinueDragEventArgs.cs: Added ComVisible attribute
17234         * ScrollEventArgs.cs: Added ComVisible attribute
17235         * SplitterEventArgs.cs: Added ComVisible attribute
17236         * AccessibleSelection.cs: Added Flags attribute
17237         * Appearance.cs: Added ComVisible attribute
17238         * Border3DSide.cs: Added ComVisible attribute
17239         * Border3DStyle.cs: Added ComVisible attribute
17240         * BorderStyle.cs: Added ComVisible attribute
17241         * DragAction.cs: Added ComVisible attribute
17242         * ErrorBlinkStyle.cs: Added
17243         * ScrollEventType.cs: Added ComVisible attribute
17244         * AnchorStyles.cs: Added Editor attribute
17245         * DockStyle.cs: Added Editor attribute
17246         * HorizontalAlignment.cs: Added ComVisible attribute
17247         * HelpEventArgs.cs: Added ComVisible attribute
17248         * PaintEventArgs.cs: Added IDisposable
17249
17250 2005-01-04  Peter Bartok <pbartok@novell.com>
17251
17252         * TextControl.cs: Switched Line, LineTag and Document classes to
17253           internal
17254
17255 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
17256
17257         * ComboBox.cs, ThemeWin32Classic.cs, ListBox.cs, Theme.cs:
17258         Simple mode, fixes, IntegralHeight, etc.
17259
17260 2005-01-04  Peter Bartok <pbartok@novell.com>
17261
17262         * TextBoxBase.cs: Using proper font variable now
17263
17264 2005-01-04  Peter Bartok <pbartok@novell.com>
17265
17266         * Form.cs (ShowDialog): Set parent to owner, if provided
17267         * GroupBox.cs: Removed unused vars
17268         * TextControl.cs:
17269           - Added GetHashCode() for Document and LineTag classes
17270           - Removed unused variables
17271           - Added CharIndexToLineTag() and LineTagToCharIndex() methods
17272             to allow translation between continuous char position and line/pos
17273         * CheckBox.cs: Removed vars that are provided by base class
17274         * RadioButton.cs: Removed vars that are provided by base class, added
17275           new keyword where required
17276         * LinkLabel.cs: Added new keyword where required
17277         * Control.cs (WndProc): Removed unused variable
17278         * TextBoxBase.cs:
17279           - Finished SelectionLength property
17280           - Implemented SelectionStart property
17281           - Implemented Text property
17282           - Removed unused vars
17283         * MessageBox.cs: Added new keyword where required
17284         * TextBox.cs: Removed Text property code (now in TextBoxBase), fixed
17285           WndProc signature
17286         * MenuAPI.cs: Added new keyword where required
17287         * ButtonBase.cs: Removed vars that are provided by base class, added
17288           new keyword where required
17289         * ThemeWin32Classic.cs (DrawMonthCalendarDate): Now cast Math.Floor
17290           argument to double, to allow compiling with csc 2.0 (Atsushi ran
17291           into this)
17292         * Application.cs (Run): Now triggers the ThreadExit event
17293         * CommonDialog.cs: Added new keyword where required; now properly sets
17294           parent (owner) for dialog
17295         * XplatUIX11.cs: Commented out unused vars
17296         * StatusBar.cs: Fixed signature for Text property
17297         * TabPage.cs: Undid Jordi's removal of unused var, now using the var
17298
17299 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
17300
17301         * ComboBox.cs, TabPage.cs, MenuAPI.cs, ThemeWin32Classic.cs,
17302         TrackBar.cs, MonthCalendar.cs: remove unused vars
17303
17304 2005-01-03  Jackson Harper  <jackson@ximian.com>
17305
17306         * ThemeWin32Classic.cs:
17307         * X11Keyboard.cs: Remove unused vars.
17308
17309 2005-01-03  Peter Bartok  <pbartok@novell.com>
17310
17311         * TextBox.cs:
17312           - set_Text: Tied into TextControl
17313           - set_TextAlignment: Tied into TextControl
17314         * TextControl.cs:
17315           - Added alignment properties and implemented alignment handling
17316             and drawing (still has a bug, not generating proper expose events)
17317           - Added new Line() constructor to allow passing the line alignment
17318           - Fixed selection setting, properly handling end<start now
17319           - Added aligment considerations to RecalculateDocument()
17320         * TextBoxBase.cs:
17321           - Now properly enforces control height for single line controls
17322           - Added support for CharacterCasing
17323           - Added IsInputKey override
17324           - Fixed Keys.Enter logic
17325           - Added SetBoundsCore override
17326           - Fixed mouse selection handling
17327
17328 2005-01-03  Jackson Harper  <jackson@ximian.com>
17329
17330         * TreeView.cs:
17331           - Collapse and uncheck all nodes when CheckBoxes is disabled.
17332           - Checkboxes are always aligned to the bottom of the node,
17333           regardless of item height.
17334           - Use the node bounds to draw the text so we can center it when
17335           the item height is greater then the font height.
17336           - Node::Bounds are only the text part of the node.
17337         * TreeNode.cs: New method to combine collapsing and unchecking all
17338           nodes recursively.
17339
17340 2005-01-02  Jackson Harper  <jackson@ximian.com>
17341
17342         * TreeView.cs: Draw checkmarks, handle detecting check mark clicks
17343         * TreeNode.cs: Add a bounding box for the checkbox, refresh the
17344         tree when a check is changed. TODO: Only refresh the checked node.
17345
17346 2004-12-30  Jackson Harper  <jackson@ximian.com>
17347
17348         * TreeView.cs: Draw checkbox boxes when checkboxes are enabled.
17349         * TreeNode.cs: When collapsing make sure to never collapse the
17350         root node.
17351
17352 2004-12-29  Jackson Harper  <jackson@ximian.com>
17353
17354         * TreeView.cs: Align lines to the bottom of plus minus boxes properly.
17355         
17356 2004-12-28  Zoltan Varga  <vargaz@freemail.hu>
17357
17358         * X11Structs.cs X11Keyboard.cs XplatUIX11.cs: Fix 64 bit issues.
17359
17360 2004-12-28  Peter Bartok  <pbartok@novell.com>
17361
17362         * MessageBox.cs (get_CreateParams): Don't use owner var if it's
17363           not yet assigned
17364
17365 2004-12-28  Peter Bartok  <pbartok@novell.com>
17366
17367         * Control.cs (WndProc): Added WM_HELP handler, now generates
17368           HelpRequested event
17369         * Form.cs: Added HelpButton property and required support code
17370         * XplatUIStructs.cs: Added HELPINFO structure for WM_HELP handling
17371
17372 2004-12-28  Peter Bartok  <pbartok@novell.com>
17373
17374         * CommonDialog.cs:
17375           - Made DialogForm.owner variable internal
17376           - Added check to ensure owner form is set before setting
17377             owner properties in CreateParams
17378
17379 2004-12-28  Geoff Norton  <gnorton@customerdna.com>
17380
17381         * XplatUIOSX.cs: Implement mouse hovering.  Fix QDPoint struct to avoid
17382           swizzling.  Implement ClientToScreen and ScreenToClient.  Implement
17383           GetCursorPos.  Fix major visibility issues.  Rework the windowing
17384           system to support borderless/titleless windows (implements menus).
17385           Fix GetWindowPos.  Implement initial background color support for
17386           views.
17387
17388 2004-12-28  Peter Bartok  <pbartok@novell.com>
17389
17390         * Form.cs (get_CreateParams): Make sure we have an owner before using
17391           the owner variable. Implement proper default if no owner exists
17392
17393 2004-12-28  Peter Bartok  <pbartok@novell.com>
17394
17395         * In preparation for making Managed.Windows.Forms the default build target
17396           for System.Windows.Forms, the following stubbed files were added.
17397           Dialogs are currently being implemented by contributors and are only
17398           short-term place holders.
17399         * ColorDialog.cs: Initial check-in (minmal stub)
17400         * DataGrid.cs: Initial check-in (minimal stub)
17401         * DataGridLineStyle.cs: Initial check-in (minimal stub)
17402         * DataGridParentRowsLabelStyle.cs: Initial check-in (minimal stub)
17403         * DataGridTableStyle.cs: Initial check-in (minimal stub)
17404         * FontDialog.cs: Initial check-in (minimal stub)
17405         * FileDialog.cs: Initial check-in (minimal stub)
17406         * GridColumnStylesCollection.cs: Initial check-in (minimal stub)
17407         * GridTableStylesCollection.cs: Initial check-in (minimal stub)
17408         * OpenFileDialog: Initial check-in (minimal stub)
17409         * IComponentEditorPageSite.cs: Initial check-in
17410         * Splitter.cs: Initial check-in (for Jackson)
17411         * SplitterEventArgs.cs: Initial check-in (for Jackson)
17412         * SplitterEventHandler.cs: Initial check-in (for Jackson)
17413         * TextBox.cs: Initial check-in; still needs some wiring to
17414           TextControl backend
17415         * Form.cs: Implemented ControlBox property
17416         * MessageBox.cs: Added proper coding for Minimize/Maximize/ControlBox
17417         * CommonDialog.cs: Added proper coding for Minimize/Maximize/ControlBox
17418         * TextControl.cs: Added selection functionality; added todo header
17419         * TextBoxBase.cs:
17420           - Implemented Lines property
17421           - Implemented TextHeight property
17422           - Implemented SelectedText property
17423           - Implemented SelectionLength property
17424           - Implemented SelectAll method
17425           - Implemented ToString method
17426           - Removed and cleaned up some debug code
17427           - Implemented (still buggy) mouse text selection
17428
17429 2004-12-27  Jordi Mas i Hernandez <jordi@ximian.com>
17430
17431         * ComboBox.cs: Complete DropDownList implementation, fixes.
17432
17433 2004-12-26  Jordi Mas i Hernandez <jordi@ximian.com>
17434
17435         * ThemeWin32Classic, Theme.cs: ComboBox drawing methods
17436         * ComboBoxStyle.cs: ComboBoxStyle enum
17437         * ComboBox.cs: Initial work on ComboBox control
17438
17439 2004-12-21  Peter Bartok  <pbartok@novell.com>
17440
17441         * Control.cs (ctor, CreateParams): Moved setting of is_visible
17442           forward so that anything that creates a window gets the default,
17443           also no longer uses Visible property in CreateParams to avoid
17444           walking up the parent chain and possibly get the wrong visible
17445           status. Fixed IsVisible to no longer walk up to the parent.
17446
17447 2004-12-21  Peter Bartok  <pbartok@novell.com>
17448
17449         * Form.cs (ShowDialog): Unset modality for the proper window
17450  
17451 2004-12-20  Peter Bartok  <pbartok@novell.com>
17452
17453         * CommonDialog.cs: Initial check-in
17454
17455 2004-12-20  Peter Bartok  <pbartok@novell.com>
17456
17457         * Control.cs (Visible): Now uses the parent window instead of the
17458           client area window for the property
17459
17460         * Form.cs
17461           - ShowDialog(): Now uses the proper window for modality
17462           - The default visibility state for the form parent is now false. This
17463             will prevent the user from seeing all the changes to the form and
17464             its controls before the application hits Application.Run()
17465           - Removed some stale commented out code
17466
17467         * NativeWindow.cs:
17468           - Added FindWindow() method to have a method to check for existence
17469             of a window handle
17470           - Added ability to override default exception handling (for example
17471             when debugging with VS.Net; to do this the ExternalExceptionHandler
17472             define must be set
17473           - Removed some useless debug output
17474
17475         * XplatUIX11.cs:
17476           - Removed r37929 (SetModal patch from Ashwin Bharambe), was
17477             not working as expected
17478           - Implemented modal_window stack and checking for _WM_ACTIVE_WINDOW
17479             property to allow switching back to the modal window if focus is
17480             given to another one of our windows (Application Modal)
17481           - Now only sets override_redirect if we create a window
17482             without WS_CAPTION
17483           - Moved EventMask selection before mapping of newly created window
17484             so we can catch the map event as well
17485           - Implemented Activate() method via the _WM_ACTIVE_WINDOW property
17486           - Added various Atom related DllImports
17487           - Implemented Exit() method
17488           - .ctor() : No longer shows window if WS_VISIBLE is not defined
17489             in the CreateParams
17490
17491         * MessageBox.cs: Now properly deals with the FormParent window by
17492           providing an override the FormParent CreateParams property to
17493           set as POPUP instead of OVERLAPPED window.
17494
17495 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
17496
17497         * XplatUIOSX.cs: Implement DestroyWindow.  Implement ScrollWindow
17498         Minor code cleanup.
17499
17500 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
17501         
17502         * XplatUIOSX.cs (SetModal): Implement this method on OSX.
17503
17504 2004-12-18  Peter Bartok  <pbartok@novell.com>
17505
17506         * XplatUIX11.cs (SetModal): Applied patch from Ashwin Bharambe,
17507           implementing SetModal() method
17508
17509 2004-12-18  Peter Bartok  <pbartok@novell.com>
17510
17511         * X11Structs.cs (XGCValues): Fixed type of function element
17512         * XplatUI.cs: Added ScrollWindow() method
17513         * XplatUIDriver.cs: Added ScrollWindow() abstract
17514         * XplatUIWin32.cs: Implemented ScrollWindow() method
17515         * XplatUIX11.cs: Implemented ScrollWindow() method
17516         * XplatUIOSX.cs: Stubbed out ScrollWindow() method
17517
17518 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
17519
17520         * XplatUIOSX.cs:  Fix cursor to use an Invert instead of drawing it
17521         Some more keyboard support (INCOMPLETE)
17522
17523 2004-12-17  Peter Bartok  <pbartok@novell.com>
17524
17525         * TextControl.cs:
17526         - Added color attribute to line tags.
17527         - Added color argument to all functions dealing with tags
17528         - Added color argument support to various functions
17529         - Fixed miss-calculation of baseline/shift in certain circumstances
17530
17531         * TextBoxBase.cs: Added new color option to test code
17532
17533 2004-12-17  Jackson Harper  <jackson@ximian.com>
17534
17535         * TreeNode.cs:
17536         * MonthCalendar.cs: Signature fixes
17537
17538 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
17539
17540         * XplatUIOSX.cs: Find the missing caret; caret was dissappearing after a
17541         keyboard event moved it.  Create a new graphics context for each paint resolves this
17542
17543 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
17544
17545         * XplatUIOSX.cs: Fix hard cpu eat on loop with existing timers,
17546         Make caret exist and go blink blink.  Initial keyboard support.
17547         Fix exception handler, Add Invalidate support.  Change way RefreshWindow
17548         works.
17549
17550 2004-12-17  Jackson Harper  <jackson@ximian.com>
17551
17552         * XplatUIStructs.cs: Updated set of virtual keycodes.
17553         * KeyboardLayouts.cs: SCROLL_LOCK is now SCROLL
17554
17555 2004-12-17  Jackson Harper  <jackson@ximian.com>
17556
17557         * XplatUIX11.cs: Prune old keyboard code.
17558
17559 2004-12-17  Jackson Harper  <jackson@ximian.com>
17560
17561         * XplatUIX11.cs: When generating mouse wparams get the modifier
17562         keys from the ModifierKeys property.
17563
17564 2004-12-17  Jackson Harper  <jackson@ximian.com>
17565
17566         * X11Keyboard.cs: Send up/down input when generating
17567         messages. Remove some unused vars.
17568
17569 2004-12-17  Jackson Harper  <jackson@ximian.com>
17570
17571         * TabControl.cs:
17572         * TreeView.cs: get rid of warnings.
17573
17574 2004-12-17  Jackson Harper  <jackson@ximian.com>
17575
17576         * XplatUIStructs.cs: Fix a couple wrong virtual keycodes.
17577
17578 2004-12-17  Jordi Mas i Hernandez <jordi@ximian.com>
17579
17580         * ListBox.cs: bug fixes, changes for CheckedListBox.cs
17581           CheckedListBox.cs: Implementation
17582
17583 2004-12-17  Peter Bartok  <pbartok@novell.com>
17584
17585         * TextControl.cs (RecalculateLine): Fixed baseline aligning calcs
17586
17587 2004-12-16  Peter Bartok  <pbartok@novell.com>
17588
17589         * TextControl.cs:
17590           - InsertCharAtCaret(): Fixed start pos fixup
17591           - CaretLine_get: No longer derives the line from the tag, the tag
17592             could be stale if lines in the document have been added or deleted
17593           - RebalanceAfterDelete(): Fixed bug in balancing code
17594           - RebalanceAfterAdd(): Fixed really stupid bug in balancing code
17595           - Line.Streamline(): Now can also elminate leading empty tags
17596           - DumpTree(): Added a few more tests and prevented exception on
17597             uninitialized data
17598           - Added Debug section for Combining lines
17599           - Delete(): Now copies all remaining properties of a line
17600           
17601         * TextBoxBase.cs:
17602           - Left mousebutton now sets the caret (and middle button still acts
17603             as formatting tester, which must go away soon)
17604           - Added Debug section for Deleting/Combining lines
17605           - Fixed calculations for UpdateView after Combining lines
17606
17607 2004-12-16  Peter Bartok  <pbartok@novell.com>
17608
17609         * TextControl.cs: Now properly aligns text on a baseline, using the
17610           new XplatUI.GetFontMetrics() method. Simplified several calculations
17611         * TextBoxBase.cs: Moved #endif to allow compiling if Debug is not
17612           defined
17613
17614 2004-12-16  Peter Bartok  <pbartok@novell.com>
17615
17616         * XplatUI.cs: Added GetFontMetrics() method
17617         * XplatUIDriver.cs: Added GetFontMetrics() abstract
17618         * XplatUIX11.cs: Implemented GetFontMetrics() method, now calls
17619           into libgdiplus, our private GetFontMetrics function
17620         * XplatUIOSX.cs: Implemented GetFontMetrics() method, same as X11
17621         * XplatUIWin32.cs: Implemented GetFontMetrics() method
17622
17623 2004-12-16  Jackson Harper  <jackson@ximain.com>
17624
17625         * XplatUIStruct.cs: Add enum for dead keys
17626         * X11Keyboard.cs: Map and unmap dead keys.
17627
17628 2004-12-16  Jackson Harper  <jackson@ximian.com>
17629
17630         * X11Keyboard.cs: Detect and use the num lock mask.
17631
17632 2004-12-16  Peter Bartok  <pbartok@novell.com>
17633
17634         * Control.cs (CreateGraphics): Added check to make sure the
17635           handle of the window exists before calling Graphics.FromHwnd()
17636
17637 2004-12-16  Peter Bartok  <pbartok@novell.com>
17638
17639         * TextBoxBase.cs: Initial check-in. DO NOT TRY TO USE THIS YET. It
17640           contains a lot of code that's not supposed to be there for the
17641           real thing, but required for developing/testing the textbox
17642           backend.
17643
17644 2004-12-16  Peter Bartok  <pbartok@novell.com>
17645
17646         * TextControl.cs:
17647         - Fixed Streamline method
17648         - Added FindTag method to Line
17649         - Added DumpTree method for debugging
17650         - Added DecrementLines() method for deleting lines
17651         - Fixed UpdateView to update the cursor to end-of-line on single-line
17652           updates
17653         - Added PositionCaret() method
17654         - Fixed MoveCaret(LineDown) to move into the last line, too
17655         - Added InsertChar overload
17656         - Fixed InsertChar tag offset calculations
17657         - Added DeleteChar() method
17658         - Added Combine() method for folding lines
17659         - Fixed Delete() method, no longer allocates wasted Line object and
17660           now copies all properties when swapping nodes
17661         - Delete() method now updates document line counter
17662
17663 2004-12-15  Jackson Harper  <jackson@ximian.com>
17664
17665         * XplatUIX11.cs: Get the modifier keys from the keyboard driver
17666         * X11Keyboard.cs: Expose the currently selected modifier keys
17667         through a property.
17668
17669 2004-12-15  Peter Bartok  <pbartok@novell.com>
17670
17671         * TextControl.cs: Initial check-in. Still incomplete
17672
17673 2004-12-15  Jackson Harper  <jackson@ximian.com>
17674
17675         * TreeNode.cs:
17676         * TreeView.cs: Fix build on csc (second time today ;-))
17677
17678 2004-12-15  Jackson Harper  <jackson@ximian.com>
17679
17680         * TreeView.cs: Store the treenodes plus/minus box bounds when it
17681         is calculated and use this for click testing.
17682         * TreeNode.cs: Add functionality to store the nodes plus minus box bounds.
17683
17684 2004-12-15  Jackson Harper  <jackson@ximian.com>
17685
17686         * TreeView.cs: Pass the nodes image index to the image list when
17687         drawing that image.
17688
17689 2004-12-15  Jackson Harper  <jackson@ximian.com>
17690
17691         * X11Keyboard.cs: Set messages hwnd.
17692         * XplatUIX11.cs: Pass proper hwnd wot keyboard driver. Set hwnd on
17693         post_message calls.
17694
17695 2004-12-15  Jackson Harper  <jackson@ximian.com>
17696
17697         * X11Keyboard.cs: Fix to compile with csc.
17698         
17699 2004-12-15  Jackson Harper  <jackson@ximian.com>
17700
17701         * X11Structs.cs: Add key mask values
17702         * XplatUIStruct.cs: Add keyboard event flags, and keyboard definitions
17703         * X11Keyboard.cs: New file - Extrapolates and interpolates key
17704         down/up foo into WM_CHAR foo
17705         * KeyboardLayouts.cs: Common keyboard layouts
17706         * XplatUIX11.cs: Add the keyboard driver. Add functionality to
17707         post messages into the main queue.
17708
17709 2004-12-13  Jordi Mas i Hernandez <jordi@ximian.com>
17710
17711         * Button.cs: implement ProcessMnemonic
17712         * ThemeWin32Classic.cs: use ResPool (caching) instead of creating
17713           brushes everytime
17714         * Control.cs: fixes IsMnemonic (support for &&, case insensitive, etc)
17715         * ButtonBase.cs: Show HotkeyPrefix (not the &)
17716
17717 2004-12-12  John BouAntoun  <jba-mon@optusnet.com.au>
17718         
17719         * MonthCalendar.cs: Implemented click-hold for next/previous month
17720           and date selection
17721           
17722 2004-12-11  Peter Bartok  <pbartok@novell.com>
17723
17724         * X11Structs.cs:
17725           - Added XKeyboardState (moved from XplatUIX11.cs)
17726           - Added XCreateGC related enums and structures
17727           - Added GXFunction for XSetFunction
17728
17729         * XplatUIStructs.cs: Added missing WS_EX_xxx definitions
17730
17731         * XplatUI.cs: Added CreateCaret(), DestroyCaret(), SetCaretPos() and
17732           CaretVisible() calls
17733
17734         * ToolTip.cs: Added code to prevent stealing focus from app windows
17735
17736         * XplatUIDriver.cs: Added abstracts for caret functions (CreateCaret,
17737           DestroyCaret, SetCaretPos and CaretVisible)
17738
17739         * XplatUIX11.cs:
17740           - Added implementation for caret functions
17741           - Moved hover variables into a struct, to make it a bit easier
17742             on the eyes and to debug
17743           - Removed XKeyboardState (moved to XplatUIX11.cs)
17744           - Moved Keyboard properties into the properties region
17745
17746         * Control.cs (get_Region): Control.CreateGraphics is the appropriate
17747           call to get a graphics context for our control
17748
17749         * XplatUIOSX.cs: Added empty overrides for the new caret functions
17750
17751         * TreeView.cs: Fixed bug. No matter what color was set it would always
17752           return SystemColors.Window
17753
17754         * XplatUIWin32.cs: Implemented caret overrides
17755
17756 2004-12-10  Jordi Mas i Hernandez <jordi@ximian.com>
17757
17758         * ListBox.cs: fire events, implement missing methods and properties,
17759         sorting.
17760
17761 2004-12-10  John BouAntoun <jba-mono@optusnet.com.au>
17762
17763         * MonthCalendar.cs: invalidation bug fixing
17764         * ThemeWin32Classic.cs: paint fixing
17765
17766 2004-12-09  Geoff Norton  <gnorton@customerdna.com>
17767
17768         * XplatUIOSX.cs: Refactor to pass the real hwnd into Graphics.FromHwnd, we
17769         prepare the CGContextRef there now.
17770
17771 2004-12-09  John BouAntoun <jba-mono@optusnet.com.au>
17772
17773         * MonthCalendar.cs:
17774           - optimisationL only invalidate areas that have changed
17775         * ThemeWin32Classic.cs:
17776           - only paint parts that intersect with clip_area
17777
17778 2004-12-09  Peter Bartok  <pbartok@novell.com>
17779
17780         * Application.cs: Undid changes from r37004 which cause problems
17781         on X11
17782
17783 2004-12-09  Ravindra  <rkumar@novell.com>
17784
17785         * ToolBar.cs: Added support for displaying ContextMenu
17786         attached to a button on ToolBar.
17787         * ToolBarButton.cs: Uncomment/fixed the DropDownMenu
17788         property.
17789
17790 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
17791
17792         * Label.cs: autosize works in text change and removes unnecessary
17793         invalidate
17794
17795 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
17796
17797         * ThemeWin32Classic.cs, XplatUIOSX.cs, XplatUIWin32.cs:
17798         remove warnings
17799
17800 2004-12-08  Geoff Norton  <gnorton@customerdna.com>
17801
17802         * XplatUIOSX.cs: Added mouse move/click/grab support
17803         Remove some debugging WriteLines not needed anymore.
17804         Add window resizing/positioning.
17805         Fix visibility on reparenting.
17806
17807 2004-12-08  Peter Bartok  <pbartok@novell.com>
17808
17809         * XplatUIOSX.cs: Added Idle event, now compiles on VS.Net
17810
17811 2004-12-07  Geoff Norton  <gnorton@customerdna.com>
17812
17813         * XplatUIOSX.cs: Initial checkin
17814         * XplatUI.cs: Use the Quartz driver if the environment is set to use it
17815
17816 2004-12-03  Ravindra <rkumar@novell.com>
17817
17818         * ListView.cs: Added some keybindings and fixed scrolling.
17819         ScrollBars listen to ValueChanged event instead of Scroll
17820         Event. This would let us take care of all changes being
17821         done in the scrollbars' values programmatically or manually.
17822         * ListView.cs (CanMultiselect): Added a check for shift key.
17823         * ListView.cs (EnsureVisible): Fixed. Do proper scrolling.
17824         * ListViewItem.cs (Clone): Fixed. We need to make a copy
17825         of ListViewSubItemCollection as well.
17826
17827 2004-12-06  Peter Bartok <pbartok@novell.com>
17828
17829         * Control.cs (Parent): Added check and exception to prevent
17830         circular parenting
17831
17832 2004-12-03  Jordi Mas i Hernandez <jordi@ximian.com>
17833
17834         * ListBox.cs: implemented clipping, selection single and multiple,
17835         bug fixing
17836
17837 2004-12-03  Ravindra <rkumar@novell.com>
17838
17839         * ListView.cs (ListView_KeyDown):
17840         * ListView.cs (ListView_KeyUp): Fixed multiple selection handling
17841         when CTRL key is pressed.
17842         * ListViewItem.cs (Selected): Fixed setting the property.
17843
17844 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
17845
17846         * Application.cs (OnThreadException): Use ThreadExceptionDialog.
17847
17848         * Form.cs: Add ActiveForm, FormBorderStyle, MaximizeBox,
17849         MinimizeBox, ShowInTaskbar, TopMost properties.
17850
17851         * ThreadExceptionDialog.cs: Implemented (disabled TextBox until
17852         will be implemented).
17853
17854 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
17855
17856         * OwnerDrawPropertyBag.cs: New internal parameterless ctor.
17857
17858         * TreeNode.cs: Implemented ICloneable, Fixed to pass my simple
17859         tests.
17860         
17861         * TreeNodeCollection.cs: Add exception throwing for Add,AddRange.
17862         
17863         * TreeView.cs: BackColor is Colors.Window.
17864
17865 2004-12-01  Jackson Harper  <jackson@ximian.com>
17866
17867         * TreeView.cs: When resizing the tree if the user is making it
17868         smaller we don't get expose events, so we need to handle adding
17869         the horizontal scrollbar in the size changed handler as well as
17870         the expose handler.
17871
17872 2004-12-02  Jordi Mas i Hernandez <jordi@ximian.com>
17873
17874         * DrawItemState.cs: fixes wrong enum values
17875
17876 2004-12-01  Jackson Harper  <jackson@ximian.com>
17877
17878         * TreeView.cs: Resize the hbar as well as the vbar on resize.
17879
17880 2004-12-01  Jackson Harper  <jackson@ximian.com>
17881
17882         * NodeLabelEditEventArgs.cs:
17883         * NodeLabelEditEventHandler.cs:
17884         * OpenTreeNodeEnumerator.cs:
17885         * TreeNode.cs:
17886         * TreeNodeCollection.cs:
17887         * TreeView.cs:
17888         * TreeViewAction.cs:
17889         * TreeViewCancelEventArgs.cs:
17890         * TreeViewCancelEventHandler.cs:
17891         * TreeViewEventArgs.cs:
17892         * TreeViewEventHandler.cs: Initial implementation.
17893
17894 2004-12-01  Ravindra <rkumar@novell.com>
17895
17896         * ListView.cs (CalculateListView): Fixed scrolling related
17897         calculations. Also, removed some debug statements from other
17898         places.
17899         * ListViewItem.cs: Changed access to 'selected' instance variable
17900         from private to internal.
17901         * ThemeWin32Classic.cs (DrawListViewItem): Fixed SubItem drawing.
17902
17903 2004-12-01  Jordi Mas i Hernandez <jordi@ximian.com>
17904
17905         * ThemeWin32Classic.cs: remove cache of brush and pens for
17906         specific controls and use the global system, fixes scrollbutton
17907         bugs (for small sizes, disabled, etc)
17908         
17909         * ScrollBar.cs: does not show the thumb for very small controls
17910         (as MS) and allow smaller buttons that the regular size
17911
17912 2004-12-01  Miguel de Icaza  <miguel@ximian.com>
17913
17914         * UpDownBase.cs: Add abstract methods for the interface.
17915         Add new virtual methods (need to be hooked up to TextEntry when it
17916         exists).
17917         Add override methods for most features.
17918         Computes the size, forces the height of the text entry.
17919
17920         * NumericUpDown.cs: Put here the current testing code.
17921
17922         * Set eol-style property on all files that do not have mixed line
17923         endings, to minimize the future problems.  There are still a few
17924         files with mixed endings, and someone should choose whether they
17925         want to move it or not.
17926
17927 2004-11-30  Jordi Mas i Hernandez <jordi@ximian.com>
17928
17929         * MonthCalendar.cs, ListView.cs: use Theme colours instead of
17930         System.Colors
17931         
17932 2004-11-30  Ravindra <rkumar@novell.com>
17933
17934         * ThemeWin32Classic.cs (DrawListViewItem): Fixed selected item
17935         drawing and replaced use of SystemColors by theme colors.
17936         * ListView.cs (ListView_Paint): Fixed painting done during scrolling.
17937         * ListView.cs (ListViewItemCollection.Add): Throw exception when
17938         same ListViewItem is being added more than once.
17939
17940 2004-11-30  John BouAntoun <jba-mono@optusnet.com.au>
17941
17942         * MonthCalendar.cs:
17943           - ControlStyles love to make the control not flicker
17944           
17945 2004-11-30  Peter Bartok  <pbartok@novell.com>
17946
17947         * CharacterCasing.cs: Added
17948
17949 2004-11-29  Peter Bartok  <pbartok@novell.com>
17950
17951         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
17952           TreeViewAction.cs, TreeViewEventArgs.cs: Removed new files.
17953           I am removing these files as they conflict with already completed
17954           work. While it is fantastic to get contributions to MWF, I
17955           respectfully ask that everyone please coordinate their contributions
17956           through mono-winforms-list or #mono-winforms at this time. We're
17957           explicitly avoiding stubbing and don't want controls that don't have
17958           their basic functionality implemented in svn. Please also see
17959           http://www.mono-project.com/contributing/winforms.html
17960
17961
17962 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
17963
17964         * Application.cs (ModalRun): Don't hang after exit.
17965
17966         * Theme.cs: New TreeViewDefaultSize property.
17967
17968         * ThemeWin32Classic.cs: Replaced hardcoded defaultWindowBackColor
17969         with less hardcoded SystemColors constant.
17970         Implemented TreeViewDefaultSize.
17971
17972         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
17973         TreeViewAction.cs, TreeViewEventArgs.cs: New files.
17974
17975
17976 2004-11-29  John BouAntoun <jba-mono@optusnet.com.au>
17977
17978         * MonthCalendar.cs:
17979           - Fix NextMonthDate and PrevMonthDate click moving calendar
17980
17981 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
17982
17983         * MonthCalendar.cs:
17984           - Fix usage of ScrollChange Property when scrolling months
17985
17986 2004-11-26  Jordi Mas i Hernandez <jordi@ximian.com>
17987
17988         * Menu.cs, MainMenu.cs, MenuItem.cs, MenuAPI.cs
17989          - Fixes menu destroying
17990          - Support adding and removing items on already created menus
17991
17992 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
17993
17994         * MonthCalendar.cs:
17995           - Re-worked all bolded dates handling to match win32
17996         * ThemeWin32Classic.cs:
17997           - Fixed rendering with bolded dates
17998
17999 2004-11-25  Jordi Mas i Hernandez <jordi@ximian.com>
18000
18001         * ListBox.cs, Theme.cs, ThemeWin32Classic.cs:
18002         - Horizontal scroolbar
18003         - Multicolumn
18004         - Fixes
18005
18006
18007 2004-11-25  John BouAntoun <jba-mono@optusnet.com.au>
18008
18009         * MonthCalendar.cs:
18010           - Fix Usage of MaxSelectionCount from SelectionRange
18011           - Fixed Shift + Cursor Selection
18012           - Fixed Shift + (Pg up/Pg dn, Home/End) selection
18013           - Fixed normal cursor selection to be compat with win32
18014           - Fixed Shift + Mouse Click selection
18015
18016 2004-11-24  Peter Bartok <pbartok@novell.com>
18017
18018         * XplatUI.cs (DispatchMessage): Switched to return IntPtr
18019         * XplatUIDriver.cs (DispatchMessage): Switched to return IntPtr
18020         * XplatUIX11.cs:
18021           - CreatedKeyBoardMsg now updates keystate with Alt key
18022           - Added workaround for timer crash to CheckTimers, Jackson will
18023             develop a proper fix and check in later
18024           - Implemented DispatchMessage
18025           - Removed calling the native window proc from GetMessage (call
18026             now moved to DispatchMessage)
18027
18028         * KeyEventArgs.cs (Constructor): Now combines modifierkeys into
18029           the keydata (Fixes bug #69831)
18030
18031         * XplatUIWin32.cs:
18032           - (DispatchMessage): Switched to return IntPtr
18033           - Added DllImport for SetFocus
18034
18035 2004-11-24  Ravindra <rkumar@novell.com>
18036
18037         * ThemeWin32Classic.cs: Fixed ListView border and checkbox
18038         background drawing.
18039         * ListViewItem.cs: Fixed various properties, calculations
18040         and Clone() method. Fixed ListViewSubItemCollection.Clear() method.
18041         * ListView.cs: Fixed calculations, BackColor, ForeColor properties
18042         and some internal properties. Fixed MouseDown handler and Paint
18043         method.
18044
18045 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
18046
18047         * MonthCalendar.cs: Add TitleMonth ContextMenu handling
18048
18049 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
18050
18051         * ContainerControl.cs: correct accidental check in of local changes
18052
18053 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
18054
18055         * ThemeWin32Classic.cs:
18056                 - Fixed Drawing Last month in grid (sometimes not showing)
18057         * MonthCalendar.cs:
18058                 - Fixed title width calculation bug (makeing title small)
18059
18060 2004-11-23  Peter Bartok <pbartok@novell.com>
18061
18062         * XplatUIX11.cs:
18063           - Added generation of WM_MOUSEHOVER event
18064           - Added missing assignment of async_method atom
18065           - Fixed WM_ERASEBKGND; now only redraws the exposed area
18066
18067 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
18068
18069         * ThemeWin32Classic.cs:
18070                 - Fixed Drawing of today circle when showtodaycircle not set
18071                 - fixed drawing of first and last month in the grid (gay dates)
18072         * MonthCalendar.cs:
18073                 - Fixed Drawing of today circle
18074                 - Fixed drawing of grady dates
18075                 - Fixed HitTest for today link when ShowToday set to false
18076                 - Fixed DefaultSize to obey ShowToday
18077
18078 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
18079
18080         * ThemeWin32Classic.cs: Fixed DrawMonthCalendar and private support methods
18081         * System.Windows.Forms/Theme.cs
18082         * MonthCalendar.cs: added for MonthCalendar
18083         * SelectionRange.cs: added for MonthCalendar
18084         * Day.cs: added for MonthCalendar: added for MonthCalendar
18085         * DateRangeEventArgs.cs: added for MonthCalendar
18086         * DateRangeEventHandler.cs: added for MonthCalendar
18087
18088 2004-11-22  Ravindra <rkumar@novell.com>
18089
18090         * ThemeWin32Classic.cs: Fixed ListViewDrawing with 'UseItemStyleForSubItems'
18091         property.
18092
18093 2004-11-22  Miguel de Icaza  <miguel@ximian.com>
18094
18095         * UpDownBase.cs (InitTimer): Use prehistoric C# 1.0 notation for
18096         event handler.
18097         
18098         * NumericUpDown.cs: Added new implementation.
18099         * UpDownBase.cs: Added new implementation.
18100
18101         * XplatUIWin32.cs (KeyboardSpeed, KeyboardDelay): added default
18102         implementations.
18103         
18104         * XplatUIX11.cs (KeyboardSpeed, KeyboardDelay): added default
18105         implementations.
18106
18107         * XplatUIDriver.cs ((KeyboardSpeed, KeyboardDelay): added new
18108         methods.
18109
18110 2004-11-21  Miguel de Icaza  <miguel@ximian.com>
18111
18112         * Timer.cs  (Dispose): Should call the base dispose when
18113         overriding.
18114
18115 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
18116
18117         * ScrollBar.cs: updates thumb position when max, min or increment
18118         is changed
18119
18120 2004-11-21  Ravindra <rkumar@novell.com>
18121
18122         * ListView.cs: Implemented item selection, activation and
18123         column header style. Fixed properties to do a redraw, if
18124         required. Added support for MouseHover, DoubleClick, KeyDown
18125         and KeyUp event handling and some minor fixes.
18126         * ListViewItem.cs: Fixed constructor.
18127         * ThemeWin32Classic.cs: Improved drawing for ListView.
18128
18129 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
18130
18131         * ThemeWin32Classic.cs: initial listbox drawing code
18132         * DrawMode.cs: new enumerator
18133         * ListControl.cs: stubbed class
18134         * ListBox.cs: initial implementation
18135         * Theme.cs: new methods definitions
18136         * SelectionMode.cs: new enumerator
18137
18138 2004-11-17  Peter Bartok  <pbartok@novell.com>
18139
18140         * XplatUIWin32.cs: Added double-click events to the class style
18141         * Control.cs (WndProc):
18142           - Added handling of click-count to MouseDown/ MouseUp events.
18143           - Added handling of middle and right mouse buttons
18144           - Removed old debug code
18145
18146 2004-11-17  Jackson Harper  <jackson@ximian.com>
18147
18148         * XplatUIX11.cs: Use the new Mono.Unix namespace.
18149
18150 2004-11-17  Ravindra <rkumar@novell.com>
18151
18152         * ListView.cs: Added event handling for MouseMove/Up/Down.
18153         * ColumnHeader.cs: Added a read-only internal property 'Pressed'.
18154         * ThemeWin32Classic.cs: We need to clear the graphics context and
18155         draw column header in a proper state.
18156
18157
18158 2004-11-17  Jordi Mas i Hernandez <jordi@ximian.com>
18159
18160         *  Menu.cs: fixes signature
18161
18162 2004-11-16  Peter Bartok  <pbartok@novell.com>
18163
18164         * XplatUIX11.cs (GetMessage): Implemented generation of
18165           double click mouse messages
18166
18167 2004-11-12  Jordi Mas i Hernandez <jordi@ximian.com>
18168
18169         *  Form.cs, MainMenu.cs, MenuAPI.cs: tracker should be for tracking session
18170         not by menu
18171
18172 2004-11-11  Peter Bartok  <pbartok@novell.com>
18173
18174         * HandleData.cs: Added Visible property
18175         * XplatUIX11.cs (IsVisible): Now uses Visible property from
18176           HandleData
18177         * XplatUIX11.cs: Removed old debug leftovers
18178         * XplatUIX11.cs (DefWndProc): Added WM_ERASEBKGND handler
18179         * Control.cs (WndProc): Removed old debug leftovers,
18180           streamlined handling of WM_WINDOWPOSCHANGED, removed un-
18181           needed WM_SIZE handling
18182
18183 2004-11-11  Jackson Harper  <jackson@ximian.com>
18184
18185         * OwnerDrawPropertyBag.cs:
18186         * TreeViewImageIndexConverter.cs: Initial implementation
18187
18188 2004-11-10  Jackson Harper  <jackson@ximian.com>
18189
18190         * ThemeWin32Classic.cs:
18191         * TabControl.cs: instead of moving tabs by the slider pos just
18192         start drawing at the tab that is offset by the slider. This way
18193         scrolling always moves by exactly one tab.
18194
18195 2004-11-10  Jackson Harper  <jackson@ximian.com>
18196
18197         * TabControl.cs: You can only scroll left when the slider has
18198         already ben moved right.
18199         
18200 2004-11-10  Jackson Harper  <jackson@ximian.com>
18201
18202         * ThemeWin32Classic.cs: Do not draw the selected tab if its not in
18203         the clip area.
18204         
18205 2004-11-10  Jackson Harper  <jackson@ximian.com>
18206
18207         * ThemeWin32Classic.cs: Don't bother drawing tabs outside of the
18208         clip area.
18209         
18210 2004-11-09  Jackson Harper  <jackson@ximian.com>
18211
18212         * TabControl.cs (CalcXPos): New helper method so we can determine
18213         the proper place to start drawing vertical tabs.
18214         * ThemeWin32Classic.cs (DrawTab): Draw right aligned tabs.
18215         
18216 2004-11-09  Jackson Harper  <jackson@ximian.com>
18217
18218         * TabControl.cs: Calculate sizing and rects for left aligned tabs.
18219         * ThemeWin32Classic.cs (GetTabControl*ScrollRect): Only handle Top
18220         and Bottom, left and right are illegal values for this and
18221         multiline is enabled when the alignment is set to left or right.
18222         (DrawTab): Each alignment block should draw the text itself now
18223         because Left requires special love. Also add rendering for Left
18224         aligned tabs.
18225         
18226 2004-11-09  Jordi Mas i Hernandez <jordi@ximian.com>
18227
18228         *  Form.cs, MainMenu.cs, MenuAPI.cs: fixes menu navigation, fixes popups,
18229         does not destroy the windows, removes debugging messages
18230
18231 2004-11-09  jba  <jba-mono@optusnet.com.au>
18232
18233         * ThemeWin32Classic.cs
18234         (DrawButtonBase): Fix verticle text rect clipping in windows
18235         (DrawCheckBox): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
18236         rendering and incorrect text rect clipping
18237         (DrawRadioButton): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
18238         rendering and incorrect text rect clipping
18239         
18240 2004-11-08  Jackson Harper  <jackson@ximian.com>
18241
18242         * ThemeWin32Classic.cs (DrawTabControl): Render tabs from top to
18243         bottom when they are bottom aligned so the bottoms of the tabs get
18244         displayed.
18245         * TabControl.cs (DropRow): Move rows up instead of down when the
18246         tab control is bottom aligned.
18247
18248 2004-11-08 13:59  pbartok
18249
18250         * XplatUIX11.cs:
18251           - Added handling for various window styles
18252           - Added handling for popup windows
18253           - Added SetTopmost handling
18254
18255 2004-11-08 13:55  pbartok
18256
18257         * XplatUIWin32.cs:
18258           - Added argument to SetTopmost method
18259           - Fixed broken ClientToScreen function
18260
18261 2004-11-08 13:53  pbartok
18262
18263         * XplatUIStructs.cs:
18264           - Added missing WS_EX styles
18265
18266 2004-11-08 13:53  pbartok
18267
18268         * XplatUI.cs, XplatUIDriver.cs:
18269           - Added argument to SetTopmost
18270
18271 2004-11-08 13:52  pbartok
18272
18273         * X11Structs.cs:
18274           - Added XSetWindowAttributes structure
18275           - Improved XWindowAttributes structure
18276           - Added SetWindowValuemask enum
18277           - Added window creation arguments enum
18278           - Added gravity enum
18279           - Added Motif hints structure
18280           - Added various Motif flags and enums
18281           - Added PropertyMode enum for property functions
18282
18283 2004-11-08 13:50  pbartok
18284
18285         * Form.cs:
18286           - Fixed arguments for updated SetTopmost method
18287
18288 2004-11-08 13:49  pbartok
18289
18290         * ToolTip.cs:
18291           - Fixed arguments for updated SetTopmost function
18292           - Fixed usage of PointToClient
18293
18294 2004-11-08 13:44  pbartok
18295
18296         * MenuAPI.cs:
18297           - Added Clipping of children and siblings
18298
18299 2004-11-08 13:41  pbartok
18300
18301         * MainMenu.cs:
18302           - Removed SetMenuBarWindow call. We do this in Form.cs
18303
18304 2004-11-08 13:40  jackson
18305
18306         * TabControl.cs, Theme.cs, ThemeWin32Classic.cs: Render the little
18307           scrolling jimmi in the correct location with bottom aligned tabs
18308
18309 2004-11-08 13:36  pbartok
18310
18311         * ContainerControl.cs:
18312           - Implemented BindingContext
18313           - Implemented ParentForm
18314
18315 2004-11-08 12:46  jackson
18316
18317         * TabControl.cs: Put bottom rendered tabs in the right location
18318
18319 2004-11-08 07:15  jordi
18320
18321         * ScrollBar.cs, ThemeWin32Classic.cs: fixes vertical scrollbar and
18322           removes dead code
18323
18324 2004-11-05 17:30  jackson
18325
18326         * TabControl.cs: When selected tabs are expanded make sure they
18327           don't go beyond the edges of the tab control
18328
18329 2004-11-05 14:57  jackson
18330
18331         * TabControl.cs: Reset show_slider so if the control is resized to
18332           a size where it is no longer needed it's not displayed anymore
18333
18334 2004-11-05 13:16  jackson
18335
18336         * TabControl.cs: Make tab pages non visible when added to the
18337           control
18338
18339 2004-11-05 12:42  jackson
18340
18341         * TabControl.cs: Implement SizeMode.FillToRight
18342
18343 2004-11-05 12:16  jackson
18344
18345         * Control.cs: Do not call CreateHandle if the handle is already
18346           created
18347
18348 2004-11-05 11:46  jackson
18349
18350         * TabControl.cs: Remove superflous call to CalcTabRows
18351
18352 2004-11-05 09:07  jackson
18353
18354         * XplatUIX11.cs: Update for Mono.Posix changes
18355
18356 2004-11-05 07:00  ravindra
18357
18358         * ListView.cs, ListViewItem.cs: Implemented some methods and fixed
18359           scrolling.
18360
18361 2004-11-04 22:47  jba
18362
18363         * ThemeWin32Classic.cs:
18364           - Fix Button rendering for FlatStyle = Flat or Popup
18365           - Fix RadioButton and CheckBox rendering when Appearance = Button
18366             (normal and flatstyle).
18367           - Correct outer rectangle color when drawing focus rectangle
18368           - Adjust button bounds to be 1 px smaller when focused
18369           - Make button not draw sunken 3d border when pushed (windows compat)
18370           - Fix CPDrawBorder3D to not make bottom right hand corner rounded
18371           - Offset the text in RadioButton and Checkbox when being rendered as
18372           a button.
18373           - Hover and Click behaviour for Colored FlatStyle.Flat and Popup
18374           radiobuttons
18375           - Fixed disabled rendering for colored flatstyle radiobuttons (both)
18376           - Fixed disabled text rendering for normally rendered radiobuttons
18377
18378 2004-11-04 10:26  jackson
18379
18380         * TabControl.cs: Recalculate tab rows when resizing
18381
18382 2004-11-04 07:47  jordi
18383
18384         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs:
18385           collection completion, drawing issues, missing features
18386
18387 2004-11-04 05:03  ravindra
18388
18389         * ScrollBar.cs:
18390                 - We need to recalculate the Thumb area when
18391                 LargeChange/maximum/minimum values are changed.
18392           - We set the 'pos' in UpdatePos() method to minimum, if it's less
18393                 than minimum. This is required to handle the case if large_change is
18394                 more than max, and use LargeChange property instead of large_change
18395                 variable.
18396           - We return max+1 when large_change is more than max, like MS does.
18397
18398 2004-11-04 04:29  ravindra
18399
18400         * ColumnHeader.cs, ListView.cs, ListViewItem.cs:
18401                 - Changed default value signatures (prefixed all with ListView).
18402                 - Fixed/implemented layout LargeIcon, SmallIcon and List views for
18403                 ListView.
18404           - Fixed calculations for ListViewItem and implemented Clone()
18405           method.
18406
18407 2004-11-04 04:26  ravindra
18408
18409         * Theme.cs, ThemeWin32Classic.cs:
18410                 - Changed default ListView values signatures (prefixed all with
18411                 ListView).
18412           - Fixed default size values for VScrollBar and HScrollBar.
18413                 - Fixed DrawListViewItem method.
18414
18415 2004-11-04 04:05  ravindra
18416
18417         * ColumnHeaderStyle.cs: Typo. It should be Nonclickable.
18418
18419 2004-11-04 04:04  ravindra
18420
18421         * ImageList.cs: Implemented the missing overload for Draw method.
18422
18423 2004-11-03 19:29  jackson
18424
18425         * TabControl.cs: Handle dropping rows on selection properly
18426
18427 2004-11-03 11:59  jackson
18428
18429         * TabControl.cs: remove debug code
18430
18431 2004-11-03 11:52  jackson
18432
18433         * TabControl.cs, ThemeWin32Classic.cs: Initial implementation of
18434           the scrolly widgerywoo
18435
18436 2004-11-02 13:52  jackson
18437
18438         * TabControl.cs: Resize the tab pages and tabs when the tab control
18439           is resized
18440
18441 2004-11-02 13:40  jackson
18442
18443         * TabControl.cs, ThemeWin32Classic.cs: Move the row with the
18444           selected tab to the bottom
18445
18446 2004-11-02 13:39  jackson
18447
18448         * TabPage.cs: Store the tab pages row
18449
18450 2004-11-02 12:33  jordi
18451
18452         * MenuItem.cs: fixes handle creation
18453
18454 2004-11-02 11:42  jackson
18455
18456         * TabControl.cs: signature fix
18457
18458 2004-11-02 08:56  jackson
18459
18460         * TabControl.cs: Calculate whether the tab is on an edge properly.
18461           Remove top secret debugging code
18462
18463 2004-11-01 19:57  jackson
18464
18465         * TabControl.cs: Add click handling, and proper sizing
18466
18467 2004-11-01 19:47  jackson
18468
18469         * Theme.cs, ThemeWin32Classic.cs: New rendering and sizing code for
18470           tab controls
18471
18472 2004-11-01 19:39  jackson
18473
18474         * TabPage.cs: add internal property to store the bounds of a tab
18475           page
18476
18477 2004-10-30 04:23  ravindra
18478
18479         * Theme.cs, ThemeWin32Classic.cs: Drawing ListView and some default
18480           values.
18481
18482 2004-10-30 04:21  ravindra
18483
18484         * ListView.cs, ListViewItem.cs: Added support for scrolling and
18485           fixed calculations.
18486
18487 2004-10-30 03:06  pbartok
18488
18489         * XplatUIX11.cs:
18490           - Removed extension of DllImported libs
18491
18492 2004-10-29 09:55  jordi
18493
18494         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: Menu key
18495           navigation, itemcollection completion, menu fixes
18496
18497 2004-10-27 22:58  pbartok
18498
18499         * XplatUIX11.cs:
18500           - Now throws a nice error message when no X display could be opened
18501
18502 2004-10-26 13:51  jordi
18503
18504         * ListView.cs: removes warning
18505
18506 2004-10-26 03:55  ravindra
18507
18508         * ColumnHeader.cs, ListView.cs, ListViewItem.cs,
18509           ThemeWin32Classic.cs: Some formatting for my last checkins.
18510
18511 2004-10-26 03:36  ravindra
18512
18513         * ThemeWin32Classic.cs: Implemented DetailView drawing for ListView
18514           control and default values.
18515
18516 2004-10-26 03:35  ravindra
18517
18518         * Theme.cs: Added some default values for ListView control.
18519
18520 2004-10-26 03:33  ravindra
18521
18522         * ToolBar.cs: ToolBar should use the user specified button size, if
18523           there is any. Added a size_specified flag for the same.
18524
18525 2004-10-26 03:33  ravindra
18526
18527         * ColumnHeader.cs: Added some internal members and calculations for
18528           ColumnHeader.
18529
18530 2004-10-26 03:32  ravindra
18531
18532         * ListViewItem.cs: Calculations for ListViewItem.
18533
18534 2004-10-26 03:31  ravindra
18535
18536         * ListView.cs: Added some internal members and calculations for
18537           ListView.
18538
18539 2004-10-22 13:31  jordi
18540
18541         * MenuAPI.cs: speedup menus drawing
18542
18543 2004-10-22 13:16  jackson
18544
18545         * XplatUIX11.cs: Make sure to update exposed regions when adding an
18546           expose event
18547
18548 2004-10-22 11:49  jackson
18549
18550         * Control.cs: oops
18551
18552 2004-10-22 11:41  jackson
18553
18554         * Control.cs: Check to see if the window should have its background
18555           repainted by X when drawing.
18556
18557 2004-10-22 11:31  jackson
18558
18559         * XplatUIX11.cs: When invalidating areas only use XClearArea if
18560           clear is true, this way we do not get flicker from X repainting the
18561           background
18562
18563 2004-10-22 11:28  jackson
18564
18565         * XEventQueue.cs: Queue properly
18566
18567 2004-10-21 09:38  jackson
18568
18569         * XEventQueue.cs: Fix access modifier
18570
18571 2004-10-21 09:36  jackson
18572
18573         * XEventQueue.cs: Don't loose messages
18574
18575 2004-10-21 09:22  jackson
18576
18577         * XEventQueue.cs: Don't loose messages
18578
18579 2004-10-20 04:15  jordi
18580
18581         * BootMode.cs: enum need it by SystemInfo
18582
18583 2004-10-19 21:58  pbartok
18584
18585         * XplatUIWin32.cs:
18586           - Small sanity check
18587
18588 2004-10-19 21:56  pbartok
18589
18590         * Form.cs:
18591           - Added private FormParentWindow class which acts as the container
18592             for our form and as the non-client area where menus are drawn
18593           - Added/Moved required tie-ins to Jordi's menus
18594           - Fixed/Implemented the FormStartPosition functionality
18595
18596 2004-10-19 21:52  pbartok
18597
18598         * Control.cs:
18599           - Removed unneeded locals
18600           - Added code to all size and location properties to understand and
18601             deal with the parent container of Form
18602
18603 2004-10-19 21:33  pbartok
18604
18605         * Application.cs:
18606           - Fixed to deal with new Form subclasses for menus
18607
18608 2004-10-19 17:48  jackson
18609
18610         * XEventQueue.cs: commit correct version of file
18611
18612 2004-10-19 16:50  jackson
18613
18614         * XEventQueue.cs, XplatUIX11.cs: New optimized event queue
18615
18616 2004-10-19 16:15  jordi
18617
18618         * MenuAPI.cs: MenuBarCalcSize returns the height
18619
18620 2004-10-19 08:31  pbartok
18621
18622         * Control.cs:
18623           - Added missing call to PreProcessMessage before calling OnXXXKey
18624           methods
18625
18626 2004-10-19 00:04  ravindra
18627
18628         * ToolTip.cs: Fixed constructor.
18629
18630 2004-10-18 09:31  jordi
18631
18632         * MenuAPI.cs: menuitems in menubars do not have shortcuts
18633
18634 2004-10-18 09:26  jordi
18635
18636         * MenuItem.cs: fixes MenuItem class signature
18637
18638 2004-10-18 08:56  jordi
18639
18640         * MenuAPI.cs: prevents windows from showing in the taskbar
18641
18642 2004-10-18 00:28  ravindra
18643
18644         * ToolTip.cs: Suppressed a warning message.
18645
18646 2004-10-18 00:27  ravindra
18647
18648         * Control.cs: Default value of visible property must be true.
18649
18650 2004-10-17 23:19  pbartok
18651
18652         * ToolTip.cs:
18653           - Complete implementation
18654
18655 2004-10-17 23:19  pbartok
18656
18657         * XplatUIX11.cs:
18658           - Added EnableWindow method
18659           - Added SetModal stub
18660           - Added generation of WM_ACTIVATE message (still needs testing)
18661           - Added SetTopMost stub
18662           - Changes to deal with VirtualKeys being moved to XplatUIStructs.cs
18663
18664 2004-10-17 23:17  pbartok
18665
18666         * XplatUIWin32.cs:
18667           - Removed VirtualKeys to XplatUIStructs
18668           - Implemented SetTopMost method
18669           - Implemented EnableWindow method
18670           - Bugfix in ScreenToClient()
18671           - Bugfixes in ClientToScreen()
18672
18673 2004-10-17 22:51  pbartok
18674
18675         * XplatUIStructs.cs:
18676           - Added WS_EX styles to WindowStyles enumeration
18677
18678 2004-10-17 22:50  pbartok
18679
18680         * XplatUI.cs, XplatUIDriver.cs:
18681           - Added method for enabling/disabling windows
18682           - Added method for setting window modality
18683           - Added method for setting topmost window
18684
18685 2004-10-17 22:49  pbartok
18686
18687         * ThemeWin32Classic.cs:
18688           - Added ToolTip drawing code
18689
18690 2004-10-17 22:49  pbartok
18691
18692         * Theme.cs:
18693           - Added ToolTip abstracts
18694
18695 2004-10-17 22:47  pbartok
18696
18697         * Form.cs:
18698           - Fixed Form.ControlCollection to handle owner relations
18699           - Added Owner/OwnedForms handling
18700           - Implemented Z-Ordering for owned forms
18701           - Removed unneeded private overload of ShowDialog
18702           - Fixed ShowDialog, added the X11 incarnation of modal handling (or
18703             so I hope)
18704           - Fixed Close(), had wrong default
18705           - Added firing of OnLoad event
18706           - Added some commented out debug code for Ownership handling
18707
18708 2004-10-17 22:16  pbartok
18709
18710         * Control.cs:
18711           - Fixed/implemented flat list of controls
18712
18713 2004-10-17 22:14  pbartok
18714
18715         * Application.cs:
18716           - Added code to simulate modal dialogs on Win32
18717
18718 2004-10-17 16:11  jordi
18719
18720         * ScrollBar.cs: disabled scrollbar should not honor any keyboard or
18721           mouse event
18722
18723 2004-10-17 13:39  jordi
18724
18725         * MenuAPI.cs: menu drawing fixes
18726
18727 2004-10-15 09:10  ravindra
18728
18729         * StructFormat.cs: General Enum.
18730
18731 2004-10-15 09:09  ravindra
18732
18733         * SizeGripStyle.cs: Enum for Form.
18734
18735 2004-10-15 09:08  ravindra
18736
18737         * Theme.cs, ThemeWin32Classic.cs: Added ColumnHeaderHeight property
18738           in Theme for ListView.
18739
18740 2004-10-15 09:06  ravindra
18741
18742         * ColumnHeader.cs: Flushing some formatting changes.
18743
18744 2004-10-15 09:05  ravindra
18745
18746         * ListViewItem.cs: Implemented GetBounds method and fixed coding
18747           style.
18748
18749 2004-10-15 09:03  ravindra
18750
18751         * ListView.cs: Implemented Paint method and fixed coding style.
18752
18753 2004-10-15 07:34  jordi
18754
18755         * MenuAPI.cs: fix for X11
18756
18757 2004-10-15 07:32  ravindra
18758
18759         * ButtonBase.cs, CheckBox.cs, RadioButton.cs:
18760                 - Renamed Paint() method to Draw() for clarity. Also, moved
18761                 DrawImage() to OnPaint().
18762
18763 2004-10-15 07:25  ravindra
18764
18765         * CheckBox.cs, RadioButton.cs:
18766                 - Removed Redraw (), we get it from ButtonBase.
18767                 - Implemented Paint (), to do class specific painting.
18768
18769 2004-10-15 07:16  ravindra
18770
18771         * ButtonBase.cs:
18772                 - Redraw () is not virtual now.
18773                 - Added an internal virtual method Paint (), so that
18774                 derived classes can do their painting on their own.
18775                 - Modified OnPaint () to call Paint ().
18776
18777 2004-10-15 06:43  jordi
18778
18779         * ContextMenu.cs, DrawItemEventHandler.cs, Form.cs, MainMenu.cs,
18780           MenuAPI.cs, MenuItem.cs: menu work, mainmenu, subitems, etc
18781
18782 2004-10-15 00:30  ravindra
18783
18784         * MessageBox.cs:
18785                 - MessageBox on windows does not have min/max buttons.
18786                 This change in CreateParams fixes this on Windows. We
18787                 still need to implement this windowstyle behavior in
18788                 our X11 driver.
18789
18790 2004-10-14 05:14  ravindra
18791
18792         * ToolBar.cs:
18793                 - Changed Redraw () to do a Refresh () always.
18794                 - Fixed the MouseMove event handling when mouse is pressed,
18795                 ie drag event handling.
18796                 - Replaced the usage of ToolBarButton.Pressed property to
18797                 ToolBarButton.pressed internal variable.
18798
18799 2004-10-14 05:10  ravindra
18800
18801         * ToolBarButton.cs:
18802                 - Added an internal member 'inside' to handle mouse move
18803                 with mouse pressed ie mouse drag event.
18804                 - Changed 'Pressed' property to return true only when
18805                 'inside' and 'pressed' are both true.
18806                 - Some coding style love.
18807
18808 2004-10-14 00:17  ravindra
18809
18810         * Form.cs: Fixed class signature. ShowDialog (Control) is not a
18811           public method.
18812
18813 2004-10-14 00:15  ravindra
18814
18815         * ButtonBase.cs: Redraw () related improvements.
18816
18817 2004-10-14 00:14  ravindra
18818
18819         * MessageBox.cs: Moved InitFormSize () out of Paint method and
18820           removed unnecessary calls to Button.Show () method.
18821
18822 2004-10-13 17:50  pbartok
18823
18824         * XplatUIX11.cs:
18825           - Formatting fix
18826           - Removed destroying of window until we solve the problem of X
18827             destroying the window before us on shutdown
18828
18829 2004-10-13 16:32  pbartok
18830
18831         * ButtonBase.cs:
18832           - Now Redraws on MouseUp for FlatStyle Flat and Popup
18833
18834 2004-10-13 14:18  pbartok
18835
18836         * XplatUIX11.cs:
18837           - Added code to destroy the X window
18838
18839 2004-10-13 14:18  pbartok
18840
18841         * XplatUIWin32.cs:
18842           - Added code to destroy a window
18843
18844 2004-10-13 14:12  pbartok
18845
18846         * ButtonBase.cs:
18847           - Added the Redraw on Resize that got dropped in the last rev
18848
18849 2004-10-13 09:06  pbartok
18850
18851         * ThemeWin32Classic.cs:
18852           - Path from John BouAntoun:
18853             * Fix check rendering (centre correctly for normal style, offset
18854               correctly for FlatStyle).
18855             * Fix border color usage (use backcolor) for FlatStyle.Popup
18856             * Use checkbox.Capture instead of checkbox.is_pressed when
18857               rendering flatstyle states.
18858
18859 2004-10-12 21:48  pbartok
18860
18861         * ThemeWin32Classic.cs:
18862           - Removed all occurences of SystemColors and replaced them with the
18863             matching theme color
18864
18865 2004-10-12 21:41  pbartok
18866
18867         * ThemeWin32Classic.cs:
18868           - From John BouAntoun: Added an overload to CPDrawBorder3D to allow
18869             him using the function for flatstyle drawing
18870           - Changed functions to use the new version of CPDrawBorder3D
18871
18872 2004-10-12 21:15  pbartok
18873
18874         * ControlPaint.cs:
18875           - Fixed Dark(), DarkDark(), Light() and LightLight() methods to
18876             match MS documentation. They need to return defined colors if the
18877             passed color matches the configured control color. Thanks to John
18878             BouAntoun for pointing this out.
18879
18880 2004-10-12 20:57  pbartok
18881
18882         * Control.cs:
18883           - Fix from John BouAntoun: Raise ForeColorChanged event when text
18884             color is changed
18885
18886 2004-10-12 20:46  pbartok
18887
18888         * CheckBox.cs:
18889           - Fix from John BouAntoun: Now properly sets the Appearance property
18890
18891 2004-10-12 20:45  pbartok
18892
18893         * ThemeWin32Classic.cs:
18894           - Fixes from John BouAntoun: now handles forecolors and backcolors
18895             for flatstyle rendered controls much better; It also fixes normal
18896             checkbox rendering when pushed or disabled.
18897
18898 2004-10-08 02:50  jordi
18899
18900         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: more menu
18901           work
18902
18903 2004-10-07 08:56  jordi
18904
18905         * ThemeWin32Classic.cs: Removes deletion of cached brushes
18906
18907 2004-10-06 03:59  jordi
18908
18909         * Control.cs, StatusBar.cs, ThemeWin32Classic.cs, ToolBar.cs,
18910           XplatUIWin32.cs: removes warnings from compilation
18911
18912 2004-10-05 12:23  jackson
18913
18914         * RadioButton.cs: Fix ctor
18915
18916 2004-10-05 11:10  pbartok
18917
18918         * MessageBox.cs:
18919           - Partial implementation by Benjamin Dasnois
18920
18921 2004-10-05 10:15  jackson
18922
18923         * ThemeWin32Classic.cs: Improve rendering of the radio button patch
18924           by John BouAntoun
18925
18926 2004-10-05 03:07  ravindra
18927
18928         * ToolBar.cs:
18929                 - Removed a private method, Draw ().
18930                 - Fixed the ButtonDropDown event handling.
18931                 - Fixed MouseMove event handling.
18932
18933 2004-10-05 03:04  ravindra
18934
18935         * ThemeWin32Classic.cs:
18936                 - Added DrawListView method and ListViewDefaultSize property.
18937                 - Changed ControlPaint method calls to CPDrawXXX wherever possible.
18938                 - Changed DOS style CRLF to Unix format (dos2unix).
18939
18940 2004-10-05 03:03  ravindra
18941
18942         * Theme.cs:
18943                 - Added DrawListView method and ListViewDefaultSize property.
18944
18945 2004-10-05 02:42  ravindra
18946
18947         * ToolBarButton.cs: Added an internal member dd_pressed to handle
18948           clicks on DropDown arrow.
18949
18950 2004-10-04 22:56  jackson
18951
18952         * ButtonBase.cs, Label.cs, MenuAPI.cs, ProgressBar.cs,
18953           ScrollBar.cs, StatusBar.cs, ToolBar.cs, TrackBar.cs: Let the base
18954           Control handle the buffers, derived classes should not have to
18955           CreateBuffers themselves.
18956
18957 2004-10-04 21:20  jackson
18958
18959         * StatusBar.cs: The control handles resizing the buffers now.
18960
18961 2004-10-04 21:18  jackson
18962
18963         * Control.cs: When resizing the buffers should be invalidated. This
18964           should be handled in Control not in derived classes.
18965
18966 2004-10-04 14:45  jackson
18967
18968         * TabPage.cs: oops
18969
18970 2004-10-04 02:14  pbartok
18971
18972         * LeftRightAlignment.cs:
18973           - Initial check-in
18974
18975 2004-10-04 01:09  jordi
18976
18977         * ThemeWin32Classic.cs: fixes right button position causing right
18978           button not showing on horizontal scrollbars
18979
18980 2004-10-02 13:12  pbartok
18981
18982         * XplatUIX11.cs:
18983           - Simplified the Invalidate method by using an X call instead of
18984             generating the expose ourselves
18985           - Added an expose when the window background is changed
18986           - Implemented ClientToScreen method
18987
18988 2004-10-02 13:08  pbartok
18989
18990         * XplatUIWin32.cs:
18991           - Added Win32EnableWindow method (test for implementing modal
18992           dialogs)
18993           - Added ClientToScreen method and imports
18994
18995 2004-10-02 13:07  pbartok
18996
18997         * XplatUI.cs, XplatUIDriver.cs:
18998           - Added ClientToScreen coordinate translation method
18999
19000 2004-10-02 13:06  pbartok
19001
19002         * KeyPressEventArgs.cs:
19003           - Fixed access level for constructor
19004
19005 2004-10-02 13:06  pbartok
19006
19007         * NativeWindow.cs:
19008           - Changed access level for the window_collection hash table
19009
19010 2004-10-02 13:05  pbartok
19011
19012         * Form.cs:
19013           - Added KeyPreview property
19014           - Added Menu property (still incomplete, pending Jordi's menu work)
19015           - Implemented ProcessCmdKey
19016           - Implemented ProcessDialogKey
19017           - Implemented ProcessKeyPreview
19018
19019 2004-10-02 13:02  pbartok
19020
19021         * Control.cs:
19022           - Added private method to get the Control object from the window
19023           handle
19024           - Implemented ContextMenu property
19025           - Implemented PointToScreen
19026           - Implemented PreProcessMessage
19027           - Implemented IsInputChar
19028           - Implemented IsInputKey
19029           - Implemented ProcessCmdKey
19030           - Completed ProcessKeyEventArgs
19031           - Fixed message loop to call the proper chain of functions on key
19032           events
19033           - Implemented ProcessDialogChar
19034           - Implemented ProcessDialogKey
19035           - Implemented ProcessKeyMessage
19036           - Implemented ProcessKeyPreview
19037           - Added RaiseDragEvent stub (MS internal method)
19038           - Added RaiseKeyEvent stub (MS internal method)
19039           - Added RaiseMouseEvent stub (MS Internal method)
19040           - Added RaisePaintEvent stub (MS Internal method)
19041           - Added ResetMouseEventArgs stub (MS Internal method)
19042           - Implemented RtlTranslateAlignment
19043           - Implemented RtlTranslateContent
19044           - Implemented RtlTranslateHorizontal
19045           - Implemented RtlTranslateLeftRight
19046           - Added generation of KeyPress event
19047
19048 2004-10-02 05:57  ravindra
19049
19050         * ListViewItem.cs: Added attributes.
19051
19052 2004-10-02 05:32  ravindra
19053
19054         * ListView.cs: Added attributes.
19055
19056 2004-10-01 11:53  jackson
19057
19058         * Form.cs: Implement the Close method so work on MessageBox can
19059           continue.
19060
19061 2004-09-30 14:06  pbartok
19062
19063         * XplatUIX11.cs:
19064           - Bug fixes
19065
19066 2004-09-30 11:34  jackson
19067
19068         * RadioButton.cs: Fix typo. Patch by John BouAntoun.
19069
19070 2004-09-30 07:26  ravindra
19071
19072         * ListViewItemConverter.cs: Converter for ListViewItem.
19073
19074 2004-09-30 07:26  ravindra
19075
19076         * SortOrder.cs: Enum for ListView control.
19077
19078 2004-09-30 07:25  ravindra
19079
19080         * ColumnHeader.cs: Supporting class for ListView control.
19081
19082 2004-09-30 07:24  ravindra
19083
19084         * ListView.cs, ListViewItem.cs: Initial implementation.
19085
19086 2004-09-30 07:20  ravindra
19087
19088         * ItemActivation.cs: Enum for ListView Control.
19089
19090 2004-09-29 20:29  pbartok
19091
19092         * XplatUIX11.cs:
19093           - Added lookup of pixel value for background color; tries to get a
19094             color 'close' to the requested color, it avoids having to create a
19095             colormap.  Depending on the display this could mean the used color
19096             is slightly off the desired color. Might have to change it to a more
19097             resource intensive colormap approach, but it will work as a
19098           workaround to avoid red screens.
19099
19100 2004-09-29 14:27  jackson
19101
19102         * XplatUIX11.cs: Set the X DisplayHandle in System.Drawing
19103
19104 2004-09-28 12:44  pbartok
19105
19106         * ButtonBase.cs, CheckBox.cs, ControlPaint.cs, GroupBox.cs,
19107           HScrollBar.cs, Label.cs, LinkLabel.cs, Panel.cs, PictureBox.cs,
19108           ProgressBar.cs, RadioButton.cs, ScrollBar.cs, StatusBar.cs,
19109           Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs, ToolBar.cs,
19110           TrackBar.cs, VScrollBar.cs:
19111           - Streamlined Theme interfaces:
19112             * Each DrawXXX method for a control now is passed the object for
19113               the control to be drawn in order to allow accessing any state the
19114               theme might require
19115
19116             * ControlPaint methods for the theme now have a CP prefix to avoid
19117               name clashes with the Draw methods for controls
19118
19119             * Every control now retrieves it's DefaultSize from the current
19120             theme
19121
19122 2004-09-28 12:17  jackson
19123
19124         * Button.cs: Do not redraw OnClick MouseUp/Down will handle the
19125           drawing
19126
19127 2004-09-24 14:57  jackson
19128
19129         * XplatUIX11.cs: Don't lock/enqueue/dequeue for unhandled messages.
19130           Gives us a nice little performance boost.
19131
19132 2004-09-24 12:02  jackson
19133
19134         * TabAlignment.cs, TabAppearance.cs, TabControl.cs, TabDrawMode.cs,
19135           TabPage.cs, TabSizeMode.cs: Partial implementation of the Tab
19136           Control and supporting classes. Initial checkin
19137
19138 2004-09-23 13:08  jackson
19139
19140         * Form.cs: Temp build fixage
19141
19142 2004-09-23 01:39  ravindra
19143
19144         * ItemChangedEventArgs.cs, ItemChangedEventHandler.cs,
19145           ItemCheckEventArgs.cs, ItemCheckEventHandler.cs,
19146           ItemDragEventArgs.cs, ItemDragEventHandler.cs,
19147           LabelEditEventArgs.cs, LabelEditEventHandler.cs: EventArgs and
19148           EventHandlers needed by ListView Control.
19149
19150 2004-09-22 14:12  pbartok
19151
19152         * ScrollableControl.cs:
19153           - Implemented DockPadding property
19154           - Implemented AutoScroll property
19155           - Implemented AutoScrollMargin property
19156           - Implemented AutoScrollMinSize property
19157           - Implemented AutoScrollPosition property
19158           - Implemented DisplayRectangle property (still incomplete)
19159           - Implemented CreateParams property
19160           - Implemented HScroll property
19161           - Implemented VScroll property
19162           - Implemented OnVisibleChanged property
19163
19164 2004-09-22 14:09  pbartok
19165
19166         * Form.cs:
19167           - Added Form.ControllCollection class
19168           - Added handling for Form owners: Owner, OwnedForms, AddOwnedForm,
19169             RemoveOwnedForm (still incomplete, missing on-top and common
19170             minimize/maximize behaviour)
19171           - Added StartPosition property (still incomplete, does not use when
19172             creating the form)
19173           - Added ShowDialog() methods (still incomplete, missing forcing the
19174             dialog modal)
19175
19176 2004-09-22 14:05  pbartok
19177
19178         * Application.cs:
19179           - Added message loop for modal dialogs
19180
19181 2004-09-22 14:02  pbartok
19182
19183         * GroupBox.cs:
19184           - Fixed wrong types for events
19185
19186 2004-09-22 14:00  pbartok
19187
19188         * Shortcut.cs, FormWindowState.cs:
19189           - Fixed wrong values
19190
19191 2004-09-22 12:01  jackson
19192
19193         * Control.cs: Text is never null
19194
19195 2004-09-20 22:14  pbartok
19196
19197         * XplatUIWin32.cs:
19198           - Fixed accessibility level for Idle handler
19199
19200 2004-09-20 18:54  jackson
19201
19202         * Application.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
19203           XplatUIX11.cs: New message loop that uses poll so we don't get a
19204           busy loop
19205
19206 2004-09-17 10:43  pbartok
19207
19208         * ScrollBar.cs:
19209           - Fixed behaviour of arrow buttons. Now properly behaves like
19210             Buttons (and like Microsoft's scrollbar arrow buttons)
19211
19212 2004-09-17 10:14  pbartok
19213
19214         * ScrollBar.cs:
19215           - Added missing release of keyboard/mouse capture
19216
19217 2004-09-17 06:18  jordi
19218
19219         * ContextMenu.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs,
19220           Theme.cs: Very early menu support
19221
19222 2004-09-16 17:45  pbartok
19223
19224         * XplatUIWin32.cs:
19225           - Fixed sending a window to the front
19226           - Added overload for SetWindowPos to avoid casting
19227
19228 2004-09-16 17:44  pbartok
19229
19230         * Control.cs:
19231           - Added SendToBack and BringToFront methods
19232
19233 2004-09-16 07:00  ravindra
19234
19235         * Copyright: Added Novell URL.
19236
19237 2004-09-16 07:00  ravindra
19238
19239         * ToolBar.cs: Invalidate should be done before redrawing.
19240
19241 2004-09-15 21:19  ravindra
19242
19243         * ColumnHeaderStyle.cs: Enum for ListView Control.
19244
19245 2004-09-15 21:18  ravindra
19246
19247         * ColumnClickEventArgs.cs, ColumnClickEventHandler.cs: Event for
19248           ListView Control.
19249
19250 2004-09-13 18:26  jackson
19251
19252         * Timer.cs, XplatUIX11.cs: Remove test code so timers are updated
19253           properly
19254
19255 2004-09-13 18:13  jackson
19256
19257         * Timer.cs, X11Structs.cs, XplatUIX11.cs: Timers are now handled in
19258           a second thread and post messages into the main threads message
19259           queue. This makes timing much more consistent. Both win2K and XP
19260           have a minimum timer value of 15 milliseconds, so we now do this
19261           too.
19262
19263 2004-09-13 15:18  pbartok
19264
19265         * X11Structs.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
19266           XplatUIX11.cs:
19267           - Added Z-Ordering methods
19268
19269 2004-09-13 10:56  pbartok
19270
19271         * Form.cs:
19272           - Fixed #region names
19273           - Moved properties and methods into their proper #regions
19274
19275 2004-09-13 10:51  pbartok
19276
19277         * Form.cs:
19278           - Added Accept and CancelButton properties
19279           - Added ProcessDialogKey() method
19280
19281 2004-09-13 08:18  pbartok
19282
19283         * IWindowTarget.cs:
19284           - Initial check-in
19285
19286 2004-09-10 21:50  pbartok
19287
19288         * Control.cs:
19289           - Added DoDragDrop() [incomplete]
19290           - Properly implemented 'Visible' handling
19291           - Added SetVisibleCore()
19292           - Implemented FindChildAtPoint()
19293           - Implemented GetContainerControl()
19294           - Implemented Hide()
19295
19296 2004-09-10 19:28  pbartok
19297
19298         * Control.cs:
19299           - Moved methods into their appropriate #regions
19300           - Reordered methods within regions alphabetically
19301
19302 2004-09-10 18:57  pbartok
19303
19304         * XplatUIX11.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
19305           - Added method to retrieve text from window
19306
19307 2004-09-10 18:56  pbartok
19308
19309         * Control.cs:
19310           - Moved some internal functions into the internal region
19311           - Implemented FontHeight
19312           - Implemented RenderRightToLeft
19313           - Implemented ResizeRedraw
19314           - Implemented ShowFocusCues
19315           - Implemented ShowKeyboardCues
19316           - Implemented FromChildHandle
19317           - Implemented FromHandle
19318           - Implemented IsMnemonic
19319           - Implemented ReflectMessage
19320           - All public and protected Static Methods are now complete
19321
19322 2004-09-10 16:54  pbartok
19323
19324         * Control.cs:
19325           - Implemented remaining missing public instance properties
19326           - Alphabetized some out of order properties
19327
19328 2004-09-10 05:51  ravindra
19329
19330         * PictureBox.cs: Added a check for null image.
19331
19332 2004-09-10 00:59  jordi
19333
19334         * GroupBox.cs: remove cvs tag
19335
19336 2004-09-09 05:25  ravindra
19337
19338         * ToolBar.cs: Make redraw accessible from ToolBarButton.
19339
19340 2004-09-09 05:23  ravindra
19341
19342         * ToolBarButton.cs: Changes in ToolBarButton need to make it's
19343           parent redraw.
19344
19345 2004-09-09 02:28  pbartok
19346
19347         * ThemeWin32Classic.cs:
19348           - Improve disabled string look
19349
19350 2004-09-09 01:15  jordi
19351
19352         * MeasureItemEventArgs.cs, MeasureItemEventHandler.cs: measureitem
19353           args and handler
19354
19355 2004-09-08 23:56  ravindra
19356
19357         * ItemBoundsPortion.cs: It's enum, not a class!
19358
19359 2004-09-08 23:47  ravindra
19360
19361         * FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs:
19362           Enums for Form.
19363
19364 2004-09-08 21:13  ravindra
19365
19366         * ItemBoundsPortion.cs, ListViewAlignment.cs, View.cs: Enums for
19367           ListView control.
19368
19369 2004-09-08 21:03  ravindra
19370
19371         * ThemeWin32Classic.cs: PictureBox would not draw a null image to
19372           avoid crash.
19373
19374 2004-09-08 21:01  ravindra
19375
19376         * ScrollableControl.cs: Removed unreachable code.
19377
19378 2004-09-08 06:45  jordi
19379
19380         * MenuMerge.cs, Shortcut.cs: enumerations need it by menus
19381
19382 2004-09-08 01:00  jackson
19383
19384         * XplatUIX11.cs: Only run the timers when updating the message
19385           queue. This effectively gives X messages a higher priority then
19386           timer messages. Timers still need love though
19387
19388 2004-09-07 14:01  jackson
19389
19390         * XplatUIX11.cs: Do not call XDestroyWindow, X has already done
19391           this for us and the handle is no longer valid.
19392
19393 2004-09-07 13:59  jackson
19394
19395         * HandleData.cs, XplatUIX11.cs: First steps towards a new X event
19396           loop that manages to not crash. TODO: Add poll and cleanup timers
19397
19398 2004-09-07 11:12  jordi
19399
19400         * GroupBox.cs, Theme.cs, ThemeWin32Classic.cs: GroupBox control
19401
19402 2004-09-07 03:40  jordi
19403
19404         * Label.cs, LinkLabel.cs, Theme.cs, ThemeWin32Classic.cs: LinkLabel
19405           fixes, methods, multiple links
19406
19407 2004-09-06 06:55  jordi
19408
19409         * Control.cs: Caches ClientRectangle rectangle value
19410
19411 2004-09-05 02:03  jordi
19412
19413         * ScrollBar.cs, ThemeWin32Classic.cs: fixes bugs, adds flashing on
19414           certain situations
19415
19416 2004-09-04 11:10  jordi
19417
19418         * Label.cs: Refresh when font changed
19419
19420 2004-09-02 16:24  pbartok
19421
19422         * Control.cs:
19423           - Added sanity check to creation of double buffer bitmap
19424
19425 2004-09-02 16:24  pbartok
19426
19427         * ButtonBase.cs:
19428           - Fixed selection of text color
19429           - Fixed handling of resize event; now properly recreates double
19430             buffering bitmap
19431           - Added missing assignment of TextAlignment
19432           - Added proper default for TextAlignment
19433
19434 2004-09-02 14:26  pbartok
19435
19436         * RadioButton.cs:
19437           - Added missing RadioButton.RadioButtonAccessibleObject class
19438
19439 2004-09-02 14:26  pbartok
19440
19441         * Control.cs:
19442           - Added missing Control.ControlAccessibleObject class
19443           - Started to implement Select()ion mechanisms, still very incomplete
19444
19445 2004-09-02 14:25  pbartok
19446
19447         * AccessibleObject.cs:
19448           - Added missing methods
19449
19450 2004-09-02 14:23  pbartok
19451
19452         * AccessibleNavigation.cs, AccessibleSelection.cs:
19453           - Initial check-in
19454
19455 2004-09-02 10:32  jordi
19456
19457         * Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: implements resource
19458           pool for pens, brushes, and hatchbruses
19459
19460 2004-09-01 15:30  jackson
19461
19462         * StatusBar.cs: Fix typo
19463
19464 2004-09-01 14:44  pbartok
19465
19466         * RadioButton.cs:
19467           - Fixed state
19468
19469 2004-09-01 14:39  pbartok
19470
19471         * Button.cs, RadioButton.cs:
19472           - Functional initial check-in
19473
19474 2004-09-01 14:01  pbartok
19475
19476         * CheckBox.cs:
19477           - Added missing default
19478           - Added missing region mark
19479
19480 2004-09-01 09:10  jordi
19481
19482         * Label.cs: fixes method signatures, new methods, events, fixes
19483           autosize
19484
19485 2004-09-01 07:19  jordi
19486
19487         * Control.cs: Init string variables with an empty object
19488
19489 2004-09-01 04:20  jordi
19490
19491         * Control.cs: fires OnFontChanged event
19492
19493 2004-08-31 20:07  pbartok
19494
19495         * ButtonBase.cs:
19496           - Enabled display of strings
19497
19498 2004-08-31 20:05  pbartok
19499
19500         * Form.cs:
19501           - Added (partial) implementation of DialogResult; rest needs to be
19502             implemented when the modal loop code is done
19503
19504 2004-08-31 19:55  pbartok
19505
19506         * CheckBox.cs:
19507           - Fixed to match the removal of the needs_redraw concept
19508
19509 2004-08-31 19:55  pbartok
19510
19511         * ButtonBase.cs:
19512           - Removed the rather odd split between 'needs redraw' and redrawing
19513           - Now handles the events that require regeneration (ambient
19514             properties and size)
19515
19516 2004-08-31 19:41  pbartok
19517
19518         * Control.cs:
19519           - Added firing of BackColorChanged event
19520           - Added TopLevelControl property
19521           - Fixed handling of WM_ERASEBKGRND message
19522
19523 2004-08-31 12:49  pbartok
19524
19525         * ButtonBase.cs:
19526           - Removed debug
19527           - Minor fixes
19528
19529 2004-08-31 12:48  pbartok
19530
19531         * CheckBox.cs:
19532           - Finished (famous last words)
19533
19534 2004-08-31 04:35  jordi
19535
19536         * ScrollBar.cs: adds autorepeat timer, uses a single timer, fixes
19537           scrolling bugs, adds new methods
19538
19539 2004-08-30 14:42  pbartok
19540
19541         * CheckBox.cs:
19542           - Implemented CheckBox drawing code
19543
19544 2004-08-30 14:42  pbartok
19545
19546         * ButtonBase.cs:
19547           - Made Redraw() and CheckRedraw() virtual
19548           - Improved mouse up/down/move logic to properly track buttons
19549
19550 2004-08-30 09:44  pbartok
19551
19552         * CheckBox.cs:
19553           - Updated to fix broken build. Not complete yet.
19554
19555 2004-08-30 09:28  pbartok
19556
19557         * CheckState.cs:
19558           - Initial checkin
19559
19560 2004-08-30 09:17  pbartok
19561
19562         * Appearance.cs:
19563           - Initial check-in
19564
19565 2004-08-27 16:12  ravindra
19566
19567         * ToolBarButton.cs: Added TypeConverter attribute.
19568
19569 2004-08-27 16:07  ravindra
19570
19571         * ImageIndexConverter.cs: Implemented.
19572
19573 2004-08-27 14:17  pbartok
19574
19575         * Control.cs:
19576           - Removed unneeded stack vars
19577           - First attempt to fix sizing issues when layout is suspended
19578
19579 2004-08-25 15:35  jordi
19580
19581         * ScrollBar.cs: more fixes to scrollbar
19582
19583 2004-08-25 14:04  ravindra
19584
19585         * Theme.cs, ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs:
19586           Added the missing divider code and grip for ToolBar Control.
19587
19588 2004-08-25 13:20  pbartok
19589
19590         * Control.cs:
19591           - Control now properly passes the ambient background color to child
19592             controls
19593
19594 2004-08-25 13:20  jordi
19595
19596         * ScrollBar.cs: small bug fix regarding bar position
19597
19598 2004-08-25 12:33  pbartok
19599
19600         * Timer.cs:
19601           - Now only calls SetTimer or KillTimer if the enabled state has
19602           changed
19603
19604 2004-08-25 12:33  pbartok
19605
19606         * XplatUIWin32.cs:
19607           - Fixed timer handling, now seems to work
19608           - Improved error message for window creation
19609
19610 2004-08-25 12:32  pbartok
19611
19612         * Control.cs:
19613           - Fixed generation of MouseUp message
19614
19615 2004-08-25 12:29  jordi
19616
19617         * ProgressBar.cs, ThemeWin32Classic.cs: new methods, properties,
19618           and fixes for progressbar
19619
19620 2004-08-24 18:43  ravindra
19621
19622         * ThemeWin32Classic.cs, ToolBar.cs: Fixed wrapping related issues
19623           in ToolBar control.
19624
19625 2004-08-24 17:15  pbartok
19626
19627         * Panel.cs:
19628           - Added #region
19629           - Added missing events
19630           - Alphabetized
19631
19632 2004-08-24 17:14  pbartok
19633
19634         * StatusBar.cs, PictureBox.cs:
19635           - Now uses Control's CreateParams
19636
19637 2004-08-24 16:36  pbartok
19638
19639         * XplatUIX11.cs:
19640           - Fixed background color handling
19641           - Fixed sending of enter/leave events on a grab
19642
19643 2004-08-24 16:35  pbartok
19644
19645         * X11Structs.cs:
19646           - Refined definitions for CrossingEvent
19647
19648 2004-08-24 12:37  jordi
19649
19650         * ScrollBar.cs, Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: fixes
19651           formmating, methods signature, and adds missing events
19652
19653 2004-08-24 12:24  jordi
19654
19655         * Control.cs: fire OnEnabledChanged event
19656
19657 2004-08-24 11:17  pbartok
19658
19659         * XplatUIWin32.cs:
19660           - Implemented SetTimer() and KillTimer()
19661
19662 2004-08-24 11:16  pbartok
19663
19664         * XplatUIX11.cs:
19665           - Now uses Remove instead of Add to kill the timer
19666
19667 2004-08-24 10:16  jackson
19668
19669         * PictureBox.cs, Theme.cs, ThemeWin32Classic.cs: Handle drawing
19670           picture boxes in the theme now. Draw picture box borders and obey
19671           sizing modes
19672
19673 2004-08-24 05:49  jackson
19674
19675         * Timer.cs: Remove top secret debugging code
19676
19677 2004-08-24 05:34  jackson
19678
19679         * PictureBox.cs: Temp hack to make picture boxes draw their full
19680           image
19681
19682 2004-08-24 05:29  jackson
19683
19684         * Timer.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
19685           XplatUIX11.cs: Move timers to the driver level. On X they are
19686           queued by the driver and checked on idle.
19687
19688 2004-08-24 01:07  jackson
19689
19690         * XplatUIX11.cs: Use a queue for async messages instead of passing
19691           them as ClientMessages since that was totally broken. Also simply
19692           check for events and return an idle message if none are found. This
19693           gives us an idle handler, and prevents deadlocking when no messages
19694           are in the queue.
19695
19696 2004-08-23 18:19  ravindra
19697
19698         * XplatUIWin32.cs: Removed the unwanted destructor.
19699
19700 2004-08-23 17:27  pbartok
19701
19702         * ButtonBase.cs:
19703           - Finishing touches. Works now, just needs some optimizations.
19704
19705 2004-08-23 16:53  jordi
19706
19707         * ScrollBar.cs: small fix
19708
19709 2004-08-23 16:45  pbartok
19710
19711         * Application.cs:
19712           - Removed debug output
19713           - Simplifications
19714
19715 2004-08-23 16:43  jordi
19716
19717         * ScrollBar.cs: [no log message]
19718
19719 2004-08-23 16:10  pbartok
19720
19721         * Form.cs:
19722           - Fixed handling of WM_CLOSE message
19723           - Removed debug output
19724
19725 2004-08-23 16:09  pbartok
19726
19727         * Application.cs:
19728           - Added handling of Idle event
19729           - Added handling of form closing
19730           - Fixed reporting of MessageLoop property
19731           - Removed some unneeded code, should provide a bit of a speedup
19732
19733 2004-08-23 15:22  pbartok
19734
19735         * Control.cs:
19736           - Added InitLayout() method
19737           - Added code to properly perform layout when Anchor or Dock property
19738             is changed
19739           - Changed 'interpretation' of ResumeLayout. MS seems to have a
19740             LAMESPEC, tried to do it in a way that makes sense
19741
19742 2004-08-23 14:10  jordi
19743
19744         * HScrollBar.cs, ScrollBar.cs, TrackBar.cs, VScrollBar.cs: fixes
19745           properties and methods
19746
19747 2004-08-23 13:55  pbartok
19748
19749         * Control.cs:
19750           - Properly fixed Jordi's last fix
19751           - Now uses Cursor's Position property instead of calling XplatUI
19752           directly
19753
19754 2004-08-23 13:44  jordi
19755
19756         * PaintEventHandler.cs: Adding missing attribute
19757
19758 2004-08-23 13:39  pbartok
19759
19760         * Cursor.cs:
19761           - Implemented Position property
19762
19763 2004-08-23 13:39  pbartok
19764
19765         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
19766           - Added method to move mouse cursor
19767
19768 2004-08-23 13:39  pbartok
19769
19770         * XplatUIX11.cs:
19771           - Fixed setting of background color
19772           - Added method to move mouse cursor
19773
19774 2004-08-23 13:16  jordi
19775
19776         * Control.cs: avoids null exception
19777
19778 2004-08-22 17:46  jackson
19779
19780         * PictureBox.cs, PictureBoxSizeMode.cs: Initial implementation of
19781           PictureBox
19782
19783 2004-08-22 17:40  jackson
19784
19785         * XplatUIX11.cs: Add some missing locks
19786
19787 2004-08-22 15:10  pbartok
19788
19789         * Control.cs, Form.cs:
19790           - Removed OverlappedWindow style from Control, instead it's default
19791             now is child
19792           - Made form windows OverlappedWindow by default
19793
19794 2004-08-22 13:34  jackson
19795
19796         * ScrollBar.cs: Update the position through the Value property so
19797           the OnValueChanged event is raised.
19798
19799 2004-08-22 12:04  pbartok
19800
19801         * SWF.csproj:
19802           - Added Cursor.cs and UserControl.cs
19803
19804 2004-08-22 12:03  pbartok
19805
19806         * Cursor.cs:
19807           - Started implementation, not usable yet
19808
19809 2004-08-22 12:00  pbartok
19810
19811         * UserControl.cs:
19812           - Implemented UserControl (complete)
19813
19814 2004-08-21 19:20  ravindra
19815
19816         * ToolBar.cs: Correcting the formatting mess of VS.NET.
19817
19818 2004-08-21 18:49  ravindra
19819
19820         * ToolBar.cs: Probably this completes the missing attributes in
19821           toolbar control.
19822
19823 2004-08-21 18:03  ravindra
19824
19825         * ToolBar.cs, ToolBarButton.cs, ToolBarButtonClickEventArgs.cs:
19826           Fixed toolbar control signatures.
19827
19828 2004-08-21 16:32  pbartok
19829
19830         * LinkLabel.cs:
19831           - Signature Fixes
19832
19833 2004-08-21 16:30  pbartok
19834
19835         * Label.cs:
19836           - Signature fixes
19837
19838 2004-08-21 16:19  pbartok
19839
19840         * Control.cs, Label.cs:
19841           - Signature fixes
19842
19843 2004-08-21 15:57  pbartok
19844
19845         * ButtonBase.cs:
19846           - Added loads of debug output for development
19847           - Fixed typo in method name
19848
19849 2004-08-21 15:52  pbartok
19850
19851         * ToolBarButtonClickEventArgs.cs:
19852           - Added missing base class
19853
19854 2004-08-21 14:53  pbartok
19855
19856         * Control.cs:
19857           - Updated to match new GrabWindow signature
19858
19859 2004-08-21 14:51  pbartok
19860
19861         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
19862           - Added method to get default display size
19863
19864 2004-08-21 14:23  pbartok
19865
19866         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
19867           - Added method to query current grab state
19868           - Added argument to allow confining a grab to a window
19869
19870 2004-08-21 14:22  pbartok
19871
19872         * Keys.cs:
19873           - Added [Flags] attribute so that modifiers can be used in bitwise
19874           ops
19875
19876 2004-08-21 14:21  pbartok
19877
19878         * TrackBar.cs, ScrollBar.cs:
19879           - Replaced direct XplatUI calls with their Control counterpart
19880
19881 2004-08-21 13:32  pbartok
19882
19883         * Control.cs:
19884           - Implemented Created property
19885
19886 2004-08-21 13:28  pbartok
19887
19888         * Control.cs:
19889           - Implemented ContainsFocus
19890
19891 2004-08-21 13:26  pbartok
19892
19893         * Control.cs:
19894           - Implemented CausesValidation
19895
19896 2004-08-21 13:21  pbartok
19897
19898         * Control.cs:
19899           - Implemented CanFocus
19900           - Implemented CanSelect
19901           - Implemented Capture
19902
19903 2004-08-21 12:35  pbartok
19904
19905         * XplatUIWin32.cs:
19906           - Fixed bug with Async message handling
19907           - Implemented getting the ModifierKeys
19908
19909 2004-08-21 12:32  jackson
19910
19911         * AsyncMethodResult.cs: Make sure we have the mutex before we
19912           release it. Fixes BeginInvoke on windows
19913
19914 2004-08-21 11:31  pbartok
19915
19916         * XplatUIWin32.cs, XplatUIX11.cs:
19917           - Drivers now return proper mouse state
19918
19919 2004-08-21 10:54  jackson
19920
19921         * Control.cs: Implement EndInvoke
19922
19923 2004-08-21 10:48  jackson
19924
19925         * Timer.cs: Remove unneeded finalizer
19926
19927 2004-08-20 19:52  ravindra
19928
19929         * ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs: Improvments
19930           in mouse event handling in the ToolBar control.
19931
19932 2004-08-20 19:50  ravindra
19933
19934         * ImageList.cs: Changed draw method to use the arguments passed in
19935           to draw the image.
19936
19937 2004-08-20 18:58  pbartok
19938
19939         * XplatUIStructs.cs:
19940           - Added private message for async communication
19941
19942 2004-08-20 17:38  ravindra
19943
19944         * Control.cs: Made RightToLeft property virtual and removed a
19945           Console.WriteLine.
19946
19947 2004-08-20 14:39  jordi
19948
19949         * ThemeGtk.cs: use style_attach
19950
19951 2004-08-20 14:39  pbartok
19952
19953         * XplatUIWin32.cs:
19954           - Added jackson's Async code from X11 to Win32
19955
19956 2004-08-20 14:09  pbartok
19957
19958         * SWF.csproj:
19959           - Added all new files
19960
19961 2004-08-20 14:09  pbartok
19962
19963         * Control.cs:
19964           - Added call to set window background color
19965
19966 2004-08-20 14:03  pbartok
19967
19968         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
19969           - Added method for setting the window background
19970
19971 2004-08-20 14:02  pbartok
19972
19973         * XplatUIWin32.cs:
19974           - Added method for setting the background color
19975           - Added handling for erasing the window background
19976
19977 2004-08-20 13:45  jordi
19978
19979         * TrackBar.cs: fixes timer, new properties and methods
19980
19981 2004-08-20 13:34  jackson
19982
19983         * ScrollBar.cs: Use the SWF timer so callbacks are run in the
19984           correct thread
19985
19986 2004-08-20 13:22  jackson
19987
19988         * Timer.cs: Timer Tick events are now handed through Controls Async
19989           mechanism so the callbacks are executed in the same thread as X
19990
19991 2004-08-20 13:19  jackson
19992
19993         * XplatUIDriver.cs: Expose functionality to send async messages
19994           through the driver
19995
19996 2004-08-20 13:18  jackson
19997
19998         * Control.cs: Implement Begininvoke
19999
20000 2004-08-20 13:14  jackson
20001
20002         * XplatUI.cs, XplatUIWin32.cs: Expose functionality to send async
20003           messages through the driver
20004
20005 2004-08-20 13:12  jackson
20006
20007         * XplatUIX11.cs: Lock before all X operations. Also added Async
20008           method functionality through XSendEvent
20009
20010 2004-08-20 13:11  jackson
20011
20012         * X11Structs.cs: Use IntPtrs for ClientMessage extra data (TODO:
20013           This will screw up on 64 bit systems)
20014
20015 2004-08-20 13:10  jackson
20016
20017         * AsyncMethodData.cs, AsyncMethodResult.cs: Classes for sending
20018           Async messages through X/Win32
20019
20020 2004-08-19 19:39  pbartok
20021
20022         * XplatUIX11.cs:
20023           - Updated code to match new HandleData.DeviceContext type
20024
20025 2004-08-19 19:38  pbartok
20026
20027         * HandleData.cs:
20028           - Made DeviceContext a generic object to allow usage from various
20029           drivers
20030           - Added support for queueing Windows messages
20031
20032 2004-08-19 19:37  pbartok
20033
20034         * XplatUIWin32.cs:
20035           - Added generation of MouseEnter, MouseLeave and MouseHover events
20036           - Added cleanup on EndPaint
20037
20038 2004-08-19 19:17  pbartok
20039
20040         * Control.cs:
20041           - Added handling of WM_MOUSEHOVER
20042           - Worked around 'bug' in Win32 WM_MOUSE_ENTER/WM_MOUSE_LEAVE driver
20043           code
20044
20045 2004-08-19 18:55  jordi
20046
20047         * ThemeGtk.cs: fixes button order
20048
20049 2004-08-19 18:12  jordi
20050
20051         * Theme.cs, ThemeWin32Classic.cs: fixes methods signature
20052
20053 2004-08-19 17:09  pbartok
20054
20055         * Control.cs:
20056           - Added Right property
20057           - Added RightToLeft property
20058
20059 2004-08-19 16:27  jordi
20060
20061         * ThemeGtk.cs: experimental GTK theme support
20062
20063 2004-08-19 16:26  jordi
20064
20065         * ITheme.cs, Theme.cs: move themes from an interface to a class
20066
20067 2004-08-19 16:25  jordi
20068
20069         * Control.cs, ScrollBar.cs, ThemeEngine.cs, ThemeWin32Classic.cs:
20070           theme enhancaments
20071
20072 2004-08-19 16:04  pbartok
20073
20074         * XplatUIX11.cs:
20075           - Added colormap basics
20076           - Added a way to re-initialize with a different display handle
20077           - Fixed setting of the window background color
20078           - Added various X11 imports related to colors and colormaps
20079
20080 2004-08-19 15:51  pbartok
20081
20082         * X11Structs.cs:
20083           - Removed packing hints (Paolo suggested this a while back)
20084           - fixed colormap type
20085           - Added default Atom types
20086           - Added Screen and color structs and enums
20087
20088 2004-08-19 15:39  pbartok
20089
20090         * ImageList.cs:
20091           - Added missing Draw() method
20092           - Added missing RecreateHandle event
20093
20094 2004-08-19 15:30  pbartok
20095
20096         * Form.cs:
20097           - Added handling of WM_CLOSE
20098
20099 2004-08-18 13:16  jordi
20100
20101         * ITheme.cs, ThemeWin32Classic.cs, XplatUIWin32.cs: Move colors to
20102           a table
20103
20104 2004-08-18 09:56  jordi
20105
20106         * ScrollBar.cs: fixes to scrollbar: steps and multiple timers
20107
20108 2004-08-17 15:31  ravindra
20109
20110         * SWF.csproj: Updated project.
20111
20112 2004-08-17 15:25  pbartok
20113
20114         * Control.cs:
20115           - Drawing improvement; don't call UpdateBounds if we are not visible
20116             (or have been minimized)
20117
20118 2004-08-17 15:24  pbartok
20119
20120         * XplatUIWin32.cs:
20121           - Finished IsVisible
20122           - Added Win32GetWindowPlacement
20123
20124 2004-08-17 15:08  jackson
20125
20126         * Panel.cs: Initial checkin of the Panel
20127
20128 2004-08-17 14:25  pbartok
20129
20130         * Control.cs:
20131           - Fixed broken handling of default window sizes
20132
20133 2004-08-17 13:29  jackson
20134
20135         * ThemeWin32Classic.cs: Don't use KnownColor to create colours. It
20136           has a large startup time.
20137
20138 2004-08-17 10:25  jackson
20139
20140         * HandleData.cs: union areas properly
20141
20142 2004-08-17 10:12  jackson
20143
20144         * HandleData.cs: union areas properly
20145
20146 2004-08-16 20:00  ravindra
20147
20148         * ToolBar.cs, ToolBarButton.cs: Added attributes.
20149
20150 2004-08-16 18:48  ravindra
20151
20152         * ToolBar.cs: Added attributes.
20153
20154 2004-08-16 17:17  ravindra
20155
20156         * SWF.csproj: Updated project.
20157
20158 2004-08-16 17:16  jackson
20159
20160         * XplatUIX11.cs: Check for more expose events before sending a
20161           WM_PAINT so they can all be grouped together. This makes dragging a
20162           window across another window redraw in a sane way.
20163
20164 2004-08-16 15:47  pbartok
20165
20166         * Control.cs:
20167           - Added handling of WM_MOUSE_ENTER & WM_MOUSE_LEAVE to
20168             support OnMouseEnter/Leave()
20169           - Added WS_CLIPSIBLINGS and WS_CLIPCHILDREN window styles to improve
20170             exposure handling
20171
20172 2004-08-16 15:46  pbartok
20173
20174         * XplatUIStructs.cs, XplatUIX11.cs:
20175           - Added WM_MOUSE_ENTER & WM_MOUSE_LEAVE to support
20176           OnMouseEnter/Leave()
20177
20178 2004-08-16 15:34  jackson
20179
20180         * XplatUIX11.cs: Group multiple expose events in HandleData, make
20181           sure messages get the message field set to WM_NULL if they are not
20182           handled.
20183
20184 2004-08-16 15:24  jackson
20185
20186         * HandleData.cs: HandleData is used for storing message information
20187           for window handles
20188
20189 2004-08-15 17:23  ravindra
20190
20191         * ColorDepth.cs: Added attribute.
20192
20193 2004-08-15 17:23  ravindra
20194
20195         * SWF.csproj: Updated project for ToolBar Control.
20196
20197 2004-08-15 17:20  ravindra
20198
20199         * ITheme.cs, ThemeWin32Classic.cs: Changes to Theme for ToolBar
20200           control and also dos2unix format.
20201
20202 2004-08-15 17:13  ravindra
20203
20204         * ToolBar.cs, ToolBarAppearance.cs, ToolBarButton.cs,
20205           ToolBarButtonClickEventArgs.cs,
20206           ToolBarButtonClickEventHandler.cs, ToolBarButtonStyle.cs,
20207           ToolBarTextAlign.cs: First Implementation of ToolBar control.
20208
20209 2004-08-15 15:31  pbartok
20210
20211         * ButtonBase.cs:
20212           - First (mostly) working version
20213
20214 2004-08-13 16:15  pbartok
20215
20216         * Control.cs:
20217           - Fixed Anchor default
20218
20219 2004-08-13 15:43  pbartok
20220
20221         * Control.cs:
20222           - Changed GetCursorPos signature
20223
20224 2004-08-13 15:42  pbartok
20225
20226         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
20227           - Changed signature for GetCursorPos
20228
20229 2004-08-13 15:25  pbartok
20230
20231         * XplatUIX11.cs:
20232           - Cleanup
20233           - Fixed resizing/exposure handling
20234
20235 2004-08-13 15:22  jordi
20236
20237         * ThemeWin32Classic.cs: removes redundant code and fixes issues
20238           with tickposition
20239
20240 2004-08-13 14:55  jordi
20241
20242         * TrackBar.cs: change from wndproc to events
20243
20244 2004-08-13 13:00  jordi
20245
20246         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
20247           XplatUIX11.cs: implements PointToClient (ScreenToClient)
20248
20249 2004-08-13 12:53  pbartok
20250
20251         * XplatUIWin32.cs:
20252           - Changed GetWindowPos to also provide client area size
20253           - Fixed broken prototypes for several win32 functions
20254
20255 2004-08-13 12:53  pbartok
20256
20257         * XplatUI.cs, XplatUIDriver.cs:
20258           - Changed GetWindowPos to also provide client area size
20259
20260 2004-08-13 12:52  pbartok
20261
20262         * XplatUIX11.cs:
20263           - Added generation of WM_POSCHANGED
20264           - Changed GetWindowPos to also provide client area size
20265
20266 2004-08-13 12:52  pbartok
20267
20268         * Control.cs:
20269           - Added Dispose() and destructor
20270           - Fixed resizing and bounds calculation
20271           - Fixed Layout
20272           - Added memory savings for invisible windows
20273
20274 2004-08-13 12:46  jordi
20275
20276         * TrackBar.cs: adds timer and grap window
20277
20278 2004-08-13 10:25  jackson
20279
20280         * Timer.cs: SWF Timer
20281
20282 2004-08-12 16:59  pbartok
20283
20284         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20285           - Implemented method to get current mouse position
20286
20287 2004-08-12 14:29  jordi
20288
20289         * ITheme.cs, ThemeWin32Classic.cs, TrackBar.cs: Trackbar
20290           enhancement, fix mouse problems, highli thumb, etc
20291
20292 2004-08-12 13:31  pbartok
20293
20294         * Control.cs:
20295           - Fixed Anchoring bugs
20296
20297 2004-08-12 13:01  jackson
20298
20299         * StatusBar.cs: Don't forget things
20300
20301 2004-08-12 12:54  jackson
20302
20303         * ThemeWin32Classic.cs: Handle owner draw status bars
20304
20305 2004-08-12 12:54  jackson
20306
20307         * StatusBar.cs: Implement missing properties, events, and methods.
20308           Handle mouse clicking
20309
20310 2004-08-12 10:19  jackson
20311
20312         * StatusBarPanelClickEventArgs.cs,
20313           StatusBarPanelClickEventHandler.cs: Classes for handling status
20314           bar panel click events
20315
20316 2004-08-12 10:10  jackson
20317
20318         * Control.cs: Add missing properties
20319
20320 2004-08-12 09:46  pbartok
20321
20322         * BindingsManagerBase.cs:
20323           - Name changed to BindingManagerBase.cs
20324
20325 2004-08-12 09:25  jordi
20326
20327         * ScrollableControl.cs: calls ctrlbase instead of exeception
20328
20329 2004-08-11 16:28  pbartok
20330
20331         * InputLanguageChangingEventArgs.cs:
20332           - Never check in before compiling. Fixes the last check-in
20333
20334 2004-08-11 16:26  pbartok
20335
20336         * InputLanguageChangingEventArgs.cs:
20337           - More signature fixes
20338
20339 2004-08-11 16:20  pbartok
20340
20341         * BindingManagerBase.cs, BindingMemberInfo.cs, ContainerControl.cs,
20342           Control.cs, ControlEventArgs.cs, ControlPaint.cs, Form.cs,
20343           ImageListStreamer.cs, InputLanguage.cs,
20344           InputLanguageChangedEventArgs.cs,
20345           InputLanguageChangingEventArgs.cs, Keys.cs, LayoutEventArgs.cs,
20346           LinkArea.cs, Message.cs, MouseEventArgs.cs, NativeWindow.cs,
20347           ScrollEventArgs.cs, ScrollableControl.cs, XplatUI.cs,
20348           XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20349           - Signature fixes
20350
20351 2004-08-11 16:16  pbartok
20352
20353         * Application.cs:
20354           - Fixed Signature
20355           - Added .Net 1.1 method
20356
20357 2004-08-11 15:25  pbartok
20358
20359         * SWF.csproj:
20360           - Fixed BindingManagerBase.cs filename
20361
20362 2004-08-11 15:22  pbartok
20363
20364         * BindingManagerBase.cs:
20365           - Was checked in with wrong filename
20366
20367 2004-08-11 14:50  pbartok
20368
20369         * SWF.csproj:
20370           - Updated
20371
20372 2004-08-11 13:41  jordi
20373
20374         * XplatUIWin32.cs: Fixes ClientRect
20375
20376 2004-08-11 13:19  pbartok
20377
20378         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
20379           XplatUIX11.cs:
20380           - We had SetWindowPos and MoveWindow to set window positions and
20381             size, removed MoveWindow. We have GetWindowPos, so it made sense to
20382             keep SetWindowPos as matching counterpart
20383           - Added some X11 sanity checking
20384
20385 2004-08-11 12:59  pbartok
20386
20387         * Control.cs:
20388           - Major cleanup of my SetBounds/SetBoundsCore/UpdateBounds mess
20389             (It seems that SetBounds is just a front for SetBoundsCore and
20390              SetBoundsCore updates the underlying window system and
20391              UpdateBounds is responsible for updating the variables associated
20392              with the Control and sending the events)
20393           - Major cleanup of Size handling; we now have two sizes, client_size
20394             and bounds. Bounds defines the window with decorations, client_size
20395             without them.
20396
20397 2004-08-11 12:55  pbartok
20398
20399         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20400           - Added method to calculate difference between decorated window and
20401             raw client area
20402
20403 2004-08-11 12:54  pbartok
20404
20405         * Label.cs:
20406           - Forcing redraw on resize
20407
20408 2004-08-11 11:43  pbartok
20409
20410         * ImageList.cs:
20411           - Removed disposing of the actual images when the list is disposed
20412
20413 2004-08-11 09:13  pbartok
20414
20415         * Control.cs:
20416           - Now properly reparents windows
20417
20418 2004-08-11 08:37  pbartok
20419
20420         * Control.cs:
20421           - Duh!
20422
20423 2004-08-11 07:47  pbartok
20424
20425         * Control.cs:
20426           - Rewrote the collection stuff. Might not be as fast now, not
20427             keeping the number of children around and accessible directly, but
20428             it's more straightforward
20429
20430 2004-08-11 07:44  pbartok
20431
20432         * AccessibleObject.cs:
20433           - Fixed to match ControlCollection rewrite
20434
20435 2004-08-11 07:43  pbartok
20436
20437         * ImageList.cs:
20438           - Added missing creation of the collection list
20439
20440 2004-08-10 20:08  jackson
20441
20442         * StatusBar.cs: Get the paint message from WndProc
20443
20444 2004-08-10 19:31  jackson
20445
20446         * ThemeWin32Classic.cs: Create Brushes as little as possible
20447
20448 2004-08-10 19:20  jackson
20449
20450         * UICues.cs: Add Flags attribute
20451
20452 2004-08-10 19:19  jackson
20453
20454         * StatusBarPanel.cs: Signature cleanup
20455
20456 2004-08-10 19:10  jackson
20457
20458         * StatusBarDrawItemEventArgs.cs, StatusBarDrawItemEventHandler.cs:
20459           Initial implementation of status bar item drawing
20460
20461 2004-08-10 17:27  jordi
20462
20463         * TrackBar.cs: add missing methods, properties, and restructure to
20464           hide extra ones
20465
20466 2004-08-10 16:24  jackson
20467
20468         * AccessibleStates.cs, Border3DSide.cs, Border3DStyle.cs,
20469           ButtonState.cs, ControlStyles.cs, DragDropEffects.cs: Add flags
20470           attribute
20471
20472 2004-08-10 13:21  jordi
20473
20474         * ITheme.cs, ScrollBar.cs, ThemeWin32Classic.cs: scrollbar
20475           enhancements and standarize on win colors defaults
20476
20477 2004-08-10 12:52  jackson
20478
20479         * DrawItemEventArgs.cs, DrawItemState.cs, ITheme.cs,
20480           ThemeWin32Classic.cs: Implement DrawItem functionality
20481
20482 2004-08-10 12:47  jordi
20483
20484         * XplatUIWin32.cs: Calls InvalidateRect before UpdateWindow
20485
20486 2004-08-10 12:32  jordi
20487
20488         * Control.cs: throw ontextchange event
20489
20490 2004-08-10 11:43  pbartok
20491
20492         * Control.cs:
20493           - Added more to the still unfinished Dock/Anchor layout code
20494
20495 2004-08-10 11:39  pbartok
20496
20497         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
20498           - Added GetWindowPos method
20499
20500 2004-08-10 11:36  pbartok
20501
20502         * XplatUIWin32.cs:
20503           - Implemented several methods
20504
20505 2004-08-10 09:47  jackson
20506
20507         * TrackBar.cs: Allow control to handle buffering
20508
20509 2004-08-10 09:41  jackson
20510
20511         * ProgressBar.cs, ScrollBar.cs: Allow control to handle buffering
20512
20513 2004-08-10 09:24  jackson
20514
20515         * Label.cs, LinkLabel.cs: Let Control handle buffering.
20516
20517 2004-08-10 09:09  jackson
20518
20519         * StatusBar.cs: Let Control handle all the buffering.
20520
20521 2004-08-10 09:08  jackson
20522
20523         * Control.cs: Control will now handle the buffering code, so each
20524           control does not have to implement this.
20525
20526 2004-08-10 08:34  jackson
20527
20528         * XplatUIDriver.cs: Use default colors from the theme
20529
20530 2004-08-09 17:12  pbartok
20531
20532         * ImageList.cs:
20533           - Fixed several bugs Ravindra pointed out
20534
20535 2004-08-09 16:11  pbartok
20536
20537         * Control.cs:
20538           - Added incomplete dock layout code
20539           - Added support for mouse wheel
20540
20541 2004-08-09 16:09  pbartok
20542
20543         * XplatUIX11.cs:
20544           - Added handling for middle and right mousebutton
20545           - Added handling for mouse wheel
20546           - Added handling for key state and mouse state and position
20547           - Now properly generates WM_xBUTTONx messages and WM_MOUSEWHEEL
20548           messages
20549
20550 2004-08-09 15:40  jackson
20551
20552         * StatusBarPanel.cs, StatusBarPanelAutoSize.cs,
20553           StatusBarPanelBorderStyle.cs, StatusBarPanelStyle.cs: Initial
20554           checkin
20555
20556 2004-08-09 15:37  jackson
20557
20558         * StatusBar.cs: Initial implementation of StatusBar
20559
20560 2004-08-09 15:36  jackson
20561
20562         * ITheme.cs: Add support for drawing status bar and getting status
20563           bar item sizes
20564
20565 2004-08-09 15:35  pbartok
20566
20567         * MouseButtons.cs:
20568           - Fixed values
20569
20570 2004-08-09 15:34  jackson
20571
20572         * ThemeWin32Classic.cs: Add support for drawing status bar and get
20573           status bar item sizes
20574
20575 2004-08-09 15:21  jackson
20576
20577         * ThemeWin32Classic.cs: Use known colors for default control
20578           colours
20579
20580 2004-08-09 15:12  jackson
20581
20582         * ThemeWin32Classic.cs: Make the default font static, it is static
20583           in control so this doesn't change functionality and creating fonts
20584           is sloooooow.
20585
20586 2004-08-09 14:56  pbartok
20587
20588         * X11Structs.cs:
20589           - Added GrabMode enum
20590
20591 2004-08-09 14:55  pbartok
20592
20593         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20594           - Removed Run method, was only required for initial development
20595
20596 2004-08-09 14:51  pbartok
20597
20598         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20599           - Implemented GrabWindow/ReleaseWindow methods to allow pointer
20600           capture
20601
20602 2004-08-09 13:48  pbartok
20603
20604         * XplatUIX11.cs:
20605           - Fixed default sizing for child windows
20606
20607 2004-08-09 12:56  pbartok
20608
20609         * XplatUIX11.cs:
20610           - Added generation of WM_DESTROY message
20611           - Added handling of window manager induced shutdown
20612
20613 2004-08-09 11:31  jackson
20614
20615         * ThemeWin32Classic.cs: New names for control properties
20616
20617 2004-08-09 11:25  jackson
20618
20619         * Control.cs: Use new color names
20620
20621 2004-08-09 11:02  jackson
20622
20623         * XplatUI.cs: Get default window properties from the theme
20624
20625 2004-08-09 11:01  jackson
20626
20627         * ITheme.cs: The theme engine now controls default window
20628           properties
20629
20630 2004-08-09 11:00  jackson
20631
20632         * ThemeWin32Classic.cs: Add default window color properties
20633
20634 2004-08-09 10:17  jackson
20635
20636         * ThemeWin32Classic.cs: Use correct default back color
20637
20638 2004-08-09 10:05  jackson
20639
20640         * XplatUIWin32.cs, XplatUIX11.cs: These properties are handled by
20641           the theme now.
20642
20643 2004-08-09 09:56  jackson
20644
20645         * XplatUI.cs: Remove defaults, these are handled by the theme now.
20646
20647 2004-08-09 09:54  jackson
20648
20649         * Control.cs: Get default properties from the theme.
20650
20651 2004-08-09 09:53  jackson
20652
20653         * ITheme.cs: Themes now handle default control properties
20654
20655 2004-08-09 09:53  jackson
20656
20657         * ThemeWin32Classic.cs: Themes now handle default control
20658           properties so coloring will be consistent
20659
20660 2004-08-08 16:54  jordi
20661
20662         * ITheme.cs, ThemeWin32Classic.cs: Label BorderStyles
20663
20664 2004-08-08 15:08  jordi
20665
20666         * XplatUIX11.cs: fixes keyboard crash
20667
20668 2004-08-08 13:47  jordi
20669
20670         * Label.cs: add cvs header info
20671
20672 2004-08-08 12:09  jackson
20673
20674         * ThemeWin32Classic.cs: Add pen_buttonface
20675
20676 2004-08-08 11:52  jordi
20677
20678         * Label.cs, LinkLabel.cs: [no log message]
20679
20680 2004-08-08 11:34  jordi
20681
20682         * ThemeWin32Classic.cs: Use Windows Standard Colours
20683
20684 2004-08-07 17:32  jordi
20685
20686         * TrackBar.cs: throw exceptions of invalid enums values
20687
20688 2004-08-07 17:31  jordi
20689
20690         * Label.cs, LinkLabel.cs, ThemeWin32Classic.cs: fixes label bug and
20691           draw method name
20692
20693 2004-08-07 16:56  jackson
20694
20695         * HorizontalAlignment.cs: Initial checkin
20696
20697 2004-08-07 13:16  jordi
20698
20699         * Label.cs, LinkLabel.cs: throw exceptions, fixes events, missing
20700           methods
20701
20702 2004-08-07 13:05  jordi
20703
20704         * ITheme.cs, ThemeWin32Classic.cs: Theme colour support and
20705           GetSysColor defines
20706
20707 2004-08-06 18:01  pbartok
20708
20709         * ThemeWin32Classic.cs:
20710           - Fixed some rounding issues with float/int
20711
20712 2004-08-06 18:00  jackson
20713
20714         * DockStyle.cs, AnchorStyles.cs:
20715
20716                   Add flags and serializable attributes.
20717
20718 2004-08-06 17:46  pbartok
20719
20720         * XplatUIX11.cs:
20721           - Implemented GetParent
20722
20723 2004-08-06 17:18  pbartok
20724
20725         * TrackBar.cs:
20726           - Fixed some rounding issues with float/int
20727
20728 2004-08-06 17:17  pbartok
20729
20730         * X11Structs.cs, XplatUIX11.cs:
20731           - Fixed Refresh and Invalidate
20732
20733 2004-08-06 15:30  pbartok
20734
20735         * Control.cs, X11Structs.cs, XplatUIX11.cs:
20736           - Fixed recursive loop when resizing
20737           - Improved/fixed redrawing on expose messages
20738
20739 2004-08-06 09:53  jordi
20740
20741         * Control.cs, X11Structs.cs, XplatUIWin32.cs, XplatUIX11.cs: X11
20742           keyboard navigation
20743
20744 2004-08-06 08:02  pbartok
20745
20746         * X11Structs.cs, XplatUIX11.cs:
20747           - Fixed reparenting
20748           - Fixed window border creation
20749
20750 2004-08-05 15:38  pbartok
20751
20752         * XplatUIX11.cs:
20753           - Attempted fix for reparenting problems
20754
20755 2004-08-04 15:14  pbartok
20756
20757         * Control.cs:
20758           - Fixed Invalidation bug (calculated wrong client area)
20759           - Added ClientSize setter
20760
20761 2004-08-04 15:13  pbartok
20762
20763         * Form.cs:
20764           - Added AutoScale properties
20765
20766 2004-08-04 15:13  pbartok
20767
20768         * SWF.csproj:
20769           - Added latest files
20770
20771 2004-08-04 14:11  pbartok
20772
20773         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
20774           XplatUIX11.cs:
20775           - Added Invalidate handling
20776
20777 2004-08-03 17:09  jordi
20778
20779         * XplatUIDriver.cs: fixes spelling mistake
20780
20781 2004-07-27 09:53  jordi
20782
20783         * TrackBar.cs: fixes trackbar events, def classname, methods
20784           signature
20785
20786 2004-07-27 09:29  jordi
20787
20788         * ScrollBar.cs: fixes scrollbar events
20789
20790 2004-07-27 04:38  jordi
20791
20792         * Control.cs: changes to be able to run winforms samples
20793
20794 2004-07-26 11:42  jordi
20795
20796         * ControlPaint.cs, ITheme.cs, ProgressBar.cs, ScrollBar.cs,
20797           ThemeEngine.cs, ThemeWin32Classic.cs, TrackBar.cs: Theme support
20798
20799 2004-07-26 05:41  jordi
20800
20801         * MessageBox.cs, MessageBoxButtons.cs, MessageBoxDefaultButton.cs,
20802           MessageBoxIcon.cs, MessageBoxOptions.cs: initial messagebox
20803           implementation
20804
20805 2004-07-22 09:22  jordi
20806
20807         * LinkLabel.cs, LinkLabelLinkClickedEventHandler.cs: link label:
20808           check link overlapping, implement events, and fixes
20809
20810 2004-07-21 10:28  jordi
20811
20812         * DialogResult.cs, IButtonControl.cs: fixes comments filenames
20813
20814 2004-07-21 10:19  jordi
20815
20816         * DialogResult.cs, IButtonControl.cs, Label.cs, LinkArea.cs,
20817           LinkBehavior.cs, LinkClickedEventArgs.cs, LinkLabel.cs,
20818           LinkLabelLinkClickedEventArgs.cs,
20819           LinkLabelLinkClickedEventHandler.cs, LinkState.cs,
20820           XplatUIWin32.cs, LinkClickedEventHandler.cs: LinkLabel control
20821           implementation
20822
20823 2004-07-19 13:09  jordi
20824
20825         * Control.cs, Label.cs: label control re-written: added missing
20826           functionlity, events, and properties
20827
20828 2004-07-19 10:49  jordi
20829
20830         * Control.cs: fixes SetBounds logic
20831
20832 2004-07-19 01:29  jordi
20833
20834         * Control.cs: Call RefreshWindow only if the window has created
20835
20836 2004-07-15 14:05  pbartok
20837
20838         * ColorDepth.cs, ImageList.cs, ImageListStreamer.cs, SWF.csproj:
20839           - Implemented ImageList and ImageList.ImageCollection classes
20840           - Added ColorDepth enumeration
20841           - Updated SWF VS.Net project
20842
20843 2004-07-15 11:06  jordi
20844
20845         * XplatUIStructs.cs: added MsgButons enum
20846
20847 2004-07-15 11:03  jordi
20848
20849         * Control.cs: added basic mouse handeling events
20850
20851 2004-07-15 03:38  jordi
20852
20853         * Orientation.cs, TickStyle.cs, TrackBar.cs: Horizontal and
20854           Vertical TrackBar control implementation
20855
20856 2004-07-13 09:33  jordi
20857
20858         * HScrollBar.cs, VScrollBar.cs: vertical and hort. classes commit
20859
20860 2004-07-13 09:31  jordi
20861
20862         * Control.cs, Form.cs: commit: new properties and fixes form size
20863           problems
20864
20865 2004-07-09 14:13  miguel
20866
20867         * ProgressBar.cs: Spelling
20868
20869 2004-07-09 11:25  pbartok
20870
20871         * ProgressBar.cs:
20872           - Removed usage of Rectangle for drawing. Miguel pointed out it's
20873           faster
20874
20875 2004-07-09 11:17  miguel
20876
20877         * ProgressBar.cs: 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
20878
20879                 * ProgressBar.cs: Fixed spelling for `block'
20880
20881                 drawProgressBar: renamed to `DrawProgressBar' to follow the coding
20882                 style guidelines.
20883
20884                 Avoid using the += on rect.X, that exposed a bug in the compiler.
20885
20886 2004-07-08 23:21  pbartok
20887
20888         * AccessibleObject.cs, AccessibleRole.cs, AccessibleStates.cs,
20889           AnchorStyles.cs, Application.cs, ApplicationContext.cs,
20890           BaseCollection.cs, Binding.cs, BindingContext.cs,
20891           BindingMemberInfo.cs, BindingsCollection.cs,
20892           BindingsManagerBase.cs, Border3DSide.cs, Border3DStyle.cs,
20893           BorderStyle.cs, BoundsSpecified.cs, ButtonBorderStyle.cs,
20894           ButtonState.cs, CaptionButton.cs, CheckBox.cs,
20895           ContainerControl.cs, Control.cs, ControlEventArgs.cs,
20896           ControlEventHandler.cs, ControlPaint.cs, ControlStyles.cs,
20897           ConvertEventArgs.cs, ConvertEventHandler.cs, Copyright,
20898           CreateParams.cs, DockStyle.cs, DragAction.cs, DragDropEffects.cs,
20899           DragEventArgs.cs, DragEventHandler.cs, FlatStyle.cs, Form.cs,
20900           FrameStyle.cs, GiveFeedbackEventArgs.cs,
20901           GiveFeedbackEventHandler.cs, HelpEventArgs.cs,
20902           HelpEventHandler.cs, IContainerControl.cs, IDataObject.cs,
20903           IMessageFilter.cs, IWin32Window.cs, ImeMode.cs, InputLanguage.cs,
20904           InputLanguageChangedEventArgs.cs,
20905           InputLanguageChangedEventHandler.cs,
20906           InputLanguageChangingEventArgs.cs,
20907           InputLanguageChangingEventHandler.cs, InputLanguageCollection.cs,
20908           InvalidateEventArgs.cs, InvalidateEventHandler.cs,
20909           KeyEventArgs.cs, KeyEventHandler.cs, KeyPressEventArgs.cs,
20910           KeyPressEventHandler.cs, Keys.cs, Label.cs, LayoutEventArgs.cs,
20911           LayoutEventHandler.cs, MenuGlyph.cs, Message.cs, MouseButtons.cs,
20912           MouseEventArgs.cs, MouseEventHandler.cs, NativeWindow.cs,
20913           PaintEventArgs.cs, PaintEventHandler.cs, ProgressBar.cs,
20914           QueryAccessibilityHelpEventArgs.cs,
20915           QueryAccessibilityHelpEventHandler.cs,
20916           QueryContinueDragEventArgs.cs, QueryContinueDragEventHandler.cs,
20917           RightToLeft.cs, SWF.csproj, SWF.csproj.user, ScrollBar.cs,
20918           ScrollBars.cs, ScrollButton.cs, ScrollEventArgs.cs,
20919           ScrollEventHandler.cs, ScrollEventType.cs, ScrollableControl.cs,
20920           TODO, TODOAttribute.cs, UICues.cs, UICuesEventArgs.cs,
20921           UICuesEventHandler.cs, X11Structs.cs, XplatUI.cs,
20922           XplatUIDriver.cs, XplatUIStructs.cs, XplatUIWin32.cs,
20923           XplatUIX11.cs, lang.cs:
20924           - Initial check-in
20925