[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Windows.Forms / System.Windows.Forms.VisualStyles / ChangeLog
1 2008-12-30  Jonathan Pobst  <monkey@jpobst.com>
2
3         * IVisualStyle.cs, VisualStylesGtkPlus.cs, VisualStylesNative.cs:
4         Add way to get style filename.
5         [Fixes bug #462766]
6
7 2008-09-16  Jonathan Pobst  <monkey@jpobst.com>
8
9         * VisualStyleElement.cs: Fixed Header.Item.Normal value.
10
11 2008-07-31  George Giolfan  <georgegiolfan@yahoo.com>
12
13         * GtkPlus.cs, VisualStylesGtkPlus.cs: Added support for some elements,
14         clipping and excluding a rectangle from the painted area.
15         * VisualStyleElement.cs: Added constants for parts and states.
16
17 2008-07-14  George Giolfan  <georgegiolfan@yahoo.com>
18
19         * VisualStyleElement.cs: Fixed
20         VisualStyleElement.Button.RadioButton.UncheckedPressed.
21
22 2008-07-10  George Giolfan  <georgegiolfan@yahoo.com>
23
24         * GtkPlus.cs: Fixed warnings and formatted.
25
26 2008-07-10  George Giolfan  <georgegiolfan@yahoo.com>
27
28         * GtkPlus.cs, VisualStylesGtkPlus.cs: Implemented check box
29         size. Extended check box painting to allow all cases.
30         * VisualStyleElement.cs: Added some constants.
31         * VisualStylesEngine.cs: Now requires environment variable
32         MONO_VISUAL_STYLES to be set to GtkPlus in order to select the GTK+
33         implementation.
34
35 2008-06-19  George Giolfan  <georgegiolfan@yahoo.com>
36
37         * GtkPlus.cs: Initialize now catches DllNotFoundException from both GTK+
38         calls.
39
40 2008-06-15  George Giolfan  <georgegiolfan@yahoo.com>
41
42         * GtkPlus.cs, VisualStylesGtkPlus.cs: Added support for clipping.
43
44 2008-06-15  George Giolfan  <georgegiolfan@yahoo.com>
45
46         * GtkPlus.cs: Added comment header and check for GTK+ 2.10.
47         * IVisualStyles.cs, VisualStylesGtkPlus.cs, VisualStylesNative.cs: Added
48         comment header.
49         * VisualStylesEngine.cs: Added comment header. Enabled VisualStylesGtkPlus.
50
51 2008-06-10  George Giolfan  <georgegiolfan@yahoo.com>
52
53         * UXTheme.cs, VisualStylesNative.cs: Fixed the type of a GetThemePartSize
54         parameter.
55
56 2008-06-10  George Giolfan  <georgegiolfan@yahoo.com>
57
58         * VisualStylesEngine.cs: Disabled VisualStylesGtkPlus until I fix it to
59         support older GTK+ versions.
60
61 2008-06-10  George Giolfan  <georgegiolfan@yahoo.com>
62
63         * VisualStyleElement.cs: Added DateTimePicker part and state constants.
64
65 2008-06-10  George Giolfan  <georgegiolfan@yahoo.com>
66
67         * VisualStyleElement.cs: Added ComboBox border part and state constants.
68
69 2008-06-10  George Giolfan  <georgegiolfan@yahoo.com>
70
71         * GtkPlus.cs, IVisualStyles.cs, VisualStylesEngine.cs,
72         VisualStylesGtkPlus.cs, VisualStylesNative.cs: Added.
73         * VisualStyleElement.cs: Added some named constants.
74         * VisualStyleInformation.cs, VisualStyleRenderer.cs: Refactored to allow
75         multiple implementations.
76
77 2008-05-30  George Giolfan  <georgegiolfan@yahoo.com>
78
79         * VisualStyleElement.cs: Added support for the ScrollBar hover style.
80
81 2008-05-19  George Giolfan  <georgegiolfan@yahoo.com>
82
83         * VisualStyleRenderer.cs: Added DrawBackgroundExcludingArea.
84
85 2008-05-19  George Giolfan  <georgegiolfan@yahoo.com>
86
87         * GroupBoxState.cs: Included in the 1.1 profile.
88
89 2008-04-29  George Giolfan  <georgegiolfan@yahoo.com>
90
91         * VisualStyleRenderer.cs: Added some code to eventually call CloseThemeData.
92         Suppressed calls to IsThemePartDefined and CloseThemeData when a theme handle
93         was not obtained.
94
95 2008-04-29  George Giolfan  <georgegiolfan@yahoo.com>
96
97         * VisualStyleRenderer.cs: Added a special case for
98         VisualStyleElement.Status.Bar.Normal. IsThemePartDefined was returning false
99         but this element is supposed to work on the default Windows theme.
100
101 2008-04-25  George Giolfan  <georgegiolfan@yahoo.com>
102
103         * BooleanProperty.cs, CheckBoxState.cs, ColorProperty.cs, EdgeEffects.cs,
104         Edges.cs, EdgeStyle.cs, EnumProperty.cs, FileNameProperty.cs, FontProperty.cs,
105         HitTestCode.cs, HitTestOptions.cs, MarginProperty.cs, PointProperty.cs,
106         PushButtonState.cs, RadioButtonState.cs, StringProperty.cs, TextMetrics.cs,
107         TextMetricsCharacterSet.cs, TextMetricsPitchAndFamilyValues.cs,
108         ThemeSizeType.cs, UXTheme.cs, VisualStyleElement.cs,
109         VisualStyleInformation.cs, VisualStyleRenderer.cs, VisualStyleState.cs:
110         Included in the 1.1 profile.
111
112 2008-03-05  Jonathan Pobst  <monkey@jpobst.com>
113
114         VisualStyleRenderer.cs: corcompare - fix parameter names.
115
116 2007-02-26  Jonathan Pobst  <monkey@jpobst.com>
117
118         * UXTheme.cs: Remove RECT, POINT, and TEXTMETRICS structures,
119         use ones from Xplat instead.
120         * VisualStyleRenderer.cs: Use Xplat structs instead of UXTheme ones.
121
122 2007-01-19  Chris Toshok  <toshok@ximian.com>
123
124         * VisualStyleElement.cs: rename TaskBar to Taskbar, and
125         TaskBarClock to TaskbarClock to make corcompare happy.
126
127 2006-08-05  Jonathan Pobst <monkey@jpobst.com>
128         * TextMetrics.cs: Change variables to properties.
129         * VisualStyleRenderer.cs, EdgeEffects.cs, Edges.cs,
130           HitTestOptions.cs, TextMetricsPitchAndFamilyValues.cs:
131             Add various attributes.
132         * TabItemState.cs, TextBoxState.cs, TrackBarThumbState.cs:
133             Fix typos.
134
135 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
136         * VisualStyleRenderer.cs: Fixed null compare that broke the build.
137
138 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
139         * System.Windows.Forms.VisualStyles: Initial import.