Historique des commits

Auteur SHA1 Message Date
  Andreas Kling b9a45cf1aa LibWeb: Don't try to layout inside of replaced elements in BFC il y a 2 ans
  Andreas Kling b13a8706e1 LibWeb: Make intrinsic heights dependent on available width il y a 2 ans
  Andreas Kling de6d012367 LibWeb: Improve placement of abspos boxes with dual-auto insets il y a 2 ans
  Andreas Kling 9c44634ca5 LibWeb: Reorganize layout algorithms around available space il y a 2 ans
  Andreas Kling b55c4ccdf7 LibWeb: Don't try to format inline-block boxes in BFC il y a 2 ans
  Andreas Kling f161e20e57 LibWeb: Make FormattingContext::run() take available space as input il y a 2 ans
  Andreas Kling 0843960235 LibWeb: Use CSS::Size for computed size and max-size values il y a 2 ans
  Andreas Kling f0ac687823 LibWeb: Remove awkward BFC::compute_theoretical_height() function il y a 2 ans
  Andreas Kling 62974160da LibWeb: Add FormattingContext::automatic_content_height() il y a 2 ans
  Andreas Kling a52d346839 LibWeb: Take coordinate spaces into account when clearing past floats il y a 2 ans
  Andreas Kling 54fb5af9ee LibWeb: Use entire margin box of floats when testing for intrusions il y a 2 ans
  Andreas Kling 77628289c6 LibWeb: Consolidate code for resolving vertical box model metrics in BFC il y a 2 ans
  Andreas Kling 412b2313f3 LibWeb: Improve inline flow around floating boxes il y a 2 ans
  Ben Wiederhake 8deced39a8 LibWeb: Resolve cyclic declaration/definitions involving Length il y a 2 ans
  Andreas Kling b8aa6a4453 LibWeb: Use PercentageOr<T>::contains_percentage() in CSS layout il y a 2 ans
  Andreas Kling fb5879fdcc LibWeb: Don't include abspos children in containing block's auto width il y a 2 ans
  Andreas Kling 54e0e85581 LibWeb: Treat percentage width/height as "auto" more consistently in BFC il y a 2 ans
  Andreas Kling c9a7853fef LibWeb: Include all floating descendants in BFC root's automatic height il y a 2 ans
  Andreas Kling bfcb4d88cf LibWeb: Treat percentage heights as "auto" if unresolvable il y a 2 ans
  Andreas Kling 3f960781fd LibWeb: Don't collapse vertical margins between floats il y a 2 ans
  Andreas Kling 7ba6eb37fc LibWeb: Rename confusing parameter to layout_block_level_box() il y a 2 ans
  Andreas Kling af73a5d921 LibWeb: Use correct box edge when looking for space between floats il y a 2 ans
  Andreas Kling 514fa83708 LibWeb: Improve `float: right` behavior il y a 2 ans
  martinfalisse 65e7126c48 LibWeb: Factor out compute_y_position il y a 2 ans
  MacDue 6a6475673f LibWeb: Convert images to common AbstractImageStyleValue base il y a 2 ans
  MacDue a6505f6e6d LibWeb: Allow % height of a % height parent in block-formatted elements il y a 2 ans
  Andreas Kling 3ede8dbffb LibWeb: Rename IntrinsicSizeDetermination to IntrinsicSizing il y a 3 ans
  Andreas Kling 71a707480c LibWeb: Move "has-definite-width/height" flags to UsedValues il y a 3 ans
  Andreas Kling ed8930fff5 LibWeb: Add accessors for UsedValues::computed_{width,height} il y a 3 ans
  Andreas Kling 52862c72d0 LibWeb: Rename FormattingState to LayoutState il y a 3 ans