summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.cc
AgeCommit message (Expand)Author
2020-03-31Fix send-button layout (2 column table)Robin Gareus
2020-03-31Visibility fixes for detached editor and Show-Sends buttonsBen Loftis
2020-03-31Hide Aux-send button in editor-mixerBen Loftis
2020-03-23Show Sends button should instigate a Spill, akin to a VCA spillBen Loftis
2020-03-23Pan: remove automation-state indirection 1/2Robin Gareus
2020-03-02Improve RouteUI API consistencyRobin Gareus
2020-02-13Leave processor box sensitive when editing aux-sendsRobin Gareus
2020-01-28Remove duplicate separators from context menuRobin Gareus
2020-01-28Don't allow to deactivate masterRobin Gareus
2020-01-28Amend 87af9fb (fix context menu, don't allow to remove master)Robin Gareus
2020-01-28Consolidate Mixer-strip sensitivityRobin Gareus
2020-01-22Propagate ::route_active_changed() methodsRobin Gareus
2019-10-31Consolidate automation and meter-point stringsRobin Gareus
2019-09-29Remove defunct Route "Adjust Latency" GUIRobin Gareus
2019-09-25goodbye Profile->...trxPaul Davis
2019-09-22remove empty methods and signal connectionsPaul Davis
2019-09-12Use new icons in mixer windowRobin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-07-18Tweak Mixer screenshot method, include VCA, master-busRobin Gareus
2019-07-17Fix meter type/position context-menu issuesRobin Gareus
2019-07-11Hide "Add MIDI Port" in the GUI if there is already oneRobin Gareus
2019-06-09Update GUI: meter-type API and meter-type state changesRobin Gareus
2019-03-08Reduce #includes - avoid ardour_ui.hRobin Gareus
2019-03-07Fix some Gtk::Menu memory leaksRobin Gareus
2019-03-07Prefer using RAII to suspend signalsRobin Gareus
2019-03-01GUI updates to handle monitor-section changesRobin Gareus
2018-12-07Tweaks to Mixer and Monitor keybindings:Ben Loftis
2018-11-28NO-OP: Clarify function nameRobin Gareus
2018-11-28Use central method to check for engine where requiredRobin Gareus
2018-11-07Change get_routes to get_routelist where appropriate.Len Ovens
2018-03-13Same for midi input enable buttonLen Ovens
2018-03-12Trim and vca button should also be insensitive in strip aux modeLen Ovens
2018-02-24NO-OP: whitespaceRobin Gareus
2017-11-23Fix duplicate if(A) else if (A) conditionRobin 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-09-18basic GUI framework for setting Disk I/O optionsPaul Davis
2017-09-18mega-commit to save state of first "it compilesand links" state for separated...Paul Davis
2017-09-14Fix various tooltip markup (ampersand) entity-escape:5.12Robin Gareus
2017-09-09Migrate PC dialog to RouteUI, midnam handing to RTAV.Robin Gareus
2017-08-28Refactor update_io_buttonJulien "_FrnchFrgg_" RIVAUD
2017-08-25Remove unneeded testJulien "_FrnchFrgg_" RIVAUD
2017-08-24Fix typo in dea8ee7fRobin Gareus
2017-08-24Make clicks on io menu bundles always connectJulien "_FrnchFrgg_" RIVAUD
2017-08-23Make the output menu able to connect partial matchesJulien "_FrnchFrgg_" RIVAUD
2017-08-23Populate strips output menus with a more user-friendly heuristicJulien "_FrnchFrgg_" RIVAUD
2017-08-23Improve maybe_add_bundle_to_output_menuJulien "_FrnchFrgg_" RIVAUD
2017-08-23Use port enumeration instead of manual indexed loopJulien "_FrnchFrgg_" RIVAUD
2017-08-23Generalise heuristic for user-intended main type of a route's IOJulien "_FrnchFrgg_" RIVAUD
2017-08-23Remove never changing and/or unused argumentsJulien "_FrnchFrgg_" RIVAUD