summaryrefslogtreecommitdiff
path: root/Userland/Games/Breakout/main.cpp
AgeCommit message (Expand)Author
2022-06-15Userland+Base: Remove Breakout and Pong gamesAndreas Kling
2022-01-13Breakout: Add link to help pages in menuDavid Lindbom
2021-12-18Breakout: Convert to try_create_default_iconAstraeus-
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-27Breakout: TRY() all the things in serenity_main() :^)Pedro Pereira
2021-11-24Breakout: Replace construct() with TRY(try_create()) patternPedro Pereira
2021-11-23LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCoreAndreas Kling
2021-11-22Everywhere: Use Application::construct() with Main::Arguments directlyMustafa Quraish
2021-11-22Breakout: Port to LibMainPedro Pereira
2021-07-31Breakout: Add menus before showing the windowLuK1337
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-12Everywhere: Add Alt shortcuts to remaining top-level menusLinus Groh
2021-05-01Everywhere: Rename app_menu to file_menu or game_menuAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-15Demos+Games: Pledge "sendfd" in demos and gamesTheMorc
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Games: Move to Userland/Games/Andreas Kling