scummvm/gui
Alexander Tkachev 2c31e6cbe5 GUI: Fix Options' Cloud tab scrollbar issue
Calling reflowLayout() not only updates the layout (as setupCloudTab()
was already doing), but also recalculates scrollbar. The issue was that
old layout didn't need a scrollbar, but updated layout did. But,
ScrollContainer was not notified, and thus scrollbar didn't appear
(until user tried to reselect the Storage via popup).
2019-08-04 04:43:53 +07:00
..
animation
themes CLOUD: Ask user to manually enable Storage 2019-07-30 14:51:41 -04:00
widgets GUI: Fix TabWidget's < and > buttons 2019-08-03 04:35:48 -04:00
about.cpp JANITORIAL: Update all scummvm.org URLS to use https 2019-03-09 21:52:14 +01:00
about.h
Actions.cpp
Actions.h
browser.cpp GUI: Store title String instead of unsafe pointer 2018-12-16 10:48:13 +00:00
browser.h GUI: Store title String instead of unsafe pointer 2018-12-16 10:48:13 +00:00
chooser.cpp
chooser.h
console.cpp GUI: Use a truetype font for the debug console 2019-05-05 08:52:12 +02:00
console.h GUI: Use a truetype font for the debug console 2019-05-05 08:52:12 +02:00
credits.h CREDITS: Add myself and Cryomni3D engine 2019-07-27 11:34:56 +02:00
debugger.cpp GUI: Flush debugger prompts on text console 2019-02-03 22:16:40 +02:00
debugger.h GUI: Replace use of strdup with Common::String 2018-08-18 16:30:05 +02:00
dialog.cpp GUI: Support adding games via Drag and Drop 2019-04-30 22:17:04 +01:00
dialog.h GUI: Support adding games via Drag and Drop 2019-04-30 22:17:04 +01:00
downloaddialog.cpp COMMON: Add getHumanReadableBytes() in util.h 2019-07-30 14:51:41 -04:00
downloaddialog.h
editgamedialog.cpp GUI: Don't display the ScrollContainer background inside tabs 2018-11-14 20:27:41 +01:00
editgamedialog.h
editrecorddialog.cpp
editrecorddialog.h
error.cpp
error.h
EventRecorder.cpp
EventRecorder.h
filebrowser-dialog.cpp
filebrowser-dialog.h
fluidsynth-dialog.cpp
fluidsynth-dialog.h
gui-manager.cpp GUI: Support adding games via Drag and Drop 2019-04-30 22:17:04 +01:00
gui-manager.h
Key.cpp
Key.h
KeysDialog.cpp
KeysDialog.h
launcher.cpp GUI: Better integration for the unknown game dialog when adding games 2019-05-12 11:44:51 +03:00
launcher.h GUI: Support adding games via Drag and Drop 2019-04-30 22:17:04 +01:00
massadd.cpp GUI: Fix mass add not showing some variants if one is already known 2018-09-28 17:33:13 +02:00
massadd.h
message.cpp
message.h
module.mk GUI: Rewrite Cloud tab 2019-07-30 14:51:41 -04:00
object.cpp
object.h
onscreendialog.cpp
onscreendialog.h
options.cpp GUI: Fix Options' Cloud tab scrollbar issue 2019-08-04 04:43:53 +07:00
options.h GUI: Fix translation context for Cloud and LAN tabs 2019-07-30 21:43:08 +01:00
predictivedialog.cpp
predictivedialog.h GUI: Fix duplicate include guard 2018-10-31 18:53:28 +00:00
recorderdialog.cpp
recorderdialog.h
remotebrowser.cpp
remotebrowser.h
saveload-dialog.cpp GUI: Disable Current View Selection Button in Save/Load Chooser. 2018-10-10 08:20:17 +01:00
saveload-dialog.h
saveload.cpp
saveload.h
themebrowser.cpp
themebrowser.h
ThemeEngine.cpp GUI: Fix scrollbars 2019-08-03 04:35:48 -04:00
ThemeEngine.h GUI: Rewrite Cloud tab 2019-07-30 14:51:41 -04:00
ThemeEval.cpp
ThemeEval.h
ThemeLayout.cpp
ThemeLayout.h
ThemeParser.cpp GUI: Use a truetype font for the debug console 2019-05-05 08:52:12 +02:00
ThemeParser.h
Tooltip.cpp GUI: Minor offsets fixes in Tooltip and EditTextWidget 2019-08-03 04:35:48 -04:00
Tooltip.h
unknown-game-dialog.cpp GUI: Better integration for the unknown game dialog when adding games 2019-05-12 11:44:51 +03:00
unknown-game-dialog.h GUI: Better integration for the unknown game dialog when adding games 2019-05-12 11:44:51 +03:00
updates-dialog.cpp
updates-dialog.h
widget.cpp GUI: Fix container widgets not receiving events 2018-07-24 00:27:11 +01:00
widget.h