ladybird/Userland/Applications/FileManager
Lenny Maiorani 160bda7228 Applications: Use default constructors/destructors
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules

"The compiler is more likely to get the default semantics right and
you cannot implement these functions better than the compiler."
2022-02-14 22:06:55 +00:00
..
CMakeLists.txt FileManager: Port to LibMain :^) 2021-11-22 23:52:47 +01: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: Don't show command palette for the desktop 2022-02-03 23:28:56 +01:00
DirectoryView.h FileManager: Do not allow rename files that cannot be modified 2022-01-09 00:47:48 +01:00
FileManagerWindow.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
FileOperationProgress.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
FileOperationProgressWidget.cpp FileManager: Add an animation for deleting files 2022-02-05 19:57:45 +00:00
FileOperationProgressWidget.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
FileUtils.cpp Everywhere: Use my shiny new serenityos.org email :^) 2021-09-03 12:22:36 +02:00
FileUtils.h Everywhere: Use my shiny new serenityos.org email :^) 2021-09-03 12:22:36 +02:00
main.cpp WindowServer+Userland: Pass wallpapers as Gfx::Bitmap instead of path 2022-02-14 16:38:42 +03:30
PropertiesWindow.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
PropertiesWindow.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
PropertiesWindowGeneralTab.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00