SDL/src
Anonymous Maarten 9451d3079d dynapi: SDL_DYNAPI_entry must be in version script
For SDL dynapi to work, the SDL_DYNAPI_entry symbol must be externally visible.
Adding __attribute__((visibility(default))) would not work
since version scripts override these.
2023-03-17 08:53:14 -07:00
..
atomic Rename SDL_atomic_t to SDL_AtomicInt 2023-03-09 09:00:09 -08:00
audio Fixed bug #7467 - testautomation_audio currently fails because of invalid src/dst rate 2023-03-16 20:49:22 +01:00
core SDL_threadprio.c uses SCHED_RR and SCHED_FIFO from sched.h 2023-03-15 14:54:20 +01:00
cpuinfo Fixed a few additional sizeof locations 2023-03-09 15:25:48 -08:00
dynapi dynapi: SDL_DYNAPI_entry must be in version script 2023-03-17 08:53:14 -07:00
events video: Add the concept of child popup windows 2023-03-10 15:51:13 -08:00
file Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:10:44 -08:00
filesystem SDL_GetBasePath simplification for Haiku. 2023-03-12 08:29:42 -04:00
haptic Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:10:44 -08:00
hidapi Fixed signed/unsigned warnings 2023-03-08 12:36:44 -08:00
joystick Added gamepad mapping for Flydigi Vader 2 with the latest firmware (6.0.4.9) 2023-03-16 20:01:45 -07:00
libm
loadso
locale Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
main/winrt
misc Addressed comments 2023-01-10 06:19:40 -08:00
power
render Change SDL_BLENDMODE_MUL for gl renderers 2023-03-16 20:25:59 +01:00
sensor Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:10:44 -08:00
stdlib Rename SDL_atomic_t to SDL_AtomicInt 2023-03-09 09:00:09 -08:00
test Added --skip-taskbar and --always-on-top command line options 2023-03-16 16:58:01 -07:00
thread Rename SDL_atomic_t to SDL_AtomicInt 2023-03-09 09:00:09 -08:00
timer Rename SDL_atomic_t to SDL_AtomicInt 2023-03-09 09:00:09 -08:00
video Added a hint to retain window content during state changes 2023-03-16 20:43:07 -07:00
SDL.c Add error returns to void functions that can fail/set errors. 2023-02-09 07:23:21 -08:00
SDL_assert.c Only minimize the window for an assert if it's in exclusive fullscreen mode 2023-02-01 12:05:25 -08:00
SDL_assert_c.h
SDL_dataqueue.c dataqueue: Make thread safe. 2023-03-02 16:35:16 -05:00
SDL_dataqueue.h dataqueue: Make thread safe. 2023-03-02 16:35:16 -05:00
SDL_error.c Remove disabled self test main functions in src/SDL_error.c 2023-02-01 20:14:48 +01:00
SDL_error_c.h
SDL_guid.c Add error returns to void functions that can fail/set errors. 2023-02-09 07:23:21 -08:00
SDL_hints.c
SDL_hints_c.h
SDL_internal.h cmake+video: always use altivec.h header for detection + introduce SDL_ENABLE_ALTIVEC 2023-03-15 14:54:20 +01:00
SDL_list.c
SDL_list.h
SDL_log.c Set the default priority level of SDL_LOG_CATEGORY_ERROR to SDL_LOG_PRIORITY_ERROR 2023-01-19 08:04:40 -08:00
SDL_log_c.h
SDL_utils.c
SDL_utils_c.h