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-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
2022-02-19
LibGfx: Fix JPG decoding bug on rare grayscale images
Michiel Visser
2022-02-16
LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods
Sam Atkins
2022-02-14
LibGfx/PNG: Respect the tRNS chunk transparency with color type 2
Andreas Kling
2022-02-14
LibGfx/PNG: Collect tRNS (transparency chunk) info for all color types
Andreas Kling
2022-02-14
LibGfx: Remove unnecessary includes from PNGLoader.cpp
Andreas Kling
2022-02-14
LibGfx: Make Bitmap::has_alpha_channel() return true for RGBA8888
Andreas Kling
2022-02-14
LibGfx: Support color blending in Painter::draw_bitmap
Steven Schmoll
2022-02-13
LibGfx: Allow changing the default font path
Filiph Sandström
2022-02-11
LibGfx: Add Path::[horizontal,vertical]_path_to()
Sam Atkins
2022-02-09
LibGfx: Add more syntax-related ColorRoles
Itamar
2022-02-07
LibGfx: Return proper ColorRole for GutterBorders
thankyouverycool
2022-02-06
AK: Move integral log2 and exp to IntegerMath.h
Hendiadyoin1
2022-02-06
LibGfx: Avoid inclusion of xmmintrin.h on non-X86 architectures
Morten Larsen
2022-02-05
LibGfx: Fail gracefully when trying to load invalid-sized HiDPI image
Maciej
2022-02-01
LibGfx+Applications: Add human readable name helper for fonts
thankyouverycool
2022-02-01
Everywhere: Fully qualify font names by including their slope
thankyouverycool
2022-02-01
LibGfx: Determine slope attributes for TrueTypeFonts from tables
thankyouverycool
2022-01-28
Userland: Fix unnecessary heap allocation of singleton objects
Daniel Bertalan
2022-01-26
LibGUI: Allow Buttons to set themselves as default
thankyouverycool
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-23
LibGfx: Expand TextAttributes with more information about underlining
Tobias Christiansen
2022-01-23
LibGfx: Add Painter::draw_triangle_wave()
Tobias Christiansen
2022-01-22
LibGfx: Fix stylistic issues in BitmapFont
Maciej
2022-01-22
LibGfx: Always scale emojis to fit font height
Maciej
2022-01-18
LibGfx: Add `::xyz()` swizzle operator to `Vector4`
Jesse Buhagiar
[next]