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
/
LayoutImage.cpp
Age
Commit message (
Expand
)
Author
2020-11-22
LibWeb: Rename LayoutNode classes and move them into Layout namespace
Andreas Kling
2020-11-22
LibWeb: Rename LayoutNode::node() => LayoutNode::dom_node()
Andreas Kling
2020-11-22
LibWeb: Reorganize layout system in terms of formatting contexts
Andreas Kling
2020-09-12
LibWeb: cache in-process decoded images in ImageResource
Peter Nelson
2020-08-12
LibWeb: Until an image has loaded or failed, don't occupy layout size
Andreas Kling
2020-07-28
LibWeb: Make layout tree have non-const pointers to the DOM
Andreas Kling
2020-07-28
LibWeb: Move HTML classes into the Web::HTML namespace
Andreas Kling
2020-07-26
LibWeb: Move CSS classes into the Web::CSS namespace
Andreas Kling
2020-07-26
LibWeb: Move DOM classes into the Web::DOM namespace
Andreas Kling
2020-07-26
LibWeb: Switch to using AK::is and AK::downcast
Andreas Kling
2020-07-22
LibWeb: Set the intrinsic width/height of <img> instead of hacking it
Andreas Kling
2020-06-24
LibWeb: Move border width and color into LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Rename LayoutNode::style() => specified_style()
Andreas Kling
2020-06-22
LibWeb+Browser: Decode non-animated images out-of-process :^)
Andreas Kling
2020-06-18
LibWeb: Rename LayoutNode::render() to paint()
Andreas Kling
2020-06-18
LibWeb: Separate layout tree rendering into phases
Andreas Kling
2020-06-14
LibWeb: Move "visible in viewport" state tracking to ImageLoader
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-10
LibWeb: Rework the layout engine to use relative offsets
Andreas Kling
2020-06-05
LibWeb: Start implementing proper layout of replaced elements
Andreas Kling
2020-05-27
LibWeb: LayoutMode line_break_policy => LayoutMode layout_mode
Andreas Kling
2020-05-26
LibWeb: Basic support for display:inline-block with width:auto
Andreas Kling
2020-03-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling