SDL/src
Frank Praznik 2212c4f085 wayland: Send exposure events when deferring resize events
Clients that defer repainting may hang in SDL_WaitEvent() while interactively resizing if they only redraw when an appropriate event is received, as resizing defers the new state until a frame callback is received, and if too much time elapsed since the last redraw, the last frame callback may have already occurred. Send an exposure event when deferring resizes so the client will make forward progress and trigger a frame callback to ack the pending configure state.
2026-01-12 19:22:38 -05:00
..
atomic Updated copyright for 2026 2026-01-01 09:40:08 -08:00
audio pipewire: Check for the audio service when determining driver preference 2026-01-02 22:00:27 -05:00
camera Updated copyright for 2026 2026-01-01 09:40:08 -08:00
core Made udev hwdb functionality optional 2026-01-01 15:39:00 -08:00
cpuinfo Updated copyright for 2026 2026-01-01 09:40:08 -08:00
dialog Updated copyright for 2026 2026-01-01 09:40:08 -08:00
dynapi Updated copyright for 2026 2026-01-01 09:40:08 -08:00
events events: Buildfix for targets with C++ build units 2026-01-09 14:50:56 -05:00
filesystem iOS: if the file doesn't exist in the pref path, use the current directory 2026-01-02 08:19:28 -08:00
gpu GPU: Add error message to Vulkan buffer creation error path 2026-01-04 15:17:53 -08:00
haptic haptic hidapi: maintain effects array for external checking 2026-01-08 14:05:01 -08:00
hidapi Fixed conflict when linking both SDL and hidapi statically 2026-01-06 06:10:39 -08:00
io Add write buffering to Windows SDL_IOStream (#12424) (#14794) 2026-01-12 11:39:06 -08:00
joystick joystick/win32: Fix function return type mismatch 2026-01-11 10:56:06 -05:00
libm Updated copyright for 2026 2026-01-01 09:40:08 -08:00
loadso Updated copyright for 2026 2026-01-01 09:40:08 -08:00
locale Updated copyright for 2026 2026-01-01 09:40:08 -08:00
main Updated copyright for 2026 2026-01-01 09:40:08 -08:00
misc Updated copyright for 2026 2026-01-01 09:40:08 -08:00
power Updated copyright for 2026 2026-01-01 09:40:08 -08:00
process Updated copyright for 2026 2026-01-01 09:40:08 -08:00
render Add support for GPU ARGB1555 (B5G5R5A1_UNORM) textures with DX11 2026-01-07 10:08:59 -08:00
sensor Updated copyright for 2026 2026-01-01 09:40:08 -08:00
stdlib Updated copyright for 2026 2026-01-01 09:40:08 -08:00
storage Updated copyright for 2026 2026-01-01 09:40:08 -08:00
test Updated copyright for 2026 2026-01-01 09:40:08 -08:00
thread pthread: add call to pthread_mutexattr_destroy (#14786) 2026-01-07 10:56:03 -08:00
time Updated copyright for 2026 2026-01-01 09:40:08 -08:00
timer Updated copyright for 2026 2026-01-01 09:40:08 -08:00
tray Updated copyright for 2026 2026-01-01 09:40:08 -08:00
video wayland: Send exposure events when deferring resize events 2026-01-12 19:22:38 -05:00
SDL.c Don't call SDL_Gtk_Quit() on private platforms 2026-01-05 08:08:33 -08:00
SDL_assert.c Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_assert_c.h Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_error.c Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_error_c.h Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_guid.c Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_hashtable.c Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_hashtable.h Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_hints.c Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_hints_c.h Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_internal.h Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_list.c Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_list.h Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_log.c Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_log_c.h Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_properties.c Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_properties_c.h Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_utils.c Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_utils_c.h Updated copyright for 2026 2026-01-01 09:40:08 -08:00