Historia zmian

Autor SHA1 Wiadomość Data
  Aliaksandr Kalenik bec07d4af7 LibWeb: Use fixed-point saturated arithmetics for CSSPixels 1 rok temu
  MacDue 40fa07a6e1 LibWeb: Force paintable to exist for SVG <g> elements 2 lat temu
  Andreas Kling 9f24c1b34c LibWeb: Use width & height to create fallback viewBox for SVG-as-image 2 lat temu
  Aliaksandr Kalenik 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels 2 lat temu
  Aliaksandr Kalenik 0d8d7ae94e LibWeb: Implement painting for svg text 2 lat temu
  Andreas Kling fde86350e3 LibWeb: Put debug spam about indefinitely sized SVGs behind a flag 2 lat temu
  Andreas Kling 655d9d1462 LibWeb: Make CSSPixels and Length use 64-bit (double) floating point 2 lat temu
  MacDue cf0e31ca87 LibWeb: Remove general SVGFormattingContext FIXME 2 lat temu
  Andreas Kling ce5a939148 LibWeb: Layout <svg> nested inside <svg> 2 lat temu
  MacDue 5df4e64eb7 LibWeb: Implement SVG `preserveAspectRatio` attribute 2 lat temu
  MacDue f9c61e3ba7 LibWeb: Scale SVG stroke-width based on viewbox 2 lat temu
  MacDue 3484db0dc1 LibWeb: Remove SVG sizing hack and fix viewbox scaling 2 lat temu
  Andreas Kling 00999a245c LibWeb: Let FormattingContext decide the automatic width of its root 2 lat temu
  Sam Atkins c70dcaefcd LibWeb: Convert LayoutState to new pixel units 2 lat temu
  Sam Atkins ec336c9bc5 LibWeb: Convert SVGFormattingContext to new pixel units 2 lat temu
  Sam Atkins f5f25562d1 LibWeb: Convert FormattingContext to new pixel units 2 lat temu
  Ben Wiederhake 6fd478b6ce Everywhere: Remove unused includes of AK/Format.h 2 lat temu
  Andreas Kling 4aeb1ffc12 LibWeb: Add naive layout for SVG foreign objects 2 lat temu
  Andreas Kling 892a3e7d12 LibWeb: Replace <svg> sizing hack with slightly smaller hack 2 lat temu
  Andreas Kling 9c44634ca5 LibWeb: Reorganize layout algorithms around available space 2 lat temu
  Andreas Kling f161e20e57 LibWeb: Make FormattingContext::run() take available space as input 2 lat temu
  Andreas Kling 62974160da LibWeb: Add FormattingContext::automatic_content_height() 2 lat temu
  Andreas Kling ed8930fff5 LibWeb: Add accessors for UsedValues::computed_{width,height} 3 lat temu
  Andreas Kling 52862c72d0 LibWeb: Rename FormattingState to LayoutState 3 lat temu
  Andreas Kling 557006f5be LibWeb: Cache reference to <svg> element in SVGFormattingContext 3 lat temu
  Andreas Kling cefc931347 LibWeb: Make sure CSS::ComputedValues has initial size values 3 lat temu
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 lat temu
  Brian Gianforcaro af50895fa3 LibWeb: Fix height/width copy paste bug in SVGFormattingContext::run 3 lat temu
  Tobias Christiansen 8461791ce2 LibWeb: Add support for 'view-box' attribute to SVGs 3 lat temu
  Andreas Kling db5bf6e64c LibWeb: Rename FormattingState::ensure() -> get_mutable() 3 lat temu