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
2021-06-04
LibGfx: Add helper for painting a rounded rect with equal corner radii
Timothy Flynn
2021-06-02
LibGUI+LibGfx+WindowServer: Sanity check window size dimensions
Matthew Jones
2021-05-31
LibGfx: Replace if constexpr (PNG_DEBUG) printf() with dbgln_if()
Linus Groh
2021-05-31
LibGfx: Make JPGLoader iterate components deterministically
sin-ack
2021-05-30
LibGfx: Load correct durations for gifs
Ben Wiederhake
2021-05-29
LibGfx: Switch to modern dbgln logging in ICOLoader
Idan Horowitz
2021-05-29
LibGfx: Reject ICOs with height == NumericLimits<i32>::min()
Idan Horowitz
2021-05-29
Everywhere: Use s.unverwerth@serenityos.org :^)
Stephan Unverwerth
2021-05-28
LibGfx: Make sure we use unique class names
Gunnar Beutner
2021-05-27
LibGfx: Copy into a u32 in LZWDecoder::next_code() instead of casting
Andrew Kaster
2021-05-27
LibGfx: remove constexpr, add noexcept on interpolate method
Samuel Kelemen
2021-05-25
LibGfx: Add Color::from_cmyk
Matthew Olsson
2021-05-25
LibGfx: Add Path::clear
Matthew Olsson
2021-05-24
LibGfx: Use anonymous buffer instead of raw anon_fd for Gfx::Bitmap
Jean-Baptiste Boric
2021-05-24
LibGfx+Base: Tweak bitmap fonts to ensure glyph data is 4-byte aligned
Andreas Kling
2021-05-24
LibGfx/Matrix: Add inverse() and friends
Jelle Raaijmakers
2021-05-23
LibGfx: Replace ellipse drawing algorithm
Tobias Christiansen
2021-05-22
Bitmap: Don't call Bitmap::create with width/height equal to 0
Marcus Nilsson
2021-05-22
LibGfx: Support alpha in rendering methods for border-radius
Tobias Christiansen
2021-05-21
LibGfx+WindowServer: Have WindowServer broadcast system font settings
Andreas Kling
2021-05-21
Revert "Userland: static vs non-static constexpr variables"
Linus Groh
2021-05-21
Userland: static vs non-static constexpr variables
Lenny Maiorani
2021-05-21
LibGfx: Add missing TextAlignment::BottomLeft
Linus Groh
2021-05-20
LibGfx: Remove unused current_system_theme() function
Andreas Kling
2021-05-20
LibGfx: Add Painter::draw_circle_arc_intersecting()
Tobias Christiansen
2021-05-20
LibGfx: Add Painter::fill_rect_with_rounded_corners()
Tobias Christiansen
2021-05-20
LibGfx: Remove Gfx::FontDatabase::default_bold_fixed_width_font()
Andreas Kling
2021-05-20
LibGfx: Remove Gfx::FontDatabase::default_bold_font()
Andreas Kling
2021-05-19
Everywhere: Add missing includes for <AK/OwnPtr.h>
Gunnar Beutner
2021-05-18
LibGfx: Rename RotationDirection members
Matthew Olsson
2021-05-18
LibGfx: Add support for DDS images
stelar7
2021-05-17
Everywhere: Fix a bunch of typos
Linus Groh
2021-05-16
LibGfx: Avoid copying ByteBuffers while loading PNG images
Gunnar Beutner
2021-05-15
LibGfx: Fix incorrect origin for checkerboard pattern fills
Andreas Kling
2021-05-15
LibGfx/Vector*: Implement Formatters
Jelle Raaijmakers
2021-05-13
LibGfx+Demos: Make Matrix4x4 a true alias for Matrix<4,T>
Stephan Unverwerth
2021-05-13
LibGfx: Make Matrix class consistently row-major
Stephan Unverwerth
2021-05-13
LibGfx: Add Vector2 class
Stephan Unverwerth
2021-05-13
LibGfx: Add component wise * and / operators to Vector3 and Vector4
Stephan Unverwerth
2021-05-11
LibGfx: Implement Bitmap::cropped()
Valtteri Koskivuori
2021-05-10
WindowServer: Compute final window title before passing to WM clients
Andreas Kling
2021-05-09
LibGfx: Fix clipping in fill_ellipse
Egor Ananyin
2021-05-09
LibGfx: Change "white_space" => "whitespace"
Andreas Kling
2021-05-08
LibGfx: Constexpr Matrices and Vectors
Hendiadyoin1
2021-05-08
LibGfx: Add some missing operators to Vector3 Vector4 and Matrix4x4
Stephan Unverwerth
2021-05-08
LibGfx: Add Vector4 class
Stephan Unverwerth
2021-05-08
LibGfx: Mark Vector3 class final
Stephan Unverwerth
2021-05-07
LibGfx: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-05-03
Revert "LibGfx: Add directional floating-point scaling to Painter"
Andreas Kling
2021-05-03
Revert "LibGfx: Re-add missing bounds-checks to Painter::draw_rect"
Andreas Kling
[next]