summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/StandardPaths.cpp
AgeCommit message (Expand)Author
2023-02-25Everywhere: Use _{short_,}string to create Strings from literalsLinus Groh
2023-01-11LibCore: Add StandardPaths::font_directories()Linus Groh
2022-12-15LibCore: Use the user's root session ID for standard runtime pathTimothy Flynn
2022-12-11LibCore: Add a standard path for runtime communication filesTimothy Flynn
2022-12-08LibCore: Add a standard path for application dataTimothy Flynn
2022-12-08LibCore: Support XDG_CONFIG_HOME when determing the user's config pathTimothy Flynn
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-01LibCore: Add documents_directory() to StandardPathsthankyouverycool
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling