aboutsummaryrefslogtreecommitdiff
path: root/backends/vkeybd/virtual-keyboard.cpp
AgeCommit message (Expand)Author
2014-04-22VKEYBD: Remove noisy warnings and clarify messages.D G Turner
2012-01-03VKEYBD: Slight cleanup.Johannes Schickel
2012-01-03VKEYBD: Some formatting fixes.Johannes Schickel
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-03BACKENDS: Change printf -> debug in vkeybd codeMax Horn
2011-04-29JANITORIAL: Yet another attempt at fixing compilationOri Avtalion
2011-04-14ALL: centre -> centerMax Horn
2010-11-29BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefsMax Horn
2010-06-29enable reading ZIP archives even without USE_ZLIBRobert Špalek
2010-02-13Hide ZipArchive implementation, only expose it via factory functions: makeZip...Max Horn
2010-01-25Fix virtual-keyboard not changing size, when the user changes the scaler whil...Johannes Schickel
2010-01-22Silenced some more cppcheck warnings. Some of these may seem silly, but the wayTorbjörn Andersson
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-06-20split loadKeyboardPack(), fallback to the current dir when searching for pack...Andre Heider
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-01-23Renamed Archive::openFile to createReadStreamForMemberMax Horn
2009-01-20Removed ImageMan again, now the code uses Graphics::ImageDecoder directly.Johannes Schickel
2009-01-20Some formatting.Johannes Schickel
2009-01-20fixed vkeybd.zip loadingAndre Heider
2009-01-20protect all vkeybd code with ENABLE_VKEYBDAndre Heider
2009-01-20added proper ImageMan includesAndre 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-09-26Merged revisions 33452-33453,33455-33459,33463-33464,33466-33471,33473-33474,...Stephen Kennedy
2008-08-29Updated comments, and general cleanupStephen Kennedy
2008-08-22Fixed display cursor position bugStephen Kennedy
2008-08-18Updated to latest version of XMLParser, and modified VirtualKeyboardParser to...Stephen 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-15Added clear event to virtual keyboardStephen 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-07* Moved VK code into backends/vkeybdStephen Kennedy