Andreas Kling
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
5 年 前 |
Andreas Kling
|
6cbd72f54f
AK: Remove bitrotted Traits::dump() mechanism
|
5 年 前 |
Andreas Kling
|
d66bbc21ce
AK: Unbreak FileSystemPath after String::split() changes
|
5 年 前 |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 年 前 |
Conrad Pankoff
|
c7fd39f3b1
AK: Add dirname() to FileSystemPath
|
5 年 前 |
Andreas Kling
|
56eaf9b033
AK: Make FileSystemPath better at handling relative paths
|
5 年 前 |
rhin123
|
a175e76948
TextEditor: Include extension during SaveAs
|
6 年 前 |
Andreas Kling
|
954a0b8efe
AK: Add a canonicalized_path() convenience function.
|
6 年 前 |
Robin Burchell
|
7bce096afd
Take StringView in more places
|
6 年 前 |
Robin Burchell
|
0dc9af5f7e
Add clang-format file
|
6 年 前 |
Andreas Kling
|
5ba2dba392
FileSystemPath: Add a has_extension() helper.
|
6 年 前 |
Andreas Kling
|
2c6a597d77
FileManager: Make the tree view follow the directory view navigations.
|
6 年 前 |
Andreas Kling
|
ffab6897aa
Big, possibly complete sweep of naming changes.
|
6 年 前 |
Andreas Kling
|
b75ee4aacb
Coding style fixes in AK.
|
6 年 前 |
Andreas Kling
|
9d7da26b4e
StringBuilder: Use a ByteBuffer internally instead of a Vector<String>.
|
6 年 前 |
Andreas Kling
|
7bc41532be
Remove FS::read_entire_inode() in favor of Inode::read_entire().
|
6 年 前 |
Andreas Kling
|
ec1c487dcd
Yet another pass of style fixes.
|
6 年 前 |
Andreas Kling
|
aff89d2fd7
Yet more coding style fixes.
|
6 年 前 |
Andreas Kling
|
f5a0b6961c
Fix mkdir with relative paths.
|
6 年 前 |
Andreas Kling
|
de4604ac95
Finally hook up the mkdir code to a syscall.
|
6 年 前 |
Andreas Kling
|
c653bb09b3
Don't include empty segments in canonicalized paths.
|
6 年 前 |
Andreas Kling
|
e9cdb6bb9b
Fix all current build warnings in LibC.
|
6 年 前 |
Andreas Kling
|
88ad59bfb1
Add a simple FileSystemPath class that can canonicalize paths.
|
6 年 前 |