summaryrefslogtreecommitdiffstats
path: root/src/server/events/Delta.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-11/+11
2012-08-15Rewrite Raul::Maid and eliminate Raul:List.David Robillard1-1/+1
2012-08-14Replace use of old Raul Table stuff with std::map.David Robillard1-4/+4
2012-08-12Use ingen:root as the path for the root patch, opening up path space for engi...David Robillard1-4/+4
2012-08-11Oops.David Robillard1-1/+1
2012-08-11Considerable DSP performance improvements (mixing overhead, and per-event MID...David Robillard1-2/+7
2012-07-31Move continuous value setting stuff from AudioBuffer to PortImpl.David Robillard1-1/+1
2012-07-31Clean up Resource.David Robillard1-1/+5
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-15/+4
2012-07-30Merge Resource and ResourceImpl, eliminating more virtual inheritance.David Robillard1-2/+2
2012-07-30Shrink events.David Robillard1-3/+2
2012-07-26Report subject with errors to client for more meaningful error messages.David Robillard1-5/+6
2012-06-29Fix crashes caused by events attempting to respond to deleted clients (fix #8...David Robillard1-9/+9
2012-06-13Fix control binding loading.David Robillard1-2/+5
2012-06-13Fix saving of control bindings.David Robillard1-1/+1
2012-05-23Trim unnecessary includes.David Robillard1-6/+0
2012-05-23SetMetadata => Delta.David Robillard1-0/+367