summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCards
AgeCommit message (Expand)Author
2022-08-22LibCards: Remove card-back-image scalingSam Atkins
2022-08-22LibCards: Make the card back image configurableSam Atkins
2022-08-22LibCards: Centralise card bitmap creationSam Atkins
2022-08-22LibCards+Games: Replace card "value" int with a Rank enumSam Atkins
2022-08-22LibCards: Add a CardGame base classSam Atkins
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-18LibCards+Games: Change name of card type to card suitLenny Maiorani
2022-03-18Libraries: Change enums to enum classes in LibCardsLenny Maiorani
2022-03-10Libraries: Use default constructors/destructors in LibCardsLenny Maiorani
2022-03-04Libraries: Make CharacterBitmap instances at compile-timeLenny Maiorani
2021-11-17AK: Convert AK::Format formatting helpers to returning ErrorOr<void>Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::clone()Andreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-06-24LibCards: Support non-alternating colour patience gamesJamie Mansfield
2021-06-04LibCards: Draw card stack background when the entire stack is movingTimothy Flynn
2021-06-04Solitaire+LibCards: Draw card stacks with rounded cornersTimothy Flynn
2021-06-04LibCards: Don't draw the first card smaller than the othersGunnar Beutner
2021-06-03LibCards: Draw cards with rounded card cornersDavid Isaksson
2021-05-26Hearts: Highlight cards when an invalid play is attemptedGunnar Beutner
2021-05-22LibCards: Fix alignment for the card labelsGunnar Beutner
2021-05-22LibCards: Correct a spelling mistakeGunnar Beutner
2021-05-21Games: Add HeartsGunnar Beutner
2021-05-21Solitaire: Move cards functionality into LibCardsGunnar Beutner