Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling fc8c4ea23f LibWeb: Let BFC compute width for block-level replaced elements vor 3 Jahren
  Andreas Kling 20c65e4298 LibWeb: Don't include children of overflow:hidden in scrollable overflow vor 3 Jahren
  Enver Balalic d8ec9a5501 LibWeb: Fix computing_width of a block when LayoutMode::MaxContent vor 3 Jahren
  Idan Horowitz 086969277e Everywhere: Run clang-format vor 3 Jahren
  Andreas Kling 9711e1b303 LibWeb: Make floating boxes in IFC occupy horizontal margin box vor 3 Jahren
  Simon Wanner e5a779aecf LibWeb: Apply the layout_mode argument in BFC::compute_width vor 3 Jahren
  Andreas Kling 3ac9ea369d LibWeb: Don't choke on ICB with inline children vor 3 Jahren
  Andreas Kling d77dfc6b48 LibWeb: Rename FormattingContext::compute_position() => compute_inset() vor 3 Jahren
  Andreas Kling c49c036c84 LibWeb: Stop allowing position:relative to affect layout vor 3 Jahren
  Andreas Kling 0d9c28add9 LibWeb: Don't collapse horizontal margins between floating boxes vor 3 Jahren
  Andreas Kling aefe1727fc LibWeb: Make text newlines in "pre" mode emit a ForcedBreak item vor 3 Jahren
  Andreas Kling fe908e7db2 LibWeb: Rename "offset" in box model metrics to "inset" vor 3 Jahren
  Andreas Kling c02e6f991a LibWeb: Improve vertical margin collapse between adjacent blocks vor 3 Jahren
  Andreas Kling de6f7f0029 LibWeb: Support CSS floats in inline flow vor 3 Jahren
  Andreas Kling c1f0d21bbe LibWeb: Rename the LayoutMode enum values and explain them vor 3 Jahren
  Andreas Kling a19b9b727d LibWeb: Place right-side floats relative to their containing block vor 3 Jahren
  Simon Wanner a2331e8dd3 LibWeb: Implement CSS transforms on stacking contexts vor 3 Jahren
  Andreas Kling 39b7fbfeb9 LibWeb: Rewrite CSS float implementation to use offset-from-edge vor 3 Jahren
  Andreas Kling ef8a72ff3f LibWeb: Move available_space_for_line() from IFC to BFC vor 3 Jahren
  Andreas Kling 6de10858b9 LibWeb: Only collapse vertical margin between BlockContainer siblings vor 3 Jahren
  Andreas Kling c2a66b77df LibWeb: Measure intrinsic block width *around* children's border edge vor 3 Jahren
  Andreas Kling 56df05ae44 LibWeb: Always include floats when computing height:auto for blocks vor 3 Jahren
  Andreas Kling 726edd2d3b LibWeb: Pass state to create_independent_formatting_context_if_needed() vor 3 Jahren
  Andreas Kling 8c2a4a2a3d LibWeb: Calculate edge of containing block correctly when floating right vor 3 Jahren
  Andreas Kling f21a0bf437 LibWeb: Don't shift right-floated boxes too much to the left vor 3 Jahren
  Andreas Kling db5bf6e64c LibWeb: Rename FormattingState::ensure() -> get_mutable() vor 3 Jahren
  Andreas Kling 2615728d6b LibWeb: Store overflow data in the FormattingState vor 3 Jahren
  Andreas Kling 92266d2247 LibWeb: Create list-item markers during layout tree construction vor 3 Jahren
  Andreas Kling c9700e100e LibWeb: Start making our layout system "transactional" vor 3 Jahren
  Andreas Kling 561612f219 LibWeb: Add Layout::FormattingState vor 3 Jahren