2007-09-04  Everaldo Canuto  <everaldo@simios.org>

	* CheckBoxPainter.cs: Adjust checkbox light color to ControlLightLight to
	mimic win32 look. Fixes #82656 (2.0).

2007-08-28  Jonathan Pobst  <monkey@jpobst.com>

	* RadioButtonPainter.cs: Added.

2007-08-22  Jonathan Pobst  <monkey@jpobst.com>

	* CheckBoxPainter.cs: Added.

2007-08-19  Everaldo Canuto  <ecanuto@novell.com>

	* TabControlPainter.cs: Fix regression in default padding x.

2007-08-19  Everaldo Canuto  <ecanuto@novell.com>

	* TabControlPainter.cs: Fix border thickness, padding and tab text format to 
	be horizontal centralized. Fixes #82471.

2007-08-18  Everaldo Canuto  <ecanuto@novell.com>

	* TabControlPainter.cs: Remove one vertical pixel from tab drawing, the 
	bottom line was one pixel more than needed.

2007-07-26  Everaldo Canuto  <ecanuto@novell.com>

	* TabControlPainter.cs: Adjust vertical image position on tab. Fixes #81837.

2007-07-26  Everaldo Canuto  <ecanuto@novell.com>

	* TabControlPainter.cs: Uses str_rect to draw text since it take in account
	the image size. Fixes #81836.

2007-07-20  Jonathan Pobst  <monkey@jpobst.com>

	* ToolStripPainter.cs: Patch from Rolf.  We weren't painting a
	Checked button as sunken.  [Fixes bug #82151]

2007-07-16  Jonathan Pobst  <monkey@jpobst.com>

	* ButtonPainter.cs: For flat buttons, draw mouse highlight when
	button is focused.  Remove random extra rectangle.

2007-07-16  Jonathan Pobst  <monkey@jpobst.com>

	* ButtonPainter.cs: For Flat button, if no mouse over / press
	backcolor is specified, calculate one from the normal backcolor.

2007-07-12  Jonathan Pobst  <monkey@jpobst.com>

	* ButtonPainter.cs: For Flat button, if BorderSize is 0, don't
	draw the rectangle.  Setting the pen's width to 1 isn't good
	enough, it still draws the border.  [Fixes bug #82081]

2007-07-03  Jonathan Pobst  <monkey@jpobst.com>

	* ToolStripPainter.cs: Added. This is where we paint toolstrips
	using the ToolStripSystemRenderer.

2007-05-04  Andreia Gaita  <avidigal@novell.com>

	* TabControlPainter.cs: Use ControlPaint static methods
	instead of ThemeEngine ones (seeing as they're there and
	all :p )

2007-04-15  Andreia Gaita  <avidigal@novell.com>

	* ButtonPainter.cs: refactoring of the button drawing
	that was originally located in ThemeElementsDefault
	
	* TabControlPainter.cs: refactoring of the tabcontrol
	drawing code originally located in the ThemeWin32Classic.
	Also, fixes and changes:
		- replaced most hardcoded values with properties to 
		make it easier to customize implementations.
		- fixed left and right alignment drawing problems
		- fixed flatbutton border drawing on left and
		right alignment
		- fixed #79619
		- fixed paddings, spacings and positioning.

	