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-11-25
LibGfx: Add Size::match_aspect_ratio
kleines Filmröllchen
2022-11-25
LibGfx: Add Size::aspect_ratio
kleines Filmröllchen
2022-11-19
LibGfx: Add pure virtual fallible clone() for Fonts
thankyouverycool
2022-11-19
LibGfx: Move TTF::Rasterizer to its own files
Julian Offenhäuser
2022-11-15
LibGfx: Optimize anti-aliased line drawing and stroking
Torstennator
2022-11-15
Userland: Properly define IPC::encode and IPC::decode specializations
Timothy Flynn
2022-11-13
LibGfx: Don't require the OS/2 table for ttf files
Julian Offenhäuser
2022-11-13
LibGfx: Make the ttf parser recognize files with the "true" tag
Julian Offenhäuser
2022-11-06
Everywhere: Remove redundant inequality comparison operators
Daniel Bertalan
2022-11-02
PixelPaint+LibGfx: Allow resizing images and layers
jack gleeson
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-27
LibGfx+Everywhere: Make DisjointRectSet work for non-int Rects
Sam Atkins
2022-10-27
LibGfx: Move DisjointRectSet code into the header file
Sam Atkins
2022-10-27
LibGfx: Correct Line::to_string() output
Sam Atkins
2022-10-27
LibGfx: Make formatting of spatial types work with non-int/floats
Sam Atkins
2022-10-25
LibGfx: Make Matrix and VectorN more constexpr-friendly
Zaggy1024
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
[next]