Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-11-24 | Factor out free_control() | David Robillard | 1 | -0/+13 | |
2024-11-17 | Move string utilities to a separate compilation unit | David Robillard | 1 | -2/+2 | |
These don't really have anything to do with logging. Also replace a call to the non-standard strdup() in the process. | |||||
2024-11-14 | Remove unused prototypes and make functions static where possible | David Robillard | 1 | -1/+2 | |
2024-10-12 | Handle realloc failure everywhere | David Robillard | 1 | -2/+5 | |
2022-08-17 | Switch to meson build system | David Robillard | 1 | -2/+0 | |
2022-08-17 | Use a consistent interface for error/warning/debug logging | David Robillard | 1 | -4/+5 | |
Towards the ability to hook the log into other things (for display in a UI, for example). The implementation still just prints to stderr, although now with consistent formatting. | |||||
2022-08-17 | Move control-related type definitions to control.h | David Robillard | 1 | -2/+0 | |
2022-08-17 | Remove Jalv back pointer from ControlID | David Robillard | 1 | -47/+50 | |
Bit of a kludge, but this unblocks further cleanup and modularization. The Gtk static data / signal issues can be addressed later. | |||||
2022-08-17 | Separate control.h from jalv_internal.h | David Robillard | 1 | -0/+2 | |
2022-08-17 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2022-05-27 | Move platform-specific terminal code out of headers | David Robillard | 1 | -0/+2 | |
2022-05-27 | Use consistent comment styles | David Robillard | 1 | -3/+3 | |
2022-05-27 | Format all code with clang-format | David Robillard | 1 | -118/+137 | |
2022-05-27 | Avoid "else" after "return" | David Robillard | 1 | -2/+5 | |
2021-01-02 | Use email address instead of website for attribution | David Robillard | 1 | -1/+1 | |
2020-09-27 | Clean up includes | David Robillard | 1 | -0/+11 | |
2018-09-22 | Simplify control display in console interface | David Robillard | 1 | -5/+0 | |
2018-08-01 | Use lilv_port_get_range() to get default, min, max of a control port | Timo Wischer | 1 | -3/+0 | |
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com> | |||||
2016-09-18 | Update copyright dates | David Robillard | 1 | -1/+1 | |
2016-09-17 | Unify control port and parameter implementations | David Robillard | 1 | -0/+40 | |
2016-07-31 | Fix compilation with C++ | David Robillard | 1 | -1/+1 | |
2016-04-25 | Support read-only controls | David Robillard | 1 | -0/+1 | |
Based on patch from Hanspeter Portner https://github.com/ventosus/jalv.git fix_extend_jalv_gtk 9cf3e524f33716aaa2bbb18d9eb869ed095f5eaf | |||||
2015-12-31 | Fix controls when range is given with integers | David Robillard | 1 | -2/+5 | |
2015-11-08 | Support numeric and string plugin properties | David Robillard | 1 | -0/+129 | |
Also: * Print plugin/UI communication log in colour if supported * Update UI when internal plugin state is changed during preset load git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5812 a436a847-0d15-0410-975c-d299462d15a1 |