aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-19COMMON: Moved string encoding to separate fileEugene Sandulenko
2019-10-19IOS7: enable home indicator auto-hide on iPhone X and upStefan Will
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-19GUI: Fix crash when opening the save name dialogBastien Bouclet
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-18OPENGL: Fix warning when using builtin OpenGL functionsCameron Cawley
2019-10-18ANDROID: Fix warningCameron Cawley
2019-10-18GRAPHICS: MACGUI: Switched MacText to U32String internallyEugene Sandulenko
2019-10-18COMMON: Added new + operator to U32StringEugene Sandulenko
2019-10-18TTS: Link libpthread explicitly on Linux platformChristian Krause
2019-10-18DRASCULA: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-18DRACI: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-18GRAPHICS: MACGUI: Fix compilation without freetypeEugene Sandulenko
2019-10-18COMMON: Added String::find()Eugene Sandulenko
2019-10-18GRAPHICS: MACGUI: Added support for Unicode fonts in menuEugene Sandulenko
2019-10-17DIRECTOR: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-17CRYOMNI3D: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-17GUI: Fix launcher layout for small widthsBastien Bouclet
* 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-17CRYO: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-17PRINCE: I18N: Update translation (English)Eugene Sandulenko
Currently translated at 55.2% (1523 of 2757 strings)
2019-10-17GRAPHICS: MACGUI: Fix crash when clicking on the top windowEugene Sandulenko
2019-10-16SCI32: Fix QFG4 error when clicking after runes puzzlesluicebox
Fixes a bug in a script patch, trac #11211
2019-10-17CINE: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-17PINK: Enforce built-in fonts in WMEugene Sandulenko
2019-10-17GRAPHICS: MACGUI: Add possibility to set WM mode right awayEugene Sandulenko
This lets us to not load mac fonts when the built-in mode in enforced
2019-10-16SDL: Fix Missing Default Switch Cases in Events ClassD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-16CGE2: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-16CGE: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-16BBVS: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-16I18N: Update translations templatesThierry Crozat
2019-10-16TTS: Fix language setting.Jaromir Wysoglad
2019-10-16PRINCE: I18N: Update translation (English)roka
Currently translated at 55.1% (1520 of 2757 strings)
2019-10-16PRINCE: I18N: Update translation (English)Eugene Sandulenko
Currently translated at 55.1% (1520 of 2757 strings)
2019-10-16ANDROID: Use more portable directory query methodEugene Sandulenko
2019-10-15PINK: Set text windows to read-onlyEugene Sandulenko
2019-10-15GRAPHICS: MACGUI: Added possibility to create read only text windowsEugene Sandulenko
2019-10-15PINK: Disable border for all text windowsEugene Sandulenko
2019-10-15I18N: Update translations templatesThierry Crozat
2019-10-15AVALANCHE: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-15GUI: Fix crash when clicking and dragging a tab widgetCameron Cawley
2019-10-15GRAPHICS: MACGUI: Fix window deletionEugene Sandulenko
2019-10-15I18N: Update translation (Hebrew)zibib3
Currently translated at 25.3% (294 of 1162 strings)
2019-10-143DS: Fix creating the scummvm directory on the SD cardBastien Bouclet
2019-10-14GRAPHICS: MACGUI: Crash-proof window management.Eugene Sandulenko
2019-10-143DS: Fix OSystem::grabOverlayBastien Bouclet
Fixes the transparency effects in the GUI.
2019-10-143DS: Embed ScummVM's support files in the packageBastien Bouclet
2019-10-14I18N: Update translations templatesThierry Crozat
2019-10-14GUI: Fix crash with attempt to switch to Greek or HebrewEugene Sandulenko
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-14JANITORIAL: Whitespace fixesEugene Sandulenko
2019-10-14GUI: Fix warningsEugene Sandulenko
2019-10-14AGOS: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-14PRINCE: I18N: Update translation (Russian)Eugene Sandulenko
Currently translated at 100.0% (2757 of 2757 strings)