OSC: Changed gainVCA to gainfader as VCA is already used.
[ardour.git] / gtk2_ardour / processor_box.cc
2016-03-28 Robin Gareusreduce header dependencies (part 2/2)
2016-03-27 Robin Gareusfix empty plugin window when switching generic to custo...
2016-03-27 Robin Gareusget started with Pin Manager - currently display-only.
2016-03-23 Robin GareusHide lua script selector before showing lua parameter...
2016-03-21 Robin Gareuscatch lua exceptions.
2016-03-18 Robin Gareusspecial case LuaProc Inline Display UI: direct cairo...
2016-03-16 Paul Davisfix capitalization of sections of key editor
2016-03-16 Robin Gareusrelax inline display height constraint
2016-03-15 Paul Davisgive ProcessorBox its own bindings
2016-03-15 Paul Davisafter showing a ProcessorBox context menu, resensitize...
2016-03-15 Robin Gareusmigrate plugin-ui settings to ui-config
2016-03-15 Robin Gareusremove superfluous ceil()
2016-03-14 Robin Gareusfix a Wsign-compare
2016-03-14 Robin Gareusimplementation for "prefer inline over GUI"
2016-03-14 Robin Gareusinline-display, scrollbars and fixed aspect ratio ...
2016-03-14 Robin GareusGUI update for non-cairo Plugin Inline Display
2016-03-14 Robin Gareusadd GUI support for Plugin Mixer Inline Display
2016-03-11 Robin Gareusallow to copy processor state (drag processor on anothe...
2016-02-23 Robin GareusAdd GUI to instantiate Lua DSP Processors
2016-02-22 Paul Davischange GTKOSX macro constant to use __APPLE__ instead
2016-02-22 Paul Davisremove all trace of SAE from source code.
2016-02-22 Paul Davisreplicate the remove-all-trailing whitespace commit...
2016-02-22 Paul Davisaction maps now have names
2016-02-22 Paul Davismerge once again with master
2016-02-22 Paul Davismore changes to Bindings, Keyboard APIs
2016-02-22 Paul Davisradically change Keyboard/Binding API design to disconn...
2016-02-22 Paul Davissmall rationalization of naming and code for managing...
2016-02-22 Paul Davisswitch all action registration/binding code over to...
2016-02-22 Paul Davisfirst compilable version of tabbable design.
2016-01-18 Paul Davischange ownership of the AutomationControl used by Amp.
2016-01-02 Paul Davischange Controllable::set_value() API to include grouped...
2016-01-01 Robin GareusProcessors: separate drag-sources and drop-targets
2015-12-30 Robin Gareusset DnD targets per processor
2015-12-28 Robin Gareusrefine add preset/favorite dialog
2015-12-28 Robin Gareusallow creating plugin-presets by dragging a plugin...
2015-12-25 Robin Gareusrefactor Processor-Box plugin drag/drop: allow presets
2015-12-24 Robin Gareusdon't automatically open plugin-GUI when using drag...
2015-12-22 Robin GareusProcessorBox: allow to receive PluginInfoPtr drops
2015-12-22 Robin Gareusupdate ProcessorBox API for new DnDVbox constructor.
2015-12-21 Robin GareusGUI part of monitor-section constraints.
2015-12-08 Robin Gareususe new open-gui-after-adding-plugin config variable
2015-11-20 Ben Loftisuse platform-specific modifier name for tooltip
2015-11-20 Robin Gareusimmediately show plugin GUI if only one plugin is insta...
2015-10-19 André NusserCtrl+shift functionality (toggle all) for plugin leds.
2015-10-15 Robin Gareusrework 8b80fe0, use std::string, not char*
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-10-04 Robin Gareusadd a hidden option to show hidden processors
2015-09-21 Robin Gareusprocessor-box: explicitly check for "Amp" (Fader)
2015-09-16 Tim MayberryUse ARDOUR_UI_UTILS::set_tooltip rather than via ARDOUR...
2015-09-16 Tim MayberryMove UIConfiguration Singleton into UIConfiguration...
2015-09-16 Tim MayberryMove ARDOUR_UI::ui_scale into UIConfiguration class
2015-08-24 Robin Gareusfix processor paste location - fixes #6536
2015-08-19 Robin Gareusprovisional processor control-box tweaks - possible...
2015-08-15 Robin Gareusrework processor box: handle n/a plugins
2015-08-15 Robin Gareusprepare UI for missing plugins
2015-08-09 Robin Gareushandle some wire edge-cases & explanation
2015-08-04 Robin Gareusupdate routing wires display
2015-07-29 Robin Gareusoops.
2015-07-28 Robin Gareuswork-around OSX loadlocale thread safety.
2015-07-16 Ben Loftismerge fix
2015-07-10 Robin Gareusassign new IDs to plugin copies on paste.
2015-05-23 nick_mMerge branch 'relative_snap'
2015-05-18 Robin Gareusremove LED from custom meter point processors
2015-04-24 John EmmasFor MSVC builds, implement 'rint()' and 'rintf()' to...
2015-04-22 Robin Gareusclean up GUI scaling
2015-04-22 Robin Gareusscale inline slider girth.
2015-04-22 Robin Gareusscaleable routing icons & wires
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-04-14 Paul Davisadd braces
2015-03-30 Robin Gareusprocessor control: update control-element tooltip
2015-03-29 Robin Gareusprocessor control: update control-element tooltip
2015-03-25 Robin Gareusretain Send control visibility state, fixes #6210
2015-02-11 Ben Loftisdesensitize redirect-menu Send and Control items when...
2015-01-01 Tim MayberryMove Timers/Timeouts from ARDOUR_UI into functions...
2014-11-30 Robin Gareusupdate interface for processor-box faders step/page
2014-11-29 Robin Gareuschange ownership of processor window-proxy
2014-11-25 David RobillardRemove dead code.
2014-11-01 Robin GareusSlider Controller API Change
2014-11-01 Robin Gareusconvert interface <> internal values for all automation
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-10-08 Robin Gareusinitialize some uninitialized vars - closes #5974
2014-09-18 Ben Loftisplugin widgets were written to use Internal values...
2014-09-06 Robin Gareusremove pixel based Button LED diameter setting
2014-09-02 Robin Gareusprepare Slider API cleanup
2014-08-28 Ben Loftisyet another ArdourButton action tweak
2014-08-28 Ben LoftisMore fixes to ArdourButton actions.
2014-07-28 Ben Loftisdisallow selection of the fader and meter processor...
2014-07-25 Ben Loftisseveral fixes to make processor selection and deletion...
2014-07-25 Ben LoftisRemove "implicit" selection for plugin deletion.
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-25 Robin Gareusmove utility functions into a dedicated namespace
2014-06-22 Robin Gareusen/disable internal send+returns with tracks en/disable.
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-02-24 Colin FletcherMerge branch 'master' into export-dialog
2014-02-12 Paul DavisMerge branch 'master' into cairocanvas
next