summaryrefslogtreecommitdiff
path: root/libs/ardour/panner_manager.cc
AgeCommit message (Expand)Author
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2014-06-25Change PBD::find_files_matching_regex and PBD::find_files_matching_filter to ...Tim Mayberry
2014-06-25Remove limit parameter from PBD::find_files_matching_regexTim Mayberry
2014-06-17Replace all use of PathScanner with equivalent functions from pbd/file_utils.hTim Mayberry
2014-06-17Change PBD::PathScanner API to return results by value to avoid inadvertent m...Tim Mayberry
2014-06-15plug some leaksRobin Gareus
2014-06-15fix pathscanner / stl_vector related memory leaksRobin Gareus
2014-03-18When finding (MSVC built) panner DLLs, make sure we only find ones that match...John Emmas
2014-03-10Transfer 'panner_search_path()' into 'libs/ardour/search_paths.cc'John Emmas
2014-01-14merge (with conflict fixes) with master (even against rgareus' recommendation)Paul Davis
2014-01-13allow to custom select panner-type for each delivery.Robin Gareus
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2014-01-10add a fixed priority to panner modulesRobin Gareus
2014-01-09rework panning -- Squashed commit of the following:Robin Gareus
2013-09-12incomplete merge of master into windows (requires upcoming changes to master ...Paul Davis
2013-09-06Rename SearchPath class SearchpathTim Mayberry
2013-07-23inch-like progress on defining the API for AudioBackend and separating AudioE...Paul Davis
2013-07-15Fix finding panner modules on windows by looking for files with *.dll extensionPaul Davis
2013-07-11Undef SearchPath where needed as it is defined via windows.hPaul Davis
2013-07-11Use glibmm for modules instead of dlfch.hPaul Davis
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2012-06-16Ssshhhhh....Paul Davis
2011-11-16Remove no-longer-required search path hack.Carl Hetherington
2011-11-16avoid duplicate panners by checking names, not symlinksPaul Davis
2011-11-15Comment previous commit.Carl Hetherington
2011-11-15Must search for *.so* to find panners now that symlinkedCarl Hetherington
2011-11-15don't look for panners in symlinks to avoid finding "duplicate" libsPaul Davis
2011-11-15show path where a panner is discoveredPaul Davis
2011-06-02Fix broken whitespaceDavid Robillard
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-04-23Re-fix compile failure with --no-nls (#3111).Carl Hetherington
2011-01-28remove debug outputPaul Davis
2011-01-17some new sourcePaul Davis