summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2010-11-25Stub implementation of LV2 persist extension.David Robillard
2010-11-25Improve visual cues during plugin drag and drop. Fixes #3566.Carl Hetherington
2010-11-25Remove unused code.Carl Hetherington
2010-11-24Prevent crash when loading sessions with unknown plugins.Carl Hetherington
2010-11-23Save solo isolate / solo safe states. Fixes #3551.Carl Hetherington
2010-11-23semi-functioning vbap panning, still not donePaul Davis
2010-11-23Improve shift-selection behaviour in processor box.Carl Hetherington
2010-11-23Fix multiple selection with Ctrl-Click in DnDVBox.Carl Hetherington
2010-11-21Thought-to-be-fix for #2794; fix route process order sorting.Carl Hetherington
2010-11-20more debuggingPaul Davis
2010-11-20debuggingPaul Davis
2010-11-20Save/restore aux send levels. Fixes #3546.Carl Hetherington
2010-11-19Fix typo causing CPU burn.Carl Hetherington
2010-11-19non-crashing (but also non-functional) integration of VBAP with panner "archi...Paul Davis
2010-11-18steps toward a working VBAP pannerPaul Davis
2010-11-18add license info to vbap codePaul Davis
2010-11-18initial check in of VBAP implementation (not coupled to any existing ardour o...Paul Davis
2010-11-17Add std::string specialization for ConfigVariableWithMutation which handles s...Carl Hetherington
2010-11-17Remove debug output.Carl Hetherington
2010-11-16fix linux side of semaphore abstractionPaul Davis
2010-11-16handle OS X's lack of unnamed semaphores, phase 1Paul Davis
2010-11-15Modify region trim cursor if a region can only be trimmed in one direction.Carl Hetherington
2010-11-15nominally add MIDI input support for AudioUnit pluginsPaul Davis
2010-11-14Don't try to do sub-pixel text placement as cairo doesn't support it. Fixes ...Carl Hetherington
2010-11-14Fix updates of LV2 plugin parameters. Fixes #3341.Carl Hetherington
2010-11-14Create a new layer if required on record to a track in stacked mode. Fixes #...Carl Hetherington
2010-11-14const fix.Carl Hetherington
2010-11-13Fix crash on closedown.Carl Hetherington
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-11-13fix non-inlined SndfileHandle constructor in libaudiographer, which triggers ...Paul Davis
2010-11-12Remove unused variables.Carl Hetherington
2010-11-10fix botched fixPaul Davis
2010-11-10build fixes for OS XPaul Davis
2010-11-10remove some unnecessary and hard-to-compile-on-OSX debug stuffPaul Davis
2010-11-10remove duplicate std limit + format macro defsPaul Davis
2010-11-10fix OS X compilationPaul Davis
2010-11-10fix OS X compilationPaul Davis
2010-11-10fix OS X compilationPaul Davis
2010-11-10remove duplicate std limit + format macro defsPaul Davis
2010-11-10fix dubious conflation of int and pthread_tPaul Davis
2010-11-10updated .po files (*not* translations, just .po files)Paul Davis
2010-11-10re-enable i18n as a build target for translationsPaul Davis
2010-11-09missing dialog cleanups and logic improvementsPaul Davis
2010-11-09handle multiple imports of the same file better (via better source naming); m...Paul Davis
2010-11-09add set_from_string() method for ConfigVariableWithMutation so that it gets s...Paul Davis
2010-11-09fix bug in path_expand() when passed an empty stringPaul Davis
2010-11-09add "origin" property to FileSource so that we can track multiple importsPaul Davis
2010-11-09remove hardlink option from RC variablesPaul Davis
2010-11-09always store source names as relative paths; always add directories of embedd...Paul Davis
2010-11-09initial pass at a missing file dialog and "relocatable" source files. lots mo...Paul Davis