summaryrefslogtreecommitdiff
path: root/Userland/Applications/FileManager/CMakeLists.txt
AgeCommit message (Collapse)Author
2021-11-22FileManager: Port to LibMain :^)Andreas Kling
This simplifies a handful of calls to pledge() and sigaction().
2021-08-26FileManager: Use LibConfig instead of Core::ConfigFile :^)Andreas Kling
2021-07-13FileManager: Convert properties window UI to GML (#8705)luk1337
2021-06-17Everywhere: Add component declarationsGunnar Beutner
This adds component declarations so that users can select to not build certain parts of the OS.
2021-04-13FileManager: Use FileOperation to perform drag&drop copy out-of-processAndreas Kling
And display the progress of the copy operation in a separate window. :^) Note that this patch only updates the drag&drop code path to use the new mechanism. We still have to go through FileManager and make use of this everywhere. We also need to support additional operations, like Move, Delete, etc. Still, this is quite cool! :^)
2021-02-25Base: Add new icons for fonts and File Managerthankyouverycool
2021-01-12Applications: Move to Userland/Applications/Andreas Kling