summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.cc
AgeCommit message (Expand)Author
2015-12-21unhardcode "ardour:" port-prefixRobin Gareus
2015-11-17add Duplicate action to track and mixer context menusBen Loftis
2015-11-04Improve behavior of overwrite_file_dialog.André Nusser
2015-10-21Confirmation on overwrite for track and session templates. -fixes #6587André Nusser
2015-10-15rework 8b80fe0, use std::string, not char*Robin Gareus
2015-10-07add missing includeRobin Gareus
2015-10-07fix solo-group overrideRobin Gareus
2015-10-07amend prev commit.Robin Gareus
2015-10-07update solo button callback semanticsRobin Gareus
2015-10-07fix crash for solo btn2 + primary-modRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-28Introduce Ctrl+Shift+Click on lock solo in the mixer.André Nusser
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-07-16ctrl-shift-click on solo isolate now enables AND disables solo-isolate for al...Paul Davis
2015-05-29factor out Route::muted_by_others from existing codeBen Loftis
2015-05-24replace old ArdourButton::Icon API with Gtkmm2ext.Robin Gareus
2015-05-24remove explicit VectorIcon ElementRobin Gareus
2015-04-07update ArdourButton Icon APIRobin Gareus
2015-04-06rationalize incorrect design for removing tracks.Paul Davis
2015-04-01protect RouteUI's destructor from crashes caused by MeterStrips with no route.Paul Davis
2015-03-31remove duplicated calls to update solo/mute state from RouteUI descendants.Paul Davis
2015-03-30remove GUI object state when tracks/busses are removed.Paul Davis
2015-03-12Metadata windows are no longer transient windows.nick_m
2015-01-07Fix whitespace (noop).David Robillard
2015-01-01Move Timers/Timeouts from ARDOUR_UI into functions in timers.h and use PBD::T...Tim Mayberry
2014-11-30Add missing namespace qualifiers.David Robillard
2014-11-25Remove dead code.David Robillard
2014-09-07yet another rec-button [no]blink fixRobin Gareus
2014-09-06fix another blinking-rec btn issue (amend 0ae8dd4)Robin Gareus
2014-09-05hard stop blinking rec-armRobin Gareus
2014-09-05connect "blink-rec-arm" only when needed.Robin Gareus
2014-09-03fix some compiler warningsRobin Gareus
2014-09-03use tape-track rec-enable icon throughout.Robin Gareus
2014-09-02use new 'special' rec-en buttonRobin Gareus
2014-08-31update track-header width when removing track(s).Robin Gareus
2014-08-30fix some compiler warningsRobin Gareus
2014-08-29amend 7be3c88a, update rec-en colorRobin Gareus
2014-08-29experiment with unicode circle for rec-enRobin Gareus
2014-08-28More fixes to ArdourButton actions.Ben Loftis
2014-08-28add option to blink rec-enablesBen Loftis
2014-08-28Fix ArdourButton event sequence.Ben Loftis
2014-08-27fix pushed-in state of invert buttons, and fix an initizlization order warningBen Loftis
2014-08-22Rationalize ArdourButton and lots of associated theming issues.Ben Loftis
2014-08-14Merge branch 'selection_fixes' of https://github.com/nmains/ardour into cairo...Robin Gareus
2014-08-15Fix crash on snapshot change.nick_m
2014-08-13remove cruft related to button-height commitBen Loftis
2014-08-01allow track headers to select io from right-click menuBen Loftis
2014-07-30Use text to specify combo box padding for better font/display tolerance.David Robillard
2014-07-29Various UI tweaks.Ben Loftis