Ryan C. Gordon 0ff67dc21b video: Fix compiler warning about SDL_ReadSurfacePixel not being declared. 2 år sedan
..
android 81c77396af opensles: Patched to compile. 2 år sedan
arm 37e567994d Fix remaining typos (#7921) 3 år sedan
cocoa e152129787 Fixes #8190. 2 år sedan
dummy 4368f70ff9 Added properties to various SDL objects 2 år sedan
emscripten 5008521538 emscripten: Restore compatibility with existing emsdk releases. 2 år sedan
gdk c886e80675 gdk: Virtual keyboard and text input backend 3 år sedan
haiku d3bcc3f057 Fixed build errors when OpenGL isn't enabled 3 år sedan
khronos 611b3dd1fd remove unused vulkan/*.hpp files. 3 år sedan
kmsdrm 363f4fa9c1 avoid type redefinition errors after commit ee806597b9. 3 år sedan
n3ds 4368f70ff9 Added properties to various SDL objects 2 år sedan
ngage c065a9b128 Fix some issues caught by check_stdlib_usage.py 3 år sedan
offscreen 4368f70ff9 Added properties to various SDL objects 2 år sedan
ps2 c699f3d1d8 Updated SDL high DPI support 3 år sedan
psp c699f3d1d8 Updated SDL high DPI support 3 år sedan
qnx 37e567994d Fix remaining typos (#7921) 3 år sedan
raspberry 37e567994d Fix remaining typos (#7921) 3 år sedan
riscos e264bb5178 Rename SDL_PIXELFORMAT_RGB888 and SDL_PIXELFORMAT_BGR888 to SDL_PIXELFORMAT_XRGB8888 and SDL_PIXELFORMAT_XBGR8888 for clarity 3 år sedan
uikit e5739d7d1f video: Remove SDL_GetFocusWindow() 2 år sedan
vita ddbdd73258 Updated source to match SDL function prototype style 3 år sedan
vivante 363f4fa9c1 avoid type redefinition errors after commit ee806597b9. 3 år sedan
wayland 72034b9a07 wayland: Fix primary selection handling when the protocol isn't supported 2 år sedan
windows 723835d16a Windows: fix for client rect resizing larger each time we came from exclusive fullscreen -> windowed on a monitor with HiDPI set. The problem was we were using the monitor DPI rather than the window DPI so AdjustWindowRectExForDpi was giving us an incorrect size which would be too large for the client rect. Closes #8237. 3 år sedan
winrt 37e567994d Fix remaining typos (#7921) 3 år sedan
x11 82f54af617 x11: Properly check for XInput2 support before using it. 2 år sedan
yuv2rgb 4d2f9f3a32 yuv_rgb: Comment out unused code. 3 år sedan
SDL_RLEaccel.c 3c04be4486 The rectangles passed to SDL_BlitSurfaceUnchecked() and SDL_BlitSurfaceUncheckedScaled() are const. 3 år sedan
SDL_RLEaccel_c.h fde78d12f2 Updated copyright for 2023 3 år sedan
SDL_blit.c 3c04be4486 The rectangles passed to SDL_BlitSurfaceUnchecked() and SDL_BlitSurfaceUncheckedScaled() are const. 3 år sedan
SDL_blit.h e264bb5178 Rename SDL_PIXELFORMAT_RGB888 and SDL_PIXELFORMAT_BGR888 to SDL_PIXELFORMAT_XRGB8888 and SDL_PIXELFORMAT_XBGR8888 for clarity 3 år sedan
SDL_blit_0.c 70e43c150e Added support for blitting SDL_PIXELFORMAT_INDEX1LSB 3 år sedan
SDL_blit_1.c ddbdd73258 Updated source to match SDL function prototype style 3 år sedan
SDL_blit_A.c ddbdd73258 Updated source to match SDL function prototype style 3 år sedan
SDL_blit_N.c 37e567994d Fix remaining typos (#7921) 3 år sedan
SDL_blit_auto.c e264bb5178 Rename SDL_PIXELFORMAT_RGB888 and SDL_PIXELFORMAT_BGR888 to SDL_PIXELFORMAT_XRGB8888 and SDL_PIXELFORMAT_XBGR8888 for clarity 3 år sedan
SDL_blit_auto.h ad1a216d65 Refresh generation of SDL_blit_auto.c 3 år sedan
SDL_blit_copy.c b6ae281e97 Use #ifdef/#ifndef instead of #if defined/#if \!defined 3 år sedan
SDL_blit_copy.h fde78d12f2 Updated copyright for 2023 3 år sedan
SDL_blit_slow.c 4cd0c13823 blit_slow: don't read destination pixel when you're going to discard it anyways 2 år sedan
SDL_blit_slow.h fde78d12f2 Updated copyright for 2023 3 år sedan
SDL_bmp.c 4355f9cec5 Fixed warning C4389: '!=': signed/unsigned mismatch 3 år sedan
SDL_clipboard.c ddb817a1af Only clear the clipboard if setting empty text 3 år sedan
SDL_clipboard_c.h 55ff09de38 Reimplement clipboard text in terms of clipboard data 3 år sedan
SDL_egl.c ddbdd73258 Updated source to match SDL function prototype style 3 år sedan
SDL_egl_c.h 81ff49f4b5 Remove _THIS in src/video and in src/events (also VideoDevice) 3 år sedan
SDL_fillrect.c b6ae281e97 Use #ifdef/#ifndef instead of #if defined/#if \!defined 3 år sedan
SDL_pixels.c 79a190aa23 Fixed setting invalid bpp for FOURCC formats in SDL_GetMasksForPixelFormatEnum() 3 år sedan
SDL_pixels_c.h cae6b4489d - simplication and factorization around CalculateSize and Pitch, RGB/YUV 3 år sedan
SDL_rect.c ddbdd73258 Updated source to match SDL function prototype style 3 år sedan
SDL_rect_c.h fde78d12f2 Updated copyright for 2023 3 år sedan
SDL_rect_impl.h ddbdd73258 Updated source to match SDL function prototype style 3 år sedan
SDL_shape.c 04edb38cdf shape: Use SDL[Test]_ReadSurfacePixel 2 år sedan
SDL_shape_internals.h fde78d12f2 Updated copyright for 2023 3 år sedan
SDL_stretch.c ddbdd73258 Updated source to match SDL function prototype style 3 år sedan
SDL_surface.c 0ff67dc21b video: Fix compiler warning about SDL_ReadSurfacePixel not being declared. 2 år sedan
SDL_surface_pixel_impl.h dc2a5f6ab2 Fixed error C2054: expected '(' to follow 'inline' 2 år sedan
SDL_sysvideo.h 4368f70ff9 Added properties to various SDL objects 2 år sedan
SDL_video.c 4368f70ff9 Added properties to various SDL objects 2 år sedan
SDL_video_c.h f5745c3a67 surface: Add a private SDL_ReadSurfacePixel 2 år sedan
SDL_video_unsupported.c 25ce87979d Always provide an implementation for all SDL3 symbols 2 år sedan
SDL_vulkan_internal.h 37e567994d Fix remaining typos (#7921) 3 år sedan
SDL_vulkan_utils.c b078122c53 Fixed Visual Studio warning 4701 3 år sedan
SDL_yuv.c e264bb5178 Rename SDL_PIXELFORMAT_RGB888 and SDL_PIXELFORMAT_BGR888 to SDL_PIXELFORMAT_XRGB8888 and SDL_PIXELFORMAT_XBGR8888 for clarity 3 år sedan
SDL_yuv_c.h cae6b4489d - simplication and factorization around CalculateSize and Pitch, RGB/YUV 3 år sedan
sdlgenblit.pl 37e567994d Fix remaining typos (#7921) 3 år sedan