summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.cc
AgeCommit message (Expand)Author
2010-11-26Somewhat distasteful hack to fix #3469 (broken keyboard-entry of pan values)Carl Hetherington
2010-11-19Fix crash on updating route IOs, and clean up confusing method names slightly.Carl Hetherington
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-10-08don't allow mixer strip input buttons to change input while recording (from c...Paul Davis
2010-09-16Patch from Colin to move panners above the fader so that faders align even wi...Carl Hetherington
2010-08-18First go at saving window visibility and position state across saves.Carl Hetherington
2010-08-13Implement per-channel phase invert. Fixes #3392. Breaks loading of existing...Carl Hetherington
2010-08-10Give mixer strips panners and a mono button based on the type of its outputs,...Carl Hetherington
2010-07-27Remove mono button and panner from MIDI mixer strips.Carl Hetherington
2010-06-30Basic tweaks to make the bundles and the port matrix accept that MIDI tracks ...Carl Hetherington
2010-06-17new fade in/out handle cursors from chrisg (maybe to be improved); show MIDI ...Paul Davis
2010-05-31remove almost-unusued stop_signal.h and clean up the one (unused) place where...Paul Davis
2010-05-07Copy-edit.Carl Hetherington
2010-05-06lots of odds and ends to do with solo isolate and its GUIPaul Davis
2010-05-06relayout solo led stuff, as per the boss' requests :)Paul Davis
2010-05-05led\'s for solo-safe and solo-isolate, rather than a context menu (mixer stri...Paul Davis
2010-04-27yet more work on Ye Fabled Solo Architecture. now do forward and backward pro...Paul Davis
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-04-20indicate "soloed-by-others" state on solo button via a "half-lit" statePaul Davis
2010-04-17No-op: Formatting tweak.Carl Hetherington
2010-04-16put mixer strip track name button context menu back on button3 ONLY, and make...Paul Davis
2010-04-10Make record button appear in MIDI mixer strips. Fixes part of #2740.Carl Hetherington
2010-04-07Update phase invert button on reload, and stop inserting phi into route names...Carl Hetherington
2010-04-03meter point restore handling, and related mattersPaul Davis
2010-03-31functioning invert (polarity) button; menu item removed and track name button...Paul Davis
2010-03-30add (non-functional) invert (phase/polarity switch) buttonPaul Davis
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