Andreas Kling
|
a396bb0c0b
LibGfx: Remove indexed palette formats from Bitmap and Painter
|
1 year ago |
Ben Wiederhake
|
592e6c89a5
LibGUI: Avoid unnecessary copies of clipboard metadata
|
2 years ago |
Ben Wiederhake
|
0ee5a4e308
Clipboard: Avoid unnecessary IPC::Dictionary wrapper
|
2 years ago |
Ben Wiederhake
|
362773d4a6
LibIPC: Explicitly mark HashMap copy, offer move interface
|
2 years ago |
Lucas CHOLLET
|
07c6cebbab
Applets/ClipboardHistory: Add persistent storage
|
2 years ago |
Lucas CHOLLET
|
5c29b45d1d
LibGUI: Make `Clipboard::initialize` propagate errors
|
2 years ago |
Tim Ledbetter
|
c63f70d0fd
LibGUI: Allow clipboard items to have no associated data
|
2 years ago |
Tim Schumacher
|
a96339b72b
LibCore: Move Stream-based sockets into the `Core` namespace
|
2 years ago |
Tim Schumacher
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 years ago |
Tim Ledbetter
|
112035d5c3
LibGUI: Allow extra metadata when copying bitmaps to the clipboard
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Lucas CHOLLET
|
3197c1793a
Base: Launch Clipboard at session start-up
|
2 years ago |
Lucas CHOLLET
|
1b36348d8b
LibCore+LibIPC: Recognise %uid in path
|
3 years ago |
Itamar
|
2f61d32f99
LibGUI: Rename ClipboardServerConnection=>ConnectionToClipboardServer
|
3 years ago |
Itamar
|
d88da82e28
Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer
|
3 years ago |
Itamar
|
246b42b635
LibGUI: Guard against use-after-free in Clipboard::the()
|
3 years ago |
Daniel Bertalan
|
7d11edbe17
Userland: Fix unnecessary heap allocation of singleton objects
|
3 years ago |
Sam Atkins
|
45cf40653a
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
|
3 years ago |
sin-ack
|
2e1bbcb0fa
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
|
3 years ago |
Ben Wiederhake
|
768915bbcd
LibGUI: Make clipboard bitmap parsing more robust
|
3 years ago |
Ben Wiederhake
|
f22c0ffe0c
LibGUI+Everywhere: Make sync requests to Clipboard server more obvious
|
3 years ago |
Ben Wiederhake
|
b6419f2cf2
LibGUI: Make clipboard-as-bitmap parsing less data-race-y
|
3 years ago |
Andreas Kling
|
80d4e830a0
Everywhere: Pass AK::ReadonlyBytes by value
|
3 years ago |
Andreas Kling
|
0de33b3d6c
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
|
3 years ago |
Andreas Kling
|
83d1460ee8
LibGfx: Use ErrorOr<T> for Bitmap::try_create_wrapper()
|
3 years ago |
Andreas Kling
|
e2eabb4132
LibCore: Use ErrorOr<T> in Core::AnonymousBuffer
|
3 years ago |
Ali Mohammad Pur
|
97e97bccab
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
|
3 years ago |
TheFightingCatfish
|
0c53c2dfa2
LibGUI: Add a ClipboardClient for GUI::Clipboard
|
4 years ago |
Andreas Kling
|
c7d891765c
LibGfx: Use "try_" prefix for static factory functions
|
4 years ago |
Timothy
|
944e5cfb35
Everywhere: Use IPC include syntax
|
4 years ago |