提交历史

作者 SHA1 备注 提交日期
  MacDue d327104910 LibGfx: Add `Path::place_text_along(text, font)` 1 年之前
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 年之前
  MacDue 50d33f79fa LibGfx: Allow extracting paths from fonts and add Gfx::Path::text() 1 年之前
  Gabriel Nava 9a61041941 LibWeb: Add CanvasPath arcTo support 1 年之前
  MacDue 1bc7b0320e LibGfx: Approximate elliptical arcs with cubic beziers 2 年之前
  MacDue 8d4f90df4e LibGfx: Pass angles as floats to Path::elliptical_arc_to() 2 年之前
  MacDue 9e57f8d183 LibGfx: Invalidate path bounding boxes when invalidating split lines 2 年之前
  MacDue 95a07bd4e5 LibGfx: Add Path::stroke_to_fill(thickness) 2 年之前
  MacDue 6abc51d9f8 LibGfx: Simplify segmentizing paths 2 年之前
  Andreas Kling 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes 2 年之前
  Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector 2 年之前
  Luke Wilde 1f97adbee8 LibGfx: Add a function that adds two paths together 2 年之前
  Andreas Kling ca44b26b2a LibGfx: Make Gfx::Path const-correct internally (segment list) 2 年之前
  Andreas Kling 7c607462a4 LibGfx+LibWeb: Store radii as FloatSize rather than FloatPoint 2 年之前
  Rodrigo Tobar f99c9dc11a LibGfx: Add the ability to append a Path into another 2 年之前
  MacDue e011eafd37 Meta+Userland: Pass Gfx::FloatPoint 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 年之前
  Sam Atkins 389f1ee6f5 LibGfx: Add method for copying a Path with a transform applied 2 年之前
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 年之前
  Lenny Maiorani 9c56a83b76 Libraries: Use default constructors/destructors in LibGfx 3 年之前
  Simon Danner f0a1ab6f84 LibWeb: Keep SVG elliptical arc shape when applying viewbox 3 年之前
  Sam Atkins aa2f20fb60 LibGfx: Add Path::[horizontal,vertical]_path_to() 3 年之前
  Ali Mohammad Pur 433725fef2 LibGfx: Implement cubic bezier curves by splitting them to subcurves 3 年之前
  Andreas Kling 8c863ad959 LibGfx: Make Path::bounding_box() and Path::split_lines() const 3 年之前
  Andreas Kling 09d13e437b LibGfx: Add Path::cubic_bezier_curve_to() 3 年之前
  Matthew Olsson b6c884d20c LibGfx: Add Path::clear 4 年之前
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() 4 年之前
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
  AnotherTest 801daf47f0 LibGfx+LibWeb: Wire up CanvasRenderingContext2D.ellipse() 4 年之前