aboutsummaryrefslogtreecommitdiff
path: root/backends/vkeybd/virtual-keyboard-parser.cpp
AgeCommit message (Collapse)Author
2010-01-12Fix some memory leaks.Johannes Schickel
svn-id: r47284
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: Fix detection of v_align option when used in the keyboard ↵John Willis
definition. svn-id: r41232
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
svn-id: r40867
2009-01-23Changed Graphics::ImageDecoder to allow custom PixelFormatsMax Horn
svn-id: r36026
2009-01-23Renamed Archive::openFile to createReadStreamForMemberMax Horn
svn-id: r36021
2009-01-22Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ↵Max Horn
into methods, and added an operator== svn-id: r35993
2009-01-20some code cleanupMax Horn
svn-id: r35966
2009-01-20Removed ImageMan again, now the code uses Graphics::ImageDecoder directly.Johannes Schickel
svn-id: r35960
2009-01-20Some formatting.Johannes Schickel
svn-id: r35959
2009-01-20protect all vkeybd code with ENABLE_VKEYBDAndre Heider
svn-id: r35956
2009-01-20added proper ImageMan includesAndre Heider
svn-id: r35954
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-29Updated comments, and general cleanupStephen Kennedy
svn-id: r34203
2008-08-18Updated to latest version of XMLParser, and modified VirtualKeyboardParser ↵Stephen Kennedy
to reflect changes. svn-id: r33987
2008-08-17Various virtual keyboard bug fixesStephen Kennedy
svn-id: r33969
2008-08-15Added clear event to virtual keyboardStephen Kennedy
svn-id: r33913
2008-08-15Virtual Keyboard:Stephen Kennedy
* added support for submit, cancel, backspace, and cursor movement commands * minor API modifications svn-id: r33887
2008-08-07* Moved VK code into backends/vkeybdStephen Kennedy
* Moved Keymapper code into backends/keymapper svn-id: r33681