aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2008-08-17Various virtual keyboard bug fixesStephen Kennedy
svn-id: r33969
2008-08-15Optimization and cleanup of VirtualKeyboardGUIStephen Kennedy
svn-id: r33916
2008-08-15Added clear event to virtual keyboardStephen Kennedy
svn-id: r33913
2008-08-15* Added Virtual Keyboard descriptions for all keycodesStephen Kennedy
* Tweaking of key delivery queue svn-id: r33907
2008-08-15Added close button on remap dialogStephen Kennedy
svn-id: r33888
2008-08-15Virtual Keyboard:Stephen Kennedy
* added support for submit, cancel, backspace, and cursor movement commands * minor API modifications svn-id: r33887
2008-08-14Changed 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-14Fixed crash when clicking on area of remap dialog with no button inStephen Kennedy
svn-id: r33884
2008-08-14Fixed simple keymap testStephen Kennedy
svn-id: r33874
2008-08-14Loads of valgrind fixesStephen Kennedy
svn-id: r33869
2008-08-14Fix for regressionStephen Kennedy
svn-id: r33854
2008-08-14* Saving of keymaps fully implementedStephen Kennedy
* Added Keymapper::cleanupGameKeymaps() with code to remove game keymaps from active stack svn-id: r33853
2008-08-13Keymapper: support for saving to config file enabledStephen Kennedy
svn-id: r33850
2008-08-13RemapDialog now properly uses reflowLayout() and open(), so that the same ↵Stephen Kennedy
instance can be reopened svn-id: r33843
2008-08-13Keymapper WIP:Stephen Kennedy
* Further improvement of automatic mapping * Remap dialog - added timeout feature svn-id: r33827
2008-08-13Keymapper WIP:Stephen Kennedy
* Improved automatic mapping algorithm * Remap dialog overhaul - now displays active keymap(s) svn-id: r33821
2008-08-11Remap dialog WIPStephen Kennedy
svn-id: r33791
2008-08-11* Updated virtual keyboard packStephen Kennedy
svn-id: r33776
2008-08-11* Added test keyboard packStephen Kennedy
svn-id: r33775
2008-08-08Keymapper 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/vkeybdStephen Kennedy
* Moved Keymapper code into backends/keymapper svn-id: r33681
2008-08-07* Removed Shape base classStephen Kennedy
* Reverted Rect to not derive from Shape * ImageMap now just uses Polygon's svn-id: r33680
2008-08-07Keymapper cleanup:Stephen Kennedy
*Removed need to call initGame / cleanupGame on Keymapper svn-id: r33679
2008-08-07* Some Valgrind fixesStephen Kennedy
* Got rid of svn:mergeinfo properties svn-id: r33677
2008-08-06Keymapper WIP:Stephen Kennedy
* Made Keymap class responsible for loading / saving of mappings svn-id: r33665
2008-08-06Keymapper WIP:Stephen Kennedy
* Implemented stack-based active map in Keymapper * Started proper testing by adding code to OSystem_SDL to set up simple HardwareKeySet and Keymap svn-id: r33660
2008-08-01Keymapper WIP:Stephen Kennedy
* Renamed UserAction to simply Action * Implemented simple automatic mapping algorithm svn-id: r33497
2008-07-31added display functionality to VirtualKeyboard to allow preview of key ↵Stephen Kennedy
presses to be visible svn-id: r33476
2008-07-31Bug fixes to get new keyboard pack workingStephen Kennedy
svn-id: r33465
2008-07-30Merged revisions ↵Stephen Kennedy
33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,33212,33218-33220,33222,33224-33226,33229-33243,33246,33248-33250,33252,33258-33261,33263,33266,33270,33272-33283,33285,33287-33290,33295-33298,33321,33325-33330,33332-33335,33337-33340,33342,33345,33347,33349-33350,33352-33357,33359-33367,33369-33371,33373,33375-33377,33379-33380,33383-33385,33387-33389,33392-33394,33400-33402,33404-33405,33407-33410,33412-33416,33418-33419,33425-33427,33432,33436-33438,33444,33446 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r33450
2008-07-30- major re-factoring of VK - all GUI-related code has been abstracted to ↵Stephen Kennedy
VirtualKeyboardGUI class - fixed bug with parsing modifiers in VirtualKeyboardParser - fixed numerous GCC warnings svn-id: r33448
2008-07-29GCC compilation fixesStephen Kennedy
svn-id: r33430
2008-07-29SDL: Properly init vars related to mixer double bufferingMax Horn
svn-id: r33385
2008-07-28Fixed constructor for WindowsFilesystemNode. On Windows, trailing slashes ↵Nicola Mettifogo
can be added only to directory names. svn-id: r33350
2008-07-27Fix for ftell error when caching. HOF now starts properlyLars Persson
svn-id: r33340
2008-07-27Fixed win32 plugin provider.Johannes Schickel
svn-id: r33330
2008-07-27The iPhone backend is now (mostly) up to speed again, and works for firmware 2.0Oystein Eftevaag
svn-id: r33326
2008-07-26VirtualKeyboard:Stephen Kennedy
- implemented functionality for modifier keys - cleaned up parser - started on text display svn-id: r33317
2008-07-24KeymapManager - implemented loading/saving of keymapsStephen Kennedy
- Refactoring of code to map a key to a UserAction - now we call a method on UserAction to do it (and it then tells the Keymap class) - General cleanup of code svn-id: r33262
2008-07-23Most of Keymapper class completeStephen Kennedy
DefaultEventManager now initialises Keymapper and passes key press events to it svn-id: r33227
2008-07-22AddedAdded MAD as default featureLars Persson
svn-id: r33218
2008-07-22Fixed seek problem when cached data is used.Lars Persson
svn-id: r33210
2008-07-22Merged revisions ↵Stephen Kennedy
32879,32883,32895,32899,32902-32904,32910-32912,32923-32924,32930-32931,32938,32940,32948-32949,32951,32960-32964,32966-32970,32972-32974,32976,32978,32983,32986-32990,32992,32994,33002-33004,33006-33007,33009-33010,33014,33017,33021-33023,33030,33033,33052-33053,33056-33058,33061-33064,33068,33070,33072,33075,33078-33079,33083,33086-33087,33089,33094-33096,33098-33099,33104,33108-33109,33114-33117,33120,33135-33146,33160,33162,33165,33167-33169 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r33185
2008-07-21Changed pushEvent to use a const& argumentStephen Kennedy
svn-id: r33175
2008-07-21Refactored KeymapManager to use Domain's of Keymaps rather than a single list.Stephen Kennedy
Further development of Keymapper interface: - switchKeymap method to change Keymaps - initGame/deInitGame methods to control loading/unloading of game-specific maps svn-id: r33173
2008-07-21Moved UserAction and HardwareKey classes into their own respective header files.Stephen Kennedy
Added HardwareKeySet class to manage a devices set of hardware keys. Started implementing Keymapper class. svn-id: r33157
2008-07-20Solaris tr does not like character classes in some locales. Use "C" locale.Marcus Comstedt
svn-id: r33143
2008-07-20a little more cleanupKostas Nakos
svn-id: r33142
2008-07-20modified patch #1882942 - optimize and kill code for really old platformsKostas Nakos
svn-id: r33141
2008-07-20WIP KeymapManager implementation, can only register/unregister keymaps.Stephen Kennedy
svn-id: r33131