Ryan C. Gordon 3473cef7df surface: `SDL_blit` is not used in the public API, remove it from headers. 1 year ago
..
atomic 31d133db40 Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2 years ago
audio bcd2807065 Fixed warning C4244: 'initializing': conversion from 'int' to 'SDL_AudioFormat', possible loss of data 1 year ago
camera d4dc613559 Allow specifying only some SDL_CameraSpec fields when opening a camera 1 year ago
core d95f5bad24 Updated to version 3.1.2 for the preview release 1 year ago
cpuinfo 143b070074 cpuinfo: fix -Wmissing-prototypes warning 1 year ago
dialog 4ac8968f65 Fix improper handling of NULL dialog filter on Cocoa 1 year ago
dynapi 1c6ba2a9ab Disable SDL_DYNAMIC_API during __INTELLISENSE__ 1 year ago
events 63979f04c8 Don't pass the sentinel event to event callbacks 1 year ago
file 478b965e6c Fixed warning C4702: unreachable code 2 years ago
filesystem 0178b19489 Add '/' to GetUserFolder(HOME) on Cocoa & Unix 1 year ago
haptic 19b3ddac2f Fix TOCTOU race condition 2 years ago
hidapi 1de8a53015 windows hidapi: fix header compilation 1 year ago
joystick 0ab5a8a413 Initialize udev before joystick manual scan so class lookup works 1 year ago
libm 31d133db40 Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2 years ago
loadso 31d133db40 Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2 years ago
locale 390fff4ae0 N3DS: Fix locale name and early return. 2 years ago
main 38e3c6a4aa main: Add an optional `appstate` param to main callback entry points. 2 years ago
misc b9ea2dde44 Added VisionOS as a supported target to the Xcode project 2 years ago
power b9ea2dde44 Added VisionOS as a supported target to the Xcode project 2 years ago
render 53bec8b7b7 Fixed updating NV12 textures when using the D3D11 render driver 1 year ago
sensor 52d6587084 Removed SDL_EVENTS_DISABLED 2 years ago
stdlib 810656962c stdlib: Export some Unicode functions to other SDL internals. 1 year ago
storage 26b71d14e9 storage: Static analysis fix 1 year ago
test 9c2e4f52e6 Fixed misuse of entry->size in SDL_TrackAllocation 1 year ago
thread fdcc3e1151 thread: make generic SDL_Condition a no-op if built with SDL_THREADS_DISABLED. 1 year ago
time dec872bdd9 Fix SDL_GetDaysInMonth() num days in january 1 year ago
timer 3d96c2426f PSP: improve performance counter res to us granularity (thanks @rofl0r!) 2 years ago
video 3473cef7df surface: `SDL_blit` is not used in the public API, remove it from headers. 1 year ago
SDL.c 1aa9ef7213 cpuinfo: reset cpu features on SDL_Quit 2 years ago
SDL_assert.c 6906c50e8b assert: SDL_AssertData::always_ignore should be an SDL_bool, not an int. 1 year ago
SDL_assert_c.h 5b3ee51c6c Updated copyright for 2024 2 years ago
SDL_error.c 5b3ee51c6c Updated copyright for 2024 2 years ago
SDL_error_c.h 5b3ee51c6c Updated copyright for 2024 2 years ago
SDL_guid.c 5b3ee51c6c Updated copyright for 2024 2 years ago
SDL_hashtable.c 5b3ee51c6c Updated copyright for 2024 2 years ago
SDL_hashtable.h 5b3ee51c6c Updated copyright for 2024 2 years ago
SDL_hints.c 5b3ee51c6c Updated copyright for 2024 2 years ago
SDL_hints_c.h 276566235c Removed SDL_ClearHints() from the public API 2 years ago
SDL_internal.h a5c892d2c3 stdlib: Improve Unicode support and consistency in string comparison functions. 2 years ago
SDL_list.c 33eaddc565 Cleaned up various type conversion issues 2 years ago
SDL_list.h 5b3ee51c6c Updated copyright for 2024 2 years ago
SDL_log.c d65ae710a1 Renamed SDL_LogGetOutputFunction() and SDL_LogSetOutputFunction() to match SDL 3.0 naming convention 2 years ago
SDL_log_c.h 5b3ee51c6c Updated copyright for 2024 2 years ago
SDL_properties.c 33eaddc565 Cleaned up various type conversion issues 2 years ago
SDL_properties_c.h bba2a5d360 Added SDL_SetFreeableProperty() for internal use 2 years ago
SDL_utils.c 5b3ee51c6c Updated copyright for 2024 2 years ago
SDL_utils_c.h 5b3ee51c6c Updated copyright for 2024 2 years ago