summaryrefslogtreecommitdiff
path: root/Userland/Applications/Welcome/WelcomeWidget.cpp
AgeCommit message (Expand)Author
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-10-18Welcome: Save startup preference to user's SystemServer sessionthankyouverycool
2021-09-02Welcome: Replace rand()/srand() with AK::get_random_uniform()thankyouverycool
2021-09-02Welcome: Make license headers uniformthankyouverycool
2021-08-06Userland: Use Core::Process::spawn() instead of posix_spawn() in placesAndreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-15Welcome: Fix build breakageAndreas Kling
2021-04-15Applications: Rename Serendipity => WelcomeAndreas Kling