2007-05-30  Sebastien Pouliot  <sebastien@ximian.com>

	* CursorEditor.cs: Add new (2.0) IsDropDownResizable property.
	* ImageEditor.cs: Add new (2.0) GetImageExtenders method.
	* ToolboxItemContainer.cs: New. Stub to reduce MoMA missing report.
	* ToolboxItemCreator.cs: New. Stub to reduce MoMA missing report.
	* ToolboxService.cs: New. Stub to reduce MoMA missing report.

2006-10-25  Chris Toshok  <toshok@ximian.com>

	* IconEditor.cs: the value we're painting isn't an Image, it's an
	Icon.  use Icon.ToBitmap to get something we can actually draw.

2006-10-13  Chris Toshok  <toshok@ximian.com>

	* ColorEditor.cs: we also need to make sure we set selected_color
	and color_chosen initially.

2006-10-13  Chris Toshok  <toshok@ximian.com>

	* ColorEditor.cs: windows allows a null to be passed in to
	EditValue (indeed, the property grid when showing a merged view
	requires it).  Also, if no change is made we need to return the
	initial value (so, if you pass null in, and don't make a change,
	null should be returned.

2006-07-31  Jonathan Chambers <joncham@gmail.com>

	* ColorEditor.cs: Add custom color picker tab.

2006-04-27  Jonathan Chambers <jonathan.chambers@ansys.com>

	* ColorEditor.cs: Make into a drop down editor
	  and begin work on editor.

2006-04-26  Alexander Olk <alex.olk@googlemail.com>

	* ColorEditor.cs: Dispose the SolidBrush that fills the color
	  rectangle and don't draw a border which uglifys
	  PropertyGrid

2004-02-24  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* BitmapEditor.cs
	* FontEditor.cs
	* FontNameEditor.cs
	* IconEditor.cs
	* ImageEditor.cs
	* MetafileEditor.cs
	* ColorEditor.cs: beautifications

	* ContentAlignmentEditor.cs
	* CursorEditor.cs: Implemented a simple UI
	* ColorEditor.cs: Implemented a simple UI

2003-07-23  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* IconEditor.cs: Tiny fix to improve created image

2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* BitmapEditor.cs
	* IconEditor.cs
	* ImageEditor.cs
	* MetafileEditor.cs: Added localization support

	* FontNameEditor.cs: Improved implementation

2003-06-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* BitmapEditor.cs
	* FontEditor.cs
	* FontNameEditor.cs
	* IconEditor.cs
	* ImageEditor.cs
	* MetafileEditor.cs: Implemented
	
	* ColorEditor.cs
	* ContentAlignmentEditor.cs
	* CursorEditor.cs: Partially implemented
