Lucas CHOLLET
|
782b1d20f5
LibGfx: Remove `Bitmap::load_from_fd_and_close()`
|
2 éve |
Lucas CHOLLET
|
b13695c9f4
LibGfx: Add a stream compatible overload of `Bitmap::load_from_file()`
|
2 éve |
Tim Schumacher
|
e80eb09fe5
LibGfx: Use `AK::Stream` to serialize and deserialize bitmaps
|
2 éve |
Tim Schumacher
|
6ea3c1659a
LibGfx: Propagate errors from serializing bitmaps
|
2 éve |
Tim Schumacher
|
ae64b68717
AK: Deprecate the old `AK::Stream`
|
2 éve |
Tim Schumacher
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 éve |
Liav A
|
6e6999ce57
LibGfx: Re-work the abstractions of sending image for decoding over IPC
|
2 éve |
Liav A
|
649f78d0a4
LibGfx+Ladybird+Userland: Don't sniff for TGA images with only raw bytes
|
2 éve |
FrHun
|
4236177e4f
LibGfx: Preserve scale on Bitmap crop
|
2 éve |
Sam Atkins
|
29733e65f8
AK+Everywhere: Replace all Bitmap::must_create() uses with ::create()
|
2 éve |
Rodrigo Tobar
|
e818c955b3
LibGfx: Allow creating Bitmaps from ReadonlyBytes objects
|
2 éve |
MacDue
|
27fae78335
Meta+Userland: Pass Gfx::IntSize by value
|
2 éve |
MacDue
|
7be0b27dd3
Meta+Userland: Pass Gfx::IntPoint by value
|
2 éve |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 éve |
Timothy Slater
|
eec881ea34
LibGfx: Implement flood fill algorithm in Bitmap class
|
2 éve |
Andrew Kaster
|
828441852f
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
|
2 éve |
MacDue
|
60356c8dde
LibGfx: Support getting a bitmap for a region of painter
|
2 éve |
Karol Kosek
|
5478409025
LibGfx: Fallback to a default scaled bitmap if the upscaled one failed
|
2 éve |
Daniel Bertalan
|
42e22f89a4
AK+LibGfx+LibJS: Pass -1 as the file descriptor to anonymous mmap
|
3 éve |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 éve |
sin-ack
|
e5f09ea170
Everywhere: Split Error::from_string_literal and Error::from_string_view
|
3 éve |
Hediadyoin1
|
9fe0def69b
LibGfx: Use less allocations in highdpi_icon_[path,string] creation
|
3 éve |
Hediadyoin1
|
69aece9279
LibCore+LibGfx: Pass file-path as StringView
|
3 éve |
MacDue
|
8e441d402b
LibGfx: Add Bitmap::solid_color()
|
3 éve |
MacDue
|
48d3db3c3d
LibGfx: Add Bitmap::invert()
|
3 éve |
Jelle Raaijmakers
|
dad829de50
LibGfx: Add `Bitmap::visually_equals()`
|
3 éve |
Andreas Kling
|
5ace66a903
LibGfx: Rename RGBA32 => ARGB32
|
3 éve |
Maciej
|
c8183f2651
LibGfx: Fail gracefully when trying to load invalid-sized HiDPI image
|
3 éve |
Sam Atkins
|
45cf40653a
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
|
3 éve |
Andreas Kling
|
adb9b86807
LibGfx: Use Core::System::open() in Gfx::Bitmap :^)
|
3 éve |