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.cpp
Age
Commit message (
Expand
)
Author
2022-02-16
Games: Use default constructors/destructors
Lenny Maiorani
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-06-11
Chess: Remove 1:1 window aspect ratio
Joshua Gollaher
2021-06-02
LibChess: Change cursor style when hovering or dragging valid piece
BrandonKi
2021-05-20
LibGfx: Remove Gfx::FontDatabase::default_bold_font()
Andreas Kling
2021-05-17
Chess: Fix signed/unsigned issues
Jean-Baptiste Boric
2021-05-17
Chess: Make the main widget a GUI::Frame for a nicer look :^)
Andreas Kling
2021-05-14
Userland: Replace arc4random() with get_random<u32>()
Jean-Baptiste Boric
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-03
Userland: Fix 64-bit portability issues
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-16
Everywhere: Add `-Wdouble-promotion` warning
Nicholas-Baron
2021-03-27
Chess: Show available moves from current piece
lucastarche
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-18
Chess: Allow right click to cancel drag move while dragging a piece
Brendan Coles
2021-01-12
Games: Move to Userland/Games/
Andreas Kling