summaryrefslogtreecommitdiff
path: root/gtk2_ardour/processor_box.cc
AgeCommit message (Expand)Author
2020-04-18Consistent Lua script error and print() output 2/2Robin Gareus
2020-04-18Allow to hide inline-controls using shift+right clickRobin Gareus
2020-04-14changed text for adding a foldback send from monitorLen Ovens
2020-03-25Do not allow aux sends from the master-busRobin Gareus
2020-03-25Add restrictions for aux send cut/copy/paste & DnDRobin Gareus
2020-03-25Fix Aux-Send names on copy/pasteRobin Gareus
2020-03-23Remove Mixbus Aux-Link special case 2/2Robin Gareus
2020-03-02Fix UI insert/send renamingRobin Gareus
2020-02-28Fix duplicate control-ID when copying processors or proc stateRobin Gareus
2020-02-27Dialog default to cancel (#7915)Robin Gareus
2020-02-13M: Make edit_aux_send insensitiveRobin Gareus
2020-01-19Remember implicit InlineControl visibilityRobin Gareus
2019-12-17Indicate current Disk-I/O settingRobin Gareus
2019-12-14Use InlineControl Port PropertyRobin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-04-08Revert more "frame/sample" replacementsRobin Gareus
2019-03-28Don't allow to cut/copy inserts via Drag/DropRobin Gareus
2019-03-07Fix some Gtk::Menu related memory leaksRobin Gareus
2019-03-01Prefix an asterisk to indicate plugin replicationRobin Gareus
2019-03-01Replicated plugin instances may or may not be monoRobin Gareus
2018-12-19explicitly clear ProcessorEntries from ProcessorBox when the latter's Route i...Paul Davis
2018-12-11change action group owner pointer to be the relevant keybindings; reorder set...Paul Davis
2018-12-10add nominal owners for all action groupsPaul Davis
2018-12-10use ActionManager namespace, rather than ActionMap objects, and remove all pe...Paul Davis
2018-11-28NO-OP: Clarify function nameRobin Gareus
2018-11-28Use central method to check for engine for processor operationsRobin Gareus
2018-11-28Use central method to check for engine where requiredRobin Gareus
2018-11-12Make foldback bus match foldback sends namewiseLen Ovens
2018-11-12Changed send/deliver role "Personal" to "Foldback" so bus type can matchLen Ovens
2018-11-01Allow strips to add or remove personal sendsLen Ovens
2018-11-01A listen route has no aux sendsLen Ovens
2018-10-31Allow to limit strip-inline controls (GUI optimization)Robin Gareus
2018-10-28Processor-box control context menu updateRobin Gareus
2018-10-28Don't show hidden controls inline in the mixer-stripRobin Gareus
2018-10-03Prevent adding aux-sends to master or monitorRobin Gareus
2018-06-20Allow plugin inline displays to shrinkJohannes Mueller
2018-01-30Don't automatically open plugin-GUI if there are no controlsRobin Gareus
2017-12-16Fix UI for Sends & Inserts (regression was in 0c59ba649e)Robin Gareus
2017-10-18Save <UI> state for plugins only.Robin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-18use modified API name in GUIPaul Davis
2017-09-18basic GUI framework for setting Disk I/O optionsPaul Davis
2017-09-14Fix various tooltip markup (ampersand) entity-escape:5.12Robin Gareus
2017-08-20Fix some GUI side XML node mem-leaksRobin Gareus
2017-08-19Lua may call C++ functions with throw. Catch themRobin Gareus
2017-07-31Some abstractions to make the display look good in the plugin guiJohannes Mueller
2017-07-31Put plugin inline display into a freely available class ...Johannes Mueller
2017-07-24Remove unused "mark" parameter from stop_touch() APIRobin Gareus
2017-07-24Start/end touch for generic-UI knob and proc-box inline ctrlsRobin Gareus
2017-07-17Clean up library inheritance (colors.h, utils.h)Robin Gareus