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
2023-05-23
LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive
Jelle Raaijmakers
2023-05-05
Base+LibCards: Move card backs from /icons/ to /graphics/
Cubic Love
2023-04-15
LibGfx+Userland: Add width_rounded_up() helper
thankyouverycool
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-03-04
Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()
Andreas Kling
2023-02-21
LibCards: Make find_card_stack_to_drop_on() non-const
Andreas Kling
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-22
LibCards: Use AK::shuffle() for shuffling new decks
Sam Atkins
2023-01-22
LibCards+Games: Return ErrorOr from CardStack::add_all_grabbed_cards()
Sam Atkins
2023-01-22
LibCards+Games: Return ErrorOr from deck-creation factory functions :^)
Sam Atkins
2023-01-22
LibCards+Game: Return ErrorOr from CardGame::drop_cards_on_stack()
Sam Atkins
2023-01-22
LibCards+Games+GamesSettings: Return ErrorOr from CardStack::push()
Sam Atkins
2023-01-22
LibCards+Solitaire: Rename `CardStack::move_to_stack()` -> `take_all()`
Sam Atkins
2023-01-06
LibCards+Games: Make `CardGame::add_stack()` fallible
Sam Atkins
2023-01-06
LibCards: Support "previewing" cards that may be covered by other cards
Timothy Flynn
2023-01-06
LibCards+Solitaire: Elevate card highlight management to the card stack
Timothy Flynn
2023-01-06
LibCards: Draw the inside of card highlight rects with rounded corners
Timothy Flynn
2023-01-05
LibCards: Add a helper to create an action to open Cards Settings
Timothy Flynn
2023-01-05
LibCards: Support highlighting cards of interest
Timothy Flynn
2023-01-05
LibGfx: Avoid rounding/truncating glyph positions till blitting
MacDue
2023-01-03
LibGfx: Make Font::width() return a float
Andreas Kling
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::Color by value
MacDue
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-11-01
Everywhere: Explicitly link all binaries against the LibC target
Tim Schumacher
2022-10-10
LibCards+Games: Remove concept of a CardStack being focused
Sam Atkins
2022-10-10
LibCards: If dropping cards over multiple valid stacks, pick the closest
Sam Atkins
2022-10-10
LibCards: Add support for card dragging
Sam Atkins
2022-10-10
LibCards+Games: Move `mark_intersecting_stacks_dirty()` to CardGame
Sam Atkins
2022-10-10
LibCards+Spider: Move `ensure_top_card_is_visible()` logic to CardStack
Sam Atkins
2022-10-10
LibCards: Fix some minor clang-tidy issues
Sam Atkins
2022-10-10
LibCards: Combine CardStack constructors
Sam Atkins
2022-10-10
LibCards+Games: Rename "draw" methods to "paint" for clarity
Sam Atkins
2022-10-10
LibCards+Games: Make CardGame responsible for managing CardStacks
Sam Atkins
2022-10-10
LibCards+Games: Move "create a deck" logic to LibCards
Sam Atkins
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
[next]