summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_ui.cc
AgeCommit message (Expand)Author
2020-04-15Disable spill when target-bus is removed #8014Robin Gareus
2020-04-13Fix typos in the GUI in preparation for translationsEdgar Aichinger
2020-04-03Fix fan-out port connection race-conditionRobin Gareus
2020-04-02Move RouteUI::fan_out to Mixer_UIRobin Gareus
2020-03-23Show Sends button should instigate a Spill, akin to a VCA spillBen Loftis
2020-02-22Foldback: Sync nav buttons when a new foldback bus is addedBen Loftis
2019-11-20add mixer actions for toggle disk & input monitoring; bind to d and i in mixe...Paul Davis
2019-11-06Session should not be accessed when not there.Len Ovens
2019-09-13desensitize foldback show unless there is a foldback busLen Ovens
2019-09-11Foldback gui: Added hide and showLen Ovens
2019-09-03Move foldback strip to left of MasterLen Ovens
2019-09-03Fix mute toggle actions when mute is automatedRobin Gareus
2019-08-30Fix mixer-side-bar show/hide actionsRobin Gareus
2019-08-28properly remove foldback strip so it can be created againLen Ovens
2019-08-28Ensure monitor section is always leftmost in mixer windowLen Ovens
2019-08-26Add strip GUI first try for foldback busLen Ovens
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-07-18Tweak Mixer screenshot method, include VCA, master-busRobin Gareus
2019-07-17Prepare screenshot of all mixer-stripsRobin Gareus
2019-07-17Use an explicit class-member for the mixer-strip containerRobin Gareus
2019-03-14On selection, move/scroll VCA into viewRobin Gareus
2019-03-12Snap to VCA strips in the mixer when scrollingRobin Gareus
2019-03-07Fix some Gtk::Menu memory leaksRobin Gareus
2019-03-01Show VCA pane when a new VCA is created.Robin Gareus
2019-02-28Initialize per session instant stateRobin Gareus
2019-01-23Kill the last remaining busesRobin Gareus
2018-12-18Only show user-presets in favorite sidebarRobin Gareus
2018-12-13Fix Mixbus action fc83d044f8 & 65bda27d4 rebase orderingRobin Gareus
2018-12-11remove explicit use of ::cast_dynamic() from Gtk::Action to Gtk::ToggleActionPaul Davis
2018-12-11use syntactic sugarPaul Davis
2018-12-11do not reset session for MonitorSection just because monitor out was removedPaul Davis
2018-12-11full (?) set of changes required to make MonitorSection an "always-there" com...Paul Davis
2018-12-11change action group owner pointer to be the relevant keybindings; reorder set...Paul Davis
2018-12-10no longer delete and recreate MonitorSection when it is removed/added to a Se...Paul Davis
2018-12-10show-editor and show-mixer actions are now part of Common, not Window or Mixe...Paul Davis
2018-12-10use ActionManager namespace, rather than ActionMap objects, and remove all pe...Paul Davis
2018-12-08NO-OP: whitespace and some guaranteed assertion removalRobin Gareus
2018-12-07Tweaks to Mixer and Monitor keybindings:Ben Loftis
2018-12-05start using ActionMap in preference to ActionManagerPaul Davis
2018-11-07Change get_routes to get_routelist where appropriate.Len Ovens
2018-11-01Work around tooltips in treeviews selection issue #7678Robin Gareus
2018-10-02Fix context-menu item "bus" = audio and midi busses.Robin Gareus
2018-09-01Restore mixer scroll offset after spillRobin Gareus
2018-08-24use new CoreSelection methods in editor and mixerPaul Davis
2018-08-24provide mixer-specific bindings for Alt-(up|down) to match editorPaul Davis
2018-08-24move select-all-tracks,deselect-all,invert-selection to be global actions (an...Paul Davis
2018-08-09Set VCA Pane toggle sensitivityRobin Gareus
2018-08-09Fix VCA pane being made visible when redisplaying tracksRobin Gareus
2018-08-09Backport Mixbus' mixer shadowRobin Gareus
2018-05-08Plugin Ordering: PluginStatusChanged signal went missing. This fixes breaka...Ben Loftis