1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 12:47:45 +00:00
serenity/Userland/Services
Max Wipfli ac9003bb70 WindowServer: Focus windows blocked by a modal window
If a window which has an active modal window is focused, the modal
window starts blinking. In this case, the window (and modal) should
still be focused. For this, the order of the checks in
process_mouse_event_for_window has to be changed.

This fixes #8183.
2021-06-21 16:46:01 +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 LibCoreDump: Include source locations of inlined functions in backtrace 2021-06-19 14:51:18 +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 LaunchServer: Correctly open file URLs with line numbers 2021-06-20 12:07:55 +02:00
LookupServer Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
NotificationServer WindowServer: Add API to set/get screen layouts 2021-06-20 14:57:26 +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 WindowServer: Add initial support for rendering on multiple screens 2021-06-20 14:57:26 +02:00
TelnetServer Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
WebContent WindowServer: Add initial support for rendering on multiple screens 2021-06-20 14:57:26 +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: Focus windows blocked by a modal window 2021-06-21 16:46:01 +02:00
CMakeLists.txt Userland: Remove SymbolServer and the "symbol" user+group 2021-05-22 18:54:22 +02:00