SDL/src
Frank Praznik f540de87b9 wayland: Always set the last incoming clipboard seat when setting clipboard data
Otherwise, the clipboard will report having no or old data until events are pumped.

Fixes the automated clipboard tests.
2025-09-18 17:44:58 -04:00
..
atomic Added SDL_AddAtomicU32() 2025-08-27 06:44:51 -07:00
audio Fix support for Windows XP and up (#13904) 2025-09-08 13:00:26 -07:00
camera Fix support for Windows XP and up (#13904) 2025-09-08 13:00:26 -07:00
core Send events for mice and keyboards detected during initialization 2025-09-11 20:07:55 -07:00
cpuinfo Restore support for the Nokia N-Gage (#12148) 2025-05-22 11:07:22 -07:00
dialog Removed unnecessary Windows version check 2025-09-14 09:01:42 -07:00
dynapi Added SDL_GetPixelFormatFromGPUTextureFormat() and SDL_GetGPUTextureFormatFromPixelFormat() 2025-09-10 12:08:04 -07:00
events Clean up old-style null check 2025-09-15 10:59:36 -04:00
filesystem filesystem: GetCurrentDirectory now falls back to GetBasePath when unsupported 2025-09-18 14:49:03 -04:00
gpu gpu/vulkan : fix clear value indexing 2025-09-16 08:45:35 -07:00
haptic linux/SDL_syshaptic.c:SDL_SYS_HapticStopAll(): Fix return on error 2025-08-09 09:27:35 -07:00
hidapi Added support for the Switch 2 Joy-Cons with charging grip 2025-09-01 21:11:16 -07:00
io fix windows EOF check 2025-09-16 17:13:22 -07:00
joystick fix: use productCategory instead of vendorName for joy name for apple driver 2025-09-15 11:51:06 -07:00
libm fix typos 2025-07-27 08:10:03 -07:00
loadso Updated copyright for 2025 2025-01-01 07:45:52 -08:00
locale Fix support for Windows XP and up (#13904) 2025-09-08 13:00:26 -07:00
main Used SDL_APP_CONTINUE instead 0 2025-09-13 07:13:00 -07:00
misc Added a note that we dynamically load libusb 2025-08-28 09:13:01 -07:00
power hints: Added SDL_HINT_LOG_BACKENDS. 2025-07-14 19:49:38 -04:00
process process(windows): fallback to GenerateConsoleCtrlEvent and TerminateProcess if necessary 2025-08-26 17:01:37 -07:00
render render: Don't default to vsync=0 on Emscripten. 2025-09-16 12:30:22 -04:00
sensor Remove newlines from log messages 2025-01-22 20:25:04 -08:00
stdlib Define relevant macros when LACKS_ERRNO_H is true 2025-07-30 09:11:11 -07:00
storage Record dynamic dependencies in .note.dlopen elf section 2025-08-27 16:11:39 +00:00
test The names of keyboards and mice are valid after they've been removed 2025-09-11 20:07:55 -07:00
thread Fixed memory leak when using detached threads 2025-09-14 08:42:25 -07:00
time Fix support for Windows XP and up (#13904) 2025-09-08 13:00:26 -07:00
timer Fix support for Windows XP and up (#13904) 2025-09-08 13:00:26 -07:00
tray tray: Save icons on *nix platforms to PNG instead of BMP 2025-08-27 09:20:42 -07:00
video wayland: Always set the last incoming clipboard seat when setting clipboard data 2025-09-18 17:44:58 -04:00
SDL.c Don't compile helper function when building without audio/video/joystick support 2025-08-27 23:19:50 +02:00
SDL_assert.c Use SDL_abort when encountering a internal fatal SDL_assertion error 2025-09-17 22:54:23 +02:00
SDL_assert_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_error.c Restore support for the Nokia N-Gage (#12148) 2025-05-22 11:07:22 -07:00
SDL_error_c.h Save and restore error messages when rolling back after failed init 2025-03-02 07:55:56 -08:00
SDL_guid.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_hashtable.c hashtable: Redesign the hashtable API. 2025-02-15 18:52:56 -05:00
SDL_hashtable.h hashtable: Fix documentation typos 2025-07-09 12:38:16 -04:00
SDL_hints.c Use consistent style for pointer declarations and casts 2025-06-18 10:03:44 -07:00
SDL_hints_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_internal.h Add SDL_internal macro for internal use 2025-09-17 22:54:23 +02:00
SDL_list.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_list.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_log.c Added support for the DEBUG_INVOCATION environment variable 2025-09-07 14:32:47 -07:00
SDL_log_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_properties.c Don't allow further operations on properties while we're destroying them 2025-02-26 08:34:14 -08:00
SDL_properties_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_utils.c hints: Renamed SDL_HINT_LOG_BACKENDS to SDL_DEBUG_LOGGING. 2025-07-22 13:19:30 -04:00
SDL_utils_c.h hints: Renamed SDL_HINT_LOG_BACKENDS to SDL_DEBUG_LOGGING. 2025-07-22 13:19:30 -04:00