ladybird/Userland/Libraries/LibCards
Sam Atkins 5186e617bd LibCards+Games: Remove concept of a CardStack being focused
This was only used for asking the stack if it is the one we are moving
cards from. We now have a better way to do that, by comparing against
`CardGame::moving_cards_source_stack()`, which doesn't require manually
telling a stack that it is/isn't focused.
2022-10-10 16:16:01 +01:00
..
Card.cpp LibCards+Games: Rename "draw" methods to "paint" for clarity 2022-10-10 16:16:01 +01:00
Card.h LibCards+Games: Move mark_intersecting_stacks_dirty() to CardGame 2022-10-10 16:16:01 +01:00
CardGame.cpp LibCards+Games: Remove concept of a CardStack being focused 2022-10-10 16:16:01 +01:00
CardGame.h LibCards: Add support for card dragging 2022-10-10 16:16:01 +01:00
CardPainter.cpp LibCards: Remove card-back-image scaling 2022-08-22 12:50:41 +02:00
CardPainter.h LibCards: Make the card back image configurable 2022-08-22 12:50:41 +02:00
CardStack.cpp LibCards+Spider: Move ensure_top_card_is_visible() logic to CardStack 2022-10-10 16:16:01 +01:00
CardStack.h LibCards+Games: Remove concept of a CardStack being focused 2022-10-10 16:16:01 +01:00
CMakeLists.txt LibCards: Centralise card bitmap creation 2022-08-22 12:50:41 +02:00