summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Painting
AgeCommit message (Expand)Author
2021-10-01Libraries: Fix typosNico Weber
2021-09-19LibWeb: Move border-painting code out of BoxSam Atkins
2021-09-19LibWeb: Move background painting from Box to its own fileSam Atkins
2021-09-19LibWeb: Move box-shadow painting out of Box to its own fileSam Atkins
2021-09-19LibWeb: Extract border-radius normalization code from BoxSam Atkins
2021-09-08LibWeb: Rename InitialContainingBlockBox => InitialContainingBlockAndreas Kling
2021-08-05LibWeb: Clear SVG context after SVGSVGBox children are paintedK-Adam
2021-08-05LibWeb: Call before/after children_paint on parent in StackingContextK-Adam
2021-08-01LibWeb: Remove unused header includesBrian Gianforcaro
2021-07-24LibWeb: Draw elements with opacity in a separate stacking contextEgor Ananyin
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