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.cpp
Age
Commit message (
Expand
)
Author
2022-04-14
LibWeb: Stop including StyleValue.h in a few places
Sam Atkins
2022-04-10
LibWeb: Don't mark non-painted images as being inside the viewport
Andreas Kling
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-27
LibWeb: Use Gfx::Font::pixel_size() when we want pixel metrics
Andreas Kling
2022-03-11
LibWeb: Remove a bunch of no-longer needed #includes
Andreas Kling
2022-03-11
LibWeb: Make Paintable ref-counted
Andreas Kling
2022-03-11
LibWeb: Use Layout::Box::paint_box() accessor in more places
Andreas Kling
2022-03-11
LibWeb: Let Paintable perform the painting
Andreas Kling
2022-03-11
LibWeb: Rename Painting::Box => Paintable
Andreas Kling
2022-03-11
LibWeb: Move StackingContext and PaintPhase into the Painting namespace
Andreas Kling
2022-03-11
LibWeb: Add Painting::Box and move things from Layout::Box into it
Andreas Kling
2022-03-07
LibWeb: Support more CSS image-rendering values
Andreas Kling
2022-02-19
LibWeb: Add support for CSS image-rendering property
Maciej
2022-02-06
LibWeb: Rename Layout::Box::size() to content_size()
Andreas Kling
2021-11-18
LibWeb: Move BrowsingContext into HTML/
Andreas Kling
2021-11-03
LibWeb: Size non-loaded <img> to fit the replacement (alt) text
Andreas Kling
2021-10-14
LibWeb: Rename "intrinsic ratio" => "intrinsic aspect ratio"
Andreas Kling
2021-10-14
LibWeb: Make intrinsic width/height/ratio a Box concept and simplify it
Andreas Kling
2021-09-21
LibWeb: Paint bitmaps with rounded_int_rect(), not enclosing_int_rect()
Sam Atkins
2021-09-20
LibWeb: Enable bilinear blending for bitmaps
Sam Atkins
2021-09-08
LibWeb: Rename frame_did_set_viewport_rect() => browsing_context_*()
Andreas Kling
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-05-30
LibWeb: Rename Web::Frame to Web::BrowsingContext
Andreas Kling
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-10
LibWeb: Remove low-hanging LibGUI fruit from LibWeb
Andreas Kling
2021-02-10
LibWeb: Remove a whole bunch of unnecessary #includes
Andreas Kling
2021-01-30
LibWeb: Add Frame::ViewportClient and use it for Layout::ImageBox
Andreas Kling
2021-01-29
ImageDecoder+LibImageDecoder+LibWeb: Support animations in ImageDecoder
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling