Sam Atkins 7c91fda088 LibWeb: Allow multiple text-decoration-lines há 3 anos atrás
..
BlockContainer.cpp 086969277e Everywhere: Run clang-format há 3 anos atrás
BlockContainer.h 086969277e Everywhere: Run clang-format há 3 anos atrás
BlockFormattingContext.cpp fc8c4ea23f LibWeb: Let BFC compute width for block-level replaced elements há 3 anos atrás
BlockFormattingContext.h de6f7f0029 LibWeb: Support CSS floats in inline flow há 3 anos atrás
Box.cpp b3d85afd92 LibWeb: Make Layout::Box::set_needs_display() work for all boxes há 3 anos atrás
Box.h 74927fd218 LibWeb: Move Layout::Box::is_out_of_flow() to Layout::Node há 3 anos atrás
BoxModelMetrics.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
BoxModelMetrics.h fe908e7db2 LibWeb: Rename "offset" in box model metrics to "inset" há 3 anos atrás
BreakNode.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
BreakNode.h 02b316fd5c LibWeb: Let Paintable perform the painting há 3 anos atrás
ButtonBox.cpp 206d6ece55 LibGfx: Move other font-related files to LibGfx/Font/ há 3 anos atrás
ButtonBox.h 29583104d2 LibWeb: Refactor all LabelableNode subclasses + input event handling :^) há 3 anos atrás
CanvasBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
CanvasBox.h ed84fbce47 LibWeb: Make Paintable ref-counted há 3 anos atrás
CheckBox.cpp 206d6ece55 LibGfx: Move other font-related files to LibGfx/Font/ há 3 anos atrás
CheckBox.h 29583104d2 LibWeb: Refactor all LabelableNode subclasses + input event handling :^) há 3 anos atrás
FlexFormattingContext.cpp 57feb0f3ec LibWeb: Add missing null check of independent formatting context in FFC há 3 anos atrás
FlexFormattingContext.h c8240e31a1 LibWeb: Implement basic intrinsic sizing algorithms for flex containers há 3 anos atrás
FormAssociatedLabelableNode.h 5608bc4eaf LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement há 3 anos atrás
FormattingContext.cpp edfa4508a5 LibWeb: Create a no-op formatting context for childless replaced boxes há 3 anos atrás
FormattingContext.h be26818448 LibWeb: Rename compute_intrinsic_height() => calculate_auto_height() há 3 anos atrás
FormattingState.cpp fe908e7db2 LibWeb: Rename "offset" in box model metrics to "inset" há 3 anos atrás
FormattingState.h fe908e7db2 LibWeb: Rename "offset" in box model metrics to "inset" há 3 anos atrás
FrameBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
FrameBox.h ed84fbce47 LibWeb: Make Paintable ref-counted há 3 anos atrás
ImageBox.cpp a797a92990 LibWeb: Stop including StyleValue.h in a few places há 3 anos atrás
ImageBox.h 086969277e Everywhere: Run clang-format há 3 anos atrás
InitialContainingBlock.cpp 85dd891811 LibWeb: Ignore non-painting layout nodes when building stacking contexts há 3 anos atrás
InitialContainingBlock.h 086969277e Everywhere: Run clang-format há 3 anos atrás
InlineFormattingContext.cpp 7381474835 LibWeb: Don't break text lines if white-space: nowrap há 3 anos atrás
InlineFormattingContext.h 39b7fbfeb9 LibWeb: Rewrite CSS float implementation to use offset-from-edge há 3 anos atrás
InlineLevelIterator.cpp 45db35ad04 LibWeb: Fix double-sized box model metrics on inline replaced elements há 3 anos atrás
InlineLevelIterator.h 4575ab558b LibWeb: Make whitespace collapsing stateless há 3 anos atrás
InlineNode.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
InlineNode.h ed84fbce47 LibWeb: Make Paintable ref-counted há 3 anos atrás
Label.cpp 086969277e Everywhere: Run clang-format há 3 anos atrás
Label.h 086969277e Everywhere: Run clang-format há 3 anos atrás
LabelableNode.cpp cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree há 3 anos atrás
LabelableNode.h cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree há 3 anos atrás
LayoutPosition.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
LayoutPosition.h 086969277e Everywhere: Run clang-format há 3 anos atrás
LineBox.cpp 45f717cfad LibWeb: Respect inline-axis margins between line box fragments :^) há 3 anos atrás
LineBox.h 195ef5e26f LibWeb: Bring CSS line-height implementation closer to spec há 3 anos atrás
LineBoxFragment.cpp 086969277e Everywhere: Run clang-format há 3 anos atrás
LineBoxFragment.h 086969277e Everywhere: Run clang-format há 3 anos atrás
LineBuilder.cpp 6a4247bee9 LibWeb: Use more precise font metrics when doing inline layout há 3 anos atrás
LineBuilder.h aefe1727fc LibWeb: Make text newlines in "pre" mode emit a ForcedBreak item há 3 anos atrás
ListItemBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
ListItemBox.h 7bb721bea2 LibWeb: Make `display: foo` box constructors take the Element by pointer há 3 anos atrás
ListItemMarkerBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
ListItemMarkerBox.h afc5fade05 LibWeb: Add some fast_is<T> helpers for hot classes on GitHub :^) há 3 anos atrás
Node.cpp 7c91fda088 LibWeb: Allow multiple text-decoration-lines há 3 anos atrás
Node.h 086969277e Everywhere: Run clang-format há 3 anos atrás
Progress.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
Progress.h ed84fbce47 LibWeb: Make Paintable ref-counted há 3 anos atrás
RadioButton.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
RadioButton.h 29583104d2 LibWeb: Refactor all LabelableNode subclasses + input event handling :^) há 3 anos atrás
ReplacedBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
ReplacedBox.h afc5fade05 LibWeb: Add some fast_is<T> helpers for hot classes on GitHub :^) há 3 anos atrás
SVGBox.cpp 28b771560a LibWeb: Make SVG <svg> elements behave as CSS replaced elements há 3 anos atrás
SVGBox.h 28b771560a LibWeb: Make SVG <svg> elements behave as CSS replaced elements há 3 anos atrás
SVGFormattingContext.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
SVGFormattingContext.h c9700e100e LibWeb: Start making our layout system "transactional" há 3 anos atrás
SVGGeometryBox.cpp e099960e4d LibWeb: Remove a bunch of no-longer needed #includes há 3 anos atrás
SVGGeometryBox.h ed84fbce47 LibWeb: Make Paintable ref-counted há 3 anos atrás
SVGGraphicsBox.cpp 02b316fd5c LibWeb: Let Paintable perform the painting há 3 anos atrás
SVGGraphicsBox.h 02b316fd5c LibWeb: Let Paintable perform the painting há 3 anos atrás
SVGSVGBox.cpp 28b771560a LibWeb: Make SVG <svg> elements behave as CSS replaced elements há 3 anos atrás
SVGSVGBox.h 28b771560a LibWeb: Make SVG <svg> elements behave as CSS replaced elements há 3 anos atrás
TableBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
TableBox.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer há 3 anos atrás
TableCellBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
TableCellBox.h 086969277e Everywhere: Run clang-format há 3 anos atrás
TableFormattingContext.cpp 509362c103 LibWeb: Include all row-groups in column width calculations há 3 anos atrás
TableFormattingContext.h 7e4793df63 LibWeb: Size table cells using a combination of min- and max-widths há 3 anos atrás
TableRowBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
TableRowBox.h 85a0772147 LibWeb: Start work towards modern CSS "display" values há 3 anos atrás
TableRowGroupBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
TableRowGroupBox.h 7bb721bea2 LibWeb: Make `display: foo` box constructors take the Element by pointer há 3 anos atrás
TextNode.cpp 03008d9c9c LibWeb: Ensure that TextNode::ChunkIterator emits preserved newlines há 3 anos atrás
TextNode.h 086969277e Everywhere: Run clang-format há 3 anos atrás
TreeBuilder.cpp 6712bbc0ee LibWeb: Tidy up Layout::TreeBuilder ancestor stack a little bit há 3 anos atrás
TreeBuilder.h 6712bbc0ee LibWeb: Tidy up Layout::TreeBuilder ancestor stack a little bit há 3 anos atrás