fix crash caused by thinko in 123fcf3cf
[ardour.git] / gtk2_ardour / route_processor_selection.cc
2017-02-27 Paul Davisfix crash caused by thinko in 123fcf3cf
2017-02-25 Paul Davisfix potential crash bug in RouteProcessorSelection
2017-02-25 Paul Davisprevent double-emission of PresentationInfo::Change...
2017-01-30 Paul Davisprevent crash when deselecting track from mixer.
2017-01-27 Paul Davisremove editor/mixer selection change signals; make...
2016-11-10 Robin Gareusprevent crash during track-deletion (un-selecting delet...
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-06 Paul Davismany changes associated with rationalizing selection...
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-04-17 John EmmasDon't modify a RouteUISelection that we've just erased
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-04-25 Paul Davisremove the apparently unnecessary "ui_bind()" macro...
2011-11-15 Paul Davisprovide link-editor-and-mixer-selection option. gui...
2011-11-04 Paul Davisdrastic overhaul of keyboard handling in mixer window...
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-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-11 Paul Davismake all use of bind/mem_fun be explicitly sigc::
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2007-08-01 Paul Davisuse XML state to store processors in mixer (strips...
2007-06-27 David RobillardRenamed Insert to Processor and Redirect to IOProcessor.