Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-19Build the solution using xbuildLluis Sanchez
2012-07-09Bump version to 1.0Lluis Sanchez
2012-05-29Cache Addin.Id ().Zoltan Varga
2011-08-05Fix crash when checking dynamic assemblies.Lluis Sanchez
2011-07-22Fix Repair() to prevent crashing when looking for addin descriptionsAndrés G. Aragoneses
2011-06-22Avoid entering in an infinite loop when finding corrupted file.Andres G. Aragoneses
2011-04-12Fixed configuration cleanup issue.Lluis Sanchez Gual
2011-04-12Properly check if an add-in is registered for uninstallation.Lluis Sanchez Gual
2011-04-12Fix NRE.Lluis Sanchez Gual
2011-04-12Add support for delayed uninstallation of add-insLluis Sanchez Gual
2011-04-12Made Mono.Addins internals visible to Mono.Addins.SetupLluis Sanchez Gual
2011-04-07Properly handle multiple installed instances of the same add-in versionLluis Sanchez Gual
2011-04-04Don't allow uninstalling core add-insLluis Sanchez Gual
2011-04-04Fix add-in unloadingLluis Sanchez Gual
2011-04-04Properly handle add-ins when multiple versions are installedLluis Sanchez Gual
2011-02-25Don't report error for missing CecilReflector.Lluis Sanchez Gual
2011-02-25Fix bug in custom attributes.Lluis Sanchez Gual
2011-02-25Remove config file which is not required anymore.Lluis Sanchez Gual
2011-02-24Fix uri parsing issue.Lluis Sanchez Gual
2011-02-22Fix Header element insertion when saving. Fix documentation.Lluis Sanchez Gual
2011-02-21Fix some issues in core property handling.Lluis Sanchez Gual
2011-02-21Add missing flags attribute.Lluis Sanchez Gual
2011-02-21Allow specifying all add-in header information using properties.Lluis Sanchez Gual
2011-02-21Added attributes for setting the name and description of an add-in.Lluis Sanchez Gual
2011-02-20Fix chaining of constructors.Lluis Sanchez Gual
2011-02-17Relocatable pc filesMichael Hutchinson
2011-02-17672858 - Mono.Addins causes error in XML serializerLluis Sanchez Gual
2011-02-15Add missing documentation.Lluis Sanchez Gual
2011-02-15Allow specifying an extension path in custom attributes.Lluis Sanchez Gual
2011-02-10Bump version to 0.6Lluis Sanchez Gual
2011-02-09Fixed add-in unloading issue.Lluis Sanchez Gual
2011-02-08Updated target framework.lluis
2011-02-08Added an overload for setting properties without a localelluis
2011-02-03Allow specifying the the location of the user add-ins folder and the add-in c...Lluis Sanchez Gual
2011-02-03Improved error reporting when a dependency is missing.Lluis Sanchez Gual
2011-02-02Avoid crash then trying to get the location of a dynamic assembly.Lluis Sanchez Gual
2011-01-31Fix property localization logic and tests.Lluis Sanchez Gual
2011-01-31Improved handling of add-in properties.Lluis Sanchez Gual
2011-01-31Read header properties.Lluis Sanchez Gual
2011-01-31Fix bug in NodeSetIdCollection.Lluis Sanchez Gual
2011-01-29Added some serialization attributes.Lluis Sanchez Gual
2011-01-29Util.GetFullPath is not required anymore.Lluis Sanchez Gual
2011-01-28Add support for custom add-in properties.Lluis Sanchez Gual
2011-01-28Allow specifying the type of the content of string node attributes.Lluis Sanchez Gual
2011-01-28Added missing null check.Lluis Sanchez Gual
2011-01-27Added support for custom file system handlers and assembly reflectors.Lluis Sanchez Gual
2011-01-24Fix add-in database issue when the last add-in of a folder is deleted or upgr...Lluis Sanchez Gual
2011-01-21Fix bug #6102Lluis Sanchez Gual
2010-11-19Allow multiple instances of ImportAddinAssembly and ImportAddinFileLluis Sanchez Gual
2010-10-14Don't inherit CustomExtension attributes. The attribute must beLluis Sanchez Gual