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
2023-04-05
LibWeb: Use intrinsic aspect ratio when calculating max content height
matcool
2023-03-27
LibWeb: Make box content sizes indefinite before intrinsic sizing
Andreas Kling
2023-03-25
LibWeb: Don't allow resolved height of abspos elements to become negative
Andreas Kling
2023-03-25
LibWeb: Don't allow resolved width of abspos elements to become negative
Andreas Kling
2023-03-20
LibWeb: Let FormattingContext decide the automatic width of its root
Andreas Kling
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-03-10
LibWeb: Fix bogus percentage vertical padding with box-sizing:border-box
Andreas Kling
2023-02-28
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
Andreas Kling
2023-02-15
LibWeb: Port CSS::Display to new Strings
Sam Atkins
2023-01-24
LibWeb: Make min-content height equivalent to max-content as appropriate
Andreas Kling
2023-01-24
LibWeb: Make grid containers be Layout::Box
Andreas Kling
2023-01-24
LibWeb: Allow BFC auto height calculation on any Layout::Box
Andreas Kling
2023-01-06
LibWeb: Fix abspos flex container with height:auto getting zero height
Andreas Kling
2023-01-05
LibWeb: Convert LayoutState to new pixel units
Sam Atkins
2023-01-05
LibWeb: Convert FormattingContext to new pixel units
Sam Atkins
2022-12-30
LibWeb: Margin bottom collapsing between parent and last child
Aliaksandr Kalenik
2022-12-30
LibWeb: Introduce structure that maintains collapsible margins in BFC
Aliaksandr Kalenik
2022-12-28
LibWeb: Refactor should_skip_anonymous_text_runs
Tom
2022-12-14
LibWeb: Convert Paintable coordinates to new pixel units
Sam Atkins
2022-12-11
LibWeb: Check if block creates BFC even if all it's children are inline
Aliaksandr Kalenik
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-11-25
LibWeb: Fix typo in calculate_inner_height
Aliaksandr Kalenik
2022-11-25
LibWeb: Flex, grid and table containers should not create BFC
Aliaksandr Kalenik
2022-11-23
LibWeb: Return max margin box width from greatest_child_width
Aliaksandr Kalenik
2022-11-22
LibWeb: Support box-sizing in BFC
Aliaksandr Kalenik
2022-11-20
LibWeb: Return content box position from calculate_static_position
Aliaksandr Kalenik
2022-11-16
LibWeb: Solve width for absolute positioned elemenent according to spec
Aliaksandr Kalenik
2022-11-09
LibWeb: Finish half-written comment in abspos height calculation
Andreas Kling
2022-11-09
LibWeb: Try to compute height for abspos elements before inside layout
Andreas Kling
2022-11-09
LibWeb: Actually assign solved value for `left` in abspos width case 1
Andreas Kling
2022-11-03
LibWeb: Treat unresolvable percentage sizes as auto on replaced elements
Andreas Kling
2022-11-03
LibWeb: Move should_treat_{width,height}_as_auto() to FormattingContext
Andreas Kling
2022-10-15
LibWeb: Calculate the height of the css grid correctly
martinfalisse
2022-10-15
LibWeb: Split intrinsic heights cache by definite available widths
Andreas Kling
2022-10-14
LibWeb: Implement CSS fit-content algorithm precisely as spec says
Andreas Kling
2022-10-14
LibWeb: Resolve *all* percentages in abspos height calculation
Andreas Kling
2022-10-12
LibWeb: Remove code duplication in computing height for abs-pos elements
Timon Kruiper
2022-10-12
LibWeb: Add missing else's in absolutely positioned height computation
Samuel Bowman
2022-10-11
LibWeb: Constrain abspos element heights by min-height and max-height
Andreas Kling
2022-10-11
LibWeb: Fix dumb typos in solver helpers for abspos height
Andreas Kling
2022-10-11
LibWeb: Calculate height of absolute-position elements according to spec
Andreas Kling
2022-10-10
LibWeb: Fix two uninitialized variables in FormattingContext
Andreas Kling
2022-10-10
LibWeb: Split intrinsic heights cache based on available width
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: Tidy up FormattingContext::creates_block_formatting_context()
Andreas Kling
2022-10-06
LibWeb: Use Layout::Node::display() everywhere
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-02
LibWeb: Improve placement of abspos boxes with dual-auto insets
Andreas Kling
[next]