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
/
Games
/
Chess
/
ChessWidget.h
Age
Commit message (
Expand
)
Author
2023-04-29
Chess: Don't attempt to update the board when clicking out of bounds
Tim Ledbetter
2023-04-29
Chess: Display appropriate dialog when engine move ends the game
Tim Ledbetter
2023-02-21
Userland: Fix remaining smart pointer const-correctness issues
Andreas Kling
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-06
Chess+LibChess: Avoid using `DeprecatedString` whenever possible
Lucas CHOLLET
2023-02-06
Chess: Move `ChessWidget` to the create pattern
Lucas CHOLLET
2023-02-02
Chess: Automatically update and repaint when the config changes
Sam Atkins
2023-01-07
Chess: Port to `Core::Stream`
Lucas CHOLLET
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-08-08
Chess: Import/Export chessboards using LibFileSystemAccessClient
Karol Kosek
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-04
LibGfx: Rename Color::from_rgba() => Color::from_argb()
Andreas Kling
2022-02-16
Games: Use default constructors/destructors
Lenny Maiorani
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-05-17
Chess: Make the main widget a GUI::Frame for a nicer look :^)
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-27
Chess: Added option to toggle showing moves
lucastarche
2021-03-27
Chess: Show available moves from current piece
lucastarche
2021-01-12
Games: Move to Userland/Games/
Andreas Kling