log src/video/x11/SDL_x11events.c @ 4630:02895e9c796b

age author description
Wed, 21 Jul 2010 21:47:12 -0700 Sam Lantinga Fixed key repeat detection on X11, and simplified the code for everyone else.
Tue, 20 Jul 2010 23:25:24 -0700 Sam Lantinga Added support for keyboard repeat (only tested on Windows so far)
Tue, 20 Jul 2010 00:05:32 -0700 Sam Lantinga Applied the same logic as the fix for bug 894.
Tue, 20 Jul 2010 00:01:26 -0700 Sam Lantinga Finally fixed bug 894 without breaking bug 716. Yay! :) SDL-1.2
Mon, 19 Jul 2010 23:29:45 -0700 Sam Lantinga Fixed X error when showing debug info about a deleted property
Sun, 18 Jul 2010 01:00:01 -0700 Sam Lantinga Added back in a little more debugging for the X11 keyboard code
Wed, 14 Jul 2010 07:25:07 -0700 Sam Lantinga Zero any fields not explicitly filled in.