serenity/Userland/Applications/FileManager
2023-07-14 06:52:38 +02:00
..
CMakeLists.txt Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
DesktopWidget.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
DesktopWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
DirectoryView.cpp FileManager: Restore inline message behavior for inaccessible dirs 2023-07-04 12:40:22 +01:00
DirectoryView.h Userland: Convert config listener callbacks to use StringView 2023-06-27 15:37:00 +01:00
FileManagerWindow.gml FileManager: Use PathBreadcrumbbar instead of Breadcrumbbar :^) 2023-02-19 01:09:09 +01:00
FileOperationProgress.gml Userland: Replace empty GUI::Widgets in GML with GUI::Layout::Spacer 2022-09-29 08:31:15 -04:00
FileOperationProgressWidget.cpp AK: Add the Input word to input-only buffered streams 2023-05-09 11:18:46 +02:00
FileOperationProgressWidget.h AK: Add the Input word to input-only buffered streams 2023-05-09 11:18:46 +02:00
FileUtils.cpp Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
FileUtils.h FileManager: Factorize code to handle drag-and-drop 2023-02-11 14:18:13 +00:00
main.cpp Userland: Convert config listener callbacks to use StringView 2023-06-27 15:37:00 +01:00
PropertiesWindow.cpp FileManager: Exit the properties window on escape 2023-07-14 06:52:38 +02:00
PropertiesWindow.h FileManager: Exit the properties window on escape 2023-07-14 06:52:38 +02:00
PropertiesWindowGeneralTab.gml FileManager: Show directory size and file count in PropertiesWindow 2023-02-11 19:32:07 +00:00