ladybird/Userland
Tom 2f754013a1 LibGUI: Fix widgets not being occluded
Widget::is_visible_for_timer_purposes needs to also consult with the
base implementation, which ultimately checks the owning Window's
visibility and occlusion state. Widget::is_visible merely determins
whether a widget should be visible or not, regardless of the window's
state.

Fixes #8825
2021-07-18 18:39:20 +02:00
..
Applets ResourceGraph: Handle more than 4 GiB of memory 2021-07-14 18:24:55 +02:00
Applications SystemMonitor: Add support for 64-bit addresses 2021-07-18 17:31:13 +02:00
Demos WidgetGallery: Pledge thread 2021-07-17 23:30:58 +02:00
DevTools Kernel: Split debug symbols into a separate file 2021-07-18 17:31:13 +02:00
DynamicLoader LibC: Use our implementation of crti.o and crtn.o 2021-07-14 13:12:25 +02:00
Games Solitaire: Reduce overdraw when drawing initial cards 2021-07-15 21:47:36 +02:00
Libraries LibGUI: Fix widgets not being occluded 2021-07-18 18:39:20 +02:00
Services WindowServer: Fix compositor overdraw issues related to transparency 2021-07-18 18:39:20 +02:00
Shell Shell: Don't assume that only the current shell may continue children 2021-07-17 02:00:24 +04:30
Utilities pmap: Add support for 64-bit addresses 2021-07-18 17:31:13 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00