Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-21 | Suppress Wzero-as-null-pointer-constant in header | David Robillard | 1 | -0/+7 | |
For convenience of C++ projects that include the C header. | |||||
2020-03-12 | Use consistent tagline in documentation | David Robillard | 1 | -3/+4 | |
2019-10-21 | Clean up Python bindings | David Robillard | 1 | -2/+0 | |
2019-04-14 | Use modern LV2 includes | David Robillard | 1 | -2/+2 | |
2019-04-14 | Fix test bundle URI on Windows | David Robillard | 1 | -1/+2 | |
2019-04-14 | Add option to override LV2_PATH in applications | David Robillard | 1 | -0/+8 | |
2019-01-13 | Update copyright dates | David Robillard | 1 | -1/+1 | |
2019-01-13 | Clean up includes | David Robillard | 1 | -5/+4 | |
Sorts includes from local to global (which catches errors) and fixes missing includes found by the resulting breakage and include-what-you-use. | |||||
2019-01-11 | Use a clearer name for state directory and improve documentation | David Robillard | 1 | -20/+23 | |
2019-01-11 | Fix order of parameter documentation | David Robillard | 1 | -8/+8 | |
2018-09-04 | Fix GCC8 warnings | David Robillard | 1 | -1/+1 | |
2017-12-29 | Fix inconsistent parameter names | David Robillard | 1 | -21/+21 | |
2017-12-29 | Use braces everywhere | David Robillard | 1 | -4/+7 | |
2017-02-14 | Fix invalid HTML in documentation | David Robillard | 1 | -5/+5 | |
2016-09-18 | Update copyright dates | David Robillard | 1 | -1/+1 | |
2016-09-16 | Add lilv_world_get_symbol() | David Robillard | 1 | -0/+10 | |
2016-09-05 | Fix typo in comment | David Robillard | 1 | -1/+1 | |
2016-07-24 | Add lilv_state_set_metadata() | David Robillard | 1 | -0/+22 | |
This allows setting useful metadata on a state description accessible to hosts but not plugins, such as pset:bank and rdfs:comment. Based on patch from Hanspeter Portner. | |||||
2015-10-29 | Add LILV_URI_ATOM_PORT and LILV_URI_CV_PORT defines | David Robillard | 1 | -0/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5803 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-29 | Support reloading bundles | David Robillard | 1 | -3/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5797 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-28 | Fix outdated comment references to lilv_uri_to_path() | David Robillard | 1 | -4/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5795 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-08-14 | Add lilv_free() for systems picky about such things. | David Robillard | 1 | -3/+13 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5706 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-03-07 | Add support for state deletion. | David Robillard | 1 | -0/+34 | |
Add lilv_node_get_path(). Add lilv_state_get_uri(). Add lilv_state_delete(). Fix creation of duplicate manifest entries when saving state. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5617 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-19 | Add lilv_state_emit_port_values() for special port value handling. | David Robillard | 1 | -0/+16 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5586 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-08 | Preserve absolute paths in state if no link directory is given. | David Robillard | 1 | -1/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5540 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-01-29 | Expose lilv_world_load_specifications() and lilv_world_load_plugin_classes(). | David Robillard | 1 | -0/+20 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5529 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-01-29 | Add lilv_file_uri_parse() for correct URI to path conversion. | David Robillard | 1 | -1/+19 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5528 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-10 | Fix function references in doc comments. | David Robillard | 1 | -27/+28 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5450 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 1 | -101/+101 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5429 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 1 | -9/+9 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5428 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-08 | Fix documentation issues. | David Robillard | 1 | -16/+37 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5424 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-08 | Update copyright dates. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5423 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-07-31 | Minor code cleanups, slightly reduce LOC. | David Robillard | 1 | -290/+145 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5416 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-07-15 | Add lilv_world_unload_bundle() and lilv_world_unload_resource(). | David Robillard | 1 | -1/+25 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5413 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-05-05 | Fix use of lv2info -m and -p options to write plugin data. | David Robillard | 1 | -0/+13 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5401 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-04 | Add lilv_port_get_node() for using world query functions with ports. | David Robillard | 1 | -0/+12 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5255 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-08-25 | Support getting index of designated latency ports. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5158 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-03-25 | Allow lilv_state_restore() to be used without passing an instance, for ↵ | David Robillard | 1 | -10/+10 | |
restoring port values via a callback only. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5100 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-10 | Add lilv_world_ask() for easily checking if a statement exists. | David Robillard | 1 | -0/+28 | |
Add lilv_world_get() and lilv_port_get() for easily getting one value. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5053 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-02 | Require a URI for lilv_state_to_string() and fail gracefully otherwise. | David Robillard | 1 | -0/+5 | |
Fail gracefully when lilv_state_new_from_string() is called on NULL. Fixes #865. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5030 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-27 | Add note to documentation about loading default plugin state. | David Robillard | 1 | -0/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5011 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-10 | Make lilv_plugin_get_port_by_designation() return a const pointer. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4912 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-11-23 | Add lilv_world_ask() for simply checking if a statement exists. | David Robillard | 1 | -0/+17 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4862 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-11-23 | Add lilv_nodes_merge() to API (address part of #835). | David Robillard | 1 | -0/+7 | |
More lightweight version of lilv_plugin_has_feature() and lilv_world_find_nodes(). git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4860 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-11-23 | Add va_list variant of lilv_plugin_get_num_ports_of_class() (#758). | David Robillard | 1 | -0/+14 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4858 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-11-23 | Support atom:supports in lilv_port_supports_event() (fix #857). | David Robillard | 1 | -2/+5 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4857 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-06-30 | Fix documentation for ui_type parameter of lilv_ui_is_supported() (fix #838). | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4504 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-04-19 | Update documentation stuff. | David Robillard | 1 | -1/+0 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4203 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-04-17 | Add lilv_plugin_get_project() and get author information from project if it ↵ | David Robillard | 1 | -0/+10 | |
is not given directly on the plugin. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4189 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-27 | Delete trailing whitespace. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4112 a436a847-0d15-0410-975c-d299462d15a1 |