SDL/src
Frank Praznik abcfa1b7de wayland: Use SDL_memcpy instead of SDL_copyp to copy the repeated text string
SDL_copyp is not intended to copy arrays. Use SDL_memcpy with the explicit size instead.
2025-05-21 20:38:39 -04:00
..
atomic
audio audio: Assert that all devices from device_hash are the appropriate type 2025-05-13 08:53:24 -07:00
camera windows: fix Unicode function and type inconsistencies 2025-05-08 07:22:11 -07:00
core get preferred locales on android 2025-05-20 17:12:01 -07:00
cpuinfo Define illegal_instruction() when it will be actually used 2025-05-08 11:51:35 -07:00
dialog Replace SDL_free with delete for new-allocated objects 2025-05-07 15:43:00 -04:00
dynapi audio: SDL_PutAudioStreamPlanarData should take a channel count. 2025-04-25 21:13:04 -04:00
events wayland: Fix keymap changed event spam with non-latin keyboard layouts 2025-05-21 11:54:56 -04:00
filesystem windows: fix Unicode function and type inconsistencies 2025-05-08 07:22:11 -07:00
gpu gpu/d3d12: Acknowledge that we've bound vertex buffers (#13088) 2025-05-20 16:34:04 -04:00
haptic Add and use SDL_HapticEffectID typedef 2025-04-24 08:51:55 -07:00
hidapi Add hid_version and hid_version_str to renamed LIBUSB impl symbols 2025-05-10 07:45:06 -07:00
io asyncio: SDL_LoadFileAsync was not null-terminating the file data. 2025-03-20 15:50:06 -04:00
joystick Fixed the Bluetooth flag for the combined Joy-Con controller 2025-05-21 13:30:00 -07:00
libm
loadso
locale
main
misc
power
process [Process API] Quoting enhancements (#12946) 2025-05-12 09:17:21 -07:00
render Fix wrong callback type 2025-05-20 11:10:43 -07:00
sensor
stdlib Initialize the padding of aligned allocations to zero 2025-03-12 11:42:02 -07:00
storage storage: Declare a private bootstrap for NDA user storage 2025-03-18 22:12:21 -04:00
test tests: Revert some leftover testing code 2025-05-05 11:08:15 -04:00
thread Fix n3ds/SDL_syssem.c:SDL_SignalSemaphore (libsdl-org/SDL#12411) 2025-03-07 17:31:06 -08:00
time time: Fix compilation on Solaris 2025-03-19 12:19:42 -04:00
timer
tray Fix #13083 segfault in SDL_RemoveTrayEntry() for submenu entries 2025-05-21 13:32:28 -07:00
video wayland: Use SDL_memcpy instead of SDL_copyp to copy the repeated text string 2025-05-21 20:38:39 -04:00
SDL.c Save and restore error messages when rolling back after failed init 2025-03-02 07:55:56 -08:00
SDL_assert.c emscripten: Don't use legacy JS library functions for assertions 2025-03-20 16:24:16 -07:00
SDL_assert_c.h
SDL_error.c
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
SDL_hashtable.c hashtable: Redesign the hashtable API. 2025-02-15 18:52:56 -05:00
SDL_hashtable.h hashtable: Redesign the hashtable API. 2025-02-15 18:52:56 -05:00
SDL_hints.c Added special handling for SDL_HINT_ANDROID_ALLOW_RECREATE_ACTIVITY 2025-04-03 11:33:34 -07:00
SDL_hints_c.h
SDL_internal.h Disable all camera drivers if SDL_CAMERA_DISABLED is defined 2025-02-22 09:48:49 -08:00
SDL_list.c
SDL_list.h
SDL_log.c
SDL_log_c.h
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
SDL_utils.c Added support for the HORI Taiko No Tatsujin Drum Controller 2025-04-02 08:30:26 -07:00
SDL_utils_c.h Include the VID/PID of generic keyboard/mouse devices on Windows 2025-02-27 14:03:39 -08:00