Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-03-15 | Remove weird "include" directory and use standard style ("ingen" directory in... | David Robillard | 9 | -20/+20 |
2012-03-15 | Implement new LV2 discovery API. | David Robillard | 1 | -56/+66 |
2012-03-15 | Use host-provided URI-map for internally mapped URIs. | David Robillard | 1 | -17/+41 |
2012-03-14 | Consistently map all URIs with the URI map. | David Robillard | 2 | -65/+65 |
2012-03-14 | Remove silly/slow Quark::c_str() since Quark derives from a string type anyway. | David Robillard | 1 | -6/+0 |
2012-03-14 | Use the host URI map/unmap when running as a plugin. | David Robillard | 38 | -70/+167 |
2012-03-12 | Disable OSC and HTTP for now. | David Robillard | 1 | -3/+4 |
2012-03-12 | Move bundle patch finding stuff to ingen_lv2.cpp and simplify it to not require | David Robillard | 2 | -80/+52 |
2012-03-12 | Fix mysterious undefined reference when running as a plugin. | David Robillard | 1 | -0/+3 |
2012-03-12 | Centralise atom creation in forge object. | David Robillard | 53 | -273/+393 |
2012-03-12 | Unify event response mechanism and make it more appropriate for wire transmis... | David Robillard | 39 | -408/+148 |
2012-03-12 | Allow control and audio ports to be connected to CV ports. | David Robillard | 2 | -4/+8 |
2012-03-12 | Make port controls actually do something. | David Robillard | 2 | -37/+36 |
2012-03-11 | Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat. | David Robillard | 24 | -88/+117 |
2012-03-11 | Fix crash when showing port properties window. | David Robillard | 1 | -0/+1 |
2012-03-11 | Implement state save/restore when Ingen is an LV2 plugin. | David Robillard | 4 | -11/+123 |
2012-03-11 | Fix UI response to property changes like port value (fix #779). | David Robillard | 3 | -25/+14 |
2012-03-10 | Rename ingen:canvas-x and ingen:canvas-y to ingen:canvasX and ingen:canvasY t... | David Robillard | 9 | -37/+37 |
2012-03-10 | Delete trailing whitespace. | David Robillard | 15 | -32/+31 |
2012-03-10 | Fix loading as an LV2 plugin. | David Robillard | 1 | -6/+10 |
2012-03-10 | Use new LV2 MIDI definitions. | David Robillard | 4 | -27/+25 |
2012-03-09 | Fix patch saving. | David Robillard | 1 | -5/+7 |
2012-03-02 | Update for latest atom extension. | David Robillard | 2 | -4/+3 |
2012-02-23 | Update for latest Atom extension. | David Robillard | 3 | -8/+8 |
2012-02-08 | Update for latest Atom extension. | David Robillard | 4 | -9/+9 |
2012-01-18 | Use consistent *_config.h rather than *-config.h. | David Robillard | 20 | -20/+20 |
2012-01-14 | Replace some non-portable stuff with glib equivalents. | David Robillard | 6 | -20/+6 |
2012-01-14 | Load correct OSC module in ingen plugin. | David Robillard | 1 | -1/+1 |
2012-01-14 | Fix broken link to engine library in saved bundles (fix #806). | David Robillard | 2 | -9/+8 |
2012-01-14 | Fix loading patches by relative path (fix #798). | David Robillard | 1 | -4/+15 |