Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-17 | Use an aligned buffer for reading UI events | David Robillard | 1 | -4/+11 | |
2022-08-17 | Clean up jalv_open() | David Robillard | 1 | -28/+25 | |
2022-08-17 | Factor jalv_init_display() out of jalv_open() | David Robillard | 1 | -24/+29 | |
2022-08-17 | Factor feature initialization out of jalv_open() | David Robillard | 1 | -91/+104 | |
2022-08-17 | Factor jalv_init_env() out of jalv_open() | David Robillard | 1 | -8/+13 | |
2022-08-17 | Clean up comments | David Robillard | 1 | -3/+13 | |
2022-08-17 | Use logging API for almost all console output | David Robillard | 1 | -11/+13 | |
Towards being smarter about this and maintaining distinction between kinds of output, so the console interface can grow into a more solid language/protocol. | |||||
2022-08-17 | Only log custom UI URI when one is expected | David Robillard | 1 | -7/+5 | |
Also deletes a rotten comment. | |||||
2022-08-17 | Factor URI mappings out from jalv_open() | David Robillard | 1 | -79/+91 | |
2022-08-17 | Make worker opaque | David Robillard | 1 | -39/+25 | |
2022-08-17 | Fix thread-safety of plugin/UI communication rings | David Robillard | 1 | -47/+86 | |
2022-08-17 | Fix comment typo | David Robillard | 1 | -1/+1 | |
2022-08-17 | Factor out jalv_write_event() | David Robillard | 1 | -12/+12 | |
2022-08-17 | Factor out jalv_write_control() | David Robillard | 1 | -0/+19 | |
2022-08-17 | Update zix | David Robillard | 1 | -2/+2 | |
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 | |