aboutsummaryrefslogtreecommitdiffstats
path: root/src/state.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-16Remove unnecessary includesDavid Robillard1-1/+0
2016-10-05Factor out Jack backendDavid Robillard1-1/+1
2016-07-31Support thread-safe state restorationDavid Robillard1-5/+26
2015-12-04Remove unused macrosDavid Robillard1-2/+0
2015-11-08Support numeric and string plugin propertiesDavid Robillard1-0/+1
2015-10-17Remove unused definesDavid Robillard1-4/+1
2015-08-30Add option to load preset from the command line.David Robillard1-0/+4
2015-05-22Fix deleting and re-saving presets.David Robillard1-0/+1
2015-03-07Improve preset support.David Robillard1-11/+19
2015-03-06Don't print all presets to console on load.David Robillard1-1/+0
2014-08-08Update copyright dates.David Robillard1-1/+1
2014-07-15Support saving the same preset several times.David Robillard1-0/+15
2013-12-17Fix more const issues.David Robillard1-4/+4
2012-08-22Fix state restoration.David Robillard1-3/+8
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard1-1/+1
2012-06-13Tolerate loading presets with port values that aren't xsd:decimal (fix #824).David Robillard1-4/+11
2012-04-12Use URI defines from LV2 headers where possible.David Robillard1-8/+4
2012-04-11Write port values in presets as pretty numbers.David Robillard1-2/+2
2012-04-11Simpler preset saving.David Robillard1-3/+5
2012-04-10Make controls update when changing presets (except combos).David Robillard1-1/+1
2012-04-09More sensible URI node cacheing structure.David Robillard1-2/+2
2012-04-09Tidy.David Robillard1-1/+4
2012-03-06Use raw type/size/value instead of LilvNode for port values.David Robillard1-9/+16
2012-03-03Update for latest Lilv.David Robillard1-4/+4
2012-02-09Mac portability fixes.David Robillard1-1/+1
2012-01-28Update state interface to support multiple state snapshots with shared files.David Robillard1-5/+10
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2012-01-17Fix crashes when loading presets with no UI present (fix #808).David Robillard1-7/+9
2012-01-15Lint.David Robillard1-4/+4
2012-01-10Update for latest Lilv state API (fix ticket #801).David Robillard1-8/+34
2012-01-03Don't run plugin while setting state (which violates threading rules).David Robillard1-0/+5
2011-12-23Use new LilvState API for state/presets.David Robillard1-590/+60
2011-12-21Save rdf:type and rdfs:label (if supplied) with state/presets.David Robillard1-15/+25
2011-12-21Merge preset and state saving.David Robillard1-58/+29
2011-12-21Separate preset manifest entry writing.David Robillard1-26/+45
2011-12-21Begin merging state and prefix implementations.David Robillard1-20/+334
2011-12-21Make load_state_from_file fully generic.David Robillard1-9/+24
2011-12-21Add first-class PluginState object and make state interface more generic.David Robillard1-61/+86
2011-12-20Localize more stuff to state.c.David Robillard1-21/+14
2011-12-19Even more generic state implementation.David Robillard1-41/+74
2011-12-18Make state implementation more generic.David Robillard1-12/+28
2011-12-18Use opaque port colours.David Robillard1-1/+0
2011-12-18persist.c => state.c.David Robillard1-0/+299