SDL/src/video
Wohlstand dd6c663918 SDL_vitatouch.c: Fixed the incorrect touch device IDs
- Begining of device ID with 0 violates the SDL's specification that means the 0 is an error, invalid, failure, etc. But on Vita here it's an actual device...
- Replacing 0 and 1 with 1 and 2 to resolve this violation.
2024-08-14 08:32:02 -07:00
..
android Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 10:51:30 -07:00
arm ARM: NEON assembly optimization for SDL_FillRect 2019-10-24 21:17:52 -04:00
cocoa Fixed macOS build 2024-08-01 14:11:06 -07:00
directfb Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 10:51:30 -07:00
dummy Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 10:51:30 -07:00
emscripten emscripten: restore key event prevent default behaviour 2024-07-19 09:39:00 -07:00
haiku SDL_ShowMessageBox: Remove #ifdefs and respect SDL_VIDEO_DRIVER hint. 2024-01-22 19:44:17 -05:00
khronos vulkan_metal.h: Make compatible with ObjC ARC (thanks @jmroot!) 2024-02-02 18:31:14 -08:00
kmsdrm Fixed build 2024-08-13 07:39:43 -07:00
n3ds Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 10:51:30 -07:00
nacl Add a quirk for fullscreen-only video drivers 2024-04-15 03:30:21 -10:00
ngage SDL_ShowMessageBox: Remove #ifdefs and respect SDL_VIDEO_DRIVER hint. 2024-01-22 19:44:17 -05:00
offscreen SDL_ShowMessageBox: Remove #ifdefs and respect SDL_VIDEO_DRIVER hint. 2024-01-22 19:44:17 -05:00
os2 fixes after ShowMessageBox changes: 2024-01-23 04:11:20 +03:00
pandora make video/pandora to actually compile somehow. 2024-01-23 17:50:10 +03:00
ps2 SDL_ShowMessageBox: Remove #ifdefs and respect SDL_VIDEO_DRIVER hint. 2024-01-22 19:44:17 -05:00
psp Add a basic ShowMessageBox implementation for PSP (#9932) 2024-06-05 17:36:18 +02:00
qnx SDL_ShowMessageBox: Remove #ifdefs and respect SDL_VIDEO_DRIVER hint. 2024-01-22 19:44:17 -05:00
raspberry Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 10:51:30 -07:00
riscos Add a quirk for fullscreen-only video drivers 2024-04-15 03:30:21 -10:00
uikit Fix -Wdeclaration-after-statement warnings 2024-08-14 10:35:43 +00:00
vita SDL_vitatouch.c: Fixed the incorrect touch device IDs 2024-08-14 08:32:02 -07:00
vivante SDL_ShowMessageBox: Remove #ifdefs and respect SDL_VIDEO_DRIVER hint. 2024-01-22 19:44:17 -05:00
wayland wayland: Don't fail to retrieve a system cursor if no window is focused 2024-07-27 20:30:52 -04:00
windows Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 10:51:30 -07:00
winrt Fix UWP build in non-UNICODE mode 2024-07-19 10:20:11 +00:00
x11 Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 10:51:30 -07:00
yuv2rgb Fix compilation on loongarch 2024-01-21 19:27:59 -08:00
SDL_blit.c Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 10:51:30 -07:00
SDL_blit.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_blit_0.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_blit_1.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_blit_A.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_blit_auto.c Fixed crash scaling very large surfaces 2024-01-19 13:06:57 -08:00
SDL_blit_auto.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_blit_copy.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_blit_copy.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_blit_N.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_blit_slow.c Fixed crash scaling very large surfaces 2024-01-19 13:06:57 -08:00
SDL_blit_slow.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_bmp.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_clipboard.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_egl.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_egl_c.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_fillrect.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_pixels.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_pixels_c.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_rect.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_rect_c.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_rect_impl.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_RLEaccel.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_RLEaccel_c.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_shape.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_shape_internals.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_stretch.c Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 10:51:30 -07:00
SDL_surface.c Fixed bug #8897 - SDL_BlitSurface segfault when dest_rect is null 2024-01-22 09:22:41 +01:00
SDL_sysvideo.h Add a quirk for fullscreen-only video drivers 2024-04-15 03:30:21 -10:00
SDL_video.c Fixed crash when the current mouse capture window is destroyed 2024-08-07 12:28:53 -07:00
SDL_vulkan_internal.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_vulkan_utils.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_yuv.c Fixed Xcode warnings 2024-01-13 08:15:41 -08:00
SDL_yuv_c.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
sdlgenblit.pl Fixed crash scaling very large surfaces 2024-01-19 13:06:57 -08:00