1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 06:18:12 +00:00
serenity/Userland/Services/NotificationServer
Nick Johnson 0fd1e6f062 LibGUI+Notification: Add notification closing
Closing a notification will now allow it to be shown again, as
m_showing being false means it can be re-shown.
2021-03-22 12:46:16 +01:00
..
ClientConnection.cpp LibGUI+Notification: Add notification closing 2021-03-22 12:46:16 +01:00
ClientConnection.h LibGUI+Notification: Add notification closing 2021-03-22 12:46:16 +01:00
CMakeLists.txt Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
main.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
NotificationClient.ipc Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
NotificationServer.ipc LibGUI+Notification: Add notification closing 2021-03-22 12:46:16 +01:00
NotificationWindow.cpp Notification: Member-ize updatable components 2021-03-22 12:46:16 +01:00
NotificationWindow.h Notification: Member-ize updatable components 2021-03-22 12:46:16 +01:00