1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-19 14:37:34 +00:00
serenity/Userland/Applications/FileManager
kleines Filmröllchen cf1fa419ab LibThreading: Register BackgroundAction with EventLoop
BackgroundActions are now added as a job to the event loop, therefore
they get canceled when the loop exits and their on_complete action never
runs. This fixes all UAF bugs related to BackgroundAction's use of
EventLoops, as seen with e.g. thumbnail generation.
2023-03-13 12:12:17 +00:00
..
CMakeLists.txt FileManager: Show directory size and file count in PropertiesWindow 2023-02-11 19:32:07 +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 Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
DirectoryView.h Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +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 LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
FileOperationProgressWidget.h LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
FileUtils.cpp LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
FileUtils.h FileManager: Factorize code to handle drag-and-drop 2023-02-11 14:18:13 +00:00
main.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
PropertiesWindow.cpp LibThreading: Register BackgroundAction with EventLoop 2023-03-13 12:12:17 +00:00
PropertiesWindow.h LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
PropertiesWindowGeneralTab.gml FileManager: Show directory size and file count in PropertiesWindow 2023-02-11 19:32:07 +00:00