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-07-11
LibGfx: Try to get TTF font when query is not in name->font map
LuK1337
2021-07-09
LibGfx: Improve Painter::draw_line() alignment with (thickness > 1)
Andreas Kling
2021-07-09
LibGfx: Add "override" declarations and use east const in BitmapFont.h
Max Wipfli
2021-07-09
LibGfx: Optimize BitmapFont::unicode_view_width() a bit
Max Wipfli
2021-07-09
LibGfx: ALWAYS_INLINE BitmapFont::unicode_view_width
Max Wipfli
2021-07-09
LibGfx: Remove unused headers from BitmapFont.{cpp,h}
Max Wipfli
2021-07-09
LibGfx: Make enclosing_int_rect(FloatRect) actually enclose the rect
Andreas Kling
2021-07-08
Everywhere: Don't promote float to double where not needed
Daniel Bertalan
2021-07-08
AK+Userland: Add generic `AK::abs()` function and use it
Daniel Bertalan
2021-07-07
LibGfx: BitmapFont: Handle '\r' and '\n' when calculating text width
LuK1337
2021-07-07
LibGfx+LibGUI+WindowServer: Use move() on Core::AnonymousBuffer more
Andreas Kling
2021-07-07
LibGfx: Small improvements to fill_rect_with_checkerboard()
Andreas Kling
2021-07-06
LibGfx: Make Painter::fill_rect_with_checkerboard() faster
Andreas Kling
2021-07-05
LibGfx: Fix classic theme frame transparency check
Tom
2021-07-05
LibGfx/BMPWriter: Add support for V3 & V4 DIB headers
Marcus Nilsson
2021-07-04
LibTTF: Make TTF::Font loading API return error strings
Andreas Kling
2021-07-03
WindowServer: Add basic virtual desktop support
Tom
2021-06-24
LibGfx: Don't `constexpr` functions returning Strings
Daniel Bertalan
2021-06-22
LibGfx: Fix drawing rounded corners when using display scaling
Gunnar Beutner
2021-06-20
LibGfx: Add a Line class and a Rect<T>::RelativeLocation class
Tom
2021-06-16
LibGfx: Add a bunch of [[nodiscard]] to Point
Andreas Kling
2021-06-16
LibGfx: Convert Point to east-const style
Andreas Kling
2021-06-16
LibGfx: Add a bunch of [[nodiscard]] to Size
Andreas Kling
2021-06-16
LibGfx: Convert Size to east-const style
Andreas Kling
2021-06-16
LibGfx: Convert Rect to east-const style
Andreas Kling
2021-06-16
LibGfx: Add a bunch of [[nodiscard]] to Gfx::Rect
Andreas Kling
2021-06-14
LibGfx: Inline BitmapFont::glyph_or_emoji_width() for fixed-width fonts
Andreas Kling
2021-06-13
LibGUI+HackStudio: Make gutter a first class element
Dmitrii Ubskii
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-06-11
LibGfx: Add Rect::centered_on()
Dmitrii Ubskii
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
[next]