log src/events/SDL_keyboard.c @ 5203:01bced9a4cc1

age author description
2011-01-28 Sam Lantinga Removed completely non-portable event thread hack.
2011-01-24 krogoway Renamed SDL_keysym to SDL_KeySym
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)
2010-07-18 Sam Lantinga Fixed bug 1014
2010-07-08 Sam Lantinga Updated iPhone keyboard code (which builds and runs on the iPad and iPhone simulator now)
2010-05-10 Sam Lantinga Removed multi-mouse / multi-keyboard support in anticipation of a real multi-mouse and multi-touch API.
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
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.
2006-07-10 Sam Lantinga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
2006-07-08 Sam Lantinga Implemented Win32 input grab SDL-1.3
2006-07-08 Sam Lantinga SDL_PushEvent() calls the event filter code, and has a return value to tell SDL-1.3
2006-07-06 Sam Lantinga Proof of concept done - Win32 GDI implementation mostly complete. SDL-1.3
2006-06-30 Sam Lantinga Added a userdata parameter for event filters. SDL-1.3
2006-06-30 Sam Lantinga Cleaned up a bunch of warnings, started adding Win32 event support SDL-1.3
2006-06-14 Sam Lantinga More compile fixes SDL-1.3
2006-06-11 Sam Lantinga Finishing up keyboard code revamp, at least for now... SDL-1.3
2006-06-10 Sam Lantinga Keyboard code update in progress SDL-1.3
2006-06-07 Sam Lantinga Work in progress. :) SDL-1.3
2006-05-29 Sam Lantinga more tweaking indent options SDL-1.3
2006-05-28 Sam Lantinga Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API. SDL-1.3
2006-05-17 Sam Lantinga Merge trunk-1.3-3 SDL-1.3
2006-03-24 Sam Lantinga Fixed some ultra-pedantic gcc warnings
2006-03-13 Sam Lantinga Fixed bug #112
2006-02-21 Sam Lantinga Use consistent identifiers for the various platforms we support.