summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/FlexFormattingContext.h
AgeCommit message (Expand)Author
2022-02-21LibWeb: Start making our layout system "transactional"Andreas Kling
2022-02-21LibWeb: Add Layout::FormattingStateAndreas Kling
2021-10-20LibWeb: Add missing headersBen Wiederhake
2021-10-13LibWeb: Add spec comments to FFC layout algorithm step 5Andreas Kling
2021-10-13LibWeb: Add FFC::flex_container() and use throughoutAndreas Kling
2021-10-13LibWeb: Make FFC line and item vectors members instead of localsAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 16 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 15 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 14 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 12 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 11 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 8 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 7 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 6 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 5 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 4 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 3 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 2 into a separate functionAndreas Kling
2021-10-13LibWeb: Turn FlexFormattingContext helper lambdas into member functionsAndreas Kling
2021-10-13LibWeb: Call the FlexFormattingContext context box "flow_container"Andreas Kling
2021-10-13LibWeb: Split out FFC's "generate anonymous flex items" to a functionAndreas Kling
2021-09-15LibWeb: Implement "out-of-flow" property of Layout BoxSam Atkins
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-18LibWeb: Add a very naive Layout::FlexFormattingContext :^)Andreas Kling