Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-22 | FileManager: Port to LibMain :^) | Andreas Kling | |
This simplifies a handful of calls to pledge() and sigaction(). | |||
2021-08-26 | FileManager: Use LibConfig instead of Core::ConfigFile :^) | Andreas Kling | |
2021-07-13 | FileManager: Convert properties window UI to GML (#8705) | luk1337 | |
2021-06-17 | Everywhere: Add component declarations | Gunnar Beutner | |
This adds component declarations so that users can select to not build certain parts of the OS. | |||
2021-04-13 | FileManager: Use FileOperation to perform drag&drop copy out-of-process | Andreas 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-25 | Base: Add new icons for fonts and File Manager | thankyouverycool | |
2021-01-12 | Applications: Move to Userland/Applications/ | Andreas Kling | |