summaryrefslogtreecommitdiff
path: root/Userland/Applications/FileManager/DirectoryView.cpp
AgeCommit message (Expand)Author
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-03LibGUI+FileManager: Clarify Widget margins nameFrHun
2021-09-03Everywhere: Use my shiny new serenityos.org email :^)Sam Atkins
2021-08-31FileManager: Hide the Inode and Symlink Target columns in TableViewAndreas Kling
2021-08-26FileManager: Report errors from chdir(), if anyAndreas Kling
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-08-26FileManager: Remove "on activation" debug spamTheFightingCatfish
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-08-03FileManager: Set chdir to the current path when opening applicationsKarol Kosek
2021-08-01Applications: Remove unused header includesBrian Gianforcaro
2021-07-22FileManager: Move mass-copy code from DirectoryView to FileUtilsSam Atkins
2021-07-22FileManager: Combine drag&drop file copies into one progress windowSam Atkins
2021-07-22FileManager+FileOperation: Switch to east constSam Atkins
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-19File Manager: Differentiate between navigation and rename errorsls
2021-07-13FileManager: Add Rename action to context and application menuKarol Kosek
2021-07-08FileManager: Add Open in Terminal on folder context menupancake
2021-07-07FileManager: Fix Desktop rubber-banding getting clipped at the edgeAndreas Kling
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-06-27FileManager: Pass launch origin rects to spawned programsAndreas Kling
2021-05-21Applications: Use titlecase and distinct underlined characters in menusMax Wipfli
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-04-29Everywhere: "indexes" => "indices"Andreas Kling
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18FileManager: Pluralize empty selection statusbar message properlyLinus Groh
2021-04-17FileManager: Show file copying animationLeandro Pereira
2021-04-17FileManager: Make DirectoryView API's take String instead of StringViewAndreas Kling
2021-04-13FileManager: Use a Core::File for the FileOperation pipesAndreas Kling
2021-04-13FileManager: Use FileOperation to perform drag&drop copy out-of-processAndreas Kling
2021-04-09FileManager: Add Alt shortcuts to menu actionsAndreas Kling
2021-03-26LibGUI: Show human readable size in filemanagerFederico Guerinoni
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-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-21FileManager: Use newly introduced LibCore file management helpersMițca Dumitru
2021-02-20LibGUI: Swap order of InputBox value and parent window argsLinus Groh
2021-01-24FileManager: Make DirectoryView open links in their real directoryDragonAlex98
2021-01-16Everywhere: Convert a handful of String::format() => formatted()Andreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling