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
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
2023-01-05
LibGfx: Avoid rounding/truncating glyph positions till blitting
MacDue
2023-01-03
LibGfx: Make Font::width() return a float
Andreas Kling
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-01
Welcome: Use StandardPaths to load README.md
thankyouverycool
2022-10-01
Welcome: Update GML
thankyouverycool
2022-10-01
Welcome: Port to Core::Stream
thankyouverycool
2022-10-01
Welcome: Remove unnecessary include
thankyouverycool
2022-10-01
Welcome: Add/remove SystemServer group entry to toggle startup
thankyouverycool
2022-09-28
Welcome: Get LibWeb to parse Markdown documents for us
Sam Atkins
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
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