summaryrefslogtreecommitdiff
path: root/Libraries/LibHTML/DOM/HTMLImageElement.cpp
AgeCommit message (Expand)Author
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling
2020-03-07LibWeb: Move everything into the Web namespaceAndreas Kling
2020-02-14LibGfx: More work on header dependency reductionAndreas Kling
2020-02-06LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()Andreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-18LibHTML: Mark image bitmaps outside the visible viewport as volatileAndreas Kling
2019-12-18LibHTML: Ignore case of presentation attribute namesAndreas Kling
2019-12-11LibHTML: Rename HTMLImageElement::m_image_data => m_encoded_dataAndreas Kling
2019-10-20LibHTML: Rename HTMLImageElement::m_image_loader => m_image_decoderAndreas Kling
2019-10-19LibDraw: Rename ImageLoader => ImageDecoderAndreas Kling
2019-10-19LibHTML: Ignore completed image loads for already-destroyed <img>'sAndreas Kling
2019-10-15LibHTML: Use ImageLoader for <img> elements to defer bitmap decodingAndreas Kling
2019-10-15LibHTML: Simplify Node::create_layout_node()Andreas Kling
2019-10-14LibHTML: Rename Document's invalidate_{style,layout}() to update_foo()Andreas Kling
2019-10-08LibHTML: Add ResourceLoader to support protocol-agnostic URL loadingAndreas Kling
2019-10-08LibHTML: Use an enum for CSS property ID'sAndreas Kling
2019-10-06LibHTML: Support width/height attributes on imagesConrad Pankoff
2019-10-06LibHTML: Load image resource when src attribute is setConrad Pankoff
2019-10-05LibHTML: Support rendering <img src> with file:// URLsAndreas Kling
2019-10-05LibHTML: Implement basic layout for inline <img alt>Andreas Kling
2019-10-05LibHTML: Flesh out <img> element with LayoutImage and LayoutReplacedAndreas Kling