summaryrefslogtreecommitdiff
path: root/Userland/Games/GameOfLife
AgeCommit message (Expand)Author
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2022-12-23GameOfLife: Propagate errors while loading bmpericLemanissier
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-25Userland: Let applications make use of make_command_palette_action()demostanis
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-10-03Userland: Tighten promises by removing 'proc' where it isn't usedTimothy Flynn
2022-10-03SystemServer+LoginServer+Userland: Switch to sid-based socketsPeter Elliott
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-09-12Everywhere: Use my very shiny serenityos.org email :^)networkException
2022-08-14Everywhere: Replace hardcoded anon's uid in unveil path with `%uid`Lucas CHOLLET
2022-08-14LibCore+LaunchServer: Move portal directory to `/tmp/user/%uid`Lucas CHOLLET
2022-07-19LaunchServer+SystemServer: Move the portal to a user-specific directoryLucas CHOLLET
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-04LibGfx+GameOfLife: Remove Gfx::make_rgb() and its one userAndreas Kling
2022-02-16Games: Use default constructors/destructorsLenny Maiorani
2022-02-13Userland: Run gml-formatIdan Horowitz
2022-02-07Meta+Userland: Run the GML formatter on CI and pre-commitkleines Filmröllchen
2022-01-13GameOfLife: Add link to help pages in menuDavid Lindbom
2021-12-18GameOfLife: Convert to try_create_default_iconAstraeus-
2021-12-05Games: Cast unused smart-pointer return values to voidSam Atkins
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-27GameOfLife: TRY() all the things in serenity_main() :^)Pedro Pereira
2021-11-24GameOfLife: Replace construct() with TRY(try_create()) patternPedro Pereira
2021-11-23GameOfLife: Port to LibMainPedro Pereira
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-08-31GameOfLife: Don't enable rotate button if a pattern isn't selectedMusab Kılıç
2021-08-28GameOfLife: Add pledge and unveilLuke Wilde
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-18Userland+LibGUI: Make Margins arguments match CSS orderingsin-ack
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-07GameOfLife: Properly switch between play and pause iconnetworkException
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-05-22GameOfLife: Add choosable patternsRyan Wilson
2021-05-16GameOfLife: Don't randomize cells on board resizeLinus Groh
2021-05-16GameOfLife: Use a frame as the board widget containerLinus Groh
2021-05-16GameOfLife: Add vertical separator between interval and action buttonsLinus Groh
2021-05-16GameOfLife: Move "ms" interval label to GMLLinus Groh
2021-05-16GameOfLife: Auto-size toolbar labelsLinus Groh
2021-05-16GameOfLife: Remove some unused includesLinus Groh
2021-05-16GameOfLife: Add some margin to the toolbar layoutLinus Groh
2021-05-16GameOfLife: Switch from single indexed vector to rows+columnsLinus Groh
2021-05-15GameOfLife: Spell about action app name as "Game Of Life"Linus Groh
2021-05-15GameOfLife: Add separator before quit menu actionLinus Groh