summaryrefslogtreecommitdiffstats
path: root/src/server/events/Delta.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-14Fix potential store deadlockDavid Robillard1-1/+1
2016-10-14Fix sequence ports with valuesDavid Robillard1-2/+3
2016-10-13Clean up protocol documentationDavid Robillard1-28/+0
2016-10-02Defer graph compilation in atomic bundlesDavid Robillard1-5/+8
2016-10-02Add parallelism-aware graph traversalDavid Robillard1-2/+5
2016-09-18Add fancy communication loggingDavid Robillard1-22/+0
2016-09-11Remove last vestiges of multiple run contextsDavid Robillard1-1/+1
2016-08-01Fix compilation on OSXDavid Robillard1-2/+0
2016-07-31Support thread-safe state restorationDavid Robillard1-1/+1
2016-07-30Add undo supportDavid Robillard1-7/+50
2016-07-29Use more Turtley debug dump outputDavid Robillard1-5/+5
2016-07-29Use more terse patch:Put for canvas positionsDavid Robillard1-9/+3
2015-11-23Fix crash when request contains invalid path URIDavid Robillard1-1/+6
2015-10-30Update clients when plugins are unloaded/reloadedDavid Robillard1-4/+21
2015-10-30Add protocol for loading and unloading bundlesDavid Robillard1-1/+64
2015-10-25Create all graphs the same wayDavid Robillard1-1/+1
2015-09-04Fix various atom conversion issues.David Robillard1-13/+17
2015-08-29Set properties uniquely for set method.David Robillard1-4/+10
2015-08-12Server-side presets.David Robillard1-5/+49
2015-07-25Fix crash when loading presets with invalid ports.David Robillard1-1/+1
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-02-19Server side presets.David Robillard1-1/+62
2015-02-09Fix broadcasting to several clients.David Robillard1-1/+1
2015-02-08Server-side copy paste with LV2 state support.David Robillard1-31/+36
2015-02-06Remove gthread dependency from engine.David Robillard1-8/+7
2015-01-15Node bypass.David Robillard1-6/+16
2014-02-02Don't cut feedback for put events, fixing initial placement of subgraph modules.David Robillard1-2/+5
2014-02-01Make SetPortValue event for ingen:activity.David Robillard1-1/+1
2014-01-31Subscribe to ports before instantiating plugin UIs (fix #954).David Robillard1-6/+17
2014-01-24Fix various whitespace and formatting issues.David Robillard1-1/+0
2014-01-24Don't take poly lock when creating nodes.David Robillard1-1/+1
2014-01-24Remove redundant and unnecessary properties from saved graphs and protocol.David Robillard1-2/+10
2014-01-24Update for latest LV2 Atom Object simplifications.David Robillard1-1/+1
2014-01-18Consolidate URIs.David Robillard1-5/+5
2014-01-18Fix crashes when LV2 host changes polyphony rapidly.David Robillard1-0/+13
2013-12-25Fix handling setting of several special properties per request.David Robillard1-5/+9
2013-11-01Remove unused typedefs.David Robillard1-2/+0
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-2/+2
2013-02-02More generic Atom class.David Robillard1-10/+10
2013-02-02Add option to enable/disable canvas animation (fix/avoid #879).David Robillard1-3/+9
2013-01-22Fix compilation with Delta debug dumping enabled.David Robillard1-1/+1
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-9/+9
2013-01-11Use range-based for loops where possible.David Robillard1-20/+18
2013-01-11Use type safe enumerations.David Robillard1-30/+31
2012-12-21Fix memory leaks.David Robillard1-2/+1
2012-12-21Add Broadcaster::Transfer for scoped recursion-safe reply bundling.David Robillard1-0/+2
2012-11-18Fix learn for Trigger and Internal nodes.David Robillard1-2/+9
2012-08-19GraphObject => NodeDavid Robillard1-7/+7
2012-08-19Patch => GraphDavid Robillard1-20/+20
2012-08-18Node => BlockDavid Robillard1-13/+13