Merge branch 'uk-english'
[ardour.git] / libs / surfaces / osc / osc.cc
2012-04-25 Paul Davisremove the apparently unnecessary "ui_bind()" macro...
2012-04-23 Paul DavisControlProtocol doesn't actually need any record of...
2011-09-30 Paul Davisfixes for 98% of all the warnings/errors reported by...
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2011-01-19 Carl HetheringtonLincoln's OSC clean-ups (#3716).
2010-12-11 Carl HetheringtonFix a few tiny memory leaks.
2010-12-05 Paul Davispart of lincoln's patches for OSC/ardroid
2010-12-03 Paul Davisprovide access to plugin parameters from OSC. not teste...
2010-11-28 Paul Davisadd non-functional meta-controls for 2in/2out panning...
2010-07-24 Paul Davisstep editing now accessed via a context menu on MIDI...
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-03-16 Paul Davischanges from 2.X starting in march 2009 through oct...
2010-01-24 Paul Davisset thread name for OSC event loop/thread
2010-01-24 Paul Davisadd thread registration for OSC event loop/thread
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-09 Paul DavisOSC is now driven by an event loop; fix up lifetime...
2009-12-09 Paul Davismajor design changes: use glib event loop for MIDI...
2009-12-04 Paul Daviscross-thread handling of SessionEvent allocation/deallo...
2009-10-30 David RobillardFix angle bracket project-local include paths.
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-04-16 Paul Davispart 2 of 3 of the 2.8 -> 3.0 merge
2009-01-30 Paul Davisfirst pass at internal sends. this is a very tentative...
2009-01-15 Paul DavisOSC becomes a control protocol object; make ardev_commo...