..
android
emscripten
n3ds
uwp
audiofile.bmp
checkkeys.c
Define SDL_PLATFORM_* macros instead of underscored ones ( #8875 )
2024-01-24 01:40:51 +00:00
checkkeysthreads.c
Define SDL_PLATFORM_* macros instead of underscored ones ( #8875 )
2024-01-24 01:40:51 +00:00
CMakeLists.txt
ci: Add iOS and tvOS CMake GitHub Actions checks ( #9465 )
2024-04-08 19:18:28 +02:00
COPYING
gamepad_axis_arrow.bmp
gamepad_axis_arrow.h
gamepad_axis.bmp
gamepad_axis.h
gamepad_back.bmp
gamepad_back.h
gamepad_battery_unknown.bmp
gamepad_battery_unknown.h
gamepad_battery_wired.bmp
gamepad_battery_wired.h
gamepad_battery.bmp
Separate joystick power state into battery status and percentage
2024-04-01 13:59:00 -07:00
gamepad_battery.h
Separate joystick power state into battery status and percentage
2024-04-01 13:59:00 -07:00
gamepad_button_background.bmp
gamepad_button_background.h
gamepad_button_small.bmp
gamepad_button_small.h
gamepad_button.bmp
gamepad_button.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
gamepadutils.c
Separate joystick power state into battery status and percentage
2024-04-01 13:59:00 -07:00
gamepadutils.h
Updated copyright for 2024
2024-01-01 13:15:26 -08:00
glass.bmp
Re-added a simplified version of SDL_SetWindowShape()
2024-02-09 16:04:46 -08:00
glass.h
Re-added a simplified version of SDL_SetWindowShape()
2024-02-09 16:04:46 -08:00
icon.bmp
icon.h
logaudiodev.bmp
loopwave.c
main: Add an optional appstate
param to main callback entry points.
2024-03-27 17:22:08 -04:00
main.cpp
moose.dat
physaudiodev.bmp
picture.xbm
pretest.c
Updated copyright for 2024
2024-01-01 13:15:26 -08:00
README
rwops: Changed filenames that reference "rwops" to "iostream".
2024-03-14 23:30:59 -04:00
relative_mode.markdown
sample.bmp
sample.wav
soundboard_levels.bmp
soundboard.bmp
speaker.bmp
template.test.in
testatomic.c
Updated the atomic API for SDL 3.0 naming conventions
2024-01-18 04:41:34 -08:00
testaudio-art.txt
testaudio.c
main: Add an optional appstate
param to main callback entry points.
2024-03-27 17:22:08 -04:00
testaudiocapture.c
main: Add an optional appstate
param to main callback entry points.
2024-03-27 17:22:08 -04:00
testaudiohotplug.c
Define SDL_PLATFORM_* macros instead of underscored ones ( #8875 )
2024-01-24 01:40:51 +00:00
testaudioinfo.c
Updated copyright for 2024
2024-01-01 13:15:26 -08:00
testaudiostreamdynamicresample.c
Define SDL_PLATFORM_* macros instead of underscored ones ( #8875 )
2024-01-24 01:40:51 +00:00
testautomation_audio.c
cmake: add -Wimplicit-fallthrough warning
2024-03-18 20:34:50 +01:00
testautomation_clipboard.c
testautomation_events.c
testautomation_guid.c
Fixed warning C4244: 'initializing': conversion from 'int' to 'const Uint8', possible loss of data
2024-02-03 11:49:15 -08:00
testautomation_hints.c
Remove legacy SDL2 input grab API
2024-03-24 16:53:23 -07:00
testautomation_images.c
Updated copyright for 2024
2024-01-01 13:15:26 -08:00
testautomation_images.h
Updated copyright for 2024
2024-01-01 13:15:26 -08:00
testautomation_intrinsics.c
cmake: build tests against installed SDL prefix
2024-03-23 21:41:20 +01:00
testautomation_iostream.c
Renamed SDL_SizeIO() SDL_GetIOSize()
2024-03-18 00:27:18 -04:00
testautomation_joystick.c
joystick: SDL_VirtualJoystickDesc no longer takes a struct version.
2024-04-13 14:16:12 -04:00
testautomation_keyboard.c
Revert "Change SDL_Keycode
type to an enum"
2024-03-07 06:58:43 -08:00
testautomation_log.c
Renamed SDL_LogGetOutputFunction() and SDL_LogSetOutputFunction() to match SDL 3.0 naming convention
2024-03-17 12:28:11 -07:00
testautomation_main.c
testautomation_math.c
testautomation_math.c: use isinf(V) instead of fpclassify(V) == FP_INFINITE
2024-03-17 11:12:09 -07:00
testautomation_mouse.c
testautomation_pen.c
Removed all tabs in testautomation_pen.c
2024-03-24 05:05:30 -07:00
testautomation_pixels.c
Use SDL_PixelFormatEnum as type
2024-03-06 15:02:13 -08:00
testautomation_platform.c
Updated structure and field names for consistency
2024-02-11 08:27:56 -08:00
testautomation_properties.c
Fixed build warning
2024-02-02 18:24:05 -08:00
testautomation_rect.c
testautomation_render.c
Removed SDL_RENDERER_ACCELERATED and SDL_RENDERER_SOFTWARE
2024-04-04 13:30:49 -07:00
testautomation_sdltest.c
testautomation_stdlib.c
Define SDL_PLATFORM_* macros instead of underscored ones ( #8875 )
2024-01-24 01:40:51 +00:00
testautomation_subsystems.c
Removed SDL_INIT_EVERYTHING
2024-01-18 06:17:58 -08:00
testautomation_suites.h
Add time and realtime clock functions
2024-03-19 10:57:36 -07:00
testautomation_surface.c
Fix SDL_LEAN_AND_MEAN build
2024-03-11 13:46:16 -07:00
testautomation_time.c
Fixed warning C4389: '==': signed/unsigned mismatch
2024-03-19 17:04:29 -07:00
testautomation_timer.c
Updated SDL_TimerID to use the same type as other IDs in SDL
2024-01-18 07:08:15 -08:00
testautomation_video.c
Revert "testautomation: fix renderer leak in video tests"
2024-03-26 13:10:14 -07:00
testautomation.c
IOS: fix compilation of testautomation.app
2024-04-15 03:28:16 -10:00
testbounds.c
Updated copyright for 2024
2024-01-01 13:15:26 -08:00
testcamera.c
main: Add an optional appstate
param to main callback entry points.
2024-03-27 17:22:08 -04:00
testcolorspace.c
cmake: add -Wimplicit-fallthrough warning
2024-03-18 20:34:50 +01:00
testcontroller.c
joystick: SDL_VirtualJoystickDesc no longer takes a struct version.
2024-04-13 14:16:12 -04:00
testcustomcursor.c
Added support for multiple distinct keyboards
2024-03-25 20:41:05 -07:00
testdialog.c
Fixes for testdialog.c
2024-04-15 03:25:55 -10:00
testdisplayinfo.c
Updated copyright for 2024
2024-01-01 13:15:26 -08:00
testdraw.c
Define SDL_PLATFORM_* macros instead of underscored ones ( #8875 )
2024-01-24 01:40:51 +00:00
testdrawchessboard.c
Define SDL_PLATFORM_* macros instead of underscored ones ( #8875 )
2024-01-24 01:40:51 +00:00
testdropfile.c
Updated copyright for 2024
2024-01-01 13:15:26 -08:00
testerror.c
Renamed SDL_ThreadID() to SDL_GetCurrentThreadID()
2024-01-18 08:18:37 -08:00
testevdev.c
testevdev: include SDL_internal.h first, and fixup SDL_main.h
2024-03-26 00:10:40 +01:00
testffmpeg_vulkan.c
testffmpeg_vulkan: fix -Wincompatible-pointer-types warning
2024-03-22 11:05:13 -07:00
testffmpeg_vulkan.h
testffmpeg_vulkan: fix -Wincompatible-pointer-types warning
2024-03-22 11:05:13 -07:00
testffmpeg.c
Fixing testffmpeg.c fallthrough warning
2024-04-15 03:27:42 -10:00
testfile.c
rwops: Changed filenames that reference "rwops" to "iostream".
2024-03-14 23:30:59 -04:00
testfilesystem.c
testfilesystem: Add a '?' to the glob test, for a little more completeness.
2024-04-04 10:44:19 -04:00
testgeometry.c
Update hardcoded value of pi to use SDL constant SDL_PI_F for improved consistency and readability.
2024-03-08 20:49:01 -08:00
testgl.c
Cleaned up various type conversion issues
2024-03-07 06:58:43 -08:00
testgles2_sdf_img_normal.bmp
testgles2_sdf_img_sdf.bmp
testgles2_sdf.c
testgles2.c, testgles2_sdf.c: adjust for new SDL_PLATFORM_WINDOWS meaning.
2024-01-24 21:20:50 +03:00
testgles2.c
testgles2.c, testgles2_sdf.c: adjust for new SDL_PLATFORM_WINDOWS meaning.
2024-01-24 21:20:50 +03:00
testgles.c
Define SDL_PLATFORM_* macros instead of underscored ones ( #8875 )
2024-01-24 01:40:51 +00:00
testhaptic.c
Re-add SDL_HAPTIC_SQUARE for SDL 3.0
2024-01-18 09:24:03 -08:00
testhittesting.c
Add default: break;
to switches on SDL_Event::type
2024-03-06 15:40:05 -08:00
testhotplug.c
Show the names of mice and keyboards when they connect
2024-03-23 16:31:00 -07:00
testiconv.c
Updated copyright for 2024
2024-01-01 13:15:26 -08:00
testime.c
rwops: Renamed SDL_RWops to SDL_IOStream, and other related symbols.
2024-03-14 19:38:12 -04:00
testintersections.c
Change SDL_Keycode
type to an enum
2024-03-06 12:17:53 -08:00
testkeys.c
Updated copyright for 2024
2024-01-01 13:15:26 -08:00
testloadso.c
Updated copyright for 2024
2024-01-01 13:15:26 -08:00
testlocale.c
Updated copyright for 2024
2024-01-01 13:15:26 -08:00
testlock.c
Renamed SDL_ThreadID() to SDL_GetCurrentThreadID()
2024-01-18 08:18:37 -08:00
testmanymouse.c
Added support for multiple distinct keyboards
2024-03-25 20:41:05 -07:00
testmessage.c
Fixed build
2024-03-06 09:57:39 -08:00
testmouse.c
Change SDL_Keycode
type to an enum
2024-03-06 12:17:53 -08:00
testmultiaudio.c
Define SDL_PLATFORM_* macros instead of underscored ones ( #8875 )
2024-01-24 01:40:51 +00:00
testnative.c
Shortened SDL property names
2024-01-27 13:00:50 -08:00
testnative.h
wayland: Add the ability to import and wrap external surfaces
2024-01-15 13:54:35 -05:00
testnativecocoa.m
testnativew32.c
Updated copyright for 2024
2024-01-01 13:15:26 -08:00
testnativewayland.c
Shortened SDL property names
2024-01-27 13:00:50 -08:00
testnativex11.c
Updated copyright for 2024
2024-01-01 13:15:26 -08:00
testoffscreen.c
Add default: break;
to switches on SDL_Event::type
2024-03-06 15:40:05 -08:00
testoverlay.c
cmake: add -Wimplicit-fallthrough warning
2024-03-18 20:34:50 +01:00
testpen.c
testpen: don't include math.h
2024-03-16 20:37:31 +01:00
testplatform.c
Fixed accidental changing of All to Allu in previous commit (thanks @zturtleman!)
2024-02-03 23:46:22 -08:00
testpopup.c
Update some internal files to use SDL_WindowFlags
2024-03-06 15:08:12 -08:00
testpower.c
Updated copyright for 2024
2024-01-01 13:15:26 -08:00
testqsort.c
stdlib: qsort and bsearch changes.
2024-03-01 08:28:12 -05:00
testrelative.c
Add default: break;
to switches on SDL_Event::type
2024-03-06 15:40:05 -08:00
testrendercopyex.c
Define SDL_PLATFORM_* macros instead of underscored ones ( #8875 )
2024-01-24 01:40:51 +00:00
testrendertarget.c
SDL_RenderReadPixels() now returns a surface
2024-02-03 11:49:15 -08:00
testresample.c
rwops: Renamed SDL_RWops to SDL_IOStream, and other related symbols.
2024-03-14 19:38:12 -04:00
testrumble.c
Updated Haptic API for SDL 3.0 conventions
2024-01-18 03:26:11 -08:00
testrwlock.c
Renamed SDL_ThreadID() to SDL_GetCurrentThreadID()
2024-01-18 08:18:37 -08:00
testscale.c
Define SDL_PLATFORM_* macros instead of underscored ones ( #8875 )
2024-01-24 01:40:51 +00:00
testsem.c
Updated copyright for 2024
2024-01-01 13:15:26 -08:00
testsensor.c
Updated copyright for 2024
2024-01-01 13:15:26 -08:00
testshader.c
Updated copyright for 2024
2024-01-01 13:15:26 -08:00
testshape.c
rwops: Renamed SDL_RWops to SDL_IOStream, and other related symbols.
2024-03-14 19:38:12 -04:00
testsprite.c
main: Add an optional appstate
param to main callback entry points.
2024-03-27 17:22:08 -04:00
testspriteminimal.c
rwops: Renamed SDL_RWops to SDL_IOStream, and other related symbols.
2024-03-14 19:38:12 -04:00
teststreaming.c
rwops: Renamed SDL_RWops to SDL_IOStream, and other related symbols.
2024-03-14 19:38:12 -04:00
testsurround.c
cmake: add -Wimplicit-fallthrough warning
2024-03-18 20:34:50 +01:00
testthread.c
Renamed SDL_ThreadID() to SDL_GetCurrentThreadID()
2024-01-18 08:18:37 -08:00
testtime.c
SDL_time.h: Renaming enums SDL_DATE_FORMAT and SDL_TIME_FORMAT to SDL_DateFormat and SDL_TimeFormat
2024-04-07 23:03:01 -04:00
testtimer.c
Updated copyright for 2024
2024-01-01 13:15:26 -08:00
testurl.c
Updated copyright for 2024
2024-01-01 13:15:26 -08:00
testutils.c
rwops: Renamed SDL_RWops to SDL_IOStream, and other related symbols.
2024-03-14 19:38:12 -04:00
testutils.h
Updated copyright for 2024
2024-01-01 13:15:26 -08:00
testver.c
Updated structure and field names for consistency
2024-02-11 08:27:56 -08:00
testviewport.c
Define SDL_PLATFORM_* macros instead of underscored ones ( #8875 )
2024-01-24 01:40:51 +00:00
testvulkan.c
Cleaned up various type conversion issues
2024-03-07 06:58:43 -08:00
testwaylandcustom.c
rwops: Renamed SDL_RWops to SDL_IOStream, and other related symbols.
2024-03-14 19:38:12 -04:00
testwm.c
Added test code to validate SDL_WaitEventTimeout()
2024-01-25 06:29:15 -08:00
testyuv_cvt.c
testyuv: added validation of P010 YUV format
2024-03-01 20:26:52 -08:00
testyuv_cvt.h
testyuv: added validation of P010 YUV format
2024-03-01 20:26:52 -08:00
testyuv.bmp
testyuv.c
testyuv: we no longer need to override the HDR headroom for the BT.2020 test
2024-03-02 15:06:28 -08:00
torturethread.c
Updated copyright for 2024
2024-01-01 13:15:26 -08:00
trashcan.bmp
unifont-13.0.06-license.txt
unifont-13.0.06.hex
utf8.txt