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
Age
Commit message (
Expand
)
Author
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
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-04-14
Chess: Alt shortcuts and book title capitalization in menus
Andreas Kling
2021-04-14
Pong: Alt shortcuts in top-level menus
Andreas Kling
2021-04-14
2048: Alt shortcuts and book title capitalization in menus
Andreas Kling
2021-04-13
Minesweeper: Use one premade mine palette for all mine widgets
Jean-Baptiste Boric
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-06
Minesweeper: Fix UI layout and focus behavior
Andreas Kling
2021-04-05
2048: Give the board view a nice GUI::Frame look :^)
Andreas Kling
2021-03-27
Chess: Added option to toggle showing moves
lucastarche
2021-03-27
Chess: Show available moves from current piece
lucastarche
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-03-16
LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
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-02-18
Chess: pledge thread
Brendan Coles
2021-02-18
Conway: Set minumum window size to game columns x rows
Linus Groh
2021-01-22
Conway: Add interactivity
Ben Wiederhake
2021-01-20
Conway: Don't run misleading srand()
Ben Wiederhake
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-16
Everywhere: Convert a handful of String::format() => formatted()
Andreas Kling
2021-01-15
Demos+Games: Pledge "sendfd" in demos and games
TheMorc
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
Games: Move to Userland/Games/
Andreas Kling