summaryrefslogtreecommitdiff
path: root/Userland/Games/Chess/ChessWidget.cpp
AgeCommit message (Expand)Author
2023-05-23Chess: Make the resign button have no effect after the game endsTim Ledbetter
2023-05-23Chess: Don't ask the engine to make a move if the game is finishedTim Ledbetter
2023-05-10Chess+GameSettings: Optionally highlight the king when in checkTim Ledbetter
2023-05-05LibChess+Chess: Ensure no pawns have moved when invoking 50 move ruleTim Ledbetter
2023-05-05Base+LibChess: Move assets from /icons/ to /graphics/Cubic Love
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-04-28Chess: Send a ucinewgame command to the engine on starting a new gameTim Ledbetter
2023-04-24LibChess: Return ErrorOr<String> from to-algebraic/fen methodsSam Atkins
2023-04-24LibChess: Add and use Square::{file,rank}_char() methodsSam Atkins
2023-04-20Chess: Gracefully handle ChessEngine disconnectionsTim Ledbetter
2023-03-13Everywhere: Remove unintentional partial stream reads and writesTim Schumacher
2023-03-13AK: Rename Stream::{read,write} to Stream::{read_some,write_some}Tim Schumacher
2023-02-21Userland: Fix remaining smart pointer const-correctness issuesAndreas Kling
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
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-04Chess+GamesSettings: Give chess pieces some breathing roomSam Atkins
2023-02-04Chess+GamesSettings: Use the correct term for chess squaresSam Atkins
2023-02-02Chess: Automatically update and repaint when the config changesSam Atkins
2023-02-02Chess: Paint pieces using BilinearBlend instead of NearestNeighborSam Atkins
2023-02-02Chess: Stop hiding the frame borderSam Atkins
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-07Chess: Port to `Core::Stream`Lucas CHOLLET
2022-12-14Chess: Ignore unhandled keydown eventsSam Atkins
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-08-26Chess: Highlight piece origin square when dragging pieceJean Lourenço
2022-08-08Chess: Import/Export chessboards using LibFileSystemAccessClientKarol Kosek
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-05Chess: Paint move marker antialiasedMacDue
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-16Games: Use default constructors/destructorsLenny Maiorani
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-06-11Chess: Remove 1:1 window aspect ratioJoshua Gollaher
2021-06-02LibChess: Change cursor style when hovering or dragging valid pieceBrandonKi
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_font()Andreas Kling
2021-05-17Chess: Fix signed/unsigned issuesJean-Baptiste Boric
2021-05-17Chess: Make the main widget a GUI::Frame for a nicer look :^)Andreas Kling
2021-05-14Userland: Replace arc4random() with get_random<u32>()Jean-Baptiste Boric
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-03Userland: Fix 64-bit portability issuesGunnar Beutner