Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-10-02 | Fix custom UI port notifications | David Robillard | 1 | -1/+1 |
2016-10-02 | Implement microsecond clock for Linux and OSX | David Robillard | 4 | -10/+65 |
2016-10-02 | Fix default doap:name of saved graphs | David Robillard | 1 | -3/+10 |
2016-10-02 | Fix properties of control/notify ports | David Robillard | 2 | -6/+8 |
2016-10-02 | Fix loading a graph by copying from the filesystem | David Robillard | 1 | -1/+1 |
2016-10-02 | Fix unit test responses and ensure events succeed | David Robillard | 6 | -7/+7 |
2016-10-02 | Defer graph compilation in atomic bundles | David Robillard | 35 | -81/+225 |
2016-10-02 | Use more efficient std::lock_guard where possible | David Robillard | 6 | -6/+6 |
2016-10-02 | Show audio and load information in status line | David Robillard | 12 | -55/+312 |
2016-10-02 | Add parallel graph execution | David Robillard | 16 | -158/+457 |
2016-10-02 | Add parallelism-aware graph traversal | David Robillard | 18 | -119/+430 |
2016-10-02 | Replace Delay internal with simpler BlockDelay | David Robillard | 13 | -246/+170 |
2016-10-01 | Fix OSX build | David Robillard | 5 | -6/+16 |
2016-10-01 | Fix plugin versioning | David Robillard | 1 | -1/+1 |
2016-10-01 | Fix flushing many message window lines at once | David Robillard | 1 | -15/+17 |
2016-10-01 | Save global options to options.ttl | David Robillard | 2 | -10/+15 |
2016-09-29 | Atomic bundle execution | David Robillard | 9 | -13/+95 |
2016-09-20 | Use C++11 thread_local | David Robillard | 2 | -5/+4 |
2016-09-18 | Fix undo of large pastes | David Robillard | 1 | -0/+4 |
2016-09-18 | Fix undo of deletions with both blocks and arcs | David Robillard | 1 | -3/+3 |
2016-09-18 | Fix undo after redo | David Robillard | 2 | -4/+6 |
2016-09-18 | Clean up code | David Robillard | 9 | -25/+34 |
2016-09-18 | Add fancy communication logging | David Robillard | 14 | -129/+175 |
2016-09-18 | Factor out text writing from socket writing | David Robillard | 3 | -79/+115 |
2016-09-13 | Fix misleading comment | David Robillard | 1 | -1/+5 |
2016-09-11 | Remove last vestiges of multiple run contexts | David Robillard | 77 | -383/+315 |
2016-09-11 | Clarify connect and disconnect logic | David Robillard | 2 | -3/+5 |
2016-09-11 | Fix buffer copying for various types | David Robillard | 3 | -10/+13 |
2016-09-11 | Use URIDs for prototypes | David Robillard | 3 | -10/+6 |
2016-08-17 | Rename main graph and control/notify ports | David Robillard | 11 | -58/+58 |
2016-08-02 | Make graph control ports support patch:Message | David Robillard | 1 | -0/+1 |
2016-08-02 | Fix bundle delimiters in atom protocol | David Robillard | 1 | -0/+2 |
2016-08-01 | Add missing includes | David Robillard | 3 | -0/+3 |
2016-08-01 | Check for libdl | David Robillard | 1 | -2/+6 |
2016-08-01 | Fix compilation on OSX | David Robillard | 2 | -2/+7 |
2016-08-01 | Show colorized log output in messages window | David Robillard | 5 | -20/+122 |
2016-08-01 | Implement LV2 log extension as host | David Robillard | 5 | -34/+132 |
2016-07-31 | Support thread-safe state restoration | David Robillard | 8 | -26/+80 |
2016-07-31 | Reduce duplicated code | David Robillard | 3 | -22/+5 |
2016-07-30 | Add undo support | David Robillard | 44 | -77/+1033 |
2016-07-30 | Fix stall by making PreProcessor tick periodically | David Robillard | 1 | -1/+5 |
2016-07-30 | Fix mismatched include guard | David Robillard | 1 | -3/+3 |
2016-07-30 | Use consistent prefix order | David Robillard | 2 | -4/+4 |
2016-07-29 | Use more Turtley debug dump output | David Robillard | 2 | -12/+12 |
2016-07-29 | Use more terse patch:Put for canvas positions | David Robillard | 5 | -47/+15 |
2016-07-29 | Save bundled graphs to graph.ttl by default | David Robillard | 2 | -14/+8 |
2016-07-29 | Remove Forge dependency from AtomReader | David Robillard | 4 | -19/+7 |
2016-07-27 | Add unit tests for Copy | David Robillard | 1 | -1/+1 |
2016-07-25 | Support test coverage with LLVM | David Robillard | 2 | -4/+3 |
2016-03-14 | Add key binding for moving to parent graph | David Robillard | 3 | -3/+31 |