aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Collapse)Author
2019-03-09JANITORIAL: Update all scummvm.org URLS to use httpsCameron Cawley
2019-03-03ALL: Bump copyright year to 2019Lothar Serra Mari
2019-02-16GUI: show/hide virtual keyboard when the EditTextWidget gains/loses the focusThierry Crozat
2019-02-16I18N: Regenerate translations data fileThierry Crozat
2019-02-10GUI: Revert of accidental changePeter Kohaut
Revert of a change which I accidentaly commited during bladerunner development.
2019-02-10BLADERUNNER: Use ScummVM functionality for audio volume managementPeter Kohaut
2019-02-06I18N: Regenerate translations data fileThierry Crozat
2019-02-06I18N: Regenerate translations data fileThierry Crozat
2019-02-06I18N: Regenerate translations data fileThierry Crozat
2019-02-06I18N: Regenerate translations data fileThierry Crozat
2019-02-03GUI: Flush debugger prompts on text consoleVhati
When built with enable-text-console and disable-readline, flushing output immediately after printing the debugger prompt, before waiting for input, ensures that external tools can spawn ScummVM, detect the prompt, and pipe in automated responses (e.g., expect scripts). Explicit flushing was necessary at least on Windows, where support for automating terminal input is less sophisticated. Otherwise, the prompt string doesn't make it through the pipe, and both the script and ScummVM get stuck waiting for input.
2019-01-22GUI: Don't try loading TTF fonts for themes that don't request oneBastien Bouclet
2018-12-25GUI: Attempt to load fonts from fonts.dat if they aren't present in the ↵Cameron Cawley
theme archive
2018-12-18GUI: Fix defaulting of "Use native system file browser" checkboxTarek Soliman
2018-12-17COMMON: Rename enum variable for native browser featureThierry Crozat
There was a typo in the name (missing 'r' in browser).
2018-12-17GUI: Add missing space in tooltip stringThierry Crozat
2018-12-17I18N: Regenerate translations data fileThierry Crozat
2018-12-16GUI: Add option to enable/disable using the system file browserThierry Crozat
2018-12-16GUI: Store title String instead of unsafe pointerSupSuper
2018-12-16GUI: Allow user to opt between GUI browser and native browserSupSuper
2018-12-16BACKENDS: Hook GUI browser to DialogManagerSupSuper
2018-12-16BACKENDS: Move OSX file browser into backendSupSuper
2018-12-09CREDITS: GLK engine creditsMatan Bareket
2018-12-03I18N: Regenerate translations data fileThierry Crozat
2018-12-02GUI: Add an option to set the GUI language to the game languageBastien Bouclet
2018-11-19I18N: Regenerate translations data fileThierry Crozat
2018-11-17I18N: Add a codepage file for ISO-8859-8Bastien Bouclet
This encoding is used by the Hebrew translation. The GUI would need more work to properly display Hebrew, but at least this change fixes building translations.dat.
2018-11-15CREDITS: Add credits for DM, Prince, Illusions and MutationOfJB (#1394)Cameron Cawley
2018-11-14GUI: Add some override markersBastien Bouclet
2018-11-14GUI: Don't display the ScrollContainer background inside tabsBastien Bouclet
Fixes #10645.
2018-11-04BACKENDS: Remove references to the GP32 backendCameron Cawley
2018-10-31GUI: Fix duplicate include guardMichał Janiszewski
The guard clashed with engines/dialogs.h
2018-10-22GUI: Unset stretch-mode in game settings not overriding global settingsThierry Crozat
2018-10-18I18N: Regenerate translations data fileThierry Crozat
2018-10-15I18N: Regenerate translations data fileThierry Crozat
2018-10-11GUI: Fix Mouse Wheel Input for Unknown Game Dialog.D G Turner
This should also fix this for other instances of ScrollContainer, though the dialogs / widgets may require the same change. This fixes bug Trac #10741.
2018-10-10GUI: Disable Current View Selection Button in Save/Load Chooser.D G Turner
Switching between List and Grid views causes a nasty redraw flicker. This also occurs if you press the button for the current view type. This patch does not fix the underlying refresh issue, but it does disable the button for the current view type as pressing this is not useful in any case. This is a partial fix for bug Trac #10441.
2018-10-08I18N: Regenerate translations data fileThierry Crozat
2018-10-01I18N: Regenerate translations data fileThierry Crozat
2018-09-28GUI: Fix mass add not showing some variants if one is already knownBastien Bouclet
2018-09-24I18N: Regenerate translations data fileThierry Crozat
2018-09-10I18N: Regenerate translations data fileThierry Crozat
2018-09-03I18N: Regenerate translations data fileThierry Crozat
2018-08-27GUI: Clean up file browser path entryBastien Bouclet
2018-08-27I18N: Regenerate translations data fileThierry Crozat
2018-08-22GUI: Add editable path in file browser dialogChatziargyriou Eleftheria
2018-08-18GUI: Replace use of strdup with Common::StringColin Snover
strdup is a POSIX API, not an ANSI C API. It is not available with -std=c++11 on newlib-based systems, and VS 2015 will throw errors unless it is #defined to alias to _strdup or unless deprecation warnings are turned off (which is not a good idea in general). Common::String is a safer and potentially faster (due to small string optimisation) alternative, so prefer it instead.
2018-08-13I18N: Regenerate translations data fileThierry Crozat
2018-08-06I18N: Regenerate translations data fileThierry Crozat
2018-07-30I18N: Regenerate translations data fileThierry Crozat