summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/ImageBox.cpp
AgeCommit message (Expand)Author
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-10LibWeb: Remove low-hanging LibGUI fruit from LibWebAndreas Kling
2021-02-10LibWeb: Remove a whole bunch of unnecessary #includesAndreas Kling
2021-01-30LibWeb: Add Frame::ViewportClient and use it for Layout::ImageBoxAndreas Kling
2021-01-29ImageDecoder+LibImageDecoder+LibWeb: Support animations in ImageDecoderAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling