Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-12-14 | Remove Jack session support | David Robillard | 9 | -73/+2 |
2020-10-11 | Explicitly support lv2:inPlaceBroken | David Robillard | 2 | -3/+5 |
2020-10-03 | Print warning when submodules are not initialised | David Robillard | 1 | -2/+13 |
2020-09-27 | Strengthen lint target | David Robillard | 1 | -10/+65 |
2020-09-27 | Clean up includes | David Robillard | 13 | -28/+126 |
2020-09-27 | Clean up wscript | David Robillard | 1 | -7/+15 |
2020-09-27 | Update autowaf | David Robillard | 1 | -0/+0 |
2020-08-03 | Remove -Wno-implicit-int-float-conversion | David Robillard | 1 | -1/+0 |
2020-07-21 | Be explicit about warnings | David Robillard | 1 | -0/+66 |
2020-07-21 | Set third-party packages as system dependencies to suppress warnings | David Robillard | 1 | -7/+21 |
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 |
2020-07-21 | Add missing override specifiers | David Robillard | 1 | -12/+12 |
2020-07-21 | Use modern casts in C++ | David Robillard | 2 | -5/+7 |
2020-07-21 | Add missing static specifier | David Robillard | 1 | -1/+1 |
2020-07-21 | Use nullptr in C++ | David Robillard | 2 | -10/+10 |
2020-07-21 | Fix unnecessary const cast | David Robillard | 1 | -1/+1 |
2020-07-21 | Add format function annotations | David Robillard | 1 | -0/+8 |
2020-07-21 | Fix incorrect printf format specifiers | David Robillard | 2 | -5/+5 |
2020-07-21 | Make function checks work with strict warnings and Werror | David Robillard | 2 | -0/+18 |
2020-07-08 | Revert "worker: Only add response when enough space" | David Robillard | 1 | -4/+0 |
2020-07-08 | Revert "worker: Do not read response when not yet available" | David Robillard | 1 | -26/+7 |
2020-05-09 | Always call jalv_init_ui() | David Robillard | 2 | -0/+4 |
2020-04-19 | Define _POSIX_C_SOURCE locally | David Robillard | 2 | -3/+2 |
2020-04-05 | worker: Only add response when enough space | Timo Wischer | 1 | -0/+4 |
2020-04-05 | worker: Do not read response when not yet available | Timo Wischer | 1 | -7/+26 |
2020-04-05 | Add a command line argument to select a specific UI | Hanspeter Portner | 7 | -1/+29 |
2020-04-05 | Factor out UI selection | David Robillard | 1 | -16/+64 |
2020-04-05 | Add lv2:extensionData and ui:showInterface nodes | David Robillard | 2 | -0/+4 |
2020-04-05 | Support port events for ui:showInterface UIs | Hanspeter Portner | 3 | -6/+16 |
2020-04-05 | Normalize NEWS file | David Robillard | 1 | -1/+1 |
2020-03-17 | Allocate more space for command prompt commands | David Robillard | 1 | -1/+1 |
2020-03-17 | Fix null termination of paths passed to plugins | David Robillard | 1 | -2/+2 |
2020-03-17 | Fix buffer overrun with very long symbols in commands | David Robillard | 1 | -4/+4 |
2020-03-17 | Implement ui:requestValue | David Robillard | 4 | -1/+47 |
2019-12-09 | Fix autowaf submodule reference | David Robillard | 1 | -1/+1 |
2019-11-10 | Jalv 1.6.4v1.6.4 | David Robillard | 2 | -3/+3 |
2019-11-10 | Normalise NEWS file | David Robillard | 1 | -53/+53 |
2019-11-10 | Add gitignore file | David Robillard | 1 | -0/+1 |
2019-11-10 | Remove old release targets | David Robillard | 1 | -25/+9 |
2019-11-10 | Ensure refresh rate is at least 30Hz | David Robillard | 1 | -1/+3 |
2019-11-10 | Remove debug noise | David Robillard | 1 | -1/+0 |
2019-11-10 | Support rdfs:label for port groups | David Robillard | 2 | -1/+8 |
2019-11-03 | Use screen refresh rate with Gtk3 and Qt5 | David Robillard | 9 | -3/+47 |
2019-11-03 | Fix crash with Qt | David Robillard | 3 | -9/+9 |
2019-10-17 | Avoid deprecated QFontMetrics::width | David Robillard | 1 | -2/+13 |
2019-10-17 | Replace use of deprecated qSort | David Robillard | 1 | -1/+1 |
2019-10-17 | Avoid deprecation warnings in the Gtk headers themselves | David Robillard | 2 | -17/+8 |
2019-10-17 | Make jalv_update return int | David Robillard | 2 | -4/+4 |
2019-10-17 | Clean up includes | David Robillard | 16 | -85/+78 |