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
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