SDL/src/video
nmlgc 37b86a6d2f windows: fix Unicode function and type inconsistencies
The surrounding code in all of these instances expects the Unicode
variants. Previously, this code mixed Unicode and ANSI/ASCII calls if
`UNICODE` was undefined, which caused type and logic errors. Explicitly
spelling out the W removes any reliance on that macro.
2025-05-08 07:22:11 -07:00
..
android audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
cocoa Add support for non-constrained and non-grabbing popups 2025-04-29 12:02:14 -04:00
directx
dummy audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
emscripten [emscripten] Remove referenc to Module['createContext'] 2025-05-06 14:16:26 -07:00
gdk
haiku update 2025-02-16 13:44:00 -08:00
khronos
kmsdrm rename cursor_shown to cursor_visible 2025-04-27 10:25:43 -07: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 Fixed building with the OpenVR video driver 2025-05-06 16:14:22 -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 migrate usage of SetCursor(NULL) to RedrawCursor() 2025-04-28 09:41:44 -07:00
uikit uikit: Use SDL_RunOnMainThread instead of dispatch_sync for message boxes. 2025-05-01 18:28:53 -04: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: Remove unnecessary function call 2025-05-01 11:30:16 -04:00
windows windows: fix Unicode function and type inconsistencies 2025-05-08 07:22:11 -07:00
x11 x11: Filter out duplicate key presses when an IME is active 2025-05-06 18:06:14 -04:00
yuv2rgb
SDL_blit.c
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 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
SDL_blit_copy.h
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
SDL_bmp.c rename local vars 'pixel' to 'pixelvalue' 2025-04-07 21:10:51 +03:00
SDL_clipboard.c
SDL_clipboard_c.h
SDL_egl.c Disable EGL in Emscripten builds 2025-04-09 12:37:03 -07:00
SDL_egl_c.h
SDL_fillrect.c
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
SDL_rect_c.h
SDL_rect_impl.h
SDL_RLEaccel.c
SDL_RLEaccel_c.h
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 divide by zero 2025-04-22 13:02:40 -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 Add support for non-constrained and non-grabbing popups 2025-04-29 12:02:14 -04:00
SDL_video.c video: Store the preferred fullscreen display in a property for sdl2-compat 2025-05-01 11:24:34 -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_vulkan_internal.h
SDL_vulkan_utils.c
SDL_yuv.c Added unaligned version of SDL_ConvertPixels_SwapNV_std() 2025-03-15 09:24:25 -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 stb_image.h: apply mainstream PR/1736 2025-04-23 17:55:02 +03:00