SDL/src/core/linux
Sam Lantinga 99f2a50394 X11 scancode mapping cleanup
* Consolidated scancode mapping tables into a single location for all backends
* Verified that the xfree86_scancode_table2 is largely identical to the Linux scancode table
* Updated the Linux scancode table with the latest kernel keycodes (still unmapped)
* Route X11 keysym -> scancode mapping through the linux scancode table (which a few hand-written exceptions), which will allow mappings to automatically get picked up as they are added in the Linux scancode table
* Disabled verbose reporting of missing keysym mappings, we have enough data for now
2022-10-13 22:41:47 -07:00
..
SDL_dbus.c dbus: guard against uninitialized D-Bus 2022-09-28 10:29:55 -04:00
SDL_dbus.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_evdev.c X11 scancode mapping cleanup 2022-10-13 22:41:47 -07:00
SDL_evdev.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_evdev_capabilities.c Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_evdev_capabilities.h evdev: Fix build with libudev and joystick subsystem disabled 2022-09-26 21:38:09 -05:00
SDL_evdev_kbd.c Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_evdev_kbd.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_evdev_kbd_default_accents.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_evdev_kbd_default_keymap.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_fcitx.c make SDL_SetTextInputRect take a pointer to const 2022-07-04 09:38:01 -07:00
SDL_fcitx.h make SDL_SetTextInputRect take a pointer to const 2022-07-04 09:38:01 -07:00
SDL_ibus.c make SDL_SetTextInputRect take a pointer to const 2022-07-04 09:38:01 -07:00
SDL_ibus.h make SDL_SetTextInputRect take a pointer to const 2022-07-04 09:38:01 -07:00
SDL_ime.c make SDL_SetTextInputRect take a pointer to const 2022-07-04 09:38:01 -07:00
SDL_ime.h make SDL_SetTextInputRect take a pointer to const 2022-07-04 09:38:01 -07:00
SDL_sandbox.c Add utility function to detect if SDL is inside a sandbox 2022-08-29 06:30:40 -07:00
SDL_sandbox.h Add utility function to detect if SDL is inside a sandbox 2022-08-29 06:30:40 -07:00
SDL_threadprio.c core: linux: Don't cache the RealtimeKit D-Bus connection 2022-08-14 06:59:18 -07:00
SDL_udev.c Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_udev.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00