Tim Schumacher
|
43f98ac6e1
Everywhere: Remove the `AK::` qualifier from Stream usages
|
2 tahun lalu |
Tim Schumacher
|
e8d5e938de
AK: Remove the deprecated Stream implementation :^)
|
2 tahun lalu |
Tim Schumacher
|
220fbcaa7e
AK: Remove the fallible constructor from `FixedMemoryStream`
|
2 tahun lalu |
Tim Schumacher
|
093cf428a3
AK: Move memory streams from `LibCore`
|
2 tahun lalu |
Tim Schumacher
|
8464da1439
AK: Move `Stream` and `SeekableStream` from `LibCore`
|
2 tahun lalu |
Tim Schumacher
|
ae64b68717
AK: Deprecate the old `AK::Stream`
|
2 tahun lalu |
Nico Weber
|
307712b398
LibGfx: Add a method to ImageDecoderPlugin for reading ICC data
|
2 tahun lalu |
Tim Schumacher
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 tahun lalu |
Karol Kosek
|
5aaa39e64e
LibGfx: Port GIFLoader to Core::Stream
|
2 tahun lalu |
Liav A
|
57e19a7e56
LibGfx: Re-structure the whole initialization pattern for image decoders
|
2 tahun lalu |
ericLemanissier
|
49f697ed56
LibGfx: GIFLoader: Propagate more errors
|
2 tahun lalu |
ericLemanissier
|
030d380ed2
LibGfx: GIFLoader: Propagate errors properly
|
2 tahun lalu |
sin-ack
|
e5f09ea170
Everywhere: Split Error::from_string_literal and Error::from_string_view
|
3 tahun lalu |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 tahun lalu |
Lenny Maiorani
|
f912a48315
Userland: Change static const variables to static constexpr
|
3 tahun lalu |
Lenny Maiorani
|
9c56a83b76
Libraries: Use default constructors/destructors in LibGfx
|
3 tahun lalu |
Andreas Kling
|
5ace66a903
LibGfx: Rename RGBA32 => ARGB32
|
3 tahun lalu |
Hendiadyoin1
|
fbb798f98c
AK: Move integral log2 and exp to IntegerMath.h
|
3 tahun lalu |
Andreas Kling
|
b6359b211d
LibGfx: Use StringView for header constants in the GIF decoder
|
3 tahun lalu |
Andreas Kling
|
5a79c69b02
LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<>
|
3 tahun lalu |
Andreas Kling
|
2b866e3c9b
LibGfx: Remove ImageDecoderPlugin::bitmap() in favor of frame(index)
|
3 tahun lalu |
Andreas Kling
|
2bd0ef0c76
LibGfx: Remove now-unused load_gif_from_memory()
|
3 tahun lalu |
Andreas Kling
|
10add3f4c2
LibGfx: Remove load_FORMAT() image codec wrappers
|
3 tahun lalu |
Andreas Kling
|
0de33b3d6c
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
|
3 tahun lalu |
Andreas Kling
|
2da4cfcc80
LibGfx: Use ErrorOr<T> for Bitmap::clone()
|
3 tahun lalu |
Ben Wiederhake
|
1bc4a0d822
LibGfx: Restrict cleared area to GIF framebuffer
|
3 tahun lalu |
Timothy
|
c966c32571
LibGfx: Move common loader functionality to load from memory functions
|
3 tahun lalu |
Ben Wiederhake
|
7224308358
LibGfx: Reject GIFs with ridiculously large symbols
|
4 tahun lalu |
Ben Wiederhake
|
39c09cec88
LibGfx: Elide predictable reallocations in GIF loader
|
4 tahun lalu |
Brian Gianforcaro
|
b0fbea848b
LibGfx: Remove unused header includes
|
4 tahun lalu |