summaryrefslogtreecommitdiffstats
path: root/src/server/events
AgeCommit message (Expand)AuthorFilesLines
2016-07-31Support thread-safe state restorationDavid Robillard1-1/+1
2016-07-30Add undo supportDavid Robillard24-26/+396
2016-07-30Fix mismatched include guardDavid Robillard1-3/+3
2016-07-29Use more Turtley debug dump outputDavid Robillard1-5/+5
2016-07-29Use more terse patch:Put for canvas positionsDavid Robillard1-9/+3
2016-07-27Add unit tests for CopyDavid Robillard1-1/+1
2015-11-23Fix crash when request contains invalid path URIDavid Robillard1-1/+6
2015-10-30Update clients when plugins are unloaded/reloadedDavid Robillard6-161/+28
2015-10-30Add protocol for loading and unloading bundlesDavid Robillard2-2/+66
2015-10-26Use a set for providers and dependantsDavid Robillard2-14/+8
2015-10-26Use consistant names for incident portsDavid Robillard2-53/+53
2015-10-26Use URIDs almost everywhereDavid Robillard1-1/+1
2015-10-25Fix saving and loading of copy-pasted blocksDavid Robillard2-13/+13
2015-10-25Create all graphs the same wayDavid Robillard5-24/+109
2015-10-25Fix status code when port existsDavid Robillard1-1/+1
2015-10-25Document protocolDavid Robillard4-56/+3
2015-10-24Zero-copy to/from driver ports where possibleDavid Robillard4-27/+44
2015-10-23Speed up multi-deletionDavid Robillard2-8/+2
2015-09-04Fix various atom conversion issues.David Robillard4-20/+26
2015-08-29Avoid map::emplace to accomodate old GCC.David Robillard1-4/+4
2015-08-29Set properties uniquely for set method.David Robillard1-4/+10
2015-08-12Fix URI comparison issues.David Robillard1-1/+1
2015-08-12Server-side presets.David Robillard4-13/+91
2015-07-25Fix crash when loading presets with invalid ports.David Robillard1-1/+1
2015-06-09Server side loading.David Robillard2-56/+97
2015-05-30Preliminary server-side save support.David Robillard2-16/+66
2015-05-25Use ingen:/ as base URI on the wire.David Robillard1-1/+1
2015-05-14Fix ingen:prototype compatibility.David Robillard1-3/+3
2015-04-04Update copyright dates.David Robillard22-22/+22
2015-04-03Use lv2:prototype and deprecate ingen:prototype.David Robillard2-5/+21
2015-02-19Server side presets.David Robillard4-4/+80
2015-02-17Delete trailing whitespace.David Robillard2-2/+2
2015-02-09Fix broadcasting to several clients.David Robillard1-1/+1
2015-02-09Stable sort update only by depth to preserve port order.David Robillard2-6/+10
2015-02-08Don't complain about missing ports when deleting things.David Robillard3-5/+7
2015-02-08Server-side copy paste with LV2 state support.David Robillard11-134/+379
2015-02-06Remove gthread dependency from engine.David Robillard9-46/+32
2015-01-15Node bypass.David Robillard1-6/+16
2014-03-29Eliminate long-term lock from Get event.David Robillard2-77/+124
2014-03-15Hopefully fix potential deadlocks with mass deletes (fix #962).David Robillard1-3/+10
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 Robillard2-8/+25
2014-01-24Fix various whitespace and formatting issues.David Robillard7-10/+4
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 Robillard2-7/+7
2014-01-18Fix crashes when LV2 host changes polyphony rapidly.David Robillard2-0/+15
2014-01-12Combine port buffers and set state into a single voice object.David Robillard4-29/+29