Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling 42470d837e LibWeb: Move layout box rect helpers into FormattingContext há 2 anos atrás
  Andreas Kling 4f08fcde29 LibWeb: Remove unnecessary static formatting context functions há 2 anos atrás
  Andreas Kling 655d9d1462 LibWeb: Make CSSPixels and Length use 64-bit (double) floating point há 2 anos atrás
  Jelle Raaijmakers f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive há 2 anos atrás
  Andreas Kling f0560fd087 LibWeb: Support <svg> elements with `display: block` há 2 anos atrás
  Andreas Kling e938860126 LibWeb: Make text justification work between floats há 2 anos atrás
  Andreas Kling bab6796099 LibWeb: Rewrite calculation of available space between floats há 2 anos atrás
  Andreas Kling ca1fa5f748 LibWeb: Use the new to_px() helpers in CSS, SVG and layout code há 2 anos atrás
  Andreas Kling 508927cae2 LibWeb: Take floats into account when measuring automatic width of IFC há 2 anos atrás
  Emil Militzer a8d08357c9 LibWeb: Compute inset for relative positioned inline-block há 2 anos atrás
  Andreas Kling 01ca7e0544 LibWeb: Whine instead of dying on unexpected box during line layout há 2 anos atrás
  Andreas Kling 3b76cc5245 LibWeb: Pass available inner space to inline-level SVG layout há 2 anos atrás
  Karol Kosek 166f7e0b96 LibWeb: Respect `box-sizing: content-box` inside inline-blocks há 2 anos atrás
  Sam Atkins c70dcaefcd LibWeb: Convert LayoutState to new pixel units há 2 anos atrás
  Sam Atkins 056acb5ebf LibWeb: Convert InlineFormattingContext to new pixel units há 2 anos atrás
  Sam Atkins f5f25562d1 LibWeb: Convert FormattingContext to new pixel units há 2 anos atrás
  Aliaksandr Kalenik fe8304d5de LibWeb: Introduce structure that maintains collapsible margins in BFC há 2 anos atrás
  Sam Atkins ab49dbf137 LibWeb: Convert Paintable coordinates to new pixel units há 2 anos atrás
  Andreas Kling e3b8a8f7c8 LibWeb: Treat unresolvable percentage width on inline-block as auto há 2 anos atrás
  Andreas Kling 6d18164ab0 LibWeb: Apply min-width and max-width constraints to inline-block boxes há 2 anos atrás
  Andreas Kling 97bbb630c8 LibWeb: Make IFC happy to layout anything as long as it's inline outside há 2 anos atrás
  Andreas Kling 2baad565ca LibWeb: Remove bogus verify_cast when dimensioning inline-blocks há 2 anos atrás
  Andreas Kling 9c44634ca5 LibWeb: Reorganize layout algorithms around available space há 2 anos atrás
  Andreas Kling f161e20e57 LibWeb: Make FormattingContext::run() take available space as input há 2 anos atrás
  Andreas Kling 62974160da LibWeb: Add FormattingContext::automatic_content_height() há 2 anos atrás
  Andreas Kling 412b2313f3 LibWeb: Improve inline flow around floating boxes há 2 anos atrás
  Ben Wiederhake 8deced39a8 LibWeb: Resolve cyclic declaration/definitions involving Length há 2 anos atrás
  Andreas Kling 71ca857b67 LibWeb: Break lines until we have enough space between floats há 2 anos atrás
  Andreas Kling af73a5d921 LibWeb: Use correct box edge when looking for space between floats há 2 anos atrás
  Andreas Kling 514fa83708 LibWeb: Improve `float: right` behavior há 2 anos atrás