2008-03-06  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.addin.xml: Bump version to 1.0. Yay!

2008-02-01  Michael Hutchinson <mhutchinson@novell.com> 

	* MonoDevelop.DesignerSupport/BindingService.cs: If no specific part is
	  specified when adding a member to a class, add it to the first part.
	  Fixes an error in the ASP.NET designer (and anything else using the
	  binding service without explicitly specifying class parts).

2008-01-29  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.addin.xml, MonoDevelop.DesignerSupport.mdp,
	  Makefile.am, icons/toolbox-pad-16.png, icons/properties-pad-16.png: New
	  tango icons by Vinicius Depizzol.
	* MonoDevelop.DesignerSupport.PropertyGrid.Editors/BooleanEditorCell.cs:
	  Properly draw checkboxes.

2008-01-25  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.addin.xml: Update MD version.

2008-01-21  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.Toolbox/Toolbox.cs: Use the correct class to
	  get the node_hash private field.

2008-01-21  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.PropertyGrid/PropertyGrid.cs: Use a smaller
	  toolbar.

2008-01-02  Michael Hutchinson <mhutchinson@novell.com> 

	* MonoDevelop.DesignerSupport/CodeBehindService.cs: Improve error reporting
	  for invalid IClasses.

2007-12-14  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.mdp: Updated project files. The order of
	  extended properties won't change anymore.

2007-12-13  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport/ToolboxService.cs: The ide is not yet fully
	  initialized when the toolbox service is created.

2007-12-12  Michael Hutchinson <mhutchinson@novell.com> 

	* MonoDevelop.DesignerSupport.Toolbox/Toolbox.cs,
	  MonoDevelop.DesignerSupport.Toolbox/CompactToolboxView.cs: Don't draw
	  shadows in pads (the new docking library does that already). Haven't
	  fixed property pad as it doesn't seem to be possible to remove the
	  borders from the Vpaned.

2007-12-12  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport/ToolboxService.cs: Make sure Gtk is properly
	  initialized in the process that looks for components. Added some missing
	  check.

2007-12-12  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.addin.xml: Bump add-in versions.

2007-12-12  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport/ToolboxService.cs: Make sure the toolbox is
	  filled the first time it is shown.
	* gtk-gui/gui.stetic: Updated.

2007-12-04  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.mdp, Makefile.am: Directory reorganization.

2007-11-19  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.addin.xml, MonoDevelop.DesignerSupport.mdp,
	  Makefile.am,
	  MonoDevelop.DesignerSupport.Projects/CombineEntryDescriptor.cs,
	  MonoDevelop.DesignerSupport.Projects/CombineEntryPropertyProvider.cs,
	  MonoDevelop.DesignerSupport.Projects/ProjectReferenceDescriptor.cs,
	  MonoDevelop.DesignerSupport.Projects/ProjectFileDescriptor.cs,
	  MonoDevelop.DesignerSupport.Projects/ProjectItemPropertyProvider.cs,
	  MonoDevelop.DesignerSupport.Projects/ProjectsPropertyProvider.cs: Added
	  some property descriptors for references and CombineEntry.

2007-11-09  Michael Hutchinson <mhutchinson@novell.com> 

	* MonoDevelop.DesignerSupport/CodeBehindService.cs,
	  MonoDevelop.DesignerSupport/ToolboxService.cs,
	  MonoDevelop.DesignerSupport.Toolbox/Toolbox.cs: Track LoggingService API
	  changes.

2007-11-07  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.PropertyGrid/PropertyGridTree.cs: Use a more
	  convenient color for grup headers.

2007-11-02  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport/BindingService.cs: Use RootCombine instead of
	  CurrentOpenCombine when possible.

2007-10-29  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.addin.xml: Bump MD version.

2007-10-23  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.mdp: Project file names updated by change in
	  MD path functions.

2007-10-15  Michael Hutchinson <mhutchinson@novell.com> 

	* MonoDevelop.DesignerSupport.mdp, Makefile.am: Updated.
	* MonoDevelop.DesignerSupport/TypeNotFoundException.cs,
	  MonoDevelop.DesignerSupport/MemberExistsException.cs,
	  MonoDevelop.DesignerSupport/BindingService.cs,
	  MonoDevelop.DesignerSupport/ErrorInFileException.cs: Better error
	  reporting, including filename/line number.

2007-10-12  Michael Hutchinson <mhutchinson@novell.com> 

	* MonoDevelop.DesignerSupport/BindingService.cs,
	  MonoDevelop.DesignerSupport/MemberExistsException.cs: Improve error
	  output when Codebehind generation fails.

2007-10-12  Michael Hutchinson <mhutchinson@novell.com> 

	* MonoDevelop.DesignerSupport/BindingService.cs: Walk down into base classes
	  when checking if compatible members are present in a class. If members
	  with same name exist, check type compatibility down through the class
	  hierarchy.

2007-10-04  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.Toolbox/ToolboxItemToolboxLoader.cs:
	  Initialize Gtk before trying to load the toolbox item. Needed since this
	  is done out of process.

2007-10-03  Michael Hutchinson <mhutchinson@novell.com> 

	* MonoDevelop.DesignerSupport.Toolbox/ItemToolboxNode.cs: Implement
	  IComparable so that the ToolboxService's array sort doesn't break on
	  non-GTK#-component toolbox nodes. Fixes AspNetEdit.

2007-09-21  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.addin.xml: Bump MD version.

2007-09-21  Michael Hutchinson <mhutchinson@novell.com> 

	* MonoDevelop.DesignerSupport.CodeBehind/CodeBehindProjectFileExtension.cs:
	  In BuildChildNodes, don't assume that HasChildNodes is false, because
	  other extensions may have added children to this node.

2007-09-20  Lluis Sanchez Gual <lluis@novell.com> 

	* gtk-gui/generated.cs,
	  gtk-gui/MonoDevelop.DesignerSupport.Toolbox.ComponentSelectorDialog.cs,
	  gtk-gui/gui.stetic: Regenerated GUI files.
	* MonoDevelop.DesignerSupport.Toolbox/Toolbox.cs: Added NodeView subclass
	  and overrided OnDragDataDelete. This is necessary to avoid a GTK warning
	  about the need to override drag_data_delete.

2007-09-20  Michael Hutchinson <mhutchinson@novell.com> 

	* MonoDevelop.DesignerSupport.mdp,
	  MonoDevelop.DesignerSupport/BindingService.cs,
	  MonoDevelop.DesignerSupport/OpenDocumentFileProvider.cs, Makefile.am:
	  Make OpenDocumentFileProvider publicly accessible so it can be used
	  elsewhere.

2007-09-19  Michael Hutchinson <mhutchinson@novell.com> 

	* MonoDevelop.DesignerSupport.mdp,
	  MonoDevelop.DesignerSupport/CodeBehindService.cs,
	  MonoDevelop.DesignerSupport.CodeBehind/CodeBehindMissingClassBuilder.cs,
	  MonoDevelop.DesignerSupport.CodeBehind/CodeBehindProjectFileExtension.cs,
	  MonoDevelop.DesignerSupport.CodeBehind/CodeBehindClassEventArgs.cs,
	  MonoDevelop.DesignerSupport.CodeBehind/CodeBehindClass.cs, Makefile.am:
	  In CodeBehind service, track class names rather than IClasses, as
	  IClasses can change. Now much more careful to trigger only the
	  rebuilding of nodes which need to be rebuilt. May still be some
	  performance issues on large projects (from linear lookups of class
	  names, and requirement for CodeBehind parent parsing to happen at
	  project load time).

2007-09-19  Michael Hutchinson <mhutchinson@novell.com> 

	* MonoDevelop.DesignerSupport.addin.xml,
	  MonoDevelop.DesignerSupport/CodeBehindService.cs,
	  MonoDevelop.DesignerSupport.CodeBehind/CodeBehindMissingClassBuilder.cs,
	  MonoDevelop.DesignerSupport.CodeBehind/CodeBehindClassBuilder.cs,
	  MonoDevelop.DesignerSupport.CodeBehind/CodeBehindProjectFileExtension.cs:
	  Audit and restructure the CodeBehind grouping so that it updates
	  correctly and handles partial classes.
	* MonoDevelop.DesignerSupport.mdp, Makefile.am, gtk-gui/gui.stetic: Updated
	  & fix GTK# version at 2.8.
	* MonoDevelop.DesignerSupport.CodeBehind/CodeBehindDisplayBinding.cs:
	  Disable fully, as it doesn't work properly. Needs some core work to make
	  it workable.

2007-09-07  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.PropertyGrid/IPropertyPadProvider.cs: Added
	  some documentation.

2007-09-07  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.addin.xml, MonoDevelop.DesignerSupport.mdp,
	  Makefile.am,
	  MonoDevelop.DesignerSupport.Projects/PropertyPadTextEditorExtension.cs:
	  When the focus is in the text editor, show the properties of the file in
	  the property pad. Fixes bug #82255.

2007-08-31  Mike Krüger <mkrueger@novell.com> 

	* MonoDevelop.DesignerSupport/DesignerSupportService.cs,
	  MonoDevelop.DesignerSupport/ToolboxService.cs,
	  MonoDevelop.DesignerSupport/PropertyPad.cs,
	  MonoDevelop.DesignerSupport.Projects/ComponentNodeBuilder.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid/IPropertyPadProvider.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid/PropertyPadVisitor.cs: Changes
	  due to new property infrastructure.

2007-08-09  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport/DesignerSupportService.cs: Add missing null
	  check.

2007-08-09  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.addin.xml,
	  MonoDevelop.DesignerSupport/DesignerSupportService.cs: Removed the
	  CommandService class. Everything is done directly with CommandManager.
	  Moved all extension node types to MD.Components.

2007-08-09  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.addin.xml, MonoDevelop.DesignerSupport.mdp,
	  gtk-gui/generated.cs,
	  gtk-gui/MonoDevelop.DesignerSupport.Toolbox.ComponentSelectorDialog.cs,
	  Makefile.am: Reorganized the extension point hierarchy. Embedded all
	  add-in manifests as resources.

2007-08-02  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.CodeBehind/CodeBehindProjectFileExtension.cs:
	  Converted DispatchService to a static class.

2007-07-27  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport/PropertyPad.cs: Assign the property pad
	  to the service only when it is completely initialized.

2007-07-26  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport/ToolboxService.cs: Sort toolbox items.

2007-07-26  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport/DesignerSupportService.cs: When the
	  property pad is show, initialize it with the data of the latest
	  provider found. Fixes bug #82166.

2007-07-24  Mike Krüger <mkrueger@novell.com> 

	* MonoDevelop.DesignerSupport.Toolbox/Toolbox.cs,
	  MonoDevelop.DesignerSupport.Toolbox/CompactToolboxView.cs: Fixed
	  Bug 82104:Toolbox White Using Dark Theme.

2007-07-19  Ben Motmans <ben.motmans@gmail.com>

	* MonoDevelop.DesignerSupport.Toolbox/Toolbox.cs: overwrite the
	node_hash field with a standard hashtable [fixes #81942]

2007-07-17  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.Toolbox/CompactToolboxView.cs: Improve
	  tooltip look.

2007-07-05  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.addin.xml,
	  MonoDevelop.DesignerSupport.mdp,
	  MonoDevelop.DesignerSupport/Commands.cs,
	  MonoDevelop.DesignerSupport/ToolboxService.cs,
	  MonoDevelop.DesignerSupport.Toolbox/Toolbox.cs, Makefile.am: Added
	  a context menu to the toolbox, which allows adding/removing items.
	* MonoDevelop.DesignerSupport.Toolbox/CompactToolboxView.cs: Show the
	  tooltip centered. Avoid the selection to be cleared when clicking
	  on an item. Redraw the widget when the item list changes.

2007-07-05  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.mdp,
	  MonoDevelop.DesignerSupport/ToolboxService.cs,
	  gtk-gui/generated.cs,
	  gtk-gui/MonoDevelop.DesignerSupport.Toolbox.ComponentSelectorDialog.cs,
	  gtk-gui/gui.stetic,
	  MonoDevelop.DesignerSupport.Toolbox/ItemToolboxNode.cs,
	  MonoDevelop.DesignerSupport.Toolbox/ToolboxItemToolboxNode.cs,
	  MonoDevelop.DesignerSupport.Toolbox/ComponentSelectorDialog.cs,
	  Makefile.am: Implemented an index of components, which can be used
	  by the user to select which components have to be shown in the
	  toolbar.
	* MonoDevelop.DesignerSupport/DesignerSupportService.cs: Toolbox
	  configuration loading/saving is now handled by the toolbox service.
	* MonoDevelop.DesignerSupport.PropertyGrid.Editors/TextEditor.cs: Fix
	  warning.
	* MonoDevelop.DesignerSupport.Toolbox/IToolboxConsumer.cs: Removed
	  TODO.
	* MonoDevelop.DesignerSupport.Toolbox/ToolboxConfiguration.cs: New
	  class that stores toolbox information.
	* MonoDevelop.DesignerSupport.Toolbox/ToolboxList.cs: Moved
	  serialization code to ToolboxConfiguration.
	* MonoDevelop.DesignerSupport.Toolbox/IToolboxProvider.cs:
	  Implementations of IToolboxDefaultProviders can now return a file
	  that implements toolbox items and all of them will be loaded by
	  default in the toolbox. It is not necessary to specify all default
	  items one by one, although it can still be done.

2007-07-02  Mike Krüger <mkrueger@novell.com> 

	* MonoDevelop.DesignerSupport.Toolbox/Toolbox.cs,
	  MonoDevelop.DesignerSupport.Toolbox/CompactToolboxView.cs: Worked
	  on toolbox view (tooltips, sizing and some behavior issues).

2007-06-28  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.Toolbox/CompactToolboxView.cs: Fix size
	  request calculation.

2007-06-28  Mike Krüger <mkrueger@novell.com> 

	* icons/md-design-listboxtoggle.png: Added an icon for the toolbox
	  listbox toggle.

2007-06-28  Mike Krüger <mkrueger@novell.com> 

	* MonoDevelop.DesignerSupport.Toolbox/CompactToolboxView.cs: Removed
	  some debugging code.

2007-06-27  Mike Krüger <mkrueger@novell.com> 

	* MonoDevelop.DesignerSupport.Toolbox/CompactToolboxView.cs: Worked on
	  tooltips & scrolling.

2007-06-26  Mike Krüger <mkrueger@novell.com> 

	* MonoDevelop.DesignerSupport.Toolbox/Toolbox.cs,
	  MonoDevelop.DesignerSupport.Toolbox/CompactToolboxView.cs,
	  MonoDevelop.DesignerSupport.Toolbox/CategoryToolboxNode.cs: Worked
	  on a more compact owner drawn toolbox view.

2007-06-20  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport/ToolboxService.cs: Avoid adding
	  duplicated widgets.
	* MonoDevelop.DesignerSupport.Toolbox/Toolbox.cs: Catch exception
	  thrown when dragging items.

2007-06-06  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.addin.xml,
	  MonoDevelop.DesignerSupport/PropertyPad.cs: Default pad placement
	  is now specified in the xml file.

2007-05-31  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.Projects/ComponentNodeBuilder.cs: Don't
	  use the CurrentNode property in the OnChanged event since it may
	  not be properly initialized when the event is fired.

2007-05-31  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.addin.xml: Changed add-in category.

2007-05-18  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.mdp,
	  MonoDevelop.DesignerSupport/CustomDescriptor.cs, Makefile.am: Added
	  default implementation of ICustomTypeDescriptor.
	* MonoDevelop.DesignerSupport.PropertyGrid.Editors/TextEditor.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid.Editors/CollectionEditor.cs:
	  Removed debug code.
	* MonoDevelop.DesignerSupport.PropertyGrid.Editors/EnumerationEditorCell.cs:
	  If an enum member has a Description attribute applied to it, use it
	  as display name.
	* MonoDevelop.DesignerSupport.Projects/ProjectsPropertyProvider.cs:
	  Added more complete descriptions of the properties. Disable the
	  ResourceId property if the file is not a resource.
	* MonoDevelop.DesignerSupport.PropertyGrid/PropertyGrid.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid/PropertyGridTree.cs: When
	  the value of a property changes, update all other properties, since
	  their values may also change, or they may be enabled/disabled.

2007-05-11  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.mdp: Deploy the addin.xml file.
	* MonoDevelop.DesignerSupport/DesignerSupportService.cs: Added some
	  null checks.

2007-05-09  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.mdp, Makefile.am: Reference shared
	  assemblies from the correct location.

2007-03-07  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* MonoDevelop.DesignerSupport.PropertyGrid/EditorManager.cs: Avoid 
	  some invalid PropertyEditorCell casts.
	
	* MonoDevelop.DesignerSupport/RemoteDesignerProcess.cs: Tweaks to aid 
	  in tracking down exceptions. The error display should really be moved 
	  into the MD thread so that the entire designer process can go down,
	  or we risk having loose ends. 

2007-05-04  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.addin.xml,
	  MonoDevelop.DesignerSupport.mdp,
	  MonoDevelop.DesignerSupport/DesignerSupportService.cs,
	  MonoDevelop.DesignerSupport/CodeBehindService.cs,
	  MonoDevelop.DesignerSupport/ToolboxService.cs, Makefile.am:
	  Migration to Mono.Addins.

2007-04-19  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.addin.xml,
	  MonoDevelop.DesignerSupport.Projects/ComponentNodeBuilder.cs,
	  MonoDevelop.DesignerSupport.Projects/ProjectsPropertyProvider.cs:
	  Implemented property providers for the Project and Class pad.
	* MonoDevelop.DesignerSupport.mdp, Makefile.am: Updated.
	* MonoDevelop.DesignerSupport/DesignerSupportService.cs,
	  MonoDevelop.DesignerSupport/IPropertyProvider.cs,
	  MonoDevelop.DesignerSupport/PropertyPad.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid/PropertyGrid.cs:
	  Implemented support for multiple property providers for a
	  component. Property providers can add properties to be shown in the
	  property pad for a specific type of object. Add-ins can register
	  new property providers in a new extension point.
	* MonoDevelop.DesignerSupport.PropertyGrid.Editors/FloatRange.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid.Editors/ColorEditorCell.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid.Editors/BooleanEditorCell.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid.Editors/TimeSpanEditor.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid.Editors/EventEditor.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid.Editors/CharPropertyEditor.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid.Editors/TextEditor.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid.Editors/EnumerationEditorCell.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid.Editors/FlagsEditorCell.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid.Editors/DateTimeEditor.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid.Editors/IntRange.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid/PropertyPadVisitor.cs:
	  Track api changes.
	* MonoDevelop.DesignerSupport.PropertyGrid/PropertyEditorCell.cs: When
	  initializing a cell, provide the EditSession instead of the
	  PropertyDescriptor. In this way the cell can have more control over
	  the property editing session.
	* MonoDevelop.DesignerSupport.PropertyGrid/IPropertyPadProvider.cs:
	  Added method which allows providing the object from which to get
	  and set properties, which can now be different from the real
	  component (it can be for example a wrapper). Also added methods
	  which are called when the edit session ends.
	* MonoDevelop.DesignerSupport.PropertyGrid/EditorManager.cs: Allow
	  specifying cell editors using the EditorAttribute.
	* MonoDevelop.DesignerSupport.PropertyGrid/PropertyGridTree.cs: Fire
	  Changed and EndEditing events.

2007-03-07 Michael Hutchinson <m.j.hutchinson@gmail.com> 

	* MonoDevelop.DesignerSupport/BindingService.cs: Clean up 
	  CreateAndShowMember. Jump to selected member. Remove GUI 
	  threadsafety code -- consumers should handle this.

2007-03-07 Michael Hutchinson <m.j.hutchinson@gmail.com>

	* Makefile.am: Remove ENABLE_DESIGNERSUPP check as it should always 
	  be built now.

2007-03-07  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* MonoDevelop.DesignerSupport/RemoteDesignerProcess.cs:
	  Only restart GUI thread if it was stopped by an exception. This 
	  means that the GUI thread will now be able to stop, so there 
	  won't be lots of orphaned mdhost processes left around.

2007-03-06  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* MonoDevelop.DesignerSupport.PropertyGrid.Editors/EventEditor.cs:
	  Initialize override should call base, so display text gets set.

2007-03-06  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.mdp, Makefile.am: Updated.
	* MonoDevelop.DesignerSupport/DesignerSupportService.cs: Added methods
	  for changing the content of the property pad.
	* MonoDevelop.DesignerSupport/MemberExistsException.cs,
	  MonoDevelop.DesignerSupport.CodeBehind/CodeBehindDisplayBinding.cs,
	  MonoDevelop.DesignerSupport.CodeBehind/CodeBehindViewContent.cs:
	  Fix warnings.
	* MonoDevelop.DesignerSupport/ToolboxService.cs: Implement support for
	  drag&drop and track changes in dynamic item providers.
	* MonoDevelop.DesignerSupport.PropertyGrid.Editors/EnumEditor.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid.Editors/StringEditor.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid.Editors/BaseEditor.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid.Editors/ColorEditor.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid.Editors/NumberEditor.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid.Editors/BoolEditor.cs:
	  Removed old editors.
	* MonoDevelop.DesignerSupport.PropertyGrid.Editors/TextEditorDialog.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid.Editors/FlagsSelectorDialog.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid.Editors/FloatRange.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid.Editors/ColorEditorCell.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid.Editors/BooleanEditorCell.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid.Editors/TimeSpanEditor.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid.Editors/EventEditor.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid.Editors/CharPropertyEditor.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid.Editors/TextEditor.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid.Editors/DefaultEditor.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid.Editors/EnumerationEditorCell.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid.Editors/ExpandableObjectEditor.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid.Editors/CollectionEditor.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid.Editors/FlagsEditorCell.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid.Editors/DateTimeEditor.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid.Editors/IntRange.cs:
	  Implemented editors for the new TreeView based property grid.
	* MonoDevelop.DesignerSupport.Toolbox/IToolboxConsumer.cs: Added
	  support for drag&drop.
	* MonoDevelop.DesignerSupport.Toolbox/ItemToolboxNode.cs,
	  MonoDevelop.DesignerSupport.Toolbox/ToolboxItemToolboxNode.cs,
	  MonoDevelop.DesignerSupport.Toolbox/TypeToolboxNode.cs,
	  MonoDevelop.DesignerSupport.Toolbox/TypeReference.cs: Implement
	  GetHashCode().
	* MonoDevelop.DesignerSupport.Toolbox/Toolbox.cs: Add support for
	  drag&drop. Use smaller icons for the toolbar.
	* MonoDevelop.DesignerSupport.Toolbox/IToolboxProvider.cs: Added event
	  to update the toolbox items of a dynamic provider.
	* MonoDevelop.DesignerSupport.PropertyGrid/PropertyEditorCell.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid/PropertyGrid.cs,
	  MonoDevelop.DesignerSupport.PropertyGrid/PropertyGridTree.cs:
	  Implemented TreeView based property grid.
	* MonoDevelop.DesignerSupport.PropertyGrid/GridRow.cs: Removed, not
	  needed anymore.
	* MonoDevelop.DesignerSupport.PropertyGrid/IPropertyPadProvider.cs: New
	  interfaces for providing custom property pad content.
	* MonoDevelop.DesignerSupport.PropertyGrid/EditorManager.cs: New
	  manager for the TreeView based property grid.
	* MonoDevelop.DesignerSupport.PropertyGrid/PropertyPadVisitor.cs: New
	  command target visitor for getting the currently selected
	  component.
	* MonoDevelop.DesignerSupport.PropertyGrid/PropertyValueChangedEventArgs.cs:
	  Track api changes.

2007-02-16  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.addin.xml: Change add-in versions to
	  0.13.

2007-02-15  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.mdp, Makefile.am: Synchronized the MD
	  project and the Makefile

2007-02-06  David Makovský (Yakeen) <yakeen@sannyas-on.net>

	* MonoDevelop.DesignerSupport.PropertyGrid/PropertyGrid.cs,
	* MonoDevelop.DesignerSupport.PropertyGrid/EventPropertyTab.cs,
	* MonoDevelop.DesignerSupport.PropertyGrid/DefaultPropertyTab.cs,
	* MonoDevelop.DesignerSupport/ToolboxService.cs: make strings translatable

2006-02-01  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* MonoDevelop.DesignerSupport.Toolbox/TypeToolboxNode.cs:
	* MonoDevelop.DesignerSupport.Toolbox/TypeReference.cs:
	* Makefile.am:
	  Split class into separate file. Improve comments.
	  
	* MonoDevelop.DesignerSupport/DesignerSupportService.cs:
	* MonoDevelop.DesignerSupport/CodeBehindService.cs:
	  Added an Initialise method to CodeBehindService so that it can 
	  subscribe to project events.
	  
	* MonoDevelop.DesignerSupport.CodeBehind/ICodeBehindProvider.cs:
	  Completely changed the way the Codebehind bindings are provided.
	  
	* MonoDevelop.DesignerSupport/CodeBehindService.cs:
	  Keep a list of CodeBehind bindings and update it as file change and 
	  class change events come in.
	  Fire CodeBehind change events when anything is updated.
	  
	* MonoDevelop.DesignerSupport.CodeBehind/CodeBehindClassBuilder.cs:
	  If CodeBehind class cannot be found, display a notice to that effect.
	  
	* MonoDevelop.DesignerSupport.CodeBehind/CodeBehindProjectFileExtension.cs:
	  Only hide class files if they just contain a single codebehind file.
	  Use events from CodeBehindService to rebuild nodes selectively.

2007-01-29  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport/WrapperDesignView.cs: Use the new
	  GetContent method instead of casting the view to the required
	  interface.

2007-01-29  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.DesignerSupport.mdp: Updated.
	* MonoDevelop.DesignerSupport/BindingService.cs,
	  MonoDevelop.DesignerSupport/WrapperDesignView.cs: Track api changes
	  in Document class.

2006-11-14  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* Makefile.am:
	* MonoDevelop.DesignerSupport.mdp: Updated.
	
	* MonoDevelop.DesignerSupport.Toolbox/Toolbox.cs:
	* MonoDevelop.DesignerSupport/ToolboxService.cs:
	* MonoDevelop.DesignerSupport/DesignerSupportService.cs: Renamed
	  ToolboxService.(Load|Save)Contents to (Load|Save)SaveUserToolbox.
	
	* MonoDevelop.DesignerSupport.Toolbox/IToolboxProvider.cs: New file.
	* MonoDevelop.DesignerSupport.addin.xml: 
	* MonoDevelop.DesignerSupport/ToolboxService.cs:
	  New IToolboxDefaultProvider and IToolboxDynamicProvider extension 
	  points so that AddIns can provide default and dynamic toolbox items.
	
	* MonoDevelop.DesignerSupport/ToolboxService.cs: Split allItems source 
	  of toolbox items. It now sources from userItems, defaultItems and 
	  dynamicProviders.
	
	* MonoDevelop.DesignerSupport.Toolbox/ToolboxList.cs: New file. 
	  Expanded ToolboxList to handle loading/saving functionality.
	  
	* MonoDevelop.DesignerSupport.Toolbox/IToolboxConsumer.cs: Removed 
	  GetDynamicItems method; this functionality can now be implemented 
	  separately as a dynamic toolbox provider.
	  
	* MonoDevelop.DesignerSupport.Toolbox/ItemToolboxNode.cs:
	* MonoDevelop.DesignerSupport.Toolbox/TypeToolboxNode.cs:
	* MonoDevelop.DesignerSupport.Toolbox/ToolboxItemToolboxNode.cs:
	  Proper Equals implementation, so that we can avoid node duplication.
	
	* MonoDevelop.DesignerSupport.Toolbox/ToolboxItemToolboxLoader.cs:
	  New overload for Load using an Assembly instead of a filename.

2006-10-21  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* MonoDevelop.DesignerSupport.Toolbox/ToolboxItemToolboxLoader.cs:
	  Record the assembly location if it did not come from the GAC.
	* MonoDevelop.DesignerSupport.Toolbox/TypeToolboxNode.cs:
	  Avoid trying to load from GAC when we actually have the assembly 
	  location, so avoiding an exception.
	  Together these are part 2 of getting custom controls to load.
	
	* MonoDevelop.DesignerSupport.Toolbox/TypeToolboxNode.cs:
	* MonoDevelop.DesignerSupport.Toolbox/ToolboxItemToolboxNode.cs:
	  Helper constructors for recording assembly location for types that 
	  come from non-GAC assemblies.

2006-09-16  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* MonoDevelop.DesignerSupport/BindingService.cs: Refactor a lot of code 
	  from AddMemberToClass into GetCompatibleMemberInClass, because it's 
	  useful separately.

2006-08-31 Lluis Sanchez Gual  <lluis@novell.com> 

	* MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport.addin.xml:
	  Updated add-in dependencies.

2006-08-21  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* MonoDevelop.DesignerSupport.CodeBehind/CodeBehindDisplayBinding.cs:
	  Disable CodeBehind display binding. Needs some works on Core to make 
	  it work properly. 

2006-08-05  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* MonoDevelop.DesignerSupport/ToolboxPad.cs:
	  Clean up namespace alias.
	  
	* MonoDevelop.DesignerSupport/BindingService.cs:
	  Add a lot of methods to support AspNetEdit event binding.
	  Make static, because there's nothing large to initialise.
	  Enable refactoring of open files (broken for secondary ViewContents).
	  
	* MonoDevelop.DesignerSupport/RemoteDesignerProcess.cs:
	  Fix exception handling and GUI threading.
	  
	* MonoDevelop.DesignerSupport/DesignerSupportService.cs:
	  Remove Binding service; it's now static.
	  
	* MonoDevelop.DesignerSupport/WrapperDesignView.cs:
	  Dispose child ViewContent content.
	  
	* MonoDevelop.DesignerSupport/ToolboxService.cs:
	* MonoDevelop.DesignerSupport.Toolbox/IToolboxConsumer.cs:
	  Support for displaying dynamic items provided by current consumer.
	  Rename Use method to ConsumeItem.
	  Hide UnknownToolboxNodes.
	
	* MonoDevelop.DesignerSupport.CodeBehind/CodeBehindDisplayBinding.cs:
	  Load file into child view. No idea why this was working before.
	  
	* MonoDevelop.DesignerSupport/ToolboxPad.cs:
	* MonoDevelop.DesignerSupport/BindingService.cs:
	* MonoDevelop.DesignerSupport/RemoteDesignerProcess.cs:
	* MonoDevelop.DesignerSupport/DesignerSupportService.cs:
	* MonoDevelop.DesignerSupport/CodeBehindService.cs:
	* MonoDevelop.DesignerSupport/MemberExistsException.cs:
	* MonoDevelop.DesignerSupport/ToolboxService.cs:
	* MonoDevelop.DesignerSupport/PropertyPad.cs:
	* MonoDevelop.DesignerSupport.CodeBehind/CodeBehindDisplayBinding.cs:
	* MonoDevelop.DesignerSupport.CodeBehind/ICodeBehindProvider.cs:
	* MonoDevelop.DesignerSupport.Toolbox/IToolboxConsumer.cs:
	* MonoDevelop.DesignerSupport.Toolbox/UnknownToolboxNode.cs:
	* MonoDevelop.DesignerSupport.Toolbox/ToolboxItemToolboxLoader.cs:
	* MonoDevelop.DesignerSupport.Toolbox/IToolboxLoader.cs:
	  Add missing copyright information.

2006-08-04 Lluis Sanchez Gual  <lluis@novell.com> 

	* MonoDevelop.DesignerSupport/WrapperDesignView.cs: Add support
	  for IEncodedTextContent.
	* MonoDevelop.DesignerSupport.Toolbox/Toolbox.cs: Fix build for
	  gtk# 2.4.

2006-07-29  Michael Hutchinson <m.j.hutchinson@gmail.com> 

	* MonoDevelop.DesignerSupport/RemoteDesignerProcess.cs:
	  More flexible exception handling, and display errors.
	
	* MonoDevelop.DesignerSupport/WrapperDesignView.cs:
	  Add a means of adding a 'bar' to the top of the view.
	* MonoDevelop.DesignerSupport.CodeBehind/CodeBehindViewContent.cs:
	  Move file name from tab to top 'bar'.
	  
	* MonoDevelop.DesignerSupport/ToolboxService.cs:
	  Rename OnToolboxChanged to OnToolboxContentChanged to remove ambiguity.
	  Re-enable contextual filtering.
	  Use project service's DataContext for serialisation.
	  
	* MonoDevelop.DesignerSupport/PropertyPad.cs:
	  Remove shadow from frame.
	  
	* MonoDevelop.DesignerSupport.Toolbox/ItemToolboxNode.cs:
	* MonoDevelop.DesignerSupport.Toolbox/TypeToolboxNode.cs:
	* MonoDevelop.DesignerSupport.Toolbox/ToolboxItemToolboxNode.cs:
	* MonoDevelop.DesignerSupport.Toolbox/BaseToolboxNode.cs:
	  Fix serialisation, both for persisting toolbox and for remoting 
	  toolbox nodes.
	  
	* MonoDevelop.DesignerSupport.Toolbox/Toolbox.cs:
	Track OnToolboxChanged name change.
	  
	* MonoDevelop.DesignerSupport.PropertyGrid/PropertyGrid.cs:
	  Reduce height of help pane.
	  Make sure that image resource comes from correct assembly when remoting.

2006-07-25  Matej Urbas <matej.urbas@gmail.com>

	* MonoDevelop.DesignerSupport/ToolboxService.cs: Prevent null 
	  exception when all documents are closed. 

2006-07-25  Michael Hutchinson <m.j.hutchinson@gmail.com> 

	* MonoDevelop.DesignerSupport.mdp:
	* Makefile.am: Add files to build.
	  
	* MonoDevelop.DesignerSupport/BindingService.cs:
	* MonoDevelop.DesignerSupport/MemberExistsException.cs:
	* MonoDevelop.DesignerSupport/DesignerSupportService.cs:
	  New service, assists with adding CodeBehind memebers. Incomplete.
	
	* MonoDevelop.DesignerSupport/RemoteDesignerProcess.cs: Base class for 
	  remoted designer, handles Gtk.Sockets and the Gtk# thread.
	
	* MonoDevelop.DesignerSupport/WrapperDesignView.cs: Override base member
	  instead of hiding it.
	
	* MonoDevelop.DesignerSupport/PropertyPad.cs:
	  Fix widget reparenting.

2006-07-25  Michael Hutchinson <m.j.hutchinson@gmail.com> 

	* MonoDevelop.DesignerSupport/ToolboxService.cs: Close file after 
	deserialising toolbox.

2006-07-21  Michael Hutchinson <m.j.hutchinson@gmail.com> 

	* MonoDevelop.DesignerSupport/DesignerSupportService.cs: 
	Store toolbox data in the correct location.
	* ChangeLog: add missing entries.

2006-07-21  Michael Hutchinson <m.j.hutchinson@gmail.com> 

	* MonoDevelop.DesignerSupport.Toolbox/*:
	* MonoDevelop.DesignerSupport.PropertyGrid/*:
	* MonoDevelop.DesignerSupport.PropertyGrid.Editors/*:
	* MonoDevelop.DesignerSupport/*:
	* MonoDevelop.DesignerSupport.CodeBehind/*:
	* Makefile.am:
	* MonoDevelop.DesignerSupport.addin.xml:
	* MonoDevelop.DesignerSupport.mdp:
	* icons/*:
	Import the Designer Support addin.

2006-07-21  Michael Hutchinson <m.j.hutchinson@gmail.com> 

	* MonoDevelop.DesignerSupport.Toolbox/*:
	* MonoDevelop.DesignerSupport.PropertyGrid/*:
	* MonoDevelop.DesignerSupport.PropertyGrid.Editors/*:
	Import AspNetEdit property grid and toolbox.

2006-04-27  Michael Hutchinson <m.j.hutchinson@gmail.com> 

	* MonoDevelop.DesignerSupport.Toolbox/CategoryToolboxNode.cs: 
	Make sure we cover all items in filtering loop.

2006-04-27  Michael Hutchinson <m.j.hutchinson@gmail.com> 

	* MonoDevelop.DesignerSupport.Toolbox/ToolboxItemToolboxNode.cs: 
	  Accessor for ToolboxItem.
	* MonoDevelop.DesignerSupport.Toolbox/ToolboxStore.cs:
	  Don't rebuild after blank filter.
	* MonoDevelop.DesignerSupport.Toolbox/CategoryToolboxNode.cs:
	  Add Clear () method to remove all children.
	* MonoDevelop.DesignerSupport.Toolbox/Toolbox.cs:
	  Get categories from ToolboxService, and maintain expansion 
	  and selection state where possible.
	
2006-04-26  Michael Hutchinson <m.j.hutchinson@gmail.com> 

	* MonoDevelop.DesignerSupport.Toolbox/BaseToolboxNode.cs:
	* MonoDevelop.DesignerSupport.Toolbox/CategoryToolboxNode.cs:
	* MonoDevelop.DesignerSupport.Toolbox/ItemToolboxNode.cs:
	* MonoDevelop.DesignerSupport.Toolbox/TextToolboxNode.cs:
	* MonoDevelop.DesignerSupport.Toolbox/Toolbox.cs:
	* MonoDevelop.DesignerSupport.Toolbox/ToolboxItemToolboxNode.cs:
	* MonoDevelop.DesignerSupport.Toolbox/ToolboxStore.cs: 
	  Add new NodeStore-based Toolbox.

	* MonoDevelop.DesignerSupport.PropertyGrid/PropertyGrid.cs:	
	  Add Refresh method as interim workaround for not being
	  able to track externally changed values of properties.

2006-01-16 Michael Hutchinson <m.j.hutchinson@gmail.com>

	* MonoDevelop.DesignerSupport.PropertyGrid.Editors/StringEditor.cs: 
	  Write helpful trace message after swallowing PropertyConverter failure.
