.. |
BlockContainer.cpp
|
086969277e
Everywhere: Run clang-format
|
3 年 前 |
BlockContainer.h
|
086969277e
Everywhere: Run clang-format
|
3 年 前 |
BlockFormattingContext.cpp
|
a0bea0b86f
LibWeb: Calculate floating elements width using min- and max-width
|
3 年 前 |
BlockFormattingContext.h
|
de6f7f0029
LibWeb: Support CSS floats in inline flow
|
3 年 前 |
Box.cpp
|
b3d85afd92
LibWeb: Make Layout::Box::set_needs_display() work for all boxes
|
3 年 前 |
Box.h
|
74927fd218
LibWeb: Move Layout::Box::is_out_of_flow() to Layout::Node
|
3 年 前 |
BoxModelMetrics.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年 前 |
BoxModelMetrics.h
|
fe908e7db2
LibWeb: Rename "offset" in box model metrics to "inset"
|
3 年 前 |
BreakNode.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 年 前 |
BreakNode.h
|
02b316fd5c
LibWeb: Let Paintable perform the painting
|
3 年 前 |
ButtonBox.cpp
|
206d6ece55
LibGfx: Move other font-related files to LibGfx/Font/
|
3 年 前 |
ButtonBox.h
|
29583104d2
LibWeb: Refactor all LabelableNode subclasses + input event handling :^)
|
3 年 前 |
CanvasBox.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 年 前 |
CanvasBox.h
|
ed84fbce47
LibWeb: Make Paintable ref-counted
|
3 年 前 |
CheckBox.cpp
|
206d6ece55
LibGfx: Move other font-related files to LibGfx/Font/
|
3 年 前 |
CheckBox.h
|
29583104d2
LibWeb: Refactor all LabelableNode subclasses + input event handling :^)
|
3 年 前 |
FlexFormattingContext.cpp
|
967b257518
LibWeb: Make FFC prepare replaced child boxes for layout
|
3 年 前 |
FlexFormattingContext.h
|
c8240e31a1
LibWeb: Implement basic intrinsic sizing algorithms for flex containers
|
3 年 前 |
FormAssociatedLabelableNode.h
|
5608bc4eaf
LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement
|
3 年 前 |
FormattingContext.cpp
|
edfa4508a5
LibWeb: Create a no-op formatting context for childless replaced boxes
|
3 年 前 |
FormattingContext.h
|
be26818448
LibWeb: Rename compute_intrinsic_height() => calculate_auto_height()
|
3 年 前 |
FormattingState.cpp
|
fe908e7db2
LibWeb: Rename "offset" in box model metrics to "inset"
|
3 年 前 |
FormattingState.h
|
fe908e7db2
LibWeb: Rename "offset" in box model metrics to "inset"
|
3 年 前 |
FrameBox.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 年 前 |
FrameBox.h
|
ed84fbce47
LibWeb: Make Paintable ref-counted
|
3 年 前 |
ImageBox.cpp
|
a797a92990
LibWeb: Stop including StyleValue.h in a few places
|
3 年 前 |
ImageBox.h
|
086969277e
Everywhere: Run clang-format
|
3 年 前 |
InitialContainingBlock.cpp
|
85dd891811
LibWeb: Ignore non-painting layout nodes when building stacking contexts
|
3 年 前 |
InitialContainingBlock.h
|
086969277e
Everywhere: Run clang-format
|
3 年 前 |
InlineFormattingContext.cpp
|
7381474835
LibWeb: Don't break text lines if white-space: nowrap
|
3 年 前 |
InlineFormattingContext.h
|
39b7fbfeb9
LibWeb: Rewrite CSS float implementation to use offset-from-edge
|
3 年 前 |
InlineLevelIterator.cpp
|
45db35ad04
LibWeb: Fix double-sized box model metrics on inline replaced elements
|
3 年 前 |
InlineLevelIterator.h
|
4575ab558b
LibWeb: Make whitespace collapsing stateless
|
3 年 前 |
InlineNode.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 年 前 |
InlineNode.h
|
ed84fbce47
LibWeb: Make Paintable ref-counted
|
3 年 前 |
Label.cpp
|
086969277e
Everywhere: Run clang-format
|
3 年 前 |
Label.h
|
086969277e
Everywhere: Run clang-format
|
3 年 前 |
LabelableNode.cpp
|
cb0c5390ff
LibWeb: Move mouse event and label logic from layout to painting tree
|
3 年 前 |
LabelableNode.h
|
cb0c5390ff
LibWeb: Move mouse event and label logic from layout to painting tree
|
3 年 前 |
LayoutPosition.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年 前 |
LayoutPosition.h
|
086969277e
Everywhere: Run clang-format
|
3 年 前 |
LineBox.cpp
|
45f717cfad
LibWeb: Respect inline-axis margins between line box fragments :^)
|
3 年 前 |
LineBox.h
|
195ef5e26f
LibWeb: Bring CSS line-height implementation closer to spec
|
3 年 前 |
LineBoxFragment.cpp
|
086969277e
Everywhere: Run clang-format
|
3 年 前 |
LineBoxFragment.h
|
086969277e
Everywhere: Run clang-format
|
3 年 前 |
LineBuilder.cpp
|
6a4247bee9
LibWeb: Use more precise font metrics when doing inline layout
|
3 年 前 |
LineBuilder.h
|
aefe1727fc
LibWeb: Make text newlines in "pre" mode emit a ForcedBreak item
|
3 年 前 |
ListItemBox.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 年 前 |
ListItemBox.h
|
7bb721bea2
LibWeb: Make `display: foo` box constructors take the Element by pointer
|
3 年 前 |
ListItemMarkerBox.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 年 前 |
ListItemMarkerBox.h
|
afc5fade05
LibWeb: Add some fast_is<T> helpers for hot classes on GitHub :^)
|
3 年 前 |
Node.cpp
|
28c78b45ca
LibWeb: Keep both horizontal and vertical border radii till painting
|
3 年 前 |
Node.h
|
086969277e
Everywhere: Run clang-format
|
3 年 前 |
Progress.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 年 前 |
Progress.h
|
ed84fbce47
LibWeb: Make Paintable ref-counted
|
3 年 前 |
RadioButton.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 年 前 |
RadioButton.h
|
29583104d2
LibWeb: Refactor all LabelableNode subclasses + input event handling :^)
|
3 年 前 |
ReplacedBox.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 年 前 |
ReplacedBox.h
|
afc5fade05
LibWeb: Add some fast_is<T> helpers for hot classes on GitHub :^)
|
3 年 前 |
SVGBox.cpp
|
28b771560a
LibWeb: Make SVG <svg> elements behave as CSS replaced elements
|
3 年 前 |
SVGBox.h
|
28b771560a
LibWeb: Make SVG <svg> elements behave as CSS replaced elements
|
3 年 前 |
SVGFormattingContext.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 年 前 |
SVGFormattingContext.h
|
c9700e100e
LibWeb: Start making our layout system "transactional"
|
3 年 前 |
SVGGeometryBox.cpp
|
e099960e4d
LibWeb: Remove a bunch of no-longer needed #includes
|
3 年 前 |
SVGGeometryBox.h
|
ed84fbce47
LibWeb: Make Paintable ref-counted
|
3 年 前 |
SVGGraphicsBox.cpp
|
02b316fd5c
LibWeb: Let Paintable perform the painting
|
3 年 前 |
SVGGraphicsBox.h
|
02b316fd5c
LibWeb: Let Paintable perform the painting
|
3 年 前 |
SVGSVGBox.cpp
|
28b771560a
LibWeb: Make SVG <svg> elements behave as CSS replaced elements
|
3 年 前 |
SVGSVGBox.h
|
28b771560a
LibWeb: Make SVG <svg> elements behave as CSS replaced elements
|
3 年 前 |
TableBox.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 年 前 |
TableBox.h
|
c4826eae4f
LibWeb: Rename Layout::BlockBox => BlockContainer
|
3 年 前 |
TableCellBox.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 年 前 |
TableCellBox.h
|
086969277e
Everywhere: Run clang-format
|
3 年 前 |
TableFormattingContext.cpp
|
509362c103
LibWeb: Include all row-groups in column width calculations
|
3 年 前 |
TableFormattingContext.h
|
7e4793df63
LibWeb: Size table cells using a combination of min- and max-widths
|
3 年 前 |
TableRowBox.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 年 前 |
TableRowBox.h
|
85a0772147
LibWeb: Start work towards modern CSS "display" values
|
3 年 前 |
TableRowGroupBox.cpp
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 年 前 |
TableRowGroupBox.h
|
7bb721bea2
LibWeb: Make `display: foo` box constructors take the Element by pointer
|
3 年 前 |
TextNode.cpp
|
03008d9c9c
LibWeb: Ensure that TextNode::ChunkIterator emits preserved newlines
|
3 年 前 |
TextNode.h
|
086969277e
Everywhere: Run clang-format
|
3 年 前 |
TreeBuilder.cpp
|
6712bbc0ee
LibWeb: Tidy up Layout::TreeBuilder ancestor stack a little bit
|
3 年 前 |
TreeBuilder.h
|
6712bbc0ee
LibWeb: Tidy up Layout::TreeBuilder ancestor stack a little bit
|
3 年 前 |