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
/
keymapper.cpp
Age
Commit message (
Expand
)
Author
2014-02-18
KEYMAPPER: Make GPL headers consistent in themselves.
Johannes Schickel
2012-03-02
KEYMAPPER: Add delays for *UP events coming from non-keys
Tarek Soliman
2012-03-02
KEYMAPPER: Map non-key custom input events
Tarek Soliman
2012-03-02
KEYMAPPER: Add non-key inputs to HardwareInput
Tarek Soliman
2012-02-28
KEYMAPPER: HardwareInputSet now has defaults
Tarek Soliman
2012-02-27
KEYMAPPER: Rename HardwareKey to HardwareInput
Tarek Soliman
2012-02-22
KEYMAPPER: Fix a signed/unsigned comparison warning
Tarek Soliman
2012-02-21
KEYMAPPER: Remove automapping dead code
Tarek Soliman
2012-02-20
KEYMAPPER: Rewrite the EventMapper API
Tarek Soliman
2012-02-20
KEYMAPPER: EventMapper must now eat all events
Tarek Soliman
2012-02-15
JANITORIAL: Fix whitespace in pointer template arg
Tarek Soliman
2012-02-12
KEYMAPPER: Allow ports to define their own global keymap
Tarek Soliman
2012-02-02
KEYMAPPER: Handle EVENT_MAINMENU directly
Tarek Soliman
2012-01-07
KEYMAPPER: Add failsafe code for popping into Keymapper itself
Tarek Soliman
2012-01-07
KEYMAPPER: Rename inherit flag to transparent
Tarek Soliman
2011-12-30
KEYMAPPER: Simplify calling getKeymap
Tarek Soliman
2011-11-02
Revert "KEYMAPPER: Make global keymap that is always active"
Tarek Soliman
2011-10-27
KEYMAPPER: Make global keymap that is always active
Tarek Soliman
2011-10-27
KEYMAPPER: Debugging and minor cleanup
Tarek Soliman
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2010-01-03
Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null
Torbjörn Andersson
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-07-25
- Adapt DefaultEventManager to use Common::ArtificialEventSource
Johannes Schickel
2009-05-31
The error() and warning() functions add ! and newline automatically. (I didn't
Torbjörn Andersson
2009-05-24
Strip trailing whitespaces in the whole code base.
Johannes Schickel
2009-05-10
Keymapper:
Eugene Sandulenko
2009-05-10
Store global keymaps into a separate section
Eugene Sandulenko
2009-05-10
whitespaces
Eugene Sandulenko
2009-05-05
Fix keymapper compilation
Eugene Sandulenko
2009-01-21
Yet more cleanup
Max Horn
2009-01-21
Fix what I believe to be an error in Keymapper::cleanupGameKeymaps
Max Horn
2009-01-21
more cleanup
Max Horn
2009-01-21
Some cleanup / code simplification
Max Horn
2008-09-30
Added preprocessor flags 'ENABLE_VKEYBD' and 'ENABLE_KEYMAPPER' to control in...
Stephen Kennedy
2008-08-23
Proper fix for key repeat bug - r34094 caused different problems due to repea...
Stephen Kennedy
2008-08-22
Fix for key repeat bug
Stephen Kennedy
2008-08-18
Final changes to keymapper:
Stephen Kennedy
2008-08-18
Removed KeymapManager class. Automatic mapping now done in Keymap. Rest of Ke...
Stephen Kennedy
2008-08-14
* Saving of keymaps fully implemented
Stephen Kennedy
2008-08-13
Keymapper WIP:
Stephen Kennedy
2008-08-08
Keymapper WIP:
Stephen Kennedy
2008-08-07
* Moved VK code into backends/vkeybd
Stephen Kennedy