aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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)
2019-10-14PRINCE: I18N: Update translation (English)Eugene Sandulenko
Currently translated at 54.4% (1500 of 2757 strings)
2019-10-14I18N: Regenerate translations data fileThierry Crozat
2019-10-14GUI: Add Missing Switch Default Cases in About Dialog Easter EggD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-14AGI: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-14GRAPHICS: MACGUI: Fix GCC Signed vs. Unsigned WarningsD G Turner
2019-10-14I18N: Update translations templatesThierry Crozat
2019-10-14CREATE_PROJECT: Enable TTS on msvc by defaultJaromir Wysoglad
2019-10-14TTS: Fix "No voice available" warningJaromir Wysoglad
2019-10-14I18N: Update translations templatesThierry Crozat
2019-10-14GUI: Fix Compiler Warnings in About Dialog Easter EggD G Turner
2019-10-14GUI: Added easter eggEugene Sandulenko
2019-10-13GRAPHICS: MACGUI: Fix menu width when there is a submenuEugene Sandulenko
2019-10-13GRAPHICS: MACGUI: Process tab symbol in Windows menusEugene Sandulenko
2019-10-13SWITCH: Fix cloud integrationrsn8887