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
/
LibHTML
/
DOM
/
HTMLImageElement.cpp
Age
Commit message (
Expand
)
Author
2020-03-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling
2020-03-07
LibWeb: Move everything into the Web namespace
Andreas Kling
2020-02-14
LibGfx: More work on header dependency reduction
Andreas Kling
2020-02-06
LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-18
LibHTML: Mark image bitmaps outside the visible viewport as volatile
Andreas Kling
2019-12-18
LibHTML: Ignore case of presentation attribute names
Andreas Kling
2019-12-11
LibHTML: Rename HTMLImageElement::m_image_data => m_encoded_data
Andreas Kling
2019-10-20
LibHTML: Rename HTMLImageElement::m_image_loader => m_image_decoder
Andreas Kling
2019-10-19
LibDraw: Rename ImageLoader => ImageDecoder
Andreas Kling
2019-10-19
LibHTML: Ignore completed image loads for already-destroyed <img>'s
Andreas Kling
2019-10-15
LibHTML: Use ImageLoader for <img> elements to defer bitmap decoding
Andreas Kling
2019-10-15
LibHTML: Simplify Node::create_layout_node()
Andreas Kling
2019-10-14
LibHTML: Rename Document's invalidate_{style,layout}() to update_foo()
Andreas Kling
2019-10-08
LibHTML: Add ResourceLoader to support protocol-agnostic URL loading
Andreas Kling
2019-10-08
LibHTML: Use an enum for CSS property ID's
Andreas Kling
2019-10-06
LibHTML: Support width/height attributes on images
Conrad Pankoff
2019-10-06
LibHTML: Load image resource when src attribute is set
Conrad Pankoff
2019-10-05
LibHTML: Support rendering <img src> with file:// URLs
Andreas Kling
2019-10-05
LibHTML: Implement basic layout for inline <img alt>
Andreas Kling
2019-10-05
LibHTML: Flesh out <img> element with LayoutImage and LayoutReplaced
Andreas Kling