tangled
alpha
login
or
join now
keii.dev
/
SDL
Simple Directmedia Layer
0
fork
atom
overview
issues
pulls
pipelines
SDL
/
src
/
at
main
31 folders
19 files
atomic
Removed SDL_bool in favor of plain bool
1 year ago
audio
Fix C23 empty initializer warning.
1 year ago
camera
SDL_camera_pipewire: use `SDL_CAMERA_DRIVER_PIPEWIRE_DYNAMIC`
1 year ago
core
Added SDL_EVENT_FINGER_CANCELED
1 year ago
cpuinfo
Removed SDL_bool in favor of plain bool
1 year ago
dialog
correct termination of windows openfiledialog filters
1 year ago
dynapi
audio: Make SDL_Bind/UnbindAudioStreams take const arrays
1 year ago
events
keyboard: Check for both caps lock and shift when looking up a keycode by name
1 year ago
file
Update SDL_asyncio.c
1 year ago
filesystem
Xbox buildfixes
1 year ago
gpu
GPU: Rename HDR10_ST2048 to HDR10_ST2084
1 year ago
haptic
Include stdbool.h when using Visual Studio 2017+
1 year ago
hidapi
Fixed Bluetooth Steam Controller detection on iOS and Android
1 year ago
joystick
Don't use connection state from the Nintendo Switch Pro report
1 year ago
libm
libm/e_exp.c: fix gcc warning on 32 bit:
1 year ago
loadso
loadso: library handles are now `SDL_SharedObject*` instead of `void*`.
1 year ago
locale
Fixed Chinese locales on PSP (thanks @ccawley2011!)
1 year ago
main
main: Adjust how SDL_HINT_MAIN_CALLBACK_RATE works.
1 year ago
misc
misc: Fixed typo in iOS error message.
1 year ago
power
winrt: Removed WinRT/Windows Phone/UWP support.
1 year ago
process
Make sure stdio handles are in blocking mode
1 year ago
render
Added SDL_EVENT_FINGER_CANCELED
1 year ago
sensor
Rename SDL_SetThreadPriority() to SDL_SetCurrentThreadPriority()
1 year ago
stdlib
SDL_GetNumAllocations returns -1 when allocation counting is disabled
1 year ago
storage
storage: Add error messages when ReadIO/WriteIO lengths mismatch
1 year ago
test
Added SDL_EVENT_FINGER_CANCELED
1 year ago
thread
Use `pthread_setname_np` also on Android
1 year ago
time
Removed SDL_bool in favor of plain bool
1 year ago
timer
Fix various `#if defined`s
1 year ago
tray
Remove libc function from Windows tray
1 year ago
video
win32: Return 0 from WM_WINDOWPOSCHANGING if a resize is expected
1 year ago
SDL.c
ngage: Remove Nokia N-Gage support.
1 year ago
SDL_assert.c
Improve support for private platforms (#11220)
1 year ago
SDL_assert_c.h
Use C++ style comments consistently in SDL source code
1 year ago
SDL_error.c
Added SDL_SetErrorV()
1 year ago
SDL_error_c.h
Use C99 bool internally in SDL
1 year ago
SDL_guid.c
Use C++ style comments consistently in SDL source code
1 year ago
SDL_hashtable.c
Removed external hashtable locking functions
1 year ago
SDL_hashtable.h
Removed external hashtable locking functions
1 year ago
SDL_hints.c
Old env vars as fallback for SDL_VIDEO_DRIVER + SDL_AUDIO_DRIVER #11115
1 year ago
SDL_hints_c.h
Use C99 bool internally in SDL
1 year ago
SDL_internal.h
SDL_internal: remove `#undef SDL_LEAN_AND_MEAN`
1 year ago
SDL_list.c
Use SDL_bool instead an int return code in the SDL API
1 year ago
SDL_list.h
Use SDL_bool instead an int return code in the SDL API
1 year ago
SDL_log.c
Check return value of SDL_small_alloc()
1 year ago
SDL_log_c.h
Use C++ style comments consistently in SDL source code
1 year ago
SDL_properties.c
Don't free properties while modifying the property hashtable
1 year ago
SDL_properties_c.h
Fix typo: DiretMedia->DirectMedia
1 year ago
SDL_utils.c
Cleaned up thread state handling and added thread object validation
1 year ago
SDL_utils_c.h
Cleaned up thread state handling and added thread object validation
1 year ago