ladybird/Applications/FileManager
Andreas Kling 31b38ed88f LibGUI: Don't create GMessageBox and GInputBox on the stack
We need to get rid of all instances of widgets-on-the-stack since that
will no longer work in the ref-counting world.
2019-09-21 20:32:31 +02:00
..
DirectoryView.cpp LibGUI: Convert GTableView to ObjectPtr 2019-09-21 16:03:59 +02:00
DirectoryView.h LibGUI: Convert custom widgets and subclasses to ObjectPtr 2019-09-21 20:04:00 +02:00
FileUtils.cpp FileManager: Create FileUtils 2019-09-10 19:28:41 +02:00
FileUtils.h FileManager: Create FileUtils 2019-09-10 19:28:41 +02:00
main.cpp LibGUI: Don't create GMessageBox and GInputBox on the stack 2019-09-21 20:32:31 +02:00
Makefile FileManager: Create FileUtils 2019-09-10 19:28:41 +02:00