scummvm/gui/widgets
Thierry Crozat 97a92d2030 GUI: Fix use of uninitialized variable in ListWidget constructor
The _scrollBarWidth variable was used (to create the ScrollBarWidget)
before it was initialized.
2020-09-10 00:39:46 +01:00
..
editable.cpp GUI: Always mark editable as dirty when press home or end 2020-07-25 00:32:34 +02:00
editable.h GUI: RTL: Improve right align text drawing 2020-06-22 00:03:02 +02:00
edittext.cpp GUI: RTL: Improve right align text drawing 2020-06-22 00:03:02 +02:00
edittext.h GUI: Use nullptr instead of 0 or NULL where appropriate 2020-01-19 15:08:37 +01:00
list.cpp GUI: Fix use of uninitialized variable in ListWidget constructor 2020-09-10 00:39:46 +01:00
list.h GUI: Sort games by dictionary, ignoring English articles 2020-04-24 10:54:00 +02:00
popup.cpp GUI: RTL: Fix small issues 2020-06-22 00:03:02 +02:00
popup.h GUI: Use nullptr instead of 0 or NULL where appropriate 2020-01-19 15:08:37 +01: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: Fix Signed vs. Unsigned Compiler Warning in Tab Widget 2020-06-23 21:41:54 +01:00
tab.h GUI: RTL: Improve tab drawing for rtl 2020-06-22 00:03:02 +02:00