SDL/src/video
2025-10-29 16:11:25 +00:00
..
android Removed __FILE__ from source code 2025-10-22 10:48:36 -07:00
cocoa Add the bundle framework path to the libMoltenVK.dylib paths 2025-10-24 10:33:22 -07:00
directx
dummy audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
emscripten emscripten: Add a stub SetWindowResizable implementation. 2025-10-11 11:46:15 -04: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 kmsdrm: Allow windows to be marked as "unfocusable". 2025-10-21 14:10:49 -04: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 OTP text entry on iOS (thanks @pipiwoaini!) 2025-10-24 11:02:37 -07:00
vita Don't do NULL-checks before SDL_free() 2025-10-20 00:13:09 -07:00
vivante Use consistent style for pointer declarations and casts 2025-06-18 10:03:44 -07:00
wayland wayland: Fix libdecor incompatible pointer types 2025-10-28 12:01:41 -04:00
windows Add hint for blocking win key when using raw keyboard (#13066) 2025-10-26 09:27:33 -07:00
x11 Fix uninitialized length in X11_GetClipboardData causing test failures (#14322) 2025-10-25 07:41:58 -07:00
yuv2rgb
miniz.h miniz.h: do not overallocate out_buf 2025-10-25 07:44:15 -07:00
SDL_blit.c Don't set SDL_SURFACE_LOCK_NEEDED until a surface is RLE encoded 2025-09-02 21:31:51 -07:00
SDL_blit.h
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 Use consistent style for pointer declarations and casts 2025-06-18 10:03:44 -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
SDL_blit_copy.h
SDL_blit_N.c Disabled incorrect 16-bit Altivec blitters 2025-10-29 16:11:25 +00:00
SDL_blit_slow.c rename local vars 'pixel' to 'pixelvalue' 2025-04-07 21:10:51 +03:00
SDL_blit_slow.h
SDL_bmp.c Use new parameter validation macro 2025-09-18 20:58:32 -07: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: Better attempt at retrying surface creation w/o EGL_EXT_present_opaque. 2025-10-08 21:42:56 -04:00
SDL_egl_c.h
SDL_fillrect.c Improve handling of surfaces with NULL pixels 2025-10-08 12:40:29 -07:00
SDL_pixels.c Ensure 16-bit -> 32-bit conversion is consistent between blitters 2025-10-07 16:31:14 -07: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 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 Don't set SDL_SURFACE_LOCK_NEEDED until a surface is RLE encoded 2025-09-02 21:31:51 -07:00
SDL_RLEaccel_c.h
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 Added support for saving indexed PNG images 2025-10-23 12:40:41 -07: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 Fixed converting RLE encoded surfaces to other formats 2025-10-29 09:06:25 -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 Added SDL_EVENT_SCREEN_KEYBOARD_SHOWN and SDL_EVENT_SCREEN_KEYBOARD_HIDDEN 2025-10-10 10:14:07 -07:00
SDL_video.c Don't do NULL-checks before SDL_free() 2025-10-20 00:13:09 -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 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 update sdlgenblit.pl after PR/12769 2025-04-08 18:24:11 +03:00
stb_image.h Added support for loading and saving PNG images using stb_image 2025-10-06 16:45:53 -07:00