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