1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:38:13 +00:00
serenity/Userland/Libraries/LibCards
Timothy Flynn 4cbdc747ab LibCards+Solitaire: Elevate card highlight management to the card stack
Instead of indicating which individual cards should be highlighted, card
games now indicate which stack is highlighted. This lets the stack draw
empty stacks with a highlight (e.g. the Foundation stack in Solitaire).
If the stack is non-empty, the stack can delegate highlighting to the
top-most card.
2023-01-06 12:02:10 +01:00
..
Card.cpp LibCards+Solitaire: Elevate card highlight management to the card stack 2023-01-06 12:02:10 +01:00
Card.h LibCards+Solitaire: Elevate card highlight management to the card stack 2023-01-06 12:02:10 +01:00
CardGame.cpp LibCards: Add a helper to create an action to open Cards Settings 2023-01-05 13:05:13 +00:00
CardGame.h LibCards: Add a helper to create an action to open Cards Settings 2023-01-05 13:05:13 +00:00
CardPainter.cpp LibCards: Draw the inside of card highlight rects with rounded corners 2023-01-06 12:02:10 +01:00
CardPainter.h LibCards: Support highlighting cards of interest 2023-01-05 13:05:13 +00:00
CardStack.cpp LibCards+Solitaire: Elevate card highlight management to the card stack 2023-01-06 12:02:10 +01:00
CardStack.h LibCards+Solitaire: Elevate card highlight management to the card stack 2023-01-06 12:02:10 +01:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00