summaryrefslogtreecommitdiff
path: root/gtk2_ardour/processor_box.cc
AgeCommit message (Expand)Author
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
2017-07-17Remove ArdourPrompter wrapperRobin Gareus
2017-07-17Move more Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-07-16Remove Timers to watch Controllable valuesRobin Gareus
2017-07-06Remove cruft, steps cannot be 0.Robin Gareus
2017-07-04Fix a plugin-insert position off-by-one and remove cruft.Robin Gareus
2017-07-04Always add plugins in the order given by the Manager UI.Robin Gareus
2017-07-04Retain plugins order for copy/cut/paste + DnD #7416Robin Gareus
2017-07-02Allow ctrl-surfaces to show/hide plugin UIs.Robin Gareus
2017-07-01Remove old API to keep track of plugin GUI widgetsRobin Gareus
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2017-06-29Use mnemonic-save API for menu-element textsRobin Gareus
2017-06-21Prepare removal of redundant get_user/set_user API.Robin Gareus
2017-06-08Fix crash when showing plugin-UI in safe-modeRobin Gareus