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
Age
Commit message (
Expand
)
Author
2022-08-22
LibCards: Remove card-back-image scaling
Sam Atkins
2022-08-22
LibCards: Make the card back image configurable
Sam Atkins
2022-08-22
LibCards: Centralise card bitmap creation
Sam Atkins
2022-08-22
LibCards+Games: Replace card "value" int with a Rank enum
Sam Atkins
2022-08-22
LibCards: Add a CardGame base class
Sam Atkins
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
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
2022-03-10
Libraries: Use default constructors/destructors in LibCards
Lenny Maiorani
2022-03-04
Libraries: Make CharacterBitmap instances at compile-time
Lenny Maiorani
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::clone()
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
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-04
LibCards: Don't draw the first card smaller than the others
Gunnar Beutner
2021-06-03
LibCards: Draw cards with rounded card corners
David Isaksson
2021-05-26
Hearts: Highlight cards when an invalid play is attempted
Gunnar Beutner
2021-05-22
LibCards: Fix alignment for the card labels
Gunnar Beutner
2021-05-22
LibCards: Correct a spelling mistake
Gunnar Beutner
2021-05-21
Games: Add Hearts
Gunnar Beutner
2021-05-21
Solitaire: Move cards functionality into LibCards
Gunnar Beutner