summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/LineBoxFragment.cpp
AgeCommit message (Expand)Author
2023-04-20LibWeb/Layout: Rename Box::{paint => paintable}_box()Linus Groh
2023-03-15LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtrMatthew Olsson
2023-03-14LibWeb: Consider margins of atomic inlines in layoutMathis Wiehl
2023-02-28LibWeb: Rename Layout::InitialContainingBlock to Layout::ViewportAndreas Kling
2023-02-24LibWeb: Make text fragment indexing handle multi-code point glyphsTimothy Flynn
2023-01-12LibWeb: Use DOM Selection instead of ad-hoc layout tree selectionAndreas Kling
2022-12-14LibWeb: Convert Paintable coordinates to new pixel unitsSam Atkins
2022-07-17LibWeb: Rename FormattingState to LayoutStateAndreas Kling
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-30LibWeb: Use more precise font metrics when doing inline layoutAndreas Kling
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