summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.cc
AgeCommit message (Expand)Author
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-03-23finish commit from yesterday ... sorry folksPaul Davis
2010-03-19lots of tricks & tweaks related to the monitor section and All That It UsesPaul Davis
2010-03-16changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive)Paul Davis
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2010-02-09Add keyboard shortcut to tooltip text where possible.David Robillard
2010-02-05Remove weird/pointless Automatable::data().David Robillard
2010-01-04Move a couple of connect() calls up the class hierarchy.Carl Hetherington
2009-12-25rationalize destruction pathway (some more); tidy-ify some ImageFrame codePaul Davis
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-12-10drastic, deep and wide changes to make RouteGroup use boost::shared_ptr<Route...Paul Davis
2009-12-05Clean up and comment PortMatrix event handling a bit.Carl Hetherington
2009-12-04Save some unnecessary updates of the processor box.Carl Hetherington
2009-12-04Make processor box send faders adjust their size correctly.Carl Hetherington
2009-11-30Various optimisations to speed up rec-enable.Carl Hetherington
2009-11-20make sure that delivery processors in a soloed route keep working when the ro...Paul Davis
2009-11-20provide some indication that the fader/strip are controlling a sendPaul Davis
2009-11-20make strip-as-GUI-for-send work for metering too ; frame around session summa...Paul Davis
2009-11-18add "custom" meter option which is the only option where the meter processor ...Paul Davis
2009-11-10Various adjustments to user bundle handling, with the general aim of allowing...Carl Hetherington
2009-10-23Make deferred plugin stuff work with old compiler or different sigc version o...David Robillard
2009-10-22Defer plugin discovery until actually needed (significant startup time improv...David Robillard
2009-10-20Delete comment window in destructor to close mantis 1870.Carl Hetherington
2009-10-19Fix button labelling for >1 input / output routes.Carl Hetherington
2009-10-19Add mono switch to mixer strips (mantis 1068)Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-10-13writable session patch, forward ported from 2.XPaul Davis
2009-10-06fix use of connection_indexPaul Davis
2009-10-06industrial-strength-ifying of io connection name cleanupPaul Davis
2009-10-01i/o button naming patch and imported file BWF timecode retention patch from n...Paul Davis
2009-08-30Don't setup panner UI unless it has changed.Carl Hetherington
2009-08-29Set route remote control IDs from a dialog rather than a menu. I think this isCarl Hetherington
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-21fix clicking when processors become active/inactive; reduce crazy 2.5sec dela...Paul Davis
2009-07-14fix broken accels in mixer window BUT note that processor box now swallows ke...Paul Davis
2009-07-13traverso-style mixer window bindings. note: messes up some bindings when mous...Paul Davis
2009-07-13merge pre- and post-fader processor boxes; start removing Placement (not fini...Paul Davis
2009-07-01separate solo & listen. some minor fixes and additional related fixes still t...Paul Davis
2009-06-29lincoln's patch from mantis 2757 to add route group property checkboxes in th...Carl Hetherington
2009-06-29Factor route group menu out into its own class.Carl Hetherington
2009-06-23Update mixer group tabs on strip width change. Don't display the mixer group...Carl Hetherington
2009-06-23save&restore gain levels; provide GUI control over relative route group bit; ...Paul Davis
2009-06-23make RouteGroup gain control work again ; fix what solo button label shows un...Paul Davis
2009-06-22Bit of a hack: limit mix group names to 5 chars within the strip to stop them...Carl Hetherington