SDL2/src
Matt Durgavich 59ad6793b9
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-05 08:54:27 -08:00
..
atomic Removed the vi format comments from the source 2022-12-26 11:17:23 -08:00
audio Remove legacy SDL_Audio functions that acts on device id == 1 2023-01-05 09:40:06 -05:00
core windows: more HANDLE -> HMODULE changes. 2022-12-31 08:00:00 +03:00
cpuinfo Removed the vi format comments from the source 2022-12-26 11:17:23 -08:00
dynapi Remove legacy SDL_Audio functions that acts on device id == 1 2023-01-05 09:40:06 -05:00
events Renamed SDL_GAMEPADDEVICEREMAPPED to SDL_GAMEPADREMAPPED 2023-01-04 14:32:37 -08:00
file Fixed warnings 2023-01-03 15:59:35 -08:00
filesystem Removed the vi format comments from the source 2022-12-26 11:17:23 -08:00
haptic SDL API renaming: internal functions 2022-12-27 15:05:51 -08:00
hidapi Added support for the ThrustMaster eSwap PRO Controller Xbox 2023-01-03 15:12:18 -08:00
joystick Renamed SDL_GAMEPADDEVICEREMAPPED to SDL_GAMEPADREMAPPED 2023-01-04 14:32:37 -08:00
libm Added SDL_modf() and SDL_modff() 2022-12-29 23:12:19 -08:00
loadso Removed the vi format comments from the source 2022-12-26 11:17:23 -08:00
locale Removed the vi format comments from the source 2022-12-26 11:17:23 -08:00
main/winrt Remove SDL3_main from build systems, remove most of src/main/* 2022-12-15 08:01:01 -08:00
misc Removed the vi format comments from the source 2022-12-26 11:17:23 -08:00
power Removed the vi format comments from the source 2022-12-26 11:17:23 -08:00
render Removed non-float versions of SDL render API drawing functions 2023-01-03 08:16:58 -08:00
sensor Removed SDL_HasGamepads(), SDL_HasJoysticks(), and SDL_HasSensors() 2022-12-29 23:20:26 -08:00
stdlib Fixed rounding of floating point values in snprintf 2023-01-03 06:35:25 -08:00
test Remove legacy SDL_Audio functions that acts on device id == 1 2023-01-05 09:40:06 -05:00
thread windows: more HANDLE -> HMODULE changes. 2022-12-31 08:00:00 +03:00
timer Fixed integral constant overflow 2023-01-04 08:54:46 -08:00
video Fix For issue #6948 (#6991) 2023-01-05 08:54:27 -08:00
SDL.c SDL API renaming: internal functions 2022-12-27 15:05:51 -08:00
SDL_assert.c Removed the vi format comments from the source 2022-12-26 11:17:23 -08:00
SDL_assert_c.h Removed the vi format comments from the source 2022-12-26 11:17:23 -08:00
SDL_dataqueue.c SDL API renaming: internal functions 2022-12-27 15:05:51 -08:00
SDL_dataqueue.h SDL API renaming: internal functions 2022-12-27 15:05:51 -08:00
SDL_error.c Removed the vi format comments from the source 2022-12-26 11:17:23 -08:00
SDL_error_c.h Removed the vi format comments from the source 2022-12-26 11:17:23 -08:00
SDL_guid.c Update for SDL3 coding style (#6717) 2022-11-30 12:51:59 -08:00
SDL_hints.c Removed the vi format comments from the source 2022-12-26 11:17:23 -08:00
SDL_hints_c.h Removed the vi format comments from the source 2022-12-26 11:17:23 -08:00
SDL_internal.h SDL API renaming: SDL_surface.h 2022-12-27 06:36:39 -08:00
SDL_intrin.h Removed the vi format comments from the source 2022-12-26 11:17:23 -08:00
SDL_list.c Removed the vi format comments from the source 2022-12-26 11:17:23 -08:00
SDL_list.h Removed the vi format comments from the source 2022-12-26 11:17:23 -08:00
SDL_log.c SDL API renaming: internal functions 2022-12-27 15:05:51 -08:00
SDL_log_c.h SDL API renaming: internal functions 2022-12-27 15:05:51 -08:00
SDL_utils.c Removed the vi format comments from the source 2022-12-26 11:17:23 -08:00
SDL_utils_c.h Removed the vi format comments from the source 2022-12-26 11:17:23 -08:00