You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sdl/test
Sam Lantinga 9ccdaa49f4 Removed reference to icon-alpha.bmp
This file was never added, and I believe this just had a 50% alpha channel added to the standard icon.bmp

Fixes https://github.com/libsdl-org/SDL/issues/13394
5 hours ago
..
android Fixed bug #13794: prevent to use the onBackPressed callback API that is enabled on API36 2 weeks ago
emscripten emscripten: pass --no-sandbox to the chrome web driver 8 months ago
n3ds
testgpu GPU: Remove D3D11 shaders from testgpu_spinning_cube 10 months ago
win32 sdlprocdump: fix minidump filename 1 year ago
CMakeLists.txt Added testsoftwaretransparent to the CMake build system 3 days ago
COPYING
LICENSE.txt Updated copyright for 2025 8 months ago
audiofile.bmp
build-shaders.sh Added an example of fullscreen shader effects with the GPU renderer 6 months ago
checkkeys.c Remove newlines from log messages 8 months ago
childprocess.c [Process API] Quoting enhancements (#12946) 4 months ago
gamepad_axis.bmp
gamepad_axis.h
gamepad_axis_arrow.bmp
gamepad_axis_arrow.h
gamepad_back.bmp
gamepad_back.h
gamepad_battery.bmp Separate joystick power state into battery status and percentage 1 year ago
gamepad_battery.h Fixed crashes when a window has NULL driverdata 1 year ago
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_axby.bmp tests: c90 fixes (#endif comments) for consistency after commit 9e37839 1 month ago
gamepad_face_axby.h Added SDL_GAMEPAD_TYPE_GAMECUBE 4 months ago
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 8 months ago
gamepad_wired.h testcontroller: show gamepad connection state 8 months ago
gamepad_wireless.bmp testcontroller: show gamepad connection state 8 months ago
gamepad_wireless.h testcontroller: show gamepad connection state 8 months ago
gamepadutils.c Fixed the perspective matrix calculation (thanks @KonkolyTamas!) 3 days ago
gamepadutils.h Add a few include guards to private headers 1 month ago
glass.bmp
glass.h
icon.bmp
icon.h
icon2x.bmp Added support for high-DPI cursors and icons 1 year ago
logaudiodev.bmp
loopwave.c Remove newlines from log messages 8 months ago
main.cpp
moose.dat
msdf_font.bmp test/msdf_font.bmp: mark as non-executable. 5 months ago
msdf_font.csv windows: Fix stale zoom/iconic state in WM_WINDOWPOSCHANGED handler 5 months ago
physaudiodev.bmp
picture.xbm
pretest.c Updated copyright for 2025 8 months ago
relative_mode.markdown Removed SDL_bool in favor of plain bool 12 months ago
sample.bmp
sample.wav
sdl-test_round.bmp Add system tray support (#10873) 9 months ago
soundboard.bmp
soundboard_levels.bmp
speaker.bmp
sword.wav examples/audio/04-multiple-streams: Remove drag-and-drop support. 9 months ago
template.test.in build: Fix testprocess invocation during "as-installed" tests 12 months ago
testasyncio.c Updated copyright for 2025 8 months ago
testatomic.c Remove newlines from log messages 8 months ago
testaudio.c testaudio: Use SDL_SetAppMetadata at startup. 5 months ago
testaudiohotplug.c Remove redundant casts 7 months ago
testaudioinfo.c Remove newlines from log messages 8 months ago
testaudiorecording.c Remove newlines from log messages 8 months ago
testaudiostreamdynamicresample.c Remove newlines from log messages 8 months ago
testautomation.c Updated copyright for 2025 8 months ago
testautomation_audio.c test/testautomation_audio.c: Free variables before returning 7 months ago
testautomation_blit.c Adding void to empty function prototype parenthesis 1 year ago
testautomation_clipboard.c clipboard: Ensure SDL_ClearClipboardData clears data even when no data has been set 8 months ago
testautomation_events.c testautomation_events: initialize variable to prevent undefined read 5 days ago
testautomation_guid.c SDL_test: use SDLCALL calling convention 1 year ago
testautomation_hints.c tests: port failing SDL_Hint tests from pysdl2 to testautomation 5 months ago
testautomation_images.c Added test and test image for clamped texture address mode to render testautomation 2 months ago
testautomation_images.h tests: c90 fixes (#endif comments) for consistency after commit 9e37839 1 month ago
testautomation_intrinsics.c test/testautomation_intrinsics.c: Free variables before returning 7 months ago
testautomation_iostream.c Add POINTER suffix to SDL_PROP_IOSTREAM_MEMORY_FREE_FUNC 2 months ago
testautomation_joystick.c Added the gamepad hint SDL_GAMECONTROLLER_USE_GAMECUBE_LABELS 4 months ago
testautomation_keyboard.c testautomation keyboard: use `space` instead of `a` 10 months ago
testautomation_log.c Added SDL_LogTrace() 12 months ago
testautomation_main.c tests: include SDL_build_config.h when HAVE_BUILD_CONFIG is defined 8 months ago
testautomation_math.c Removed SDL_bool in favor of plain bool 12 months ago
testautomation_mouse.c test: Fix mouse focus test on X11 11 months ago
testautomation_pixels.c Fix testautomation pixels_saveLoadBMP big endian issue 9 months ago
testautomation_platform.c Removed SDL_bool in favor of plain bool 12 months ago
testautomation_properties.c Removed SDL_bool in favor of plain bool 12 months ago
testautomation_rect.c emscripten tests: fix warning: uninitialized variable 4 weeks ago
testautomation_render.c Define the behavior of a negative width or height passed to SDL_RenderFillRect() 5 hours ago
testautomation_sdltest.c fix integer overflow ub in testautomation_sdltest 8 months ago
testautomation_stdlib.c Fixed sscanf("026", "%1x%1x%1x", &r, &g, &b) 6 months ago
testautomation_subsystems.c Verify that the subsystems were successfully initialized 12 months ago
testautomation_suites.h pen: Rework public API. 1 year ago
testautomation_surface.c Fix SDL_BlitSurfaceScaled crash 1 month ago
testautomation_time.c Removed SDL_bool in favor of plain bool 12 months ago
testautomation_timer.c Removed SDL_bool in favor of plain bool 12 months ago
testautomation_video.c tests: port failing window test from pysdl2 to testautomation 5 months ago
testbounds.c Updated copyright for 2025 8 months ago
testcamera.c testcamera: SDL_AppQuit destroys state and SDL 7 months ago
testclipboard.c tests: Add showing/setting the primary selection text to testclipboard 6 months ago
testcolorspace.c Remove newlines from log messages 8 months ago
testcontroller.c Fixed a few "-Wstrict-prototypes" warnings 1 month ago
testcustomcursor.c Updated copyright for 2025 8 months ago
testdialog.c dialog: Fix save file chooser with xdg portal 2 weeks ago
testdisplayinfo.c Remove newlines from log messages 8 months ago
testdraw.c Remove redundant casts 7 months ago
testdrawchessboard.c Remove redundant casts 7 months ago
testdropfile.c Updated copyright for 2025 8 months ago
testerror.c Remove newlines from log messages 8 months ago
testevdev.c Updated copyright for 2025 8 months ago
testffmpeg.c tests: c90 fixes (#endif comments) for consistency after commit 9e37839 1 month ago
testffmpeg_vulkan.c testffmpeg: avutil queue family version check 2 weeks ago
testffmpeg_vulkan.h Updated copyright for 2025 8 months ago
testfile.c Remove newlines from log messages 8 months ago
testfilesystem.c Remove newlines from log messages 8 months ago
testgeometry.c Removed width/height parameters from LoadTexture() 6 months ago
testgl.c Remove newlines from log messages 8 months ago
testgles.c Remove newlines from log messages 8 months ago
testgles2.c Fixed the perspective matrix calculation (thanks @KonkolyTamas!) 3 days ago
testgpu_simple_clear.c Remove newlines from log messages 8 months ago
testgpu_spinning_cube.c Fixed the perspective matrix calculation (thanks @KonkolyTamas!) 3 days ago
testgpurender_effects.c Renamed SDL_GPURenderStateDesc to SDL_GPURenderStateCreateInfo for consistency with GPU API conventions 2 weeks ago
testgpurender_effects_CRT.frag.dxil.h Added an example of fullscreen shader effects with the GPU renderer 6 months ago
testgpurender_effects_CRT.frag.hlsl Added an example of fullscreen shader effects with the GPU renderer 6 months ago
testgpurender_effects_CRT.frag.msl.h Added an example of fullscreen shader effects with the GPU renderer 6 months ago
testgpurender_effects_CRT.frag.spv.h Added an example of fullscreen shader effects with the GPU renderer 6 months ago
testgpurender_effects_grayscale.frag.dxil.h Added an example of fullscreen shader effects with the GPU renderer 6 months ago
testgpurender_effects_grayscale.frag.hlsl Added an example of fullscreen shader effects with the GPU renderer 6 months ago
testgpurender_effects_grayscale.frag.msl.h Added an example of fullscreen shader effects with the GPU renderer 6 months ago
testgpurender_effects_grayscale.frag.spv.h Added an example of fullscreen shader effects with the GPU renderer 6 months ago
testgpurender_msdf.c Renamed SDL_GPURenderStateDesc to SDL_GPURenderStateCreateInfo for consistency with GPU API conventions 2 weeks ago
testgpurender_msdf.frag.dxil.h Added support for custom shaders with the GPU renderer 6 months ago
testgpurender_msdf.frag.hlsl Added support for custom shaders with the GPU renderer 6 months ago
testgpurender_msdf.frag.msl.h Added support for custom shaders with the GPU renderer 6 months ago
testgpurender_msdf.frag.spv.h Added support for custom shaders with the GPU renderer 6 months ago
testhaptic.c Add and use SDL_HapticEffectID typedef 5 months ago
testhittesting.c Remove newlines from log messages 8 months ago
testhotplug.c testhotplug+testmouse: exit when pressing ESC key 2 months ago
testiconv.c Remove newlines from log messages 8 months ago
testime.c Removed width/height parameters from LoadTexture() 6 months ago
testintersections.c Remove newlines from log messages 8 months ago
testkeys.c Remove newlines from log messages 8 months ago
testloadso.c Remove newlines from log messages 8 months ago
testlocale.c Updated copyright for 2025 8 months ago
testlock.c Remove newlines from log messages 8 months ago
testmanymouse.c Updated copyright for 2025 8 months ago
testmessage.c Restyle message boxes and add icon support to them on X11. (#13267) 1 month ago
testmodal.c test: Fix a window parenting bug in testmodal 3 months ago
testmouse.c testhotplug+testmouse: exit when pressing ESC key 2 months ago
testmultiaudio.c Remove newlines from log messages 8 months ago
testnative.c Removed width/height parameters from LoadTexture() 6 months ago
testnative.h Fix testnative C90 compatibility 1 month ago
testnativecocoa.m
testnativew32.c Updated copyright for 2025 8 months ago
testnativewayland.c Updated copyright for 2025 8 months ago
testnativex11.c Updated copyright for 2025 8 months ago
testoffscreen.c Remove newlines from log messages 8 months ago
testoverlay.c Remove newlines from log messages 8 months ago
testpen.c Updated copyright for 2025 8 months ago
testplatform.c Remove newlines from log messages 8 months ago
testpopup.c Add support for non-constrained and non-grabbing popups 4 months ago
testpower.c Remove newlines from log messages 8 months ago
testprocess.c [Process API] Quoting enhancements (#12946) 4 months ago
testqsort.c Remove newlines from log messages 8 months ago
testrelative.c Updated copyright for 2025 8 months ago
testrendercopyex.c Removed width/height parameters from LoadTexture() 6 months ago
testrendertarget.c Removed reference to icon-alpha.bmp 5 hours ago
testresample.c Remove newlines from log messages 8 months ago
testrumble.c Remove even more newlines from log messages 8 months ago
testrwlock.c Remove newlines from log messages 8 months ago
testscale.c Removed width/height parameters from LoadTexture() 6 months ago
testsem.c Remove newlines from log messages 8 months ago
testsensor.c Remove newlines from log messages 8 months ago
testshader.c Remove newlines from log messages 8 months ago
testshape.c Remove newlines from log messages 8 months ago
testsoftwaretransparent.c Simplified the transparent software renderer test 3 days ago
testsprite.c Removed width/height parameters from LoadTexture() 6 months ago
testspriteminimal.c Remove newlines from log messages 8 months ago
testspritesurface.c Remove newlines from log messages 8 months ago
teststreaming.c Remove newlines from log messages 8 months ago
testsurround.c Remove newlines from log messages 8 months ago
testthread.c Remove newlines from log messages 8 months ago
testtime.c Updated copyright for 2025 8 months ago
testtimer.c Remove newlines from log messages 8 months ago
testtray.c test: Fix resource paths in testtray 3 months ago
testurl.c Remove newlines from log messages 8 months ago
testutils.c Removed width/height parameters from LoadTexture() 6 months ago
testutils.h Removed width/height parameters from LoadTexture() 6 months ago
testver.c Remove newlines from log messages 8 months ago
testviewport.c Removed width/height parameters from LoadTexture() 6 months ago
testvulkan.c Remove even more newlines from log messages 8 months ago
testwaylandcustom.c Updated copyright for 2025 8 months ago
testwm.c Remove newlines from log messages 8 months ago
testyuv.bmp
testyuv.c testyuv: enable testing planar YUV texture update functions 8 hours ago
testyuv_cvt.c Updated copyright for 2025 8 months ago
testyuv_cvt.h Add a few include guards to private headers 1 month ago
torturethread.c Remove newlines from log messages 8 months ago
trashcan.bmp
unifont-15.1.05-license.txt Updated unifont to version 15.1.05 1 year ago
unifont-15.1.05.hex Updated unifont to version 15.1.05 1 year ago
utf8.txt