Sun, 02 Jun 2013 01:08:14 -0700 |
Sam Lantinga |
Fixed testnative on Mac OS X, which no longer ships X11 by default.
|
file |
diff |
annotate
|
Fri, 24 May 2013 03:23:21 -0700 |
Sam Lantinga |
Added the beginning of automated tests for the standard C library routines.
|
file |
diff |
annotate
|
Wed, 01 May 2013 22:14:29 -0700 |
Andreas Schiffler |
Add pixels test suite; add a test to pixel suite; minor updates to test code to make VisualStudio happy
|
file |
diff |
annotate
|
Tue, 12 Feb 2013 11:47:31 -0800 |
Jørgen P. Tjernø |
Don't clobber refcounting in SDL_Init.
|
file |
diff |
annotate
|
Fri, 08 Feb 2013 07:14:50 -0800 |
Andreas Schiffler |
Add SDL_test test suite; add fuzzer test cases; fix fuzzer bug; fix compiler warnings
|
file |
diff |
annotate
|
Mon, 14 Jan 2013 08:14:53 -0800 |
Andreas Schiffler |
Added timer test suite
|
file |
diff |
annotate
|
Sun, 06 Jan 2013 18:19:30 -0800 |
Andreas Schiffler |
Add new test suite (mouse) with a few new tests
|
file |
diff |
annotate
|
Sun, 06 Jan 2013 15:17:59 -0800 |
Andreas Schiffler |
Add new test suites (events, keyboard, syswm, video) with a few new tests each
|
file |
diff |
annotate
|
Mon, 31 Dec 2012 10:26:38 -0800 |
Sam Lantinga |
Switched the test code over to use the common functions in the test library.
|
file |
diff |
annotate
|
Wed, 26 Dec 2012 22:26:44 -0800 |
Andreas Schiffler |
Add surface test suite; minor improvements to render suite; refactor image saving into test lib compare function; fix for Haiku build
|
file |
diff |
annotate
|
Mon, 24 Dec 2012 14:43:57 -0800 |
Andreas Schiffler |
Added audio test suite; minor code cleanups in test lib
|
file |
diff |
annotate
|
Sat, 22 Dec 2012 20:13:25 -0800 |
Andreas Schiffler |
Reorder test lib use to fix build for some compilers
|
file |
diff |
annotate
|
Sat, 22 Dec 2012 17:24:42 -0800 |
Sam Lantinga |
Added the automation test to the autoconf build system
|
file |
diff |
annotate
|
Mon, 26 Nov 2012 16:37:54 -0800 |
Sam Lantinga |
Added hotplug joystick support and simplified game controller API, courtesy of Alfred Reynolds
|
file |
diff |
annotate
|
Tue, 30 Oct 2012 10:11:25 -0700 |
Sam Lantinga |
tree 46b4d59cbfb1
|
file |
diff |
annotate
|
Tue, 23 Oct 2012 17:10:09 -0700 |
Sam Lantinga |
Fixed building testjoystick
|
file |
diff |
annotate
|
Sun, 14 Oct 2012 00:24:07 -0700 |
Sam Lantinga |
Updated testjoystick for SDL 2.0 API - patch from simon
|
file |
diff |
annotate
|
Sat, 01 Sep 2012 00:25:17 -0700 |
Ryan C. Gordon |
Added testaudioinfo to the build.
|
file |
diff |
annotate
|
Thu, 09 Aug 2012 14:28:45 -0400 |
Ryan C. Gordon |
Nasty attempt to fix building of testnative across various platforms.
|
file |
diff |
annotate
|
Fri, 01 Jun 2012 19:51:08 -0300 |
Gabriel Jacobo |
RenderCopyEx,rotation and flipping for all hardware/software backends (#1308)
|
file |
diff |
annotate
|
Thu, 31 May 2012 19:23:30 +0300 |
Dimitris Zenios |
1.Fixed a memory leak inside XInput2 code
|
file |
diff |
annotate
|
Wed, 30 May 2012 11:25:35 -0400 |
Sam Lantinga |
Initial support for XInput2 by Dimitris Zenios
|
file |
diff |
annotate
|
Sun, 22 Jan 2012 18:11:41 -0500 |
Sam Lantinga |
Removed the SDL 1.2 compatibility API... we'll see how painful this is.
|
file |
diff |
annotate
|
Wed, 18 Jan 2012 22:45:49 -0500 |
Sam Lantinga |
Implementation of render targets, by Mason Wheeler and Gabriel Jacobo
|
file |
diff |
annotate
|
Sat, 07 Jan 2012 16:57:09 -0500 |
Sam Lantinga |
Added testnative to the Makefile and fixed building on Mac OS X
|
file |
diff |
annotate
|
Fri, 25 Mar 2011 11:09:57 -0700 |
Sam Lantinga |
Don't be clever, just call it testthread
|
file |
diff |
annotate
|
Fri, 11 Mar 2011 08:49:20 -0800 |
Sam Lantinga |
Gamma support is back!
|
file |
diff |
annotate
|
Sun, 20 Feb 2011 10:54:44 -0800 |
Sam Lantinga |
Simple rumble API for haptic
|
file |
diff |
annotate
|
Fri, 11 Feb 2011 12:24:59 -0800 |
Sam Lantinga |
Added a very simple example of texture streaming
|
file |
diff |
annotate
|
Thu, 10 Feb 2011 11:39:08 -0800 |
Sam Lantinga |
Removed gamma support since it wasn't widely used and not well supported.
|
file |
diff |
annotate
|
Wed, 09 Feb 2011 15:37:07 -0800 |
Sam Lantinga |
Added a scaling test program
|
file |
diff |
annotate
|
Tue, 08 Feb 2011 22:11:16 -0800 |
Sam Lantinga |
Added a simple GLSL example using SDL
|
file |
diff |
annotate
|
Tue, 01 Feb 2011 21:51:09 -0800 |
Sam Lantinga |
SDL doesn't actually support the physical/logical palette split anymore.
|
file |
diff |
annotate
|
Sat, 01 Jan 2011 20:44:38 -0800 |
Sam Lantinga |
Missing math library for testgesture
|
file |
diff |
annotate
|
Sun, 22 Aug 2010 13:45:56 -0700 |
Sam Lantinga |
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Sun, 15 Aug 2010 00:36:28 -0400 |
Jim Grandpre |
Added README.touch and README.gesture. Moved touchtest/gestureSDLTest to test/testgesture
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 07 Nov 2006 14:31:25 +0000 |
Ryan C. Gordon |
Added a test program for loadso subsystem.
SDL-1.2
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 03 Oct 2006 20:05:33 +0000 |
Ryan C. Gordon |
Added testaudioinfo.c ...
SDL-ryan-multiple-audio-device
|
file |
diff |
annotate
|
Wed, 16 Dec 2009 02:08:59 +0000 |
Sam Lantinga |
Added testfill to test raw fill performance
|
file |
diff |
annotate
|
Wed, 28 Oct 2009 06:04:07 +0000 |
Sam Lantinga |
Automatically initialize the video system and create a renderer to simplify use.
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Sat, 05 Sep 2009 09:11:03 +0000 |
Sam Lantinga |
CD-ROM support is so passé :)
|
file |
diff |
annotate
|
Tue, 09 Jun 2009 17:33:44 +0000 |
Bob Pendleton |
First commit for SDL atomic operations.
|
file |
diff |
annotate
|
Sun, 07 Jun 2009 06:06:35 +0000 |
Ryan C. Gordon |
Initial work on power subsystem for SDL 1.3.
|
file |
diff |
annotate
|
Wed, 01 Jul 2009 07:33:58 +0000 |
Jiang Jiang |
Add SDL_TEXTEDTING event to inform application about marked text.
gsoc2009_IME
|
file |
diff |
annotate
|
Wed, 01 Jul 2009 05:52:17 +0000 |
Jiang Jiang |
Add IME test program
gsoc2009_IME
|
file |
diff |
annotate
|
Wed, 04 Mar 2009 15:10:47 +0000 |
Sam Lantinga |
Date: Wed, 4 Mar 2009 15:38:22 +0200
|
file |
diff |
annotate
|
Sun, 11 Jan 2009 04:05:28 +0000 |
Ryan C. Gordon |
Added testresample.c
|
file |
diff |
annotate
|
Sun, 04 Jan 2009 19:33:21 +0000 |
Sam Lantinga |
Date: Sat, 3 Jan 2009 22:11:18 -0500
|
file |
diff |
annotate
|
Wed, 24 Dec 2008 13:04:18 +0000 |
Sam Lantinga |
Correct the test program
|
file |
diff |
annotate
|
Sun, 21 Dec 2008 08:24:32 +0000 |
Sam Lantinga |
Added test program to verify fill functionality
|
file |
diff |
annotate
|
Sat, 20 Dec 2008 12:32:53 +0000 |
Sam Lantinga |
Added a test program for line drawing
|
file |
diff |
annotate
|
Wed, 27 Aug 2008 13:37:19 +0000 |
Szymon Wilczek |
Many mouse and tablet linux test file added
|
file |
diff |
annotate
|
Wed, 06 Aug 2008 17:14:54 +0000 |
Edgar Simo |
Added testhaptic to test haptic devices.
gsoc2008_force_feedback
|
file |
diff |
annotate
|