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
/
FormattingContext.cpp
Age
Commit message (
Expand
)
Author
2022-07-12
LibWeb: Set up both containing block sizes before intrinsic sizing
Andreas Kling
2022-07-12
LibWeb: Add safety mechanism to guard against non-finite layout sizes
Andreas Kling
2022-07-11
LibWeb: Bring sizing of replaced elements closer to spec
Andreas Kling
2022-07-11
LibWeb: More specialization of intrinsic sizing layout
Andreas Kling
2022-07-11
LibWeb: Express intrinsic size layout via size constraints
Andreas Kling
2022-07-11
LibWeb: Make BFC always drive IFC
Andreas Kling
2022-07-11
LibWeb: Only perform the requested form of intrinsic size calculation
Andreas Kling
2022-07-11
LibWeb: Make separate functions for calculating min/max content sizes
Andreas Kling
2022-07-09
LibWeb: Make sure CSS::ComputedValues has initial size values
Andreas Kling
2022-04-11
LibWeb: Create a no-op formatting context for childless replaced boxes
Andreas Kling
2022-04-11
AK: Honor box's own intrinsic size in calculate_intrinsic_sizes()
Andreas Kling
2022-04-08
LibWeb: Take already computed height for flex container's auto height
Simon Wanner
2022-04-06
LibWeb: Rename compute_intrinsic_height() => calculate_auto_height()
Andreas Kling
2022-04-06
LibWeb: Determine intrinsic flex container size from content-size
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-30
LibWeb: Fix calculating the intrinsic height of a box
Enver Balalic
2022-03-29
LibWeb: Ignore empty anonymous block children in height:auto calculation
Andreas Kling
2022-03-29
LibWeb: Ignore list-item marker boxes in height:auto calculation
Andreas Kling
2022-03-29
LibWeb: Make height:auto for non-BFC-root blocks more correct
Andreas Kling
2022-03-29
LibWeb: Use correct top content edge when calculating auto block heights
Andreas Kling
2022-03-27
LibWeb: Resolve top/bottom inset properties for position:relative
Andreas Kling
2022-03-27
LibWeb: Rename ComputedValues::offset() => inset()
Andreas Kling
2022-03-27
LibWeb: Rename FormattingContext::compute_position() => compute_inset()
Andreas Kling
2022-03-26
LibWeb: Include negative margins in height:auto computation for BFC root
Andreas Kling
2022-03-26
LibWeb: Rename "offset" in box model metrics to "inset"
Andreas Kling
2022-03-26
LibWeb: Include floats in height:auto for BFC root with inline children
Andreas Kling
2022-03-25
LibWeb: Improve vertical margin collapse between adjacent blocks
Andreas Kling
2022-03-19
LibWeb: Rename the LayoutMode enum values and explain them
Andreas Kling
2022-03-18
LibWeb: Rewrite CSS float implementation to use offset-from-edge
Andreas Kling
2022-03-18
LibWeb: Implement shrink-to-fit layout on top of intrinsic size cache
Andreas Kling
2022-03-18
LibWeb: Cache intrinsic sizes on the root FormattingState
Andreas Kling
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-13
LibWeb: Swap min-content and max-content intrinsic sizes if needed
Andreas Kling
2022-03-13
LibWeb: Make Layout::FormattingState copies shallow
Andreas Kling
2022-03-13
LibWeb: Add functions for calculating intrinsic sizes of a Layout::Box
Andreas Kling
2022-03-05
LibWeb: Improve height:auto for position:absolute blocks
Andreas Kling
2022-03-03
LibWeb: Consider all children when doing height:auto for normal blocks
Andreas Kling
2022-03-01
LibWeb: Handle height:auto separately for BFC root vs other block boxes
Andreas Kling
2022-03-01
LibWeb: Always include floats when computing height:auto for blocks
Andreas Kling
2022-03-01
LibWeb: Fix wrong height:auto computation for block with floating child
Andreas Kling
2022-02-28
LibWeb: Store bottom edge location with each LineBox
Andreas Kling
2022-02-28
LibWeb: For height:auto blocks, measure from top of *top* line box
Andreas Kling
2022-02-28
LibWeb: Pass state to create_independent_formatting_context_if_needed()
Andreas Kling
2022-02-26
LibWeb: Add border box top/bottom metrics to line box fragments
Andreas Kling
2022-02-21
LibWeb: Rename FormattingState::ensure() -> get_mutable()
Andreas Kling
2022-02-21
LibWeb: Add hack to avoid crashing on !child_display.is_flow_inside()
Andreas Kling
2022-02-21
LibWeb: Start making our layout system "transactional"
Andreas Kling
2022-02-21
LibWeb: Add Layout::FormattingState
Andreas Kling
2022-02-18
LibWeb: Resolve Lengths to pixels earlier
Sam Atkins
2022-02-18
LibWeb: Remove redundant Length::resolved() calls
Sam Atkins
[next]