.. |
BlockContainer.cpp
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
BlockContainer.h
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
BlockFormattingContext.cpp
|
3ede8dbffb
LibWeb: Rename IntrinsicSizeDetermination to IntrinsicSizing
|
3 years ago |
BlockFormattingContext.h
|
3ede8dbffb
LibWeb: Rename IntrinsicSizeDetermination to IntrinsicSizing
|
3 years ago |
Box.cpp
|
b3d85afd92
LibWeb: Make Layout::Box::set_needs_display() work for all boxes
|
3 years ago |
Box.h
|
74927fd218
LibWeb: Move Layout::Box::is_out_of_flow() to Layout::Node
|
3 years ago |
BoxModelMetrics.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
BoxModelMetrics.h
|
fe908e7db2
LibWeb: Rename "offset" in box model metrics to "inset"
|
3 years ago |
BreakNode.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 years ago |
BreakNode.h
|
02b316fd5c
LibWeb: Let Paintable perform the painting
|
3 years ago |
ButtonBox.cpp
|
206d6ece55
LibGfx: Move other font-related files to LibGfx/Font/
|
3 years ago |
ButtonBox.h
|
29583104d2
LibWeb: Refactor all LabelableNode subclasses + input event handling :^)
|
3 years ago |
CanvasBox.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 years ago |
CanvasBox.h
|
ed84fbce47
LibWeb: Make Paintable ref-counted
|
3 years ago |
CheckBox.cpp
|
206d6ece55
LibGfx: Move other font-related files to LibGfx/Font/
|
3 years ago |
CheckBox.h
|
29583104d2
LibWeb: Refactor all LabelableNode subclasses + input event handling :^)
|
3 years ago |
FlexFormattingContext.cpp
|
7200b3a16c
LibWeb: Make two passes in FFC where to support percentage min/max sizes
|
3 years ago |
FlexFormattingContext.h
|
7200b3a16c
LibWeb: Make two passes in FFC where to support percentage min/max sizes
|
3 years ago |
FormAssociatedLabelableNode.h
|
5608bc4eaf
LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement
|
3 years ago |
FormattingContext.cpp
|
83bb16ede3
LibWeb: Avoid some unnecessary inside layouts during intrinsic sizing
|
3 years ago |
FormattingContext.h
|
3ede8dbffb
LibWeb: Rename IntrinsicSizeDetermination to IntrinsicSizing
|
3 years ago |
FrameBox.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 years ago |
FrameBox.h
|
ed84fbce47
LibWeb: Make Paintable ref-counted
|
3 years ago |
ImageBox.cpp
|
a797a92990
LibWeb: Stop including StyleValue.h in a few places
|
3 years ago |
ImageBox.h
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
InitialContainingBlock.cpp
|
85dd891811
LibWeb: Ignore non-painting layout nodes when building stacking contexts
|
3 years ago |
InitialContainingBlock.h
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
InlineFormattingContext.cpp
|
83bb16ede3
LibWeb: Avoid some unnecessary inside layouts during intrinsic sizing
|
3 years ago |
InlineFormattingContext.h
|
9b46091f38
LibWeb: Rename LayoutState::NodeState => LayoutState::UsedValues
|
3 years ago |
InlineLevelIterator.cpp
|
ed8930fff5
LibWeb: Add accessors for UsedValues::computed_{width,height}
|
3 years ago |
InlineLevelIterator.h
|
9b46091f38
LibWeb: Rename LayoutState::NodeState => LayoutState::UsedValues
|
3 years ago |
InlineNode.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 years ago |
InlineNode.h
|
ed84fbce47
LibWeb: Make Paintable ref-counted
|
3 years ago |
Label.cpp
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Label.h
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
LabelableNode.cpp
|
cb0c5390ff
LibWeb: Move mouse event and label logic from layout to painting tree
|
3 years ago |
LabelableNode.h
|
cb0c5390ff
LibWeb: Move mouse event and label logic from layout to painting tree
|
3 years ago |
LayoutPosition.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
LayoutPosition.h
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
LayoutState.cpp
|
7cc6d1da2d
LibWeb: Resolve definite sizes when instantiating UsedValues
|
3 years ago |
LayoutState.h
|
71a707480c
LibWeb: Move "has-definite-width/height" flags to UsedValues
|
3 years ago |
LineBox.cpp
|
45f717cfad
LibWeb: Respect inline-axis margins between line box fragments :^)
|
3 years ago |
LineBox.h
|
195ef5e26f
LibWeb: Bring CSS line-height implementation closer to spec
|
3 years ago |
LineBoxFragment.cpp
|
52862c72d0
LibWeb: Rename FormattingState to LayoutState
|
3 years ago |
LineBoxFragment.h
|
52862c72d0
LibWeb: Rename FormattingState to LayoutState
|
3 years ago |
LineBuilder.cpp
|
ed8930fff5
LibWeb: Add accessors for UsedValues::computed_{width,height}
|
3 years ago |
LineBuilder.h
|
9b46091f38
LibWeb: Rename LayoutState::NodeState => LayoutState::UsedValues
|
3 years ago |
ListItemBox.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 years ago |
ListItemBox.h
|
7bb721bea2
LibWeb: Make `display: foo` box constructors take the Element by pointer
|
3 years ago |
ListItemMarkerBox.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 years ago |
ListItemMarkerBox.h
|
afc5fade05
LibWeb: Add some fast_is<T> helpers for hot classes on GitHub :^)
|
3 years ago |
Node.cpp
|
71a707480c
LibWeb: Move "has-definite-width/height" flags to UsedValues
|
3 years ago |
Node.h
|
3ede8dbffb
LibWeb: Rename IntrinsicSizeDetermination to IntrinsicSizing
|
3 years ago |
Progress.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 years ago |
Progress.h
|
ed84fbce47
LibWeb: Make Paintable ref-counted
|
3 years ago |
RadioButton.cpp
|
7dfd5afd37
LibWeb: Set 1:1 intrinsic aspect ratio for radio buttons
|
3 years ago |
RadioButton.h
|
29583104d2
LibWeb: Refactor all LabelableNode subclasses + input event handling :^)
|
3 years ago |
ReplacedBox.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 years ago |
ReplacedBox.h
|
afc5fade05
LibWeb: Add some fast_is<T> helpers for hot classes on GitHub :^)
|
3 years ago |
SVGBox.cpp
|
28b771560a
LibWeb: Make SVG <svg> elements behave as CSS replaced elements
|
3 years ago |
SVGBox.h
|
28b771560a
LibWeb: Make SVG <svg> elements behave as CSS replaced elements
|
3 years ago |
SVGFormattingContext.cpp
|
ed8930fff5
LibWeb: Add accessors for UsedValues::computed_{width,height}
|
3 years ago |
SVGFormattingContext.h
|
52862c72d0
LibWeb: Rename FormattingState to LayoutState
|
3 years ago |
SVGGeometryBox.cpp
|
e099960e4d
LibWeb: Remove a bunch of no-longer needed #includes
|
3 years ago |
SVGGeometryBox.h
|
ed84fbce47
LibWeb: Make Paintable ref-counted
|
3 years ago |
SVGGraphicsBox.cpp
|
02b316fd5c
LibWeb: Let Paintable perform the painting
|
3 years ago |
SVGGraphicsBox.h
|
02b316fd5c
LibWeb: Let Paintable perform the painting
|
3 years ago |
SVGSVGBox.cpp
|
17a6fcfde3
LibWeb: Try to work out the intrinsic size of <svg> elements
|
3 years ago |
SVGSVGBox.h
|
17a6fcfde3
LibWeb: Try to work out the intrinsic size of <svg> elements
|
3 years ago |
TableBox.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 years ago |
TableBox.h
|
c4826eae4f
LibWeb: Rename Layout::BlockBox => BlockContainer
|
3 years ago |
TableCellBox.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 years ago |
TableCellBox.h
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
TableFormattingContext.cpp
|
ed8930fff5
LibWeb: Add accessors for UsedValues::computed_{width,height}
|
3 years ago |
TableFormattingContext.h
|
52862c72d0
LibWeb: Rename FormattingState to LayoutState
|
3 years ago |
TableRowBox.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 years ago |
TableRowBox.h
|
85a0772147
LibWeb: Start work towards modern CSS "display" values
|
3 years ago |
TableRowGroupBox.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 years ago |
TableRowGroupBox.h
|
7bb721bea2
LibWeb: Make `display: foo` box constructors take the Element by pointer
|
3 years ago |
TextNode.cpp
|
64959a8504
LibWeb: Express intrinsic size layout via size constraints
|
3 years ago |
TextNode.h
|
64959a8504
LibWeb: Express intrinsic size layout via size constraints
|
3 years ago |
TreeBuilder.cpp
|
57c6792458
LibWeb: Support `appearance: none` for `<progress>` elements
|
3 years ago |
TreeBuilder.h
|
6712bbc0ee
LibWeb: Tidy up Layout::TreeBuilder ancestor stack a little bit
|
3 years ago |