Mercurial > sdl-ios-xcode
log src/video/x11/SDL_x11events.c @ 2327:7b53a8401195
age | author | description |
---|---|---|
Fri, 07 Mar 2008 23:57:15 +0000 | Bob Pendleton | In testdyngl.c the event type was being anded (&) with SDL_KEYDOWN and if the result was none zero the program was quiting. This is very weird because it was |
Fri, 07 Mar 2008 21:01:54 +0000 | Bob Pendleton | oops, need to comment out some debug code. |
Fri, 07 Mar 2008 20:54:11 +0000 | Bob Pendleton | Next version of internationalized input for X11. On my machine (famous last words :-) with a US English keyboard and locale I can compose ` and e and get a text |
Fri, 07 Mar 2008 17:20:37 +0000 | Bob Pendleton | more valgrind errors fixed. Plus I ran make indent which changed a few files. |
Thu, 06 Mar 2008 23:07:02 +0000 | Bob Pendleton | Fixed many valgrind errors. But, I broke testdyngl. |
Thu, 07 Feb 2008 16:00:29 +0000 | Sam Lantinga | Fixed compile errors |