ladybird/Applications/FileManager
Andrew Kaster 347bf6459d Applications+LibGUI: Convert all GML consumers to use the LibCore finder
Remove Widget::find_child_by_name and Widget::find_descendant_by_name,
and convert all users to using the type-safer version in Core::Object.
2021-01-01 14:45:09 +01:00
..
CMakeLists.txt Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
DesktopWidget.cpp FileManager: Move the DesktopWidget to its own compilation unit 2020-09-17 14:34:47 +02:00
DesktopWidget.h FileManager: Move the DesktopWidget to its own compilation unit 2020-09-17 14:34:47 +02:00
DirectoryView.cpp FileManager: Hide unnecessary scrollbars in DirectoryView 2021-01-01 02:12:39 +01:00
DirectoryView.h FileManager: Fix TreeView collapsing on file system changes (#4348) 2020-12-08 17:51:53 +01:00
FileManagerWindow.gml LibGUI: Rewrite layout system in terms of min and max sizes 2020-12-30 01:36:41 +01:00
FileUtils.cpp FileManager: Add a delete_path helper for singular paths 2020-12-28 19:13:45 +01:00
FileUtils.h FileManager: Implement the cut file operation 2020-12-28 19:13:45 +01:00
main.cpp Applications+LibGUI: Convert all GML consumers to use the LibCore finder 2021-01-01 14:45:09 +01:00
PropertiesDialog.cpp FileManager: Use GUI::SeparatorWidget in the properties dialog 2020-12-30 03:53:37 +01:00
PropertiesDialog.h FileManager: Use GUI::SeparatorWidget in the properties dialog 2020-12-30 03:53:37 +01:00