summaryrefslogtreecommitdiff
path: root/src/render.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make hour hand slowly progress instead of snappingLeon Henrik Plickat2020-09-251-15/+14
| | | | The snapping behaviour can be re-enabled via a command flag
* Draw clock handsLeon Henrik Plickat2020-09-251-11/+80
|
* Make size of clock face lines configurableLeon Henrik Plickat2020-09-251-1/+4
| | | | And use enum for long options
* Fix clockface when drawing on scaled outputLeon Henrik Plickat2020-09-251-5/+5
|
* Avoid too large radii which cause unexpected drawing behaviourLeon Henrik Plickat2020-09-251-1/+11
|
* Draw clock faceLeon Henrik Plickat2020-09-251-2/+33
|
* Change dimension model to ensure square centerLeon Henrik Plickat2020-09-251-62/+42
|
* Implement all configuration options and signal handlingLeon Henrik Plickat2020-09-251-2/+2
|
* Render backgroundLeon Henrik Plickat2020-09-241-0/+155