serenity/Userland
MacDue c5b50ec2f4 LibWeb: Create paintables for nodes whose parents don't have paintables
A Paintable is not created for an SVG <defs> element (nor should it),
but it can contain SVG <mask> elements that need a paintable.

This change forces those paintables to be created (without a parent).
The masks are then only painted by being referenced from another
element.
2023-09-19 10:46:05 +02:00
..
Applets Userland: Prefer non-fallible construction for LibGUI objects 2023-09-18 18:00:45 +02:00
Applications Maps: Add MapsSettings with multiple tile providers options 2023-09-18 12:46:41 -06:00
BuggieBox checksum: Add support for BLAKE2b 2023-09-17 16:49:35 +03:30
Demos Userland: Prefer non-fallible construction for LibGUI objects 2023-09-18 18:00:45 +02:00
DevTools Userland: Prefer non-fallible construction for LibGUI objects 2023-09-18 18:00:45 +02:00
DynamicLoader CMake: Use CMAKE_POSITION_INDEPENDENT_CODE instead of explicit -fpic 2023-09-18 10:26:42 +02:00
Games GameOfLife: Replace DeprecatedString with String 2023-09-18 11:12:25 -06:00
Libraries LibWeb: Create paintables for nodes whose parents don't have paintables 2023-09-19 10:46:05 +02:00
Services Userland: Prefer non-fallible construction for LibGUI objects 2023-09-18 18:00:45 +02:00
Shell Shell: Allow the user to set the prompt using PROMPT() 2023-09-07 11:52:37 -06:00
Utilities Userland: Prefer non-fallible construction for LibGUI objects 2023-09-18 18:00:45 +02:00
CMakeLists.txt