scummvm/gui/widgets
Thierry Crozat f4bbbe5786
GUI: Improve thread-safety for icons set access
The previous commit was not sufficient as getIconsSet() returns a
reference to the SearchSet and it could then be used after the
mutex had been unlocked and while it was being modified in
initIconsSet() called in another thread.
2022-07-02 21:47:12 +02:00
..
editable.cpp JANITORIAL: "Mac OS X" and "OS X" to "macOS" in comments 2022-01-29 14:15:05 +01:00
editable.h
edittext.cpp GUI: Fix bad EditTextWidget rect at low window widths 2022-03-06 09:01:50 +01:00
edittext.h
grid.cpp GUI: Improve thread-safety for icons set access 2022-07-02 21:47:12 +02:00
grid.h GUI: Add slider for Grid Launcher icon size 2022-06-12 22:15:18 +01:00
groupedlist.cpp GUI: Fix grid list highlight after editing game. Bug #3960 2022-06-10 11:13:57 +02:00
groupedlist.h GUI: Remove remains of the old color lists in *ListWidget 2022-05-29 00:39:35 +02:00
list.cpp GUI: Fix editing of colored string in List. Bug #13541 2022-06-09 19:17:28 +02:00
list.h GUI: Fix caret position in list widget 2022-06-07 08:53:03 +02:00
popup.cpp
popup.h
scrollbar.cpp
scrollbar.h
scrollcontainer.cpp GUI: tabs with scrollbars 2022-01-23 20:28:55 +02:00
scrollcontainer.h
tab.cpp GUI: Fix infinite loop with mouse wheel over tab 2022-06-30 13:17:25 +03:00
tab.h GUI: Fix infinite loop with mouse wheel over tab 2022-06-30 13:17:25 +03:00