summaryrefslogtreecommitdiff
path: root/gtk2_ardour/processor_box.h
AgeCommit message (Expand)Author
2014-01-05more processor-routing tweaks: compact viewRobin Gareus
2014-01-04add padding to in-line plugin controlsRobin Gareus
2014-01-04continued work on processor-routing visualizationRobin Gareus
2014-01-01visualize port connections in mixer/processor when in < outRobin Gareus
2013-12-30visualize # of channels in processor-box splitting iconRobin Gareus
2013-10-14changes that will help fix a crash related to plugin window visibility. some ...Paul Davis
2013-07-11handle aux-send processor-box actionRobin Gareus
2013-05-21remember plugin-UI type (custom/basic) with session.Robin Gareus
2013-05-19Restore 'Edit with basic controls' plugin UI functionality.Robin Gareus
2013-05-07change namespace/naming of WindowManager classes; register all ArdourDialog a...Paul Davis
2013-05-04the big rework of window management. probably not complete at thsi point, but...Paul Davis
2013-01-24fix up rather odd sizing model for ProcessorBox that affected Pixfaders used ...Paul Davis
2013-01-17fix up various issues with sizing now that we have the basic idea that pixfad...Paul Davis
2013-01-10goodbye pixmaps and pixbufs (no longer) used by Gtkmm2ext::PixFaderPaul Davis
2012-06-11Factor out 'persistent' tooltip code from the pannerCarl Hetherington
2012-06-11Make send automation work (#4734).Carl Hetherington
2012-06-01Make faders visually desensitised when their tracks are in automation-play.Carl Hetherington
2012-03-21Add tooltips to plugin controls in the processor boxCarl Hetherington
2012-03-07Remove a few unused methods from ProcessorBox.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-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-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-07add an empty ProcessorEntry before the fader if there are no pre-fader proces...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-08ProcessorBox actions are static, so setting their sensitivity must be done ju...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-03forward non-used keys from mixer (strip) to "everything else" (editor, really...Paul Davis
2011-11-01catchup on previous commit relating to who owns ActiveState and VisualStatePaul 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-19Adjust send faders depending on what signal type they are passing (part of #4...Carl Hetherington
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-18Add 'controls' item to plugin insert context menu to always show Ardour gener...David Robillard
2011-02-10Prevent erroneous splitting icons in the editor mixer strip's processor box.Carl Hetherington
2011-02-01Somewhat unconvincing visual indication that plugin inserts are splitting mon...Carl Hetherington
2011-01-14Tweak colouring in the processor list.Carl Hetherington
2011-01-06Another try at prettifying the processor list with different colours pre- and...Carl Hetherington
2011-01-04Highlight a send processor entry differently when it the mixer strip's fader ...Carl Hetherington
2010-11-24Fix crash on failed processor DnD. Fixes #3554.Carl Hetherington
2010-11-23Make double-click on a processor box entry toggle visibility of the plugin wi...Carl Hetherington
2010-11-23Fix multiple selection with Ctrl-Click in DnDVBox.Carl Hetherington
2010-09-05Desensitize edit menu item in the processor box menu if there is nothing sele...Carl Hetherington
2010-08-18Plugin UI state should of course be saved per-session rather than globally.Carl Hetherington