independent panning for external sends
[ardour.git] / gtk2_ardour / send_ui.cc
2014-01-13 Robin Gareusindependent panning for external sends
2014-01-05 Robin Gareusupdate slider rendering & set style for faders
2013-09-03 Paul DavisMerge branch 'master' into audioengine
2013-08-23 Robin Gareusdon't run meter in import-dialog if the dialog is not...
2013-07-07 Robin Gareuswindow delete/hide is managed by WMProxy (amend to...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-04-25 Paul Davisremove the apparently unnecessary "ui_bind()" macro...
2011-12-04 Paul Davisdo not show panner GUI in external send UI, to avoid...
2011-11-19 David RobillardOnly use ArdourDialog (and thus Gtk::Dialog) for actual...
2011-02-22 Paul Davisremove semantic-free Panner::Changed signal; make macki...
2011-01-11 Carl Hetheringtonshow_all() more selectively so that unwanted notebook...
2011-01-10 Carl HetheringtonRemove erroneous handling of input IO for sends, which...
2010-09-02 Paul Davisfix a variety of unused argument errors noted by gcc...
2010-08-30 Carl HetheringtonAuto-connect outputs that appear as a result of e.g...
2010-05-08 Carl HetheringtonRemove use of i18n macros in headers. Prevents our...
2010-05-02 Carl HetheringtonA little copy-editing.
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
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-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 HetheringtonMake processor box send faders adjust their size correctly.
2009-10-30 David RobillardTrim session.h include dependency tree.
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-07-22 Carl HetheringtonVarious fixups to bundle manager. Add a separator...
2009-07-21 Paul Davisfix clicking when processors become active/inactive...
2009-06-09 Paul Davisthe big Route structure refactor. !!!! THIS WILL ...
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-05-07 David RobillardReturns (i.e. sidechains).
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-01-30 David RobillardTrim include dependency graph, especially for io.h...
2009-01-22 Carl HetheringtonFix send editing.
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
2007-10-11 Paul Davismerge from 2.0-ongoing by hand, minus key binding editor
2007-06-23 David RobillardInsert/Redirect refactoring, towards better MIDI suppor...
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-03-18 David RobillardMerged with trunk R1612.
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
2006-10-21 David RobillardMerged with trunk R992.
2006-10-18 Paul Davismore object lifetime management fixes, plus a couple...
2006-09-25 Paul Davisthe BIG CONFIG patch
2006-08-29 David RobillardMerged with trunk R861
2006-08-25 Paul Davisuse shared_ptr<> for all region handling
2006-08-04 Hans Fugal r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
2006-07-28 David RobillardMerged with trunk R708
2006-07-27 Paul Davisadded RCU handling of Session route list, and major...
2006-06-26 David RobillardLarge nasty commit in the form of a 5000 line patch...
2006-06-22 Hans FugalMerging from trunk
2006-06-21 Paul Davisthe return of VST support
2006-04-10 Paul Davisa) moved metering and meter falloff code into libardour
2005-10-06 Paul Davisa few more header files fixes, plus cleanup from nick_m...
2005-09-25 Taybin Rutkinreplaced slot() with mem_fun() and ptr_fun().
2005-09-25 Taybin RutkinFly my pretties!
2005-09-25 Taybin RutkinInitial import of gtk2_ardour.