summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_params_ui.cc
AgeCommit message (Expand)Author
2011-06-01Delete trailing whitespaceDavid Robillard
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-09-02fix a variety of unused argument errors noted by gcc 4.3.2 on x86Paul Davis
2010-08-31fix up the port insert I/O GUIPaul Davis
2010-08-17forward port 2.X changes up to and including rev 6767Paul Davis
2010-05-31remove almost-unusued stop_signal.h and clean up the one (unused) place where...Paul Davis
2010-05-02A little copy-editing.Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-03-16fix previous patch from lucusPaul Davis
2010-03-16patch from lucus for long names in trackbus inspectorPaul Davis
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
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