Age | Commit message (Expand) | Author | Files | Lines |
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 | 3 | -20/+45 |
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 | 2 | -2/+4 |
2012-04-26 | Implement delta via atoms. | David Robillard | 1 | -18/+53 |
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 | 5 | -23/+25 |
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 | 2 | -26/+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 | 1 | -1/+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 | 9 | -25/+29 |
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 | 2 | -31/+31 |
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 |
2012-04-22 | Twiddle properties window size fudge. | David Robillard | 1 | -2/+2 |
2012-04-22 | Fix crash when showing properties window (fix #828). | David Robillard | 2 | -62/+13 |
2012-04-22 | Remove edit mode. | David Robillard | 5 | -100/+0 |
2012-04-22 | Show non-resizable plugin UIs properly. | David Robillard | 2 | -2/+29 |
2012-04-16 | Update for latest LV2 resize-port extension. | David Robillard | 2 | -19/+18 |
2012-04-14 | Update URIs. | David Robillard | 6 | -6/+6 |
2012-04-12 | Use URI defines from LV2 headers where possible. | David Robillard | 5 | -29/+7 |
2012-04-12 | Update for latest atom extension. | David Robillard | 8 | -24/+15 |
2012-04-11 | Write port values in presets as pretty numbers. | David Robillard | 1 | -1/+1 |
2012-04-05 | Remove unnecessary include. | David Robillard | 1 | -1/+0 |
2012-04-05 | Fix subpatch creation (fix #826). | David Robillard | 7 | -23/+25 |
2012-04-05 | Fix end namespace comments to match reality. | David Robillard | 21 | -22/+21 |
2012-04-05 | Remove use of Glibmm variant wrapper which is inexplicably recent (fix #827). | David Robillard | 2 | -7/+4 |
2012-04-05 | Fix wonky controls when plugin GUI is open (fix #822). | David Robillard | 1 | -6/+9 |
2012-03-31 | Update for latest LV2 state extension. | David Robillard | 2 | -7/+9 |
2012-03-27 | Tidy. | David Robillard | 1 | -4/+8 |
2012-03-27 | Fix load plugin window. | David Robillard | 1 | -4/+8 |