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
/
Applications
/
GamesSettings
Age
Commit message (
Expand
)
Author
2023-05-23
LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive
Jelle Raaijmakers
2023-05-23
Base+Userland: Apply Human Interface Guidelines to Object text
thankyouverycool
2023-05-10
Chess+GameSettings: Optionally highlight the king when in check
Tim Ledbetter
2023-05-05
LibGUI: Make `Application`'s construction fallible
Lucas CHOLLET
2023-05-05
Base+LibChess: Move assets from /icons/ to /graphics/
Cubic Love
2023-05-05
Base+LibCards: Move card backs from /icons/ to /graphics/
Cubic Love
2023-04-24
LibChess: Add and use Square::{file,rank}_char() methods
Sam Atkins
2023-03-16
LibGUI+Applications: Port SettingsWindow::add_tab() to the new string
Karol Kosek
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-03-05
GamesSettings: Migrate to Directory::for_each_entry()
Sam Atkins
2023-02-04
Chess+GamesSettings: Give chess pieces some breathing room
Sam Atkins
2023-02-04
Chess+GamesSettings: Use the correct term for chess squares
Sam Atkins
2023-02-02
GamesSettings: Add chess settings :^)
Sam Atkins
2023-02-02
GamesSettings: Make CardSettingsWidget creation fallible
Sam Atkins
2023-02-02
GamesSettings: Rename `Preview` -> `CardGamePreview`
Sam Atkins
2023-01-22
LibCards+Games+GamesSettings: Return ErrorOr from CardStack::push()
Sam Atkins
2023-01-13
GamesSettings: Draw one of the previewed cards as "highlighted"
Timothy Flynn
2023-01-13
GamesSettings: Paint the card preview frame using a CardGame subclass
Timothy Flynn
2023-01-13
GamesSettings: Move classes into the GamesSettings namespace
Timothy Flynn
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
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-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
2022-09-20
GamesSettings: Always ensure last card back selected is saved
ne0ndrag0n
2022-08-22
GamesSettings: Add a preview for the current card-game settings :^)
Sam Atkins
2022-08-22
GamesSettings: Add a setting for the card-back image
Sam Atkins
2022-08-22
GamesSettings: Introduce a new GamesSettings application :^)
Sam Atkins