summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_params_ui.cc
AgeCommit message (Expand)Author
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-12-05Clean up and comment PortMatrix event handling a bit.Carl Hetherington
2009-11-30Various optimisations to speed up rec-enable.Carl Hetherington
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-07-22Various fixups to bundle manager. Add a separator between the benign and mor...Carl Hetherington
2009-07-19Port matrix tweaks: scroll wheel support; use the correct verb for disassocia...Carl Hetherington
2009-07-13merge pre- and post-fader processor boxes; start removing Placement (not fini...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-07Returns (i.e. sidechains).David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-01-30first pass at internal sends. this is a very tentative work in progress, and ...Paul Davis
2009-01-20New matrix-based editor for connections and bundles, based on thorwil's design.Carl Hetherington
2009-01-13Improvements to the port matrix (I think). Sizing of the cairo section shoul...Carl Hetherington
2008-12-08partial patch/partial by-hand merge of 2.X commits 3169&3170 to 3.X codebasePaul Davis
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-10-19Fix spelling of Busses to match the rest of the UICarl Hetherington
2007-06-29Further automation refactoring - bring in the concept of Controllable, work t...David Robillard
2007-06-28add basic support for the griffin powermate (a control surface) (from ben lof...Paul Davis
2007-06-27allow user tweaking of everything that might have inherent latency; add GUI f...Paul Davis
2007-06-27Renamed Insert to Processor and Redirect to IOProcessor.David Robillard
2007-06-23Insert/Redirect refactoring, towards better MIDI support in mixer strip, andDavid Robillard
2007-06-20Split PortInsert and PluginInsert into their own files.David Robillard
2007-05-18Rename ARDOUR::Connection to ARDOUR::Bundle, a few minor cleanups along the way.Carl Hetherington
2007-05-10Switched some missed .get(DataType::AUDIO) -> n_audio.David Robillard
2007-03-18fix rect redraw problem(s); make zoom range rect visible again at the right t...Paul Davis
2007-03-13Removed unused MeterBridgeStrip and MeterBridge classes.Taybin Rutkin
2007-03-05new design for region dragging; make add route dialog float over the correct ...Paul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2006-12-20small but major fix for Controllable state storage (do not create illegal XML...Paul Davis
2006-11-22patch from brian to get consistent menu behaviourPaul Davis
2006-08-25use shared_ptr<> for all region handlingPaul Davis
2006-08-17further optimizations for multiple-track-at-once addition. as in "whoah!"Paul Davis
2006-08-10Removed unnecessary AudioEngine argument to FooPluginUIs.Taybin Rutkin
2006-08-09Renamed PluginUI to LadspaPluginUI to make things more clear.Taybin Rutkin
2006-07-27added RCU handling of Session route list, and major use of shared_ptr<T> ever...Paul Davis
2006-06-21the return of VST supportPaul Davis
2006-06-14use libsndfile for all audio file i/o, and rename DiskStream AudioDiskStreamPaul Davis
2006-06-07Merged timbyr's win32 branch. -r 547:566.Taybin Rutkin
2006-05-06brought the track/bus inspector back to lifeJesse Chappell
2006-04-29more tranzport lowlevel fixes and rebindingPaul Davis
2006-01-17a metric boatload of changes; plugin UIs work, adding tracks work, redirect l...Paul Davis
2005-11-28mega commit to remove gtk_object cruft, and much other stuffPaul Davis
2005-11-26compiles and runs, but crashes ... duhPaul Davis
2005-11-12incomplete changes based on karsten's megapatchPaul Davis