2007-06-04 Jonathan Pobst <monkey@jpobst.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
1 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
2
3         * ButtonBase.cs: GetPreferredSize is 2.0 only.  Fixes build.
4
5 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
6
7         * ButtonBase.cs: Completely reformat and a little refactor to bring
8         this closer to Mono circa 2007.
9
10 2007-06-01  Everaldo Canuto  <ecanuto@novell.com>
11
12         * Label.cs: Fixes preferred sizes for 2.0 profile, also adjust some
13         values for autosize. Fixes #80137.
14
15 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
16
17         * Control.cs: Don't perform layout when AutoSize changes.
18         * Form.cs: Perform layout in AutoSize override.  Don't set ClientSize
19         directly when autosizing, use SetBounds with BoundsSpecified.None.
20         Fixes unit tests my last commit broke.
21
22 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
23
24         * Control.cs: Perform layout when AutoSize changes.
25         * Form.cs: Implement AutoSizing.
26
27 2007-06-01  Chris Toshok  <toshok@ximian.com>
28
29         * DataGrid.cs: remove the XXX'ed check at the top of
30         ProcessGridKey.  fixes #80464.
31
32 2007-06-01  Chris Toshok  <toshok@ximian.com>
33
34         * DataGridTextBoxColumn.cs: TextBox.TextChanged event handler
35         adding idempotent (add/remove in Edit()), and also make sure we
36         don't add it until after we set the text, so it's not tripped in
37         Edit().  Fixes unit test regression.
38
39 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
40
41         * Control.cs: In UpdateBounds, only recalculate anchor distances if the
42         change is user explicit, not when the layout engine moves stuff.  Fixes
43         anchoring to bottom and right.  [Fixes bug #81790]
44
45 2007-06-01  Andreia Gaita  <avidigal@novell.com>
46
47         * PrintDialog.cs: Add collation preview thumbnails. Fixes #80726.
48
49 2007-06-01  Andreia Gaita  <avidigal@novell.com>
50
51         * ContainerControl.cs: 
52         Fire enter event for common ancestor if it is not a ContainerControl.
53         Send focus to the active_control and not the 'value', the active 
54         control might have been changed in one of the events fired.     
55         Definitely fixes #80159.
56
57 2007-06-01  Andreia Gaita  <avidigal@novell.com>
58
59         * DataGrid.cs: Finish editing when focus leave the datagrid. Fixes #80159.
60
61 2007-06-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 
62
63         * PropertyGrid.cs: Anchor the help description to the bottom of the
64           help panel and refactor SelectGridItem into a
65           SelectGridItemInternal that can be set to null (and update it to
66           clear the help texts when it is set to null). Set root item to null
67           when there's no SelectedObject. Fixes #80438.
68         * ScrollableControl.cs: In Recalculate we need to ResumeLayout(true)
69           when we're recalculating after a resize (only).
70
71 2007-05-31  Carlos Alberto Cortez <calberto.cortez@gmail.com>
72
73         * ListView.cs: Implement 2.0 RedrawItems method.
74
75 2007-05-31  Carlos Alberto Cortez <calberto.cortez@gmail.com>
76
77         * ListControl.cs: Disconnect PositionChanged and ItemChanged
78         handlers from previous data manager when DataSource is set to
79         null. Fixes #81771.
80
81 2007-05-31  Jackson Harper  <jackson@ximian.com>
82
83         * TextBoxBase.cs: These seem to be the correct values.
84
85 2007-05-31  Everaldo Canuto  <ecanuto@novell.com>
86
87         * FileDialog.cs: When close dialog with ok set filterindex using combobox
88         value. Fixes #81784.
89
90 2007-05-31  Jonathan Pobst  <monkey@jpobst.com>
91
92         * Control.cs: Implement 2.0 scaling methods.
93
94 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
95
96         * ProgressBar.cs, WebBrowserBase.cs, Control.cs, MaskedTextBox.cs,
97           MessageBox.cs, PropertyGrid.cs, RichTextBox.cs: Fix warnings and
98           corcompare issues.
99
100 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
101
102         * ProgressBar.cs: Implemented missing 2.0 members.
103
104 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
105
106         * Control.cs: Corcompare issues.
107         * MessageBox.cs: Implemented missing 2.0 functions.
108
109 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
110
111         * CheckedListBox.cs, ListBox.cs, ListControl.cs, ComboBox.cs:
112           Implemented more 2.0 members.
113
114 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
115
116         * Application.cs: Try to avoid NRE when Assembly.GetEntryAssembly is
117           null (strange, but it seems to happen when running unit tests).
118
119 2007-05-30  Andreia Gaita  <avidigal@novell.com>
120
121         * ContainerControl.cs: Set active_control even earlier, before 
122         firing any events, and undo it if validation returns false.
123
124 2007-05-30  Andreia Gaita  <avidigal@novell.com>
125
126         * ContainerControl.cs: Raise Validation and Enter/Leave events
127         even if there is no Form and set active_control earlier, just
128         before firing Enter events (toshok's patches). Fixes #80647.
129
130 2007-05-30  Jackson Harper  <jackson@ximian.com>
131
132         * TextControl.cs: Redid the pageup/pagedown a little to simplify
133         things and fix bug #81311.
134
135 2007-05-30  Jackson Harper  <jackson@ximian.com>
136
137         * X11Dnd.cs: Now that we have our own event loop, we need to
138         cancel when we get a mouseup but it won't be accepted.
139
140 2007-05-30  Chris Toshok  <toshok@ximian.com>
141
142         * DataGrid.cs (set_CurrentCell): guard against negative
143         column/row.
144
145         * DataGridColumnStyle.cs (CheckValidDataSource): just use the
146         array index syntax instead of looping over the property names.
147
148         * DataGridTextBoxColumn.cs: add a changed handler on the textbox,
149         and set IsInEditOrNavigateMode to false there.
150
151 2007-05-30  Jackson Harper  <jackson@ximian.com>
152
153         * TreeView.cs: Make sure we don't get a bad visible order when
154         setting to the top node.  Fixes some misc crashing in
155         ControlInspector.
156
157 2007-05-30  Andreia Gaita  <avidigal@novell.com>
158
159         * UserControl.cs: Add 2.0 AutoSizeMode
160
161 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
162
163         * DataGridTextBoxColumn.cs: Fix textbox horizontal offset.
164
165 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
166
167         * DataGridTextBoxColumn.cs: Fix textbox position to prevent override grid
168         lines. Fixes #80285. 
169
170 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
171
172         * DataGridColumnStyle.cs: Add char trimming column header text format. 
173
174 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
175
176         * DataGridColumnStyle.cs: Fix grid header arrow drawing over column name. 
177         Fixes #80147.
178
179 2007-05-29  Jackson Harper  <jackson@ximian.com>
180
181         * TreeNode.cs: Fix off by one on calculating whether or not a node
182         is visible.
183
184 2007-05-29  Jonathan Pobst  <monkey@jpobst.com>
185
186         * Control.cs: ResumeLayout(false) should recalculate anchor distances.
187         * ScrollableControl.cs: Force an UpdateDistances when we move the
188         scrollbars.
189         [Fixes bug #80605]
190
191 2007-05-29  Andreia Gaita  <avidigal@novell.com>
192
193         * PageSetupDialog.cs: Fix #80728 - Changing the printer doesn't
194         update the page setup screen.
195
196 2007-05-29  Andreia Gaita  <avidigal@novell.com>
197
198         * PageSetupDialog.cs: Fix landscape mode.
199
200 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
201
202         * SystemInformation.cs: Add 2.0 IconSizeVerticalSpacing and
203         IconSizeHorizontalSpacing.
204
205 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
206
207         * ListView.cs: The declaration of prev_tooltip_item should be inside
208         a NET_2_0 conditional (avoid a warning).
209
210 2007-05-28  Andreia Gaita  <avidigal@novell.com>
211
212         * PageSetupDialog.cs: Implement PrintPreview control to display
213         the preview thumbnail. Change unit conversion to use 
214         PrinterUnitConvert methods.
215         
216         Note: there is a huge bug in ms.net where the default margins are 
217         interpreted as centimeters (?), when in fact they are set in inches. When 
218         loading the page setup dialog initially (ms.net), the default margins 
219         are set to 1 inch, and the dialog shows them with value 10, when in fact 
220         it should be 25 (properly converted). Our dialog doesn't have this bug.
221         
222         * Theme.cs, ThemeWin32Classic.cs: Add a CPDrawBorder override for 
223         RectangleF.
224         * ControlPaint.cs: Add a DrawBorder internal method for RectangleF.
225
226 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
227
228         * ListView.cs:
229         * ListViewItem.cs: Implement 2.0 ToolTipText support for listview
230         items.
231
232 2007-05-28  Andreia Gaita  <avidigal@novell.com>
233
234         * X11Dnd.cs: A direct cast to VirtualKeys is not allowed from
235         an IntPtr on csc (it builds fine on mcs, could it be a compiler
236         bug?), convert the ptr to Int32 first.
237
238 2007-05-28  Jackson Harper  <jackson@ximian.com>
239
240         * X11Dnd.cs: Add a timer, so after drop, if a finish is not
241         recieved, we will exit the dnd tracking loop.
242
243 2007-05-28  Jackson Harper  <jackson@ximian.com>
244
245         * X11Dnd.cs: Keep tracking until the xdnd finished event is
246         recieved. TODO: I should probably stick a timer on the dropped
247         event, and finish the drag if the XDND Finished event never shows
248         (because some apps don't seem to send it).
249
250 2007-05-28  Everaldo Canuto  <ecanuto@novell.com>
251
252         * ToolBar.cs: Fix toolbar default width for button with image. Fixes
253         #81733.
254
255 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
256
257         * MonthCalendar.cs: Only mark the keypresses we actually handle as
258           handled.
259
260 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
261
262         * MonthCalendar.cs: Set the size after initializing all the relevant
263           variables. Fixes #81742.
264
265 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
266
267         * KeyEventArgs.cs: Fix typo.
268
269 2007-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
270
271         * DateTimePicker.cs: Changed exceptions thrown by MinDate and MaxDate
272         to match MS. Fixed MinDate to only accept value less than or equal
273         to MaxDate on 2.0 profile and less than MaxDate on 1.0 profile.
274         Removed TODO's that are now verified by unit tests.
275
276 2007-05-27  Gert Driesen  <drieseng@users.sourceforge.net>
277
278         * TreeNodeCollection.cs: Minor corrections to exceptions to match
279         MS.
280
281 2007-05-25  Jackson Harper  <jackson@ximian.com>
282
283         * X11Dnd.cs: Rework to make StartDrag a blocking call that runs
284         it's own message loop.
285         * XplatUIX11.cs: Remove some of the dnd hooks
286
287 2007-05-25  Gert Driesen  <drieseng@users.sourceforge.net>
288
289         * XplatUIX11.cs: Change MinimumWindowSize to {Width=0,Height=0}
290         instead of MinimizedWindowSize.
291
292 2007-05-25  Jackson Harper  <jackson@ximian.com>
293
294         * TextBoxBase.cs: Raise textchanged when cutting and pasting text.
295
296 2007-05-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
297
298         * KeyEventArgs.cs: Added SuppressKeyPress.
299         * Control.cs: Added support for SuppressKeyPress.
300
301 2007-05-24  Andreia Gaita  <avidigal@novell.com>
302
303         * NumericUpDown.cs: Refactor code to fix regressions on #79950 and
304         problems with PieChart. suppress_validation should not be a counter,
305         if there are several BeginInit calls, the first EndInit will 
306         activate validation. Fix exceptions thrown by set_Value.
307         * UpDownBase.cs: ValidateText only if it's the user editing it.
308
309 2007-05-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
310
311         * ListControl.cs: FilterItemOnProperty should return the filtered
312         item proeprty even if DataSource is null. The same applies for
313         GetItemText. Fixes #80427.
314
315 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
316
317         * Control.cs: If a control doesn't have a parent when it's Dock is
318         set, but it has children, it needs to do a layout.  Fixes some nested
319         controls issues.  [Fixes bug #81199]
320
321 2007-05-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
322
323         * ComboBox.cs: If there are few items in the drop down list, make it
324           the exact size the items need, no bigger. Fixes #81612.
325
326 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
327
328         * Application.cs: When we have captured the keyboard for a menu,
329         check for mouse down events in case we need to close the menu.
330         * Control.cs, Form.cs: Remove mouse down checks for menus.
331
332 2007-05-24  Jackson Harper  <jackson@ximian.com>
333
334         * TextControl.cs: Handle tabs in non multiline mode a little
335         differently.
336
337 2007-05-24  Jackson Harper  <jackson@ximian.com>
338
339         * TextControl.cs: We need to manually break apart tabbed text and
340         move the tabs, since the system.drawing tabbing mechanism relies
341         on tab stops.
342         * TextBoxBase.cs: Move the caret properly when the user enters a
343         tab.
344
345 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
346
347         * ContainerControl.cs: Don't check CanSelect before calling
348         ProcessMnemonic.
349         * ToolStrip.cs: Only do implicit mnemonics on MenuStrips.  Don't
350         release a KeyboardActive on click if it's not ours.
351
352 2007-05-23  Andreia Gaita  <avidigal@novell.com>
353
354         * ColumnHeader.cs: Add TypeConverter
355
356 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
357
358         * LinkLabel.cs: Implement LinkCollection.Add with Link parameter (2.0).
359
360 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
361
362         * LinkLabelLinkClickedEventArgs.cs, LinkLabel.cs: Implement Button property.
363
364 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
365
366         * LinkLabel.cs: Implement public Padding property.
367
368 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
369
370         * LinkLabel.cs: Implement public FlatStyle.
371
372 2007-05-23  Jonathan Pobst  <monkey@jpobst.com>
373
374         * Control.cs: Apply patch from George to call parent.PerformLayout
375         when Visible is changed.  [Fixes bugs #81118, 81718]
376
377 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
378
379         * MainMenu.cs, MenuAPI.cs: Implement Collapse event for MainMenu (2.0).
380
381 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
382
383         * ContextMenu.cs: Implement ProcessCmdKey with control parameter.
384
385 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
386
387         * ContextMenu.cs: Implement Collapse.
388
389 2007-05-23  Rolf Bjarne Kvinge <RKvinge@novell.com>
390
391         * ToolBarButton.cs: Implement Name.
392
393 2007-05-22  Everaldo Canuto  <ecanuto@novell.com>
394
395         * ToolBar.cs: Fix OnButtonDropDown to save item used in dropdown instead of
396         use current_item, it prevents some NRE. Fixes #81675.  
397
398 2007-05-22  Andreia Gaita  <avidigal@novell.com>
399
400         * NumericUpDown.cs: Fix PieChart by not returning from UpdateEditText
401         without updating the text.
402
403 2007-05-22  Jonathan Pobst  <monkey@jpobst.com>
404
405         * XplatUIWin32.cs: Plug a GDI leak caused by calling Font.ToHfont ()
406         without calling DeleteObject.  [Should fix bug #81709]
407
408 2007-05-22  Jackson Harper  <jackson@ximian.com>
409
410         * RichTextBox.cs: Set the line endings correctly, when flushing
411         RTF text.
412
413 2007-05-22  Gert Driesen  <drieseng@users.sourceforge.net>
414
415         * XplatUIX11.cs: MinimumWindowSize on X11 is actually
416          {Width=0,Height=0}.
417
418 2007-05-22  Jackson Harper  <jackson@ximian.com>
419
420         * TreeView.cs: Setting top with a null node should set to the very
421         top.
422
423 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
424
425         * Form.cs: ShowDialog: destroy the handle when message loop is
426           finished, matches MS behaviour. Refactor parts of WmClose into
427           RaiseCloseEvents, that only raises events if they haven't already
428           been raised. Fixes #81688 and #81521.
429         * Application.cs: Don't call close on the form when exiting a modal
430           loop, it will raise all the (Form)Closed/Closing events again if
431           WM_CLOSE has been sent earlier on, instead call RaiseCloseEvent,
432           which doesn'r raise any events it they have been raised before.
433
434 2007-05-22  Jonathan Pobst  <monkey@jpobst.com>
435
436         * Control.cs: Add OnPrint.
437         * ToolStrip.cs: Add GetChildAtPoint.
438         * ToolStripContainer.cs: Add OnRightToLeftChanged.
439         * ToolStripRenderer.cs: Make CreateMirrorImage internal.
440
441 2007-05-22  Everaldo Canuto  <ecanuto@novell.com>
442
443         * MenuAPI.cs: Prevent context menu to be typed as MainMenu. Fixes #81509.  
444
445 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
446
447         * InternalWindowManager.cs: ToolTipShow: Don't show tooltip if the form
448           isn't visible anymore. Fixes #81651.
449
450 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
451
452         * Control.cs: WmShowWindow: Update children's z-order after setting
453           their parent. SetParent may show the window, thereby corrupting
454           z-order, since the window will be shown on top.
455         * XplatUIWin32.cs: SetParent: don't call SetVisible on forms. Prevents
456           multiple (and redundant) WM_SHOWWINDOW messages.
457         * MdiWindowManager.cs: RaiseDeactivate: only raise after an Activate
458           event has already been raised.
459         * Form.cs: Change is_changing_visible_state to a counter, since
460           SetVisibleCore can be called recursively. CreateHandle: when
461           creating mdi children, send (De)Activated events.
462         * MdiClient.cs: Update use of is_changing_visible_state.
463         * Application.cs: OnThreadException: Surround exception handling with
464           try/finally to ensure we always reset the error-handling state
465           before leaving.
466
467 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
468
469         * ThemeWin32Classic.cs: DrawProgressBar: Avoid a DivideByZero exception
470           (#81704).
471
472 2007-05-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
473
474         * ListView.cs: Use Theme.ListViewHorizontalSpacing for List and
475         SmallIcon views, now that we have a standarized horizontal spacing.
476
477         * ThemeWin32Classic.cs: ListViewHorizontalSpacing now has a value of
478         4, just like the other views (Match .Net).
479
480 2007-05-21  Jonathan Pobst  <monkey@jpobst.com>
481
482         * Control.cs: Delay calculating anchor distances until we actually layout.
483         Always query the WM for the actual size and location it put us at instead of
484         only when we send negative values.
485         [Fixes bugs #81694, 81695]
486
487 2007-05-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
488
489         * Application.cs: Avoid a possible stack overflow when trying to exit
490           the application.
491
492 2007-05-19  Marek Safar  <marek.safar@gmail.com>
493
494         * Theme.cs (GetHatchBrush): A key uses internal value instead of formated
495         enum value.
496
497 2007-05-19  Andreia Gaita  <avidigal@novell.com>
498
499         * NumericUpDown.cs: Added 2.0 methods (spin acceleration)
500         * NumericUpDownAcceleration.cs, 
501           NumericUpDownAccelerationCollection.cs: Added 2.0
502           implementation.
503
504 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
505
506         * RichTextBox.cs: Recalculate the document after the ScrollBars
507         property is changed. Fixes bug #81681.
508
509 2007-05-18  Jonathan Pobst  <monkey@jpobst.com>
510
511         * DataObject.cs: Implement 2.0 methods.
512
513 2007-05-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
514
515         * ThemeWin32Classic.cs: Draw the check marks in ListViewItems
516         in the center of the checkbox, not in the left-top corner. 
517         Fixes #80037.
518
519 2007-05-18  Jackson Harper  <jackson@ximian.com>
520
521         * RichTextBox.cs: Recalculate the document after the scrollbars
522         property is changed.
523         * TextBoxBase.cs: ScrollBars is not a flags enum...This fixes
524         81486.
525
526 2007-05-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
527
528         * CreateParams.cs: Make HasWindowManager marginally faster.
529         * XplatUIX11.cs, Hwnd.cs: CreateWindow: Move the default location code
530           into Hwnd so that other drivers can use it as well.
531         * XplatUIWin32.cs: CreateWindow: If the window has a window manager get
532           the default location from Hwnd. Fixes MDI client windows always
533           showing up at (0,0) in Windows (Win32 won't set the default
534           location since the window styles aren't correct).
535
536 2007-05-18  Gert Driesen  <drieseng@users.sourceforge.net>
537
538         * TreeView.cs: Modified DoubleBuffered to just use the base
539         implementation.
540
541 2007-05-18  Jackson Harper  <jackson@ximian.com>
542
543         * TreeView.cs: Set the top node to the last child node when
544         expanding all
545         - When we get focus, if there is no selected node, use the top
546         node.
547
548 2007-05-18  Jonathan Pobst  <monkey@jpobst.com>
549
550         * KeysConverter.cs: Add CanConvertTo.
551         * LinkLabel.cs: Add some 2.0 constructors and properties to LinkLabel.Link.
552         * LinkConverter.cs: Added.
553
554 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
555
556         * Cursor.cs: Apply Sebastien patch from #81669 to open file in read mode,
557         it prevents error when file dont have write access. Fixes #81669 and #81667.  
558
559 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
560
561         * ThemeWin32Classic.cs: Check for ShowKeyboardCues true when draw toolbar 
562         button text. Fixes #79640.  
563
564 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
565
566         * Control.cs: According to MSDN controls created in the designer theres 
567         keyboard accelerators visible by default. So included check for design
568         in ShowKeyboardCuesInternal.  
569
570 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
571
572         * ThemeWin32Classic.cs: Check for ShowKeyboardCues true when draw combobox 
573         text. Fixes #81621.  
574
575 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
576
577         * Control.cs: ShowKeyboardCuesInternal add to expose ShowKeyboardCues
578         for 1.0, becuse ShowKeyboardCues is protected on 1.0.  
579
580 2007-05-17  Everaldo Canuto  <ecanuto@novell.com>
581
582         * Control.cs: Finish implementation of UI State using WmChangeUIState
583         to send WM_UPDATEUISTATE to all child controls. Some hack will be needed
584         in some controls to check for show_keyboard_cues to draw accell keys "_".  
585
586 2007-05-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>
587
588         * ListBox.cs: When calculating the horizontal scrollbar
589         in single column mode, don't use values less than 0 for
590         Maximum. Fixes #81474.
591
592 2007-05-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>
593
594         * ListBox.cs: Throw the some missing exceptions in
595         ListBox.ObjectCollection methods.
596
597 2007-05-17  Jackson Harper  <jackson@ximian.com>
598
599         * TextBoxBase.cs: Recalculate the document when the word wrap
600         value has changed. This fixes 81488.
601
602 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
603
604         * Clipboard.cs: Implement missing GetText overload.
605
606 2007-05-17  Chris Toshok  <toshok@ximian.com>
607
608         * Control.cs (CheckDataBindings): remove the binding_context arg
609         to binding.Check.
610
611         * CurrencyManager.cs (OnItemChanged): fix this now that
612         BindingManagerBase is fixed. also remove the comment telling where
613         the fix should go.  We set transfering_data to true/false around
614         the call to PushData to keep UpdateIsBinding from being called.
615         (ListChangedHandler): remove the extra OnMetaDataChanged call for
616         PropertyDescriptorAdded in the 1.1 case.  The extra call is
617         actually generated by System.Data generating 2 metadata changed
618         events of its own per column add.  The fix should go there.  Add a
619         comment to that affect in our test's Assert.Ignore.
620
621         * BindingManagerBase.cs: Rework PullData and PushData slightly.
622         we keep a boolean flag (transfering_data) that keeps us from
623         calling UpdateIsBinding multiple times if we re-enter either of
624         them.
625
626         * ControlBindingsCollection.cs (AddCore): remove the
627         binding_context arg to binding.Check.
628
629         * Binding.cs (IsBinding): don't check if we're binding here, just
630         return our cached value.  we update it in UpdateIsBinding.
631         (Check): don't take the binding_context arg, we'll just use our
632         control's.  Also, for some reason MS doesn't use the data member
633         field when getting the bindingmanager for this binding.  it just
634         uses the datasource.  Make this method callable multiple times,
635         and only do the is_null_desc stuff if manager.Position != -1 (so
636         we don't get an exception accessing manager.Current).
637         (UpdateIsBinding): move the code from IsBinding here.
638         (PositionChangedHandler): call Check here to we can initialize
639         things that require a non- -1 position.
640
641 2007-05-17  Everaldo Canuto  <ecanuto@novell.com>
642
643         * Form.cs: When alt keys is pressed send WM_CHANGEUISTATE to top level
644         control.
645
646 2007-05-17  Andreia Gaita  <avidigal@novell.com>
647
648         * TabControl.cs: Add 2.0 methods and events, including
649         OnEnter / OnLeave and raises it for tabpages (fixes #79869)
650         * TabPage.cs: Add 2.0 methods
651
652 2007-05-17  Everaldo Canuto  <ecanuto@novell.com>
653
654         * Control.cs: Implement WmUpdateUIState, show_focus_cues and
655         keyboard_cues is properly handled by message method.  
656
657 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
658
659         * TreeViewImageIndexConverter.cs: Add 2.0 methods.
660
661 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
662
663         * ToolStripTextBox.cs: Wire up new 2.0 Textbox methods/properties.
664
665 2007-05-16  Everaldo Canuto  <ecanuto@novell.com>
666
667         * Control.cs: 
668         - WmUpdateUIState added to handle state changes, it make call to
669         OnChangeUICues event.
670         - Fixed ShowKeyboardCues to check for MenuAccessKeysUnderlined in
671         SystemInformation.
672
673 2007-05-16  Jonathan Pobst  <monkey@jpobst.com>
674
675         * ImageKeyConverter.cs: Added.
676         * TreeViewImageKeyConverter.cs: Added.
677
678 2007-05-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
679         
680         * ToolTips.cs: Update Text if SetToolTip is called for a control
681         already showing the tooltip, as well as restarting its timer; show
682         tooltip if we are inside the control bounds by the time of calling
683         SetToolTip. Inside ShowTooltip remove the check to not show the 
684         tooltip again for the active control (it is allowed by .Net to 
685         show the tooltip on the same control multiple times).
686
687 2007-05-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
688
689         * MaskedTextBox.cs: Small fix for Text that fixes a broken test.
690
691 2007-05-16  Andreia Gaita <avidigal@novell.com> 
692
693         * ContainerControl.cs: only process tab key if there are no 
694         modifier keys present, otherwise the control does the 
695         tab processing, if it needs to. Fixes #81622
696         * TabControl.cs: Fixes calculation for which tab to select on
697         shift+ctrl+tab.
698
699 2007-05-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
700
701         * MaskedTextBox.cs: Small fix for Text that fixes a broken test.
702
703 2007-05-15  Jonathan Pobst  <monkey@jpobst.com>
704
705         * Control.cs: Make IsInputCharInternal to allow controls to
706         override it and still match MS API.
707         * TextBoxBase.cs: Override IsInputCharInternal and always
708         return true.
709         [Fixes bug #81616]
710
711 2007-05-15  Jackson Harper  <jackson@ximian.com>
712
713         * TextBox.cs: Disable some of the menu options when using a
714         readonly textbox.
715
716 2007-05-15  Jackson Harper  <jackson@ximian.com>
717
718         * TextBox.cs:
719         * TextBoxBase.cs:
720         * RichTextBox.cs: Some new 2.0 methods
721
722 2007-05-15  Gert Driesen  <drieseng@users.sourceforge.net>
723
724         * FileDialog.cs: On 1.0 profile, do not support multidotted 
725         extensions.
726
727 2007-05-14  Jackson Harper  <jackson@ximian.com>
728
729         * TextBoxBase.cs: Implement some of the new 2.0 methods.
730         * RichTextBox.cs: We need to override these methods on 2.0.
731         * MaskedTextBox.cs: These are implemented now
732         * TextControl.cs: This was off by one.
733
734 2007-05-14  Jackson Harper  <jackson@ximian.com>
735
736         * TextControl.cs: Because the line endings are including in the
737         text, we don't need to add them in anymore.
738
739 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
740
741         * ToolBar.cs: Fix autosize and get it working only after hadle is created,
742         also prevent redraw in set_autosize if handle is not created. Fixes #81523.
743
744 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
745
746         * ToolBar.cs: Adjust size to default size when button theres no text and
747         image, it fixes remaining issues from #81524.
748
749 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
750
751         * ToolBar.cs: 
752         - When not flat call redraw to recalculate sizes on creare handle to match
753         win32 behavior.
754         - Revert 77220 because it causes some regressions in toobar
755         button.
756
757 2007-05-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
758
759         * MaskedTextBox.cs: Update the base text whenever the text changes. MTB
760           now actually enters a usable state.
761
762 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
763
764         * ToolBar.cs: Check for handle created in redraw to prevent unneeded size
765         calculations, it reduces the size cauculation from 7 to 3 on a toolbar with
766         3 buttons.
767
768 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
769
770         * ToolBar.cs: Save default_size on create handle to use later for buttons
771         without text, needed to mimic win32 behavior.
772
773 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
774
775         * ToolBar.cs: Fix button layour to best fit width or height according to
776         vertical or not. Fixes #81524.
777
778 2007-05-10  Everaldo Canuto  <everaldo@simios.org>
779
780         * ToolBarButton.cs: When change style call ToolBar.Redraw to update
781         toolbar size info because different styles theres different sizes.
782         Fixes #81522.
783
784 2007-05-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
785
786         * ThemeWinClassic.cs: For .Net 2.0 don't draw any image
787         if we are using checkboxes, checked is true, and we have less
788         than two images in StateImageList; for the 1.1 in the same scenario
789         draw the first image if we have at least one image in StateImageList.
790         Fixes part of #81191.
791
792 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
793
794         * ToolStrip.cs, ToolStripManager.cs: We need to remove items from
795         the owner's Items collection on merge.
796
797 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
798
799         * ToolStrip.cs: Use new internal ToolStripItemCollection constructor.
800         * ToolStripItemCollection.cs: Lots of fixes to when events get called
801         and parent/owner gets changed based on gert's unit tests.
802
803 2007-05-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
804
805         * MaskedTextBox.cs: Started implementing parts of it.
806
807 2007-05-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
808
809         * ListView.cs: When clicking the checkbox on the items
810         take into account the double clicks even if we have only
811         one image in StateImageList (only for 1.0/1.1). Also 
812         generate an extra change of checked state when we receive
813         the second click on checkbox (match .Net behaviour). 
814         Fixes part of #81191.
815
816 2007-05-10  Everaldo Canuto  <everaldo@simios.org>
817
818         * ThemeWin32Classic.cs: Fix text rectangles in Tooltips.
819
820 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
821
822         * Form.cs: Move some of OnLoad to OnLoadInternal so it gets called
823         even if OnLoad is overriden and base.OnLoad is not called.
824         [Fixes bug #81582]
825
826 2007-05-10  Andreia Gaita  <avidigal@novell.com>
827
828         * TableLayoutSettings.cs: A big doh! fix and bowing down of head in 
829         shame. (I blame my ever-persisting and annoying cold)
830
831 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
832
833         * ListView.cs: Don't eat navigation keys.  Let them flow through to
834         KeyDown/KeyPress routines.  [Fixes bug #81569]
835
836 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
837
838         * ListView.cs: When handling keys for selecting the item based off
839         keyboard input, do not consider keys pressed with Alt or Control.  Also,
840         correctly handle keys when the Shift key is down. [Fixes bug #81578]
841
842 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
843
844         * Control.cs: When using UseWaitCursor, we have to store the requested
845         Cursor to use when UseWaitCursor is turned off.
846
847 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
848
849         * Control.cs: Implement PreProcessControlMessage.  Default IsInputChar
850         to false.
851         * Application.cs: Use PreProcessControlMessage instead of
852         PreProcessMessage.
853         * PreProcessControlMessage.cs: Make internal for 1.1.
854
855 2007-05-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
856
857         * Control.cs: Add InternalContains focus property, which hast the same
858         functionality of ContainsFocus, but also including implicit controls.
859         * ListViewItem.cs: Use InternalContainsFocus instead of ContainsFocus,
860         since we need to know if the focus is contained in our implicit
861         ItemControl when calculating Layout. Fixes part of #80888.
862
863 2007-05-08  Everaldo Canuto  <everaldo@simios.org>
864
865         * ToolTip.cs: Remove center form string alignment as it must be align to
866         left.
867
868 2007-05-08  Jonathan Pobst  <monkey@jpobst.com>
869
870         * ToolStripItemCollection.cs: Set the new item's parent and owner
871         in Insert like we do in Add.  [Fixes bug #81568]
872
873 2007-05-08  Jackson Harper  <jackson@ximian.com>
874
875         * TreeView.cs: GotFocus differences between 1.1 and 2.0.
876         - Off by one error in SetTop
877         - Disable DoubeBuffering
878         
879 2007-05-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
880
881         * ScrollableControl.cs: ScrollIControlntoView: we now only move the
882           control as much as necessary in order to make it entirely visible,
883           instead of centering the control in the container (matches MS
884           behaviour). CalculateCanvasSize: we need to take the current scroll
885           position into account when calculating the maximum canvas,
886           otherwise the following scenario will fail: resize so that the
887           scrollbars appear, use the scrollbars to scroll, resize again
888           smaller, and now the canvas size is too small. Recalculate: when
889           showing scrollbars make sure they start off at 0, and try to scroll
890           the active control into view. Fixes #79540. HandleScrollBar: don't
891           scroll anywhere if the scrollbar isn't visible.
892
893 2007-05-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
894
895         * ListView.cs: When focus changed, call Layout/Invalidate
896         in the focused item to update the selected state (should show
897         entire label when ListView is focused, and a part of it if is not).
898         * ListViewItem.cs: When doing layout for LargeIcon, take into account
899         for displaying the entire label not only the Focused state of the
900         item, but also the Focused state of the ListView (match .Net
901         behaviour).
902
903 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
904
905         * Control.cs: Stub CanRaiseEvents, IsMirrored, and NotifyClients.
906         Implement UseWaitCursor. 
907
908 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
909         Applying contributed patch from Sergey Volk.
910
911         * Clipboard.cs: Implement SetDataObject retry logic and new overload
912         of SetDataObject.
913         * XplatUIWin32.cs: Throw an ExternalException if the clipboard set fails.
914
915 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
916
917         * Control.cs: Implement DrawToBitmap.
918
919 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
920         Applying contributed patch from Stefan Noack.
921         
922         * Control.cs: Add [Get|Set]AutoSizeMode.
923
924 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
925
926         * MdiClient.cs: Unmerge menus when the last child is closed.
927
928 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
929
930         * ToolStrip.cs: Do not call BeginMerge on DropDowns.
931         * ToolStripManager.cs: Call Merge on DropDowns.
932         [Fixes bug #81477]
933
934 2007-05-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 
935
936         * XplatUIWin32.cs: Changed Win32CreateWindow to take enums instead of
937           uints.
938         * Form.cs: CreateParams: don't set WS_VISIBLE if we're changing
939           visibility. We can't create forms visible, since we have to set the
940           owner before making the form visible (otherwise Win32 will do
941           strange things with task bar icons). The problem is that we set the
942           internal is_visible to true before creating the control, so
943           is_changing_visible_state is the only way of determining if we're
944           in the process of creating the form due to setting Visible=true -
945           this works because SetVisibleCore explicitly makes the form
946           visibile afterwards anyways. Fixes #80775.
947
948 2007-05-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
949
950         * ThemeWin32Classic.cs: When drawing ListViewItems,
951         use StringTrimming.EllipsisCharacter if the view is Tile, Details,
952         or LargeIcon _and_ item is not focused (match .Net behaviour).
953
954 2007-05-04  Jonathan Pobst  <monkey@jpobst.com>
955
956         * Control.cs, Form.cs: Fix some obsolete method warnings.
957
958 2007-05-04  Jonathan Pobst  <monkey@jpobst.com>
959
960         * Control.cs: Implement GetChildAtPoint and OnParentCursorChanged.
961         * GetChildAtPointSkip.cs: Make internal for 1.1 profile.
962
963 2007-05-04  Andreia Gaita  <avidigal@novell.com>
964
965         * ContainerControl.cs: Fix active_control attribution when going
966         up the parent chain so that the first parent container gets the control
967         and the rest of the parent containers get the child containers (skips
968         non-containers). Fixes #80729
969
970 2007-05-04  Randolph Chung  <tausq@debian.org>
971
972         * FileDialog.cs: Implement the SupportMultiDottedExtensions property.
973         [Fixes bug #81499]
974
975 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
976
977         * XplatUIX11.cs: Add a TranslateWindowSizeToXWindowSize overload that
978           takes a size parameter, since the CreateParam's size isn't true for
979           minimized forms. Fixes #81518,
980
981 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
982
983         * Form.cs: Add OnDeactivateInternal.
984         * MdiClient.cs: Raise Deactivate event. Fixes #81409.
985
986 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
987
988         * DateTimePicker.cs: CalculateDropDownLocation: do a null check before
989           accessing the parent. Fixes #81508.
990
991 2007-05-03  Chris Toshok  <toshok@ximian.com>
992
993         * CurrencyManager.cs (CurrencyManager.ListChangeHandler): in the
994         2.0 block, pass listposition + 1 to ChangeRecordState when a row
995         was added before the current listposition.  Fixes the
996         TestInsertRowBeforeCurrent unit test.
997
998 2007-05-03  Jonathan Pobst  <monkey@jpobst.com>
999
1000         * Application.cs: Add RaiseIdle.
1001         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
1002         XplatUIX11.cs: Implement RaiseIdle.
1003
1004 2007-05-02  Jonathan Pobst  <monkey@jpobst.com>
1005         corcompare work: N - Z
1006         * NotifyIcon.cs
1007         * ProgressBar.cs
1008         * RadionButton.cs
1009         * ScrollableControl.cs
1010         * SplitContainer.cs
1011         * SplitterPanel.cs
1012         * StatusBar.cs
1013         * SystemInformation.cs
1014         * TabControl.cs
1015         * TableLayoutControlCollection.cs
1016         * TableLayoutPanel.cs
1017         * TabPage.cs
1018         * ToolBar.cs
1019         * ToolBarButton.cs
1020         * ToolStrip.cs
1021         * ToolStripComboBox.cs
1022         * ToolStripContainer.cs
1023         * ToolStripContentPanel.cs
1024         * ToolStripDropDown.cs
1025         * ToolStripDropDownItem.cs
1026         * ToolStripDropDownMenu.cs
1027         * ToolStripItem.cs
1028         * ToolStripItemCollection.cs
1029         * ToolStripMenuItem.cs
1030         * ToolStripPanel.cs
1031         * ToolStripSplitButton.cs
1032         * ToolTip.cs
1033         * TreeNode.cs
1034         * TreeNodeCollection.cs
1035         * TreeNodeMouseHoverEventArgs.cs
1036         * TreeView.cs
1037
1038 2007-05-01  Everaldo Canuto  <everaldo@simios.org>
1039
1040         * ContextMenu.cs: Add public method Show with alignment property to 2.0
1041         stuff. Thanks aatdark for the patch. 
1042
1043 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
1044
1045         * GridItem.cs: Implement 2.0 Tag property.
1046
1047 2007-05-01  Frederik Carlier <frederik.carlier@carlier-online.be> 
1048
1049         * TreeNodeCollection.cs: Fix ContainsKey and IndexOfKey methods to use
1050         count instead of Nodes.Length.  [Fixes bug #81448]
1051
1052 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
1053
1054         * ComboBox.cs: Fix paramName sent to ArgumentOutOfRangeException's.
1055         [Fixes bug #81506]
1056
1057 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
1058         corcompare work: A - M
1059         * BindingNavigator.cs
1060         * Button.cs
1061         * ButtonBase.cs
1062         * CheckBox.cs
1063         * Control.cs
1064         * FlowLayoutPanel.cs
1065         * Form.cs
1066         * Label.cs
1067         * LinkLabel.cs
1068         * ListView.cs
1069
1070 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
1071
1072         * Application.cs: Give toolstrips a chance to process mnemonics.
1073         * ToolStrip.cs, ToolStripDropDownButton.cs, ToolStripItem.cs,
1074         ToolStripItemTextRenderEventArgs.cs, ToolStripLabel.cs,
1075         ToolStripMenuItem.cs, ToolStripSplitButton.cs: Implement keyboard mnemonics.
1076
1077 2007-05-01  Jackson Harper  <jackson@ximian.com>
1078
1079         * TextBoxBase.cs: Better preferred height, FixedSingle gets the
1080         wider area too.
1081         - Don't set the BoundsSpecified
1082
1083 2007-04-30  Jonathan Pobst  <monkey@jpobst.com>
1084
1085         * Application.cs: When using the toolstrip shortcut mechanism, allow the
1086         message to pass through to a regular control if it hosted by a toolstrip.
1087         * ToolStrip.cs, ToolStripControlHost.cs, ToolStripDropDown.cs,
1088         ToolStripManager.cs: Enable keyboard navigation for ToolStrips.
1089
1090 2007-04-30  Jonathan Pobst  <monkey@jpobst.com>
1091
1092         * TextRenderer.cs: Use the flags argument when using the MeasureString
1093         fallback algorithm.
1094
1095 2007-04-30  Jonathan Pobst  <monkey@jpobst.com>
1096
1097         * MenuStrip.cs: Don't let multiple ToolStripSeparators get added to
1098         the MDI menu item.  [Fixes bug #81483]
1099
1100 2007-04-30  Gert Driesen  <drieseng@users.sourceforge.net>
1101
1102         * DataGridViewColumn.cs: Initialize value of headercell to zero-length
1103         string. When setting Name to null, use zero-length string instead.
1104
1105 2007-04-29  Andreia Gaita  <avidigal@novell.com>
1106
1107         * TabControl.cs: Implement missing 2.0 methods (SelectTab, 
1108         DeselectTab). Implement missing 2.0 TabPageCollection methods
1109         (Add, ContainsKey, RemoveByKey, IndexOfKey)
1110
1111 2007-04-29  Pedro Martínez Juliá  <pedromj@gmail.com>
1112
1113         * DataGridViewColumn.cs: Make HeaderText take preference over Name.
1114
1115 2007-04-29  Gert Driesen  <drieseng@users.sourceforge.net>
1116
1117         * RichTextBox.cs: In LoadFile, use StreamReader to read plain text.
1118         Fixes bug #81479. Include details of exception when LoadFile fails.
1119
1120 2007-04-28  Alan McGovern <alan.mcgovern@gmail.com>
1121
1122         * DrawListViewSubItemEventArgs.cs: Added missing setter
1123
1124 2007-04-27  Andreia Gaita  <avidigal@novell.com>
1125
1126         * ToolTip.cs: Add missing 2.0 properties. Implement 2.0 Show and 
1127         Hide methods (not complete). Implement missing 2.0 OnPopup event.
1128
1129 2007-04-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1130
1131         * ListView.cs: In ItemControl.OnMouseDown restore a pair of braces I
1132         removed in ly last commit (it was breaking the Label edit feature).
1133
1134         * ThemeWin32Classic.cs: When drawing a ListViewItem use
1135         StringAlignment.Near for LineAlignment (match .Net).
1136
1137 2007-04-27  Andreia Gaita  <avidigal@novell.com>
1138
1139         * TabControl.cs: Change SetTab so it adds the tabpage to the list
1140         of controls if it isn't already there - was blowing up when doing
1141         tabcontrol.TabPages[i]=new TabPage(). 
1142         SetTab now does a replace by removing the page at the index. 
1143         Add a new InsertTab method that inserts a page in a given index 
1144         instead of replacing. 
1145         Implements TabPageCollection.Insert(int, TabPage).
1146
1147 2007-04-27  Chris Toshok  <toshok@ximian.com>
1148
1149         * BindingManagerBase.cs: fill in CurrentItemChanged (and have an
1150         internal handler that can be invoked from our subclasses.)  Also,
1151         add a comment to PushData about how we need to fix it.
1152
1153         * CurrencyManager.cs: tons of changes here.  trying to get things
1154         matching the behavior of .net wrt event orders (ItemChanged,
1155         CurrentChanged, PositionChanged.)  I've implemented a private .net
1156         symbol (ChangeRecordState) that appears in stack traces because
1157         it's actually easier to do this than to effective inline all its
1158         various behaviors at every call site.
1159
1160         * RelatedPropertyManager.cs: guard against an exception here by
1161         not using parent.Current if the position is set to -1 (if the
1162         parent datasource is cleared, for instance).
1163
1164         * Binding.cs: don't parse data in PushData (this might be wrong,
1165         but it jives with MS's behavior.)  Also, don't call PushData when
1166         we get a CurrentChanged event.
1167
1168 2007-04-27  Andreia Gaita  <avidigal@novell.com>
1169
1170         * WebBrowser.cs,
1171           WebBrowserBase.cs,
1172           WebBrowserSiteBase.cs,
1173           HtmlDocument.cs: Added stubbed out classes, no real implementations 
1174           yet.
1175
1176 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
1177
1178         * MainMenu.cs: In draw method without parameters call draw method with 
1179         PaintEvent, another one (just rect) adjust rectangle and we dont need it
1180         as Rect property is already adjusted. Fixes #80694.
1181
1182 2007-04-27  Jonathan Pobst  <monkey@jpobst.com>
1183
1184         * Application.cs: Need to handle keyboard menu deselection here.
1185         * Control.cs: Use WM_SYSKEYUP instead of WM_SYSCOMMAND to start menu keyboard
1186         navigation, allowing keyboard to work on X11.
1187         * ToolStrip.cs: Don't worry about handling the Menu key here anymore.
1188
1189 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
1190
1191         * MenuAPI.cs: When deactivate menu verify if hotkey (_) is active and redraw
1192         menu bar. It fixes some drawing issues in menu bar.
1193
1194 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
1195
1196         * MenuAPI.cs: Remove unneeded "keynav_state = KeyNavState.Idle" before 
1197         Deactivate calls, Deactivate method already do it. Also ser ActiveTracker
1198         when <alt> key is pressed.
1199
1200 2007-04-26  Everaldo Canuto  <everaldo@simios.org>
1201
1202         * XplatUIX11.cs: Simplify SystrayRemove to be like other libraries,     Gtk as 
1203         example just set visible to false and make this prevent from other problems.
1204         In SystrayAdd always remove pending expose. Fixes #81072.
1205
1206 2007-04-26  Marek Safar  <marek.safar@gmail.com>
1207
1208         * TextBoxBase.cs (CaretMoved): Consider scroll maximum when scroll
1209         value is set.
1210
1211 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
1212
1213         * ListView.cs: Added three missing 2.0 events and corresponding
1214         EventHandlers. Added the OwnerDraw property.
1215         * DrawListViewColumnHeaderEventHandler.cs: fixed typo
1216
1217 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
1218
1219         * DrawListViewItemEventArgs.cs
1220         * DrawListViewSubItemEventArgs.cs: Brought classes up to 2.0 status.
1221
1222 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
1223
1224         * TextControl.cs: Fixed typo in constructor
1225
1226 2007-04-26  Jonathan Pobst  <monkey@jpobst.com>
1227
1228         * Application.cs: Create a shortcut path so that currently selected
1229         MenuStrips can intercept keyboard events without having focus.
1230         * Control.cs: Handle WM_SYSCOMMAND message to activate MenuStrips.
1231         * MenuStrip.cs, ToolStrip.cs, ToolStripDropDown.cs, ToolStripDropDownItem.cs,
1232         ToolStripItem.cs, ToolStripManager.cs, ToolStripMenuItem.cs: Support
1233         keyboard navigation (arrows, tab, enter, esc) on Windows.  Still need to
1234         generate WM_SYSCOMMAND message in X11 for other platforms.
1235         * ToolStripProfessionalRenderer.cs: ToolStripMenuItems need to be painted
1236         in OnRenderMenuItemBackground instead of OnRenderButtonBackground.
1237         * ToolStripSplitButton.cs: Add DefaultItem property.
1238         
1239 2007-04-26  Everaldo Canuto  <everaldo@simios.org>
1240
1241         * MainMenu.cs: In OnMenuChanged pass PaintEventArgs to Draw method, it
1242         fixes some menu draw problem on Windows with border diferent from default
1243         it also fixes #81403.
1244
1245 2007-04-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1246
1247         * Form.cs: Refactor WndProc into separate methods, just like Control is
1248           doing it.
1249
1250 2007-04-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1251
1252         * Control.cs: set_Text: move the call to the driver into a seperate
1253           virtual method so that Form can override it.
1254         * MaskedTextBox.cs: Corcompare fixes.
1255         * Form.cs: Override UpdateWindowText and only update the styles if the
1256           form has been shown (fixes #81405).
1257
1258 2007-04-25  Jonathan Pobst  <monkey@jpobst.com>
1259
1260         * Control.cs, Form.cs: Use the better supported WM_?BUTTONDOWN and
1261         WM_ACTIVATE messages instead of WM_MOUSEACTIVATE and
1262         WM_ACTIVATEAPP.  This fixes menus not disappearing on X11 when
1263         the form lost focus or another control was clicked.
1264
1265 2007-04-25  Gert Driesen  <drieseng@users.sourceforge.net>
1266
1267         * DataGrid.cs: Uncomment MakeTransparent calls since bug #80151 is
1268         fixed.
1269
1270 2007-04-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1271
1272         * DrawListViewColumnHeaderEventHandler.cs, DrawToolTipEventArgs.cs,
1273           DrawListViewItemEventHandler.cs,
1274           DrawListViewSubItemEventHandler.cs, DrawToolTipEventHandler.cs:
1275           Added.
1276         * X11Structs.cs: More ToString implementation.
1277
1278 2007-04-25  Jonathan Pobst  <monkey@jpobst.com>
1279
1280         * ToolStripDropDownItem.cs: Don't lazy create a DropDown in Dispose.
1281         * ToolStripOverflowButton.cs: Don't lazy create a DropDown in HasDropDownItems.
1282
1283 2007-04-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1284
1285         * Control.cs: Only raise OnVisibleChanged if we're not recreating the
1286           handle.
1287         * FormCollection.cs: Don't add a form if it's already in the
1288           collection.
1289         * Form.cs: Change ShowDialog () to call ShowDialog (owner) with a null
1290           according to behaviour and MSDN. The ownerWin32 is the active
1291           window at the moment when we call ShowDialog, not the context's
1292           main form (the context's main form may open another form that opens
1293           a form with ShowDialog, the win32 owner is the second form). Add
1294           and remove forms to the Application.OpenForms in other places to
1295           better match MS behaviour. Add an IsActive property that raises
1296           On(de)Activated only if the active state has changed (we were
1297           raising OnDeactivated before OnActivated while creating forms).
1298         * Application.cs: Refactor Enabling/Disabling of windows for modal
1299           dialog loops out to separate methods, and restore the thread
1300           context when we quit the method. Fixes #81407.
1301
1302 2007-04-25  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1303
1304         * ListView.cs: In ItemControl.HandleClicks, also fire 
1305         2.0 MouseClick or MouseDoubleClick events on the parent,
1306         not only the Click/DoubleClick events.
1307
1308 2007-04-24  Andreia Gaita  <avidigal@novell.com>
1309
1310         * TableLayoutSettings.cs: 
1311         - Added a GetControls method and a support structure to help the 
1312         TypeConverter to enumerate the controls for     serialization. 
1313         - Added a new serialization constructor. 
1314         - Added a isSerialized flag initialized to true on the 
1315         serialization constructor so that the TableLayoutPanel.LayoutSettings 
1316         setter does not throw the designed NotSupportedOperation exception
1317         when the object is built through deserialization.
1318         - Implemented GetObjectData
1319         
1320         * TableLayoutPanel.cs: Added check on LayoutSettings.
1321
1322 2007-04-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1323
1324         * ListView.cs: Report Click and DoubleClick events to the parent
1325         from ItemsMouseUp, instead of ItemsMouseDown. This prevents us
1326         from breaking the click count state when using dialog forms (Control
1327         reports the clicks in a similar fashion). In the previous behaviour
1328         the last WM_LBUTTONUP message in a  double click was sent to the
1329         ListView's form, instead of the ListView, which was breaking the click
1330         count for it. Fixes #80387.
1331
1332 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
1333
1334         * BindingNavigator.cs : fixed bugs revealed by new nunit tests
1335
1336 2007-04-24  Jonathan Pobst  <monkey@jpobst.com>
1337
1338         * ToolStripDropDownItem.cs: Lazy initialize the DropDown.  This prevents
1339         us from created dropdowns for menu items that do not have subitems.
1340         * ToolStripItem.cs, ToolStripProfessionalRenderer.cs, ToolStripSplitButton.cs:
1341         Check HasDropDownItems before calling DropDown so a dropdown will not be
1342         created if it isn't needed.
1343
1344 2007-04-24  Jackson Harper  <jackson@ximian.com>
1345
1346         * TreeView.cs: Set the first node to the selected node when we get
1347         focus if there is no selected node.
1348
1349 2007-04-24  Andreia Gaita  <avidigal@novell.com>
1350
1351         * MimeIcon.cs: remove using blocks so that image streams are
1352         not disposed of. Fixes #80151
1353
1354 2007-04-24  Jackson Harper  <jackson@ximian.com>
1355
1356         * TextBoxBase.cs: Fixup the height of textboxes when the control
1357         is created.
1358
1359 2007-04-24  Jonathan Pobst  <monkey@jpobst.com>
1360
1361         * ToolStrip.cs: Fully implement GetNextItem.  Call OnParentRightToLeftChanged
1362         for each ToolStripItem when the parent's RightToLeftChanged is called.
1363
1364 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1365
1366         * ComboBox.cs: Forward ContextMenu to the underlying textbox, if any.
1367           Fixes #80163.
1368         * Control.cs: Replace GetContextMenuInternal() with ContextMenuInternal
1369           property, so that the setter can be overriden too.
1370         * TextBox.cs: Change GetContextMenuInternal() to use
1371           ContextMenuInternal.
1372
1373 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1374
1375         * ThemeWin32Classic.cs: Use a black pen to draw checkboxes, fixes
1376           #81406.
1377
1378 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1379
1380         * ThemeWin32Classic.cs: Use a black pen to draw checkboxes, fixes
1381           #81406.
1382
1383 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1384
1385         * MaskedTextBox.cs: Commit this so nobody else starts working on it and
1386           avoid duplicate work. Mostily skeleton code, it's not working at
1387           all yet.
1388
1389 2007-04-20  Leszek Ciesielski <skolima@gmail.com>
1390
1391         * NotifyIcon.cs : stub for MouseClick event
1392         * Application.cs: stub for SetUnhandledExceptionMode
1393
1394 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
1395
1396         * BindingNavigator.cs : Initial (partial) implementation
1397
1398 2007-04-23  Jackson Harper  <jackson@ximian.com>
1399
1400         * TreeView.cs: Do not create the treeview's handle when setting
1401         the scroll position.
1402         - ExpandAll needs to compute the scrollbars so it knows which
1403         position to set the bar too.
1404         * TreeNode.cs: 
1405         * TreeNodeCollection.cs: Pass new flag to UpdateScrollBars
1406
1407 2007-04-23  Jackson Harper  <jackson@ximian.com>
1408
1409         * TextBoxBase.cs: Non multiline textboxes shouldn't take the enter
1410         key. Fixes #81408.
1411
1412 2007-04-23  Jonathan Pobst  <monkey@jpobst.com>
1413
1414         * ToolStripItem.cs: Make GetImageSize internal.
1415         * ToolStripMenuItem.cs: Use GetImageSize to determine the size we
1416         need to draw an item.  Fixes a reported issue where images on menus
1417         that were not 16x16 were drawing incorrectly.
1418
1419 2007-04-21  Miguel de Icaza  <miguel@novell.com>
1420
1421         * Padding.cs: Use the converter, fixes the resgen2 issue with
1422         XMLNotePad. 
1423
1424 2007-04-21  Jackson Harper  <jackson@ximian.com>
1425
1426         * TreeView.cs: Dont try to unhighlight the selected node if there
1427         isn't a selected node.
1428
1429 2007-04-21  Jackson Harper  <jackson@ximian.com>
1430
1431         * UpDownBase.cs:
1432         * TextBoxBase.cs:
1433         * ListView.cs:
1434         * ListBox.cs:
1435         * TreeView.cs: Use the InternalBorderStyle property to set the
1436         initial border style, this forces the client rectangle to be sized
1437         correctly.
1438
1439 2007-04-20  Jackson Harper  <jackson@ximian.com>
1440
1441         * TreeView.cs: Simplify scrolling to the last node after expanding
1442         all.
1443         - Fix some off by ones with setting the bottom.
1444
1445 2007-04-20  Jonathan Pobst  <monkey@jpobst.com>
1446
1447         * Control.cs: Use DefaultSize for Size, calculate ClientSize from
1448         that.  We were incorrectly doing it the other way around.  Also,
1449         update ClientSize if we change the BorderStyle before the control
1450         is created.
1451
1452 2007-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
1453
1454         * XplatUI.cs: Added Border3DSize, BorderSize, CaptionButtonSize,
1455         DoubleClickSize, DoubleClickTime and FixedFrameBorderSize. Renamed
1456         XplatUIDriver.Caption to CaptionHeight. Spaces to tabs.
1457         * XplatUIDriver.cs: Added Border3DSize, BorderSize, CaptionButtonSize,
1458         DoubleClickSize, DoubleClickTime and FixedFrameBorderSize. Renamed
1459         Caption to CaptionHeight.
1460         * XplatUIX11.cs: Renamed Caption to CaptionHeight.
1461         * Theme.cs: Modified Border3DSize, BorderSize, CaptionButtonSize
1462         and FixedFrameBorderSize to return value from current XplatUI driver.
1463         * XplatUIWin32.cs: Implemented Border3DSize, BorderSize,
1464         CaptionButtonSize, DragFullWindows, DoubleClickSize, DoubleClickTime
1465         and FixedFrameBorderSize using win32 API. Renamed Caption to
1466         CaptionHeight.
1467         * XplatUIOSX.cs: Renamed Caption to CaptionHeight.
1468         * SystemInformation.cs: Fixed typo in BorderSize.
1469
1470 2007-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
1471
1472         * XplatUI.cs: Added MenuAccessKeysUnderlined.
1473         * XplatUIDriver.cs: Added MenuAccessKeysUnderlined.
1474         * XplatUIX11.cs: Implemented MenuAccessKeysUnderlined by always
1475         returning false.
1476         * Theme.cs: Modified MenuAccessKeysUnderlined to return corresponding
1477         value from XplatUI driver.
1478         * XplatUIWin32.cs: Implemented MenuAccessKeysUnderlined using
1479         SystemParametersInfo.
1480         * ThemeWin32Classic.cs: Remove obsolete MenuAccessKeysUnderlined
1481         override.
1482         * XplatUIOSX.cs: Implemented MenuAccessKeysUnderlind by always
1483         returning false.
1484
1485 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1486
1487         * XplatUIX11.cs, Hwnd.cs: Remove warnings.
1488
1489 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1490
1491         * MessageBox.cs, XplatUIX11.cs, Hwnd.cs: Remove warnings.
1492
1493 2007-04-20  Jonathan Pobst  <monkey@jpobst.com>
1494
1495         * ToolStripManager.cs: Fix a reported InvalidCastException when unmerging
1496         MenuStrips that contain ToolStripSeparators.
1497
1498 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1499
1500         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Add
1501           DefineStdCursorBitmap.
1502         * Cursor.cs: Add an internal constructor so that the Cursor knows if it
1503           has been created off a standard cursor. This is used to get a
1504           bitmap of the standard cursor when Draw or DrawStretched is called
1505           in order to draw the cursor.
1506         * X11Structs.cs: Added XcursorImage and XcursorImages.
1507         * XplatUIX11.cs, XplatUIWin32.cs: Add and implement
1508           DefineStdCursorBitmap.
1509         * Cursors.cs: Update all relevant creations of Cursor to use the new
1510           internal constructor.
1511
1512 2007-04-19  Jackson Harper  <jackson@ximian.com>
1513
1514         * TextBox.cs: Move the has_been_focused into the base control, so
1515         some of the text adding methods can manipulate it (probably time
1516         for a better name for this flag too).
1517         - Call a new version of selectall that doesn't scroll
1518         * TextBoxBase.cs: When we append text, if the document is empty,
1519         don't scroll.  If the document has text already, we scroll to the
1520         end of the appended text.
1521         - When the text is changed, we reset the has_been_focused, so the
1522         next time the control gets focused, all the text is selected.
1523
1524 2007-04-19  Jackson Harper  <jackson@ximian.com>
1525
1526         * TextControl.cs: Move the margins to the document, add a method
1527         so the margin sizes can be updated.
1528         * TextBoxBase.cs: When the border style is changed, update the
1529         border sizes.
1530
1531 2007-04-19  Jonathan Pobst  <monkey@jpobst.com>
1532
1533         * Control.cs: Respect DefaultPadding.
1534         * GroupBox.cs: Implement DefaultPadding, DisplayRectangle takes
1535         padding into account.
1536         * ToolStrip.cs: Remove setting padding to DefaultPadding in constructor.        
1537
1538 2007-04-19  Jackson Harper  <jackson@ximian.com>
1539
1540         * TextControl.cs: Oops, we need to use the ClientRect not the
1541         bounds here.
1542
1543 2007-04-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1544
1545         * ListView.cs: In ItemControl.ItemsMouseDown, take into
1546         account the double clicks when CheckBoxes are used and
1547         the pointer is inside the checkbox. Fixes part of #81191.
1548
1549 2007-04-18  Jackson Harper  <jackson@ximian.com>
1550
1551         * TextControl.cs: Pressing the end key shouldn't move the caret
1552         past the line ending.
1553         * TextBoxBase.cs: We can still delete if we are in the line
1554         ending and the combine will just kill the existing line ending.
1555
1556 2007-04-18  Jackson Harper  <jackson@ximian.com>
1557
1558         * TextControl.cs: We can't move lines, then invalidate their
1559         bounds, we need to get the old bounds and combine that with the
1560         new bounds.
1561         * TextBoxBase.cs: Before combining two lines for a delete, we need
1562         to invalidate the area of the old line, since that will be moved
1563         in the combine operation.
1564
1565 2007-04-18  Everaldo Canuto  <everaldo@simios.org>
1566
1567         * LinkLabel.cs: In OnPaint invoke draw background to fix problems
1568         with transparent background. Fixes #80482.
1569
1570 2007-04-18  Jonathan Pobst  <monkey@jpobst.com>
1571
1572         * PictureBox.cs: Refresh on resize when SizeMode = Zoom.
1573         * ThemeWin32Classic.cs: Implement PictureBox.SizeMode = Zoom.
1574         [Fixes bug #81391]
1575
1576 2007-04-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1577
1578         * CreateParams.cs: Add a couple of helper methods and do a less string
1579           concatenation in ToString.
1580         * XplatUIX11.cs: Add an TranslateClientRectangleToXClientRectangle
1581           overload that takes a Control parameter, since this method may be
1582           called before a control is assigned to the hwnd (from
1583           CreateWindow), and update CreateWindow to use the new overload. In
1584           GetMenuOrigin subtract the title bar from the y position if the
1585           form has a window manager (since we're painting it and not X).
1586         * XplatUIWin32.cs: If we can get a form in GetMenuOrigin use the form's
1587           CreateParams to calculate the origin (since border sizes may vary).
1588           In ScreenToMenu only subtract the title height if we actually have
1589           a title.
1590         * MdiWindowManager.cs: Override MenuHeight to always return 0, since
1591           mdi children never have menus of themselves.
1592         * InternalWindowManager.cs: Implement menu handling like form does.
1593           Added GetMenuOrigin to calculate the menu origin, can't use the
1594           CreateParams from the form like normally since it's lying.
1595         * Hwnd.cs: Implement GetBorderSize better (in the sense more
1596           windows-like) and add Inflate and comparison operators to the
1597           Borders type. When calculating MenuOrigin and it's a form with a
1598           window manager, use the window manager to calculate it.
1599
1600 2007-04-17  Chris Toshok  <toshok@ximian.com>
1601
1602         * Control.cs (CreateControl): turns out in 2.0 we don't need this
1603         OnBindingContextChanged thing here.  It's only generated from
1604         ContainerControl.OnCreateControl.  Fixes a newly written unit test
1605         - BindingTest.BindingContextChangedTest4.
1606         
1607 2007-04-17  Jackson Harper  <jackson@ximian.com>
1608
1609         * ScrollBar.cs: When setting values, make sure the current
1610         position stays within the new values range.
1611
1612 2007-04-17  Chris Toshok  <toshok@ximian.com>
1613
1614         * Control.cs (CreateControl): talk about a bizarre corner case.
1615         Don't emit OnBindingContextChanged here if we're a parentless
1616         control (i.e. if we're a form.).  Fixes
1617         BindingTest.BindingContextChangedTest2.
1618
1619 2007-04-17  Everaldo Canuto  <everaldo@simios.org>
1620
1621         * ButtonBase.cs: Remove TextFormatFlags.WordBreak to mimic same behavior 
1622         from win32. Fixes #81255.
1623
1624 2007-04-17  Everaldo Canuto  <everaldo@simios.org>
1625
1626         * ThemeWin32Classic.cs: Remove text offset from DrawButtonText as it is
1627         already present in CalculateButtonTextAndImageLayout.
1628
1629 2007-04-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1630
1631         * XplatUIX11.cs: When setting min/max size for a window we need to
1632           translate the coordinates to x coordinates. Create an overload of
1633           SetWindowMinMax that takes a CreateParams handling this, and change
1634           SetWMStyles to call this function (can't use Control.FromHandle in
1635           the SetWindowMinMax to get the control/CreateParams from the handle
1636           because the handle might not have been assigned to the control
1637           yet). Fixes #81371.
1638
1639 2007-04-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1640
1641         * ListView.cs: In ItemControl.ItemMouseDown, don't change check state
1642         if StateImageList is non-null and it has less than two items (match MS
1643         behaviour). Also, in HandleNavKeys handle the Space key, calling
1644         the new ToggleItemsCheckState method, which tries to change the
1645         checked state of the selected items. Fixes part of #81191.
1646
1647 2007-04-16  Jackson Harper  <jackson@ximian.com>
1648
1649         * RichTextBox.cs: namespace cleanup.
1650
1651 2007-04-16  Everaldo Canuto  <everaldo@simios.org>
1652
1653         * XplatUIWin32.cs: Back last parameter to true in SetClipRegion.
1654
1655 2007-04-16  Everaldo Canuto  <everaldo@simios.org>
1656
1657         [Fixes #79447]
1658         * Control.cs: Call invalidate in set_Region.
1659
1660         * XplatUIX11.cs, XplatUIWin32.cs: Remove invalidate from SetClipRegion as
1661         it dont works here.
1662
1663 2007-04-16  Jackson Harper  <jackson@ximian.com>
1664
1665         * TextBoxBase.cs: When enter is pressed, we need to update all
1666         lines below the current.
1667
1668 2007-04-16  Jonathan Pobst  <jpobst@monkey.com>
1669
1670         * MdiClient.cs: Implement implicit menu merging for MDI
1671         children.  When a child form is active, if it has a menustrip
1672         and the parent form has a MainMenuStrip, automatically merge
1673         the menus.
1674
1675 2007-04-15  Andreia Gaita  <avidigal@novell.com>
1676
1677         * TabControl.cs: Refactored sizing methods to not repeat
1678         code all over the place. Tab bounds are now calculated
1679         as if alignment is top and single line, and only when 
1680         setting the bounds are the positions adjusted according
1681         to alignment. Replaced hardcoded positions, spacings and
1682         paddings by getting the values the ThemeEngine. 
1683         Fixes #79619.
1684         
1685         * Theme.cs: Change TabControl properties and methods so
1686         that all start with TabControl*. Added more properties
1687         to help remove hardcoded values on tabcontrol.
1688         Add CPDrawBorder3D declaration so the Theming classes
1689         can access it.
1690         
1691         * ThemeClearlooks.cs, ThemeNice.cs: Method signature changes from Theme.
1692
1693         * ThemeWin32Classic.cs: Rector TabControl out to the TabControlPainter
1694         on the Theming namespace, and call the appropriate methods here.
1695         Change CPDrawBorder3D to public.
1696
1697 2007-04-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1698
1699         * Control.cs: In WmRButtonUp, send the WM_CONTEXTMENU message to
1700         the control after firing the OnMouseUp event, instead of sending
1701         the message before the mentioned event. This is so we can match the
1702         MS behaviour. Fixes part of #80385.
1703
1704 2007-04-13  Jonathan Pobst  <monkey@jpobst.com>
1705
1706         * ToolStripItem.cs: Call the RightToLeftChanged event when setting the
1707         RightToLeft property.
1708
1709 2007-04-13  Jonathan Pobst  <monkey@jpobst.com>
1710
1711         * ToolStrip.cs: Add properties and internal methods to support merging.
1712         * ToolStripItem.cs: Add MergeAction and MergeIndex.
1713         * ToolStripItemCollection.cs: Add Insert and Remove methods that do
1714         not trigger reparenting or layouts.
1715         * ToolStripManager.cs: Add Merge and RevertMerge methods.
1716         * ToolStripOverflow.cs: Add a convenience method to find the ToolStrip that
1717         is hosting the overflow menu.
1718
1719 2007-04-13  Jackson Harper  <jackson@ximian.com>
1720
1721         * TextControl.cs: Set the line ending correctly for the first
1722         inserted line.
1723
1724 2007-04-13  Sebastien Pouliot  <sebastien@ximian.com>
1725
1726         * Theme.cs: Update GetMethod to get the new definition for 
1727         KnownColors.Update (and fix theme color updates).
1728
1729 2007-04-12  Everaldo Canuto  <everaldo@simios.org>
1730
1731         * MessageBox.cs: Fix some test and button position.
1732
1733 2007-04-12  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1734
1735         * Form.cs: Consider the implicit controls in
1736         GetRealChildAtPoint. We need it since this method
1737         is called on Form when handling the some messages in
1738         WndProc, and need to consider those implicit ones too.
1739         Fixes #80385.
1740
1741 2007-04-12  Jonathan Pobst  <monkey@jpobst.com>
1742
1743         * ToolStripMenuItem.cs: Display the ShortcutKeyDisplayString even
1744         if there are no ShortcutKeys set.
1745         * ToolStripProfessionalRenderer.cs: If an item has had its BackColor
1746         set, use it when painting.
1747
1748 2007-04-12  Jackson Harper  <jackson@ximian.com>
1749
1750         * TextControl.cs: Fix some off-by-one issues in line duplication
1751         and insertion in the undo manager. Also, overwrite the first tag
1752         of a line on insert, if it is just a zero lengthed tag. This
1753         prevents us from getting an extra stranded tag at the beginning of
1754         the first line.
1755
1756 2007-04-11  Everaldo Canuto  <everaldo@simios.org>
1757
1758         * Label.cs: Remove check for handle created in CalcAutoSize, we need 
1759         to calculated proper size including when handle was not created yet.
1760
1761 2007-04-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1762
1763         * MdiWindowManager.cs: When moving a form, allow the form to be moved
1764           when the mouse is outside of it's parent's client rectangle. Fixes
1765           #79982 (take 3, part 2).
1766
1767 2007-04-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1768
1769         * X11Structs.cs: Add a few ToString() overrides.
1770         * XplatUIX11.cs: Added GetTopLevelWindowLocation to try to calculate
1771           the window location in a window-manager independent way. Reworked
1772           FrameExtents, it now actually works. Reworked AddConfigureNotify
1773           and ReparentNotify handling to use GetTopLevelWindowLocation
1774           instead of the earlier, more hacky solution. Reworked SetWMStyles,
1775           hopefully for the better: we now set _NET_WM_WINDOW_TYPE* for all
1776           windows, DIALOG for modal windows, UTILITY for toolboxes and NORMAL
1777           for all other windows (fixes #81281 part 1), a toolwindow is hidden
1778           from the taskbar if it has a parent (fixes #81281 part 2 for kwin),
1779           and generally refactored to do as few calculations as possible
1780           inside the lock.
1781
1782 2007-04-09  Sebastien Pouliot  <sebastien@ximian.com>
1783
1784         * Theme.cs: Change "reflective-contract" between MWF and SD to 
1785         minimize # of calls, avoid Color serialization and avoid updating 
1786         every "known colors" each time a single one is updated.
1787
1788 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
1789
1790         * DataGridTextBoxColumn.cs: Only set IsInEditOrNavigateMode to false
1791         when not readonly and the text is explicitly set. Code style updates.
1792         * DataGridTableStyle.cs: Removed extra line.
1793         * DataGrid.cs: Code style updates. Removed extra whitespace.
1794         * DataGridColumnStyle.cs: Code style updates. Removed extra 
1795         whitespace.
1796
1797 2007-04-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1798
1799         * XplatUIX11.cs: Added comment that "fixes" #80021.
1800
1801 2007-04-09  Jackson Harper  <jackson@ximian.com>
1802
1803         * TextControl.cs: We don't need this -1 on the line count anymore.
1804
1805 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
1806
1807         * DataGridTextBoxColumn.cs: In Commit, use TypeConverter to convert
1808         entered value to underlying type, and convert it back to a string to
1809         apply formatting. Modified GetFormattedValue to use TypeConverter
1810         if available.
1811
1812 2007-04-08  Gert Driesen  <drieseng@users.sourceforge.net>
1813
1814         * ListViewItem.cs: Added null checks. Avoid duplicating code in ctors.
1815         Use SubItems property when we want to ensure there's at least one
1816         subitem. Modified SubItems property to ensure there's always at least
1817         one subitem. Avoid using ListViewSubItemCollection.AddRange to match
1818         the NRE's reported by MS.
1819
1820 2007-04-07  Gert Driesen  <drieseng@users.sourceforge.net>
1821
1822         * ProgressBar.cs: On 2.0 profile, default forecolor is Highlight. Added
1823         ResetForeColor override on 2.0. Fixed a few API compatibility issues.
1824         Spaces to tabs. Removed extra tabs.
1825
1826 2007-04-06  Jonathan Pobst  <monkey@jpobst.com>
1827
1828         * ToolStripSplitStackLayout.cs: If we run out of things to hide, don't
1829         infinite loop.  (Forgot to copy to the horizontal toolstrip case.)
1830
1831 2007-04-06  Jackson Harper  <jackson@ximian.com>
1832
1833         * TextBoxBase.cs: When a delete removes a line, recalculate all
1834         lines below that line (they need to get offsets setup correctly)
1835         and invalidate.
1836
1837 2007-04-05  Jackson Harper  <jackson@ximian.com>
1838
1839         * TextControl.cs: We need to invalidate across the width of the
1840         document when we are invalidating multiple lines.
1841         * TextBoxBase.cs: Don't delete into the line ending.
1842
1843 2007-04-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1844
1845         * ListView.cs: Restore the check for the MouseHover event
1846         in ListView. It looks like the ListView fires more than one MouseHover
1847         event when HoverSelection is true  _only_ in weird-corner scenarios, but
1848         in most of the cases it only fires one. Also, add the 2.0 ItemMouseHover
1849         event.
1850
1851 2007-04-05  Mike Kestner  <mkestner@novell.com>
1852
1853         * ListView.cs : raise MouseDown before updating selection.
1854         [Fixes #80373 tab 1&3]
1855
1856 2007-04-05  Jonathan Pobst  <monkey@jpobst.com>
1857
1858         * ToolStripRenderer.cs: Add static method to mirror image.
1859         * ToolStripProfessionalRenderer.cs: Support ImageTransparentColor
1860         and RightToLeftAutoMirrorImage.
1861         * ToolStripItem.cs: Remove MonoTODO from ImageTransparentColor.
1862
1863 2007-04-05  Jonathan Pobst  <monkey@jpobst.com>
1864
1865         * ToolStripSplitStackLayout.cs: Support Alignment property.
1866         * ToolStripItem.cs: Remove MonoTODO from the Alignment property.
1867
1868 2007-04-05  Jackson Harper  <jackson@ximian.com>
1869
1870         * TextControl.cs: Move around the line endings when crossing line
1871         boundaries.
1872         - When combining lines, strip the ending text off the first line.
1873
1874 2007-04-05  Jackson Harper  <jackson@ximian.com>
1875
1876         * TextControl.cs:
1877         * TextBoxBase.cs: Try to never move the cursor into the line
1878         ending.
1879         
1880 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
1881
1882         * ToolStripItem.cs: Make sure we aren't firing mouse events when
1883         the item is disabled.  Also add a few missing methods.
1884
1885 2007-04-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1886
1887         * ListView.cs: We don't need the MouseEnter/MouseLeave check
1888         to fire just one MouseHover event when HoverSelection is true, since
1889         .Net does fire more than one MouseHover event in that scenario. Also,
1890         fix the selection in HoverSelection, by invoking UpdateMultiSelect
1891         if MultiSelect is true, instead of only setting ListViewItem.Selected.
1892         Finally, we need to reset the Hover logic in MouseMove, even when we
1893         don't have a selected item.
1894
1895 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
1896
1897         * ToolStrip.cs: Add several missing methods, properties, and events.
1898
1899 2007-04-04  Chris Toshok  <toshok@ximian.com>
1900
1901         * DataGridTextBoxColumn.cs: set the bounds of the text box to
1902         (0,0,0,0) in Commit, as MS does.
1903
1904         * DataGrid.cs: call EndEdit() from Select() as microsoft does, and
1905         make sure we set CurrentRow on a row header click *before* calling
1906         Select.  This moves the current cell (and the textbox) to the new
1907         row.  The call to Select then hides the textbox, giving us the
1908         correct behavior.  Fixes #80362.
1909
1910         * CurrencyManager.cs (UpdateIsBinding): raise ItemChanged (-1).
1911         (ListChangedHandler): reorder the position/current changed events,
1912         and call UpdateIsBinding in the ItemAdded case.
1913
1914         * GridColumnStylesCollection.cs: add some columns events, one of
1915         which raises the CollectionChanged event.
1916
1917 2007-04-04  Jackson Harper  <jackson@ximian.com>
1918
1919         * TextControl.cs: When we delete multiple selection lines
1920         invalidate the selection area, don't need to do that for single
1921         lines because the final update view will handle it.
1922
1923 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
1924
1925         * Control.cs: When we CreateControl, we need to also create all of the
1926         control's children.  The child's OnLoad must also fire before the parent's
1927         OnLoad.  Fixes the toolbox size in PDN.
1928
1929 2007-04-04  Jackson Harper  <jackson@ximian.com>
1930
1931         * TextBoxBase.cs: When the user presses enter, insert a line
1932         ending into the text. (Maybe this would be a good spot for
1933         Environment.NewLine).
1934         * TextControl.cs: Remove undo manager hack, line endings get
1935         inserted properly now.
1936         
1937 2007-04-04  Everaldo Canuto  <everaldo@simios.org>
1938
1939         * MenuAPI.cs: 
1940         - Remove unneeded parameters in UpdateCursor.
1941         - Fix UpdateCursor to check if menu is active.
1942         - Call UpdateCursor when menu deactivate my click.
1943         [Fixes remaining issues from #80410]
1944
1945 2007-04-04  Everaldo Canuto  <everaldo@simios.org>
1946
1947         * Control.cs: GetRealChildAtPoint method added, it make an
1948         recursive child control search for the point. 
1949
1950         * Form.cs: Makes use of GetRealChildAtPoint in mouse event after closes
1951         menu.
1952
1953         * MenuAPI.cs: Makes use of GetRealChildAtPoint in UpdateCursor.
1954
1955 2007-04-03  Everaldo Canuto  <everaldo@simios.org>
1956
1957         * Form.cs: Fix mouse position when send back mouse event after closes
1958         menu.
1959
1960 2007-04-03  Everaldo Canuto  <everaldo@simios.org>
1961
1962         * Form.cs: Simplify the BUTTONDOWN for active tracker.
1963
1964 2007-04-03  Jonathan Pobst  <monkey@jpobst.com>
1965
1966         * Control.cs: Fix an issue where if a user resized a control inside
1967         a sizing method like OnResize, we would overwrite their explicit
1968         value.  Also, only call DefaultSize once in the constructor instead
1969         of 4 times.  Also, do not call SetBoundsCore from SetBounds if 
1970         nothing actually changed.
1971
1972 2007-04-03  Jackson Harper  <jackson@ximian.com>
1973
1974         * TextControl.cs: Don't attempt to copy text for lines with no
1975         text in them (technically this shouldn't happen, but we aren't
1976         always inserting line endings when we should be).
1977
1978 2007-04-03  Jackson Harper  <jackson@ximian.com>
1979
1980         * TextBoxBase.cs: Calculate the scrollbars before calculating the
1981         document, because this sets some of the document size properties
1982         that are needed.
1983
1984 2007-04-03  Jackson Harper  <jackson@ximian.com>
1985
1986         * TextBoxBase.cs: We need to calculate maximums even if this is
1987         not a multiline control, because the maxs are used for scrolling.
1988         - Display the caret after doing a page up/down, we need to
1989         manually display it because a proper CaretMoved event isn't
1990         triggered (this is because of the way the math is done to
1991         determine how far to scroll).
1992
1993 2007-04-03  Jonathan Pobst  <monkey@jpobst.com>
1994
1995         * ToolBar.cs: Fix some breakage caused by the SetBoundsCore change.
1996         (ToolBar was relying on SetBoundsCore to default the values sent 
1997         base off of BoundsSpecified.)
1998
1999 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2000
2001         * DateTimePicker.cs: Change Text so that when a null value or empty
2002           string is assigned to the test we always raise ValueChanged and
2003           TextChanged (earlier implementation would only raise ValueChanged
2004           if the current date value was different from DateTime.Now).
2005
2006 2007-04-03  Andreia Gaita <avidigal@novell.com> 
2007
2008         * ButtonBase: Call update after invalidation, fixes #80194
2009
2010 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2011
2012         * ThemeWin32Classic.cs: Draw StatusBar using double buffering. Fixes
2013           #79335.
2014
2015 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2016
2017         * XplatUIX11.cs: SetWMStyles: If the control is a form with
2018           FormBorderStyle = None, don't give the window any decorations.
2019           Fixes #81276.
2020
2021 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2022
2023         * XplatUI.cs, XplatUIDriver.cs: Updated CalculateWindowRect parameters.
2024         * CreateParams.cs: Fix IsSet, wasn't working correctly when the style
2025           to check for is a mix of several styles (such as WS_CAPTION for
2026           instance).
2027         * Control.cs: Don't paint an area bigger than the client area when
2028           painting the background colour. Add an internal GetCreateParams.
2029           Update calls to XplatUI.CalculateWindowRect due to API change.
2030         * XplatUIX11.cs: In PerformNCCalc set the initial size to the whole
2031           window's size, and handle WM_NCCALCSIZE in DefWndProc to calculate
2032           the size if it hasn't been handled by any windows. When creating
2033           and moving windows, X wants the location of the entire window, but
2034           the size of the client window, so add
2035           TranslateClientRectangleToXClientRectangle,
2036           TranslateWindowSizeToXWindowSIze and
2037           TranslatedXWindowSizeToWindowSize to cope with this, and call them
2038           before every window creation and move. Update CalculateWIndowRect
2039           to use Hwnd.GetWindowRect (one step towards removing DeriveStyles).
2040           In AddConfigureNotify don't do anything if the hwnd is a zombie
2041           (fixes the BadWindow we were getting while running the tests),
2042           always calculate the offsets when it's a parentless window, not
2043           only when reparented, and translate the window size, since we're
2044           getting the client size of the whole window, excluding entire
2045           window.
2046         * Theme.cs: Added BorderSizableSize.
2047         * XplatUIWin32.cs: Fix RECT Height and Width. Don't fake styles here
2048           anymore. Update calls to XplatUI.CalculateWindowRect due to API
2049           chang
2050         * Form.cs: Update calls to XplatUI.CalculateWindowRect due to API
2051           change. Fake the window styles here instead of in XplatUIWin32 so
2052           that all back-ends get the same window styles (and it's Form that's
2053           deciding when to use wm, not the Win32 backend anyways)
2054         * Hwnd.cs: Completely reworked GetWindowRectangle and
2055           GetClientRectangle - they are now passed a CreateParams and they
2056           only use Style and ExStyle to determine the rectangles (they should
2057           now work just like Win32AdjustWindowRectEx - though quite a few
2058           special cases are probably missing). They should also be 100%
2059           complimentary (i.e. GetWindowRectangle (GetClientRectangle (rect))
2060           == rect), and all numbers (borders, menu sizes) are taken from the
2061           current theme. Added a GetBorders helper function that will return
2062           the borders for any given CreateParams (including captions and
2063           menus), and GetBorderSize that returns the given border size only.
2064         * XplatUIOSX.cs: Update calls to CalculateWindowRect and
2065           Hwnd.GetClientRectangle.
2066
2067 2007-04-02  Chris Toshok  <toshok@ximian.com>
2068
2069         * DataGridBoolColumn.cs: rewrite things a bit, and fix up the
2070         logic between the values we present to the user and the values
2071         which are stored in the column's property.  Also, don't call
2072         GetPreferredSize - it's virtual. Along the way, fix bug #80965.
2073
2074 2007-04-02  Jackson Harper  <jackson@ximian.com>
2075
2076         * TextBoxBase.cs: Scroll faster!
2077
2078 2007-04-02  Jonathan Pobst  <monkey@jpobst.com>
2079
2080         * StatusStrip.cs: Layout fixes for PDN.
2081         * ToolStrip.cs: Set item's available to true, and placement to main when
2082         added.
2083         * ToolStripItem.cs: Fix an Available issue, check that Parent is really
2084         changing in setter before doing any work, add InternalVisible.
2085         * ToolStripPanel.cs: Remove unused variable to fix compiler warning.
2086         * ToolStripSplitStackLayout.cs: If we run out of things to hide, don't
2087         infinite loop.
2088
2089 2007-04-02  Jackson Harper  <jackson@ximian.com>
2090
2091         * TextBox.cs: LBUTTON does not make the textbox select all of it's
2092         text on focus.
2093
2094 2007-04-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2095
2096         * XplatUIWin32.cs: Use the previous change in SetParent for forms only.
2097           Makes ToolStripComboBoxes show up again.
2098
2099 2007-04-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2100
2101         * ListView.cs: Add a hover_pending field in ListView
2102         to fire just one OnMouseHover event for each MouseEnter/MouseLeave
2103         cycle (we are resetting the MouseHover logic in XplatUI
2104         to handle HoverSelection). Fixes #80429.
2105
2106 2007-04-02  Jackson Harper  <jackson@ximian.com>
2107
2108         * TextControl.cs: Make sure the attributes get set on the last
2109         tag.
2110         - Still have to do the end tag if we have stepped all the ways to
2111         the end.
2112
2113 2007-04-02  Sebastien Pouliot  <sebastien@ximian.com>
2114
2115         * XplatUIOSX.cs, XplatUIX11.cs, XplatUIX11GTK.cs: Remove dependency
2116         on an internal libgdiplus call when the information is already 
2117         available via the public API.
2118
2119 2007-04-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2120
2121         * Control.cs: Call ContainerControl.ChildControlRemoved whenever a
2122           control is removed from a control collecftion.
2123         * XplatUIX11.cs: The first location for toplevel form is (22, 22).
2124           Fixes FormPropertyTest (failed on rare occasions).
2125         * XplatUIWin32.cs: Add a workaround in SetParent for strange behaviour
2126           of Win32SetParent (when changing from no parent to a parent it
2127           might add the new parent's location in screen coordinates to this
2128           window's location).
2129         * Form.cs: Rework ChangingParent once again, now the handle is
2130           recreated whenever a FormWindowManager is added or removed (that is
2131           whenever a normal form is parented or abandoned). Also change
2132           CreateParams so that all non-toplevel windows always get the
2133           specified sice (StartupPosition is never considered for
2134           non-TopLevel forms).
2135         * ContainerControl.cs: Add ChildControlRemoved, the container control
2136           needs to be notified when a control is removed from it's
2137           collection, in the case the removed control is the active control.
2138
2139 2007-04-02  Jackson Harper  <jackson@ximian.com>
2140
2141         * RichTextBox.cs: Use the new methods for setting the font and
2142         color, these methods set the specified attribute without
2143         overriding the other attributes.
2144
2145 2007-04-02  Jonathan Pobst  <monkey@jpobst.com>
2146
2147         * ToolStripPanel.cs: Fixes for better layouts in PDN.
2148
2149 2007-03-31  Gert Driesen  <drieseng@users.sourceforge.net>
2150
2151         * TextBox.cs: Added internal ChangeBackColor method to special-case
2152         Color.Empty. Added check for invalid ScrollBars value.
2153         * TextBoxBase.cs: Added internal ChangeBackColor method.
2154         * RichTextBox.cs: Only set backcolor_set on 2.0 profile. Added
2155         internal ChangeBackColor method to special-case Color.Empty. Added
2156         check for invalid ScrollBars value.
2157
2158 2007-03-30  Everaldo Canuto  <everaldo@simios.org>
2159
2160         * MenuItem.cs: On invalidate prevent form to create handle. [Fixes #81272]
2161
2162 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
2163
2164         * ScollableControl.cs: Add HorizontalScroll and VerticalScroll properties.
2165         * ScrollProperties.cs, HScrollProperties.cs, VScrollProperties.cs: Added.
2166         [Based on submitted patch from Olivier Duff.]
2167
2168 2007-03-30  Jackson Harper  <jackson@ximian.com>
2169
2170         * TextBox.cs: Only select all on initial focus if the user has not
2171         specified a selection area.
2172
2173 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
2174
2175         * UserControl.cs: Override CreateParams.
2176
2177 2007-03-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2178
2179         [ Fixes #80995 ]
2180
2181         * XplatUI.cs, XplatUIDriver.cs: Updated CalculateWindowRect parameters.
2182         * CreateParams.cs: Fix IsSet, wasn't working correctly when the style to
2183           check for is a mix of several styles (such as WS_CAPTION for instance).
2184         * Control.cs: Don't paint an area bigger than the client area when painting
2185           the background colour. Add an internal GetCreateParams. Update calls to
2186           XplatUI.CalculateWindowRect due to API change.
2187         * XplatUIX11.cs: In PerformNCCalc set the initial size to the whole window's
2188           size, and handle WM_NCCALCSIZE in DefWndProc to calculate the size if it
2189           hasn't been handled by any windows. When creating and moving windows, X
2190           wants the location of the entire window, but the size of the client
2191           window, so add TranslateClientRectangleToXClientRectangle,
2192           TranslateWindowSizeToXWindowSIze and TranslatedXWindowSizeToWindowSize
2193           to cope with this, and call them before every window creation and move.
2194           Update CalculateWIndowRect to use Hwnd.GetWindowRect (one step towards
2195           removing DeriveStyles). In AddConfigureNotify don't do anything if the
2196           hwnd is a zombie (fixes the BadWindow we were getting while running the
2197           tests), always calculate the offsets when it's a parentless window, not
2198           only when reparented, and translate the window size, since we're getting
2199           the client size of the whole window, excluding entire window.
2200         * Theme.cs: Added BorderSizableSize.
2201         * XplatUIWin32.cs: Fix RECT Height and Width. Don't fake styles here
2202           anymore. Update calls to XplatUI.CalculateWindowRect due to API change.
2203         * Form.cs: Update calls to XplatUI.CalculateWindowRect due to API change.
2204           Fake the window styles here instead of in XplatUIWin32 so that all
2205           back-ends get the same window styles (and it's Form that's deciding when
2206           to use wm, not the Win32 backend anyways)
2207         * Hwnd.cs: Completely reworked GetWindowRectangle and GetClientRectangle -
2208           they are now passed a CreateParams and they only use Style and ExStyle
2209           to determine the rectangles (they should now work just like
2210           Win32AdjustWindowRectEx - though quite a few special cases are probably
2211           missing). They should also be 100% complimentary (i.e. GetWindowRectangle
2212           (GetClientRectangle (rect)) == rect), and all numbers (borders, menu
2213           sizes) are taken from the current theme. Added a GetBorders helper
2214           function that will return the borders for any given CreateParams
2215           (including captions and menus), and GetBorderSize that returns the given
2216           border size only.
2217         * XplatUIOSX.cs: Update calls to CalculateWindowRect and
2218           Hwnd.GetClientRectangle.
2219
2220 2007-03-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2221
2222         * Form.cs: Don't layout mdi children on MdiParent creation, the initial
2223           layout of the mdi children is handled by CreateParams. Fixes
2224           #79964,
2225
2226 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
2227
2228         * MenuAPI.cs: Make OnMouseDown returns a boolean to identify if event is
2229         processed.
2230
2231         * Form.cs: When active tracker mouse down is not processed, send event 
2232         back to control inside mouse position. [Fixes #81227]
2233
2234 2007-03-29  Jonathan Pobst  <monkey@jpobst.com>
2235
2236         * ComboBox.cs: Override the ComboListBox's ActivateOnShow property and
2237         remove WS_VISIBLE from CreateParams to prevent combobox dropdowns from
2238         stealing focus from the active form on Windows.  (Control will be made
2239         visible in ShowWindow.)
2240
2241 2007-03-29  Mike Kestner  <mkestner@novell.com>
2242
2243         * ImageList.cs : add internal Changed event.
2244         * ListView.cs : hook up to StateImageList.Changed to perform
2245         invalidations when the the state icon list changes. [Fixes #81191]
2246
2247 2007-03-29  Jonathan Pobst  <monkey@jpobst.com>
2248
2249         * ToolTip.cs: Override the ToolTipWindow's ActivateOnShow property
2250         to prevent tooltips from stealing focus from the active form on Windows.
2251
2252 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
2253
2254         * ThemeWin32Classic.cs: Small stetic fixes in notifyicon balloon. 
2255
2256         * ThemeClearlooks.cs: Implement notifyicon balloon for clearlooks theme.
2257
2258 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
2259
2260         * NotifyIcon.cs, ThemeWin32Classic.cs: Icon support added to notifyicon
2261         balloons.
2262
2263 2007-03-29  Jackson Harper  <jackson@ximian.com>
2264
2265         * TextControl.cs: When deleting text from non multiline textboxes,
2266         we need to update the entire document, because line offsets will
2267         be shifting.
2268
2269 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
2270
2271         * XplatUIX11.cs, ThemeWin32Classic.cs, Theme.cs: ShowBalloonWindow method
2272         added to theme, now we can create themes that uses diferent notify engines
2273         like notification-daemon from galago project or growl for Mac OS.
2274
2275 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
2276
2277         * NotifyIcon.cs: Prevent Balloon to show in task bar.
2278
2279 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
2280
2281         * XplatUIX11.cs: Prevent system to open more than one balloon.
2282
2283         * NotifyIcon.cs: Prevent system to open more than one balloon and remove
2284         some compiler warning messages.
2285
2286 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
2287
2288         [Fixes #79149]
2289
2290         * XplatUIX11.cs: Implement SystrayBalloon for X11 systems.
2291
2292         * ThemeWin32Classic.cs, Theme.cs: DrawBalloonWindow and BalloonWindowRect 
2293         implemented, this methods is used by NotifyIcon.BalloonWindow class.
2294
2295         * NotifyIcon.cs: BalloonWindow class added to support Balloon in X11 
2296         systems.
2297
2298 2007-03-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2299
2300         * ListViewItem.cs: Forgot to make Invalidate internal.
2301
2302 2007-03-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2303
2304         * ListView.cs: Add a InvalidateSelection method to
2305         invalidate methods which are currently selected, and call
2306         it when setting FullRowSelect and HideSelection, instead of
2307         calling Redraw.
2308
2309 2007-03-28  Chris Toshok  <toshok@ximian.com>
2310
2311         * XplatUIX11.cs (UnmapWindow): reindent this block.
2312
2313         * DataGrid.cs (UpdateSelectionAfterCursorMove): we need to update
2314         the selection_start if we're moving the selection (that is, not
2315         extending it). Fixes bug #80461.
2316
2317 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2318
2319         * ProgressBar.cs: Make the default MarqueeAnimationSpeed = 100.
2320         * ToolStripPanel.cs: Fix RowMargin, Renderer, RenderMode, and
2321         create private ControlCollection.
2322
2323 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2324
2325         * Control.cs: We need to call OnVisibleChanged for our implicit
2326         children as well as our normal children.  Fixes scrollbars in
2327         comboboxes not showing up.
2328
2329 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2330
2331         * Control.cs, Form.cs: Anywhere we call CreateHandle, we need to do
2332         the check for IsHandleCreated first.  The check in CreateHandle is not
2333         good enough because CreateHandle can be overriden, and the override 
2334         should not be called if the handle is already created.
2335
2336 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2337
2338         * ToolStrip.cs: Remove MonoTODO for tooltips.
2339         * ToolStripComboBox.cs: Fix MonoTODO for DropDownHeight and events.
2340         * ToolStripContainer.cs: Add custom ControlCollection class.
2341         * ToolStripContentPanel.cs: Fix Renderer setting to match MS behavior.
2342         * ToolStripDropDown.cs: Add some missing properties/methods.
2343         * ToolStripDropDownMenu.cs: Override OnLayout and SetDisplayedItems.
2344         * ToolStripItem.cs: Remove MonoTODO for tooltips.
2345         * ToolStripManager.cs: Add IsShortcutDefined.
2346         * ToolStripOverflow.cs: Override LayoutEngine.
2347         * ToolStripProgressBar.cs: Add MarqueeAnimationSpeed.
2348         * ToolStripSeparator.cs: Add ImageKey.
2349
2350 2007-03-28  Jackson Harper  <jackson@ximian.com>
2351
2352         * TextControl.cs: If a char delete removes a line ending, we need
2353         to update the ending style.
2354         - Make sure the line ending calcs get called.
2355
2356 2007-03-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2357
2358         * XplatUIX11.cs: CreateWindow: Remove old default form location code,
2359           it was making the new code not work. Fixed a typo in the new code
2360           as well. Fixes #79826.
2361
2362 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2363
2364         * XplatUIWin32.cs:
2365         - NIF_STATE and NIF_INFO added to NotifyIconFlags.
2366         - NOTIFYICONDATA properties sizes fixed, szTip is 128, not 64.
2367         - SystrayBalloon method implemented.
2368         [Add support for notifyicon balloon on win32, #79149]
2369
2370 2007-03-27  Mike Kestner  <mkestner@novell.com>
2371
2372         * ThemeWin32Classic.cs : update StateImageList selection to mirror
2373         the ms behavior when only one image is added to the list.
2374         [Fixes #81191]
2375
2376 2007-03-27  Jackson Harper  <jackson@ximian.com>
2377
2378         * TextControl.cs: Improvements to non multiline line ending
2379         drawing/measuing.
2380
2381 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2382
2383         * XplatUIX11.cs: Fix the time which tooltip is opened for NotifyIcon. 
2384
2385 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2386
2387         * NotifyIcon.cs: 
2388         - Balloon message handling added.
2389         - Call XplatUI.SystrayBalloon in ShowBalloonTip. 
2390
2391         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
2392         XplatUIOSX.cs, XplatUIX11-new.cs: ShowBalloonTip method renamed 
2393         to SystrayBalloon to me like other Systray method, also a
2394         handle parameter added.
2395
2396 2007-03-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2397
2398         * ListView.cs: Show scrollbars even when items.Count == 0
2399         but the columns Width is bigger than the ListView.Width.
2400         Also, when columns.Count == 0 set layout_wd and layout_ht
2401         to the ClientRectangle values, so we don't show any scrollbar
2402         in that case.
2403
2404 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2405
2406         * XplatUIStructs.cs: Balloon (NIN_BALLOON*) constants added.
2407
2408 2007-03-27  Jackson Harper  <jackson@ximian.com>
2409
2410         * RichTextBox.cs: The RTF library decodes the text properly for us
2411         now.
2412
2413 2007-03-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2414
2415         * ListView.cs: Display HeaderControl even when columns.Count == 0.
2416         * ThemeWin32Classic.cs: Use SystemBrushes.Control to draw the
2417         ListView header (HeaderControl), instead of Control.BackColor.
2418
2419 2007-03-27  Jonathan Pobst  <monkey@jpobst.com>
2420
2421         * Control.cs: Call OnVisibleChanged in SetVisibleCore for non-forms.
2422         Fixes tab control issues where controls would not show up because they
2423         never received their OnVisibleChanged call.
2424
2425 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2426
2427         * NotifyIcon.cs: Balloon events added (BalloonTipClicked, BalloonTipClosed,
2428         BalloonTipShown).
2429
2430 2007-03-27  Jonathan Pobst  <monkey@jpobst.com>
2431
2432         * Control.cs: We won't get a WM_SHOWWINDOW when we create a window that
2433         is maximized or minimized, so move CreateControl to Control.OnVisibleChanged.
2434         * Form.cs: After we set the form visible, send a fake WM_SHOWWINDOW if we
2435         are max or min.  Remove WS_VISIBLE from CreateParams unless we are recreating
2436         the handle.  Fix WindowState by using the internal variable until we are 
2437         sure that we've been shown.
2438         * XplatUIX11.cs: Do not generate a WM_SHOWWINDOW message if new form is
2439         max or min.
2440         [Fixes bug #81198]
2441
2442 2007-03-27  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2443
2444         * XplatUIX11.cs: Windows without WS_CAPTION can still get decorations
2445           (at least borders). Fixes #79386 on Linux (with a small difference
2446           in behaviour: when trying to resize a caption-less window metacity
2447           shows the sysmenu. Resizing is still possible though).
2448         * XplatUIWin32.cs: When setting window styles send request an extra
2449           WM_NCCALCSIZE when it's a form without title (due to no text and no
2450           caption), since Win32 seems to calculate it wrong the first time we
2451           get the message, though the second time things work as they should.
2452         * Form.cs: Reorder a few statements in ChangingParent, otherwise the
2453           newly reparented window might show up unparented. Update
2454           CreateParams to exclude WS_DLGFRAME if ControlBox is false and
2455           there's no title text. Fixes #79386.
2456
2457 2007-03-27  Mike Kestner  <mkestner@novell.com>
2458
2459         * ListBox.cs : don't perform invalidations if the handle hasn't been
2460         created.  [Fixes #80753]
2461
2462 2007-03-27  Mike Kestner  <mkestner@novell.com>
2463
2464         * ListBox.cs : don't adjust top item when SelectedIndex is set to -1.
2465         [Fixes #80428]
2466
2467 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
2468
2469         * XplatUIWin32.cs: Complete NOTIFYICONDATA structure, additional fields 
2470         needed to implement Balloon.
2471
2472 2007-03-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2473
2474         * ListViewItem.cs: In the constructors that take
2475         an array of strings, don't use ListViewSubItemCollection.AddRange
2476         method to add items, since we need to have a different behaviour (in
2477         the constructors we add an item for each null string, opposed to
2478         the behaviour of AddRange, which adds nothing).
2479
2480 2007-03-26  Andreia Gaita  <avidigal@novell.com>
2481
2482         * NumericUpDown.cs: Fix broken 1.1 api for ParseEditText
2483
2484 2007-03-26  Jackson Harper  <jackson@ximian.com>
2485
2486         * TextControl.cs: Draw and measure line endings when in non
2487         multiline mode.
2488         - When searching the text, count the end of the last line as a
2489         word boundary.
2490
2491 2007-03-26  Jackson Harper  <jackson@ximian.com>
2492
2493         * RichTextBox.cs: The selection_start and selection_end don't
2494         really track the correct tags for the selection. So we'll manually
2495         compute the correct tag here.
2496
2497 2007-03-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2498
2499         * ProgressBar.cs, ThemeWin32Classic.cs: Implemented drawing of Marquee
2500           and Continuous styles. Fixes #79469.
2501
2502 2007-03-26  Jonathan Pobst  <monkey@jpobst.com>
2503
2504         * ToolStrip.cs: Implement Tooltips.
2505         * ToolStripItem.cs: Create internal method for determining tooltip.
2506
2507 2007-03-26  Jonathan Pobst  <monkey@jpobst.com>
2508
2509         * PropertyGrid.cs: Hide a EditorBrowsable attribute from 1.1 API.
2510
2511 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
2512
2513         * NotifyIcon.cs: On disposing verify if icon is visible and hide it,
2514         it prevents a problem thak keeps icon visible after application 
2515         closes on win32.
2516
2517 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
2518
2519         * NotifyIcon.cs: Balloon properties and methods created.
2520
2521         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
2522         XplatUIOSX.cs, XplatUIX11-new.cs: Implement ShowBalloonTip method.
2523
2524 2007-03-25  Jonathan Pobst  <monkey@jpobst.com>
2525
2526         * ToolStripComboBox.cs: Default the ComboBox's FlatStyle to Popup.
2527
2528 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
2529
2530         * Control.cs: Make SetBoundsCore match MS better.  The BoundsSpecified
2531         parameter indicates which aspects were explicit/user-set.
2532         * ComboBox.cs, ListBox.cs: Call SetBoundsCore correctly. (no 0 parameters).
2533
2534 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
2535
2536         * ProgressBar.cs: Throw AOORE instead of AE for property Value (2.0).
2537         * ScrollBar.cs: Throw AOORE instead of AE for properties LargeChange,
2538         SmallChange, and Value (2.0).
2539         * Timer.cs: Throw AOORE instead of AE for property Interval (2.0).
2540
2541 2007-03-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2542
2543         * ListView.cs: Always set item_control.Width in LayoutDetails
2544         if View is Details. Setting it later in CalculateScrollBars
2545         in a not-so-corner scenario (the sum of columns width is
2546         not bigger than the ListView width when handle is created, and then
2547         that sum gets bigger by increasing the width of the columns)
2548         causes a very weird recursion path (which shouldn't be happening,
2549         since header_control sets it in CalculateScrollBars too). This bug
2550         appeared after Chris' fixes for handle created issues, so probably
2551         it's related to some handle-creation time.
2552
2553 2007-03-23  Chris Toshok  <toshok@ximian.com>
2554
2555         * DataGrid.cs (GetVisibleRowCount): increase the row count in the
2556         case where there's an add row, just so we don't end up in a case
2557         where it's not displayed (this happens when the row is partially
2558         obscured).  Fixes bug #79574.
2559
2560 2007-03-23  Jackson Harper  <jackson@ximian.com>
2561
2562         * TextControl.cs:
2563         * TextBoxBase.cs:
2564         * RichTextBox.cs: Preserve line endings in the lines text buffer,
2565         also added an enum that represents the line ending type. 
2566
2567 2007-03-23  Andreia Gaita  <avidigal@novell.com>
2568
2569         * NumericUpDown.cs: Fix logic so Text and Value properties are not
2570         messed with in every method call, but only from DownButton, 
2571         UpButton, UpdateEditText() and ValidateText. Fixes #80346
2572
2573 2007-03-23  Chris Toshok  <toshok@ximian.com>
2574
2575         * DataGridTextBoxColumn.cs (GetFormattedValue): don't try to
2576         format objects if the format spec is "".  Fixes bug #80889.
2577
2578 2007-03-22  Miguel de Icaza  <miguel@novell.com>
2579
2580         * ToolStripPanel.cs (Join): added stubs to build PDN3
2581
2582         * Control.cs (AutoScrollOffset): Add.
2583
2584         * SystemInformation.cs (MouseWheelScrollDelta): Expose this
2585         property, its only implemented for Win32, on X11 it defaults to
2586         some hardcoded value.
2587
2588         * ToolStripItem.cs (AllowDrop): Add property
2589
2590 2007-03-22  Mike Kestner  <mkestner@novell.com>
2591
2592         * ListView.cs : in FullRowSelect Details mode, only enable box
2593         selection if the user clicks over the "item" column outside of the
2594         text area.  Mmmmm, compatibility.  [Fixes #80374 subpart 7]
2595
2596 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2597
2598         * Control.cs: ChangeParent: Call Form's ChangingParent even if the
2599           handle is not created yet.
2600         * Form.cs: Select: Don't call CreateHandle if the handle is already
2601           created, avoids a stack overflow on Windows when we are recreating
2602           controls.
2603         * ScrollableControl.cs: Set the correct z-order for the scrollbars when
2604           they are made visible, and override AfterTopMostControl to keep
2605           them on top when other controls are brought to front.
2606           CalculateCanvas: Scrollbars are only visible if auto_scroll is true
2607           or force_*scroll_visible is true (old implementation always shows
2608           scrollbars when needed, no matter what auto_scroll was set to).
2609         * InternalWindowManager.cs: UpdateWindowDecorations: Add a
2610           IsHandleCreated check.
2611
2612 2007-03-22  Andreia Gaita  <avidigal@novell.com>
2613
2614         * DataGrid.cs: Implement Column and Row auto sizing when double-clicking on
2615         row or col separator.
2616         * DataGridTextBoxColumn.cs: Implement GetPreferredHeight and GetPreferredSize
2617
2618 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
2619
2620         * MenuAPI.cs: Remove unneeded check for grab_control in UpdateCursor.
2621
2622 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
2623
2624         * MenuAPI.cs: UpdateCursor method added, it is calling in OnMotion to update
2625         cursor for child controls. In ShowWindow and HideWindow now call SetCursor 
2626         every time. Fixes #80410.
2627
2628 2007-03-22  Chris Toshok  <toshok@ximian.com>
2629
2630         * BindingSource.cs (AddNew): partially implement.
2631
2632         remove a couple of NotImplementedException's
2633         to get bug #81148 closed.
2634
2635 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
2636
2637         [Fixes #80380]
2638         
2639         * Control.cs:
2640         - UpdateCursor method added to update the screen cursor.
2641         - GetAvailableCursor method added to return cursor for enabled tree,
2642         it searches for cursor on control and it's parent's for enabled control.
2643         - Call UpdateCursor method on setter of Cursor property.
2644         - On setter of Enabled call UpdateCursor when it is false, we need to
2645         change cursor to normal (or to this parent cursor) because cursor 
2646         setting theres no effect to disabled controls.
2647         - Some minor source changes to follow the coding style guidelines.
2648
2649         * XplatUIX11.cs: In MotionNotify only dispatch SET_CURSOR event for enabled 
2650         controls.
2651
2652 2007-03-22  Chris Toshok  <toshok@ximian.com>
2653
2654         * XplatUIX11.cs: ignore the BadPicture errors cairo+render
2655         generates.
2656
2657 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2658
2659         * XplatUIX11.cs: Implement default locations for forms.
2660         * Form.cs: Completely rework startup location for forms. Fixes #79964.
2661         * Hwnd.cs: Add previous_child_startup_location (to track the current
2662           startup location for any child forms of the current form) and
2663           previous_main_startup_location (to track the startup location for
2664           the current toplevel form).
2665
2666 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
2667
2668         * Control.cs: Don't trigger a layout if an implicit control is added
2669         that isn't visible.  Also, don't notify the owner when an implicit control
2670         is added.  (Owners shouldn't even know about their implicit controls.)
2671
2672 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
2673
2674         * ScrollableControl.cs: Add implicit controls with AddRangeImplicit
2675         to save some re-layouts.
2676
2677 2007-03-21  Everaldo Canuto  <everaldo@simios.org>
2678
2679         * MenuAPI.cs: In ProcessKeys returns false when key is not processed.
2680         [Fixes #81203]
2681
2682 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
2683
2684         * FlowLayoutSettings.cs, ToolStrip.cs, ToolStripPanel.cs,
2685         ToolStripPanelRow.cs: Lazy instantiate the LayoutEngine.
2686
2687 2007-03-21  Mike Kestner  <mkestner@novell.com>
2688
2689         * ListView.cs : disable selection update for non-left button clicks
2690         with mods and over selected items.  [Fixes #80524]
2691
2692 2007-03-20  Jackson Harper  <jackson@ximian.com>
2693
2694         * TextControl.cs:
2695         * TextBoxBase.cs: Allow different types of line endings. \r, \r\n,
2696         \r\r\n, \n.
2697
2698 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2699
2700         * ComboBox.cs: PreferredHeight seems to be ItemHeight + 6, but there is
2701           very probably a more complicated calculation there. Update the
2702           textbox' ForeColor and BackColor when the ComboBox' colors are
2703           changed. Change the border change in LayoutComboBox to only affect
2704           the textbox, not all the calculations there. Seems to fix most of
2705           #79436.
2706
2707 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2708
2709         * ComboBox.cs: Handle Home and End keys as well as all combinations of
2710           modifiers + navigation keys as input keys, enables advanced text
2711           selection in the combobox (like Shift+Left Arrow for instance).
2712           ComboTextBox now overrides Focused and returns whatever
2713           ComboBox.Focused returns, since it really should be focused
2714           whenever the ComboBox is. Fixes #80795. Also make the border around
2715           the text box one pixel bigger, as mentioned in #79436.
2716
2717 2007-03-20  Jackson Harper  <jackson@ximian.com>
2718
2719         * TreeView.cs: Don't offset the images, this was causing some
2720         artifacts when expanding/collapsing with images that were the
2721         exact height of the treenode.
2722
2723 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2724
2725         * TrackBar.cs: Query the theme for the correct value when the mouse
2726           moves and the thumb is pressed. 
2727         * Theme.cs: Added TrackBarValueFromMousePosition
2728         * ThemeWin32Classic.cs: Reworked TrackBar drawing. Earlier
2729           implementation was updating the trackbar value when drawing, now
2730           the drawing methods only draw. Fixes #80900. Refactored the
2731           calculations out to TrackBarValueFromMousePosition and
2732           GetTrackBarDrawingInfo, so that TrackBar can get the correct value
2733           according to the mouse position whenever it wants to. Changed the
2734           light coloured pen when drawing the thumb from ControlLight to
2735           ControlLightLight, because the ControlLight is the same colour as
2736           the background so the 3D effect is lost. 
2737
2738 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
2739
2740         * Form.cs: In ShowDialog uses MainForm as transient form when no form is
2741         defined. Fixes #80784.
2742
2743 2007-03-20  Marek Habersack  <mhabersack@novell.com>
2744
2745         * ContextMenuStrip.cs: align with the change introduced in
2746         revision 74664.
2747
2748 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
2749
2750         * XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs, 
2751         XplatUI.cs, Form.cs, ToolTip.cs: Remove unneeded parameter owner 
2752         in SetTopmost.
2753
2754 2007-03-19  Chris Toshok  <toshok@ximian.com>
2755
2756         * Control.cs (WmPaint): don't make use of the Handle property
2757         after an event is emitted, as the user could have closed the
2758         form/destroyed the control.  Store the Handle in a local variable
2759         and make use of that.  Fixes bug #80768.
2760
2761 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
2762
2763         * XplatUIX11.cs: Set _NET_WM_STATE_ABOVE on SetTopmost, it fixes Topmost
2764         behavior in X11 environments.
2765
2766 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
2767
2768         * Form.cs: Call SetTopmost in CreateHandle when window is topmost, its
2769         because on setter of topmost we dont call SetTopmost when handle is not
2770         created.
2771
2772 2007-03-20  Jackson Harper  <jackson@ximian.com>
2773
2774         * TextControl.cs: Need to use SelectionLength () not
2775         selection_length, since that var is reset to -1.
2776         - Draw the caret when we don't have focus.
2777         * TextBox.cs: The selectall actually doesn't occur until the first
2778         focus.
2779         * TextBoxBase.cs: Need to update the caret position after a
2780         selectall.
2781         
2782 2007-03-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2783
2784         * ListView.cs: Enable scrolling when using Tile view.
2785
2786 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
2787
2788         [Fixes #80902]
2789
2790         * XplatUIDriver.cs: Abstract SetOwner method created.
2791
2792         * XplatUIOSX.cs: Override SetOwner to prevent compilation errors method 
2793         must be implemented and was masked as todo.
2794
2795         * XplatUIWin32.cs: SetOwner implemented using SetWindowLong with 
2796         GWL_HWNDPARENT.
2797
2798         * XplatUIX11.cs: SetOwner implemented using same code from SetTopmost but 
2799         cheking for null owner to remove transient. The SetTopmost will be change
2800         on a decond step.
2801
2802         * Form.cs: In set_Owner and CreateHandle uses new SetOwner instead of
2803         SetTopmost. Now owned forms will work properly in win32 and X11.
2804
2805 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2806
2807         * MdiWindowManager.cs: Update function name.
2808         * Form.cs: After closing a form MdiParent is always null.
2809         * MdiClient.cs: Rename CloseChildForm to ChildFormClosed to explain
2810           better what it should do: necessary book-keeping when the form is
2811           closed, it should not close the form itself.
2812
2813 2007-03-19  Andreia Gaita  <avidigal@novell.com>
2814
2815         * ListViewItem.cs: Fix back and fore color. The subitems only
2816         use their own colors if they are set, otherwise use the listview's
2817         colors. Don't set default colors on constructor for subitem.
2818         Fixes #79315.
2819
2820 2007-03-19  Mike Kestner  <mkestner@novell.com>
2821
2822         * ListView.cs : make box selection for Details views with 
2823         FullRowSelect conform to MS behavior when clicking in the "item" 
2824         column and clicking outside the defined columns.
2825         [Fixes case 5-6 of #80374]
2826
2827 2007-03-19  Chris Toshok  <toshok@ximian.com>
2828
2829         * ScrollableControl.cs: create the controls from within the ctor,
2830         but don't actually add them until our handle is created.  this
2831         fixes a NRE possibility jpobst found (if you override OnLayout in
2832         a subclass, it's called before your ctor).  Also, add a
2833         IsHandleCreated guard to UpdateSizeGripVisibility as well.
2834
2835 2007-03-19  Jackson Harper  <jackson@ximian.com>
2836
2837         * TextBox.cs: Reduce the amount of invalidation we do.
2838         * TextBoxBase.cs: Make shortcuts enabled true by default, at least
2839         some of them are true by default on MS.
2840         - Add some functions to reduce the amount of invalidates we do.
2841         * TextControl.cs: Less invalidation.
2842
2843 2007-03-19  Chris Toshok  <toshok@ximian.com>
2844
2845         [ Fixes #81773, and *seems* to fix #81553 as well ]
2846
2847         * XplatUIX11.cs: remove the assignment of hwnd.zombie = true from
2848         AccumulateDestroyedHandles.  We need to do it *after* we send
2849         WM_DESTROY, as the user's code can access Control.Handle in
2850         OnHandleDestroyed, and this shouldn't cause a recreation.  Also,
2851         move the WM_DESTROY/zombie handling to before the call to
2852         XDestroyWindow.  For some reason without this ordering
2853         FormTest.RecreateHandle hangs.  This ordering is semantically
2854         equivalent, however, as XDestroyWindow is async anyway.
2855
2856 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
2857
2858         * RichTextBox.cs: Reset backcolor_set after setting default.
2859
2860 2007-03-19  Chris Toshok  <toshok@ximian.com>
2861
2862         * ScrollableControl.cs: the scroll position should not effect the
2863         canvas size.  commit patch from georgegiolfan@yahoo.com, which
2864         fixes some really bizarre behavior on resizing.  Fixes bug #80778.
2865         
2866 2007-03-19  Chris Toshok  <toshok@ximian.com>
2867
2868         * ScrollableControl.cs: clean this up a bit.  create the
2869         scrollbars in the ctor and just show/hide them as needed.  Also,
2870         make hscroll_visible/vscroll_visible internal to Recalculate, and
2871         just use hscrollbar.VisibleInternal/vscrollbar.VisibleInternal
2872         everywhere else.  This seems to fix the scrollbars appearing
2873         beneath the content for me (i have *no* idea why that is,
2874         however.)
2875
2876 2007-03-19  Jonathan Pobst  <monkey@jpobst.com>
2877
2878         * ToolStrip.cs: Don't call DoAutoSize when we change Dock.  Also, remove
2879         some redundacy for stuff in Anchor and Dock that base will take care of.
2880         [Fixes #80762]
2881
2882 2007-03-19  Mike Kestner  <mkestner@novell.com>
2883
2884         * ListView.cs : make box selection for Details views without 
2885         FullRowSelect dependent on the text bounds, not item bounds.
2886         * ListViewItem.cs : add an internal property to obtain the TextBounds
2887         in Details view.  [Fixes case 1-4 of #80374]
2888
2889 2007-03-19  Andreia Gaita  <avidigal@novell.com>
2890
2891         * PaintEventArgs.cs (Dispose): Only dispose of graphics object if
2892         we're < 2.0. #78448 && #80316
2893
2894 2007-03-19  Jonathan Pobst  <monkey@jpobst.com>
2895
2896         * FontDialog.cs: Don't crash when we switch to a new font that doesn't
2897         have the same style available as the previously selected one.  Also,
2898         support FixedPitchOnly property.  [Fixes bugs #80918, #80947]
2899
2900 2007-03-19  Jackson Harper  <jackson@ximian.com>
2901
2902         * TextControl.cs: Add an alignment property that all new lines
2903         will be given.
2904         - Make sure to use the align shift when calculating the line's X
2905         position.
2906         * TextBox.cs: Set the alignment on the document as well as on all
2907         the document lines.
2908
2909 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2910
2911         * Control.cs: ControlCollection.Add: Remove a couple of duplicated casts and
2912           throw if setting the parent of an mdichild that already has an
2913           mdiparent. Update signature for 2.0 profile. ProductName: If there's no
2914           AssemblyProductAttribute in the assembly, use the type's namespace (as
2915           MS seems to do). CreateControl: don't create the handle if the control
2916           is not visible (according to MS behaviour and spec).  SetTopLevel: Only
2917           create handle if the control is not a form. Change FocusInternal to
2918           virtual so that it can be overriden by Form.
2919         * TextBox.cs: Update call to FocusInternal.
2920         * Form.cs: Always create the handle when calling Focus on a MdiChild. The
2921           form is not a toplevel form when it's a mdi child, so update is_toplevel
2922           accordingly. ShowIcon/TransparencyKey: avoid creating the handle if it
2923           hasn't been created. Show (IWin32Window): Don't allow this overload for
2924           toplevel windows. CenterToParent/CenterToScreen/Select: create the
2925           handle as MS does. SetVisibleCore: if called on a MdiChild and the
2926           parent isn't visible yet, save the visibility and restore it when the
2927           parent is made visible.
2928         * ScrollableControl.cs: Refactor out scrollbar visibility code to separate
2929           methods, since the visibility of the scrollbars can be changed from
2930           several places, not only from AutoScroll.
2931           [Fixes #81179]
2932
2933 2007-03-19  Jackson Harper  <jackson@ximian.com>
2934
2935         * RichTextBox.cs: Enable shortcuts by default.
2936         * TextBoxBase.cs: Add conditional shortcuts.  
2937
2938 2007-03-19  Everaldo Canuto  <everaldo@simios.org>
2939
2940         * MenuItem.cs: Dont call OnDrawItem when OwnerDraw is false (#81182).  
2941
2942 2007-03-19  Chris Toshok  <toshok@ximian.com>
2943
2944         [ Fixes bug #80604]
2945         
2946         * XplatUIX11.cs (WaitForHwndMessage): change this to actually
2947         swallow the message we're waiting on, instead of delivering it, as
2948         this is only used for the WM_SHOWWINDOW raised from
2949         MapWindow/UnmapWindow, and the message needs to be generated
2950         (MapWindow, UnmapWindow): generate the WM_SHOWWINDOW message
2951         before doing the Map/Unmap.  Also make sure that the Hwnd is still
2952         alive after the message has been handled.
2953
2954         *before* the window is shown.
2955
2956         * Control.cs (CreateControl): guard a few more things inside the
2957         if (!is_created) block, as we might end up being called again -
2958         yay .net.
2959         (WmShowWindow): call CreateControl if we're showing the control.
2960
2961 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2962
2963         * Control.cs: Fix 2.0 signature for Invoke. Support invoking on
2964           controls without a handle if they have any parent with a handle. In
2965           Dispose add a check whether the handle is created or not before
2966           calling BeginInvoke, this removes the need of the extra disposing
2967           parameter (which was bogus anyway since it didn't prevent the
2968           invoke from happening, it only skipped the check for an existing
2969           handle, meaning that the invoke would call on an inexistent
2970           handle).
2971
2972 2007-03-19  Everaldo Canuto  <everaldo@simios.org>
2973
2974         * MessageBox.cs: Remove WS_POPUP from CreateParams style, with it form
2975         appears in taskbar.
2976
2977 2007-03-18  Everaldo Canuto  <everaldo@simios.org>
2978
2979         * MessageBox.cs:
2980         - Fixed a problem that dont show help button for messages with 3 buttons.
2981         - Refactory button size and position calculations, now dont use fixed 
2982         values, also fixed button sizes (#80043) and form's border space.
2983         - AddButton method created, now all other AddButton methods call this one.
2984         - Some other source code cosmetic changes.
2985
2986 2007-03-18  Jackson Harper  <jackson@ximian.com>
2987
2988         * RichTextBox.cs: Don't do this all fonts must match check if
2989         there is only one char selected.
2990
2991 2007-03-18  Jackson Harper  <jackson@ximian.com>
2992
2993         * TreeView.cs: ScrollWindow works properly now, so we don't need
2994         to screw around with the scroll area.  This fixes some artifacts
2995         when expanding and collapsing.
2996
2997 2007-03-18  Jackson Harper  <jackson@ximian.com>
2998
2999         * TextBoxBase.cs: Allow updating the selection position when the
3000         cursor is outside the textarea, but we have a capture.
3001         * TextControl.cs: A special case for when the cursor is outside
3002         the bounds of the TB.
3003         
3004 2007-03-18  Jackson Harper  <jackson@ximian.com>
3005
3006         * TextBoxBase.cs: Remove image pasting code for now.  There is no
3007         way to get an image on the clipboard right now anyways.
3008         * TextControl.cs:
3009         * RichTextBox.cs: Use the new RTF Picture class for pictures.
3010
3011 2007-03-18  Everaldo Canuto  <everaldo@simios.org>
3012
3013         * MessageBox.cs:
3014         - Set window properties in constructor intead of on CreateParams.
3015         - Remove topmost from Window ExStyle.
3016         - Set ShowInTaskbar to false.
3017         - Set form border to FixedDialog.
3018         - Some cosmetic changes and remove unneeded comments.
3019         - It fixes itens 2,3 and 4 of bug #80043.
3020
3021 2007-03-18  Gert Driesen  <drieseng@users.sourceforge.net>
3022
3023         * TextBoxBase.cs: In setter for ReadOnly, only chance BackColor if
3024         none was explicitly set. Fixes part of bug #79949.
3025
3026 2007-03-16  George Giolfan  <georgegiolfan@yahoo.com>
3027
3028         * ToolStripComboBox.cs: Add AutoComplete*.
3029
3030 2007-03-16  George Giolfan  <georgegiolfan@yahoo.com>
3031
3032         * ToolStripComboBox.cs: Add FlatStyle.
3033
3034 2007-03-16  Jonathan Pobst  <monkey@jpobst.com>
3035
3036         * ToolStrip.cs, ToolStripProfessionalRenderer.cs,
3037         ToolStripSplitStackLayout.cs: Implement some basic vertical toolbar support.
3038
3039 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3040
3041         * ButtonBase.cs, ToolStrip.cs, SendKeys.cs, TextRenderer.cs,
3042           CheckBox.cs, RadioButton.cs, BindingSource.cs,
3043           DataGridColumnStyle.cs: Remove warnings.
3044
3045 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3046
3047         * Menu.cs: MergeMenu: Check menu argument for null before looping over
3048           it.
3049         * MdiWindowManager.cs: Add IsVisiblePending to track the pending
3050           visibility of mdi child forms. FormSizeChangedHandler: update the
3051           maximized size if size has changed while maximized.
3052         * MdiClient.cs: SizeScrollbars/ArrangeWindows/ActivateChild: Avoid
3053           creating the handle.
3054         * InternalWindowManager.cs: UpdateBorderStyle/FormSizeChangedHandler:
3055           avoid creating the handle if not created.
3056         * XplatUI.cs: Update debug output.
3057         * XplatUIStructs.cs: Added ToString's for a couple of structs.
3058
3059 2007-03-16  Jonathan Pobst <monkey@jpobst.com>
3060
3061         * ContainerControl.cs: Give ToolStripManager the opportunity to handle
3062         ProcessCmdKey().
3063         * ToolStripDownItem.cs, ToolStripItem.cs, ToolStripItemCollection.cs, 
3064         ToolStripItemEventType.cs, ToolStripManager.cs, ToolStripMenuItem.cs:
3065         Implement keyboard shortcuts.
3066
3067 2007-03-15  Everaldo Canuto  <everaldo@simios.org>
3068
3069         * CommonDialog.cs: Set StartPosition to CenterScreen on form's constructor.
3070         Fixes #79560 and #80200, it also fix problem in FileDialog, SaveDialog, 
3071         ColorDialog and all derived classes.
3072
3073 2007-03-15  Everaldo Canuto  <everaldo@simios.org>
3074
3075         [ Fixes bug #79828 ]
3076
3077         * ToolBar.cs:
3078         - Rename ToolBarButtonInfor to ToolBarItem.
3079         - Add all layout and calculation stuff gtom ToolBarButton to ToolBarItem.
3080         - Maintain an array of ToolBarItem, used instead of ToolBarButton
3081         collection to be able add same button more than one time on a toolbar.
3082         - Refactory all properties and methods to use ToolBarItem. 
3083
3084         * ToolBarButton.cs: 
3085         - Remove all propeties and methods that is now in ToolBarItem.
3086         - Rectangle propery now gets the rectangle from first ToolBarItem to
3087         mimic win32 behavior.
3088         - Size calculation and layout methods also removed.
3089
3090         * ThemeWin32Classic.cs: Change all ToolBar drawing methods to receive
3091         ToolBarItem instead of ToolBarButton to right drawing buttons when
3092         same button/separator was added more than one time to ToolBar.
3093
3094         * ThemeNice.cs: Same as above. 
3095
3096 2007-03-15  Andreia Gaita  <avidigal@novell.com>
3097
3098         * XplatUIX11.cs: Fire extra MouseMove events right after
3099         MouseDown and MouseUp, emulating win32's <censored> behaviour
3100         for apps that rely on it.
3101
3102 2007-03-15  Jackson Harper  <jackson@ximian.com>
3103
3104         * TextControl.cs:
3105         * TextBoxBase.cs: On MS, a fixed single border is not in NC area,
3106         it is drawn on the controls client window and there is no NC
3107         area.
3108         - Set the background color to gray on 2.0 when we are readonly.
3109
3110 2007-03-15  Chris Toshok  <toshok@ximian.com>
3111
3112         [ Fixes bug #81144 ]
3113         
3114         * XplatUIX11.cs: implement VirtualScreen independently of
3115         WorkingArea, by querying the _NET_DESKTOP_GEOMETRY root window
3116         property.
3117
3118 2007-03-15  Chris Toshok  <toshok@ximian.com>
3119
3120         * Hwnd.cs: add an internal field for the cached_window_state.
3121
3122         * XplatUIX11.cs: cache the window state, invalidating the cache
3123         (and thus re-querying the X server) only when we see an update to
3124         the _NET_WM_STATE property.
3125
3126 2007-03-15  Chris Toshok  <toshok@ximian.com>
3127
3128         * BindingSource.cs: get a lot of the unit tests working.
3129
3130 2007-03-15  Jonathan Pobst  <monkey@jpobst.com>
3131
3132         * Control.cs: Modify UpdateStyles to store distances when bounds >=
3133         0 instead of just bounds > 0.  [Fixes bug #80912]
3134
3135 2007-03-15  Jonathan Pobst  <monkey@jpobst.com>
3136
3137         * ToolStrip.cs, ToolStripItem.cs: Implement several new properties
3138         and methods.
3139
3140 2007-03-15  Ivan N. Zlatev <contact@i-nz.net>
3141         
3142         * ComboBox.cs, Control.cs, XplatUIStructs.cs, XplatUIX11GTK.cs,
3143         XplatUIX11.cs, XplatUIWin32.cs, InternalWindowManager.cs,
3144         XplatUIOSX.cs, TextControl.cs: Replaces all uses of the custom
3145         WM_MOUSE_LEAVE with the system WM_MOUSELEAVE message.
3146
3147 2007-03-15  Chris Toshok  <toshok@ximian.com>
3148
3149         [ Fixes #81101 ]
3150         
3151         * Control.cs: add Ivan's fix for 81101, with a slight modification
3152         - you can set control.Target to null.
3153
3154 2007-03-14  Jonathan Pobst  <monkey@jpobst.com>
3155
3156         * ToolStripItem.cs: If our OwnerItem is null, we can't use 
3157         HideDropDown, use Hide instead to prevent an NRE.
3158         [Fixes bug #81147]
3159
3160 2007-03-14  Jackson Harper  <jackson@ximian.com>
3161
3162         * TextBoxBase.cs: Mess with the creation stuff a little. We need
3163         to calculate the document before the handle is created, in some
3164         cases. (Actually just one case).
3165
3166 2007-03-14  Jackson Harper  <jackson@ximian.com>
3167
3168         * TextBoxBase.cs: Need to display the caret after letting the base
3169         wndproc handle the focus methods, because the caret display
3170         methods check the focus state.
3171         - Try to display the caret after updating it's position with SelectWord.
3172         - Don't need to do an immediate update on this recalc, since there
3173         will be an invalidate anyways.
3174
3175 2007-03-14  Jackson Harper  <jackson@ximian.com>
3176
3177         * TreeView.cs: Some workarounds so that we can match event order a
3178         little better.
3179
3180 2007-03-14  Gert Driesen  <drieseng@users.sourceforge.net>
3181
3182         * ErrorProvider.cs: Invoke default ctor from 2.0-only ctor. Fixes bug
3183         #80803. Avoid NullReferenceException when Control does not have
3184         parent. Fixed different blinkstyle issues. Only subscribe to Tick
3185         event a single time. Only draw error icon when control is created and
3186         visible. Fixes failing unit tests.
3187
3188 2007-03-14  Andreia Gaita  <avidigal@novell.com>
3189
3190         * TabControl.cs: Add support for 2.0 Deselecting, Deselected and
3191         Selecting events. Fire Leave and Enter events when changing tabs.
3192
3193 2007-03-14  George Giolfan  <georgegiolfan@yahoo.com>
3194
3195         * TreeView.cs: Add TreeViewNodeSorter.
3196         * TreeNodeCollection.cs: Add sorter parameter to Sort method.
3197
3198 2007-03-14  Chris Toshok  <toshok@ximian.com>
3199
3200         * Form.cs: go ahead and remove the RecreateHandles that jpobst
3201         removed earlier and I had him add back it.  It turns out metacity
3202         *does* in fact handle the MOTIF_WM_HINTS property changing, it
3203         just doesn't redraw the window titlebar until you resize the
3204         window.  This also means we aren't recreating the entire window
3205         hierarchy on X when you change this property.  And it looks better
3206         on windows, too.
3207
3208 2007-03-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3209
3210         * ListViewItem.cs:
3211         * ListView.cs: Collecting selection information
3212         is now done in SelectedIndexCollection rather than in
3213         SelectedListViewItemCollection. This is done so we can
3214         have the selection information code in one single place
3215         (virtual mode selection information entirely depends on
3216         SelectedIndexCollection).
3217
3218 2007-03-13  Miguel de Icaza  <miguel@novell.com>
3219
3220         * ErrorProvider.cs: Add stubs for ISupportInitialize
3221
3222 2007-03-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3223
3224         * ListViewItem.cs: Trigger the ItemCheck and ItemChecked events
3225         in the right order with the right values, from the Checked property, 
3226         just as MS does (instead of triggering them from ListView).
3227
3228         * ListView.cs: Make OnItemCheck and OnItemChecked internal.
3229
3230 2007-03-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3231
3232         * ListView.cs: Implement ItemChecked 2.0 event. Also cast to 
3233         the correct handler in OnItemCheck method (ItemCheckEventHandler 
3234         instead of EventHandler). This used to throw an InvalidCastException.
3235
3236 2007-03-13  Jackson Harper  <jackson@ximian.com>
3237
3238         * TextBoxBase.cs: Calculate the document before the handle is
3239         created, so there isn't an extra invalidate called.
3240
3241 2007-03-13  Jonathan Pobst  <monkey@jpobst.com>
3242
3243         * Form.cs: Don't set owner in ShowDialog until we are sure
3244         that we aren't going to throw an exception.  [Fixes bug #80773]
3245
3246 2007-03-12  George Giolfan  <georgegiolfan@yahoo.com>
3247
3248         * TreeView.cs: Make it compile.
3249
3250 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3251
3252         * Control.cs: Another place we don't call SizeFromClientSize.
3253         * Form.cs: Another place we don't call SizeFromClientSize.
3254         [Fixes bug #81125]
3255
3256 2007-03-12  Jackson Harper  <jackson@ximian.com>
3257
3258         * TreeView.cs: Basically emulating some strangness here with
3259         exanding nodes and setting node positions when windows aren't
3260         created.
3261         - Also attempting to walk the node tree less than previously, and
3262         just use visible order calculations for determining offsets.
3263         - oops made scrolling backwards.
3264         * TreeNode.cs: We need to start nodes with a zero visible order,
3265         because the order calcs are based on the first nodes order.
3266
3267 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3268
3269         * Form.cs: Don't exit the program if RecreateHandle is called on
3270         the main form.
3271
3272 2007-03-12  Chris Toshok  <toshok@ximian.com>
3273
3274         * XEventQueue.cs: remove the use of PostQuitState.
3275
3276         * XplatUIX11.cs: remove the use of PostQuitState.  If we get a
3277         WM_QUIT message in GetMessage, return false (and if we're in the
3278         nested WaitForHwndMessage, repost the WM_QUIT message).
3279
3280 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3281
3282         * Form.cs: Don't call RecreateHandle when we change the MinimizeBox
3283         or the MaximizeBox properties.  [Part of bug #80640]
3284
3285 2007-03-12  Everaldo Canuto  <everaldo@simios.org>
3286
3287         * LinkLabel.cs: When calculate pieces make LinkArea empty if theres
3288         no links.
3289
3290 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3291
3292         * ToolStripItem.cs: Fix some tests I broke by checking Visible
3293         instead of visible.
3294
3295 2007-03-12  Gert Driesen  <drieseng@users.sourceforge.net>
3296
3297         * FileDialog.cs: Use text of File name combobox to determine what
3298         files the user selected. Added tokenizer to parse the file names.
3299         Fixes bug #81123.
3300
3301 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3302
3303         * Control.cs: We can't call SizeFromClientSize in the constructor,
3304         but we still need to do the same work, so make an internal version.
3305         [Fixes bug #80621]
3306
3307 2007-03-12  Jackson Harper  <jackson@ximian.com>
3308
3309         * TreeView.cs:
3310         * TreeNode.cs:
3311         * OpenTreeNodeEnumerator: Match MS better for IsVisible and
3312         IsExpanded.
3313
3314 2007-03-12  Jackson Harper  <jackson@ximian.com>
3315
3316         * TextBoxBase.cs: Now that the handles are being created a little
3317         later, we need to make sure that the document is recalculated when
3318         the handle is created.
3319
3320 2007-03-11  Everaldo Canuto  <everaldo@simios.org>
3321
3322         * Theme.cs: GetLinkFont abstract method added.
3323         
3324         * LinkLabel.cs: 
3325         - Remove CalcTrimRectangle, no longer needed.
3326         - Factor also remove, position issues must be fixed in libgdiplus.
3327         - Move GetPieceColor to ThemeWin32Classic.cs as it is theme related.
3328         - GetPieceFont, CreateLinkFont and link_font removed, theme must be 
3329         care about font used to draw links.
3330         - Set TabStop to true when control is "Selectable", control is selectable
3331         when have one or more links. Fixes #80501 (test case is also added).
3332         - Set the LinkArea values after links change, LinkArea values must be
3333         based in first link position and size, a test case was created.
3334         - Fix ControlStyles.Selectable value, now is based on LinkArea value, 
3335         the attribute must be true LinkArea.Length > 0. The same was applied to
3336         TabStop.
3337         
3338         * ThemeWin32Classic.cs: 
3339         - LinkLabelGetPieceColor and LinkLabelGetPieceFont created and used 
3340         in draw method.
3341         - Use CPDrawStringDisabled to draw disabled text instead of hard code 
3342         color change.
3343         - Draw focus rectangle for every parts focused, including parts that 
3344         is on another line, its because regions returns various rectangles
3345         and not only one. Needed to mimic W32 look.
3346         - Uses Graphics.Clip to delimite region painted, it mean that now 
3347         complete text is passed to DrawString, with this we solve layout
3348         issues without create another text renderer.
3349         - Uses Region.Intersect to fix some flickers problems, now only needed
3350         parts will redrawed.
3351         - This changes fixes #79614 and some other unreported issues, on Linux 
3352         some layout problems still remain, the problem is under 
3353         MeasureCharacterRanges but it is an libgdiplus bug.
3354
3355 2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
3356
3357         * TextBox.cs: Set for foreground color.
3358         * TextBoxBase.cs: Remove Invalidate when setting BackColor, since
3359         this is already done in Control.
3360
3361 2007-03-10  Jackson Harper  <jackson@ximian.com>
3362
3363         * TextBox.cs: Set the background color, but reset the
3364         backcolor_set flag which is just for the user setting the
3365         background color.
3366
3367 2007-03-09  Chris Toshok  <toshok@ximian.com>
3368
3369         * Control.cs: really remove the call to XplatUI.SetVisible from
3370         CreateHandle(), like I said I did when I merged the branch.
3371
3372         * BindingSource.cs: implement some more of this stuff.
3373
3374 2007-03-09  Jackson Harper  <jackson@ximian.com>
3375
3376         * TextBox.cs: Don't explicitly set our background colors.
3377         * TextControl.cs:
3378         * TextBoxBase.cs: Draw readonly text.
3379         - Need to invalidate when backcolor or readonly are changed.
3380         
3381 2007-03-09  Jackson Harper  <jackson@ximian.com>
3382
3383         * TextBoxBase.cs: Don't set the forecolor until the handle is
3384         created.
3385         - Do not raise OnPaint, and removed some old debug code.
3386
3387 2007-03-09  George Giolfan  <georgegiolfan@yahoo.com>
3388
3389         * ScrollableControl.cs: Fix mouse wheel scrolling.
3390
3391 2007-03-09  Jonathan Pobst  <monkey@jpobst.com>
3392
3393         * Control.cs: Wire up MouseDoubleClick event.
3394
3395 2007-03-09  Jonathan Pobst  <monkey@jpobst.com>
3396
3397         * ToolStrip.cs: Rework AutoSize to adjust height when docked to the
3398         top or bottom.
3399         * ToolStripItem.cs: Make Image drawing take ImageScaling into account.
3400         * ToolStripItemCollection.cs: Don't call owner.PerformLayout when a new
3401         item is added.  This logic was moved to ToolStrip.OnItemAdded.
3402         [Fixes bug #81090]
3403
3404 2007-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3405
3406         * ListVieItem.cs: SetIndex is only valid for 2.0 profile by now.
3407
3408 2007-03-08  Jackson Harper  <jackson@ximian.com>
3409
3410         * TreeView.cs: Show the correct image for selected node (this used
3411         to work, not sure how the code got deleted). Also implemented 2.0 feature
3412         SelectedImageKey.
3413
3414 2007-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3415
3416         * ListView.cs:
3417         * ListViewItem.cs: Cache index in items when retrieving them
3418         in VirtualMode.
3419
3420 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
3421
3422         * ToolStripItem.cs: Don't return the explicit_size if we are using 
3423         AutoSize.  Fixes invalidation issue when user has explicitly set a
3424         size and has AutoSize = true.
3425
3426 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
3427
3428         * XplatUIX11.cs: Hardcode FrameBorderSize value temporarily to fix MWF.
3429
3430 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
3431
3432         * DataGridView.cs: Remove event handler from DataView when a
3433         DataTable is used as DataSource.
3434
3435 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
3436
3437         * Control.cs: Create internal setter for client_size to allow it to be
3438         set without triggering resizing code.
3439         * Form.cs: Calculate client_size in constructor, only change client_size
3440         in FormBorderStyle property if Handle has been created.
3441         [Fixes #80574, #80791]
3442
3443 2007-03-08  George Giolfan  <georgegiolfan@yahoo.com>
3444
3445         * SystemInformation.cs: Add TerminalServerSession.
3446
3447 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
3448
3449         * TreeViewDrawMode.cs: Make internal for 1.1 to allow for consolidated
3450         TreeView code.
3451
3452 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
3453
3454         * XplatUIWin32.cs: The no_activate stuff was forcing us to create a
3455         Handle before we were supposed to.  Now checks ActivateOnShow property
3456         in Control.
3457         * Control.cs: Add internal ActivateOnShow property.
3458         * ComboBox.cs, Form.cs, MenuAPI.cs, ToolStripDropDown.cs: Return false
3459         for ActivateOnShow.
3460         * Hwnd.cs Remove no longer needed no_activate field.
3461
3462 2007-03-07  Jackson Harper  <jackson@ximian.com>
3463
3464         * TreeView.cs: Implement owner draw tree nodes.  And a couple more
3465         2.0 properties
3466         * DrawTreeNodeEventHandler.cs: Add
3467         * DrawTreeNodeEventArgs.cs: Correct default value.
3468         
3469 2007-03-07  Chris Toshok  <toshok@ximian.com>
3470
3471         * XplatUIWin32.cs: create InternalWndProc so that we're guaranteed
3472         to be called before NativeWindow.WndProc.  Put the HwndCreating
3473         magic there to hook up our Hwnd's to handles.
3474
3475 2007-03-07  Gert Driesen  <drieseng@users.sourceforge.net>
3476
3477         * DataGridView.cs: Comment out debug code.
3478
3479 2007-03-07  Chris Toshok  <toshok@ximian.com>
3480
3481         [merge -r72718:73765 from mwf-handle-branch, and include 2 changes
3482         to make the rest of the world happy]
3483
3484         * Control.cs (CreateHandle): there's no need to call
3485         XplatUI.SetVisible here, it's effectively done by
3486         XplatUI.CreateWindow on X now, and always was on windows.
3487
3488         * XplatUIX11.cs (WaitForHwndMessage): only use the PostQuitState
3489         shortcircuit out of the loop if we have a message loop running on
3490         this thread.
3491
3492         [Changelog from merge]
3493
3494         2007-03-05  Chris Toshok  <toshok@ximian.com>
3495
3496                 * Control.cs (AccessibilityNotifyClients): turns out in 1.1 this
3497                 causes handle creation.
3498
3499         2007-02-28  Chris Toshok  <toshok@ximian.com>
3500
3501                 * ApplicationContext.cs: Add a flag to make sure we only raise the
3502                 ThreadExit event once (ExitThreadCore can be indirectly called
3503                 from a few places.)  I don't like the additional flag, but it
3504                 makes the event ordering/count correct.
3505
3506                 * Application.cs (MWFThread.LoopCount): don't use an enumerator
3507                 without locking the collection.  An enumerator doesn't give us any
3508                 protection from modification anyway.  Lock the thread hash and
3509                 replace the complicated enumerator loop with a foreach.
3510                 (Application.CloseForms): make internal so it can be called from
3511                 ApplicationContext.  This should probably be moved to MWFThread.
3512                 (Application.ExitThread): don't call MWFThread.Current.Exit()
3513                 here.  just call XplatUI.PostQuitMessage.  We'll exit the thread
3514                 when the runloop exits (in response to WM_QUIT.)
3515                 (Application.RunLoop): add a comment (and check) for
3516                 context.MainForm being null after setting context.MainForm.Visible
3517                 = true.  This is because you're perfectly free to dispose of a
3518                 form in VisibilityChanged.  Chalk this up to another case where we
3519                 need to synchronously generate WM_ACTIVATE from Control.Show.
3520                 Also, add handling for WM_QUIT here so we'll exit the loop.
3521                 
3522                 * XplatUIX11.cs: clean up MapWindow and UnmapWindow a bit.  The
3523                 fact that we don't wait if we're only unmapping the whole_window
3524                 makes me a bit nervous, but it doesn't seem to cause any problems
3525                 yet.
3526
3527                 also, add a comment about the stupid, broken and wrong resetting
3528                 of PostQuitState to false in GetMessage().
3529
3530                 In PostQuitMessage, we need to add a WM_QUIT message to the
3531                 thread's queue.  We use the FosterParent to get the right
3532                 handle/hwnd/queue.
3533
3534                 Lastly, in SetVisible, we need to unmap both windows, since the
3535                 waiting only happens when we're unmapping the client window.  So
3536                 now, the *only* time we unmap just the whole_window is in the hack
3537                 for resizing a control to 0,0.
3538                 
3539         2007-02-21  Chris Toshok  <toshok@ximian.com>
3540
3541                 * Application.cs (CloseForms): rewrite this so that we don't
3542                 modify the list while we're traversing it.
3543
3544         2007-02-20  Chris Toshok  <toshok@ximian.com>
3545
3546                 * ListBox.cs (.ctor): move the Control.AddImplicits here instead
3547                 of OnHandleCreated.
3548                 (HorizontalScrollEvent): only call XplatUI.ScrollWindow if the
3549                 handle is created.  otherwise we'll create it here.
3550                 (VerticalScrollEvent): same here.
3551
3552                 * Application.cs (CloseForms): call Form.Dispose, don't post
3553                 WM_CLOSE_INTERNAL.
3554
3555                 * Form.cs (WndProc): we don't need to use CLOSE_INTERNAL
3556                 here. Application should Dispose() of the Form's.
3557
3558                 * XplatUIX11.cs (WaitForHwndMessage): break out of the loop on
3559                 WM_DESTROY as well.
3560                 (MapWindow,UnmapWindow): only actually do the waiting for
3561                 SHOWWINDOW if the control we're dealing with is a Form.
3562                 (CreateWindow): if the control isn't a form, SendMessage
3563                 WM_SHOWWINDOW here (if the WS_VISIBLE style is set).
3564
3565                 * Control.cs (SetVisibleCore): always use is_visible here, not
3566                 value.  If we use value, we can end up re-setting something
3567                 visible if, for instance, you do Control.Hide() in a delegate
3568                 attached to VisibleChanged as we do in FormTest.ShowDialogTest.
3569
3570         2007-02-20  Chris Toshok  <toshok@ximian.com>
3571
3572                 * XplatUIX11.cs (WaitForHwndMessage): we need to loop until we get
3573                 the message we need.  PeekMessage returning false should not be a
3574                 condition under which we exit the loop.
3575
3576         2007-02-15  Chris Toshok  <toshok@ximian.com>
3577
3578                 * Control.cs (Refresh): only refresh if we've got a handle and are
3579                 visible.
3580                 (CreateAccessibilityInstance): CreateControl() here.
3581                 (UpdateChildrenZOrder): complicate the code loop even more by
3582                 taking into account controls that haven't had their handle
3583                 created, and those that aren't visible.  But on the flip side,
3584                 simplify the code by splitting it into two loops.  one which
3585                 builds up the list of child controls we're interested in, and the
3586                 other that sets the z order of those children.
3587
3588         2007-02-14  Chris Toshok  <toshok@ximian.com>
3589
3590                 * Control.cs: Control.AccessibilityObject causes the control to be
3591                 created, not just the handle.
3592
3593         2007-02-14  Chris Toshok  <toshok@ximian.com>
3594
3595                 * Control.cs: rework UpdateChildrenZOrder to correctly handle the
3596                 problem on X where a window might have its handle created (and be
3597                 visible) while the window is unmapped.  calling XConfigureWindow
3598                 on an unmapped window is bad, and generates X errors.
3599
3600         2007-02-13  Chris Toshok  <toshok@ximian.com>
3601
3602                 * Control.cs (CreateHandle): don't loop over our children setting
3603                 their parent here.  do it when in WndProc when we're shown.
3604                 (UpdateChildrenZOrder): make this internal so we can call it from
3605                 ScrollableControl.
3606                 (WndProc): for WM_SHOWWINDOW, reparent the child control after
3607                 creating its handle.  Also, remove the calls to PerformLayout from
3608                 here.  they're done in ScrollableControl.OnVisibleChanged.  Also,
3609                 OnVisibleChanged only seems to be called directly here for the
3610                 toplevel control.  It's propagated down the window hierarchy by
3611                 calls to child.OnParentVisibleChanged.
3612                 (OnVisibleChanged): don't do layout here - it's done (oddly
3613                 enough, according to a glance at stack traces on ms.net..) in
3614                 ScrollableControl.
3615                 
3616                 * ScrollableControl.cs (OnVisibleChanged): make sure we update the
3617                 z order of our children before calling PerformLayout.
3618
3619         2007-02-12  Chris Toshok  <toshok@ximian.com>
3620
3621                 [big change, fixes #80020]
3622                 
3623                 * AccessibleObject.cs: we need to make owner internal again to fix
3624                 some of ControlAccessibleObject.
3625
3626                 * Control.cs: lots of changes here.  add support for WM_CREATE,
3627                 for which we generate OnHandleCreated.  Remove the OnHandleCreated
3628                 call from CreateHandle.  Also add support for WM_SHOWWINDOW where
3629                 we create child controls.  leave the MonoTODO's for the
3630                 accessibility calls, but fix the exceptions so the tests pass.
3631
3632                 Add the InvalidOperationExceptions to Invoke methods, and remove a
3633                 couple of InvokeInternal methods we aren't using.
3634                 
3635                 Also, add a couple of CreateHandle calls in places where we know
3636                 the handles are being created but our code doesn't reference
3637                 .Handle.
3638
3639                 Make SetVisibleCore call OnVisibleChange if the handle isn't
3640                 created.  If the handle is created, we rely on XplatUI.SetVisible
3641                 generating the event synchronously.
3642                 
3643                 Lastly, make sure we don't use this.Handle inside CreateHandle,
3644                 because we can call back into client (and that code can dispose of
3645                 the control).
3646
3647                 * XplatUIStructs.cs: misc/cleanup.
3648
3649                 * XplatUIX11.cs: Map/Unmap X events correspond to WM_SHOWWINDOW,
3650                 although we don't populate the wParam properly.
3651                 (CreateWindow): generate WM_CREATE.
3652                 (MapWindow,UnmapWindow): make these calls synchronous, at great
3653                 performance expense (particularly in the unmap case), to match
3654                 win32 behavior.
3655
3656                 * Form.cs (.ctor): remove the call to UpdateBounds. we don't need
3657                 to call it.
3658                 (set_MdiParent): don't recreate the handle unless it's been
3659                 created already.
3660                 
3661                 * MdiClient.cs (OnResize): don't InvalidateNC Parent.Handle unless
3662                 it's created.
3663
3664                 * NativeWindow.cs: this is probably the weirdest part of the
3665                 patch.  We need a way to link up the window being created to the
3666                 WM_CREATE message.  Since we can only be creating one window at a
3667                 time on a given thread, we keep track of a per-thread reference so
3668                 we can dispatch it properly.  We also need to keep track of the
3669                 Hwnd currently being created so that the win32 backend doesn't
3670                 have problems.
3671                 
3672                 * XplatUIWin32.cs: a similar change to the one we made in
3673                 NativeWindow.cs.
3674
3675 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
3676
3677         * ToolStripItem.cs: Make CalculatePreferredSize virtual.
3678         * ToolStripMenuItem.cs: Modify CalculatePreferredSize and OnPaint
3679         to draw the menu shortcut string.
3680
3681 2007-03-07  Jackson Harper  <jackson@ximian.com>
3682
3683         * TreeNode.cs: Add the 2.0 collapse method.
3684
3685 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
3686
3687         * DataGridViewColumn.cs: Fix HeaderText behaviour (Bug #80746).
3688
3689 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
3690
3691         * DataGridView.cs: Change DataSource will clear column and row
3692         lists. Call Invalidate() to reflect DataSource change.
3693
3694 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
3695
3696         * DataGridView.cs: Add rows when DataSource is System.Data.DataView
3697         and a new row is added to it.
3698
3699 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
3700
3701         * DataGridView.cs: Add columns when DataSource is en empty list but
3702         is a System.Data.DataView (from a System.Data.DataTable).
3703
3704 2007-03-06  Andreia Gaita  <avidigal@novell.com>
3705
3706         * Label.cs: Implement AutoEllipsis (2.0)
3707
3708 2007-03-06  Jackson Harper  <jackson@ximian.com>
3709
3710         * TreeView.cs: Implement 2.0 TopNode setter property.
3711         - Use a local var instead of the skipped_nodes field for computing
3712         how many nodes to skip.  Otherwise we won't scroll because the
3713         valuechanged handler checks if skipped_nodes is equal to the new
3714         value.
3715         - Implement 2.0 Sort method.
3716         - Add useless 2.0 DoubleBuffer property
3717         - Implement 2.0 LineColors property.  Lets you change the color of
3718         the lines in the tree. Terribly useful for creating non cohesive
3719         desktops.
3720         - Implement 2.0 image key feature.
3721
3722 2007-03-06  Jackson Harper  <jackson@ximian.com>
3723
3724         * TreeView.cs: We can't get the bounds of the nodes before raising
3725         the AfterSelect event, because that event could change the node's
3726         bounds (scrolling, font change, etc).
3727
3728 2007-03-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3729
3730         * XplatUIWin32.cs: When faking styles don't remove the WS_VISIBLE flag.
3731         * Form.cs: Don't recreate handle when creating FormWindowManager, just
3732           update window styles. In CreateParams us VisibleInternal instead of
3733           VIsible to get the actual visible flag set for this form.
3734         * FormWindowManager.cs: Activate the form whenever the mouse clicks on
3735           the nc area. Fixes #81042. Also fix HandleTitleBarDoubleClick to
3736           handle the case when the form is already maximized, in which case
3737           it should be restored. Fixes #81043.
3738
3739 2007-03-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3740
3741         * XplatUIX11.cs: Tool windows still get wm styles. Fixes toolwindows showing up with double decorations.
3742
3743 2007-03-05  Jackson Harper  <jackson@ximian.com>
3744
3745         * TreeViewHitTestInfo.cs: implement.
3746
3747 2007-03-05  Jackson Harper  <jackson@ximian.com>
3748
3749         * InternalWindowManager.cs: class status fix.
3750
3751 2007-03-05  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3752
3753         * InternalWindowManager.cs: All windows that have a parent
3754         are confined to their parent when they're being moved.
3755         Fixes #80822.
3756
3757 2007-03-04  Gert Driesen  <drieseng@users.sourceforge.net>
3758
3759         * SystemInformation.cs: Marked KeyboardDelay and KeyboardSpeed public
3760         on 2.0 profile. Fixes bug #81018. Small code formatting fixes.
3761
3762 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3763
3764         * ThemeWin32Classic.cs: ManagedWindowSetButtonLocations: Make all
3765           buttons invisible before deciding which ones should be visible
3766           (fixes minimize/maximize buttons showing up in toolwindows). Remove
3767           an unused variable.
3768         * InternalWindowManager.cs: Remove warning.
3769
3770 2007-03-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3771
3772         * ListView.cs: Add a check in ListViewItemCollection.RemoveAt
3773         to throw an InvalidOperationException is virtual mode is being used.
3774
3775 2007-03-02  Jonathan Pobst  <monkey@jpobst.com>
3776
3777         * SplitContainer.cs, SplitterPanel.cs, StatusStrip.cs, TableLayoutPanel.cs,
3778         ToolStrip.cs, ToolStripContainer.cs, ToolStripContentPanel.cs,
3779         ToolStripControlHost.cs, ToolStripDropDownItems.cs, ToolStripItem.cs,
3780         ToolStripMenuItem.cs, ToolStripOverflowButton.cs, ToolStripPanel.cs,
3781         ToolStripPanelRow.cs, ToolStripProfessionalRenderer.cs, ToolStripSplitButton.cs,
3782         ToolStripStatusLabel.cs, ToolStripTextBox.cs: Corcompare work.
3783
3784 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3785
3786         * XplatUI.cs: Fixed returning driver.KeyboardSpeed instead of
3787           driver.KeyboardDelay from XplatUI.KeyboardDelay 
3788         * XplatUIW      in32.cs: Implemented KeyboardSpeed/KeyboardDelay properties
3789           (patch by Sergey Volk)
3790
3791 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3792
3793         * ToolWindowManager.cs: Added, contains logic for
3794           tool windows.
3795         * CreateParams.cs: Add a few helper methods and an
3796           internal variable to know which control the CreateParams belongs
3797           to.
3798         * Control.cs: Call Form.ChangingParent when the
3799           parent is about to be changed.
3800         * XplatUIX11.cs: DeriveStyles (): Set
3801           caption_height for all windows that have captions and are children.
3802           Update to use ToolWindowManager instead of InternalWindowManager
3803           for ToolWindows.
3804         * XplatUIWin32.cs: Set fake window styles for all
3805           windows that have window managers.
3806         * MdiWindowManager.cs: Added MaximizedTitleButtons (buttons are
3807           now duplicated for mdi windows when they are
3808           maximized, first for the buttons the window itself has, then for
3809           the buttons that appear in the menu bar. Makes things a little
3810           easier). Updated UpdateWindowDecorations, SetWindowState and the
3811           mouse eventhandlers accordingly.
3812         * Form.cs: Add ChangingParent (), contains the
3813           logic of what should happen when the parent changes. In MdiParent
3814           don't set things that ChangingParent () is doing. When handling
3815           WM_CLOSE, we can close the form if there are any other modal forms
3816           and the current form is a descendent of the modal form.
3817         * InternalWindowManager.cs: A lot of refactoring,
3818           the title buttons are now extracted to a separate container class
3819           that takes care of all button code (clicks, tooltips, etc). Moved
3820           Iconic|Maximized|Normal Bounds properties to this class from
3821           MdiWindowManager, so that the window state logic can succeed for
3822           other than mdi wm's. Implemented general window state change logic.
3823           Moved CreateButtons to ThemeWin32Classic, since the theme might
3824           override which buttons are available when as well as the exact
3825           location.
3826         * FormWindowManager.cs: Added, contains logic for
3827           normal forms.
3828         * ThemeWin32Classic.cs: ManagedWindowSetButtonLocations now decides
3829           which buttons go where (and if they are at all visible). 
3830           Removed special handling of maximized windows, since they aren't special. 
3831           In DrawManagedWindowDecorations don't try to draw the text if it is
3832           empty.
3833         * MdiClient.cs: ArrangeIconicWindows: Don't  calculate any sizes, 
3834           use whatever the wm gives us.
3835
3836 2007-03-02  Jonathan Pobst  <monkey@jpobst.com>
3837
3838         * ButtonBase.cs: Add 2.0 properties.
3839         * Button.cs: Override Draw for 2.0.
3840         * Control.cs: Add Entered and Selected properties.
3841         * FlatButtonAppearance.cs, TextFormatFlags.cs, TextImageRelation.cs,
3842         TextRenderer.cs: Make internal for 1.1 to unify drawing code.
3843         * Theme.cs: New abstract functions for drawing Standard, Flat, Popup
3844         buttons.
3845         * ThemeWin32Classic.cs: Implement layout calculations for 2.0 buttons.
3846
3847 2007-03-01  Jonathan Pobst  <monkey@jpobst.com>
3848
3849         * XplatUIWin32.cs: Don't use 2.0 methods in 1.1 code.  :/
3850
3851 2007-03-01  Jonathan Pobst  <monkey@jpobst.com>
3852
3853         * XplatUIWin32.cs: Register a new class with Windows each time we get
3854         a new ClassStyle.  [Fixes bugs #79432, #80817]
3855         * Controls.cs: Set the correct ClassStyle in CreateParams.
3856         * ToolStripDropDown.cs: Don't request an invalid ClassStyle.
3857
3858 2007-03-01  Gert Driesen  <drieseng@users.sourceforge.net>
3859
3860         * ListView.cs: Add fireEvent argument to ReorderColumn since the
3861         ColumnReordered event must not be signaled when modifying DisplayIndex
3862         of a ColumnHeader. Added internal ReorderColumns method which takes
3863         care of drawing, and updating the internal DisplayIndex of the
3864         ColumnHeader. Added AddColumn method which is invoked from
3865         ColumnHeaderCollection when adding or inserting columns, and which
3866         ensures that reorder_columns_indices is kept in sync. Avoid redrawing
3867         after adding each ColumnHeader in ColumnHeaderCollection.AddRange.
3868         Recalculated dispay indices after removing a ColumnHeader.
3869         * ColumnHeader.cs: Save DisplayIndex separately from ListView to
3870         match MS. Allows last display index to be returned after ListView
3871         is disposed. Update actual location of ColumnHeader when DisplayIndex
3872         is modified.
3873
3874 2007-03-01  Everaldo Canuto  <everaldo@simios.org>
3875
3876         * LinkLabel.cs: Improve CalcTrimRectangle.
3877         
3878         * ThemeWin32Classic.cs: Fix some compilation problem under VS 2003.
3879
3880 2007-02-28  Everaldo Canuto  <everaldo@simios.org>
3881
3882         * LinkLabel.cs: Rename CalcMeasurementFactor as CalcTrimRectangle and
3883         get rectangle as a result value.
3884
3885 2007-02-28  Everaldo Canuto  <everaldo@simios.org>
3886
3887         * LinkLabel.cs: Theres some diferences between rectangle return from 
3888         MeasureCharacterRanges and the area used for DrawString to fix this 
3889         CalcMeasurementFactor method was created, it calcules the diferences
3890         to be use later to adjust rectangle in draw operations. Fixes #80473.
3891         
3892         * ThemeWin32Classic.cs: Use factor calculated by CalcMeasurementFactor
3893         to adjust draw rectangle.
3894
3895 2007-02-27  Everaldo Canuto  <everaldo@simios.org>
3896
3897         * ThemeWin32Classic.cs: In DrawLinkLabel draw focus rectangle before draw
3898         text and some other changes to reduce and optimize source code.
3899
3900 2007-02-27  Jonathan Pobst  <monkey@jpobst.com>
3901
3902         * RadioButton.cs: Implement 2.0 event.
3903         * RelatedImageListAttribute.cs: Implement new class.
3904
3905 2007-02-27  Everaldo Canuto  <everaldo@simios.org>
3906
3907         * MenuAPI.cs: Change keynav_state before call SelectItem. Fixes #80901.
3908
3909 2007-02-27  Jonathan Pobst  <monkey@jpobst.com>
3910
3911         * CheckBox.cs: Implement 2.0 functionality.
3912
3913 2007-02-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3914
3915         * ListView.cs: Refactor Add and AddRange methods of
3916         ListViewItemCollection, to not update the ListView
3917         everytime an item is added in AddRange. Also move the update
3918         code to a new CollectionChanged method, and call it
3919         from other methods that need it as well (this should also fix some
3920         bugs when Sorting is used).
3921
3922 2007-02-27  Jackson Harper  <jackson@ximian.com>
3923
3924         * TextControl.cs: Try to never let the caret stay in a non-text
3925         tag.
3926         * TextBoxBase.cs: Update the caret.
3927
3928 2007-02-26  Jonathan Pobst  <monkey@jpobst.com>
3929
3930         * XplatUIStructs.cs: Add some convenience methods for POINT structure.
3931         * XplatUIWin32.cs: Add some convenience methods for RECT structure,
3932         delete POINT structure, duplicate of one in XplatUIStructs.
3933         * TextRenderer.cs: Use XplatUIWin32.RECT instead of UXTheme.RECT.
3934
3935 2007-02-26  Gert Driesen  <drieseng@users.sourceforge.net>
3936
3937         * ListView.cs: Initialize LabelEditEventArgs after setting Text of
3938         edit box since otherwise the Label would immediately be set (even if
3939         the user did not modify the label). In OnKeyDown set Handled to true
3940         if Return or Escape was pressed. In ColumnHeaderCollection unlink
3941         columns that are to be removed. In ListViewItemCollection unlink items
3942         that are to be removed.
3943
3944 2007-02-24  Jonathan Pobst  <monkey@jpobst.com>
3945
3946         * TextRenderer.cs: If we set a GDI clip region, we need to clear
3947         it when we are done.  [Fixes bug #80949]
3948
3949 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
3950
3951         * Form.cs: Wrap checking ShowWithoutActivation in a NET_2_0 block.
3952
3953 2007-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3954
3955         * ListView.cs: I forgot to commit the changes for ListView 
3956         in my previous patch.
3957
3958 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
3959
3960         * Clipboard.cs: Partially implement an overload of SetDataObject.
3961         * Form.cs: Implement ShowWithoutActivation.
3962         * XPlatUIWin32.cs: Fix for WM_SHOWNOACTIVATE for forms.
3963
3964 2007-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3965
3966         This is a first set of changes to make the Virtual mode works,
3967         by avoiding the retrieval of ListViewItem instances until
3968         draw time.
3969
3970         * ListView.cs: Store item position in the ListView instead of the
3971         ListViewItem, this way we don't request the Bounds property of
3972         ListViewItem inside the ListView calculations, as well as cache the item
3973         size in item_size field. Store indexes instead of ListViewItem
3974         instances in the matrix used by icon view. Add a ItemMatrixLocation
3975         struct to hold the row and col info of the matrix info.
3976
3977         * ListViewItem.cs: Don't store the location anymore, and only cache
3978         the rectangles for GetBounds. Use the ListView.GetItemLocation
3979         method to retrieve the actual location.
3980
3981 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
3982
3983         * TextRenderer.cs: Add clipping support, thanks to George.
3984         [Fixes bug #80949]
3985
3986 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
3987
3988         * ListViewItem.cs: Cancel label edit when item is removed from 
3989         ListView.
3990         * ListView.cs: Move setting of focus to EndEdit. Fire BeforeLabelEdit
3991         event before the edit textbox is displayed.  Added CancelEdit method
3992         which is used end to editing while ignoring the value set by the
3993         user. In EndEdit, set focus to ListView to avoid losing focus to
3994         other controls. In ListViewItemCollection.Clear, cancel editing of
3995         any of the items.  In Remove, cancel editing of item being removed.
3996         Avoid udplicate code by modifing RemoveAt to invoke Remove.
3997
3998 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
3999
4000         * FileDialog.cs: Update FSEntry when move is successful. Fixes
4001         bug #80948.  
4002
4003 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
4004
4005         * MainMenu.cs: Change Draw method to take care about MenuOrigin to be 
4006         compatible with non X11 systems. Fixes #80901.
4007
4008 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
4009
4010         * ListView.cs: Added bool argument to UpdateMultiSelection to specify
4011         whether the item should be unselected and reselect. We do no want this
4012         when we're starting to edit the label. Do not fire the 
4013         SelectedIndexChanged event from ListView when its already been fired
4014         by modifying ListViewItem.Selected. Fixes bug #80943.
4015
4016 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
4017
4018         * TextRenderer.cs: Previos commit logic was backwards.
4019
4020 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
4021
4022         * TextRenderer.cs: Don't add padding on MeasureText if we were
4023         sent the NoPadding flag.
4024
4025 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
4026
4027         * ThemeWin32Classic.cs: Invert order of drawing operation with DrawImage
4028         after DrawButton. To prevent image overlaps button borders SetClip and 
4029         ResetClip added before and after draw image. Fixes #79129.
4030
4031 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
4032
4033         * FolderBrowserDialog.cs: Use ClientSize instead of Size to specify 
4034         window size, it fix problem when you run under win32 that theres
4035         Size diferent than ClientSize. Also fix controls size and positions
4036         to mimic Win32. Fixes #80837.
4037
4038 2007-02-22  Everaldo Canuto  <everaldo@simios.org>
4039
4040         * Form.cs: Handle WM_NCHITTEST and return HTMENU when point is on 
4041         menu area to fix some problems for non X11 systems. Fixes #80613.
4042
4043 2007-02-22  Jackson Harper  <jackson@ximian.com>
4044
4045         * TreeNode.cs: When a node is expanded, set its is_expanded flag
4046         even if it doesn't have any children.
4047
4048 2007-02-22  Jackson Harper  <jackson@ximian.com>
4049
4050         * TreeView.cs: Calculate the top node 'on the fly', this
4051         eliminates issues where you need to click on the tree before
4052         scrolling it to get the top node computed correctly.
4053         * TreeNodeCollection.cs: We don't need to mess with the top node
4054         anymore.
4055
4056 2007-02-22  Jackson Harper  <jackson@ximian.com>
4057
4058         * DataGridViewRow.cs: Fix typo so height can actually be set.
4059         Patch by Peter Grimm.
4060
4061 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
4062
4063         * FileDialog.cs: Fixed support for renaming files and directories.
4064         * ListView.cs: Do not lose focus when edit is canceled. Process
4065         Escape as regular key (to prevent closing of dialogs).
4066
4067 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
4068
4069         * ListView.cs: Removed TODO for LabelEdit. Removed extra tabs and
4070         spaces. Changed spaces to tabs. Removed unnecessary init of bools.
4071
4072 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
4073
4074         * FileDialog.cs: LabelEditEventArgs.Label now returns null when user
4075         did not modify label.
4076         * ListView.cs: Only set LabelEditEventArgs.Label if user actually
4077         modified the text. Reset Label when user presses Escape in edit mode.
4078         Move focus to ListView after having cancelled or finished editing the
4079         label.
4080
4081 2007-02-21  Gert Driesen  <drieseng@users.sourceforge.net>
4082
4083         * ComboBox.cs: Removed unnecessary initializations. Marked items field
4084         private. Clear textbox when Text is set to null and SelectedIndex is
4085         already -1.
4086         * FileDialog.cs: Removed unnecessary initializations. Removed 
4087         workarounds for ComboBox bugs that are now fixed. Modified
4088         DefaultExt, InitialDirectory and Title property to change null to
4089         zero-length string in getters. Avoid directly accessing fields.
4090
4091 2007-02-20  Jackson Harper  <jackson@ximian.com>
4092
4093         * TextControl.cs: Remove RecalAlignments call, that was some
4094         debugging leftovers.
4095         - Don't use the line indent when we shouldn't.
4096         * RichTextBox.cs: Add support for paragraph left indents.
4097
4098 2007-02-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4099
4100         * Control.cs: Fix BeginInvoke signature for 2.0 profile.
4101         Seems like the class status pages doesn't catch params differences.
4102
4103 2007-02-19  Gert Driesen  <drieseng@users.sourceforge.net>
4104
4105         * ComboBox.cs: Removed extra tabs. Changes spaces to tabs.
4106
4107 2007-02-19  Gert Driesen  <drieseng@users.sourceforge.net>
4108
4109         * ComboBox.cs: Setting Text should have no effect if item text of
4110         selected item exactly matches value. First lookup text using
4111         case-sensitive comparison, and fallback to case-insensitive comparison.
4112         FindString(Exact) returns -1 if search string is null. On 2.0 profile, 
4113         allow startIndex to be last index. Changed ArgumentOutOfRangeException
4114         paramname to match MS. Restart from first item if string is not found
4115         after startIndex. Fixed paramname of ArgumentNullException that is
4116         thrown for null value in ObjectCollection.Contains.
4117
4118 2007-02-19  Everaldo Canuto  <everaldo@simios.org>
4119
4120         * XplatUIStructs.cs: WM_XXX UISTATE elements uncommented.
4121
4122 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4123
4124         * ListControl.cs: In SelectedValue use value.Equals to compare for
4125         equality instead of ==, otherwise it will fail for strings.
4126         Fixes #80794.
4127
4128 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4129         
4130         * ComboBox.cs: Switch the order to ShowSelection and ActivateCaret,
4131         since the caret won't show up unless ShowSelection is true. 
4132         Fixes #80795.
4133
4134 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4135
4136         * Application.cs: When disabling all forms but the main form, do not
4137           disable any descendants of the main form (such as mdi children or
4138           other parented forms). Fixes #80822 on Windows.
4139         * Form.cs: If we have a parent, set the WS_CHILD style.
4140         * Control.cs: Update the window styles if the control whose parent has
4141           changed is a form (the WS_CHILD style has to be switched).
4142
4143 2007-02-19  Everaldo Canuto  <everaldo@simios.org>
4144
4145         * XplatUIStructs.cs: MsgUIState structure added.
4146
4147 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
4148
4149         * FileDialog.cs: Removed need for separate fileName field. On 2.0
4150         profile, do not check filename(s) for illegal character if filename(s)
4151         were set non-interactively but always check on 1.0 profile. Fixed NRE
4152          in DefaultExt and only strip off first leading dot. Improve exception
4153         message when invalid Filter is set. Do not ignore InitialDirectory if
4154         it does no exist. Store specified Title, and if empty use default
4155         title (depending on type of dialog). Added an internal DialogTitle 
4156         property for retrieving dialog title. Fixed logic of displayed dir to
4157         more closely match MS. Avoid setting ComboBox.Text to a zero-length 
4158         string as its buggy.
4159         * OpenFileDialog.cs: In OpenFile, throw ArgumentNullException if
4160         FileName is a zero-length string (it can never be null). Override 
4161         DialogTitle property to set default title of dialog box.
4162         * SaveFileDialog.cs: Override DialogTitle property to set default
4163         title of dialog box.
4164
4165 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
4166
4167         * FileDialog.cs: Modify default text of filename and filetype labels
4168         to match that of MS. Reset do_not_call_OnSelectedIndexChanged...
4169         after we've updated the SelectedIndex. Fixes part of bug #80887.
4170         * SaveFileDialog.cs: Set text of filetype label.
4171
4172 2007-02-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4173
4174         * LabelEditEventArgs.cs: New internal SetLabel method, to set the
4175         label field. Needed by latest Jackson's fixes for ListView.
4176
4177 2007-02-16  Andreia Gaita  <avidigal@novell.com>
4178
4179         * PrintPreviewControl/PrintPreviewDialog: Properly dispose of 
4180         print preview images.
4181
4182 2007-02-16  Jackson Harper  <jackson@ximian.com>
4183
4184         * ListView.cs: Make AfterLabelEdit work correctly.
4185         * FileDialog.cs: After changing the name of the folder, we have to
4186         make sure that it is created, or that we pop up an error because
4187         it already exists.
4188
4189 2007-02-16  Jackson Harper  <jackson@ximian.com>
4190
4191         * X11Dnd.cs: Implement aliases on mime handlers, so things like
4192         System.String are mapped to text.
4193         - Handle dataobjects, getting all the possible formats out of them
4194         - We dont need the drag event args before we give feedback. This
4195         allows feedback cursors to be immediate before selections have
4196         been converted.
4197
4198 2007-02-16  Jackson Harper  <jackson@ximian.com>
4199
4200         * TextBoxBase.cs: Modified the method for inserting images to
4201         taking a line and position instead of tag and position.
4202         * RichTextBox.cs: Handle PngBlip data by inserting the png image
4203         into the RTF file.
4204         * TextControl.cs: Allow images to be inserted as the first tag of
4205         a line.
4206         - Fix some off by one issues when we assume the first tag is a
4207         text tag, not an image tag.
4208
4209 2007-02-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4210
4211         * ListView.cs: Set focus to ListView when ItemControl gets a
4212         WM_RBUTTONDOWN message, to mimic .Net behaviour. 
4213         Fixes part of #80467.
4214
4215 2007-02-15  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4216
4217         * DateTimePicker.cs: Call RecreateHandle if the Format changes and
4218           validate Text input (if null or empty string reset Value to default
4219           value). Fixes #80830.
4220
4221 2007-02-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4222
4223         * ListView.cs: Set owner as null for columns and items when
4224         Dispose is invoked. Fixes #80607.
4225
4226 2007-02-14  Jonathan Pobst  <monkey@jpobst.com>
4227
4228         * ToolStrip.cs: Allow LayoutStyle.Flow, make sure to call OnOpening when
4229         showing DropDowns, don't show a Grip when doing Flow layout.
4230         [This fixes the toolbox in PDN 2.72.]
4231         * ToolStripItem.cs: Add Anchor property and some internal properties to
4232         reduces needed changes to FlowLayout.
4233         * ToolStripOverflow.cs: Remove unused variable.
4234         * ToolStripSplitStackLayout.cs: If a ToolStripItem isn't visible, don't
4235         use it in the layout calculations.
4236
4237 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
4238
4239         * ToolTip.cs: Add HotkeyPrefix.Hide to MeasureString format, it fix an issue
4240         reported in #79640.
4241         
4242         * ThemeWin32Classic.cs: Uses format for MeasureString in ToolTipSize to fiz
4243         size calculation.
4244
4245 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
4246
4247         * ToolBar.cs, ToolBarButton.cs: Revert and remove HotkeyPrefix from 
4248         MeasureString format, it can make button very large in some cases, it is
4249         strange but is what win32 do.
4250
4251 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
4252
4253         * ToolBar.cs, ToolBarButton.cs: Uses format in MeasureString to fix string 
4254         size calculation.
4255
4256         * ThemeWin32Classic.cs: Set HotkeyPrefix in toolbar text format to fix text
4257         rendering, the value is based on MenuAccessKeysUnderlined.
4258
4259 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
4260
4261         * Theme.cs: Change MenuAccessKeysUnderlined to "true" that is value used
4262         for most themes.
4263         
4264         * ThemeWin32Classic.cs: Override MenuAccessKeysUnderlined as false.
4265         
4266         * ThemeNice.cs, ThemeGtk.cs, ThemeClearlooks.cs: Remove always_draw_hotkeys
4267         and use MenuAccessKeysUnderlined instead.
4268
4269 2007-02-13  Andreia Gaita  <avidigal@novell.com>
4270
4271         * ContainerControl.cs: Focus fix for nunit treeview selection bug.
4272         A selected control would not get a Focus call if:
4273                 - the default active control of the container is the same as
4274                   the one that was selected
4275                 - we are switching from one container to another
4276         Under these conditions, the container being selected already has
4277         an active_control, which is the same as the one being activated, 
4278         so set_ActiveControl would always return and not send the Focus
4279         call. Fix to check if the currently active control of the container
4280         is actually focused.
4281
4282 2007-02-13  Jonathan Pobst  <monkey@jpobst.com>
4283
4284         * StatusStrip.cs: Implement the spring layout.
4285         * ToolStripControlHost.cs: Make sure the hosted control's visibility
4286         always matches the host.
4287         * ToolStripItem.cs: Write a more accurate layout for TextBeforeImage
4288         and TextAfterImage.
4289
4290 2007-02-13  Andreia Gaita  <avidigal@novell.com>
4291
4292         * Control.cs: Code reorganization only.
4293           - Reorganize the WndProc cases so that each case has it's own handling method, 
4294           to help with the no-line-numbering stack traces.
4295           - Formatting changes (it's vstudio's fault, really :p)
4296
4297 2007-02-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4298
4299         * MonthCalendar.cs: Switch to using Thread.CurrentCulture instead of
4300           Thread.CurrentUICulture to match DateTimePicker's (and MS)
4301           behaviour.
4302
4303 2007-02-12  Jackson Harper  <jackson@ximian.com>
4304
4305         * RichTextBox.cs:
4306         * TextBox.cs: By default we have a non multiline document
4307         - use the multiline property instead of the internal variable
4308         * TextBoxBase.cs: Treat multiline and non multiline the same in
4309         most places.
4310         - Use the documents multiline flag instead of tracking it ourself
4311         * TextControl.cs: Attempt at getting multiline to match MS
4312         behavior.  Lines now track an offset, which is either their X or Y
4313         offset depending on whether or not we are in multiline mode.
4314         - Update all the methods to understand that lines have an X value.
4315         - Fix crash in Undo::Duplicate when empty lines are deleted.
4316
4317 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
4318
4319         * Label.cs: CalcPreferredHeight and CalcPreferredWidth methods removed and 
4320         code moved to properties PreferredHeight and PreferredWidth. It solve the
4321         all problems when preferred sizes must be recalculated. Fixes #80801.
4322
4323 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
4324
4325         * Label.cs: Fix CalcPreferredHeight for 2.0 that must return only
4326         font height when compatible_text_rendering is false. Partially fix #80801.
4327
4328 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
4329
4330         * Form.cs: Fixed typo in exception message. Fixes bug #80779.
4331
4332 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
4333
4334         * Form.cs: Improved exception messages in ShowDialog.
4335
4336 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
4337
4338         * PrintDialog.cs: On 1.0 profile, throw ArgumentException in RunDialog if
4339         PrinterSettins has not been set. On 2.0 profile, initialize PrinterSettings
4340         if not set. Fixes bug #80764. Avoid accessing current_settings field
4341         directly.
4342
4343 2007-02-08  Everaldo Canuto  <everaldo@simios.org>
4344
4345         * Theme.cs: An new property MenuAccessKeysUnderlined added with default value
4346         false.
4347
4348         * SystemInformation.cs: An new property MenuAccessKeysUnderlined added, it is
4349         public in 2.0 and for easy maintenance and dont break compatibility it is 
4350         internal in 1.1.
4351         
4352 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
4353
4354         * ToolStripItem.cs: Implement using images from ImageList.
4355
4356 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4357
4358         * DateTimePicker.cs: Change default date-formatting culture from
4359           CurrentThread.CurrentUICulture to CurrentThread.CurrentCulture,
4360           seems to be the way MS does it.
4361
4362 2007-02-08  Andreia Gaita  <avidigal@novell.com>
4363
4364         * PrintPreviewControl.cs: rewrite toolbar code to fix #80725. Correct 6-up image 
4365         (the 6 was cut off on the right side)
4366
4367 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
4368
4369         * Form.cs: Tell MenuStrips to close when the form is clicked.
4370         * MenuStrip.cs, ToolStrip.cs, ToolStripControlHost.cs, 
4371         ToolStripDropDown.cs, ToolStripDropDownItem.cs, ToolStripItem.cs,
4372         ToolStripItemCollection.cs, ToolStripMenuItem.cs, ToolStripProfessionalRenderer.cs,
4373         ToolStripSplitButton.cs, ToolStripSplitStackLayout.cs: Add 
4374         support for Overflow, where items that do not fit are automatically
4375         reparented to a drop down menu.
4376         * ToolStripOverflow.cs, ToolStripOverflowButton.cs: Added.
4377         Also: fixes bug #80747.
4378
4379 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4380
4381         * ComboBox.cs: Remove warning (unused code).
4382         * ScrollableControl.cs: Remove warning for 1.1 profile.
4383
4384 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4385
4386         * Form.cs: Remove a warning.
4387
4388 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4389
4390         * DateTimePicker.cs: Fixed a NRE if CustomFormat was null. Handles the
4391           'g' specifier, not documented anywhere, but seems to always show up
4392           as a single space (might have something to do with the DateTime 'g'
4393           specifier, which is the era format, but since DateTimePicker can't
4394           go earlier than 1753 it wouldn't matter) . Fixed quote handling,
4395           won't crash if the format has an unmatched quote. Now shows
4396           single-character formats correctly. Fixes #80744.
4397
4398 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
4399
4400         * StatusStrip.cs: Stretch property needs to call base.Stretch,
4401         not this.Stretch to fix stack overflow. [Fixes bug #80760]
4402
4403 2007-02-07  Chris Toshok  <toshok@ximian.com>
4404
4405         * ThemeWin32Classic.cs (DrawButtonBase): don't clear to the
4406         background color.  it overwrites the background image we've
4407         already painted.  Fixes #80599.
4408
4409 2007-02-07  Chris Toshok  <toshok@ximian.com>
4410
4411         * DataGrid.cs: return immediately from Edit() when there are no
4412         columns.  Fixes #80662.
4413
4414 2007-02-07  Chris Toshok  <toshok@ximian.com>
4415
4416         * MessageBox.cs: fix #80625.  don't always show the Help button in
4417         2.0.  use the displayHelpButton parameter to determine if we
4418         should show it. Also, make the internal show_help field private.
4419
4420 2007-02-07  Chris Toshok  <toshok@ximian.com>
4421
4422         * Control.cs (SetVisibleCore): check in the proposed patch for
4423         80604, and set is_visible before calling CreateControl.
4424
4425 2007-02-07  Jonathan Pobst  <monkey@jpobst.com>
4426
4427         * ListView.cs: UseCompatibleStateImageBehavior setter changed from NIEX to 
4428         MonoInternalNote.  This is added automagically by VS2005, so let's not crash
4429         on it.
4430
4431 2007-02-06  Everaldo Canuto  <everaldo@simios.org>
4432
4433         * MenuAPI.cs: hotkey_active internal field added, it is required because
4434         we need to know when hotkeys must be draw, before this change a keystate
4435         Navigating was used but we can have menu in navigating state without
4436         hotkeys. Fixes #80694.
4437         
4438         * ThemeWin32Classic.cs: Only draw hot keys when hotkey_active is true.
4439
4440 2007-02-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4441
4442         * Control.cs: Handle WM_CAPTURECHANGED in 1.1 code as well, and change
4443           corresponding events and methods to be internal for 1.1 profile and
4444           public for 2.0 profile (required by SizeGrip).
4445         * Form.cs: Use SizeGrip as a virtual SizeGrip (and don't add it to the
4446           implicit control list). Don't set the size nor the location of the
4447           SizeGrip anymore as it's not needed.
4448         * SizeGrip.cs: Rewrote large parts, it now supports a virtual mode to
4449           draw directly on the captured control (fixes #80656). Removed
4450           ShowGrip (it wasn't used anywhere), redraw (always true), added
4451           GetDefaultSize and GetDefaultRectangle to calculate defaults.
4452         * ScrollableControl.cs: Make UpdateSIzeGripVisible internal so it can
4453           be called from SizeGrip.
4454
4455 2007-02-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4456
4457         * Timer.cs: Throw ArgumentException if Interval <= 0.
4458
4459 2007-02-05  Jackson Harper  <jackson@ximian.com>
4460
4461         * TreeView.cs: We need to check scrollbar visibility when window
4462         visibility is updated, because non visible trees don't ever add
4463         scrollbars.
4464         * Cursor.cs: We want the override cursor to be reset to NULL when
4465         we set current cursor to the default cursor.
4466
4467 2007-02-05  Jackson Harper  <jackson@ximian.com>
4468
4469         * TextControl.cs: Don't have crlfs when we are non multiline.
4470         - Consolidate the line position.
4471
4472 2007-02-05  Jackson Harper  <jackson@ximian.com>
4473
4474         * X11Keyboard.cs: BACK+CTRL gets a special char code.
4475
4476 2007-02-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4477
4478         * XplatUIX11.cs: Implemented WM_CAPTURECHANGED support, we're now
4479           handling LeaveNotify->NotifyUngrab in order to send
4480           WM_CAPTURECHANGED. However sometimes the NotifyUngrab arrives late
4481           after calling XUngrabPointer, so we call WindowUngrabbed directly
4482           from UngrabWindow in order to send WM_CAPTURECHANGED immediately.
4483         * Control.cs: Handle WM_CAPTURECHANGED in order to raise
4484           MouseCaptureChanged correctly. Also create handles if changing
4485           Capture (matches MS behaviour).
4486
4487 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4488
4489         * SizeGrip.cs: Make the last change 2.0 only.
4490
4491 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4492
4493         * SizeGrip.cs: If resizing and the capture is lost, revert any size
4494           changes to initial size (fixes #80597).
4495
4496 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4497
4498         * SizeGrip.cs: Use the normal icon for SizeGrip if it is disabled.
4499
4500 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4501
4502         * SizeGrip.cs: Only draw sizegrip if enabled (but always draw
4503           background) and only allow dragging if enabled. This way the
4504           sizegrip can be used to fill the open square that otherwise would
4505           have been shown in the bottom right corner of ScrollableControl
4506           when ScrollableControl is not suppose to support sizing.
4507         * ScrollableControl.cs: Create UpdateSizeGripVisible to decide when the
4508           sizegrip is shown and enabled, and hook up with necessary events.
4509
4510 2007-02-01  Chris Toshok  <toshok@ximian.com>
4511
4512         * DataGridTextBoxColumn.cs: clean up the
4513         GetFormattedString/GetColumnValueAtRow combination of functions.
4514         Also fix UpdateUI, and the initial state of
4515         IsInEditOrNavigateMode.
4516
4517         * DataGridTextBox.cs: don't chain up to base.OnMouseWheel - we
4518         aren't supposed to scroll the textbox here, we're supposed to
4519         scroll the datagrid.
4520
4521 2007-02-01  Chris Toshok  <toshok@ximian.com>
4522
4523         * ComboBox.cs: use vscrollbar_ctrl.Dock instead of explicitly
4524         setting the position.
4525
4526 2007-02-01  Chris Toshok  <toshok@ximian.com>
4527
4528         * DataGrid.cs (OnLeave): we can now do the CancelCurrentEdit thing
4529         here, since the most recent focus fixes keep us from generating
4530         the Leave event when our textbox gets focus.
4531         (Edit): we should be passing null for the column style's
4532         instantText parameter.
4533         
4534 2007-02-01  Jonathan Pobst  <monkey@jpobst.com>
4535
4536         * ToolStripDropDownItem.cs: Make sure DropDownOpening event is 
4537         raised.  Fixes menu text/icons not showing up in PDN.
4538
4539 2007-02-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4540
4541         * Control.cs: Remove code in constructor that makes every
4542         control with WS_CHILD set have initial location -1, -1.
4543
4544 2007-01-31  Jackson Harper  <jackson@ximian.com>
4545
4546         * X11Dnd.cs: Take the keyboard on init to reduce coupling with
4547         XplatUIX11.
4548         * XplatUIX11.cs: Give teh keyboard to teh dnd.
4549
4550 2007-01-31  Jackson Harper  <jackson@ximian.com>
4551
4552         * X11Dnd.cs: Use IDataObject instead of the DataObject class.
4553         - Remove some debug code.
4554
4555 2007-01-31  Jackson Harper  <jackson@ximian.com>
4556
4557         * XplatUIX11.cs: If you set the override cursor during a grab, it
4558         should actually override the grab cursor.  This comes into play
4559         when you are setting custom cursors in a DND feedback method.
4560
4561 2007-01-31  Jackson Harper  <jackson@ximian.com>
4562
4563         * X11Dnd.cs: Add support for handling the QueryContinue and
4564         GiveFeedback events.
4565         - Cancel drag and drop actions when the escape key is clicked.
4566         * XplatUIX11.cs: Let the dnd subsystem get key events, so that it
4567         can handle the ESCAPE key.
4568         - Allow dnd to swallow BUTTONUP messages if it needs to.  This is
4569         done when dnd events are continued after the button is released.
4570         - Add a new helper method so that dnd can translate key events.
4571
4572 2007-01-31  Alexander Olk  <alex.olk@googlemail.com>
4573
4574         * FileDialog.cs: Rewrite of Jacksons OnClickCancelButton patch to
4575         make it more obvious what is happening.
4576
4577 2007-01-30  Jackson Harper  <jackson@ximian.com>
4578
4579         * XplatUIX11.cs: Don't break when handling button release in drag
4580         and drop operations. We need that BUTTONUP message to get through
4581         so capture is released.
4582         * X11Dnd.cs: We don't need to manually grab the pointer anymore,
4583         this is handled automatically when the mouse is down.
4584
4585 2007-01-30  Jackson Harper  <jackson@ximian.com>
4586
4587         * FileDialog.cs: OnClickCancelButton gets called whenever the dialog
4588         is closed, so we need to make sure that we aren't changing the
4589         dialog result when the OK (Open or Save) button has been clicked
4590         and we are closing the window ourselves.  Note we don't need to
4591         worry about the cache being written in this case, because it was
4592         already done in the previous FilOk call.
4593
4594 2007-01-30  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4595         
4596         * DateTimePicker.cs: Remove a warning.
4597         * ComboBox.cs: Remove a couple of warnings.
4598
4599 2007-01-29  Chris Toshok  <toshok@ximian.com>
4600
4601         * XplatUIX11.cs: don't crash, and remove the icon if the user has
4602         set one, if SetIcon is passed a null icon.
4603
4604 2007-01-29  Andreia Gaita  <avidigal@novell.com>
4605
4606         * TextBox.cs: Redraw when the password characters changes
4607         * TextControl.cs: Check if textbox has a password char and draw 
4608         a line of password chars instead of the text in the line. LineTag gets 
4609         an extra Draw() method which allows document.Draw to override the text 
4610         that will be drawn. Removes 1024 char limitation on length of passworded 
4611         lines.
4612
4613 2007-01-29  Jackson Harper  <jackson@ximian.com>
4614
4615         * TextBoxBase.cs: Deleting sections of text is undoable.  Deleting
4616         single chars is not.
4617
4618 2007-01-28  Jonathan Pobst  <monkey@jpobst.com>
4619
4620         * TextRenderer.cs: Fix cutting off the bottom of letters like "j" by
4621         one pixel.  Fix a StackOverflowException caused by an overload wrongly
4622         calling itself.
4623
4624 2007-01-26  Everaldo Canuto  <everaldo@simios.org>
4625
4626         * MenuAPI.cs: Fixed kerboard grab problem when "enter"key is pressed,
4627         also remove ProcessArrowKey and put the code inside ProcessKeys.
4628
4629 2007-01-26  Jonathan Pobst  <monkey@jpobst.com>
4630
4631         * PaddingConverter.cs: Added.
4632
4633 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4634         
4635         * ThemeWin32Classic.cs: Only draw the text of a StatusBar if
4636         ShowPanels is false (fixes #80600). Only draw up to 127 characters
4637         of text (fixes #80601). For panels clip the text to draw to the
4638         panel (fixes #80603).
4639
4640 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4641
4642         * ComboBox.cs: Fixed implementation of ResetText.
4643
4644 2007-01-25  Jackson Harper  <jackson@ximian.com>
4645
4646         * TextControl.cs: For the last char of a line we need to use the
4647         line size, not that chars width, since it won't actually be
4648         computed since the right side of a char is based on the start of
4649         the left side of the next char, and the next char does not exist.
4650
4651 2007-01-25  Chris Toshok  <toshok@ximian.com>
4652
4653         * Splitter.cs: fix the new unit tests, and reindent some switch
4654         statements.
4655
4656 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4657
4658         * ComboBox.cs: Implemented 2.0 methods and events.
4659         * TextBoxBase.cs: Added OnTextUpdate, so that
4660         ComboBox.ComboTextBox can inform ComboBox of it.
4661
4662 2007-01-25  Jackson Harper  <jackson@ximian.com>
4663
4664         * TextControl.cs: Respect ShowSelection when deciding whether or
4665         not to display the caret, this allows comboboxes to have carets
4666         when the combotextbox does not have focus.
4667
4668 2007-01-25  Jackson Harper  <jackson@ximian.com>
4669
4670         * TextControl.cs: Add a Suspend/Resume for updating, basically the
4671         same as the Suspend/Resume for recalc, except this will do actual
4672         Invalidates.
4673         - New Undo manager, works much like the MS version.
4674         - Implemented Redo
4675         * TextBoxBase.cs: The Cut operation is undoable.
4676
4677 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4678         
4679         * TextBoxBase.cs: Don't antialias text. Makes it look way better
4680         on Windows (no difference on Linux).    
4681
4682 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4683
4684         * XplatUIWin32.cs: Set SWP_NOACTIVATE in RequestNCRecalc as well,
4685         we don't want to activate any windows. Fixes #79433.
4686
4687 2007-01-25  Jonathan Pobst  <monkey@jpobst.com>
4688
4689         - ButtonBase.cs: Fix capitalization of parameter: disposing.
4690         [Fixes bug #80609]
4691
4692 2007-01-25  Alexander Olk  <alex.olk@googlemail.com>
4693
4694         * FileDialog.cs:
4695         - Move to using System.ComponentModel.EventHandlerList
4696         - Replace Refresh with Invalidate
4697         - Clear the mime filecache on closing
4698         - Some other memory reducing work. After beeing closed FD now uses
4699           only about 300 KB for the fdo mime stuff plus the memory of the
4700           cached icons.
4701         * Mime.cs: Changed coding style and removed unnecessary commented
4702         code. Some more memory memory reducing work.
4703
4704 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4705
4706         * ComboBox.cs: Implemented FlatStyle and DropDownHeight, and added
4707         a few other missing 2.0 properties.
4708         * Theme.cs: Added DrawFlatStyleComboBox.
4709         * ThemeWin32Classic.cs: Implemented DrawFlatStyleComboBox.
4710
4711 2007-01-24  Chris Toshok  <toshok@ximian.com>
4712
4713         * XplatUIX11.cs: fix the wake_waiting logic - we always clear the
4714         wake_waiting flag, not just when there's data to be read.  if we
4715         don't, then future wakeup's won't reach us and we'll be doomed to
4716         wait for the entire 1 second timeout forever (unless there are X
4717         events to be had).
4718
4719 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
4720
4721         * ComboBox.cs: FindStringExactMaxException doesn't throw AOORE on 2.0
4722         until you pass Items.Count, not Items.Count - 1 like 1.1.
4723
4724 2007-01-24  Gert Driesen  <drieseng@users.sourceforge.net>
4725
4726         * ColumnHeader.cs: Fixed ParamName in ArgumentOutOfRangeException.
4727
4728 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
4729
4730         * ToolStripContainer.cs: The recent Dock fix exposed that I was
4731         adding the panels in the wrong order.
4732
4733 2007-01-24  Jackson Harper  <jackson@ximian.com>
4734
4735         * TextBoxBase.cs: When we move the caret we also need to move the
4736         selection, this fixes some random crashing after doing select
4737         text, unselect, delete a char, paste.
4738
4739 2007-01-24  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4740
4741         * Form.cs: Update SizeGrip's location even if it's not visible (fixes #80592).
4742
4743 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
4744
4745         * Control.cs: In OnParentBackgroundImageChanged remove conditions to call
4746         OnBackgroundImageChanged, it mimics win32 behavior. Fixes #80553. 
4747         * ToolBar.cs: Force redraw in BackgroundImageChanged.
4748
4749 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
4750
4751         * ToolBar.cs:
4752         - Implement support for vertical toolbars. Fixes #80539;
4753         - Call LayoutToolBar when resize, it fix some other problems in layout.
4754         - Rename requested_height to requested_size, as we can have width on it
4755         when toolbar is vertical.
4756         - Create a private property "Vertical" that uses Dock to verify when 
4757         toolbar is vertical or not.
4758         - Set ControlStyles when change Dock property.
4759         - Refactory in LayoutToolBar to have better variables names and to support
4760         vertical toolbars.
4761         - Fixes default value for ButtonSize when button count is equal zero, size
4762         must be (39, 36) test case writed.
4763
4764 2007-01-23  Chris Toshok  <toshok@ximian.com>
4765
4766         * Control.cs: fix the checks so that they work correctly for mdi
4767         parents/children.
4768
4769 2007-01-23  Chris Toshok  <toshok@ximian.com>
4770
4771         * Control.cs: ControlCollection seems to have super-secret
4772         abstraction breaking knowledge of Mdi containers.  allow MdiClient
4773         to add toplevel controls.
4774
4775 2007-01-23  Chris Toshok  <toshok@ximian.com>
4776
4777         * Control.cs: throw an ArgumentException if a toplevel control is
4778         added to our control collection from ControlCollection.Add, as
4779         well as from ControlCollection.IList.Add.  This fixes the
4780         ControlSetTopLevelTest.TestTopLevelAdd unit test.
4781
4782         Also, in ControlCollection.IList.Add, don't through an
4783         ArgumentNullException, throw an ArgumentException, when value ==
4784         null.  This matches MS.
4785
4786 2007-01-23  Chris Toshok  <toshok@ximian.com>
4787
4788         * BindingSource.cs: initial, incomplete, implementation of
4789         BindingSource.
4790
4791 2007-01-23  Jackson Harper  <jackson@ximian.com>
4792
4793         * TextControl.cs:
4794         * TextBoxBase.cs: Checking in some pieces of the undo stuff so
4795         that I can fix a broken unit test (TextBoxTest::ClearUndo)
4796         
4797 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
4798
4799         * ToolBar.cs: Add status fields to ToolBarButtonInfo.
4800
4801 2007-01-23  Andreia Gaita  <avidigal@novell.com>
4802
4803         * TreeNode.cs: Add new 2.0 ImageKey and SelectedImageKey properties.
4804         * TreeNodeCollection.cs: New Add() methods, ContainsKey and
4805         IndexOfKey() for 2.0
4806
4807 2007-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4808
4809         * XplatWin32.cs: In RequestNCRecalc call SetWindowPos with SWP_NOZORDER
4810         to prevent it from changing z-order.
4811         * MdiWindowManager.cs: Refactor part of SetWindowState to MdiClient, only
4812         leave UI updates in MdiWindowManager.
4813         * InternalWindowManager.cs: Check for 0 sized nc areas and make them
4814         1 sized (NC handling goes weird on Linux otherwise).
4815         * MdiClient.cs: Add missing ExStyle (WS_EX_CLIENTEDGE), so it's no longer
4816         necessary to handle WM_NCCALCSIZE anymore. This also made it possible to
4817         remove a few NCRequestRecalcs. Changed calculations in IconicBounds
4818         to use ClientSize of MdiClient instead of entire size. Refactored ActivateChild
4819         and SetWindowState(s) to allow for changing the size of an activated child
4820         before activating it (reduces a lot of flicker).
4821
4822 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
4823
4824         * Form.cs: Changing FormBorderStyle has different semantics based
4825         on whether the Form is visible or not.  If not visible, don't change
4826         the Size.  But InvalidateNC needs to be called to force the window
4827         to pick up the changes and redraw itself.  [Fixes bug #80574]
4828
4829 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
4830
4831         [Moma work]
4832         * ContainerControl.cs: ProcessCmdKey.
4833         * ErrorProvider.cs: new constructor.
4834         * Form.cs: fix AutoValidateEvent compiler warning.
4835         * Label.cs: fix OnAutoSizeChanged compiler warning.
4836         * MenuStrip.cs: fix CanOverflow compiler warning.
4837         * TabControl.cs: SelectTab, OnSelected methods, Selected event.
4838         * TextBox.cs: Dispose.
4839         * ToolStrip.cs: CanOverflow, re-enable double buffering.
4840         * ToolStripControlHost.cs: fix CausesValidation compiler warning.
4841         * ToolStripDropDown.cs: fix ContextStripMenu compiler warning.
4842         * ToolStripItem.cs: Overflow, RightToLeft properties.
4843
4844 2007-01-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4845
4846         * Form.cs: Move the layout of the main form to MdiWindowManager.
4847         * MdiWindowManager.cs: If WindowState changes from or to Maximized,
4848         do a layout of the main window to update MdiClient's client area to
4849         the right area. Fixes #80533. Remove the calculation of nc size, 
4850         it was just wrong and the correct one is the same as for 
4851         InternalWindowManager. 
4852
4853 2007-01-20  Jonathan Pobst  <monkey@jpobst.com>
4854
4855         * Control.cs: Setting Anchor or Dock needs to reset the other
4856         to its default.  [Fixes bug #80556]
4857
4858 2007-01-20  Chris Toshok  <toshok@ximian.com>
4859
4860         * CheckedListBox.cs: class status changes.
4861
4862         * ScrollableControl.cs: same.
4863
4864         * RichTextBox.cs: same.
4865
4866         * ContainerControl.cs: same.
4867
4868         * ListView.cs: same.
4869
4870         * NotifyIcon.cs: same.
4871
4872         * MenuStrip.cs: same.
4873
4874         * RadioButton.cs: same.
4875
4876         * CheckBox.cs: same.
4877
4878         * PrintPreviewDialog.cs: same.
4879
4880         * Form.cs: same.
4881
4882 2007-01-19  Jonathan Pobst  <monkey@jpobst.com>
4883
4884         * TreeNode.cs: Apply Alan's patch for Name property.
4885
4886 2007-01-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4887         
4888         * Form.cs: Implemented SizeGripStyle.
4889         * SizeGrip.cs: Check for minimum and maximum size for the
4890         control being resized and only resize if size has actually
4891         changed.
4892
4893 2007-01-19  Chris Toshok  <toshok@ximian.com>
4894
4895         * DataGridColumnStyle.cs: stop setting _readonly in the
4896         PropertyDescriptor setter.  fixes a unit test failure.
4897
4898         also, rename ParentReadOnly to TableStyleReadOnly, and have it
4899         just consult our table style (if we have one).  We don't need to
4900         consult the datagrid readonly attribute because that's passed in
4901         as the _ro arg to Edit.  this simplifies things a little.
4902         
4903         * DataGrid.cs: use CurrentColumn instead of
4904         current_cell.ColumnNumber just to simplify some of the code.
4905
4906         switch the order of some things in the CurrentCell setter to keep
4907         the previous cell from getting a textbox again -
4908         EnsureCellVisibility causes scrolling to happen, which calls Edit.
4909         So we need to set the new cell before calling it.
4910         
4911         call Edit in OnEnter, as does Microsoft.
4912         
4913         also, make sure the current table style isn't the one we create
4914         initially when checking to see if it's different than the one
4915         we're setting it to in BindColumns (this fixes #80421).
4916
4917         * GridTableStylesCollection.cs: table styles can have "" for a
4918         mapping name.  part of the fix for #80421.
4919
4920         * DataGridTextBoxColumn.cs: simplify the readonly calculation in
4921         Edit significantly.
4922
4923 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
4924
4925         * TextRenderer.cs: Rewrote to be complete-er, more MS-matching-er,
4926         and less GDI object leaky-er.
4927
4928 2007-01-18  Andreia Gaita  <avidigal@novell.com>
4929
4930         * LinkLabel.cs: Add opaque control style
4931
4932 2007-01-18  Jackson Harper  <jackson@ximian.com>
4933
4934         * TextControl.cs: Calculate width properly.
4935         - Don't store the tag's X offset, this can be figured out very
4936         easily.
4937         - When getting the caret tag make sure to get the last empty tag.
4938
4939 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
4940
4941         * Form.cs: Recalculate our size after setting a new FormBorderStyle.
4942         [Fixes bug #79959]
4943
4944         * Control.cs: Color.Empty shouldn't count for previous transparent
4945         redraw changes.
4946
4947 2007-01-18  Jackson Harper  <jackson@ximian.com>
4948
4949         * TextBox.cs:
4950         * RichTextBox.cs:
4951         * TextControl.cs: Starting to merge in some pieces of my older
4952         undo work.  Basically just some slight cleanup of the undo API.
4953
4954 2007-01-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4955
4956         * TrackBar.cs: Fix signature of RightToLeftLayout.
4957         * StatusBar.cs: Implemented missing 2.0 methods and attributes.
4958         * StatusBarPanel.cs: Implemented missing 2.0 methods and attributes.
4959         * Application.cs: Implemented UseWaitCursor.
4960
4961 2007-01-18  Jackson Harper  <jackson@ximian.com>
4962
4963         * TextControl.cs: We can't skip tags if any part of the tag is
4964         visible.
4965
4966 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
4967
4968         * ContainerControl.cs: Override OnLayout.
4969
4970 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
4971
4972         * NotifyIcon.cs: Add ContextMenuStrip and Tag properties.
4973
4974         * ContextMenuStrip.cs: Make sure context menu is shown on top of 
4975         everything else.
4976
4977 2007-01-18  Chris Toshok  <toshok@ximian.com>
4978
4979         * ContainerControl.cs: remove the partial handling of LBUTTONDOWN
4980         (leftover from the container_selected days, I'd wager).  fixes bug
4981         #80546.
4982
4983 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
4984
4985         * Control.cs: Apply patch from George to fix the new testcase on
4986         bug #80451.  We can't just check for Color.Transparent, we need 
4987         to check if the back color's alpha channel is < 255.
4988
4989 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
4990
4991         * Form.cs: Move setting show_icon = true to before the constructor
4992         so that the base constructor has that information when it calculates
4993         the form's size.  Was causing forms to be (6, 6) bigger than they
4994         were supposed to be.  Thanks for catching this Rolf!
4995
4996 2007-01-18  Jackson Harper  <jackson@ximian.com>
4997
4998         * TextControl.cs: When replacing a selection we need to invalidate
4999         from the initial selection start, because selection start is moved
5000         to the end of the replacement.
5001
5002 2007-01-18  Andreia Gaita  <avidigal@novell.com>
5003
5004         * LinkLabel.cs: Missing ControlStyles. Fixes #80482
5005
5006 2007-01-18  Chris Toshok  <toshok@ximian.com>
5007
5008         * DataGridTextBoxColumn.cs: fix most of the NotWorking unit tests
5009         I just added.
5010
5011 2007-01-17  Everaldo Canuto  <everaldo@simios.org>
5012
5013         * ToolBar.cs: Add layout methods to ToolBarButtonInfo class, every 
5014         layout methods and properties from ToolBarButton must be available
5015         into ToolBarButtonInfo.
5016
5017 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
5018
5019         * Control.cs: If the control has a transparent background, we
5020         need to refresh it when it moves and when it's parent's background
5021         image changes.  [Fixes bug #80451]
5022
5023 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
5024
5025         * XplatUIWin32.cs: Don't use 2.0 methods in 1.1 code!  Doh!
5026
5027 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
5028
5029         * XplatUIWin32.cs: Implement proper double buffering for Windows.
5030         [Fixes bug #80447, and probably speeds up things as well]
5031
5032 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5033
5034         * XplatUIX11.cs: Caption height for MDI children is 19, not 26.
5035         * XplatUIWin32.cs: We need to recalculate NC size after changing 
5036         window style to toolwindow (otherwise the client rectangle will be
5037         3 pixels to small for some reason).
5038         * MdiWindowManager.cs: Revert NC size calculations to match how
5039         they are calculated only based on window styles (to match
5040         Win32AdjustWindowRectEx, since otherwise when setting size or 
5041         location, Control will call Win32AdjustWindowRectEx to update client 
5042         size, which would provoke a paint, then we'd get a NCCALCSIZE and 
5043         calculate a different value of client size causing another paint 
5044         (and flickering))
5045         * InternalWindowManager.cs: When moving or resizing a window only
5046         update size or location if they actually changed.
5047         * ThemeWin32Classic.cs: ManagedWindowsBorderWidth is now 4 instead of 3
5048         (seems to match Windows behaviour better). Cleaned up 
5049         ManagedWindowDecorations to draw what's needed and nothing else
5050         (was drawing borders and lines where they shouldn't be)
5051         * Hwnd.cs: GetWindowRectangle now knows about MDI border sizes
5052         (style = 0xFFFF) and takes into account caption height when 
5053         calculating window rectangle.   
5054
5055 2007-01-16  Everaldo Canuto  <everaldo@simios.org>
5056
5057         * ToolBar.cs: Internal ToolBarButtonInfo class added, Because same button 
5058         can be added to toolbar multiple times, we need to maintain a list of 
5059         button information for each positions.
5060
5061 2007-01-16  Everaldo Canuto  <everaldo@simios.org>
5062
5063         * ToolBar.cs: Some small stetic changes.
5064
5065 2007-01-16  Jackson Harper  <jackson@ximian.com>
5066
5067         * TextBoxBase.cs: Use the new SuspendRecalc/ResumeRecalc methods
5068         that allow us to have nested recalc = false blocks.
5069         - Add paste support for images in the RichTextBox
5070         * RichTextBox.cs: flush the text after the color is changed, so
5071         the change takes effect.
5072         - Use SuspendRecalc
5073         - Some extra debugging info
5074         * TextControl.cs: Tags no longer track their length, it is just
5075         computed from the next tags length, this makes things a little
5076         simpler and reduces places that we have to track length changes.
5077         - Refactored the linetag class a little so we could make it
5078         a base class for different kinds of tags
5079         - Created a image tag, a tag that can have a single image inserted
5080         into it
5081         - Replace the norecalc flag with a Suspend/Resume Recalc pair, so
5082         that we can call suspend multiple times.
5083         - Add some debugging methods
5084
5085 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5086
5087         * MdiClient.cs: Add ActivatePreviousChild for 
5088         mdi child window navigation.
5089         * Form.cs: Use MdiClient.ActivateNextChild/
5090         ActivatePreviousChild instead of Form.SelectNextControl
5091         to select the next/previous child since 
5092         SelectNextControl doesn't do it in the same order
5093         as mdi children should do it.
5094
5095 2007-01-16  Chris Toshok  <toshok@ximian.com>
5096
5097         * Control.cs: remove container_selected field.
5098
5099 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5100
5101         * MdiClient.cs: Update main form's ActiveChild when
5102         updating keyboard focus for the mdi child.
5103
5104 2007-01-16  Jonathan Pobst  <jpobst@novell.com>
5105
5106         * Control.cs: PreferredSize fix.
5107
5108         * Form.cs: Add several 2.0 events, properties, and methods.
5109
5110 2007-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
5111
5112         * Form.cs: Provide meaningful message when MdiParent is assigned a
5113         Form that is not an MdiContainer.
5114
5115 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5116
5117         * MdiClient.cs: Update main form's ActiveChild when
5118         activating a mdi child.
5119
5120 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5121
5122         * MdiWindowManager.cs: Fix NRE when merging menus and main form
5123         doesn't have a menu.
5124
5125         * Form.cs: Request NCRecalc after creating a mdi child window.
5126         Implement mdi key handling (Ctrl+F4, Ctrl+Shift+F4, Ctrl+Tab, 
5127         Ctrl+Shift+Tab, Ctrl+F6 and Ctrl+Shift+F6).
5128         
5129         * MdiClient.cs: Add new method SendFocusToActiveChild that either
5130         sends keyboard focus to the active child, or to the MdiClient
5131         if there are no child forms.
5132         
5133 2007-01-15  Chris Toshok  <toshok@ximian.com>
5134
5135         * ListView.cs: drop the *Internal overrides, just do our work in
5136         ItemControl's WndProc instead.
5137
5138         * UpDownBase.cs: a few large changes.  Fix up the Selectable state
5139         of the various controls, and forward the events properly (in the
5140         same manner as MS) from the textbox to the UpDown.  Also the
5141         ActiveControl of the UpDownBase gets set properly now.  Finally,
5142         we don't call UpdateEditText from the ctor.  Fixes bug #79957.
5143
5144         * NumericUpDown.cs: set Text in the ctor.
5145
5146         * DomainUpDown.cs: call UpdateEditText in the ctor.
5147         
5148         * TextBox.cs: on ms.net, WM_LBUTTONDOWN sets focus on the textbox,
5149         so even a Selectable = false textbox can be focused if you click
5150         in it.  Go figure.
5151
5152         * Control.cs: remove On{Got,Lost}FocusInternal.  Subclasses can
5153         just add their handling in their respective WndProc's.  Also add
5154         an explicit FocusInternal method that doesn't consult CanFocus
5155         before calling Select(this).
5156
5157         * TextBoxBase.cs: deal with removal of the FocusInternal calls -
5158         do our work in WndProc instead.
5159
5160         * TabControl.cs: same.
5161
5162         * ComboBox.cs: same.
5163
5164 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
5165
5166         * Menu.cs: implement MergeItems and Replace for MenuMerge method.
5167         Fixes #80006.
5168
5169 2007-01-15 Carlos Alberto Cortez <calberto.cortez@gmail.com>
5170
5171         * ListViewItem.cs:
5172         * ThemeWin32Classic.cs: Don't draw the item text outside
5173         item bounds in Details view, as well as use trimming.
5174         Fixes bug #80376.
5175
5176 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
5177
5178         * Form.cs: Implement Form.ShowIcon.
5179         
5180         * XplatUIWin32.cs: Allow the SetIcon win32 call to set the icon to
5181         null, which when combined with the DlgModalFrame window style removes
5182         the icon from the title bar.
5183
5184 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
5185
5186         * Control.cs: Call OnMouseClick after OnClick. (2.0)
5187
5188 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
5189
5190         * MdiWindowManager.cs: In CreateMaximizedMenu fix a position of icon
5191         menu when mdi child windows theres a menu, uses insert to get icon
5192         at first position. Partially fix #80006.
5193
5194 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
5195
5196         * Clipboard.cs: Implement 2.0 methods.
5197
5198 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
5199
5200         * Menu.cs: Implement Insert method of MenuItemCollection class
5201         to fix MenuMerge.
5202
5203 2007-01-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5204
5205         * ListView.cs: Implement 2.0 FindItemWithText method.
5206
5207 2007-01-11  Everaldo Canuto  <everaldo@simios.org>
5208
5209         * Form.cs: When process WM_NCCALCSIZE message use ClienSize.Width
5210         to calculate menu bar size. Fixes #80290.
5211
5212 2007-01-11  Everaldo Canuto  <everaldo@simios.org>
5213
5214         * ThemeWin32Classic.cs: Fix position of menuitem check mark.
5215
5216 2007-01-11  Chris Toshok  <toshok@ximian.com>
5217
5218         * XplatUIX11.cs: don't send duplicate WM_ACTIVATE messages to the
5219         initial form.
5220
5221 2007-01-11  Chris Toshok  <toshok@ximian.com>
5222
5223         * LinkLabel.cs: make sure to call base.Select in our Select method
5224         if it turns out we're going to be selected (i.e. if we have a link
5225         that is going to receive focus).  That way our container's
5226         ActiveControl is updated properly.
5227
5228 2007-01-11  Chris Toshok  <toshok@ximian.com>
5229
5230         * LinkLabel.cs: turns out that LinkLabels are only Selectable if
5231         they have 1 or more links.  this fixes the crash gert reported.
5232
5233 2007-01-11  Andreia Gaita  <avidigal@novell.com>
5234
5235         * ContainerControl.cs: Remove ContainerSelected flag, not needed
5236         anymore.
5237
5238         * Control.cs (Controls.Add): Check if control to be added to the collection
5239         is a top level control, and throw an ArgumentException if it is.
5240         Remove ContainerSelectedFlag, not needed anymore.
5241
5242         * XplaUIWin32.cs (SetTopMost): Add flag SWP_NOACTIVATE so that setting the
5243         top most control doesn't activate the form. This fixes a problem in the
5244         MessageBox, where the default button wouldn't get focus because the form
5245         was activated before being Loaded - when the Owner is set, SetTopMost is
5246         called, and it would activate it.
5247
5248 2007-01-11  Jonathan Pobst  <jpobst@novell.com>
5249
5250         * Button.cs: When clicked and setting the parent form's DialogResult,
5251         use FindForm instead of Parent, since parent could be a container
5252         control and not the Form.  Fixes bug #80495.
5253
5254 2007-01-10  Chris Toshok  <toshok@ximian.com>
5255
5256         * Form.cs: move the call to SendControlFocus into the same
5257         is_loaded check.
5258
5259 2007-01-10  Chris Toshok  <toshok@ximian.com>
5260
5261         * UpDownBase.cs (.ctor): remove the ActiveControl assignment here.
5262         It breaks in the face of the new ActiveControl stuff, and should
5263         be unnecessary.
5264
5265         * Form.cs (WndProc): in the WM_ACTIVATE case, we need to set the
5266         activecontrol's focus if it's not already set, after we set
5267         ActiveControl, but before we call OnActivated.  Re-fixes #79667
5268         after the previous focus/active control fixes regressed it.
5269
5270         * Control.cs: reindent some code.
5271         
5272 2007-01-10  Chris Toshok  <toshok@ximian.com>
5273
5274         * Splitter.cs: clearing some outstanding changes from my tree.
5275         Replace all accesses (not writes) to the internal dock_style field
5276         with the Dock property.
5277
5278 2007-01-10  Chris Toshok  <toshok@ximian.com>
5279
5280         * Control.cs: make FireEnter, FireLeave, FireValidating, and
5281         FireValidated virtual.
5282
5283         * Form.cs: override and don't chain up calls to FireEnter and
5284         FireLeave.
5285
5286 2007-01-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5287
5288         * ListView.cs: Add more text padding space when using
5289         auto resize for columns (the previous value didn't work fine).
5290
5291         * ThemeWin32Classic.cs: Update text position inside columns,
5292         to match the appeareance of .Net.
5293
5294         * ColumnHeader.cs: When using auto resize, only the Width should
5295         depend on the sub items, not the Height. Also, set width after
5296         auto resizing (the value of Width should never remain as -1 or -2).
5297
5298 2007-01-10  Chris Toshok  <toshok@ximian.com>
5299
5300         * Application.cs: fix compilation errors when debug is enabled.
5301
5302 2007-01-10  Chris Toshok  <toshok@ximian.com>
5303
5304         * ContainerControl.cs (set_ActiveControl): rework this a bit (and
5305         add some nice ascii art pictures and explanation of the process).
5306         (GetMostDeeplyNestedActiveControl): new utility function we need
5307         because our ActiveControl can refer to a child container with its
5308         own ActiveControl.
5309
5310         * Form.cs (OnActivated): remove the call to SelectActiveControl
5311         from here, since you can override this method and not chain up,
5312         and winforms still sets the active control.
5313         (OnCreateControl): also remove the unnecessary SelectActiveControl
5314         call from here.
5315         (WndProc): it's actually called from the WM_ACTIVATE block, just
5316         before calling OnActivated.
5317
5318         * Control.cs (Select (Control)): move the call to XplatUI.SetFocus
5319         inside the else.  the ActiveControl setter will end up setting
5320         focus on @control.  This keeps us from setting it again (and
5321         generating an extra LostFocus/GotFocus pair).
5322         (Select (bool, bool)): reindent.
5323
5324 2007-01-10  Jonathan Pobst  <jpobst@novell.com>
5325
5326         * FlowLayoutPanel.cs, MenuStrip.cs, SplitContainer.cs, SplitterPanel.cs,
5327         StatusStrip.cs, TableLayoutPanel.cs, TableLayoutStyleCollection.cs,
5328         ToolStrip.cs, ToolStripComboBox.cs, ToolStripContainer.cs,
5329         ToolStripContentPanel.cs, ToolStripControlHost.cs, ToolStripDropDown.cs,
5330         ToolStripDropDownButton.cs, ToolStripDropDownItem.cs, ToolStripDropDownMenu.cs,
5331         ToolStripItem.cs, ToolStripMenuItem.cs, ToolStripPanel.cs, ToolStripPanelRow.cs,
5332         ToolStripSeparator.cs, ToolStripSplitButton.cs, ToolStripStatusLabel.cs
5333         ToolStripTextBox.cs: Another wave of corcompare work.
5334
5335 2007-01-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5336
5337         * ColumnHeader.cs: Implement 2.0 AutoResize method using
5338         the Width property.
5339
5340         * ListView.cs: Implement 2.0 AutoResizeColumn and AutoResizeColumns
5341         methods by callling Column.AutoResize method on columns.
5342
5343 2007-01-09  Jonathan Pobst  <monkey@jpobst.com>
5344
5345         * Control.cs: Provide proper implementations of PreferredSize
5346         and GetPreferredSize (2.0).
5347
5348 2007-01-09  Jonathan Pobst  <monkey@jpobst.com>
5349
5350         * Form.cs: Remove one character (!) to make my previous OnClosing
5351         stuff work for modal windows like MessageBox.
5352
5353 2007-01-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5354
5355         * ListView.cs:
5356         * ThemeWin32Classic.cs: Use ListView.GetReorderedColumn instead of
5357         ListView.Columns to get the last displayed column. Fixes #80452.
5358
5359 2007-01-09  Everaldo Canuto  <everaldo@simios.org>
5360
5361         * Label.cs, LinkLabel.cs: Source code identation fixes.
5362
5363 2007-01-08  Everaldo Canuto  <everaldo@simios.org>
5364
5365         * ToolBarButton.cs: Remove InvalidateBorder and use Invalidate instead,
5366         we dont need to invalidate only borders because when we invalidate four
5367         border lines the invalidate's generates a complete redraw of button, 
5368         because it now invalidate a complete rect some other redraws operations
5369         are fixed. Fixes #80196.
5370         
5371         * Theme.cs, ThemeNice.cs, ThemeClearLooks.cs, ThemeWin32Classic.cs:
5372         Remove ToolBarInvalidateEntireButton as it is not used.
5373
5374 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
5375         
5376         * Form.cs: Make sure that both OnClosing and OnFormClosing are
5377         called for 2.0 profile.
5378         * CloseReason.cs: Make class internal for 1.1.
5379
5380 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
5381
5382         * ToolStripManager.cs: Implement FindToolStrip functionality.
5383         * ToolStrip.cs: Register and unregister with ToolStripManager.
5384
5385 2007-01-07  Jonathan Pobst  <monkey@jpobst.com>
5386
5387         * Control.cs: This was messy.  2.0 moves much of ControlCollection
5388         to ArrangedElementCollection.  Implemented this with as few #if's as 
5389         possible (which is still too many).
5390
5391 2007-01-07  Jonathan Pobst  <monkey@jpobst.com>
5392
5393         * Control.cs: Implement SizeFromClientSize() [2.0].
5394
5395 2007-01-07  Everaldo Canuto  <everaldo@simios.org>
5396
5397         * Hwnd.cs: On GetClientRectangle add a new parameter border_static,
5398         use Theme.BorderSize to calculate area instead of static value 1, 
5399         by the way use new BorderStaticSize instead     Border3DSize when 
5400         border_static is true. Fixes #79537.
5401         
5402         * XplatUIOSX.cs: Fix call to GetClientRectangle. 
5403         
5404         * ThemeWin32Classic.cs: On CPDrawBorder3D dont draw inner border when
5405         it is not needed.
5406
5407 2007-01-06  Everaldo Canuto  <everaldo@simios.org>
5408
5409         * Hwnd.cs: Gives more code legibility to GetWindowRectangle.
5410
5411 2007-01-06  Everaldo Canuto  <everaldo@simios.org>
5412
5413         * Label.cs: Override CreateParams to use WS_EX_STATICEDGE instead of
5414         WS_EX_CLIENTEDGE in ExStyles when BorderStyle is Fixed3D, it is
5415         
5416         * Hwnd.cs: 
5417         - border_static field added, it will used to define when a control 
5418         theres 3D border but it must be static (thin).
5419         - In GetWindowRectangle use Theme.BorderSize to calculate area 
5420         instead of static value 1, by the way use new BorderStaticSize instead
5421         Border3DSize when border_static is true.
5422
5423         * XplatUIX11.cs, XplatUIOSX.cs: 
5424         - When WS_EX_STATICEDGE ExStyle is set define border_static as true.
5425         
5426         * Theme.cs: BorderStaticSize field added.
5427
5428 2007-01-05  Everaldo Canuto  <everaldo@simios.org>
5429
5430         * XplatUIX11.cs: Removed unused hwnd var in SetBorderStyle.
5431
5432 2007-01-05  Everaldo Canuto  <everaldo@simios.org>
5433
5434         * Control.cs: Under InternalBorderStyle call RecreateHangle to 
5435         mimic same behavior than win32 that set border only in CreateParams,
5436         it fix problems under CreateParams overrides. Fix #79442 and partial
5437         fix #79537.
5438         
5439         * XplatUIX11.cs: Dont set hwnd.border_style in SetBorderStyle instead
5440         of thi control you must call recreate handle. 
5441         
5442         * XplatUIWin32.cs: Remove all SetBorderStyle code, for win32 we dont
5443         need to do anything as RecreateHangle will take care about borders.
5444
5445 2007-01-05  Mike Kestner  <mkestner@novell.com>
5446
5447         * ListView.cs: hack to eliminate Lost/Got focus notifications on
5448         cycles between the ItemControl and parent.  Fixes #80388.
5449
5450 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
5451
5452         * Control.cs: Lazy init layout engine. Do not directly use 
5453         layout_engine since LayoutEngine may be overridden (on 2.0 profile).
5454
5455 2007-01-05  Chris Toshok  <toshok@ximian.com>
5456
5457         * DataGrid.cs: don't forceably rebind columns in SetDataSource
5458         unless our list manager has changed (i.e. unless we have reason to
5459         believe our columns have changed).  Fixes #80422.
5460         
5461         also, disable the call do BindColumns in
5462         OnListManagerMetaDataChanged.  this breaks this test in 2.0 (in
5463         1.1 the event isn't raised in response to a column addition on a
5464         table.)
5465
5466 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
5467
5468         * Control.cs: Move LayoutEngine.Layout to the OnLayout method, so
5469         that inheritors can not call it if they choose.  Fixes bug #80456.
5470
5471 2007-01-05  Andreia Gaita  <avidigal@novell.com>
5472
5473         * XplatUIWin32.cs: Initialize MSG.refobject at 0 so it 
5474         doesn't blow up with a null exception on marshalling.
5475         
5476 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
5477
5478         * Control.cs: Implement several 2.0 protected properties and methods.
5479         Ensure that all necessary events are being called when properties
5480         are set.
5481
5482 2007-01-05  Mike Kestner  <mkestner@novell.com>
5483
5484         * ListView.cs: implement PgUp/PgDn for Details view.  Also
5485         fixes First/LastVisibleIndex to use the item_control.ClientRect 
5486         instead of the parent control.  Fixes #80378.
5487
5488 2006-01-05  Atsushi Enomoto  <atsushi@ximian.com>
5489
5490         * PageSetupDialog.cs : cosmetic refactoring; use RegionInfo to
5491           determine whether to use yard-pound or not (bug #78399).
5492
5493 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
5494
5495         * FileDialog.cs: Sebastien fixed the libgdiplus png alpha
5496         problems. So it is time to bring back the old popupbutton colors.
5497
5498 2006-01-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5499
5500         * ColumnHeader.cs:
5501         * ListView.cs: Implement 2.0 ColumnHeader.DisplayIndex
5502         property by using the internal information of the
5503         columns order in ListView.
5504
5505 2007-01-04  Jonathan Pobst  <monkey@jpobst.com>
5506
5507         * CommonDialog.cs, Cursor.cs, ErrorProvider.cs, HelpProvider.cs:
5508         Add 2.0 Tag properties.
5509
5510         * LinkArea.cs: Add 2.0 ToString method.
5511
5512 2007-01-03  Chris Toshok  <toshok@ximian.com>
5513
5514         * DataGrid.cs: the Alt+0 handling was wrong, it should have been
5515         Ctrl+0.  Fixes bug #80367.  Also, don't eat the Delete keypress
5516         when we're editing, which fixes #80047.
5517
5518 2007-01-03  Chris Toshok  <toshok@ximian.com>
5519
5520         * Form.cs: apply patch contributed by Dominik Seichter.  fixes
5521         #80404.
5522
5523 2007-01-03  Jonathan Pobst  <monkey@jpobst.com>
5524
5525         * MenuStrip.cs, ToolStripMenuItem.cs: Add MdiWindowListItem
5526         property and implementation.
5527
5528         * Form.cs, MdiClient.cs, MdiWindowManager.cs: Add needed hooks
5529         for MdiWindowListItem property.
5530
5531         * ToolStripDropDown.cs: Don't consider hidden menu items while
5532         laying out the menu.
5533
5534 2007-01-03  Andreia Gaita  <avidigal@novell.com>
5535
5536         * SendKeys.cs: window handle is not needed in win32, so just
5537         get the active window for X after parsing keys and don't use
5538         it when building the message; it is passed by parameter to the 
5539         Xplat method and used there to build the message instead. Also,
5540         wait for events to be processed on SendWait, as opposed to Send,
5541         which doesn't wait :) Playing with threads and Send() completely 
5542         hangs on ms.net, only SendWait() works.
5543         
5544         XplatUIX11.cs
5545         X11Display.cs: Check for valid window handle.
5546
5547 2007-01-03  Jackson Harper  <jackson@ximian.com>
5548
5549         * TextControl.cs: Need to prevent wrap calculations when replacing
5550         text (this was there before i removed it accidently).
5551         - Don't update the cursor during the positioning, just set it to
5552         selection_start at the end of the operaion.
5553
5554 2007-01-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5555
5556         * Control.cs:
5557         * NotifyIcon.cs: corcompare work, no more X's in 1.1 class status.
5558         
5559 2007-01-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5560
5561         * MonthCalendar.cs: Added Click and DoubleClick events again,
5562         but this time they only hide Control's Click and DoubleClick.
5563         
5564 2007-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
5565
5566         * Theme.cs: Re-enabled DefaultFont change. Use const to refer to
5567         System.Drawing assembly. Spaces to tabs. Removed extra tabs.
5568
5569 2007-01-02  Jackson Harper  <jackson@ximian.com>
5570
5571         * TextBoxBase.cs: We move the caret with the split now, so we
5572         don't need to explicitly move the caret after splitting.  This
5573         fixes the caret bumping down an extra line on Enter.
5574
5575 2007-01-02  Miguel de Icaza  <miguel@novell.com>
5576
5577         * ContainerControl.cs: Add AutoValidateChanged event (for PDN
5578         2.72). 
5579
5580         * ScrollableControl.cs: Add Scroll event.
5581
5582 2007-01-02  Mike Kestner  <mkestner@novell.com>
5583
5584         * ListView.cs: one more try with help from georgegiolfan@yahoo.com 
5585         to fix all hdr height padding codepaths.  Fixes #80207.
5586
5587 2007-01-02  Chris Toshok  <toshok@ximian.com>
5588
5589         * StatusBar.cs (.ctor): remove the Anchor setting, as it's just
5590         setting it to the Control defaults anyway, and it being after the
5591         Dock set was screwing up layout.
5592         (set_Dock): don't short circuit out of setting base.Dock.  Also,
5593         no need to call UpdateStatusBar here, as it'll be re-layed out if
5594         it needs to be.
5595
5596 2007-01-02  Mike Kestner  <mkestner@novell.com>
5597
5598         * ListView.cs: patch from georgegiolfan@yahoo.com to add padding
5599         to header height for width == -1. Fixes the rest of #80207.
5600
5601 2007-01-02  Mike Kestner  <mkestner@novell.com>
5602
5603         * ListView.cs: rework the mouse event forwarding everaldo added
5604         to translate the coordinates to the parent control not
5605         raise the parent events until after we've done our work. Hover
5606         needs more work, in the case where HoverSelection is on, because
5607         the item control receives more than one MouseHover per Enter
5608         event, so we need to ensure only the "first" hover gets forwarded.
5609         Opening a minor bug for that.
5610
5611 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
5612
5613         * CheckedListBox.cs: Fixed SelectionMode to match MS.
5614         * ListControl.cs: Implemented AllowSelection property. Removed extra
5615         tabs.
5616         * ListBox.cs: Implemented AllowSelection property.
5617
5618 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
5619
5620         * MenuItem.cs: In MdiWindowClickHandler uses sender instead of
5621         SelectedItem, it prevent for errors when you must disable item
5622         before perform click. Fixes #80409.
5623
5624 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
5625
5626         * MenuAPI.cs: Prevent second level and beyond submenus to close
5627         until first level when move out side of popup.
5628         
5629 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
5630
5631         * MenuAPI.cs:
5632         - Down submenu positin in three pixels.
5633         - Closes sub menu when mouse leaves from menu. Fixes #80402.
5634
5635 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
5636
5637         * ThemeWin32Classic.cs:
5638         - Fix popup menu size adding one pixel on the top.
5639         - Down menu item border from two to one to mimic Win32.
5640         - Some source identation fixes. 
5641
5642 2007-01-01  Everaldo Canuto  <everaldo@simios.org>
5643
5644         * ThemeWin32Classic.cs: Use float numbers to calculate size and
5645         position of menu arrows, it fix wrong arrow size.
5646
5647 2007-01-01  Everaldo Canuto  <everaldo@simios.org>
5648
5649         * ThemeWin32Classic.cs: Uses CPDrawBorder3D to draw menu borders
5650         instead of line, it simplify draw operation and fix it using 3D
5651         borders to mimic Win32.
5652
5653 2007-01-01  Jonathan Pobst  <monkey@jpobst.com>
5654
5655         * StatusStrip.cs: Add implementation of the sizing grip.
5656
5657         * ToolStripRenderer.cs, ToolStripProfessionalRenderer.cs: Add
5658         StatusStrip rendering.
5659
5660 2006-12-31  Chris Toshok  <toshok@ximian.com>
5661
5662         * ToolBar.cs: don't assign to dock_style in the .ctor.  it doesn't
5663         override the layout style (anchor/dock) of the control.  assign to
5664         Dock instead.  Fixes bug #80416.
5665
5666         * ToolStrip.cs: same.
5667
5668 2006-12-31  Andreia Gaita  <avidigal@novell.com>
5669
5670         * ContainerControl.cs: Use ContainerSelected flag to check if 
5671         a Container is directly selected, or if Select is called on a 
5672         non-container. If a container is directly selected, focus events 
5673         should not be raised.
5674         Apply #80411 patch to throw exception on set_ActiveControl if 
5675         control is the same as the current one.
5676         
5677         * Control.cs: Use ContainerSelected flag (see above).
5678         Add invalidation check to raise event but not invalidate if 
5679         dimensions are 0.       
5680         Apply #80411 patch.
5681         
5682
5683 2006-12-31  Everaldo Canuto  <everaldo@simios.org>
5684
5685         * MenuAPI.cs: After click, dont close popup menu when menu is
5686         ContextMenu. Fixes #80399.
5687
5688 2006-12-30  Chris Toshok  <toshok@ximian.com>
5689
5690         * ContainerControl.cs: make sure we throw the exception if the
5691         container control doesn't contain the control we're setting
5692         ActiveControl to.
5693
5694 2006-12-30  Chris Toshok  <toshok@ximian.com>
5695
5696         * Control.cs (SetTopLevel): fix the exception raised by
5697         SetTopLevel for child controls.
5698         (set_Anchor): call UpdateDistances when setting the anchor type.
5699         This fixes bug #80336.
5700
5701 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
5702
5703         * Theme.cs: For now, revert back to 8pt font.
5704
5705 2006-12-29  Everaldo Canuto  <everaldo@simios.org>
5706
5707         * MenuAPI.cs: Set popup as active when open a ContextMenu. 
5708         Fixes #80395.
5709
5710 2006-12-29  Chris Toshok  <toshok@ximian.com>
5711
5712         * Control.cs: reorder the code in OnResize to give the same event
5713         ordering as MS.
5714
5715 2006-12-29  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5716
5717         * MdiClient.cs: Implemented MdiLayout for ArrangeIcons,
5718         TileHorizontally and TileVertically.
5719         
5720 2006-12-29  Alexander Olk  <alex.olk@googlemail.com>
5721
5722         * ColorDialog.cs, FileDialog.cs, FolderBrowserDialog.cs,
5723         FontDialog.cs, Mime.cs, MimeIcon.cs, OpenFileDialog.cs,
5724         SaveFileDialog.cs, ThemeClearlooks.cs, ThemeNics.cs:
5725         Corrected copyright and email adress.
5726
5727 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
5728
5729         * TreeNode.cs: On 2.0 profile, throw InvalidOperationException instead
5730         of Exception in FullPath property if no TreeView is associated with
5731         the TreeNode.
5732
5733 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
5734
5735         * Theme.cs: Marked default_font as private, and initialize it in ctor
5736         with MS Sans Sarif 8.25 on 1.0 profile, and SystemFonts.DefaultFont
5737         on 2.0 profile.
5738         * ThemeGtk.cs: Removed default_font intialization.
5739         * ThemeWin32Classic.cs: Removed default_font initialization.
5740
5741 2006-12-28  Chris Toshok  <toshok@ximian.com>
5742
5743         * Control.cs: fix a couple of place where we were creating handles
5744         more aggressively than we should be.  Fixes ControlRefresh unit
5745         tests.
5746
5747 2006-12-28  Chris Toshok  <toshok@ximian.com>
5748
5749         * Control.cs: contrary to what the comment said, Control.Dock does
5750         not supercede Control.Anchor - the last one you assign to decides
5751         the layout behavior.  so we need to keep track of which was the
5752         last set.  Also, fix some of the affected property arguments in
5753         PerformLayout calls, and remove an redundant parent.PerformLayout
5754         call in OnResized.
5755
5756         Add a VisibleInternal property, which returns is_visible.  We
5757         can/should get rid of all the usage of this field elsewhere.
5758
5759 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5760         
5761         * Control.cs: DoubleBuffered property reflects the OptimizedDoubleBuffer
5762         control style, not DoubleBuffer. Added UseDoubleBuffering property
5763         that indicates whether doublebuffering is enabled and supported.
5764         (comment from and code based on Gert Driesen's patch in #80324).
5765         Fixes #80324.
5766
5767 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5768         
5769         * Control.cs: Fixed a NRE.
5770
5771 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5772
5773         * TrackBar.cs: Fix SmallChange and LargeChange exceptions
5774         for 2.0.
5775
5776 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5777
5778         * Control.cs: Rewrote double buffering, now a seperate
5779         class handles all the buffering, no Graphics is disposed of
5780         until the painting is finished (earlier implementation 
5781         would crash if the control was resized in the OnPaint, 
5782         since it would cause the double buffer to be recreated
5783         and the old one disposed), a separate Graphics is 
5784         created for every paint (MS behaviour and anyways the state
5785         of the Graphics would have to be saved and restored otherwise)
5786         
5787         * XplatUIDriver.cs: 
5788         * XplatUIX11.cs:
5789         * XplatUI.cs: Added and implemented GetOffscreenGraphics 
5790         so that we can get the graphics for the back buffer without
5791         having to create a new one and remove the offscreen_dc parameter
5792         from CreateOffscreenDrawable and DestroyOffscreenDrawable.
5793         
5794 2006-12-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5795
5796         * ListView.cs: Add key-related 2.0 methods for CheckedItemCollection.
5797         Also make virtual all the key-related methods.
5798
5799         * ListViewItem.cs: Make virtual the key related methods for
5800         ListViewSubItemCollection.
5801
5802 2006-12-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5803
5804         * ListView.cs:
5805         * ListViewItem.cs:
5806         * ThemeWin32Classic.cs:
5807         * Theme.cs: Initial support for Tile view in ListView,
5808         as well as the implementation of the required bits for it (Item
5809         and Subitem).
5810
5811 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
5812
5813         * MonthCalendar.cs: On 2.0, throw ArgumentOutOfRangeException instead
5814         of ArgumentException in MaxSelectionCount, MaxDate and MinDate.
5815         Provide useful exception messages.
5816
5817 2006-12-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5818
5819         * TrackBar.cs: Remove a warning.
5820         * MonthCalendar.cs: Moved back to using Capture to hide the calendar
5821         when used by DateTimePicker, fixes #80287. This also requires that 
5822         MonthCalendar implements it's own drawing for the yearly updown control,
5823         otherwise the Capture tracking would be too complicated. Removed the Click 
5824         and DoubleClick events (according to comments they were hiding the base class
5825         event to prevent them from beeing fired - MSDN only says MonthCalendar doesn't
5826         raise these events, not that they cannot be raised. It is possible to raise 
5827         them by calling OnClick and OnDoubleClick). Added two internal fields in 
5828         HitTestInfo in order to track give more tracking info needed by MonthCalendar.
5829         * ThemeWin32Classic.cs: Implement drawing of MonthCalendar's updown part.
5830         * DateTimePicker.cs: Removed handling of MonthCalendar's LostFocus
5831         event, no longer needed.
5832         
5833 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
5834
5835         * ScrollableControl.cs: In AutoScrollMinSize, only set AutoScroll to
5836         true if new value differs from current value.
5837
5838 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
5839
5840         * Control.cs: ControlCollection.Count must be public. Fixed build of
5841         unit tests.
5842
5843 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
5844
5845         * ListView.cs: Redraw when FullRowSelect is changed. Fixes bug #80379.
5846
5847 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
5848
5849         * ComboBox.cs: Mergable=>MergableProperty. Fixes build.
5850
5851 2006-12-26  Everaldo Canuto  <everaldo@simios.org>
5852
5853         * Control.cs: Invalidates control including when Width and Height is 
5854         equal zero or is not visible, only Paint event must be care about 
5855         this. Fixes #79913.
5856
5857 2006-12-26  Chris Toshok  <toshok@ximian.com>
5858
5859         * CurrencyManager.cs, PropertyManager.cs, BindingManagerBase.cs:
5860         more corcompare work.
5861
5862         * DataGridView.cs: fix compiler warning.
5863
5864         * ColumnHeader.cs: some corcompare work, and also take the
5865         opportunity to make the internal fields private.
5866
5867         * ListView.cs: fix the fallout from the above field change.
5868
5869 2006-12-26  Jonathan Pobst  <monkey@jpobst.com>
5870
5871         * ToolStripButton.cs, ToolStripComboBox.cs, ToolStripControlHost.cs,
5872         ToolStripItem.cs, ToolStripProgressBar.cs, ToolStripSplitButton.cs,
5873         ToolStripTextBox.cs: Fixes to events and corcompare.
5874
5875 2006-12-26  Everaldo Canuto  <everaldo@simios.org>
5876
5877         * ListView.cs: Call owner.OnMousexx event to propagate events from
5878         item to ListView. Fixes #80367.
5879
5880 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
5881
5882         * ComboBox.cs: On 2.0, DropDownWidth throws ArgumentOutOfRangeException
5883         if value is less than one. ItemHeight should not be set to a value
5884         less than 1, and throw ArgumentOutOfRangeException on 2.0 profile. 
5885         Removed extra tabs.
5886
5887 2006-12-26  Jonathan Pobst  <monkey@jpobst.com>
5888
5889         * ToolStripMenuItem.cs: Add ShortcutDisplayString for Moma.
5890         * ToolStripStatusLabel.cs: Add Spring for Moma.
5891
5892 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
5893
5894         * DataGridView.cs: Fixed several NullReferenceException in On* methods.
5895         Fixed code formatting. Removed debug code.
5896         * DataGridViewTextBoxEditingControl.cs: Removed debug code.
5897
5898 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
5899
5900         * DataGridView.cs: Fixed GridColor, DefaultSize, DefaultCellStyle,
5901         RowHeadersDefaultStyle, RowHeadersWidth to match MS. Throw
5902         ArgumentOutOfRangeException if ColumnCount is negative. In 
5903         ColumnHeadersHeight, throw ArgumentOutOfRangeException if height is
5904         less than 4 or higher than 32768.
5905         * DataGridViewCellStyle.cs: Fixed default value for NullValue.
5906         Fixed FormatProvider to return CurrentCulture unless explicitly set.
5907         Fixed IsFormatProviderDefault to return true if FormatProvider has
5908         not been explicitly set.
5909
5910 2006-12-25  Chris Toshok  <toshok@ximian.com>
5911
5912         * Application.cs: add a couple of 2.0 events.
5913
5914 2006-12-25  Chris Toshok  <toshok@ximian.com>
5915
5916         * Control.cs: fix compiler warning.
5917
5918         * AxHost.cs: corcompare fixes.
5919
5920         * ApplicationContext.cs: corcompare fixes.
5921
5922 2006-12-25  Chris Toshok  <toshok@ximian.com>
5923
5924         * Control.cs: only update dist_right/dist_bottom if the
5925         width/height is > 0.  this fixes anchored controls being resized
5926         smaller until they disappear and then resized larger again.
5927
5928 2006-12-25  Chris Toshok  <toshok@ximian.com>
5929
5930         * Control.cs: a couple of changes.  Remove dist_left and dist_top,
5931         since they're nothing more than X/Left and Y/Top, respectively.
5932
5933         Also, move back to a per-control Bitmap/Graphics for
5934         DeviceContext, since using the static Hwnd.bmp/bmp_g is bad in the
5935         MT case.  Go with a tiny bitmap though, 1x1, instead of Width x
5936         Height.
5937
5938 2006-12-25  Miguel de Icaza  <miguel@novell.com>
5939
5940         * MessageBox.cs: Implemented overload that takes a new "bool
5941         displayHelpButton" by adding a new internal field "show_help".
5942         When clicked this will raise the HelpRequested on the owner or the
5943         main form. 
5944
5945         From: 007dbe3ff0ca4729a4f5fcd1d8ab2a2e.txt
5946         From: c935e12b95fe4dc1ae670e7f4dc5fd68.txt
5947
5948         * ListView.cs: Add support ColumnWidthChanged and
5949         ColumnWidthChanging. 
5950
5951         Add support for ColumnReordered event.
5952         (ReorderColumn): Add NET_2_0 specific support for cancelling the
5953         reorder.
5954
5955         Very nice codebase!
5956
5957         * TextBoxBase.cs (GetLineFromCharIndex): Implement this method.
5958
5959         This is used by report f4ae0a88a0a244558aaadf017c9b9efe.
5960
5961 2006-12-24  Chris Toshok  <toshok@ximian.com>
5962
5963         * GridTablesFactory.cs: 2.0 corcompare work.
5964
5965         * ToolStripContainer.cs: add "override" to
5966         ContextMenuStripChanged, and remove the local event object.
5967
5968         * ToolStripDropDown.cs: same with a couple properties.
5969
5970         * ToolStripPanel.cs: same with AutoSizeChanged event.
5971
5972         * TextBoxBase.cs: add "override" to AutoSizeChanged.
5973
5974         * Form.cs: add the remaining 2.0 events, and do some corcompare
5975         attribute work.
5976
5977         * DateTimePicker.cs: add "new" to padding.
5978
5979         * ButtonBase.cs: use Control's use_compatible_text_rendering.
5980
5981         * ToolStripContentPanel.cs: use base.AutoSizeChanged.
5982
5983         * DataGridView.cs: PaddingChanged is overridden.
5984
5985 2006-12-24  Chris Toshok  <toshok@ximian.com>
5986
5987         * Control.cs: corecompare work here too.
5988
5989         * DataGridViewElement.cs, DataGridView.cs,
5990         DataGridViewButtonCell.cs, DataGridViewRowCollection.cs,
5991         DataGridViewImageColumn.cs, DataGridViewComboBoxColumn.cs,
5992         DataGridViewImageCell.cs, DataGridViewCheckBoxCell.cs,
5993         DataGridViewHeaderCell.cs, DataGridViewCell.cs: more corcompare
5994         work.
5995
5996 2006-12-24  Miguel de Icaza  <miguel@novell.com>
5997
5998         * Control.cs: Switched the error message on the console for a
5999         todo.  A review of the code will have to cope with this anyways
6000         (since its a large feature, it is in our radar) and it was
6001         producing too much output when running PDN.
6002
6003         * ToolStripComboBox.cs: Set the text when the SelectedIndex
6004         changes.  Applications depend on this (PDN 2.72)
6005
6006 2006-12-23  Chris Toshok  <toshok@ximian.com>
6007
6008         * TableLayoutSettings.cs: finish up the corcompare work for this
6009         class.
6010
6011 2006-12-23  Chris Toshok  <toshok@ximian.com>
6012
6013         * Control.cs: make SetImplicitBounds internal, do some futzing
6014         with LayoutEngine so that it's available in 1.1, and remove the
6015         entire duplicated code mess from PerformLayout.  Use
6016         System.Windows.Forms.Layout.DefaultLayout instead.
6017
6018         * LayoutEngine.cs: make this class internal in 1.1, public in 2.0.
6019
6020 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
6021
6022         * Form.cs: Add MainMenuStrip property.
6023
6024 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
6025
6026         * Control.cs: Add ContextMenuStrip property and implementation.
6027         Fix ContextMenu implementation to show menu centered on control when
6028         activated using the keyboard instead of showing at screen (0,0).
6029
6030         * ToolStripDropDown.cs: Fix needed overload of Show ().
6031
6032 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
6033
6034         * Menu.cs: Name property added for 2.0 profile.
6035         
6036 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
6037
6038         * Menu.cs: Update information about FindMenuItem, method to be
6039         implemented soon.
6040
6041 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
6042
6043         * MenuAPI.cs: When deselect items deselect also selected subitems.
6044         
6045 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
6046
6047         * MenuAPI.cs: When hides menu set Wnd to null, it prevents
6048         FindSubItemByCoord to found itens that is not active, also an
6049         cheking added to FindSubItemByCoord to search for items only 
6050         in visible popup windows. Fixes #80274.
6051
6052 2006-12-22  Everaldo Canuto  <everaldo@simios.org>
6053
6054         * UserControl.cs: Remove MonoTodo and use InternalBorderStyle,
6055         internal property, it be care about change ExStyle. 
6056
6057 2006-12-22  Andreia Gaita  <avidigal@novell.com>
6058
6059         * ContainerControl.cs: set activeControl for parent forms up the 
6060         tree when the new activecontrol is a container.
6061         When validating the active control, if it is a container, also
6062         raise up the validation for it's active control. Fixes #80280
6063         
6064         * Control.cs: Add internal property flag and check to prevent
6065         Focus events from getting raised when Select() is called for
6066         a ContainerControl. There are still too many focus events being
6067         raised at the moment though.
6068         Cleaned up the code a bit.
6069
6070 2006-12-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6071
6072         * Control.cs: Added all missing 2.0 events.and
6073         fixed a couple of corcompare issues.
6074         * TrackBar.cs: Implemented missing 2.0 bits.
6075         * MonthCalendar.cs, 
6076         * DateTimePicker.cs, 
6077         * MdiClient.cs: Fixed some corcompare issues.
6078
6079 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
6080
6081         * ContextMenuStrip.cs, FlowLayoutPanel.cs, SplitContainer.cs,
6082         SplitterPanel.cs: corecompare work.
6083
6084 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
6085
6086         * ToolStripContainer.cs, ToolStripDropDown.cs, StatusStrip.cs:
6087         Clean up warnings for BackgroundImageChanged and PaddingChanged
6088         events now that they are implemented in Control.cs.
6089
6090 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
6091
6092         * Control.cs: Make sure layout_engine isn't null before using it (2.0).
6093         
6094         * TableLayoutControlCollection.cs, TableLayoutPanel.cs, TableLayoutCellPosition.cs,
6095         TableLayoutSettings.cs, TableLayoutStyleCollection.cs: Initial implementation
6096         of TableLayoutPanel and supporting cast.
6097
6098 2006-12-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6099
6100         * XplatUIWin32.cs: 
6101         - GrabWindow now confines the mouse pointer to the confine window.
6102         - Added Win32ClipCursor and Win32GetClipCursor.
6103
6104         * Control.cs: 
6105         - Added CaptureWithConfine to be able to capture and confine 
6106         mouse pointer.
6107         
6108         * InternalWindowManager.cs: 
6109         - Call CaptureWithConfine instead of Capture if we're an
6110         MdiChild (fixes #79982).
6111
6112 2006-12-21  Chris Toshok  <toshok@ximian.com>
6113
6114         * DataGrid.cs: guard against the initial state of selection, where
6115         selection_start == -1.  make sure we only select from index >= 0.
6116         Fixes bug #80291.
6117
6118 2006-12-21  Chris Toshok  <toshok@ximian.com>
6119
6120         * Control.cs: we don't need to be so draconian with
6121         UpdateDistances, and we thusly don't need to call it before
6122         calling PerformLayout in ResumeLayout.  Fixes bug #80289.
6123
6124 2006-12-21  Daniel Nauck  <dna@mono-project.de>
6125
6126         * ComboBox.cs,
6127         TextBox.cs: Implemented AutoComplete properties.
6128
6129 2006-12-20  Chris Toshok  <toshok@ximian.com>
6130
6131         * DataGridView*.cs: some corecompare work.
6132
6133 2006-12-20  Jackson Harper  <jackson@ximian.com>
6134
6135         * XplatUIX11.cs: We need to hide the caret when deleting it,
6136         otherwise you get carets left lying around everywhere.
6137         * TextBoxBase.cs: Kill then redraw the caret when scrolling.  This
6138         prevents getting some weird half drawn caret tracers when
6139         scrolling.
6140         * TextControl.cs: Attempt to reduce the number of times we need to
6141         recreate the caret.
6142
6143 2006-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
6144
6145         * MonthCalendar.cs: Fixed previous month button. Removed extra tabs.
6146
6147 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6148
6149         * DateTimePicker.cs:
6150         - Implemented missing 2.0 bits.
6151         - Changed some default values to match MS.
6152         
6153 2006-12-20  Jackson Harper  <jackson@ximian.com>
6154
6155         * TextBoxBase.cs: When changing the font across the document we
6156         can't recalculate after changing each line, since that will cahnge
6157         the line count.
6158         - PreferredHeight is a little different than i thought.
6159         - When backspacing, move the caret before we do the actual char
6160         delete, because when that delete crosses a wrap boundary the
6161         positional information will change.
6162
6163 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6164
6165         * Control.cs: Added some missing 2.0 bits: 
6166         BackgroundImageLayout, BackgroundImageLayoutChanged, 
6167         OnPaddingChanged, MouseClick, MouseDoubleClick, PaddingChanged and 
6168         add IBindableComponent and IDropTarget implementation.
6169         
6170         * MonthCalendar.cs: 
6171         - Added all missing 2.0 features:
6172         BackgroundImageLayout, RightToLeftLayout, 
6173         OnHandleDestroyed, RightToLeftLayoutChanged, 
6174         BackgroundImageLayoutChanged, MouseClick, MouseDoubleClick,
6175         PaddingChanged.
6176         - Rewrote all the BoldDate code, it was completely broken.
6177         - Fixed all the tests (the tests can now be re-enabled, the
6178         problems were not with the tests, but with the control, it was
6179         mostly broken).
6180         
6181         * DateTimePicker.cs: Changed the location where the 
6182         MonthCalendar is shown.
6183         
6184 2006-12-19  Chris Toshok  <toshok@ximian.com>
6185
6186         * DataGridView.cs: add IDropTarget implementation.
6187
6188         * ToolStripPanel.cs: add IDropTarget implementation.
6189
6190 2006-12-19  Jackson Harper  <jackson@ximian.com>
6191
6192         * TextControl.cs: soft now means something different than what it
6193         used to mean, we want to move the caret regardless of whether or
6194         not this break was soft (would we really have wanted the caret
6195         to not move with the break in the old context?)
6196         * TreeView.cs: Make sure we factor in the vert scrollbar when
6197         calculating the horizontal scrollbar's maximum.
6198
6199 2006-12-19  Andreia Gaita  <avidigal@novell.org>
6200
6201         * SendKeys.cs: Fix Send() behaviour, clear keys after sending,
6202         check for keywords in alternate casing, close bug #80049.
6203
6204 2006-12-19  Chris Toshok  <toshok@ximian.com>
6205
6206         * ToolStripItem.cs: add the implementation of the 4 IDropTarget
6207         methods (which all do nothing).
6208
6209         * IDropTarget.cs: add the 4 missing methods.
6210
6211 2006-12-19  Chris Toshok  <toshok@ximian.com>
6212
6213         * TableLayoutRowStyleCollection.cs: corcompare work.
6214         
6215         * TableLayoutSettings.cs: same.
6216
6217         * TableLayoutStyle.cs: same.
6218
6219         * TableLayoutColumnStyleCollection.cs: same.
6220
6221 2006-12-19  Jonathan Pobst  <monkey@jpobst.com>
6222
6223         * ColumnStyle.cs, RowStyle.cs, TableLayoutStyle.cs: Plumbing for
6224         TableLayoutPanel I've had in my local tree for way too long.
6225
6226 2006-12-19  Miguel de Icaza  <miguel@novell.com>
6227
6228         * TableLayoutSettings.cs: Finish the public API (still needs all
6229         the logic to update on changes). 
6230
6231         * TableLayoutPanelCellPosition.cs: new file.
6232         
6233         * TableLayoutRowStyleCollection.cs,
6234         TableLayoutColumnStyleCollection, TableLayoutStyle.cs,
6235         TableLayoutSettings.cs: Track the final 2.0 table api.
6236
6237 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6238
6239         * ColumnHeader.cs: Add Tag, Name, ImageKey, ImageIndex,
6240         and Image List 2.0 members for ColummnHeader.
6241         * ListView.cs: Add key-related 2.0 methods for
6242         ColumnHeaderCollection.
6243
6244 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
6245
6246         * ListViewItem.cs: Changed AddRange overloads to match MS: throw
6247         ArgumentNullException if items argument is null. Ignore null item in
6248         arrays. Removed extra tabs.
6249
6250 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
6251
6252         * MonthCalendar.cs: Fixed InvalidCastException.
6253
6254 2006-12-19  Jackson Harper  <jackson@ximian.com>
6255
6256         * TextControl.cs: Don't increment the position here.
6257         - When calculating char positions only add in the line break size
6258         for hard line breaks.
6259
6260 2006-12-19  Andreia Gaita  <avidigal@novell.org>
6261
6262         * SendKeys.cs: Changed some things to match ms.net behaviour
6263         when parsing shifted capital letters.
6264         
6265         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32, XplatUIOSX: 
6266         Add window handle as parameter to SendInput. X11 needs the 
6267         window handle, and the handle being passed      to it in the keys 
6268         queue is the active control handle (which windows needs), not 
6269         the window handle.
6270         
6271         XplatUIX11.cs, XplaUIX11-new.cs, X11Display: Implement SendInput 
6272         to support SendKeys on X.       
6273         
6274         * X11Keyboard: Implement helper method to lookup a linux keycode
6275         given the virtual keycode. Added table of keycode-2-virtualkey
6276         values to support this.
6277
6278 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6279
6280         * ListView.cs: Add support for SelectedIndexCollection
6281         and SelectedItemCollection 2.0 methods. Implement support
6282         for ImageKey too.
6283         * ListViewItem.cs: Add support for ListViewSubItemCollection
6284         2.0 methods. Also, fix an incorrect behavior of AddRange method
6285         (it shouldn't call Clear).
6286         * ThemeWin32Classic.cs: Support for ListView.ImageKey 2.0 property.
6287
6288 2006-12-19  Jackson Harper  <jackson@ximian.com>
6289
6290         * RichTextBox.cs: 
6291         * TextBoxBase.cs: New args for FormatText
6292         * TextControl.cs: Rewrote the main drawing method, this version
6293         feels a little easier to understand and debug to me.  Hopefully it
6294         does to others also
6295         - Fix FormatText to OR in the new formating values.  Added
6296         FormatSpecified param, basically this works in the same way as
6297         BoundsSpecified in Control.
6298         - Set the caret properties when the caret is positioned.
6299         - When wrapping text make sure that we calculate the width of the
6300         last character
6301         - when calculating alignments we might have wrapped down to the
6302         next line, so don't search for an individual tag, search for the
6303         end of the line
6304         - We need to invalidate the selection area when we replace the
6305         selection.
6306         
6307 2006-12-19  Daniel Nauck  <dna@mono-project.de>
6308
6309         * Application.cs: add Restart () 2.0 support
6310
6311 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
6312
6313         * MenuItem.cs: Invalidate menu item rectangle after change Enable
6314         property. Fixes #80268.
6315         
6316 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
6317
6318         * MenuAPI.cs: Dont trigger select event when closes top menu
6319         item. Fixes #80270.
6320
6321 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
6322
6323         * MenuAPI.cs: When you click on menuitem only trigger onselect
6324         event for top menu itens. Fixes #80271.
6325         
6326 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6327
6328         * MdiWindowManager.cs: Make IconicBounds depend on
6329         the bottom of MdiClient, not the top (fixes #80267)
6330         
6331 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6332
6333         * MdiClient.cs: Added missing 2.0 attribute
6334
6335 2006-12-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6336
6337         * ListViewItem.cs: Add Name and Tag 2.0 properties, as well
6338         as IndexOfKey, ContainsKey, RemoveByKey and indexer 2.0.
6339
6340 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
6341
6342         * MenuAPI.cs: Fix click when menuitem is not popup,
6343         this regression was caused by last commit (#80272).
6344
6345 2006-12-17  Everaldo Canuto  <everaldo@simios.org>
6346
6347         * MenuAPI.cs: When a non-toplevel menuitem is clicked dont
6348         fire click event or close menu. Fixes #80272.
6349
6350 2006-12-17  Daniel Nauck  <dna@mono-project.de>
6351
6352         * ListViewHitTestInfo.cs: add
6353
6354 2006-12-17  Daniel Nauck  <dna@mono-project.de>
6355
6356         * ButtonBase.cs: Added FlatButtonAppearance 2.0 support.
6357         * FlatButtonAppearance.cs: add
6358         * DockingAttribute.cs: add
6359
6360 2006-12-17  Chris Toshok  <toshok@ximian.com>
6361
6362         * DataGrid.cs: hook up MetaDataChanged event on the list manager,
6363         and rebind our columns when it does - this way, if you make
6364         changes to the DataTable (or set the Table attribute on a DataView
6365         after setting it as the DataGrid's DataSource, the changes are
6366         made visible.)  Fixes bug #80107.
6367
6368 2006-12-17  Daniel Nauck  <dna@mono-project.de>
6369
6370         * ListViewGroup.cs: add internal Location property for layouting.
6371         * Theme.cs: add abstract ListViewGroupHeight function.
6372         * ThemeWin32Classic.cs: implement ListViewGroupHeight function.
6373
6374 2006-12-16  Andreia Gaita  <avidigal@novell.com>
6375
6376         * TabControl.cs: Fixed checks for NET_2_0-specific exceptions.
6377         Added reset of selected index to 0 when adding first tab page.
6378         Fixes #80264
6379         
6380         * NumericUpDown.cs: Fix NET_2_0 check
6381
6382 2006-12-16  Daniel Nauck  <dna@mono-project.de>
6383
6384         * ListViewGroup.cs: fixed DefaultValueAttribute value
6385
6386 2006-12-16  Daniel Nauck  <dna@mono-project.de>
6387
6388         * AutoCompleteStringCollection.cs: add new AutoCompleteStringCollection 2.0 class
6389
6390 2006-12-15  Miguel de Icaza  <miguel@novell.com>
6391
6392         * Button.cs, ComboBox.cs, ScrollBar.cs, UserControl.cs,
6393         TextBoxBase.cs, ListView.cs, ContainerControl.cs,
6394         ScrollableControl.cs: Add a handful of methods that are
6395         overwritten in 2.0 
6396
6397 2006-12-15  Chris Toshok  <toshok@ximian.com>
6398
6399         * XplatUIWin32.cs: initial implementation of the Reversible
6400         drawing functions.  there are some problems.  DrawReversibleFrame
6401         doesn't seem to work at all for Dashed FrameStyle, and in the
6402         Thick case there are drawing errors at the corners (we probably
6403         need to bind Rectangle instead of doing moveto/lineto's.)
6404
6405 2006-12-16  Andreia Gaita  <avidigal@novell.com>
6406         
6407         * SendKeys.cs: Implemented. SendKeys uses a new method in XPlatUI, SendInput, 
6408         to send blocks of key messages. Send accumulates keys to send with Flush, 
6409         while SendWait sends all keys immediately.
6410                 
6411         * XplaUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs, 
6412         XplatUIX11.cs,  XplatUIX11-new.cs:
6413         - Define SendInput and stubs for OSX and X11, implements Win32 with a call
6414         to Win32 SendInput.
6415         - Added INPUT support structures to XplatUIWin32 for Win32SendInput
6416         
6417         Tests:  It seems ms.net is hooking the keyboard to implement this, so doing unit
6418         testing for ms.net on this class is very tricky, as the tests run too fast 
6419         to allow the hook to release, essentially freezing the keyboard and the 
6420         test. So, barring a win32 miracle, they'll be commited in the ms-notworking     
6421         category :p
6422
6423 2006-12-16  Daniel Nauck  <dna@mono-project.de>
6424
6425         * Padding.cs: fixed serialization compability to MS ("_var" field names),
6426                         added missing attributes.
6427  
6428 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6429
6430         * ListViewGroup.cs: Added missing attributes.
6431         * ListViewGroupCollection.cs: Added missing attributes.
6432
6433 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6434
6435         * ListViewItem.cs: fixed ListViewSubItem text property.
6436
6437 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6438         
6439         * Control.cs: Added missing 2.0 attributes
6440         
6441 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6442         
6443         * MdiClient.cs: Added missing 2.0 attribute.
6444         * MonthCalendar.cs: Added some missing 2.0 attributes 
6445         and properties.
6446         
6447 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6448
6449         * ListView.cs: implemented ListViewItemCollection Add 2.0 support.
6450
6451 2006-12-15  Jonathan Pobst  <monkey@jpobst.com>
6452
6453         * MainMenu.cs: Add the new 2.0 constructor to help out people
6454         using the MainMenu in VS2005.
6455
6456 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6457         
6458         * MdiChildContext.cs: Removed it, no longer used.
6459         * MdiClient.cs: Added missing 2.0 attributes.
6460         
6461 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6462         
6463         * InternalWindowManager.cs: Fix a NullRef with previous 
6464         changes for toolwindows.
6465         
6466 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6467
6468         * Control.cs: 
6469         - Added AfterTopMostControl to allow for certain controls 
6470         to always stay on top when normal controls are brought to 
6471         front.
6472         
6473         * XplatUIWin32.cs: 
6474         - (DrawInversibleRectangle): Get window rectangle from Win32 
6475         in stead of from control, since Win32 doesn't calculate
6476         screen coords correctly from control's Location if it 
6477         have docked siblings.
6478         
6479         * MdiWindowManager.cs:
6480         - Correct the control menu popup location when clicked on
6481         the maximized form icon. (fixes #80223.1)
6482         - Don't show moving rectangle if mouse hasn't moved from
6483         the original clicked point.
6484         - Removed FormGotFocus handler (not used).
6485         - Calculate the control buttons location from the main
6486         window's size and not client size (fixes #79770).
6487         - Form is now closed when the form icon is double-clicked
6488         (fixes #79775). 
6489         - Correct NCCalcSize numbers a little bit (fixes #80223.2)
6490         
6491         * InternalWindowManager.cs:
6492         - Moved some MDI-only methods to MdiWindowManager.
6493         - Removed unused properties and methods.
6494         - Unified method naming for methods handling wm messages.
6495         - Moved all message handling to seperate methods for
6496         each message.
6497         
6498         * ThemeWin32Classic.cs:
6499         - DrawManagedWindowDecorations now draws the title bar 
6500         with a gradient brush.
6501         - Add a CPDrawButtonInternal that allows us to specify
6502         light, normal and dark colors for the buttons (control 
6503         buttons for MDI children were drawn with the same light
6504         color as the background, therefore loosing the 3D effect).
6505         
6506         * SizeGrip.cs:
6507         - Add a CapturedControl property that is used to 
6508         determine the control to resize (defaults to parent). 
6509         Needed for MdiClient, since its SizeGrip's parent is
6510         MdiClient, but the control to resize is the main form.
6511         
6512         * MdiClient.cs:
6513         - Set SizeGrip's CapturedControl to the main form in order
6514         to resize the main form and not the MdiClient.
6515         - Override AfterTopMostControl to leave the scrollbars 
6516         always on top.
6517
6518 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6519
6520         * ListView.cs: fixed ListViewItemCollection AddRange and
6521                         implemented ListViewItemCollection AddRange 2.0 support.
6522
6523 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6524
6525         * ListViewGroup.cs: Add.
6526         * ListViewGroupCollection.cs: Add
6527         * ListView.cs: Add ListViewGroup (Group) and ShowGroups 2.0 support.
6528         * ListViewItem.cs: Add ListViewgroup (Group), ListViewGroups constructors and
6529                                 stub for ImageKey 2.0 support.
6530
6531 2006-12-14  Mike Kestner  <mkestner@novell.com>
6532
6533         * ListView.cs: add text padding to the autocalculation for columns
6534         of width -2.  Fixes #80207.
6535  
6536 2006-12-14  Mike Kestner  <mkestner@novell.com>
6537
6538         * ListView.cs: add some index guarding for partial row navigation 
6539         logic.  Fixes #80250.
6540
6541 2006-12-14  Mike Kestner  <mkestner@novell.com>
6542
6543         * ListView.cs: throw ArgumentExceptions when parented ListViewItems
6544         are added or inserted to the collection.  Fixes #81099.
6545
6546 2006-12-13  Everaldo Canuto  <everaldo@simios.org>
6547
6548         * MenuAPI.cs: Closes menu when right click out side of popup
6549         it fix problem in ContextMenu and MainMenu. Fixes #80252.
6550
6551 2006-12-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6552
6553         * ListViewItem.cs: Fix dumb error.
6554
6555         * ListView.cs: Add Find and ContainsKey methods in 
6556         ListViewItemCollection, and also return true for IsReadOnly
6557         and IsFixedSize (changes for 2.0). 
6558
6559 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
6560
6561         * Control.cs: Allow Region to be set to null.
6562
6563 2006-12-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6564
6565         * MdiWindowManager.cs: Remove unused (commented out) code.
6566         * Form.cs: When the MdiChild is maximized, the form needs 
6567         WM_NCMOUSELEAVE, so request it.
6568         * InternalWindowManager.cs: 
6569         - Added tooltips to control buttons.
6570         - Removed duplicated control button handling code.
6571         - Removed unused (commented out) code.
6572         
6573 2006-12-12  Everaldo Canuto  <everaldo@simios.org>
6574
6575         * MenuAPI.cs: Set cursor to default in popup menus, a XplatUI.SetCursor 
6576         was used because we must set cursor without trigger ChangeCursor event
6577         and without change Cursor control property. Fixes #79963.
6578
6579 2006-12-12  Andreia Gaita  <avidigal@novell.com>
6580         
6581         * Control.cs: Check if Region setter value is null, and ignore
6582
6583 2006-12-12  Jackson Harper  <jackson@ximian.com>
6584
6585         * TextControl.cs: We were almost always drawing one more line then
6586         needed, since the GetLineByPixel will return the last line found
6587         at that pixel. In most cases though, we were invalidating up to
6588         the junction between two lines.
6589         - Improve debug code.
6590
6591 2006-12-12  Chris Toshok  <toshok@ximian.com>
6592
6593         * XplatUI.cs: add static DrawReversibleFrame, DrawReversibleLine,
6594         and FillReversibleRectangle.
6595
6596         * XplatUIDriver.cs: add abstract DrawReversibleFrame, DrawReversibleLine,
6597         and FillReversibleRectangle.
6598
6599         * XplatUIWin32.cs: add stubs which do nothing for
6600         DrawReversibleFrame, DrawReversibleLine, and
6601         FillReversibleRectangle.
6602
6603         * XplatUIOSX.cs: add stubs which raise NIE for
6604         DrawReversibleFrame, DrawReversibleLine, and
6605         FillReversibleRectangle.
6606
6607         * XplatUIX11.cs: add working implementation for
6608         DrawReversibleFrame, DrawReversibleLine, and
6609         FillReversibleRectangle.
6610         
6611         * ControlPaint.cs: implement DrawReversibleFrame,
6612         DrawReversibleLine, and FillReversibleRectangle, by calling into
6613         the appropriate XplatUI method.
6614
6615 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6616
6617         * Form.cs: Make MdiClient have the focus even if it's
6618         not selectable, since it should receive WM_KEY* and WM_MOUSE 
6619         messages. Fixes #79907.
6620         
6621 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6622
6623         * Hwnd.cs: Save the CreateParams.ExStyle so that it can be
6624         queried after the window is created.
6625         
6626         * XplatUIX11.cs: Added SendParentNotify to implement 
6627         WM_PARENTNOTIFY logic. Fixes #79965.
6628         
6629         * Control.cs: Added MakeParam.
6630         
6631 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6632
6633         * MdiClient.cs: Resume Layout before setting window
6634         states (fixes #80201).
6635
6636 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6637
6638         * MenuAPI.cs: Deselect a menu item after performing
6639         the click (fixes #80197).
6640
6641 2006-12-11  Jackson Harper  <jackson@ximian.com>
6642
6643         * TextBoxBase.cs: We need to cap this value, since Maximum -
6644         ViewPortHeight can be less than zero.
6645         - Only do selection with the left mouse button.
6646         * TextBox.cs: Don't tell the world that we have a context menu.
6647         * Control.cs: New method so that we can control whether or not the
6648         context menu is visible outside MWF.
6649
6650 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
6651
6652         * ToolBarButton.cs: Fix text positon. 
6653
6654 2006-12-11  Miguel de Icaza  <miguel@novell.com>
6655
6656         * ProgressBar.cs (MarqueeAnimationSpeed): Add stub.
6657
6658         * Control.cs (DoubleBuffered): Add implementation.
6659
6660         * Application.cs (OpenForms): Add.
6661
6662 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
6663
6664         * Form.cs: Use opacity instead of Opactiy to determine if we need
6665         to set the WS_EX_LAYERED bit.  [Fixes bug #80185]
6666
6667 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
6668
6669         * Control.cs: Fix NRE if Control.Site was set to null.
6670
6671 2006-12-11  Chris Toshok  <toshok@ximian.com>
6672
6673         * Control.cs: ControlCollection.Remove should return if the arg is
6674         null, and ControlCollection.SetChildIndex should raise a ANE.
6675
6676 2006-12-11  Gert Driesen  <drieseng@users.sourceforge.net>
6677
6678         * Control.cs: Verify value set for Dock property. Code formatting
6679         updates.
6680
6681 2006-12-11  Jackson Harper  <jackson@ximian.com>
6682
6683         * TextControl.cs: Draw the caret and the selection when a flag is
6684         set on the owner.
6685         * TextBoxBase.cs: We want to draw the caret and the selection for
6686         TextBox but not for TextBoxBase.
6687         - If the window is resized and scrolling is no longer needed (the
6688         whole doc is visible) set the scroll position to zero.
6689         - The default SelectWord (the one TextBox uses) should move the
6690         caret to the end of the word.
6691         - SelectAll moves the caret to the end of the selection.
6692         * TextBox.cs: We don't selectall on focus, we just do it when the
6693         control is created.
6694         
6695 2006-12-11  Mike Kestner  <mkestner@novell.com>
6696
6697         * ComboBox.cs: stub in a 2.0 override for ProcessKeyEventArgs.
6698
6699 2006-12-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6700
6701         * ListView.cs: Add Insert, IndexOfKey, RemoveByKey and indexer 
6702         2.0 support.
6703         * ListViewItem.cs: Add Name 2.0 property.
6704
6705 2006-12-11  Andreia Gaita  <avidigal@novell.com>
6706
6707         * TabControl.cs: Set visibility on selected or default tab 
6708         when tabcontrol handle is created, so that it's contents
6709         actually show up (duh). Fixes #80193
6710         Don't redraw the control if there is no handle created, as
6711         the selected index might be completely invalid. Added some tests
6712         to check for this.
6713
6714 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
6715
6716         * ToolBar.cs: Uses maximun width and height of all buttons as 
6717         button rectangle when ButtonSize specified, it looks strange but
6718         is what happens in Win32. Fixes #80189.
6719
6720 2006-12-11  Jackson Harper  <jackson@ximian.com>
6721
6722         * TextControl.cs: Need to track undo levels ourself, since
6723         compound actions will mess them up.
6724
6725 2006-12-10  Andreia Gaita  <avidigal@novell.com>
6726
6727         * TabControl.cs: Raise SelectedIndexChanged for 1.1 if the
6728         SelectedIndex value is changed (even if it's not valid).
6729         Reset SelectedIndex to 0 when the handle is created and if
6730         the current index is invalid.
6731         Fixes SelectdeIndex unit tests and #80128
6732
6733 2006-12-08  Chris Toshok  <toshok@ximian.com>
6734
6735         * DataGrid.cs (set_CurrentCell): because EnsureCellVisibility
6736         calls EndEdit, it needs to be called before we set current_cell to
6737         its new value.  Otherwise, we end up committing the value in the
6738         textbox to the new cell as well.  Fixes bug #80160.
6739
6740 2006-12-08  Chris Toshok  <toshok@ximian.com>
6741
6742         * Form.cs (set_CancelButton): if the button's DialogResult is
6743         None, set it to Cancel.  Fixes bug 80180.
6744
6745 2006-12-08  Jackson Harper  <jackson@ximian.com>
6746
6747         * TextBoxBase.cs: Ugh, ClientSize can be 0,0 sometimes, so we need
6748         to watch ourselves when setting the canvas size and setting the
6749         scrollbar values.
6750
6751 2006-12-08  Chris Toshok  <toshok@ximian.com>
6752
6753         * DataGrid.cs: comment out the two MakeTransparent calls for the
6754         time being so people using trunk (and not 1.2.2) on windows can
6755         actually use the datagrid.  This deals with bug #80151.
6756
6757 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
6758
6759         * ThemeWin32Classic.cs: Change ButtonBase_DrawImage to use the
6760         Graphics.DrawImage (image, int, int, int, int) overload instead
6761         of Graphics.DrawImage (image, int, int).  GDI+ can't figure out
6762         the dpi difference and was blurring images it drew.
6763         [Fixes bug #79960]
6764
6765 2006-12-08  Chris Toshok  <toshok@ximian.com>
6766
6767         * ThemeWin32Classic.cs (DataGridPaintRows): handle case where
6768         rowcnt is 0 (such as with an empty datasource), and make sure we
6769         initialize not_usedarea.Y to cells.Y, so we don't draw over the
6770         other areas (caption, parent row, etc, etc).  Fixes bug #80095.
6771
6772 2006-12-08  Chris Toshok  <toshok@ximian.com>
6773
6774         * DataGridColumnStyle.cs (SetDataGrid): don't try to access a null
6775         grid.
6776
6777 2006-12-08  Chris Toshok  <toshok@ximian.com>
6778
6779         [ Fixes bug #80167 ]
6780         
6781         * ThemeWin32Classic.cs: don't draw the image if the button's flat
6782         style is FlatStyle.System.
6783
6784         * ButtonBase, ThemeClearlooks.cs, ThemeGtk.cs, ThemeNice.cs: make
6785         ButtonBase.flat_style private, and switch uses of it to the public
6786         property.
6787         
6788 2006-12-08  Chris Toshok  <toshok@ximian.com>
6789
6790         [ Fixes bug #80121 ]
6791         
6792         * ThemeWin32Classic.cs: center the caption text in the datagrid
6793         when we draw it.
6794
6795         * DataGrid.cs: lessen the amount we add to the caption height from
6796         6 to 2.  6 was making it huge.
6797
6798 2006-12-08  Andreia Gaita  <avidigal@novell.com>
6799
6800         * UpDownBase: Handle MouseWheel call directly instead of capturing
6801         the inner textbox's OnMouseWheel. Fixes #80166
6802
6803 2006-12-08  Jackson Harper  <jackson@ximian.com>
6804
6805         * TextControl.cs: We need to invalidate the textbox when we empty
6806         it (how had this not been discovered before?)
6807
6808 2006-12-08  Jackson Harper  <jackson@ximian.com>
6809
6810         * TextBoxBase.cs: Reworked the mouse down code so I could get it
6811         to behave like MS, we now ignore the eventargs.Click and just
6812         track state ourself, which we were already doing anyways.
6813         - Constrain the double click handler to the double click size.
6814         
6815 2006-12-08  Chris Toshok  <toshok@ximian.com>
6816
6817         * DataGrid.cs: the mousewheel code shouldn't try to scroll in a
6818         direction if that scrollbar isn't shown.  fixes bug #80158.
6819
6820 2006-12-08  Andreia Gaita  <avidigal@novell.com>
6821
6822         * NumericUpDown.cs: Update value on getter. Fixes #79950
6823
6824 2006-12-08  Chris Toshok  <toshok@ximian.com>
6825
6826         * MenuItem.cs: add back in the event cloning code.  I didn't know
6827         how to do it in the face of the EventHandlerList work i'd done
6828         last week.  Fixes bug #80183.
6829
6830 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
6831
6832         * Control.cs: Add an invalidate to the BackgroundImage setter.
6833         [Fixes 80184]
6834
6835 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
6836
6837         * ToolStrip*: Add some small properties reported by MoMA, fix event
6838         firing and default properties based off of unit tests, and add some
6839         attributes based off of the class status page.
6840
6841 2006-12-07  Jackson Harper  <jackson@ximian.com>
6842
6843         * TextBoxBase.cs: Take HideSelection into account when determining
6844         whether or not to show the selection.
6845         * RichTextBox.cs: After inserting the RTF into the document move
6846         the cursor to the beginning of the document.
6847
6848 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
6849
6850         * Control.cs: Remove static ArrayList "controls" which maintained
6851         a reference to every control created.
6852         * Application.cs: Create a static FormCollection to maintain a reference
6853         to every form created.  Use it in places that formerly enumerated through
6854         the controls one looking for forms.
6855         * Form.cs: Add and remove self from above FormCollection.
6856
6857 2006-12-07  Alexander Olk  <alex.olk@googlemail.com>
6858
6859         * MimeIcon.cs: gdk_pixbuf_save_to_buffer is part of libgdk-pixbuf,
6860           not libgdk (though it makes me wonder why I didn't have any
6861           problems)
6862
6863 2006-12-07  Chris Toshok  <toshok@ximian.com>
6864
6865         [ you had to know this was coming after that last commit...]
6866         
6867         * XplatUIX11.cs: implement the 3 Offscreen functions in terms of
6868         XPixmaps (CreateOffscreenDrawable maps to XCreatePixmap,
6869         DestroyOffscreenDrawable to FreePixmap, and BlitFromOffscreen to
6870         XCopyArea).
6871
6872 2006-12-07  Chris Toshok  <toshok@ximian.com>
6873
6874         * XplatUI.cs: add 3 calls (CreateOffscreenDrawable,
6875         DestroyOffscreenDrawable, and BlitFromOffscreen) that encompass
6876         all the behavior we need for double buffering.
6877
6878         * XplatUIDriver.cs: implement the 3 double buffer methods using a
6879         client side Bitmap, just like the old Control-based double buffer
6880         code did.  The methods are virtual, so each XplatUI driver
6881         subclass can replace the implementation to use a faster, platform
6882         specific approach.
6883
6884         * Control.cs: make use of the 3 Offscreen XplatUI calls in the
6885         double buffer code, and clean things up a bit in the process.
6886
6887 2006-12-06  Chris Toshok  <toshok@ximian.com>
6888
6889         * Control.cs: reindent WndProc.
6890
6891 2006-12-06  Chris Toshok  <toshok@ximian.com>
6892
6893         [ I wanna be like BenM when I grow up ]
6894         
6895         * Hwnd.cs: create a single static Graphics object on the static
6896         Bitmap we create.  use this for our text measurements.
6897
6898         * Control.cs (DeviceContext): stop using the backbuffer's dc_mem.
6899         This was causing us to allocate a backbuffer for every control,
6900         even when it wasn't flagged as double buffered.  Instead use the
6901         single graphics instance.  This might have implications for
6902         multithreaded applications.  If we run into problems we can switch
6903         to creating 1 Graphics per control, on the static Hwnd bitmap.
6904
6905         this change nets us a 7M savings in private dirty mappings when
6906         running FormsTest.exe.
6907
6908 2006-12-06  Chris Toshok  <toshok@ximian.com>
6909
6910         * ListView.cs: the BackgroundImage override is just to set
6911         attributes.  chain up to base.BackgroundImage.
6912
6913         * RichTextBox.cs: same.
6914
6915         * ToolBar.cs: same, but we need to also redraw the toolbar when it
6916         changes, so instead a handler for BackgroundImageChanged.
6917         
6918         * Control.cs: make background_image private.
6919
6920 2006-12-06  Chris Toshok  <toshok@ximian.com>
6921
6922         * ScrollBar.cs: change the assignment of cursor to Cursor.  not
6923         sure we even need this assignment, but roll with it for now.
6924
6925         * Control.cs: make the cursor field private.
6926
6927 2006-12-06  Chris Toshok  <toshok@ximian.com>
6928
6929         * Form.cs: we don't need to explicitly set ImeMode to
6930         ImeMode.NoControl - that's a natural fallout of Control.ImeMode's
6931         behavior in the face of ImeMode.Inherit.
6932
6933         * ButtonBase.cs: change DefaultImeMode to ImeMode.Disable, and
6934         change the ctor's assignment to use ImeMode instead of ime_mode.
6935
6936         * Control.cs (get_ImeMode): don't assume DefaultImeMode ==
6937         ImeModeInherit.  Only check for the parent's imemode (and return
6938         NoControl if there is no parent) if ime_Mode == ImeMode.Inherit.
6939         This fixes the button unit test, which sets both ImeMode and
6940         DefaultImeMode to ImeMode.Disable.
6941
6942         also make the ime_mode field private.
6943
6944 2006-12-06  Chris Toshok  <toshok@ximian.com>
6945
6946         * Control.cs: make control_style private.
6947
6948         * TextBoxBase.cs: fix the HandleClick override.  it was explicitly
6949         setting the styles to true, then setting them to false instead of
6950         reverting to their previous values.
6951
6952         also, call SetStyle on the scrollbars instead of using
6953         control_style directly.
6954
6955 2006-12-06  Jonathan Pobst  <monkey@jpobst.com>
6956
6957         * FormCollection.cs: Implement. [2.0]
6958
6959 2006-12-06  Chris Toshok  <toshok@ximian.com>
6960
6961         * Control.cs: make tab_stop private.
6962
6963         * Label.cs: set TabStop, not tab_stop.  reformat some event
6964         add/remove methods to make them more compact.
6965
6966 2006-12-06  Chris Toshok  <toshok@ximian.com>
6967
6968         * RadioButton.cs: fix TabStop handling.
6969
6970 2006-12-06  Chris Toshok  <toshok@ximian.com>
6971
6972         * TextBox.cs: remove the explicit assignments to has_focus.
6973         Control does that.
6974
6975         * ButtonBase.cs: remove the assignment to has_focus.  Control will
6976         manage that.
6977         
6978 2006-12-06  Chris Toshok  <toshok@ximian.com>
6979
6980         * ButtonBase.cs: remove all uses of is_enabled from this code.
6981         it's always true when any of the code containing the checks is
6982         executed.
6983
6984 2006-12-06  Chris Toshok  <toshok@ximian.com>
6985
6986         * ImageList.cs: reinstate the ShouldSerialize*/Reset* methods,
6987         with different semantics (some are present in both 1.1 and 2.0
6988         profiles) so that we match MS's behavior in our unit tests.
6989
6990 2006-12-06  Jackson Harper  <jackson@ximian.com>
6991
6992         * TextControl.cs: Make this operation undoable.
6993         * TextBoxBase.cs: Factor the border width into the preferred
6994         height.
6995         - implement Modified as per the spec.
6996
6997 2006-12-06  Chris Toshok  <toshok@ximian.com>
6998
6999         * Timer.cs, Control.cs, Menu.cs: make control_tag private.
7000
7001 2006-12-06  Chris Toshok  <toshok@ximian.com>
7002
7003         * Control.cs: make right_to_left and context_menu fields private.
7004
7005 2006-12-06  Chris Toshok  <toshok@ximian.com>
7006
7007         * AccessibleObject.cs, Control.cs, XplatUIX11GTK.cs,
7008         XplatUIX11.cs, Form.cs, RadioButton.cs, ScrollableControl.cs: make
7009         Control.child_controls private.  switch all uses over to
7010         Control.Controls.
7011
7012 2006-12-06  Chris Toshok  <toshok@ximian.com>
7013
7014         * System.Windows.Forms/GroupBox.cs,
7015         System.Windows.Forms/AccessibleObject.cs,
7016         System.Windows.Forms/ErrorProvider.cs,
7017         System.Windows.Forms/Control.cs,
7018         System.Windows.Forms/UpDownBase.cs,
7019         System.Windows.Forms/ScrollBar.cs,
7020         System.Windows.Forms/DateTimePicker.cs,
7021         System.Windows.Forms/Form.cs, System.Windows.Forms/Label.cs,
7022         System.Windows.Forms/ToolTip.cs,
7023         System.Windows.Forms/RadioButton.cs,
7024         System.Windows.Forms/LinkLabel.cs,
7025         System.Windows.Forms/Splitter.cs,
7026         System.Windows.Forms/TextBoxBase.cs,
7027         System.Windows.Forms/ToolStripTextBox.cs,
7028         System.Windows.Forms/ContainerControl.cs,
7029         System.Windows.Forms/ThemeWin32Classic.cs,
7030         System.Windows.Forms/SizeGrip.cs,
7031         System.Windows.Forms/ToolStripDropDown.cs,
7032         System.Windows.Forms/ScrollableControl.cs: Make Control.parent
7033         private.  switch all uses over to Control.Parent.
7034
7035 2006-12-06  Chris Toshok  <toshok@ximian.com>
7036
7037         * RichTextBox.cs: don't assign to has_focus in GotFocus/LostFocus.
7038         Control does this before calling emitting these events.
7039
7040         * TabControl.cs: same.
7041
7042         * ThemeWin32Classic.cs: use Control.ClientRectangle instead of
7043         Control.client_rect.
7044
7045         * ButtonBase.cs: use the ClientSize property instead of the
7046         client_size field.
7047
7048         * ScrollableControl.cs: same.
7049
7050         * Control.cs: another pass at making properties private.  also,
7051         move the initialization of tab_stop to the ctor.
7052
7053 2006-12-05  Andreia Gaita <avidigal@novell.com>
7054
7055         * TabControl.cs: Let the selected index be set freely if the 
7056         control handle is not yet created.
7057
7058 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
7059
7060         * Control.cs: Revert dist_top, dist_right, and dist_bottom to 
7061         internal until I can rewrite DefaultLayout.
7062         * ToolStrip.cs: Fix build error and some general cleaning.
7063         * ToolStripControlHost.cs, SplitterPanel.cs, DataGridView.cs:
7064         Fix build errors caused by making some of Control's fields private.
7065
7066 2006-12-05  Jackson Harper  <jackson@ximian.com>
7067
7068         * TextControl.cs: Redo Insert a little so that it use IndexOf
7069         instead of Split, this prevents it from messing up on things like
7070         \n\n\n. Also more effecient since the split array doesn't need to
7071         be created.
7072         * TextBoxBase.cs: AppendText doesnt handle multiline and non
7073         multiline text differently, this is the first of many fixes that
7074         will make multiline/non-multiline the same thing as far as the
7075         TextBoxBase is concerned.
7076         - Don't split the text and insert lines, this can lose some line
7077         endings (like is the last line a soft or hard break). Instead use
7078         the new Insert.
7079         - Fix an off by one when combining all the lines in the Text
7080         getter.
7081         - Remove separate multiline handling from the Text getter/setter.
7082
7083 2006-12-05  Chris Toshok  <toshok@ximian.com>
7084
7085         * ButtonBase.cs: a few changes:
7086
7087         - don't reinitialize internal Control fields in the ctor when they
7088         have the same values as Control sets them.
7089
7090         - don't set has_focus in OnGotFocus/OnLostFocus.  Control does
7091         this before calling those methods.
7092
7093         - we don't need to call Refresh for anything.  use Invalidate
7094         instead.
7095
7096         - OnEnabledChanged doesn't need to redraw at all - Control.cs
7097         calls Refresh in its OnEnabledChanged.
7098         
7099         - several of the events we were registered for in the ctor to
7100         redraw ourselves already include calls to Invalidate in the
7101         property setters that raise the events.  remove the extra
7102         invalidation.
7103
7104         - reformat a switch statement that was 83274658 columns wide.
7105         
7106 2006-12-05  Mike Kestner  <mkestner@novell.com>
7107
7108         * ComboBox.cs: fix a unit test regression from a TextBox
7109         SelectionLength return of -1 when there's no selection.  
7110
7111 2006-12-05  Chris Toshok  <toshok@ximian.com>
7112
7113         * Control.cs, Button.cs, ThemeGtk.cs, Form.cs, ListView.cs,
7114         ThemeWin32Classic.cs, SizeGrip.cs, ToolBar.cs: first pass at
7115         cleaning up some of the internal Control fields being used by
7116         subclasses.
7117
7118 2006-12-05  Mike Kestner  <mkestner@novell.com>
7119
7120         * ComboBox.cs: fix some Simple mode regressions.  Set Visible on the
7121         listbox after AddImplicit calls since it defaults to hidden. Add a 
7122         hack to preserve requested heights across DropDownStyle changes.
7123
7124 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
7125
7126         * PropertyGrid.cs: Hide FindFirstItem method from public API.
7127
7128 2006-12-05  Chris Toshok  <toshok@ximian.com>
7129
7130         * DataGridView.cs: fix compiler warnings.
7131
7132         * PrintControllerWithStatusDialog.cs: same.
7133
7134         * ToolBar.cs: same.
7135
7136         * FolderBrowserDialog.cs: same.
7137
7138         * Splitter.cs: same.
7139
7140         * DataGridViewComboBoxCell.cs: same.
7141
7142         * XplatUIWin32.cs: same.
7143
7144         * PictureBox.cs: same.
7145
7146         * Win32DnD.cs: same.
7147
7148         * PageSetupDialog.cs: same.
7149
7150         * FileDialog.cs: same.
7151
7152         * PrintDialog.cs: same.
7153
7154         * DataGridTextBoxColumn.cs: same.
7155
7156         * DrawTreeNodeEventArgs.cs: same (and fix corcompare)
7157
7158 2006-12-05  Chris Toshok  <toshok@ximian.com>
7159
7160         * TextBox.cs, CheckedListBox.cs, MonthCalendar.cs, Menu.cs,
7161         MainMenu.cs, ListView.cs, LabelEditTextBox.cs, ToolBar.cs: more
7162         System.ComponentModel.EventHandlerList work.
7163
7164 2006-12-05  Jonathan Chambers  <joncham@gmail.com>
7165
7166         * DrawTreeNodeEventArgs.cs: Added.
7167
7168 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7169         
7170         * InternalWindowManager.cs: Remove an unused field.
7171         
7172 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7173
7174         * InternalWindowManager.cs:
7175         - Save the point where the title bar is clicked.
7176         
7177         * MdiWindowManager.cs:
7178         - Only allow moving of the window as long as the 
7179         clicked point on the title bar does not get out of
7180         MdiClient's rectangle. Fixes #79982.
7181         
7182         * MdiClient.cs:
7183         - Added Horizontal/VerticalScrollbarVisible.
7184         - Simplified the scrollbar sizing algorithm.
7185         - Cache the difference in scrolled value in
7186         H/VBarValueChanged and move the calculation out
7187         of the for loop.
7188
7189 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7190
7191         * Control.cs: Make the Console.WriteLine in WndProc 
7192         write more info.
7193
7194 2006-12-05  Chris Toshok  <toshok@ximian.com>
7195
7196         * ToolStripManager.cs, ToolStripButton.cs,
7197         ToolStripContentPanel.cs, ToolStripComboBox.cs, ToolStrip.cs,
7198         ToolStripMenuItem.cs, ToolStripItem.cs, ToolStripControlHost.cs,
7199         ToolStripSplitButton.cs, ToolStripSeparator.cs,
7200         ToolStripRenderer.cs, ToolStripDropDownItem.cs,
7201         ToolStripProgressBar.cs, ToolStripContainer.cs,
7202         ToolStripTextBox.cs, ToolStripPanel.cs, ToolStripDropDown.cs: move
7203         to using System.ComponentModel.EventHandlerList.
7204
7205 2006-12-04  Chris Toshok  <toshok@ximian.com>
7206
7207         * LinkLabel.cs: fix up compiler warnings.
7208
7209         * TableLayoutSettings.cs: same.
7210
7211         * TreeView.cs: same.
7212
7213         * ToolBar.cs: same.
7214
7215         * TabControl.cs: same.
7216
7217         * RichTextBox.cs: same.
7218
7219         * ListViewItem.cs: same.
7220
7221         * PropertyGrid.cs: same.
7222
7223         * DataGridViewRowPostPaintEventArgs.cs: corcompare fix.
7224
7225         * ToolTip.cs same.
7226
7227         * TextRenderer.cs: fix up compiler warnings.
7228
7229         * Label.cs: same.
7230
7231         * Form.cs: corcompare fixes.
7232
7233         * PictureBox.cs: fix up compiler warnings.
7234
7235         * ImageListStreamer.cs: same.
7236
7237         * TrackBar.cs: corcompare fix.
7238
7239         * Control.cs: fix up compiler warnings.
7240
7241         * SplitterPanel.cs: same.
7242
7243         * NumericTextBox.cs: same.
7244
7245         * ImageList.cs: same.
7246
7247         * StatusStrip.cs: same.
7248
7249         * ProgressBar.cs: corcompare fix.
7250
7251         * ToolStripButton.cs: fix up compiler warnings.
7252
7253         * ToolStripStatusLabel.cs: same.
7254
7255         * ToolStripSplitButton.cs: same.
7256
7257         * ToolStripSeparator.cs: same.
7258
7259         * ToolStripProgressBar.cs: same.
7260
7261         * ToolStripDropDownMenu.cs: same
7262
7263         * ToolStripDropDown.cs: same.
7264
7265         * ToolStripDropDownButton.cs: same.
7266
7267         * ToolStrip.cs: same.
7268
7269         * ToolStripControlHost.cs: same.
7270
7271         * ToolStripContentPanel.cs: same.
7272
7273         * ToolStripDropDown.cs: same.
7274
7275         * ToolStripContainer.cs: same.
7276
7277         * ToolStripPanel.cs: same, and add "new" where we need it to work
7278         with the new ArrangedElementCollection.
7279
7280         * ToolStripItemCollection.cs: add "new" where we need it to work
7281         with the new ArrangedElementCollection.
7282
7283 2006-12-04  Andreia Gaita <avidigal@novell.com>
7284
7285         * TabControl.cs: Fix default tab selection to after TabControl
7286         gets focus and not before. Fixes #80128
7287
7288 2006-12-04  Chris Toshok  <toshok@ximian.com>
7289
7290         * DataGridTableStyle.cs: remove the gross calling of
7291         datagrid.Refresh from here.  It's a broken idea and it doesn't
7292         work anyway.
7293
7294         * DataGrid.cs: instead, just register/unregister from the
7295         DataGridTableStyle events in CurrentTableStyle.  we play it
7296         conservatively and EndEdit + CalcAreasAndInvalidate on any event,
7297         even though some would most likely not require it.  Fixes bug
7298         #80115 (and one portion of #80117 as a side effect).
7299
7300 2006-12-04  Chris Toshok  <toshok@ximian.com>
7301
7302         * DataGrid.cs (set_CaptionVisible): EndEdit before doing the work
7303         so the textbox (if any) goes away.  Fixes bug #80117.
7304
7305 2006-12-04  Chris Toshok  <toshok@ximian.com>
7306
7307         * DataGridColumnStyle.cs: set the column's readonly property
7308         initially based on the property descriptor's IsReadOnly.  Fixes
7309         bug #80044.
7310
7311 2006-12-04  Chris Toshok  <toshok@ximian.com>
7312
7313         * ComboBox.cs: wrap the dropdown style changing work in
7314         SuspendLayout/ResumeLayout.  Fixes bug #79968.
7315
7316 2006-12-04  Jackson Harper  <jackson@ximian.com>
7317
7318         * TextBoxBase.cs: Fix off by one, since these are one-based.
7319         * TextBox.cs: Select all the text when we get focus.  The TextBox
7320         does this but the RTB does not.
7321
7322 2006-12-04  Chris Toshok  <toshok@ximian.com>
7323
7324         * DataGridTextBoxColumn.cs: remove some spew.
7325
7326         * DataGridColumnStyle.cs (SetColumnValueAtRow): this seems right
7327         but some part of me is saying "it shouldn't be here.."  At any
7328         rate, it fixes bug #80046.  Call IEditableObject.EndEdit after
7329         setting the value.
7330
7331 2006-12-04  Chris Toshok  <toshok@ximian.com>
7332
7333         * DataGridColumnStyle.cs (SetDataGrid): call CheckValidDataSource
7334         to reassign the propertydescriptor.
7335
7336 2006-12-04  Jackson Harper  <jackson@ximian.com>
7337
7338         * TextBoxBase.cs:
7339         * TextControl.cs: Remove some unused variables.  Maybe this will
7340         patch things up between mike and I.
7341         - don't split lines less then one char wide, if the viewport is
7342         that small text won't be visible anyways.
7343         
7344 2006-12-04  Jackson Harper  <jackson@ximian.com>
7345
7346         * TextBoxBase.cs: Default selection length is -1, need to do some
7347         more testing on windows to see when this is used for the property.
7348         - Redid the Lines [] property to that we properly remove soft line
7349         breaks
7350         - added support for preserving carriage returns
7351         -  CanUndo is not a variable like 'is undo enabled' it just returns
7352         true if there is undo operations available.
7353         - AppendText doesn't need to grab the last tag itself anymore,
7354         this happens automatically when we move the cursor.
7355         * TextControl.cs: Add CompoundActions to the undo class. This
7356         allows combining the other operations into one big option.  ie a
7357         paste will combine { delete old, insert new, move cursor }
7358         - Add InsertString undo operation
7359         - New method for deleting multiline text
7360         - Add carriage returns to lines. So we can preserve carriage
7361         returns when text is 'roundtripped'
7362
7363 2006-12-04  Chris Toshok  <toshok@ximian.com>
7364
7365         * DataGrid.cs (CalcCellsArea): cells_area.Width/Height are at a
7366         minimum 0.  Fixes the scrollbar exception in bug #80136.
7367
7368 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7369
7370         * MdiClient.cs: 
7371         * MdiWindowManager: Removed unused fields and methods.
7372         
7373 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7374         
7375         * StatusBar.cs: Update all panels when a AutoSize=Contents
7376         panel needs updating.
7377         
7378         * StatusBarPanel.cs: Remove twidth and only use initialize.
7379         Fixes #80031.
7380                 
7381 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7382
7383         * Form.cs: When a form's MdiParent is set add it directly
7384         on top of the z-order in stead of relying on MdiClient's
7385         ActivateChild to do it. Fixes #80135.
7386         
7387         * MdiClient.cs: 
7388         - Remove original_order, mdi_child_list is already doing
7389         the same thing.
7390         - Create mdi_child_list on construction in
7391         stead of first use (avoids a few null checks).
7392
7393         * MenuItem.cs: Use an already existing list of mdi children
7394         to get the correct order of children and remove the other
7395         redundant list.
7396
7397 2006-12-04  Chris Toshok  <toshok@ximian.com>
7398
7399         * PropertyGridView.cs: cached_splitter_location is only used in
7400         !DOUBLEBUFFER code.
7401
7402         * PropertyGrid.cs: implement the ComComponentNameChanged event
7403         using Events, hoping that would fix the warning.  Looks like a
7404         compiler bug instead (#80144).
7405
7406         * PropertyManager.cs: remove unused method.
7407
7408 2006-11-04  Everaldo Canuto  <everaldo@simios.org>
7409
7410         * ThemeWin32Classic.cs: Dont draw arrow when menuitem on menubar, 
7411         include parentesis to fix expression evaluation. Fixes #79634.
7412
7413 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
7414         
7415         * MenuAPI.cs:
7416         - Changes to fix behavior in Menu control, some reported in #80097
7417         and other detected during behavior refactory like a select event
7418         problems.
7419         - Remove unneded "if's" conditions.
7420         - Created an internal to flag when popup is active in control, we need 
7421         it because in .NET you can have menu active but without popup active
7422         when you active menu using popup without visible items.
7423         - Mimic win32 behavior for Select and Popup events.  
7424         - Dont open popup menu when you dont have visible subitems.
7425         - Do nothing when click on disabled menu item.
7426         - Some small changes to follow the coding style guidelines.
7427         - Unselect menu only when another control gives focus. Fixes #80097.
7428         - Remove unused code.
7429         
7430         * MenuItem.cs: internal VisibleItems method to check if menu
7431         theres visible subitems, it will be usefull to fix some 
7432         behavior in Menu control.
7433         
7434 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
7435         
7436         * Timer.cs: Tag property for 2.0 profile.
7437         
7438 2006-12-01  Chris Toshok  <toshok@ximian.com>
7439
7440         [ after removing all warning suppressions, this cleans up over 100 warnings. ]
7441         
7442         * Win32DnD.cs: comment out some unused fields.
7443
7444         * XplatUIWin32.cs: comment out some unused pinvokes, and remove
7445         some unused properties/methods.
7446
7447         * XplatUIX11.cs: fix MousePosition so we override the base class's
7448         property instead of conflicting with it.
7449
7450         * PictureBox.cs: comment out some unused fields
7451
7452         * OSXStructs.cs: make some struct fields public.
7453
7454         * XplatUIOSX.cs: comment out some unused pinvokes, and fix
7455         MousePosition so we override the base class's property instead of
7456         conflicting with it.
7457
7458         * X11Dnd.cs: comment out some unused fields
7459
7460         * X11DesktopColors.cs: fix some struct field visibility to quiet
7461         the compiler.
7462
7463         * X11Dnd.cs: remove some debug code.
7464
7465         * ThemeClearlooks.cs: comment out unused field.
7466
7467         * ThemeNice.cs: mark some methods as overriding ThemeWin32Classic as needed.
7468
7469         * ThemeGtk.cs: comment out some unused pinvokes.
7470
7471         * Timer.cs: remove some unused fields.
7472
7473         * ThemeClearlooks.cs: comment out unused field.
7474
7475         * UpDownBase.cs: comment out unused field.
7476
7477         * DataObject.cs: comment out unused field.
7478
7479         * DataGridBoolColumn.cs: reomve unused field.
7480
7481         * DataGrid.cs: remove unused field.
7482
7483         * Cursor.cs: remove old ToBitmap code.
7484
7485         * ControlPaint.cs: remove unused method.
7486
7487         * ScrollBar.cs: remove unused fields.
7488
7489         * ComboBox.cs: remove unused field, and chain up to
7490         AccessibleObject ctor.
7491
7492         * ListBox.cs: remove unused field.
7493
7494         * ButtonBase.cs: wrap a couple fields in NET_2_0.
7495
7496         * GridEntry.cs: remove unused fields.
7497
7498         * Binding.cs: remove unused fields.
7499
7500         * AxHost.cs: remove unused method.
7501
7502         * ContainerControl.cs: remove unused field.
7503
7504         * ScrollableControl.cs: remove unused fields.
7505
7506 2006-12-01  Chris Toshok  <toshok@ximian.com>
7507
7508         * XplatUI.cs, XplatUIWin32.cs, XplatUIGTK.cs: nuke
7509         the Where/WhereString stuff.  it's easy enough to CWL
7510         Environment.StackTrace.
7511
7512         * XplatUIX11.cs: same, but also fix up a lot of mcs warnings about
7513         unused private fields.
7514
7515 2006-12-01  Jackson Harper  <jackson@ximian.com>
7516
7517         * TextControl.cs: Do not update the view while inserting multiline
7518         text. If we update the view we might wrap lines, before entering
7519         the new lines, which causes the new line insertion calculations to
7520         be totally fubared.
7521         - Remove an old TODO
7522         - Make debug output a little nicer
7523         
7524 2006-12-01  Chris Toshok  <toshok@ximian.com>
7525
7526         * ToolBar.cs: revert the ImeMode fix here and add an XXX comment.
7527
7528 2006-12-01  Chris Toshok  <toshok@ximian.com>
7529
7530         [ fix the majority of the CS0108 warnings we've been suppressing ]
7531         
7532         * TreeView.cs: mark BackgroundImageChanged as 'new'.
7533
7534         * ToolBar.cs: ImeMode just passes stuff to Control.  Rename Layout
7535         to "LayoutToolBar" to quiet mcs.
7536         
7537         * TabControl.cs: mark our ControlCollection class as 'new'.
7538
7539         * TextBoxBase.cs: mark some events as 'new'.
7540
7541         * Splitter.cs: TabStop is 'new'.
7542
7543         * ControlBindingsCollection.cs: mark a few methods as new since
7544         they change the visibility from protected to public.
7545
7546         * RadioButton.cs: DoubleClick -> base class, and remove unused
7547         HaveDoubleClick.
7548
7549         * MonthCalendar.cs: ImeMode property -> base class, and mark many
7550         events as new.
7551
7552         * NumericUpDown.cs: TextChanged -> base class.
7553
7554         * CheckedListBox.cs: mark our ObjectCollection class as new to
7555         quiet mcs.
7556
7557         * FolderBrowserDialog.cs: make HelpRequest event new and have it
7558         muck with the base class.
7559
7560         * StatusBar.cs: fix some mcs warnings about Update being the same
7561         name as a base class method.
7562
7563         * RichTextBox.cs: mark some events as new, and make them do things
7564         to the base class impl.
7565
7566         * UserControl.cs: mark TextChanged as new, and have it manipulate
7567         base.TextChanged.
7568
7569         * UpDownBase.cs: mark some things new.
7570
7571         * CheckBox.cs: mark DoubleClick "new", and add some text about
7572         what we need to look at.
7573
7574         * Panel.cs: make the events "new", and manipulate the base
7575         version.  these are just here for attributes.
7576
7577         * AccessibleObject.cs: make owner private.
7578
7579         * Control.cs: deal with AccessibleObject.owner being private.
7580         cache our own copy if we need it.
7581
7582         * Button.cs: add "new" to the DoubleClickEvent.
7583
7584         * ListBox.cs: no need to track our own has_focus here.  let
7585         Control.has_focus do it for us.  Also some other work to clear up
7586         warnings about not overriding base class methods of the same name.
7587         
7588         * ComboBox.cs: clear up some warnings about not override base
7589         class methods of the same name.
7590
7591 2006-12-01  Chris Toshok  <toshok@ximian.com>
7592
7593         * Form.cs: flag a few things as "new" to quiet some of the mcs
7594         warnings.
7595
7596         * AxHost.cs: same.
7597
7598         * PrintPreviewDialog.cs: same.
7599
7600         * DataGridView.cs: fix a ton of corcompare warnings.  not all, but
7601         now DGV isn't so horrible on the class status page.  also, move
7602         all events to using System.ComponentModel.EventHandlerList.  my
7603         wrists hurt.
7604
7605 2006-12-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7606
7607         * MdiWindowManager.cs:
7608         - Set form to active mdi child if shown,
7609         and update the active mdi child to the next 
7610         remaining child in the z-order if the form is hidden.
7611
7612         * Form.cs: 
7613         - Track if the form has been visible and if its 
7614         visibility is beeing changed, so that the MdiClient
7615         can properly decide the ActiveMdiChild. The MdiClient 
7616         cannot track this since the form can change visibility 
7617         before MdiClient is created.
7618
7619         * MdiClient.cs:
7620         - Don't activate anything of the parent form is changing
7621         its visibility.
7622         - Rework ActiveMdiChild to only return visible mdi 
7623         children and take into account several other corner 
7624         cases.
7625
7626 2006-12-01  Chris Toshok  <toshok@ximian.com>
7627
7628         * IBindableComponent.cs: new 2.0 interface.
7629
7630 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
7631
7632         * DataGrid.cs: Font for caption area is bold by default.
7633
7634 2006-12-01  Everaldo Canuto  <everaldo@simios.org>
7635
7636         * Menu.cs: Tag property for 2.0.
7637         
7638 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
7639
7640         * ThemeWin32Classic.cs: Adjust menu separator drawing. 
7641         
7642 2006-12-01  Chris Toshok  <toshok@ximian.com>
7643
7644         * TreeView.cs: doh, the Begin* events should be
7645         TreeViewCancelEventHandler.
7646
7647 2006-12-01  Chris Toshok  <toshok@ximian.com>
7648
7649         * Form.cs: Form.ControlCollection already stores off the
7650         form_owner field.  don't access the base class's internal "owner"
7651         field.
7652
7653         * Control.cs: make all the fields in Control.ControlCollection
7654         private.  there's no need for any internal fields here.
7655
7656 2006-12-01  Chris Toshok  <toshok@ximian.com>
7657
7658         * DataGrid.cs: call SetDataSource instead of CalcGridAreas in
7659         OnHandleCreated.  Fixes bug #80109.
7660
7661 2006-12-01  Chris Toshok  <toshok@ximian.com>
7662
7663         * Button.cs, PropertyGridTextBox.cs, ComboBox.cs,
7664         SplitContainer.cs, Control.cs, StatusStrip.cs,
7665         DataGridTableStyle.cs, MenuItem.cs, DomainUpDown.cs, ImageList.cs,
7666         NumericTextBox.cs, NumericUpDown.cs, Panel.cs, CommonDialog.cs,
7667         DataGrid.cs, ScrollBar.cs, TrackBar.cs, PictureBox.cs,
7668         DateTimePicker.cs, StatusBar.cs, Form.cs, PrintPreviewDialog.cs,
7669         Label.cs, UserControl.cs, CheckBox.cs, RadioButton.cs,
7670         LinkLabel.cs, ListControl.cs, PropertyGrid.cs, Splitter.cs,
7671         MenuStrip.cs, FolderBrowserDialog.cs, NotifyIcon.cs,
7672         TextBoxBase.cs, ListView.cs, DataGridBoolColumn.cs,
7673         PrintPreviewControl.cs, RichTextBox.cs, ListBox.cs, TabControl.cs,
7674         DataGridColumnStyle.cs, ContextMenu.cs, TreeView.cs:
7675
7676         do most of the work to convert our code over to use
7677         System.ComponentModel.Component.Events for
7678         adding/removing/dispatching events.
7679
7680
7681 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
7682
7683         * DataGridView.cs: Fix an ArgumentNullException reported 
7684         twice today in IRC.
7685
7686 2006-11-30  Mike Kestner  <mkestner@novell.com>
7687
7688         * ComboBox.cs: fix the scrollbar mouse event forwarding in the 
7689         grabbed listbox.  Fixes #80036 and #80101.
7690
7691 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
7692
7693         * Message.cs: Changed ToString() to match MS.
7694         
7695 2006-11-30  Jackson Harper  <jackson@ximian.com>
7696
7697         * TextBoxBase.cs: You can still change the selected text on a read
7698         only textbox.
7699         * TextControl.cs: Lower magic number for wrap calculations. This
7700         lets text get closer to the right (far) edge.
7701
7702 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
7703
7704         * Control.cs: Tweak 2.0 layout properties.
7705         * Form.cs: Switch ToolStripMenuTracker hooks to ToolStripManager.
7706         * TextRenderer.cs: Add a new overload.
7707         * ToolStrip*: Huge amount of changes and new features.
7708
7709 2006-11-30  Mike Kestner  <mkestner@novell.com>
7710
7711         * ComboBox.cs: fixes for LargeChange and Maximum to get the 
7712         scroll range correct.  Fixes #79994.
7713
7714 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
7715
7716         * MdiWindowManager.cs: Update main form's text when
7717         a form is closed. (fixes #80038)
7718         
7719 2006-11-30  Everaldo Canuto  <everaldo@simios.org>
7720
7721         * ToolBar.cs:
7722         - Fix an regression in ButtonSize.
7723         - Get ImeMode default value change to "Disable".
7724         - Get ShowTooltips default value change to true, default value is 
7725         "false" but after make a test in .NET we get "true" result as default.
7726         
7727 2006-11-29  Jonathan Pobst  <monkey@jpobst.com>
7728
7729         * ToolStripDropDown.cs: Fix for SupportsTransparency change.
7730
7731 2006-11-29  Chris Toshok  <toshok@ximian.com>
7732
7733         * XplatUIWin32.cs (GetWindowTransparency): check return value of
7734         GetLayeredWindowAttributes.  if it's 0, return 1.0, as
7735         SetWindowTransparency hasn't been called.
7736
7737 2006-11-29  Chris Toshok  <toshok@ximian.com>
7738
7739         * Form.cs (set_TransparencyKey): only call SetWindowTransparency
7740         if it's supported.
7741         (set_AllowTransparency): reorder things a little so that the
7742         WS_EX_LAYERED style is removed properly.
7743
7744 2006-11-29  Chris Toshok  <toshok@ximian.com>
7745
7746         [ totally cosmetic eye-candy feature, fixes bug #80089 ]
7747         
7748         * Form.cs: only call the XplatUI transparency method (get/set) if
7749         SupportsTransparency says it's supported. Otherwise fallback to
7750         doing nothing (in the set case) or returning the instance field we
7751         cache (in the get case).
7752
7753         * XplatUIStructs.cs: add TransparencySupport flag enum.
7754         
7755         * XplatUIDriver.cs: add abstract GetWindowTransparency, and track
7756         change to SupportsTransparency.
7757
7758         * XplatUIOSX.cs: stub out GetWindowTransparency, and return
7759         TransparencySupport.None from SupportsTransparency.
7760
7761         * XplatUIX11.cs: Stub out GetWindowTransparency, and return
7762         TransparencySupport.Set from SupportsTransparency.
7763
7764         * XplatUIWin32.cs: implement GetWindowTransparency calling
7765         GetLayeredWindowAttributes, and implement SupportsTransparency by
7766         checking whether or not both
7767         GetWindowTransparency/SetWindowTransparency are available
7768         entrypoints.  We need to do this since SetWindowTransparency is
7769         available as of win2k, but GetWindowTransparency requires winxp.
7770         yay win32 api.
7771
7772         * XplatUI.cs: Add GetWindowTransparency, and change
7773         SupportsTransparency to allow for either/both Get/Set.
7774
7775 2006-11-29  Chris Toshok  <toshok@ximian.com>
7776
7777         * DataGrid.cs: keep from going into an infinite loop redrawing a
7778         datagrid that has no datasource.  Fixes bug #80033.
7779
7780 2006-11-29  Chris Toshok  <toshok@ximian.com>
7781
7782         * MenuItem.cs: fix the NRE when we assign text (and therefore call
7783         Invalidate) before the mainmenu has been assigned to a control.
7784
7785 2006-11-29  Chris Toshok  <toshok@ximian.com>
7786
7787         * DataGrid.cs: detect when we should be double the double click
7788         row/column autosize stuff, although that codepath has yet to be
7789         written.  part of the work for bug #79891.
7790
7791 2006-11-29  Chris Toshok  <toshok@ximian.com>
7792
7793         * Binding.cs (SetControl): fix unit test.
7794
7795 2006-11-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7796
7797         * PageSetupDialog.cs: Validate the margins and set them in
7798         PageSettings. 
7799         * NumericTextBox.cs: New class to mimic the behavior of the
7800         textboxes used in the printing dialogs.
7801
7802 2006-11-29  Andreia Gaita  <avidigal@novell.com>
7803         
7804         * Form.cs: Revert previous change (remove call UpdateBounds
7805         from form constructor), because it messes with the handle creation
7806         order, and that one needs lots and lots of love.
7807         * PrintPreviewDialog.cs: Revert change to CreateHandle (add check
7808         for valid printer and throw InvalidPrinterException if document
7809         is set but printer not valid), adding a MonoTODO. Once 
7810         handle creation is done properly, we can put this back in.
7811
7812 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
7813
7814         * MenuItem.cs: Create a invalidate method for menu item, to be
7815         calling from set text, it make text changes to imadiate update
7816         on screen. Fixes #80013. 
7817         
7818 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
7819
7820         * ToolBar.cs: Fixes and simplify toolbar button layout, it 
7821         fixes bug #80070 and some other problem on toolbar buttons
7822         layout.
7823
7824 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
7825
7826         * ThemeWin32Classic.cs: Paint toolbar toggle button background 
7827         with dotted brush.      Fixes #79564
7828         
7829 2006-11-28  Andreia Gaita  <avidigal@novell.com>
7830
7831         * Form.cs: Removed call to UpdateBounds on Form
7832         constructor, it was causing a call to CreateHandle
7833         before it was supposed to.
7834         * PrintControllerWithStatusDialog: Applied patch
7835         by Chris Toshok to hide controller when there are
7836         no printers available.
7837         PrintDialog.cs: initialize printer settings to 
7838         null - correct DefaultValues test #5
7839         * PrintPreviewControl.cs: Move PrintController
7840         initialization to GeneratePreview
7841         * PrintPreviewDialog.cs: 
7842         - Remove Preview generation     from Document_set(). It is 
7843         called on OnPaint
7844         - Throw InvalidPrinterException on CreateHandle if
7845         a Document is set but there are no printers or 
7846         printer is not valid.
7847         * ThemeWin32Classic: don't paint PrintPreviewControl
7848         if there is nothing to paint    
7849
7850 2006-11-28  Miguel de Icaza  <miguel@novell.com>
7851
7852         * Form.cs: Add another popular method.
7853
7854         * TabPage.cs: ditto.
7855
7856 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7857
7858         * MenuItem.cs: Fixed a warning.
7859         * InternalWindowManager: Fixed a warning.
7860
7861 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7862
7863         * MenuItem.cs:
7864         - When cloning a menu also clone MdiList and clone the 
7865           window menu items properly (as the forms and menuitems
7866           are kept in an internal hashtable, these need updating 
7867           as well)
7868         - Rewrote the window menu code, menu items are added in the
7869           order the forms were added to their parent, and they are
7870           updated every time the window menu is shown (before the
7871           list was only generated once, in the current order of the
7872           forms, and would never be updated). A checkmark is shown
7873           next to the item corresponding to the active mdi child.
7874
7875 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7876
7877         * XplatUIStructs.cs: 
7878         - Added WM_NCMOUSEHOVER and WM_NCMOUSELEAVE.
7879         
7880         * XplatUIWin32.cs: 
7881         - Added TME_NONCLIENT to TMEFlags.
7882         - Handles WM_NCMOUSEMOVE in GetMessage to 
7883           generate WM_NCMOUSEHOVER and WM_NCMOUSELEAVE messages.
7884
7885         * MdiWindowManager:
7886         - Now merges mdi child menu to parent menu when maximized.
7887         - Recalculate NC areas of both mdi child and mdi parent. 
7888           Fixes #79757 (4).
7889           on window state and size changes.Fixes #79844 (3).
7890         - Handle WM_NCCALCSIZE to properly calculate borders.
7891
7892         * Form.cs:
7893         - Add/remove to the mdi containers list of mdi children 
7894           in the order they are added.
7895         - Pass on WM_NCLBUTTONUP, WM_NCMOUSEMOVE and WM_NCMOUSELEAVE 
7896           to the maximized mdi child.
7897         
7898         * InternalWindowManager.cs:
7899         - Only execute a click on the control buttons on the mouse up,
7900           not on the mouse down. Show the state of the button 
7901           (was only showing Normal state, never Pressed state). The
7902           pressed button now follows the mouse (if you click the Close 
7903           button and move the mouse over the Maximize button, the 
7904           Maximize button will be shown as pressed). Since Win32 does
7905           not generate WM_NCLBUTTONUP if you release the button outside
7906           of the nc area, we need to handle WM_NCMOUSELEAVE and treat
7907           it as a mouse up.
7908         
7909         * ThemeWin32Classic.cs:
7910         - Draw a missing border around mdi child forms. Fixes #79844 (2).
7911
7912         * MdiClient.cs:
7913         - Added a list of forms which contains the order the forms are
7914           added to the mdi parent.
7915         - Handle WM_NCPAINT to properly draw a 3D border. Fixes #79844 (2).
7916         - Handle WM_NCCALCSIZE to properly calculate the 3D border.
7917         - If the active form changes set the scrollbars to the top
7918           of the Z order, otherwise the form could hide them.
7919         - Scrollbars are now sized according to ClientSize, not 
7920           to Size, and they take into account the other scrollbar
7921           to determine maximum.
7922         
7923 2006-11-28  Rolf Bjarne Kvinge <RKvinge@novell.com>
7924         
7925         * XplatUI.cs:
7926         * XplatUIDriver.cs:
7927         * XplatUIX11.cs:
7928         * XplatUIWin32.cs:
7929         * XplatUIOSX.cs:
7930         - Added RequestAdditionalWM_NCMessages for windows to 
7931           opt in for WM_NCMOUSELEAVE and WM_NCMOUSEHOVER.
7932           Currently only implemented in XplatUIWin32.
7933
7934 2006-11-27  Chris Toshok  <toshok@ximian.com>
7935
7936         * Hwnd.cs: only add the hwnd to the windows hash in
7937         set_WholeWindow and set_ClientWindow if whole_window/client_window
7938         are not IntPtr.Zero.  also, remove the unused SetObjectWindow.
7939
7940 2006-11-27  Mike Kestner  <mkestner@novell.com>
7941
7942         * ComboBox.cs: remove redundant OnDropDown call.  It is called
7943         from the ComboListBox.ShowWindow code. Fixes #79969.
7944
7945 2006-11-27  Chris Toshok  <toshok@ximian.com>
7946
7947         * Hwnd.cs: remove the setters for ExposePending and
7948         NCExposePending - noone uses them.
7949
7950 2006-11-27  Jackson Harper  <jackson@ximian.com>
7951
7952         * TextControl.cs: new param for ReplaceSelection which determines
7953         whether we select the new selection, or set the cursor to the end
7954         of the new selection.
7955         * TextBoxBase.cs: Use new param for ReplaceSelection.  When
7956         pasting, select the new text.
7957         * RichTextBox.cs: Use new param for ReplaceSelection.
7958
7959 2006-11-27  Jackson Harper  <jackson@ximian.com>
7960
7961         * TextBoxBase.cs: Set the selection to the caret after the caret
7962         is moved, otherwise they get out of sync.
7963
7964 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
7965
7966         * ToolBar.cs: Fixe size of ToolBar when AutoSize is false,
7967         it fixes #80015
7968
7969 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
7970
7971         * ThemeWin32Classic.cs: 
7972         - Fix toolbar drop down arrow position.
7973         - Fix drop down appearance when ToolBar.Appearance is normal,
7974         it fixes #80018.
7975         
7976 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
7977
7978         * ProgressBar.cs: GetStyle fixes for 2.0 profile.
7979         * Control.cs: Same.
7980         * UpDownBase.cs: Same.
7981         * ButtonBase.cs: Same.
7982         * ScrollBar.cs: Same.
7983         * TrackBar.cs: Same.
7984         * PictureBox.cs: Same.
7985         * UserControl.cs: Same.
7986         * Label.cs: Same.
7987         * ListControl.cs: Same.
7988         * TextBoxBase.cs: Same.
7989         * ListView.cs: Same.
7990         * RichTextBox.cs: Same.
7991         * TreeView.cs: Same.
7992
7993 2006-11-25  Jordi Mas i Hernandez <jordimash@gmail.com>
7994
7995         * PrintDialog.cs:
7996         - Text label for where 
7997         - Text label comment was not shown
7998
7999 2006-11-23  Everaldo Canuto  <everaldo@simios.org>
8000
8001         * ThemeWin32Classic.cs: Fix toolbar drop down arrow size.
8002
8003 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
8004
8005         * InternalWindowManager.cs: 
8006         - Handle WM_PARENTNOTIFY to activate the form
8007         if any child control is clicked.
8008         - The form is only sizable if not minimized.
8009
8010         * MdiWindowManager.cs:
8011         - Save the IconicBounds if the form is moved.
8012         - Rework SetWindowState, now the window bounds 
8013         are stored only if the old window state is Normal.
8014         
8015         * MdiClient.cs:
8016         - In SetWindowStates store the old window state if 
8017         the window is maximized and restore window state if
8018         the window looses focus.
8019         - Don't handle any scrollbar value changes if 
8020         initializing the scroll bars. Fixes #79771.
8021         - Reworked ArrangeIconicWindows. Current algorithm
8022         tests bounds agains all other minimized windows, if
8023         any intersections create new bounds (going left to 
8024         right, bottom to top) and then test again. When 
8025         successful the bounds are saved and never computed
8026         again. Fixes #79774.
8027
8028 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
8029
8030         * InternalWindowManager.cs: Added HandleTitleBarUp.
8031
8032 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
8033
8034         * NumericUpDown.cs: In .NET 1.1, user entered text is still
8035         hexadecimal in ParseUserEdit.
8036
8037         
8038 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
8039
8040         * MdiWindowManager.cs: 
8041         - Handle a click on the form's icon to show the 
8042         system menu (when maximized). Fixes #79775.
8043         - Change the existing click handler for the form's
8044         icon when not maximized to show on MouseUp.
8045         Fixes #79776.
8046
8047         * Form.cs: In OnResize only layout the mdi child's
8048         parent if it actually has a parent. Might not if
8049         the window is closing.
8050
8051
8052 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
8053
8054         * MdiClient.cs: Ignore active MDI client for text of parent, if
8055         child has no text set.
8056
8057 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
8058
8059         * ToolBar.cs: Fixed ToString to match MS.
8060
8061 2006-11-22  Andreia Gaita  <avidigal@novell.com>
8062
8063         * NumericUpDown: 
8064         - Fix DecimalPlaces, Hexadecimal and ThousandsSeparator to 
8065         update inner values on set. Fixes #79966.
8066         - Override OnLostFocus to update value on NET 2. Fixes #79950.
8067         - Fix hexadecimal parsing.
8068         
8069         * UpDownBase: Override OnGotFocus and OnLostFocus to notify 
8070         parent. Fixes #79957
8071
8072 2006-11-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8073
8074         * Control.cs: After calling SetWindowsPos in SetBoundsCore 
8075         the actual size has to be queried, since if height /
8076         width is negative Win32 changes it to 0. 
8077         Fixes #79999 on Windows.
8078         
8079         * XplatUIX11.cs: Set height / width to 0 if negative
8080         in SetWindowPos. Fixes #79999 on Linux.
8081         
8082 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
8083
8084         * ThemeWin32Classic.cs: Fix text redenring when button is
8085         pressed.
8086
8087 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
8088
8089         * MenuAPI.cs: Fixes behavior when menu is opened by kerboard
8090         and later navigate by mouse. Fixes #79528.
8091
8092 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
8093
8094         * ToolBar.cs: Set default value for TabStop to false in
8095         constructor, it fixes remaining behavior of bug #79863.
8096
8097 2006-11-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8098
8099         * MdiWindowManager.cs:
8100         * InternalWindowManager.cs:
8101         - Moved a few methods specific to Mdi from 
8102         InternalWindowManager to MdiWindowManager.
8103         Fixes #79996.
8104         
8105 2006-11-21  Chris Toshok  <toshok@ximian.com>
8106
8107         * XplatUIOSX.cs: stub out InvalidateNC.
8108
8109         * XplatUIWin32.cs: implement InvalidateNC using the call I found
8110         at http://www.dotnet247.com/247reference/msgs/58/292037.aspx.
8111
8112         * XplatUIX11.cs: rename InvalidateWholeWindow to InvalidateNC.
8113
8114         * XplatUIDriver.cs: add InvalidateNC abstract method.
8115
8116         * XplatUI.cs: add InvalidateNC.
8117
8118 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
8119
8120         * ToolBar.cs: Invalidate complete button area when pressed status 
8121         was changed.
8122         * ToolButton.cs: Fix InvalidateBorder for DropDown buttons.
8123         * ThemeWin32Classic.cs: Increase vertical and horizontal position 
8124         by 1 when button is pressed.
8125
8126 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
8127
8128         * ToolButton.cs: Invalidate middle of DropDown button when
8129         ToolBar theres DropDownArrows.
8130         * ThemeWin32Classic.cs: Change position of DropDown arrow and
8131         fix DropDown drawing operations.
8132
8133 2006-11-20  Chris Toshok  <toshok@ximian.com>
8134
8135         * NativeWindow.cs: fix the formatting of functions ('{' on the
8136         following line), and enable the thread exception dialog.
8137
8138         * Application.cs: remove the duplicate exception catching from
8139         here.
8140
8141 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
8142
8143         * Toolbar.cs: Triggers button click event when click on icon
8144         of dropdown ToolBarButton. Fixes #79912.
8145         
8146 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8147
8148         * Theme.cs:
8149         * ThemeWin32Classic.cs:
8150         - Added a property WindowBorderFont to enable themeing
8151           of mdi child windows' Text.
8152           
8153 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8154
8155         * InternalWindowManager.cs:
8156         * Form.cs:
8157         * MdiClient.cs:
8158         * MdiWindowManager.cs: 
8159         - If mdi child is maximized, set mdi parent's
8160           text to "Parent - [Child]". Fixes #79770.
8161         - If there is any maximized mdi child windows, only the active 
8162           window (and any new windows) is maximized, the rest are normal.
8163         - On a WindowState change only save mdi child's window bounds 
8164           if the old window state was normal. Fixes #79774.
8165         - The scroll bars are now calculated on hopefully all
8166           necessary events. Fixed #79771 / #79844->6 / #79906.
8167         - MdiClient.SizeScrollBars() now takes into account docked 
8168           controls in the parent when calculating available space.
8169         - InternalWindowManager now always repaints the entire title
8170           area. Fixes #79844->1/4/5.
8171         - Added RequestNCRecalc on mdi child windowstate changes.
8172           Fixes #79772.
8173
8174 2006-11-20  Mike Kestner  <mkestner@novell.com>
8175
8176         * ComboBox.cs: setup LargeChange on the scrollbar. Invoke FireMouseUp
8177         in the MouseUp handler of the listbox and move the return handling
8178         code to FireMouseUp to avoid scrolling on ups.  Fixes #79952.
8179
8180 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
8181
8182         * Toolbar.cs: Ignore right mouse clicks in toolbar. Fixes #79855. 
8183
8184 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
8185
8186         * MimeIcon.cs: Seems that DllImports that were fine in 1.2 are not
8187           working in 1.2.x anymore. So, updated.
8188
8189 2006-11-19  Gert Driesen  <drieseng@users.sourceforge.net>
8190
8191         * NumericUpDown.cs: Use NegativeSign, NumberDecimalSeparator and
8192         NumberGroupSeparator of current culture instead of assuming en-US.
8193         Fixed bug #79967.
8194
8195 2006-11-17  Mike Kestner  <mkestner@novell.com>
8196
8197         * Control.cs: Add the concept of implicit bounds setting so that
8198         dock/undock round trips preserve explicitly set size/locations.
8199         Fixes #79313.
8200
8201 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
8202
8203         * FileDialog.cs: Trim all filters, otherwise DirInfo.GetFiles
8204           can't handle those filters. (Fixes bug #79961)
8205
8206 2006-11-17  Chris Toshok  <toshok@ximian.com>
8207
8208         [ fixes the exit/crashes associated with #79835.  it's clearly
8209         suboptimal though, we need to figure out a better way to solve
8210         this. ]
8211         
8212         * PrintPreviewControl.cs: deal with the new invalid printer
8213         exceptions.
8214
8215         * PageSetupDialog.cs: if the printer is invalid, pop up a dialog
8216         and return false (so CommonDialog.ShowDialog doesn't actually show
8217         the form.)
8218
8219         * PrintDialog.cs: enable/disable the Ok button depending on
8220         whether or not the printer is valid.
8221
8222         * CommonDialog.cs (ShowDialog): only actually show the form if
8223         RunDialog returns true.
8224
8225 2006-11-17  Jackson Harper  <jackson@ximian.com>
8226
8227         * TextControl.cs: When soft splitting a line, mark it as a soft
8228         split line. Also carry over the current line break to the next
8229         line.
8230
8231 2006-11-17  Chris Toshok  <toshok@ximian.com>
8232
8233         * XplatUIX11.cs: when scrolling a window with an invalid area, we
8234         only want to shift the part of the invalid area that overlaps the
8235         area we're scrolling.  we also don't want to clear the invalid
8236         area unless the invalid area was entirely contained within the
8237         scrolling area.
8238
8239 2006-11-16  Chris Toshok  <toshok@ximian.com>
8240
8241         * XplatUIX11.cs: remove the handling of the TimerEvent stuff, and
8242         also make sure to free the memory returned by XGetWindowProperty
8243         in GetText().
8244
8245         * X11Structs.cs: remove the TimerEvent stuff, it's unused.
8246
8247 2006-11-16  Chris Toshok  <toshok@ximian.com>
8248
8249         * XplatUI.cs: add a new super secret way to get at the totally
8250         unsupported X11 backend.
8251
8252 2006-11-16  Gert Driesen  <drieseng@users.sourceforge.net>
8253
8254         * NumericUpDown.cs: Allow lowercase letters when in hex-mode.
8255
8256 2006-11-16  Jackson Harper  <jackson@ximian.com>
8257
8258         * TreeView.cs: Allow more explicit setting of top node position
8259         for scrollbars. Slower algo, but more accurate.
8260         - CollapseAll should maintain the current top node.
8261         * TextBoxBase.cs: When positioning the caret, use the line, pos
8262         method, since the x, y method does not grab the correct tag, and
8263         the caret height never gets set correctly. (Maybe I should just do
8264         away with the caret having its own height, and always use the
8265         carets current tag for height).
8266
8267 2006-11-16  Jonathan Pobst  <monkey@jpobst.com
8268
8269         [Fixes 79778, 79923]
8270
8271         * XplatUIWin32.cs: Don't allow a parent to be set to IntPtr.Zero.
8272         Parent to the FosterParent instead.
8273
8274 2006-11-16  Jackson Harper  <jackson@ximian.com>
8275
8276         * TreeView.cs: Need to recalc the topnode when we expand or
8277         collapse. The scrolling methods can't handle this on their own,
8278         since they use differences between the last scroll position, and
8279         those difference get completely messed up since we are expanding
8280         nodes.  This problem should probably be fixed in the scrolling
8281         methods, so they can figure out exactly where they are, but this
8282         will slow things down a little.
8283         * ThemeWin32Classic.cs: Special case for groupboxes with empty
8284         strings, makes nunit-gui look a lot nicer.
8285
8286 2006-11-16  Chris Toshok  <toshok@ximian.com>
8287
8288         * XplatUIX11.cs: nasty, nasty, nasty changes required because of
8289         the broken multithreaded event handling we have in here.  File
8290         this entry under "Why we should move to the new X11 backend".
8291
8292         Any thread can make it into UpdateMessageQueue, which gets events
8293         from the X socket - some of which could belong to hwnds being
8294         managed by a different thread.  We can also have multiple threads
8295         in UpdateMessageQueue at the same time, with each one reading from
8296         the X socket.  This leads to many problems, with the following
8297         solutions:
8298
8299         We can't use hwnd.Queue.Enqueue anywhere in here and must use
8300         EnqueueLocked.
8301
8302         The MotionNotify compression we do can't work across threads
8303         (without locking the entire queue, perhaps) since we call
8304         hwnd.Queue.Peek, so we just punt and don't compress motion events
8305         unless the owning thread is the one which got the X event.
8306
8307         ConfigureNotify is another fun one, since it modifies the hwnd's
8308         bounds and then enqueues the event.  We add a lock to Hwnd which
8309         is held when setting configure_pending to true (and enqueuing the
8310         event).
8311
8312         There is a race wrt the wake socket.  we need to make sure that
8313         only 1 thread is waiting on that socket, or else a thread could
8314         sleep waiting for data that never comes.  It's difficult (but not
8315         impossible) to make happen, because it seems to require something
8316         like the following:
8317
8318             1. Thread 1 polls on wake_receive
8319         
8320             2. poll returns saying there's data to be read on
8321                wake_receive.
8322         
8323             3. Thread 2 polls on wake_receive and immediately returns
8324                saying there's data to be read.
8325
8326             4. Thread 2 reads the wakeup byte from wake_receive
8327
8328             5. Thread 1 attempts to read the wakeup byte from
8329                wake_receive.
8330
8331             6. Thread 2 exits (due to a form closing, perhaps).
8332
8333             7. Thread 1 blocks forever.
8334         
8335         Fun, eh?
8336
8337         Fixing the Expose handling isn't done yet, and the races inherent
8338         in that piece of code are responsible for the drawing mistakes you
8339         see when generating expose events in a MT app (like NPlot).  This
8340         one is the likely to be the hardest to bandaid, and it doesn't
8341         appear to cause anything but drawing problems.  The other issues
8342         caused apps to exit or hang.
8343
8344         * XEventQueue.cs: output some spew when Dequeue/Enqueue/Peek are
8345         called from a different thread than the one that should be calling
8346         these functions.
8347
8348         * Hwnd.cs: add some locks to be used by the XplatUIX11 code.
8349
8350 2006-11-15  Chris Toshok  <toshok@ximian.com>
8351
8352         * Application.cs: null out the context's MainForm when we exit
8353         RunLoop.  Fixes a newly checked in unit test as well as the last
8354         ODE from bug #79933.
8355
8356 2006-11-15  Chris Toshok  <toshok@ximian.com>
8357
8358         * Form.cs (set_Owner): allow a null value so we can clear the
8359         form's owner.
8360         (Dispose): set all our owned_form's Owner properties to null, and
8361         clear the owned_forms collection.
8362         (WM_CLOSE): clean up this a little bit.. still not right though.
8363
8364         * ApplicationContext.cs: OnMainFormClosed should only call
8365         ExitThreadCore if the main form isn't recreating.  Fixes unit
8366         test.
8367
8368 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
8369
8370         [Fixes 78346]
8371
8372         * ComboBox.cs: Set the Hwnd.no_activate flag for the ComboListBox.
8373
8374 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
8375
8376         [Fixes 79433]
8377
8378         * Hwnd.cs: Add a flag to show a window, but not activate it, to 
8379         keep popup window types from stealing focus from the main form
8380         on Windows.
8381
8382         * XPlatUIWin32.cs: Use SW_SHOWNOACTIVATE if above field is true.
8383
8384         * MenuAPI.cs: Set above flag to true.
8385
8386 2006-11-15  Chris Toshok  <toshok@ximian.com>
8387
8388         * XplatUIX11.cs: mimic win32 behavior on BUTTONUP events, where
8389         the button being released is not in wParam.
8390
8391 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
8392
8393         * Form.cs: Add the released button to MouseEventArgs.Button
8394         for the OnMouseUp call to the MenuTracker.  Fixes menu clicking
8395         on Win32.
8396
8397 2006-11-15  Chris Toshok  <toshok@ximian.com>
8398
8399         * XplatUIX11.cs: add (untested) a _NET_WM_NAME implementation of
8400         GetText().  untested because it's unused in our implementation.
8401         Control.Text always caches the text, even if
8402         ControlStyles.CacheText is not set.
8403
8404         fixes bug #79939.
8405
8406 2006-11-15  Chris Toshok  <toshok@ximian.com>
8407
8408         [ fixes #79933 ]
8409         
8410         * Form.cs: in Close() don't do anything after we send the WM_CLOSE
8411         message.  no hiding, no disposing.
8412
8413         in the WM_CLOSE handler, hide the form if it's modal.
8414
8415 2006-11-15  Chris Toshok  <toshok@ximian.com>
8416
8417         * XplatUIX11.cs: use AddExpose instead of sending a message.
8418         fixes textbox border drawing.
8419
8420 2006-11-15  Chris Toshok  <toshok@ximian.com>
8421
8422         * PropertyGridView.cs: keep from crashing on mouse move/down when
8423         the property grid is empty.
8424
8425 2006-11-14  Jackson Harper  <jackson@ximian.com>
8426
8427         * TextControl.cs: Make PageUp and PageDown more like the MS
8428         versions.
8429         * TextBoxBase.cs: When we set the text property position the
8430         cursor at the beginning of the document.
8431
8432 2006-11-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8433
8434         * Form.cs: if a mdi child's WindowState has changed
8435         before it's creation, it would display wrong control
8436         buttons.
8437         
8438 2006-11-14  Alexander Olk  <alex.olk@googlemail.com>
8439
8440         * TreeView.cs: De-uglify TreeView checkbox checkmarks.
8441           (Fixes bug #79927)
8442
8443 2006-11-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 
8444
8445         * XplatUIX11.cs: send a WM_NCPAINT on WM_NCCALCSIZE so that 
8446         the window gets to paint its borders even if the window is
8447         getting smaller.
8448         
8449         * Form.cs: on a WM_NCPAINT invalidate the entire menu, 
8450         otherwise the old control buttons would still be painted 
8451         if the window gets bigger.
8452         
8453         * PaintEventArgs.cs: add an internal method so that the clip 
8454         rectangle can be changed.
8455         
8456 2006-11-13  Chris Toshok  <toshok@ximian.com>
8457
8458         [ fixes bug #79745 ]
8459         
8460         * NotifyIcon.cs: lots of cleanup.
8461
8462         * X11Structs.cs: add an enum for XEMBED messages.
8463
8464         * XplatUIX11.cs: reindent one of the giant switch statements, it
8465         was taking up an additional tab stop, and this file is already way
8466         too wide for my laptop's screen.
8467
8468         Also, add handling for the XEmbed EMBEDDED_NOTIFY message.  When
8469         we get it, resize the hwnd to the WMNormalHints max_width/height.
8470
8471 2006-11-13  Jackson Harper  <jackson@ximian.com>
8472
8473         * TextBoxBase.cs: Compute the value changes for the mouse wheel
8474         teh simple way.
8475
8476 2006-11-13  Chris Toshok  <toshok@ximian.com>
8477
8478         * XplatUIX11.cs, XplatUIStructs.cs: kind of a gross fix for
8479         #79898.  force a reference to the Region to stick around so the
8480         unmanaged object isn't collected (rendering our handle in the MSG
8481         stale).
8482
8483 2006-11-13  Chris Toshok  <toshok@ximian.com>
8484
8485         * XplatUIX11.cs: fix #79917 for window managers which support
8486
8487         using XStoreName on the raw utf8, and we need to convert to
8488         COMPOUND_TEXT if it's non-latin1.
8489
8490 2006-11-13  Chris Toshok  <toshok@ximian.com>
8491
8492         * Form.cs (set_DialogResult): we need to set closing to false if
8493         we're setting our result to None.  fixes bug #79908.
8494
8495 2006-11-13  Jackson Harper  <jackson@ximian.com>
8496
8497         * TextControl.cs: When formatting text, compute the adjusted tag
8498         lengths correctly, using FindTag for the end tag instead of trying
8499         to figure it out outselves.
8500         * TreeNode.cs: Use ActualItemHeight, which is the actual height of
8501         the item, ItemHeight doesn't work, because trees with large
8502         imagelists use those for their height
8503         * TreeView.cs: ActualItemHeight factors in the image height
8504         - compute left edge of checkboxes correctly
8505         - when expanding/collapsing move the bottom down one pixel, so we
8506         aren't moving part of the node
8507
8508 2006-11-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8509
8510         * XplatUIX11.cs: The PaintEventArgs is also added to the drawing
8511         stack in PaintEventStart so that it won't get disposed by the gc
8512         before reaching PaintEventEnd.
8513
8514 2006-11-13  Jackson Harper  <jackson@ximian.com>
8515
8516         * TextBoxBase.cs: Don't select the word if we are on a line with
8517         no text.
8518         - We don't need to position the caret on mouse up, since the mouse
8519         move handler should be doing this
8520         - When double clicking a blank line, the caret is advanced to the
8521         next line.
8522
8523 2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
8524
8525         * TreeNodeCollection.cs: Avoid duplicating indexer code.
8526
8527 2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
8528
8529         * ColorDialog.cs: Reset size of dialog between calls to ShowDialog.
8530         Fixes part of bug #79910.
8531
8532 2006-11-11  Alexander Olk  <alex.olk@googlemail.com>
8533
8534         * ColorDialog.cs: Fix a NRE when adding a color to custom colors
8535           (bug #79903). Some minor string updates to match ms.
8536
8537 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
8538
8539         * FileDialog.cs: Don't add an extension if the filename
8540           already ends with that extension.
8541
8542 2006-11-10  Jackson Harper  <jackson@ximian.com>
8543
8544         * TreeView.cs: Use the currently highlighted node for the
8545         BeforeSelect event.
8546         * TextBoxBase.cs: There is no need to expand selection on
8547         MouseMove.
8548         - CanUndo means 'is there any undo operations', not 'is undo
8549         allowed on this textcontrol. Fixed ClearUndo unit test.
8550
8551 2006-11-10  Andreia Gaita  <shana.ufie@gmail.com>
8552
8553         * Button.cs: only perform click when button is Selectable (so as 
8554         not to activate default buttons when they're disabled)
8555         
8556         * Control.cs: Rewrite of the SelectNextControl and related 
8557         methods. HandleClick now selects next control if the current one
8558         is being disabled.
8559         
8560         * Form.cs: OnActivated selects next active control only if Load 
8561         has already occurred. If Load hasn't run, there's no point in 
8562         selecting here, Load might change the state of controls.
8563         
8564         * FocusTest.cs: Tests marked as working again for these fixes
8565
8566 2006-11-10  Chris Toshok  <toshok@ximian.com>
8567
8568         * XplatUIX11.cs: a couple of fixes.
8569
8570         - use XInternAtoms with almost all the atoms we need to register,
8571         instead of many, many calls to XInternAtom.  should help a bit on
8572         startup time, at the expense of making the code look a little
8573         worse.
8574
8575         - fall back to setting TransientFor on TOOLWINDOW's if their hwnd
8576         isn't reparented (which seems to be a clue that we're running fon
8577         compiz) and they have an Owner form.  This fixes the tool windows
8578         in paint.net when running under compiz.
8579
8580         - when setting the opacity of a window, support both the case
8581         where the window has been reparented and also when it hasn't been.
8582         Since compiz/beryl doesn't seem to reparent windows, and these are
8583         the only window managers which support translucency, I'm not sure
8584         why we need the hwnd.reparented case at all.. but leave it in.
8585         now we get translucent windows in paint.net under compiz/beryl.
8586
8587 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
8588
8589         * FileDialog.cs: Always return the value for FilterIndex that
8590           was set. Internally convert it to values that make sense.
8591
8592 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
8593         
8594         * ThemeWin32Classic.cs: Fix drowp down arrow borders.
8595
8596 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
8597
8598         * Toolbar.cs: Change default value of DropDownArrows to true, the 
8599         signature still using false to make it compatible with MS but the 
8600         initial value is true. Fixes #79855.
8601
8602 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
8603
8604         * MimeIcon.cs: Don't throw an exception on windows. Mime stuff is
8605           only available on Linux.
8606
8607 2006-11-09  Everaldo Canuto  <everaldo@simios.org>
8608
8609         * Toolbar.cs, ToolBarButton.cs: Fix wrong separator size and
8610         reduce number of calls to redraw method during toolbar creation.
8611
8612 2006-11-09  Mike Kestner  <mkestner@novell.com>
8613
8614         * ListView.cs : raise SelectedIndexChanged when an item is selected
8615         programmatically via the Item.Selected property.  Gert's nice 
8616         ListViewSelectedIndexChanged test fixture now runs clean.
8617
8618 2006-11-09  Mike Kestner  <mkestner@novell.com>
8619
8620         * ListView.cs : raise SelectedIndexChanged when a selected item is
8621         removed from the item collection using Remove or RemoveAt.
8622
8623 2006-11-09  Mike Kestner  <mkestner@novell.com>
8624
8625         * ListView.cs : raise SelectedIndexChanged once per selected item
8626         for compat with MS.  Fixes #79849+.
8627
8628 2006-11-09  Chris Toshok  <toshok@ximian.com>
8629
8630         * TabControl.cs: initialize row_count to 0, and set it to 1 when
8631         we need to (if we have any tab pages).  Fixes unit test.
8632
8633 2006-11-09  Chris Toshok  <toshok@ximian.com>
8634
8635         * Label.cs (CalcPreferredWidth): if Text == "", our preferred
8636         width is 0, not 3.  Fixes a unit test.
8637
8638 2006-11-09  Mike Kestner  <mkestner@novell.com>
8639
8640         * ListView.cs : use Implicit scrollbars so that focus isn't 
8641         stolen from the listview when they are clicked. Fixes #79850.
8642
8643 2006-11-09  Chris Toshok  <toshok@ximian.com>
8644
8645         * PropertyGridView.cs (OnPaint): only call DrawGridItems if we
8646         have a root item.  Fixes #79879.
8647
8648 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
8649
8650         * FileDialog.cs:
8651           - Fix ToString ()
8652           - An ArgumentException is now thrown if a wrong filter
8653             is applied (matches ms). The previous filter doesn't change
8654             anymore if an exception is thrown.
8655           - Changing the FileName property also affects FileNames
8656         * ColorDialog.cs: The length of the CustomColors array is always
8657           16. It doesn't matter if we use a smaller array or null to update
8658           or change the custom colors property.
8659         * FolderBrowserDialog.cs: Throw an InvalidEnumArgumentException if
8660           for RootFolder if we get a undefined value.
8661
8662 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8663
8664         * StatusBarPanel.cs: 
8665         - Width is set to MinWidth if Width is smaller than
8666         MinWidth. Fixes #79842.
8667         - MinWidth now always overrides Width (MSDN says MinWidth
8668         is set to Width when AutoSize = None, but they do not 
8669         behave like that).
8670         - Style has now the the correct default value.
8671         
8672 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8673  
8674         * TrackBar.cs: 
8675         - The control is completely invalidated on 
8676         Got/LostFocus to draw the focus rectangle correctly.
8677         - When AutoSize then height is always 45 (width for 
8678         vertical controls).
8679         
8680         * ThemeWin32Classic.cs: The TrackBar thumb is now centered
8681         on the mouse when moved and it doesn't move when grabbed
8682         until the mouse moves as well. Also fixed some wrong 
8683         calculations when clicking on the thumb (control thought
8684         click was outside of thumb and didn't grab it).
8685         Fixes some of the issues in #79718.
8686
8687 2006-11-08  Everaldo Canuto  <everaldo@simios.org>
8688
8689         * Toolbar.cs: Prevent disabled button to highlight. Fixes #79868.
8690
8691 2006-11-08  Chris Toshok  <toshok@ximian.com>
8692
8693         * PropertyGridView.cs: only call ToggleValue if the item is not
8694         readonly.
8695
8696 2006-11-08  Jackson Harper  <jackson@ximian.com>
8697
8698         * TextBoxBase.cs: The RichTextBox and textbox have very different
8699         word selection methods.  Implement the textbox's simple word
8700         selection here, and let the RichTextBox override and provide it's
8701         own.
8702         - Don't do extra selection on mouseup
8703         * RichTextBox.cs: Use the documents word selection algorithm, I
8704         think ideally, this function will be pulled into the
8705         RichTextBox.cs code someday.
8706
8707 2006-11-08  Chris Toshok  <toshok@ximian.com>
8708
8709         * RootGridEntry.cs: new class to represent GridItemType.Root.
8710
8711         * CategoryGridEntry.cs: reformat, and add boilerplate.
8712         
8713         * GridEntry.cs: remove the UIParent stuff - turns out .Parent
8714         returns the UI parent anyway, and we need special handling to
8715         implement the GetTarget method in the face of it.  Also, implement
8716         Select().
8717
8718         * PropertyGrid.cs, PropertyGridView.cs: a number of fixes.  create
8719         a root grid item, and use that instead of PropertyGrid.grid_items.
8720         Also, make use of TypeConverters (and add limitted support for
8721         ICustomTypeDescriptors) when initially populating the grid.
8722         Arrays now show up more or less properly.
8723
8724 2006-11-08  Chris Toshok  <toshok@ximian.com>
8725
8726         * Application.cs: set the modal dialog to non modal after we close
8727         it.  Fixes bug #79866.
8728
8729 2006-11-08  Jackson Harper  <jackson@ximian.com>
8730
8731         * TextControl.cs: When combining lines carry over the line end
8732         style from the end line.
8733         - Invalidate the selected area when setting it, if it is visible.
8734         * TextBoxBase.cs: Only rich text box can do full line selects.
8735         - Make sure to set the cursor position when there is a click,
8736         otherwise two clicks in separate areas could cause a large chunk
8737         to be selected.
8738
8739 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8740
8741         * Toolbar.cs: Release flat button borders when Toolbar lost focus. 
8742         Fixes #79863.
8743
8744 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8745
8746         * Toolbar.cs: Prevent toolbar to open more than one tooltip at same
8747         time. Remove tooltips when ToolButton click events.  Fixes #79856.
8748
8749 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8750
8751         * MenuAPI.cs: Ignore right click for menu actions and fixes
8752         menu border when clicked.  Fixes #79846.
8753
8754 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8755
8756         * XplatUIX11.cs, XplatUIX11.cs: Fix MouseRelease to only release
8757         MouseState after create wParam for message, this fixes mouse button 
8758         equal none in mouse up events.
8759         
8760 2006-11-07  Andreia Gaita  <shana.ufie@gmail.com>
8761
8762         * Control.cs : Focus() now calls Select to set the Container's
8763         Active Control and to give it focus. To avoid infinite recursion
8764         (because ActiveControl also calls Focus at one point), a check 
8765         is made in Focus with the help of a new internal variable
8766         is_focusing.
8767
8768 2006-11-07  Mike Kestner  <mkestner@novell.com>
8769
8770         * ListView.cs : raise OnSelectedIndexChanged in CreateHandle
8771         if there's a selection.  Fixes #79849.
8772
8773 2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
8774
8775         * PropertyGrid.cs: Avoid fixed height of help description label.
8776         Fixes part of bug #79829.
8777
8778 2006-11-07  Chris Toshok  <toshok@ximian.com>
8779
8780         * XplatUIX11.cs: fix #79790 again, by using the
8781         _NET_WM_STATE_SKIP_TASKBAR atom to implement Form.ShowInTaskbar.
8782
8783 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8784
8785         * ToolBar.cs: Fix left click checking.
8786
8787 2006-11-07  Chris Toshok  <toshok@ximian.com>
8788
8789         * ProgressBar.cs: fix a typo in ToString().  fixes a unit test.
8790
8791 2006-11-07  Chris Toshok  <toshok@ximian.com>
8792
8793         * RelatedPropertyManager.cs: set property_name in our ctor.  fixes
8794         PropertyManager unit tests.
8795
8796         * PropertyManager.cs: make property_name internal.
8797
8798 2006-11-07  Chris Toshok  <toshok@ximian.com>
8799
8800         * ButtonBase.cs: initialize base.ime_mode to ImeMode.Disable to
8801         pass a unit test.  Also, don't set image_index to anything in
8802         response to setting the ImageList property.
8803
8804 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8805
8806         * ToolBar.cs: Ignore click events when mouse button is not a
8807         left button, only accepts other button for dropdown menus.  
8808         Fixes #79854.
8809
8810 2006-11-07  Chris Toshok  <toshok@ximian.com>
8811
8812         * DataGrid.cs: make the back and parent row buttons a little less
8813         ugly.
8814
8815 2006-11-07  Jackson Harper  <jackson@ximian.com>
8816
8817         * TextBoxBase.cs: When converting to Text don't put line breaks in
8818         for soft line breaks.
8819         * TextControl.cs: There is an initial "fake" line in the document,
8820         this is now a soft break line, so that an extra line feed doesn't
8821         get added to the end of documents.
8822
8823 2006-11-07  Chris Toshok  <toshok@ximian.com>
8824
8825         [ fix bug #79778 ]
8826         
8827         * CurrencyManager.cs: if the list is readonly, don't bother
8828         checking if IBindingList.AllowNew is true.
8829
8830         * ThemeWin32Classic.cs (DataGridPaintParentRow): make this work
8831         for non-DataRowView datasources..  or rather, make it not crash.
8832         (DataGridPaintRelationRow): make sure we limit the row painting to
8833         the area not covered by the row header, and make our cell width at
8834         least large enough to cover the relation area.  This allows grids
8835         that have relations but no rows to render correctly.
8836         (DataGridPaintRowContents): same type of changes here.
8837         (SetDataSource): move back to always calling
8838         CalcAreasAndInvalidate.  this fixes a crash/drawing problem when
8839         navigating back through relations.
8840         (HitTest): handle the case where we have no cells but have
8841         relations.  Right now we generate a hit in cell 0 of whatever the
8842         row is, not sure if this is strictly correct, but it works for our
8843         purposes.
8844         
8845         * DataGrid.cs (EndEdit, CancelEdit): if we have no columns, don't
8846         bother doing anything.
8847
8848 2006-11-07  Jonathan Pobst  <monkey@jpobst.com>
8849
8850         * StatusStrip.cs, ToolStripStatusLabel.cs: By request, an
8851         early version of StatusStrip.  Not responsible for eaten
8852         application or firstborn children.
8853
8854 2006-11-06  Chris Toshok  <toshok@ximian.com>
8855
8856         * TabControl.cs: in OnGotFocusInternal/OnLostFocusInternal don't
8857         call GetTabRect with a -1 index.  Fixes #79847.
8858
8859 2006-11-06  Jackson Harper  <jackson@ximian.com>
8860
8861         * TreeNodeCollection.cs: Update scrollbars after clearing.
8862
8863 2006-11-06  Chris Toshok  <toshok@ximian.com>
8864
8865         * NumericUpDown.cs: fix the ToString method for some unit test
8866         love.
8867
8868 2006-11-06  Chris Toshok  <toshok@ximian.com>
8869
8870         * PropertyGrid.cs:
8871         - set the initial SelectedGridItem if we can.
8872
8873         - Exclude non-mergable properties only if we're merging > 1
8874         object.  Merging 1 object isn't really merging, obviously.
8875
8876         - Handle PropertySort.NoSort just like Alphabetical, which is
8877         wrong of course, but at least gets things on the screen.
8878         
8879         * PropertyGridView.cs:
8880         - Add method "FindFirstItem" which finds the first property grid
8881         item, so we can select it by default.
8882
8883         - make use of GridEntry.CanResetValue.
8884
8885         - Don't call RedrawBelowItemOnExpansion here anymore, the
8886         individual GridEntry's will do that.
8887
8888         - Remove the ITypeDescriptorContextImpl internal class.
8889         
8890         * GridEntry.cs:
8891         - this class needs to implement ITypeDescriptorContext, as it's
8892         what MS's PropertyDescriptorGridEntry does, which means we can
8893         remove the ITypeDescriptorContextImpl internal class from
8894         PropertyGrid.cs.  This fixes the crashing portion of bug #79829.
8895
8896         - keep a reference to our PropertyGridView, and move the call to
8897         RedrawBelowItemOnExpansion here from PGV.  This means
8898         programmaticly setting Expanded actually does something visible.
8899
8900         - add a CanResetValue() function which takes into account our
8901         possibly multiple "selected_objects" in the merged case.  Shifting
8902         PropertyGridView to use this method fixes another unreported
8903         crasher found running the test for #79829.
8904
8905         - when Top or Bounds is updated, make sure the PropertyGridTextBox
8906         is updated to reflect this.
8907
8908         * CategoryGridEntry.cs: the ctor takes the PGV now.
8909         
8910 2006-11-06  Jackson Harper  <jackson@ximian.com>
8911
8912         * TextControl.cs: These are 1 based.
8913         * TextBoxBase.cs: When setting the selected text, don't change the
8914         selected text tags, this is done by ReplaceText, just position the
8915         cursor at the end of the new text.
8916
8917 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
8918
8919         * ListView.cs: Allow label edit only when, when LabelEdit is
8920           set to true.
8921
8922 2006-11-06  Jackson Harper  <jackson@ximian.com>
8923
8924         * TextControl.cs: If a suitable wrapping position isn't found,
8925         just wrap right in the middle of a word.
8926
8927 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
8928
8929         * ListView.cs, ListViewItem.cs: Implement LabelEdit. Fixes
8930           bug #79820.
8931
8932 2006-11-06  Jackson Harper  <jackson@ximian.com>
8933
8934         * TreeView.cs: Can't use the VisibleCount property when setting
8935         scrollbar heights, because this doesn't take into account whether
8936         or not the horz scrollbar just came visible.
8937
8938 2006-11-05  Everaldo Canuto  <everaldo@simios.org>
8939
8940         * MenuAPI.cs: Deactivate menu on mouse up when menus it is already
8941         activated.  Fixes #79369, #79832.
8942
8943 2006-11-05  Alexander Olk  <alex.olk@googlemail.com>
8944
8945         * FileDialog.cs: *sigh* Because of recent runtime changes (r67043) I
8946           had to remove support for links that point to a directory. FileInfo
8947           returns no usefull information (means, the directory they point to)
8948           for such links. Replaced some empty string ("") with String.Empty.
8949
8950 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
8951
8952         * TreeNodeCollection.cs: To match MS, in 1.0 profile throw 
8953         NullReferenceException when attempting to remove node that is not in
8954         collection. Throw NullReferenceException when null is passed to 
8955         Remove. Allow first element of the collection to be removed. Fixes
8956         bug #79831.  In GetEnumerator ().Current return null if positioned 
8957         before the first element of the collection. In GetEnumerator ().Reset,
8958         position before first element of the collection.
8959
8960 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
8961
8962         * PropertyGrid.cs: To match MS, remove default title and description
8963         for panel. Fixed tooltips for Categorized and Alphabetic toolbar
8964         buttons.
8965
8966 2006-11-04  Chris Toshok  <toshok@ximian.com>
8967
8968         * Theme.cs: add a Clamp method, just for kicks.
8969
8970         * ThemeWin32Classic.cs: clamp all color components to [0..255].
8971
8972 2006-11-04  Chris Toshok  <toshok@ximian.com>
8973
8974         * Form.cs: if the form isn't visible, Close() does nothing.
8975
8976 2006-11-03  Chris Toshok  <toshok@ximian.com>
8977
8978         * Form.cs (Close): if the form is modal, don't Dispose of it, only
8979         Hide it.
8980         (WndProc): don't Dispose after handling the WM_CLOSE message.
8981
8982         * Application.cs (RunLoop): toplevels is a list of Forms, so treat
8983         them as such, instead of using casts from Control to Form.  Also,
8984         don't Dispose of the modal dialog when we fall out of the loop -
8985         Close() it instead.
8986
8987         fixes bug #79813.
8988
8989 2006-11-03  Chris Toshok  <toshok@ximian.com>
8990
8991         * Control.cs (Dispose): only go through the dispose thing if we're
8992         @disposing, and we haven't already been disposed.  Fixes bug
8993         #79814.
8994
8995         * Form.cs: no reason to call "base.Dispose()" here instead of
8996         "Dispose()".
8997
8998 2006-11-03  Mike Kestner  <mkestner@novell.com>
8999
9000         * ComboBox.cs : use ToString instead of casts in AddItem for
9001         sorting functionality.  Fixes #79812.
9002
9003 2006-11-03  Chris Toshok  <toshok@ximian.com>
9004
9005         * Application.cs: pave the way for actually using the thread
9006         exception dialog.  it's ifdefed out at the moment.
9007
9008 2006-11-03  Chris Toshok  <toshok@ximian.com>
9009
9010         * ThreadExceptionDialog.cs: until we get a better layout, actually
9011         hide the details textbox and label when we shouldn't see them.
9012
9013 2006-11-03  Jackson Harper  <jackson@ximian.com>
9014
9015         * TextBoxBase.cs: Don't bail from the scrollbar calcs for non
9016         multiline textboxes anymore.  This method also determines the
9017         width/height of a textboxes canvas area.
9018         - Sorta a revert of the last patch.  For multiline just position
9019         the controls, then bail.  This way the scrollbar width won't be
9020         altered.
9021
9022 2006-11-03  Everaldo Canuto  <everaldo@simios.org>
9023
9024         * ThemeWin32Classic.cs: Dont paint inner lines of 3D border when
9025         it dont need.  Fixes #79537.
9026
9027 2006-11-02  Jackson Harper  <jackson@ximian.com>
9028
9029         * X11Dnd.cs: We always allow copy, since XDND implies Copy.  Also
9030         send the status after firing the DndOver event.
9031
9032 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9033
9034         * TrackBar.cs: Now orientation only switches height / width if
9035         the control's handle is created (Win32 does it like this). Also 
9036         fixed a typo in ToString() for a test to pass, changed the 
9037         exception thrown in set_LargeChange and set_SmallChange to 
9038         match Win32 behaviour, and added TrackBar tests to the unit 
9039         tests.
9040
9041 2006-11-02  Chris Toshok  <toshok@ximian.com>
9042
9043         * XplatUIX11.cs: the atom we want is _NET_WM_STATE_SKIP_TASKBAR,
9044         not _NET_WM_STATE_NO_TASKBAR.
9045
9046 2006-11-02  Jackson Harper  <jackson@ximian.com>
9047
9048         * TextControl.cs: Increment count by one, since in the update view
9049         count - 1 is used.
9050
9051 2006-11-02  Jackson Harper  <jackson@ximian.com>
9052
9053         * TextBoxBase.cs: Use client rectangle not bounds for checking if
9054         the mouse is in the client rectangle (duh).
9055
9056 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9057         
9058         * TrackBar.cs: Fixed trackbar jumping around when clicking
9059         on it - the trackbar was not detecting correctly at which
9060         side of the thumb the click was done. (fixes #79718)
9061
9062 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
9063
9064         * ListBox.cs: scroll visible area when change SelectedIndex to
9065         a non visible area.  Fixes #79481.
9066
9067 2006-11-01  Jackson Harper  <jackson@ximian.com>
9068
9069         * TextControl.cs: When replacing the selection move the selection
9070         start/end/anchor to the end of the new text.
9071
9072 2006-11-01  Jackson Harper  <jackson@ximian.com>
9073
9074         * XplatUIWin32.cs: When setting the parent change the controls
9075         visibility to it's visibility flag, not to it's old parents
9076         visibility (.Visible walks the parent chain).
9077
9078 2006-11-01  Chris Toshok  <toshok@ximian.com>
9079
9080         * XplatUIX11.cs: revert the #79790 fix, as the simple.
9081         XSetTransientForHint fix breaks paint .net's tool windows.  more
9082         work needed for that one.
9083
9084 2006-11-01  Chris Toshok  <toshok@ximian.com>
9085
9086         * ScrollBar.cs: throw ArgumentException instead of Exception in
9087         LargeChange/SmallChange setters.  fixes unit tests.
9088
9089 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
9090
9091         * ContainerControl.cs: reverted rev.67183 (which was itself
9092         a reversion of rev.66853... eh).
9093         
9094         * Control.cs: Fixes Reflector hang by changing Focus() call
9095         to what it was before rev.66643 (calling Select() here sets 
9096         ActiveControl, which in some situations calls back Focus and 
9097         eventually does a stack overflow). Temp fix.    
9098         Changes to GetNextControl() to not look for children to select when
9099         parent cannot be selectable (so it looks for siblings instead)  
9100         
9101 2006-10-31  Mike Kestner  <mkestner@novell.com>
9102
9103         * CheckedListBox.cs : off by one error in returned index from
9104         ObjectCollection.Add.  Fixes #79758.
9105
9106 2006-10-31  Chris Toshok  <toshok@ximian.com>
9107
9108         * UpDownBase.cs: remove the OnGotFocusInternal/OnLostFocusInternal
9109         calls for the textbox/spinner, to keep from recursing to the point
9110         where we crash.  Fixes #79760.
9111
9112 2006-10-31  Chris Toshok  <toshok@ximian.com>
9113
9114         * ListControl.cs (set_SelectedValue): don't throw exceptions on
9115         null/"" value, just return.  matches ms's behavior and fixes some
9116         failing tests.
9117
9118 2006-10-31  Chris Toshok  <toshok@ximian.com>
9119
9120         * Control.cs (set_Capture): make a logic a little easier to
9121         follow.
9122
9123         * XplatUIX11.cs (CleanupCachedWindows): zero out the Grab window
9124         if it's being destroyed.  A necessary fix surely, but a bandaid
9125         also, to fix the stuck capture problem in bug #78413.
9126
9127 2006-10-31  Chris Toshok  <toshok@ximian.com>
9128
9129         * XplatUIX11.cs: fix a couple of compiler warnings, and follow the
9130         convention of clearing hwnd.ClientRect when we set the
9131         width/height (so it'll be recalculated by Hwnd).
9132
9133 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
9134
9135         * ContainerControl.cs: reversed Contains check from
9136         ActiveControl due to hanging problems. This fix
9137         partly regresses #79667 (button does not have
9138         initial focus), so this might be a symptom for 
9139         a larger parenting problem (set_ActiveControl
9140         is being called but the child control does
9141         not have the parent set yet?)   
9142         
9143 2006-10-31  Mike Kestner  <mkestner@novell.com>
9144
9145         * MenuAPI.cs : fix keynav when menu is click activated.
9146
9147 2006-10-31  Jonathan Pobst  <monkey@jpobst.com>
9148
9149         * ToolStrip*: Version 0.2.
9150
9151         * MenuStrip.cs: Version 0.1.
9152
9153         * Form.cs: Add a 2.0 MenuStrip tracker like the 1.1 Menu one.
9154
9155 2006-10-30  Chris Toshok  <toshok@ximian.com>
9156
9157         [ fixes the oversized notify icon issue in bug #79745 ]
9158         
9159         * NotifyIcon.cs: scale the icon down to the size we're given by
9160         the XplatUI layer (this would be faster if we did it once instead
9161         of whenever we paint..)  Also, remove the WM_NCPAINT handling,
9162         since it's never invoked.
9163
9164         * XplatUIX11.cs: the gnome and kde systrays use icons that are 24
9165         pixels high by default, so let's hardcode our systray icon to that
9166         size.  The SYSTEM_TRAY protocol should really have a way for
9167         client apps to query for the correct icon size.. but oh well.  A
9168         couple of patches to deal with the screwy client_window ==
9169         whole_window notifyicon stuff (we don't want to PerformNCCalc, for
9170         instance, and also make sure we don't XSelectInput twice).
9171
9172 2006-10-30  Chris Toshok  <toshok@ximian.com>
9173
9174         * Control.cs: ugh, the unit test fix (CH11, yesterday) breaks when
9175         recreating forms.  Control recreation is the bane of my existence.
9176         Fix it in a way that keeps everyone happy.
9177
9178 2006-10-30  Chris Toshok  <toshok@ximian.com>
9179
9180         * XplatUIX11.cs: use StructureNotifyMask on all whole_windows, not
9181         just non-CHILD ones.  otherwise sometimes scrollbars end up with
9182         client_windows not being resized to the proper size (ReportBuilder
9183         shows this extremely well).
9184
9185 2006-10-30  Chris Toshok  <toshok@ximian.com>
9186
9187         * XplatUIX11.cs (SetWMStyles): reinstate the XSetTransientForHint
9188         for non-WS_EX_APPWINDOW windows.  This is what keeps them from
9189         showing up in the gnome taskbar.  Fixes bug #79790.
9190
9191 2006-10-30  Chris Toshok  <toshok@ximian.com>
9192
9193         * ApplicationContext.cs: guard against a NRE.
9194
9195         * Application.cs: null out the old MainForm for the context, so we
9196         don't try to use it again once it's disposed.  Fixes bug #79783.
9197
9198 2006-10-30  Chris Toshok  <toshok@ximian.com>
9199
9200         * DataGrid.cs (set_DataSource, set_DataMember): if we have a
9201         BindingContext, set the data source directly, otherwise do the
9202         lazy approach - the actual ListManager will be created when we get
9203         a BindingContext. Fixes bug #79700.
9204
9205 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
9206
9207         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
9208           XplatUIX11.cs: Remove old 2 parameter SetVisible.
9209
9210         * Control.cs: Use the new 3 parameter SetVisible with activate = true.
9211
9212 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
9213
9214         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Add an overload
9215         of SetVisible that allows a window to be shown, but not activated.
9216         This is needed on Windows for MenuStrip, and can probably be used
9217         with MainMenu and ComboBox to fix the focus stealing issues on
9218         Windows.
9219
9220         * XplatUIOSX.cs, XplatUIX11.cs: Not needed, call existing SetVisible.
9221
9222 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
9223
9224         * PictureBox.cs: Fix the output of the ToString method.
9225
9226 2006-10-29  Chris Toshok  <toshok@ximian.com>
9227
9228         * Control.cs (get_TopLevelControl): fix bug #79781.
9229
9230 2006-10-29  Chris Toshok  <toshok@ximian.com>
9231
9232         * ListControl.cs (set_DataSource): throw Exception here, not
9233         ArgumentException, to match MS behavior.
9234
9235 2006-10-29  Chris Toshok  <toshok@ximian.com>
9236
9237         * Form.cs: remove the try-catch's around calls to GetWindowState.
9238         We can just check the return value.
9239
9240         * XplatUIX11.cs: don't throw exceptions from GetWindowState.
9241         Instead return -1.
9242
9243         * XplatUI.cs: Add note about additional return value for
9244         GetWindowState.
9245
9246 2006-10-29  Chris Toshok  <toshok@ximian.com>
9247
9248         * Control.cs (CreateHandle): when we create our handle, we also
9249         create the handles of our child controls.  Fixes one of the
9250         Control unit tests (CH11).
9251
9252 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
9253
9254         * MimeIcon.cs: If a gnome icon doesn't exist add a default icon.
9255
9256 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
9257
9258         * ThemeClearlooks.cs: A little speedup.
9259
9260 2006-10-27  Chris Toshok  <toshok@ximian.com>
9261
9262         * Control.cs: implement Control.FromChildHandle in a way that
9263         matches the docs (and fixes the failed test.)
9264
9265 2006-10-27  Chris Toshok  <toshok@ximian.com>
9266
9267         * DataGridTableStyle.cs: reproduce buggy MS behavior (with
9268         comments).
9269
9270         * DataGrid.cs: implement ResetForeColor such that the tests
9271         succeed.
9272         
9273 2006-10-27  Chris Toshok  <toshok@ximian.com>
9274
9275         * ToolBarButton.cs: setting text/tooltiptext to null results in it
9276         being set to "".  Fixes bug #79759.
9277
9278 2006-10-27  Jackson Harper  <jackson@ximian.com>
9279
9280         * TextControl.cs: We need to clear the entire selection area when
9281         setting the start, otherwise multiline selections are still
9282         visible.
9283
9284 2006-10-26  Chris Toshok  <toshok@ximian.com>
9285
9286         * PropertyGridView.cs: 
9287
9288         - ifdef all the code specific to the double
9289         buffer case, and provide some alternatives in the non-doublebuffer
9290         code, which makes heavy use of XplatUI.ScrollWindow to move things
9291         around without having to invalidate (and cause flicker).  There
9292         are still some drawing problems in the non-doublebuffered case, so
9293         DOUBLEBUFFER is defined by default.
9294
9295         - Fix the way dropdowns are handled.  now we explicitly watch for
9296         the events which might cause the dropdown to close, and break out
9297         of the nested event loop there.  This gets rid of all Capture
9298         code, at the expense of the Msg special casing.  Seems to work,
9299         though, and fixes bug #79743.
9300
9301 2006-10-27  Rolf Bjarne Kvinge <RKvinge@novell.com>
9302         * Control.cs: SetIsRecreating now recreates implicitly added
9303         child controls as well. Finally fixes #79629. The flag passed to 
9304         SetIsRecreating has also been removed since it wasn't used.
9305         
9306 2006-10-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9307
9308         * PageSetupDialog.cs: Clean some code, fix some bits, 
9309         add some checks, and add a printer sub-dialog.
9310
9311 2006-10-26  Chris Toshok  <toshok@ximian.com>
9312
9313         * PropertyGrid.cs: make set_SelectedObject call
9314         set_SelectedObjects, and move the duplicate logic to the
9315         SelectedObjects setter.  Also, raise SelectedObjectsChanged.
9316
9317         * PropertyGridView.cs: hide the textbox when we get a
9318         SelectedObjectsChanged event.
9319
9320         Fixes bug #79748.
9321
9322 2006-10-26  Chris Toshok  <toshok@ximian.com>
9323
9324         * PropertyGridView.cs: deal with the type converter not supporting
9325         GetStandardValues() or GetStandardValues() returning null, which
9326         is does in the default case.  Fixes #79742.
9327
9328 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
9329
9330         * CheckedListBox.cs: nunit no longer crashes when selecting 
9331         Project/Edit menu option
9332         
9333 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
9334
9335         * MenuAPI.cs: prevent ExecFocusedItem from blowing up if there
9336         is no menu selected. fixes #79739
9337
9338 2006-10-25  Chris Toshok  <toshok@ximian.com>
9339
9340         * PropertyGridView.cs: factor out the splitter invalidation code
9341         into the SplitterPercent setter, and for kicks implement the
9342         Ctrl-Left/Ctrl-Right handling that moves the splitter by a small
9343         amount in either direction.
9344
9345 2006-10-25  Chris Toshok  <toshok@ximian.com>
9346
9347         * PropertyGridView.cs: do some cleanup of the brush used to draw
9348         text - read only fields should be grayed out.  not sure how to do
9349         this with the textbox, though.  but the textbox's should also be
9350         readonly now at least.  Also, hide/show the textbox when resizing
9351         the control.
9352         
9353         * CursorConverter.cs: use System.Reflection when getting the
9354         properties of Cursors, as TypeDescriptor.GetProperties isn't
9355         returning static properties.
9356
9357 2006-10-25  Chris Toshok  <toshok@ximian.com>
9358
9359         * PropertyGridView.cs: factor out the up/down handling, and reuse
9360         it for page up/down.  also add End/Home support.
9361
9362 2006-10-25  Chris Toshok  <toshok@ximian.com>
9363
9364         * PropertyGridView.cs:
9365
9366         - ensure the selected grid item is visible in the scrolled area,
9367         fixes bug #79572.
9368
9369         - fix Keys.Down handling when you're on the last item in the
9370         propertygrid.
9371
9372 2006-10-25  Mike Kestner  <mkestner@novell.com>
9373
9374         * MenuAPI.cs : set the ActiveTracker for MainMenu non-popup 
9375         clicks too.  Fixes #79725.
9376
9377 2006-10-24  Chris Toshok  <toshok@ximian.com>
9378
9379         * PropertyGrid.cs: use property.Converter instead of
9380         TypeDescriptor.GetConverter(property.PropertyType), so we catch
9381         TypeConverters declared on the property as well as on the
9382         PropertyType.  Fixes bug #79678.
9383
9384 2006-10-24  Alexander Olk  <alex.olk@googlemail.com>
9385
9386         * MimeIcon.cs, Mime.cs:
9387           Fallback to the default platform handler if no shared mime info
9388           stuff exists (fixes #79693).
9389
9390 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
9391         * ContainerControl.cs: Incorrect contains check in ActiveControl 
9392         from previous fix (duh).
9393
9394 2006-10-20  Chris Toshok  <toshok@ximian.com>
9395
9396         * PropertyGridView.cs: the dropdown should be MIN(number of items
9397         in list, 15).  Fixes #79551.
9398
9399 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
9400         Fixes #79384, #79394, #79652, #79667
9401         * Application.cs: 
9402         
9403         - Modal windows are now destroyed in the proper order for windows
9404         
9405         * ContainerControl.cs:
9406         
9407         - ActiveControl setter has more conditions on when to return:
9408                 - if we're reselecting the active control, but it actually
9409                 didn't have focus (window hidden or some such), it runs
9410                 - if the active control being selected doesn't actually 
9411                 exist in the container, it returns
9412         
9413         * Form.cs
9414         
9415         - The ShowDialog now gets the current form as the owner when
9416         invoking without parameters, and correctly activates the owner 
9417         when returning
9418         
9419         * MessageBox.cs
9420         
9421         - MessageBox now catches the Escape key to exit
9422
9423 2006-10-20  Chris Toshok  <toshok@ximian.com>
9424
9425         * PropertyGridView.cs: fix a number of issues (bug #78565, and
9426         most of bug #79676):
9427
9428         - you can navigate around the property grid with the arrow keys.
9429
9430         - the dropdown is sized properly when the pg has a vertical
9431         scrollbar.
9432
9433         - fix the indentation for subentries, and properly select the
9434         entire label rect.
9435
9436         - fix the gray bar's drawing (only draw it to the last element,
9437         not for the height of the control.  Also make sure we draw that
9438         last horizontal grid line.
9439
9440         - use the same mechanism the datagrid uses wrt the editing textbox
9441         when scrolling/resizing/etc.  Namely, we hide it first, do the
9442         operation, then show it again (if it's still visible).
9443         
9444         - aggressively remove a lot of unnecessary refreshes (and also
9445         calls to Invalidate(). call more limited variants, and only redraw
9446         what we need.)
9447         
9448         * PropertyGrid.cs:
9449
9450         - when we're populating the merged collection, fill in the UI
9451         parent with either the passed in item, or the category item we
9452         create.
9453
9454         - remove the Refresh call from the BorderHelpControl.OnSizeChanged.
9455
9456         * GridItem.cs: drop some fully qualified names.
9457         
9458         * GridEntry.cs: add a "UIParent", which is basically the parent
9459         treenode.
9460
9461         * GridItemCollection.cs: add an IndexOf method.
9462
9463 2006-10-20  Mike Kestner  <mkestner@novell.com>
9464
9465         * MainMenu.cs : go back to Draw in OnMenuChanged.  Until we get
9466         a working win32 NC invalidation mechanism, we can't invalidate
9467         menus.  [Fixes #79705]
9468
9469 2006-10-20  Mike Kestner  <mkestner@novell.com>
9470
9471         * ListBox.cs : don't update the VScrollbar if the list is empty,
9472         just hide it.  [Fixes #79692]
9473
9474 2006-10-20  Jackson Harper  <jackson@ximian.com>
9475
9476         * RichTextBox.cs: Handle some special chars better, and don't skip
9477         the entire group when we encounter a special char that we don't
9478         handle correctly.
9479
9480 2006-10-18  Chris Toshok  <toshok@ximian.com>
9481
9482         * PropertyGridView.cs: address a number of issues from bug #79676,
9483         mostly of the cosmetic variety.
9484
9485         - The highlight rectangle for indented items not extends all the
9486         way to the left.
9487
9488         - Indented items aren't indented so much.
9489
9490         - the dropdown is properly sized width-wise if the pg has a
9491         vertical scrollbar.
9492
9493 2006-10-18  Chris Toshok  <toshok@ximian.com>
9494
9495         * XplatUIX11.cs (SystrayAdd): a rather convoluted change, but the
9496         systray stuff is rather convoluted to begin with.
9497
9498         systray icons are a single window for some reason (that I haven't
9499         figured out yet), and for them, client_window == whole_window.
9500         Given the way the tests are structured elsewhere to determine
9501         which paints are pending (client vs. nc), that situation will
9502         always yield PAINT, not NCPAINT.  So, if we have a pending
9503         nc_expose and no pending expose, remove the hwnd from the paint
9504         queue, and also set nc_expose_pending to false, to keep us from
9505         blocking further expose's adding the hwnd to the paint queue.
9506
9507         phew.  like i said, a rather convoluted change.  Fixes the
9508         notifyicon repaint issues in bug #79645.
9509
9510 2006-10-18  Chris Toshok  <toshok@ximian.com>
9511
9512         * Form.cs: when getting the backcolor of the form, don't get
9513         base.BackColor, as this allows parents to influence the background
9514         color.  This breaks mdi forms.  Instead, if the background_color
9515         is empty, return the default.
9516
9517 2006-10-18  Chris Toshok  <toshok@ximian.com>
9518
9519         * XplatUIX11.cs: change some debug ifdefs, and return XGetParent
9520         to being private instead of internal static.
9521
9522         * Control.cs: remove all the stupid ParentWaitingOnRecreation
9523         crap, it wasn't working for more deeply nested controls anyway,
9524         and we already have the is_recreating flag - use that instead.
9525         Before calling DestroyHandle in RecreateHandle, recurse through
9526         the control tree setting it to true.  this returns the recreate
9527         code to much of its original simplicity, while now guaranteeing we
9528         actually recreate everything we're supposed to.  This change gets
9529         fyireporting actually showing mdi children.
9530
9531 2006-10-17  Chris Toshok  <toshok@ximian.com>
9532
9533         * Form.cs: remove some debug spew, and collapse some duplicate
9534         code at the end of SetClientSizeCore.
9535
9536         * XplatUIX11.cs: 
9537         - add some more debug spew here too wrt Destroy handling.
9538         - don't call hwnd.Dispose in DestroyWindow, it's effectively done
9539         in Control's handling of WM_DESTROY.
9540         - Remove the handling of zombie window DestroyNotifies from the
9541         event loop - we don't need it.  Now the only DestroyNotifies we
9542         actually handle are ones generated by X.
9543         - When sending _NET_ACTIVE_WINDOW, the first param should be 1, to
9544         match gtk's (functioning) handling of this. This keep metacity
9545         from leaving droppings in the form of wm borders with no window
9546         contents all over the place.
9547
9548         * Control.cs:
9549         - add a bunch of debug spew wrt control recreation.
9550         - fix a bug where we weren't tracking Visible properly on
9551         recreated hwnds.
9552         - fixed the WM_PAINT double buffer handling to support re-entrant
9553         calls (yes, i know it's gross, but it's happening to us).
9554
9555 2006-10-17  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
9556         * ThemeWin32Classic.cs: changed drawing of selected days
9557         to make them look better.
9558
9559 2006-10-16  Chris Toshok  <toshok@ximian.com>
9560
9561         * Hwnd.cs: replace the user_data/client_dc/non_client_dc with
9562         drawing_stack.  Nuke the ClientDC/NonClientDC properties.
9563
9564         * XplatUIX11.cs: move away from using hwnd.client_dc and
9565         hwnd.non_client_dc and on to a stack of dc's (and in window's
9566         case, PAINTSTRUCT's), so we can deal with nested Paint calls
9567         without puking or not disposing of Graphics objects.
9568
9569         * XplatUIOSX.cs: same.
9570
9571         * XplatUIWin32.cs: same.
9572
9573 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
9574
9575         * FileDialog.cs: Don't call on_directory_changed inside
9576           OnSelectedIndexChanged (it changes the SelectedIndex too).
9577           Instead move it to OnSelectionChangeCommitted.
9578
9579 2006-10-13  Chris Toshok  <toshok@ximian.com>
9580
9581         * XplatUIX11.cs: more Destroy work.  the current code does the
9582         following things, in order:
9583
9584         1. Enumerates all handles of all controls at or below the one
9585         being destroyed, in pre-order.  As it is doing this, it marks the
9586         handles as zombie and clears all references to them.
9587         
9588         2. calls XDestroyWindow on the window passed in.
9589
9590         3. SendMessage's WM_DESTROY to all he handles in the accumulated
9591         list.
9592
9593 2006-10-13  Chris Toshok  <toshok@ximian.com>
9594
9595         * XplatUIX11.cs: set hwnd.zombie to true before calling
9596         SendMessage (WM_DESTROY).  this keeps us from marking the new
9597         window a zombie, and also keeps us from calling sendmessage at
9598         all.
9599
9600 2006-10-13  Jackson Harper  <jackson@ximian.com>
9601
9602         * TextControl.cs: Do not show the caret and selection at the same
9603         time.  Reduces ugliness by 35%.
9604
9605 2006-10-13  Chris Toshok  <toshok@ximian.com>
9606
9607         * XplatUIX11.cs (SendWMDestroyMessages): set the hwnd to be a
9608         zombie after we do the recursive call, so we actually do call
9609         SendMessage on the children controls.
9610         (GetMessage): if we find a pending paint event for a zombie hwnd,
9611         remove the hwnd from the paint queue, or else it will always be
9612         there (and we'll effectively loop infinitely)
9613
9614 2006-10-13  Mike Kestner  <mkestner@novell.com>
9615
9616         * MenuItem.cs : add Selected format under keynav too.
9617         Fixes #79528.
9618
9619 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
9620
9621         * PropertyGrid.cs: Fixed some NRE's and small difference between our
9622         implementation and that of MS.
9623
9624 2006-10-13  Chris Toshok  <toshok@ximian.com>
9625
9626         * Control.cs (OnInvalidated) only futz with the invalid_region if
9627         the control is double buffered.  this fixes the apparent hang in
9628         the ListView unit tests.  Someone needs to make the
9629         BeginEndUpdateTest not call OnInvalidated 15004 times, though..
9630
9631 2006-10-13  Chris Toshok  <toshok@ximian.com>
9632
9633         * PropertyGridView.cs:
9634
9635         - do a little refactoring so that only one place calls
9636         dropdown_form.Hide, and that is CloseDropDown.  make everywhere
9637         else call that.  Also make it Refresh, since there are redraw bugs
9638         otherwise (we should take a look at that...)
9639
9640         - do a little more refactoring work to share the body of code
9641         involved with the drop down.  it was duplicated in the code
9642         dealing with the listbox handling and in the code dealing with the
9643         UITypeEditors.
9644
9645         - add a Capture to the dropdown form's control once it's
9646         displayed, and add a MouseDown handler that checks to make sure
9647         the position is inside the control.  If it's not, close the
9648         dropdown.  This fixes #78190.
9649
9650         - in SetPropertyValueFromUITypeEditor, only call SetPropertyValue
9651         if the value is different than the initial value.
9652         
9653 2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>
9654
9655         * Control.cs: see #78650
9656         - Fixed GetNextControl for several cases:
9657                 - Changed FindFlatForward to return 
9658                 correct sibling control when more than one
9659                 control has same TabIndex as the currently 
9660                 focused one.
9661                 - Changed FindFlatBackward to loop children
9662                 from last to first and apply same logic as in
9663                 FindFlatForward
9664                 - Changed FindControlForward to search for
9665                 children when control is not a container
9666                 but has children, or search for siblings if
9667                 control is a container...
9668                 - Changed FindControlBackward   to continue
9669                 searching for child controls when hitting 
9670                 Panel-like parents
9671                 
9672         - Fixed Focus method to update ActiveControl
9673         (FocusTest.FocusSetsActive failure)
9674         
9675         * TabControl.cs:
9676         - Focus rectangle now refreshes when gaining
9677         or losing focus
9678         - Removed grab for Tab key on IsInputKey that 
9679         was keeping tab navigation from working (#78650)
9680
9681 2006-10-13  Chris Toshok  <toshok@ximian.com>
9682
9683         * PropertyGridView.cs:
9684         - Rewrite SetPropertyValue to loop over SelectedGridItem's
9685         SelectedObjects.
9686
9687         - Deal with GridItem.Value == null a few places.
9688
9689         * PropertyGrid.cs: 
9690         - replace the PopulateGridItemCollection with a pair of methods
9691         which compute the intersection of all the properties in the
9692         SelectedObjects array.  Fixes #79615.
9693
9694         - Throw ArgumentException from set_SelectedObjects if there's a
9695         null in the array.
9696
9697         - Add GetTarget method which can be used to traverse up the
9698         GridItem.Parent chain.  It depends on the assumption that
9699         selected_objects for different GridEntries are always in the same
9700         order (a safe assumption).  Use this method and loop over all the
9701         selected objects in the entry when calling RemoveValueChanged and
9702         AddValueChanged.
9703         
9704         * GridEntry.cs: Make this handle multiple selected objects.
9705         .Value returns null if not all the selected objects share the same
9706         value.
9707
9708 2006-10-12  Jonathan Pobst  <monkey@jpobst.com>
9709         * ToolStrip.cs, ToolStripButton.cs, ToolStripComboBox.cs,
9710           ToolStripControlHost.cs, ToolStripItem.cs, ToolStripLabel.cs,
9711           ToolStripProfessionalRenderer.cs, ToolStripProgressBar.cs,
9712           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs,
9713           ToolStripTextBox.cs: Add accessibility, fix attributes/API and
9714         add additional functionality.
9715
9716 2006-10-12  Mike Kestner  <mkestner@novell.com>
9717
9718         * ErrorProvider.cs : new ToolTipWindow ctor sig.
9719         * HelpProvider.cs : new ToolTipWindow ctor sig.
9720         * ToolTip.cs : remove ToolTip param from Window sig since it is
9721         not used.
9722         * ToolBar.cs : add tooltip support.  Fixes #79565.
9723
9724 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
9725
9726         * ComboBox.cs: move the events in set_SelectedIndex to 
9727         after the call to HighlightIndex in order to avoid 
9728         possible recursion and subsequent problems with the call
9729         to HighlightIndex and include a range check in 
9730         set_HighlightIndex. Fixes #79588
9731         
9732 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
9733
9734         * MonthCalendar.cs: When FirstDayOfWeek is default set firstday 
9735         to ui thread's settings instead of sunday. 
9736         * ThemeWin32Classic.cs: Localize the day string. Fixes #79563
9737
9738 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
9739
9740         * DateTimePicker.cs
9741         * MonthCalendar.cs
9742         * ThemeWin32Classic.cs: rewrote DateTimePicker to fix bug #78364
9743         and implement missing functionality (selecting different parts 
9744         of the date and edit them individually with the keyboard).
9745         
9746 2006-10-11  Chris Toshok  <toshok@ximian.com>
9747
9748         * Control.cs (OnInvalidated): fix NRE relating to last change.
9749
9750 2006-10-11  Chris Toshok  <toshok@ximian.com>
9751
9752         * XplatUIX11.cs (SetWMStyles): make sure we include the MAXIMIZED
9753         atoms in _NET_WM_STATE here if the window is maximized.  We need
9754         to do this because we're *replacing* the existing _NET_WM_STATE
9755         property, so those atoms will be lost otherwise, and any further
9756         call to GetWindowState will return Normal for a window which is
9757         actually maximized.  Fixes #79338.
9758
9759 2006-10-11  Jackson Harper  <jackson@ximian.com>
9760
9761         * TextControl.cs: Special case for setting selection end to
9762         selection start, we basically kill the anchor.
9763         - some todo comments.
9764
9765 2006-10-11  Chris Toshok  <toshok@ximian.com>
9766
9767         * Control.cs: switch to using an "invalid_region" to track which
9768         parts of the image buffer need updating.  This is more code than
9769         the simple fix from r66532.  That version just attempted to always
9770         fill the entire buffer on redraw, which turns out to be
9771         inefficient when invalidating small rectangles.  This version
9772         simply adds the invalid rectangle to the invalid region.  When we
9773         get any WM_PAINT message we see if it can be filled using the
9774         image buffer, and if it can't (if the paint event's clip rectangle
9775         is visible in the invalid region) we first fill the image buffer.
9776         So, the image buffer is still a cache, we just fill it lazily.
9777
9778         * PaintEventArgs.cs: remove the SetClipRectangle method, we don't
9779         need it any longer.
9780
9781 2006-10-11  Chris Toshok  <toshok@ximian.com>
9782
9783         * XplatUIX11.cs (SetWindowPos): we need to update both position as
9784         well as size after calling XMoveResizeWindow.  This keeps us from
9785         ignoring future SetWindowPos calls.  Fixes the disappearing
9786         DateTimePicker in the ToolBarDockExample from bug #72499.
9787
9788 2006-10-11  Chris Toshok  <toshok@ximian.com>
9789
9790         * TextBoxBase.cs: reorder things a bit when it comes to
9791         resizing-causing-recalculation.  we were recalculating the
9792         document when our position was changed, which shouldn't happen.
9793         We only care about size changes.  Clear up some more redundant
9794         recalculation calls while I'm at it.  This makes the toolbar dock
9795         example snappy when you're just dragging toolbars around (since it
9796         causes a relayout whenever you move one.)
9797
9798 2006-10-11  Chris Toshok  <toshok@ximian.com>
9799
9800         * ToolBarButton.cs (get_Rectangle): this only returns
9801         Rectangle.Empty if Visible == false, or Parent == null.
9802         Parent.Visible doesn't matter.
9803
9804 2006-10-10  Chris Toshok  <toshok@ximian.com>
9805
9806         * Control.cs, PaintEventArgs.cs: "internal set { .. }" isn't loved
9807         by .net 1.1, so switch to an internal method instead.
9808
9809 2006-10-10  Chris Toshok  <toshok@ximian.com>
9810
9811         * Control.cs (WM_PAINT): when a control is double buffered we draw
9812         initially to the ImageBuffer and then copy from there.  But when a
9813         parent control which has child controls is double buffered, the
9814         initial drawing doesn't encompass the entire ClientRectangle of
9815         the parent control, so we end up with uninitialized bits (this is
9816         easily seen by dragging the top toolbar in
9817         wf-apps/ToolBarDockExample to the right, quickly).  The fix is to
9818         manually set the ClipRectangle of the paint_event (only the one we
9819         use to populate the ImageBuffer) to ClientRectangle.  Fixes more
9820         of the nastiness in bug #72499.
9821
9822         * PaintEventArgs.cs: Add an internal setter for ClipRectangle,
9823         which we use in Control.cs's WM_PAINT handling.
9824
9825 2006-10-10  Jackson Harper  <jackson@ximian.com>
9826
9827         * TextBoxBase.cs: Finish off the autoscrolling stuff.
9828
9829 2006-10-10  Chris Toshok  <toshok@ximian.com>
9830
9831         * Cursor.cs: Apply a slightly different patch to the one suggested
9832         in #79609.
9833
9834 2006-10-10  Jackson Harper  <jackson@ximian.com>
9835
9836         * MenuItem.cs: Make sure to put the mdi child in the hashtable,
9837         not the parent form.
9838         * TextControl.cs: use difference in old line count vs new count to
9839         calculate how many lines were added, this takes into account soft
9840         line breaks properly.
9841
9842 2006-10-10  Chris Toshok  <toshok@ximian.com>
9843
9844         * LinkLabel.cs: don't call MeasureCharacterRanges against a
9845         rectangle located at 0,0 and the size of the text.  Use
9846         ClientRectangle instead.  This fixes rendering of non-left aligned
9847         link labels.
9848
9849 2006-10-10  Jackson Harper  <jackson@ximian.com>
9850
9851         * TextBoxBase.cs: When we set the selection start position the
9852         caret.
9853         * TextControl.cs: Need to update the caret when we decrement it to
9854         zero.
9855         - Make sure that the selection_visible flag gets reset to false if
9856         the selection isn't visible.  Before this you could get it set to
9857         visible by changing the selection start, then changing the end to
9858         equal the start.
9859
9860 2006-10-09  Jackson Harper  <jackson@ximian.com>
9861
9862         * TreeView.cs: Don't update scrollbars when we aren't visible.
9863         * TreeNodeCollection.cs: Only need to update scrollbars if being
9864         added to an expanded visible node or the root node.
9865
9866 2006-10-09  Chris Toshok  <toshok@ximian.com>
9867
9868         * XplatUIX11.cs (SendMessage): fix NRE.
9869
9870 2006-10-09  Jackson Harper  <jackson@ximian.com>
9871
9872         * TextBoxBase.cs: Implement horizontal autoscrolling.
9873         * TextControl.cs: Add a movement types that allows moving forward
9874         and backwards without wrapping.
9875
9876 2006-10-09  Mike Kestner  <mkestner@novell.com>
9877
9878         * ListViewItem.cs : layout changes for wrapped LargeIcon labels
9879         with focus "expansion" of labels.  Fixes #79532 and then some.
9880         * ThemeWin32Classic.cs : add LineLimit to ListView label format
9881         when wrapping.
9882
9883 2006-10-09  Jackson Harper  <jackson@ximian.com>
9884
9885         * TextBoxBase.cs: Set the default max values to MaxValue since
9886         we use the scrollbar for autoscrolling and the default value is
9887         100.  If we don't do this the caret won't keep up with typing
9888         after about 18 characters.
9889         * TextControl.cs: Make sure the selection is offset by the
9890         viewport x.  This fixes selection when using auto scrolling.
9891
9892 2006-10-07  Andreia Gaita <shana.ufie@gmail.com>
9893         
9894         * Form.cs: The active control should be selected after the 
9895         OnLoad so that any child control initialization that affects
9896         the selection is done. Fixes #79406
9897
9898 2006-10-06  Chris Toshok  <toshok@ximian.com>
9899
9900         * XplatUIX11.cs: This is perhaps a dangerous change, but it seems
9901         to have no evil effects.
9902
9903         - Stop selecting StructureNotifyMask on non-toplevel windows.
9904
9905           The only way children should be resized is by using the SWF api,
9906           and we already send WM_WINDOWPOSCHANGED messages in those cases.
9907           Toplevel windows can be interacted with via the window manager,
9908           and so we keep the input mask there.
9909
9910           The other event StructureNotifyMask gives us (that we care
9911           about) is DestroyNotify.  The code is already structured such
9912           that it assumes we won't be getting a DestroyNotify event for
9913           the window we pass to XDestroyWindow (which is what
9914           StructureNotifyMask is supposed to guarantee.)  So, that code
9915           shouldn't be affected by this either.
9916
9917         - Stop selecting VisibilityChangeMask altogether.
9918
9919           We weren't doing anything with the resulting events anyway.
9920         
9921         This vastly reduces the number of X requests and events we see
9922         when resizing/laying out a large ui.
9923
9924 2006-10-06  Chris Toshok  <toshok@ximian.com>
9925
9926         * ScrollableControl.cs (DisplayRectangle): we need to take into
9927         account the DockPadding regardless of whether or not auto_scroll
9928         == true.  rework this slightly to this effect, and fix bug #79606,
9929         and part of #72499 (you can now see the drag handles and drag
9930         toolbars around).
9931
9932 2006-10-06  Gert Driesen  <drieseng@users.souceforge.net>
9933
9934         * ListViewItem.cs: Collections of selected and checked items are now
9935         dynamically rebuilt. Whenever an item is (un)checked or (de)selected
9936         we mark the collection "dirty".
9937         * ListView.cs: Marked collections readonly. Modified UpdateSelection
9938         to only clear SelectedItems when a new item is selected and MultiSelect
9939         is enabled. CheckedItems and SelectedItems now subscribe to Changed
9940         event of ListViewItemCollection, and mark its list dirty whenever
9941         that event is fire. This allows us to return selected/checked items 
9942         in the same order as they are in the Items collection. This matches
9943         the MS behavior.
9944
9945 2006-10-06  Chris Toshok  <toshok@ximian.com>
9946
9947         * NotifyIcon.cs (HandleMouseUp): only show the context menu on
9948         right mouse clicks.  Fixes bug #79593.
9949
9950 2006-10-06  Chris Toshok  <toshok@ximian.com>
9951
9952         * Splitter.cs: doh, fix splitters that don't want to cancel the
9953         movement when you drag them.  Also, impose the limits on the
9954         values we send to the SplitterMovingEvent.  Fixes #79598.
9955
9956 2006-10-06  Jackson Harper  <jackson@ximian.com>
9957
9958         * TextBoxBase.cs: Ignore whether or not the scrollbar is enabled,
9959         since we use this for auto scrolling also.
9960
9961 2006-10-05  Chris Toshok  <toshok@ximian.com>
9962
9963         * DataGridBoolColumn.cs: Nuke the code from ConcedeFocus.  I'm
9964         beginning to think that most datagrid column types don't need this
9965         method.  Fixes bug #79392.
9966
9967 2006-10-05  Chris Toshok  <toshok@ximian.com>
9968
9969         * DataGrid.cs: move back to a more lazy scheme for creating the
9970         CurrencyManager, so we aren't updating it every time you set
9971         either DataSource or DataMember.  Also, don't call
9972         RecreateDataGridRows if the currency manager hasn't changed.
9973
9974 2006-10-05  Chris Toshok  <toshok@ximian.com>
9975
9976         * ComboBox.cs: by the time the OnSelectionChangeCommitted event is
9977         emitted, SelectedIndex should already be updated.  Fixes bug
9978         #78929.
9979
9980 2006-10-05  Jonathan Pobst  <monkey@jpobst.com>
9981
9982         * ToolStripComboBox.cs, ToolStripControlHost.cs, ToolStripProgressBar,
9983           ToolStripTextBox.cs: Initial commit.
9984         * ToolStripItem.cs: Fixes for OnLayout, BackColor, Parent.
9985
9986 2006-10-05  Jackson Harper  <jackson@ximian.com>
9987
9988         * TabControl.cs: We need to invalidate the tab control area when
9989         new ones are added (duh).
9990
9991 2006-10-03  Chris Toshok  <toshok@ximian.com>
9992
9993         * Form.cs (ProcessDialogKey): if the focused control is in this
9994         form and is a button, call its PerformClick method here.  Fixes
9995         #79534.
9996
9997 2006-10-04  Jackson Harper  <jackson@ximian.com>
9998
9999         * TabPage.cs: Ignore setting of Visible, and add an internal
10000         method for setting the controls visibility.  TabPage's Visible
10001         property is a little strange on MS, this seems to make us
10002         compatible, and fixes cases where people set all the tab pages to
10003         visible.
10004         * TabControl.cs: Use the new internal setting on tab pages
10005         visibility.
10006
10007 2006-10-03  Mike Kestner  <mkestner@novell.com>
10008
10009         * ComboBox.cs : raise Click on ComboTextBox clicks. Fixes #79555.
10010
10011 2006-10-03  Mike Kestner  <mkestner@novell.com>
10012
10013         * ListView.cs : use is_visible instead of Visible to check if 
10014         scrollbars should be placed/sized.  Also some max_wrap_width
10015         love for LargeIcon view.  [Fixes #79533]
10016
10017 2006-10-03  Atsushi Enomoto  <atsushi@ximian.com>
10018
10019         * TextControl.cs :
10020           Make set_TextAlign() do actually update the align. Fixed #78403.
10021
10022 2006-10-03  Chris Toshok  <toshok@ximian.com>
10023
10024         * DataGrid.cs: fix a crash when switching datasources if the
10025         vertical scrollbar is at someplace other than Value = 0.  Also,
10026         reduce the number of recalculation passes we do in SetDataSource
10027         from 2 to 1.
10028
10029 2006-10-03  Jackson Harper  <jackson@ximian.com>
10030
10031         * TextBoxBase.cs: Move the if value the same bail check up, we
10032         don't want to empty the document if it is already empty, this
10033         seems to severly mess up the caret.  TODO: I should probably fix
10034         the empty statement to update teh caret somehow.
10035
10036 2006-10-03  Chris Toshok  <toshok@ximian.com>
10037
10038         * ThemeWin32Classic.cs, DataGrid.cs: some changes so that the
10039         incredibly hacky Windows.Forms FAQ autosize rows entry (it uses
10040         reflection, an internal row type, properties on said type, etc.)
10041         will work with our datagrid.  Fixes #79531.
10042
10043 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
10044
10045         * FileDialog.cs: Don't crash if a path is not accessible
10046           (System.UnauthorizedAccessException). Fixes #79569.
10047         * MimeIcon.cs: Workaround for a Uri bug. Unix paths/files can have
10048           a ':' too. Return unknown icon for those paths/files.
10049
10050 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com>
10051
10052         * ToolTip.cs: Fix rare, but possible, NRE on MouseEnter when 
10053         GetContainerControl returns null.
10054
10055 2006-10-02  Chris Toshok  <toshok@ximian.com>
10056
10057         * XplatUIX11.cs (GetWindowState): use hwnd.client_window in the
10058         call to XGetWindowAttributes instead of "handle".  fixes an X
10059         error using notifyicon after the NotifyIconWindow to Form base
10060         class switch.
10061
10062 2006-10-02  Chris Toshok  <toshok@ximian.com>
10063
10064         * XplatUIX11.cs (QueryPointer): new function, encapsulating the
10065         server grab and looping we need to do to get down to the most
10066         deeply nested child window.
10067         (SetCursorPos): use QueryPointer instead of GetCursorPos, and call
10068         QueryPointer again after the WarpPointer so we can generate a
10069         proper (fake) MotionNotify event to be enqueued in the destination
10070         window's queue.
10071         (GetCursorPos): call QueryPointer.
10072
10073         Fixes #79556.
10074
10075 2006-10-02  Jackson Harper  <jackson@ximian.com>
10076
10077         * NotifyIcon.cs: Derive the notify icon from a form, so things
10078         like FindForm work on it.
10079         - Swallow the WM_CONTEXTMENU message, since that is generated on
10080         mouse down, and context menu is a mouse up kinda guy.  I believe
10081         the correct fix here is probably to make the notify icon entirely
10082         NC area, but this seems to work fine for anyone not manipulating
10083         WndProc.
10084
10085 2006-10-02  Jonathan Pobst  <monkey@jpobst.com>
10086
10087         * ToolStrip.cs, ToolStripButton.cs, ToolStripItem.cs,
10088           ToolStripItemCollection.cs, ToolStripLabel.cs,
10089           ToolStripProfessionalRenderer.cs, ToolStripRenderer.cs,
10090           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs:
10091           Initial implementation.
10092         * TextRenderer.cs: Provide padding to MeasureText.
10093
10094 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
10095
10096         * ButtonBase.cs: Fix CreateAccessibilityInstance to return an instance
10097         of ButtonBaseAccessibleObject. Fix bug #79552.
10098
10099 2006-10-02  Jackson Harper  <jackson@ximian.com>
10100
10101         * MdiWindowManager.cs: When maximizing use the containers client
10102         rect, not it's bounds, so nc area is accounted correctly.
10103         - Use the parent form's size for the menu position, since the
10104         client isn't always the full form size.
10105
10106 2006-10-01  Chris Toshok  <toshok@ximian.com>
10107
10108         * ScrollableControl.cs: make sure neither right_edge or
10109         bottom_edge are < 0, since they're used as LargeChange for the
10110         horiz/vert scrollbars respectively.  Fixes #79539.
10111
10112 2006-10-01  Chris Toshok  <toshok@ximian.com>
10113
10114         * NotifyIcon.cs: add NotifyIconWindow.InternalRecreateHandle, so
10115         the xplatuix11 code can cause us to destroy/recreate our handle.
10116
10117         * XplatUIX11.cs
10118         (SystrayAdd):
10119         - this code can be invoked many times for the same Hwnd.  Make
10120           sure we only destroy the client window once (the first time this
10121           method is called).  This fixes bug #79544.
10122         - Remove the call to the improperly bound XSync.  why we had two
10123           bindings to this, I will never know, but this call resulted in
10124           events being discarded from the queue(!).
10125         - correct a misunderstanding of _XEMBED_INFO - the second atom is
10126           not our current state but the state we wish to be in.  So, 0 if
10127           we don't want to be mapped.  Change it to 1.
10128         (SystrayRemove): The XEMBED spec makes mention of the fact that
10129         gtk doesn't support the reparent of client windows away from the
10130         embedder.  Looking at gtksocket-x11.c seems to agree with this.
10131         The only avenue we have for removing systray icons is to destroy
10132         them.  We don't want the handle to go away for good, though, so
10133         call InternalRecreateHandle on the NotifyIconWindow.  Fixes
10134         #79545.
10135         
10136 2006-10-01  Chris Toshok  <toshok@ximian.com>
10137
10138         * Form.cs (WndProc): inline the native_enabled variable usage into
10139         the cases in which it's used.  Fixes #79536.
10140
10141 2006-09-29  Mike Kestner  <mkestner@novell.com>
10142
10143         * ListView.cs : toggle the selection state for ctrl clicks in 
10144         multiselect mode. [Fixes #79417]
10145
10146 2006-09-29  Mike Kestner  <mkestner@novell.com>
10147
10148         * ListView.cs : kill CanMultiSelect and refactor the selection
10149         code to support multiselection in the absence of mod keys. Steal
10150         arrow/home/end keys by overriding InternalPreProcessMessage to
10151         restore regressed keynav behavior.
10152         [Fixes #79416]
10153
10154 2006-09-29  Jackson Harper  <jackson@ximian.com>
10155
10156         * MdiClient.cs: Repaint the titlebars when the active window is
10157         changed.
10158
10159 2006-09-29  Chris Toshok  <toshok@ximian.com>
10160
10161         * Application.cs: when entering a runloop with a modal, make sure
10162         the hwnd is enabled.  Fixes #79480.
10163
10164 2006-09-29  Chris Toshok  <toshok@ximian.com>
10165
10166         * DataGrid.cs (CurrentCell): if we try to navigate to the add row
10167         when ListManager.CanAddRows == false, bump us back one.
10168
10169         * DataGridColumnStyle.cs (ParentReadOnly): remove the
10170         listmanager.CanAddRows check.  This makes ArrayLists uneditable
10171         using a datagrid, which is not right.
10172         (SetColumnValueAtRow): call IEditable.BeginEdit if source[rowNum]
10173         is an IEditable, but call property_descriptor.SetValue regardless.
10174         fixes #79435.
10175
10176 2006-09-29  Chris Toshok  <toshok@ximian.com>
10177
10178         * DataGridBoolColumn.cs: we need to test equality in the face of
10179         possible null values (as is the case with the default NullValue).
10180         This patch keeps us from crashing in that case.
10181
10182 2006-09-29  Jackson Harper  <jackson@ximian.com>
10183
10184         * TreeNodeCollection.cs: Don't do a recalculate/updatescrollbars
10185         here, since it will get called for every node collection in the
10186         tree. This is now done in the treeview once the sorting is
10187         finished.
10188         * TreeView.cs: Recalculate the visible order, and update the
10189         scrollbars after sorting, set the top nope to the root so that the
10190         recalc actually works.
10191
10192 2006-09-29  Chris Toshok  <toshok@ximian.com>
10193
10194         * LinkLabel.cs: more handling of the default link collection in
10195         the face of LinkArea manipulation.  The default link collection
10196         contains 1 element (start=0,length=-1).  If the user sets LinkArea
10197         to anything and the links collection is the default, clear it.
10198         Then only add the link if its nonempty.  Fixes #79518.
10199
10200 2006-09-29  Chris Toshok  <toshok@ximian.com>
10201
10202         * LinkLabel.cs (CreatePiecesFromText): calculate the length of a
10203         piece correctly when we hit a '\n'.  Fixes #79517.
10204
10205 2006-09-29  Chris Toshok  <toshok@ximian.com>
10206
10207         * MimeIcon.cs, ThemeGtk.cs, X11DesktopColors.cs, XplatUIX11GTK.cs:
10208         change the binding of gdk_init_check to take two IntPtr's, and
10209         pass IntPtr.Zero for both of them.  Fixes #79520.
10210
10211 2006-09-29  Mike Kestner  <mkestner@novell.com>
10212
10213         * ComboBox.cs : raise TextChanged on ComboTextBox.TextChanged.
10214         [Fixes #78779]
10215
10216 2006-09-28  Jackson Harper  <jackson@ximian.com>
10217
10218         * XplatUIX11.cs: When translating NC messages make sure we go from
10219         whole window to screen, not client window to screen.
10220         * MdiClient.cs: Remove the calls to PaintWindowDecorations, this
10221         method doesn't exist
10222         - Skip over controls that aren't forms when arranging.
10223
10224 2006-09-28  Jackson Harper  <jackson@ximian.com>
10225
10226         * XplatUIWin32.cs: Clip the rect to the parent window.
10227         * XplatUIStructs.cs: Add clipping modes struct.
10228         * InternalWindowManager.cs: New private method that factors title
10229         bar heights in when calculating the pos of an NC mouse message.
10230         - Use SendMessage to force a paint when the form's size is changed
10231         instead of painting the decorations immediately.
10232         - Don't let the NC button click messages get to DefWndProc,
10233         because they will attempt to handle windowing themself, and this
10234         messes up z-order (it will put them in front of the scrollbars).
10235         * XplatUIX11.cs: Make sure that we don't reset window managers if
10236         we already have one (ie the window is an MDI window).
10237
10238 2006-09-28  Chris Toshok  <toshok@ximian.com>
10239
10240         * MainMenu.cs: fix #79405 by way of a disgusting hack.  all the
10241         menu code really needs going over.
10242
10243 2006-09-27  Chris Toshok  <toshok@ximian.com>
10244
10245         * XplatUIX11.cs (SetWMStyles): more metacity wonderment.  turns
10246         out metacity ignores the MAXIMIZE_HORZ/VERT messages unless the
10247         window is maximizable.  So, we need to make sure that even if we
10248         clear the border/wm frame of those functions, they're still
10249         available (basically, we remove the decoration without removing
10250         the function).  Half the fix for #79338.
10251
10252 2006-09-27  Chris Toshok  <toshok@ximian.com>
10253
10254         * DataGrid.cs (ProcessGridKey): implement Shift-Tab handling.
10255         Fixes bug #79515.
10256
10257 2006-09-27  Chris Toshok  <toshok@ximian.com>
10258
10259         * Splitter.cs: reorder things a bit so that we don't actually
10260         draw/move the splitter until after calling OnSplitterMoving.  This
10261         lets users cancel/disallow the movement by explicitly setting
10262         event.SplitX/SplitY.  Fixes #79372.
10263
10264 2006-09-27  Jackson Harper  <jackson@ximian.com>
10265
10266         * XplatUIX11.cs: Don't hide the caret when it is being destroyed,
10267         because it is most likely on a window being destroyed, and that
10268         will give us an X11 error.
10269
10270 2006-09-27  Chris Toshok  <toshok@ximian.com>
10271
10272         * PropertyGridView.cs: half of the fix for #78190.  Clicking on
10273         the dropdown button now toggles between showing and hiding the
10274         dropdown.  Also, get rid of dropdown_form_showing and just use
10275         dropdown_form.Visible.  We still don't do a grab, but I'll leave
10276         that part to someone who has handled Capture-fu before.
10277
10278 2006-09-27  Chris Toshok  <toshok@ximian.com>
10279
10280         * DataGrid.cs: return false if alt isn't pressed when '0' is
10281         pressed.  this keeps the '0' key from being swallowed, and fixes
10282         bug #79350.
10283
10284 2006-09-27  Chris Toshok  <toshok@ximian.com>
10285
10286         * ComboBox.cs: use Invalidate when scrolling the dropdown list.
10287         Calling Refresh (in response to a scrollbar event) screws up the
10288         scrollbar painting.  Fixes bug #78923.
10289
10290 2006-09-27  Chris Toshok  <toshok@ximian.com>
10291
10292         * Theme.cs (SystemResPool): make the "if hashtable[key] == null
10293         then insert into hashtable" blocks threadsafe.
10294
10295 2006-09-27  Chris Toshok  <toshok@ximian.com>
10296
10297         * MessageBox.cs (CreateParams): the styles should be |'ed with our
10298         baseclass's, since otherwise the
10299         ControlBox/MinimizeBox/MaximizeBox assignments above have no
10300         effect.  This gets the close button back in messageboxes.
10301
10302 2006-09-27  Chris Toshok  <toshok@ximian.com>
10303
10304         * XplatUIX11.cs: make StyleSet and ExStyleSet check == with the
10305         flag, not just != 0.  this makes flags that are actually multiple
10306         bits (like WS_CAPTION) work.  fixes bug #79508.
10307
10308 2006-09-27  Jordi Mas i Hernandez <jordimash@gmail.com>
10309
10310         * PageSetupDialog.cs: add support for getting and settings the 
10311         paper size, source and orientation.
10312
10313 2006-09-26  Chris Toshok  <toshok@ximian.com>
10314
10315         * XplatUIX11.cs (SetWMStyles): turns out when SYSMENU is not set
10316         and caption == "", we need to remove the resize handles as well as
10317         the title bar.
10318
10319         * Control.cs (set_Text): turns out that setting Text on a form
10320         should change the WM styles on the window, since if ControlBox ==
10321         false, the only way to get a window border is to have a non-""
10322         Text property.  check winforms/forms/text.cs for an example.  so,
10323         call both XplatUI.SetWindowStyle and XplatUI.Text here to properly
10324         update both window styles and title.  This fixes a lot of dialogs
10325         (including the preferences dialog in MonoCalendar.)
10326
10327 2006-09-26  Chris Toshok  <toshok@ximian.com>
10328
10329         * XplatUIWin32.cs (SetParent): if parent == IntPtr.Zero (and the
10330         control isn't a Form), call Win32ShowWindow to hide the window,
10331         but don't update the control Visible property.  When we reparent
10332         back to a parent control, call SetVisible in order for the
10333         window's visibility to be reinstated.
10334
10335         * XplatUIX11.cs (SetParent): if hwnd.parent == null, reparent to
10336         the FosterParent.
10337
10338         * Control.cs (ControlCollection.Remove): remove that value.Hide()
10339         call for good, since it breaks MonoCalendar (and other things I'm
10340         sure.) Also, set all_controls to null *after* the owner calls,
10341         which end up regenerating it.
10342         (ChangeParent): allow new_parent to be == null, passing
10343         IntPtr.Zero down to XplatUI.
10344
10345         this fixes #79294 the right way.
10346
10347 2006-09-26  Mike Kestner  <mkestner@novell.com>
10348
10349         * GridEntry.cs : internal SetParent method.
10350         * PropertyGrid.cs : attach to property changed on the proper
10351         target if we have a hierarchical grid with subobjects. Setup
10352         GridItem.Parent for hierarchical items.
10353         * PropertyGridView.cs : Set value on the correct target for
10354         hierarchical grids. [Fixes #78903]
10355
10356 2006-09-26  Chris Toshok  <toshok@ximian.com>
10357
10358         * Control.cs (ChildNeedsRecreating): this should return true if
10359         either we're being recreated and the child is in our list, or our
10360         parent is waiting for our recreation.
10361
10362 2006-09-26  Chris Toshok  <toshok@ximian.com>
10363
10364         * Control.cs (ControlCollection.Remove): reinstate the
10365         value.Hide() call as suggested in bug #79294.
10366
10367 2006-09-26  Sebastien Pouliot  <sebastien@ximian.com>
10368
10369         * XplatUIX11.cs: Fixed SetCursorPos to move the cursor to screen
10370         coordinates (versus a relative move).
10371
10372 2006-09-26  Chris Toshok  <toshok@ximian.com>
10373
10374         * Control.cs: rework child recreation a little bit.  It turns out
10375         that we race between the DestroyNotify the WM_DESTROY message.  If
10376         the parent gets its DestroyNotify before the child gets the
10377         WM_DESTROY message, the child ends up not recreating (since the
10378         parent finishes its recreation on DestroyNotify, and the child
10379         checks ParentIsRecreating.)
10380
10381         So, instead we store off a list of all the child controls which
10382         need to be recreated when the parent control starts to recreate
10383         itself.  Then, when child controls get their WM_DESTROY message we
10384         check to see if they're in the parent's pending recreation list,
10385         and if so, we recreate.  This removes all dependency on ordering
10386         from the code and fixes the initial MonoCalendar upgrade dialog.
10387         
10388 2006-09-26  Jackson Harper  <jackson@ximian.com>
10389
10390         * TextControl.cs: Use the Line to get the length of the line,
10391         since soft line breaks can change the end line.
10392
10393 2006-09-26  Chris Toshok  <toshok@ximian.com>
10394
10395         * Control.cs (ControlCollection.AddImplicit): don't add the
10396         control again if it's already in one of our lists.  This keeps us
10397         from adding controls over and over again for comboboxes when their
10398         handle gets recreated (as the combobox adds implicit controls in
10399         OnHandleCreated).  Fixes the X11 errors in bug #79480.
10400
10401 2006-09-26  Jackson Harper  <jackson@ximian.com>
10402
10403         * TextControl.cs: When deleting characters make sure that any
10404         orphaned zero lengthed tags get deleted.
10405         - Fix ToString for zero lengthed tags.
10406
10407 2006-09-25  Jackson Harper  <jackson@ximian.com>
10408
10409         * TextControl.cs: When getting a tag at the location there can be
10410         multiple tags at the same spot, these are 0-lengthed tags that
10411         appear when extra formatting has been stuck in a location.  We
10412         need to pull out the last of these 0 lengthed tags.
10413
10414 2006-09-25  Jackson Harper  <jackson@ximian.com>
10415
10416         * TextControl.cs: Fix print out in debug method.
10417         * TextBoxBase.cs: When text is set bail if we are setting to the
10418         previous value.
10419         
10420 2006-09-24  Alexander Olk  <alex.olk@googlemail.com>
10421
10422         * FontDialog.cs: Fixed the up/down arrow keys issue from bug #79478.
10423           It is now possible to change the selected index in a FontXXXListBox
10424           with the up and down arrow keys from the FontXXXTextBoxes.
10425           Also, send the FontXXXTextBox mouse wheel event to the corresponding
10426           FontXXXListBoxes to match ms.
10427
10428 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
10429
10430         * SystemInformation.cs: Return a clone of the theme's MenuFont because
10431         anyone can dispose it, anytime. All other properties returns enums, 
10432         structs or basic types so they don't need such tricks.
10433
10434 2006-09-22  Jackson Harper  <jackson@ximian.com>
10435
10436         * XplatUI.cs:
10437         * XplatUIWin32.cs:
10438         * Clipboard.cs:
10439         * DataFormats.cs:
10440         * XplatUIOSX.cs:
10441         * XplatUIDriver.cs: Update interface to add a primary selection
10442         flag, so the driver can use the primary selection buffer if
10443         needed.
10444         * XplatUIX11.cs: Allow the clipboard to retrieve from PRIMARY.
10445
10446         * RichTextBox.cs: We need to supply the data object to paste now
10447         (so we can choose to supply CLIPBOARD or PRIMARY).
10448         * TextBoxBase.cs: Supply data object to paste (see above).
10449         - Middle click uses the primary selection data object.
10450         
10451 2006-09-21  Chris Toshok  <toshok@ximian.com>
10452
10453         * XplatUIX11.cs: first little cleanup of the StyleSet (...) block
10454         of SetWMStyles.  It's still a rat's nest and is largely
10455         order-dependent which I dislike immensely.  This also fixes the X
10456         button disappearing from toplevel forms.
10457
10458 2006-09-21  Mike Kestner <mkestner@novell.com>
10459
10460         * ListBox.cs: move Jordi's click/dblclick raising code to the
10461         mouse up handler.
10462
10463 2006-09-21  Jordi Mas i Hernandez <jordimash@gmail.com>
10464
10465         * ListBox.cs: Fixes 79450
10466
10467 2006-09-21  Mike Kestner <mkestner@novell.com>
10468
10469         * TreeView.cs: guard against disposed conditions in UpdateScrollbars
10470         to deal with people updating the TreeNodeCollection after the tree
10471         is disposed.  "Fixes" 79330.
10472
10473 2006-09-20  Jackson Harper <jackson@ximian.com>
10474
10475         * TextControl.cs: Push the cursor record onto the undo stack
10476         before the delete action. This fixes 78651.
10477
10478 2006-09-20  Jonathan Chambers  <joncham@gmail.com>
10479
10480         * PropertyGridView.cs: Remove WindowStyles.WS_VISIBLE from
10481         CreateParams. Fixes 79329.
10482
10483 2006-09-19  Chris Toshok  <toshok@ximian.com>
10484
10485         * XplatUIX11.cs: a couple of blanket code massage passes to clean
10486         things up a bit.  First, get rid of the NetAtoms array (and the NA
10487         enum), and just embed the atoms as static fields.  Also, add a
10488         couple of functions (StyleSet and ExStyleSet) to clean up all the
10489         bitmask testing of styles.
10490
10491         * X11Structs.cs: remove the NA enum, not needed anymore.
10492         
10493 2006-09-19  Chris Toshok  <toshok@ximian.com>
10494
10495         * XplatUIX11.cs: apply Alexander's tool window fix for bug #79245
10496         (mapping them to _NET_WM_WINDOW_TYPE_UTILITY).  and add a little
10497         added cleanup to get MessageBox titles appearing again, which were
10498         broken by my earlier fix for caption-less/ControlBox-less windows.
10499
10500 2006-09-18  Jonathan Pobst <monkey@jpobst.com>
10501
10502         * ToolStripArrowRenderEventArgs.cs, ToolStripArrowRenderEventHandler.cs,
10503           ToolStripContentPanelRenderEventArgs.cs, ToolStripContentPanelRenderEventHandler.cs,
10504           ToolStripGripRenderEventArgs.cs, ToolStripGripRenderEventHandler.cs,
10505           ToolStripItemClickedEventArgs.cs, ToolStripItemClickedEventHandler.cs,
10506           ToolStripItemEventArgs.cs, ToolStripItemEventHandler.cs,
10507           ToolStripItemImageRenderEventArgs.cs, ToolStripItemImageRenderEventHandler.cs,
10508           ToolStripItemRenderEventArgs.cs, ToolStripItemRenderEventHandler.cs,
10509           ToolStripItemTextRenderEventArgs.cs, ToolStripItemTextRenderEventHandler.cs,
10510           ToolStripPanelRenderEventArgs.cs, ToolStripPanelRenderEventHandler.cs,
10511           ToolStripRenderEventArgs.cs, ToolStripRenderEventHandler.cs,
10512           ToolStripSeparatorRenderEventArgs.cs, ToolStripSeparatorRenderEventHandler.cs:
10513             Inital import.
10514         * ToolStripPanel.cs, ToolStripContentPanel.cs, ToolStripSeparator.cs,
10515           ToolStripButton.cs: Stubs needed for above.
10516         * ToolStrip.cs, ToolStripItem.cs: Stub a few variables/properties for above.
10517
10518 2006-09-15  Chris Toshok  <toshok@ximian.com>
10519
10520         * XplatUIX11.cs:
10521         - make the MessageQueues hashtable Synchronized.
10522         
10523         - SendMessage: if the Hwnd is owned by a different thread, use the
10524         AsyncMethod stuff to dispatch the SendMessage on the hwnd's
10525         thread.  Fixes bug #79201.
10526
10527 2006-09-15  Chris Toshok  <toshok@ximian.com>
10528
10529         * XplatUIX11.cs (SetWMStyles): rework the #79368 fix slightly.  If
10530         ControlBox == false, we disallow maximize/minimize/close.  If the
10531         form Caption is "" we also disallow move (and get rid of the Title
10532         decoration).  Unfortunately, regardless of how things are set,
10533         we're stuck with the Title and WM menu.
10534
10535 2006-09-15  Chris Toshok  <toshok@ximian.com>
10536
10537         * Application.cs: add locking around the static message_filters
10538         ArrayList, part of #79196.
10539
10540 2006-09-15  Chris Toshok  <toshok@ximian.com>
10541
10542         * XplatUIX11.cs (SetWMStyles): if Form.Text == "" and
10543         Form.ControlBox == false, the window has no titlebar nor resize
10544         handles.  fixes bug #79368.
10545
10546 2006-09-15  Chris Toshok  <toshok@ximian.com>
10547
10548         * TextBoxBase.cs: in CalculateScrollBars make sure LargeChange is
10549         >= 0.  Fixes bug #79370.
10550
10551 2006-09-15  Jonathan Pobst <monkey@jpobst.com>
10552         * FlowLayoutPanel.cs, FlowLayoutSettings.cs: Initial commit.
10553         * Control.cs:
10554             Add properties: LayoutEngine, Margin, DefaultMargin.
10555             Add method: GetPreferredSize.
10556             Move layout logic from PerformLayout to layout engines. 
10557
10558 2006-09-13  Chris Toshok  <toshok@ximian.com>
10559
10560         * XplatUIX11.cs: more destroy work.  Jackson pointed out that my
10561         fix for #79326 broke #78718, so this change addresses that.
10562
10563         - in SendWMDestroyMessages remove the call to
10564         CleanupCachedWindows, since we might be recreating the control and
10565         need to maintain the references to right Hwnd handles.  Also, set
10566         the zombie flag to true for each of the children in the hierarchy
10567         instead of calling hwnd.Dispose.  This will cause GetMessage to
10568         ignore all events for the window except for DestroyNotify.
10569
10570         - In GetMessage, ignore messages except for DestroyNotify for
10571         zombie hwnds.
10572         
10573         * Control.cs: revert the is_recreating fix from the last
10574         ChangeLog.  It's definitely "right", but it breaks switching from
10575         an MDI form to a non-MDI form.  Will need to revisit that.
10576
10577         * Hwnd.cs: add a zombie flag, which means "the
10578         client_window/whole_window handles are invalid, but we're waiting
10579         for the DestroyNotify event to come in for them".  Set the flag to
10580         false explicitly if setting WholeWindow/ClientWindow, and also
10581         when Disposing.
10582         
10583 2006-09-13  Chris Toshok  <toshok@ximian.com>
10584
10585         * XplatUIX11.cs: rework window destruction slightly.
10586
10587         - when destroying the windows associated with a control, we don't
10588         need 2 separate XDestroyWindow calls.  Just the one for the
10589         whole_window (or for client_window if whole_window is somehow
10590         IntPtr.Zero -- can this happen?) is enough.
10591
10592         - reworked SendWMDestroyMessages slightly, so we always dispose
10593         the child control hwnd's after sending the messages.
10594         
10595         - refactored out the ActiveWindow/FocusWindow/Caret clearing from
10596         the two places it was used (one was even using hwnd.Handle and the
10597         other hwnd.client_window.  ugh), adding another call in
10598         SendWMDestroyMessages.  We need this new call because now the
10599         DestroyNotify events in the queue will be ignored for the child
10600         controls (as their hwnd's were disposed, and the window id's
10601         removed from the hashtable in SendWMDestroyMessages.) fun, eh?
10602
10603         - this fixes bug #79326.
10604
10605 2006-09-13  Chris Toshok  <toshok@ximian.com>
10606
10607         * Control.cs: don't always set is_recreating to false at the end
10608         of RecreateHandle, since sometimes we're not done (and won't be
10609         until WndProc handles the WM_DESTROY message).  Also, set
10610         is_recreating to false in the WM_DESTROY handling code.  Part of
10611         the fix for bug #79326.
10612
10613 2006-09-13  Miguel de Icaza  <miguel@novell.com>
10614
10615         * X11DesktopColors.cs: Start the droppage of debugging messages.
10616
10617         * FileDialog.cs: Store the configuration file in ~/.mono/mwf_config
10618
10619 2006-09-13  Jonathan Pobst <monkey@jpobst.com>
10620
10621         * SplitContainer.cs, SplitterPanel.cs: Initial implementation [2.0].
10622
10623 2006-09-12  Chris Toshok  <toshok@ximian.com>
10624
10625         * DataGrid.cs (get_ListManager): if the list_manager is null, try
10626         to create it using SetDataSource.  Fixes bug #79151.
10627
10628 2006-09-11  Chris Toshok  <toshok@ximian.com>
10629
10630         * XEventQueue.cs: add a DispatchIdle property.
10631
10632         * XplatUIX11.cs (UpdateMessageQueue): only emit the Idle event if
10633         either the queue is null, or the queue has DispatchIdle set to
10634         true.
10635         (DoEvents): set queue.DispatchIdle to false around the
10636         peek/translate/dispatch message loop in this method.  This keeps
10637         Application.Doevents from emitting idle events.  Part of the fix
10638         for #78823.
10639
10640 2006-09-11  Chris Toshok  <toshok@ximian.com>
10641
10642         * DataGrid.cs (set_DataSource): make this work for both the
10643         winforms/datagrid test and ReportBuilder.  It seems as though when
10644         we've created a ListManager (or maybe it's if we have a
10645         BindingContext?), when we set the DataSource it clears the
10646         DataMember to "".  otherwise we reuse the datamember.  Fixes bug
10647         #79333.
10648
10649 2006-09-11  Chris Toshok  <toshok@ximian.com>
10650
10651         * XplatUIX11.cs: deal with queue being null, which happens in all
10652         the Clipboard functions.  Fixes one of the two problems mentioned
10653         in #78612.
10654
10655 2006-09-11  Chris Toshok  <toshok@ximian.com>
10656
10657         * MenuAPI.cs: rework OnMouseUp a bit so that releasing the mouse
10658         button on various spots (including outside the menu) works closer
10659         to MS, and doesn't crash.  Fixes #79343.
10660
10661 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
10662
10663         * ListView.cs: Do not initialize item_sorter in init. To match MS,
10664         return null for ListViewItemSorter if View is SmallIcon or LargeIcon
10665         and the internal comparer is set. When a new ListViewItemSorter is set,
10666         sort the items. Use Enum.IsDefined to verify whether a valid SortOrder
10667         was specified. No further processing is necessary if SortOrder is set
10668         to it's current value. If Sorting is modified to None, and View is
10669         neither SmallIcon nor LargeIcon then: on 2.0 profile set item_sorter
10670         (either custom or our internal ItemComparer) to null, on 1.0 profile
10671         only set item_sorter to null if its our internal IComparer. If Sorting
10672         is modified to Ascending or Descending, then use our internal IComparer
10673         if none is set, and if the current IComparer is our internal one then:
10674         on 2.0 profile always replace it with one for new Sorting, and on 1.0
10675         profile only use new Sorting if view is not SmallIcon or LargeIcon. Use
10676         Enum.IsDefined to verify whether a valid View value is specified in
10677         its setter. Automatically sort listview items when listview is
10678         created. In Sort, do nothing if ListView is not yet created, or if
10679         no item_sorter is set (no Sorting was set, Sorting was explicitly set
10680         to None or ListViewItemSorter was set to null). Added Sort overload
10681         taking a bool to indicate whether the ListView should be redrawn when
10682         items are sorted (we use this in ListViewItemCollection to avoid double
10683         redraws). Modified our internal IComparer to take the sort order into
10684         account. In Add and AddRange methods of ListViewItemCollection, also
10685         call Sort if Sorting is None (necessary for SmallIcon and LargeIcon
10686         view), but use overload with noredraw option to avoid double redraw.
10687         On 2.0 profile, throw NotSupportedException when setting CheckBoxes to
10688         true when View is Tile, and do the same when attempting to set View to
10689         Tile when CheckBoxes is true. Avoid maintaining separate ArrayLists
10690         for selected/checked indices, as it involves overhead when sorting is
10691         done while these collections are not used all that often. Instead
10692         we'll build the indices on demand. Modified IList implementation of
10693         CheckedIndexCollection to use public methods if object is int.
10694         Modified CheckedListViewItemCollection to hide checked items if
10695         ListView.CheckBoxes is false. Removed LAMESPEC remark in 
10696         ListViewItemCollection as the .NET SDK docs have been fixed. Modified
10697         IList implementation in SelectedIndexCollection to use public methods
10698         if object is int. Modified SelectedListViewItemCollection to hide
10699         selected items if listview is not yet created.
10700         * ListViewItem.cs: CheckedIndices list no longer needs to be
10701         maintained separately (see ListView changes). Also clone font, fixes
10702         test failure.
10703
10704 2006-09-11  Mike Kestner  <mkestner@novell.com>
10705
10706         * ComboBox.cs: if we are updating the contents of the currently
10707         selected index, refresh the control or the textbox selection.
10708         [Fixes #79066]
10709
10710 2006-09-11  Mike Kestner  <mkestner@novell.com>
10711
10712         * ComboBox.cs (UpdateBounds): use SetBounds not SetBoundsCore since 
10713         the 'specified' logic has been moved there.  This seems like a bug 
10714         in Control.cs, since our current SetBoundsCore completely ignores 
10715         the specified parameter.  Peter's commit seems to indicate that is 
10716         the way the MS control implementation works.  [Fixes #79325]
10717
10718 2006-09-10  Jonathan Chambers  <joncham@gmail.com>
10719
10720         * XplatUI.cs: Set default_class_name to be composed
10721         of current domain id. This allows MWF to be loaded in multiple
10722         domains on Win32.
10723
10724 2006-09-09  Miguel de Icaza  <miguel@novell.com>
10725
10726         * X11Keyboard.cs: If we are unable to obtain the input method, do
10727         not call CreateXic to create the input context.   Should fix
10728         #78944/79276.
10729
10730 2006-09-08  Alexander Olk  <alex.olk@googlemail.com>
10731
10732         * MimeIcon.cs: Rewrote major parts. Dropped KDE support for now.
10733           Simplified gnome support by adding more pinvokes to get the
10734           icon for a file or mime type.
10735
10736 2006-09-08  Jackson Harper  <jackson@ximian.com>
10737
10738         * MenuAPI.cs: Deslect popup context menu items before closing the
10739         window, so that you don't see the previously selected item
10740         selected when you reopen the menu.
10741         * TextControl.cs: Update the cursor position even if we don't have
10742         focus.  This fixes typing in things like the ComboBox.  I'm not
10743         totally sure we should always set the visibility if we don't have
10744         focus, but couldn't find any corner cases where the cursor showed
10745         up when it shouldn't.
10746
10747 2006-09-08  Chris Toshok  <toshok@ximian.com>
10748
10749         * X11Keyboard.cs: In UpdateKeyState vkey can be any integer, but
10750         our arrays are length 256.  & 0xff before indexing.  Fixes the
10751         crash in bug #78077.
10752         
10753 2006-09-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10754
10755         * ThemeWin32Classic.cs: 
10756         * DateTimePicker.cs: Draw check box if DateTimePicker.ShowCheckBox
10757         is true. Handle that check box too.
10758
10759 2006-09-07  Chris Toshok  <toshok@ximian.com>
10760
10761         * MenuAPI.cs: move the PerformClick call to OnMouseUp.  Fixes bug
10762         79244.
10763
10764 2006-09-07  Chris Toshok  <toshok@ximian.com>
10765
10766         * Control.cs: in set_BackColor only do the work if
10767         background_color != value.
10768
10769         * XplatUIX11.cs: move the clearing of invalid areas (both client
10770         and nc) to the same block of code where we set (nc_)expose_pending
10771         to false.  That is, move it from PaintEventEnd to PaintEventStart,
10772         so things that cause invalidates from within OnPaint will trigger
10773         another call to OnPaint.  Fixes bug #79262.
10774
10775 2006-09-07  Alexander Olk  <alex.olk@googlemail.com>
10776
10777         * Theme.cs: Use correct icon for UIIcon.PlacesPersonal
10778         * FileDialog.cs: Fix typo
10779
10780 2006-09-07  Jackson Harper  <jackson@ximian.com>
10781
10782         * ThemeWin32Classic.cs:  oops, forgot to commit.  Draw the images
10783         for tab pages if they have any.
10784
10785 2006-09-06  Mike Kestner  <mkestner@novell.com>
10786
10787         * Splitter.cs: use the "current" rect when finishing drag handle
10788         to avoid an artifact demonstrated by resedit.exe.  [Fixes #79251]
10789
10790 2006-09-06  Mike Kestner  <mkestner@novell.com>
10791
10792         * Splitter.cs: draw the drag handle at X or Y instead of 0 to deal
10793         support offset splitters. [Fixes #79298]
10794
10795 2006-09-06  Alexander Olk  <alex.olk@googlemail.com>
10796
10797         * Mime.cs: Fixed a bug that could override the global mime type
10798           result.
10799
10800 2006-09-05  Jackson Harper  <jackson@ximian.com>
10801
10802         * TabControl.cs: Better calculation method for setting the slider
10803         pos. Prevents crashes on really wide tabs.
10804         - Draw Image on tab pages if an image list is used.
10805
10806 2006-09-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10807
10808         * MonthCalendar.cs: When Font changes, the Size should be
10809         updated to fit the new font's space requirements.
10810
10811 2006-09-02  Alexander Olk  <alex.olk@googlemail.com>
10812
10813         * ListBox.cs: If the items are cleared with Items.Clear set
10814           top_index to 0.
10815
10816 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10817
10818         * MonthCalendar.cs: Handle arrow keys as input keys. Also
10819         fire DateChanged event instead of DateSelected event when
10820         the date was changed by keyboard interaction.
10821
10822 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10823
10824         * DateTimePicker.cs: Handle DateChanged for the associated
10825         month_calendar control, and set month_calendar.Font from 
10826         OnFontChanged method, as well as resize the height of the
10827         control when needed. Make PreferredHeight proportional.
10828
10829 2006-09-01  Chris Toshok  <toshok@ximian.com>
10830
10831         * DataGrid.cs: grr, stop overthinking the DataMember/DataSource
10832         properties.
10833
10834         * BindingContext.cs (HashKey.GetHashCode): use ^ instead of +.
10835
10836 2006-09-01  Peter Dennis Bartok  <pbartok@novell.com> 
10837
10838         * FileDialog.cs: Set ClientSize instead of window size, to allow space
10839           for decorations (Fixes #79219)
10840
10841 2006-09-01  Mike Kestner  <mkestner@novell.com>
10842
10843         * ComboBox.cs: first stab at sorting plus some selection handling
10844         fixes to bring us more in line with MS behavior.  Also switches back
10845         to index based selection.  Alternative patches for index-based 
10846         selection were provided by Jackson Harper, Carlos Alberto Cortez, 
10847         and latency@gmx.de on bug 78848.  I assume they were similar to this
10848         code I've had simmering in my tree forever.
10849         [Fixes #78848]
10850
10851 2006-09-01  Chris Toshok  <toshok@ximian.com>
10852
10853         * CurrencyManager.cs (ListChangedHandler): in the ItemAdded case,
10854         when setting list position guard against ending up with a -1 index
10855         (the other part of the fix for #78812).  Should probably make sure
10856         we don't need the analogous fix in the ItemDeleted case.
10857
10858         * DataGrid.cs:
10859         - in SetDataSource, work around the fact that the way
10860         OnBindingContextChanged is invoked will cause us to re-enter this
10861         method.  I'll remove the hack once I investigate
10862         OnBindingContextChanged.
10863
10864         - fix the logic in set_DataSource and set_DataMember (basically
10865         what to do if the other of the two is null.)
10866         
10867         - in OnListManagerItemChanged, we need to take into account the
10868         edit row when deciding whether or not to call RecreateDataGridRows
10869         (part of the fix for #78812).
10870
10871 2006-09-01  Jackson Harper  <jackson@ximian.com>
10872
10873         * Splitter.cs: Don't do anything if there is no control to affect
10874         (prevents us from crashing in weird tet cases).
10875         * TreeView.cs: Bounding box for the mouse movement reverting
10876         focus/selection back to previously selected node.  This matches
10877         MS, and makes the tree a lot more useable.
10878         * GroupBox.cs: Instead of drawing over the lines of the groupbox,
10879         use clipping so they are not drawn.  This fixes when the control
10880         is set to have a transparent background, or if it was over an
10881         image.
10882
10883 2006-09-01  Alexander Olk  <alex.olk@googlemail.com>
10884
10885         * MimeIcon.cs: Improved handling for reading default icons when
10886           using gnome (2.16 made it necessary). Check and read svg icons
10887           first, then 48x48 and then 32x32 icons.
10888
10889 2006-08-31  Chris Toshok  <toshok@ximian.com>
10890
10891         * DataGridTextBoxColumn.cs: only hide the textbox if it's still
10892         visible.
10893
10894         * DataGridTextBox.cs: Pass Tab's up to the datagrid by calling
10895         ProcessKeyPreview.  Fixes part of #77806.
10896
10897         * DataGrid.cs: big patch.
10898
10899         - revert the queueing up of DataSource/DataMember if inside
10900         BeginInit/EndInit calls.  That's not the way the datagrid achieves
10901         its delayed databinding.  Instead, call SetDataSource in
10902         OnBindingContextChanged.  This mimic's MS's behavior, and fixes
10903         #78811.
10904
10905         - Also, it wasn't mentioned in #78811, but the test case exhibits
10906         behavior that was lacking in our datagrid implementation - Columns
10907         that have mapping names that don't exist in the datasource's
10908         properties aren't shown.  Yuck.  To fix this I added the bound
10909         field to the column style, and basically any calculation to figure
10910         out anything about columns uses a loop to find the bound columns.
10911         still need to investigate if I can cache an array of the bound
10912         columns or if the indices must be the same.
10913
10914         - When setting CurrentCell, we no longer abort if the cell being
10915         edited was in the add row.  This fixes the other part of #77806.
10916
10917         - The new code also fixes #78807.
10918         
10919         * ThemeWin32Classic.cs: perpetrate the same disgusting
10920         column.bound field hack, and only render bound fields.
10921
10922 2006-08-31  Chris Toshok  <toshok@ximian.com>
10923
10924         * DataGridColumnStyle.cs: add bound field.  this field is true if
10925         the datasource has a property corresponding to the mapping name.
10926
10927         * DataGridTableStyle.cs: set the bound field on the column styles
10928         depending on whether or not we have a column for that property.
10929
10930 2006-08-31  Peter Dennis Bartok  <pbartok@novell.com> 
10931
10932         * Splitter.cs (SetBoundsCore): Don't ignore width/height of the 
10933           splitter control (fixes #79228)
10934
10935 2006-08-31  Chris Toshok  <toshok@ximian.com>
10936
10937         * DataGridColumnStyle.cs: we need to delay the assignment of
10938         property descriptor until the last possible moment due to the lazy
10939         databinding stuff in the datagrid.  Also, fix the exceptions
10940         thrown by CheckValidDataSource to match MS.
10941
10942 2006-08-31  Jackson Harper  <jackson@ximian.com>
10943
10944         * Form.cs: When activated select the active control, if there is
10945         no active control, we select the first control.
10946         * XplatUIX11.cs: If there is no focus control when we get a
10947         FocusIn event, find the toplevel form and activate it.  This
10948         occurs when you popup a window, it becomes the focus window, then
10949         you close that window, giving focus back to the main window.
10950
10951 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10952
10953         * MonthCalendar.cs: 
10954         * ThemeWin32Classic.cs: Cache Font in bold style, as well
10955         as StringFormat with Center alignments in MonthCalendar,
10956         instead of creating new ones when drawing the control. 
10957         Also, draw the month name in bold style.
10958
10959 2006-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
10960
10961         * Control.cs:
10962           - PerformLayout(): It would seem MS performs the fill even if the 
10963             control is not visible (part of #79218 fix)
10964           - ResetBackColor(): Use the setter to reset the color, to allow
10965             overriders to catch the change.
10966         * Form.cs:
10967           - .ctor: Call UpdateBounds to adjust client rectangle (part of #79218 fix)
10968           - CreateHandle(): dito (part of $79218 fix)
10969           - Don't set an icon if we have a dialog
10970         * ScrollableControl.cs:
10971           - set_AutoScrollMinSize: Setting the property enables AutoScroll (#79218)
10972           - ScrollIntoView(): No need to scroll if control is already visible
10973             (resolves fixme and fixes #79218)
10974
10975 2006-08-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10976
10977         * MonthCalendar.cs: Change proportions in SingleMonthSize
10978         to match the aspect of the original control.
10979
10980 2006-08-29  Alexander Olk  <alex.olk@googlemail.com>
10981
10982         * XplatUIX11.cs: Fix for a metacity/X problem where windows don't
10983           get updated when they get maximized.
10984
10985 2006-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
10986
10987         * XplatUIX11.cs: Handle windows with no border (Fixes part of #79160)
10988
10989 2006-08-29  Chris Toshok  <toshok@ximian.com>
10990
10991         * XplatUIX11.cs: when destroying the FocusWindow, send KILLFOCUS.
10992
10993 2006-08-29  Jackson Harper  <jackson@ximian.com>
10994
10995         * TreeView.cs: Need to track selected node and highlighted node,
10996         they aren't always the same thing, when the mouse is down on a
10997         node it is hilighted, but not selected yet.
10998         - Do the HideSelection stuff right
10999         - Need to focus on rbutton mouse down. And redraw selection when
11000         right click is mouse upped.
11001
11002 2006-08-29  Mike Kestner  <mkestner@novell.com>
11003
11004         * ThemeWin32Classic.cs: draw selections for columns in FullRowSelect
11005         when SubItems.Count < Columns.Count.  [Fixes #79167]
11006
11007 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com> 
11008
11009         * TextControl.cs (FindCursor): Fix math error (Fixes #78402)
11010
11011 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com>
11012
11013         * XplatUIX11.cs: Preempt the roundtrip for getting the location back
11014           from X. Only send based on ConfigureNotify if we don't have the
11015           correct location in hwnd (if the window manager moved us)
11016
11017 2006-08-28  Mike Kestner  <mkestner@novell.com>
11018
11019         * ListView.cs: remove a TODO. 
11020         * ThemeWin32Classic.cs: implement HideSelection support for ListView.
11021         [Fixes ListView part of #79166]
11022
11023 2006-08-28  Mike Kestner  <mkestner@novell.com>
11024
11025         * ListView.cs: move wheel handler to parent since it is focused
11026         instead of the item_control now.  [Fixes #79177]
11027
11028 2006-08-28  Mike Kestner  <mkestner@novell.com>
11029
11030         * ThemeWin32Classic.cs: only highlight subitems in fullrowselect
11031         when the control is focused. [Fixes #79171]
11032
11033 2006-08-28  Mike Kestner  <mkestner@novell.com>
11034
11035         * ListView.cs: size the item and header controls for empty and
11036         unscrollable views.
11037         * ThemeWin32Classic.cs: draw disabled backgrounds.
11038         [Fixes #79187]
11039
11040 2006-08-28  Chris Toshok  <toshok@ximian.com>
11041
11042         * Form.cs: remove unused "active_form" static field.
11043
11044         * Hwnd.cs: lock around accesses to static windows collection.
11045
11046         * Application.cs: lock threads in Exit ().
11047
11048 2006-08-28  Chris Toshok  <toshok@ximian.com>
11049
11050         * NativeWindow.cs: lock around accesses to window_collection.
11051         
11052 2006-08-28  Chris Toshok  <toshok@ximian.com>
11053
11054         * Control.cs: err, fix this the right way, by locking on controls
11055         when using it.  not by making it synchronized.
11056
11057 2006-08-28  Chris Toshok  <toshok@ximian.com>
11058
11059         * Control.cs: make the static "controls" field synchronized, as it
11060         gets updated from multiple threads.
11061
11062 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
11063
11064         * XplatUIX11.cs: PostQuitMessage is thread-specific not app-specific.
11065           Prevent other threads from exiting when calling thread sets quit state.
11066         * XEventQueue.cs: Added PostQuitState property
11067
11068 2006-08-27  Chris Toshok  <toshok@ximian.com>
11069
11070         * AsyncMethodData.cs: add a slot for the window handle.
11071
11072         * XplatUIX11.cs (SendAsyncMethod): send the event to the right
11073         window (the destination control's window, not the foster window).
11074
11075         * Control.cs (BeginInvokeInternal): store the window's handle in
11076         the AsyncMethodData.
11077         
11078
11079 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
11080
11081         * XplatUIX11.cs:
11082           - PostQuitMessage: Removed resetting S.D display handle, we might have
11083             another loop started after calling PostQuitMessage (Fixes #79119)
11084           - Created destructor to reset S.D handle
11085
11086 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com> 
11087
11088         * XplatUIX11.cs (SetCursor): Issue flush after setting the cursor (#79168)
11089
11090 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11091
11092         * TextControl.cs (Insert): Update the caret position even if we don't
11093           have a handle yet, just don't call the driver in that case.
11094         * TextBoxBase.cs (set_SelectedText): Set the Start and End selection
11095           to the end of the new selection text (Fixes #79184)
11096
11097 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11098
11099         * Form.cs (Activate): Only activate if the handle is created)
11100         * Control.c:
11101           - Mark window as invisible when it's disposed
11102           - Check if window handle is created when setting window visible, 
11103             instead of relying just on the is_created variable
11104           - Check if object is disposed when creating the control (Fixes #79155)
11105
11106 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11107
11108         * ScrollableWindow.cs (ScrollWindow): Don't actually perform layouting
11109           when allowing layout again. Otherwise we re-generate the anchoring 
11110           distance to the border again and actually alter what the user wanted
11111           This is ugly, it'd be better if we used DisplayRectangle instead of
11112           ClientRectangle for Control.UpdateDistances, but that causes us to
11113           have other problems (initial anchoring positons would be wrong)
11114           (Fixes #78835)
11115
11116 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11117
11118         * Control.cs:
11119           - The size and location setters shouldn't go directly to 
11120             SetBoundsCore, but to SetBounds, which triggers layout on the
11121             parent, then calls SetBoundsCore. (Related to fix for #78835)
11122           - SetBounds: Moved actual location update code into this function
11123             from SetBoundsCore, to match MS. Added call to PerformLayout if
11124             we have a parent (to trigger resizing of anchored parents if the 
11125             child size has changed (see testcase for #78835) 
11126         * ListBox.cs, Form.cs: Call SetBounds instead of SetBoundsCore to match 
11127           new control code
11128         * ScrollableControl.cs (CalculateCanvasSize): Use shortcut variable
11129
11130 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11131
11132         * XplatUIX11.cs: Don't reset the DisplayHandle that's stored in
11133           System.Drawing when a toplevel window gets closed; there might
11134           be other toplevel windows belonging to the same app (Fixes #78052)
11135
11136 2006-08-26  Alexander Olk  <alex.olk@googlemail.com>
11137
11138         * FileDialog.cs: After reading FileDialog settings from mwf_config
11139           use Desktop prefix only if a real folder doesn't exist anymore.
11140         * FontDialog.cs: Added char sets.
11141           It is now possible to select the font, size or style with the
11142           textboxes.
11143
11144 2006-08-25  Kornél Pál  <kornelpal@gmail.com>
11145
11146         * PrintPreviewDialog.cs: Use assembly name constants.
11147
11148 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11149
11150         * XplatUIWin32.cs (ScrollWindow): Use clipping rectangle arg (prevents
11151           scrollbar from whacking it's buttons)
11152
11153 2006-08-24  Chris Toshok  <toshok@ximian.com>
11154
11155         * ScrollableControl.cs: fix #78271.  There's a lot of misc stuff
11156         in this patch (aggregating setting Left/Top/Width/Height to
11157         setting Bounds on the scrollbars), but the crux of the fix is in
11158         Recalculate, where we scroll by the remaining scroll_position if
11159         we're hiding a scrollbar.  The 2*$5 reward in the comment is
11160         serious.
11161
11162 2006-08-24  Jackson Harper  <jackson@ximian.com>
11163
11164         * MdiClient.cs:
11165         * MdiWindowManager.cs: If the form is made a non-mdi window we
11166         need to remove the form closed event so that closing forms works
11167         correctly.
11168
11169 2006-08-24  Jackson Harper  <jackson@ximian.com>
11170
11171         * Control.cs: Make IsRecreating internal so that the driver can
11172         check it
11173         - Temporarily remove the Hide when controls are removed, its
11174         making a whole bunch of things not work because visibility isn't
11175         getting reset elsewhere correctly
11176         * Form.cs: Need to do a full handle recreation when the mdi parent
11177         is set.
11178         * XplatUIX11.cs: If we are recreating handles don't dispose the
11179         HWNDs.  What was happening is the handles were being recreated in
11180         SendWMDestroyMessages, but then flow continued on in that method
11181         and destroyed the new handles.
11182
11183 2006-08-23  Jackson Harper  <jackson@ximian.com>
11184
11185         * Form.cs: MdiClient is always at the back of the bus
11186         * Control.cs: When the order of items in the collection is changed
11187         we need to reset the all_controls array
11188         - do the same sorta setup thats done when adding a control when a
11189         control is set on the collection.
11190
11191 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11192
11193         * TextBoxBase.cs (get_Text): Return an empty array if our document
11194           is empty (fixes #79052)
11195
11196 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11197
11198         * Control.cs: We should call IsInputChar on only on WM_CHAR but not
11199           on WM_SYSCHAR messages (fixes #79053)
11200
11201 2006-08-23  Chris Toshok  <toshok@ximian.com>
11202
11203         * DataGrid.cs: fix flickering when scrolling vertically.
11204
11205 2006-08-23  Chris Toshok  <toshok@ximian.com>
11206
11207         * DataGrid.cs (EndEdit): only invalidate the row header when we
11208         need to.
11209
11210 2006-08-23  Chris Toshok  <toshok@ximian.com>
11211
11212         * ThemeWin32Classic.cs: fix the clip munging of the datagrid paint
11213         methods.  fixes the flicker when scrolling around.
11214
11215 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11216
11217         * FileDialog.cs: Making sure the control is created before we get a 
11218           chance to use it with BeginInvoke (Fixes #79096)
11219
11220 2006-08-23  Chris Toshok  <toshok@ximian.com>
11221
11222         * ThemeWin32Classic.cs (DataGridPaintRows): calculate the proper
11223         width to use when painting the rows.
11224
11225 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11226
11227         * TextBoxBase.cs:
11228           - Throw ArgumentException if a negative value is passed to SelectionLength
11229           - Update the selection end if start is moved. end needs to be always
11230             after start. (Fixes #79095)
11231           - Track selection length; MS keeps the selection length even if start
11232             is changed; reset on all other operations affection selection
11233
11234 2006-08-22  Jackson Harper  <jackson@ximian.com>
11235
11236         * TreeView.cs: Make sure both scrollbars get displayed and sized
11237         correctly when the other bar is visible.
11238         - Use the original clip rectangle for checking if the area between
11239         the two scrollbars is visible, not the viewport adjusted clipping
11240         rectangle.
11241
11242 2006-08-22  Jackson Harper  <jackson@ximian.com>
11243
11244         * Binding.cs: We don't use IsBinding because it requires the
11245         control to be created, which really shouldn't be necessary just to
11246         set a property on the control.
11247
11248 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11249
11250         * ComboBox.cs: Some CB.ObjectCollection methods must throw
11251         ArgumentNullReferenceException when the argument is null.
11252
11253 2006-08-21  Jackson Harper  <jackson@ximian.com>
11254
11255         * Timer.cs: Track the thread that the timer is started in (NOT
11256         CREATED), this way messages for it will only be triggered on its
11257         queue.
11258         * XEventQueue.cs: Track the timers here, this makes timers per
11259         thread, like MS.
11260         * XplatUIX11.cs: The timers are moved to the XEventQueue.
11261
11262 2006-08-19  Chris Toshok  <toshok@ximian.com>
11263
11264         * XplatUIX11.cs: after further communication with pdb, we get the
11265         best of both worlds.  SetZOrder working for un-Mapped windows, and
11266         no X errors for un-mapped windows.
11267
11268 2006-08-19  Chris Toshok  <toshok@ximian.com>
11269
11270         * XplatUIX11.cs (SetZOrder): remove the if (!hwnd.mapped) check,
11271         as it was causing pdn toolbars to not have the correct stacking.
11272
11273 2006-08-18  Mike Kestner  <mkestner@novell.com> 
11274
11275         * ListView.cs : guard against negative ClientArea.Width in scrollbar
11276         calculation.  Not sure why control should ever be setting a negative
11277         width though.  Fixes #78931.
11278
11279 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11280
11281         * ComboBox.cs: Throw ArgumentNullException when adding/modifyng
11282         null items in ObjectCollection class.
11283         * ListBox.cs.: Likewise.
11284
11285 2006-08-18  Atsushi Enomoto  <atsushi@ximian.com>
11286
11287         * ThemeNice.cs, ThemeClearlooks.cs : remove RadioButton_DrawFocus()
11288           as the base method in ThemeWin32Classic should work fine.
11289           Fixed bug #78607.
11290
11291 2006-08-18  Jackson Harper  <jackson@ximian.com>
11292
11293         * Binding.cs: When validating if the value entered doesn't convert
11294         properly reset to the old value.
11295         * RadioButton.cs: Don't fire click when we get focus.
11296
11297 2006-08-18  Jackson Harper  <jackson@ximian.com>
11298
11299         * FileDialog.cs: Paint the selection on the directory combobox the
11300         same way as on MS. 
11301
11302 2006-08-17  Jackson Harper  <jackson@ximian.com>
11303
11304         * ErrorProvider.cs: Don't allow the error control to be selected.
11305         * Control.cs: Don't send the SetFocus messages, the control
11306         activation will do this, and if we do it blindly here validation
11307         does not work.
11308
11309 2006-08-17  Jackson Harper  <jackson@ximian.com>
11310
11311         * Control.cs:
11312         * ContainerControl.cs: Make validation events fire in the correct
11313         order.  TODO: For some reason the first validation event is not
11314         getting fired.
11315
11316 2006-08-17  Mike Kestner  <mkestner@novell.com> 
11317
11318         * ComboBox.cs : some null guarding for ComboListBox.Scroll.
11319
11320 2006-08-17  Mike Kestner  <mkestner@novell.com> 
11321
11322         * ComboBox.cs : implement scroll wheel support for popped-down
11323         state. Fixes #78945. 
11324
11325 2006-08-17  Jackson Harper  <jackson@ximian.com>
11326
11327         * TreeView.cs: Specify treeview actions (old patch that didn't get
11328         committed for some reason).
11329         - Don't let the mouse wheel scroll us too far.  Just want to make
11330         the bottom node visible, not scroll it all the ways to the top.
11331
11332 2006-08-17  Jackson Harper  <jackson@ximian.com>
11333
11334         * XplatUIX11.cs: Mouse wheel events go to the focused window.
11335
11336 2006-08-17  Mike Kestner  <mkestner@novell.com> 
11337
11338         * ComboBox.cs : don't do mouseover selection in simple mode.
11339
11340 2006-08-16  Jackson Harper  <jackson@ximian.com>
11341
11342         * Form.cs: Fire the closing events for all the mdi child windows
11343         when a window is closed.  If the cancel args are set to true, the
11344         main window still gets the event fired, but it doesn't not close.
11345         * MdiWindowManager.cs: Do this closing cleanup in a Closed
11346         handler, instead of when the button is clicked, so cancelling the
11347         close works correctly.
11348         * ComboBox.cs: Send the mouse down to the scrollbar.
11349
11350 2006-08-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11351
11352         * ListBox.cs: When passing 'null' to SelectedItem,
11353         set SelectedIndex to -1, to unselect items. This is the
11354         observed behaviour in .Net.
11355
11356 2006-08-16  Peter Dennis Bartok  <pbartok@novell.com> 
11357
11358         * TextBoxBase.cs: Overriding HandleClick to get clicks in spite of
11359           MS flags saying there won't be any. (fixes #78800)
11360         * Control.cs (HandleClick): Made virtual
11361
11362 2006-08-16  Atsushi Enomoto  <atsushi@ximian.com>
11363
11364         * PageSetupDialog.cs : use Yard-Pound units only in en-GB and en-US
11365           cultures. Fixed bug #78399.
11366
11367 2006-08-16  Jackson Harper  <jackson@ximian.com>
11368
11369         * Form.cs: Use the MdiClients MdiChildren property to access
11370         MdiChildren instead of creating the array from the child controls.
11371         * MdiClient.cs: Maintain a separate array of the mdi children, so
11372         that insertion order is maintained when the Z-order is changed.
11373
11374 2006-08-16  Mike Kestner  <mkestner@novell.com> 
11375
11376         * ListView.cs : add an ItemComparer and default to it for sorting.
11377         Fixes #79076, but sorting needs a complete overhaul to be compat with
11378         MS.
11379
11380 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
11381
11382         * XplatUIX11.cs (SetZOrder): Fix debugging leftover (fixes #79080)
11383
11384 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
11385
11386         * Hwnd.cs (Mapped): Properly traverse the tree
11387
11388 2006-08-15  Chris Toshok  <toshok@ximian.com>
11389
11390         * Binding.cs: fix PullData/SetPropertyValue.  We don't want to
11391         pass manager.Current.GetType() to ParseData.  It has to be the
11392         property type.  So, hold off doing the ParseData until we're in
11393         SetPropertyValue where we know the type.  This fixes the crash in
11394         #78821 but the textbox is still empty.
11395
11396 2006-08-15  Chris Toshok  <toshok@ximian.com>
11397
11398         * DataGrid.cs:
11399         - when we're scrolling, only call Edit() again if the
11400         current cell is still unobscured. Fixes bug #78927.
11401         - when handling mousedown on a cell, ensure the cell is visible
11402         before calling Edit.
11403         - remove the properties from DataGridRow, and remove the
11404         DataGridParentRow class altogether.
11405         
11406
11407 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
11408
11409         * TextBoxBase.cs (set_Text): Don't use base.Text, instead just
11410           fire OnTextChanged by ourselves. There's no point calling base,
11411           we don't set the base value anywhere else. Fixes #78773.
11412
11413 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11414
11415         * ListBox.cs: Call CollectionChanged when modifying
11416         an item from Items indexer, to update the actual items
11417         in the list box.
11418
11419 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11420
11421         * PrintDialog.cs: Small fixes for focus and a pair of checks,
11422         to match .Net behaviour.
11423
11424 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
11425
11426         * XplatUIX11.cs (SetZOrder): Handle raising toplevel windows
11427
11428 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
11429
11430         * Control.cs: Handle BringToFront for toplevel windows (Fixes #78737)
11431
11432 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
11433
11434         * MessageBox.cs: Prevent potential NRE exception.
11435         * TextBoxBase.cs: AutoSize only applies if MultiLine is false. Fixes #78889
11436
11437 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
11438
11439         * MessageBox.cs: Calculate the owner of a messagebox, also make
11440           it topmost. Fixes #78753
11441
11442 2006-08-14  Chris Toshok  <toshok@ximian.com>
11443
11444         * XplatUIX11.cs: A couple of fixes so that metacity will let us
11445         programmatically move windows.  first, set the PPosition hint as
11446         well as the USPosition hint.  Second include some code from pdb
11447         that sets the window type to NORMAL when we set the transient for
11448         hint.  This is because, in the absence of a window type, metacity
11449         thinks any window with TransientFor set is a dialog, and refuses
11450         to let us move it programmatically.  fascists.
11451
11452 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
11453
11454         * XplatUIX11.cs: When setting normal hints, take into consideration
11455           an different hints previously set so we don't delete them (fixes #78866)
11456
11457 2006-08-12  Chris Toshok  <toshok@ximian.com>
11458
11459         * ToolBarButton.cs: make Layout return a boolean, if something to
11460         do with the button's layout changed.
11461
11462         * ToolBar.cs:
11463         - add another parameter to Redraw, @force, which all existing
11464           calls set to true.
11465         - make the Layout function return a boolean which is true if the
11466           layout has actually changed.  Redraw now uses this (and @force)
11467           to determine when to invalidate.  At present the only place
11468           where @force can be false is the call from OnResize, when
11469           background_image == null.  So, resizing a toolbar when the
11470           layout doesn't change results in no drawing.
11471
11472 2006-08-12  Chris Toshok  <toshok@ximian.com>
11473
11474         * ThemeWin32Classic.cs: fix the bottom right corner painting.  had
11475         the VScrollBar and HScrollbar reversed.  oops.
11476
11477         * DataGrid.cs: fix the logic that assigns sizes to the implicit
11478         scrollbars.  we were assigning them twice (once in
11479         Calc{Horiz,Vertical}Scrollbar, and once in CalcGridAreas),
11480         therefore causing two scrollbar resizes (and redraws?) to happen
11481         per grid resize.
11482
11483 2006-08-12  Chris Toshok  <toshok@ximian.com>
11484
11485         * ToolBarButton.cs: redraw the entire button if the theme tells us
11486         to.
11487
11488         * Theme.cs: add ToolBarInvalidateEntireButton.
11489
11490         * ThemeWin32Classic.cs: we don't need to redraw the entire toolbar
11491         buttons, just the border.
11492
11493         * ThemeNice.cs: redraw the entire toolbar button since we need to
11494         draw the highlight image.
11495
11496         * ThemeClearlooks.cs: the rounded corners of toolbar buttons mean
11497         we need to redraw the entire button (not just the border).
11498
11499 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
11500
11501         * TextBoxBase.cs (CalculateScrollbars): Set the proper thumb size
11502           for vertical bars. Fixes the mismatches shown by #78513
11503
11504 2006-08-11  Alexander Olk  <alex.olk@googlemail.com>
11505
11506         * FileDialog.cs: If a saved/remembered path doesn't exist
11507           anymore, fall back to "Desktop".
11508
11509 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
11510
11511         * Form.cs (CreateParams): Don't use Parent.Handle unless we have a
11512           parent. It's apparently legal to not have one
11513         * XplatUIX11.cs:
11514           - SetZOrder: Don't try to set Z-Order on an unmapped window
11515           - CreateWindow: 0,0 are legal coordinates for a window. don't move
11516             it unless the coordinates are negative
11517
11518 2006-08-10  Mike Kestner  <mkestner@novell.com>
11519
11520         * ListControl.cs: allow null for DataSource.  Clear DisplayMember
11521         when setting to null per msdn docs.  Fixes #78854.
11522
11523 2006-08-10  Chris Toshok  <toshok@ximian.com>
11524
11525         * Menu.cs, MainMenu.cs, MenuAPI.cs: get rid of most of the
11526         flickering by setting a clip rectangle on the Graphics when we
11527         need to redraw just a particular menuitem.  Also, rename "OnClick"
11528         to "OnMouseDown" to reflect what it actually is.
11529         
11530         * Form.cs: track the OnMouseDown change.
11531
11532 2006-08-10  Peter Dennis Bartok  <pbartok@novell.com>
11533
11534         * CommonDialog.cs: Properly inherit the CreateParams from the form
11535           and only change what we need. Fixes #78865
11536
11537 2006-08-10  Chris Toshok  <toshok@ximian.com>
11538
11539         * ToolBar.cs, ToolBarButton.cs: fix the redraw-on-highlight
11540         flickering in flat mode (and most of the flickering in general) by
11541         only invalidating the button border (and not the entire rectangle)
11542         when the state changes.  A couple of cases still flicker:
11543         ToggleButtons, and the dropdown arrow case when the user mouse
11544         ups.
11545
11546 2006-08-10  Alexander Olk  <alex.olk@googlemail.com>
11547
11548         * X11Keyboard.cs: Fixed handling of the Del key on the cursorblock
11549           for german keyboards. Numlock state shouldn't affect the behaviour
11550           of the Del key. Fixes bug #78291.
11551
11552 2006-08-10  Chris Toshok  <toshok@ximian.com>
11553
11554         * ListControl.cs: remove the items.Clear line from BindDataItems,
11555         as this is the first thing done by both subclasses in their
11556         SetItemsCore overrides.  Also, add a ItemChanged handler, and when
11557         passed -1, refresh the list.  This gets databinding working when
11558         the datasource is set on the list before the datasource is
11559         populated (as in wf-apps/ReportBuilder.)
11560
11561         * ComboBox.cs: remove the argument to BindDataItems.  This call
11562         should really go away, and be initiated by the ListControl code.
11563
11564         * ListBox.cs: same.
11565
11566 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
11567
11568         * TextControl.cs (Document.ctor): Initialize caret so we don't crash
11569           if no data is in the document when the control is displayed
11570
11571 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com> 
11572
11573         * TextBoxBase.cs: Don't try moving the caret if we don't have a window
11574           yes (fixes #78806)
11575         * TextControl.cs: 
11576           - PositionCaret: Allow positioning of caret but don't call methods 
11577             requiring a handle if the window isn't created yet
11578           - CharIndexToLineTag: Fix ending loop early error. Lines is 1 based
11579           - owner_HandleCreated: Don't position the caret, just update it's 
11580             location. User might have already set a different position
11581
11582 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
11583
11584         * XplatUIWin32.cs: Don't use the desktop as basis for foster-parented
11585           windows. Screws up the returned coordinates for child windows. 
11586           Fixes #78825. I'm hoping this doesn't break something, since the
11587           code was explicitly put in 8 months ago, but no bug was attached.
11588           Menus still seem to work properly.
11589
11590 2006-08-08  Chris Toshok  <toshok@ximian.com>
11591
11592         * DataGrid.cs: make BeginInit/EndInit actually do what they're
11593         supposed to do - delay data binding until the EndInit call.  Also,
11594         make the table style collection's CollectionChangeAction.Refresh
11595         work properly.
11596
11597         * GridTableStylesCollection.cs: raise a CollectionChangeEvent
11598         (with action = Refresh) when a consituent table's MappingName is
11599         changed.
11600
11601 2006-08-08  Chris Toshok  <toshok@ximian.com>
11602
11603         * ToolBarButton.cs: in set_Text, call Parent.Redraw, not
11604         Invalidate, since changing the text can change the size of the all
11605         toolbar buttons.
11606
11607 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
11608
11609         * Form.cs (AddOwnedForm): Still need to add the form to our listif
11610           we don't have it yet
11611
11612 2006-08-08  Chris Toshok  <toshok@ximian.com>
11613
11614         * PrintControllerWithStatusDialog.cs: don't .Close() the status
11615         dialog, as this causes X errors later on, since we actually
11616         destroy the window.  Instead, .Hide() it.
11617
11618 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
11619
11620         * ComboBox.cs: Added focus reflection for popup window
11621         * XplatUIX11.cs: 
11622           - Removed transient setting for non-app windows for now, not sure it
11623             was needed
11624           - Fixed logic checking if we have captions when deciding 
11625             override_redirect, WS_CAPTION is two bits and a 0 check was not
11626             sufficient
11627           - Removed the WINDOW_TYPE stuff, it was unneeded and making things
11628             complicated
11629         * Form.cs: 
11630           - AddOwnedForm: Don't just add the form to the list, call the property
11631             to ensure the driver is informed about the ownership as well
11632           - CreateHandle: Set the TopMost status in the driver if we have an owner
11633         * XplatUI.cs: Fixed debug statement
11634
11635 2006-08-08  Jonathan Pobst <monkey@jpobst.com>
11636         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
11637           GroupBoxRenderer.cs, ProgressBarRenderer.cs, RadioButtonRenderer.cs,
11638           ScrollBarRenderer.cs, TabRenderer.cs, TextBoxRenderer.cs, 
11639           TrackBarRenderer.cs: Make constructor private.
11640         * ProfessionalColors.cs, ProfessionalColorTable.cs: Fix misnamed properties.
11641         * ProfessionalColorTable.cs: Make properties virtual.
11642
11643 2006-08-06  Duncan Mak  <duncan@novell.com>
11644
11645         * NumericUpDown.cs (Value): Don't call OnValueChanged if the value
11646         is not changing.
11647
11648 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
11649         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
11650           GroupBoxRenderer.cs, ProfessionalColors.cs, ProfessionalColorTable.cs,
11651           ProgressBarRenderer.cs, RadioButtonRenderer.cs, ScrollBarRenderer.cs,
11652           TabRenderer.cs, TextBoxRenderer.cs, TextRenderer.cs, TrackBarRenderer.cs:
11653           Initial import of new 2.0 classes.
11654
11655 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
11656         * Application.cs: Add 2.0 VisualStyles properties.
11657
11658 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
11659         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
11660           XplatUIX11.cs: Create property to allow access to existing private
11661           variable "themes_enabled"
11662
11663 2006-08-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11664
11665         * ImageListStreamer.cs: generate the MemoryStreams with the exact BMP
11666         file size, as otherwise our class libraries fail using windows. Fixes
11667         bug #78759.
11668
11669 2006-08-04  Jackson Harper  <jackson@ximian.com>
11670
11671         * Form.cs:
11672         * XplatUIX11.cs: Move the toolwindow window manager creation into
11673         the X11 driver, this way on win32 we can let windows create/handle
11674         the toolwindows.
11675
11676 2006-08-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11677
11678         * PrintDialog.cs: Remove some redundant checks, add some others,
11679         clean some code, and move the focus to the text boxes when the
11680         values are incorrect.
11681
11682 2006-08-04  Alexander Olk  <alex.olk@googlemail.com>
11683
11684         * FontDialog.cs: Remove Form.MinimumSize. It's not needed.
11685
11686 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
11687
11688         * NumericUpDown.cs: Setting the Minimum and Maximum is now
11689           handled correctly. Fixes bug #79001.
11690
11691 2006-08-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11692
11693         * PrintDialog.cs: The "Copies" numeric up down must have
11694         set the Minimum property to 1; only if the value is bigger
11695         than 1, activate "Collate" check box. This is the behaviour of .Net.
11696         Also modify the Document elements only if it is not null.
11697
11698 2006-08-03  Jackson Harper  <jackson@ximian.com>
11699
11700         * TreeNodeCollection.cs: Fix copyto to use the correct nodes
11701         length. (We have a larger array then actual node count).
11702                 
11703 2006-08-03  Jackson Harper  <jackson@ximian.com>
11704
11705         * ComboBox.cs: Don't show selection by default.
11706         - The SelectAll isn't needed here, since the focus code should do
11707         that
11708         - DDL style lists to manual selection drawing, so when they
11709         get/lose focus they have to invalidate.
11710
11711 2006-08-03  Peter Dennis Bartok  <pbartok@novell.com>
11712
11713         * TextBoxBase.cs: Don't always show all selections by default.
11714
11715 2006-08-03  Jonathan Pobst  <monkey@jpobst.com>
11716         * ControlUpdateMode.cs, DataSourceUpdateMode.cs,
11717           HelpNavigator.cs, WebBrowserEncryptionLevel.cs:
11718           Fixed various typos.
11719
11720 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
11721
11722         * Control.cs: Removing the controls in a ControlCollection with
11723           Clear now hides the controls as expected. Fixes bug #78804. 
11724
11725 2006-08-03  Jackson Harper  <jackson@ximian.com>
11726
11727         * Control.cs: Revert previous focus patch, it breaks reflector.
11728
11729 2006-08-03  Jackson Harper  <jackson@ximian.com>
11730
11731         * ComboBox.cs: Cleanup selection and focus with the combobox.
11732         This also eliminates some duplicated keyboard code, since now
11733         everything is handled by the main class.
11734         - Make list selection work on mouse up instead of down, to match
11735         MS.
11736
11737 2006-08-02  Jackson Harper  <jackson@ximian.com>
11738
11739         * Control.cs: Setting focus needs to go through the whole
11740         selection mechanism.
11741
11742 2006-08-02  Chris Toshok  <toshok@ximian.com>
11743
11744         * PrintPreviewDialog.cs: change MinimumSize to use
11745         base.MinimumSize so it works.
11746
11747 2006-08-02  Peter Dennis Bartok  <pbartok@novell.com>
11748
11749         * TextControl.cs:
11750           - UpdateCaret: Added sanity check in case caret isn't defined yet
11751           - Line.Delete: Now updating selection and caret markers if we're
11752             transfering a node (Properly fixes #78323)
11753           - SetSelectionEnd: Added sanity check
11754         * TextBoxBase.cs: Removed broken attempt to fix #78323
11755
11756 2006-08-01  Chris Toshok  <toshok@ximian.com>
11757
11758         * PrintPreviewDialog.cs: the CancelEventArgs stuff surrounding the
11759         Close() call is handled in Form, not here.
11760
11761 2006-08-01  Chris Toshok  <toshok@ximian.com>
11762
11763         * Theme.cs, ThemeWin32Classic.cs: fix the PrintPreviewControl
11764         layout/rendering.
11765
11766         * PrintPreviewDialog.cs: add scrollbars, and add an image cache
11767         for sizes < 100% zoom.  The code now aggressively attempts to keep
11768         from calling document.Print (), and tries not to use the scaling
11769         g.DrawImage whenever possible (it still does if you scale to >
11770         100%, since usually that involves huge images).
11771
11772         * PrintPreviewControl.cs: hook up the close button.
11773
11774 2006-08-01  Jonathan Pobst  <monkey@jpobst.com>
11775         * ColumnClickEventHandler.cs, DrawItemEventHandler.cs,
11776           ItemChangedEventHandler.cs, ItemCheckEventHandler.cs,
11777           ItemDragEventHandler.cs, LabelEditEventHandler.cs,
11778           LinkClickedEventHandler.cs, LinkLabelLinkClickedEventHandler.cs,
11779           MeasureItemEventHandler.cs, MethodInvoker.cs, PaintEventHandler.cs,
11780           PropertyTabChangedEventHandler.cs, PropertyValueChangedEventHandler.cs,
11781           SelectedGridItemChangedEventHandler.cs, ToolBarButtonClickEventHandler.cs:
11782           Removed [Serializable] for 2.0 Event Handlers.
11783
11784 2006-07-31  Jackson Harper  <jackson@ximian.com>
11785
11786         * TextBoxBase.cs: Make ShowSelection invalidate when changed.
11787         * TextControl.cs: Uncomment out the body of this method.
11788
11789 2006-07-31  Alexander Olk  <alex.olk@googlemail.com>
11790
11791         * XplatUIX11.cs: Use the correct cursor shapes for arrow and default
11792           standard cursors.
11793
11794 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
11795
11796         * TextBoxBase.cs: Added internal property ShowSelection to allow controls
11797           that embed TextBox and need selections visible even if textbox is not
11798           focused to enforce that behaviour.
11799         * TextControl.cs (Draw): Use ShowSelection instead of has_focus to determine
11800           selection drawing
11801
11802 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
11803
11804         * TextControl.cs:
11805           - Added new SetSelectionStart/SetSelectionEnd overloads
11806           - Fixed viewport width assignment to be accurate
11807           - Adjusted alignment line shift calculations to allow cursor on right
11808             aligned lines to be always visible at the right border (like MS)
11809         * TextBoxBase.cs:
11810           - SetBoundsCore: Re-adjust caret location after resize (Fixes #78323)
11811           - TextBoxBase_SizeChanged: recalculating canvas on size changes
11812           - CalculateScrollBars: Use ViewPort size instead of window size, to
11813             properly consider space occupied by the border and scrollbars 
11814             (Fixes #78661)
11815           - hscroll_ValueChanged, vscroll_ValueChanged: Fixed scroll 
11816             calculations; no longer leaves artifacts
11817           - CaretMoved: Adjusted window scrolling to match MS and fixed several
11818             calculation bugs (Still missing right/center align calculations)
11819
11820 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com> 
11821
11822         * XPlatUIWin32.cs: Made ScrollRectEx a bit more flexible, and removed
11823           use of both scroll rect and clip rect, as they do the same.
11824
11825 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
11826
11827         * Control.cs (WM_CHAR WndProc): 2.0 profile allows changing the key 
11828           in the event handler (fixes #78912)
11829
11830 2006-07-31  Chris Toshok  <toshok@ximian.com>
11831
11832         * ThemeWin32Classic.cs: use grid.RowsCount here instead of
11833         grid.ListManager.Count, since grid.ListManager might be null.
11834         This of course begs the question "why are we drawing rows for a
11835         grid with no list manager (and therefor no rows)?"  Fixes the
11836         crash in bug #78929.
11837
11838 2006-07-31  Chris Toshok  <toshok@ximian.com>
11839
11840         * RelatedPropertyManager.cs: Don't always chain up to the parent
11841         ctor.  instead, call SetDataSource if the parent's position is !=
11842         -1.  Fixes the crash in #78822.
11843
11844 2006-07-31  Chris Toshok  <toshok@ximian.com>
11845
11846         * DataGrid.cs (get_ListManager): use field instead of property
11847         accessors for datasource and datamember.
11848         (RowsCount): make internal again.
11849         (OnMouseDown): end edits before resizing columns/rows.
11850         (OnMouseUp): restart edits after resizing columns/rows.
11851
11852 2006-07-30  Peter Dennis Bartok  <pbartok@novell.com>
11853
11854         * XplatUIX11.cs: Default cursor cannot be 0 or it will not get set.
11855           This fixes the situation where the last set cursor is displayed
11856           whenever the mouse is over scrollbars.
11857
11858 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11859
11860         * PrintDialog.cs: Fix the behaviour of PrinterSettings and
11861         Document properties, as well as initial values.
11862
11863 2006-07-29  Peter Dennis Bartok  <pbartok@novell.com>
11864
11865         * XplatUIWin32.cs (SetBorderStyle): Setting both border
11866           and ClientEdge results in a 3-pixel border, which is
11867           wrong.
11868
11869 2006-07-28  Jackson Harper  <jackson@ximian.com>
11870
11871         * TreeNodeCollection.cs: Fix the clear method.
11872         - Fix the Shrink also
11873
11874 2006-07-27  Jackson Harper  <jackson@ximian.com>
11875
11876         * TreeView.cs: Make sure the visible order is computed when we
11877         attempt to size the scrollbars (for trees that mess with the
11878         scrolling when they shouldn't.
11879         - Make sure to give the scrollbars valid values.
11880
11881 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
11882
11883         * XplatUIX11.cs: Move motion compression code to where it
11884           has less performance impact
11885
11886 2006-07-26  Jackson Harper  <jackson@ximian.com>
11887
11888         * UpDownBase.cs: When the control is selected make the child
11889         controls non selectable, so that a click on them won't do a
11890         focus/unfocus cycle.
11891         - Don't give focus to the text box when the spinner is selected.
11892         * XEventQueue.cs: Peek on both the x11 queue and the lock queue.
11893
11894 2006-07-26  Chris Toshok  <toshok@ximian.com>
11895
11896         * ThemeWin32Classic.cs: add print preview rendering.  I'm not
11897         satisfied with this solution.  If the bitmaps are small, we should
11898         just cache them in the PrintPreviewDialog and draw them here.
11899         Also, the layout is broken for the 2-up and 3-up cases.
11900
11901         * Theme.cs: add PrintPReviewControlPaint.
11902
11903         * PrintPreviewDialog.cs: first pass implementation.
11904
11905         * PrintPreviewControl.cs: first pass implementation.  No
11906         scrollbars yet.
11907
11908         * PrintDialog.cs: only validate fields if that particular portion
11909         of the UI is enabled.  Also, set the document's controller to a
11910         PrintControllerWithStatusDialog wrapping the document's print
11911         controller.
11912
11913         * PrintControllerWithStatusDialog.cs: if we're printing to a file,
11914         bring up a SaveFileDialog (i hope we don't want to match the
11915         behavior of the crappy windows file entry) and set the
11916         PrinterSettings.PrintFileName accordingly.
11917
11918 2006-07-26  Jackson Harper  <jackson@ximian.com>
11919
11920         * ContainerControl.cs: Add a field that disables auto selecting
11921         the next control in a container when the container is activated.
11922         * UpDownBase.cs: Don't select the text box when the up down is
11923         selected.
11924
11925 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
11926
11927         * XEventQueue.cs: Added methods for peeking (used for compression
11928           of successive events)
11929         * XplatUIX11.cs (GetMessage): We're now compressing consecutive
11930           mouse move events (fixes #78732)
11931
11932 2006-07-25  Jackson Harper  <jackson@ximian.com>
11933
11934         * UpDownBase.cs: Use an internal class for the textbox so that we
11935         can control focus.  the updown control should always have focus,
11936         if either the text area or the buttons are clicked.
11937         - Send the key messages to the textbox, since it never actually
11938         has focus
11939         - Activate and decativate the textbox caret.
11940
11941 2006-07-24  Jackson Harper  <jackson@ximian.com>
11942
11943         * Control.cs: Use the directed select when selecting a control,
11944         this way the container controls override will get called and the
11945         whole ActiveControl chain will get triggered.  TODO: probably need
11946         to make sure this gets done everywhere instead of the old
11947         Select(Control).
11948         * ContainerControl.cs: Implement the directed Select method to
11949         find and activate the correct child control.    
11950         
11951 2006-07-22  Mike Kestner  <mkestner@novell.com>
11952
11953         * Form.cs: use Control.MousePosition for NCLBUTTONDOWN in the menu
11954         menu handling code so that clicks without a grab work too.
11955         [Fixes #78914]
11956
11957 2006-07-22  Alexander Olk  <alex.olk@googlemail.com>
11958
11959         * FileDialog.cs: Enable the BackButton when dirstack has one element.
11960           Added some small optimizations.
11961
11962 2006-07-21  Matt Hargett  <matt@use.net>
11963
11964         * Control.cs: Implemented 2.0 MinimumSize/MaximumSize properties
11965
11966 2006-07-21  Peter Dennis Bartok  <pbartok@novell.com> 
11967
11968         * Control.cs (GetNextControl): Fixes to make all of Jackson's unit 
11969           tests pass and match MS in some strange border cases.
11970
11971 2006-07-21  Chris Toshok  <toshok@ximian.com>
11972
11973         * ThemeWin32Classic.cs: handle drawing of the relation links and
11974         parent row buttons.
11975
11976         * Theme.cs: change args to DataGridPaintParentRow.
11977
11978         * DataGrid.cs: Don't use controls for the relation links and
11979         parent buttons, so we have to handle all their interactions in
11980         MouseMove, MouseDown, MouseUp, etc.  Also, store a lot more stuff
11981         when we're navigating through child tables, so we can reinstate
11982         selection, expanded state, current cell, etc.
11983
11984 2006-07-20  Chris Toshok  <toshok@ximian.com>
11985
11986         * ToolBar.cs: When we redraw a button, for whatever reason,
11987         there's no reason to redraw the entire toolbar.  Also, don't call
11988         Control.Refresh from within Redraw, as it's much heavier than
11989         Invalidate (which is really what we want).
11990
11991 2006-07-20  Chris Toshok  <toshok@ximian.com>
11992
11993         * DataGrid.cs, CurrencyManager.cs, DataGridColumnStyle.cs,
11994         DataGridTextBoxColumn.cs, DataGridTextBox.cs,
11995         ThemeWin32Classic.cs, ListControl.cs: After staring at stack
11996         traces from within a debug IBindingList datasource
11997         (in mono/winforms/datagrid) for *days*, I've finally gotten things
11998         to work in a similar fashion.
11999
12000 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12001
12002         * ListBox.cs: Don't call Sort () when setting 
12003         the Sorted property to false (avoid an unnecessary sort).
12004
12005 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12006
12007         * ListControl.cs: DataSource should throw an ArgumentException
12008         instead of a normal exception when the argument is not of the 
12009         correct type.
12010
12011 2006-07-20  Mike Kestner  <mkestner@novell.com>
12012
12013         * Control.cs: add InternalPreProcessMessage to allow us to steal
12014         key events before MWF gets its paws on them.  Adapted from a
12015         suggestion by eno.
12016         * ToolBar.cs: add GotLostFocus handing for flat toolbars, with 
12017         up/down/left/right navigation. Override the new internal control
12018         method to steal the events since they never make it to WndProc.
12019         * ToolBarButton.cs: don't worry about pushed when setting hilight
12020         since the drawing code prefers pushed to hilight. Invalidate on 
12021         Hilight changes. Fixes #78547 and #78525.
12022
12023 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
12024
12025         * ScrollableControl.cs: Consider AutoScrollMinSize when calculating
12026           the canvas size. Fixes #78868
12027
12028 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com>
12029
12030         * Splitter.cs: Track requested split position until first layout
12031           is performed. Fixes #78871
12032
12033 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
12034
12035         * Application.cs: Removed code that forces 1.x for the version
12036           number if the version started with 0. Not sure why that code was
12037           there and I couldn't find any bugs that indicated we needed it.
12038           Fixes #78869
12039
12040 2006-07-20  Alexander Olk  <alex.olk@googlemail.com>
12041
12042         * ThemeWin32Classic.cs: Don't throw a NotImplementedException in
12043           ResetDefaults(), just write some output to the console until it's
12044           implemented. Fixes bug #78907 for now. Eliminated two warnings.
12045
12046 2006-07-19  Jonathan Chambers  <joncham@gmail.com>
12047
12048         * PropertyGridView.cs: set StartPosition of drop down forms
12049         so they appear in correct initial spot.  Fixes #78190.
12050
12051 2006-07-19  Mike Kestner  <mkestner@novell.com>
12052
12053         * ThemeWin32Classic.cs: use parent background color when drawing
12054         flat toolbars.  Restructure the conditionals to make sure non-flat
12055         non-Divider toolbars are filled too.  Fixes #78837.
12056
12057 2006-07-19  Mike Kestner  <mkestner@novell.com>
12058
12059         * ListBox.cs: Sort on collection changes even if the handle
12060         isn't created yet.  Fixes #78813.
12061
12062 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12063
12064         * ListControl.cs: DisplayMember should never be null,
12065         and now we assign String.Empty when null is passed to it (this
12066         is the .Net way).
12067
12068 2006-07-17  Mike Kestner  <mkestner@novell.com>
12069
12070         * ListViewItem.cs: restructure Font and subitem Font handling 
12071         to hold a specific font and refer back to owner on null.
12072         Fixes #78761.
12073
12074 2006-07-17  Mike Kestner  <mkestner@novell.com>
12075
12076         * ToolBar.cs: bandaid for side-effect of previous patch which was
12077         discarding explicit heights for non-AutoSize toolbars.  Need to
12078         extend my format tester to deal with AutoSize=false. Fixes #78864.
12079
12080 2006-07-15  Jackson Harper  <jackson@ximian.com>
12081
12082         * LabelEditTextBox.cs:
12083         * TreeView.cs: Use a new LabelEdit class for node editing, this
12084         class automatically 'closes' itself when it gets the enter key or
12085         loses focus.
12086         - Use the client rectangle when setting the trees scrollbars, so
12087         border style is taken into account.
12088         
12089 2006-07-14  Jackson Harper  <jackson@ximian.com>
12090
12091         * TreeNode.cs:
12092         * TreeView.cs: Make the editing work similar to MSs, firing the
12093         events correctly and ending edits correctly.
12094
12095 2006-07-14  Mike Kestner  <mkestner@novell.com>
12096
12097         * ToolBarButton.cs:
12098         * ToolBar.cs: layout restructuring and redraw enhancements to support
12099         formatting changes gracefully, like setting TextAlign, ImageList, 
12100         ButtonSize, and Appearance.  Handles explicit button sizing quirks
12101         of the MS controls.  Things like flat toolbars ignoring button size
12102         but becoming constant sized at the largest button's size.  Normal
12103         toolbars with an image set cannot be shrunk smaller than the image,
12104         but text can be clipped/ignored.
12105         * ThemeWin32Classic.cs: don't draw text if text_rect height or width
12106         is zero.  Seems like DrawString should be smart enough to not put
12107         anything on screen though. Also trim labels and ellipsize at the char
12108         boundary, not word.
12109         Fixes #78711 and #78483.
12110
12111 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
12112
12113         * FolderBrowserDialog.cs: Disable "New Folder" button and
12114           "New Folder" contextmenu menuitem if a folder like "My Computer"
12115           is selected.
12116
12117 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
12118
12119         * FileDialog.cs: Don't create a new folder in "MyComputer" folder.
12120         * FolderBrowserDialog.cs:
12121           - Use MWFConfig to store and read size and position settings
12122           - Added code to create a new folder (button or context menu).
12123             Use TreeView labeledit to change the name of the new folder.
12124
12125 2006-07-14  Jackson Harper  <jackson@ximian.com>
12126
12127         * TreeView.cs: Raise the OnAfterLabelEdit event correctly.  Also,
12128         when the tree is scrolled we end editing.
12129
12130 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
12131
12132         * ThemeWin32Classic.cs: Fixed position of CPDrawScrollButton Up and
12133           Down arrows
12134
12135 2006-07-14  Jonathan Pobst  <monkey@ipobst.com> 
12136
12137         WebBrowserProgressChangedEventHandler.cs, BindingCompleteEventArgs.cs,
12138         BindingCompleteEventHandler.cs, BindingManagerDataErrorEventArgs.cs,
12139         BindingManagerDataErrorEventHandler.cs, CacheVirtualItemsEventArgs.cs,
12140         CacheVirtualItemsEventHandler.cs, ColumnReorderedEventArgs.cs,
12141         ColumnReorderedEventHandler.cs, ColumnWidthChangedEventArgs.cs,
12142         ColumnWidthChangedEventHandler.cs, ColumnWidthChangingEventArgs.cs,
12143         ColumnWidthChangingEventHandler.cs, FormClosedEventArgs.cs,
12144         FormClosedEventHandler.cs, FormClosingEventArgs.cs,
12145         FormClosingEventHandler.cs, ItemCheckedEventArgs.cs,
12146         ItemCheckedEventHandler.cs, ListControlConvertEventArgs.cs,
12147         ListControlConvertEventHandler.cs, ListViewItemMouseHoverEventArgs.cs,
12148         ListViewItemMouseHoverEventHandler.cs, ListViewItemSelectionChangedEventArgs.cs,
12149         ListViewItemSelectionChangedEventHandler.cs,
12150         ListViewVirtualItemsSelectionRangeChangedEventArgs.cs,
12151         ListViewVirtualItemsSelectionRangeChangedEventHandler.cs,
12152         MaskInputRejectedEventArgs.cs, MaskInputRejectedEventHandler.cs,
12153         PopupEventArgs.cs, PopupEventHandler.cs, PreviewKeyDownEventArgs.cs,
12154         PreviewKeyDownEventHandler.cs, RetrieveVirtualItemEventArgs.cs,
12155         RetrieveVirtualItemEventHandler.cs, SearchForVirtualItemEventArgs.cs,
12156         SearchForVirtualItemEventHandler.cs, SplitterCancelEventArgs.cs,
12157         SplitterCancelEventHandler.cs, TabControlCancelEventArgs.cs, 
12158         TabControlCancelEventHandler.cs, TabControlEventArgs.cs, 
12159         TabControlEventHandler.cs, TableLayoutCellPaintEventArgs.cs,
12160         TableLayoutCellPaintEventHandler.cs, ToolStripDropDownClosedEventArgs.cs,
12161         ToolStripDropDownClosedEventHandler.cs, ToolStripDropDownClosingEventArgs.cs,
12162         ToolStripDropDownClosingEventHandler.cs, TreeNodeMouseClickEventArgs.cs,
12163         TreeNodeMouseClickEventHandler.cs, TreeNodeMouseHoverEventArgs.cs,
12164         TreeNodeMouseHoverEventHandler.cs, TypeValidationEventArgs.cs,
12165         TypeValidationEventHandler.cs, WebBrowserDocumentCompletedEventArgs.cs,
12166         WebBrowserDocumentCompletedEventHandler.cs, WebBrowserNavigatedEventArgs.cs,
12167         WebBrowserNavigatedEventHandler.cs, WebBrowserNavigatingEventArgs.cs,
12168         WebBrowserNavigatingEventHandler.cs, 
12169         WebBrowserProgressChangedEventArgs.cs: New 2.0 Event Handlers
12170
12171 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
12172
12173         MergeAction.cs, PowerLineStatus.cs, PowerState.cs, PreProcessControlState.cs,
12174         RichTextBoxLanguageOptions.cs, ScreenOrientation.cs, ScrollOrientation.cs,
12175         SearchDirectionHint.cs, SystemParameter.cs, TabControlAction.cs,
12176         TableLayoutPanelCellBorderStyle.cs, TextDataFormat.cs, TextImageRelation.cs,
12177         ToolStripDropDownCloseReason.cs, ToolStripDropDownDirection.cs,
12178         ToolStripGripDisplayStyle.cs, ToolStripGripStyle.cs,
12179         ToolStripItemAlignment.cs, ToolStripItemDisplayStyle.cs,
12180         ToolStripItemImageScaling.cs, ToolStripItemOverflow.cs,
12181         ToolStripItemPlacement.cs, ToolStripLayoutStyle.cs,
12182         ToolStripManagerRenderMode.cs, ToolStripRenderMode.cs,
12183         ToolStripStatusLabelBorderSides.cs, ToolStripTextDirection.cs,
12184         ToolTipIcon.cs, TreeNodeStates.cs, TreeViewDrawMode.cs,
12185         TreeViewHitTestLocations.cs, UnhandledExceptionMode.cs, ValidationConstraints.cs,
12186         WebBrowserEncryptionLevel.cs, WebBrowserReadyState.cs, WebBrowserRefreshOption.cs,
12187         ArrowDirection.cs, AutoCompleteMode.cs, AutoCompleteSource.cs, AutoSizeMode.cs,
12188         AutoValidate.cs, BatteryChargeStatus.cs, BindingCompleteContext.cs,
12189         BindingCompleteState.cs, CloseReason.cs, ColumnHeaderAutoResizeStyle.cs,
12190         ControlUpdateMode.cs, DataSourceUpdateMode.cs, DockingBehavior.cs,
12191         FixedPanel.cs, FlowDirection.cs, GetChildAtPointSkip.cs,
12192         HtmlElementInsertionOrientation.cs, InsertKeyMode.cs, ListViewHitTestLocations.cs,
12193         ListViewItemStates.cs, MaskFormat.cs: Added
12194
12195 2006-07-13  Jonathan Chambers  <joncham@gmail.com>
12196
12197         * PropertyGridView.cs: Fix keyboard navigation of drop down.
12198         Patch from eno for bug 78558.
12199         
12200 2006-07-13  Jackson Harper  <jackson@ximian.com>
12201
12202         * TreeView.cs: When an edit is finished make sure that the
12203         selected node is visible.
12204         - When setting the top/bottom use the scrollbars is_visible, so
12205         everything will be set correctly even if the tree isn't visible
12206         yet.
12207
12208 2006-07-13  Jackson Harper  <jackson@ximian.com>
12209
12210         * ComboBox.cs: Revert the item->index part of my previous patch.
12211         * TreeView.cs: Use LostFocus instead of Leave for detecting when
12212         the edit box has lost focus (duh).
12213         - Just make the edit box not visible when we get return, that will
12214         take the focus, which will call EndEdit
12215         * TreeNode.cs When we start editing, notify the treeview.
12216
12217 2006-07-12  Jackson Harper  <jackson@ximian.com>
12218
12219         * ComboBox.cs: Clear out old items before setting the item list.
12220         This prevents databound controls from having their items added
12221         twice.
12222         - Switch the combobox to use indices whereever possible instead of
12223         using Item's.  This allows usto navigate through lists that have
12224         more then one item with the same string value (ie a, b, b, a).
12225         - Scroll the listboxes scrollbar when a non visible item is
12226         highlighted
12227         - Allow keypress to cycle through all the possible values. For
12228         example if you have b1, b2, b3 and hold down the B key all the
12229         values will be cycled through.
12230         
12231 2006-07-12  Jackson Harper  <jackson@ximian.com>
12232
12233         * TextBoxBase.cs:
12234         * ListView.cs: Don't need to override SETFOCUS anymore, we can do
12235         this using the internal methods.
12236         * Control.cs: Add OnGotFocusInternal.  A new method that allows
12237         controls to "override" OnGotFocus and change focus behavior if
12238         needed.
12239         - Same thing for LostFocus
12240         * ComboBox.cs: Pass off focus to the text control properly.
12241
12242 2006-07-12  Alexander Olk  <alex.olk@googlemail.com>
12243
12244         * FileDialog.cs: Added GetFoldersOnly to MWFVFS
12245         * FolderBrowserDialog.cs: Almost a complete rewrite.
12246           - Better support for Environment.Specialfolders
12247           - Added support for MWFVFS
12248           - Made setting SelectedPath work
12249
12250 2006-07-12  Jackson Harper  <jackson@ximian.com>
12251
12252         * Control.cs: Optimze getting all the controls.
12253
12254 2006-07-11  Jackson Harper  <jackson@ximian.com>
12255
12256         * ContainerControl.cs: Override SETFOCUS in the container control,
12257         so that it is not selected on mouse click.
12258
12259 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com> 
12260
12261         * LinkLabel.cs: Hack to handle Shift-Tabbing to the linklabel. 
12262           Hopefully we will have a better way once all of focus is complete.
12263
12264 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com>
12265
12266         * ThemeWin32Classic.cs: Commented out some debug code and fixed
12267           a compile error with csc.
12268
12269 2006-07-11  Jackson Harper  <jackson@ximian.com>
12270
12271         * Control.cs: When hiding a control only select the next control
12272         if the current control was focused.
12273         - Don't handle enter/leave when setting/killing focus, this is
12274         done by the container control.
12275         - Remove is_selected, it's not needed anymore.
12276         - Add utility methods for selecting a child control, and for
12277         firing the Enter/Leave events.
12278         * ContainerControl.cs: When a control is activated fire the
12279         enter/leave events.
12280         - Don't wrap when processing the tab key, so that focus can be
12281         moved outside of the container.
12282         - Use the correct active control
12283
12284 2006-07-11  Jackson Harper  <jackson@ximian.com>
12285
12286         * ComboBox.cs: Remove some debug code that was blinding me.
12287         * UpDownBase.cs: These controls actually aren't implicit, they are
12288         visible to the user.
12289
12290 2006-07-10  Chris Toshok  <toshok@ximian.com>
12291
12292         * DataGrid.cs: move back to the is_adding boolean field.  god i
12293         hate this is_editing/is_adding/is_changing stuff.
12294
12295 2006-07-10  Chris Toshok  <toshok@ximian.com>
12296
12297         * DataGridTableStyle.cs: just check if the property type is bool.
12298         if it is, use DataGridBoolColumn, otherwise DataGridTextBoxColumn.
12299         Don't use CanRenderType.
12300
12301         * DataGridTextBoxColumn.cs: set the value to DBNull.Value, not "",
12302         if our text == NullText.  Remove CanRenderType.
12303
12304         * DataGridBoolColumn.cs: nuke CanRenderType.
12305
12306         * DataGrid.cs: reenable some code to end the current edit inside
12307         of set_CurrentCell.  This fixes the other 1.1.16 regression.
12308         Also, remove rowhdrs_maxheight and just use rowhdrs_area.Height.
12309         Also, remove the visible_row_count arg from CalcRowHeaders, since
12310         we don't need to worry about the actual height of the area.
12311
12312 2006-07-10  Chris Toshok  <toshok@ximian.com>
12313
12314         * DataGridTextBoxColumn.cs: if when we Commit we're in navigate
12315         mode, just return.
12316
12317         * DataGridTextBox.cs: change "isedit" to "isnavigating" to reflect
12318         the real sense of the IsInEditOrNavigateMode property (true =
12319         navigate, false = edit).  Also, update OnKeyPress to reflect this.
12320
12321         * DataGridTableStyle.cs (CreateColumnsForTable): even if the
12322         column style exists, we still need to set its property descriptor
12323         to match up with our list manager.
12324
12325 2006-07-10  Chris Toshok  <toshok@ximian.com>
12326
12327         * ThemeWin32Classic.cs: implement the new row/header painting
12328         approach.  The parent row painting will likely go away and
12329         replaced with label controls, but the rest seems to work ok (and
12330         efficiently).
12331
12332         * Theme.cs: change the way we draw datagrid rows.  we don't draw
12333         the row headers as a block now.  Instead we draw them in the
12334         normal draw-row loop.  Add some calls for drawing parent rows and
12335         relation rows.
12336
12337         * DataGridTableStyle.cs: add tons of ArgumentExceptions if this is
12338         a default table style.  Set the defaults from ThemeEngine.Current,
12339         not SystemColors.  Fix lots of misc issues with property setters.
12340
12341         * DataGrid.cs: move loads of style information out of this class
12342         as it's being duplicated with DataGridTableStyle.  keep track of a
12343         special DataGridTableStyle for the properties we used to mirror
12344         here.  Switch all the style properties to access this table style
12345         instead of instance fields of this class.  Also add a internal
12346         class to represent parent rows (more needs to be stored here, like
12347         the selection state from the parent table, as well as the
12348         expansion state.)  Also, for datasources with relations, do the
12349         right thing for collapse/expand, and add support for the
12350         navigation/parent row buttons.
12351
12352         Lastly, fix the crash in the 1.1.16 build.
12353
12354         * GridTableStylesCollection.cs: make the explicit interface
12355         implementations call the class's methods as opposed to duplicating
12356         them.
12357
12358         * DataGridTextBoxColumn.cs: set the x/y offset of the textfield to
12359         0 so the text doesn't jump around when we move the cursor.
12360
12361 2006-07-10  Jackson Harper  <jackson@ximian.com>
12362
12363         * TextBoxBase.cs:
12364         * ListBox.cs: Match MS's ToString (this makes debugging focus
12365         stuff infinitely easier).
12366
12367 2006-07-10  Jackson Harper  <jackson@ximian.com>
12368
12369         * Control.cs (SelectNextControl): When checking the control's
12370         parent use this instead of ctrl.parent so that null can be passed
12371         to SelectNextControl. (I have unit tests for this).
12372         - Remove unused var.
12373
12374 2006-07-10  Chris Toshok  <toshok@ximian.com>
12375
12376         * CurrencyManager.cs: correct one regression, the removal of the
12377         finalType field.  Also, add a MonoTODO on CanAddRows, implement
12378         Refresh() correctly, and fix some event emission in
12379         ListChangedHandler.
12380
12381 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
12382
12383         * FileDialog.cs: Don't use brackets for new folders if they exist
12384           under *nix. Instead use -(number of existing folders +1).
12385
12386 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
12387
12388         * FileDialog.cs:
12389           - Fixed really nasty bug #78771
12390           - Don't block the whole GUI when reading directories with a lot of
12391             entries. Use an other thread instead and call BeginInvoke to
12392             update the ListView in MWFFileView
12393
12394 2006-07-07  Chris Toshok  <toshok@ximian.com>
12395
12396         * Control.cs (Dispose): release any Capture when disposing.
12397
12398 2006-07-07  Chris Toshok  <toshok@ximian.com>
12399
12400         * LinkLabel.cs (Select): if we chain up to the parent, set
12401         focused_index to -1 so we'll search for the first available link
12402         the next time the user tabs into us.  Also, if the direction is
12403         backward and focused_index == -1, start the search from the last
12404         element.
12405
12406 2006-07-07  Chris Toshok  <toshok@ximian.com>
12407
12408         * LinkLabel.cs (CreatePiecesFromText): if the link's range piece
12409         is beyond the end of the text, don't do anything.
12410         (CreateLinkPieces): set our ControlStyles.Selectable based on
12411         whether or not we have any links.
12412         (Link.Invalidate): use a loop instead of foreach.
12413         (Link.set_Start): null out owner.sorted_links so it'll be
12414         recreated by CreateLinkPieces.
12415
12416 2006-07-06  Chris Toshok  <toshok@ximian.com>
12417
12418         * LinkLabel.cs: revert the SetStyle change.
12419
12420 2006-07-06  Chris Toshok  <toshok@ximian.com>
12421
12422         * LinkLabel.cs (.ctor): SetStyle Selectable to true.
12423         (OnEnableChanged): s/Refresh/Invalidate
12424         (OnGotFocus): if we have a focused index already, refocus it (so
12425         if we mouse out/in to the window it'll focus the right link).
12426         (OnKeyDown): move the tab handling out of here.
12427         (OnLostFocus): don't set focused_index to -1, so we can refocus it
12428         when we lose focus.
12429         (OnMouseDown): don't Capture here - Control handles it.  Also,
12430         focus the active link.
12431         (OnMouseUp): don't deal with Capture.
12432         (OnPaintBackgroundInternal): remove.
12433         (OnTextAlignChanged): CreateLinkPieces before calling the
12434         superclass's method.
12435         (OnTextChanged): call CreateLinkPieces before calling superclass's
12436         method.
12437         (ProcessDialogKey): handle Tab here, and call Select(bool,bool) to
12438         move around.
12439         (Select): implement this, moving the selection between different
12440         links, and call parent.SelectNextControl if we don't have another
12441         link to focus in the given direction.
12442         (CreateLinkPieces): call Invalidate instead of Refresh.
12443         
12444 2006-07-06  Chris Toshok  <toshok@ximian.com>
12445
12446         * ThemeWin32Classic.cs: DrawLinkLabel changes to accomodate the
12447         new LinkLabel internals.
12448
12449         * LinkLabel.cs: fairly major rewrite.  get rid of all the loops
12450         over pieces looking for active/focused/etc links.  also, deal with
12451         runs of text (and links) with embedded \n's in them, and use
12452         MeasureCharacterRanges instead of MeasureString to figure out the
12453         regions text occupies.  Lastly, do the usual s/Refresh/Invalidate
12454         two-step.
12455
12456 2006-07-04  Jackson Harper  <jackson@ximian.com>
12457
12458         * XplatUIX11.cs: Enable key auto repeat. If the user doesn't have
12459         XKB or key auto repeat, do it manually.  Without key auto repeat,
12460         when a key is held down we get key press, key release, key press,
12461         key release, ... with auto repeat we get key press, key press, key
12462         press ..., and then a release when the key is actually released.
12463
12464 2006-07-03  Jackson Harper  <jackson@ximian.com>
12465
12466         * TabControl.cs:
12467         * ThemeWin32Classic.cs: Tabs do not obey normal background color
12468         rules, they are always control color regardless of the background
12469         color.
12470
12471 2006-07-02  Alexander Olk  <alex.olk@googlemail.com>
12472
12473         * FileDialog.cs: Added internal class MWFConfig.
12474           Removed Registry support and replaced it with support for the new
12475           MWFConfig class. See MWFConfig comments for more information.
12476
12477 2006-06-30  Alexander Olk  <alex.olk@googlemail.com>
12478
12479         * ThemeWin32Classic.cs: Added RadioButton and CheckBox focus
12480           rectangle. Added some patches from eno from bug #78490 and fixed
12481           the arrow position for small up and down CPDrawScrollButtons.
12482
12483 2006-06-30  Jackson Harper  <jackson@ximian.com>
12484
12485         * InternalWindowManager.cs: Remove some debug code.
12486         * Form.cs: When an MdiParent is set to null, the window is
12487         "detatched" and becomes a normal window.
12488         * MdiClient.cs: Don't bring the new child form to the front until
12489         it is activated (setting it as active does this), this makes the
12490         previously active forms titlebar get redrawn as inactive.
12491
12492 2006-06-29  Peter Dennis Bartok  <pbartok@novell.com>
12493
12494         * PrintDialog.cs: Labels need a tab index too, otherwise they overlap
12495           with later controls
12496
12497 2006-06-29  Mike Kestner  <mkestner@novell.com>
12498
12499         * MenuAPI.cs: handle arrow keys in keynav state. Go active on down
12500         arrow in keynav state.  Fixes #78682.
12501
12502 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
12503
12504         * PrintDialog.cs: Reorder, relayout, remove extra code, set tab 
12505           order (fixes #78393)
12506
12507 2006-06-28  Jonathan Pobst  <monkey@ipobst.com>
12508
12509         * AccessibleRole.cs, AccessibleStates.cs, AnchorStyles.cs, 
12510           ArrangeDirection.cs, ArrangeStartingPosition.cs, ColorDepth.cs,
12511           ControlStyles.cs, DataGridViewImageCellLayout.cs, DrawMode.cs,
12512           FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs,
12513           GridItemType.cs, HelpNavigator.cs, ImeMode.cs, ItemActivation.cs,
12514           ItemBoundsPortion.cs, Keys.cs, ListViewAlignment.cs, 
12515           PictureBoxSizeMode.cs, PropertySort.cs, SelectionMode.cs,
12516           Shortcut.cs, SizeGripStyle.cs, SortOrder.cs, StructFormat.cs,
12517           TextFormatFlags.cs, ToolBarAppearance.cs, ToolBarButtonStyle.cs,
12518           ToolBarTextAlign.cs, View.cs: 2.0 Changes to existing 1.x
12519           enumerations (FlagsAttribute, SerializableAttribute, added/removed
12520           values)
12521
12522 2006-06-28  Mike Kestner  <mkestner@novell.com>
12523
12524         * ComboBox.cs: implement scroll wheel support. Fixes #78360.
12525
12526 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
12527
12528         * PropertyGrid.cs,
12529           PropertyGridTextBox.cs : explicitly set BackColor to differentiate
12530           item lines from other area (It also makes BackColor consistent and
12531           compatible with .NET). Fixed bug #78564.
12532
12533 2006-06-28  Jonathan Chambers  <jonathan.chambers@ansys.com>
12534
12535         * PropertyGrid.cs: refresh toolbar when PropertySort is set.
12536         Patch from Eno for #78555.
12537
12538 2006-06-27  Chris Toshok  <toshok@ximian.com>
12539
12540         * ThemeWin32Classic.cs: s/grid.grid_drawing/grid
12541
12542         * DataGridColumnStyle.cs: same.
12543
12544         * DataGrid.cs: Roll DataGridDrawingLogic.cs into this file.
12545         
12546         * DataGridDrawingLogic.cs: nuke.
12547
12548 2006-06-27  Chris Toshok  <toshok@ximian.com>
12549
12550         * DataGridTableStyle.cs: clean up the constructors, and build the
12551         list of child relations for this table.  I have no idea if this is
12552         where we should be doing it (it probably isn't), but since we're
12553         already iterating over the properties..
12554
12555         * DataGrid.cs: add row resizing.  for now we add a DataGridRow
12556         struct and array for keeping track of row information, similar to
12557         what's shown in a hack on
12558         http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx.
12559
12560         * Theme.cs: be consistent about the naming of DataGrid methods,
12561         prefering ColumnWidths and RowHeights over columnsWidths and
12562         RowsHeights.
12563
12564         * ThemeWin32Classic.cs: same, and also add support for variable
12565         sized rows (and the +/- expansion icons for related rows).
12566
12567 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
12568
12569         * TextBoxBase.cs: Applied Eno's patch from #78660
12570
12571 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
12572
12573         * Form.cs (ScaleCore): We don't want to scale our form if it's
12574           state is minimized or maximized, but we still need to scale our
12575           child windows. Also, added try/finally block to ensure layout
12576           gets reset (Fixes #78697)
12577
12578 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
12579
12580         * Control.cs: Added 2.0 Scale(SizeF) method (Fixes 78700)
12581
12582 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
12583
12584         * Form.cs: Fixed c+p error and added check to resize form if minimum
12585           size is bigger than current size (Fixes #78709)
12586
12587 2006-06-26  Peter Dennis Bartok  <pbartok@novell.com> 
12588
12589         * ThemeEngine.cs (..ctor): Properly use ToLower() (Fixes #78704)
12590
12591 2006-06-26  Mike Kestner  <mkestner@novell.com>
12592
12593         * ComboBox.cs: only do Keypress handling in the combo when there  
12594         are items in the collection. Fixes #78710.
12595
12596 2006-06-26  Chris Toshok  <toshok@ximian.com>
12597
12598         * Binding.cs: make this work bi-directionally.  also, clear up
12599         other mixups between Push/Pull Data (e.g. we're supposed to pull
12600         data when validating).
12601
12602         * BindingManagerBase.cs: trim some fully qualified collection
12603         types.
12604
12605         * PropertyManager.cs (get_IsSuspended): oops, fix this check.
12606
12607 2006-06-23  Chris Toshok  <toshok@ximian.com>
12608
12609         * PropertyManager.cs: It appears (according to the unit tests)
12610         that PropertyManager doesn't use
12611         PropertyDescriptor.AddValueChanged to track propery value changes
12612         in its datasource, but uses the same scheme as Binding, where it
12613         looks for a <Property>Changed event and binds to it.
12614
12615         Also, according to the docs, IsSuspended always returns false for
12616         a property manager with a non-null datasource.
12617
12618 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com> 
12619
12620         * Form.cs: (ShowDialog): If we're returning a forced cancel we still
12621           need to update the actual DialogResult. (Fixes #78613)
12622
12623 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com>
12624
12625         * Form.cs (ShowDialog): Release any captures before running the
12626           new message pump (fixes #78680)
12627
12628 2006-06-22  Mike Kestner  <mkestner@novell.com>
12629
12630         * ListView.cs: Layout column widths properly in details mode even 
12631         if HeaderStyle.None is set.  Fixes #78691.
12632
12633 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com>
12634
12635         * FileDialog.cs: Fixed taborder to match MS. Fixes #77873 partially.
12636
12637 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com> 
12638
12639         * Control.cs (ContainsFocus): Using new driver method to get focused
12640           window, instead of trying to use internal tracking var, which can
12641           recursion issues (Fixes #78685)
12642         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
12643           XplatUIWin32.cs: Added GetFocus method to return focused window
12644
12645 2006-06-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12646
12647         * ColorDialog.cs: when the mouse button is pressed inside the color
12648         matrix, don't let the cursor move out of it until the button is
12649         released, which is the behavior on windows. Changed 'colours' by
12650         'colors' to use the same word consistently.
12651
12652 2006-06-21  Chris Toshok  <toshok@ximian.com>
12653
12654         * DataGrid.cs: add in some basic navigation stuff (navigating to a
12655         child relation and back, using a stack).  Also, remove
12656         GetDataSource and the code that calls it - it's not needed.  Also,
12657         track CurrencyManager.ListName's removal.
12658
12659 2006-06-21  Chris Toshok  <toshok@ximian.com>
12660
12661         * CurrencyManager.cs: push some of the original type checking from
12662         BindingContext.CreateBindingManager to here, and remove some of
12663         the finalType stuff.  Need more tests to make sure I've got the
12664         ListName part right, and we might need more in SetDataSource.
12665
12666         * PropertyManager.cs: add a ctor that takes just the datasource,
12667         and no property name.  Make SetDataSource work with a null
12668         property_name, and make Current return the data_source if the
12669         property descriptor is null.  this makes 'string foo = "hi";
12670         BindingContext[foo].Current' return "hi" as it should.
12671
12672         * RelatedCurrencyManager.cs: make this code more generic - there's
12673         no reason the parent manager has to be CurrencyManager, and
12674         there's no reason to pass the DataRelation.  It suffices to use a
12675         BindingManagerBase and PropetyDescriptor.
12676
12677         * RelatedPropertyManager.cs: make a similar change here.
12678         
12679         * BindingContext.cs: make CreateBindingManager the beautiful, tiny
12680         flower I knew it could be.
12681
12682 2006-06-20  Chris Toshok  <toshok@ximian.com>
12683
12684         * PropertyManager.cs: the PropertyChangedHandler is invoked when
12685         data in the source has changed and we need to update the control,
12686         so s/PullData/PushData.
12687
12688         * CurrencyManager.cs: Refresh is meant to update the control from
12689         data in the datasource.  So, s/PullData/PushData.
12690
12691         * BindingContext.cs: add more ugliness (we weren't handling the
12692         case where data_source = DataTable and data_member = column_name).
12693
12694         * Binding.cs: fix PushData/PullData mixup.  Both are interpreted
12695         from the perspective of the datasource.  PullData pulls from the
12696         control, PushData pushes to the control.
12697
12698 2006-06-20  Chris Toshok  <toshok@ximian.com>
12699
12700         * BindingContext.cs: rewrite the CreateBindingManager code to
12701         handle navigation paths more or less properly.  This could
12702         definitely stand some more work, in particular to push the
12703         recursion up to the toplevel.  But that relies on fixes in other
12704         places (System.Data comes to mind).
12705
12706         Also, move to a flat hashtable (and encode the twolevel nature of
12707         the dictionary into the hash key).  This lets us implement the
12708         IEnumerable.GetEnumerator method.
12709
12710         * RelatedCurrencyManager.cs: new class.  Update our view based on
12711         our relation and our parent CurrencyManager's position.
12712
12713         * CurrencyManager.cs: split out some logic from the ctor into
12714         SetView, so it can be called from the new RelatedCurrencyManager
12715         subclass.
12716
12717         * RelatedPropertyManager.cs: new class.  Update our datasource
12718         based on the position of our parent CurrencyManager.
12719
12720         * PropertyManager.cs: split out some logic from the ctor into
12721         SetDataSource, so it can be called from the new RelatedDataSource
12722         subclass.  Also, make the Current getter return the value
12723         of the PropertyDescriptor, not the data_source.
12724
12725         * Binding.cs: no need to duplicate the string splitting code here.
12726
12727 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
12728
12729         * Control.cs:
12730           - set_Enabled: OnEnabledChanged is not called if the inherited state 
12731             of the control is not altered, even though  we might be changing the
12732             internal state of the control (#78458)
12733           - set_Enabled: (Re)Moved the enabling/disabling of the window to 
12734             OnEnabledChanged, to allow easy altering of any child window state
12735           - OnEnabledChanged: Added code to enable/disable driver window state
12736           - OnParentEnabledChanged: Instead of firing the event, call 
12737             OnEnabledChanged, which will fire the event and also a) set driver
12738             window state and pass the enabled state to any grandchildren (#78458)
12739
12740 2006-06-19  Jackson Harper  <jackson@ximian.com>
12741
12742         * InternalWindowManager.cs: We don't set the cursor explicitly
12743         thats done via the response to NCHITTESTs.
12744         - Don't need to adjust for titlebar heights anymore, the
12745         coordinates are coming in the correct coordinates now (see peters
12746         last patch).
12747
12748
12749 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
12750
12751         * XplatUIX11.cs (GetMessage): WM_NCxBUTTONx messages were wrongly
12752           being translated relative to whole window, instead of client window.
12753           That caused broken offsets on mouseclick (and caused gas for our
12754           InternalWindowManager)
12755
12756 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
12757
12758         * TextControl.cs:
12759           - MoveCaret: Implemented PgUp, PgDown, CtrlPgUp and CtrlPgDown
12760           - Undo(): Added replay of cursor move on DeleteChars action; added
12761             calling Undo() again if a recorded cursor move is invalid (to
12762             ensure that some action is performed on Undo)
12763         * TextBoxBase.cs (ProcessKey): Added handling of PgUp and PgDown (#78482)
12764
12765 2006-06-16  Jackson Harper  <jackson@ximian.com>
12766
12767         * MdiClient.cs: Instead of just sizing maximized windows when
12768         there is a resize we also have to adjust the Y of minimized
12769         windows, so they stay pinned to the bottom of the mdi container.
12770         - Eliminate separate tracking of the active control, we can just
12771         get this from the controls collection.
12772         - Paint the decorations for the newly activated titlebar so we get
12773         a pretty blue bar.
12774         * InternalWindowManager.cs:
12775         * ThemeWin32Classic.cs: Minimized windows get all three buttons
12776         even if they are a tool window.
12777         
12778 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
12779
12780         * TextControl.cs (Undo): Handle non-existent cursor locations in the
12781           undo buffer, these can happen when text was deleted and the cursor
12782           was recorded first. Since we will also have a recorded cursor
12783           after the delete this is not an issue. (Fixes #78651)
12784
12785 2006-06-14  Peter Dennis Bartok  <pbartok@novell.com> 
12786
12787         * AccessibleObject.cs: Remove dependence on Control.is_selected;
12788           instead properly track control states internally (allows us to
12789           remove is_selected from Control)
12790
12791 2006-06-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12792
12793         * ImageListStreamer.cs: correctly generate the 1bpp mask for images
12794         whose width is not a multiple of 8.
12795
12796 2006-06-13  Jackson Harper  <jackson@ximian.com>
12797
12798         * MdiClient.cs:  Only maximize the next child if the current one
12799         is maximized.
12800
12801 2006-06-13  Chris Toshok  <toshok@ximian.com>
12802
12803         * DataGridColumnStyle.cs: Invalidate the column when HeaderText is
12804         modified.  Also, guard against grid or grid_drawing being null in
12805         Invalidate.
12806
12807         * DataGrid.cs: Reformat tons of getters/setters.  In the
12808         DataMember setter, just call SetNewDataSource instead of
12809         duplicating some of its functionality.  In SetNewDataSource, don't
12810         check ListManager for null, since the property getter creates the
12811         object if needed.
12812
12813         * DataGridTableStyle.cs: don't set TableStyle or call
12814         SetDataGridInternal on the column here, it's done in
12815         GridColumnStylesCollection.Add.
12816
12817         * GridColumnStylesCollection.cs: fix all the explicit interface
12818         implementations to just call our methods.  Nuke AddInternal() and
12819         move the body of it to Add().  Also, add a call to
12820         column.SetDataGridInternal to Add().
12821
12822         * DataGridTextBoxColumn.cs (.ctors): call this() instead of
12823         base()+duplicate code.  Also, use the Format property instead of
12824         format to generate an Invalidate ala MS.  Lastly, create the
12825         textbox here, unconditionally.
12826         (set_Format): call Invalidate.
12827         (get_TextBox): no need to call EnsureTextBox.
12828         (Commit): remove the message box.
12829         (Edit) remove the call to EnsureTextBox.
12830         (EndEdit): call HideEditBox instead of ReleaseHostedControl.
12831         (EnterNullValue): no need to check textbox for null.
12832         (HideEditBox): no need to check textbox for null.
12833         (SetDataGridInColumn): add the textbox to the grid's controls.
12834         (EnsureTextBox): nuke.
12835         
12836 2006-06-13  Jackson Harper  <jackson@ximian.com>
12837
12838         * MdiWindowManager.cs: Hook up to the maximized menus paint event
12839         and redraw the buttons when needed. Unhook when the window is
12840         unmaximized.
12841         * MainMenu.cs: Add an internal Paint event, the mdi window manager
12842         needs this so that it can redraw its buttons when the menu is
12843         repainted.
12844         * InternalWindowManager.cs:
12845         * Form.cs: The method order has changed for DrawMaximizedButtons,
12846         so that it can be a PaintEventHandler.
12847         
12848 2006-06-13  Jackson Harper  <jackson@ximian.com>
12849
12850         * MdiClient.cs: When we close a maximized mdi window, the next mdi
12851         window is activated and maximized, even if it wasn't before.
12852         - When  a new window is activated repaint the decorations of the
12853         old one, so that it no longer has the Active "look" (the blue
12854         titlebar).
12855         * InternalWindowManager.cs: Open up CreateButtons to base classes
12856         so they can recreate the buttons on state changes.
12857         - If a window is maximized give it all three buttons
12858         * MdiWindowManager.cs: Create the titlebar buttons when the state
12859         is changed, this is needed because a toolwindow will not have all
12860         three buttons until it is maximized.
12861
12862 2006-06-13  Atsushi Enomoto  <atsushi@ximian.com>
12863
12864         * ProgressBar.cs : PerformStep() shouldn't exceed Maximum.
12865           Fixed bug #78609.
12866
12867 2006-06-12  Jackson Harper  <jackson@ximian.com>
12868
12869         * KeysConverter.cs: Make sure we handle the Ctrl special case
12870         if its the only key.
12871         
12872 2006-06-12  Jackson Harper  <jackson@ximian.com>
12873
12874         * Theme.cs: Add a method to get the size of a managed window
12875         toolbar button.
12876         * InternalWindowManager.cs: Remove the ButtonSize property, this
12877         should be retrieved from the theme.
12878         * MdiWindowManager.cs: Get the button size from the theme
12879         * ThemeWin32Classic.cs: Make the method to get the managed window
12880         titlebar button size public.
12881         - Handle the different button sizes of maximized toolwindows
12882         (should match any maximized window).
12883         - Get the titlebar height from the theme, not the WM (which gets
12884         it from the theme).
12885
12886 2006-06-12  Jackson Harper  <jackson@ximian.com>
12887
12888         * InternalWindowManager.cs: Handle NC Double Clicks, passing the
12889         event down to the mdi window manager.
12890         - Expose some extra stuff to base classes
12891         - Make sure to end the Capture on an NC Mouse up, so that we can
12892         get double clicks properly, and the sizing doens't stick.
12893         - When doing PointToClient contain it in the workable desktop
12894         area, this prevents windows from changing size when the cursor is
12895         pulled outside of the working area while sizing.
12896         * MdiWindowManager.cs: When we get a double click maximize the
12897         window.
12898         - Reset the cursor after handling mode changes.
12899
12900 2006-06-12  Peter Dennis Bartok  <pbartok@novell.com> 
12901
12902         * XplatUIX11.cs (WorkingArea): Read the actual workarea for the 
12903           current desktop, instead of just assuming a 0, 0 origin. This
12904           is needed for our internal window manager, to know the top
12905           margin of the desktop
12906
12907 2006-06-12  Chris Toshok  <toshok@ximian.com>
12908
12909         * DataGrid.cs (set_CurrentCell): concede focus as we move around.
12910         we need this to get rid of the selected background in the bool
12911         column.
12912         (CancelEditing): move the ConcedeFocus call to above the Abort
12913         call.  Also, set is_changing to false and invalidate the row
12914         header if we were changing before.
12915         (ProcessKeyPreviewInternal): remove, since noone outside this
12916         class calls it anymore.  Roll the code into ProcessKeyPreview.
12917         (EndEdit): remove the internal version.
12918         (InvalidateCurrentRowHeader): make private.
12919
12920         * DataGridBoolColumn.cs: simplify this class a bunch.  remove the
12921         Keys.Escape handling (and with it the last call to
12922         DataGrid.EndEdit from outside the class.)
12923
12924
12925 2006-06-12  Chris Toshok  <toshok@ximian.com>
12926
12927         * DataGridTextBox.cs (.ctor): isedit defaults to false.
12928         (OnKeyPress): set isedit to true.
12929         (ProcessKeyMessage): remove Keys.Enter handling from here.  it's
12930         already handled by the grid.
12931
12932         * DataGrid.cs (set_CurrentCell): more work here.  it's still not
12933         right.  ugh.
12934         (set_DataSource): SetDataSource always returns true, so stop
12935         putting it in an if statement.
12936         (EndEdit): get rid of some {}'s
12937         (ProcessGridKey): return true in case Keys.Escape.
12938         (ProcessKeyPreviewInternal): only handle KEYDOWN messages.
12939         (ConnectListManagerEvents,DisconnectListManagerEvents): connect to
12940         PositionChanged, stopped connecting to CurrentChanged.
12941         (GetDataSource): simplify this a bunch.
12942         (SetDataSource): change return type from bool to void.
12943         (OnListManagerPositionChanged): rename OnListManagerCurrentChanged
12944         to this, and make sure we don't set ListManager.Position inside
12945         set_CurrentCell.
12946         (OnListManagerItemChanged): if we're passed an actual index,
12947         redraw that row.
12948
12949         * CurrencyManager.cs (set_Position): don't call PullData here.
12950
12951 2006-06-09  Jackson Harper  <jackson@ximian.com>
12952
12953         * TreeNode.cs:  Recalculate the visible order before doing the
12954         Expand/Collapse Below calls, because those calls generate an
12955         expose.
12956         - Reduce calls to the TreeView property, which is mildly expensive
12957         by using a local var.
12958         * Form.cs: Layout the MDI child windows when creating the parent
12959         form.
12960         - Don't use the internal constructor anymore
12961         * MdiClient.cs: use the parent form width/height (if available)
12962         when laying out the child windows, we do this because the
12963         mdiclient isn't docked yet when the initial layout is done.
12964         - Don't need an internal constructor anymore.
12965
12966 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12967
12968         * FileDialog.cs: handle access errors when trying to create a folder
12969         or changing to a directory. No need to initialize out parameters.
12970
12971 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
12972
12973         * FileDialog.cs: Append a number when creating a new folder if the
12974           folder already exists (use parenthesis instead of square brackets)
12975
12976 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
12977
12978         * FileDialog.cs:
12979           - Disabled registry support for windows and added better registry
12980             error checking for other systems (need to investigate why it
12981             works perfectly on my system)
12982           - If a folder already exist show an error MessageBox instead of
12983             trying to create an indexed name.
12984           - Fixed a non intentional typo.
12985
12986 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12987
12988         * FileDialog.cs: (SetFileName) don't crash if CurrentRealFolder is null.
12989
12990 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
12991
12992         * FileDialog.cs: When creating a new folder don't crash if the
12993           folder already exists.
12994
12995 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
12996
12997         * FileDialog.cs: Allmost a complete rewrite.
12998           - added a "virtual" file system that handles the differences
12999             between unix and windows file systems (especially the directory
13000             structure). Moved most of the directory and file handling code
13001             into the vfs.
13002             Added vfs classes: MWFVFS, FileSystem, WinFileSystem,
13003             UnixFileSystem and FSEntry.
13004           - Recently used folder/directory, size, location and used file names
13005             (file name ComboBox) are now stored in the registry and get read
13006             before the dialog shows up (fixes part 6 of bug #78446).
13007           - Creation of new folders/directories is now possible (context menu
13008             or ToolBar). Added TextEntryDialog for this that fills in the gap
13009             until ListView.LabelEdit works.
13010           - Fixed cursor handling (bug #78527) and focus handling for
13011             PopupButtonPanel
13012           - Various "Search in" ComboBox enhancements. The content of the
13013             dropdown listbox now almost matches ms.
13014           - Changed the behaviour when the user switches to SpecialFolder
13015             Recent to show the ListView in View.Details.
13016           - Beside using the ToolBar to change the View property of the
13017             file ListView it is now possible to use the context menu too.
13018
13019 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
13020
13021         * ComboBox.cs: Don't create a new ObjectCollection when an item
13022           gets inserted. Just insert the item in the existing object_items
13023           ArrayList.
13024
13025 2006-06-08  Jackson Harper  <jackson@ximian.com>
13026
13027         * OpenTreeNodeEnumerator.cs: Fix to use the Parent property, so
13028         that the treeview and root node checks are done also, this fixes a
13029         regression i caused in the unit tests.
13030
13031 2006-06-07  Wade Berrier <wberrier@novell.com> 
13032
13033         * RichTextBox.cs: More ISO8859-1 -> unicode
13034
13035 2006-06-07  Mike Kestner  <mkestner@novell.com>
13036
13037         * ComboBox.cs : use items to hold highlight/selection so that
13038         collection insertions don't require synchronization.
13039
13040 2006-06-07  Jackson Harper  <jackson@ximian.com>
13041
13042         * InternalWindowManager.cs: Simplify (and FIX) the window sizing
13043         routine.  We now always keep the sized edge at the cursor instead
13044         of computing movement and adjusting rects.  There is one buglet
13045         with this method though when the cursor is moved over area that
13046         the window can not expand too (such as the toolbars on the desktop).
13047
13048 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13049
13050         * XplatUIX11.cs: (IsEnabled,IsVisible) the window handler can be null
13051         here. Fixes crash on startup in AlbumSurfer.
13052
13053 2006-06-07  Peter Dennis Bartok  <pbartok@novell.com> 
13054
13055         * RichTextBox.cs: Replaced embedded ISO8859-1 chars with proper unicode
13056           values
13057
13058 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13059
13060         * XplatUIX11.cs: call XPending and XNextEvent inside the same lock()
13061         statement to avoid calling XNextEvent which will block if another thread
13062         took the event that we were expecting. Fixes bug #78605.
13063
13064 2006-06-07  Mike Kestner  <mkestner@novell.com>
13065
13066         * ListView.cs : isolated checkbox clicking from the selection logic.
13067         Toggle check state on item doubleclicks.  Really fixes #78454 part2.
13068
13069 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13070
13071         * Form.cs: Check that the value passed to Form.DialogResult
13072         is a valid enum value.
13073
13074 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13075
13076         * FileDialog.cs: disable the up button when in 'Recently Used' or 'My
13077         Computer'. Clicking it in the network view goes to 'My Computer'.
13078         Added CIFS filesystem type. Display the mount point of filesystems.
13079         Avoid duplicate mount points (happens for me with CIFS);
13080
13081 2006-06-06  Jackson Harper  <jackson@ximian.com>
13082
13083         * InternalWindowManager.cs: Draw the maximized windows buttons
13084         when resizing.
13085
13086 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13087
13088         * Form.cs: when running a modal dialog, ignore WM_CLOSE requests for
13089         all other dialogs. Fixes bug #78585.
13090
13091 2006-06-06  Mike Kestner  <mkestner@novell.com>
13092
13093         * CheckedListBox.cs : apply CheckOnClick behavior to unchecking too.
13094         Only invalidate checkbox on checkstate changes to avoid flicker.
13095         * ListBox.cs : avoid unselect/select when clicking selected item.
13096         avoid reselection flicker for already multiselected items.
13097         Fixes #78382.
13098
13099 2006-06-06  Jackson Harper  <jackson@ximian.com>
13100
13101         * MdiWindowManager.cs: When the window is closed do an NCRecalc on
13102         the parent form so that the menu is removed if needed.
13103
13104 2006-06-06  Mike Kestner  <mkestner@novell.com>
13105
13106         * ListBox.cs : add ScrollWindow call to UpdateTopItem.  fix
13107         Prev/Next/PrevPage/NextPage/Home/End index calculation.  Fixes #78559.
13108
13109 2006-06-06  Mike Kestner  <mkestner@novell.com>
13110
13111         * CheckedListBox.cs : rebuild check collection on Add.  Fixes #78426.
13112
13113
13114 2006-06-06  Jackson Harper  <jackson@ximian.com>
13115
13116         * Control.cs: Use the property (instead of the field) to get the
13117         default cursor so it is instantiated correctly.
13118         * InternalWindowManager.cs: The OS doesn't give us an NCPAINT with
13119         resizes so we need to manually repaint the window decorations here.
13120         - Set the titlebar button locations as soon as they are created,
13121         otherwise they are not set correctly on win32.
13122         
13123 2006-06-06  Chris Toshok  <toshok@ximian.com>
13124
13125         * CurrencyManager.cs (set_Position): call PullData before
13126         OnCurrentChanged.
13127         (AddNew): after calling IBindingList.AddNew, update our
13128         listposition, and call OnCurrentChanged/OnPositionChanged (without
13129         calling PullData).
13130         (OnCurrentChanged): remove the call to PullData from here.
13131         (OnItemChanged): remove the call to PushData from here.
13132         (OnPositionChanged): change the test from == null to != null to
13133         match the other methods.
13134         (ListChangedHandler): the grossest part of the patch.  Implement
13135         this such that it passes the unit tests in CurrencyManagerTest and
13136         the output more or less matches that of MS's implementation.
13137  
13138 2006-06-06  Mike Kestner  <mkestner@novell.com>
13139
13140         * ListView.cs : only update check state on single click.
13141         * ThemeWin32Classic.cs : fix focus drawing for details view without
13142         fullrowselect.  Fixes #78454.
13143         * XplatUIX11.cs : fix for double click emission.
13144
13145 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
13146
13147         * PropertyGridView.cs : Applied Atsushi's patch to fix
13148         font dialog bug  (#78197).
13149
13150 2006-06-05  Jackson Harper  <jackson@ximian.com>
13151
13152         * TreeNode.cs: Compute the next node for expanding/collapsing
13153         correctly. We now factor in nodes without a NextNode
13154         correctly. (Fixes somes cases in nunit-gui).
13155         * InternalWindowManager.cs: Set the bounds when updating the
13156         virtual position of a tool window.
13157         
13158 2006-06-05  Chris Toshok  <toshok@ximian.com>
13159
13160         * DataGrid.cs: rename cached_currencymgr to list_manager.
13161         (set_CurrentCell): move SetCurrentCell code here, and clean it up
13162         some.
13163         (CurrentRow, CurrentColumn): single accessors so we can make the
13164         cursor movement code a lot easier to understand.
13165         (CurrentRowIndex): implement this in terms of CurrentRow.
13166         (BeginEdit): clean this up a bit.
13167         (CancelEditing): sort out the is_editing/is_changing/is_adding
13168         stuff a little.
13169         (EndEdit): minor changes.
13170         (OnKeyDown): add a comment about a (most likely) unnecessary
13171         check.
13172         (OnMouseDown): cancel editing when we click on a row header.  And
13173         use the CurrentRow setter, not CurrentCell.
13174         (ProcessDialogKey): directly call ProcessGridKey.
13175         (UpdateSelectionAfterCursorMove): factor out this common block of
13176         code (it's used everywhere that we move the cursor by updating row
13177         or column).
13178         (ProcessGridKey): pretty substantial overhaul.  Use the
13179         CurrentRow/CurrentColumn properties to make the code a lot more
13180         readable.  Only use the CurrentCell property when we have to
13181         modify both row and column at once.  Tab behavior is still broken,
13182         and Delete is untested.
13183         (Select): if we have no selected rows, set selection_start to
13184         @row.
13185         (EditCurrentCell): rename EditCell this.  It was only ever invoked
13186         with CurrentCell as the arg, so drop the arg and rename it.
13187
13188         * DataGridColumnStyle.cs: clean up the constructors a little, and
13189         drop CommonConstructor().
13190
13191         * DataGridTextBox.cs (.ctor): set accepts_return to true so we
13192         actually get notified when the user hits it.
13193         (ProcessKeyMessage): *substantially* simplify this method.
13194         There's no reason (that I can see) for the textbox to be making
13195         calls into the datagrid at all.  Remove all of them but the ones
13196         for Enter handling.  those will take some more work.
13197
13198         * DataGridTextBoxColumn.cs (ConcedeFocus): implement this by
13199         calling HideEditBox.
13200         (HideEditBox): if we have an active textbox, render it invisible
13201         without causing a re-layout of the datagrid.
13202
13203 2006-06-05  Mike Kestner  <mkestner@novell.com>
13204
13205         * ListView.cs : fix NRE crasher when focuseditem is cleared by
13206         collection changes by resetting it to Items[0].  Fixes #78587.
13207
13208 2006-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13209
13210         * MessageBox.cs: if the height of the text is larger than the icon_size,
13211         use that. Fixes bug #78575.
13212
13213 2006-06-05  Jackson Harper  <jackson@ximian.com>
13214
13215         * TreeView.cs: Fix line drawing when scrolling.  To do this each
13216         node is basically responsible for drawing its entire horizontal
13217         area.  When drawing a node it draws its parent node lines if
13218         needed.
13219         - Adjust the clip area to the viewport rectangle
13220         - Fix Left/Right key handling to match MS. (It expand/collapses
13221         and moves to parents/first child but does not move selection to
13222         sibling nodes).
13223         - Fix SetTop to work with new bound calculation code
13224         - When scrollbars are no longer needed we need to reset scrolling
13225         vars and recalculate the visible order so the redraw is correct
13226         * TreeNode.cs: We can't expand/collapse nodes with no children.
13227
13228 2006-06-03  John Luke  <john.luke@gmail.com> 
13229
13230         * X11DesktopColors.cs: dllimport the exact gtk and gdk versions
13231         so the colors work without dev packages
13232         
13233 2006-06-02  Peter Dennis Bartok  <pbartok@novell.com> 
13234
13235         * Control.cs 
13236           - Select: Implemented to just use activate. Seems to match MS 
13237             behaviour closest. Documented to only do actual control walking 
13238             based on it's parameters if in a container control so I moved 
13239             the code there.
13240           - Removed selection check logic from our internal Select() method
13241         * ContainerControl.cs:
13242           - Select: Moved selection logic from Control here, since MS documents
13243             that containers obey the bool arguments. No longer calling base
13244
13245 2006-06-02  Jackson Harper  <jackson@ximian.com>
13246
13247         * TreeView.cs: If the selected node isn't changed when we get
13248         focus update the previously selected node so that we see the
13249         selection box.
13250
13251 2006-06-02  Mike Kestner  <mkestner@novell.com>
13252
13253         * ComboBox.cs: restructure grab and general mouse event handling.
13254         Make the composite control raise mouse events like it was a single
13255         control for leaves/enters/motion/up/down events.  fix dropdown list
13256         coordinate mangling and refactor it into the scrollbar subclass to
13257         reduce code duplication.  Fixes #78282 #78361 and #78457.
13258
13259 2006-06-02  Mike Kestner  <mkestner@novell.com>
13260
13261         * ScrollBar.cs: remove Capture setting/clearing, as it happens
13262         automatically in the Control.WndProc.
13263
13264 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13265
13266         * FileDialog.cs: fix crash when running SharpChess, which sets the
13267         FilterIndex to 2 with only one Filter.
13268
13269 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13270
13271         * ToolBar.cs: add SizeSpecified property.
13272         * ToolBarButton.cs: when the ButtonSize is calculated by the container,
13273         try to figure out our real size, otherwise fallback to what the
13274         container says.
13275
13276 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
13277
13278         * XplatUIX11.cs (DefWndProc): WM_MOUSEWHEEL needs to be passed up
13279         * Control.cs (WndProc): MS always calls the DefWndProc to pass
13280           up the event
13281
13282 2006-06-01  Mike Kestner  <mkestner@novell.com>
13283
13284         * ListView.cs: revamp the focus management in ListView.  It still
13285         causes churn of LostFocus/GotFocus emissions on clicks, but it's
13286         better than not handling focus at all.  Will revisit when pdb feels
13287         the general focus handling is solid.  Fixes #78526.
13288
13289 2006-06-01  Jackson Harper  <jackson@ximian.com>
13290
13291         * TreeView.cs: Set the default border style in the constructor.
13292         - Move painting to use OnPaintInternal instead of capturing
13293         WM_PAINT, this is the correct way of doing things
13294         - UpdateBelow shouldn't invalidate the scrollbar area
13295         - Cap the top on update below in case the node was above the top
13296         of the viewport rectangle.
13297         - ExpandBelow and Collapse below need to obey Begin/End Update.
13298         * TreeNode.cs: Make is_expanded internal so the treenode
13299         collection can change it without firing the whole event chain.
13300         * TreeNodeCollection.cs: When clearing all the child nodes make
13301         sure to recalc the visible order.
13302         - Improve algo for remove the top node
13303
13304 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
13305
13306         * XplatUIX11.cs (SetFocus): Make sure we can handle re-entrancy due to
13307           SendMessage directly calling window procedures, which in turn might
13308           call SetFocus()
13309
13310 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com>
13311
13312         * Control.cs: Don't handle WM_SETFOCUS if the same window already
13313           has focus (works around X11 sending a FocusIn after our SetFocus)
13314         * XplatUIX11.cs: Send KILLFOCUS before setting SETFOCUS on new window
13315
13316 2006-06-01  Alexander Olk  <alex.olk@googlemail.com>
13317
13318         * Mime.cs: Fix for the NET_2_0 build.
13319           NameValueCollection needs StringComparer now.
13320
13321 2006-05-31  Chris Toshok  <toshok@ximian.com>
13322
13323         * DataGridDrawingLogic.cs (FromPixelToColumn): modify this to also
13324         return (via an out parameter) the starting X of the column.
13325         (UpdateVisibleColumn): track change to FromPixelToColumn.
13326         (HitTest): add a ColumnResize case here.
13327         (DrawResizeLine): new function, probably poorly named.
13328
13329         * DataGrid.cs (.ctor): get rid of cached_currencymgr_events.  We
13330         only need to keep one reference.
13331         (set_ListManager): same.
13332         (OnMouseDown): call HitTest instead of grid_drawing.HitTest.
13333         Also, add support for HitTestType.ColumnResize.
13334         (OnMouseMove): add column resize behavior here, and change the
13335         cursor to the correct one as we move around the datagrid.
13336         (OnMouseUp): terminate the column resize if we're resizing.
13337         (ProcessGridKey): from the MS docs, Alt-0 enters the null value
13338         for the current cell.
13339         (ConnectListManagerEvents): use cached_currencymgr.
13340         (DisconnectListManagerEvents): fill this in, using
13341         cached_currencymgr.
13342         (SetCurrentCell): remove cached_currencymgr_events handling.
13343         (SetDataMember): only call DisconnectListManagerEvents if
13344         cached_currencymgr is != null.
13345         (SetDataSource): same.
13346         (OnListManagerCurrentChanged): cached_currencymgr_events ->
13347         cached_currencymgr.
13348
13349 2006-05-31  Jackson Harper  <jackson@ximian.com>
13350
13351         * BindingManagerBase.cs: Remove somedebug code that creeped into
13352         SVN.
13353         * TreeNode.cs: We get the indent level dynamically right now, so
13354         don't track it as a member.
13355         * TreeNodeCollection.cs: Make sure all nodes added to the list
13356         have parents, treeviews/topnodes setup properly.
13357         - Don't attempt to track indent level.
13358
13359 2006-05-30  Jackson Harper  <jackson@ximian.com>
13360
13361         * BindingContext.cs: Create the currency manager tables here.
13362         This allows us to more easily create null tables (when bad data
13363         members are used), and more easily create related currency
13364         managers.
13365         * CurrencyManager.cs: All the table creation stuff is done by the
13366         binding context now.
13367         - Current should throw an exception if listposition is -1.
13368         - CancelCurrentEdit/EndCurrentEdit, do nothing if the list hasn't
13369         been bound yet.
13370
13371 2006-05-30  Mike Kestner  <mkestner@novell.com>
13372
13373         * ListView.cs: allow reexpansion of zero-width column headers.
13374         Fixes #78528.
13375
13376 2006-05-28  Chris Toshok  <toshok@ximian.com>
13377
13378         * CurrencyManager.cs (get_Current): after the late binding
13379         listposition = -1 fix, we need to guard against it here and return
13380         null, otherwise we raise an exception (which is swallowed
13381         elsewhere, and breaks datagrid databinding.)
13382
13383 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
13384
13385         * MenuAPI.cs (ProcessMenuKey): We can legally get msg types other
13386           than WM_SYSKEY, don't throw if get something unexpected (#78507)
13387
13388 2006-05-26  Jackson Harper  <jackson@ximian.com>
13389
13390         * ControlPaint.cs:
13391         * ThemeWin32Classic.cs: For color comparisons just use the ARGB
13392         values, it's faster and it's all we care about (we don't care if
13393         the names aren't equal).
13394         * KeyboardLayouts.cs: Eliminate some dead code.
13395         - Lazy init things
13396         * X11Keyboard.cs: Lazy init keyboard detection.
13397         - Cleanup access modifiers a little.
13398
13399 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
13400
13401         * XplatUIX11.cs: Once again, attempting to get layout just right.
13402
13403 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com> 
13404
13405         * LinkLabel.cs (CreateLinkPieces): Use MeasureString to calculate
13406           the sizes of each link section, that will result in sizes that
13407           match DrawString's layout (Fixes #78391)
13408
13409 2006-05-27  Alexander Olk  <alex.olk@googlemail.com>
13410
13411         * FileDialog.cs: If AddExtension property is true autocomplete the
13412           extensions in SaveFileDialog correctly. Fixes bug #78453.
13413           Set MyNetwork and MyComputer to "C:\" for windows. This should
13414           fix part 8 of bug #78446 for now.
13415
13416 2006-05-26  Chris Toshok  <toshok@ximian.com>
13417
13418         * DataGrid.cs (ColumnStartedEditing): fill these in.  for now just
13419         invalidate the current row header if we need to, but presumably
13420         we'll invalidate the row corrsponding to the bounds or
13421         editingControl.
13422         (GridHScrolled): switch back to this method, as it's part of the
13423         public api.  *sigh*.
13424         (GridVScrolled): same.
13425         (OnMouseWheel): hack up something that more or less works.  Call
13426         GridHScrolled/GridVScrolled directly, instead of duplicating much
13427         of their code here.
13428         (EnsureCellVisibility): reinstate a bunch of this code, since we
13429         can't just set the scrollbar Value and expect to do all the work
13430         in the ValueChanged handler.  Also, Call Update() after scrolling
13431         in one direction so the other XplatX11.ScrollWindow call has the
13432         proper stuff in the proper places.
13433         (EditCell): set is_editing to true before calling .Edit.
13434
13435         * DataGridTextBox.cs (set_IsInEditOrNavigateMode): just set it,
13436         don't bother comparing first.
13437         (OnKeyPress): call grid.ColumnStartedEditing before calling
13438         base.OnKeyPress.  this will set is_changing and invalidate the row
13439         header if necessary.
13440         (ProcessKeyMessage): for WM_CHAR messages, call
13441         ProcessKeyEventArgs directly.  swallow anything other than WM_CHAR
13442         and WM_KEYDOWN.
13443         
13444         * DataGridBoolColumn.cs (Edit): don't set is_editing to true here.
13445         it's done in the DataGrid.
13446         (NextState): call grid.ColumnStartedEditing, which takes care of
13447         invalidating the row header (and setting is_changing).
13448
13449         * DataGridTextBoxColumn.cs (Edit): don't set is_editing to true
13450         here.  it's done in the DataGrid.
13451
13452 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13453
13454         * Control.cs: allow changing the cursor when the mouse position is
13455         out of bounds but Capture is set.
13456         * LinkLabel.cs: handle the case when the mouse button is pressed on the
13457         linklabel but released somewhere else.
13458
13459 2006-05-25  Jackson Harper  <jackson@ximian.com>
13460
13461         * TreeView.cs: When we get focus if there is no selected node make
13462         it the top node
13463         - Remove some uneeded setup code from Draw.
13464         * TreeNodeCollection.cs: If the tree doesn't have a top node when
13465         a new node is inserted make the new node the top.
13466         * XplatUIX11.cs:
13467         * Timer.cs: Use Utc time so that no local time zone stuff needs to
13468         be used (should be faster).
13469         
13470 2006-05-25  Chris Toshok  <toshok@ximian.com>
13471
13472         * DataGrid.cs (EnsureCellVisibility): remove some code to fix a
13473         problem with the last commit.
13474
13475 2006-05-25  Chris Toshok  <toshok@ximian.com>
13476
13477         * DataGridTextBoxColumn.cs (ReleaseHostedControl): turns out we do
13478         need the invalidate call here, while scrolling right-to-left via
13479         the left arrow key (i.e. moving the editing cell while scrolling).
13480
13481         * DataGrid.cs (.ctor): remove the initialization of
13482         ctrl_pressed/shift_pressed.  We no longer track them using key
13483         up/down handlers, but by using Control.ModifierKeys.  Also, switch
13484         to using ValueChanged handlers on the scrollbars instead of
13485         Scrolled event handlers.  This simplifies a bunch of the scrolling
13486         code.
13487         (GridHValueChanged): rename from GridHScrolled, and change it to
13488         work with the new event args.
13489         (GridVValueChanged): same.
13490         (OnMouseDown): initialize ctrl_pressed/shift_pressed here.
13491         (OnMouseWheel): actually scroll the datagrid.  Don't change the
13492         selected cell.
13493         (ProcessGridKey): correct all the keyboard navigation stuff I
13494         could find.  Ctrl up/down/left/right/home/end work now.
13495         (EnsureCellVisibility): correct method name spelling.  Also,
13496         simplify this a touch by not explicitly calling the
13497         ScrollToRow/ScrollToColumnInPixels methods.  We just set the
13498         scrollbar value.
13499         (OnKeyUpDG): no need for this method now.
13500         
13501 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13502
13503         * LinkLabel.cs: display the OverrideCursor when hovering the label.
13504         Fixes bug #78392.
13505
13506 2006-05-25  Chris Toshok  <toshok@ximian.com>
13507
13508         * ThemeWin32Classic.cs: fix datagrid clipping problems caused by
13509         r61019.
13510
13511 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
13512
13513         * Application.cs: Moved setting of is_modal and closing to before
13514           we create the control, to allow the event handlers called as a
13515           result of creation affect closing. Also removed Gonzalo's previous
13516           change to setting DialogResult, the behaviour has been moved to 
13517           Form.ShowDialog()
13518         * Form.cs: 
13519           - ShowDialog(): Removed explicit creation of the form, let RunLoop
13520             handle it instead
13521           - ShowDialog(): If no dialog result is set, we need to return Cancel
13522           - WM_CLOSE: Fire Closing/Closed events, and reset dialog result if
13523             the close is cancelled
13524
13525 2006-05-25  Jackson Harper  <jackson@ximian.com>
13526
13527         * StatusBar.cs: We only need to update the sizes of the other
13528         panels when we have auto size contents.  Also we are only updating
13529         the contents of the panel, not the borders, so compensate for the
13530         border width (TODO: get this width from the theme somehow).
13531         * TreeView.cs: Scrollable is true by default
13532         - Use invalidate instead of refresh where needed
13533         - Factor the scrollable value into scrollbar updating
13534         - Update the scrollbars if the Scrollable property is altered
13535         - Update the selected node if its ImageIndex is changed
13536         - Handle null nodes in UpdateNode (mainly so we don't have to
13537         check if selected is null when updating it
13538         - Fix VisibleCount to use the ViewportRectangle so that scrollbars
13539         are factored into the visible count
13540         - Use VisibleCount for clarity in the code
13541         - When the font is changed we need to recurse through all the
13542         nodes and invalidate their sizes
13543         
13544 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13545
13546         * Application.cs: set the DialogResult to fixed when the main form is
13547         hidden or destroyed while being modal.
13548
13549 2006-05-25  Miguel de Icaza  <miguel@novell.com>
13550
13551         * Theme.cs: Use Tangoified messagebox icons. 
13552
13553         (GetSizedResourceImage): Also cope with width = 0 and do not
13554         trigger a warning in that case (0 means "give me your icon from
13555         the resouce, no special size needed).
13556
13557 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
13558
13559         * Application.cs: Leave runloop if the the main modal form is 
13560           hidden (fixes #78484)
13561
13562 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
13563
13564         * BindingContext.cs : reject null datasource in Contains() and
13565           Item[].
13566         * CurrencyManager.cs : check data_member validity when data_source
13567           is dataset. When it is late binding, the initial position is -1.
13568
13569 2006-05-24  Jackson Harper  <jackson@ximian.com>
13570
13571         * TreeNodeCollection.cs: Dont't recalculate the visible order on
13572         inserted nodes that aren't visible.  This changes the
13573         max_visible_order which confuses scrollbar settings.
13574         - Use the enumerator to get the prev node instead of duplicating
13575         code.
13576         * TreeView.cs: Use new method for setting scrollbar values
13577         - Don't set the bounds every time the scrollbar is updated
13578         - When updating below the root node use an invalidate instead of a
13579         refresh to prevent the child controls (scrollbars) from being
13580         refreshed. (UpdateBelow still needs to be reworked anyways).
13581         - Reenable SetBottom now that visible orders are set correctly,
13582         added some debug code incase we ever get bad values there again.
13583         - Set the scrollbar max to 2 less then the max value, this
13584         compensates for the max value being one above the node count, and
13585         for scrollbars adding one extra "notch".
13586         - When drawing image nodes if there is an imagelist we draw the
13587         first image in the list if the supplied image index is out of the
13588         image list's bounds.
13589         
13590 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
13591
13592         * XplatUIX11.cs: Don't blindly cache hwnd.ClientRect, reset it when 
13593           we receive a size change from the WM (Fixes #78503)
13594
13595 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com>
13596
13597         * XplatUIWin32.cs, XplatUIX11.cs: Refresh when setting the Clip 
13598           rectangle (Fixes #78501)
13599
13600 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
13601
13602         * ButtonBase.cs: 
13603           - Fixed MouseUp, MouseDown and MouseMove to treat mouseevent.Button 
13604             as a bitfield.
13605           - Fixed MouseMove to no longer switch pressed state unless the left
13606             mouse button is pressed. Atsushi provided the original patch (#78485)
13607           
13608 2006-05-24  Jackson Harper  <jackson@ximian.com>
13609
13610         * ScrollBar.cs: New internal methods that allow us to change a
13611         couple values on the scrollbar (the most common case is maximum
13612         and large change) without getting multiple invalidates.
13613
13614 2006-05-24  Chris Toshok  <toshok@ximian.com>
13615
13616         * DataGridBoolColumn.cs (Abort): revert back to the saved setting.
13617         (Edit): save off the original state in oldState, and set
13618         grid.is_editing to true.
13619         (OnKeyDown): abort editing if escape is pressed.  also, call
13620         NextState if space is pressed.
13621         (OnMouseDown): call NextState.
13622         (NextState): factor out shared code from OnKeyDown and OnMouseDown
13623         here.  Also, only invalidate the row header once (on the initial
13624         is_changing switch) to save on redraws.
13625
13626 2006-05-24  Chris Toshok  <toshok@ximian.com>
13627
13628         * DataGridTextBoxColumn.cs (Commit): only call SetColumnValueAtRow
13629         if the value in the cell is different than it was before.  This
13630         keeps us from triggering a layout when we move around a datarid
13631         with a highlighted cell.
13632         (Edit): suspend layout when creating/positining the text box, and
13633         resume passing false so we don't ever actually re-layout.
13634         (ReleaseHostedControl): same.
13635         (EnsureTextBox): reformat slightly, and set WordWrap to false.
13636
13637         * DataGridTextBox.cs (ProcessKeyMessage): it's not true that all
13638         control-key sequences should go to the datagrid - remove that
13639         lock.  Also, modify the conditions under which we move between
13640         cells when moving the cursor within a cell, and remove the "this"
13641         and "base" from field accesses.  We weren't even consistent, given
13642         they all were in the base class.
13643
13644 2006-05-24  Atsushi Enomoto  <atsushi@ximian.com>
13645
13646         * Binding.cs : (.ctor)
13647           An obvious NRE fix for BindingTest.CtorNullTest().
13648
13649 2006-05-23  Chris Toshok  <toshok@ximian.com>
13650
13651         * TextBoxBase.cs (get_Text): don't add a trailing newline, add
13652         them between lines.  This fixes some quirks editing cells in the
13653         datagrid.
13654
13655 2006-05-23  Jackson Harper  <jackson@ximian.com>
13656
13657         * TreeView.cs: Use begin/end update when doing expand/collapse all
13658         so that we don't get flicker on the scrollbar.
13659
13660 2006-05-23  Jackson Harper  <jackson@ximian.com>
13661
13662         * TreeNode.cs: Bounds are computed 'on the fly' now.  This allows
13663         treenode calculations to be independant of the painting code. To
13664         do this nodes track a visible order which is calculated by the
13665         treeview.
13666         - Call new methods for expanding/collapsing nodes.  These methods
13667         use scrollwindow so we don't have to update everything below the
13668         node.
13669         * TreeView.cs: Refactored drawing and scrolling code.  We don't
13670         need to update nodes when drawing anymore or calculate scrollbar
13671         stuff.
13672         - Added new methods for expanding/collapsing nodes. These methods
13673         use ScrollWindow so as to not have to redraw all the nodes below.
13674         * TreeNodeCollection.cs: Recalc visible order and scrollbars when
13675         we add/remove nodes or sort.
13676         - Handle removing the selected and the top node properly.
13677
13678 2006-05-23  Chris Toshok  <toshok@ximian.com>
13679
13680         * DataGridTextBoxColumn.cs (Edit): set grid.is_editing to true.
13681         maybe this should actually happen in the datagrid code?
13682         (EndEdit): no need to invalidate anything, given that
13683         ReleaseHostedControl causes the datagrid to relayout, which
13684         invalidates everything anyway.
13685
13686         * DataGrid.cs (set_CurrentCell): remove duplicate check (it's also
13687         in SetCurrentCell).
13688         (set_SelectionBackColor): call InvalidateSelection instead of
13689         Refresh.
13690         (set_SelectionForeColor): same.
13691         (BeginEdit): Flesh this out a bit.
13692         (CancelEditing): only do any of this if we're editing/adding.
13693         (EndEdit): same.
13694         (OnMouseDown): there's no need to cancel editing here, it's done
13695         in SetCurrentCell.
13696         (SetCurrentCell): only invalidate the current row header if it's a
13697         different row than the new one.
13698         (ShiftSelection): fix this to work like MS does.
13699         (ResetSelection): factor out the invalidation of selected_rows to
13700         InvalidateSelection.
13701         (SetDataSource): cancel any editing that's going on.
13702
13703         * DataGridColumnStyle.cs
13704         (IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing):
13705         call the non-interface version.
13706
13707         * ThemeWin32Classic.cs (DataGridPaintColumsHdrs): intersect the
13708         header rectangle with the clip rectangle so we don't redraw the
13709         entire header for just a small area.  Gets rid of the last flicker
13710         when horizontally scrolling.
13711         (DataGridPaintRow): same.
13712
13713 2006-05-23  Mike Kestner  <mkestner@novell.com>
13714
13715         * ListViewItem.cs: remove size for line hack from LargeIcon layout.
13716         * ThemeWin32Classic.cs: don't draw line.  it's really the top of a
13717         poorly placed checkbox on the MS control.  Fixes Alex's unfiled
13718         Critical bug report.
13719
13720 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
13721
13722         * PictureBox.cs: Fixed broken ControlStyles. Unit test no longer fails,
13723           and this fixes #78493
13724
13725 2006-05-23  Miguel de Icaza  <miguel@novell.com>
13726
13727         * Theme.cs (GetSizedResourceImage): Scale images if the proper
13728         size is not found.  
13729         
13730         * FileDialog.cs: Do not change the background for the side bar as
13731         it wont work nicely with the theme, and also reduces the artifacts
13732         in rendering the icons (which I want to fix too).
13733
13734         * MimeIcon.cs (ResourceImageLoader): Load images from assembly
13735         resources, not resgen resources. 
13736
13737         (PlatformDefaultHandler): Pull images using the new API.
13738
13739 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
13740
13741         * Hwnd.cs (Dispose): Remove any pending exposures. XEventQueue holds
13742           a reference to the hwnd and will not remove it unless there are
13743           no pending exposures (fixes #78341)
13744         * XplatUI.cs: Improved debug
13745
13746 2006-05-23  Atsushi Enomoto  <atsushi@ximian.com>
13747
13748         * MenuAPI.cs : don't handle OnClick event when it was not the left
13749           button. Fixed bug #78487.
13750
13751 2006-05-23  Mike Kestner  <mkestner@novell.com>
13752
13753         * MenuAPI.cs: fix placement of submenus for multi-row menu bars, and
13754         prefer submenus to the top menu for item lookup, to avoid popping down
13755         top-row items.
13756
13757 2006-05-23  Alexander Olk  <alex.olk@googlemail.com>
13758
13759         * ThemeWin32Classic.cs: Rewrote CPCPDrawScrollButton to drop
13760           Graphics.FillRectangle as the visual results are really bad (even
13761           on win). We now draw perfect arrows (and perfect shadows when the
13762           scrollbar is disabled). Simplified CPDrawGrid. CPDrawGrid now uses
13763           Pen.DashPattern to draw the dots of each line.
13764
13765 2006-05-22  Alexander Olk  <alex.olk@googlemail.com>
13766
13767         * FileDialog.cs: Update the filename combobox when navigating through
13768           the ListView with the cursor keys. Fixes part 7 of bug #78446.
13769
13770 2006-05-22  Mike Kestner  <mkestner@novell.com>
13771
13772         * ListView.cs: raise SelectedIndexChanged on keyboard selection.
13773         Fixes #78463.
13774
13775 2006-05-22  Mike Kestner  <mkestner@novell.com>
13776
13777         * ComboBox.cs: Refresh in EndUpdate to pick up all the dropped Paint
13778         requests. Fix a misspelled parameter and a copy paste exception error
13779         in Select.
13780
13781 2006-05-22  Peter Dennis Bartok  <pbartok@novell.com> 
13782
13783         * ThemeWin32Classic.cs: Changed DefaultFont emSize from 8.25 to 8
13784           to get the same width/height (5/13) on X11 as the default font has on
13785           win32. This means that our DefaultFont emSize is smaller than the 
13786           the MS SWF equivalent (even thought the width/height stays the same)
13787
13788 2006-05-20  Jackson Harper  <jackson@ximian.com>
13789
13790         * MdiClient.cs:
13791         * MdiWindowManager.cs:
13792         * InternalWindowManager.cs: Make sure to use the border width from
13793         the theme.
13794
13795 2006-05-20  Jordi Mas i Hernandez <jordimash@gmail.com>
13796
13797         * PrintDialog.cs: Implements printer details
13798
13799 2006-05-19  Alexander Olk  <alex.olk@googlemail.com>
13800
13801         * FileDialog.cs: Added focus handling for PopupButtonPanel.
13802           Fixes part 1 and 2 of bug #78446
13803
13804 2006-05-19  Peter Dennis Bartok  <pbartok@novell.com> 
13805
13806         * XplatUIX11.cs (SetWindowPos): Recalculate client area size on resizes
13807           instead of sticking to the first ever calculated value
13808
13809 2006-05-19  Mike Kestner  <mkestner@novell.com>
13810
13811         * ComboBox.cs: fix mouse motion selection to use MousePosition and
13812         PointToClient, since Capture is set. Fixes #78344.
13813
13814 2006-05-19  Mike Kestner  <mkestner@novell.com>
13815
13816         * ListView.cs: match MS behavior in Details view where items are not
13817         drawn if Columns.Count == 0. 
13818         * ThemeWin32Classic.cs: only highlight ListView selection if focused.
13819         Use a separate pen to draw the check, since changing the width affects
13820         the box as well.  Fixes #78454.
13821
13822 2006-05-18  Miguel de Icaza  <miguel@novell.com>
13823
13824         * ListView.cs: ArgumentOutOfRangeException, single versions of the
13825         exception should throw the name of the invalid argument.
13826
13827         * FileDialog.cs (OnClickOpenSaveButton): Avoid crash in open if
13828         there are no files listed. 
13829
13830 2006-05-18  Jackson Harper  <jackson@ximian.com>
13831
13832         * ThemeWin32Classic.cs: Don't use endcaps, they mess the drawing
13833         up.
13834
13835 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
13836
13837         * Control.cs: Brought back our old UpdateZOrder method as a private
13838           function and switched our calls from UpdateZOrder to the new one.
13839           This fixes the Paint.Net canvas disappearing bug.
13840
13841 2006-05-18  Jackson Harper  <jackson@ximian.com>
13842
13843         * Theme.cs:
13844         * ThemeWin32Classic.cs:
13845         * InternalWindowManager.cs: Move the drawing into the theme,
13846         expose everything the theme should need from the window manager.
13847
13848 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
13849
13850         * XplatUIX11.cs (DefWndProc): WM_SETCURSOR: Assign the return value 
13851           from the call to NativeWindow to avoid walking up the parent chain
13852           further than needed (speeds up setting cursors and avoids setting
13853           the wrong cursor if a parent has another cursor defined)
13854         * Cursor.cs: When loading an icon as cursor, MS uses the center of
13855           the icon as hotspot, not what's contained as hotspot in the icon
13856           file. This fixes the perceived drawing offset seen with Paint.Net
13857         
13858 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
13859
13860         * XplatUIX11.cs: 
13861           - Store the calculated rectangle in Hwnd object and use it when 
13862             setting the client size
13863           - Force Toolwindows to always be type Dock, to ensure they're on top
13864
13865 2006-05-18  Mike Kestner  <mkestner@novell.com>
13866
13867         * ComboBox.cs: first pass at ComboBox rework.  Layout is more
13868         consistent with MS positioning.  IntegralHeight, ItemHeight, Sizing.
13869         Correctly initialize textcontrol and ListBox on DropDownStyle changes. 
13870         Substantial refactoring to remove confusing nested classes. Coding
13871         standard and Get+Set->property refactorings.  Shift to index based
13872         highlighting in ComboListBox instead of constantly using IndexOf and
13873         Items[]. Add invalidations on resize for DropDownList to fix ugliness
13874         in FileDialog growth.  Draw borders manually since Simple mode needs
13875         to look like two independent controls.  Make listbox border
13876         conditional to DropDownStyle.  Improved OwnerDraw support.
13877
13878 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
13879
13880         * PaintEventArgs.cs: For 2.0, check for a null Graphics in the .ctor. 
13881         Don't set the disposed graphics to null, so we can throw the "right"
13882         exception if the graphics is reused later (added a flag to avoid 
13883         double disposing). Some behaviours are different under 2.0 and are
13884         filled under bug #78448.
13885
13886 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
13887
13888         * Control.cs: When double-buffering is enabled, we need to reset
13889           our graphics context between paint calls. Otherwise, any 
13890           transformations and other alterations on the context will 
13891           become cumulative (#77734)
13892
13893 2006-05-18  Mike Kestner  <mkestner@novell.com>
13894
13895         * ListView.cs: do focused item selection like MS on clicks. 
13896         Rework focus handling for ItemControl so LostFocus invalidates as
13897         well.
13898         * ThemeWin32Classic.cs: only draw focus rectangle for ListViewItems if
13899         the ListView ItemControl has focus.
13900
13901 2006-05-17  Peter Dennis Bartok  <pbartok@novell.com>
13902
13903         * XplatUIX11.cs: If client_window ends up being width or height zero
13904           due to border settings, move it off window inside whole_window (#78433)
13905
13906 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
13907
13908         * Mime.cs: Shrink the mime file cache correctly.
13909
13910 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
13911
13912         * ThemeWin32Classic.cs: Readded button focus drawing code. (#78429)
13913
13914 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
13915
13916         * XplatUIX11.cs (AddExpose): More sanity checks
13917
13918 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
13919
13920         * XplatUIX11.cs:
13921           - AddExpose: Don't add expose ranges outside the size of our
13922             window
13923           - Cast opacity values to Int32 to avoid crashes with certain
13924             values
13925           - Added disabled code paths that protect against illegal cross-
13926             thread painting (Developers.exe)
13927
13928 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
13929
13930         * ProgressBar.cs: Invalidate the control when it's resized
13931           since block size is based on control size. (#78388)
13932
13933 2006-05-16  Miguel de Icaza  <miguel@novell.com>
13934
13935         * DataGrid.cs (SetDataBinding): per the discussion on irc, instead
13936         of setting the incoming argument to the "reset" value, we set the
13937         this.datamember to string.empty (before we were invalidating the
13938         incoming data).   
13939
13940         Fixes 78420
13941
13942 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
13943
13944         * Form.cs: Only apply transparency settings after the form
13945           is created. (Fixes #77800)
13946
13947 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
13948
13949         * ApplicationContext.cs: Grab the HandleDestroyed event so
13950           we know when to fire OnMainFormClosed 
13951
13952 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
13953
13954         * Application.cs: Introduced sub-class to allow tracking of
13955           threads and centralized triggering of the event mess for
13956           ThreadExit, AppExit, etc..  (#76156)
13957
13958 2006-05-16  Alexander Olk  <alex.olk@googlemail.com>
13959
13960         * MimeIcon.cs:
13961           - Do not return a null icon index value for a mime subclass.
13962             Instead try the main mime type class too.
13963           - Seems that some newer distributions don't have a link to some
13964             gnome default icons anymore. So check the default gnome dir too.
13965           
13966
13967 2006-05-16  Jackson Harper  <jackson@ximian.com>
13968
13969         * MdiClient.cs: Don't paint the parent background image if we have
13970         our own background image.
13971
13972 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
13973
13974         * Control.cs:
13975           - PerformLayout: Do not shrink space filled by DockStyle.Fill
13976             controls, all filled controls are supposed to overlap (#78080)
13977           - UpdateZOrder is supposed to update the control's z-order in the
13978             parent's z-order chain. Fixed to behave like that
13979           - BringToFront: Removed obsolete code
13980           - SendToBack: Simplyfied
13981           - SetChildIndex: Trigger layout calculations when Z-order changes
13982             since layout is done by z-order
13983
13984 2006-05-16  Chris Toshok  <toshok@ximian.com>
13985
13986         [ fixes bug #78410 ]
13987         * DataGrid.cs (set_AlternatingBackColor): use
13988         grid_drawing.InvalidateCells instead of Refresh().
13989         (set_BackColor): call grid_drawing.InvalidateCells.
13990         (set_BackgroundColor): use Invalidate instead of Refresh.
13991
13992         * DataGridDrawingLogic.cs (InvalidateCells): new function, just
13993         invalidate the cell area.
13994
13995 2006-05-15  Chris Toshok  <toshok@ximian.com>
13996
13997         [ fixes bug #78011 ]
13998         * ThemeWin32Classic.cs (DataGridPaintRows): pass the clip argument
13999         on to DataGridPaintRow.
14000         (DataGridPaintRow): take a clip argument, and only draw the cells
14001         which intersect it.  same with the not_usedarea.
14002
14003         * Theme.cs (DataGridPaintRow) add @clip parameter.
14004
14005         * DataGrid.cs (ScrollToColumnInPixels): simplify, use
14006         XplatUI.ScrollWindow.
14007         (ScrollToRow): same.
14008
14009         * DataGridDrawingLogic.cs (UpdateVisibleColumn): fix corner case
14010         with last column which was causing a gray swath to appear with the
14011         XplatUI.ScrollWindow code.
14012
14013 2006-05-15  Chris Toshok  <toshok@ximian.com>
14014
14015         * ListBox.cs (HorizontalScrollEvent): in the non-multicolumn case,
14016         use XplatUI.ScrollWindow.
14017         (VerticalScrollEvent): use XplatUI.ScrollWindow.
14018
14019 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com> 
14020
14021         * TextBoxBase.cs: Added handling of middle-button paste for X11. (#78375)
14022
14023 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
14024
14025         * Cursors.cs: For X11, read NWSE and NESW cursors from our resource
14026           file since there are no equivalent X11 cursors
14027
14028 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
14029
14030         * MonthCalendar.cs : DateTimePicker should reflect selected date
14031           on mouse*up*, not mouse*down*. Fixed originally reported part of
14032           bug #76474.
14033
14034 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
14035
14036         * TabControl.cs : When argument index is equal or more than tab
14037           count, just ignore. Fixed bug #78395.
14038
14039 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
14040
14041         * Control.cs: Dispose all child controls when control is diposed (#78394)
14042
14043 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
14044
14045         * ColorDialog.cs: Finally it is possible to select the color with
14046           the text boxes
14047
14048 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
14049
14050         * PrintDialog.cs: Fix typo
14051
14052 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
14053
14054         * PrintDialog.cs: PrintDialog is not resizable
14055         * ThemeWin32Classic.cs: Draw non links in LinkLabel with the correct
14056           color. Made some ToolBar drawing methods protected virtual.
14057
14058 2006-05-13  Jordi Mas i Hernandez <jordimash@gmail.com>
14059
14060         * PrintDialog.cs: Implementation of the PrintDialog
14061
14062 2006-05-12  Chris Toshok  <toshok@ximian.com>
14063
14064         * ScrollBar.cs (set_Value): don't use Dirty/Invalidate to move the
14065         thumb, instead use MoveThumb.  This has the side effect of making
14066         most of the other thumb moving machinery use MoveThumb as well.
14067         (OnHandleCreated): pass false for @dirty to UpdateThumbPos, as we
14068         need to actually invalidate the rectangle where the new thumb will
14069         go.
14070         (MoveThumb): use XplatUI.ScrollWindow to move the thumb around.
14071         We force an Update() after, so it's not as fast as it could be,
14072         but at least there's zero flicker and no droppings.
14073         (OnMouseMoveSB): in the thumb dragging case, use MoveThumb.
14074         (UpdateThumbPos): add another argument (dirty), which says whether
14075         or not to calculate/add dirty regions which we later invalidate.
14076         For cases where we know we're going to use MoveThumb, we pass
14077         false for this.  Otherwise, pass true.
14078
14079 2006-05-12  Jackson Harper  <jackson@ximian.com>
14080
14081         * ThemeWin32Class.cs: Fixes for alignment and icon rendering in
14082         the status bar.
14083         
14084 2006-05-12  Peter Dennis Bartok  <pbartok@novell.com>
14085
14086         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new SetClipRegion
14087           and GetClipRegion methods and UserClipWontExposeParent property.
14088         * XplatUIWin32.cs: Implemented SetClipRegion/GetClipRegion methods,
14089           overriding UserClipWontExposeParent property, setting to false, since
14090           Win32 handles the required expose messages to draw our clipped parent
14091           areas internally
14092         * XplatUIX11.cs: Implemented SetClipRegion and GetClipRegion; updated
14093           PaintEventStart to set the user clip region if set.
14094         * Control.cs: 
14095           - Now internally tracking the Region for the control since we need to
14096             store it if the handle is not yet created and only set it when it
14097             becomes created. Before setting the region forced handle creation
14098           - Added code to draw the parents underneath a user-clipped region
14099         * Hwnd.cs: Added UserClip property
14100
14101 2006-05-12  Chris Toshok  <toshok@ximian.com>
14102
14103         * ScrollBar.cs (set_LargeChange): Refresh() -> InvalidateDirty()
14104         (set_Maximum): same.
14105         (set_Minimum): same.
14106         (set_SmallChange): same.
14107         (OnMouseUpSB): remove the call to refresh when releasing the
14108         thumb.  We shouldn't need it.
14109         
14110 2006-05-12  Miguel de Icaza  <miguel@novell.com>
14111
14112         * StatusBar.cs (UpdatePanel): If the panel being refreshes has the
14113         AutoSize set to None, we do not need to relayout everything, we
14114         just need to invalidate the current region.
14115
14116         (Draw): Do not draw the entire ClientArea, just redraw the
14117         clip area being passed.
14118
14119         * MdiClient.cs: Make MdiClient constructor with the Form argument
14120         internal. 
14121
14122 2006-05-12  Jackson Harper  <jackson@ximian.com>
14123
14124         * ThemeWin32Classic.cs (DrawToolBar): Flat toolbars get their
14125         parents background image,  but strangely not their own.
14126         - (DrawStatusBarPanel): Take into account horizontal alignment
14127         when drawing the strings and icons.
14128
14129 2006-05-12  Mike Kestner  <mkestner@novell.com>
14130
14131         * ListBox.cs: avoid invalidations for focus when the collection is
14132         empty. 
14133
14134 2006-05-12  Chris Toshok  <toshok@ximian.com>
14135
14136         * ScrollBar.cs (OnMouseMoveSB): when dragging the thumb, don't
14137         invalidate the entire thumb area.  Call InvalidateDirty which
14138         limits the redraw to the thumb itself and surrounding pixels.
14139
14140         * XplatUIX11.cs (ScrollWindow): optimize copying.
14141         
14142 2006-05-12  Chris Toshok  <toshok@ximian.com>
14143
14144         * DataGridDrawingLogic.cs: make CalcGridAreas non-reentrant.
14145         Figure out the positioning/layout in a single pass instead of
14146         multiple recursive invocations.  Speeds up the initial display of
14147         the data grid.  Also, make many things private that were
14148         originally public but unused outside this class.
14149
14150 2006-05-11  Jackson Harper  <jackson@ximian.com>
14151
14152         * MdiClient.cs: Improved layout code.
14153
14154 2006-05-11  Jonathan Chambers  <jonathan.chambers@ansys.com>
14155
14156         * PropertyGrid.cs : Only check GetPropertiesSupported for properties,
14157           not SelectedObject.
14158
14159 2006-05-11  Chris Toshok  <toshok@ximian.com>
14160
14161         * Hwnd.cs (Invalid): don't start off with Rectangle.Empty, as
14162         union of that will always be {0,0,width,height}.
14163
14164 2006-05-11  Jackson Harper  <jackson@ximian.com>
14165
14166         * Form.cs: Match MS's DefaultSize for forms (they must have
14167         changed the size in sp2).
14168
14169 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
14170
14171         * TextBoxBase.cs : implement CTRL+A (select all). Fixed bug #78368.
14172
14173 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
14174
14175         * TextControl.cs : Fixed bug #78109. This incorrect position
14176           comparison caused crash on automatic line split.
14177         * TextBoxBase.cs : reduce duplicate code.
14178
14179 2006-05-10  Jackson Harper  <jackson@ximian.com>
14180
14181         * MdiClient.cs: Active form is only sent to the back when using
14182         the Next form functionality, when a form is clicked the current
14183         active shouldn't be sent to the back.
14184         - Layout the mdi windows when the container is first made visible.
14185         * Form.cs: Give the MdiClient a ref to the containing form when we
14186         create it.
14187         
14188 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
14189
14190         * LinkLabel.cs : link_font could be uninitialized, so populate one
14191           before actual use. Fixed bug #78340.
14192
14193 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
14194
14195         * XplatUIX11.cs : clipboard format native value is IntPtr.
14196           Fixed bug #78283.
14197
14198 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
14199
14200         * Control.cs: 
14201           - Instead of showing context menus directly we send WM_CONTEXTMENU, 
14202             which is passed up the parent chain by DefWndProc
14203           - We now handle WM_CONTEXTMENU to display any menu, or pass it 
14204             to DefWndProc (#77956)
14205         * XplatUIX11.cs: Added handling of WM_CONTEXTMENU (pass up) to DefWndProc
14206
14207 2006-05-10  Jackson Harper  <jackson@ximian.com>
14208
14209         * MdiClient.cs: We need to remove the controls from the mdi
14210         collection, when we close the window.
14211         * MdiWindowManager.cs: Special handling of closing mdi windows.
14212         * InternalWindowManager.cs: Make the close method virtual so the
14213         mdi window manager can handle it specially.
14214
14215 2006-05-10  Jordi Mas i Hernandez <jordimash@gmail.com>
14216
14217         * DataGrid.cs:
14218           - Recalculate grid when the data source has changed
14219           - Matches styles provided by user from all data sources types
14220         * DataGridTableStyle.cs: For columns that provided by the user set the
14221         with the preferred value is there was unassigned.
14222         * CurrencyManager.cs: throw OnItemChanged event
14223
14224 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com> 
14225
14226         * PictureBox.cs: Don't animate until handle is created. Start animation
14227           when handle is created.
14228
14229 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
14230
14231         * XplatUIX11.cs, Hwnd.cs: Adopted Mike's patch from #77979 to match
14232           current codebase.
14233         * XEventQueue.cs: We don't need to provide the extra info
14234
14235 2006-05-10  Jackson Harper  <jackson@ximian.com>
14236
14237         * MdiClient.cs: If the mdi clients parent form has a background
14238         image set, we draw that background image for the mdi area's
14239         background.
14240
14241 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
14242
14243         * TextBoxBase.cs: Set IBeam cursor (#78347)
14244
14245 2006-05-10  Mike Kestner  <mkestner@novell.com>
14246
14247         * ToolBar.cs: fix some text padding issues with ButtonSize
14248         calculation. Update the default size to match MS documentation.
14249         * ToolBarButton.cs: use ToolBar.ButtonSize for layout of unspecified
14250         button size. Fixes #78296.
14251
14252 2006-05-10  Mike Kestner  <mkestner@novell.com>
14253
14254         * ListBox.cs: use is_visible for scrollbar positioning in case the
14255         control isn't on screen yet.  Fix off by one with Right vs Width
14256         usage.  Update Scrollbars in SetBoundsCore. Fixes #78188 and #78258.
14257         
14258 2006-05-10  Jackson Harper  <jackson@ximian.com>
14259
14260         * X11Dnd.cs: Drop to a control with another control on top of it.
14261         * ToolBar.cs: Work on a copy of the buttons list, so that it can
14262         be modified in click handlers. TODO: Look for similar problems in
14263         other controls.
14264
14265 2006-05-09  Jackson Harper  <jackson@ximian.com>
14266
14267         * Form.cs: Window managers need the old window state when setting
14268         window state now.
14269         * InternalWindowManager.cs: Allow the base mdi window manager to
14270         handle more of the MDI only stuff (like maximize buttons).
14271         * MdiWindowManager.cs: Fix some snafus in changing the window
14272         state.  Add all the menu functionality, for both popup and
14273         maximized menus.
14274         * MdiClient.cs: When a new form is selected the currently
14275         activated form is sent to the back, this matches MS.
14276         - Implement a new method to activate the next mdi child window.
14277
14278 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com>
14279
14280         * Control.cs: 
14281           - Added new InternalCapture method to allow controls to prevent
14282             the capture behaviour on the click handlers
14283           - Switched to use InternalCapture
14284         * ComboBox.cs:
14285           - Using InternalCapture to prevent mouse captures from being released
14286             on mouse button release (Fixes #78100)
14287         * XplatUIX11.cs (DeriveStyles): Now checks caption state and only
14288           returns Form borders if a caption is present. (Fixes #78310)
14289
14290 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com> 
14291
14292         * TreeNode.cs: Changed serialization .ctor to not require every field
14293           to be present. (#78265)
14294         * OwnerDrawPropertyBag.cs: Added serialization .ctor
14295
14296 2006-05-05  Alexander Olk  <alex.olk@googlemail.com>
14297
14298         * MimeIcon.cs: for is faster than foreach for strings.
14299
14300 2006-05-05  Mike Kestner  <mkestner@novell.com>
14301
14302         * CheckedListBox.cs: update check handling code to not use selected.
14303         * ListBox.cs: rewrite of mouse selection handling to correspond to MS
14304         behavior for visual feedback, motion response, shift/ctrl handling,
14305         and properly deal with all 4 selection modes. Updates to bounds
14306         handling logic.  Add scroll wheel support. [Fixes #77842]
14307
14308 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
14309
14310         * ListView.cs:
14311           - Moved adding of Implicit controls into .ctor. That way, subsequent
14312             creation of the controls will not cause them to think they are 
14313             toplevel windows (fixes #78200 header problem)
14314           - Added 2.0 ShowGroups and UseCompatibleStateImageBehaviour
14315           - Switched visibility setting of header control to use internal field
14316             to avoid triggering handle creation
14317           - Now checking if handle is created before causing a refresh when items
14318             are added (This makes us now match handle creation time with MS)
14319         * Splitter.cs: Removed loading of private splitter cursor, switched to
14320           Cursors version now that that is loading the right ones
14321         * Cursors.cs: Load proper splitter cursors from resources
14322         * Cursor.cs: Added second method of loading resource cursors for the 
14323           VS.Net users amongst us
14324
14325 2006-05-05  Mike Kestner  <mkestner@novell.com>
14326
14327         * ListView.cs: give header_control a minimum size based on the
14328         ListView size.
14329
14330 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
14331
14332         * XplatUIX11.cs: WS_EX_TOPMOST requires window to be on top. A dock
14333           window seems to do that with metacity, so set that type. (#78120)
14334
14335 2006-05-05  Mike Kestner  <mkestner@novell.com>
14336
14337         * ListViewItem.cs: fix Details mode checkbox layout bug.
14338         * ThemeWin32Classic.cs: draw a ListView column header for unused space
14339         at the end of the header, if it exists. [Fixes for #78200]
14340
14341 2006-05-04  Jackson Harper  <jackson@ximian.com>
14342
14343         * MdiClient.cs: Add a helper property to get the container form.
14344         * MdiWindowManager.cs: We have to make sure to use the menu origin
14345         when drawing the icons and buttons, this fixes maximized window
14346         icons/buttons on win32.
14347         * InternalWindowManager.cs: Reset the restore captions when a
14348         window goes from Maximized to Minimized and vice versa. Move the
14349         DrawMaximizedButtons into the MdiWindowManager source, tool
14350         windows can't be maximized. NOTE: This could use a little
14351         refactoring if time ever permits.
14352         
14353 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
14354
14355         * TextBox.cs: Add MWFCategoryAttributes
14356         * TextBoxBase.cs: Add MWFCategoryAttributes
14357         * Form.cs: Add MWFCategoryAttributes
14358
14359 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
14360
14361         * Control.cs: Add MWFCategoryAttributes
14362         * ScrollableControl.cs: Add MWFCategoryAttributes
14363
14364 2006-05-03  Alexander Olk  <alex.olk@googlemail.com>
14365
14366         * ThemeWin32Classic.cs: Draw the ToolBar top border only if
14367           Divider is true. Fix a little glitch in PropertyToolBar
14368           drawing code
14369
14370 2006-05-02  Peter Dennis Bartok  <pbartok@novell.com> 
14371
14372         * Control.cs:
14373           - Dispose: Call base.Dispose, this causes the disposed event
14374             to be fired (and probably other, more important stuff)
14375           - SetVisibleCore: Set is_visible to true after creating the
14376             window so that the window still gets created invisible (if
14377             WM_VISIBLE isn't set). That will cause the ShowWindow afterwards
14378             to generate a WM_ACTIVE message
14379         * Form.cs: Call Dispose when we want to destroy the window, instead of
14380           just destroying the handle (Dispose will do that for us)
14381         * XplatUIX11.cs:
14382           - RootWindow also needs a queue, so we can properly process the
14383             property change events from RootWindow (like Activate)
14384           - Generatic synthetic WM_ACTIVE message when the active window is
14385             being destroyed
14386
14387 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
14388
14389         * LinkLabel.cs: Trigger a recalc of our label dimensions when
14390           bounds are changed
14391
14392 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com>
14393
14394         * ThemeWin32Classic.cs (ButtonBase_DrawImage): Use the proper image
14395           for determining width and height (image might not be assigned if
14396           we're drawing an imagelist)
14397
14398 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
14399
14400         * XplatUI.cs, XplatUIDriver.cs: Added MenuHeight property
14401         * XplatUIWin32.cs: Overriding new MenuHeight property, retrieving
14402           height from system
14403         * Theme.cs: No longer returns hardcoded menu height, instead calls
14404           new driver method
14405         * Form.cs (OnLoad): Scaling happens before triggering Load events 
14406           on MS (# 78257)
14407
14408 2006-05-01  Mike Kestner  <mkestner@novell.com>
14409
14410         * MenuItem.cs: fix NRE for text == null.  Fixes #78250.
14411
14412 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com> 
14413
14414         * TextBoxBase.cs: Removed Fixme
14415         * RichTextBox.cs (set_RTF): Invalidate document after update (#78247)
14416
14417 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com>
14418
14419         * XplatUIX11.cs:
14420           - ScrollWindow: We were passing hwnd.ClientRectangle which returns
14421             the rectangle relative to the parent, considering borders. We
14422             don't really want that.
14423           - ScrollWindow: Fixed warning to be more understandable
14424         * TextBoxBase.cs: Fixed ScrollWindow calculations to consider our
14425           scrollbars and scroll only the visible area
14426         * RichTextBox.cs: Removed debug output
14427
14428 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
14429
14430         * NumericUpDown.cs (Text): Just use base
14431         * UpDownBase.cs: Ensure txtView is created before using it
14432
14433 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
14434
14435         * XplatUIX11.cs (SetWindowTransparency): Casting opacity to int before
14436           casting to IntPtr to avoid 64bit overflow errors
14437
14438 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
14439
14440         * Control.cs:
14441           - AllowDrop: Don't force handle creation.
14442           - CreateHandle: Added call to tell driver if we're allowed to drop
14443
14444 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
14445
14446         * FileDialog.cs: Remember the last directory not only for the
14447           current instance but also for new FileDialog instances.
14448
14449 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
14450         
14451         * XplatUIX11.cs: Forgot to set the queue on the foster parent. That
14452           broke sending async messages
14453
14454 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
14455
14456         * XplatUIX11.cs:
14457           - ScrollWindow: Fixed method. We finally generate expose events again
14458             for scrolled areas. This was causing 'garbage' when scrolling
14459             textbox and other controls that used ScrollWindow
14460           - Switched from using the regular queue for paint events to the MS 
14461             model of 'generating' paint events when the queue is empty.
14462             We use the new XQueueEvent.Paint subclass to store which windows
14463             need painting.
14464           - AddExpose now takes the x/y/width/height of the exposed area
14465             and inserts the window into the paint queue if not already there
14466           - InvalidateWholeWindow: Switched to use new AddExpose method
14467           - UpdateMessageQueue: Added which queue to monitor for paint events
14468           - DefWndProc: Added default handler for WM_PAINT and WM_NCPAINT in
14469             the unlikely case nothing above handles it. We reset the expose
14470             pending states to get them off the queue.
14471           - GetMessage: Now pulls a paint event if no other events are in the
14472             queue
14473           - Invalidate: Switched to new AddExpose method
14474           - PeekMessage: Updated to understand pending paint events
14475           - UpdateWindow: Fixed logic bug. We were only updating if the window
14476             didn't need updating. Also switched to sending WM_PAINT directly,
14477             like MS does.
14478         * XEventQueue.cs: Added Paint queue support. Allows enqueue/dequeue
14479           and random access Remove(). The random access is needed to handle
14480           UpdateWindow() where a WM_PAINT is sent directly without accessing
14481           the queue.
14482         * ScrollBar.cs: Added Update() calls to cause immediate updates to
14483           allow for better feedback when scrolling. Scrollbars are small and
14484           the immediate update should make it 'feel' more responsive without
14485           slowing things down. ScrollBar still needs it's invaliate logic
14486           updated to not always invalidate the whole bar on certain changes.
14487
14488 2006-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14489
14490         * Control.cs:
14491         (BackColor): if the control does not support a transparent background,
14492         return the default backcolor when the parent backcolor is transparent.
14493
14494 2006-04-28  Peter Dennis Bartok  <pbartok@novell.com>
14495
14496         * Application.cs: Updated to new StartLoop/GetMessage API
14497         * RichTextBox.cs: Provide some output on RTF parsing errors
14498         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs: Added
14499           new queue_id argument to GetMessage and PeekMessage to allow faster
14500           handling of per-thread queues in drivers.
14501         * Hwnd.cs: Added Queue tracking and property
14502         * MenuAPI.cs: Updated to new StartLoop/GetMessage API
14503         * XEventQueue.cs: Added thread trackingA
14504         * PropertyGridView.cs: Updated to new StartLoop/GetMessage API
14505         * XplatUIX11.cs:
14506           - Implemented new per-thread queue
14507           - GetMessage: Fixed return/break behaviour on several cases. We were
14508             returning stale messages in some cases, instead of just processing
14509             the next message
14510
14511 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
14512
14513         * PropertyGrid.cs: Call GetPropertiesSupported on TypeConverter.
14514
14515 2006-04-27  Peter Dennis Bartok  <pbartok@novell.com>
14516
14517         * ThemeWin32Classic.cs (DrawToolBar): Refactored, simplified the logic,
14518           fixed off-by-one comparisons between Width/Height and Right/Bottom.
14519
14520 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
14521
14522         * PropertyGridView.cs: Fix drop down width.
14523
14524 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
14525
14526         * ThemeWin32Classic.cs: Peter thinks that three additional lines are
14527           a mess in DrawToolBar, so I removed one of them.
14528
14529 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
14530
14531         * ThemeWin32Classic.cs: Draw the ToolBar border lines only if
14532           needed (clip). Otherwise we get artifacts.
14533
14534 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
14535
14536         * FixedSizeTextBox.cs: Added constructor to allow specifying which
14537           dimension is fixed
14538         * UpDownBase.cs: Set the spinner control to be fixed height vertical,
14539           and switched FixedSizeTextBox to only be fixed vertical (#78116)
14540         * Form.cs: Not applying the 'MS 0.08 fudge factor' for a given dimension
14541           if it matches the scale base font (avoids unneeded scaling)
14542
14543 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
14544
14545         * X11DesktopColors.cs: One gtk_init_check should be enough
14546
14547 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com> 
14548
14549         * TextBoxBase.cs: Moved Backspace handling into WM_CHAR block to
14550           match MS behaviour
14551
14552 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
14553
14554         * TextBoxBase.cs: 
14555           - Generate OnTextChanged for Backspace even if we're only deleting
14556             the current selection
14557           - When setting the Text property, only select all text if the
14558             control does not have focus when it is being set. Otherwise
14559             just place the cursor at the beginning of the control
14560
14561 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
14562
14563         * ThemeWin32Classic.cs: ToolBars get drawn with two lines at the top.
14564           Added a little helper to draw PropertyGrid ToolBar with a different
14565           border and a different BackColor.
14566         * PropertyGrid.cs: Some background parts didn't get painted with the
14567           correct background color. Added a class that helps us to draw the
14568           correct border for PropertyGridView and a class that helps us to
14569           draw ToolBars with a different backcolor
14570         * PropertyGridView.cs: Draw PlusMinus with the correct colors.
14571
14572 2006-04-25  Jonathan Chambers  <jonathan.chambers@ansys.com>
14573
14574         * PropertyGrid.cs: Bug 78196, font size, and splitter location.
14575         * PropertyGridView.cs: Bug 78196, font size, and splitter location.
14576
14577 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
14578
14579         * XplatUIWin32.cs (DIBtoImage): ORing instead of ANDing the alpha
14580           into the palette entries. Also, since we're working on a copy
14581           we needed to copy the palette back onto the bitmap.
14582         * Cursor.cs: Same fix as XplatUIWin32.cs.
14583
14584 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com>
14585
14586         * ImageListStreamer.cs: Need to read the var (or we're off)
14587
14588 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
14589
14590         * TextControl.cs, ComboBox.cs, CommonDialog.cs, Theme.cs, 
14591           XplatUIWin32.cs, RichTextBox.cs, ImageListStreamer.cs,
14592           TextBoxBase.cs: Unused var fixes
14593         * AxHost.cs: Small 2.0 fix
14594         * XplatUIX11.cs: Switched to IntPtr from int for XA_CARDINAL atoms 
14595           as it seems that is what at least Metacity expects. This will make
14596           icons show up on 64bit platforms. We still have some 64bit size
14597           issues, though, since the startup app window size still won't match.
14598
14599 2006-04-25  Mike Kestner  <mkestner@novell.com>
14600
14601         * *.cs: cleanup newly reported exception var unused warnings.
14602
14603 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
14604
14605         * ThemeWin32Classic.cs: Button image alignment now matches exactly
14606           ms
14607
14608 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
14609
14610         * ThemeWin32Classic.cs: Fixed drawing code for buttons with an
14611           image. The image position is always the same, no matter if the
14612           button is pressed or not.
14613
14614 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
14615
14616         * FileDialog.cs: SaveFileDialog shouldn't rely on a MWFFileView
14617           selection and set the correct filename for SaveFileDialog.
14618           Patch by Emery Conrad.
14619
14620 2006-04-24  Mike Kestner  <mkestner@novell.com>
14621
14622         * ListView.cs (LastVisibleIndex): when in List mode of Alignment.Left,
14623         check for item.X outside the ClientRect instead of item.Y. Fixes
14624         #78151.
14625
14626 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14627
14628         * ImageListStreamer.cs: some images store a wrong grow factor, so don't
14629         trust that value blindly and do some sanity check. Fixes bug #77814.
14630
14631 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14632
14633         * ImageListStreamer.cs: save the mask as a 1bpp image.
14634
14635 2006-04-21  Mike Kestner  <mkestner@novell.com>
14636
14637         * CheckedListBox.cs: maintain CheckStatus here. Use DrawItemState to
14638         pass Checked and Indeterminate to the Theme Engine. Improve
14639         encapsulation with ListBox.
14640         * ListBox.cs: Keep a StringFormat instead of calculating it every item
14641         draw. Kill ListBoxItem. Refactor away the ListBoxInfo and ListBoxItem
14642         nested types.  Move all CheckState functionality to CheckedListBox.
14643         Make IntegralHeight work like MS.  Rewrite of Layout engine.  Fix
14644         OwnerDrawVariable layout/rendering.  Fix multicolumn rendering.  Fix
14645         ScrollAlwaysVisible handling. Refactor "selected" collections to use a
14646         single base list. Fix scrollbar sizing and placement to mirror MS.
14647         * Theme.cs: remove CheckedListBoxCheckRectangle. It wasn't really
14648         used.
14649         * ThemeWin32Classic.cs: implement Indeterminate CheckState rendering
14650         for CheckedListBox by using new DrawItemState info.  Center the
14651         checkboxes on the items. Use new StringFormat property.
14652
14653 2006-04-18  Jackson Harper  <jackson@ximian.com>
14654
14655         * Form.cs: MdiChildren don't do default locations the same way as
14656         regular forms.  This prevents a crash when trying to position the
14657         mdi windows.
14658
14659 2006-04-17  Jonathan Chambers  <jonathan.chambers@ansys.com>
14660
14661         * PropertyGridTextBox.cs: Formatting, copyright
14662         * PropertiesTab.cs: Formatting
14663         * PropertyGrid.cs: Formatting
14664         * PropertyGridView.cs: Formatting, fix drop down, enabled double 
14665           click toggling of values
14666           
14667 2006-04-17  Peter Dennis Bartok  <pbartok@novell.com> 
14668
14669         * KeyPressEventArgs: Added 2.0 only setter for KeyChar
14670         * Control.cs (.ctor): verify_thread_handle is static, don't reset
14671           every time a control is created
14672         * Application.cs: Removed obsolete EnableRTLMirroring method
14673
14674 2006-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
14675
14676         * TabControl.cs: Avoid ArgumentOutOfRangeException when setting
14677         SelectedIndex to -1. Fixes bug #78121.
14678
14679 2006-04-17  Jackson Harper  <jackson@ximian.com>
14680
14681         * Binding.cs: Handle null values for Current and BindingContext.
14682         This occurs when binding is a little delayed.
14683         * CurrencyManager.cs: return null for Current when there are no
14684         items in the list.
14685         - Hookup to the listchanged event on the DataView and update
14686         bindings when the list is changed.  This fixes late binding of
14687         controls.
14688
14689 2006-04-17  Jackson Harper  <jackson@ximian.com>
14690
14691         * X11Dnd.cs:
14692         * XplatUIX11.cs: Drops should not create a mousedown. Patch by Tim
14693         Ringenbach.
14694
14695 2006-04-15  Alexander Olk  <alex.olk@googlemail.com>
14696
14697         * ThemeWin32Classic.cs: Draw disabled combo button in the correct
14698           place
14699         * ComboBox.cs: If the combobox is disabled call CPDrawComboButton
14700           with the correct ButtonState
14701
14702 2006-04-14  Peter Dennis Bartok  <pbartok@novell.com>
14703
14704         * XplatUIX11.cs: Improved distinguishing between window types to
14705           tell the WM a type closer to what the app wants (Fixes #78107)
14706
14707 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
14708
14709         * ThemeWin32Classic.cs: Fixed drawing of ContainerGrabHandle and
14710           GrabHandle
14711
14712 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
14713
14714         * ThemeWin32Classic.cs: Fixed size grip drawing and updated StatusBar
14715           drawing code to reflect the size grip changes
14716
14717 2006-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14718
14719         * ImageListStreamer.cs: fix handling of the mask that follows the main
14720         bitmap when deserializing and serialize it properly. The generated mask
14721         should better be a 1bpp image, but I'll do that later.
14722
14723 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
14724
14725         * FileDialog.cs: Show something in the DirComboBox on *nix if the
14726           path doesn't fit into some of our Current.Places
14727
14728 2006-04-13  Jackson Harper  <jackson@ximian.com>
14729
14730         * ComboBox.cs: Use borders instead of drawing our own decorations,
14731         try to obey correct rules for heights.
14732         * Theme.cs:
14733         * ThemeNice.cs:
14734         * ThemeClearLooks.cs:
14735         * ThemeWin32Classic.cs: Remove combobox decoration drawing code,
14736         this is now handled by borders.
14737         - Remove unused DrawListBoxDecorationSize method.
14738         
14739 2006-04-13  Mike Kestner  <mkestner@novell.com>
14740
14741         * MenuAPI.cs: null guarding for the disbled click check fixes crash
14742         reported by Alex.
14743
14744 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
14745
14746         * ThemeWin32Classic.cs: 
14747           - Fixed CPDrawStringDisabled
14748           - Corrected drawing of disabled menu items
14749           - Fixed drawing of disabled radio buttons (bug #78095)
14750           - Draw check in a disabled CheckBox with color ControlDark 
14751
14752 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
14753
14754         * Form.cs: Use the provided width when calculating the menu size;
14755           when being maximized we get WM_NCCALCSIZE before WM_WINDOWPOSCHANGED
14756           and ClientSize.Width won't be updated yet
14757         * Application.cs: Use Visible instead of Show() to make form visible,
14758           this way we create the handle later and menusize is considered
14759
14760 2006-04-12  Mike Kestner  <mkestner@novell.com>
14761
14762         * MenuAPI.cs: ignore clicks on disabled menu items. Thanks to Alex for
14763         reporting.
14764
14765 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
14766
14767         * TextBox.cs: Implemented context menu
14768
14769 2006-04-12  Mike Kestner  <mkestner@novell.com>
14770
14771         * ListView.cs: implement box selection. fixes #77838.
14772         * ThemeWin32Classic.cs: draw box select rect, remove a ResetClip.
14773
14774 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
14775
14776         * XplatUIX11.cs: Added setting of window type when transient window
14777           is created (metacity would move it otherwise)
14778         * X11Structs.cs: Added WINDOW_TYPE atoms
14779         * LinkLabel.cs: Override OnPaintBackgroundInternal and draw the
14780           background (the control is Opaque but still wants transparent
14781           backgrounds)
14782
14783 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
14784
14785         * Control.cs: Added OnPaintBackgroundInternal to allow controls
14786           that set Opaque but don't mean it (like all ButtonBase-derived
14787           controls) to still draw their background
14788         * ButtonBase.cs: Override OnPaintBackgroundInternal and draw
14789           the background
14790
14791 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
14792
14793         * Control.cs (PaintControlBackground): Set the graphics object
14794           on our PaintEvent to null to prevent it from being disposed
14795           when the PaintEvent gets disposed
14796
14797 2006-04-12  Alexander Olk  <alex.olk@googlemail.com>
14798
14799         * ThemeWin32Classic.cs: Use even more SystemBrushes and SystemPens
14800         * ThemeNice.cs, ThemeClearlooks.cs: fix typo
14801
14802 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
14803
14804         * Control.cs: 
14805           - Added transparency check to BackColor property. Transparent
14806             backgrounds are only allowed if the control styles permit it
14807           - Added recursive painting of parent control background and
14808             foreground if a control with a transparent backcolor is drawn
14809             (Thanks to Tim Ringenback for providing his 'hack' as a base
14810              for this patch) Fixes #77985 and #78026.
14811           - Added Opaque style check before calling OnPaintBackground, no
14812             need to draw the background if the control is opaque
14813           - Removed ControlAccessibleObject owner variable (inherited from
14814             base, no need to define again)
14815           - Added some documentation links explaining the drawing events
14816             and styles
14817
14818 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
14819
14820         * Splitter.cs (CalculateSplitPosition): Corrected the bad assumption
14821           that the affected control is the located at the left border of our
14822           parent (Fixes #77936)
14823
14824 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
14825
14826         * TextBoxBase.cs: When rendering disabled or readonly controls,
14827           draw the background with 'Control' instead of 'Window' color as
14828           long as the user hasn't specifically set a color
14829
14830 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
14831
14832         * TextBoxBase.cs: Don't try to shortcut by checking against base.Text
14833           since that won't be updated if the user types text (only if it's
14834           programatically set)
14835
14836 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
14837
14838         * ScrollableControl.cs: Calculate DisplayRect dynamically, so that
14839           layout changes do to app-triggered resizes will have the proper
14840           display rectangle for layout
14841
14842 2006-04-11  Alexander Olk  <alex.olk@googlemail.com>
14843
14844         * ThemeWin32Classic.cs:
14845           - Make use of the SystemBrushes and SystemPens wherever possible
14846           - Corrected some highlight colors
14847           - Corrected RadioButton and CheckBox FlatStyle.Flat and Popup
14848             drawing
14849         * Theme.cs: Added Empty field to CPColor struct
14850
14851 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
14852
14853         * ScrollabeControl.cs: We need to consider whether or not a scrollbar
14854           is displayed when calculating the display rectangle. Thanks to Mike
14855           for teaching me the err of my ways.
14856
14857 2006-04-10  Peter Dennis Bartok  <pbartok@novell.com>
14858
14859         * ScrollableControl.cs:
14860           - Rewrote DisplayRectangle code, now returning the proper x/y coords 
14861             (instead of 0,0) and we now return the real width/height instead of
14862             just the clientrectangle, adjusted for padding. The rectangle is
14863             now cached and created by the new CalculateDisplayRectangle method.
14864           - Created new CalculateDisplayRectange method, which basically does
14865             what get_DisplayRectangle() did originally, but now using the 
14866             right edge instead of DisplayRectangle to determine the size of
14867             our scrollbars
14868           - get_Canvas(): Fixed it to properly calculate canvas for 
14869             right/bottom controls which seem to be placed to the right/bottom
14870             of any controls that have a fixed location
14871           - Removed TODO that's taken care of
14872           - Removed NotImplementeds and attempted to implement AdjustFormScrollBars
14873             and SetDisplayRectLocation according to new MSDN2 docs
14874           - Added call to PerformLayout in OnVisibleChanged, MS causes a layout
14875             event when that is called, this is added for compatibility
14876           - ScrollControlIntoView(): Implemented.
14877           - Switched scrollbars to be implicit, they shouldn't be selectable
14878         * ContainerControl: Now that ScrollControlIntoView is implemented, we 
14879           call it when the active control is set/changed
14880         * ScrollBar.cs: Added support for generating Win32 scrollbar messages
14881         * ImplicitHScrollBar.cs, ImplicitVScrollBar.cs: Now setting new base
14882           implicit_control variable (used for native Win32 message generation)
14883         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Added new 
14884           HorizontalScrollBarHeight and VerticalScrollBarWidth properties
14885         * ThemeWin32Classic.cs: Now calling the driver for the scrollbar sizes
14886         * XplatUIStructs.cs: Added ScrollBarCommands enum
14887
14888 2006-04-10  Jackson Harper  <jackson@ximian.com>
14889
14890         * ButtonBase.cs:
14891         * CheckedListBox.cs:
14892         * ComboBox.cs:
14893         * DataGrid.cs:
14894         * DataGridView.cs:
14895         * Form.cs:
14896         * GroupBox.cs:
14897         * ListBox.cs:
14898         * PrintPreviewControl.cs:
14899         * ProgressBar.cs:
14900         * PropertyGrid.cs:
14901         * Splitter.cs:
14902         * StatusBar.cs:
14903         * TrackBar.cs:
14904         * UpDownBase.cs: Fixup base event overrides.
14905         
14906 2006-04-06  Mike Kestner  <mkestner@novell.com>
14907
14908         * ScrollBar.cs: fix "new event" declarations (#76509) and bounds check
14909         all user-initiated value changes to min <= value <= max-thumbsz+1.
14910         (set_Value): check for vert/horiz when calculating new thumb position.
14911         (LargeIncrement): bounds check to stop pos at max - thumb_size + 1
14912         like MS does.
14913         (OnMouseMoveSB): refactor the thumb dragging code and refine
14914         invalidation logic to reduce flicker.
14915         (SetEndPosition): bounds check to stop pos at max - thumb_size + 1
14916         (SmallIncrement): bounds check to stop pos at max - thumb_size + 1
14917         (UpdateThumbPosition): small code readability cleanup
14918
14919 2006-04-10  Alexander Olk  <alex.olk@googlemail.com>
14920
14921         * ThemeNice.cs: Small UI polishing. Draw borders a little bit
14922           different
14923
14924 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
14925
14926         * ThemeNice.cs: Use a better graphics effect when a button is pressed
14927
14928 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
14929
14930         * Theme.cs: Added GetDashPen and GetSizedPen to SystemResPool
14931         * ThemeWin32Classic.cs: Make use of the new SystemResPool methods.
14932           This dramatically reduces the number of Pen.Dispose calls. 
14933           Where possible call ResPool methods only once instead of calling it
14934           over and over again (for example for the same color).
14935
14936 2006-04-06  Mike Kestner  <mkestner@novell.com>
14937
14938         * TabControl.cs: fix for SelectedIndex updating on TabPage removals.
14939         Also remove an unused private field on the collection. Fixes #77972.
14940
14941 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
14942
14943         * ThemeNice.cs: Added ToolBar drawing code
14944
14945 2006-04-06  Mike Kestner  <mkestner@novell.com>
14946
14947         * Form.cs (ShowDialog): MS allows IWin32Window param to be a non-form.
14948         I'm assuming that means we need to look up the toplevel for the
14949         provided control. Fixes the crash trace in #77911 but exposes another
14950         crash in some strange reflection usage in NDocGui.
14951
14952 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
14953
14954         * ThemeNice.cs: Gave it a little silver touch and added Images
14955           method
14956         * FontDialog.cs: FontDialog is not resizable
14957         * FileDialg.cs: Added SizeGripStyle.Show
14958
14959 2006-04-05  Jackson Harper  <jackson@ximian.com>
14960
14961         * KeyboardLayouts.cs: Remove warning.
14962
14963 2006-04-05  Jackson Harper  <jackson@ximian.com>
14964
14965         * Control.cs: Enable OnPaintInternal so we can use it for drawing
14966         all of our controls instead of Paint +=.
14967         * ListBox.cs:
14968         * ListView.cs:
14969         * MenuAPI.cs:
14970         * MessageBox.cs:
14971         * NotifyIcon.cs:
14972         * ProgressBar.cs:
14973         * ScrollBar.cs:
14974         * Splitter.cs:
14975         * StatusBar.cs:
14976         * TabControl.cs:
14977         * TextBoxBase.cs:
14978         * ToolBar.cs:
14979         * TrackBar.cs:
14980         * UpDownBase.cs:
14981         * ComboBox.cs: Remove handling of WM_PAINT and WM_ERASEBKGND and
14982         use OnPaintInternal. Remove Width/Height and Visible checks in
14983         paint handler, this is done at a higher level now.
14984         * GroupBox.cs: Don't need to handle WM_ERASEBKGND anymore.
14985         * PaintEventArgs.cs: Add a handled flag so controls that don't
14986         want anymore painting after OnPaintInternal can make sure OnPaint
14987         isn't called.
14988
14989 2006-04-05  Mike Kestner  <mkestner@novell.com>
14990
14991         * Form.cs: fix the menu WndProc hacks to respect the native enabled
14992         state of the form, so that we don't process events when Modal dialogs
14993         are up. Fixes #77922.
14994
14995 2006-04-05  Alexander Olk  <alex.olk@googlemail.com>
14996
14997         * Mime.cs: Default for range length is 1 not 0. If set to 0 no match
14998           checking is done.
14999
15000 2006-04-05  Mike Kestner  <mkestner@novell.com>
15001
15002         * XplatUIX11.cs: fix typo in the EX_APPWINDOW transient patch.
15003
15004 2006-04-05  Mike Kestner  <mkestner@novell.com>
15005
15006         * ListView.cs (HeaderMouseMove): null guarding for the over column
15007         when setting up the drag_to_index.  Fixes #78015.
15008
15009 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com>
15010
15011         * XplatUIX11.cs: If WS_EX_APPWINDOW isn't set we don't want to show up
15012           in the taskbar. Transient windows seem to accomplish that.
15013
15014 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com> 
15015
15016         * Form.cs:
15017           - Re-enabled CreateParams.X/Y code for FormStartPosition
15018           - Added code for manual placement when creating the Control
15019           - Incomplete patch to treat MDI forms differently when
15020             setting the ClientSizeCore. (Still need to figure out handling
15021             x/y coords there)
15022         * XplatUIX11.cs:
15023           - When we're explicitly setting the X/Y position of a non-Child
15024             window, let the WM know. Metacity really wants this.
15025
15026 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
15027
15028         * ThemeNice.cs: Added CPDrawButton
15029
15030 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
15031
15032         * ThemeNice.cs: Changed the color for focused buttons and activated
15033           the arrows for small scroll buttons.
15034
15035 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
15036
15037         * ThemeWin32Classic.cs: Removed DrawFlatStyleButton, not needed
15038           anymore. Changed some method modifiers to protected (virtual)
15039         * ThemeClearlooks.cs: Updated to reflect the ThemeWin32Classic
15040           changes
15041         * ThemeNice.cs: Updated to reflect the ThemeWin32Classic changes.
15042           Updated drawing of menus, buttons and progressbars; added
15043           CPDrawBorder3D 
15044
15045 2006-04-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15046
15047         * ImageListStreamer.cs: implemented serialization/deserialization
15048         of the images.
15049
15050 2006-04-03  Alexander Olk  <alex.olk@googlemail.com>
15051
15052         * ThemeWin32Classic.cs:
15053           - Removed all the DrawFrameControl stuff; CPDrawButton,
15054             CPDrawCheckBox and CPDrawRadioButton are now handled directly
15055             inside the methods
15056           - Updated and corrected the drawing code of CPDrawButton,
15057             CPDrawCheckBox and CPDrawRadioButton to better match ms
15058           - Updated theme checkbox and radiobutton code to use the CP*
15059             methods
15060
15061 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
15062
15063         * XplatUIX11.cs: Enable clipping again now that the libgdiplus
15064           bug is fixed
15065
15066 2006-03-31  Jackson Harper  <jackson@ximian.com>
15067
15068         * XplatUIX11.cs: Somehow we get SETCURSORS for bad windows
15069         sometimes.
15070         * UpDownBase.cs: Don't CreateGraphics manually, use a
15071         Refresh. Ideally we would invalidate the correct areas here.
15072
15073 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
15074
15075         * XplatUIX11.cs: 
15076           - We now track the mapping state of windows. If a window (or 
15077             one of it's parents) is not mapped we no longer permit
15078             WM_PAINT messages to be generated since we'd otherwise get 
15079             lots of BadMatch X errors. Jackson did all the work figuring
15080             out the problem.
15081           - Destroying the caret if the window it's contained in is 
15082             destroyed. Can't use regular DestroyCaret method since it
15083             might fall into a drawing function (trying to remove the
15084             caret) and with that generate new BadMatch errors. Again,
15085             Jackson tracked this down.
15086           - Changed DestroyChildWindows to SendWMDestroyMessages, we now
15087             make sure we send the messages to all windows. (The old code
15088             would send the WM_DESTROY to the window, and then all child
15089             windows would be 'gone' because the WM_DESTROY handle lookup
15090             would no longer find the destroyed window)
15091         * Hwnd.cs: Added Mapping property to track mapping state of hwnd
15092         * X11Structs.cs: Added WindowType enum for MapWindow/UnmapWindow
15093
15094 2006-03-31  Jackson Harper  <jackson@ximian.com>
15095
15096         * ScrollableControl.cs: Dont recalc if we are not visible.
15097
15098 2006-03-31  Mike Kestner  <mkestner@novell.com>
15099
15100         * Control.cs (SetVisibleCore): move the CreateControl call up ahead of
15101         the visibility branch.
15102
15103 2006-03-31  Jackson Harper  <jackson@ximian.com>
15104
15105         * ScrollBar.cs: Cap values when incrementing/decrementing.
15106
15107 2006-03-31  Mike Kestner  <mkestner@novell.com>
15108
15109         * MenuAPI.cs: setup menu.tracker for popup/context menus.
15110         * ToolTip.cs: guard against timer expirations with no active control.
15111         Not sure why it happened.
15112
15113 2006-03-31  Mike Kestner  <mkestner@novell.com>
15114
15115         * ThemeWin32Classic.cs: add some horizontal padding space for the tip
15116         text.
15117         * ToolTip.cs: Position the tooltip based on where the cursor is at
15118         popup time, not at MouseEnter time.  Add a Down state so that we don't
15119         redisplay tips without a Leave. Use faked XplatUI.GetCursorInfo for
15120         positioning offset. Lookup DisplaySize at positioning time, since it
15121         can theoretically change during invocation.
15122         * XplatUIWin32.cs: fake GetCursorInfo until pdb can do it properly.
15123         * XplatUIX11.cs: fake GetCursorInfo until pdb can do it properly.
15124
15125 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
15126
15127         * ThemeWin32Classic.cs: Use CPDrawBorder3D to draw a GroupBox.
15128           Fixes behaviour when the Text property of the box is String.Empty
15129
15130 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com>
15131
15132         * XplatUIX11.cs: Only send mouseleave for our client windows, not
15133           for the whole window (otherwise we get WM_MOUSE_LEAVE twice for
15134           a window)
15135
15136 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
15137
15138         * FileDialog.cs: Visual enhancement for the popup buttons in 
15139           PopupButtonPanel
15140
15141 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
15142
15143         * ColorDialog.cs, FontDialog.cs: Make use of the updated 3D border
15144           code
15145
15146 2006-03-30  Alexander Olk  <alex.olk@googlemail.com>
15147
15148         * ThemeWin32Classic.cs: Updated MainMenu drawing of selected and
15149           highlighted menu items to match ms
15150
15151 2006-03-30  Peter Dennis Bartok  <pbartok@novell.com> 
15152
15153         * XplatUIX11.cs: Don't set a clip rectangle unless it's not empty
15154
15155 2006-03-30  Mike Kestner  <mkestner@novell.com>
15156
15157         * Menu.cs (SelectedItem): use new MenuItem.Selected prop.
15158         * MenuAPI.cs: use new MenuItem.Selected prop. redraw MainMenu when we
15159         go active to account for HotLight to Selected transition.
15160         * MenuItem.cs: add internal Selected prop. Fill out the Status
15161         property by calculating it from item info. Add HotLight,
15162         NoAccelerator, Checked, Grayed, and Disabled flags where appropriate.
15163
15164 2006-03-30  Mike Kestner  <mkestner@novell.com>
15165
15166         * MenuItem.cs: only emit DrawItem and MeasureItem for OwnerDraw.
15167
15168 2006-03-29  Jackson Harper  <jackson@ximian.com>
15169
15170         * Form.cs: Implement TODO.
15171
15172 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com> 
15173
15174         * PrintPreviewDialog.cs: Implemented missing methods and events; still
15175           missing proper dialog setup in the constructor
15176
15177 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com>
15178
15179         * ProgressBar.cs: Added 2.0 Style property that apps seem to use
15180         * Control.cs:
15181           - Implemented CheckForIllegalCrossThreadCalls, removed TODO
15182           - Fixed ResetBindings and removed TODO
15183           - Added check for cross-thread calls to get_Handle()
15184           - Added Marshaller attribute for set_Font to satisfy class status
15185         * FontDialog.cs: Removed TODOs that seemed implemented
15186         * UpDownBase.cs: Removed unneeded TODO and Fixme
15187         * MessageBox.cs: Implemented support for Default button and removed TODO
15188         * FileDialog.cs: Removed obsolete TODO
15189         * DomainUpDown.cs: Removed obsolete TODO
15190         * ButtonBase.cs: Removed obsolete TODO
15191         * XplatUIWin32.cs: Removed obsolete TODO
15192         * Form.cs:
15193           - Removed obsolete TODO
15194           - Calling CheckAcceptButton when the acceptbutton is changed to allow
15195             internal status updates
15196           - Making sure the active control is selected when the control is created
15197         * CurrencyManager.cs: Removed obsolete TODO
15198
15199 2006-03-29  Mike Kestner  <mkestner@novell.com>
15200
15201         * *.cs: fix remaining corcompare issues for 1.1 API with the exception
15202         of PrintPreviewDialog and RichTextBox.
15203
15204 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
15205
15206         * Theme.cs: Added a little helper to SystemResPool to get the Dark,
15207           DarkDark, Light and LightLight colors for a specific color
15208         * ThemeWin32Classic.cs:
15209           - Use Button drawing code to draw RadioButtons and CheckBoxes with
15210             Appearance = Button 
15211           - Make use of the new ResPool helper CPColor
15212           - Draw ProgressBar and StatusBar with correct 3D borders
15213
15214 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
15215
15216         * ColorDialog.cs: Return selected color. Fixes bug #77940.
15217
15218 2006-03-28  Mike Kestner  <mkestner@novell.com>
15219
15220         * ListView.cs: fix Icon layout to plan for scrollbar widths when
15221         calculating col/row counts.
15222
15223 2006-03-28  Mike Kestner  <mkestner@novell.com>
15224
15225         * ColumnHeader.cs:
15226         * ListView.cs:
15227         * ListViewItem.cs:
15228         * Menu.cs: 
15229         switch to explicit interface method implementation for some methods
15230         corcompare identifies as inconsistent with MS.
15231
15232 2006-03-28  Mike Kestner  <mkestner@novell.com>
15233
15234         * MainMenu.cs: 
15235         * Menu.cs:
15236         add a few missing methods from the class status output.
15237
15238 2006-03-28  Alexander Olk  <alex.olk@googlemail.com>
15239
15240         * ControlPaint.cs: Fixed ControlPaint.Light method. Results are now
15241           correct.
15242
15243 2006-03-28  Mike Kestner  <mkestner@novell.com>
15244
15245         * MenuAPI.cs: Deactivate on MainMenu item click. Fixes #77917.
15246
15247 2006-03-27  Mike Kestner  <mkestner@novell.com>
15248
15249         * ThemeWin32Classic.cs: Switch flat toolbars to use RaisedInner for
15250         the Hilight state to adapt to Alex's CPDrawBorder3D changes.
15251
15252 2006-03-27  Alexander Olk  <alex.olk@googlemail.com>
15253
15254         * ThemeWin32Classic.cs: Rewrote Button drawing code to match ms.
15255
15256 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
15257
15258         * ThemeWin32Classic.cs:
15259           - GroupBox: Inserted a little gap between the text and the lines
15260             on the right side
15261           - Made the code in CPDrawBorder3D more readable
15262           - Corrected the drawing location of the up and down arrows in 
15263             CPDrawScrollButton
15264
15265 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
15266
15267         * ControlPaint.cs: Corrected line widths in DrawBorder for
15268           ButtonBorderStyle Inset and Outset
15269
15270 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
15271
15272         * ThemeWin32Classic.cs:
15273           - Rewrote the totally broken CPDrawBorder3D method. That was
15274             one of the main problems for the terrific ThemeWin32Classic
15275             look
15276           - Updated and corrected Button drawing
15277           - Correct the dimensions of the SizeGrip to match ms ones
15278           - Removed a small drawing glitch in DrawComboBoxEditDecorations
15279         * XplatUIX11.cs: Draw borders with BorderStyle = Fixed3D with
15280           Border3DStyle.Sunken to match ms.
15281
15282 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
15283
15284         * ThemeWin32Classic.cs: First small part of the "de-uglify
15285           ThemeWin32Classic" effort, SizeGrip
15286
15287 2006-03-24  Jackson Harper  <jackson@ximian.com>
15288
15289         * XplatUIX11.cs: Give a max idle time of one second, this matches
15290         MS and forces an Idle event every second when there are no other
15291         events in the queue.
15292
15293 2006-03-24  Mike Kestner  <mkestner@novell.com>
15294
15295         * ListView.cs: Handle (Large|Small)ImageList == null more robustly.
15296         * ListView.Item.cs: fix layout issues with null image lists and images
15297         smaller than checkbox size.
15298         * ThemeWin32Classic.cs: Draw a 12 pixel line in ListView LargeIcon
15299         mode like MS does.  It's weird, but consistent.  ;-)
15300         Fixes #77890.
15301
15302 2006-03-24  Mike Kestner  <mkestner@novell.com>
15303
15304         * ListView.cs: Scroll wheel support for the item control.  Fixes
15305         #77839.
15306
15307 2006-03-23  Jackson Harper  <jackson@ximian.com>
15308
15309         * ScrollableControl.cs: Special case negative sized areas, not
15310         zero.
15311         * MonthCalendar.cs: Save the rect of the clicked date so we can
15312         use it for invalidation.
15313         - Try to cut down on the number of invalidates
15314         - Invalidate the rect the mouse is over and was over when moving
15315         the mouse, so we get the focus box following the cursor.
15316
15317 2006-03-23  Mike Kestner  <mkestner@novell.com>
15318
15319         * ThemeWin32Classic.cs: fix FullRowSelect selection background and
15320         focus rectangle drawing. Fixes #77835.
15321
15322 2006-03-23  Mike Kestner  <mkestner@novell.com>
15323
15324         * XplatUIX11.cs: rework the fix for #77828 by changing the order of
15325         the if and else if and reverting back to the original == check on the
15326         None conditional.
15327
15328 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
15329
15330         * FontDialog.cs: Update the example panel if the selected index of
15331           the fontListBox changes.
15332
15333 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
15334
15335         * FileDialog.cs: Make FileDialog remember which directory it was in
15336           last in the same execution.
15337
15338 2006-03-22  Mike Kestner  <mkestner@novell.com>
15339
15340         * FileDialog.cs: make the DropDownMenu on the toolbar display
15341         RadioChecks since they are mutually exclusive and that's what MS does.
15342
15343 2006-03-22  Mike Kestner  <mkestner@novell.com>
15344
15345         * Theme.cs: add Color param to CPDrawMenuGlyph.
15346         * ThemeWin32Classic.cs: do color specific menu glyph rendering so that
15347         checks and radio marks and arrows are visible on highlighted items.
15348         * ControlPaint.cs: update to use new Theme signature.
15349
15350 2006-03-22  Mike Kestner  <mkestner@novell.com>
15351
15352         * MenuAPI.cs: only process Enter and arrow keypresses if the tracker
15353         is active. Fixes #77870.
15354
15355 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
15356
15357         * FileDialog.cs: Corrected TabIndex order and set fileNameComboBox
15358           to be focused/selected after startup
15359
15360 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
15361
15362         * ColorDialog.cs: 
15363           - Corrected behaviour of Color, AllowFullOpen, FullOpen,
15364             CustomColors and ShowHelp properties
15365           - Some internal rewrites to get better results when using the
15366             ColorMatrix
15367
15368 2006-03-22  Mike Kestner  <mkestner@novell.com>
15369
15370         * ListView.cs: hook into Peter's new ResetMouseHover capability to fix
15371         HoverSelection.  Fixes #77836.
15372
15373 2006-03-22  Mike Kestner  <mkestner@novell.com>
15374
15375         * FileDialog.cs: bugfixes for the toolbar.  Use PushButtons instead of
15376         ToggleButtons.  (De)Sensitize the Back button around a stack count of
15377         1, not 0.  Update ButtonSize based on a pixel count of the win32
15378         control.  Adjust the toolbar size/location for new button size.
15379
15380 2006-03-22  Jackson Harper  <jackson@ximian.com>
15381
15382         * XplatUIX11.cs: Don't handle configurenotifys if PostQuitState is
15383         true.
15384         * ScrollBar.cs: When doing increments and decrements we need to
15385         set the Value property so that ValueChanged gets raised. A
15386         possible optimization here would be to make an internal SetValue
15387         that doesn't invalidate immediately.
15388         * ToolTip.cs: Tooltips get added to their container (when
15389         supplied) so they get disposed when the container is disposed.
15390         - Don't create tooltips for String.Empty. This prevents all these
15391         little 2-3 pixel windows from showing up when running nunit-gui
15392         and driving me mad.
15393         * Form.cs: Don't set topmost when setting the owner if the handles
15394         haven't been created yet.  The topmost set will happen when the
15395         handles are created.
15396
15397 2006-03-22  Peter Dennis Bartok  <pbartok@novell.com> 
15398
15399         * XplatUIX11.cs:
15400           - DeriveWindowStyles: Fixed typo in borderstyle generation (#77828)
15401           - SetVisible: Sending WINDOWPOSCHANGED for all controls when made 
15402             visible (to allow them to recalculate their sizes)
15403
15404 2006-03-21  Mike Kestner  <mkestner@novell.com>
15405
15406         * ThemeWin32Classic.cs: major refactoring of the ToolBar rendering
15407         methods. Removed a ton of redundant code.  Still not really happy with
15408         the border rendering, but I think that's mainly because of the
15409         ControlDarkDark being black instead of a dark grey. Depending on how 
15410         close we want to be, we might want to revisit those color choices.
15411         Among the new features added during the refactor were DropDownArrow
15412         pressed rendering, Disabled image rendering.  Proper flat appearance
15413         boundary rendering.  Removed the Divider and Wrapping dividers since I
15414         can't figure out any combination of themes and conditions to make the
15415         MS control draw a horizontal line on a toolbar despite what the
15416         Divider property docs indicate.
15417         * ToolBar.cs: rewrite the layout engine. Fixes numerous flicker
15418         conditions and incorrect layout.  Updated to coding standard.
15419         * ToolBarButton.cs: refactored layout and positioning code from
15420         ToolBar to here.  Invalidate wherever possible instead of forcing
15421         redraws of the whole toolbar. 
15422         (Known remaining issues: explicit ButtonSize smaller than provided
15423         images.)
15424
15425 2006-03-21  Mike Kestner  <mkestner@novell.com>
15426
15427         * ContextMenu.cs (Show): use the position parameter instead of just
15428         showing at the MousePosition.
15429
15430 2006-03-21  Jackson Harper  <jackson@ximian.com>
15431
15432         * TabControl.cs: Remove the call to ProcessKeyEventArgs and let
15433         control handle this.
15434         * TreeNodeCollection.cs: If we are clearing the root node we need
15435         to reset top_node so calcs can still happen.
15436         * ThemeWin32Classic.cs: This is a Flags so we need to check
15437         properly.
15438         
15439 2006-03-21  Jackson Harper  <jackson@ximian.com>
15440
15441         * DataGrid.cs: Create columns when the binding context has been
15442         changed.
15443         * X11Structs.cs: Keysyms are uints.
15444         - Add size to fix build.
15445
15446 2006-03-21  Peter Dennis Bartok  <pbartok@novell.com> 
15447
15448         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
15449           XplatUIOSX.cs: 
15450           - Added ResetMouseHover method to allow controls to retrigger
15451             hovering if they need it more than once
15452           - Implemented MouseHoverTime and MouseHoverSize properties
15453         * Timer.cs: Start() must reset the interval
15454         * SystemInformation.cs: Added 2.0 MouseHoverTime and MouseHoverSize
15455           properties
15456
15457 2006-03-21  Jackson Harper  <jackson@ximian.com>
15458
15459         * X11Keyboard.cs: improved layout detection. Move the nonchar
15460         tables into this file.
15461         * KeyboardLayouts.cs: Move the tables into resource files.
15462
15463 2006-03-21  Mike Kestner  <mkestner@novell.com>
15464
15465         * ListView.cs: use OnItemActivated to raise events. Fixes #77834.
15466
15467 2006-03-21  Alexander Olk  <alex.olk@googlemail.com>
15468
15469         * Mime.cs: Various speed optimizations. Looking up mime types
15470           is now 2 times faster than before
15471
15472 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com> 
15473
15474         * CreateParams.cs: Added internal menu field
15475         * Control.cs: 
15476           - Switched call order for UpdateBounds; now we always call
15477             the one that also takes ClientSize, and we're calculating the 
15478             client size via driver method in the others. The previous
15479             method of tracking client size by difference wasn't working
15480             for forms where even the starting client size wouldn't match
15481             the overall form size (due to borders) (Part of fix for #77729)
15482           - CreateParams(): Do not use parent.Handle unless the handle is
15483             already created. Causes havoc with Nexxia and throws off our
15484             creation of controls
15485         * XplatUIX11.cs:
15486           - Created new PerformNCCalc method to trigger WM_NCCALCSIZE message
15487           - Switched handling of ConfigureNotify over to new PerformNCCalc 
15488             method (consolidates code)
15489           - Changed RequestNCRecalc to use new PerformNCCalc method
15490           - Added calls to RequestNCRecalc when menus and borders are changed
15491             to allow app to set NC size. (Part of fix for #77729) This matches
15492             when MS send a WM_NCRECALC on Win32 windows.
15493           - Now sending WM_WINDOWPOSCHANGED when toplevel for is made visible
15494             (Part of fix for #77729). This matches what MS does, they also
15495             send that message when the form is made visible.
15496           - XException.GetMessage: Improved usability of X errors by including
15497             a translation of the window into Hwnd and Control class
15498           - Improved debug info for window creation, reparenting and destruction
15499           - Created helper method WindowIsMapped() [Currently not used]
15500         * XplatUIWin32.cs: Added ToString() debug helper to RECT structure
15501         * Form.cs:
15502           - CreateParams: Now setting our menu on the new internal menu field
15503           - SetClientSizeCore: Now passing cp.menu instead of ActiveMenu to
15504             avoid calculating the same property twice
15505         * Hwnd.cs:
15506           - Improved usability of ToString() for debugging purposes
15507           - GetWindowRectangle(): Now uses proper CalcMenuBarSize method to
15508             determine the height of the menu, instead of just the font. This
15509             required to also create a graphics context and to keep a bmp 
15510             around (for performance reasons)
15511
15512 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com>
15513
15514         * MenuAPI.cs: Added OnMouseUp method
15515         * Form.cs:
15516           - Now remembering the requested client size, avoids size errors
15517           - WndProc: Now handling WM_xBUTTONUP and passing it to MenuTracker
15518             instead of base if the menu is active. This is required due to
15519             control now capturing and releasing on down/up and it would
15520             prematurely release our menu capture
15521
15522 2006-03-17  Jackson Harper  <jackson@ximian.com>
15523
15524         * KeyboardLayouts.cs: Add the czech layouts.
15525
15526 2006-03-16  Jackson Harper  <jackson@ximian.com>
15527
15528         * Control.cs: Use the viewport space when sizing not the controls
15529         client size, so things like ScrollableControl that effect the
15530         viewport size (when scrollbars are added) are computed correctly.
15531         * BindingContext.cs: Cleanup to use the DataSourceEntrys instead
15532         of ManagerEntrys.
15533         - Handle creating BindingManagers for null data sources.
15534         * DataGrid.cs: Bind the cached_currencymgr_events to the real data
15535         source, otherwise when rows are added they are added to the 'fake'
15536         datasource and we will crash when trying to set the position in
15537         those rows.
15538         - Use Implicit scrollbars on the datagrid so they arent
15539         selectable.
15540         
15541 2006-03-16  Jackson Harper  <jackson@ximian.com>
15542
15543         * Binding.cs:
15544         * InternalWindowManager.cs:
15545         * MdiWindowManager.cs:
15546         * X11Keyboard.cs: I really want Mike to love me again (fix
15547         compiler warnings).
15548
15549 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com>
15550
15551         * DataGrid.cs:
15552           - OnMouseDown: Switch to editing mode when clicking on the cell
15553                          even if we're clicking on the cell that's currently 
15554                          selected
15555           - ProcessGridKey: Left/Right now wrap like MS.Net does
15556           - ProcessGridKey: Tab now knows to add a new row when tab is
15557                             pressed in the cell of the last column of the 
15558                             last row
15559           - ProcessGridKey: Enter now adds another row  if pressed in the last
15560                             row and selectes the new row, same column cell
15561           - ProcessGridKey: Home/End navigate columns, not rows, like 
15562                             originally implemented
15563           - Broke ProcessKeyPreview code out into an extra Internal method
15564             so it can be called from the edit code
15565         * DataGridTextBox.cs (ProcessKeyMessage):
15566           - Switched to accept Tab keypresses
15567           - Added F2 handling to allow jumping to the end of the edited cell
15568           - Added logic to allow moving caret left/right inside edited cell
15569             and making the edited cell jump when the caret hits cell borders
15570           - Tab and Enter are now passed to the datagrid after being handled
15571         * TextBoxBase.cs:
15572           - Removed capture code now that Control handles it
15573           - set_SelectionStart now ensures caret is visible
15574
15575 2006-03-16  Jackson Harper  <jackson@ximian.com>
15576
15577         * TrackBar.cs: Debackwards the increment/decrement for handling
15578         mouse clicks on the bar with vertical trackbars.
15579         * ThemeWin32Classic.cs: Draw vertical trackbars with 0 at the
15580         bottom to match MS.
15581
15582 2006-03-16  Mike Kestner  <mkestner@novell.com>
15583
15584         * ListView.cs: make shift/ctrl keyboard and mouse selection 
15585         consistent with the MS control. Fix a bug in
15586         SelectedListViewItemCollection.Clear that was pissing me off for the
15587         better part of a day because the collection was being altered
15588         underneath us as we walked the list.
15589
15590 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com> 
15591
15592         * Control.cs: Not sure how we could miss this so long, but it seems
15593           that MS.Net has Capture set all the way from before calling 
15594           OnMouseDown through sending the mouse events until after
15595           OnMouseUp. This will fix DataGrid's selection being set to end
15596           at the location of the MouseUp.
15597
15598 2006-03-15  Jackson Harper  <jackson@ximian.com>
15599
15600         * BindingContext.cs: Check the binding after its added so that it
15601           can initialize the binding managers and hookup to events.
15602         * Binding.cs: Data members seem to sometimes include rows/cols in
15603           the format Row.Column we now take this into account.
15604           - Hookup to the position changed event so we can update the
15605           control when the position has changed in the data set.
15606         * CurrencyManager.cs: Take into account the row/col naming
15607           convention when creating dataset tables.
15608         * BindingContext.cs: Using a newer better way of storing
15609           datasource/datamember pairs.  Hopefully this better matches MS for
15610           looking up binding managers.
15611
15612
15613 2006-03-15  Jackson Harper  <jackson@ximian.com>
15614
15615         * BindingContext.cs: The currency manager needs the data member
15616         name, if the member is a data set we use the name to find the
15617         correct table.
15618         * CurrencyManager.cs: When creating the list prefer an IList over
15619         an IListSource.
15620         - Attempt to create a DataTable from a DataSet (TODO: might need
15621         some better error checking here, although MS doesn't seem to have much)
15622         - If we have a DataTable create a view and use it as our list.
15623
15624 2006-03-15  Mike Kestner  <mkestner@novell.com>
15625
15626         * ListView.cs: keep a matrix of the icon mode layout to facilitate
15627         keyboard navigation. Support Up/Down/Left/Right selection correctly
15628         for all 4 View modes.
15629         * ListViewItem.cs: add internal row/col fields for icon layouts.
15630
15631 2006-03-15  Jackson Harper  <jackson@ximian.com>
15632
15633         * TabControl.cs: Redraw the tabs when we resize so their newly
15634         calculated sizes are drawn on screen.
15635         * X11Keyboard.cs: Begginnings of XIM support.  We also now support
15636         composite characters.
15637         * XplatUIX11.cs: Keyboard driver needs to know about focus changes
15638         - filter events so that composite characters can be created
15639         patches by peter
15640         * X11Structs.cs: Add XIMProperties enum.
15641
15642 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
15643
15644         * Control.cs (BringToFront, SendToBack): Don't use window or handle
15645           unless it's created
15646
15647 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
15648
15649         * Control.cs (PerformLayout): We don't need to consider visiblity
15650           for anchoring, only for docking. This fixes 'whacky' alignment
15651           in listbox and other controls that use implicit scrollbars after
15652           the previous PerformLayout patch
15653         * ListBox.cs: Switched to use implicit scrollbars
15654           
15655 2006-03-14  Mike Kestner  <mkestner@novell.com>
15656
15657         * ToolBar.cs: 
15658         * VScrollBar.cs:
15659         - chain up the "new event" overrides to base and use
15660         OnEvent to raise them.  Part of fix for bug #76509.
15661
15662 2006-03-14  Alexander Olk  <alex.olk@googlemail.com>
15663
15664         * FileDialog.cs: Do not select an item in the parent directory
15665           on backspace
15666
15667 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
15668
15669         * Control.cs (PerformLayout): It would seem that we considered
15670           invisible windows for our layout. Not quite the right thing
15671           to do. Now we don't any longer, thereby fixing bug #76889.
15672
15673 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
15674
15675         * Control.cs (CanFocus): I goofed. A control can have focus 
15676           even though it's not selectable. Made it match MS docs.
15677
15678 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
15679
15680         * ControlPaint.cs (DrawBorder3D): DrawBorder3D does not fill the
15681           center by default (fixes #76895)
15682         * ThemeWin32Classic.cs, ThemeNice.cs, ThemeClearlooks.cs: Replaced 
15683           all uses of Border3DSides.All with the explicit ORd together
15684           Left|Right|Top|Bottom because I assume that nobody was aware 
15685           that All also implies a center fill. Most places I checked had
15686           a fill right above.
15687         * ProgressBarStyle.cs: Added
15688
15689 2006-03-13  Mike Kestner  <mkestner@novell.com>
15690
15691         * ListView.cs: fix breakage in drag shadow header positioning 
15692         from Peter's csc compilation fix.
15693
15694 2006-03-13  Mike Kestner  <mkestner@novell.com>
15695
15696         * ListView.cs: fix NRE produced by backspacing twice in a focused
15697         FileDialog.
15698
15699 2006-03-13  Mike Kestner  <mkestner@novell.com>
15700
15701         * ListView.cs: proxy Key(Down|Up) from ItemControl to ListView.
15702
15703 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
15704
15705         * Hwnd.cs: Added fixed_size field to track windows whose size cannot
15706           be changed
15707         * XplatUIX11.cs: Now setting fixed_size on hwnd and if set, re-setting
15708           the allowed size before making programmatic size changes
15709
15710 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com> 
15711
15712         * XplatUIX11.cs: Don't call XSetWMNormalHints if no flags are 
15713           set, metacity is broken and will still use the emty sizes in 
15714           the struct. (Fix for #77089)
15715
15716 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
15717
15718         * XplatUIStructs.cs: Split WindowStyles into WindowStyles and 
15719           WindowExStyles and marked both enums as Flags
15720         * Form.cs, ComboBox.cs, ToolTip.cs, Control.cs, PropertyGridView.cs,
15721           NotifyIcon.cs, MenuAPI.cs, XplatUIOSX.cs, MonthCalendar.cs: Updated
15722           to match WindowStyles split
15723         * XplatUIX11.cs:
15724           - SetWMStyles: Added cehck to not apply WM attributes to Child windows
15725           - Updated to match WindowStyles split
15726         * XplatUIWin32.cs:
15727           - Fixed FosterParent creation, was using ExStyle on the Style field
15728             (This should help with Popup focus issues)
15729           - Updated to match WindowStyles split
15730
15731 2006-03-13  Jackson Harper  <jackson@ximian.com>
15732
15733         * MdiWindowManager.cs: Use the system menu height. Fixes some
15734         strange sizing issues.
15735
15736 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
15737
15738         * RichTextBox.cs: Need to scroll to caret after text is inserted (#77672)
15739         * TextBoxBase.cs:
15740           - Scroll to caret after inserting text (#77672)
15741           - Make scroll range one pixel higher, fixes off-by-one error (and
15742             makes underlines visible on the last line)
15743
15744 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com> 
15745
15746         * XplatUIX11.cs: Added call to new Keyboard.ResetKeyState to prevent
15747           the keyboard state from being stuck with keys in 'pressed' state when
15748           focus is switched away via keyboard
15749         * X11Keyboard.cs: Added new ResetKeyState method to allow drivers to
15750           reset the keyboard if no X11 KeyUp events are expected to come
15751         * X11Structs.cs: Switched type of Visible to bool to match driver
15752
15753 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
15754
15755         * TextControl.cs:
15756           - Switched caret to be just 1 pixel wide, matches MS and looks less
15757             clunky
15758           - Moved caret display 1 pixel down from the top of the control
15759             to improve view
15760           - InsertCharAtCharet: Update the selection start if moving the caret
15761             (fixes bug #77696; based on patch suggested by kazuki@panicode.com)
15762           - No longer always creating the caret when the caret methods are
15763             called. Only the actual ShowCaret/HideCaret will do that now
15764           - Only setting caret visible if the owner control has focus
15765           - UpdateView: Added invalidation-shortcut logic for center and right 
15766             aligned text. Previously we'd update all according to the left
15767             logic which caused drawing errors. Also fixed height of invalidated
15768             areas, now properly invalidating the whole area (was off-by-one)
15769           - owner_HandleCreated: Always generate the document when the
15770             handle is created; this ensures that 
15771         * TextBoxBase.cs:
15772           - Fixed situation where caret would disappear under the right
15773             window border, also improved scrolling behaviour on left-
15774             aligned textboxes
15775           - Fixed right-aligned textboxes to have a border to the
15776             right instead of the caret being under the right border
15777         * XplatUIX11.cs:
15778           - Switched from 'nested' to simple visible/not visible tracking 
15779             for caret (part of fix for #77671)
15780           - No longer passing through translated FocusIn/FocusOut messages
15781             since we were notifying too often and the wrong windows. Instead
15782             we just notify our focussed window of receiving or loosing focus
15783         * XplatUIWin32.cs: Switched from 'nested' show/hide 
15784           counting for caret to simple visible yes/no behaviour (part of 
15785           fix for #77671)
15786
15787 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
15788
15789         * Mime.cs: Remove debug code...
15790
15791 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
15792
15793         * MimeGenerated.cs: Removed
15794         * Mime.cs: Mime now reads the mime data (magic, globs, aliases
15795           and subclasses) from /usr/(local/)share/mime and
15796           $HOME/.local/share/mime.
15797
15798 2006-03-10  Jackson Harper  <jackson@ximian.com>
15799
15800         * MdiWindowManager.cs: Recalc the NC area when a window is
15801         maximized/restored so that the menu area is drawn on forms that
15802         don't have a menu.
15803
15804 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
15805
15806         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
15807           XplatUIX11.cs: Added RequestNCRecalc method to driver to allow
15808           us to force a WM_NCCALCRESIZE message being sent. This is needed
15809           for MDI maximizing.
15810
15811 2006-03-10  Jackson Harper  <jackson@ximian.com>
15812
15813         * Form.cs: We need to use the ActiveMenu when calculating menu
15814         height.
15815         - Fix nullref when the window manager hasn't been created yet.
15816         * Control.cs: Fix nullref when we try to bring a control to the
15817         front that has no parent.
15818         * MdiWindowManager.cs: Use the MaximizedMenu for calculating
15819         height.
15820         - Add a dummy item to the maximized menu so it always has the
15821         correct height. Otherwise when there are no menus we don't get our
15822         icon and buttons.
15823         
15824
15825 2006-03-10  Jackson Harper  <jackson@ximian.com>
15826
15827         * MenuAPI.cs: Make this available elsewhere. I need it in some MDI
15828         stuff.
15829         * Form.cs: Make the window_state internal so the window managers
15830         can track it.
15831         - When an MDI child is maximized let its window manager create the
15832         main menu (so it can add its icon).
15833         - Notify the window managers of state changes
15834         - Let the window manager paint its buttons and handle button
15835         clicks on the menu when it is maximized.
15836         * InternalWindowManager.cs: Move the prev_bounds into the mdi
15837         window manager, since tool windows don't use it, only mdi windows.
15838         - Tell the main form that we don't want it to handle NCPAINT
15839         itself to avoid extra painting.
15840         - Handle clicks on a maximized windows menu.
15841         - Handle window state changes
15842         - Handle minimize/maximize clicks correctly by setting the window state.
15843         * MdiWindowManager.cs: Add an icon menu that (the menu you get
15844         when clicking on the forms icon).
15845         - New method to create a forms maximized menu. This is its normal
15846         menu + an icon.
15847         - Handle window state changes.
15848         - Handle sizing of maximized windows.  Maximized windows are just
15849         drawn bigger then the parent visible area. All controls are still
15850         there, they are just outside the visible area (this matches windows).
15851         * MdiClient.cs: No scrollbars when a child window is maximized.
15852         - Let the children windows figure out how big they should be when
15853         sizing maximized windows.
15854         - Implement a version of ArrangeIconicWindows somewhat similar to
15855         Windows version.  There are some little differences, but I don't
15856         think any app will rely on the layout of minimized mdi windows.
15857
15858 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
15859
15860         * Padding.cs: Several fixes to allow compiling with csc 2.0
15861
15862 2006-03-09  Jackson Harper  <jackson@ximian.com>
15863
15864         * Menu.cs:
15865         * MenuItem.cs: Cheap hack so we can add items to the list without
15866         the events being raised.  This allows adding mdi items during
15867         drawing. TODO: Should probably find a better time to add the items.
15868
15869 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
15870
15871         * ThemeWin32Classic.cs:
15872           - CheckBox_DrawText: Added logic to not wrap if not enough space
15873             is available (Fix for bug #77727)
15874           - RadioButton_DrawText: Added logic not to wrap if not enough
15875             space is available (Fix for bug #77727). Also removed some
15876             duplicate code, DrawString always drawing the regular text
15877             before hitting the if statement.
15878
15879 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com> 
15880
15881         * XplatUIX11.cs: Handle an unmapped window state in SetWindowState
15882
15883 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
15884
15885         * PictureBox.cs: Implemented ISupportInitialize interface (fixes #77726)
15886         * ContainerControl.cs: Partial implementation of some 2.0 scaling
15887           methods. Moved the new 2.0 properties into alphabetical order with
15888           other properties and added MonoTODO tags
15889
15890 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
15891
15892         * AutoScaleMode.cs: Added. Fix build.
15893
15894 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
15895
15896         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
15897           XplatUIOSX.cs: Removed HWnd argument from CalcuateClientRect, not used
15898           and was requiring premature handle creation for calls from above
15899         * Form.cs, Control.cs: Removed handle arguments from calls to
15900           CalculateClientRect()
15901
15902 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
15903
15904         * ListView.cs (HeaderMouseMove): Fix csc compilation. 
15905           drag_column.column_rect is MarshalByRef and can't be used that way
15906
15907 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
15908
15909         * AxHost.cs: Added deserialization constructor for 
15910           AxHost+State (fixes 77743)
15911
15912 2006-03-09  Mike Kestner  <mkestner@novell.com>
15913
15914         * ListView.cs: 
15915         - Added column drag reordering for details view.
15916         - fixed behavior when mouse is dragged off column and
15917         AllowColumnReorder is false.
15918         * ColumnHeader.cs: clone the format too in Clone.
15919         * Theme.cs: add DrawListViewHeaderDragDetails method.
15920         * ThemeWin32Classic.cs:
15921         - impl new method for drawing drag column shadows and targets.
15922         - support column offset for details mode in DrawListViewItem.
15923
15924 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
15925
15926         * TextControl.cs: Reset the char_count when the document is cleared
15927           (Fixes bug reported on mono-winforms mailing list)
15928
15929 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
15930
15931         * TextBoxBase.cs: Honor the Handled state of KeyPress events. Instead
15932           of calling base we simply process the key ourselves, since both
15933           DefWindowProc and the handled method would set m.Result. 
15934           (Fixes #77732)
15935
15936 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
15937
15938         * Form.cs(ScaleCore): No longer calling base.ScaleCore since that
15939           method also moves the window; instead implemented a copy of
15940           Control.ScaleCore (Part of fix for #77456)
15941         * TextBoxBase.cs: 
15942           - Created new CreateGraphicsInternal method to allow providing
15943             a graphics context when no handle is created without triggering
15944             handle creation. (Part of fix for #77456)
15945           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
15946         * TextControl.cs: 
15947           - Switched Constructor to require TextBoxBase instead of Control (to
15948             allow uncast access to CreateGraphicsInternal)
15949           - Safeguarded use of owner.Handle property. No longer accessing it
15950             unless the handle is already created.
15951           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
15952           - Now triggering a recalc when owning control becomes visible
15953         * TextBox.cs, RichTextBox.cs: Switched to use new internal 
15954           TextBoxBase.CreateGraphicsInternal() method to avoid triggering
15955           premature handle creation (Part of fix for #77456)
15956         * Control.cs:
15957           - We now only destroy our double-buffering buffers when the
15958             control is resized or disposed, but not when visibility
15959             changes. (The code even re-created them twice every time)
15960           - Now requiring a redraw of the buffer on visibility changes
15961             (fixes bug 77654 part 2)
15962           - Not passing OnParentVisibleChanged up unless the control
15963             is visible
15964           - CanFocus: Fixed to match MS documentation
15965           - Focus: Fixed to return actual focus state and to check if
15966             setting focus is legal before setting it
15967
15968 2006-03-08  Peter Dennis Bartok  <pbartok@novell.com>
15969
15970         * ThemeWin32Classic.cs: TabPages cannot have focus. Determine
15971           when to draw focus rectangle by looking at parent focus and
15972           selected state instead. This fixes TabPages on Linux sometimes
15973           having none or multiple focus rectangles.
15974         * XplatUIX11.cs (SetFocus): 
15975           - Don't set the focus if the same window already has focus
15976           - Use SendMessage instead of PostMessage (like it's Win32
15977             equivalent) and send the WM_SETFOCUS before the WM_KILLFOCUS
15978             to match MS behaviour
15979         * TabControl.cs(SelectedIndex): Don't set Focus on TabPage, TabPages
15980           are not selectable.
15981
15982 2006-03-07  Jackson Harper  <jackson@ximian.com>
15983
15984         * PictureBox.cs: Revert line I accidently committed last week.
15985
15986 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
15987
15988         * Control.cs: 
15989           - Added new IsRecreating and ParentIsRecreating properties to
15990             allow testing if RecreateHandle has been called on ourselves
15991             or one of our parents
15992           - WndProc(WM_DESTROY): If our control handle is being recreated
15993             we immediately need to create the handle when receiving the
15994             destroy, that way our child windows find a valid parent handle
15995             when they themselves are being recreated upon WM_DESTROY receipt
15996             (fix for bug #77654 part 1)
15997         * XplatUIX11.cs:
15998           - DestroyWindow: WM_DESTROY must be sent to our own window before
15999             notifying any child windows. MS documents that child windows
16000             are still valid when WM_DESTROY is received. (Control now relies on
16001             this behaviour)
16002           - Added some fine-grain debug options
16003
16004 2006-03-06  Jackson Harper  <jackson@ximian.com>
16005
16006         * MdiClient.cs: Redid scrolling logic a bit to create a virtual
16007         box and base calculations off this.
16008         * MdiChildContext.cs:
16009         * MdiWindowManager.cs: Don't need to ensure scrollbars here
16010         anymore.
16011         
16012 2006-03-06  Peter Dennis Bartok  <pbartok@novell.com>
16013
16014         * Splitter.cs: In situations where the affected control is added
16015           to the parent's control list after the splitter, we would not
16016           populate affected. Now we try populating it on mousedown, if
16017           it's not already set, and force it to be re-set whenever our
16018           parent changes.
16019
16020 2006-03-03  Matt Hargett  <matt@use.net>
16021
16022         * Control.cs: implement Control.Padding
16023         * Padding.cs: -Padding.All returns -1 when constructing with the
16024         implicit default ctor
16025         -Padding.ToString() matches MS.NET
16026         * ContainerControl.cs: implement
16027         ContainerControl.AutoScaleDimensions
16028         * ListControl.cs: implement ListControl.FormattingEnabled
16029         * TextBox.cs: Implemented TextBox.UseSystemPasswordChar.
16030         * ButtonBase.cs:
16031         * TabPage.cs: Implement UseVisualStyleBackColor.
16032         * PictureBox.cs: Implement PictureBox.InitialImage.
16033
16034 2006-03-03  Mike Kestner  <mkestner@novell.com>
16035
16036         * ListView.cs: Refactor into HeaderControl and ItemControl. Fix new
16037         event declarations to proxy to base event.
16038         * ListViewItem.cs: update to use ItemControl.
16039         * Theme.cs: make DrawListViewHeader. s/DrawListView/DrawListViewItems.
16040         * ThemeWin32Classic.cs: update to new ListView theme API and fix
16041         column header label rendering for 0 width columns.
16042
16043 2006-03-03  Peter Dennis Bartok  <pbartok@novell.com>
16044
16045         * Control.cs (ControlCollection.SetChildIndex): Avoid using a call
16046           that causes the control to be created. Fixes #77476.
16047
16048 2006-03-02  Jackson Harper  <jackson@ximian.com>
16049
16050         * Hwnd.cs: Clear the nc pending when clearing the NC area, not the
16051         expose_pending.
16052
16053 2006-03-02  Peter Dennis Bartok  <pbartok@novell.com>
16054
16055         * Control.cs: Implemented 2.0 feature where OnClick has MouseEventArgs
16056           passed in for the EventArgs (fixes #77690)
16057
16058 2006-03-01  Jackson Harper  <jackson@ximian.com>
16059
16060         * ScrollBar.cs: Refresh afterbeing resized.
16061
16062 2006-02-28  Mike Kestner  <mkestner@novell.com>
16063
16064         * MenuAPI.cs: Call PerformPopup internal method to emit Popup.
16065         Clean up a tracker compile warning.
16066         * MenuItem.cs: add internal PerformPopup method.
16067         [Fixes #77457]
16068
16069 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
16070
16071         * TextBoxBase.cs (set_Text): Recalculate the document (causing an
16072           implicit expose) when the text is set to null
16073
16074 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com>
16075
16076         * RichTextBox.cs (FlushText): When newline is true, we always
16077           need to split the line, even if no text is on it and we may
16078           never eat newlines. (Fixes #77669)
16079
16080 2006-02-28  Mike Kestner  <mkestner@novell.com>
16081
16082         * ListView.cs: Add UpdateSelection internal method. Remove SelectItem 
16083         and set Selected instead.
16084         * ListViewItem.cs: Call owner.UpdateSelection to manipulate the 
16085         collections.
16086
16087 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
16088
16089         * ComboBox.cs: Allow setting SelectedIndex to -1. Fixes #77665
16090
16091 2006-02-28  Alexander Olk  <alex.olk@googlemail.com>
16092
16093         * FontDialog.cs:
16094           - Got rid of the panel. All controls are now directly added to
16095             the dialog form
16096           - It is now possible to set a font with the Font property
16097           - MinSize and MaxSize property do now what they should
16098           - ShowApply, ShowHelp, ShowColor, ShowEffects likewise
16099           - Searching and selecting a font with the font textbox works now,
16100             the same applies to the style and size textbox
16101           - Draw the correct 3D border in the example panel
16102           - Fixed a little mem leak (unused fonts didn't get disposed)
16103           - Many other internal updates/rewrites...
16104           - Fix typo
16105
16106 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
16107
16108         * TextControl.cs: 
16109           - InsertRTFFromStream: Added 'number of characters inserted' argument
16110           - set_SelectedRTF: Now using the number of characters to calculate
16111             the new location for the selection and cursor (x/y cannot be used
16112             due to potentially already wrapped text)
16113
16114 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com>
16115
16116         * TextControl.cs: Added property and implemented means to allow 
16117           disabling recalculation of a document (can be used to speed up
16118           multiple inserts and is needed to make RTF inserts predictable, see
16119           bug #77659)
16120         * RichTextBox.cs: Using the new NoRecalc property of Document to
16121           keep x/y insert locations predictable. Also makes it faster inserting
16122           large chunks of RTF
16123
16124 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
16125
16126         * Control.cs: Separated special WM_SYSKEYUP keyboard handling. That way
16127           it's easier for a child control to handle the other messages without
16128           having to duplicate the special functionality
16129         * TextBoxBase.cs
16130           - WndProc: Removed calling base handler for WM_KEYDOWN and added 
16131             code to handle processing the key ourselves, in order to get 
16132             access to the result of KeyEventArgs.Handled. We now only call 
16133             ProcessKey if they key hasn't been handled already. Fixes #77526.
16134           - set_Text: If null or empty string is given, just clear the 
16135             document. Fixes part of #77526
16136
16137 2006-02-27  Jackson Harper  <jackson@ximian.com>
16138
16139         * SizeGrip.cs: Paint the background color before painting the grip
16140         so things look right.
16141         * MdiClient.cs: Add the sizegrip when both scrollbars are used.
16142
16143 2006-02-27  Mike Kestner  <mkestner@novell.com>
16144
16145         * ListView.cs:
16146           - Restructure layout and invalidation model to remove a ton of
16147           flicker from the control and speed up performance in general.
16148           - Add manual column resize, flickers like crazy, but I already have
16149           some ideas on how I'll fix that. (#76822)
16150           - Merge the three Icon-based views into a single layout method.
16151           - Move item selection interaction logic from the item since 
16152           interaction with the collections is more appropriate to the view.
16153           - Deselection on non-item clicks.
16154         * ListViewItem.cs:
16155           - Encapsulate most of the layout. Add some internal props to trigger
16156           layout.  Move to a model where Items invalidate themselves instead
16157           of just invalidating the whole control every time something changes.
16158           - Invalidate on Text/Caption changes.
16159           - switch to an offset based layout model to avoid having to absolute
16160           position every element on item moves.
16161           - correct checkbox layout to conform to MS layout.
16162         * ThemeWin32Classic.cs:
16163           - refactor some column header drawing code.
16164           - fix string justification for column headers (#76821)
16165           - make SmallIcon labels top justified for compat with MS impl.
16166         * ThemeClearlooks.cs:
16167           - adjust to new ListViewItem internal checkbox bounds api.
16168
16169 2006-02-27  Jackson Harper  <jackson@ximian.com>
16170
16171         * Control.cs:  Change where implicit controls fall in the zorder.
16172         They are now on top of all children.
16173         - Synced AddImplicit code with Add
16174         - Removed unused enumerator.
16175         * SizeGrip.cs: Remove the TODO as its been TODONE.
16176
16177 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com> 
16178
16179         * TextControl.cs(Insert): Combine the last lines unless the insertion
16180           string ends with \n\n, otherwise we leave one line too many (Fixes
16181           something I noticed with the testapp for #77526; the bug itself was
16182           already fixed in the previous checkin)
16183
16184 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com>
16185
16186         * RichTextBox.cs:
16187           - SelectionColor and SelectionFont methods no longer set absolute
16188             styles. Instead, the keep font or color respectively (This 
16189             resolves a long-standing FIXME in the code)
16190           - When flushing RTF text, the insert code now considers text trailing
16191             behind the insertion point (Fixes the bug where when replacing
16192             the selected text via SelectedRTF the remainder of the line behind 
16193             the selection would stay on the first insertion line)
16194         * TextBoxBase.cs:
16195           - AppendText now updates the selection points after inserting text
16196           - AppendText now ensures that the last tag (sometimes 0-length) of
16197             the document is used for the style information (Fixes part of 
16198             bug #77220)
16199         * TextControl.cs:
16200           - Created new FontDefiniton class to allow describing partial style
16201             changes
16202           - StreamLine() now takes a lines argument, to allow it to decide
16203             whether an encountered zero-length tag is the last in the document
16204             (which must be kept to not loose the font/color contained in it,
16205             for later appends)
16206           - Created Combine() and Split() methods for Marker structs, to 
16207             support marker updates due to reformatted documents (soft line
16208             wraps)
16209           - Implemented Document.CaretTag setter
16210           - Fixed MoveCaret(CtrlEnd) handling, now moves to the last character
16211             of the last line (Not the cause, but also exposed by bug #77220)
16212           - Added LineTag argument to InsertString method, to allow callers
16213             to force a certain tag to be used (required to force use of the
16214             trailing zero-length tag of a document)
16215           - Now updating markers in Combine(), to avoid stale tag markers
16216           - Added some method descriptions to aid maintenance
16217           - Implemented new FormatText concept, allowing additive/subtractive
16218             formatting by only specifying the components that are to be 
16219             changed. This was needed for resolving the RTB.SelectedColor/
16220             RTB.SelectedFont fixmes
16221           - Added Break() support method to allow breaking up linetags (used
16222             for partial formatting)
16223           - Added GenerateTextFormat() method. It is used for partial 
16224             formatting and allows to generate a full font/color from given
16225             attributes and an existing tag.
16226
16227 2006-02-26  Jackson Harper  <jackson@ximian.com>
16228
16229         * XplatUIX11.cs:  Use the correct caption height.
16230         - Translate hittest coordinates to screen coords to match MS.
16231         * XplatUIWin32.cs: When we create MDI windows we need to reset
16232         some of the style flags, so we get a nice blank window, and can
16233         draw all the decorations ourselves.
16234         - Set a clipping rectangle on the non client paint event, the
16235         window manager drawing code needs one.
16236         * Form.cs: The window manager needs to know when the window state
16237         has been updated.
16238         * Hwnd.cs: The window manager stuff now does a proper NCCALC so we
16239         don't need to factor in border and title sizes in these
16240         methods. TODO: Remove the args and fix the call points.
16241         * InternalWindowManager.cs: Handle NCHITTEST and NCCALCAREA
16242         properly.
16243         - Let the driver set the cursors.
16244         - Improve active window handling
16245         - Correct sizes for title bars and buttons.
16246         - Match MS drawing better
16247         * MdiWindowManager.cs: We don't need to handle border style
16248         updates specially anymore.
16249         - Check for scrollbars when windows are done moving
16250         - Handle Active properly.
16251         * MimeIcon.cs: Don't crash when we can't load the GNOME stuff
16252         correctly. I am spewing the exception though, so we don't hide the
16253         bugs.
16254         
16255 2006-02-26  Pedro Martinez Julia  <pedromj@gmail.com>
16256
16257         * DataGridViewRowPostPaintEventArgs.cs,
16258           DataGridViewCellPaintingEventArgs.cs,
16259           DataGridViewRowCollection.cs,
16260           DataGridViewRowPrePaintEventArgs.cs,
16261           DataGridViewCell.cs: Clear a few warnings and implement a few
16262           exceptions that should be thrown.
16263
16264 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
16265
16266         * ScrollBar.cs (ctor): Explicitly set a cursor to avoid
16267           'inheriting' our parent's (non-default) cursor. (Part of
16268            the fix for #77479)
16269
16270 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com> 
16271
16272         * XplatUIX11.cs: Fixed cast to make csc happy
16273
16274 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
16275
16276         * Control.cs (WndProc): Only handle WM_SETCURSOR messages if
16277           it's for the client area (part of fix for #77479 and needed
16278           for MDI window cursor handling)
16279         * XplatUIX11.cs
16280           - DefWindowProc: Now handles the WM_SETCURSOR messages, setting
16281             the appropriate default cursors and also passing the message
16282             up the parent chain 
16283           - GetMessage: Now generating WM_NCHITTEST and WM_SETCURSOR even
16284             for non-client areas
16285
16286 2006-02-15  Jackson Harper  <jackson@ximian.com>
16287
16288         * XplatUIWin32.cs: Since we fake MDI dont tell Windows that this
16289         is a real MDI window
16290
16291 2006-02-14  Alexander Olk  <alex.olk@googlemail.com>
16292
16293         * X11DesktopColors.cs: Instead of checking the desktop session
16294           string for "KDE" check if it starts with "KDE"
16295
16296 2006-02-10  Jackson Harper  <jackson@ximian.com>
16297
16298         * XplatUIX11.cs: These should be unsigned (fixes crash on 32 bit
16299         systems).
16300
16301 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
16302
16303         * FileDialog.cs: Added Refresh to RunDialog to fix some drawing
16304           errors
16305         * ColorDialog.cs:
16306           - Got rid of the panel. All controls are now directly added to
16307             the dialog form
16308           - Changed to mono coding style
16309
16310 2006-02-10  Jackson Harper  <jackson@ximian.com>
16311
16312         * InternalWindowManager.cs: We don't need the set visibility to
16313         false hack anymore now that peter has written beautiful shutdown
16314         code.
16315
16316 2006-02-10  Peter Dennis Bartok  <pbartok@novell.com>
16317
16318         * XplatUIX11.cs: Ignore DestroyNotify messages for windows that
16319           where already explicitly destroyed
16320
16321 2006-02-10  Jackson Harper  <jackson@ximian.com>
16322
16323         * MdiClient.cs: Handle the case where windows are too high or to
16324         the left and we need scrollbars.
16325
16326 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
16327
16328         * MimeIcon.cs: Added some icons
16329         * FileDialog.cs:
16330           - Fixed bug #77477
16331           - Got rid of the panel. All controls are now directly added to
16332             the dialog form
16333           - Changed to mono coding style
16334           - On Linux "My Computer" and "My Network" will now show some
16335             more usefull information. A new class, MasterMount, gathers
16336             this information from /proc/mount. Updated MWFFileView to make
16337             use of this information
16338           - Fixed a bug that caused FileDialog to crash when
16339             ".recently_used" file had a zero size
16340           - FilterIndex does now what it should
16341           - Some Refactoring
16342         * OpenFileDialog.cs, SaveFileDialog.cs: Updated to reflect latest
16343             FileDialog changes
16344
16345 2006-02-09  Jackson Harper  <jackson@ximian.com>
16346
16347         * ComboBox.cs: Don't touch if null.
16348
16349 2006-02-09  Peter Dennis Bartok  <pbartok@novell.com>
16350
16351         * Cursor.cs: 64bit safeness fix
16352         * XplatUIX11.cs: Removed several unneeded and one moronic cast.
16353
16354 2006-02-09  Jackson Harper  <jackson@ximian.com>
16355
16356         * Form.cs: If a form is made into an MDI form update the styles so
16357         all the props can get set correctly.
16358         - Kill the mdi_container when we dont need it anymore.
16359         * InternalWindowManager.cs: Add missing NOT
16360
16361 2006-02-08  Jackson Harper  <jackson@ximian.com>
16362
16363         * InternalWindowManager.cs: Respek clipping when drawing MDi
16364         decorations.
16365
16366 2006-02-08  Jackson Harper  <jackson@ximian.com>
16367
16368         * Hwnd.cs: Add bits to track non client expose events.
16369         * XplatUIX11.cs: Track non client expose events on the hwnd. This
16370         gives us a proper invalid rect and will allow for some nice
16371         optimizations with NC client drawing
16372         - MDI windows are children windows, so move their style handling
16373         into the child window block.
16374         * InternalWindowManager.cs: Remove a state reset that was
16375         getting invoked at the wrong time. Fixes managed windows getting
16376         into a 'stuck' captured state.
16377
16378 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
16379
16380         * TextControl.cs (Document.ctor): Now initializing 
16381           selection_anchor. Fixes #77493
16382
16383 2006-02-07  Jackson Harper  <jackson@ximian.com>
16384
16385         * TrackBar.cs: The increment/decrements were backwards.
16386
16387 2006-02-07  Mike Kestner  <mkestner@novell.com>
16388
16389         * Theme*.cs : remove ThemeEngine.Current usage as it just points back
16390         to the instance itself.
16391
16392 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
16393
16394         * X11DesktopColors.cs, ThemeGtk.cs: The GObject structure is based
16395           on ulongs and pointers, the size differs between 32bit and 64bit
16396           systems. 
16397
16398 2006-02-07  Mike Kestner  <mkestner@novell.com>
16399
16400         * XplatUIX11.cs : force the WorkingArea away from XGetWindowProperty
16401         for 64 bit platforms to work around a metacity bug. 
16402
16403 2006-02-07  Jackson Harper  <jackson@ximian.com>
16404
16405         * TrackBar.cs: Process the input keys we need, and hookup to
16406         KeyDown instead of using WndProc, so we get key messages.
16407
16408 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com>
16409
16410         * XplatUIX11.cs: Atoms are only 32bit on the wire, no matter what
16411           machine we're on. 
16412         * X11Dnd.cs(SetAllowDrop): Since atoms are always 32bit on the wire
16413           we need to translate the XdndVersion atoms array before sending it
16414
16415 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com> 
16416
16417         * XplatUIX11.cs: 
16418           - The preceeding 64bit fixes had a bug: ChangeProperty expects the
16419             number of bits for the property, not the number of bytes. The
16420             change to provide IntPtr.Size broke 32bit. (64bit was also wrong
16421             but would not crash since it specified 8 bits instead of 4 bits)
16422           - More 64bit fixes: Switched all atoms from int to IntPtr (they are
16423             defined as XID -> long in the C headers)
16424           - Removed 'new IntPtr((int))' and '(IntPtr)' casts from all NetAtoms 
16425             references since those are now IntPtr to begin with
16426           - Switched all Atom.XXX 'int' casts to IntPtr casts
16427           - Fixed XGrabPointer DllImport signature to work for 64bit (cursor arg)
16428           - Fixed XInternAtom signature for 64bit, now returns an IntPtr
16429           - Added XChangeActivePointerGrab DllImport (for X11DnD)
16430         * X11Structs.cs:
16431           - Changed 'int' type for Atoms in XEvent structures to IntPtr
16432           - Changed atom in HoverStruct to be IntPtr
16433         * X11DnD.cs:
16434           - Removed local DllImports, switched code to use those from XplatUIX11
16435           - Removed/fixed casts related to the switch of Atom to be a IntPtr
16436
16437 2006-02-06  Mike Kestner  <mkestner@novell.com>
16438
16439         * XplatUIX11.cs : many more 64 bit pinvoke changes.  I've audited all the 
16440         method signatures in the import region.  There may still be some
16441         lingering struct marshaling issues, as I didn't drill down into those.
16442         Yet.
16443
16444 2006-02-06  Jackson Harper  <jackson@ximian.com>
16445
16446         * ComboBox.cs: Dont manually set the top_item, this is computed
16447         when the scrollbar position is set.
16448
16449 2006-02-06  Mike Kestner  <mkestner@novell.com>
16450
16451         * XplatUIX11.cs : 64 bit changes to XGetWindowProperty usage. Fixes
16452         startup crashes on amd64.  There's other fixes needed.  All pinvoke
16453         usage of Atom needs to be mapped to IntPtr for example.  And there are
16454         likely other int/long issues to be addressed.
16455
16456 2006-02-04  Alexander Olk  <alex.olk@googlemail.com>
16457
16458         * FileDialog.cs: One more...
16459
16460 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
16461
16462         * FileDialog.cs: Next try
16463
16464 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
16465
16466         * FileDialog.cs: First part of fix for #77464
16467
16468 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
16469
16470         * ButtonBase.cs, ContainerControl.cs, Forms.cs,
16471           ThemeWin32Classic.cs: Fix for #77458. Correct handling of
16472           AcceptButton border drawing.
16473
16474 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com> 
16475
16476         * Form.cs: Moved positioning of form after auto scaling is applied,
16477           otherwise it would possibly use wrong form size.
16478
16479 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com>
16480
16481         * Control.cs (RecreateHandle): No need to re-create any child
16482           controls, the child windows will get destroyed automatically by
16483           the windowing system or driver, and re-created when the handle
16484           is being accessed the first time. Fixes #77456
16485         * Form.cs: No longer setting the form to closing if the handle is 
16486           being recreated. This seems like the right thing to do, don't
16487           have a bug or testcase for this, though.
16488
16489 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
16490
16491         * FileDialog.cs: Suspend/Resume layouting when changing sizes of
16492           controls to avoid unwanted side effects
16493
16494 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com> 
16495
16496         * Control.cs: 
16497           - ScaleCore needs to scale the bounds, not the ClientSize of the 
16498             control. Fixes #77416.
16499           - DefaultSize is 0,0 for control
16500         * TextBoxBase.cs: 
16501           - DefaultSize is 100, 20
16502           - SetBoundsCore: Now enforcing the height, no matter if the provided
16503             height is more or less than the preferred one, as long as AutoSize
16504             is on
16505         * Form.cs: Apply documented fudge factor. Part of item 3 fix for #77416
16506
16507 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
16508
16509         * Control.cs:
16510           - ResumeLayout: Fixed logic when to call PerformLayout, we may not
16511             call unless both performLayout is true *and* we have a pending
16512             layout change
16513           - ResumeLayout: MS does not completely nest Suspend and Resume,
16514             they bottom out at 0, fixed our code to match that.
16515           - UpdateBounds/SetBoundsCore: Moved calling of UpdateDistances() to
16516             SetBoundsCore, we were updating even when we shouldn't. This fixes
16517             swf-anchors mis-anchoring when resizing the app fast and lots.
16518           - UpdateDistances: Now only setting the left and top distance if 
16519             we have a parent and are not suspended, this is based on
16520             a suggestion by Don Edvaldson in bug #77355.
16521           - OnVisibleChanged: Fixed logic when to create the control. We may
16522             not create the control if we have no parent or if it's not visible;
16523             switched to using Visible property instead of is_visible field 
16524             since the property also considers parent states. This fixes a bug
16525             when starting Paint.Net
16526
16527 2006-02-02  Jackson Harper  <jackson@ximian.com>
16528
16529         * Form.cs: If the forms handle hasn't been created yet don't call
16530         into xplatui to make it top most, just set the topmost flag on the
16531         form in CreateParams
16532         * XplatUIX11.cs: Handle WS_EX_TOPMOST.
16533
16534 2006-02-01  Jackson Harper  <jackson@ximian.com>
16535
16536         * ScrollableControl.cs: Refactored the Recalculate method a
16537         little, this wasn't handling all the variants of bottom and right
16538         bars needed to be added and added/removed based on their
16539         counterparts being added/removed (which changes the drawable
16540         size). Also we special case client widths and heights of 0 and
16541         don't add the scrollbar for those.
16542
16543 2006-02-01  Peter Dennis Bartok  <pbartok@novell.com>
16544
16545         * XplatUIX11.cs: 
16546           - Added method to get AbsoluteGeometry(); currently unused, but might
16547             be used in the future, if we try again to figure out toplevel
16548             coordinates with some more crappy window managers
16549           - Added FrameExtents() method to retrieve the WM set decoration size
16550           - Tried to fix up AddConfigureNotify and handling of ReparentNotify 
16551             to deal with at least KDE, FVWM and metacity (Fixes #77092)
16552         * Hwnd.cs: 
16553           - Added whacky_wm tracking var for metacity
16554           - Added logic to have default menu height if the actual menu height
16555             has not yet been calculated (part of fix for #77426)
16556         * Form.cs: Keep track whether client size has been set and re-set 
16557           it if a menu is added/removed afterwards (Fixes #77426)
16558
16559 2006-01-31  Jackson Harper  <jackson@ximian.com>
16560
16561         * Control.cs: When a new Site is set on the component attempt to
16562         pull the AmbientProperties from it.
16563
16564 2006-01-31  Peter Dennis Bartok  <pbartok@novell.com>
16565
16566         * ThemeWin32Classic.cs: Menu background is drawn in ColorMenu, not
16567           in the background of the owning form. Fixes #77332
16568
16569 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
16570
16571         * MimeIcon.cs: Fix for #77409
16572
16573 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
16574
16575         * XplatUIX11GTK.cs: Initial import
16576
16577 2006-01-31  Jordi Mas i Hernandez <jordimash@gmail.com>
16578
16579         * FixedSizeTextBox: fixes class signature
16580
16581 2006-01-30  Jackson Harper  <jackson@ximian.com>
16582
16583         * FixedSizeTextBox.cs: New internal class that represents a
16584         textBox that will not be scaled.
16585         * TreeView.cs:
16586         * ComboBox.cs:
16587         * UpDownBase.cs: Use the new FixedSizeTextBox instead of a
16588         standard TextBox.
16589                 
16590 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com> 
16591
16592         * XplatUIX11.cs: Retrieve default screen number instead of
16593           assuming 0. Attempted fix for #77318
16594
16595 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com>
16596
16597         * XplatUIWin32.cs: 
16598           - GetWindowPos: When a window is parented by FosterParent, use 
16599             the desktop instead of FosterParent as the base to get coordinates
16600           - CreateWindow: Don't make FosterParent the parent window for Popups
16601             if we don't want a taskbar entry, Popups automatically don't get one
16602         * Hwnd.cs: Need to call remove to actually remove the key from the
16603           hash table
16604
16605 2006-01-30  Mike Kestner  <mkestner@novell.com>
16606
16607         * MenuAPI.cs: adjust MainMenu item popup location to y=0.
16608
16609 2006-01-30  Jackson Harper  <jackson@ximian.com>
16610
16611         * TreeView.cs:
16612         * TreeNode.cs: Raise events no matter how the treenode is
16613         checked. Patch by Don Edvalson.
16614
16615 2006-01-30  Jackson Harper  <jackson@ximian.com>
16616
16617         * TreeNode.cs: Signature fix.
16618
16619 2006-01-29  Alexander Olk  <alex.olk@googlemail.com>
16620
16621         * ThemeClearlooks.cs: Fixed a crash in ProgressBar drawing.
16622
16623 2006-01-20  Mike Kestner  <mkestner@novell.com>
16624
16625         * Form.cs: Add ActiveTracker property to do Captures and perform mouse
16626         event forwarding when menus are active.
16627         * MenuAPI.cs: kill the GrabControl hack.  Use Form.ActiveTracker.
16628         Most of the patch is pdb's with a little rework.
16629
16630 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
16631
16632         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs: 
16633           Removed GetMenuDC and ReleaseMenuDC methods; replaced
16634           by PaintEventStart(handle, false) and PaintEventEnd(handle, false)
16635         * Form.cs: Changed WM_NCPAINT handler to use PaintEventStart and End
16636         * InternalWindowManager.cs: Added use of PaintEventStart/End to
16637           handling of WM_NCPAINT message, now passing the PaintEventArgs to
16638           the PaintWindowDecorations method
16639         * MainMenu.cs: Switched logic from GetMenuDC to PaintEventStart
16640         * MdiChildContext.cs: Switched logic from GetMenuDC to PaintEventStart
16641         * MenuAPI.cs: Made tracker window invisible
16642         * XplatUIWin32.cs:
16643           - Removed GetMenuDC and ReleaseMenuDC methods
16644           - Implemented the client=false path for PaintEventStart and
16645             PaintEventEnd
16646
16647 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
16648
16649         * XplatUIWin32.cs(SetBorderStyle): Fixed3D needs a border
16650         * XplatUIX11.cs(DeriveWindowStyles): Updated to match fixed Form
16651           styles
16652         * Form.cs: 
16653           - MaximizeBox, MinimizeBox: Recreate the handle when setting
16654             the style
16655           - CreateParams: Reworked the styles to match MS look'n'feel,
16656             removed automatic setting of MinimizeBox, MaximizeBox, etc. via
16657             the WS_OVERLAPPEDWINDOW style. This fixes #76823.
16658
16659 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
16660
16661         * XplatUIX11.cs(GetWindowState): Now throwing an exception when the 
16662           window is not mapped, since otherwise every form that's being 
16663           created is considered minimized, which is wrong.
16664         * Form.cs: Catching the exception and returning our internal value
16665           instead
16666
16667 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
16668
16669         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new driver method
16670           SetWindowMinMax() to have means to tell the driver about the minimum,
16671           maximum and maximized state window sizes. (Part of the fix for #76485)
16672         * Form.cs:
16673           - Implemented tracking of minimum and maximum window size, now calling
16674             new SetWindowMinMax() driver method to tell the driver (Part of the
16675             fix for #76485)
16676           - Finished handling of WM_GETMINMAXINFO method, now setting all values
16677             (Completes fix for #76485)
16678           - Calling new SetWindowMinMax driver method when the handle for a 
16679             form is created, to make sure the driver knows about it even if
16680             the values have been set before the window was created
16681           - Now eating the WM_WINDOWPOSCHANGED message if the form is minimized
16682             to avoid messing up our anchoring calculations (partial fix
16683             for #77355)
16684         * XplatUIStructs.cs: Added MINMAXINFO struct (moved from Win32 driver)
16685         * XplatUIX11.cs:
16686           - Added _NET_WM_STATE_HIDDEN property for detecting minimized state
16687           - Improved GetWindowState() to detect 'Minimized' state on Metacity 
16688             (and presumably other freedesktop.org compliant WMs). Left the
16689             assumption unmapped=minimized, needed for SetVisible to work.
16690           - Now setting the window state when creating windows
16691           - Fixed SetVisible to consider/set the window state when mapping
16692             a Form. We cannot set the state before it's mapped, and we cannot
16693             use Form.WindowState once it's mapped (since it would ask the
16694             driver and get 'normal'. Therefore, we grab the state before
16695             mapping, map, and then set state.
16696           - Implmemented SetWindowMinMax method; Metacity does not seem to
16697             honor the ZoomHints, though.
16698         * XplatUIWin32.cs:
16699           - Removed MINMAXINFO (moved to XplatUIStructs)
16700           - Added SetWindowMinMax stub (on Win32 the only way to set that
16701             information is in response to the WM_GETMINMAXINFO message, which
16702             is handled in Form.cs)
16703           - Added logic to SetVisible to set the proper window state when a 
16704             form is made visible (fixes #75720)
16705
16706 2006-01-26  Jackson Harper  <jackson@ximian.com>
16707
16708         * Control.cs (BeginInvoke): Automagically handle EventHandlers the
16709         same way we handle them with Invoke.
16710
16711 2006-01-25  Peter Dennis Bartok  <pbartok@novell.com> 
16712
16713         * Form.cs:
16714           - Added tracking of window state so CreateParams can return
16715             the appropriate style
16716           - Moved setting of WS_CAPTION style in CreateParams to allow
16717             styles without caption
16718         * DataGridTextBoxColumn.cs: We are now also creating the TextBox 
16719           control if the TextBox property is accessed. Fixes #77345
16720         * Control.cs:
16721           - get_Created: now uses is_disposed and is_created to determine
16722             return value (suggested by Jackson)
16723           - CreateHandle: No longer exits if the handle is being recreated
16724           - RecreateHandle: If the handle is not yet created call the 
16725             appropriate method to create either control or handle. If the
16726             control is already created CreateHandle will simply exit instead
16727             of just creating the handle
16728         * Hwnd.cs: Removed expose_pending tracking, no longer needed since we
16729           now SendMessage WM_DESTROY directly to the control when DestroyWindow
16730           is called.
16731         * XplatUIX11.cs: 
16732           - When DestroyWindow is called, instead of waiting for the 
16733             DestroyNotification from X11, we directly post it to the WndProc
16734             and immediately dispose the hwnd object.
16735             Same applies to DestroyChildWindows, and this obsoletes the
16736             expose_pending tracking. Contrary to Win32 behaviour we destroy our
16737             child windows before our own, to avoid X11 errors.
16738           - Removed the direct sending of WM_PAINT on UpdateWindow
16739         * XplatUIWin32.cs:
16740           - Reworked DoEvents and GetMessage to allow access to internal queue
16741             even when trying non-blocking access to the queue.  Fixes #77335. 
16742             Based on a patch suggestion by Don Edvalson. The new private
16743             GetMessage can now also be used as a backend for a PeekMessage
16744             frontend version.
16745         * XplatUI.cs: Improved debug output for CreateWindow
16746
16747 2006-01-25  Jackson Harper  <jackson@ximian.com>
16748
16749         * Help.cs: Allow param to be null. Patch by Don Edvalson.
16750
16751 2006-01-24  Jackson Harper  <jackson@ximian.com>
16752
16753         * ComboBox.cs: Clamp the max value set for the vertical scrollbar
16754         when we have a MaxDropItems lower then the selected index.
16755
16756 2006-01-24  Jackson Harper  <jackson@ximian.com>
16757
16758         * Control.cs: Don't allow selection of non visible controls, allow
16759         selection of controls without parents.
16760
16761 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
16762
16763         * ThemeWin32Classic.cs: Fixes Datagrid drawing issues
16764         * DataGridDrawingLogic.cs: Add editing row only when is necessary
16765
16766 2006-01-23  Jackson Harper  <jackson@ximian.com>
16767
16768         * UpDownBase.cs: Make the textbox handle all the selection and
16769         tabbing. This fixes tabing to updown controls.
16770
16771 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
16772
16773         * TextBoxBase.cs: fixes exception thown the object was null
16774
16775 2006-01-23  Jackson Harper  <jackson@ximian.com>
16776
16777         * ButtonBase.cs: Just use the base CreateParams. They set
16778         visibility and enabled correctly.
16779         * ComboBox.cs:
16780         * TrackBar.cs:
16781         * MonthCalendar.cs: Lets let the base set as much of the
16782         createparams as possible so we don't have duplicate code all over
16783         the place.
16784
16785 2006-01-22  Alexander Olk  <alex.olk@googlemail.com>
16786
16787         * ThemeGtk.cs: Added TrackBar and some experimental code to
16788           get double buffering back
16789
16790 2006-01-21  Jordi Mas i Hernandez <jordimash@gmail.com>
16791
16792         * DataGrid.cs: Allows row number set internally higher than the last
16793         when creating a new row. Restores the editing functionality.
16794
16795 2006-01-20  Mike Kestner  <mkestner@novell.com>
16796
16797         * MimeIcon.cs: delay Image creation until the icons are accessed
16798         instead of creating 190 scaled images on GnomeHandler startup.
16799
16800 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com> 
16801
16802         * TextBoxBase.cs (WndProc): When handling WM_KEYDOWN we need to
16803           first call base before processing the event. Fixes #77279
16804
16805 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com>
16806
16807         * XplatUIWin32.cs, Cursor.cs: Fixed code that wrongly assumed
16808           that the stride for the GDI bitmap would match the stride of
16809           a DIB or a Cursor.
16810
16811 2006-01-19  Alexander Olk  <alex.olk@googlemail.com>
16812
16813         * ThemeGtk.cs: Added ProgressBar, RadioButton, CheckBox
16814
16815 2006-01-19  Jackson Harper  <jackson@ximian.com>
16816
16817         * ComboBox.cs: Hookup the text controls keydown event so we get
16818         those when the text control has the focus.
16819
16820 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
16821
16822         * Label.cs: Now using the base events instead of defining new ones;
16823           this allows us to just call the base properties without having to
16824           duplicate all base property logic 
16825
16826 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
16827
16828         * Label.cs: A label by default is not a tabstop (Fixes one of our
16829           failing nunit tests)
16830
16831 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
16832
16833         * XplatUIWin32.cs: Fixed wrong DoEvents logic. Fixes #77282
16834         * XplatUIX11.cs: Removed WM_PAINT check from DoEvents. Fixes #77282
16835
16836 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
16837
16838         * Cursor.cs: Reimplemented creating cursor bitmaps without using
16839           the Bitmap(Stream) constructor which is semi-broken on MS GDI+.
16840           This fixes #77218
16841         * XplatUIWin32.cs: 
16842           - Reimplemented creating Bitmaps from DIBs since the Bitmap(Stream) 
16843             constructor creates images that can't be saved. Part of the fix
16844             for #76103
16845           - Added handling of CF_BITMAP as CF_DIB to clipboard code (Fixes #76103)
16846           - SetWindowState: Switched ShowWindow flags (part of an upcoming 
16847             bug fix for handling window state in forms properly)
16848
16849 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
16850
16851         * ThemeGtk.cs: Simplify ScrollBar drawing
16852
16853 2006-01-18  Jackson Harper  <jackson@ximian.com>
16854
16855         * Splitter.cs: Set the default dock style for the splitter control
16856         in the constructor.
16857
16858 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
16859
16860         * ThemeGtk.cs: Corrected StateType and ShadowType for
16861           gtk_paint_box
16862
16863 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
16864
16865         * Control.cs: Make use of Theme.DoubleBufferingSupported
16866         * ThemeGtk.cs:
16867           - Added drawing for flat style buttons
16868           - Added ScrollBar drawing
16869
16870 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
16871
16872         * ThemeClearlooks.cs: Removed some unneeded code.
16873         * ThemeGtk.cs: First part of ThemeGtk enhancements.
16874
16875 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
16876
16877         * LinkLabel.cs: We need to update the hover drawing when
16878           leaving the control as well.
16879
16880 2006-01-18  Jordi Mas i Hernandez <jordimash@gmail.com>
16881
16882         * DataGrid.cs: Clicking on non empty areas in the columns
16883            area was giving an exception
16884
16885 2006-01-17  Jackson Harper  <jackson@ximian.com>
16886
16887         * ThemeWin32Classic.cs:
16888         * ListView.cs: Do not draw/clip the headers when the header style
16889         is None.
16890
16891 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
16892
16893         * DataGrid.cs: Fixes 77260
16894         
16895 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
16896
16897         * DataGrid.cs: Clicking on a column on a empty grid was giving
16898           an exception
16899
16900 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
16901
16902         * DataGrid.cs (OnKeyDown): Don't use the array if it's empty
16903           or any keypress will crash the grid.
16904
16905 2006-01-17  Mike Kestner  <mkestner@novell.com>
16906
16907         * MainMenu.cs (OnMenuChanged): set Height=0 to cause relayout.
16908         * ThemeWin32Classic.cs (CalcItemSize): clear Height/Width for 
16909         invisible/previously-visible items.
16910         [Fixes #76909]
16911
16912 2006-01-17  Alexander Olk  <alex.olk@googlemail.com>
16913
16914         * ThemeClearlooks.cs:
16915         - Added CL_Draw_Button method; now other theme controls that are 
16916           not derived from button or do not have a button can draw buttons
16917           too
16918         - Updated ComboBox drawing
16919         - Beautified RadioButton drawing
16920         - Corrected drawing of bottom and left tabs
16921         - Beautified DateTimePicker and MonthCalendar
16922         - Added CPDrawButton and CPDrawRadioButton
16923
16924 2006-01-16  Jackson Harper  <jackson@ximian.com>
16925
16926         * ComboBox.cs: Set the initial value of the scrollbar to the
16927         current index. Reduce the numbers of refreshs and IndexOfs called.
16928
16929 2006-01-14  Alexander Olk  <alex.olk@googlemail.com>
16930
16931         * FileDialog.cs: When the file listview is focused hitting the
16932           backspace key moves the fileview to the parent directory
16933
16934 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
16935
16936         * Form.cs: 
16937           - Added RecreateHandle call when changing taskbar visibility to 
16938             trigger reparenting in Win32 driver (Fixes #75719)
16939           - If a window has minimize or maximize buttons, it cannot have
16940             a help button
16941         * XplatUIWin32.cs:
16942           - CreateWindow: When no WS_EX_APPWINDOW style is found we parent
16943             the toplevel form with FosterParent (A toolwindow not on the
16944             taskbar) (Fixes #75719)
16945           - Made FosterParent a toolwindow
16946
16947 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
16948
16949         * FileDialog.cs: Don't crash if InitialDirectory doesn't exist
16950
16951 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
16952
16953         * ToolTip.cs: If SetToolTip is called from a control and the mouse
16954           is currently over that control, make sure that tooltip_window.Text
16955           gets updated
16956
16957 2006-01-13  Mike Kestner  <mkestner@novell.com>
16958
16959         * MimeIcon.cs: size_t on lp64 fix for gdk_pixbuf_save_to_file extern.
16960
16961 2006-01-13  Jackson Harper  <jackson@ximian.com>
16962
16963         * TreeView.cs: On MS GetNodeAt never actually factors in the X
16964         value passed.  Also redraw the selected node when we recieve
16965         focus, so tabbing between trees works correctly.
16966
16967 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
16968
16969         * MimeIcon.cs: GnomeHandler: older gnome versions don't have
16970           ~/.gconf/%gconf-tree.xml, so use
16971           .gconf/desktop/gnome/interface/%gconf.xml
16972
16973 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
16974
16975         * TextControl.cs: Draw text in gray if control is disabled
16976
16977 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
16978
16979         * TreeView.cs: Draw the focus rectangle outside the highlight, to
16980           make sure it's always visible. Fixes #76680.
16981
16982 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
16983
16984         * TreeView.cs: Implemented Wheel scrolling. Fixes #76531
16985
16986 2006-01-13  Jonathan Chambers  <jonathan.chambers@ansys.com>
16987
16988         * PageSetupDialog.cs: Added.
16989         * PrintDialog.cs: Attributes.
16990         * PrintPreviewControl.cs: Updates.
16991         * PrintPreviewDialog.cs: Updates.
16992         
16993 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
16994
16995         * Control.cs: Undid my selection check fix, since it's not needed
16996         * TextBoxBase.cs:
16997           - Now considering the presence of hscroll/vscroll when sizing
16998             vscroll/hscroll respectively. Fixed bug #77077
16999           - Added Left/Up/Down/Right to IsInputKey list to prevent
17000             ContainerControl from stealing them. This fixes what I broke
17001             with my last checkin.
17002
17003 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com> 
17004
17005         * ScrollableControl.cs: Implemented dockpadding. Fixes #77166. And
17006           I finally understand how the property can be set without a setter :-)
17007
17008 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
17009
17010         * Application.cs:
17011           - Switched RunLoop to use static Message.Create to create a 
17012             Message object
17013           - Added PreProcessMessage call in runloop for keyboard events; this
17014             is part of the fix for #77219, I overlooked this originally in the
17015             MSDN doc for PreProcessMessage
17016         * Control.cs:
17017           - Removed call to PreProcessMessage from handling of keyboard 
17018             messages; it's supposed to be done in the message pump
17019           - Moved call to ProcessKeyEventArgs inside ProcessKeyMessage as
17020             per MSDN documentation.
17021           - IsInputChar: All chars are input chars by default; removed the 
17022             parent calling chain, MS does not document that
17023           - PreProcessMessage: If IsInputChar is true, we want to return false
17024             to allow dispatching of the message
17025           - When selecting the next control, now also check that we're not
17026             selecting ourselves again and therefore return a false positive.
17027         * TextBoxBase.cs:
17028           - Tried to match return values for IsInputKey and ProcessDialogKey
17029             to what MS returns; moved processing of our special keys outside
17030             ProcessDialogKey since MS does not seem to return true on those.
17031           - Moved code that previously was in ProcessDialogKey into new private
17032             ProcessKey method, which gets called upon receipt of WM_KEYDOWN
17033           - Reworked handling of WM_CHAR to not have to duplicate code from
17034             Control.cs anymore, instead we simply call down to base.
17035            
17036 2006-01-12  Jackson Harper  <jackson@ximian.com>
17037
17038         * ComboBox.cs: We always need to refresh the text area when
17039         EndUpdate is called. Fixes the combobox in the file dialog.
17040         * Control.cs: Don't create the creator_thread until the controls
17041         handle is created.  Also in InvokeRequired we check if the
17042         creator_thread is null. This gives the effect of InvokeRequired
17043         returning true if the controls handle is not created yet, and
17044         matches MS.
17045
17046 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
17047
17048         * XplatUI.cs:
17049           - Added StartLoop() driver method. This is used to allow drivers to
17050             prepare for an upcoming GetMessage/TranslateMessage/DispatchMessage
17051             loop for a particular thread
17052           - Added EndLoop() driver method. This is called once the message
17053             pump for the thread is shut down
17054           - Added SupportsTransparency method to allow the driver to indicate
17055             opacity support for windows
17056         * Form.cs:
17057           - Removed TODO attribute, completed AllowTransparency property
17058           - Added documented logic to Opacity
17059         * GroupBox.cs, Label.cs, LinkLabel.cs, PropertyGrid.cs, Control.cs,
17060           ButtonBase.cs, CheckedListBox.cs: Combined Jackson's and Miguel's
17061           versions of CompatibleTextRendering
17062         * X11Structs.cs: Added opacity atom to our atom enumeration
17063         * Hwnd.cs: Added opacity tracking (we need to track since the opacity
17064           of a form might be set before it's reparented by the WM, and we need
17065           the opacity value without calling up to Form)
17066         * XplatUIDriver.cs: Added StartLoop(), EndLoop() and 
17067           SupportsTransparency() driver methods
17068         * Application.cs: Now calling StartLoop and EndLoop driver methods
17069         * XplatUIX11.cs:
17070           - Added opacity atom registration
17071           - Added StartLoop()/EndLoop() methods. They're empty right now but
17072             will need to get implemented when we switch to a per-thread queue
17073           - Implemented SupportsTransparency() method
17074           - Implemented SetWindowTransparency() method
17075           - Added support for setting the opacity value when a window is
17076             reparented (since the opacity needs to be set on the WM frame)
17077         * XplatUIOSX.cs, XplatUIWin32.cs:
17078           - Added SupportsTransparency(), StartLoop() and EndLoop() methods
17079
17080 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
17081
17082         * ThemeClearlooks.cs: Don't crash if TabControl.Parent is null.
17083
17084 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
17085
17086         * FileDialog.cs: Added ToolTip for MWFFileView
17087         * MimeIcon.cs: Rewrote GnomeHandler.
17088           - Get currently used gnome icon theme from
17089             ($HOME)/.gconf/%gconf-tree.xml
17090           - Make use of inherited icon themes
17091           - Support SVG icon themes like Tango via librsvg
17092
17093 2006-01-12  Miguel de Icaza  <miguel@novell.com>
17094
17095         Revert's Jackson's revert which broke 2.0 builds.   Fix both
17096         builds. 
17097         
17098         * Application.cs: Move the use_compatible_text_rendering outside
17099         the NET_2_0 define.  If we ever need to use the
17100         use_compatible_text_rendering on the individual controls they will
17101         access the variable from the common shared code paths.
17102
17103 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
17104
17105         * XplatUI.cs:
17106           - Added more granular debug options
17107           - Added method to print both window text and id
17108           - Switched debug output to use new Window() debug method
17109           - Added IsEnabled() driver method
17110           - Added EnableWindow() driver method
17111         * Form.cs:
17112           - Removed end_modal; no longer needed, new loop handles termination
17113             via 'closing' variable
17114           - If form is modal, setting DialogResult will now initiate loop
17115             termination via 'closing' variable
17116           - Added support for is_enabled/WS_DISABLED to CreateParams
17117           - Close() now just send the WM_CLOSE message; the WM_CLOSE handler
17118             does all the work
17119           - Removed code that's now in RunLoop from ShowDialog()
17120           - Added various documented sanity checks to ShowDialog()
17121           - Added handling of WM_DESTROY message; we set 'closing' on getting
17122             the message to indicate the message pump to terminate
17123           - Added handling of new internal WM_CLOSE_INTERNAL message - it's
17124             send by the Application.ExitThread method. (We send the message
17125             to destroy the window after all other events have been
17126             processed through the queue, instead of destroying the handle 
17127             directly)
17128           - Moved code from Close() method to WM_CLOSE handler; added logic
17129             to only send close-related events if the form is not displayed
17130             modal
17131         * Splitter.cs (..ctor): Fixed typo in resource name
17132         * Control.cs:
17133           - DrawBackgroundImage: Explicitly selecting the wrap mode for the
17134             brush now
17135           - set_Cursor: Now only setting calling into XplatUI if the handle for
17136             the control is already created; this avoids implict handle creation
17137             or crashes if it's not created
17138           - set_Enabled: Now setting the enabled state via the new driver method
17139             instead of just tracking it
17140           - CreateParams: Added logic to set WS_DISABLED based on enabled state
17141           - CreateControl: Reordered event firing and method calls to more
17142             closely fire events in the order MS does. Now setting the
17143             enabled state in the driver when creating the control.
17144           - SetVisibleCore: Moved when the OnVisibleChanged event is fired to
17145             match MS order
17146         * FolderBrowserDialog.cs, MessageBox.cs, ButtonBase.cs, TrackBar.cs,
17147           MonthCalendar.cs: get_CreateParams: Added setting of WS_DISABLED 
17148         * XplatUIStructs.cs: Added internal WM_CLOSE_INTERNAL mesage id
17149         * Hwnd.cs:
17150           - Added tracking of window enabled state (get_Enabled/set_Enabled)
17151           - Added EnabledHwnd property to easily allow a driver to find the
17152             handle of the first enabled window in the parent chain (this is
17153             used by drivers to pass up input events of disabled windows)
17154         * XplatUIDriver.cs: Added IsEnabled() method
17155         * Application.cs:
17156           - Removed crude and obsolete exiting tracking variable
17157           - Removed internal ModalRun(); replaced by RunLoop()
17158           - Implemented private CloseForms() method to allow closing all 
17159             windows owned by a particular (or all) threads
17160           - Exit() now properly closes all windows without forcing the message
17161             pump to quit
17162           - Removed obsolete InternalExit() method
17163           - Changed Run() methods to use new RunLoop() message pump
17164           - Implemented new RunLoop() method for both modal and non-modal forms
17165         * CommonDialog.cs:
17166           - get_CreateParams: Added setting of WS_DISABLED
17167           - Simplified ShowDialog(); now all the work is done in RunLoop(),
17168             invoked via Form.ShowDialog()
17169         * NativeWindow.cs: We don't remove the window from the collection when
17170           the handle is destroyed; there might still be messages for it in the
17171           queue (mainly the resulting WM_DESTROY); instead it will be removed
17172           when Control calls InvalidateHandle in the WM_DESTROY handler
17173         * XplatUIX11.cs:
17174           - CreateWindow: Added logic to handle the WS_DISABLED window style
17175           - EnableWindow: Implemented based on Hwnd.Enabled
17176           - GetMessage: Reset PostQuitState so the method can be called again
17177           - Implemented support for disabled windows (passing messages to the
17178             first enabled parent) in handling all input messages
17179           - Added optimizations for handling Expose events
17180           - Implemeted new driver method IsEnabled()
17181           - Now always resetting paint pending tracking vars when we start paint
17182           - Re-implemented UpdateWindow via just sending a WM_PAINT message
17183         * XplatUIOSX.cs: Added IsEnabled method stub
17184         * XplatUIWin32.cs: Implemented new IsEnabled() method
17185
17186 2006-01-11  Jackson Harper  <jackson@ximian.com>
17187
17188         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
17189         LinkLabel.cs, PropertyGrid.cs: Unbreak 1.1 build. Consolidate the
17190         variables a little.
17191         * ColorDialog.cs: Clear out the old form before adding the new
17192         panel.  
17193
17194 2006-01-11  Jackson Harper  <jackson@ximian.com>
17195
17196         * X11Dnd.cs: Make sure to add all the text formats when adding
17197         strings to the data object.
17198         * TreeNodeCollection.cs: When adding to a sorted tree we need to
17199         do some redrawing too.  Also change the UpdateNode to an
17200         UpdateBelow so the newly added node gets painted.
17201         
17202 2006-01-11  Miguel de Icaza  <miguel@novell.com>
17203
17204         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
17205         LinkLabel.cs, PropertyGrid.cs: Implement the
17206         UseCompatibleTextRendering property for 2.x
17207
17208         * Application.cs (SetCompatibleTextRenderingDefault): Add. 
17209
17210 2006-01-11  Jackson Harper  <jackson@ximian.com>
17211
17212         * TreeView.cs: Use the property for setting the selected node so
17213         the correct events get raised.
17214         * TreeNode.cs: Update the tree when the fore/back colours of a
17215         node are set.
17216
17217 2006-01-10  Jackson Harper  <jackson@ximian.com>
17218
17219         * TreeView.cs: Allow setting SelectedNode to null.
17220
17221 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17222
17223         * Form.cs: Fix support for Form TransparencyKey and Opacity on Windows.
17224
17225 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17226
17227         * PrintControllerWithStatusDialog.cs: Update page number in dialog.
17228
17229 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17230
17231         * PrintDialog.cs: Added attributes and set default property values.
17232
17233 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17234
17235         * PrintControllerWithStatusDialog.cs: 
17236         Added PrintControllerWithStatusDialog.
17237
17238 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17239
17240         * XplatUI.cs, Form.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
17241         XplatUIWin32.cs: Added support for Form TransparencyKey and Opacity on Windows.
17242
17243 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17244
17245         * ComboBox.cs: Fix crash when there is no selected item (due to last commit)
17246
17247 2006-01-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
17248
17249         * ComboBox.cs: Added KeyDown event handler for processing arrow keys
17250         and PgUp/PgDown. Also, scroll to selected item upon dropdown. Bugs 76857 and 76788.
17251
17252 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
17253
17254         * MimeIcon.cs: Added internal class SVGUtil.
17255
17256 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
17257
17258         * FileDialog.cs: Don't crash if there are two files with the
17259           same name but different locations.
17260
17261 2006-01-08  John BouAntoun  <jba-mono@optusnet.com.au>
17262
17263         * MonthCalendar.cs: Fixed annoying rendering bug when selecting
17264         dates across multiple month grids. Used to not highlight entire 
17265         month, but does now.
17266         
17267 2006-01-06  Jackson Harper  <jackson@ximian.com>
17268
17269         * MonthCalendar.cs: Removed DoEvents call to prevent a running
17270         message loop. Change timer intervals to numbers that seem more
17271         natural.
17272
17273 2006-01-06  John BouAntoun  <jba-mono@optusnet.com.au>
17274
17275         * DateTimePicker.cs: Modified CalculateDropDownLocation to use the screen
17276           object for location info since screen object is now implemented.
17277
17278 2006-01-05  Jackson Harper  <jackson@ximian.com>
17279
17280         * AsyncMethodData.cs: Check if the call is complete before doing a WaitOne
17281         * AsyncMethodResult.cs: We no longer use a WeakReference for the
17282         AsyncMethodResult, this is because we ALWAYS want the
17283         ManualResetEvent to get set.
17284         * Control.cs: When disposing use an async invoke to call shutdown
17285         code, so that thigns don't block on the finalizer thread.  Also
17286         check if we even have a message loop before trying to send
17287         messages, if we don't then don't bother sending messages.
17288         - No more weak references for async methods
17289         * XplatUIDriver.cs: No more weak references for async methods.
17290
17291 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
17292
17293         * FontDialog.cs: Fix, don't throw an exception if FontFamily.Families
17294           returns two FontFamily with the same name
17295
17296 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
17297
17298         * ThemeWin32Classic.cs, ThemeClearlooks.cs: Dropped stupid scheme of 
17299           drawing disabled text. Instead using the ColorGrayText color
17300
17301 2006-01-04  Jackson Harper  <jackson@ximian.com>
17302
17303         * TreeNode.cs: redraw the node when its image index is changed.
17304
17305 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
17306
17307         * RichTextBox.cs: Same fix as last, just for SelectionColor. This
17308           time I checked there are no others like it.
17309
17310 2006-01-04  Jackson Harper  <jackson@ximian.com>
17311
17312         * AsyncMethodResult.cs: Use a ManualResetEvent instead of a mutex,
17313         this gives the behavoir I was looking for.
17314         * Control.cs: Special case Invoking EventHandlers, this matches MS
17315         and fixes part of bug #76326.
17316
17317 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
17318
17319         * ThemeClearlooks.cs, FileDialog.cs:
17320           - Reflect the latest Theme class changes
17321           - Remove Mono.Unix.Syscall.time in FileDialg and replace it 
17322             with DateTime
17323             
17324 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
17325
17326         * Theme.cs: Cache UI resource images and resize them if needed
17327
17328 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
17329
17330         * RichTextBox.cs: FormatText is 1-based, make it so when SelectionFont
17331           is called. This fixes the crash in Nexxia when setting the font
17332           attributes in the chat. [However, RTF needs a look-over to make sure
17333           that all SelectionXXX methods handle the special case that selection
17334           is empty and therefore the change must be applied to all text starting
17335           at the cursor/selection start]
17336
17337 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com> 
17338
17339         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
17340           XplatUIOSX.cs: Added SendMessage and PostMessage methods
17341         * X11Keyboard.cs: Switched to new way of calling PostMessage
17342
17343 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
17344
17345         * Theme.cs: Added theme interface for images to allow the theme to
17346           control what images are used for things like FileDialog, MessageBox
17347           icons, etc.
17348         * MessageBox.cs: Now uses the new Theme icon/image interfaces
17349
17350 2006-01-03  Alexander Olk  <alex.olk@googlemail.com>
17351
17352         * FileDialog.cs:
17353           - Removed some dead code
17354           - Opening a recently used file does work now
17355           - Small UI enhancements
17356           - Refactoring
17357
17358 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
17359
17360         * FileDialog.cs: Forgot too add __MonoCS__
17361
17362 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
17363
17364         * FileDialog.cs: We are able to read recently used files now let's
17365           go on and write them.
17366
17367 2006-01-01  Alexander Olk  <alex.olk@googlemail.com>
17368
17369         * FileDialog.cs: Breathe some life into "last open"/"recently used"
17370           button
17371         * MimeIcon.cs: Do a check for the top level media type also
17372
17373 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
17374
17375         * ThemeClearlooks.cs:
17376           - Added CPDrawStringDisabled
17377           - ButtonBase_DrawText: Workaround for a DrawString bug; cut off
17378             some chars if the text doesn't fit into text_rect
17379           - DrawListViewItem: If View = View.LargeIcon center the image;
17380             rewrote the drawing of ListViewItem.Text if View = 
17381             View.LargeIcon
17382
17383 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
17384
17385         * MimeIcon.cs: Use default KDE icon theme if there is no
17386           "48x48" directory for the current icon theme, fixes #77114
17387         * Mime.cs: Disable not working and actually not used code. 
17388         * ThemeWin32Classic.cs:
17389           - Replace "new SolidBrush" in GetControlBackBrush and
17390             GetControlForeBrush with ResPool.GetSolidBrush
17391           - Changed DrawListViewItem from private to protected virtual
17392         * FileDialog.cs:
17393           - Added form.MaximizeBox = true
17394           - Don't throw an exception if there is a broken symbolic link
17395
17396 2005-12-23  Jackson Harper  <jackson@ximian.com>
17397
17398         * TabControl.cs: Give the panels focus, keyboard navigation is
17399         fixed so this works correctly now.
17400         - We need these key events also.
17401         * ToolBar.cs: Remove some of the poor mans double buffering.
17402         
17403 2005-12-24  Alexander Olk  <alex.olk@googlemail.com>
17404
17405         * ComboBox.cs: The internal TextBox now returns the focus.
17406
17407 2005-12-23  Jackson Harper  <jackson@ximian.com>
17408
17409         * ThemeWin32Classic.cs:  Draw the text for all tab appearances.
17410
17411 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
17412
17413         * Control.cs: Removed debug code
17414         * XplatUIX11.cs: Changed DestroyChildWindows to also consider
17415           implicit children
17416
17417 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com> 
17418
17419         * Control.cs: When creating the control, update the Z-order after
17420           all it's children are created, too. (Fixes nexxia not showing
17421           picturebox bug)
17422
17423 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
17424
17425         * Control.cs: Do not update the anchoring distances if layout is
17426           suspended, instead do it once layout is resumed
17427
17428 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com> 
17429
17430         * Control.cs: 
17431           - After many hours of debugging, for both Jackson and
17432             myself, it turns out that it helps to set the parent of a control
17433             if you want to actually see it onscreen. In the spirit of that
17434             discovery, we're now setting the parent of the control and
17435             it's children when the control's handle is created. This fix
17436             will make Lutz Roeder's Reflector run happily. 
17437           - now just creating the handle instead of the whole control when
17438             getting a graphics context for the control.
17439
17440 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
17441
17442         * ScrollableControl.cs: When calculating the canvas, don't consider
17443           the scrollbar widths. Instead, predict if horizontal scrollbar
17444           will affect canvas when deciding on vertical display and vice versa.
17445
17446 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
17447
17448         * RichTextBox.cs: Set default RTF font for documents that don't
17449           have a font table (Fixes #77076)
17450
17451 2005-12-22  Jackson Harper  <jackson@ximian.com>
17452
17453         * TextBoxBase.cs: It's difficult to do, but you can have an empty
17454         clipboard. This prevents a NullRef in that case.
17455         * XplatUIX11.cs: Use CLIPBOARD not PRIMARY for our
17456         clipboard. PRIMARY is for the currently selected text only. (We
17457         should implement PRIMARY at some point.
17458
17459 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
17460
17461         * XplatUIWin32.cs: Fixed the TEXTMETRIC structure, we were calling
17462           a Unicode function with a structure that was defined in Ansi way.
17463           This fixes #76942.
17464
17465 2005-12-21  Jackson Harper  <jackson@ximian.com>
17466
17467         * StatusBar.cs: Statusbar handles its fore/back colours on it's
17468         on. Because thats how it rolls. (and this avoids it using ambient
17469         colours).
17470         * ThemeWin32Classic.cs: Use the proper back color for filling.
17471         * Menu.cs: Use the system menu bar color for drawing menu
17472         bars. Using the window back color will bring ambient colours into
17473         the picture.
17474
17475 2005-12-21  Alexander Olk  <alex.olk@googlemail.com>
17476
17477         * ColorDialog.cs: Fixed a memory leak that caused a SIGSEV. A lot of
17478           Bitmaps were created and not disposed.
17479
17480 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
17481
17482         * Control.cs (CreateControl): Don't do anything if the control is
17483           already created, otherwise we'd fire the OnCreated event more than
17484           once
17485
17486 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
17487
17488         * ComboBox.cs (FindStringCaseInsensitive): Don't search for emtpy strings,
17489           will always match. Instead return -1. Fixes #76464.
17490
17491 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
17492
17493         * TextControl.cs (RecalculateLine): Only wrap if the wrap point is
17494           neither the beginning nor the end of the line (Fixes bug #76479)
17495
17496 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
17497
17498         * Control.cs:
17499           - ControlNativeWindow.ControlFromHandle(): Now handling situation
17500             where handle is invalid
17501           - FromHandle(): Now using hashtable-based ControlFromHandle() lookup
17502             instead of slower linear search
17503         * NativeWindow.cs: Don't remove the window from the hashtable until
17504           after the driver has destroyed it (since the driver might use
17505           Control.FromHandle to lookup the control object
17506         * Hwnd.cs: Added DestroyPending property to track if a window is 
17507           already destroyed as far as the driver is concerned and only hasn't
17508           yet notified the control
17509         * XplatUIX11.cs:
17510           - Activate(): Check if the window is still valid before using the 
17511             handle
17512           - Implemented DestroyChildWindow() method to mark child windows as
17513             destroyed when a window is destroyed. This prevents situations 
17514             where we might call an X method based on queued events for a
17515             window that already has been destroyed but we haven't yet pulled
17516             the destroy method from the queue.
17517           - Added a call to the new DestroyChildWindow() method to the drivers
17518             DestroyWindow code. Also now marking the destroyed window itself
17519             as pending
17520
17521 2005-12-20  Jackson Harper  <jackson@ximian.com>
17522
17523         * StatusBar.cs:
17524         * StatusBarPanel.cs: Don't calculate panel sizes on draw
17525         anymore. Just do them when needed, also track the rects of panels
17526         so that we can optimize refreshing more in the future.
17527
17528 2005-12-20  Alexander Olk  <alex.olk@googlemail.com>
17529
17530         * ColorDialog.cs: Fixed focus drawing in small color controls
17531
17532 2005-12-19  Jackson Harper  <jackson@ximian.com>
17533
17534         * InternalWindowManager.cs:
17535         * MdiWindowManager.cs: Cleanup some coordinate system changes so
17536         moving windows works properly.
17537
17538 2005-12-19  Peter Dennis Bartok  <pbartok@novell.com> 
17539
17540         * Control.cs: 
17541           - Removed call to InitLayout() from SetBoundsCore(); doc says
17542             it's only called when a control is added to a container
17543           - Split InitLayout logic, moved to separate UpdateDistances() method
17544             since we need to perform those calculations more often than just
17545             when adding the control to a container. (Needed to fix #77022)
17546           - Now calling UpdateDistances() from UpdateBounds() (fixes #77022)
17547           - Reduced the OnBindingContextChanged events count, don't send them
17548             unless the control is created, we still aren't totally matching
17549             MS, but I can't quite figure out some of their rules
17550
17551 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
17552
17553         * ThemeClearlooks.cs: Corrected distance between ProgressBar
17554           stripes
17555
17556 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
17557
17558         * ThemeClearlooks.cs:
17559           - Updated ProgressBar drawing
17560           - Corrected drawing of ScrollBars and scroll buttons
17561           - Some temporary fixes for minor pixel artefacts
17562
17563 2005-12-18  Peter Dennis Bartok  <pbartok@novell.com> 
17564
17565         * Control.cs:
17566           - Reworked Controls.Add(), Controls.Remove() and set_Parent() to
17567             cause events to be sent in the same order as MS does.
17568           - Added ChangeParent() method to trigger various OnXXXChanged events
17569             that need to be fired when a parent changes (This is a reworking
17570             of the patch from r54254, with the X11 errors fixed)
17571           - Removed SuspendLayout()/ResumeLayout() calls from Controls.Clear()
17572             since on MS we get OnLayoutChanged events when calling Clear()
17573           - Changed Enabled property to consider parent state as well, if a
17574             parent is not enabled, the control will not be either
17575           - Changed Parent property to simply call Controls.Add() since that
17576             now does all the work required, this way we avoid code duplication
17577           - Threw in a few OnBindingsContextChanged calls to try and match
17578             when MS sends them. We seem to send a few too many, though.
17579           - Added call to CreateControl when adding the control to a parent.
17580             We were never calling CreateControl. Still needs some work, in
17581             some places we treat HandleCreated and ControlCreated as equal, 
17582             which is wrong
17583           - Removed obsolete commented out code from UpdateZOrder()
17584
17585 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
17586
17587         * ThemeClearlooks.cs: Updated TrackBar drawing.
17588
17589 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
17590
17591         * FileDialog.cs: Patch for #76901 by Atsushi Enomoto
17592
17593 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
17594
17595         * FileDialog.cs: Add the Help button and the open readonly
17596           checkbox only if needed
17597
17598 2005-12-16  Jackson Harper  <jackson@ximian.com>
17599
17600         * Control.cs: Make sure we have an active menu before trying to
17601         process commands on it. Prevents menu-less forms from crashing
17602         when Alt is pressed.
17603         * TreeNodeCollection.cs: Some fixes to prevent null refs. Patch by
17604         Dieter Bremes.
17605         * RichTextBox.cs: Expand statement to help out gmcs and fix the
17606         2.0 build.
17607
17608 2005-12-16  Jackson Harper  <jackson@ximian.com>
17609
17610         * InternalWindowManager.cs: Don't translate tool windows screen
17611         coordinates. This fixes windows 'bouncing' around when being moved.
17612
17613 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
17614
17615         * TextBoxBase.cs:
17616           - MaxLength now treats 2^31-1 equal to unlimited length (this is
17617             not quite MS compatible, MS uses that number only for single line
17618             and 2^32-1 for multi-line, but I figure it won't hurt keeping
17619             the limit at 2GB)
17620           - Now enforcing the MaxLength limit when entering characters
17621           - Added argument to internal Paste() method to track if it's called
17622             from programatically or via keyboard, since keyboard driven pastes
17623             need to enforce max-length
17624           - Added logic to Paste to only paste as many chars as MaxLength 
17625             allows
17626         * RichTextBox.cs: Updated to use new obey argument for internal Paste()
17627         * TextControl.cs:
17628           - Added Length property to return number of characters in document
17629           - Added private CharCount property which only tracks actual chars
17630             in the document (no linefeeds) and fires event when CharCount
17631             changes
17632           - Added tracking of character count to all methods that alter it
17633           - Added LengthChanged event to allow applications to subscribe
17634             to any changes to the document
17635
17636 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
17637
17638         * TextBox.cs: 
17639           - Removed local password_char field (moved to TextBoxBase)
17640           - Now setting the document's password var when password is
17641             set
17642         * TextBoxBase.cs:
17643           - Added password_char field (needed here so MultiLine can
17644             access it)
17645           - Added logic to MultiLine property setter to set the document's
17646             variable when password display is allowed
17647           - Removed debug code and made some debug code conditional
17648         * TextControl.cs:
17649           - Added RecalculatePasswordLine() method to handle special password
17650             char only lines
17651           - Added PasswordChar property, also added related tracking vars
17652           - Draw() method now uses local text var for grabbing text to draw,
17653             this var is set to line.text unless we're doing password display,
17654             then it is set to the pre-generated all-password-chars line
17655           - Added calling RecalculatePasswordLine() method for password lines
17656
17657 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
17658
17659         * Hwnd.cs: 
17660           - Added Reparented property to allow tracking of Window Manager
17661             reparenting actions (which affect X/Y calculations of toplevel 
17662             windows)
17663           - Made ToString() print window handles in hex
17664         * XplatUIX11.cs:
17665           - AddConfigureNotify(): Now uses reparented state off Hwnd to
17666             determine if X/Y needs offsetting
17667           - AddConfigureNotify(): Fixed offset calculations
17668           - Now adds ReparentNotify messages into the queue
17669           - Now processes ReparentNotify messages and causes a 
17670             WM_WINDOWPOSCHANGED message to be sent upstream if a window
17671             is reparented (as most likely it's X/Y coordinates are changed
17672             due to that)
17673
17674 2005-12-14  Jackson Harper  <jackson@ximian.com>
17675
17676         * XplatUIX11.cs: Tool windows still need to respek focus.
17677
17678 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
17679
17680         * Control.cs: Undid 54254 (causing XConfigure errors) so we can
17681           have a working release
17682
17683 2005-12-13  Jackson Harper  <jackson@ximian.com>
17684
17685         * Form.cs: Update styles after setting the border style regardless
17686         of whether or not the window is using a window manager.
17687
17688 2005-12-13  Jackson Harper  <jackson@ximian.com>
17689
17690         * Form.cs: We now hook into an internal window manager instead of just an
17691         MDI subsystem, this is so we can have properly behaving tool windows.
17692         * MdiClient.cs: Naming change, MdiChildContext is now WindowManager
17693         * InternalWindowManager.cs: New internal class that acts as a
17694         window manager for tool windows and as a base for mdi windows.
17695         * MdiWindowManager.cs: New class that acts as a window manager for
17696         mdi windows.
17697
17698 2005-12-12  Jackson Harper  <jackson@ximian.com>
17699
17700         * Control.cs: Updates so we match behavoir for for implicit
17701         controls. Fixes explosions in MDI.
17702
17703 2005-12-12  Jackson Harper  <jackson@ximian.com>
17704
17705         * Control.cs: Implement Invalidate (Region).
17706
17707 2005-12-12  Peter Dennis Bartok  <pbartok@novell.com> 
17708
17709         * Control.cs: 
17710           - Changed handling of Controls.Add/Controls.Remove to fire (almost) 
17711             the same events as MS does. MS fires events for each property 
17712             except, for unknown reasons, Cursor, when the control is reparented. 
17713             I can't seem to totally match add/remove since MS also fires some 
17714             VisibleChanged events, which makes no sense. Consolidated the
17715             parenting code into a separate method so it can be called from
17716             both Add and Remove. set_Parent no longer needs any special logic
17717             as it calls the parent's add method which implicitly fires
17718             all events
17719           - Removed some obsolete code and debug output
17720           - Enabled state is inherited from parents, if this is enabled
17721
17722 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com> 
17723
17724         * Form.cs: Removed commented out code
17725
17726 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com>
17727
17728         * Control.cs:
17729           - Added internal version of Invoke, with additional argument 
17730             indicating if we're calling it from a Dispose() handler. That
17731             way we can avoid BeginInvoke throwing an exception if we're
17732             calling for an already destroyed window.
17733           - Added a dispose argument to BeginInvokeInternal, and made the
17734             check if a valid window handle chain exists conditional on
17735             it not being a dispose call
17736           - Removed code in DestroyHandle to destroy our children. Since we
17737             now handle the WM_DESTROY message we will catch all our children
17738             being destroyed.
17739           - Now calling OnHandleDestroyed from our new WM_DESTROY handler
17740         * Form.cs:
17741           - Added a field to track the application context of the form.
17742           - No need to set closing variable as response to WM_CLOSE, instead
17743             we destroy the window. We also call PostQuitMessage if the form
17744             has an application context (which makes it the main app form,
17745             which, when closed terminates the app)
17746         * XplatUI.cs:
17747           - Dropped Exit() method, it's naming was confusing
17748           - Added PostQuitMessage() which causes GetMessage to return false
17749             once the message queue is empty
17750         * XplatUIDriver.cs, XplatUIWin32.cs: Dropped Exit(), added 
17751           PostQuitMessage()
17752         * XplatUIOSX.cs: Switched signature for Exit method since Exit() is
17753           no longer a valid XplatUI method, but left it in since it's used
17754           internally. Added empty PostQuitMessage() method.
17755         * MenuAPI.cs: Replaced call to Exit() with call to
17756           PostQuitMessage, even though this is probably no longer needed.
17757         * Hwnd.cs: Added 'pretty' ToString() to support debugging.
17758         * X11Structs.cs: Added pretty XEvent.ToString() to support debugging.
17759         * Application.cs:
17760           - Replaced call to XplatUI.Exit() with PostQuitMessage()
17761           - Removed old debug code that would call XplatUI for exception
17762             display, enabled standard exception handling (Still not enabled
17763             though, until NativeWindow's ExternalExceptionHandler define
17764             is removed
17765         * NativeWindow.cs:
17766           - Added internal method to allow control to update NativeWindow
17767             after a window has been destroyed
17768           - Added handling of already destroyed windows when calling i
17769             DestroyWindow
17770           - Added removal of handle from list on ReleaseHandle
17771         * XplatUIX11.cs:
17772           - Dropped GetMessageResult var and related code
17773           - Added PostQuitState to field to track if PostQuitMessage has been
17774             called
17775           - Dropped Exit() method
17776           - Added PostQuitMessage() method
17777           - GetMessage now will return false if PostQuitState is set and no
17778             more messages are in the queue.
17779           - Expose handler will no longer generate WM_PAINT messages if we are
17780             in PostQuitState since it's very likely any windows have already
17781             been destroyed, and since Hwnd won't get updated until we have
17782             processed the DestroyNotify we'd be causing X errors.
17783         
17784 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
17785
17786         * Control.cs(WndProc): Apparently I'm suffering from brain cloud.
17787           Thanks to Mike for pointing out the err of my ways.
17788
17789 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
17790
17791         * Control.cs(PreProcessMessage): Moved menu handling back, but
17792           after all other key handling, to match MS (who handles Menu in
17793           DefWndProc)
17794         * Menu.cs (WndProc): Removed my brainfart
17795
17796 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
17797
17798         * Control.cs(PreProcessMessage): Removed special menu handling 
17799         * Menu.cs (WndProc): Added handling of WM_SYSKEYUP for menu purposes.
17800
17801 2005-12-07  Mike Kestner  <mkestner@novell.com>
17802
17803         * Control.cs : special case SYSKEYUP so that we can adjust keynav
17804         state according in tracker.
17805         * Menu.cs : promote tracker field to base class and provide a tracker
17806         lookup capability.  Add/Remove shortcuts dynamically if the top menu
17807         has a tracker. Unparent items that are removed from the collection.
17808         * MenuAPI.cs : implement mnemonic, shortcut, and arrow-based keynav.
17809         * Theme*.cs: add always_show_hotkeys field to support configurability
17810         of mnemonic display.  win32 doesn't show mnemonics until Alt is
17811         pressed.
17812
17813 2005-12-07  Jackson Harper  <jackson@ximian.com>
17814
17815         * MdiChildContext.cs: Use Control.ResetCursor.
17816         * Control.cs: ResetCursor needs to set the property so that the
17817         correct XplatUI call gets made.
17818
17819 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
17820
17821         * Control.cs: More fixes to make our key events match MS. We
17822           were not setting the modifier state on KeyData, and we were
17823           not generating any events when Alt was pressed with a key
17824           since handling of WM_SYSxxx was missing for the OnKey methods.
17825
17826 2005-12-07  Jackson Harper  <jackson@ximian.com>
17827
17828         * MdiChildContext.cs: reenable the sizing code.
17829         - When the mouse leaves a window reset its cursor.
17830
17831 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
17832
17833         * ThemeClearlooks.cs: Reflect latest Hwnd changes
17834
17835 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
17836
17837         * Hwnd.cs: Now using the theme 3d bordersize to calculate
17838           widths of Fixed3D borders
17839
17840 2005-12-07  Jackson Harper  <jackson@ximian.com>
17841
17842         * MdiClient.cs: Fix warnings. Earn Mike's love.
17843
17844 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
17845
17846         * ThemeClearlooks.cs:
17847           - Adjusted mouse over button color
17848           - Added first parts of CheckBox drawing
17849           - Added correct color for selected text background
17850           - Fixed ComboBox drawing
17851           - Added CPDrawBorder3D and CPDrawBorder
17852
17853 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
17854
17855         * XplatUIX11.cs: Added call to XBell for AudibleAlert
17856
17857 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com> 
17858
17859         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
17860           XplatUIOSX.cs: Added AudibleAlert() method to have a means to
17861           alert users via sound. We could add an enum arg with different
17862           types of alerts in the future
17863
17864 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
17865
17866         * Control.cs: Fix behaviour problems pointed out by Mike
17867
17868 2005-12-05  Mike Kestner  <mkestner@novell.com>
17869
17870         * StatusBarPanel.cs: add Invalidate method and hook it into all the
17871         prop setters.  Calls parent.Refresh for now, but could be maybe be
17872         optimized with an internal method on StatusBar at some point.
17873         [Fixes #76513]
17874
17875 2005-12-05  Peter Dennis Bartok  <pbartok@novell.com> 
17876
17877         * RichTextBox.cs: Implemented get_SelectionColor
17878
17879 2005-12-05  Alexander Olk  <alex.olk@googlemail.com>
17880
17881         * ThemeClearlooks.cs:
17882           - Removed dead code
17883           - Draw black button border only if button is Form.AcceptButton
17884           - Draw correct button color for pressed RadioButton if the mouse 
17885             has entered the button
17886           - Updated ProgressBar drawing!
17887           - Updated CPDrawSizeGrip drawing
17888           - Updated StatusBarPanel drawing
17889
17890 2005-12-05  Mike Kestner  <mkestner@novell.com>
17891
17892         * Control.cs (PreProcessMessage): add Keys.Alt based on LParam value.
17893         * X11Keyboard.cs (SendKeyboardInput): formal lParam for alt mod.
17894
17895 2005-12-04  Alexander Olk  <alex.olk@googlemail.com>
17896
17897         * ThemeClearlooks.cs: Initial check-in, activate with
17898           export MONO_THEME=clearlooks
17899         * ThemeEngine.cs: Added ThemeClearlooks
17900
17901 2005-12-03  Mike Kestner  <mkestner@novell.com>
17902
17903         * MenuAPI.cs: deactivate menus prior to calling item.PerformClick.
17904         [Fixes #76897]
17905
17906 2005-12-02  Jackson Harper  <jackson@ximian.com>
17907
17908         * Form.cs: If the child form has no menu the default main menu is
17909         used as the active menu.
17910
17911 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com> 
17912
17913         * ListBox.cs: Check if any items exist before trying to resolve 
17914           coordinates into items
17915
17916 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
17917
17918         * ThemeWin32Classic.cs: Hatchbrush on Win32 seems to always use white
17919           as the second color for the background hatch
17920
17921 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
17922
17923         * TextBoxBase.cs: Now uses Jackson's new and improved ImplicitScrollbar
17924         * RichTextBox.cs: FormatText position arguments are 1-based, now making
17925           sure that what we pass to FormatText is always 1-based. Fixes #76885
17926
17927 2005-11-29  Miguel de Icaza  <miguel@novell.com>
17928
17929         * NumericUpDown.cs (EndInit): When we are done initializing,
17930         reflect any updates on the UI.
17931
17932 2005-12-02  Jackson Harper  <jackson@ximian.com>
17933
17934         * ImplicitHScrollBar.cs:
17935         * ImplicitVScrollBar.cs: New scrollbars that don't take focus from
17936         their container controls.
17937         * TreeView.cs: Use the new implicit scrollbars.
17938
17939 2005-12-02  Jackson Harper  <jackson@ximian.com>
17940
17941         * TreeView.cs: Make top_node internal so the TreeNodeCollections
17942         can play with it.
17943         * TreeNodeCollection.cs: If we remove the topnode we need to
17944         update topnode to the next node in line.
17945         - When clearing nodes go through the same process as removing
17946         them, so they get depareneted and checked if they are top node.
17947
17948 2005-12-01  Jackson Harper  <jackson@ximian.com>
17949
17950         * TreeView.cs: When imagelists are used the image area is
17951         selectable as well as the text.
17952         - If there are no selected nodes select the first one.
17953         * TreeNodeCollection.cs: Getting the TreeView is mildly expensive,
17954         so don't do it more then we need to.
17955
17956 2005-12-01  Jackson Harper  <jackson@ximian.com>
17957
17958         * ThemeWin32Classic.cs: Reimplement the scroll arrow drawing so
17959         that arrows can be scaled.
17960
17961 2005-12-01  Jackson Harper  <jackson@ximian.com>
17962
17963         * TreeNode.cs : Fixed bugs that caused FullPathTest + Traverse to
17964         fail. Patch by Dieter Bremes
17965
17966 2005-11-30  Jackson Harper  <jackson@ximian.com>
17967
17968         * Form.cs: Property is 2.0 only
17969         * PrintDialog.cs: Signature fix.
17970
17971 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
17972
17973         * TextControl.cs: 
17974           - No longer artificially moves text 2 pixels down (now that we have
17975             borders this is no longer needed)
17976           - Added calcs for left, hanging and right indent
17977
17978 2005-11-23  Mike Kestner  <mkestner@novell.com>
17979
17980         * Menu.cs: mark MenuChanged internal, since it's not exposed by MS.
17981
17982 2005-11-30  Jackson Harper  <jackson@ximian.com>
17983
17984         * MdiChildContext.cs: Set the cloned menus forms, as these don't
17985         get cloned as part of CloneMenu ().
17986         * Menu.cs: Make sure the parent of the items get set correctly
17987         when they are added.  And the owners are notified of the changes.
17988         * Form.cs: Create an ActiveMenu property, so that when MDI is used
17989         we can change the menu being displayed/handled by the form without
17990         changing the menu assosciated with the form.
17991         - Don't let Mdi children draw/handle menus.
17992         
17993 2005-11-30  Jackson Harper  <jackson@ximian.com>
17994
17995         * Menu.cs: Switch the MenuChanged method to OnMenuChanged and add
17996         a MenuChanged event. Just to make the API a little more
17997         consistent.
17998         * MainMenu.cs:
17999         * MenuItem.cs: Use the new OnMenuChanged
18000         * MdiChildContext.cs: Handle menu merging.
18001         * Form.cs: Implement MergedMenu.
18002         
18003 2005-11-30  Jackson Harper  <jackson@ximian.com>
18004
18005         * Menu.cs: We were misusing Add. Add goes behind the specified
18006         index according to the docs, and does not replace the specified
18007         index. So I added an Insert method.
18008
18009 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
18010
18011         * TextBoxBase.cs:  Implemented Ctrl-Ins (Copy), Shift-Ins (Paste) and
18012           Shift-Del (Cut), apparently Emacs uses these old Win 2.x keys. This
18013           is for Jackson
18014         * RichTextBox.cs: Added calls to base for DnD events
18015
18016 2005-11-28  Peter Dennis Bartok  <pbartok@novell.com>
18017
18018         * TextControl.cs:
18019           - Fixed drag-selection related crash; style fixes
18020           - Implemented undo class
18021             o Implemented method to capture document state for specified
18022               range in document tree
18023             o Implemented method to restore captured document state
18024             o Implemented cursor tracking
18025             o Implemented basic undo stack
18026           - Added undo cursor tracking to methods altering cursor location
18027           - Added undo tracking to selection deletion (still missing
18028             other text-altering hookups)
18029         * RichTextBox.cs:
18030           - Added SelectionLength property
18031           - Implemented CanPaste()
18032           - Implemented Paste()
18033           - Added missing protected methods
18034           - Fixed RTF->Document conversion; now uses font index 0 and color 
18035             index 0 as the default font for the parsed text
18036           - Fixed RTF<->Document font size translation
18037           - Fixed RTF generation, now properly handles cross-tag boundaries
18038             for single line selection
18039           - No longer always appends blank line to generated RTF
18040           - Removed TODOs
18041           - Added missing attributes
18042           - Hooked up undo-related methods
18043         * TextBoxBase.cs:
18044           - Implemented Copy()
18045           - Implemented Paste()
18046           - Implemented Cut()
18047           - Fixed caret mis-behaviour on backspace across line-boundaries
18048
18049 2005-11-29  Jackson Harper  <jackson@ximian.com>
18050
18051         * MdiClient.cs: Add a method for activating mdi children. Very
18052         basic right now. I imagine someday it might need more girth.
18053         * MenuItem.cs: Implement MDI lists. When mdilist is true the mdi
18054         children windows names are added to the menu item.
18055         * ThemeWin32Classic.cs: Draw the arrow if the item is an
18056         mdilist. This happens regardless of whether or not there are any
18057         mdi windows to see in the list, and according to my tests happens
18058         before the items are even added. Also happens if there isn't even
18059         an mdi client to get windows from.
18060
18061 2005-11-29  Alexander Olk  <alex.olk@googlemail.com>
18062
18063         * ThemeWin32Classic.cs: Make DrawFlatStyleRadioButton protected
18064         * ThemeNice.cs: Fix drawing of flatstyle radiobuttons
18065
18066 2005-11-29  Jordi Mas i Hernandez <jordimash@gmail.com>
18067
18068         * DataGridTableStyle.cs:
18069           - Create always the styles for the missing columns even if they are
18070             provided by the user (not default table style)
18071         * DataGrid.cs:
18072           - Fixes bug 76770
18073           - Fixes SetDataBinding (always re-attach source)
18074           - Fixes SetNewDataSource (only clear styles if they are not for 
18075             this source)
18076          -  Expands OnTableStylesCollectionChanged to handle style refresh 
18077             and remove properly
18078
18079 2005-11-29  Jackson Harper  <jackson@ximian.com>
18080
18081         * FileDialog.cs: Implement missing bits, remove some dead
18082         code.
18083         * FontDialog.cs: Implement missing Apply stuff, and ToString. Move
18084         creation of the panel so that the options set on the dialog are
18085         seen when the panel is created.
18086         * TreeView.cs: raise a click when items are clicked.
18087         
18088 2005-11-29  Jackson Harper  <jackson@ximian.com>
18089
18090         * MdiClient.cs: Pass some signature methods through to base.
18091
18092 2005-11-28  Jackson Harper  <jackson@ximian.com>
18093
18094         * ListView.cs: Raise the click event when items are clicked.
18095
18096 2005-11-28  Jackson Harper  <jackson@ximian.com>
18097
18098         * MdiClient.cs: Make this algorithm even more beautiful.  And fix
18099         a nullref.
18100
18101 2005-11-27  Alexander Olk  <alex.olk@googlemail.com>
18102
18103         * ThemeNice.cs: - Removed 1 pixel bitmaps
18104           - Use SmoothingMode.AntiAlias where it makes sense
18105             (ScrollButton arrow for example)
18106           - Enhanced Button focus drawing
18107           - Fixed ComboBox drawing (no artefacts anymore, focus
18108             rectangle is back again, reduced size of ComboButton, etc.)
18109           - Fixed RadioButton focus drawing for Appearence.Button
18110           - Slight ScrollButton redesign
18111           - Some LinearGradientBrush size fixes
18112           - GroupBoxes have now rounded edges
18113           - Fixed StatusBar drawing
18114
18115 2005-11-25  Alexander Olk  <alex.olk@googlemail.com>
18116
18117         * ThemeNice.cs: - Remove dead code
18118           - use correct background colors for menus, etc.
18119           - Fake pixel drawing with 1 pixel bitmaps
18120
18121 2005-11-24  Jackson Harper  <jackson@ximian.com>
18122
18123         * MdiClient.cs: Size the scrollbars when resizing the window.
18124         - Resize the maximized windows when the client is resized
18125         * Form.cs: Make the child context available
18126         
18127 2005-11-23  Jackson Harper  <jackson@ximian.com>
18128
18129         * MdiChildContext.cs: Don't size windows if they are maximized.
18130
18131 2005-11-23  Mike Kestner  <mkestner@novell.com>
18132
18133         * ContextMenu.cs: use MenuTracker.
18134         * Control.cs: remove menu handle usage.
18135         * Form.cs: remove menu handle usage.
18136         * Hwnd.cs: remove menu handle usage.
18137         * MainMenu.cs: Draw method moved here from MenuAPI.DrawMenuBar. Proxy
18138         motion and clicks to the new Tracker handlers.
18139         * Menu.cs: add sizing accessors, SelectedItem prop, kill CreateItems
18140         and handle usage.
18141         * MenuAPI.cs: refactored to combine popup and menubar event handling.
18142         Killed the MENU and MENUITEM data types and associated collections
18143         since we now keep the info on Menu and MenuItem. Expanded TRACKER into
18144         MenuTracker class that exposes the leftovers from the old MenuAPI
18145         static methods. Restructured Capture handling so that only one grab is
18146         done for the entire menu hierarchy instead of handing off grabs to
18147         submenus. Tracker now has an invisible control to Capture when active.
18148         * MenuItem.cs: add sizing accessors, kill Create
18149         and handle usage.
18150         * Theme.cs: remove menu handle and MENU(ITEM) usage.
18151         * ThemeWin32Classic.cs: use Menu/MenuItem sizing props instead of
18152         MENU(ITEM). remove menu handle usage, use Menu directly.
18153         * XplatUIDriver.cs: remove menu handle usage.
18154         * XplatUIOSX.cs: remove menu handle usage.
18155         * XplatUIWin32.cs: remove menu handle usage.
18156         * XplatUIX11.cs: remove menu handle usage.
18157
18158 2005-11-22  Jackson Harper  <jackson@ximian.com>
18159
18160         * Hwnd.cs: Don't compute the menu size for
18161         DefaultClientRectangle.
18162         - Reenable menu sizes being computed for GetClienRectangle.
18163         * Form.cs: Remove comment of trechery
18164         
18165 2005-11-22  Jackson Harper  <jackson@ximian.com>
18166
18167         * Hwnd.cs: The adjustments for the menu bar are made when it is
18168         attached to the form.
18169
18170 2005-11-19  Jackson Harper  <jackson@ximian.com>
18171
18172         * XplatUIX11.cs: Create an HGRN of the invalid area for WM_NCPAINT
18173         (just like on windows).
18174
18175 2005-11-19  Jackson Harper  <jackson@ximian.com>
18176
18177         * MdiChildContext.cs: Handle all the buttons ourselves. We can't
18178         use real buttons anymore because they are in non client area. The
18179         one TODO here is that I need to somehow invalidate a section of
18180         the non client area.
18181
18182 2005-11-18  Jackson Harper  <jackson@ximian.com>
18183
18184         * Control.cs: Put the enum check back in now that MDI doesnt have
18185         to use this to set border styles.
18186         * Form.cs: Only set mdi child windows borders if the handle has
18187         been created.
18188         * MdiChildContext.cs: Don't set the InternalBorderStyle, just pass
18189         this directly on to the driver.
18190         - Get the move start position before adjusting for the titlebar
18191         height, this fixes the windows "skipping" when they are first
18192         moved.
18193
18194 2005-11-18  Jackson Harper  <jackson@ximian.com>
18195
18196         * XplatUIX11.cs: Just compute the mdi borders separately as they
18197         don't totally match up with normal form borders.
18198
18199 2005-11-18  Jackson Harper  <jackson@ximian.com>
18200
18201         * Control.cs: Set WS_ styles for borders, so that the driver does
18202         not have to retrieve the control instance to figure out what kind
18203         of borders it should have.
18204         * Form.cs: Set the WS_EX_MDICHILD flag on mdi children, so the
18205         driver can know its an mdi child easily.
18206         * XplatUIX11.cs: Get the border styles and whether the window is
18207         MDI from the Styles and ExStyles params instead of having to get a
18208         control. This prevents a chicken and egg problem.       
18209
18210 2005-11-18  Jackson Harper  <jackson@ximian.com>
18211
18212         * MdiClient.cs: Fix typo so scrollbars show up correctly.
18213
18214 2005-11-18  Jackson Harper  <jackson@ximian.com>
18215
18216         * MdiClient.cs: Calculate when to add and remove scrollbars
18217         correctly.
18218         * MdiChildContext.cs: Adjust the y position to take the titlebar
18219         into account.
18220         - No height for FormBorderStyle.None
18221
18222 2005-11-18  Jackson Harper  <jackson@ximian.com>
18223
18224         * Control.cs: Allow non enum values to be used for
18225         InternalBorderStyle.  MDI does this to set a special border style.
18226         - New utility methods for converting points to/from client coords
18227         - Add the newly created control to the Controls collection before
18228         updating its style. This way UpdateStyle can walk the control
18229         heirarchy to find the control if needed.
18230         so I don't need to create a new Point object all the time.
18231         * Form.cs: Let MDI windows handle their border styles.
18232         - Set styles on MDI windows so the correct title style is derived.
18233         * MdiChildContext.cs: Move all the painting and window handling
18234         into the non client area.
18235         - Use correct sizing and put correct buttons on frames based on
18236         the FormBorderStyle.
18237         - Notify the mdi client about scrolling
18238         - Need to handle the buttons ourselves now, because they are all
18239         in non client areas and we can't add controls there.
18240         * MdiClient.cs: Halfway to scrolling, this implementation is
18241         somewhat broken though, we need to check to make sure other
18242         windows aren't causing scrolling before removing the bars. Also
18243         the bars need to be drawn on top, maybe I can switch implicit
18244         controls to be on top.
18245         * Hwnd.cs: caption_height and tool_caption_height are now
18246         properties of an hwnd, this way they can be set by the driver
18247         based on the type of window they are.  In X11 the window manager
18248         handles the decorations so caption_height is zero unless its an
18249         MDI window.
18250         - Add 3 pixel borders for MDI windows (0xFFFF).
18251         - Get rid of some code duplication, have DefaultClientRectanle
18252         just call GetClientRectangle.
18253         * XplatUIX11.cs: Pass caption_height and tool_caption_height to
18254         Hwnd now.
18255         - Set border styles differently for mdi windows.
18256         * XplatUIOSX.cs: Pass caption_height and tool_caption_height to
18257         Hwnd now.
18258         
18259 2005-11-15  Mike Kestner  <mkestner@novell.com>
18260
18261         * Menu.cs: when adding an item to the collection, if item is already 
18262         parented, remove it from the parent.
18263
18264 2005-11-13  Alexander Olk  <alex.olk@googlemail.com>
18265
18266         * X11DesktopColors.cs: Added KDE support
18267
18268 2005-11-11  Peter Dennis Bartok  <pbartok@novell.com>
18269
18270         * XplatUIWin32.cs: 
18271           - Clipboard methods now can translate Rtf format
18272           - No longer removes clipboard contents whenever a new format is added
18273             to allow placing multiple formats on the clipboard
18274         * Clipboard.cs: Clipboard now supports getting a IDataObject and
18275           will place all formats contained in it onto the clipboard. Also
18276           now cleans the clipboard before placing a new object onto it
18277         * RichTextBox.cs:
18278           - Implemented set_Rtf
18279           - Implemented set_SelectedRtf
18280           - Created InsertRTFFromStream() method to allow single code base
18281             for all properties and methods that insert RTF into document
18282           - Removed debug output
18283         * TextControl.cs:
18284           - Fixed Delete(int) to fix up line numbers
18285           - Fixed ReplaceSelection to combine start and end line
18286           - Fixed serious DeleteChars bug that would leave the document tree
18287             broken
18288           - Improved DumpTree with several logic checks to detect broken
18289             document trees
18290           - Removed debug lines
18291           - Fixed Caret.WordForward/WordBack moving code, now always also 
18292             updates caret.tag (fixes crash when word-selecting across tag
18293             boundaries via keyboard)
18294           - Added Insert() method for inserting multiline text into documents
18295           - Fixed DeleteChars() calculation errors that would cause a broken
18296             tag chain with multiple tag lines
18297           - DeleteChars() no longer crashes on multi-tag lines if not all tags
18298           - Split() no longer moves caret if split is at caret location
18299           - ReplaceSelection() now updates the cursor and re-displays it
18300           - ReplaceSelection() now uses new Insert() method to avoid code
18301             duplication
18302           - FormatText() can now handle formatting partial lines
18303         * TextBoxBase.cs:
18304           - Append now uses new TextControl.Insert() method (this avoids 
18305             duplicate code)
18306           - Implemented Ctrl-X (Cut) (
18307           - Implemented Ctrl-C (Copy)
18308           - Implemented Ctrl-V (Paste) (Still some bugs related to screen 
18309             regeneration when pasting text; roundtripping Copy&Paste within
18310             edit control still fails due to some calculation bugs in GenerateRTF)
18311           - The Delete key will now remove the current selection if it is visible
18312         * TextBox.cs: Removed debug lines
18313         * XplatUI.cs: Trigger initialization of DataFormats (which requires the
18314           driver to be initialized and can't therefore be done via a static ctor)
18315
18316 2005-11-10  Peter Dennis Bartok  <pbartok@novell.com>
18317
18318         * TextControl.cs: Added backend code for finding char arrays and strings
18319         * TextBoxBase.cs:
18320           - Added mouse wheel scroll support
18321           - Added support for VScroll and HScroll events
18322         * RichTextBox.cs:
18323           - Implemented all seven Find() variants
18324           - Implemented GetCharFromPosition()
18325           - Implemented GetCharIndexFromPosition()
18326           - Implemented GetLineFromIndex()
18327           - Implemented GetPositionFromCharIndex();
18328           - Implemented SaveFile for PlainText and UnicodeText
18329           - Fixed set_Font, now setting a new font applies that font to
18330             the whole document
18331           - Implemented generic Document to RTF converter
18332           - Implemented SaveFile for RichText format (still missing unicode
18333             conversion for non-ansi chars)
18334           - Implemented get_Rtf
18335           - Implemented get_SelectedRtf
18336
18337 2005-11-09  Peter Dennis Bartok  <pbartok@novell.com>
18338
18339         * Control.cs (WndProc): Call HandleClick after having sent OnMouseUp
18340           to allow any captures to be released before triggering OnClick. This
18341           way a click handler may capture the mouse without interference.
18342         * XplatUIX11.cs: Always send mouse messages to grab window if one exists.
18343           This way we send them even though X may not allow a grab (if the window
18344           isn't visible, for example)
18345
18346 2005-11-08  Pedro Martinez Julia <pedromj@gmail.com>
18347
18348         * DataGridViewRowEventArgs.cs: DataGridView implementation
18349         * DataGridViewElement.cs: DataGridView implementation
18350         * DataGridViewComboBoxCell.cs: DataGridView implementation
18351         * DataGridViewDataErrorContexts.cs: DataGridView implementation
18352         * DataGridViewCellErrorTextNeededEventArgs.cs: DataGridView implementation
18353         * DataGridViewColumnHeadersHeightSizeMode.cs: DataGridView implementation
18354         * ImageLayout.cs: DataGridView implementation
18355         * DataGridViewComboBoxColumn.cs: DataGridView implementation
18356         * DataGridViewCellMouseEventHandler.cs: DataGridView implementation
18357         * DataGridViewSelectionMode.cs: DataGridView implementation
18358         * IDataGridViewEditingControl.cs: DataGridView implementation
18359         * DataGridViewSortCompareEventHandler.cs: DataGridView implementation
18360         * DataGridViewCellStyleContentChangedEventHandler.cs: DataGridView implementation
18361         * DataGridViewAutoSizeModeEventHandler.cs: DataGridView implementation
18362         * DataGridViewColumnStateChangedEventHandler.cs: DataGridView implementation
18363         * DataGridViewColumnSortMode.cs: DataGridView implementation
18364         * DataGridView.cs: DataGridView implementation
18365         * DataGridViewRowStateChangedEventHandler.cs: DataGridView implementation
18366         * DataGridViewRowPostPaintEventArgs.cs: DataGridView implementation
18367         * DataGridViewDataErrorEventArgs.cs: DataGridView implementation
18368         * Padding.cs: DataGridView implementation
18369         * DataGridViewCellParsingEventArgs.cs: DataGridView implementation
18370         * DataGridViewCellStateChangedEventHandler.cs: DataGridView implementation
18371         * DataGridViewRowEventHandler.cs: DataGridView implementation
18372         * DataGridViewCellPaintingEventHandler.cs: DataGridView implementation
18373         * DataGridViewCellFormattingEventHandler.cs: DataGridView implementation
18374         * DataGridViewButtonCell.cs: DataGridView implementation
18375         * DataGridViewCellStyleContentChangedEventArgs.cs: DataGridView implementation
18376         * DataGridViewEditMode.cs: DataGridView implementation
18377         * DataGridViewCellValueEventArgs.cs: DataGridView implementation
18378         * DataGridViewRowCancelEventArgs.cs: DataGridView implementation
18379         * DataGridViewRowHeadersWidthSizeMode.cs: DataGridView implementation
18380         * DataGridViewCheckBoxColumn.cs: DataGridView implementation
18381         * DataGridViewCellToolTipTextNeededEventHandler.cs: DataGridView implementation
18382         * DataGridViewAutoSizeColumnsMode.cs: DataGridView implementation
18383         * DataGridViewCellEventHandler.cs: DataGridView implementation
18384         * DataGridViewEditingControlShowingEventHandler.cs: DataGridView implementation
18385         * DataGridViewCellStyleConverter.cs: DataGridView implementation
18386         * DataGridViewSelectedRowCollection.cs: DataGridView implementation
18387         * DataGridViewBindingCompleteEventHandler.cs: DataGridView implementation
18388         * DataGridViewColumnEventArgs.cs: DataGridView implementation
18389         * DataGridViewRowHeightInfoPushedEventHandler.cs: DataGridView implementation
18390         * DataGridViewRowContextMenuStripNeededEventHandler.cs: DataGridView implementation
18391         * QuestionEventArgs.cs: DataGridView implementation
18392         * IDataGridViewEditingCell.cs: DataGridView implementation
18393         * DataGridViewTriState.cs: DataGridView implementation
18394         * DataGridViewColumnDesignTimeVisibleAttribute.cs: DataGridView implementation
18395         * DataGridViewCellStateChangedEventArgs.cs: DataGridView implementation
18396         * DataGridViewColumnCollection.cs: DataGridView implementation
18397         * DataGridViewCellValueEventHandler.cs: DataGridView implementation
18398         * DataGridViewRowDividerDoubleClickEventHandler.cs: DataGridView implementation
18399         * DataGridViewCellFormattingEventArgs.cs: DataGridView implementation
18400         * DataGridViewColumn.cs: DataGridView implementation
18401         * DataGridViewCellBorderStyle.cs: DataGridView implementation
18402         * DataGridViewCellContextMenuStripNeededEventHandler.cs: DataGridView implementation
18403         * DataGridViewCellValidatingEventArgs.cs: DataGridView implementation
18404         * DataGridViewRow.cs: DataGridView implementation
18405         * DataGridViewImageCellLayout.cs: DataGridView implementation
18406         * DataGridViewImageCell.cs: DataGridView implementation
18407         * DataGridViewTopLeftHeaderCell.cs: DataGridView implementation
18408         * DataGridViewCheckBoxCell.cs: DataGridView implementation
18409         * DataGridViewHeaderCell.cs: DataGridView implementation
18410         * DataGridViewCellErrorTextNeededEventHandler.cs: DataGridView implementation
18411         * DataGridViewRowHeightInfoPushedEventArgs.cs: DataGridView implementation
18412         * DataGridViewAutoSizeColumnsModeEventHandler.cs: DataGridView implementation
18413         * DataGridViewTextBoxColumn.cs: DataGridView implementation
18414         * QuestionEventHandler.cs: DataGridView implementation
18415         * DataGridViewCellStyleScopes.cs: DataGridView implementation
18416         * DataGridViewSortCompareEventArgs.cs: DataGridView implementation
18417         * DataGridViewCellContextMenuStripNeededEventArgs.cs: DataGridView implementation
18418         * DataGridViewCell.cs: DataGridView implementation
18419         * DataGridViewCellEventArgs.cs: DataGridView implementation
18420         * DataGridViewClipboardCopyMode.cs: DataGridView implementation
18421         * DataGridViewCellStyle.cs: DataGridView implementation
18422         * DataGridViewColumnHeaderCell.cs: DataGridView implementation
18423         * DataGridViewRowPrePaintEventHandler.cs: DataGridView implementation
18424         * DataGridViewRowCancelEventHandler.cs: DataGridView implementation
18425         * TextFormatFlags.cs: DataGridView implementation
18426         * DataGridViewCellToolTipTextNeededEventArgs.cs: DataGridView implementation
18427         * DataGridViewDataErrorEventHandler.cs: DataGridView implementation
18428         * DataGridViewAdvancedCellBorderStyle.cs: DataGridView implementation
18429         * DataGridViewCellPaintingEventArgs.cs: DataGridView implementation
18430         * DataGridViewButtonColumn.cs: DataGridView implementation
18431         * DataGridViewRowsRemovedEventArgs.cs: DataGridView implementation
18432         * HandledMouseEventArgs.cs: DataGridView implementation
18433         * DataGridViewCellParsingEventHandler.cs: DataGridView implementation
18434         * DataGridViewColumnDividerDoubleClickEventHandler.cs: DataGridView implementation
18435         * DataGridViewCellMouseEventArgs.cs: DataGridView implementation
18436         * DataGridViewAutoSizeRowsMode.cs: DataGridView implementation
18437         * DataGridViewRowCollection.cs: DataGridView implementation
18438         * DataGridViewAdvancedBorderStyle.cs: DataGridView implementation
18439         * DataGridViewCellCancelEventHandler.cs: DataGridView implementation
18440         * DataGridViewHitTestType.cs: DataGridView implementation
18441         * DataGridViewAutoSizeModeEventArgs.cs: DataGridView implementation
18442         * DataGridViewColumnStateChangedEventArgs.cs: DataGridView implementation
18443         * DataGridViewColumnEventHandler.cs: DataGridView implementation
18444         * DataGridViewRowDividerDoubleClickEventArgs.cs: DataGridView implementation
18445         * DataGridViewAutoSizeRowMode.cs: DataGridView implementation
18446         * DataGridViewRowHeightInfoNeededEventArgs.cs: DataGridView implementation
18447         * DataGridViewRowsDeletedEventArgs.cs: DataGridView implementation
18448         * DataGridViewTextBoxEditingControl.cs: DataGridView implementation
18449         * DataGridViewContentAlignment.cs: DataGridView implementation
18450         * DataGridViewRowPostPaintEventHandler.cs: DataGridView implementation
18451         * DataGridViewComboBoxEditingControl.cs: DataGridView implementation
18452         * DataGridViewCellValidatingEventHandler.cs: DataGridView implementation
18453         * DataGridViewSelectedColumnCollection.cs: DataGridView implementation
18454         * DataGridViewPaintParts.cs: DataGridView implementation
18455         * DataGridViewCellCollection.cs: DataGridView implementation
18456         * DataGridViewRowsAddedEventArgs.cs: DataGridView implementation
18457         * DataGridViewImageColumn.cs: DataGridView implementation
18458         * DataGridViewRowsRemovedEventHandler.cs: DataGridView implementation
18459         * DataGridViewElementStates.cs: DataGridView implementation
18460         * DataGridViewRowHeightInfoNeededEventHandler.cs: DataGridView implementation
18461         * DataGridViewColumnDividerDoubleClickEventArgs.cs: DataGridView implementation
18462         * DataGridViewRowPrePaintEventArgs.cs: DataGridView implementation
18463         * DataGridViewRowStateChangedEventArgs.cs: DataGridView implementation
18464         * DataGridViewEditingControlShowingEventArgs.cs: DataGridView implementation
18465         * DataGridViewCellCancelEventArgs.cs: DataGridView implementation
18466         * DataGridViewRowHeaderCell.cs: DataGridView implementation
18467         * DataGridViewBindingCompleteEventArgs.cs: DataGridView implementation
18468         * DataGridViewTextBoxCell.cs: DataGridView implementation
18469         * DataGridViewBand.cs: DataGridView implementation
18470         * DataGridViewAutoSizeColumnModeEventArgs.cs: DataGridView implementation
18471         * DataGridViewHeaderBorderStyle.cs: DataGridView implementation
18472         * DataGridViewRowsAddedEventHandler.cs: DataGridView implementation
18473         * DataGridViewAutoSizeColumnMode.cs: DataGridView implementation
18474         * DataGridViewAutoSizeColumnModeEventHandler.cs: DataGridView implementation
18475         * DataGridViewAutoSizeColumnsModeEventArgs.cs: DataGridView implementation
18476         * DataGridViewRowErrorTextNeededEventHandler.cs: DataGridView implementation
18477         * DataGridViewSelectedCellCollection.cs: DataGridView implementation
18478         * DataGridViewRowContextMenuStripNeededEventArgs.cs: DataGridView implementation
18479         * DataGridViewRowErrorTextNeededEventArgs.cs: DataGridView implementation
18480         * DataGridViewComboBoxDisplayStyle.cs: DataGridView implementation
18481
18482 2005-11-08  Peter Dennis Bartok  <pbartok@novell.com>
18483
18484         * ThemeWin32Classic.cs: 
18485           - Draw the outside focus rectangle around buttons
18486           - Use CPDrawFocusRectangle to draw focus rectangles until Cairo
18487             doesn't use end caps for every dash of a line anymore. This
18488             workaround ignores the forecolor.
18489
18490 2005-11-08  Kornél Pál  <kornelpal@hotmail.com>
18491
18492         * ImageList.cs: Don't use ArgbColor with LayoutKind.Explicit as it isn't
18493           endian safe.
18494
18495 2005-11-07  Jackson Harper  <jackson@ximian.com>
18496
18497         * X11Dnd.cs: Set the X/Y positions on the DragEventArgs correctly.
18498
18499 2005-11-07  Jackson Harper  <jackson@ximian.com>
18500
18501         * ScrollableControl.cs: Calculate the maximum and change vars
18502         (more) correctly so that scrollbars appear as a sensible size.
18503
18504 2005-11-04  Jackson Harper  <jackson@ximian.com>
18505
18506         * TreeNodeCollection.cs: Refresh when nodes are cleared from the
18507         collection.
18508         * TreeView.cs: When the tree is sorted null out the top_node so
18509         that it is recalculated.
18510         - Use dotted lines instead of dashed lines to match MS better.
18511
18512 2005-11-04  Jordi Mas i Hernandez <jordimash@gmail.com>
18513
18514         * ListView.cs: 
18515           - Implements key search for items. Useful when browsing files with FileDialog
18516           - When changing view mode or when clear the items reset scrollbar positions
18517
18518 2005-11-04  Jackson Harper  <jackson@ximian.com>
18519
18520         * CurrencyManager.cs: Implement the MetaDataChanged event, the
18521         Reset method, and the CheckEmpty. CheckEmpty is just a total guess
18522         as to what the method may do as there is no real way of creating a
18523         derived CurrencyManager and calling the method. 
18524
18525 2005-11-03  Jackson Harper  <jackson@ximian.com>
18526
18527         * ThemeWin32Classic.cs: Implement ownerdrawing in the tab control
18528         * TabControl.cs: Add Ownerdrawing bits, add the UpdateTabSelection
18529         method which seems to just be used internally to refresh the tabs.
18530
18531 2005-11-03  Jackson Harper  <jackson@ximian.com>
18532
18533         * TabControl.cs: Implement the remove method. Fix some broken
18534         comments.
18535
18536 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
18537
18538         * DateTimePicker.cs:
18539           - Added missing DateTimePickerAccessibleObject class
18540           - Added missing events
18541           - Added OnFontChanged method
18542         * Form.cs: Added missing attributes
18543         * TreeView.cs: Added missing attributes
18544
18545 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com> 
18546
18547         * GridItemCollection.cs: Fix signatures
18548
18549 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
18550
18551         * XplatUI.cs: Updated build rev/date
18552         * ComboBox.cs, DataGridTextBoxColumn.cs Control.cs, 
18553           DataGridTableStyle.cs, DataGrid.cs, DateTimePicker.cs: Signature fixes
18554         * Application.cs: Trigger context-specific ExitThread events
18555
18556 2005-11-03  Jackson Harper  <jackson@ximian.com>
18557
18558         * Menu.cs:
18559         * MainMenu.cs:
18560         * GridTableStylesCollection.cs:
18561         * Timer.cs:
18562         * TabPage.cs:
18563         * HelpProvider.cs:
18564         * StatusBar.cs:
18565         * MonthCalendar.cs: Signature fixes
18566
18567 2005-11-03  Jackson Harper  <jackson@ximian.com>
18568
18569         * TreeNodeCollection.cs: Remove should not be virtual.
18570         * TreeView.cs: Implement the last of the missing methods.
18571
18572 2005-11-03  Jackson Harper  <jackson@ximian.com>
18573
18574         * TreeNodeConverter.cs: Implement to get off my class-status back.
18575
18576 2005-11-03  Jackson Harper  <jackson@ximian.com>
18577
18578         * TreeView.cs: Hookup the bits for drag and drop.
18579         * TreeNode.cs: Don't cache the tree_view or index anymore, now
18580         that nodes can be moved from tree to tree easily this just causes
18581         all sorts of problems.
18582         * TreeNodeCollection: Don't need to give treenodes an index and
18583         treeview anymore when they are added, these are computed on the
18584         fly. Also make sure to remove a node before its added.
18585
18586 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
18587
18588         * TextControl.cs:
18589           - Added CaretSelection enum
18590           - Added comparison methods to Marker struct, makes selection code
18591             more readable
18592           - Added SelectionStart and SelectionEnd as 'moveable' location for
18593             the CaretDirection enum and handler
18594           - Added selection_prev variable to track optimized invalidation for
18595             word and line selection
18596           - Added SelectionVisible property (returns true if there is a valid 
18597             selection)
18598           - Switched CaretHasFocus to only display the caret if there is no
18599             visible selection
18600           - Avoiding StringBuilder.ToString to retrieve a single char, instead
18601             using the direct character index; should be much faster
18602           - Added various conditional debug statements
18603           - Fixed invalidation calculation for selection ranges
18604           - Added ExpandSelection() method to support word and line selection
18605           - Switched SetSelectionToCaret to use new Marker compare overloads
18606           - Added central IsWordSeparator() method to determine word 
18607             separators/whitespace and FindWordSeparator() to streamline common
18608             usage of IsWordSeparator()
18609         * TextBoxBase.cs:
18610           - Removed unneeded grabbed variable, it was just mirroring
18611             Control.Capture
18612           - No longer firing OnTextChanged event when Text setter is called,
18613             since the base will fire the event for us
18614           - Added handling of Ctrl-Up/Down selection
18615           - Added handling of Shift-Cursorkey selection
18616           - Added handling for Ctrl-Delete and Ctrl-Backspace to remove
18617             words
18618           - Added handling of Shift and Ctrl-Shift-Home/End selection
18619           - Removed some debug output
18620           - Added handling for single/double/tripple-click to place caret/
18621             select word/select line respectively (Fixes bug #76031)
18622           - Added support for drag expansion of word/line selection
18623         * RichTextBox.cs: Handle GotFocus event to trigger redrawing of
18624           current selection
18625
18626 2005-11-02  Jackson Harper  <jackson@ximian.com>
18627
18628         * X11Dnd.cs: If the drag is going to and from a MWF window just
18629         copy the data instead of sending it out through the X Selection
18630         mechanism.
18631
18632 2005-11-02  Jackson Harper  <jackson@ximian.com>
18633
18634         * X11Dnd.cs:
18635         * XplatUIX11.cs: When in a drag we don't want motion notify
18636         messages to get passed on to the other controls. This prevents
18637         mouse move messages from showing up in the drag source.
18638
18639 2005-11-02  Jackson Harper  <jackson@ximian.com>
18640
18641         * X11Dnd.cs: Remove unneeded call to XAllowEvents.  Make sure that
18642         the correct button is release to end a drag.
18643         * XplatUIX11.cs: Make the button state internal so the drag system
18644         can access it.  Dragging needs to know about all button releases,
18645         not just left button.
18646
18647 2005-11-02  Miguel de Icaza  <miguel@novell.com>
18648
18649         * Form.cs (Icon): If the icon is null, reset the icon to the
18650         default value. 
18651
18652         * Cursor.cs: When writing the AND-mask bitmap do not include the
18653         number of colors, but hardcode those to two (black and white),
18654         fixes the loading of color cursors (Paint Dot Net).
18655
18656         * Form.cs: To debug, allow MONO_MWF_SCALING=disable variable to
18657         turn off autoscaling.
18658
18659         * Cursor.cs: Allow resource type to be 1 or 2 (from ImageMagic).
18660
18661 2005-11-02  Jackson Harper  <jackson@ximian.com>
18662
18663         * X11Dnd.cs: Make sure to send a status message if the pointer
18664         enters a control that can not accept a drop, otherwise the cursor
18665         isn't updated correctly. Also tried to compress the lines of code
18666         a bit.
18667
18668 2005-11-02  Jackson Harper  <jackson@ximian.com>
18669
18670         * X11Dnd.cs: Change cursors based on drag action. Also attempt to
18671         set actions correctly.  This isn't perfect as XDND and win32 have
18672         some differences on how you allow actions. I'll clear this up by
18673         adding a path for drag from MWF to MWF windows.
18674         * XplatUIX11.cs: Hook into the dnd system.
18675
18676 2005-11-02  Jordi Mas i Hernandez <jmas@softcatala.org>
18677
18678         * ListView.cs: Fixes scroll bar visibility. Hide them if they were
18679         previously shown but they are no longer need it. Very obvious when 
18680         browsing files with FileDialog.
18681
18682 2005-11-01  Peter Dennis Bartok  <pbartok@novell.com>
18683
18684         * Control.cs: We always need to call OnPaintBackground. We pretty much
18685           ignore AllPaintingInWmPaint and always do the painting there, whether 
18686           it's set or not, since we always ignore the WM_ERASEBKGND message 
18687           (which we don't generate on X11). This fixes #76616.
18688         * Panel.cs: Removed unneeded background painting. This happens properly
18689           in Control.cs already
18690
18691 2005-10-31  Mike Kestner  <mkestner@novell.com>
18692
18693         * Menu.cs: Add items to collection before setting their index.
18694         * MenuItem.cs : add range checking with ArgumentException like MS.
18695         [Fixes #76510]
18696
18697 2005-10-31  Jackson Harper  <jackson@ximian.com>
18698
18699         * ListBox.cs: Invalidate if the area is visible at all not just
18700         contained in the visible rect. Fixes unselection of semi visible
18701         items.
18702
18703 2005-10-31  Jackson Harper  <jackson@ximian.com>
18704
18705         * Control.cs: Consistently name the dnd methods. Make them
18706         internal so we can override them to match some MS behavoir
18707         internally.
18708         * Win32DnD.cs: Use the new consistent names.
18709
18710 2005-10-31  Jackson Harper  <jackson@ximian.com>
18711
18712         * TreeView.cs: Don't draw the selected node when we lose focus.
18713
18714 2005-10-31  Jackson Harper  <jackson@ximian.com>
18715
18716         * X11Dnd.cs: We still need to reset the state even though a full
18717         reset isn't being done, otherwise status's still get sent all over
18718         the place.
18719
18720 2005-10-31  Jackson Harper  <jackson@ximian.com>
18721
18722         * Control.cs: Make the dnd_aware flag internal so the dnd
18723         subsystem can check it. Catch exceptions thrown in dnd handlers to
18724         match MS behavoir.
18725         * Hwnd.cs: Add a flag for whether or not a window is dnd aware.
18726         * X11Dnd.cs: Handle null data in the converters. Set the XDND
18727         version when sending a XdndEnter. Use the control/hwnd dnd_aware
18728         flags to reduce the number of dnd enters/status's sent.
18729
18730 2005-10-31  Jackson Harper  <jackson@ximian.com>
18731
18732         * X11Dnd.cs: Don't need the sizeof here. Patch by Jordi Mas.
18733
18734 2005-10-31  Jordi Mas i Hernandez <jordi@ximian.com>
18735
18736         * PictureBox.cs: Fixes 76512
18737
18738 2005-10-28  Jackson Harper  <jackson@ximian.com>
18739
18740         * X11Dnd.cs: Early implementation to support winforms being a drag
18741         source for data on X11. Also restructured the converters so they
18742         can go both ways now.
18743         * XplatUIX11.cs: Tie ins to the the Dnd stuff.
18744         
18745 2005-10-27  Peter Dennis Bartok  <pbartok@novell.com>
18746
18747         * XplatUIX11.cs: Fixed FIXME - implemented ASCII encoding for XA_STRING
18748           clipboard requests
18749
18750 2005-10-27  Jackson Harper  <jackson@ximian.com>
18751
18752         * TreeNode.cs: Implement serialization so my DnD examples will work.
18753
18754 2005-10-24  Kornél Pál  <kornelpal@hotmail.com>
18755
18756         * ButtonBase.cs, ListView.cs, NotifyIcon.cs, PictureBox.cs, ToolBar.cs,
18757           TreeView.cs: Don't dispose objects that are not owned.
18758           
18759 2005-10-24  Peter Dennis Bartok  <pbartok@novell.com>
18760
18761         * Cursor.cs: Defaulting the Current cursor to Cursors.Default. We
18762           should retrieve the current cursor and report that, but XplatUI
18763           doesn't (yet) have an interface for that (and I'm not sure I even
18764           can, on X11)
18765         * XplatUIWin32.cs: Fixed override behaviour. The override is temporary,
18766           until any message loop processing is done (and the WM_SETCURSOR
18767           replaces the cursor to the proper one)
18768         * XplatUIX11.cs: 
18769           - Fixed override behaviour, we can't set the cursor globally on X11, 
18770             just for our windows.
18771           - Invalidating the System.Drawing X11 display handle when we are
18772             shutting down
18773         * Control.cs: Fix to make csc happy
18774
18775 2005-10-23  Peter Dennis Bartok  <pbartok@novell.com>
18776
18777         * TextBoxBase.cs: 
18778           - get_Text: Add last line (without trailing newline) to returned
18779             value (Fixes 76212)
18780           - get_TextLength: Count last line in returned length
18781           - ToString: Call Text property instead of duplicating code
18782
18783 2005-10-23  Kornél Pál  <kornelpal@hotmail.com>
18784
18785         * ImageList.cs: Dispose ImageAttributes objects.
18786
18787 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
18788
18789         * ImageList.cs: Use attribute constructors with less arguments where
18790           possible.
18791
18792 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
18793
18794         * ImageList.cs: Added lastKeyIndex field and use in IndexOfKey.
18795           Use typeof instead of strings when assembly is referenced. Added
18796           some more comments.
18797
18798 2005-10-21  Jackson Harper  <jackson@ximian.com>
18799
18800         * ListView.cs: Raise a double click event. Also tried to somewhat
18801         fix when the selectedindexchanged event is raised. Its still
18802         broken though.
18803
18804 2005-10-21  Jackson Harper  <jackson@ximian.com>
18805
18806         * TreeView.cs: New method to invalidate the plus minus area of a
18807         node without invalidating the whole node (maybe this can be used
18808         in some more places).
18809         * TreeNodeCollection.cs: When adding to an empty node we need to
18810         invalidate its plus minus area so the little block shows up.
18811         
18812 2005-10-21  Jackson Harper  <jackson@ximian.com>
18813
18814         * TreeView.cs: Make sure that when we invalidate a node the bounds
18815         are big enough to cover the selected box and the focus
18816         rectangle. Use a different colour for the lines connecting nodes
18817         so they show up with all themes.
18818
18819 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
18820
18821         * NativeWindow.cs: Don't call anything that could call into the driver,
18822           we might be on a different thread.
18823
18824 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com> 
18825
18826         * Control.cs(Dispose): Since Dispose might run on a different thread,
18827           make sure that we call methods that could call into the driver via
18828           invoke, to avoid thread issues
18829
18830 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
18831
18832         * XplatUI.cs: Removed finalizer
18833         * XplatUIX11.cs: Removed Destructor, was causing crashes due to X11
18834           not allowing to be called on the finalizer thread.
18835
18836 2005-10-21  Kornél Pál  <kornelpal@hotmail.com>
18837
18838         * ImageList.cs:
18839           - Reverted r51889 and r51891.
18840           - Added ImageListItem class that stores unmodified image items and image
18841             properties required to create list images until handle is created.
18842           - Added AddItem and moved image creation logic to AddItemInternal.
18843           - Added CreateHandle method that creates images based on unmodified items.
18844           - Added DestroyHandle that changes state to store unmodified items.
18845           - Add and AddStrip methods no more create handle.
18846           - ReduceColorDepth has no return value.
18847           - Dispose destroys handle.
18848           - Modified other methods to reflect the above changes.
18849           - Implemented key support.
18850           - Added profile 2.0 members and attributes.
18851           - Added private Reset and ShouldSerialize methods that provide the same
18852             behavior as MS.NET but the Visual Studio .NET designer seems to ignore
18853             them as they are private.
18854           - Added some more comments about implementation details.
18855
18856 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
18857
18858         * DataGrid.cs: Adds support for vertical scrolling using the mousewheel
18859
18860 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
18861
18862         * Binding.cs: No PushData/PullData if there is no binding (fixes crash)
18863
18864 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
18865
18866         * DataGridDrawingLogic.cs: Fixes column hit calcultation
18867         * DataGridColumnStyle.cs: Remove debug message
18868
18869 2005-10-20  Jackson Harper  <jackson@ximian.com>
18870
18871         * TreeView.cs: We can always get input keys regardless of whether
18872         or not editing is enabled. They are used for navigation.
18873
18874 2005-10-20  Jackson Harper  <jackson@ximian.com>
18875
18876         * TreeNode.cs: Use the viewport rect for determining if a node
18877         needs to be moved for visibility. Don't use Begin/End edit. This
18878         calls a full refresh when its done.
18879         * TreeView.cs: New SetBottom works correctly.  Make the viewport
18880         rect property internal so the treenodes can see it. When clicking
18881         on a node we need to ensure that its visible because it might just
18882         be partly visible when clicked.
18883
18884 2005-10-20  Jackson Harper  <jackson@ximian.com>
18885
18886         * TreeNodeCollection.cs: Remove debug code.
18887
18888 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
18889
18890         * Datagrid.cs: Implements column sorting in Datagrid
18891         * DataGridColumnStyle.cs: Implements column sorting in Datagrid
18892
18893 2005-10-20  Jackson Harper  <jackson@ximian.com>
18894
18895         * TreeNodeCollection.cs: Remove items properly. Update the correct
18896         area after removing them.
18897
18898 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
18899
18900         * Datagrid.cs: Should not call base.OnPaintBackground
18901
18902 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
18903
18904         * XplatUIX11.cs (GetMessage):
18905           - Now properly calculates NC_xBUTTONDOWN coordinates off the whole
18906             window instead of client window
18907           - Now properly calculates NC_xBUTTONUP message coordinates
18908           - ScreenToMenu now properly calculates it's coordinates of whole 
18909             window, since menus are in the whole window, not in the client
18910             window
18911           - Added WholeToScreen coordinate translation method
18912
18913 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com> 
18914
18915         * XplatUIX11.cs (GetMessage): Don't return in situations where we don't
18916           want to return a message, loop back to the beginning of the function
18917           and grab the next real message to process instead.
18918
18919 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
18920
18921         * Splitter.cs: Properly set limits if no filler control is used
18922
18923 2005-10-19  Jackson Harper  <jackson@ximian.com>
18924
18925         * ColorDialog.cs: Don't show the help button if it is not enabled
18926         instead of disabling it (this is what MS does). Don't create the
18927         panel until the dialog is run, otherwise the vars (such as
18928         ShowHelp) are not set yet.
18929
18930 2005-10-19  Jackson Harper  <jackson@ximian.com>
18931
18932         * TreeView.cs: Implement Begin/EndEdit more correctly so refreshes
18933         are reduced when adding nodes.
18934         * TreeNode.cs:
18935         * TreeNodeCollection.cs: Use UpdateNode instead of refreshing the
18936         tree.
18937         
18938 2005-10-19  Jackson Harper  <jackson@ximian.com>
18939
18940         * FolderBrowserDialog.cs: End editing our treeview so the window
18941         actually gets refreshed.
18942
18943 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
18944
18945         * Control.cs: Fixed logic flip on when to call OnPaintBackground. 
18946           Obsoleted handling of WM_ERASEBKGND, now always draws our background
18947           inside of WM_PAINT
18948
18949 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
18950
18951         * MenuAPI.cs: Returns after Hidding window
18952         * XplatUIX11.cs: Added TODO found while debugging menu issues
18953
18954 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
18955
18956         * XplatUIX11.cs: Do not re-map the whole window when it's size
18957           becomes non-zero unless it's supposed to be actually visible
18958
18959 2005-10-18  Jackson Harper  <jackson@ximian.com>
18960
18961         * TreeView.cs: We don't need to keep a count anymore.
18962         * TreeNodeCollection.cs: Fix off by one in RemoveAt, Insert can
18963         use the Grow method.
18964
18965 2005-10-18  Jackson Harper  <jackson@ximian.com>
18966
18967         * TreeNodeCollection.cs: Insert is not supported on arrays, so
18968         implement it manually here.
18969
18970 2005-10-18  Jackson Harper  <jackson@ximian.com>
18971
18972         * ImageList.cs: Dont kill the list when the colour depth is
18973         changed, just change the colour depth of all the images.
18974         - Same goes for setting the image size. Just resize them all
18975         instead of killing the list softly.
18976
18977 2005-10-18  Jackson Harper  <jackson@ximian.com>
18978
18979         * Control.cs: Don't invalidate empty rectangles.
18980
18981 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
18982
18983         * ListViewItem.cs:
18984           - Adds checked item to the Checked/Item lists (where empty before)
18985           - Do not add items to the Selected lists if they are already present
18986         * ListView.cs:
18987           - Fixes IsFixedSize, SyncRoot, IsReadOnly in many collections
18988           - When deleting items make sure that we delete them for the Selected
18989           and Checked list also.
18990
18991 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
18992
18993         * Label.cs: Dispose objects no longer used
18994         * ThemeWin32Classic.cs: Dispose objects no longer used
18995
18996 2005-10-18  Jackson Harper  <jackson@ximian.com>
18997
18998         * TabControl.cs: Don't refresh the whole control when the tabs are
18999         scrolled, we just need to refresh the tab area.
19000
19001 2005-10-17  Jackson Harper  <jackson@ximian.com>
19002
19003         * XplatUIX11.cs: Compress code a little bit. Only calculate the
19004         after handle when we need it.
19005
19006 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
19007
19008         * Control.cs: When the parent size changes, recalculate anchor 
19009           positions. Partial fix for #76462
19010
19011 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
19012
19013         * ThemeWin32Classic.cs: Make sure the picturebox has it's background 
19014           drawn. Fixes #76462
19015
19016 2005-10-17  Jackson Harper  <jackson@ximian.com>
19017
19018         * MonthCalendar.cs: Don't create the numeric up down until our
19019         handle is created. Otherwise our handle is created in the
19020         constructor and we don't know if we are a WS_CHILD or WS_POPUP
19021         yet.
19022
19023 2005-10-17  Jackson Harper  <jackson@ximian.com>
19024
19025         * TreeView.cs: Merge in patch by Rafael Teixeira to align strings
19026         correctly.
19027
19028 2005-10-17  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
19029         * TreeNode.cs : small logical fix (was using local var instead of field)
19030         
19031 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
19032
19033         * ThemeWin32Classic.cs: Fixes vert/horz scrollbar colours
19034
19035 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
19036
19037         * ThemeWin32Classic.cs: Fixes focus drawing in for non-flat/popup buttons
19038
19039 2005-10-16  Peter Dennis Bartok  <pbartok@novell.com> 
19040
19041         * Control.cs: 
19042           - Re-implemented anchoring code. My first version was really broken.
19043             This fixes bug #76033. Unlike the previous implementation we will
19044             no longer have round errors since all numbers are calculated from
19045             scratch every time. Removed various anchor-related obsolete vars.
19046           - InitLayout no longer causes layout event firing and layout to be 
19047             performed
19048
19049 2005-10-16  Jackson Harper  <jackson@ximian.com>
19050
19051         * Hwnd.cs: Compute invalid area correctly (fixes my last commit
19052         which was broken).
19053
19054 2005-10-16  Jackson Harper  <jackson@ximian.com>
19055
19056         * TabControl.cs: Remove debug code.
19057
19058 2005-10-16  Jackson Harper  <jackson@ximian.com>
19059
19060         * XEventQueue.cs: Increase the default queue size (very simple
19061         apps needed to grow the queue).
19062         * Hwnd.cs: No finalizer so we don't need to suppress
19063         finalization. Compute the invalid area manually so a new rectangle
19064         does not newto be created.
19065         * ScrollableControl.cs: Don't set any params (otherwise visibility
19066         isn't set correctly).
19067         * MdiChildContext.cs: New constructor takes the mdi parent so it
19068         doesn't have to be computed and avoids a crash on windows. Draw
19069         the window icon properly, and allow the text to be seen.
19070         * Form.cs: Use new MdiChildContext constructor. Make sure the
19071         child context isn't null in wndproc.
19072         * TabControl.cs: Don't set focus, this is muddling keyboard
19073         behavoir. Expand the tab rows when a window size increase will
19074         allow extra tabs to be seen. Don't allow tabs smaller than the
19075         width of a window to be scrolled out of view.
19076         * TreeNode.cs:
19077         * TreeView.cs: Use measure string to calculate a nodes width, the
19078         width is cached and only updated when the text or the font is
19079         changed. Don't check for expand/collapse clicks on the first level
19080         nodes if root lines are disabled.
19081         
19082 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
19083
19084         * TextBoxBase.cs: Fixes #76352 (passing tab key in a multiline textbox)
19085
19086 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
19087
19088         * DataGridBoolColumn.cs: fixes warning
19089
19090 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
19091
19092         * ControlPaint.cs: Fixes methods Dark, DarkDark, Light, LightLight
19093         to match more to match more precisely the MS Net behavior
19094
19095 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
19096
19097         * Hwnd.cs: Added field to track if window is mapped
19098         * XplatUIX11.cs: 
19099           - Unmap windows if they become 0-size, re-map when 
19100             they are >0 again; fixes #76035
19101           - Re-set our error handler after initializing X11Desktop
19102             to override any error handlers Gtk or whatever was called
19103             may have set.
19104
19105 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
19106
19107         * CheckedListBox.cs: Removed unused vars
19108         * ListView.cs: Fixed signatures
19109         * RichTextBox.cs: Removed unused vars
19110         * TextBoxBase.cs: Removed unused vars
19111         * XplatUIWin32.cs: Removed unused vars
19112         * XplatUIX11.cs: Removed unused vars
19113         * XplatUI.cs: Updated version and date to latest published
19114
19115 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
19116
19117         * Cursor.cs: Added private .ctor to work around a bug in
19118           resourceset (Thanks to Geoff Norton for the help on this)
19119         * SplitterEventArgs.cs: Made fields accessible so we don't
19120           waste boatloads of objects and can reuse the same one
19121           in Splitter
19122         * XplatUIWin32.cs(DrawReversibleLine): Now also considers
19123           any captions and borders when generating screen coordinates
19124         * Splitter.cs: Reimplemented control, now fully complete, uses
19125           rubberband drawing, supports and obeys all properties, has
19126           proper cursors
19127
19128 2005-10-13  Miguel de Icaza  <miguel@novell.com>
19129
19130         * Form.cs (Form): Setup default values for autoscale and
19131         autoscale_base_size;  Make these instance variables, not static
19132         variables. 
19133
19134         (OnLoad): on the first load, adjust the size of the form.
19135
19136 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
19137
19138         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added 
19139           width argument to DrawReversibleRectangle()
19140         * XplatUIWin32.cs, XplatUIX11.cs: 
19141           - Implemented width for DrawReversibleRectangle()
19142           - Added logic to DrawReversibleRectangle that recognizes a zero
19143             width or height and only draws a line in that situation
19144         
19145 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com> 
19146
19147         * XplatUI.cs, XplatUIDriver.cs: Added GetAutoScaleSize()
19148         * XplatUIOSX.cs: Stubbed GetAutoScaleSize() method
19149         * XplatUIWin32.cs, XplatUIX11.cs: Implemented GetAutoScaleSize()
19150           method (it uses our FosterParent window to get a graphics context)
19151
19152 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com>
19153
19154         * XplatUI.cs, XplatUIDriver.cs: Removed EraseWindowBackground 
19155           and SetWindowBackground methods
19156         * Control.cs:
19157           - Setting proper ControlStyles
19158           - We no longer call XplatUI.SetWindowBackground and XplatUI.
19159             EraseWindowBackground, instead we draw the window background
19160             ourselves in PaintControlBackground. This behaviour is
19161             required to match MS, where, when OnPaintBackground is not
19162             called, the background is not drawn.
19163           - Removed unneeded Refresh() in set_Text
19164         * Hwnd.cs: Dropped the ErasePending support. No longer needed
19165         * XplatUIX11.cs:
19166           - Created DeriveStyles method to translate from CreateParams to
19167             FormBorderStyle and TitleStyle, also handles BorderStyle (which
19168             matches FormBorderStyle enum values)
19169           - Consolidated SetHwndStyles and CalculateWindowRect border/title
19170             style calculations into single DeriveStyles method
19171           - Fixed CreateWindow to (finally) use Gravity. This prevents X11
19172             from redrawing the whole window on any resize or expose.
19173           - Fixed CreateWindow usage of SetWindowValuemask. Before not
19174             all styles were applied to our whole/client window appropriately
19175           - Removed EraseWindowBackground() and SetWindowBackground() methods
19176           - Removed handling of WM_ERASEBKGND message from DefWndProc, we
19177             no longer clear/redraw the background through X
19178           - Removed handling of erase_pending bit, we have no use for it (or
19179             so it seems)
19180         * XplatUIOSX.cs:
19181           - Removed generation and handling of WM_ERASEBKGND message
19182           - Removed EraseWindowBackground() and SetWindowBackground() methods
19183           - Removed handling of hwnd.ErasePending flag
19184         * XplatUIWin32.cs:
19185           - Removed EraseWindowBackground() and SetWindowBackground() methods
19186           - We no longer call EraseWindowBackground on PaintEventStart, we 
19187             ignore the fErase flag, erasing is handled in Control in the
19188             background handler
19189         * Button.cs, GroupBox.cs, Label.cs, CheckBox.cs, ProgressBar.cs,
19190           LinkLabel.cs, ListControl.cs, TabPage.cs, UpDownBase.cs,
19191           TextBoxBase.cs, TextBox.cs, ListView.cs, ButtonBase.cs, 
19192           CheckedListBox.cs, MdiClient.cs, Panel.cs, DataGrid.cs, 
19193           DataGridTextBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, 
19194           TabControl.cs, ScrollableControl.cs, ToolBar.cs, PictureBox.cs,
19195           DateTimePicker.cs, StatusBar.cs, MonthCalendar.cs: Setting proper ControlStyles
19196
19197 2005-10-12  Jonathan Chambers <jonathan.chambers@ansys.com>
19198
19199         * PropertyGrids.cs: Get sub properties
19200         * PropertyGridView.cs: Fix drawing code
19201
19202 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
19203
19204         * ListBox.cs: Fixes 76383
19205
19206 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
19207
19208         * DataGridTextBoxColumn.cs: Sets location and size before attachment
19209         * ThemeWin32Classic.cs: Fixes border drawing and calculations
19210         * DataGridDrawingLogic.cs: Fixes border drawing and calculations
19211
19212
19213 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
19214
19215         * ComboBox.cs: Fixes border drawing
19216
19217 2005-10-10  Miguel de Icaza  <miguel@novell.com>
19218
19219         * MimeIcon.cs: Ignore errors if the file can not be read.
19220
19221 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
19222
19223         * Theme.cs, ThemeWin32Classic.cs, ListBox.cs:
19224          - Fixed border calculations
19225          - Fixed horizontal scrolling in single column listboxes
19226          - Fixed drawing issues
19227
19228 2005-10-10  Peter Dennis Bartok  <pbartok@novell.com>
19229
19230         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched from BorderStyle to 
19231           FormBorderStyle enum
19232         * XplatUIX11.cs: Switched BorderStyle to FormBorderStyle, added 
19233           code to determine FormBorderStyles from CreateParams
19234         * Form.cs:
19235           - Fixed bug where we'd set the wrong window styles if we were
19236             not creating an MDI window
19237           - Added call to XplatUI.SetBorderStyle when form borders are set
19238         * Control.cs: Casting BorderStyles to accommodate changed XplatUI APIs
19239         * Hwnd.cs:
19240           - Removed obsolete edge style
19241           - Switched from BorderStyle to FormBorderStyle
19242         
19243 2005-10-10  Jackson Harper  <jackson@ximian.com>
19244
19245         * Form.cs: Use the property to get the window handle instead of
19246         accessing it directly. Prevents a null reference exception.
19247
19248 2005-10-10  Jackson Harper  <jackson@ximian.com>
19249
19250         * TreeView.cs: Don't adjust the rect given to DrawString now that
19251         our libgdiplus draws correctly.
19252
19253 2005-10-08  Jackson Harper  <jackson@ximian.com>
19254
19255         * TreeView.cs: Don't try to find the clicked on node if there are
19256         no nodes in the tree.
19257
19258 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
19259
19260         * RichTextBox.cs:
19261
19262           restore
19263
19264 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
19265
19266         * ImageListStreamer.cs, TreeView.cs, UpDownBase.cs, RichTextBox.cs,
19267           ColorDialog.cs, TextControl.cs, Panel.cs, MdiChildContext.cs,
19268           ErrorProvider.cs:
19269           Use ResPool for brushes and dispose System.Drawing objects that
19270           are not used anymore.
19271
19272 2005-10-07  Jackson Harper  <jackson@ximian.com>
19273
19274         * MdiChildContext.cs: Use the new borders instead of drawing them
19275         ourselves.
19276
19277 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
19278
19279         * Calling UpdateBounds after changing the window's BorderStyle 
19280         since the style can change the ClientSize
19281
19282 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19283
19284         * Control.cs: Made PaintControlBackground virtual
19285         * Panel.cs: Overriding PaintControlBackground instead of using paint
19286           event; paint event method was interfering with 'real' users of the
19287           event.
19288
19289 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
19290
19291         * ThemeWin32Classic.cs: remove border drawing since it is handled
19292         by the base control class now and was causing double border drawing.
19293
19294 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19295
19296         * Panel.cs: Redraw our background on paint. Not a pretty solution,
19297           but it does seem to match MS behaviour. This fixes bug #75324
19298
19299 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19300
19301         * XplatUIX11.cs: A better DrawReversibleRectangle version, however
19302           somewhat hackish looking
19303
19304 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
19305
19306         * TextBoxBase.cs:
19307           - We now accept Enter even if AcceptEnter is false, if the containing
19308             form does not have an AcceptButton configured (fixes bug #76355)
19309           - Calculations are now fixed to no longer use Width/Height, but
19310             ClientSize.Width/Height, since we now support borders (this was
19311             a result of fixing borders and therefore bug #76166)
19312           - We no longer show the horizontal scrollbar if TextBox.WordWrap is 
19313             true (fixes bug #76354)
19314         
19315 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19316
19317         * Control.cs: 
19318           - Defaulting BorderStyle and setting it in XplatUI when our window 
19319             is created
19320           - Added enum check to InternalBorderStyle setter
19321         * XplatUIX11.cs: 
19322           - Added drawing of window borders
19323           - Now properly calculates WM decorations offset for toplevel 
19324             windows (fixes bug #74763)
19325         * XplatUIWin32.cs: 
19326           - Implemented BorderStyles for windows (we're letting win32 draw 
19327             the border for us)
19328           - Fixed the signature for SetWindowLong
19329         * PictureBox.cs, DataGrid.cs, TextBoxBase.cs, ToolBar.cs, Panel.cs,
19330           ListBox.cs, Label.cs: Now uses Control.InternalBorderStyle for 
19331           setting borders
19332         * UpDownBase.cs: Remove drawing of borders, this is handled by
19333           the driver, outside the client area
19334         * ListView.cs: Removed bogus border calculations. The control should
19335           be oblivious to borders, since those are not part of the client
19336           area. 
19337         * X11DesktopColors.cs: Commented out (currently) unneeded variables
19338         * ThemeWin32Classic.cs: Removed border calculations from ListView 
19339           drawing code
19340
19341 2005-10-06  Jackson Harper  <jackson@ximian.com>
19342
19343         * MdiChildContext.cs: Clear out the old virtual position remove
19344         all the unneeded calls to CreateGraphics.
19345
19346 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
19347
19348         * TextControl.cs: Use proper color for highlighted text; fixes #76350
19349
19350 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
19351
19352         * Form.cs: 
19353           - Added loading and setting of our new default icon
19354           - Only set icon if window is already created
19355
19356 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19357
19358         * Label.cs:
19359           - Do not explicitly set the foreground and background colors, to
19360             allow inheriting from parents (fixes #76302)
19361           - Use Control's InternalBorderStyle property to deal with borders
19362
19363 2005-10-06  Jackson Harper  <jackson@ximian.com>
19364
19365         * MdiChildContext.cs: Use the new xplatui function to draw a
19366         reversible rect.
19367
19368 2005-10-06  Jackson Harper  <jackson@ximian.com>
19369
19370         * Form.cs: Add the parent before creating the child context cause
19371         we need the parent when setting up the child.
19372
19373 2005-10-06  Jackson Harper  <jackson@ximian.com>
19374
19375         * FolderBrowserDialog.cs: redo the tree population code so a
19376         second thread isn't used. Should be a lot faster and more stable
19377         now.
19378
19379 2005-10-05  Jackson Harper  <jackson@ximian.com>
19380
19381         * TreeView.cs: There are no expand/collapse boxes if the node has
19382         no children.
19383
19384 2005-10-05  Jackson Harper  <jackson@ximian.com>
19385
19386         * X11DesktopColors.cs: Get menu colours for the gtk theme.
19387
19388 2005-10-05  Alexander Olk  <alex.olk@googlemail.com>
19389
19390         * FileDialog.cs: Fix InitialDirectory
19391
19392 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
19393
19394         * ComboBox.cs:
19395                 - Fixes changing between styles
19396                 - Fixes simple mode
19397                 - Fixes last item crashing when navigating with keyboard
19398
19399 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
19400
19401         * LinkLabel.cs: Related to 76045. Stops the LinkLabel been drawn as a Label
19402
19403 2005-10-05  Jackson Harper  <jackson@ximian.com>
19404
19405         * TreeView.cs: If updating the root node do a full refresh.
19406         * TreeNode.cs: The root node should be expanded by default. Also
19407         added a utility prop to tell if we are the root node.
19408         * TreeNodeCollection.cs: Only refresh if the node we are being
19409         added to is expanded. Also added a comment on a potential
19410         optimization.
19411         
19412 2005-10-04  Peter Dennis Bartok  <pbartok@novell.com>
19413
19414         * Cursor.cs, Hwnd.cs: Added call to GC.SuppressFinalize() 
19415           in dispose method. Fixes #76330
19416
19417 2005-10-04  Jordi Mas i Hernandez <jordi@ximian.com>
19418
19419         * ListView.cs, ThemeWin32Classic.cs, ListViewItem.cs:
19420
19421                 - Implements vertical and horizontal scrolling using XplatUI
19422                 - Fixes keyboard navagation
19423                 - Fixes EnsureVisible
19424                 - Drawing fixes
19425                 - Handles and draws focus properly
19426
19427
19428 2005-10-04  Kornél Pál  <kornelpal@hotmail.com>
19429
19430         * ImageList.cs: Use upper case initials for internal fields. ImageStream:
19431           Create handle. NET_2_0: Destroy handle when value is null.
19432
19433 2005-10-03  Jackson Harper  <jackson@ximian.com>
19434
19435         * ScrollBar.cs: My last scrollbar patch was broken. This is a
19436         revert and a new patch to prevent the thumb from refreshing so
19437         much.
19438
19439 2005-10-02  Jackson Harper  <jackson@ximian.com>
19440
19441         * ScrollBar.cs: Don't update position if it hasn't actually
19442         changed. This occurs when you hold down the increment/decrement
19443         buttons and the thumb gets to the max/min.
19444
19445 2005-10-01  Jackson Harper  <jackson@ximian.com>
19446
19447         * Form.cs:
19448         * MdiChildContext.cs:
19449         * MdiClient.cs: Implement ActiveMdiChild in Form.
19450
19451 2005-10-01  Jordi Mas i Hernandez <jordi@ximian.com>
19452
19453         * ComboBox.cs: Include ComboBoxEdit flag for the edit item
19454
19455 2005-10-01  Peter Dennis Bartok  <pbartok@novell.com>
19456
19457         * X11DesktopColors.cs: Bow out gracefully if the Gtk libs cannot
19458           be found
19459
19460 2005-09-30  Jackson Harper  <jackson@ximian.com>
19461
19462         * ListBox.cs: Don't do a full refresh unless some data has
19463         actually changed.
19464
19465 2005-09-30  Jackson Harper  <jackson@ximian.com>
19466
19467         * TreeView.cs: Make sure that the checkboxes size is factored in
19468         even when not visible.
19469
19470 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
19471
19472         * FileDialog.cs: Fix Jordi's build break
19473
19474 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
19475
19476         * FileDialog.cs: 
19477                 - Use standard the Windows colours for the combobox as espected
19478                 - Dispose objects that use resouces when no longer need them
19479
19480 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
19481
19482         * X11DesktopColors.cs: Initial incomplete implementation
19483         * XplatUIX11.cs: Added call to initialize X11DesktopColors
19484
19485 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com>
19486
19487         * Theme.cs: 
19488           - Switched Theme color names to match the names defined in 
19489             System.Drawing.KnownColors. Life's hard enough, no need to make 
19490             it harder.
19491           - Added setters to all theme color properties so themes can set
19492             their color schemes. The setters also propagate the color changes
19493             to System.Drawing.KnownColors via reflection
19494         * ControlPaint.cs,  Label.cs, TextControl.cs, ToolTip.cs, ThemeNice.cs,
19495           ComboBox.cs, MdiChildContext.cs, TextBoxBase.cs, DateTimePicker.cs
19496           DataGridColumnStyle.cs, MonthCalendar.cs, TreeView.cs: Updated to
19497           use the new, more logical theme color names
19498         * XplatUIWin32.cs: Updated the GetSysColorIndex enum to include new
19499           post-NT colors
19500         * ThemeWin32Classic.cs:
19501           - Removed code to set the old classic Windows colors. Instead it
19502             now relies on the colors returned by System.Drawing.KnownColors
19503             which will be either modern static colors (Unix) or colors
19504             read from the user's configuration (Win32)
19505           - Updated to use the new, more logical theme color names
19506           - Switched DataGrid drawing code to use only Theme colors instead of
19507             a mix of System.Drawing.KnownColors and Theme colors
19508           - DrawFrameControl(): Removed code that fills the button area, the
19509             fill would overwrite any previous fill done by a control. This
19510             fixes bug #75338 
19511           - Added DrawReversibleRectangle() stub
19512         * ScrollableControl.cs: Set visible state to false when scrollbars
19513           are removed (pdn fix)
19514         * XplatUI.cs, XplatUIOSX.cs, XplatUIDriver.cs: Added 
19515           DrawReversibleRectangle() method to allow drawing primitive 
19516           'rubber bands'
19517         * XplatUIX11.cs: Implemented DrawReversibleRectangle()
19518
19519 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19520
19521         * ImageList.cs: Add(Icon): Create handle.
19522
19523 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
19524
19525         * ListView.cs:
19526         * ThemeWin32Classic.cs:
19527                 - Fixes detail mode
19528                 - Sets clippings
19529                 - Issues with drawing
19530
19531 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19532
19533         * ImageList.cs: Moved RecreateHandle back to ImageList as event
19534           source has to be the ImageList.
19535
19536 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19537
19538         * ImageList.cs: Add(Icon): Use Graphics.DrawIcon instead of Icon.ToBitmap.
19539
19540 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19541
19542         * ImageList.cs: ReduceColorDepth: Clean up pointer operations.
19543
19544 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19545
19546         * ImageList.cs: ImageCollection: Removed owner field as it is no more used.
19547
19548 2005-09-29  Jonathan Chambers <jonathan.chambers@ansys.com>
19549         * GridItem.cs: Fixed TODOs
19550         * GridItemCollection.cs: Added ICollection interface
19551
19552 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19553
19554         * ImageList.cs: Resize icons when needed.
19555
19556 2005-09-29  Jordi Mas i Hernandez <jordi@ximian.com>
19557
19558         * ListViewItem.cs
19559                 - Fixes GetBounds and returns on screen rects
19560         * ListView.cs:
19561                 - Fixes vertical and horzintal scrolling of items
19562         * ThemeWin32Classic.cs:
19563                 - Fixes drawing
19564                 
19565 2005-09-29  Raja R Harinath  <harinath@gmail.com>
19566
19567         * ImageList.cs (ImageStream) [NET_2_0]: Reflect re-factoring.
19568
19569 2005-09-29  Kornél Pál  <kornelpal@hotmail.com>
19570
19571         * ImageList.cs: Added comments about handle creation. Moved Handle,
19572           HandleCreated and OnRecreateHandle implementations to ImageCollection.
19573           Handle is created in Add methods.
19574
19575 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
19576          
19577         * DataGridDrawingLogic.cs: 
19578                 - Takes rows into account on Colum calculations
19579                 - Returns the column when clickig
19580         * DataGrid.cs:
19581                 - Fixes default HitTestInfo values
19582                 - Fixes HitTestInfo.ToString
19583                 - Fixes ResetBackColor          
19584         
19585 2005-09-28  Jackson Harper  <jackson@ximian.com>
19586
19587         * MdiChildContext.cs: Obey rules for fixed sized windows (no
19588         sizing or cursor changes). Also added some temp code to draw the
19589         titlebars text (Makes dev a little easier).
19590
19591 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
19592
19593         * ImageList.cs: AddStrip: Throw ArgumentException when Image is not a Bitmap.
19594
19595 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
19596          
19597         * ListBox.cs: Fixes bug 76253
19598
19599 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
19600
19601         * ImageList.cs: Added comments about the current implementation. Added
19602           ReduceColorDepth, IndexedColorDepths and GetNearestColor to can use
19603           Format32bppArgb to preserve transparency and can use Graphics.FromImage
19604           while using the specified ColorDepth. ReduceColorDepth uses unsafe code
19605           with Bitmap.LockBits for better performance. Revised the whole file to
19606           match MS.NET behaviour and provide better performance. Non-public
19607           interface members are calling public members even when they throw
19608           NotSupportedException for better maintainability. Moved ColorDepth,
19609           ImageSize, ImageStream and TransparentColor implementations to
19610           ImageCollection for better performance as these properties are not used
19611           by ImageList.
19612         * ImageListStreamer.cs: Added a new internal constructor that takes an
19613           ImageList.ImageCollection and serializes Images based on
19614           ImageCollection.ToArray(). Renamed ImageColorDepth to ColorDepth to
19615           match ImageList property name.
19616
19617 2005-09-28  Kazuki Oikawa <kazuki@panicode.com>
19618
19619         * ListBox.cs: Fixes IndexFromPoint for last item
19620
19621 2005-09-27  Jackson Harper  <jackson@ximian.com>
19622
19623         * Form.cs: Set the position of new mdi children correctly.
19624
19625 2005-09-27  Jackson Harper  <jackson@ximian.com>
19626
19627         * MdiClient.cs: New mdi children need to be added to the back of
19628         the controls collection so the zorder is set correctly. Also add a
19629         count of all the child windows that have been created.
19630
19631 2005-09-27  Jackson Harper  <jackson@ximian.com>
19632
19633         * Form.cs (CreateParams): Setup MDI forms correctly.
19634
19635 2005-09-27  Jackson Harper  <jackson@ximian.com>
19636
19637         * MdiChildContext.cs:
19638         * MonthCalendar.cs:
19639         * UpDownBase.cs:
19640         * ListBox.cs:
19641         * ListView.cs:
19642         * TextBoxBase.cs:
19643         * TreeView.cs:
19644         * ScrollableControl.cs:
19645         * ComboBox.cs: Add implicit controls using the new implict control
19646         functionality in ControlCollection. Also try to block multiple
19647         control add in a suspend/resume layout to save some cycles.
19648         
19649 2005-09-27  Jackson Harper  <jackson@ximian.com>
19650
19651         * Control.cs: Add functionality to the controls collection to add
19652         'implicit controls' these are controls that are created by the
19653         containing control but should not be exposed to the user. Such as
19654         scrollbars in the treeview.
19655         * Form.cs: The list var of the ControlsCollection is no longer
19656         available because of the potential of implicit controls getting
19657         ignored by someone accessing the list directly.
19658
19659 2005-09-26  Peter Dennis Bartok  <pbartok@novell.com>
19660
19661         * Control.cs: Fixed SetChildIndex; it no longer causes a child to
19662           loose it's parent. (Fixed bug introduced in r49103 when we added
19663           setting the child parent to null on Remove)
19664
19665 2005-09-26  Gert Driesen  <drieseng@users.sourceforge.net>
19666
19667         * DataGridBoolColumn.cs: Marked CheckState private to fix public API.
19668         * Splitter.cs: Added missing attributes for BorderStyle property.
19669         * TextBoxBase.cs: Marked Calculate* methods internal.
19670         * TextBox.cs: Fixed DefaultValue for PasswordChar property to match
19671         MS.NET.
19672
19673 2005-09-26  Jordi Mas i Hernandez <jordi@ximian.com>
19674          
19675         * ListBox.cs: Fixes navigation to the last item in multicolumn lists
19676
19677 2005-09-25  Jackson Harper  <jackson@ximian.com>
19678
19679         * TreeView.cs: Update the node bounds correctly regardless of
19680         whether the node is visible.
19681
19682 2005-09-25  Jackson Harper  <jackson@ximian.com>
19683
19684         * ImageList.cs: Don't dispose the image after it is added to the
19685         image list. Only reformat images that need to be resized.
19686
19687 2005-09-25  Jackson Harper  <jackson@ximian.com>
19688
19689         * ImageList.cs: Don't set the format when changing the image.
19690
19691 2005-09-25  Jackson Harper  <jackson@ximian.com>
19692
19693         * TreeView.cs: We can't just assume the node has a font. Use the
19694         treeviews font if no node font is available.
19695
19696 2005-09-25  Jackson Harper  <jackson@ximian.com>
19697
19698         * TreeView.cs: Allow the scrollbars to be reset with negative
19699         values.
19700         - Don't add scrollbars to negative sized windows.
19701
19702 2005-09-23  Jackson Harper  <jackson@ximian.com>
19703
19704         * XplatUIX11.cs: Update to use Mono.Posix.Native instead of plain
19705         old Mono.Posix. Also remove some stray code that shouldn't have
19706         been committed.
19707
19708 2005-09-23  Jackson Harper  <jackson@ximian.com>
19709
19710         * TreeView.cs: Attempt at proper sizing of the horizontal
19711         scrollbar. Also don't resize the scrollbars unless they are
19712         visible.
19713
19714 2005-09-23  Jackson Harper  <jackson@ximian.com>
19715
19716         * TreeView.cs: We don't need to expand the invalid area when the
19717         selection changes, as this is all drawn in the node's bounding
19718         box. The area needs to be expanded (previous typo was contracting
19719         it) when the focus rect moves.
19720
19721 2005-09-23  Jackson Harper  <jackson@ximian.com>
19722
19723         * TreeView.cs: Display the selection box under the correct
19724         circumstances. We were rendering white text with no selection box
19725         before.
19726
19727 2005-09-23  Peter Dennis Bartok  <pbartok@novell.com>
19728
19729         * TextControl.cs(Split): Now updates selection start/end if it points 
19730           into a line that's being split. Fixes a FIXME and bug #75258
19731
19732 2005-09-23  Jackson Harper  <jackson@ximian.com>
19733
19734         * Binding.cs:
19735         * ListControl.cs: Don't use the path when retrieving binding
19736         managers from the binding context. My bat sense tells me that the
19737         path is only used on insertion.
19738
19739 2005-09-22  Jackson Harper  <jackson@ximian.com>
19740
19741         * Splitter.cs: Set the cursor an easier way. (Thanks peter).
19742
19743 2005-09-22  Jackson Harper  <jackson@ximian.com>
19744
19745         * Splitter.cs: There are special cursors used for splitting.
19746         * XplatUIX11.cs: The VSplit and HSplit cursors were backwards.
19747
19748 2005-09-22  Jackson Harper  <jackson@ximian.com>
19749
19750         * Splitter.cs: Change the cursor appropriately when the splitter
19751         is moused over, so the user actually knows there is a splitter
19752         there.
19753
19754 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
19755
19756        * Label.cs : Fix ToString method to give same output as MS.NET
19757
19758 2005-09-22  Jackson Harper  <jackson@ximian.com>
19759
19760         * TreeView.cs: Create the scrollbars when the handle is created
19761         and add them right away, just make them invisble. Also account for
19762         the window being shrunk vertically to the point that the vert
19763         scrollbar needs to be added.
19764         - Remove some 0.5 adjustments to get around anti aliasing issues.
19765         
19766 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
19767          
19768         * MainMenu.cs: Fixes default value
19769         * MenuItem.cs: Fixes default value
19770
19771 2005-09-22  Kazuki Oikawa  <kazuki@panicode.com>
19772
19773         * AsyncMethodResult.cs: Fixes Control.Invoke is blocked infinitely.
19774
19775 2005-09-21  Jackson Harper  <jackson@ximian.com>
19776
19777         * Control.cs: Don't try to set the border style on the window if
19778         it hasn't been created. When the window is created the border
19779         style will be used.
19780
19781 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
19782
19783         * Control.cs (Update): Don't call XplatUI if we don't have a
19784           window handle yet
19785
19786 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
19787
19788         * ContainerControl.cs: Instead of throwing an exception, print
19789           a one-time warning about Validate not being implemented
19790         * XplatUIWin32.cs: Removed debug output
19791
19792 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
19793
19794         * Control.cs: Only set XplatUI background if we expect the windowing
19795           system to handle the background. This stops controls that draw their
19796           own background from flickering
19797
19798         * XplatUIX11.cs: Support custom visuals and colormaps for window 
19799           creation. This allows, amongst other things, using MWF X11 windows 
19800           with OpenGL.
19801
19802 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
19803
19804         * OpenFileDialog.cs, ContentsResizedEventArgs.cs, LibSupport.cs, GridItem.cs,
19805           CursorConverter.cs, SplitterEventHandler.cs, PropertyGridTextBox.cs,
19806           GridTablesFactory.cs, MethodInvoker.cs, AccessibleEvents.cs,
19807           SplitterEventArgs.cs, XplatUI.cs, Mime.cs, PropertySort.cs,
19808           TreeViewCancelEventHandler.cs, Form.cs, PropertyGridCommands.cs,
19809           IDataGridEditingService.cs, DateBoldEventHandler.cs, Label.cs,
19810           KeyboardLayouts.cs, TextControl.cs, ProgressBar.cs, ToolTip.cs,
19811           RadioButton.cs, OSFeature.cs, LinkLabel.cs, ColorDialog.cs,
19812           ThemeNice.cs, ErrorIconAlignment.cs, TreeNode.cs, MimeGenerated.cs,
19813           ComboBox.cs, DataGridTextBoxColumn.cs, ArrangeStartingPosition.cs,
19814           GridColumnStylesCollection.cs, 
19815           IDataGridColumnStyleEditingNotificationService.cs,
19816           PropertyGrid.cs, IFeatureSupport.cs, ICommandExecutor.cs,
19817           MdiLayout.cs, GridEntry.cs, ControlBindingsCollection.cs,
19818           GridTableStylesCollection.cs, TreeViewCancelEventArgs.cs, 
19819           TreeNodeCollection.cs, AmbientProperties.cs, 
19820           RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
19821           DataObject.cs, ErrorProvider.cs, Splitter.cs,
19822           DataGridLineStyle.cs, Shortcut.cs, Control.cs,
19823           FontDialog.cs, SecurityIDType.cs, GridItemType.cs,
19824           BindingMemberInfo.cs, DataGridCell.cs, MdiChildContext.cs,
19825           IRootGridEntry.cs, PropertyGridView.cs, DataGridParentRowsLabelStyle.cs,
19826           FolderBrowserDialog.cs, OpacityConverter.cs, HelpProvider.cs,
19827           IComponentEditorPageSite.cs, DataGridTableStyle.cs, NavigateEventArgs.cs,
19828           NotifyIcon.cs, ContentsResizedEventHandler.cs, MenuItem.cs,
19829           PropertyTabChangedEventHandler.cs, TextBoxBase.cs, OpenTreeNodeEnumerator.cs,
19830           SelectionMode.cs, TextBox.cs, ListBindingConverter.cs,
19831           FileDialog.cs, KeysConverter.cs, DomainUpDown.cs,
19832           DataFormats.cs, SaveFileDialog.cs, GridItemCollection.cs,
19833           ArrangeDirection.cs, FeatureSupport.cs, SelectionRangeConverter.cs,
19834           RichTextBoxScrollBars.cs, NodeLabelEditEventHandler.cs, TreeNodeConverter.cs,
19835           MimeIcon.cs, X11Structs.cs, PropertyGridEntry.cs,
19836           ImageList.cs, ThemeWin32Classic.cs, X11Keyboard.cs,
19837           CheckedListBox.cs, HelpNavigator.cs, DateTimePickerFormat.cs,
19838           MdiClient.cs, DataGridDrawingLogic.cs, DataGridBoolColumn.cs,
19839           NodeLabelEditEventArgs.cs, Screen.cs, PropertyManager.cs,
19840           ComponentModel.cs, PropertiesTab.cs, CurrencyManager.cs,
19841           SizeGrip.cs, DateBoldEventArgs.cs, X11Dnd.cs, Panel.cs,
19842           Hwnd.cs, OSXStructs.cs, DrawMode.cs, XplatUIDriver.cs,
19843           RichTextBox.cs, PropertyTabChangedEventArgs.cs, CommonDialog.cs,
19844           DataGrid.cs, XplatUIX11.cs, RichTextBoxStreamType.cs, Win32DnD.cs,
19845           ErrorBlinkStyle.cs, TreeViewEventHandler.cs,
19846           PropertyValueChangedEventHandler.cs, IFileReaderService.cs,
19847           DataGridTextBox.cs, SelectedGridItemChangedEventArgs.cs, ScrollBar.cs,
19848           ListBox.cs, TreeViewAction.cs, Help.cs, TrackBar.cs,
19849           AxHost.cs, PropertyValueChangedEventArgs.cs, XplatUIOSX.cs,
19850           RichTextBoxFinds.cs, UpDownEventArgs.cs, Cursors.cs,
19851           CategoryGridEntry.cs, RichTextBoxWordPunctuations.cs, DataGridColumnStyle.cs,
19852           SelectedGridItemChangedEventHandler.cs, DateTimePicker.cs, NavigateEventHandler.cs,
19853           Clipboard.cs, UpDownEventHandler.cs, MonthCalendar.cs,
19854           SendKeys.cs, DataGridPreferredColumnWidthTypeConverter.cs, TreeView.cs,
19855           ThreadExceptionDialog.cs, ImageListConverter.cs, XplatUIWin32.cs,
19856           TreeViewEventArgs.cs: Fixed whitespace and set eol-style:native attribute
19857
19858 2005-09-21  Jackson Harper  <jackson@ximian.com>
19859
19860         * TreeNode.cs: Call Before/After Expand not Collapse when
19861         expanding.
19862
19863 2005-09-20  Jackson Harper  <jackson@ximian.com>
19864         
19865         * XplatUIX11.cs: Use the more hand looking hand (in most themes).
19866
19867 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
19868          
19869         * ListViewItem.cs:
19870                 - Fixes bug 76120
19871                 - Fixes proper storing of subitems
19872                 - Fixes not updated items
19873
19874 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com>
19875
19876         * Control.cs, TextBoxBase.cs, TextControl.cs: Don't do certain
19877           things if our window handle isn't created yet. Also disabled 
19878           debug for TextBoxBase
19879
19880 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com> 
19881
19882         * MenuAPI.cs: Remove filtering of events to allow menu usage
19883
19884 2005-09-20  Miguel de Icaza  <miguel@novell.com>
19885
19886         * Cursor.cs: Allow null to be passed to Cursor.Current.
19887
19888 2005-09-20  Alexander Olk  <alex.olk@googlemail.com>
19889
19890         * ThemeWin32Classic.cs:
19891           - Change some private methods/fields to protected virtual so that 
19892             they can be accessed and overriden in derived classes
19893           - First refactoring of some methods. Derived themes now don't 
19894             need to duplicate the complete code from ThemeWin32Classic
19895         * ThemeNice.cs:
19896           - Added nice StatusBar
19897           - Derive from ThemeWin32Classic and not Theme
19898           - Removed duplicate ThemeWin32Classic code
19899
19900 2005-09-20  Miguel de Icaza  <miguel@novell.com>
19901
19902         * Control.cs (ControlCollection.Add): If the value null is passed
19903         the control is ignored. 
19904
19905         Optimize this loop.
19906
19907 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com> 
19908
19909         * MenuAPI.cs: Replaced Application.Run() with a loop that tracks
19910           PostQuitMessage state.
19911         * XplatUIWin32.cs: Removed bogus PostQuitMessage P/Invoke with HWND arg
19912
19913 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com>
19914
19915         * Application.cs: Our constructor will never get called, move 
19916           initialization to fields; fixes bug #75933
19917
19918 2005-09-19 Hisham Mardam Bey <hisham.mardambey@gmail.com>
19919
19920         * FileDialog.cs :
19921                 - Allow files to be selected properly using file name
19922                 combo box.
19923                 - Add ability to change diretory (absolute / relative)
19924                 using file name combo box.
19925
19926 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
19927          
19928         * ListBox.cs: 
19929                 - Fixes Multicolumn listboxes item wrong calculations
19930                 - Allows to click when only one item is in the listbox
19931                 - Fixes crash when no items using keyboard navigation
19932
19933 2005-09-16  Alexander Olk  <alex.olk@googlemail.com>
19934
19935         * ComboBox.cs: Reverted almost everything from the latest patch which
19936           broke ComboBox
19937
19938 2005-09-16  Kazuki Oikawa <kazuki@panicode.com>
19939         
19940         * ToolTip.cs:
19941                 - Fixed #Mtd2 of ToolTipTest.RemoveToolTipTest.
19942         * ComboBox.cs:
19943                 - When DropDownStyle is Simple, it does not show scrollbar 
19944                 to the last item of the list.
19945                 - When DropDownStyle is Simple, it crashed when the list was 
19946                 scrolled down with the down cursor key.
19947                 - Fixed a bug that when DropDownStyle is DropDownList, the 
19948                 selected item was not shown.
19949                 - The position of the selected item was not preserved when 
19950                 the next dropdown happened.
19951         * ThemeWin32Classic.cs:
19952                 - Items were wrapped at the right end.
19953         * CheckedListBox.cs:
19954                 - Fixed Add method
19955         * ListBox.cs:
19956                 - Items should be fully shown.
19957                 - When resizing and vertical scrollbar disappeared, the item 
19958                 of index 0 should be on the top of the list.
19959                 - GetItemRectangle should consider the size of ver. scrollbar
19960         * StatusBar.cs:
19961                 - SizingGrip area should not be allocated when it is not 
19962                 displayed.
19963                 - Now it reflects MinWidth of the containing panel and 
19964                 fixed a crash that happens when its width becomes so small.
19965
19966 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
19967
19968         * CheckedListBox.cs: Fixes bug 76028
19969         * ListBox.cs: Fixes bug 76028
19970
19971 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
19972
19973         * ThemeWin32Classic.cs: Sets clipping on DataGridPaintRowsHeaders
19974         * DataGridDrawingLogic.cs: fixes issues with Datagrid drawing
19975
19976 2005-09-12  Jordi Mas i Hernandez <jordi@ximian.com>
19977
19978         * XplatUIX11.cs: fixes System.NullReferenceException in some situations
19979
19980 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
19981
19982         * IRootGridEntry.cs: Changed namespace to PropertyGridInternal 
19983
19984 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
19985
19986         * IRootGridEntry.cs: Added
19987         * PropertyGridCommands.cs: Added
19988         * PropertiesTab.cs: Added missing methods and property
19989         * PropertyGridView.cs: Made class internal
19990         * PropertyGridTextBox.cs: Made class internal
19991
19992 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
19993
19994         * MimeIcon.cs: Try to check some other environment variables
19995           if "DESKTOP_SESSION" returns "default"
19996
19997 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
19998
19999         * ThemeNice.cs: Corrected background colors (e.g. menus)
20000         * ColorDialog.cs: Use correct background colors for controls
20001
20002 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
20003
20004         * ThemeNice.cs: Merged r49535 from ThemeWin32Classic
20005
20006 2005-09-08  Peter Dennis Bartok  <pbartok@novell.com>
20007
20008         * RichTextBox.cs: Added initial implementation
20009         * lang.cs: Removed. Was accidentally checked in long time ago
20010         * TODO: Removed. Contents were obsolete
20011
20012 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
20013                                                                                 
20014         * PropertiesTab.cs : Added
20015
20016 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
20017                                                                                 
20018         * PropertyGrid.cs : Update
20019         * PropertyGridView.cs : Update
20020         * System.Windows.Forms.resx : Added images and strings
20021
20022 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com> 
20023
20024         * ThemeNice.cs: Do not dispose Pens retrieved from ResPool
20025  
20026 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com>
20027
20028         * XplatUIX11.cs: Force a flush after Ungrab; if case the app enters
20029           a busy loop right after the Ungrab the X11 display is otherwise 
20030           blocked
20031
20032 2005-09-06  Jordi Mas i Hernandez <jordi@ximian.com>
20033
20034         * ThemeWin32Classic.cs: Optimise the use of clipping
20035
20036 2005-09-05  Jordi Mas i Hernandez <jordi@ximian.com>
20037
20038         * DataGrid.cs: fixes recursion bug
20039
20040 2005-09-03  Alexander Olk  <alex.olk@googlemail.com>
20041
20042         * ThemeNice.cs: 
20043           - Draw RadioButton and CheckBox Buttons with DrawButtonBase
20044           - Cleanup
20045
20046 2005-09-02  Alexander Olk  <alex.olk@googlemail.com>
20047
20048         * ThemeNice.cs: Draw nice ProgressBars
20049
20050 2005-09-01  Miguel de Icaza  <miguel@novell.com>
20051
20052         * VScrollBar.cs: Another buglet found by Aaron's tool. 
20053
20054         * ProgressBar.cs: Fix three recursive bugs found by Aaron Tomb's
20055         bug finder.
20056
20057 2005-08-30  Alexander Olk  <alex.olk@googlemail.com>
20058
20059         * ThemeNice.cs:
20060           - Added nicer menu drawing
20061           - Updated DrawTab
20062           - some refactoring
20063
20064 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
20065
20066         * CreateParams.cs (ToString): Made output match MS
20067         * Control.cs (Text): Don't set Text or Focus via XplatUI unless 
20068             handle is already created (to avoid forcing window creation)
20069         * XplatUIX11.cs: Set window text to caption after creating window,
20070           in case Text was set before window was created
20071         * Form.cs: Use this.Text instead of a static string as caption
20072
20073 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
20074
20075         * NotifyIcon.cs: Don't set the window to visible; this screws
20076           up Win32 (causes WM_NCPAINT to be sent on Win32, which calls
20077           OnPaint without a bitmap)
20078         * XplatUIX11.cs: Removed Visible optimization in AddExpose; doesn't 
20079           happen very often anyway; we could add the check to the WM_PAINT 
20080           event generation code
20081
20082 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
20083
20084         * NotifyIcon.cs: Fill the icon area with a background color, to 
20085           avoid 'residue' when transparent icons are drawn
20086         * XplatUIX11.cs:
20087           - Handle whole_window == client_window when destroying windows
20088           - SystrayAdd(): Set client_window to whole_window value to
20089             get mouse and other events passed to NotifyIcon
20090
20091 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
20092
20093         * Form.cs: Set proper default for Opacity property
20094         * NotifyIcon.cs:
20095           - ShowSystray(): Don't bother creating telling the OS
20096             about the systray item if no icon is provided
20097           - Now handles WM_NCPAINT message to deal with whole/client window
20098             split
20099           - Create window as visible to not get caught by Expose optimization
20100         * Hwnd.cs: Removed debug message
20101         * ComboBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, TabControl.cs,
20102           StatusBar.cs, TreeView.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched 
20103             PaintEventStart/End to use new client argument
20104         * TextBoxBase.cs:
20105           - Commented out debug messages
20106           - Switched PaintEventStart/End to use new client argument
20107         * XplatUI.cs: Added client window bool to PaintEventStart()/
20108           PaintEventEnd() calls, to support drawing in non-client areas
20109         * XplatUIDriver.cs: 
20110           - Added client window bool to PaintEventStart()/PaintEventEnd() 
20111             calls, to support drawing in non-client areas
20112           - Added conditional compile to allow using MWF BeginInvoke 
20113             on MS runtime
20114         * XplatUIX11.cs:
20115           - Added some conditional debug output
20116           - Fixed SystrayAdd() method to support new (for SystrayAdd, anyway)
20117             whole/client window split
20118           - Implemented handling of client argument to PaintEventStart()/End()
20119         * Control.cs:
20120           - Throw exception if BeginInvoke() is called and the window handle
20121             or one of the window's parent handles is not created
20122           - Added conditional compile to allow using MWF BeginInvoke on
20123             MS runtime
20124           - get_Parent(): Only sets parent if handle is created. This avoids
20125             forcing window handle creation when parent is set.
20126           - Now fires Layout and Parent changed events in proper order
20127           - Switched to use Handle instead of window.Handle for Z-Order setting,
20128             the get_Parent() patch above causes us to possibly get null for 'window'
20129           - Implemented handling of client argument to PaintEventStart()/End()
20130           - Now reports back to windows that WM_SETCURSOR was handled (to avoid
20131             default handling)
20132           - Now sends a Refresh() to all child windows when Refresh() is called
20133
20134 2005-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
20135
20136         * Form.cs: Added (non-functional) Opacity property
20137         * XplatUIWin32.cs (SystrayAdd): Removed bogus line of code
20138
20139 2005-08-29  Alexander Olk  <xenomorph2@onlinehome.de>
20140         * ThemeNice.cs: New theme for MWF, based on ThemWin32Classic
20141           use export MONO_THEME=nice to activate it.
20142           Currently supported controls:
20143           - Button
20144           - ComboBox
20145           - ScrollBar
20146           - TabControl (TabAlignment.Top only, other will follow)
20147         * ThemeEngine.cs: Add theme nice
20148         * ButtonBase.cs: Redraw button on MouseEnter and MouseLeave everytime,
20149           if enabled
20150
20151 2005-08-25  Jonathan Chambers  <jonathan.chambers@ansys.com> 
20152
20153         * Splitter.cs: Resize docked control and its neighbor.
20154
20155 2005-08-24  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
20156         -- Making Windows with Menus layout correctly --
20157         * Form.cs : The first leg of the fix
20158                 Menu setter - adjust Client Size as needed to make space for the menu
20159                 SetClientSizeCore - doesn't call base version to be able to pass the 
20160                         menu handle to XplatUI.CalculateWindowRect
20161         * Hwnd.cs: Fix for menu_height, now gets from MenuAPI.MENU
20162         * XplatUIX11.cs: The critical second leg of the fix
20163                 GetWindowPos needs to use a recalculated client_rect
20164                 so that resizing the window doesn't break layout of child controls. 
20165                 Also a more complete rule to avoid X Server roundtrips in SetWindowPos
20166                 Lots of \t\n killed
20167
20168 2005-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
20169
20170         * Label.cs: Now properly recalculates width and height on Font and Text
20171           changes if AutoSize is set
20172
20173 2005-08-19  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
20174         * TreeView.cs : Revamped drawing logic, and support for FullRowSelect
20175
20176 2005-08-19  Jordi Mas i Hernandez <jordi@ximian.com>
20177
20178         * ImageList.cs: Makes ToString method compatible with MS
20179
20180 2005-08-18  Jordi Mas i Hernandez <jordi@ximian.com>
20181
20182         * MenuAPI.cs: fixes bug 75716
20183
20184 2005-08-11 Umadevi S <sumadevi@novell.com>
20185         * Control.cs: Fixed Remove & RemoveAt to make the parent of the control null.
20186
20187 2005-08-11 Umadevi S <sumadevi@novell.com>
20188         * Contorl.cs: Fixed ResetRightToLeft and ResetImeMode to work correctly
20189
20190 2005-08-10  Umadevi S <sumadevi@novell.com>
20191         * CheckedListBox.cs: Fixed event firing on Adding to the CheckedListBox
20192
20193 2005-08-07  Jordi Mas i Hernandez <jordi@ximian.com>
20194
20195         * Menu.cs: fixes bug 75700
20196         * MenuAPI.cs: fixes navigation issues
20197
20198 2005-08-09  Umadevi S <sumadevi@novell.com>
20199         * CheckedListBox.cs - simple fix for GetItemChecked.
20200
20201 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
20202
20203         * ComboBox.cs: Serveral fixes
20204         * ListBox.cs: Serveral fixes
20205
20206 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
20207
20208         * ComboBox.cs: Fixes FindString methods and GetItemHeight
20209         * ListBox.cs: Fixes FindString methods
20210
20211 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
20212
20213         * DataGrid.cs: fixes bugs exposed by new tests
20214
20215 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com> 
20216
20217         * Mime.cs: Compile Mono assembly references only if compiling
20218           with Mono (Allows to build with VS.Net again)
20219
20220 2005-07-28  Marek Safar  <marek.safar@seznam.cz>
20221
20222         * Control.cs (PaintControlBackground): Draw background image
20223         corrrectly.
20224         (CheckForIllegalCrossThreadCalls): Stubbed.
20225         
20226         * Form.cs (OnCreateControl): Center when should be centered.
20227         
20228         * ThemeWin32Classic.cs (DrawPictureBox): Pass size.
20229
20230 2005-07-19  Jordi Mas i Hernandez <jordi@ximian.com>
20231
20232         * Binding.cs: Binding to properties should be case unsensitive
20233
20234 2005-07-18 vlindos@nucleusys.com
20235
20236         * DataGrid.cs: fixes setmember order
20237
20238 2005-07-07  Alexander Olk  <xenomorph2@onlinehome.de>
20239
20240         * MimeIcon.cs: added MimeIcon stuff (MimeIconEngine)
20241         * FileDialog.cs: FileDialog is now resizable and uses the new
20242           MimeIconEngine
20243
20244 2005-07-06  Jordi Mas i Hernandez <jordi@ximian.com>
20245
20246         * DataGridTextBoxColumn.cs: default value
20247         * GridColumnStylesCollection.cs: fixes event firing, checking MappingName
20248         * GridTableStylesCollection.cs: fixes checking MappingName
20249         * DataGridDrawingLogic.cs: fixes drawing logic issues
20250         * DataSourceHelper.cs: rewritten to make compatible with more data sources
20251         * DataGrid.cs: fixes    
20252
20253 2005-07-06  Alexander Olk  <xenomorph2@onlinehome.de>
20254
20255         * MimeGenerated.cs: Use case sensitive comparer for
20256           NameValueCollections
20257
20258 2005-07-01  Jordi Mas i Hernandez <jordi@ximian.com>
20259
20260         * DataGridTextBoxColumn.cs: bug fixes, code refactoring 
20261         * ThemeWin32Classic.cs: bug fixes, code refactoring
20262         * DataGridDrawingLogic.cs:  bug fixes, code refactoring
20263         * DataGrid.cs: bug fixes, code refactoring
20264         * DataGridTextBox.cs: bug fixes, code refactoring
20265         * DataGridColumnStyle.cs:  bug fixes, code refactoring
20266         * Theme.cs:  bug fixes, code refactoring
20267
20268 2005-07-01  Peter Bartok  <pbartok@novell.com> 
20269
20270         * TextControl.cs: Quick fix for the reported crash on ColorDialog
20271           and other text box usage
20272
20273 2005-07-01  Jackson Harper  <jackson@ximian.com>
20274
20275         * TabControl.cs: Make sure the bottom of the tab covers the pages
20276         border.
20277
20278 2005-06-30  Peter Bartok  <pbartok@novell.com> 
20279
20280         * Form.cs (ShowDialog): Assign owner of the dialog
20281         * TextBoxBase.cs: Always refresh caret size when deleting, caret
20282           might have been moved to a tag with different height
20283
20284 2005-06-30  Jackson Harper  <jackson@ximian.com>
20285
20286         * Form.cs: Don't create an infinite loop when setting focus
20287         * MenuItem.cs: Don't dirty the parents if we don't have any
20288
20289 2005-06-29  Ben Maurer  <bmaurer@ximian.com>
20290
20291         * LibSupport.cs: Rename
20292
20293 2005-06-29  Peter Bartok  <pbartok@novell.com>
20294
20295         * TextBoxBase.cs: Re-align caret after deleting a character
20296         * TextControl.cs:
20297           - DeleteChars(): Ensure that tag covers the provided position
20298           - StreamLine(): Drop reference for dropped tag
20299
20300 2005-06-29  Peter Bartok  <pbartok@novell.com> 
20301
20302         * TextControl.cs: 
20303           - Selections now work properly, anchoring at the initial location
20304             and properly extending in either direction (SetSelectionToCaret(),
20305             SetSelectionStart() and SetSelectionEnd())
20306           - No longer redraws the whole control on selection change, now
20307             calculates delta between previous and new selection and only
20308             invalidates/redraws that area
20309           - Fixed FindPos() math off-by-one errors
20310           - Changed DeleteChars() to verify the provided tag covers the
20311             provided position, selections may have a tag that doesn't cover
20312             the position if the selection is at a tag border
20313           - Fixed off-by-one errors in DeleteChars()
20314           - Added missing streamlining check in DeleteChars() to remove
20315             zero-length tags
20316           - Implemented Invalidate() method, now properly calculates exposures
20317             between two given lines/positions
20318           - Implemented SetSelection()
20319           - Obsoleted and removed FixupSelection()
20320           - Improved RecalculateDocument() logic, removing code duplication
20321
20322 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20323
20324         * LibSupport.cs: changes to match different input/output arguments.
20325
20326 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20327
20328         * LibSupport.cs: added libsupport.so init routine.
20329
20330 2005-06-29  Jordi Mas i Hernandez <jordi@ximian.com>
20331         
20332         * ControlBindingsCollection.cs
20333                 - Throws an exception on null datasource when adding
20334                 - Checks for duplicated bindings when adding
20335
20336 2005-06-28  Jackson Harper  <jackson@ximian.com>
20337
20338         * TreeView.cs (OnKeyDown): Support left and right properly
20339         (navigates as well as expanding and collapsing.
20340         - Add support for Multiply, this expands all the selected nodes
20341         children.
20342         - Fix some tabbing.
20343
20344 2005-06-28  Jackson Harper  <jackson@ximian.com>
20345
20346         * TreeView.cs: Implement keyboard navigation, currently supports,
20347         LEFT, RIGHT, UP, DOWN, PGUP, PGDOWN, HOME, END, ADD, SUBTRACT. Add
20348         support for toggling checkboxes with the space bar.
20349
20350 2005-06-28  Jackson Harper  <jackson@ximian.com>
20351
20352         * OpenTreeNodeEnumerator.cs: Don't move past the begining of the
20353         tree.
20354
20355 2005-06-28  Jackson Harper  <jackson@ximian.com>
20356
20357         * TreeView.cs: Add missing event.
20358
20359 2005-06-27  Peter Bartok  <pbartok@novell.com> 
20360
20361         * TextControl.cs:
20362           - Made line ending size configurable (now allows for counting 
20363             lineendings as \n or \r\n)
20364           - Added margin to viewport to keep caret visible on right side
20365           - Fixed translation routines for line/pos to documentpos to consider
20366             cr/lf when counting (Fixes RichTextBox.SelectionFont issues)
20367           - Fixed some line-endings to be unix style
20368           - Fixed Document.FormatText to perform it's calculations 1-based
20369           - Added descriptions for a few methods that might otherwise get 
20370             used wrong
20371           - Added NOTE section with some basic conventions to remember at 
20372             the top of the file
20373           - Major fixup for RichTextBox selection drawing:
20374             * Fixed crashes when multiple tags on a single line were selected
20375             * fixed selection box drawing not overlaying text
20376             * fixed bogus offset calculation for tags not starting at index 1
20377             * Switched behaviour from using multiple Substrings of a 
20378               StringBuilder.ToString() to using multiple 
20379               StringBuilder.ToString(start, length) statements, hoping this is
20380               faster (kept original version commented out in the code, in case
20381               original version was faster)
20382         * TextBox.cs (set_TextAlignment): TextBox always needs to wrap if 
20383           alignment != Left
20384         * TextBoxBase.cs (CalculateDocument): Made protected so RichTextBox can
20385           call it as well
20386
20387 2005-06-27  Jackson Harper  <jackson@ximian.com>
20388
20389         * TabControl.cs: Move to the left and right with the arrow
20390         keys. These keys don't cycle beyond first and last like
20391         tab. Refresh all the tabs when scrolling them to the left or
20392         right.
20393
20394 2005-06-27  Jackson Harper  <jackson@ximian.com>
20395
20396         * TabControl.cs:
20397           - ToString: Added method
20398           - CreateParams: Remove TODO and comment
20399           - OnKeyDown: Cycle through bounds properly.
20400           - SelectedIndex: Scroll to the right or left if we need to
20401           display the newly selected tab.
20402
20403 2005-06-23  Jackson Harper  <jackson@ximian.com>
20404
20405         * TabControl.cs: Stay in bounds when cycling. Make sure Handled is
20406         set.
20407
20408 2005-06-23  Jackson Harper  <jackson@ximian.com>
20409
20410         * TabControl.cs: Keyboard handling. We now support CTRL-TAB,
20411         CTRL-SHIFT-TAB, and HOME, END are there any others?
20412
20413 2005-06-23  Jackson Harper  <jackson@ximian.com>
20414
20415         * XplatUIX11.cs: Get the modifier keys from the keyboard driver.
20416
20417 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
20418         
20419         * DataGridTextBoxColumn.cs: fixes and enhancements
20420         * ThemeWin32Classic.cs: fixes and enhancements
20421         * DataGridBoolColumn.cs:  fixes and enhancements
20422         * DataGridDrawingLogic.cs:  fixes and enhancements
20423         * CurrencyManager.cs: fixes and enhancements
20424         * DataGrid.cs: fixes and enhancements
20425         * DataGridColumnStyle.cs:  fixes and enhancements
20426
20427 2005-06-22  Jackson Harper  <jackson@ximian.com>
20428
20429         * TabControl.cs: Add some missing methods that just call into the
20430         base. Make the TabPageCollection's IList interface behave in the
20431         same manner as the MS implementation.
20432
20433 2005-06-22  Peter Bartok  <pbartok@novell.com> 
20434
20435         * TextControl.cs: Added sanity check
20436         * TextBoxBase.cs: 
20437           - Fixed wrapping behaviour, don't set wrap on single line controls
20438             (this fixes the breakage of colordialog introduced in an earlier
20439              checkin)
20440           - Added rudimentary support for autoscrolling right-aligned controls
20441             (still needs fixing, also, center alignment scroll is missing)
20442
20443 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
20444         
20445         * ScrollBar.cs: Fixes thumbpos on Maximum values
20446
20447 2005-06-21  Jonathan Chambers <jonathan.chambers@ansys.com>
20448         
20449         * PropertyGridView.cs: Pass context information to UITypeEditors 
20450
20451 2005-06-21  Peter Bartok  <pbartok@novell.com> 
20452
20453         * TextBoxBase.cs:
20454           - Now calling PositionCaret with absolute space coordinates
20455           - Enabled vertical scrolling
20456           - Better tracking of scrollbar changes, tied into WidthChange
20457             event
20458           - Improved cursor tracking
20459           - Removed debug output
20460         * TextControl.cs:
20461           - PositionCaret coordinates are now works in absolute space, not 
20462             the canvas
20463           - Improved tracking of document size
20464           - Added events for width and height changes
20465
20466 2005-06-21  Peter Bartok  <pbartok@novell.com>
20467
20468         * Form.cs: Set focus to active control when form is activated
20469         * TextControl.cs: 
20470           - Added word-wrap functionality to RecalculateLine() 
20471           - Added some short function descriptions for VS.Net to aid in
20472             writing dependent controls
20473           - Added Caret property, returning the current coords of the caret
20474           - Added ViewPortWidth and ViewPortHeight properties
20475           - Added Wrap property
20476           - Added CaretMoved event
20477           - Removed some old debug code
20478           - Split() can now create soft splits
20479           - Added PreviousTag()/NextTag() to allow walking "tag-lists"
20480           - Added method to format existing text
20481           - Fixed size/alignment calculations to use viewport
20482           - RecalculateDocument now can handle changing line-numbers while
20483             calculating lines
20484
20485         * TextBox.cs:
20486           - Added some wrap logic, we don't wrap if alignment is not left
20487           - Added casts for scrollbar var, base class switched types to
20488             also support RichTextBoxA
20489           - Implemented handling of scrollbar visibility flags
20490
20491         * TextBoxBase.cs:
20492           - Switched scrollbars type to RichTextBoxScrollBars to support
20493             RichTextBox
20494           - Added tracking of canvas width/height
20495           - Switched scrollbars to be not selectable (to keep focus on text)
20496           - Added central CalculateDocument() method to handle all redraw
20497             requirements
20498           - Added ReadOnly support
20499           - Added WordWrap support
20500           - Fixed handling of Enter key (we now treat it as a DialogKey)
20501           - Fixed caret positioning when h or v scroll is not zero
20502           - Fixed placing/generation of vertical scrollbar
20503           - Added CalculateScrollBars() method to allow updating scrollbar
20504             limits and visibility
20505           - Fixed handling of horizontal scroll
20506           - Added handling of vertical scroll
20507           - Implemented auto-'jump' when caret moves to close to a left or
20508             right border and there is text to be scrolled into view (currently
20509             there's the potential for a stack overflow, until a bug in
20510             scrollbar is fixed)
20511
20512 2005-06-21  Geoff Norton  <gnorton@customerdna.com>
20513         
20514         * XplatUIOSX.cs: Initial implementation of WM_ERASEBKGND
20515
20516 2005-06-19  Alexander Olk  <xenomorph2@onlinehome.de>
20517
20518         * Mime.cs:
20519         - added inodes.
20520         - return application/x-zerosize for files with size zero
20521           (if no extension pattern matches).
20522         - check matches collection for strings too.
20523         - return only the first mime type if the name value
20524           collection has more than one mime type.
20525
20526 2005-06-18  Jonathan Chambers <jonathan.chambers@ansys.com>
20527         
20528         * PropertyGrid.cs: Cleaned up some TODOs
20529         * PropertyGridView.cs: Added support for UITypeEditors
20530
20531 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
20532         
20533         * DataGrid.cs: clears cached value
20534
20535 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
20536
20537         * DataGridTextBoxColumn.cs: new rows, speed improvements, fixes, readonly prop.
20538         * DataGridDrawingLogic.cs: new rows, speed improvements, fixes, readonly prop.
20539         * DataGrid.cs: new rows, speed improvements, fixes, readonly prop.
20540         * DataGridColumnStyle.cs: new rows, speed improvements, fixes, readonly prop.
20541         
20542 2005-06-16  Jordi Mas i Hernandez <jordi@ximian.com>
20543
20544         * ThemeWin32Classic.cs: fixes colour
20545
20546 2005-06-15  Peter Bartok  <pbartok@novell.com>
20547
20548         * MWFCategoryAttribute.cs: Added (Needed for PropertyGrid designer support)
20549         * MWFDescriptionAttribute.cs: Added (Needed for PropertyGrid designer support)
20550         * ButtonBase.cs: Added MWFCategory and MWFDescription attributes
20551         * Control.cs: Added some MWFCategory and MWFDescription attributes
20552         * ScrollBar.cs: Added some MWFCategory and MWFDescription attributes
20553
20554 2005-06-15  Alexander Olk  <xenomorph2@onlinehome.de>
20555
20556         * Mime.cs, MimeGenerated.cs: First draft of MWF mime stuff, see Mime.cs for
20557         usage
20558
20559 2005-06-14  Jordi Mas i Hernandez <jordi@ximian.com>
20560
20561         * DataGridTextBoxColumn.cs: default datagrid settings for Default Styles, fixes
20562         * DataGridTableStyle.cs: default datagrid settings for Default Styles, fixes
20563         * DataGridDrawingLogic.cs: default datagrid settings for Default Styles, fixes
20564         * DataGridBoolColumn.cs: default datagrid settings for Default Styles, fixes
20565         * DataGrid.cs: default datagrid settings for Default Styles, fixes
20566         * DataGridColumnStyle.cs: default datagrid settings for Default Styles, fixes
20567
20568 2005-06-13  Jackson Harper  <jackson@ximian.com>
20569
20570         * XplatUIX11.cs: Override SetAllowDrop on X11 so an error message
20571         isn't printed when the user enables dropping. (X11 does accept
20572         drops).
20573         
20574 2005-06-13  Jackson Harper  <jackson@ximian.com>
20575
20576         * TreeView.cs: Remove some TODOS.
20577
20578 2005-06-13  Jackson Harper  <jackson@ximian.com>
20579
20580         * Form.cs: Hook into the mdi framework.
20581         * MdiClient.cs: Use the base control collections add method so
20582         parents get setup correctly. Set the default back colour and dock
20583         style.
20584         * MdiChildContext.cs: New class, this bad actor handles an
20585         instance of an MDI window. Right now there is only basic
20586         support. You can drag, close, and resize windows. Minimize and
20587         Maximize are partially implemented.
20588
20589 2005-06-13  Jackson Harper  <jackson@ximian.com>
20590
20591         * XplatUIX11.cs: Mash numbers together properly, otherwise we get
20592         freaky when both vals are negative. NOTE: There are probably other
20593         places in XplatUIX11 that this needs to be done.
20594
20595 2005-06-13  Jordi Mas i Hernandez <jordi@ximian.com>
20596
20597         * DataGrid.cs: implement missing methods, move KeyboardNavigation
20598         * DataGridColumnStyle.cs: fixes signature
20599
20600 2005-06-12  Jackson Harper  <jackson@ximian.com>
20601
20602         * XplatUIX11.cs: Use sizing cursors similar to the ones on
20603         windows.
20604
20605 2005-06-11  Jackson Harper  <jackson@ximian.com>
20606
20607         * StatusBarPanel.cs: Signature cleanups. Implement
20608         BeginInit/EndInit.
20609
20610 2005-06-10  Jordi Mas i Hernandez <jordi@ximian.com>
20611
20612         * DataGridTextBoxColumn.cs: Honors aligment
20613         * GridColumnStylesCollection.cs: Contains is case unsensitive
20614         * GridTableStylesCollection.cs: several fixes
20615         * DataGridTableStyle.cs: default column creation
20616         * DataGridDrawingLogic.cs: fixes
20617         * CurrencyManager.cs: ListName property
20618         * DataGrid.cs: multiple styles support
20619         * DataGridColumnStyle.cs: fixes
20620         
20621
20622 2005-06-10  Peter Bartok  <pbartok@novell.com>
20623
20624         * Control.cs(Select): Moved SetFocus call to avoid potential
20625           loops if controls change the active control when getting focus
20626         * UpDownBase.cs: Fixes to allow proper keyboard focus after clicking
20627           the up/down buttons
20628
20629 2005-06-10  Matthias Felgner  <matthiasf@voelcker.ocm>
20630
20631         * ImageListConverter.cs: Implemented
20632
20633 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
20634
20635         * MonthCalendar.cs: Wired in NumericUpDown control for year
20636
20637 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
20638
20639         * MonthCalendar.cs: Removed MonoTodo attributes on Click and
20640           DoubleClick events, since they are not meant to be fired.
20641
20642 2005-06-09  Peter Bartok  <pbartok@novell.com>
20643
20644         * UpDownBase.cs, NumericUpDown.cs, DomainUpDown.cs: Integrated
20645           Jonathan's standalone controls into MWF, implemented missing
20646           events, attributes and methods; added xxxAccessible classes
20647         * AccessibleObject.cs: Made fields internal so other classes
20648           can change them if needed
20649
20650 2005-06-09  Jonathan Gilbert  <2a5gjx302@sneakemail.com>
20651
20652         * UpDownBase.cs: Complete implementation
20653         * NumericUpDown.cs: Complete implementation
20654         * DomainUpDown.cs: Complete implementation
20655
20656 2005-06-09  Jordi Mas i Hernandez <jordi@ximian.com>
20657
20658         * DataGridTextBoxColumn.cs: drawing fixes
20659         * DataGridCell.cs: fixes ToString method to match MSNet
20660         * DataGridTableStyle.cs: fixes
20661         * DataGridBoolColumn.cs: fixes, drawing
20662         * DataGridDrawingLogic.cs: fixes, new methods
20663         * DataGridTextBox.cs: Keyboard and fixes
20664         * DataGrid.cs:
20665                 - Keyboard navigation
20666                 - Scrolling fixes
20667                 - Row selection (single, multiple, deletion, etc)
20668                 - Lots of fixes
20669         
20670 2005-06-07  Jackson Harper  <jackson@ximian.com>
20671
20672         * ThemeWin32Classic.cs: Clear the background area when drawing
20673         buttons.
20674
20675 2005-06-06  Peter Bartok  <pbartok@novell.com>
20676
20677         * ImageListStreamer.cs: Fixed signature for GetData
20678         * CheckBox.cs: Fixed base class for CheckBoxAccessibleObject
20679         * ComboBox.cs:
20680           - Added missing ChildAccessibleObject class
20681           - Added missing OnXXXFocus overrides, switched to using those
20682             instead of the event handler
20683         * Control.cs:
20684           - Added Parent property for ControlAccessibleObject
20685           - Fixed signatures
20686           - Fixed attributes
20687           - Added ResetBindings()
20688         * ListBindingConverter.cs: Implemented some methods
20689         * ButtonBase.cs: Added missing ButtonBaseAccessibleObject class
20690         * ImageList.cs: Implemented basic handle scheme, removed TODOs
20691         * ContainerControl.cs: Fixed signature, now subscribing to the
20692           ControlRemoved event instead of overriding the handler, LAMESPEC
20693         * CurrencyManager.cs: Added missing attribute
20694         * MonthCalendar.cs: Added missing properties
20695
20696 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
20697
20698         * DataGridColumnStyle.cs: fixes for DataGridColumnStyle
20699         
20700 2005-06-06  Gaurav Vaish and Ankit Jain
20701
20702         * DataSourceHelper.cs: Gaurav Vaish and Ankit Jain patch for databinding
20703         * DataGrid.cs: Gaurav Vaish and Ankit Jain patch for databinding
20704         
20705 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
20706
20707         * Control.cs: fixes CreateParams Width / Height.
20708
20709 2005-06-05  Peter Bartok  <pbartok@novell.com>
20710
20711         * Win32DnD.cs: Removed compilation warnings
20712
20713 2005-06-05  Peter Bartok  <pbartok@novell.com>
20714
20715         * Control.cs (CreateParams): Since we don't know if one of the
20716           properties we use is overridden, lets make sure if we fail accessing
20717           we continue with a backup plan
20718
20719 2005-06-05  Peter Bartok  <pbartok@novell.com>
20720
20721         * Win32DnD.cs:
20722           - Removed debug output
20723           - Added MarshalAs attribute to ensure proper marshalling of FORMATETC
20724             struct
20725           - Plugged resource leak
20726         * XplatUIStructs.cs: Changed ClipboardFormats size to ushort, to match
20727           MS size
20728
20729 2005-06-05  Peter Bartok  <pbartok@novell.com>
20730
20731         * XplatUIWin32.cs: Removed DnD code
20732         * Win32DnD.cs: Implemented drop source and drop target functionality
20733
20734 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20735
20736         * UpDownBase.cs: remove duplicate addition of event, enable some code
20737         that was commented out.
20738         * NumericUpDown.cs: added missing attributes and Hexadecimal property.
20739         Validate input when a key is pressed. It works fine now for every
20740         combination of Hexadecimal. Only missing some drawing love when sharing
20741         space with other controls.
20742
20743 2005-06-04  Peter Bartok  <pbartok@novell.com>
20744
20745         * Control.cs:
20746           - We need to pass a window for DragDrop, so enable callback events
20747           - Added DnD callback events when being a DragSource
20748         * XplatUI.cs (StartDrag): Added window handle argument
20749         * XplatUIDriver.cs (StartDrag): Added window handle argument
20750         * QueryContinueDragEventArgs: Made fields internally accessible so
20751           drivers can set them
20752         * GiveFeedbackEventArgs: Made fields internally accessible so drivers
20753           can set them
20754
20755 2005-06-03  Jordi Mas i Hernandez <jordi@ximian.com>
20756
20757         * DataGridTextBoxColumn.cs: column text editing
20758         * DataGridTableStyle.cs: Respect columns styles created by the user
20759         * DataGridDrawingLogic.cs: lots of drawing fixes and enhanments
20760         * DataGridBoolColumn.cs: bool column editing
20761         * DataGrid.cs: fixes to scrolling, properties, etc
20762         * DataGridTextBox.cs: handle keyboard
20763         * DataGridColumnStyle.cs: fixes
20764
20765 2005-06-02  Jackson Harper  <jackson@ximian.com>
20766
20767         * ImageListStreamer.cs: Somewhat broken implementation of
20768         GetObjectData. The RLE needs some work to match MS properly.
20769
20770 2005-06-02  Jackson Harper  <jackson@ximian.com>
20771
20772         * X11Dnd.cs: Attempting to keep at least one file in MWF
20773         monostyled.
20774
20775 2005-06-02  Peter Bartok  <pbartok@novell.com>
20776
20777         * X11DnD.cs: Use Marshal.SizeOf instead of sizeof, no /unsafe required
20778           that way
20779
20780 2005-06-02  Peter Bartok  <pbartok@novell.com>
20781
20782         * Control.cs: Removed MonoTODO from DoDragDrop and added call to Xplat
20783         * XplatUI.cs: Added DoDragDrop() method
20784         * XplatUIDriver.cs: Added DoDragDrop() method
20785
20786 2005-06-02  Jackson Harper  <jackson@ximian.com>
20787
20788         * Splitter.cs: Implement BorderStyle.
20789
20790 2005-06-02  Jackson Harper  <jackson@ximian.com>
20791
20792         * XplatUIX11.cs: Tie into the X11Dnd subsystem.
20793         * X11Dnd.cs: New file. A subsystem that handles drag and drop on
20794         X11 using XDND.
20795
20796 2005-06-02  Peter Bartok  <pbartok@novell.com>
20797
20798         * DataObject.cs:
20799           - Added Data setter
20800           - Fixed broken insertion code for SetData, now also
20801             overwrites any existing entry of the same format name
20802         * Hwnd.cs: Added list of pointers that automatically gets
20803           freed when the window is disposed
20804         * XplatUI.cs: Call driver initialization method when loading
20805           a driver
20806         * Control.cs:
20807           - OnDragLeave takes EventArgs, not DragEventArgs
20808           - Added setting of WS_EX_ACCEPTFILES style when dropping is
20809             supported
20810           - Forces style update when drop state changes
20811         * XplatUIWin32.cs: Implemented Drag'n'Drop (as good as possible,
20812           not perfect since we cannot (yet) call the IDataObject.GetData()
20813           method, we keep getting 0x80004005 error, dunno why)
20814
20815 2005-06-02  Peter Bartok  <pbartok@novell.com>
20816
20817         * DragEventArgs.cs: Make fields internal so we can cache the
20818           object and re-set the fields from XplatUI
20819
20820 2005-06-02  Jackson Harper  <jackson@ximian.com>
20821
20822         * Control.cs: Add some internal methods so the DnD subsystem can
20823         raise DnD events. Also call into the driver when AllowDrop is set.
20824         * XplatUI.cs:
20825         * XplatUIDriver.cs: New method for setting whether or not a window
20826         is allowed to accept drag and drop messages.
20827                 
20828 2005-06-01  Jordi Mas i Hernandez <jordi@ximian.com>
20829         
20830         * ScrollBar.cs: Make sure that values sent in Scroll events
20831         are always between Maximum and Minimum.
20832
20833 2005-06-01  Marek Safar  <marek.safar@seznam.cz>
20834
20835         * Menu.cs: Call MenuChanged when menuitem visibility has been
20836         changed.
20837         * MenuItem.cs: Rebuild menu when item is (not) visible.
20838         * MainMenu.cs: MainMenu has special MenuChanged.
20839         * Theme.cs: Caption and FrameBorderSize are not fixed.
20840         * XplatUI.cs: Added CaptionHeight,FrameBorderSize.
20841         * XplatUIDriver.cs: Introduced Caption and FrameBorderSize.
20842         * XplatUIX11.cs,
20843         * XplatUIOSX: Caption and FrameBorderSize not implemented yet.
20844         * XplatUIWin32.cs: Get Caption and FrameBorderSize from system.
20845
20846 2005-05-30  Jackson Harper  <jackson@ximian.com>
20847
20848         * DataFormat.cs: We can't statically initialize this stuff because
20849         it calls into the xplatui and could create a loop. So we lazy init
20850         it.
20851
20852 2005-05-28  Jackson Harper  <jackson@ximian.com>
20853
20854         * Control.cs: Proper implementation of Product(Name/Version).
20855
20856 2005-05-27  Jackson Harper  <jackson@ximian.com>
20857
20858         * DataObject.cs: Dont crash if no data is found.
20859
20860 2005-05-26  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
20861         * MdiClient.cs: Add missing Localizable attribute to BackgroundImage property
20862                 as per status page, guessing it should be set to true
20863
20864 2005-05-26  Jordi Mas i Hernandez <jordi@ximian.com>
20865
20866         * DataGridTextBoxColumn.cs: Draws text and basic text formatting
20867         * DataGridTableStyle.cs: set proper formatting text, def header text
20868         * ThemeWin32Classic.cs: new themable paramaters
20869         * DataGridBoolColumn.cs: paint check box, get data, fixes
20870         * DataGridDrawingLogic.cs: huge improvements in painting, fixes, new methods
20871         * DataGrid.cs: fixes properties, implements vertical and horizontal scrolling
20872         * DataGridColumnStyle.cs: fixes
20873         * Theme.cs: new themable paramaters
20874                 
20875 2005-05-26  Peter Bartok  <pbartok@novell.com>
20876
20877         * ContainerControl.cs: Pass AdjustFormScrollbars() call on to base
20878
20879 2005-05-24 Jonathan S. Chambers <jonathan.chambers@ansys.com>
20880         * Control.cs: Fixed LowOrder and HighOrder to preserve sign.
20881
20882 2005-05-24  Peter Bartok  <pbartok@novell.com>
20883
20884         * OpenFileDialog.cs, Form.cs, Menu.cs, GroupBox.cs, UserControl.cs,
20885           Label.cs, DataGridTextBoxColumn.cs, PropertyGrid.cs, ErrorProvider.cs
20886           Splitter.cs, Control.cs, FontDialog.cs, TabPage.cs,
20887           FolderBrowserDialog.cs, HelpProvider.cs, DataGridTableStyle.cs,
20888           NotifyIcon.cs, FileDialog.cs, ListView.cs, SaveFileDialog.cs,
20889           ToolBarButton.cs, ImageList.cs, DataGridBoolColumn.cs, Panel.cs,
20890           DataGrid.cs, DataGridTextBox.cs, ListBox.cs, TrackBar.cs,
20891           AxHost.cs, TabControl.cs, ScrollableControl.cs, ToolBar.cs,
20892           DataGridColumnStyle.cs, PictureBox.cs, DateTimePicker.cs,
20893           StatusBar.cs, MonthCalendar.cs, TreeView.cs: Added
20894           missing attributes, etc
20895         * DataGridPreferredColumnWidthTypeConverter.cs: Added
20896
20897 2005-05-24  Peter Bartok  <pbartok@novell.com>
20898
20899         * Help.cs: Added, implemented trivial functions, throws up MessageBox
20900           when user tries to get help
20901         * DataObject.cs, DataFormats.cs, LinkArea.cs,
20902           SelectionRangeConverter.cs, Clipboard.cs : Removed unused variables
20903           to suppress warnings
20904         * XplatUIWin32.cs, XplatUIOSX.cs, XplatUIX11.cs: Removed unused code to
20905           avoid unreachable code warning
20906
20907 2005-05-20  Peter Bartok  <pbartok@novell.com>
20908
20909         * CursorConverter.cs (ConvertTo): Switched to use Cursor.GetObjectData
20910
20911 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
20912
20913         * DataGridTextBoxColumn.cs: Basic painting methods
20914         * DataGridTableStyle.cs: Set table style in the column
20915         * ThemeWin32Classic.cs: Use Theme for colors
20916         * DataGridDrawingLogic.cs: Implement more drawing
20917         * DataGrid.cs: drawing, theming, enhacements, fixes
20918         * DataGridColumnStyle.cs: fixes, drawing
20919         * Theme.cs: theming for Datagrid
20920
20921 2005-05-20  Peter Bartok  <pbartok@novell.com>
20922
20923         * Cursor.cs: Implemented GetObjectData() method
20924
20925 2005-05-20  Peter Bartok  <pbartok@novell.com>
20926
20927         * Cursors.cs: Added setting of cursor name
20928         * Cursor.cs:
20929           - Implemented constructors
20930           - Implemented Draw and DrawStretched
20931           - Implemented Current property
20932           - Implemented == and != operators
20933           - Implemented Dispose()
20934           - Implemented ToString
20935           - Added missing attributes
20936         * XplatUIX11.cs:
20937           - Added missing reset for OverrideCursor when DoEvents is called
20938           - Fixed creation of cursor, logic was wrong
20939         * XplatUIWin32.cs:
20940           - Added missing reset for OverrideCursor when DoEvents is called
20941           - Fixed creation of cursor, bit arrays were swapped
20942         * Clipboard.cs: Removed obsolete MonoTODO attribute
20943
20944 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
20945
20946         * ComboBox.cs: fixes OnSelectedItemChanged
20947         * ControlBindingsCollection.cs: fixes item range check
20948
20949 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
20950
20951         * UpDownBase.cs:
20952                 - Calc preferred height properly
20953                 - Implement missing properties
20954                 
20955         * NumericUpDown.cs: Implement missing events
20956
20957 2005-05-19  Jackson Harper  <jackson@ximian.com>
20958
20959         * TabControl.cs: New method that resizes the tab pages before
20960         redrawing them. This as needed as the control is double buffered
20961         and sizing will not be recalculated unless ResizeTabPages is
20962         called.
20963         * TabPage.cs: Set base.Text instead of Text in the constructor so
20964         that UpdateOwner does not get called. Use the new Redraw method of
20965         TabControl instead of Refresh so the sizing is recalculated.
20966         * ThemeWin32Classic.cs: Draw the text for button tabs.
20967
20968 2005-05-19  Jackson Harper  <jackson@ximian.com>
20969
20970         * Control.cs: Paint control background images. Fix typo where
20971         PaintControlBackground was not getting called correctly.
20972
20973 2005-05-19  Peter Bartok  <pbartok@novell.com>
20974
20975         * ScrollableControl.cs (DisplayRectangle): Undid my last change until
20976           I can investigate, apparently I broke FileDialog
20977
20978 2005-05-19  Marek Safar  <marek.safar@seznam.cz>
20979
20980         * AxHost.cs: Some simple properties.
20981         * Control.cs: window must be accessible after ctor.
20982         * Form.cs: Added TransparencyKey property.
20983         * TextBoxBase.cs: Implemented Clear. Text property can be null.
20984         * XplatUIWin32.cs: SetBorderStyle implemented.
20985
20986 2005-05-18  Peter Bartok  <pbartok@novell.com>
20987
20988         * DataObject.cs: Entries are not global but particular to the
20989           DataObject, now it behaves that way
20990         * XplatUIWin32.cs: Implemented Clipboard methods
20991         * Clipboard.cs: Implemented
20992         * ScrollableControl.cs (DisplayRectangle): Fixed calculation
20993         * XplatUIOSX.cs: Updated to final clipboard prototypes
20994         * XplatUIX11.cs: Implemented Clipboard methods
20995         * XplatUIDriver.cs: Updated to final clipboard prototypes
20996         * XplatUIStructs.cs:
20997           - Added BITMAPINFOHEADER struct
20998           - Added ClipboardFormats enum
20999         * X11Structs.cs:
21000           - Added ClipboardStruct
21001           - Added Atom enum items for clipboard types
21002           - Fixed atom types for Selection event structures
21003         * DataFormats.cs:
21004           - Added internal properties and methods for drivers to enumerate
21005             all known formats
21006           - Switched initialization method to allow drivers to assign their
21007             own IDs even for the MS predefined clipboard IDs
21008         * XplatUI.cs: Updated to final clipboard interface
21009
21010 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
21011         * PropertyGridView.cs: Fixed compiler warnings.
21012
21013 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
21014         * PropertyGrid.cs: Added some event calls
21015         * PropertyGridView.cs: Change drawing code to use double buffering
21016         * PropertyGridTextBox.cs: Changed Text property name
21017         * GridItem.cs: Added Bounds property.
21018         * GridEntry.cs: Added Bounds property.
21019
21020 2005-05-17  Lluis Sanchez Gual  <lluis@novell.com>
21021
21022         * Binding.cs: Use IsInstanceOfType instead of IsAssignableFrom
21023         since GetType() may not return the correct type if the object is
21024         a remoting proxy.
21025
21026 2005-05-17  Jordi Mas i Hernandez <jordi@ximian.com>
21027
21028         * TreeNodeCollection.cs: fixes get/set item ranges
21029         
21030 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
21031
21032         * ListBox.cs: Kazuki Oikawa's PreferredHeight and ItemHeight fixes
21033                 
21034 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
21035
21036         * ComboBox.cs: Fix item range comparation
21037         * ListView.cs: Fix item range comparation
21038
21039 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
21040
21041         * FontDialog.cs:
21042           - Clear example panel when OnPaint is called
21043           - Better solution for displaying the example panel text
21044           - Select default indexes in the ListBoxes
21045
21046 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
21047
21048         * XplatUIOSX.cs: Avoid painting into invisible views.  Fixes #74926
21049
21050 2005-05-11  Peter Bartok  <pbartok@novell.com>
21051
21052         * LinkArea.cs: Added and implemented LinkAreaTypeConverter class
21053         * SelectionRangeConverter.cs: Implemented
21054         * PropertyGrid.cs: Fixed attribute value
21055         * Control.cs:
21056           - Invoke(): Don't call Begin/EndInvoke if it is not neccessary
21057           - Added Sebastien Pouliot's CAS Stack Propagation fixes
21058         * XplatUIDriver.cs: Added new XplatUIDriverSupport class, for code
21059           that's common to all drivers. First methods to go there are
21060           Sebastien Pouliot's CAS Stack Propagation helper methods
21061         * XplatUIWin32.cs, XplatUIX11.cs, AsyncMethodData.cs: Fixes by
21062           Sebastien Pouliot for CAS Stack Propagation
21063
21064 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
21065
21066         * OSXStructs.cs:
21067           XplatUIOSX.cs: More cosmetic cleanup courtesy of Artyom Tyazhelov (Artyom.Tyazhelov@helmes.ee)
21068
21069 2005-05-12  Jordi Mas i Hernandez <jordi@ximian.com>
21070
21071         * DataGridTextBoxColumn.cs: fixed some members
21072         * GridColumnStylesCollection.cs: indexed column is case insensitive
21073         * DataGridTableStyle.cs: fixes
21074         * ThemeWin32Classic.cs: add new theme parameter
21075         * Theme.cs: add new theme parameter
21076         * DataGridDrawingLogic.cs: Datagrid's drawing logic
21077         * DataGrid.cs: fixes, new internal properties, etc.
21078         * DataGridColumnStyle.cs: allows to set grid value
21079         *
21080
21081 2005-05-10  Peter Bartok  <pbartok@novell.com>
21082
21083         * AccessibleObject.cs:
21084           - Removed MonoTODO attribute on help, method is correct
21085           - Fixed Bounds property
21086         * AxHost.cs: Moved MonoTODO
21087         * ButtonBase.cs: Now setting AccessibleObject properties
21088         * RadioButton.cs: Setting proper AccessibleObject role
21089         * CheckBox.cs: Setting proper AccessibleObject role
21090         * ControlBindingsCollection.cs: Added properties, methods and attributes
21091         * DataFormats.cs: Fixed awkward internal API, and changed to enable
21092           userdefined DataFormats.Format items as well
21093         * ListControl.cs: Removed data_member from the public eye
21094         * OpenFileDialog.cs:
21095           - Made class sealed
21096           - Added missing attributes
21097         * SaveFileDialog.cs: Added missing attributes
21098         * ImageListStreamer.cs: Fixed code that caused warnings
21099         * LinkLabel.cs: Removed unreachable code
21100         * TreeView.cs: Fixed code that caused warnings
21101         * PropertyGridView.cs: Fixed code that caused warnings
21102         * GridColumnStylesCollection.cs: Added missing attributes
21103         * GridTableStylesCollection: Added missing attribute
21104         * PropertyManager: Added .ctor
21105         * SecurityIDType: Added
21106         * DataObject.cs: Implemented class
21107         * LinkArea.cs: Added missing attribute
21108
21109 2005-05-11  Jordi Mas i Hernandez <jordi@ximian.com>
21110
21111         * RadioButton.cs: call base method to allow to fire OnClick event
21112         * UpDownBase.cs: OnMouseUp call base method
21113         * CheckedListBox.cs: call base method before returning
21114         * TrackBar.cs: call base method before returning
21115         
21116
21117 2005-05-10  Peter Bartok  <pbartok@novell.com>
21118
21119         * XplatUIX11.cs: Fix for #74902, check pending timers when peeking
21120           for messages
21121
21122 2005-05-10  Peter Bartok  <pbartok@novell.com>
21123
21124         * DataFormats.cs: Implemented
21125         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs,
21126           XplatUIX11.cs: Added Clipboard APIs
21127         * XplatUIWin32.cs: Implemented Clipboard APIs
21128         * FolderBrowserDialog.cs: Added missing event, attributes
21129
21130 2005-05-10  Jordi Mas i Hernandez <jordi@ximian.com>
21131
21132         * CheckBox.cs: call base method to allow to fire OnClick event
21133
21134 2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>
21135
21136         * XplatUI.cs: Use PlatformID.Unix under NET_2_0.
21137
21138 2005-05-06  Peter Bartok  <pbartok@novell.com>
21139
21140         * XplatUIX11.cs: Redid Jackson's fix, it was causing a busy loop
21141         * Screen.cs: Implemented
21142         * HelpNavigator.cs: Added
21143         * XplatUIWin32.cs: Added SystemParametersInfo call, fixed WorkArea
21144           property
21145         * HelpProvider.cs: Implemented all we can do until we have a CHM
21146           help library (which means that "What's This" does work now)
21147
21148 2005-05-06  Jackson Harper  <jackson@ximian.com>
21149
21150         * XplatUIX11.cs: Fix waking up the main loop.
21151                 
21152 2005-05-05  Peter Bartok  <pbartok@novell.com>
21153
21154         * XplatUI.cs: Updated revision
21155         * Form.cs: Removed enless loop
21156         * GroupBox.cs (OnPaint): Added call to base.OnPaint()
21157         * Label.cs (OnPaint): Added call to base.OnPaint()
21158         * ToolTip.cs: Made ToolTipWindow reusable for other controls
21159         * LinkLabel.cs (OnPaint): Added call to base.OnPaint()
21160         * UpDownBase.cs (OnPaint): Moved base.OnPaint() call to end of method
21161         * AxHost.cs: Added
21162         * ButtonBase.cs: Moved base.OnPaint() call to end of method
21163         * ThemeWin32Classic.cs: Replaced references to ToolTip with references
21164           to ToolTip.ToolTipWindow for drawing and size methods; this allows
21165           reuse of ToolTipWindow by other controls
21166         * SizeGrip.cs: Moved base.OnPaint() call to end of method
21167         * XplatUIX11.cs: Now clipping drawing area (experimental)
21168         * PictureBox.cs: Moved base.OnPaint() call to end of method
21169         * Theme.cs: Fixed ToolTip abstracts to match new format
21170         * ErrorProvider.cs: Implemented
21171
21172 2005-05-05  Jordi Mas i Hernandez <jordi@ximian.com>
21173
21174         * Label.cs: fire events using OnAutoSizeChanged and OnTextAlignChanged
21175         * LinkLabel.cs:
21176                 - Adds cursors
21177                 - Handles focus
21178                 - Implements LinkBehavior
21179                 - Fixes many issues
21180
21181 2005-05-03  Jackson Harper  <jackson@ximian.com>
21182
21183         * ListView.cs: Calculate the scrollbar positioning on resize and
21184         paint, so they get put in the correct place.
21185
21186 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
21187
21188         * ColorDialogs.cs: The small color panels are now handled by
21189           SmallColorControl. This fixes drawing of the focus rectangle
21190           and adds a 3D border.
21191
21192 2005-05-03  Peter Bartok  <pbartok@novell.com>
21193
21194         * Control.cs: Modified version of Jonathan Chamber's fix for
21195           double-buffering
21196
21197 2005-05-03  Jackson Harper  <jackson@ximian.com>
21198
21199         * ListView.cs: Remove redraw variable. Control now handles whether
21200         or not a redraw needs to be done, and will only raise the paint
21201         event if redrawing is needed.
21202
21203 2005-05-03  Jackson Harper  <jackson@ximian.com>
21204
21205         * Splitter.cs: No decorations for the splitter form. Cache the
21206         hatch brush.
21207
21208 2005-05-03  Jackson Harper  <jackson@ximian.com>
21209
21210         * TreeView.cs: Use dashed lines to connect nodes. Use the
21211         ControlPaint method for drawing the focus rect instead of doing
21212         that in treeview.
21213
21214 2005-05-02  Peter Bartok  <pbartok@novell.com>
21215
21216         * LinkLabel.cs: Fixed the fixes from r43566 and 43521
21217
21218 2005-04-29  Jackson Harper  <jackson@ximian.com>
21219
21220         * ThemeWin32Classic.cs: Don't clear the GC that will clear the
21221         entire image buffer. Just clear the clipping rectangle.
21222
21223 2005-04-29  Jackson Harper  <jackson@ximian.com>
21224
21225         * ThemeWin32Classic.cs: Don't draw list view items that are
21226         outside the clipping rectangle.
21227
21228 2005-04-29  Jordi Mas i Hernandez <jordi@ximian.com>
21229
21230         * ListBox.cs: added horizontal item scroll
21231
21232 2005-04-29  Jackson Harper  <jackson@ximian.com>
21233
21234         * ThemeWin32Classic.cs: Remove some old debug code that was
21235         causing flicker with the new double buffering code.
21236
21237 2005-04-29  John BouAntoun  <jba-mono@optusnet.com.au>
21238
21239         * MonthCalendar.cs, DateTimePicker.cs: Made monthcalendar dropdwon
21240         behave like combobox and comboboxlist (still not sure if this is
21241         correct though).
21242
21243 2005-04-28  Jackson Harper  <jackson@ximian.com>
21244
21245         * ThemeWin32Classic.cs: Don't fill the middle of progress
21246         bars. This fills areas outside of the clip bounds that don't need
21247         to be filled.
21248
21249 2005-04-28  Jackson Harper  <jackson@ximian.com>
21250
21251         * Control.cs: Don't expose functionality to touch the image buffers.
21252         * ProgressBar.cs:
21253         * ListView.cs: We do not need to (and no longer can) manipulate
21254         the image buffers directly. All of this is handled by Control.
21255
21256 2005-04-28  Peter Bartok  <pbartok@novell.com>
21257
21258         * RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
21259           RichTextBoxScrollBars.cs, RichTextBoxStreamType.cs,
21260           RichTextBoxFinds.cs, RichTextBoxWordPunctuations.cs: Added
21261
21262 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
21263
21264         * Combobox:
21265                 - Adjust control's height for non-simple comboboxes (bug fix)
21266                 - Remove dead code
21267         * MenuAPI.cs: remove unused var
21268         * ScrollBar.cs: remove unsed var
21269                  
21270         * ListBox.cs: unselect items when clearing
21271
21272 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
21273
21274         * ListControl.cs: honors OnPositionChanged and default Selected Item
21275         * ListBox.cs: unselect items when clearing
21276
21277 2005-04-27  Jackson Harper  <jackson@ximian.com>
21278
21279         * X11Keyboard.cs: Initialize a default keyboard and give a warning
21280         if a "correct" keyboard is not found. This will make us not crash,
21281         but might give some users bad keyboard layouts...seems to be the
21282         same thing rewind does.
21283
21284 2005-04-27  Jackson Harper  <jackson@ximian.com>
21285
21286         * BindingManagerBase.cs: Attach the current/position changed
21287         handlers to their respective events.
21288
21289 2005-04-27  Jackson Harper  <jackson@ximian.com>
21290
21291         * Control.cs: Make sure that the first WM_PAINT does a full draw,
21292         not just a blit.
21293         * ThemeWin32Classic.cs: Don't fill the background for picture
21294         boxes. This could overright user drawing.
21295         * ComboBox.cs: Just fill the clipping rect not the entire client
21296         rect when drawing the background. This prevents pieces of the
21297         image buffer from getting overwritten and is theoretically faster.
21298
21299 2005-04-26  Jordi Mas i Hernandez <jordi@ximian.com>
21300
21301         * ComboBox.cs: Databinding support fixes, fire missing events
21302         * ListControl.cs: implement missing methods and properties, fixes
21303         * ThemeWin32Classic.cs: Databiding support on Drawing
21304         * CheckedListBox.cs: Databinding support fixes, fire missing events
21305         * ListBox.cs: Databinding support fixes, fire missing events
21306         
21307 2005-04-25  Peter Bartok  <pbartok@novell.com>
21308
21309         * LinkLabel.cs: Length of LinkArea is not allowed to be negative
21310
21311 2005-04-25  Jackson Harper  <jackson@ximian.com>
21312
21313         * TreeView.cs: Use the horizontal scrollbars height not width when
21314         determining how much of the client area is available.
21315
21316 2005-04-25  Jackson Harper  <jackson@ximian.com>
21317
21318         * Control.cs: Double buffering is handled differently now. As per
21319         the spec, the extra buffer is created in the WM_PAINT message and
21320         passed down to the control's drawing code.
21321         * GroupBox.cs:
21322         * Label.cs:
21323         * CheckBox.cs:
21324         * ProgressBar.cs:
21325         * RadioButton.cs:
21326         * ColorDialog.cs:
21327         * ComboBox.cs:
21328         * PropertyGridView.cs:
21329         * UpDownBase.cs:
21330         * MessageBox.cs:
21331         * MenuAPI.cs:
21332         * ListView.cs:
21333         * ButtonBase.cs:
21334         * SizeGrip.cs:
21335         * ScrollBar.cs:
21336         * ListBox.cs:
21337         * TrackBar.cs:
21338         * ToolBar.cs:
21339         * PictureBox.cs:
21340         * DateTimePicker.cs:
21341         * StatusBar.cs:
21342         * TreeView.cs: Update to new double buffering system.
21343         * MonthCalendar.cs: Uncomment block, as Capture is now
21344         working. Update to new double buffering
21345         * LinkLabel.cs: Lazy init the link collection. Update to new double buffering
21346         * PaintEventArgs.cs: New internal method allows us to set the
21347         graphics object. This is used for double buffering.
21348         * ThemeWin32Classic.cs: Give the picture box drawing code a clip
21349         rectangle. The internal paint_area var has been removed from
21350         StatusBar. The clipping rect should be used instead.
21351         * Theme.cs: Give the PictureBox drawing method a clipping rect.
21352         * TabPage.cs: The RefreshTabs method was removed, so just call the
21353         tab controls Refresh method now.
21354         * TabControl.cs: Update to new double buffering. Make sure the
21355         handle is created before sizing the tab pages, otherwise we will
21356         get stuck in a loop.
21357
21358 2005-04-24  Borja Sanchez Zamorano <borsanza@gmail.com>
21359
21360         * LinkLabel.cs: Fix typo, bug #74719; patch
21361           from Borja Sanchez Zamorano
21362
21363 2005-04-22  Jackson Harper  <jackson@ximian.com>
21364
21365         * TreeNode.cs: Implement Handle stuff.
21366         * TreeView.cs: Utility methods so nodes can get/lookup by handle.
21367
21368 2005-04-22  Jordi Mas i Hernandez <jordi@ximian.com>
21369
21370         * DataGridTextBoxColumn.cs: call base constructors, fixes
21371         * GridColumnStylesCollection.cs: missing events, methods, and functionality
21372         * GridTableStylesCollection.cs: fixes, check duplicate mapping names
21373         * DataGridTableStyle.cs: implements create default column styles
21374         * DataGridBoolColumn.cs: which types can handle
21375         * DataGrid.cs: missing methods, fixes, new functionality
21376         * DataGridColumnStyle.cs: fixes
21377
21378 2005-04-20  Alexander Olk  <xenomorph2@onlinehome.de>
21379         * FolderBrowserDialog.cs:
21380         - Use a thread to fill the TreeView
21381         - Adjusted some sizes
21382
21383 2005-04-19  Peter Bartok  <pbartok@novell.com>
21384
21385         * LinkLabel.cs: (Re-)create the pieces when setting the Text
21386           property. Fixes #74360.
21387
21388 2005-04-19  Jackson Harper  <jackson@ximian.com>
21389
21390         * XEventQueue.cs: Lock when getting the lockqueue size.
21391         * PictureBox.cs: Call base OnPaint
21392         
21393 2005-04-19  Peter Bartok  <pbartok@novell.com>
21394
21395         * XplatUIX11.cs: Fixed bug introduced with the HWND rewrite, Async
21396           messages were no longer being processed (this broke BeginInvoke)
21397
21398           
21399 2005-04-18  Jackson Harper  <jackson@ximian.com>
21400
21401         * TreeView.cs: buglet that caused node images to get drawn
21402         regardless of whether or not they were in the clipping rectangle.
21403
21404 2005-04-18  Jackson Harper  <jackson@ximian.com>
21405
21406         * CurrencyManager.cs: There are four rules for GetItemProperties:
21407         - If the type is an array use the element type of the array
21408         - If the type is a typed list, use the type
21409         - If the list contains an Item property that is not an object, use
21410         that property
21411         - use the first element of the list if there are any elements in
21412         the list.
21413         
21414 2005-04-17  Jackson Harper  <jackson@ximian.oom>
21415
21416         * TreeView.cs: Calculate plus minus and checkbox bounds when there is a
21417         click. This handles offsets for scrolling properly and reduces
21418         memory. Also fixed GetNode to not offset now that TopNode works
21419         properly.
21420         * TreeNode.cs: No longer need to track the plus minus or checkbox bounds.
21421         
21422 2005-04-17  Jackson Harper  <jackson@ximian.com>
21423
21424         * CursorConverter.cs: Initial implementation.
21425
21426 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
21427
21428         * ListControl.cs: work towards complex data binding support on ListControl
21429         * CurrencyManager.cs: work towards complex data binding support on ListControl
21430         * ListBox.cs: work towards complex data binding support on ListControl
21431
21432
21433 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
21434
21435         * GridTableStylesCollection.cs: fixes name and constructor
21436         * DataGridTableStyle.cs: fixes
21437         * DataGridBoolColumn.cs: fixes names and constructors
21438         * DataGrid.cs: define methods and properties. Some init implementations
21439         * DataGridCell.cs: define methods and properties. Some init implementations
21440         * GridTablesFactory.cs: Define methods and properties
21441
21442 2005-04-15  Geoff Norton  <gnorton@customerdna.com>
21443
21444         * XplatUIOSX.cs:  Handle proper mouse tracking even if the current
21445         graphics port changes.  We still want the coordinates in global screen
21446         coordinates.
21447
21448 2005-04-14  Jackson Harper  <jackson@ximian.com>
21449
21450         * TreeView.cs: Handle clicks when plus minus is disabled. Don't
21451         check plus minus or checkbox clicks unless those features are enabled.
21452
21453 2005-04-14  Jackson Harper  <jackson@ximian.com>
21454
21455         * TreeView.cs: Add methods for setting the top and bottom visible
21456         nodes. TreeNode::EnsureVisible uses these methods.
21457         * TreeNode.cs: Implement EnsureVisible
21458
21459 2005-04-13  Jordi Mas i Hernandez <jordi@ximian.com>
21460
21461         * Form.cs: Pospone menu assignation if the window has not been created yet
21462         * XplatUIWin32.cs: Fixes Win32SetWindowPos, then does not change window
21463         size and position
21464
21465 2005-04-12  Jackson Harper  <jackson@ximian.com>
21466
21467         * TreeView.cs: Set the TopNode properly when scrolling
21468         occurs. This has the added benifit of reducing the amount of
21469         walking that needs to be done when drawing. Also removed an old
21470         misleading TODO.
21471         * OpenTreeNodeEnumerator.cs: Fix moving backwards.
21472         
21473 2005-04-11  Jordi Mas i Hernandez <jordi@ximian.com>
21474
21475         * Timer.cs: fixes interval setting when the timer is already enabled
21476         
21477 2005-04-10  Alexander Olk  <xenomorph2@onlinehome.de>
21478
21479         * FolderBrowserDialog.cs: First approach
21480
21481 2005-04-09  Peter Bartok  <pbartok@novell.com>
21482
21483         * FolderBrowserDialog: Added
21484
21485 2005-04-07  Jordi Mas i Hernandez <jordi@ximian.com>
21486
21487         * LinkLabel.cs: move drawing code into the theme
21488         * ThemeWin32Classic.cs: drawing code and painting background bugfix
21489         * Theme.cs: define DrawLinkLabel method
21490
21491 2005-04-05  Jackson Harper  <jackson@ximian.com>
21492
21493         * BindingContext.cs: Use weak references so these bad actors don't
21494         stay alive longer then they need to.
21495
21496 2005-04-05  Jackson Harper  <jackson@ximian.com>
21497
21498         * ListControl.cs: Basic implementation of complex databinding.
21499         * ComboBox.cs:
21500         * ListBox.cs: Add calls to ListControl databinding methods.
21501
21502 2005-04-05  Alexander Olk  <xenomorph2@onlinehome.de>
21503
21504         * FileDialog.cs:
21505           - Don't change PopupButtonState to Normal when the
21506             PopupButton gets pressed several times.
21507           - Renamed ButtonPanel to PopupButtonPanel
21508
21509 2005-04-05  Jordi Mas i Hernandez <jordi@ximian.com>
21510
21511         * ColorDialog.cs: Use cached objects instead of creating them
21512         * LinkLabel.cs: Use cached objects instead of creating them
21513         * Splitter.cs: Use cached objects instead of creating them
21514         * FontDialog.cs: Use cached objects instead of creating them
21515         * PropertyGridView.cs: Use cached objects instead of creating them
21516         * MessageBox.cs: Use cached objects instead of creating them
21517         * FileDialog.cs: Use cached objects instead of creating them
21518         * ThemeWin32Classic.cs: Use cached objects instead of creating them
21519         * TreeView.cs: Use cached objects instead of creating them
21520         
21521 2005-04-04  Jordi Mas i Hernandez <jordi@ximian.com>
21522
21523         * Control.cs: use Equals to compare the font since no == op
21524         * ScrollBar.cs: use Equals to compare the font since no == op
21525
21526 2005-04-04  Alexander Olk  <xenomorph2@onlinehome.de>
21527
21528         * SaveFileDialog.cs: Open stream in OpenFile with FileMode Create
21529
21530 2005-04-01  Jackson Harper  <jackson@ximian.com>
21531
21532         * Binding.cs: Implement IsBinding.
21533         * BindingManagerBase.cs:
21534         * PropertyManager.cs:
21535         * CurrencyManager.cs: Add IsSuspended property.
21536
21537 2005-04-01  Jackson Harper  <jackson@ximian.com>
21538
21539         * Binding.cs: Had some IsAssignableFrom calls backwards.
21540
21541 2005-04-01  Jackson Harper  <jackson@ximian.com>
21542
21543         * Binding.cs: Handle null data members when pulling data.
21544         * PropertyManager.cs: Handle the data member being a property that
21545         does not exist.
21546
21547 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
21548
21549         * DataGridTextBoxColumn.cs: fixes signature
21550         * DataGrid.cs: calls right constructor
21551
21552 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
21553
21554         * DataGridTextBoxColumn.cs: implements DataGridTextBoxColumn class
21555         * GridColumnStylesCollection.cs: implements GridColumnStylesCollection
21556         * GridTableStylesCollection.cs: implements GridTableStylesCollection
21557         * DataGridTableStyle.cs: implements DataGridTableStyle
21558         * DataGridBoolColumn.cs: implements DataGridBoolColumn
21559         * DataGridTextBox.cs: implements DataGridTextBox
21560         * DataGridColumnStyle.cs: implements DataGridColumnStyle
21561
21562 2005-03-31  Alexander Olk  <xenomorph2@onlinehome.de>
21563
21564         * FileDialog.cs: Added simple PopupButton class for ButtonPanel
21565
21566 2005-03-29  Peter Bartok  <pbartok@novell.com>
21567
21568         * Application.cs:
21569           - Properly implemented CompanyName property
21570           - Fixed LocalUserAppDataPath and UserAppDataPath, now properly
21571             returns a path that includes CompanyName, ProductName and
21572             Version (fixes bug #70330)
21573
21574 2005-03-29  Stefan Buehler  <sbuehler@gmx.ch>
21575
21576         * TabPage.cs: Don't use Owner.DisplayRectangle unless owner is valid,
21577           fixes bug #72588.
21578
21579 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
21580
21581         * FileDialog.cs, SaveFileDialog.cs OpenFileDialog.cs:
21582         
21583           - Added ReadOnly CheckBox
21584           - Further refactoring: moved some code from Open-/SaveFileDialog
21585             to FileDialog
21586
21587 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
21588
21589         * OpenFileDialog.cs: Fixed CheckFileExists
21590         * FileDialog.cs:
21591           Moved FileView and DirComboBox outside FileDialog class.
21592           They can now be used outside FileDialog
21593
21594 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
21595
21596         * FileDialog.cs: Added a contextmenu to change ShowHiddenFiles
21597         * SaveDialog.cs, OpenFileDialog.cs: Fixes for Reset() method
21598
21599 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
21600
21601         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
21602           - Added missing CreatePrompt property in SaveDialog
21603           - Overall SaveDialog handling should be better now
21604           - Added non standard ShowHiddenFiles property
21605           - Added extension, CreatePrompt and OverwritePrompt support in SaveDialog
21606           - Added InitialDirectory and RestoreDirectory support
21607
21608 2005-03-26  Alexander Olk  <xenomorph2@onlinehome.de>
21609
21610         * FileDialog.cs: Made dirComboBox usable
21611
21612 2005-03-24  Alexander Olk  <xenomorph2@onlinehome.de>
21613
21614         * FileDialog.cs: Added Filter support (case sensitiv)
21615
21616 2005-03-24  Jackson Harper  <jackson@ximian.com>
21617
21618         * TabControl.cs: Need a couple more pixels for the lines.
21619
21620 2005-03-23  Jackson Harper  <jackson@ximian.com>
21621
21622         * TabControl.cs: Give the tab page focus when it is selected.
21623
21624 2005-03-23  Jackson Harper  <jackson@ximian.com>
21625
21626         * TabControl.cs: Account for the drawing of tabs borders when
21627         invalidating. If the slider was clicked dont do click detection on
21628         the tabs.
21629
21630 2005-03-23  Jackson Harper  <jackson@ximian.com>
21631
21632         * TabControl.cs: Fix typo, emilinates an unneeded expose event.
21633
21634 2005-03-22  Jonathan Chambers  <jonathan.chambers@ansys.com>
21635
21636         * CategoryGridEntry.cs: Added
21637         * GridItem.cs: Added helper properties
21638         * PropertyGridTextBox.cs: Custom textbox control for PropertyGrid.
21639         * GridEntry.cs: Updated code for collection
21640         * PropertyGrid.cs: Cleaned up some formatting
21641         * PropertyGridView.cs: Added drop down functionality for enums.
21642         * GridItemCollection.cs: Added enumerator logic
21643         * PropertyGridEntry.cs: Added
21644
21645 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
21646
21647         * FileDialog.cs:
21648           - Removed unnecessary commented code
21649           - Fixed handling for entering the filename manually in the combobox
21650
21651 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
21652
21653         * FileDialog.cs, OpenFileDialog.cs: OpenFileDialog Multiselect now works
21654
21655 2005-03-18  Peter Bartok  <pbartok@novell.com>
21656
21657         * ThemeWin32Classic.cs: Moved listview column headers a bit, to avoid
21658           them being touching the border
21659
21660 2005-03-18  Peter Bartok  <pbartok@novell.com>
21661
21662         * TextControl.cs: Quick hack to center text better
21663
21664 2005-03-18  Peter Bartok  <pbartok@novell.com>
21665
21666         * ControlPaint.cs:
21667           - Don't throw NotImplemented exceptions, just print a notice once
21668             instead (requested by Miguel). This makes running existing SWF
21669             apps a bit easier
21670         * Control.cs:
21671           - Commented out Drag'N'Drop XplatUI call (no driver support yet)
21672           - Added context menu trigger on right click
21673         * Panel.cs: Trigger invalidate on resize
21674         * StatusBar.cs:
21675           - Removed old double-buffer drawing
21676           - Added ResizeRedraw style to force proper update of statusbar
21677         * ListView.cs:
21678           - Removed debug output
21679         * ThemeWin32Classic.cs:
21680           - Fixed drawing of status bar, now draws Text property if there
21681             are no defined panels
21682
21683 2005-03-18  Jackson Harper  <jackson@ximian.com>
21684
21685         * ImageList.cs: When the image stream is set pull all the images
21686         from it.
21687         * ImageListStreamer.cs: Implement reading image list streams.
21688
21689 2005-03-18  Peter Bartok  <pbartok@novell.com>
21690
21691         * ThemeWin32Classic.cs (DrawPictureBox):
21692           - Fixed calculations for centered drawing
21693           - Fixed drawing for normal mode, not scaling the image on normal
21694
21695 2005-03-18  Peter Bartok  <pbartok@novell.com>
21696
21697         * ComboBox.cs: Now also firing the OnKeyPress events for the embedded
21698           textbox
21699         * FileDialog.cs:
21700           - Made Open/Save button the accept button for FileDialog
21701           - Tied the cancel button to the IButtonControl cancel button
21702           - Save/Open now properly builds the pathname
21703           - Now handles user-entered text
21704           - Preventing crash on right-click if no item is selected
21705           - Fixed Text property, now uses contents of textbox
21706           - Fixed SelectedText property, now just returns the text part that
21707             is selected in the text box
21708
21709 2005-03-18  Jackson Harper  <jackson@ximian.com>
21710
21711         * ThemeWin32Classic.cs: Use the proper func for drawing the focus
21712         rect, make sure to de-adjust the interior rect after drawing the
21713         tab text.
21714
21715 2005-03-18  Peter Bartok  <pbartok@novell.com>
21716
21717         * MenuAPI.cs: Remove menu *before* executing selected action to
21718           prevent the menu from 'hanging around'
21719           
21720 2005-03-17  Geoff Norton  <gnorton@customerdna.com>
21721
21722         * XplatUIOSX.cs: Implemented WorkingArea property
21723
21724 2005-03-17  Peter Bartok  <pbartok@novell.com>
21725
21726         * XplatUIX11.cs: Fixed menu coord calculations
21727         * MenuAPI.cs: Now using new ScreenToMenu()/MenuToScreen() methods
21728           for calculating offsets
21729
21730 2005-03-17  Peter Bartok  <pbartok@novell.com>
21731
21732         * Hwnd.cs: Do not consider menu presence for default client
21733           rectangle location/size
21734         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs,
21735           XplatUIWin32.cs: Added MenuToScreen() and ScreenToMenu() coord
21736           translation functions
21737         * FileDialog.cs: Fixed (what I presume is a) typo
21738
21739 2005-03-17  Jonathan Gilbert  <logic@deltaq.org>
21740
21741         * XplatUIX11.cs: Added call to XInitThreads() to allow multi-threaded
21742           X access (avoids X-Async errors)
21743
21744 2005-03-16  Jackson Harper  <jackson@ximian.com>
21745
21746         * TabControl.cs: Raise the SelectedIndexChanged event.
21747
21748 2005-03-16  Alexander Olk  <xenomorph2@onlinehome.de>
21749
21750         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
21751           - Removed vertical ToolBar and replaced it with a custom panel
21752             (desktop and home button already work)
21753           - Added Help button (some controls get resized or relocated then)
21754           - Draw correct text depending on Open or Save.
21755           - Fixed some typos...
21756
21757 2005-03-16  Jordi Mas i Hernandez <jordi@ximian.com>
21758
21759         * ScrollBar.cs:
21760           - Only change Maximum and Minimum when need it (bug fix)
21761
21762 2005-03-15  Peter Bartok  <pbartok@novell.com>
21763
21764         * Form.cs: Use Handle for icon, to trigger creation if
21765           the window does not yet exist
21766         * Control.cs:
21767           - CanSelect: Slight performance improvement
21768           - Focus(): Preventing possible recursion
21769           - Invalidate(): Removed ControlStyle based clear flag setting
21770           - WM_PAINT: fixed logic for calling OnPaintBackground
21771           - WM_ERASEBKGND: Fixed logic, added call to new driver method
21772             EraseWindowBackground if the control doesn't paint background
21773         * XplatUIWin32.cs:
21774           - Moved EraseWindowBackground() method to internal methods
21775           - Removed unused WM_ERASEBKGND handling in GetMessage; msg never comes;
21776             is sent via SendMessage on BeginPaint call on Win32
21777         * XplatUIX11.cs:
21778           - Added EraseWindowBackground() method
21779           - No longer sends WM_ERASEBKGND on .Expose, but on call to
21780             PaintEventStart, which more closely matches Win32 behaviour
21781           - Fixed Invalidate() call, now updates new ErasePending Hwnd property
21782           - Fixed SetFocus() to properly deal with client and whole windows
21783         * Hwnd.cs: Added ErasePending property
21784         * XplatUIOSX.cs: Stubbed EraseWindowBackground() method
21785         * XplatUI.cs, XplatUIDriver.cs: Added EraseWindowBackground() method
21786
21787 2005-03-12  Geoff Norton  <gnorton@customerdna.com>
21788
21789         * XplatUIOSX.cs:
21790           - Fix hard loop when timers exist.
21791           - Fix bugs with middle and right click for 3 button mice.
21792
21793 2005-03-11  Peter Bartok  <pbartok@novell.com>
21794
21795         * XplatUIX11.cs:
21796           - get_WorkingArea: Need to call X directly, GetWindowPos only
21797             returns cached data now
21798           - Added sanity check to GetWindowPos hwnd usage
21799
21800 2005-03-11  Jackson Harper  <jackson@ximian.com>
21801
21802         * BindingManagerBase.cs: This method isn't used anymore as
21803         PullData now updates the data in the control.
21804
21805 2005-03-11  Jordi Mas i Hernandez <jordi@ximian.com>
21806
21807         * Form.cs: fixes menu drawing on X11
21808         * MenuAPI.cs:  fixes menu drawing on X11
21809
21810 2005-03-11  Peter Bartok  <pbartok@novell.com>
21811
21812         * Control.cs: Changed OnCreateControl behaviour based on a suggestion
21813           from Jonathan Gilbert; should fix bug #73606
21814         * XplatUIX11.cs: Fixed NC Mouse message coordinates, they need to be
21815           in Screen coordinates. Thanks, Jordi.
21816         * Form.cs: Added missing attribute
21817
21818 2005-03-11  Peter Bartok  <pbartok@novell.com>
21819
21820         * Form.cs:
21821           - Rudimentary Mdi support
21822           - Removed outdated FormParent code
21823           - Implemented lots of missing properties and methods, still missing
21824             transparency support
21825           - Added missing attributes
21826           - Implemented support for MaximumBounds
21827           - Added firing of various events
21828         * XplatUI.cs: Added SetIcon() method
21829         * XplatUIDriver.cs: Added SetIcon() abstract
21830         * XplatUIOSX.cs: Stubbed out SetIcon() method
21831         * XplatUIX11.cs:
21832           - Implemented SetIcon() support
21833           - Moved SetMenu() and SetBorderStyle() to proper alphabetical pos
21834           - Switched to unix line endings
21835         * XplatUIWin32.cs:
21836           - Made POINT internal so for can access it as part of MINMAX
21837           - Implemented SetIcon() support
21838           - Implemented support for CLIENTCREATESTRUCT (but might have to drop
21839             native Mdi support again, might have to go managed)
21840         * Control.cs: Now fires the StyleChanged event
21841         * MdiClient.cs: Added; still mostly empty
21842
21843 2005-03-10  Peter Bartok  <pbartok@novell.com>
21844
21845         * SaveFileDialog.cs: Added emtpy file
21846
21847 2005-03-08  Peter Bartok  <pbartok@novell.com>
21848
21849         * Control.cs: Fixed bug #73190; now invokes CreateControl (which
21850           in turn triggers OnCreateContro) when creating a handle for the
21851           first time.
21852         * TextControl.cs: Fixed endless loop in certain cases when
21853           replacing the current selection
21854
21855 2005-03-08  Jordi Mas i Hernandez <jordi@ximian.com>
21856
21857         * ScrollBar.cs:
21858           - Honors NewValue changes in Scroll events allowing apps to change it
21859           - Adds First and Last Scroll events
21860           - Fixes Thumb events
21861
21862 2005-03-07  Peter Bartok  <pbartok@novell.com>
21863
21864         * Hwnd.cs: Added DefaultClientRectangle property
21865         * XplatUI.cs: Now using the X11 driver Where() method, which provides
21866           more detailed debug information
21867         * XplatUIX11.cs:
21868           - Fixed size-change feedback loop, where we would pull an old size
21869             off the queue and mistakenly change our window's size to an
21870             earlier value
21871           - Now compressing ConfigureNotify events, to reduce looping and
21872             redraw issues
21873         * TextBoxBase.cs: Preventing crash when no text is set and ToString()
21874           is called
21875
21876 2005-03-07  Jackson Harper  <jackson@ximian.com>
21877
21878         * Binding.cs: Push data pushes from data -> property. Check if the
21879         property is readonly when attempting to set it.
21880
21881 2005-03-07  Jackson Harper  <jackson@ximian.com>
21882
21883         * Binding.cs: Format and parse data correctly. Use ASsignableFrom
21884         instead of IsSubclassOf. Pulling data now sets the value on the
21885         control.
21886         * PropertyManager.cs:
21887         * CurrencyManager.cs: Just need to pull data when updating now,
21888         because PullData will set the value on the control.
21889
21890 2005-03-04  Jackson Harper  <jackson@ximian.com>
21891
21892         * Binding.cs: Implement data type parsing and converting on pulled
21893         data. TODO: Are there more ways the data can be converted?
21894
21895 2005-03-04  Jackson Harper  <jackson@ximian.com>
21896
21897         * Binding.cs: Support <Property>IsNull checks. Also bind to the
21898         controls Validating method so we can repull the data when the
21899         control loses focus.
21900
21901 2005-03-03  Jordi Mas i Hernandez <jordi@ximian.com>
21902
21903         * ColumnHeader.cs:
21904           - Fixes null string format
21905           
21906         * ListView.cs:
21907           - Adds enum type checks
21908           - Fixes redrawing and recalc need after changing some properties
21909           - Fixes on focus_item set after the event
21910           - Fixes adding columns after the control has been created
21911           
21912         * ThemeWin32Classic.cs:
21913           - Fixes CheckBox focus rectangle
21914           - Fixes ColumnHeader drawing
21915
21916
21917 2005-03-03  Jackson Harper  <jackson@ximian.com>
21918
21919         * Binding.cs: Bind to <Property>Changed events so we can detect
21920         when properties are changed and update the data.
21921
21922 2005-03-02  Jordi Mas i Hernandez <jordi@ximian.com>
21923
21924         * ImageList.cs:
21925           - Changes 32-bit pixel format to Format32bppArgb to allow transparency
21926           - Fixes ImageList constructor with ImageList container
21927           - Fixes image scaling (wrong parameters at DrawImage)
21928
21929 2005-02-02  Jackson Harper  <jackson@ximian.com>
21930
21931         * Binding.cs: Make property searches case-insensitive. Eliminate
21932         some duplicated code.
21933
21934 2005-03-01  Jordi Mas i Hernandez <jordi@ximian.com>
21935
21936         * ComboBox.cs:
21937                 - Handle focus event
21938                 - Fix scrollbar events
21939                 - Discard highlighted item if remove it
21940                 - Fixes SelectedItem with strings
21941
21942 2005-03-01  Peter Bartok  <pbartok@novell.com>
21943
21944         * Control.cs:
21945           - Fixed Visible property, now follows (once again) parent chain
21946             to return false if any control in the chain is visible=false
21947           - Fixed OnParentVisibleChanged, now just calls OnVisibleChanged event
21948           - Fixed several places where is_visible instead of Visible was used
21949           - Implemented FIXME related to focus selection when setting focused
21950             control to be invisible
21951
21952         * XplatUIWin32.cs: Now using proper method to find out if window is
21953           visible. Thanks to Jordi for pointing it out
21954
21955 2005-02-28  Jordi Mas i Hernandez <jordi@ximian.com>
21956
21957         * ComboBox.cs: show/hide scrollbar instead of creating it
21958
21959 2005-02-27  Jackson Harper  <jackson@ximian.com>
21960
21961         * CurrencyManager.cs: Add PositionChanged stuff.
21962
21963 2005-02-27  Peter Bartok  <pbartok@novell.com>
21964
21965         * XplatUI.cs, XplatUIDriver.cs: Added new GetMenuOrigin() method
21966         * XplatUIOSX.cs: Added GetMenuOrigin() stub
21967         * XplatUIWin32.cs: Implemented GetMenuOrigin()
21968         * XplatUIX11.cs:
21969           - Implemented GetMenuDC()
21970           - Implemented GetMenuOrigin()
21971           - Implemented ReleaseMenuDC()
21972           - Implemented generation of WM_NCPAINT message
21973           - Implemented generation and handling of WM_NCCALCSIZE message
21974         * Form.cs: Added debug helper message for Jordi's menu work
21975         * Hwnd.cs:
21976           - Modified ClientRect property; added setter, fixed getter to handle
21977             setting of ClientRect
21978           - Added MenuOrigin property
21979
21980 2005-02-26  Peter Bartok  <pbartok@novell.com>
21981
21982         * XplatUIX11.cs:
21983           - Destroys the caret if a window that's being destroyed contains it
21984           - Ignores expose events coming from the X11 queue for windows that
21985             already are destroyed
21986           - Now uses the proper variable for handling DestroyNotify, before we
21987             marked the wrong window as destroyed
21988           - Improved/added some debug output
21989
21990 2005-02-26  Peter Bartok  <pbartok@novell.com>
21991
21992         * X11Keyboard.cs: Fixes to work on 64bit systems
21993
21994 2005-02-26  Peter Bartok  <pbartok@novell.com>
21995
21996         * Control.cs:
21997           - Now calling OnHandleDestroyed from DestroyHandle()
21998             instead of Dispose()
21999           - Removed bogus call to controls.Remove() from DestroyHandle()
22000
22001 2005-02-26  Peter Bartok  <pbartok@novell.com>
22002
22003         * Control.cs: Properly destroy child windows when our handle is
22004           destroyed
22005
22006 2005-02-25  Peter Bartok  <pbartok@novell.com>
22007
22008         * XplatUI.cs:
22009           - Added 'DriverDebug' define to allow tracing XplatUI API calls
22010           - Alphabetized Static Methods and Subclasses
22011
22012         * XplatUIX11.cs:
22013           - Added XException class to allow custom handling of X11 exceptions
22014           - Created custom X11 error handler, tied into XException class
22015           - Added support for MONO_XEXCEPTIONS env var to allow the user
22016             to either throw an exception on X errors or continue running
22017             after displaying the error
22018           - Added handling of DestroyNotify message
22019           - Added handler for CreateNotify message (still disabled)
22020           - Improved (tried to at least) Where method to provide file and lineno
22021         * X11Structs.cs:
22022           - Added XErrorHandler delegate
22023           - Added XRequest enumeration (to suppor translation of errors)
22024
22025 2005-02-25  Jackson Harper  <jackson@ximian.com>
22026
22027         * PropertyManager.cs: Implement editing features
22028         * CurrencyManager.cs:
22029         * Binding.cs: First attempt at UpdateIsBinding
22030         * BindingManagerBase.cs: Call UpdateIsBinding before
22031         pushing/pulling data.
22032
22033 2005-02-25  Jordi Mas i Hernandez <jordi@ximian.com>
22034
22035         * MenuAPI.cs: Respect disabled items
22036         * ThemeWin32Classic.cs
22037                 - Caches ImageAttributes creation for DrawImageDisabled
22038                 - Fixes vertical menu line drawing
22039                 - Draws disabled arrows in disable menu items
22040
22041 2005-02-24  Peter Bartok  <pbartok@novell.com>
22042
22043         * Hwnd.cs:
22044           - Added UserData property to allow associating arbitrary objects
22045             with the handle
22046           - Fixed leak; now removing Hwnd references from static windows array
22047         * XplatUIWin32.cs:
22048           - Fixed Graphics leak in PaintEventEnd
22049           - Removed usage of HandleData, switched over to Hwnd class
22050         * HandleData.cs: Removed, obsoleted by Hwnd.cs
22051
22052 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
22053
22054         * ThemeWin32Classic.cs: Adds Cliping to TrackBar drawing
22055         * ScrollBar.cs: Fixes bug
22056         * TrackBar.cs: removes death code, clipping, mimize refreshes,
22057          keyboard navigation enhancements
22058
22059 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
22060
22061         * Control.cs: Call DefWndProc at WM_PAINT only if UserPaint not defined
22062         * GroupBox.cs: Add control styles
22063         * Label.cs: Add control styles
22064         * UpDownBase.cs: Add control styles
22065         * ListBox.cs: Add control styles
22066         * XplatUIWin32.cs: Fixes wrong parameter order
22067
22068
22069 2005-02-23  Chris Bacon  <chris.bacon@docobo.co.uk>
22070
22071         * ListView.cs: Assign owner for ColumnHeader. Patch by Chris Bacon
22072
22073 2005-02-23  Jackson Harper  <jackson@ximian.com>
22074
22075         * PropertyManager.cs: Implement property binding. This doesn't
22076         seem to work yet though as (I think) there are some bugs in
22077         System.ComponentModel.PropertyDescriptor.
22078         * BindingContext.cs: Use new PropertyManager constructor.
22079
22080 2005-02-23  Jordi Mas i Hernandez <jordi@ximian.com>
22081
22082         * ProgressBar.cs: use clip region in ProgressBar
22083         * ThemeWin32Classic.cs: use clip region in ProgressBar
22084
22085 2004-02-22  Jackson Harper  <jackson@ximian.com>
22086
22087         * BindingsCollection.cs: Remove some debug code.
22088
22089 2005-02-22  Jackson Harper  <jackson@ximian.com>
22090
22091         * BindingContext.cs:
22092         * ControlBindingsCollection.cs:
22093         * CurrencyManager.cs:
22094         * Binding.cs:
22095         * BindingManagerBase.cs: Initial implementation
22096         * BindingsCollection.cs: Add an internal contains method that the
22097         BindingManagerBase uses to ensure bindings aren't added twice to
22098         the collection.
22099         * PropertyManager.cs: Stubbed out.
22100         * Control.cs:
22101         * ContainerControl.cs: Hook up databinding
22102         
22103 2005-02-22  Geoff Norton  <gnorton@customerdna.com>
22104
22105         * XplatUIOSX.cs:
22106           OSXStructs.cs: Refactored to handle the new Hwnd NC logic area.
22107           Fixed Invalidate/Update chain.
22108           Fixed tons of other minor bugs (this is almost a complete rewrite).
22109
22110 2005-02-22  Jordi Mas i Hernandez <jordi@ximian.com>
22111
22112         * ComboBox.cs: do subcontrol creation when the control is created
22113
22114 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
22115
22116         * Label.cs: fixes image drawing (image and imagelist)
22117         * ThemeWin32Classic.cs: cache brushes
22118         
22119 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
22120
22121         * Form.cs: Move menu drawing code to Theme class
22122         * ComboBox.cs: Move ComboBox drawing code to Theme class
22123         * MenuItem.cs: Move menu drawing code to Theme class
22124         * MenuAPI.cs: Move menu drawing code to Theme class
22125         * ThemeWin32Classic.cs: New methods
22126         * CheckedListBox.cs: Move CheckedListbox drawing code to Theme class
22127         * ListBox.cs: Move Listbox drawing code to Theme class
22128         * Theme.cs: New methods
22129
22130 2005-02-20  Peter Bartok  <pbartok@novell.com>
22131
22132         * Control.cs:
22133           - Fixed ProcessKeyEventArgs to also handle WM_SYSKEY messages (and
22134             only process mnemonics on those)
22135           - Fixed event sequence for key handling; first calling
22136             ProcessKeyEventArgs now
22137         * TextBoxBase.cs:
22138           - Removed WM_KEYDOWN hook, instead we now use ProcessDialogKey()
22139             for processing non-character keys
22140           - Fixed WM_CHAR to generate proper event sequence before processing
22141         * XplatUIWin32.cs: Added ALT key state to ModifierKeys property
22142           generation
22143
22144 2005-02-19  Peter Bartok  <pbartok@novell.com>
22145
22146         * UserControl.cs: Added TextChanged event; added attributes
22147         * SizeGrip.cs: Implemented resizing and optional display of grip
22148         * Form.cs: Fixed attribute
22149         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs:
22150           Changed meaning of ScrollWindow bool argument; instead of the
22151           clear attribute (which will be true usually anyway), it gives the
22152           option of moving child controls as well.
22153         * XplatUIX11.cs:
22154           - Changed to match new ScrollWindow argument
22155           - Fixed GetWindowPos/SetWindowPos behaviour for toplevel controls,
22156             now handles the implicit parent window a WM puts around us
22157         * ScrollableControl.cs: Implemented (not the prettiest, but it seems
22158           to work)
22159         * TextBoxBase.cs: Adjusted to new ScrollWindow arguments
22160         * TreeView.cs: Adjusted to new ScrollWindow arguments
22161
22162 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
22163
22164         * Form.cs: Menu integration with non-client area
22165         * MenuItem.cs: Menu integration with non-client area
22166         * MenuAPI.cs: Menu integration with non-client area
22167
22168 2005-02-18  Peter Bartok  <pbartok@novell.com>
22169
22170         * MethodInvoker.cs: Added
22171         * MdiLayout.cs: Added
22172         * SendKeys.cs: Started implementation
22173         * ErrorIconAlignment.cs: Added
22174
22175 2005-02-18  Peter Bartok  <pbartok@novell.com>
22176
22177         * XplatUIWin32.cs: Implemented SetMenu(); fixed GetMenuDC()
22178         * Form.cs: Added handling for Menu-related Non-client messages
22179
22180 2005-02-17  Peter Bartok  <pbartok@novell.com>
22181
22182         * UpDownBase.cs: Fixed typo, compilation errors
22183         * DomainUpDown.cs: Fixed attribute value
22184
22185 2005-02-16  Miguel de Icaza  <miguel@novell.com>
22186
22187         * UpDownBase.cs: Attach entry events.
22188         Propagate events.
22189         Add ForeColor property, Focused, InterceptArrowKeys (interception
22190         does not work yet).
22191
22192 2005-02-17  Jordi Mas i Hernandez <jordi@ximian.com>
22193
22194         * Form.cs:
22195                 - Redraw non client are on Setmenu
22196                 - Calc proper menu starting point
22197
22198 2005-02-17  Peter Bartok  <pbartok@novell.com>
22199
22200         * Application.cs: Fixed message_filter check
22201
22202 2005-02-17  Peter Bartok  <pbartok@novell.com>
22203
22204         * Application.cs: Now calls registered message filters
22205         * DockStyle.cs: Fixed attribute
22206         * Form.cs: Fixed attribute
22207         * Menu.cs: Fixed attribute
22208         * ToolTip.cs: Fixed attribute
22209         * TreeNode.cs: Added missing attributes and arranged in regions
22210         * PropertyGrid.cs: Fixed signatures
22211         * TreeNodeCollection.cs: Added attributes
22212         * Splitter.cs: Added missing attributes; arranged into regions
22213         * TabPage.cs: Added missing attributes; arranged into regions
22214         * TextBoxBase.cs: Added missing attributes
22215         * TextBox.cs: Added missing attributes
22216         * ArrangeDirection.cs: Added missing attributes
22217         * TreeNodeConverter.cs: Added stub (needed for TreeNode)
22218         * ToolBarButton.cs: Fixed attributes
22219         * AnchorStyles.cs: Fixed attribute
22220         * TrackBar.cs: Fixed attributes
22221         * TabControl.cs: Added missing attributes and arranged into regions
22222         * ToolBar.cs: Fixed attribute
22223         * StatusBar.cs: Fixed signature, organized into regions and added
22224           attributes
22225         * StatusBarPanel.cs: Fixed attributes
22226         * ContentsResizedEventArgs.cs: Implemented
22227         * ContentsResizedEventHandler.cs: Implemented
22228         * DateBoldEventArgs.cs: Implemented
22229         * DateBoldEventHandler.cs: Implemented
22230         * UpDownEventArgs.cs: Implemented
22231         * UpDownEventHandler.cs: Implemented
22232         
22233 2005-02-16  Jordi Mas i Hernandez <jordi@ximian.com>
22234
22235         * Form.cs: first Menu NC refactoring
22236         * MenuAPI.cs: first Menu NC refactoring
22237         
22238 2005-02-16  Peter Bartok  <pbartok@novell.com>
22239
22240         * ImeMode.cs: Added missing attributes
22241         * Menu.cs: Fixed attribute
22242         * GroupBox.cs: Fixed attribute
22243         * Label.cs: Fixed attribute
22244         * ColorDialog.cs (RunDialog): Removed TODO attribute
22245         * ComboBox.cs: Fixed attributes
22246         * ListControl.cs: Added missing attributes
22247         * PropertyGrid.cs: Fixed attributes
22248         * Control.cs: Fixed attributes
22249         * ListViewItem.cs: Added TypeConverter attribute
22250         * NotifyIcon.cs: Fixed attributes
22251         * ListView.cs: Fixed attributes
22252         * ButtonBase.cs: Fixed attribute
22253         * ImageList.cs: Added missing attributes
22254         * ContainerControl.cs: Fixed signature
22255         * CheckedListBox.cs: Fixed attribute; added missing attributes
22256         * Panel.cs: Fixed attributes
22257         * PropertyTabChangedEventArgs.cs: Added missing attribute
22258         * PropertyValueChangedEventArgs.cs: Added missing attribute
22259         * Binding.cs: Fixed attribute
22260         * ListViewItemConverter: Implemented ListViewSubItemConverter class
22261         * ListBox.cs: Fixed attribute; added missing attributes;
22262         * ScrollableControl.cs: Added missing attributes
22263         * PictureBox.cs: Added missing attributes; implemented missing property
22264         * DateTimePicker.cs: Added missing attributes
22265         * Theme.cs (ToolWindowCaptionHeight): Fixed type
22266         * MonthCalendar.cs: Fixed attributes
22267         * StatusBarPanel.cs: Added missing attributes
22268         * SystemInformation.cs (ToolWindowCaptionHeight): Fixed type
22269
22270 2005-02-16  Peter Bartok  <pbartok@novell.com>
22271
22272         * TextBoxBase.cs: The previous method to enforce height yet remember
22273           the requested high was less than ideal, this is an attempt to do
22274           it better.
22275         * Control.cs: Added comment about possible problem
22276         * Copyright: Updated format
22277         * GridItemType.cs: Fixed swapped values
22278
22279 2005-02-15  Jackson Harper  <jackson@ximian.com>
22280
22281         * BaseCollection.cs: Use property so we never access an
22282         uninitialized list. Also initialize the list in the property.
22283
22284 2005-02-15  Peter Bartok  <pbartok@novell.com>
22285
22286         * GroupBox.cs (ProcessMnemonic): Implemented
22287         * Label.cs (ProcessMnemonic): Implemented
22288         * ThemeWin32Classic.cs (DrawGroupBox): Added stringformat to show
22289           hotkeys
22290
22291 2005-02-15  Peter Bartok  <pbartok@novell.com>
22292
22293         * RadioButton.cs (ProcessMnemonic): Implemented
22294         * CheckBox.cs (ProcessMnemonic): Implemented
22295         * Control.cs:
22296           - Added handling of WM_SYSxxx keyboard messages to support mnemonic
22297             handling
22298           - Added internal method to allow calling ProcessMnemonic from other
22299             controls
22300         * ContainerControl.cs:
22301           - Started support for handling validation chain handling
22302           - Implemented ProcessMnemonic support
22303           - Added Select() call to Active, to make sure the active control
22304             receives focus
22305         * Form.cs: Setting toplevel flag for Forms (this was lost in the
22306           FormParent rewrite)
22307         * ThemeWin32Classic.cs:
22308           - DrawCheckBox(): Fixed stringformat to show hotkeys
22309           - DrawRadioButton(): Fixed stringformat to show hotkeys
22310         * CommonDialog.cs: Removed WndProc override, not needed
22311
22312 2005-02-14  Peter Bartok  <pbartok@novell.com>
22313
22314         * XplatUIX11.cs: Fixed NotImplemented exceptions for properties,
22315           missed those in the rewrite
22316
22317 2005-02-14  Miguel de Icaza  <miguel@novell.com>
22318
22319         * NumericUpDown.cs (Increment, ToString): Add.
22320         (DecimalPlaces): implement.
22321         
22322         Add attributes.
22323         
22324         * UpDownBase.cs: Add the designer attributes.
22325
22326 2005-02-13  Peter Bartok  <pbartok@novell.com>
22327
22328         * Panel.cs: Removed border_style, now in Control
22329         * XplatUIDriver.cs: Added SetBorderStyle, SetMenu, GetMenuDC and
22330           ReleaseMenuDC Methods; renmaed ReleaseWindow to UngrabWindow
22331
22332 2005-02-13  Peter Bartok  <pbartok@novell.com>
22333
22334         * MouseButtons.cs: Added missing attributes
22335         * XplatUIStructs.cs: Added enumeration for title styles
22336         * LeftRightAlignment.cs: Added missing attributes
22337         * Hwnd.cs: Switched to use client_window as handle (slower, but makes
22338           it compatible with Graphics.FromHwnd()
22339         * SelectedGridItemChangedEventArgs.cs: Fixed property type
22340         * Keys.cs: Added missing attributes
22341         * SelectionRange.cs: Added missing attributes
22342         * SelectionRangeConverter.cs: Added
22343         * XplatUI.cs:
22344           - Introduced SetBorderStyle, SetMenu, GetMenuDC and
22345             ReleaseMenuDC methods
22346           - Renamed ReleaseWindow to UngrabWindow
22347           - Added proper startup notice to allow version identification
22348         * Form.cs:
22349           - Added missing attributes
22350           - Removed FormParent concept
22351         * Label.cs: Removed border_style field, now in Control
22352         * RadioButton.cs: Now properly selects RadioButton when focus is
22353           received
22354         * ThemeGtk.cs: Fixed SetDisplay call to match new X11 behaviour
22355         * Control.cs:
22356           - Added missing attributes
22357           - Added borderstyle handling
22358           - Removed FormParent concept support
22359           - Fixed calls to XplatUI to match changed APIs
22360           - Fixed bug that would case us to use disposed Graphics objects
22361           - Removed unneeded internal methods
22362           - PerformLayout(): Fixed to handle DockStyle.Fill properly
22363           - SelectNextControl(): Fixed to properly check common parents
22364         * TextBoxBase.cs: Removed border_style field (now in Control)
22365         * MessageBox.cs:
22366           - Patch by Robert Thompson (rmt@corporatism.org): Added icon support,
22367             fixed calculations for form size
22368           - Added support for localized strings and icons
22369           - Improved form size calculations, added border
22370         * ListView.cs: Removed border_style field (now in Control)
22371         * X11Structs.cs: Moved several structs from X11 driver here
22372         * X11Keyboard.cs: Changed debug message
22373         * Application.cs: Removed FormParent concept support
22374         * CommonDialog.cs:
22375           - Resetting end_modal flag
22376           - Removed FormParent concept support
22377         * NativeWindow.cs: Removed FormParent concept support
22378         * XplatUIX11.cs: Rewritten, now using the new Hwnd class, implementing
22379           Client area and Non-Client whole window to allow support for WM_NC
22380           messages
22381         * XplatUIOSX.cs: Updated to match latest driver spec; added exception
22382           prevent using it until it supports Hwnd as per Geoff Norton's request
22383         * ToolBar.cs: Fixed drawing, was not doing proper drawing
22384         * PictureBox.cs: Removed border_style field, now in Control
22385         * XplatUIWin32.cs: Added new driver methods
22386
22387 2005-02-12  Peter Bartok  <pbartok@novell.com>
22388
22389         * OpacityConverter.cs: Implemented
22390         * Hwnd.cs: Internal class to support drivers that need to emulate
22391           client area/non-client area window behaviour
22392
22393 2005-02-11  Peter Bartok  <pbartok@novell.com>
22394
22395         * KeysConverter.cs: Implemented
22396
22397 2005-02-11  Jordi Mas i Hernandez <jordi@ximian.com>
22398
22399         * Menu.cs: fixes methods GetContextMenu, GetMainMenu, ToString
22400         * LinkLabel: Added missing attributes
22401         * MainMenu.cs: fixes ToString
22402         * MenuItem.cs: fixes methods GetContextMenu, GetMainMenu
22403         * ListBox.cs: fixes event position
22404         * TrackBar.cs: adds missing attributes and events
22405         
22406 2005-02-10  Jordi Mas i Hernandez <jordi@ximian.com>
22407
22408         * MenuItem.cs: Use SystemInformation and bug fixes
22409         * MenuAPI.cs: Use SystemInformation and bug fixes
22410
22411 2005-02-09  Jackson Harper  <jackson@ximian.com>
22412
22413         * X11Keyboard.cs: We ignore some keys, but still need to set/reset
22414         their keystate otherwise things like VK_MENU get stuck "on".
22415
22416 2005-02-09  Kazuki Oikawa <kazuki@panicode.com>
22417
22418         * ListBox.cs: Fixes AddRange bug
22419         
22420 2005-02-09  Jordi Mas i Hernandez <jordi@ximian.com>
22421
22422         * ProgressBar.cs
22423                 - Add missing attributes
22424                 - Add missing method
22425                 
22426         * CheckedListBox.cs: Added missing attributes
22427                 - Add missing attributes
22428                 - Remove extra method
22429         
22430         * ComboBox.cs: Added missing attributes
22431         * VScrollBar.cs: Added missing attributes
22432         * ScrollBar.cs:  Added missing attributes
22433         * ListBox.cs: Fixes signature, add missing consts
22434         * LinkArea.cs:   Added missing attributes
22435         
22436
22437 2005-02-08  Peter Bartok  <pbartok@novell.com>
22438
22439         * Menu.cs: Added missing attributes
22440         * MainMenu.cs: Added missing attributes
22441         * GroupBox.cs: Added missing attributes
22442         * Label.cs: Added missing attributes
22443         * CheckBox.cs: Implemented CheckBoxAccessibleObject class
22444         * ColorDialog.cs:
22445           - Added Instance and Options properties
22446           - Added missing attributes
22447         * Cursor.cs: Made Serializable
22448         * NotifyIcon: Added missing attributes
22449         * MenuItem.cs: Added missing attributes
22450         * TextBoxBase.cs: Implemented AppendText() and Select() methods
22451         * Panel.cs: Added Missing attributes
22452         * MonthCalendar.cs: Fixed CreateParams
22453
22454 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
22455         
22456         * LinkLabel.cs:
22457                 - Fixes signature
22458                 - Fixes issues with links
22459                 - Adds the class attributes
22460
22461 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
22462         
22463         * ComboBox.cs:
22464                 - Fixes button when no items available in dropdown
22465                 - Fixes repainting problems
22466                 - Adds the class attributes
22467                 
22468 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
22469
22470         * XplatUIOSX.cs: Detect the menu bar and title bar height from
22471         the current theme.  Cache these on startup.
22472
22473 2005-02-07  Jackson Harper  <jackson@ximian.com>
22474
22475         * ScrollBar.cs: Give the correct clipping rect to the theme. Dirty
22476         the scrollbar buttons when they are depressed.
22477
22478 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
22479
22480         * XplatUIOSX.cs: Really fix working at resolutions not 1024x768.
22481         Get the display size from the main displayid.  We currently dont
22482         support multiple display configurations.
22483
22484 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
22485
22486         * XplatUIOSX.cs: Ensure the window doesn't get stuck behind the statusbar.
22487
22488 2005-02-07  Miguel de Icaza  <miguel@novell.com>
22489
22490         * UpDownBase.cs: Add ReadOnly and UpDownAlign properties.
22491
22492 2005-02-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
22493
22494         * PropertyGrid.cs: Updated. Patch by Jonathan Chambers
22495
22496 2005-02-04  Jackson Harper  <jackson@ximian.com>
22497
22498         * ThemeWin32Classic.cs: Respect the clipping rect when
22499         drawing. Only fill the intersection of clips and rects so there
22500         isn't a lot of large fills.
22501         * ScrollBar.cs: Pass the correct clipping rect to the theme
22502         engine. Remove some debug code.
22503
22504 2005-02-05  John BouAntoun  <jba-mono@optusnet.com.au>
22505         
22506         * DateTimePicker.cs:
22507                 - Fixed crash on DateTime.Parse, use Constructor instead
22508
22509 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
22510         
22511         * MenuItem.cs:
22512         * MenuAPI.cs:
22513                 - Owner draw support (MeasureItem and DrawItem)
22514
22515 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
22516         
22517         *  Menu.cs:
22518                 - Implements FindMergePosition and MergeMenu functions (very poor documented)
22519                 - Fixes MenuItems.Add range
22520         * MenuItem.cs:
22521                 - MergeMenu and Clone and CloneMenu functions
22522
22523 2005-02-03  Jackson Harper  <jackson@ximian.com>
22524
22525         * ScrollBar.cs: Make abstract
22526         * ScrollableControl.cs: Create H/V scrollbars now that scrollbar
22527         is abstract.
22528
22529 2005-02-03  Jackson Harper  <jackson@ximian.com>
22530
22531         * ScrollBar.cs: First part of my scrollbar fixups. This removes
22532         all the unneeded refreshes and uses invalidates with properly
22533         computed rects.
22534
22535 2005-02-03  Peter Bartok  <pbartok@novell.com>
22536
22537         * ComponentModel.cs: Added
22538         * IDataGridEditingService.cs: Added
22539         * Timer.cs: Added missing attributes
22540         * ToolTip.cs: Added missing attributes
22541
22542 2005-02-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
22543
22544         * PropertyGridView.cs: Added. Patch by Jonathan Chambers
22545
22546 2005-02-03  Peter Bartok  <pbartok@novell.com>
22547
22548         * ListBox.cs: Added missing attributes
22549
22550 2005-02-03  Jordi Mas i Hernandez <jordi@ximian.com>
22551         
22552         * ListBox.cs:
22553                 - Fixes font height after font change
22554                 - Avoid generating unnecesary OnSelectedIndexChanged on clearing
22555                 
22556 2005-02-02  Peter Bartok  <pbartok@novell.com>
22557
22558         * HandleData.cs: Introduced static methods to allow class
22559           to be more self-contained and track it's own HandleData objects
22560         * XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs: Fixed usage of
22561           HandleData to use new static methods
22562
22563 2005-02-02  Jordi Mas i Hernandez <jordi@ximian.com>
22564
22565         * Combobox.cs:
22566                 - Fixes default size and PreferredHeight
22567                 - Missing events
22568                 - ObjectCollection.Insert implementation
22569                 
22570         * ListControl.cs
22571                 - Fixes signature
22572         * ListBox.cs:
22573                 - Several fixes
22574                 - ObjectCollection.Insert implementation
22575                 - No selection after clean
22576                 - Small fixes
22577
22578 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
22579
22580         * ThemeWin32Classic.cs: quick fix to comboboxbutton pushed painting
22581
22582 2005-02-01  Jordi Mas i Hernandez <jordi@ximian.com>
22583
22584         * Combobox.cs:
22585                 - Caches ItemHeight calculation for OwnerDrawVariable
22586                 - Handles dropdown properly
22587                 - Fixes several minor bugs
22588
22589 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
22590
22591         * ListBox.cs:
22592                 - Fixes 71946 and 71950
22593                 - Fixes changing Multicolumn on the fly
22594                 - Fixes keyboard navigation on Multicolumn listboxes
22595
22596 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
22597         
22598         * XplatUIOSX.cs: Call ExitToShell in our teardown to avoid a
22599         crash reporter log.
22600
22601 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
22602
22603         * XplatUIOSX.cs: Allow applications to actually exit.
22604
22605 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
22606
22607         * XplatUIOSX.cs: SetWindowStyle implemented.  Reposition views in
22608         their parent at creation time rather than lazily later.  Fixes a major
22609         regression we were experiencing.
22610
22611 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
22612
22613         * ThemeWin32Classic.cs: more date time picker painting fixes
22614         * DateTimePicker.cs: more monthcalendar drop down fixes
22615         * MonthCalendar.cs: more CreateParams fixes to ensure correct drop down
22616
22617 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
22618
22619         * ScrollBar.cs:
22620                 - When moving the thumb going outside the control should stop the moving
22621                 - Adds the firing of missing events
22622                 - Fixes no button show if Size is not specified
22623                 - End / Home keys for keyboard navigation
22624
22625 2005-01-30  Peter Bartok  <pbartok@novell.com>
22626
22627         * NotifyIcon.cs (CalculateIconRect): Removed debug output and added
22628           sanity check to prevent theoretical loop
22629         * XplatUIWin32.cs (SetVisible): Removed debug output
22630         * XplatUIX11.cs (SystrayChange): Added sanity check
22631         * ScrollableControl.cs (OnVisibleChanged): Now calls base method
22632         * Control.cs (OnVisibleChanged): Added workaround for ParentForm
22633           behaviour, valid until the X11 client window rewrite is done
22634         * TextBox.cs (ctor): Setting proper default foreground and background
22635           colors
22636
22637 2005-01-30      John BouAntoun  <jba-mono@optusnet.com.au>
22638
22639         * Theme: Added DrawDateTimePicker to interface
22640         * ThemeWin32Classic.cs: Added DrawDateTimePicker (incomplete)
22641         * DateTimePicker.cs: Created (still needs keys and painting code)
22642         * DateTimePickerFormat.cs: added
22643         * MonthCalendar.cs: fixed CreateParams for popup window mode
22644           
22645 2005-01-29  Peter Bartok  <pbartok@novell.com>
22646
22647         * ControlPaint.cs: Fixed luminace value returned on achromatic colors,
22648           this should also the calculations for ligher/darker
22649         * Theme.cs: Fixed defaults for ScrollBar widths/heights
22650
22651 2005-01-29  Peter Bartok  <pbartok@novell.com>
22652
22653         * ArrangeDirection.cs: Added
22654         * ArrangeStartingPositon.cs: Added
22655         * SystemInformation.cs: Implemented
22656         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
22657           XplatUIX11.cs, Theme.cs: Added/implemented new static properties
22658           used by SystemInformation class
22659         * X11Strucs.cs: Added XSizeHints structure
22660         * MenuAPI.cs:
22661           - Fixed CreateParams to make sure the menu window is always visible
22662           - TrackPopupMenu: Added check to make sure we don't draw the
22663             menu offscreen
22664
22665 2005-01-29  Peter Bartok  <pbartok@novell.com>
22666
22667         * HandleData.cs: Added method for altering invalid area
22668         * TextBoxBase.cs: Implemented TextLength
22669
22670 2005-01-28  Peter Bartok  <pbartok@novell.com>
22671
22672         * XplatUIX11.cs: Improvement over last patch, not sending
22673           the WM_PAINT directly anymore, instead we scroll any pending
22674           exposed areas and let the system pick out the WM_PAINT later
22675
22676 2005-01-28  Peter Bartok  <pbartok@novell.com>
22677
22678         * SWF.csproj: Deleted, no longer used. Instead,
22679           Managed.Windows.Forms/SWF.csproj should be used
22680         * XplatUIX11.cs: Instead of posting the WM_PAINT, we send it
22681           directly, to avoid a potential race condition with the next
22682           scroll
22683
22684 2005-01-28  Peter Bartok  <pbartok@novell.com>
22685
22686         * XplatUI.cs: Made class internal
22687
22688 2005-01-28  Jordi Mas i Hernandez <jordi@ximian.com>
22689
22690         * CheckedListBox.cs:
22691                 - Draw focus
22692                 - Fixed Drawing
22693                 - Missing methods and events
22694
22695 2005-01-27  Peter Bartok  <pbartok@novell.com>
22696
22697         * Application.cs (Run): Don't use form if we don't have one
22698
22699 2005-01-27  Peter Bartok  <pbartok@novell.com>
22700
22701         * TextBoxBase.cs (get_Lines): Fixed index off by one error
22702
22703 2005-01-27  Peter Bartok  <pbartok@novell.com>
22704
22705         * GridEntry.cs: Added; Patch by Jonathan S. Chambers
22706         * GridItem.cs: Added; Patch by Jonathan S. Chambers
22707         * GridItemCollection.cs: Added; Patch by Jonathan S. Chambers
22708         * GridItemType.cs: Added; Patch by Jonathan S. Chambers
22709         * PropertyGrid.cs: Added; Patch by Jonathan S. Chambers
22710         * PropertySort.cs: Added; Patch by Jonathan S. Chambers
22711         * PropertyTabChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
22712         * PropertyTabChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
22713         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
22714         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
22715         * SelectedGridItemChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
22716         * SelectedGridItemChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
22717
22718 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
22719
22720         * Combobox.cs:
22721                 - Draw focus on Simple Combobox
22722                 - Fixes drawing issues
22723                 - fixes 71834
22724
22725 2005-01-27  Peter Bartok  <pbartok@novell.com>
22726
22727         * Form.cs:
22728           - Place window in default location, instead of hardcoded 0/0
22729           - Send initial LocationChanged event
22730         * Control.cs:
22731           - UpdateBounds after creation to find out where the WM placed us
22732           - Make sure that if the ParentForm changes location the Form
22733             is notified
22734         * XplatUIX11.cs: XGetGeometry will not return the coords relative
22735             to the root, but to whatever the WM placed around us.
22736             Translate to root coordinates before returning toplevel
22737             coordinates
22738         * XplatUIWin32.cs: Removed debug output
22739         * XplatUIOSX.cs, XplatUI.cs, XplatUIDriver.cs: Added toplevel
22740           flag to GetWindowPos, to allow translation of coordinates on X11
22741
22742 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
22743
22744         * ListBox.cs: connect LostFocus Event
22745
22746 2005-01-27  Peter Bartok  <pbartok@novell.com>
22747
22748         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
22749           XplatUIX11.cs: Extended the Systray API
22750         * Form.cs: Removed debug output
22751         * Application.cs: Fixed focus assignment, always need to call
22752           XplatUI.Activate() since Form.Activate() has rules that may
22753           prevent activation
22754         * NotifyIcon.cs: Should be complete now
22755         * ToolTip.cs: Worked around possible timer bug
22756
22757 2005-01-27  Jackson Harper  <jackson@ximian.com>
22758
22759         * TabControl.cs:
22760         - Only invalidate the effected tabs when the
22761         selected index changes. This reduces drawing and gets rid of some
22762         flicker.
22763         - Only refresh if the tabs need to be shifted, otherwise only
22764         invalidate the slider button.
22765         - On windows the tabs are not filled to right if the slider is
22766         visible.
22767         
22768 2005-01-27  Jackson Harper  <jackson@ximian.com>
22769
22770         * TabControl.cs: Only refresh on mouseup if we are showing the
22771         slider. Also only invalidate the button whose state has changed.
22772
22773 2005-01-26  Peter Bartok  <pbartok@novell.com>
22774
22775         * XplatUI.cs, XplatUIDriver.cs: Added Systray methods
22776         * XplatUIWin32.cs: Implemented SystrayAdd(), SystrayChange()
22777           and SystrayRemove() methods
22778         * XplatUIOSX.cs: Stubbed Systray methods
22779         * XplatUIX11.cs:
22780           - Implemented SystrayAdd(), SystrayChange() and SystrayRemove()
22781             methods
22782           - Fixed broken XChangeProperty calls (marshalling messed up things)
22783         * X11Structs.cs: Added enums and structs required for Size hinting
22784         * NotifyIcon.cs: Added & implemented
22785
22786 2005-01-26  Jackson Harper  <jackson@ximian.com>
22787
22788         * TabControl.cs: Space vertically layed out tabs properly.
22789
22790 2005-01-26  Peter Bartok  <pbartok@novell.com>
22791
22792         * Form.cs (CreateClientParams): Always set the location to 0,0
22793           since we're a child window.
22794
22795         * Control.cs (SetVisibleCore): Always explicitly setting the location
22796           of a toplevel window, apparently X11 doesn't like to move windows
22797           while they're not mapped.
22798
22799 2005-01-26  Jackson Harper  <jackson@ximian.com>
22800
22801         * TabControl.cs: Implement FillToRight size mode with vertically
22802         rendered tabs.
22803
22804 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
22805
22806         * ControlPaint.cs, ThemeWin32Classic.cs
22807                 - Fixes DrawFocusRectangle
22808
22809 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
22810
22811         * MenuAPI.cs:
22812                 - MenuBar tracking only starts when item is first clicked
22813                 - Fixes menu hidding for multiple subitems
22814                 - Unselect item in MenuBar when item Executed
22815                 - Fixes bug 71495
22816
22817 2005-01-25  Jordi Mas i Hernandez <jordi@ximian.com>
22818
22819         * ListControl.cs:
22820                 - IsInputKey for ListBox
22821         * ListBox.cs:
22822                 - Focus item
22823                 - Shift and Control item selection
22824                 - Implement SelectionMode.MultiExtended
22825                 - Fixes RightToLeft
22826         * ComboBox.cs:
22827                 - IsInputKey implemented
22828                 - Do not generate OnTextChangedEdit on internal txt changes
22829                 
22830 2005-01-23  Peter Bartok  <pbartok@novell.com>
22831
22832         * AccessibleObject.cs: Partially implemented Select()
22833         * MonthCalendar.cs: Added missing attributes and events
22834         * Form.cs: Fixed CreateParams behaviour, now controls derived from
22835           form can properly override CreateParams.
22836         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
22837           XplatUIX11.cs: Dropped RefreshWindow method, not needed if
22838           Control performs Invalidate & Update
22839         * NativeWindow (CreateHandle): Added special handling for Form
22840           and Form.FormParent classes to allow overriding of From.CreateParams
22841         * Control.cs:
22842           - ControlNativeWindow: Renamed 'control' variable to more intuitive
22843             name 'owner'
22844           - ControlNativeWindow: Added Owner property
22845           - Removed usage of Refresh() on property changes, changed into
22846             Invalidate(), we need to wait until the queue is processed for
22847             updates, direct calls might cause problems if not all vars for
22848             Paint are initialized
22849           - Added call to UpdateStyles() when creating the window, to set any
22850             styles that CreateWindow might have ignored.
22851           - Added support for Form CreateParent overrides to UpdateStyles()
22852         * MessageBox.cs: Removed no longer needed FormParent override stuff,
22853           CreateParams are now properly overridable
22854         * CommonDialog.cs: Removed no longer needed FormParent override stuff,
22855           CreateParams are now properly overridable
22856
22857 2005-01-23  Miguel de Icaza  <miguel@ximian.com>
22858
22859         * UpDownBase.cs (ctor): Connect TextChanged in the entry to the
22860         OnTextBoxChanged.
22861
22862         Capture LostFocus and OnTextBoxChanged.  The later introduces a
22863         recursive invocation that I have not figured out yet.
22864
22865         Reset the timer when not using (it was accumulating).
22866
22867
22868         (OnTextBoxChanged): Set UserEdit to true here to track whether the
22869         user has made changes that require validation.
22870
22871         Reset changing to avoid loops.
22872
22873 2005-01-22  Miguel de Icaza  <miguel@ximian.com>
22874
22875         * NumericUpDown.cs: Display value at startup.
22876
22877         * UpDownBase.cs (Text): Do not call UpdateEditText here, only call
22878         ValidateEditText.
22879
22880         * NumericUpDown.cs: Minimum, Maximum, Text, Value properties
22881         filled in.  Added some basic parsing of text.
22882
22883         Still missing the OnXXX method overrides, and figuring out the
22884         events that must be emitted.
22885
22886         * UpDownBase.cs: Handle UserEdit on the Text property.
22887         
22888 2005-01-22  Jordi Mas i Hernandez <jordi@ximian.com>
22889
22890         * ComboBox.cs:
22891           - Fixes IntegralHeight
22892           - ToString method
22893
22894 2005-01-21  Jackson Harper  <jackson@ximian.com>
22895
22896         * TabControl.cs: Set the SelectedIndex property when SelectedTab
22897         is set so that the page visibility is updated and the tabs are
22898         sized correctly.
22899
22900 2005-01-21  Jackson Harper  <jackson@ximian.com>
22901
22902         * TabControl.cs: Use cliping rectangle for blitting. Give the
22903         theme the clipping rect so we can do clipping while
22904         drawing. Remove some debug code.
22905
22906 2005-01-21  Jackson Harper  <jackson@ximian.com>
22907
22908         * TabPage.cs: Add a new method so tab pages can force the tab
22909         control to recalculate the tab page sizes.
22910         * TabControl.cs: UpdateOwner needs to make the tab control recalc
22911         sizes.
22912
22913 2005-01-20  Jackson Harper  <jackson@ximian.com>
22914
22915         * ThemeWin32Classic.cs: Clip text to the staus bar panels rects.
22916
22917 2005-01-20  Jackson Harper  <jackson@ximian.com>
22918
22919         * TreeView.cs: Set the bounds for nodes properly. They were
22920         getting screwed up when checkboxes were not enabled, but images
22921         were.
22922
22923 2005-01-20  Jordi Mas i Hernandez <jordi@ximian.com>
22924
22925         * ListBox.cs:
22926                 - Owner draw support
22927                 - Fixes
22928                 
22929 2005-01-20  Jackson Harper  <jackson@ximian.com>
22930
22931         * XplatUIStructs.cs: More misc keys
22932         * X11Keyboard.cs: Ignore some control keys.
22933
22934 2005-01-20  Jackson Harper  <jackson@ximian.com>
22935
22936         * X11Structs.cs: Add the modmaps to the keymask struct and tabify.
22937         * X11Keyboard.cs: Set the AltGr mask when we get a key event.
22938
22939 2005-01-19  Peter Bartok  <pbartok@novell.com>
22940
22941         * Control.cs: Un-selecting the control when it is loosing focus
22942
22943 2005-01-19  Jackson Harper  <jackson@ximian.com>
22944
22945         * TreeView.cs: Hook up to the text controls leave event so we can
22946         end editing when the users clicks outside the text box.
22947         
22948 2005-01-19  Jackson Harper  <jackson@ximian.com>
22949
22950         * X11Keyboard.cs: Fix typo that was causing the wrong keycodes to
22951         get set in the conversion array.
22952
22953 2005-01-19  Peter Bartok  <pbartok@novell.com>
22954
22955         * Application.cs (ModalRun): Added a call to CreateControl to ensure
22956           focus is properly set
22957         * Button.cs:
22958           - Added missing attributes
22959           - removed styles, those are already set in the base class
22960         * ButtonBase.cs:
22961           - Added missing attributes
22962           - Added clip window styles
22963         * CheckBox.cs: Added missing attributes
22964         * CommonDialog.cs:
22965           - FormParentWindow.CreateParams: Added required clip styles
22966         * Form.cs (ProcessDialogKey): Fixed handling of Escape key, now
22967           also filters modifier keys
22968         * MessageBox.cs:
22969           - Added assignment of Accept and Cancel button to enable Enter
22970             and Esc keys in MessageBox dialogs
22971           - FormParentWindow.CreateParams: Added required clip styles
22972         * RadioButton.cs: Added missing attributes
22973         * TextControl.cs: No longer draws selection if control does not
22974           have focus
22975         * TextBoxBase.cs:
22976           - Now draws simple rectangle around test area to make it obvious
22977             there's a control. This is a hack until we properly support borders
22978           - A few simple fixes to support selections better, now erases selected
22979             text when typing, and resets selection when using movement keys
22980
22981 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
22982
22983         * UpDownBase.cs: Added some new properties.
22984
22985         * DomainUpDown.cs: Implement a lot to get my test working.
22986
22987 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
22988
22989         * XplatUIOSX.cs: Fix a minor bug to bring the close box back
22990
22991 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
22992
22993         * OSXStructs (WindowAttributes): Fixed csc complaints
22994
22995 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
22996
22997         * XplayUIOSX.cs:
22998           OSXStructs.cs: Initial refactor to move enums and consts into
22999           OSXStructs and use them in the driver for greater readability.
23000
23001 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
23002
23003         * XplatUIOSX.cs: Initial support for Standard Cursors.
23004         * OSXStructs.cs: Move our structs here; added ThemeCursor enum
23005
23006 2005-01-19  Jordi Mas i Hernandez <jordi@ximian.com>
23007
23008         * ComboBox.cs: ability to change style when the ctrl is already
23009         created, missing methods and events, bug fixes, signature fixes
23010
23011 2005-01-19  Peter Bartok  <pbartok@novell.com>
23012
23013         * Cursors.cs (ctor): Added ctor to fix signature
23014
23015 2005-01-18  Peter Bartok  <pbartok@novell.com>
23016
23017         * Button.cs: Implemented DoubleClick event
23018         * ButtonBase.cs:
23019           - Fixed keyboard handling to behave like MS, where the press of
23020             Spacebar is equivalent to a mousedown, and the key release is
23021             equivalent to mouseup. Now a spacebar push will give the same
23022             visual feedback like a mouse click.
23023           - Added missing attributes
23024           - Added ImeModeChanged event
23025           - Added support for generating DoubleClick event for derived classes
23026         * CheckBox.cs:
23027           - Implemented DoubleClick event
23028           - Added missing attributes
23029         * CommonDialog.cs: Added missing attribute
23030         * ContextMenu.cs: Added missing attributes
23031         * RadioButton.cs:
23032           - AutoChecked buttons do not allow to be unselected when clicked
23033             (otherwise we might end up with no selected buttons in a group)
23034           - Added missing attributes
23035           - Implemented DoubleClickEvent
23036         * ThreadExceptionDialog.cs: Enabled TextBox code
23037
23038 2005-01-18  Peter Bartok  <pbartok@novell.com>
23039
23040         * Form.cs: Removed debug output
23041         * Button.cs: Added support for DoubleClick method
23042
23043 2005-01-18  Peter Bartok  <pbartok@novell.com>
23044
23045         * Form.cs:
23046           - Added method to parent window that allows triggering size
23047             calculations when a menu is added/removed
23048           - set_Menu: Cleaned up mess from early days of Form and Control,
23049             now properly triggers a recalc when a menu is added/removed
23050           - Added case to select form itself as focused form if no child
23051             controls exist
23052           - Added PerformLayout call when showing dialog, to ensure properly
23053             placed controls
23054         * Control.cs:
23055           - Select(): Made internal so Form can access it
23056           - Focus(): Only call Xplat layer if required (avoids loop), and sets
23057             status
23058         * Application.cs (Run): Removed hack and calls PerformLayout instead
23059           to trigger calculation when Form becomes visible
23060
23061 2005-01-18  Jordi Mas i Hernandez <jordi@ximian.com>
23062
23063         * ComboBox.cs: fixes for ownerdraw
23064
23065 2005-01-18  Peter Bartok  <pbartok@novell.com>
23066
23067         * TextControl.cs:
23068           - Sentinel is no longer static, each Document gets it's own, this
23069             avoids locking or alternatively overwrite problems when more
23070             than one text control is used simultaneously.
23071           - Switched to use Hilight and HilightText brushes for text selection
23072
23073         * TextBoxBase.cs (PaintControl): Disabled AntiAliasing to improve looks
23074
23075 2005-01-18  Peter Bartok  <pbartok@novell.com>
23076
23077         * Control.cs:
23078           - Hooked up the following events:
23079                 o ControlAdded
23080                 o ControlRemoved
23081                 o HandleDestroyed
23082                 o ImeModeChanged
23083                 o ParentChanged
23084                 o TabStopChanged
23085                 o Invalidated
23086                 o SystemColorsChanged
23087                 o ParentFontChanged
23088                 o Move
23089           - Removed debug output
23090           - Added a call to the current theme's ResetDefaults when a color change
23091             is detected
23092         * Form.cs: Now setting the proper ImeMode
23093         * Theme.cs: Defined a method to force recreation of cached resources
23094           and rereading of system defaults (ResetDefaults())
23095         * ThemeWin32Classic.cs: Added ResetDefaults() stub
23096
23097 2005-01-17  Peter Bartok  <pbartok@novell.com>
23098
23099         * Control.cs: Added missing attributes
23100
23101 2005-01-17  Jackson Harper  <jackson@ximian.com>
23102
23103         * TreeNode.cs: Implement editing. Add missing properties selected
23104         and visible.
23105         * TreeView.cs: Implement node editing. Also some fixes to use
23106         Invalidate (invalid area) instead of Refresh when selecting.
23107
23108 2005-01-17  Peter Bartok  <pbartok@novell.com>
23109
23110         * Control.cs:
23111           - Implemented InvokeGotFocus() method
23112           - Implemented InvokeLostFocus() method
23113           - Implemented InvokePaint() method
23114           - Implemented InvokePaintBackground() method
23115           - Implemented InvokeClick() method
23116           - Implemented FindForm() method
23117           - Implemented RectangleToClient() method
23118           - Implemented ClientToRectangle() method
23119           - Implemented ResetBackColor() method
23120           - Implemented ResetCursor() method
23121           - Implemented ResetFont() method
23122           - Implemented ResteForeColor() method
23123           - Implemented ResetImeMode() method
23124           - Implemented ResetLeftToRight() method
23125           - Implemented ResetText() method
23126           - Implemented Scale() methods
23127           - Implemented ScaleCore() method
23128           - Implemented Update() method
23129           - Removed unused variables
23130           - Stubbed AccessibilityNotifyClients and
23131             ControlAccessibleObject.NotifyClients() methods (dunno what to do
23132             with those yet)
23133           - Now setting proper default for RightToLeft property
23134           - Fixed bug in SetClientSizeCore that would cause windows to get
23135             really big
23136           - Now sending Click/DoubleClick events
23137           - Now selecting controls when left mouse button is clicked on
23138             selectable control
23139         * AccessibleEvents.cs: Added
23140         * XplatUI.cs, XplatUIDriver.cs: Added UpdateWindow() method
23141         * XplatUIOSX.cs: Stubbed UpdateWindow() method
23142         * XplatUIWin32.cs: Implemented UpdateWindow() method
23143         * XplatUIX11.cs: Implemented UpdateWindow() method
23144         * Form.cs: Removed stray semicolon causing CS0162 warning
23145         * ThemeWin32Classic.cs: Fixed unused variable warnings
23146         * ScrollableControl.cs: Now calls base method for ScaleCore
23147         * ButtonBase.cs: Now disabling StandardClick and StandardDoubleClick
23148           style to avoid interference with internal click handler (which is
23149           different than standard Control click handling)
23150         * RadioButton.cs:
23151           - Now unchecks all sibling radio buttons when control is
23152             selected (Fixes #68756)
23153           - Removed internal tabstop variable, using the one inherited from
23154             Control
23155
23156 2005-01-17  Jackson Harper  <jackson@ximian.com>
23157
23158         * NavigateEventArgs.cs: Fix base type.
23159         * LinkLabel.cs: Sig fix
23160         
23161 2005-01-17  Jackson Harper  <jackson@ximian.com>
23162
23163         * TreeView.cs: Only invalidate the effected nodes bounds when
23164         selecting nodes.
23165
23166 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
23167
23168         * XplatUIWin32.cs: fixes Win32 marshaling
23169         * XplatUIX11.cs: fixes method signature
23170
23171 2005-01-17  Peter Bartok  <pbartok@novell.com>
23172
23173         * XplatUIX11.cs: Clean up resources when we no longer need them
23174
23175 2005-01-17  Peter Bartok  <pbartok@novell.com>
23176
23177         * XplatUI.cs, XplatUIDriver.cs: Added SetCursor(), ShowCursor(),
23178           OverrideCursor(), DefineCursor(), DefineStdCursor(), GetCursorInfo()
23179           and DestroyCursor() methods.
23180         * Cursor.cs: Partially implemented, now supports standard cursors;
23181           still contains some debug code
23182         * Cursors.cs: Implemented class
23183         * Control.cs:
23184           - WndProc(): Added handling of WM_SETCURSOR message, setting the
23185             appropriate cursor
23186           - Implemented Cursor property
23187           - Replaced break; with return; more straightforwar and possibly
23188             faster
23189           - Now properly setting the result for WM_HELP
23190         * X11Structs.cs: Added CursorFontShape enum
23191         * XplatUIStructs.cs:
23192           - Added StdCursor enum (to support DefineStdCursor() method)
23193           - Added HitTest enum (to support sending WM_SETCURSOR message)
23194         * XplatUIX11.cs:
23195           - Now sends the WM_SETCURSOR message
23196           - Implemented new cursor methods
23197         * XplatUIOSX.cs: Stubbed new cursor methods
23198         * XplatUIWin32.cs:
23199           - Implemented new cursor methods
23200           - Added GetSystemMetrics function and associated enumeration
23201
23202 2005-01-15  Peter Bartok  <pbartok@novell.com>
23203
23204         * Control.cs:
23205           - WndProc(): Now handles EnableNotifyMessage
23206           - SelectNextControl(): Fixed bug where if no child or sibling
23207             controls exist we looped endlessly
23208
23209 2005-01-14  Jackson Harper  <jackson@ximian.com>
23210
23211         * TreeView.cs: Recalculate the tab pages when a new one is added
23212         so that the proper bounding rects are created.
23213
23214 2005-01-14  Jackson Harper  <jackson@ximian.com>
23215
23216         * TreeView.cs: Draw a gray box instead of a grip in the lower
23217         right hand corner when there are both horizontal and vertical
23218         scroll bars.
23219
23220 2005-01-14  Jackson Harper  <jackson@ximian.com>
23221
23222         * Control.cs: When erasing backgrounds use FromHwnd instead of
23223         FromHdc when there is a NULL wparam. This occurs on the X driver.
23224         * XplatUIX11.cs: Set the wparam to NULL.
23225
23226 2005-01-13  Jackson Harper  <jackson@ximian.com>
23227
23228         * PictureBox.cs: Implement missing methods (except ToString, need
23229         to test that on windows) and events. When visibility is changed we
23230         need to redraw the image because the buffers are killed. When size
23231         is changed refresh if the sizemode needs it.
23232
23233 2005-01-13  Peter Bartok  <pbartok@novell.com>
23234
23235         * Control.cs (SelectNextControl): Was using wrong method to select
23236           a control
23237
23238 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
23239
23240         * ComboBox.cs: fixes dropstyle
23241
23242 2005-01-13  Peter Bartok  <pbartok@novell.com>
23243
23244         * Form.cs:
23245           - Implemented Select() override
23246           - Now handles WM_SETFOCUS/WM_KILLFOCUS messages
23247           - Now sets keyboard focus on startup
23248         * Control.cs (SelectNextControl): Now properly handles directed=true
23249         * TextBoxBase.cs:
23250           - WndProc: Now passes tab key on to base if AcceptTabChar=false
23251           - Added (really bad) focus rectangle (mostly for testing)
23252         * TextBox.cs: Added code to handle getting/loosing focus and invalidating
23253           to enforce redraw on focus changes
23254         * ContainerControl.cs:
23255           - Fixed detection of Shift-Tab key presses
23256           - Fixed traversal with arrow keys
23257         * XplatUIX11.cs: Implemented simulated keyboard focus; not sure if we're
23258           gonna keep this or if it's complete yet
23259         
23260 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
23261
23262         * ComboBox.cs: missing properties, fixes
23263
23264 2005-01-13  Peter Bartok  <pbartok@novell.com>
23265
23266         * Panel.cs (ctor): Setting Selectable window style to off
23267         * Splitter.cs (ctor): Setting Selectable window style to off
23268         * GroupBox.cs (ctor): Setting Selectable window style to off
23269         * Label.cs (ctor): Setting Selectable window style to off
23270
23271 2005-01-12  Miguel de Icaza  <miguel@ximian.com>
23272
23273         * UpDownBase.cs (InitTimer): If the timer has been already
23274         created, enable it.
23275
23276         Use a TextBox instead of a Label.
23277
23278 2005-01-12  Jackson Harper  <jackson@ximian.com>
23279
23280         * TreeView.cs: Refresh the tree after sorting the nodes. Always
23281         draw the connecting node lines (when ShowLines is true).
23282         * TreeNode.cs: The nodes index can now be updated. This is used
23283         when a node collection is sorted.
23284         * TreeNodeCollection.cs: Implement sorting. Nodes can be sorted on
23285         insert or an existing unsorted node collection can be sorted.
23286         
23287 2005-01-12  Peter Bartok  <pbartok@novell.com>
23288
23289         * ContainerControl.cs: Implemented ProcessDialogKeys()
23290
23291 2005-01-12  Peter Bartok  <pbartok@novell.com>
23292
23293         * Control.cs:
23294           - Implemented SelectNextControl() method
23295           - Several focus related bug fixes
23296           - Fixed Docking calculations to match MS documentation and
23297             behaviour
23298
23299 2005-01-12  Jordi Mas i Hernandez <jordi@ximian.com>
23300
23301         * ContainerControl.cs, ListControl.cs, ListBox.cs: keyboard navigation and
23302         bug fixes
23303
23304 2005-01-12  Peter Bartok  <pbartok@novell.com>
23305
23306         * Control.cs:
23307           - Fixed broken Contains() method
23308           - Implemented GetNextControl() method. Finally. This is the pre-
23309             requisite for focus handling.
23310
23311 2005-01-12  Peter Bartok  <pbartok@novell.com>
23312
23313         * OSXStrucs.cs: Added
23314
23315 2005-01-12  Peter Bartok  <pbartok@novell.com>
23316
23317         * XplatUIWin32.cs:
23318           - Removed PeekMessageFlags
23319           - Implemented SetWindowStyle() method
23320         * XplatUIStructs.cs: Added PeekMessageFlags
23321         * X11Structs: Added missing border_width field to XWindowChanges struct
23322         * XplatUIX11.cs:
23323           - PeekMessage: Now throws exception if flags which are not yet
23324             supported are passed
23325           - Implemented SetWindowStyle() method
23326           - Fixed SetZOrder to handle AfterHwnd properly
23327         * XplatUI.cs: Added SetWindowStyle() method
23328         * XplatUIDriver.cs: Added SetWindowStyle() abstract
23329         * Control.cs:
23330           - Implemented UpdateStyles() method
23331           - Implemented UpdateZOrder() method
23332         * XplatUIOSX.cs: Added SetWindowStyle() stub
23333
23334 2005-01-12  Geoff Norton  <gnorton@customerdna.com>
23335
23336         * XplatUIOSX.cs: Fix SetZOrder (this needs more testing with a 3
23337         button mouse).
23338
23339
23340 2005-01-11  Jackson Harper  <jackson@ximian.com>
23341
23342         * TreeView.cs: Still need to draw lines to siblings even if out of
23343         the current node is out of the clip.
23344
23345 2005-01-11  Jackson Harper  <jackson@ximian.com>
23346
23347         * TreeView.cs: When setting the hbar/vbar/grip position use
23348         SetBounds so that perform layout is only called once. Also suspend
23349         and resume layout so layout is only done once for all controls.
23350         - Removed some debug fluff
23351         * SizeGrip.cs: Call base implmentation in overriding methods.
23352         - When visibility is changed the drawing buffers are killed so we
23353         need to redraw.
23354
23355 2005-01-11  Jackson Harper  <jackson@ximian.com>
23356
23357         * TreeView.cs: Calculate the open node count while drawing. This
23358         saves us an entire tree traversal for every paint operation. Use
23359         a member var for the open node count so less vars are passed around.
23360
23361 2005-01-11  John BouAntoun  <jba-mono@optusnet.com.au>
23362
23363         * MonthCalendar.cs:
23364         - fixed selection to use mousemove, not mouse polling on timer
23365         * ThemeWin32Classic.cs
23366         - removed redundant unused variable "no_more_content"
23367         
23368 2005-01-11  Peter Bartok  <pbartok@novell.com>
23369
23370         * XplatUIX11.cs (DoEvents): Needs to return when no more events
23371           are pending, so it now calls PeekMessage instead of GetMessage;
23372           implemented a incomplete version of PeekMessage
23373         
23374 2005-01-11  Peter Bartok  <pbartok@novell.com>
23375
23376         * XplatUIWin32.cs: Switched P/Invokes to unicode charset to avoid
23377           I18n issues
23378         * TextBoxBase.cs: Added sending of TextChanged event
23379
23380 2005-01-10  Jackson Harper  <jackson@ximian.com>
23381
23382         * TreeView.cs: Try not to draw outside the clipping rectangle on
23383         each node element.
23384
23385 2005-01-10  Jordi Mas i Hernandez <jordi@ximian.com>
23386
23387         * ComboBox.cs: keyboard navigation, item navigation, bug fixes
23388
23389 2005-01-10  Jackson Harper  <jackson@ximian.com>
23390
23391         * TreeView.cs:
23392         - Implement fast scrolling. Now only the newly
23393         exposed nodes are drawn and the old image is moved using the
23394         XplatUI::ScrollWindow method.
23395         - Factor in height of nodes when calculating whether or not the
23396         node is in the clipping rect.
23397
23398 2005-01-10  Jackson Harper  <jackson@ximian.com>
23399
23400         * TreeNodeCollection.cs: Refresh the tree when a new node is added.
23401
23402 2005-01-10  Peter Bartok  <pbartok@novell.com>
23403
23404         * Application.cs: Added temporary hack to resolve all our resize
23405           required issues on startup. This will get fixed properly at
23406           some point in the future
23407
23408 2005-01-10  Jackson Harper  <jackson@ximian.com>
23409
23410         * SizeGrip.cs: New internal class that is used as a sizing
23411         grip control...hence the name.
23412
23413 2005-01-10  Peter Bartok  <pbartok@novell.com>
23414
23415         * Control.cs: Implemented proper TabIndex handling, now assigning
23416           a tabindex when a control is added to a container
23417         * GroupBox.cs (ctor): Now sets the Container style bit, required
23418           for Control.GetNextControl()
23419
23420 2005-01-09  Jackson Harper  <jackson@ximian.com>
23421
23422         * TextBoxBase.cs: Clear window when scrolling (fixes build).
23423
23424 2005-01-09  Peter Bartok <pbartok@novell.com>
23425
23426         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
23427           XplatUIX11.cs: Added ability to control ScrollWindow expose and
23428           an overload for ScrollWindow to allow only scrolling a rectangle
23429
23430 2005-01-09  Peter Bartok <pbartok@novell.com>
23431
23432         * Form.cs:
23433           - Implemented SetDesktopBounds method
23434           - Implemented SetDesktopLocation method
23435
23436 2005-01-08  Jackson Harper  <jackson@ximian.com>
23437
23438         * TreeView.cs: Only set the vbar's Maximum and LargeChange when
23439         the node count has changed, this removes to VScroll::Refresh calls
23440         when drawing.
23441
23442 2005-01-08  Geoff Norton  <gnorton@customerdna.com>
23443
23444         * XplatUIOSX.cs: Fix GetWindowState & SetWindowState
23445
23446 2005-01-07  Jackson Harper  <jackson@ximian.com>
23447
23448         * TreeNode.cs: Just update the single node when it is
23449         checked. Don't refresh after toggling, the Expand/Collapse already
23450         handles this.
23451         * TreeView.cs: Respect clipping a little more when drawing. Try
23452         not to redraw things that don't need to be redrawn. Just hide the
23453         scrollbars when they are no longer needed instead of removing
23454         them, so they don't have to be created again and again.
23455         
23456 2005-01-07  Geoff Norton  <gnorton@customerdna.com>
23457
23458         * XplatUIOSX.cs (SetCaretPos):  We need to translate the view
23459         coordinates to window space to place the caret properly, FIXED.
23460         Implement GetWindowState & SetWindowState
23461
23462 2005-01-06  Peter Bartok <pbartok@novell.com>
23463
23464         * Form.cs:
23465           - Implemented ClientSize property
23466           - Implemented DesktopBounds property
23467           - Implemented DesktopLocation property
23468           - Implemented IsRestrictedWindow property
23469           - Implemented Size property
23470           - Implemented TopLevel property
23471           - Implemented FormWindowState property
23472         * Control.cs:
23473           - Implemented GetTopLevel() method
23474           - Implemented SetTopLevel() method
23475         * X11Structs.cs (Atom):
23476           - Added AnyPropertyType definition
23477           - Added MapState definiton and updated XWindowAttribute struct
23478         * XplatUI.cs: Added GetWindowState() and SetWindowState() methods
23479         * XplatUIDriver.cs: Added GetWindowState() and SetWindowState() methods
23480         * XplatUIOSX.cs: Stubbed GetWindowState() and SetWindowState() methods
23481         * XplatUIWin32.cs:
23482           - Implemented GetWindowState() and SetWindowState() methods
23483           - Fixed Win32GetWindowLong return type
23484         * XplatUIX11.cs:
23485           - Introduced central function for sending NET_WM messages
23486           - Implemented GetWindowState() and SetWindowState() methods
23487         * TextBoxBase.cs (set_Lines):
23488           - Now uses Foreground color for text added via Text property (Duh!)
23489           - Added code to remember programmatically requested size (fixes
23490             behaviour when Multiline is set after Size)
23491           - Added AutoSize logic
23492
23493 2005-01-06  Jackson Harper  <jackson@ximian.com>
23494
23495         * TreeView.cs: Draw the image after the checkbox if checkboxes are enabled.
23496
23497 2005-01-06  Jackson Harper  <jackson@ximian.com>
23498
23499         * ListBox.cs: Don't allow the horizontal scrollbars maximum to be
23500         set to less then 0.
23501
23502 2005-01-06  Jackson Harper  <jackson@ximian.com>
23503
23504         * ScrollableControl.cs: Lazy init the scrollbars.
23505         
23506 2005-01-06  Jackson Harper  <jackson@ximian.com>
23507
23508         * Theme.cs: Speed up getting pens and solid brushes, by using
23509         their ARGB as a hash instead of tostring and not calling Contains.
23510
23511 2005-01-06  Peter Bartok <pbartok@novell.com>
23512
23513         * Form.cs:
23514           - Implemented OnActivated and OnDeactivate event trigger
23515           - Implemented Activate() method
23516           - Fixed ShowDialog() to activate the form that was active before
23517             the dialog was shown
23518         * XplatUIX11.cs:
23519           - Added global active_window var that tracks the currently active
23520             X11 window
23521           - Now always grabs Property changes from the root window to always
23522             catch changes on the active window property
23523           - Added code to PropertyNotify handler to send Active/Inactive
23524             messages when state changes. This puts X11 and Win32 en par on
23525             WM_ACTIVATE notifications (except for double notifications when
23526             the user clicks away from our modal window to another one of our
23527             windows)
23528
23529 2005-01-05  Jackson Harper  <jackson@ximian.com>
23530
23531         * ImageList.cs: Implment ctor
23532
23533 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
23534
23535         * XplatUIOSX.cs: Implement Activate/SetTopmost
23536
23537 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
23538
23539         * XplatUIOSX.cs: Implement SetZOrder, minor cleanup
23540
23541 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
23542
23543         * XplatUIOSX.cs: Implement GetActive/SetFocus.
23544
23545 2005-01-05  Peter Bartok <pbartok@novell.com>
23546
23547         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs,
23548           XplatUIOSX.cs: Added GetActive method to return the currently
23549           active window for the application (or null, if none is active)
23550         * Form.cs:
23551           - Implemented ActiveForm
23552           - Commented out owner assignment for modal dialogs (causes problems
23553             on Win32, since the owner will be disabled)
23554           - Reworked some Active/Focus handling (still incomplete)
23555         * CommonDialog.cs: Commented out owner assignment for modal dialogs
23556           (causes problems on Win32, since the owner will be disabled)
23557         * IWin32Window: Added ComVisible attribute
23558
23559 2005-01-05  Peter Bartok <pbartok@novell.com>
23560
23561         * ToolTip.cs (WndProc): Enable setting focus now that we have the
23562           required XplatUI functions.
23563
23564 2005-01-05  Peter Bartok <pbartok@novell.com>
23565
23566         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIDriver.cs,
23567           XplatUIX11.cs, X11Structs.cs, Form.cs: Framework code required
23568           to implement focus and activation handling; still incomplete and
23569           with debug output
23570
23571 2005-01-04  Peter Bartok <pbartok@novell.com>
23572
23573         * TextBoxBase.cs: Changed access level for Document property to
23574           match switch to internal for TextControl
23575
23576 2005-01-04  Peter Bartok <pbartok@novell.com>
23577
23578         * AccessibleObject: Added ComVisible attribute
23579
23580 2005-01-04  Jackson Harper  <jackson@ximian.com>
23581
23582         * X11Keyboard.cs: Remove unneeded var.
23583
23584 2005-01-04  Jackson Harper  <jackson@ximian.com>
23585
23586         * XplatUIX11.cs (DoEvents): Implement, Just cast aside all events
23587         but PAINT.
23588         * XplatUIX11.cs (GetMessage): Call Exit when we get an unknown
23589         ClientMessage. This makes apps exit cleanly (more often).
23590         
23591 2005-01-04  Jackson Harper  <jackson@ximian.com>
23592
23593         * TreeNode.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) for
23594         handling focus, return correct colors and fonts,
23595         * TreeView.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) to
23596         handle selection, horizontal scrolling, and mouse interaction.
23597
23598 2005-01-04  Peter Bartok <pbartok@novell.com>
23599
23600         * ICommandExecutor.cs: Added
23601         * IDataGridColumnStyleEditingNotificationService.cs: Added
23602         * IFeatureSupport.cs: Added
23603         * IFileReaderService.cs: Added
23604         * IDataObject.cs: Added ComVisible attribute
23605         * AmbientProperties.cs: Added
23606         * BaseCollection.cs: Added missing attributes
23607         * ListBindingConverter.cs: Added (stubbed, required for certain attributes)
23608         * BaseCollection.cs: Added missing attributes
23609         * Binding.cs: Added TypeConverter attribute
23610         * BindingContext.cs: Added DefaultEvent attribute
23611         * BindingsCollection.cs: Added DefaultEvent attribute
23612         * Button.cs: Added DefaultValue attribute
23613         * DragEventArgs.cs: Added ComVisible attribute
23614         * GiveFeedbackEventArgs.cs: Added ComVisible attribute
23615         * KeyEventArgs.cs: Added ComVisible attribute
23616         * KeyPressEventArgs.cs: Added ComVisible attribute
23617         * MouseEventArgs.cs: Added ComVisible attribute
23618         * NavigateEventArgs.cs: Added
23619         * NavigateEventHandler.cs: Added
23620         * FeatureSupport.cs: Added
23621         * OSFeature.cs: Added
23622         * Theme.cs: Added abstract Version property to support OSFeature
23623         * ThemeWin32Classic.cs: Added Version property to
23624           support OSFeature.Themes
23625         * ProgressBar.cs: Removed OnPaintBackground override, not required since
23626           the proper styles to avoid background drawing are set, also doesn't
23627           match MS signature
23628         * QueryAccessibilityHelpEventArgs.cs: Added ComVisible attribute
23629         * QueryContinueDragEventArgs.cs: Added ComVisible attribute
23630         * ScrollEventArgs.cs: Added ComVisible attribute
23631         * SplitterEventArgs.cs: Added ComVisible attribute
23632         * AccessibleSelection.cs: Added Flags attribute
23633         * Appearance.cs: Added ComVisible attribute
23634         * Border3DSide.cs: Added ComVisible attribute
23635         * Border3DStyle.cs: Added ComVisible attribute
23636         * BorderStyle.cs: Added ComVisible attribute
23637         * DragAction.cs: Added ComVisible attribute
23638         * ErrorBlinkStyle.cs: Added
23639         * ScrollEventType.cs: Added ComVisible attribute
23640         * AnchorStyles.cs: Added Editor attribute
23641         * DockStyle.cs: Added Editor attribute
23642         * HorizontalAlignment.cs: Added ComVisible attribute
23643         * HelpEventArgs.cs: Added ComVisible attribute
23644         * PaintEventArgs.cs: Added IDisposable
23645
23646 2005-01-04  Peter Bartok <pbartok@novell.com>
23647
23648         * TextControl.cs: Switched Line, LineTag and Document classes to
23649           internal
23650
23651 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
23652
23653         * ComboBox.cs, ThemeWin32Classic.cs, ListBox.cs, Theme.cs:
23654         Simple mode, fixes, IntegralHeight, etc.
23655
23656 2005-01-04  Peter Bartok <pbartok@novell.com>
23657
23658         * TextBoxBase.cs: Using proper font variable now
23659
23660 2005-01-04  Peter Bartok <pbartok@novell.com>
23661
23662         * Form.cs (ShowDialog): Set parent to owner, if provided
23663         * GroupBox.cs: Removed unused vars
23664         * TextControl.cs:
23665           - Added GetHashCode() for Document and LineTag classes
23666           - Removed unused variables
23667           - Added CharIndexToLineTag() and LineTagToCharIndex() methods
23668             to allow translation between continuous char position and line/pos
23669         * CheckBox.cs: Removed vars that are provided by base class
23670         * RadioButton.cs: Removed vars that are provided by base class, added
23671           new keyword where required
23672         * LinkLabel.cs: Added new keyword where required
23673         * Control.cs (WndProc): Removed unused variable
23674         * TextBoxBase.cs:
23675           - Finished SelectionLength property
23676           - Implemented SelectionStart property
23677           - Implemented Text property
23678           - Removed unused vars
23679         * MessageBox.cs: Added new keyword where required
23680         * TextBox.cs: Removed Text property code (now in TextBoxBase), fixed
23681           WndProc signature
23682         * MenuAPI.cs: Added new keyword where required
23683         * ButtonBase.cs: Removed vars that are provided by base class, added
23684           new keyword where required
23685         * ThemeWin32Classic.cs (DrawMonthCalendarDate): Now cast Math.Floor
23686           argument to double, to allow compiling with csc 2.0 (Atsushi ran
23687           into this)
23688         * Application.cs (Run): Now triggers the ThreadExit event
23689         * CommonDialog.cs: Added new keyword where required; now properly sets
23690           parent (owner) for dialog
23691         * XplatUIX11.cs: Commented out unused vars
23692         * StatusBar.cs: Fixed signature for Text property
23693         * TabPage.cs: Undid Jordi's removal of unused var, now using the var
23694
23695 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
23696
23697         * ComboBox.cs, TabPage.cs, MenuAPI.cs, ThemeWin32Classic.cs,
23698         TrackBar.cs, MonthCalendar.cs: remove unused vars
23699
23700 2005-01-03  Jackson Harper  <jackson@ximian.com>
23701
23702         * ThemeWin32Classic.cs:
23703         * X11Keyboard.cs: Remove unused vars.
23704
23705 2005-01-03  Peter Bartok  <pbartok@novell.com>
23706
23707         * TextBox.cs:
23708           - set_Text: Tied into TextControl
23709           - set_TextAlignment: Tied into TextControl
23710         * TextControl.cs:
23711           - Added alignment properties and implemented alignment handling
23712             and drawing (still has a bug, not generating proper expose events)
23713           - Added new Line() constructor to allow passing the line alignment
23714           - Fixed selection setting, properly handling end<start now
23715           - Added aligment considerations to RecalculateDocument()
23716         * TextBoxBase.cs:
23717           - Now properly enforces control height for single line controls
23718           - Added support for CharacterCasing
23719           - Added IsInputKey override
23720           - Fixed Keys.Enter logic
23721           - Added SetBoundsCore override
23722           - Fixed mouse selection handling
23723
23724 2005-01-03  Jackson Harper  <jackson@ximian.com>
23725
23726         * TreeView.cs:
23727           - Collapse and uncheck all nodes when CheckBoxes is disabled.
23728           - Checkboxes are always aligned to the bottom of the node,
23729           regardless of item height.
23730           - Use the node bounds to draw the text so we can center it when
23731           the item height is greater then the font height.
23732           - Node::Bounds are only the text part of the node.
23733         * TreeNode.cs: New method to combine collapsing and unchecking all
23734           nodes recursively.
23735
23736 2005-01-02  Jackson Harper  <jackson@ximian.com>
23737
23738         * TreeView.cs: Draw checkmarks, handle detecting check mark clicks
23739         * TreeNode.cs: Add a bounding box for the checkbox, refresh the
23740         tree when a check is changed. TODO: Only refresh the checked node.
23741
23742 2004-12-30  Jackson Harper  <jackson@ximian.com>
23743
23744         * TreeView.cs: Draw checkbox boxes when checkboxes are enabled.
23745         * TreeNode.cs: When collapsing make sure to never collapse the
23746         root node.
23747
23748 2004-12-29  Jackson Harper  <jackson@ximian.com>
23749
23750         * TreeView.cs: Align lines to the bottom of plus minus boxes properly.
23751         
23752 2004-12-28  Zoltan Varga  <vargaz@freemail.hu>
23753
23754         * X11Structs.cs X11Keyboard.cs XplatUIX11.cs: Fix 64 bit issues.
23755
23756 2004-12-28  Peter Bartok  <pbartok@novell.com>
23757
23758         * MessageBox.cs (get_CreateParams): Don't use owner var if it's
23759           not yet assigned
23760
23761 2004-12-28  Peter Bartok  <pbartok@novell.com>
23762
23763         * Control.cs (WndProc): Added WM_HELP handler, now generates
23764           HelpRequested event
23765         * Form.cs: Added HelpButton property and required support code
23766         * XplatUIStructs.cs: Added HELPINFO structure for WM_HELP handling
23767
23768 2004-12-28  Peter Bartok  <pbartok@novell.com>
23769
23770         * CommonDialog.cs:
23771           - Made DialogForm.owner variable internal
23772           - Added check to ensure owner form is set before setting
23773             owner properties in CreateParams
23774
23775 2004-12-28  Geoff Norton  <gnorton@customerdna.com>
23776
23777         * XplatUIOSX.cs: Implement mouse hovering.  Fix QDPoint struct to avoid
23778           swizzling.  Implement ClientToScreen and ScreenToClient.  Implement
23779           GetCursorPos.  Fix major visibility issues.  Rework the windowing
23780           system to support borderless/titleless windows (implements menus).
23781           Fix GetWindowPos.  Implement initial background color support for
23782           views.
23783
23784 2004-12-28  Peter Bartok  <pbartok@novell.com>
23785
23786         * Form.cs (get_CreateParams): Make sure we have an owner before using
23787           the owner variable. Implement proper default if no owner exists
23788
23789 2004-12-28  Peter Bartok  <pbartok@novell.com>
23790
23791         * In preparation for making Managed.Windows.Forms the default build target
23792           for System.Windows.Forms, the following stubbed files were added.
23793           Dialogs are currently being implemented by contributors and are only
23794           short-term place holders.
23795         * ColorDialog.cs: Initial check-in (minmal stub)
23796         * DataGrid.cs: Initial check-in (minimal stub)
23797         * DataGridLineStyle.cs: Initial check-in (minimal stub)
23798         * DataGridParentRowsLabelStyle.cs: Initial check-in (minimal stub)
23799         * DataGridTableStyle.cs: Initial check-in (minimal stub)
23800         * FontDialog.cs: Initial check-in (minimal stub)
23801         * FileDialog.cs: Initial check-in (minimal stub)
23802         * GridColumnStylesCollection.cs: Initial check-in (minimal stub)
23803         * GridTableStylesCollection.cs: Initial check-in (minimal stub)
23804         * OpenFileDialog: Initial check-in (minimal stub)
23805         * IComponentEditorPageSite.cs: Initial check-in
23806         * Splitter.cs: Initial check-in (for Jackson)
23807         * SplitterEventArgs.cs: Initial check-in (for Jackson)
23808         * SplitterEventHandler.cs: Initial check-in (for Jackson)
23809         * TextBox.cs: Initial check-in; still needs some wiring to
23810           TextControl backend
23811         * Form.cs: Implemented ControlBox property
23812         * MessageBox.cs: Added proper coding for Minimize/Maximize/ControlBox
23813         * CommonDialog.cs: Added proper coding for Minimize/Maximize/ControlBox
23814         * TextControl.cs: Added selection functionality; added todo header
23815         * TextBoxBase.cs:
23816           - Implemented Lines property
23817           - Implemented TextHeight property
23818           - Implemented SelectedText property
23819           - Implemented SelectionLength property
23820           - Implemented SelectAll method
23821           - Implemented ToString method
23822           - Removed and cleaned up some debug code
23823           - Implemented (still buggy) mouse text selection
23824
23825 2004-12-27  Jordi Mas i Hernandez <jordi@ximian.com>
23826
23827         * ComboBox.cs: Complete DropDownList implementation, fixes.
23828
23829 2004-12-26  Jordi Mas i Hernandez <jordi@ximian.com>
23830
23831         * ThemeWin32Classic, Theme.cs: ComboBox drawing methods
23832         * ComboBoxStyle.cs: ComboBoxStyle enum
23833         * ComboBox.cs: Initial work on ComboBox control
23834
23835 2004-12-21  Peter Bartok  <pbartok@novell.com>
23836
23837         * Control.cs (ctor, CreateParams): Moved setting of is_visible
23838           forward so that anything that creates a window gets the default,
23839           also no longer uses Visible property in CreateParams to avoid
23840           walking up the parent chain and possibly get the wrong visible
23841           status. Fixed IsVisible to no longer walk up to the parent.
23842
23843 2004-12-21  Peter Bartok  <pbartok@novell.com>
23844
23845         * Form.cs (ShowDialog): Unset modality for the proper window
23846  
23847 2004-12-20  Peter Bartok  <pbartok@novell.com>
23848
23849         * CommonDialog.cs: Initial check-in
23850
23851 2004-12-20  Peter Bartok  <pbartok@novell.com>
23852
23853         * Control.cs (Visible): Now uses the parent window instead of the
23854           client area window for the property
23855
23856         * Form.cs
23857           - ShowDialog(): Now uses the proper window for modality
23858           - The default visibility state for the form parent is now false. This
23859             will prevent the user from seeing all the changes to the form and
23860             its controls before the application hits Application.Run()
23861           - Removed some stale commented out code
23862
23863         * NativeWindow.cs:
23864           - Added FindWindow() method to have a method to check for existence
23865             of a window handle
23866           - Added ability to override default exception handling (for example
23867             when debugging with VS.Net; to do this the ExternalExceptionHandler
23868             define must be set
23869           - Removed some useless debug output
23870
23871         * XplatUIX11.cs:
23872           - Removed r37929 (SetModal patch from Ashwin Bharambe), was
23873             not working as expected
23874           - Implemented modal_window stack and checking for _WM_ACTIVE_WINDOW
23875             property to allow switching back to the modal window if focus is
23876             given to another one of our windows (Application Modal)
23877           - Now only sets override_redirect if we create a window
23878             without WS_CAPTION
23879           - Moved EventMask selection before mapping of newly created window
23880             so we can catch the map event as well
23881           - Implemented Activate() method via the _WM_ACTIVE_WINDOW property
23882           - Added various Atom related DllImports
23883           - Implemented Exit() method
23884           - .ctor() : No longer shows window if WS_VISIBLE is not defined
23885             in the CreateParams
23886
23887         * MessageBox.cs: Now properly deals with the FormParent window by
23888           providing an override the FormParent CreateParams property to
23889           set as POPUP instead of OVERLAPPED window.
23890
23891 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
23892
23893         * XplatUIOSX.cs: Implement DestroyWindow.  Implement ScrollWindow
23894         Minor code cleanup.
23895
23896 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
23897         
23898         * XplatUIOSX.cs (SetModal): Implement this method on OSX.
23899
23900 2004-12-18  Peter Bartok  <pbartok@novell.com>
23901
23902         * XplatUIX11.cs (SetModal): Applied patch from Ashwin Bharambe,
23903           implementing SetModal() method
23904
23905 2004-12-18  Peter Bartok  <pbartok@novell.com>
23906
23907         * X11Structs.cs (XGCValues): Fixed type of function element
23908         * XplatUI.cs: Added ScrollWindow() method
23909         * XplatUIDriver.cs: Added ScrollWindow() abstract
23910         * XplatUIWin32.cs: Implemented ScrollWindow() method
23911         * XplatUIX11.cs: Implemented ScrollWindow() method
23912         * XplatUIOSX.cs: Stubbed out ScrollWindow() method
23913
23914 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
23915
23916         * XplatUIOSX.cs:  Fix cursor to use an Invert instead of drawing it
23917         Some more keyboard support (INCOMPLETE)
23918
23919 2004-12-17  Peter Bartok  <pbartok@novell.com>
23920
23921         * TextControl.cs:
23922         - Added color attribute to line tags.
23923         - Added color argument to all functions dealing with tags
23924         - Added color argument support to various functions
23925         - Fixed miss-calculation of baseline/shift in certain circumstances
23926
23927         * TextBoxBase.cs: Added new color option to test code
23928
23929 2004-12-17  Jackson Harper  <jackson@ximian.com>
23930
23931         * TreeNode.cs:
23932         * MonthCalendar.cs: Signature fixes
23933
23934 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
23935
23936         * XplatUIOSX.cs: Find the missing caret; caret was dissappearing after a
23937         keyboard event moved it.  Create a new graphics context for each paint resolves this
23938
23939 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
23940
23941         * XplatUIOSX.cs: Fix hard cpu eat on loop with existing timers,
23942         Make caret exist and go blink blink.  Initial keyboard support.
23943         Fix exception handler, Add Invalidate support.  Change way RefreshWindow
23944         works.
23945
23946 2004-12-17  Jackson Harper  <jackson@ximian.com>
23947
23948         * XplatUIStructs.cs: Updated set of virtual keycodes.
23949         * KeyboardLayouts.cs: SCROLL_LOCK is now SCROLL
23950
23951 2004-12-17  Jackson Harper  <jackson@ximian.com>
23952
23953         * XplatUIX11.cs: Prune old keyboard code.
23954
23955 2004-12-17  Jackson Harper  <jackson@ximian.com>
23956
23957         * XplatUIX11.cs: When generating mouse wparams get the modifier
23958         keys from the ModifierKeys property.
23959
23960 2004-12-17  Jackson Harper  <jackson@ximian.com>
23961
23962         * X11Keyboard.cs: Send up/down input when generating
23963         messages. Remove some unused vars.
23964
23965 2004-12-17  Jackson Harper  <jackson@ximian.com>
23966
23967         * TabControl.cs:
23968         * TreeView.cs: get rid of warnings.
23969
23970 2004-12-17  Jackson Harper  <jackson@ximian.com>
23971
23972         * XplatUIStructs.cs: Fix a couple wrong virtual keycodes.
23973
23974 2004-12-17  Jordi Mas i Hernandez <jordi@ximian.com>
23975
23976         * ListBox.cs: bug fixes, changes for CheckedListBox.cs
23977           CheckedListBox.cs: Implementation
23978
23979 2004-12-17  Peter Bartok  <pbartok@novell.com>
23980
23981         * TextControl.cs (RecalculateLine): Fixed baseline aligning calcs
23982
23983 2004-12-16  Peter Bartok  <pbartok@novell.com>
23984
23985         * TextControl.cs:
23986           - InsertCharAtCaret(): Fixed start pos fixup
23987           - CaretLine_get: No longer derives the line from the tag, the tag
23988             could be stale if lines in the document have been added or deleted
23989           - RebalanceAfterDelete(): Fixed bug in balancing code
23990           - RebalanceAfterAdd(): Fixed really stupid bug in balancing code
23991           - Line.Streamline(): Now can also elminate leading empty tags
23992           - DumpTree(): Added a few more tests and prevented exception on
23993             uninitialized data
23994           - Added Debug section for Combining lines
23995           - Delete(): Now copies all remaining properties of a line
23996           
23997         * TextBoxBase.cs:
23998           - Left mousebutton now sets the caret (and middle button still acts
23999             as formatting tester, which must go away soon)
24000           - Added Debug section for Deleting/Combining lines
24001           - Fixed calculations for UpdateView after Combining lines
24002
24003 2004-12-16  Peter Bartok  <pbartok@novell.com>
24004
24005         * TextControl.cs: Now properly aligns text on a baseline, using the
24006           new XplatUI.GetFontMetrics() method. Simplified several calculations
24007         * TextBoxBase.cs: Moved #endif to allow compiling if Debug is not
24008           defined
24009
24010 2004-12-16  Peter Bartok  <pbartok@novell.com>
24011
24012         * XplatUI.cs: Added GetFontMetrics() method
24013         * XplatUIDriver.cs: Added GetFontMetrics() abstract
24014         * XplatUIX11.cs: Implemented GetFontMetrics() method, now calls
24015           into libgdiplus, our private GetFontMetrics function
24016         * XplatUIOSX.cs: Implemented GetFontMetrics() method, same as X11
24017         * XplatUIWin32.cs: Implemented GetFontMetrics() method
24018
24019 2004-12-16  Jackson Harper  <jackson@ximain.com>
24020
24021         * XplatUIStruct.cs: Add enum for dead keys
24022         * X11Keyboard.cs: Map and unmap dead keys.
24023
24024 2004-12-16  Jackson Harper  <jackson@ximian.com>
24025
24026         * X11Keyboard.cs: Detect and use the num lock mask.
24027
24028 2004-12-16  Peter Bartok  <pbartok@novell.com>
24029
24030         * Control.cs (CreateGraphics): Added check to make sure the
24031           handle of the window exists before calling Graphics.FromHwnd()
24032
24033 2004-12-16  Peter Bartok  <pbartok@novell.com>
24034
24035         * TextBoxBase.cs: Initial check-in. DO NOT TRY TO USE THIS YET. It
24036           contains a lot of code that's not supposed to be there for the
24037           real thing, but required for developing/testing the textbox
24038           backend.
24039
24040 2004-12-16  Peter Bartok  <pbartok@novell.com>
24041
24042         * TextControl.cs:
24043         - Fixed Streamline method
24044         - Added FindTag method to Line
24045         - Added DumpTree method for debugging
24046         - Added DecrementLines() method for deleting lines
24047         - Fixed UpdateView to update the cursor to end-of-line on single-line
24048           updates
24049         - Added PositionCaret() method
24050         - Fixed MoveCaret(LineDown) to move into the last line, too
24051         - Added InsertChar overload
24052         - Fixed InsertChar tag offset calculations
24053         - Added DeleteChar() method
24054         - Added Combine() method for folding lines
24055         - Fixed Delete() method, no longer allocates wasted Line object and
24056           now copies all properties when swapping nodes
24057         - Delete() method now updates document line counter
24058
24059 2004-12-15  Jackson Harper  <jackson@ximian.com>
24060
24061         * XplatUIX11.cs: Get the modifier keys from the keyboard driver
24062         * X11Keyboard.cs: Expose the currently selected modifier keys
24063         through a property.
24064
24065 2004-12-15  Peter Bartok  <pbartok@novell.com>
24066
24067         * TextControl.cs: Initial check-in. Still incomplete
24068
24069 2004-12-15  Jackson Harper  <jackson@ximian.com>
24070
24071         * TreeNode.cs:
24072         * TreeView.cs: Fix build on csc (second time today ;-))
24073
24074 2004-12-15  Jackson Harper  <jackson@ximian.com>
24075
24076         * TreeView.cs: Store the treenodes plus/minus box bounds when it
24077         is calculated and use this for click testing.
24078         * TreeNode.cs: Add functionality to store the nodes plus minus box bounds.
24079
24080 2004-12-15  Jackson Harper  <jackson@ximian.com>
24081
24082         * TreeView.cs: Pass the nodes image index to the image list when
24083         drawing that image.
24084
24085 2004-12-15  Jackson Harper  <jackson@ximian.com>
24086
24087         * X11Keyboard.cs: Set messages hwnd.
24088         * XplatUIX11.cs: Pass proper hwnd wot keyboard driver. Set hwnd on
24089         post_message calls.
24090
24091 2004-12-15  Jackson Harper  <jackson@ximian.com>
24092
24093         * X11Keyboard.cs: Fix to compile with csc.
24094         
24095 2004-12-15  Jackson Harper  <jackson@ximian.com>
24096
24097         * X11Structs.cs: Add key mask values
24098         * XplatUIStruct.cs: Add keyboard event flags, and keyboard definitions
24099         * X11Keyboard.cs: New file - Extrapolates and interpolates key
24100         down/up foo into WM_CHAR foo
24101         * KeyboardLayouts.cs: Common keyboard layouts
24102         * XplatUIX11.cs: Add the keyboard driver. Add functionality to
24103         post messages into the main queue.
24104
24105 2004-12-13  Jordi Mas i Hernandez <jordi@ximian.com>
24106
24107         * Button.cs: implement ProcessMnemonic
24108         * ThemeWin32Classic.cs: use ResPool (caching) instead of creating
24109           brushes everytime
24110         * Control.cs: fixes IsMnemonic (support for &&, case insensitive, etc)
24111         * ButtonBase.cs: Show HotkeyPrefix (not the &)
24112
24113 2004-12-12  John BouAntoun  <jba-mon@optusnet.com.au>
24114         
24115         * MonthCalendar.cs: Implemented click-hold for next/previous month
24116           and date selection
24117           
24118 2004-12-11  Peter Bartok  <pbartok@novell.com>
24119
24120         * X11Structs.cs:
24121           - Added XKeyboardState (moved from XplatUIX11.cs)
24122           - Added XCreateGC related enums and structures
24123           - Added GXFunction for XSetFunction
24124
24125         * XplatUIStructs.cs: Added missing WS_EX_xxx definitions
24126
24127         * XplatUI.cs: Added CreateCaret(), DestroyCaret(), SetCaretPos() and
24128           CaretVisible() calls
24129
24130         * ToolTip.cs: Added code to prevent stealing focus from app windows
24131
24132         * XplatUIDriver.cs: Added abstracts for caret functions (CreateCaret,
24133           DestroyCaret, SetCaretPos and CaretVisible)
24134
24135         * XplatUIX11.cs:
24136           - Added implementation for caret functions
24137           - Moved hover variables into a struct, to make it a bit easier
24138             on the eyes and to debug
24139           - Removed XKeyboardState (moved to XplatUIX11.cs)
24140           - Moved Keyboard properties into the properties region
24141
24142         * Control.cs (get_Region): Control.CreateGraphics is the appropriate
24143           call to get a graphics context for our control
24144
24145         * XplatUIOSX.cs: Added empty overrides for the new caret functions
24146
24147         * TreeView.cs: Fixed bug. No matter what color was set it would always
24148           return SystemColors.Window
24149
24150         * XplatUIWin32.cs: Implemented caret overrides
24151
24152 2004-12-10  Jordi Mas i Hernandez <jordi@ximian.com>
24153
24154         * ListBox.cs: fire events, implement missing methods and properties,
24155         sorting.
24156
24157 2004-12-10  John BouAntoun <jba-mono@optusnet.com.au>
24158
24159         * MonthCalendar.cs: invalidation bug fixing
24160         * ThemeWin32Classic.cs: paint fixing
24161
24162 2004-12-09  Geoff Norton  <gnorton@customerdna.com>
24163
24164         * XplatUIOSX.cs: Refactor to pass the real hwnd into Graphics.FromHwnd, we
24165         prepare the CGContextRef there now.
24166
24167 2004-12-09  John BouAntoun <jba-mono@optusnet.com.au>
24168
24169         * MonthCalendar.cs:
24170           - optimisationL only invalidate areas that have changed
24171         * ThemeWin32Classic.cs:
24172           - only paint parts that intersect with clip_area
24173
24174 2004-12-09  Peter Bartok  <pbartok@novell.com>
24175
24176         * Application.cs: Undid changes from r37004 which cause problems
24177         on X11
24178
24179 2004-12-09  Ravindra  <rkumar@novell.com>
24180
24181         * ToolBar.cs: Added support for displaying ContextMenu
24182         attached to a button on ToolBar.
24183         * ToolBarButton.cs: Uncomment/fixed the DropDownMenu
24184         property.
24185
24186 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
24187
24188         * Label.cs: autosize works in text change and removes unnecessary
24189         invalidate
24190
24191 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
24192
24193         * ThemeWin32Classic.cs, XplatUIOSX.cs, XplatUIWin32.cs:
24194         remove warnings
24195
24196 2004-12-08  Geoff Norton  <gnorton@customerdna.com>
24197
24198         * XplatUIOSX.cs: Added mouse move/click/grab support
24199         Remove some debugging WriteLines not needed anymore.
24200         Add window resizing/positioning.
24201         Fix visibility on reparenting.
24202
24203 2004-12-08  Peter Bartok  <pbartok@novell.com>
24204
24205         * XplatUIOSX.cs: Added Idle event, now compiles on VS.Net
24206
24207 2004-12-07  Geoff Norton  <gnorton@customerdna.com>
24208
24209         * XplatUIOSX.cs: Initial checkin
24210         * XplatUI.cs: Use the Quartz driver if the environment is set to use it
24211
24212 2004-12-03  Ravindra <rkumar@novell.com>
24213
24214         * ListView.cs: Added some keybindings and fixed scrolling.
24215         ScrollBars listen to ValueChanged event instead of Scroll
24216         Event. This would let us take care of all changes being
24217         done in the scrollbars' values programmatically or manually.
24218         * ListView.cs (CanMultiselect): Added a check for shift key.
24219         * ListView.cs (EnsureVisible): Fixed. Do proper scrolling.
24220         * ListViewItem.cs (Clone): Fixed. We need to make a copy
24221         of ListViewSubItemCollection as well.
24222
24223 2004-12-06  Peter Bartok <pbartok@novell.com>
24224
24225         * Control.cs (Parent): Added check and exception to prevent
24226         circular parenting
24227
24228 2004-12-03  Jordi Mas i Hernandez <jordi@ximian.com>
24229
24230         * ListBox.cs: implemented clipping, selection single and multiple,
24231         bug fixing
24232
24233 2004-12-03  Ravindra <rkumar@novell.com>
24234
24235         * ListView.cs (ListView_KeyDown):
24236         * ListView.cs (ListView_KeyUp): Fixed multiple selection handling
24237         when CTRL key is pressed.
24238         * ListViewItem.cs (Selected): Fixed setting the property.
24239
24240 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
24241
24242         * Application.cs (OnThreadException): Use ThreadExceptionDialog.
24243
24244         * Form.cs: Add ActiveForm, FormBorderStyle, MaximizeBox,
24245         MinimizeBox, ShowInTaskbar, TopMost properties.
24246
24247         * ThreadExceptionDialog.cs: Implemented (disabled TextBox until
24248         will be implemented).
24249
24250 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
24251
24252         * OwnerDrawPropertyBag.cs: New internal parameterless ctor.
24253
24254         * TreeNode.cs: Implemented ICloneable, Fixed to pass my simple
24255         tests.
24256         
24257         * TreeNodeCollection.cs: Add exception throwing for Add,AddRange.
24258         
24259         * TreeView.cs: BackColor is Colors.Window.
24260
24261 2004-12-01  Jackson Harper  <jackson@ximian.com>
24262
24263         * TreeView.cs: When resizing the tree if the user is making it
24264         smaller we don't get expose events, so we need to handle adding
24265         the horizontal scrollbar in the size changed handler as well as
24266         the expose handler.
24267
24268 2004-12-02  Jordi Mas i Hernandez <jordi@ximian.com>
24269
24270         * DrawItemState.cs: fixes wrong enum values
24271
24272 2004-12-01  Jackson Harper  <jackson@ximian.com>
24273
24274         * TreeView.cs: Resize the hbar as well as the vbar on resize.
24275
24276 2004-12-01  Jackson Harper  <jackson@ximian.com>
24277
24278         * NodeLabelEditEventArgs.cs:
24279         * NodeLabelEditEventHandler.cs:
24280         * OpenTreeNodeEnumerator.cs:
24281         * TreeNode.cs:
24282         * TreeNodeCollection.cs:
24283         * TreeView.cs:
24284         * TreeViewAction.cs:
24285         * TreeViewCancelEventArgs.cs:
24286         * TreeViewCancelEventHandler.cs:
24287         * TreeViewEventArgs.cs:
24288         * TreeViewEventHandler.cs: Initial implementation.
24289
24290 2004-12-01  Ravindra <rkumar@novell.com>
24291
24292         * ListView.cs (CalculateListView): Fixed scrolling related
24293         calculations. Also, removed some debug statements from other
24294         places.
24295         * ListViewItem.cs: Changed access to 'selected' instance variable
24296         from private to internal.
24297         * ThemeWin32Classic.cs (DrawListViewItem): Fixed SubItem drawing.
24298
24299 2004-12-01  Jordi Mas i Hernandez <jordi@ximian.com>
24300
24301         * ThemeWin32Classic.cs: remove cache of brush and pens for
24302         specific controls and use the global system, fixes scrollbutton
24303         bugs (for small sizes, disabled, etc)
24304         
24305         * ScrollBar.cs: does not show the thumb for very small controls
24306         (as MS) and allow smaller buttons that the regular size
24307
24308 2004-12-01  Miguel de Icaza  <miguel@ximian.com>
24309
24310         * UpDownBase.cs: Add abstract methods for the interface.
24311         Add new virtual methods (need to be hooked up to TextEntry when it
24312         exists).
24313         Add override methods for most features.
24314         Computes the size, forces the height of the text entry.
24315
24316         * NumericUpDown.cs: Put here the current testing code.
24317
24318         * Set eol-style property on all files that do not have mixed line
24319         endings, to minimize the future problems.  There are still a few
24320         files with mixed endings, and someone should choose whether they
24321         want to move it or not.
24322
24323 2004-11-30  Jordi Mas i Hernandez <jordi@ximian.com>
24324
24325         * MonthCalendar.cs, ListView.cs: use Theme colours instead of
24326         System.Colors
24327         
24328 2004-11-30  Ravindra <rkumar@novell.com>
24329
24330         * ThemeWin32Classic.cs (DrawListViewItem): Fixed selected item
24331         drawing and replaced use of SystemColors by theme colors.
24332         * ListView.cs (ListView_Paint): Fixed painting done during scrolling.
24333         * ListView.cs (ListViewItemCollection.Add): Throw exception when
24334         same ListViewItem is being added more than once.
24335
24336 2004-11-30  John BouAntoun <jba-mono@optusnet.com.au>
24337
24338         * MonthCalendar.cs:
24339           - ControlStyles love to make the control not flicker
24340           
24341 2004-11-30  Peter Bartok  <pbartok@novell.com>
24342
24343         * CharacterCasing.cs: Added
24344
24345 2004-11-29  Peter Bartok  <pbartok@novell.com>
24346
24347         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
24348           TreeViewAction.cs, TreeViewEventArgs.cs: Removed new files.
24349           I am removing these files as they conflict with already completed
24350           work. While it is fantastic to get contributions to MWF, I
24351           respectfully ask that everyone please coordinate their contributions
24352           through mono-winforms-list or #mono-winforms at this time. We're
24353           explicitly avoiding stubbing and don't want controls that don't have
24354           their basic functionality implemented in svn. Please also see
24355           http://www.mono-project.com/contributing/winforms.html
24356
24357
24358 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
24359
24360         * Application.cs (ModalRun): Don't hang after exit.
24361
24362         * Theme.cs: New TreeViewDefaultSize property.
24363
24364         * ThemeWin32Classic.cs: Replaced hardcoded defaultWindowBackColor
24365         with less hardcoded SystemColors constant.
24366         Implemented TreeViewDefaultSize.
24367
24368         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
24369         TreeViewAction.cs, TreeViewEventArgs.cs: New files.
24370
24371
24372 2004-11-29  John BouAntoun <jba-mono@optusnet.com.au>
24373
24374         * MonthCalendar.cs:
24375           - Fix NextMonthDate and PrevMonthDate click moving calendar
24376
24377 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
24378
24379         * MonthCalendar.cs:
24380           - Fix usage of ScrollChange Property when scrolling months
24381
24382 2004-11-26  Jordi Mas i Hernandez <jordi@ximian.com>
24383
24384         * Menu.cs, MainMenu.cs, MenuItem.cs, MenuAPI.cs
24385          - Fixes menu destroying
24386          - Support adding and removing items on already created menus
24387
24388 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
24389
24390         * MonthCalendar.cs:
24391           - Re-worked all bolded dates handling to match win32
24392         * ThemeWin32Classic.cs:
24393           - Fixed rendering with bolded dates
24394
24395 2004-11-25  Jordi Mas i Hernandez <jordi@ximian.com>
24396
24397         * ListBox.cs, Theme.cs, ThemeWin32Classic.cs:
24398         - Horizontal scroolbar
24399         - Multicolumn
24400         - Fixes
24401
24402
24403 2004-11-25  John BouAntoun <jba-mono@optusnet.com.au>
24404
24405         * MonthCalendar.cs:
24406           - Fix Usage of MaxSelectionCount from SelectionRange
24407           - Fixed Shift + Cursor Selection
24408           - Fixed Shift + (Pg up/Pg dn, Home/End) selection
24409           - Fixed normal cursor selection to be compat with win32
24410           - Fixed Shift + Mouse Click selection
24411
24412 2004-11-24  Peter Bartok <pbartok@novell.com>
24413
24414         * XplatUI.cs (DispatchMessage): Switched to return IntPtr
24415         * XplatUIDriver.cs (DispatchMessage): Switched to return IntPtr
24416         * XplatUIX11.cs:
24417           - CreatedKeyBoardMsg now updates keystate with Alt key
24418           - Added workaround for timer crash to CheckTimers, Jackson will
24419             develop a proper fix and check in later
24420           - Implemented DispatchMessage
24421           - Removed calling the native window proc from GetMessage (call
24422             now moved to DispatchMessage)
24423
24424         * KeyEventArgs.cs (Constructor): Now combines modifierkeys into
24425           the keydata (Fixes bug #69831)
24426
24427         * XplatUIWin32.cs:
24428           - (DispatchMessage): Switched to return IntPtr
24429           - Added DllImport for SetFocus
24430
24431 2004-11-24  Ravindra <rkumar@novell.com>
24432
24433         * ThemeWin32Classic.cs: Fixed ListView border and checkbox
24434         background drawing.
24435         * ListViewItem.cs: Fixed various properties, calculations
24436         and Clone() method. Fixed ListViewSubItemCollection.Clear() method.
24437         * ListView.cs: Fixed calculations, BackColor, ForeColor properties
24438         and some internal properties. Fixed MouseDown handler and Paint
24439         method.
24440
24441 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
24442
24443         * MonthCalendar.cs: Add TitleMonth ContextMenu handling
24444
24445 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
24446
24447         * ContainerControl.cs: correct accidental check in of local changes
24448
24449 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
24450
24451         * ThemeWin32Classic.cs:
24452                 - Fixed Drawing Last month in grid (sometimes not showing)
24453         * MonthCalendar.cs:
24454                 - Fixed title width calculation bug (makeing title small)
24455
24456 2004-11-23  Peter Bartok <pbartok@novell.com>
24457
24458         * XplatUIX11.cs:
24459           - Added generation of WM_MOUSEHOVER event
24460           - Added missing assignment of async_method atom
24461           - Fixed WM_ERASEBKGND; now only redraws the exposed area
24462
24463 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
24464
24465         * ThemeWin32Classic.cs:
24466                 - Fixed Drawing of today circle when showtodaycircle not set
24467                 - fixed drawing of first and last month in the grid (gay dates)
24468         * MonthCalendar.cs:
24469                 - Fixed Drawing of today circle
24470                 - Fixed drawing of grady dates
24471                 - Fixed HitTest for today link when ShowToday set to false
24472                 - Fixed DefaultSize to obey ShowToday
24473
24474 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
24475
24476         * ThemeWin32Classic.cs: Fixed DrawMonthCalendar and private support methods
24477         * System.Windows.Forms/Theme.cs
24478         * MonthCalendar.cs: added for MonthCalendar
24479         * SelectionRange.cs: added for MonthCalendar
24480         * Day.cs: added for MonthCalendar: added for MonthCalendar
24481         * DateRangeEventArgs.cs: added for MonthCalendar
24482         * DateRangeEventHandler.cs: added for MonthCalendar
24483
24484 2004-11-22  Ravindra <rkumar@novell.com>
24485
24486         * ThemeWin32Classic.cs: Fixed ListViewDrawing with 'UseItemStyleForSubItems'
24487         property.
24488
24489 2004-11-22  Miguel de Icaza  <miguel@ximian.com>
24490
24491         * UpDownBase.cs (InitTimer): Use prehistoric C# 1.0 notation for
24492         event handler.
24493         
24494         * NumericUpDown.cs: Added new implementation.
24495         * UpDownBase.cs: Added new implementation.
24496
24497         * XplatUIWin32.cs (KeyboardSpeed, KeyboardDelay): added default
24498         implementations.
24499         
24500         * XplatUIX11.cs (KeyboardSpeed, KeyboardDelay): added default
24501         implementations.
24502
24503         * XplatUIDriver.cs ((KeyboardSpeed, KeyboardDelay): added new
24504         methods.
24505
24506 2004-11-21  Miguel de Icaza  <miguel@ximian.com>
24507
24508         * Timer.cs  (Dispose): Should call the base dispose when
24509         overriding.
24510
24511 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
24512
24513         * ScrollBar.cs: updates thumb position when max, min or increment
24514         is changed
24515
24516 2004-11-21  Ravindra <rkumar@novell.com>
24517
24518         * ListView.cs: Implemented item selection, activation and
24519         column header style. Fixed properties to do a redraw, if
24520         required. Added support for MouseHover, DoubleClick, KeyDown
24521         and KeyUp event handling and some minor fixes.
24522         * ListViewItem.cs: Fixed constructor.
24523         * ThemeWin32Classic.cs: Improved drawing for ListView.
24524
24525 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
24526
24527         * ThemeWin32Classic.cs: initial listbox drawing code
24528         * DrawMode.cs: new enumerator
24529         * ListControl.cs: stubbed class
24530         * ListBox.cs: initial implementation
24531         * Theme.cs: new methods definitions
24532         * SelectionMode.cs: new enumerator
24533
24534 2004-11-17  Peter Bartok  <pbartok@novell.com>
24535
24536         * XplatUIWin32.cs: Added double-click events to the class style
24537         * Control.cs (WndProc):
24538           - Added handling of click-count to MouseDown/ MouseUp events.
24539           - Added handling of middle and right mouse buttons
24540           - Removed old debug code
24541
24542 2004-11-17  Jackson Harper  <jackson@ximian.com>
24543
24544         * XplatUIX11.cs: Use the new Mono.Unix namespace.
24545
24546 2004-11-17  Ravindra <rkumar@novell.com>
24547
24548         * ListView.cs: Added event handling for MouseMove/Up/Down.
24549         * ColumnHeader.cs: Added a read-only internal property 'Pressed'.
24550         * ThemeWin32Classic.cs: We need to clear the graphics context and
24551         draw column header in a proper state.
24552
24553
24554 2004-11-17  Jordi Mas i Hernandez <jordi@ximian.com>
24555
24556         *  Menu.cs: fixes signature
24557
24558 2004-11-16  Peter Bartok  <pbartok@novell.com>
24559
24560         * XplatUIX11.cs (GetMessage): Implemented generation of
24561           double click mouse messages
24562
24563 2004-11-12  Jordi Mas i Hernandez <jordi@ximian.com>
24564
24565         *  Form.cs, MainMenu.cs, MenuAPI.cs: tracker should be for tracking session
24566         not by menu
24567
24568 2004-11-11  Peter Bartok  <pbartok@novell.com>
24569
24570         * HandleData.cs: Added Visible property
24571         * XplatUIX11.cs (IsVisible): Now uses Visible property from
24572           HandleData
24573         * XplatUIX11.cs: Removed old debug leftovers
24574         * XplatUIX11.cs (DefWndProc): Added WM_ERASEBKGND handler
24575         * Control.cs (WndProc): Removed old debug leftovers,
24576           streamlined handling of WM_WINDOWPOSCHANGED, removed un-
24577           needed WM_SIZE handling
24578
24579 2004-11-11  Jackson Harper  <jackson@ximian.com>
24580
24581         * OwnerDrawPropertyBag.cs:
24582         * TreeViewImageIndexConverter.cs: Initial implementation
24583
24584 2004-11-10  Jackson Harper  <jackson@ximian.com>
24585
24586         * ThemeWin32Classic.cs:
24587         * TabControl.cs: instead of moving tabs by the slider pos just
24588         start drawing at the tab that is offset by the slider. This way
24589         scrolling always moves by exactly one tab.
24590
24591 2004-11-10  Jackson Harper  <jackson@ximian.com>
24592
24593         * TabControl.cs: You can only scroll left when the slider has
24594         already ben moved right.
24595         
24596 2004-11-10  Jackson Harper  <jackson@ximian.com>
24597
24598         * ThemeWin32Classic.cs: Do not draw the selected tab if its not in
24599         the clip area.
24600         
24601 2004-11-10  Jackson Harper  <jackson@ximian.com>
24602
24603         * ThemeWin32Classic.cs: Don't bother drawing tabs outside of the
24604         clip area.
24605         
24606 2004-11-09  Jackson Harper  <jackson@ximian.com>
24607
24608         * TabControl.cs (CalcXPos): New helper method so we can determine
24609         the proper place to start drawing vertical tabs.
24610         * ThemeWin32Classic.cs (DrawTab): Draw right aligned tabs.
24611         
24612 2004-11-09  Jackson Harper  <jackson@ximian.com>
24613
24614         * TabControl.cs: Calculate sizing and rects for left aligned tabs.
24615         * ThemeWin32Classic.cs (GetTabControl*ScrollRect): Only handle Top
24616         and Bottom, left and right are illegal values for this and
24617         multiline is enabled when the alignment is set to left or right.
24618         (DrawTab): Each alignment block should draw the text itself now
24619         because Left requires special love. Also add rendering for Left
24620         aligned tabs.
24621         
24622 2004-11-09  Jordi Mas i Hernandez <jordi@ximian.com>
24623
24624         *  Form.cs, MainMenu.cs, MenuAPI.cs: fixes menu navigation, fixes popups,
24625         does not destroy the windows, removes debugging messages
24626
24627 2004-11-09  jba  <jba-mono@optusnet.com.au>
24628
24629         * ThemeWin32Classic.cs
24630         (DrawButtonBase): Fix verticle text rect clipping in windows
24631         (DrawCheckBox): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
24632         rendering and incorrect text rect clipping
24633         (DrawRadioButton): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
24634         rendering and incorrect text rect clipping
24635         
24636 2004-11-08  Jackson Harper  <jackson@ximian.com>
24637
24638         * ThemeWin32Classic.cs (DrawTabControl): Render tabs from top to
24639         bottom when they are bottom aligned so the bottoms of the tabs get
24640         displayed.
24641         * TabControl.cs (DropRow): Move rows up instead of down when the
24642         tab control is bottom aligned.
24643
24644 2004-11-08 13:59  pbartok
24645
24646         * XplatUIX11.cs:
24647           - Added handling for various window styles
24648           - Added handling for popup windows
24649           - Added SetTopmost handling
24650
24651 2004-11-08 13:55  pbartok
24652
24653         * XplatUIWin32.cs:
24654           - Added argument to SetTopmost method
24655           - Fixed broken ClientToScreen function
24656
24657 2004-11-08 13:53  pbartok
24658
24659         * XplatUIStructs.cs:
24660           - Added missing WS_EX styles
24661
24662 2004-11-08 13:53  pbartok
24663
24664         * XplatUI.cs, XplatUIDriver.cs:
24665           - Added argument to SetTopmost
24666
24667 2004-11-08 13:52  pbartok
24668
24669         * X11Structs.cs:
24670           - Added XSetWindowAttributes structure
24671           - Improved XWindowAttributes structure
24672           - Added SetWindowValuemask enum
24673           - Added window creation arguments enum
24674           - Added gravity enum
24675           - Added Motif hints structure
24676           - Added various Motif flags and enums
24677           - Added PropertyMode enum for property functions
24678
24679 2004-11-08 13:50  pbartok
24680
24681         * Form.cs:
24682           - Fixed arguments for updated SetTopmost method
24683
24684 2004-11-08 13:49  pbartok
24685
24686         * ToolTip.cs:
24687           - Fixed arguments for updated SetTopmost function
24688           - Fixed usage of PointToClient
24689
24690 2004-11-08 13:44  pbartok
24691
24692         * MenuAPI.cs:
24693           - Added Clipping of children and siblings
24694
24695 2004-11-08 13:41  pbartok
24696
24697         * MainMenu.cs:
24698           - Removed SetMenuBarWindow call. We do this in Form.cs
24699
24700 2004-11-08 13:40  jackson
24701
24702         * TabControl.cs, Theme.cs, ThemeWin32Classic.cs: Render the little
24703           scrolling jimmi in the correct location with bottom aligned tabs
24704
24705 2004-11-08 13:36  pbartok
24706
24707         * ContainerControl.cs:
24708           - Implemented BindingContext
24709           - Implemented ParentForm
24710
24711 2004-11-08 12:46  jackson
24712
24713         * TabControl.cs: Put bottom rendered tabs in the right location
24714
24715 2004-11-08 07:15  jordi
24716
24717         * ScrollBar.cs, ThemeWin32Classic.cs: fixes vertical scrollbar and
24718           removes dead code
24719
24720 2004-11-05 17:30  jackson
24721
24722         * TabControl.cs: When selected tabs are expanded make sure they
24723           don't go beyond the edges of the tab control
24724
24725 2004-11-05 14:57  jackson
24726
24727         * TabControl.cs: Reset show_slider so if the control is resized to
24728           a size where it is no longer needed it's not displayed anymore
24729
24730 2004-11-05 13:16  jackson
24731
24732         * TabControl.cs: Make tab pages non visible when added to the
24733           control
24734
24735 2004-11-05 12:42  jackson
24736
24737         * TabControl.cs: Implement SizeMode.FillToRight
24738
24739 2004-11-05 12:16  jackson
24740
24741         * Control.cs: Do not call CreateHandle if the handle is already
24742           created
24743
24744 2004-11-05 11:46  jackson
24745
24746         * TabControl.cs: Remove superflous call to CalcTabRows
24747
24748 2004-11-05 09:07  jackson
24749
24750         * XplatUIX11.cs: Update for Mono.Posix changes
24751
24752 2004-11-05 07:00  ravindra
24753
24754         * ListView.cs, ListViewItem.cs: Implemented some methods and fixed
24755           scrolling.
24756
24757 2004-11-04 22:47  jba
24758
24759         * ThemeWin32Classic.cs:
24760           - Fix Button rendering for FlatStyle = Flat or Popup
24761           - Fix RadioButton and CheckBox rendering when Appearance = Button
24762             (normal and flatstyle).
24763           - Correct outer rectangle color when drawing focus rectangle
24764           - Adjust button bounds to be 1 px smaller when focused
24765           - Make button not draw sunken 3d border when pushed (windows compat)
24766           - Fix CPDrawBorder3D to not make bottom right hand corner rounded
24767           - Offset the text in RadioButton and Checkbox when being rendered as
24768           a button.
24769           - Hover and Click behaviour for Colored FlatStyle.Flat and Popup
24770           radiobuttons
24771           - Fixed disabled rendering for colored flatstyle radiobuttons (both)
24772           - Fixed disabled text rendering for normally rendered radiobuttons
24773
24774 2004-11-04 10:26  jackson
24775
24776         * TabControl.cs: Recalculate tab rows when resizing
24777
24778 2004-11-04 07:47  jordi
24779
24780         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs:
24781           collection completion, drawing issues, missing features
24782
24783 2004-11-04 05:03  ravindra
24784
24785         * ScrollBar.cs:
24786                 - We need to recalculate the Thumb area when
24787                 LargeChange/maximum/minimum values are changed.
24788           - We set the 'pos' in UpdatePos() method to minimum, if it's less
24789                 than minimum. This is required to handle the case if large_change is
24790                 more than max, and use LargeChange property instead of large_change
24791                 variable.
24792           - We return max+1 when large_change is more than max, like MS does.
24793
24794 2004-11-04 04:29  ravindra
24795
24796         * ColumnHeader.cs, ListView.cs, ListViewItem.cs:
24797                 - Changed default value signatures (prefixed all with ListView).
24798                 - Fixed/implemented layout LargeIcon, SmallIcon and List views for
24799                 ListView.
24800           - Fixed calculations for ListViewItem and implemented Clone()
24801           method.
24802
24803 2004-11-04 04:26  ravindra
24804
24805         * Theme.cs, ThemeWin32Classic.cs:
24806                 - Changed default ListView values signatures (prefixed all with
24807                 ListView).
24808           - Fixed default size values for VScrollBar and HScrollBar.
24809                 - Fixed DrawListViewItem method.
24810
24811 2004-11-04 04:05  ravindra
24812
24813         * ColumnHeaderStyle.cs: Typo. It should be Nonclickable.
24814
24815 2004-11-04 04:04  ravindra
24816
24817         * ImageList.cs: Implemented the missing overload for Draw method.
24818
24819 2004-11-03 19:29  jackson
24820
24821         * TabControl.cs: Handle dropping rows on selection properly
24822
24823 2004-11-03 11:59  jackson
24824
24825         * TabControl.cs: remove debug code
24826
24827 2004-11-03 11:52  jackson
24828
24829         * TabControl.cs, ThemeWin32Classic.cs: Initial implementation of
24830           the scrolly widgerywoo
24831
24832 2004-11-02 13:52  jackson
24833
24834         * TabControl.cs: Resize the tab pages and tabs when the tab control
24835           is resized
24836
24837 2004-11-02 13:40  jackson
24838
24839         * TabControl.cs, ThemeWin32Classic.cs: Move the row with the
24840           selected tab to the bottom
24841
24842 2004-11-02 13:39  jackson
24843
24844         * TabPage.cs: Store the tab pages row
24845
24846 2004-11-02 12:33  jordi
24847
24848         * MenuItem.cs: fixes handle creation
24849
24850 2004-11-02 11:42  jackson
24851
24852         * TabControl.cs: signature fix
24853
24854 2004-11-02 08:56  jackson
24855
24856         * TabControl.cs: Calculate whether the tab is on an edge properly.
24857           Remove top secret debugging code
24858
24859 2004-11-01 19:57  jackson
24860
24861         * TabControl.cs: Add click handling, and proper sizing
24862
24863 2004-11-01 19:47  jackson
24864
24865         * Theme.cs, ThemeWin32Classic.cs: New rendering and sizing code for
24866           tab controls
24867
24868 2004-11-01 19:39  jackson
24869
24870         * TabPage.cs: add internal property to store the bounds of a tab
24871           page
24872
24873 2004-10-30 04:23  ravindra
24874
24875         * Theme.cs, ThemeWin32Classic.cs: Drawing ListView and some default
24876           values.
24877
24878 2004-10-30 04:21  ravindra
24879
24880         * ListView.cs, ListViewItem.cs: Added support for scrolling and
24881           fixed calculations.
24882
24883 2004-10-30 03:06  pbartok
24884
24885         * XplatUIX11.cs:
24886           - Removed extension of DllImported libs
24887
24888 2004-10-29 09:55  jordi
24889
24890         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: Menu key
24891           navigation, itemcollection completion, menu fixes
24892
24893 2004-10-27 22:58  pbartok
24894
24895         * XplatUIX11.cs:
24896           - Now throws a nice error message when no X display could be opened
24897
24898 2004-10-26 13:51  jordi
24899
24900         * ListView.cs: removes warning
24901
24902 2004-10-26 03:55  ravindra
24903
24904         * ColumnHeader.cs, ListView.cs, ListViewItem.cs,
24905           ThemeWin32Classic.cs: Some formatting for my last checkins.
24906
24907 2004-10-26 03:36  ravindra
24908
24909         * ThemeWin32Classic.cs: Implemented DetailView drawing for ListView
24910           control and default values.
24911
24912 2004-10-26 03:35  ravindra
24913
24914         * Theme.cs: Added some default values for ListView control.
24915
24916 2004-10-26 03:33  ravindra
24917
24918         * ToolBar.cs: ToolBar should use the user specified button size, if
24919           there is any. Added a size_specified flag for the same.
24920
24921 2004-10-26 03:33  ravindra
24922
24923         * ColumnHeader.cs: Added some internal members and calculations for
24924           ColumnHeader.
24925
24926 2004-10-26 03:32  ravindra
24927
24928         * ListViewItem.cs: Calculations for ListViewItem.
24929
24930 2004-10-26 03:31  ravindra
24931
24932         * ListView.cs: Added some internal members and calculations for
24933           ListView.
24934
24935 2004-10-22 13:31  jordi
24936
24937         * MenuAPI.cs: speedup menus drawing
24938
24939 2004-10-22 13:16  jackson
24940
24941         * XplatUIX11.cs: Make sure to update exposed regions when adding an
24942           expose event
24943
24944 2004-10-22 11:49  jackson
24945
24946         * Control.cs: oops
24947
24948 2004-10-22 11:41  jackson
24949
24950         * Control.cs: Check to see if the window should have its background
24951           repainted by X when drawing.
24952
24953 2004-10-22 11:31  jackson
24954
24955         * XplatUIX11.cs: When invalidating areas only use XClearArea if
24956           clear is true, this way we do not get flicker from X repainting the
24957           background
24958
24959 2004-10-22 11:28  jackson
24960
24961         * XEventQueue.cs: Queue properly
24962
24963 2004-10-21 09:38  jackson
24964
24965         * XEventQueue.cs: Fix access modifier
24966
24967 2004-10-21 09:36  jackson
24968
24969         * XEventQueue.cs: Don't loose messages
24970
24971 2004-10-21 09:22  jackson
24972
24973         * XEventQueue.cs: Don't loose messages
24974
24975 2004-10-20 04:15  jordi
24976
24977         * BootMode.cs: enum need it by SystemInfo
24978
24979 2004-10-19 21:58  pbartok
24980
24981         * XplatUIWin32.cs:
24982           - Small sanity check
24983
24984 2004-10-19 21:56  pbartok
24985
24986         * Form.cs:
24987           - Added private FormParentWindow class which acts as the container
24988             for our form and as the non-client area where menus are drawn
24989           - Added/Moved required tie-ins to Jordi's menus
24990           - Fixed/Implemented the FormStartPosition functionality
24991
24992 2004-10-19 21:52  pbartok
24993
24994         * Control.cs:
24995           - Removed unneeded locals
24996           - Added code to all size and location properties to understand and
24997             deal with the parent container of Form
24998
24999 2004-10-19 21:33  pbartok
25000
25001         * Application.cs:
25002           - Fixed to deal with new Form subclasses for menus
25003
25004 2004-10-19 17:48  jackson
25005
25006         * XEventQueue.cs: commit correct version of file
25007
25008 2004-10-19 16:50  jackson
25009
25010         * XEventQueue.cs, XplatUIX11.cs: New optimized event queue
25011
25012 2004-10-19 16:15  jordi
25013
25014         * MenuAPI.cs: MenuBarCalcSize returns the height
25015
25016 2004-10-19 08:31  pbartok
25017
25018         * Control.cs:
25019           - Added missing call to PreProcessMessage before calling OnXXXKey
25020           methods
25021
25022 2004-10-19 00:04  ravindra
25023
25024         * ToolTip.cs: Fixed constructor.
25025
25026 2004-10-18 09:31  jordi
25027
25028         * MenuAPI.cs: menuitems in menubars do not have shortcuts
25029
25030 2004-10-18 09:26  jordi
25031
25032         * MenuItem.cs: fixes MenuItem class signature
25033
25034 2004-10-18 08:56  jordi
25035
25036         * MenuAPI.cs: prevents windows from showing in the taskbar
25037
25038 2004-10-18 00:28  ravindra
25039
25040         * ToolTip.cs: Suppressed a warning message.
25041
25042 2004-10-18 00:27  ravindra
25043
25044         * Control.cs: Default value of visible property must be true.
25045
25046 2004-10-17 23:19  pbartok
25047
25048         * ToolTip.cs:
25049           - Complete implementation
25050
25051 2004-10-17 23:19  pbartok
25052
25053         * XplatUIX11.cs:
25054           - Added EnableWindow method
25055           - Added SetModal stub
25056           - Added generation of WM_ACTIVATE message (still needs testing)
25057           - Added SetTopMost stub
25058           - Changes to deal with VirtualKeys being moved to XplatUIStructs.cs
25059
25060 2004-10-17 23:17  pbartok
25061
25062         * XplatUIWin32.cs:
25063           - Removed VirtualKeys to XplatUIStructs
25064           - Implemented SetTopMost method
25065           - Implemented EnableWindow method
25066           - Bugfix in ScreenToClient()
25067           - Bugfixes in ClientToScreen()
25068
25069 2004-10-17 22:51  pbartok
25070
25071         * XplatUIStructs.cs:
25072           - Added WS_EX styles to WindowStyles enumeration
25073
25074 2004-10-17 22:50  pbartok
25075
25076         * XplatUI.cs, XplatUIDriver.cs:
25077           - Added method for enabling/disabling windows
25078           - Added method for setting window modality
25079           - Added method for setting topmost window
25080
25081 2004-10-17 22:49  pbartok
25082
25083         * ThemeWin32Classic.cs:
25084           - Added ToolTip drawing code
25085
25086 2004-10-17 22:49  pbartok
25087
25088         * Theme.cs:
25089           - Added ToolTip abstracts
25090
25091 2004-10-17 22:47  pbartok
25092
25093         * Form.cs:
25094           - Fixed Form.ControlCollection to handle owner relations
25095           - Added Owner/OwnedForms handling
25096           - Implemented Z-Ordering for owned forms
25097           - Removed unneeded private overload of ShowDialog
25098           - Fixed ShowDialog, added the X11 incarnation of modal handling (or
25099             so I hope)
25100           - Fixed Close(), had wrong default
25101           - Added firing of OnLoad event
25102           - Added some commented out debug code for Ownership handling
25103
25104 2004-10-17 22:16  pbartok
25105
25106         * Control.cs:
25107           - Fixed/implemented flat list of controls
25108
25109 2004-10-17 22:14  pbartok
25110
25111         * Application.cs:
25112           - Added code to simulate modal dialogs on Win32
25113
25114 2004-10-17 16:11  jordi
25115
25116         * ScrollBar.cs: disabled scrollbar should not honor any keyboard or
25117           mouse event
25118
25119 2004-10-17 13:39  jordi
25120
25121         * MenuAPI.cs: menu drawing fixes
25122
25123 2004-10-15 09:10  ravindra
25124
25125         * StructFormat.cs: General Enum.
25126
25127 2004-10-15 09:09  ravindra
25128
25129         * SizeGripStyle.cs: Enum for Form.
25130
25131 2004-10-15 09:08  ravindra
25132
25133         * Theme.cs, ThemeWin32Classic.cs: Added ColumnHeaderHeight property
25134           in Theme for ListView.
25135
25136 2004-10-15 09:06  ravindra
25137
25138         * ColumnHeader.cs: Flushing some formatting changes.
25139
25140 2004-10-15 09:05  ravindra
25141
25142         * ListViewItem.cs: Implemented GetBounds method and fixed coding
25143           style.
25144
25145 2004-10-15 09:03  ravindra
25146
25147         * ListView.cs: Implemented Paint method and fixed coding style.
25148
25149 2004-10-15 07:34  jordi
25150
25151         * MenuAPI.cs: fix for X11
25152
25153 2004-10-15 07:32  ravindra
25154
25155         * ButtonBase.cs, CheckBox.cs, RadioButton.cs:
25156                 - Renamed Paint() method to Draw() for clarity. Also, moved
25157                 DrawImage() to OnPaint().
25158
25159 2004-10-15 07:25  ravindra
25160
25161         * CheckBox.cs, RadioButton.cs:
25162                 - Removed Redraw (), we get it from ButtonBase.
25163                 - Implemented Paint (), to do class specific painting.
25164
25165 2004-10-15 07:16  ravindra
25166
25167         * ButtonBase.cs:
25168                 - Redraw () is not virtual now.
25169                 - Added an internal virtual method Paint (), so that
25170                 derived classes can do their painting on their own.
25171                 - Modified OnPaint () to call Paint ().
25172
25173 2004-10-15 06:43  jordi
25174
25175         * ContextMenu.cs, DrawItemEventHandler.cs, Form.cs, MainMenu.cs,
25176           MenuAPI.cs, MenuItem.cs: menu work, mainmenu, subitems, etc
25177
25178 2004-10-15 00:30  ravindra
25179
25180         * MessageBox.cs:
25181                 - MessageBox on windows does not have min/max buttons.
25182                 This change in CreateParams fixes this on Windows. We
25183                 still need to implement this windowstyle behavior in
25184                 our X11 driver.
25185
25186 2004-10-14 05:14  ravindra
25187
25188         * ToolBar.cs:
25189                 - Changed Redraw () to do a Refresh () always.
25190                 - Fixed the MouseMove event handling when mouse is pressed,
25191                 ie drag event handling.
25192                 - Replaced the usage of ToolBarButton.Pressed property to
25193                 ToolBarButton.pressed internal variable.
25194
25195 2004-10-14 05:10  ravindra
25196
25197         * ToolBarButton.cs:
25198                 - Added an internal member 'inside' to handle mouse move
25199                 with mouse pressed ie mouse drag event.
25200                 - Changed 'Pressed' property to return true only when
25201                 'inside' and 'pressed' are both true.
25202                 - Some coding style love.
25203
25204 2004-10-14 00:17  ravindra
25205
25206         * Form.cs: Fixed class signature. ShowDialog (Control) is not a
25207           public method.
25208
25209 2004-10-14 00:15  ravindra
25210
25211         * ButtonBase.cs: Redraw () related improvements.
25212
25213 2004-10-14 00:14  ravindra
25214
25215         * MessageBox.cs: Moved InitFormSize () out of Paint method and
25216           removed unnecessary calls to Button.Show () method.
25217
25218 2004-10-13 17:50  pbartok
25219
25220         * XplatUIX11.cs:
25221           - Formatting fix
25222           - Removed destroying of window until we solve the problem of X
25223             destroying the window before us on shutdown
25224
25225 2004-10-13 16:32  pbartok
25226
25227         * ButtonBase.cs:
25228           - Now Redraws on MouseUp for FlatStyle Flat and Popup
25229
25230 2004-10-13 14:18  pbartok
25231
25232         * XplatUIX11.cs:
25233           - Added code to destroy the X window
25234
25235 2004-10-13 14:18  pbartok
25236
25237         * XplatUIWin32.cs:
25238           - Added code to destroy a window
25239
25240 2004-10-13 14:12  pbartok
25241
25242         * ButtonBase.cs:
25243           - Added the Redraw on Resize that got dropped in the last rev
25244
25245 2004-10-13 09:06  pbartok
25246
25247         * ThemeWin32Classic.cs:
25248           - Path from John BouAntoun:
25249             * Fix check rendering (centre correctly for normal style, offset
25250               correctly for FlatStyle).
25251             * Fix border color usage (use backcolor) for FlatStyle.Popup
25252             * Use checkbox.Capture instead of checkbox.is_pressed when
25253               rendering flatstyle states.
25254
25255 2004-10-12 21:48  pbartok
25256
25257         * ThemeWin32Classic.cs:
25258           - Removed all occurences of SystemColors and replaced them with the
25259             matching theme color
25260
25261 2004-10-12 21:41  pbartok
25262
25263         * ThemeWin32Classic.cs:
25264           - From John BouAntoun: Added an overload to CPDrawBorder3D to allow
25265             him using the function for flatstyle drawing
25266           - Changed functions to use the new version of CPDrawBorder3D
25267
25268 2004-10-12 21:15  pbartok
25269
25270         * ControlPaint.cs:
25271           - Fixed Dark(), DarkDark(), Light() and LightLight() methods to
25272             match MS documentation. They need to return defined colors if the
25273             passed color matches the configured control color. Thanks to John
25274             BouAntoun for pointing this out.
25275
25276 2004-10-12 20:57  pbartok
25277
25278         * Control.cs:
25279           - Fix from John BouAntoun: Raise ForeColorChanged event when text
25280             color is changed
25281
25282 2004-10-12 20:46  pbartok
25283
25284         * CheckBox.cs:
25285           - Fix from John BouAntoun: Now properly sets the Appearance property
25286
25287 2004-10-12 20:45  pbartok
25288
25289         * ThemeWin32Classic.cs:
25290           - Fixes from John BouAntoun: now handles forecolors and backcolors
25291             for flatstyle rendered controls much better; It also fixes normal
25292             checkbox rendering when pushed or disabled.
25293
25294 2004-10-08 02:50  jordi
25295
25296         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: more menu
25297           work
25298
25299 2004-10-07 08:56  jordi
25300
25301         * ThemeWin32Classic.cs: Removes deletion of cached brushes
25302
25303 2004-10-06 03:59  jordi
25304
25305         * Control.cs, StatusBar.cs, ThemeWin32Classic.cs, ToolBar.cs,
25306           XplatUIWin32.cs: removes warnings from compilation
25307
25308 2004-10-05 12:23  jackson
25309
25310         * RadioButton.cs: Fix ctor
25311
25312 2004-10-05 11:10  pbartok
25313
25314         * MessageBox.cs:
25315           - Partial implementation by Benjamin Dasnois
25316
25317 2004-10-05 10:15  jackson
25318
25319         * ThemeWin32Classic.cs: Improve rendering of the radio button patch
25320           by John BouAntoun
25321
25322 2004-10-05 03:07  ravindra
25323
25324         * ToolBar.cs:
25325                 - Removed a private method, Draw ().
25326                 - Fixed the ButtonDropDown event handling.
25327                 - Fixed MouseMove event handling.
25328
25329 2004-10-05 03:04  ravindra
25330
25331         * ThemeWin32Classic.cs:
25332                 - Added DrawListView method and ListViewDefaultSize property.
25333                 - Changed ControlPaint method calls to CPDrawXXX wherever possible.
25334                 - Changed DOS style CRLF to Unix format (dos2unix).
25335
25336 2004-10-05 03:03  ravindra
25337
25338         * Theme.cs:
25339                 - Added DrawListView method and ListViewDefaultSize property.
25340
25341 2004-10-05 02:42  ravindra
25342
25343         * ToolBarButton.cs: Added an internal member dd_pressed to handle
25344           clicks on DropDown arrow.
25345
25346 2004-10-04 22:56  jackson
25347
25348         * ButtonBase.cs, Label.cs, MenuAPI.cs, ProgressBar.cs,
25349           ScrollBar.cs, StatusBar.cs, ToolBar.cs, TrackBar.cs: Let the base
25350           Control handle the buffers, derived classes should not have to
25351           CreateBuffers themselves.
25352
25353 2004-10-04 21:20  jackson
25354
25355         * StatusBar.cs: The control handles resizing the buffers now.
25356
25357 2004-10-04 21:18  jackson
25358
25359         * Control.cs: When resizing the buffers should be invalidated. This
25360           should be handled in Control not in derived classes.
25361
25362 2004-10-04 14:45  jackson
25363
25364         * TabPage.cs: oops
25365
25366 2004-10-04 02:14  pbartok
25367
25368         * LeftRightAlignment.cs:
25369           - Initial check-in
25370
25371 2004-10-04 01:09  jordi
25372
25373         * ThemeWin32Classic.cs: fixes right button position causing right
25374           button not showing on horizontal scrollbars
25375
25376 2004-10-02 13:12  pbartok
25377
25378         * XplatUIX11.cs:
25379           - Simplified the Invalidate method by using an X call instead of
25380             generating the expose ourselves
25381           - Added an expose when the window background is changed
25382           - Implemented ClientToScreen method
25383
25384 2004-10-02 13:08  pbartok
25385
25386         * XplatUIWin32.cs:
25387           - Added Win32EnableWindow method (test for implementing modal
25388           dialogs)
25389           - Added ClientToScreen method and imports
25390
25391 2004-10-02 13:07  pbartok
25392
25393         * XplatUI.cs, XplatUIDriver.cs:
25394           - Added ClientToScreen coordinate translation method
25395
25396 2004-10-02 13:06  pbartok
25397
25398         * KeyPressEventArgs.cs:
25399           - Fixed access level for constructor
25400
25401 2004-10-02 13:06  pbartok
25402
25403         * NativeWindow.cs:
25404           - Changed access level for the window_collection hash table
25405
25406 2004-10-02 13:05  pbartok
25407
25408         * Form.cs:
25409           - Added KeyPreview property
25410           - Added Menu property (still incomplete, pending Jordi's menu work)
25411           - Implemented ProcessCmdKey
25412           - Implemented ProcessDialogKey
25413           - Implemented ProcessKeyPreview
25414
25415 2004-10-02 13:02  pbartok
25416
25417         * Control.cs:
25418           - Added private method to get the Control object from the window
25419           handle
25420           - Implemented ContextMenu property
25421           - Implemented PointToScreen
25422           - Implemented PreProcessMessage
25423           - Implemented IsInputChar
25424           - Implemented IsInputKey
25425           - Implemented ProcessCmdKey
25426           - Completed ProcessKeyEventArgs
25427           - Fixed message loop to call the proper chain of functions on key
25428           events
25429           - Implemented ProcessDialogChar
25430           - Implemented ProcessDialogKey
25431           - Implemented ProcessKeyMessage
25432           - Implemented ProcessKeyPreview
25433           - Added RaiseDragEvent stub (MS internal method)
25434           - Added RaiseKeyEvent stub (MS internal method)
25435           - Added RaiseMouseEvent stub (MS Internal method)
25436           - Added RaisePaintEvent stub (MS Internal method)
25437           - Added ResetMouseEventArgs stub (MS Internal method)
25438           - Implemented RtlTranslateAlignment
25439           - Implemented RtlTranslateContent
25440           - Implemented RtlTranslateHorizontal
25441           - Implemented RtlTranslateLeftRight
25442           - Added generation of KeyPress event
25443
25444 2004-10-02 05:57  ravindra
25445
25446         * ListViewItem.cs: Added attributes.
25447
25448 2004-10-02 05:32  ravindra
25449
25450         * ListView.cs: Added attributes.
25451
25452 2004-10-01 11:53  jackson
25453
25454         * Form.cs: Implement the Close method so work on MessageBox can
25455           continue.
25456
25457 2004-09-30 14:06  pbartok
25458
25459         * XplatUIX11.cs:
25460           - Bug fixes
25461
25462 2004-09-30 11:34  jackson
25463
25464         * RadioButton.cs: Fix typo. Patch by John BouAntoun.
25465
25466 2004-09-30 07:26  ravindra
25467
25468         * ListViewItemConverter.cs: Converter for ListViewItem.
25469
25470 2004-09-30 07:26  ravindra
25471
25472         * SortOrder.cs: Enum for ListView control.
25473
25474 2004-09-30 07:25  ravindra
25475
25476         * ColumnHeader.cs: Supporting class for ListView control.
25477
25478 2004-09-30 07:24  ravindra
25479
25480         * ListView.cs, ListViewItem.cs: Initial implementation.
25481
25482 2004-09-30 07:20  ravindra
25483
25484         * ItemActivation.cs: Enum for ListView Control.
25485
25486 2004-09-29 20:29  pbartok
25487
25488         * XplatUIX11.cs:
25489           - Added lookup of pixel value for background color; tries to get a
25490             color 'close' to the requested color, it avoids having to create a
25491             colormap.  Depending on the display this could mean the used color
25492             is slightly off the desired color. Might have to change it to a more
25493             resource intensive colormap approach, but it will work as a
25494           workaround to avoid red screens.
25495
25496 2004-09-29 14:27  jackson
25497
25498         * XplatUIX11.cs: Set the X DisplayHandle in System.Drawing
25499
25500 2004-09-28 12:44  pbartok
25501
25502         * ButtonBase.cs, CheckBox.cs, ControlPaint.cs, GroupBox.cs,
25503           HScrollBar.cs, Label.cs, LinkLabel.cs, Panel.cs, PictureBox.cs,
25504           ProgressBar.cs, RadioButton.cs, ScrollBar.cs, StatusBar.cs,
25505           Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs, ToolBar.cs,
25506           TrackBar.cs, VScrollBar.cs:
25507           - Streamlined Theme interfaces:
25508             * Each DrawXXX method for a control now is passed the object for
25509               the control to be drawn in order to allow accessing any state the
25510               theme might require
25511
25512             * ControlPaint methods for the theme now have a CP prefix to avoid
25513               name clashes with the Draw methods for controls
25514
25515             * Every control now retrieves it's DefaultSize from the current
25516             theme
25517
25518 2004-09-28 12:17  jackson
25519
25520         * Button.cs: Do not redraw OnClick MouseUp/Down will handle the
25521           drawing
25522
25523 2004-09-24 14:57  jackson
25524
25525         * XplatUIX11.cs: Don't lock/enqueue/dequeue for unhandled messages.
25526           Gives us a nice little performance boost.
25527
25528 2004-09-24 12:02  jackson
25529
25530         * TabAlignment.cs, TabAppearance.cs, TabControl.cs, TabDrawMode.cs,
25531           TabPage.cs, TabSizeMode.cs: Partial implementation of the Tab
25532           Control and supporting classes. Initial checkin
25533
25534 2004-09-23 13:08  jackson
25535
25536         * Form.cs: Temp build fixage
25537
25538 2004-09-23 01:39  ravindra
25539
25540         * ItemChangedEventArgs.cs, ItemChangedEventHandler.cs,
25541           ItemCheckEventArgs.cs, ItemCheckEventHandler.cs,
25542           ItemDragEventArgs.cs, ItemDragEventHandler.cs,
25543           LabelEditEventArgs.cs, LabelEditEventHandler.cs: EventArgs and
25544           EventHandlers needed by ListView Control.
25545
25546 2004-09-22 14:12  pbartok
25547
25548         * ScrollableControl.cs:
25549           - Implemented DockPadding property
25550           - Implemented AutoScroll property
25551           - Implemented AutoScrollMargin property
25552           - Implemented AutoScrollMinSize property
25553           - Implemented AutoScrollPosition property
25554           - Implemented DisplayRectangle property (still incomplete)
25555           - Implemented CreateParams property
25556           - Implemented HScroll property
25557           - Implemented VScroll property
25558           - Implemented OnVisibleChanged property
25559
25560 2004-09-22 14:09  pbartok
25561
25562         * Form.cs:
25563           - Added Form.ControllCollection class
25564           - Added handling for Form owners: Owner, OwnedForms, AddOwnedForm,
25565             RemoveOwnedForm (still incomplete, missing on-top and common
25566             minimize/maximize behaviour)
25567           - Added StartPosition property (still incomplete, does not use when
25568             creating the form)
25569           - Added ShowDialog() methods (still incomplete, missing forcing the
25570             dialog modal)
25571
25572 2004-09-22 14:05  pbartok
25573
25574         * Application.cs:
25575           - Added message loop for modal dialogs
25576
25577 2004-09-22 14:02  pbartok
25578
25579         * GroupBox.cs:
25580           - Fixed wrong types for events
25581
25582 2004-09-22 14:00  pbartok
25583
25584         * Shortcut.cs, FormWindowState.cs:
25585           - Fixed wrong values
25586
25587 2004-09-22 12:01  jackson
25588
25589         * Control.cs: Text is never null
25590
25591 2004-09-20 22:14  pbartok
25592
25593         * XplatUIWin32.cs:
25594           - Fixed accessibility level for Idle handler
25595
25596 2004-09-20 18:54  jackson
25597
25598         * Application.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
25599           XplatUIX11.cs: New message loop that uses poll so we don't get a
25600           busy loop
25601
25602 2004-09-17 10:43  pbartok
25603
25604         * ScrollBar.cs:
25605           - Fixed behaviour of arrow buttons. Now properly behaves like
25606             Buttons (and like Microsoft's scrollbar arrow buttons)
25607
25608 2004-09-17 10:14  pbartok
25609
25610         * ScrollBar.cs:
25611           - Added missing release of keyboard/mouse capture
25612
25613 2004-09-17 06:18  jordi
25614
25615         * ContextMenu.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs,
25616           Theme.cs: Very early menu support
25617
25618 2004-09-16 17:45  pbartok
25619
25620         * XplatUIWin32.cs:
25621           - Fixed sending a window to the front
25622           - Added overload for SetWindowPos to avoid casting
25623
25624 2004-09-16 17:44  pbartok
25625
25626         * Control.cs:
25627           - Added SendToBack and BringToFront methods
25628
25629 2004-09-16 07:00  ravindra
25630
25631         * Copyright: Added Novell URL.
25632
25633 2004-09-16 07:00  ravindra
25634
25635         * ToolBar.cs: Invalidate should be done before redrawing.
25636
25637 2004-09-15 21:19  ravindra
25638
25639         * ColumnHeaderStyle.cs: Enum for ListView Control.
25640
25641 2004-09-15 21:18  ravindra
25642
25643         * ColumnClickEventArgs.cs, ColumnClickEventHandler.cs: Event for
25644           ListView Control.
25645
25646 2004-09-13 18:26  jackson
25647
25648         * Timer.cs, XplatUIX11.cs: Remove test code so timers are updated
25649           properly
25650
25651 2004-09-13 18:13  jackson
25652
25653         * Timer.cs, X11Structs.cs, XplatUIX11.cs: Timers are now handled in
25654           a second thread and post messages into the main threads message
25655           queue. This makes timing much more consistent. Both win2K and XP
25656           have a minimum timer value of 15 milliseconds, so we now do this
25657           too.
25658
25659 2004-09-13 15:18  pbartok
25660
25661         * X11Structs.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
25662           XplatUIX11.cs:
25663           - Added Z-Ordering methods
25664
25665 2004-09-13 10:56  pbartok
25666
25667         * Form.cs:
25668           - Fixed #region names
25669           - Moved properties and methods into their proper #regions
25670
25671 2004-09-13 10:51  pbartok
25672
25673         * Form.cs:
25674           - Added Accept and CancelButton properties
25675           - Added ProcessDialogKey() method
25676
25677 2004-09-13 08:18  pbartok
25678
25679         * IWindowTarget.cs:
25680           - Initial check-in
25681
25682 2004-09-10 21:50  pbartok
25683
25684         * Control.cs:
25685           - Added DoDragDrop() [incomplete]
25686           - Properly implemented 'Visible' handling
25687           - Added SetVisibleCore()
25688           - Implemented FindChildAtPoint()
25689           - Implemented GetContainerControl()
25690           - Implemented Hide()
25691
25692 2004-09-10 19:28  pbartok
25693
25694         * Control.cs:
25695           - Moved methods into their appropriate #regions
25696           - Reordered methods within regions alphabetically
25697
25698 2004-09-10 18:57  pbartok
25699
25700         * XplatUIX11.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
25701           - Added method to retrieve text from window
25702
25703 2004-09-10 18:56  pbartok
25704
25705         * Control.cs:
25706           - Moved some internal functions into the internal region
25707           - Implemented FontHeight
25708           - Implemented RenderRightToLeft
25709           - Implemented ResizeRedraw
25710           - Implemented ShowFocusCues
25711           - Implemented ShowKeyboardCues
25712           - Implemented FromChildHandle
25713           - Implemented FromHandle
25714           - Implemented IsMnemonic
25715           - Implemented ReflectMessage
25716           - All public and protected Static Methods are now complete
25717
25718 2004-09-10 16:54  pbartok
25719
25720         * Control.cs:
25721           - Implemented remaining missing public instance properties
25722           - Alphabetized some out of order properties
25723
25724 2004-09-10 05:51  ravindra
25725
25726         * PictureBox.cs: Added a check for null image.
25727
25728 2004-09-10 00:59  jordi
25729
25730         * GroupBox.cs: remove cvs tag
25731
25732 2004-09-09 05:25  ravindra
25733
25734         * ToolBar.cs: Make redraw accessible from ToolBarButton.
25735
25736 2004-09-09 05:23  ravindra
25737
25738         * ToolBarButton.cs: Changes in ToolBarButton need to make it's
25739           parent redraw.
25740
25741 2004-09-09 02:28  pbartok
25742
25743         * ThemeWin32Classic.cs:
25744           - Improve disabled string look
25745
25746 2004-09-09 01:15  jordi
25747
25748         * MeasureItemEventArgs.cs, MeasureItemEventHandler.cs: measureitem
25749           args and handler
25750
25751 2004-09-08 23:56  ravindra
25752
25753         * ItemBoundsPortion.cs: It's enum, not a class!
25754
25755 2004-09-08 23:47  ravindra
25756
25757         * FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs:
25758           Enums for Form.
25759
25760 2004-09-08 21:13  ravindra
25761
25762         * ItemBoundsPortion.cs, ListViewAlignment.cs, View.cs: Enums for
25763           ListView control.
25764
25765 2004-09-08 21:03  ravindra
25766
25767         * ThemeWin32Classic.cs: PictureBox would not draw a null image to
25768           avoid crash.
25769
25770 2004-09-08 21:01  ravindra
25771
25772         * ScrollableControl.cs: Removed unreachable code.
25773
25774 2004-09-08 06:45  jordi
25775
25776         * MenuMerge.cs, Shortcut.cs: enumerations need it by menus
25777
25778 2004-09-08 01:00  jackson
25779
25780         * XplatUIX11.cs: Only run the timers when updating the message
25781           queue. This effectively gives X messages a higher priority then
25782           timer messages. Timers still need love though
25783
25784 2004-09-07 14:01  jackson
25785
25786         * XplatUIX11.cs: Do not call XDestroyWindow, X has already done
25787           this for us and the handle is no longer valid.
25788
25789 2004-09-07 13:59  jackson
25790
25791         * HandleData.cs, XplatUIX11.cs: First steps towards a new X event
25792           loop that manages to not crash. TODO: Add poll and cleanup timers
25793
25794 2004-09-07 11:12  jordi
25795
25796         * GroupBox.cs, Theme.cs, ThemeWin32Classic.cs: GroupBox control
25797
25798 2004-09-07 03:40  jordi
25799
25800         * Label.cs, LinkLabel.cs, Theme.cs, ThemeWin32Classic.cs: LinkLabel
25801           fixes, methods, multiple links
25802
25803 2004-09-06 06:55  jordi
25804
25805         * Control.cs: Caches ClientRectangle rectangle value
25806
25807 2004-09-05 02:03  jordi
25808
25809         * ScrollBar.cs, ThemeWin32Classic.cs: fixes bugs, adds flashing on
25810           certain situations
25811
25812 2004-09-04 11:10  jordi
25813
25814         * Label.cs: Refresh when font changed
25815
25816 2004-09-02 16:24  pbartok
25817
25818         * Control.cs:
25819           - Added sanity check to creation of double buffer bitmap
25820
25821 2004-09-02 16:24  pbartok
25822
25823         * ButtonBase.cs:
25824           - Fixed selection of text color
25825           - Fixed handling of resize event; now properly recreates double
25826             buffering bitmap
25827           - Added missing assignment of TextAlignment
25828           - Added proper default for TextAlignment
25829
25830 2004-09-02 14:26  pbartok
25831
25832         * RadioButton.cs:
25833           - Added missing RadioButton.RadioButtonAccessibleObject class
25834
25835 2004-09-02 14:26  pbartok
25836
25837         * Control.cs:
25838           - Added missing Control.ControlAccessibleObject class
25839           - Started to implement Select()ion mechanisms, still very incomplete
25840
25841 2004-09-02 14:25  pbartok
25842
25843         * AccessibleObject.cs:
25844           - Added missing methods
25845
25846 2004-09-02 14:23  pbartok
25847
25848         * AccessibleNavigation.cs, AccessibleSelection.cs:
25849           - Initial check-in
25850
25851 2004-09-02 10:32  jordi
25852
25853         * Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: implements resource
25854           pool for pens, brushes, and hatchbruses
25855
25856 2004-09-01 15:30  jackson
25857
25858         * StatusBar.cs: Fix typo
25859
25860 2004-09-01 14:44  pbartok
25861
25862         * RadioButton.cs:
25863           - Fixed state
25864
25865 2004-09-01 14:39  pbartok
25866
25867         * Button.cs, RadioButton.cs:
25868           - Functional initial check-in
25869
25870 2004-09-01 14:01  pbartok
25871
25872         * CheckBox.cs:
25873           - Added missing default
25874           - Added missing region mark
25875
25876 2004-09-01 09:10  jordi
25877
25878         * Label.cs: fixes method signatures, new methods, events, fixes
25879           autosize
25880
25881 2004-09-01 07:19  jordi
25882
25883         * Control.cs: Init string variables with an empty object
25884
25885 2004-09-01 04:20  jordi
25886
25887         * Control.cs: fires OnFontChanged event
25888
25889 2004-08-31 20:07  pbartok
25890
25891         * ButtonBase.cs:
25892           - Enabled display of strings
25893
25894 2004-08-31 20:05  pbartok
25895
25896         * Form.cs:
25897           - Added (partial) implementation of DialogResult; rest needs to be
25898             implemented when the modal loop code is done
25899
25900 2004-08-31 19:55  pbartok
25901
25902         * CheckBox.cs:
25903           - Fixed to match the removal of the needs_redraw concept
25904
25905 2004-08-31 19:55  pbartok
25906
25907         * ButtonBase.cs:
25908           - Removed the rather odd split between 'needs redraw' and redrawing
25909           - Now handles the events that require regeneration (ambient
25910             properties and size)
25911
25912 2004-08-31 19:41  pbartok
25913
25914         * Control.cs:
25915           - Added firing of BackColorChanged event
25916           - Added TopLevelControl property
25917           - Fixed handling of WM_ERASEBKGRND message
25918
25919 2004-08-31 12:49  pbartok
25920
25921         * ButtonBase.cs:
25922           - Removed debug
25923           - Minor fixes
25924
25925 2004-08-31 12:48  pbartok
25926
25927         * CheckBox.cs:
25928           - Finished (famous last words)
25929
25930 2004-08-31 04:35  jordi
25931
25932         * ScrollBar.cs: adds autorepeat timer, uses a single timer, fixes
25933           scrolling bugs, adds new methods
25934
25935 2004-08-30 14:42  pbartok
25936
25937         * CheckBox.cs:
25938           - Implemented CheckBox drawing code
25939
25940 2004-08-30 14:42  pbartok
25941
25942         * ButtonBase.cs:
25943           - Made Redraw() and CheckRedraw() virtual
25944           - Improved mouse up/down/move logic to properly track buttons
25945
25946 2004-08-30 09:44  pbartok
25947
25948         * CheckBox.cs:
25949           - Updated to fix broken build. Not complete yet.
25950
25951 2004-08-30 09:28  pbartok
25952
25953         * CheckState.cs:
25954           - Initial checkin
25955
25956 2004-08-30 09:17  pbartok
25957
25958         * Appearance.cs:
25959           - Initial check-in
25960
25961 2004-08-27 16:12  ravindra
25962
25963         * ToolBarButton.cs: Added TypeConverter attribute.
25964
25965 2004-08-27 16:07  ravindra
25966
25967         * ImageIndexConverter.cs: Implemented.
25968
25969 2004-08-27 14:17  pbartok
25970
25971         * Control.cs:
25972           - Removed unneeded stack vars
25973           - First attempt to fix sizing issues when layout is suspended
25974
25975 2004-08-25 15:35  jordi
25976
25977         * ScrollBar.cs: more fixes to scrollbar
25978
25979 2004-08-25 14:04  ravindra
25980
25981         * Theme.cs, ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs:
25982           Added the missing divider code and grip for ToolBar Control.
25983
25984 2004-08-25 13:20  pbartok
25985
25986         * Control.cs:
25987           - Control now properly passes the ambient background color to child
25988             controls
25989
25990 2004-08-25 13:20  jordi
25991
25992         * ScrollBar.cs: small bug fix regarding bar position
25993
25994 2004-08-25 12:33  pbartok
25995
25996         * Timer.cs:
25997           - Now only calls SetTimer or KillTimer if the enabled state has
25998           changed
25999
26000 2004-08-25 12:33  pbartok
26001
26002         * XplatUIWin32.cs:
26003           - Fixed timer handling, now seems to work
26004           - Improved error message for window creation
26005
26006 2004-08-25 12:32  pbartok
26007
26008         * Control.cs:
26009           - Fixed generation of MouseUp message
26010
26011 2004-08-25 12:29  jordi
26012
26013         * ProgressBar.cs, ThemeWin32Classic.cs: new methods, properties,
26014           and fixes for progressbar
26015
26016 2004-08-24 18:43  ravindra
26017
26018         * ThemeWin32Classic.cs, ToolBar.cs: Fixed wrapping related issues
26019           in ToolBar control.
26020
26021 2004-08-24 17:15  pbartok
26022
26023         * Panel.cs:
26024           - Added #region
26025           - Added missing events
26026           - Alphabetized
26027
26028 2004-08-24 17:14  pbartok
26029
26030         * StatusBar.cs, PictureBox.cs:
26031           - Now uses Control's CreateParams
26032
26033 2004-08-24 16:36  pbartok
26034
26035         * XplatUIX11.cs:
26036           - Fixed background color handling
26037           - Fixed sending of enter/leave events on a grab
26038
26039 2004-08-24 16:35  pbartok
26040
26041         * X11Structs.cs:
26042           - Refined definitions for CrossingEvent
26043
26044 2004-08-24 12:37  jordi
26045
26046         * ScrollBar.cs, Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: fixes
26047           formmating, methods signature, and adds missing events
26048
26049 2004-08-24 12:24  jordi
26050
26051         * Control.cs: fire OnEnabledChanged event
26052
26053 2004-08-24 11:17  pbartok
26054
26055         * XplatUIWin32.cs:
26056           - Implemented SetTimer() and KillTimer()
26057
26058 2004-08-24 11:16  pbartok
26059
26060         * XplatUIX11.cs:
26061           - Now uses Remove instead of Add to kill the timer
26062
26063 2004-08-24 10:16  jackson
26064
26065         * PictureBox.cs, Theme.cs, ThemeWin32Classic.cs: Handle drawing
26066           picture boxes in the theme now. Draw picture box borders and obey
26067           sizing modes
26068
26069 2004-08-24 05:49  jackson
26070
26071         * Timer.cs: Remove top secret debugging code
26072
26073 2004-08-24 05:34  jackson
26074
26075         * PictureBox.cs: Temp hack to make picture boxes draw their full
26076           image
26077
26078 2004-08-24 05:29  jackson
26079
26080         * Timer.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
26081           XplatUIX11.cs: Move timers to the driver level. On X they are
26082           queued by the driver and checked on idle.
26083
26084 2004-08-24 01:07  jackson
26085
26086         * XplatUIX11.cs: Use a queue for async messages instead of passing
26087           them as ClientMessages since that was totally broken. Also simply
26088           check for events and return an idle message if none are found. This
26089           gives us an idle handler, and prevents deadlocking when no messages
26090           are in the queue.
26091
26092 2004-08-23 18:19  ravindra
26093
26094         * XplatUIWin32.cs: Removed the unwanted destructor.
26095
26096 2004-08-23 17:27  pbartok
26097
26098         * ButtonBase.cs:
26099           - Finishing touches. Works now, just needs some optimizations.
26100
26101 2004-08-23 16:53  jordi
26102
26103         * ScrollBar.cs: small fix
26104
26105 2004-08-23 16:45  pbartok
26106
26107         * Application.cs:
26108           - Removed debug output
26109           - Simplifications
26110
26111 2004-08-23 16:43  jordi
26112
26113         * ScrollBar.cs: [no log message]
26114
26115 2004-08-23 16:10  pbartok
26116
26117         * Form.cs:
26118           - Fixed handling of WM_CLOSE message
26119           - Removed debug output
26120
26121 2004-08-23 16:09  pbartok
26122
26123         * Application.cs:
26124           - Added handling of Idle event
26125           - Added handling of form closing
26126           - Fixed reporting of MessageLoop property
26127           - Removed some unneeded code, should provide a bit of a speedup
26128
26129 2004-08-23 15:22  pbartok
26130
26131         * Control.cs:
26132           - Added InitLayout() method
26133           - Added code to properly perform layout when Anchor or Dock property
26134             is changed
26135           - Changed 'interpretation' of ResumeLayout. MS seems to have a
26136             LAMESPEC, tried to do it in a way that makes sense
26137
26138 2004-08-23 14:10  jordi
26139
26140         * HScrollBar.cs, ScrollBar.cs, TrackBar.cs, VScrollBar.cs: fixes
26141           properties and methods
26142
26143 2004-08-23 13:55  pbartok
26144
26145         * Control.cs:
26146           - Properly fixed Jordi's last fix
26147           - Now uses Cursor's Position property instead of calling XplatUI
26148           directly
26149
26150 2004-08-23 13:44  jordi
26151
26152         * PaintEventHandler.cs: Adding missing attribute
26153
26154 2004-08-23 13:39  pbartok
26155
26156         * Cursor.cs:
26157           - Implemented Position property
26158
26159 2004-08-23 13:39  pbartok
26160
26161         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
26162           - Added method to move mouse cursor
26163
26164 2004-08-23 13:39  pbartok
26165
26166         * XplatUIX11.cs:
26167           - Fixed setting of background color
26168           - Added method to move mouse cursor
26169
26170 2004-08-23 13:16  jordi
26171
26172         * Control.cs: avoids null exception
26173
26174 2004-08-22 17:46  jackson
26175
26176         * PictureBox.cs, PictureBoxSizeMode.cs: Initial implementation of
26177           PictureBox
26178
26179 2004-08-22 17:40  jackson
26180
26181         * XplatUIX11.cs: Add some missing locks
26182
26183 2004-08-22 15:10  pbartok
26184
26185         * Control.cs, Form.cs:
26186           - Removed OverlappedWindow style from Control, instead it's default
26187             now is child
26188           - Made form windows OverlappedWindow by default
26189
26190 2004-08-22 13:34  jackson
26191
26192         * ScrollBar.cs: Update the position through the Value property so
26193           the OnValueChanged event is raised.
26194
26195 2004-08-22 12:04  pbartok
26196
26197         * SWF.csproj:
26198           - Added Cursor.cs and UserControl.cs
26199
26200 2004-08-22 12:03  pbartok
26201
26202         * Cursor.cs:
26203           - Started implementation, not usable yet
26204
26205 2004-08-22 12:00  pbartok
26206
26207         * UserControl.cs:
26208           - Implemented UserControl (complete)
26209
26210 2004-08-21 19:20  ravindra
26211
26212         * ToolBar.cs: Correcting the formatting mess of VS.NET.
26213
26214 2004-08-21 18:49  ravindra
26215
26216         * ToolBar.cs: Probably this completes the missing attributes in
26217           toolbar control.
26218
26219 2004-08-21 18:03  ravindra
26220
26221         * ToolBar.cs, ToolBarButton.cs, ToolBarButtonClickEventArgs.cs:
26222           Fixed toolbar control signatures.
26223
26224 2004-08-21 16:32  pbartok
26225
26226         * LinkLabel.cs:
26227           - Signature Fixes
26228
26229 2004-08-21 16:30  pbartok
26230
26231         * Label.cs:
26232           - Signature fixes
26233
26234 2004-08-21 16:19  pbartok
26235
26236         * Control.cs, Label.cs:
26237           - Signature fixes
26238
26239 2004-08-21 15:57  pbartok
26240
26241         * ButtonBase.cs:
26242           - Added loads of debug output for development
26243           - Fixed typo in method name
26244
26245 2004-08-21 15:52  pbartok
26246
26247         * ToolBarButtonClickEventArgs.cs:
26248           - Added missing base class
26249
26250 2004-08-21 14:53  pbartok
26251
26252         * Control.cs:
26253           - Updated to match new GrabWindow signature
26254
26255 2004-08-21 14:51  pbartok
26256
26257         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26258           - Added method to get default display size
26259
26260 2004-08-21 14:23  pbartok
26261
26262         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26263           - Added method to query current grab state
26264           - Added argument to allow confining a grab to a window
26265
26266 2004-08-21 14:22  pbartok
26267
26268         * Keys.cs:
26269           - Added [Flags] attribute so that modifiers can be used in bitwise
26270           ops
26271
26272 2004-08-21 14:21  pbartok
26273
26274         * TrackBar.cs, ScrollBar.cs:
26275           - Replaced direct XplatUI calls with their Control counterpart
26276
26277 2004-08-21 13:32  pbartok
26278
26279         * Control.cs:
26280           - Implemented Created property
26281
26282 2004-08-21 13:28  pbartok
26283
26284         * Control.cs:
26285           - Implemented ContainsFocus
26286
26287 2004-08-21 13:26  pbartok
26288
26289         * Control.cs:
26290           - Implemented CausesValidation
26291
26292 2004-08-21 13:21  pbartok
26293
26294         * Control.cs:
26295           - Implemented CanFocus
26296           - Implemented CanSelect
26297           - Implemented Capture
26298
26299 2004-08-21 12:35  pbartok
26300
26301         * XplatUIWin32.cs:
26302           - Fixed bug with Async message handling
26303           - Implemented getting the ModifierKeys
26304
26305 2004-08-21 12:32  jackson
26306
26307         * AsyncMethodResult.cs: Make sure we have the mutex before we
26308           release it. Fixes BeginInvoke on windows
26309
26310 2004-08-21 11:31  pbartok
26311
26312         * XplatUIWin32.cs, XplatUIX11.cs:
26313           - Drivers now return proper mouse state
26314
26315 2004-08-21 10:54  jackson
26316
26317         * Control.cs: Implement EndInvoke
26318
26319 2004-08-21 10:48  jackson
26320
26321         * Timer.cs: Remove unneeded finalizer
26322
26323 2004-08-20 19:52  ravindra
26324
26325         * ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs: Improvments
26326           in mouse event handling in the ToolBar control.
26327
26328 2004-08-20 19:50  ravindra
26329
26330         * ImageList.cs: Changed draw method to use the arguments passed in
26331           to draw the image.
26332
26333 2004-08-20 18:58  pbartok
26334
26335         * XplatUIStructs.cs:
26336           - Added private message for async communication
26337
26338 2004-08-20 17:38  ravindra
26339
26340         * Control.cs: Made RightToLeft property virtual and removed a
26341           Console.WriteLine.
26342
26343 2004-08-20 14:39  jordi
26344
26345         * ThemeGtk.cs: use style_attach
26346
26347 2004-08-20 14:39  pbartok
26348
26349         * XplatUIWin32.cs:
26350           - Added jackson's Async code from X11 to Win32
26351
26352 2004-08-20 14:09  pbartok
26353
26354         * SWF.csproj:
26355           - Added all new files
26356
26357 2004-08-20 14:09  pbartok
26358
26359         * Control.cs:
26360           - Added call to set window background color
26361
26362 2004-08-20 14:03  pbartok
26363
26364         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
26365           - Added method for setting the window background
26366
26367 2004-08-20 14:02  pbartok
26368
26369         * XplatUIWin32.cs:
26370           - Added method for setting the background color
26371           - Added handling for erasing the window background
26372
26373 2004-08-20 13:45  jordi
26374
26375         * TrackBar.cs: fixes timer, new properties and methods
26376
26377 2004-08-20 13:34  jackson
26378
26379         * ScrollBar.cs: Use the SWF timer so callbacks are run in the
26380           correct thread
26381
26382 2004-08-20 13:22  jackson
26383
26384         * Timer.cs: Timer Tick events are now handed through Controls Async
26385           mechanism so the callbacks are executed in the same thread as X
26386
26387 2004-08-20 13:19  jackson
26388
26389         * XplatUIDriver.cs: Expose functionality to send async messages
26390           through the driver
26391
26392 2004-08-20 13:18  jackson
26393
26394         * Control.cs: Implement Begininvoke
26395
26396 2004-08-20 13:14  jackson
26397
26398         * XplatUI.cs, XplatUIWin32.cs: Expose functionality to send async
26399           messages through the driver
26400
26401 2004-08-20 13:12  jackson
26402
26403         * XplatUIX11.cs: Lock before all X operations. Also added Async
26404           method functionality through XSendEvent
26405
26406 2004-08-20 13:11  jackson
26407
26408         * X11Structs.cs: Use IntPtrs for ClientMessage extra data (TODO:
26409           This will screw up on 64 bit systems)
26410
26411 2004-08-20 13:10  jackson
26412
26413         * AsyncMethodData.cs, AsyncMethodResult.cs: Classes for sending
26414           Async messages through X/Win32
26415
26416 2004-08-19 19:39  pbartok
26417
26418         * XplatUIX11.cs:
26419           - Updated code to match new HandleData.DeviceContext type
26420
26421 2004-08-19 19:38  pbartok
26422
26423         * HandleData.cs:
26424           - Made DeviceContext a generic object to allow usage from various
26425           drivers
26426           - Added support for queueing Windows messages
26427
26428 2004-08-19 19:37  pbartok
26429
26430         * XplatUIWin32.cs:
26431           - Added generation of MouseEnter, MouseLeave and MouseHover events
26432           - Added cleanup on EndPaint
26433
26434 2004-08-19 19:17  pbartok
26435
26436         * Control.cs:
26437           - Added handling of WM_MOUSEHOVER
26438           - Worked around 'bug' in Win32 WM_MOUSE_ENTER/WM_MOUSE_LEAVE driver
26439           code
26440
26441 2004-08-19 18:55  jordi
26442
26443         * ThemeGtk.cs: fixes button order
26444
26445 2004-08-19 18:12  jordi
26446
26447         * Theme.cs, ThemeWin32Classic.cs: fixes methods signature
26448
26449 2004-08-19 17:09  pbartok
26450
26451         * Control.cs:
26452           - Added Right property
26453           - Added RightToLeft property
26454
26455 2004-08-19 16:27  jordi
26456
26457         * ThemeGtk.cs: experimental GTK theme support
26458
26459 2004-08-19 16:26  jordi
26460
26461         * ITheme.cs, Theme.cs: move themes from an interface to a class
26462
26463 2004-08-19 16:25  jordi
26464
26465         * Control.cs, ScrollBar.cs, ThemeEngine.cs, ThemeWin32Classic.cs:
26466           theme enhancaments
26467
26468 2004-08-19 16:04  pbartok
26469
26470         * XplatUIX11.cs:
26471           - Added colormap basics
26472           - Added a way to re-initialize with a different display handle
26473           - Fixed setting of the window background color
26474           - Added various X11 imports related to colors and colormaps
26475
26476 2004-08-19 15:51  pbartok
26477
26478         * X11Structs.cs:
26479           - Removed packing hints (Paolo suggested this a while back)
26480           - fixed colormap type
26481           - Added default Atom types
26482           - Added Screen and color structs and enums
26483
26484 2004-08-19 15:39  pbartok
26485
26486         * ImageList.cs:
26487           - Added missing Draw() method
26488           - Added missing RecreateHandle event
26489
26490 2004-08-19 15:30  pbartok
26491
26492         * Form.cs:
26493           - Added handling of WM_CLOSE
26494
26495 2004-08-18 13:16  jordi
26496
26497         * ITheme.cs, ThemeWin32Classic.cs, XplatUIWin32.cs: Move colors to
26498           a table
26499
26500 2004-08-18 09:56  jordi
26501
26502         * ScrollBar.cs: fixes to scrollbar: steps and multiple timers
26503
26504 2004-08-17 15:31  ravindra
26505
26506         * SWF.csproj: Updated project.
26507
26508 2004-08-17 15:25  pbartok
26509
26510         * Control.cs:
26511           - Drawing improvement; don't call UpdateBounds if we are not visible
26512             (or have been minimized)
26513
26514 2004-08-17 15:24  pbartok
26515
26516         * XplatUIWin32.cs:
26517           - Finished IsVisible
26518           - Added Win32GetWindowPlacement
26519
26520 2004-08-17 15:08  jackson
26521
26522         * Panel.cs: Initial checkin of the Panel
26523
26524 2004-08-17 14:25  pbartok
26525
26526         * Control.cs:
26527           - Fixed broken handling of default window sizes
26528
26529 2004-08-17 13:29  jackson
26530
26531         * ThemeWin32Classic.cs: Don't use KnownColor to create colours. It
26532           has a large startup time.
26533
26534 2004-08-17 10:25  jackson
26535
26536         * HandleData.cs: union areas properly
26537
26538 2004-08-17 10:12  jackson
26539
26540         * HandleData.cs: union areas properly
26541
26542 2004-08-16 20:00  ravindra
26543
26544         * ToolBar.cs, ToolBarButton.cs: Added attributes.
26545
26546 2004-08-16 18:48  ravindra
26547
26548         * ToolBar.cs: Added attributes.
26549
26550 2004-08-16 17:17  ravindra
26551
26552         * SWF.csproj: Updated project.
26553
26554 2004-08-16 17:16  jackson
26555
26556         * XplatUIX11.cs: Check for more expose events before sending a
26557           WM_PAINT so they can all be grouped together. This makes dragging a
26558           window across another window redraw in a sane way.
26559
26560 2004-08-16 15:47  pbartok
26561
26562         * Control.cs:
26563           - Added handling of WM_MOUSE_ENTER & WM_MOUSE_LEAVE to
26564             support OnMouseEnter/Leave()
26565           - Added WS_CLIPSIBLINGS and WS_CLIPCHILDREN window styles to improve
26566             exposure handling
26567
26568 2004-08-16 15:46  pbartok
26569
26570         * XplatUIStructs.cs, XplatUIX11.cs:
26571           - Added WM_MOUSE_ENTER & WM_MOUSE_LEAVE to support
26572           OnMouseEnter/Leave()
26573
26574 2004-08-16 15:34  jackson
26575
26576         * XplatUIX11.cs: Group multiple expose events in HandleData, make
26577           sure messages get the message field set to WM_NULL if they are not
26578           handled.
26579
26580 2004-08-16 15:24  jackson
26581
26582         * HandleData.cs: HandleData is used for storing message information
26583           for window handles
26584
26585 2004-08-15 17:23  ravindra
26586
26587         * ColorDepth.cs: Added attribute.
26588
26589 2004-08-15 17:23  ravindra
26590
26591         * SWF.csproj: Updated project for ToolBar Control.
26592
26593 2004-08-15 17:20  ravindra
26594
26595         * ITheme.cs, ThemeWin32Classic.cs: Changes to Theme for ToolBar
26596           control and also dos2unix format.
26597
26598 2004-08-15 17:13  ravindra
26599
26600         * ToolBar.cs, ToolBarAppearance.cs, ToolBarButton.cs,
26601           ToolBarButtonClickEventArgs.cs,
26602           ToolBarButtonClickEventHandler.cs, ToolBarButtonStyle.cs,
26603           ToolBarTextAlign.cs: First Implementation of ToolBar control.
26604
26605 2004-08-15 15:31  pbartok
26606
26607         * ButtonBase.cs:
26608           - First (mostly) working version
26609
26610 2004-08-13 16:15  pbartok
26611
26612         * Control.cs:
26613           - Fixed Anchor default
26614
26615 2004-08-13 15:43  pbartok
26616
26617         * Control.cs:
26618           - Changed GetCursorPos signature
26619
26620 2004-08-13 15:42  pbartok
26621
26622         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
26623           - Changed signature for GetCursorPos
26624
26625 2004-08-13 15:25  pbartok
26626
26627         * XplatUIX11.cs:
26628           - Cleanup
26629           - Fixed resizing/exposure handling
26630
26631 2004-08-13 15:22  jordi
26632
26633         * ThemeWin32Classic.cs: removes redundant code and fixes issues
26634           with tickposition
26635
26636 2004-08-13 14:55  jordi
26637
26638         * TrackBar.cs: change from wndproc to events
26639
26640 2004-08-13 13:00  jordi
26641
26642         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
26643           XplatUIX11.cs: implements PointToClient (ScreenToClient)
26644
26645 2004-08-13 12:53  pbartok
26646
26647         * XplatUIWin32.cs:
26648           - Changed GetWindowPos to also provide client area size
26649           - Fixed broken prototypes for several win32 functions
26650
26651 2004-08-13 12:53  pbartok
26652
26653         * XplatUI.cs, XplatUIDriver.cs:
26654           - Changed GetWindowPos to also provide client area size
26655
26656 2004-08-13 12:52  pbartok
26657
26658         * XplatUIX11.cs:
26659           - Added generation of WM_POSCHANGED
26660           - Changed GetWindowPos to also provide client area size
26661
26662 2004-08-13 12:52  pbartok
26663
26664         * Control.cs:
26665           - Added Dispose() and destructor
26666           - Fixed resizing and bounds calculation
26667           - Fixed Layout
26668           - Added memory savings for invisible windows
26669
26670 2004-08-13 12:46  jordi
26671
26672         * TrackBar.cs: adds timer and grap window
26673
26674 2004-08-13 10:25  jackson
26675
26676         * Timer.cs: SWF Timer
26677
26678 2004-08-12 16:59  pbartok
26679
26680         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26681           - Implemented method to get current mouse position
26682
26683 2004-08-12 14:29  jordi
26684
26685         * ITheme.cs, ThemeWin32Classic.cs, TrackBar.cs: Trackbar
26686           enhancement, fix mouse problems, highli thumb, etc
26687
26688 2004-08-12 13:31  pbartok
26689
26690         * Control.cs:
26691           - Fixed Anchoring bugs
26692
26693 2004-08-12 13:01  jackson
26694
26695         * StatusBar.cs: Don't forget things
26696
26697 2004-08-12 12:54  jackson
26698
26699         * ThemeWin32Classic.cs: Handle owner draw status bars
26700
26701 2004-08-12 12:54  jackson
26702
26703         * StatusBar.cs: Implement missing properties, events, and methods.
26704           Handle mouse clicking
26705
26706 2004-08-12 10:19  jackson
26707
26708         * StatusBarPanelClickEventArgs.cs,
26709           StatusBarPanelClickEventHandler.cs: Classes for handling status
26710           bar panel click events
26711
26712 2004-08-12 10:10  jackson
26713
26714         * Control.cs: Add missing properties
26715
26716 2004-08-12 09:46  pbartok
26717
26718         * BindingsManagerBase.cs:
26719           - Name changed to BindingManagerBase.cs
26720
26721 2004-08-12 09:25  jordi
26722
26723         * ScrollableControl.cs: calls ctrlbase instead of exeception
26724
26725 2004-08-11 16:28  pbartok
26726
26727         * InputLanguageChangingEventArgs.cs:
26728           - Never check in before compiling. Fixes the last check-in
26729
26730 2004-08-11 16:26  pbartok
26731
26732         * InputLanguageChangingEventArgs.cs:
26733           - More signature fixes
26734
26735 2004-08-11 16:20  pbartok
26736
26737         * BindingManagerBase.cs, BindingMemberInfo.cs, ContainerControl.cs,
26738           Control.cs, ControlEventArgs.cs, ControlPaint.cs, Form.cs,
26739           ImageListStreamer.cs, InputLanguage.cs,
26740           InputLanguageChangedEventArgs.cs,
26741           InputLanguageChangingEventArgs.cs, Keys.cs, LayoutEventArgs.cs,
26742           LinkArea.cs, Message.cs, MouseEventArgs.cs, NativeWindow.cs,
26743           ScrollEventArgs.cs, ScrollableControl.cs, XplatUI.cs,
26744           XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26745           - Signature fixes
26746
26747 2004-08-11 16:16  pbartok
26748
26749         * Application.cs:
26750           - Fixed Signature
26751           - Added .Net 1.1 method
26752
26753 2004-08-11 15:25  pbartok
26754
26755         * SWF.csproj:
26756           - Fixed BindingManagerBase.cs filename
26757
26758 2004-08-11 15:22  pbartok
26759
26760         * BindingManagerBase.cs:
26761           - Was checked in with wrong filename
26762
26763 2004-08-11 14:50  pbartok
26764
26765         * SWF.csproj:
26766           - Updated
26767
26768 2004-08-11 13:41  jordi
26769
26770         * XplatUIWin32.cs: Fixes ClientRect
26771
26772 2004-08-11 13:19  pbartok
26773
26774         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
26775           XplatUIX11.cs:
26776           - We had SetWindowPos and MoveWindow to set window positions and
26777             size, removed MoveWindow. We have GetWindowPos, so it made sense to
26778             keep SetWindowPos as matching counterpart
26779           - Added some X11 sanity checking
26780
26781 2004-08-11 12:59  pbartok
26782
26783         * Control.cs:
26784           - Major cleanup of my SetBounds/SetBoundsCore/UpdateBounds mess
26785             (It seems that SetBounds is just a front for SetBoundsCore and
26786              SetBoundsCore updates the underlying window system and
26787              UpdateBounds is responsible for updating the variables associated
26788              with the Control and sending the events)
26789           - Major cleanup of Size handling; we now have two sizes, client_size
26790             and bounds. Bounds defines the window with decorations, client_size
26791             without them.
26792
26793 2004-08-11 12:55  pbartok
26794
26795         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26796           - Added method to calculate difference between decorated window and
26797             raw client area
26798
26799 2004-08-11 12:54  pbartok
26800
26801         * Label.cs:
26802           - Forcing redraw on resize
26803
26804 2004-08-11 11:43  pbartok
26805
26806         * ImageList.cs:
26807           - Removed disposing of the actual images when the list is disposed
26808
26809 2004-08-11 09:13  pbartok
26810
26811         * Control.cs:
26812           - Now properly reparents windows
26813
26814 2004-08-11 08:37  pbartok
26815
26816         * Control.cs:
26817           - Duh!
26818
26819 2004-08-11 07:47  pbartok
26820
26821         * Control.cs:
26822           - Rewrote the collection stuff. Might not be as fast now, not
26823             keeping the number of children around and accessible directly, but
26824             it's more straightforward
26825
26826 2004-08-11 07:44  pbartok
26827
26828         * AccessibleObject.cs:
26829           - Fixed to match ControlCollection rewrite
26830
26831 2004-08-11 07:43  pbartok
26832
26833         * ImageList.cs:
26834           - Added missing creation of the collection list
26835
26836 2004-08-10 20:08  jackson
26837
26838         * StatusBar.cs: Get the paint message from WndProc
26839
26840 2004-08-10 19:31  jackson
26841
26842         * ThemeWin32Classic.cs: Create Brushes as little as possible
26843
26844 2004-08-10 19:20  jackson
26845
26846         * UICues.cs: Add Flags attribute
26847
26848 2004-08-10 19:19  jackson
26849
26850         * StatusBarPanel.cs: Signature cleanup
26851
26852 2004-08-10 19:10  jackson
26853
26854         * StatusBarDrawItemEventArgs.cs, StatusBarDrawItemEventHandler.cs:
26855           Initial implementation of status bar item drawing
26856
26857 2004-08-10 17:27  jordi
26858
26859         * TrackBar.cs: add missing methods, properties, and restructure to
26860           hide extra ones
26861
26862 2004-08-10 16:24  jackson
26863
26864         * AccessibleStates.cs, Border3DSide.cs, Border3DStyle.cs,
26865           ButtonState.cs, ControlStyles.cs, DragDropEffects.cs: Add flags
26866           attribute
26867
26868 2004-08-10 13:21  jordi
26869
26870         * ITheme.cs, ScrollBar.cs, ThemeWin32Classic.cs: scrollbar
26871           enhancements and standarize on win colors defaults
26872
26873 2004-08-10 12:52  jackson
26874
26875         * DrawItemEventArgs.cs, DrawItemState.cs, ITheme.cs,
26876           ThemeWin32Classic.cs: Implement DrawItem functionality
26877
26878 2004-08-10 12:47  jordi
26879
26880         * XplatUIWin32.cs: Calls InvalidateRect before UpdateWindow
26881
26882 2004-08-10 12:32  jordi
26883
26884         * Control.cs: throw ontextchange event
26885
26886 2004-08-10 11:43  pbartok
26887
26888         * Control.cs:
26889           - Added more to the still unfinished Dock/Anchor layout code
26890
26891 2004-08-10 11:39  pbartok
26892
26893         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
26894           - Added GetWindowPos method
26895
26896 2004-08-10 11:36  pbartok
26897
26898         * XplatUIWin32.cs:
26899           - Implemented several methods
26900
26901 2004-08-10 09:47  jackson
26902
26903         * TrackBar.cs: Allow control to handle buffering
26904
26905 2004-08-10 09:41  jackson
26906
26907         * ProgressBar.cs, ScrollBar.cs: Allow control to handle buffering
26908
26909 2004-08-10 09:24  jackson
26910
26911         * Label.cs, LinkLabel.cs: Let Control handle buffering.
26912
26913 2004-08-10 09:09  jackson
26914
26915         * StatusBar.cs: Let Control handle all the buffering.
26916
26917 2004-08-10 09:08  jackson
26918
26919         * Control.cs: Control will now handle the buffering code, so each
26920           control does not have to implement this.
26921
26922 2004-08-10 08:34  jackson
26923
26924         * XplatUIDriver.cs: Use default colors from the theme
26925
26926 2004-08-09 17:12  pbartok
26927
26928         * ImageList.cs:
26929           - Fixed several bugs Ravindra pointed out
26930
26931 2004-08-09 16:11  pbartok
26932
26933         * Control.cs:
26934           - Added incomplete dock layout code
26935           - Added support for mouse wheel
26936
26937 2004-08-09 16:09  pbartok
26938
26939         * XplatUIX11.cs:
26940           - Added handling for middle and right mousebutton
26941           - Added handling for mouse wheel
26942           - Added handling for key state and mouse state and position
26943           - Now properly generates WM_xBUTTONx messages and WM_MOUSEWHEEL
26944           messages
26945
26946 2004-08-09 15:40  jackson
26947
26948         * StatusBarPanel.cs, StatusBarPanelAutoSize.cs,
26949           StatusBarPanelBorderStyle.cs, StatusBarPanelStyle.cs: Initial
26950           checkin
26951
26952 2004-08-09 15:37  jackson
26953
26954         * StatusBar.cs: Initial implementation of StatusBar
26955
26956 2004-08-09 15:36  jackson
26957
26958         * ITheme.cs: Add support for drawing status bar and getting status
26959           bar item sizes
26960
26961 2004-08-09 15:35  pbartok
26962
26963         * MouseButtons.cs:
26964           - Fixed values
26965
26966 2004-08-09 15:34  jackson
26967
26968         * ThemeWin32Classic.cs: Add support for drawing status bar and get
26969           status bar item sizes
26970
26971 2004-08-09 15:21  jackson
26972
26973         * ThemeWin32Classic.cs: Use known colors for default control
26974           colours
26975
26976 2004-08-09 15:12  jackson
26977
26978         * ThemeWin32Classic.cs: Make the default font static, it is static
26979           in control so this doesn't change functionality and creating fonts
26980           is sloooooow.
26981
26982 2004-08-09 14:56  pbartok
26983
26984         * X11Structs.cs:
26985           - Added GrabMode enum
26986
26987 2004-08-09 14:55  pbartok
26988
26989         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26990           - Removed Run method, was only required for initial development
26991
26992 2004-08-09 14:51  pbartok
26993
26994         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26995           - Implemented GrabWindow/ReleaseWindow methods to allow pointer
26996           capture
26997
26998 2004-08-09 13:48  pbartok
26999
27000         * XplatUIX11.cs:
27001           - Fixed default sizing for child windows
27002
27003 2004-08-09 12:56  pbartok
27004
27005         * XplatUIX11.cs:
27006           - Added generation of WM_DESTROY message
27007           - Added handling of window manager induced shutdown
27008
27009 2004-08-09 11:31  jackson
27010
27011         * ThemeWin32Classic.cs: New names for control properties
27012
27013 2004-08-09 11:25  jackson
27014
27015         * Control.cs: Use new color names
27016
27017 2004-08-09 11:02  jackson
27018
27019         * XplatUI.cs: Get default window properties from the theme
27020
27021 2004-08-09 11:01  jackson
27022
27023         * ITheme.cs: The theme engine now controls default window
27024           properties
27025
27026 2004-08-09 11:00  jackson
27027
27028         * ThemeWin32Classic.cs: Add default window color properties
27029
27030 2004-08-09 10:17  jackson
27031
27032         * ThemeWin32Classic.cs: Use correct default back color
27033
27034 2004-08-09 10:05  jackson
27035
27036         * XplatUIWin32.cs, XplatUIX11.cs: These properties are handled by
27037           the theme now.
27038
27039 2004-08-09 09:56  jackson
27040
27041         * XplatUI.cs: Remove defaults, these are handled by the theme now.
27042
27043 2004-08-09 09:54  jackson
27044
27045         * Control.cs: Get default properties from the theme.
27046
27047 2004-08-09 09:53  jackson
27048
27049         * ITheme.cs: Themes now handle default control properties
27050
27051 2004-08-09 09:53  jackson
27052
27053         * ThemeWin32Classic.cs: Themes now handle default control
27054           properties so coloring will be consistent
27055
27056 2004-08-08 16:54  jordi
27057
27058         * ITheme.cs, ThemeWin32Classic.cs: Label BorderStyles
27059
27060 2004-08-08 15:08  jordi
27061
27062         * XplatUIX11.cs: fixes keyboard crash
27063
27064 2004-08-08 13:47  jordi
27065
27066         * Label.cs: add cvs header info
27067
27068 2004-08-08 12:09  jackson
27069
27070         * ThemeWin32Classic.cs: Add pen_buttonface
27071
27072 2004-08-08 11:52  jordi
27073
27074         * Label.cs, LinkLabel.cs: [no log message]
27075
27076 2004-08-08 11:34  jordi
27077
27078         * ThemeWin32Classic.cs: Use Windows Standard Colours
27079
27080 2004-08-07 17:32  jordi
27081
27082         * TrackBar.cs: throw exceptions of invalid enums values
27083
27084 2004-08-07 17:31  jordi
27085
27086         * Label.cs, LinkLabel.cs, ThemeWin32Classic.cs: fixes label bug and
27087           draw method name
27088
27089 2004-08-07 16:56  jackson
27090
27091         * HorizontalAlignment.cs: Initial checkin
27092
27093 2004-08-07 13:16  jordi
27094
27095         * Label.cs, LinkLabel.cs: throw exceptions, fixes events, missing
27096           methods
27097
27098 2004-08-07 13:05  jordi
27099
27100         * ITheme.cs, ThemeWin32Classic.cs: Theme colour support and
27101           GetSysColor defines
27102
27103 2004-08-06 18:01  pbartok
27104
27105         * ThemeWin32Classic.cs:
27106           - Fixed some rounding issues with float/int
27107
27108 2004-08-06 18:00  jackson
27109
27110         * DockStyle.cs, AnchorStyles.cs:
27111
27112                   Add flags and serializable attributes.
27113
27114 2004-08-06 17:46  pbartok
27115
27116         * XplatUIX11.cs:
27117           - Implemented GetParent
27118
27119 2004-08-06 17:18  pbartok
27120
27121         * TrackBar.cs:
27122           - Fixed some rounding issues with float/int
27123
27124 2004-08-06 17:17  pbartok
27125
27126         * X11Structs.cs, XplatUIX11.cs:
27127           - Fixed Refresh and Invalidate
27128
27129 2004-08-06 15:30  pbartok
27130
27131         * Control.cs, X11Structs.cs, XplatUIX11.cs:
27132           - Fixed recursive loop when resizing
27133           - Improved/fixed redrawing on expose messages
27134
27135 2004-08-06 09:53  jordi
27136
27137         * Control.cs, X11Structs.cs, XplatUIWin32.cs, XplatUIX11.cs: X11
27138           keyboard navigation
27139
27140 2004-08-06 08:02  pbartok
27141
27142         * X11Structs.cs, XplatUIX11.cs:
27143           - Fixed reparenting
27144           - Fixed window border creation
27145
27146 2004-08-05 15:38  pbartok
27147
27148         * XplatUIX11.cs:
27149           - Attempted fix for reparenting problems
27150
27151 2004-08-04 15:14  pbartok
27152
27153         * Control.cs:
27154           - Fixed Invalidation bug (calculated wrong client area)
27155           - Added ClientSize setter
27156
27157 2004-08-04 15:13  pbartok
27158
27159         * Form.cs:
27160           - Added AutoScale properties
27161
27162 2004-08-04 15:13  pbartok
27163
27164         * SWF.csproj:
27165           - Added latest files
27166
27167 2004-08-04 14:11  pbartok
27168
27169         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
27170           XplatUIX11.cs:
27171           - Added Invalidate handling
27172
27173 2004-08-03 17:09  jordi
27174
27175         * XplatUIDriver.cs: fixes spelling mistake
27176
27177 2004-07-27 09:53  jordi
27178
27179         * TrackBar.cs: fixes trackbar events, def classname, methods
27180           signature
27181
27182 2004-07-27 09:29  jordi
27183
27184         * ScrollBar.cs: fixes scrollbar events
27185
27186 2004-07-27 04:38  jordi
27187
27188         * Control.cs: changes to be able to run winforms samples
27189
27190 2004-07-26 11:42  jordi
27191
27192         * ControlPaint.cs, ITheme.cs, ProgressBar.cs, ScrollBar.cs,
27193           ThemeEngine.cs, ThemeWin32Classic.cs, TrackBar.cs: Theme support
27194
27195 2004-07-26 05:41  jordi
27196
27197         * MessageBox.cs, MessageBoxButtons.cs, MessageBoxDefaultButton.cs,
27198           MessageBoxIcon.cs, MessageBoxOptions.cs: initial messagebox
27199           implementation
27200
27201 2004-07-22 09:22  jordi
27202
27203         * LinkLabel.cs, LinkLabelLinkClickedEventHandler.cs: link label:
27204           check link overlapping, implement events, and fixes
27205
27206 2004-07-21 10:28  jordi
27207
27208         * DialogResult.cs, IButtonControl.cs: fixes comments filenames
27209
27210 2004-07-21 10:19  jordi
27211
27212         * DialogResult.cs, IButtonControl.cs, Label.cs, LinkArea.cs,
27213           LinkBehavior.cs, LinkClickedEventArgs.cs, LinkLabel.cs,
27214           LinkLabelLinkClickedEventArgs.cs,
27215           LinkLabelLinkClickedEventHandler.cs, LinkState.cs,
27216           XplatUIWin32.cs, LinkClickedEventHandler.cs: LinkLabel control
27217           implementation
27218
27219 2004-07-19 13:09  jordi
27220
27221         * Control.cs, Label.cs: label control re-written: added missing
27222           functionlity, events, and properties
27223
27224 2004-07-19 10:49  jordi
27225
27226         * Control.cs: fixes SetBounds logic
27227
27228 2004-07-19 01:29  jordi
27229
27230         * Control.cs: Call RefreshWindow only if the window has created
27231
27232 2004-07-15 14:05  pbartok
27233
27234         * ColorDepth.cs, ImageList.cs, ImageListStreamer.cs, SWF.csproj:
27235           - Implemented ImageList and ImageList.ImageCollection classes
27236           - Added ColorDepth enumeration
27237           - Updated SWF VS.Net project
27238
27239 2004-07-15 11:06  jordi
27240
27241         * XplatUIStructs.cs: added MsgButons enum
27242
27243 2004-07-15 11:03  jordi
27244
27245         * Control.cs: added basic mouse handeling events
27246
27247 2004-07-15 03:38  jordi
27248
27249         * Orientation.cs, TickStyle.cs, TrackBar.cs: Horizontal and
27250           Vertical TrackBar control implementation
27251
27252 2004-07-13 09:33  jordi
27253
27254         * HScrollBar.cs, VScrollBar.cs: vertical and hort. classes commit
27255
27256 2004-07-13 09:31  jordi
27257
27258         * Control.cs, Form.cs: commit: new properties and fixes form size
27259           problems
27260
27261 2004-07-09 14:13  miguel
27262
27263         * ProgressBar.cs: Spelling
27264
27265 2004-07-09 11:25  pbartok
27266
27267         * ProgressBar.cs:
27268           - Removed usage of Rectangle for drawing. Miguel pointed out it's
27269           faster
27270
27271 2004-07-09 11:17  miguel
27272
27273         * ProgressBar.cs: 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
27274
27275                 * ProgressBar.cs: Fixed spelling for `block'
27276
27277                 drawProgressBar: renamed to `DrawProgressBar' to follow the coding
27278                 style guidelines.
27279
27280                 Avoid using the += on rect.X, that exposed a bug in the compiler.
27281
27282 2004-07-08 23:21  pbartok
27283
27284         * AccessibleObject.cs, AccessibleRole.cs, AccessibleStates.cs,
27285           AnchorStyles.cs, Application.cs, ApplicationContext.cs,
27286           BaseCollection.cs, Binding.cs, BindingContext.cs,
27287           BindingMemberInfo.cs, BindingsCollection.cs,
27288           BindingsManagerBase.cs, Border3DSide.cs, Border3DStyle.cs,
27289           BorderStyle.cs, BoundsSpecified.cs, ButtonBorderStyle.cs,
27290           ButtonState.cs, CaptionButton.cs, CheckBox.cs,
27291           ContainerControl.cs, Control.cs, ControlEventArgs.cs,
27292           ControlEventHandler.cs, ControlPaint.cs, ControlStyles.cs,
27293           ConvertEventArgs.cs, ConvertEventHandler.cs, Copyright,
27294           CreateParams.cs, DockStyle.cs, DragAction.cs, DragDropEffects.cs,
27295           DragEventArgs.cs, DragEventHandler.cs, FlatStyle.cs, Form.cs,
27296           FrameStyle.cs, GiveFeedbackEventArgs.cs,
27297           GiveFeedbackEventHandler.cs, HelpEventArgs.cs,
27298           HelpEventHandler.cs, IContainerControl.cs, IDataObject.cs,
27299           IMessageFilter.cs, IWin32Window.cs, ImeMode.cs, InputLanguage.cs,
27300           InputLanguageChangedEventArgs.cs,
27301           InputLanguageChangedEventHandler.cs,
27302           InputLanguageChangingEventArgs.cs,
27303           InputLanguageChangingEventHandler.cs, InputLanguageCollection.cs,
27304           InvalidateEventArgs.cs, InvalidateEventHandler.cs,
27305           KeyEventArgs.cs, KeyEventHandler.cs, KeyPressEventArgs.cs,
27306           KeyPressEventHandler.cs, Keys.cs, Label.cs, LayoutEventArgs.cs,
27307           LayoutEventHandler.cs, MenuGlyph.cs, Message.cs, MouseButtons.cs,
27308           MouseEventArgs.cs, MouseEventHandler.cs, NativeWindow.cs,
27309           PaintEventArgs.cs, PaintEventHandler.cs, ProgressBar.cs,
27310           QueryAccessibilityHelpEventArgs.cs,
27311           QueryAccessibilityHelpEventHandler.cs,
27312           QueryContinueDragEventArgs.cs, QueryContinueDragEventHandler.cs,
27313           RightToLeft.cs, SWF.csproj, SWF.csproj.user, ScrollBar.cs,
27314           ScrollBars.cs, ScrollButton.cs, ScrollEventArgs.cs,
27315           ScrollEventHandler.cs, ScrollEventType.cs, ScrollableControl.cs,
27316           TODO, TODOAttribute.cs, UICues.cs, UICuesEventArgs.cs,
27317           UICuesEventHandler.cs, X11Structs.cs, XplatUI.cs,
27318           XplatUIDriver.cs, XplatUIStructs.cs, XplatUIWin32.cs,
27319           XplatUIX11.cs, lang.cs:
27320           - Initial check-in
27321
27322