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
2023-05-24
WebP/Lossy: Validate show_frame and version when reading header
Nico Weber
2023-05-24
LibGfx: Prevent out of bounds access when scaling small Bitmaps
Darius Arnold
2023-05-23
LibGfx: Get rid of `Gfx::Rect<float>` area workaround in `Painter`
Jelle Raaijmakers
2023-05-23
LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive
Jelle Raaijmakers
2023-05-23
LibGfx: Fix parsing of rgba values
Andi Gallo
2023-05-22
WebP: Let ALPH replace alpha channel instead of augmenting it
Nico Weber
2023-05-22
LibGfx: Add search path to debug output in `FontDatabase`
Jelle Raaijmakers
2023-05-22
Revert "LibGfx: Add NearestFractional scaling type to painter"
Sam Atkins
2023-05-20
LibGfx: Add Color::with_opacity(float opacity)
MacDue
2023-05-19
LibGfx: Remove clip check in `Painter::do_draw_scaled_bitmap`
Jelle Raaijmakers
2023-05-19
LibGfx: Implement box sampling image scaling
Jelle Raaijmakers
2023-05-19
LibGfx: Cleanup of `Painter::do_draw_scaled_bitmap()`
Jelle Raaijmakers
2023-05-19
Revert "LibGfx: Implement alternative `Rect` right/bottom edge calculations"
Andreas Kling
2023-05-19
Revert "LibGfx: Cleanup of `Painter::do_draw_scaled_bitmap()`"
Andreas Kling
2023-05-19
Revert "LibGfx: Implement box sampling image scaling"
Andreas Kling
2023-05-19
Revert "LibGfx: Remove clip check in `Painter::do_draw_scaled_bitmap`"
Andreas Kling
2023-05-19
LibGfx: Remove clip check in `Painter::do_draw_scaled_bitmap`
Jelle Raaijmakers
2023-05-19
LibGfx: Implement box sampling image scaling
Jelle Raaijmakers
2023-05-19
LibGfx: Cleanup of `Painter::do_draw_scaled_bitmap()`
Jelle Raaijmakers
2023-05-19
LibGfx: Implement alternative `Rect` right/bottom edge calculations
Jelle Raaijmakers
2023-05-16
LibGfx: Make FontDatabase lookups case insensitive
Andreas Kling
2023-05-15
LibGfx: Reverse coordinate subtraction in Rect::constrained_to()
thankyouverycool
2023-05-15
LibGfx: Stop assuming the target format is always BGRA8888
MacDue
2023-05-13
LibGfx: Convert FontStyleMappings to Arrays
thankyouverycool
2023-05-12
LibGfx+Fuzz: Convert ImageDecoder::initialize to ErrorOr
Ben Wiederhake
2023-05-12
LibGfx: VERIFY() error is finite when splitting bezier curves
MacDue
2023-05-09
LibGfx/WebP: Do not add alpha channel for animated images without alpha
Nico Weber
2023-05-09
LibGfx/PortableFormat: Use `FixedArray::unchecked_at`
Lucas CHOLLET
2023-05-09
LibGfx/PortableFormat: Write to the output stream row by row
Lucas CHOLLET
2023-05-09
LibGfx/PortableFormat+image: Make `encode` take a Stream
Lucas CHOLLET
2023-05-09
LibGfx/JPEG: Add support for 12 bits JPEGs
Lucas CHOLLET
2023-05-09
LibGfx/JPEG: Add support for `SOF1` images
Lucas CHOLLET
2023-05-09
LibGfx/WebP: Add two missing closing quotes for spec comments
Nico Weber
2023-05-09
LibGfx/WebP: Move lossy decoder to its own file
Nico Weber
2023-05-09
LibGfx/WebP: Give VP8 decoding functions same interface as VP8L ones
Nico Weber
2023-05-09
LibGfx/WebP: Tell decode_webp_chunk_VP8() if it needs an alpha channel
Nico Weber
2023-05-09
LibGfx/WebP: Remove pointless decode_webp_chunk_VP8L() function
Nico Weber
2023-05-09
LibGfx/WebP: Remove context.error() now that it is a no-op
Nico Weber
2023-05-09
LibGfx/WebP: Redo error handling
Nico Weber
2023-05-09
LibGfx/WebP: Change ImageData optional-ness
Nico Weber
2023-05-09
LibGfx/WebP: Minor cosmetical changes in WebPLoaderLossless.h
Nico Weber
2023-05-08
LibGfx/JPEG: Fix faded 4-channels images
Lucas CHOLLET
2023-05-08
LibGfx/JPEG: Discard the correct number of bytes
Lucas CHOLLET
2023-05-08
LibGfx/WebP: Move lossless decoder to its own file
Nico Weber
2023-05-08
LibGfx/WebP: Let decode_webp_chunk_VP8L_header() take ReadonlyBytes
Nico Weber
2023-05-08
LibGfx/WebP: Store pointer to lossless data in VP8LHeader struct
Nico Weber
2023-05-08
LibGfx/WebP: Stop storing vp8_header and vp8l_header in context
Nico Weber
2023-05-08
LibGfx/WebP: Stop passing context to decode_webp_chunk_VP8L_contents()
Nico Weber
2023-05-08
LibGfx/WebP: Stop passing context to decode_webp_chunk_VP8L_image()
Nico Weber
2023-05-08
LibGfx/WebP: Stop passing context to decode_webp_chunk_VP8L_prefix_code
Nico Weber
[next]