summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2011-02-03Compile with new (as yet unreleased) librdf and SPARQL-free slv2.David Robillard
2011-02-03Check for libcurl in configure (#3752).Carl Hetherington
2011-02-03Fix uninitialised variable.Carl Hetherington
2011-02-02Remove per-track mono option, as it seems somewhat useless now that we have a...Carl Hetherington
2011-02-02Stop saving of garbage values to LADSPA preset files when an output parameter...Carl Hetherington
2011-02-02Fix compiler warning.Carl Hetherington
2011-02-01Fix drop location for drag-and-drop in some cases.Carl Hetherington
2011-02-01Merge two methods.Carl Hetherington
2011-02-01avoid unused args warningPaul Davis
2011-02-01avoid unused args warningPaul Davis
2011-02-01ensure that the main outs' panner <-> pannable relationship is setup in a new...Paul Davis
2011-02-01store void pointers to processor UIs in Processors, and reset ProcessorWindow...Paul Davis
2011-02-01Somewhat unconvincing visual indication that plugin inserts are splitting mon...Carl Hetherington
2011-02-01Fix up display of plugin automation when loading 2.X sessions.Carl Hetherington
2011-01-31do not try to open sources with write-permission if the session itself is unw...Paul Davis
2011-01-31po name changes, again?Paul Davis
2011-01-31Allow plugins with >1 input to be inserted into mono tracks; the input is pas...Carl Hetherington
2011-01-31rename PO files in accordance with i18n standardsPaul Davis
2011-01-31Fix comparison of < 0 with bool.Carl Hetherington
2011-01-30do not send MMC DeferredPlay or Stop commands if slaving to MTC when transpor...Paul Davis
2011-01-30Fix fader jumps when releasing button 2 on drags; move to mouse position on b...Carl Hetherington
2011-01-30Tidy up slightly.Carl Hetherington
2011-01-29Fix crash with debug enabled.Carl Hetherington
2011-01-29fix auditioner by virtualizing Route::input_streams(), since the auditioner n...Paul Davis
2011-01-29Add operator<< for bundles.Carl Hetherington
2011-01-29prevent formation of new xfades when two regions are precisely co-terminal, a...Paul Davis
2011-01-28Add boost:: to shared_ptrs (not to be ambiguous with std::shared_ptr, Deja vu :)Sakari Bergen
2011-01-28allow derived children of BarController to set label position as a width frac...Paul Davis
2011-01-28move point at which main outs Panner <-> Route Pannable binding occurs, so th...Paul Davis
2011-01-28remove debug outputPaul Davis
2011-01-27"Listen" delivery processors (i.e. monitor out) never get their own panner; R...Paul Davis
2011-01-27virtualize the way that AutomationController gets strings to display values, ...Paul Davis
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
2011-01-26Implement non-SPARQL LV2Plugin::find_presets using more basic SLV2 API.David Robillard
2011-01-21Check for OGG format properly. Should fix #3723.Carl Hetherington
2011-01-19Lincoln's OSC clean-ups (#3716).Carl Hetherington
2011-01-19Fix build.Carl Hetherington
2011-01-19Missing files.Carl Hetherington
2011-01-19Stop thought-to-be-safe alloc in RT thread from triggering the checker.Carl Hetherington
2011-01-19Configure option to abort when malloc is called in the process thread.Carl Hetherington
2011-01-19check that we're still connected to JACK when using jack_port_get_connections()Paul Davis
2011-01-19Missing files.Carl Hetherington
2011-01-19Fix session range location by hooking into the undo system. Fixes #3654.Carl Hetherington
2011-01-19Fix undo nesting.Carl Hetherington
2011-01-19new filesPaul Davis
2011-01-19Remove unused code.Carl Hetherington
2011-01-18Add checks and config for Rasqal, required by slv2Doug McLain
2011-01-17Fix build.Carl Hetherington
2011-01-17Remove unused CrossfadeComparePtr. Make Crossfade operator== private.Carl Hetherington
2011-01-17some new sourcePaul Davis