Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-31 | Fix build on MacOS | David Robillard | 1 | -0/+2 | |
2022-05-30 | Fix MSVC build | David Robillard | 1 | -7/+7 | |
2022-05-30 | Remove use of VLAs | David Robillard | 1 | -7/+13 | |
2022-05-29 | Fix build on MacOS | David Robillard | 1 | -0/+2 | |
2022-05-27 | Add Gtk plugin selector UI | Alexandros Theodotou | 1 | -0/+4 | |
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 | Add version option to console executable | David Robillard | 1 | -2/+3 | |
2022-05-27 | Fix crash when exiting without having set up a backend | David Robillard | 1 | -2/+6 | |
2022-05-27 | Use consistent comment styles | David Robillard | 1 | -77/+76 | |
2022-05-27 | Format all code with clang-format | David Robillard | 1 | -1051/+1085 | |
2022-05-27 | Avoid "else" after "return" | David Robillard | 1 | -4/+4 | |
2021-02-15 | Pass ui:scaleFactor option to UIs | Alexandros Theodotou | 1 | -0/+12 | |
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-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 | Update zix | David Robillard | 1 | -1/+1 | |
2020-12-14 | Remove Jack session support | David Robillard | 1 | -5/+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 | 1 | -5/+15 | |
2020-07-21 | Fix incorrect printf format specifiers | David Robillard | 1 | -4/+4 | |
2020-04-05 | Add a command line argument to select a specific UI | Hanspeter Portner | 1 | -0/+9 | |
2020-04-05 | Factor out UI selection | David Robillard | 1 | -16/+64 | |
2020-04-05 | Add lv2:extensionData and ui:showInterface nodes | David Robillard | 1 | -0/+2 | |
2020-03-17 | Implement ui:requestValue | David Robillard | 1 | -0/+5 | |
2019-11-03 | Use screen refresh rate with Gtk3 and Qt5 | David Robillard | 1 | -2/+1 | |
2019-11-03 | Fix crash with Qt | David Robillard | 1 | -7/+7 | |
Qt requires that the argc and argv pointers passed to QApplication are valid for the lifetime of the application. | |||||
2019-10-17 | Make jalv_update return int | David Robillard | 1 | -3/+3 | |
This avoids some warnings about conversion between incompatible function pointer types. | |||||
2019-10-17 | Clean up includes | David Robillard | 1 | -22/+17 | |
2019-05-04 | Fix incorrect type for sample rate option | David Robillard | 1 | -4/+4 | |
2019-04-21 | Use modern LV2 includes | David Robillard | 1 | -14/+14 | |
2018-12-27 | Remove garbage element from features array | David Robillard | 1 | -1/+0 | |
2018-11-10 | Free LilvNodes when no longer required | Timo Wischer | 1 | -0/+14 | |
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com> | |||||
2018-11-10 | Use distinct error codes for all cases in jalv_open | David Robillard | 1 | -3/+3 | |
2018-11-10 | Move features to Jalv struct | Timo Wischer | 1 | -58/+92 | |
2018-11-10 | Move exit semaphore to Jalv struct | David Robillard | 1 | -10/+12 | |
2018-11-10 | Clean up properly after failing to open | David Robillard | 1 | -4/+13 | |
2018-11-10 | Factor out signal setup | David Robillard | 1 | -12/+18 | |
2018-11-10 | Separate the bulk of main code into jalv_open() and jalv_close() | David Robillard | 1 | -11/+26 | |
2018-09-27 | Split jalv_main() from main() | David Robillard | 1 | -224/+230 | |
This is just an interim commit to make the syntactic change of jalv becoming a pointer in isolation from the upcoming changes that require this. | |||||
2018-09-27 | Return distinct error codes for different error conditions | David Robillard | 1 | -8/+10 | |
2018-09-24 | Fix some unnecessary const casts | David Robillard | 1 | -1/+1 | |
2018-09-24 | Fix unused parameter warnings | Timo Wischer | 1 | -2/+2 | |
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com> | |||||
2018-09-23 | Remove support for deprecated event and uri-map extensions | David Robillard | 1 | -34/+2 | |
2018-09-22 | Move control printing function to shared internal header | David Robillard | 1 | -9/+2 | |
2018-09-22 | Only print initial value for control inputs | David Robillard | 1 | -1/+1 | |
2018-09-22 | Simplify control display in console interface | David Robillard | 1 | -11/+8 | |