summaryrefslogtreecommitdiffstats
path: root/src/libs/engine
AgeCommit message (Expand)AuthorFilesLines
2008-09-30Flatten ingen source directory heirarchy a bit.David Robillard165-19040/+0
2008-09-30Wafify ingen.David Robillard2-1/+78
2008-09-30More waf.David Robillard1-1/+0
2008-09-29More context extension work.David Robillard14-18/+117
2008-09-29 * Context extension work.David Robillard5-15/+48
2008-09-28Merge weird split set_port_value / set_port_value_immediately API (whether a ...David Robillard4-106/+6
2008-09-28Update contexts extension.David Robillard7-7/+87
2008-09-28Remove header namespace pollution (particularly from libs/gui/App.hpp).David Robillard10-37/+29
2008-09-14Don't print to the console when unrecognized MIDI is received.David Robillard1-2/+2
2008-09-05Don't build against unused LV2 OSC stuff.David Robillard1-2/+0
2008-08-22Lash D-Bus support and projects list from LADI Patchage, with improvements/cl...David Robillard1-2/+0
2008-08-20Fix Blob atom copy contruction/size/etc stuff.David Robillard1-2/+1
2008-08-19Gracefully handle full event queue on the engine side (fix loading massive pa...David Robillard4-26/+38
2008-08-19Slightly more reliable OSC comms. Still not really up to the task of receivi...David Robillard2-21/+3
2008-08-19Preliminary connecting via HTTP in Gtk client.David Robillard3-2/+5
2008-08-19Factor out destroy (and object_destroyed) to common interface.David Robillard5-6/+5
2008-08-19Remove more API/code: num_plugins (unused legacy of the really crap OSC days).David Robillard2-81/+0
2008-08-19Kill more API/code - replace enable_port_broadcast and disable_port_broadcast...David Robillard11-191/+14
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 Robillard1-1/+1
2008-08-18Fix loading patches and importing patches inside nested patches.David Robillard1-2/+3
2008-08-18Fix double destruction notification (annoying message popup on delete).David Robillard1-3/+1
2008-08-18Fix copy/paste of internal nodes.David Robillard7-12/+15
2008-08-18Tolerate attempts to create patches with illegal paths.David Robillard2-11/+23
2008-08-18More copy/paste and serialisation work.David Robillard3-2/+14
2008-08-17Select pasted objects.David Robillard2-3/+1
2008-08-17Set/send/etc properties through the engine.David Robillard6-14/+45
2008-08-17Fix OSC.David Robillard1-4/+4
2008-08-17More serialization work.David Robillard4-17/+21
2008-08-17Tidy.David Robillard3-9/+8
2008-08-17Remove remnants of imperative polyphony interface.David Robillard1-2/+12
2008-08-17Replace imperative polyphony/polyphonic stuff with properties (kill more API).David Robillard13-116/+65
2008-08-17Rename 'Loader' 'Parser'.David Robillard1-7/+7
2008-08-17There!David Robillard10-119/+91
2008-08-17Cloooser...David Robillard13-215/+125
2008-08-16Clooser...David Robillard6-26/+23
2008-08-16Closer...David Robillard11-54/+56
2008-08-16Begin factoring out common elements of EngineInterface and ClientInterface.David Robillard8-18/+18
2008-08-16Compile without libsoup.David Robillard1-0/+2
2008-08-16Add missing Store.cpp.David Robillard26-58/+82
2008-08-16Fix 'ingen -egl'.David Robillard1-10/+24
2008-08-16Only load one serialisation module, and store it in the world.David Robillard1-27/+37
2008-08-16Factor out common store functionality.David Robillard9-82/+46
2008-08-16Reorganize two 'store' implementations, move header to shared module (prepare...David Robillard39-76/+76
2008-08-15Push serialiser down into core ('world').David Robillard9-28/+77
2008-08-15Add primitive read-only HTTP interface (point browser to http://localhost:161...David Robillard7-5/+222
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 Robillard3-8/+9
2008-08-14Don't load engine module twice.David Robillard1-1/+1
2008-08-14Don't present (or even load widgets from XML) connection window until some ti...David Robillard1-1/+3