커밋 기록

작성자 SHA1 메시지 날짜
  Simon Danner 9ad9c72827 LibGfx: Draw complex emojis correctly 3 년 전
  Simon Wanner 206d6ece55 LibGfx: Move other font-related files to LibGfx/Font/ 3 년 전
  Jelle Raaijmakers 7334636933 LibGfx: Return kerning values as a `float` instead of `int` 3 년 전
  Jelle Raaijmakers ee9a2e0715 LibGfx: Implement font kerning for `Painter::draw_text_run` 3 년 전
  Andreas Kling 7850628ff1 LibGfx: Add Painter::draw_text_run(), a simplified text painting API 3 년 전
  Andreas Kling 5c5e4b5ae5 Revert "LibGfx: Remove bogus baseline adjustment in Painter's draw_text_line()" 3 년 전
  Andreas Kling 2b2915656d LibGfx: Remove bogus baseline adjustment in Painter's draw_text_line() 3 년 전
  Andreas Kling 65629d26fe LibGfx: Use Font::pixel_size() instead of glyph_height() when painting 3 년 전
  MacDue 3c0e17f29f LibGfx: Support scaling in AntiAliasingPainter::draw_circle() 3 년 전
  Jelle Raaijmakers b17fb76ace LibGfx: Implement TTF kerning tables 3 년 전
  Jelle Raaijmakers bec474d99b LibGfx: Calculate source rect once in `do_draw_scaled_bitmap` 3 년 전
  Jelle Raaijmakers f790a69431 LibGfx: Draw last row and column of scaled bitmaps in Painter 3 년 전
  Simon Wanner 4f348f1733 LibGfx: Clip away coordinates outside the source bitmap 3 년 전
  Simon Wanner 917d06fa30 LibGfx: Clamp coordinates for bilinear blending correctly 3 년 전
  Andreas Kling d09e8978c2 LibGfx: Be more aggressive when splitting bezier curves 3 년 전
  MacDue 51e54ab1ba LibGfx: AntiAliasingPainter::draw_circle/fill_rect_with_rounded_corners 3 년 전
  Lenny Maiorani 9c56a83b76 Libraries: Use default constructors/destructors in LibGfx 3 년 전
  Joe Petrus 2632f6ae65 LibGfx: Abort draw_circle_arc_intersecting with 0 radius 3 년 전
  Vrins 3b22fd9a9f LibGfx: Add support for TextAlignment::TopCenter / BottomCenter 3 년 전
  Andreas Kling 9fa78b1a05 LibGfx: Don't mix up red/blue channels when blitting RGBA8888 bitmap 3 년 전
  Andreas Kling a6a8ba80fc LibGfx: Rename Color::from_rgba() => Color::from_argb() 3 년 전
  Andreas Kling 5ace66a903 LibGfx: Rename RGBA32 => ARGB32 3 년 전
  Linus Groh c5c026890e LibGfx: Add basic variation selector and regional indicator support :^) 3 년 전
  Linus Groh cab032f1ee LibGfx+LibGUI: Support multi code point emojis in text painting :^) 3 년 전
  Steven Schmoll d345a3689f LibGfx: Support color blending in Painter::draw_bitmap 3 년 전
  Tobias Christiansen 0277118cb4 LibGfx: Add Painter::draw_triangle_wave() 3 년 전
  Maciej 8542d1da5a LibGfx: Always scale emojis to fit font height 3 년 전
  Filiph Sandström c4b78bee45 LibGfx: Remove VERIFY in draw_rect_with_thickness 3 년 전
  Hendiadyoin1 9e7c16d0a4 LibGfx: Load default font lazily 3 년 전
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value 3 년 전