Tim Ledbetter
|
c63f70d0fd
LibGUI: Allow clipboard items to have no associated data
|
2 年 前 |
Tim Schumacher
|
a96339b72b
LibCore: Move Stream-based sockets into the `Core` namespace
|
2 年 前 |
Tim Schumacher
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 年 前 |
Tim Ledbetter
|
112035d5c3
LibGUI: Allow extra metadata when copying bitmaps to the clipboard
|
2 年 前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年 前 |
Lucas CHOLLET
|
3197c1793a
Base: Launch Clipboard at session start-up
|
2 年 前 |
Lucas CHOLLET
|
1b36348d8b
LibCore+LibIPC: Recognise %uid in path
|
3 年 前 |
Itamar
|
2f61d32f99
LibGUI: Rename ClipboardServerConnection=>ConnectionToClipboardServer
|
3 年 前 |
Itamar
|
d88da82e28
Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer
|
3 年 前 |
Itamar
|
246b42b635
LibGUI: Guard against use-after-free in Clipboard::the()
|
3 年 前 |
Daniel Bertalan
|
7d11edbe17
Userland: Fix unnecessary heap allocation of singleton objects
|
3 年 前 |
Sam Atkins
|
45cf40653a
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
|
3 年 前 |
sin-ack
|
2e1bbcb0fa
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
|
3 年 前 |
Ben Wiederhake
|
768915bbcd
LibGUI: Make clipboard bitmap parsing more robust
|
3 年 前 |
Ben Wiederhake
|
f22c0ffe0c
LibGUI+Everywhere: Make sync requests to Clipboard server more obvious
|
3 年 前 |
Ben Wiederhake
|
b6419f2cf2
LibGUI: Make clipboard-as-bitmap parsing less data-race-y
|
3 年 前 |
Andreas Kling
|
80d4e830a0
Everywhere: Pass AK::ReadonlyBytes by value
|
3 年 前 |
Andreas Kling
|
0de33b3d6c
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
|
3 年 前 |
Andreas Kling
|
83d1460ee8
LibGfx: Use ErrorOr<T> for Bitmap::try_create_wrapper()
|
3 年 前 |
Andreas Kling
|
e2eabb4132
LibCore: Use ErrorOr<T> in Core::AnonymousBuffer
|
3 年 前 |
Ali Mohammad Pur
|
97e97bccab
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
|
3 年 前 |
TheFightingCatfish
|
0c53c2dfa2
LibGUI: Add a ClipboardClient for GUI::Clipboard
|
4 年 前 |
Andreas Kling
|
c7d891765c
LibGfx: Use "try_" prefix for static factory functions
|
4 年 前 |
Timothy
|
944e5cfb35
Everywhere: Use IPC include syntax
|
4 年 前 |
Andreas Kling
|
a345a1f4a1
Userland: Mark subclasses of IPC::{Client,Server}Connection final
|
4 年 前 |
Andreas Kling
|
c1c252ddb2
LibIPC: Remove unnecessary IPC::ServerConnection::handshake()
|
4 年 前 |
Andreas Kling
|
e95e64972c
Clipboard+LibGUI: Remove unnecessary client/server greeting message
|
4 年 前 |
Sergey Bugaev
|
f15f03376b
LibGUI: Add Clipboard::clear()
|
4 年 前 |
Andreas Kling
|
455afd32f2
Clipboard+LibGUI: Make set_clipboard_data asynchronous
|
4 年 前 |
Gunnar Beutner
|
5bb79ea0a7
Userland: Update IPC calls to use proxies
|
4 年 前 |