1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 08:20:44 +00:00
serenity/Userland/Applications/FileManager
Timothy Flynn 3990e630f2 FileManager: Launch applications with their AppFile-specified arguments
We should really use Core::Process here, but it does not yet support all
posix_spawn features we are currently using.
2024-04-30 17:43:14 -06:00
..
CMakeLists.txt AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04: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: Launch applications with their AppFile-specified arguments 2024-04-30 17:43:14 -06:00
DirectoryView.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04: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 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
FileOperationProgressWidget.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
FileUtils.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
FileUtils.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
main.cpp Userland: Avoid some conversions from rvalue strings to StringView 2024-04-04 11:23:21 +02:00
PropertiesWindow.cpp LibGfx+Fallout: Make ImageDecoder return ErrorOr 2024-03-07 11:20:06 -05:00
PropertiesWindow.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
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: Start displaying basic metadata for images 2024-01-14 15:04:43 -07:00
PropertiesWindowPDFTab.gml FileManager: Add file properties tab for PDF documents 2023-07-30 22:16:40 +01:00