summaryrefslogtreecommitdiff
path: root/src/render.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify hand drawingLeon Henrik Plickat2020-09-251-26/+21
* Add "lines" clock hand styleLeon Henrik Plickat2020-09-251-27/+44
* Make hour hand slowly progress instead of snappingLeon Henrik Plickat2020-09-251-15/+14
* Draw clock handsLeon Henrik Plickat2020-09-251-11/+80
* Make size of clock face lines configurableLeon Henrik Plickat2020-09-251-1/+4
* 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