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-09-03
LibGfx: Add AntiAliasingPainter::fill_rect
MacDue
2022-09-03
LibGfx: Add saturation modification functions to Color
kleines Filmröllchen
2022-09-03
LibGfx: Add YUV conversion functions to Color
kleines Filmröllchen
2022-09-03
LibGfx: Make Color::set_alpha constexpr
kleines Filmröllchen
2022-09-03
LibGfx: Ignore incorrect .font files when building the Font Database
Karol Kosek
2022-09-01
LibGfx: Fallback to a default scaled bitmap if the upscaled one failed
Karol Kosek
2022-08-31
Base+WindowServer+LibGfx: Add new DragCopy Cursor
Karol Kosek
2022-08-31
LibGfx: Add Point::to_ceiled method for getting a ceiled Point
Crax97
2022-08-27
LibGfx: Allow non-const indexing into `VectorN`
Jelle Raaijmakers
2022-08-25
LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindows
thankyouverycool
2022-08-25
LibGfx+WindowServer: Remove set_size_around() from Rect and Window
thankyouverycool
2022-08-20
LibGfx: Always lookup emojis without emoji presentation specifiers
Ryan Liptak
2022-08-18
LibGfx: Skip useless iterations during PNG::FilterType::Sub unfiltering
Ryan Liptak
2022-08-18
LibGfx: Unfilter PNG data before unpacking it to RGBA
Ryan Liptak
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
[next]