SDL/src
Frank Praznik 78d008fcd2 x11: Don't poll the map state when the window was unmapped and borders are toggled
An event flush while a window is being hidden may try to toggle the window borders. Don't poll the mapping state when toggling borders if the window is in the process of being hidden, or the window may already be unmapped, and the wait loop will hang forever.
2025-12-16 11:45:36 -05:00
..
atomic Add support for tcc to cmake (#14464) 2025-11-15 11:24:15 -08:00
audio audio: SDL_GetAudioDeviceName() now works with the default device IDs. 2025-12-08 11:25:15 -05:00
camera Improve camera frame rate matching on macOS 2025-12-08 21:03:09 -08:00
core Pass the window along with evdev touch events 2025-12-15 08:29:36 -08:00
cpuinfo Android: remove old cpu-feature code, and fix build (add HAVE_GETAUXV… (#14460) 2025-11-13 09:12:07 -08:00
dialog Don't do NULL-checks before free() 2025-10-20 00:13:09 -07:00
dynapi emscripten: Move fill-document from hint/property to a window flag. 2025-12-07 21:12:13 -05:00
events video: Handle window destruction in event handlers 2025-12-09 14:10:43 -05:00
filesystem Fix SDL_EnumerateDirectory(/) failing on POSIX and Windows. 2025-12-15 17:01:02 -08:00
gpu GPU: Ensure Vulkan doesn't pass unsupported feature structures for requested vulkan version (#14662) 2025-12-15 17:57:49 -08:00
haptic
hidapi Fixed initializing EVORETRO GameCube adapters 2025-11-19 16:11:18 -08:00
io Fixed some clang thread-safety warnings 2025-12-02 01:11:38 -08:00
joystick Fix using wrong variable by mistake 2025-12-15 13:57:40 -08:00
libm
loadso
locale
main Set SDL_MAIN_AVAILABLE for all platforms 2025-11-30 12:15:48 -08:00
misc Fix libusb get_port_numbers signature for FreeBSD 2025-10-24 08:26:17 -07:00
power
process
render opengl: default to vsync=0 everywhere. 2025-12-08 15:12:17 -05:00
sensor Fix check_stdlib_usage.py libc call matching 2025-11-25 01:07:10 +01:00
stdlib Don't create the SDL environment in SDL_setenv_unsafe() 2025-12-13 21:28:05 -08:00
storage Fixed subdirectories showing in enumeration of Steam storage 2025-12-06 22:35:05 -08:00
test SDL_test: allow disabling colorized output 2025-12-15 23:19:25 +01:00
thread fixed several -Wzero-as-null-pointer-constant warnings from gcc-15 2025-11-17 17:55:10 +03:00
time
timer
tray tray: plug leak of cache dir path 2025-11-17 20:00:02 +01:00
video x11: Don't poll the map state when the window was unmapped and borders are toggled 2025-12-16 11:45:36 -05:00
SDL.c Clarify which thread is the main thread 2025-11-30 12:15:48 -08:00
SDL_assert.c
SDL_assert_c.h
SDL_error.c
SDL_error_c.h
SDL_guid.c
SDL_hashtable.c
SDL_hashtable.h
SDL_hints.c
SDL_hints_c.h
SDL_internal.h Clarify which thread is the main thread 2025-11-30 12:15:48 -08:00
SDL_list.c
SDL_list.h
SDL_log.c log: Fix unlikely out-of-bounds issue. 2025-12-04 13:19:53 -08:00
SDL_log_c.h
SDL_properties.c
SDL_properties_c.h
SDL_utils.c Log object leaks at debug level 2025-10-25 15:13:37 -07:00
SDL_utils_c.h