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
/
Clipboard.cpp
Age
Commit message (
Expand
)
Author
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-03
Everywhere: Use IPC include syntax
Timothy
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-20
Clipboard+LibGUI: Remove unnecessary client/server greeting message
Andreas Kling
2021-05-10
LibGUI: Add Clipboard::clear()
Sergey Bugaev
2021-05-10
Clipboard+LibGUI: Make set_clipboard_data asynchronous
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-16
LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x
Andreas Kling
2021-02-01
LibIPC: Stop sending client ID to clients
Andreas Kling
2021-01-20
LibGfx: Give Bitmap a scale factor
Nico Weber
2021-01-17
Clipboard+LibGUI: Move clipboard service to anonymous files
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling