summaryrefslogtreecommitdiff
path: root/gtk2_ardour/processor_box.cc
AgeCommit message (Expand)Author
2009-12-05Clean up and comment PortMatrix event handling a bit.Carl Hetherington
2009-12-04Save some unnecessary updates of the processor box.Carl Hetherington
2009-12-04Make processor box send faders adjust their size correctly.Carl Hetherington
2009-11-30Various optimisations to speed up rec-enable.Carl Hetherington
2009-11-30remove "New Return" menu option from processor box; make return toggle proces...Paul Davis
2009-11-28add ctrl-a to select all processors in a processor boxPaul Davis
2009-11-28fully remove per-processor activate/deactivate from processor box (sorry carl :)Paul Davis
2009-11-28add back activate/deactivate menu options for processor boxPaul Davis
2009-11-27use older gtkmm API to give key focus ability to the processor boxPaul Davis
2009-11-26Allow processor box to get a vertical scrollbar. Make processor name text a ...Carl Hetherington
2009-11-25Fix hotkeys in the processor box.Carl Hetherington
2009-11-25carl's wondrous DnD VBox patch - processor boxes are now vboxes and not listv...Paul Davis
2009-11-23Don't offer to make an internal send to ourselves or to a route that we alrea...Carl Hetherington
2009-11-23Prettify rename processor dialogue slightly.Carl Hetherington
2009-11-20make strip-as-GUI-for-send work for metering too ; frame around session summa...Paul Davis
2009-11-19reset aux send menu item as appropriate; make sure that Aux role for any deli...Paul Davis
2009-11-19add new Graph debug bit ; make adding aux sends really workPaul Davis
2009-11-19add track/bus now allows specifying aux or direct bus role; processor box men...Paul Davis
2009-11-18add "custom" meter option which is the only option where the meter processor ...Paul Davis
2009-11-15Fix some memory leaks in the plugin menu.Carl Hetherington
2009-10-23Make deferred plugin stuff work with old compiler or different sigc version o...David Robillard
2009-10-22Defer plugin discovery until actually needed (significant startup time improv...David Robillard
2009-10-19Tidy up window titles, according to GNOME HIG and as suggested in mantis 2803.Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-10-08three recent fixes from 2.0-ongoing (RT on by default, Mackie port name nonse...Paul Davis
2009-10-02add processor-same-as-route-name fix, modified from 2.X version; clean up CMT...Paul Davis
2009-09-13permit sends to show up in processor box, by handling delete event and sendin...Paul Davis
2009-08-03Patch from drmoore to fix mantis 2807 (crash on creating new return)Carl Hetherington
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-21fix clicking when processors become active/inactive; reduce crazy 2.5sec dela...Paul Davis
2009-07-15more hacking on the processor list and processor box - note that ctrl-x/c/v n...Paul Davis
2009-07-15processor naming tweaks, processor visibility tweaks and more, trying to fini...Paul Davis
2009-07-14fix broken accels in mixer window BUT note that processor box now swallows ke...Paul Davis
2009-07-13traverso-style mixer window bindings. note: messes up some bindings when mous...Paul Davis
2009-07-13merge pre- and post-fader processor boxes; start removing Placement (not fini...Paul Davis
2009-07-01separate solo & listen. some minor fixes and additional related fixes still t...Paul Davis
2009-06-09the big Route structure refactor. !!!! THIS WILL ***NOT LOAD*** PRIOR 3.0 or...Paul Davis
2009-05-1775% (?) of the way towards making mixer strips control bus sends. lots more t...Paul Davis
2009-05-16a gadzillion changes all over the place. nothing is finished, but all is bett...Paul Davis
2009-05-13more work on the new all-Processor-all-The-Time redesign of Route - LOTS OF B...Paul Davis
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-05-07Returns (i.e. sidechains).David Robillard
2009-05-07The great audio processing overhaul.David Robillard
2009-05-04Preliminary MIDI plugin support.David Robillard
2009-04-15first half of the mega-by-hand-commit-by-commit merge from 2.XPaul Davis
2009-03-07fix crash when renaming a track after deleting a plugin that had a visible GU...Paul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-14Make DnD copy processors using their XML representations. Remove unusedCarl Hetherington
2009-02-14Fix send copying by paste and drag n drop.Carl Hetherington
2009-01-30first pass at internal sends. this is a very tentative work in progress, and ...Paul Davis