..
AudioBox.cpp
LibWeb: Begin implementing the HTMLAudioElement for audio playback
2023-06-13 06:14:01 +02:00
AudioBox.h
LibWeb: Begin implementing the HTMLAudioElement for audio playback
2023-06-13 06:14:01 +02:00
AvailableSpace.cpp
LibWeb+WebContent: Forbid access to underlying type of CSSPixels
2023-06-13 06:08:27 +02:00
AvailableSpace.h
BlockContainer.cpp
LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}()
2023-04-20 20:43:30 +02:00
BlockContainer.h
LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}()
2023-04-20 20:43:30 +02:00
BlockFormattingContext.cpp
LibWeb: Better handling of floating boxes from inline formatting context
2023-08-01 07:38:19 +02:00
BlockFormattingContext.h
LibWeb: Better handling of floating boxes from inline formatting context
2023-08-01 07:38:19 +02:00
Box.cpp
LibWeb: Obey CSS aspect-ratio property during layout
2023-06-09 20:37:51 +02:00
Box.h
LibWeb: Obey CSS aspect-ratio property during layout
2023-06-09 20:37:51 +02:00
BoxModelMetrics.cpp
BoxModelMetrics.h
BreakNode.cpp
BreakNode.h
ButtonBox.cpp
LibWeb: Move "natural size" concept into Layout::Box
2023-06-09 20:37:51 +02:00
ButtonBox.h
CanvasBox.cpp
LibWeb: Move "natural size" concept into Layout::Box
2023-06-09 20:37:51 +02:00
CanvasBox.h
CheckBox.cpp
LibWeb: Move "natural size" concept into Layout::Box
2023-06-09 20:37:51 +02:00
CheckBox.h
FlexFormattingContext.cpp
LibWeb: Handle auto margins with flex and justify-content
2023-07-26 08:35:23 +02:00
FlexFormattingContext.h
LibWeb: Avoid leaking infinite remaining_free_space in FFC calculation
2023-07-26 05:17:56 +02:00
FormAssociatedLabelableNode.h
FormattingContext.cpp
LibWeb: Only derive baseline from children with a non-empty line box
2023-07-28 17:02:33 +02:00
FormattingContext.h
LibWeb: Handle overlapping floating box and left margin
2023-07-28 12:44:09 +02:00
FrameBox.cpp
LibWeb: Move "natural size" concept into Layout::Box
2023-06-09 20:37:51 +02:00
FrameBox.h
LibWeb: Fix iframes flickering on window resize
2023-05-15 14:08:08 +02:00
GridFormattingContext.cpp
LibWeb: Add support for align-items
and align-self
in CSS grid
2023-07-27 19:54:17 +02:00
GridFormattingContext.h
LibWeb: Add support for align-items
and align-self
in CSS grid
2023-07-27 19:54:17 +02:00
ImageBox.cpp
LibWeb: Move "natural size" concept into Layout::Box
2023-06-09 20:37:51 +02:00
ImageBox.h
LibWeb: Don't force HTMLImageElement to have a legacy ImageLoader
2023-05-13 09:08:42 +02:00
ImageProvider.h
LibWeb: Have ImageProvider bitmap getter take optional size argument
2023-05-21 07:44:29 +02:00
InlineFormattingContext.cpp
LibWeb: Better handling of floating boxes from inline formatting context
2023-08-01 07:38:19 +02:00
InlineFormattingContext.h
LibWeb: Better handling of floating boxes from inline formatting context
2023-08-01 07:38:19 +02:00
InlineLevelIterator.cpp
LibWeb: Handle float clearing specified on line break elements
2023-07-26 08:37:16 +02:00
InlineLevelIterator.h
InlineNode.cpp
InlineNode.h
Label.cpp
LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}()
2023-04-20 20:43:30 +02:00
Label.h
LabelableNode.cpp
LabelableNode.h
LayoutState.cpp
LibWeb: Convert BorderData::width to CSSPixels
2023-07-30 22:18:26 +01:00
LayoutState.h
LibWeb: Complete table border conflict resolution
2023-07-25 15:21:04 +02:00
LineBox.cpp
LibWeb: Fix whitespace getting trimmed incorrectly
2023-07-17 21:47:34 +02:00
LineBox.h
LibWeb: Remove unused code
2023-07-17 18:54:54 +02:00
LineBoxFragment.cpp
LibWeb/Layout: Rename Box::{paint => paintable}_box()
2023-04-20 20:43:30 +02:00
LineBoxFragment.h
LibWeb: Remove unused code
2023-07-17 18:54:54 +02:00
LineBuilder.cpp
LibWeb: Add -libweb-left and -libweb-right text-align values
2023-06-16 06:55:21 +02:00
LineBuilder.h
LibWeb: Better handling of floating boxes from inline formatting context
2023-08-01 07:38:19 +02:00
ListItemBox.cpp
ListItemBox.h
ListItemMarkerBox.cpp
LibWeb: Support list-style-position
2023-06-03 05:54:49 +02:00
ListItemMarkerBox.h
LibWeb: Support list-style-position
2023-06-03 05:54:49 +02:00
Node.cpp
LibWeb: Add and use the "snap a length as a border width" algorithm
2023-07-30 22:18:26 +01:00
Node.h
LibWeb: Add Node::scaled_font(float scale_factor)
2023-07-21 11:42:30 +02:00
Progress.cpp
LibWeb: Move "natural size" concept into Layout::Box
2023-06-09 20:37:51 +02:00
Progress.h
RadioButton.cpp
LibWeb: Move "natural size" concept into Layout::Box
2023-06-09 20:37:51 +02:00
RadioButton.h
ReplacedBox.cpp
ReplacedBox.h
LibWeb: Move "natural size" concept into Layout::Box
2023-06-09 20:37:51 +02:00
SVGBox.cpp
SVGBox.h
SVGFormattingContext.cpp
LibWeb: Use fixed-point saturated arithmetics for CSSPixels
2023-07-25 11:52:02 +02:00
SVGFormattingContext.h
SVGGeometryBox.cpp
LibWeb+WebContent: Forbid access to underlying type of CSSPixels
2023-06-13 06:08:27 +02:00
SVGGeometryBox.h
SVGGraphicsBox.cpp
LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintable
2023-04-19 07:52:26 +02:00
SVGGraphicsBox.h
LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintable
2023-04-19 07:52:26 +02:00
SVGSVGBox.cpp
LibWeb+WebContent: Forbid access to underlying type of CSSPixels
2023-06-13 06:08:27 +02:00
SVGSVGBox.h
LibWeb: Support <svg> elements with display: block
2023-05-20 08:49:42 +02:00
SVGTextBox.cpp
LibWeb: Split SVGTextContentElement into spec defined subclasses
2023-07-23 06:32:39 +02:00
SVGTextBox.h
LibWeb: Split SVGTextContentElement into spec defined subclasses
2023-07-23 06:32:39 +02:00
TableFormattingContext.cpp
LibWeb: Fix border for cells spanning entire table width or height
2023-07-31 10:40:31 +02:00
TableFormattingContext.h
LibWeb: Split BorderConflictFinder::conflicting_edges method
2023-07-25 15:21:04 +02:00
TableWrapper.cpp
TableWrapper.h
TextNode.cpp
LibWeb: Make Layout::TextNode::text_for_rendering() lazily computed
2023-07-03 11:50:58 +02:00
TextNode.h
LibWeb: Make Layout::TextNode::text_for_rendering() lazily computed
2023-07-03 11:50:58 +02:00
TreeBuilder.cpp
LibWeb: Detach stale layout nodes from DOM during layout tree build
2023-08-01 09:19:41 +02:00
TreeBuilder.h
VideoBox.cpp
LibWeb: Move "natural size" concept into Layout::Box
2023-06-09 20:37:51 +02:00
VideoBox.h
Viewport.cpp
LibWeb: Make StackingContext sorting a lot faster
2023-06-02 15:00:38 +02:00
Viewport.h