summaryrefslogtreecommitdiffstats
path: root/src/server/Broadcaster.hpp
AgeCommit message (Expand)AuthorFilesLines
2016-07-30Add undo supportDavid Robillard1-1/+3
2015-06-09Server side loading.David Robillard1-3/+3
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-02-17Delete trailing whitespace.David Robillard1-1/+1
2015-02-09Fix broadcasting to several clients.David Robillard1-18/+15
2015-02-08Server-side copy paste with LV2 state support.David Robillard1-0/+5
2014-01-31Subscribe to ports before instantiating plugin UIs (fix #954).David Robillard1-2/+14
2014-01-24Fix various whitespace and formatting issues.David Robillard1-1/+0
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-3/+3
2013-02-04Replace Raul::thread with std::thread.David Robillard1-4/+3
2013-02-03Fix compilation with Clang 3.1.David Robillard1-1/+2
2013-02-02Add option to enable/disable canvas animation (fix/avoid #879).David Robillard1-4/+17
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-5/+4
2013-01-12Lint.David Robillard1-1/+1
2013-01-11Use range-based for loops where possible.David Robillard1-2/+2
2013-01-11Use type safe enumerations.David Robillard1-1/+1
2012-12-23Use more sensible URI scheme for Ingen paths.David Robillard1-1/+1
2012-12-21Strip trailing whitespace.David Robillard1-1/+1
2012-12-21Fix UI operation via socket.David Robillard1-0/+1
2012-12-21Add Broadcaster::Transfer for scoped recursion-safe reply bundling.David Robillard1-0/+25
2012-08-19Patch => GraphDavid Robillard1-2/+2
2012-08-18Node => BlockDavid Robillard1-3/+3
2012-08-14Update for latest Raul.David Robillard1-1/+1
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-2/+0
2012-07-26Report subject with errors to client for more meaningful error messages.David Robillard1-1/+1
2012-05-15Remove dead code.David Robillard1-2/+0
2012-05-14Remove Thread context stuff and add a thread-specific variable class, ThreadV...David Robillard1-0/+126