aboutsummaryrefslogtreecommitdiff
path: root/backends/vkeybd/virtual-keyboard-gui.cpp
AgeCommit message (Collapse)Author
2010-01-07The default keycolor for mouse pointers used to be 255.Marcus Comstedt
This makes sense as a default for CLUT8 modes, but not really for anything else. As part of the gsoc2009-16bit merge, the default was changed to "all ones", with extra code in the SDL backend to truncate this to the depth of the mode. However, "all ones" (white) still isn't a very useful default for RGB modes. So rather than jumping through hoops to provide a bad default, it's better to remove the default altogether. Engines which relied on the old default of 255 have been updated to specify it explicitly. svn-id: r47118
2009-12-09Include font.h instead of fontman.h in places that don't need fontman :)Max Horn
svn-id: r46311
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for ↵Max Horn
consistency svn-id: r44634
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