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-08-14
LibGfx: Add method for copying a Path with a transform applied
Sam Atkins
2022-08-09
LibGUI+LibGfx: Let Desktop::the() set widget effects
thankyouverycool
2022-08-08
LibGfx: Add Size<T>::to_rounded<I>()
MacDue
2022-08-05
LibGfx: Don't use Span<u32> as hash key for cached emojis
Andreas Kling
2022-08-04
LibGfx: Improve error handling for BitmapFonts
thankyouverycool
2022-08-01
Userland+Base: Make the window titlebar font configurable separately
Andreas Kling
2022-07-30
LibGfx: Compress PNGs with a better compression level
Karol Kosek
2022-07-25
LibGfx+Base: Draw radio buttons programmatically
Andreas Kling
2022-07-19
AK+LibGfx+LibJS: Pass -1 as the file descriptor to anonymous mmap
Daniel Bertalan
2022-07-17
LibGfx: Fix direction of vertical gradients
MacDue
2022-07-17
LibGfx: Support alpha blending on gradients
MacDue
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Split Error::from_string_literal and Error::from_string_view
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-07-10
LibGfx: Default-initialize dummy scanline
Karol Kosek
2022-07-10
LibGfx: Implement PNG filtering on write
Karol Kosek
2022-07-10
LibGfx: Move PNG header and paeth_predictor function to a shared header
Karol Kosek
2022-07-10
LibGfx: Use enum instead of magic numbers for PNG Color and Filter types
Karol Kosek
2022-07-09
LibGfx: Use float when calculating text width in ScaledFont
Andreas Kling
2022-07-09
LibGfx: Paint whitespace characters (including ) as empty space
Andreas Kling
2022-07-05
LibGfx: Always truncate glyph coordinates in Painter::draw_text_run()
Andreas Kling
2022-06-30
LibGfx: Use ZlibCompressor for compressing PNG files
Karol Kosek
2022-06-30
LibWeb+LibGfx: Fix 'halo' effect around the fringes of shadows
MacDue
2022-06-30
LibGfx: Add StackBlurFilter, an efficient almost gaussian blur
MacDue
2022-06-26
LibGfx: Increase cache-friendliness in FastBoxBlurFilter
Lenny Maiorani
2022-06-23
LibGfx: Slap an -O3 optimization #pragma on FastBoxBlurFilter
MacDue
2022-06-23
LibGfx: Avoid AK::Function indirection in FastBoxBlurFilter + flatten it
MacDue
2022-06-23
LibGfx: Flatten AntiAliasingPainter::draw_ellipse_part()
MacDue
2022-06-20
LibGUI: Reimplement Painter::draw_triangle to be more symmetrical
FrHun
2022-06-20
AK: Make Point constructors constexpr
FrHun
2022-06-20
LibGUI: Add drawing triangle from coordinate list
FrHun
2022-06-18
LibGfx: Move AntiAliasingPainter.cpp into Gfx namespace
MacDue
2022-06-18
LibGfx: Add AA dotted horizontal/vertical lines
MacDue
2022-06-17
LibGfx: Rename DO_PATH macro to ENCODE_PATH to match ThemeEditor
networkException
2022-06-16
LibGfx: Implement SmoothPixels scaling mode
Karol Kosek
2022-06-16
LibGfx: Pass scaling mode as an enum in do_draw_scaled_bitmap
Karol Kosek
2022-06-16
LibGfx: Add Painter::get_pixel()
MacDue
2022-06-14
LibGfx: Purge doubles from Painter and use more of AK::Math
Hediadyoin1
2022-06-14
LibGfx: Use less allocations in highdpi_icon_[path,string] creation
Hediadyoin1
2022-06-14
LibCore+LibGfx: Pass file-path as StringView
Hediadyoin1
2022-06-14
LibGfx: Add .as_rect() to AntiAliasingPainter::CornerRadius
MacDue
2022-06-14
LibGfx: Support AlphaSubtract blend mode for AA rounded rectangle
MacDue
2022-06-13
LibGfx: Optimize rounded rectangle with all radii 50% to single ellipse
MacDue
2022-06-13
LibGfx: Support AA rounded rectangles with elliptical borders
MacDue
2022-06-11
LibGfx: Clip outside the corners when painting an AA rounded rectangle
MacDue
2022-06-11
LibGfx: Fix rendering of bottom corners in AA rounded rectangle
MacDue
2022-06-05
LibGfx: Fix antialiased circles becoming too pointy at small sizes
MacDue
2022-06-01
LibGfx: Implement antialiased outline ellipsis
MacDue
2022-06-01
LibGfx: Rename draw_ellipse/circle to fill_ellipse/circle
MacDue
[next]