Age | Commit message (Expand) | Author |
---|---|---|
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-07-12 | Everywhere: Add sv suffix to strings relying on StringView(char const*) | sin-ack |
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 |
2021-11-17 | AK: Convert AK::Format formatting helpers to returning ErrorOr<void> | Andreas Kling |
2021-06-04 | Solitaire+LibCards: Draw card stacks with rounded corners | Timothy Flynn |
2021-05-26 | Hearts: Highlight cards when an invalid play is attempted | 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 |