index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGfx
/
Bitmap.cpp
Age
Commit message (
Expand
)
Author
2023-03-21
LibGfx: Move all image loaders and writers to a subdirectory
Lucas CHOLLET
2023-03-21
LibGfx: Use premultiplied alpha when scaling images
Tim Ledbetter
2023-03-13
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
Tim Schumacher
2023-02-21
LibGfx: Fix const-correctness issues
Andreas Kling
2023-02-21
LibGfx: Add const hack in Bitmap::to_bitmap_backed_by_anonymous_buffer()
Andreas Kling
2023-02-21
LibGfx: Replace Bitmap::invert() with Bitmap::inverted()
Andreas Kling
2023-02-21
LibGfx: Make Bitmap::scaled(1) return a clone
Andreas Kling
2023-02-17
LibGfx: Remove `Bitmap::load_from_fd_and_close()`
Lucas CHOLLET
2023-02-16
LibGfx: Add a stream compatible overload of `Bitmap::load_from_file()`
Lucas CHOLLET
2023-02-08
LibGfx: Use `AK::Stream` to serialize and deserialize bitmaps
Tim Schumacher
2023-02-08
LibGfx: Propagate errors from serializing bitmaps
Tim Schumacher
2023-01-29
AK: Deprecate the old `AK::Stream`
Tim Schumacher
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-20
LibGfx: Re-work the abstractions of sending image for decoding over IPC
Liav A
2023-01-18
LibGfx+Ladybird+Userland: Don't sniff for TGA images with only raw bytes
Liav A
2022-12-23
LibGfx: Preserve scale on Bitmap crop
FrHun
2022-12-22
AK+Everywhere: Replace all Bitmap::must_create() uses with ::create()
Sam Atkins
2022-12-10
LibGfx: Allow creating Bitmaps from ReadonlyBytes objects
Rodrigo Tobar
2022-12-07
Meta+Userland: Pass Gfx::IntSize by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-14
LibGfx: Implement flood fill algorithm in Bitmap class
Timothy Slater
2022-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
2022-09-16
LibGfx: Support getting a bitmap for a region of painter
MacDue
2022-09-01
LibGfx: Fallback to a default scaled bitmap if the upscaled one failed
Karol Kosek
2022-07-19
AK+LibGfx+LibJS: Pass -1 as the file descriptor to anonymous mmap
Daniel Bertalan
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Split Error::from_string_literal and Error::from_string_view
sin-ack
2022-06-14
LibGfx: Use less allocations in highdpi_icon_[path,string] creation
Hediadyoin1
2022-06-14
LibCore+LibGfx: Pass file-path as StringView
Hediadyoin1
2022-05-26
LibGfx: Add Bitmap::solid_color()
MacDue
2022-05-26
LibGfx: Add Bitmap::invert()
MacDue
2022-04-17
LibGfx: Add `Bitmap::visually_equals()`
Jelle Raaijmakers
2022-03-04
LibGfx: Rename RGBA32 => ARGB32
Andreas Kling
2022-02-05
LibGfx: Fail gracefully when trying to load invalid-sized HiDPI image
Maciej
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2021-11-23
LibGfx: Use Core::System::open() in Gfx::Bitmap :^)
Andreas Kling
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
2021-11-21
LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<>
Andreas Kling
2021-11-16
LibGfx: Remove scale factor option from try_load_from_fd_and_close()
Karol Kosek
2021-11-11
LibGfx: Use ImageDecoder in Bitmap::try_load_from_fd_and_close()
Andreas Kling
2021-11-11
LibGfx: Remove load_FORMAT() image codec wrappers
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for try_create_from_serialized_byte_buffer()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-08
LibGfx: Convert Gfx::Bitmap to east const style
Andreas Kling
2021-11-08
LibGfx: Deduplicate code in Bitmap::try_load_from_file()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap infrastructure used by ShareableBitmap
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::cropped()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::scaled()
Andreas Kling
[next]