summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Notification.cpp
AgeCommit message (Expand)Author
2022-10-03SystemServer+LoginServer+Userland: Switch to sid-based socketsPeter Elliott
2022-08-14Base: Launch NotificationServer at session start-upLucas CHOLLET
2022-08-14LibCore+LibIPC: Recognise %uid in pathLucas CHOLLET
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2022-02-25LibGUI: Rename NotificationServerConnectionItamar
2022-02-25Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServerItamar
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2021-06-24Userland: Remove dummy IPC methodsGunnar Beutner
2021-05-23Userland: Mark subclasses of IPC::{Client,Server}Connection finalAndreas Kling
2021-05-23LibIPC: Remove unnecessary IPC::ServerConnection::handshake()Andreas Kling
2021-05-23NotificationServer: Remove unnecessary greet() messageAndreas Kling
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
2021-05-03Userland: Change IPC funcs to use plain arguments instead of a structGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-22NotificationServer: Close connection on notification closeNick Johnson
2021-03-22Notification: Use RefPtr for connectionNick Johnson
2021-03-22LibGUI+Notification: Add mutable notificationsNick Johnson
2021-03-22Notification: Prevent showing a closed windowNick Johnson
2021-03-22LibGUI+Notification: Add notification closingNick Johnson
2021-03-22LibGUI+Notification: Use lifetime connectionNick Johnson
2021-02-01LibIPC: Stop sending client ID to clientsAndreas Kling
2021-01-15LibGfx: Make Gfx::ShareableBitmap use anonymous files instead of shbufsAndreas Kling
2021-01-15LibGUI: Hold on to notification icon until NotificationServer respondsAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling