1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:48:10 +00:00
serenity/Userland/Libraries/LibCards
Sam Atkins a2f0b67aea LibCards: Add support for card dragging
Solitaire and Spider have almost identical code for dragging cards from
one stack to another, so it makes sense to move that here. But using
the term "moving" for them, instead of "focused" which (to me at least)
was not clear what it meant.
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: Add support for card dragging 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+Spider: Move ensure_top_card_is_visible() logic to CardStack 2022-10-10 16:16:01 +01:00
CMakeLists.txt LibCards: Centralise card bitmap creation 2022-08-22 12:50:41 +02:00