log

age author description
Fri, 14 Mar 2008 18:17:49 +0000 Bob Pendleton re: bug#563. checking in some commented out trace code and a fix so that the in testalpha.c the background only flashes when alpha == 255. The problem that is being
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, 06 Mar 2008 17:08:10 +0000 Bob Pendleton Fixing valgrind errors.
Tue, 04 Mar 2008 23:09:28 +0000 Bob Pendleton SetupWindowData in SDL_X11window.c was realloc()ing the display window list and incrementing numwindows even though those are being updated in functions that call
Sat, 01 Mar 2008 20:34:36 +0000 Bob Pendleton Deleted a call to X__PumpEvents at the end of X11_GL_InitExtensions(). This function is being called from SDL_RecreateWindow at a point when the numwindows value in
Sat, 23 Feb 2008 05:10:40 +0000 Sam Lantinga Now the program will process all events and then terminate. :)
Wed, 20 Feb 2008 23:27:33 +0000 Bob Pendleton HandleEvent() returns done each time it is called. If done was set to 0 the program should quit, but because done is not checked until *all* events are handled a
Mon, 11 Feb 2008 21:06:32 +0000 Sam Lantinga Windows also remaps the numeric keypad... grrr
Mon, 11 Feb 2008 20:26:22 +0000 Sam Lantinga Checkout directly to the SDL 1.3 folder
Sun, 10 Feb 2008 17:29:23 +0000 Sam Lantinga Show integer scancode, since that's how it's defined in the header.
Sun, 10 Feb 2008 16:21:05 +0000 Sam Lantinga Disable DirectFB by default, since it hasn't been updated for the 1.3 API yet.
Sun, 10 Feb 2008 05:34:33 +0000 Sam Lantinga Added support for keypad enter
Sun, 10 Feb 2008 05:14:28 +0000 Sam Lantinga Updated Visual C++ project
Sat, 09 Feb 2008 22:28:27 +0000 Sam Lantinga Friggin' Windows remaps alphabetic keys based on keyboard layout.
Sat, 09 Feb 2008 07:18:38 +0000 Sam Lantinga Undo keyboard layout based alphabetic key mapping. Grr.... HACK HACK HACK...
Sat, 09 Feb 2008 06:47:46 +0000 Sam Lantinga Implemented text input event for Win32
Fri, 08 Feb 2008 08:35:49 +0000 Sam Lantinga Untested Win32 keyboard scancode code.
Thu, 07 Feb 2008 16:14:43 +0000 Sam Lantinga Fixed array overrun
Thu, 07 Feb 2008 16:00:29 +0000 Sam Lantinga Fixed compile errors
Thu, 07 Feb 2008 15:31:09 +0000 Sam Lantinga First pass of new SDL scancode concept for X11.
Tue, 05 Feb 2008 07:30:50 +0000 Sam Lantinga Christian's comment:
Tue, 05 Feb 2008 07:19:23 +0000 Sam Lantinga First pass implementation of new SDL scancode concept, as discussed with
Mon, 04 Feb 2008 17:25:33 +0000 Ryan C. Gordon Merged r3534:3535 from branches/SDL-1.2: Reset direction flag in SDL_revcpy().
Thu, 24 Jan 2008 15:51:52 +0000 Sam Lantinga Merged fix for bug #542 from SDL 1.2
Tue, 15 Jan 2008 22:37:17 +0000 Bob Pendleton Minimal implementation of textinput events for x11. It only works for latin-1.
Sat, 12 Jan 2008 18:07:06 +0000 Bob Pendleton Enabled key board auto repeat in X11_InitKeyboard.c. Had to add a couple of new Xlib symbols.