SDL/src
Sam Lantinga 1f3a0d12e6 Made texture size and format public in the API
Also added refcount to textures so they can be retained by application code.
2024-10-01 08:10:04 -07:00
..
atomic Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
audio Remove some extra semicolons 2024-09-26 20:01:56 +03:00
camera Fix stdlib usage 2024-09-25 23:59:35 +02:00
core Fix stdlib usage 2024-09-25 23:59:35 +02:00
cpuinfo Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
dialog Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
dynapi GPU: Add swapchain dimension out params (#11003) 2024-09-30 10:23:19 -07:00
events Optimized SDL_HasEvent() and SDL_HasEvents() 2024-09-25 21:20:00 -07:00
file Haiku does not have fdatasync, but has fsync 2024-09-30 15:10:03 +02:00
filesystem filesystem: SDL_GlobDirectory shouldn't strip final '/' if the path is "/". 2024-09-29 23:09:04 -04:00
gpu GPU Vulkan: Clear up some swapchain edge cases 2024-09-30 15:10:27 -07:00
haptic Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
hidapi hidapi: update hid_write() for windows from mainstream. 2024-09-30 19:49:44 -07:00
joystick Updated check for stdbool.h 2024-09-28 16:55:09 -07:00
libm
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 main: SDL_AppQuit() now reports the result value. 2024-09-29 23:24:04 -04: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 Fix null-pointer dereference on failing SDL_SYS_CreateProcess 2024-09-30 03:03:33 +02:00
render Made texture size and format public in the API 2024-10-01 08:10:04 -07:00
sensor Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
stdlib Added SDL_murmur3_32() 2024-09-28 17:19:01 -07:00
storage Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
test render: Remove the logical presentation render target. 2024-09-25 16:26:36 -04:00
thread Fixed SDL_ShouldQuit() returning false during status transitions 2024-09-26 18:08:58 -07:00
time Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
timer Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
video x11: store all atoms in a specific struct 2024-09-30 11:13:08 -07:00
SDL.c Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -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 Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -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 hashtable: fixed unused-parameter warnings 2024-09-29 23:56:43 -07:00
SDL_hashtable.h Added SDL_HashPointer() and SDL_KeyMatchPointer() 2024-09-29 10:59:18 -07:00
SDL_hints.c Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
SDL_hints_c.h Use C99 bool internally in SDL 2024-08-22 13:30:02 -07:00
SDL_internal.h Made texture size and format public in the API 2024-10-01 08:10:04 -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 Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -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 Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -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 Added SDL_ShouldInit() and SDL_ShouldQuit() 2024-09-26 16:26:12 -07:00
SDL_utils_c.h Added SDL_ShouldInit() and SDL_ShouldQuit() 2024-09-26 16:26:12 -07:00