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-03-24
LibGfx: TrueTypeFont cleanup
Jelle Raaijmakers
2022-03-24
LibGfx: Implement TTF kerning tables
Jelle Raaijmakers
2022-03-23
LibGfx: Implement `Rect::to_rounded<U>()`
Jelle Raaijmakers
2022-03-23
LibGfx: Calculate source rect once in `do_draw_scaled_bitmap`
Jelle Raaijmakers
2022-03-23
LibGfx: Draw last row and column of scaled bitmaps in Painter
Jelle Raaijmakers
2022-03-22
LibGfx+LibWeb: Use floats not doubles to create HSL colors
Sam Atkins
2022-03-22
LibGfx: Clip away coordinates outside the source bitmap
Simon Wanner
2022-03-21
LibGfx: Clamp coordinates for bilinear blending correctly
Simon Wanner
2022-03-19
LibGfx: Fix draw_anti_aliased_line() for steep lines with "OnlyEnds"
Andreas Kling
2022-03-19
LibGfx: Transcribe "Xiaolin Wu's line algorithm" more accurately
Andreas Kling
2022-03-19
LibGfx: Be more aggressive when splitting bezier curves
Andreas Kling
2022-03-19
LibGfx: Change class_name to use StringView instead of char const*
Lenny Maiorani
2022-03-18
Userland: Change static const variables to static constexpr
Lenny Maiorani
2022-03-18
LibGfx: Add AffineTransform::inverse
Simon Wanner
2022-03-18
LibGfx: Draw window frame border radii antialiased
MacDue
2022-03-18
LibGfx: AntiAliasingPainter::draw_circle/fill_rect_with_rounded_corners
MacDue
2022-03-17
Everywhere: Switch from EnableIf to requires
Lenny Maiorani
2022-03-18
LibGfx: Add accessors for BitmapFont's rows and widths
thankyouverycool
2022-03-17
LibGfx: Allow for different {x,y}-radii in FastBoxBlurFilter
Tobias Christiansen
2022-03-17
LibGfx: Make FastBoxBlurFilter::apply_single_pass's argument unsigned
Tobias Christiansen
2022-03-17
Libraries: Use default constructors/destructors in LibGfx
Lenny Maiorani
2022-03-16
LibGfx: Make FontDatabase API use FlyString for family and variant
Andreas Kling
2022-03-15
AK+Everywhere: Add sincos and use it in some places
Hendiadyoin1
2022-03-13
LibGfx: Use common class template for PBM/PGM/PPM image loaders
Lenny Maiorani
2022-03-13
LibGfx: Commonize P[BGP]M file loading contexts
Lenny Maiorani
2022-03-12
LibWeb: Keep SVG elliptical arc shape when applying viewbox
Simon Danner
2022-03-11
LibGfx+LibSoftGPU: Allow indexed reads into `Gfx::Vector`
Jelle Raaijmakers
2022-03-11
LibGfx: Abort draw_circle_arc_intersecting with 0 radius
Joe Petrus
2022-03-08
LibGfx: Add support for TextAlignment::TopCenter / BottomCenter
Vrins
2022-03-07
LibGfx: Reimplement `Vector::length()` as a loop
Jelle Raaijmakers
2022-03-07
LibGfx+LibSoftGPU: Add and use `Vector.xy()`
Jelle Raaijmakers
2022-03-06
LibGfx: Don't mix up red/blue channels when blitting RGBA8888 bitmap
Andreas Kling
2022-03-05
Base+LibGUI+LibGfx: Improve disabled text readability
Jaime Valenzuela Durán
2022-03-04
LibGfx: Rename Color::from_rgba() => Color::from_argb()
Andreas Kling
2022-03-04
LibGfx: Rename RGBA32 => ARGB32
Andreas Kling
2022-03-04
LibGfx+GameOfLife: Remove Gfx::make_rgb() and its one user
Andreas Kling
2022-03-04
LibGfx: Support the RGBA8888 storage format in Bitmap::set_pixel()
Linus Groh
2022-03-04
Libraries: Make CharacterBitmap instances at compile-time
Lenny Maiorani
2022-03-04
LibGfx: Make Size constexpr-capable
Lenny Maiorani
2022-03-04
LibGfx: Refactor Vector[2,3,4] to VectorN with specializations
Lenny Maiorani
2022-03-02
LibGfx: Don't paint the window frame larger for the border-radius
MacDue
2022-02-25
LibGfx: Add Font::AllowInexactSizeMatch parameter to font lookup
Andreas Kling
2022-02-25
LibGfx+LibGUI: Add FrameShape::Window
thankyouverycool
2022-02-25
LibGfx+LibGUI: Remove {Horizontal,Vertical}Line FrameShapes
thankyouverycool
2022-02-24
LibGfx: Return early when painting FrameShape::NoFrames
thankyouverycool
2022-02-24
LibGUI+LibGfx: Defer to fonts when setting Editor line height
thankyouverycool
2022-02-23
LibGfx: Add basic variation selector and regional indicator support :^)
Linus Groh
2022-02-23
LibGfx+LibGUI: Support multi code point emojis in text painting :^)
Linus Groh
2022-02-23
LibGfx: Add Emoji::emoji_for_code_point_iterator(Utf8CodePointIterator&)
Linus Groh
2022-02-23
LibGfx: Add Emoji::emoji_for_code_points(Span<u32> const&)
Linus Groh
[next]