..
android
Added the concept of display natural orientation
2023-06-17 07:42:16 -07:00
arm
video: fix ARM neon and simd
2023-03-15 14:54:20 +01:00
cocoa
use of SDL functions
2023-06-25 15:50:23 -07:00
dummy
Updated SDL high DPI support
2023-05-17 12:58:00 -07:00
emscripten
Officially added the concept of window pixel density
2023-05-17 17:54:03 -07:00
gdk
gdk: Virtual keyboard and text input backend
2023-05-31 13:11:39 -07:00
haiku
Updated source to match SDL function prototype style
2023-05-23 11:29:41 -07:00
khronos
Use #ifdef/#ifndef instead of #if defined/#if \!defined
2023-03-30 21:35:01 +00:00
kmsdrm
Updated source to match SDL function prototype style
2023-05-23 11:29:41 -07:00
n3ds
Updated source to match SDL function prototype style
2023-05-23 11:29:41 -07:00
ngage
Fix some issues caught by check_stdlib_usage.py
2023-06-27 06:19:06 -07:00
offscreen
Updated source to match SDL function prototype style
2023-05-23 11:29:41 -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
Updated source to match SDL function prototype style
2023-05-23 11:29:41 -07:00
raspberry
Updated SDL high DPI support
2023-05-17 12:58:00 -07:00
riscos
Updated source to match SDL function prototype style
2023-05-23 11:29:41 -07:00
uikit
Fix some issues caught by check_stdlib_usage.py
2023-06-27 06:19:06 -07:00
vita
Updated source to match SDL function prototype style
2023-05-23 11:29:41 -07:00
vivante
Updated SDL high DPI support
2023-05-17 12:58:00 -07:00
wayland
wayland: Add a DBus message handler for the cursor size and theme properties.
2023-06-28 13:58:05 -04:00
windows
Added the concept of display natural orientation
2023-06-17 07:42:16 -07:00
winrt
Updated source to match SDL function prototype style
2023-05-23 11:29:41 -07:00
x11
Added SDL_HINT_VIDEO_X11_SCALING_FACTOR to allow overriding the content scale on X11 (thanks Andres!)
2023-06-18 12:19:43 -07:00
yuv2rgb
Use #ifdef/#ifndef instead of #if defined/#if \!defined
2023-03-30 21:35:01 +00:00
SDL_RLEaccel.c
Fixed Visual Studio warning 4244
2023-03-30 14:04:32 -07:00
SDL_RLEaccel_c.h
Updated copyright for 2023
2023-01-09 09:41:41 -08:00
SDL_blit.c
Fix various warnings: static /void / comma
2023-03-06 12:37:37 +01:00
SDL_blit.h
Use #ifdef/#ifndef instead of #if defined/#if \!defined
2023-03-30 21:35:01 +00: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_N.c
Updated source to match SDL function prototype style
2023-05-23 11:29:41 -07:00
SDL_blit_auto.c
Refresh generation of SDL_blit_auto.c after simplifying sdlgenblit.pl
2023-03-16 20:25:59 +01:00
SDL_blit_auto.h
Refresh generation of SDL_blit_auto.c
2023-03-16 20:25:59 +01:00
SDL_blit_copy.c
Use #ifdef/#ifndef instead of #if defined/#if \!defined
2023-03-30 21:35:01 +00:00
SDL_blit_copy.h
Updated copyright for 2023
2023-01-09 09:41:41 -08:00
SDL_blit_slow.c
Fixed build error
2023-03-30 10:48:48 -07:00
SDL_blit_slow.h
Updated copyright for 2023
2023-01-09 09:41:41 -08:00
SDL_bmp.c
Updated source to match SDL function prototype style
2023-05-23 11:29:41 -07:00
SDL_clipboard.c
Updated source to match SDL function prototype style
2023-05-23 11:29:41 -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
Use #ifdef/#ifndef instead of #if defined/#if \!defined
2023-03-30 21:35:01 +00:00
SDL_pixels.c
Don't crash if SDL_MapRGB() and SDL_MapRGBA() are passed a NULL format
2023-06-27 16:08:19 -07:00
SDL_pixels_c.h
- simplication and factorization around CalculateSize and Pitch, RGB/YUV
2023-03-30 12:05:35 +02:00
SDL_rect.c
Updated source to match SDL function prototype style
2023-05-23 11:29:41 -07:00
SDL_rect_c.h
Updated copyright for 2023
2023-01-09 09:41:41 -08:00
SDL_rect_impl.h
Updated source to match SDL function prototype style
2023-05-23 11:29:41 -07:00
SDL_shape.c
Updated source to match SDL function prototype style
2023-05-23 11:29:41 -07:00
SDL_shape_internals.h
Updated copyright for 2023
2023-01-09 09:41:41 -08:00
SDL_stretch.c
Updated source to match SDL function prototype style
2023-05-23 11:29:41 -07:00
SDL_surface.c
Updated source to match SDL function prototype style
2023-05-23 11:29:41 -07:00
SDL_sysvideo.h
Added the concept of display natural orientation
2023-06-17 07:42:16 -07:00
SDL_video.c
Fixed display orientation function names for SDL 3.0 convention
2023-06-17 09:28:27 -07:00
SDL_video_c.h
Updated copyright for 2023
2023-01-09 09:41:41 -08:00
SDL_vulkan_internal.h
Fix uses of undefined macro identifiers (-Wundef)
2023-03-29 21:49:01 +00:00
SDL_vulkan_utils.c
Fixed Visual Studio warning 4701
2023-03-30 14:02:02 -07:00
SDL_yuv.c
Use #ifdef/#ifndef instead of #if defined/#if \!defined
2023-03-30 21:35:01 +00:00
SDL_yuv_c.h
- simplication and factorization around CalculateSize and Pitch, RGB/YUV
2023-03-30 12:05:35 +02:00
sdlgenblit.pl
Simplify SDL_BLENDMODE_MUL in sdlgenblit.pl
2023-03-16 20:25:59 +01:00