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
/
Demos
/
Starfield
Age
Commit message (
Expand
)
Author
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-12-28
Demos: Add ability to use scroll wheel in starfield
HawDevelopment
2022-12-27
Demos+LibDesktop: Centralize screensaver logic
Jelle Raaijmakers
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-02-15
Demos: Use default constructors/destructors
Lenny Maiorani
2022-02-01
Starfield: Add app icon
Jagger De Leo
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-25
Starfield: Use TRY() a lot more :^)
pbrw
2021-11-23
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
Andreas Kling
2021-11-22
Everywhere: Use Application::construct() with Main::Arguments directly
Mustafa Quraish
2021-11-22
Everywhere: Use ArgsParser::parse() with Main::Arguments directly
Mustafa Quraish
2021-11-22
Starfield: Port to LibMain
Pedro Pereira
2021-11-21
Starfield: Modify speed by Plus or Minus keypresses
Pedro Pereira
2021-11-21
Starfield: Modify speed by command argument
Pedro Pereira
2021-11-21
Starfield: Support variable speed
Pedro Pereira
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-08-03
Everywhere: Replace most cases of exit() with Application::quit()
Timothy
2021-08-01
Demos: Remove unused header includes
Brian Gianforcaro
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-09
Demos: Fix a bunch of incorrect use of GUI::PaintEvent::rect()
Andreas Kling
2021-04-26
Demos: Add Starfield screensaver demo
Jagger De Leo