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