summaryrefslogtreecommitdiff
path: root/gtk2_ardour/processor_box.cc
AgeCommit message (Expand)Author
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
2015-03-25retain Send control visibility state, fixes #6210Robin Gareus
2015-02-11desensitize redirect-menu Send and Control items when they are not applicableBen Loftis
2015-01-01Move Timers/Timeouts from ARDOUR_UI into functions in timers.h and use PBD::T...Tim Mayberry
2014-12-01update interface for processor-box faders step/pageRobin Gareus
2014-11-29change ownership of processor window-proxyRobin Gareus
2014-11-25Remove dead code.David Robillard
2014-11-01Slider Controller API ChangeRobin Gareus
2014-11-01convert interface <> internal values for all automationRobin Gareus
2014-10-08initialize some uninitialized vars - closes #5974Robin Gareus
2014-09-18plugin widgets were written to use Internal values, so use that for nowBen Loftis
2014-09-06remove pixel based Button LED diameter settingRobin Gareus
2014-09-02prepare Slider API cleanupRobin Gareus
2014-08-28yet another ArdourButton action tweakBen Loftis
2014-08-28More fixes to ArdourButton actions.Ben Loftis
2014-07-28disallow selection of the fader and meter processor entriesBen Loftis
2014-07-24several fixes to make processor selection and deletion feel right, for both m...Ben Loftis
2014-07-24Remove "implicit" selection for plugin deletion.Ben Loftis
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-23en/disable internal send+returns with tracks en/disable.Robin Gareus
2014-01-30Use round() instead of rintf() when building with MSVCJohn Emmas
2014-01-30Oops - the previous namespace qualifier was also needed in gtk2_ardour/proces...John Emmas
2014-01-29Merge branch 'master' into cairocanvasPaul Davis