Age | Commit message (Expand) | Author | Files | Lines |
2024-11-24 | Rename ambiguous "buffer_size" field to "ring_size" | David Robillard | 1 | -1/+1 |
2024-11-17 | Rename UI port event function and move it to the appropriate header | David Robillard | 1 | -5/+5 |
2024-11-17 | Use nanosleep() instead of usleep() | David Robillard | 1 | -2/+3 |
2024-11-17 | Move string utilities to a separate compilation unit | David Robillard | 1 | -0/+1 |
2024-10-12 | Add missing const qualifiers | David Robillard | 1 | -3/+3 |
2024-10-12 | Factor frontend command-line arguments into a struct | David Robillard | 1 | -28/+33 |
2024-10-12 | Use conventional POSIX format for command-line messages | David Robillard | 1 | -29/+33 |
2024-10-12 | Handle realloc failure everywhere | David Robillard | 1 | -4/+11 |
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 |
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 |
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 |
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 |
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 |
2018-09-22 | Add commands to set and list presets | David Robillard | 1 | -0/+20 |