summaryrefslogtreecommitdiffstats
path: root/src/server/EventWriter.hpp
AgeCommit message (Expand)AuthorFilesLines
2017-03-20Fix round-trip preservation of property contextsDavid Robillard1-2/+4
2017-02-15Move Properties out of ResourceDavid Robillard1-6/+6
2016-09-18Fix undo after redoDavid Robillard1-1/+2
2016-07-30Add undo supportDavid Robillard1-3/+11
2015-06-09Server side loading.David Robillard1-2/+2
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-02-08Server-side copy paste with LV2 state support.David Robillard1-0/+3
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-2/+2
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-6/+6
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-08-19Patch => GraphDavid Robillard1-1/+1
2012-08-14Update for latest Raul.David Robillard1-1/+1
2012-07-26Report subject with errors to client for more meaningful error messages.David Robillard1-1/+1
2012-05-10Use SharedPtr references to Interfaces to keep things sane.David Robillard1-4/+10
2012-05-10Bidirectional socket communication (GUI once again works remotely).David Robillard1-6/+6
2012-05-09Simply event interface design and make only one pre-process thread.David Robillard1-8/+3
2012-05-03Separate EventWriter interface from EventQueue.David Robillard1-0/+102