Name
Last commit
Last update
..
.gdbinit Initial revision
COPYING Updated the source with the correct e-mail address
Makefile.in Added UTF-8 <-> UTF-16 <-> UTF-32 <-> UCS-2 <-> UCS-4 conversion capability
README Added testblitspeed to aid in profiling of SDL's blitters.
acinclude.m4 Don't add NONE/bin to the path - inexplicably fixes building on mingw+msys, apparently
autogen.sh Added yet another variant of autoconf to the list
checkkeys.c Implemented ToUnicode() support on Windows 95/98/ME/NT/2000/XP
configure.in sdl-config doesn't include the OpenGL library in --libs
gcc-fat.sh Fat test programs! :)
graywin.c *** empty log message ***
icon.bmp Switched data files to binary format
loopwave.c Fixed bug #215
moose.dat Date: Mon, 28 Jul 2003 18:30:50 +0300
picture.xbm Initial revision
sail.bmp Switched data files to binary format
sample.bmp Switched data files to binary format
sample.wav Switched data files to binary format
testalpha.c Made it easier to test some things on the framebuffer console
testbitmap.c Removed atexit() from most of the test programs; atexit(SDL_Quit) isn't safe
testblitspeed.c testblitspeed.c improvements: cleaned up output, and allow user to set surface
testcdrom.c Added documentation on how to build a completely useless SDL library. :)
testdyngl.c Fixed building with CodeWarrior on MacOS Classic
testerror.c Fixed bug #215
testfile.c Needed unistd.h for unlink()
testgamma.c Removed atexit() from most of the test programs; atexit(SDL_Quit) isn't safe
testgl.c Loading commit data...
testhread.c Loading commit data...
testiconv.c Loading commit data...
testjoystick.c Loading commit data...
testkeys.c Loading commit data...
testlock.c Loading commit data...
testoverlay.c Loading commit data...
testoverlay2.c Loading commit data...
testpalette.c Loading commit data...
testplatform.c Loading commit data...
testsem.c Loading commit data...
testsprite.c Loading commit data...
testtimer.c Loading commit data...
testver.c Loading commit data...
testvidinfo.c Loading commit data...
testwin.c Loading commit data...
testwm.c Loading commit data...
threadwin.c Loading commit data...
torturethread.c Loading commit data...
utf8.txt Loading commit data...
These are test programs for the SDL library:

	testver		Check the version and dynamic loading and endianness
	testtypes	Check to see if the data types are the correct size
	testhread	Hacked up test of multi-threading
	testlock	Hacked up test of multi-threading and locking
	testerror	Tests multi-threaded error handling
	testsem		Tests SDL's semaphore implementation
	testtimer	Test the timer facilities
	loopwave	Audio test -- loop playing a WAV file
	testcdrom	Sample audio CD control program
	testkeys	List the available keyboard keys
	testvidinfo	Show the pixel format of the display and perfom the benchmark
	checkkeys	Watch the key events to check the keyboard
	testwin		Display a BMP image at various depths
	graywin		Display a gray gradient and center mouse on spacebar
	testsprite	Example of fast sprite movement on the screen
	testbitmap	Test displaying 1-bit bitmaps
	testalpha	Display an alpha faded icon -- paint with mouse
	testwm		Test window manager -- title, icon, events
	threadwin	Test multi-threaded event handling
	testgl		A very simple example of using OpenGL with SDL
	testjoystick	List joysticks and watch joystick events
	testoverlay	Tests the software/hardware overlay functionality.
	testoverlay2	Tests the overlay flickering/scaling during playback.
	testblitspeed	Tests performance of SDL's blitters and converters.