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