2008-08-07  Sebastien Pouliot  <sebastien@ximian.com>

	* Makefile.am: Use icon. Fix a few dependencies.

2008-08-06  Sebastien Pouliot  <sebastien@ximian.com>

	* Wizard.cs: (GetSelectedWriter) Use the index parameter.

2008-08-02  Sebastien Pouliot  <sebastien@ximian.com>

	* Wizard.cs: Remove unneeded call to String.Format [self-test]

2008-07-27  Sebastien Pouliot  <sebastien@ximian.com>

	* Wizard.Designer.cs: Make it look better for high-DPI displays.
	* Wizard.cs: Display a single version number based on the 
	Gendarme framework.

2008-07-26  Sebastien Pouliot  <sebastien@ximian.com>

	* Wizard.cs: Add an extra [End|Begin]Update on the TreeView before
	calling Sort. Fix a bug (infinite recursion) under Vista (and Windows
	2008 server) operating systems.

2008-07-15  Sebastien Pouliot  <sebastien@ximian.com>

	* gendarme.ico: Add Gendarme icon
	* Makefile.am: Add icon to dist

2008-07-14  Sebastien Pouliot  <sebastien@ximian.com>

	* GuiRunner.cs: Prefer Assembly.Load to LoadFile (AvoidCalling
	ProblematicMethodsRule). Also correct the "skip well known" 
	assemblies hack.

2008-06-16  Sebastien Pouliot  <sebastien@ximian.com>

	* Wizard.Designer.cs: Disable auto-scaling since it resize the form
	based on the font (and look bad on some Linux desktop).

2008-06-08  Sebastien Pouliot  <sebastien@ximian.com>

	* Page.cs: New. Moved un-nested enum from Wizard.cs [self-test]
	* Wizard.cs: Remove Page nested enum.
	* Makefile.am: Add Page.cs to the build
	* swf-wizard-runner.mdp: Update MD project file.

2008-06-01  Sebastien Pouliot  <sebastien@ximian.com>

	* Wizard.cs: Refactor ResultWriter selection.

2008-05-28  Sebastien Pouliot  <sebastien@ximian.com>

	* Makefile.am: Add ../console/Helpers.cs to the build
	* swf-wizard-runner.mdp: Add ../console/Helpers.cs to the build

2008-05-18  Sebastien Pouliot  <sebastien@ximian.com> 

	* swf-wizard-runner.mdp: Refer to System.Xml.Linq from GAC. 

2008-05-16  Sebastien Pouliot  <sebastien@ximian.com>

	* Wizard.cs: Sealed class AssemblyInfo (self-test).

2008-05-14  Jb Evain  <jbevain@novell.com>

	* Makefile.am: reference System.Xml.Linq.

2008-05-03  Sebastien Pouliot  <sebastien@ximian.com>

	* Wizard.cs: Change CouldCopyReport to static (self-test).

2008-04-27  Sebastien Pouliot  <sebastien@ximian.com>

	* Wizard.cs: Don't expose public fields.

2008-04-25  Sebastien Pouliot  <sebastien@ximian.com>

	* GuiRunner.cs: Better progress display.
	* Wizard.Designer.cs: Show root lines on the rule treeview.
	* Wizard.cs: Show rules in a tree, per assembly.

2008-04-12  Sebastien Pouliot  <sebastien@ximian.com>

	* Wizard.cs: Load the assemblies asynchronously. Update any loaded 
	assembly if it has changed on disk. Some minor UI improvements, like
	more accurate progress report suring analysis.
	* Wizard.Designer.cs: Avoid manual resizing of the wizard.
	* Wizard.resx: Add icon so the wizard is easier to spot on the
	taskbar.

2008-03-30  Sebastien Pouliot  <sebastien@ximian.com>

	* swf-wizard-runner.mdp: New. MD project file. It compile but won't
	execute properly (since I don't know how to set the resource name 
	correctly).
	* Makefile.am: Use resgen2

2008-03-22  Sebastien Pouliot  <sebastien@ximian.com>

	* GuiRunner.cs: Fix rule loading so it works when the wizard
	is invoke using a script.
	* Wizard.cs: Always save an existing copy, if existing, of any
	report type (instead of re-generating it). Remove check for 
	InvokeRequired since this (often but not always) breaks on MWF.
	* Wizard.Designer.cs: Enlarge vertical space for logo (not sure
	why this is required on MWF).
	* Properties/Resources.resx: Make logo path unix-friendly.
	* Makefile.am: New. Allow to build the wizard from the 
	command-line.

2008-03-17  Sebastien Pouliot  <sebastien@ximian.com>

	* Gendarme.cs
	* GuiRunner.cs
	* swf-wizard-runner.csproj
	* Wizard.cs
	* Wizard.resx
	* Wizard.Designer.cs
	* Resources/gendarme.png
	* Properties/Resources.resx
	* Properties/Resources.Designer.cs
	* Properties/Settings.settings
	* Properties/Settings.Designer.cs
		Initial import of SWF Wizard Runner
