| .. |
|
atomic
|
Removed SDL_bool in favor of plain bool
|
2024-09-18 08:32:30 -07:00 |
|
audio
|
loadso: library handles are now `SDL_SharedObject*` instead of `void*`.
|
2024-10-01 12:16:10 -04:00 |
|
camera
|
loadso: library handles are now `SDL_SharedObject*` instead of `void*`.
|
2024-10-01 12:16:10 -04:00 |
|
core
|
Include stdbool.h when using Visual Studio 2017+
|
2024-10-01 09:57:59 -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
|
Add `SDL_IsTV()` (#11004)
|
2024-10-01 09:20:00 -07:00 |
|
events
|
Simplified internal SDL_Surface structure
|
2024-10-01 08:10:04 -07:00 |
|
file
|
Haiku does not have fdatasync, but has fsync
|
2024-09-30 15:10:03 +02:00 |
|
filesystem
|
Include stdbool.h when using Visual Studio 2017+
|
2024-10-01 09:57:59 -07:00 |
|
gpu
|
loadso: library handles are now `SDL_SharedObject*` instead of `void*`.
|
2024-10-01 12:16:10 -04:00 |
|
haptic
|
Include stdbool.h when using Visual Studio 2017+
|
2024-10-01 09:57:59 -07:00 |
|
hidapi
|
loadso: library handles are now `SDL_SharedObject*` instead of `void*`.
|
2024-10-01 12:16:10 -04:00 |
|
joystick
|
Include stdbool.h when using Visual Studio 2017+
|
2024-10-01 09:57:59 -07:00 |
|
libm
|
Added SDL_isinf(), SDL_isinff(), SDL_isnan(), and SDL_isnanf()
|
2024-06-24 11:49:15 -07:00 |
|
loadso
|
loadso: library handles are now `SDL_SharedObject*` instead of `void*`.
|
2024-10-01 12:16:10 -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
|
Don't close file descriptors already handled by AddFileDescriptorCloseActions()
|
2024-10-01 09:32:14 -07:00 |
|
render
|
loadso: library handles are now `SDL_SharedObject*` instead of `void*`.
|
2024-10-01 12:16:10 -04:00 |
|
sensor
|
Removed SDL_bool in favor of plain bool
|
2024-09-18 08:32:30 -07:00 |
|
stdlib
|
Simplified internal SDL_Surface structure
|
2024-10-01 08:10:04 -07:00 |
|
storage
|
Include stdbool.h when using Visual Studio 2017+
|
2024-10-01 09:57:59 -07:00 |
|
test
|
loadso: library handles are now `SDL_SharedObject*` instead of `void*`.
|
2024-10-01 12:16:10 -04:00 |
|
thread
|
Include stdbool.h when using Visual Studio 2017+
|
2024-10-01 09:57:59 -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
|
Add `SDL_IsTV()` (#11004)
|
2024-10-01 09:20:00 -07:00 |
|
SDL.c
|
Add `SDL_IsTV()` (#11004)
|
2024-10-01 09:20:00 -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
|
Simplified internal SDL_Surface structure
|
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
|
Simplified internal SDL_Surface structure
|
2024-10-01 08:10:04 -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
|
Simplified internal SDL_Surface structure
|
2024-10-01 08:10:04 -07:00 |
|
SDL_utils_c.h
|
Simplified internal SDL_Surface structure
|
2024-10-01 08:10:04 -07:00 |