summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2012-05-15Remove debug output.Carl Hetherington
2012-05-14Build libs/pbd/pbd/signal.h from its generator pythonCarl Hetherington
2012-05-14remove inclusion of boost/signasl2.hppPaul Davis
2012-05-14fix --test build on OSX Lion by commenting out code that does not compilePaul Davis
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-14fix for --test build on OSXPaul Davis
2012-05-12Add test for strange boost-related crash.Carl Hetherington
2012-05-12fully tear down Mackie GUI when disabling mackiePaul Davis
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-11provide some support for mackie devices like Steinberg's CMCs that do not do ...Paul Davis
2012-05-10stop crash if an error message is generated before the style RC file is loadedPaul Davis
2012-05-10Fix compilation on Windows. Probably.David Robillard
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-09i18n-izationPaul Davis
2012-05-09change inverse fades when changing fade lengthPaul Davis
2012-05-09correctly save & restore xfade statePaul Davis
2012-05-09correct cut-n-paste error in new comments for signals.hPaul Davis
2012-05-09remove debug outputPaul Davis
2012-05-09add a (potentially temporary) discover button for mackie devicesPaul Davis
2012-05-09add some explanatory comments to pbd/signals.hPaul Davis
2012-05-09Fix critical glib warning if a BaseUI is quit withoutCarl Hetherington
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-05tweak MCP search pathsPaul Davis
2012-05-05change detection system for liblo to use pkgconfig and test in only one placePaul Davis
2012-05-04hide unused argsPaul Davis
2012-05-02more fixes/tweaks from the land of the lionPaul Davis
2012-05-02another quick OS X Lion gcc suggestionPaul 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
2012-05-01Remove unused quantize type options.Carl Hetherington
2012-05-01mostly backup-oriented commit to preserve very initial pass at rendering fade...Paul Davis
2012-04-30Clarify behaviour of ::read (overwrites its buffer) wrt ::read_at (mixes into...Carl Hetherington
2012-04-30Remove unused return value.Carl Hetherington
2012-04-30fix up some const-ness issues starting from Evoral::Event::set(), and interse...Paul Davis
2012-04-30add explicit inverse fade in/out curves for use when doing constant power xfa...Paul Davis
2012-04-30Remove unused options related to crossfades.Carl Hetherington
2012-04-29Handle update of crossfades on explicit relayer more efficiently.Carl Hetherington
2012-04-28Remove unused variable.Carl Hetherington
2012-04-28Fix detection of 2.X sessions.Carl Hetherington
2012-04-28control surfaces: make it possible to keep display of current GUI/selection s...Paul Davis
2012-04-27Crossfades: default xfades are now constant-power, -3dB rule, other options a...Paul Davis
2012-04-27MCP: failure to rebank for cases where num_routes < num_strips but we're not ...Paul Davis