SDL/src
Sam Lantinga 231ea07617 Added SDL_LogTrace() 2024-09-17 02:04:54 -07:00
..
atomic windows: Clean out things that should be using `defined(SDL_PLATFORM_WINDOWS)`. 2024-09-06 13:28:39 -04:00
audio Re-added SDL_getenv() as a thread-safe getenv() implementation 2024-09-15 09:37:04 -07:00
camera pipewire: Give hotplug threads a more indicative name 2024-09-09 11:22:05 -04:00
core Fixed warning: "SDL_VIDEO_RENDER_D3D12" is not defined, evaluates to 0 2024-09-16 07:40:00 -07:00
cpuinfo cpuinfo: Rename SDL_GetCPUCount to SDL_GetNumLogicalCPUCores 2024-09-14 19:33:30 -07:00
dialog SDL_PROP_PROCESS_CREATE_ENVIRONMENT_POINTER is an SDL_Environment pointer 2024-09-14 12:27:22 -07:00
dynapi Added SDL_LogTrace() 2024-09-17 02:04:54 -07:00
events Remove unnecessary include from SDL_pen_c.h 2024-09-13 12:30:58 -07:00
file Use non-blocking pipes for process I/O on Windows 2024-09-14 21:16:35 -07:00
filesystem Re-added SDL_getenv() as a thread-safe getenv() implementation 2024-09-15 09:37:04 -07:00
gpu GPU: Fix multisample texture usage validation 2024-09-16 17:55:27 -05:00
haptic Re-added SDL_getenv() as a thread-safe getenv() implementation 2024-09-15 09:37:04 -07:00
hidapi Renamed SDL_Del* to SDL_Remove* 2024-08-31 07:46:28 -07:00
joystick Changed enums to use XXX_COUNT for the count or number of values 2024-09-11 09:32:17 -07:00
libm Added SDL_isinf(), SDL_isinff(), SDL_isnan(), and SDL_isnanf() 2024-06-24 11:49:15 -07:00
loadso winrt: Removed WinRT/Windows Phone/UWP support. 2024-09-06 13:28:39 -04:00
locale Re-added SDL_getenv() as a thread-safe getenv() implementation 2024-09-15 09:37:04 -07:00
main Added thread-safe environment functions 2024-09-13 22:14:54 -07:00
misc SDL_PROP_PROCESS_CREATE_ENVIRONMENT_POINTER is an SDL_Environment pointer 2024-09-14 12:27:22 -07:00
power winrt: Removed WinRT/Windows Phone/UWP support. 2024-09-06 13:28:39 -04:00
process Fixed warning C4701: potentially uninitialized local variable 'startup_info' used 2024-09-15 09:21:04 -07:00
render gpu: Rework driver name queries, add GetGPUShaderFormats 2024-09-13 12:29:40 -04:00
sensor Fix warnings: calloc-transposed-args 2024-09-08 19:28:11 -07:00
stdlib Removed SDL_CleanupEnvironment() 2024-09-15 10:00:21 -07:00
storage Initialize interface structures so they can be extended in the future 2024-09-05 19:16:00 -07:00
test Updated documentation for bool return type 2024-09-16 13:12:15 -07:00
thread windows: Clean out things that should be using `defined(SDL_PLATFORM_WINDOWS)`. 2024-09-06 13:28:39 -04:00
time winrt: Removed WinRT/Windows Phone/UWP support. 2024-09-06 13:28:39 -04:00
timer winrt: Removed WinRT/Windows Phone/UWP support. 2024-09-06 13:28:39 -04:00
video Re-added SDL_getenv() as a thread-safe getenv() implementation 2024-09-15 09:37:04 -07:00
SDL.c Improve logging performance and make log priorities thread-safe 2024-09-16 13:09:17 -07:00
SDL_assert.c windows: Clean out things that should be using `defined(SDL_PLATFORM_WINDOWS)`. 2024-09-06 13:28:39 -04:00
SDL_assert_c.h Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
SDL_error.c Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_error_c.h Use C99 bool internally in SDL 2024-08-22 13:30:02 -07:00
SDL_guid.c Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
SDL_hashtable.c Reduce strcmp() calls in hashtable lookup 2024-09-14 11:46:40 -07:00
SDL_hashtable.h Added thread-safe environment functions 2024-09-13 22:14:54 -07:00
SDL_hints.c Re-added SDL_getenv() as a thread-safe getenv() implementation 2024-09-15 09:37:04 -07:00
SDL_hints_c.h Use C99 bool internally in SDL 2024-08-22 13:30:02 -07:00
SDL_internal.h Build config flags are either defined or undefined, never 0 2024-09-05 09:52:40 -07:00
SDL_list.c Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_list.h Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_log.c Added SDL_LogTrace() 2024-09-17 02:04:54 -07:00
SDL_log_c.h Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
SDL_properties.c SDL_strtoll(), SDL_strtoull(), SDL_lltoa(), and SDL_ulltoa() use long long values 2024-09-09 15:46:26 -07:00
SDL_properties_c.h Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_utils.c Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_utils_c.h Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00