.. |
shapes
|
1ad936eb29
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
|
пре 11 година |
COPYING
|
1ad936eb29
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
|
пре 11 година |
Makefile.in
|
47139fb3eb
Adds testgles2
|
пре 11 година |
README
|
1ad936eb29
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
|
пре 11 година |
acinclude.m4
|
1ad936eb29
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
|
пре 11 година |
aclocal.m4
|
1ad936eb29
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
|
пре 11 година |
autogen.sh
|
1ad936eb29
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
|
пре 11 година |
checkkeys.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
пре 11 година |
configure
|
61959aa67b
OpenGL ES support for Windows
|
пре 11 година |
configure.in
|
61959aa67b
OpenGL ES support for Windows
|
пре 11 година |
gcc-fat.sh
|
1ad936eb29
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
|
пре 11 година |
icon.bmp
|
1ad936eb29
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
|
пре 11 година |
loopwave.c
|
69c5d21d7d
WinRT: merged with SDL 2.0.1 codebase
|
пре 11 година |
moose.dat
|
1ad936eb29
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
|
пре 11 година |
picture.xbm
|
1ad936eb29
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
|
пре 11 година |
relative_mode.markdown
|
1ad936eb29
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
|
пре 11 година |
sample.bmp
|
1ad936eb29
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
|
пре 11 година |
sample.wav
|
1ad936eb29
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
|
пре 11 година |
testatomic.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
пре 11 година |
testaudioinfo.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
пре 11 година |
testautomation.c
|
f79fc33a39
Christoph Mallon: Remove pointless if (x) before SDL_free(x)
|
пре 11 година |
testautomation_audio.c
|
e07d7e649c
Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)).
|
пре 11 година |
testautomation_clipboard.c
|
e07d7e649c
Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)).
|
пре 11 година |
testautomation_events.c
|
695344d163
OCD fixes: Adds a space before */
|
пре 11 година |
testautomation_keyboard.c
|
1ad936eb29
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
|
пре 11 година |
testautomation_main.c
|
1e49b1ed6e
OCD fixes: Adds a space after /* (glory to regular expressions!)
|
пре 11 година |
testautomation_mouse.c
|
1ad936eb29
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
|
пре 11 година |
testautomation_pixels.c
|
09b3b7e78b
Fix error assert for negative cases of pixels_getPixelFormatName test
|
пре 11 година |
testautomation_platform.c
|
1e49b1ed6e
OCD fixes: Adds a space after /* (glory to regular expressions!)
|
пре 11 година |
testautomation_rect.c
|
1e49b1ed6e
OCD fixes: Adds a space after /* (glory to regular expressions!)
|
пре 11 година |
testautomation_render.c
|
3e2930defe
Christoph Mallon: Remove pointless if (x) before SDL_FreeSurface(x)
|
пре 11 година |
testautomation_rwops.c
|
1e49b1ed6e
OCD fixes: Adds a space after /* (glory to regular expressions!)
|
пре 11 година |
testautomation_sdltest.c
|
e07d7e649c
Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)).
|
пре 11 година |
testautomation_stdlib.c
|
1ad936eb29
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
|
пре 11 година |
testautomation_suites.h
|
552b04c58a
More non C89 compliant comments
|
пре 11 година |
testautomation_surface.c
|
3e2930defe
Christoph Mallon: Remove pointless if (x) before SDL_FreeSurface(x)
|
пре 11 година |
testautomation_syswm.c
|
1ad936eb29
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
|
пре 11 година |
testautomation_timer.c
|
1ad936eb29
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
|
пре 11 година |
testautomation_video.c
|
f79fc33a39
Christoph Mallon: Remove pointless if (x) before SDL_free(x)
|
пре 11 година |
testdraw2.c
|
529664278f
Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed
|
пре 11 година |
testdrawchessboard.c
|
c4b563e4c3
Fixed bug 2190 - test/testdrawchessboard.c line endings
|
пре 11 година |
testdropfile.c
|
7bc9815772
added simple Drag & drop test
|
пре 11 година |
testerror.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
пре 11 година |
testfile.c
|
552b04c58a
More non C89 compliant comments
|
пре 11 година |
testfilesystem.c
|
2dd7091e50
Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module.
|
пре 11 година |
testgamecontroller.c
|
540cb5389c
Fixed testgamecontroller output to make sense.
|
пре 11 година |
testgesture.c
|
cd37485e3c
Changed parameter name for gesture template save functions from "src" to "dst".
|
пре 11 година |
testgl2.c
|
529664278f
Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed
|
пре 11 година |
testgles.c
|
22770a8f40
[Android] Fixes Bug 2041 - can't get SDL_QUIT event...
|
пре 11 година |
testgles2.c
|
5aa702fe74
Removed second return statement.
|
пре 11 година |
testhaptic.c
|
1e49b1ed6e
OCD fixes: Adds a space after /* (glory to regular expressions!)
|
пре 11 година |
testiconv.c
|
f79fc33a39
Christoph Mallon: Remove pointless if (x) before SDL_free(x)
|
пре 11 година |
testime.c
|
529664278f
Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed
|
пре 11 година |
testintersections.c
|
529664278f
Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed
|
пре 11 година |
testjoystick.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
пре 11 година |
testkeys.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
пре 11 година |
testloadso.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
пре 11 година |
testlock.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
пре 11 година |
testmessage.c
|
695344d163
OCD fixes: Adds a space before */
|
пре 11 година |
testmultiaudio.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
пре 11 година |
testnative.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
пре 11 година |
testnative.h
|
1ad936eb29
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
|
пре 11 година |
testnativecocoa.m
|
1ad936eb29
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
|
пре 11 година |
testnativew32.c
|
1ad936eb29
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
|
пре 11 година |
testnativex11.c
|
1ad936eb29
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
|
пре 11 година |
testoverlay2.c
|
1e49b1ed6e
OCD fixes: Adds a space after /* (glory to regular expressions!)
|
пре 11 година |
testplatform.c
|
2e6b4b960d
Fixed compiling on Mac OS X, added a system RAM test
|
пре 11 година |
testpower.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
пре 11 година |
testrelative.c
|
529664278f
Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed
|
пре 11 година |
testrendercopyex.c
|
529664278f
Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed
|
пре 11 година |
testrendertarget.c
|
529664278f
Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed
|
пре 11 година |
testresample.c
|
552b04c58a
More non C89 compliant comments
|
пре 11 година |
testrumble.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
пре 11 година |
testscale.c
|
529664278f
Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed
|
пре 11 година |
testsem.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
пре 11 година |
testshader.c
|
104ceb864a
Fixed compile warning, thanks to Michael Pohoreski
|
пре 11 година |
testshape.c
|
3e2930defe
Christoph Mallon: Remove pointless if (x) before SDL_FreeSurface(x)
|
пре 11 година |
testsprite2.c
|
2b93fa0892
Turn off resizable flag by default, you can always pass the --resize command line option if you need it.
|
пре 11 година |
testspriteminimal.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
пре 11 година |
teststreaming.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
пре 11 година |
testthread.c
|
69c5d21d7d
WinRT: merged with SDL 2.0.1 codebase
|
пре 11 година |
testtimer.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
пре 11 година |
testver.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
пре 11 година |
testviewport.c
|
44959a21ef
Added viewport test, contributed by Andreas Schiffler and improved by me and Ryan Gordon.
|
пре 11 година |
testwm2.c
|
552b04c58a
More non C89 compliant comments
|
пре 11 година |
torturethread.c
|
1e49b1ed6e
OCD fixes: Adds a space after /* (glory to regular expressions!)
|
пре 11 година |
utf8.txt
|
1ad936eb29
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
|
пре 11 година |