summaryrefslogtreecommitdiffstats
path: root/lilv/lilv.h
AgeCommit message (Expand)AuthorFilesLines
2017-12-29Fix inconsistent parameter namesDavid Robillard1-21/+21
2017-12-29Use braces everywhereDavid Robillard1-4/+7
2017-02-14Fix invalid HTML in documentationDavid Robillard1-5/+5
2016-09-18Update copyright datesDavid Robillard1-1/+1
2016-09-16Add lilv_world_get_symbol()David Robillard1-0/+10
2016-09-05Fix typo in commentDavid Robillard1-1/+1
2016-07-24Add lilv_state_set_metadata()David Robillard1-0/+22
2015-10-29Add LILV_URI_ATOM_PORT and LILV_URI_CV_PORT definesDavid Robillard1-0/+2
2015-10-29Support reloading bundlesDavid Robillard1-3/+3
2015-10-28Fix outdated comment references to lilv_uri_to_path()David Robillard1-4/+4
2015-08-14Add lilv_free() for systems picky about such things.David Robillard1-3/+13
2015-03-07Add support for state deletion.David Robillard1-0/+34
2015-02-19Add lilv_state_emit_port_values() for special port value handling.David Robillard1-0/+16
2015-02-08Preserve absolute paths in state if no link directory is given.David Robillard1-1/+3
2015-01-29Expose lilv_world_load_specifications() and lilv_world_load_plugin_classes().David Robillard1-0/+20
2015-01-29Add lilv_file_uri_parse() for correct URI to path conversion.David Robillard1-1/+19
2014-08-10Fix function references in doc comments.David Robillard1-27/+28
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-101/+101
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-9/+9
2014-08-08Fix documentation issues.David Robillard1-16/+37
2014-08-08Update copyright dates.David Robillard1-1/+1
2014-07-31Minor code cleanups, slightly reduce LOC.David Robillard1-290/+145
2014-07-15Add lilv_world_unload_bundle() and lilv_world_unload_resource().David Robillard1-1/+25
2014-05-05Fix use of lv2info -m and -p options to write plugin data.David Robillard1-0/+13
2014-01-04Add lilv_port_get_node() for using world query functions with ports.David Robillard1-0/+12
2013-08-25Support getting index of designated latency ports.David Robillard1-1/+2
2013-03-25Allow lilv_state_restore() to be used without passing an instance, for restor...David Robillard1-10/+10
2013-02-10Add lilv_world_ask() for easily checking if a statement exists.David Robillard1-0/+28
2013-02-02Require a URI for lilv_state_to_string() and fail gracefully otherwise.David Robillard1-0/+5
2013-01-27Add note to documentation about loading default plugin state.David Robillard1-0/+2
2013-01-10Make lilv_plugin_get_port_by_designation() return a const pointer.David Robillard1-1/+1
2012-11-23Add lilv_world_ask() for simply checking if a statement exists.David Robillard1-0/+17
2012-11-23Add lilv_nodes_merge() to API (address part of #835).David Robillard1-0/+7
2012-11-23Add va_list variant of lilv_plugin_get_num_ports_of_class() (#758).David Robillard1-0/+14
2012-11-23Support atom:supports in lilv_port_supports_event() (fix #857).David Robillard1-2/+5
2012-06-30Fix documentation for ui_type parameter of lilv_ui_is_supported() (fix #838).David Robillard1-1/+1
2012-04-19Update documentation stuff.David Robillard1-1/+0
2012-04-17Add lilv_plugin_get_project() and get author information from project if it i...David Robillard1-0/+10
2012-03-27Delete trailing whitespace.David Robillard1-2/+2
2012-03-26lilv_plugin_get_port_by_parameter() => lilv_plugin_get_port_by_designation().David Robillard1-7/+10
2012-03-08Add base_uri parameter to lilv_state_to_string().David Robillard1-1/+2
2012-03-06Add lilv_state_new_from_string().David Robillard1-0/+9
2012-03-06Use raw type/size/value instead of LilvNode for port values.David Robillard1-7/+22
2012-03-03Use a fully-fledged Atom serialisation API for state saving.David Robillard1-2/+13
2012-02-28Update for latest lv2core.David Robillard1-5/+7
2012-02-27Implement lv2:relation.David Robillard1-6/+5
2012-02-26Add lilv_plugin_get_port_by_property() and lilv_port_get_index() as an improv...David Robillard1-0/+21
2012-01-28Update state interface to support multiple state snapshots with shared files.David Robillard1-10/+46
2012-01-18Clarify documentation.David Robillard1-3/+2
2012-01-17Support compilation as C++ under MSVC++,David Robillard1-1/+2