log test/testime.c @ 5266:595814f561f7

age author description
Thu, 10 Feb 2011 12:14:37 -0800 Sam Lantinga Be explicit about what display you're querying. The default display is 0.
Tue, 01 Feb 2011 21:40:03 -0800 Sam Lantinga Nobody is currently maintaining the QNX code, so removing it for now.
Sun, 22 Aug 2010 12:39:27 -0700 Sam Lantinga Merged Daniel's Google Summer of Code work from SDL-gsoc2010_IME
Sun, 25 Jul 2010 13:17:31 -0400 dewyatt Correctly draw cursor based on position.
Sat, 24 Jul 2010 20:48:50 -0400 dewyatt Changed markedText to have its own storage to resolve multiple bugs.
Sun, 22 Aug 2010 11:56:07 -0700 Sam Lantinga Don't need to use strlen() to determine if there's text.
Thu, 12 Aug 2010 16:00:47 +0200 Jjgod Jiang Fix for deleting the last uncommit character
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.
Wed, 16 Dec 2009 10:59:51 +0000 Ryan C. Gordon Implemented SDL_setenv(), moved SDL_putenv() to compat.
Sat, 21 Nov 2009 08:42:42 +0000 Mike Gorchak Added support for QNX default font. Backspace and Return keys now handled.
Sun, 04 Oct 2009 09:55:20 +0000 Sam Lantinga Fixed bug #817
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.
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
Thu, 06 Aug 2009 09:01:03 +0000 Jiang Jiang Update testime program to accept font parameter. gsoc2009_IME
Thu, 06 Aug 2009 08:59:53 +0000 Jiang Jiang Further polish API, fix crash in test program. gsoc2009_IME
Thu, 06 Aug 2009 08:53:00 +0000 Jiang Jiang Polish test code gsoc2009_IME
Wed, 01 Jul 2009 16:12:00 +0000 Jiang Jiang Draw cursor, underline marked text gsoc2009_IME
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