..
android
opensles: Patched to compile.
2023-10-18 14:56:32 -04:00
arm
Fix remaining typos ( #7921 )
2023-07-03 12:46:47 -07:00
cocoa
Fixes #8190 .
2023-10-12 07:17:32 -07:00
dummy
Added properties to various SDL objects
2023-10-11 22:38:00 -07:00
emscripten
emscripten: Restore compatibility with existing emsdk releases.
2023-09-20 14:32:41 -04:00
gdk
gdk: Virtual keyboard and text input backend
2023-05-31 13:11:39 -07:00
haiku
Fixed build errors when OpenGL isn't enabled
2023-08-05 00:25:12 -07:00
khronos
remove unused vulkan/*.hpp files.
2023-07-17 00:10:50 +03:00
kmsdrm
avoid type redefinition errors after commit ee806597b9.
2023-08-27 22:22:10 +03:00
n3ds
Added properties to various SDL objects
2023-10-11 22:38:00 -07:00
ngage
Fix some issues caught by check_stdlib_usage.py
2023-06-27 06:19:06 -07:00
offscreen
Added properties to various SDL objects
2023-10-11 22:38:00 -07:00
ps2
Updated SDL high DPI support
2023-05-17 12:58:00 -07:00
psp
Updated SDL high DPI support
2023-05-17 12:58:00 -07:00
qnx
Fix remaining typos ( #7921 )
2023-07-03 12:46:47 -07:00
raspberry
Fix remaining typos ( #7921 )
2023-07-03 12:46:47 -07:00
riscos
Rename SDL_PIXELFORMAT_RGB888 and SDL_PIXELFORMAT_BGR888 to SDL_PIXELFORMAT_XRGB8888 and SDL_PIXELFORMAT_XBGR8888 for clarity
2023-07-01 17:58:34 -07:00
uikit
video: Remove SDL_GetFocusWindow()
2023-09-18 11:14:42 -04:00
vita
Updated source to match SDL function prototype style
2023-05-23 11:29:41 -07:00
vivante
avoid type redefinition errors after commit ee806597b9.
2023-08-27 22:22:10 +03:00
wayland
wayland: Fix primary selection handling when the protocol isn't supported
2023-10-12 12:32:27 -04:00
windows
Windows: fix for client rect resizing larger each time we came from exclusive fullscreen -> windowed on a monitor with HiDPI set. The problem was we were using the monitor DPI rather than the window DPI so AdjustWindowRectExForDpi was giving us an incorrect size which would be too large for the client rect. Closes #8237 .
2023-09-12 07:36:55 -07:00
winrt
Fix remaining typos ( #7921 )
2023-07-03 12:46:47 -07:00
x11
x11: Properly check for XInput2 support before using it.
2023-10-11 01:01:07 -04:00
yuv2rgb
yuv_rgb: Comment out unused code.
2023-08-25 19:42:46 -04:00
SDL_blit.c
The rectangles passed to SDL_BlitSurfaceUnchecked() and SDL_BlitSurfaceUncheckedScaled() are const.
2023-07-02 18:45:11 -07:00
SDL_blit.h
Rename SDL_PIXELFORMAT_RGB888 and SDL_PIXELFORMAT_BGR888 to SDL_PIXELFORMAT_XRGB8888 and SDL_PIXELFORMAT_XBGR8888 for clarity
2023-07-01 17:58:34 -07:00
SDL_blit_0.c
Added support for blitting SDL_PIXELFORMAT_INDEX1LSB
2023-06-19 08:38:07 -07:00
SDL_blit_1.c
Updated source to match SDL function prototype style
2023-05-23 11:29:41 -07:00
SDL_blit_A.c
Updated source to match SDL function prototype style
2023-05-23 11:29:41 -07:00
SDL_blit_auto.c
Rename SDL_PIXELFORMAT_RGB888 and SDL_PIXELFORMAT_BGR888 to SDL_PIXELFORMAT_XRGB8888 and SDL_PIXELFORMAT_XBGR8888 for clarity
2023-07-01 17:58:34 -07:00
SDL_blit_auto.h
SDL_blit_copy.c
SDL_blit_copy.h
SDL_blit_N.c
Fix remaining typos ( #7921 )
2023-07-03 12:46:47 -07:00
SDL_blit_slow.c
blit_slow: don't read destination pixel when you're going to discard it anyways
2023-10-04 19:41:50 -07:00
SDL_blit_slow.h
SDL_bmp.c
Fixed warning C4389: '!=': signed/unsigned mismatch
2023-08-25 08:49:49 -07:00
SDL_clipboard.c
Only clear the clipboard if setting empty text
2023-07-06 08:32:34 -07:00
SDL_clipboard_c.h
Reimplement clipboard text in terms of clipboard data
2023-07-05 20:06:59 -07:00
SDL_egl.c
Updated source to match SDL function prototype style
2023-05-23 11:29:41 -07:00
SDL_egl_c.h
Remove _THIS in src/video and in src/events (also VideoDevice)
2023-05-09 11:29:33 -04:00
SDL_fillrect.c
SDL_pixels.c
Fixed setting invalid bpp for FOURCC formats in SDL_GetMasksForPixelFormatEnum()
2023-08-07 22:20:40 -07:00
SDL_pixels_c.h
SDL_rect.c
Updated source to match SDL function prototype style
2023-05-23 11:29:41 -07:00
SDL_rect_c.h
SDL_rect_impl.h
Updated source to match SDL function prototype style
2023-05-23 11:29:41 -07:00
SDL_RLEaccel.c
The rectangles passed to SDL_BlitSurfaceUnchecked() and SDL_BlitSurfaceUncheckedScaled() are const.
2023-07-02 18:45:11 -07:00
SDL_RLEaccel_c.h
SDL_shape.c
shape: Use SDL[Test]_ReadSurfacePixel
2023-10-10 03:23:20 -07:00
SDL_shape_internals.h
SDL_stretch.c
Updated source to match SDL function prototype style
2023-05-23 11:29:41 -07:00
SDL_surface.c
video: Fix compiler warning about SDL_ReadSurfacePixel not being declared.
2023-10-18 15:02:01 -04:00
SDL_surface_pixel_impl.h
Fixed error C2054: expected '(' to follow 'inline'
2023-10-10 16:38:12 -07:00
SDL_sysvideo.h
Added properties to various SDL objects
2023-10-11 22:38:00 -07:00
SDL_video.c
Added properties to various SDL objects
2023-10-11 22:38:00 -07:00
SDL_video_c.h
surface: Add a private SDL_ReadSurfacePixel
2023-10-10 03:23:20 -07:00
SDL_video_unsupported.c
Always provide an implementation for all SDL3 symbols
2023-10-12 14:00:47 +02:00
SDL_vulkan_internal.h
Fix remaining typos ( #7921 )
2023-07-03 12:46:47 -07:00
SDL_vulkan_utils.c
SDL_yuv.c
Rename SDL_PIXELFORMAT_RGB888 and SDL_PIXELFORMAT_BGR888 to SDL_PIXELFORMAT_XRGB8888 and SDL_PIXELFORMAT_XBGR8888 for clarity
2023-07-01 17:58:34 -07:00
SDL_yuv_c.h
sdlgenblit.pl
Fix remaining typos ( #7921 )
2023-07-03 12:46:47 -07:00