aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/Screen.h
Commit message (Collapse)AuthorAgeFilesLines
* dirtyvalue: Move to src/utilityFinlay Davidson2023-03-271-35/+0
|
* screens: Remove explicit Screen constructorsRiku Isokoski2023-02-251-3/+0
| | | | | This constructor didn't do anything since DisplayApp reference was removed from the Screen base class.
* screens: Remove displayapp parameter from screenRiku Isokoski2023-02-251-2/+3
| | | | | | | | The DisplayApp class isn't used in the Screen base class and most screens, so requiring it is pointless. In this commit, DisplayApp pointers were added to screens which use it and the explicit Screen constructor was removed in those screens.
* clang-format: Always break template declarationsRiku Isokoski2023-02-161-1/+2
| | | | | I find this format easier to read, because the definitions are at the expected indentation, making it easier to find what I'm looking for.
* src: Enable unused parameter warningRiku Isokoski2023-01-241-2/+2
| | | | | | Fix warnings. Some clang-formatting was necessary. DebugPins is unused and was removed.
* Format header filesFinlay Davidson2023-01-091-0/+7
| | | | In my PR updating clang-format, I forgot to also format the headers.
* Fix various typosluz paz2022-06-051-1/+1
| | | | Found via `codespell -q 3 -S ./src/libs -L ans,doubleclick,trough`
* Update includes to to be relative to src directoryReinhold Gschweicher2021-11-151-1/+1
| | | | | | | Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories.
* Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-281-0/+1
|\
| * Merge branch 'develop' into new_touch_handlerRiku Isokoski2021-07-251-2/+6
| |\
| * | Fix most issuesRiku Isokoski2021-07-161-0/+1
| | |
* | | Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-031-2/+6
|\ \ \ | | |/ | |/|
| * | Fix cases where Get() isn't usedRiku Isokoski2021-07-251-2/+6
| |/
* / Refresh reworkRiku Isokoski2021-07-191-14/+10
|/
* Changed access modified indentationAvamander2021-04-241-4/+4
|
* Reformatted all the files according to clang-format styleAvamander2021-04-241-43/+55
|
* Big UI and navigation RewriteJoaquim2021-04-041-0/+2
| | | | | | | | | | | new navigation add some color to the apps redesign menus new settings menu new quick settings code clean up size reduction by converting navigation images to font and more...
* Multi face support, analog clock, 12/24 configJoaquim2021-02-241-0/+20
|
* Minor formatting, diagnostic and documentation changesAvamander2020-10-091-3/+15
|
* Fixed a small warning with Screen's constructorAvamander2020-10-041-1/+1
|
* Renamed displayapp/Screens to displayapp/screensAvamander2020-10-021-0/+30