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
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-12-23
GameOfLife: Propagate errors while loading bmp
ericLemanissier
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-25
Userland: Let applications make use of make_command_palette_action()
demostanis
2022-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
2022-10-03
Userland: Tighten promises by removing 'proc' where it isn't used
Timothy Flynn
2022-10-03
SystemServer+LoginServer+Userland: Switch to sid-based sockets
Peter Elliott
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-09-12
Everywhere: Use my very shiny serenityos.org email :^)
networkException
2022-08-14
Everywhere: Replace hardcoded anon's uid in unveil path with `%uid`
Lucas CHOLLET
2022-08-14
LibCore+LaunchServer: Move portal directory to `/tmp/user/%uid`
Lucas CHOLLET
2022-07-19
LaunchServer+SystemServer: Move the portal to a user-specific directory
Lucas CHOLLET
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-04
LibGfx+GameOfLife: Remove Gfx::make_rgb() and its one user
Andreas Kling
2022-02-16
Games: Use default constructors/destructors
Lenny Maiorani
2022-02-13
Userland: Run gml-format
Idan Horowitz
2022-02-07
Meta+Userland: Run the GML formatter on CI and pre-commit
kleines Filmröllchen
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-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
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
[next]