thankyouverycool
|
55423b4ed0
LibGfx+Userland: Add width_rounded_up() helper
|
2 年之前 |
MacDue
|
790daa4754
LibGfx: Optimize Painter::draw_scaled_bitmap_with_transform()
|
2 年之前 |
MacDue
|
98040c508f
LibGfx: Handle signed distance field edges better
|
2 年之前 |
MacDue
|
77456d1d0b
LibGfx: Implement simple signed distance field rendering
|
2 年之前 |
Tim Ledbetter
|
5a6b995444
LibGfx: Use premultiplied alpha when scaling images
|
2 年之前 |
MacDue
|
a425b6f772
LibGfx: Make all fill_path() code member functions and move into .cpp
|
2 年之前 |
MacDue
|
b1a72d66f6
LibGfx: Speed up fill_path() with per scanline clipping & fast fills
|
2 年之前 |
Andreas Kling
|
8a48246ed1
Everywhere: Stop using NonnullRefPtrVector
|
2 年之前 |
Andreas Kling
|
552895da60
LibGfx: Skip old-style emoji lookup for fonts that have color bitmaps
|
2 年之前 |
Andreas Kling
|
e8cc1a4373
LibGfx: Prepare the paint code for fonts whose glyphs are color bitmaps
|
2 年之前 |
Andreas Kling
|
508fb7e1e9
Userland: Use Font::pixel_size_rounded_up() in more places
|
2 年之前 |
Timothy Flynn
|
62f2f0a081
LibGfx: Handle multi-code point emoji widths when drawing text runs
|
2 年之前 |
Timothy Flynn
|
e231f72f61
LibGfx: Render text presentation emoji as text if we have its glyph
|
2 年之前 |
Aliaksandr Kalenik
|
87fa1c5e66
Revert "LibWeb: Fix clip of hidden overflow..."
|
2 年之前 |
Timothy Flynn
|
36a495e87e
LibGfx: Use non-emoji glyph width API to compute the width of a space
|
2 年之前 |
Timothy Flynn
|
8be43cd3bf
LibGfx: Use LibUnicode to filter code points that cannot start an emoji
|
2 年之前 |
Timothy Flynn
|
2bc7c11e8d
LibGfx: Consult Unicode data to decode emoji sequences
|
2 年之前 |
Timothy Flynn
|
b823f3d29f
LibGfx: Consider multi-code point glyphs when computing text width
|
2 年之前 |
Andreas Kling
|
7c607462a4
LibGfx+LibWeb: Store radii as FloatSize rather than FloatPoint
|
2 年之前 |
Andreas Kling
|
e9078e216d
LibGfx: Make sure the Painter clip rect is never larger than the target
|
2 年之前 |
Tim Ledbetter
|
392dac0818
LibGfx: Make checkerboard patterns static when panning
|
2 年之前 |
MacDue
|
63b11030f0
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
|
2 年之前 |
Nico Weber
|
c8832807d6
LibGfx+Tests: Remove code unnecessary after 9e7c16d0a44052e598103
|
2 年之前 |
MacDue
|
f3c0987afe
LibGfx: Add Painter::fill_rect(rect, paint_style)
|
2 年之前 |
MacDue
|
223cedc896
LibGfx: Update fill_path() to support taking a PaintStyle
|
2 年之前 |
Arda Cinar
|
9418586990
LibGfx: Remove an unnecessary FIXME
|
2 年之前 |
Arda Cinar
|
c8d7bf5449
LibGfx: Implement drawing dotted/dashed diagonal Lines
|
2 年之前 |
MacDue
|
c8c065b6b0
LibWeb+LibGfx: Migrate (most of) the CSS gradient painting to LibGfx
|
2 年之前 |
Andreas Kling
|
b2d3ceaec5
LibGfx: Make text painting better at aligning vector fonts vertically
|
2 年之前 |
Andreas Kling
|
d2195f8088
LibGfx: Use Gfx::Rect::align_within() to simplify text drawing logic
|
2 年之前 |