summaryrefslogtreecommitdiff
path: root/Userland/Applications/Welcome/main.cpp
AgeCommit message (Expand)Author
2022-08-14Base: Launch WebContent at session start-upLucas CHOLLET
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-02-11LibConfig: Rename pledge_domains(String) => pledge_domain(String)Vitaly Dyachkov
2022-01-09Welcome: Propagate errors using try_set_main_widget in maincreator1creeper1
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-24Welcome: Port to LibMain :^)Andreas Kling
2021-10-18Welcome: Save startup preference to user's SystemServer sessionthankyouverycool
2021-09-02Welcome: Make license headers uniformthankyouverycool
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-15Applications: Rename Serendipity => WelcomeAndreas Kling
2021-02-03Applications: Remove "Welcome" applicationAndreas Kling
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling