SDL/src/video
M. P. Halpin 1ee9a437f9 Stop beep when running iOS apps on ARM-based Macs
(cherry picked from commit bbf38bbbc334bc0ee90d3eec228a968d8fc1689e)
2023-05-20 11:21:13 -07:00
..
android Backport simplify flags PR #7220 2023-02-09 17:19:46 -08:00
arm
cocoa Fix key code names for ISO keyboard layouts 2023-04-05 17:03:42 -07:00
directfb Fix bug memory acess 2023-05-04 07:01:25 -07:00
dummy Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:23:59 -08:00
emscripten SDL emscripten port: preventDefault should not be called on mousedown. Otherwise mouseup will not be fired outside iframe in Chrome-based browsers 2023-05-17 12:30:32 -07:00
haiku Haiku: use a BLooper for events. 2023-03-30 10:20:11 -07:00
khronos vulkan_metal.h: Make compatible with ObjC ARC 2022-11-23 17:39:26 -08:00
kmsdrm Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:23:59 -08:00
n3ds Updated copyright for 2023 2023-01-09 09:48:21 -08:00
nacl Updated copyright for 2023 2023-01-09 09:48:21 -08:00
ngage Updated copyright for 2023 2023-01-09 09:48:21 -08:00
offscreen Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:23:59 -08:00
os2 Updated copyright for 2023 2023-01-09 09:48:21 -08:00
pandora Updated copyright for 2023 2023-01-09 09:48:21 -08:00
ps2 Updated copyright for 2023 2023-01-09 09:48:21 -08:00
psp Updated copyright for 2023 2023-01-09 09:48:21 -08:00
qnx QNX: use SDL_malloc 2021-11-22 08:38:46 -08:00
raspberry Updated copyright for 2023 2023-01-09 09:48:21 -08:00
riscos Backport simplify flags PR #7220 2023-02-09 17:19:46 -08:00
uikit Stop beep when running iOS apps on ARM-based Macs 2023-05-20 11:21:13 -07:00
vita Backport simplify flags PR #7220 2023-02-09 17:19:46 -08:00
vivante Updated copyright for 2023 2023-01-09 09:48:21 -08:00
wayland wayland: Destroy proxy wrappers and callbacks before event queues 2023-04-27 13:08:59 -04:00
windows If the client rect is empty, use the last known window size 2023-03-09 10:39:43 -08:00
winrt Updated copyright for 2023 2023-01-09 09:48:21 -08:00
x11 x11: Don't allow the changing of certain scancodes 2023-03-30 11:20:28 -04:00
yuv2rgb Add optimiztion function with LSX in LoongArch 2022-06-06 08:49:09 -07:00
SDL_blit.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_blit.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_blit_0.c Backport simplify flags PR #7220 2023-02-09 17:19:46 -08:00
SDL_blit_1.c blit: Add a case for 8-bit blits that sdl12-compat exposed. 2023-05-16 14:38:44 -04:00
SDL_blit_A.c video: fix warnings about unused variables when building without duff's loop 2023-03-28 10:21:36 -07:00
SDL_blit_auto.c Refresh generation of SDL_blit_auto.c after simplifying sdlgenblit.pl 2023-03-16 20:27:09 +01:00
SDL_blit_auto.h Refresh generation of SDL_blit_auto.c 2023-03-16 20:27:09 +01:00
SDL_blit_copy.c SDL_blit_copy: Don't call potentially FPU using SDL_memcpy in SDL_memcpyMMX 2023-03-27 06:13:28 +00:00
SDL_blit_copy.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_blit_N.c Removed redundant __powerpc__ check 2023-05-06 08:44:48 -07:00
SDL_blit_slow.c Simplify SDL_BLENDMODE_MUL 2023-03-16 20:27:09 +01:00
SDL_blit_slow.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_bmp.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_clipboard.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_egl.c Backport simplify flags PR #7220 2023-02-09 17:19:46 -08:00
SDL_egl_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_fillrect.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_pixels.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_pixels_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_rect.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_rect_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_rect_impl.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_RLEaccel.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_RLEaccel_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_shape.c Check return value of SDL_malloc() 2023-04-23 12:28:54 -04:00
SDL_shape_internals.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_stretch.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_surface.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_sysvideo.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_video.c Added the hint SDL_HINT_ENABLE_SCREEN_KEYBOARD to control whether the on-screen keyboard should be shown when text input is active 2023-05-20 11:09:36 -07:00
SDL_vulkan_internal.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_vulkan_utils.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_yuv.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_yuv_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
sdlgenblit.pl Simplify SDL_BLENDMODE_MUL in sdlgenblit.pl 2023-03-16 20:27:09 +01:00