Ryan C. Gordon 2321726ff1 filesystem: SDL_GetUserFolder() now follows the SDL_GetStringRule. %!s(int64=2) %!d(string=hai) anos
..
atomic d8e68aea9d atomic: Solaris needs the `_nv` variant of `atomic_or_uint`. %!s(int64=2) %!d(string=hai) anos
audio 58270ef3f2 Finished renaming functions in SDL_system.h %!s(int64=2) %!d(string=hai) anos
camera 58270ef3f2 Finished renaming functions in SDL_system.h %!s(int64=2) %!d(string=hai) anos
core 2321726ff1 filesystem: SDL_GetUserFolder() now follows the SDL_GetStringRule. %!s(int64=2) %!d(string=hai) anos
cpuinfo 02ff85f2f3 Renamed SDL_SIMDGetAlignment() to SDL_GetSIMDAlignment() %!s(int64=2) %!d(string=hai) anos
dialog 5bf6bc4d7d Renamed SDL_Get/SetProperty() to SDL_Get/SetPointerProperty() %!s(int64=2) %!d(string=hai) anos
dynapi 2321726ff1 filesystem: SDL_GetUserFolder() now follows the SDL_GetStringRule. %!s(int64=2) %!d(string=hai) anos
events 4aeabb3c3b Made event and temporary string memory thread-local and added SDL_FreeEventMemory() %!s(int64=2) %!d(string=hai) anos
file 54366181c3 Rename functions in SDL_system.h to match SDL 3.0 naming convention %!s(int64=2) %!d(string=hai) anos
filesystem 2321726ff1 filesystem: SDL_GetUserFolder() now follows the SDL_GetStringRule. %!s(int64=2) %!d(string=hai) anos
haptic 5c875e1183 Renamed *FromID() to *ForID() %!s(int64=2) %!d(string=hai) anos
hidapi 58270ef3f2 Finished renaming functions in SDL_system.h %!s(int64=2) %!d(string=hai) anos
joystick 54366181c3 Rename functions in SDL_system.h to match SDL 3.0 naming convention %!s(int64=2) %!d(string=hai) anos
libm 89cdadf7c3 Added SDL_isinf(), SDL_isinff(), SDL_isnan(), and SDL_isnanf() %!s(int64=2) %!d(string=hai) anos
loadso 31d133db40 Define SDL_PLATFORM_* macros instead of underscored ones (#8875) %!s(int64=2) %!d(string=hai) anos
locale 390fff4ae0 N3DS: Fix locale name and early return. %!s(int64=2) %!d(string=hai) anos
main 54366181c3 Rename functions in SDL_system.h to match SDL 3.0 naming convention %!s(int64=2) %!d(string=hai) anos
misc b9ea2dde44 Added VisionOS as a supported target to the Xcode project %!s(int64=2) %!d(string=hai) anos
power a919774fe4 Build with -Wfloat-conversion + fix all warnings %!s(int64=2) %!d(string=hai) anos
render 54366181c3 Rename functions in SDL_system.h to match SDL 3.0 naming convention %!s(int64=2) %!d(string=hai) anos
sensor 5c875e1183 Renamed *FromID() to *ForID() %!s(int64=2) %!d(string=hai) anos
stdlib c3bf874abf stdlib: Clean up and export SDL_UCS4ToUTF8(). %!s(int64=2) %!d(string=hai) anos
storage 3bc81a81f5 filesystem: SDL_GetBasePath() now follows the SDL_GetStringRule. %!s(int64=2) %!d(string=hai) anos
test d40b89dff6 clipboard: SDL_GetPrimarySelectionText() now follows the SDL_GetStringRule. %!s(int64=2) %!d(string=hai) anos
thread ec3bb4c029 Removed the need for SDL_CreateTLS() %!s(int64=2) %!d(string=hai) anos
time aacafd6233 time/windows/SDL_systime.c: remove minwinbase.h & timezoneapi.h includes %!s(int64=2) %!d(string=hai) anos
timer ec3bb4c029 Removed the need for SDL_CreateTLS() %!s(int64=2) %!d(string=hai) anos
video d40b89dff6 clipboard: SDL_GetPrimarySelectionText() now follows the SDL_GetStringRule. %!s(int64=2) %!d(string=hai) anos
SDL.c 3bc81a81f5 filesystem: SDL_GetBasePath() now follows the SDL_GetStringRule. %!s(int64=2) %!d(string=hai) anos
SDL_assert.c 6906c50e8b assert: SDL_AssertData::always_ignore should be an SDL_bool, not an int. %!s(int64=2) %!d(string=hai) anos
SDL_assert_c.h 5b3ee51c6c Updated copyright for 2024 %!s(int64=2) %!d(string=hai) anos
SDL_error.c 4609af618a Updated logging functions for SDL3 naming convention %!s(int64=2) %!d(string=hai) anos
SDL_error_c.h 5b3ee51c6c Updated copyright for 2024 %!s(int64=2) %!d(string=hai) anos
SDL_guid.c 5b3ee51c6c Updated copyright for 2024 %!s(int64=2) %!d(string=hai) anos
SDL_hashtable.c 2ba76dbe80 Simplified SDL_Surface %!s(int64=2) %!d(string=hai) anos
SDL_hashtable.h 2ba76dbe80 Simplified SDL_Surface %!s(int64=2) %!d(string=hai) anos
SDL_hints.c e23257307e Introduce formal policy for APIs that return strings. %!s(int64=2) %!d(string=hai) anos
SDL_hints_c.h 276566235c Removed SDL_ClearHints() from the public API %!s(int64=2) %!d(string=hai) anos
SDL_internal.h bd041b4831 Make sure SDL subsystems are initialized before starting threads %!s(int64=2) %!d(string=hai) anos
SDL_list.c 33eaddc565 Cleaned up various type conversion issues %!s(int64=2) %!d(string=hai) anos
SDL_list.h 5b3ee51c6c Updated copyright for 2024 %!s(int64=2) %!d(string=hai) anos
SDL_log.c 4609af618a Updated logging functions for SDL3 naming convention %!s(int64=2) %!d(string=hai) anos
SDL_log_c.h 5b3ee51c6c Updated copyright for 2024 %!s(int64=2) %!d(string=hai) anos
SDL_properties.c 5bf6bc4d7d Renamed SDL_Get/SetProperty() to SDL_Get/SetPointerProperty() %!s(int64=2) %!d(string=hai) anos
SDL_properties_c.h 652b34bd15 Added SDL_DumpProperties() for internal debugging %!s(int64=2) %!d(string=hai) anos
SDL_utils.c c3bf874abf stdlib: Clean up and export SDL_UCS4ToUTF8(). %!s(int64=2) %!d(string=hai) anos
SDL_utils_c.h c3bf874abf stdlib: Clean up and export SDL_UCS4ToUTF8(). %!s(int64=2) %!d(string=hai) anos