aboutsummaryrefslogtreecommitdiff
path: root/backends/vkeybd/virtual-keyboard-gui.cpp
AgeCommit message (Collapse)Author
2009-06-06Virtual Keyboard: 'Ab'use the console font to get a font small enough to be ↵John Willis
usable on 320*240 virtual keyboards for display_area (GUI and BigGUI take up far too much space). svn-id: r41300
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
svn-id: r40867
2009-01-21Fixed vkbd drawing and GUI drawing on screen change while vkbd is shown.Johannes Schickel
svn-id: r35979
2009-01-20some code cleanupMax Horn
svn-id: r35966
2009-01-20Moved Surface::blit to backends/vkeybd/virtual-keyboard-gui.cppMax Horn
svn-id: r35965
2009-01-20protect all vkeybd code with ENABLE_VKEYBDAndre Heider
svn-id: r35956
2009-01-20use Surface instead of SurfaceKeyColoredAndre Heider
svn-id: r35953
2009-01-20Some basic work on the vkeybd codeMax Horn
svn-id: r35931
2008-09-30Added preprocessor flags 'ENABLE_VKEYBD' and 'ENABLE_KEYMAPPER' to control ↵Stephen Kennedy
inclusion of vkeybd and keymapper in build.\n\nAlso added corresponding --enable-vkeybd and --enable-keymapper flags to configure scripts. svn-id: r34706
2008-08-22Fixed display cursor position bugStephen Kennedy
svn-id: r34095
2008-08-18- proper init of virtual keyboard now implemented (involved added ↵Stephen Kennedy
EventManager::init() which is called after screen has been initialised) - changed HardwareKey / Action id field to an array of 4 chars instead of int32. Means that the keymap key/value pairs in config file are more readable. svn-id: r33986
2008-08-17Various virtual keyboard bug fixesStephen Kennedy
svn-id: r33969
2008-08-15Optimization and cleanup of VirtualKeyboardGUIStephen Kennedy
svn-id: r33916
2008-08-15* Added Virtual Keyboard descriptions for all keycodesStephen Kennedy
* Tweaking of key delivery queue svn-id: r33907
2008-08-15Virtual Keyboard:Stephen Kennedy
* added support for submit, cancel, backspace, and cursor movement commands * minor API modifications svn-id: r33887
2008-08-14Loads of valgrind fixesStephen Kennedy
svn-id: r33869
2008-08-11Remap dialog WIPStephen Kennedy
svn-id: r33791
2008-08-11* Updated virtual keyboard packStephen Kennedy
svn-id: r33776
2008-08-07* Moved VK code into backends/vkeybdStephen Kennedy
* Moved Keymapper code into backends/keymapper svn-id: r33681