.. |
emscripten
|
fe40a17224
Initial merge of Emscripten port!
|
il y a 10 ans |
nacl
|
5298830945
Fixed bug 3480 - minor update to NACL common.js
|
il y a 8 ans |
shapes
|
3dcb451f85
Added a README file regarding WinRT support
|
il y a 11 ans |
CMakeLists.txt
|
210713a600
cmake: Work around bug in opengl32.lib detection on MSVC ARM64
|
il y a 3 ans |
COPYING
|
3dcb451f85
Added a README file regarding WinRT support
|
il y a 11 ans |
Makefile.in
|
cd66c050fe
testsurround: Add surround sound channel tester
|
il y a 3 ans |
Makefile.os2
|
e688a95ba4
updated os2 makefile for tests
|
il y a 3 ans |
README
|
cd66c050fe
testsurround: Add surround sound channel tester
|
il y a 3 ans |
acinclude.m4
|
f3640e26a4
tests: minor update to acinclude.m4::pkg.m4
|
il y a 3 ans |
autogen.sh
|
babd79b8ef
bump minimum required autoconf version and revise autogen.sh
|
il y a 4 ans |
axis.bmp
|
6d7da0887d
Split controller axes into positive and negative sides so each can be bound independently.
|
il y a 8 ans |
button.bmp
|
3dcb451f85
Added a README file regarding WinRT support
|
il y a 11 ans |
checkkeys.c
|
105f120615
checkkeys: Create a renderer for window display on Wayland
|
il y a 3 ans |
checkkeysthreads.c
|
6b8e880a10
checkkeysthreads: Create a renderer for window display on Wayland
|
il y a 3 ans |
configure
|
f3640e26a4
tests: minor update to acinclude.m4::pkg.m4
|
il y a 3 ans |
configure.ac
|
cc3fe1a182
tests: don't fail configury if libunwind is not available.
|
il y a 3 ans |
controllermap.bmp
|
009b62f1c2
Be explicit about mapping the new game controller paddle buttons
|
il y a 4 ans |
controllermap.c
|
3bf7994fe2
Add and use `SDL_FALLTHROUGH` for fallthroughs
|
il y a 3 ans |
controllermap_back.bmp
|
009b62f1c2
Be explicit about mapping the new game controller paddle buttons
|
il y a 4 ans |
gcc-fat.sh
|
3dcb451f85
Added a README file regarding WinRT support
|
il y a 11 ans |
icon.bmp
|
3dcb451f85
Added a README file regarding WinRT support
|
il y a 11 ans |
loopwave.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
loopwavequeue.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
moose.dat
|
3dcb451f85
Added a README file regarding WinRT support
|
il y a 11 ans |
picture.xbm
|
3dcb451f85
Added a README file regarding WinRT support
|
il y a 11 ans |
relative_mode.markdown
|
bd61c276fa
Fixed compiling test with older C.
|
il y a 10 ans |
sample.bmp
|
3dcb451f85
Added a README file regarding WinRT support
|
il y a 11 ans |
sample.wav
|
3dcb451f85
Added a README file regarding WinRT support
|
il y a 11 ans |
testatomic.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testaudiocapture.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testaudiohotplug.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testaudioinfo.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testautomation.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testautomation_audio.c
|
2542977b0a
Revert "Update wiki.libsdl.org urls to libsdl-org/SDL/wiki (#4069)"
|
il y a 4 ans |
testautomation_clipboard.c
|
da66755450
Fixed up legacy MoinMoin URLs at wiki.libsdl.org
|
il y a 4 ans |
testautomation_events.c
|
da66755450
Fixed up legacy MoinMoin URLs at wiki.libsdl.org
|
il y a 4 ans |
testautomation_hints.c
|
f124259e59
testautomation: fix use-after-free when restoring hint value
|
il y a 3 ans |
testautomation_keyboard.c
|
cb1e20b058
Added KMOD_SCROLL to track the scroll lock state
|
il y a 3 ans |
testautomation_main.c
|
da66755450
Fixed up legacy MoinMoin URLs at wiki.libsdl.org
|
il y a 4 ans |
testautomation_mouse.c
|
a4a9d28461
You may need to wait a bit for SDL_WarpMouseInWindow() to complete
|
il y a 3 ans |
testautomation_pixels.c
|
da66755450
Fixed up legacy MoinMoin URLs at wiki.libsdl.org
|
il y a 4 ans |
testautomation_platform.c
|
42ae9116ad
Getting "(null)" when formatted printing NULL is a valid result
|
il y a 3 ans |
testautomation_rect.c
|
da66755450
Fixed up legacy MoinMoin URLs at wiki.libsdl.org
|
il y a 4 ans |
testautomation_render.c
|
da66755450
Fixed up legacy MoinMoin URLs at wiki.libsdl.org
|
il y a 4 ans |
testautomation_rwops.c
|
da66755450
Fixed up legacy MoinMoin URLs at wiki.libsdl.org
|
il y a 4 ans |
testautomation_sdltest.c
|
b972258d56
test: remove unused variables and typedefs
|
il y a 4 ans |
testautomation_stdlib.c
|
dc4c7d9539
Fixed infinite loop in SDL_vsnprintf() if the format string is too large for the output buffer
|
il y a 3 ans |
testautomation_suites.h
|
3dcb451f85
Added a README file regarding WinRT support
|
il y a 11 ans |
testautomation_surface.c
|
b914bc3954
SDL_PIXELFORMAT_ARGB2101010 isn't fully supported for all surface conversion paths yet
|
il y a 3 ans |
testautomation_syswm.c
|
5575948b37
Fixed bug 2726 - WinRT touches not setting 'which' field in virtual mouse events
|
il y a 10 ans |
testautomation_timer.c
|
ca5c304814
Fixed bug 3744 - missing SDLCALL in several functions
|
il y a 7 ans |
testautomation_video.c
|
da66755450
Fixed up legacy MoinMoin URLs at wiki.libsdl.org
|
il y a 4 ans |
testbounds.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testcustomcursor.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testdisplayinfo.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testdraw2.c
|
decd1b4d74
testdraw2: display FPS similarly to testsprit2. fix helper syntax
|
il y a 3 ans |
testdrawchessboard.c
|
570768f627
test: fix shadowing variables
|
il y a 4 ans |
testdropfile.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testerror.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testevdev.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testfile.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testfilesystem.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testgamecontroller.c
|
3bf7994fe2
Add and use `SDL_FALLTHROUGH` for fallthroughs
|
il y a 3 ans |
testgeometry.c
|
f5c0cdea38
testgeometry.c: fix build in c89 mode
|
il y a 3 ans |
testgesture.c
|
35b0baaa7a
Unfixed typo
|
il y a 3 ans |
testgl2.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testgles.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testgles2.c
|
e5d59fa77c
Fixed building testgles2 on Linux
|
il y a 3 ans |
testgles2_sdf.c
|
4fbb9f31ab
Fix declarations after statement
|
il y a 4 ans |
testgles2_sdf_img_normal.bmp
|
0e7d435f13
Add basic testgles2_sdf program to demonstrate sign distance field with opengles2
|
il y a 4 ans |
testgles2_sdf_img_sdf.bmp
|
0e7d435f13
Add basic testgles2_sdf program to demonstrate sign distance field with opengles2
|
il y a 4 ans |
testhaptic.c
|
32bb8b4b40
test: replace some exit()s with returns.
|
il y a 5 ans |
testhittesting.c
|
ca5c304814
Fixed bug 3744 - missing SDLCALL in several functions
|
il y a 7 ans |
testhotplug.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testiconv.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testime.c
|
f9bf1aeba8
Latest Unifont with OFL is now bundled. (#4268)
|
il y a 3 ans |
testintersections.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testjoystick.c
|
3bf7994fe2
Add and use `SDL_FALLTHROUGH` for fallthroughs
|
il y a 3 ans |
testkeys.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testloadso.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testlocale.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testlock.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testmessage.c
|
eb98ff4740
testmessage: Fix overread of stack variable
|
il y a 3 ans |
testmouse.c
|
62b41f61d4
fix build of testmouse.c
|
il y a 3 ans |
testmultiaudio.c
|
570768f627
test: fix shadowing variables
|
il y a 4 ans |
testnative.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testnative.h
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testnativecocoa.m
|
3dcb451f85
Added a README file regarding WinRT support
|
il y a 11 ans |
testnativeos2.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testnativew32.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testnativex11.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testoffscreen.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testoverlay2.c
|
570768f627
test: fix shadowing variables
|
il y a 4 ans |
testplatform.c
|
9323cd51f0
Check for ARM SIMD in testplatform
|
il y a 4 ans |
testpower.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testqsort.c
|
3f25704592
test: portable 64bit address format specifier
|
il y a 4 ans |
testrelative.c
|
570768f627
test: fix shadowing variables
|
il y a 4 ans |
testrendercopyex.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testrendertarget.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testresample.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testrumble.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testscale.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testsem.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testsensor.c
|
ce8261dd6d
Only pump events once per frame and process all currently pending events
|
il y a 3 ans |
testshader.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testshape.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testsprite2.c
|
eb3bf80f9c
Fixed compiler warnings using Visual Studio 2019
|
il y a 3 ans |
testspriteminimal.c
|
570768f627
test: fix shadowing variables
|
il y a 4 ans |
teststreaming.c
|
570768f627
test: fix shadowing variables
|
il y a 4 ans |
testsurround.c
|
c401627793
testsurround.c: remove unnecessary libc includes and stdint.h types
|
il y a 3 ans |
testthread.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testtimer.c
|
e2ba84a532
testtimer: Be more like the C90's.
|
il y a 3 ans |
testurl.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testver.c
|
4ff51d29c3
Deprecate SDL_GetRevisionNumber and update things for git instead of hg.
|
il y a 4 ans |
testviewport.c
|
570768f627
test: fix shadowing variables
|
il y a 4 ans |
testvulkan.c
|
f30e2e438d
Fix compiler warnings in testvulkan.c
|
il y a 3 ans |
testwm2.c
|
0d98793693
testwm2: Fix video modes menu hit detection when highdpi or logical size used (#4936)
|
il y a 3 ans |
testyuv.bmp
|
a6a4e27ae8
Updated SDL's YUV support, many thanks to Adrien Descamps
|
il y a 7 ans |
testyuv.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testyuv_cvt.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
testyuv_cvt.h
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
torturethread.c
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
unifont-13.0.06-license.txt
|
f9bf1aeba8
Latest Unifont with OFL is now bundled. (#4268)
|
il y a 3 ans |
unifont-13.0.06.hex
|
f9bf1aeba8
Latest Unifont with OFL is now bundled. (#4268)
|
il y a 3 ans |
utf8.txt
|
3dcb451f85
Added a README file regarding WinRT support
|
il y a 11 ans |