summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-07-30Add undo supportDavid Robillard44-77/+1033
2016-07-30Fix stall by making PreProcessor tick periodicallyDavid Robillard1-1/+5
2016-07-30Fix mismatched include guardDavid Robillard1-3/+3
2016-07-30Use consistent prefix orderDavid Robillard2-4/+4
2016-07-29Use more Turtley debug dump outputDavid Robillard2-12/+12
2016-07-29Use more terse patch:Put for canvas positionsDavid Robillard5-47/+15
2016-07-29Save bundled graphs to graph.ttl by defaultDavid Robillard2-14/+8
2016-07-29Remove Forge dependency from AtomReaderDavid Robillard4-19/+7
2016-07-27Add unit tests for CopyDavid Robillard1-1/+1
2016-07-25Support test coverage with LLVMDavid Robillard2-4/+3
2016-03-14Add key binding for moving to parent graphDavid Robillard3-3/+31
2016-03-14Fix context menu position when using keyboardDavid Robillard2-17/+31
2016-03-14Update external graph ports when name is changedDavid Robillard1-4/+4
2016-03-14Enable graph port menu items in external viewDavid Robillard2-7/+8
2016-03-14Load default plugin stateDavid Robillard4-0/+24
2016-03-14Remove arcs in client store on object deletionDavid Robillard1-16/+18
2016-03-14Add missing client store debug dumpsDavid Robillard1-0/+13
2016-01-17Fix CPU overload with some CV to control arcsDavid Robillard1-11/+11
2016-01-16Fix CV to control connectionsDavid Robillard1-9/+21
2015-12-04Omit extension from default doap:name for graphsDavid Robillard1-1/+2
2015-11-30Use jack_port_rename() if availableDavid Robillard1-0/+5
2015-11-23Fix crash when request contains invalid path URIDavid Robillard1-1/+6
2015-11-08Add support for instance-access and data-accessDavid Robillard2-0/+6
2015-11-08Gracefully handle UNIX socket after a crashDavid Robillard1-3/+59
2015-10-30Update clients when plugins are unloaded/reloadedDavid Robillard21-186/+388
2015-10-30Add protocol for loading and unloading bundlesDavid Robillard3-2/+67
2015-10-30Remove unused variableDavid Robillard1-4/+3
2015-10-29Fix bypass where mixing is requiredDavid Robillard1-0/+6
2015-10-27Remove unused variableDavid Robillard1-2/+0
2015-10-26Fix uninitialized buffer pointerDavid Robillard1-0/+1
2015-10-26Use a set for providers and dependantsDavid Robillard3-19/+13
2015-10-26Use consistant names for incident portsDavid Robillard2-53/+53
2015-10-26Use URIDs almost everywhereDavid Robillard11-39/+24
2015-10-26Fix include guardDavid Robillard1-3/+3
2015-10-25Fix explicit sequence port monitoringDavid Robillard2-1/+6
2015-10-25Fix saving and loading of copy-pasted blocksDavid Robillard4-23/+27
2015-10-25Fix audio=>control connectionsDavid Robillard1-5/+9
2015-10-25Create all graphs the same wayDavid Robillard8-131/+138
2015-10-25Fix status code when port existsDavid Robillard1-1/+1
2015-10-25Document protocolDavid Robillard8-95/+269
2015-10-24Fix LV2 UIs that send during instantiationDavid Robillard3-46/+71
2015-10-24Set prefixes on the wire to reduce trafficDavid Robillard1-1/+28
2015-10-24Zero-copy to/from driver ports where possibleDavid Robillard33-316/+467
2015-10-24Fix subgraph positioningDavid Robillard1-3/+4
2015-10-24Fix loading recursive graphs in LV2David Robillard1-11/+22
2015-10-24Fix subgraph serialisationDavid Robillard2-15/+30
2015-10-24Fix invalid iterator accessDavid Robillard1-1/+1
2015-10-24Remove excess toolbar buttonsDavid Robillard5-55/+23
2015-10-23Fix errors on C-a DeleteDavid Robillard1-1/+3
2015-10-23Speed up multi-deletionDavid Robillard2-8/+2