SDL/src/video
Sam Lantinga 139192140c Fixed reported cases of "Keyboard layout unknown" messages
In all cases they were using SDL_SCANCODE_TABLE_XFREE86_2 with some keycodes remapped or fewer than expected keycodes. This adds a sanity check that catches all of them and gives them the right scancode table.
2022-10-13 23:23:55 -07:00
..
android Android: understand HAL_PIXEL_FORMAT_BGR_565 as a returned value from ANativeWindow_getFormat() (see #6016) 2022-09-03 23:40:14 +02:00
arm
cocoa Fix some credit comments. 2022-10-02 19:32:36 -07:00
directfb X11 scancode mapping cleanup 2022-10-13 22:41:47 -07:00
dummy video: dummy: Support evdev psuedo-device with no video. 2022-08-08 08:31:04 -07:00
emscripten Adding SDL_GetWindowSizeInPixels for window size in pixels (#6112) 2022-08-24 11:25:13 -07:00
haiku haiku: Fix when screen color depth was 24 bits, SDL_GetWindowSurface would always fail with 'Unknown pixel format' error 2022-09-23 02:51:00 -07:00
khronos Updated to the latest version of OpenGL and Vulkan headers from the Khronos registry 2022-09-14 09:14:47 -07:00
kmsdrm kmsdrm: only negative devindex's are not allowed 2022-09-28 10:29:02 -04:00
n3ds N3DS: Don't set num_display by hand. 2022-10-10 08:50:59 -07:00
nacl video: removed unused devindex argument from bootstrap's create method. 2022-07-26 00:19:52 -04:00
ngage video: removed unused devindex argument from bootstrap's create method. 2022-07-26 00:19:52 -04:00
offscreen SDL_offscreenframebuffer.c: fix format '%d' expecting int instead of Uint32 2022-10-08 23:41:07 +02:00
os2 video: removed unused devindex argument from bootstrap's create method. 2022-07-26 00:19:52 -04:00
pandora
ps2 PS2: Ignore warnings from toolchain headers. 2022-10-10 22:31:16 -07:00
psp PSP: Fix type mismatch warnings. 2022-10-10 22:31:16 -07:00
qnx
raspberry
riscos video: removed unused devindex argument from bootstrap's create method. 2022-07-26 00:19:52 -04:00
uikit iOS: implement SDL_GetWindowSizeInPixels. 2022-10-05 18:39:18 -07:00
vita
vivante
wayland X11 scancode mapping cleanup 2022-10-13 22:41:47 -07:00
windows Only check to see if the ICC profile changes when the display changes or we gain focus 2022-10-10 08:29:05 -07:00
winrt video: removed unused devindex argument from bootstrap's create method. 2022-07-26 00:19:52 -04:00
x11 Fixed reported cases of "Keyboard layout unknown" messages 2022-10-13 23:23:55 -07:00
yuv2rgb
SDL_blit.c
SDL_blit.h
SDL_blit_0.c
SDL_blit_1.c
SDL_blit_A.c
SDL_blit_auto.c
SDL_blit_auto.h
SDL_blit_copy.c
SDL_blit_copy.h
SDL_blit_N.c Replaced Blit4to4CopyAlpha() with optimized SDL_BlitCopy() 2022-09-16 10:09:13 -07:00
SDL_blit_slow.c
SDL_blit_slow.h
SDL_bmp.c Support loading 2bpp .bmp files 2022-09-17 16:50:45 -07:00
SDL_clipboard.c SDL_HasPrimarySelectionText: fix -Wunreachable-code-return warning. 2022-09-17 00:51:00 +03:00
SDL_egl.c egl: Add support for SDL_GL_FLOATBUFFERS. 2022-08-09 15:41:02 -04:00
SDL_egl_c.h
SDL_fillrect.c Fixed bug #6287 - SDL_FillRect failed for SDL_Surface with BitsPerPixel == 4 2022-09-27 10:21:15 +02:00
SDL_pixels.c Handle SDL_PIXELFORMAT_EXTERNAL_OES in SDL_GetPixelFormatName() 2022-08-16 07:29:45 -07:00
SDL_pixels_c.h
SDL_rect.c
SDL_rect_c.h
SDL_rect_impl.h
SDL_RLEaccel.c
SDL_RLEaccel_c.h
SDL_shape.c Fixed build 2022-10-10 09:39:55 -07:00
SDL_shape_internals.h
SDL_stretch.c
SDL_surface.c
SDL_sysvideo.h N3DS port (squashed) 2022-10-10 08:50:59 -07:00
SDL_video.c N3DS: Deduce screen from window's display. 2022-10-10 08:50:59 -07:00
SDL_vulkan_internal.h cocoa/uikit: Support VK_EXT_metal_surface 2022-08-19 09:48:22 -07:00
SDL_vulkan_utils.c
SDL_yuv.c
SDL_yuv_c.h
sdlgenblit.pl