Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-05 | LibCore+Base: Move user-specific config files to $HOME/.config | Andreas Kling | |
2020-05-26 | AK: Rename FileSystemPath -> LexicalPath | Sergey Bugaev | |
And move canonicalized_path() to a static method on LexicalPath. This is to make it clear that FileSystemPath/canonicalized_path() only perform *lexical* canonicalization. | |||
2020-05-05 | LibCore: Add a standard downloads directory (~/Downloads) | Andreas Kling | |
2020-04-19 | LibCore: Add StandardPaths thing to retrieve various standard locations | Andreas Kling | |
Fixes #1853. |