summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2011-11-21Implement the LV2 urid extension and remove implementation of (experimental) ...David Robillard
2011-11-21Remove unused with_processors parameter toCarl Hetherington
2011-11-21Simple ambiguitity-resolution wrapper for gettext; use forCarl Hetherington
2011-11-20Make a few things private in Delivery; couple of minorCarl Hetherington
2011-11-20Remove unused variables.Carl Hetherington
2011-11-20Comment fixes.Carl Hetherington
2011-11-20Fill extra channels if monitor sends have more outputs thanCarl Hetherington
2011-11-19Remove spurious semicolon.David Robillard
2011-11-18Use LV2_STATE_INTERFACE_URI instead of hard-coded string.David Robillard
2011-11-18Fix test build.Carl Hetherington
2011-11-17all new implementation of audio clocks, with entirely new editing model. not ...Paul Davis
2011-11-17move non-X11/GUI related lxvst code back into libardourPaul Davis
2011-11-16Slightly unpleasant fix for creation of tracks fromCarl Hetherington
2011-11-16Remove set_state / _set_state dance in Route hierarchyCarl Hetherington
2011-11-16Make activate/deactivate all only operate on visibleCarl Hetherington
2011-11-16Doxygen tweaks.Carl Hetherington
2011-11-16Remove unused variable.Carl Hetherington
2011-11-16Save custom meter position so that it can be restored ifCarl Hetherington
2011-11-16Fix glitchness in DnDVBox placeholders.Carl Hetherington
2011-11-16Remove no-longer-required search path hack.Carl Hetherington
2011-11-16avoid duplicate panners by checking names, not symlinksPaul Davis
2011-11-16remove stupid symlink stuffPaul Davis
2011-11-15Comment previous commit.Carl Hetherington
2011-11-15Must search for *.so* to find panners now that symlinkedCarl Hetherington
2011-11-15provide link-editor-and-mixer-selection option. gui implementation is slightl...Paul Davis
2011-11-15Use ARDOUR_EXPORT_FORMATS_PATH (as set up by the bundle)Carl Hetherington
2011-11-15Fix comment.Carl Hetherington
2011-11-15Remove unused MIDI regions as well as audio onesCarl Hetherington
2011-11-15Slightly fudged but basically reasonable fix for reports ofCarl Hetherington
2011-11-15change package names for i18n files, in an attempt to fix #4085Paul Davis
2011-11-15don't look for panners in symlinks to avoid finding "duplicate" libsPaul Davis
2011-11-15utility function to detect symlinksPaul Davis
2011-11-15utility function to detect symlinksPaul Davis
2011-11-15Remove debug code.Carl Hetherington
2011-11-15show path where a panner is discoveredPaul Davis
2011-11-14make auto-connect be the default for inputs and outputsPaul Davis
2011-11-14make PluginManager API more in line with other singletons; do initial plugin ...Paul Davis
2011-11-14Fix placeholder creation when dragging from one DnDVBox toCarl Hetherington
2011-11-14Allow a dialogue containing an audioclock to beCarl Hetherington
2011-11-14Typo.Carl Hetherington
2011-11-14Fix unit test build by adding some dummy LXVST methods.Carl Hetherington
2011-11-14Comment typo.Carl Hetherington
2011-11-13move LXVST GUI stuff into gtk2_ardour, and fix X11 uselib stuff in wscriptsPaul Davis
2011-11-13Fix some bits of the libardour unit tests.Carl Hetherington
2011-11-13Apply patch from timbyr to fix building with --test.David Robillard
2011-11-12Fix lingering references to old persist extension.David Robillard
2011-11-11Update LV2 persist extension implementation (now named LV2 state).David Robillard
2011-11-11remove debug outputPaul Davis
2011-11-11fix nasty off by one error that put the end of an end-trimmed region one samp...Paul Davis
2011-11-11Change the feedback alert to a flashing button; worksCarl Hetherington