Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-30 | Remove use of VLAs | David Robillard | 5 | -11/+18 | |
2022-05-29 | Fix console interface build on Windows | David Robillard | 1 | -1/+11 | |
2022-05-29 | Fix build on MacOS | David Robillard | 1 | -0/+2 | |
2022-05-27 | Remove Gtkmm interface | David Robillard | 1 | -131/+0 | |
Gtk2 is long deprecated, and Gtkmm2 is still covered by Ardour anyway. | |||||
2022-05-27 | Add Gtk plugin selector UI | Alexandros Theodotou | 6 | -0/+142 | |
2022-05-27 | Use G_VALUE_INIT | David Robillard | 1 | -2/+2 | |
2022-05-27 | Remove double semicolons | David Robillard | 1 | -1/+1 | |
2022-05-27 | Clean up URI initialization code | David Robillard | 1 | -79/+76 | |
2022-05-27 | Remove redundant conditionals | David Robillard | 1 | -6/+2 | |
2022-05-27 | Move platform-specific terminal code out of headers | David Robillard | 3 | -26/+35 | |
2022-05-27 | Change no-menu short option to m to avoid clash with jack-name | David Robillard | 1 | -1/+1 | |
2022-05-27 | Add version option to console executable | David Robillard | 2 | -2/+19 | |
2022-05-27 | Fix crash when exiting without having set up a backend | David Robillard | 1 | -2/+6 | |
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 | Gracefully handle attempt to schedule work with size 0 | David Robillard | 1 | -0/+6 | |
2022-05-27 | Use consistent comment styles | David Robillard | 10 | -190/+171 | |
2022-05-27 | Format all code with clang-format | David Robillard | 15 | -4137/+4290 | |
2022-05-27 | Use "auto" to avoid repeating type names | David Robillard | 2 | -18/+19 | |
2022-05-27 | Use braced init lists | David Robillard | 1 | -5/+2 | |
2022-05-27 | Avoid "typedef" in C++ | David Robillard | 1 | -2/+2 | |
2022-05-27 | Avoid "else" after "return" | David Robillard | 6 | -43/+80 | |
2021-02-15 | Pass ui:scaleFactor option to UIs | Alexandros Theodotou | 6 | -1/+52 | |
This option was added in LV2 1.18.0. | |||||
2021-02-15 | Remove Qt4 support | David Robillard | 1 | -45/+29 | |
2021-01-16 | Update zix | David Robillard | 5 | -245/+257 | |
2021-01-02 | Use email address instead of website for attribution | David Robillard | 22 | -35/+35 | |
2020-12-18 | Fix warning message | David Robillard | 1 | -1/+2 | |
2020-12-18 | Ignore ports with nonsense lv2:control designations | David Robillard | 1 | -1/+8 | |
2020-12-14 | Avoid use of strcat() | David Robillard | 1 | -2/+1 | |
2020-12-14 | Explicitly delete unused special member functions | David Robillard | 1 | -0/+6 | |
2020-12-14 | Make member variable private | David Robillard | 1 | -2/+1 | |
2020-12-14 | Use C++-style include | David Robillard | 1 | -1/+1 | |
2020-12-14 | Add missing member initialization | David Robillard | 1 | -5/+10 | |
2020-12-14 | Don't use C casts in C++ code | David Robillard | 1 | -5/+7 | |
2020-12-14 | Don't declare default arguments | David Robillard | 1 | -11/+15 | |
2020-12-14 | Use explicit constructors | David Robillard | 1 | -6/+6 | |
2020-12-14 | Fix inconsistent parameter name | David Robillard | 1 | -1/+1 | |
2020-12-14 | Isolate variable declarations | David Robillard | 1 | -1/+2 | |
2020-12-14 | Fix unused parameter warnings | David Robillard | 5 | -16/+19 | |
2020-12-14 | Use the appropriate math functions for the operand precision | David Robillard | 2 | -5/+5 | |
2020-12-14 | Remove meaningless const qualifiers in declarations | David Robillard | 1 | -6/+6 | |
2020-12-14 | Initialize all variables | David Robillard | 6 | -19/+25 | |
2020-12-14 | Clean up includes | David Robillard | 3 | -7/+14 | |
2020-12-14 | Update zix | David Robillard | 9 | -81/+104 | |
2020-12-14 | Remove Jack session support | David Robillard | 5 | -60/+0 | |
2020-10-11 | Explicitly support lv2:inPlaceBroken | David Robillard | 1 | -1/+2 | |
I believe this is true for both Jack and PortAudio, though neither document it as a guarantee. | |||||
2020-09-27 | Clean up includes | David Robillard | 13 | -28/+126 | |
2020-07-21 | Fix use of deprecated Qt API | David Robillard | 1 | -1/+1 | |
2020-07-21 | Remove unused macros | David Robillard | 1 | -5/+0 | |