summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-10-21Move URIs.hpp to public shared include directory.David Robillard4-8/+5
2011-10-21Separate URIs from LV2URIMap.David Robillard76-303/+401
2011-10-21Remove implementation of uri-unmap extension.David Robillard4-43/+2
2011-10-21Remove stub LV2 event (blob) feature implementation.David Robillard2-61/+0
2011-10-21Simplify LV2Features.David Robillard5-36/+30
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard39-46/+46
2011-10-21Remove code from header.David Robillard3-5/+2
2011-10-21Begin moving shared headers to public include directory.David Robillard20-39/+51
2011-10-21Use Builder::connectDavid Robillard2-10/+1
2011-10-21Use modern terser waf syntax.David Robillard13-146/+133
2011-10-21Fix running as an LV2 plugin.David Robillard14-18/+377
2011-10-19Remove stub implementation of reference extensionDavid Robillard3-76/+0
2011-10-19Upgrade to r57/autowafDavid Robillard1-0/+0
2011-10-19Check for LV2 extensions via pkg-config (new style in LV2 SVN).David Robillard1-11/+18
2011-10-18Clang warning fixes.David Robillard2-5/+7
2011-10-15Fix man page installation directory (#781)David Robillard1-0/+0
2011-10-15Use path variables in pkgconfig files (#782).David Robillard1-0/+0
2011-10-10Fix compilation.David Robillard1-1/+1
2011-10-10Fix crash when deleting a node with an embedded GUI.David Robillard1-0/+2
2011-10-09Fix erroneous assertion.David Robillard1-1/+1
2011-10-09Fix memory errors in Jack2 caused by jack creating several threads.David Robillard2-28/+21
2011-10-09Attempted blind fix for #778.David Robillard1-4/+6
2011-10-07Tidy.David Robillard2-44/+81
2011-10-06Tidy.David Robillard4-28/+47
2011-10-06Remove _pending_disconnection from ConnectionImpl (reduce space per connection).David Robillard5-36/+26
2011-10-06Remove unused BufferFactory member of ConnectionImpl.David Robillard3-11/+8
2011-10-06Align members of NodeImpl for slightly less memory consumption per node.David Robillard4-38/+36
2011-10-06Use an intrusive linked list for InputPort connections.David Robillard9-70/+105
2011-10-06Simpler providers/dependants implementation.David Robillard8-33/+25
2011-10-06Remove unused EventSinkDavid Robillard5-124/+0
2011-10-03Use port type instead of buffer type where appropriate.David Robillard5-27/+18
2011-10-03Remove static PortType enumeration from public/client side interface.David Robillard34-141/+142
2011-10-03Don't stack allocate buffer array unless it's needed.David Robillard1-7/+11
2011-10-02Fix support for ports with multiple lv2:portProperty properties.David Robillard2-3/+2
2011-10-01Make PortImpl::get_buffers const.David Robillard7-7/+15
2011-10-01Tidy.David Robillard1-9/+10
2011-10-01Hide documentation pane on initial show.David Robillard3-14/+6
2011-10-01Support scrolling in HTML view.David Robillard3-13/+14
2011-10-01Saner default size for initial show of documentation pane.David Robillard3-1/+12
2011-10-01Support inline display of HTML LV2 documentation via WebKit.David Robillard10-37/+94
2011-10-01Fix filter selector in load plugin window.David Robillard1-0/+1
2011-09-28Make ontology more proper and OWLey.David Robillard1-16/+19
2011-09-27Load tools before autowaf.configure so e.g. --debug works correctly.David Robillard1-2/+2
2011-09-24Fix event throughput for non-creating set events.David Robillard1-1/+7
2011-09-24Fix set_property so it doesn't create multiple values in a context.David Robillard1-1/+1
2011-09-24Fix keyboard shortcuts for copy and paste.David Robillard2-1/+2
2011-09-24Fix crash with parallel execution.David Robillard2-6/+12
2011-09-24Remove concept of "blocking" events in favour of store RWLock.David Robillard17-102/+80
2011-09-24Fix crash when plugin model is not available.David Robillard1-1/+1
2011-09-24Remove unnecessary request_property() and RequestMetadataEvent.David Robillard14-274/+0