scummvm/gui
Thierry Crozat fe41c9bd7d GUI: Fix loading fonts when translations are disabled
This fixes bug #12737.
The issue is that ThemeEngine::addFont was skipping every font
when translations are disabled, including those for the English
language. Indeed for those the function is called with language
of "*" (since this is what is specified in the theme) and not
an empty string as the implementation assumed.
2021-07-16 21:23:29 +01:00
..
animation
themes GUI: THEMES: Use scalable cursor in modern theme 2021-07-05 00:57:42 +02:00
widgets Revert "GUI: Fix int/int32 build failures" 2021-07-07 19:10:32 +02:00
about.cpp GUI: Initialized more variables 2021-05-01 01:49:47 +02:00
about.h ALL: Synced with ScummVM - rev: 33a47d23b8 2020-09-03 02:21:14 +02:00
browser.cpp ALL: Remove use of "" in Common::U32String constructors 2020-11-16 16:56:58 +00:00
browser.h ALL: Synced with ScummVM - rev: 33a47d23b8 2020-09-03 02:21:14 +02:00
chooser.cpp ALL: Remove use of "" in Common::U32String constructors 2020-11-16 16:56:58 +00:00
chooser.h ALL: Synced with ScummVM - rev: 33a47d23b8 2020-09-03 02:21:14 +02:00
console.cpp GUI: added debug output for console prints 2021-02-17 12:51:46 +00:00
console.h
credits.h CREDITS: Add myself to the Win32/Win64 subsection 2021-07-04 17:35:49 +02:00
debugger.cpp COMMON: Increase Stream pos, seek, size from int32 to int64 2021-07-08 18:24:28 -07:00
debugger.h GUI: added new debugger command to execute a file line by line 2020-12-15 12:46:07 +01:00
dialog.cpp GUI: Fix tooltip behavior to be less interruptive 2021-06-19 14:39:34 +02:00
dialog.h GUI: Fix tooltip behavior to be less interruptive 2021-06-19 14:39:34 +02:00
downloaddialog.cpp ALL: Remove use of "" in Common::U32String constructors 2020-11-16 16:56:58 +00:00
downloaddialog.h ALL: Synced with ScummVM - rev: 33a47d23b8 2020-09-03 02:21:14 +02:00
editgamedialog.cpp GUI: Check for writable for save game path 2021-07-13 16:51:56 +03:00
editgamedialog.h GUI: Add a checkbox to allow overriding the global backend settings 2021-03-15 16:52:52 +02:00
editrecorddialog.cpp ALL: Remove use of "" in Common::U32String constructors 2020-11-16 16:56:58 +00:00
editrecorddialog.h ALL: Synced with ScummVM - rev: 33a47d23b8 2020-09-03 02:21:14 +02:00
error.cpp ALL: Synced with ScummVM - rev: 33a47d23b8 2020-09-03 02:21:14 +02:00
error.h ALL: Remove use of "" in Common::U32String constructors 2020-11-16 16:56:58 +00:00
EventRecorder.cpp EVENTRECORDER: handle new recorder event for TimeDate 2021-07-14 20:05:08 +02:00
EventRecorder.h EVENTRECORDER: added new event for OSystem::getTimeAndDate 2021-07-09 19:23:21 +02:00
filebrowser-dialog.cpp ALL: Remove use of "" in Common::U32String constructors 2020-11-16 16:56:58 +00:00
filebrowser-dialog.h ALL: Synced with ScummVM - rev: 33a47d23b8 2020-09-03 02:21:14 +02:00
fluidsynth-dialog.cpp ALL: Remove use of "" in Common::U32String constructors 2020-11-16 16:56:58 +00:00
fluidsynth-dialog.h
gui-manager.cpp GUI: Fix tooltip behavior to be less interruptive 2021-06-19 14:39:34 +02:00
gui-manager.h GUI: Fix tooltip behavior to be less interruptive 2021-06-19 14:39:34 +02:00
launcher.cpp GUI: Remove unused member 2021-07-11 11:16:54 +03:00
launcher.h GUI: Remove unused member 2021-07-11 11:16:54 +03:00
massadd.cpp GUI: Fixing another corner case in mass add 2021-04-29 13:12:16 +02:00
massadd.h ALL: Synced with ScummVM - rev: 33a47d23b8 2020-09-03 02:21:14 +02:00
message.cpp ALL: Remove use of "" in Common::U32String constructors 2020-11-16 16:56:58 +00:00
message.h ALL: Remove use of "" in Common::U32String constructors 2020-11-16 16:56:58 +00:00
module.mk
object.cpp GUI: Avoid double scaling on widget creation 2021-04-11 21:21:44 +02:00
object.h GUI: Fix oversized keymapper controls 2021-04-11 21:21:44 +02:00
onscreendialog.cpp ALL: Remove use of "" in Common::U32String constructors 2020-11-16 16:56:58 +00:00
onscreendialog.h
options.cpp GUI: Add improved scaler selection to the Options dialog 2021-06-23 21:29:53 +02:00
options.h GUI: Add improved scaler selection to the Options dialog 2021-06-23 21:29:53 +02:00
predictivedialog.cpp DS: Rewrite event handling 2021-02-04 01:59:14 +01:00
predictivedialog.h
recorderdialog.cpp EVENTRECORDER: Fix date on initial name 2021-07-09 00:07:55 +03:00
recorderdialog.h ALL: Synced with ScummVM - rev: 33a47d23b8 2020-09-03 02:21:14 +02:00
remotebrowser.cpp ALL: Remove use of "" in Common::U32String constructors 2020-11-16 16:56:58 +00:00
remotebrowser.h JANITORIAL: Cleanup inconsistent includes 2021-02-22 10:54:07 +00:00
saveload-dialog.cpp GUI: Don't draw invisible thumbnail obstucting selection in Load Save dialogue 2021-06-26 16:44:23 +03:00
saveload-dialog.h BASE: Avoid calling PluginMan.getEngineFromMetaEngine where possible 2021-04-05 15:33:23 +01:00
saveload.cpp GUI: Revert clearing debug flags on save/load dialog 2021-06-10 10:43:22 -06:00
saveload.h BASE: Avoid calling PluginMan.getEngineFromMetaEngine where possible 2021-04-05 15:33:23 +01:00
themebrowser.cpp ALL: Remove use of "" in Common::U32String constructors 2020-11-16 16:56:58 +00:00
themebrowser.h
ThemeEngine.cpp GUI: Fix loading fonts when translations are disabled 2021-07-16 21:23:29 +01:00
ThemeEngine.h GUI: Add improved scaler selection to the Options dialog 2021-06-23 21:29:53 +02:00
ThemeEval.cpp GUI: Moved default layout spacing to themes 2021-04-11 21:21:44 +02:00
ThemeEval.h GUI: Always scale padding 2021-04-11 21:21:44 +02:00
ThemeLayout.cpp GUI: Rename getBaseWidth/Height to getGUIWidth/Height 2021-04-11 21:21:44 +02:00
ThemeLayout.h
ThemeParser.cpp GUI: Avoid double scaling for Dialog insets 2021-04-17 20:09:08 +02:00
ThemeParser.h GUI: Remove TransparentSurface remnants aka alphabitmaps from themes 2021-04-11 21:21:44 +02:00
Tooltip.cpp GUI: Fix tooltip behavior to be less interruptive 2021-06-19 14:39:34 +02:00
Tooltip.h GUI: Make Tooltip padding configurable and scalable 2021-04-20 19:03:09 +02:00
unknown-game-dialog.cpp ALL: Remove use of "" in Common::U32String constructors 2020-11-16 16:56:58 +00:00
unknown-game-dialog.h GUI: Simplify code for UnknownGameDialogs when generating bug tracker URL. 2020-08-30 14:43:41 +02:00
updates-dialog.cpp ALL: Remove use of "" in Common::U32String constructors 2020-11-16 16:56:58 +00:00
updates-dialog.h
widget.cpp JANITORIAL: Fix wrong spacing for return commands 2021-06-30 18:12:32 +02:00
widget.h GUI: Fix tooltip behavior to be less interruptive 2021-06-19 14:39:34 +02:00