Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-11-30 | Convert man page to mdoc | David Robillard | 1 | -29/+43 |
2022-11-15 | Add missing includes | David Robillard | 2 | -0/+2 |
2022-09-09 | Patchage 1.0.10 | David Robillard | 7 | -8/+8 |
2022-09-08 | Use 0BSD for trivial "public domain intent" things | David Robillard | 15 | -136/+27 |
2022-08-24 | Add French translation | Olivier Humbert | 2 | -1/+155 |
2022-08-23 | Fix REUSE test | David Robillard | 1 | -1/+1 |
2022-08-23 | Use a consistent style for .po file headers | David Robillard | 1 | -2/+3 |
2022-08-23 | Remove fuzzy markers from translation files | David Robillard | 2 | -2/+0 |
2022-08-23 | Use a clearer German translation for "Sprung Layout" | David Robillard | 1 | -1/+1 |
2022-08-23 | Add Korean translation from Junghee Lee | Junghee Lee | 5 | -3/+160 |
2022-08-23 | Fix German "view" menu translation | David Robillard | 1 | -1/+1 |
2022-08-23 | Add German translation | David Robillard | 4 | -1/+158 |
2022-08-23 | Add i18n support | David Robillard | 16 | -24/+344 |
2022-08-23 | Update application description | David Robillard | 1 | -2/+2 |
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 | 2 | -2/+2 |
2022-08-22 | Remove debugging output | David Robillard | 1 | -1/+0 |
2022-08-22 | Make COPYING a regular text file and link to it in LICENSES | David Robillard | 1 | -674/+1 |
2022-08-22 | Clean up log messages | David Robillard | 1 | -3/+3 |
2022-08-22 | Fix strict build on MacOS | David Robillard | 1 | -0/+2 |
2022-08-22 | Replace boost with standard C++17 facilities | David Robillard | 19 | -119/+97 |
2022-08-22 | Fix installation instructions for C++ | David Robillard | 1 | -3/+3 |
2022-08-22 | Only run autoship test in strict mode | David Robillard | 2 | -9/+15 |
2022-08-18 | Fix fallback configuration on MacOS | David Robillard | 3 | -3/+11 |
2022-08-17 | Remove weird GCC optimization hacks from fmt | David Robillard | 1 | -3/+0 |
2022-08-16 | Upgrade to fmt 9.0.0 | David Robillard | 19 | -6062/+6469 |
2022-08-16 | Fix whitespace | David Robillard | 14 | -45/+45 |
2022-08-13 | Patchage 1.0.8v1.0.8 | David Robillard | 3 | -4/+4 |
2022-07-20 | Make NEWS file readable by dpkg-parsechangelog | David Robillard | 1 | -11/+11 |
2022-07-20 | Fix clang-tidy header filter regex | 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 | 4 | -9/+4 |
2022-07-20 | Use std::make_unique | David Robillard | 3 | -3/+3 |
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 | 60 | -768/+1377 |
2022-07-20 | Switch to meson build system | David Robillard | 26 | -515/+806 |
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 | 2 | -2/+12 |
2022-07-19 | Normalize NEWS file | David Robillard | 1 | -1/+1 |
2022-05-27 | Build as C++17 | David Robillard | 1 | -1/+1 |
2022-05-26 | Patchage 1.0.6v1.0.6 | David Robillard | 2 | -2/+4 |
2022-05-26 | Suppress clang 13 warnings | David Robillard | 1 | -0/+1 |
2022-05-26 | Suppress GCC 12 warnings | David Robillard | 1 | -0/+5 |