Simon McVittie 04edb38cdf shape: Use SDL[Test]_ReadSurfacePixel 2 years ago
..
android ea5f59c234 Removed unused code 2 years ago
arm 37e567994d Fix remaining typos (#7921) 2 years ago
cocoa a7eea9997d macOS: Don't raise the parent top-level window when raising a child window, only raise the child window to the top of the parent 2 years ago
dummy b8d91252c6 Fixed automation tests using the dummy video driver 2 years ago
emscripten 5008521538 emscripten: Restore compatibility with existing emsdk releases. 2 years ago
gdk c886e80675 gdk: Virtual keyboard and text input backend 2 years ago
haiku d3bcc3f057 Fixed build errors when OpenGL isn't enabled 2 years ago
khronos 611b3dd1fd remove unused vulkan/*.hpp files. 2 years ago
kmsdrm 363f4fa9c1 avoid type redefinition errors after commit ee806597b9. 2 years ago
n3ds 68a4bb01e0 Allocate displays as an array of pointers instead of an array of objects 2 years ago
ngage c065a9b128 Fix some issues caught by check_stdlib_usage.py 2 years ago
offscreen e264bb5178 Rename SDL_PIXELFORMAT_RGB888 and SDL_PIXELFORMAT_BGR888 to SDL_PIXELFORMAT_XRGB8888 and SDL_PIXELFORMAT_XBGR8888 for clarity 2 years ago
ps2 c699f3d1d8 Updated SDL high DPI support 3 years ago
psp c699f3d1d8 Updated SDL high DPI support 3 years ago
qnx 37e567994d Fix remaining typos (#7921) 2 years ago
raspberry 37e567994d Fix remaining typos (#7921) 2 years ago
riscos e264bb5178 Rename SDL_PIXELFORMAT_RGB888 and SDL_PIXELFORMAT_BGR888 to SDL_PIXELFORMAT_XRGB8888 and SDL_PIXELFORMAT_XBGR8888 for clarity 2 years ago
uikit e5739d7d1f video: Remove SDL_GetFocusWindow() 2 years ago
vita ddbdd73258 Updated source to match SDL function prototype style 3 years ago
vivante 363f4fa9c1 avoid type redefinition errors after commit ee806597b9. 2 years ago
wayland 836927edf8 wayland: Try to skip the Wayland driver if not connecting to or in a Wayland session 2 years ago
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 years ago
winrt 37e567994d Fix remaining typos (#7921) 2 years ago
x11 65aaf3a9ab x11: Always update clipboard owner 2 years ago
yuv2rgb 4d2f9f3a32 yuv_rgb: Comment out unused code. 2 years ago
SDL_RLEaccel.c 3c04be4486 The rectangles passed to SDL_BlitSurfaceUnchecked() and SDL_BlitSurfaceUncheckedScaled() are const. 2 years ago
SDL_RLEaccel_c.h fde78d12f2 Updated copyright for 2023 3 years ago
SDL_blit.c 3c04be4486 The rectangles passed to SDL_BlitSurfaceUnchecked() and SDL_BlitSurfaceUncheckedScaled() are const. 2 years ago
SDL_blit.h e264bb5178 Rename SDL_PIXELFORMAT_RGB888 and SDL_PIXELFORMAT_BGR888 to SDL_PIXELFORMAT_XRGB8888 and SDL_PIXELFORMAT_XBGR8888 for clarity 2 years ago
SDL_blit_0.c 70e43c150e Added support for blitting SDL_PIXELFORMAT_INDEX1LSB 2 years ago
SDL_blit_1.c ddbdd73258 Updated source to match SDL function prototype style 3 years ago
SDL_blit_A.c ddbdd73258 Updated source to match SDL function prototype style 3 years ago
SDL_blit_N.c 37e567994d Fix remaining typos (#7921) 2 years ago
SDL_blit_auto.c e264bb5178 Rename SDL_PIXELFORMAT_RGB888 and SDL_PIXELFORMAT_BGR888 to SDL_PIXELFORMAT_XRGB8888 and SDL_PIXELFORMAT_XBGR8888 for clarity 2 years ago
SDL_blit_auto.h ad1a216d65 Refresh generation of SDL_blit_auto.c 3 years ago
SDL_blit_copy.c b6ae281e97 Use #ifdef/#ifndef instead of #if defined/#if \!defined 3 years ago
SDL_blit_copy.h fde78d12f2 Updated copyright for 2023 3 years ago
SDL_blit_slow.c 4cd0c13823 blit_slow: don't read destination pixel when you're going to discard it anyways 2 years ago
SDL_blit_slow.h fde78d12f2 Updated copyright for 2023 3 years ago
SDL_bmp.c 4355f9cec5 Fixed warning C4389: '!=': signed/unsigned mismatch 2 years ago
SDL_clipboard.c ddb817a1af Only clear the clipboard if setting empty text 2 years ago
SDL_clipboard_c.h 55ff09de38 Reimplement clipboard text in terms of clipboard data 2 years ago
SDL_egl.c ddbdd73258 Updated source to match SDL function prototype style 3 years ago
SDL_egl_c.h 81ff49f4b5 Remove _THIS in src/video and in src/events (also VideoDevice) 3 years ago
SDL_fillrect.c b6ae281e97 Use #ifdef/#ifndef instead of #if defined/#if \!defined 3 years ago
SDL_pixels.c 79a190aa23 Fixed setting invalid bpp for FOURCC formats in SDL_GetMasksForPixelFormatEnum() 2 years ago
SDL_pixels_c.h cae6b4489d - simplication and factorization around CalculateSize and Pitch, RGB/YUV 3 years ago
SDL_rect.c ddbdd73258 Updated source to match SDL function prototype style 3 years ago
SDL_rect_c.h fde78d12f2 Updated copyright for 2023 3 years ago
SDL_rect_impl.h ddbdd73258 Updated source to match SDL function prototype style 3 years ago
SDL_shape.c 04edb38cdf shape: Use SDL[Test]_ReadSurfacePixel 2 years ago
SDL_shape_internals.h fde78d12f2 Updated copyright for 2023 3 years ago
SDL_stretch.c ddbdd73258 Updated source to match SDL function prototype style 3 years ago
SDL_surface.c f5745c3a67 surface: Add a private SDL_ReadSurfacePixel 2 years ago
SDL_surface_pixel_impl.h 0d68f45879 test: Extract SDLTest_ReadSurfacePixel 2 years ago
SDL_sysvideo.h fca2f53189 Fixed warning: this function declaration is not a prototype 2 years ago
SDL_video.c e1789b320e video: Streamline a little deinit code. 2 years ago
SDL_video_c.h f5745c3a67 surface: Add a private SDL_ReadSurfacePixel 2 years ago
SDL_vulkan_internal.h 37e567994d Fix remaining typos (#7921) 2 years ago
SDL_vulkan_utils.c b078122c53 Fixed Visual Studio warning 4701 3 years ago
SDL_yuv.c e264bb5178 Rename SDL_PIXELFORMAT_RGB888 and SDL_PIXELFORMAT_BGR888 to SDL_PIXELFORMAT_XRGB8888 and SDL_PIXELFORMAT_XBGR8888 for clarity 2 years ago
SDL_yuv_c.h cae6b4489d - simplication and factorization around CalculateSize and Pitch, RGB/YUV 3 years ago
sdlgenblit.pl 37e567994d Fix remaining typos (#7921) 2 years ago