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
2022-05-09
LibGfx: Use `AK::round_to` for `VectorN::to_rounded<U>`
Jelle Raaijmakers
2022-05-09
LibGfx: Add `VectorN::to_type<T>()`
Jelle Raaijmakers
2022-05-09
LibGfx: Use `VectorN` dot product of self for `length()`
Jelle Raaijmakers
2022-05-09
LibGfx: Add the glyph spacing also to spaces in Painter::draw_text_run()
Karol Kosek
2022-05-07
LibGfx: Implement AntiAliasingPainter::draw_ellipse()
MacDue
2022-05-07
LibGfx: Use round_to<int> in Painter::draw_text_line
Hendiadyoin1
2022-05-07
LibGfx: Use some AK/Math helpers in AffineTransform
Hendiadyoin1
2022-05-07
LibGfx: Avoid some unnecessary Rounding in AffineTransform and Color
Hendiadyoin1
2022-05-07
LibGfx: Specialize Rect::to_rounded a bit more
Hendiadyoin1
2022-05-05
LibGfx: Fix Clang build failulres in VectorN
Andreas Kling
2022-05-05
LibGfx: Add `Vector::to_rounded<T>()`
Jelle Raaijmakers
2022-05-05
LibGfx: Add `IntVector2/3/4` types
Jelle Raaijmakers
2022-05-02
LibGfx: Fix typo in Color constructor
César Torres
2022-04-25
LibGfx+WindowServer: Add theme flag TitleButtonsIconOnly
MacDue
2022-04-20
LibGfx: Avoid signed comparison in find_largest_image
Leonardo Duarte
2022-04-17
LibGfx: Add `Bitmap::visually_equals()`
Jelle Raaijmakers
2022-04-17
LibGfx: Fix bounds overflow in JPGLoader
Brian Gianforcaro
2022-04-13
LibGfx: Add a QOI image format encoder
Olivier De Canniere
2022-04-11
LibGfx: Draw complex emojis correctly
Simon Danner
2022-04-11
LibGFX: Transform vertices when drawing antialiased lines
Florian Stellbrink
2022-04-10
LibGfx: Simplify draw_anti_aliased_line() by avoiding transform callback
Andreas Kling
2022-04-10
LibGfx: Slap an -O3 optimization #pragma on Gfx::AntiAliasingPainter
Andreas Kling
2022-04-10
LibGfx: Add fast path to AA line drawing with simple 2D transform
Andreas Kling
2022-04-10
LibGfx: Add AffineTransform::is_identity_or_translation()
Andreas Kling
2022-04-09
LibGfx: Add a loader the Web Open Font Format (WOFF)
Simon Wanner
2022-04-09
LibGfx: Migrate Typeface from TTF::Font to Gfx::VectorFont
Simon Wanner
2022-04-09
LibGfx: Move ScaledFont and new base class VectorFont out of TTF
Simon Wanner
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-09
LibGfx: Move TTF files from TrueTypeFont/ to Font/TrueType/
Simon Wanner
2022-04-07
LibGfx: Rename conflicting Quad<T> in PNG loader to Quartet<T>
Andreas Kling
2022-04-07
LibGfx: Add AffineTransform::map_to_quad(Rect)
Andreas Kling
2022-04-07
LibGfx: Add Gfx::Quad<T> to represent arbitrary quadrilaterals
Andreas Kling
2022-04-07
LibGfx: Templatize Gfx::Triangle
Andreas Kling
2022-04-07
LibWeb: Fix broken AffineTransform::map() implementation
Andreas Kling
2022-04-03
LibGfx: Use binary search in glyph_id_for_code_point_table_4
Nico Weber
2022-04-03
Userland: Remove a few gratuitous IPC namespace qualifiers
Valtteri Koskivuori
2022-04-02
LibGfx: Add list_installed_system_themes() to SystemTheme
Ben Maxwell
2022-04-02
LibGfx: Use AK's rsqrt and cast to floats earlier
Hendiadyoin1
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-04-01
LibGfx: Return kerning values as a `float` instead of `int`
Jelle Raaijmakers
2022-04-01
LibGfx: Implement font kerning for `Painter::draw_text_run`
Jelle Raaijmakers
2022-03-30
LibGfx: Rasterize TTF glyphs using "hhea" metrics instead of "os2"
Andreas Kling
2022-03-30
LibGfx: Add ascent, descent and line gap to FontPixelMetrics
Andreas Kling
2022-03-30
LibGfx: Add Painter::draw_text_run(), a simplified text painting API
Andreas Kling
2022-03-30
LibGfx: Make Font::pixel_metrics() virtual
Andreas Kling
2022-03-30
LibGfx: Rename FontMetrics => FontPixelMetrics
Andreas Kling
2022-03-30
LibGfx: Make Gfx::FontMetrics include the advance of '0' instead of 'M'
Andreas Kling
2022-03-30
LibGfx: Remove code point parameter from Gfx::Font::Metrics
Andreas Kling
2022-03-29
LibGfx: Use llroundf() in Rect<float>::to_rounded()
Andreas Kling
2022-03-27
LibGL+LibSoftGPU+LibGfx: Reimplement normal transformation
Jelle Raaijmakers
[next]