Age | Commit message (Expand) | Author | Files | Lines |
2010-02-03 | Bind ports with lv2:portProperty lv2:toggled specially (on iff value >= half). | David Robillard | 5 | -8/+27 |
2010-02-03 | Comprehensive use of cached URIs and more advanced Value (Atom) system. | David Robillard | 34 | -126/+241 |
2010-02-02 | Use Glib string interning (quarks) to make Path/URI operator== very fast. | David Robillard | 26 | -110/+126 |
2010-02-02 | Remove set_port_value from CommonInterface (replaced with set_property(path, ... | David Robillard | 13 | -107/+5 |
2010-02-01 | Fix leaks and an iterator error found by cppcheck. | David Robillard | 2 | -1/+9 |
2010-02-01 | Use consistent and more globally unique inclusion guards. | David Robillard | 84 | -251/+251 |
2010-01-29 | Improved/quicker/easier handling of control port ranges. | David Robillard | 4 | -7/+18 |
2010-01-29 | Remove references to deleted ports with control bindings (fix crash when appl... | David Robillard | 4 | -19/+58 |
2010-01-29 | Send binding information to client. | David Robillard | 10 | -7/+165 |
2010-01-29 | Magic MIDI binding via special ingen_control port. | David Robillard | 33 | -112/+325 |
2010-01-28 | Use ingen-ui for prefix instead of ingenuity. | David Robillard | 1 | -3/+3 |
2010-01-07 | Add missing base class virtual destructor stubs. | David Robillard | 2 | -2/+0 |
2010-01-07 | Remove cruft. | David Robillard | 1 | -21/+0 |
2010-01-07 | Fix compilation with ancient boost intrusive_ptr (fix ticket #467). | David Robillard | 2 | -2/+4 |
2010-01-07 | Virtual destructor for EventSource. | David Robillard | 1 | -1/+1 |
2010-01-07 | Better log output. | David Robillard | 2 | -6/+5 |
2010-01-07 | Remove excessive debug output of compiled patch order. | David Robillard | 1 | -12/+0 |
2010-01-07 | Fix HTTP and OSC (make EventSource::activate_source virtual again). | David Robillard | 1 | -2/+2 |
2010-01-07 | Fix compilation with --log-debug. | David Robillard | 4 | -8/+10 |
2010-01-07 | Shrink ClientBroadcaster code via macro. | David Robillard | 3 | -149/+47 |
2010-01-07 | Make ClientBroadcaster itself a ClientInterface. | David Robillard | 10 | -39/+94 |
2010-01-07 | Merge QueuedEventSource and EventSource. | David Robillard | 18 | -132/+69 |
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 |