Age | Commit message (Expand) | Author | Files | Lines |
2012-05-09 | Remove old HTTP and OSC stuff. | David Robillard | 1 | -13/+4 |
2012-05-02 | Preliminary socket control interface, and ingen_cmd command line interface wh... | David Robillard | 2 | -2/+2 |
2012-05-01 | Remove half baked control window stuff. The canvas is better anyway. | David Robillard | 22 | -1135/+5 |
2012-05-01 | Implement menu selector for enumeration ports (sort of address #780). | David Robillard | 2 | -0/+36 |
2012-04-28 | Use "tail" and "head" terminology instead of "src_port" and "dst_port". | David Robillard | 4 | -44/+38 |
2012-04-28 | Lint. | David Robillard | 19 | -47/+69 |
2012-04-28 | Remove using declarations from headers. | David Robillard | 44 | -283/+304 |
2012-04-26 | Save properties with pretty numbers so normal LV2 tools can read patches. | David Robillard | 1 | -1/+1 |
2012-04-26 | Fix undefined reference. | David Robillard | 1 | -3/+3 |
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 | 3 | -22/+22 |
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 | 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 | Fire signal and update GUI correctly when renaming ports. | David Robillard | 1 | -1/+2 |
2012-04-23 | Use modern presets extension. | David Robillard | 1 | -20/+27 |
2012-04-23 | Use URI defines where possible. | David Robillard | 2 | -12/+12 |
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 | 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 | 1 | -0/+3 |
2012-04-14 | Update URIs. | David Robillard | 2 | -2/+2 |
2012-04-12 | Use URI defines from LV2 headers where possible. | David Robillard | 1 | -5/+0 |
2012-04-05 | Fix subpatch creation (fix #826). | David Robillard | 7 | -23/+25 |
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-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 | 3 | -3/+0 |
2012-03-27 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2012-03-27 | Switch to AGPL3+. | David Robillard | 64 | -1024/+960 |
2012-03-26 | Update for latest LV2. | David Robillard | 1 | -2/+2 |
2012-03-25 | Update for latest atom extension. | David Robillard | 4 | -5/+5 |
2012-03-20 | Show entire UI (with menu and status bar) for LV2 UI. | David Robillard | 3 | -4/+20 |
2012-03-19 | Partially functioning communication between Ingen LV2 plugin and UI. | David Robillard | 21 | -120/+152 |
2012-03-16 | Preliminary work towards native LV2 UI. | David Robillard | 14 | -772/+1148 |
2012-03-16 | Remove ping() from interface, just use a get instead. | David Robillard | 1 | -3/+2 |
2012-03-16 | Merge ClientInterface and ServerInterface. | David Robillard | 25 | -38/+36 |
2012-03-16 | Remove activity from interface and use set_property() instead. | David Robillard | 2 | -3/+6 |
2012-03-15 | Remove weird "include" directory and use standard style ("ingen" directory in... | David Robillard | 1 | -2/+2 |
2012-03-12 | Centralise atom creation in forge object. | David Robillard | 21 | -100/+141 |
2012-03-12 | Unify event response mechanism and make it more appropriate for wire transmis... | David Robillard | 4 | -8/+11 |
2012-03-12 | Make port controls actually do something. | David Robillard | 2 | -37/+36 |