ladybird/Userland
Andreas Kling 96db8d64f6 LibWeb: Include entire border box when painting stacking context layer
For stacking contexts that have opacity between 0 and 1, and also
contexts with a 2D transform, we first paint them into a temporary layer
buffer. Then we blend that buffer with the contents in one go.

Before this patch, we were only drawing the content box of the stacking
context into this layer buffer, which led to padding and borders missing
from elements painted this way.
2022-03-20 13:36:45 +01:00
..
Applets ClipboardHistory: Show ranges and max dimensions for copied glyphs 2022-03-18 01:12:26 +01:00
Applications Browser: Turn on content filtering by default :^) 2022-03-20 01:01:14 +01:00
Demos Userland: Change static const variables to static constexpr 2022-03-18 19:58:57 +01:00
DevTools HackStudio: Search for libraries definitions in Userland/ 2022-03-19 22:02:44 +01:00
DynamicLoader DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibC 2022-01-23 12:48:26 +00:00
Games LibCards+Games: Change name of card type to card suit 2022-03-18 23:49:34 +00:00
Libraries LibWeb: Include entire border box when painting stacking context layer 2022-03-20 13:36:45 +01:00
Services LookupServer: Return with failure result when lookup fails 2022-03-20 12:09:31 +03:30
Shell Shell: Stop parsing options after the script name 2022-03-11 08:41:21 +03:30
Utilities grep: Properly update match state when handling files 2022-03-19 22:05:40 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00