aboutsummaryrefslogtreecommitdiff
path: root/gui/predictivedialog.cpp
AgeCommit message (Collapse)Author
2012-05-03GUI: Use pressed state in predictive dialog in keyboard mode.Oleksiy Kurochko
This adds more visual feedback to the user.
2012-03-29GUI: Move "I18N" tagged comment to matching strings.Johannes Schickel
The strings are not marked for translation, so I am not sure why the comments are tagged with I18N though.
2012-03-29GUI: Add TODO/FIXME to PredictiveDialog::handleTickle.Johannes Schickel
2012-03-29GUI: Remove unnecessary goto in PredictiveDialog code.Johannes Schickel
2012-03-29GUI: Take advantage of Common::String::empty.Johannes Schickel
2012-03-29GUI: Constify some parameters/methods in PredictiveDialog.Johannes Schickel
2012-03-29GUI: Make some static strings in PredictiveDialog static + const.Johannes Schickel
2012-03-29GUI: Don't typedef Common::String in PredictiveDialog code.Johannes Schickel
2012-03-29GUI: Get rid of "using namespace Common" in predictivedialog.cpp.Johannes Schickel
2012-03-29GUI: Formatting fixes in the PredictiveDialog code.Johannes Schickel
2012-03-25GUI: Fix for WinCE compile failure after predictive dialog changes.D G Turner
This is probably due to a collision with WinCE toolchain system define, so changing the enum from all capitalised to Camel Case constant style.
2012-03-25GUI: Corrected fix for NDS compile failure...D G Turner
Header needed to be in global, not GUI namespace.
2012-03-25GUI: Fix for NDS compile failure after predictive dialog changes.D G Turner
2012-03-25GUI: Move predictive dialog to common guiOleksiy Kurochko