Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-12-13 | Minor code cleanup | Leon Henrik Plickat | 1 | -1/+0 | |
2021-12-13 | Do not update unrelated layer surface settings on configure event | Leon Henrik Plickat | 1 | -1/+0 | |
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. | |||||
2021-11-14 | Use global context | Leon Henrik Plickat | 1 | -2/+1 | |
2020-10-05 | Remove unused surface functions | Leon Henrik Plickat | 1 | -2/+0 | |
2020-09-28 | Rip out frame callback | Leon Henrik Plickat | 1 | -3/+0 | |
Apparently, requesting a callback is asking "when can I render the /next/ frame?", not asking "when can I render /this/ frame?". Huh... | |||||
2020-09-26 | Render on callback | Leon Henrik Plickat | 1 | -0/+3 | |
2020-09-25 | Draw clock hands | Leon Henrik Plickat | 1 | -3/+8 | |
2020-09-25 | Change dimension model to ensure square center | Leon Henrik Plickat | 1 | -1/+2 | |
2020-09-24 | Render background | Leon Henrik Plickat | 1 | -1/+2 | |