summaryrefslogtreecommitdiff
path: root/gtk2_ardour/processor_box.cc
AgeCommit message (Expand)Author
2013-01-18fix crash when copy-n-pasting plugins, caused by work done to allow copy-n-pa...Paul Davis
2013-01-17fix up various issues with sizing now that we have the basic idea that pixfad...Paul Davis
2013-01-15allow drag-n-drop/copy-n-paste of aux sendsPaul Davis
2013-01-11substantive changes to pixfaders and derived classes. now fully dynamically s...Paul Davis
2013-01-10goodbye pixmaps and pixbufs (no longer) used by Gtkmm2ext::PixFaderPaul Davis
2012-12-14remove group button visibility option from preferences dialog; tweak font sca...Paul Davis
2012-12-12shrink height of plugin control faders (in-strip)Paul Davis
2012-12-10tweak to plugin parameter sliders in mixer stripsBen Loftis
2012-11-13remove a bunch of cerr output and/or convert to use error<<Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
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