scummvm/gui/widgets
Thierry Crozat ebf5979cf4 GUI: Fix resizing RichTextWidget
There were two main issues:
1. The intermediate surface on which the rich text is drawn was not
   resized when the widget was resized. This resulted in text being
   cut.
2. The Graphics::MacText does not properly handle width changes,
   Resize is not handled at all if there is a table, but even when
   there is no table it can have issues with the font.
   As a workaround it is now recreated instead of being resized.
2023-12-14 16:56:48 +01:00
..
editable.cpp GUI: Further fixes to keymapper code 2023-10-28 21:01:18 +02:00
editable.h GUI: Further fixes to keymapper code 2023-10-28 21:01:18 +02:00
edittext.cpp GUI: Allow scaling dialog and widget sizes in constructors 2023-03-25 11:27:02 +01:00
edittext.h GUI: Allow scaling dialog and widget sizes in constructors 2023-03-25 11:27:02 +01:00
grid.cpp GUI: GridWidget: Remove redundant scroll bar update 2023-09-03 21:39:01 +03:00
grid.h GUI: Make thumbnail smaller than its background 2023-07-04 21:23:43 +02:00
groupedlist.cpp GUI: Fix crash when adding a game in some circumstances 2023-12-12 01:16:39 +01:00
groupedlist.h GUI: Collapsed game groups are persisted 2023-04-12 16:07:58 +02:00
list.cpp GUI: Disable text selection in list widget 2023-04-14 14:10:20 +02:00
list.h GUI: Allow scaling dialog and widget sizes in constructors 2023-03-25 11:27:02 +01:00
popup.cpp
popup.h
richtext.cpp GUI: Fix resizing RichTextWidget 2023-12-14 16:56:48 +01:00
richtext.h GUI: Add inner margin in RichTextWidget 2023-12-14 16:56:48 +01:00
scrollbar.cpp
scrollbar.h
scrollcontainer.cpp GUI: Fix type in ScrollCOntainerWidget height calculation 2023-09-17 00:56:28 +02:00
scrollcontainer.h GUI: Account for the scroll bar size in ScrollContainerWidget objects 2023-05-14 22:43:57 +02:00
tab.cpp GUI: First step to draw tabs on bottom 2023-09-17 00:56:28 +02:00
tab.h GUI: First step to draw tabs on bottom 2023-09-17 00:56:28 +02:00