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-10-02
LibGFX: Draw the ends of lines with non-standard thickness
Gal Horowitz
2021-10-01
Libraries: Fix typos
Nico Weber
2021-09-24
LibGfx: Forward declare Gfx::FontMetrics as a struct
Andreas Kling
2021-09-24
LibGfx: Remove debug spam about not having some font installed
Andreas Kling
2021-09-24
LibGfx: Add a simple Gfx::FontMetrics and Gfx::Font::metrics(code_point)
Andreas Kling
2021-09-24
LibGfx: Make BitmapFont::variant() report a complete typeface
thankyouverycool
2021-09-24
LibGfx: Get weight from tables for TrueTypeFonts
thankyouverycool
2021-09-24
LibGfx: Support italic BitmapFonts
thankyouverycool
2021-09-21
LibGfx: Add rounded_int_rect() function for Rects
Sam Atkins
2021-09-20
LibGfx: Add optional bilinear filtering to draw_scaled_bitmap()
Sam Atkins
2021-09-19
LibGfx: Add per-side overloads of Rect::inflate() and ::shrink()
Sam Atkins
2021-09-19
LibGfx: Paint replacement character, 0xFFFD, for unknown glyphs
thankyouverycool
2021-09-19
LibGfx: Extend Unicode support for BitmapFonts
thankyouverycool
2021-09-18
LibGfx: Add Point<T>::to_rounded<U>()
Andreas Kling
2021-09-18
LibGfx: Implement cubic bezier curves by splitting them to subcurves
Ali Mohammad Pur
2021-09-18
LibGfx: Switch Painter.{h,cpp} to use east-const
Ali Mohammad Pur
2021-09-18
LibWeb: Use Gfx::AntiAliasingPainter to draw SVG paths
Ali Mohammad Pur
2021-09-18
LibGfx: Start a very basic anti-aliased Painter implementation
Ali Mohammad Pur
2021-09-17
LibGfx: Avoid invalidation when Path::close() is a no-op
Andreas Kling
2021-09-17
LibGfx: Make Painter::fill_path() take Path by const reference
Andreas Kling
2021-09-17
LibGfx: Make Path::bounding_box() and Path::split_lines() const
Andreas Kling
2021-09-17
LibGfx: Move FastBoxBlurFilter to its own .cpp file
Andreas Kling
2021-09-17
LibGfx: Don't use unbounded VLA's in FastBoxBlurFilter
Andreas Kling
2021-09-17
LibGfx: Make some coding style fixes to FastBoxBlurFilter
Andreas Kling
2021-09-17
LibGfx+PixelPaint: Add `Point::end_point_for_aspect_ratio` method
Mustafa Quraish
2021-09-16
LibGfx: Don't try to paint 0px-wide lines
Sam Atkins
2021-09-16
LibGfx: Use move to avoid unnecessary ref/unref of network device RefPtr
Brian Gianforcaro
2021-09-16
LibGfx: Use default instead of an empty constructor/destructor
Brian Gianforcaro
2021-09-16
LibGfx: Enumerate metric theme roles
Karol Kosek
2021-09-16
LibGfx: Add support for enumerating by Metric and Path roles
Karol Kosek
2021-09-15
LibGfx: Add Path::cubic_bezier_curve_to()
Andreas Kling
2021-09-15
LibGfx: Add some interpolation helpers for Gfx::Point<T>
Andreas Kling
2021-09-15
LibGfx: Add method for calculating square aspect ratio end point
Zyper
2021-09-13
Everywhere: Use my fancy new serenityos.org email :^)
Mustafa Quraish
2021-09-13
LibGfx/TTF: Ignore unsupported composite glyph flags
Andreas Kling
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
[prev]
[next]