summaryrefslogtreecommitdiffstats
path: root/src/server/EventWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-12-24Clean up includes in public headersDavid Robillard1-1/+1
2017-12-16Make events take the corresponding message directlyDavid Robillard1-50/+26
2017-12-16Move sequence numbers into messages and simplify interfacesDavid Robillard1-25/+18
2017-12-16Remove empty destructorDavid Robillard1-4/+0
2017-12-16Add Message struct and remove tons of interface boilerplateDavid Robillard1-38/+33
2017-03-20Fix round-trip preservation of property contextsDavid Robillard1-9/+10
2017-02-15Move Properties out of ResourceDavid Robillard1-6/+6
2016-07-30Add undo supportDavid Robillard1-12/+57
2016-07-29Use more terse patch:Put for canvas positionsDavid Robillard1-7/+2
2015-08-29Avoid map::emplace to accomodate old GCC.David Robillard1-5/+4
2015-08-12Server-side presets.David Robillard1-4/+4
2015-06-09Server side loading.David Robillard1-3/+3
2015-04-04Update copyright dates.David Robillard1-1/+1
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