summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Notification.h
AgeCommit message (Expand)Author
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-25LibGUI: Rename NotificationServerConnectionItamar
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-01-12Libraries: Move to Userland/Libraries/Andreas Kling