summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_ui.cc
AgeCommit message (Expand)Author
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
2018-05-08Remove debug printout.Ben Loftis
2018-05-08Plugin Order: Use the new plugin_manager function to save plugin order.Ben Loftis
2018-03-11Tweak logic in master-bus packing to make it clearer; will also minimize conf...Ben Loftis
2018-02-24NO-OP: whitespaceRobin Gareus
2018-02-19Prevent mixer-add buttons from getting focus.Ben Loftis
2018-02-13Dont delete&create add_vca_buton every time the vca list is updated.Ben Loftis
2018-02-13Fix mixer left/right scroll, snap to strip boundary.Robin Gareus
2018-02-13Remove cruftRobin Gareus
2018-02-12Users struggle with Pane Dividers. Make them larger, and set a min-size on t...Ben Loftis
2018-02-12...and also for VCA strips.Ben Loftis
2018-02-12Remove track-adder button from the mixer-list, and add an obvious one at end ...Ben Loftis
2018-02-02Further defer changes of plugin Tags+Status, and consolidate code to call Plu...Ben Loftis
2018-01-31Use new tag-search APIRobin Gareus
2018-01-30Add plugin tag-filter to Mixer-favorites sidebarRobin Gareus
2018-01-30Prepare for PluginStatusesChanged API changeRobin Gareus
2017-10-21Tweak 842d758e: selection & move into viewRobin Gareus
2017-09-18manually fix up various cases where Gtk:Frame foo_frame had been changed to f...Paul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-08-22remove debug outputRobin Gareus
2017-08-18Consolidate add/track/route/bus wrappers -- step one.Robin Gareus
2017-08-06Allow to select VCAsRobin Gareus
2017-07-20Equivalent fix for #7429 for the mixerJohannes Mueller
2017-07-17Remove ArdourPrompter wrapperRobin Gareus
2017-07-17Remove <gtkmm.h> include from header files.Robin Gareus
2017-07-17Move more Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-12Honor groups for mixer selectionRobin Gareus
2017-07-08Add select-all-tracks mixer-shortcut (following editor)Robin Gareus
2017-07-08Fix gain inc/dec with multiple-selection spanning groupsRobin Gareus
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2017-06-22Remove LocaleGuard from MixerUI classTim Mayberry
2017-06-17Remove CruftRobin Gareus
2017-06-17Remove CruftRobin Gareus
2017-06-17Use Stripable::Sorter in GUI consistently.Robin Gareus
2017-06-14Squelch error message when toggling master-bus visibility.Robin Gareus
2017-05-10Remember Monitor-section state (show/hide, attached/detached)Robin Gareus
2017-05-08remove misc. debug outputPaul Davis
2017-05-08when a Route is removed, don't bother triggering a sync-presentation-info-fro...Paul Davis
2017-05-05use CoreSelection for track selectionPaul Davis
2017-04-19Use XMLNode::get/set_property API in Mixer_UI classTim Mayberry
2017-03-26improve correct selection (in mixer) of newly added tracks/bussesPaul Davis
2017-03-16consolidate context-menu popup methodsRobin Gareus
2017-03-10Use dedicated "show editor/mixer" actionsRobin Gareus