Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 5af02a914c LibWeb: Let parent formatting context determine size of flex containers il y a 1 an
  Aliaksandr Kalenik fce4801460 LibWeb: Replace to_px() with to_px_or_zero() in InlineFormattingContext il y a 1 an
  Andi Gallo 62f15f94d2 LibWeb: Better handling of floating boxes from inline formatting context il y a 1 an
  Andreas Kling e99a6fede4 LibWeb: Allow IFC to size inline-flex boxes midway through flex layout il y a 2 ans
  Sam Atkins 056acb5ebf LibWeb: Convert InlineFormattingContext to new pixel units il y a 2 ans
  Sam Atkins f5f25562d1 LibWeb: Convert FormattingContext to new pixel units il y a 2 ans
  Andreas Kling 9c44634ca5 LibWeb: Reorganize layout algorithms around available space il y a 2 ans
  Andreas Kling f161e20e57 LibWeb: Make FormattingContext::run() take available space as input il y a 2 ans
  Andreas Kling 62974160da LibWeb: Add FormattingContext::automatic_content_height() il y a 2 ans
  Andreas Kling 412b2313f3 LibWeb: Improve inline flow around floating boxes il y a 2 ans
  Andreas Kling 71ca857b67 LibWeb: Break lines until we have enough space between floats il y a 2 ans
  Andreas Kling 9b46091f38 LibWeb: Rename LayoutState::NodeState => LayoutState::UsedValues il y a 3 ans
  Andreas Kling 52862c72d0 LibWeb: Rename FormattingState to LayoutState il y a 3 ans
  Andreas Kling e78282aebb LibWeb: Make sure we always apply size constraints in IFC il y a 3 ans
  Andreas Kling 7713198e9c LibWeb: Cache a pointer to the containing block state in IFC il y a 3 ans
  Andreas Kling 39b7fbfeb9 LibWeb: Rewrite CSS float implementation to use offset-from-edge il y a 3 ans
  Andreas Kling ef8a72ff3f LibWeb: Move available_space_for_line() from IFC to BFC il y a 3 ans
  sin-ack b801ddf73d LibWeb: Apply the current text-justify value when justifying il y a 3 ans
  sin-ack 7fe3f2d970 LibWeb: Refactor text justification code + only justify below threshold il y a 3 ans
  Andreas Kling c9700e100e LibWeb: Start making our layout system "transactional" il y a 3 ans
  Andreas Kling 561612f219 LibWeb: Add Layout::FormattingState il y a 3 ans
  Andreas Kling 00bd17034d LibWeb: Make IFC aware that its parent is always a BFC il y a 3 ans
  Andreas Kling 29589378ff LibWeb: Remove unused InlineFormattingContext::available_width_at_line() il y a 3 ans
  Andreas Kling ce8043c6c2 LibWeb: Use LineBuilder in IFC to layout line boxes incrementally il y a 3 ans
  Andreas Kling 39b2046c42 LibWeb: Move available_space_for_line() into InlineFormattingContext il y a 3 ans
  Andreas Kling 1f603c54ff LibWeb: Add inline-level iterator that enumerates items for line layout il y a 3 ans
  Andreas Kling f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer il y a 3 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ il y a 4 ans