Elad Lahav 2a03ad2cbf AUDIO_U16 support was removed from SDL3 2 years ago
..
atomic d0c4849d0b Rename SDL_atomic_t to SDL_AtomicInt 2 years ago
audio 2a03ad2cbf AUDIO_U16 support was removed from SDL3 2 years ago
core d24ef0213b SDL_threadprio.c uses SCHED_RR and SCHED_FIFO from sched.h 2 years ago
cpuinfo b0a5182e84 Sunset SDL_HasRDTSC 2 years ago
dynapi b0a5182e84 Sunset SDL_HasRDTSC 2 years ago
events 203a2a76fc events: Increase the size of the name buffer when logging events 2 years ago
file c6443d86c9 Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2 years ago
filesystem 3990c71726 SDL_GetBasePath simplification for Haiku. 2 years ago
haptic c6443d86c9 Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2 years ago
hidapi ba87b96cea Fixed signed/unsigned warnings 2 years ago
joystick 8029a767ee Fixed the accelerometer sensitivity for the Armor-X Pro controller 2 years ago
libm fde78d12f2 Updated copyright for 2023 2 years ago
loadso e9b86eebf3 Functions which return function pointers now return SDL_FunctionPointer instead of void* 2 years ago
locale c5c94a6be6 Change return type from void to int, for functions that set an error 2 years ago
main c3bf253b09 Remove SDL3_main from build systems, remove most of src/main/* 2 years ago
misc 413af2f5f1 Addressed comments 2 years ago
power fde78d12f2 Updated copyright for 2023 2 years ago
render 0ef85873a2 fixed uninitialized warnings from gcc7, gcc8, and gcc9. 2 years ago
sensor c6443d86c9 Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2 years ago
stdlib 513025b182 Implement _intel_fast_(memcpy|memset) 2 years ago
test d3faec0b6e testcommon/automation: add [--audio driver] option 2 years ago
thread d0c4849d0b Rename SDL_atomic_t to SDL_AtomicInt 2 years ago
timer d0c4849d0b Rename SDL_atomic_t to SDL_AtomicInt 2 years ago
video 5fee62d774 Rename files under src/video/qnx 2 years ago
SDL.c 3bd737d44c Add error returns to void functions that can fail/set errors. 2 years ago
SDL_assert.c 177a6f38e0 Only minimize the window for an assert if it's in exclusive fullscreen mode 2 years ago
SDL_assert_c.h fde78d12f2 Updated copyright for 2023 2 years ago
SDL_dataqueue.c 8b9a938413 dataqueue: Make thread safe. 2 years ago
SDL_dataqueue.h 8b9a938413 dataqueue: Make thread safe. 2 years ago
SDL_error.c 048df6260c Remove disabled self test main functions in src/SDL_error.c 2 years ago
SDL_error_c.h fde78d12f2 Updated copyright for 2023 2 years ago
SDL_guid.c 3bd737d44c Add error returns to void functions that can fail/set errors. 2 years ago
SDL_hints.c 5feebcdce0 SDL_AddHintCallback() now returns a standard int result instead of void 2 years ago
SDL_hints_c.h fde78d12f2 Updated copyright for 2023 2 years ago
SDL_internal.h b4f28fb532 Define _LARGEFILE64_SOURCE as 1 for all platforms 2 years ago
SDL_list.c fde78d12f2 Updated copyright for 2023 2 years ago
SDL_list.h fde78d12f2 Updated copyright for 2023 2 years ago
SDL_log.c 14695a714f Set the default priority level of SDL_LOG_CATEGORY_ERROR to SDL_LOG_PRIORITY_ERROR 2 years ago
SDL_log_c.h fde78d12f2 Updated copyright for 2023 2 years ago
SDL_utils.c fde78d12f2 Updated copyright for 2023 2 years ago
SDL_utils_c.h fde78d12f2 Updated copyright for 2023 2 years ago