SDL/src/video
Frank Praznik a9f121f3f7 cocoa: Clear pending state on fullscreen switch failures
The window failing to enter/exit fullscreen notifications don't necessarily imply anything about the actual state of the window. On failure, dump pending events, and don't presume anything about the current window state, as it will be handled by subsequent enter/leave notifications.

(cherry picked from commit 09fff161e9)
2025-03-27 11:59:43 -04:00
..
android audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
cocoa cocoa: Clear pending state on fullscreen switch failures 2025-03-27 11:59:43 -04:00
directx Updated copyright for 2025 2025-01-01 07:45:52 -08:00
dummy audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
emscripten emscripten: Fix handling of special HTML targets 2025-03-08 17:16:57 -08:00
gdk Updated copyright for 2025 2025-01-01 07:45:52 -08:00
haiku update 2025-02-16 13:44:00 -08:00
khronos Supress Metal warning when compiling against macOS 10.11-10.13 2024-10-29 20:03:18 -07:00
kmsdrm audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
n3ds audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
offscreen audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
openvr Use SDL C runtime functions in OpenVR driver 2025-02-22 12:41:03 -08:00
ps2 audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
psp audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
qnx audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
raspberry audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
riscos audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
uikit Fixed pen events on iOS after reinitializing SDL 2025-03-07 16:33:09 -08:00
vita audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
vivante audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
wayland wayland: Fix global mouse position retrieval 2025-03-24 19:06:35 -04:00
windows Don't send relative motion while in a modal loop 2025-03-27 08:10:58 -07:00
x11 x11: Send the _XWAYLAND_MAY_GRAB_KEYBOARD message when grabbing the keyboard 2025-03-25 12:36:35 -04:00
yuv2rgb Fix #ifdefs to have config flags either defined as 1 or undefined 2024-12-14 09:22:29 -08:00
SDL_blit.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_blit.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_blit_0.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_blit_1.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_blit_A.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_blit_auto.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_blit_auto.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_blit_copy.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_blit_copy.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_blit_N.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_blit_slow.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_blit_slow.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_bmp.c bmp: Removed debug printf call. 2025-02-03 23:35:08 -05:00
SDL_clipboard.c clipboard: Ensure SDL_ClearClipboardData clears data even when no data has been set 2025-01-02 07:23:27 -08:00
SDL_clipboard_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_egl.c Remove newlines from log messages 2025-01-22 20:25:04 -08:00
SDL_egl_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_fillrect.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_pixels.c hashtable: Redesign the hashtable API. 2025-02-15 18:52:56 -05:00
SDL_pixels_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_rect.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_rect_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_rect_impl.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_RLEaccel.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_RLEaccel_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_stb.c Fix errors when building stb_image with -DSDL_LIBC=OFF 2025-02-22 12:41:03 -08:00
SDL_stb_c.h Added initial MJPG support using stb_image 2025-02-20 12:16:26 -08:00
SDL_stretch.c Renamed SDL_SoftStretch() to SDL_StretchSurface() 2025-02-03 08:51:32 -08:00
SDL_surface.c Don't create surfaces with invalid pixel formats 2025-03-20 09:43:40 -07:00
SDL_surface_c.h Renamed SDL_SoftStretch() to SDL_StretchSurface() 2025-02-03 08:51:32 -08:00
SDL_sysvideo.h Added fullscreen_active to better track fullscreen state 2025-03-03 21:19:15 -08:00
SDL_video.c video: Fix boolean logic for getting the pending window position 2025-03-21 11:36:46 -07:00
SDL_video_c.h Fixed creating a window with both software and hardware renderer attached 2025-02-06 15:35:38 -08:00
SDL_video_unsupported.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_vulkan_internal.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_vulkan_utils.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_yuv.c Added unaligned version of SDL_ConvertPixels_SwapNV_std() 2025-03-15 09:25:39 -07:00
SDL_yuv_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
sdlgenblit.pl Updated copyright for 2025 2025-01-01 07:45:52 -08:00
stb_image.h fix stbi__parse_png_file() reading too much bytes (thanks @miniupnp!) 2025-02-24 17:29:25 -08:00