Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-03-27 | Squeeze blank lines. | David Robillard | 132 | -137/+0 |
2012-03-27 | Delete trailing whitespace. | David Robillard | 7 | -12/+12 |
2012-03-27 | Switch to AGPL3+. | David Robillard | 228 | -3601/+3544 |
2012-03-26 | Update for latest LV2. | David Robillard | 5 | -7/+7 |
2012-03-25 | Update for latest atom extension. | David Robillard | 17 | -41/+27 |
2012-03-23 | Fix compilation with latest LV2. | David Robillard | 15 | -184/+78 |
2012-03-22 | Remove crufty headeres. | David Robillard | 3 | -3/+0 |
2012-03-20 | More complete Ingen plugin <=> UI communication. | David Robillard | 4 | -23/+107 |
2012-03-20 | Show entire UI (with menu and status bar) for LV2 UI. | David Robillard | 3 | -4/+20 |
2012-03-20 | Depend on sratom as a proper library and eliminate rampant copy/paste code re... | David Robillard | 3 | -910/+2 |
2012-03-20 | Sshh. | David Robillard | 2 | -9/+0 |
2012-03-19 | Partially functioning communication between Ingen LV2 plugin and UI. | David Robillard | 93 | -1659/+2192 |
2012-03-16 | Preliminary work towards native LV2 UI. | David Robillard | 23 | -905/+1200 |
2012-03-16 | Remove ping() from interface, just use a get instead. | David Robillard | 9 | -29/+302 |
2012-03-16 | Merge ClientInterface and ServerInterface. | David Robillard | 71 | -196/+188 |
2012-03-16 | Remove activity from interface and use set_property() instead. | David Robillard | 28 | -347/+67 |
2012-03-16 | Remove ClientInterface::activity and use set_property instead. | David Robillard | 2 | -10/+7 |