summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
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
2010-11-05try to sensibly handle repeated imports of the same file. the same thing migh...Paul Davis
2010-11-04Paste regions in the right place. Fixes #3517.Carl Hetherington
2010-11-04Add column headings and length field to export timespan selector. Fixes #3518.Carl Hetherington
2010-11-04Reformat.Carl Hetherington
2010-11-04remove debug output during note ID load & savePaul Davis
2010-11-03use newly-public libsmf functions for variable length quantities to load+stor...Paul Davis
2010-11-03make VLQ save+restore functions publically accessible, for use with meta-eventsPaul Davis
2010-11-02Fix error in samplerate converterSakari Bergen
2010-11-02Fix invalid assertion from previous commit, and possibly fix having random ga...Sakari Bergen
2010-11-02Add assertion to export code to make sure the buffer size hasn't changed some...Sakari Bergen
2010-11-02Fix Ogg export (maybe float export also?)Sakari Bergen
2010-10-28Add region peak amplitude to region editor.Carl Hetherington
2010-10-28Make normalize cancel button work.Carl Hetherington
2010-10-28Fix up progress bar on normalization.Carl Hetherington
2010-10-27Make build scripts python2/3 agnostic.Carl Hetherington
2010-10-27Don't strip suffixes twice from peakfile names, otherwise source names like f...Carl Hetherington
2010-10-27assert() which catches one source of crashes on startup when Ardour starts JACK.Carl Hetherington
2010-10-27Prevent crash when trying to register a port with a disconnected engine.Carl Hetherington
2010-10-27Use ProgressReporter class for normalization. Report progress for individual...Carl Hetherington
2010-10-19(3.0 version) some Mackie-emulation systems (e.g. euphonix) send zero for the...Paul Davis