log src/events/SDL_keyboard.c @ 4582:a17fbd25767b

age author description
2010-04-20 Jjgod Jiang Fix a crash caused by empty keyboard focus
2010-04-16 Sam Lantinga Minor cleanup on Jiang's patch
2010-04-16 Sam Lantinga changeset: 4433:25667ea797fa
2010-03-25 Sam Lantinga General improvements for user custom event registration
2009-10-10 Sam Lantinga Changed environment variable to match Debian patch 205_lock_keys.diff SDL-1.2
2009-02-16 Sam Lantinga GAPI fixes from Stefan Klug SDL-1.2
2008-12-08 Sam Lantinga Updated copyright date SDL-1.2
2008-02-26 Sam Lantinga Date: Tue, 05 Feb 2008 01:41:08 -0500 SDL-1.2
2010-01-24 Sam Lantinga Fixed bug #926
2010-01-21 Sam Lantinga Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
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