summaryrefslogtreecommitdiffstats
path: root/src/server/events
AgeCommit message (Expand)AuthorFilesLines
2011-10-21Move more headers to shared include directory.David Robillard7-8/+8
2011-10-21Separate URIs from LV2URIMap.David Robillard5-9/+10
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard1-1/+1
2011-10-21Begin moving shared headers to public include directory.David Robillard1-1/+1
2011-10-21Fix running as an LV2 plugin.David Robillard1-5/+10
2011-10-06Remove _pending_disconnection from ConnectionImpl (reduce space per connection).David Robillard3-30/+26
2011-10-06Remove unused BufferFactory member of ConnectionImpl.David Robillard1-1/+1
2011-10-06Use an intrusive linked list for InputPort connections.David Robillard3-21/+9
2011-10-06Simpler providers/dependants implementation.David Robillard3-9/+8
2011-10-03Remove static PortType enumeration from public/client side interface.David Robillard3-16/+40
2011-10-02Fix support for ports with multiple lv2:portProperty properties.David Robillard1-2/+1
2011-09-24Fix event throughput for non-creating set events.David Robillard1-1/+7
2011-09-24Remove concept of "blocking" events in favour of store RWLock.David Robillard13-72/+78
2011-09-24Remove unnecessary request_property() and RequestMetadataEvent.David Robillard2-218/+0
2011-09-24Tidy.David Robillard2-17/+13
2011-09-24Use store lock to avoid race conditions with Get and create/delete events.David Robillard8-11/+49
2011-09-24Only store patch canvas coordinates in containing patch.David Robillard1-5/+5
2011-09-23Fix memory leaks and errors.David Robillard1-1/+4
2011-09-15Fix control bindings (MIDI learn).David Robillard5-8/+27
2011-09-14Support lv2:sampleRate controls (mostly) correctly.David Robillard1-2/+14
2011-08-20Fix crash when sending port notifications (fix #741).David Robillard6-370/+0
2011-07-07Obey "special" properties on object creation (patch from Paul Giblock, ticket...David Robillard1-8/+5
2011-05-23Apply patch from pgiblox in ticket #694 to fix compilation without Raul::Intr...David Robillard1-3/+5
2011-05-20Fix multiple put replies on port creation.David Robillard1-6/+7
2011-05-13Apply 0002-Reformat-some-code-to-use-hard-tabs.patch from ticket #688, except...David Robillard1-11/+11
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard36-0/+4036