index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
/
Notification.cpp
Age
Commit message (
Expand
)
Author
2022-10-03
SystemServer+LoginServer+Userland: Switch to sid-based sockets
Peter Elliott
2022-08-14
Base: Launch NotificationServer at session start-up
Lucas CHOLLET
2022-08-14
LibCore+LibIPC: Recognise %uid in path
Lucas CHOLLET
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
2022-02-25
LibGUI: Rename NotificationServerConnection
Itamar
2022-02-25
Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer
Itamar
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
2021-06-24
Userland: Remove dummy IPC methods
Gunnar Beutner
2021-05-23
Userland: Mark subclasses of IPC::{Client,Server}Connection final
Andreas Kling
2021-05-23
LibIPC: Remove unnecessary IPC::ServerConnection::handshake()
Andreas Kling
2021-05-23
NotificationServer: Remove unnecessary greet() message
Andreas Kling
2021-05-03
Userland: Update IPC calls to use proxies
Gunnar Beutner
2021-05-03
Userland: Change IPC funcs to use plain arguments instead of a struct
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-22
NotificationServer: Close connection on notification close
Nick Johnson
2021-03-22
Notification: Use RefPtr for connection
Nick Johnson
2021-03-22
LibGUI+Notification: Add mutable notifications
Nick Johnson
2021-03-22
Notification: Prevent showing a closed window
Nick Johnson
2021-03-22
LibGUI+Notification: Add notification closing
Nick Johnson
2021-03-22
LibGUI+Notification: Use lifetime connection
Nick Johnson
2021-02-01
LibIPC: Stop sending client ID to clients
Andreas Kling
2021-01-15
LibGfx: Make Gfx::ShareableBitmap use anonymous files instead of shbufs
Andreas Kling
2021-01-15
LibGUI: Hold on to notification icon until NotificationServer responds
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling