summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCards/CardStack.h
AgeCommit message (Expand)Author
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2023-01-22LibCards+Games: Return ErrorOr from CardStack::add_all_grabbed_cards()Sam Atkins
2023-01-22LibCards+Games+GamesSettings: Return ErrorOr from CardStack::push()Sam Atkins
2023-01-22LibCards+Solitaire: Rename `CardStack::move_to_stack()` -> `take_all()`Sam Atkins
2023-01-06LibCards: Support "previewing" cards that may be covered by other cardsTimothy Flynn
2023-01-06LibCards+Solitaire: Elevate card highlight management to the card stackTimothy Flynn
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::Color by valueMacDue
2022-10-10LibCards+Games: Remove concept of a CardStack being focusedSam Atkins
2022-10-10LibCards+Spider: Move `ensure_top_card_is_visible()` logic to CardStackSam Atkins
2022-10-10LibCards: Fix some minor clang-tidy issuesSam Atkins
2022-10-10LibCards: Combine CardStack constructorsSam Atkins
2022-10-10LibCards+Games: Rename "draw" methods to "paint" for claritySam Atkins
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-18Libraries: Change enums to enum classes in LibCardsLenny Maiorani
2021-11-17AK: Convert AK::Format formatting helpers to returning ErrorOr<void>Andreas Kling
2021-06-24LibCards: Support non-alternating colour patience gamesJamie Mansfield
2021-06-04Solitaire+LibCards: Draw card stacks with rounded cornersTimothy Flynn
2021-05-21Solitaire: Move cards functionality into LibCardsGunnar Beutner