summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.cc
AgeCommit message (Expand)Author
2014-02-15clarify fader labelsRobin Gareus
2013-10-21Unify editor / mixer ordering.nick_m
2013-08-05fix conflicts after merge with masterPaul Davis
2013-07-30remove compile errors (still will not link and JACKPortEngine is not close to...Paul Davis
2013-07-30clean up 44fc92c3 (not a threading issue but sigc++ problem)Robin Gareus
2013-07-30disconnect AuxSend connection when deleting busRobin Gareus
2013-07-23meterbridge metrics update:Robin Gareus
2013-07-10Revert "replace "-inf" with UTF8 infinity symbol"Robin Gareus
2013-07-10hide solo button on master-busRobin Gareus
2013-07-10replace "-inf" with UTF8 infinity symbolRobin Gareus
2013-07-10overhaul meterbridge metrics part one.Robin Gareus
2013-02-05more consistency for mute/solo/rec-enable press including making ctrl-click w...Paul Davis
2013-02-05fix (1) lack of mute on master (2) lack of route-group driven behaviour for P...Paul Davis
2013-01-05improve international understanding.Robin Gareus
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