summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-10-21Remove implementation of uri-unmap extension.David Robillard3-41/+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 Robillard38-211/+45
2011-10-21Remove code from header.David Robillard3-5/+2
2011-10-21Begin moving shared headers to public include directory.David Robillard20-310/+51
2011-10-21Use Builder::connectDavid Robillard2-10/+1
2011-10-21Use modern terser waf syntax.David Robillard12-139/+126
2011-10-21Fix running as an LV2 plugin.David Robillard8-18/+55
2011-10-19Remove stub implementation of reference extensionDavid Robillard2-74/+0
2011-10-18Clang warning fixes.David Robillard2-5/+7
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 Robillard31-124/+231
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 Robillard8-36/+89
2011-10-01Fix filter selector in load plugin window.David Robillard1-0/+1
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 Robillard13-271/+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 Robillard8-23/+65
2011-09-23Fix memory leaks and errors.David Robillard12-22/+77
2011-09-23Fix broken iterator use (memory errors on erase) in ResourceImpl::set_property.David Robillard11-49/+76
2011-09-23Fix patch port canvas positioning across save/load.David Robillard2-15/+17
2011-09-23Disable harmless error message about activity notification for nonexistent portsDavid Robillard1-3/+2
2011-09-23Don't prompt for save location when path is already known from previous save ...David Robillard5-9/+24