Merge remote-tracking branch 'remotes/origin/cairocanvas' into windows
[ardour.git] / libs / surfaces / osc / osc.cc
2013-09-21 John EmmasMerge remote-tracking branch 'remotes/origin/cairocanva...
2013-09-18 Paul DavisMerge branch 'master' into windows
2013-09-17 Paul Davisfix conflicts and merge with master
2013-09-14 Paul DavisMerge branch 'master' into windows
2013-09-14 Paul DavisMerge branch 'master' into windows
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-12 Paul Davismerge with master
2013-09-12 Paul Davisincomplete merge of master into windows (requires upcom...
2013-09-06 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-08-24 Paul Davisfix merge conflicts from master
2013-08-02 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul Davisfix merge conflict from master
2013-07-17 Paul DavisMerge branch 'master' into windows
2013-07-17 John EmmasMerge branch 'windows' of git://git.ardour.org/ardour...
2013-07-15 Paul Davisuse g_unlink() rather than unlink() universally, requir...
2013-06-14 Paul Davismerge with master
2013-06-09 Paul DavisMerge branch 'master' of git@git.ardour.org:ardour...
2013-06-07 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-06-07 Robin GareusRevert all close-on-exec changes from earlier today
2013-06-07 Paul DavisMerge branch 'master' into cairocanvas
2013-06-07 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-06-07 Robin Gareusmore OSC socket fcntl() close-on-exec
2013-06-07 Robin GareusOSC bail out if server cannot be started
2013-06-07 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-06-07 Robin Gareusclose network sockets on fork
2013-06-06 Robin Gareusfix compiler warnings
2013-06-06 Paul Daviscorrect previous premature commit re: OSC and send...
2013-06-06 Paul Davisimplement OSC /ardour/route/send/gainabs and /ardour...
2012-10-24 Paul Davissave + restore OSC active+feedback state (#5023)
2012-06-23 Tim MayberryRemove unused or unnecessary header includes
2012-06-23 Tim MayberryUse std::string instead of PBD::sys::path in pbd/search...
2012-06-09 Carl HetheringtonSend OSC URL announcement to the info stream.
2012-05-18 Paul Davismajor rationalization of use of search paths. ardour...
2012-05-14 Paul Davisremove inclusion of boost/signasl2.hpp
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...