aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-08-17Separate ui.h from jalv_internal.hDavid Robillard6-21/+48
2022-08-17Separate backend.h from jalv_internal.hDavid Robillard5-16/+42
2022-08-17Separate state.h from jalv_internal.hDavid Robillard7-43/+73
2022-08-17Separate log.h from jalv_internal.hDavid Robillard7-33/+65
2022-08-17Adopt REUSE machine-readable licensing standardDavid Robillard22-330/+44
2022-05-31Fix build on MacOSDavid Robillard1-0/+2
2022-05-30Build Qt moc output as a separate objectDavid Robillard2-60/+119
2022-05-30Move implementations out of shared headerDavid Robillard2-29/+40
2022-05-30Fix MSVC buildDavid Robillard1-7/+7
2022-05-30Remove use of VLAsDavid Robillard5-11/+18
2022-05-29Fix console interface build on WindowsDavid Robillard1-1/+11
2022-05-29Fix build on MacOSDavid Robillard1-0/+2
2022-05-27Remove Gtkmm interfaceDavid Robillard1-131/+0
2022-05-27Add Gtk plugin selector UIAlexandros Theodotou6-0/+142
2022-05-27Use G_VALUE_INITDavid Robillard1-2/+2
2022-05-27Remove double semicolonsDavid Robillard1-1/+1
2022-05-27Clean up URI initialization codeDavid Robillard1-79/+76
2022-05-27Remove redundant conditionalsDavid Robillard1-6/+2
2022-05-27Move platform-specific terminal code out of headersDavid Robillard3-26/+35
2022-05-27Change no-menu short option to m to avoid clash with jack-nameDavid Robillard1-1/+1
2022-05-27Add version option to console executableDavid Robillard2-2/+19
2022-05-27Fix crash when exiting without having set up a backendDavid Robillard1-2/+6
2022-05-27Flush stdout after printing control valuesDavid Robillard1-0/+2
2022-05-27Add missing option in console help outputDavid Robillard1-0/+1
2022-05-27Sort options in help output by case-insensitive flagDavid Robillard1-1/+1
2022-05-27Gracefully handle attempt to schedule work with size 0David Robillard1-0/+6
2022-05-27Use consistent comment stylesDavid Robillard10-190/+171
2022-05-27Format all code with clang-formatDavid Robillard15-4137/+4290
2022-05-27Use "auto" to avoid repeating type namesDavid Robillard2-18/+19
2022-05-27Use braced init listsDavid Robillard1-5/+2
2022-05-27Avoid "typedef" in C++David Robillard1-2/+2
2022-05-27Avoid "else" after "return"David Robillard6-43/+80
2021-02-15Pass ui:scaleFactor option to UIsAlexandros Theodotou6-1/+52
2021-02-15Remove Qt4 supportDavid Robillard1-45/+29
2021-01-16Update zixDavid Robillard5-245/+257
2021-01-02Use email address instead of website for attributionDavid Robillard22-35/+35
2020-12-18Fix warning messageDavid Robillard1-1/+2
2020-12-18Ignore ports with nonsense lv2:control designationsDavid Robillard1-1/+8
2020-12-14Avoid use of strcat()David Robillard1-2/+1
2020-12-14Explicitly delete unused special member functionsDavid Robillard1-0/+6
2020-12-14Make member variable privateDavid Robillard1-2/+1
2020-12-14Use C++-style includeDavid Robillard1-1/+1
2020-12-14Add missing member initializationDavid Robillard1-5/+10
2020-12-14Don't use C casts in C++ codeDavid Robillard1-5/+7
2020-12-14Don't declare default argumentsDavid Robillard1-11/+15
2020-12-14Use explicit constructorsDavid Robillard1-6/+6
2020-12-14Fix inconsistent parameter nameDavid Robillard1-1/+1
2020-12-14Isolate variable declarationsDavid Robillard1-1/+2
2020-12-14Fix unused parameter warningsDavid Robillard5-16/+19
2020-12-14Use the appropriate math functions for the operand precisionDavid Robillard2-5/+5