Carter Li
|
242fb50461
|
Format: traits undefined result as an error
|
2026-05-22 09:26:52 +08:00 |
|
李通洲
|
e0eba8ce21
|
Chore: run clang-format
```bash
find . -type f \( -name "*.c" -o -name "*.h" -o -name "*.cpp" -o -name "*.hpp" \) ! -path "src/3rdparty/*" -print0 | xargs -0 clang-format -i
```
|
2026-03-29 10:03:32 +08:00 |
|
李通洲
|
3a35f9735b
|
Global: renames FFformatArgType to FFArgType for future reuse
|
2026-03-12 15:07:19 +08:00 |
|
Carter Li
|
d60b25e424
|
Refactor: renames src/util to src/common
|
2026-01-06 09:48:38 +08:00 |
|
李通洲
|
1e43e35857
|
Chore: merges common/* into util/*
|
2026-01-05 17:54:41 +08:00 |
|
李通洲
|
9a36d63d18
|
Global: refactor code of -h <module>-format
|
2024-12-11 10:47:02 +08:00 |
|
李通洲
|
97e1b987dd
|
Global: pack all enums and make flag enums unsigned
|
2024-11-14 11:00:44 +08:00 |
|
李通洲
|
b257134d74
|
Chore: introduce macro ARRAY_SIZE
|
2024-10-18 16:44:41 +08:00 |
|
李通洲
|
37cc2c9c1b
|
Globals: use generic selection when passing format args
|
2024-09-04 08:53:16 +08:00 |
|
李通洲
|
c0781dd5f8
|
Display: print physical size
|
2024-07-16 16:11:26 +08:00 |
|
Carter Li
|
c8451cab52
|
Global: support for named format arguments
Fix #796
|
2024-05-28 10:23:29 +08:00 |
|
李通洲
|
6dcfb6b88f
|
Fastfetch: fully resolve the format arg num issue
Ref: #749
|
2024-03-07 10:47:28 +08:00 |
|
李通洲
|
f9597eba39
|
Global: remove #ifndef FF_INCLUDED_* guards
|
2023-11-09 13:46:45 +08:00 |
|
李通洲
|
a093ca2001
|
Users: add more detailed information
|
2023-09-08 10:11:57 +08:00 |
|
李通洲
|
64bdb59683
|
Display: print * for primary monitors
Also `FF_FORMAT_ARG_VALUE_BOOL` was removed, which makes usages of `FF_FORMAT_ARG_VALUE_*` inconsistant
|
2023-06-17 19:17:10 +08:00 |
|
李通洲
|
d9a022ffff
|
Brightness: add new module (macOS)
It turns out that merging brightness module into resolution module is a bad idea.
|
2023-01-09 22:26:56 +08:00 |
|
Linus Dierheimer
|
19a9b18c69
|
Disk: Linux impl working
|
2022-10-17 13:19:48 +02:00 |
|
Linus Dierheimer
|
4d34091573
|
Refactor: move format functions to own header
|
2022-07-25 14:26:08 +02:00 |
|