Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-10-14 | Fix potential store deadlock | David Robillard | 10 | -11/+13 |
2016-10-14 | Never store ingen:activity properties | David Robillard | 1 | -6/+19 |
2016-10-14 | Don't install 512x512 icons | David Robillard | 2 | -1/+1 |
2016-10-14 | Fix sequence ports with values | David Robillard | 8 | -21/+41 |
2016-10-14 | Fix communication with connected sequence ports | David Robillard | 5 | -29/+45 |
2016-10-14 | Simplify port model code | David Robillard | 6 | -62/+28 |
2016-10-14 | Improve documentation | David Robillard | 11 | -25/+31 |
2016-10-13 | Write log to stdout/stderr when GUI is present | David Robillard | 1 | -1/+3 |
2016-10-13 | Clean up protocol documentation | David Robillard | 3 | -63/+556 |
2016-10-06 | Add plugin state saving | David Robillard | 17 | -60/+150 |
2016-10-02 | Add event outputs to Trigger and Controller | David Robillard | 7 | -53/+117 |
2016-10-02 | Fix MIDI I/O | David Robillard | 1 | -1/+3 |
2016-10-02 | Fix status bar text for subgraph ports | David Robillard | 1 | -3/+4 |
2016-10-02 | Fix saving and loading subgraphs | David Robillard | 5 | -56/+68 |
2016-10-02 | Fix whitespace | David Robillard | 2 | -1/+2 |
2016-10-02 | Fix display of initial port values | David Robillard | 2 | -1/+9 |
2016-10-02 | Fix copy/paste of internal blocks | David Robillard | 2 | -2/+26 |
2016-10-02 | Fix test suite | David Robillard | 1 | -0/+2 |
2016-10-02 | Fix monitoring sequence ports | David Robillard | 1 | -2/+6 |
2016-10-02 | Fix sending UI events to sequence ports | David Robillard | 2 | -2/+5 |
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 | 3 | -6/+9 |
2016-10-02 | Improve test coverage | David Robillard | 3 | -0/+63 |
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 | 10 | -11/+15 |
2016-10-02 | Defer graph compilation in atomic bundles | David Robillard | 36 | -81/+233 |
2016-10-02 | Use more efficient std::lock_guard where possible | David Robillard | 6 | -6/+6 |
2016-10-02 | Update man page | David Robillard | 1 | -4/+10 |
2016-10-02 | Show audio and load information in status line | David Robillard | 15 | -55/+381 |
2016-10-02 | Add parallel graph execution | David Robillard | 19 | -159/+470 |
2016-10-02 | Add parallelism-aware graph traversal | David Robillard | 19 | -120/+433 |
2016-10-02 | Replace Delay internal with simpler BlockDelay | David Robillard | 14 | -249/+173 |
2016-10-01 | Fix OSX build | David Robillard | 8 | -8/+27 |
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-20 | Bump required LV2 version | David Robillard | 1 | -1/+1 |
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 | 17 | -129/+396 |
2016-09-18 | Factor out text writing from socket writing | David Robillard | 5 | -101/+186 |
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 |