Simon McVittie 04edb38cdf shape: Use SDL[Test]_ReadSurfacePixel 2 лет назад
..
android ea5f59c234 Removed unused code 2 лет назад
arm 37e567994d Fix remaining typos (#7921) 2 лет назад
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 лет назад
dummy b8d91252c6 Fixed automation tests using the dummy video driver 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 68a4bb01e0 Allocate displays as an array of pointers instead of an array of objects 2 лет назад
ngage c065a9b128 Fix some issues caught by check_stdlib_usage.py 2 лет назад
offscreen e264bb5178 Rename SDL_PIXELFORMAT_RGB888 and SDL_PIXELFORMAT_BGR888 to SDL_PIXELFORMAT_XRGB8888 and SDL_PIXELFORMAT_XBGR8888 for clarity 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 836927edf8 wayland: Try to skip the Wayland driver if not connecting to or in a Wayland session 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 65aaf3a9ab x11: Always update clipboard owner 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 2 лет назад
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 f5745c3a67 surface: Add a private SDL_ReadSurfacePixel 2 лет назад
SDL_surface_pixel_impl.h 0d68f45879 test: Extract SDLTest_ReadSurfacePixel 2 лет назад
SDL_sysvideo.h fca2f53189 Fixed warning: this function declaration is not a prototype 2 лет назад
SDL_video.c e1789b320e video: Streamline a little deinit code. 2 лет назад
SDL_video_c.h f5745c3a67 surface: Add a private SDL_ReadSurfacePixel 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 2 лет назад
sdlgenblit.pl 37e567994d Fix remaining typos (#7921) 2 лет назад