Sam Lantinga f8eac30276 Added SDL_StepBackUTF8() 6 months ago
..
atomic a90ad3b0e2 Removed SDL_bool in favor of plain bool 7 months ago
audio 02434cd293 emscripten: Fixes for data addresses above 2gb 6 months ago
camera 2880b40e33 fix pipewire prototype 6 months ago
core aa534c3ac3 core: Fixed incorrect comment in core/windows/SDL_windows.h. 6 months ago
cpuinfo a90ad3b0e2 Removed SDL_bool in favor of plain bool 7 months ago
dialog 4627283eca Allow building both Cocoa and dummy dialog implementations 6 months ago
dynapi f8eac30276 Added SDL_StepBackUTF8() 6 months ago
events e00b1fdd67 clipboard: include mime types in SDL_ClipboarUpdate 6 months ago
file 00385951a1 Use file descriptor I/O for process pipes 6 months ago
filesystem 4fa92d233d Include stdbool.h when using Visual Studio 2017+ 6 months ago
gpu acb18e05b5 GPU: fix swapchain buffer size not set on Xbox 6 months ago
haptic 4fa92d233d Include stdbool.h when using Visual Studio 2017+ 6 months ago
hidapi 0b5e01a305 loadso: library handles are now `SDL_SharedObject*` instead of `void*`. 6 months ago
joystick 5b6342a00d Default SDL_HINT_JOYSTICK_GAMEINPUT to "1" on GDK platforms 6 months ago
libm 89cdadf7c3 Added SDL_isinf(), SDL_isinff(), SDL_isnan(), and SDL_isnanf() 10 months ago
loadso 0b5e01a305 loadso: library handles are now `SDL_SharedObject*` instead of `void*`. 6 months ago
locale 28b94c4758 Re-added SDL_getenv() as a thread-safe getenv() implementation 7 months ago
main 1787d6ca5c main: SDL_AppQuit() now reports the result value. 6 months ago
misc a90ad3b0e2 Removed SDL_bool in favor of plain bool 7 months ago
power 154452a726 winrt: Removed WinRT/Windows Phone/UWP support. 7 months ago
process 00385951a1 Use file descriptor I/O for process pipes 6 months ago
render 020fb6889c Removed unnecessary const-qualifiers in src and test files 6 months ago
sensor fe2880fcda Rename SDL_SetThreadPriority() to SDL_SetCurrentThreadPriority() 6 months ago
stdlib f8eac30276 Added SDL_StepBackUTF8() 6 months ago
storage 4fa92d233d Include stdbool.h when using Visual Studio 2017+ 6 months ago
test 2000ccb541 Allow linear interpolation of the font textures 6 months ago
thread fe2880fcda Rename SDL_SetThreadPriority() to SDL_SetCurrentThreadPriority() 6 months ago
time a90ad3b0e2 Removed SDL_bool in favor of plain bool 7 months ago
timer d4143e02d1 Always set checked_monotonic_time when calling CheckMonotonicTime() 6 months ago
video 1f08a03794 Switched drag-n-drop logging to trace level 6 months ago
SDL.c cba77834f2 init: Log '<unspecified>' not '(null)' if the app name isn't set. 6 months ago
SDL_assert.c ac08dde1b2 windows: Clean out things that should be using `defined(SDL_PLATFORM_WINDOWS)`. 7 months ago
SDL_assert_c.h 6501e90018 Use C++ style comments consistently in SDL source code 8 months ago
SDL_error.c a90ad3b0e2 Removed SDL_bool in favor of plain bool 7 months ago
SDL_error_c.h 8f546bb3c9 Use C99 bool internally in SDL 8 months ago
SDL_guid.c 6501e90018 Use C++ style comments consistently in SDL source code 8 months ago
SDL_hashtable.c ff834f7733 Removed the restrict keyword 6 months ago
SDL_hashtable.h f4cea5e019 Removed const qualifiers from SDL_CreateHashTable() parameter types 6 months ago
SDL_hints.c 5db64300b8 Fixed SDL_GetStringInteger() for values starting with '0' and '1' (thanks @DanielGibson!) 6 months ago
SDL_hints_c.h 8f546bb3c9 Use C99 bool internally in SDL 8 months ago
SDL_internal.h 3234a3b902 Simplified internal SDL_Surface structure 6 months ago
SDL_list.c 9ff3446f03 Use SDL_bool instead an int return code in the SDL API 7 months ago
SDL_list.h 9ff3446f03 Use SDL_bool instead an int return code in the SDL API 7 months ago
SDL_log.c a90ad3b0e2 Removed SDL_bool in favor of plain bool 7 months ago
SDL_log_c.h 6501e90018 Use C++ style comments consistently in SDL source code 8 months ago
SDL_properties.c 1ca45c5891 Fix typo: DiretMedia->DirectMedia 6 months ago
SDL_properties_c.h 1ca45c5891 Fix typo: DiretMedia->DirectMedia 6 months ago
SDL_utils.c 3234a3b902 Simplified internal SDL_Surface structure 6 months ago
SDL_utils_c.h 3234a3b902 Simplified internal SDL_Surface structure 6 months ago