Age | Commit message (Expand) | Author | Files | Lines |
2015-10-24 | Fix invalid iterator access | David Robillard | 1 | -1/+1 |
2015-09-29 | Fix more URI conversion issues. | David Robillard | 2 | -8/+6 |
2015-08-29 | Fix checking non-LV2 'plugins' for UIs. | David Robillard | 1 | -5/+7 |
2015-08-29 | Fix invalid conversion of URIDs to strings. | David Robillard | 2 | -8/+9 |
2015-08-28 | Get rid of LV2Info class. | David Robillard | 1 | -3/+3 |
2015-08-14 | Use lilv_free(). | David Robillard | 1 | -2/+2 |
2015-08-12 | Fix URI comparison issues. | David Robillard | 1 | -2/+2 |
2015-08-12 | Server-side presets. | David Robillard | 4 | -29/+57 |
2015-06-09 | Server side loading. | David Robillard | 1 | -2/+2 |
2015-04-04 | Update copyright dates. | David Robillard | 8 | -8/+8 |
2015-04-03 | Use lv2:prototype and deprecate ingen:prototype. | David Robillard | 1 | -5/+7 |
2015-03-15 | Fix renaming. | David Robillard | 1 | -0/+1 |
2015-03-08 | Fix UI update on custom UI control changes. | David Robillard | 1 | -6/+6 |
2015-02-17 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2015-02-08 | Server-side copy paste with LV2 state support. | David Robillard | 2 | -7/+19 |
2015-01-29 | Add lilv_file_uri_parse() for correct URI to path conversion. | David Robillard | 1 | -2/+9 |
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 1 | -2/+2 |
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 1 | -2/+2 |
2014-02-02 | Remove client-side arcs in parent graph when ports are deleted (fix #960). | David Robillard | 2 | -16/+31 |
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 | 2 | -23/+37 |
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 4 | -8/+5 |
2014-01-24 | Order scale points by value (fix #951). | David Robillard | 1 | -4/+3 |
2014-01-24 | Remove redundant and unnecessary properties from saved graphs and protocol. | David Robillard | 1 | -6/+7 |
2014-01-18 | Consolidate URIs. | David Robillard | 1 | -5/+6 |
2014-01-07 | Remove unused plugin icon stuff. | David Robillard | 1 | -32/+0 |
2014-01-04 | Fix documentation pane. | David Robillard | 1 | -32/+49 |
2013-12-31 | Fix crash on bulk deletion and AtomWriter forge errors. | David Robillard | 1 | -1/+2 |
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-11-01 | Remove unused typedefs. | David Robillard | 1 | -2/+0 |
2013-06-09 | Support removing properties from the properties dialog. | David Robillard | 1 | -0/+6 |
2013-06-09 | Fix crash when twiddling controls in custom LV2 GUIs. | David Robillard | 1 | -1/+2 |
2013-02-24 | Don't send port values to UI for audio ports (fix Calf crash). | David Robillard | 1 | -0/+6 |
2013-02-23 | Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul. | David Robillard | 2 | -14/+14 |
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 7 | -25/+25 |
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 | 7 | -16/+16 |
2013-02-02 | Add option to enable/disable canvas animation (fix/avoid #879). | David Robillard | 1 | -0/+5 |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 8 | -102/+102 |
2013-01-12 | Lint. | David Robillard | 1 | -1/+1 |
2013-01-11 | Use range-based for loops where possible. | David Robillard | 5 | -33/+27 |
2013-01-11 | Use type safe enumerations. | David Robillard | 1 | -2/+2 |
2013-01-09 | Load internal plugin data files and rework documentation code to work the sam... | David Robillard | 1 | -13/+24 |
2013-01-08 | Add support for URID ports. | David Robillard | 1 | -0/+14 |
2012-12-29 | "edge" => "arc". | David Robillard | 2 | -65/+64 |
2012-12-21 | Fix memory leaks. | David Robillard | 1 | -1/+1 |
2012-11-18 | Fix learn for Trigger and Internal nodes. | David Robillard | 1 | -8/+9 |
2012-11-18 | Fix Plugin=>UI ring overflow handling. | David Robillard | 2 | -2/+7 |
2012-11-17 | Generate sensible default symbols for plugins with URIs where the last path c... | David Robillard | 1 | -22/+32 |