index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibWeb
/
Layout
Age
Commit message (
Expand
)
Author
2020-06-24
LibWeb: Move min-width and max-width into LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Move width into LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Move position and text-align to LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Add LayoutStyle, a place to store style info for layout & paint
Andreas Kling
2020-06-24
LibWeb: Rename LayoutNode::style() => specified_style()
Andreas Kling
2020-06-24
LibWeb: Turn BoxModelMetrics into a simple struct
Andreas Kling
2020-06-24
LibWeb: Remove default Length constructor and add make_auto()/make_px()
Andreas Kling
2020-06-24
LibWeb: Use the cached text-align value in LineBox::add_fragment()
Andreas Kling
2020-06-23
LibWeb: Cache the used CSS text-align property on LayoutNodeWithStyle
Andreas Kling
2020-06-23
LibWeb: Always inline is<LayoutBox>() and is<LayoutBlock>()
Andreas Kling
2020-06-23
LibWeb: Cache the used CSS 'position' value on LayoutNodeWithStyle
Andreas Kling
2020-06-23
LibWeb: Handle position:absolute with both left and right specified
Andreas Kling
2020-06-23
LibWeb: Make sure BoxModelMetrics are set for position:absolute boxes
Andreas Kling
2020-06-23
LibWeb: Take margin into account when positioning absolute descendants
Andreas Kling
2020-06-23
LibWeb: Respect specified width when computing shrink-to-fit candidates
Andreas Kling
2020-06-22
LibWeb+Browser: Decode non-animated images out-of-process :^)
Andreas Kling
2020-06-21
LibWeb: Generate HTMLCanvasElement bindings from IDL :^)
Andreas Kling
2020-06-18
LibWeb: Move StackingContext from Layout/ to Painting/
Andreas Kling
2020-06-18
LibWeb: Rename LayoutNode::render() to paint()
Andreas Kling
2020-06-18
LibWeb: Respect min-width and max-width on position:absolute elements
Andreas Kling
2020-06-18
LibWeb: More work on width of position:absolute elements
Andreas Kling
2020-06-18
LibWeb: Separate layout tree rendering into phases
Andreas Kling
2020-06-18
LibWeb: Better width computation for position:absolute blocks
Andreas Kling
2020-06-16
LibWeb: Make Element::tag_name() return a const FlyString&
Andreas Kling
2020-06-15
LibWeb: Allow block children of inlines
Andreas Kling
2020-06-15
LibWeb: Respect CSS z-index property while painting
Andreas Kling
2020-06-15
LibWeb: Layout nodes without own style can't be absolutely positioned
Andreas Kling
2020-06-14
LibWeb: Don't assert when containing block doesn't know how to place
Andreas Kling
2020-06-14
LibWeb: Move "visible in viewport" state tracking to ImageLoader
Andreas Kling
2020-06-14
LibWeb: Remove some unused functions from LayoutTable
Andreas Kling
2020-06-14
LibWeb: Reorganize layout algorithm
Andreas Kling
2020-06-14
LibWeb: Simplify LayoutBlock::layout_block_children() a little bit
Andreas Kling
2020-06-14
LibWeb: Add LayoutNode::frame() reference getter
Andreas Kling
2020-06-14
LibWeb: Don't choke when trying to render a document-less <iframe>
Andreas Kling
2020-06-13
LibWeb: Split out image loading logic from HTMLImageElement
Andreas Kling
2020-06-13
LibWeb: Fix LayoutImage stupidly painting backgrounds over itself
Andreas Kling
2020-06-13
LibWeb: Don't try to be clever about -libweb-center relative position
Andreas Kling
2020-06-13
LibWeb: Remove some unused functions in LayoutTableRow
Andreas Kling
2020-06-13
LibWeb: Teach line layout to collapse whitespace across fragments
Andreas Kling
2020-06-13
LibWeb: Implement <center> as -libweb-center
Andreas Kling
2020-06-13
LibWeb: More work on table layout
Andreas Kling
2020-06-13
LibWeb: Add LayoutTableCell::colspan()
Andreas Kling
2020-06-12
LibWeb: First cut of extremely naive table row layout
Andreas Kling
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-06-12
LibWeb: Handle negative values when collapsing vertical margins
Andreas Kling
2020-06-12
LibWeb: Implement very basic margin collapsing
Andreas Kling
2020-06-12
LibWeb: Remove absolutely positioned elements from the normal flow
Andreas Kling
2020-06-12
LibWeb: Remove absolute positioning logic from LayoutReplaced
Andreas Kling
2020-06-12
LibWeb: Add basic support for position:fixed
Andreas Kling
2020-06-12
LibWeb: Rename BoxModelMetrics::full_margin() => margin_box()
Andreas Kling
[prev]
[next]