changes to help strp silence
[ardour.git] / gtk2_ardour / processor_box.cc
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...
2009-11-23 Carl HetheringtonDon't offer to make an internal send to ourselves or...
2009-11-23 Carl HetheringtonPrettify rename processor dialogue slightly.
2009-11-20 Paul Davismake strip-as-GUI-for-send work for metering too ;...
2009-11-19 Paul Davisreset aux send menu item as appropriate; make sure...
2009-11-19 Paul Davisadd new Graph debug bit ; make adding aux sends really...
2009-11-19 Paul Davisadd track/bus now allows specifying aux or direct bus...
2009-11-18 Paul Davisadd "custom" meter option which is the only option...
2009-11-15 Carl HetheringtonFix some memory leaks in the plugin menu.
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-19 Carl HetheringtonTidy up window titles, according to GNOME HIG and as...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-10-08 Paul Davisthree recent fixes from 2.0-ongoing (RT on by default...
2009-10-02 Paul Davisadd processor-same-as-route-name fix, modified from...
2009-09-13 Paul Davispermit sends to show up in processor box, by handling...
2009-08-03 Carl HetheringtonPatch from drmoore to fix mantis 2807 (crash on creatin...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-21 Paul Davisfix clicking when processors become active/inactive...
2009-07-15 Paul Davismore hacking on the processor list and processor box...
2009-07-15 Paul Davisprocessor naming tweaks, processor visibility tweaks...
2009-07-14 Paul Davisfix broken accels in mixer window BUT note that process...
2009-07-13 Paul Davistraverso-style mixer window bindings. note: messes...
2009-07-13 Paul Davismerge pre- and post-fader processor boxes; start removi...
2009-07-01 Paul Davisseparate solo & listen. some minor fixes and additional...
2009-06-09 Paul Davisthe big Route structure refactor. !!!! THIS WILL ...
2009-05-17 Paul Davis75% (?) of the way towards making mixer strips control...
2009-05-16 Paul Davisa gadzillion changes all over the place. nothing is...
2009-05-13 Paul Davismore work on the new all-Processor-all-The-Time redesig...
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-05-07 David RobillardReturns (i.e. sidechains).
2009-05-07 David RobillardThe great audio processing overhaul.
2009-05-04 David RobillardPreliminary MIDI plugin support.
2009-04-15 Paul Davisfirst half of the mega-by-hand-commit-by-commit merge...
2009-03-07 Paul Davisfix crash when renaming a track after deleting a plugin...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-14 Carl HetheringtonMake DnD copy processors using their XML representation...
2009-02-14 Carl HetheringtonFix send copying by paste and drag n drop.
2009-01-30 Paul Davisfirst pass at internal sends. this is a very tentative...
2009-01-21 Carl HetheringtonFix sends.
2008-12-16 Carl HetheringtonImplement #2425: option for automation to follow region...
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-12-08 Paul Davispartial patch/partial by-hand merge of 2.X commits...
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-04-17 Hans Baier* added All/None/Invert Buttons to MidiMultipleChannelS...
2008-03-17 Paul Davismerge with 2.0-ongoing @ rev 3147
2008-02-16 David RobillardMerge with 2.0-ongoing R3071.
2008-01-19 David RobillardMerge with 2.0-ongoing R2943.
2008-01-10 David RobillardMerge libs/ardour and gtk2_ardour with 2.0-ongoing...
2007-10-12 Paul Davisfixup keybinding editor binding action; restore some...
2007-10-11 Paul Davismerge from 2.0-ongoing by hand, minus key binding editor
2007-08-02 Paul Davisfix bad dynamic cast
2007-08-01 Paul Davisuse XML state to store processors in mixer (strips...
2007-07-07 Doug McLainfinish show() stuff for mixer strip and friends
2007-07-07 Doug McLainmore show() stuff, and replaced strip->show_all();...
2007-06-29 David RobillardFurther automation refactoring - bring in the concept...
2007-06-28 Paul Davisadd basic support for the griffin powermate (a control...
2007-06-27 David RobillardRenamed Insert to Processor and Redirect to IOProcessor.