aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-09-22Clean up includesDavid Robillard5-10/+0
2023-05-02Remove old-style casts in C++David Robillard1-4/+6
2023-05-02Fix code formattingDavid Robillard1-2/+2
2023-02-03Suppress/fix new warnings in clang-tidy 15David Robillard1-10/+10
2022-12-12Remove stale macroDavid Robillard1-3/+0
2022-12-12Use header bar in plugin selector dialogDavid Robillard1-9/+11
2022-12-11Add margin to controls containerDavid Robillard1-0/+2
2022-12-11Sort options in command line help outputDavid Robillard2-58/+58
2022-12-11Add missing short versions of command line optionsDavid Robillard1-1/+1
2022-12-11Fix clashing command line optionsDavid Robillard1-1/+1
2022-12-11Clean up command line help outputDavid Robillard1-5/+6
2022-12-11Remove Gtk portability wrappers that are no longer necessaryDavid Robillard1-41/+26
2022-12-11Don't expand combo box controlsDavid Robillard1-0/+2
2022-12-11Use Gtk switches instead of checkboxes for toggle controlsDavid Robillard1-13/+17
2022-12-11Replace use of deprecated Gtk interfacesDavid Robillard1-70/+52
2022-12-11Remove Gtk2 interfaceDavid Robillard1-24/+1
2022-11-16Fix potential memory leaksDavid Robillard1-1/+8
2022-11-16Switch to external zix dependencyDavid Robillard14-1268/+11
2022-09-09Jalv 1.6.8David Robillard1-1/+1
2022-08-23Fix "preset" console command when "presets" hasn't been calledDavid Robillard1-0/+1
2022-08-22Update stale zix/common.hDavid Robillard1-73/+12
2022-08-18Fix duplicate macro definitionDavid Robillard1-9/+0
2022-08-17Fix build with build system checks disabledDavid Robillard1-6/+18
2022-08-17Support both rdfs:label and lv2:name for port group labelsDavid Robillard1-0/+6
2022-08-17Use an aligned buffer for reading UI eventsDavid Robillard1-4/+11
2022-08-17Clean up symap implementation and run unit testDavid Robillard2-62/+80
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 Robillard2-4/+18
2022-08-17Fix comment typoDavid Robillard1-1/+1
2022-08-17Use logging API for almost all console outputDavid Robillard5-14/+22
2022-08-17Simplify command line usage printing codeDavid Robillard1-14/+15
2022-08-17Only log custom UI URI when one is expectedDavid Robillard1-7/+5
2022-08-17Factor URI mappings out from jalv_open()David Robillard1-79/+91
2022-08-17Make worker opaqueDavid Robillard4-86/+181
2022-08-17Clean up and document worker implementationDavid Robillard1-38/+52
2022-08-17Define JALV_BEGIN_DECLS and define JALV_END_DECLSDavid Robillard13-72/+56
2022-08-17Fix thread-safety of plugin/UI communication ringsDavid Robillard2-49/+93
2022-08-17Fix comment typoDavid Robillard1-1/+1
2022-08-17Factor out jalv_write_event()David Robillard4-21/+36
2022-08-17Factor out jalv_write_control()David Robillard5-32/+43
2022-08-17Factor out the concept of writing a "packet" in the workerDavid Robillard1-7/+13
2022-08-17Update zixDavid Robillard9-149/+664
2022-08-17Fix misleading variable nameDavid Robillard1-4/+4
2022-08-17Relax unnecessarily narrow typesDavid Robillard5-31/+15
2022-08-17Clean up log messages for consistencyDavid Robillard2-4/+4
2022-08-17Clarify communication function namesDavid Robillard3-22/+23
2022-08-17Make jalv_ui_port_index() privateDavid Robillard2-12/+11