use MOONLIGHT symbol
[mcs.git] / class / Managed.Windows.Forms / System.Windows.Forms.VisualStyles / ChangeLog
blobf13187d8f2705792997f8206c5f3c4ff8beae07e
1 2008-12-30  Jonathan Pobst  <monkey@jpobst.com>
3         * IVisualStyle.cs, VisualStylesGtkPlus.cs, VisualStylesNative.cs:
4         Add way to get style filename.
5         [Fixes bug #462766]
7 2008-09-16  Jonathan Pobst  <monkey@jpobst.com>
9         * VisualStyleElement.cs: Fixed Header.Item.Normal value.
11 2008-07-31  George Giolfan  <georgegiolfan@yahoo.com>
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.
17 2008-07-14  George Giolfan  <georgegiolfan@yahoo.com>
19         * VisualStyleElement.cs: Fixed
20         VisualStyleElement.Button.RadioButton.UncheckedPressed.
22 2008-07-10  George Giolfan  <georgegiolfan@yahoo.com>
24         * GtkPlus.cs: Fixed warnings and formatted.
26 2008-07-10  George Giolfan  <georgegiolfan@yahoo.com>
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.
35 2008-06-19  George Giolfan  <georgegiolfan@yahoo.com>
37         * GtkPlus.cs: Initialize now catches DllNotFoundException from both GTK+
38         calls.
40 2008-06-15  George Giolfan  <georgegiolfan@yahoo.com>
42         * GtkPlus.cs, VisualStylesGtkPlus.cs: Added support for clipping.
44 2008-06-15  George Giolfan  <georgegiolfan@yahoo.com>
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.
51 2008-06-10  George Giolfan  <georgegiolfan@yahoo.com>
53         * UXTheme.cs, VisualStylesNative.cs: Fixed the type of a GetThemePartSize
54         parameter.
56 2008-06-10  George Giolfan  <georgegiolfan@yahoo.com>
58         * VisualStylesEngine.cs: Disabled VisualStylesGtkPlus until I fix it to
59         support older GTK+ versions.
61 2008-06-10  George Giolfan  <georgegiolfan@yahoo.com>
63         * VisualStyleElement.cs: Added DateTimePicker part and state constants.
65 2008-06-10  George Giolfan  <georgegiolfan@yahoo.com>
67         * VisualStyleElement.cs: Added ComboBox border part and state constants.
69 2008-06-10  George Giolfan  <georgegiolfan@yahoo.com>
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.
77 2008-05-30  George Giolfan  <georgegiolfan@yahoo.com>
79         * VisualStyleElement.cs: Added support for the ScrollBar hover style.
81 2008-05-19  George Giolfan  <georgegiolfan@yahoo.com>
83         * VisualStyleRenderer.cs: Added DrawBackgroundExcludingArea.
85 2008-05-19  George Giolfan  <georgegiolfan@yahoo.com>
87         * GroupBoxState.cs: Included in the 1.1 profile.
89 2008-04-29  George Giolfan  <georgegiolfan@yahoo.com>
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.
95 2008-04-29  George Giolfan  <georgegiolfan@yahoo.com>
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.
101 2008-04-25  George Giolfan  <georgegiolfan@yahoo.com>
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.
112 2008-03-05  Jonathan Pobst  <monkey@jpobst.com>
114         VisualStyleRenderer.cs: corcompare - fix parameter names.
116 2007-02-26  Jonathan Pobst  <monkey@jpobst.com>
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.
122 2007-01-19  Chris Toshok  <toshok@ximian.com>
124         * VisualStyleElement.cs: rename TaskBar to Taskbar, and
125         TaskBarClock to TaskbarClock to make corcompare happy.
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.
135 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
136         * VisualStyleRenderer.cs: Fixed null compare that broke the build.
138 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
139         * System.Windows.Forms.VisualStyles: Initial import.