summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/LineBoxFragment.cpp
AgeCommit message (Expand)Author
2022-03-24LibWeb: Bring CSS line-height implementation closer to specAndreas Kling
2022-03-16LibWeb: Move text fragment painting to PaintableWithLinesAndreas Kling
2022-03-11LibWeb: Use Layout::Box::paint_box() accessor in more placesAndreas Kling
2022-03-11LibWeb: Move StackingContext and PaintPhase into the Painting namespaceAndreas Kling
2022-03-11LibWeb: Add Painting::Box and move things from Layout::Box into itAndreas Kling
2022-03-03LibWeb: Align actual baselines, not just bottomsAndreas Kling
2021-09-08LibWeb: Rename InitialContainingBlockBox => InitialContainingBlockAndreas Kling
2021-08-15LibWeb: Return correct selection_rect when the node is at the endTetsui Ohkubo
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-10LibWeb: Remove low-hanging LibGUI fruit from LibWebAndreas Kling
2021-02-10LibWeb: Remove a whole bunch of unnecessary #includesAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling