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-26
LibWeb: Fix width calculation for floating replaced elements
Andi Gallo
2023-05-26
LibWeb: Reset margin collapsing state only if box indeed add clearance
Aliaksandr Kalenik
2023-05-26
LibWeb: Get reference height from closest non-anonymous ancestor
Andi Gallo
2023-05-25
LibWeb: Make input element placeholders look better
Andreas Kling
2023-05-24
LibWeb: Sum horizontal margins to calculate space used by floats
Aliaksandr Kalenik
2023-05-24
LibWeb: Remove `Gfx::Rect<float>` workarounds from BFC
Jelle Raaijmakers
2023-05-24
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
Andreas Kling
2023-05-23
LibWeb: Simplify margin & border box construction in `LayoutState`
Jelle Raaijmakers
2023-05-23
LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive
Jelle Raaijmakers
2023-05-23
LibWeb: Make LayoutState use HashMap instead of potentially huge Vector
Andreas Kling
2023-05-22
LibWeb: Make sure collapsed margins are not ignored if box creates FC
Aliaksandr Kalenik
2023-05-22
LibWeb: Propagate children_are_inline in wrap_in_anonymous
Andi Gallo
2023-05-22
LibWeb: Set grid-auto-columns/rows in NodeWithStyle::apply_style()
Aliaksandr Kalenik
2023-05-22
LibWeb: Support grid-auto-columns and grid-auto-rows properties in GFC
Aliaksandr Kalenik
2023-05-21
LibWeb: Represent OccupationGrid using HashTable in GFC
Aliaksandr Kalenik
2023-05-21
LibWeb: Implement table rowspan
Andi Gallo
2023-05-21
LibWeb: Don't crash on percentage values for CSS stroke-width
Andreas Kling
2023-05-21
LibWeb: Use code to size spanning tracks for non-spanning tracks in GFC
Aliaksandr Kalenik
2023-05-21
LibWeb: Implement more of spanning tracks sizing in GFC
Aliaksandr Kalenik
2023-05-21
LibWeb: Make standalone SVG document roots the size of the viewport
Andreas Kling
2023-05-21
LibWeb: Have ImageProvider bitmap getter take optional size argument
Andreas Kling
2023-05-21
LibWeb: Make ImageBox ask ImageProvider for intrinsic size and ratio
Andreas Kling
2023-05-20
LibWeb: Implement SVG opacity properties
MacDue
2023-05-20
LibWeb: Support <svg> elements with `display: block`
Andreas Kling
2023-05-19
LibWeb: Make sure that margins don't collapse across a nested BFC
Andreas Kling
2023-05-19
LibWeb: Resolve grid item fixed size paddings in GFC
Aliaksandr Kalenik
2023-05-19
LibWeb: Move resolving grid item heights into separate method in GFC
Aliaksandr Kalenik
2023-05-18
LibWeb: Fix "Unsupported main size for flex-basis" spam about calc()
Andreas Kling
2023-05-18
LibWeb: Use grid item used width as available width during track sizing
Aliaksandr Kalenik
2023-05-17
LibWeb: Add for_each_spanned_track to iterate spanned tracks in GFC
Aliaksandr Kalenik
2023-05-17
LibWeb: Consider span > 1 while getting available space for items in GFC
Aliaksandr Kalenik
2023-05-17
LibWeb: Remove borders from TemporaryTrack in GFC
Aliaksandr Kalenik
2023-05-17
LibWeb: Use auto minimimum size while resolving flexible tracks in GFC
Aliaksandr Kalenik
2023-05-17
LibWeb: Skip non-spanning items sizing if there are no such items
Aliaksandr Kalenik
2023-05-17
LibWeb: Rename flexible_length to flex_factor in GridSize
Aliaksandr Kalenik
2023-05-17
LibWeb: Implement more of "Expand Flexible Tracks" in GFC
Aliaksandr Kalenik
2023-05-17
LibWeb: Support flex-basis: calc(...)
Andreas Kling
2023-05-16
LibWeb: Make text justification work between floats
Andreas Kling
2023-05-16
LibWeb: Rewrite calculation of available space between floats
Andreas Kling
2023-05-16
LibWeb: Fix for absolutely positioned elements with specified height
Andi Gallo
2023-05-16
LibWeb: Skip frozen tracks while distributing space in GFC
Aliaksandr Kalenik
2023-05-16
LibWeb: Reset item_incurred_increase before distributing space in GFC
Aliaksandr Kalenik
2023-05-15
LibWeb: Basic support for CSS `text-indent: <length-percentage>`
Andreas Kling
2023-05-15
LibWeb: Do not layout grid items during grid container intrinsic sizing
Aliaksandr Kalenik
2023-05-15
LibWeb: Fix specified_size_suggestion to use size of dimension
Aliaksandr Kalenik
2023-05-15
LibWeb: Fix UBSAN issue caused by invalid TemporaryTrack pointer in GFC
Aliaksandr Kalenik
2023-05-15
LibWeb: Fix iframes flickering on window resize
Andreas Kling
2023-05-14
LibWeb: Start implementing sizing for tracks with span > 1 items in GFC
Aliaksandr Kalenik
2023-05-14
LibWeb: Separate grid tracks from gaps in GFC
Aliaksandr Kalenik
2023-05-14
LibWeb: Remove unused line in calculate_min_content_size() in GFC
Aliaksandr Kalenik
[next]