summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-08-19Return human-readable error messages in content of error responses.David Robillard1-2/+11
2008-08-19Write lv2:index for patch ports.David Robillard2-4/+4
2008-08-18Remove pointless predicates that are duplicates of exist well-known ones.David Robillard3-23/+33
2008-08-18Fix loading patches and importing patches inside nested patches.David Robillard2-11/+21
2008-08-18Fix double destruction notification (annoying message popup on delete).David Robillard1-3/+1
2008-08-18Fix serialisation of patcthes with internal nodes.David Robillard1-4/+2
2008-08-18Fix copy/paste of internal nodes.David Robillard9-18/+23
2008-08-18Debarf.David Robillard1-1/+0
2008-08-18Fix copy/paste between different patches.David Robillard6-42/+63
2008-08-18Fix loading / importing patches at root and in subpatches.David Robillard9-39/+94
2008-08-18Tolerate attempts to create patches with illegal paths.David Robillard2-11/+23
2008-08-18More copy/paste and serialisation work.David Robillard16-104/+166
2008-08-17Copy/paste of patch ports.David Robillard6-12/+80
2008-08-17Copy/paste of connections.David Robillard14-79/+363
2008-08-17Select pasted objects.David Robillard6-13/+13
2008-08-17Set/send/etc properties through the engine.David Robillard11-19/+68
2008-08-17Fix copy/paste.David Robillard2-9/+3
2008-08-17Fix OSC.David Robillard1-4/+4
2008-08-17Don't pollute patch files with useless <foo> a :Plugin triples.David Robillard1-5/+0
2008-08-17Serialise connections as proper resources.David Robillard5-117/+48
2008-08-17More serialization work.David Robillard27-250/+658
2008-08-17Add missing files.David Robillard2-0/+177
2008-08-17Copyable models.David Robillard5-31/+49
2008-08-17Tidy.David Robillard9-17/+18
2008-08-17Clean up parser into generic form that can parse anything (rather than just t...David Robillard11-112/+238
2008-08-17Remove remnants of imperative polyphony interface.David Robillard7-41/+17
2008-08-17Replace imperative polyphony/polyphonic stuff with properties (kill more API).David Robillard44-316/+219
2008-08-17Rename 'Loader' 'Parser'.David Robillard11-56/+53
2008-08-17There!David Robillard37-373/+261
2008-08-17Cloooser...David Robillard32-563/+344
2008-08-16Clooser...David Robillard17-67/+56
2008-08-16Closer...David Robillard25-143/+124
2008-08-16Begin factoring out common elements of EngineInterface and ClientInterface.David Robillard21-107/+176
2008-08-16Fix ingen -cDavid Robillard4-11/+13
2008-08-16Remove outdated message about set_dev_environment.shDavid Robillard1-4/+2
2008-08-16Compile without libsoup.David Robillard1-0/+2
2008-08-16Add missing Store.cpp.David Robillard37-128/+227
2008-08-16Properly write base URI when serializing a node or port.David Robillard1-0/+3
2008-08-16Fix 'ingen -egl'.David Robillard4-13/+31
2008-08-16Only load one serialisation module, and store it in the world.David Robillard4-34/+54
2008-08-16Factor out common store functionality.David Robillard17-173/+89
2008-08-16Fix nuked ClientStore.cpp (oops).David Robillard2-778/+623
2008-08-16Reorganize two 'store' implementations, move header to shared module (prepare...David Robillard55-89/+245
2008-08-15Push serialiser down into core ('world').David Robillard36-211/+324
2008-08-15Install Raul Symbol.hpp.David Robillard2-0/+14
2008-08-15Add primitive read-only HTTP interface (point browser to http://localhost:161...David Robillard8-5/+226
2008-08-15Make refresh more complete.David Robillard7-2/+32
2008-08-15Turn off OSC printing.David Robillard1-1/+1
2008-08-15Add strong Symbol class (just a restricted string, like path) and use it for ...David Robillard8-13/+16
2008-08-14Support toggle controls on module ports.David Robillard1-0/+3