SDL/src/video
Frank Praznik 78f816d74e x11: Apply the modifier state from key events
Use the modifier state supplied with key events to track the system modifier state instead of relying on the state returned by XQueryPointer(), which can be racy when used with automated text entry.
2025-02-11 14:14:12 -05:00
..
android Updated copyright for 2025 2025-01-01 07:45:52 -08:00
cocoa Fix inverted pen Y tilt on macOS and add tilt display to example 2025-01-29 22:09:02 -08:00
directx Updated copyright for 2025 2025-01-01 07:45:52 -08:00
dummy Updated copyright for 2025 2025-01-01 07:45:52 -08:00
emscripten Revert "emscripten: resizable windows take whole page, resize with browser window." 2025-01-18 10:15:43 -05:00
gdk Updated copyright for 2025 2025-01-01 07:45:52 -08:00
haiku Updated copyright for 2025 2025-01-01 07:45:52 -08:00
khronos Supress Metal warning when compiling against macOS 10.11-10.13 2024-10-29 20:03:18 -07:00
kmsdrm Remove newlines from error messages 2025-01-23 11:45:04 -08:00
n3ds Updated copyright for 2025 2025-01-01 07:45:52 -08:00
offscreen Updated copyright for 2025 2025-01-01 07:45:52 -08:00
openvr Remove newlines from log messages 2025-01-22 20:25:04 -08:00
ps2 Updated copyright for 2025 2025-01-01 07:45:52 -08:00
psp Updated copyright for 2025 2025-01-01 07:45:52 -08:00
qnx video: Drop size and position requests for windows in a fixed size/position state 2024-12-17 10:45:40 -05:00
raspberry Updated copyright for 2025 2025-01-01 07:45:52 -08:00
riscos Updated copyright for 2025 2025-01-01 07:45:52 -08:00
uikit Fixed build when using an older Xcode SDK 2025-01-21 18:17:02 -08:00
vita Updated copyright for 2025 2025-01-01 07:45:52 -08:00
vivante Updated copyright for 2025 2025-01-01 07:45:52 -08:00
wayland wayland: Don't set libdecor frame visibility before the first commit 2025-02-10 18:39:36 -05:00
windows win32: Keep the window on the last maximized display when leaving fullscreen 2025-02-10 15:05:54 -05:00
x11 x11: Apply the modifier state from key events 2025-02-11 14:14:12 -05: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 Added support for Motion JPEG camera capture 2025-02-10 17:18:16 -08: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_stretch.c Renamed SDL_SoftStretch() to SDL_StretchSurface() 2025-02-03 08:51:32 -08:00
SDL_surface.c Removed stb_image.h from SDL 2025-02-10 17:18:16 -08:00
SDL_surface_c.h Renamed SDL_SoftStretch() to SDL_StretchSurface() 2025-02-03 08:51:32 -08:00
SDL_sysvideo.h Fixed creating a window with both software and hardware renderer attached 2025-02-06 15:35:38 -08:00
SDL_video.c Fixed creating a window with both software and hardware renderer attached 2025-02-06 15:35:38 -08: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 Remove newlines from error messages 2025-01-23 11:45:04 -08: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