aboutsummaryrefslogtreecommitdiff
path: root/backends/vkeybd
AgeCommit message (Expand)Author
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
2009-06-08Virtual Keyboard: Fix default keyboard pack to return correct events for ENTE...John Willis
2009-06-06Virtual Keyboard: Add 320*240 support (in addition to 640*480) to the default...John Willis
2009-06-06Virtual Keyboard: 'Ab'use the console font to get a font small enough to be u...John Willis
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-05-11Fix bug #2595364: "Virtual Keyboard: number keys not working"Eugene Sandulenko
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-21Fixed vkbd drawing and GUI drawing on screen change while vkbd is shown.Johannes Schickel
2009-01-20some code cleanupMax Horn
2009-01-20Moved Surface::blit to backends/vkeybd/virtual-keyboard-gui.cppMax 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 the required XML header to vkeybd.zipAndre Heider
2009-01-20added proper ImageMan includesAndre Heider
2009-01-20use Surface instead of SurfaceKeyColoredAndre Heider
2009-01-20added ImageMan to vkeybdAndre 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-14* Saving of keymaps fully implementedStephen Kennedy