Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-17 | Fix misleading variable name | David Robillard | 1 | -4/+4 | |
An atom also has a "body", and sometimes this "body" is itself an atom. | |||||
2022-08-17 | Relax unnecessarily narrow types | David Robillard | 1 | -6/+2 | |
2022-08-17 | Clean up log messages for consistency | David Robillard | 1 | -3/+3 | |
2022-08-17 | Clarify communication function names | David Robillard | 1 | -16/+17 | |
2022-08-17 | Make jalv_ui_port_index() private | David Robillard | 1 | -9/+11 | |
2022-08-17 | Clean up atom dumping code | David Robillard | 1 | -32/+28 | |
2022-08-17 | Remove unnecessary casts | David Robillard | 1 | -3/+3 | |
2022-08-17 | Remove lilv dependency from worker.h and worker.c | David Robillard | 1 | -2/+3 | |
2022-08-17 | Use clearer names for communication rings | David Robillard | 1 | -16/+16 | |
2022-08-17 | Fix whitespace | David Robillard | 1 | -2/+5 | |
2022-08-17 | Fix atom buffer alignment | David Robillard | 1 | -0/+2 | |
2022-08-17 | Simplify atom buffer allocation code | David Robillard | 1 | -13/+12 | |
2022-08-17 | Fix memory leaks | David Robillard | 1 | -0/+5 | |
2022-08-17 | Fix whitespace and use LV2_INSTANCE_ACCESS_URI | David Robillard | 1 | -4/+9 | |
2022-08-17 | Switch to meson build system | David Robillard | 1 | -14/+12 | |
2022-08-17 | Suppress new warnings in clang and clang-tidy 14 | David Robillard | 1 | -1/+1 | |
2022-08-17 | Remove unused member | David Robillard | 1 | -1/+0 | |
2022-08-17 | Separate JalvLog from Jalv | David Robillard | 1 | -1/+4 | |
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 | |