scummvm/gui/widgets
Thierry Crozat 24cec3cd1b GUI: Fix use after free of surface in GridWidget
This happened after calling scaleGfx if the original surface was
already at the correct size. In such a case scaleGfx returns the
original surface, so it should not be freed.
2022-02-27 20:11:02 +00:00
..
editable.cpp JANITORIAL: "Mac OS X" and "OS X" to "macOS" in comments 2022-01-29 14:15:05 +01:00
editable.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
edittext.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
edittext.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
grid.cpp GUI: Fix use after free of surface in GridWidget 2022-02-27 20:11:02 +00:00
grid.h GUI: Scale grid widget icons with filtering 2022-02-22 17:46:21 +00:00
groupedlist.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
groupedlist.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
list.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
list.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
popup.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
popup.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
scrollbar.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
scrollbar.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
scrollcontainer.cpp GUI: tabs with scrollbars 2022-01-23 20:28:55 +02:00
scrollcontainer.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
tab.cpp GUI: fix removeTab not writing back _firstWidget 2022-01-23 20:28:55 +02:00
tab.h GUI: Add override keywords 2022-01-25 22:16:11 +01:00