scummvm/gui/widgets
Martin Gerhardy 9d82fa51df COMMON: removed USE_TTS check from engines
OSystem now just returns a nullptr if there is no text to speech manager instance
(because none is compiled into the binary, or the system doesn't provide support
for it). This removed the need for the engine authors to add scummvm osystem compile
time options checks into their engine code
2021-05-03 14:13:41 +03:00
..
editable.cpp GUI: U32: Use const-references for tooltips 2020-08-30 14:43:41 +02:00
editable.h ALL: Remove use of "" in Common::U32String constructors 2020-11-16 16:56:58 +00:00
edittext.cpp GUI: Fix getEditRect and implify rect handling in EditTextWidget 2021-04-22 01:40:12 +01:00
edittext.h ALL: Remove use of "" in Common::U32String constructors 2020-11-16 16:56:58 +00:00
list.cpp GUI: Initialized more variables 2021-05-01 01:49:47 +02:00
list.h ALL: Remove use of "" in Common::U32String constructors 2020-11-16 16:56:58 +00:00
popup.cpp COMMON: removed USE_TTS check from engines 2021-05-03 14:13:41 +03:00
popup.h GUI: Allow specifying a command for PopUp widgets 2021-01-10 09:53:43 +02:00
scrollbar.cpp GUI: RTL: Shift to a better way of positioning when dialogs are stacked 2020-06-22 00:03:02 +02:00
scrollbar.h GUI: Add override markers where appropriate 2020-01-19 15:08:37 +01:00
scrollcontainer.cpp GUI: Code cleanup 2020-06-22 00:03:02 +02:00
scrollcontainer.h GUI: Use a dialog theme layout for the unknown game dialog 2020-01-04 10:56:25 +01:00
tab.cpp GUI: Recalculate tab variables consistently 2021-04-24 21:10:00 +01:00
tab.h GUI: Recalculate tab variables consistently 2021-04-24 21:10:00 +01:00