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
2022-12-11
LibWeb: Use space_used_by_floats to get x offset of box that creates BFC
Aliaksandr Kalenik
2022-12-11
LibWeb: Check if block creates BFC even if all it's children are inline
Aliaksandr Kalenik
2022-12-10
LibWeb: Use HashMap::try_ensure_capacity in StyleComputer
Thomas Queiroz
2022-12-10
LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events
Sam Atkins
2022-12-10
LibWeb: Support special border width identifiers
Karol Kosek
2022-12-09
LibWeb: Fix child wrapping in table fix up
Aliaksandr Kalenik
2022-12-09
LibWeb: Consider specified cell widths in a table
Aliaksandr Kalenik
2022-12-09
LibWeb: Fix typo in TableFormattingContext.h
Aliaksandr Kalenik
2022-12-09
LibWeb: Layout table rows that do not belong to table row group
Aliaksandr Kalenik
2022-12-07
LibWeb: Consider strut while calculating baseline for a line
Aliaksandr Kalenik
2022-12-07
Meta+Userland: Pass Gfx::FloatSize by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::FloatPoint by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-06
LibWeb: Do not try to place out-of-flow blocks in anonymous nodes
Aliaksandr Kalenik
2022-12-05
LibWeb: Inherit TableFormattingContext from FC instead of BFC
Aliaksandr Kalenik
2022-12-05
LibWeb: Add vertical-align support for table cells
Aliaksandr Kalenik
2022-12-05
LibWeb: Move box_baseline from LineBuilder.cpp to LayoutState.cpp
Aliaksandr Kalenik
2022-12-05
LibWeb: Implement intrinsic width calculation for TFC
Aliaksandr Kalenik
2022-12-05
LibWeb: Take rowspan into account while table formatting
Aliaksandr Kalenik
2022-12-05
LibWeb: Start implementation of CSS Table 3 spec
Aliaksandr Kalenik
2022-12-01
LibWeb: Support displaying HTMLInputElement placeholder values
Timothy Flynn
2022-11-29
LibWeb: Use span value if given in the grid-*-end property
martinfalisse
2022-11-28
LibWeb: Treat unresolvable percentage width on inline-block as auto
Andreas Kling
2022-11-27
LibWeb: Support box-sizing in flex formatting context
Aliaksandr Kalenik
2022-11-26
LibWeb: Don't collapse TextNode if it's editable
Baitinq
2022-11-25
LibWeb: Fix typo in calculate_inner_height
Aliaksandr Kalenik
2022-11-25
LibWeb: Flex, grid and table containers should not create BFC
Aliaksandr Kalenik
2022-11-23
LibWeb: Use calculate_inner_width to compute min and max widths
Aliaksandr Kalenik
2022-11-23
LibWeb: Return max margin box width from greatest_child_width
Aliaksandr Kalenik
2022-11-23
LibWeb: Try to place out-of-flow blocks only in anonymous blocks
Aliaksandr Kalenik
2022-11-22
LibWeb: Do not try to join floats into anonymous block
Aliaksandr Kalenik
2022-11-22
LibWeb: Support box-sizing in BFC
Aliaksandr Kalenik
2022-11-20
LibWeb: Return content box position from calculate_static_position
Aliaksandr Kalenik
2022-11-16
LibWeb: Add naive layout for SVG foreign objects
Andreas Kling
2022-11-16
LibWeb: Solve width for absolute positioned elemenent according to spec
Aliaksandr Kalenik
2022-11-16
LibWeb: Make auto-fit compatible with grid-gap
martinfalisse
2022-11-16
LibWeb: Use fixed-size tracks for grid gap
martinfalisse
2022-11-15
LibWeb: Join out-of-flow block nodes in last parent child if possible
Aliaksandr Kalenik
2022-11-09
LibWeb: Finish half-written comment in abspos height calculation
Andreas Kling
2022-11-09
LibWeb: Try to compute height for abspos elements before inside layout
Andreas Kling
2022-11-09
LibWeb: Actually assign solved value for `left` in abspos width case 1
Andreas Kling
2022-11-07
LibWeb: Implement gap in CSS Grid
martinfalisse
2022-11-07
LibWeb: Add some helpers for TemporaryTrack
martinfalisse
2022-11-07
LibWeb: Parse CSS gap property
martinfalisse
2022-11-06
LibWeb: Calculate grid content height using column width
martinfalisse
2022-11-06
LibWeb: Use AvailableSpace when referring to the grid width
martinfalisse
2022-11-06
LibWeb: Calculate grid columns first, and grid rows second
martinfalisse
2022-11-06
LibWeb: Calculate available space for children of the grid
martinfalisse
[next]