summaryrefslogtreecommitdiff
path: root/Userland/Games/Chess/ChessWidget.h
AgeCommit message (Expand)Author
2023-04-29Chess: Don't attempt to update the board when clicking out of boundsTim Ledbetter
2023-04-29Chess: Display appropriate dialog when engine move ends the gameTim Ledbetter
2023-02-21Userland: Fix remaining smart pointer const-correctness issuesAndreas Kling
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-06Chess+LibChess: Avoid using `DeprecatedString` whenever possibleLucas CHOLLET
2023-02-06Chess: Move `ChessWidget` to the create patternLucas CHOLLET
2023-02-02Chess: Automatically update and repaint when the config changesSam Atkins
2023-01-07Chess: Port to `Core::Stream`Lucas CHOLLET
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-08-08Chess: Import/Export chessboards using LibFileSystemAccessClientKarol Kosek
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-04LibGfx: Rename Color::from_rgba() => Color::from_argb()Andreas Kling
2022-02-16Games: Use default constructors/destructorsLenny Maiorani
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-05-17Chess: Make the main widget a GUI::Frame for a nicer look :^)Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-27Chess: Added option to toggle showing moveslucastarche
2021-03-27Chess: Show available moves from current piecelucastarche
2021-01-12Games: Move to Userland/Games/Andreas Kling