Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-11 | Sort options in command line help output | David Robillard | 1 | -1/+1 | |
2022-11-16 | Switch to external zix dependency | David Robillard | 1 | -3/+3 | |
2022-08-23 | Fix "preset" console command when "presets" hasn't been called | David Robillard | 1 | -0/+1 | |
2022-08-17 | Use logging API for almost all console output | David Robillard | 1 | -1/+4 | |
Towards being smarter about this and maintaining distinction between kinds of output, so the console interface can grow into a more solid language/protocol. | |||||
2022-08-17 | Simplify command line usage printing code | David Robillard | 1 | -14/+15 | |
2022-08-17 | Switch to meson build system | David Robillard | 1 | -7/+15 | |
2022-08-17 | Reduce dependence on jalv_internal.h | David Robillard | 1 | -0/+1 | |
2022-08-17 | Move Port definition to its own header | David Robillard | 1 | -0/+1 | |
2022-08-17 | Separate options.h from jalv_internal.h | David Robillard | 1 | -0/+1 | |
2022-08-17 | Move control-related type definitions to control.h | David Robillard | 1 | -0/+1 | |
2022-08-17 | Clearly separate frontends from common internals | David Robillard | 1 | -10/+10 | |
2022-08-17 | Separate ui.h from jalv_internal.h | David Robillard | 1 | -0/+1 | |
2022-08-17 | Separate state.h from jalv_internal.h | David Robillard | 1 | -0/+1 | |
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-29 | Fix console interface build on Windows | David Robillard | 1 | -1/+11 | |
2022-05-27 | Add Gtk plugin selector UI | Alexandros Theodotou | 1 | -0/+7 | |
2022-05-27 | Add version option to console executable | David Robillard | 1 | -0/+16 | |
2022-05-27 | Flush stdout after printing control values | David Robillard | 1 | -0/+2 | |
Although the stdout of Jalv is not really designed/suitable for machine control, this at least allows parent processes to get new control values immediately as they are initialized or changed. | |||||
2022-05-27 | Add missing option in console help output | David Robillard | 1 | -0/+1 | |
2022-05-27 | Sort options in help output by case-insensitive flag | David Robillard | 1 | -1/+1 | |
2022-05-27 | Format all code with clang-format | David Robillard | 1 | -190/+188 | |
2022-05-27 | Avoid "else" after "return" | David Robillard | 1 | -2/+4 | |
2021-02-15 | Pass ui:scaleFactor option to UIs | Alexandros Theodotou | 1 | -0/+6 | |
This option was added in LV2 1.18.0. | |||||
2021-01-02 | Use email address instead of website for attribution | David Robillard | 1 | -1/+1 | |
2020-12-14 | Fix unused parameter warnings | David Robillard | 1 | -3/+4 | |
2020-12-14 | Initialize all variables | David Robillard | 1 | -2/+2 | |
2020-12-14 | Remove Jack session support | David Robillard | 1 | -7/+0 | |
2020-09-27 | Clean up includes | David Robillard | 1 | -0/+5 | |
2020-04-05 | Add a command line argument to select a specific UI | Hanspeter Portner | 1 | -0/+7 | |
2020-04-05 | Support port events for ui:showInterface UIs | Hanspeter Portner | 1 | -5/+9 | |
2020-03-17 | Allocate more space for command prompt commands | David Robillard | 1 | -1/+1 | |
2020-03-17 | Fix buffer overrun with very long symbols in commands | David Robillard | 1 | -4/+4 | |
2019-11-03 | Use screen refresh rate with Gtk3 and Qt5 | David Robillard | 1 | -0/+6 | |
2019-10-17 | Clean up includes | David Robillard | 1 | -5/+5 | |
2019-04-21 | Use modern LV2 includes | David Robillard | 1 | -1/+1 | |
2018-12-27 | Remove unused jalv_ui_resize() | David Robillard | 1 | -8/+0 | |
This function was added many years ago to support the UI resize feature, but has been dead code for a long time and nobody seems to have noticed, so it can't be that important. | |||||
2018-11-10 | Remove unnecessary preallocation | David Robillard | 1 | -3/+0 | |
2018-11-10 | Move exit semaphore to Jalv struct | David Robillard | 1 | -5/+5 | |
2018-09-24 | Fix some unnecessary const casts | David Robillard | 1 | -1/+1 | |
2018-09-24 | Fix unused parameter warnings | Timo Wischer | 1 | -9/+11 | |
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com> | |||||
2018-09-22 | Add commands to set and list presets | David Robillard | 1 | -0/+20 | |
2018-09-22 | Add commands to print control values | David Robillard | 1 | -0/+21 | |
2018-09-22 | Add command to set control values by port index | David Robillard | 1 | -4/+13 | |
2018-09-22 | Move control printing function to shared internal header | David Robillard | 1 | -1/+1 | |
2018-09-22 | Add rudimentary help to console interface | David Robillard | 1 | -3/+10 | |
2018-09-22 | Print error message on unknown command input | David Robillard | 1 | -0/+2 | |
2018-09-22 | Simplify control display in console interface | David Robillard | 1 | -1/+1 | |
2018-09-21 | Factor out running show-interface UIs from the console front-end | David Robillard | 1 | -3/+13 | |
2018-09-19 | Add support for underscore in port names on command line | Jośe Fernando Moyano | 1 | -1/+1 | |