1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 18:20:43 +09:00
ladybird/Userland/Libraries/LibCards
Sam Atkins 5960c0556f LibCards+Games: Move mark_intersecting_stacks_dirty() to CardGame
As part of this, made a const overload for `Card::rect()`. We need the
non-const one too as it's used for modifying the position of a card
that's being dragged. I plan on changing that soon but we'll see.
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: Move mark_intersecting_stacks_dirty() to CardGame 2022-10-10 16:16:01 +01:00
CardGame.h LibCards+Games: Move mark_intersecting_stacks_dirty() to CardGame 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