summaryrefslogtreecommitdiff
path: root/gtk2_ardour/processor_box.cc
AgeCommit message (Expand)Author
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
2015-09-16Use ARDOUR_UI_UTILS::set_tooltip rather than via ARDOUR_UI::set_tipTim Mayberry
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-09-16Move ARDOUR_UI::ui_scale into UIConfiguration classTim Mayberry
2015-08-25fix processor paste location - fixes #6536Robin Gareus
2015-08-19provisional processor control-box tweaks - possible fix for #6519Robin Gareus
2015-08-16rework processor box: handle n/a pluginsRobin Gareus
2015-08-15prepare UI for missing pluginsRobin Gareus
2015-08-09handle some wire edge-cases & explanationRobin Gareus
2015-08-04update routing wires displayRobin Gareus
2015-07-29oops.Robin Gareus
2015-07-28work-around OSX loadlocale thread safety.Robin Gareus
2015-07-10assign new IDs to plugin copies on paste.Robin Gareus
2015-05-18remove LED from custom meter point processorsRobin Gareus
2015-04-24For MSVC builds, implement 'rint()' and 'rintf()' to supplement the ones that...John Emmas
2015-04-22clean up GUI scalingRobin Gareus
2015-04-22scale inline slider girth.Robin Gareus
2015-04-22scaleable routing icons & wiresRobin Gareus
2015-04-13add bracesPaul Davis
2015-03-29processor control: update control-element tooltipRobin Gareus