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
/
GameOfLife
Age
Commit message (
Expand
)
Author
2021-08-31
GameOfLife: Don't enable rotate button if a pattern isn't selected
Musab Kılıç
2021-08-28
GameOfLife: Add pledge and unveil
Luke Wilde
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-08-18
Userland+LibGUI: Make Margins arguments match CSS ordering
sin-ack
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-07
GameOfLife: Properly switch between play and pause icon
networkException
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-05-22
GameOfLife: Add choosable patterns
Ryan Wilson
2021-05-16
GameOfLife: Don't randomize cells on board resize
Linus Groh
2021-05-16
GameOfLife: Use a frame as the board widget container
Linus Groh
2021-05-16
GameOfLife: Add vertical separator between interval and action buttons
Linus Groh
2021-05-16
GameOfLife: Move "ms" interval label to GML
Linus Groh
2021-05-16
GameOfLife: Auto-size toolbar labels
Linus Groh
2021-05-16
GameOfLife: Remove some unused includes
Linus Groh
2021-05-16
GameOfLife: Add some margin to the toolbar layout
Linus Groh
2021-05-16
GameOfLife: Switch from single indexed vector to rows+columns
Linus Groh
2021-05-15
GameOfLife: Spell about action app name as "Game Of Life"
Linus Groh
2021-05-15
GameOfLife: Add separator before quit menu action
Linus Groh
2021-05-15
GameOfLife: Add alt shortcuts to menus
Linus Groh
2021-05-15
GameOfLife: Rename primary menu to just "Game"
Linus Groh
2021-05-15
Games: Add GameOfLife
Andres Crucitti