summaryrefslogtreecommitdiff
path: root/Userland/Demos/Starfield
AgeCommit message (Expand)Author
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2022-12-28Demos: Add ability to use scroll wheel in starfieldHawDevelopment
2022-12-27Demos+LibDesktop: Centralize screensaver logicJelle Raaijmakers
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-02-15Demos: Use default constructors/destructorsLenny Maiorani
2022-02-01Starfield: Add app iconJagger De Leo
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-25Starfield: Use TRY() a lot more :^)pbrw
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-22Everywhere: Use ArgsParser::parse() with Main::Arguments directlyMustafa Quraish
2021-11-22Starfield: Port to LibMainPedro Pereira
2021-11-21Starfield: Modify speed by Plus or Minus keypressesPedro Pereira
2021-11-21Starfield: Modify speed by command argumentPedro Pereira
2021-11-21Starfield: Support variable speedPedro Pereira
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create()Andreas Kling
2021-08-03Everywhere: Replace most cases of exit() with Application::quit()Timothy
2021-08-01Demos: Remove unused header includesBrian Gianforcaro
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-09Demos: Fix a bunch of incorrect use of GUI::PaintEvent::rect()Andreas Kling
2021-04-26Demos: Add Starfield screensaver demoJagger De Leo