Историја ревизија

Аутор SHA1 Порука Датум
  Andreas Kling edfa4508a5 LibWeb: Create a no-op formatting context for childless replaced boxes пре 3 година
  Andreas Kling ca2807ba42 AK: Honor box's own intrinsic size in calculate_intrinsic_sizes() пре 3 година
  Simon Wanner a57bfc2f8c LibWeb: Take already computed height for flex container's auto height пре 3 година
  Andreas Kling be26818448 LibWeb: Rename compute_intrinsic_height() => calculate_auto_height() пре 3 година
  Andreas Kling 33887917e4 LibWeb: Determine intrinsic flex container size from content-size пре 3 година
  Idan Horowitz 086969277e Everywhere: Run clang-format пре 3 година
  Enver Balalic 74d8e201eb LibWeb: Fix calculating the intrinsic height of a box пре 3 година
  Andreas Kling 0fd51ae811 LibWeb: Ignore empty anonymous block children in height:auto calculation пре 3 година
  Andreas Kling e7eb6241c2 LibWeb: Ignore list-item marker boxes in height:auto calculation пре 3 година
  Andreas Kling 5da7ebb806 LibWeb: Make height:auto for non-BFC-root blocks more correct пре 3 година
  Andreas Kling a6eb031058 LibWeb: Use correct top content edge when calculating auto block heights пре 3 година
  Andreas Kling 27c68624b6 LibWeb: Resolve top/bottom inset properties for position:relative пре 3 година
  Andreas Kling fa71401bec LibWeb: Rename ComputedValues::offset() => inset() пре 3 година
  Andreas Kling d77dfc6b48 LibWeb: Rename FormattingContext::compute_position() => compute_inset() пре 3 година
  Andreas Kling 83a2aa1832 LibWeb: Include negative margins in height:auto computation for BFC root пре 3 година
  Andreas Kling fe908e7db2 LibWeb: Rename "offset" in box model metrics to "inset" пре 3 година
  Andreas Kling 925c34cf43 LibWeb: Include floats in height:auto for BFC root with inline children пре 3 година
  Andreas Kling c02e6f991a LibWeb: Improve vertical margin collapse between adjacent blocks пре 3 година
  Andreas Kling c1f0d21bbe LibWeb: Rename the LayoutMode enum values and explain them пре 3 година
  Andreas Kling 39b7fbfeb9 LibWeb: Rewrite CSS float implementation to use offset-from-edge пре 3 година
  Andreas Kling 915ee66bd6 LibWeb: Implement shrink-to-fit layout on top of intrinsic size cache пре 3 година
  Andreas Kling 39ca39204b LibWeb: Cache intrinsic sizes on the root FormattingState пре 3 година
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb пре 3 година
  Andreas Kling 2f3d7a7c36 LibWeb: Swap min-content and max-content intrinsic sizes if needed пре 3 година
  Andreas Kling 515db5fc1b LibWeb: Make Layout::FormattingState copies shallow пре 3 година
  Andreas Kling 3f2b17f602 LibWeb: Add functions for calculating intrinsic sizes of a Layout::Box пре 3 година
  Andreas Kling bc82b3eaec LibWeb: Improve height:auto for position:absolute blocks пре 3 година
  Andreas Kling 1d6cf3a43f LibWeb: Consider all children when doing height:auto for normal blocks пре 3 година
  Andreas Kling fa43a4118e LibWeb: Handle height:auto separately for BFC root vs other block boxes пре 3 година
  Andreas Kling 56df05ae44 LibWeb: Always include floats when computing height:auto for blocks пре 3 година