Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling d77dfc6b48 LibWeb: Rename FormattingContext::compute_position() => compute_inset() hace 3 años
  Andreas Kling c49c036c84 LibWeb: Stop allowing position:relative to affect layout hace 3 años
  Andreas Kling 0d9c28add9 LibWeb: Don't collapse horizontal margins between floating boxes hace 3 años
  Andreas Kling aefe1727fc LibWeb: Make text newlines in "pre" mode emit a ForcedBreak item hace 3 años
  Andreas Kling fe908e7db2 LibWeb: Rename "offset" in box model metrics to "inset" hace 3 años
  Andreas Kling c02e6f991a LibWeb: Improve vertical margin collapse between adjacent blocks hace 3 años
  Andreas Kling de6f7f0029 LibWeb: Support CSS floats in inline flow hace 3 años
  Andreas Kling c1f0d21bbe LibWeb: Rename the LayoutMode enum values and explain them hace 3 años
  Andreas Kling a19b9b727d LibWeb: Place right-side floats relative to their containing block hace 3 años
  Simon Wanner a2331e8dd3 LibWeb: Implement CSS transforms on stacking contexts hace 3 años
  Andreas Kling 39b7fbfeb9 LibWeb: Rewrite CSS float implementation to use offset-from-edge hace 3 años
  Andreas Kling ef8a72ff3f LibWeb: Move available_space_for_line() from IFC to BFC hace 3 años
  Andreas Kling 6de10858b9 LibWeb: Only collapse vertical margin between BlockContainer siblings hace 3 años
  Andreas Kling c2a66b77df LibWeb: Measure intrinsic block width *around* children's border edge hace 3 años
  Andreas Kling 56df05ae44 LibWeb: Always include floats when computing height:auto for blocks hace 3 años
  Andreas Kling 726edd2d3b LibWeb: Pass state to create_independent_formatting_context_if_needed() hace 3 años
  Andreas Kling 8c2a4a2a3d LibWeb: Calculate edge of containing block correctly when floating right hace 3 años
  Andreas Kling f21a0bf437 LibWeb: Don't shift right-floated boxes too much to the left hace 3 años
  Andreas Kling db5bf6e64c LibWeb: Rename FormattingState::ensure() -> get_mutable() hace 3 años
  Andreas Kling 2615728d6b LibWeb: Store overflow data in the FormattingState hace 3 años
  Andreas Kling 92266d2247 LibWeb: Create list-item markers during layout tree construction hace 3 años
  Andreas Kling c9700e100e LibWeb: Start making our layout system "transactional" hace 3 años
  Andreas Kling 561612f219 LibWeb: Add Layout::FormattingState hace 3 años
  Andreas Kling a4bc7e2d96 LibWeb: Hack BFC to always remember to handle position:absolute elements hace 3 años
  Sam Atkins 356d8bcfe8 LibWeb: Remove Length::Type::Undefined! :^) hace 3 años
  Sam Atkins b715943035 LibWeb: Remove redundant Length::resolved() calls hace 3 años
  Sam Atkins 67066c5140 LibWeb: Remove fallback value from Length::resolved() hace 3 años
  Sam Atkins 5b2482a939 LibWeb: Use Optional instead of undefined-lengths for widths/heights hace 3 años
  michiell1 2f555f1b7d LibWeb: Compute some height of BlockFormattingContexts earlier hace 3 años
  Andreas Kling 0532d7d255 LibWeb: Stop sizing the context root box in formatting contexts hace 3 años