Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-17 | Use a consistent interface for error/warning/debug logging | David Robillard | 1 | -27/+27 | |
Towards the ability to hook the log into other things (for display in a UI, for example). The implementation still just prints to stderr, although now with consistent formatting. | |||||
2022-08-17 | Print status information consistently to stdout | David Robillard | 1 | -10/+6 | |
2022-08-17 | Reduce dependence on jalv_internal.h | David Robillard | 1 | -0/+1 | |
2022-08-17 | Remove Jalv back pointer from Worker | David Robillard | 1 | -4/+11 | |
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 JalvURIDs and JalvNodes to their own headers | David Robillard | 1 | -0/+2 | |
2022-08-17 | Remove Jalv back pointer from ControlID | David Robillard | 1 | -6/+15 | |
Bit of a kludge, but this unblocks further cleanup and modularization. The Gtk static data / signal issues can be addressed later. | |||||
2022-08-17 | Clean up includes | David Robillard | 1 | -2/+2 | |
2022-08-17 | Clearly separate frontends from common internals | David Robillard | 1 | -10/+10 | |
2022-08-17 | Separate control.h from jalv_internal.h | David Robillard | 1 | -0/+1 | |
2022-08-17 | Separate ui.h from jalv_internal.h | David Robillard | 1 | -0/+1 | |
2022-08-17 | Separate backend.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-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> |