| .. |
|
atomic
|
Removed SDL_bool in favor of plain bool
|
2024-09-18 08:32:30 -07:00 |
|
audio
|
Removed testing code
|
2024-09-18 11:12:06 -07:00 |
|
camera
|
Removed SDL_bool in favor of plain bool
|
2024-09-18 08:32:30 -07:00 |
|
core
|
Better fix for initializing Android environment variables
|
2024-09-20 11:09:48 -07: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
|
Removed SDL_bool in favor of plain bool
|
2024-09-18 08:32:30 -07:00 |
|
events
|
Removed SDL_bool in favor of plain bool
|
2024-09-18 08:32:30 -07:00 |
|
file
|
Fixed Windows build
|
2024-09-18 14:55:51 -07:00 |
|
filesystem
|
Removed SDL_bool in favor of plain bool
|
2024-09-18 08:32:30 -07:00 |
|
gpu
|
GPU: MSAA fixes (#10917)
|
2024-09-21 17:38:10 -05:00 |
|
haptic
|
Removed SDL_bool in favor of plain bool
|
2024-09-18 08:32:30 -07:00 |
|
hidapi
|
Fixed Xcode warnings
|
2024-09-18 13:20:53 -07:00 |
|
joystick
|
Add Thrustmaster TMX VID & PID to wheel device list.
|
2024-09-18 22:19:54 -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
|
Removed SDL_bool in favor of plain bool
|
2024-09-18 08:32:30 -07: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
|
Fixed Xcode warnings
|
2024-09-18 13:20:53 -07:00 |
|
render
|
render: Integrate fix-shaders.sh into build-shaders.sh
|
2024-09-18 10:38:59 -07:00 |
|
sensor
|
Removed SDL_bool in favor of plain bool
|
2024-09-18 08:32:30 -07:00 |
|
stdlib
|
Better fix for initializing Android environment variables
|
2024-09-20 11:09:48 -07:00 |
|
storage
|
Removed SDL_bool in favor of plain bool
|
2024-09-18 08:32:30 -07:00 |
|
test
|
Removed SDL_bool in favor of plain bool
|
2024-09-18 08:32:30 -07:00 |
|
thread
|
Removed SDL_bool in favor of plain bool
|
2024-09-18 08:32:30 -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
|
wayland: Fix animated cursor timing
|
2024-09-20 14:19:28 -04: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
|
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
|
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
|
Removed SDL_bool in favor of plain bool
|
2024-09-18 08:32:30 -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
|
Renamed atomic functions to match SDL 3.0 naming convention
|
2024-09-17 08:53:27 -07:00 |
|
SDL_utils_c.h
|
Added thread-safe initialization/cleanup support
|
2024-09-17 08:53:27 -07:00 |