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
/
vkeybd
/
virtual-keyboard.h
Age
Commit message (
Expand
)
Author
2013-08-16
VKEYBD: Make code agnostic of OverlayColor.
Johannes Schickel
2012-01-03
VKEYBD: Slight cleanup.
Johannes Schickel
2012-01-03
VKEYBD: Some formatting fixes.
Johannes Schickel
2011-05-31
BUILD: Compile more files only when necessary
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-14
ALL: centre -> center
Max Horn
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-12
Fix some memory leaks.
Johannes Schickel
2009-06-20
split loadKeyboardPack(), fallback to the current dir when searching for pack...
Andre Heider
2009-05-24
Strip trailing whitespaces in the whole code base.
Johannes Schickel
2009-01-20
some code cleanup
Max Horn
2009-01-20
Removed ImageMan again, now the code uses Graphics::ImageDecoder directly.
Johannes Schickel
2009-01-20
Some formatting.
Johannes Schickel
2009-01-20
protect all vkeybd code with ENABLE_VKEYBD
Andre Heider
2009-01-20
Some basic work on the vkeybd code
Max Horn
2008-09-30
Added preprocessor flags 'ENABLE_VKEYBD' and 'ENABLE_KEYMAPPER' to control in...
Stephen Kennedy
2008-08-29
Updated comments, and general cleanup
Stephen Kennedy
2008-08-17
Various virtual keyboard bug fixes
Stephen Kennedy
2008-08-15
Added clear event to virtual keyboard
Stephen Kennedy
2008-08-15
* Added Virtual Keyboard descriptions for all keycodes
Stephen Kennedy
2008-08-15
Virtual Keyboard:
Stephen Kennedy
2008-08-07
* Moved VK code into backends/vkeybd
Stephen Kennedy