summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.cc
AgeCommit message (Expand)Author
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
2011-07-07introduce GUIObjectState; massive, pervasive changes in visibility and height...Paul Davis
2011-06-11major, substantive reworking of how we store GUI information (visibility, hei...Paul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-04-06Remove erroneous note about playlists when removing busses.Carl Hetherington
2011-03-07Hide/Remove to apply to the track selection.Carl Hetherington
2011-03-07Make Active apply to the selection.Carl Hetherington
2011-02-23Make track context colour menu apply to all selected tracks.Carl Hetherington
2011-02-23Small clean up of route colour setting.Carl Hetherington
2011-02-22Fix mute visual state when reloading sessions with soloed tracks in PFL/AFL m...Carl Hetherington
2011-02-20Modify route _processor list set up so that the logic for placing `invisible'...Carl Hetherington
2011-02-12Remove dependence on the order of calls of listeners to MidiTrack::StepEditSt...Carl Hetherington
2011-01-29desensitize almost everything in a mixer strip when displaying send(s), to av...Paul Davis
2011-01-28more meta-stasizing of the GUI rc filePaul Davis
2011-01-10Add route group property to share route active state (#3703)Carl Hetherington
2011-01-04Disable solo-controls-are-listen-controls if we don't have a monitor bus. Sh...Carl Hetherington
2011-01-02Fix some confusion about handling of route extra XML. Fixes #3574.Carl Hetherington
2010-12-29Add Save button to Save As Template dialogue.Carl Hetherington
2010-12-29Add options to add sends from buses as well as tracks; remainder of #3637.Carl Hetherington
2010-12-29Make 'copy track gains to sends' and 'set sends gains' work with sends from b...Carl Hetherington
2010-11-12Convert 2.X route extra-xml to 3.0 format when it is loaded, to prevent multi...Carl Hetherington