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-09-12
LibGfx: Add SystemTheme::load_system_theme(Core::ConfigFile const&)
Karol Kosek
2021-09-11
LibGfx: Apply translation and scale to Painter::draw_triangle()
David Isaksson
2021-09-11
LibGfx: Increase bit-width of variables used in do_draw_scaled_bitmap
Tobias Christiansen
2021-09-09
LibGfx/Point: Add hash trait for Point<T>
Mustafa Quraish
2021-09-09
LibGfx: Add method to load bitmap from fd
Timothy
2021-09-09
LibGfx: Move common loader functionality to load from memory functions
Timothy
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-06
Everywhere: Use OOM-safe ByteBuffer APIs where possible
Ali Mohammad Pur
2021-09-05
Userland: Switch static_assert of type sizes to AK::AssertSize
Brian Gianforcaro
2021-09-04
LibGfx: Make FontDatabase cache store fonts in NonnullRefPtr
Andreas Kling
2021-09-04
LibGfx: Intersect the bounding box with the main rect in draw_text
sin-ack
2021-09-04
LibGfx: Stop using a Utf8View that points to a temporary String
Idan Horowitz
2021-09-04
LibGfx: Convert line text into a Utf8View before finding its direction
Idan Horowitz
2021-09-04
LibGfx: Reject GIFs with ridiculously large symbols
Ben Wiederhake
2021-09-04
LibGfx: Elide predictable reallocations in GIF loader
Ben Wiederhake
2021-09-04
Cursors: Add new Magnifying glass cursor
Mustafa Quraish
2021-09-04
Cursors: Add new Eyedropper cursor
Mustafa Quraish
2021-09-04
PixelPaint: Add invert filter
Musab Kılıç
2021-09-04
LibGfx/Painter: Add `draw_rect_with_thickness` method
Mustafa Quraish
2021-09-03
LibGfx/Color: Add `suggested_foreground_color()` method
Mustafa Quraish
2021-09-03
LibGfx/Color: Use luminosity to compute grayscale value
Mustafa Quraish
2021-08-31
PixelPaint: Add grayscale filter
savary1
2021-08-31
LibGfx: Add color helper for getting shades and tints
Nicholas Hollett
2021-08-31
LibGUI+LibGfx: Make scrollbar buttons a little bit thicker
Andreas Kling
2021-08-31
LibGfx: Add Rect::centered_within(Rect)
Andreas Kling
2021-08-29
LibGfx: Return 0 width for non-printable ASCII characters
sin-ack
2021-08-23
WindowServer+LibGfx: Move CursorParams to LibGfx
Maciej Zygmanowski
2021-08-18
LibGfx: Make FastBoxBlurFilter go faster
Andreas Kling
2021-08-18
LibGfx: Remove ancient unused NO_FPU macros
Andreas Kling
2021-08-18
LibGfx: Mark Typeface::get_font() const, because it is const
Sam Atkins
2021-08-09
Everywhere: Use tobyase@serenityos.org for my copyright headers
Tobias Christiansen
2021-08-08
Userland: Use kmalloc_array() where appropriate
Andreas Kling
2021-08-07
LibGfx: Add alternate_color to draw_line
Tobias Christiansen
2021-08-01
LibGfx: Fix writing PNG headers on x86_64
Gunnar Beutner
2021-08-01
LibGfx: Fix a spelling mistake in a variable name
Gunnar Beutner
2021-08-01
LibGfx: Remove unused header includes
Brian Gianforcaro
2021-07-30
LibGfx: Refactor Point.constrain to use AK
FrHun
2021-07-30
LibGfx: Use correct variable size on bitmap to buffer convertion
Karol Kosek
2021-07-29
LibTTF/LibGfx: Remove circular dependency by merging LibTTF into LibGfx
Andrew Kaster
2021-07-28
LibGUI+LibGfx: Highlight currently active tab button with accent color
Andreas Kling
2021-07-28
LibGfx+Base: Add a themable "Accent" color role
Andreas Kling
2021-07-28
LibGfx: Remove unused StylePainter::paint_surface()
Andreas Kling
2021-07-27
LibGfx: Take the glyph spacing into account when building a line
sin-ack
2021-07-27
LibGfx: Remove extra space considered during wrapping
sin-ack
2021-07-27
LibGfx: Hotfix a -Wmaybe-uninitialized failure on the build bots
Andreas Kling
2021-07-27
LibGfx: Make TextLayout algorithm whitespace-aware
sin-ack
2021-07-27
Userland: Make TextWrapping::Wrap opt-in
sin-ack
2021-07-27
LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index)
Andreas Kling
2021-07-27
LibGfx: Improve ImageDecoder construction
Andreas Kling
2021-07-26
LibGfx: Add FastBoxBlurFilter
Tobias Christiansen
[next]