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