Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not update unrelated layer surface settings on configure event | Leon Henrik Plickat | 2021-12-13 | 1 | -50/+53 |
| | | | | | | | Before this patch, wlclock would always update all layer surface settings on every configure event. This is known to create a feedback loop with faulty compositors (see https://github.com/swaywm/sway/pull/6709). While wlclock did nothing wrong before, not updating these settings is more idiomatic. | ||||
* | Use global context | Leon Henrik Plickat | 2021-11-14 | 1 | -35/+30 |
| | |||||
* | Remove unused surface functions | Leon Henrik Plickat | 2020-10-05 | 1 | -18/+0 |
| | |||||
* | Rip out frame callback | Leon Henrik Plickat | 2020-09-28 | 1 | -7/+3 |
| | | | | | Apparently, requesting a callback is asking "when can I render the /next/ frame?", not asking "when can I render /this/ frame?". Huh... | ||||
* | Render on callback | Leon Henrik Plickat | 2020-09-26 | 1 | -8/+16 |
| | |||||
* | `--position` instead of `--anchor` | Leon Henrik Plickat | 2020-09-26 | 1 | -16/+0 |
| | |||||
* | Draw clock hands | Leon Henrik Plickat | 2020-09-25 | 1 | -18/+68 |
| | |||||
* | Change dimension model to ensure square center | Leon Henrik Plickat | 2020-09-25 | 1 | -14/+49 |
| | |||||
* | Render background | Leon Henrik Plickat | 2020-09-24 | 1 | -1/+2 |
| | |||||
* | Init | Leon Henrik Plickat | 2020-09-24 | 1 | -0/+163 |