ladybird/Userland/Services
Andreas Kling f556bd1045 WindowServer: Make popup_menu() an asynchronous IPC call
This was already being used asynchronously by LibGUI, which meant that
WindowServer would generate a response, and the client would ignore it.

This patch simplifies the WindowServer side so it no longer generates
the unnecessary response.
2021-05-10 12:20:28 +02:00
..
AudioServer Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
ChessEngine Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Clipboard Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
CrashDaemon Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
DHCPClient Services: Convert StringBuilder::appendf() => AK::Format 2021-05-07 21:12:09 +02:00
EchoServer AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
FileOperation Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ImageDecoder Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
KeyboardPreferenceLoader Userland: Preserve keyboard mapping preference on reboot (#6955) 2021-05-09 15:56:03 +02:00
LaunchServer Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
LookupServer LookupServer: Remove some unnecessary "rc" temporaries 2021-05-06 13:37:46 +02:00
NotificationServer Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
RequestServer Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
SymbolServer Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
SystemServer Services: Convert StringBuilder::appendf() => AK::Format 2021-05-07 21:12:09 +02:00
Taskbar Taskbar+LibGUI+WindowServer: Shrink taskbar by one pixel 2021-05-09 00:11:37 +02:00
TelnetServer AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
WebContent Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
WebServer Services: Convert StringBuilder::appendf() => AK::Format 2021-05-07 21:12:09 +02:00
WebSocket Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
WindowServer WindowServer: Make popup_menu() an asynchronous IPC call 2021-05-10 12:20:28 +02:00
CMakeLists.txt Userland: Preserve keyboard mapping preference on reboot (#6955) 2021-05-09 15:56:03 +02:00