Thu, 10 Mar 2016 21:00:27 +0100 |
Philipp Wiesemann |
Fixed compiling IME test program with HAVE_SDL_TTF on C89 compilers.
|
file |
diff |
annotate
|
Thu, 03 Mar 2016 20:11:43 +0100 |
Philipp Wiesemann |
Fixed compile warnings about unused variables in IME test program.
|
file |
diff |
annotate
|
Wed, 02 Mar 2016 20:24:43 +0100 |
Philipp Wiesemann |
Replaced strlen() with SDL_strlen() in IME test program.
|
file |
diff |
annotate
|
Sat, 02 Jan 2016 10:10:34 -0800 |
Sam Lantinga |
Updated copyright to 2016
|
file |
diff |
annotate
|
Tue, 01 Dec 2015 22:22:58 +0100 |
Philipp Wiesemann |
Fixed compile warning in IME test program.
|
file |
diff |
annotate
|
Tue, 26 May 2015 06:27:46 -0700 |
Sam Lantinga |
Updated the copyright year to 2015
|
file |
diff |
annotate
|
Sun, 02 Feb 2014 00:53:27 -0800 |
Sam Lantinga |
Fixed bug 2374 - Update copyright for 2014...
|
file |
diff |
annotate
|
Sat, 05 Oct 2013 19:09:03 -0700 |
Sam Lantinga |
Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed
|
file |
diff |
annotate
|
Thu, 29 Aug 2013 08:30:21 -0700 |
Sam Lantinga |
Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)).
|
file |
diff |
annotate
|
Wed, 21 Aug 2013 09:43:09 -0300 |
Gabriel Jacobo |
OCD fixes: Adds a space before */
|
file |
diff |
annotate
|
Tue, 20 Aug 2013 20:34:40 -0300 |
Gabriel Jacobo |
More non C89 compliant comments
|
file |
diff |
annotate
|
Wed, 14 Aug 2013 23:30:10 -0700 |
Andreas Schiffler |
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
file |
diff |
annotate
|
Thu, 25 Jul 2013 09:51:21 -0700 |
Sam Lantinga |
Updated the copyright year for the test programs
|
file |
diff |
annotate
|
Sat, 18 May 2013 14:17:52 -0700 |
Sam Lantinga |
File style cleanup for the SDL 2.0 release
|
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
|
Thu, 31 May 2012 19:23:30 +0300 |
Dimitris Zenios |
1.Fixed a memory leak inside XInput2 code
|
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
|
Sun, 22 Jan 2012 17:26:45 -0500 |
Sam Lantinga |
Removing some more references to SDL 1.3
|
file |
diff |
annotate
|
Fri, 08 Apr 2011 13:03:26 -0700 |
Sam Lantinga |
SDL 1.3 is now under the zlib license.
|
file |
diff |
annotate
|
Thu, 10 Feb 2011 12:14:37 -0800 |
Sam Lantinga |
Be explicit about what display you're querying. The default display is 0.
|
file |
diff |
annotate
|
Tue, 01 Feb 2011 21:40:03 -0800 |
Sam Lantinga |
Nobody is currently maintaining the QNX code, so removing it for now.
|
file |
diff |
annotate
|
Sun, 22 Aug 2010 12:39:27 -0700 |
Sam Lantinga |
Merged Daniel's Google Summer of Code work from SDL-gsoc2010_IME
|
file |
diff |
annotate
|
Sun, 25 Jul 2010 13:17:31 -0400 |
dewyatt |
Correctly draw cursor based on position.
|
file |
diff |
annotate
|
Sat, 24 Jul 2010 20:48:50 -0400 |
dewyatt |
Changed markedText to have its own storage to resolve multiple bugs.
|
file |
diff |
annotate
|
Sun, 22 Aug 2010 11:56:07 -0700 |
Sam Lantinga |
Don't need to use strlen() to determine if there's text.
|
file |
diff |
annotate
|
Thu, 12 Aug 2010 16:00:47 +0200 |
Jjgod Jiang |
Fix for deleting the last uncommit character
|
file |
diff |
annotate
|
Sun, 09 May 2010 20:47:22 -0700 |
Sam Lantinga |
Removed multi-mouse / multi-keyboard support in anticipation of a real multi-mouse and multi-touch API.
|
file |
diff |
annotate
|
Wed, 16 Dec 2009 10:59:51 +0000 |
Ryan C. Gordon |
Implemented SDL_setenv(), moved SDL_putenv() to compat.
|
file |
diff |
annotate
|
Sat, 21 Nov 2009 08:42:42 +0000 |
Mike Gorchak |
Added support for QNX default font. Backspace and Return keys now handled.
|
file |
diff |
annotate
|
Sun, 04 Oct 2009 09:55:20 +0000 |
Sam Lantinga |
Fixed bug #817
|
file |
diff |
annotate
|
Sat, 19 Sep 2009 15:22:33 +0000 |
Bob Pendleton |
I'm gussing that this was never compiled where TTF support was missing. As a result a call to SDL_GetError and a call to TTF_GetError were swapped.
|
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
|
Thu, 06 Aug 2009 09:01:03 +0000 |
Jiang Jiang |
Update testime program to accept font parameter.
gsoc2009_IME
|
file |
diff |
annotate
|
Thu, 06 Aug 2009 08:59:53 +0000 |
Jiang Jiang |
Further polish API, fix crash in test program.
gsoc2009_IME
|
file |
diff |
annotate
|
Thu, 06 Aug 2009 08:53:00 +0000 |
Jiang Jiang |
Polish test code
gsoc2009_IME
|
file |
diff |
annotate
|
Wed, 01 Jul 2009 16:12:00 +0000 |
Jiang Jiang |
Draw cursor, underline marked text
gsoc2009_IME
|
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
|