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
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
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
AK: Bring AK::Error into the global namespace
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Gfx::Bitmap::allocate_backing_store()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> in Core::AnonymousBuffer
Andreas Kling
2021-09-09
LibGfx: Add method to load bitmap from fd
Timothy
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-07-30
LibGfx: Use correct variable size on bitmap to buffer convertion
Karol Kosek
2021-07-25
Kernel: Make purgeable memory a VMObject level concept (again)
Andreas Kling
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: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-08
Everywhere: Don't promote float to double where not needed
Daniel Bertalan
2021-07-07
LibGfx+LibGUI+WindowServer: Use move() on Core::AnonymousBuffer more
Andreas Kling
2021-06-02
LibGUI+LibGfx+WindowServer: Sanity check window size dimensions
Matthew Jones
2021-05-24
LibGfx: Use anonymous buffer instead of raw anon_fd for Gfx::Bitmap
Jean-Baptiste Boric
[next]