Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 43e1343abf LibWeb: Treat % max-height as none when containing block size indefinite il y a 2 ans
  Andi Gallo ce186dca70 LibWeb: Fix the x coordinate of a block after a float il y a 2 ans
  Aliaksandr Kalenik 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels il y a 2 ans
  Andi Gallo 75e87c32f2 LibWeb: Fix table width algorithm when available space is a constraint il y a 2 ans
  Sam Atkins 1051624084 LibWeb: Obey CSS aspect-ratio property during layout il y a 2 ans
  Andreas Kling 89ba00304c LibWeb: Account for negative margins when calculating float intrusion il y a 2 ans
  Simon Wanner 870bcd56df LibWeb: Make disclosure marker bounds square il y a 2 ans
  Simon Wanner 293ece2292 LibWeb: Support list-style-position il y a 2 ans
  Andreas Kling caa491b72a LibWeb: Measure the overflow for all scroll containers il y a 2 ans
  Andreas Kling 42470d837e LibWeb: Move layout box rect helpers into FormattingContext il y a 2 ans
  Andreas Kling 4f08fcde29 LibWeb: Remove unnecessary static formatting context functions il y a 2 ans
  Andi Gallo 7f9ede07bc LibWeb: Set margin, padding and border for replaced boxes il y a 2 ans
  Aliaksandr Kalenik 258f3ea952 LibWeb: Remove Layout::TableBox il y a 2 ans
  Andi Gallo 1e526af430 LibWeb: Fix width calculation for floating replaced elements il y a 2 ans
  Aliaksandr Kalenik 7cc20f4cb5 LibWeb: Reset margin collapsing state only if box indeed add clearance il y a 2 ans
  Aliaksandr Kalenik 202b24584f LibWeb: Sum horizontal margins to calculate space used by floats il y a 2 ans
  Jelle Raaijmakers 90d8844c77 LibWeb: Remove `Gfx::Rect<float>` workarounds from BFC il y a 2 ans
  Andreas Kling 655d9d1462 LibWeb: Make CSSPixels and Length use 64-bit (double) floating point il y a 2 ans
  Jelle Raaijmakers f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive il y a 2 ans
  Aliaksandr Kalenik 76aa17be86 LibWeb: Make sure collapsed margins are not ignored if box creates FC il y a 2 ans
  Andreas Kling b2c899af11 LibWeb: Make standalone SVG document roots the size of the viewport il y a 2 ans
  Andreas Kling f0560fd087 LibWeb: Support <svg> elements with `display: block` il y a 2 ans
  Andreas Kling 411b28fc59 LibWeb: Make sure that margins don't collapse across a nested BFC il y a 2 ans
  Andreas Kling bab6796099 LibWeb: Rewrite calculation of available space between floats il y a 2 ans
  Andreas Kling 1ebae7a779 LibWeb: Stop changing width of block-level flex containers during layout il y a 2 ans
  Aliaksandr Kalenik 771208d2e2 LibWeb: Fix auto height calculation for table inside BFC il y a 2 ans
  Aliaksandr Kalenik 038283f3fc LibWeb: Rename function to find table box width inside table wrapper il y a 2 ans
  Aliaksandr Kalenik 3a605d8c19 LibWeb: Set width in `compute_width_for_table_wrapper()` il y a 2 ans
  Andreas Kling 6ccb77a9b8 LibWeb: Stop using weird Length::resolved() in {Block,}FormattingContext il y a 2 ans
  Andreas Kling 1d76126abe LibWeb: Don't use weird Length::resolved() for padding in BFC il y a 2 ans