LookingGlass/client/src
Quantum ce091fd4e4 [client] main: correctly handle EINTR from nanosleep
Previously, all progress made during sleep is reset, so if the thread keeps
getting interrupted before the sleep finishes, the sleep will never complete.
2021-09-04 13:31:30 +10:00
..
overlay [client] kb: rename key code arrays from xfree86_* to linux_* 2021-08-17 19:08:07 +10:00
app.c [client] imgui: use consistent modal background colours 2021-08-31 09:09:26 +10:00
clipboard.c [all] copyright: use unicode copyright sign © 2021-08-04 21:16:35 +10:00
clipboard.h [all] copyright: use unicode copyright sign © 2021-08-04 21:16:35 +10:00
config.c [client] config: fix usage of "ie" 2021-09-04 13:28:34 +10:00
config.h [all] copyright: use unicode copyright sign © 2021-08-04 21:16:35 +10:00
core.c [client] spice: do not warp host cursor if guest cursor is not visible 2021-08-20 13:21:26 +10:00
core.h Revert "[client] core: realign in the enter/focus handlers if possible" 2021-08-19 23:19:59 +10:00
egl_dynprocs.c [client] egl: dynamically import glBufferStorageEXT 2021-08-19 21:28:45 +10:00
eglutil.c [all] copyright: use unicode copyright sign © 2021-08-04 21:16:35 +10:00
kb.c [client] kb: rename key code arrays from xfree86_* to linux_* 2021-08-17 19:08:07 +10:00
kb.h [client] kb: rename key code arrays from xfree86_* to linux_* 2021-08-17 19:08:07 +10:00
keybind.c [client] kb: rename key code arrays from xfree86_* to linux_* 2021-08-17 19:08:07 +10:00
keybind.h [all] copyright: use unicode copyright sign © 2021-08-04 21:16:35 +10:00
lg-renderer.c [all] copyright: use unicode copyright sign © 2021-08-04 21:16:35 +10:00
ll.c [client] use variable-relative sizeof where possible 2021-08-16 16:22:55 +10:00
main.c [client] main: correctly handle EINTR from nanosleep 2021-09-04 13:31:30 +10:00
main.h [client] imgui: run animations at consistent speeds 2021-08-31 08:16:07 +10:00
overlay_utils.c [client] imgui: implement new widget for displaying URLs 2021-08-05 22:43:46 +10:00
overlays.h [client] rework the configuration overlay to allow for tabs 2021-08-12 09:04:45 +10:00
util.c [client] all: use DEBUG_UNREACHABLE instead of assert 2021-08-14 12:19:07 +10:00