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