SDL/src
Frank Praznik 6a9e970880 cocoa: Don't overwrite the desktop mode when changing the fullscreen mode
Changing the mode triggers a display reconfiguration event, which will overwrite the desktop mode with the set fullscreen mode, preventing proper restoration when leaving fullscreen. Don't overwrite the desktop mode if the reconfiguration is due to a fullscreen mode switch.

(cherry picked from commit b69201daeb)
2025-03-01 23:43:29 -05:00
..
atomic Updated copyright for 2025 2025-01-01 07:45:52 -08:00
audio Ceil the audio resampling rate to avoid over-estimating output samples. 2025-03-01 11:07:55 -08:00
camera camera: Delete some failure code that should have been removed before. 2025-03-01 14:52:56 -05:00
core Updated to version 3.2.7 for development 2025-03-01 19:29:51 -08:00
cpuinfo Updated copyright for 2025 2025-01-01 07:45:52 -08:00
dialog Change DBUS introspection timer from INFINITE -> DEFAULT when introspecting available dialog services 2025-01-28 05:13:35 -08:00
dynapi dynapi: Don't use SDL_getenv; it might malloc before the app sets an allocator. 2025-02-06 12:46:15 -05:00
events Fix pen generated mouse events not having SDL_PEN_MOUSEID (#12392) 2025-02-27 20:45:27 -05:00
filesystem Match style 2025-02-27 07:10:09 -08:00
gpu GPU_d3d12: Switched the default swapchain scaling mode to none. 2025-02-28 11:33:51 -08:00
haptic Add SDL_HINT_JOYSTICK_HAPTIC_AXES 2025-02-24 15:12:04 -08:00
hidapi Remove newlines from log messages 2025-01-22 20:25:04 -08:00
io src/io/SDL_asyncio.c:SDL_AsyncIOFromFile(): Fix null-dereference warning 2025-02-23 11:12:24 -08:00
joystick sysjoystick: don't leak fd on error 2025-02-27 19:49:46 -05:00
libm Updated copyright for 2025 2025-01-01 07:45:52 -08:00
loadso Updated copyright for 2025 2025-01-01 07:45:52 -08:00
locale Fixed language detection on iOS 2025-01-03 15:27:08 -08:00
main Updated copyright for 2025 2025-01-01 07:45:52 -08:00
misc Bumped deployment requirements for Apple platforms 2025-01-14 12:03:07 -08:00
power Updated copyright for 2025 2025-01-01 07:45:52 -08:00
process process: Don't use vfork() on Apple platforms. 2025-01-20 15:51:02 -05:00
render Fix a root signature mismatch for the D3D12 renderer 2025-03-01 12:02:49 -08:00
sensor Remove newlines from log messages 2025-01-22 20:25:04 -08:00
stdlib Added support for the "%n" sscanf format specifier 2025-02-24 20:02:59 -08:00
storage storage: enumerate and glob on storage can accept a NULL path. 2025-01-17 20:11:50 -05:00
test Remove redundant casts 2025-02-21 10:09:10 -08:00
thread thread/windows: fix stack overflow in exception naming 2025-02-20 07:57:00 -08:00
time Updated copyright for 2025 2025-01-01 07:45:52 -08:00
timer timer, windows: allow building high resolution code with old SDKs. 2025-02-02 21:23:50 +03:00
tray Fix GTK tray icon without menu + lifetime 2025-02-12 16:18:31 -08:00
video cocoa: Don't overwrite the desktop mode when changing the fullscreen mode 2025-03-01 23:43:29 -05:00
SDL.c tray: improved error checking 2025-01-19 18:53:55 -08:00
SDL_assert.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_assert_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_error.c Don't log SDL errors by default 2025-01-02 17:32:10 -08:00
SDL_error_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_guid.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_hashtable.c hashtable: Redesign the hashtable API. 2025-02-15 18:52:56 -05:00
SDL_hashtable.h hashtable: Redesign the hashtable API. 2025-02-15 18:52:56 -05:00
SDL_hints.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_hints_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_internal.h Disable all camera drivers if SDL_CAMERA_DISABLED is defined 2025-02-22 09:48:49 -08:00
SDL_list.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_list.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_log.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_log_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_properties.c Don't allow further operations on properties while we're destroying them 2025-02-26 08:34:14 -08:00
SDL_properties_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_utils.c Include the VID/PID of generic keyboard/mouse devices on Windows 2025-02-27 14:03:39 -08:00
SDL_utils_c.h Include the VID/PID of generic keyboard/mouse devices on Windows 2025-02-27 14:03:39 -08:00