SDL/src
2024-12-11 16:38:28 -08:00
..
atomic Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
audio audio: Let emscripten update device->sample_frames at device open time. 2024-12-04 19:16:28 -05:00
camera VITA: implement camera subsystem 2024-10-17 10:24:17 -07:00
core work around type redefinition errors in SDL_immdevice.h 2024-12-06 17:51:00 +03:00
cpuinfo Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
dialog Fix building SDL3 without dialog support 2024-12-08 14:31:19 +00:00
dynapi dynapi: Minor optimization to SDL_SetError wrapper. 2024-12-11 18:04:43 -05:00
events video: Prefer the window manager supplied coordinates for selecting a fullscreen display 2024-12-09 11:50:26 -05:00
file Add missing include of fcntl.h 2024-12-05 13:45:17 -08:00
filesystem filesystem: Added SDL_GetCurrentDirectory(). 2024-11-27 23:42:11 -05:00
gpu GPU: Fix D3D12_INTERNAL_StrToWStr returning incorrect length 2024-12-11 16:38:28 -08:00
haptic Include stdbool.h when using Visual Studio 2017+ 2024-10-01 09:57:59 -07:00
hidapi hidapi: check each usage on a device before ignoring it completely 2024-11-25 10:49:05 -08:00
joystick Don't filter out controllers when launched by Steam under Proton 2024-12-05 19:50:15 -08:00
libm libm/e_exp.c: fix gcc warning on 32 bit: 2024-10-10 18:23:20 +03:00
loadso loadso: library handles are now SDL_SharedObject* instead of void*. 2024-10-01 12:16:10 -04:00
locale Fixed Chinese locales on PSP (thanks @ccawley2011!) 2024-12-10 14:47:31 -08:00
main ngage: Remove Nokia N-Gage support. 2024-12-11 13:29:43 -05:00
misc Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
power winrt: Removed WinRT/Windows Phone/UWP support. 2024-09-06 13:28:39 -04:00
process Make sure stdio handles are in blocking mode 2024-10-14 22:10:49 -07:00
render add SDL_RenderTextureAffine 2024-12-06 14:14:47 -08:00
sensor Rename SDL_SetThreadPriority() to SDL_SetCurrentThreadPriority() 2024-10-04 08:57:03 -07:00
stdlib ngage: Remove Nokia N-Gage support. 2024-12-11 13:29:43 -05:00
storage Include stdbool.h when using Visual Studio 2017+ 2024-10-01 09:57:59 -07:00
test Add missing SDL_WindowFlags to SDL_test_common.c 2024-11-25 10:56:16 -08:00
thread ngage: Remove Nokia N-Gage support. 2024-12-11 13:29:43 -05:00
time Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
timer ngage: Remove Nokia N-Gage support. 2024-12-11 13:29:43 -05:00
video ngage: Remove Nokia N-Gage support. 2024-12-11 13:29:43 -05:00
SDL.c ngage: Remove Nokia N-Gage support. 2024-12-11 13:29:43 -05:00
SDL_assert.c Improve support for private platforms (#11220) 2024-10-15 18:02:07 -04:00
SDL_assert_c.h
SDL_error.c Added SDL_SetErrorV() 2024-10-13 09:26:25 -07:00
SDL_error_c.h
SDL_guid.c
SDL_hashtable.c Fixed warning: ‘new_item.probe_len’ may be used uninitialized in this function 2024-10-10 08:06:18 -07:00
SDL_hashtable.h Removed const qualifiers from SDL_CreateHashTable() parameter types 2024-10-02 16:29:49 -07:00
SDL_hints.c Old env vars as fallback for SDL_VIDEO_DRIVER + SDL_AUDIO_DRIVER #11115 2024-10-12 08:47:02 -07:00
SDL_hints_c.h
SDL_internal.h GPU: Remove D3D11 backend and allow D3D12 to ingest DXBC (#11456) 2024-11-12 10:55:21 -08:00
SDL_list.c
SDL_list.h
SDL_log.c Check return value of SDL_small_alloc() 2024-10-13 14:07:26 -07:00
SDL_log_c.h
SDL_properties.c Fix typo: DiretMedia->DirectMedia 2024-10-05 00:08:01 -04:00
SDL_properties_c.h Fix typo: DiretMedia->DirectMedia 2024-10-05 00:08:01 -04:00
SDL_utils.c SDL_utils.c: restrict gethostname() usage to non-windows 2024-10-17 12:47:02 +03:00
SDL_utils_c.h Simplified internal SDL_Surface structure 2024-10-01 08:10:04 -07:00