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-06-04
LibGfx: Fix adding active edges in filled path rasterizer
MacDue
2023-06-04
LibGfx: Simplify segmentizing paths
MacDue
2023-06-02
LibGfx/JPEG: Use `Error` to propagate errors
Lucas CHOLLET
2023-06-01
WebP/Lossy: Allow negative values from segment adjustment too
Nico Weber
2023-06-01
WebP/Lossy: Clamp negative quantization indices to zero
Nico Weber
2023-06-01
WebP: Remove nonsensical comment
Nico Weber
2023-06-01
WebP/Lossy: Add a missing clamp
Nico Weber
2023-06-01
WebP/Lossy: Add `const` annotations to functions in Tables.h
Nico Weber
2023-06-01
WebP/Lossy: Reduce size of MacroblockMetadata from 80 to 20 bytes
Nico Weber
2023-06-01
LibGfx: Do not use divisions when calculating font subpixel offsets
Jelle Raaijmakers
2023-06-01
LibGfx: Remove SSE version of `Color::blend()`
Jelle Raaijmakers
2023-06-01
LibGfx: Optimize `Painter::blit_filtered()`
Jelle Raaijmakers
2023-06-01
LibGfx: Multiply alpha channels for vector fonts, when necessary
Andi Gallo
2023-06-01
LibGfx: Fix winding order of segments on elliptical arcs
MacDue
2023-06-01
LibGfx: Implement new antialiased filled path rasterizer
MacDue
2023-06-01
LibGfx: Make PaintStyle::paint() a public function
MacDue
2023-06-01
LibGfx: Improve glyph rendering speed for vector fonts
Jelle Raaijmakers
2023-05-31
WebP/Lossy: Use 8-bit buffers for prediction and YUV data
Nico Weber
2023-05-31
WebP/Lossy: Clamp right after summing IDCT output, instead of later
Nico Weber
2023-05-31
WebP/Lossy: Move two enums closer to the struct that uses them
Nico Weber
2023-05-31
WebP/Lossy: Add a missing clamp() in `TM_PRED` prediction
Nico Weber
2023-05-31
WebP/Lossy: Remove an unnecessary branch
Nico Weber
2023-05-31
WebP/Lossy: Add support for images with more than one partition
Nico Weber
2023-05-30
WebP/Lossy: Tweak some comments
Nico Weber
2023-05-30
WebP/Lossy: Check that file contains enough data for first partition
Nico Weber
2023-05-29
WebP/Lossy: Implement prediction and inverse DCT
Nico Weber
2023-05-29
WebP/Lossy: Add function for inverse 4x4 DCT from spec
Nico Weber
2023-05-29
WebP/Lossy: Implement macroblock coefficient decoding
Nico Weber
2023-05-29
WebP/Lossy: Add static data needed for decoding coefficients
Nico Weber
2023-05-28
WebP/Lossy: It's 'macroblock', not 'metablock'
Nico Weber
2023-05-28
LibGfx: Add Color::from_named_css_color_string
Shannon Booth
2023-05-27
WebP/Lossy: Variable naming fix for constants from last pull request
Nico Weber
2023-05-27
WebP/Lossy: Add code to read macroblock metadata
Nico Weber
2023-05-27
WebP/Lossy: Add static data tables for reading macroblock metadata
Nico Weber
2023-05-27
WebP/Lossy: Add code to read the frame header in the first partition
Nico Weber
2023-05-27
WebP/Lossy: Add WebPLoaderLossyTables.h
Nico Weber
2023-05-27
WebP/Lossy: Add a comment with a summary of the file format
Nico Weber
2023-05-27
LibGfx+LibVideo: Make BooleanDecoder usable for both VP8 and VP9
Nico Weber
2023-05-27
LibGfx+LibVideo: Move VP9/BooleanDecoder to LibGfx/ImageFormats
Nico Weber
2023-05-26
LibGfx: Fix glyph render to create implied points in start/end of path
Aliaksandr Kalenik
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
[next]