Age | Commit message (Expand) | Author | Files | Lines |
2011-10-18 | Clang warning fixes. | David Robillard | 2 | -5/+7 |
2011-10-15 | Fix man page installation directory (#781) | David Robillard | 1 | -0/+0 |
2011-10-15 | Use path variables in pkgconfig files (#782). | David Robillard | 1 | -0/+0 |
2011-10-10 | Fix compilation. | David Robillard | 1 | -1/+1 |
2011-10-10 | Fix crash when deleting a node with an embedded GUI. | David Robillard | 1 | -0/+2 |
2011-10-09 | Fix erroneous assertion. | David Robillard | 1 | -1/+1 |
2011-10-09 | Fix memory errors in Jack2 caused by jack creating several threads. | David Robillard | 2 | -28/+21 |
2011-10-09 | Attempted blind fix for #778. | David Robillard | 1 | -4/+6 |
2011-10-07 | Tidy. | David Robillard | 2 | -44/+81 |
2011-10-06 | Tidy. | David Robillard | 4 | -28/+47 |
2011-10-06 | Remove _pending_disconnection from ConnectionImpl (reduce space per connection). | David Robillard | 5 | -36/+26 |
2011-10-06 | Remove unused BufferFactory member of ConnectionImpl. | David Robillard | 3 | -11/+8 |
2011-10-06 | Align members of NodeImpl for slightly less memory consumption per node. | David Robillard | 4 | -38/+36 |
2011-10-06 | Use an intrusive linked list for InputPort connections. | David Robillard | 9 | -70/+105 |
2011-10-06 | Simpler providers/dependants implementation. | David Robillard | 8 | -33/+25 |
2011-10-06 | Remove unused EventSink | David Robillard | 5 | -124/+0 |
2011-10-03 | Use port type instead of buffer type where appropriate. | David Robillard | 5 | -27/+18 |
2011-10-03 | Remove static PortType enumeration from public/client side interface. | David Robillard | 34 | -141/+142 |
2011-10-03 | Don't stack allocate buffer array unless it's needed. | David Robillard | 1 | -7/+11 |
2011-10-02 | Fix support for ports with multiple lv2:portProperty properties. | David Robillard | 2 | -3/+2 |
2011-10-01 | Make PortImpl::get_buffers const. | David Robillard | 7 | -7/+15 |
2011-10-01 | Tidy. | David Robillard | 1 | -9/+10 |
2011-10-01 | Hide documentation pane on initial show. | David Robillard | 3 | -14/+6 |
2011-10-01 | Support scrolling in HTML view. | David Robillard | 3 | -13/+14 |
2011-10-01 | Saner default size for initial show of documentation pane. | David Robillard | 3 | -1/+12 |
2011-10-01 | Support inline display of HTML LV2 documentation via WebKit. | David Robillard | 10 | -37/+94 |
2011-10-01 | Fix filter selector in load plugin window. | David Robillard | 1 | -0/+1 |
2011-09-28 | Make ontology more proper and OWLey. | David Robillard | 1 | -16/+19 |
2011-09-27 | Load tools before autowaf.configure so e.g. --debug works correctly. | David Robillard | 1 | -2/+2 |
2011-09-24 | Fix event throughput for non-creating set events. | David Robillard | 1 | -1/+7 |
2011-09-24 | Fix set_property so it doesn't create multiple values in a context. | David Robillard | 1 | -1/+1 |
2011-09-24 | Fix keyboard shortcuts for copy and paste. | David Robillard | 2 | -1/+2 |
2011-09-24 | Fix crash with parallel execution. | David Robillard | 2 | -6/+12 |
2011-09-24 | Remove concept of "blocking" events in favour of store RWLock. | David Robillard | 17 | -102/+80 |
2011-09-24 | Fix crash when plugin model is not available. | David Robillard | 1 | -1/+1 |
2011-09-24 | Remove unnecessary request_property() and RequestMetadataEvent. | David Robillard | 14 | -274/+0 |
2011-09-24 | Tidy. | David Robillard | 2 | -17/+13 |
2011-09-24 | Use store lock to avoid race conditions with Get and create/delete events. | David Robillard | 8 | -11/+49 |
2011-09-24 | Only store patch canvas coordinates in containing patch. | David Robillard | 10 | -27/+74 |
2011-09-23 | Fix memory leaks and errors. | David Robillard | 13 | -22/+78 |
2011-09-23 | Fix broken iterator use (memory errors on erase) in ResourceImpl::set_property. | David Robillard | 14 | -55/+82 |
2011-09-23 | Fix patch port canvas positioning across save/load. | David Robillard | 2 | -15/+17 |
2011-09-23 | Disable harmless error message about activity notification for nonexistent ports | David Robillard | 1 | -3/+2 |
2011-09-23 | Don't prompt for save location when path is already known from previous save ... | David Robillard | 8 | -12/+31 |
2011-09-23 | Animate audio port colours based on levels. | David Robillard | 21 | -41/+143 |
2011-09-17 | Fix RingBuffer underrun and consequent execution of uninitialized Notification. | David Robillard | 1 | -1/+1 |
2011-09-17 | Fix "Disconnect" in port context menu (i.e. disconnect_all for ports). | David Robillard | 1 | -2/+7 |
2011-09-17 | Upgrade to r52/autowaf | David Robillard | 1 | -0/+0 |
2011-09-15 | Fix control bindings (MIDI learn). | David Robillard | 15 | -93/+154 |
2011-09-15 | Tidy | David Robillard | 2 | -16/+13 |