ladybird/Applications/FileManager
Andreas Kling 51146e3075 LibGUI: Make the Clipboard API deal in raw byte buffers a bit more
To open up for putting not just text/plain content on the clipboard,
let's make the GUI::Clipboard API a bit more raw-data-friendly. :^)
2020-09-05 16:16:01 +02:00
..
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
DirectoryView.cpp FileManager: Make DirectoryView vend indexes from view model 2020-08-17 22:49:52 +02:00
DirectoryView.h FileManager: Make DirectoryView vend indexes from view model 2020-08-17 22:49:52 +02:00
FileUtils.cpp FileManager: Don't close() twice when copying a file 2020-08-17 13:12:46 +02:00
FileUtils.h FileManager: Don't close() twice when copying a file 2020-08-17 13:12:46 +02:00
main.cpp LibGUI: Make the Clipboard API deal in raw byte buffers a bit more 2020-09-05 16:16:01 +02:00
PropertiesDialog.cpp FileManager: Use FileIconProvider in the properties dialog 2020-08-12 20:41:13 +02:00
PropertiesDialog.h FileManager: Use FileIconProvider in the properties dialog 2020-08-12 20:41:13 +02:00