SDL/src
Ryan C. Gordon 7d25a443c4 cocoa: Use -[NSApplicationDelegate applicationSupportsSecureRestorableState].
This prevents warnings at startup on macOS Sonoma (14.0).
2023-11-28 12:24:33 -05:00
..
atomic cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
audio audio: Tighten up possession of detectionLock during device open. 2023-11-20 01:01:49 -05:00
core cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
cpuinfo cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
dynapi cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
events cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
file cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
filesystem cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
haptic cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
hidapi cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
joystick Added support for the NACON Revolution 5 Pro controller 2023-11-27 12:12:25 -08:00
libm Updated copyright for 2023 2023-01-09 09:48:21 -08:00
loadso cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
locale cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
main cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
misc [SDL2] pointer boolean (#8523) 2023-11-10 06:30:56 -08:00
power cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
render render: Clip lines before Bresenham algorithm generates points. 2023-11-24 19:33:04 -05:00
sensor cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
stdlib revise iconv detection: 2023-11-22 23:29:00 +03:00
test test: Removed unnecessary line added by copy/paste error. 2023-11-28 12:11:13 -05:00
thread cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
timer cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
video cocoa: Use -[NSApplicationDelegate applicationSupportsSecureRestorableState]. 2023-11-28 12:24:33 -05:00
SDL.c cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
SDL_assert.c [SDL2] pointer boolean (#8523) 2023-11-10 06:30:56 -08:00
SDL_assert_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_dataqueue.c Re-add SDL_assert() with non boolean ptr syntax (#8531) 2023-11-11 12:29:05 +03:00
SDL_dataqueue.h dataqueue: Make thread safe. 2023-03-02 16:43:44 -05:00
SDL_error.c [SDL2] pointer boolean (#8523) 2023-11-10 06:30:56 -08:00
SDL_error_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_guid.c [SDL2] pointer boolean (#8523) 2023-11-10 06:30:56 -08:00
SDL_hints.c [SDL2] pointer boolean (#8523) 2023-11-10 06:30:56 -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 [SDL2] pointer boolean (#8523) 2023-11-10 06:30:56 -08:00
SDL_list.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_log.c cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00: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 Don't bother re-encoding Latin1 characters in the ASCII range 2023-06-04 05:40:07 -07:00