1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 17:22:17 +00:00
serenity/Games/Solitaire
Andreas Kling 228ace854c LibGfx: Don't allow creating bitmaps whose sizes would overflow
If the area or size_in_bytes calculation for a Gfx::Bitmap would
overflow, we now refuse to create such a bitmap and return nullptr.

Thanks to @itamar8910 for finding this! :^)
2020-04-15 12:28:49 +02:00
..
Card.cpp LibGfx: Don't allow creating bitmaps whose sizes would overflow 2020-04-15 12:28:49 +02:00
Card.h Games: Added solitaire 2020-03-09 21:36:59 +01:00
CardStack.cpp Solitaire: Use dark green for empty stack outlines 2020-03-19 22:52:18 +01:00
CardStack.h Games: Added solitaire 2020-03-09 21:36:59 +01:00
main.cpp LibGUI: Add MenuBar::add_menu(name) 2020-04-04 12:58:05 +02:00
Makefile Games: Added solitaire 2020-03-09 21:36:59 +01:00
SolitaireWidget.cpp Solitaire: Fix automatic moving of cards 2020-03-13 10:40:45 +01:00
SolitaireWidget.h Games: Added solitaire 2020-03-09 21:36:59 +01:00