SDL2/src
Matt Durgavich dfc56cfc0e Fix For issue #6948 (#6991)
MessageBoxes attached to a window in macOS should use modal APIs and not
use a poll/sleep pattern on the main thread. Sleeping the main thread
makes the NSWindow message loop sluggish and interferes with external
applications that need to send messages to that window, such as
VoiceOver.
2023-01-28 15:49:51 -08:00
..
atomic Updated copyright for 2023 2023-01-09 09:48:21 -08:00
audio add support for libsamplerate's "linear" resampling mode 2023-01-16 16:31:34 -05:00
core Updated copyright for 2023 2023-01-09 09:48:21 -08:00
cpuinfo Updated copyright for 2023 2023-01-09 09:48:21 -08:00
dynapi SDL_dynapi.c: add extern "C" guards, just in case.. 2023-01-12 14:01:02 +03:00
events Updated copyright for 2023 2023-01-09 09:48:21 -08:00
file Updated copyright for 2023 2023-01-09 09:48:21 -08:00
filesystem Updated copyright for 2023 2023-01-09 09:48:21 -08:00
haptic Updated copyright for 2023 2023-01-09 09:48:21 -08:00
hidapi Blacklist Konami Amusement Controllers From HIDAPI. 2023-01-21 22:03:57 -08:00
joystick Fixed the hat_map to avoid segmentation fault 2023-01-12 06:56:59 -08: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 Use filesystem drivers 2023-01-13 09:58:33 -08: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 Support MIN/MAX blend on opengles2 2023-01-23 06:09:58 -08:00
sensor Updated copyright for 2023 2023-01-09 09:48:21 -08:00
stdlib Updated copyright for 2023 2023-01-09 09:48:21 -08:00
test SDL_test_harness: fix memory leak when generated seed 2023-01-16 10:43:28 +01:00
thread Updated copyright for 2023 2023-01-09 09:48:21 -08:00
timer Updated copyright for 2023 2023-01-09 09:48:21 -08:00
video Fix For issue #6948 (#6991) 2023-01-28 15:49:51 -08:00
SDL.c 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_assert_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_dataqueue.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_dataqueue.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_error_c.h 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 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_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 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_utils.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