Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-21 | LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<> | Andreas Kling | |
This is a first step towards better error propagation from image codecs. | |||
2021-11-18 | LibGfx: Remove ImageDecoderPlugin::bitmap() in favor of frame(index) | Andreas Kling | |
To encourage proper support for multi-frame images throughout the system, get rid of the single-frame convenience bitmap() API. | |||
2021-11-13 | SpiceAgent: Use image decoder plugins instead of deprecated wrappers | 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-14 | SpiceAgent: Support copying and pasting images | x-yl | |
2021-07-14 | SpiceAgent: Add a new spice agent service :^) | x-yl | |
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 |