serenity/Userland/Applications/FileManager
2023-09-16 11:05:49 +02:00
..
CMakeLists.txt Meta: Rename compile_gml to stringify_gml 2023-08-11 21:33:48 +02:00
DesktopWidget.cpp
DesktopWidget.h
DirectoryView.cpp Revert "FileManager: Remove duplicate log statement" 2023-07-22 12:19:53 -04: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
FileOperationProgressWidget.cpp AK: Make "foo"_string infallible 2023-08-07 16:03:27 +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 LibGUI+Applications: Use String in make_about_action() 2023-09-16 11:05:49 +02:00
PropertiesWindow.cpp LibGfx: Convert FontDatabase APIs to use FlyString 2023-09-06 11:29:03 -04:00
PropertiesWindow.h FileManager: Add file properties tab for PDF documents 2023-07-30 22:16:40 +01:00
PropertiesWindowArchiveTab.gml FileManager: Add file properties tab for ZIP archives 2023-07-30 22:16:40 +01:00
PropertiesWindowAudioTab.gml FileManager: Add "Audio" tab to File Properties window 2023-07-20 08:02:12 +01:00
PropertiesWindowFontTab.gml FileManager: Add "Font" tab to File Properties window 2023-07-20 08:02:12 +01:00
PropertiesWindowGeneralTab.gml FileManager: Don't wrap long paths on Properties window 2023-07-20 08:02:12 +01:00
PropertiesWindowImageTab.gml FileManager: Add "Image" tab to File Properties window 2023-07-20 08:02:12 +01:00
PropertiesWindowPDFTab.gml FileManager: Add file properties tab for PDF documents 2023-07-30 22:16:40 +01:00