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-26
Userland: Move text wrapping/elision into the new TextLayout :^)
sin-ack
2021-07-25
Kernel: Make purgeable memory a VMObject level concept (again)
Andreas Kling
2021-07-25
LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure
Andreas Kling
2021-07-25
LibGfx: Remove "purgeable Gfx::Bitmap" as a separate concept
Andreas Kling
2021-07-25
LibGfx: Add try_ prefix to Bitmap::try_allocate_backing_store()
Andreas Kling
2021-07-22
LibGfx: Implement Color::from_hsl/hsla()
Sam Atkins
2021-07-22
LibGfx: Use calloc() instead of malloc()+memset() Gfx::BitmapFont
Andreas Kling
2021-07-21
LibGfx: Sprinkle [[nodiscard]] on Gfx::Bitmap
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-21
LibGfx: Add an algorithm to disperse overlapping rectangles
Tom
2021-07-20
LibTTF+LibGfx: Make Gfx::Font::bold_variant() work for TTF fonts
Andreas Kling
2021-07-20
LibTTF+LibGfx: Improve vertical alignment of glyphs
Andreas Kling
2021-07-19
Everywhere: Use AK/Math.h if applicable
Hendiadyoin1
2021-07-15
LibGUI: Dither pattern should be independent from clipping rectangle
Tom
2021-07-14
LibGfx: Don't underline escaped ampersand in menus
Karol Kosek
2021-07-14
LibGfx: Use clear_with capacity instead of clear in PNGWriter
Aziz Berkay Yesilyurt
2021-07-14
LibGfx: Store the size of the chunk from start in PNGWriter
Aziz Berkay Yesilyurt
2021-07-14
LibGfx: Prevent a copy in PNGWriter by storing type data at start
Aziz Berkay Yesilyurt
2021-07-14
LibGfx: Prevent frequent memory allocations in PNGWriter
Aziz Berkay Yesilyurt
2021-07-14
LibGfx: Use ByteBuffer instead of Vector<u8> in PNGWriter
Aziz Berkay Yesilyurt
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
[prev]
[next]