Sylvain Becker 71bf56c9e4 Add SDL Pinch events (#9445) 5 months ago
..
android 1871b998cd Added SDL_EVENT_SCREEN_KEYBOARD_SHOWN and SDL_EVENT_SCREEN_KEYBOARD_HIDDEN 5 months ago
cocoa 71bf56c9e4 Add SDL Pinch events (#9445) 5 months ago
directx f2074d7af3 Updated copyright for 2025 1 year ago
dummy 6f3b14a6df audio/video: Fix uninitialized field warnings 1 year ago
emscripten c508239e91 emscripten: Add a stub SetWindowResizable implementation. 5 months ago
gdk 1871b998cd Added SDL_EVENT_SCREEN_KEYBOARD_SHOWN and SDL_EVENT_SCREEN_KEYBOARD_HIDDEN 5 months ago
haiku 2c63bc7315 Fix SDL_SetRelativeMouseMode failing with software framebuffer on Haiku 5 months ago
khronos 24bdbb8bf4 Supress Metal warning when compiling against macOS 10.11-10.13 1 year ago
kmsdrm 0a6b80717c Record dynamic dependencies in .note.dlopen elf section 7 months ago
n3ds 6f3b14a6df audio/video: Fix uninitialized field warnings 1 year ago
ngage f2bcfe3dd2 Correct the texture format used for the N-Gage (#13192) 9 months ago
offscreen 0a6b80717c Record dynamic dependencies in .note.dlopen elf section 7 months ago
openvr 1871b998cd Added SDL_EVENT_SCREEN_KEYBOARD_SHOWN and SDL_EVENT_SCREEN_KEYBOARD_HIDDEN 5 months ago
ps2 6f3b14a6df audio/video: Fix uninitialized field warnings 1 year ago
psp 1871b998cd Added SDL_EVENT_SCREEN_KEYBOARD_SHOWN and SDL_EVENT_SCREEN_KEYBOARD_HIDDEN 5 months ago
qnx 3ddc3f1146 Send events for mice and keyboards detected during initialization 6 months ago
raspberry 0f8d062e10 Fixed warning: conversion to 'uint32_t' from 'float' may alter its value 6 months ago
riscos 3ddc3f1146 Send events for mice and keyboards detected during initialization 6 months ago
uikit 71bf56c9e4 Add SDL Pinch events (#9445) 5 months ago
vita 1871b998cd Added SDL_EVENT_SCREEN_KEYBOARD_SHOWN and SDL_EVENT_SCREEN_KEYBOARD_HIDDEN 5 months ago
vivante d7939abf42 Use consistent style for pointer declarations and casts 9 months ago
wayland 71bf56c9e4 Add SDL Pinch events (#9445) 5 months ago
windows 3fcac8cc44 Added support for CF_DIBV5 and PNG clipboard formats on Windows 5 months ago
x11 71bf56c9e4 Add SDL Pinch events (#9445) 5 months ago
yuv2rgb 8b6d3c88cf Fix `#ifdef`s to have config flags either defined as 1 or undefined 1 year ago
SDL_RLEaccel.c 437d78499c Don't set SDL_SURFACE_LOCK_NEEDED until a surface is RLE encoded 7 months ago
SDL_RLEaccel_c.h f2074d7af3 Updated copyright for 2025 1 year ago
SDL_blit.c 437d78499c Don't set SDL_SURFACE_LOCK_NEEDED until a surface is RLE encoded 7 months ago
SDL_blit.h f2074d7af3 Updated copyright for 2025 1 year ago
SDL_blit_0.c 4c1a3ccd45 rename local vars 'pixel' to 'pixelvalue' 1 year ago
SDL_blit_1.c 4c1a3ccd45 rename local vars 'pixel' to 'pixelvalue' 1 year ago
SDL_blit_A.c d7939abf42 Use consistent style for pointer declarations and casts 9 months ago
SDL_blit_N.c 244ae39b30 Optimized the 16-bit -> 32-bit SSE pixel conversion 5 months ago
SDL_blit_auto.c 4c1a3ccd45 rename local vars 'pixel' to 'pixelvalue' 1 year ago
SDL_blit_auto.h b0a0d236d8 fix sdlgenblit.pl so that it actually matches the generated source 11 months ago
SDL_blit_copy.c f2074d7af3 Updated copyright for 2025 1 year ago
SDL_blit_copy.h f2074d7af3 Updated copyright for 2025 1 year ago
SDL_blit_slow.c 4c1a3ccd45 rename local vars 'pixel' to 'pixelvalue' 1 year ago
SDL_blit_slow.h f2074d7af3 Updated copyright for 2025 1 year ago
SDL_bmp.c 25b2d2c821 Use new parameter validation macro 6 months ago
SDL_clipboard.c 23e3cbec20 Only call clipboard callbacks with mime types they expect 5 months ago
SDL_clipboard_c.h f2074d7af3 Updated copyright for 2025 1 year ago
SDL_egl.c 808a3f573f egl: Better attempt at retrying surface creation w/o EGL_EXT_present_opaque. 5 months ago
SDL_egl_c.h f2074d7af3 Updated copyright for 2025 1 year ago
SDL_fillrect.c 8830b466d0 Improve handling of surfaces with NULL pixels 5 months ago
SDL_pixels.c dbd5dd8c75 Ensure 16-bit -> 32-bit conversion is consistent between blitters 5 months ago
SDL_pixels_c.h 433704e774 rename 'pixel' params of SDL_GetRGB, SDL_GetRGBA and SDL_LookupRGBAColor 1 year ago
SDL_rect.c 25b2d2c821 Use new parameter validation macro 6 months ago
SDL_rect_c.h f2074d7af3 Updated copyright for 2025 1 year ago
SDL_rect_impl.h 25b2d2c821 Use new parameter validation macro 6 months ago
SDL_stb.c 70eceec77b Replace stb_image_write with miniz for SDL_SavePNG() 5 months ago
SDL_stb_c.h 73334b6bb4 Added support for loading and saving PNG images using stb_image 5 months ago
SDL_stretch.c 25b2d2c821 Use new parameter validation macro 6 months ago
SDL_surface.c 17989940f2 Fixed SDL_BlitSurfaceTiledWithScale() with very small scale (thanks @bleeqer!) 5 months ago
SDL_surface_c.h 7bb95bde49 Set the alpha opaque when blending to an RGB format 1 year ago
SDL_sysvideo.h 1871b998cd Added SDL_EVENT_SCREEN_KEYBOARD_SHOWN and SDL_EVENT_SCREEN_KEYBOARD_HIDDEN 5 months ago
SDL_video.c 1871b998cd Added SDL_EVENT_SCREEN_KEYBOARD_SHOWN and SDL_EVENT_SCREEN_KEYBOARD_HIDDEN 5 months ago
SDL_video_c.h 48c00bfe6c Fixed creating a window with both software and hardware renderer attached 1 year ago
SDL_video_unsupported.c 5fffa8b9ad SDL_video_unsupported.c: fix SDL_iOSAnimationCallback type redefinition error 6 months ago
SDL_video_unsupported.h cdc4609993 Add headers for unsupported sources 6 months ago
SDL_vulkan_internal.h f2074d7af3 Updated copyright for 2025 1 year ago
SDL_vulkan_utils.c f2074d7af3 Updated copyright for 2025 1 year ago
SDL_yuv.c d21da8644b Revert "Make sure fast path RGB <-> YUV conversions are using the same color primaries" 6 months ago
SDL_yuv_c.h f2074d7af3 Updated copyright for 2025 1 year ago
miniz.h 70eceec77b Replace stb_image_write with miniz for SDL_SavePNG() 5 months ago
sdlgenblit.pl ab57ef9d7b update sdlgenblit.pl after PR/12769 11 months ago
stb_image.h 73334b6bb4 Added support for loading and saving PNG images using stb_image 5 months ago