ladybird/Userland
MacDue a9ea0ee9af LibWeb: Fix passing size/position to paint_radial_gradient()
This was wrong twice making it right... But let's fix that.

The center was being passed as a DevicePixelPoint, but was in fact in
CSS pixels, the size was passed as a Gfx::FloatSize but was in
CSS pixels again. Then we were scaling from device pixels to CSS pixels
when painting which does not need to be done if everything is passed
which the correct scale factors already applied.
2022-12-20 11:03:18 +01:00
..
Applets LibCore: Rename Stream::read_all to read_until_eof 2022-12-12 14:16:42 +01:00
Applications PixelPaint: Propagate errors when creating images or layers 2022-12-20 10:42:11 +01:00
BuggieBox Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00
Demos CatDog: Simplify animation frame logic and fix minor bugs 2022-12-16 08:50:35 -07:00
DevTools HackStudio: Port to Core::Stream::File :^) 2022-12-20 10:58:54 +01:00
DynamicLoader AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Games Snake: Ignore default keydown events 2022-12-19 14:11:53 -05:00
Libraries LibWeb: Fix passing size/position to paint_radial_gradient() 2022-12-20 11:03:18 +01:00
Services LookupServer: Propagate the errors from MulticastDNS::handle_packet() 2022-12-20 10:45:20 +01:00
Shell Shell: Disable interactive mode on '-c' 2022-12-12 13:57:06 +00:00
Utilities unzip: Use StringView instead of DeprecatedString 2022-12-20 10:44:02 +01:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00