log src/events/SDL_keyboard.c @ 3549:686f0e69cd37

age author description
2009-12-01 Sam Lantinga Whenever a window becomes fullscreen, shown, unminimized, and has input focus it will change the display to the corresponding fullscreen video mode.
2009-09-19 Sam Lantinga Merged a cleaned up version of Jiang's code changes from Google Summer of Code 2009
2009-06-03 Sam Lantinga Von: Thomas Zimmermann
2009-07-01 Jiang Jiang Add SDL_TEXTEDTING event to inform application about marked text. gsoc2009_IME
2009-01-04 Sam Lantinga indent
2009-01-04 Sam Lantinga Make the SDL keysyms that represent unprintable ASCII values actually have
2008-12-08 Sam Lantinga Updated copyright date
2008-02-07 Sam Lantinga First pass of new SDL scancode concept for X11.
2008-02-05 Sam Lantinga First pass implementation of new SDL scancode concept, as discussed with
2008-01-15 Bob Pendleton Minimal implementation of textinput events for x11. It only works for latin-1.
2008-01-08 Bob Pendleton Checking in Christian Walther's patch for x11 keyboard input. Minor code tweaks by Bob.
2007-08-19 Sam Lantinga Date: Thu, 05 Jul 2007 14:02:33 -0700
2007-08-12 Sam Lantinga Fixed crash if conversion fails. Use ISO name for Latin-1
2007-06-16 Sam Lantinga Key repeat is handled by the OS, since text input is now decoupled from physical key events.
2006-07-30 Sam Lantinga Implemented Cocoa key event handling.