index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGfx
Age
Commit message (
Expand
)
Author
2020-12-08
LibGfx: SIMD optimized alpha blending
Sahan Fernando
2020-12-08
LibGfx: Simplify and refactor Gamma.h
Sahan Fernando
2020-12-06
LibGfx: Fix font x-height computation
Andreas Kling
2020-12-06
LibGfx: Handle OOM slightly better
Ben Wiederhake
2020-12-02
LibGfx: Accept BMP RLE of 255 repeated bytes
Ben Wiederhake
2020-12-02
LibGfx+BMP: Remove set_remaining, fix size check
Ben Wiederhake
2020-12-02
LibGfx: Fix BMP mask detection off-by-one
Ben Wiederhake
2020-12-02
LibGfx: Prevent potential heap-overflow in BMP non-RLE
Ben Wiederhake
2020-12-02
LibGfx: Fix heap-overflow in BMP RLE
Ben Wiederhake
2020-12-02
LibGfx: Distinguish between RGB data and file data
Ben Wiederhake
2020-12-02
LibGfx: Avoid ByteBuffer assertions for huge bitmaps
Ben Wiederhake
2020-12-02
LibGfx: Reject OS/2 BMP files with invalid bpp values
Ben Wiederhake
2020-12-02
LibGfx: Disallow RLE8 compression for 16bpp BMPs
Ben Wiederhake
2020-12-02
LibGfx: Fix BMP compression checks
Ben Wiederhake
2020-12-02
LibGfx: Recognize incomplete BMP colormaps
Ben Wiederhake
2020-12-02
LibGfx: Mark static method as static
Ben Wiederhake
2020-12-01
LibGfx: Add some validation to BMPLoader
Nico Weber
2020-12-01
Meta: Fix BMP_DEBUG, and always build on CI
Ben Wiederhake
2020-11-30
LibGfx: Add a 'Point::absolute_relative_distance_to(Point)'
AnotherTest
2020-11-30
JPGLoader: Use HashMap to store huffman tables
devashish
2020-11-29
LibGfx: Validate bit depths, and don't assert on invalid color type
Nico Weber
2020-11-29
LibGfx: Make PNGLoader not assert on images with missing chunks
Nico Weber
2020-11-29
LibGfx: Put debug output in PNGLoader behind PNG_DEBUG
Nico Weber
2020-11-29
LibGfx: gamma_to_linear4 is not a valid constexpr on clang 10 and below
Luke
2020-11-29
LibGfx: Don't assert on files ending right before lzw_min_code_size
Nico Weber
2020-11-29
LibGfx: skip zero-width frames
Nico Weber
2020-11-29
JPGLoader: Move bogus JPEGs to a different directory
devashish
2020-11-29
JPGLoader: Use HashMap instead of Vector for storing components
devashish
2020-11-26
Lagom: Make BMP fuzzer look like the other image loader fuzzers
Nico Weber
2020-11-22
LibGfx: Add BMPWriter
BenJilks
2020-11-20
LibGfx: Make some GIFLoader magic numbers a bit less magic
Nico Weber
2020-11-20
LibGfx: Put GIFLoader logging behind GIF_DEBUG
Nico Weber
2020-11-20
LibGfx: De-constexpr Gamma.h
Nico Weber
2020-11-19
LibGfx: Use gamma-corrected interpolation for color gradients
Sahan Fernando
2020-11-19
LibGfx: Bounds check component indices before using them in JPGLoader
Nico Weber
2020-11-19
LibGfx: Check for read failures after every read in jpg loader
Nico Weber
2020-11-19
LibGfx: Put remaining jpg logging behind JPG_DEBUG
Nico Weber
2020-11-19
LibGfx: Move JPGLoader to a more regular JPG_DEBUG macro as used elsewhere
Nico Weber
2020-11-19
LibGfx: Put PPM logs behind (default-off) PPM_DEBUG
Nico Weber
2020-11-15
LibGfx: Don't leak malloc memory in cloned fonts
Andreas Kling
2020-11-14
LibGfx: Make Bitmap path handling case insensitive
Linus Groh
2020-11-13
LibGfx: Fail PPM decode if there's not enough pixel data in the input
Andreas Kling
2020-11-13
LibGfx: Add missing stream error handling in GIF frame descriptor parse
Andreas Kling
2020-11-13
LibGfx: Refuse to decode PNG images with geometry outside i32 bounds
Andreas Kling
2020-11-08
LibGfx: Add methods to serialise and deserialise a Bitmap
AnotherTest
2020-11-08
LibGfx: remove debug printfs from GIFLoader
Peter Nelson
2020-11-08
LibGfx: gracefully handle GIFs with frame decode errors
Peter Nelson
2020-11-07
LibGfx: Remove debug spam about successful font lookups
Andreas Kling
2020-11-04
LibGfx: Load the system default fonts by name
Andreas Kling
2020-11-02
WindowServer+LibGfx: Add Gfx::StandardCursor::Hidden cursor
Brendan Coles
[next]