summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/LineBox.h
AgeCommit message (Expand)Author
2022-03-24LibWeb: Bring CSS line-height implementation closer to specAndreas Kling
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-03-09LibWeb: Respect inline-axis margins between line box fragments :^)Andreas Kling
2022-03-03LibWeb: Align actual baselines, not just bottomsAndreas Kling
2022-02-28LibWeb: Store bottom edge location with each LineBoxAndreas Kling
2022-02-28LibWeb: Use Vector<LineBoxFragment> instead of NonnullOwnPtrVectorAndreas Kling
2022-02-26LibWeb: Add border box top/bottom metrics to line box fragmentsAndreas Kling
2022-02-26LibWeb: Remove unused LineBox::ends_with_forced_line_break()Andreas Kling
2022-02-21LibWeb: Start making our layout system "transactional"Andreas Kling
2022-02-14LibWeb: Support inline-level padding and border properlyAndreas Kling
2022-01-23LibWeb: Don't do horizontal inline line layout twice for last lineAndreas Kling
2022-01-23LibWeb: Add Layout::LineBuilder class for incremental line box layoutAndreas Kling
2022-01-23LibWeb: Add inline-level iterator that enumerates items for line layoutAndreas Kling
2021-10-26LibWeb: Fix inline blocks swallowing trailing whitespaceFelix Rauch
2021-10-06LibWeb: Rename Layout::BlockBox => BlockContainerAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling