summaryrefslogtreecommitdiffstats
path: root/src/server/EventWriter.hpp
AgeCommit message (Expand)AuthorFilesLines
2020-08-02Fix unnecessary parameter copiesDavid Robillard1-1/+1
2019-03-09Clean up includes and forward declarationsDavid Robillard1-6/+4
2018-09-23Use lowercase namespace namesDavid Robillard1-4/+4
2018-01-21Use C++ style includes for standard language headersDavid Robillard1-1/+0
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-3/+1
2017-12-18Fix override specifiersDavid Robillard1-3/+5
2017-12-16Move sequence numbers into messages and simplify interfacesDavid Robillard1-3/+0
2017-12-16Remove empty destructorDavid Robillard1-1/+0
2017-12-16Add Message struct and remove tons of interface boilerplateDavid Robillard1-44/+18
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