Age | Commit message (Expand) | Author | Files | Lines |
2015-01-29 | Add lilv_file_uri_parse() for correct URI to path conversion. | David Robillard | 1 | -2/+9 |
2014-02-01 | Check to make sure plugin matches for ui:notifications to avoid redundant mes... | David Robillard | 1 | -0/+11 |
2014-01-31 | Subscribe to ports before instantiating plugin UIs (fix #954). | David Robillard | 1 | -21/+30 |
2013-11-01 | Implement static UI port notifications (fix #935). | David Robillard | 1 | -7/+32 |
2013-11-01 | Implement LV2 UI port_index, subscribe, and unsubscribe features. | David Robillard | 1 | -12/+72 |
2013-06-09 | Fix crash when twiddling controls in custom LV2 GUIs. | David Robillard | 1 | -1/+2 |
2013-02-23 | Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul. | David Robillard | 1 | -3/+3 |
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 1 | -2/+2 |
2013-02-09 | Use default float protocol for UI float controls (fix #885). | David Robillard | 1 | -4/+11 |
2013-02-02 | More generic Atom class. | David Robillard | 1 | -1/+1 |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -10/+10 |
2012-08-18 | Node => Block | David Robillard | 1 | -13/+13 |
2012-08-17 | Implement real logging system, LV2 log extension support, and purge evil/ugly... | David Robillard | 1 | -6/+8 |
2012-08-12 | Use ingen:root as the path for the root patch, opening up path space for engi... | David Robillard | 1 | -4/+4 |
2012-08-10 | Fix various const violations. | David Robillard | 1 | -4/+4 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -6/+6 |
2012-05-11 | Clean up and better document World interface. | David Robillard | 1 | -2/+2 |
2012-05-11 | Use more reasonable names for the world's interface and engine (if present). | David Robillard | 1 | -7/+7 |
2012-05-10 | Work towards translatable strings and a cleaner log interface. | David Robillard | 1 | -6/+5 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 1 | -1/+0 |
2012-04-28 | Tidy. | David Robillard | 1 | -6/+9 |
2012-04-23 | Use URI defines where possible. | David Robillard | 1 | -1/+1 |
2012-04-22 | Show non-resizable plugin UIs properly. | David Robillard | 1 | -2/+26 |
2012-03-27 | Switch to AGPL3+. | David Robillard | 1 | -16/+15 |
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 | 1 | -36/+4 |
2012-03-16 | Preliminary work towards native LV2 UI. | David Robillard | 1 | -0/+3 |
2012-03-14 | Use the host URI map/unmap when running as a plugin. | David Robillard | 1 | -7/+6 |
2012-03-12 | Centralise atom creation in forge object. | David Robillard | 1 | -5/+9 |
2012-03-11 | Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat. | David Robillard | 1 | -1/+1 |
2011-10-21 | Move more headers to shared include directory. | David Robillard | 1 | -1/+1 |
2011-10-21 | Separate URIs from LV2URIMap. | David Robillard | 1 | -2/+3 |
2011-10-21 | Begin moving shared headers to public include directory. | David Robillard | 1 | -1/+1 |
2011-05-24 | Move appropriate client headers to public include directory. | David Robillard | 1 | -3/+3 |
2011-05-13 | Make models const in client code. | David Robillard | 1 | -7/+8 |
2011-04-29 | LilvValue => LilvNode. | David Robillard | 1 | -12/+12 |
2011-04-29 | Terser names for value constructors. | David Robillard | 1 | -1/+1 |
2011-04-29 | Don't hide pointers behind typedefs. | David Robillard | 1 | -6/+6 |
2011-04-28 | Switch to Lilv from SLV2. | David Robillard | 1 | -16/+16 |
2011-04-28 | More future-proof collection APIs. | David Robillard | 1 | -1/+1 |
2011-04-28 | Update for new Suil API. | David Robillard | 1 | -2/+2 |
2011-04-22 | Remove UI instance API from SLV2 (apps should implement UIs via Suil now). | David Robillard | 1 | -20/+37 |
2011-04-16 | Update copyright headers | David Robillard | 1 | -1/+1 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 1 | -3/+0 |
2011-03-16 | Fix LV2 plugin UIs (broken in r3093). | David Robillard | 1 | -2/+3 |
2011-03-15 | Fix crash when double clicking nodes without custom UIs. | David Robillard | 1 | -5/+9 |
2011-03-08 | Update for new SLV2 UI API. | David Robillard | 1 | -3/+7 |
2011-03-07 | Apply LV2 UI MIDI event fix from Lars Luthman (ticket #651) with minor changes. | David Robillard | 1 | -1/+3 |
2011-03-07 | Update for new SLV2 UI API. | David Robillard | 1 | -2/+6 |
2011-02-24 | Make Suil exclusively deal with instantiating (not choosing) UIs. | David Robillard | 1 | -31/+12 |