ladybird/Userland
Jelle Raaijmakers 2959c2f2eb LibGfx: Remove clip check in Painter::do_draw_scaled_bitmap
We were performing a check whether source pixels would fall into a
clipped rect too early. Since we already clamp the resulting source
coordinates to the clipped rect, we can just remove this code.
2023-05-19 06:16:14 +02:00
..
Applets Userland: Port Model::column_name() to String 2023-05-15 06:42:10 +02:00
Applications PixelPaint: Use box sampling scaling for layer thumbnails 2023-05-19 06:16:14 +02:00
BuggieBox Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Demos CatDog: Stop recognizing name of deleted program 2023-05-17 23:25:51 +02:00
DevTools LibWebView: Remove the DumpLayoutTree program 2023-05-16 13:22:23 -07:00
DynamicLoader DynamicLoader: Ensure that backtrace computation stops at _start 2023-04-23 14:30:59 +02:00
Games Chess+GameSettings: Optionally highlight the king when in check 2023-05-10 12:13:35 +01:00
Libraries LibGfx: Remove clip check in Painter::do_draw_scaled_bitmap 2023-05-19 06:16:14 +02:00
Services Kernel+Userland: Split bind-mounting and re-mounting from mount syscall 2023-05-17 23:39:15 -06:00
Shell Shell: Prefer FileSystem over DeprecatedFile 2023-05-15 06:50:43 +02:00
Utilities shuf: Add -r option to allow output lines to be repeated 2023-05-18 21:06:37 -06:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00