ladybird/Userland/Services
Andreas Kling fa9846ec6f WindowServer: Simplify how we determine the hovered window
Instead of plumbing a Window* through the entire mouse event processing
logic, just do a hit test and say that the window under the cursor is
the hovered window.

It's funny how much easier this is now that we have a way to hit test
the entire window stack with one call.
2021-06-18 17:40:05 +02:00
..
AudioServer Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
ChessEngine Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Clipboard Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
CrashDaemon Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
DHCPClient Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
EchoServer Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
FileOperation Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
ImageDecoder Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
InspectorServer Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
KeyboardPreferenceLoader Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
LaunchServer Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
LookupServer Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
NotificationServer Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
RequestServer Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
SystemServer Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Taskbar Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
TelnetServer Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
WebContent Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
WebServer Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
WebSocket Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
WindowServer WindowServer: Simplify how we determine the hovered window 2021-06-18 17:40:05 +02:00
CMakeLists.txt Userland: Remove SymbolServer and the "symbol" user+group 2021-05-22 18:54:22 +02:00