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
/
FlexFormattingContext.h
Age
Commit message (
Expand
)
Author
2022-02-21
LibWeb: Start making our layout system "transactional"
Andreas Kling
2022-02-21
LibWeb: Add Layout::FormattingState
Andreas Kling
2021-10-20
LibWeb: Add missing headers
Ben Wiederhake
2021-10-13
LibWeb: Add spec comments to FFC layout algorithm step 5
Andreas Kling
2021-10-13
LibWeb: Add FFC::flex_container() and use throughout
Andreas Kling
2021-10-13
LibWeb: Make FFC line and item vectors members instead of locals
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 16 to a separate function
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 15 to a separate function
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 14 to a separate function
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 12 to a separate function
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 11 to a separate function
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 8 to a separate function
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 7 to a separate function
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 6 to a separate function
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 5 to a separate function
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 4 to a separate function
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 3 to a separate function
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 2 into a separate function
Andreas Kling
2021-10-13
LibWeb: Turn FlexFormattingContext helper lambdas into member functions
Andreas Kling
2021-10-13
LibWeb: Call the FlexFormattingContext context box "flow_container"
Andreas Kling
2021-10-13
LibWeb: Split out FFC's "generate anonymous flex items" to a function
Andreas Kling
2021-09-15
LibWeb: Implement "out-of-flow" property of Layout Box
Sam Atkins
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-18
LibWeb: Add a very naive Layout::FlexFormattingContext :^)
Andreas Kling