Andreas Kling
5a79c69b02
LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<>
...
This is a first step towards better error propagation from image codecs.
2021-11-21 20:22:48 +01:00
Andreas Kling
2b866e3c9b
LibGfx: Remove ImageDecoderPlugin::bitmap() in favor of frame(index)
...
To encourage proper support for multi-frame images throughout the
system, get rid of the single-frame convenience bitmap() API.
2021-11-18 21:11:30 +01:00
Andreas Kling
481e7b7971
SpiceAgent: Use image decoder plugins instead of deprecated wrappers
2021-11-13 00:55:07 +01:00
Andreas Kling
e2eabb4132
LibCore: Use ErrorOr<T> in Core::AnonymousBuffer
2021-11-08 00:35:27 +01:00
Ali Mohammad Pur
97e97bccab
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
2021-09-06 01:53:26 +02:00
x-yl
c8b13bd053
SpiceAgent: Support copying and pasting images
2021-07-14 12:33:07 +02:00
x-yl
d4bb6a1a1e
SpiceAgent: Add a new spice agent service :^)
...
A SPICE agent communicates with the host OS to provide nifty features
like clipboard sharing :^)
This patch implements only plain-text clipboard sharing.
See: github.com/freedesktop/spice-protocol/blob/master/spice/vd_agent.h
2021-07-14 12:33:07 +02:00