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-gui.cpp
Age
Commit message (
Expand
)
Author
2014-02-18
VKEYBD: Make GPL headers consistent in themselves.
Johannes Schickel
2013-08-16
VKEYBD: Make code agnostic of OverlayColor.
Johannes Schickel
2013-08-06
VKEYBD: Do not access Surface::pixels anymore.
Johannes Schickel
2012-06-16
ALL: Let overlay related methods in OSystem take a void * and use a proper pi...
Johannes Schickel
2012-01-03
VKEYBD: Fix cursor palette.
Johannes Schickel
2012-01-03
VKEYBD: Some formatting fixes.
Johannes Schickel
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-17
BACKENDS: Adapt various backends code to set up Surface::format correctly.
Johannes Schickel
2011-04-17
BACKEND: Prefer Surface::create taking a PixelFormat over the one taking a by...
Johannes Schickel
2011-04-14
ALL: centre -> center
Max Horn
2010-11-29
BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs
Max Horn
2010-11-16
GUI: Rename gui/GuiManager.* to gui/gui-manager.*
Max Horn
2010-01-07
The default keycolor for mouse pointers used to be 255.
Marcus Comstedt
2009-12-09
Include font.h instead of fontman.h in places that don't need fontman :)
Max Horn
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-06-06
Virtual Keyboard: 'Ab'use the console font to get a font small enough to be u...
John Willis
2009-05-24
Strip trailing whitespaces in the whole code base.
Johannes Schickel
2009-01-21
Fixed vkbd drawing and GUI drawing on screen change while vkbd is shown.
Johannes Schickel
2009-01-20
some code cleanup
Max Horn
2009-01-20
Moved Surface::blit to backends/vkeybd/virtual-keyboard-gui.cpp
Max Horn
2009-01-20
protect all vkeybd code with ENABLE_VKEYBD
Andre Heider
2009-01-20
use Surface instead of SurfaceKeyColored
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-22
Fixed display cursor position bug
Stephen Kennedy
2008-08-18
- proper init of virtual keyboard now implemented (involved added EventManage...
Stephen Kennedy
2008-08-17
Various virtual keyboard bug fixes
Stephen Kennedy
2008-08-15
Optimization and cleanup of VirtualKeyboardGUI
Stephen Kennedy
2008-08-15
* Added Virtual Keyboard descriptions for all keycodes
Stephen Kennedy
2008-08-15
Virtual Keyboard:
Stephen Kennedy
2008-08-14
Loads of valgrind fixes
Stephen Kennedy
2008-08-11
Remap dialog WIP
Stephen Kennedy
2008-08-11
* Updated virtual keyboard pack
Stephen Kennedy
2008-08-07
* Moved VK code into backends/vkeybd
Stephen Kennedy