Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-17 | Remove unused local variable | David Robillard | 1 | -1/+0 | |
2024-07-17 | Use enums and constants over macros | David Robillard | 1 | -21/+19 | |
2024-07-17 | Clean up includes | David Robillard | 1 | -3/+12 | |
2024-07-17 | Add missing const qualifier | David Robillard | 1 | -2/+2 | |
2024-07-13 | Add missing includes | David Robillard | 9 | -0/+9 | |
According to include-what-you-use, anyway. Most of these seem questionable/unnecessary, but since the whole point here is to avoid wasting time doing manually what machines can do, just do what the tool says to keep the checks clean even if it's suboptimal. | |||||
2024-06-04 | Add missing include | David Robillard | 1 | -0/+1 | |
2024-06-04 | Avoid std::endl | David Robillard | 3 | -26/+24 | |
2023-12-11 | Explicitly disable sprung layout menu item by default | David Robillard | 1 | -0/+1 | |
2023-09-22 | Use anonymous namespaces | David Robillard | 3 | -139/+145 | |
2023-09-22 | Clean up includes and forward declarations | David Robillard | 12 | -13/+15 | |
2023-05-12 | Fix use of reserved macro name | David Robillard | 5 | -15/+12 | |
2023-05-12 | Replace macro with typed constant | David Robillard | 2 | -12/+9 | |
2023-05-02 | Simplify configuration header | David Robillard | 1 | -36/+33 | |
2023-02-03 | Suppress/fix new warnings in clang-tidy 15 | David Robillard | 7 | -21/+27 | |
2022-12-10 | Bump version and update NEWS file | David Robillard | 1 | -1/+1 | |
2022-11-15 | Add missing includes | David Robillard | 2 | -0/+2 | |
2022-09-09 | Patchage 1.0.10 | David Robillard | 1 | -1/+1 | |
2022-08-23 | Add i18n support | David Robillard | 8 | -23/+77 | |
2022-08-22 | Fix translatable attributes in UI definition | David Robillard | 1 | -7/+7 | |
2022-08-22 | Consistently refer to "JACK" and "ALSA" | David Robillard | 1 | -6/+6 | |
2022-08-22 | Use Unicode quotation marks and ellipses | David Robillard | 2 | -5/+5 | |
2022-08-22 | Bump version number | David Robillard | 1 | -1/+1 | |
2022-08-22 | Remove debugging output | David Robillard | 1 | -1/+0 | |
2022-08-22 | Clean up log messages | David Robillard | 1 | -3/+3 | |
2022-08-22 | Replace boost with standard C++17 facilities | David Robillard | 16 | -109/+94 | |
2022-08-18 | Fix fallback configuration on MacOS | David Robillard | 2 | -2/+10 | |
2022-08-16 | Upgrade to fmt 9.0.0 | David Robillard | 12 | -57/+100 | |
This library tends to break in annoying ways like this, so pin the major version to 9 to hopefully avoid these problems in the future. | |||||
2022-08-16 | Fix whitespace | David Robillard | 14 | -45/+45 | |
Apparently clang-format changed its mind about special member functions, and binary_location.h was just never formatted to begin with. | |||||
2022-08-13 | Patchage 1.0.8v1.0.8 | David Robillard | 1 | -1/+1 | |
2022-07-20 | Avoid using "static inline" for inline functions in headers | David Robillard | 4 | -8/+8 | |
2022-07-20 | Remove pointless const | David Robillard | 1 | -1/+1 | |
2022-07-20 | Use default member initialization | David Robillard | 3 | -8/+4 | |
2022-07-20 | Use std::make_unique | David Robillard | 1 | -1/+1 | |
2022-07-20 | Use a uniform interface for changing settings in the UI | David Robillard | 6 | -43/+76 | |
2022-07-20 | Clean up includes | David Robillard | 11 | -14/+27 | |
2022-07-20 | Use strict casts | David Robillard | 1 | -3/+7 | |
2022-07-20 | Make setting structs constructable | David Robillard | 1 | -18/+48 | |
2022-07-20 | Remove Setting<T>::Value type | David Robillard | 2 | -5/+3 | |
2022-07-20 | Adopt REUSE machine-readable licensing standard | David Robillard | 52 | -768/+105 | |
2022-07-20 | Switch to meson build system | David Robillard | 10 | -41/+138 | |
2022-07-19 | Fix compilation of JackDbusDriver.cpp | Bruce Schultz | 1 | -21/+24 | |
2022-07-19 | Suppress new warnings in clang-tidy 14 | David Robillard | 1 | -1/+1 | |
2022-05-26 | Clean up includes | David Robillard | 9 | -12/+10 | |
2022-05-26 | Fix initial display with no configuration file | David Robillard | 1 | -0/+2 | |
2022-05-26 | Avoid potential null dereferences | David Robillard | 3 | -5/+12 | |
As judged by GCC anyway. | |||||
2022-05-26 | Improve menu update logic | David Robillard | 1 | -9/+15 | |
2022-05-26 | Fix parsing module position from configuration file | David Robillard | 1 | -2/+2 | |
2022-05-26 | Fix implicit floating point conversion | David Robillard | 2 | -6/+6 | |
GCC 12 warns about this with Wdouble-promotion. | |||||
2022-05-18 | Clean up whitespace | David Robillard | 2 | -3/+0 | |
2022-05-18 | Fix build with fmt 8.1.1 | David Robillard | 1 | -4/+21 | |