summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_processor_selection.cc
AgeCommit message (Expand)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2018-09-21Fix --no-nls (5/5), i18n.h include order in gtk2_ardourRobin Gareus
2018-01-27Emit a single change when changing track selection in the mixer.Robin Gareus
2017-11-23Make static analysis happy..Robin Gareus
2017-07-12Honor groups for mixer selectionRobin Gareus
2017-05-05use CoreSelection for track selectionPaul Davis
2017-02-27fix crash caused by thinko in 123fcf3cfPaul Davis
2017-02-25fix potential crash bug in RouteProcessorSelectionPaul Davis
2017-02-25prevent double-emission of PresentationInfo::Change when making mixer-view se...Paul Davis
2017-01-30prevent crash when deselecting track from mixer.Paul Davis
2017-01-27remove editor/mixer selection change signals; make editor and mixer use Prese...Paul Davis
2016-11-10prevent crash during track-deletion (un-selecting deleted tracks)Robin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-06many changes associated with rationalizing selection flowPaul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-04-17Don't modify a RouteUISelection that we've just erasedJohn Emmas
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-11-15provide link-editor-and-mixer-selection option. gui implementation is slightl...Paul Davis
2011-11-04drastic overhaul of keyboard handling in mixer window. real bindings, key eve...Paul Davis
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-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-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2007-08-01use XML state to store processors in mixer (strips) and fixup crash caused by...Paul Davis
2007-06-27Renamed Insert to Processor and Redirect to IOProcessor.David Robillard