Age | Commit message (Expand) | Author |
2017-12-28 | VKEYBD: Fallback to SearchMan when loading keyboard packs | Bastien Bouclet |
2017-11-19 | EVENTS: Rename synthetic to kbdRepeat | Bastien Bouclet |
2014-04-22 | VKEYBD: Remove noisy warnings and clarify messages. | D G Turner |
2012-01-03 | VKEYBD: Slight cleanup. | Johannes Schickel |
2012-01-03 | VKEYBD: Some formatting fixes. | Johannes Schickel |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-03 | BACKENDS: Change printf -> debug in vkeybd code | Max Horn |
2011-04-29 | JANITORIAL: Yet another attempt at fixing compilation | Ori Avtalion |
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-06-29 | enable reading ZIP archives even without USE_ZLIB | Robert Špalek |
2010-02-13 | Hide ZipArchive implementation, only expose it via factory functions: makeZip... | Max Horn |
2010-01-25 | Fix virtual-keyboard not changing size, when the user changes the scaler whil... | Johannes Schickel |
2010-01-22 | Silenced some more cppcheck warnings. Some of these may seem silly, but the way | Torbjörn Andersson |
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for con... | Max Horn |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-06-20 | split loadKeyboardPack(), fallback to the current dir when searching for pack... | Andre Heider |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-01-23 | Renamed Archive::openFile to createReadStreamForMember | Max Horn |
2009-01-20 | Removed ImageMan again, now the code uses Graphics::ImageDecoder directly. | Johannes Schickel |
2009-01-20 | Some formatting. | Johannes Schickel |
2009-01-20 | fixed vkeybd.zip loading | Andre Heider |
2009-01-20 | protect all vkeybd code with ENABLE_VKEYBD | Andre Heider |
2009-01-20 | added proper ImageMan includes | 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-09-26 | Merged revisions 33452-33453,33455-33459,33463-33464,33466-33471,33473-33474,... | Stephen Kennedy |
2008-08-29 | Updated comments, and general cleanup | Stephen Kennedy |
2008-08-22 | Fixed display cursor position bug | Stephen Kennedy |
2008-08-18 | Updated 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-17 | Various virtual keyboard bug fixes | Stephen Kennedy |
2008-08-15 | Optimization and cleanup of VirtualKeyboardGUI | Stephen Kennedy |
2008-08-15 | Added clear event to virtual keyboard | 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-07 | * Moved VK code into backends/vkeybd | Stephen Kennedy |