serenity/Userland
Aliaksandr Kalenik 9b65a2731b LibWeb: Remove clipper creation error check in sample_under_corners()
Before, this check was needed to prevent crashing when attempting to
allocate zero-size bitmap for sampled corners, which could have happened
if a corner had 0 radius in one axis.

Now, since SampleUnderCorners command is not emmited when radius is 0
in one axis, this check is no longer needed.
2024-05-27 04:26:17 +02:00
..
Applets
Applications Browser: Don't assume downloads have a "total size" available 2024-05-26 18:29:24 +02:00
BuggieBox Meta+Userland: Make LibELF a proper library on Serenity 2024-04-26 19:08:13 -06:00
Demos Demos: Add sleep option to CatDog 2024-05-14 15:45:33 -06:00
DevTools AK+Userland: Remove NOESCAPE 2024-05-22 21:55:34 -06:00
DynamicLoader DynamicLoader: Add an option to list all ELF loaded dependencies 2024-05-14 15:42:42 -06:00
Games Chess: Add display widget for moves 2024-05-22 23:24:45 -06:00
Libraries LibWeb: Remove clipper creation error check in sample_under_corners() 2024-05-27 04:26:17 +02:00
Services WebContent+WebWorker: Don't set the color value to the index of an enum 2024-05-26 18:51:52 +02:00
Shell Everywhere: Remove uneeded short option argument where possible 2024-04-22 08:10:08 +02:00
Utilities LibProtocol+Userland: Support unbuffered protocol requests 2024-05-26 18:29:24 +02:00
CMakeLists.txt