ladybird/Userland
Marcus Nilsson ee48dac300 Bitmap: Don't call Bitmap::create with width/height equal to 0
With very small bitmaps and small scale factor, such as tile.png, the
type conversion in the call to Bitmap:create would cause width or
height to be 0.

Fixes #7352
2021-05-22 13:26:08 +02:00
..
Applets Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Applications HexEditor: Add 'Select All' action 2021-05-22 13:13:49 +04:30
Demos Revert "Userland: static vs non-static constexpr variables" 2021-05-21 10:30:52 +01:00
DevTools DevTools: Remove redundant default destructor and forward declarations 2021-05-21 22:53:33 +01:00
DynamicLoader DynamicLoader: Remove math functionality in favor of -lgcc 2021-05-07 15:35:50 +02:00
Games Hearts: Let the AI pick better lead cards 2021-05-22 12:03:31 +01:00
Libraries Bitmap: Don't call Bitmap::create with width/height equal to 0 2021-05-22 13:26:08 +02:00
Services WindowServer: Notify window-less clients about theme/font changes 2021-05-22 10:21:52 +02:00
Shell Shell: Make sure all tests put their temp dirs in /tmp 2021-05-22 00:24:27 +04:30
Utilities js: Don't print newline for empty ArrayBuffer 2021-05-21 19:29:23 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00