Age | Commit message (Expand) | Author | Files | Lines |
2012-04-28 | Fix MIDI input. | David Robillard | 2 | -6/+8 |
2012-04-28 | Remove unused method prototypes. | David Robillard | 1 | -2/+0 |
2012-04-28 | Remove use of std::cerr. | David Robillard | 2 | -3/+4 |
2012-04-28 | Use CV ports on internal modules. | David Robillard | 4 | -14/+14 |
2012-04-28 | Tidy. | David Robillard | 10 | -78/+109 |
2012-04-28 | Gracefully handle UI communication ring overflow. | David Robillard | 1 | -4/+13 |
2012-04-28 | Actually filter redundant port activity messages. | David Robillard | 1 | -10/+7 |
2012-04-28 | Implement set_property via atom interface (working blinkenlights). | David Robillard | 1 | -0/+16 |
2012-04-28 | Remove unused slots and signals. | David Robillard | 2 | -10/+0 |
2012-04-28 | Use "tail" and "head" terminology instead of "src_port" and "dst_port". | David Robillard | 34 | -303/+297 |
2012-04-28 | Round auto-arrange coordinates to nearest integer and spread things out a bit... | David Robillard | 1 | -8/+8 |
2012-04-28 | Fix template bundle UI. | David Robillard | 1 | -3/+3 |
2012-04-28 | Lint. | David Robillard | 51 | -111/+165 |
2012-04-28 | Remove using declarations from headers. | David Robillard | 55 | -311/+318 |
2012-04-27 | Disconnect via atom interface. | David Robillard | 3 | -15/+54 |
2012-04-27 | Fix mismatched sample rate and buffer size. | David Robillard | 1 | -1/+1 |
2012-04-27 | Implement connecting via atom interface. | David Robillard | 6 | -24/+51 |
2012-04-27 | Don't send responses for ID -1. | David Robillard | 2 | -1/+4 |
2012-04-27 | Initialise thread system if necessary to work in non-Gtk hosts. | David Robillard | 1 | -0/+4 |
2012-04-26 | Don't send peak values if they're equal to the last sent value. | David Robillard | 1 | -1/+1 |
2012-04-26 | Save properties with pretty numbers so normal LV2 tools can read patches. | David Robillard | 7 | -6/+145 |
2012-04-26 | Implement delta via atoms. | David Robillard | 2 | -18/+56 |
2012-04-26 | Fix undefined reference. | David Robillard | 1 | -3/+3 |
2012-04-26 | Don't save ingen:activity property, which is transient. | David Robillard | 1 | -3/+5 |
2012-04-25 | Move more functionality down to C canvas. | David Robillard | 1 | -2/+2 |
2012-04-25 | Preserve node UI embedded state and fix repeated embedding/de-embedding. | David Robillard | 6 | -23/+26 |
2012-04-24 | Move more implementation to C GanvCanvas. | David Robillard | 1 | -1/+1 |
2012-04-24 | Give canvas focus by default so keyboard commands work. | David Robillard | 5 | -17/+7 |
2012-04-24 | Fix downward signal flow display (i.e. port labels disabled). | David Robillard | 2 | -11/+2 |
2012-04-24 | Update copyright stuff in about dialog. | David Robillard | 1 | -3/+3 |
2012-04-23 | Fix polyphony widgets (fix #664). | David Robillard | 2 | -3/+10 |
2012-04-23 | Fix possible dereference of end iterator. | David Robillard | 1 | -2/+3 |
2012-04-23 | Edge deletion via select and keyboard delete. | David Robillard | 1 | -2/+14 |
2012-04-23 | Remove vestigial edit mode stuff. | David Robillard | 3 | -40/+0 |
2012-04-23 | Localise buffer reference stuff. | David Robillard | 20 | -78/+110 |
2012-04-23 | Fire signal and update GUI correctly when renaming ports. | David Robillard | 3 | -3/+7 |
2012-04-23 | Remove unused quark. | David Robillard | 2 | -2/+0 |
2012-04-23 | Maybe fix boost compilation errors again. | David Robillard | 1 | -1/+1 |
2012-04-23 | Use modern presets extension. | David Robillard | 1 | -20/+27 |
2012-04-23 | Maybe fix boost compilation errors. | David Robillard | 5 | -27/+39 |
2012-04-23 | Use URI defines where possible. | David Robillard | 10 | -26/+32 |
2012-04-23 | Remove cruft. | David Robillard | 2 | -29/+0 |
2012-04-23 | Resize modules when port labels change. | David Robillard | 1 | -1/+0 |
2012-04-22 | Fix editing string properties from properties window. | David Robillard | 1 | -1/+1 |
2012-04-22 | "Connection" => "Edge" and related terminology stuff. | David Robillard | 3 | -46/+54 |
2012-04-22 | Delete crusty old ingen bundle. | David Robillard | 5 | -329/+0 |
2012-04-22 | Move schema and internals definitions to ingen.lv2 bundle. | David Robillard | 4 | -257/+187 |
2012-04-22 | Fix crash when saving patches with subpatches. | David Robillard | 1 | -2/+1 |
2012-04-22 | Remove prefix for defunc contexts extension. | David Robillard | 2 | -3/+1 |
2012-04-22 | Fix crash on shutdown. | David Robillard | 1 | -0/+1 |