summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Painting
AgeCommit message (Expand)Author
2021-07-24LibWeb: Don't paint children stacking contexts inside the current oneEgor Ananyin
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-05-20LibWeb: Take border-radius into account when painting bordersTobias Christiansen
2021-05-11LibWeb: Paint an element's foreground before painting its childrenTimothy Flynn
2021-05-07LibWeb: Make painting order more spec-compliantEgor Ananyin
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-31LibWeb: Don't hit test a stacked child if it is behind its parentTimothy Flynn
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-22Libraries: Add missing headersBen Wiederhake
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling