summaryrefslogtreecommitdiff
path: root/gtk2_ardour/processor_box.cc
AgeCommit message (Expand)Author
2016-03-31update mixer-strip routing displayRobin Gareus
2016-03-28reduce header dependencies (part 2/2)Robin Gareus
2016-03-27fix empty plugin window when switching generic to custom and back.Robin Gareus
2016-03-27get started with Pin Manager - currently display-only.Robin Gareus
2016-03-23Hide lua script selector before showing lua parameter dialog.Robin Gareus
2016-03-21catch lua exceptions.Robin Gareus
2016-03-18special case LuaProc Inline Display UI: direct cairo contextRobin Gareus
2016-03-15fix capitalization of sections of key editorPaul Davis
2016-03-16relax inline display height constraintRobin Gareus
2016-03-15give ProcessorBox its own bindingsPaul Davis
2016-03-15after showing a ProcessorBox context menu, resensitize all actions that it ma...Paul Davis
2016-03-15migrate plugin-ui settings to ui-configRobin Gareus
2016-03-15remove superfluous ceil()Robin Gareus
2016-03-15fix a Wsign-compareRobin Gareus
2016-03-15implementation for "prefer inline over GUI"Robin Gareus
2016-03-14inline-display, scrollbars and fixed aspect ratio = funRobin Gareus
2016-03-14GUI update for non-cairo Plugin Inline DisplayRobin Gareus
2016-03-14add GUI support for Plugin Mixer Inline DisplayRobin Gareus
2016-03-11allow to copy processor state (drag processor on another of same type)Robin Gareus
2016-02-23Add GUI to instantiate Lua DSP ProcessorsRobin Gareus
2016-02-22change GTKOSX macro constant to use __APPLE__ insteadPaul Davis
2016-02-22remove all trace of SAE from source code.Paul Davis
2016-02-22replicate the remove-all-trailing whitespace commit(s) in masterPaul Davis
2016-02-22action maps now have namesPaul Davis
2016-02-22merge once again with masterPaul Davis
2016-02-22more changes to Bindings, Keyboard APIsPaul Davis
2016-02-22radically change Keyboard/Binding API design to disconnect Gtk::Action lookup...Paul Davis
2016-02-22small rationalization of naming and code for managing plugin GUI visibilityPaul Davis
2016-02-22switch all action registration/binding code over to new API.Paul Davis
2016-02-22first compilable version of tabbable design.Paul Davis
2016-01-18change ownership of the AutomationControl used by Amp.Paul Davis
2016-01-02change Controllable::set_value() API to include grouped control consideration.Paul Davis
2016-01-01Processors: separate drag-sources and drop-targetsRobin Gareus
2015-12-30set DnD targets per processorRobin Gareus
2015-12-28refine add preset/favorite dialogRobin Gareus
2015-12-28allow creating plugin-presets by dragging a plugin to the sidebarRobin Gareus
2015-12-25refactor Processor-Box plugin drag/drop: allow presetsRobin Gareus
2015-12-24don't automatically open plugin-GUI when using drag/dropRobin Gareus
2015-12-22ProcessorBox: allow to receive PluginInfoPtr dropsRobin Gareus
2015-12-22update ProcessorBox API for new DnDVbox constructor.Robin Gareus
2015-12-21GUI part of monitor-section constraints.Robin Gareus
2015-12-08use new open-gui-after-adding-plugin config variableRobin Gareus
2015-11-20use platform-specific modifier name for tooltipBen Loftis
2015-11-20immediately show plugin GUI if only one plugin is instantiatedRobin Gareus
2015-10-19Ctrl+shift functionality (toggle all) for plugin leds.André Nusser
2015-10-15rework 8b80fe0, use std::string, not char*Robin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-10-04add a hidden option to show hidden processorsRobin Gareus
2015-09-21processor-box: explicitly check for "Amp" (Fader)Robin Gareus