Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump versiont to v1.0.0 | Leon Henrik Plickat | 2020-09-30 | 4 | -9/+6 |
| | |||||
* | Change face/hand line width configuration | Leon Henrik Plickat | 2020-09-28 | 4 | -59/+30 |
| | | | | | | Also decided there will be no additional hand styles, so removed --hand-style option. Xclock like hands can be enabled by setting the hand width to 0 (default). | ||||
* | Rip out frame callback | Leon Henrik Plickat | 2020-09-28 | 4 | -101/+21 |
| | | | | | Apparently, requesting a callback is asking "when can I render the /next/ frame?", not asking "when can I render /this/ frame?". Huh... | ||||
* | Update wording in README and man page | Leon Henrik Plickat | 2020-09-28 | 2 | -8/+15 |
| | |||||
* | Render on callback | Leon Henrik Plickat | 2020-09-26 | 7 | -46/+140 |
| | |||||
* | Improve line size configuration | Leon Henrik Plickat | 2020-09-26 | 4 | -15/+33 |
| | |||||
* | Mention supported colour formats in man page | Leon Henrik Plickat | 2020-09-26 | 1 | -0/+7 |
| | |||||
* | `--position` instead of `--anchor` | Leon Henrik Plickat | 2020-09-26 | 3 | -46/+48 |
| | |||||
* | Simplify hand drawing | Leon Henrik Plickat | 2020-09-25 | 1 | -26/+21 |
| | |||||
* | Add "lines" clock hand style | Leon Henrik Plickat | 2020-09-25 | 4 | -41/+88 |
| | |||||
* | Make hour hand slowly progress instead of snapping | Leon Henrik Plickat | 2020-09-25 | 4 | -18/+29 |
| | | | | The snapping behaviour can be re-enabled via a command flag | ||||
* | Write man page | Leon Henrik Plickat | 2020-09-25 | 2 | -1/+89 |
| | |||||
* | Draw clock hands | Leon Henrik Plickat | 2020-09-25 | 6 | -34/+166 |
| | |||||
* | Make size of clock face lines configurable | Leon Henrik Plickat | 2020-09-25 | 3 | -27/+61 |
| | | | | And use enum for long options | ||||
* | Fix clockface when drawing on scaled output | Leon Henrik Plickat | 2020-09-25 | 1 | -5/+5 |
| | |||||
* | Avoid too large radii which cause unexpected drawing behaviour | Leon Henrik Plickat | 2020-09-25 | 1 | -1/+11 |
| | |||||
* | Draw clock face | Leon Henrik Plickat | 2020-09-25 | 3 | -7/+41 |
| | |||||
* | Change dimension model to ensure square center | Leon Henrik Plickat | 2020-09-25 | 5 | -101/+121 |
| | |||||
* | Implement all configuration options and signal handling | Leon Henrik Plickat | 2020-09-25 | 6 | -50/+287 |
| | |||||
* | Render background | Leon Henrik Plickat | 2020-09-24 | 9 | -5/+290 |
| | |||||
* | Expand command flag handling to hold all (future) flags | Leon Henrik Plickat | 2020-09-24 | 1 | -10/+66 |
| | |||||
* | Init | Leon Henrik Plickat | 2020-09-24 | 19 | -0/+2331 |