index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
Layout
/
ImageBox.h
Age
Commit message (
Expand
)
Author
2023-05-13
LibWeb: Don't force HTMLImageElement to have a legacy ImageLoader
Andreas Kling
2023-05-09
LibWeb: Move image viewport awareness from ImageBox to ImagePaintable
Andreas Kling
2023-01-11
LibWeb: Make the paint tree GC-allocated
Andreas Kling
2023-01-05
LibWeb: Convert Layout Boxes to new pixel units
Sam Atkins
2023-01-05
LibWeb+WebContent: Convert BrowsingContext to new pixel units
Sam Atkins
2022-10-20
LibWeb: Add GC finalizer to Layout::ImageBox
Andreas Kling
2022-10-20
LibWeb: Make the layout tree GC-allocated
Andreas Kling
2022-09-07
LibWeb: Cache width of "alt" text in ImageBox
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-11
LibWeb: Make Paintable ref-counted
Andreas Kling
2022-03-11
LibWeb: Let Paintable perform the painting
Andreas Kling
2022-03-11
LibWeb: Move StackingContext and PaintPhase into the Painting namespace
Andreas Kling
2021-11-18
LibWeb: Move BrowsingContext into HTML/
Andreas Kling
2021-09-08
LibWeb: Rename frame_did_set_viewport_rect() => browsing_context_*()
Andreas Kling
2021-05-30
LibWeb: Rename Web::Frame to Web::BrowsingContext
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-30
LibWeb: Add Frame::ViewportClient and use it for Layout::ImageBox
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling