log test/Makefile.in @ 5237:74bc160186a8

age author description
Tue, 08 Feb 2011 22:11:16 -0800 Sam Lantinga Added a simple GLSL example using SDL
Tue, 01 Feb 2011 21:51:09 -0800 Sam Lantinga SDL doesn't actually support the physical/logical palette split anymore.
Sat, 01 Jan 2011 20:44:38 -0800 Sam Lantinga Missing math library for testgesture
Sun, 22 Aug 2010 13:45:56 -0700 Sam Lantinga Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Sun, 18 Jul 2010 21:31:22 -0400 Eli Gottlieb Rewrote test program for shaped windows. It definitely displays recognizable pictures now, but the resizing and shaping functionality isn't behaving correctly, possibly due to a miscalculation of alpha values.
Mon, 31 May 2010 21:23:06 -0400 Eli Gottlieb Moved the SDL_Eyes test program for shaped windows into the Hg repository and got it building and linking as a test.
Sun, 15 Aug 2010 00:36:28 -0400 Jim Grandpre Added README.touch and README.gesture. Moved touchtest/gestureSDLTest to test/testgesture
Mon, 05 Jul 2010 22:45:45 -0700 Sam Lantinga Removed obsolete test program. Ryan may resurrect it when the new multi-mouse code is implemented.
Tue, 10 Jul 2007 15:04:49 +0000 Ryan C. Gordon Whoops, reverted changes that shouldn't have been committed with #3197. SDL-1.2
Tue, 10 Jul 2007 15:03:19 +0000 Ryan C. Gordon Don't leak the readahead buffer if win32 rwops file open fails. SDL-1.2
Tue, 07 Nov 2006 14:31:25 +0000 Ryan C. Gordon Added a test program for loadso subsystem. SDL-1.2
Tue, 03 Oct 2006 23:45:36 +0000 Ryan C. Gordon Test program to play audio to every available device, one at a time, then all SDL-ryan-multiple-audio-device
Tue, 03 Oct 2006 20:05:33 +0000 Ryan C. Gordon Added testaudioinfo.c ... SDL-ryan-multiple-audio-device
Wed, 16 Dec 2009 02:08:59 +0000 Sam Lantinga Added testfill to test raw fill performance
Wed, 28 Oct 2009 06:04:07 +0000 Sam Lantinga Automatically initialize the video system and create a renderer to simplify use.
Sat, 19 Sep 2009 13:29:40 +0000 Sam Lantinga Merged a cleaned up version of Jiang's code changes from Google Summer of Code 2009
Sat, 05 Sep 2009 09:11:03 +0000 Sam Lantinga CD-ROM support is so passé :)
Tue, 09 Jun 2009 17:33:44 +0000 Bob Pendleton First commit for SDL atomic operations.
Sun, 07 Jun 2009 06:06:35 +0000 Ryan C. Gordon Initial work on power subsystem for SDL 1.3.
Wed, 01 Jul 2009 07:33:58 +0000 Jiang Jiang Add SDL_TEXTEDTING event to inform application about marked text. gsoc2009_IME
Wed, 01 Jul 2009 05:52:17 +0000 Jiang Jiang Add IME test program gsoc2009_IME
Wed, 04 Mar 2009 15:10:47 +0000 Sam Lantinga Date: Wed, 4 Mar 2009 15:38:22 +0200
Sun, 11 Jan 2009 04:05:28 +0000 Ryan C. Gordon Added testresample.c
Sun, 04 Jan 2009 19:33:21 +0000 Sam Lantinga Date: Sat, 3 Jan 2009 22:11:18 -0500
Wed, 24 Dec 2008 13:04:18 +0000 Sam Lantinga Correct the test program
Sun, 21 Dec 2008 08:24:32 +0000 Sam Lantinga Added test program to verify fill functionality
Sat, 20 Dec 2008 12:32:53 +0000 Sam Lantinga Added a test program for line drawing
Wed, 27 Aug 2008 13:37:19 +0000 Szymon Wilczek Many mouse and tablet linux test file added
Wed, 06 Aug 2008 17:14:54 +0000 Edgar Simo Added testhaptic to test haptic devices. gsoc2008_force_feedback
Tue, 07 Nov 2006 14:36:47 +0000 Ryan C. Gordon Merged r2899:2900 from SDL-1.2 branch to trunk: testloadso program.
Tue, 17 Oct 2006 09:15:21 +0000 Ryan C. Gordon Merged SDL-ryan-multiple-audio-device branch r2803:2871 into the trunk.
Mon, 24 Jul 2006 05:03:02 +0000 Sam Lantinga Implemented Cocoa window support
Wed, 19 Jul 2006 04:24:41 +0000 Sam Lantinga Implemented multi-window OpenGL program with test framework.
Tue, 18 Jul 2006 07:49:51 +0000 Sam Lantinga Added a test program framework for easy initialization.
Mon, 10 Jul 2006 21:04:37 +0000 Sam Lantinga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
Wed, 14 Jun 2006 18:59:30 +0000 Patrice Mandin Add program to test mouse cursor change
Mon, 26 Jun 2006 13:56:56 +0000 Sam Lantinga Started framework for Windows video driver SDL-1.3
Sat, 24 Jun 2006 17:31:46 +0000 Sam Lantinga Merged fix for bug #240 from SDL 1.2 SDL-1.3
Sat, 24 Jun 2006 16:51:01 +0000 Sam Lantinga Added a multi-window version of testsprite using the new API. SDL-1.3
Mon, 13 Mar 2006 01:08:00 +0000 Sam Lantinga Added UTF-8 <-> UTF-16 <-> UTF-32 <-> UCS-2 <-> UCS-4 conversion capability
Mon, 27 Feb 2006 19:19:22 +0000 Sam Lantinga Date: Mon, 27 Feb 2006 17:01:43 +0100
Fri, 24 Feb 2006 06:49:31 +0000 Sam Lantinga testplatform replaces testtypes, testendian, and testcpuinfo
Mon, 20 Feb 2006 02:09:49 +0000 Sam Lantinga Completely removed dependency on automake