Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-02 | KEYMAPPER: Map non-key custom input events | Tarek Soliman | |
This also makes the keymapper be in charge of keymapping logic | |||
2012-02-27 | KEYMAPPER: Rename HardwareKey to HardwareInput | Tarek Soliman | |
2012-02-21 | KEYMAPPER: Remove automapping dead code | Tarek Soliman | |
2012-02-15 | JANITORIAL: Fix whitespace in pointer template arg | Tarek Soliman | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-01-21 | Some cleanup / code simplification | Max Horn | |
svn-id: r35970 | |||
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-18 | Removed KeymapManager class. Automatic mapping now done in Keymap. Rest of ↵ | Stephen Kennedy | |
KeymapManager functionality is implemented in Keymapper. svn-id: r33988 | |||
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-14 | Changed Action constructor to take a pointer to the Keymap it belongs too, ↵ | Stephen Kennedy | |
meaning Keymap::addAction is automatically called svn-id: r33885 | |||
2008-08-14 | Loads of valgrind fixes | Stephen Kennedy | |
svn-id: r33869 | |||
2008-08-14 | * Saving of keymaps fully implemented | Stephen Kennedy | |
* Added Keymapper::cleanupGameKeymaps() with code to remove game keymaps from active stack svn-id: r33853 | |||
2008-08-13 | Keymapper: support for saving to config file enabled | Stephen Kennedy | |
svn-id: r33850 | |||
2008-08-13 | Keymapper WIP: | Stephen Kennedy | |
* Improved automatic mapping algorithm * Remap dialog overhaul - now displays active keymap(s) svn-id: r33821 | |||
2008-08-08 | Keymapper WIP: | Stephen Kennedy | |
* Got rid of default keymaps as they over-complicated the API * Remapping dialog WIP svn-id: r33699 | |||
2008-08-07 | * Moved VK code into backends/vkeybd | Stephen Kennedy | |
* Moved Keymapper code into backends/keymapper svn-id: r33681 |