summaryrefslogtreecommitdiff
path: root/gtk2_ardour/send_ui.cc
AgeCommit message (Expand)Author
2011-02-22remove semantic-free Panner::Changed signal; make mackie code pay attention t...Paul Davis
2011-01-11show_all() more selectively so that unwanted notebook tabs don't appear in Se...Carl Hetherington
2011-01-10Remove erroneous handling of input IO for sends, which don't have them. Fixe...Carl Hetherington
2010-09-02fix a variety of unused argument errors noted by gcc 4.3.2 on x86Paul Davis
2010-08-30Auto-connect outputs that appear as a result of e.g. instruments being added ...Carl Hetherington
2010-05-08Remove use of i18n macros in headers. Prevents our gettext.h being included ...Carl Hetherington
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
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-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-12-04Make processor box send faders adjust their size correctly.Carl Hetherington
2009-10-30Trim session.h include dependency tree.David Robillard
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-21fix clicking when processors become active/inactive; reduce crazy 2.5sec dela...Paul Davis
2009-06-09the big Route structure refactor. !!!! THIS WILL ***NOT LOAD*** PRIOR 3.0 or...Paul Davis
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-05-07Returns (i.e. sidechains).David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-01-30Trim include dependency graph, especially for io.h and session.h.David Robillard
2009-01-22Fix send editing.Carl Hetherington
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
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
2007-10-11merge from 2.0-ongoing by hand, minus key binding editorPaul Davis
2007-06-23Insert/Redirect refactoring, towards better MIDI support in mixer strip, andDavid Robillard
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2006-10-18more object lifetime management fixes, plus a couple of tiny cleanupsPaul Davis
2006-09-25the BIG CONFIG patchPaul Davis
2006-08-25use shared_ptr<> for all region handlingPaul Davis
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-04-10a) moved metering and meter falloff code into libardourPaul Davis
2005-10-06a few more header files fixes, plus cleanup from nick_m, and the start of Act...Paul Davis
2005-09-25replaced slot() with mem_fun() and ptr_fun().Taybin Rutkin
2005-09-25Fly my pretties!Taybin Rutkin
2005-09-25Initial import of gtk2_ardour.Taybin Rutkin