summaryrefslogtreecommitdiff
path: root/AK/LexicalPath.cpp
AgeCommit message (Collapse)Author
2020-07-15LexicalPath: Simplify a loopNico Weber
No behavior change.
2020-07-13AK: Make LexicalPath keep everything before the last dot as titleNico Weber
Previously, TextEditor would put "foo.txt" in the Save As dialog for files named "foo.bar.txt". Now, it puts "foo.bar.txt" instead.
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey 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.