summaryrefslogtreecommitdiffstats
path: root/src/state.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-13Clean up includesDavid Robillard1-6/+17
2019-01-11Use a clearer name for state directory and improve documentationDavid Robillard1-13/+13
2018-09-16Fix lilv_state_delete() for state bundles with extra filesDavid Robillard1-11/+23
2018-09-16Ensure state directory member is always set to a pathDavid Robillard1-9/+14
2018-09-16Don't print errors when saving state if correct links already existDavid Robillard1-3/+9
2018-09-16Make handle parameter to lilv_path_exists constDavid Robillard1-3/+3
2018-07-10Don't check for existence before attempting to create directoriesDavid Robillard1-7/+7
2017-12-29Remove pointless castsDavid Robillard1-1/+1
2017-01-04Lilv 0.24.2v0.24.2David Robillard1-1/+1
2017-01-03Always escape file URIsDavid Robillard1-5/+5
2016-09-26Fix comparison of restored states with pathsDavid Robillard1-1/+1
2016-09-18Fix memory, file, and library leaksDavid Robillard1-5/+8
2016-08-16Never call qsort on NULLDavid Robillard1-2/+6
2016-07-24Add lilv_state_set_metadata()David Robillard1-70/+124
2016-07-11Improve test coverageDavid Robillard1-4/+4
2015-11-04Fix restoring state from stringsDavid Robillard1-1/+1
2015-10-29Fix restoring plugins with no state interfaceDavid Robillard1-5/+7
2015-10-29Fix buildDavid Robillard1-1/+1
2015-10-29Fix long linesDavid Robillard1-43/+49
2015-10-04Improve test coverageDavid Robillard1-2/+6
2015-09-10Use lilv_free() where appropriate.David Robillard1-3/+3
2015-05-22Clarify comment.David Robillard1-1/+1
2015-05-21Delete trailing whitespace.David Robillard1-2/+2
2015-03-07Add support for state deletion.David Robillard1-47/+191
2015-02-19Add lilv_state_emit_port_values() for special port value handling.David Robillard1-6/+13
2015-02-08Preserve absolute paths in state if no link directory is given.David Robillard1-3/+6
2014-10-05Tolerate passing NULL to lilv_state_restore().David Robillard1-4/+6
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-1/+1
2014-07-31Minor code cleanups, slightly reduce LOC.David Robillard1-26/+13
2014-07-15Add lilv_world_unload_bundle() and lilv_world_unload_resource().David Robillard1-1/+7
2013-12-17Fix more const issues.David Robillard1-9/+10
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 Robillard1-20/+16
2013-02-18Fix SordNode leaks.David Robillard1-5/+4
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
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 Robillard1-3/+3
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard1-10/+10
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-04-12Use URI defines from LV2 headers where possible.David Robillard1-18/+16
2012-04-12Fix saving state with files.David Robillard1-7/+10
2012-04-12Remove pointless lilv_world_find_statements() wrapper and use new sord_search().David Robillard1-16/+9
2012-04-11Write port values in presets as pretty numbers.David Robillard1-1/+7
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 Robillard1-1/+1
2012-03-20Depend on sratom as a proper library and eliminate rampant copy/paste code re...David Robillard1-3/+7