summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-24Compile cleanly with clang.David Robillard
2012-05-24Opaque region bodies should overwrite whatever is already inCarl Hetherington
2012-05-24Add test for a transparent region on top of (and enclosing) another.Carl Hetherington
2012-05-23fix search path for MIDNAM filesPaul Davis
2012-05-23alter API for MIDI cloning to facilitate exportPaul Davis
2012-05-23stop deadlock when pasting into a playlistPaul Davis
2012-05-22merge new symmetric curve from mixbus, fix errors in fade out slow curve, twe...Paul Davis
2012-05-22remove debuggingPaul Davis
2012-05-21Slightly hacky improvement to embolden the labels ofCarl Hetherington
2012-05-21more 64bit VM debugging nonsense (svn in the fastest route between my system ...Paul Davis
2012-05-21ugly debugging code to try to track down what is going on the 64 bit build VMPaul Davis
2012-05-21a bit more debug on info when we fail to read from a SndFileSourcePaul Davis
2012-05-20don't specify VAMP_PATH in regular code. it should be given either in the bun...Paul Davis
2012-05-20don't say "can throw" and then fail to catchPaul Davis
2012-05-20imported sources should be marked as non-writable and non-removable, alwaysPaul Davis
2012-05-19prevent xfades from being dragged to a longer length than the region that own...Paul Davis
2012-05-19Fix up tests after path changes.Carl Hetherington
2012-05-19Correct error message.Carl Hetherington
2012-05-18major rationalization of use of search paths. ardour now has just 4 functions...Paul Davis
2012-05-17Fix unnecessary backups of session files.Carl Hetherington
2012-05-17Add MCP path to test script to stop it complaining.Carl Hetherington
2012-05-17Fix posix_memalign checks.David Robillard
2012-05-16let's do this right if we're going to do it at all ..Paul Davis
2012-05-16switch to a RWLock for Playlist, to allow simultaneous reads (which can happe...Paul Davis
2012-05-15Keep tests up to date with reality.Carl Hetherington
2012-05-15Remove some debug output.Carl Hetherington
2012-05-15remove two instances of static/global ScopedConnectionList. one remains worth...Paul Davis
2012-05-15don't apply inverse fades if a region is not acoustically opaquePaul Davis
2012-05-15Remove unused method.Carl Hetherington
2012-05-15Remove bind to shared_ptr.Carl Hetherington
2012-05-14drop boost::signals2 and replace with carl's solution which continues to rely...Paul Davis
2012-05-14remove virtual inheritance of sigc::trackable by Receiver and AbstractUI<T>, ...Paul Davis
2012-05-12Add test for strange boost-related crash.Carl Hetherington
2012-05-12don't load symlinks when trying to discover control protocol shared objectsPaul Davis
2012-05-11alter computation of inverse constant power curvesPaul Davis
2012-05-11remove some debug noise from previous commitPaul Davis
2012-05-11switch to 5 new fade curves, taken from mixbus2 branch. make xfade context me...Paul Davis
2012-05-10don't trim regions in conjunction with xfade trimming unless auto-xfade and f...Paul Davis
2012-05-10trim a single other region when adjusting xfade lengthPaul Davis
2012-05-10if an xfade involves only 2 regions, clamp its length to the overlap between ...Paul Davis
2012-05-09change inverse fades when changing fade lengthPaul Davis
2012-05-09correctly save & restore xfade statePaul Davis
2012-05-08fix up overly-persistent active state for control surfacesPaul Davis
2012-05-08stop using STATIC_PATHS to define system search pathsPaul Davis
2012-05-07move ::reconfigurable_io() from Plugin to PluginInfo so that the GUI can offe...Paul Davis
2012-05-04hide unused argsPaul Davis
2012-05-02more fixes/tweaks from the land of the lionPaul Davis
2012-05-02a variety of mostly unused parameter errors from OS X Lion's compilerPaul Davis
2012-05-01remove recursive mutex from Playlist, replace with private regular mutex, for...Paul Davis