David Ludwig 69c5d21d7d WinRT: merged with SDL 2.0.1 codebase 11 éve
..
shapes 1ad936eb29 Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 11 éve
COPYING 1ad936eb29 Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 11 éve
Makefile.in 7bc9815772 added simple Drag & drop test 11 éve
README 1ad936eb29 Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 11 éve
acinclude.m4 1ad936eb29 Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 11 éve
aclocal.m4 1ad936eb29 Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 11 éve
autogen.sh 1ad936eb29 Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 11 éve
checkkeys.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 éve
configure 12ca3ce3fa Fixed building using MinGW 11 éve
configure.in 12ca3ce3fa Fixed building using MinGW 11 éve
gcc-fat.sh 1ad936eb29 Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 11 éve
icon.bmp 1ad936eb29 Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 11 éve
loopwave.c 69c5d21d7d WinRT: merged with SDL 2.0.1 codebase 11 éve
moose.dat 1ad936eb29 Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 11 éve
picture.xbm 1ad936eb29 Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 11 éve
relative_mode.markdown 1ad936eb29 Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 11 éve
sample.bmp 1ad936eb29 Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 11 éve
sample.wav 1ad936eb29 Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 11 éve
testatomic.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 éve
testaudioinfo.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 éve
testautomation.c f79fc33a39 Christoph Mallon: Remove pointless if (x) before SDL_free(x) 11 éve
testautomation_audio.c e07d7e649c Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)). 11 éve
testautomation_clipboard.c e07d7e649c Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)). 11 éve
testautomation_events.c 695344d163 OCD fixes: Adds a space before */ 11 éve
testautomation_keyboard.c 1ad936eb29 Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 11 éve
testautomation_main.c 1e49b1ed6e OCD fixes: Adds a space after /* (glory to regular expressions!) 11 éve
testautomation_mouse.c 1ad936eb29 Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 11 éve
testautomation_pixels.c 09b3b7e78b Fix error assert for negative cases of pixels_getPixelFormatName test 11 éve
testautomation_platform.c 1e49b1ed6e OCD fixes: Adds a space after /* (glory to regular expressions!) 11 éve
testautomation_rect.c 1e49b1ed6e OCD fixes: Adds a space after /* (glory to regular expressions!) 11 éve
testautomation_render.c 3e2930defe Christoph Mallon: Remove pointless if (x) before SDL_FreeSurface(x) 11 éve
testautomation_rwops.c 1e49b1ed6e OCD fixes: Adds a space after /* (glory to regular expressions!) 11 éve
testautomation_sdltest.c e07d7e649c Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)). 11 éve
testautomation_stdlib.c 1ad936eb29 Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 11 éve
testautomation_suites.h 552b04c58a More non C89 compliant comments 11 éve
testautomation_surface.c 3e2930defe Christoph Mallon: Remove pointless if (x) before SDL_FreeSurface(x) 11 éve
testautomation_syswm.c 1ad936eb29 Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 11 éve
testautomation_timer.c 1ad936eb29 Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 11 éve
testautomation_video.c f79fc33a39 Christoph Mallon: Remove pointless if (x) before SDL_free(x) 11 éve
testdraw2.c 529664278f Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed 11 éve
testdrawchessboard.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 éve
testdropfile.c 7bc9815772 added simple Drag & drop test 11 éve
testerror.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 éve
testfile.c 552b04c58a More non C89 compliant comments 11 éve
testfilesystem.c 2dd7091e50 Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module. 11 éve
testgamecontroller.c 540cb5389c Fixed testgamecontroller output to make sense. 11 éve
testgesture.c 1e49b1ed6e OCD fixes: Adds a space after /* (glory to regular expressions!) 11 éve
testgl2.c 529664278f Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed 11 éve
testgles.c 89131435f8 Adds gl_profile_mask to test framework, uses it in testgles 11 éve
testhaptic.c 1e49b1ed6e OCD fixes: Adds a space after /* (glory to regular expressions!) 11 éve
testiconv.c f79fc33a39 Christoph Mallon: Remove pointless if (x) before SDL_free(x) 11 éve
testime.c 529664278f Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed 11 éve
testintersections.c 529664278f Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed 11 éve
testjoystick.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 éve
testkeys.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 éve
testloadso.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 éve
testlock.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 éve
testmessage.c 695344d163 OCD fixes: Adds a space before */ 11 éve
testmultiaudio.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 éve
testnative.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 éve
testnative.h 1ad936eb29 Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 11 éve
testnativecocoa.m 1ad936eb29 Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 11 éve
testnativew32.c 1ad936eb29 Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 11 éve
testnativex11.c 1ad936eb29 Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 11 éve
testoverlay2.c 1e49b1ed6e OCD fixes: Adds a space after /* (glory to regular expressions!) 11 éve
testplatform.c 2e6b4b960d Fixed compiling on Mac OS X, added a system RAM test 11 éve
testpower.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 éve
testrelative.c 529664278f Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed 11 éve
testrendercopyex.c 529664278f Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed 11 éve
testrendertarget.c 529664278f Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed 11 éve
testresample.c 552b04c58a More non C89 compliant comments 11 éve
testrumble.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 éve
testscale.c 529664278f Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed 11 éve
testsem.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 éve
testshader.c 552b04c58a More non C89 compliant comments 11 éve
testshape.c 3e2930defe Christoph Mallon: Remove pointless if (x) before SDL_FreeSurface(x) 11 éve
testsprite2.c 529664278f Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed 11 éve
testspriteminimal.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 éve
teststreaming.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 éve
testthread.c 69c5d21d7d WinRT: merged with SDL 2.0.1 codebase 11 éve
testtimer.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 éve
testver.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 éve
testwm2.c 552b04c58a More non C89 compliant comments 11 éve
torturethread.c 1e49b1ed6e OCD fixes: Adds a space after /* (glory to regular expressions!) 11 éve
utf8.txt 1ad936eb29 Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 11 éve

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