Age | Commit message (Expand) | Author |
---|---|---|
2019-09-06 | AK: Rename <AK/AKString.h> to <AK/String.h> | Andreas Kling |
2019-07-29 | TextEditor: Include extension during SaveAs | rhin123 |
2019-07-15 | AK: Add a canonicalized_path() convenience function. | Andreas Kling |
2019-06-07 | Kernel: Tweak some String&& => const String&. | Andreas Kling |
2019-06-02 | Take StringView in more places | Robin Burchell |
2019-05-28 | Add clang-format file | Robin Burchell |
2019-05-27 | FileSystemPath: Add a has_extension() helper. | Andreas Kling |
2019-03-30 | FileManager: Make the tree view follow the directory view navigations. | Andreas Kling |
2018-12-04 | Import a simple text editor I started working on. | Andreas Kling |
2018-12-03 | Yet more coding style fixes. | Andreas Kling |
2018-11-18 | Fix mkdir with relative paths. | Andreas Kling |
2018-11-18 | Finally hook up the mkdir code to a syscall. | Andreas Kling |
2018-10-28 | Add a simple FileSystemPath class that can canonicalize paths. | Andreas Kling |