index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
keymapper
/
action.cpp
Age
Commit message (
Expand
)
Author
2014-02-18
KEYMAPPER: Make GPL headers consistent in themselves.
Johannes Schickel
2012-02-27
KEYMAPPER: Rename HardwareKey to HardwareInput
Tarek Soliman
2012-02-21
KEYMAPPER: Clean up more dead code
Tarek Soliman
2012-02-21
KEYMAPPER: Remove automapping dead code
Tarek Soliman
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2010-05-05
Replace various strncpy usages by strlcpy.
Johannes Schickel
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-05-24
Strip trailing whitespaces in the whole code base.
Johannes Schickel
2009-05-10
whitespaces
Eugene Sandulenko
2008-09-30
Added preprocessor flags 'ENABLE_VKEYBD' and 'ENABLE_KEYMAPPER' to control in...
Stephen Kennedy
2008-08-18
Final changes to keymapper:
Stephen Kennedy
2008-08-18
- proper init of virtual keyboard now implemented (involved added EventManage...
Stephen Kennedy
2008-08-14
Changed Action constructor to take a pointer to the Keymap it belongs too, me...
Stephen Kennedy
2008-08-13
Keymapper WIP:
Stephen Kennedy
2008-08-07
* Moved VK code into backends/vkeybd
Stephen Kennedy