Age | Commit message (Expand) | Author | Files | Lines |
2012-11-21 | Move most recent graph open directory to Configuration. | David Robillard | 4 | -27/+28 |
2012-11-21 | Trim dead code. | David Robillard | 3 | -26/+1 |
2012-11-21 | GUI::Configuration => GUI::Style. | David Robillard | 10 | -52/+45 |
2012-11-21 | Move human name and port label options to main configuration. | David Robillard | 8 | -33/+55 |
2012-11-21 | Use atoms for option values. | David Robillard | 8 | -141/+72 |
2012-11-21 | Configuration file support. | David Robillard | 6 | -39/+135 |
2012-11-21 | Use translatable strings for command line error messages. | David Robillard | 2 | -9/+17 |
2012-11-21 | Move Configuration from Raul to Ingen. | David Robillard | 6 | -30/+340 |
2012-11-18 | Fix learn for Trigger and Internal nodes. | David Robillard | 7 | -34/+35 |
2012-11-18 | Simple keyboard navigation for plugin menu. | David Robillard | 1 | -6/+7 |
2012-11-18 | Don't broadcast CV inputs connected to audio outputs. | David Robillard | 1 | -2/+4 |
2012-11-18 | Set atom:supports properties for patch event inputs. | David Robillard | 1 | -1/+8 |
2012-11-18 | Don't do top level Glib things if Glib is already initialized. | David Robillard | 1 | -4/+6 |
2012-11-18 | Fix Plugin=>UI ring overflow handling. | David Robillard | 9 | -11/+27 |
2012-11-17 | Gracefully handle failure to send notifications due to buffer overrun. | David Robillard | 3 | -12/+20 |
2012-11-17 | Gracefully ignore plugins with invalid ports. | David Robillard | 1 | -2/+7 |
2012-11-17 | Generate sensible default symbols for plugins with URIs where the last path c... | David Robillard | 1 | -22/+32 |
2012-11-17 | LV2 time support when running as a plugin. | David Robillard | 1 | -1/+13 |
2012-11-17 | Set plugin<=>UI queue size based on LV2 options. | David Robillard | 5 | -9/+10 |
2012-11-17 | Don't complain about ingen:activity property for unknown object since it's tr... | David Robillard | 1 | -2/+3 |
2012-11-16 | Remove unnecessary include. | David Robillard | 1 | -1/+0 |
2012-11-16 | Add time internal that sends Jack transport updates as LV2 time positions. | David Robillard | 12 | -0/+248 |
2012-11-12 | Fix edge restoration in subgraphs (fix #864). | David Robillard | 1 | -4/+5 |
2012-11-12 | Fix typo. | David Robillard | 1 | -1/+1 |
2012-10-27 | Replace octaves port with note number port. | David Robillard | 2 | -12/+9 |
2012-10-27 | Remove unused colour. | David Robillard | 2 | -2/+0 |
2012-09-16 | Support latest options and morph extensions. | David Robillard | 5 | -24/+44 |
2012-09-13 | Update to r87/autowaf (Build debuggable library with PDB file under MSVC with... | David Robillard | 1 | -0/+0 |
2012-09-13 | Update to r86/autowaf (Fix pkg-config checking with --pardebug). | David Robillard | 1 | -0/+0 |
2012-09-12 | Clean up wscripts. | David Robillard | 1 | -28/+24 |
2012-09-11 | Update to r85/autowaf (Fix pkg-config dependencies when not using --pardebug). | David Robillard | 1 | -0/+0 |
2012-09-10 | Update to r83/autowaf (Fix mandatory pkg-config checks). | David Robillard | 1 | -0/+0 |
2012-09-10 | Support building against parallel debuggable libraries via pkg-config. | David Robillard | 1 | -0/+0 |
2012-09-09 | Disable timestamps in HTML documentation for reproducible build (fix #856). | David Robillard | 1 | -1/+1 |
2012-08-31 | Implement host side of buf-size via options. | David Robillard | 5 | -13/+110 |
2012-08-29 | Update for latest options extension. | David Robillard | 1 | -4/+4 |
2012-08-29 | Implement buf-size via options. | David Robillard | 2 | -34/+45 |
2012-08-22 | Fix warning. | David Robillard | 1 | -1/+1 |
2012-08-22 | Fix event list bugs. Maybe. | David Robillard | 1 | -25/+21 |
2012-08-22 | Fix occasional crash in event handling. | David Robillard | 1 | -1/+1 |
2012-08-20 | Replace several assertions with graceful error handling. | David Robillard | 14 | -48/+34 |
2012-08-20 | Fix crash (bad assertion) on high event rates (notably fast GUI parameter twi... | David Robillard | 2 | -4/+5 |
2012-08-20 | Add AMS style octaves output to note block. | David Robillard | 2 | -12/+25 |
2012-08-19 | Draw CV ports as a distinct colour. | David Robillard | 2 | -0/+6 |
2012-08-19 | GraphObject => Node | David Robillard | 72 | -330/+336 |
2012-08-19 | Patch => Graph | David Robillard | 146 | -1937/+1942 |
2012-08-18 | Node => Block | David Robillard | 106 | -861/+864 |
2012-08-18 | Fix running as an LV2 plugin. | David Robillard | 4 | -15/+32 |
2012-08-17 | Implement real logging system, LV2 log extension support, and purge evil/ugly... | David Robillard | 78 | -557/+544 |
2012-08-16 | Remove all 'using namespace Raul'. | David Robillard | 23 | -184/+159 |