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
2021-10-28
LibWeb: Don't force line box fragments height to be at least line-height
Andreas Kling
2021-10-28
LibWeb: Clip descendants of boxes with overflow:hidden
Andreas Kling
2021-10-28
LibWeb: Treat width:auto on tables as fit-content
Andreas Kling
2021-10-28
LibWeb: Remove duplicated auto height computation
Ben Wiederhake
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-10-27
LibWeb: Don't create anonymous table boxes around whitespace
Andreas Kling
2021-10-27
LibWeb: Remove Layout::Box::width_of_logical_containing_block()
Andreas Kling
2021-10-27
LibWeb: Add fast_is<T>() for Layout::Label
Andreas Kling
2021-10-26
LibWeb: Fix inline blocks swallowing trailing whitespace
Felix Rauch
2021-10-23
LibWeb: Fix off-by-one in initial containing block overflow calculation
Andreas Kling
2021-10-23
LibWeb: Move image resource request out of ImageStyleValue constructor
Sam Atkins
2021-10-21
LibWeb: Use is_single_line() and add spec comments to FFC step 8
Andreas Kling
2021-10-21
LibWeb: Convert const pointer to nonnull into a reference
Ben Wiederhake
2021-10-20
LibWeb: Add missing headers
Ben Wiederhake
2021-10-19
LibWeb: Make computed opacity always available
Andreas Kling
2021-10-19
LibWeb: Make computed flex-grow and flex-shrink always available
Andreas Kling
2021-10-19
LibWeb: Remove already-fixed FIXME in creates_block_formatting_context()
Andreas Kling
2021-10-19
LibWeb: Add fast_is<T>() for SVGBox and SVGPathBox
Andreas Kling
2021-10-18
LibWeb: Fill page background with the "base" palette color
Andreas Kling
2021-10-17
LibWeb: Factor out creation of independent formatting contexts
Andreas Kling
2021-10-17
LibWeb: Expose FormattingContext type
Andreas Kling
2021-10-15
LibWeb: Use W3C urls for CSS-DISPLAY spec links
Sam Atkins
2021-10-15
LibWeb: Compute horizontal overflow for the initial containing block
Andreas Kling
2021-10-14
LibWeb: Implement position:fixed painting at the stacking context level
Andreas Kling
2021-10-14
LibWeb: Cleanup + spec comments in replaced element height computation
Andreas Kling
2021-10-14
LibWeb: Cleanup + spec comments in replaced element width computation
Andreas Kling
2021-10-14
LibWeb: Introduce simple scrollable overflow, size ICB to viewport
Andreas Kling
2021-10-14
LibWeb: Make ReplacedBox intrinsic size setters take Optional<float>
Andreas Kling
2021-10-14
LibWeb: Use Box::has_intrinsic_aspect_ratio() check in FFC step 3
Andreas Kling
2021-10-14
LibWeb: Rename "intrinsic ratio" => "intrinsic aspect ratio"
Andreas Kling
2021-10-14
LibWeb: Make intrinsic width/height/ratio a Box concept and simplify it
Andreas Kling
2021-10-13
LibWeb: Add spec comments to FFC layout algorithm step 2
Andreas Kling
2021-10-13
LibWeb: Add spec comments to FFC layout algorithm step 5
Andreas Kling
2021-10-13
LibWeb: Tidy up and add spec comments to FFC layout algorithm step 3
Andreas Kling
2021-10-13
LibWeb: Add FFC::flex_container() and use throughout
Andreas Kling
2021-10-13
LibWeb: Make FFC line and item vectors members instead of locals
Andreas Kling
2021-10-13
LibWeb: Make various function parameters const in FlexFormattingContext
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 16 to a separate function
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 15 to a separate function
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 14 to a separate function
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 12 to a separate function
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 11 to a separate function
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 8 to a separate function
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 7 to a separate function
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 6 to a separate function
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 5 to a separate function
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 4 to a separate function
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 3 to a separate function
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 2 into a separate function
Andreas Kling
2021-10-13
LibWeb: Turn FlexFormattingContext helper lambdas into member functions
Andreas Kling
[next]