1
0
Ryan C. Gordon 5813d0ec0a surface: SDL_RotateSurface should update SDL_PROP_SURFACE_ROTATION_FLOAT. 5 сар өмнө
..
android 6a1218c1cc Fix missing whitespace in surface extension missing error messages 6 сар өмнө
cocoa dedab7b72c cocoa: Add SDL_HINT_MAC_PRESS_AND_HOLD hint 5 сар өмнө
directx f2074d7af3 Updated copyright for 2025 1 жил өмнө
dummy 05887f2087 Return false from SDL_SetWindowRelativeMouseMode() if relative mode isn't available 6 сар өмнө
emscripten 9918d6cb5e emscripten: Move fill-document from hint/property to a window flag. 5 сар өмнө
gdk 1871b998cd Added SDL_EVENT_SCREEN_KEYBOARD_SHOWN and SDL_EVENT_SCREEN_KEYBOARD_HIDDEN 7 сар өмнө
haiku f79ede100b Removed __FILE__ from source code 7 сар өмнө
khronos 24bdbb8bf4 Supress Metal warning when compiling against macOS 10.11-10.13 1 жил өмнө
kmsdrm e221905195 Fix check_stdlib_usage.py libc call matching 6 сар өмнө
n3ds 6f3b14a6df audio/video: Fix uninitialized field warnings 1 жил өмнө
ngage f2bcfe3dd2 Correct the texture format used for the N-Gage (#13192) 11 сар өмнө
offscreen 0a6b80717c Record dynamic dependencies in .note.dlopen elf section 9 сар өмнө
openvr aaee09d6ed Don't do NULL-checks before SDL_free() 7 сар өмнө
ps2 6f3b14a6df audio/video: Fix uninitialized field warnings 1 жил өмнө
psp 1871b998cd Added SDL_EVENT_SCREEN_KEYBOARD_SHOWN and SDL_EVENT_SCREEN_KEYBOARD_HIDDEN 7 сар өмнө
qnx 3ddc3f1146 Send events for mice and keyboards detected during initialization 8 сар өмнө
raspberry 0f8d062e10 Fixed warning: conversion to 'uint32_t' from 'float' may alter its value 8 сар өмнө
riscos 3ddc3f1146 Send events for mice and keyboards detected during initialization 8 сар өмнө
uikit 12e3162c5f Use the Vision Pro headset native refresh rate 5 сар өмнө
vita aaee09d6ed Don't do NULL-checks before SDL_free() 7 сар өмнө
vivante 6a1218c1cc Fix missing whitespace in surface extension missing error messages 6 сар өмнө
wayland 3b12019892 Fix an inverted condition in Wayland pen tip handling 5 сар өмнө
windows 24fe3c48a0 Fixed events for windows that have had their window proc hooked at creation time 6 сар өмнө
x11 3d2b79c096 x11: Drop emulated pointer button events 5 сар өмнө
yuv2rgb 4931c675ab Fixed warning C4127 (conditional expression is constant) in Visual Studio 6 сар өмнө
SDL_RLEaccel.c 4931c675ab Fixed warning C4127 (conditional expression is constant) in Visual Studio 6 сар өмнө
SDL_RLEaccel_c.h 2b365983db Save the original pixels when RLE encoding is enabled 6 сар өмнө
SDL_blit.c ac0edbe9d2 Just assert that RLE encoding isn't active 6 сар өмнө
SDL_blit.h 4931c675ab Fixed warning C4127 (conditional expression is constant) in Visual Studio 6 сар өмнө
SDL_blit_0.c a2ed1a4197 Fixed blitting bitmaps with a non-zero x offset 6 сар өмнө
SDL_blit_1.c 4c1a3ccd45 rename local vars 'pixel' to 'pixelvalue' 1 жил өмнө
SDL_blit_A.c 4e79d2ad64 blit: Check MSVC's `_M_ARM64` define in addition to `__aarch64__`. 6 сар өмнө
SDL_blit_N.c 7f0d0d0046 blit: Check MSVC's `_M_ARM64` define in addition to `__aarch64__`. 6 сар өмнө
SDL_blit_auto.c a882afafe5 fixed several -Wzero-as-null-pointer-constant warnings from gcc-15 6 сар өмнө
SDL_blit_auto.h b0a0d236d8 fix sdlgenblit.pl so that it actually matches the generated source 1 жил өмнө
SDL_blit_copy.c f2074d7af3 Updated copyright for 2025 1 жил өмнө
SDL_blit_copy.h f2074d7af3 Updated copyright for 2025 1 жил өмнө
SDL_blit_slow.c a882afafe5 fixed several -Wzero-as-null-pointer-constant warnings from gcc-15 6 сар өмнө
SDL_blit_slow.h f2074d7af3 Updated copyright for 2025 1 жил өмнө
SDL_bmp.c a01d6f109d Add SDL_LoadSurface and SDL_LoadSurface_IO (#14374) 6 сар өмнө
SDL_clipboard.c 23e3cbec20 Only call clipboard callbacks with mime types they expect 7 сар өмнө
SDL_clipboard_c.h f2074d7af3 Updated copyright for 2025 1 жил өмнө
SDL_egl.c a4c269cd10 Fixed handling framebuffer_srgb_capable for EGL and iOS 6 сар өмнө
SDL_egl_c.h f2074d7af3 Updated copyright for 2025 1 жил өмнө
SDL_fillrect.c dc5b136930 loongarch: add SDL_FillSurfaceRect4LSX opt 6 сар өмнө
SDL_pixels.c ff890d1733 Fixed crash blitting to an 8-bit surface with no palette 6 сар өмнө
SDL_pixels_c.h 6389f4db4c SDL_FindColor() can be static 6 сар өмнө
SDL_rect.c 25b2d2c821 Use new parameter validation macro 8 сар өмнө
SDL_rect_c.h f2074d7af3 Updated copyright for 2025 1 жил өмнө
SDL_rect_impl.h ffd0ca4391 Perform full rectangle intersection for empty rects 7 сар өмнө
SDL_rotate.c e18d63a4e2 Added SDL_RotateSurface() 7 сар өмнө
SDL_rotate.h e18d63a4e2 Added SDL_RotateSurface() 7 сар өмнө
SDL_stb.c a01d6f109d Add SDL_LoadSurface and SDL_LoadSurface_IO (#14374) 6 сар өмнө
SDL_stb_c.h 73334b6bb4 Added support for loading and saving PNG images using stb_image 7 сар өмнө
SDL_stretch.c 25b2d2c821 Use new parameter validation macro 8 сар өмнө
SDL_surface.c 5813d0ec0a surface: SDL_RotateSurface should update SDL_PROP_SURFACE_ROTATION_FLOAT. 5 сар өмнө
SDL_surface_c.h a01d6f109d Add SDL_LoadSurface and SDL_LoadSurface_IO (#14374) 6 сар өмнө
SDL_sysvideo.h 9918d6cb5e emscripten: Move fill-document from hint/property to a window flag. 5 сар өмнө
SDL_video.c 9918d6cb5e emscripten: Move fill-document from hint/property to a window flag. 5 сар өмнө
SDL_video_c.h 48c00bfe6c Fixed creating a window with both software and hardware renderer attached 1 жил өмнө
SDL_video_unsupported.c 5fffa8b9ad SDL_video_unsupported.c: fix SDL_iOSAnimationCallback type redefinition error 7 сар өмнө
SDL_video_unsupported.h cdc4609993 Add headers for unsupported sources 8 сар өмнө
SDL_vulkan_internal.h f2074d7af3 Updated copyright for 2025 1 жил өмнө
SDL_vulkan_utils.c f2074d7af3 Updated copyright for 2025 1 жил өмнө
SDL_yuv.c aaee09d6ed Don't do NULL-checks before SDL_free() 7 сар өмнө
SDL_yuv_c.h f2074d7af3 Updated copyright for 2025 1 жил өмнө
miniz.h 38df1c3138 miniz.h: do not overallocate `out_buf` 7 сар өмнө
sdlgenblit.pl a882afafe5 fixed several -Wzero-as-null-pointer-constant warnings from gcc-15 6 сар өмнө
stb_image.h c7133a6720 stb_image.h: update mainstream issue/1838 patch from mainstream PR/1839 5 сар өмнө