2008-12-30  Jonathan Pobst  <monkey@jpobst.com>

	* IVisualStyle.cs, VisualStylesGtkPlus.cs, VisualStylesNative.cs:
	Add way to get style filename.
	[Fixes bug #462766]

2008-09-16  Jonathan Pobst  <monkey@jpobst.com>

	* VisualStyleElement.cs: Fixed Header.Item.Normal value.

2008-07-31  George Giolfan  <georgegiolfan@yahoo.com>

	* 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  <georgegiolfan@yahoo.com>

	* VisualStyleElement.cs: Fixed
	VisualStyleElement.Button.RadioButton.UncheckedPressed.

2008-07-10  George Giolfan  <georgegiolfan@yahoo.com>

	* GtkPlus.cs: Fixed warnings and formatted.

2008-07-10  George Giolfan  <georgegiolfan@yahoo.com>

	* 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  <georgegiolfan@yahoo.com>

	* GtkPlus.cs: Initialize now catches DllNotFoundException from both GTK+
	calls.

2008-06-15  George Giolfan  <georgegiolfan@yahoo.com>

	* GtkPlus.cs, VisualStylesGtkPlus.cs: Added support for clipping.

2008-06-15  George Giolfan  <georgegiolfan@yahoo.com>

	* 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  <georgegiolfan@yahoo.com>

	* UXTheme.cs, VisualStylesNative.cs: Fixed the type of a GetThemePartSize
	parameter.

2008-06-10  George Giolfan  <georgegiolfan@yahoo.com>

	* VisualStylesEngine.cs: Disabled VisualStylesGtkPlus until I fix it to
	support older GTK+ versions.

2008-06-10  George Giolfan  <georgegiolfan@yahoo.com>

	* VisualStyleElement.cs: Added DateTimePicker part and state constants.

2008-06-10  George Giolfan  <georgegiolfan@yahoo.com>

	* VisualStyleElement.cs: Added ComboBox border part and state constants.

2008-06-10  George Giolfan  <georgegiolfan@yahoo.com>

	* 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  <georgegiolfan@yahoo.com>

	* VisualStyleElement.cs: Added support for the ScrollBar hover style.

2008-05-19  George Giolfan  <georgegiolfan@yahoo.com>

	* VisualStyleRenderer.cs: Added DrawBackgroundExcludingArea.

2008-05-19  George Giolfan  <georgegiolfan@yahoo.com>

	* GroupBoxState.cs: Included in the 1.1 profile.

2008-04-29  George Giolfan  <georgegiolfan@yahoo.com>

	* 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  <georgegiolfan@yahoo.com>

	* 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  <georgegiolfan@yahoo.com>

	* 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  <monkey@jpobst.com>

	VisualStyleRenderer.cs: corcompare - fix parameter names.

2007-02-26  Jonathan Pobst  <monkey@jpobst.com>

	* 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  <toshok@ximian.com>

	* VisualStyleElement.cs: rename TaskBar to Taskbar, and
	TaskBarClock to TaskbarClock to make corcompare happy.

2006-08-05  Jonathan Pobst <monkey@jpobst.com>
	* 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 <monkey@jpobst.com>
	* VisualStyleRenderer.cs: Fixed null compare that broke the build.

2006-08-04  Jonathan Pobst <monkey@jpobst.com>
	* System.Windows.Forms.VisualStyles: Initial import.