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
/
main.cpp
Age
Commit message (
Expand
)
Author
2022-01-13
GameOfLife: Add link to help pages in menu
David Lindbom
2021-12-18
GameOfLife: Convert to try_create_default_icon
Astraeus-
2021-12-05
Games: Cast unused smart-pointer return values to void
Sam Atkins
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-27
GameOfLife: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-24
GameOfLife: Replace construct() with TRY(try_create()) pattern
Pedro Pereira
2021-11-23
GameOfLife: Port to LibMain
Pedro Pereira
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
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-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: Move "ms" interval label to GML
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