Remove dead code.
[ardour.git] / gtk2_ardour / processor_box.h
2014-11-25 David RobillardRemove dead code.
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-07-28 Ben Loftisdisallow selection of the fader and meter processor...
2014-07-25 Ben Loftisseveral fixes to make processor selection and deletion...
2014-07-25 Ben LoftisRemove "implicit" selection for plugin deletion.
2014-01-25 Colin FletcherMerge remote-tracking branch 'origin/master' into expor...
2014-01-20 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-14 Paul Davismerge (with conflict fixes) with master (even against...
2014-01-13 Robin Gareusfirst stab at send+route panner link
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-12 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-10 Paul Davisfinished merge of cairocanvas with windows and windows...
2014-01-10 Paul DavisMerge windows+cc branch into cairocanvas branch. Not...
2014-01-10 Paul Davisfix merge errors with master
2014-01-09 Robin Gareusprocessor routing: use small boxes (instead of circles...
2014-01-08 Colin FletcherMerge remote-tracking branch 'origin/master' into expor...
2014-01-08 Paul DavisMerge branch 'master' into cairocanvas
2014-01-06 Robin Gareusremove cruft
2014-01-05 Robin Gareusprocessor-box: remove label-cruft and properly label...
2014-01-05 Robin Gareusprocessor-box: remove cruft
2014-01-05 Robin Gareusmore processor-routing tweaks: compact view
2014-01-04 Robin Gareusadd padding to in-line plugin controls
2014-01-04 Robin Gareuscontinued work on processor-routing visualization
2014-01-02 Paul DavisMerge branch 'master' into cairocanvas
2014-01-01 Robin Gareusvisualize port connections in mixer/processor when...
2013-12-30 Robin Gareusvisualize # of channels in processor-box splitting...
2013-10-17 Paul Davismerge with master and fix 2 conflicts
2013-10-15 Paul DavisMerge branch 'master' into windows
2013-10-14 John EmmasMerge branch 'master' into windows+cc
2013-10-14 Paul Davischanges that will help fix a crash related to plugin...
2013-07-11 Paul Davisfix conflicts caused by meterbridge merge
2013-07-11 Robin Gareushandle aux-send processor-box action
2013-06-09 Paul DavisMerge branch 'master' of git@git.ardour.org:ardour...
2013-06-06 Paul DavisMerge branch 'master' into cairocanvas
2013-06-05 Paul DavisMerge branch 'master' of https://github.com/johnwpolive...
2013-06-05 Paul DavisMerge branch 'patch-1' of https://github.com/globin...
2013-05-21 Robin Gareusremember plugin-UI type (custom/basic) with session.
2013-05-19 Robin GareusRestore 'Edit with basic controls' plugin UI functionality.
2013-05-08 Paul Davismerge with master
2013-05-08 Paul Davischange namespace/naming of WindowManager classes; regis...
2013-05-05 Paul Davismerge with master
2013-05-05 Paul Davisthe big rework of window management. probably not compl...
2013-01-24 Paul Davisfix up rather odd sizing model for ProcessorBox that...
2013-01-17 Paul Davisfix up various issues with sizing now that we have...
2013-01-10 Paul Davisgoodbye pixmaps and pixbufs (no longer) used by Gtkmm2e...
2012-06-11 Carl HetheringtonFactor out 'persistent' tooltip code from the panner
2012-06-11 Carl HetheringtonMake send automation work (#4734).
2012-06-01 Carl HetheringtonMake faders visually desensitised when their tracks...
2012-03-21 Carl HetheringtonAdd tooltips to plugin controls in the processor box
2012-03-07 Carl HetheringtonRemove a few unused methods from ProcessorBox.
2012-01-21 Carl HetheringtonUse a button in the processor box for toggle parameters.
2012-01-21 Carl HetheringtonRestore option to open a plugin editor built by Ardour,
2012-01-21 Carl HetheringtonAllow individual plugin controls to be shown / hidden.
2012-01-21 Carl HetheringtonAdd a send amp's gain control as a send controllable.
2012-01-20 Carl HetheringtonSimple approach to putting plugin controls into the
2012-01-20 Paul Davispatch from colinf to make dbl-click on send "box" map...
2012-01-09 Carl HetheringtonAccount for ProcessorEntry::_processor being 0 in a...
2012-01-07 Paul Davisadd an empty ProcessorEntry before the fader if there...
2011-12-01 Paul Daviscleanup vertical spacing a bit in mixer strip; rename...
2011-11-16 Carl HetheringtonMake activate/deactivate all only operate on visible
2011-11-15 Paul Davisprovide link-editor-and-mixer-selection option. gui...
2011-11-08 Carl HetheringtonProcessorBox actions are static, so setting their sensi...
2011-11-04 Paul Davisdrastic overhaul of keyboard handling in mixer window...
2011-11-04 Carl HetheringtonAdd tooltips for processors (#4447).
2011-11-03 Paul Davisforward non-used keys from mixer (strip) to "everything...
2011-11-01 Paul Daviscatchup on previous commit relating to who owns ActiveS...
2011-10-26 Paul Davisnew ArdourButton class, to start to provide more contro...
2011-10-19 Carl HetheringtonFix insertion of processors at the point at which the...
2011-10-19 Carl HetheringtonAdjust send faders depending on what signal type they...
2011-06-01 David RobillardDelete trailing whitespace
2011-05-18 David RobillardAdd 'controls' item to plugin insert context menu to...
2011-02-10 Carl HetheringtonPrevent erroneous splitting icons in the editor mixer...
2011-02-01 Carl HetheringtonSomewhat unconvincing visual indication that plugin...
2011-01-14 Carl HetheringtonTweak colouring in the processor list.
2011-01-06 Carl HetheringtonAnother try at prettifying the processor list with...
2011-01-04 Carl HetheringtonHighlight a send processor entry differently when it...
2010-11-24 Carl HetheringtonFix crash on failed processor DnD. Fixes #3554.
2010-11-23 Carl HetheringtonMake double-click on a processor box entry toggle visib...
2010-11-23 Carl HetheringtonFix multiple selection with Ctrl-Click in DnDVBox.
2010-09-05 Carl HetheringtonDesensitize edit menu item in the processor box menu...
2010-08-18 Carl HetheringtonPlugin UI state should of course be saved per-session...
2010-08-18 Carl HetheringtonFirst go at saving window visibility and position state...
2010-04-27 Carl HetheringtonDon't close the plugin manager when an incompatible...
2010-04-17 Carl HetheringtonDisallow rename for plugin inserts. Fixes #3048.
2010-03-16 Paul Davischanges from 2.X starting in march 2009 through oct...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-04 Carl HetheringtonMake processor box send faders adjust their size correctly.
2009-11-30 Carl HetheringtonVarious optimisations to speed up rec-enable.
2009-11-30 Paul Davisremove "New Return" menu option from processor box...
2009-11-28 Paul Davisfully remove per-processor activate/deactivate from...
2009-11-28 Paul Davisadd back activate/deactivate menu options for processor box
2009-11-25 Paul Daviscarl's wondrous DnD VBox patch - processor boxes are...
2009-11-19 Paul Davisadd track/bus now allows specifying aux or direct bus...
2009-10-23 David RobillardMake deferred plugin stuff work with old compiler or...
2009-10-22 David RobillardDefer plugin discovery until actually needed (significa...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-07-15 Paul Davismore hacking on the processor list and processor box...
next