提交历史

作者 SHA1 备注 提交日期
  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 年之前
  Andreas Kling 6b421fb521 LibGfx: Slim down Gfx::TextLayout API by removing unused accessors 2 年之前
  MacDue 6632023498 LibGfx: Enable subpixel accurate text rendering in Painter::draw_text() 2 年之前
  MacDue a1726b1ba5 LibGfx: Avoid rounding/truncating glyph positions till blitting 2 年之前
  Lucas CHOLLET 2eeaba3f1d LibGfx: Use the Midpoint Ellipse Algorithm for filled ellipses 2 年之前
  Lucas CHOLLET d2372464a2 LibGfx: Put the Midpoint Ellipse Algorithm in its own function 2 年之前
  Andreas Kling 555d7a6fce LibGfx: Make Font::glyph_width*() APIs return float 2 年之前
  Andreas Kling 3407ab0fd1 LibGfx: Make Font::width() return a float 2 年之前
  Andreas Kling bfa7381852 LibGfx: Make Font::pixel_size() return a float 2 年之前
  MacDue ca01017f32 LibGfx: Add Painter::fill_pixels() 2 年之前
  FrHun df30440117 LibGfx: Add NearestFractional scaling type to painter 2 年之前
  MacDue 6c27f2c071 LibGfx: Don't blend opaque pixels 2 年之前
  Sam Atkins 83f31cb4a7 LibGfx: Add int overloads for (AntiAliasing)Painter float methods 2 年之前
  MacDue 27fae78335 Meta+Userland: Pass Gfx::IntSize by value 2 年之前
  MacDue e011eafd37 Meta+Userland: Pass Gfx::FloatPoint by value 2 年之前
  MacDue 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value 2 年之前
  MacDue bbc149ebb9 Meta+Userland: Pass Gfx::Color by value 2 年之前
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前