summaryrefslogtreecommitdiff
path: root/Userland/Applications/FileManager/DirectoryView.h
AgeCommit message (Expand)Author
2021-08-26FileManager: Make DirectoryView listen for configuration changesAndreas Kling
2021-08-26FileManager: Move "View as ViewType" actions into DirectoryViewAndreas Kling
2021-08-26FileManager: Change the cwd when opening a directoryTheFightingCatfish
2021-07-22FileManager+FileOperation: Switch to east constSam Atkins
2021-07-13FileManager: Add Rename action to context and application menuKarol Kosek
2021-07-08FileManager: Add Open in Terminal on folder context menupancake
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-17FileManager: Make DirectoryView API's take String instead of StringViewAndreas Kling
2021-04-11LibC: Move S_* defines into <fcntl.h>Gunnar Beutner
2021-03-07FileManager: Disable view change actions when directory is unreadableLinus Groh
2021-03-03FileManager: Add launch handler actions to desktop context menuZac
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling