Histórico de Commits

Autor SHA1 Mensagem Data
  Enver Balalic 7381474835 LibWeb: Don't break text lines if white-space: nowrap há 3 anos atrás
  Andreas Kling 6a4247bee9 LibWeb: Use more precise font metrics when doing inline layout há 3 anos atrás
  Andreas Kling f4ed4b2806 LibWeb: Swallow whitespace when it causes us to break the line há 3 anos atrás
  Andreas Kling 5def3b0150 LibWeb: Use LineBox::height() when determining IFC auto heights há 3 anos atrás
  Andreas Kling f9e8f02451 LibWeb: Don't crash in IFC if very first chunk is collapsible whitespace há 3 anos atrás
  Andreas Kling aefe1727fc LibWeb: Make text newlines in "pre" mode emit a ForcedBreak item há 3 anos atrás
  Andreas Kling d32630e17b LibWeb: Don't append collapsible whitespace to start of new line há 3 anos atrás
  Andreas Kling de6f7f0029 LibWeb: Support CSS floats in inline flow há 3 anos atrás
  Andreas Kling 159d4d772a LibWeb: Assign the used top/bottom border widths to inline-block boxes há 3 anos atrás
  Andreas Kling c1f0d21bbe LibWeb: Rename the LayoutMode enum values and explain them há 3 anos atrás
  Andreas Kling 83afc1154c LibWeb: Fix IFC over-shrinking the available space for line boxes há 3 anos atrás
  Andreas Kling 28b771560a LibWeb: Make SVG <svg> elements behave as CSS replaced elements há 3 anos atrás
  Andreas Kling 39b7fbfeb9 LibWeb: Rewrite CSS float implementation to use offset-from-edge há 3 anos atrás
  Andreas Kling 28642de6ed LibWeb: Make LineBuilder aware of the current LayoutMode há 3 anos atrás
  Andreas Kling ef8a72ff3f LibWeb: Move available_space_for_line() from IFC to BFC há 3 anos atrás
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
  sin-ack b801ddf73d LibWeb: Apply the current text-justify value when justifying há 3 anos atrás
  sin-ack 7fe3f2d970 LibWeb: Refactor text justification code + only justify below threshold há 3 anos atrás
  Andreas Kling 45f717cfad LibWeb: Respect inline-axis margins between line box fragments :^) há 3 anos atrás
  Andreas Kling 2dfb617c5b LibWeb: Make InlineLevelIterator emit absolutely positioned items há 3 anos atrás
  Vrins a8cfb34551 LibWeb: Allow <input type="button/submit/reset"> to be styled há 3 anos atrás
  Andreas Kling 797f51e122 LibWeb: Add border box top/bottom metrics to line box fragments há 3 anos atrás
  Andreas Kling c9f4759329 LibWeb: Use CSS font-size when computing text fragment content height há 3 anos atrás
  Andreas Kling 7ed6549c8b LibWeb: Fix off-by-one in calculation of available space for line boxes há 3 anos atrás
  Andreas Kling bb1f26c149 LibWeb: Use correct coordinate space when measuring space between floats há 3 anos atrás
  Andreas Kling db5bf6e64c LibWeb: Rename FormattingState::ensure() -> get_mutable() há 3 anos atrás
  Andreas Kling c9700e100e LibWeb: Start making our layout system "transactional" há 3 anos atrás
  Andreas Kling 561612f219 LibWeb: Add Layout::FormattingState há 3 anos atrás
  Sam Atkins 356d8bcfe8 LibWeb: Remove Length::Type::Undefined! :^) há 3 anos atrás
  Sam Atkins b715943035 LibWeb: Remove redundant Length::resolved() calls há 3 anos atrás