.. |
AvailableSpace.cpp
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 anni fa |
AvailableSpace.h
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 anni fa |
BlockContainer.cpp
|
e011eafd37
Meta+Userland: Pass Gfx::FloatPoint by value
|
2 anni fa |
BlockContainer.h
|
e011eafd37
Meta+Userland: Pass Gfx::FloatPoint by value
|
2 anni fa |
BlockFormattingContext.cpp
|
fe8304d5de
LibWeb: Introduce structure that maintains collapsible margins in BFC
|
2 anni fa |
BlockFormattingContext.h
|
fe8304d5de
LibWeb: Introduce structure that maintains collapsible margins in BFC
|
2 anni fa |
Box.cpp
|
ab49dbf137
LibWeb: Convert Paintable coordinates to new pixel units
|
2 anni fa |
Box.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 anni fa |
BoxModelMetrics.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 anni fa |
BoxModelMetrics.h
|
fe908e7db2
LibWeb: Rename "offset" in box model metrics to "inset"
|
3 anni fa |
BreakNode.cpp
|
a0e6882d99
LibWeb: Remove Layout::Node::set_inline()
|
2 anni fa |
BreakNode.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 anni fa |
ButtonBox.cpp
|
206d6ece55
LibGfx: Move other font-related files to LibGfx/Font/
|
3 anni fa |
ButtonBox.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 anni fa |
CanvasBox.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 anni fa |
CanvasBox.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 anni fa |
CheckBox.cpp
|
206d6ece55
LibGfx: Move other font-related files to LibGfx/Font/
|
3 anni fa |
CheckBox.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 anni fa |
FlexFormattingContext.cpp
|
0bbf7a1b54
LibWeb: Refactor should_skip_anonymous_text_runs
|
2 anni fa |
FlexFormattingContext.h
|
7809cc6557
LibWeb: Use preferred flex item sizes as min/max-content contribution
|
2 anni fa |
FormAssociatedLabelableNode.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 anni fa |
FormattingContext.cpp
|
fe8304d5de
LibWeb: Introduce structure that maintains collapsible margins in BFC
|
2 anni fa |
FormattingContext.h
|
fe8304d5de
LibWeb: Introduce structure that maintains collapsible margins in BFC
|
2 anni fa |
FrameBox.cpp
|
ab49dbf137
LibWeb: Convert Paintable coordinates to new pixel units
|
2 anni fa |
FrameBox.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 anni fa |
GridFormattingContext.cpp
|
bb062e50b0
LibWeb: Don't expand grid for {row,column} spans
|
2 anni fa |
GridFormattingContext.h
|
6e29f693f5
LibWeb: Refactor GridFormattingContext
|
2 anni fa |
ImageBox.cpp
|
ab49dbf137
LibWeb: Convert Paintable coordinates to new pixel units
|
2 anni fa |
ImageBox.h
|
1885fe529f
LibWeb: Add GC finalizer to Layout::ImageBox
|
2 anni fa |
InitialContainingBlock.cpp
|
ab49dbf137
LibWeb: Convert Paintable coordinates to new pixel units
|
2 anni fa |
InitialContainingBlock.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 anni fa |
InlineFormattingContext.cpp
|
fe8304d5de
LibWeb: Introduce structure that maintains collapsible margins in BFC
|
2 anni fa |
InlineFormattingContext.h
|
9c44634ca5
LibWeb: Reorganize layout algorithms around available space
|
2 anni fa |
InlineLevelIterator.cpp
|
73e87d694e
LibWeb: Don't collapse TextNode if it's editable
|
2 anni fa |
InlineLevelIterator.h
|
d073a31c21
LibWeb: Add missing includes
|
2 anni fa |
InlineNode.cpp
|
a0e6882d99
LibWeb: Remove Layout::Node::set_inline()
|
2 anni fa |
InlineNode.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 anni fa |
Label.cpp
|
ab49dbf137
LibWeb: Convert Paintable coordinates to new pixel units
|
2 anni fa |
Label.h
|
3c7bd5a317
LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events
|
2 anni fa |
LabelableNode.cpp
|
cb0c5390ff
LibWeb: Move mouse event and label logic from layout to painting tree
|
3 anni fa |
LabelableNode.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 anni fa |
LayoutPosition.cpp
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 anni fa |
LayoutPosition.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 anni fa |
LayoutState.cpp
|
ab49dbf137
LibWeb: Convert Paintable coordinates to new pixel units
|
2 anni fa |
LayoutState.h
|
ba64d0462c
LibWeb: Move box_baseline from LineBuilder.cpp to LayoutState.cpp
|
2 anni fa |
LineBox.cpp
|
ab49dbf137
LibWeb: Convert Paintable coordinates to new pixel units
|
2 anni fa |
LineBox.h
|
195ef5e26f
LibWeb: Bring CSS line-height implementation closer to spec
|
3 anni fa |
LineBoxFragment.cpp
|
ab49dbf137
LibWeb: Convert Paintable coordinates to new pixel units
|
2 anni fa |
LineBoxFragment.h
|
ab49dbf137
LibWeb: Convert Paintable coordinates to new pixel units
|
2 anni fa |
LineBuilder.cpp
|
ab49dbf137
LibWeb: Convert Paintable coordinates to new pixel units
|
2 anni fa |
LineBuilder.h
|
412b2313f3
LibWeb: Improve inline flow around floating boxes
|
2 anni fa |
ListItemBox.cpp
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 anni fa |
ListItemBox.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 anni fa |
ListItemMarkerBox.cpp
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 anni fa |
ListItemMarkerBox.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 anni fa |
Node.cpp
|
ab49dbf137
LibWeb: Convert Paintable coordinates to new pixel units
|
2 anni fa |
Node.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 anni fa |
Progress.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 anni fa |
Progress.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 anni fa |
RadioButton.cpp
|
7dfd5afd37
LibWeb: Set 1:1 intrinsic aspect ratio for radio buttons
|
3 anni fa |
RadioButton.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 anni fa |
ReplacedBox.cpp
|
a0e6882d99
LibWeb: Remove Layout::Node::set_inline()
|
2 anni fa |
ReplacedBox.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 anni fa |
SVGBox.cpp
|
28b771560a
LibWeb: Make SVG <svg> elements behave as CSS replaced elements
|
3 anni fa |
SVGBox.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 anni fa |
SVGFormattingContext.cpp
|
4aeb1ffc12
LibWeb: Add naive layout for SVG foreign objects
|
2 anni fa |
SVGFormattingContext.h
|
9c44634ca5
LibWeb: Reorganize layout algorithms around available space
|
2 anni fa |
SVGGeometryBox.cpp
|
ab49dbf137
LibWeb: Convert Paintable coordinates to new pixel units
|
2 anni fa |
SVGGeometryBox.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 anni fa |
SVGGraphicsBox.cpp
|
02b316fd5c
LibWeb: Let Paintable perform the painting
|
3 anni fa |
SVGGraphicsBox.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 anni fa |
SVGSVGBox.cpp
|
17a6fcfde3
LibWeb: Try to work out the intrinsic size of <svg> elements
|
3 anni fa |
SVGSVGBox.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 anni fa |
TableBox.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 anni fa |
TableBox.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 anni fa |
TableCellBox.cpp
|
dbf76e8ae1
LibWeb: Take rowspan into account while table formatting
|
2 anni fa |
TableCellBox.h
|
dbf76e8ae1
LibWeb: Take rowspan into account while table formatting
|
2 anni fa |
TableFormattingContext.cpp
|
1a81521dd9
LibWeb: Consider specified cell widths in a table
|
2 anni fa |
TableFormattingContext.h
|
1da26f7395
LibWeb: Fix typo in TableFormattingContext.h
|
2 anni fa |
TableRowBox.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 anni fa |
TableRowBox.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 anni fa |
TableRowGroupBox.cpp
|
1c6783cd7e
LibWeb: Start implementation of CSS Table 3 spec
|
2 anni fa |
TableRowGroupBox.h
|
1c6783cd7e
LibWeb: Start implementation of CSS Table 3 spec
|
2 anni fa |
TextNode.cpp
|
32e35a02f9
LibWeb: Apply CSS text-transform during layout
|
2 anni fa |
TextNode.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 anni fa |
TreeBuilder.cpp
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 anni fa |
TreeBuilder.h
|
eacfcac932
LibWeb: Use HashMap::try_ensure_capacity in StyleComputer
|
2 anni fa |