Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-07 | The default keycolor for mouse pointers used to be 255. | Marcus Comstedt | |
This makes sense as a default for CLUT8 modes, but not really for anything else. As part of the gsoc2009-16bit merge, the default was changed to "all ones", with extra code in the SDL backend to truncate this to the depth of the mode. However, "all ones" (white) still isn't a very useful default for RGB modes. So rather than jumping through hoops to provide a bad default, it's better to remove the default altogether. Engines which relied on the old default of 255 have been updated to specify it explicitly. svn-id: r47118 | |||
2009-12-09 | Include font.h instead of fontman.h in places that don't need fontman :) | Max Horn | |
svn-id: r46311 | |||
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-06-06 | Virtual Keyboard: 'Ab'use the console font to get a font small enough to be ↵ | John Willis | |
usable on 320*240 virtual keyboards for display_area (GUI and BigGUI take up far too much space). svn-id: r41300 | |||
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-01-21 | Fixed vkbd drawing and GUI drawing on screen change while vkbd is shown. | Johannes Schickel | |
svn-id: r35979 | |||
2009-01-20 | some code cleanup | Max Horn | |
svn-id: r35966 | |||
2009-01-20 | Moved Surface::blit to backends/vkeybd/virtual-keyboard-gui.cpp | Max Horn | |
svn-id: r35965 | |||
2009-01-20 | protect all vkeybd code with ENABLE_VKEYBD | Andre Heider | |
svn-id: r35956 | |||
2009-01-20 | use Surface instead of SurfaceKeyColored | Andre Heider | |
svn-id: r35953 | |||
2009-01-20 | Some basic work on the vkeybd code | Max Horn | |
svn-id: r35931 | |||
2008-09-30 | Added 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-22 | Fixed display cursor position bug | Stephen Kennedy | |
svn-id: r34095 | |||
2008-08-18 | - proper init of virtual keyboard now implemented (involved added ↵ | Stephen Kennedy | |
EventManager::init() which is called after screen has been initialised) - changed HardwareKey / Action id field to an array of 4 chars instead of int32. Means that the keymap key/value pairs in config file are more readable. svn-id: r33986 | |||
2008-08-17 | Various virtual keyboard bug fixes | Stephen Kennedy | |
svn-id: r33969 | |||
2008-08-15 | Optimization and cleanup of VirtualKeyboardGUI | Stephen Kennedy | |
svn-id: r33916 | |||
2008-08-15 | * Added Virtual Keyboard descriptions for all keycodes | Stephen Kennedy | |
* Tweaking of key delivery queue svn-id: r33907 | |||
2008-08-15 | Virtual Keyboard: | Stephen Kennedy | |
* added support for submit, cancel, backspace, and cursor movement commands * minor API modifications svn-id: r33887 | |||
2008-08-14 | Loads of valgrind fixes | Stephen Kennedy | |
svn-id: r33869 | |||
2008-08-11 | Remap dialog WIP | Stephen Kennedy | |
svn-id: r33791 | |||
2008-08-11 | * Updated virtual keyboard pack | Stephen Kennedy | |
svn-id: r33776 | |||
2008-08-07 | * Moved VK code into backends/vkeybd | Stephen Kennedy | |
* Moved Keymapper code into backends/keymapper svn-id: r33681 |