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
/
engines
/
touche
/
menu.cpp
Age
Commit message (
Expand
)
Author
2010-03-18
COMMON: Get rid of Common::StringList
Max Horn
2009-05-29
Changed SaveFileManager methods to take Common::String params (instead of cha...
Max Horn
2008-12-13
disable GMM save/load when original quit/options dialogs is displayed
Gregory Montoir
2008-12-07
reduced saveload code dup
Gregory Montoir
2008-11-06
Switched various Engine APIs to use Common::Error
Max Horn
2008-11-03
Patch #2122869: ALL: Common load dialog
Max Horn
2008-09-30
Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...
Max Horn
2008-07-16
Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit,...
Christopher Page
2008-07-13
TOUCHE works with the new GMM implementation
Christopher Page
2008-06-26
Touche now uses the new _quit flag
Christopher Page
2008-01-10
add virtual keyboard show/hide calls
Kostas Nakos
2007-11-25
don't expose the Common::drawLine implementation details in client code, keep...
Gregory Montoir
2007-11-25
Switch to our common drawLine routine
Eugene Sandulenko
2007-09-27
simplified touche savegame listing
Gregory Montoir
2007-09-26
rename ui.cpp to menu.cpp for consistency with other engines
Gregory Montoir