summaryrefslogtreecommitdiff
path: root/Userland/Games/Chess/ChessWidget.cpp
AgeCommit message (Expand)Author
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
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-16Everywhere: Add `-Wdouble-promotion` warningNicholas-Baron
2021-03-27Chess: Show available moves from current piecelucastarche
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-18Chess: Allow right click to cancel drag move while dragging a pieceBrendan Coles
2021-01-12Games: Move to Userland/Games/Andreas Kling