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
/
Applications
/
Welcome
/
WelcomeWidget.cpp
Age
Commit message (
Expand
)
Author
2022-05-25
Userland: Use GUI::Process::spawn_or_show_error() for spawn() from a GUI
MacDue
2022-05-25
LibCore: Return ErrorOr<pid_t> and support arguments in Process::spawn
MacDue
2022-05-15
LibWebView: Move OutOfProcessWebView to a new LibWebView library
DexesTTP
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-10-18
Welcome: Save startup preference to user's SystemServer session
thankyouverycool
2021-09-02
Welcome: Replace rand()/srand() with AK::get_random_uniform()
thankyouverycool
2021-09-02
Welcome: Make license headers uniform
thankyouverycool
2021-08-06
Userland: Use Core::Process::spawn() instead of posix_spawn() in places
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-06-06
AK+Everywhere: Disallow constructing Functions from incompatible types
Ali Mohammad Pur
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-15
Welcome: Fix build breakage
Andreas Kling
2021-04-15
Applications: Rename Serendipity => Welcome
Andreas Kling