Mercurial > sdl-ios-xcode
log test/testime.c @ 4756:b99b1024607a
age | author | description |
---|---|---|
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. |