Age | Commit message (Expand) | Author | Files | Lines |
2012-04-22 | Show non-resizable plugin UIs properly. | David Robillard | 1 | -2/+26 |
2012-04-12 | Use URI defines from LV2 headers where possible. | David Robillard | 1 | -10/+0 |
2012-03-27 | Squeeze blank lines. | David Robillard | 1 | -1/+0 |
2012-03-27 | Switch to AGPL3+. | David Robillard | 9 | -144/+135 |
2012-03-26 | Update for latest LV2. | David Robillard | 1 | -1/+1 |
2012-03-22 | Remove crufty headeres. | David Robillard | 1 | -1/+0 |
2012-03-19 | Partially functioning communication between Ingen LV2 plugin and UI. | David Robillard | 6 | -54/+24 |
2012-03-16 | Preliminary work towards native LV2 UI. | David Robillard | 2 | -1/+4 |
2012-03-16 | Merge ClientInterface and ServerInterface. | David Robillard | 1 | -6/+6 |
2012-03-16 | Remove activity from interface and use set_property() instead. | David Robillard | 2 | -10/+2 |
2012-03-15 | Remove weird "include" directory and use standard style ("ingen" directory in... | David Robillard | 1 | -2/+2 |
2012-03-14 | Use the host URI map/unmap when running as a plugin. | David Robillard | 4 | -9/+11 |
2012-03-12 | Centralise atom creation in forge object. | David Robillard | 2 | -13/+24 |
2012-03-11 | Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat. | David Robillard | 1 | -1/+1 |
2012-03-11 | Fix UI response to property changes like port value (fix #779). | David Robillard | 2 | -21/+6 |
2012-03-10 | Delete trailing whitespace. | David Robillard | 2 | -2/+2 |
2012-01-18 | Use consistent *_config.h rather than *-config.h. | David Robillard | 2 | -2/+2 |
2011-11-09 | Update for changes in LV2 SVN. | David Robillard | 1 | -1/+1 |
2011-10-22 | Move *all* OSC and HTTP stuff to their respective modules. | David Robillard | 10 | -1466/+4 |
2011-10-21 | Tidy. | David Robillard | 4 | -27/+21 |
2011-10-21 | Make engine receivers depend only on ServerInterface. | David Robillard | 2 | -2/+2 |
2011-10-21 | Clean up include paths. | David Robillard | 2 | -2/+2 |
2011-10-21 | Move more headers to shared include directory. | David Robillard | 7 | -7/+7 |
2011-10-21 | Separate URIs from LV2URIMap. | David Robillard | 5 | -8/+11 |
2011-10-21 | Move World.hpp and Module.hpp to public include directory. | David Robillard | 4 | -5/+5 |
2011-10-21 | Begin moving shared headers to public include directory. | David Robillard | 1 | -1/+1 |
2011-10-21 | Use modern terser waf syntax. | David Robillard | 1 | -21/+22 |
2011-10-03 | Remove static PortType enumeration from public/client side interface. | David Robillard | 3 | -17/+17 |
2011-10-01 | Support inline display of HTML LV2 documentation via WebKit. | David Robillard | 1 | -8/+20 |
2011-09-24 | Remove unnecessary request_property() and RequestMetadataEvent. | David Robillard | 4 | -18/+0 |
2011-09-24 | Only store patch canvas coordinates in containing patch. | David Robillard | 1 | -2/+3 |
2011-09-23 | Fix memory leaks and errors. | David Robillard | 1 | -6/+10 |
2011-09-23 | Fix broken iterator use (memory errors on erase) in ResourceImpl::set_property. | David Robillard | 3 | -5/+5 |
2011-09-23 | Disable harmless error message about activity notification for nonexistent ports | David Robillard | 1 | -3/+2 |
2011-09-23 | Don't prompt for save location when path is already known from previous save ... | David Robillard | 2 | -4/+6 |
2011-09-23 | Animate audio port colours based on levels. | David Robillard | 2 | -4/+7 |
2011-09-17 | Fix "Disconnect" in port context menu (i.e. disconnect_all for ports). | David Robillard | 1 | -2/+7 |
2011-09-14 | Support lv2:sampleRate controls (mostly) correctly. | David Robillard | 4 | -6/+23 |
2011-06-11 | Remove dead code. | David Robillard | 1 | -3/+1 |
2011-05-27 | Don't install private headers | David Robillard | 1 | -3/+0 |
2011-05-25 | Move sanitised serialisation headers to public include directory | David Robillard | 1 | -1/+1 |
2011-05-24 | Move appropriate client headers to public include directory. | David Robillard | 20 | -1162/+27 |
2011-05-24 | Remove dependence on protocol-specific client headers in GUI code. | David Robillard | 6 | -17/+42 |
2011-05-24 | Tidy up headers. | David Robillard | 9 | -38/+24 |
2011-05-24 | Remove use of ingen-config.h in soon-to-be-public headers. | David Robillard | 3 | -43/+23 |
2011-05-24 | Update for new Sord API | David Robillard | 1 | -2/+2 |
2011-05-19 | Convey put context parameter via OSC. | David Robillard | 2 | -3/+6 |
2011-05-19 | Fix some crashiness in last commit. | David Robillard | 1 | -5/+8 |
2011-05-19 | Fix delta via OSC (OSC bindings should be fully functional again). | David Robillard | 3 | -2/+73 |
2011-05-18 | Update for new Serd and Sord APIs. | David Robillard | 1 | -1/+1 |