jack gleeson
|
4bf587811f
PixelPaint+LibGfx: Allow resizing images and layers
|
2 yıl önce |
Nico Weber
|
2af028132a
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
|
2 yıl önce |
Andreas Kling
|
b52165c5d7
LibWeb+LibGfx: Move the blit image through 2D transfrom to Gfx::Painter
|
2 yıl önce |
MacDue
|
60356c8dde
LibGfx: Support getting a bitmap for a region of painter
|
2 yıl önce |
Jelle Raaijmakers
|
bfb4e08612
LibGfx: Use `memcpy` instead of `fast_u32_copy` for blitting
|
2 yıl önce |
Jelle Raaijmakers
|
15a9fca461
LibGfx: Correctly shift pixels during bilinear blend
|
2 yıl önce |
MacDue
|
eef148f7e7
LibGfx: Fix direction of vertical gradients
|
3 yıl önce |
MacDue
|
03037cbe4e
LibGfx: Support alpha blending on gradients
|
3 yıl önce |
Andreas Kling
|
80ed7d220c
LibGfx: Paint whitespace characters (including ) as empty space
|
3 yıl önce |
Andreas Kling
|
d40167f7bb
LibGfx: Always truncate glyph coordinates in Painter::draw_text_run()
|
3 yıl önce |
FrHun
|
565f68f8bb
LibGUI: Reimplement Painter::draw_triangle to be more symmetrical
|
3 yıl önce |
FrHun
|
b3d1fa4c54
LibGUI: Add drawing triangle from coordinate list
|
3 yıl önce |
Karol Kosek
|
3d7838c5fb
LibGfx: Implement SmoothPixels scaling mode
|
3 yıl önce |
Karol Kosek
|
c409881b5f
LibGfx: Pass scaling mode as an enum in do_draw_scaled_bitmap
|
3 yıl önce |
MacDue
|
81a3ec0692
LibGfx: Add Painter::get_pixel()
|
3 yıl önce |
Hediadyoin1
|
527fed1391
LibGfx: Purge doubles from Painter and use more of AK::Math
|
3 yıl önce |
Karol Kosek
|
8a9211de4b
LibGfx: Add the glyph spacing also to spaces in Painter::draw_text_run()
|
3 yıl önce |
Hendiadyoin1
|
9aa4958234
LibGfx: Use round_to<int> in Painter::draw_text_line
|
3 yıl önce |
Simon Danner
|
9ad9c72827
LibGfx: Draw complex emojis correctly
|
3 yıl önce |
Simon Wanner
|
206d6ece55
LibGfx: Move other font-related files to LibGfx/Font/
|
3 yıl önce |
Jelle Raaijmakers
|
7334636933
LibGfx: Return kerning values as a `float` instead of `int`
|
3 yıl önce |
Jelle Raaijmakers
|
ee9a2e0715
LibGfx: Implement font kerning for `Painter::draw_text_run`
|
3 yıl önce |
Andreas Kling
|
7850628ff1
LibGfx: Add Painter::draw_text_run(), a simplified text painting API
|
3 yıl önce |
Andreas Kling
|
5c5e4b5ae5
Revert "LibGfx: Remove bogus baseline adjustment in Painter's draw_text_line()"
|
3 yıl önce |
Andreas Kling
|
2b2915656d
LibGfx: Remove bogus baseline adjustment in Painter's draw_text_line()
|
3 yıl önce |
Andreas Kling
|
65629d26fe
LibGfx: Use Font::pixel_size() instead of glyph_height() when painting
|
3 yıl önce |
MacDue
|
3c0e17f29f
LibGfx: Support scaling in AntiAliasingPainter::draw_circle()
|
3 yıl önce |
Jelle Raaijmakers
|
b17fb76ace
LibGfx: Implement TTF kerning tables
|
3 yıl önce |
Jelle Raaijmakers
|
bec474d99b
LibGfx: Calculate source rect once in `do_draw_scaled_bitmap`
|
3 yıl önce |
Jelle Raaijmakers
|
f790a69431
LibGfx: Draw last row and column of scaled bitmaps in Painter
|
3 yıl önce |