mirror of
https://github.com/RGBCube/serenity
synced 2025-10-29 08:32:33 +00:00
This prevents us from needing a sv suffix, and potentially reduces the need to run generic code for a single character (as contains, starts_with, ends_with etc. for a char will be just a length and equality check). No functional changes. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| DesktopWidget.cpp | ||
| DesktopWidget.h | ||
| DirectoryView.cpp | ||
| DirectoryView.h | ||
| FileManagerWindow.gml | ||
| FileOperationProgress.gml | ||
| FileOperationProgressWidget.cpp | ||
| FileOperationProgressWidget.h | ||
| FileUtils.cpp | ||
| FileUtils.h | ||
| main.cpp | ||
| PropertiesWindow.cpp | ||
| PropertiesWindow.h | ||
| PropertiesWindowGeneralTab.gml | ||