Thu, 31 May 2012 19:23:30 +0300 |
1.Fixed a memory leak inside XInput2 code
|
file | diff | annotate |
Sun, 22 Jan 2012 18:11:41 -0500 |
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 |
Removing some more references to SDL 1.3
|
file | diff | annotate |
Fri, 08 Apr 2011 13:03:26 -0700 |
SDL 1.3 is now under the zlib license.
|
file | diff | annotate |
Thu, 10 Feb 2011 12:14:37 -0800 |
Be explicit about what display you're querying. The default display is 0.
|
file | diff | annotate |
Tue, 01 Feb 2011 21:40:03 -0800 |
Nobody is currently maintaining the QNX code, so removing it for now.
|
file | diff | annotate |
Sun, 22 Aug 2010 12:39:27 -0700 |
Merged Daniel's Google Summer of Code work from SDL-gsoc2010_IME
|
file | diff | annotate |
Sun, 25 Jul 2010 13:17:31 -0400 |
Correctly draw cursor based on position.
|
file | diff | annotate |
Sat, 24 Jul 2010 20:48:50 -0400 |
Changed markedText to have its own storage to resolve multiple bugs.
|
file | diff | annotate |
Sun, 22 Aug 2010 11:56:07 -0700 |
Don't need to use strlen() to determine if there's text.
|
file | diff | annotate |
Thu, 12 Aug 2010 16:00:47 +0200 |
Fix for deleting the last uncommit character
|
file | diff | annotate |
Sun, 09 May 2010 20:47:22 -0700 |
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 |
Implemented SDL_setenv(), moved SDL_putenv() to compat.
|
file | diff | annotate |
Sat, 21 Nov 2009 08:42:42 +0000 |
Added support for QNX default font. Backspace and Return keys now handled.
|
file | diff | annotate |
Sun, 04 Oct 2009 09:55:20 +0000 |
Fixed bug #817
|
file | diff | annotate |
Sat, 19 Sep 2009 15:22:33 +0000 |
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 |
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 |
Update testime program to accept font parameter.
|
file | diff | annotate |
Thu, 06 Aug 2009 08:59:53 +0000 |
Further polish API, fix crash in test program.
|
file | diff | annotate |
Thu, 06 Aug 2009 08:53:00 +0000 |
Polish test code
|
file | diff | annotate |
Wed, 01 Jul 2009 16:12:00 +0000 |
Draw cursor, underline marked text
|
file | diff | annotate |
Wed, 01 Jul 2009 07:33:58 +0000 |
Add SDL_TEXTEDTING event to inform application about marked text.
|
file | diff | annotate |
Wed, 01 Jul 2009 05:52:17 +0000 |
Add IME test program
|
file | diff | annotate |