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.h
Age
Commit message (
Expand
)
Author
2023-02-21
LibGfx: Fix const-correctness issues
Andreas Kling
2023-02-21
LibGfx: Replace Bitmap::invert() with Bitmap::inverted()
Andreas Kling
2023-02-18
LibGfx: Rename format name from `jpg` to `jpeg`
Lucas CHOLLET
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: Propagate errors from serializing bitmaps
Tim Schumacher
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-17
LibGfx: Use `ALWAYS_INLINE` for inline `Bitmap` methods
Jelle Raaijmakers
2023-01-15
LibGfx: Add the TGA format into the list of bitmap formats :^)
Tom Needham
2022-12-19
LibGfx: Split VERIFY statements in various Bitmap class methods
Liav A
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-09-16
LibGfx: Support getting a bitmap for a region of painter
MacDue
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
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 Color::from_rgba() => Color::from_argb()
Andreas Kling
2022-03-04
LibGfx: Rename RGBA32 => ARGB32
Andreas Kling
2022-03-04
LibGfx: Support the RGBA8888 storage format in Bitmap::set_pixel()
Linus Groh
2022-02-14
LibGfx: Make Bitmap::has_alpha_channel() return true for RGBA8888
Andreas Kling
2021-12-21
LibGfx: Add support for "The Quite OK Image Format" (QOI)
Linus Groh
2021-11-16
LibGfx: Remove scale factor option from try_load_from_fd_and_close()
Karol Kosek
2021-11-11
Everywhere: Pass AK::StringView by value
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: 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
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::flipped()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::rotated()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::clone()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create_shareable()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create_wrapper()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create_with_anonymous_buffer()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Gfx::Bitmap::allocate_backing_store()
Andreas Kling
2021-09-09
LibGfx: Add method to load bitmap from fd
Timothy
2021-07-25
LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure
Andreas Kling
2021-07-25
LibGfx: Remove "purgeable Gfx::Bitmap" as a separate concept
Andreas Kling
2021-07-25
LibGfx: Add try_ prefix to Bitmap::try_allocate_backing_store()
Andreas Kling
2021-07-21
LibGfx: Sprinkle [[nodiscard]] on Gfx::Bitmap
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-05-24
LibGfx: Use anonymous buffer instead of raw anon_fd for Gfx::Bitmap
Jean-Baptiste Boric
2021-05-18
LibGfx: Rename RotationDirection members
Matthew Olsson
[next]