92125 Commits

Author SHA1 Message Date
Eugene Sandulenko
30c11071c4 PINK: Enable text rendering for localized versions 2019-10-19 17:44:05 +02:00
Eugene Sandulenko
2d1dc5d1c4 GRAPHICS: MACGUI: Added default font for MacText 2019-10-19 17:43:47 +02:00
Eugene Sandulenko
50822e708b COMMON: Moved string encoding to separate file 2019-10-19 17:38:26 +02:00
Stefan Will
67abb355f1 IOS7: enable home indicator auto-hide on iPhone X and up
This makes the annoying white line at the bottom of the screen go away
on newer (home button-less) iPhones.

https://developer.apple.com/documentation/uikit/uiviewcontroller/2887510-prefershomeindicatorautohidden
2019-10-19 18:04:53 +03:00
Bastien Bouclet
287a4a12e2 GUI: Fix crash when opening the save name dialog
The changes in 1dce33dd9f909b09a73902b3939b61a81a149b7a introduced a
case where the width of widgets would not be set. This commit reverts
the offending changes and introduces a different fix for the original
issue.

Only recompute the width/height of a stack if it is not explicitly set.

Fixes #11214.
2019-10-19 10:50:56 +02:00
Cameron Cawley
3d83d144a3 OPENGL: Fix warning when using builtin OpenGL functions 2019-10-18 16:49:12 +01:00
Cameron Cawley
5589c2bd60 ANDROID: Fix warning 2019-10-18 16:48:18 +01:00
Eugene Sandulenko
419cb1e7c7 GRAPHICS: MACGUI: Switched MacText to U32String internally 2019-10-18 17:20:27 +02:00
Eugene Sandulenko
9ff8e69aa9 COMMON: Added new + operator to U32String 2019-10-18 17:20:27 +02:00
Christian Krause
25e448b5bd TTS: Link libpthread explicitly on Linux platform 2019-10-18 17:04:50 +02:00
D G Turner
75fdc35af4 DRASCULA: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-18 15:46:02 +01:00
D G Turner
7bf7a415f7 DRACI: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-18 15:24:54 +01:00
Eugene Sandulenko
4d8a0f22f2 GRAPHICS: MACGUI: Fix compilation without freetype 2019-10-18 09:27:33 +02:00
Eugene Sandulenko
eb72d6b479 COMMON: Added String::find() 2019-10-18 00:28:36 +02:00
Eugene Sandulenko
3ae526dfed GRAPHICS: MACGUI: Added support for Unicode fonts in menu 2019-10-18 00:20:54 +02:00
D G Turner
80522f1187 DIRECTOR: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-17 21:43:00 +01:00
D G Turner
9ce2ba2758 CRYOMNI3D: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-17 18:47:32 +01:00
Bastien Bouclet
1dce33dd9f GUI: Fix launcher layout for small widths
* Testing if a widget can be centered was ignoring the padding.
* Only resize a layout based on its content if it was not explicitely
   sized by its parent. Fixes the logo causing incorrect layout
   computations when the window width is lower than the image width.
2019-10-17 19:33:50 +02:00
D G Turner
9bc03dc117 CRYO: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-17 15:47:32 +01:00
Eugene Sandulenko
4a41260955 PRINCE: I18N: Update translation (English)
Currently translated at 55.2% (1523 of 2757 strings)
2019-10-17 14:57:43 +02:00
Eugene Sandulenko
23a9ce1880 GRAPHICS: MACGUI: Fix crash when clicking on the top window 2019-10-17 09:27:38 +02:00
sluicebox
0334d95364 SCI32: Fix QFG4 error when clicking after runes puzzle
Fixes a bug in a script patch, trac #11211
2019-10-16 20:02:08 -07:00
D G Turner
f7593adb3e CINE: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-17 00:47:34 +01:00
Eugene Sandulenko
de42a124ed PINK: Enforce built-in fonts in WM 2019-10-17 01:43:54 +02:00
Eugene Sandulenko
6100de0b3a GRAPHICS: MACGUI: Add possibility to set WM mode right away
This lets us to not load mac fonts when the built-in mode in enforced
2019-10-17 01:42:44 +02:00
D G Turner
690370554f SDL: Fix Missing Default Switch Cases in Events Class
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-16 23:24:05 +01:00
D G Turner
32a6f0b376 CGE2: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-16 22:53:54 +01:00
D G Turner
ca800c3c62 CGE: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-16 20:49:38 +01:00
D G Turner
7e31014e98 BBVS: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-16 19:12:57 +01:00
Thierry Crozat
1be9ecccf5 I18N: Update translations templates 2019-10-16 19:33:58 +02:00
Jaromir Wysoglad
b9d3c84db4 TTS: Fix language setting. 2019-10-16 19:30:56 +02:00
roka
94d17b1853 PRINCE: I18N: Update translation (English)
Currently translated at 55.1% (1520 of 2757 strings)
2019-10-16 14:43:51 +02:00
Eugene Sandulenko
13cbe28dd2 PRINCE: I18N: Update translation (English)
Currently translated at 55.1% (1520 of 2757 strings)
2019-10-16 14:43:50 +02:00
Eugene Sandulenko
b585b925e5 ANDROID: Use more portable directory query method 2019-10-16 00:16:25 +02:00
Eugene Sandulenko
6d82e7ee26 PINK: Set text windows to read-only 2019-10-15 23:58:00 +02:00
Eugene Sandulenko
695ba47063 GRAPHICS: MACGUI: Added possibility to create read only text windows 2019-10-15 23:58:00 +02:00
Eugene Sandulenko
1a76b548e5 PINK: Disable border for all text windows 2019-10-15 23:58:00 +02:00
Thierry Crozat
84d5a23c1d I18N: Update translations templates 2019-10-15 22:50:19 +02:00
D G Turner
66011fcae8 AVALANCHE: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-15 21:46:14 +01:00
Cameron Cawley
06b038a1c1 GUI: Fix crash when clicking and dragging a tab widget 2019-10-15 20:37:28 +01:00
Eugene Sandulenko
b8e7f45760 GRAPHICS: MACGUI: Fix window deletion 2019-10-15 19:07:18 +02:00
zibib3
94c98ca966 I18N: Update translation (Hebrew)
Currently translated at 25.3% (294 of 1162 strings)
2019-10-15 05:55:24 +02:00
Bastien Bouclet
0f9cdfc0b8 3DS: Fix creating the scummvm directory on the SD card 2019-10-14 21:32:52 +02:00
Eugene Sandulenko
5acaaed860 GRAPHICS: MACGUI: Crash-proof window management. 2019-10-14 21:31:25 +02:00
Bastien Bouclet
dfc0a5127e 3DS: Fix OSystem::grabOverlay
Fixes the transparency effects in the GUI.
2019-10-14 21:24:25 +02:00
Bastien Bouclet
f22e07825f 3DS: Embed ScummVM's support files in the package 2019-10-14 21:22:23 +02:00
Thierry Crozat
904a00f446 I18N: Update translations templates 2019-10-14 21:13:27 +02:00
Eugene Sandulenko
e5caf79c6a GUI: Fix crash with attempt to switch to Greek or Hebrew
These languages have 2 charater codes, and setting third character
in the Common::String led to assert. The proper consturctor is used
instead now.
2019-10-14 21:11:52 +02:00
Eugene Sandulenko
be95a7a2dd JANITORIAL: Whitespace fixes 2019-10-14 21:11:40 +02:00
Eugene Sandulenko
0e9d3d0bc8 GUI: Fix warnings 2019-10-14 20:57:15 +02:00