2008-12-30 Jonathan Pobst * IVisualStyle.cs, VisualStylesGtkPlus.cs, VisualStylesNative.cs: Add way to get style filename. [Fixes bug #462766] 2008-09-16 Jonathan Pobst * VisualStyleElement.cs: Fixed Header.Item.Normal value. 2008-07-31 George Giolfan * GtkPlus.cs, VisualStylesGtkPlus.cs: Added support for some elements, clipping and excluding a rectangle from the painted area. * VisualStyleElement.cs: Added constants for parts and states. 2008-07-14 George Giolfan * VisualStyleElement.cs: Fixed VisualStyleElement.Button.RadioButton.UncheckedPressed. 2008-07-10 George Giolfan * GtkPlus.cs: Fixed warnings and formatted. 2008-07-10 George Giolfan * GtkPlus.cs, VisualStylesGtkPlus.cs: Implemented check box size. Extended check box painting to allow all cases. * VisualStyleElement.cs: Added some constants. * VisualStylesEngine.cs: Now requires environment variable MONO_VISUAL_STYLES to be set to GtkPlus in order to select the GTK+ implementation. 2008-06-19 George Giolfan * GtkPlus.cs: Initialize now catches DllNotFoundException from both GTK+ calls. 2008-06-15 George Giolfan * GtkPlus.cs, VisualStylesGtkPlus.cs: Added support for clipping. 2008-06-15 George Giolfan * GtkPlus.cs: Added comment header and check for GTK+ 2.10. * IVisualStyles.cs, VisualStylesGtkPlus.cs, VisualStylesNative.cs: Added comment header. * VisualStylesEngine.cs: Added comment header. Enabled VisualStylesGtkPlus. 2008-06-10 George Giolfan * UXTheme.cs, VisualStylesNative.cs: Fixed the type of a GetThemePartSize parameter. 2008-06-10 George Giolfan * VisualStylesEngine.cs: Disabled VisualStylesGtkPlus until I fix it to support older GTK+ versions. 2008-06-10 George Giolfan * VisualStyleElement.cs: Added DateTimePicker part and state constants. 2008-06-10 George Giolfan * VisualStyleElement.cs: Added ComboBox border part and state constants. 2008-06-10 George Giolfan * GtkPlus.cs, IVisualStyles.cs, VisualStylesEngine.cs, VisualStylesGtkPlus.cs, VisualStylesNative.cs: Added. * VisualStyleElement.cs: Added some named constants. * VisualStyleInformation.cs, VisualStyleRenderer.cs: Refactored to allow multiple implementations. 2008-05-30 George Giolfan * VisualStyleElement.cs: Added support for the ScrollBar hover style. 2008-05-19 George Giolfan * VisualStyleRenderer.cs: Added DrawBackgroundExcludingArea. 2008-05-19 George Giolfan * GroupBoxState.cs: Included in the 1.1 profile. 2008-04-29 George Giolfan * VisualStyleRenderer.cs: Added some code to eventually call CloseThemeData. Suppressed calls to IsThemePartDefined and CloseThemeData when a theme handle was not obtained. 2008-04-29 George Giolfan * VisualStyleRenderer.cs: Added a special case for VisualStyleElement.Status.Bar.Normal. IsThemePartDefined was returning false but this element is supposed to work on the default Windows theme. 2008-04-25 George Giolfan * BooleanProperty.cs, CheckBoxState.cs, ColorProperty.cs, EdgeEffects.cs, Edges.cs, EdgeStyle.cs, EnumProperty.cs, FileNameProperty.cs, FontProperty.cs, HitTestCode.cs, HitTestOptions.cs, MarginProperty.cs, PointProperty.cs, PushButtonState.cs, RadioButtonState.cs, StringProperty.cs, TextMetrics.cs, TextMetricsCharacterSet.cs, TextMetricsPitchAndFamilyValues.cs, ThemeSizeType.cs, UXTheme.cs, VisualStyleElement.cs, VisualStyleInformation.cs, VisualStyleRenderer.cs, VisualStyleState.cs: Included in the 1.1 profile. 2008-03-05 Jonathan Pobst VisualStyleRenderer.cs: corcompare - fix parameter names. 2007-02-26 Jonathan Pobst * UXTheme.cs: Remove RECT, POINT, and TEXTMETRICS structures, use ones from Xplat instead. * VisualStyleRenderer.cs: Use Xplat structs instead of UXTheme ones. 2007-01-19 Chris Toshok * VisualStyleElement.cs: rename TaskBar to Taskbar, and TaskBarClock to TaskbarClock to make corcompare happy. 2006-08-05 Jonathan Pobst * TextMetrics.cs: Change variables to properties. * VisualStyleRenderer.cs, EdgeEffects.cs, Edges.cs, HitTestOptions.cs, TextMetricsPitchAndFamilyValues.cs: Add various attributes. * TabItemState.cs, TextBoxState.cs, TrackBarThumbState.cs: Fix typos. 2006-08-04 Jonathan Pobst * VisualStyleRenderer.cs: Fixed null compare that broke the build. 2006-08-04 Jonathan Pobst * System.Windows.Forms.VisualStyles: Initial import.