summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Even more cleanup and commenting thingsLeon Henrik Plickat2021-12-133-43/+42
* More cleanupLeon Henrik Plickat2021-12-131-13/+18
* Minor code cleanupLeon Henrik Plickat2021-12-133-17/+12
* Do not update unrelated layer surface settings on configure eventLeon Henrik Plickat2021-12-134-54/+53
* Only include execinfo.h when glibc is usedLeon Henrik Plickat2021-11-261-0/+5
* Use correct OS macro for guarding execinfo.hLeon Henrik Plickat2021-11-191-2/+2
* Fix multi-cussor mishapLeon Henrik Plickat2021-11-191-2/+2
* Improve signal handlingLeon Henrik Plickat2021-11-141-69/+100
* Use global contextLeon Henrik Plickat2021-11-1411-294/+282
* Fix handle-signals build optionLeon Henrik Plickat2020-11-251-3/+16
* Remove unused surface functionsLeon Henrik Plickat2020-10-052-20/+0
* Bump versiont to v1.0.0Leon Henrik Plickat2020-09-301-4/+1
* Change face/hand line width configurationLeon Henrik Plickat2020-09-283-47/+24
* Rip out frame callbackLeon Henrik Plickat2020-09-284-101/+21
* Render on callbackLeon Henrik Plickat2020-09-267-46/+140
* Improve line size configurationLeon Henrik Plickat2020-09-263-12/+25
* `--position` instead of `--anchor`Leon Henrik Plickat2020-09-262-38/+39
* Simplify hand drawingLeon Henrik Plickat2020-09-251-26/+21
* Add "lines" clock hand styleLeon Henrik Plickat2020-09-253-31/+73
* Make hour hand slowly progress instead of snappingLeon Henrik Plickat2020-09-253-17/+24
* Write man pageLeon Henrik Plickat2020-09-251-1/+4
* Draw clock handsLeon Henrik Plickat2020-09-256-34/+166
* Make size of clock face lines configurableLeon Henrik Plickat2020-09-253-27/+61
* 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-252-3/+35
* Change dimension model to ensure square centerLeon Henrik Plickat2020-09-255-101/+121
* Implement all configuration options and signal handlingLeon Henrik Plickat2020-09-255-48/+285
* Render backgroundLeon Henrik Plickat2020-09-248-5/+288
* Expand command flag handling to hold all (future) flagsLeon Henrik Plickat2020-09-241-10/+66
* InitLeon Henrik Plickat2020-09-2410-0/+983