..
automated
Improvements from Alfred:
2012-12-15 00:30:17 +00:00
nds-test-progs
Fixed permissions on test file
2012-12-11 12:01:30 -08:00
shapes
Remove superflous sample shapes (same BMPs)
2010-09-15 22:33:46 -07:00
test-automation
Fix Windows build, version.o linking.
2012-09-25 08:54:05 -03:00
acinclude.m4
Switched the SDL 2 autoconf macro to AM_PATH_SDL2
2012-01-30 21:39:26 -05:00
aclocal.m4
Switched the SDL 2 autoconf macro to AM_PATH_SDL2
2012-01-30 21:39:26 -05:00
autogen.sh
checkkeys.c
Synchronized the on-screen keyboard state with whether we are accepting text input.
2012-11-04 21:53:28 -08:00
common.c
Added API for simple messagebox, courtesy of Mike Sartain
2012-10-23 17:11:22 -07:00
common.h
Removed the SDL 1.2 compatibility API... we'll see how painful this is.
2012-01-22 18:11:41 -05:00
configure
Include all the test headers in the test library header install
2012-11-26 14:59:07 -08:00
configure.in
Fixed check for SDL_ttf with SDL 2.0
2012-10-23 15:28:27 -07:00
COPYING
gcc-fat.sh
icon.bmp
loopwave.c
Print the list of audio drivers so you can try each one
2012-11-29 09:48:42 -08:00
Makefile.in
Reorder test lib use to fix build for some compilers
2012-12-22 20:13:25 -08:00
moose.dat
picture.xbm
README
Updated the README and removed the old graywin test
2012-01-22 22:30:27 -05:00
sample.bmp
sample.wav
testatomic.c
1.3 API CHANGE: Add support for naming threads.
2011-10-02 00:29:16 -04:00
testaudioinfo.c
SDL 1.3 is now under the zlib license.
2011-04-08 13:03:26 -07:00
testautomation.c
Fix compiler warning; minor harness driver cleanup; fix test build for SDL versions compiled with --disable-joystick or --disable-haptic
2012-12-22 20:43:51 -08:00
testautomation_clipboard.c
Added the automation test to the autoconf build system
2012-12-22 17:24:42 -08:00
testautomation_platform.c
Added the automation test to the autoconf build system
2012-12-22 17:24:42 -08:00
testautomation_rect.c
Added the automation test to the autoconf build system
2012-12-22 17:24:42 -08:00
testautomation_render.c
Added the automation test to the autoconf build system
2012-12-22 17:24:42 -08:00
testautomation_rwops.c
Added the automation test to the autoconf build system
2012-12-22 17:24:42 -08:00
testautomation_suites.h
Added the automation test to the autoconf build system
2012-12-22 17:24:42 -08:00
testdraw2.c
SDL 1.3 is now under the zlib license.
2011-04-08 13:03:26 -07:00
testerror.c
1.3 API CHANGE: Add support for naming threads.
2011-10-02 00:29:16 -04:00
testfile.c
SDL 1.3 is now under the zlib license.
2011-04-08 13:03:26 -07:00
testgamecontroller.c
Fix compiler warning; minor harness driver cleanup; fix test build for SDL versions compiled with --disable-joystick or --disable-haptic
2012-12-22 20:43:51 -08:00
testgesture.c
SDL 1.3 is now under the zlib license.
2011-04-08 13:03:26 -07:00
testgl2.c
Add support for (GLX|WGL)_EXT_swap_control_tear.
2012-08-01 20:29:36 -04:00
testgles.c
SDL 1.3 is now under the zlib license.
2011-04-08 13:03:26 -07:00
testhaptic.c
Fix compiler warning; minor harness driver cleanup; fix test build for SDL versions compiled with --disable-joystick or --disable-haptic
2012-12-22 20:43:51 -08:00
testiconv.c
SDL 1.3 is now under the zlib license.
2011-04-08 13:03:26 -07:00
testime.c
1.Fixed a memory leak inside XInput2 code
2012-05-31 19:23:30 +03:00
testintersections.c
SDL 1.3 is now under the zlib license.
2011-04-08 13:03:26 -07:00
testjoystick.c
Fix compiler warning; minor harness driver cleanup; fix test build for SDL versions compiled with --disable-joystick or --disable-haptic
2012-12-22 20:43:51 -08:00
testkeys.c
SDL 1.3 is now under the zlib license.
2011-04-08 13:03:26 -07:00
testloadso.c
SDL 1.3 is now under the zlib license.
2011-04-08 13:03:26 -07:00
testlock.c
1.3 API CHANGE: Add support for naming threads.
2011-10-02 00:29:16 -04:00
testmessage.c
X11 messageboxes should treat "\r\n" as "\n" by ignoring the '\r' char.
2012-12-16 14:39:49 -05:00
testmultiaudio.c
testmultiaudio.c needs to #include <stdio.h>.
2011-08-03 03:12:07 -04:00
testnative.c
Removed the SDL 1.2 compatibility API... we'll see how painful this is.
2012-01-22 18:11:41 -05:00
testnative.h
Updated SDL test projects
2012-01-07 17:08:17 -05:00
testnativecocoa.m
Added test program for SDL_CreateWindowFrom()
2009-02-09 05:32:12 +00:00
testnativew32.c
SDL 1.3 is now under the zlib license.
2011-04-08 13:03:26 -07:00
testnativex11.c
SDL 1.3 is now under the zlib license.
2011-04-08 13:03:26 -07:00
testoverlay2.c
Removed the SDL 1.2 compatibility API... we'll see how painful this is.
2012-01-22 18:11:41 -05:00
testplatform.c
Fixed another printf() compiler warning, this time in the 1.3 branch.
2011-08-23 03:12:27 -04:00
testpower.c
SDL 1.3 is now under the zlib license.
2011-04-08 13:03:26 -07:00
testrelative.c
1.Fixed a memory leak inside XInput2 code
2012-05-31 19:23:30 +03:00
testrendercopyex.c
RenderCopyEx,rotation and flipping for all hardware/software backends ( #1308 )
2012-06-01 19:51:08 -03:00
testrendertarget.c
Renamed SetTargetTexture() to SetRenderTarget()
2012-01-22 01:26:28 -05:00
testresample.c
SDL 1.3 is now under the zlib license.
2011-04-08 13:03:26 -07:00
testrumble.c
Fix compiler warning; minor harness driver cleanup; fix test build for SDL versions compiled with --disable-joystick or --disable-haptic
2012-12-22 20:43:51 -08:00
testscale.c
SDL 1.3 is now under the zlib license.
2011-04-08 13:03:26 -07:00
testsem.c
Fixed bug 1426 - SDL_SemWaitTimeout returns -1 and sets error instead of SDL_MUTEX_TIMEDOUT on time out
2012-02-20 23:51:53 -05:00
testshader.c
Removed the SDL 1.2 compatibility API... we'll see how painful this is.
2012-01-22 18:11:41 -05:00
testshape.c
SDL 1.3 is now under the zlib license.
2011-04-08 13:03:26 -07:00
testsprite2.c
SDL 1.3 is now under the zlib license.
2011-04-08 13:03:26 -07:00
testspriteminimal.c
Have testspriteminimal use the new simple API
2012-01-22 19:47:33 -05:00
teststreaming.c
SDL 1.3 is now under the zlib license.
2011-04-08 13:03:26 -07:00
testthread.c
1.3 API CHANGE: Add support for naming threads.
2011-10-02 00:29:16 -04:00
testtimer.c
Removed the SDL 1.2 compatibility API... we'll see how painful this is.
2012-01-22 18:11:41 -05:00
testver.c
Removing some more references to SDL 1.3
2012-01-22 17:26:45 -05:00
testwm2.c
Added code to testwm2 to test the system cursor support
2012-11-19 20:38:52 -08:00
torturethread.c
1.3 API CHANGE: Add support for naming threads.
2011-10-02 00:29:16 -04:00
utf8.txt