SDL-mirror/test
Sam Lantinga 0284e3d3c2 Added keyboard output for debugging bug #659
--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%403929
2009-09-28 07:04:25 +00:00
..
acinclude.m4 Don't add NONE/bin to the path - inexplicably fixes building on mingw+msys, apparently 2006-05-01 07:23:46 +00:00
autogen.sh Added yet another variant of autoconf to the list 2006-05-15 06:39:10 +00:00
checkkeys.c Implemented ToUnicode() support on Windows 95/98/ME/NT/2000/XP 2006-01-19 09:09:32 +00:00
configure.in Whoops, this breaks building on Mac OS X 10.4 2009-09-22 02:22:14 +00:00
COPYING Updated the source with the correct e-mail address 2001-12-14 12:38:15 +00:00
gcc-fat.sh Updated gcc-fat.sh to build on Mac OS X 10.5 2007-12-31 00:03:33 +00:00
graywin.c *** empty log message *** 2004-08-21 13:49:22 +00:00
icon.bmp Switched data files to binary format 2003-11-24 00:21:24 +00:00
loopwave.c Fixed our own test app. :) 2007-07-05 02:44:54 +00:00
Makefile.in Whoops, reverted changes that shouldn't have been committed with #3197. 2007-07-10 15:04:49 +00:00
moose.dat Date: Mon, 28 Jul 2003 18:30:50 +0300 2003-08-08 21:31:18 +00:00
picture.xbm Initial revision 2001-04-26 16:45:43 +00:00
README Whoops, reverted changes that shouldn't have been committed with #3197. 2007-07-10 15:04:49 +00:00
sail.bmp Switched data files to binary format 2003-11-24 00:21:24 +00:00
sample.bmp Switched data files to binary format 2003-11-24 00:21:24 +00:00
sample.wav Switched data files to binary format 2003-11-24 00:21:24 +00:00
testalpha.c Fixed bug #294 2006-09-23 23:07:52 +00:00
testbitmap.c Removed atexit() from most of the test programs; atexit(SDL_Quit) isn't safe 2005-09-28 11:36:20 +00:00
testblitspeed.c testblitspeed.c improvements: cleaned up output, and allow user to set surface 2006-01-05 16:37:46 +00:00
testcdrom.c Added documentation on how to build a completely useless SDL library. :) 2006-03-08 08:30:17 +00:00
testcursor.c Free all the created cursors in test/testcursor.c. 2007-02-13 09:20:37 +00:00
testdyngl.c Fixed building with CodeWarrior on MacOS Classic 2006-05-11 08:09:16 +00:00
testerror.c Fixed bug #215 2006-05-07 03:40:06 +00:00
testfile.c Patched to compile on Visual Studio. 2007-03-30 06:26:28 +00:00
testgamma.c Removed atexit() from most of the test programs; atexit(SDL_Quit) isn't safe 2005-09-28 11:36:20 +00:00
testgl.c Fixed bug #260 2006-06-24 01:59:43 +00:00
testhread.c Fixed bug #215 2006-05-07 03:40:06 +00:00
testiconv.c Fixed bug #349 2007-07-04 04:27:47 +00:00
testjoystick.c Merged r3295:3296 from trunk/SDL: testjoystick reusing "joystick" variable. 2007-07-15 17:26:50 +00:00
testkeys.c Fixed compiler warnings in Watcom C. 2005-10-03 08:12:32 +00:00
testloadso.c Man, who let this moron near printf()?! :) 2006-11-07 15:00:43 +00:00
testlock.c Fixed bug #215 2006-05-07 03:40:06 +00:00
testoverlay.c Fixed warnings in -pedantic mode 2006-02-26 05:02:14 +00:00
testoverlay2.c Fixed bug #189 2006-04-17 05:38:33 +00:00
testpalette.c Fixed building with CodeWarrior on MacOS Classic 2006-05-11 08:09:16 +00:00
testplatform.c Fixed bug #615 2009-09-21 09:18:42 +00:00
testsem.c Fixed bug #215 2006-05-07 03:40:06 +00:00
testsprite.c Updated MacOS Classic build 2006-03-13 05:36:42 +00:00
testtimer.c Fixed bug #215 2006-05-07 03:40:06 +00:00
testver.c Fixed compiler warnings in Watcom C. 2005-10-03 08:12:32 +00:00
testvidinfo.c Added current_w and current_h to the SDL_VideoInfo structure, which is set to the desktop resolution during video intialization, and then set to the current resolution when a video mode is set. 2006-03-15 17:46:41 +00:00
testwin.c Oops, didn't mean to commit this... 2007-07-04 15:22:47 +00:00
testwm.c Added keyboard output for debugging bug #659 2009-09-28 07:04:25 +00:00
threadwin.c Print keysym with key events. 2007-06-13 04:13:21 +00:00
torturethread.c Fixed bug #215 2006-05-07 03:40:06 +00:00
utf8.txt Updated by Ryan Gordon 2006-03-13 16:56:01 +00:00

These are test programs for the SDL library:

	checkkeys	Watch the key events to check the keyboard
	graywin		Display a gray gradient and center mouse on spacebar
	loopwave	Audio test -- loop playing a WAV file
	testalpha	Display an alpha faded icon -- paint with mouse
	testbitmap	Test displaying 1-bit bitmaps
	testblitspeed	Tests performance of SDL's blitters and converters.
	testcdrom	Sample audio CD control program
	testcursor	Tests custom mouse cursor
	testdyngl	Tests dynamically loading OpenGL library
	testerror	Tests multi-threaded error handling
	testfile	Tests RWops layer
	testgamma	Tests video device gamma ramp
	testgl		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
	testoverlay	Tests the software/hardware overlay functionality.
	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
	testsprite	Example of fast sprite movement on the screen
	testtimer	Test the timer facilities
	testver		Check the version and dynamic loading and endianness
	testvidinfo	Show the pixel format of the display and perfom the benchmark
	testwin		Display a BMP image at various depths
	testwm		Test window manager -- title, icon, events
	threadwin	Test multi-threaded event handling
	torturethread	Simple test for thread creation/destruction