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-08
Libraries: Fix -Wunreachable-code warnings from clang
Nico Weber
2021-10-06
LibWeb: Move line boxes from Layout::Box to BlockContainer
Andreas Kling
2021-10-06
LibWeb: Mark Layout::ListItemMarkerBox as never having children
Andreas Kling
2021-10-06
LibWeb: Don't attempt to layout the inside of childless boxes
Andreas Kling
2021-10-06
LibWeb: Rename Layout::Node::is_block_box() => is_block_container()
Andreas Kling
2021-10-06
LibWeb: Remove unused local in FormattingContext::layout_inside()
Andreas Kling
2021-10-06
LibWeb: Rename Layout::BlockBox => BlockContainer
Andreas Kling
2021-10-06
LibWeb: Add BlockFormattingContext::root()
Andreas Kling
2021-10-06
LibWeb: Start work towards modern CSS "display" values
Andreas Kling
2021-10-05
LibWeb: Make things aware of box-sizing
Sam Atkins
2021-10-04
LibWeb: Flexbox: Don't outgrow parent in main axis when using wrap
Tobias Christiansen
2021-10-04
LibWeb: Handle inline-block children of a flex-container as block
Tobias Christiansen
2021-10-04
LibWeb: Flexbox: Collect empty inline-block flex children
Tobias Christiansen
2021-10-04
LibWeb: Flexbox: Care more about cross-axis margins
Tobias Christiansen
2021-10-04
LibWeb: Flexbox: Take parents' specified main size into account
Tobias Christiansen
2021-10-01
LibWeb: Flexbox: Catch zero flex-basis and use width instead
Tobias Christiansen
2021-10-01
LibWeb: Flexbox: Check for relative resolvability on the cross axis
Tobias Christiansen
2021-09-29
LibWeb: Flexbox: Wrap inline Nodes if their parent is display: flex
Tobias Christiansen
2021-09-24
LibWeb: Remove on-demand font resolution
Andreas Kling
2021-09-24
LibWeb: Make ListItemMarkerBox inherit style from ListItemBox
Andreas Kling
2021-09-24
LibWeb: Add tightly-typed DOM node accessors for Layout::ListItemBox
Andreas Kling
2021-09-24
LibWeb: Let <br> elements have style
Andreas Kling
2021-09-24
LibWeb: Replace last couple of StyleValue casts with `as_foo()`
Sam Atkins
2021-09-24
LibWeb: Clarify StyleValue API with new naming scheme
Sam Atkins
2021-09-23
LibWeb: Don't assume the parent is BFC in the IFC
Tobias Christiansen
2021-09-23
LibWeb: Flexbox: Use InlineFormattingContext when needed
Tobias Christiansen
2021-09-23
LibWeb: Proritize FlexFormattingContext when display: flex is specified
Tobias Christiansen
2021-09-22
LibWeb: Ignore negative margins for calculating height in a BFC
Tobias Christiansen
2021-09-21
LibWeb: Paint bitmaps with rounded_int_rect(), not enclosing_int_rect()
Sam Atkins
2021-09-20
LibWeb: Enable bilinear blending for bitmaps
Sam Atkins
2021-09-19
LibWeb: Give InlineNodes borders :^)
Sam Atkins
2021-09-19
LibWeb: Move border-painting code out of Box
Sam Atkins
2021-09-19
LibWeb: Give InlineNodes a box-shadow :^)
Sam Atkins
2021-09-19
LibWeb: Give InlineNodes a background
Sam Atkins
2021-09-19
LibWeb: Move background painting from Box to its own file
Sam Atkins
2021-09-19
LibWeb: Move box-shadow painting out of Box to its own file
Sam Atkins
2021-09-19
LibWeb: Move InlineNode background code from `paint_fragment` -> `paint`
Sam Atkins
2021-09-19
LibWeb: Extract border-radius normalization code from Box
Sam Atkins
2021-09-19
LibWeb: Stop painting backgrounds for TextNodes
Sam Atkins
2021-09-19
LibWeb: Flexbox: Use maximum size of container as available size
Tobias Christiansen
2021-09-18
LibWeb: Add transform: translateY() support
Tobias Christiansen
2021-09-18
LibWeb: Add transform property to the system
Tobias Christiansen
2021-09-18
LibWeb: Avoid unnecessary padded_rect() call in Box::paint()
Andreas Kling
2021-09-18
LibWeb: Flexbox: Assume Block when finding max main size of flex-column
Tobias Christiansen
2021-09-18
LibWeb: Also avoid setting definite size for height
Tobias Christiansen
2021-09-18
LibWeb: Use floating-point math for border-radius rendering
Andreas Kling
2021-09-18
LibWeb: Remove bogus offset when painting an SVG <path> box
Andreas Kling
2021-09-18
LibWeb: Implement very naive layout of <path> within <svg>
Andreas Kling
2021-09-18
LibWeb: Add SVGFormattingContext to handle SVG box trees
Andreas Kling
2021-09-17
LibWeb: Flexbox: Take parent's width in the flex container for layouting
Tobias Christiansen
[next]