aboutsummaryrefslogtreecommitdiff
path: root/backends/vkeybd/virtual-keyboard-parser.cpp
AgeCommit message (Expand)Author
2014-02-28IMAGE: Move all ImageDecoders to image/Matthew Hoops
2012-03-20GRAPHICS: Rewrite ImageDecoder to have an improved APIMatthew Hoops
2012-01-03VKEYBD: Properly error out parsing if an area is defined again.Johannes Schickel
2012-01-03VKEYBD: Some formatting fixes.Johannes Schickel
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-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
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-10-15COMMON: Add XMLParser::parseIntegerKey variant accepting a Common::StringMax Horn
2010-03-20Add missing tokenizer.h include.Johannes Schickel
2010-01-12Fix some memory leaks.Johannes Schickel
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-06-06Virtual Keyboard: Fix detection of v_align option when used in the keyboard d...John Willis
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-01-23Changed Graphics::ImageDecoder to allow custom PixelFormatsMax Horn
2009-01-23Renamed Archive::openFile to createReadStreamForMemberMax Horn
2009-01-22Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ...Max Horn
2009-01-20some code cleanupMax Horn
2009-01-20Removed ImageMan again, now the code uses Graphics::ImageDecoder directly.Johannes Schickel
2009-01-20Some formatting.Johannes Schickel
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-08-29Updated comments, and general cleanupStephen Kennedy
2008-08-18Updated to latest version of XMLParser, and modified VirtualKeyboardParser to...Stephen Kennedy
2008-08-17Various virtual keyboard bug fixesStephen Kennedy
2008-08-15Added clear event to virtual keyboardStephen Kennedy
2008-08-15Virtual Keyboard:Stephen Kennedy
2008-08-07* Moved VK code into backends/vkeybdStephen Kennedy