aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/state/state.h
AgeCommit message (Collapse)AuthorFilesLines
2016-07-31Add state:threadSafeRestore featureDavid Robillard1-6/+7
2015-12-04Add LV2_STATE_ERR_NO_SPACE status flagDavid Robillard1-1/+2
2014-11-25Single-page API documentation with unified style.David Robillard1-2/+10
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-3/+3
2014-07-31Use Doxygen Markdown support for more human-readable doc comments.David Robillard1-16/+16
Minor improvements to UI documentation.
2013-01-26Define LV2_STATE__loadDefaultState.David Robillard1-5/+6
2012-04-12Lint.David Robillard1-8/+0
2012-03-30Fix screwy invalid ExtensionData definitions as classes (now matches how ↵David Robillard1-16/+18
Feature is used). Add status return codes to state methods for error handling.
2012-03-11Implement consistent URI defines in core, state, atom, urid.David Robillard1-8/+9
2012-03-11Improve documentation.David Robillard1-11/+14
2012-03-04Add status flags so plugins can tell why storing a property failed.David Robillard1-12/+23
2012-03-04Update documentation to reflect reality.David Robillard1-86/+68
2012-02-18Remove state:Path and use new atom:Path instead.David Robillard1-5/+6
Remove suggestion to use file URIs in plugins, which is much too tedious. If plugins use standard atom types, hosts should be able to map paths in any way (which they may need to regardless). Unfortunately it's slightly less pretty in Turtle to have a special path type rather than a (possibly relative) URI. Factor out common write_set_filename_msg in sampler example. Establish common URI define convention LV2_EXTNAME__URILOCALNAME and define all URIs in state, message, and atom.
2012-02-08Rearrange tree so top level can be used as an include path for standard ↵David Robillard1-0/+359
style LV2 includes.