.. |
emscripten
|
fe40a17224
Initial merge of Emscripten port!
|
10 years ago |
n3ds
|
655275378d
N3DS port (squashed)
|
2 years ago |
shapes
|
3dcb451f85
Added a README file regarding WinRT support
|
11 years ago |
CMakeLists.txt
|
0ab99ffb2a
cmake: add SDL_TESTS_TIMEOUT_MULTIPLIER to account for slower machines
|
2 years ago |
COPYING
|
3dcb451f85
Added a README file regarding WinRT support
|
11 years ago |
README
|
1d956c2817
Rename SDL2 tests for SDL3
|
2 years ago |
axis.bmp
|
6d7da0887d
Split controller axes into positive and negative sides so each can be bound independently.
|
8 years ago |
button.bmp
|
3dcb451f85
Added a README file regarding WinRT support
|
11 years ago |
checkkeys.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
checkkeysthreads.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
gamepadmap.bmp
|
659abc721a
SDL API renaming: SDL_gamecontroller.h
|
2 years ago |
gamepadmap.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
gamepadmap_back.bmp
|
659abc721a
SDL API renaming: SDL_gamecontroller.h
|
2 years ago |
icon.bmp
|
3dcb451f85
Added a README file regarding WinRT support
|
11 years ago |
loopwave.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
loopwavequeue.c
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
main.cpp
|
28b93451dc
Make WinRT's SDL_main header-only
|
2 years ago |
moose.dat
|
3dcb451f85
Added a README file regarding WinRT support
|
11 years ago |
picture.xbm
|
3dcb451f85
Added a README file regarding WinRT support
|
11 years ago |
relative_mode.markdown
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
sample.bmp
|
3dcb451f85
Added a README file regarding WinRT support
|
11 years ago |
sample.wav
|
3dcb451f85
Added a README file regarding WinRT support
|
11 years ago |
template.test.in
|
ce502054ad
test: Install GNOME-style installed-tests metadata
|
3 years ago |
testatomic.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
testaudiocapture.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
testaudiohotplug.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
testaudioinfo.c
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
testautomation.c
|
80f51eeb1f
testautomation: add an option to list all test suites and tests
|
2 years ago |
testautomation_audio.c
|
6ad51558d4
Update testaudiostream_audio.c
|
2 years ago |
testautomation_clipboard.c
|
63724c113b
Removed the vi format comments from the source
|
2 years ago |
testautomation_events.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
testautomation_guid.c
|
63724c113b
Removed the vi format comments from the source
|
2 years ago |
testautomation_hints.c
|
4696c9556b
SDL 3.0 is going to be high DPI aware and officially separates screen… (#7145)
|
2 years ago |
testautomation_joystick.c
|
504bce5187
Set SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS for the virtual joystick test
|
2 years ago |
testautomation_keyboard.c
|
d7d3c22dbf
Remove more reserved identifiers (#6925)
|
2 years ago |
testautomation_main.c
|
a486eeccf4
Remove one test that contains call of SDL_Quit() / SDL_Init() because it
|
2 years ago |
testautomation_math.c
|
6cfe4f2ba8
Fixed documentation errors in testautomation_math.c
|
2 years ago |
testautomation_mouse.c
|
51ae7cc35c
Fix testautomation_mouse:
|
2 years ago |
testautomation_pixels.c
|
cbe01319e0
Fix testautomation_pixels using really invalid pixel format
|
2 years ago |
testautomation_platform.c
|
d7d3c22dbf
Remove more reserved identifiers (#6925)
|
2 years ago |
testautomation_rect.c
|
1b90107fdb
Spell out "Float" in function names
|
2 years ago |
testautomation_render.c
|
5fab64f862
Fixed documentation errors in testautomation_render.c
|
2 years ago |
testautomation_rwops.c
|
98678b5d8d
SDL API renaming: SDL_Alloc*/SDL_Free* -> SDL_Create*/SDL_Destroy*
|
2 years ago |
testautomation_sdltest.c
|
63724c113b
Removed the vi format comments from the source
|
2 years ago |
testautomation_stdlib.c
|
2aa9569b3e
Replaced SDL_SIMDAlloc(), SDL_SIMDRealloc(), and SDL_SIMDFree() with SDL_aligned_alloc() and SDL_aligned_free()
|
2 years ago |
testautomation_suites.h
|
80f51eeb1f
testautomation: add an option to list all test suites and tests
|
2 years ago |
testautomation_surface.c
|
d496d187c5
Document that the pitch value may be zero for surfaces that will be filled in by the application later.
|
2 years ago |
testautomation_syswm.c
|
63724c113b
Removed the vi format comments from the source
|
2 years ago |
testautomation_timer.c
|
d7d3c22dbf
Remove more reserved identifiers (#6925)
|
2 years ago |
testautomation_video.c
|
4696c9556b
SDL 3.0 is going to be high DPI aware and officially separates screen… (#7145)
|
2 years ago |
testbounds.c
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
testcustomcursor.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
testdisplayinfo.c
|
724d92fd65
Rename SDL_GetDisplayDPI to SDL_GetDisplayPhysicalDPI
|
2 years ago |
testdraw.c
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
testdrawchessboard.c
|
4696c9556b
SDL 3.0 is going to be high DPI aware and officially separates screen… (#7145)
|
2 years ago |
testdropfile.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
testerror.c
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
testevdev.c
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
testfile.c
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
testfilesystem.c
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
testgamepad.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
testgeometry.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
testgl.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
testgles.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
testgles2.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
testgles2_sdf.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
testgles2_sdf_img_normal.bmp
|
0e7d435f13
Add basic testgles2_sdf program to demonstrate sign distance field with opengles2
|
4 years ago |
testgles2_sdf_img_sdf.bmp
|
0e7d435f13
Add basic testgles2_sdf program to demonstrate sign distance field with opengles2
|
4 years ago |
testhaptic.c
|
63724c113b
Removed the vi format comments from the source
|
2 years ago |
testhittesting.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
testhotplug.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
testiconv.c
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
testime.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
testintersections.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
testjoystick.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
testkeys.c
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
testloadso.c
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
testlocale.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
testlock.c
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
testmessage.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
testmouse.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
testmultiaudio.c
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
testnative.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
testnative.h
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
testnativecocoa.m
|
3dcb451f85
Added a README file regarding WinRT support
|
11 years ago |
testnativew32.c
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
testnativex11.c
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
testoffscreen.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
testoverlay.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
testplatform.c
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
testpower.c
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
testqsort.c
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
testrelative.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
testrendercopyex.c
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
testrendertarget.c
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
testresample.c
|
052b14eb65
Add SDL_ConvertAudioSamples() helper function
|
2 years ago |
testrumble.c
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
testscale.c
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
testsem.c
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
testsensor.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
testshader.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
testshape.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
testsprite.c
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
testspriteminimal.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
teststreaming.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
testsurround.c
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
testthread.c
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
testtimer.c
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
testurl.c
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
testutils.c
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
testutils.h
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
testver.c
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
testviewport.c
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
testvulkan.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
testwm.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
testyuv.bmp
|
a6a4e27ae8
Updated SDL's YUV support, many thanks to Adrien Descamps
|
7 years ago |
testyuv.c
|
7b50bae524
Renamed SDL events for clarity
|
2 years ago |
testyuv_cvt.c
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
testyuv_cvt.h
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
torturethread.c
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
unifont-13.0.06-license.txt
|
f9bf1aeba8
Latest Unifont with OFL is now bundled. (#4268)
|
3 years ago |
unifont-13.0.06.hex
|
f9bf1aeba8
Latest Unifont with OFL is now bundled. (#4268)
|
3 years ago |
utf8.txt
|
3dcb451f85
Added a README file regarding WinRT support
|
11 years ago |