.. |
AvailableSpace.cpp
|
f161e20e57
LibWeb: Make FormattingContext::run() take available space as input
|
il y a 2 ans |
AvailableSpace.h
|
f161e20e57
LibWeb: Make FormattingContext::run() take available space as input
|
il y a 2 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
|
f161e20e57
LibWeb: Make FormattingContext::run() take available space as input
|
il y a 2 ans |
BlockFormattingContext.h
|
f161e20e57
LibWeb: Make FormattingContext::run() take available space as input
|
il y a 2 ans |
Box.cpp
|
b3d85afd92
LibWeb: Make Layout::Box::set_needs_display() work for all boxes
|
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
|
f161e20e57
LibWeb: Make FormattingContext::run() take available space as input
|
il y a 2 ans |
FlexFormattingContext.h
|
f161e20e57
LibWeb: Make FormattingContext::run() take available space as input
|
il y a 2 ans |
FormAssociatedLabelableNode.h
|
5608bc4eaf
LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement
|
il y a 3 ans |
FormattingContext.cpp
|
385657a4bf
LibWeb: Add a helper for calculating the stretch-fit width of a box
|
il y a 2 ans |
FormattingContext.h
|
385657a4bf
LibWeb: Add a helper for calculating the stretch-fit width of a box
|
il y a 2 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 |
GridFormattingContext.cpp
|
f161e20e57
LibWeb: Make FormattingContext::run() take available space as input
|
il y a 2 ans |
GridFormattingContext.h
|
f161e20e57
LibWeb: Make FormattingContext::run() take available space as input
|
il y a 2 ans |
ImageBox.cpp
|
e72896e35e
LibWeb: Get default fonts via Platform::FontPlugin
|
il y a 2 ans |
ImageBox.h
|
faf9746244
LibWeb: Cache width of "alt" text in ImageBox
|
il y a 2 ans |
InitialContainingBlock.cpp
|
85dd891811
LibWeb: Ignore non-painting layout nodes when building stacking contexts
|
il y a 3 ans |
InitialContainingBlock.h
|
fe48fed4fa
LibWeb: Break inclusion cycle by removing unnecessary include
|
il y a 2 ans |
InlineFormattingContext.cpp
|
f161e20e57
LibWeb: Make FormattingContext::run() take available space as input
|
il y a 2 ans |
InlineFormattingContext.h
|
f161e20e57
LibWeb: Make FormattingContext::run() take available space as input
|
il y a 2 ans |
InlineLevelIterator.cpp
|
8deced39a8
LibWeb: Resolve cyclic declaration/definitions involving Length
|
il y a 2 ans |
InlineLevelIterator.h
|
d073a31c21
LibWeb: Add missing includes
|
il y a 2 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
|
bb547ce1c4
LibWeb: Make AbstractRange and subclasses GC-allocated
|
il y a 2 ans |
LayoutPosition.h
|
bb547ce1c4
LibWeb: Make AbstractRange and subclasses GC-allocated
|
il y a 2 ans |
LayoutState.cpp
|
0843960235
LibWeb: Use CSS::Size for computed size and max-size values
|
il y a 2 ans |
LayoutState.h
|
e9d5d2f74b
LibWeb: Remove the flex item size cache
|
il y a 2 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
|
52862c72d0
LibWeb: Rename FormattingState to LayoutState
|
il y a 3 ans |
LineBoxFragment.h
|
52862c72d0
LibWeb: Rename FormattingState to LayoutState
|
il y a 3 ans |
LineBuilder.cpp
|
5efd63741f
LibWeb: Perform horizontal inline alignment based on available space
|
il y a 2 ans |
LineBuilder.h
|
412b2313f3
LibWeb: Improve inline flow around floating boxes
|
il y a 2 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
|
6a6475673f
LibWeb: Convert images to common AbstractImageStyleValue base
|
il y a 3 ans |
ListItemMarkerBox.h
|
6a6475673f
LibWeb: Convert images to common AbstractImageStyleValue base
|
il y a 3 ans |
Node.cpp
|
8fa459f2d6
LibWeb: Add missing null checks in Layout::Node::set_needs_display()
|
il y a 2 ans |
Node.h
|
e36750d591
LibWeb: Remove unused Layout::Node::did_insert_into_layout_tree()
|
il y a 2 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
|
7dfd5afd37
LibWeb: Set 1:1 intrinsic aspect ratio for radio buttons
|
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
|
f161e20e57
LibWeb: Make FormattingContext::run() take available space as input
|
il y a 2 ans |
SVGFormattingContext.h
|
f161e20e57
LibWeb: Make FormattingContext::run() take available space as input
|
il y a 2 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
|
17a6fcfde3
LibWeb: Try to work out the intrinsic size of <svg> elements
|
il y a 3 ans |
SVGSVGBox.h
|
17a6fcfde3
LibWeb: Try to work out the intrinsic size of <svg> 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
|
f161e20e57
LibWeb: Make FormattingContext::run() take available space as input
|
il y a 2 ans |
TableFormattingContext.h
|
f161e20e57
LibWeb: Make FormattingContext::run() take available space as input
|
il y a 2 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
|
64959a8504
LibWeb: Express intrinsic size layout via size constraints
|
il y a 3 ans |
TextNode.h
|
64959a8504
LibWeb: Express intrinsic size layout via size constraints
|
il y a 3 ans |
TreeBuilder.cpp
|
e36750d591
LibWeb: Remove unused Layout::Node::did_insert_into_layout_tree()
|
il y a 2 ans |
TreeBuilder.h
|
6712bbc0ee
LibWeb: Tidy up Layout::TreeBuilder ancestor stack a little bit
|
il y a 3 ans |