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
2022-02-25
LibGUI: Rename ClipboardServerConnection=>ConnectionToClipboardServer
Itamar
2022-02-25
Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer
Itamar
2022-02-19
LibGUI: Guard against use-after-free in Clipboard::the()
Itamar
2022-01-28
Userland: Fix unnecessary heap allocation of singleton objects
Daniel Bertalan
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
2021-11-21
LibGUI: Make clipboard bitmap parsing more robust
Ben Wiederhake
2021-11-21
LibGUI+Everywhere: Make sync requests to Clipboard server more obvious
Ben Wiederhake
2021-11-21
LibGUI: Make clipboard-as-bitmap parsing less data-race-y
Ben Wiederhake
2021-11-11
Everywhere: Pass AK::ReadonlyBytes by value
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create_wrapper()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> in Core::AnonymousBuffer
Andreas Kling
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-07-27
LibGUI: Add a ClipboardClient for GUI::Clipboard
TheFightingCatfish
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