[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Windows.Forms / System.Windows.Forms.Theming / VisualStyles / ChangeLog
1 2010-06-25  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2
3         * TabControlPainter.cs: Use TabControl.Font to draw instead of
4         TabPage.Font values.
5         Fixes bits of #551032.
6
7 2010-05-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8
9         * TabControlPainter.cs: When drawing the contents of our tabs use 
10         TabControl.Padding instead of BorderThickness and FocusRectSpacing.
11
12 2008-10-20  Jonathan Pobst  <monkey@jpobst.com>
13
14         * ToolStripPainter.cs: Don't paint over a set BackgroundImage.
15
16 2008-09-16  Jonathan Pobst  <monkey@jpobst.com>
17
18         * TabControlPainter.cs: Hook tab painting into ShowFocusCues.
19
20 2008-07-31  George Giolfan  <georgegiolfan@yahoo.com>
21
22         * TabControlPainter.cs: Added DrawScrollButton.
23
24 2008-07-09  George Giolfan  <georgegiolfan@yahoo.com>
25
26         * TabControlPainter.cs, ToolStripPainter.cs: Now falls back to the default
27         implementation when Visual Styles should not be used.
28
29 2008-05-21  George Giolfan  <georgegiolfan@yahoo.com>
30
31         * TabControlPainter.cs: Enabled support for the hot style.
32
33 2008-05-19  George Giolfan  <georgegiolfan@yahoo.com>
34
35         * TabControlPainter.cs: Refactored: Used DrawBackground instead of Draw.
36
37 2008-05-07  George Giolfan  <georgegiolfan@yahoo.com>
38
39         * ToolStripPainter.cs: Added.
40
41 2008-04-30  George Giolfan  <georgegiolfan@yahoo.com>
42
43         * TabControlPainter.cs: Ordered usings.
44
45 2008-04-28  George Giolfan  <georgegiolfan@yahoo.com>
46
47         * TabControlPainter.cs: Fixed duplication.
48
49 2008-04-28  George Giolfan  <georgegiolfan@yahoo.com>
50
51         * TabControlPainter.cs: Added.
52         
53 2008-04-25  George Giolfan  <georgegiolfan@yahoo.com>
54
55         * CheckBoxPainter.cs, RadioButtonPainter.cs: Added.