SDL/src/video
2025-04-22 13:00:39 -07:00
..
android audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
cocoa cocoa: Use CGFLOAT_MAX for unbounded max window dimensions 2025-04-21 21:02:01 -04:00
directx Updated copyright for 2025 2025-01-01 07:45:52 -08:00
dummy audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
emscripten Add STRING suffix to SDL_PROP_WINDOW_CREATE_EMSCRIPTEN_* string properties 2025-04-04 13:38:02 -07:00
gdk Updated copyright for 2025 2025-01-01 07:45:52 -08:00
haiku update 2025-02-16 13:44:00 -08:00
khronos Supress Metal warning when compiling against macOS 10.11-10.13 2024-10-29 20:03:18 -07:00
kmsdrm audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
n3ds audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
offscreen audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
openvr Add missing type suffix to SDL_PROP_WINDOW_OPENVR_OVERLAY_ID 2025-04-22 10:25:02 -07:00
ps2 audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
psp audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
qnx audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
raspberry audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
riscos audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
uikit Fixed pen events on iOS after reinitializing SDL 2025-03-07 16:32:53 -08:00
vita VITA: Remove unused/duplicate headers 2025-03-12 09:20:05 -07:00
vivante audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
wayland wayland: Check the origin of clipboard offers before forwarding them to the client 2025-04-22 11:29:38 -04:00
windows win32: Check internal data when positioning child windows 2025-04-16 12:49:50 -04:00
x11 x11: Send key events for dead keys consumed by the IME 2025-04-22 09:18:23 -07:00
yuv2rgb Fix #ifdefs to have config flags either defined as 1 or undefined 2024-12-14 09:22:29 -08:00
SDL_blit.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_blit.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_blit_0.c rename local vars 'pixel' to 'pixelvalue' 2025-04-07 21:10:51 +03:00
SDL_blit_1.c rename local vars 'pixel' to 'pixelvalue' 2025-04-07 21:10:51 +03:00
SDL_blit_A.c Set the alpha opaque when blending to an RGB format 2025-03-30 21:24:53 -07:00
SDL_blit_auto.c rename local vars 'pixel' to 'pixelvalue' 2025-04-07 21:10:51 +03:00
SDL_blit_auto.h fix sdlgenblit.pl so that it actually matches the generated source 2025-04-08 18:24:11 +03:00
SDL_blit_copy.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_blit_copy.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_blit_N.c Fixed build 2025-03-30 21:35:14 -07:00
SDL_blit_slow.c rename local vars 'pixel' to 'pixelvalue' 2025-04-07 21:10:51 +03:00
SDL_blit_slow.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_bmp.c rename local vars 'pixel' to 'pixelvalue' 2025-04-07 21:10:51 +03:00
SDL_clipboard.c clipboard: Ensure SDL_ClearClipboardData clears data even when no data has been set 2025-01-02 07:23:27 -08:00
SDL_clipboard_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_egl.c Disable EGL in Emscripten builds 2025-04-09 12:37:03 -07:00
SDL_egl_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_fillrect.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_pixels.c rename local vars 'pixel' to 'pixelvalue' 2025-04-07 21:10:51 +03:00
SDL_pixels_c.h rename 'pixel' params of SDL_GetRGB, SDL_GetRGBA and SDL_LookupRGBAColor 2025-04-07 21:10:51 +03:00
SDL_rect.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_rect_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_rect_impl.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_RLEaccel.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_RLEaccel_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_stb.c Fix errors when building stb_image with -DSDL_LIBC=OFF 2025-02-22 12:41:03 -08:00
SDL_stb_c.h Added initial MJPG support using stb_image 2025-02-20 12:16:26 -08:00
SDL_stretch.c Added SDL_SCALEMODE_PIXELART 2025-03-13 09:48:37 -07:00
SDL_surface.c SDL_BlitSurfaceScaled(): Do not blit if surfaces have no pixel data 2025-04-22 13:00:39 -07:00
SDL_surface_c.h Set the alpha opaque when blending to an RGB format 2025-03-30 21:24:53 -07:00
SDL_sysvideo.h Allow the progress API to be used on all platforms 2025-03-25 11:24:22 -07:00
SDL_video.c Remove unused message box includes 2025-04-07 10:34:07 -07:00
SDL_video_c.h Fixed creating a window with both software and hardware renderer attached 2025-02-06 15:35:38 -08:00
SDL_video_unsupported.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_vulkan_internal.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_vulkan_utils.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_yuv.c Added unaligned version of SDL_ConvertPixels_SwapNV_std() 2025-03-15 09:24:25 -07:00
SDL_yuv_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
sdlgenblit.pl update sdlgenblit.pl after PR/12769 2025-04-08 18:24:11 +03:00
stb_image.h rename local pointer vars 'pixel' to 'pixels' 2025-04-08 18:20:03 +03:00