SDL/src
Mingjie Shen a688ecd6fa
Check return value of SDL_malloc()
(cherry picked from commit a4604cb0d616db97921a2674a63b45f3fdfb81bc)
2023-04-23 12:28:54 -04:00
..
atomic Updated copyright for 2023 2023-01-09 09:48:21 -08:00
audio wasapi: Force WIN_CoInitialize duing device open. 2023-03-17 08:44:19 -07:00
core Fixed crash if dbus can't be initialized 2023-04-04 12:35:30 -07:00
cpuinfo cpuinfo: use __cpuidex instead of __cpuid 2023-03-27 06:13:28 +00:00
dynapi Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:23:59 -08:00
events events: Increase the size of the name buffer when logging events 2023-03-26 22:01:17 -07:00
file Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:23:59 -08:00
filesystem Updated copyright for 2023 2023-01-09 09:48:21 -08:00
haptic Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:23:59 -08:00
hidapi Added support for the Turtle Beach REACT-R and Recon Xbox controllers 2023-02-21 11:29:45 -08:00
joystick Report PS3 accelerometer values in m/s2 instead of Gs 2023-04-19 13:12:38 -07:00
libm Updated copyright for 2023 2023-01-09 09:48:21 -08:00
loadso Updated copyright for 2023 2023-01-09 09:48:21 -08:00
locale Updated copyright for 2023 2023-01-09 09:48:21 -08:00
main Haiku: use a BLooper for events. 2023-03-30 10:20:11 -07:00
misc Updated copyright for 2023 2023-01-09 09:48:21 -08:00
power Updated copyright for 2023 2023-01-09 09:48:21 -08:00
render Fixed SDL_RenderSetVSync does not update flags if simulated vsync is on 2023-03-17 14:55:04 -07:00
sensor Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:23:59 -08:00
stdlib Implement _intel_fast_(memcpy|memset) 2023-03-27 06:13:28 +00:00
test Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:23:59 -08:00
thread Backport simplify flags PR #7220 2023-02-09 17:19:46 -08:00
timer Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:23:59 -08:00
video Check return value of SDL_malloc() 2023-04-23 12:28:54 -04:00
SDL_assert_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_assert.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_dataqueue.c dataqueue: Make thread safe. 2023-03-02 16:43:44 -05:00
SDL_dataqueue.h dataqueue: Make thread safe. 2023-03-02 16:43:44 -05:00
SDL_error_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_error.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_guid.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_hints_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_hints.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_internal.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_list.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_list.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_log_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_log.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_utils_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_utils.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL.c Backport simplify flags PR #7220 2023-02-09 17:19:46 -08:00