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
/
events
Age
Commit message (
Expand
)
Author
2008-09-01
First part of GSoC2008 RTL branch merge
Max Horn
2008-08-29
Updated comments, and general cleanup
Stephen Kennedy
2008-08-23
Proper fix for key repeat bug - r34094 caused different problems due to repea...
Stephen Kennedy
2008-08-18
- proper init of virtual keyboard now implemented (involved added EventManage...
Stephen Kennedy
2008-08-17
Various virtual keyboard bug fixes
Stephen Kennedy
2008-08-15
Virtual Keyboard:
Stephen Kennedy
2008-08-13
RemapDialog now properly uses reflowLayout() and open(), so that the same ins...
Stephen Kennedy
2008-08-08
Keymapper WIP:
Stephen Kennedy
2008-08-07
* Moved VK code into backends/vkeybd
Stephen Kennedy
2008-08-06
Keymapper WIP:
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
Changed pushEvent to use a const& argument
Stephen Kennedy
2008-07-16
Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit,...
Christopher Page
2008-07-15
Reverted some incorrect changes and fixed sound settings issues for LURE. Fi...
Christopher Page
2008-07-13
SKY works with the new GMM implementation, also updated gui/newgui.cpp and pr...
Christopher Page
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-11
Queen works with the new GMM implementation, and made a correction to a chang...
Christopher Page
2008-07-09
Added pushEvent to EventManager (from cpage88's branch) and changed VirtualKe...
Stephen Kennedy
2008-07-09
Reimplemented pushEvent() and artificialEventQueue to work with Events instea...
Christopher Page
2008-07-07
Implemented Common::EventManager::pushEvent() to insert fake events into the ...
Christopher Page
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
2008-07-07
WIP: VirtualKeyboard updates:
Stephen Kennedy
2008-07-02
Changes to implementation of the GMM
Christopher Page
2008-06-26
Quit or RTL from the main menu now triggers an EVENT_QUIT in DefaultEventMana...
Christopher Page
2008-06-24
Created Global Main Menu Dialog. Made a uniform _quit flag for engines. So f...
Christopher Page
2008-02-24
Remove double inclusion of config-manager.h
Filippos Karapetis
2008-01-28
Fixed the spaces before tabs.
Jordi Vilalta Prat
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2007-09-24
Silence warning.
Johannes Schickel
2007-09-19
Modified patch #1738058: "Action recorder".
Eugene Sandulenko
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-07-01
Only invoke g_engine->pauseEngine if g_engine != NULL
Max Horn
2007-06-30
Added Engine::pauseEngine method (allows outside code, like the backend, to p...
Max Horn
2007-06-30
Added global support for the (so far undocumented) confirm_exit config key
Max Horn
2007-06-21
Modified version of patch #1740493 (EVENTS: Event Key Codes)
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-03-17
Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...
Max Horn
2007-03-17
Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), with
Torbjörn Andersson
2007-03-17
cleanup
Max Horn
2007-03-17
oops
Max Horn
2007-03-17
Implemented a simple EventManager class
Max Horn
[prev]