summaryrefslogtreecommitdiff
path: root/Userland/Games/Chess
AgeCommit message (Expand)Author
2021-06-17Everywhere: Add component declarationsGunnar Beutner
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-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-07Chess+Help: Remove erroneous ampersand from app nameLinus Groh
2021-05-03Userland: Fix 64-bit portability issuesGunnar Beutner
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-16Everywhere: Add `-Wdouble-promotion` warningNicholas-Baron
2021-04-14Chess: Alt shortcuts and book title capitalization in menusAndreas Kling
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-03-27Chess: Added option to toggle showing moveslucastarche
2021-03-27Chess: Show available moves from current piecelucastarche
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-18Chess: Allow right click to cancel drag move while dragging a pieceBrendan Coles
2021-02-18Chess: pledge threadBrendan Coles
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Games: Move to Userland/Games/Andreas Kling