log src/events/SDL_keyboard.c @ 5008:35afe807b51c

age author description
2010-09-19 Sam Lantinga Fixed crash on systems that don't have StopTextInput
2010-09-15 dewyatt Ensure compositions are committed when keyboard focus changes.
2010-08-22 Sam Lantinga Merged Daniel's Google Summer of Code work from SDL-gsoc2010_IME
2010-08-22 Sam Lantinga Cleanup from the Android commit
2010-07-18 dewyatt Merge with main repo (mainly for non-printable character fix)
2010-07-13 dewyatt Added SDL_utf8strlcpy to copy at UTF-8 character boundaries.
2010-07-12 dewyatt Changed Start/StopTextInput back to not take any parameters.
2010-07-08 dewyatt Changed StartTextInput to take an SDL_Window parameter.
2010-08-22 Sam Lantinga Merged Paul's Google Summer of Code work from SDL-gsoc2010_android
2010-07-06 Paul Hunkin Added preliminary keyboard event support
2010-07-23 Sam Lantinga Daniel Wyatt to slouken
2010-07-22 Sam Lantinga Fixed key repeat detection on X11, and simplified the code for everyone else.
2010-07-21 Sam Lantinga Delete is indeed an unprintable character.
2010-07-21 Sam Lantinga Added support for keyboard repeat (only tested on Windows so far)