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