add an empty ProcessorEntry before the fader if there are no pre-fader processors...
[ardour.git] / gtk2_ardour / processor_box.cc
2012-01-07 Paul Davisadd an empty ProcessorEntry before the fader if there...
2011-12-15 Paul Davisdo not delete GtkUIManager-generated menu from Processo...
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-09 Carl HetheringtonDon't try to open SendUI for an internal send (#4460).
2011-11-08 Carl HetheringtonProcessorBox actions are static, so setting their sensi...
2011-11-05 Carl HetheringtonFix unused variable.
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 Davisrevert early change that forwarded key events to editor...
2011-11-03 Paul Davisforward non-used keys from mixer (strip) to "everything...
2011-11-03 Carl HetheringtonRemove edit option from internal send context menus...
2011-11-01 Paul Daviscatchup on previous commit relating to who owns ActiveS...
2011-10-31 Paul Davismore button event handling tweaks
2011-10-31 Paul Davisvarious tweaks to get clicks on processor "buttons...
2011-10-27 Paul Davisprovide control over precisely what aspects of an Ardou...
2011-10-27 Paul Davischange CairoWidget API to be a more logical/intuitive...
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 HetheringtonMake all-processors-active act an all processors rather...
2011-10-19 Carl HetheringtonAdjust send faders depending on what signal type they...
2011-10-18 Paul Davischanges for OS X support: change waf config define...
2011-07-02 Carl HetheringtonFix some set-but-not-used variable warnings from gcc 4.6
2011-06-19 Paul Davismuch ado about nothing when it comes to gain control
2011-06-01 David RobillardFix issue #0004082.
2011-06-01 David RobillardDelete trailing whitespace
2011-05-26 Paul Davisslightly change wording of wierd plugin dialog to sound...
2011-05-23 Carl HetheringtonFix a few missing drops of Route references.
2011-05-18 David RobillardAdd 'controls' item to plugin insert context menu to...
2011-04-15 Carl HetheringtonFix 'make new plugins active' configure option (#3975).
2011-03-01 Carl Hetheringtons/processormenu/ProcessorMenu/g to make the key binding...
2011-03-01 Carl HetheringtonFix crash on drag-n-drop of port inserts (#3809).
2011-02-10 Carl HetheringtonPrevent erroneous splitting icons in the editor mixer...
2011-02-10 Carl HetheringtonTidy up weird plugin dialogue slightly.
2011-02-01 Paul Davisstore void pointers to processor UIs in Processors...
2011-02-01 Carl HetheringtonRecover send faders in the processor box lost in my...
2011-02-01 Carl HetheringtonSomewhat unconvincing visual indication that plugin...
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2011-01-15 Carl HetheringtonAdd tooltip to send fader.
2011-01-14 Carl HetheringtonFix graphical glitches in processor list on some systems.
2011-01-14 Carl HetheringtonFix warnings.
2011-01-14 Carl HetheringtonTweak colouring in the processor list.
2011-01-11 Carl Hetheringtonshow_all() more selectively so that unwanted notebook...
2011-01-11 Carl HetheringtonRe-fix #3685 having read the request properly.
2011-01-11 Carl HetheringtonDear oh dear. Re-fix main fader double click and inter...
2011-01-10 Carl HetheringtonShow send UI window on edit (#3696)
2011-01-06 Carl HetheringtonSet up send fader default position correctly. Fixes...
2011-01-06 Carl HetheringtonMake processor box frames configurable colour-wise.
2011-01-06 Carl HetheringtonAnother try at prettifying the processor list with...
2011-01-05 Carl HetheringtonToggle the shown state of send gain on double click.
2011-01-04 Carl HetheringtonHighlight a send processor entry differently when it...
2011-01-04 Carl HetheringtonFirst attempt at highlighting the fader processor to...
2010-12-14 Carl HetheringtonFix some gettext plural forms. Should fix #3604.
2010-12-03 Paul Davisfix mis-ordered erase/delete pair
2010-11-27 Paul Davisrest of process lock removal, plus no GUIs for internal...
2010-11-25 Carl HetheringtonPrevent removal of route inputs when the plugins cannot...
2010-11-25 Carl HetheringtonImprove visual cues during plugin drag and drop. Fixes...
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-19 Carl HetheringtonFix trimming of old processor window proxies. May...
2010-09-05 Carl HetheringtonFix GCC warning.
2010-09-05 Carl HetheringtonDesensitize edit menu item in the processor box menu...
2010-09-03 Carl HetheringtonSmall HIG-ification.
2010-08-31 Paul Davisfix up the port insert I/O GUI
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-05-31 Paul Davisremove almost-unusued stop_signal.h and clean up the...
2010-04-30 Carl HetheringtonA little gentle copy-editing of dialogue titles.
2010-04-27 Carl HetheringtonDon't close the plugin manager when an incompatible...
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-04-21 Paul Daviscommits 6001-6525 inclusive from 2.X applied to 3.0
2010-04-17 Carl HetheringtonDisallow rename for plugin inserts. Fixes #3048.
2010-04-01 Paul Davisrevisit setting up processors during route construction...
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-03-24 Paul Davisremove XML-based constructors for several types of...
2010-03-16 Paul Davischanges from 2.X starting in march 2009 through oct...
2010-03-15 Paul Davisfinalize PROGRAM_NAME change for ardour3
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-09 David RobillardAdd keyboard shortcut to tooltip text where possible.
2010-01-25 Paul Davisa boatload of minor and middle-sized changes to try...
2009-12-23 Carl HetheringtonGive titles to Gtkmm2ext::Choice prompts, and do some...
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
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-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-11 Paul Davismake all use of bind/mem_fun be explicitly sigc::
2009-12-05 Carl HetheringtonClean up and comment PortMatrix event handling a bit.
2009-12-04 Carl HetheringtonSave some unnecessary updates of the processor box.
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 Davisadd ctrl-a to select all processors in a 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-27 Paul Davisuse older gtkmm API to give key focus ability to the...
2009-11-26 Carl HetheringtonAllow processor box to get a vertical scrollbar. Make...
2009-11-25 Carl HetheringtonFix hotkeys in the processor box.
2009-11-25 Paul Daviscarl's wondrous DnD VBox patch - processor boxes are...
next