summaryrefslogtreecommitdiffstats
path: root/src/state.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-03Use a fully-fledged Atom serialisation API for state saving.David Robillard1-250/+160
2012-02-26Fix state restoration with paths.David Robillard1-10/+10
2012-02-19Update for latest LV2 changes.David Robillard1-9/+10
2012-02-03Gracefully tolerate NULL get_value passed to lilv_state_new_from_instance().David Robillard1-10/+12
2012-02-01Windows compatibility fixes.David Robillard1-10/+11
2012-01-28Update state interface to support multiple state snapshots with shared files.David Robillard1-119/+158
2012-01-18Fix memory leaks.David Robillard1-2/+11
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2012-01-17Support compilation as C++ under MSVC++,David Robillard1-10/+11
2012-01-15Shrink code.David Robillard1-18/+13
2012-01-15Lint.David Robillard1-1/+1
2012-01-14Lint.David Robillard1-20/+24
2012-01-12Factor out common SerdWriter creation code.David Robillard1-44/+42
2012-01-10Fix loading state from world model.David Robillard1-2/+2
2012-01-09Make lilv_state_save take a full filename with extension.David Robillard1-8/+10
2012-01-08Fix compilation without state extension.David Robillard1-13/+21
2012-01-08Move all non-portable stuff to util.c.David Robillard1-45/+9
2012-01-08Add file support to state implementation.David Robillard1-137/+345
2012-01-04Implement proper support for LV2_STATE_BUNDLE.David Robillard1-39/+76
2012-01-03Add lilv_state_get_num_properties().David Robillard1-32/+39
2012-01-03Fix memory error.David Robillard1-1/+1
2011-12-30Support arbitrary binary data in plugin state via base64 encoding.David Robillard1-35/+149
2011-12-23Add LilvState API for handling plugin state. This makes it simple to save andDavid Robillard1-0/+794