index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
Layout
Age
Commit message (
Expand
)
Author
2023-05-04
LibWeb: Narrow width of boxes that create BFC to avoid overlap of float
Aliaksandr Kalenik
2023-05-04
LibWeb: Calculate y of a box before resolving width in BFC
Aliaksandr Kalenik
2023-05-03
LibWeb: Implement the "The html element fills the viewport quirk"
Andreas Kling
2023-05-03
LibWeb: Take floats into account when measuring automatic width of IFC
Andreas Kling
2023-05-03
LibWeb: Exclude table-wrapper margins from table available width
Aliaksandr Kalenik
2023-05-03
LibWeb: Use appropriate containing block width to get width of table
Aliaksandr Kalenik
2023-05-03
LibWeb: Show formatting context roots in layout tree dumps
Andreas Kling
2023-05-02
LibWeb: Support multi-keyword syntax for CSS display property
Emil Militzer
2023-05-02
LibWeb: Fix intrinsic sizing when min or max width is specified
Aliaksandr Kalenik
2023-05-02
LibWeb: Set zero underflow when calculating intrinsic width of block
Aliaksandr Kalenik
2023-05-02
LibWeb: Account for box-sizing:border-box in layout-less definite sizes
Andreas Kling
2023-05-02
LibWeb: Remove vestigial resolve_definite_width/height helper functions
Andreas Kling
2023-04-30
LibWeb: Resolve horizontal auto margins for images with `display: block`
Andreas Kling
2023-04-29
LibWeb: Exclude borders from width available for table columns
Aliaksandr Kalenik
2023-04-29
LibWeb: Implement "distribute height to rows" step in TFC
Aliaksandr Kalenik
2023-04-29
LibWeb: Fix division by zero in table columns width distribution
Aliaksandr Kalenik
2023-04-28
LibWeb: Compute inset for relative positioned inline-block
Emil Militzer
2023-04-28
LibWeb: Resolve and paint SVG gradient fills
MacDue
2023-04-28
LibWeb: Add stop-color as a CSS property
MacDue
2023-04-28
LibWeb: Consider cell computed height in total row min height of table
Aliaksandr Kalenik
2023-04-28
LibWeb: Consider row computed height in total row min height of table
Aliaksandr Kalenik
2023-04-27
LibWeb: Verify that a node has styled properties in its styled accessors
Timothy Flynn
2023-04-27
LibWeb: Fix bug where `box-sizing: border-box` made flex items too small
Andreas Kling
2023-04-27
LibWeb: Prevent margin double-counting with "collapse through" boxes
Aliaksandr Kalenik
2023-04-25
LibWeb+WebContent: Make document background and Viewport transparent
Sigmund Lahn
2023-04-24
LibWeb: Fix grid size when intrinsically sized
martinfalisse
2023-04-20
LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}()
Linus Groh
2023-04-20
LibWeb/DOM: Rename Node::{paint => paintable}_box()
Linus Groh
2023-04-20
LibWeb/Layout: Rename Box::{paint => paintable}_box()
Linus Groh
2023-04-19
LibWeb: Simplify StyleValue API now that `auto` isn't a length
Sam Atkins
2023-04-19
LibWeb: Layout <svg> nested inside <svg>
Andreas Kling
2023-04-19
LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintable
Andreas Kling
2023-04-18
LibWeb: Treat unresolvable percentage flex-basis values as 'content'
Andreas Kling
2023-04-17
LibWeb: Honor box-sizing in flex item "specified size suggestion"
Andreas Kling
2023-04-17
LibWeb: Implement SVG `preserveAspectRatio` attribute
MacDue
2023-04-16
LibWeb: Fix multi-line flex column layouts with auto height on container
Andreas Kling
2023-04-16
LibWeb: Honor gap between flex lines when using align-content: stretch
Andreas Kling
2023-04-15
LibWeb: Scale SVG stroke-width based on viewbox
MacDue
2023-04-14
LibWeb: Honor column-gap and row-gap CSS properties in flex layout
Andreas Kling
2023-04-13
LibWeb: Whine instead of dying on unexpected box during line layout
Andreas Kling
2023-04-12
LibWeb: Don't try to paint SVG elements transformed to zero size
MacDue
2023-04-12
LibWeb: Apply SVG transform to path when painting (SVG) elements
MacDue
2023-04-12
LibWeb: Remove SVG sizing hack and fix viewbox scaling
MacDue
2023-04-07
LibWeb: Create a basic layout node for HTMLVideoElement
Timothy Flynn
2023-04-07
LibWeb: Use max-width property in table formatting
martinfalisse
2023-04-07
LibWeb: Don't put abspos grid/flex items in anonymous wrapper
Andreas Kling
2023-04-06
LibWeb: Ignore preferred width when calculating intrinsic width of block
Andreas Kling
2023-04-05
LibWeb: Use intrinsic aspect ratio when calculating max content height
matcool
2023-04-03
LibWeb: Parse and plumb background-position-x/y
MacDue
2023-04-02
LibWeb: Add borders functionality to CSS Grid
martinfalisse
[next]