summaryrefslogtreecommitdiff
path: root/Userland/Games
AgeCommit message (Expand)Author
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-14Pong: Alt shortcuts in top-level menusAndreas Kling
2021-04-142048: Alt shortcuts and book title capitalization in menusAndreas Kling
2021-04-13Minesweeper: Use one premade mine palette for all mine widgetsJean-Baptiste Boric
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-06Minesweeper: Fix UI layout and focus behaviorAndreas Kling
2021-04-052048: Give the board view a nice GUI::Frame look :^)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-16LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888xAndreas 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-02-18Conway: Set minumum window size to game columns x rowsLinus Groh
2021-01-22Conway: Add interactivityBen Wiederhake
2021-01-20Conway: Don't run misleading srand()Ben Wiederhake
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-16Everywhere: Convert a handful of String::format() => formatted()Andreas Kling
2021-01-15Demos+Games: Pledge "sendfd" in demos and gamesTheMorc
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Games: Move to Userland/Games/Andreas Kling