Age | Commit message (Expand) | Author | Files | Lines |
2012-03-20 | More complete Ingen plugin <=> UI communication. | David Robillard | 3 | -22/+106 |
2012-03-19 | Partially functioning communication between Ingen LV2 plugin and UI. | David Robillard | 11 | -295/+258 |
2012-03-16 | Preliminary work towards native LV2 UI. | David Robillard | 5 | -130/+47 |
2012-03-16 | Remove ping() from interface, just use a get instead. | David Robillard | 6 | -19/+300 |
2012-03-16 | Merge ClientInterface and ServerInterface. | David Robillard | 2 | -10/+10 |
2012-03-16 | Remove activity from interface and use set_property() instead. | David Robillard | 1 | -0/+1 |
2012-03-15 | Remove weird "include" directory and use standard style ("ingen" directory in... | David Robillard | 1 | -2/+2 |
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 | 6 | -27/+80 |
2012-03-12 | Centralise atom creation in forge object. | David Robillard | 5 | -29/+39 |
2012-03-11 | Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat. | David Robillard | 2 | -28/+29 |
2012-03-11 | Fix UI response to property changes like port value (fix #779). | David Robillard | 1 | -4/+8 |
2012-03-10 | Rename ingen:canvas-x and ingen:canvas-y to ingen:canvasX and ingen:canvasY t... | David Robillard | 2 | -3/+3 |
2012-03-10 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2012-03-10 | Use new LV2 MIDI definitions. | David Robillard | 2 | -25/+23 |
2012-01-18 | Use consistent *_config.h rather than *-config.h. | David Robillard | 1 | -1/+1 |
2012-01-14 | Load files passed on command line without -l option (fix #804). | David Robillard | 1 | -5/+5 |
2011-11-26 | Use the more portable/correct lib instead of linkflags. | David Robillard | 1 | -1/+1 |
2011-11-24 | Remove client from world. | David Robillard | 1 | -3/+0 |
2011-11-09 | Update for changes in LV2 SVN. | David Robillard | 1 | -2/+2 |
2011-11-02 | Use ingen namespace for canvas-x and canvas-y and remove ingenuity namespace. | David Robillard | 2 | -4/+2 |
2011-11-02 | Remove unused dc prefix. | David Robillard | 1 | -4/+2 |
2011-10-22 | Move basic URI map and unmap implementation to URIs. | David Robillard | 2 | -3/+15 |
2011-10-22 | Add missing files | David Robillard | 1 | -0/+34 |
2011-10-22 | Move *all* OSC and HTTP stuff to their respective modules. | David Robillard | 6 | -388/+6 |
2011-10-21 | Clean up include paths. | David Robillard | 1 | -1/+1 |
2011-10-21 | Move more headers to shared include directory. | David Robillard | 12 | -311/+13 |
2011-10-21 | Move URIs.hpp to public shared include directory. | David Robillard | 3 | -110/+4 |
2011-10-21 | Separate URIs from LV2URIMap. | David Robillard | 10 | -170/+257 |
2011-10-21 | Remove implementation of uri-unmap extension. | David Robillard | 3 | -41/+2 |
2011-10-21 | Simplify LV2Features. | David Robillard | 3 | -32/+26 |
2011-10-21 | Move World.hpp and Module.hpp to public include directory. | David Robillard | 3 | -168/+2 |
2011-10-21 | Remove code from header. | David Robillard | 3 | -5/+2 |
2011-10-21 | Begin moving shared headers to public include directory. | David Robillard | 11 | -280/+14 |
2011-10-21 | Use Builder::connect | David Robillard | 1 | -1/+0 |
2011-10-21 | Use modern terser waf syntax. | David Robillard | 1 | -9/+12 |
2011-10-21 | Fix running as an LV2 plugin. | David Robillard | 2 | -0/+2 |
2011-10-10 | Fix compilation. | David Robillard | 1 | -1/+1 |
2011-10-03 | Remove static PortType enumeration from public/client side interface. | David Robillard | 2 | -31/+22 |
2011-09-24 | Fix set_property so it doesn't create multiple values in a context. | David Robillard | 1 | -1/+1 |
2011-09-24 | Only store patch canvas coordinates in containing patch. | David Robillard | 2 | -6/+9 |
2011-09-23 | Fix memory leaks and errors. | David Robillard | 1 | -0/+3 |
2011-09-23 | Fix broken iterator use (memory errors on erase) in ResourceImpl::set_property. | David Robillard | 5 | -7/+25 |
2011-09-23 | Don't prompt for save location when path is already known from previous save ... | David Robillard | 2 | -4/+15 |
2011-09-15 | Fix control bindings (MIDI learn). | David Robillard | 1 | -1/+1 |
2011-09-14 | Support lv2:sampleRate controls (mostly) correctly. | David Robillard | 3 | -5/+9 |
2011-05-27 | Don't install private headers | David Robillard | 1 | -3/+0 |
2011-05-24 | Remove dependence on protocol-specific client headers in GUI code. | David Robillard | 2 | -7/+17 |