summaryrefslogtreecommitdiffstats
path: root/src/shared
AgeCommit message (Expand)AuthorFilesLines
2011-11-26Use the more portable/correct lib instead of linkflags.David Robillard1-1/+1
2011-11-24Remove client from world.David Robillard1-3/+0
2011-11-09Update for changes in LV2 SVN.David Robillard1-2/+2
2011-11-02Use ingen namespace for canvas-x and canvas-y and remove ingenuity namespace.David Robillard2-4/+2
2011-11-02Remove unused dc prefix.David Robillard1-4/+2
2011-10-22Move basic URI map and unmap implementation to URIs.David Robillard2-3/+15
2011-10-22Add missing filesDavid Robillard1-0/+34
2011-10-22Move *all* OSC and HTTP stuff to their respective modules.David Robillard6-388/+6
2011-10-21Clean up include paths.David Robillard1-1/+1
2011-10-21Move more headers to shared include directory.David Robillard12-311/+13
2011-10-21Move URIs.hpp to public shared include directory.David Robillard3-110/+4
2011-10-21Separate URIs from LV2URIMap.David Robillard10-170/+257
2011-10-21Remove implementation of uri-unmap extension.David Robillard3-41/+2
2011-10-21Simplify LV2Features.David Robillard3-32/+26
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard3-168/+2
2011-10-21Remove code from header.David Robillard3-5/+2
2011-10-21Begin moving shared headers to public include directory.David Robillard11-280/+14
2011-10-21Use Builder::connectDavid Robillard1-1/+0
2011-10-21Use modern terser waf syntax.David Robillard1-9/+12
2011-10-21Fix running as an LV2 plugin.David Robillard2-0/+2
2011-10-10Fix compilation.David Robillard1-1/+1
2011-10-03Remove static PortType enumeration from public/client side interface.David Robillard2-31/+22
2011-09-24Fix set_property so it doesn't create multiple values in a context.David Robillard1-1/+1
2011-09-24Only store patch canvas coordinates in containing patch.David Robillard2-6/+9
2011-09-23Fix memory leaks and errors.David Robillard1-0/+3
2011-09-23Fix broken iterator use (memory errors on erase) in ResourceImpl::set_property.David Robillard5-7/+25
2011-09-23Don't prompt for save location when path is already known from previous save ...David Robillard2-4/+15
2011-09-15Fix control bindings (MIDI learn).David Robillard1-1/+1
2011-09-14Support lv2:sampleRate controls (mostly) correctly.David Robillard3-5/+9
2011-05-27Don't install private headersDavid Robillard1-3/+0
2011-05-24Remove dependence on protocol-specific client headers in GUI code.David Robillard2-7/+17
2011-05-24Tidy up headers.David Robillard10-23/+32
2011-05-24Remove use of ingen-config.h in soon-to-be-public headers.David Robillard2-16/+3
2011-05-20Add missing includeDavid Robillard1-0/+1
2011-05-13Apply 0002-Reformat-some-code-to-use-hard-tabs.patch from ticket #688, except...David Robillard1-5/+5
2011-05-13Apply 0001-Remove-unused-includes.patch from ticket #688, except with modific...David Robillard1-2/+0
2011-05-13Remove unnecessary ingen-config.h includes.David Robillard2-2/+0
2011-05-13Make models const in client code.David Robillard2-7/+8
2011-04-29Don't hide pointers behind typedefs.David Robillard2-4/+4
2011-04-28Switch to Lilv from SLV2.David Robillard3-17/+17
2011-04-22Fix Python whitespace (PEP8)David Robillard1-29/+28
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard2-10/+10
2011-04-20Make disconnect take URI parameters (for wildcare URI towards killing disconn...David Robillard2-5/+5
2011-04-20Move disconnect_all to CommonInterface and implement in clients.David Robillard2-0/+11
2011-04-19Clean up includes.David Robillard1-1/+1
2011-04-19Remove EngineInterface::quit().David Robillard2-3/+4
2011-04-19Make maximum UDP packet size a runtime parameter (--packet-size, -k).David Robillard3-9/+12
2011-04-19Make event queue size a runtime parameter (--queue-size, -q).David Robillard1-0/+1
2011-04-19Merge "transfer" stuff with "bundle" stuff (functionally equivalent anyway).David Robillard3-48/+15
2011-04-18Put engine code in new Ingen::Engine namespace.David Robillard9-29/+31