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-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
2020-06-12
LibWeb: Some improvements to absolute positioning
Andreas Kling
2020-06-10
LibWeb: Constrain block height by the max-height if specified
Andreas Kling
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-06-10
LibWeb: Rework the layout engine to use relative offsets
Andreas Kling
2020-06-09
LibWeb: Add LayoutTableRowGroup to implement display: table-row-group
Andreas Kling
2020-06-09
LibWeb: Add some iteration helpers to LayoutNode
Andreas Kling
2020-06-08
LibWeb: Add Page abstraction between PageView and main Frame
Andreas Kling
2020-06-07
LibWeb: Start fleshing out support for relative CSS units
Andreas Kling
2020-06-07
LibWeb: Move Frame.{cpp,h} into a new Frame/ directory
Andreas Kling
2020-06-06
LibWeb: Whine in debug log instead of asserting on partial layout FIXME
Andreas Kling
2020-06-06
LibWeb: Use FrameLoader to load iframes :^)
Andreas Kling
2020-06-05
LibWeb: Start adding support for the <iframe> element! :^)
Andreas Kling
2020-06-05
LibWeb: Simplify LayoutWidget layout
Andreas Kling
2020-06-05
LibWeb: Make <canvas> use the generic replaced layout algorithm
Andreas Kling
2020-06-05
LibWeb: Start implementing proper layout of replaced elements
Andreas Kling
2020-06-05
LibWeb: Improve computation of a layout node's containing block
Andreas Kling
2020-06-02
LibWeb: Share decoded images at the Resource level :^)
Andreas Kling
[next]