ladybird/Userland/Applications/FileManager
Shannon Booth e800605ad3 AK+LibURL: Move AK::URL into a new URL library
This URL library ends up being a relatively fundamental base library of
the system, as LibCore depends on LibURL.

This change has two main benefits:
 * Moving AK back more towards being an agnostic library that can
   be used between the kernel and userspace. URL has never really fit
   that description - and is not used in the kernel.
 * URL _should_ depend on LibUnicode, as it needs punnycode support.
   However, it's not really possible to do this inside of AK as it can't
   depend on any external library. This change brings us a little closer
   to being able to do that, but unfortunately we aren't there quite
   yet, as the code generators depend on LibCore.
2024-03-18 14:06:28 -04: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 AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04: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 AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04: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