| .. |
|
atomic
|
|
|
|
audio
|
thread: Reworked SDL_CreateThread to be consistent across platforms.
|
2024-05-22 11:39:43 -04:00 |
|
camera
|
thread: Reworked SDL_CreateThread to be consistent across platforms.
|
2024-05-22 11:39:43 -04:00 |
|
core
|
thread: Reworked SDL_CreateThread to be consistent across platforms.
|
2024-05-22 11:39:43 -04:00 |
|
cpuinfo
|
Renamed SDL_SIMDGetAlignment() to SDL_GetSIMDAlignment()
|
2024-05-16 10:22:15 -07:00 |
|
dialog
|
thread: Reworked SDL_CreateThread to be consistent across platforms.
|
2024-05-22 11:39:43 -04:00 |
|
dynapi
|
thread: SDL_CreateThreadWithStackSize is now SDL_CreateThreadWithProperties.
|
2024-05-22 11:39:43 -04:00 |
|
events
|
Decrement before as the code makes more sense
|
2024-05-20 11:08:19 -07:00 |
|
file
|
|
|
|
filesystem
|
|
|
|
haptic
|
|
|
|
hidapi
|
thread: Reworked SDL_CreateThread to be consistent across platforms.
|
2024-05-22 11:39:43 -04:00 |
|
joystick
|
thread: Reworked SDL_CreateThread to be consistent across platforms.
|
2024-05-22 11:39:43 -04:00 |
|
libm
|
|
|
|
loadso
|
|
|
|
locale
|
|
|
|
main
|
|
|
|
misc
|
|
|
|
power
|
|
|
|
render
|
Fixed warning: 'fA' may be used uninitialized in this function
|
2024-05-17 09:42:38 -07:00 |
|
sensor
|
thread: Reworked SDL_CreateThread to be consistent across platforms.
|
2024-05-22 11:39:43 -04:00 |
|
stdlib
|
|
|
|
storage
|
|
|
|
test
|
SDL_test: add --hide-cursor to help
|
2024-05-21 22:56:29 +02:00 |
|
thread
|
thread: SDL_CreateThreadWithStackSize is now SDL_CreateThreadWithProperties.
|
2024-05-22 11:39:43 -04:00 |
|
time
|
|
|
|
timer
|
thread: Reworked SDL_CreateThread to be consistent across platforms.
|
2024-05-22 11:39:43 -04:00 |
|
video
|
thread: Reworked SDL_CreateThread to be consistent across platforms.
|
2024-05-22 11:39:43 -04:00 |
|
SDL.c
|
Removed the SDL_Version structure, moved SDL version to SDL.h
|
2024-05-15 10:43:31 -07:00 |
|
SDL_assert.c
|
|
|
|
SDL_assert_c.h
|
|
|
|
SDL_error.c
|
Updated logging functions for SDL3 naming convention
|
2024-05-16 10:22:15 -07:00 |
|
SDL_error_c.h
|
|
|
|
SDL_guid.c
|
|
|
|
SDL_hashtable.c
|
|
|
|
SDL_hashtable.h
|
|
|
|
SDL_hints.c
|
Added NULL pointer check
|
2024-05-17 08:54:28 -07:00 |
|
SDL_hints_c.h
|
|
|
|
SDL_internal.h
|
Renamed DECLSPEC to SDL_DECLSPEC
|
2024-05-17 17:09:09 -07:00 |
|
SDL_list.c
|
|
|
|
SDL_list.h
|
|
|
|
SDL_log.c
|
Updated logging functions for SDL3 naming convention
|
2024-05-16 10:22:15 -07:00 |
|
SDL_log_c.h
|
|
|
|
SDL_properties.c
|
|
|
|
SDL_properties_c.h
|
|
|
|
SDL_utils.c
|
|
|
|
SDL_utils_c.h
|
|
|