ladybird/Userland
Andreas Kling b8c3ea8b30 LibGUI: Hold on to notification icon until NotificationServer responds
This broke when switching IPC messages to support move-only types.
This pattern is not ideal, but the real fix for this will be using fd
passing instead of shbufs.

Fixes #4955.
2021-01-15 08:22:54 +01:00
..
Applications SpaceAnalyzer: Fix TreeMapWidget layout issue for small rects. 2021-01-14 16:45:55 +01:00
Demos LibGfx: Make it possible to apply an (integer) scale to a Painter 2021-01-12 23:32:54 +01:00
DevTools LibIPC: Close received IPC::File fd's by default unless taken 2021-01-14 09:50:14 +01:00
DynamicLoader Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Games Games: Move to Userland/Games/ 2021-01-12 12:04:23 +01:00
Libraries LibGUI: Hold on to notification icon until NotificationServer responds 2021-01-15 08:22:54 +01:00
MenuApplets MenuApplets: Move to Userland/MenuApplets/ 2021-01-12 12:04:20 +01:00
Services LibIPC: Add an expressive way to close an IPC::File after sending it 2021-01-14 09:50:14 +01:00
Shell LibC+Everywhere: Remove open_with_path_length() in favor of open() 2021-01-12 23:34:01 +01:00
Tests Tests: Add LibC stdlib mktmp function tests for unique filenames 2021-01-14 13:15:51 +01:00
Utilities LibC+Everywhere: Remove open_with_path_length() in favor of open() 2021-01-12 23:34:01 +01:00
CMakeLists.txt Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00