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

README


These are test programs for the SDL library:

checkkeys Watch the key events to check the keyboard
loopwave Audio test -- loop playing a WAV file
testaudioinfo Lists audio device capabilities
testcdrom Sample audio CD control program
testerror Tests multi-threaded error handling
testfile Tests RWops layer
testgl2 A very simple example of using OpenGL with SDL
testhread Hacked up test of multi-threading
testiconv Tests international string conversion
testjoystick List joysticks and watch joystick events
testkeys List the available keyboard keys
testloadso Tests the loadable library layer
testlock Hacked up test of multi-threading and locking
testmultiaudio Tests using several audio devices
testoverlay2 Tests the overlay flickering/scaling during playback.
testpalette Tests palette color cycling
testplatform Tests types, endianness and cpu capabilities
testsem Tests SDL's semaphore implementation
testshape Tests shaped windows
testsprite2 Example of fast sprite movement on the screen
testtimer Test the timer facilities
testver Check the version and dynamic loading and endianness
testwm2 Test window manager -- title, icon, events
torturethread Simple test for thread creation/destruction