.. |
emscripten
|
fe40a17224
Initial merge of Emscripten port!
|
10 년 전 |
n3ds
|
655275378d
N3DS port (squashed)
|
2 년 전 |
nacl
|
5298830945
Fixed bug 3480 - minor update to NACL common.js
|
8 년 전 |
shapes
|
3dcb451f85
Added a README file regarding WinRT support
|
11 년 전 |
CMakeLists.txt
|
90255914a8
cmake: install pdb's when present
|
1 년 전 |
COPYING
|
3dcb451f85
Added a README file regarding WinRT support
|
11 년 전 |
Makefile.in
|
d9559ce1d4
Added subsystem refcount tests to testautomation
|
1 년 전 |
Makefile.os2
|
bc87983310
tests: added -DHAVE_SIGNAL_H to CFLAGS in watcom makefiles
|
2 년 전 |
Makefile.w32
|
bc87983310
tests: added -DHAVE_SIGNAL_H to CFLAGS in watcom makefiles
|
2 년 전 |
README
|
cd66c050fe
testsurround: Add surround sound channel tester
|
3 년 전 |
acinclude.m4
|
db01016dd6
revert replace AM_PATH_SDL2 usage with corresponding PKG_CHECK_MODULES.
|
2 년 전 |
autogen.sh
|
163f669745
minor tidy-up to configury.
|
2 년 전 |
axis.bmp
|
6d7da0887d
Split controller axes into positive and negative sides so each can be bound independently.
|
8 년 전 |
button.bmp
|
3dcb451f85
Added a README file regarding WinRT support
|
11 년 전 |
checkkeys.c
|
0d76380042
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
|
2 년 전 |
checkkeysthreads.c
|
0d76380042
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
|
2 년 전 |
configure
|
db01016dd6
revert replace AM_PATH_SDL2 usage with corresponding PKG_CHECK_MODULES.
|
2 년 전 |
configure.ac
|
db01016dd6
revert replace AM_PATH_SDL2 usage with corresponding PKG_CHECK_MODULES.
|
2 년 전 |
controllermap.bmp
|
009b62f1c2
Be explicit about mapping the new game controller paddle buttons
|
4 년 전 |
controllermap.c
|
0d76380042
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
|
2 년 전 |
controllermap_back.bmp
|
009b62f1c2
Be explicit about mapping the new game controller paddle buttons
|
4 년 전 |
icon.bmp
|
3dcb451f85
Added a README file regarding WinRT support
|
11 년 전 |
loopwave.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
loopwavequeue.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
moose.dat
|
3dcb451f85
Added a README file regarding WinRT support
|
11 년 전 |
picture.xbm
|
3dcb451f85
Added a README file regarding WinRT support
|
11 년 전 |
relative_mode.markdown
|
bd61c276fa
Fixed compiling test with older C.
|
10 년 전 |
sample.bmp
|
3dcb451f85
Added a README file regarding WinRT support
|
11 년 전 |
sample.wav
|
3dcb451f85
Added a README file regarding WinRT support
|
11 년 전 |
template.test.in
|
ce502054ad
test: Install GNOME-style installed-tests metadata
|
3 년 전 |
testatomic.c
|
ba0c270c7a
Removed invalid assert in testatomic
|
1 년 전 |
testaudiocapture.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testaudiohotplug.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testaudioinfo.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testautomation.c
|
2dddaa7dc9
backport x11/sdl2 fixes
|
2 년 전 |
testautomation_audio.c
|
d2a2787783
Fix remaining -Wimplicit-fallthrough warnings
|
2 년 전 |
testautomation_clipboard.c
|
a6ba8a1585
Removed spurious casts
|
1 년 전 |
testautomation_events.c
|
b8d85c6939
Update for SDL3 coding style (#6717)
|
2 년 전 |
testautomation_guid.c
|
7f7ea909bc
testautomation_guid.c: fix integer warning in 32 bit builds.
|
1 년 전 |
testautomation_hints.c
|
b8d85c6939
Update for SDL3 coding style (#6717)
|
2 년 전 |
testautomation_joystick.c
|
b8d85c6939
Update for SDL3 coding style (#6717)
|
2 년 전 |
testautomation_keyboard.c
|
d0bbfdbfb8
Clang-Tidy fixes (#6725)
|
2 년 전 |
testautomation_main.c
|
b8d85c6939
Update for SDL3 coding style (#6717)
|
2 년 전 |
testautomation_math.c
|
fcae9cd210
cmake: build with -Wdocumentation
|
1 년 전 |
testautomation_mouse.c
|
7010452062
tests: Disable mouse warp test under Wayland
|
1 년 전 |
testautomation_pixels.c
|
1d8806b0fc
Fixed testautomation --filter pixels_allocFreePalette
|
1 년 전 |
testautomation_platform.c
|
d0bbfdbfb8
Clang-Tidy fixes (#6725)
|
2 년 전 |
testautomation_rect.c
|
d0bbfdbfb8
Clang-Tidy fixes (#6725)
|
2 년 전 |
testautomation_render.c
|
fcae9cd210
cmake: build with -Wdocumentation
|
1 년 전 |
testautomation_rwops.c
|
d0bbfdbfb8
Clang-Tidy fixes (#6725)
|
2 년 전 |
testautomation_sdltest.c
|
d0bbfdbfb8
Clang-Tidy fixes (#6725)
|
2 년 전 |
testautomation_stdlib.c
|
4194a902e8
Added support for "%[]" sscanf syntax
|
1 년 전 |
testautomation_subsystems.c
|
d9559ce1d4
Added subsystem refcount tests to testautomation
|
1 년 전 |
testautomation_suites.h
|
d9559ce1d4
Added subsystem refcount tests to testautomation
|
1 년 전 |
testautomation_surface.c
|
bcccbbd894
tests: avoid redefinition warnings for MSVC _CRT_???_NO_DEPRECATE macros
|
2 년 전 |
testautomation_syswm.c
|
b8d85c6939
Update for SDL3 coding style (#6717)
|
2 년 전 |
testautomation_timer.c
|
b8d85c6939
Update for SDL3 coding style (#6717)
|
2 년 전 |
testautomation_video.c
|
c4a169a6fc
Fix automated video tests under X11/Wayland
|
1 년 전 |
testbounds.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testcustomcursor.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testdisplayinfo.c
|
0d76380042
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
|
2 년 전 |
testdraw2.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testdrawchessboard.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testdropfile.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testerror.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testevdev.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testfile.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testfilesystem.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testfilesystem_pre.c
|
92dc226018
cmake: make sure SDL_GetPrefPath is run before testfilesystem
|
1 년 전 |
testgamecontroller.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testgeometry.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testgesture.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testgl2.c
|
92a487f2e4
style fixes for SDL_PROC macros.
|
1 년 전 |
testgles.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testgles2.c
|
92a487f2e4
style fixes for SDL_PROC macros.
|
1 년 전 |
testgles2_sdf.c
|
feeec90873
test/testgles2_sdf.c: type fixes from commit e26e893daf, style clean-up.
|
1 년 전 |
testgles2_sdf_img_normal.bmp
|
0e7d435f13
Add basic testgles2_sdf program to demonstrate sign distance field with opengles2
|
4 년 전 |
testgles2_sdf_img_sdf.bmp
|
0e7d435f13
Add basic testgles2_sdf program to demonstrate sign distance field with opengles2
|
4 년 전 |
testhaptic.c
|
b8d85c6939
Update for SDL3 coding style (#6717)
|
2 년 전 |
testhittesting.c
|
b8d85c6939
Update for SDL3 coding style (#6717)
|
2 년 전 |
testhotplug.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testiconv.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testime.c
|
17515f4aef
Backport simplify flags PR #7220
|
2 년 전 |
testintersections.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testjoystick.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testkeys.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testloadso.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testlocale.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testlock.c
|
0d76380042
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
|
2 년 전 |
testmessage.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testmouse.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testmultiaudio.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testnative.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testnative.h
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testnativecocoa.m
|
3e341021c3
fixed typo in prev. patch.
|
1 년 전 |
testnativeos2.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testnativew32.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testnativex11.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testoffscreen.c
|
0d76380042
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
|
2 년 전 |
testoverlay2.c
|
d2a2787783
Fix remaining -Wimplicit-fallthrough warnings
|
2 년 전 |
testplatform.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testpower.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testqsort.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testrelative.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testrendercopyex.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testrendertarget.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testresample.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testrumble.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testscale.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testsem.c
|
0d76380042
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
|
2 년 전 |
testsensor.c
|
0d76380042
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
|
2 년 전 |
testshader.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testshape.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testsprite2.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testspriteminimal.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
teststreaming.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testsurround.c
|
03c239ded9
testsurround: fix channel names
|
2 년 전 |
testthread.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testtimer.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testurl.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testutils.c
|
a4ad293d4a
Relicensed testutils to match other test code
|
1 년 전 |
testutils.h
|
a4ad293d4a
Relicensed testutils to match other test code
|
1 년 전 |
testver.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testviewport.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testvulkan.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testwm2.c
|
5e35309913
fix bad merge of sizeof style patch
|
2 년 전 |
testyuv.bmp
|
a6a4e27ae8
Updated SDL's YUV support, many thanks to Adrien Descamps
|
7 년 전 |
testyuv.c
|
0d76380042
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
|
2 년 전 |
testyuv_cvt.c
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
testyuv_cvt.h
|
0479df53ca
Updated copyright for 2023
|
2 년 전 |
torturethread.c
|
0d76380042
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
|
2 년 전 |
unifont-13.0.06-license.txt
|
f9bf1aeba8
Latest Unifont with OFL is now bundled. (#4268)
|
3 년 전 |
unifont-13.0.06.hex
|
f9bf1aeba8
Latest Unifont with OFL is now bundled. (#4268)
|
3 년 전 |
utf8.txt
|
3dcb451f85
Added a README file regarding WinRT support
|
11 년 전 |
watcom.mif
|
d9559ce1d4
Added subsystem refcount tests to testautomation
|
1 년 전 |