summaryrefslogtreecommitdiff
path: root/gtk2_ardour/processor_box.h
AgeCommit message (Expand)Author
2016-02-22first compilable version of tabbable design.Paul Davis
2015-12-28allow creating plugin-presets by dragging a plugin to the sidebarRobin Gareus
2015-12-25refactor Processor-Box plugin drag/drop: allow presetsRobin Gareus
2015-12-22ProcessorBox: allow to receive PluginInfoPtr dropsRobin Gareus
2015-10-19Ctrl+shift functionality (toggle all) for plugin leds.André Nusser
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-08-19provisional processor control-box tweaks - possible fix for #6519Robin Gareus
2015-08-16rework processor box: handle n/a pluginsRobin Gareus
2015-08-09handle some wire edge-cases & explanationRobin Gareus
2015-04-22scaleable routing icons & wiresRobin Gareus
2014-11-29change ownership of processor window-proxyRobin Gareus
2014-11-25Remove dead code.David Robillard
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-01-13first stab at send+route panner linkRobin Gareus
2014-01-09processor routing: use small boxes (instead of circles) for portsRobin Gareus
2014-01-06remove cruftRobin Gareus
2014-01-05processor-box: remove label-cruft and properly label 'Send' & 'Return'Robin Gareus
2014-01-05processor-box: remove cruftRobin Gareus
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