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-10-24
LibGfx: Make Rect::set_{bottom,right}_without_resize() work for non-int
Sam Atkins
2022-10-23
LibGfx: Make parse_rgba_color use the new double parser
davidot
2022-10-22
LibGfx: Mark `AffineTransform<T>::map()` as only working for numeric `T`
Sam Atkins
2022-10-22
LibGfx: Make `Rect<T>` methods work when `T` is not `int` or `float`
Sam Atkins
2022-10-14
LibGfx: Implement flood fill algorithm in Bitmap class
Timothy Slater
2022-10-10
Userland: Remove unecessary uses of __serenity__ macro
Andrew Kaster
2022-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
2022-10-10
LibGfx: Add TintFilter
MacDue
2022-10-07
LibGfx: Remove unnecessary divides in MatrixFilter
MacDue
2022-10-07
LibGfx: Implement SaturateFilter
MacDue
2022-10-07
LibGfx: Add MatrixFilter and convert HueRotateFilter to be one
MacDue
2022-10-06
LibGfx: Make should_wrap flag default as true on convolution filters
luiz
2022-10-04
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
Nico Weber
2022-10-04
LibGfx: Remove a workaround for clang before 11
Nico Weber
2022-10-02
LibGfx: Implement HueRotateFilter
MacDue
2022-10-02
LibGfx: Add `[[nodiscard]]` to Matrix operators
MacDue
2022-10-02
LibGfx: Add Matrix::operator*(T scalar)
MacDue
2022-10-02
LibGfx: Add Matrix::operator+(Matrix const & other)
MacDue
2022-10-02
LibGfx: Add a way to get the Painter's current 2D translation
Andreas Kling
2022-09-24
LibGfx: Fix affine transformations in TrueType composite glyphs
Itamar
2022-09-24
LibWeb+LibGfx: Move the blit image through 2D transfrom to Gfx::Painter
Andreas Kling
2022-09-18
Libraries: Add missing includes, add namespace qualifiers
Ben Wiederhake
2022-09-17
Everywhere: Fix badly-formatted includes
Ben Wiederhake
2022-09-16
LibC: Remove the LibM interface target
Tim Schumacher
2022-09-16
LibGfx: Change Emoji::emoji_for_code_points to accept const code points
Timothy Flynn
2022-09-16
LibGfx: Recurse TrueType composite glyphs until a simple glyph is found
Enver Balalic
2022-09-16
LibGfx: Support getting a bitmap for a region of painter
MacDue
2022-09-16
LibGfx: Add `BrightnessFilter`, `ContrastFilter`, and `OpacityFilter`
MacDue
2022-09-16
LibGfx: Allow applying all color filters with an amount
MacDue
2022-09-16
LibWeb+LibGfx: Move premultiplied alpha mixing to color.mixed_with()
MacDue
2022-09-15
LibGfx: Cache vector fonts by family name
Andreas Kling
2022-09-14
LibGfx: Use `memcpy` instead of `fast_u32_copy` for blitting
Jelle Raaijmakers
2022-09-14
Everywhere: Fix a variety of typos
Brian Gianforcaro
2022-09-11
LibGfx: Templatize `VectorN::length()`
Jelle Raaijmakers
2022-09-08
LibGfx: Add API for loading more directories into Gfx::FontDatabase
Andreas Kling
2022-09-06
LibGfx: Correctly shift pixels during bilinear blend
Jelle Raaijmakers
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
[next]