aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Collapse)Author
2017-02-18ANDROIDSDL: config feature swap_menu_and_back renamed to ↵lubomyr
swap_menu_and_back_buttons
2017-02-14ANDROIDSDL: implemented checkbox for swap menu and back buttonslubomyr
2017-02-14ANDROIDSDL: backend related checking in options.cpp replaced with ↵lubomyr
hasFeature... condition, renamed some fields and methods
2017-02-07ANDROIDSDL: code refactoring...lubomyr
2017-01-31ANDROIDSDL: implemented checkbox for show/hide on-screen control in Options menulubomyr
2017-01-31ANDROIDSDL: fixed in-game menu crash, removed unused methodlubomyr
2017-01-30ANDROIDSDL: implemented checkbox for change mouse mode in Options menulubomyr
2017-01-23I18N: Regenerate translations data fileThierry Crozat
2017-01-16I18N: Regenerate translations data fileThierry Crozat
2017-01-12GUI: Fix Unused Variable Compiler Warning when USE_PNG not set.D G Turner
2017-01-12GUI: Replace sprintf() with safer String::format() in KeysDialog.D G Turner
2017-01-10GUI: Suppress Unused Variable Warning For Some Build Configurations.D G Turner
This fix is not totally clean as it spuriously uses the serverLabelPosition variable in one case of the preprocessor ifdef configuration, but with the current structure, this is a simple hack to fix. A better solution would be to rewrite some of these functions to remove some of the preprocessor usage if possible.
2017-01-01ALL: Bump copyright year to 2017Eugene Sandulenko
2016-12-26I18N: Regenerate translations data fileThierry Crozat
2016-12-19I18N: Regenerate translations data fileThierry Crozat
2016-12-12I18N: Regenerate translations data fileThierry Crozat
2016-12-05I18N: Regenerate translations data fileThierry Crozat
2016-12-01GUI: Fix crash when slider values are out-of-boundsColin Snover
Out-of-bounds values are always indicative of a bug somewhere else, but at least not crashing here allows the user to recover by interacting with the slider control. The error will still be obvious because the associated text field will display the original weird value.
2016-11-29ALL: game state => saved gameBen Castricum
2016-11-28I18N: Regenerate translations data fileThierry Crozat
2016-11-28I18N: Regenerate translations data fileThierry Crozat
2016-11-28I18N: Regenerate translations data fileThierry Crozat
2016-11-28I18N: Regenerate translations data fileThierry Crozat
2016-11-28I18N: Regenerate translations data fileThierry Crozat
2016-11-28I18N: Regenerate translations data fileThierry Crozat
2016-11-28I18N: Regenerate translations data fileThierry Crozat
2016-11-28I18N: Regenerate translations data fileThierry Crozat
2016-11-28I18N: Regenerate translations data fileThierry Crozat
2016-11-28I18N: Regenerate translations data fileThierry Crozat
2016-11-28I18N: Regenerate translations data fileThierry Crozat
2016-11-28I18N: Regenerate translations data fileThierry Crozat
2016-11-28I18N: Regenerate translations data fileThierry Crozat
2016-11-27I18N: Regenerate translations data fileThierry Crozat
2016-11-27I18N: Regenerate translations data fileThierry Crozat
2016-11-27I18N: Regenerate translations data fileThierry Crozat
2016-11-27I18N: Regenerate translations data fileThierry Crozat
2016-11-27I18N: Regenerate translations data fileThierry Crozat
2016-11-27I18N: Regenerate translations data fileThierry Crozat
2016-11-27I18N: Regenerate translations data fileThierry Crozat
2016-11-27I18N: Regenerate translations data fileThierry Crozat
2016-11-27I18N: Regenerate translations data fileThierry Crozat
2016-11-12Merge pull request #720 from ottogin/gui-events-fixEugene Sandulenko
GUI: Fix "eaten" event by dialog which was closed
2016-11-08I18N: Regenerate translations data fileThierry Crozat
2016-11-06I18N: Regenerate translations.datrootfather
2016-11-06I18N: Regenerate translations.datEugene Sandulenko
2016-11-05I18N: Regenerate translations.datrootfather
2016-11-03Merge pull request #859 from criezy/gui-applyEugene Sandulenko
GUI: apply changes functionality
2016-11-03I18N: Regenerate translations.datEugene Sandulenko
2016-10-30GUI: Allow changing the GUI language without restarting ScummVMThierry Crozat
2016-10-30GUI: Add possibility to rebuild the launcher dialogThierry Crozat