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.h
Age
Commit message (
Expand
)
Author
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: 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-04-06
LibWeb: Rename compute_intrinsic_height() => calculate_auto_height()
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-27
LibWeb: Rename FormattingContext::compute_position() => compute_inset()
Andreas Kling
2022-03-18
LibWeb: Rewrite CSS float implementation to use offset-from-edge
Andreas Kling
2022-03-18
LibWeb: Move available_space_for_line() from IFC to BFC
Andreas Kling
2022-03-13
LibWeb: Add functions for calculating intrinsic sizes of a Layout::Box
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-02-28
LibWeb: Pass state to create_independent_formatting_context_if_needed()
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-12
LibWeb: Stop sizing the context root box in formatting contexts
Andreas Kling
2021-10-28
LibWeb: Remove duplicated auto height computation
Ben Wiederhake
2021-10-21
LibWeb: Convert const pointer to nonnull into a reference
Ben Wiederhake
2021-10-20
LibWeb: Add missing headers
Ben Wiederhake
2021-10-17
LibWeb: Factor out creation of independent formatting contexts
Andreas Kling
2021-10-17
LibWeb: Expose FormattingContext type
Andreas Kling
2021-10-14
LibWeb: Cleanup + spec comments in replaced element height computation
Andreas Kling
2021-09-15
LibWeb: Implement "out-of-flow" property of Layout Box
Sam Atkins
2021-04-22
LibWeb: Fix height computation (again) :^)
Egor Ananyin
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
LibWeb: Fix height calculation for absolutely positioned boxes
Egor Ananyin
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling