aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-11-01Fix crash bug, update docHEADmasterDavid Timber
2024-11-01Limit refresh rate to 60 only when networked ...David Timber
- Add is_networked_x11() and its internal funcs - Format MakeAlwaysOnTop()
2024-11-01Add lib checks, other changes ...David Timber
- Add libX11 and libXrandr checks in cmake - Limit refresh rate to 60 - Call XFlush() before sleeping in main_loop() - Shorter XOpenDisplay() error message - print the troubleshoot suggestions in the script
2024-10-31Network delay improvement, among other things ...David Timber
- Print error message when XOpenDisplay() fails, rather than causing segfault - Add crude localised error messages - Account for process delay, time delta - Don't call XSync() on each tick. Let the commands queue up so the window won't stutter as much
2024-08-28Initial commitDavid Timber