Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling a3cc03f180 LibGfx+LibWeb: Add new Path class with Skia backend, use for 2D canvas há 11 meses atrás
  Andreas Kling c8f09312f7 LibGfx: Rename Path => DeprecatedPath há 11 meses atrás
  Andreas Kling 0c7670b226 LibGfx: Rename Painter => DeprecatedPainter há 1 ano atrás
  BenJilks 0d63269cb7 LibGfx+LibWeb: Use harfbuzz for text shaping há 11 meses atrás
  Aliaksandr Kalenik 7181c3f2ea Everywhere: Limit layout text fragments to use one font for all glyphs há 1 ano atrás
  MacDue d7e2894e57 LibGfx: Output an SVG compatible string from `Path::to_byte_string()` há 1 ano atrás
  MacDue 8057542dea LibGfx: Simplify path storage and tidy up APIs há 1 ano atrás
  MacDue e9e1ee11d4 LibGfx: Decrease flatness a little in Path::stroke_to_fill() há 1 ano atrás
  MacDue 13a4fb0325 LibGfx: Increase bezier splitting tolerance to 0.5 há 1 ano atrás
  MacDue d327104910 LibGfx: Add `Path::place_text_along(text, font)` há 1 ano atrás
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String há 1 ano atrás
  Aliaksandr Kalenik df57d7ca68 LibGfx+LibWeb: Update for_each_glyph_position to use font cascade list há 1 ano atrás
  Nicolas Ramz b3cbe0fdb9 LibGfx/Path: Round numerator in elliptical_arc_to há 1 ano atrás
  MacDue f3c8e88e5e LibGfx: Use BoundingBox helper in Gfx::Path há 1 ano atrás
  Aliaksandr Kalenik efdbd8238e LibGfx: Decouple glyph positions calculation from draw_text_run() há 1 ano atrás
  MacDue 50d33f79fa LibGfx: Allow extracting paths from fonts and add Gfx::Path::text() há 1 ano atrás
  Gabriel Nava 9a61041941 LibWeb: Add CanvasPath arcTo support há 1 ano atrás
  MacDue a9b4e876d0 LibGfx: Only attempt to paint strokes with a width > 0 há 2 anos atrás
  MacDue 1bc7b0320e LibGfx: Approximate elliptical arcs with cubic beziers há 2 anos atrás
  MacDue 2a1bf63f9e LibGfx: Use AK::sincos() and AK::Pi<double> in Path::elliptical_arc_to() há 2 anos atrás
  MacDue 8d4f90df4e LibGfx: Pass angles as floats to Path::elliptical_arc_to() há 2 anos atrás
  MacDue 90e836deae LibGfx: Fix elliptical arcs after non orientation preserving transform há 2 anos atrás
  MacDue 3d755a57b6 LibGfx: Ensure last subpath is closed by Path::close_all_subpaths() há 2 anos atrás
  MacDue 95a07bd4e5 LibGfx: Add Path::stroke_to_fill(thickness) há 2 anos atrás
  MacDue 6abc51d9f8 LibGfx: Simplify segmentizing paths há 2 anos atrás
  Andreas Kling cc86c07f58 LibGfx: Transform the x axis rotation for elliptical arcs há 2 anos atrás
  MacDue 26e56bdd08 LibGfx: Fix crash due to vector resize in close_all_subpaths() há 2 anos atrás
  Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector há 2 anos atrás
  Luke Wilde 1f97adbee8 LibGfx: Add a function that adds two paths together há 2 anos atrás
  Andreas Kling ca44b26b2a LibGfx: Make Gfx::Path const-correct internally (segment list) há 2 anos atrás