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-13
LibWeb: Flesh out basic support of min-width/height for grid items
Aliaksandr Kalenik
2023-05-13
LibWeb: Return grid container width from automatic_content_width in GFC
Aliaksandr Kalenik
2023-05-13
LibWeb: Implement grid container intrinsic sizes calculation
Aliaksandr Kalenik
2023-05-13
LibWeb: Fix condition to determine auto tracks while sizing in GFC
Aliaksandr Kalenik
2023-05-13
LibWeb: Don't force HTMLImageElement to have a legacy ImageLoader
Andreas Kling
2023-05-13
LibWeb: Implement enough of "update the image data" to load images
Andreas Kling
2023-05-13
LibWeb: Fix typo in containing_block_size_for_item in GFC
Aliaksandr Kalenik
2023-05-13
LibWeb: Align calculate_min/max_content_contribution with the spec
Aliaksandr Kalenik
2023-05-12
LibWeb: Use .to_px_or_zero() in tentative_height_for_replaced_element()
MacDue
2023-05-11
LibWeb: Resolve grid items preferred width in GFC
Aliaksandr Kalenik
2023-05-11
LibWeb: Use LengthPercentage in CSS::GridSize
Aliaksandr Kalenik
2023-05-10
LibWeb: Fix percentage min/max sizes on flex items with intrinsic ratio
Andreas Kling
2023-05-10
LibWeb: Adjust flex item main size through aspect ratio if needed
Andreas Kling
2023-05-10
LibWeb: Implement more of "Resolve Intrinsic Track Sizes" in GFC
Aliaksandr Kalenik
2023-05-10
LibWeb: Split run_track_sizing into smaller method in GFC
Aliaksandr Kalenik
2023-05-09
LibWeb: Use size_t instead of int when appropriate in GFC
Aliaksandr Kalenik
2023-05-09
LibWeb: Refactor tracks initialization in GFC to reduce code duplication
Aliaksandr Kalenik
2023-05-09
LibWeb: Move gap tracks initialization into separate method in GFC
Aliaksandr Kalenik
2023-05-09
LibWeb: Move grid items placement algorithm into separate method in GFC
Aliaksandr Kalenik
2023-05-09
LibWeb: Improve handling of min/max constraint violations on images
Andreas Kling
2023-05-09
LibWeb: Remove dead code in compute_width_for_replaced_element()
Andreas Kling
2023-05-09
LibWeb: Initial offset in reverse flex layout moved to opposite side
Emil Militzer
2023-05-09
LibWeb: Move image viewport awareness from ImageBox to ImagePaintable
Andreas Kling
2023-05-09
LibWeb: Align `GridFormattingContext::run_track_sizing()` with the spec
Aliaksandr Kalenik
2023-05-08
LibWeb: Stop changing width of block-level flex containers during layout
Andreas Kling
2023-05-08
LibWeb: Fix auto height calculation for table inside BFC
Aliaksandr Kalenik
2023-05-08
LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.h
Andreas Kling
2023-05-07
LibWeb: Rename function to find table box width inside table wrapper
Aliaksandr Kalenik
2023-05-07
LibWeb: Set width in `compute_width_for_table_wrapper()`
Aliaksandr Kalenik
2023-05-07
LibWeb: Enforce min/max height constraints on abspos replaced boxes
Andreas Kling
2023-05-06
LibWeb: Stop using weird Length::resolved() in {Block,}FormattingContext
Andreas Kling
2023-05-06
LibWeb: Don't use weird resolved() when calculating abspos box height
Andreas Kling
2023-05-06
LibWeb: Remove unused variable in FormattingContext
Andreas Kling
2023-05-06
LibWeb: Stop using weird resolved() in calculate_inner_{width,height}()
Andreas Kling
2023-05-06
LibWeb: Don't use weird resolved() for insets in FormattingContext
Andreas Kling
2023-05-06
LibWeb: Don't use weird Length::resolved() for padding in BFC
Andreas Kling
2023-05-06
LibWeb: Get rid of weird Length::resolved() usage in LayoutState
Andreas Kling
2023-05-06
LibWeb: Use the new to_px() helpers in CSS, SVG and layout code
Andreas Kling
2023-05-06
LibWeb: Remove debug spam when creating a dummy formatting context
Andreas Kling
2023-05-06
LibWeb: Re-lookup the intrinsic sizing cache slot after doing the layout
Andreas Kling
2023-05-06
LibWeb: Propagate errors from parse_css_value and property_initial_value
Sam Atkins
2023-05-06
LibWeb: Propagate errors from StyleValue construction
Sam Atkins
2023-05-06
LibWeb: Remove resolve_size method in GFC
Aliaksandr Kalenik
2023-05-06
LibWeb: Use grid_container() to access root grid box in GFC
Aliaksandr Kalenik
2023-05-06
LibWeb: Consolidate track sizing code for rows and columns in GFC
Aliaksandr Kalenik
2023-05-05
LibWeb: Zero out margins if width is not 'auto' in BFC's compute_width
0GreenClover0
2023-05-05
LibWeb: Remove early resolve to auto while calculating border-box width
Aliaksandr Kalenik
2023-05-05
LibWeb: Remove setting length to 0px if it is not definite
Aliaksandr Kalenik
2023-05-04
LibWeb: Remove general SVGFormattingContext FIXME
MacDue
2023-05-04
LibWeb: Narrow width of boxes that create BFC to avoid overlap of float
Aliaksandr Kalenik
[next]