Commit Verlauf

Autor SHA1 Nachricht Datum
  Aliaksandr Kalenik 849cf894d8 LibWeb: Fix division by zero in distribute_any_remaining_free_space vor 1 Jahr
  Aliaksandr Kalenik bec07d4af7 LibWeb: Use fixed-point saturated arithmetics for CSSPixels vor 1 Jahr
  Aliaksandr Kalenik 5cdd03fc53 LibWeb: Fix divisions by zero in FFC and GFC vor 1 Jahr
  Andreas Kling ac124fbaae LibWeb: Resolve flex item percentages against used flex container sizes vor 2 Jahren
  Andreas Kling 8dd489da61 LibWeb: Fully resolve min- and max-sizes for flex items vor 2 Jahren
  Sebastian Zaha 17d23e76e5 LibWeb: Fix flex & abspos alignment issues vor 2 Jahren
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions vor 2 Jahren
  Sebastian Zaha fd37ad3a84 LibWeb: Fix absolute positioning issues vor 2 Jahren
  Andreas Kling 3372a691da LibWeb: Don't let items flex to infinite size in column layout vor 2 Jahren
  Andreas Kling 1177308afb LibWeb: Support `justify-content: space-evenly` in flex layouts vor 2 Jahren
  Andreas Kling 4474aa0ae5 LibWeb: Resolve flex item `auto` cross sizes through aspect ratio vor 2 Jahren
  Andreas Kling 793c2ff65a LibWeb: Improve align-items in abspos static position of flex child vor 2 Jahren
  Andreas Kling 80a734d42e LibWeb: Improve justify-content in abspos static position of flex child vor 2 Jahren
  Andreas Kling 03ec17fd37 LibWeb: Resolve used insets for flex items vor 2 Jahren
  Andreas Kling 8648355783 LibWeb: Modernize handling of the CSS flex-basis property vor 2 Jahren
  Andreas Kling 38a6b7ad3d LibWeb: Don't assert when flex-item has `align-self: end` vor 2 Jahren
  Aliaksandr Kalenik 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels vor 2 Jahren
  Sam Atkins 1051624084 LibWeb: Obey CSS aspect-ratio property during layout vor 2 Jahren
  Sam Atkins 84e7216603 LibWeb: Move "natural size" concept into Layout::Box vor 2 Jahren
  Andreas Kling a5f8f8238f LibWeb: Fix a case of incorrect flex container max-content main size vor 2 Jahren
  Andreas Kling 9e807d7c6a LibWeb: Support `start` and `end` alignment values in flex layout vor 2 Jahren
  Andreas Kling 06617a982e LibWeb: Support flex items with calc() main size containing percentages vor 2 Jahren
  Andreas Kling 3f9cfa144c LibWeb: Allow infinitely long flex lines when sizing under max-content vor 2 Jahren
  Andreas Kling 42470d837e LibWeb: Move layout box rect helpers into FormattingContext vor 2 Jahren
  Andreas Kling 30feb95d53 LibWeb: Support reverse flex layout with space-around/space-between vor 2 Jahren
  Andreas Kling 655d9d1462 LibWeb: Make CSSPixels and Length use 64-bit (double) floating point vor 2 Jahren
  Andreas Kling e3d182bfe2 LibWeb: Fix "Unsupported main size for flex-basis" spam about calc() vor 2 Jahren
  Andreas Kling 2e13f65ff4 LibWeb: Support flex-basis: calc(...) vor 2 Jahren
  Andreas Kling b98252728e LibWeb: Fix percentage min/max sizes on flex items with intrinsic ratio vor 2 Jahren
  Andreas Kling 0c26717ba3 LibWeb: Adjust flex item main size through aspect ratio if needed vor 2 Jahren