summaryrefslogtreecommitdiff
path: root/gtk2_ardour/processor_box.cc
AgeCommit message (Expand)Author
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
2011-07-02Fix some set-but-not-used variable warnings from gcc 4.6Carl Hetherington
2011-06-19much ado about nothing when it comes to gain controlPaul Davis
2011-06-01Fix issue #0004082.David Robillard
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-26slightly change wording of wierd plugin dialog to sound more technical and le...Paul Davis
2011-05-23Fix a few missing drops of Route references.Carl Hetherington
2011-05-18Add 'controls' item to plugin insert context menu to always show Ardour gener...David Robillard
2011-04-15Fix 'make new plugins active' configure option (#3975).Carl Hetherington
2011-03-01s/processormenu/ProcessorMenu/g to make the key bindings editor a bit prettier.Carl Hetherington
2011-03-01Fix crash on drag-n-drop of port inserts (#3809).Carl Hetherington
2011-02-10Prevent erroneous splitting icons in the editor mixer strip's processor box.Carl Hetherington
2011-02-10Tidy up weird plugin dialogue slightly.Carl Hetherington
2011-02-01store void pointers to processor UIs in Processors, and reset ProcessorWindow...Paul Davis
2011-02-01Recover send faders in the processor box lost in my previous commit.Carl Hetherington
2011-02-01Somewhat unconvincing visual indication that plugin inserts are splitting mon...Carl Hetherington
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
2011-01-15Add tooltip to send fader.Carl Hetherington
2011-01-14Fix graphical glitches in processor list on some systems.Carl Hetherington
2011-01-14Fix warnings.Carl Hetherington
2011-01-14Tweak colouring in the processor list.Carl Hetherington
2011-01-11show_all() more selectively so that unwanted notebook tabs don't appear in Se...Carl Hetherington
2011-01-11Re-fix #3685 having read the request properly.Carl Hetherington
2011-01-11Dear oh dear. Re-fix main fader double click and internal send edit.Carl Hetherington
2011-01-10Show send UI window on edit (#3696)Carl Hetherington
2011-01-06Set up send fader default position correctly. Fixes #3680.Carl Hetherington
2011-01-06Make processor box frames configurable colour-wise.Carl Hetherington
2011-01-06Another try at prettifying the processor list with different colours pre- and...Carl Hetherington
2011-01-05Toggle the shown state of send gain on double click.Carl Hetherington