SDL/src
Frank Praznik 267f13446d
video: Check video backend initialization when querying the grabbed window
SDL_GetGrabbedWindow() can be called when the video system is uninitialized, and, since there is no window parameter, _this must be checked for validity to avoid a segfault.

(cherry picked from commit be82f316c4)
2026-02-19 11:22:55 -05:00
..
atomic Updated copyright for 2026 2026-01-01 09:48:19 -08:00
audio Use 20 ms as the default audio buffer size on Android 2026-02-13 14:35:25 -08:00
camera emscripten: Unify creation of Module['SDL3'] in at SDL_Init time. 2026-02-02 19:23:28 -05:00
core Moved mouse/keyboard detection to a separate thread on Windows 2026-02-16 11:27:11 -08:00
cpuinfo Updated copyright for 2026 2026-01-01 09:48:19 -08:00
dialog dialog_utils: fix NameTransform() function pointer type (#15002) 2026-02-08 09:32:18 -08:00
dynapi SDL_CreateGPURenderState() doesn't modify the createinfo parameter 2026-01-17 20:49:04 -08:00
events Guarantee that pens are in proximity before motion and button events 2026-02-05 14:09:07 -08:00
filesystem filesystem: Fix SDL_GlobDirectory on iOS and Android. 2026-02-18 08:21:48 -08:00
gpu gpu_vulkan: Set texture container before transitioning to default barrier state. 2026-02-17 14:13:03 -08:00
haptic More prefer SDL_zero*() 2026-01-23 16:02:27 -08:00
hidapi Steam Controller report 0x45 is used for BLE mode 2026-02-12 15:46:19 -08:00
io asyncio: don't report failures on closing read-only files with Windows IoRing. 2026-01-31 16:06:54 -08:00
joystick Fixed HIDAPI PS5 Bluetooth report format 2026-02-17 08:57:28 -08:00
libm Updated copyright for 2026 2026-01-01 09:48:19 -08:00
loadso Updated copyright for 2026 2026-01-01 09:48:19 -08:00
locale Updated copyright for 2026 2026-01-01 09:48:19 -08:00
main emscripten: drag-and-drop fixes. 2026-02-09 21:43:12 -05:00
misc Add and use libusb_set_auto_detach_kernel_driver for the Switch 2 driver 2026-02-05 14:59:10 -08:00
power More prefer SDL_zero*() 2026-01-23 16:02:27 -08:00
process Updated copyright for 2026 2026-01-01 09:48:19 -08:00
render render: opengl and opengles2 renderers try to disable GL_FRAMEBUFFER_SRGB. 2026-02-16 13:09:18 -05:00
sensor Updated copyright for 2026 2026-01-01 09:48:19 -08:00
stdlib Updated copyright for 2026 2026-01-01 09:48:19 -08:00
storage Updated copyright for 2026 2026-01-01 09:48:19 -08:00
test Updated copyright for 2026 2026-01-01 09:48:19 -08:00
thread n3ds: Don't put audio thread in system core on Old 3DS systems 2026-02-16 08:44:52 -08:00
time include: Added \threadsafety notes to about 60 more functions. 2026-02-18 19:51:25 -05:00
timer Updated copyright for 2026 2026-01-01 09:48:19 -08:00
tray Updated copyright for 2026 2026-01-01 09:48:19 -08:00
video video: Check video backend initialization when querying the grabbed window 2026-02-19 11:22:55 -05:00
SDL.c Fixed HIDAPI hotplug detection in applications that don't initialize video 2026-02-11 09:12:35 -08:00
SDL_assert.c Updated copyright for 2026 2026-01-01 09:48:19 -08:00
SDL_assert_c.h Updated copyright for 2026 2026-01-01 09:48:19 -08:00
SDL_error.c Updated copyright for 2026 2026-01-01 09:48:19 -08:00
SDL_error_c.h Updated copyright for 2026 2026-01-01 09:48:19 -08:00
SDL_guid.c Prefer SDL_zero()/SDL_zerop() 2026-01-23 11:23:55 -08:00
SDL_hashtable.c Updated copyright for 2026 2026-01-01 09:48:19 -08:00
SDL_hashtable.h Updated copyright for 2026 2026-01-01 09:48:19 -08:00
SDL_hints.c Updated copyright for 2026 2026-01-01 09:48:19 -08:00
SDL_hints_c.h Updated copyright for 2026 2026-01-01 09:48:19 -08:00
SDL_internal.h Fixed HIDAPI hotplug detection in applications that don't initialize video 2026-02-11 09:12:35 -08:00
SDL_list.c Updated copyright for 2026 2026-01-01 09:48:19 -08:00
SDL_list.h Updated copyright for 2026 2026-01-01 09:48:19 -08:00
SDL_log.c Updated copyright for 2026 2026-01-01 09:48:19 -08:00
SDL_log_c.h Updated copyright for 2026 2026-01-01 09:48:19 -08:00
SDL_properties.c Updated copyright for 2026 2026-01-01 09:48:19 -08:00
SDL_properties_c.h Updated copyright for 2026 2026-01-01 09:48:19 -08:00
SDL_utils.c emscripten: drag-and-drop fixes. 2026-02-09 21:43:12 -05:00
SDL_utils_c.h emscripten: drag-and-drop fixes. 2026-02-09 21:43:12 -05:00