summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-07-20Use std::make_uniqueDavid Robillard3-3/+3
2022-07-20Use a uniform interface for changing settings in the UIDavid Robillard6-43/+76
2022-07-20Clean up includesDavid Robillard11-14/+27
2022-07-20Use strict castsDavid Robillard1-3/+7
2022-07-20Make setting structs constructableDavid Robillard1-18/+48
2022-07-20Remove Setting<T>::Value typeDavid Robillard2-5/+3
2022-07-20Adopt REUSE machine-readable licensing standardDavid Robillard60-768/+1377
2022-07-20Switch to meson build systemDavid Robillard26-515/+806
2022-07-19Fix compilation of JackDbusDriver.cppBruce Schultz1-21/+24
2022-07-19Suppress new warnings in clang-tidy 14David Robillard2-2/+12
2022-07-19Normalize NEWS fileDavid Robillard1-1/+1
2022-05-27Build as C++17David Robillard1-1/+1
2022-05-26Patchage 1.0.6v1.0.6David Robillard2-2/+4
2022-05-26Suppress clang 13 warningsDavid Robillard1-0/+1
2022-05-26Suppress GCC 12 warningsDavid Robillard1-0/+5
2022-05-26Clean up includesDavid Robillard9-12/+10
2022-05-26Fix initial display with no configuration fileDavid Robillard2-1/+4
2022-05-26Avoid potential null dereferencesDavid Robillard3-5/+12
2022-05-26Improve menu update logicDavid Robillard1-9/+15
2022-05-26Fix parsing module position from configuration fileDavid Robillard1-2/+2
2022-05-26Fix implicit floating point conversionDavid Robillard2-6/+6
2022-05-18Clean up whitespaceDavid Robillard2-3/+0
2022-05-18Fix build with fmt 8.1.1David Robillard1-4/+21
2021-06-04Fix initialisation orderDavid Robillard3-17/+16
2021-06-04Fix mismatched forward declarationDavid Robillard1-1/+1
2021-05-11Refactor most functionality around actions and settingsDavid Robillard13-319/+490
2021-05-11Add general configuration setting mechanismDavid Robillard6-88/+210
2021-05-11Register idle callback after all other setupDavid Robillard1-4/+4
2021-05-11Add Cleared event for implementing refresh without a raceDavid Robillard5-2/+11
2021-05-11Move drivers to a separate objectDavid Robillard7-97/+196
2021-05-11Remove unused member variableDavid Robillard2-4/+0
2021-05-11Move Coord to its own headerDavid Robillard9-18/+36
2021-05-10Update IWYU configuration to suppress errors on older versionsDavid Robillard1-12/+13
2021-05-10Add Action representation to isolate behaviour from canvas objectsDavid Robillard14-195/+391
2021-05-08Put events in a namespace and simplify their namesDavid Robillard6-67/+72
2021-05-08Remove redundant codeDavid Robillard4-32/+8
2021-05-08Use unique_ptr for module menusDavid Robillard2-9/+8
2021-04-08Fix ALSA sequencer port subscriptionsDavid Robillard2-21/+24
2021-04-08Fix crash on client disconnectionDavid Robillard2-2/+3
2021-04-08Update version and NEWS fileDavid Robillard2-1/+7
2021-04-08Show latency in toolbar with 2 decimal placesColin Fowler1-2/+2
2021-01-07Patchage 1.0.4v1.0.4David Robillard2-3/+3
2021-01-07Delete trailing whitespaceDavid Robillard1-1/+1
2021-01-07Update autowafDavid Robillard1-0/+0
2021-01-02Format all code with clang-formatDavid Robillard42-3744/+3562
2020-12-16Fix build on MacOSDavid Robillard2-6/+8
2020-12-16Avoid use of boost::optional::has_valueDavid Robillard2-2/+2
2020-12-15Suppress clang-tidy warnings from ganvDavid Robillard1-0/+2
2020-12-15Refine include configuration for consistency with other projectsDavid Robillard2-1/+8
2020-12-15Use modern GDK keysymsDavid Robillard1-1/+3