summaryrefslogtreecommitdiff
path: root/src/displayapp/widgets/Counter.cpp
AgeCommit message (Collapse)AuthorFilesLines
2023-01-04Update clang-{format,tidy} to 14Finlay Davidson1-0/+2
Also add configuration options only available in 13 and 14. Fixes warning about -fstack-usage in clang-tidy check.
2022-12-12compiler warnings, #1035 and #notreported (#1481)cybuzuma1-1/+1
2022-08-21Determine the number of digits from the max value. (#1271)Riku Isokoski1-4/+14
2022-08-16Centralize most color definitions (#1258)Riku Isokoski1-5/+4
2022-08-10Add support for months and variable digit count to CounterRiku Isokoski1-3/+24
2022-07-21Extend Counter functionalityRiku Isokoski1-7/+36
Custom fonts, twelve hour mode and Value changed callback.
2022-06-06Use lambda to reduce code duplicationRiku Isokoski1-10/+11
2022-06-06Move event handlers to unnamed namespaceRiku Isokoski1-11/+13
2022-06-06Use static constexpr to force compile time initializationRiku Isokoski1-2/+2
2022-06-06Counter: add show and hide controls functionsRiku Isokoski1-2/+17
2022-06-06Move linePoints to a member variableRiku Isokoski1-3/+4
2022-06-06Move bg color to a constexpr variableRiku Isokoski1-3/+5
2022-06-06Add initial counter widgetRiku Isokoski1-0/+105