Age | Commit message (Expand) | Author | Files | Lines |
2022-08-17 | Factor out jalv_write_control() | David Robillard | 1 | -12/+4 |
2022-08-17 | Clarify communication function names | David Robillard | 1 | -1/+1 |
2022-08-17 | Use clearer names for communication rings | David Robillard | 1 | -1/+1 |
2022-08-17 | Use a consistent interface for error/warning/debug logging | David Robillard | 1 | -8/+8 |
2022-08-17 | Move Port definition to its own header | David Robillard | 1 | -0/+1 |
2022-08-17 | Move control-related type definitions to control.h | David Robillard | 1 | -0/+1 |
2022-08-17 | Move JalvURIDs and JalvNodes to their own headers | David Robillard | 1 | -0/+1 |
2022-08-17 | Separate state.h from jalv_internal.h | David Robillard | 1 | -0/+2 |
2022-08-17 | Separate log.h from jalv_internal.h | David Robillard | 1 | -0/+1 |
2022-08-17 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 |
2022-05-30 | Remove use of VLAs | David Robillard | 1 | -1/+1 |
2022-05-27 | Format all code with clang-format | David Robillard | 1 | -157/+172 |
2021-01-02 | Use email address instead of website for attribution | David Robillard | 1 | -1/+1 |
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 |