Commit Graph
3228 Commits
Author SHA1 Message Date
Tarek Soliman ff3056165b GUI: Fix defaulting of "Use native system file browser" checkbox 2018-12-18 16:41:02 -06:00
Thierry Crozat 56d1305f9d COMMON: Rename enum variable for native browser feature
There was a typo in the name (missing 'r' in browser).
2018-12-17 23:06:07 +00:00
Thierry Crozat a03c5cc477 GUI: Add missing space in tooltip string 2018-12-17 20:37:57 +00:00
Thierry Crozat 0a60e6ac8d I18N: Regenerate translations data file 2018-12-17 05:05:09 +01:00
Thierry Crozat e7ba15fa32 GUI: Add option to enable/disable using the system file browser 2018-12-16 15:58:44 +00:00
SupSuper 7552b0c008 GUI: Store title String instead of unsafe pointer 2018-12-16 10:48:13 +00:00
SupSuper fc504996d3 GUI: Allow user to opt between GUI browser and native browser 2018-12-16 10:48:13 +00:00
SupSuper fbc9c7d371 BACKENDS: Hook GUI browser to DialogManager 2018-12-16 10:48:13 +00:00
SupSuper 5fce1ae464 BACKENDS: Move OSX file browser into backend 2018-12-16 10:48:13 +00:00
Matan Bareket cc4917bed5 CREDITS: GLK engine credits 2018-12-09 12:52:14 -05:00
Thierry Crozat c89cba28dc I18N: Regenerate translations data file 2018-12-03 05:05:22 +01:00
Bastien Bouclet bbbd40477d GUI: Add an option to set the GUI language to the game language 2018-12-02 19:47:32 +01:00
Thierry Crozat 8aca628a94 I18N: Regenerate translations data file 2018-11-19 05:05:09 +01:00
Bastien Bouclet 016c930c5a I18N: Add a codepage file for ISO-8859-8
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-17 16:06:24 +01:00
Cameron Cawley 0c21b31be5 CREDITS: Add credits for DM, Prince, Illusions and MutationOfJB (#1394) 2018-11-15 08:31:19 +02:00
Bastien Bouclet c1bd6a250d GUI: Add some override markers 2018-11-14 20:27:41 +01:00
Bastien Bouclet 7c570d9b25 GUI: Don't display the ScrollContainer background inside tabs
Fixes #10645.
2018-11-14 20:27:41 +01:00
Cameron Cawley 79a4e3f813 BACKENDS: Remove references to the GP32 backend 2018-11-04 21:38:45 +00:00
Michał Janiszewski cf9690f6b6 GUI: Fix duplicate include guard
The guard clashed with engines/dialogs.h
2018-10-31 18:53:28 +00:00
Thierry Crozat 27eb9453bb GUI: Unset stretch-mode in game settings not overriding global settings 2018-10-22 22:08:39 +01:00
Thierry Crozat c7fc6bbc30 I18N: Regenerate translations data file 2018-10-18 22:26:57 +02:00
Thierry Crozat 45641f3de5 I18N: Regenerate translations data file 2018-10-15 05:05:08 +02:00
D G Turner efcd857083 GUI: Fix Mouse Wheel Input for Unknown Game Dialog.
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-11 05:52:02 +01:00
D G Turner 9831f6ddd2 GUI: Disable Current View Selection Button in Save/Load Chooser.
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-10 08:20:17 +01:00
Thierry Crozat 350fcf8167 I18N: Regenerate translations data file 2018-10-08 05:05:05 +02:00
Thierry Crozat 408fd880cb I18N: Regenerate translations data file 2018-10-01 05:05:02 +02:00
Bastien Bouclet 4e57941339 GUI: Fix mass add not showing some variants if one is already known 2018-09-28 17:33:13 +02:00
Thierry Crozat 638e844286 I18N: Regenerate translations data file 2018-09-24 05:05:03 +02:00
Thierry Crozat c80bd0ecbb I18N: Regenerate translations data file 2018-09-10 05:05:03 +02:00
Thierry Crozat 28918638e9 I18N: Regenerate translations data file 2018-09-03 05:05:03 +02:00
Bastien Bouclet ac4b2efd3f GUI: Clean up file browser path entry 2018-08-27 06:39:40 +02:00
Thierry Crozat 94a520d299 I18N: Regenerate translations data file 2018-08-27 05:05:08 +02:00
Chatziargyriou Eleftheria 4188ba1252 GUI: Add editable path in file browser dialog 2018-08-22 00:39:51 +01:00
Colin Snover b9a649c3e1 GUI: Replace use of strdup with Common::String
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-18 16:30:05 +02:00
Thierry Crozat df236f1b20 I18N: Regenerate translations data file 2018-08-13 05:05:03 +02:00
Thierry Crozat 723dc00d57 I18N: Regenerate translations data file 2018-08-06 05:05:04 +02:00
Thierry Crozat 459f26fcaf I18N: Regenerate translations data file 2018-07-30 05:05:07 +02:00
Thierry Crozat f337c90618 GUI: Fix graphics options visibility depending on supported featuress 2018-07-29 13:57:20 +01:00
Thierry Crozat 7b0402fbb0 GUI: Fix scrollbar bottom arrow being displayed as up arrow after mouse up 2018-07-24 00:27:11 +01:00
Thierry Crozat bd98c6f045 GUI: Handle continous scrolling in ScrollContainer
When keeping the scrollbar up or down arrow pressed in a
ScrollContainer is now scrolls continously, as it was
already doing in the ListWidget.
2018-07-24 00:27:11 +01:00
Thierry Crozat 211ef61fdf GUI: Set ScrollContainer single step to kLineHeight instead of 1 pixel
The single step is the amount of scroll done when clicking once on
the scrollbar up or down arrow. It used to be 1 entry, but for the
ScrollContainer 1 entry is 1 pixel, which was too litle. Now the
single step can be set to a multiple entries.
2018-07-24 00:27:11 +01:00
Thierry Crozat f7a4b74130 GUI: Fix container widgets not receiving events 2018-07-24 00:27:11 +01:00
Bastien Bouclet d2acf0cef1 GUI: Sync the embedded classic theme 2018-07-23 07:39:20 +02:00
Thierry Crozat e1e9d67e60 I18N: Regenerate translations data file 2018-07-23 05:05:03 +02:00
Thierry Crozat 0b6ef93b85 GUI: Use consistent capitalization for options
As discussed on the mailing list we should use title capitalization
only for push buttons and tabs and use sentence capitalization for
everything else.
2018-07-22 21:28:12 +01:00
Thierry Crozat cad1672ee7 GUI: Fix crash when accessing options from GMM 2018-07-22 12:22:01 +01:00
Thierry Crozat 182a87f81c GUI: Use ScrollContainer in graphics tab
This fixes bug #10634 - GUI: Options cutoff for Edit Game when
Graphics mode is x2 or less
2018-07-22 00:01:01 +01:00
Eric Fry dc79026a31 ILLUSIONS: Enable illusions engine by default
Add credits info for illusions engine
2018-07-20 06:43:33 +00:00
Thierry Crozat 4aa8993b0e I18N: Regenerate translations data file 2018-07-16 05:05:04 +02:00
Thierry Crozat 788574e751 GUI: Bump theme version
I meant to, but forgot, to do it when adding the stretch factor
to the Options dialog. Doing it now should prevent from using
older themes that do not have the position for this widget.
2018-07-13 07:58:10 +01:00