Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-17 | Avoid use of rand() | David Robillard | 3 | -5/+6 | |
2024-07-17 | Avoid C-style casts | David Robillard | 5 | -7/+10 | |
2024-07-17 | Make member function static | David Robillard | 4 | -5/+4 | |
2024-07-17 | Avoid signed bitwise operations | David Robillard | 4 | -13/+13 | |
2024-07-17 | Fix narrowing conversions | David Robillard | 4 | -12/+14 | |
2024-07-17 | Use uppercase integer literal suffixes | David Robillard | 6 | -33/+37 | |
2024-07-17 | Remove redundant inline specifier | David Robillard | 2 | -2/+1 | |
2024-07-17 | Remove redundant member initializer | David Robillard | 2 | -4/+3 | |
2024-07-17 | Remove unused local variable | David Robillard | 2 | -2/+0 | |
2024-07-17 | Suppress new warnings in clang and clang-tidy 18 | David Robillard | 2 | -0/+6 | |
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 | Suppress new warnings in clang-tidy 17 | David Robillard | 1 | -1/+2 | |
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 | Update required ganv dependency version | David Robillard | 1 | -2/+1 | |
2023-12-11 | Explicitly disable sprung layout menu item by default | David Robillard | 2 | -1/+3 | |
2023-09-23 | Format meson.build files with muon | David Robillard | 3 | -30/+44 | |
The less time wasted with manual code formatting, the better. | |||||
2023-09-22 | Use anonymous namespaces | David Robillard | 4 | -140/+145 | |
2023-09-22 | Fix new warnings with clang-tidy 16 | David Robillard | 1 | -1/+3 | |
2023-09-22 | Clean up includes and forward declarations | David Robillard | 13 | -26/+30 | |
2023-09-21 | Fix new warnings with clang 16 | David Robillard | 1 | -0/+2 | |
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 | Replace strict option with new meson warning level | David Robillard | 4 | -201/+17 | |
2023-05-02 | Simplify configuration header | David Robillard | 1 | -36/+33 | |
2023-05-02 | Remove redundant license metadata | David Robillard | 3 | -6/+5 | |
2023-02-03 | Suppress/fix new warnings in clang-tidy 15 | David Robillard | 8 | -21/+28 | |
2022-12-10 | Bump version and update NEWS file | David Robillard | 4 | -3/+9 | |
2022-12-10 | Update patchage.desktop.in | Junghee | 1 | -1/+1 | |
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 | |
Fedora takes issue with CC0. Although it doesn't really matter for this stuff (dual licensed anyway, questionably "software", certainly not patentable, and so on), this is simpler and more consistent with the ISC license used for the actual software anyway. | |||||
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 | |
Since these usually come from tools, it doesn't seem realistic to maintain a different header. That's just another thing for meson/xgettext to constantly smash. Having spent so much time and effort to get precise about copyright and licensing with REUSE, the somewhat fuzzy and haphazard way all this works irks me a bit, but I have better hills to die on. | |||||
2022-08-23 | Remove fuzzy markers from translation files | David Robillard | 2 | -2/+0 | |
As I understand it, these are a signal from xgettext that it has changed an entry, so human revision may be required. The files checked in to the source tree have been human reviewed, and so should not have any "fuzz" in them. This wouldn't really be an issue if meson/xgettext didn't annoyingly smash patchage.pot when .po files are updated, but such is life. | |||||
2022-08-23 | Use a clearer German translation for "Sprung Layout" | David Robillard | 1 | -1/+1 | |
Seems I didn't do too terribly, all things considered, but we'll see what users have to say after this is out... | |||||
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 | |