summaryrefslogtreecommitdiff
path: root/libs/ardour/plugin_manager.cc
AgeCommit message (Expand)Author
2014-02-24preparations for VST blacklist (paths)Robin Gareus
2014-02-24plugin scan progress-display & preferencesRobin Gareus
2014-02-24prepare GUI notifications for plugin scanRobin Gareus
2014-02-23preparations for VST Shell plugins (mostly mixbus code forward port)Robin Gareus
2014-02-23consolidate lxVST & winVST file-info code into libardourRobin Gareus
2014-02-08Merge branch 'master' into cairocanvasPaul Davis
2014-02-08add kxstudio linux vst dirs to LXVST default search pathPaul Davis
2014-02-08fix missing colon in extension of LXVST search pathPaul Davis
2014-01-29Merge branch 'master' into cairocanvasPaul Davis
2014-01-27add new folders to linux vst search path to help out AVLinux and some other s...Paul Davis
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2013-11-04try to fix various warnings from gcc when optimization flags are enabledPaul Davis
2013-09-06Rename SearchPath class SearchpathTim Mayberry
2013-07-15 Use ARDOUR::ladspa_search_path and PBD::find_matching_files to find LADSPA m...Paul Davis
2013-07-11Don't require liblrdf on windowsPaul Davis
2013-07-11Use glibmm for modules instead of dlfch.hPaul Davis
2013-03-28little extra debugging to show discovered LXVST .so'sPaul Davis
2013-03-20fix other potential crashes with non-existing plugins and presets caused by i...Paul Davis
2013-03-20fix crash when deleting non-existing presetsPaul Davis
2013-02-05replace final(?) incidences of program name (ardour, Ardour) with PROGRAM_NAM...Paul Davis
2012-08-18Add debug trace for LV2 like the other APIs.David Robillard
2012-08-10add -Wpointer-arith -Wcast-qual -Wcast-align and others to compile flags, and...Paul Davis
2012-06-23Replace use of PBD::sys::path in PluginManagerTim Mayberry
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-02-27Be slightly more verbose about vstfx_get_info errors.Carl Hetherington
2011-12-15Add warning if a duplicate Linux VST plugin is rejected.Carl Hetherington
2011-11-23Rename linux VST files to be more friendly.Carl Hetherington
2011-11-22Share VSTHandle and VSTInfo between windows/linux VSTs.Carl Hetherington
2011-11-21Rename windows VST stuff with a Windows prefix.Carl Hetherington
2011-11-14make PluginManager API more in line with other singletons; do initial plugin ...Paul Davis
2011-11-01Make plugin scanner objects give leaf names to their filters, so that they wo...Carl Hetherington
2011-10-22change several startup messages to be triggered only by -D (debug) optionsPaul Davis
2011-10-18changes for OS X support: change waf config define to COREAUDIO_SUPPORT, remo...Paul Davis
2011-10-13avoid listing duplicate LXVST plugins that are discovered along LXVST_PATH or...Paul Davis
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-09-21change default search path for linux VST to use lib64 as appropriatePaul Davis
2011-09-21Make LXVST_PATH / LXVST_PLUGINS work (#4329).Carl Hetherington
2011-09-20(native) Linux VST support from LinuxDSPPaul Davis
2011-07-02Fix some set-but-not-used variable warnings from gcc 4.6Carl Hetherington
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-14Make LV2World local to lv2_plugin.ccDavid Robillard
2011-05-14Use LV2_SUPPORT define instead of HAVE_SLV2.David Robillard
2011-03-11Fix duplicate singular/plural plugin category menus.David Robillard
2011-03-01comment fixPaul Davis
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-08-17forward port 2.X changes up to and including rev 6909Paul Davis
2010-07-11Fix up VST build and add basic support for VSTiCarl Hetherington
2010-03-06remove the session region list; GUI now represents (a relatively unfiltered v...Paul Davis
2010-02-23Fix various code quality issues found by cppcheck (e.g. uninitialized members...David Robillard