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
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