summaryrefslogtreecommitdiff
path: root/src/render.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-07-30Add number to mimick common analogue clocksmasterRose1-8/+25
2021-12-13Do not update unrelated layer surface settings on configure eventLeon Henrik Plickat1-1/+0
2021-11-19Fix multi-cussor mishapLeon Henrik Plickat1-2/+2
2021-11-14Use global contextLeon Henrik Plickat1-36/+32
2020-09-28Change face/hand line width configurationLeon Henrik Plickat1-5/+7
2020-09-28Rip out frame callbackLeon Henrik Plickat1-90/+16
2020-09-26Render on callbackLeon Henrik Plickat1-22/+102
2020-09-26Improve line size configurationLeon Henrik Plickat1-3/+3
2020-09-25Simplify hand drawingLeon Henrik Plickat1-26/+21
2020-09-25Add "lines" clock hand styleLeon Henrik Plickat1-27/+44
2020-09-25Make hour hand slowly progress instead of snappingLeon Henrik Plickat1-15/+14
2020-09-25Draw clock handsLeon Henrik Plickat1-11/+80
2020-09-25Make size of clock face lines configurableLeon Henrik Plickat1-1/+4
2020-09-25Fix clockface when drawing on scaled outputLeon Henrik Plickat1-5/+5
2020-09-25Avoid too large radii which cause unexpected drawing behaviourLeon Henrik Plickat1-1/+11
2020-09-25Draw clock faceLeon Henrik Plickat1-2/+33
2020-09-25Change dimension model to ensure square centerLeon Henrik Plickat1-62/+42
2020-09-25Implement all configuration options and signal handlingLeon Henrik Plickat1-2/+2
2020-09-24Render backgroundLeon Henrik Plickat1-0/+155