index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibCards
/
CardStack.cpp
Age
Commit message (
Expand
)
Author
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-01-22
LibCards+Games: Return ErrorOr from CardStack::add_all_grabbed_cards()
Sam Atkins
2023-01-22
LibCards+Games+GamesSettings: Return ErrorOr from CardStack::push()
Sam Atkins
2023-01-22
LibCards+Solitaire: Rename `CardStack::move_to_stack()` -> `take_all()`
Sam Atkins
2023-01-06
LibCards: Support "previewing" cards that may be covered by other cards
Timothy Flynn
2023-01-06
LibCards+Solitaire: Elevate card highlight management to the card stack
Timothy Flynn
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::Color by value
MacDue
2022-10-10
LibCards+Spider: Move `ensure_top_card_is_visible()` logic to CardStack
Sam Atkins
2022-10-10
LibCards: Fix some minor clang-tidy issues
Sam Atkins
2022-10-10
LibCards: Combine CardStack constructors
Sam Atkins
2022-10-10
LibCards+Games: Rename "draw" methods to "paint" for clarity
Sam Atkins
2022-08-22
LibCards+Games: Replace card "value" int with a Rank enum
Sam Atkins
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-18
LibCards+Games: Change name of card type to card suit
Lenny Maiorani
2022-03-18
Libraries: Change enums to enum classes in LibCards
Lenny Maiorani
2021-06-24
LibCards: Support non-alternating colour patience games
Jamie Mansfield
2021-06-04
LibCards: Draw card stack background when the entire stack is moving
Timothy Flynn
2021-06-04
Solitaire+LibCards: Draw card stacks with rounded corners
Timothy Flynn
2021-06-03
LibCards: Draw cards with rounded card corners
David Isaksson
2021-05-21
Solitaire: Move cards functionality into LibCards
Gunnar Beutner