aboutsummaryrefslogtreecommitdiff
path: root/backends/vkeybd
AgeCommit message (Expand)Author
2017-12-28VKEYBD: Fallback to SearchMan when loading keyboard packsBastien Bouclet
2017-11-19EVENTS: Rename synthetic to kbdRepeatBastien Bouclet
2014-04-27VKEYBD: Add small keyboard pack for virtual keyboard.D G Turner
2014-04-22VKEYBD: Remove noisy warnings and clarify messages.D G Turner
2014-02-28IMAGE: Move all ImageDecoders to image/Matthew Hoops
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-03-20GRAPHICS: Rewrite ImageDecoder to have an improved APIMatthew Hoops
2012-01-03VKEYBD: Fix cursor palette.Johannes Schickel
2012-01-03VKEYBD: Slight cleanup.Johannes Schickel
2012-01-03VKEYBD: Properly error out parsing if an area is defined again.Johannes Schickel
2012-01-03VKEYBD: Slight cleanup in ImageMap code.Johannes Schickel
2012-01-03VKEYBD: Some formatting fixes.Johannes Schickel
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-06-23AUDIO/BACKENDS/GRAPHICS: Add error checks after allocating memory with mallocJulien
2011-06-06VKEYBD: Adjust to recent XML parser changesMax Horn
2011-05-31BUILD: Compile more files only when necessaryMax Horn
2011-05-16VKEYBD: Update vkeybd_default.zipMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-03BACKENDS: Change printf -> debug in vkeybd codeMax Horn
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28BACKENDS: Fix compilation on ports using Virtual Keyboard.D G Turner
2011-04-29JANITORIAL: Yet another attempt at fixing compilationOri Avtalion
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-28VKEYBD: Ensure stream destructor is properly calledMax Horn
2010-11-16GUI: Rename gui/GuiManager.* to gui/gui-manager.*Max Horn
2010-10-15COMMON: Add XMLParser::parseIntegerKey variant accepting a Common::StringMax Horn
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
2010-06-29enable reading ZIP archives even without USE_ZLIBRobert Špalek
2010-03-20Add missing tokenizer.h include.Johannes Schickel
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-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-22Silenced some more cppcheck warnings. Some of these may seem silly, but the wayTorbjörn Andersson
2010-01-12Fix some memory leaks.Johannes Schickel
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-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-07-26Virtual Keyboard: Update default keyboard pack using slightly tweaked version...John Willis
2009-06-20split loadKeyboardPack(), fallback to the current dir when searching for pack...Andre Heider
2009-06-08Virtual Keyboard: Add some quick changes to the virtual keyboard to activate ...John Willis
2009-06-08Virtual Keyboard: Fix slight error in earlier commit (failed to rename the XM...John Willis
2009-06-08Virtual Keyboard: Move vkeybd.zip into packs folder and rename default keyboa...John Willis
2009-06-08Virtual Keyboard: Add source files for the default keyboard pack seperate fro...John Willis