summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/BlockBox.cpp
AgeCommit message (Expand)Author
2021-10-06LibWeb: Rename Layout::BlockBox => BlockContainerAndreas Kling
2021-09-08LibWeb: Rename InitialContainingBlockBox => InitialContainingBlockAndreas Kling
2021-08-01LibWeb: Remove unused header includesBrian Gianforcaro
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-03LibWeb: Stop scrolling above content in BlockBoxdavidot
2021-03-02LibWeb: Return whether handle_mousewheel was handledAngus Gibson
2021-02-22LibWeb: Only scroll BlockBox on wheel event if overflow==scrollAndreas Kling
2021-02-22LibWeb: Allow scrolling overflowed content with the mouse wheel :^)Andreas Kling
2021-02-22LibWeb: Clip overflowing inline children when overflow != "visible"Andreas Kling
2021-02-10LibWeb: Remove low-hanging LibGUI fruit from LibWebAndreas Kling
2021-02-10LibWeb: Remove a whole bunch of unnecessary #includesAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling