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-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
2020-11-02
LibGfx: Add some more assertions to Gfx::Bitmap
Andreas Kling
2020-11-01
LibGfx: assert Bitmap::set_pixel does not write out of bounds
Peter Nelson
2020-11-01
LibGfx: add bounds checking before set_pixel call in GIF decoder
Peter Nelson
2020-10-31
LibGfx: Move FontDatabase from LibGUI to LibGfx
Andreas Kling
2020-10-30
WindowServer+LibGfx: Added Crosshair cursor
Uma Sankar Yedida
2020-10-27
LibGUI+LibGfx+WindowServer: Auto-generate disabled action icons :^)
Andreas Kling
2020-10-26
LibGUI+LibGfx: Improve focus rect appearance
Andreas Kling
2020-10-26
LibGfx: Make Color formattable
Nico Weber
2020-10-25
LibGfx+LibGUI+Clients: Make fonts findable by their qualified name
Andreas Kling
2020-10-25
LibGfx: Handle TextAlignment::BottomRight in do_draw_text()
Andreas Kling
2020-10-25
LibGfx+FontEditor+Fonts: Add family, size and weight metadata to fonts
Andreas Kling
2020-10-25
Fonts: Rename font files consistently
Andreas Kling
2020-10-24
LibGfx+WindowServer: Handle taller window title fonts better
Andreas Kling
2020-10-23
LibGUI+LibGfx+Base: Make tooltips color theme aware :^)
Andreas Kling
2020-10-23
LibGfx: Filled checked toolbar buttons with a dither pattern
Andreas Kling
2020-10-22
LibGfx: Add colors for highlight-searching to palette and themes
Tom
2020-10-22
LibGfx: Reduce code duplication in Painter::draw_text
Tom
2020-10-20
Everywhere: Redundant inline specifier on constexpr functions (#3807)
Lenny Maiorani
2020-10-13
Style: Remove uses of NULL, substituting nullptr
Matthew L. Curry
2020-10-12
LibGfx+PixelPaint: Fix distortions in convolutions with size != 4 or 5
AnotherTest
2020-10-12
LibGfx: Allow specifying a separate source bitmap for Filter::apply
Tom
2020-10-12
LibGfx: Add overloads to Rect's shrink/inflate that accept a Size<T>
Tom
2020-10-12
LibGfx: Make Filter::Parameters more light-weight
Tom
2020-10-12
LibGfx: Add GenericConvolutionFilter::ApplyCache
Tom
2020-10-12
LibGfx: Add Size::contains
Tom
2020-10-12
LibGfx: Move filters from PixelPaint into LibGfx
Tom
2020-10-12
Piano: Highlight pressed key in roll widget
Peter Elliott
2020-10-10
LibGfx: Add ability to get a bounding box from a Path
Matthew Olsson
2020-10-09
LibGfx: Add formatter for Rect.
asynts
[next]