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
/
gui
/
predictivedialog.cpp
Age
Commit message (
Expand
)
Author
2012-09-26
JANITORIAL: Remove trailing whitespaces.
Johannes Schickel
2012-05-03
GUI: Use pressed state in predictive dialog in keyboard mode.
Oleksiy Kurochko
2012-03-29
GUI: Move "I18N" tagged comment to matching strings.
Johannes Schickel
2012-03-29
GUI: Add TODO/FIXME to PredictiveDialog::handleTickle.
Johannes Schickel
2012-03-29
GUI: Remove unnecessary goto in PredictiveDialog code.
Johannes Schickel
2012-03-29
GUI: Take advantage of Common::String::empty.
Johannes Schickel
2012-03-29
GUI: Constify some parameters/methods in PredictiveDialog.
Johannes Schickel
2012-03-29
GUI: Make some static strings in PredictiveDialog static + const.
Johannes Schickel
2012-03-29
GUI: Don't typedef Common::String in PredictiveDialog code.
Johannes Schickel
2012-03-29
GUI: Get rid of "using namespace Common" in predictivedialog.cpp.
Johannes Schickel
2012-03-29
GUI: Formatting fixes in the PredictiveDialog code.
Johannes Schickel
2012-03-25
GUI: Fix for WinCE compile failure after predictive dialog changes.
D G Turner
2012-03-25
GUI: Corrected fix for NDS compile failure...
D G Turner
2012-03-25
GUI: Fix for NDS compile failure after predictive dialog changes.
D G Turner
2012-03-25
GUI: Move predictive dialog to common gui
Oleksiy Kurochko