.. |
AudioBox.cpp
|
ac2238ee70
LibWeb: Begin implementing the HTMLAudioElement for audio playback
|
vor 2 Jahren |
AudioBox.h
|
ac2238ee70
LibWeb: Begin implementing the HTMLAudioElement for audio playback
|
vor 2 Jahren |
AvailableSpace.cpp
|
147c3b3d97
LibWeb+WebContent: Forbid access to underlying type of CSSPixels
|
vor 2 Jahren |
AvailableSpace.h
|
7639eccd53
LibWeb: Add default equality operators to Available{Space,Size}
|
vor 2 Jahren |
BlockContainer.cpp
|
a75915f055
LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}()
|
vor 2 Jahren |
BlockContainer.h
|
a75915f055
LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}()
|
vor 2 Jahren |
BlockFormattingContext.cpp
|
bf3144fcff
LibWeb: Prevent max-width expanding the width
|
vor 2 Jahren |
BlockFormattingContext.h
|
ce186dca70
LibWeb: Fix the x coordinate of a block after a float
|
vor 2 Jahren |
Box.cpp
|
1051624084
LibWeb: Obey CSS aspect-ratio property during layout
|
vor 2 Jahren |
Box.h
|
1051624084
LibWeb: Obey CSS aspect-ratio property during layout
|
vor 2 Jahren |
BoxModelMetrics.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
vor 4 Jahren |
BoxModelMetrics.h
|
02cd853eee
LibWeb+Browser+WebContent: Convert BoxModelMetrics to new pixel units
|
vor 2 Jahren |
BreakNode.cpp
|
a0e6882d99
LibWeb: Remove Layout::Node::set_inline()
|
vor 2 Jahren |
BreakNode.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
vor 2 Jahren |
ButtonBox.cpp
|
84e7216603
LibWeb: Move "natural size" concept into Layout::Box
|
vor 2 Jahren |
ButtonBox.h
|
f914abaf29
LibWeb: Make a handful of layout node leaf classes `final`
|
vor 2 Jahren |
CanvasBox.cpp
|
84e7216603
LibWeb: Move "natural size" concept into Layout::Box
|
vor 2 Jahren |
CanvasBox.h
|
f914abaf29
LibWeb: Make a handful of layout node leaf classes `final`
|
vor 2 Jahren |
CheckBox.cpp
|
84e7216603
LibWeb: Move "natural size" concept into Layout::Box
|
vor 2 Jahren |
CheckBox.h
|
f914abaf29
LibWeb: Make a handful of layout node leaf classes `final`
|
vor 2 Jahren |
FlexFormattingContext.cpp
|
849cf894d8
LibWeb: Fix division by zero in distribute_any_remaining_free_space
|
vor 1 Jahr |
FlexFormattingContext.h
|
ac124fbaae
LibWeb: Resolve flex item percentages against used flex container sizes
|
vor 2 Jahren |
FormAssociatedLabelableNode.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
vor 2 Jahren |
FormattingContext.cpp
|
ccf35a973f
LibWeb: Derive box baseline from last child *with line boxes*
|
vor 1 Jahr |
FormattingContext.h
|
ccf35a973f
LibWeb: Derive box baseline from last child *with line boxes*
|
vor 1 Jahr |
FrameBox.cpp
|
84e7216603
LibWeb: Move "natural size" concept into Layout::Box
|
vor 2 Jahren |
FrameBox.h
|
990e7219d6
LibWeb: Fix iframes flickering on window resize
|
vor 2 Jahren |
GridFormattingContext.cpp
|
bec07d4af7
LibWeb: Use fixed-point saturated arithmetics for CSSPixels
|
vor 1 Jahr |
GridFormattingContext.h
|
2138c164c9
LibWeb: Respect justify-items property of grid container
|
vor 2 Jahren |
ImageBox.cpp
|
84e7216603
LibWeb: Move "natural size" concept into Layout::Box
|
vor 2 Jahren |
ImageBox.h
|
c648e24cff
LibWeb: Don't force HTMLImageElement to have a legacy ImageLoader
|
vor 2 Jahren |
ImageProvider.h
|
e63f68661f
LibWeb: Have ImageProvider bitmap getter take optional size argument
|
vor 2 Jahren |
InlineFormattingContext.cpp
|
07f451044b
LibWeb: Fix inline-block percentage height calculation
|
vor 2 Jahren |
InlineFormattingContext.h
|
e99a6fede4
LibWeb: Allow IFC to size inline-flex boxes midway through flex layout
|
vor 2 Jahren |
InlineLevelIterator.cpp
|
b918ce4022
LibWeb: Make Layout::TextNode::text_for_rendering() lazily computed
|
vor 2 Jahren |
InlineLevelIterator.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
vor 2 Jahren |
InlineNode.cpp
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
vor 2 Jahren |
InlineNode.h
|
f914abaf29
LibWeb: Make a handful of layout node leaf classes `final`
|
vor 2 Jahren |
Label.cpp
|
a75915f055
LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}()
|
vor 2 Jahren |
Label.h
|
3c7bd5a317
LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events
|
vor 2 Jahren |
LabelableNode.cpp
|
cb0c5390ff
LibWeb: Move mouse event and label logic from layout to painting tree
|
vor 3 Jahren |
LabelableNode.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
vor 2 Jahren |
LayoutState.cpp
|
bf25568703
LibWeb: Bring measuring of scrollable overflow closer to spec
|
vor 2 Jahren |
LayoutState.h
|
a7166eb103
LibWeb: Complete table border conflict resolution
|
vor 1 Jahr |
LineBox.cpp
|
92b56ded02
LibWeb: Fix whitespace getting trimmed incorrectly
|
vor 2 Jahren |
LineBox.h
|
a74c56bc1b
LibWeb: Remove unused code
|
vor 2 Jahren |
LineBoxFragment.cpp
|
754e458d0a
LibWeb/Layout: Rename Box::{paint => paintable}_box()
|
vor 2 Jahren |
LineBoxFragment.h
|
a74c56bc1b
LibWeb: Remove unused code
|
vor 2 Jahren |
LineBuilder.cpp
|
4ac7c41483
LibWeb: Add -libweb-left and -libweb-right text-align values
|
vor 2 Jahren |
LineBuilder.h
|
79d2c9f3e8
LibWeb: Don't justify text lines that end in a forced break
|
vor 2 Jahren |
ListItemBox.cpp
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
vor 2 Jahren |
ListItemBox.h
|
1cf5737e9e
LibWeb: Add fast_is<T>() for various types stood out in a profile
|
vor 2 Jahren |
ListItemMarkerBox.cpp
|
293ece2292
LibWeb: Support list-style-position
|
vor 2 Jahren |
ListItemMarkerBox.h
|
293ece2292
LibWeb: Support list-style-position
|
vor 2 Jahren |
Node.cpp
|
30277f385c
LibWeb: Add an initial implementation of SVG `text-anchor`
|
vor 1 Jahr |
Node.h
|
21ace4f90b
LibWeb: Add Node::scaled_font(float scale_factor)
|
vor 1 Jahr |
Progress.cpp
|
84e7216603
LibWeb: Move "natural size" concept into Layout::Box
|
vor 2 Jahren |
Progress.h
|
f914abaf29
LibWeb: Make a handful of layout node leaf classes `final`
|
vor 2 Jahren |
RadioButton.cpp
|
84e7216603
LibWeb: Move "natural size" concept into Layout::Box
|
vor 2 Jahren |
RadioButton.h
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
vor 2 Jahren |
ReplacedBox.cpp
|
a0e6882d99
LibWeb: Remove Layout::Node::set_inline()
|
vor 2 Jahren |
ReplacedBox.h
|
84e7216603
LibWeb: Move "natural size" concept into Layout::Box
|
vor 2 Jahren |
SVGBox.cpp
|
28b771560a
LibWeb: Make SVG <svg> elements behave as CSS replaced elements
|
vor 3 Jahren |
SVGBox.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
vor 2 Jahren |
SVGFormattingContext.cpp
|
bec07d4af7
LibWeb: Use fixed-point saturated arithmetics for CSSPixels
|
vor 1 Jahr |
SVGFormattingContext.h
|
00999a245c
LibWeb: Let FormattingContext decide the automatic width of its root
|
vor 2 Jahren |
SVGGeometryBox.cpp
|
147c3b3d97
LibWeb+WebContent: Forbid access to underlying type of CSSPixels
|
vor 2 Jahren |
SVGGeometryBox.h
|
ba6272a0a0
LibWeb: Don't try to paint SVG elements transformed to zero size
|
vor 2 Jahren |
SVGGraphicsBox.cpp
|
ec5d5918c4
LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintable
|
vor 2 Jahren |
SVGGraphicsBox.h
|
ec5d5918c4
LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintable
|
vor 2 Jahren |
SVGSVGBox.cpp
|
147c3b3d97
LibWeb+WebContent: Forbid access to underlying type of CSSPixels
|
vor 2 Jahren |
SVGSVGBox.h
|
f0560fd087
LibWeb: Support <svg> elements with `display: block`
|
vor 2 Jahren |
SVGTextBox.cpp
|
0e12503586
LibWeb: Split SVGTextContentElement into spec defined subclasses
|
vor 1 Jahr |
SVGTextBox.h
|
0e12503586
LibWeb: Split SVGTextContentElement into spec defined subclasses
|
vor 1 Jahr |
TableFormattingContext.cpp
|
26c20e3da1
LibWeb: Split BorderConflictFinder::conflicting_edges method
|
vor 1 Jahr |
TableFormattingContext.h
|
26c20e3da1
LibWeb: Split BorderConflictFinder::conflicting_edges method
|
vor 1 Jahr |
TableWrapper.cpp
|
709fe01f52
LibWeb: Override width calculation for table wrappers
|
vor 2 Jahren |
TableWrapper.h
|
709fe01f52
LibWeb: Override width calculation for table wrappers
|
vor 2 Jahren |
TextNode.cpp
|
b918ce4022
LibWeb: Make Layout::TextNode::text_for_rendering() lazily computed
|
vor 2 Jahren |
TextNode.h
|
b918ce4022
LibWeb: Make Layout::TextNode::text_for_rendering() lazily computed
|
vor 2 Jahren |
TreeBuilder.cpp
|
55f1a70577
LibWeb: Fix style updates for table box nodes
|
vor 2 Jahren |
TreeBuilder.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
vor 2 Jahren |
VideoBox.cpp
|
84e7216603
LibWeb: Move "natural size" concept into Layout::Box
|
vor 2 Jahren |
VideoBox.h
|
f156d3d5e5
LibWeb: Create a basic layout node for HTMLVideoElement
|
vor 2 Jahren |
Viewport.cpp
|
d6c3cbd958
LibWeb: Make StackingContext sorting a lot faster
|
vor 2 Jahren |
Viewport.h
|
7e76a51cb0
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
|
vor 2 Jahren |