Commit History

Author SHA1 Message Date
  BenJilks 11e7d72686 LibWeb: Layout text chunks based on their Unicode direction 10 months ago
  BenJilks 0d63269cb7 LibGfx+LibWeb: Use harfbuzz for text shaping 11 months ago
  Aliaksandr Kalenik fa605ef225 LibWeb: Fix OOB access in "text-overflow: ellipsis" clip 11 months ago
  Tobias Christiansen da7f0897d1 LibWeb: Implement "text-overflow" property 11 months ago
  Andreas Kling f7e57881ad LibWeb: Don't limit available space during early height for inline-flex 1 year ago
  Andreas Kling 9af966f87d LibWeb: Avoid unnecessary Vector copying when generating line boxes 1 year ago
  Aliaksandr Kalenik 26a516c85f LibWeb: Allow any FC type for replaced boxes in dimension_box_on_line() 1 year ago
  Andreas Kling 1cea4e6407 LibWeb: Use cached UsedValues pointer in IFC and its helper classes 1 year ago
  Andreas Kling 4e6de47f93 LibWeb: Avoid LayoutState hash lookups in more parts of float layout 1 year ago
  Andreas Kling 1041dbb007 LibWeb: Don't lose track of inline margins when collapsing whitespace 1 year ago
  Andreas Kling 954c4496b1 LibWeb: Avoid more UsedValues hash lookups in BFC and IFC 1 year ago
  Andreas Kling c82d517447 LibWeb: Move line-height from NodeWithStyle to ComputedValues 1 year ago
  Andreas Kling 5af02a914c LibWeb: Let parent formatting context determine size of flex containers 1 year ago
  Aliaksandr Kalenik 39abd9095e LibWeb: Return CSSPixels from `calculate_inner_height()` 1 year ago
  Aliaksandr Kalenik 05a1dbeb91 LibWeb: Return CSSPixels from `calculate_inner_width()` 1 year ago
  Andreas Kling 7abb182fa3 LibWeb: Honor negative margins on atomic inlines 1 year ago
  Aliaksandr Kalenik 681771d210 LibGfx+LibWeb: Calculate and save glyph positions during layout 1 year ago
  Shannon Booth 56d10bf198 LibWeb: Port Layout::TextNode from DeprecatedString 1 year ago
  Aliaksandr Kalenik c41e742de4 LibWeb: Fix min-content width calculation in dimension_box_on_line() 1 year ago
  Andreas Kling 39f16ecd41 LibWeb: Don't break for atomic inline elements in `white-space: nowrap` 1 year ago
  Andi Gallo 3d7e788981 LibWeb: Improve the line breaking algorithm 1 year ago
  Andi Gallo ef6a78518f LibWeb: Remove unused argument of InlineLevelIterator::next 1 year ago
  Aliaksandr Kalenik fce4801460 LibWeb: Replace to_px() with to_px_or_zero() in InlineFormattingContext 1 year ago
  Andi Gallo 62f15f94d2 LibWeb: Better handling of floating boxes from inline formatting context 1 year ago
  Andi Gallo b12820c967 LibWeb: Handle float clearing specified on line break elements 2 years ago
  Aliaksandr Kalenik 07f451044b LibWeb: Fix inline-block percentage height calculation 2 years ago
  Andreas Kling 2887976ce9 LibWeb: Fully resolve max-width values on inline-block elements 2 years ago
  Andreas Kling 42675971e2 LibWeb: Resolve inline-block percentage padding against 0, not infinity 2 years ago
  Andreas Kling e99a6fede4 LibWeb: Allow IFC to size inline-flex boxes midway through flex layout 2 years ago
  Andreas Kling a988241f3f LibWeb: Resolve % min-sizes against 0 while under min-content constraint 2 years ago