Age | Commit message (Expand) | Author | Files | Lines |
2010-01-07 | Tidy. | David Robillard | 17 | -75/+22 |
2010-01-06 | Do all logging output via Raul streams. | David Robillard | 55 | -217/+209 |
2010-01-06 | Fix error message. | David Robillard | 3 | -2/+3 |
2010-01-05 | JackAudio* -> Jack* | David Robillard | 3 | -69/+68 |
2010-01-05 | JackAudioDriver.[ch]pp -> JackDriver.[ch]pp | David Robillard | 4 | -3/+3 |
2010-01-05 | Merge JackMidiDriver and JackAudioDriver. | David Robillard | 28 | -829/+199 |
2010-01-05 | Remove no longer used jack_compat.h | David Robillard | 2 | -57/+0 |
2010-01-05 | Realtime safe buffer reference handling. | David Robillard | 20 | -54/+86 |
2010-01-05 | Remove unused Buffer.cpp (Buffer::create). | David Robillard | 1 | -46/+0 |
2010-01-05 | Remove unused Buffer::_local. | David Robillard | 2 | -2/+1 |
2010-01-05 | Event mixing. | David Robillard | 5 | -12/+99 |
2010-01-04 | Remove prototypes for nonexistent EventBuffer methods. | David Robillard | 1 | -3/+0 |
2010-01-04 | Remove unused EventBuffer::append method. | David Robillard | 2 | -42/+0 |
2010-01-04 | Remove redundant LV2EventBuffer class and merge with EventBuffer. | David Robillard | 11 | -446/+240 |
2010-01-03 | Remove patch clear command (fix ticket #375). | David Robillard | 14 | -310/+0 |
2009-12-31 | Various fixes related to port values and metadata (fix ticket #459 among othe... | David Robillard | 3 | -5/+9 |
2009-12-30 | Turn off debugging. | David Robillard | 1 | -2/+2 |
2009-12-30 | Fix renaming (fix ticket #458). | David Robillard | 2 | -4/+4 |
2009-12-30 | Better error reporting for bad PUT. | David Robillard | 2 | -8/+23 |
2009-12-30 | Fix JACK name of top level ports (fix ticket #457). | David Robillard | 7 | -6/+30 |
2009-12-23 | Remove liblo include from HTTPClientSender (fix building with HTTP and withou... | David Robillard | 1 | -1/+0 |
2009-12-19 | New ingen module (library, not e.g. LV2 plugin) design. | David Robillard | 16 | -184/+217 |
2009-12-18 | Install headers. | David Robillard | 1 | -0/+3 |
2009-12-03 | Clean up interface headers. | David Robillard | 1 | -0/+1 |
2009-11-22 | Enqueue message thread requests by the port, not by the node. | David Robillard | 4 | -19/+19 |
2009-11-22 | Execute cross-context events in correct increasing time order. | David Robillard | 9 | -30/+104 |
2009-11-22 | Partial support for message/value ports and the message context. | David Robillard | 23 | -64/+271 |
2009-11-18 | Less reliance on Buffer::type() (which doesn't really make sense, since buffe... | David Robillard | 2 | -30/+24 |
2009-11-18 | Remove pointless lv2_contexts.h symlink. | David Robillard | 2 | -2/+1 |
2009-11-18 | Rename DataType to PortType (since that's what it really means). | David Robillard | 43 | -146/+146 |
2009-11-16 | Rework objects extension to have "value ports" and "message ports". | David Robillard | 61 | -1116/+811 |
2009-11-15 | Better Parse plugin, working Print plugin. | David Robillard | 9 | -12/+12 |
2009-11-14 | Object extension. | David Robillard | 50 | -367/+622 |
2009-11-12 | String port support. | David Robillard | 18 | -78/+315 |
2009-11-07 | Delete plugins, move core package to lv2 directory and generate docs for it. | David Robillard | 1 | -1/+1 |
2009-10-31 | Revert (most of) r2205, which broke node creation (invisible ports). | David Robillard | 1 | -3/+3 |
2009-10-31 | Don't double-send creation events when they are a result of a PUT. | David Robillard | 3 | -3/+9 |
2009-10-21 | Fix crash when plugins fail to instantiate. | David Robillard | 3 | -7/+14 |
2009-10-19 | Fix set/PUT with multiple properties of the same predicate. | David Robillard | 5 | -16/+79 |
2009-10-19 | Tidy. | David Robillard | 1 | -11/+11 |
2009-10-19 | Tidy. | David Robillard | 1 | -11/+11 |
2009-10-19 | Fix saving properties of root patch ports (fix ticket #389). | David Robillard | 1 | -1/+4 |
2009-09-12 | Fix spelling. | David Robillard | 1 | -1/+1 |
2009-07-07 | Re-add lv2_contexts.h | David Robillard | 1 | -0/+1 |
2009-07-07 | Remove lv2_contexts.h | David Robillard | 1 | -1/+0 |
2009-07-07 | Fix compilation issues. | David Robillard | 2 | -0/+2 |
2009-07-05 | Use 'standard' bundle paths for #include directives. | David Robillard | 8 | -13/+13 |
2009-06-14 | Tolerate LV2 plugins without a binary URI. | David Robillard | 1 | -3/+10 |
2009-06-14 | Fix whitespace. | David Robillard | 1 | -2/+2 |
2009-06-03 | Organize ingen_module like other modules. | David Robillard | 3 | -4/+3 |