ladybird/Userland
Sam Atkins ab49dbf137 LibWeb: Convert Paintable coordinates to new pixel units
This fixes a few sizing issues too. The page size is now correct in most
cases! \o/

We get to remove some of the `to_type<>()` shenanigans, though it
reappears in some other places.
2022-12-14 16:47:57 +00:00
..
Applets LibCore: Rename Stream::read_all to read_until_eof 2022-12-12 14:16:42 +01:00
Applications FileManager: Display message box if stat()'ing a file to activate fails 2022-12-14 15:48:25 +00:00
BuggieBox Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00
Demos CatDog: Make a factory function for CatDog and propagate errors 2022-12-14 15:05:52 +00:00
DevTools Everywhere: Stop shoving things into ::std and mentioning them as such 2022-12-14 11:44:32 +01:00
DynamicLoader AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Games Minesweeper: Make a factory function for Field and propagate errors 2022-12-14 15:05:52 +00:00
Libraries LibWeb: Convert Paintable coordinates to new pixel units 2022-12-14 16:47:57 +00:00
Services LibWeb: Convert Paintable coordinates to new pixel units 2022-12-14 16:47:57 +00:00
Shell Shell: Disable interactive mode on '-c' 2022-12-12 13:57:06 +00:00
Utilities LibWeb: Split PaintContext::viewport_rect() into device/css variants 2022-12-14 16:47:57 +00:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00