summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.cc
AgeCommit message (Expand)Author
2012-12-27do not start editing track/bus names on a single click in the name entry of t...Paul Davis
2012-12-27finish recent revertPaul Davis
2012-12-26revert previous change- semantic confusionPaul Davis
2012-12-26if route group shares color, make RouteUI::set_color() affect the groupPaul Davis
2012-12-12add a new Tweak to ArdourButton that makes ImplicitActive state use a solid c...Paul Davis
2012-12-06several theme changes. changed drawing of rounded_rectangle to be more corre...Ben Loftis
2012-11-21tweak display of remote control id (dialog text)Paul Davis
2012-06-27first pass at the big rethink of managing sort order keys for editor and mixe...Paul Davis
2012-06-25drastic rethink of the relationship between remote control ID and route order...Paul Davis
2012-06-23Replace use of PBD::sys::path in ardour/template_utils.hTim Mayberry
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-24Compile cleanly with clang.David Robillard
2012-05-21make solo lock/safe button only respond to mouse button1 (#4691)Paul Davis
2012-05-02a variety of mostly unused parameter errors from OS X Lion's compilerPaul Davis
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-03-05Show the number of channels in brackets when there is a single invert button ...Carl Hetherington
2012-03-05If there is one invert button for many channels, always use a menu; in this c...Carl Hetherington
2012-02-07remove additional "mid" color from ArdourButton; replace Active/Mid widget st...Paul Davis
2012-02-03make rec-enable click while step-editing exit step-editing mode... d'uh!Paul Davis
2012-01-29remove apparently vestigial code from RouteUI::update_solo_display() that rea...Paul Davis
2011-12-01allow Cancel button on route rename dialog to actually cancelPaul Davis
2011-11-30tweak spacings in the mixer strip, tweak tooltip text for input and output bu...Paul Davis
2011-11-30fix phase invert button functionality, lost in switch to ArdourButtonPaul Davis
2011-11-28convert all mixer strip buttons to ArdourButton; not entirely finished becaus...Paul Davis
2011-11-19Fix mute display on session load (#4480).Carl Hetherington
2011-11-14master mute button should not show Mid state since master is never muted-by-o...Paul Davis
2011-11-13Patch from acolomb to add a popup menu for solo iso/lock ifCarl Hetherington
2011-11-08Fix master bus mute button (#4455).Carl Hetherington
2011-11-04drastic overhaul of keyboard handling in mixer window. real bindings, key eve...Paul Davis
2011-11-03fix some bugs with solo state displayPaul Davis
2011-11-03Tidy up send-to button handling a bit, should fix #4426 and #4427.Carl Hetherington
2011-11-02rec-enable buttons are now ArdourButtons, but with a minor graphical glitch t...Paul Davis
2011-11-02solo buttons are now ArdourButtonsPaul Davis
2011-11-02mute and send-alert buttons are now ArdourButtonsPaul Davis
2011-11-01catchup on previous commit relating to who owns ActiveState and VisualStatePaul Davis
2011-10-27provide control over precisely what aspects of an ArdourButton are rendered, ...Paul Davis
2011-10-27change CairoWidget API to be a more logical/intuitive for setting widget stat...Paul Davis
2011-10-26new ArdourButton class, to start to provide more control over how our buttons...Paul Davis
2011-10-21tweak display logic for monitoring state so that explicit preferences take pr...Paul Davis
2011-10-21add route group support for monitoring choicesPaul Davis
2011-10-21correctly track monitoring changes in libardour and the GUI; required removin...Paul Davis
2011-10-21start of tracking monitor state correctlyPaul Davis
2011-10-20add initial implementation of explicit monitor (input|disk) control. some beh...Paul Davis
2011-09-16revert debugging change from yesterdayPaul Davis
2011-09-15debug the impossiblePaul Davis
2011-09-08Delete RouteUI immediately on request, rather than in anCarl Hetherington
2011-08-31Allow route groups to color their tracks (remainder ofCarl Hetherington
2011-08-30Tidy up route colouring a bit so that colours are theCarl Hetherington
2011-08-03Fix erroneous check for colons in track names; clean upCarl Hetherington
2011-07-26fix up colons in track names before they are used for JACK port names; catch ...Paul Davis