SDL/test
Frank Praznik 6b776a9989 keyboard: Add some SDL keycodes for common Xkb keys
Add SDL keycodes for keys found commonly found in the default Xkb layout, such as left tab and compose, and keys frequently used for custom modifiers such as Meta, Hyper, and Level5 Shift.

As these keys aren't Unicode code points and don't have associated scancodes (at least on modern keyboards), they are placed in the new extended key code space, with bit 30 set as a flag.
2025-01-09 17:26:41 -05:00
..
android
emscripten ctest/emscripten: make audio and video driver configurable 2024-08-21 20:14:55 +02:00
n3ds
testgpu GPU: Remove D3D11 shaders from testgpu_spinning_cube 2024-11-12 17:32:25 -08:00
win32 sdlprocdump: fix minidump filename 2024-08-30 14:18:03 +02:00
CMakeLists.txt cmake: custom generate-XXX targets must depend on outputs 2025-01-04 00:19:45 +01:00
COPYING
LICENSE.txt Updated copyright for 2025 2025-01-01 07:45:52 -08:00
audiofile.bmp
checkkeys.c keyboard: Add some SDL keycodes for common Xkb keys 2025-01-09 17:26:41 -05:00
childprocess.c Make sure stdio handles are in blocking mode 2024-10-14 22:10:49 -07:00
gamepad_axis.bmp
gamepad_axis.h
gamepad_axis_arrow.bmp
gamepad_axis_arrow.h
gamepad_back.bmp
gamepad_back.h
gamepad_battery.bmp
gamepad_battery.h
gamepad_battery_unknown.bmp
gamepad_battery_unknown.h
gamepad_battery_wired.bmp
gamepad_battery_wired.h
gamepad_button.bmp
gamepad_button.h
gamepad_button_background.bmp
gamepad_button_background.h
gamepad_button_small.bmp
gamepad_button_small.h
gamepad_face_abxy.bmp
gamepad_face_abxy.h
gamepad_face_bayx.bmp
gamepad_face_bayx.h
gamepad_face_sony.bmp
gamepad_face_sony.h
gamepad_front.bmp
gamepad_front.h
gamepad_touchpad.bmp
gamepad_touchpad.h
gamepad_wired.bmp testcontroller: show gamepad connection state 2024-12-27 13:58:49 -08:00
gamepad_wired.h testcontroller: show gamepad connection state 2024-12-27 13:58:49 -08:00
gamepad_wireless.bmp testcontroller: show gamepad connection state 2024-12-27 13:58:49 -08:00
gamepad_wireless.h testcontroller: show gamepad connection state 2024-12-27 13:58:49 -08:00
gamepadutils.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
gamepadutils.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
glass.bmp
glass.h
icon.bmp
icon.h
icon2x.bmp Added support for high-DPI cursors and icons 2024-08-01 13:48:28 -07:00
logaudiodev.bmp
loopwave.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
main.cpp
moose.dat
physaudiodev.bmp
picture.xbm
pretest.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
relative_mode.markdown Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
sample.bmp
sample.wav
sdl-test_round.bmp Add system tray support (#10873) 2024-12-24 10:36:39 -08:00
soundboard.bmp
soundboard_levels.bmp
speaker.bmp
sword.wav examples/audio/04-multiple-streams: Remove drag-and-drop support. 2024-12-10 23:10:43 -05:00
template.test.in build: Fix testprocess invocation during "as-installed" tests 2024-09-25 14:48:26 -07:00
testasyncio.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testatomic.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testaudio.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testaudiohotplug.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testaudioinfo.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testaudiorecording.c audio: Added SDL_AudioDeviceStreamPaused. 2025-01-09 01:36:57 -05:00
testaudiostreamdynamicresample.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testautomation.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testautomation_audio.c Remove casts from typed pointer to void * for printf %p in test projects 2024-09-24 14:40:32 +03:00
testautomation_blit.c Adding void to empty function prototype parenthesis 2024-09-11 19:44:52 -07:00
testautomation_clipboard.c clipboard: Ensure SDL_ClearClipboardData clears data even when no data has been set 2025-01-02 07:23:27 -08:00
testautomation_events.c Added SDL_IsMainThread() and SDL_RunOnMainThread() 2024-12-05 13:53:51 -08:00
testautomation_guid.c SDL_test: use SDLCALL calling convention 2024-09-06 14:19:05 +02:00
testautomation_hints.c Removed SDL_HINT_MOUSE_RELATIVE_MODE_WARP 2024-12-19 10:33:02 -08:00
testautomation_images.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testautomation_images.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testautomation_intrinsics.c tests: avoid undefined signed overflow 2025-01-04 01:06:29 +01:00
testautomation_iostream.c Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
testautomation_joystick.c Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
testautomation_keyboard.c testautomation keyboard: use `space` instead of `a` 2024-11-08 07:01:50 -08:00
testautomation_log.c Added SDL_LogTrace() 2024-09-17 02:04:54 -07:00
testautomation_main.c tests: include SDL_build_config.h when HAVE_BUILD_CONFIG is defined 2024-12-29 20:08:06 +01:00
testautomation_math.c Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
testautomation_mouse.c test: Fix mouse focus test on X11 2024-10-10 11:37:45 -04:00
testautomation_pixels.c Fix testautomation pixels_saveLoadBMP big endian issue 2024-12-22 12:08:54 -08:00
testautomation_platform.c Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
testautomation_properties.c Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
testautomation_rect.c Fixed Cohen-Sutherland out code computation for float line intersection 2024-10-13 13:04:59 -07:00
testautomation_render.c testautomation: fixed incorrect test. 2025-01-08 23:33:39 -05:00
testautomation_sdltest.c fix integer overflow ub in testautomation_sdltest 2025-01-06 13:18:03 -05:00
testautomation_stdlib.c testautomation: Added a test to stdlib_swprintf that previously would fail. 2025-01-05 02:45:15 -05:00
testautomation_subsystems.c Verify that the subsystems were successfully initialized 2024-09-15 12:04:10 -07:00
testautomation_suites.h pen: Rework public API. 2024-08-09 22:09:23 -04:00
testautomation_surface.c SDL_SoftStretch() doesn't handle large pixel formats 2024-12-21 09:19:03 -08:00
testautomation_time.c Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
testautomation_timer.c Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
testautomation_video.c tests: Fix get/set window size test being skipped 2025-01-08 11:02:45 -05:00
testbounds.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testcamera.c testcamera: Log the camera backend in use. 2025-01-03 03:46:22 -05:00
testclipboard.c Updated copyright for 2025 2025-01-01 08:01:29 -08:00
testcolorspace.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testcontroller.c Fixed incorrect error message when a joystick can't be opened 2025-01-02 17:18:09 -08:00
testcustomcursor.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testdialog.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testdisplayinfo.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testdraw.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testdrawchessboard.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testdropfile.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testerror.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testevdev.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testffmpeg.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testffmpeg_vulkan.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testffmpeg_vulkan.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testfile.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testfilesystem.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testgeometry.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testgl.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testgles.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testgles2.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testgles2_sdf.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testgles2_sdf_img_normal.bmp
testgles2_sdf_img_sdf.bmp
testgpu_simple_clear.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testgpu_spinning_cube.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testhaptic.c Removed SDL_INIT_TIMER 2024-09-17 08:53:27 -07:00
testhittesting.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testhotplug.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testiconv.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testime.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testintersections.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testkeys.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testloadso.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testlocale.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testlock.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testmanymouse.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testmessage.c Enable themed Windows dialogs when building with Visual Studio 2025-01-03 09:25:10 -08:00
testmodal.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testmouse.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testmultiaudio.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testnative.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testnative.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testnativecocoa.m
testnativew32.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testnativewayland.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testnativex11.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testoffscreen.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testoverlay.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testpen.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testplatform.c tests: avoid undefined signed overflow 2025-01-04 01:06:29 +01:00
testpopup.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testpower.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testprocess.c Make sure stdio handles are in blocking mode 2024-10-14 22:10:49 -07:00
testqsort.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testrelative.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testrendercopyex.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testrendertarget.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testresample.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testrumble.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testrwlock.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testscale.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testsem.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testsensor.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testshader.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testshape.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testsprite.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testspriteminimal.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testspritesurface.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
teststreaming.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testsurround.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testthread.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testtime.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testtimer.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testtray.c SDL_EVENT_QUIT when no window nor tray 2024-12-27 09:22:27 -08:00
testurl.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testutils.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testutils.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testver.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testviewport.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testvulkan.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testwaylandcustom.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testwm.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testyuv.bmp
testyuv.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testyuv_cvt.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
testyuv_cvt.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
torturethread.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
trashcan.bmp
unifont-15.1.05-license.txt Updated unifont to version 15.1.05 2024-06-27 17:43:03 -07:00
unifont-15.1.05.hex Updated unifont to version 15.1.05 2024-06-27 17:43:03 -07:00
utf8.txt