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.

	