Age | Commit message (Expand) | Author |
2016-01-25 | GUI: Add missing _() for translation in predictivedialog.cpp. | Johannes Schickel |
2016-01-24 | GUI: Use "button" instead of "btn" in variable names. | Johannes Schickel |
2016-01-24 | GUI: Reduce scope of variable in PredictiveDialog::processButton. | Johannes Schickel |
2016-01-24 | GUI: Fix typo in comment in predictivedialog.cpp. | Johannes Schickel |
2016-01-24 | GUI: Improve naming of PredictiveDialog's members. | Johannes Schickel |
2016-01-24 | GUI: Make PredictiveDialog::_btns a fixed size array. | Johannes Schickel |
2016-01-24 | GUI: Add constructor instead of duplicating initialization. | Johannes Schickel |
2016-01-24 | GUI: Improve variable naming in PredictiveDialog. | Johannes Schickel |
2016-01-24 | GUI: Set PredictiveDialog's debug output to level 5+. | Johannes Schickel |
2016-01-24 | GUI: Only use image for delete when applicable in PredictiveDialog. | Johannes Schickel |
2016-01-24 | GUI: Formatting fixes in predictivedialog.cpp. | Johannes Schickel |
2014-02-18 | GUI: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-11-03 | GUI: Skip useless assignment. CID 1002117 | Eugene Sandulenko |
2013-10-02 | GUI: Do not return current input on cancel in PredictiveDialog. | Johannes Schickel |
2013-10-02 | GUI: Initialize PredictiveDialog::_predictiveResult. | Johannes Schickel |
2013-10-02 | GUI: Clean up calloc use in PredictiveDialog. | Johannes Schickel |
2013-10-02 | GUI: Fix compilation with clang and C++11. | Johannes Schickel |
2013-04-24 | GUI: Fix memory leak. CID 1003569 | Eugene Sandulenko |
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 |