summaryrefslogtreecommitdiff
path: root/gtk2_ardour/processor_box.cc
AgeCommit message (Expand)Author
2012-06-11Remove old line.Carl Hetherington
2012-06-11Factor out 'persistent' tooltip code from the pannerCarl Hetherington
2012-06-11Make send automation work (#4734).Carl Hetherington
2012-06-08Remove erroneous refusal to create aux sends on MIDI tracks, which may have a...Carl Hetherington
2012-06-03Don't allow aux sends from MIDI tracks for the timeCarl Hetherington
2012-06-01Make faders visually desensitised when their tracks are in automation-play.Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-02a variety of mostly unused parameter errors from OS X Lion's compilerPaul Davis
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-03-21Add tooltips to plugin controls in the processor boxCarl Hetherington
2012-03-15use improved copying send/return/port insert fix in GUIPaul Davis
2012-03-13use new design for processor drag-n-dropPaul Davis
2012-03-07Remove a few unused methods from ProcessorBox.Carl Hetherington
2012-02-07remove additional "mid" color from ArdourButton; replace Active/Mid widget st...Paul Davis
2012-01-30Add aux sends at the position that the menu was opened, rather than always pr...Carl Hetherington
2012-01-29Slightly hacky-fix for misbehaviour when drag-and-dropping processors onto th...Carl Hetherington
2012-01-22Add option to use plugin GUIs or Ardour generic ones.Carl Hetherington
2012-01-21Use a button in the processor box for toggle parameters.Carl Hetherington
2012-01-21Restore option to open a plugin editor built by Ardour,Carl Hetherington
2012-01-21Allow individual plugin controls to be shown / hidden.Carl Hetherington
2012-01-21Reinstate user Controllable values, as they are neededCarl Hetherington
2012-01-21Add a send amp's gain control as a send controllable.Carl Hetherington
2012-01-20Simple approach to putting plugin controls into theCarl Hetherington
2012-01-20make dbl-click on send toggle back *and* forth between send/regular strip dis...Paul Davis
2012-01-20patch from colinf to make dbl-click on send "box" map its controls to the str...Paul Davis
2012-01-09Account for ProcessorEntry::_processor being 0 in a few places; remove unused...Carl Hetherington
2012-01-08Remove an unnecessary assert that now trips.Carl Hetherington
2012-01-07add an empty ProcessorEntry before the fader if there are no pre-fader proces...Paul Davis
2011-12-15do not delete GtkUIManager-generated menu from ProcessorBox when the PB is de...Paul Davis
2011-12-01cleanup vertical spacing a bit in mixer strip; rename new send options to be ...Paul Davis
2011-11-16Make activate/deactivate all only operate on visibleCarl Hetherington
2011-11-15provide link-editor-and-mixer-selection option. gui implementation is slightl...Paul Davis
2011-11-09Don't try to open SendUI for an internal send (#4460).Carl Hetherington
2011-11-08ProcessorBox actions are static, so setting their sensitivity must be done ju...Carl Hetherington
2011-11-05Fix unused variable.Carl Hetherington
2011-11-04drastic overhaul of keyboard handling in mixer window. real bindings, key eve...Paul Davis
2011-11-04Add tooltips for processors (#4447).Carl Hetherington
2011-11-03revert early change that forwarded key events to editor, since it can cause a...Paul Davis
2011-11-03forward non-used keys from mixer (strip) to "everything else" (editor, really...Paul Davis
2011-11-03Remove edit option from internal send context menus; it's pretty confusing, a...Carl Hetherington
2011-11-01catchup on previous commit relating to who owns ActiveState and VisualStatePaul Davis
2011-10-31more button event handling tweaksPaul Davis
2011-10-31various tweaks to get clicks on processor "buttons" to work right and to keep...Paul Davis
2011-10-27provide control over precisely what aspects of an ArdourButton are rendered, ...Paul Davis
2011-10-27change CairoWidget API to be a more logical/intuitive for setting widget stat...Paul Davis
2011-10-26new ArdourButton class, to start to provide more control over how our buttons...Paul Davis
2011-10-19Fix insertion of processors at the point at which the processor menu was open...Carl Hetherington
2011-10-19Make all-processors-active act an all processors rather than just pre/post-fa...Carl Hetherington
2011-10-19Adjust send faders depending on what signal type they are passing (part of #4...Carl Hetherington
2011-10-18changes for OS X support: change waf config define to COREAUDIO_SUPPORT, remo...Paul Davis