aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv.c
AgeCommit message (Collapse)AuthorFilesLines
2023-09-22Clean up includesDavid Robillard1-1/+0
2022-11-16Switch to external zix dependencyDavid Robillard1-2/+2
2022-08-17Use an aligned buffer for reading UI eventsDavid Robillard1-4/+11
2022-08-17Clean up jalv_open()David Robillard1-28/+25
2022-08-17Factor jalv_init_display() out of jalv_open()David Robillard1-24/+29
2022-08-17Factor feature initialization out of jalv_open()David Robillard1-91/+104
2022-08-17Factor jalv_init_env() out of jalv_open()David Robillard1-8/+13
2022-08-17Clean up commentsDavid Robillard1-3/+13
2022-08-17Use logging API for almost all console outputDavid Robillard1-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-17Only log custom UI URI when one is expectedDavid Robillard1-7/+5
Also deletes a rotten comment.
2022-08-17Factor URI mappings out from jalv_open()David Robillard1-79/+91
2022-08-17Make worker opaqueDavid Robillard1-39/+25
2022-08-17Fix thread-safety of plugin/UI communication ringsDavid Robillard1-47/+86
2022-08-17Fix comment typoDavid Robillard1-1/+1
2022-08-17Factor out jalv_write_event()David Robillard1-12/+12
2022-08-17Factor out jalv_write_control()David Robillard1-0/+19
2022-08-17Update zixDavid Robillard1-2/+2
2022-08-17Fix misleading variable nameDavid Robillard1-4/+4
An atom also has a "body", and sometimes this "body" is itself an atom.
2022-08-17Relax unnecessarily narrow typesDavid Robillard1-6/+2
2022-08-17Clean up log messages for consistencyDavid Robillard1-3/+3
2022-08-17Clarify communication function namesDavid Robillard1-16/+17
2022-08-17Make jalv_ui_port_index() privateDavid Robillard1-9/+11
2022-08-17Clean up atom dumping codeDavid Robillard1-32/+28
2022-08-17Remove unnecessary castsDavid Robillard1-3/+3
2022-08-17Remove lilv dependency from worker.h and worker.cDavid Robillard1-2/+3
2022-08-17Use clearer names for communication ringsDavid Robillard1-16/+16
2022-08-17Fix whitespaceDavid Robillard1-2/+5
2022-08-17Fix atom buffer alignmentDavid Robillard1-0/+2
2022-08-17Simplify atom buffer allocation codeDavid Robillard1-13/+12
2022-08-17Fix memory leaksDavid Robillard1-0/+5
2022-08-17Fix whitespace and use LV2_INSTANCE_ACCESS_URIDavid Robillard1-4/+9
2022-08-17Switch to meson build systemDavid Robillard1-14/+12
2022-08-17Suppress new warnings in clang and clang-tidy 14David Robillard1-1/+1
2022-08-17Remove unused memberDavid Robillard1-1/+0
2022-08-17Separate JalvLog from JalvDavid Robillard1-1/+4
2022-08-17Use a consistent interface for error/warning/debug loggingDavid Robillard1-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-17Print status information consistently to stdoutDavid Robillard1-10/+6
2022-08-17Reduce dependence on jalv_internal.hDavid Robillard1-0/+1
2022-08-17Remove Jalv back pointer from WorkerDavid Robillard1-4/+11
2022-08-17Move Port definition to its own headerDavid Robillard1-0/+1
2022-08-17Separate options.h from jalv_internal.hDavid Robillard1-0/+1
2022-08-17Move JalvURIDs and JalvNodes to their own headersDavid Robillard1-0/+2
2022-08-17Remove Jalv back pointer from ControlIDDavid Robillard1-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-17Clean up includesDavid Robillard1-2/+2
2022-08-17Clearly separate frontends from common internalsDavid Robillard1-10/+10
2022-08-17Separate control.h from jalv_internal.hDavid Robillard1-0/+1
2022-08-17Separate ui.h from jalv_internal.hDavid Robillard1-0/+1
2022-08-17Separate backend.h from jalv_internal.hDavid Robillard1-0/+1
2022-08-17Separate state.h from jalv_internal.hDavid Robillard1-0/+1
2022-08-17Separate log.h from jalv_internal.hDavid Robillard1-0/+1