提交历史

作者 SHA1 备注 提交日期
  MacDue bb8c8a67dc LibGfx: Fix a slight mistake in AA ellipse error calculation 2 年之前
  Andreas Kling 7c607462a4 LibGfx+LibWeb: Store radii as FloatSize rather than FloatPoint 2 年之前
  Tim Schumacher 82a152b696 LibGfx: Remove `try_` prefix from bitmap creation functions 2 年之前
  MacDue 223cedc896 LibGfx: Update fill_path() to support taking a PaintStyle 2 年之前
  MacDue 2376385f0c LibGfx: Improve AA stroke_path() line intersections a little 2 年之前
  Sam Atkins 83f31cb4a7 LibGfx: Add int overloads for (AntiAliasing)Painter float methods 2 年之前
  MacDue e011eafd37 Meta+Userland: Pass Gfx::FloatPoint by value 2 年之前
  MacDue 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value 2 年之前
  MacDue 40e978df85 LibGfx: Fix some more antialiased line off-by-ones 2 年之前
  MacDue acc0fceaae LibGfx: Remove some unused AntiAliasingPainter methods 2 年之前
  MacDue b85af4e9bf LibGfx: Add some AntiAliasingPainter FIXMEs 2 年之前
  MacDue b8492006da LibGfx: Disable line intersection stroking for 1px lines 2 年之前
  MacDue 8dfe43273c LibGfx: Fix off-by-one for antialiased line length 2 年之前
  MacDue 754b8a643d LibGfx: Remove unnecessary path members from AntiAliasingPainter 2 年之前
  MacDue 613963cbce LibGfx: Don't bother painting transparent lines 2 年之前
  MacDue db235a87bf LibGfx: Allow float thickness lines and fix fill path glitches 2 年之前
  MacDue 76de41c3b7 LibGfx: Add draw_line_for_path() and remove AntiAliasPolicy 2 年之前
  MacDue f7a680f30a LibGfx: Implement nicer antialiased lines 2 年之前
  Torstennator b2a6066042 LibGfx: Optimize anti-aliased line drawing and stroking 2 年之前
  Nico Weber 2af028132a AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places 2 年之前
  Brian Gianforcaro d0a1775369 Everywhere: Fix a variety of typos 2 年之前
  MacDue f9b08272db LibGfx: Add AntiAliasingPainter::fill_rect 2 年之前
  MacDue bb48a61d50 LibGfx: Flatten AntiAliasingPainter::draw_ellipse_part() 3 年之前
  MacDue 9ed5b2dfb5 LibGfx: Move AntiAliasingPainter.cpp into Gfx namespace 3 年之前
  MacDue 6139fc5c87 LibGfx: Add AA dotted horizontal/vertical lines 3 年之前
  MacDue c1798620d9 LibGfx: Support AlphaSubtract blend mode for AA rounded rectangle 3 年之前
  MacDue c0486f93d4 LibGfx: Optimize rounded rectangle with all radii 50% to single ellipse 3 年之前
  MacDue 2366a73474 LibGfx: Support AA rounded rectangles with elliptical borders 3 年之前
  MacDue 0120c8580f LibGfx: Clip outside the corners when painting an AA rounded rectangle 3 年之前
  MacDue 5bc5c0f31b LibGfx: Fix rendering of bottom corners in AA rounded rectangle 3 年之前