summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Layout/LayoutImage.cpp
AgeCommit message (Expand)Author
2020-11-22LibWeb: Rename LayoutNode classes and move them into Layout namespaceAndreas Kling
2020-11-22LibWeb: Rename LayoutNode::node() => LayoutNode::dom_node()Andreas Kling
2020-11-22LibWeb: Reorganize layout system in terms of formatting contextsAndreas Kling
2020-09-12LibWeb: cache in-process decoded images in ImageResourcePeter Nelson
2020-08-12LibWeb: Until an image has loaded or failed, don't occupy layout sizeAndreas Kling
2020-07-28LibWeb: Make layout tree have non-const pointers to the DOMAndreas Kling
2020-07-28LibWeb: Move HTML classes into the Web::HTML namespaceAndreas Kling
2020-07-26LibWeb: Move CSS classes into the Web::CSS namespaceAndreas Kling
2020-07-26LibWeb: Move DOM classes into the Web::DOM namespaceAndreas Kling
2020-07-26LibWeb: Switch to using AK::is and AK::downcastAndreas Kling
2020-07-22LibWeb: Set the intrinsic width/height of <img> instead of hacking itAndreas Kling
2020-06-24LibWeb: Move border width and color into LayoutStyleAndreas Kling
2020-06-24LibWeb: Rename LayoutNode::style() => specified_style()Andreas Kling
2020-06-22LibWeb+Browser: Decode non-animated images out-of-process :^)Andreas Kling
2020-06-18LibWeb: Rename LayoutNode::render() to paint()Andreas Kling
2020-06-18LibWeb: Separate layout tree rendering into phasesAndreas Kling
2020-06-14LibWeb: Move "visible in viewport" state tracking to ImageLoaderAndreas Kling
2020-06-13LibWeb: Split out image loading logic from HTMLImageElementAndreas Kling
2020-06-13LibWeb: Fix LayoutImage stupidly painting backgrounds over itselfAndreas Kling
2020-06-10LibWeb: Rework the layout engine to use relative offsetsAndreas Kling
2020-06-05LibWeb: Start implementing proper layout of replaced elementsAndreas Kling
2020-05-27LibWeb: LayoutMode line_break_policy => LayoutMode layout_modeAndreas Kling
2020-05-26LibWeb: Basic support for display:inline-block with width:autoAndreas Kling
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling