Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-16 | GUI: show/hide virtual keyboard when the EditTextWidget gains/loses the focus | Thierry Crozat | |
2019-02-16 | I18N: Regenerate translations data file | Thierry Crozat | |
2019-02-10 | GUI: Revert of accidental change | Peter Kohaut | |
Revert of a change which I accidentaly commited during bladerunner development. | |||
2019-02-10 | BLADERUNNER: Use ScummVM functionality for audio volume management | Peter Kohaut | |
2019-02-06 | I18N: Regenerate translations data file | Thierry Crozat | |
2019-02-06 | I18N: Regenerate translations data file | Thierry Crozat | |
2019-02-06 | I18N: Regenerate translations data file | Thierry Crozat | |
2019-02-06 | I18N: Regenerate translations data file | Thierry Crozat | |
2019-02-03 | GUI: Flush debugger prompts on text console | Vhati | |
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-22 | GUI: Don't try loading TTF fonts for themes that don't request one | Bastien Bouclet | |
2018-12-25 | GUI: Attempt to load fonts from fonts.dat if they aren't present in the ↵ | Cameron Cawley | |
theme archive | |||
2018-12-18 | GUI: Fix defaulting of "Use native system file browser" checkbox | Tarek Soliman | |
2018-12-17 | COMMON: Rename enum variable for native browser feature | Thierry Crozat | |
There was a typo in the name (missing 'r' in browser). | |||
2018-12-17 | GUI: Add missing space in tooltip string | Thierry Crozat | |
2018-12-17 | I18N: Regenerate translations data file | Thierry Crozat | |
2018-12-16 | GUI: Add option to enable/disable using the system file browser | Thierry Crozat | |
2018-12-16 | GUI: Store title String instead of unsafe pointer | SupSuper | |
2018-12-16 | GUI: Allow user to opt between GUI browser and native browser | SupSuper | |
2018-12-16 | BACKENDS: Hook GUI browser to DialogManager | SupSuper | |
2018-12-16 | BACKENDS: Move OSX file browser into backend | SupSuper | |
2018-12-09 | CREDITS: GLK engine credits | Matan Bareket | |
2018-12-03 | I18N: Regenerate translations data file | Thierry Crozat | |
2018-12-02 | GUI: Add an option to set the GUI language to the game language | Bastien Bouclet | |
2018-11-19 | I18N: Regenerate translations data file | Thierry Crozat | |
2018-11-17 | I18N: Add a codepage file for ISO-8859-8 | Bastien 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-15 | CREDITS: Add credits for DM, Prince, Illusions and MutationOfJB (#1394) | Cameron Cawley | |
2018-11-14 | GUI: Add some override markers | Bastien Bouclet | |
2018-11-14 | GUI: Don't display the ScrollContainer background inside tabs | Bastien Bouclet | |
Fixes #10645. | |||
2018-11-04 | BACKENDS: Remove references to the GP32 backend | Cameron Cawley | |
2018-10-31 | GUI: Fix duplicate include guard | Michał Janiszewski | |
The guard clashed with engines/dialogs.h | |||
2018-10-22 | GUI: Unset stretch-mode in game settings not overriding global settings | Thierry Crozat | |
2018-10-18 | I18N: Regenerate translations data file | Thierry Crozat | |
2018-10-15 | I18N: Regenerate translations data file | Thierry Crozat | |
2018-10-11 | GUI: 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-10 | GUI: 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-08 | I18N: Regenerate translations data file | Thierry Crozat | |
2018-10-01 | I18N: Regenerate translations data file | Thierry Crozat | |
2018-09-28 | GUI: Fix mass add not showing some variants if one is already known | Bastien Bouclet | |
2018-09-24 | I18N: Regenerate translations data file | Thierry Crozat | |
2018-09-10 | I18N: Regenerate translations data file | Thierry Crozat | |
2018-09-03 | I18N: Regenerate translations data file | Thierry Crozat | |
2018-08-27 | GUI: Clean up file browser path entry | Bastien Bouclet | |
2018-08-27 | I18N: Regenerate translations data file | Thierry Crozat | |
2018-08-22 | GUI: Add editable path in file browser dialog | Chatziargyriou Eleftheria | |
2018-08-18 | GUI: Replace use of strdup with Common::String | Colin 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-13 | I18N: Regenerate translations data file | Thierry Crozat | |
2018-08-06 | I18N: Regenerate translations data file | Thierry Crozat | |
2018-07-30 | I18N: Regenerate translations data file | Thierry Crozat | |
2018-07-29 | GUI: Fix graphics options visibility depending on supported featuress | Thierry Crozat | |
2018-07-24 | GUI: Fix scrollbar bottom arrow being displayed as up arrow after mouse up | Thierry Crozat | |