SDL/src
Frank Praznik c84ac6d6bc wayland: Fix a race condition in the color management event handlers
The queue running on the cursor thread might flush color events before their queue has been set. Use proxy wrappers for their parent objects to assign the queue atomically at creation time.
2025-10-21 11:24:22 -04:00
..
atomic remove watcom compiler support from private sources 2025-09-20 03:47:02 +03:00
audio Don't do NULL-checks before SDL_free() 2025-10-20 00:13:09 -07:00
camera camera: Make refcounts more robust, and actually destroy disconnected cameras. 2025-10-10 16:21:59 -04:00
core Don't do NULL-checks before SDL_free() 2025-10-20 00:13:09 -07:00
cpuinfo cpuinfo: Include unistd.h for getpagesize() support, too. 2025-10-10 21:52:41 -04:00
dialog Don't do NULL-checks before free() 2025-10-20 00:13:09 -07:00
dynapi Add animated cursor support 2025-10-15 14:41:15 -04:00
events Treat a single frame animated cursor as a normal color cursor 2025-10-19 23:03:54 -07:00
filesystem Fixed filesystem operations on iOS 2025-09-22 10:09:30 -07:00
gpu If VULKAN_Submit fails during VULKAN_INTERNAL_CreateTexture, destroy the texture and return NULL 2025-10-20 16:24:20 -07:00
haptic Use new parameter validation macro 2025-09-18 20:58:32 -07:00
hidapi Don't do NULL-checks before free() 2025-10-20 00:13:09 -07:00
io Don't do NULL-checks before SDL_free() 2025-10-20 00:13:09 -07:00
joystick Don't do NULL-checks before SDL_free() 2025-10-20 00:13:09 -07:00
libm remove watcom compiler support from private sources 2025-09-20 03:47:02 +03:00
loadso Use new parameter validation macro 2025-09-18 20:58:32 -07:00
locale Fix support for Windows XP and up (#13904) 2025-09-08 13:00:26 -07:00
main main: Fixed crashes if specifying hints to Emscripten as URL options. 2025-09-22 11:57:42 -04:00
misc Use new parameter validation macro 2025-09-18 20:58:32 -07:00
power hints: Added SDL_HINT_LOG_BACKENDS. 2025-07-14 19:49:38 -04:00
process Use posix_spawn_file_actions_addchdir_np() on macOS 2025-09-19 08:00:03 -07:00
render Don't do NULL-checks before SDL_free() 2025-10-20 00:13:09 -07:00
sensor Use new parameter validation macro 2025-09-18 20:58:32 -07:00
stdlib Don't do NULL-checks before SDL_free() 2025-10-20 00:13:09 -07:00
storage Use new parameter validation macro 2025-09-18 20:58:32 -07:00
test Add option "--quit-after-ms N" to automatically quit application after N ms 2025-10-20 08:41:24 -07:00
thread Don't do NULL-checks before SDL_free() 2025-10-20 00:13:09 -07:00
time N-Gage: Add SDL_TimeToDateTime() implementation (#14141) 2025-10-04 20:00:27 +03:00
timer Use new parameter validation macro 2025-09-18 20:58:32 -07:00
tray Don't do NULL-checks before SDL_free() 2025-10-20 00:13:09 -07:00
video wayland: Fix a race condition in the color management event handlers 2025-10-21 11:24:22 -04:00
SDL.c remove watcom compiler support from private sources 2025-09-20 03:47:02 +03:00
SDL_assert.c remove watcom compiler support from private sources 2025-09-20 03:47:02 +03:00
SDL_assert_c.h
SDL_error.c Restore support for the Nokia N-Gage (#12148) 2025-05-22 11:07:22 -07:00
SDL_error_c.h
SDL_guid.c
SDL_hashtable.c Use new parameter validation macro 2025-09-18 20:58:32 -07:00
SDL_hashtable.h hashtable: Fix documentation typos 2025-07-09 12:38:16 -04:00
SDL_hints.c Use new parameter validation macro 2025-09-18 20:58:32 -07:00
SDL_hints_c.h
SDL_internal.h Made SDL_dlopennote.h a public header 2025-10-10 12:47:42 -07:00
SDL_list.c
SDL_list.h
SDL_log.c Use new parameter validation macro 2025-09-18 20:58:32 -07:00
SDL_log_c.h
SDL_properties.c Use new parameter validation macro 2025-09-18 20:58:32 -07:00
SDL_properties_c.h
SDL_utils.c hints: Remove SDL_HINT_DEBUG_LOGGING. 2025-10-10 21:55:48 -04:00
SDL_utils_c.h Make SDL_ObjectValid() inline for performance (thanks @mechakotik!) 2025-09-18 20:58:32 -07:00