Sergey Bugaev 0f42908073 LibHTML: Respect the system theme hace 5 años
..
BoxModelMetrics.cpp 9c0e9a1a20 LibHTML: Rename ComputedStyle to BoxModelMetrics hace 5 años
BoxModelMetrics.h c628ebda0f LibHTML: Use floating point numbers throughout the layout tree hace 5 años
LayoutBlock.cpp 847b232680 LibHTML: Divide the "line spacing" evenly between lines of text hace 5 años
LayoutBlock.h c41bae3d54 LibHTML+Browser: Support scrolling to anchor with <a href="#foo"> hace 5 años
LayoutBox.cpp 70fadbad37 LibHTML: Respect "border-style: dotted" hace 5 años
LayoutBox.h 320c79cb48 LibHTML: Join border edges nicely when painting boxes hace 5 años
LayoutBreak.cpp 4814253589 LibHTML: Introduce LayoutBox and LayoutNodeWithStyleAndBoxModelMetrics hace 5 años
LayoutBreak.h 4814253589 LibHTML: Introduce LayoutBox and LayoutNodeWithStyleAndBoxModelMetrics hace 5 años
LayoutDocument.cpp 1aea8f116b LibHTML: Add TreeNode::for_each_in_subtree_of_type<T>() hace 5 años
LayoutDocument.h 54bd322881 LibHTML: Mark image bitmaps outside the visible viewport as volatile hace 5 años
LayoutImage.cpp a79bac428b LibGUI+LibDraw: Add "Palette" concept for scoped color theming hace 5 años
LayoutImage.h 85ac9705ba LibHTML: Add LayoutNode::is_image() and is<LayoutImage> helper hace 5 años
LayoutInline.cpp 4814253589 LibHTML: Introduce LayoutBox and LayoutNodeWithStyleAndBoxModelMetrics hace 5 años
LayoutInline.h 4814253589 LibHTML: Introduce LayoutBox and LayoutNodeWithStyleAndBoxModelMetrics hace 5 años
LayoutListItem.cpp c628ebda0f LibHTML: Use floating point numbers throughout the layout tree hace 5 años
LayoutListItem.h f5bf8f6380 LibHTML: Add LayoutNode classes for "display: list-item" and its marker hace 5 años
LayoutListItemMarker.cpp 0f42908073 LibHTML: Respect the system theme hace 5 años
LayoutListItemMarker.h 4814253589 LibHTML: Introduce LayoutBox and LayoutNodeWithStyleAndBoxModelMetrics hace 5 años
LayoutNode.cpp c628ebda0f LibHTML: Use floating point numbers throughout the layout tree hace 5 años
LayoutNode.h 85ac9705ba LibHTML: Add LayoutNode::is_image() and is<LayoutImage> helper hace 5 años
LayoutPosition.h f3f0b08d43 LibHTML: Build some foundation for text selection hace 5 años
LayoutReplaced.cpp 762f20944c LibHTML: Replaced elements should not break lines at start of line hace 5 años
LayoutReplaced.h 4814253589 LibHTML: Introduce LayoutBox and LayoutNodeWithStyleAndBoxModelMetrics hace 5 años
LayoutTable.cpp 65ad6c35f0 LibHTML: Add typed child/sibling traversal helpers for LayoutNode hace 5 años
LayoutTable.h 65ad6c35f0 LibHTML: Add typed child/sibling traversal helpers for LayoutNode hace 5 años
LayoutTableCell.cpp 41896ff521 LibHTML: Add stub classes for basic table layout hace 5 años
LayoutTableCell.h 65ad6c35f0 LibHTML: Add typed child/sibling traversal helpers for LayoutNode hace 5 años
LayoutTableRow.cpp 65ad6c35f0 LibHTML: Add typed child/sibling traversal helpers for LayoutNode hace 5 años
LayoutTableRow.h 65ad6c35f0 LibHTML: Add typed child/sibling traversal helpers for LayoutNode hace 5 años
LayoutText.cpp 0f42908073 LibHTML: Respect the system theme hace 5 años
LayoutText.h 0d6f186397 LibHTML: Insert a new linebox for every newline in "white-space: pre" hace 5 años
LayoutTreeBuilder.cpp 6c22b46b37 LibHTML: Hard-code LayoutTable to never have inline children hace 5 años
LayoutTreeBuilder.h f7cd5662ef LibHTML: Move layout tree building to a LayoutTreeBuilder class hace 5 años
LayoutWidget.cpp 6d1c4ae5a9 LibHTML: Implement basic <form> and <input> element support hace 5 años
LayoutWidget.h 6d1c4ae5a9 LibHTML: Implement basic <form> and <input> element support hace 5 años
LineBox.cpp 3bd29ad98c LibHTML: Remove trailing whitespace in line boxes hace 5 años
LineBox.h 3bd29ad98c LibHTML: Remove trailing whitespace in line boxes hace 5 años
LineBoxFragment.cpp 5a04472470 LibHTML: Fix bug in removal of trailing whitespace from line boxes hace 5 años
LineBoxFragment.h f3f0b08d43 LibHTML: Build some foundation for text selection hace 5 años