serenity/Userland/Applications/FileManager
kleines Filmröllchen 062e0db46c LibCore: Make MappedFile OwnPtr-based
Since it will become a stream in a little bit, it should behave like all
non-trivial stream classes, who are not primarily intended to have
shared ownership to make closing behavior more predictable. Across all
uses of MappedFile, there is only one use case of shared mapped files in
LibVideo, which now uses the thin SharedMappedFile wrapper.
2023-09-27 03:22:56 +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
FileOperationProgress.gml
FileOperationProgressWidget.cpp AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
FileOperationProgressWidget.h
FileUtils.cpp Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
FileUtils.h
main.cpp Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
PropertiesWindow.cpp LibCore: Make MappedFile OwnPtr-based 2023-09-27 03:22:56 +02:00
PropertiesWindow.h LibCore: Make MappedFile OwnPtr-based 2023-09-27 03:22:56 +02: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