Historie revizí

Autor SHA1 Zpráva Datum
  Andreas Kling b13a8706e1 LibWeb: Make intrinsic heights dependent on available width před 2 roky
  Andreas Kling 3408f7a3c5 LibWeb: Get rid of FormattingContext::run_intrinsic_sizing() před 2 roky
  Andreas Kling de6d012367 LibWeb: Improve placement of abspos boxes with dual-auto insets před 2 roky
  Andreas Kling 9c44634ca5 LibWeb: Reorganize layout algorithms around available space před 2 roky
  Andreas Kling 385657a4bf LibWeb: Add a helper for calculating the stretch-fit width of a box před 2 roky
  Andreas Kling f161e20e57 LibWeb: Make FormattingContext::run() take available space as input před 2 roky
  Andreas Kling 0843960235 LibWeb: Use CSS::Size for computed size and max-size values před 2 roky
  Andreas Kling 5656173e00 LibWeb: Use automatic_content_height() when computing intrinsic heights před 2 roky
  Andreas Kling 62974160da LibWeb: Add FormattingContext::automatic_content_height() před 2 roky
  martinfalisse 65e7126c48 LibWeb: Factor out compute_y_position před 3 roky
  Andreas Kling 3ede8dbffb LibWeb: Rename IntrinsicSizeDetermination to IntrinsicSizing před 3 roky
  Andreas Kling 97f53de8a2 LibWeb: Take size constraints into account in fit-content calculations před 3 roky
  Andreas Kling 52862c72d0 LibWeb: Rename FormattingState to LayoutState před 3 roky
  Andreas Kling 327938c945 LibWeb: Bring sizing of replaced elements closer to spec před 3 roky
  Andreas Kling 61c27815e4 LibWeb: More specialization of intrinsic sizing layout před 3 roky
  Andreas Kling 64959a8504 LibWeb: Express intrinsic size layout via size constraints před 3 roky
  Andreas Kling 4f6fc3d3a6 LibWeb: Only perform the requested form of intrinsic size calculation před 3 roky
  Andreas Kling 496cf39cf5 LibWeb: Make separate functions for calculating min/max content sizes před 3 roky
  Andreas Kling be26818448 LibWeb: Rename compute_intrinsic_height() => calculate_auto_height() před 3 roky
  Idan Horowitz 086969277e Everywhere: Run clang-format před 3 roky
  Enver Balalic 74d8e201eb LibWeb: Fix calculating the intrinsic height of a box před 3 roky
  Andreas Kling d77dfc6b48 LibWeb: Rename FormattingContext::compute_position() => compute_inset() před 3 roky
  Andreas Kling 39b7fbfeb9 LibWeb: Rewrite CSS float implementation to use offset-from-edge před 3 roky
  Andreas Kling ef8a72ff3f LibWeb: Move available_space_for_line() from IFC to BFC před 3 roky
  Andreas Kling 3f2b17f602 LibWeb: Add functions for calculating intrinsic sizes of a Layout::Box před 3 roky
  Andreas Kling fa43a4118e LibWeb: Handle height:auto separately for BFC root vs other block boxes před 3 roky
  Andreas Kling 56df05ae44 LibWeb: Always include floats when computing height:auto for blocks před 3 roky
  Andreas Kling 726edd2d3b LibWeb: Pass state to create_independent_formatting_context_if_needed() před 3 roky
  Andreas Kling c9700e100e LibWeb: Start making our layout system "transactional" před 3 roky
  Andreas Kling 561612f219 LibWeb: Add Layout::FormattingState před 3 roky