summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-15Remove unused method.Carl Hetherington
2012-05-15Tidy up a bit.Carl Hetherington
2012-05-15Maybe fix typename / no-typename problems better.Carl Hetherington
2012-05-15Remove bind to shared_ptr.Carl Hetherington
2012-05-15Add missing file.Carl Hetherington
2012-05-15Make ScopedConnectionList's mutex non-static so that oneCarl Hetherington
2012-05-15Merge old a new signals code into one set of classes.Carl Hetherington
2012-05-15Remove the need for a shared_ptr for Signal; signalCarl Hetherington
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-12Remove errant bracket and maybe-errant comma.Carl Hetherington
2012-05-12properly teardown entire window for control protocol GUIPaul Davis
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-11disable installing a3 for now, so that people don't scratch their heads when ...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-10rename images used for fades to indicate that they are fades, not xfades (new...Paul Davis
2012-05-10incorrect but visible context menu for xfadesPaul Davis
2012-05-10implement undo/redo for xfade trimminPaul Davis
2012-05-10trim a single other region when adjusting xfade lengthPaul Davis
2012-05-10a number of tweaks to make xfade GUI stuff better in several different ways, ...Paul Davis
2012-05-10fix height of xfade renderingPaul Davis
2012-05-10if an xfade involves only 2 regions, clamp its length to the overlap between ...Paul Davis
2012-05-10fix dragging of end xfadesPaul Davis
2012-05-10basic xfade draggingPaul Davis
2012-05-09skeleton for crossfade edge draggingPaul Davis
2012-05-09i18n-izationPaul 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-09Revert accidental commit.Carl Hetherington
2012-05-09Fix critical glib warning if a BaseUI is quit withoutCarl Hetherington
2012-05-09More text tweaks.Carl Hetherington
2012-05-08framework for handling events on the xfade rectsPaul Davis