log test/testime.c @ 5144:31e7f523ab3d

age author description
2010-08-22 Sam Lantinga Merged Daniel's Google Summer of Code work from SDL-gsoc2010_IME
2010-07-25 dewyatt Correctly draw cursor based on position.
2010-07-25 dewyatt Changed markedText to have its own storage to resolve multiple bugs.
2010-08-22 Sam Lantinga Don't need to use strlen() to determine if there's text.
2010-08-12 Jjgod Jiang Fix for deleting the last uncommit character
2010-05-10 Sam Lantinga Removed multi-mouse / multi-keyboard support in anticipation of a real multi-mouse and multi-touch API.
2009-12-16 Ryan C. Gordon Implemented SDL_setenv(), moved SDL_putenv() to compat.
2009-11-21 Mike Gorchak Added support for QNX default font. Backspace and Return keys now handled.
2009-10-04 Sam Lantinga Fixed bug #817
2009-09-19 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.
2009-09-19 Sam Lantinga Merged a cleaned up version of Jiang's code changes from Google Summer of Code 2009
2009-08-06 Jiang Jiang Update testime program to accept font parameter. gsoc2009_IME
2009-08-06 Jiang Jiang Further polish API, fix crash in test program. gsoc2009_IME
2009-08-06 Jiang Jiang Polish test code gsoc2009_IME
2009-07-01 Jiang Jiang Draw cursor, underline marked text gsoc2009_IME
2009-07-01 Jiang Jiang Add SDL_TEXTEDTING event to inform application about marked text. gsoc2009_IME
2009-07-01 Jiang Jiang Add IME test program gsoc2009_IME