summaryrefslogtreecommitdiff
path: root/meson.build (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use correct OS macro for guarding execinfo.hLeon Henrik Plickat2021-11-191-4/+0
|
* Improve signal handlingLeon Henrik Plickat2021-11-141-8/+1
| | | | | | | This patch replaces the signalfd based signal handling with a more traditional approach. Since this is not only more reliable, but also more portable, the compile time option to turn off signal handling has been removed. It was only optional before based on signalf being a linux-ism.
* Bump versiont to v1.0.0Leon Henrik Plickat2020-09-301-2/+2
|
* Draw clock faceLeon Henrik Plickat2020-09-251-4/+6
|
* Implement all configuration options and signal handlingLeon Henrik Plickat2020-09-251-2/+2
|
* Render backgroundLeon Henrik Plickat2020-09-241-0/+2
|
* InitLeon Henrik Plickat2020-09-241-0/+95