summaryrefslogtreecommitdiff
path: root/gtk2_ardour/send_ui.cc
AgeCommit message (Expand)Author
2019-09-29NO-OP: whitespaceRobin Gareus
2019-09-29Fix External Send GUIRobin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-04-13NO-OP: whitespaceRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-01-25GainMeter(Base) now has an explicit gain control given to itPaul Davis
2015-01-01Move Timers/Timeouts from ARDOUR_UI into functions in timers.h and use PBD::T...Tim Mayberry
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-01-14merge (with conflict fixes) with master (even against rgareus' recommendation)Paul Davis
2014-01-13ProcessorWindowProxy::processor_going_away takes care of deletionRobin Gareus
2014-01-13independent panning for external sendsRobin Gareus
2014-01-13allow to custom select panner-type for each delivery.Robin Gareus
2014-01-13ProcessorWindowProxy::processor_going_away takes care of deletionRobin Gareus
2014-01-13independent panning for external sendsRobin Gareus
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2014-01-05update slider rendering & set style for fadersRobin Gareus
2013-10-03'gtk2_ardour' - Add namespaces + casting where necessary + general bits of 'c...John Emmas
2013-08-23don't run meter in import-dialog if the dialog is not visibleRobin Gareus
2013-07-07window delete/hide is managed by WMProxy (amend to cb6f16ac)Robin Gareus
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2011-12-04do not show panner GUI in external send UI, to avoid confusion (#4531)Paul Davis
2011-11-19Only use ArdourDialog (and thus Gtk::Dialog) for actual dialogs.David Robillard
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