summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Layout/LineBoxFragment.cpp
AgeCommit message (Expand)Author
2020-11-22LibWeb: Rename LayoutNode classes and move them into Layout namespaceAndreas Kling
2020-08-26LibWeb: Fix sometimes missing text selection highlightAndreas Kling
2020-08-26LibWeb: Calculate selection based on glyph centersRewi Haar
2020-08-21LibWeb: Remember the selection state of each LayoutNodeAndreas Kling
2020-07-26LibWeb: Switch to using AK::is and AK::downcastAndreas Kling
2020-06-29LibWeb: Clamp text fragment selection to the fragmentAndreas Kling
2020-06-29LibWeb: Add LayoutRange::normalized()Andreas Kling
2020-06-29LibWeb: Paint the text selection :^)Andreas Kling
2020-06-28LibWeb: Rename LineBoxFragment::render() => paint()Andreas Kling
2020-06-24LibWeb: Rename LayoutNode::style() => specified_style()Andreas Kling
2020-06-18LibWeb: Rename LayoutNode::render() to paint()Andreas Kling
2020-06-13LibWeb: Teach line layout to collapse whitespace across fragmentsAndreas Kling
2020-06-10LibWeb: Rework the layout engine to use relative offsetsAndreas Kling
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling