Age | Commit message (Expand) | Author | Files | Lines |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 22 | -113/+113 |
2013-01-12 | Fix connection bug introduced in r4918 (fix #875). | David Robillard | 2 | -5/+4 |
2013-01-11 | Use range-based for loops where possible. | David Robillard | 4 | -45/+39 |
2013-01-11 | Use type safe enumerations. | David Robillard | 12 | -109/+118 |
2013-01-08 | Add support for URID ports. | David Robillard | 1 | -0/+2 |
2012-12-29 | "edge" => "arc". | David Robillard | 6 | -39/+39 |
2012-12-23 | Use more sensible URI scheme for Ingen paths. | David Robillard | 1 | -4/+4 |
2012-12-21 | Strip trailing whitespace. | David Robillard | 5 | -5/+5 |
2012-12-21 | Fix memory leaks. | David Robillard | 8 | -14/+15 |
2012-12-21 | Add Broadcaster::Transfer for scoped recursion-safe reply bundling. | David Robillard | 11 | -4/+13 |
2012-12-20 | Fix crash on bad delete events. | David Robillard | 1 | -1/+2 |
2012-11-18 | Fix learn for Trigger and Internal nodes. | David Robillard | 1 | -2/+9 |
2012-08-20 | Replace several assertions with graceful error handling. | David Robillard | 3 | -11/+7 |
2012-08-19 | GraphObject => Node | David Robillard | 9 | -26/+26 |
2012-08-19 | Patch => Graph | David Robillard | 19 | -201/+202 |
2012-08-18 | Node => Block | David Robillard | 14 | -146/+146 |
2012-08-17 | Implement real logging system, LV2 log extension support, and purge evil/ugly... | David Robillard | 3 | -13/+11 |
2012-08-15 | Rewrite Raul::Maid and eliminate Raul:List. | David Robillard | 7 | -10/+10 |
2012-08-15 | Use intrusive lists to store nodes and ports in their parent patch to avoid t... | David Robillard | 7 | -85/+64 |
2012-08-15 | Simpler and more unified EnginePort implementation. | David Robillard | 4 | -9/+5 |
2012-08-15 | Remove EnginePort::move() in favour of Driver::rename_port(). | David Robillard | 2 | -10/+5 |
2012-08-14 | Don't look up system ports by path in the audio thread. | David Robillard | 1 | -2/+7 |
2012-08-14 | Replace use of old Raul Table stuff with std::map. | David Robillard | 14 | -92/+81 |
2012-08-14 | Update for latest Raul. | David Robillard | 2 | -6/+8 |
2012-08-13 | Real-time safe error handling for bad SetPortValue events. | David Robillard | 1 | -7/+5 |
2012-08-12 | Use ingen:root as the path for the root patch, opening up path space for engi... | David Robillard | 10 | -34/+35 |
2012-08-12 | Stricter symbol construction and conversion. | David Robillard | 4 | -10/+17 |
2012-08-12 | Remove message context cruft. | David Robillard | 3 | -19/+10 |
2012-08-11 | Oops. | David Robillard | 1 | -1/+1 |
2012-08-11 | Considerable DSP performance improvements (mixing overhead, and per-event MID... | David Robillard | 5 | -8/+10 |
2012-08-11 | Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block(). | David Robillard | 2 | -1/+3 |
2012-08-10 | Use the usual semantics for 'end' for Buffer::set_block, which in addition to... | David Robillard | 1 | -1/+1 |
2012-08-10 | Fix various const violations. | David Robillard | 1 | -1/+1 |
2012-07-31 | Merge AudioBuffer into Buffer and avoid all the casting. | David Robillard | 2 | -4/+2 |
2012-07-31 | Move continuous value setting stuff from AudioBuffer to PortImpl. | David Robillard | 3 | -8/+5 |
2012-07-31 | Clean up Resource. | David Robillard | 1 | -1/+5 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 9 | -36/+25 |
2012-07-30 | Merge Resource and ResourceImpl, eliminating more virtual inheritance. | David Robillard | 2 | -16/+16 |
2012-07-30 | Eliminate pure virtual base classes Patch, Node, and Port, and the virtual in... | David Robillard | 1 | -1/+1 |
2012-07-30 | Shrink events. | David Robillard | 14 | -100/+80 |
2012-07-26 | Report subject with errors to client for more meaningful error messages. | David Robillard | 11 | -83/+64 |
2012-07-17 | Implement worker extension correctly (for one voice only). | David Robillard | 1 | -4/+6 |
2012-07-16 | Preliminary somewhat kludgey support for UIs sending messages to Sequence inp... | David Robillard | 2 | -32/+25 |
2012-06-29 | Fix crashes caused by events attempting to respond to deleted clients (fix #8... | David Robillard | 22 | -100/+100 |
2012-06-13 | Fix control binding loading. | David Robillard | 1 | -2/+5 |
2012-06-13 | Fix saving of control bindings. | David Robillard | 1 | -1/+1 |
2012-06-01 | Functioning MIDI input and internals when running as an LV2. | David Robillard | 1 | -0/+1 |
2012-05-24 | Delete trailing whitespace. | David Robillard | 2 | -2/+2 |
2012-05-23 | Trim unnecessary includes. | David Robillard | 7 | -22/+7 |
2012-05-23 | Clean up CreatePatch polyphony stuff. | David Robillard | 5 | -29/+25 |