looking-glass/client/src
Geoffrey McRae 35334333ac [client] imgui: render twice for alerts
When using jitRender, or on the first frame of an alert the window
doesn't get resized immediately causing it to cut off the end of the
text.

ImGui needs two passes to calulate the bounding box for automatically
sized windows, this is per it's design and not a bug, see:

https://github.com/ocornut/imgui/issues/2158#issuecomment-434223618
2022-01-08 00:46:16 +11:00
..
overlay [client] imgui: update to cimgui 1.86 2022-01-08 00:26:12 +11:00
app.c [client] imgui: render twice for alerts 2022-01-08 00:46:16 +11:00
audio.c [client] audio: remove more debug output spam 2022-01-07 16:35:46 +11:00
audio.h [client] audio: implement record interface and glue 2022-01-06 23:49:20 +11:00
clipboard.c [all] refresh copyright dates 2022-01-05 19:42:46 +11:00
clipboard.h [all] refresh copyright dates 2022-01-05 19:42:46 +11:00
config.c [all] refresh copyright dates 2022-01-05 19:42:46 +11:00
config.h [all] refresh copyright dates 2022-01-05 19:42:46 +11:00
core.c [all] refresh copyright dates 2022-01-05 19:42:46 +11:00
core.h [all] refresh copyright dates 2022-01-05 19:42:46 +11:00
egl_dynprocs.c [all] refresh copyright dates 2022-01-05 19:42:46 +11:00
eglutil.c [all] refresh copyright dates 2022-01-05 19:42:46 +11:00
gl_dynprocs.c [all] refresh copyright dates 2022-01-05 19:42:46 +11:00
kb.c [all] refresh copyright dates 2022-01-05 19:42:46 +11:00
kb.h [all] refresh copyright dates 2022-01-05 19:42:46 +11:00
keybind.c [all] refresh copyright dates 2022-01-05 19:42:46 +11:00
keybind.h [all] refresh copyright dates 2022-01-05 19:42:46 +11:00
lg-renderer.c [all] refresh copyright dates 2022-01-05 19:42:46 +11:00
ll.c [all] refresh copyright dates 2022-01-05 19:42:46 +11:00
main.c [client] main: print guest CPU socket count information 2022-01-07 21:03:20 +11:00
main.h [client] imgui: render twice for alerts 2022-01-08 00:46:16 +11:00
overlay_utils.c [client] imgui: update to cimgui 1.86 2022-01-08 00:26:12 +11:00
overlays.h [all] refresh copyright dates 2022-01-05 19:42:46 +11:00
util.c [all] refresh copyright dates 2022-01-05 19:42:46 +11:00