log src/video/win32/SDL_win32keyboard.c @ 4908:9b9dc9fc7df2

age author description
2010-09-19 Sam Lantinga Fixed compiling with mingw32/64
2010-09-19 Daniel Wyatt Fixed all MinGW problems (except libraries not added to build yet).
2010-08-24 Andreas Schiffler Update VS2010 project to add new files; update new files so code builds on Win32/Win64
2010-08-22 Sam Lantinga Merged Daniel's Google Summer of Code work from SDL-gsoc2010_IME
2010-08-05 dewyatt Updated to fit SDL style a little more.
2010-08-03 dewyatt Large commit with initial reading string support, TSF UILess code, etc.
2010-07-12 dewyatt Changed Start/StopTextInput back to not take any parameters.
2010-07-12 dewyatt Initial IMM implementation.
2010-07-10 dewyatt Changed StopTextInput to take an SDL_Window parameter.
2010-07-08 dewyatt Changed StartTextInput to take an SDL_Window parameter.
2010-07-06 dewyatt Added missing line to make things compile.
2010-07-06 dewyatt Added empty text input functions for win32.
2010-07-21 Sam Lantinga Fixed remapping the Delete key and detecting the keypad Delete key.
2010-05-10 Sam Lantinga Removed multi-mouse / multi-keyboard support in anticipation of a real multi-mouse and multi-touch API.
2008-07-23 Szymon Wilczek Proximity events, Pressure detection for multiple windows. Tablet button detection on the way. gsoc2008_manymouse