summaryrefslogtreecommitdiffstats
path: root/src/server/EventWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-02-08Server-side copy paste with LV2 state support.David Robillard1-0/+9
2014-02-02Disable responses in the usual case where the UI doesn't care.David Robillard1-1/+1
2014-01-31Subscribe to ports before instantiating plugin UIs (fix #954).David Robillard1-3/+5
2014-01-18Consolidate URIs.David Robillard1-1/+1
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-3/+3
2013-01-11Use type safe enumerations.David Robillard1-2/+2
2013-01-11C++11-safe conversions.David Robillard1-1/+3
2012-08-19Patch => GraphDavid Robillard1-2/+2
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-2/+0
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-1/+1
2012-06-29Fix crashes caused by events attempting to respond to deleted clients (fix #8...David Robillard1-9/+9
2012-05-23Trim unnecessary includes.David Robillard1-6/+0
2012-05-23SetMetadata => Delta.David Robillard1-6/+6
2012-05-22More work on test suite.David Robillard1-6/+1
2012-05-14Remove Thread context stuff and add a thread-specific variable class, ThreadV...David Robillard1-1/+1
2012-05-12Remove Ping event and associated cruft.David Robillard1-28/+9
2012-05-11Clean up and better document World interface.David Robillard1-1/+1
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard1-22/+15
2012-05-10Use SharedPtr references to Interfaces to keep things sane.David Robillard1-16/+11
2012-05-10Bidirectional socket communication (GUI once again works remotely).David Robillard1-47/+41
2012-05-09Simply event interface design and make only one pre-process thread.David Robillard1-14/+12
2012-05-03Separate EventWriter interface from EventQueue.David Robillard1-0/+188