summaryrefslogtreecommitdiff
path: root/libs/ardour/search_paths.cc
AgeCommit message (Expand)Author
2016-05-31adjust theme search pathPaul Davis
2016-05-31infrastructure for finding theme filesPaul Davis
2016-04-27another attempt to use platform-specific path for the default VST pathBen Loftis
2016-04-27fix default 64bit Windows VST path ( untested )Ben Loftis
2016-02-22add lua search pathRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-08-18Change return type and name of get_win_special_folderTim Mayberry
2014-11-23fix/silence various compiler warnings.Robin Gareus
2014-11-23use NULL not 0 for c-functions (even in c++ code)Robin Gareus
2014-03-10Move 'template_search_path()' and 'route_template_search_path()' into 'libs/a...John Emmas
2014-03-10Transfer 'vst_search_path()' into 'libs/ardour/search_paths.cc'John Emmas
2014-03-10Transfer 'panner_search_path()' into 'libs/ardour/search_paths.cc'John Emmas
2014-03-10Transfer 'midi_patch_search_path()' into 'libs/ardour/search_paths.cc'John Emmas
2014-03-10Transfer 'lv2_bundled_search_path()' into 'libs/ardour/search_paths.cc'John Emmas
2014-03-10Transfer 'ladspa_search_path()' into 'libs/ardour/search_paths.cc'John Emmas
2014-03-10Transfer 'export_formats_search_path()' into 'libs/ardour/search_paths.cc'John Emmas
2014-03-10Transfer 'control_protocol_search_path()' into 'libs/ardour/search_paths.cc'John Emmas
2014-03-10Create 'libs/ardour/search_paths.cc/.h' and transfer backend_search_path() t...John Emmas