summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-12-19Add support for running plugins from Python by Kaspar Emanuel (fix #939 and #...David Robillard1-0/+5
2013-12-17Fix more const issues.David Robillard1-9/+10
2013-10-30Call GetProcAddress with correct calling convention on Windows (fix #932).David Robillard1-4/+7
2013-08-25Support getting index of designated latency ports.David Robillard1-3/+13
2013-08-25Support denoting latency ports with lv2:designation lv2:latency.David Robillard3-5/+13
2013-05-30Fix unlikely memory leak in lilv_plugin_instantiate().David Robillard1-8/+8
2013-03-25Allow lilv_state_restore() to be used without passing an instance, for restor...David Robillard1-2/+2
2013-02-18Make use of sord_get().David Robillard2-64/+34
2013-02-18Fix SordNode leaks.David Robillard2-12/+12
2013-02-10Add lilv_world_ask() for easily checking if a statement exists.David Robillard3-0/+35
2013-02-02Require a URI for lilv_state_to_string() and fail gracefully otherwise.David Robillard1-0/+9
2013-01-27Don't print errors when loading plugin description as default state.David Robillard1-5/+7
2013-01-26Support state:loadDefaultState.David Robillard1-0/+3
2013-01-15Fix several plugin functions that failed to load data if called first.David Robillard1-0/+6
2013-01-10Make lilv_plugin_get_port_by_designation() return a const pointer.David Robillard1-5/+5
2012-11-23Add lilv_world_ask() for simply checking if a statement exists.David Robillard1-0/+11
2012-11-23lilv_world_query_values_internal() => lilv_world_find_nodes_internal().David Robillard4-20/+20
2012-11-23Add lilv_nodes_merge() to API (address part of #835).David Robillard3-41/+46
2012-11-23Add va_list variant of lilv_plugin_get_num_ports_of_class() (#758).David Robillard1-19/+39
2012-11-23Support atom:supports in lilv_port_supports_event() (fix #857).David Robillard1-5/+14
2012-11-23Factor out common "ask if a triple is present" pattern.David Robillard4-29/+21
2012-08-13Fix potential crash when state saving fails.David Robillard1-1/+2
2012-08-10Always back LilvNode with a SordNode and shave 16 bytes off of LilvNode.David Robillard7-125/+107
2012-08-09Use existing PAGE_SIZE if defined (fix compilation on Haiku).David Robillard1-3/+6
2012-08-09Fix Windows static build.David Robillard1-1/+1
2012-08-09Update zix. Fix --static-progs.David Robillard3-43/+89
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard9-30/+29
2012-08-07Add missing headers and define.David Robillard1-0/+3
2012-08-03Fix crash when invalid plugin URIs are used.David Robillard1-0/+4
2012-08-03Fix compilation with MSVC.David Robillard1-0/+1
2012-07-29Fix bogus warning about control reaching end of non-void function.David Robillard1-1/+1
2012-07-15Gracefully handle failure to save plugin state and print error message.David Robillard1-2/+21
2012-07-06Fix crash when lv2info is run with an invalid URI argument.David Robillard1-2/+12
2012-05-13Gracefully handle allocation failure.David Robillard1-1/+6
2012-04-19Fix dynmanifest supportDavid Robillard1-1/+1
2012-04-17Add lilv_plugin_get_project() and get author information from project if it i...David Robillard1-0/+40
2012-04-12Use URI defines from LV2 headers where possible.David Robillard4-45/+47
2012-04-12Fix saving state with files.David Robillard1-7/+10
2012-04-12Fix errors caused by blank node merging.David Robillard2-2/+8
2012-04-12Remove pointless lilv_world_find_statements() wrapper and use new sord_search().David Robillard2-56/+36
2012-04-11Write port values in presets as pretty numbers.David Robillard1-1/+7
2012-04-10Fix memory leak.David Robillard1-0/+1
2012-04-06Fix compilation on Windows.David Robillard1-4/+5
2012-04-06Fix compilation under MSVC.David Robillard1-3/+4
2012-03-31Update for latest LV2 state extension.David Robillard1-2/+2
2012-03-27Delete trailing whitespace.David Robillard3-3/+3
2012-03-26lilv_plugin_get_port_by_parameter() => lilv_plugin_get_port_by_designation().David Robillard3-14/+14
2012-03-21Fix redundant parsing of resources (e.g. preset files).David Robillard1-1/+1
2012-03-20Depend on sratom as a proper library and eliminate rampant copy/paste code re...David Robillard3-847/+7
2012-03-19Update for latest atom extension.David Robillard1-2/+2