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
Age
Commit message (
Expand
)
Author
2022-01-04
LibGfx: Add LumaFilter
Tobias Christiansen
2022-01-04
LibGfx: Add BitmapMixer
Tobias Christiansen
2022-01-04
LibGfx: Add BitmapFormat::BGRx8888 support to the FastBoxBlurFilter
Tobias Christiansen
2022-01-04
Userland: Resolve -Woverloaded-virtual in LibGUI and SoundPlayer
Andrew Kaster
2022-01-01
Theming: Add alignment section
Filiph Sandström
2022-01-01
LibGfx: Remove VERIFY in draw_rect_with_thickness
Filiph Sandström
2022-01-01
LibGfx: Add window border/title theming options
Filiph Sandström
2021-12-30
LibGfx: Mark some `Matrix` functions as `[[nodiscard]]`
Jelle Raaijmakers
2021-12-30
LibGfx: Add `Matrix3x3`
Jelle Raaijmakers
2021-12-28
ThemeEditor: Implement a way to simulate color blindness in preview
TheGrizzlyDev
2021-12-23
LibGfx: Harden TTF parsing against fuzzers
Brian Gianforcaro
2021-12-23
LibGfx: Fix incorrect error handling in ICOLoader
Brian Gianforcaro
2021-12-22
LibGfx: Keep alpha value of previous pixel for QOI_OP_RGB chunk
Linus Groh
2021-12-21
AK+Everywhere: Replace __builtin bit functions
Nick Johnson
2021-12-21
LibGfx: Remove 'QOIImageDecoderPlugin: ' prefix from error messages
Linus Groh
2021-12-21
LibGfx: Add support for "The Quite OK Image Format" (QOI)
Linus Groh
2021-12-16
LibGfx: Handle malformed Platform ID during TTF parsing
Brian Gianforcaro
2021-11-30
LibGfx+FontEditor: Consolidate BitmapFont width and height limits
thankyouverycool
2021-11-30
LibGfx+FontEditor: Add helper to determine raw glyph presence
thankyouverycool
2021-11-29
LibGfx: Link against LibIPC
Hendiadyoin1
2021-11-29
LibGfx: Load default font lazily
Hendiadyoin1
2021-11-28
LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>
Andreas Kling
2021-11-24
LibGfx: Correct BitmapFont row indexing when un/masking fonts
thankyouverycool
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-22
LibGfx: Avoid unaligned loads and stores in GlyphBitmap
Ali Mohammad Pur
2021-11-21
LibGfx: Use StringView for header constants in the GIF decoder
Andreas Kling
2021-11-21
LibGfx: Use ErrorOr<void> more internally in PNGImageDecoderPlugin
Andreas Kling
2021-11-21
LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<>
Andreas Kling
2021-11-18
LibGfx: Remove ImageDecoderPlugin::bitmap() in favor of frame(index)
Andreas Kling
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-16
LibGfx: Remove scale factor option from try_load_from_fd_and_close()
Karol Kosek
2021-11-13
LibGfx: Remove all load_FORMAT_from_memory() decoder wrappers
Andreas Kling
2021-11-11
LibGfx: Include Vector.h in PNGLoader.cpp
Timothy Flynn
2021-11-11
LibGfx: Remove now-unused load_gif_from_memory()
Andreas Kling
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-11
Everywhere: Pass AK::ReadonlyBytes by value
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-10
AK: Make ByteBuffer::try_* functions return ErrorOr<void>
Andreas Kling
2021-11-10
AK+Everywhere: Stop including Vector.h from StringView.h
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::open()
Andreas Kling
2021-11-08
AK: Use ErrorOr<T> for MappedFile factories
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
[next]