index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
Layout
Age
Commit message (
Expand
)
Author
2022-10-06
Base+LibWeb: Stub out negative spans
martinfalisse
2022-10-06
LibWeb: Factor out OccupationGrid functions
martinfalisse
2022-10-06
LibWeb: Truncate oversized grid spans
martinfalisse
2022-10-06
LibWeb: Fix bug in placing row-constrained grid items
martinfalisse
2022-10-06
LibWeb: Use span values for auto-positioned grid items
martinfalisse
2022-10-06
LibWeb: Fix bug in spec implementation auto_placement_cursor
martinfalisse
2022-10-06
LibWeb: Fix implementation bugs of grid track is_span()
martinfalisse
2022-10-06
LibWeb: Make it easier to check if grid track is auto positioned
martinfalisse
2022-10-06
LibWeb+Base: Re-implement grid track span
martinfalisse
2022-10-06
LibWeb: Make TreeBuilder treat inline-flex's children correctly
Andreas Kling
2022-10-06
LibWeb: Use text node's own display value when inserting CSS `content`
Andreas Kling
2022-10-06
LibWeb: Only consider inline-outside flag when choosing insertion type
Andreas Kling
2022-10-06
LibWeb: Use correct cache key for pseudo elements
Andreas Kling
2022-10-06
LibWeb: Make IFC happy to layout anything as long as it's inline outside
Andreas Kling
2022-10-06
LibWeb: Don't try to layout inside of replaced elements in BFC
Andreas Kling
2022-10-06
LibWeb: Make sure replaced elements never create a BFC
Andreas Kling
2022-10-06
LibWeb: Remove unnecessary verify_cast in greatest_child_width()
Andreas Kling
2022-10-06
LibWeb: Remove bogus verify_cast when dimensioning inline-blocks
Andreas Kling
2022-10-06
LibWeb: Tidy up FormattingContext::creates_block_formatting_context()
Andreas Kling
2022-10-06
LibWeb: Use CSS::Display::is_flow_inside() in InlineLevelIterator
Andreas Kling
2022-10-06
LibWeb: Use Layout::Node::display() everywhere
Andreas Kling
2022-10-06
LibWeb: Add Layout::Node::display()
Andreas Kling
2022-10-06
LibWeb: Remove Layout::Node::set_inline()
Andreas Kling
2022-10-06
LibWeb: Honor CSS display value in is_inline() and is_inline_block()
Andreas Kling
2022-10-06
LibWeb: Base Layout::TreeBuilder decisions on CSS display property
Andreas Kling
2022-10-06
LibWeb: Simplify construction of :before and :after pseudo elements
Andreas Kling
2022-10-06
LibWeb: Split out helper functions in TreeBuilder::create_layout_tree()
Andreas Kling
2022-10-04
LibWeb: Let FFC parent context "handle" sizing of child FFC container
Andreas Kling
2022-10-04
LibWeb: Only calculate intrinsic size in the desired flex axis
Andreas Kling
2022-10-04
LibWeb: Recreate flex lines before calculating intrinsic cross size
Andreas Kling
2022-10-04
LibWeb: Pack flex container from opposite end in *-reverse directions
Andreas Kling
2022-10-03
LibWeb: Make intrinsic heights dependent on available width
Andreas Kling
2022-10-03
LibWeb: Get rid of FormattingContext::run_intrinsic_sizing()
Andreas Kling
2022-10-03
LibWeb: Don't add half-leading twice to inline block boxes
Andreas Kling
2022-10-02
LibWeb: Improve placement of abspos boxes with dual-auto insets
Andreas Kling
2022-10-02
LibWeb: Add helpful locals in layout_absolutely_positioned_element()
Andreas Kling
2022-10-02
LibWeb: Vertical % margins are relative to containing block width
Andreas Kling
2022-10-02
LibWeb: Reorganize layout algorithms around available space
Andreas Kling
2022-10-02
LibWeb: Don't try to format inline-block boxes in BFC
Andreas Kling
2022-09-29
LibWeb: Never claim that flex containers create a BFC
Andreas Kling
2022-09-29
LibWeb: Fix bogus comparison when measuring if a float can fit
Andreas Kling
2022-09-29
LibWeb: Don't round fragment widths while accumulating in LineBuilder
Andreas Kling
2022-09-29
LibWeb: Resolve cross-axis flex item margins in the common case
Andreas Kling
2022-09-29
LibWeb: Create flex items for empty generated boxes
Andreas Kling
2022-09-29
LibWeb: Add missing null checks in Layout::Node::set_needs_display()
Andreas Kling
2022-09-29
LibWeb: Add a helper for calculating the stretch-fit width of a box
Andreas Kling
2022-09-29
LibWeb: Make FormattingContext::run() take available space as input
Andreas Kling
2022-09-25
LibWeb: Use CSS::Size for computed size and max-size values
Andreas Kling
2022-09-24
LibWeb: Make CSS Grid work again
martinfalisse
2022-09-24
LibWeb: Treat replaced % sizes as 0 if containing block is indefinite
Andreas Kling
[next]