SDL/src/video
Frank Praznik 235f417616 wayland: Update the HDR data on placeholder displays
Update the HDR data on a placeholder display if it hasn't been finalized and added yet, or the HDR data on the added display will be incorrect.
2025-12-17 15:12:27 -05:00
..
android egl: Default to a swap interval of 0. 2025-12-15 12:44:57 -05:00
cocoa cocoa: Add SDL_HINT_MAC_PRESS_AND_HOLD hint 2025-12-02 10:24:39 -05:00
directx
dummy Return false from SDL_SetWindowRelativeMouseMode() if relative mode isn't available 2025-11-03 13:01:41 -08:00
emscripten emscripten: find the right SDL_Window during fullscreen events. 2025-12-15 12:08:44 -05:00
gdk Added SDL_EVENT_SCREEN_KEYBOARD_SHOWN and SDL_EVENT_SCREEN_KEYBOARD_HIDDEN 2025-10-10 10:14:07 -07:00
haiku Removed __FILE__ from source code 2025-10-22 10:48:36 -07:00
khronos
kmsdrm Fix check_stdlib_usage.py libc call matching 2025-11-25 01:07:10 +01:00
n3ds audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
ngage Correct the texture format used for the N-Gage (#13192) 2025-06-08 18:56:24 +02:00
offscreen Record dynamic dependencies in .note.dlopen elf section 2025-08-27 16:11:39 +00:00
openvr Don't do NULL-checks before SDL_free() 2025-10-20 00:13:09 -07:00
ps2 audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
psp Added SDL_EVENT_SCREEN_KEYBOARD_SHOWN and SDL_EVENT_SCREEN_KEYBOARD_HIDDEN 2025-10-10 10:14:07 -07:00
qnx Send events for mice and keyboards detected during initialization 2025-09-11 20:07:55 -07:00
raspberry Fixed warning: conversion to 'uint32_t' from 'float' may alter its value 2025-09-08 19:25:41 -07:00
riscos Send events for mice and keyboards detected during initialization 2025-09-11 20:07:55 -07:00
uikit Fixed messageboxes when using window scenes on Apple platforms 2025-12-15 08:56:11 -08:00
vita Don't do NULL-checks before SDL_free() 2025-10-20 00:13:09 -07:00
vivante Fix missing whitespace in surface extension missing error messages 2025-11-22 08:00:45 -08:00
wayland wayland: Update the HDR data on placeholder displays 2025-12-17 15:12:27 -05:00
windows Added SDL_HINT_MOUSE_DPI_SCALE_CURSORS 2025-12-09 17:12:08 -08:00
x11 x11: Don't poll the map state when the window was unmapped and borders are toggled 2025-12-16 11:45:36 -05:00
yuv2rgb Fixed warning C4127 (conditional expression is constant) in Visual Studio 2025-11-17 16:06:58 -08:00
miniz.h miniz.h: do not overallocate out_buf 2025-10-25 07:44:15 -07:00
SDL_blit.c Just assert that RLE encoding isn't active 2025-11-08 14:51:27 -08:00
SDL_blit.h Fixed warning C4127 (conditional expression is constant) in Visual Studio 2025-11-17 16:06:58 -08:00
SDL_blit_0.c Fixed blitting bitmaps with a non-zero x offset 2025-11-06 22:47:50 -08:00
SDL_blit_1.c rename local vars 'pixel' to 'pixelvalue' 2025-04-07 21:10:51 +03:00
SDL_blit_A.c blit: Check MSVC's _M_ARM64 define in addition to __aarch64__. 2025-11-24 23:56:04 +03:00
SDL_blit_auto.c fixed several -Wzero-as-null-pointer-constant warnings from gcc-15 2025-11-17 17:55:10 +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
SDL_blit_copy.h
SDL_blit_N.c blit: Check MSVC's _M_ARM64 define in addition to __aarch64__. 2025-11-24 13:37:10 -05:00
SDL_blit_slow.c fixed several -Wzero-as-null-pointer-constant warnings from gcc-15 2025-11-17 17:55:10 +03:00
SDL_blit_slow.h
SDL_bmp.c Add SDL_LoadSurface and SDL_LoadSurface_IO (#14374) 2025-11-13 14:50:37 -08:00
SDL_clipboard.c Only call clipboard callbacks with mime types they expect 2025-10-09 12:20:19 -07:00
SDL_clipboard_c.h
SDL_egl.c egl: Default to a swap interval of 0. 2025-12-15 12:44:57 -05:00
SDL_egl_c.h
SDL_fillrect.c loongarch: add SDL_FillSurfaceRect4LSX opt 2025-11-03 08:45:51 -08:00
SDL_pixels.c Fixed crash blitting to an 8-bit surface with no palette 2025-11-10 18:30:02 -08:00
SDL_pixels_c.h SDL_FindColor() can be static 2025-11-10 18:30:02 -08:00
SDL_rect.c Use new parameter validation macro 2025-09-18 20:58:32 -07:00
SDL_rect_c.h
SDL_rect_impl.h Perform full rectangle intersection for empty rects 2025-10-25 13:48:48 -07:00
SDL_RLEaccel.c Fixed warning C4127 (conditional expression is constant) in Visual Studio 2025-11-17 16:06:58 -08:00
SDL_RLEaccel_c.h Save the original pixels when RLE encoding is enabled 2025-11-08 12:56:25 -08:00
SDL_rotate.c Added SDL_RotateSurface() 2025-10-22 17:55:02 -07:00
SDL_rotate.h Added SDL_RotateSurface() 2025-10-22 17:55:02 -07:00
SDL_stb.c Add SDL_LoadSurface and SDL_LoadSurface_IO (#14374) 2025-11-13 14:50:37 -08:00
SDL_stb_c.h Added support for loading and saving PNG images using stb_image 2025-10-06 16:45:53 -07:00
SDL_stretch.c Use new parameter validation macro 2025-09-18 20:58:32 -07:00
SDL_surface.c surface: SDL_RotateSurface should update SDL_PROP_SURFACE_ROTATION_FLOAT. 2025-12-07 22:25:08 -05:00
SDL_surface_c.h Add SDL_LoadSurface and SDL_LoadSurface_IO (#14374) 2025-11-13 14:50:37 -08:00
SDL_sysvideo.h emscripten: Move fill-document from hint/property to a window flag. 2025-12-07 21:12:13 -05:00
SDL_video.c emscripten: Move fill-document from hint/property to a window flag. 2025-12-07 21:12:13 -05: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 SDL_video_unsupported.c: fix SDL_iOSAnimationCallback type redefinition error 2025-09-29 08:41:14 +03:00
SDL_video_unsupported.h Add headers for unsupported sources 2025-09-26 21:42:04 +02:00
SDL_vulkan_internal.h
SDL_vulkan_utils.c
SDL_yuv.c Don't do NULL-checks before SDL_free() 2025-10-20 00:13:09 -07:00
SDL_yuv_c.h
sdlgenblit.pl fixed several -Wzero-as-null-pointer-constant warnings from gcc-15 2025-11-17 17:55:10 +03:00
stb_image.h stb_image.h: update mainstream issue/1838 patch from mainstream PR/1839 2025-12-05 03:30:10 +03:00