1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-17 06:01:00 +00:00
serenity/Userland
Ben Wiederhake afc456edd6 PixelPaint: Use better-fitting image size
This makes the default image fit perfectly into the default viewport,
which means the first fit_image_to_view call will end up with a scale of
exactly 1. This scale level has no visual artifacts, which is the more
intuitive 'default' behavior.

Fixes #10975.
2021-11-22 22:14:53 +01:00
..
Applets ClipboardHistory: Properly display bitmap depth 2021-11-21 11:49:06 +00:00
Applications PixelPaint: Use better-fitting image size 2021-11-22 22:14:53 +01:00
Demos Starfield: Port to LibMain 2021-11-22 21:56:20 +01:00
DevTools HackStudio: Disable the Rename action on insufficient permissions 2021-11-22 09:03:19 +01:00
DynamicLoader Toolchain+Meta: Update LLVM version to 13.0.0 2021-10-17 17:09:58 +01:00
Games Minesweeper: Port to LibMain 2021-11-22 21:56:31 +01:00
Libraries LibMain: Rename .arguments to .strings :^) 2021-11-22 22:13:22 +01:00
Services Everywhere: Fix spelling of "offsetted" 2021-11-21 20:22:48 +01:00
Shell AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 2021-11-17 00:21:13 +01:00
Utilities tar: Support extracting symlinks 2021-11-22 21:57:42 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00