index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
common
Age
Commit message (
Expand
)
Author
2008-08-07
Keymapper cleanup:
Stephen Kennedy
2008-08-07
* Some Valgrind fixes
Stephen Kennedy
2008-08-06
Keymapper WIP:
Stephen Kennedy
2008-08-06
Keymapper WIP:
Stephen Kennedy
2008-08-01
Keymapper WIP:
Stephen Kennedy
2008-07-31
added display functionality to VirtualKeyboard to allow preview of key presse...
Stephen Kennedy
2008-07-31
Bug fixes to get new keyboard pack working
Stephen Kennedy
2008-07-30
- major re-factoring of VK - all GUI-related code has been abstracted to Virt...
Stephen Kennedy
2008-07-29
GCC compilation fixes
Stephen Kennedy
2008-07-26
VirtualKeyboard:
Stephen Kennedy
2008-07-24
KeymapManager - implemented loading/saving of keymaps
Stephen Kennedy
2008-07-23
Most of Keymapper class complete
Stephen Kennedy
2008-07-21
Refactored KeymapManager to use Domain's of Keymaps rather than a single list.
Stephen Kennedy
2008-07-21
Moved UserAction and HardwareKey classes into their own respective header files.
Stephen Kennedy
2008-07-20
WIP KeymapManager implementation, can only register/unregister keymaps.
Stephen Kennedy
2008-07-19
More WIP development of Keymap class
Stephen Kennedy
2008-07-19
Keymap class implemented. KeymapManager and Keymapper classes started
Stephen Kennedy
2008-07-12
Added comments in virtual-keyboard-parser.h describing the file format. Added...
Stephen Kennedy
2008-07-11
Better handling of virtual keyboard and gui being displayed at the same time....
Stephen Kennedy
2008-07-09
- added system delay to event loop, to reduce CPU usage
Stephen Kennedy
2008-07-09
Added pushEvent to EventManager (from cpage88's branch) and changed VirtualKe...
Stephen Kennedy
2008-07-09
- keyboard fully tested with multiple modes - key press events successfully p...
Stephen Kennedy
2008-07-08
- Virtual keyboard now can now be dragged, when the user clicks on any part o...
Stephen Kennedy
2008-07-07
MILESTONE: bitmap showing with key color transparency implemented!
Stephen Kennedy
2008-07-07
- updates for GCC compilation - still having linker errors though :(
Stephen Kennedy
2008-07-07
- changed VirtualKeyboard classes to Common namespace
Stephen Kennedy
2008-07-07
- renaming of files
Stephen Kennedy
2008-07-07
- moved VirtualKeyboard files into backends/common directory
Stephen Kennedy