ladybird/Libraries/LibWeb/Layout
Andreas Kling 58f76ed11f LibWeb: Avoid some redundant resolution of padding values during layout
Padding is not affected by the width constraining algorithm, so we can
just resolve it up front.
2020-06-25 15:53:23 +02:00
..
BoxModelMetrics.cpp LibWeb: Turn BoxModelMetrics into a simple struct 2020-06-24 11:22:34 +02:00
BoxModelMetrics.h LibWeb: Turn BoxModelMetrics into a simple struct 2020-06-24 11:22:34 +02:00
LayoutBlock.cpp LibWeb: Avoid some redundant resolution of padding values during layout 2020-06-25 15:53:23 +02:00
LayoutBlock.h LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutBox.cpp LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutBox.h LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutBreak.cpp LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutBreak.h LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutCanvas.cpp LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutCanvas.h LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutDocument.cpp LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutDocument.h LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutFrame.cpp LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutFrame.h LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutImage.cpp LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutImage.h LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutInline.cpp LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutInline.h LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutListItem.cpp LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutListItem.h LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutListItemMarker.cpp LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutListItemMarker.h LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutNode.cpp LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutNode.h LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutPosition.h LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
LayoutReplaced.cpp LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutReplaced.h LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutStyle.h LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutTable.cpp LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutTable.h LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutTableCell.cpp LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutTableCell.h LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutTableRow.cpp LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutTableRow.h LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutTableRowGroup.cpp LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutTableRowGroup.h LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutText.cpp LibWeb: Use the cached white-space from LayoutStyle in text_for_style() 2020-06-24 21:44:11 +02:00
LayoutText.h LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutTreeBuilder.cpp LibWeb: Rename LayoutNode::style() => specified_style() 2020-06-24 13:54:31 +02:00
LayoutTreeBuilder.h LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
LayoutWidget.cpp LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LayoutWidget.h LibWeb: Move border width and color into LayoutStyle 2020-06-24 19:43:27 +02:00
LineBox.cpp LibWeb: Move position and text-align to LayoutStyle 2020-06-24 16:49:51 +02:00
LineBox.h LibWeb: Teach line layout to collapse whitespace across fragments 2020-06-13 15:03:16 +02:00
LineBoxFragment.cpp LibWeb: Rename LayoutNode::style() => specified_style() 2020-06-24 13:54:31 +02:00
LineBoxFragment.h LibWeb: Rename LayoutNode::render() to paint() 2020-06-18 21:37:20 +02:00