1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:48:10 +00:00
serenity/Userland/Services/WindowServer
Tom b88b19272e WindowServer: Fix alpha hit-test accessing out-of-bounds pixels
It's possible that the backing store hasn't been updated yet, so
when performing an alpha hit-test make sure the bitmap actually
contains it.

Fixes #6731
2021-04-29 21:51:41 +02:00
..
AppletManager.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
AppletManager.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Button.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Button.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ClientConnection.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ClientConnection.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
CMakeLists.txt LibGUI+WindowServer: Separate window manager IPC from regular IPC 2021-04-17 13:06:25 +02:00
Compositor.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Compositor.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Cursor.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
Cursor.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Event.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
EventLoop.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
EventLoop.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
main.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Menu.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Menu.h WindowServer: Use window menu actions when clicking frame buttons 2021-04-28 09:40:34 +02:00
Menubar.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Menubar.h AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
MenuItem.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
MenuItem.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
MenuManager.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
MenuManager.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Screen.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Screen.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Window.cpp WindowServer: Fix alpha hit-test accessing out-of-bounds pixels 2021-04-29 21:51:41 +02:00
Window.h WindowServer: Use window menu actions when clicking frame buttons 2021-04-28 09:40:34 +02:00
WindowClient.ipc IPCCompiler: Remove hardcoded endpoint magic, attempt deux 2021-04-25 14:06:56 +02:00
WindowFrame.cpp WindowServer: Fix alpha hit-test accessing out-of-bounds pixels 2021-04-29 21:51:41 +02:00
WindowFrame.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WindowManager.cpp WindowServer: Don't restore active window if it is minimized 2021-04-28 09:40:34 +02:00
WindowManager.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WindowManagerClient.ipc IPCCompiler: Remove hardcoded endpoint magic, attempt deux 2021-04-25 14:06:56 +02:00
WindowManagerServer.ipc IPCCompiler: Remove hardcoded endpoint magic, attempt deux 2021-04-25 14:06:56 +02:00
WindowServer.ipc IPCCompiler: Remove hardcoded endpoint magic, attempt deux 2021-04-25 14:06:56 +02:00
WindowSwitcher.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WindowSwitcher.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WindowType.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WMClientConnection.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WMClientConnection.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00